/*! For license information please see index.bundle.js.LICENSE.txt */ (()=>{var t,e,r={725:(t,e,r)=>{"use strict";r.d(e,{Z:()=>A});var n=r(537),o=r.n(n),i=r(645),a=r.n(i)()(o());a.push([t.id,"/*!\r\n * fullPage 4.0.15\r\n * https://github.com/alvarotrigo/fullPage.js\r\n *\r\n * @license GPLv3 for open source use only\r\n * or Fullpage Commercial License for commercial use\r\n * http://alvarotrigo.com/fullPage/pricing/\r\n *\r\n * Copyright (C) 2021 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo\r\n */\r\nhtml.fp-enabled,\r\n.fp-enabled body {\r\n margin: 0;\r\n padding: 0;\r\n overflow:hidden;\r\n\r\n /*Avoid flicker on slides transitions for mobile phones #336 */\r\n -webkit-tap-highlight-color: rgba(0,0,0,0);\r\n}\r\n.fp-section {\r\n position: relative;\r\n -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */\r\n -moz-box-sizing: border-box; /* <=28 */\r\n box-sizing: border-box;\r\n height: 100%;\r\n display: block;\r\n}\r\n.fp-slide {\r\n float: left;\r\n}\r\n.fp-slide, .fp-slidesContainer {\r\n height: 100%;\r\n display: block;\r\n}\r\n.fp-slides {\r\n z-index:1;\r\n height: 100%;\r\n overflow: hidden;\r\n position: relative;\r\n -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */\r\n transition: all 0.3s ease-out;\r\n}\r\n.fp-table{\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: center;\r\n width: 100%;\r\n}\r\n.fp-slidesContainer {\r\n float: left;\r\n position: relative;\r\n}\r\n.fp-controlArrow {\r\n -webkit-user-select: none; /* webkit (safari, chrome) browsers */\r\n -moz-user-select: none; /* mozilla browsers */\r\n -khtml-user-select: none; /* webkit (konqueror) browsers */\r\n -ms-user-select: none; /* IE10+ */\r\n position: absolute;\r\n z-index: 4;\r\n top: 50%;\r\n cursor: pointer;\r\n margin-top: -38px;\r\n -webkit-transform: translate3d(0,0,0);\r\n -ms-transform: translate3d(0,0,0);\r\n transform: translate3d(0,0,0);\r\n}\r\n.fp-prev{\r\n left: 15px;\r\n}\r\n.fp-next{\r\n right: 15px;\r\n}\r\n.fp-arrow{\r\n width: 0;\r\n height: 0;\r\n border-style: solid;\r\n}\r\n.fp-arrow.fp-prev {\r\n border-width: 38.5px 34px 38.5px 0;\r\n border-color: transparent #fff transparent transparent;\r\n}\r\n.fp-arrow.fp-next {\r\n border-width: 38.5px 0 38.5px 34px;\r\n border-color: transparent transparent transparent #fff;\r\n}\r\n.fp-notransition {\r\n -webkit-transition: none !important;\r\n transition: none !important;\r\n}\r\n#fp-nav {\r\n position: fixed;\r\n z-index: 100;\r\n top: 50%;\r\n opacity: 1;\r\n transform: translateY(-50%);\r\n -ms-transform: translateY(-50%);\r\n -webkit-transform: translate3d(0,-50%,0);\r\n}\r\n#fp-nav.fp-right {\r\n right: 17px;\r\n}\r\n#fp-nav.fp-left {\r\n left: 17px;\r\n}\r\n.fp-slidesNav{\r\n position: absolute;\r\n z-index: 4;\r\n opacity: 1;\r\n -webkit-transform: translate3d(0,0,0);\r\n -ms-transform: translate3d(0,0,0);\r\n transform: translate3d(0,0,0);\r\n left: 0 !important;\r\n right: 0;\r\n margin: 0 auto !important;\r\n}\r\n.fp-slidesNav.fp-bottom {\r\n bottom: 17px;\r\n}\r\n.fp-slidesNav.fp-top {\r\n top: 17px;\r\n}\r\n#fp-nav ul,\r\n.fp-slidesNav ul {\r\n margin: 0;\r\n padding: 0;\r\n}\r\n#fp-nav ul li,\r\n.fp-slidesNav ul li {\r\n display: block;\r\n width: 14px;\r\n height: 13px;\r\n margin: 7px;\r\n position:relative;\r\n}\r\n.fp-slidesNav ul li {\r\n display: inline-block;\r\n}\r\n#fp-nav ul li a,\r\n.fp-slidesNav ul li a {\r\n display: block;\r\n position: relative;\r\n z-index: 1;\r\n width: 100%;\r\n height: 100%;\r\n cursor: pointer;\r\n text-decoration: none;\r\n}\r\n#fp-nav ul li a.active span,\r\n.fp-slidesNav ul li a.active span,\r\n#fp-nav ul li:hover a.active span,\r\n.fp-slidesNav ul li:hover a.active span{\r\n height: 12px;\r\n width: 12px;\r\n margin: -6px 0 0 -6px;\r\n border-radius: 100%;\r\n }\r\n#fp-nav ul li a span,\r\n.fp-slidesNav ul li a span {\r\n border-radius: 50%;\r\n position: absolute;\r\n z-index: 1;\r\n height: 4px;\r\n width: 4px;\r\n border: 0;\r\n background: #333;\r\n left: 50%;\r\n top: 50%;\r\n margin: -2px 0 0 -2px;\r\n -webkit-transition: all 0.1s ease-in-out;\r\n -moz-transition: all 0.1s ease-in-out;\r\n -o-transition: all 0.1s ease-in-out;\r\n transition: all 0.1s ease-in-out;\r\n}\r\n#fp-nav ul li:hover a span,\r\n.fp-slidesNav ul li:hover a span{\r\n width: 10px;\r\n height: 10px;\r\n margin: -5px 0px 0px -5px;\r\n}\r\n#fp-nav ul li .fp-tooltip {\r\n position: absolute;\r\n top: -2px;\r\n color: #fff;\r\n font-size: 14px;\r\n font-family: arial, helvetica, sans-serif;\r\n white-space: nowrap;\r\n max-width: 220px;\r\n overflow: hidden;\r\n display: block;\r\n opacity: 0;\r\n width: 0;\r\n cursor: pointer;\r\n}\r\n#fp-nav ul li:hover .fp-tooltip,\r\n#fp-nav.fp-show-active a.active + .fp-tooltip {\r\n -webkit-transition: opacity 0.2s ease-in;\r\n transition: opacity 0.2s ease-in;\r\n width: auto;\r\n opacity: 1;\r\n}\r\n#fp-nav ul li .fp-tooltip.fp-right {\r\n right: 20px;\r\n}\r\n#fp-nav ul li .fp-tooltip.fp-left {\r\n left: 20px;\r\n}\r\n.fp-auto-height.fp-section,\r\n.fp-auto-height .fp-slide{\r\n height: auto !important;\r\n}\r\n\r\n.fp-responsive .fp-is-overflow.fp-section{\r\n height: auto !important;\r\n}\r\n\r\n/* Used with autoScrolling: false */ \r\n.fp-scrollable.fp-responsive .fp-is-overflow.fp-section,\r\n.fp-scrollable .fp-section,\r\n.fp-scrollable .fp-slide{\r\n /* Fallback for browsers that do not support Custom Properties */\r\n height: 100vh;\r\n height: calc(var(--vh, 1vh) * 100);\r\n}\r\n\r\n.fp-scrollable.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height):not([data-percentage]),\r\n.fp-scrollable .fp-section:not(.fp-auto-height):not([data-percentage]),\r\n.fp-scrollable .fp-slide:not(.fp-auto-height):not([data-percentage]){\r\n /* Fallback for browsers that do not support Custom Properties */\r\n min-height: 100vh;\r\n min-height: calc(var(--vh, 1vh) * 100);\r\n}\r\n\r\n/* Disabling vertical centering on scrollable elements */\r\n.fp-overflow{\r\n justify-content: flex-start;\r\n max-height: 100%;\r\n}\r\n\r\n.fp-is-overflow .fp-overflow.fp-auto-height-responsive,\r\n.fp-is-overflow .fp-overflow.fp-auto-height,\r\n.fp-is-overflow > .fp-overflow{\r\n overflow-y: auto;\r\n}\r\n.fp-overflow{\r\n outline:none;\r\n}\r\n\r\n.fp-overflow.fp-table{\r\n display: block;\r\n}\r\n\r\n.fp-responsive .fp-auto-height-responsive.fp-section,\r\n.fp-responsive .fp-auto-height-responsive .fp-slide{\r\n height: auto !important;\r\n min-height: auto !important;\r\n}\r\n\r\n/*Only display content to screen readers*/\r\n.fp-sr-only{\r\n position: absolute;\r\n width: 1px;\r\n height: 1px;\r\n padding: 0;\r\n overflow: hidden;\r\n clip: rect(0, 0, 0, 0);\r\n white-space: nowrap;\r\n border: 0;\r\n}\r\n\r\n/* Customize website's scrollbar like Mac OS\r\nNot supports in Firefox and IE */\r\n.fp-scroll-mac .fp-overflow::-webkit-scrollbar {\r\n background-color: transparent;\r\n width: 9px;\r\n}\r\n.fp-scroll-mac .fp-overflow::-webkit-scrollbar-track {\r\n background-color: transparent;\r\n}\r\n.fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb {\r\n background-color: rgba(0,0,0,.4);\r\n border-radius: 16px;\r\n border: 4px solid transparent;\r\n}\r\n.fp-warning,\r\n.fp-watermark{\r\n z-index: 9999999;\r\n position: absolute;\r\n bottom: 0;\r\n}\r\n.fp-warning,\r\n.fp-watermark a{\r\n text-decoration: none;\r\n color: #000;\r\n background: rgba(255,255,255,0.6);\r\n padding: 5px 8px;\r\n font-size: 14px;\r\n font-family: arial;\r\n color: black;\r\n display: inline-block;\r\n border-radius: 3px;\r\n margin: 12px;\r\n}\r\n.fp-noscroll .fp-overflow{\r\n overflow: hidden;\r\n}","",{version:3,sources:["webpack://./node_modules/fullpage.js/dist/fullpage.css"],names:[],mappings:"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",sourcesContent:["/*!\r\n * fullPage 4.0.15\r\n * https://github.com/alvarotrigo/fullPage.js\r\n *\r\n * @license GPLv3 for open source use only\r\n * or Fullpage Commercial License for commercial use\r\n * http://alvarotrigo.com/fullPage/pricing/\r\n *\r\n * Copyright (C) 2021 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo\r\n */\r\nhtml.fp-enabled,\r\n.fp-enabled body {\r\n margin: 0;\r\n padding: 0;\r\n overflow:hidden;\r\n\r\n /*Avoid flicker on slides transitions for mobile phones #336 */\r\n -webkit-tap-highlight-color: rgba(0,0,0,0);\r\n}\r\n.fp-section {\r\n position: relative;\r\n -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */\r\n -moz-box-sizing: border-box; /* <=28 */\r\n box-sizing: border-box;\r\n height: 100%;\r\n display: block;\r\n}\r\n.fp-slide {\r\n float: left;\r\n}\r\n.fp-slide, .fp-slidesContainer {\r\n height: 100%;\r\n display: block;\r\n}\r\n.fp-slides {\r\n z-index:1;\r\n height: 100%;\r\n overflow: hidden;\r\n position: relative;\r\n -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */\r\n transition: all 0.3s ease-out;\r\n}\r\n.fp-table{\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: center;\r\n width: 100%;\r\n}\r\n.fp-slidesContainer {\r\n float: left;\r\n position: relative;\r\n}\r\n.fp-controlArrow {\r\n -webkit-user-select: none; /* webkit (safari, chrome) browsers */\r\n -moz-user-select: none; /* mozilla browsers */\r\n -khtml-user-select: none; /* webkit (konqueror) browsers */\r\n -ms-user-select: none; /* IE10+ */\r\n position: absolute;\r\n z-index: 4;\r\n top: 50%;\r\n cursor: pointer;\r\n margin-top: -38px;\r\n -webkit-transform: translate3d(0,0,0);\r\n -ms-transform: translate3d(0,0,0);\r\n transform: translate3d(0,0,0);\r\n}\r\n.fp-prev{\r\n left: 15px;\r\n}\r\n.fp-next{\r\n right: 15px;\r\n}\r\n.fp-arrow{\r\n width: 0;\r\n height: 0;\r\n border-style: solid;\r\n}\r\n.fp-arrow.fp-prev {\r\n border-width: 38.5px 34px 38.5px 0;\r\n border-color: transparent #fff transparent transparent;\r\n}\r\n.fp-arrow.fp-next {\r\n border-width: 38.5px 0 38.5px 34px;\r\n border-color: transparent transparent transparent #fff;\r\n}\r\n.fp-notransition {\r\n -webkit-transition: none !important;\r\n transition: none !important;\r\n}\r\n#fp-nav {\r\n position: fixed;\r\n z-index: 100;\r\n top: 50%;\r\n opacity: 1;\r\n transform: translateY(-50%);\r\n -ms-transform: translateY(-50%);\r\n -webkit-transform: translate3d(0,-50%,0);\r\n}\r\n#fp-nav.fp-right {\r\n right: 17px;\r\n}\r\n#fp-nav.fp-left {\r\n left: 17px;\r\n}\r\n.fp-slidesNav{\r\n position: absolute;\r\n z-index: 4;\r\n opacity: 1;\r\n -webkit-transform: translate3d(0,0,0);\r\n -ms-transform: translate3d(0,0,0);\r\n transform: translate3d(0,0,0);\r\n left: 0 !important;\r\n right: 0;\r\n margin: 0 auto !important;\r\n}\r\n.fp-slidesNav.fp-bottom {\r\n bottom: 17px;\r\n}\r\n.fp-slidesNav.fp-top {\r\n top: 17px;\r\n}\r\n#fp-nav ul,\r\n.fp-slidesNav ul {\r\n margin: 0;\r\n padding: 0;\r\n}\r\n#fp-nav ul li,\r\n.fp-slidesNav ul li {\r\n display: block;\r\n width: 14px;\r\n height: 13px;\r\n margin: 7px;\r\n position:relative;\r\n}\r\n.fp-slidesNav ul li {\r\n display: inline-block;\r\n}\r\n#fp-nav ul li a,\r\n.fp-slidesNav ul li a {\r\n display: block;\r\n position: relative;\r\n z-index: 1;\r\n width: 100%;\r\n height: 100%;\r\n cursor: pointer;\r\n text-decoration: none;\r\n}\r\n#fp-nav ul li a.active span,\r\n.fp-slidesNav ul li a.active span,\r\n#fp-nav ul li:hover a.active span,\r\n.fp-slidesNav ul li:hover a.active span{\r\n height: 12px;\r\n width: 12px;\r\n margin: -6px 0 0 -6px;\r\n border-radius: 100%;\r\n }\r\n#fp-nav ul li a span,\r\n.fp-slidesNav ul li a span {\r\n border-radius: 50%;\r\n position: absolute;\r\n z-index: 1;\r\n height: 4px;\r\n width: 4px;\r\n border: 0;\r\n background: #333;\r\n left: 50%;\r\n top: 50%;\r\n margin: -2px 0 0 -2px;\r\n -webkit-transition: all 0.1s ease-in-out;\r\n -moz-transition: all 0.1s ease-in-out;\r\n -o-transition: all 0.1s ease-in-out;\r\n transition: all 0.1s ease-in-out;\r\n}\r\n#fp-nav ul li:hover a span,\r\n.fp-slidesNav ul li:hover a span{\r\n width: 10px;\r\n height: 10px;\r\n margin: -5px 0px 0px -5px;\r\n}\r\n#fp-nav ul li .fp-tooltip {\r\n position: absolute;\r\n top: -2px;\r\n color: #fff;\r\n font-size: 14px;\r\n font-family: arial, helvetica, sans-serif;\r\n white-space: nowrap;\r\n max-width: 220px;\r\n overflow: hidden;\r\n display: block;\r\n opacity: 0;\r\n width: 0;\r\n cursor: pointer;\r\n}\r\n#fp-nav ul li:hover .fp-tooltip,\r\n#fp-nav.fp-show-active a.active + .fp-tooltip {\r\n -webkit-transition: opacity 0.2s ease-in;\r\n transition: opacity 0.2s ease-in;\r\n width: auto;\r\n opacity: 1;\r\n}\r\n#fp-nav ul li .fp-tooltip.fp-right {\r\n right: 20px;\r\n}\r\n#fp-nav ul li .fp-tooltip.fp-left {\r\n left: 20px;\r\n}\r\n.fp-auto-height.fp-section,\r\n.fp-auto-height .fp-slide{\r\n height: auto !important;\r\n}\r\n\r\n.fp-responsive .fp-is-overflow.fp-section{\r\n height: auto !important;\r\n}\r\n\r\n/* Used with autoScrolling: false */ \r\n.fp-scrollable.fp-responsive .fp-is-overflow.fp-section,\r\n.fp-scrollable .fp-section,\r\n.fp-scrollable .fp-slide{\r\n /* Fallback for browsers that do not support Custom Properties */\r\n height: 100vh;\r\n height: calc(var(--vh, 1vh) * 100);\r\n}\r\n\r\n.fp-scrollable.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height):not([data-percentage]),\r\n.fp-scrollable .fp-section:not(.fp-auto-height):not([data-percentage]),\r\n.fp-scrollable .fp-slide:not(.fp-auto-height):not([data-percentage]){\r\n /* Fallback for browsers that do not support Custom Properties */\r\n min-height: 100vh;\r\n min-height: calc(var(--vh, 1vh) * 100);\r\n}\r\n\r\n/* Disabling vertical centering on scrollable elements */\r\n.fp-overflow{\r\n justify-content: flex-start;\r\n max-height: 100%;\r\n}\r\n\r\n.fp-is-overflow .fp-overflow.fp-auto-height-responsive,\r\n.fp-is-overflow .fp-overflow.fp-auto-height,\r\n.fp-is-overflow > .fp-overflow{\r\n overflow-y: auto;\r\n}\r\n.fp-overflow{\r\n outline:none;\r\n}\r\n\r\n.fp-overflow.fp-table{\r\n display: block;\r\n}\r\n\r\n.fp-responsive .fp-auto-height-responsive.fp-section,\r\n.fp-responsive .fp-auto-height-responsive .fp-slide{\r\n height: auto !important;\r\n min-height: auto !important;\r\n}\r\n\r\n/*Only display content to screen readers*/\r\n.fp-sr-only{\r\n position: absolute;\r\n width: 1px;\r\n height: 1px;\r\n padding: 0;\r\n overflow: hidden;\r\n clip: rect(0, 0, 0, 0);\r\n white-space: nowrap;\r\n border: 0;\r\n}\r\n\r\n/* Customize website's scrollbar like Mac OS\r\nNot supports in Firefox and IE */\r\n.fp-scroll-mac .fp-overflow::-webkit-scrollbar {\r\n background-color: transparent;\r\n width: 9px;\r\n}\r\n.fp-scroll-mac .fp-overflow::-webkit-scrollbar-track {\r\n background-color: transparent;\r\n}\r\n.fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb {\r\n background-color: rgba(0,0,0,.4);\r\n border-radius: 16px;\r\n border: 4px solid transparent;\r\n}\r\n.fp-warning,\r\n.fp-watermark{\r\n z-index: 9999999;\r\n position: absolute;\r\n bottom: 0;\r\n}\r\n.fp-warning,\r\n.fp-watermark a{\r\n text-decoration: none;\r\n color: #000;\r\n background: rgba(255,255,255,0.6);\r\n padding: 5px 8px;\r\n font-size: 14px;\r\n font-family: arial;\r\n color: black;\r\n display: inline-block;\r\n border-radius: 3px;\r\n margin: 12px;\r\n}\r\n.fp-noscroll .fp-overflow{\r\n overflow: hidden;\r\n}"],sourceRoot:""}]);const A=a},919:(t,e,r)=>{"use strict";r.d(e,{Z:()=>M});var n=r(537),o=r.n(n),i=r(645),a=r.n(i),A=r(725),l=r(667),s=r.n(l),m=new URL(r(770),r.b),p=new URL(r(199),r.b),d=new URL(r(204),r.b),c=new URL(r(931),r.b),g=new URL(r(486),r.b),C=new URL(r(609),r.b),f=new URL(r(469),r.b),u=new URL(r(122),r.b),b=new URL(r(144),r.b),B=new URL(r(317),r.b),h=new URL(r(406),r.b),x=a()(o());x.i(A.Z);var v=s()(m),y=s()(p),w=s()(d),k=s()(c),S=s()(g),E=s()(C),q=s()(f),j=s()(u),U=s()(b),T=s()(B),z=s()(h);x.push([t.id,':root{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #0d6efd;--bs-secondary: #6c757d;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 13, 110, 253;--bs-secondary-rgb: 108, 117, 125;--bs-success-rgb: 25, 135, 84;--bs-info-rgb: 13, 202, 240;--bs-warning-rgb: 255, 193, 7;--bs-danger-rgb: 220, 53, 69;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 33, 37, 41;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-body-color-rgb: 33, 37, 41;--bs-body-bg-rgb: 255, 255, 255;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-body-bg: #fff;--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(0, 0, 0, 0.175);--bs-border-radius: 0.375rem;--bs-border-radius-sm: 0.25rem;--bs-border-radius-lg: 0.5rem;--bs-border-radius-xl: 1rem;--bs-border-radius-2xl: 2rem;--bs-border-radius-pill: 50rem;--bs-link-color: #0d6efd;--bs-link-hover-color: #0a58ca;--bs-code-color: #d63384;--bs-highlight-bg: #fff3cd}*,*::before,*::after{box-sizing:border-box}@media(prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:1px solid;opacity:.25}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}h1,.h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width: 1200px){h1,.h1{font-size:2.5rem}}h2,.h2{font-size:calc(1.325rem + 0.9vw)}@media(min-width: 1200px){h2,.h2{font-size:2rem}}h3,.h3{font-size:calc(1.3rem + 0.6vw)}@media(min-width: 1200px){h3,.h3{font-size:1.75rem}}h4,.h4{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){h4,.h4{font-size:1.5rem}}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small,.small{font-size:0.875em}mark,.mark{padding:.1875em;background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:0.75em;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:var(--bs-link-color);text-decoration:underline}a:hover{color:var(--bs-link-hover-color)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:0.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:0.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:0.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none !important}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + 0.3vw);line-height:inherit}@media(min-width: 1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none !important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:0.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:0.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.btn{--bs-btn-padding-x: 0.75rem;--bs-btn-padding-y: 0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight: 400;--bs-btn-line-height: 1.5;--bs-btn-color: #212529;--bs-btn-bg: transparent;--bs-btn-border-width: 1px;--bs-btn-border-color: transparent;--bs-btn-border-radius: 0.375rem;--bs-btn-hover-border-color: transparent;--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);--bs-btn-disabled-opacity: 0.65;--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,:not(.btn-check)+.btn:active,.btn:first-child:active,.btn.active,.btn.show{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,:not(.btn-check)+.btn:active:focus-visible,.btn:first-child:active:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn:disabled,.btn.disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color: #fff;--bs-btn-bg: #0d6efd;--bs-btn-border-color: #0d6efd;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #0b5ed7;--bs-btn-hover-border-color: #0a58ca;--bs-btn-focus-shadow-rgb: 49, 132, 253;--bs-btn-active-color: #fff;--bs-btn-active-bg: #0a58ca;--bs-btn-active-border-color: #0a53be;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #0d6efd;--bs-btn-disabled-border-color: #0d6efd}.btn-secondary{--bs-btn-color: #fff;--bs-btn-bg: #6c757d;--bs-btn-border-color: #6c757d;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #5c636a;--bs-btn-hover-border-color: #565e64;--bs-btn-focus-shadow-rgb: 130, 138, 145;--bs-btn-active-color: #fff;--bs-btn-active-bg: #565e64;--bs-btn-active-border-color: #51585e;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #6c757d;--bs-btn-disabled-border-color: #6c757d}.btn-success{--bs-btn-color: #fff;--bs-btn-bg: #198754;--bs-btn-border-color: #198754;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #157347;--bs-btn-hover-border-color: #146c43;--bs-btn-focus-shadow-rgb: 60, 153, 110;--bs-btn-active-color: #fff;--bs-btn-active-bg: #146c43;--bs-btn-active-border-color: #13653f;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #198754;--bs-btn-disabled-border-color: #198754}.btn-info{--bs-btn-color: #000;--bs-btn-bg: #0dcaf0;--bs-btn-border-color: #0dcaf0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #31d2f2;--bs-btn-hover-border-color: #25cff2;--bs-btn-focus-shadow-rgb: 11, 172, 204;--bs-btn-active-color: #000;--bs-btn-active-bg: #3dd5f3;--bs-btn-active-border-color: #25cff2;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #0dcaf0;--bs-btn-disabled-border-color: #0dcaf0}.btn-warning{--bs-btn-color: #000;--bs-btn-bg: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #ffca2c;--bs-btn-hover-border-color: #ffc720;--bs-btn-focus-shadow-rgb: 217, 164, 6;--bs-btn-active-color: #000;--bs-btn-active-bg: #ffcd39;--bs-btn-active-border-color: #ffc720;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #ffc107;--bs-btn-disabled-border-color: #ffc107}.btn-danger{--bs-btn-color: #fff;--bs-btn-bg: #dc3545;--bs-btn-border-color: #dc3545;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #bb2d3b;--bs-btn-hover-border-color: #b02a37;--bs-btn-focus-shadow-rgb: 225, 83, 97;--bs-btn-active-color: #fff;--bs-btn-active-bg: #b02a37;--bs-btn-active-border-color: #a52834;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #dc3545;--bs-btn-disabled-border-color: #dc3545}.btn-light{--bs-btn-color: #000;--bs-btn-bg: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #d3d4d5;--bs-btn-hover-border-color: #c6c7c8;--bs-btn-focus-shadow-rgb: 211, 212, 213;--bs-btn-active-color: #000;--bs-btn-active-bg: #c6c7c8;--bs-btn-active-border-color: #babbbc;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #f8f9fa;--bs-btn-disabled-border-color: #f8f9fa}.btn-dark{--bs-btn-color: #fff;--bs-btn-bg: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #424649;--bs-btn-hover-border-color: #373b3e;--bs-btn-focus-shadow-rgb: 66, 70, 73;--bs-btn-active-color: #fff;--bs-btn-active-bg: #4d5154;--bs-btn-active-border-color: #373b3e;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #212529;--bs-btn-disabled-border-color: #212529}.btn-outline-primary{--bs-btn-color: #0d6efd;--bs-btn-border-color: #0d6efd;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #0d6efd;--bs-btn-hover-border-color: #0d6efd;--bs-btn-focus-shadow-rgb: 13, 110, 253;--bs-btn-active-color: #fff;--bs-btn-active-bg: #0d6efd;--bs-btn-active-border-color: #0d6efd;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #0d6efd;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #0d6efd;--bs-gradient: none}.btn-outline-secondary{--bs-btn-color: #6c757d;--bs-btn-border-color: #6c757d;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #6c757d;--bs-btn-hover-border-color: #6c757d;--bs-btn-focus-shadow-rgb: 108, 117, 125;--bs-btn-active-color: #fff;--bs-btn-active-bg: #6c757d;--bs-btn-active-border-color: #6c757d;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #6c757d;--bs-gradient: none}.btn-outline-success{--bs-btn-color: #198754;--bs-btn-border-color: #198754;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #198754;--bs-btn-hover-border-color: #198754;--bs-btn-focus-shadow-rgb: 25, 135, 84;--bs-btn-active-color: #fff;--bs-btn-active-bg: #198754;--bs-btn-active-border-color: #198754;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #198754;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #198754;--bs-gradient: none}.btn-outline-info{--bs-btn-color: #0dcaf0;--bs-btn-border-color: #0dcaf0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #0dcaf0;--bs-btn-hover-border-color: #0dcaf0;--bs-btn-focus-shadow-rgb: 13, 202, 240;--bs-btn-active-color: #000;--bs-btn-active-bg: #0dcaf0;--bs-btn-active-border-color: #0dcaf0;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #0dcaf0;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #0dcaf0;--bs-gradient: none}.btn-outline-warning{--bs-btn-color: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #ffc107;--bs-btn-hover-border-color: #ffc107;--bs-btn-focus-shadow-rgb: 255, 193, 7;--bs-btn-active-color: #000;--bs-btn-active-bg: #ffc107;--bs-btn-active-border-color: #ffc107;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #ffc107;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #ffc107;--bs-gradient: none}.btn-outline-danger{--bs-btn-color: #dc3545;--bs-btn-border-color: #dc3545;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #dc3545;--bs-btn-hover-border-color: #dc3545;--bs-btn-focus-shadow-rgb: 220, 53, 69;--bs-btn-active-color: #fff;--bs-btn-active-bg: #dc3545;--bs-btn-active-border-color: #dc3545;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #dc3545;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #dc3545;--bs-gradient: none}.btn-outline-light{--bs-btn-color: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #f8f9fa;--bs-btn-hover-border-color: #f8f9fa;--bs-btn-focus-shadow-rgb: 248, 249, 250;--bs-btn-active-color: #000;--bs-btn-active-bg: #f8f9fa;--bs-btn-active-border-color: #f8f9fa;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #f8f9fa;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #f8f9fa;--bs-gradient: none}.btn-outline-dark{--bs-btn-color: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #212529;--bs-btn-hover-border-color: #212529;--bs-btn-focus-shadow-rgb: 33, 37, 41;--bs-btn-active-color: #fff;--bs-btn-active-bg: #212529;--bs-btn-active-border-color: #212529;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #212529;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #212529;--bs-gradient: none}.btn-link{--bs-btn-font-weight: 400;--bs-btn-color: var(--bs-link-color);--bs-btn-bg: transparent;--bs-btn-border-color: transparent;--bs-btn-hover-color: var(--bs-link-hover-color);--bs-btn-hover-border-color: transparent;--bs-btn-active-color: var(--bs-link-hover-color);--bs-btn-active-border-color: transparent;--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-border-color: transparent;--bs-btn-box-shadow: none;--bs-btn-focus-shadow-rgb: 49, 132, 253;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-lg{--bs-btn-padding-y: 0.5rem;--bs-btn-padding-x: 1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius: 0.5rem}.btn-sm{--bs-btn-padding-y: 0.25rem;--bs-btn-padding-x: 0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius: 0.25rem}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(0.375rem + 1px);padding-bottom:calc(0.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + 1px);padding-bottom:calc(0.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(0.25rem + 1px);padding-bottom:calc(0.25rem + 1px);font-size:0.875rem}.form-text{margin-top:.25rem;font-size:0.875em;color:#6c757d}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;appearance:none;border-radius:.375rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-0.375rem -0.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:rgba(0,0,0,0);border:solid rgba(0,0,0,0);border-width:1px 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + 0.5rem + 2px);padding:.25rem .5rem;font-size:0.875rem;border-radius:.25rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-0.25rem -0.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.5rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-0.5rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + 0.75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + 0.5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{width:3rem;height:calc(1.5em + 0.75rem + 2px);padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0 !important;border-radius:.375rem}.form-control-color::-webkit-color-swatch{border-radius:.375rem}.form-control-color.form-control-sm{height:calc(1.5em + 0.5rem + 2px)}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + 2px)}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url('+v+');background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.375rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion: reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #212529}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:0.875rem;border-radius:.25rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:.5rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);appearance:none;print-color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url('+y+")}.form-check-input:checked[type=radio]{background-image:url("+w+")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url("+k+")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("+S+");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("+E+")}.form-switch .form-check-input:checked{background-position:right center;background-image:url("+q+")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.btn-check[disabled]+.btn,.btn-check:disabled+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:rgba(0,0,0,0);appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;background-color:#0d6efd;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion: reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:#dee2e6;border-color:rgba(0,0,0,0);border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion: reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:#dee2e6;border-color:rgba(0,0,0,0);border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;width:100%;height:100%;padding:1rem .75rem;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:1px solid rgba(0,0,0,0);transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media(prefers-reduced-motion: reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control::placeholder,.form-floating>.form-control-plaintext::placeholder{color:rgba(0,0,0,0)}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill,.form-floating>.form-control-plaintext:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-control-plaintext~label,.form-floating>.form-select~label{opacity:.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control-plaintext~label{border-width:1px 0}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select,.input-group>.form-floating{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus,.input-group>.form-floating:focus-within{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.375rem}.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;border-radius:.5rem}.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn{padding:.25rem .5rem;font-size:0.875rem;border-radius:.25rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.875rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.375rem}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:#198754;padding-right:calc(1.5em + 0.75rem);background-image:url("+j+');background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .form-select:valid,.form-select.is-valid{border-color:#198754}.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url('+v+"),url("+j+");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated .form-control-color:valid,.form-control-color.is-valid{width:calc(3rem + calc(1.5em + 0.75rem))}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:#198754}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:#198754}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):valid,.input-group>.form-control:not(:focus).is-valid,.was-validated .input-group>.form-select:not(:focus):valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.input-group>.form-floating:not(:focus-within).is-valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.875rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.375rem}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#dc3545;padding-right:calc(1.5em + 0.75rem);background-image:url("+U+');background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .form-select:invalid,.form-select.is-invalid{border-color:#dc3545}.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url('+v+"),url("+U+');background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated .form-control-color:invalid,.form-control-color.is-invalid{width:calc(3rem + calc(1.5em + 0.75rem))}.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:#dc3545}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:#dc3545}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):invalid,.input-group>.form-control:not(:focus).is-invalid,.was-validated .input-group>.form-select:not(:focus):invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.input-group>.form-floating:not(:focus-within).is-invalid{z-index:4}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.float-start{float:left !important}.float-end{float:right !important}.float-none{float:none !important}.opacity-0{opacity:0 !important}.opacity-25{opacity:.25 !important}.opacity-50{opacity:.5 !important}.opacity-75{opacity:.75 !important}.opacity-100{opacity:1 !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-scroll{overflow:scroll !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15) !important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175) !important}.shadow-none{box-shadow:none !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.top-0{top:0 !important}.top-50{top:50% !important}.top-100{top:100% !important}.bottom-0{bottom:0 !important}.bottom-50{bottom:50% !important}.bottom-100{bottom:100% !important}.start-0{left:0 !important}.start-50{left:50% !important}.start-100{left:100% !important}.end-0{right:0 !important}.end-50{right:50% !important}.end-100{right:100% !important}.translate-middle{transform:translate(-50%, -50%) !important}.translate-middle-x{transform:translateX(-50%) !important}.translate-middle-y{transform:translateY(-50%) !important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-0{border:0 !important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-top-0{border-top:0 !important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-start-0{border-left:0 !important}.border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important}.border-secondary{--bs-border-opacity: 1;border-color:rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important}.border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important}.border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important}.border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important}.border-danger{--bs-border-opacity: 1;border-color:rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important}.border-light{--bs-border-opacity: 1;border-color:rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important}.border-dark{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important}.border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important}.border-1{--bs-border-width: 1px}.border-2{--bs-border-width: 2px}.border-3{--bs-border-width: 3px}.border-4{--bs-border-width: 4px}.border-5{--bs-border-width: 5px}.border-opacity-10{--bs-border-opacity: 0.1}.border-opacity-25{--bs-border-opacity: 0.25}.border-opacity-50{--bs-border-opacity: 0.5}.border-opacity-75{--bs-border-opacity: 0.75}.border-opacity-100{--bs-border-opacity: 1}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.mw-100{max-width:100% !important}.vw-100{width:100vw !important}.min-vw-100{min-width:100vw !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mh-100{max-height:100% !important}.vh-100{height:100vh !important}.min-vh-100{min-height:100vh !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-1{margin:.25rem !important}.m-2{margin:.5rem !important}.m-3{margin:1rem !important}.m-4{margin:1.5rem !important}.m-5{margin:3rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-5{margin-right:3rem !important;margin-left:3rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:.25rem !important}.mt-2{margin-top:.5rem !important}.mt-3{margin-top:1rem !important}.mt-4{margin-top:1.5rem !important}.mt-5{margin-top:3rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1{margin-right:.25rem !important}.me-2{margin-right:.5rem !important}.me-3{margin-right:1rem !important}.me-4{margin-right:1.5rem !important}.me-5{margin-right:3rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:.25rem !important}.mb-2{margin-bottom:.5rem !important}.mb-3{margin-bottom:1rem !important}.mb-4{margin-bottom:1.5rem !important}.mb-5{margin-bottom:3rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1{margin-left:.25rem !important}.ms-2{margin-left:.5rem !important}.ms-3{margin-left:1rem !important}.ms-4{margin-left:1.5rem !important}.ms-5{margin-left:3rem !important}.ms-auto{margin-left:auto !important}.p-0{padding:0 !important}.p-1{padding:.25rem !important}.p-2{padding:.5rem !important}.p-3{padding:1rem !important}.p-4{padding:1.5rem !important}.p-5{padding:3rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:.25rem !important}.pt-2{padding-top:.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5{padding-top:3rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:.25rem !important}.pe-2{padding-right:.5rem !important}.pe-3{padding-right:1rem !important}.pe-4{padding-right:1.5rem !important}.pe-5{padding-right:3rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:.25rem !important}.pb-2{padding-bottom:.5rem !important}.pb-3{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5{padding-bottom:3rem !important}.ps-0{padding-left:0 !important}.ps-1{padding-left:.25rem !important}.ps-2{padding-left:.5rem !important}.ps-3{padding-left:1rem !important}.ps-4{padding-left:1.5rem !important}.ps-5{padding-left:3rem !important}.gap-0{gap:0 !important}.gap-1{gap:.25rem !important}.gap-2{gap:.5rem !important}.gap-3{gap:1rem !important}.gap-4{gap:1.5rem !important}.gap-5{gap:3rem !important}.font-monospace{font-family:var(--bs-font-monospace) !important}.fs-1{font-size:calc(1.375rem + 1.5vw) !important}.fs-2{font-size:calc(1.325rem + 0.9vw) !important}.fs-3{font-size:calc(1.3rem + 0.6vw) !important}.fs-4{font-size:calc(1.275rem + 0.3vw) !important}.fs-5{font-size:1.25rem !important}.fs-6{font-size:1rem !important}.fst-italic{font-style:italic !important}.fst-normal{font-style:normal !important}.fw-light{font-weight:300 !important}.fw-lighter{font-weight:lighter !important}.fw-normal{font-weight:400 !important}.fw-bold{font-weight:700 !important}.fw-semibold{font-weight:600 !important}.fw-bolder{font-weight:bolder !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.25 !important}.lh-base{line-height:1.5 !important}.lh-lg{line-height:2 !important}.text-start{text-align:left !important}.text-end{text-align:right !important}.text-center{text-align:center !important}.text-decoration-none{text-decoration:none !important}.text-decoration-underline{text-decoration:underline !important}.text-decoration-line-through{text-decoration:line-through !important}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-break{word-wrap:break-word !important;word-break:break-word !important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important}.text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important}.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important}.text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important}.text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important}.text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important}.text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important}.text-muted{--bs-text-opacity: 1;color:#6c757d !important}.text-black-50{--bs-text-opacity: 1;color:rgba(0,0,0,.5) !important}.text-white-50{--bs-text-opacity: 1;color:rgba(255,255,255,.5) !important}.text-reset{--bs-text-opacity: 1;color:inherit !important}.text-opacity-25{--bs-text-opacity: 0.25}.text-opacity-50{--bs-text-opacity: 0.5}.text-opacity-75{--bs-text-opacity: 0.75}.text-opacity-100{--bs-text-opacity: 1}.bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important}.bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important}.bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important}.bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important}.bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important}.bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important}.bg-light{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important}.bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important}.bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important}.bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important}.bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important}.bg-transparent{--bs-bg-opacity: 1;background-color:rgba(0,0,0,0) !important}.bg-opacity-10{--bs-bg-opacity: 0.1}.bg-opacity-25{--bs-bg-opacity: 0.25}.bg-opacity-50{--bs-bg-opacity: 0.5}.bg-opacity-75{--bs-bg-opacity: 0.75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-gradient{background-image:var(--bs-gradient) !important}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded{border-radius:var(--bs-border-radius) !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:var(--bs-border-radius-sm) !important}.rounded-2{border-radius:var(--bs-border-radius) !important}.rounded-3{border-radius:var(--bs-border-radius-lg) !important}.rounded-4{border-radius:var(--bs-border-radius-xl) !important}.rounded-5{border-radius:var(--bs-border-radius-2xl) !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:var(--bs-border-radius-pill) !important}.rounded-top{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-end{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}@media(min-width: 576px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:.25rem !important}.m-sm-2{margin:.5rem !important}.m-sm-3{margin:1rem !important}.m-sm-4{margin:1.5rem !important}.m-sm-5{margin:3rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-sm-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:.25rem !important}.mt-sm-2{margin-top:.5rem !important}.mt-sm-3{margin-top:1rem !important}.mt-sm-4{margin-top:1.5rem !important}.mt-sm-5{margin-top:3rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:.25rem !important}.me-sm-2{margin-right:.5rem !important}.me-sm-3{margin-right:1rem !important}.me-sm-4{margin-right:1.5rem !important}.me-sm-5{margin-right:3rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:.25rem !important}.mb-sm-2{margin-bottom:.5rem !important}.mb-sm-3{margin-bottom:1rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.mb-sm-5{margin-bottom:3rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:.25rem !important}.ms-sm-2{margin-left:.5rem !important}.ms-sm-3{margin-left:1rem !important}.ms-sm-4{margin-left:1.5rem !important}.ms-sm-5{margin-left:3rem !important}.ms-sm-auto{margin-left:auto !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:.25rem !important}.p-sm-2{padding:.5rem !important}.p-sm-3{padding:1rem !important}.p-sm-4{padding:1.5rem !important}.p-sm-5{padding:3rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:.25rem !important}.pt-sm-2{padding-top:.5rem !important}.pt-sm-3{padding-top:1rem !important}.pt-sm-4{padding-top:1.5rem !important}.pt-sm-5{padding-top:3rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:.25rem !important}.pe-sm-2{padding-right:.5rem !important}.pe-sm-3{padding-right:1rem !important}.pe-sm-4{padding-right:1.5rem !important}.pe-sm-5{padding-right:3rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:.25rem !important}.pb-sm-2{padding-bottom:.5rem !important}.pb-sm-3{padding-bottom:1rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pb-sm-5{padding-bottom:3rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:.25rem !important}.ps-sm-2{padding-left:.5rem !important}.ps-sm-3{padding-left:1rem !important}.ps-sm-4{padding-left:1.5rem !important}.ps-sm-5{padding-left:3rem !important}.gap-sm-0{gap:0 !important}.gap-sm-1{gap:.25rem !important}.gap-sm-2{gap:.5rem !important}.gap-sm-3{gap:1rem !important}.gap-sm-4{gap:1.5rem !important}.gap-sm-5{gap:3rem !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !important}}@media(min-width: 768px){.float-md-start{float:left !important}.float-md-end{float:right !important}.float-md-none{float:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:.25rem !important}.m-md-2{margin:.5rem !important}.m-md-3{margin:1rem !important}.m-md-4{margin:1.5rem !important}.m-md-5{margin:3rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-md-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-5{margin-right:3rem !important;margin-left:3rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:.25rem !important}.mt-md-2{margin-top:.5rem !important}.mt-md-3{margin-top:1rem !important}.mt-md-4{margin-top:1.5rem !important}.mt-md-5{margin-top:3rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:.25rem !important}.me-md-2{margin-right:.5rem !important}.me-md-3{margin-right:1rem !important}.me-md-4{margin-right:1.5rem !important}.me-md-5{margin-right:3rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:.25rem !important}.mb-md-2{margin-bottom:.5rem !important}.mb-md-3{margin-bottom:1rem !important}.mb-md-4{margin-bottom:1.5rem !important}.mb-md-5{margin-bottom:3rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:.25rem !important}.ms-md-2{margin-left:.5rem !important}.ms-md-3{margin-left:1rem !important}.ms-md-4{margin-left:1.5rem !important}.ms-md-5{margin-left:3rem !important}.ms-md-auto{margin-left:auto !important}.p-md-0{padding:0 !important}.p-md-1{padding:.25rem !important}.p-md-2{padding:.5rem !important}.p-md-3{padding:1rem !important}.p-md-4{padding:1.5rem !important}.p-md-5{padding:3rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-md-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-md-3{padding-right:1rem !important;padding-left:1rem !important}.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-5{padding-right:3rem !important;padding-left:3rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:.25rem !important}.pt-md-2{padding-top:.5rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:3rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:.25rem !important}.pe-md-2{padding-right:.5rem !important}.pe-md-3{padding-right:1rem !important}.pe-md-4{padding-right:1.5rem !important}.pe-md-5{padding-right:3rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:.25rem !important}.pb-md-2{padding-bottom:.5rem !important}.pb-md-3{padding-bottom:1rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:3rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:.25rem !important}.ps-md-2{padding-left:.5rem !important}.ps-md-3{padding-left:1rem !important}.ps-md-4{padding-left:1.5rem !important}.ps-md-5{padding-left:3rem !important}.gap-md-0{gap:0 !important}.gap-md-1{gap:.25rem !important}.gap-md-2{gap:.5rem !important}.gap-md-3{gap:1rem !important}.gap-md-4{gap:1.5rem !important}.gap-md-5{gap:3rem !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !important}}@media(min-width: 992px){.float-lg-start{float:left !important}.float-lg-end{float:right !important}.float-lg-none{float:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:.25rem !important}.m-lg-2{margin:.5rem !important}.m-lg-3{margin:1rem !important}.m-lg-4{margin:1.5rem !important}.m-lg-5{margin:3rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-lg-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:.25rem !important}.mt-lg-2{margin-top:.5rem !important}.mt-lg-3{margin-top:1rem !important}.mt-lg-4{margin-top:1.5rem !important}.mt-lg-5{margin-top:3rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:.25rem !important}.me-lg-2{margin-right:.5rem !important}.me-lg-3{margin-right:1rem !important}.me-lg-4{margin-right:1.5rem !important}.me-lg-5{margin-right:3rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:.25rem !important}.mb-lg-2{margin-bottom:.5rem !important}.mb-lg-3{margin-bottom:1rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.mb-lg-5{margin-bottom:3rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:.25rem !important}.ms-lg-2{margin-left:.5rem !important}.ms-lg-3{margin-left:1rem !important}.ms-lg-4{margin-left:1.5rem !important}.ms-lg-5{margin-left:3rem !important}.ms-lg-auto{margin-left:auto !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:.25rem !important}.p-lg-2{padding:.5rem !important}.p-lg-3{padding:1rem !important}.p-lg-4{padding:1.5rem !important}.p-lg-5{padding:3rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-lg-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:.25rem !important}.pt-lg-2{padding-top:.5rem !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-4{padding-top:1.5rem !important}.pt-lg-5{padding-top:3rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:.25rem !important}.pe-lg-2{padding-right:.5rem !important}.pe-lg-3{padding-right:1rem !important}.pe-lg-4{padding-right:1.5rem !important}.pe-lg-5{padding-right:3rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:.25rem !important}.pb-lg-2{padding-bottom:.5rem !important}.pb-lg-3{padding-bottom:1rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pb-lg-5{padding-bottom:3rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:.25rem !important}.ps-lg-2{padding-left:.5rem !important}.ps-lg-3{padding-left:1rem !important}.ps-lg-4{padding-left:1.5rem !important}.ps-lg-5{padding-left:3rem !important}.gap-lg-0{gap:0 !important}.gap-lg-1{gap:.25rem !important}.gap-lg-2{gap:.5rem !important}.gap-lg-3{gap:1rem !important}.gap-lg-4{gap:1.5rem !important}.gap-lg-5{gap:3rem !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !important}}@media(min-width: 1200px){.float-xl-start{float:left !important}.float-xl-end{float:right !important}.float-xl-none{float:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:.25rem !important}.m-xl-2{margin:.5rem !important}.m-xl-3{margin:1rem !important}.m-xl-4{margin:1.5rem !important}.m-xl-5{margin:3rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:.25rem !important}.mt-xl-2{margin-top:.5rem !important}.mt-xl-3{margin-top:1rem !important}.mt-xl-4{margin-top:1.5rem !important}.mt-xl-5{margin-top:3rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:.25rem !important}.me-xl-2{margin-right:.5rem !important}.me-xl-3{margin-right:1rem !important}.me-xl-4{margin-right:1.5rem !important}.me-xl-5{margin-right:3rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:.25rem !important}.mb-xl-2{margin-bottom:.5rem !important}.mb-xl-3{margin-bottom:1rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.mb-xl-5{margin-bottom:3rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:.25rem !important}.ms-xl-2{margin-left:.5rem !important}.ms-xl-3{margin-left:1rem !important}.ms-xl-4{margin-left:1.5rem !important}.ms-xl-5{margin-left:3rem !important}.ms-xl-auto{margin-left:auto !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:.25rem !important}.p-xl-2{padding:.5rem !important}.p-xl-3{padding:1rem !important}.p-xl-4{padding:1.5rem !important}.p-xl-5{padding:3rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:.25rem !important}.pt-xl-2{padding-top:.5rem !important}.pt-xl-3{padding-top:1rem !important}.pt-xl-4{padding-top:1.5rem !important}.pt-xl-5{padding-top:3rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:.25rem !important}.pe-xl-2{padding-right:.5rem !important}.pe-xl-3{padding-right:1rem !important}.pe-xl-4{padding-right:1.5rem !important}.pe-xl-5{padding-right:3rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:.25rem !important}.pb-xl-2{padding-bottom:.5rem !important}.pb-xl-3{padding-bottom:1rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pb-xl-5{padding-bottom:3rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:.25rem !important}.ps-xl-2{padding-left:.5rem !important}.ps-xl-3{padding-left:1rem !important}.ps-xl-4{padding-left:1.5rem !important}.ps-xl-5{padding-left:3rem !important}.gap-xl-0{gap:0 !important}.gap-xl-1{gap:.25rem !important}.gap-xl-2{gap:.5rem !important}.gap-xl-3{gap:1rem !important}.gap-xl-4{gap:1.5rem !important}.gap-xl-5{gap:3rem !important}.text-xl-start{text-align:left !important}.text-xl-end{text-align:right !important}.text-xl-center{text-align:center !important}}@media(min-width: 1400px){.float-xxl-start{float:left !important}.float-xxl-end{float:right !important}.float-xxl-none{float:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:.25rem !important}.m-xxl-2{margin:.5rem !important}.m-xxl-3{margin:1rem !important}.m-xxl-4{margin:1.5rem !important}.m-xxl-5{margin:3rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xxl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xxl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:.25rem !important}.mt-xxl-2{margin-top:.5rem !important}.mt-xxl-3{margin-top:1rem !important}.mt-xxl-4{margin-top:1.5rem !important}.mt-xxl-5{margin-top:3rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:.25rem !important}.me-xxl-2{margin-right:.5rem !important}.me-xxl-3{margin-right:1rem !important}.me-xxl-4{margin-right:1.5rem !important}.me-xxl-5{margin-right:3rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:.25rem !important}.mb-xxl-2{margin-bottom:.5rem !important}.mb-xxl-3{margin-bottom:1rem !important}.mb-xxl-4{margin-bottom:1.5rem !important}.mb-xxl-5{margin-bottom:3rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:.25rem !important}.ms-xxl-2{margin-left:.5rem !important}.ms-xxl-3{margin-left:1rem !important}.ms-xxl-4{margin-left:1.5rem !important}.ms-xxl-5{margin-left:3rem !important}.ms-xxl-auto{margin-left:auto !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:.25rem !important}.p-xxl-2{padding:.5rem !important}.p-xxl-3{padding:1rem !important}.p-xxl-4{padding:1.5rem !important}.p-xxl-5{padding:3rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xxl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xxl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:.25rem !important}.pt-xxl-2{padding-top:.5rem !important}.pt-xxl-3{padding-top:1rem !important}.pt-xxl-4{padding-top:1.5rem !important}.pt-xxl-5{padding-top:3rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:.25rem !important}.pe-xxl-2{padding-right:.5rem !important}.pe-xxl-3{padding-right:1rem !important}.pe-xxl-4{padding-right:1.5rem !important}.pe-xxl-5{padding-right:3rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:.25rem !important}.pb-xxl-2{padding-bottom:.5rem !important}.pb-xxl-3{padding-bottom:1rem !important}.pb-xxl-4{padding-bottom:1.5rem !important}.pb-xxl-5{padding-bottom:3rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:.25rem !important}.ps-xxl-2{padding-left:.5rem !important}.ps-xxl-3{padding-left:1rem !important}.ps-xxl-4{padding-left:1.5rem !important}.ps-xxl-5{padding-left:3rem !important}.gap-xxl-0{gap:0 !important}.gap-xxl-1{gap:.25rem !important}.gap-xxl-2{gap:.5rem !important}.gap-xxl-3{gap:1rem !important}.gap-xxl-4{gap:1.5rem !important}.gap-xxl-5{gap:3rem !important}.text-xxl-start{text-align:left !important}.text-xxl-end{text-align:right !important}.text-xxl-center{text-align:center !important}}@media(min-width: 1200px){.fs-1{font-size:2.5rem !important}.fs-2{font-size:2rem !important}.fs-3{font-size:1.75rem !important}.fs-4{font-size:1.5rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}.d-print-none{display:none !important}}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#fff !important;background-color:RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important}.text-bg-secondary{color:#fff !important;background-color:RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important}.text-bg-success{color:#fff !important;background-color:RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important}.text-bg-info{color:#000 !important;background-color:RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important}.text-bg-warning{color:#000 !important;background-color:RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important}.text-bg-danger{color:#fff !important;background-color:RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important}.text-bg-light{color:#000 !important;background-color:RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important}.text-bg-dark{color:#fff !important;background-color:RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important}.link-primary{color:#0d6efd !important}.link-primary:hover,.link-primary:focus{color:#0a58ca !important}.link-secondary{color:#6c757d !important}.link-secondary:hover,.link-secondary:focus{color:#565e64 !important}.link-success{color:#198754 !important}.link-success:hover,.link-success:focus{color:#146c43 !important}.link-info{color:#0dcaf0 !important}.link-info:hover,.link-info:focus{color:#3dd5f3 !important}.link-warning{color:#ffc107 !important}.link-warning:hover,.link-warning:focus{color:#ffcd39 !important}.link-danger{color:#dc3545 !important}.link-danger:hover,.link-danger:focus{color:#b02a37 !important}.link-light{color:#f8f9fa !important}.link-light:hover,.link-light:focus{color:#f9fafb !important}.link-dark{color:#212529 !important}.link-dark:hover,.link-dark:focus{color:#1a1e21 !important}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: 75%}.ratio-16x9{--bs-aspect-ratio: 56.25%}.ratio-21x9{--bs-aspect-ratio: 42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media(min-width: 576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentcolor;opacity:.25}#header{max-width:1200px;margin:auto;z-index:11 !important}#header h1,#header .h1{font-size:20px;font-weight:bold;margin-bottom:0}#header h2,#header .h2{font-size:14px;font-weight:light;margin-bottom:0}#header img{width:90px;aspect-ratio:1/1;object-fit:cover;object-position:top;border-radius:50%;border:2px solid #000}nav .overlay{z-index:20 !important;position:fixed;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.9);opacity:0;visibility:hidden}nav .overlay.visible{opacity:1;visibility:visible;-webkit-transition:opacity .5s;transition:opacity .5s}nav .overlay.visible nav ul{opacity:1;-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}nav .overlay .inner-wrapper{max-width:1200px;margin:auto}nav .overlay label{position:absolute;right:0;top:0;cursor:pointer;color:#fff}nav .overlay nav{text-align:center;position:relative;top:50%;height:75%;font-size:3rem !important;-webkit-transform:translateY(-50%);transform:translateY(-50%);-moz-perspective:300px}nav .overlay ul{list-style:none;padding:0;margin:0 auto;display:inline-block;height:75%;position:relative;opacity:.4;-webkit-transform:translateY(-25%) rotateX(35deg);transform:translateY(-25%) rotateX(35deg)}nav .overlay ul li{display:block;height:16%;height:16.6666666667%}nav .overlay ul li a{font-weight:300;display:block;color:#fff;text-decoration:none;-webkit-transition:color .2s;transition:color .2s;font-family:"NotCourierSans";text-transform:uppercase}nav .overlay ul li a:hover,nav .overlay ul li a:focus{color:#849368}nav .activator{position:fixed;top:0;right:0;padding:0 !important;margin:32px}nav.animated .overlay{-webkit-transition:opacity .5s,visibility 0s .5s;transition:opacity .5s,visibility 0s .5s}nav.animated .overlay nav ul{-webkit-transition:-webkit-transform .5s,opacity .5s;transition:transform .5s,opacity .5s}nav.animated .overlay.visible{-webkit-transition:opacity .5s;transition:opacity .5s}*{font-family:Arial,sans-serif}a.slide-link{text-decoration:none;color:#000;font-weight:normal}.fp-arrow{display:none}.section{background:rgba(0,0,0,0);padding-top:120px;max-width:1200px;width:100%;margin:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.section *{font-size:18px}.section .fp-overflow{width:100%}.section .inner{max-width:1200px;width:90%;margin:auto}.section .inner *{font-size:14px}.section .inner .image{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center}.section .inner .image img{width:100%;max-width:600px;max-height:300px;object-fit:cover;margin-bottom:1rem;height:auto}@media(max-height: 393px){.section .inner img{display:none}}.section .inner .text{padding:8px}.section .inner .text h1,.section .inner .text .h1{font-size:1.5rem;font-weight:bold;text-align:left}.section .inner .text p{text-align:left}.section .slide{padding:0 1rem 52px}.section .slide .inner{margin:auto;max-width:900px;text-align:center;font-size:1.5rem}.section .slide nav{display:none}.section .slide nav .disabled{color:#fff;cursor:default}.section .fp-slidesNav.fp-bottom{display:flex;flex-direction:row;justify-content:center}@media(max-width: 992px){.section .fp-arrow{display:none}}.section .fp-prev{border-color:rgba(0,0,0,0) #eee rgba(0,0,0,0) rgba(0,0,0,0) !important}.section .fp-next{border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #eee !important}.section .fp-controlArrow{margin-top:0 !important}.section.home{padding-top:0}.section.home.page{padding-top:0}.section.home .me img{width:256px;aspect-ratio:1/1;object-fit:cover;object-position:top;border-radius:50%;border:2px solid #000}.section.home div.claim h1,.section.home div.claim .h1{font-size:2rem;font-weight:bold}.section.home div.claim h2,.section.home div.claim .h2{font-size:1rem;font-weight:light}.section.contact .inner{margin:auto}.section.contact .inner form,.section.contact .inner .message{width:90%}.section.contact .inner .message.error *{color:red}.section.contact .inner .message.success *{color:green}.section.contact input,.section.contact textarea{width:100%;resize:none}.section.contact input[type=checkbox]{width:initial}.section.legal{text-align:center}.section.legal .phone,.section.legal .email,.section.legal address,.section.legal .social,.section.legal .version{margin-bottom:16px}.section.legal .phone,.section.legal .email{display:flex;flex-direction:column;justify-content:center;align-items:center}.section.legal .phone a,.section.legal .email a{margin-bottom:0}.section.legal .phone .material-icons,.section.legal .email .material-icons{font-size:16px}.section.legal ul{list-style:none;padding:0}.section.legal ul.social{list-style:none;padding:0;display:flex;flex-direction:row;justify-content:center}.section.legal ul.social li{display:flex-item;margin:8px}.section.legal ul.social li img{aspect-ratio:1/1;width:24px;filter:grayscale(100%)}.section.refs figure{text-align:left;font-style:italic}.section.refs figcaption cite{font-style:initial;font-weight:bold}.section.refs figcaption cite a{color:initial}.section.refs blockquote:before{content:\'"\'}.section.refs blockquote:after{content:\'"\'}.section.refs .inner .text{display:flex;flex-direction:row;align-items:center}@media(min-width: 768px){.section{padding-top:88px}.section .inner *{font-size:18px}.section .inner .image{width:50%;border-right:1px solid #000;padding-right:8px}.section .inner .image img{object-fit:initial !important}.section .inner .text{width:50%}.section.skills .image img{width:initial;object-fit:initial;margin:auto}.section.contact .inner{width:600px}.slide nav{display:block !important;margin:1rem;text-align:center}.slide nav a{background-color:#000;color:#fff;border-radius:50%;padding:.5rem;margin:.5rem}.slide nav a.disabled{background-color:gray;color:#fff}}#notenoughroom{display:none;position:fixed;inset:0;z-index:10000;background-color:#fff}@media screen and (max-height: 400px){#notenoughroom{display:flex}}div.dialog{z-index:100;background-color:#fff;display:none;flex-direction:column;position:fixed;inset:0;margin:auto;overflow-y:auto}div.dialog.visible{display:flex}div.dialog .nav{display:flex;flex-direction:row;justify-content:space-between;align-items:center}div.dialog .nav a.close{text-decoration:none;cursor:pointer;color:#000}div.dialog .nav h1,div.dialog .nav .h1{font-weight:bolder;margin:0;padding:0;font-size:1.5rem}div.dialog .content{padding:2rem}div.dialog .content h1,div.dialog .content .h1{font-size:1.2rem;font-weight:bold}div.dialog .content h2,div.dialog .content .h2{font-size:1.1rem;font-weight:bold}@font-face{font-family:"Material Icons";font-style:normal;font-weight:400;font-display:block;src:url('+T+') format("woff2"),url('+z+') format("woff")}.material-icons{font-family:"Material Icons";font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}.mi-close::before{content:""}.mi-menu::before{content:""}.mi-phone::before{content:""}.mi-mail::before{content:""}.mi-west::before{content:""}.mi-east::before{content:""}#poky{position:fixed;inset:0;border:0;padding:0;margin:0;z-index:0;opacity:.4}#glass{position:fixed;inset:0;border:0;padding:0;margin:0;background:rgba(255,255,255,.16);backdrop-filter:blur(1px);border:1px solid rgba(255,255,255,.3)}#app{position:relative;z-index:10}#loader{z-index:1000;background-color:#fff;position:fixed;inset:0}.opacity-none{opacity:0}.opacity-full{opacity:1}.transition-opacity{transition:opacity 1s linear}',"",{version:3,sources:["webpack://./src/scss/index.scss"],names:[],mappings:"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",sourcesContent:["@import'~fullpage.js/dist/fullpage.css';:root{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #0d6efd;--bs-secondary: #6c757d;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 13, 110, 253;--bs-secondary-rgb: 108, 117, 125;--bs-success-rgb: 25, 135, 84;--bs-info-rgb: 13, 202, 240;--bs-warning-rgb: 255, 193, 7;--bs-danger-rgb: 220, 53, 69;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 33, 37, 41;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-body-color-rgb: 33, 37, 41;--bs-body-bg-rgb: 255, 255, 255;--bs-font-sans-serif: system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-body-bg: #fff;--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(0, 0, 0, 0.175);--bs-border-radius: 0.375rem;--bs-border-radius-sm: 0.25rem;--bs-border-radius-lg: 0.5rem;--bs-border-radius-xl: 1rem;--bs-border-radius-2xl: 2rem;--bs-border-radius-pill: 50rem;--bs-link-color: #0d6efd;--bs-link-hover-color: #0a58ca;--bs-code-color: #d63384;--bs-highlight-bg: #fff3cd}*,*::before,*::after{box-sizing:border-box}@media(prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:1px solid;opacity:.25}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}h1,.h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width: 1200px){h1,.h1{font-size:2.5rem}}h2,.h2{font-size:calc(1.325rem + 0.9vw)}@media(min-width: 1200px){h2,.h2{font-size:2rem}}h3,.h3{font-size:calc(1.3rem + 0.6vw)}@media(min-width: 1200px){h3,.h3{font-size:1.75rem}}h4,.h4{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){h4,.h4{font-size:1.5rem}}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small,.small{font-size:0.875em}mark,.mark{padding:.1875em;background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:0.75em;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:var(--bs-link-color);text-decoration:underline}a:hover{color:var(--bs-link-hover-color)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:0.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:0.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:0.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none !important}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + 0.3vw);line-height:inherit}@media(min-width: 1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none !important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:0.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:0.875em;color:#6c757d}.blockquote-footer::before{content:\"— \"}.btn{--bs-btn-padding-x: 0.75rem;--bs-btn-padding-y: 0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight: 400;--bs-btn-line-height: 1.5;--bs-btn-color: #212529;--bs-btn-bg: transparent;--bs-btn-border-width: 1px;--bs-btn-border-color: transparent;--bs-btn-border-radius: 0.375rem;--bs-btn-hover-border-color: transparent;--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);--bs-btn-disabled-opacity: 0.65;--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,:not(.btn-check)+.btn:active,.btn:first-child:active,.btn.active,.btn.show{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,:not(.btn-check)+.btn:active:focus-visible,.btn:first-child:active:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn:disabled,.btn.disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color: #fff;--bs-btn-bg: #0d6efd;--bs-btn-border-color: #0d6efd;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #0b5ed7;--bs-btn-hover-border-color: #0a58ca;--bs-btn-focus-shadow-rgb: 49, 132, 253;--bs-btn-active-color: #fff;--bs-btn-active-bg: #0a58ca;--bs-btn-active-border-color: #0a53be;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #0d6efd;--bs-btn-disabled-border-color: #0d6efd}.btn-secondary{--bs-btn-color: #fff;--bs-btn-bg: #6c757d;--bs-btn-border-color: #6c757d;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #5c636a;--bs-btn-hover-border-color: #565e64;--bs-btn-focus-shadow-rgb: 130, 138, 145;--bs-btn-active-color: #fff;--bs-btn-active-bg: #565e64;--bs-btn-active-border-color: #51585e;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #6c757d;--bs-btn-disabled-border-color: #6c757d}.btn-success{--bs-btn-color: #fff;--bs-btn-bg: #198754;--bs-btn-border-color: #198754;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #157347;--bs-btn-hover-border-color: #146c43;--bs-btn-focus-shadow-rgb: 60, 153, 110;--bs-btn-active-color: #fff;--bs-btn-active-bg: #146c43;--bs-btn-active-border-color: #13653f;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #198754;--bs-btn-disabled-border-color: #198754}.btn-info{--bs-btn-color: #000;--bs-btn-bg: #0dcaf0;--bs-btn-border-color: #0dcaf0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #31d2f2;--bs-btn-hover-border-color: #25cff2;--bs-btn-focus-shadow-rgb: 11, 172, 204;--bs-btn-active-color: #000;--bs-btn-active-bg: #3dd5f3;--bs-btn-active-border-color: #25cff2;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #0dcaf0;--bs-btn-disabled-border-color: #0dcaf0}.btn-warning{--bs-btn-color: #000;--bs-btn-bg: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #ffca2c;--bs-btn-hover-border-color: #ffc720;--bs-btn-focus-shadow-rgb: 217, 164, 6;--bs-btn-active-color: #000;--bs-btn-active-bg: #ffcd39;--bs-btn-active-border-color: #ffc720;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #ffc107;--bs-btn-disabled-border-color: #ffc107}.btn-danger{--bs-btn-color: #fff;--bs-btn-bg: #dc3545;--bs-btn-border-color: #dc3545;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #bb2d3b;--bs-btn-hover-border-color: #b02a37;--bs-btn-focus-shadow-rgb: 225, 83, 97;--bs-btn-active-color: #fff;--bs-btn-active-bg: #b02a37;--bs-btn-active-border-color: #a52834;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #dc3545;--bs-btn-disabled-border-color: #dc3545}.btn-light{--bs-btn-color: #000;--bs-btn-bg: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #d3d4d5;--bs-btn-hover-border-color: #c6c7c8;--bs-btn-focus-shadow-rgb: 211, 212, 213;--bs-btn-active-color: #000;--bs-btn-active-bg: #c6c7c8;--bs-btn-active-border-color: #babbbc;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #f8f9fa;--bs-btn-disabled-border-color: #f8f9fa}.btn-dark{--bs-btn-color: #fff;--bs-btn-bg: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #424649;--bs-btn-hover-border-color: #373b3e;--bs-btn-focus-shadow-rgb: 66, 70, 73;--bs-btn-active-color: #fff;--bs-btn-active-bg: #4d5154;--bs-btn-active-border-color: #373b3e;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #212529;--bs-btn-disabled-border-color: #212529}.btn-outline-primary{--bs-btn-color: #0d6efd;--bs-btn-border-color: #0d6efd;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #0d6efd;--bs-btn-hover-border-color: #0d6efd;--bs-btn-focus-shadow-rgb: 13, 110, 253;--bs-btn-active-color: #fff;--bs-btn-active-bg: #0d6efd;--bs-btn-active-border-color: #0d6efd;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #0d6efd;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #0d6efd;--bs-gradient: none}.btn-outline-secondary{--bs-btn-color: #6c757d;--bs-btn-border-color: #6c757d;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #6c757d;--bs-btn-hover-border-color: #6c757d;--bs-btn-focus-shadow-rgb: 108, 117, 125;--bs-btn-active-color: #fff;--bs-btn-active-bg: #6c757d;--bs-btn-active-border-color: #6c757d;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #6c757d;--bs-gradient: none}.btn-outline-success{--bs-btn-color: #198754;--bs-btn-border-color: #198754;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #198754;--bs-btn-hover-border-color: #198754;--bs-btn-focus-shadow-rgb: 25, 135, 84;--bs-btn-active-color: #fff;--bs-btn-active-bg: #198754;--bs-btn-active-border-color: #198754;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #198754;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #198754;--bs-gradient: none}.btn-outline-info{--bs-btn-color: #0dcaf0;--bs-btn-border-color: #0dcaf0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #0dcaf0;--bs-btn-hover-border-color: #0dcaf0;--bs-btn-focus-shadow-rgb: 13, 202, 240;--bs-btn-active-color: #000;--bs-btn-active-bg: #0dcaf0;--bs-btn-active-border-color: #0dcaf0;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #0dcaf0;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #0dcaf0;--bs-gradient: none}.btn-outline-warning{--bs-btn-color: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #ffc107;--bs-btn-hover-border-color: #ffc107;--bs-btn-focus-shadow-rgb: 255, 193, 7;--bs-btn-active-color: #000;--bs-btn-active-bg: #ffc107;--bs-btn-active-border-color: #ffc107;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #ffc107;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #ffc107;--bs-gradient: none}.btn-outline-danger{--bs-btn-color: #dc3545;--bs-btn-border-color: #dc3545;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #dc3545;--bs-btn-hover-border-color: #dc3545;--bs-btn-focus-shadow-rgb: 220, 53, 69;--bs-btn-active-color: #fff;--bs-btn-active-bg: #dc3545;--bs-btn-active-border-color: #dc3545;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #dc3545;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #dc3545;--bs-gradient: none}.btn-outline-light{--bs-btn-color: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #f8f9fa;--bs-btn-hover-border-color: #f8f9fa;--bs-btn-focus-shadow-rgb: 248, 249, 250;--bs-btn-active-color: #000;--bs-btn-active-bg: #f8f9fa;--bs-btn-active-border-color: #f8f9fa;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #f8f9fa;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #f8f9fa;--bs-gradient: none}.btn-outline-dark{--bs-btn-color: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #212529;--bs-btn-hover-border-color: #212529;--bs-btn-focus-shadow-rgb: 33, 37, 41;--bs-btn-active-color: #fff;--bs-btn-active-bg: #212529;--bs-btn-active-border-color: #212529;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #212529;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #212529;--bs-gradient: none}.btn-link{--bs-btn-font-weight: 400;--bs-btn-color: var(--bs-link-color);--bs-btn-bg: transparent;--bs-btn-border-color: transparent;--bs-btn-hover-color: var(--bs-link-hover-color);--bs-btn-hover-border-color: transparent;--bs-btn-active-color: var(--bs-link-hover-color);--bs-btn-active-border-color: transparent;--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-border-color: transparent;--bs-btn-box-shadow: none;--bs-btn-focus-shadow-rgb: 49, 132, 253;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-lg{--bs-btn-padding-y: 0.5rem;--bs-btn-padding-x: 1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius: 0.5rem}.btn-sm{--bs-btn-padding-y: 0.25rem;--bs-btn-padding-x: 0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius: 0.25rem}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(0.375rem + 1px);padding-bottom:calc(0.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + 1px);padding-bottom:calc(0.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(0.25rem + 1px);padding-bottom:calc(0.25rem + 1px);font-size:0.875rem}.form-text{margin-top:.25rem;font-size:0.875em;color:#6c757d}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;appearance:none;border-radius:.375rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-0.375rem -0.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:rgba(0,0,0,0);border:solid rgba(0,0,0,0);border-width:1px 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + 0.5rem + 2px);padding:.25rem .5rem;font-size:0.875rem;border-radius:.25rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-0.25rem -0.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.5rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-0.5rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + 0.75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + 0.5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{width:3rem;height:calc(1.5em + 0.75rem + 2px);padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0 !important;border-radius:.375rem}.form-control-color::-webkit-color-swatch{border-radius:.375rem}.form-control-color.form-control-sm{height:calc(1.5em + 0.5rem + 2px)}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + 2px)}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e\");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.375rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion: reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size=\"1\"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #212529}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:0.875rem;border-radius:.25rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:.5rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);appearance:none;print-color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e\")}.form-check-input:checked[type=radio]{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e\")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e\")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e\");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e\")}.form-switch .form-check-input:checked{background-position:right center;background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e\")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.btn-check[disabled]+.btn,.btn-check:disabled+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:rgba(0,0,0,0);appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;background-color:#0d6efd;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion: reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:#dee2e6;border-color:rgba(0,0,0,0);border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion: reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:#dee2e6;border-color:rgba(0,0,0,0);border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;width:100%;height:100%;padding:1rem .75rem;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:1px solid rgba(0,0,0,0);transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media(prefers-reduced-motion: reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control::placeholder,.form-floating>.form-control-plaintext::placeholder{color:rgba(0,0,0,0)}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill,.form-floating>.form-control-plaintext:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-control-plaintext~label,.form-floating>.form-select~label{opacity:.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control-plaintext~label{border-width:1px 0}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select,.input-group>.form-floating{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus,.input-group>.form-floating:focus-within{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.375rem}.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;border-radius:.5rem}.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn{padding:.25rem .5rem;font-size:0.875rem;border-radius:.25rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.875rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.375rem}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:#198754;padding-right:calc(1.5em + 0.75rem);background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e\");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .form-select:valid,.form-select.is-valid{border-color:#198754}.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size=\"1\"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size=\"1\"]{padding-right:4.125rem;background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e\"),url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e\");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated .form-control-color:valid,.form-control-color.is-valid{width:calc(3rem + calc(1.5em + 0.75rem))}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:#198754}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:#198754}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):valid,.input-group>.form-control:not(:focus).is-valid,.was-validated .input-group>.form-select:not(:focus):valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.input-group>.form-floating:not(:focus-within).is-valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.875rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.375rem}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#dc3545;padding-right:calc(1.5em + 0.75rem);background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e\");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .form-select:invalid,.form-select.is-invalid{border-color:#dc3545}.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size=\"1\"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size=\"1\"]{padding-right:4.125rem;background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e\"),url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e\");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated .form-control-color:invalid,.form-control-color.is-invalid{width:calc(3rem + calc(1.5em + 0.75rem))}.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:#dc3545}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:#dc3545}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):invalid,.input-group>.form-control:not(:focus).is-invalid,.was-validated .input-group>.form-select:not(:focus):invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.input-group>.form-floating:not(:focus-within).is-invalid{z-index:4}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.float-start{float:left !important}.float-end{float:right !important}.float-none{float:none !important}.opacity-0{opacity:0 !important}.opacity-25{opacity:.25 !important}.opacity-50{opacity:.5 !important}.opacity-75{opacity:.75 !important}.opacity-100{opacity:1 !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-scroll{overflow:scroll !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15) !important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175) !important}.shadow-none{box-shadow:none !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.top-0{top:0 !important}.top-50{top:50% !important}.top-100{top:100% !important}.bottom-0{bottom:0 !important}.bottom-50{bottom:50% !important}.bottom-100{bottom:100% !important}.start-0{left:0 !important}.start-50{left:50% !important}.start-100{left:100% !important}.end-0{right:0 !important}.end-50{right:50% !important}.end-100{right:100% !important}.translate-middle{transform:translate(-50%, -50%) !important}.translate-middle-x{transform:translateX(-50%) !important}.translate-middle-y{transform:translateY(-50%) !important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-0{border:0 !important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-top-0{border-top:0 !important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-start-0{border-left:0 !important}.border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important}.border-secondary{--bs-border-opacity: 1;border-color:rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important}.border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important}.border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important}.border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important}.border-danger{--bs-border-opacity: 1;border-color:rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important}.border-light{--bs-border-opacity: 1;border-color:rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important}.border-dark{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important}.border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important}.border-1{--bs-border-width: 1px}.border-2{--bs-border-width: 2px}.border-3{--bs-border-width: 3px}.border-4{--bs-border-width: 4px}.border-5{--bs-border-width: 5px}.border-opacity-10{--bs-border-opacity: 0.1}.border-opacity-25{--bs-border-opacity: 0.25}.border-opacity-50{--bs-border-opacity: 0.5}.border-opacity-75{--bs-border-opacity: 0.75}.border-opacity-100{--bs-border-opacity: 1}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.mw-100{max-width:100% !important}.vw-100{width:100vw !important}.min-vw-100{min-width:100vw !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mh-100{max-height:100% !important}.vh-100{height:100vh !important}.min-vh-100{min-height:100vh !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-1{margin:.25rem !important}.m-2{margin:.5rem !important}.m-3{margin:1rem !important}.m-4{margin:1.5rem !important}.m-5{margin:3rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-5{margin-right:3rem !important;margin-left:3rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:.25rem !important}.mt-2{margin-top:.5rem !important}.mt-3{margin-top:1rem !important}.mt-4{margin-top:1.5rem !important}.mt-5{margin-top:3rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1{margin-right:.25rem !important}.me-2{margin-right:.5rem !important}.me-3{margin-right:1rem !important}.me-4{margin-right:1.5rem !important}.me-5{margin-right:3rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:.25rem !important}.mb-2{margin-bottom:.5rem !important}.mb-3{margin-bottom:1rem !important}.mb-4{margin-bottom:1.5rem !important}.mb-5{margin-bottom:3rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1{margin-left:.25rem !important}.ms-2{margin-left:.5rem !important}.ms-3{margin-left:1rem !important}.ms-4{margin-left:1.5rem !important}.ms-5{margin-left:3rem !important}.ms-auto{margin-left:auto !important}.p-0{padding:0 !important}.p-1{padding:.25rem !important}.p-2{padding:.5rem !important}.p-3{padding:1rem !important}.p-4{padding:1.5rem !important}.p-5{padding:3rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:.25rem !important}.pt-2{padding-top:.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5{padding-top:3rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:.25rem !important}.pe-2{padding-right:.5rem !important}.pe-3{padding-right:1rem !important}.pe-4{padding-right:1.5rem !important}.pe-5{padding-right:3rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:.25rem !important}.pb-2{padding-bottom:.5rem !important}.pb-3{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5{padding-bottom:3rem !important}.ps-0{padding-left:0 !important}.ps-1{padding-left:.25rem !important}.ps-2{padding-left:.5rem !important}.ps-3{padding-left:1rem !important}.ps-4{padding-left:1.5rem !important}.ps-5{padding-left:3rem !important}.gap-0{gap:0 !important}.gap-1{gap:.25rem !important}.gap-2{gap:.5rem !important}.gap-3{gap:1rem !important}.gap-4{gap:1.5rem !important}.gap-5{gap:3rem !important}.font-monospace{font-family:var(--bs-font-monospace) !important}.fs-1{font-size:calc(1.375rem + 1.5vw) !important}.fs-2{font-size:calc(1.325rem + 0.9vw) !important}.fs-3{font-size:calc(1.3rem + 0.6vw) !important}.fs-4{font-size:calc(1.275rem + 0.3vw) !important}.fs-5{font-size:1.25rem !important}.fs-6{font-size:1rem !important}.fst-italic{font-style:italic !important}.fst-normal{font-style:normal !important}.fw-light{font-weight:300 !important}.fw-lighter{font-weight:lighter !important}.fw-normal{font-weight:400 !important}.fw-bold{font-weight:700 !important}.fw-semibold{font-weight:600 !important}.fw-bolder{font-weight:bolder !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.25 !important}.lh-base{line-height:1.5 !important}.lh-lg{line-height:2 !important}.text-start{text-align:left !important}.text-end{text-align:right !important}.text-center{text-align:center !important}.text-decoration-none{text-decoration:none !important}.text-decoration-underline{text-decoration:underline !important}.text-decoration-line-through{text-decoration:line-through !important}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-break{word-wrap:break-word !important;word-break:break-word !important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important}.text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important}.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important}.text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important}.text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important}.text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important}.text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important}.text-muted{--bs-text-opacity: 1;color:#6c757d !important}.text-black-50{--bs-text-opacity: 1;color:rgba(0,0,0,.5) !important}.text-white-50{--bs-text-opacity: 1;color:rgba(255,255,255,.5) !important}.text-reset{--bs-text-opacity: 1;color:inherit !important}.text-opacity-25{--bs-text-opacity: 0.25}.text-opacity-50{--bs-text-opacity: 0.5}.text-opacity-75{--bs-text-opacity: 0.75}.text-opacity-100{--bs-text-opacity: 1}.bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important}.bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important}.bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important}.bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important}.bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important}.bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important}.bg-light{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important}.bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important}.bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important}.bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important}.bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important}.bg-transparent{--bs-bg-opacity: 1;background-color:rgba(0,0,0,0) !important}.bg-opacity-10{--bs-bg-opacity: 0.1}.bg-opacity-25{--bs-bg-opacity: 0.25}.bg-opacity-50{--bs-bg-opacity: 0.5}.bg-opacity-75{--bs-bg-opacity: 0.75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-gradient{background-image:var(--bs-gradient) !important}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded{border-radius:var(--bs-border-radius) !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:var(--bs-border-radius-sm) !important}.rounded-2{border-radius:var(--bs-border-radius) !important}.rounded-3{border-radius:var(--bs-border-radius-lg) !important}.rounded-4{border-radius:var(--bs-border-radius-xl) !important}.rounded-5{border-radius:var(--bs-border-radius-2xl) !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:var(--bs-border-radius-pill) !important}.rounded-top{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-end{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}@media(min-width: 576px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:.25rem !important}.m-sm-2{margin:.5rem !important}.m-sm-3{margin:1rem !important}.m-sm-4{margin:1.5rem !important}.m-sm-5{margin:3rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-sm-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:.25rem !important}.mt-sm-2{margin-top:.5rem !important}.mt-sm-3{margin-top:1rem !important}.mt-sm-4{margin-top:1.5rem !important}.mt-sm-5{margin-top:3rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:.25rem !important}.me-sm-2{margin-right:.5rem !important}.me-sm-3{margin-right:1rem !important}.me-sm-4{margin-right:1.5rem !important}.me-sm-5{margin-right:3rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:.25rem !important}.mb-sm-2{margin-bottom:.5rem !important}.mb-sm-3{margin-bottom:1rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.mb-sm-5{margin-bottom:3rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:.25rem !important}.ms-sm-2{margin-left:.5rem !important}.ms-sm-3{margin-left:1rem !important}.ms-sm-4{margin-left:1.5rem !important}.ms-sm-5{margin-left:3rem !important}.ms-sm-auto{margin-left:auto !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:.25rem !important}.p-sm-2{padding:.5rem !important}.p-sm-3{padding:1rem !important}.p-sm-4{padding:1.5rem !important}.p-sm-5{padding:3rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:.25rem !important}.pt-sm-2{padding-top:.5rem !important}.pt-sm-3{padding-top:1rem !important}.pt-sm-4{padding-top:1.5rem !important}.pt-sm-5{padding-top:3rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:.25rem !important}.pe-sm-2{padding-right:.5rem !important}.pe-sm-3{padding-right:1rem !important}.pe-sm-4{padding-right:1.5rem !important}.pe-sm-5{padding-right:3rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:.25rem !important}.pb-sm-2{padding-bottom:.5rem !important}.pb-sm-3{padding-bottom:1rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pb-sm-5{padding-bottom:3rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:.25rem !important}.ps-sm-2{padding-left:.5rem !important}.ps-sm-3{padding-left:1rem !important}.ps-sm-4{padding-left:1.5rem !important}.ps-sm-5{padding-left:3rem !important}.gap-sm-0{gap:0 !important}.gap-sm-1{gap:.25rem !important}.gap-sm-2{gap:.5rem !important}.gap-sm-3{gap:1rem !important}.gap-sm-4{gap:1.5rem !important}.gap-sm-5{gap:3rem !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !important}}@media(min-width: 768px){.float-md-start{float:left !important}.float-md-end{float:right !important}.float-md-none{float:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:.25rem !important}.m-md-2{margin:.5rem !important}.m-md-3{margin:1rem !important}.m-md-4{margin:1.5rem !important}.m-md-5{margin:3rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-md-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-5{margin-right:3rem !important;margin-left:3rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:.25rem !important}.mt-md-2{margin-top:.5rem !important}.mt-md-3{margin-top:1rem !important}.mt-md-4{margin-top:1.5rem !important}.mt-md-5{margin-top:3rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:.25rem !important}.me-md-2{margin-right:.5rem !important}.me-md-3{margin-right:1rem !important}.me-md-4{margin-right:1.5rem !important}.me-md-5{margin-right:3rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:.25rem !important}.mb-md-2{margin-bottom:.5rem !important}.mb-md-3{margin-bottom:1rem !important}.mb-md-4{margin-bottom:1.5rem !important}.mb-md-5{margin-bottom:3rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:.25rem !important}.ms-md-2{margin-left:.5rem !important}.ms-md-3{margin-left:1rem !important}.ms-md-4{margin-left:1.5rem !important}.ms-md-5{margin-left:3rem !important}.ms-md-auto{margin-left:auto !important}.p-md-0{padding:0 !important}.p-md-1{padding:.25rem !important}.p-md-2{padding:.5rem !important}.p-md-3{padding:1rem !important}.p-md-4{padding:1.5rem !important}.p-md-5{padding:3rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-md-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-md-3{padding-right:1rem !important;padding-left:1rem !important}.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-5{padding-right:3rem !important;padding-left:3rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:.25rem !important}.pt-md-2{padding-top:.5rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:3rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:.25rem !important}.pe-md-2{padding-right:.5rem !important}.pe-md-3{padding-right:1rem !important}.pe-md-4{padding-right:1.5rem !important}.pe-md-5{padding-right:3rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:.25rem !important}.pb-md-2{padding-bottom:.5rem !important}.pb-md-3{padding-bottom:1rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:3rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:.25rem !important}.ps-md-2{padding-left:.5rem !important}.ps-md-3{padding-left:1rem !important}.ps-md-4{padding-left:1.5rem !important}.ps-md-5{padding-left:3rem !important}.gap-md-0{gap:0 !important}.gap-md-1{gap:.25rem !important}.gap-md-2{gap:.5rem !important}.gap-md-3{gap:1rem !important}.gap-md-4{gap:1.5rem !important}.gap-md-5{gap:3rem !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !important}}@media(min-width: 992px){.float-lg-start{float:left !important}.float-lg-end{float:right !important}.float-lg-none{float:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:.25rem !important}.m-lg-2{margin:.5rem !important}.m-lg-3{margin:1rem !important}.m-lg-4{margin:1.5rem !important}.m-lg-5{margin:3rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-lg-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:.25rem !important}.mt-lg-2{margin-top:.5rem !important}.mt-lg-3{margin-top:1rem !important}.mt-lg-4{margin-top:1.5rem !important}.mt-lg-5{margin-top:3rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:.25rem !important}.me-lg-2{margin-right:.5rem !important}.me-lg-3{margin-right:1rem !important}.me-lg-4{margin-right:1.5rem !important}.me-lg-5{margin-right:3rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:.25rem !important}.mb-lg-2{margin-bottom:.5rem !important}.mb-lg-3{margin-bottom:1rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.mb-lg-5{margin-bottom:3rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:.25rem !important}.ms-lg-2{margin-left:.5rem !important}.ms-lg-3{margin-left:1rem !important}.ms-lg-4{margin-left:1.5rem !important}.ms-lg-5{margin-left:3rem !important}.ms-lg-auto{margin-left:auto !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:.25rem !important}.p-lg-2{padding:.5rem !important}.p-lg-3{padding:1rem !important}.p-lg-4{padding:1.5rem !important}.p-lg-5{padding:3rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-lg-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:.25rem !important}.pt-lg-2{padding-top:.5rem !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-4{padding-top:1.5rem !important}.pt-lg-5{padding-top:3rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:.25rem !important}.pe-lg-2{padding-right:.5rem !important}.pe-lg-3{padding-right:1rem !important}.pe-lg-4{padding-right:1.5rem !important}.pe-lg-5{padding-right:3rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:.25rem !important}.pb-lg-2{padding-bottom:.5rem !important}.pb-lg-3{padding-bottom:1rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pb-lg-5{padding-bottom:3rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:.25rem !important}.ps-lg-2{padding-left:.5rem !important}.ps-lg-3{padding-left:1rem !important}.ps-lg-4{padding-left:1.5rem !important}.ps-lg-5{padding-left:3rem !important}.gap-lg-0{gap:0 !important}.gap-lg-1{gap:.25rem !important}.gap-lg-2{gap:.5rem !important}.gap-lg-3{gap:1rem !important}.gap-lg-4{gap:1.5rem !important}.gap-lg-5{gap:3rem !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !important}}@media(min-width: 1200px){.float-xl-start{float:left !important}.float-xl-end{float:right !important}.float-xl-none{float:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:.25rem !important}.m-xl-2{margin:.5rem !important}.m-xl-3{margin:1rem !important}.m-xl-4{margin:1.5rem !important}.m-xl-5{margin:3rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:.25rem !important}.mt-xl-2{margin-top:.5rem !important}.mt-xl-3{margin-top:1rem !important}.mt-xl-4{margin-top:1.5rem !important}.mt-xl-5{margin-top:3rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:.25rem !important}.me-xl-2{margin-right:.5rem !important}.me-xl-3{margin-right:1rem !important}.me-xl-4{margin-right:1.5rem !important}.me-xl-5{margin-right:3rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:.25rem !important}.mb-xl-2{margin-bottom:.5rem !important}.mb-xl-3{margin-bottom:1rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.mb-xl-5{margin-bottom:3rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:.25rem !important}.ms-xl-2{margin-left:.5rem !important}.ms-xl-3{margin-left:1rem !important}.ms-xl-4{margin-left:1.5rem !important}.ms-xl-5{margin-left:3rem !important}.ms-xl-auto{margin-left:auto !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:.25rem !important}.p-xl-2{padding:.5rem !important}.p-xl-3{padding:1rem !important}.p-xl-4{padding:1.5rem !important}.p-xl-5{padding:3rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:.25rem !important}.pt-xl-2{padding-top:.5rem !important}.pt-xl-3{padding-top:1rem !important}.pt-xl-4{padding-top:1.5rem !important}.pt-xl-5{padding-top:3rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:.25rem !important}.pe-xl-2{padding-right:.5rem !important}.pe-xl-3{padding-right:1rem !important}.pe-xl-4{padding-right:1.5rem !important}.pe-xl-5{padding-right:3rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:.25rem !important}.pb-xl-2{padding-bottom:.5rem !important}.pb-xl-3{padding-bottom:1rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pb-xl-5{padding-bottom:3rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:.25rem !important}.ps-xl-2{padding-left:.5rem !important}.ps-xl-3{padding-left:1rem !important}.ps-xl-4{padding-left:1.5rem !important}.ps-xl-5{padding-left:3rem !important}.gap-xl-0{gap:0 !important}.gap-xl-1{gap:.25rem !important}.gap-xl-2{gap:.5rem !important}.gap-xl-3{gap:1rem !important}.gap-xl-4{gap:1.5rem !important}.gap-xl-5{gap:3rem !important}.text-xl-start{text-align:left !important}.text-xl-end{text-align:right !important}.text-xl-center{text-align:center !important}}@media(min-width: 1400px){.float-xxl-start{float:left !important}.float-xxl-end{float:right !important}.float-xxl-none{float:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:.25rem !important}.m-xxl-2{margin:.5rem !important}.m-xxl-3{margin:1rem !important}.m-xxl-4{margin:1.5rem !important}.m-xxl-5{margin:3rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xxl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xxl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:.25rem !important}.mt-xxl-2{margin-top:.5rem !important}.mt-xxl-3{margin-top:1rem !important}.mt-xxl-4{margin-top:1.5rem !important}.mt-xxl-5{margin-top:3rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:.25rem !important}.me-xxl-2{margin-right:.5rem !important}.me-xxl-3{margin-right:1rem !important}.me-xxl-4{margin-right:1.5rem !important}.me-xxl-5{margin-right:3rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:.25rem !important}.mb-xxl-2{margin-bottom:.5rem !important}.mb-xxl-3{margin-bottom:1rem !important}.mb-xxl-4{margin-bottom:1.5rem !important}.mb-xxl-5{margin-bottom:3rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:.25rem !important}.ms-xxl-2{margin-left:.5rem !important}.ms-xxl-3{margin-left:1rem !important}.ms-xxl-4{margin-left:1.5rem !important}.ms-xxl-5{margin-left:3rem !important}.ms-xxl-auto{margin-left:auto !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:.25rem !important}.p-xxl-2{padding:.5rem !important}.p-xxl-3{padding:1rem !important}.p-xxl-4{padding:1.5rem !important}.p-xxl-5{padding:3rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xxl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xxl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:.25rem !important}.pt-xxl-2{padding-top:.5rem !important}.pt-xxl-3{padding-top:1rem !important}.pt-xxl-4{padding-top:1.5rem !important}.pt-xxl-5{padding-top:3rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:.25rem !important}.pe-xxl-2{padding-right:.5rem !important}.pe-xxl-3{padding-right:1rem !important}.pe-xxl-4{padding-right:1.5rem !important}.pe-xxl-5{padding-right:3rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:.25rem !important}.pb-xxl-2{padding-bottom:.5rem !important}.pb-xxl-3{padding-bottom:1rem !important}.pb-xxl-4{padding-bottom:1.5rem !important}.pb-xxl-5{padding-bottom:3rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:.25rem !important}.ps-xxl-2{padding-left:.5rem !important}.ps-xxl-3{padding-left:1rem !important}.ps-xxl-4{padding-left:1.5rem !important}.ps-xxl-5{padding-left:3rem !important}.gap-xxl-0{gap:0 !important}.gap-xxl-1{gap:.25rem !important}.gap-xxl-2{gap:.5rem !important}.gap-xxl-3{gap:1rem !important}.gap-xxl-4{gap:1.5rem !important}.gap-xxl-5{gap:3rem !important}.text-xxl-start{text-align:left !important}.text-xxl-end{text-align:right !important}.text-xxl-center{text-align:center !important}}@media(min-width: 1200px){.fs-1{font-size:2.5rem !important}.fs-2{font-size:2rem !important}.fs-3{font-size:1.75rem !important}.fs-4{font-size:1.5rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}.d-print-none{display:none !important}}.clearfix::after{display:block;clear:both;content:\"\"}.text-bg-primary{color:#fff !important;background-color:RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important}.text-bg-secondary{color:#fff !important;background-color:RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important}.text-bg-success{color:#fff !important;background-color:RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important}.text-bg-info{color:#000 !important;background-color:RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important}.text-bg-warning{color:#000 !important;background-color:RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important}.text-bg-danger{color:#fff !important;background-color:RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important}.text-bg-light{color:#000 !important;background-color:RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important}.text-bg-dark{color:#fff !important;background-color:RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important}.link-primary{color:#0d6efd !important}.link-primary:hover,.link-primary:focus{color:#0a58ca !important}.link-secondary{color:#6c757d !important}.link-secondary:hover,.link-secondary:focus{color:#565e64 !important}.link-success{color:#198754 !important}.link-success:hover,.link-success:focus{color:#146c43 !important}.link-info{color:#0dcaf0 !important}.link-info:hover,.link-info:focus{color:#3dd5f3 !important}.link-warning{color:#ffc107 !important}.link-warning:hover,.link-warning:focus{color:#ffcd39 !important}.link-danger{color:#dc3545 !important}.link-danger:hover,.link-danger:focus{color:#b02a37 !important}.link-light{color:#f8f9fa !important}.link-light:hover,.link-light:focus{color:#f9fafb !important}.link-dark{color:#212529 !important}.link-dark:hover,.link-dark:focus{color:#1a1e21 !important}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:\"\"}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: 75%}.ratio-16x9{--bs-aspect-ratio: 56.25%}.ratio-21x9{--bs-aspect-ratio: 42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media(min-width: 576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:\"\"}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentcolor;opacity:.25}#header{max-width:1200px;margin:auto;z-index:11 !important}#header h1,#header .h1{font-size:20px;font-weight:bold;margin-bottom:0}#header h2,#header .h2{font-size:14px;font-weight:light;margin-bottom:0}#header img{width:90px;aspect-ratio:1/1;object-fit:cover;object-position:top;border-radius:50%;border:2px solid #000}nav .overlay{z-index:20 !important;position:fixed;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.9);opacity:0;visibility:hidden}nav .overlay.visible{opacity:1;visibility:visible;-webkit-transition:opacity .5s;transition:opacity .5s}nav .overlay.visible nav ul{opacity:1;-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}nav .overlay .inner-wrapper{max-width:1200px;margin:auto}nav .overlay label{position:absolute;right:0;top:0;cursor:pointer;color:#fff}nav .overlay nav{text-align:center;position:relative;top:50%;height:75%;font-size:3rem !important;-webkit-transform:translateY(-50%);transform:translateY(-50%);-moz-perspective:300px}nav .overlay ul{list-style:none;padding:0;margin:0 auto;display:inline-block;height:75%;position:relative;opacity:.4;-webkit-transform:translateY(-25%) rotateX(35deg);transform:translateY(-25%) rotateX(35deg)}nav .overlay ul li{display:block;height:16%;height:16.6666666667%}nav .overlay ul li a{font-weight:300;display:block;color:#fff;text-decoration:none;-webkit-transition:color .2s;transition:color .2s;font-family:\"NotCourierSans\";text-transform:uppercase}nav .overlay ul li a:hover,nav .overlay ul li a:focus{color:#849368}nav .activator{position:fixed;top:0;right:0;padding:0 !important;margin:32px}nav.animated .overlay{-webkit-transition:opacity .5s,visibility 0s .5s;transition:opacity .5s,visibility 0s .5s}nav.animated .overlay nav ul{-webkit-transition:-webkit-transform .5s,opacity .5s;transition:transform .5s,opacity .5s}nav.animated .overlay.visible{-webkit-transition:opacity .5s;transition:opacity .5s}*{font-family:Arial,sans-serif}a.slide-link{text-decoration:none;color:#000;font-weight:normal}.fp-arrow{display:none}.section{background:rgba(0,0,0,0);padding-top:120px;max-width:1200px;width:100%;margin:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.section *{font-size:18px}.section .fp-overflow{width:100%}.section .inner{max-width:1200px;width:90%;margin:auto}.section .inner *{font-size:14px}.section .inner .image{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center}.section .inner .image img{width:100%;max-width:600px;max-height:300px;object-fit:cover;margin-bottom:1rem;height:auto}@media(max-height: 393px){.section .inner img{display:none}}.section .inner .text{padding:8px}.section .inner .text h1,.section .inner .text .h1{font-size:1.5rem;font-weight:bold;text-align:left}.section .inner .text p{text-align:left}.section .slide{padding:0 1rem 52px}.section .slide .inner{margin:auto;max-width:900px;text-align:center;font-size:1.5rem}.section .slide nav{display:none}.section .slide nav .disabled{color:#fff;cursor:default}.section .fp-slidesNav.fp-bottom{display:flex;flex-direction:row;justify-content:center}@media(max-width: 992px){.section .fp-arrow{display:none}}.section .fp-prev{border-color:rgba(0,0,0,0) #eee rgba(0,0,0,0) rgba(0,0,0,0) !important}.section .fp-next{border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #eee !important}.section .fp-controlArrow{margin-top:0 !important}.section.home{padding-top:0}.section.home.page{padding-top:0}.section.home .me img{width:256px;aspect-ratio:1/1;object-fit:cover;object-position:top;border-radius:50%;border:2px solid #000}.section.home div.claim h1,.section.home div.claim .h1{font-size:2rem;font-weight:bold}.section.home div.claim h2,.section.home div.claim .h2{font-size:1rem;font-weight:light}.section.contact .inner{margin:auto}.section.contact .inner form,.section.contact .inner .message{width:90%}.section.contact .inner .message.error *{color:red}.section.contact .inner .message.success *{color:green}.section.contact input,.section.contact textarea{width:100%;resize:none}.section.contact input[type=checkbox]{width:initial}.section.legal{text-align:center}.section.legal .phone,.section.legal .email,.section.legal address,.section.legal .social,.section.legal .version{margin-bottom:16px}.section.legal .phone,.section.legal .email{display:flex;flex-direction:column;justify-content:center;align-items:center}.section.legal .phone a,.section.legal .email a{margin-bottom:0}.section.legal .phone .material-icons,.section.legal .email .material-icons{font-size:16px}.section.legal ul{list-style:none;padding:0}.section.legal ul.social{list-style:none;padding:0;display:flex;flex-direction:row;justify-content:center}.section.legal ul.social li{display:flex-item;margin:8px}.section.legal ul.social li img{aspect-ratio:1/1;width:24px;filter:grayscale(100%)}.section.refs figure{text-align:left;font-style:italic}.section.refs figcaption cite{font-style:initial;font-weight:bold}.section.refs figcaption cite a{color:initial}.section.refs blockquote:before{content:'\"'}.section.refs blockquote:after{content:'\"'}.section.refs .inner .text{display:flex;flex-direction:row;align-items:center}@media(min-width: 768px){.section{padding-top:88px}.section .inner *{font-size:18px}.section .inner .image{width:50%;border-right:1px solid #000;padding-right:8px}.section .inner .image img{object-fit:initial !important}.section .inner .text{width:50%}.section.skills .image img{width:initial;object-fit:initial;margin:auto}.section.contact .inner{width:600px}.slide nav{display:block !important;margin:1rem;text-align:center}.slide nav a{background-color:#000;color:#fff;border-radius:50%;padding:.5rem;margin:.5rem}.slide nav a.disabled{background-color:gray;color:#fff}}#notenoughroom{display:none;position:fixed;inset:0;z-index:10000;background-color:#fff}@media screen and (max-height: 400px){#notenoughroom{display:flex}}div.dialog{z-index:100;background-color:#fff;display:none;flex-direction:column;position:fixed;inset:0;margin:auto;overflow-y:auto}div.dialog.visible{display:flex}div.dialog .nav{display:flex;flex-direction:row;justify-content:space-between;align-items:center}div.dialog .nav a.close{text-decoration:none;cursor:pointer;color:#000}div.dialog .nav h1,div.dialog .nav .h1{font-weight:bolder;margin:0;padding:0;font-size:1.5rem}div.dialog .content{padding:2rem}div.dialog .content h1,div.dialog .content .h1{font-size:1.2rem;font-weight:bold}div.dialog .content h2,div.dialog .content .h2{font-size:1.1rem;font-weight:bold}@font-face{font-family:\"Material Icons\";font-style:normal;font-weight:400;font-display:block;src:url(\"./material-icons/material-icons.woff2\") format(\"woff2\"),url(\"./material-icons/material-icons.woff\") format(\"woff\")}.material-icons{font-family:\"Material Icons\";font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:\"liga\"}.mi-close::before{content:\"\"}.mi-menu::before{content:\"\"}.mi-phone::before{content:\"\"}.mi-mail::before{content:\"\"}.mi-west::before{content:\"\"}.mi-east::before{content:\"\"}#poky{position:fixed;inset:0;border:0;padding:0;margin:0;z-index:0;opacity:.4}#glass{position:fixed;inset:0;border:0;padding:0;margin:0;background:rgba(255,255,255,.16);backdrop-filter:blur(1px);border:1px solid rgba(255,255,255,.3)}#app{position:relative;z-index:10}#loader{z-index:1000;background-color:#fff;position:fixed;inset:0}.opacity-none{opacity:0}.opacity-full{opacity:1}.transition-opacity{transition:opacity 1s linear}"],sourceRoot:""}]);const M=x},645:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var r="",n=void 0!==e[5];return e[4]&&(r+="@supports (".concat(e[4],") {")),e[2]&&(r+="@media ".concat(e[2]," {")),n&&(r+="@layer".concat(e[5].length>0?" ".concat(e[5]):""," {")),r+=t(e),n&&(r+="}"),e[2]&&(r+="}"),e[4]&&(r+="}"),r})).join("")},e.i=function(t,r,n,o,i){"string"==typeof t&&(t=[[null,t,void 0]]);var a={};if(n)for(var A=0;A0?" ".concat(m[5]):""," {").concat(m[1],"}")),m[5]=i),r&&(m[2]?(m[1]="@media ".concat(m[2]," {").concat(m[1],"}"),m[2]=r):m[2]=r),o&&(m[4]?(m[1]="@supports (".concat(m[4],") {").concat(m[1],"}"),m[4]=o):m[4]="".concat(o)),e.push(m))}},e}},667:t=>{"use strict";t.exports=function(t,e){return e||(e={}),t?(t=String(t.__esModule?t.default:t),/^['"].*['"]$/.test(t)&&(t=t.slice(1,-1)),e.hash&&(t+=e.hash),/["'() \t\n]|(%20)/.test(t)||e.needQuotes?'"'.concat(t.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):t):t}},537:t=>{"use strict";t.exports=function(t){var e=t[1],r=t[3];if(!r)return e;if("function"==typeof btoa){var n=btoa(unescape(encodeURIComponent(JSON.stringify(r)))),o="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(n),i="/*# ".concat(o," */");return[e].concat([i]).join("\n")}return[e].join("\n")}},615:function(t){t.exports=function(){"use strict";var t,e,r,n,o;Array.prototype.find||Object.defineProperty(Array.prototype,"find",{value:function(t){if(null==this)throw new TypeError('"this" is null or not defined');var e=Object(this),r=e.length>>>0;if("function"!=typeof t)throw new TypeError("predicate must be a function");for(var n=arguments[1],o=0;o0?1:-1)*Math.floor(Math.abs(e)):e},n=Math.pow(2,53)-1,o=function(t){var e=r(t);return Math.min(Math.max(e,0),n)},function(t){var r=this,n=Object(t);if(null==t)throw new TypeError("Array.from requires an array-like object - not null or undefined");var i,a=arguments.length>1?arguments[1]:void 0;if(void 0!==a){if(!e(a))throw new TypeError("Array.from: when provided, the second argument must be a function");arguments.length>2&&(i=arguments[2])}for(var A,l=o(n.length),s=e(r)?Object(new r(l)):new Array(l),m=0;m0||navigator.maxTouchPoints,m=!!window.MSInputMethodContext&&!!document.documentMode,p={test:{},shared:{}},d=["parallax","scrollOverflowReset","dragAndMove","offsetSections","fadingEffect","responsiveSlides","continuousHorizontal","interlockedSlides","scrollHorizontally","resetSliders","cards","dropEffect","waterEffect"];function c(t,e){i.console&&i.console[t]&&i.console[t]("fullPage: "+e)}function g(t){return"none"!==i.getComputedStyle(t).display}function C(t){return Array.from(t).filter((function(t){return g(t)}))}function f(t,e){return(e=arguments.length>1?e:document)?e.querySelectorAll(t):null}function u(t){t=t||{};for(var e=1,r=arguments.length;e>=0,e=String(void 0!==e?e:" "),this.length>t?String(this):((t-=this.length)>e.length&&(e+=Array.apply(null,Array(t)).map((function(){return e})).join("")),e.slice(0,t)+String(this))}),window.fp_utils={$:f,deepExtend:u,hasClass:b,getWindowHeight:B,css:x,prev:v,next:y,last:w,index:k,getList:S,hide:E,show:q,isArrayOrList:j,addClass:U,removeClass:T,appendTo:z,wrap:M,wrapAll:D,unwrap:Y,closest:W,after:L,before:O,insertBefore:N,getScrollTop:Q,siblings:R,preventDefault:H,isFunction:X,trigger:V,matches:$,toggle:Z,createElementFromHTML:J,remove:tt,untilAll:et,nextAll:rt,prevAll:nt,showError:c};var st=Object.freeze({__proto__:null,showError:c,isVisible:g,getVisible:C,$:f,deepExtend:u,hasClass:b,getWindowHeight:B,getWindowWidth:h,css:x,prev:v,next:y,last:w,index:k,getList:S,hide:E,show:q,isArrayOrList:j,addClass:U,removeClass:T,appendTo:z,wrap:M,wrapAll:D,wrapInner:I,unwrap:Y,closest:W,after:L,before:O,insertBefore:N,getScrollTop:Q,siblings:R,preventDefault:H,getAttr:P,docAddEvent:F,windowAddEvent:K,docRemoveEvent:_,windowRemoveEvent:G,isFunction:X,trigger:V,matches:$,toggle:Z,createElementFromHTML:J,remove:tt,untilAll:et,nextAll:rt,prevAll:nt,toArray:ot,getLast:it,getAverage:at,setSrc:At,getParentsUntil:lt});function mt(t){return mt="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},mt(t)}var pt={events:{},on:function(t,e){var r=this;return"object"!==mt(this.events[t])&&(this.events[t]=[]),this.events[t].push(e),function(){return r.removeListener(t,e)}},removeListener:function(t,e){if("object"===mt(this.events[t])){var r=this.events[t].indexOf(e);r>-1&&this.events[t].splice(r,1)}},emit:function(t){for(var e=this,r=arguments.length,n=new Array(r>1?r-1:0),o=1;o','
'],controlArrowColor:"#fff",verticalCentered:!0,sectionsColor:[],paddingTop:0,paddingBottom:0,fixedElements:null,responsive:0,responsiveWidth:0,responsiveHeight:0,responsiveSlides:!1,parallax:!1,parallaxOptions:{type:"reveal",percentage:62,property:"translate"},cards:!1,cardsOptions:{perspective:100,fadeContent:!0,fadeBackground:!0},sectionSelector:".section",slideSelector:".slide",afterLoad:null,beforeLeave:null,onLeave:null,afterRender:null,afterResize:null,afterReBuild:null,afterSlideLoad:null,onSlideLeave:null,afterResponsive:null,onScrollOverflow:null,lazyLoading:!0,observer:!0},qe=null,je=!1,Ue=u({},Ee),Te=null;function ze(t){return qe}function Me(){return Te||Ee}function De(){return Ue}function Ie(t,e,r){Te[t]=e,"internal"!==r&&(Ue[t]=e)}function Ye(){if(!Me().anchors.length){var t="[data-anchor]",e=f(Me().sectionSelector.split(",").join(t+",")+t,qe);e.length&&e.length===f(Me().sectionSelector,qe).length&&(je=!0,e.forEach((function(t){Me().anchors.push(P(t,"data-anchor").toString())})))}if(!Me().navigationTooltips.length){var r="[data-tooltip]",n=f(Me().sectionSelector.split(",").join(r+",")+r,qe);n.length&&n.forEach((function(t){Me().navigationTooltips.push(P(t,"data-tooltip").toString())}))}}var We=function(t){this.anchor=t.anchor,this.item=t.item,this.index=t.index(),this.isLast=this.index===t.item.parentElement.querySelectorAll(t.selector).length-1,this.isFirst=!this.index,this.isActive=t.isActive},Le=function(t,e){this.parent=this.parent||null,this.selector=e,this.anchor=P(t,"data-anchor")||Me().anchors[k(t,Me().sectionSelector)],this.item=t,this.isVisible=g(t),this.isActive=b(t,Pt),this.hasScroll=b(t,ge)||null!=f(Ce,t)[0],this.isSection=e===Me().sectionSelector,this.container=W(t,de)||W(t,Lt),this.index=function(){return this.siblings().indexOf(this)}};function Oe(t){return t.map((function(t){return t.item}))}function Ne(t,e){return t.find((function(t){return t.item===e}))}Le.prototype.siblings=function(){return this.isSection?this.isVisible?dt.sections:dt.sectionsIncludingHidden:this.parent?this.parent.slides:0},Le.prototype.prev=function(){var t=this.siblings(),e=(this.isSection?t.indexOf(this):this.parent.slides.indexOf(this))-1;return e>=0?t[e]:null},Le.prototype.next=function(){var t=this.siblings(),e=(this.isSection?t.indexOf(this):this.parent.slides.indexOf(this))+1;return en?"up":"down"}function Ve(t){return U(t,Nt)}function $e(t){return{"-webkit-transform":t,"-moz-transform":t,"-ms-transform":t,transform:t}}function Ze(t,e){e?Ge(ze()):Ve(ze()),clearTimeout(Qe),x(ze(),$e(t)),p.test.translate3d=t,Qe=setTimeout((function(){T(ze(),Nt)}),10)}function Je(t){var e=Math.round(t);if(Me().css3&&Me().autoScrolling&&!Me().scrollBar)Ze("translate3d(0px, -"+e+"px, 0px)",!1);else if(Me().autoScrolling&&!Me().scrollBar)x(ze(),{top:-e+"px"}),p.test.top=-e+"px";else{var r=Ke(e);_e(r.element,r.options)}}function tr(t,e){Ie("scrollingSpeed",t,e)}p.setScrollingSpeed=tr;var er,rr=null,nr=null,or=null;function ir(t,e,r,n){var o,a=function(t){return t.self!=i&&b(t,se)?t.scrollLeft:!Me().autoScrolling||Me().scrollBar?Q():t.offsetTop}(t),A=e-a,l=!1,s=dt.activeAnimation;ct({activeAnimation:!0}),er&&window.cancelAnimationFrame(er),er=function(m){o||(o=m);var p=Math.floor(m-o);if(dt.activeAnimation){var d=e;r&&(d=i.fp_easings[Me().easing](p,a,A,r)),p<=r&&_e(t,d),po?"left":"right"),l.direction=l.direction?l.direction:l.xMovement,l.localIsResizing||ct({canScroll:!1}),Me().onSlideLeave&&!l.localIsResizing&&"none"!==l.xMovement&&X(Me().onSlideLeave)&&!1===lr("onSlideLeave",l)?ct({slideMoving:!1}):(U(e,Pt),T(R(e),Pt),mn(),l.localIsResizing||(pr(l.prevSlide),cr(e)),function(t){!Me().loopHorizontal&&Me().controlArrows&&(Z(f(we,t.section),0!==t.slideIndex),Z(f(Se,t.section),null!=y(t.destiny)))}(l),a.isActive&&!l.localIsResizing&&fr(l.slideIndex,l.slideAnchor,l.anchorLink),function(t,e,r){var n=e.destinyPos;if(i=e.slidesNav,a=e.slideIndex,Me().slidesNavigation&&null!=i&&(T(f(Ft,i),Pt),U(f("a",f("li",i)[a]),Pt)),ct({scrollX:Math.round(n.left)}),Me().css3){var o="translate3d(-"+Math.round(n.left)+"px, 0px, 0px)";p.test.translate3dH[e.sectionIndex]=o,x(Ge(f(de,t)),$e(o)),clearTimeout(hr),hr=setTimeout((function(){r&&qr(e)}),Me().scrollingSpeed)}else p.test.left[e.sectionIndex]=Math.round(n.left),ir(t,Math.round(n.left),Me().scrollingSpeed,(function(){r&&qr(e)}));var i,a}(t,l,!0))}function Er(){clearTimeout(hr)}function qr(t){t.localIsResizing||(X(Me().afterSlideLoad)&&lr("afterSlideLoad",t),ct({canScroll:!0}),sr(t.destiny),pt.emit(Mt,t)),ct({slideMoving:!1})}function jr(t,e){tr(0,"internal"),void 0!==e&&ct({isResizing:!0}),Sr(W(t,me),t),void 0!==e&&ct({isResizing:!1}),tr(De().scrollingSpeed,"internal")}function Ur(t,e){Ie("recordHistory",t,e)}function Tr(t,e){t||Je(0),Ie("autoScrolling",t,e);var r=gt().activeSection.item;if(Me().autoScrolling&&!Me().scrollBar)x(or,{overflow:"hidden",height:"100%"}),T(rr,"fp-scrollable"),Ur(De().recordHistory,"internal"),x(ze(),{"-ms-touch-action":"none","touch-action":"none"}),null!=r&&Je(r.offsetTop);else if(x(or,{overflow:"visible",height:"initial"}),U(rr,"fp-scrollable"),Ur(!!Me().autoScrolling&&De().recordHistory,"internal"),x(ze(),{"-ms-touch-action":"","touch-action":""}),null!=r){var n=Ke(r.offsetTop);n.element.scrollTo(0,n.options)}}function zr(t){ct({isDoingContinousVertical:!0});var e=gt().activeSection.item;return t.isMovementUp?O(e,rt(e,Xt)):L(e,nt(e,Xt).reverse()),Je(gt().activeSection.item.offsetTop),function(){for(var t=f(le),e=0;e0,a=n>o&&n'+br(i.index(),"Section")+"";var l=Me().navigationTooltips[i.index()];void 0!==l&&""!==l&&(n+='
'+l+"
"),n+=""}f("ul",r)[0].innerHTML=n;var s=f("li",f(ne)[0])[gt().activeSection.index()];U(f("a",s),Pt)}function Wr(t){t.preventDefault&&H(t),ct({scrollTrigger:"verticalNav"});var e=k(W(this,ne+" li"));pt.emit(qt,{destination:gt().sections[e]})}function Lr(t,e){var r;r=t,Me().menu&&Me().menu.length&&f(Me().menu).forEach((function(t){null!=t&&(T(f(Ft,t),Pt),U(f('[data-menuanchor="'+r+'"]',t),Pt))})),function(t,e){var r=f(ne)[0];Me().navigation&&null!=r&&"none"!==r.style.display&&(T(f(Ft,r),Pt),U(t?f('a[href="#'+t+'"]',r):f("a",f("li",r)[e]),Pt))}(t,e)}xr.m={up:!0,down:!0,left:!0,right:!0},xr.k=u({},xr.m),pt.on(ft,(function(t){var e=t.target;($(e,ve)||W(e,ve))&&wr.call(e,t)})),p.landscapeScroll=Sr,pt.on(xt,(function(){pt.on(Tt,kr)})),p.setRecordHistory=Ur,p.setAutoScrolling=Tr,p.test.setAutoScrolling=Tr,(new Date).getTime();var Or,Nr,Qr,Rr,Hr,Pr,Fr=(Rr=!0,Hr=(new Date).getTime(),Pr=!i.fullpage_api,function(t,e){var r=(new Date).getTime(),n="wheel"===t?Me().scrollingSpeed:100;return Rr=Pr||r-Hr>=n,Pr=!i.fullpage_api,Rr&&(Qr=e(),Hr=r),void 0===Qr||Qr});function Kr(t,e){if(X(Me().beforeLeave))return Fr(gt().scrollTrigger,(function(){return lr(t,e)}))}function _r(t,e,r){var n=t.item;if(null!=n){var o,i,a={element:n,callback:e,isMovementUp:r,dtop:Gr(n),yMovement:Xe(gt().activeSection,n),anchorLink:t.anchor,sectionIndex:t.index(),activeSlide:t.activeSlide?t.activeSlide.item:null,leavingSection:gt().activeSection.index()+1,localIsResizing:dt.isResizing,items:{origin:gt().activeSection,destination:t},direction:null};if(!(gt().activeSection.item==n&&!dt.isResizing||Me().scrollBar&&Q()===a.dtop&&!b(n,Zt))){if(null!=a.activeSlide&&(o=P(a.activeSlide,"data-anchor"),i=k(a.activeSlide,null)),!a.localIsResizing){var A=a.yMovement;if(void 0!==r&&(A=r?"up":"down"),a.direction=A,X(Me().beforeLeave)&&!1===Kr("beforeLeave",a))return;if(X(Me().onLeave)&&!lr("onLeave",a))return}Me().autoScrolling&&Me().continuousVertical&&void 0!==a.isMovementUp&&(!a.isMovementUp&&"up"==a.yMovement||a.isMovementUp&&"down"==a.yMovement)&&(a=zr(a)),a.localIsResizing||pr(gt().activeSection.item),U(n,Pt),T(R(n),Pt),mn(),cr(n),ct({canScroll:p.test.isTesting}),fr(i,o,a.anchorLink),function(t){var e=Me().scrollingSpeed<700,r=e?700:Me().scrollingSpeed;if(ct({touchDirection:"none",scrollY:Math.round(t.dtop)}),pt.emit(Tt),Me().css3&&Me().autoScrolling&&!Me().scrollBar)Ze("translate3d(0px, -"+Math.round(t.dtop)+"px, 0px)",!0),Me().scrollingSpeed?(clearTimeout(Or),Or=setTimeout((function(){Xr(t),ct({canScroll:!e||p.test.isTesting})}),Me().scrollingSpeed)):Xr(t);else{var n=Ke(t.dtop);p.test.top=-t.dtop+"px",clearTimeout(Or),ir(n.element,n.options,Me().scrollingSpeed,(function(){Me().scrollBar?Or=setTimeout((function(){Xr(t)}),30):(Xr(t),ct({canScroll:!e||p.test.isTesting}))}))}e&&(clearTimeout(Nr),Nr=setTimeout((function(){ct({canScroll:!0})}),r))}(a),ct({lastScrolledDestiny:a.anchorLink}),Lr(a.anchorLink,a.sectionIndex)}}}function Gr(t){var e=t.offsetHeight,r=t.offsetTop,n=r,o=r>dt.previousDestTop,i=n-B()+e,a=Me().bigSectionsDestination;return e>B()?(o||a)&&"bottom"!==a||(n=i):(o||dt.isResizing&&null==y(t))&&(n=i),ct({previousDestTop:n}),n}function Xr(t){ct({isBeyondFullpage:!1}),Mr(t),X(Me().afterLoad)&&!t.localIsResizing&&lr("afterLoad",t),mn(),t.localIsResizing||sr(t.element),U(t.element,Kt),T(R(t.element),Kt),Dr(),An.afterSectionLoads(),ct({canScroll:!0}),pt.emit(zt,t),X(t.callback)&&t.callback()}function Vr(t,e){Ie("fitToSection",t,e)}function $r(){dt.canScroll&&(ct({isResizing:!0}),_r(dt.activeSection),ct({isResizing:!1}))}function Zr(){var t=Me().responsive||Me().responsiveWidth,e=Me().responsiveHeight,r=t&&i.innerWidthi.innerHeight},isScrolled:function(t,e){if(!dt.canScroll)return!1;if(Me().scrollBar)return!0;var r=An.getScrollableItem(e);if(!Me().scrollOverflow||!b(r,ge)||b(Pe(e),"fp-noscroll"))return!0;var n=m?1:0,o=r.scrollTop,i="up"===t&&o<=0,a="down"===t&&r.scrollHeight<=Math.ceil(r.offsetHeight+o)+n,A=i||a;return A||(this.timeBeforeReachingLimit=(new Date).getTime()),A},shouldMovePage:function(){this.timeLastScroll=(new Date).getTime();var t=this.timeLastScroll-An.timeBeforeReachingLimit,e=(A||s)&&dt.isGrabbing,r=dt.isUsingWheel&&t>600;return e&&t>400||r},onPanelScroll:(an=0,function(t){var e=t.target.scrollTop,r="none"!==dt.touchDirection?dt.touchDirection:an=0||o1&&(Me().controlArrows&&function(t){var e=t.item,r=[J(Me().controlArrowsHTML[0]),J(Me().controlArrowsHTML[1])];L(f(me,e)[0],r),U(r,xe),U(r[0],ye),U(r[1],ke),"#fff"!==Me().controlArrowColor&&(x(f(Se,e),{"border-color":"transparent transparent transparent "+Me().controlArrowColor}),x(f(we,e),{"border-color":"transparent "+Me().controlArrowColor+" transparent transparent"})),Me().loopHorizontal||E(f(we,e))}(t),Me().slidesNavigation&&function(t){var e=t.item,r=t.slides.length;z(J('
    '),e);var n=f(be,e)[0];U(n,"fp-"+Me().slidesNavPosition);for(var o=0;o'+br(o,"Slide",f(Ae,e)[o])+""),f("ul",n)[0]);x(n,{"margin-left":"-"+n.innerWidth/2+"px"});var i=t.activeSlide?t.activeSlide.index():0;U(f("a",f("li",n)[i]),Pt)}(t)),n.forEach((function(t){x(t.item,{width:i+"%"}),Me().verticalCentered&&en(t)}));var s=t.activeSlide||null;null!=s&&dt.activeSection&&(0!==dt.activeSection.index()||0===dt.activeSection.index()&&0!==s.index())?jr(s.item,"internal"):U(r[0],Pt)}fn.prototype=Le.prototype,fn.prototype.constructor=gn;var Bn={attributes:!1,subtree:!0,childList:!0,characterData:!0};function hn(){return C(f(Me().slideSelector,ze())).length!==gt().numSlides}function xn(){return hn()||C(f(Me().sectionSelector,ze())).length!==gt().numSections}function vn(t){var e=hn();xn()&&!dt.isDoingContinousVertical&&(Me().observer&&Cn&&Cn.disconnect(),pn(),mn(),Me().anchors=[],tt(f(ne)),un(),Ye(),Me().navigation&&Yr(),e&&(tt(f(be)),tt(f(ve))),gt().sections.forEach((function(t){t.slides.length?e&&bn(t):nn(t)}))),Me().observer&&Cn&&f(Lt)[0]&&Cn.observe(f(Lt)[0],Bn)}pt.on(xt,(function(){var t,e,r;Me().observer&&"MutationObserver"in window&&f(Lt)[0]&&(t=f(Lt)[0],e=Bn,(r=new MutationObserver(vn)).observe(t,e),Cn=r),pt.on(yt,vn)})),p.render=vn;var yn=function(){var t=!1;try{var e=Object.defineProperty({},"passive",{get:function(){t=!0}});K("testPassive",null,e),G("testPassive",null,e)}catch(t){}return function(){return t}}();function wn(){return!!yn()&&{passive:!1}}var kn,Sn,En,qn,jn=(En=(new Date).getTime(),qn=[],{registerEvent:function(t){var e=(t=t||i.event).wheelDelta||-t.deltaY||-t.detail,r=Math.max(-1,Math.min(1,e)),n=void 0!==t.wheelDeltaX||void 0!==t.deltaX;kn=Math.abs(t.wheelDeltaX)149&&qn.shift(),qn.push(Math.abs(e));var a=o-En;En=o,a>200&&(qn=[])},isAccelerating:function(){var t=at(qn,10)>=at(qn,70);return!!qn.length&&t&&kn},getDirection:function(){return Sn}});function Un(){var t=Me().css3?Q()+B():it(gt().sections).item.offsetTop+it(gt().sections).item.offsetHeight,e=Ke(t);p.test.top=-t+"px",ct({canScroll:!1}),ir(e.element,e.options,Me().scrollingSpeed,(function(){setTimeout((function(){ct({isBeyondFullpage:!0}),ct({canScroll:!0})}),30)}))}function Tn(){ze().getBoundingClientRect().bottom>=0&&zn()}function zn(){var t=Ke(it(gt().sections).item.offsetTop);ct({canScroll:!1}),ir(t.element,t.options,Me().scrollingSpeed,(function(){ct({canScroll:!0}),ct({isBeyondFullpage:!1}),ct({isAboutToScrollToFullPage:!1})}))}var Mn,Dn,In,Yn=(Mn=!1,Dn={},In={},function(t,e,r){switch(t){case"set":Dn[e]=(new Date).getTime(),In[e]=r;break;case"isNewKeyframe":var n=(new Date).getTime();Mn=n-Dn[e]>In[e]}return Mn});function Wn(){var t=gt().activeSection.next();t||!Me().loopBottom&&!Me().continuousVertical||(t=gt().sections[0]),null!=t?_r(t,null,!1):ze().scrollHeightOn&&yr().m.down&&Wn()),On=t.pageY)}function Qn(t){if(yr().m[t]){var e="down"===t?Wn:Ln;Me().scrollOverflow&&An.isScrollable(gt().activeSection)?An.isScrolled(t,gt().activeSection.item)&&An.shouldMovePage()&&e():e()}}var Rn,Hn,Pn,Fn,Kn=0,_n=0,Gn=0,Xn=0,Vn=(i.PointerEvent&&(Fn={down:"pointerdown",move:"pointermove"}),Fn),$n={touchmove:"ontouchmove"in window?"touchmove":Vn?Vn.move:null,touchstart:"ontouchstart"in window?"touchstart":Vn?Vn.down:null};function Zn(t){var e=W(t.target,Xt)||gt().activeSection.item,r=An.isScrollable(gt().activeSection);if(Jn(t)){ct({isGrabbing:!0,isUsingWheel:!1}),Me().autoScrolling&&(r&&!dt.canScroll||Me().scrollBar)&&H(t);var n=ro(t);Gn=n.y,Xn=n.x;var o=Math.abs(Kn-Gn)>i.innerHeight/100*Me().touchSensitivity,a=Math.abs(_n-Xn)>h()/100*Me().touchSensitivity,A=f(me,e).length&&Math.abs(_n-Xn)>Math.abs(Kn-Gn),l=Kn>Gn?"down":"up";ct({touchDirection:A?_n>Xn?"right":"left":l}),A?!dt.slideMoving&&a&&(_n>Xn?yr().m.right&&pt.emit(bt,{section:e}):yr().m.left&&pt.emit(ut,{section:e})):Me().autoScrolling&&dt.canScroll&&o&&Qn(l)}}function Jn(t){return void 0===t.pointerType||"mouse"!=t.pointerType}function to(t){if(Me().fitToSection&&ct({activeAnimation:!1}),Jn(t)){var e=ro(t);Kn=e.y,_n=e.x}K("touchend",eo)}function eo(){G("touchend",eo),ct({isGrabbing:!1})}function ro(t){var e={};return e.y=void 0!==t.pageY&&(t.pageY||t.pageX)?t.pageY:t.touches[0].pageY,e.x=void 0!==t.pageX&&(t.pageY||t.pageX)?t.pageX:t.touches[0].pageX,s&&Jn(t)&&Me().scrollBar&&void 0!==t.touches&&(e.y=t.touches[0].pageY,e.x=t.touches[0].pageX),e}function no(t){Me().autoScrolling&&Jn(t)&&yr().m.up&&(dt.canScroll||H(t))}function oo(t,e){var r=null==e?gt().activeSection.item:e,n=Ne(dt.sections,r),o=f(me,r)[0];if(!(null==o||dt.slideMoving||n.slides.length<2)){var i=n.activeSlide,a="left"===t?i.prev():i.next();if(!a){if(!Me().loopHorizontal)return;a="left"===t?it(n.slides):n.slides[0]}ct({slideMoving:!p.test.isTesting}),Sr(o,a.item,t)}}function io(t){oo("left",t)}function ao(t){oo("right",t)}function Ao(t){var e=gt().sections.filter((function(e){return e.anchor===t}))[0];if(!e){var r=void 0!==t?t-1:0;e=gt().sections[r]}return e}function lo(t){null!=t&&Sr(W(t,me),t)}function so(t,e){var r=Ao(t);if(null!=r){var n=function(t,e){var r=e.slides.filter((function(e){return e.anchor===t}))[0];return null==r&&(t=void 0!==t?t:0,r=e.slides[t]),r?r.item:null}(e,r);r.anchor===dt.lastScrolledDestiny||b(r.item,Pt)?lo(n):_r(r,(function(){lo(n)}))}}function mo(t,e){var r=Ao(t);void 0!==e?so(t,e):null!=r&&_r(r)}function po(){clearTimeout(Hn),_("keydown",co),_("keyup",go)}function co(t){clearTimeout(Hn);var e,r=t.keyCode,n=[37,39].indexOf(r)>-1,o=Me().autoScrolling||Me().fitToSection||n;9===r?function(t){var e=t.shiftKey,r=a.activeElement,n=Bo(Pe(gt().activeSection.item));function o(t){return H(t),n[0]?n[0].focus():null}if(!function(t){var e=Bo(a),r=e.indexOf(a.activeElement),n=e[t.shiftKey?r-1:r+1],o=W(n,Ae),i=W(n,Xt);return!o&&!i}(t)){r?null==W(r,Vt+","+Vt+" "+le)&&(r=o(t)):o(t);var i=r==n[0],A=r==n[n.length-1],l=e&&i;if(l||!e&&A){H(t);var s=function(t){var e,r=t?"prevPanel":"nextPanel",n=[],o=Fe((dt.activeSection&&dt.activeSection.activeSlide?dt.activeSection.activeSlide:dt.activeSection)[r]());do{(n=Bo(o.item)).length&&(e={panel:o,itemToFocus:n[t?n.length-1:0]}),o=Fe(o[r]())}while(o&&0===n.length);return e}(l),m=s?s.panel:null;if(m){var p=m.isSection?m:m.parent;pt.emit(kt,{sectionAnchor:p.index()+1,slideAnchor:m.isSection?0:m.index()}),Pn=s.itemToFocus,H(t)}}}}(t):!($(e=a.activeElement,"textarea")||$(e,"input")||$(e,"select")||"true"==P(e,"contentEditable")||""==P(e,"contentEditable"))&&Me().keyboardScrolling&&o&&(Rn=t.ctrlKey,Hn=setTimeout((function(){!function(t){var e=t.shiftKey,r=a.activeElement,n=$(r,"video")||$(r,"audio"),o={up:An.isScrolled("up",gt().activeSection.item),down:An.isScrolled("down",gt().activeSection.item)},i=[37,39].indexOf(t.keyCode)>-1;if(function(t){(function(t){return[40,38,32,33,34].indexOf(t.keyCode)>-1&&!dt.isBeyondFullpage})(t)&&!W(t.target,Ce)&&t.preventDefault()}(t),dt.canScroll||i)switch(ct({scrollTrigger:"keydown"}),t.keyCode){case 38:case 33:yr().k.up&&o.up&&(dt.isBeyondFullpage?pt.emit(St,{e:t}):Ln());break;case 32:if(e&&yr().k.up&&!n&&o.up){Ln();break}case 40:case 34:if(yr().k.down&&o.down){if(dt.isBeyondFullpage)return;32===t.keyCode&&n||Wn()}break;case 36:yr().k.up&&mo(1);break;case 35:yr().k.down&&mo(gt().sections.length);break;case 37:yr().k.left&&io();break;case 39:yr().k.right&&ao();break;default:;}}(t)}),0))}function go(t){dt.isWindowFocused&&(Rn=t.ctrlKey)}function Co(){ct({isWindowFocused:!1}),Rn=!1}function fo(t){bo()}function uo(t){W(Pn,Ae)&&!W(Pn,le)||bo()}function bo(){Pn&&(Pn.focus(),Pn=null)}function Bo(t){return[].slice.call(f('a[href], area[href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), iframe, object, embed, [tabindex="0"], [contenteditable]',t)).filter((function(t){return"-1"!==P(t,"tabindex")&&null!==t.offsetParent}))}p.moveSlideLeft=io,p.moveSlideRight=ao,p.moveTo=mo,pt.on(xt,(function(){K("blur",Co),F("keydown",co),F("keyup",go),pt.on(vt,po),pt.on(Mt,fo),pt.on(zt,uo)}));var ho=(new Date).getTime(),xo=[];function vo(t){t?(function(){var t,e="";i.addEventListener?t="addEventListener":(t="attachEvent",e="on");var r="onwheel"in a.createElement("div")?"wheel":void 0!==a.onmousewheel?"mousewheel":"DOMMouseScroll",n=wn();"DOMMouseScroll"==r?a[t](e+"MozMousePixelScroll",yo,n):a[t](e+r,yo,n)}(),ze().addEventListener("mousedown",wo),ze().addEventListener("mouseup",ko)):(a.addEventListener?(_("mousewheel",yo,!1),_("wheel",yo,!1),_("MozMousePixelScroll",yo,!1)):a.detachEvent("onmousewheel",yo),ze().removeEventListener("mousedown",wo),ze().removeEventListener("mouseup",ko))}function yo(t){var e=(new Date).getTime(),r=b(f(_t)[0],"fp-normal-scroll"),n=function(t,e){(new Date).getTime();var r=gt().isBeyondFullpage&&t.getBoundingClientRect().bottom>=0&&"up"===jn.getDirection(),n=gt().isAboutToScrollToFullPage;if(n)return H(e),!1;if(gt().isBeyondFullpage){if(r){var o;if(!(n||Yn("isNewKeyframe","beyondFullpage")&&jn.isAccelerating()))return(o=Ke(it(gt().sections).item.offsetTop+it(gt().sections).item.offsetHeight)).element.scrollTo(0,o.options),ct({isAboutToScrollToFullPage:!1}),H(e),!1;if(jn.isAccelerating())return r=!1,ct({isAboutToScrollToFullPage:!0}),ct({scrollTrigger:"wheel"}),zn(),H(e),!1}else Yn("set","beyondFullpage",1e3);if(!n&&!r)return!0}}(ze(),t);if(dt.isUsingWheel||ct({isGrabbing:!1,isUsingWheel:!0,touchDirection:"none"}),!yr().m.down&&!yr().m.up)return H(t),!1;if(n)return!0;if(!1===n)return H(t),!1;if(Me().autoScrolling&&!Rn&&!r){var o=(t=t||i.event).wheelDelta||-t.deltaY||-t.detail,a=Math.max(-1,Math.min(1,o)),A=void 0!==t.wheelDeltaX||void 0!==t.deltaX,l=Math.abs(t.wheelDeltaX)0?"up":"none";xo.length>149&&xo.shift(),xo.push(Math.abs(o)),Me().scrollBar&&H(t);var m=e-ho;return ho=e,m>200&&(xo=[]),ct({wheelDirection:s}),dt.canScroll&&at(xo,10)>=at(xo,70)&&l&&(ct({scrollTrigger:"wheel"}),Qn(a<0?"down":"up")),!1}Me().fitToSection&&ct({activeAnimation:!1})}function wo(t){var e;2==t.which&&(e=t.pageY,On=e,ze().addEventListener("mousemove",Nn))}function ko(t){2==t.which&&ze().removeEventListener("mousemove",Nn)}function So(t){t?(vo(!0),function(){if($n.touchmove&&(A||s)){Me().autoScrolling&&(rr.removeEventListener($n.touchmove,no,{passive:!1}),rr.addEventListener($n.touchmove,no,{passive:!1}));var t=Me().touchWrapper;t.removeEventListener($n.touchstart,to),t.removeEventListener($n.touchmove,Zn,{passive:!1}),t.addEventListener($n.touchstart,to),t.addEventListener($n.touchmove,Zn,{passive:!1})}}()):(vo(!1),function(){if($n.touchmove&&(A||s)){Me().autoScrolling&&(rr.removeEventListener($n.touchmove,Zn,{passive:!1}),rr.removeEventListener($n.touchmove,no,{passive:!1}));var t=Me().touchWrapper;t.removeEventListener($n.touchstart,to),t.removeEventListener($n.touchmove,Zn,{passive:!1})}}())}p.setMouseWheelScrolling=vo;var Eo=!0;function qo(){["mouseenter","touchstart","mouseleave","touchend"].forEach((function(t){_(t,Uo,!0)}))}function jo(t,e){document["fp_"+t]=e,F(t,Uo,!0)}function Uo(t){var e=t.type,r=!1,n="mouseleave"===e?t.toElement||t.relatedTarget:t.target;n!=document&&n?("touchend"===e&&(Eo=!1,setTimeout((function(){Eo=!0}),800)),("mouseenter"!==e||Eo)&&(Me().normalScrollElements.split(",").forEach((function(t){if(!r){var e=$(n,t),o=W(n,t);(e||o)&&(p.shared.isNormalScrollElement||So(!1),p.shared.isNormalScrollElement=!0,r=!0)}})),!r&&p.shared.isNormalScrollElement&&(So(!0),p.shared.isNormalScrollElement=!1))):So(!0)}function To(t,e){tr(0,"internal"),mo(t,e),tr(De().scrollingSpeed,"internal")}pt.on(xt,(function(){Me().normalScrollElements&&(["mouseenter","touchstart"].forEach((function(t){jo(t,!1)})),["mouseleave","touchend"].forEach((function(t){jo(t,!0)}))),pt.on(vt,qo)})),p.silentMoveTo=To;var zo,Mo,Do=B(),Io=h(),Yo=!1;function Wo(){clearTimeout(zo),clearTimeout(Mo),G("resize",Lo)}function Lo(){Yo||(Me().autoScrolling&&!Me().scrollBar||!Me().fitToSection)&&No(B()),function(){if(A)for(var t=0;t<4;t++)Mo=setTimeout((function(){window.requestAnimationFrame((function(){Me().autoScrolling&&!Me().scrollBar&&(ct({isResizing:!0}),To(dt.activeSection.index()+1),ct({isResizing:!1}))}))}),200*t)}(),Yo=!0,clearTimeout(zo),zo=setTimeout((function(){(function(){if(ct({isResizing:!0}),No(""),Me().autoScrolling||dt.isBeyondFullpage||function(){if(!Me().autoScrolling||Me().scrollBar){var t=.01*i.innerHeight;a.documentElement.style.setProperty("--vh","".concat(t,"px"))}}(),pt.emit(yt),mn(),Zr(),A){var t=a.activeElement;if(!$(t,"textarea")&&!$(t,"input")&&!$(t,"select")){var e=B();Math.abs(e-Do)>20*Math.max(Do,e)/100&&(Oo(!0),Do=e)}}else r=B(),n=h(),dt.windowsHeight===r&&Io===n||(ct({windowsHeight:r}),Io=n,Oo(!0));var r,n;ct({isResizing:!1})})(),Yo=!1}),400)}function Oo(t){if(!b(ze(),Qt)){ct({isResizing:!0,windowsHeight:B(),windowsWidth:h()});for(var e=gt().sections,r=0;r1&&Sr(o,n.activeSlide.item)}Me().scrollOverflow&&An.makeScrollable();var a=gt().activeSection.index();dt.isBeyondFullpage||a&&To(a+1),ct({isResizing:!1}),X(Me().afterResize)&&t&&Me().afterResize.call(ze(),i.innerWidth,i.innerHeight),X(Me().afterReBuild)&&!t&&Me().afterReBuild.call(ze()),V(ze(),"afterRebuild")}}function No(t){var e=""===t?"":t+"px";gt().sections.forEach((function(t){x(t.item,{height:e})}))}function Qo(){var t,e,r=i.location.hash;if(r.length){var n=r.replace("#","").split("/"),o=r.indexOf("#/")>-1;t=o?"/"+n[1]:decodeURIComponent(n[0]);var a=o?n[2]:n[1];a&&a.length&&(e=decodeURIComponent(a))}return{section:t,slide:e}}function Ro(){G("hashchange",Ho)}function Ho(){if(!dt.isScrolling&&!Me().lockAnchors){var t=Qo(),e=t.section,r=t.slide,n=void 0===dt.lastScrolledDestiny,o=void 0===dt.lastScrolledDestiny&&void 0===r&&!dt.slideMoving;e&&e.length&&(e&&e!==dt.lastScrolledDestiny&&!n||o||!dt.slideMoving&&dt.lastScrolledSlide!=r)&&pt.emit(kt,{sectionAnchor:e,slideAnchor:r})}}function Po(t){var e=t.target;W(e,Me().menu+" [data-menuanchor]")&&Fo.call(e,t)}function Fo(t){ct({scrollTrigger:"menu"}),!f(Me().menu)[0]||!Me().lockAnchors&&Me().anchors.length||(H(t),pt.emit(Et,{anchor:P(this,"data-menuanchor")}))}function Ko(t){var e=t.target;e&&W(e,ne+" a")?Wr.call(e,t.e):$(e,ie)?Ir.call(e):($(e,Be)||null!=W(e,Be))&&Br.call(e,t.e)}p.reBuild=Oo,pt.on(xt,(function(){Lo(),K("resize",Lo),pt.on(vt,Wo)})),p.setLockAnchors=function(t){Me().lockAnchors=t},pt.on(xt,(function(){K("hashchange",Ho),pt.on(vt,Ro)})),pt.on(xt,(function(){F("wheel",jn.registerEvent,wn()),pt.on(Ut,Un),pt.on(St,Tn)})),pt.on(xt,(function(){pt.on(ft,Po)})),pt.on(xt,(function(){pt.on(ft,Ko)}));var _o,Go,Xo=0;function Vo(t){var e,r,n,o,i;if(!dt.isResizing&>().activeSection&&(it(gt().sections),!gt().isBeyondFullpage&&!gt().isAboutToScrollToFullPage&&(!Me().autoScrolling||Me().scrollBar))){var a=Q(),A=function(t){var e=t>Xo?"down":"up";return Xo=t,ct({previousDestTop:t}),e}(a),l=0,s=a+B()/2,m=rr.scrollHeight-B()===a,p=gt().sections;if(ct({scrollY:a}),m)l=p.length-1;else if(a)for(var d=0;d=Q()+B():o<=Q())&&(b(gt().activeSection.item,Kt)||(U(gt().activeSection.item,Kt),T(R(gt().activeSection.item),Kt))),r=(e=p[l]).item,!e.isActive){ct({isScrolling:!0});var c,g,C=gt().activeSection.item,f=gt().activeSection.index()+1,u=Xe(gt().activeSection,r),h=e.anchor,x=e.index()+1,v=e.activeSlide,y={activeSection:C,sectionIndex:x-1,anchorLink:h,element:r,leavingSection:f,direction:u,items:{origin:gt().activeSection,destination:e}};v&&(g=v.anchor,c=v.index()),dt.canScroll&&(U(r,Pt),T(R(r),Pt),X(Me().beforeLeave)&&Kr("beforeLeave",y),X(Me().onLeave)&&lr("onLeave",y),X(Me().afterLoad)&&lr("afterLoad",y),pr(C),cr(r),sr(r),Lr(h,x-1),Me().anchors.length&&ct({lastScrolledDestiny:h}),fr(c,g,h),mn()),clearTimeout(_o),_o=setTimeout((function(){ct({isScrolling:!1})}),100)}Me().fitToSection&&dt.canScroll&&(clearTimeout(Go),Go=setTimeout((function(){dt.sections.filter((function(t){var e=t.item.getBoundingClientRect();return Math.round(e.bottom)===Math.round(B())||0===Math.round(e.top)})).length||$r()}),Me().fitToSectionDelay))}}function $o(t,e){void 0!==e?(e=e.replace(/ /g,"").split(",")).forEach((function(e){vr(t,e,"k")})):(vr(t,"all","k"),Me().keyboardScrolling=t)}function Zo(t){var e=t.index();void 0!==Me().anchors[e]&&t.isActive&&Lr(Me().anchors[e],e),Me().menu&&Me().css3&&null!=W(f(Me().menu)[0],Lt)&&f(Me().menu).forEach((function(t){rr.appendChild(t)}))}function Jo(){var t,e,r=gt().activeSection,n=gt().activeSection.item;U(n,Kt),cr(n),Dr(),sr(n),t=Qo(),e=Ao(t.section),(!t.section||!e||void 0!==e&&e.index()===k(rn))&&X(Me().afterLoad)&&lr("afterLoad",{activeSection:n,element:n,direction:null,anchorLink:r.anchor,sectionIndex:r.index(),items:{origin:gt().activeSection,destination:gt().activeSection}}),X(Me().afterRender)&&lr("afterRender")}function ti(t,e){void 0!==e?(e=e.replace(/ /g,"").split(",")).forEach((function(e){vr(t,e,"m")})):vr(t,"all","m")}function ei(){var t=Qo(),e=t.section,r=t.slide;e?Me().animateAnchor?so(e,r):To(e,r):pt.emit(Ct,null)}function ri(){Je(0),f("img[data-src], source[data-src], audio[data-src], iframe[data-src]",ze()).forEach((function(t){At(t,"src")})),f("img[data-srcset]").forEach((function(t){At(t,"srcset")})),tt(f(ne+", "+be+", "+ve)),x(Oe(gt().sections),{height:"","background-color":"",padding:""}),x(Oe(gt().slides),{width:""}),x(ze(),{height:"",position:"","-ms-touch-action":"","touch-action":""}),x(or,{overflow:"",height:""}),T(nr,Rt),T(rr,Ot),rr.className.split(/\s+/).forEach((function(t){0===t.indexOf(Ht)&&T(rr,t)})),Oe(gt().panels).forEach((function(t){Me().scrollOverflow&&An.destroyWrapper(t),T(t,ce+" "+Pt+" "+Kt),P(t,"data-fp-styles")&&t.setAttribute("style",P(t,"data-fp-styles")),b(t,Gt)&&!je&&t.removeAttribute("data-anchor")})),Ve(ze()),[$t,de,me].forEach((function(t){f(t,ze()).forEach((function(t){Y(t)}))})),x(ze(),{"-webkit-transition":"none",transition:"none"}),i.scrollTo(0,0),[Gt,ae,pe].forEach((function(t){T(f("."+t),t)}))}function ni(){pn(),mn(),Me().scrollBar=Me().scrollBar||Me().hybrid,Ye(),function(){x(lt(ze(),"body"),{height:"100%",position:"relative"}),U(ze(),Wt),U(nr,Rt),ct({windowsHeight:B()}),T(ze(),Qt),un();for(var t=gt().sectionsIncludingHidden,e=0;e0&&bn(r)}Me().fixedElements&&Me().css3&&f(Me().fixedElements).forEach((function(t){rr.appendChild(t)})),Me().navigation&&Yr(),dr(),Me().scrollOverflow&&An.makeScrollable()}(),ti(!0),So(!0),Tr(Me().autoScrolling,"internal"),Zr(),gr(),"complete"===a.readyState&&ei(),K("load",ei),Jo(),pn(),mn()}pt.on(vt,(function(){clearTimeout(_o),clearTimeout(Go)})),pt.on(xt,(function(){K("scroll",Vo),a.body.addEventListener("scroll",Vo),pt.on(kt,(function(t){so(t.sectionAnchor,t.slideAnchor)})),pt.on(Et,(function(t){mo(t.anchor,void 0)})),pt.on(wt,(function(t){("down"===t.direction?Wn:Ln)()})),pt.on(qt,(function(t){_r(t.destination)}))})),pt.on(vt,(function(){G("scroll",Vo)})),p.getActiveSlide=function(){return Ar(gt().activeSection.activeSlide)},p.getScrollX=function(){return dt.scrollX},pt.on(xt,(function(){pt.on(vt,Er),pt.on(jt,(function(t){Sr(t.slides,t.destination)})),pt.on(bt,(function(t){ao(t.section)})),pt.on(ut,(function(t){io(t.section)}))})),pt.on(xt,(function(){var t=Me().credits.position,e=["left","right"].indexOf(t)>-1?"".concat(t,": 0;"):"",r='\n \n "),n=it(dt.sections),o=!dt.isValid||Me().credits.enabled;n&&n.item&&o&&n.item.insertAdjacentHTML("beforeend",r)})),function(){pt.on(Bt,(function(){var e,A,l;ct({isValid:(Me().licenseKey,e=Me().licenseKey,A=function(e){var r=parseInt("514").toString(16);if(!e||e.length<29||4===e.split(t[0]).length)return null;var n=["Each","for"][o()]().join(""),A=e[["split"]]("-"),l=[];A[n]((function(t,e){if(e<4){var n=function(t){var e=t[t.length-1],r=["NaN","is"][o()]().join("");return window[r](e)?i(e):function(t){return t-Pt.length}(e)}(t);l.push(n);var a=i(t[n]);if(1===e){var A=["pa","dS","t","art"].join("");a=a.toString()[A](2,"0")}r+=a,0!==e&&1!==e||(r+="-")}}));var s=0,m="";return e.split("-").forEach((function(t,e){if(e<4){for(var r=0,n=0;n<4;n++)n!==l[e]&&(r+=Math.abs(i(t[n])),isNaN(t[n])||s++);var o=a(r);m+=o}})),m+=a(s),{v:new Date(r+"T00:00"),o:r.split("-")[2]===8*(Pt.length-2)+"",l:m}}(e),l=function(t){var e=n[o()]().join("");return t&&0===e.indexOf(t)&&t.length===e.length}(e),(A||l)&&(Me().credits&&A&&r<=A.v&&A.l===e.split(t[0])[4]||l||A.o)||!1)})}));var t=["-"],e="2022-10-21".split("-"),r=new Date(e[0],e[1],e[2]),n=["se","licen","-","v3","l","gp"];function o(){return[["re","verse"].join("")]["".length]}function i(t){return t?isNaN(t)?t.charCodeAt(0)-72:t:""}function a(t){var e=72+t;return e>90&&e<97&&(e+=15),String.fromCharCode(e).toUpperCase()}}(),p.setKeyboardScrolling=$o,p.shared.afterRenderActions=Jo,p.setAllowScrolling=ti,p.destroy=function(t){Tr(!1,"internal"),ti(!0),So(!1),$o(!1),U(ze(),Qt),pt.emit(vt),t&&ri()};function oi(){var t=Me().licenseKey,e="font-size: 15px;background:yellow;";""===Me().licenseKey.trim()?(c("error","Fullpage.js requires a `licenseKey` option. Read about it on the following URL:"),c("error","https://github.com/alvarotrigo/fullPage.js#options")):Me()&&dt.isValid||a.domain.indexOf("alvarotrigo.com")>-1?t&&t.length<20&&(console.warn("%c This website was made using fullPage.js slider. More info on the following website:",e),console.warn("%c https://alvarotrigo.com/fullPage/",e)):(c("error","Incorrect `licenseKey`. Get one for fullPage.js version 4 here:"),c("error","https://alvarotrigo.com/fullPage/pricing")),b(nr,Rt)?c("error","Fullpage.js can only be initialized once and you are doing it multiple times!"):(Me().continuousVertical&&(Me().loopTop||Me().loopBottom)&&(Me().continuousVertical=!1,c("warn","Option `loopTop/loopBottom` is mutually exclusive with `continuousVertical`; `continuousVertical` disabled")),!Me().scrollOverflow||!Me().scrollBar&&Me().autoScrolling||c("warn","Options scrollBar:true and autoScrolling:false are mutually exclusive with scrollOverflow:true. Sections with scrollOverflow might not work well in Firefox"),!Me().continuousVertical||!Me().scrollBar&&Me().autoScrolling||(Me().continuousVertical=!1,c("warn","Scroll bars (`scrollBar:true` or `autoScrolling:false`) are mutually exclusive with `continuousVertical`; `continuousVertical` disabled")),d.forEach((function(t){Me()[t]&&c("warn","fullpage.js extensions require fullpage.extensions.min.js file instead of the usual fullpage.js. Requested: "+t)})),Me().anchors.forEach((function(t){var e=[].slice.call(f("[name]")).filter((function(e){return P(e,"name")&&P(e,"name").toLowerCase()==t.toLowerCase()})),r=[].slice.call(f("[id]")).filter((function(e){return P(e,"id")&&P(e,"id").toLowerCase()==t.toLowerCase()}));if(r.length||e.length){c("error","data-anchor tags can not have the same value as any `id` element on the site (or `name` element for IE).");var n=r.length?"id":"name";(r.length||e.length)&&c("error",'"'+t+'" is is being used by another element `'+n+"` property")}})))}function ii(t,e){if(rr=f("body")[0],nr=f("html")[0],or=f("html, body"),!b(nr,Rt))return r="touchWrapper",n="string"==typeof t?f(t)[0]:t,Ee[r]=n,function(t){Te=u({},Ee,t),Ue=Object.assign({},Te)}(e),function(t){qe=t}("string"==typeof t?f(t)[0]:t),pt.emit(Bt),oi(),p.getFullpageData=function(){return{options:Me()}},p.version="4.0.15",p.test=Object.assign(p.test,{top:"0px",translate3d:"translate3d(0px, 0px, 0px)",translate3dH:function(){for(var t=[],e=0;e0&&e-1 in t)}w.fn=w.prototype={jquery:y,constructor:w,length:0,toArray:function(){return A.call(this)},get:function(t){return null==t?A.call(this):t<0?this[t+this.length]:this[t]},pushStack:function(t){var e=w.merge(this.constructor(),t);return e.prevObject=this,e},each:function(t){return w.each(this,t)},map:function(t){return this.pushStack(w.map(this,(function(e,r){return t.call(e,r,e)})))},slice:function(){return this.pushStack(A.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(w.grep(this,(function(t,e){return(e+1)%2})))},odd:function(){return this.pushStack(w.grep(this,(function(t,e){return e%2})))},eq:function(t){var e=this.length,r=+t+(t<0?e:0);return this.pushStack(r>=0&&r+~]|"+W+")"+W+"*"),F=new RegExp(W+"|>"),K=new RegExp(N),_=new RegExp("^"+L+"$"),G={ID:new RegExp("^#("+L+")"),CLASS:new RegExp("^\\.("+L+")"),TAG:new RegExp("^("+L+"|[*])"),ATTR:new RegExp("^"+O),PSEUDO:new RegExp("^"+N),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+W+"*(even|odd|(([+-]|)(\\d*)n|)"+W+"*(?:([+-]|)"+W+"*(\\d+)|))"+W+"*\\)|)","i"),bool:new RegExp("^(?:"+Y+")$","i"),needsContext:new RegExp("^"+W+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+W+"*((?:-\\d)?\\d*)"+W+"*\\)|)(?=[^-]|$)","i")},X=/HTML$/i,V=/^(?:input|select|textarea|button)$/i,$=/^h\d$/i,Z=/^[^{]+\{\s*\[native \w/,J=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,tt=/[+~]/,et=new RegExp("\\\\[\\da-fA-F]{1,6}"+W+"?|\\\\([^\\r\\n\\f])","g"),rt=function(t,e){var r="0x"+t.slice(1)-65536;return e||(r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320))},nt=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ot=function(t,e){return e?"\0"===t?"�":t.slice(0,-1)+"\\"+t.charCodeAt(t.length-1).toString(16)+" ":"\\"+t},it=function(){d()},at=ht((function(t){return!0===t.disabled&&"fieldset"===t.nodeName.toLowerCase()}),{dir:"parentNode",next:"legend"});try{M.apply(U=D.call(x.childNodes),x.childNodes),U[x.childNodes.length].nodeType}catch(t){M={apply:U.length?function(t,e){z.apply(t,D.call(e))}:function(t,e){for(var r=t.length,n=0;t[r++]=e[n++];);t.length=r-1}}}function At(t,e,n,o){var i,A,s,m,p,g,u,b=e&&e.ownerDocument,x=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==x&&9!==x&&11!==x)return n;if(!o&&(d(e),e=e||c,C)){if(11!==x&&(p=J.exec(t)))if(i=p[1]){if(9===x){if(!(s=e.getElementById(i)))return n;if(s.id===i)return n.push(s),n}else if(b&&(s=b.getElementById(i))&&B(e,s)&&s.id===i)return n.push(s),n}else{if(p[2])return M.apply(n,e.getElementsByTagName(t)),n;if((i=p[3])&&r.getElementsByClassName&&e.getElementsByClassName)return M.apply(n,e.getElementsByClassName(i)),n}if(r.qsa&&!E[t+" "]&&(!f||!f.test(t))&&(1!==x||"object"!==e.nodeName.toLowerCase())){if(u=t,b=e,1===x&&(F.test(t)||P.test(t))){for((b=tt.test(t)&&ut(e.parentNode)||e)===e&&r.scope||((m=e.getAttribute("id"))?m=m.replace(nt,ot):e.setAttribute("id",m=h)),A=(g=a(t)).length;A--;)g[A]=(m?"#"+m:":scope")+" "+Bt(g[A]);u=g.join(",")}try{if(r.cssSupportsSelector&&!CSS.supports("selector(:is("+u+"))"))throw new Error;return M.apply(n,b.querySelectorAll(u)),n}catch(e){E(t,!0)}finally{m===h&&e.removeAttribute("id")}}}return l(t.replace(R,"$1"),e,n,o)}function lt(){var t=[];return function e(r,o){return t.push(r+" ")>n.cacheLength&&delete e[t.shift()],e[r+" "]=o}}function st(t){return t[h]=!0,t}function mt(t){var e=c.createElement("fieldset");try{return!!t(e)}catch(t){return!1}finally{e.parentNode&&e.parentNode.removeChild(e),e=null}}function pt(t,e){for(var r=t.split("|"),o=r.length;o--;)n.attrHandle[r[o]]=e}function dt(t,e){var r=e&&t,n=r&&1===t.nodeType&&1===e.nodeType&&t.sourceIndex-e.sourceIndex;if(n)return n;if(r)for(;r=r.nextSibling;)if(r===e)return-1;return t?1:-1}function ct(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function gt(t){return function(e){var r=e.nodeName.toLowerCase();return("input"===r||"button"===r)&&e.type===t}}function Ct(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&at(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ft(t){return st((function(e){return e=+e,st((function(r,n){for(var o,i=t([],r.length,e),a=i.length;a--;)r[o=i[a]]&&(r[o]=!(n[o]=r[o]))}))}))}function ut(t){return t&&void 0!==t.getElementsByTagName&&t}for(e in r=At.support={},i=At.isXML=function(t){var e=t&&t.namespaceURI,r=t&&(t.ownerDocument||t).documentElement;return!X.test(e||r&&r.nodeName||"HTML")},d=At.setDocument=function(t){var e,o,a=t?t.ownerDocument||t:x;return a!=c&&9===a.nodeType&&a.documentElement?(g=(c=a).documentElement,C=!i(c),x!=c&&(o=c.defaultView)&&o.top!==o&&(o.addEventListener?o.addEventListener("unload",it,!1):o.attachEvent&&o.attachEvent("onunload",it)),r.scope=mt((function(t){return g.appendChild(t).appendChild(c.createElement("div")),void 0!==t.querySelectorAll&&!t.querySelectorAll(":scope fieldset div").length})),r.cssSupportsSelector=mt((function(){return CSS.supports("selector(*)")&&c.querySelectorAll(":is(:jqfake)")&&!CSS.supports("selector(:is(*,:jqfake))")})),r.attributes=mt((function(t){return t.className="i",!t.getAttribute("className")})),r.getElementsByTagName=mt((function(t){return t.appendChild(c.createComment("")),!t.getElementsByTagName("*").length})),r.getElementsByClassName=Z.test(c.getElementsByClassName),r.getById=mt((function(t){return g.appendChild(t).id=h,!c.getElementsByName||!c.getElementsByName(h).length})),r.getById?(n.filter.ID=function(t){var e=t.replace(et,rt);return function(t){return t.getAttribute("id")===e}},n.find.ID=function(t,e){if(void 0!==e.getElementById&&C){var r=e.getElementById(t);return r?[r]:[]}}):(n.filter.ID=function(t){var e=t.replace(et,rt);return function(t){var r=void 0!==t.getAttributeNode&&t.getAttributeNode("id");return r&&r.value===e}},n.find.ID=function(t,e){if(void 0!==e.getElementById&&C){var r,n,o,i=e.getElementById(t);if(i){if((r=i.getAttributeNode("id"))&&r.value===t)return[i];for(o=e.getElementsByName(t),n=0;i=o[n++];)if((r=i.getAttributeNode("id"))&&r.value===t)return[i]}return[]}}),n.find.TAG=r.getElementsByTagName?function(t,e){return void 0!==e.getElementsByTagName?e.getElementsByTagName(t):r.qsa?e.querySelectorAll(t):void 0}:function(t,e){var r,n=[],o=0,i=e.getElementsByTagName(t);if("*"===t){for(;r=i[o++];)1===r.nodeType&&n.push(r);return n}return i},n.find.CLASS=r.getElementsByClassName&&function(t,e){if(void 0!==e.getElementsByClassName&&C)return e.getElementsByClassName(t)},u=[],f=[],(r.qsa=Z.test(c.querySelectorAll))&&(mt((function(t){var e;g.appendChild(t).innerHTML="",t.querySelectorAll("[msallowcapture^='']").length&&f.push("[*^$]="+W+"*(?:''|\"\")"),t.querySelectorAll("[selected]").length||f.push("\\["+W+"*(?:value|"+Y+")"),t.querySelectorAll("[id~="+h+"-]").length||f.push("~="),(e=c.createElement("input")).setAttribute("name",""),t.appendChild(e),t.querySelectorAll("[name='']").length||f.push("\\["+W+"*name"+W+"*="+W+"*(?:''|\"\")"),t.querySelectorAll(":checked").length||f.push(":checked"),t.querySelectorAll("a#"+h+"+*").length||f.push(".#.+[+~]"),t.querySelectorAll("\\\f"),f.push("[\\r\\n\\f]")})),mt((function(t){t.innerHTML="";var e=c.createElement("input");e.setAttribute("type","hidden"),t.appendChild(e).setAttribute("name","D"),t.querySelectorAll("[name=d]").length&&f.push("name"+W+"*[*^$|!~]?="),2!==t.querySelectorAll(":enabled").length&&f.push(":enabled",":disabled"),g.appendChild(t).disabled=!0,2!==t.querySelectorAll(":disabled").length&&f.push(":enabled",":disabled"),t.querySelectorAll("*,:x"),f.push(",.*:")}))),(r.matchesSelector=Z.test(b=g.matches||g.webkitMatchesSelector||g.mozMatchesSelector||g.oMatchesSelector||g.msMatchesSelector))&&mt((function(t){r.disconnectedMatch=b.call(t,"*"),b.call(t,"[s!='']:x"),u.push("!=",N)})),r.cssSupportsSelector||f.push(":has"),f=f.length&&new RegExp(f.join("|")),u=u.length&&new RegExp(u.join("|")),e=Z.test(g.compareDocumentPosition),B=e||Z.test(g.contains)?function(t,e){var r=9===t.nodeType&&t.documentElement||t,n=e&&e.parentNode;return t===n||!(!n||1!==n.nodeType||!(r.contains?r.contains(n):t.compareDocumentPosition&&16&t.compareDocumentPosition(n)))}:function(t,e){if(e)for(;e=e.parentNode;)if(e===t)return!0;return!1},q=e?function(t,e){if(t===e)return p=!0,0;var n=!t.compareDocumentPosition-!e.compareDocumentPosition;return n||(1&(n=(t.ownerDocument||t)==(e.ownerDocument||e)?t.compareDocumentPosition(e):1)||!r.sortDetached&&e.compareDocumentPosition(t)===n?t==c||t.ownerDocument==x&&B(x,t)?-1:e==c||e.ownerDocument==x&&B(x,e)?1:m?I(m,t)-I(m,e):0:4&n?-1:1)}:function(t,e){if(t===e)return p=!0,0;var r,n=0,o=t.parentNode,i=e.parentNode,a=[t],A=[e];if(!o||!i)return t==c?-1:e==c?1:o?-1:i?1:m?I(m,t)-I(m,e):0;if(o===i)return dt(t,e);for(r=t;r=r.parentNode;)a.unshift(r);for(r=e;r=r.parentNode;)A.unshift(r);for(;a[n]===A[n];)n++;return n?dt(a[n],A[n]):a[n]==x?-1:A[n]==x?1:0},c):c},At.matches=function(t,e){return At(t,null,null,e)},At.matchesSelector=function(t,e){if(d(t),r.matchesSelector&&C&&!E[e+" "]&&(!u||!u.test(e))&&(!f||!f.test(e)))try{var n=b.call(t,e);if(n||r.disconnectedMatch||t.document&&11!==t.document.nodeType)return n}catch(t){E(e,!0)}return At(e,c,null,[t]).length>0},At.contains=function(t,e){return(t.ownerDocument||t)!=c&&d(t),B(t,e)},At.attr=function(t,e){(t.ownerDocument||t)!=c&&d(t);var o=n.attrHandle[e.toLowerCase()],i=o&&j.call(n.attrHandle,e.toLowerCase())?o(t,e,!C):void 0;return void 0!==i?i:r.attributes||!C?t.getAttribute(e):(i=t.getAttributeNode(e))&&i.specified?i.value:null},At.escape=function(t){return(t+"").replace(nt,ot)},At.error=function(t){throw new Error("Syntax error, unrecognized expression: "+t)},At.uniqueSort=function(t){var e,n=[],o=0,i=0;if(p=!r.detectDuplicates,m=!r.sortStable&&t.slice(0),t.sort(q),p){for(;e=t[i++];)e===t[i]&&(o=n.push(i));for(;o--;)t.splice(n[o],1)}return m=null,t},o=At.getText=function(t){var e,r="",n=0,i=t.nodeType;if(i){if(1===i||9===i||11===i){if("string"==typeof t.textContent)return t.textContent;for(t=t.firstChild;t;t=t.nextSibling)r+=o(t)}else if(3===i||4===i)return t.nodeValue}else for(;e=t[n++];)r+=o(e);return r},n=At.selectors={cacheLength:50,createPseudo:st,match:G,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(t){return t[1]=t[1].replace(et,rt),t[3]=(t[3]||t[4]||t[5]||"").replace(et,rt),"~="===t[2]&&(t[3]=" "+t[3]+" "),t.slice(0,4)},CHILD:function(t){return t[1]=t[1].toLowerCase(),"nth"===t[1].slice(0,3)?(t[3]||At.error(t[0]),t[4]=+(t[4]?t[5]+(t[6]||1):2*("even"===t[3]||"odd"===t[3])),t[5]=+(t[7]+t[8]||"odd"===t[3])):t[3]&&At.error(t[0]),t},PSEUDO:function(t){var e,r=!t[6]&&t[2];return G.CHILD.test(t[0])?null:(t[3]?t[2]=t[4]||t[5]||"":r&&K.test(r)&&(e=a(r,!0))&&(e=r.indexOf(")",r.length-e)-r.length)&&(t[0]=t[0].slice(0,e),t[2]=r.slice(0,e)),t.slice(0,3))}},filter:{TAG:function(t){var e=t.replace(et,rt).toLowerCase();return"*"===t?function(){return!0}:function(t){return t.nodeName&&t.nodeName.toLowerCase()===e}},CLASS:function(t){var e=w[t+" "];return e||(e=new RegExp("(^|"+W+")"+t+"("+W+"|$)"))&&w(t,(function(t){return e.test("string"==typeof t.className&&t.className||void 0!==t.getAttribute&&t.getAttribute("class")||"")}))},ATTR:function(t,e,r){return function(n){var o=At.attr(n,t);return null==o?"!="===e:!e||(o+="","="===e?o===r:"!="===e?o!==r:"^="===e?r&&0===o.indexOf(r):"*="===e?r&&o.indexOf(r)>-1:"$="===e?r&&o.slice(-r.length)===r:"~="===e?(" "+o.replace(Q," ")+" ").indexOf(r)>-1:"|="===e&&(o===r||o.slice(0,r.length+1)===r+"-"))}},CHILD:function(t,e,r,n,o){var i="nth"!==t.slice(0,3),a="last"!==t.slice(-4),A="of-type"===e;return 1===n&&0===o?function(t){return!!t.parentNode}:function(e,r,l){var s,m,p,d,c,g,C=i!==a?"nextSibling":"previousSibling",f=e.parentNode,u=A&&e.nodeName.toLowerCase(),b=!l&&!A,B=!1;if(f){if(i){for(;C;){for(d=e;d=d[C];)if(A?d.nodeName.toLowerCase()===u:1===d.nodeType)return!1;g=C="only"===t&&!g&&"nextSibling"}return!0}if(g=[a?f.firstChild:f.lastChild],a&&b){for(B=(c=(s=(m=(p=(d=f)[h]||(d[h]={}))[d.uniqueID]||(p[d.uniqueID]={}))[t]||[])[0]===v&&s[1])&&s[2],d=c&&f.childNodes[c];d=++c&&d&&d[C]||(B=c=0)||g.pop();)if(1===d.nodeType&&++B&&d===e){m[t]=[v,c,B];break}}else if(b&&(B=c=(s=(m=(p=(d=e)[h]||(d[h]={}))[d.uniqueID]||(p[d.uniqueID]={}))[t]||[])[0]===v&&s[1]),!1===B)for(;(d=++c&&d&&d[C]||(B=c=0)||g.pop())&&((A?d.nodeName.toLowerCase()!==u:1!==d.nodeType)||!++B||(b&&((m=(p=d[h]||(d[h]={}))[d.uniqueID]||(p[d.uniqueID]={}))[t]=[v,B]),d!==e)););return(B-=o)===n||B%n==0&&B/n>=0}}},PSEUDO:function(t,e){var r,o=n.pseudos[t]||n.setFilters[t.toLowerCase()]||At.error("unsupported pseudo: "+t);return o[h]?o(e):o.length>1?(r=[t,t,"",e],n.setFilters.hasOwnProperty(t.toLowerCase())?st((function(t,r){for(var n,i=o(t,e),a=i.length;a--;)t[n=I(t,i[a])]=!(r[n]=i[a])})):function(t){return o(t,0,r)}):o}},pseudos:{not:st((function(t){var e=[],r=[],n=A(t.replace(R,"$1"));return n[h]?st((function(t,e,r,o){for(var i,a=n(t,null,o,[]),A=t.length;A--;)(i=a[A])&&(t[A]=!(e[A]=i))})):function(t,o,i){return e[0]=t,n(e,null,i,r),e[0]=null,!r.pop()}})),has:st((function(t){return function(e){return At(t,e).length>0}})),contains:st((function(t){return t=t.replace(et,rt),function(e){return(e.textContent||o(e)).indexOf(t)>-1}})),lang:st((function(t){return _.test(t||"")||At.error("unsupported lang: "+t),t=t.replace(et,rt).toLowerCase(),function(e){var r;do{if(r=C?e.lang:e.getAttribute("xml:lang")||e.getAttribute("lang"))return(r=r.toLowerCase())===t||0===r.indexOf(t+"-")}while((e=e.parentNode)&&1===e.nodeType);return!1}})),target:function(e){var r=t.location&&t.location.hash;return r&&r.slice(1)===e.id},root:function(t){return t===g},focus:function(t){return t===c.activeElement&&(!c.hasFocus||c.hasFocus())&&!!(t.type||t.href||~t.tabIndex)},enabled:Ct(!1),disabled:Ct(!0),checked:function(t){var e=t.nodeName.toLowerCase();return"input"===e&&!!t.checked||"option"===e&&!!t.selected},selected:function(t){return t.parentNode&&t.parentNode.selectedIndex,!0===t.selected},empty:function(t){for(t=t.firstChild;t;t=t.nextSibling)if(t.nodeType<6)return!1;return!0},parent:function(t){return!n.pseudos.empty(t)},header:function(t){return $.test(t.nodeName)},input:function(t){return V.test(t.nodeName)},button:function(t){var e=t.nodeName.toLowerCase();return"input"===e&&"button"===t.type||"button"===e},text:function(t){var e;return"input"===t.nodeName.toLowerCase()&&"text"===t.type&&(null==(e=t.getAttribute("type"))||"text"===e.toLowerCase())},first:ft((function(){return[0]})),last:ft((function(t,e){return[e-1]})),eq:ft((function(t,e,r){return[r<0?r+e:r]})),even:ft((function(t,e){for(var r=0;re?e:r;--n>=0;)t.push(n);return t})),gt:ft((function(t,e,r){for(var n=r<0?r+e:r;++n1?function(e,r,n){for(var o=t.length;o--;)if(!t[o](e,r,n))return!1;return!0}:t[0]}function vt(t,e,r,n,o){for(var i,a=[],A=0,l=t.length,s=null!=e;A-1&&(i[s]=!(a[s]=p))}}else u=vt(u===a?u.splice(g,u.length):u),o?o(null,a,u,l):M.apply(a,u)}))}function wt(t){for(var e,r,o,i=t.length,a=n.relative[t[0].type],A=a||n.relative[" "],l=a?1:0,m=ht((function(t){return t===e}),A,!0),p=ht((function(t){return I(e,t)>-1}),A,!0),d=[function(t,r,n){var o=!a&&(n||r!==s)||((e=r).nodeType?m(t,r,n):p(t,r,n));return e=null,o}];l1&&xt(d),l>1&&Bt(t.slice(0,l-1).concat({value:" "===t[l-2].type?"*":""})).replace(R,"$1"),r,l0,o=t.length>0,i=function(i,a,A,l,m){var p,g,f,u=0,b="0",B=i&&[],h=[],x=s,y=i||o&&n.find.TAG("*",m),w=v+=null==x?1:Math.random()||.1,k=y.length;for(m&&(s=a==c||a||m);b!==k&&null!=(p=y[b]);b++){if(o&&p){for(g=0,a||p.ownerDocument==c||(d(p),A=!C);f=t[g++];)if(f(p,a||c,A)){l.push(p);break}m&&(v=w)}r&&((p=!f&&p)&&u--,i&&B.push(p))}if(u+=b,r&&b!==u){for(g=0;f=e[g++];)f(B,h,a,A);if(i){if(u>0)for(;b--;)B[b]||h[b]||(h[b]=T.call(l));h=vt(h)}M.apply(l,h),m&&!i&&h.length>0&&u+e.length>1&&At.uniqueSort(l)}return m&&(v=w,s=x),B};return r?st(i):i}(i,o)),A.selector=t}return A},l=At.select=function(t,e,r,o){var i,l,s,m,p,d="function"==typeof t&&t,c=!o&&a(t=d.selector||t);if(r=r||[],1===c.length){if((l=c[0]=c[0].slice(0)).length>2&&"ID"===(s=l[0]).type&&9===e.nodeType&&C&&n.relative[l[1].type]){if(!(e=(n.find.ID(s.matches[0].replace(et,rt),e)||[])[0]))return r;d&&(e=e.parentNode),t=t.slice(l.shift().value.length)}for(i=G.needsContext.test(t)?0:l.length;i--&&(s=l[i],!n.relative[m=s.type]);)if((p=n.find[m])&&(o=p(s.matches[0].replace(et,rt),tt.test(l[0].type)&&ut(e.parentNode)||e))){if(l.splice(i,1),!(t=o.length&&Bt(l)))return M.apply(r,o),r;break}}return(d||A(t,c))(o,e,!C,r,!e||tt.test(t)&&ut(e.parentNode)||e),r},r.sortStable=h.split("").sort(q).join("")===h,r.detectDuplicates=!!p,d(),r.sortDetached=mt((function(t){return 1&t.compareDocumentPosition(c.createElement("fieldset"))})),mt((function(t){return t.innerHTML="","#"===t.firstChild.getAttribute("href")}))||pt("type|href|height|width",(function(t,e,r){if(!r)return t.getAttribute(e,"type"===e.toLowerCase()?1:2)})),r.attributes&&mt((function(t){return t.innerHTML="",t.firstChild.setAttribute("value",""),""===t.firstChild.getAttribute("value")}))||pt("value",(function(t,e,r){if(!r&&"input"===t.nodeName.toLowerCase())return t.defaultValue})),mt((function(t){return null==t.getAttribute("disabled")}))||pt(Y,(function(t,e,r){var n;if(!r)return!0===t[e]?e.toLowerCase():(n=t.getAttributeNode(e))&&n.specified?n.value:null})),At}(n);w.find=S,w.expr=S.selectors,w.expr[":"]=w.expr.pseudos,w.uniqueSort=w.unique=S.uniqueSort,w.text=S.getText,w.isXMLDoc=S.isXML,w.contains=S.contains,w.escapeSelector=S.escape;var E=function(t,e,r){for(var n=[],o=void 0!==r;(t=t[e])&&9!==t.nodeType;)if(1===t.nodeType){if(o&&w(t).is(r))break;n.push(t)}return n},q=function(t,e){for(var r=[];t;t=t.nextSibling)1===t.nodeType&&t!==e&&r.push(t);return r},j=w.expr.match.needsContext;function U(t,e){return t.nodeName&&t.nodeName.toLowerCase()===e.toLowerCase()}var T=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function z(t,e,r){return u(e)?w.grep(t,(function(t,n){return!!e.call(t,n,t)!==r})):e.nodeType?w.grep(t,(function(t){return t===e!==r})):"string"!=typeof e?w.grep(t,(function(t){return m.call(e,t)>-1!==r})):w.filter(e,t,r)}w.filter=function(t,e,r){var n=e[0];return r&&(t=":not("+t+")"),1===e.length&&1===n.nodeType?w.find.matchesSelector(n,t)?[n]:[]:w.find.matches(t,w.grep(e,(function(t){return 1===t.nodeType})))},w.fn.extend({find:function(t){var e,r,n=this.length,o=this;if("string"!=typeof t)return this.pushStack(w(t).filter((function(){for(e=0;e1?w.uniqueSort(r):r},filter:function(t){return this.pushStack(z(this,t||[],!1))},not:function(t){return this.pushStack(z(this,t||[],!0))},is:function(t){return!!z(this,"string"==typeof t&&j.test(t)?w(t):t||[],!1).length}});var M,D=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(w.fn.init=function(t,e,r){var n,o;if(!t)return this;if(r=r||M,"string"==typeof t){if(!(n="<"===t[0]&&">"===t[t.length-1]&&t.length>=3?[null,t,null]:D.exec(t))||!n[1]&&e)return!e||e.jquery?(e||r).find(t):this.constructor(e).find(t);if(n[1]){if(e=e instanceof w?e[0]:e,w.merge(this,w.parseHTML(n[1],e&&e.nodeType?e.ownerDocument||e:B,!0)),T.test(n[1])&&w.isPlainObject(e))for(n in e)u(this[n])?this[n](e[n]):this.attr(n,e[n]);return this}return(o=B.getElementById(n[2]))&&(this[0]=o,this.length=1),this}return t.nodeType?(this[0]=t,this.length=1,this):u(t)?void 0!==r.ready?r.ready(t):t(w):w.makeArray(t,this)}).prototype=w.fn,M=w(B);var I=/^(?:parents|prev(?:Until|All))/,Y={children:!0,contents:!0,next:!0,prev:!0};function W(t,e){for(;(t=t[e])&&1!==t.nodeType;);return t}w.fn.extend({has:function(t){var e=w(t,this),r=e.length;return this.filter((function(){for(var t=0;t-1:1===r.nodeType&&w.find.matchesSelector(r,t))){i.push(r);break}return this.pushStack(i.length>1?w.uniqueSort(i):i)},index:function(t){return t?"string"==typeof t?m.call(w(t),this[0]):m.call(this,t.jquery?t[0]:t):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(t,e){return this.pushStack(w.uniqueSort(w.merge(this.get(),w(t,e))))},addBack:function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}}),w.each({parent:function(t){var e=t.parentNode;return e&&11!==e.nodeType?e:null},parents:function(t){return E(t,"parentNode")},parentsUntil:function(t,e,r){return E(t,"parentNode",r)},next:function(t){return W(t,"nextSibling")},prev:function(t){return W(t,"previousSibling")},nextAll:function(t){return E(t,"nextSibling")},prevAll:function(t){return E(t,"previousSibling")},nextUntil:function(t,e,r){return E(t,"nextSibling",r)},prevUntil:function(t,e,r){return E(t,"previousSibling",r)},siblings:function(t){return q((t.parentNode||{}).firstChild,t)},children:function(t){return q(t.firstChild)},contents:function(t){return null!=t.contentDocument&&a(t.contentDocument)?t.contentDocument:(U(t,"template")&&(t=t.content||t),w.merge([],t.childNodes))}},(function(t,e){w.fn[t]=function(r,n){var o=w.map(this,e,r);return"Until"!==t.slice(-5)&&(n=r),n&&"string"==typeof n&&(o=w.filter(n,o)),this.length>1&&(Y[t]||w.uniqueSort(o),I.test(t)&&o.reverse()),this.pushStack(o)}}));var L=/[^\x20\t\r\n\f]+/g;function O(t){return t}function N(t){throw t}function Q(t,e,r,n){var o;try{t&&u(o=t.promise)?o.call(t).done(e).fail(r):t&&u(o=t.then)?o.call(t,e,r):e.apply(void 0,[t].slice(n))}catch(t){r.apply(void 0,[t])}}w.Callbacks=function(t){t="string"==typeof t?function(t){var e={};return w.each(t.match(L)||[],(function(t,r){e[r]=!0})),e}(t):w.extend({},t);var e,r,n,o,i=[],a=[],A=-1,l=function(){for(o=o||t.once,n=e=!0;a.length;A=-1)for(r=a.shift();++A-1;)i.splice(r,1),r<=A&&A--})),this},has:function(t){return t?w.inArray(t,i)>-1:i.length>0},empty:function(){return i&&(i=[]),this},disable:function(){return o=a=[],i=r="",this},disabled:function(){return!i},lock:function(){return o=a=[],r||e||(i=r=""),this},locked:function(){return!!o},fireWith:function(t,r){return o||(r=[t,(r=r||[]).slice?r.slice():r],a.push(r),e||l()),this},fire:function(){return s.fireWith(this,arguments),this},fired:function(){return!!n}};return s},w.extend({Deferred:function(t){var e=[["notify","progress",w.Callbacks("memory"),w.Callbacks("memory"),2],["resolve","done",w.Callbacks("once memory"),w.Callbacks("once memory"),0,"resolved"],["reject","fail",w.Callbacks("once memory"),w.Callbacks("once memory"),1,"rejected"]],r="pending",o={state:function(){return r},always:function(){return i.done(arguments).fail(arguments),this},catch:function(t){return o.then(null,t)},pipe:function(){var t=arguments;return w.Deferred((function(r){w.each(e,(function(e,n){var o=u(t[n[4]])&&t[n[4]];i[n[1]]((function(){var t=o&&o.apply(this,arguments);t&&u(t.promise)?t.promise().progress(r.notify).done(r.resolve).fail(r.reject):r[n[0]+"With"](this,o?[t]:arguments)}))})),t=null})).promise()},then:function(t,r,o){var i=0;function a(t,e,r,o){return function(){var A=this,l=arguments,s=function(){var n,s;if(!(t=i&&(r!==N&&(A=void 0,l=[n]),e.rejectWith(A,l))}};t?m():(w.Deferred.getStackHook&&(m.stackTrace=w.Deferred.getStackHook()),n.setTimeout(m))}}return w.Deferred((function(n){e[0][3].add(a(0,n,u(o)?o:O,n.notifyWith)),e[1][3].add(a(0,n,u(t)?t:O)),e[2][3].add(a(0,n,u(r)?r:N))})).promise()},promise:function(t){return null!=t?w.extend(t,o):o}},i={};return w.each(e,(function(t,n){var a=n[2],A=n[5];o[n[1]]=a.add,A&&a.add((function(){r=A}),e[3-t][2].disable,e[3-t][3].disable,e[0][2].lock,e[0][3].lock),a.add(n[3].fire),i[n[0]]=function(){return i[n[0]+"With"](this===i?void 0:this,arguments),this},i[n[0]+"With"]=a.fireWith})),o.promise(i),t&&t.call(i,i),i},when:function(t){var e=arguments.length,r=e,n=Array(r),o=A.call(arguments),i=w.Deferred(),a=function(t){return function(r){n[t]=this,o[t]=arguments.length>1?A.call(arguments):r,--e||i.resolveWith(n,o)}};if(e<=1&&(Q(t,i.done(a(r)).resolve,i.reject,!e),"pending"===i.state()||u(o[r]&&o[r].then)))return i.then();for(;r--;)Q(o[r],a(r),i.reject);return i.promise()}});var R=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;w.Deferred.exceptionHook=function(t,e){n.console&&n.console.warn&&t&&R.test(t.name)&&n.console.warn("jQuery.Deferred exception: "+t.message,t.stack,e)},w.readyException=function(t){n.setTimeout((function(){throw t}))};var H=w.Deferred();function P(){B.removeEventListener("DOMContentLoaded",P),n.removeEventListener("load",P),w.ready()}w.fn.ready=function(t){return H.then(t).catch((function(t){w.readyException(t)})),this},w.extend({isReady:!1,readyWait:1,ready:function(t){(!0===t?--w.readyWait:w.isReady)||(w.isReady=!0,!0!==t&&--w.readyWait>0||H.resolveWith(B,[w]))}}),w.ready.then=H.then,"complete"===B.readyState||"loading"!==B.readyState&&!B.documentElement.doScroll?n.setTimeout(w.ready):(B.addEventListener("DOMContentLoaded",P),n.addEventListener("load",P));var F=function(t,e,r,n,o,i,a){var A=0,l=t.length,s=null==r;if("object"===v(r))for(A in o=!0,r)F(t,e,A,r[A],!0,i,a);else if(void 0!==n&&(o=!0,u(n)||(a=!0),s&&(a?(e.call(t,n),e=null):(s=e,e=function(t,e,r){return s.call(w(t),r)})),e))for(;A1,null,!0)},removeData:function(t){return this.each((function(){J.remove(this,t)}))}}),w.extend({queue:function(t,e,r){var n;if(t)return e=(e||"fx")+"queue",n=Z.get(t,e),r&&(!n||Array.isArray(r)?n=Z.access(t,e,w.makeArray(r)):n.push(r)),n||[]},dequeue:function(t,e){e=e||"fx";var r=w.queue(t,e),n=r.length,o=r.shift(),i=w._queueHooks(t,e);"inprogress"===o&&(o=r.shift(),n--),o&&("fx"===e&&r.unshift("inprogress"),delete i.stop,o.call(t,(function(){w.dequeue(t,e)}),i)),!n&&i&&i.empty.fire()},_queueHooks:function(t,e){var r=e+"queueHooks";return Z.get(t,r)||Z.access(t,r,{empty:w.Callbacks("once memory").add((function(){Z.remove(t,[e+"queue",r])}))})}}),w.fn.extend({queue:function(t,e){var r=2;return"string"!=typeof t&&(e=t,t="fx",r--),arguments.length\x20\t\r\n\f]*)/i,bt=/^$|^module$|\/(?:java|ecma)script/i;gt=B.createDocumentFragment().appendChild(B.createElement("div")),(Ct=B.createElement("input")).setAttribute("type","radio"),Ct.setAttribute("checked","checked"),Ct.setAttribute("name","t"),gt.appendChild(Ct),f.checkClone=gt.cloneNode(!0).cloneNode(!0).lastChild.checked,gt.innerHTML="",f.noCloneChecked=!!gt.cloneNode(!0).lastChild.defaultValue,gt.innerHTML="",f.option=!!gt.lastChild;var Bt={thead:[1,"","
    "],col:[2,"","
    "],tr:[2,"","
    "],td:[3,"","
    "],_default:[0,"",""]};function ht(t,e){var r;return r=void 0!==t.getElementsByTagName?t.getElementsByTagName(e||"*"):void 0!==t.querySelectorAll?t.querySelectorAll(e||"*"):[],void 0===e||e&&U(t,e)?w.merge([t],r):r}function xt(t,e){for(var r=0,n=t.length;r",""]);var vt=/<|&#?\w+;/;function yt(t,e,r,n,o){for(var i,a,A,l,s,m,p=e.createDocumentFragment(),d=[],c=0,g=t.length;c-1)o&&o.push(i);else if(s=At(i),a=ht(p.appendChild(i),"script"),s&&xt(a),r)for(m=0;i=a[m++];)bt.test(i.type||"")&&r.push(i);return p}var wt=/^([^.]*)(?:\.(.+)|)/;function kt(){return!0}function St(){return!1}function Et(t,e){return t===function(){try{return B.activeElement}catch(t){}}()==("focus"===e)}function qt(t,e,r,n,o,i){var a,A;if("object"==typeof e){for(A in"string"!=typeof r&&(n=n||r,r=void 0),e)qt(t,A,r,n,e[A],i);return t}if(null==n&&null==o?(o=r,n=r=void 0):null==o&&("string"==typeof r?(o=n,n=void 0):(o=n,n=r,r=void 0)),!1===o)o=St;else if(!o)return t;return 1===i&&(a=o,o=function(t){return w().off(t),a.apply(this,arguments)},o.guid=a.guid||(a.guid=w.guid++)),t.each((function(){w.event.add(this,e,o,n,r)}))}function jt(t,e,r){r?(Z.set(t,e,!1),w.event.add(t,e,{namespace:!1,handler:function(t){var n,o,i=Z.get(this,e);if(1&t.isTrigger&&this[e]){if(i.length)(w.event.special[e]||{}).delegateType&&t.stopPropagation();else if(i=A.call(arguments),Z.set(this,e,i),n=r(this,e),this[e](),i!==(o=Z.get(this,e))||n?Z.set(this,e,!1):o={},i!==o)return t.stopImmediatePropagation(),t.preventDefault(),o&&o.value}else i.length&&(Z.set(this,e,{value:w.event.trigger(w.extend(i[0],w.Event.prototype),i.slice(1),this)}),t.stopImmediatePropagation())}})):void 0===Z.get(t,e)&&w.event.add(t,e,kt)}w.event={global:{},add:function(t,e,r,n,o){var i,a,A,l,s,m,p,d,c,g,C,f=Z.get(t);if(V(t))for(r.handler&&(r=(i=r).handler,o=i.selector),o&&w.find.matchesSelector(at,o),r.guid||(r.guid=w.guid++),(l=f.events)||(l=f.events=Object.create(null)),(a=f.handle)||(a=f.handle=function(e){return void 0!==w&&w.event.triggered!==e.type?w.event.dispatch.apply(t,arguments):void 0}),s=(e=(e||"").match(L)||[""]).length;s--;)c=C=(A=wt.exec(e[s])||[])[1],g=(A[2]||"").split(".").sort(),c&&(p=w.event.special[c]||{},c=(o?p.delegateType:p.bindType)||c,p=w.event.special[c]||{},m=w.extend({type:c,origType:C,data:n,handler:r,guid:r.guid,selector:o,needsContext:o&&w.expr.match.needsContext.test(o),namespace:g.join(".")},i),(d=l[c])||((d=l[c]=[]).delegateCount=0,p.setup&&!1!==p.setup.call(t,n,g,a)||t.addEventListener&&t.addEventListener(c,a)),p.add&&(p.add.call(t,m),m.handler.guid||(m.handler.guid=r.guid)),o?d.splice(d.delegateCount++,0,m):d.push(m),w.event.global[c]=!0)},remove:function(t,e,r,n,o){var i,a,A,l,s,m,p,d,c,g,C,f=Z.hasData(t)&&Z.get(t);if(f&&(l=f.events)){for(s=(e=(e||"").match(L)||[""]).length;s--;)if(c=C=(A=wt.exec(e[s])||[])[1],g=(A[2]||"").split(".").sort(),c){for(p=w.event.special[c]||{},d=l[c=(n?p.delegateType:p.bindType)||c]||[],A=A[2]&&new RegExp("(^|\\.)"+g.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=i=d.length;i--;)m=d[i],!o&&C!==m.origType||r&&r.guid!==m.guid||A&&!A.test(m.namespace)||n&&n!==m.selector&&("**"!==n||!m.selector)||(d.splice(i,1),m.selector&&d.delegateCount--,p.remove&&p.remove.call(t,m));a&&!d.length&&(p.teardown&&!1!==p.teardown.call(t,g,f.handle)||w.removeEvent(t,c,f.handle),delete l[c])}else for(c in l)w.event.remove(t,c+e[s],r,n,!0);w.isEmptyObject(l)&&Z.remove(t,"handle events")}},dispatch:function(t){var e,r,n,o,i,a,A=new Array(arguments.length),l=w.event.fix(t),s=(Z.get(this,"events")||Object.create(null))[l.type]||[],m=w.event.special[l.type]||{};for(A[0]=l,e=1;e=1))for(;s!==this;s=s.parentNode||this)if(1===s.nodeType&&("click"!==t.type||!0!==s.disabled)){for(i=[],a={},r=0;r-1:w.find(o,this,null,[s]).length),a[o]&&i.push(n);i.length&&A.push({elem:s,handlers:i})}return s=this,l\s*$/g;function Mt(t,e){return U(t,"table")&&U(11!==e.nodeType?e:e.firstChild,"tr")&&w(t).children("tbody")[0]||t}function Dt(t){return t.type=(null!==t.getAttribute("type"))+"/"+t.type,t}function It(t){return"true/"===(t.type||"").slice(0,5)?t.type=t.type.slice(5):t.removeAttribute("type"),t}function Yt(t,e){var r,n,o,i,a,A;if(1===e.nodeType){if(Z.hasData(t)&&(A=Z.get(t).events))for(o in Z.remove(e,"handle events"),A)for(r=0,n=A[o].length;r1&&"string"==typeof g&&!f.checkClone&&Tt.test(g))return t.each((function(o){var i=t.eq(o);C&&(e[0]=g.call(this,o,i.html())),Lt(i,e,r,n)}));if(d&&(i=(o=yt(e,t[0].ownerDocument,!1,t,n)).firstChild,1===o.childNodes.length&&(o=i),i||n)){for(A=(a=w.map(ht(o,"script"),Dt)).length;p0&&xt(a,!l&&ht(t,"script")),A},cleanData:function(t){for(var e,r,n,o=w.event.special,i=0;void 0!==(r=t[i]);i++)if(V(r)){if(e=r[Z.expando]){if(e.events)for(n in e.events)o[n]?w.event.remove(r,n):w.removeEvent(r,n,e.handle);r[Z.expando]=void 0}r[J.expando]&&(r[J.expando]=void 0)}}}),w.fn.extend({detach:function(t){return Ot(this,t,!0)},remove:function(t){return Ot(this,t)},text:function(t){return F(this,(function(t){return void 0===t?w.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=t)}))}),null,t,arguments.length)},append:function(){return Lt(this,arguments,(function(t){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Mt(this,t).appendChild(t)}))},prepend:function(){return Lt(this,arguments,(function(t){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var e=Mt(this,t);e.insertBefore(t,e.firstChild)}}))},before:function(){return Lt(this,arguments,(function(t){this.parentNode&&this.parentNode.insertBefore(t,this)}))},after:function(){return Lt(this,arguments,(function(t){this.parentNode&&this.parentNode.insertBefore(t,this.nextSibling)}))},empty:function(){for(var t,e=0;null!=(t=this[e]);e++)1===t.nodeType&&(w.cleanData(ht(t,!1)),t.textContent="");return this},clone:function(t,e){return t=null!=t&&t,e=null==e?t:e,this.map((function(){return w.clone(this,t,e)}))},html:function(t){return F(this,(function(t){var e=this[0]||{},r=0,n=this.length;if(void 0===t&&1===e.nodeType)return e.innerHTML;if("string"==typeof t&&!Ut.test(t)&&!Bt[(ut.exec(t)||["",""])[1].toLowerCase()]){t=w.htmlPrefilter(t);try{for(;r=0&&(l+=Math.max(0,Math.ceil(t["offset"+e[0].toUpperCase()+e.slice(1)]-i-l-A-.5))||0),l}function oe(t,e,r){var n=Rt(t),o=(!f.boxSizingReliable()||r)&&"border-box"===w.css(t,"boxSizing",!1,n),i=o,a=_t(t,e,n),A="offset"+e[0].toUpperCase()+e.slice(1);if(Nt.test(a)){if(!r)return a;a="auto"}return(!f.boxSizingReliable()&&o||!f.reliableTrDimensions()&&U(t,"tr")||"auto"===a||!parseFloat(a)&&"inline"===w.css(t,"display",!1,n))&&t.getClientRects().length&&(o="border-box"===w.css(t,"boxSizing",!1,n),(i=A in t)&&(a=t[A])),(a=parseFloat(a)||0)+ne(t,e,r||(o?"border":"content"),i,n,a)+"px"}function ie(t,e,r,n,o){return new ie.prototype.init(t,e,r,n,o)}w.extend({cssHooks:{opacity:{get:function(t,e){if(e){var r=_t(t,"opacity");return""===r?"1":r}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(t,e,r,n){if(t&&3!==t.nodeType&&8!==t.nodeType&&t.style){var o,i,a,A=X(e),l=Qt.test(e),s=t.style;if(l||(e=Zt(A)),a=w.cssHooks[e]||w.cssHooks[A],void 0===r)return a&&"get"in a&&void 0!==(o=a.get(t,!1,n))?o:s[e];"string"==(i=typeof r)&&(o=ot.exec(r))&&o[1]&&(r=mt(t,e,o),i="number"),null!=r&&r==r&&("number"!==i||l||(r+=o&&o[3]||(w.cssNumber[A]?"":"px")),f.clearCloneStyle||""!==r||0!==e.indexOf("background")||(s[e]="inherit"),a&&"set"in a&&void 0===(r=a.set(t,r,n))||(l?s.setProperty(e,r):s[e]=r))}},css:function(t,e,r,n){var o,i,a,A=X(e);return Qt.test(e)||(e=Zt(A)),(a=w.cssHooks[e]||w.cssHooks[A])&&"get"in a&&(o=a.get(t,!0,r)),void 0===o&&(o=_t(t,e,n)),"normal"===o&&e in ee&&(o=ee[e]),""===r||r?(i=parseFloat(o),!0===r||isFinite(i)?i||0:o):o}}),w.each(["height","width"],(function(t,e){w.cssHooks[e]={get:function(t,r,n){if(r)return!Jt.test(w.css(t,"display"))||t.getClientRects().length&&t.getBoundingClientRect().width?oe(t,e,n):Ht(t,te,(function(){return oe(t,e,n)}))},set:function(t,r,n){var o,i=Rt(t),a=!f.scrollboxSize()&&"absolute"===i.position,A=(a||n)&&"border-box"===w.css(t,"boxSizing",!1,i),l=n?ne(t,e,n,A,i):0;return A&&a&&(l-=Math.ceil(t["offset"+e[0].toUpperCase()+e.slice(1)]-parseFloat(i[e])-ne(t,e,"border",!1,i)-.5)),l&&(o=ot.exec(r))&&"px"!==(o[3]||"px")&&(t.style[e]=r,r=w.css(t,e)),re(0,r,l)}}})),w.cssHooks.marginLeft=Gt(f.reliableMarginLeft,(function(t,e){if(e)return(parseFloat(_t(t,"marginLeft"))||t.getBoundingClientRect().left-Ht(t,{marginLeft:0},(function(){return t.getBoundingClientRect().left})))+"px"})),w.each({margin:"",padding:"",border:"Width"},(function(t,e){w.cssHooks[t+e]={expand:function(r){for(var n=0,o={},i="string"==typeof r?r.split(" "):[r];n<4;n++)o[t+it[n]+e]=i[n]||i[n-2]||i[0];return o}},"margin"!==t&&(w.cssHooks[t+e].set=re)})),w.fn.extend({css:function(t,e){return F(this,(function(t,e,r){var n,o,i={},a=0;if(Array.isArray(e)){for(n=Rt(t),o=e.length;a1)}}),w.Tween=ie,ie.prototype={constructor:ie,init:function(t,e,r,n,o,i){this.elem=t,this.prop=r,this.easing=o||w.easing._default,this.options=e,this.start=this.now=this.cur(),this.end=n,this.unit=i||(w.cssNumber[r]?"":"px")},cur:function(){var t=ie.propHooks[this.prop];return t&&t.get?t.get(this):ie.propHooks._default.get(this)},run:function(t){var e,r=ie.propHooks[this.prop];return this.options.duration?this.pos=e=w.easing[this.easing](t,this.options.duration*t,0,1,this.options.duration):this.pos=e=t,this.now=(this.end-this.start)*e+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),r&&r.set?r.set(this):ie.propHooks._default.set(this),this}},ie.prototype.init.prototype=ie.prototype,ie.propHooks={_default:{get:function(t){var e;return 1!==t.elem.nodeType||null!=t.elem[t.prop]&&null==t.elem.style[t.prop]?t.elem[t.prop]:(e=w.css(t.elem,t.prop,""))&&"auto"!==e?e:0},set:function(t){w.fx.step[t.prop]?w.fx.step[t.prop](t):1!==t.elem.nodeType||!w.cssHooks[t.prop]&&null==t.elem.style[Zt(t.prop)]?t.elem[t.prop]=t.now:w.style(t.elem,t.prop,t.now+t.unit)}}},ie.propHooks.scrollTop=ie.propHooks.scrollLeft={set:function(t){t.elem.nodeType&&t.elem.parentNode&&(t.elem[t.prop]=t.now)}},w.easing={linear:function(t){return t},swing:function(t){return.5-Math.cos(t*Math.PI)/2},_default:"swing"},w.fx=ie.prototype.init,w.fx.step={};var ae,Ae,le=/^(?:toggle|show|hide)$/,se=/queueHooks$/;function me(){Ae&&(!1===B.hidden&&n.requestAnimationFrame?n.requestAnimationFrame(me):n.setTimeout(me,w.fx.interval),w.fx.tick())}function pe(){return n.setTimeout((function(){ae=void 0})),ae=Date.now()}function de(t,e){var r,n=0,o={height:t};for(e=e?1:0;n<4;n+=2-e)o["margin"+(r=it[n])]=o["padding"+r]=t;return e&&(o.opacity=o.width=t),o}function ce(t,e,r){for(var n,o=(ge.tweeners[e]||[]).concat(ge.tweeners["*"]),i=0,a=o.length;i1)},removeAttr:function(t){return this.each((function(){w.removeAttr(this,t)}))}}),w.extend({attr:function(t,e,r){var n,o,i=t.nodeType;if(3!==i&&8!==i&&2!==i)return void 0===t.getAttribute?w.prop(t,e,r):(1===i&&w.isXMLDoc(t)||(o=w.attrHooks[e.toLowerCase()]||(w.expr.match.bool.test(e)?Ce:void 0)),void 0!==r?null===r?void w.removeAttr(t,e):o&&"set"in o&&void 0!==(n=o.set(t,r,e))?n:(t.setAttribute(e,r+""),r):o&&"get"in o&&null!==(n=o.get(t,e))?n:null==(n=w.find.attr(t,e))?void 0:n)},attrHooks:{type:{set:function(t,e){if(!f.radioValue&&"radio"===e&&U(t,"input")){var r=t.value;return t.setAttribute("type",e),r&&(t.value=r),e}}}},removeAttr:function(t,e){var r,n=0,o=e&&e.match(L);if(o&&1===t.nodeType)for(;r=o[n++];)t.removeAttribute(r)}}),Ce={set:function(t,e,r){return!1===e?w.removeAttr(t,r):t.setAttribute(r,r),r}},w.each(w.expr.match.bool.source.match(/\w+/g),(function(t,e){var r=fe[e]||w.find.attr;fe[e]=function(t,e,n){var o,i,a=e.toLowerCase();return n||(i=fe[a],fe[a]=o,o=null!=r(t,e,n)?a:null,fe[a]=i),o}}));var ue=/^(?:input|select|textarea|button)$/i,be=/^(?:a|area)$/i;function Be(t){return(t.match(L)||[]).join(" ")}function he(t){return t.getAttribute&&t.getAttribute("class")||""}function xe(t){return Array.isArray(t)?t:"string"==typeof t&&t.match(L)||[]}w.fn.extend({prop:function(t,e){return F(this,w.prop,t,e,arguments.length>1)},removeProp:function(t){return this.each((function(){delete this[w.propFix[t]||t]}))}}),w.extend({prop:function(t,e,r){var n,o,i=t.nodeType;if(3!==i&&8!==i&&2!==i)return 1===i&&w.isXMLDoc(t)||(e=w.propFix[e]||e,o=w.propHooks[e]),void 0!==r?o&&"set"in o&&void 0!==(n=o.set(t,r,e))?n:t[e]=r:o&&"get"in o&&null!==(n=o.get(t,e))?n:t[e]},propHooks:{tabIndex:{get:function(t){var e=w.find.attr(t,"tabindex");return e?parseInt(e,10):ue.test(t.nodeName)||be.test(t.nodeName)&&t.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),f.optSelected||(w.propHooks.selected={get:function(t){var e=t.parentNode;return e&&e.parentNode&&e.parentNode.selectedIndex,null},set:function(t){var e=t.parentNode;e&&(e.selectedIndex,e.parentNode&&e.parentNode.selectedIndex)}}),w.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],(function(){w.propFix[this.toLowerCase()]=this})),w.fn.extend({addClass:function(t){var e,r,n,o,i,a;return u(t)?this.each((function(e){w(this).addClass(t.call(this,e,he(this)))})):(e=xe(t)).length?this.each((function(){if(n=he(this),r=1===this.nodeType&&" "+Be(n)+" "){for(i=0;i-1;)r=r.replace(" "+o+" "," ");a=Be(r),n!==a&&this.setAttribute("class",a)}})):this:this.attr("class","")},toggleClass:function(t,e){var r,n,o,i,a=typeof t,A="string"===a||Array.isArray(t);return u(t)?this.each((function(r){w(this).toggleClass(t.call(this,r,he(this),e),e)})):"boolean"==typeof e&&A?e?this.addClass(t):this.removeClass(t):(r=xe(t),this.each((function(){if(A)for(i=w(this),o=0;o-1)return!0;return!1}});var ve=/\r/g;w.fn.extend({val:function(t){var e,r,n,o=this[0];return arguments.length?(n=u(t),this.each((function(r){var o;1===this.nodeType&&(null==(o=n?t.call(this,r,w(this).val()):t)?o="":"number"==typeof o?o+="":Array.isArray(o)&&(o=w.map(o,(function(t){return null==t?"":t+""}))),(e=w.valHooks[this.type]||w.valHooks[this.nodeName.toLowerCase()])&&"set"in e&&void 0!==e.set(this,o,"value")||(this.value=o))}))):o?(e=w.valHooks[o.type]||w.valHooks[o.nodeName.toLowerCase()])&&"get"in e&&void 0!==(r=e.get(o,"value"))?r:"string"==typeof(r=o.value)?r.replace(ve,""):null==r?"":r:void 0}}),w.extend({valHooks:{option:{get:function(t){var e=w.find.attr(t,"value");return null!=e?e:Be(w.text(t))}},select:{get:function(t){var e,r,n,o=t.options,i=t.selectedIndex,a="select-one"===t.type,A=a?null:[],l=a?i+1:o.length;for(n=i<0?l:a?i:0;n-1)&&(r=!0);return r||(t.selectedIndex=-1),i}}}}),w.each(["radio","checkbox"],(function(){w.valHooks[this]={set:function(t,e){if(Array.isArray(e))return t.checked=w.inArray(w(t).val(),e)>-1}},f.checkOn||(w.valHooks[this].get=function(t){return null===t.getAttribute("value")?"on":t.value})})),f.focusin="onfocusin"in n;var ye=/^(?:focusinfocus|focusoutblur)$/,we=function(t){t.stopPropagation()};w.extend(w.event,{trigger:function(t,e,r,o){var i,a,A,l,s,m,p,d,g=[r||B],C=c.call(t,"type")?t.type:t,f=c.call(t,"namespace")?t.namespace.split("."):[];if(a=d=A=r=r||B,3!==r.nodeType&&8!==r.nodeType&&!ye.test(C+w.event.triggered)&&(C.indexOf(".")>-1&&(f=C.split("."),C=f.shift(),f.sort()),s=C.indexOf(":")<0&&"on"+C,(t=t[w.expando]?t:new w.Event(C,"object"==typeof t&&t)).isTrigger=o?2:3,t.namespace=f.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+f.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=r),e=null==e?[t]:w.makeArray(e,[t]),p=w.event.special[C]||{},o||!p.trigger||!1!==p.trigger.apply(r,e))){if(!o&&!p.noBubble&&!b(r)){for(l=p.delegateType||C,ye.test(l+C)||(a=a.parentNode);a;a=a.parentNode)g.push(a),A=a;A===(r.ownerDocument||B)&&g.push(A.defaultView||A.parentWindow||n)}for(i=0;(a=g[i++])&&!t.isPropagationStopped();)d=a,t.type=i>1?l:p.bindType||C,(m=(Z.get(a,"events")||Object.create(null))[t.type]&&Z.get(a,"handle"))&&m.apply(a,e),(m=s&&a[s])&&m.apply&&V(a)&&(t.result=m.apply(a,e),!1===t.result&&t.preventDefault());return t.type=C,o||t.isDefaultPrevented()||p._default&&!1!==p._default.apply(g.pop(),e)||!V(r)||s&&u(r[C])&&!b(r)&&((A=r[s])&&(r[s]=null),w.event.triggered=C,t.isPropagationStopped()&&d.addEventListener(C,we),r[C](),t.isPropagationStopped()&&d.removeEventListener(C,we),w.event.triggered=void 0,A&&(r[s]=A)),t.result}},simulate:function(t,e,r){var n=w.extend(new w.Event,r,{type:t,isSimulated:!0});w.event.trigger(n,null,e)}}),w.fn.extend({trigger:function(t,e){return this.each((function(){w.event.trigger(t,e,this)}))},triggerHandler:function(t,e){var r=this[0];if(r)return w.event.trigger(t,e,r,!0)}}),f.focusin||w.each({focus:"focusin",blur:"focusout"},(function(t,e){var r=function(t){w.event.simulate(e,t.target,w.event.fix(t))};w.event.special[e]={setup:function(){var n=this.ownerDocument||this.document||this,o=Z.access(n,e);o||n.addEventListener(t,r,!0),Z.access(n,e,(o||0)+1)},teardown:function(){var n=this.ownerDocument||this.document||this,o=Z.access(n,e)-1;o?Z.access(n,e,o):(n.removeEventListener(t,r,!0),Z.remove(n,e))}}}));var ke=n.location,Se={guid:Date.now()},Ee=/\?/;w.parseXML=function(t){var e,r;if(!t||"string"!=typeof t)return null;try{e=(new n.DOMParser).parseFromString(t,"text/xml")}catch(t){}return r=e&&e.getElementsByTagName("parsererror")[0],e&&!r||w.error("Invalid XML: "+(r?w.map(r.childNodes,(function(t){return t.textContent})).join("\n"):t)),e};var qe=/\[\]$/,je=/\r?\n/g,Ue=/^(?:submit|button|image|reset|file)$/i,Te=/^(?:input|select|textarea|keygen)/i;function ze(t,e,r,n){var o;if(Array.isArray(e))w.each(e,(function(e,o){r||qe.test(t)?n(t,o):ze(t+"["+("object"==typeof o&&null!=o?e:"")+"]",o,r,n)}));else if(r||"object"!==v(e))n(t,e);else for(o in e)ze(t+"["+o+"]",e[o],r,n)}w.param=function(t,e){var r,n=[],o=function(t,e){var r=u(e)?e():e;n[n.length]=encodeURIComponent(t)+"="+encodeURIComponent(null==r?"":r)};if(null==t)return"";if(Array.isArray(t)||t.jquery&&!w.isPlainObject(t))w.each(t,(function(){o(this.name,this.value)}));else for(r in t)ze(r,t[r],e,o);return n.join("&")},w.fn.extend({serialize:function(){return w.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var t=w.prop(this,"elements");return t?w.makeArray(t):this})).filter((function(){var t=this.type;return this.name&&!w(this).is(":disabled")&&Te.test(this.nodeName)&&!Ue.test(t)&&(this.checked||!ft.test(t))})).map((function(t,e){var r=w(this).val();return null==r?null:Array.isArray(r)?w.map(r,(function(t){return{name:e.name,value:t.replace(je,"\r\n")}})):{name:e.name,value:r.replace(je,"\r\n")}})).get()}});var Me=/%20/g,De=/#.*$/,Ie=/([?&])_=[^&]*/,Ye=/^(.*?):[ \t]*([^\r\n]*)$/gm,We=/^(?:GET|HEAD)$/,Le=/^\/\//,Oe={},Ne={},Qe="*/".concat("*"),Re=B.createElement("a");function He(t){return function(e,r){"string"!=typeof e&&(r=e,e="*");var n,o=0,i=e.toLowerCase().match(L)||[];if(u(r))for(;n=i[o++];)"+"===n[0]?(n=n.slice(1)||"*",(t[n]=t[n]||[]).unshift(r)):(t[n]=t[n]||[]).push(r)}}function Pe(t,e,r,n){var o={},i=t===Ne;function a(A){var l;return o[A]=!0,w.each(t[A]||[],(function(t,A){var s=A(e,r,n);return"string"!=typeof s||i||o[s]?i?!(l=s):void 0:(e.dataTypes.unshift(s),a(s),!1)})),l}return a(e.dataTypes[0])||!o["*"]&&a("*")}function Fe(t,e){var r,n,o=w.ajaxSettings.flatOptions||{};for(r in e)void 0!==e[r]&&((o[r]?t:n||(n={}))[r]=e[r]);return n&&w.extend(!0,t,n),t}Re.href=ke.href,w.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:ke.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(ke.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Qe,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":w.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(t,e){return e?Fe(Fe(t,w.ajaxSettings),e):Fe(w.ajaxSettings,t)},ajaxPrefilter:He(Oe),ajaxTransport:He(Ne),ajax:function(t,e){"object"==typeof t&&(e=t,t=void 0),e=e||{};var r,o,i,a,A,l,s,m,p,d,c=w.ajaxSetup({},e),g=c.context||c,C=c.context&&(g.nodeType||g.jquery)?w(g):w.event,f=w.Deferred(),u=w.Callbacks("once memory"),b=c.statusCode||{},h={},x={},v="canceled",y={readyState:0,getResponseHeader:function(t){var e;if(s){if(!a)for(a={};e=Ye.exec(i);)a[e[1].toLowerCase()+" "]=(a[e[1].toLowerCase()+" "]||[]).concat(e[2]);e=a[t.toLowerCase()+" "]}return null==e?null:e.join(", ")},getAllResponseHeaders:function(){return s?i:null},setRequestHeader:function(t,e){return null==s&&(t=x[t.toLowerCase()]=x[t.toLowerCase()]||t,h[t]=e),this},overrideMimeType:function(t){return null==s&&(c.mimeType=t),this},statusCode:function(t){var e;if(t)if(s)y.always(t[y.status]);else for(e in t)b[e]=[b[e],t[e]];return this},abort:function(t){var e=t||v;return r&&r.abort(e),k(0,e),this}};if(f.promise(y),c.url=((t||c.url||ke.href)+"").replace(Le,ke.protocol+"//"),c.type=e.method||e.type||c.method||c.type,c.dataTypes=(c.dataType||"*").toLowerCase().match(L)||[""],null==c.crossDomain){l=B.createElement("a");try{l.href=c.url,l.href=l.href,c.crossDomain=Re.protocol+"//"+Re.host!=l.protocol+"//"+l.host}catch(t){c.crossDomain=!0}}if(c.data&&c.processData&&"string"!=typeof c.data&&(c.data=w.param(c.data,c.traditional)),Pe(Oe,c,e,y),s)return y;for(p in(m=w.event&&c.global)&&0==w.active++&&w.event.trigger("ajaxStart"),c.type=c.type.toUpperCase(),c.hasContent=!We.test(c.type),o=c.url.replace(De,""),c.hasContent?c.data&&c.processData&&0===(c.contentType||"").indexOf("application/x-www-form-urlencoded")&&(c.data=c.data.replace(Me,"+")):(d=c.url.slice(o.length),c.data&&(c.processData||"string"==typeof c.data)&&(o+=(Ee.test(o)?"&":"?")+c.data,delete c.data),!1===c.cache&&(o=o.replace(Ie,"$1"),d=(Ee.test(o)?"&":"?")+"_="+Se.guid+++d),c.url=o+d),c.ifModified&&(w.lastModified[o]&&y.setRequestHeader("If-Modified-Since",w.lastModified[o]),w.etag[o]&&y.setRequestHeader("If-None-Match",w.etag[o])),(c.data&&c.hasContent&&!1!==c.contentType||e.contentType)&&y.setRequestHeader("Content-Type",c.contentType),y.setRequestHeader("Accept",c.dataTypes[0]&&c.accepts[c.dataTypes[0]]?c.accepts[c.dataTypes[0]]+("*"!==c.dataTypes[0]?", "+Qe+"; q=0.01":""):c.accepts["*"]),c.headers)y.setRequestHeader(p,c.headers[p]);if(c.beforeSend&&(!1===c.beforeSend.call(g,y,c)||s))return y.abort();if(v="abort",u.add(c.complete),y.done(c.success),y.fail(c.error),r=Pe(Ne,c,e,y)){if(y.readyState=1,m&&C.trigger("ajaxSend",[y,c]),s)return y;c.async&&c.timeout>0&&(A=n.setTimeout((function(){y.abort("timeout")}),c.timeout));try{s=!1,r.send(h,k)}catch(t){if(s)throw t;k(-1,t)}}else k(-1,"No Transport");function k(t,e,a,l){var p,d,B,h,x,v=e;s||(s=!0,A&&n.clearTimeout(A),r=void 0,i=l||"",y.readyState=t>0?4:0,p=t>=200&&t<300||304===t,a&&(h=function(t,e,r){for(var n,o,i,a,A=t.contents,l=t.dataTypes;"*"===l[0];)l.shift(),void 0===n&&(n=t.mimeType||e.getResponseHeader("Content-Type"));if(n)for(o in A)if(A[o]&&A[o].test(n)){l.unshift(o);break}if(l[0]in r)i=l[0];else{for(o in r){if(!l[0]||t.converters[o+" "+l[0]]){i=o;break}a||(a=o)}i=i||a}if(i)return i!==l[0]&&l.unshift(i),r[i]}(c,y,a)),!p&&w.inArray("script",c.dataTypes)>-1&&w.inArray("json",c.dataTypes)<0&&(c.converters["text script"]=function(){}),h=function(t,e,r,n){var o,i,a,A,l,s={},m=t.dataTypes.slice();if(m[1])for(a in t.converters)s[a.toLowerCase()]=t.converters[a];for(i=m.shift();i;)if(t.responseFields[i]&&(r[t.responseFields[i]]=e),!l&&n&&t.dataFilter&&(e=t.dataFilter(e,t.dataType)),l=i,i=m.shift())if("*"===i)i=l;else if("*"!==l&&l!==i){if(!(a=s[l+" "+i]||s["* "+i]))for(o in s)if((A=o.split(" "))[1]===i&&(a=s[l+" "+A[0]]||s["* "+A[0]])){!0===a?a=s[o]:!0!==s[o]&&(i=A[0],m.unshift(A[1]));break}if(!0!==a)if(a&&t.throws)e=a(e);else try{e=a(e)}catch(t){return{state:"parsererror",error:a?t:"No conversion from "+l+" to "+i}}}return{state:"success",data:e}}(c,h,y,p),p?(c.ifModified&&((x=y.getResponseHeader("Last-Modified"))&&(w.lastModified[o]=x),(x=y.getResponseHeader("etag"))&&(w.etag[o]=x)),204===t||"HEAD"===c.type?v="nocontent":304===t?v="notmodified":(v=h.state,d=h.data,p=!(B=h.error))):(B=v,!t&&v||(v="error",t<0&&(t=0))),y.status=t,y.statusText=(e||v)+"",p?f.resolveWith(g,[d,v,y]):f.rejectWith(g,[y,v,B]),y.statusCode(b),b=void 0,m&&C.trigger(p?"ajaxSuccess":"ajaxError",[y,c,p?d:B]),u.fireWith(g,[y,v]),m&&(C.trigger("ajaxComplete",[y,c]),--w.active||w.event.trigger("ajaxStop")))}return y},getJSON:function(t,e,r){return w.get(t,e,r,"json")},getScript:function(t,e){return w.get(t,void 0,e,"script")}}),w.each(["get","post"],(function(t,e){w[e]=function(t,r,n,o){return u(r)&&(o=o||n,n=r,r=void 0),w.ajax(w.extend({url:t,type:e,dataType:o,data:r,success:n},w.isPlainObject(t)&&t))}})),w.ajaxPrefilter((function(t){var e;for(e in t.headers)"content-type"===e.toLowerCase()&&(t.contentType=t.headers[e]||"")})),w._evalUrl=function(t,e,r){return w.ajax({url:t,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(t){w.globalEval(t,e,r)}})},w.fn.extend({wrapAll:function(t){var e;return this[0]&&(u(t)&&(t=t.call(this[0])),e=w(t,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&e.insertBefore(this[0]),e.map((function(){for(var t=this;t.firstElementChild;)t=t.firstElementChild;return t})).append(this)),this},wrapInner:function(t){return u(t)?this.each((function(e){w(this).wrapInner(t.call(this,e))})):this.each((function(){var e=w(this),r=e.contents();r.length?r.wrapAll(t):e.append(t)}))},wrap:function(t){var e=u(t);return this.each((function(r){w(this).wrapAll(e?t.call(this,r):t)}))},unwrap:function(t){return this.parent(t).not("body").each((function(){w(this).replaceWith(this.childNodes)})),this}}),w.expr.pseudos.hidden=function(t){return!w.expr.pseudos.visible(t)},w.expr.pseudos.visible=function(t){return!!(t.offsetWidth||t.offsetHeight||t.getClientRects().length)},w.ajaxSettings.xhr=function(){try{return new n.XMLHttpRequest}catch(t){}};var Ke={0:200,1223:204},_e=w.ajaxSettings.xhr();f.cors=!!_e&&"withCredentials"in _e,f.ajax=_e=!!_e,w.ajaxTransport((function(t){var e,r;if(f.cors||_e&&!t.crossDomain)return{send:function(o,i){var a,A=t.xhr();if(A.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(a in t.xhrFields)A[a]=t.xhrFields[a];for(a in t.mimeType&&A.overrideMimeType&&A.overrideMimeType(t.mimeType),t.crossDomain||o["X-Requested-With"]||(o["X-Requested-With"]="XMLHttpRequest"),o)A.setRequestHeader(a,o[a]);e=function(t){return function(){e&&(e=r=A.onload=A.onerror=A.onabort=A.ontimeout=A.onreadystatechange=null,"abort"===t?A.abort():"error"===t?"number"!=typeof A.status?i(0,"error"):i(A.status,A.statusText):i(Ke[A.status]||A.status,A.statusText,"text"!==(A.responseType||"text")||"string"!=typeof A.responseText?{binary:A.response}:{text:A.responseText},A.getAllResponseHeaders()))}},A.onload=e(),r=A.onerror=A.ontimeout=e("error"),void 0!==A.onabort?A.onabort=r:A.onreadystatechange=function(){4===A.readyState&&n.setTimeout((function(){e&&r()}))},e=e("abort");try{A.send(t.hasContent&&t.data||null)}catch(t){if(e)throw t}},abort:function(){e&&e()}}})),w.ajaxPrefilter((function(t){t.crossDomain&&(t.contents.script=!1)})),w.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(t){return w.globalEval(t),t}}}),w.ajaxPrefilter("script",(function(t){void 0===t.cache&&(t.cache=!1),t.crossDomain&&(t.type="GET")})),w.ajaxTransport("script",(function(t){var e,r;if(t.crossDomain||t.scriptAttrs)return{send:function(n,o){e=w("