:root{--bs-blue: #0071eb;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #FFF7F7;--bs-red: #ac0000;--bs-orange: #fd7e14;--bs-yellow: #fb0;--bs-green: #00ab91;--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: #D4D4D4;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #9B9B9B;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #D80C0C;--bs-secondary: #fb0;--bs-success: #00ab91;--bs-info: #0071eb;--bs-warning: #fb0;--bs-danger: #D80C0C;--bs-light: #fff;--bs-dark: #000;--bs-soft: #fafafa;--bs-primary-rgb: 216, 12, 12;--bs-secondary-rgb: 255, 187, 0;--bs-success-rgb: 0, 171, 145;--bs-info-rgb: 0, 113, 235;--bs-warning-rgb: 255, 187, 0;--bs-danger-rgb: 216, 12, 12;--bs-light-rgb: 255, 255, 255;--bs-dark-rgb: 0, 0, 0;--bs-soft-rgb: 250, 250, 250;--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: "Roboto Condensed", "Fira Sans Condensed", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", 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: Roboto Condensed, Fira Sans Condensed, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;--bs-body-font-size:1.125rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.28;--bs-body-color: #212529;--bs-body-bg: #fff;--bs-border-width: 3px;--bs-border-style: solid;--bs-border-color: #a6a49d;--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: #000;--bs-link-hover-color: black;--bs-code-color: #FFF7F7;--bs-highlight-bg: #fff1cc}*,*::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:3px solid #d80c0c;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.305rem + 0.66vw)}@media(min-width: 1200px){h1,.h1{font-size:1.8rem}}h2,.h2{font-size:calc(1.2825rem + 0.39vw)}@media(min-width: 1200px){h2,.h2{font-size:1.575rem}}h3,.h3{font-size:1.2375rem}h4,.h4{font-size:1.00125rem}h5,.h5{font-size:0.7875rem}h6,.h6{font-size:0.675rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;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:500}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:none}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:calc(1.265625rem + 0.1875vw);font-weight:300}@media(min-width: 1200px){.lead{font-size:1.40625rem}}.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:0}.initialism{font-size:0.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:calc(1.265625rem + 0.1875vw)}@media(min-width: 1200px){.blockquote{font-size:1.40625rem}}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:0.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--bs-gutter-x: 2rem;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-right:auto;margin-left:auto}@media(min-width: 576px){.container-sm,.container{max-width:540px}}@media(min-width: 768px){.container-md,.container-sm,.container{max-width:720px}}@media(min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media(min-width: 1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:3px solid var(--bs-border-color);border-radius:.375rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:0.875em;color:#6c757d}.row{--bs-gutter-x: 2rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: 0.25rem}.g-1,.gy-1{--bs-gutter-y: 0.25rem}.g-2,.gx-2{--bs-gutter-x: 0.5rem}.g-2,.gy-2{--bs-gutter-y: 0.5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}@media(min-width: 576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: 0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: 0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: 0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: 0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@media(min-width: 768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: 0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y: 0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x: 0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y: 0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@media(min-width: 992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: 0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: 0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: 0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: 0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@media(min-width: 1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: 0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: 0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: 0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: 0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}@media(min-width: 1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: 0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: 0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: 0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: 0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}}.btn{--bs-btn-padding-x: 1.6rem;--bs-btn-padding-y: 0.85rem;--bs-btn-font-family: ;--bs-btn-font-size:1.125rem;--bs-btn-font-weight: 500;--bs-btn-line-height: 1.22;--bs-btn-color: #212529;--bs-btn-bg: transparent;--bs-btn-border-width: 3px;--bs-btn-border-color: transparent;--bs-btn-border-radius: 2.5rem;--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;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;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: #D80C0C;--bs-btn-border-color: #D80C0C;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #b80a0a;--bs-btn-hover-border-color: #ad0a0a;--bs-btn-focus-shadow-rgb: 222, 48, 48;--bs-btn-active-color: #fff;--bs-btn-active-bg: #ad0a0a;--bs-btn-active-border-color: #a20909;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #D80C0C;--bs-btn-disabled-border-color: #D80C0C}.btn-secondary{--bs-btn-color: #000;--bs-btn-bg: #fb0;--bs-btn-border-color: #fb0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #ffc526;--bs-btn-hover-border-color: #ffc21a;--bs-btn-focus-shadow-rgb: 217, 159, 0;--bs-btn-active-color: #000;--bs-btn-active-bg: #ffc933;--bs-btn-active-border-color: #ffc21a;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #fb0;--bs-btn-disabled-border-color: #fb0}.btn-success{--bs-btn-color: #000;--bs-btn-bg: #00ab91;--bs-btn-border-color: #00ab91;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #26b8a2;--bs-btn-hover-border-color: #1ab39c;--bs-btn-focus-shadow-rgb: 0, 145, 123;--bs-btn-active-color: #000;--bs-btn-active-bg: #33bca7;--bs-btn-active-border-color: #1ab39c;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #00ab91;--bs-btn-disabled-border-color: #00ab91}.btn-info{--bs-btn-color: #fff;--bs-btn-bg: #0071eb;--bs-btn-border-color: #0071eb;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #0060c8;--bs-btn-hover-border-color: #005abc;--bs-btn-focus-shadow-rgb: 38, 134, 238;--bs-btn-active-color: #fff;--bs-btn-active-bg: #005abc;--bs-btn-active-border-color: #0055b0;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #0071eb;--bs-btn-disabled-border-color: #0071eb}.btn-warning{--bs-btn-color: #000;--bs-btn-bg: #fb0;--bs-btn-border-color: #fb0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #ffc526;--bs-btn-hover-border-color: #ffc21a;--bs-btn-focus-shadow-rgb: 217, 159, 0;--bs-btn-active-color: #000;--bs-btn-active-bg: #ffc933;--bs-btn-active-border-color: #ffc21a;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #fb0;--bs-btn-disabled-border-color: #fb0}.btn-danger{--bs-btn-color: #fff;--bs-btn-bg: #D80C0C;--bs-btn-border-color: #D80C0C;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #b80a0a;--bs-btn-hover-border-color: #ad0a0a;--bs-btn-focus-shadow-rgb: 222, 48, 48;--bs-btn-active-color: #fff;--bs-btn-active-bg: #ad0a0a;--bs-btn-active-border-color: #a20909;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #D80C0C;--bs-btn-disabled-border-color: #D80C0C}.btn-light{--bs-btn-color: #000;--bs-btn-bg: #fff;--bs-btn-border-color: #fff;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #d9d9d9;--bs-btn-hover-border-color: #cccccc;--bs-btn-focus-shadow-rgb: 217, 217, 217;--bs-btn-active-color: #000;--bs-btn-active-bg: #cccccc;--bs-btn-active-border-color: #bfbfbf;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #fff;--bs-btn-disabled-border-color: #fff}.btn-dark{--bs-btn-color: #fff;--bs-btn-bg: #000;--bs-btn-border-color: #000;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #262626;--bs-btn-hover-border-color: #1a1a1a;--bs-btn-focus-shadow-rgb: 38, 38, 38;--bs-btn-active-color: #fff;--bs-btn-active-bg: #333333;--bs-btn-active-border-color: #1a1a1a;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #000;--bs-btn-disabled-border-color: #000}.btn-soft{--bs-btn-color: #000;--bs-btn-bg: #fafafa;--bs-btn-border-color: #fafafa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #fbfbfb;--bs-btn-hover-border-color: #fbfbfb;--bs-btn-focus-shadow-rgb: 213, 213, 213;--bs-btn-active-color: #000;--bs-btn-active-bg: #fbfbfb;--bs-btn-active-border-color: #fbfbfb;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #fafafa;--bs-btn-disabled-border-color: #fafafa}.btn-outline-primary{--bs-btn-color: #D80C0C;--bs-btn-border-color: #D80C0C;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #D80C0C;--bs-btn-hover-border-color: #D80C0C;--bs-btn-focus-shadow-rgb: 216, 12, 12;--bs-btn-active-color: #fff;--bs-btn-active-bg: #D80C0C;--bs-btn-active-border-color: #D80C0C;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #D80C0C;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #D80C0C;--bs-gradient: none}.btn-outline-secondary{--bs-btn-color: #fb0;--bs-btn-border-color: #fb0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #fb0;--bs-btn-hover-border-color: #fb0;--bs-btn-focus-shadow-rgb: 255, 187, 0;--bs-btn-active-color: #000;--bs-btn-active-bg: #fb0;--bs-btn-active-border-color: #fb0;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fb0;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #fb0;--bs-gradient: none}.btn-outline-success{--bs-btn-color: #00ab91;--bs-btn-border-color: #00ab91;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #00ab91;--bs-btn-hover-border-color: #00ab91;--bs-btn-focus-shadow-rgb: 0, 171, 145;--bs-btn-active-color: #000;--bs-btn-active-bg: #00ab91;--bs-btn-active-border-color: #00ab91;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #00ab91;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #00ab91;--bs-gradient: none}.btn-outline-info{--bs-btn-color: #0071eb;--bs-btn-border-color: #0071eb;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #0071eb;--bs-btn-hover-border-color: #0071eb;--bs-btn-focus-shadow-rgb: 0, 113, 235;--bs-btn-active-color: #fff;--bs-btn-active-bg: #0071eb;--bs-btn-active-border-color: #0071eb;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #0071eb;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #0071eb;--bs-gradient: none}.btn-outline-warning{--bs-btn-color: #fb0;--bs-btn-border-color: #fb0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #fb0;--bs-btn-hover-border-color: #fb0;--bs-btn-focus-shadow-rgb: 255, 187, 0;--bs-btn-active-color: #000;--bs-btn-active-bg: #fb0;--bs-btn-active-border-color: #fb0;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fb0;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #fb0;--bs-gradient: none}.btn-outline-danger{--bs-btn-color: #D80C0C;--bs-btn-border-color: #D80C0C;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #D80C0C;--bs-btn-hover-border-color: #D80C0C;--bs-btn-focus-shadow-rgb: 216, 12, 12;--bs-btn-active-color: #fff;--bs-btn-active-bg: #D80C0C;--bs-btn-active-border-color: #D80C0C;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #D80C0C;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #D80C0C;--bs-gradient: none}.btn-outline-light{--bs-btn-color: #fff;--bs-btn-border-color: #fff;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #fff;--bs-btn-hover-border-color: #fff;--bs-btn-focus-shadow-rgb: 255, 255, 255;--bs-btn-active-color: #000;--bs-btn-active-bg: #fff;--bs-btn-active-border-color: #fff;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #fff;--bs-gradient: none}.btn-outline-dark{--bs-btn-color: #000;--bs-btn-border-color: #000;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #000;--bs-btn-hover-border-color: #000;--bs-btn-focus-shadow-rgb: 0, 0, 0;--bs-btn-active-color: #fff;--bs-btn-active-bg: #000;--bs-btn-active-border-color: #000;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #000;--bs-gradient: none}.btn-outline-soft{--bs-btn-color: #fafafa;--bs-btn-border-color: #fafafa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #fafafa;--bs-btn-hover-border-color: #fafafa;--bs-btn-focus-shadow-rgb: 250, 250, 250;--bs-btn-active-color: #000;--bs-btn-active-bg: #fafafa;--bs-btn-active-border-color: #fafafa;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fafafa;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #fafafa;--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: 222, 48, 48;text-decoration:none}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-lg,.btn-group-lg>.btn{--bs-btn-padding-y: 0.5rem;--bs-btn-padding-x: 1rem;--bs-btn-font-size:calc(1.265625rem + 0.1875vw);--bs-btn-border-radius: 0.5rem}@media(min-width: 1200px){.btn-lg,.btn-group-lg>.btn{--bs-btn-font-size:1.40625rem}}.btn-sm,.btn-group-sm>.btn{--bs-btn-padding-y: 0.625rem;--bs-btn-padding-x: 1.5rem;--bs-btn-font-size:0.8775rem;--bs-btn-border-radius: 2.35rem}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion: reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion: reduce){.collapsing.collapse-horizontal{transition:none}}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;flex:1 1 auto}.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:2.5rem}.btn-group>:not(.btn-check:first-child)+.btn,.btn-group>.btn-group:not(:first-child){margin-left:-3px}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn,.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:1.2rem;padding-left:1.2rem}.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:1.125rem;padding-left:1.125rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:-3px}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn~.btn,.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius: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:.5rem 1.3rem;font-size:1.125rem;font-weight:400;line-height:1.28;color:#000;text-align:center;white-space:nowrap;background-color:#e9ecef;border:.08rem solid #d4d4d4;border-radius:2.25rem}.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:calc(1.265625rem + 0.1875vw);border-radius:.5rem}@media(min-width: 1200px){.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn{font-size:1.40625rem}}.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.984375rem;border-radius:.25rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:5.2rem}.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:-0.08rem;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}.nav{--bs-nav-link-padding-x: 1rem;--bs-nav-link-padding-y: 0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-link-color);--bs-nav-link-hover-color: var(--bs-link-hover-color);--bs-nav-link-disabled-color: #6c757d;display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media(prefers-reduced-motion: reduce){.nav-link{transition:none}}.nav-link:hover,.nav-link:focus{color:var(--bs-nav-link-hover-color)}.nav-link.disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width: 3px;--bs-nav-tabs-border-color: #dee2e6;--bs-nav-tabs-border-radius: 0.375rem;--bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;--bs-nav-tabs-link-active-color: #9B9B9B;--bs-nav-tabs-link-active-bg: #fff;--bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1*var(--bs-nav-tabs-border-width));background:none;border:var(--bs-nav-tabs-border-width) solid rgba(0,0,0,0);border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-link.disabled,.nav-tabs .nav-link:disabled{color:var(--bs-nav-link-disabled-color);background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1*var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius: 0.375rem;--bs-nav-pills-link-active-color: #D80C0C;--bs-nav-pills-link-active-bg: #FFF}.nav-pills .nav-link{background:none;border:0;border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link:disabled{color:var(--bs-nav-link-disabled-color);background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x: 0;--bs-navbar-padding-y: 0.5rem;--bs-navbar-color: rgba(0, 0, 0, 0.55);--bs-navbar-hover-color: rgba(0, 0, 0, 0.7);--bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);--bs-navbar-active-color: rgba(0, 0, 0, 0.9);--bs-navbar-brand-padding-y: 0.32rem;--bs-navbar-brand-margin-end: 1rem;--bs-navbar-brand-font-size: 1.40625rem;--bs-navbar-brand-color: rgba(0, 0, 0, 0.9);--bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);--bs-navbar-nav-link-padding-x: 0.5rem;--bs-navbar-toggler-padding-y: 0.25rem;--bs-navbar-toggler-padding-x: 0.75rem;--bs-navbar-toggler-font-size: 1.40625rem;--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%280, 0, 0, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");--bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);--bs-navbar-toggler-border-radius: 2.5rem;--bs-navbar-toggler-focus-width: 0.25rem;--bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-sm,.navbar>.container-md,.navbar>.container-lg,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x: 0;--bs-nav-link-padding-y: 0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-navbar-color);--bs-nav-link-hover-color: var(--bs-navbar-hover-color);--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .show>.nav-link,.navbar-nav .nav-link.active{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:hover,.navbar-text a:focus{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:rgba(0,0,0,0);border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media(prefers-reduced-motion: reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height, 75vh);overflow-y:auto}@media(min-width: 576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark{--bs-navbar-color: rgba(255, 255, 255, 0.55);--bs-navbar-hover-color: rgba(255, 255, 255, 0.75);--bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);--bs-navbar-active-color: #fff;--bs-navbar-brand-color: #fff;--bs-navbar-brand-hover-color: #fff;--bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e")}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:rgba(0,0,0,0) url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23000%27%3e%3cpath d=%27M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z%27/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.375rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(216,12,12,.25);opacity:1}.btn-close:disabled,.btn-close.disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.tooltip{--bs-tooltip-zindex: 1080;--bs-tooltip-max-width: 200px;--bs-tooltip-padding-x: 0.5rem;--bs-tooltip-padding-y: 0.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.984375rem;--bs-tooltip-color: #fff;--bs-tooltip-bg: #000;--bs-tooltip-border-radius: 0.375rem;--bs-tooltip-opacity: 0.9;--bs-tooltip-arrow-width: 0.8rem;--bs-tooltip-arrow-height: 0.4rem;z-index:var(--bs-tooltip-zindex);display:block;padding:var(--bs-tooltip-arrow-height);margin:var(--bs-tooltip-margin);font-family:"Roboto Condensed","Fira Sans Condensed",-apple-system,"BlinkMacSystemFont","Segoe UI","Roboto","Helvetica Neue","Arial","Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.28;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:rgba(0,0,0,0);border-style:solid}.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow{bottom:0}.bs-tooltip-top .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{left:0;width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-end .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{top:0}.bs-tooltip-bottom .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{right:0;width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-start .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#fff !important;background-color:RGBA(216, 12, 12, var(--bs-bg-opacity, 1)) !important}.text-bg-secondary{color:#000 !important;background-color:RGBA(255, 187, 0, var(--bs-bg-opacity, 1)) !important}.text-bg-success{color:#000 !important;background-color:RGBA(0, 171, 145, var(--bs-bg-opacity, 1)) !important}.text-bg-info{color:#fff !important;background-color:RGBA(0, 113, 235, var(--bs-bg-opacity, 1)) !important}.text-bg-warning{color:#000 !important;background-color:RGBA(255, 187, 0, var(--bs-bg-opacity, 1)) !important}.text-bg-danger{color:#fff !important;background-color:RGBA(216, 12, 12, var(--bs-bg-opacity, 1)) !important}.text-bg-light{color:#000 !important;background-color:RGBA(255, 255, 255, var(--bs-bg-opacity, 1)) !important}.text-bg-dark{color:#fff !important;background-color:RGBA(0, 0, 0, var(--bs-bg-opacity, 1)) !important}.text-bg-soft{color:#000 !important;background-color:RGBA(250, 250, 250, var(--bs-bg-opacity, 1)) !important}.link-primary{color:#d80c0c !important}.link-primary:hover,.link-primary:focus{color:#ad0a0a !important}.link-secondary{color:#fb0 !important}.link-secondary:hover,.link-secondary:focus{color:#ffc933 !important}.link-success{color:#00ab91 !important}.link-success:hover,.link-success:focus{color:#33bca7 !important}.link-info{color:#0071eb !important}.link-info:hover,.link-info:focus{color:#005abc !important}.link-warning{color:#fb0 !important}.link-warning:hover,.link-warning:focus{color:#ffc933 !important}.link-danger{color:#d80c0c !important}.link-danger:hover,.link-danger:focus{color:#ad0a0a !important}.link-light{color:#fff !important}.link-light:hover,.link-light:focus{color:#fff !important}.link-dark{color:#000 !important}.link-dark:hover,.link-dark:focus{color:#000 !important}.link-soft{color:#fafafa !important}.link-soft:hover,.link-soft:focus{color:#fbfbfb !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}.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-soft{--bs-border-opacity: 1;border-color:rgba(var(--bs-soft-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}.m-n1{margin:-0.25rem !important}.m-n2{margin:-0.5rem !important}.m-n3{margin:-1rem !important}.m-n4{margin:-1.5rem !important}.m-n5{margin:-3rem !important}.mx-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-n3{margin-right:-1rem !important;margin-left:-1rem !important}.mx-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-n5{margin-right:-3rem !important;margin-left:-3rem !important}.my-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-n3{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-n5{margin-top:-3rem !important;margin-bottom:-3rem !important}.mt-n1{margin-top:-0.25rem !important}.mt-n2{margin-top:-0.5rem !important}.mt-n3{margin-top:-1rem !important}.mt-n4{margin-top:-1.5rem !important}.mt-n5{margin-top:-3rem !important}.me-n1{margin-right:-0.25rem !important}.me-n2{margin-right:-0.5rem !important}.me-n3{margin-right:-1rem !important}.me-n4{margin-right:-1.5rem !important}.me-n5{margin-right:-3rem !important}.mb-n1{margin-bottom:-0.25rem !important}.mb-n2{margin-bottom:-0.5rem !important}.mb-n3{margin-bottom:-1rem !important}.mb-n4{margin-bottom:-1.5rem !important}.mb-n5{margin-bottom:-3rem !important}.ms-n1{margin-left:-0.25rem !important}.ms-n2{margin-left:-0.5rem !important}.ms-n3{margin-left:-1rem !important}.ms-n4{margin-left:-1.5rem !important}.ms-n5{margin-left:-3rem !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.305rem + 0.66vw) !important}.fs-2{font-size:calc(1.2825rem + 0.39vw) !important}.fs-3{font-size:1.2375rem !important}.fs-4{font-size:1.00125rem !important}.fs-5{font-size:0.7875rem !important}.fs-6{font-size:0.675rem !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:500 !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.25 !important}.lh-base{line-height:1.28 !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-soft{--bs-text-opacity: 1;color:rgba(var(--bs-soft-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-soft{--bs-bg-opacity: 1;background-color:rgba(var(--bs-soft-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{-webkit-user-select:all !important;-moz-user-select:all !important;user-select:all !important}.user-select-auto{-webkit-user-select:auto !important;-moz-user-select:auto !important;user-select:auto !important}.user-select-none{-webkit-user-select:none !important;-moz-user-select:none !important;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}.m-sm-n1{margin:-0.25rem !important}.m-sm-n2{margin:-0.5rem !important}.m-sm-n3{margin:-1rem !important}.m-sm-n4{margin:-1.5rem !important}.m-sm-n5{margin:-3rem !important}.mx-sm-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-sm-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-sm-n3{margin-right:-1rem !important;margin-left:-1rem !important}.mx-sm-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-sm-n5{margin-right:-3rem !important;margin-left:-3rem !important}.my-sm-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-sm-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-sm-n3{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-sm-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-sm-n5{margin-top:-3rem !important;margin-bottom:-3rem !important}.mt-sm-n1{margin-top:-0.25rem !important}.mt-sm-n2{margin-top:-0.5rem !important}.mt-sm-n3{margin-top:-1rem !important}.mt-sm-n4{margin-top:-1.5rem !important}.mt-sm-n5{margin-top:-3rem !important}.me-sm-n1{margin-right:-0.25rem !important}.me-sm-n2{margin-right:-0.5rem !important}.me-sm-n3{margin-right:-1rem !important}.me-sm-n4{margin-right:-1.5rem !important}.me-sm-n5{margin-right:-3rem !important}.mb-sm-n1{margin-bottom:-0.25rem !important}.mb-sm-n2{margin-bottom:-0.5rem !important}.mb-sm-n3{margin-bottom:-1rem !important}.mb-sm-n4{margin-bottom:-1.5rem !important}.mb-sm-n5{margin-bottom:-3rem !important}.ms-sm-n1{margin-left:-0.25rem !important}.ms-sm-n2{margin-left:-0.5rem !important}.ms-sm-n3{margin-left:-1rem !important}.ms-sm-n4{margin-left:-1.5rem !important}.ms-sm-n5{margin-left:-3rem !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}.m-md-n1{margin:-0.25rem !important}.m-md-n2{margin:-0.5rem !important}.m-md-n3{margin:-1rem !important}.m-md-n4{margin:-1.5rem !important}.m-md-n5{margin:-3rem !important}.mx-md-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-md-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-md-n3{margin-right:-1rem !important;margin-left:-1rem !important}.mx-md-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-md-n5{margin-right:-3rem !important;margin-left:-3rem !important}.my-md-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-md-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-md-n3{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-md-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-md-n5{margin-top:-3rem !important;margin-bottom:-3rem !important}.mt-md-n1{margin-top:-0.25rem !important}.mt-md-n2{margin-top:-0.5rem !important}.mt-md-n3{margin-top:-1rem !important}.mt-md-n4{margin-top:-1.5rem !important}.mt-md-n5{margin-top:-3rem !important}.me-md-n1{margin-right:-0.25rem !important}.me-md-n2{margin-right:-0.5rem !important}.me-md-n3{margin-right:-1rem !important}.me-md-n4{margin-right:-1.5rem !important}.me-md-n5{margin-right:-3rem !important}.mb-md-n1{margin-bottom:-0.25rem !important}.mb-md-n2{margin-bottom:-0.5rem !important}.mb-md-n3{margin-bottom:-1rem !important}.mb-md-n4{margin-bottom:-1.5rem !important}.mb-md-n5{margin-bottom:-3rem !important}.ms-md-n1{margin-left:-0.25rem !important}.ms-md-n2{margin-left:-0.5rem !important}.ms-md-n3{margin-left:-1rem !important}.ms-md-n4{margin-left:-1.5rem !important}.ms-md-n5{margin-left:-3rem !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}.m-lg-n1{margin:-0.25rem !important}.m-lg-n2{margin:-0.5rem !important}.m-lg-n3{margin:-1rem !important}.m-lg-n4{margin:-1.5rem !important}.m-lg-n5{margin:-3rem !important}.mx-lg-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-lg-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-lg-n3{margin-right:-1rem !important;margin-left:-1rem !important}.mx-lg-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-lg-n5{margin-right:-3rem !important;margin-left:-3rem !important}.my-lg-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-lg-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-lg-n3{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-lg-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-lg-n5{margin-top:-3rem !important;margin-bottom:-3rem !important}.mt-lg-n1{margin-top:-0.25rem !important}.mt-lg-n2{margin-top:-0.5rem !important}.mt-lg-n3{margin-top:-1rem !important}.mt-lg-n4{margin-top:-1.5rem !important}.mt-lg-n5{margin-top:-3rem !important}.me-lg-n1{margin-right:-0.25rem !important}.me-lg-n2{margin-right:-0.5rem !important}.me-lg-n3{margin-right:-1rem !important}.me-lg-n4{margin-right:-1.5rem !important}.me-lg-n5{margin-right:-3rem !important}.mb-lg-n1{margin-bottom:-0.25rem !important}.mb-lg-n2{margin-bottom:-0.5rem !important}.mb-lg-n3{margin-bottom:-1rem !important}.mb-lg-n4{margin-bottom:-1.5rem !important}.mb-lg-n5{margin-bottom:-3rem !important}.ms-lg-n1{margin-left:-0.25rem !important}.ms-lg-n2{margin-left:-0.5rem !important}.ms-lg-n3{margin-left:-1rem !important}.ms-lg-n4{margin-left:-1.5rem !important}.ms-lg-n5{margin-left:-3rem !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}.m-xl-n1{margin:-0.25rem !important}.m-xl-n2{margin:-0.5rem !important}.m-xl-n3{margin:-1rem !important}.m-xl-n4{margin:-1.5rem !important}.m-xl-n5{margin:-3rem !important}.mx-xl-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-xl-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-xl-n3{margin-right:-1rem !important;margin-left:-1rem !important}.mx-xl-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-xl-n5{margin-right:-3rem !important;margin-left:-3rem !important}.my-xl-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-xl-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-xl-n3{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-xl-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-xl-n5{margin-top:-3rem !important;margin-bottom:-3rem !important}.mt-xl-n1{margin-top:-0.25rem !important}.mt-xl-n2{margin-top:-0.5rem !important}.mt-xl-n3{margin-top:-1rem !important}.mt-xl-n4{margin-top:-1.5rem !important}.mt-xl-n5{margin-top:-3rem !important}.me-xl-n1{margin-right:-0.25rem !important}.me-xl-n2{margin-right:-0.5rem !important}.me-xl-n3{margin-right:-1rem !important}.me-xl-n4{margin-right:-1.5rem !important}.me-xl-n5{margin-right:-3rem !important}.mb-xl-n1{margin-bottom:-0.25rem !important}.mb-xl-n2{margin-bottom:-0.5rem !important}.mb-xl-n3{margin-bottom:-1rem !important}.mb-xl-n4{margin-bottom:-1.5rem !important}.mb-xl-n5{margin-bottom:-3rem !important}.ms-xl-n1{margin-left:-0.25rem !important}.ms-xl-n2{margin-left:-0.5rem !important}.ms-xl-n3{margin-left:-1rem !important}.ms-xl-n4{margin-left:-1.5rem !important}.ms-xl-n5{margin-left:-3rem !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}.m-xxl-n1{margin:-0.25rem !important}.m-xxl-n2{margin:-0.5rem !important}.m-xxl-n3{margin:-1rem !important}.m-xxl-n4{margin:-1.5rem !important}.m-xxl-n5{margin:-3rem !important}.mx-xxl-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-xxl-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-xxl-n3{margin-right:-1rem !important;margin-left:-1rem !important}.mx-xxl-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-xxl-n5{margin-right:-3rem !important;margin-left:-3rem !important}.my-xxl-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-xxl-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-xxl-n3{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-xxl-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-xxl-n5{margin-top:-3rem !important;margin-bottom:-3rem !important}.mt-xxl-n1{margin-top:-0.25rem !important}.mt-xxl-n2{margin-top:-0.5rem !important}.mt-xxl-n3{margin-top:-1rem !important}.mt-xxl-n4{margin-top:-1.5rem !important}.mt-xxl-n5{margin-top:-3rem !important}.me-xxl-n1{margin-right:-0.25rem !important}.me-xxl-n2{margin-right:-0.5rem !important}.me-xxl-n3{margin-right:-1rem !important}.me-xxl-n4{margin-right:-1.5rem !important}.me-xxl-n5{margin-right:-3rem !important}.mb-xxl-n1{margin-bottom:-0.25rem !important}.mb-xxl-n2{margin-bottom:-0.5rem !important}.mb-xxl-n3{margin-bottom:-1rem !important}.mb-xxl-n4{margin-bottom:-1.5rem !important}.mb-xxl-n5{margin-bottom:-3rem !important}.ms-xxl-n1{margin-left:-0.25rem !important}.ms-xxl-n2{margin-left:-0.5rem !important}.ms-xxl-n3{margin-left:-1rem !important}.ms-xxl-n4{margin-left:-1.5rem !important}.ms-xxl-n5{margin-left:-3rem !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:1.8rem !important}.fs-2{font-size:1.575rem !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}}@font-face{font-family:"the-dot-icon";font-style:normal;font-weight:400;src:url(../js/../fonts/the-dot-icon.woff2) format("woff2"),url(../js/../fonts/the-dot-icon.woff) format("woff"),url(../js/../fonts/the-dot-icon.eot) format("embedded-opentype"),url(../js/../fonts/the-dot-icon.ttf) format("truetype");font-display:block}p{margin-top:0;margin-bottom:0}p+p{margin-top:1rem}.text-vs{font-size:.28125rem}.text-sm{font-size:.5625rem}.text-sx{font-size:.84375rem}.text-sxl{font-size:.95625rem}.text-sxxl{font-size:1.0125rem}.text-sxxxl{font-size:1.06875rem}.text-md{font-size:1.125rem}.text-la{font-size:1.18125rem}.text-lb{font-size:1.2375rem}.text-lc{font-size:1.29375rem}.text-ld{font-size:1.35rem}.text-lg{font-size:1.40625rem}.text-lk{font-size:1.4625rem}.text-ln{font-size:1.575rem}.text-lx{font-size:1.6875rem}.text-xl{font-size:1.96875rem}.text-xxl{font-size:2.25rem}.text-xs-vs{font-size:.28125rem}.text-xs-sm{font-size:.5625rem}.text-xs-sx{font-size:.84375rem}.text-xs-sxl{font-size:.95625rem}.text-xs-sxxl{font-size:1.0125rem}.text-xs-sxxxl{font-size:1.06875rem}.text-xs-md{font-size:1.125rem}.text-xs-la{font-size:1.18125rem}.text-xs-lb{font-size:1.2375rem}.text-xs-lc{font-size:1.29375rem}.text-xs-ld{font-size:1.35rem}.text-xs-lg{font-size:1.40625rem}.text-xs-lk{font-size:1.4625rem}.text-xs-ln{font-size:1.575rem}.text-xs-lx{font-size:1.6875rem}.text-xs-xl{font-size:1.96875rem}.text-xs-xxl{font-size:2.25rem}@media(min-width: 576px){.text-sm-vs{font-size:.28125rem}.text-sm-sm{font-size:.5625rem}.text-sm-sx{font-size:.84375rem}.text-sm-sxl{font-size:.95625rem}.text-sm-sxxl{font-size:1.0125rem}.text-sm-sxxxl{font-size:1.06875rem}.text-sm-md{font-size:1.125rem}.text-sm-la{font-size:1.18125rem}.text-sm-lb{font-size:1.2375rem}.text-sm-lc{font-size:1.29375rem}.text-sm-ld{font-size:1.35rem}.text-sm-lg{font-size:1.40625rem}.text-sm-lk{font-size:1.4625rem}.text-sm-ln{font-size:1.575rem}.text-sm-lx{font-size:1.6875rem}.text-sm-xl{font-size:1.96875rem}.text-sm-xxl{font-size:2.25rem}}@media(min-width: 768px){.text-md-vs{font-size:.28125rem}.text-md-sm{font-size:.5625rem}.text-md-sx{font-size:.84375rem}.text-md-sxl{font-size:.95625rem}.text-md-sxxl{font-size:1.0125rem}.text-md-sxxxl{font-size:1.06875rem}.text-md-md{font-size:1.125rem}.text-md-la{font-size:1.18125rem}.text-md-lb{font-size:1.2375rem}.text-md-lc{font-size:1.29375rem}.text-md-ld{font-size:1.35rem}.text-md-lg{font-size:1.40625rem}.text-md-lk{font-size:1.4625rem}.text-md-ln{font-size:1.575rem}.text-md-lx{font-size:1.6875rem}.text-md-xl{font-size:1.96875rem}.text-md-xxl{font-size:2.25rem}}@media(min-width: 992px){.text-lg-vs{font-size:.28125rem}.text-lg-sm{font-size:.5625rem}.text-lg-sx{font-size:.84375rem}.text-lg-sxl{font-size:.95625rem}.text-lg-sxxl{font-size:1.0125rem}.text-lg-sxxxl{font-size:1.06875rem}.text-lg-md{font-size:1.125rem}.text-lg-la{font-size:1.18125rem}.text-lg-lb{font-size:1.2375rem}.text-lg-lc{font-size:1.29375rem}.text-lg-ld{font-size:1.35rem}.text-lg-lg{font-size:1.40625rem}.text-lg-lk{font-size:1.4625rem}.text-lg-ln{font-size:1.575rem}.text-lg-lx{font-size:1.6875rem}.text-lg-xl{font-size:1.96875rem}.text-lg-xxl{font-size:2.25rem}}@media(min-width: 1200px){.text-xl-vs{font-size:.28125rem}.text-xl-sm{font-size:.5625rem}.text-xl-sx{font-size:.84375rem}.text-xl-sxl{font-size:.95625rem}.text-xl-sxxl{font-size:1.0125rem}.text-xl-sxxxl{font-size:1.06875rem}.text-xl-md{font-size:1.125rem}.text-xl-la{font-size:1.18125rem}.text-xl-lb{font-size:1.2375rem}.text-xl-lc{font-size:1.29375rem}.text-xl-ld{font-size:1.35rem}.text-xl-lg{font-size:1.40625rem}.text-xl-lk{font-size:1.4625rem}.text-xl-ln{font-size:1.575rem}.text-xl-lx{font-size:1.6875rem}.text-xl-xl{font-size:1.96875rem}.text-xl-xxl{font-size:2.25rem}}@media(min-width: 1400px){.text-xxl-vs{font-size:.28125rem}.text-xxl-sm{font-size:.5625rem}.text-xxl-sx{font-size:.84375rem}.text-xxl-sxl{font-size:.95625rem}.text-xxl-sxxl{font-size:1.0125rem}.text-xxl-sxxxl{font-size:1.06875rem}.text-xxl-md{font-size:1.125rem}.text-xxl-la{font-size:1.18125rem}.text-xxl-lb{font-size:1.2375rem}.text-xxl-lc{font-size:1.29375rem}.text-xxl-ld{font-size:1.35rem}.text-xxl-lg{font-size:1.40625rem}.text-xxl-lk{font-size:1.4625rem}.text-xxl-ln{font-size:1.575rem}.text-xxl-lx{font-size:1.6875rem}.text-xxl-xl{font-size:1.96875rem}.text-xxl-xxl{font-size:2.25rem}}.list-checkmark-2{padding-left:0;font-size:1rem;line-height:1.4em;color:#000;list-style:none}.list-checkmark-2>li{vertical-align:middle;position:relative;padding-left:.4em}.list-checkmark-2>li::before{display:inline-block;width:1rem;height:1rem;margin-right:.5rem;vertical-align:-2px;font-family:"Material Icons";content:"check";color:#fb0;position:absolute;left:-1em}.list-checkmark-2>li.inactive{color:#9b9b9b}.list-checkmark-2>li.inactive::before{content:"close";color:#d4d4d4}.list-checkmark{padding-left:0;font-size:1rem;line-height:1.4em;color:#000;list-style:none}@media screen and (min-width: 1024px){.list-checkmark{font-size:1.2rem}}.list-checkmark>li{vertical-align:middle}.list-checkmark>li::before{display:inline-block;width:1rem;height:1rem;margin-right:.5rem;vertical-align:-2px;content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTYnIGhlaWdodD0nMTYnIHZpZXdCb3g9JzAgMCAxNiAxNicgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJz48cGF0aCBmaWxsPScjYWMwMDAwJyBmaWxsLXJ1bGU9J25vbnplcm8nIGQ9J004LDAgQzEyLjQxODI3OCwwIDE2LDMuNTgxNzIyIDE2LDggQzE2LDEyLjQxODI3OCAxMi40MTgyNzgsMTYgOCwxNiBDMy41ODE3MjIsMTYgMCwxMi40MTgyNzggMCw4IEMwLDMuNTgxNzIyIDMuNTgxNzIyLDAgOCwwIFogTTExLjY3MTg3NSw0LjYwOTM3NSBDMTEuNTE1NjI0Miw0LjYwOTM3NSAxMS4zODAyMDg5LDQuNjY2NjY2MDkgMTEuMjY1NjI1LDQuNzgxMjUgTDYuMTU2MjUsOS45MDYyNSBMNC44MTI1LDcuNTc4MTI1IEM0LjczOTU4Mjk3LDcuNDQyNzA3NjYgNC42Mjc2MDQ5Miw3LjM1NDE2Njg4IDQuNDc2NTYyNSw3LjMxMjUgQzQuMzI1NTIwMDgsNy4yNzA4MzMxMiA0LjE4MjI5MjM0LDcuMjg5MDYyMTEgNC4wNDY4NzUsNy4zNjcxODc1IEMzLjkxMTQ1NzY2LDcuNDQ1MzEyODkgMy44MjI5MTY4Nyw3LjU1NzI5MDk0IDMuNzgxMjUsNy43MDMxMjUgQzMuNzM5NTgzMTMsNy44NDg5NTkwNiAzLjc2MDQxNjUzLDcuOTg5NTgyNjYgMy44NDM3NSw4LjEyNSBMNS41NDY4NzUsMTEuMTA5Mzc1IEM1LjY1MTA0MjE5LDExLjI5Njg3NTkgNS44MTI0OTg5MSwxMS4zOTA2MjUgNi4wMzEyNSwxMS4zOTA2MjUgQzYuMTM1NDE3MTksMTEuMzkwNjI1IDYuMjI5MTY2MjUsMTEuMzY0NTgzNiA2LjMxMjUsMTEuMzEyNSBDNi4zNjQ1ODM1OSwxMS4yODEyNDk4IDYuNDA2MjQ5ODQsMTEuMjUwMDAwMiA2LjQzNzUsMTEuMjE4NzUgTDYuNDUzMTI1LDExLjIwMzEyNSBMMTIuMDYyNSw1LjU2MjUgQzEyLjE3NzA4MzksNS40NTgzMzI4MSAxMi4yMzQzNzUsNS4zMjgxMjU3OCAxMi4yMzQzNzUsNS4xNzE4NzUgQzEyLjIzNDM3NSw1LjAxNTYyNDIyIDEyLjE3OTY4OCw0Ljg4MjgxMzA1IDEyLjA3MDMxMjUsNC43NzM0Mzc1IEMxMS45NjA5MzcsNC42NjQwNjE5NSAxMS44MjgxMjU4LDQuNjA5Mzc1IDExLjY3MTg3NSw0LjYwOTM3NSBaJz48L3BhdGg+PC9zdmc+Cg==)}.list-checkmark>li.inactive{display:none}@media screen and (min-width: 1024px){h1,.h1{font-size:2.8125rem}h2,.h2{font-size:2.25rem}h2b,.h2b{font-size:1.6875rem}h2e,.h2e{font-size:1.40625rem}h2i,.h2i{font-size:1.29375rem}h3,.h3{font-size:1.125rem}h4,.h4{font-size:1.00125rem}h5,.h5{font-size:.7875rem}h6,.h6{font-size:.5625rem}.display-1{font-size:2.5rem}}.font-weight-xs-light{font-weight:300 !important}.font-weight-xs-lighter{font-weight:lighter !important}.font-weight-xs-normal{font-weight:400 !important}.font-weight-xs-bold{font-weight:700 !important}.font-weight-xs-bolder{font-weight:500 !important}@media(min-width: 576px){.font-weight-sm-light{font-weight:300 !important}.font-weight-sm-lighter{font-weight:lighter !important}.font-weight-sm-normal{font-weight:400 !important}.font-weight-sm-bold{font-weight:700 !important}.font-weight-sm-bolder{font-weight:500 !important}}@media(min-width: 768px){.font-weight-md-light{font-weight:300 !important}.font-weight-md-lighter{font-weight:lighter !important}.font-weight-md-normal{font-weight:400 !important}.font-weight-md-bold{font-weight:700 !important}.font-weight-md-bolder{font-weight:500 !important}}@media(min-width: 992px){.font-weight-lg-light{font-weight:300 !important}.font-weight-lg-lighter{font-weight:lighter !important}.font-weight-lg-normal{font-weight:400 !important}.font-weight-lg-bold{font-weight:700 !important}.font-weight-lg-bolder{font-weight:500 !important}}@media(min-width: 1200px){.font-weight-xl-light{font-weight:300 !important}.font-weight-xl-lighter{font-weight:lighter !important}.font-weight-xl-normal{font-weight:400 !important}.font-weight-xl-bold{font-weight:700 !important}.font-weight-xl-bolder{font-weight:500 !important}}@media(min-width: 1400px){.font-weight-xxl-light{font-weight:300 !important}.font-weight-xxl-lighter{font-weight:lighter !important}.font-weight-xxl-normal{font-weight:400 !important}.font-weight-xxl-bold{font-weight:700 !important}.font-weight-xxl-bolder{font-weight:500 !important}}.line-through{position:relative;background-color:inherit}.line-through::after{content:"";width:100%;height:2px;position:absolute;top:50%}.line-through-dark::after{background-color:#000}html,body{width:100%;height:100%}.page-wrapper{display:flex;flex-direction:column;align-items:stretch;min-height:100%}.page-wrapper>main{flex-grow:1}.page-wrapper>header,.page-wrapper>main,.page-wrapper>footer{flex-shrink:0}.border-thin{border-width:2px !important}.border-extrathin{border-width:1px !important}.border-medium{border:3px solid #a6a49d !important}.border-large{border:4px solid #a6a49d !important}.border-default{border-color:#a6a49d !important}.border-primary{border-color:#d80c0c !important}.border-highlight{border-color:#fb0 !important}.cursor-pointer{cursor:pointer !important}.cursor-move{cursor:move !important}.cursor-zoom-in{cursor:zoom-in !important}.cursor-zoom-out{cursor:zoom-out !important}.cursor-not-allowed{cursor:not-allowed !important}.cursor-auto{cursor:auto !important}.t-0{top:0 !important}.t-1{top:.25rem !important}.t-2{top:.5rem !important}.t-3{top:1rem !important}.t-4{top:1.5rem !important}.t-5{top:3rem !important}.r-0{right:0 !important}.r-1{right:.25rem !important}.r-2{right:.5rem !important}.r-3{right:1rem !important}.r-4{right:1.5rem !important}.r-5{right:3rem !important}.b-0{bottom:0 !important}.b-1{bottom:.25rem !important}.b-2{bottom:.5rem !important}.b-3{bottom:1rem !important}.b-4{bottom:1.5rem !important}.b-5{bottom:3rem !important}.l-0{left:0 !important}.l-1{left:.25rem !important}.l-2{left:.5rem !important}.l-3{left:1rem !important}.l-4{left:1.5rem !important}.l-5{left:3rem !important}.t-xs-0{top:0 !important}.t-xs-1{top:.25rem !important}.t-xs-2{top:.5rem !important}.t-xs-3{top:1rem !important}.t-xs-4{top:1.5rem !important}.t-xs-5{top:3rem !important}.r-xs-0{right:0 !important}.r-xs-1{right:.25rem !important}.r-xs-2{right:.5rem !important}.r-xs-3{right:1rem !important}.r-xs-4{right:1.5rem !important}.r-xs-5{right:3rem !important}.b-xs-0{bottom:0 !important}.b-xs-1{bottom:.25rem !important}.b-xs-2{bottom:.5rem !important}.b-xs-3{bottom:1rem !important}.b-xs-4{bottom:1.5rem !important}.b-xs-5{bottom:3rem !important}.l-xs-0{left:0 !important}.l-xs-1{left:.25rem !important}.l-xs-2{left:.5rem !important}.l-xs-3{left:1rem !important}.l-xs-4{left:1.5rem !important}.l-xs-5{left:3rem !important}@media(min-width: 576px){.t-sm-0{top:0 !important}.t-sm-1{top:.25rem !important}.t-sm-2{top:.5rem !important}.t-sm-3{top:1rem !important}.t-sm-4{top:1.5rem !important}.t-sm-5{top:3rem !important}.r-sm-0{right:0 !important}.r-sm-1{right:.25rem !important}.r-sm-2{right:.5rem !important}.r-sm-3{right:1rem !important}.r-sm-4{right:1.5rem !important}.r-sm-5{right:3rem !important}.b-sm-0{bottom:0 !important}.b-sm-1{bottom:.25rem !important}.b-sm-2{bottom:.5rem !important}.b-sm-3{bottom:1rem !important}.b-sm-4{bottom:1.5rem !important}.b-sm-5{bottom:3rem !important}.l-sm-0{left:0 !important}.l-sm-1{left:.25rem !important}.l-sm-2{left:.5rem !important}.l-sm-3{left:1rem !important}.l-sm-4{left:1.5rem !important}.l-sm-5{left:3rem !important}}@media(min-width: 768px){.t-md-0{top:0 !important}.t-md-1{top:.25rem !important}.t-md-2{top:.5rem !important}.t-md-3{top:1rem !important}.t-md-4{top:1.5rem !important}.t-md-5{top:3rem !important}.r-md-0{right:0 !important}.r-md-1{right:.25rem !important}.r-md-2{right:.5rem !important}.r-md-3{right:1rem !important}.r-md-4{right:1.5rem !important}.r-md-5{right:3rem !important}.b-md-0{bottom:0 !important}.b-md-1{bottom:.25rem !important}.b-md-2{bottom:.5rem !important}.b-md-3{bottom:1rem !important}.b-md-4{bottom:1.5rem !important}.b-md-5{bottom:3rem !important}.l-md-0{left:0 !important}.l-md-1{left:.25rem !important}.l-md-2{left:.5rem !important}.l-md-3{left:1rem !important}.l-md-4{left:1.5rem !important}.l-md-5{left:3rem !important}}@media(min-width: 992px){.t-lg-0{top:0 !important}.t-lg-1{top:.25rem !important}.t-lg-2{top:.5rem !important}.t-lg-3{top:1rem !important}.t-lg-4{top:1.5rem !important}.t-lg-5{top:3rem !important}.r-lg-0{right:0 !important}.r-lg-1{right:.25rem !important}.r-lg-2{right:.5rem !important}.r-lg-3{right:1rem !important}.r-lg-4{right:1.5rem !important}.r-lg-5{right:3rem !important}.b-lg-0{bottom:0 !important}.b-lg-1{bottom:.25rem !important}.b-lg-2{bottom:.5rem !important}.b-lg-3{bottom:1rem !important}.b-lg-4{bottom:1.5rem !important}.b-lg-5{bottom:3rem !important}.l-lg-0{left:0 !important}.l-lg-1{left:.25rem !important}.l-lg-2{left:.5rem !important}.l-lg-3{left:1rem !important}.l-lg-4{left:1.5rem !important}.l-lg-5{left:3rem !important}}@media(min-width: 1200px){.t-xl-0{top:0 !important}.t-xl-1{top:.25rem !important}.t-xl-2{top:.5rem !important}.t-xl-3{top:1rem !important}.t-xl-4{top:1.5rem !important}.t-xl-5{top:3rem !important}.r-xl-0{right:0 !important}.r-xl-1{right:.25rem !important}.r-xl-2{right:.5rem !important}.r-xl-3{right:1rem !important}.r-xl-4{right:1.5rem !important}.r-xl-5{right:3rem !important}.b-xl-0{bottom:0 !important}.b-xl-1{bottom:.25rem !important}.b-xl-2{bottom:.5rem !important}.b-xl-3{bottom:1rem !important}.b-xl-4{bottom:1.5rem !important}.b-xl-5{bottom:3rem !important}.l-xl-0{left:0 !important}.l-xl-1{left:.25rem !important}.l-xl-2{left:.5rem !important}.l-xl-3{left:1rem !important}.l-xl-4{left:1.5rem !important}.l-xl-5{left:3rem !important}}@media(min-width: 1400px){.t-xxl-0{top:0 !important}.t-xxl-1{top:.25rem !important}.t-xxl-2{top:.5rem !important}.t-xxl-3{top:1rem !important}.t-xxl-4{top:1.5rem !important}.t-xxl-5{top:3rem !important}.r-xxl-0{right:0 !important}.r-xxl-1{right:.25rem !important}.r-xxl-2{right:.5rem !important}.r-xxl-3{right:1rem !important}.r-xxl-4{right:1.5rem !important}.r-xxl-5{right:3rem !important}.b-xxl-0{bottom:0 !important}.b-xxl-1{bottom:.25rem !important}.b-xxl-2{bottom:.5rem !important}.b-xxl-3{bottom:1rem !important}.b-xxl-4{bottom:1.5rem !important}.b-xxl-5{bottom:3rem !important}.l-xxl-0{left:0 !important}.l-xxl-1{left:.25rem !important}.l-xxl-2{left:.5rem !important}.l-xxl-3{left:1rem !important}.l-xxl-4{left:1.5rem !important}.l-xxl-5{left:3rem !important}}.position-property position-xs{position:property position !important}.position-values static relative absolute fixed sticky-xs{position:values static relative absolute fixed sticky !important}@media(min-width: 576px){.position-property position-sm{position:property position !important}.position-values static relative absolute fixed sticky-sm{position:values static relative absolute fixed sticky !important}}@media(min-width: 768px){.position-property position-md{position:property position !important}.position-values static relative absolute fixed sticky-md{position:values static relative absolute fixed sticky !important}}@media(min-width: 992px){.position-property position-lg{position:property position !important}.position-values static relative absolute fixed sticky-lg{position:values static relative absolute fixed sticky !important}}@media(min-width: 1200px){.position-property position-xl{position:property position !important}.position-values static relative absolute fixed sticky-xl{position:values static relative absolute fixed sticky !important}}@media(min-width: 1400px){.position-property position-xxl{position:property position !important}.position-values static relative absolute fixed sticky-xxl{position:values static relative absolute fixed sticky !important}}.bg-xs-primary{background-color:#d80c0c !important}a.bg-xs-primary:hover,a.bg-xs-primary:focus,button.bg-xs-primary:hover,button.bg-xs-primary:focus{background-color:#a80909 !important}.text-xs-primary{color:#d80c0c !important}.text-xs-primary:hover,.text-xs-primary:focus{color:#900808 !important}.bg-xs-secondary{background-color:#fb0 !important}a.bg-xs-secondary:hover,a.bg-xs-secondary:focus,button.bg-xs-secondary:hover,button.bg-xs-secondary:focus{background-color:#cc9600 !important}.text-xs-secondary{color:#fb0 !important}.text-xs-secondary:hover,.text-xs-secondary:focus{color:#b38300 !important}.bg-xs-success{background-color:#00ab91 !important}a.bg-xs-success:hover,a.bg-xs-success:focus,button.bg-xs-success:hover,button.bg-xs-success:focus{background-color:#007866 !important}.text-xs-success{color:#00ab91 !important}.text-xs-success:hover,.text-xs-success:focus{color:#005f50 !important}.bg-xs-info{background-color:#0071eb !important}a.bg-xs-info:hover,a.bg-xs-info:focus,button.bg-xs-info:hover,button.bg-xs-info:focus{background-color:#0058b8 !important}.text-xs-info{color:#0071eb !important}.text-xs-info:hover,.text-xs-info:focus{color:#004c9f !important}.bg-xs-warning{background-color:#fb0 !important}a.bg-xs-warning:hover,a.bg-xs-warning:focus,button.bg-xs-warning:hover,button.bg-xs-warning:focus{background-color:#cc9600 !important}.text-xs-warning{color:#fb0 !important}.text-xs-warning:hover,.text-xs-warning:focus{color:#b38300 !important}.bg-xs-danger{background-color:#d80c0c !important}a.bg-xs-danger:hover,a.bg-xs-danger:focus,button.bg-xs-danger:hover,button.bg-xs-danger:focus{background-color:#a80909 !important}.text-xs-danger{color:#d80c0c !important}.text-xs-danger:hover,.text-xs-danger:focus{color:#900808 !important}.bg-xs-light{background-color:#fff !important}a.bg-xs-light:hover,a.bg-xs-light:focus,button.bg-xs-light:hover,button.bg-xs-light:focus{background-color:#e6e6e6 !important}.text-xs-light{color:#fff !important}.text-xs-light:hover,.text-xs-light:focus{color:#d9d9d9 !important}.bg-xs-dark{background-color:#000 !important}a.bg-xs-dark:hover,a.bg-xs-dark:focus,button.bg-xs-dark:hover,button.bg-xs-dark:focus{background-color:#000 !important}.text-xs-dark{color:#000 !important}.text-xs-dark:hover,.text-xs-dark:focus{color:#000 !important}.bg-xs-soft{background-color:#fafafa !important}a.bg-xs-soft:hover,a.bg-xs-soft:focus,button.bg-xs-soft:hover,button.bg-xs-soft:focus{background-color:#e1e1e1 !important}.text-xs-soft{color:#fafafa !important}.text-xs-soft:hover,.text-xs-soft:focus{color:#d4d4d4 !important}@media(min-width: 576px){.bg-sm-primary{background-color:#d80c0c !important}a.bg-sm-primary:hover,a.bg-sm-primary:focus,button.bg-sm-primary:hover,button.bg-sm-primary:focus{background-color:#a80909 !important}.text-sm-primary{color:#d80c0c !important}.text-sm-primary:hover,.text-sm-primary:focus{color:#900808 !important}.bg-sm-secondary{background-color:#fb0 !important}a.bg-sm-secondary:hover,a.bg-sm-secondary:focus,button.bg-sm-secondary:hover,button.bg-sm-secondary:focus{background-color:#cc9600 !important}.text-sm-secondary{color:#fb0 !important}.text-sm-secondary:hover,.text-sm-secondary:focus{color:#b38300 !important}.bg-sm-success{background-color:#00ab91 !important}a.bg-sm-success:hover,a.bg-sm-success:focus,button.bg-sm-success:hover,button.bg-sm-success:focus{background-color:#007866 !important}.text-sm-success{color:#00ab91 !important}.text-sm-success:hover,.text-sm-success:focus{color:#005f50 !important}.bg-sm-info{background-color:#0071eb !important}a.bg-sm-info:hover,a.bg-sm-info:focus,button.bg-sm-info:hover,button.bg-sm-info:focus{background-color:#0058b8 !important}.text-sm-info{color:#0071eb !important}.text-sm-info:hover,.text-sm-info:focus{color:#004c9f !important}.bg-sm-warning{background-color:#fb0 !important}a.bg-sm-warning:hover,a.bg-sm-warning:focus,button.bg-sm-warning:hover,button.bg-sm-warning:focus{background-color:#cc9600 !important}.text-sm-warning{color:#fb0 !important}.text-sm-warning:hover,.text-sm-warning:focus{color:#b38300 !important}.bg-sm-danger{background-color:#d80c0c !important}a.bg-sm-danger:hover,a.bg-sm-danger:focus,button.bg-sm-danger:hover,button.bg-sm-danger:focus{background-color:#a80909 !important}.text-sm-danger{color:#d80c0c !important}.text-sm-danger:hover,.text-sm-danger:focus{color:#900808 !important}.bg-sm-light{background-color:#fff !important}a.bg-sm-light:hover,a.bg-sm-light:focus,button.bg-sm-light:hover,button.bg-sm-light:focus{background-color:#e6e6e6 !important}.text-sm-light{color:#fff !important}.text-sm-light:hover,.text-sm-light:focus{color:#d9d9d9 !important}.bg-sm-dark{background-color:#000 !important}a.bg-sm-dark:hover,a.bg-sm-dark:focus,button.bg-sm-dark:hover,button.bg-sm-dark:focus{background-color:#000 !important}.text-sm-dark{color:#000 !important}.text-sm-dark:hover,.text-sm-dark:focus{color:#000 !important}.bg-sm-soft{background-color:#fafafa !important}a.bg-sm-soft:hover,a.bg-sm-soft:focus,button.bg-sm-soft:hover,button.bg-sm-soft:focus{background-color:#e1e1e1 !important}.text-sm-soft{color:#fafafa !important}.text-sm-soft:hover,.text-sm-soft:focus{color:#d4d4d4 !important}}@media(min-width: 768px){.bg-md-primary{background-color:#d80c0c !important}a.bg-md-primary:hover,a.bg-md-primary:focus,button.bg-md-primary:hover,button.bg-md-primary:focus{background-color:#a80909 !important}.text-md-primary{color:#d80c0c !important}.text-md-primary:hover,.text-md-primary:focus{color:#900808 !important}.bg-md-secondary{background-color:#fb0 !important}a.bg-md-secondary:hover,a.bg-md-secondary:focus,button.bg-md-secondary:hover,button.bg-md-secondary:focus{background-color:#cc9600 !important}.text-md-secondary{color:#fb0 !important}.text-md-secondary:hover,.text-md-secondary:focus{color:#b38300 !important}.bg-md-success{background-color:#00ab91 !important}a.bg-md-success:hover,a.bg-md-success:focus,button.bg-md-success:hover,button.bg-md-success:focus{background-color:#007866 !important}.text-md-success{color:#00ab91 !important}.text-md-success:hover,.text-md-success:focus{color:#005f50 !important}.bg-md-info{background-color:#0071eb !important}a.bg-md-info:hover,a.bg-md-info:focus,button.bg-md-info:hover,button.bg-md-info:focus{background-color:#0058b8 !important}.text-md-info{color:#0071eb !important}.text-md-info:hover,.text-md-info:focus{color:#004c9f !important}.bg-md-warning{background-color:#fb0 !important}a.bg-md-warning:hover,a.bg-md-warning:focus,button.bg-md-warning:hover,button.bg-md-warning:focus{background-color:#cc9600 !important}.text-md-warning{color:#fb0 !important}.text-md-warning:hover,.text-md-warning:focus{color:#b38300 !important}.bg-md-danger{background-color:#d80c0c !important}a.bg-md-danger:hover,a.bg-md-danger:focus,button.bg-md-danger:hover,button.bg-md-danger:focus{background-color:#a80909 !important}.text-md-danger{color:#d80c0c !important}.text-md-danger:hover,.text-md-danger:focus{color:#900808 !important}.bg-md-light{background-color:#fff !important}a.bg-md-light:hover,a.bg-md-light:focus,button.bg-md-light:hover,button.bg-md-light:focus{background-color:#e6e6e6 !important}.text-md-light{color:#fff !important}.text-md-light:hover,.text-md-light:focus{color:#d9d9d9 !important}.bg-md-dark{background-color:#000 !important}a.bg-md-dark:hover,a.bg-md-dark:focus,button.bg-md-dark:hover,button.bg-md-dark:focus{background-color:#000 !important}.text-md-dark{color:#000 !important}.text-md-dark:hover,.text-md-dark:focus{color:#000 !important}.bg-md-soft{background-color:#fafafa !important}a.bg-md-soft:hover,a.bg-md-soft:focus,button.bg-md-soft:hover,button.bg-md-soft:focus{background-color:#e1e1e1 !important}.text-md-soft{color:#fafafa !important}.text-md-soft:hover,.text-md-soft:focus{color:#d4d4d4 !important}}@media(min-width: 992px){.bg-lg-primary{background-color:#d80c0c !important}a.bg-lg-primary:hover,a.bg-lg-primary:focus,button.bg-lg-primary:hover,button.bg-lg-primary:focus{background-color:#a80909 !important}.text-lg-primary{color:#d80c0c !important}.text-lg-primary:hover,.text-lg-primary:focus{color:#900808 !important}.bg-lg-secondary{background-color:#fb0 !important}a.bg-lg-secondary:hover,a.bg-lg-secondary:focus,button.bg-lg-secondary:hover,button.bg-lg-secondary:focus{background-color:#cc9600 !important}.text-lg-secondary{color:#fb0 !important}.text-lg-secondary:hover,.text-lg-secondary:focus{color:#b38300 !important}.bg-lg-success{background-color:#00ab91 !important}a.bg-lg-success:hover,a.bg-lg-success:focus,button.bg-lg-success:hover,button.bg-lg-success:focus{background-color:#007866 !important}.text-lg-success{color:#00ab91 !important}.text-lg-success:hover,.text-lg-success:focus{color:#005f50 !important}.bg-lg-info{background-color:#0071eb !important}a.bg-lg-info:hover,a.bg-lg-info:focus,button.bg-lg-info:hover,button.bg-lg-info:focus{background-color:#0058b8 !important}.text-lg-info{color:#0071eb !important}.text-lg-info:hover,.text-lg-info:focus{color:#004c9f !important}.bg-lg-warning{background-color:#fb0 !important}a.bg-lg-warning:hover,a.bg-lg-warning:focus,button.bg-lg-warning:hover,button.bg-lg-warning:focus{background-color:#cc9600 !important}.text-lg-warning{color:#fb0 !important}.text-lg-warning:hover,.text-lg-warning:focus{color:#b38300 !important}.bg-lg-danger{background-color:#d80c0c !important}a.bg-lg-danger:hover,a.bg-lg-danger:focus,button.bg-lg-danger:hover,button.bg-lg-danger:focus{background-color:#a80909 !important}.text-lg-danger{color:#d80c0c !important}.text-lg-danger:hover,.text-lg-danger:focus{color:#900808 !important}.bg-lg-light{background-color:#fff !important}a.bg-lg-light:hover,a.bg-lg-light:focus,button.bg-lg-light:hover,button.bg-lg-light:focus{background-color:#e6e6e6 !important}.text-lg-light{color:#fff !important}.text-lg-light:hover,.text-lg-light:focus{color:#d9d9d9 !important}.bg-lg-dark{background-color:#000 !important}a.bg-lg-dark:hover,a.bg-lg-dark:focus,button.bg-lg-dark:hover,button.bg-lg-dark:focus{background-color:#000 !important}.text-lg-dark{color:#000 !important}.text-lg-dark:hover,.text-lg-dark:focus{color:#000 !important}.bg-lg-soft{background-color:#fafafa !important}a.bg-lg-soft:hover,a.bg-lg-soft:focus,button.bg-lg-soft:hover,button.bg-lg-soft:focus{background-color:#e1e1e1 !important}.text-lg-soft{color:#fafafa !important}.text-lg-soft:hover,.text-lg-soft:focus{color:#d4d4d4 !important}}@media(min-width: 1200px){.bg-xl-primary{background-color:#d80c0c !important}a.bg-xl-primary:hover,a.bg-xl-primary:focus,button.bg-xl-primary:hover,button.bg-xl-primary:focus{background-color:#a80909 !important}.text-xl-primary{color:#d80c0c !important}.text-xl-primary:hover,.text-xl-primary:focus{color:#900808 !important}.bg-xl-secondary{background-color:#fb0 !important}a.bg-xl-secondary:hover,a.bg-xl-secondary:focus,button.bg-xl-secondary:hover,button.bg-xl-secondary:focus{background-color:#cc9600 !important}.text-xl-secondary{color:#fb0 !important}.text-xl-secondary:hover,.text-xl-secondary:focus{color:#b38300 !important}.bg-xl-success{background-color:#00ab91 !important}a.bg-xl-success:hover,a.bg-xl-success:focus,button.bg-xl-success:hover,button.bg-xl-success:focus{background-color:#007866 !important}.text-xl-success{color:#00ab91 !important}.text-xl-success:hover,.text-xl-success:focus{color:#005f50 !important}.bg-xl-info{background-color:#0071eb !important}a.bg-xl-info:hover,a.bg-xl-info:focus,button.bg-xl-info:hover,button.bg-xl-info:focus{background-color:#0058b8 !important}.text-xl-info{color:#0071eb !important}.text-xl-info:hover,.text-xl-info:focus{color:#004c9f !important}.bg-xl-warning{background-color:#fb0 !important}a.bg-xl-warning:hover,a.bg-xl-warning:focus,button.bg-xl-warning:hover,button.bg-xl-warning:focus{background-color:#cc9600 !important}.text-xl-warning{color:#fb0 !important}.text-xl-warning:hover,.text-xl-warning:focus{color:#b38300 !important}.bg-xl-danger{background-color:#d80c0c !important}a.bg-xl-danger:hover,a.bg-xl-danger:focus,button.bg-xl-danger:hover,button.bg-xl-danger:focus{background-color:#a80909 !important}.text-xl-danger{color:#d80c0c !important}.text-xl-danger:hover,.text-xl-danger:focus{color:#900808 !important}.bg-xl-light{background-color:#fff !important}a.bg-xl-light:hover,a.bg-xl-light:focus,button.bg-xl-light:hover,button.bg-xl-light:focus{background-color:#e6e6e6 !important}.text-xl-light{color:#fff !important}.text-xl-light:hover,.text-xl-light:focus{color:#d9d9d9 !important}.bg-xl-dark{background-color:#000 !important}a.bg-xl-dark:hover,a.bg-xl-dark:focus,button.bg-xl-dark:hover,button.bg-xl-dark:focus{background-color:#000 !important}.text-xl-dark{color:#000 !important}.text-xl-dark:hover,.text-xl-dark:focus{color:#000 !important}.bg-xl-soft{background-color:#fafafa !important}a.bg-xl-soft:hover,a.bg-xl-soft:focus,button.bg-xl-soft:hover,button.bg-xl-soft:focus{background-color:#e1e1e1 !important}.text-xl-soft{color:#fafafa !important}.text-xl-soft:hover,.text-xl-soft:focus{color:#d4d4d4 !important}}@media(min-width: 1400px){.bg-xxl-primary{background-color:#d80c0c !important}a.bg-xxl-primary:hover,a.bg-xxl-primary:focus,button.bg-xxl-primary:hover,button.bg-xxl-primary:focus{background-color:#a80909 !important}.text-xxl-primary{color:#d80c0c !important}.text-xxl-primary:hover,.text-xxl-primary:focus{color:#900808 !important}.bg-xxl-secondary{background-color:#fb0 !important}a.bg-xxl-secondary:hover,a.bg-xxl-secondary:focus,button.bg-xxl-secondary:hover,button.bg-xxl-secondary:focus{background-color:#cc9600 !important}.text-xxl-secondary{color:#fb0 !important}.text-xxl-secondary:hover,.text-xxl-secondary:focus{color:#b38300 !important}.bg-xxl-success{background-color:#00ab91 !important}a.bg-xxl-success:hover,a.bg-xxl-success:focus,button.bg-xxl-success:hover,button.bg-xxl-success:focus{background-color:#007866 !important}.text-xxl-success{color:#00ab91 !important}.text-xxl-success:hover,.text-xxl-success:focus{color:#005f50 !important}.bg-xxl-info{background-color:#0071eb !important}a.bg-xxl-info:hover,a.bg-xxl-info:focus,button.bg-xxl-info:hover,button.bg-xxl-info:focus{background-color:#0058b8 !important}.text-xxl-info{color:#0071eb !important}.text-xxl-info:hover,.text-xxl-info:focus{color:#004c9f !important}.bg-xxl-warning{background-color:#fb0 !important}a.bg-xxl-warning:hover,a.bg-xxl-warning:focus,button.bg-xxl-warning:hover,button.bg-xxl-warning:focus{background-color:#cc9600 !important}.text-xxl-warning{color:#fb0 !important}.text-xxl-warning:hover,.text-xxl-warning:focus{color:#b38300 !important}.bg-xxl-danger{background-color:#d80c0c !important}a.bg-xxl-danger:hover,a.bg-xxl-danger:focus,button.bg-xxl-danger:hover,button.bg-xxl-danger:focus{background-color:#a80909 !important}.text-xxl-danger{color:#d80c0c !important}.text-xxl-danger:hover,.text-xxl-danger:focus{color:#900808 !important}.bg-xxl-light{background-color:#fff !important}a.bg-xxl-light:hover,a.bg-xxl-light:focus,button.bg-xxl-light:hover,button.bg-xxl-light:focus{background-color:#e6e6e6 !important}.text-xxl-light{color:#fff !important}.text-xxl-light:hover,.text-xxl-light:focus{color:#d9d9d9 !important}.bg-xxl-dark{background-color:#000 !important}a.bg-xxl-dark:hover,a.bg-xxl-dark:focus,button.bg-xxl-dark:hover,button.bg-xxl-dark:focus{background-color:#000 !important}.text-xxl-dark{color:#000 !important}.text-xxl-dark:hover,.text-xxl-dark:focus{color:#000 !important}.bg-xxl-soft{background-color:#fafafa !important}a.bg-xxl-soft:hover,a.bg-xxl-soft:focus,button.bg-xxl-soft:hover,button.bg-xxl-soft:focus{background-color:#e1e1e1 !important}.text-xxl-soft{color:#fafafa !important}.text-xxl-soft:hover,.text-xxl-soft:focus{color:#d4d4d4 !important}}.text-xs-white{color:#fff !important}.text-xs-body{color:#212529 !important}.text-xs-muted{color:#6c757d !important}.text-xs-black-50{color:rgba(0,0,0,.5) !important}.text-xs-white-50{color:rgba(255,255,255,.5) !important}.text-xs-reset{color:inherit !important}@media(min-width: 576px){.text-sm-white{color:#fff !important}.text-sm-body{color:#212529 !important}.text-sm-muted{color:#6c757d !important}.text-sm-black-50{color:rgba(0,0,0,.5) !important}.text-sm-white-50{color:rgba(255,255,255,.5) !important}.text-sm-reset{color:inherit !important}}@media(min-width: 768px){.text-md-white{color:#fff !important}.text-md-body{color:#212529 !important}.text-md-muted{color:#6c757d !important}.text-md-black-50{color:rgba(0,0,0,.5) !important}.text-md-white-50{color:rgba(255,255,255,.5) !important}.text-md-reset{color:inherit !important}}@media(min-width: 992px){.text-lg-white{color:#fff !important}.text-lg-body{color:#212529 !important}.text-lg-muted{color:#6c757d !important}.text-lg-black-50{color:rgba(0,0,0,.5) !important}.text-lg-white-50{color:rgba(255,255,255,.5) !important}.text-lg-reset{color:inherit !important}}@media(min-width: 1200px){.text-xl-white{color:#fff !important}.text-xl-body{color:#212529 !important}.text-xl-muted{color:#6c757d !important}.text-xl-black-50{color:rgba(0,0,0,.5) !important}.text-xl-white-50{color:rgba(255,255,255,.5) !important}.text-xl-reset{color:inherit !important}}@media(min-width: 1400px){.text-xxl-white{color:#fff !important}.text-xxl-body{color:#212529 !important}.text-xxl-muted{color:#6c757d !important}.text-xxl-black-50{color:rgba(0,0,0,.5) !important}.text-xxl-white-50{color:rgba(255,255,255,.5) !important}.text-xxl-reset{color:inherit !important}}.border-xs-left-none{border-left:none !important}.border-xs-right-none{border-right:none !important}.border-xs-bottom-none{border-bottom:none !important}.border-xs-top-none{border-top:none !important}@media(min-width: 576px){.border-sm-left-none{border-left:none !important}.border-sm-right-none{border-right:none !important}.border-sm-bottom-none{border-bottom:none !important}.border-sm-top-none{border-top:none !important}}@media(min-width: 768px){.border-md-left-none{border-left:none !important}.border-md-right-none{border-right:none !important}.border-md-bottom-none{border-bottom:none !important}.border-md-top-none{border-top:none !important}}@media(min-width: 992px){.border-lg-left-none{border-left:none !important}.border-lg-right-none{border-right:none !important}.border-lg-bottom-none{border-bottom:none !important}.border-lg-top-none{border-top:none !important}}@media(min-width: 1200px){.border-xl-left-none{border-left:none !important}.border-xl-right-none{border-right:none !important}.border-xl-bottom-none{border-bottom:none !important}.border-xl-top-none{border-top:none !important}}@media(min-width: 1400px){.border-xxl-left-none{border-left:none !important}.border-xxl-right-none{border-right:none !important}.border-xxl-bottom-none{border-bottom:none !important}.border-xxl-top-none{border-top:none !important}}.font-family-sans-serif{font-family:"Roboto Condensed","Fira Sans Condensed",-apple-system,"BlinkMacSystemFont","Segoe UI","Roboto","Helvetica Neue","Arial","Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important}.font-size-base{font-size:1.125rem !important}.text-transform-xs-none{text-transform:none !important}@media(min-width: 576px){.text-transform-sm-none{text-transform:none !important}}@media(min-width: 768px){.text-transform-md-none{text-transform:none !important}}@media(min-width: 992px){.text-transform-lg-none{text-transform:none !important}}@media(min-width: 1200px){.text-transform-xl-none{text-transform:none !important}}@media(min-width: 1400px){.text-transform-xxl-none{text-transform:none !important}}.btn{text-decoration:none;color:#000}.btn:focus{outline:0;box-shadow:none}.btn[class*=btn-outline-]{color:#000}.btn-xs,.btn-xxs{width:2.3rem;height:2.3rem;--bs-btn-padding-y: 0.3rem;--bs-btn-padding-x: 0.3rem;--bs-btn-font-size:0.75rem;--bs-btn-border-radius: 50%;display:flex;align-items:center;justify-content:center}.btn-xxs{width:1.84rem;height:1.84rem}.btn-outline-primary:hover{color:#fff}.btn-dark{color:#fff}.btn-default{--bs-btn-color: #000;--bs-btn-bg: #a6a49d;--bs-btn-border-color: #a6a49d;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #b3b2ac;--bs-btn-hover-border-color: #afada7;--bs-btn-focus-shadow-rgb: 141, 139, 133;--bs-btn-active-color: #000;--bs-btn-active-bg: #b8b6b1;--bs-btn-active-border-color: #afada7;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #a6a49d;--bs-btn-disabled-border-color: #a6a49d}.btn-outline-default{--bs-btn-color: #a6a49d;--bs-btn-border-color: #a6a49d;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #a6a49d;--bs-btn-hover-border-color: #a6a49d;--bs-btn-focus-shadow-rgb: 166, 164, 157;--bs-btn-active-color: #000;--bs-btn-active-bg: #a6a49d;--bs-btn-active-border-color: #a6a49d;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #a6a49d;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #a6a49d;--bs-gradient: none;background-color:#fafafa}@media screen and (min-width: 1024px){.btn-lg-lg{padding:.85rem 1.6rem;font-size:1.125rem;line-height:1.22}}.faq-link{color:#000;text-decoration:none}.faq-link:hover,.faq-link:focus{color:#d80c0c;text-decoration:none}.icon{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;line-height:1;text-decoration:none}.icon-sm{width:1rem;height:1rem}.icon-md{width:2rem;height:2rem}.icon-lg{width:3rem;height:3rem}.mdi,.tdi{display:inline-block;font-family:"Material Icons";font-size:inherit;font-style:normal;font-weight:400;text-rendering:auto;line-height:inherit;text-transform:none;word-wrap:normal;white-space:nowrap;font-feature-settings:"liga";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.tdi{font-family:the-dot-icon}.tdi-book::after{content:""}.tdi-carret-down::after{content:""}.tdi-checkbox-checked::after{content:""}.tdi-checkbox-empty::after{content:""}.tdi-checkmark-circle::after{content:""}.tdi-checkmark::after{content:""}.tdi-circle::after{content:""}.tdi-close::after{content:""}.tdi-eye::after{content:""}.tdi-folder::after{content:""}.tdi-journal::after{content:""}.tdi-devices::after{content:""}.tdi-label::after{content:""}.tdi-laptop::after{content:""}.tdi-paperclip::after{content:""}.tdi-pencil::after{content:""}.tdi-plus::after{content:""}.tdi-search::after{content:""}.tdi-user-active-premium::after{content:""}.tdi-user-active::after{content:""}.tdi-user::after{content:""}.tdi-kiosk::after{content:""}.tdi-kiosknum::after{content:""}.tdi-abo::after{content:""}.tdi-adress::after{content:""}.tdi-mail::after{content:""}.tdi-warn::after{content:""}.tdi-user-active-premium-2::after{content:""}.tdi-cadeau::after{content:""}.tdi-account::after{content:""}.tdi-multi-account::after{content:""}.tdi-carret-left::after{content:""}.tdi-carte::after{content:""}.mdi-sm{font-size:1.125rem}.tdi-sm{font-size:1.125rem}.mdi-sx{font-size:1.575rem}.tdi-sx{font-size:1.575rem}.mdi-md{font-size:1.9125rem}.tdi-md{font-size:1.9125rem}.mdi-lg{font-size:2.25rem}.tdi-lg{font-size:2.25rem}.mdi-llg{font-size:2.5000875rem}.tdi-llg{font-size:2.5000875rem}.mdi-lx{font-size:2.8125rem}.tdi-lx{font-size:2.8125rem}.mdi-xl{font-size:3.9375rem}.tdi-xl{font-size:3.9375rem}.mdi-xxl{font-size:4.5rem}.tdi-xxl{font-size:4.5rem}.mdi-xxls{font-size:5.0625rem}.tdi-xxls{font-size:5.0625rem}.mdi-xxxl{font-size:5.625rem}.tdi-xxxl{font-size:5.625rem}.mdi-xs-sm{font-size:1.125rem}.tdi-xs-sm{font-size:1.125rem}.mdi-xs-sx{font-size:1.575rem}.tdi-xs-sx{font-size:1.575rem}.mdi-xs-md{font-size:1.9125rem}.tdi-xs-md{font-size:1.9125rem}.mdi-xs-lg{font-size:2.25rem}.tdi-xs-lg{font-size:2.25rem}.mdi-xs-llg{font-size:2.5000875rem}.tdi-xs-llg{font-size:2.5000875rem}.mdi-xs-lx{font-size:2.8125rem}.tdi-xs-lx{font-size:2.8125rem}.mdi-xs-xl{font-size:3.9375rem}.tdi-xs-xl{font-size:3.9375rem}.mdi-xs-xxl{font-size:4.5rem}.tdi-xs-xxl{font-size:4.5rem}.mdi-xs-xxls{font-size:5.0625rem}.tdi-xs-xxls{font-size:5.0625rem}.mdi-xs-xxxl{font-size:5.625rem}.tdi-xs-xxxl{font-size:5.625rem}@media(min-width: 576px){.mdi-sm-sm{font-size:1.125rem}.tdi-sm-sm{font-size:1.125rem}.mdi-sm-sx{font-size:1.575rem}.tdi-sm-sx{font-size:1.575rem}.mdi-sm-md{font-size:1.9125rem}.tdi-sm-md{font-size:1.9125rem}.mdi-sm-lg{font-size:2.25rem}.tdi-sm-lg{font-size:2.25rem}.mdi-sm-llg{font-size:2.5000875rem}.tdi-sm-llg{font-size:2.5000875rem}.mdi-sm-lx{font-size:2.8125rem}.tdi-sm-lx{font-size:2.8125rem}.mdi-sm-xl{font-size:3.9375rem}.tdi-sm-xl{font-size:3.9375rem}.mdi-sm-xxl{font-size:4.5rem}.tdi-sm-xxl{font-size:4.5rem}.mdi-sm-xxls{font-size:5.0625rem}.tdi-sm-xxls{font-size:5.0625rem}.mdi-sm-xxxl{font-size:5.625rem}.tdi-sm-xxxl{font-size:5.625rem}}@media(min-width: 768px){.mdi-md-sm{font-size:1.125rem}.tdi-md-sm{font-size:1.125rem}.mdi-md-sx{font-size:1.575rem}.tdi-md-sx{font-size:1.575rem}.mdi-md-md{font-size:1.9125rem}.tdi-md-md{font-size:1.9125rem}.mdi-md-lg{font-size:2.25rem}.tdi-md-lg{font-size:2.25rem}.mdi-md-llg{font-size:2.5000875rem}.tdi-md-llg{font-size:2.5000875rem}.mdi-md-lx{font-size:2.8125rem}.tdi-md-lx{font-size:2.8125rem}.mdi-md-xl{font-size:3.9375rem}.tdi-md-xl{font-size:3.9375rem}.mdi-md-xxl{font-size:4.5rem}.tdi-md-xxl{font-size:4.5rem}.mdi-md-xxls{font-size:5.0625rem}.tdi-md-xxls{font-size:5.0625rem}.mdi-md-xxxl{font-size:5.625rem}.tdi-md-xxxl{font-size:5.625rem}}@media(min-width: 992px){.mdi-lg-sm{font-size:1.125rem}.tdi-lg-sm{font-size:1.125rem}.mdi-lg-sx{font-size:1.575rem}.tdi-lg-sx{font-size:1.575rem}.mdi-lg-md{font-size:1.9125rem}.tdi-lg-md{font-size:1.9125rem}.mdi-lg-lg{font-size:2.25rem}.tdi-lg-lg{font-size:2.25rem}.mdi-lg-llg{font-size:2.5000875rem}.tdi-lg-llg{font-size:2.5000875rem}.mdi-lg-lx{font-size:2.8125rem}.tdi-lg-lx{font-size:2.8125rem}.mdi-lg-xl{font-size:3.9375rem}.tdi-lg-xl{font-size:3.9375rem}.mdi-lg-xxl{font-size:4.5rem}.tdi-lg-xxl{font-size:4.5rem}.mdi-lg-xxls{font-size:5.0625rem}.tdi-lg-xxls{font-size:5.0625rem}.mdi-lg-xxxl{font-size:5.625rem}.tdi-lg-xxxl{font-size:5.625rem}}@media(min-width: 1200px){.mdi-xl-sm{font-size:1.125rem}.tdi-xl-sm{font-size:1.125rem}.mdi-xl-sx{font-size:1.575rem}.tdi-xl-sx{font-size:1.575rem}.mdi-xl-md{font-size:1.9125rem}.tdi-xl-md{font-size:1.9125rem}.mdi-xl-lg{font-size:2.25rem}.tdi-xl-lg{font-size:2.25rem}.mdi-xl-llg{font-size:2.5000875rem}.tdi-xl-llg{font-size:2.5000875rem}.mdi-xl-lx{font-size:2.8125rem}.tdi-xl-lx{font-size:2.8125rem}.mdi-xl-xl{font-size:3.9375rem}.tdi-xl-xl{font-size:3.9375rem}.mdi-xl-xxl{font-size:4.5rem}.tdi-xl-xxl{font-size:4.5rem}.mdi-xl-xxls{font-size:5.0625rem}.tdi-xl-xxls{font-size:5.0625rem}.mdi-xl-xxxl{font-size:5.625rem}.tdi-xl-xxxl{font-size:5.625rem}}@media(min-width: 1400px){.mdi-xxl-sm{font-size:1.125rem}.tdi-xxl-sm{font-size:1.125rem}.mdi-xxl-sx{font-size:1.575rem}.tdi-xxl-sx{font-size:1.575rem}.mdi-xxl-md{font-size:1.9125rem}.tdi-xxl-md{font-size:1.9125rem}.mdi-xxl-lg{font-size:2.25rem}.tdi-xxl-lg{font-size:2.25rem}.mdi-xxl-llg{font-size:2.5000875rem}.tdi-xxl-llg{font-size:2.5000875rem}.mdi-xxl-lx{font-size:2.8125rem}.tdi-xxl-lx{font-size:2.8125rem}.mdi-xxl-xl{font-size:3.9375rem}.tdi-xxl-xl{font-size:3.9375rem}.mdi-xxl-xxl{font-size:4.5rem}.tdi-xxl-xxl{font-size:4.5rem}.mdi-xxl-xxls{font-size:5.0625rem}.tdi-xxl-xxls{font-size:5.0625rem}.mdi-xxl-xxxl{font-size:5.625rem}.tdi-xxl-xxxl{font-size:5.625rem}}.btn .icon,.nav-link .icon{width:1.5em;height:1.5em}.btn .mdi,.btn .tdi,.nav-link .mdi,.nav-link .tdi{font-size:1.5em}.btn .icon:first-child:not(:last-child),.nav-link .icon:first-child:not(:last-child){margin-right:.8 rem}.btn .icon:last-child:not(:first-child),.nav-link .icon:last-child:not(:first-child){margin-left:.8 rem}.btn .icon:first-child:last-child,.nav-link .icon:first-child:last-child{margin-right:calc((-0.85rem / 2) - 1px);margin-left:calc((-0.85rem / 2) - 1px)}.btn .icon{vertical-align:top}.nav-link .icon{vertical-align:middle}.btn-link .icon{display:inline-block;text-decoration:none}.btn-link .icon>*{line-height:1}.menu{position:relative;display:flex;height:3rem;padding:0;margin:0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.menu::-webkit-scrollbar{display:none}@media(min-width: 992px){.menu{overflow:visible}}.menu-item{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;color:#d80c0c}@media(min-width: 992px){.menu-item.open>.menu-item-link{color:#a80909;text-decoration:none;background-color:rgba(0,0,0,0)}.menu-item.open>.menu-dropdown{display:block}}.menu-item:first-child{padding-left:0 !important}.menu-item-link{height:100%;padding:0 0;font-size:1.2375rem;font-weight:500;line-height:3rem;color:inherit;text-decoration:none;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){.menu-item-link{transition:none}}.menu-item-link:hover{color:#a80909;text-decoration:none;background-color:rgba(0,0,0,0)}.menu-item-link:focus,.menu-item-link.focus{outline:0;box-shadow:0 0 0 .25rem rgba(255,255,255,.5)}.menu-item-link.disabled,.menu-item-link:disabled{opacity:.65}.menu-item-link:not(:disabled):not(.disabled){cursor:pointer}@media(max-width: 575.98px){.menu-item-link{font-size:1rem}}.menu-dropdown{position:absolute;top:100%;left:0;z-index:1000;display:none;width:100%;padding:1.5rem 1rem;color:#212529;background-color:#e9ecef}.menu-link-list a{color:#000;text-decoration:none;font-size:.8rem}.menu-link-list.old a{color:#8c8a85;font-size:1.00125rem}.menu-link-list .menu-link-list{margin-bottom:0;margin-left:1rem;font-size:.9em}.price{font-weight:400}.price .price-integer,.price .price-currency{font-size:1.3rem;font-weight:500}@media(min-width: 768px){.price .price-integer,.price .price-currency{font-size:1.85rem}}.price .price-integer.price-description,.price .price-currency.price-description{font-size:1.2rem}.price .price-decimals{font-size:1.85rem;font-weight:500}.price .price-under-small{font-size:.8rem}.price.price-bold{font-weight:600}@media(min-width: 576px){.price.price-bold .price-integer,.price.price-bold .price-currency{font-size:3.25rem}}.price.price-small .price-integer,.price.price-small .price-currency{font-size:1.3rem}.price.price-small .price-decimals{font-size:.8em;margin-left:.1rem}@media(min-width: 576px){.price.price-small .price-integer,.price.price-small .price-currency{font-size:1.75rem}.price.price-small .price-decimals{font-size:1em}}.price-offer{font-weight:400;color:#4a4a4a}.price-offer .price-integer,.price-offer .price-currency{font-size:1.85rem;font-weight:500}.price-offer .price-integer.price-description,.price-offer .price-currency.price-description{font-size:1.2rem;color:#4a4a4a}.price-offer .price-under-small{font-size:80%}.price-offer.price-bold{font-weight:600}@media(min-width: 576px){.price-offer.price-bold .price-integer,.price-offer.price-bold .price-currency{font-size:3.25rem}}.price-offer.price-small .price-integer,.price-offer.price-small .price-currency{font-size:1.3rem}.price-offer.price-small .price-decimals{font-size:.8em;margin-left:.1rem}@media(min-width: 576px){.price-offer.price-small .price-integer,.price-offer.price-small .price-currency{font-size:1.75rem}.price-offer.price-small .price-decimals{font-size:1em}}.price-offer .price-decimals{font-size:1.85rem}.svg .fill-primary{fill:#d80c0c}.svg .fill-secondary{fill:#fb0}.svg .fill-success{fill:#00ab91}.svg .fill-info{fill:#0071eb}.svg .fill-warning{fill:#fb0}.svg .fill-danger{fill:#d80c0c}.svg .fill-light{fill:#fff}.svg .fill-dark{fill:#000}.svg .fill-soft{fill:#fafafa}.w-xs-xs{width:3rem !important}.w-xs-sm{width:8rem !important}.w-xs-md{width:9rem !important}.w-xs-lg{width:17rem !important}.w-xs-xl{width:21rem !important}.w-xs-xxl{width:28rem !important}.h-xs-xs{height:3rem !important}.h-xs-sm{height:8rem !important}.h-xs-md{height:9rem !important}.h-xs-lg{height:17rem !important}.h-xs-xl{height:21rem !important}.h-xs-xxl{height:28rem !important}@media(min-width: 576px){.w-sm-xs{width:3rem !important}}@media(min-width: 576px){.w-sm-sm{width:8rem !important}}@media(min-width: 576px){.w-sm-md{width:9rem !important}}@media(min-width: 576px){.w-sm-lg{width:17rem !important}}@media(min-width: 576px){.w-sm-xl{width:21rem !important}}@media(min-width: 576px){.w-sm-xxl{width:28rem !important}}@media(min-width: 576px){.h-sm-xs{height:3rem !important}}@media(min-width: 576px){.h-sm-sm{height:8rem !important}}@media(min-width: 576px){.h-sm-md{height:9rem !important}}@media(min-width: 576px){.h-sm-lg{height:17rem !important}}@media(min-width: 576px){.h-sm-xl{height:21rem !important}}@media(min-width: 576px){.h-sm-xxl{height:28rem !important}}@media(min-width: 768px){.w-md-xs{width:3rem !important}}@media(min-width: 768px){.w-md-sm{width:8rem !important}}@media(min-width: 768px){.w-md-md{width:9rem !important}}@media(min-width: 768px){.w-md-lg{width:17rem !important}}@media(min-width: 768px){.w-md-xl{width:21rem !important}}@media(min-width: 768px){.w-md-xxl{width:28rem !important}}@media(min-width: 768px){.h-md-xs{height:3rem !important}}@media(min-width: 768px){.h-md-sm{height:8rem !important}}@media(min-width: 768px){.h-md-md{height:9rem !important}}@media(min-width: 768px){.h-md-lg{height:17rem !important}}@media(min-width: 768px){.h-md-xl{height:21rem !important}}@media(min-width: 768px){.h-md-xxl{height:28rem !important}}@media(min-width: 992px){.w-lg-xs{width:3rem !important}}@media(min-width: 992px){.w-lg-sm{width:8rem !important}}@media(min-width: 992px){.w-lg-md{width:9rem !important}}@media(min-width: 992px){.w-lg-lg{width:17rem !important}}@media(min-width: 992px){.w-lg-xl{width:21rem !important}}@media(min-width: 992px){.w-lg-xxl{width:28rem !important}}@media(min-width: 992px){.h-lg-xs{height:3rem !important}}@media(min-width: 992px){.h-lg-sm{height:8rem !important}}@media(min-width: 992px){.h-lg-md{height:9rem !important}}@media(min-width: 992px){.h-lg-lg{height:17rem !important}}@media(min-width: 992px){.h-lg-xl{height:21rem !important}}@media(min-width: 992px){.h-lg-xxl{height:28rem !important}}@media(min-width: 1200px){.w-xl-xs{width:3rem !important}}@media(min-width: 1200px){.w-xl-sm{width:8rem !important}}@media(min-width: 1200px){.w-xl-md{width:9rem !important}}@media(min-width: 1200px){.w-xl-lg{width:17rem !important}}@media(min-width: 1200px){.w-xl-xl{width:21rem !important}}@media(min-width: 1200px){.w-xl-xxl{width:28rem !important}}@media(min-width: 1200px){.h-xl-xs{height:3rem !important}}@media(min-width: 1200px){.h-xl-sm{height:8rem !important}}@media(min-width: 1200px){.h-xl-md{height:9rem !important}}@media(min-width: 1200px){.h-xl-lg{height:17rem !important}}@media(min-width: 1200px){.h-xl-xl{height:21rem !important}}@media(min-width: 1200px){.h-xl-xxl{height:28rem !important}}@media(min-width: 1400px){.w-xxl-xs{width:3rem !important}}@media(min-width: 1400px){.w-xxl-sm{width:8rem !important}}@media(min-width: 1400px){.w-xxl-md{width:9rem !important}}@media(min-width: 1400px){.w-xxl-lg{width:17rem !important}}@media(min-width: 1400px){.w-xxl-xl{width:21rem !important}}@media(min-width: 1400px){.w-xxl-xxl{width:28rem !important}}@media(min-width: 1400px){.h-xxl-xs{height:3rem !important}}@media(min-width: 1400px){.h-xxl-sm{height:8rem !important}}@media(min-width: 1400px){.h-xxl-md{height:9rem !important}}@media(min-width: 1400px){.h-xxl-lg{height:17rem !important}}@media(min-width: 1400px){.h-xxl-xl{height:21rem !important}}@media(min-width: 1400px){.h-xxl-xxl{height:28rem !important}}.w-auto-xs{width:auto !important}.h-auto-xs{height:auto !important}@media(min-width: 576px){.w-auto-sm{width:auto !important}}@media(min-width: 576px){.h-auto-sm{height:auto !important}}@media(min-width: 768px){.w-auto-md{width:auto !important}}@media(min-width: 768px){.h-auto-md{height:auto !important}}@media(min-width: 992px){.w-auto-lg{width:auto !important}}@media(min-width: 992px){.h-auto-lg{height:auto !important}}@media(min-width: 1200px){.w-auto-xl{width:auto !important}}@media(min-width: 1200px){.h-auto-xl{height:auto !important}}@media(min-width: 1400px){.w-auto-xxl{width:auto !important}}@media(min-width: 1400px){.h-auto-xxl{height:auto !important}}.lp-alert i.material-icons,.lp-alert i.tdi{position:absolute;background:#fff;top:-1.1rem;left:.5rem;font-size:2rem;border-radius:1em;-moz-border-radius:1em;-webkit-border-radius:1em;border:.1rem solid #fff}.lp-alert i.material-icons[class^=tdi-],.lp-alert i.material-icons[class*=" tdi-"],.lp-alert i.tdi[class^=tdi-],.lp-alert i.tdi[class*=" tdi-"]{border:0px;padding:0rem .2rem;max-height:40px}.tooltip{--bs-tooltip-color: #4A4A4A !important;--bs-tooltip-bg: #fff !important;--bs-tooltip-opacity: 1 !important}.tooltip .tooltip-inner{box-shadow:0px 2px 10px 2px #d3d4d5;-webkit-box-shadow:0px 2px 10px 2px #d3d4d5;-moz-box-shadow:0px 2px 10px 2px #d3d4d5}.tooltip.avantages{--bs-tooltip-color: #fff !important;--bs-tooltip-bg: #4A4A4A !important;--bs-tooltip-padding-y: 1rem !important;--bs-tooltip-padding-x: 1rem !important;--bs-tooltip-arrow-width: 1.6rem !important;--bs-tooltip-arrow-height: 0.8rem !important}.tooltip.avantages .tooltip-inner{box-shadow:none;max-width:350px !important}body:has(div.fixed-top) .tooltip,body:has(div.sticky-paywall) .tooltip{z-index:auto}.social_media .text-header{position:relative}.social_media .text-header:after{content:"";width:1em;margin-left:.5em;border-bottom:solid 1px #000;position:absolute;top:50%;z-index:1}.social_media .text-header:before{content:"";width:1em;margin-left:-1.5em;border-bottom:solid 1px #000;position:absolute;top:50%;z-index:1}.social_media .container{display:flex;flex-direction:column;align-items:center}.social_media .container a{display:flex;justify-content:flex-start;align-items:center;border-width:1px;padding:.85rem 1.25rem}.social_media .container a+a{margin-top:.938rem}.social_media .container a.btn-fb{background-color:#1877f2;border-color:#1877f2}.social_media .container a.btn-gl{background-color:#fff;border-color:#000;color:#757575}.social_media .container a.btn-ap{background-color:#000;border-color:#000;color:#fff}.social_media .container a img{margin-right:.9em;width:24px;max-height:24px}.bg-dark-old{background-color:#262624 !important}.text-red{color:#d80c0c}.text-gdark{color:#4a4a4a}.text-green{color:#0ebe99}.text-green-3{color:#129ca5}.text-gmed{color:#9b9b9b}.text-glight{color:#d4d4d4}.bg-red{background-color:#d80c0c}.bg-gdark{background-color:#4a4a4a}.bg-gmed{background-color:#9b9b9b}.bg-glight{background-color:#d4d4d4}.bg-ylight{background-color:#ffeebc}.bg-blight{background-color:#2d3b5b}.bg-swhite{background-color:#fafafa}.fill-white{fill:#fff}.border-green-3{border-color:#129ca5 !important}.btn-inactive{--bs-btn-color: #9B9B9B;--bs-btn-bg: #9B9B9B;--bs-btn-border-color: #9B9B9B;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #aaaaaa;--bs-btn-hover-border-color: #a5a5a5;--bs-btn-focus-shadow-rgb: 155, 155, 155;--bs-btn-active-color: #000;--bs-btn-active-bg: #afafaf;--bs-btn-active-border-color: #a5a5a5;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #9B9B9B;--bs-btn-disabled-border-color: #9B9B9B}.btn-inactive,.btn-inactive:disabled{color:#fff;opacity:1}.nav-pills{overflow:auto;white-space:nowrap;flex-wrap:nowrap}.nav-pills .onglet{color:#4a4a4a;background-color:#fff;border:1px solid #4a4a4a;text-decoration:none}.nav-pills .onglet.active,.nav-pills .onglet:hover{border:1px solid #d80c0c;color:#d80c0c}.onglet-bloc{position:relative;background:#ebf2fa;border:1px solid #ebf2fa;min-height:4.861rem}.onglet-bloc:after{content:"";font-family:the-dot-icon;color:#4a4a4a;transform:rotate(-90deg);font-size:1.5em;position:absolute;cursor:pointer;right:.5em;margin:50% auto}.onglet-bloc:hover{border:1px solid #d4d4d4}.hr-light-dark{border-top:1px solid #000}.hr-lt-gd{border-top:1px solid #4a4a4a}.hr-md-gd{border-top:2px solid #4a4a4a}.hr-lg-gd{border-top:3px solid #4a4a4a}.hr-lt-gm{border-top:1px solid #9b9b9b}.hr-md-gm{border-top:2px solid #9b9b9b}.hr-lg-gm{border-top:3px solid #9b9b9b}.hr-lt-gl{border-top:1px solid #d4d4d4}.hr-md-gl{border-top:2px solid #d4d4d4}.hr-lg-gl{border-top:3px solid #d4d4d4}.hr-lt-gel{border-top:1px solid #e9ecef}.hr-md-gel{border-top:2px solid #e9ecef}.hr-lg-gel{border-top:3px solid #e9ecef}.hr-xl-gel{border-top:4px solid #e9ecef}.pipe-lt-gl:not(:last-child){border-right:1px solid #e9ecef}.bloc-type{border:1px solid #9b9b9b}.bloc-type .title{color:#fff;background-color:#9b9b9b;height:45px}.bloc-type.active{border:1px solid #d80c0c}.bloc-type.active .title{background-color:#d80c0c}.bloc-choice{border:2px solid #fb0}.bloc-choice .btn-outline-secondary{border-width:2px}.bloc-choice.border-red{border-color:#d80c0c}.recommended{font-weight:500;color:#d80c0c}.recommended-bloc{border-top:1px solid #d80c0c;border-left:1px solid #d80c0c;border-right:1px solid #d80c0c}.rounded-blocf{border-top-left-radius:.8rem !important;border-top-right-radius:.8rem !important;border-bottom-left-radius:.8rem !important;border-bottom-right-radius:.8rem !important}.blocpaiement>div:not(:last-child) .paiement-item{border-bottom:1px solid #9b9b9b}.blocpaiement .paiement-item p{cursor:default}.blocpaiement .paiement-item .promo-arrow{line-height:1rem;top:-1rem}.blocpaiement .paiement-item .promo-arrow .icon-promo{width:22px;height:12px;transform:scaleX(-1) rotate(60deg);margin-left:.4em;position:absolute}.blocpaiement .paiement-item .promo-arrow .text-promo{padding-left:2rem}.blocpaiement .paiement-item .promo-arrow *{cursor:default}.rounded-blocf-top{border-top-left-radius:.7rem !important;border-top-right-radius:.7rem !important}.rounded-blocf-bottom{border-bottom-left-radius:.8rem !important;border-bottom-right-radius:.8rem !important}.top-left{top:0;left:0}.top-center{top:0;left:50%;transform:translateX(-50%)}.top-right{top:0;right:0}.mid-left{top:50%;left:0;transform:translateY(-50%)}.mid-center{top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.mid-right{top:50%;right:0;transform:translateY(-50%)}.bottom-left{bottom:0;left:0}.bottom-center{bottom:0;left:50%;transform:translateX(-50%)}.bottom-center-auto{top:0;left:50%;transform:translateX(-50%) translateY(-50%)}.bottom-center-btn-abo{bottom:-1.2rem;left:50%;transform:translateX(-50%)}.bottom-right{bottom:0;right:0}.bottom-center-btn-abo.active>.btn-outline-secondary{color:red}#footer .list-inline li:after{content:"-";font-size:.675rem;padding-right:.25rem;padding-left:.25rem}#footer .list-inline li:last-child:after{content:""}.numberCircle{display:inline-block;line-height:0px;border-radius:50%;border:1px solid #000}.numberCircle span{display:inline-block;padding-top:50%;padding-bottom:50%;margin-left:.6rem;margin-right:.6rem}.formule-btn-fix{display:none}.formule-btn-fix.active{display:block}.abo-card{cursor:pointer}.cr-impot{background-color:#d80c0c;color:#fff;border-radius:.5rem !important;font-size:1.00125rem;padding:.1rem .5rem}@media(min-width: 768px){.lh-desc{line-height:2rem}}.souligne{text-decoration:underline}.mi_rb_check::after{content:""}.mi_rb_uncheck::after{content:""}.sticky-paywall{transition:all .5s ease}@media screen and (min-width: 768px){.sticky-paywall{min-height:123px}}.sticky-paywall .paywall-bloc>span{color:#707070}@media screen and (max-width: 767px){.sticky-paywall .paywall-bloc>span{width:100% !important;position:relative !important;display:flex;align-items:center;justify-content:center}}.sticky-paywall .paywall-bloc>span:before{content:"";width:1em;margin-left:-1.5em;border-bottom:solid 1px #d4d4d4;position:absolute;top:50%}@media screen and (max-width: 767px){.sticky-paywall .paywall-bloc>span:before{position:relative;top:auto;width:100%;margin-left:0;margin-right:.5rem}}.sticky-paywall .paywall-bloc>span:after{content:"";width:1em;margin-left:.5em;border-bottom:solid 1px #d4d4d4;position:absolute;top:50%}@media screen and (max-width: 767px){.sticky-paywall .paywall-bloc>span:after{position:relative;top:auto;width:100%;margin-right:0;margin-left:.5rem}}.sticky-paywall .paywall-bloc .btn-secondary.py-1{padding-top:.4rem !important;padding-bottom:.4rem !important}.sticky-paywall .paywall-bloc .cr-impot{white-space:nowrap !important}.sticky-paywall .paywall-bloc #changeFormValue div *:not(.cr-impot){padding:0px !important;margin:0px !important;display:inline !important}.d-icons{max-height:4.5em}@media screen and (max-width: 769px){.d-icons{max-height:3.5em}}hr{opacity:1 !important}.bg-success-opacity-1{background:rgba(0,171,145,.1)}.bg-success-opacity-2{background:rgba(0,171,145,.2)}.bg-success-opacity-3{background:rgba(0,171,145,.3)}.bg-success-opacity-4{background:rgba(0,171,145,.4)}.bg-success-opacity-5{background:rgba(0,171,145,.5)}.bg-success-opacity-6{background:rgba(0,171,145,.6)}.bg-success-opacity-7{background:rgba(0,171,145,.7)}.bg-success-opacity-8{background:rgba(0,171,145,.8)}.bg-success-opacity-9{background:rgba(0,171,145,.9)}.bg-info-opacity-1{background:rgba(0,113,235,.1)}.bg-info-opacity-2{background:rgba(0,113,235,.2)}.bg-info-opacity-3{background:rgba(0,113,235,.3)}.bg-info-opacity-4{background:rgba(0,113,235,.4)}.bg-info-opacity-5{background:rgba(0,113,235,.5)}.bg-info-opacity-6{background:rgba(0,113,235,.6)}.bg-info-opacity-7{background:rgba(0,113,235,.7)}.bg-info-opacity-8{background:rgba(0,113,235,.8)}.bg-info-opacity-9{background:rgba(0,113,235,.9)}.bg-warning-opacity-1{background:rgba(255,187,0,.1)}.bg-warning-opacity-2{background:rgba(255,187,0,.2)}.bg-warning-opacity-3{background:rgba(255,187,0,.3)}.bg-warning-opacity-4{background:rgba(255,187,0,.4)}.bg-warning-opacity-5{background:rgba(255,187,0,.5)}.bg-warning-opacity-6{background:rgba(255,187,0,.6)}.bg-warning-opacity-7{background:rgba(255,187,0,.7)}.bg-warning-opacity-8{background:rgba(255,187,0,.8)}.bg-warning-opacity-9{background:rgba(255,187,0,.9)}.bg-danger-opacity-1{background:rgba(216,12,12,.1)}.bg-danger-opacity-2{background:rgba(216,12,12,.2)}.bg-danger-opacity-3{background:rgba(216,12,12,.3)}.bg-danger-opacity-4{background:rgba(216,12,12,.4)}.bg-danger-opacity-5{background:rgba(216,12,12,.5)}.bg-danger-opacity-6{background:rgba(216,12,12,.6)}.bg-danger-opacity-7{background:rgba(216,12,12,.7)}.bg-danger-opacity-8{background:rgba(216,12,12,.8)}.bg-danger-opacity-9{background:rgba(216,12,12,.9)}button.close{padding:0;background-color:rgba(0,0,0,0);border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.info-span{background:#d3d4d5;width:1.2em;height:1.2em;border-radius:50%;color:#000;cursor:default;display:inline-block;text-indent:0;text-align:center;vertical-align:middle;line-height:0 !important;letter-spacing:0 !important}.info-span:after{content:"i";font-size:.85rem;font-style:normal;line-height:1.6em !important;letter-spacing:0 !important}@media screen and (max-width: 992px){.title-with-back{position:relative !important}}.m-fix-header{margin-top:67px}@media screen and (max-width: 767px){.m-fix-header{margin-top:55px}}
