@charset "UTF-8";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--primary-color: #002d41;--accent-color: #ff9213;--accent-pro: #13c38e;--accent-pro-light: #dcf6ee;--gray-color: #8096a0;--light-gray: #ccd5d9;--primary-color-rgb: 0, 45, 65;--accent-color-rgb: 255, 146, 19;--accent-pro-rgb: 19, 195, 142;--accent-pro-light-rgb: 220, 246, 238;--gray-color-rgb: 128, 150, 160;--light-gray-rbg: 204, 213, 217;--white-color: #ffffff;--toastify-toast-width: 768px;--image-corner-roundness: 8px;--heading-font: "DomaineDisplayNarrow";--paragraph-font: "TestDomaineText";--emphasis-font: "TestSoehne";--eyebrow-text: "SoehneBreit"}/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #0d6efd;--bs-secondary: #6c757d;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 13, 110, 253;--bs-secondary-rgb: 108, 117, 125;--bs-success-rgb: 25, 135, 84;--bs-info-rgb: 13, 202, 240;--bs-warning-rgb: 255, 193, 7;--bs-danger-rgb: 220, 53, 69;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 33, 37, 41;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-body-color-rgb: 33, 37, 41;--bs-body-bg-rgb: 255, 255, 255;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation 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, .15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size: 1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-body-bg: #fff}*,*: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;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}h1,.h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width: 1200px){h1,.h1{font-size:2.5rem}}h2,.h2{font-size:calc(1.325rem + .9vw)}@media (min-width: 1200px){h2,.h2{font-size:2rem}}h3,.h3{font-size:calc(1.3rem + .6vw)}@media (min-width: 1200px){h3,.h3{font-size:1.75rem}}h4,.h4{font-size:calc(1.275rem + .3vw)}@media (min-width: 1200px){h4,.h4{font-size:1.5rem}}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-bs-original-title]{text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small,.small{font-size:.875em}mark,.mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}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;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}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]::-webkit-calendar-picker-indicator{display:none}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 + .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-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width: 1200px){.display-6{font-size:2.5rem}}.list-unstyled,.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer:before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{width:100%;padding-right:var(--bs-gutter-x, .75rem);padding-left:var(--bs-gutter-x, .75rem);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}}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.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: .25rem}.g-1,.gy-1{--bs-gutter-y: .25rem}.g-2,.gx-2{--bs-gutter-x: .5rem}.g-2,.gy-2{--bs-gutter-y: .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: .25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: .25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: .5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: .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: .25rem}.g-md-1,.gy-md-1{--bs-gutter-y: .25rem}.g-md-2,.gx-md-2{--bs-gutter-x: .5rem}.g-md-2,.gy-md-2{--bs-gutter-y: .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: .25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: .25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: .5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: .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: .25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: .25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: .5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: .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: .25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: .25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: .5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: .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}}.table{--bs-table-bg: transparent;--bs-table-accent-bg: transparent;--bs-table-striped-color: #212529;--bs-table-striped-bg: rgba(0, 0, 0, .05);--bs-table-active-color: #212529;--bs-table-active-bg: rgba(0, 0, 0, .1);--bs-table-hover-color: #212529;--bs-table-hover-bg: rgba(0, 0, 0, .075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table>:not(caption)>*>*{padding:.5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:first-child){border-top:2px solid currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg: var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg: var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover>*{--bs-table-accent-bg: var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg: rgb(206.6, 226, 254.6);--bs-table-striped-bg: rgb(196.27, 214.7, 241.87);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(185.94, 203.4, 229.14);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(191.105, 209.05, 235.505);--bs-table-hover-color: #000;color:#000;border-color:#bacbe5}.table-secondary{--bs-table-bg: rgb(225.6, 227.4, 229);--bs-table-striped-bg: rgb(214.32, 216.03, 217.55);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(203.04, 204.66, 206.1);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(208.68, 210.345, 211.825);--bs-table-hover-color: #000;color:#000;border-color:#cbcdce}.table-success{--bs-table-bg: rgb(209, 231, 220.8);--bs-table-striped-bg: rgb(198.55, 219.45, 209.76);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(188.1, 207.9, 198.72);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(193.325, 213.675, 204.24);--bs-table-hover-color: #000;color:#000;border-color:#bcd0c7}.table-info{--bs-table-bg: rgb(206.6, 244.4, 252);--bs-table-striped-bg: rgb(196.27, 232.18, 239.4);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(185.94, 219.96, 226.8);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(191.105, 226.07, 233.1);--bs-table-hover-color: #000;color:#000;border-color:#badce3}.table-warning{--bs-table-bg: rgb(255, 242.6, 205.4);--bs-table-striped-bg: rgb(242.25, 230.47, 195.13);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(229.5, 218.34, 184.86);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(235.875, 224.405, 189.995);--bs-table-hover-color: #000;color:#000;border-color:#e6dab9}.table-danger{--bs-table-bg: rgb(248, 214.6, 217.8);--bs-table-striped-bg: rgb(235.6, 203.87, 206.91);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(223.2, 193.14, 196.02);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(229.4, 198.505, 201.465);--bs-table-hover-color: #000;color:#000;border-color:#dfc1c4}.table-light{--bs-table-bg: #f8f9fa;--bs-table-striped-bg: rgb(235.6, 236.55, 237.5);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(223.2, 224.1, 225);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(229.4, 230.325, 231.25);--bs-table-hover-color: #000;color:#000;border-color:#dfe0e1}.table-dark{--bs-table-bg: #212529;--bs-table-striped-bg: rgb(44.1, 47.9, 51.7);--bs-table-striped-color: #fff;--bs-table-active-bg: rgb(55.2, 58.8, 62.4);--bs-table-active-color: #fff;--bs-table-hover-bg: rgb(49.65, 53.35, 57.05);--bs-table-hover-color: #fff;color:#fff;border-color:#373b3e}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width: 575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:#6c757d}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-control::-webkit-file-upload-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;margin-inline-end:.5rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{width:3rem;height:auto;padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:.25rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:.2rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:.3rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check[disabled]+.btn,.btn-check:disabled+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #0d6efd40}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #0d6efd40}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion: reduce){.form-floating>label{transition:none}}.form-floating>.form-control{padding:1rem .75rem}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translate(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translate(.15rem)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.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:1.25rem;border-radius:.3rem}.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:.875rem;border-radius:.2rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3){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),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:#198754e6;border-radius:.25rem}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem #19875440}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .form-select:valid,.form-select.is-valid{border-color:#198754}.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem #19875440}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:#198754}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:#198754}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 .25rem #19875440}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.was-validated .input-group .form-control:valid,.input-group .form-control.is-valid,.was-validated .input-group .form-select:valid,.input-group .form-select.is-valid{z-index:1}.was-validated .input-group .form-control:valid:focus,.input-group .form-control.is-valid:focus,.was-validated .input-group .form-select:valid:focus,.input-group .form-select.is-valid:focus{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:#dc3545e6;border-radius:.25rem}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem #dc354540}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .form-select:invalid,.form-select.is-invalid{border-color:#dc3545}.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem #dc354540}.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:#dc3545}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:#dc3545}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 .25rem #dc354540}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.was-validated .input-group .form-control:invalid,.input-group .form-control.is-invalid,.was-validated .input-group .form-select:invalid,.input-group .form-select.is-invalid{z-index:2}.was-validated .input-group .form-control:invalid:focus,.input-group .form-control.is-invalid:focus,.was-validated .input-group .form-select:invalid:focus,.input-group .form-select.is-invalid:focus{z-index:3}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;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:#212529}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.btn:disabled,.btn.disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-primary:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca}.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:#0b5ed7;border-color:#0a58ca;box-shadow:0 0 0 .25rem #3184fd80}.btn-check:checked+.btn-primary,.btn-check:active+.btn-primary,.btn-primary:active,.btn-primary.active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0a58ca;border-color:#0a53be}.btn-check:checked+.btn-primary:focus,.btn-check:active+.btn-primary:focus,.btn-primary:active:focus,.btn-primary.active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem #3184fd80}.btn-primary:disabled,.btn-primary.disabled{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64}.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#fff;background-color:#5c636a;border-color:#565e64;box-shadow:0 0 0 .25rem #828a9180}.btn-check:checked+.btn-secondary,.btn-check:active+.btn-secondary,.btn-secondary:active,.btn-secondary.active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#565e64;border-color:#51585e}.btn-check:checked+.btn-secondary:focus,.btn-check:active+.btn-secondary:focus,.btn-secondary:active:focus,.btn-secondary.active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem #828a9180}.btn-secondary:disabled,.btn-secondary.disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-success{color:#fff;background-color:#198754;border-color:#198754}.btn-success:hover{color:#fff;background-color:#157347;border-color:#146c43}.btn-check:focus+.btn-success,.btn-success:focus{color:#fff;background-color:#157347;border-color:#146c43;box-shadow:0 0 0 .25rem #3c996e80}.btn-check:checked+.btn-success,.btn-check:active+.btn-success,.btn-success:active,.btn-success.active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#146c43;border-color:#13653f}.btn-check:checked+.btn-success:focus,.btn-check:active+.btn-success:focus,.btn-success:active:focus,.btn-success.active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem #3c996e80}.btn-success:disabled,.btn-success.disabled{color:#fff;background-color:#198754;border-color:#198754}.btn-info{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}.btn-check:focus+.btn-info,.btn-info:focus{color:#000;background-color:#31d2f2;border-color:#25cff2;box-shadow:0 0 0 .25rem #0baccc80}.btn-check:checked+.btn-info,.btn-check:active+.btn-info,.btn-info:active,.btn-info.active,.show>.btn-info.dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2}.btn-check:checked+.btn-info:focus,.btn-check:active+.btn-info:focus,.btn-info:active:focus,.btn-info.active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem #0baccc80}.btn-info:disabled,.btn-info.disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-warning{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}.btn-check:focus+.btn-warning,.btn-warning:focus{color:#000;background-color:#ffca2c;border-color:#ffc720;box-shadow:0 0 0 .25rem #d9a40680}.btn-check:checked+.btn-warning,.btn-check:active+.btn-warning,.btn-warning:active,.btn-warning.active,.show>.btn-warning.dropdown-toggle{color:#000;background-color:#ffcd39;border-color:#ffc720}.btn-check:checked+.btn-warning:focus,.btn-check:active+.btn-warning:focus,.btn-warning:active:focus,.btn-warning.active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem #d9a40680}.btn-warning:disabled,.btn-warning.disabled{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#bb2d3b;border-color:#b02a37}.btn-check:focus+.btn-danger,.btn-danger:focus{color:#fff;background-color:#bb2d3b;border-color:#b02a37;box-shadow:0 0 0 .25rem #e1536180}.btn-check:checked+.btn-danger,.btn-check:active+.btn-danger,.btn-danger:active,.btn-danger.active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#b02a37;border-color:#a52834}.btn-check:checked+.btn-danger:focus,.btn-check:active+.btn-danger:focus,.btn-danger:active:focus,.btn-danger.active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem #e1536180}.btn-danger:disabled,.btn-danger.disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-light{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:focus+.btn-light,.btn-light:focus{color:#000;background-color:#f9fafb;border-color:#f9fafb;box-shadow:0 0 0 .25rem #d3d4d580}.btn-check:checked+.btn-light,.btn-check:active+.btn-light,.btn-light:active,.btn-light.active,.show>.btn-light.dropdown-toggle{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:checked+.btn-light:focus,.btn-check:active+.btn-light:focus,.btn-light:active:focus,.btn-light.active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem #d3d4d580}.btn-light:disabled,.btn-light.disabled{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-dark{color:#fff;background-color:#212529;border-color:#212529}.btn-dark:hover{color:#fff;background-color:#1c1f23;border-color:#1a1e21}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#1c1f23;border-color:#1a1e21;box-shadow:0 0 0 .25rem #42464980}.btn-check:checked+.btn-dark,.btn-check:active+.btn-dark,.btn-dark:active,.btn-dark.active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1a1e21;border-color:#191c1f}.btn-check:checked+.btn-dark:focus,.btn-check:active+.btn-dark:focus,.btn-dark:active:focus,.btn-dark.active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem #42464980}.btn-dark:disabled,.btn-dark.disabled{color:#fff;background-color:#212529;border-color:#212529}.btn-outline-primary{color:#0d6efd;border-color:#0d6efd}.btn-outline-primary:hover{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem #0d6efd80}.btn-check:checked+.btn-outline-primary,.btn-check:active+.btn-outline-primary,.btn-outline-primary:active,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:checked+.btn-outline-primary:focus,.btn-check:active+.btn-outline-primary:focus,.btn-outline-primary:active:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem #0d6efd80}.btn-outline-primary:disabled,.btn-outline-primary.disabled{color:#0d6efd;background-color:transparent}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem #6c757d80}.btn-check:checked+.btn-outline-secondary,.btn-check:active+.btn-outline-secondary,.btn-outline-secondary:active,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:checked+.btn-outline-secondary:focus,.btn-check:active+.btn-outline-secondary:focus,.btn-outline-secondary:active:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem #6c757d80}.btn-outline-secondary:disabled,.btn-outline-secondary.disabled{color:#6c757d;background-color:transparent}.btn-outline-success{color:#198754;border-color:#198754}.btn-outline-success:hover{color:#fff;background-color:#198754;border-color:#198754}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem #19875480}.btn-check:checked+.btn-outline-success,.btn-check:active+.btn-outline-success,.btn-outline-success:active,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show{color:#fff;background-color:#198754;border-color:#198754}.btn-check:checked+.btn-outline-success:focus,.btn-check:active+.btn-outline-success:focus,.btn-outline-success:active:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem #19875480}.btn-outline-success:disabled,.btn-outline-success.disabled{color:#198754;background-color:transparent}.btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}.btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem #0dcaf080}.btn-check:checked+.btn-outline-info,.btn-check:active+.btn-outline-info,.btn-outline-info:active,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:checked+.btn-outline-info:focus,.btn-check:active+.btn-outline-info:focus,.btn-outline-info:active:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem #0dcaf080}.btn-outline-info:disabled,.btn-outline-info.disabled{color:#0dcaf0;background-color:transparent}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem #ffc10780}.btn-check:checked+.btn-outline-warning,.btn-check:active+.btn-outline-warning,.btn-outline-warning:active,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:checked+.btn-outline-warning:focus,.btn-check:active+.btn-outline-warning:focus,.btn-outline-warning:active:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem #ffc10780}.btn-outline-warning:disabled,.btn-outline-warning.disabled{color:#ffc107;background-color:transparent}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem #dc354580}.btn-check:checked+.btn-outline-danger,.btn-check:active+.btn-outline-danger,.btn-outline-danger:active,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:checked+.btn-outline-danger:focus,.btn-check:active+.btn-outline-danger:focus,.btn-outline-danger:active:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem #dc354580}.btn-outline-danger:disabled,.btn-outline-danger.disabled{color:#dc3545;background-color:transparent}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem #f8f9fa80}.btn-check:checked+.btn-outline-light,.btn-check:active+.btn-outline-light,.btn-outline-light:active,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:checked+.btn-outline-light:focus,.btn-check:active+.btn-outline-light:focus,.btn-outline-light:active:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem #f8f9fa80}.btn-outline-light:disabled,.btn-outline-light.disabled{color:#f8f9fa;background-color:transparent}.btn-outline-dark{color:#212529;border-color:#212529}.btn-outline-dark:hover{color:#fff;background-color:#212529;border-color:#212529}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem #21252980}.btn-check:checked+.btn-outline-dark,.btn-check:active+.btn-outline-dark,.btn-outline-dark:active,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show{color:#fff;background-color:#212529;border-color:#212529}.btn-check:checked+.btn-outline-dark:focus,.btn-check:active+.btn-outline-dark:focus,.btn-outline-dark:active:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem #21252980}.btn-outline-dark:disabled,.btn-outline-dark.disabled{color:#212529;background-color:transparent}.btn-link{font-weight:400;color:#0d6efd;text-decoration:underline}.btn-link:hover{color:#0a58ca}.btn-link:disabled,.btn-link.disabled{color:#6c757d}.btn-lg,.btn-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.btn-sm,.btn-group-sm>.btn{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.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}}.dropup,.dropend,.dropdown,.dropstart{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position: start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position: end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width: 576px){.dropdown-menu-sm-start{--bs-position: start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position: end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width: 768px){.dropdown-menu-md-start{--bs-position: start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position: end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width: 992px){.dropdown-menu-lg-start{--bs-position: start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position: end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width: 1200px){.dropdown-menu-xl-start{--bs-position: start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position: end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width: 1400px){.dropdown-menu-xxl-start{--bs-position: start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position: end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle:after{display:none}.dropstart .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:hover,.dropdown-item:focus{color:#1e2125;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:#00000026}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:hover,.dropdown-menu-dark .dropdown-item:focus{color:#fff;background-color:#ffffff26}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#0d6efd}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:#00000026}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.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>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child){margin-left:-1px}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.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:.5625rem;padding-left:.5625rem}.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:.375rem;padding-left:.375rem}.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:-1px}.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}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;color:#0d6efd;text-decoration:none;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:#0a58ca}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background:none;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:none;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#0d6efd}.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{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.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:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow .15s ease-in-out}@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 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;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:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler,.navbar-expand-sm .offcanvas-header{display:none}.navbar-expand-sm .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-sm .offcanvas-top,.navbar-expand-sm .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}.navbar-expand-sm .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:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler,.navbar-expand-md .offcanvas-header{display:none}.navbar-expand-md .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-md .offcanvas-top,.navbar-expand-md .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}.navbar-expand-md .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:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler,.navbar-expand-lg .offcanvas-header{display:none}.navbar-expand-lg .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-lg .offcanvas-top,.navbar-expand-lg .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}.navbar-expand-lg .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:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler,.navbar-expand-xl .offcanvas-header{display:none}.navbar-expand-xl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xl .offcanvas-top,.navbar-expand-xl .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}.navbar-expand-xl .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:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler,.navbar-expand-xxl .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xxl .offcanvas-top,.navbar-expand-xxl .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}.navbar-expand-xxl .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:.5rem;padding-left:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler,.navbar-expand .offcanvas-header{display:none}.navbar-expand .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand .offcanvas-top,.navbar-expand .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}.navbar-expand .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-light .navbar-brand{color:#000000e6}.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{color:#000000e6}.navbar-light .navbar-nav .nav-link{color:#0000008c}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{color:#000000b3}.navbar-light .navbar-nav .nav-link.disabled{color:#0000004d}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .nav-link.active{color:#000000e6}.navbar-light .navbar-toggler{color:#0000008c;border-color:#0000001a}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:#0000008c}.navbar-light .navbar-text a,.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:#000000e6}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#fff}.navbar-dark .navbar-nav .nav-link{color:#ffffff8c}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{color:#ffffffbf}.navbar-dark .navbar-nav .nav-link.disabled{color:#ffffff40}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .nav-link.active{color:#fff}.navbar-dark .navbar-toggler{color:#ffffff8c;border-color:#ffffff1a}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:#ffffff8c}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:#00000008;border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.5rem 1rem;background-color:#00000008;border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.5rem;margin-bottom:-.5rem;margin-left:-.5rem;border-bottom:0}.card-header-pills{margin-right:-.5rem;margin-left:-.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-top,.card-img-bottom{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-group>.card{margin-bottom:.75rem}@media (min-width: 576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;text-align:left;background-color:#fff;border:0;border-radius:0;overflow-anchor: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,border-radius .15s ease}@media (prefers-reduced-motion: reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:#0c63e4;background-color:#e7f1ff;box-shadow:inset 0 -1px #00000020}.accordion-button:not(.collapsed):after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%2811.7, 99, 227.7%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transform:rotate(-180deg)}.accordion-button:after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media (prefers-reduced-motion: reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.accordion-header{margin-bottom:0}.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{display:flex;flex-wrap:wrap;padding:0;margin-bottom:1rem;list-style:none}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:.5rem;color:#6c757d;content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#0d6efd;text-decoration:none;background-color:#fff;border:1px solid #dee2e6;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){.page-link{transition:none}}.page-link:hover{z-index:2;color:#0a58ca;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;color:#0a58ca;background-color:#e9ecef;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{color:#084298;background-color:#cfe2ff;border-color:#b6d4fe}.alert-primary .alert-link{color:#063579}.alert-secondary{color:#41464b;background-color:#e2e3e5;border-color:#d3d6d8}.alert-secondary .alert-link{color:#34383c}.alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.alert-success .alert-link{color:#0c4128}.alert-info{color:#055160;background-color:#cff4fc;border-color:#b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.alert-danger .alert-link{color:#6a1921}.alert-light{color:#636464;background-color:#fefefe;border-color:#fdfdfe}.alert-light .alert-link{color:#4f5050}.alert-dark{color:#141619;background-color:#d3d3d4;border-color:#bcbebf}.alert-dark .alert-link{color:#101214}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#0d6efd;transition:width .6s ease}@media (prefers-reduced-motion: reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion: reduce){.progress-bar-animated{animation:none}}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>li:before{content:counters(section,".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#212529;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width: 576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#084298;background-color:#cfe2ff}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#084298;background-color:#bacbe5}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298}.list-group-item-secondary{color:#41464b;background-color:#e2e3e5}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#41464b;background-color:#cbcdce}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}.list-group-item-success{color:#0f5132;background-color:#d1e7dd}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#0f5132;background-color:#bcd0c7}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#664d03;background-color:#fff3cd}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#664d03;background-color:#e6dab9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.list-group-item-danger{color:#842029;background-color:#f8d7da}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#842029;background-color:#dfc1c4}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.list-group-item-light{color:#636464;background-color:#fefefe}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#636464;background-color:#e4e4e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}.list-group-item-dark{color:#141619;background-color:#d3d3d4}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#141619;background-color:#bebebf}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem #0d6efd40;opacity:1}.btn-close:disabled,.btn-close.disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:#ffffffd9;background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem #00000026;border-radius:.25rem}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:.75rem}.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#6c757d;background-color:#ffffffd9;background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.modal{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media (prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .btn-close{padding:.5rem;margin:-.5rem -.5rem -.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}@media (min-width: 576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width: 992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width: 1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width: 575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width: 767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width: 991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width: 1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width: 1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[data-popper-placement^=top]{padding:.4rem 0}.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:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-end,.bs-tooltip-auto[data-popper-placement^=right]{padding:0 .4rem}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-end .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-bottom,.bs-tooltip-auto[data-popper-placement^=bottom]{padding:.4rem 0}.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 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-start,.bs-tooltip-auto[data-popper-placement^=left]{padding:0 .4rem}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-start .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow:before,.popover .popover-arrow:after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-top>.popover-arrow,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-top>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:#00000040}.bs-popover-top>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-end>.popover-arrow,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-end>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:#00000040}.bs-popover-end>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-bottom>.popover-arrow,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-bottom>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:#00000040}.bs-popover-bottom>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-bottom .popover-header:before,.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid rgb(239.7,239.7,239.7)}.bs-popover-start>.popover-arrow,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-start>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:#00000040}.bs-popover-start>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid rgba(0,0,0,.2);border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion: reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-start),.active.carousel-item-end{transform:translate(100%)}.carousel-item-prev:not(.carousel-item-end),.active.carousel-item-start{transform:translate(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion: reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-prev-icon,.carousel-dark .carousel-control-next-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentColor;border-radius:50%;opacity:0;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion: reduce){.spinner-border,.spinner-grow{animation-duration:1.5s}}.offcanvas{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media (prefers-reduced-motion: reduce){.offcanvas{transition:none}}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem}.offcanvas-header .btn-close{padding:.5rem;margin-top:-.5rem;margin-right:-.5rem;margin-bottom:-.5rem}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:1rem;overflow-y:auto}.offcanvas-start{top:0;left:0;width:400px;border-right:1px solid rgba(0,0,0,.2);transform:translate(-100%)}.offcanvas-end{top:0;right:0;width:400px;border-left:1px solid rgba(0,0,0,.2);transform:translate(100%)}.offcanvas-top{top:0;right:0;left:0;height:30vh;max-height:100%;border-bottom:1px solid rgba(0,0,0,.2);transform:translateY(-100%)}.offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:1px solid rgba(0,0,0,.2);transform:translateY(100%)}.offcanvas.show{transform:none}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentColor;opacity:.5}.placeholder.btn:before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,#000c,#000 95%);mask-image:linear-gradient(130deg,#000 55%,#000c,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{to{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}@font-face{font-family:DomaineDisplayNarrow;src:url(/assets/fonts/DomaineDisplayNarrow-CRLnZUOD.otf);font-display:swap}@font-face{font-family:TestDomaineText;src:url(/assets/fonts/TestDomaineText-GhoHrgy3.otf);font-weight:400;font-display:swap}@font-face{font-family:TestDomaineText;src:url(/assets/fonts/TestDomaineTextBold-yBlyR0h_.otf);font-weight:700;font-display:swap}@font-face{font-family:TestSoehne;src:url(/assets/fonts/TestSoehne-DqzwGKwt.otf);font-weight:400;font-display:swap}@font-face{font-family:TestSoehne;src:url(/assets/fonts/TestSohneBold-B9pKQCmO.otf);font-weight:700;font-display:swap}@font-face{font-family:SoehneBreit;src:url(/assets/fonts/SoehneBreit-CP1wwa9I.otf);font-display:swap}/*!
 * Bootstrap Utilities v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */.clearfix:after{display:block;clear:both;content:""}.link-primary{color:#0d6efd}.link-primary:hover,.link-primary:focus{color:#0a58ca}.link-secondary{color:#6c757d}.link-secondary:hover,.link-secondary:focus{color:#565e64}.link-success{color:#198754}.link-success:hover,.link-success:focus{color:#146c43}.link-info{color:#0dcaf0}.link-info:hover,.link-info:focus{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:hover,.link-warning:focus{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:hover,.link-danger:focus{color:#b02a37}.link-light{color:#f8f9fa}.link-light:hover,.link-light:focus{color:#f9fafb}.link-dark{color:#212529}.link-dark:hover,.link-dark:focus{color:#1a1e21}.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}@media (min-width: 576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}}@media (min-width: 768px){.sticky-md-top{position:sticky;top:0;z-index:1020}}@media (min-width: 992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}}@media (min-width: 1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}}@media (min-width: 1400px){.sticky-xxl-top{position:sticky;top: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 #00000026!important}.shadow-sm{box-shadow:0 .125rem .25rem #00000013!important}.shadow-lg{box-shadow:0 1rem 3rem #0000002d!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:translate(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important}.border-start-0{border-left:0!important}.border-primary{border-color:#0d6efd!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#198754!important}.border-info{border-color:#0dcaf0!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#212529!important}.border-white{border-color:#fff!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.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}.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}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity: 1;color:#6c757d!important}.text-black-50{--bs-text-opacity: 1;color:#00000080!important}.text-white-50{--bs-text-opacity: 1;color:#ffffff80!important}.text-reset{--bs-text-opacity: 1;color:inherit!important}.text-opacity-25{--bs-text-opacity: .25}.text-opacity-50{--bs-text-opacity: .5}.text-opacity-75{--bs-text-opacity: .75}.text-opacity-100{--bs-text-opacity: 1}.bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity: 1;background-color:transparent!important}.bg-opacity-10{--bs-bg-opacity: .1}.bg-opacity-25{--bs-bg-opacity: .25}.bg-opacity-50{--bs-bg-opacity: .5}.bg-opacity-75{--bs-bg-opacity: .75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-end{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-start{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!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}.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}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.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}.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}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.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}.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}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.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}.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}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.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}.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}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width: 1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}.btn{color:#fff;box-sizing:border-box;font-family:var(--emphasis-font);font-size:21px;line-height:25px;font-weight:700;width:fit-content;padding:8px 20px 10px;border-radius:100px;display:flex;align-items:center;text-align:center;justify-content:center;border:1px solid transparent;white-space:nowrap}.btn:hover,.btn:focus,.btn:active:focus{background-color:var(--white-color);box-shadow:unset;border:1px solid}.btn.dropdown-toggle{justify-content:unset}@media (max-width: 767.98px){.btn{font-size:20px;line-height:23px}}.small-btn{padding:10px 20px;font-size:19px;line-height:22px}.large-btn{padding:13px 20px 15px;font-size:21px;line-height:25px}.primary-btn,.primary-btn:disabled{background:var(--primary-color);border:1px solid var(--primary-color)}.primary-btn:hover,.primary-btn:focus,.primary-btn:disabled:hover,.primary-btn:disabled:focus{color:var(--primary-color)}.orange-btn,.orange-btn:disabled{background:var(--accent-color);border:1px solid var(--accent-color)}.orange-btn:hover,.orange-btn:focus,.orange-btn:disabled:hover,.orange-btn:disabled:focus{color:var(--accent-color)}.gray-btn,.gray-btn:disabled{background:var(--gray-color);border:1px solid var(--gray-color)}.gray-btn:hover,.gray-btn:focus,.gray-btn:disabled:hover,.gray-btn:disabled:focus{color:var(--gray-color)}.pro-btn,.pro-btn:disabled{background:var(--accent-pro);border:1px solid var(--accent-pro)}.pro-btn:hover,.pro-btn:focus,.pro-btn:disabled:hover,.pro-btn:disabled:focus{color:var(--accent-pro)}.form-control,.form-select{width:100%;border-radius:100px;border:1px solid var(--light-gray);font-family:var(--emphasis-font);padding:10px 20px}.form-control:focus,.form-select:focus{border-color:var(--primary-color);box-shadow:unset}.form-control{font-size:19px;line-height:22px}@media (max-width: 767.98px){.form-control{font-size:17px;line-height:20px}}.form-select{cursor:pointer;font-size:18px}@media (max-width: 767.98px){.form-select{font-size:16px}}.input-text{box-sizing:border-box}.input-text input{width:100%;border:1px solid var(--primary-color);border-radius:100px;font-family:var(--emphasis-font);padding:10px 20px;font-size:19px;line-height:22px}.eyebrow-text{font-family:var(--eyebrow-text);font-size:22px;letter-spacing:.05em;text-transform:uppercase;color:var(--accent-color)}@media (max-width: 767.98px){.eyebrow-text{font-size:19px}}.container{margin:auto}.orange-noise-bg{background:linear-gradient(180deg,rgba(var(--accent-color-rgb),.25),rgba(var(--accent-color-rgb),0) 158.8%)}.primary-bg{background-color:var(--primary-color)}.accent-pro-bg{background:linear-gradient(180deg,rgba(var(--accent-pro-light-rgb),1),rgba(var(--accent-pro-light-rgb),.2) 151.05%)}.light-gray-bg{background-color:var(--light-gray)}.arrow-prev-icon circle{color:var(--white-color)}.arrow-prev-icon path{color:var(--primary-color)}.arrow-prev-icon.active{opacity:1}.rotate-180{transform:rotate(180deg);top:calc(50% - 20px)}.arrow-center-mode{opacity:.25;transition:opacity .5s ease;width:40px;height:auto}.arrow-center-mode circle{color:var(--primary-color)}.arrow-center-mode path{color:var(--white-color)}.arrow-center-mode:hover{opacity:1}form{color:var(--primary-color)}form label{font-family:var(--emphasis-font);font-weight:bolder;font-size:18px;line-height:24px;letter-spacing:.02em}form label.required:after{content:"*";color:#c31333;margin-left:4px}@media (max-width: 767.98px){form label{font-size:17px;line-height:24px}}form .form-text{font-family:var(--emphasis-font);font-style:normal;font-weight:400;font-size:18px;line-height:29px;color:var(--primary-color)}body{font-family:var(--paragraph-font);color:var(--primary-color);font-size:19px;line-height:1.2}body h1,body .h1,body h2,body .h2,body h3,body .h3,body h4,body .h4,body h5,body .h5,body h6 p,body .h6 p,body a{font-style:normal;margin:0;padding:0}body h1,body .h1,body h2,body .h2,body h3,body .h3,body h4,body .h4,body h5,body .h5,body h6,body .h6{font-family:var(--heading-font)}body h1,body .h1{font-size:72px;line-height:75px}@media (max-width: 767.98px){body h1,body .h1{font-size:50px;line-height:51px}}body h2,body .h2{font-size:60px;line-height:1.2}@media (max-width: 767.98px){body h2,body .h2{font-size:40px;line-height:46px}}body h3,body .h3{font-size:50px;line-height:59px}@media (max-width: 767.98px){body h3,body .h3{font-size:32px;line-height:38px}}body h4,body .h4{font-size:38px;line-height:45px;letter-spacing:.02em}body h5,body .h5{font-size:32px;line-height:1.2}body h6,body .h6{font-size:27px;line-height:34px;letter-spacing:.02em}body p{font-family:var(--paragraph-font);font-size:23px;line-height:38px}body p.small-paragraph{font-weight:500;font-size:20px;line-height:33px}@media (max-width: 767.98px){body p{font-size:18px;line-height:29px}}body a{color:var(--primary-color);font-family:var(--emphasis-font);text-decoration:none}body a.btn{color:#fff}body a:hover,body a:focus{color:var(--primary-color)}body button{border:none}body a:hover,body a:focus,body button:hover,body button:focus{opacity:.8;background-color:unset;cursor:pointer}.text-bold{font-family:var(--emphasis-font);font-weight:600}.profile{font-weight:400}.profile .avatar{text-align:center;min-width:300px;min-height:300px;height:300px;width:300px;border:15px solid var(--white-color);border-radius:var(--image-corner-roundness);background-color:var(--white-color)}.profile .avatar img{width:100%;height:100%;object-fit:cover;background-color:var(--light-gray);border-radius:var(--image-corner-roundness)}.profile .header{font-family:var(--emphasis-font);font-weight:600;font-size:33px}@media (max-width: 767.98px){.profile .header{font-size:24px}}.profile .header-sub{margin-top:18px;letter-spacing:.02em;line-height:24px;font-size:18px;margin-bottom:32px}.profile .title{font-family:var(--emphasis-font);font-size:24px;color:var(--primary-color);margin-bottom:16px;font-weight:600}@media (max-width: 767.98px){.profile .title{font-size:21px}}.profile .title-small{font-size:18px}.profile ul{padding-left:0}.profile li,.profile p,.profile span{font-family:var(--emphasis-font);font-size:18px;line-height:24px;margin:10px 0}.profile label{font-weight:600;font-family:var(--emphasis-font);font-size:18px;line-height:24px;margin-top:32px;margin-bottom:10px}.profile .vitals{font-family:var(--emphasis-font);font-size:18px;line-height:21px;font-weight:600}.profile .vitals-accent{color:var(--accent-color)}.profile .vitals-warning{color:#c31333}.profile .icon{width:24px;height:24px}.profile .icon-circle{display:inline-block;width:40px;height:40px;border-radius:50%;background-color:var(--gray-color);color:var(--white-color);display:flex;justify-content:center;align-items:center}.profile .icon-circle .icon{width:20px;height:20px}.profile .socials{margin-top:8px;display:flex;gap:10px;align-items:flex-end;flex-wrap:wrap}@media (max-width: 991.98px){.profile .socials{justify-content:center}}.profile .dropdown-item:active,.profile .dropdown-item:hover{background-color:var(--accent-color)}.profile .required:after{content:"*";color:#c31333;margin-left:4px}.profile textarea{border-radius:21px}.error-message,.success-message{padding:8px 20px 10px;border-radius:7px;color:var(--white-color)}.error-message a,.success-message a{text-decoration:underline;color:var(--white-color)}.error-message a:hover,.error-message a:focus,.success-message a:hover,.success-message a:focus{color:var(--white-color)}.error-message{background-color:#c31333}.success-message{background-color:var(--accent-pro)}.seal-tooltip{background-color:var(--white-color);border-radius:24px;width:300px;border:1px solid var(--light-gray);padding:16px 20px}.seal-tooltip div{font-family:var(--emphasis-font);font-size:18px}.seal-tooltip .seal-header{margin-bottom:8px}.seal-tooltip .seal-icon{margin-left:8px}.modal-content div,.modal-content p{font-family:var(--emphasis-font)}.modal-content .modal-header{font-size:24px;font-weight:600}.modal-content .modal-header .btn-close{font-size:16px}.modal-content .modal-header .btn-close:focus{box-shadow:unset}.modal-content .modal-body{font-size:18px;line-height:24px}.modal-content .modal-body textarea{border-radius:21px}.modal-content .form-group label{font-family:var(--emphasis-font);font-weight:bolder;font-size:18px;line-height:24px;letter-spacing:.02em}.modal-content .form-group label.required:after{content:"*";color:#c31333;margin-left:4px}@media (max-width: 767.98px){.modal-content .form-group label{font-size:17px;line-height:24px}}.modal-content .form-group .form-text{font-family:var(--emphasis-font);font-style:normal;font-weight:400;font-size:18px;line-height:29px;color:var(--primary-color)}.modal-content .form-group .form-check-label{font-weight:400}.account-settings input{max-width:400px}.account-settings input,.account-settings textarea{margin-bottom:0}.account-settings .form-label{margin-top:32px}.account-settings .form-label.subform-label{font-size:27px;line-height:32px}.account-settings .text-danger{margin-bottom:0;font-size:16px}.account-settings :global(.orange-btn){padding:13px 20px 15px}.account-settings .text-bold{font-family:var(--emphasis-font);font-weight:600}.modal-title{font-size:21px}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.spinner-border{width:1.2em;height:1.2em;border-width:.2em}.form-check{display:flex;align-items:center}.form-check label{margin:4px 0 0 10px;font-weight:400;font-size:19px;line-height:22px}.form-check-input{border:1px solid var(--gray-color);box-sizing:border-box;border-radius:5px;width:27px;height:27px;flex-shrink:0}.form-check-input:focus{border-color:var(--primary-color);box-shadow:unset}.form-check-input:checked{border-color:var(--primary-color);background-color:var(--primary-color)}.white-dropdown{width:100%;max-width:400px}.white-dropdown .dropdown-toggle.btn-primary{width:100%;justify-content:space-between;font-size:18px;line-height:22px;padding:10px 15px 10px 20px;font-weight:400;background-color:var(--white-color);color:var(--primary-color);border:1px solid var(--light-gray)}.white-dropdown .dropdown-toggle.btn-primary:hover,.white-dropdown .dropdown-toggle.btn-primary:focus{color:var(--primary-color);background-color:var(--white-color)}.white-dropdown-menu{width:100%;max-height:350px;overflow-y:auto}.white-dropdown-item{padding:8px 16px}.accent-link,.primary-link{text-decoration:underline;font-weight:600;display:inline;padding:0}.accent-link{color:var(--accent-color)}.accent-link:hover,.accent-link:focus{color:var(--accent-color)}.primary-link{color:var(--primary-color)}.primary-link:hover,.primary-link:focus{color:var(--primary-color)}.button-icon{cursor:pointer;height:auto;outline:none}.button-icon:hover{opacity:.75}.react-datepicker-wrapper{width:max-content}.react-datepicker__day--selected,.react-datepicker__day--keyboard-selected{background-color:var(--accent-color)}.react-datepicker__day--selected:hover,.react-datepicker__day--keyboard-selected:hover{background-color:var(--accent-color);filter:brightness(95%)}.fade-in{animation:fade-in .15s ease-in}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.fade-out{animation:fade-out .15s ease-out}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.scheduled-calendar{width:72px;margin-right:12px;-webkit-filter:drop-shadow(0px 4px 12px rgba(0,0,0,.1));filter:drop-shadow(0px 4px 12px rgba(0,0,0,.1))}.scheduled-calendar>*{font-family:var(--eyebrow-text);line-height:1.3;letter-spacing:.2em;padding:8px 16px}.scheduled-calendar .month{display:flex;align-items:center;justify-content:center;background:linear-gradient(90deg,var(--accent-color) 0%,rgba(var(--accent-color-rgb),.6) 97.98%);font-size:12px;line-height:14px;color:var(--white-color);letter-spacing:.04em;text-transform:uppercase;font-weight:700;border-top-left-radius:4px;border-top-right-radius:4px;padding:6px 22px}.scheduled-calendar .day{font-size:21px;font-weight:700;text-align:center;background-color:var(--white-color)}.scheduled-calendar .weekday{font-size:12px;font-weight:700;text-align:center;letter-spacing:.04em;text-transform:uppercase;background-color:var(--white-color);border-bottom-left-radius:4px;border-bottom-right-radius:4px}.accent-text{color:var(--accent-color)}.form-check-label.inline-label{margin:unset;display:flex;align-items:center}.form-check-label.inline-label input{margin-right:10px;margin-top:2px}.nav-link{padding:0;margin:0}[contenteditable]{word-break:break-word}[contenteditable=true]{border:1px dashed #000000;transition:.2s linear;display:inline-block;width:100%}[contenteditable=true]:focus-visible{outline:none;border:1px solid #4199ff}[contenteditable=false]{border:1px dashed transparent;transition:.2s linear}.custom-section-container{padding-top:60px;padding-bottom:60px}img{object-fit:contain}.form-text.error{color:#c31333}.design-page .btn{white-space:wrap;word-break:break-word}@media (max-width: 767.98px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0;top:0;transform:translate(0)}.Toastify__toast-container .Toastify__toast{margin-bottom:0;border-radius:0}}.fa-icon{cursor:pointer;padding:6px}.danger-color{color:#c31333}.react-select,.react-select *{font-family:var(--emphasis-font)}.react-select .react-select-control{width:100%;border-radius:100px;border:1px solid var(--light-gray);font-family:var(--emphasis-font);padding:3px 8px}.react-select .react-select-control:focus{border-color:var(--primary-color);box-shadow:unset}.react-select .react-select-multi-value{border-radius:20px;padding:2px 8px}.slick-disabled svg{opacity:.2}.slick-disabled:active:focus{background-color:unset}.slick-arrow{width:40px;height:40px;background-color:unset}.slick-arrow svg{height:40px}.slick-prev{left:-45px}.slick-prev:before,.slick-next:before{content:unset}._clearfix_b43qd_7:after{display:block;clear:both;content:""}._link-primary_b43qd_13{color:#0d6efd}._link-primary_b43qd_13:hover,._link-primary_b43qd_13:focus{color:#0a58ca}._link-secondary_b43qd_20{color:#6c757d}._link-secondary_b43qd_20:hover,._link-secondary_b43qd_20:focus{color:#565e64}._link-success_b43qd_27{color:#198754}._link-success_b43qd_27:hover,._link-success_b43qd_27:focus{color:#146c43}._link-info_b43qd_34{color:#0dcaf0}._link-info_b43qd_34:hover,._link-info_b43qd_34:focus{color:#3dd5f3}._link-warning_b43qd_41{color:#ffc107}._link-warning_b43qd_41:hover,._link-warning_b43qd_41:focus{color:#ffcd39}._link-danger_b43qd_48{color:#dc3545}._link-danger_b43qd_48:hover,._link-danger_b43qd_48:focus{color:#b02a37}._link-light_b43qd_55{color:#f8f9fa}._link-light_b43qd_55:hover,._link-light_b43qd_55:focus{color:#f9fafb}._link-dark_b43qd_62{color:#212529}._link-dark_b43qd_62:hover,._link-dark_b43qd_62:focus{color:#1a1e21}._ratio_b43qd_69{position:relative;width:100%}._ratio_b43qd_69:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}._ratio_b43qd_69>*{position:absolute;top:0;left:0;width:100%;height:100%}._ratio-1x1_b43qd_86{--bs-aspect-ratio: 100%}._ratio-4x3_b43qd_90{--bs-aspect-ratio: 75%}._ratio-16x9_b43qd_94{--bs-aspect-ratio: 56.25%}._ratio-21x9_b43qd_98{--bs-aspect-ratio: 42.8571428571%}._fixed-top_b43qd_102{position:fixed;top:0;right:0;left:0;z-index:1030}._fixed-bottom_b43qd_110{position:fixed;right:0;bottom:0;left:0;z-index:1030}._sticky-top_b43qd_118{position:sticky;top:0;z-index:1020}@media (min-width: 576px){._sticky-sm-top_b43qd_125{position:sticky;top:0;z-index:1020}}@media (min-width: 768px){._sticky-md-top_b43qd_132{position:sticky;top:0;z-index:1020}}@media (min-width: 992px){._sticky-lg-top_b43qd_139{position:sticky;top:0;z-index:1020}}@media (min-width: 1200px){._sticky-xl-top_b43qd_146{position:sticky;top:0;z-index:1020}}@media (min-width: 1400px){._sticky-xxl-top_b43qd_153{position:sticky;top:0;z-index:1020}}._hstack_b43qd_159{display:flex;flex-direction:row;align-items:center;align-self:stretch}._vstack_b43qd_166{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}._visually-hidden_b43qd_173,._visually-hidden-focusable_b43qd_174: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_b43qd_186:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}._text-truncate_b43qd_196{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._vr_b43qd_202{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}._align-baseline_b43qd_211{vertical-align:baseline!important}._align-top_b43qd_215{vertical-align:top!important}._align-middle_b43qd_219{vertical-align:middle!important}._align-bottom_b43qd_223{vertical-align:bottom!important}._align-text-bottom_b43qd_227{vertical-align:text-bottom!important}._align-text-top_b43qd_231{vertical-align:text-top!important}._float-start_b43qd_235{float:left!important}._float-end_b43qd_239{float:right!important}._float-none_b43qd_243{float:none!important}._opacity-0_b43qd_247{opacity:0!important}._opacity-25_b43qd_251{opacity:.25!important}._opacity-50_b43qd_255{opacity:.5!important}._opacity-75_b43qd_259{opacity:.75!important}._opacity-100_b43qd_263{opacity:1!important}._overflow-auto_b43qd_267{overflow:auto!important}._overflow-hidden_b43qd_271{overflow:hidden!important}._overflow-visible_b43qd_275{overflow:visible!important}._overflow-scroll_b43qd_279{overflow:scroll!important}._d-inline_b43qd_283{display:inline!important}._d-inline-block_b43qd_287{display:inline-block!important}._d-block_b43qd_291{display:block!important}._d-grid_b43qd_295{display:grid!important}._d-table_b43qd_299{display:table!important}._d-table-row_b43qd_303{display:table-row!important}._d-table-cell_b43qd_307{display:table-cell!important}._d-flex_b43qd_311{display:flex!important}._d-inline-flex_b43qd_315{display:inline-flex!important}._d-none_b43qd_319{display:none!important}._shadow_b43qd_323{box-shadow:0 .5rem 1rem #00000026!important}._shadow-sm_b43qd_327{box-shadow:0 .125rem .25rem #00000013!important}._shadow-lg_b43qd_331{box-shadow:0 1rem 3rem #0000002d!important}._shadow-none_b43qd_335{box-shadow:none!important}._position-static_b43qd_339{position:static!important}._position-relative_b43qd_343{position:relative!important}._position-absolute_b43qd_347{position:absolute!important}._position-fixed_b43qd_351{position:fixed!important}._position-sticky_b43qd_355{position:sticky!important}._top-0_b43qd_359{top:0!important}._top-50_b43qd_363{top:50%!important}._top-100_b43qd_367{top:100%!important}._bottom-0_b43qd_371{bottom:0!important}._bottom-50_b43qd_375{bottom:50%!important}._bottom-100_b43qd_379{bottom:100%!important}._start-0_b43qd_383{left:0!important}._start-50_b43qd_387{left:50%!important}._start-100_b43qd_391{left:100%!important}._end-0_b43qd_395{right:0!important}._end-50_b43qd_399{right:50%!important}._end-100_b43qd_403{right:100%!important}._translate-middle_b43qd_407{transform:translate(-50%,-50%)!important}._translate-middle-x_b43qd_411{transform:translate(-50%)!important}._translate-middle-y_b43qd_415{transform:translateY(-50%)!important}._border_b43qd_419{border:1px solid #dee2e6!important}._border-0_b43qd_423{border:0!important}._border-top_b43qd_427{border-top:1px solid #dee2e6!important}._border-top-0_b43qd_431{border-top:0!important}._border-end_b43qd_435{border-right:1px solid #dee2e6!important}._border-end-0_b43qd_439{border-right:0!important}._border-bottom_b43qd_443{border-bottom:1px solid #dee2e6!important}._border-bottom-0_b43qd_447{border-bottom:0!important}._border-start_b43qd_451{border-left:1px solid #dee2e6!important}._border-start-0_b43qd_455{border-left:0!important}._border-primary_b43qd_459{border-color:#0d6efd!important}._border-secondary_b43qd_463{border-color:#6c757d!important}._border-success_b43qd_467{border-color:#198754!important}._border-info_b43qd_471{border-color:#0dcaf0!important}._border-warning_b43qd_475{border-color:#ffc107!important}._border-danger_b43qd_479{border-color:#dc3545!important}._border-light_b43qd_483{border-color:#f8f9fa!important}._border-dark_b43qd_487{border-color:#212529!important}._border-white_b43qd_491{border-color:#fff!important}._border-1_b43qd_495{border-width:1px!important}._border-2_b43qd_499{border-width:2px!important}._border-3_b43qd_503{border-width:3px!important}._border-4_b43qd_507{border-width:4px!important}._border-5_b43qd_511{border-width:5px!important}._w-25_b43qd_515{width:25%!important}._w-50_b43qd_519{width:50%!important}._w-75_b43qd_523{width:75%!important}._w-100_b43qd_527{width:100%!important}._w-auto_b43qd_531{width:auto!important}._mw-100_b43qd_535{max-width:100%!important}._vw-100_b43qd_539{width:100vw!important}._min-vw-100_b43qd_543{min-width:100vw!important}._h-25_b43qd_547{height:25%!important}._h-50_b43qd_551{height:50%!important}._h-75_b43qd_555{height:75%!important}._h-100_b43qd_559{height:100%!important}._h-auto_b43qd_563{height:auto!important}._mh-100_b43qd_567{max-height:100%!important}._vh-100_b43qd_571{height:100vh!important}._min-vh-100_b43qd_575{min-height:100vh!important}._flex-fill_b43qd_579{flex:1 1 auto!important}._flex-row_b43qd_583{flex-direction:row!important}._flex-column_b43qd_587{flex-direction:column!important}._flex-row-reverse_b43qd_591{flex-direction:row-reverse!important}._flex-column-reverse_b43qd_595{flex-direction:column-reverse!important}._flex-grow-0_b43qd_599{flex-grow:0!important}._flex-grow-1_b43qd_603{flex-grow:1!important}._flex-shrink-0_b43qd_607{flex-shrink:0!important}._flex-shrink-1_b43qd_611{flex-shrink:1!important}._flex-wrap_b43qd_615{flex-wrap:wrap!important}._flex-nowrap_b43qd_619{flex-wrap:nowrap!important}._flex-wrap-reverse_b43qd_623{flex-wrap:wrap-reverse!important}._gap-0_b43qd_627{gap:0!important}._gap-1_b43qd_631{gap:.25rem!important}._gap-2_b43qd_635{gap:.5rem!important}._gap-3_b43qd_639{gap:1rem!important}._gap-4_b43qd_643{gap:1.5rem!important}._gap-5_b43qd_647{gap:3rem!important}._justify-content-start_b43qd_651{justify-content:flex-start!important}._justify-content-end_b43qd_655{justify-content:flex-end!important}._justify-content-center_b43qd_659{justify-content:center!important}._justify-content-between_b43qd_663{justify-content:space-between!important}._justify-content-around_b43qd_667{justify-content:space-around!important}._justify-content-evenly_b43qd_671{justify-content:space-evenly!important}._align-items-start_b43qd_675{align-items:flex-start!important}._align-items-end_b43qd_679{align-items:flex-end!important}._align-items-center_b43qd_683{align-items:center!important}._align-items-baseline_b43qd_687{align-items:baseline!important}._align-items-stretch_b43qd_691{align-items:stretch!important}._align-content-start_b43qd_695{align-content:flex-start!important}._align-content-end_b43qd_699{align-content:flex-end!important}._align-content-center_b43qd_703{align-content:center!important}._align-content-between_b43qd_707{align-content:space-between!important}._align-content-around_b43qd_711{align-content:space-around!important}._align-content-stretch_b43qd_715{align-content:stretch!important}._align-self-auto_b43qd_719{align-self:auto!important}._align-self-start_b43qd_723{align-self:flex-start!important}._align-self-end_b43qd_727{align-self:flex-end!important}._align-self-center_b43qd_731{align-self:center!important}._align-self-baseline_b43qd_735{align-self:baseline!important}._align-self-stretch_b43qd_739{align-self:stretch!important}._order-first_b43qd_743{order:-1!important}._order-0_b43qd_747{order:0!important}._order-1_b43qd_751{order:1!important}._order-2_b43qd_755{order:2!important}._order-3_b43qd_759{order:3!important}._order-4_b43qd_763{order:4!important}._order-5_b43qd_767{order:5!important}._order-last_b43qd_771{order:6!important}._m-0_b43qd_775{margin:0!important}._m-1_b43qd_779{margin:.25rem!important}._m-2_b43qd_783{margin:.5rem!important}._m-3_b43qd_787{margin:1rem!important}._m-4_b43qd_791{margin:1.5rem!important}._m-5_b43qd_795{margin:3rem!important}._m-auto_b43qd_799{margin:auto!important}._mx-0_b43qd_803{margin-right:0!important;margin-left:0!important}._mx-1_b43qd_808{margin-right:.25rem!important;margin-left:.25rem!important}._mx-2_b43qd_813{margin-right:.5rem!important;margin-left:.5rem!important}._mx-3_b43qd_818{margin-right:1rem!important;margin-left:1rem!important}._mx-4_b43qd_823{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-5_b43qd_828{margin-right:3rem!important;margin-left:3rem!important}._mx-auto_b43qd_833{margin-right:auto!important;margin-left:auto!important}._my-0_b43qd_838{margin-top:0!important;margin-bottom:0!important}._my-1_b43qd_843{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-2_b43qd_848{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-3_b43qd_853{margin-top:1rem!important;margin-bottom:1rem!important}._my-4_b43qd_858{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-5_b43qd_863{margin-top:3rem!important;margin-bottom:3rem!important}._my-auto_b43qd_868{margin-top:auto!important;margin-bottom:auto!important}._mt-0_b43qd_873{margin-top:0!important}._mt-1_b43qd_877{margin-top:.25rem!important}._mt-2_b43qd_881{margin-top:.5rem!important}._mt-3_b43qd_885{margin-top:1rem!important}._mt-4_b43qd_889{margin-top:1.5rem!important}._mt-5_b43qd_893{margin-top:3rem!important}._mt-auto_b43qd_897{margin-top:auto!important}._me-0_b43qd_901{margin-right:0!important}._me-1_b43qd_905{margin-right:.25rem!important}._me-2_b43qd_909{margin-right:.5rem!important}._me-3_b43qd_913{margin-right:1rem!important}._me-4_b43qd_917{margin-right:1.5rem!important}._me-5_b43qd_921{margin-right:3rem!important}._me-auto_b43qd_925{margin-right:auto!important}._mb-0_b43qd_929{margin-bottom:0!important}._mb-1_b43qd_933{margin-bottom:.25rem!important}._mb-2_b43qd_937{margin-bottom:.5rem!important}._mb-3_b43qd_941{margin-bottom:1rem!important}._mb-4_b43qd_945{margin-bottom:1.5rem!important}._mb-5_b43qd_949{margin-bottom:3rem!important}._mb-auto_b43qd_953{margin-bottom:auto!important}._ms-0_b43qd_957{margin-left:0!important}._ms-1_b43qd_961{margin-left:.25rem!important}._ms-2_b43qd_965{margin-left:.5rem!important}._ms-3_b43qd_969{margin-left:1rem!important}._ms-4_b43qd_973{margin-left:1.5rem!important}._ms-5_b43qd_977{margin-left:3rem!important}._ms-auto_b43qd_981{margin-left:auto!important}._p-0_b43qd_985{padding:0!important}._p-1_b43qd_989{padding:.25rem!important}._p-2_b43qd_993{padding:.5rem!important}._p-3_b43qd_997{padding:1rem!important}._p-4_b43qd_1001{padding:1.5rem!important}._p-5_b43qd_1005{padding:3rem!important}._px-0_b43qd_1009{padding-right:0!important;padding-left:0!important}._px-1_b43qd_1014{padding-right:.25rem!important;padding-left:.25rem!important}._px-2_b43qd_1019{padding-right:.5rem!important;padding-left:.5rem!important}._px-3_b43qd_1024{padding-right:1rem!important;padding-left:1rem!important}._px-4_b43qd_1029{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-5_b43qd_1034{padding-right:3rem!important;padding-left:3rem!important}._py-0_b43qd_1039{padding-top:0!important;padding-bottom:0!important}._py-1_b43qd_1044{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-2_b43qd_1049{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-3_b43qd_1054{padding-top:1rem!important;padding-bottom:1rem!important}._py-4_b43qd_1059{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-5_b43qd_1064{padding-top:3rem!important;padding-bottom:3rem!important}._pt-0_b43qd_1069{padding-top:0!important}._pt-1_b43qd_1073{padding-top:.25rem!important}._pt-2_b43qd_1077{padding-top:.5rem!important}._pt-3_b43qd_1081{padding-top:1rem!important}._pt-4_b43qd_1085{padding-top:1.5rem!important}._pt-5_b43qd_1089{padding-top:3rem!important}._pe-0_b43qd_1093{padding-right:0!important}._pe-1_b43qd_1097{padding-right:.25rem!important}._pe-2_b43qd_1101{padding-right:.5rem!important}._pe-3_b43qd_1105{padding-right:1rem!important}._pe-4_b43qd_1109{padding-right:1.5rem!important}._pe-5_b43qd_1113{padding-right:3rem!important}._pb-0_b43qd_1117{padding-bottom:0!important}._pb-1_b43qd_1121{padding-bottom:.25rem!important}._pb-2_b43qd_1125{padding-bottom:.5rem!important}._pb-3_b43qd_1129{padding-bottom:1rem!important}._pb-4_b43qd_1133{padding-bottom:1.5rem!important}._pb-5_b43qd_1137{padding-bottom:3rem!important}._ps-0_b43qd_1141{padding-left:0!important}._ps-1_b43qd_1145{padding-left:.25rem!important}._ps-2_b43qd_1149{padding-left:.5rem!important}._ps-3_b43qd_1153{padding-left:1rem!important}._ps-4_b43qd_1157{padding-left:1.5rem!important}._ps-5_b43qd_1161{padding-left:3rem!important}._font-monospace_b43qd_1165{font-family:var(--bs-font-monospace)!important}._fs-1_b43qd_1169{font-size:calc(1.375rem + 1.5vw)!important}._fs-2_b43qd_1173{font-size:calc(1.325rem + .9vw)!important}._fs-3_b43qd_1177{font-size:calc(1.3rem + .6vw)!important}._fs-4_b43qd_1181{font-size:calc(1.275rem + .3vw)!important}._fs-5_b43qd_1185{font-size:1.25rem!important}._fs-6_b43qd_1189{font-size:1rem!important}._fst-italic_b43qd_1193{font-style:italic!important}._fst-normal_b43qd_1197{font-style:normal!important}._fw-light_b43qd_1201{font-weight:300!important}._fw-lighter_b43qd_1205{font-weight:lighter!important}._fw-normal_b43qd_1209{font-weight:400!important}._fw-bold_b43qd_1213{font-weight:700!important}._fw-bolder_b43qd_1217{font-weight:bolder!important}._lh-1_b43qd_1221{line-height:1!important}._lh-sm_b43qd_1225{line-height:1.25!important}._lh-base_b43qd_1229{line-height:1.5!important}._lh-lg_b43qd_1233{line-height:2!important}._text-start_b43qd_1237{text-align:left!important}._text-end_b43qd_1241{text-align:right!important}._text-center_b43qd_1245{text-align:center!important}._text-decoration-none_b43qd_1249{text-decoration:none!important}._text-decoration-underline_b43qd_1253{text-decoration:underline!important}._text-decoration-line-through_b43qd_1257{text-decoration:line-through!important}._text-lowercase_b43qd_1261{text-transform:lowercase!important}._text-uppercase_b43qd_1265{text-transform:uppercase!important}._text-capitalize_b43qd_1269{text-transform:capitalize!important}._text-wrap_b43qd_1273{white-space:normal!important}._text-nowrap_b43qd_1277{white-space:nowrap!important}._text-break_b43qd_1282{word-wrap:break-word!important;word-break:break-word!important}._text-primary_b43qd_1288{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}._text-secondary_b43qd_1293{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}._text-success_b43qd_1298{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}._text-info_b43qd_1303{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}._text-warning_b43qd_1308{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}._text-danger_b43qd_1313{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}._text-light_b43qd_1318{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}._text-dark_b43qd_1323{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}._text-black_b43qd_1328{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}._text-white_b43qd_1333{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}._text-body_b43qd_1338{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}._text-muted_b43qd_1343{--bs-text-opacity: 1;color:#6c757d!important}._text-black-50_b43qd_1348{--bs-text-opacity: 1;color:#00000080!important}._text-white-50_b43qd_1353{--bs-text-opacity: 1;color:#ffffff80!important}._text-reset_b43qd_1358{--bs-text-opacity: 1;color:inherit!important}._text-opacity-25_b43qd_1363{--bs-text-opacity: .25}._text-opacity-50_b43qd_1367{--bs-text-opacity: .5}._text-opacity-75_b43qd_1371{--bs-text-opacity: .75}._text-opacity-100_b43qd_1375{--bs-text-opacity: 1}._bg-primary_b43qd_1379{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}._bg-secondary_b43qd_1384{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}._bg-success_b43qd_1389{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}._bg-info_b43qd_1394{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}._bg-warning_b43qd_1399{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}._bg-danger_b43qd_1404{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}._bg-light_b43qd_1409{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}._bg-dark_b43qd_1414{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}._bg-black_b43qd_1419{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}._bg-white_b43qd_1424{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}._bg-body_b43qd_1429{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}._bg-transparent_b43qd_1434{--bs-bg-opacity: 1;background-color:transparent!important}._bg-opacity-10_b43qd_1439{--bs-bg-opacity: .1}._bg-opacity-25_b43qd_1443{--bs-bg-opacity: .25}._bg-opacity-50_b43qd_1447{--bs-bg-opacity: .5}._bg-opacity-75_b43qd_1451{--bs-bg-opacity: .75}._bg-opacity-100_b43qd_1455{--bs-bg-opacity: 1}._bg-gradient_b43qd_1459{background-image:var(--bs-gradient)!important}._user-select-all_b43qd_1463{-webkit-user-select:all!important;user-select:all!important}._user-select-auto_b43qd_1467{-webkit-user-select:auto!important;user-select:auto!important}._user-select-none_b43qd_1471{-webkit-user-select:none!important;user-select:none!important}._pe-none_b43qd_1475{pointer-events:none!important}._pe-auto_b43qd_1479{pointer-events:auto!important}._rounded_b43qd_1483{border-radius:.25rem!important}._rounded-0_b43qd_1487{border-radius:0!important}._rounded-1_b43qd_1491{border-radius:.2rem!important}._rounded-2_b43qd_1495{border-radius:.25rem!important}._rounded-3_b43qd_1499{border-radius:.3rem!important}._rounded-circle_b43qd_1503{border-radius:50%!important}._rounded-pill_b43qd_1507{border-radius:50rem!important}._rounded-top_b43qd_1511{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}._rounded-end_b43qd_1516{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}._rounded-bottom_b43qd_1521{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}._rounded-start_b43qd_1526{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}._visible_b43qd_1531{visibility:visible!important}._invisible_b43qd_1535{visibility:hidden!important}@media (min-width: 576px){._float-sm-start_b43qd_1540{float:left!important}._float-sm-end_b43qd_1543{float:right!important}._float-sm-none_b43qd_1546{float:none!important}._d-sm-inline_b43qd_1549{display:inline!important}._d-sm-inline-block_b43qd_1552{display:inline-block!important}._d-sm-block_b43qd_1555{display:block!important}._d-sm-grid_b43qd_1558{display:grid!important}._d-sm-table_b43qd_1561{display:table!important}._d-sm-table-row_b43qd_1564{display:table-row!important}._d-sm-table-cell_b43qd_1567{display:table-cell!important}._d-sm-flex_b43qd_1570{display:flex!important}._d-sm-inline-flex_b43qd_1573{display:inline-flex!important}._d-sm-none_b43qd_1576{display:none!important}._flex-sm-fill_b43qd_1579{flex:1 1 auto!important}._flex-sm-row_b43qd_1582{flex-direction:row!important}._flex-sm-column_b43qd_1585{flex-direction:column!important}._flex-sm-row-reverse_b43qd_1588{flex-direction:row-reverse!important}._flex-sm-column-reverse_b43qd_1591{flex-direction:column-reverse!important}._flex-sm-grow-0_b43qd_1594{flex-grow:0!important}._flex-sm-grow-1_b43qd_1597{flex-grow:1!important}._flex-sm-shrink-0_b43qd_1600{flex-shrink:0!important}._flex-sm-shrink-1_b43qd_1603{flex-shrink:1!important}._flex-sm-wrap_b43qd_1606{flex-wrap:wrap!important}._flex-sm-nowrap_b43qd_1609{flex-wrap:nowrap!important}._flex-sm-wrap-reverse_b43qd_1612{flex-wrap:wrap-reverse!important}._gap-sm-0_b43qd_1615{gap:0!important}._gap-sm-1_b43qd_1618{gap:.25rem!important}._gap-sm-2_b43qd_1621{gap:.5rem!important}._gap-sm-3_b43qd_1624{gap:1rem!important}._gap-sm-4_b43qd_1627{gap:1.5rem!important}._gap-sm-5_b43qd_1630{gap:3rem!important}._justify-content-sm-start_b43qd_1633{justify-content:flex-start!important}._justify-content-sm-end_b43qd_1636{justify-content:flex-end!important}._justify-content-sm-center_b43qd_1639{justify-content:center!important}._justify-content-sm-between_b43qd_1642{justify-content:space-between!important}._justify-content-sm-around_b43qd_1645{justify-content:space-around!important}._justify-content-sm-evenly_b43qd_1648{justify-content:space-evenly!important}._align-items-sm-start_b43qd_1651{align-items:flex-start!important}._align-items-sm-end_b43qd_1654{align-items:flex-end!important}._align-items-sm-center_b43qd_1657{align-items:center!important}._align-items-sm-baseline_b43qd_1660{align-items:baseline!important}._align-items-sm-stretch_b43qd_1663{align-items:stretch!important}._align-content-sm-start_b43qd_1666{align-content:flex-start!important}._align-content-sm-end_b43qd_1669{align-content:flex-end!important}._align-content-sm-center_b43qd_1672{align-content:center!important}._align-content-sm-between_b43qd_1675{align-content:space-between!important}._align-content-sm-around_b43qd_1678{align-content:space-around!important}._align-content-sm-stretch_b43qd_1681{align-content:stretch!important}._align-self-sm-auto_b43qd_1684{align-self:auto!important}._align-self-sm-start_b43qd_1687{align-self:flex-start!important}._align-self-sm-end_b43qd_1690{align-self:flex-end!important}._align-self-sm-center_b43qd_1693{align-self:center!important}._align-self-sm-baseline_b43qd_1696{align-self:baseline!important}._align-self-sm-stretch_b43qd_1699{align-self:stretch!important}._order-sm-first_b43qd_1702{order:-1!important}._order-sm-0_b43qd_1705{order:0!important}._order-sm-1_b43qd_1708{order:1!important}._order-sm-2_b43qd_1711{order:2!important}._order-sm-3_b43qd_1714{order:3!important}._order-sm-4_b43qd_1717{order:4!important}._order-sm-5_b43qd_1720{order:5!important}._order-sm-last_b43qd_1723{order:6!important}._m-sm-0_b43qd_1726{margin:0!important}._m-sm-1_b43qd_1729{margin:.25rem!important}._m-sm-2_b43qd_1732{margin:.5rem!important}._m-sm-3_b43qd_1735{margin:1rem!important}._m-sm-4_b43qd_1738{margin:1.5rem!important}._m-sm-5_b43qd_1741{margin:3rem!important}._m-sm-auto_b43qd_1744{margin:auto!important}._mx-sm-0_b43qd_1747{margin-right:0!important;margin-left:0!important}._mx-sm-1_b43qd_1751{margin-right:.25rem!important;margin-left:.25rem!important}._mx-sm-2_b43qd_1755{margin-right:.5rem!important;margin-left:.5rem!important}._mx-sm-3_b43qd_1759{margin-right:1rem!important;margin-left:1rem!important}._mx-sm-4_b43qd_1763{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-sm-5_b43qd_1767{margin-right:3rem!important;margin-left:3rem!important}._mx-sm-auto_b43qd_1771{margin-right:auto!important;margin-left:auto!important}._my-sm-0_b43qd_1775{margin-top:0!important;margin-bottom:0!important}._my-sm-1_b43qd_1779{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-sm-2_b43qd_1783{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-sm-3_b43qd_1787{margin-top:1rem!important;margin-bottom:1rem!important}._my-sm-4_b43qd_1791{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-sm-5_b43qd_1795{margin-top:3rem!important;margin-bottom:3rem!important}._my-sm-auto_b43qd_1799{margin-top:auto!important;margin-bottom:auto!important}._mt-sm-0_b43qd_1803{margin-top:0!important}._mt-sm-1_b43qd_1806{margin-top:.25rem!important}._mt-sm-2_b43qd_1809{margin-top:.5rem!important}._mt-sm-3_b43qd_1812{margin-top:1rem!important}._mt-sm-4_b43qd_1815{margin-top:1.5rem!important}._mt-sm-5_b43qd_1818{margin-top:3rem!important}._mt-sm-auto_b43qd_1821{margin-top:auto!important}._me-sm-0_b43qd_1824{margin-right:0!important}._me-sm-1_b43qd_1827{margin-right:.25rem!important}._me-sm-2_b43qd_1830{margin-right:.5rem!important}._me-sm-3_b43qd_1833{margin-right:1rem!important}._me-sm-4_b43qd_1836{margin-right:1.5rem!important}._me-sm-5_b43qd_1839{margin-right:3rem!important}._me-sm-auto_b43qd_1842{margin-right:auto!important}._mb-sm-0_b43qd_1845{margin-bottom:0!important}._mb-sm-1_b43qd_1848{margin-bottom:.25rem!important}._mb-sm-2_b43qd_1851{margin-bottom:.5rem!important}._mb-sm-3_b43qd_1854{margin-bottom:1rem!important}._mb-sm-4_b43qd_1857{margin-bottom:1.5rem!important}._mb-sm-5_b43qd_1860{margin-bottom:3rem!important}._mb-sm-auto_b43qd_1863{margin-bottom:auto!important}._ms-sm-0_b43qd_1866{margin-left:0!important}._ms-sm-1_b43qd_1869{margin-left:.25rem!important}._ms-sm-2_b43qd_1872{margin-left:.5rem!important}._ms-sm-3_b43qd_1875{margin-left:1rem!important}._ms-sm-4_b43qd_1878{margin-left:1.5rem!important}._ms-sm-5_b43qd_1881{margin-left:3rem!important}._ms-sm-auto_b43qd_1884{margin-left:auto!important}._p-sm-0_b43qd_1887{padding:0!important}._p-sm-1_b43qd_1890{padding:.25rem!important}._p-sm-2_b43qd_1893{padding:.5rem!important}._p-sm-3_b43qd_1896{padding:1rem!important}._p-sm-4_b43qd_1899{padding:1.5rem!important}._p-sm-5_b43qd_1902{padding:3rem!important}._px-sm-0_b43qd_1905{padding-right:0!important;padding-left:0!important}._px-sm-1_b43qd_1909{padding-right:.25rem!important;padding-left:.25rem!important}._px-sm-2_b43qd_1913{padding-right:.5rem!important;padding-left:.5rem!important}._px-sm-3_b43qd_1917{padding-right:1rem!important;padding-left:1rem!important}._px-sm-4_b43qd_1921{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-sm-5_b43qd_1925{padding-right:3rem!important;padding-left:3rem!important}._py-sm-0_b43qd_1929{padding-top:0!important;padding-bottom:0!important}._py-sm-1_b43qd_1933{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-sm-2_b43qd_1937{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-sm-3_b43qd_1941{padding-top:1rem!important;padding-bottom:1rem!important}._py-sm-4_b43qd_1945{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-sm-5_b43qd_1949{padding-top:3rem!important;padding-bottom:3rem!important}._pt-sm-0_b43qd_1953{padding-top:0!important}._pt-sm-1_b43qd_1956{padding-top:.25rem!important}._pt-sm-2_b43qd_1959{padding-top:.5rem!important}._pt-sm-3_b43qd_1962{padding-top:1rem!important}._pt-sm-4_b43qd_1965{padding-top:1.5rem!important}._pt-sm-5_b43qd_1968{padding-top:3rem!important}._pe-sm-0_b43qd_1971{padding-right:0!important}._pe-sm-1_b43qd_1974{padding-right:.25rem!important}._pe-sm-2_b43qd_1977{padding-right:.5rem!important}._pe-sm-3_b43qd_1980{padding-right:1rem!important}._pe-sm-4_b43qd_1983{padding-right:1.5rem!important}._pe-sm-5_b43qd_1986{padding-right:3rem!important}._pb-sm-0_b43qd_1989{padding-bottom:0!important}._pb-sm-1_b43qd_1992{padding-bottom:.25rem!important}._pb-sm-2_b43qd_1995{padding-bottom:.5rem!important}._pb-sm-3_b43qd_1998{padding-bottom:1rem!important}._pb-sm-4_b43qd_2001{padding-bottom:1.5rem!important}._pb-sm-5_b43qd_2004{padding-bottom:3rem!important}._ps-sm-0_b43qd_2007{padding-left:0!important}._ps-sm-1_b43qd_2010{padding-left:.25rem!important}._ps-sm-2_b43qd_2013{padding-left:.5rem!important}._ps-sm-3_b43qd_2016{padding-left:1rem!important}._ps-sm-4_b43qd_2019{padding-left:1.5rem!important}._ps-sm-5_b43qd_2022{padding-left:3rem!important}._text-sm-start_b43qd_2025{text-align:left!important}._text-sm-end_b43qd_2028{text-align:right!important}._text-sm-center_b43qd_2031{text-align:center!important}}@media (min-width: 768px){._float-md-start_b43qd_2036{float:left!important}._float-md-end_b43qd_2039{float:right!important}._float-md-none_b43qd_2042{float:none!important}._d-md-inline_b43qd_2045{display:inline!important}._d-md-inline-block_b43qd_2048{display:inline-block!important}._d-md-block_b43qd_2051{display:block!important}._d-md-grid_b43qd_2054{display:grid!important}._d-md-table_b43qd_2057{display:table!important}._d-md-table-row_b43qd_2060{display:table-row!important}._d-md-table-cell_b43qd_2063{display:table-cell!important}._d-md-flex_b43qd_2066{display:flex!important}._d-md-inline-flex_b43qd_2069{display:inline-flex!important}._d-md-none_b43qd_2072{display:none!important}._flex-md-fill_b43qd_2075{flex:1 1 auto!important}._flex-md-row_b43qd_2078{flex-direction:row!important}._flex-md-column_b43qd_2081{flex-direction:column!important}._flex-md-row-reverse_b43qd_2084{flex-direction:row-reverse!important}._flex-md-column-reverse_b43qd_2087{flex-direction:column-reverse!important}._flex-md-grow-0_b43qd_2090{flex-grow:0!important}._flex-md-grow-1_b43qd_2093{flex-grow:1!important}._flex-md-shrink-0_b43qd_2096{flex-shrink:0!important}._flex-md-shrink-1_b43qd_2099{flex-shrink:1!important}._flex-md-wrap_b43qd_2102{flex-wrap:wrap!important}._flex-md-nowrap_b43qd_2105{flex-wrap:nowrap!important}._flex-md-wrap-reverse_b43qd_2108{flex-wrap:wrap-reverse!important}._gap-md-0_b43qd_2111{gap:0!important}._gap-md-1_b43qd_2114{gap:.25rem!important}._gap-md-2_b43qd_2117{gap:.5rem!important}._gap-md-3_b43qd_2120{gap:1rem!important}._gap-md-4_b43qd_2123{gap:1.5rem!important}._gap-md-5_b43qd_2126{gap:3rem!important}._justify-content-md-start_b43qd_2129{justify-content:flex-start!important}._justify-content-md-end_b43qd_2132{justify-content:flex-end!important}._justify-content-md-center_b43qd_2135{justify-content:center!important}._justify-content-md-between_b43qd_2138{justify-content:space-between!important}._justify-content-md-around_b43qd_2141{justify-content:space-around!important}._justify-content-md-evenly_b43qd_2144{justify-content:space-evenly!important}._align-items-md-start_b43qd_2147{align-items:flex-start!important}._align-items-md-end_b43qd_2150{align-items:flex-end!important}._align-items-md-center_b43qd_2153{align-items:center!important}._align-items-md-baseline_b43qd_2156{align-items:baseline!important}._align-items-md-stretch_b43qd_2159{align-items:stretch!important}._align-content-md-start_b43qd_2162{align-content:flex-start!important}._align-content-md-end_b43qd_2165{align-content:flex-end!important}._align-content-md-center_b43qd_2168{align-content:center!important}._align-content-md-between_b43qd_2171{align-content:space-between!important}._align-content-md-around_b43qd_2174{align-content:space-around!important}._align-content-md-stretch_b43qd_2177{align-content:stretch!important}._align-self-md-auto_b43qd_2180{align-self:auto!important}._align-self-md-start_b43qd_2183{align-self:flex-start!important}._align-self-md-end_b43qd_2186{align-self:flex-end!important}._align-self-md-center_b43qd_2189{align-self:center!important}._align-self-md-baseline_b43qd_2192{align-self:baseline!important}._align-self-md-stretch_b43qd_2195{align-self:stretch!important}._order-md-first_b43qd_2198{order:-1!important}._order-md-0_b43qd_2201{order:0!important}._order-md-1_b43qd_2204{order:1!important}._order-md-2_b43qd_2207{order:2!important}._order-md-3_b43qd_2210{order:3!important}._order-md-4_b43qd_2213{order:4!important}._order-md-5_b43qd_2216{order:5!important}._order-md-last_b43qd_2219{order:6!important}._m-md-0_b43qd_2222{margin:0!important}._m-md-1_b43qd_2225{margin:.25rem!important}._m-md-2_b43qd_2228{margin:.5rem!important}._m-md-3_b43qd_2231{margin:1rem!important}._m-md-4_b43qd_2234{margin:1.5rem!important}._m-md-5_b43qd_2237{margin:3rem!important}._m-md-auto_b43qd_2240{margin:auto!important}._mx-md-0_b43qd_2243{margin-right:0!important;margin-left:0!important}._mx-md-1_b43qd_2247{margin-right:.25rem!important;margin-left:.25rem!important}._mx-md-2_b43qd_2251{margin-right:.5rem!important;margin-left:.5rem!important}._mx-md-3_b43qd_2255{margin-right:1rem!important;margin-left:1rem!important}._mx-md-4_b43qd_2259{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-md-5_b43qd_2263{margin-right:3rem!important;margin-left:3rem!important}._mx-md-auto_b43qd_2267{margin-right:auto!important;margin-left:auto!important}._my-md-0_b43qd_2271{margin-top:0!important;margin-bottom:0!important}._my-md-1_b43qd_2275{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-md-2_b43qd_2279{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-md-3_b43qd_2283{margin-top:1rem!important;margin-bottom:1rem!important}._my-md-4_b43qd_2287{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-md-5_b43qd_2291{margin-top:3rem!important;margin-bottom:3rem!important}._my-md-auto_b43qd_2295{margin-top:auto!important;margin-bottom:auto!important}._mt-md-0_b43qd_2299{margin-top:0!important}._mt-md-1_b43qd_2302{margin-top:.25rem!important}._mt-md-2_b43qd_2305{margin-top:.5rem!important}._mt-md-3_b43qd_2308{margin-top:1rem!important}._mt-md-4_b43qd_2311{margin-top:1.5rem!important}._mt-md-5_b43qd_2314{margin-top:3rem!important}._mt-md-auto_b43qd_2317{margin-top:auto!important}._me-md-0_b43qd_2320{margin-right:0!important}._me-md-1_b43qd_2323{margin-right:.25rem!important}._me-md-2_b43qd_2326{margin-right:.5rem!important}._me-md-3_b43qd_2329{margin-right:1rem!important}._me-md-4_b43qd_2332{margin-right:1.5rem!important}._me-md-5_b43qd_2335{margin-right:3rem!important}._me-md-auto_b43qd_2338{margin-right:auto!important}._mb-md-0_b43qd_2341{margin-bottom:0!important}._mb-md-1_b43qd_2344{margin-bottom:.25rem!important}._mb-md-2_b43qd_2347{margin-bottom:.5rem!important}._mb-md-3_b43qd_2350{margin-bottom:1rem!important}._mb-md-4_b43qd_2353{margin-bottom:1.5rem!important}._mb-md-5_b43qd_2356{margin-bottom:3rem!important}._mb-md-auto_b43qd_2359{margin-bottom:auto!important}._ms-md-0_b43qd_2362{margin-left:0!important}._ms-md-1_b43qd_2365{margin-left:.25rem!important}._ms-md-2_b43qd_2368{margin-left:.5rem!important}._ms-md-3_b43qd_2371{margin-left:1rem!important}._ms-md-4_b43qd_2374{margin-left:1.5rem!important}._ms-md-5_b43qd_2377{margin-left:3rem!important}._ms-md-auto_b43qd_2380{margin-left:auto!important}._p-md-0_b43qd_2383{padding:0!important}._p-md-1_b43qd_2386{padding:.25rem!important}._p-md-2_b43qd_2389{padding:.5rem!important}._p-md-3_b43qd_2392{padding:1rem!important}._p-md-4_b43qd_2395{padding:1.5rem!important}._p-md-5_b43qd_2398{padding:3rem!important}._px-md-0_b43qd_2401{padding-right:0!important;padding-left:0!important}._px-md-1_b43qd_2405{padding-right:.25rem!important;padding-left:.25rem!important}._px-md-2_b43qd_2409{padding-right:.5rem!important;padding-left:.5rem!important}._px-md-3_b43qd_2413{padding-right:1rem!important;padding-left:1rem!important}._px-md-4_b43qd_2417{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-md-5_b43qd_2421{padding-right:3rem!important;padding-left:3rem!important}._py-md-0_b43qd_2425{padding-top:0!important;padding-bottom:0!important}._py-md-1_b43qd_2429{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-md-2_b43qd_2433{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-md-3_b43qd_2437{padding-top:1rem!important;padding-bottom:1rem!important}._py-md-4_b43qd_2441{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-md-5_b43qd_2445{padding-top:3rem!important;padding-bottom:3rem!important}._pt-md-0_b43qd_2449{padding-top:0!important}._pt-md-1_b43qd_2452{padding-top:.25rem!important}._pt-md-2_b43qd_2455{padding-top:.5rem!important}._pt-md-3_b43qd_2458{padding-top:1rem!important}._pt-md-4_b43qd_2461{padding-top:1.5rem!important}._pt-md-5_b43qd_2464{padding-top:3rem!important}._pe-md-0_b43qd_2467{padding-right:0!important}._pe-md-1_b43qd_2470{padding-right:.25rem!important}._pe-md-2_b43qd_2473{padding-right:.5rem!important}._pe-md-3_b43qd_2476{padding-right:1rem!important}._pe-md-4_b43qd_2479{padding-right:1.5rem!important}._pe-md-5_b43qd_2482{padding-right:3rem!important}._pb-md-0_b43qd_2485{padding-bottom:0!important}._pb-md-1_b43qd_2488{padding-bottom:.25rem!important}._pb-md-2_b43qd_2491{padding-bottom:.5rem!important}._pb-md-3_b43qd_2494{padding-bottom:1rem!important}._pb-md-4_b43qd_2497{padding-bottom:1.5rem!important}._pb-md-5_b43qd_2500{padding-bottom:3rem!important}._ps-md-0_b43qd_2503{padding-left:0!important}._ps-md-1_b43qd_2506{padding-left:.25rem!important}._ps-md-2_b43qd_2509{padding-left:.5rem!important}._ps-md-3_b43qd_2512{padding-left:1rem!important}._ps-md-4_b43qd_2515{padding-left:1.5rem!important}._ps-md-5_b43qd_2518{padding-left:3rem!important}._text-md-start_b43qd_2521{text-align:left!important}._text-md-end_b43qd_2524{text-align:right!important}._text-md-center_b43qd_2527{text-align:center!important}}@media (min-width: 992px){._float-lg-start_b43qd_2532{float:left!important}._float-lg-end_b43qd_2535{float:right!important}._float-lg-none_b43qd_2538{float:none!important}._d-lg-inline_b43qd_2541{display:inline!important}._d-lg-inline-block_b43qd_2544{display:inline-block!important}._d-lg-block_b43qd_2547{display:block!important}._d-lg-grid_b43qd_2550{display:grid!important}._d-lg-table_b43qd_2553{display:table!important}._d-lg-table-row_b43qd_2556{display:table-row!important}._d-lg-table-cell_b43qd_2559{display:table-cell!important}._d-lg-flex_b43qd_2562{display:flex!important}._d-lg-inline-flex_b43qd_2565{display:inline-flex!important}._d-lg-none_b43qd_2568{display:none!important}._flex-lg-fill_b43qd_2571{flex:1 1 auto!important}._flex-lg-row_b43qd_2574{flex-direction:row!important}._flex-lg-column_b43qd_2577{flex-direction:column!important}._flex-lg-row-reverse_b43qd_2580{flex-direction:row-reverse!important}._flex-lg-column-reverse_b43qd_2583{flex-direction:column-reverse!important}._flex-lg-grow-0_b43qd_2586{flex-grow:0!important}._flex-lg-grow-1_b43qd_2589{flex-grow:1!important}._flex-lg-shrink-0_b43qd_2592{flex-shrink:0!important}._flex-lg-shrink-1_b43qd_2595{flex-shrink:1!important}._flex-lg-wrap_b43qd_2598{flex-wrap:wrap!important}._flex-lg-nowrap_b43qd_2601{flex-wrap:nowrap!important}._flex-lg-wrap-reverse_b43qd_2604{flex-wrap:wrap-reverse!important}._gap-lg-0_b43qd_2607{gap:0!important}._gap-lg-1_b43qd_2610{gap:.25rem!important}._gap-lg-2_b43qd_2613{gap:.5rem!important}._gap-lg-3_b43qd_2616{gap:1rem!important}._gap-lg-4_b43qd_2619{gap:1.5rem!important}._gap-lg-5_b43qd_2622{gap:3rem!important}._justify-content-lg-start_b43qd_2625{justify-content:flex-start!important}._justify-content-lg-end_b43qd_2628{justify-content:flex-end!important}._justify-content-lg-center_b43qd_2631{justify-content:center!important}._justify-content-lg-between_b43qd_2634{justify-content:space-between!important}._justify-content-lg-around_b43qd_2637{justify-content:space-around!important}._justify-content-lg-evenly_b43qd_2640{justify-content:space-evenly!important}._align-items-lg-start_b43qd_2643{align-items:flex-start!important}._align-items-lg-end_b43qd_2646{align-items:flex-end!important}._align-items-lg-center_b43qd_2649{align-items:center!important}._align-items-lg-baseline_b43qd_2652{align-items:baseline!important}._align-items-lg-stretch_b43qd_2655{align-items:stretch!important}._align-content-lg-start_b43qd_2658{align-content:flex-start!important}._align-content-lg-end_b43qd_2661{align-content:flex-end!important}._align-content-lg-center_b43qd_2664{align-content:center!important}._align-content-lg-between_b43qd_2667{align-content:space-between!important}._align-content-lg-around_b43qd_2670{align-content:space-around!important}._align-content-lg-stretch_b43qd_2673{align-content:stretch!important}._align-self-lg-auto_b43qd_2676{align-self:auto!important}._align-self-lg-start_b43qd_2679{align-self:flex-start!important}._align-self-lg-end_b43qd_2682{align-self:flex-end!important}._align-self-lg-center_b43qd_2685{align-self:center!important}._align-self-lg-baseline_b43qd_2688{align-self:baseline!important}._align-self-lg-stretch_b43qd_2691{align-self:stretch!important}._order-lg-first_b43qd_2694{order:-1!important}._order-lg-0_b43qd_2697{order:0!important}._order-lg-1_b43qd_2700{order:1!important}._order-lg-2_b43qd_2703{order:2!important}._order-lg-3_b43qd_2706{order:3!important}._order-lg-4_b43qd_2709{order:4!important}._order-lg-5_b43qd_2712{order:5!important}._order-lg-last_b43qd_2715{order:6!important}._m-lg-0_b43qd_2718{margin:0!important}._m-lg-1_b43qd_2721{margin:.25rem!important}._m-lg-2_b43qd_2724{margin:.5rem!important}._m-lg-3_b43qd_2727{margin:1rem!important}._m-lg-4_b43qd_2730{margin:1.5rem!important}._m-lg-5_b43qd_2733{margin:3rem!important}._m-lg-auto_b43qd_2736{margin:auto!important}._mx-lg-0_b43qd_2739{margin-right:0!important;margin-left:0!important}._mx-lg-1_b43qd_2743{margin-right:.25rem!important;margin-left:.25rem!important}._mx-lg-2_b43qd_2747{margin-right:.5rem!important;margin-left:.5rem!important}._mx-lg-3_b43qd_2751{margin-right:1rem!important;margin-left:1rem!important}._mx-lg-4_b43qd_2755{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-lg-5_b43qd_2759{margin-right:3rem!important;margin-left:3rem!important}._mx-lg-auto_b43qd_2763{margin-right:auto!important;margin-left:auto!important}._my-lg-0_b43qd_2767{margin-top:0!important;margin-bottom:0!important}._my-lg-1_b43qd_2771{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-lg-2_b43qd_2775{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-lg-3_b43qd_2779{margin-top:1rem!important;margin-bottom:1rem!important}._my-lg-4_b43qd_2783{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-lg-5_b43qd_2787{margin-top:3rem!important;margin-bottom:3rem!important}._my-lg-auto_b43qd_2791{margin-top:auto!important;margin-bottom:auto!important}._mt-lg-0_b43qd_2795{margin-top:0!important}._mt-lg-1_b43qd_2798{margin-top:.25rem!important}._mt-lg-2_b43qd_2801{margin-top:.5rem!important}._mt-lg-3_b43qd_2804{margin-top:1rem!important}._mt-lg-4_b43qd_2807{margin-top:1.5rem!important}._mt-lg-5_b43qd_2810{margin-top:3rem!important}._mt-lg-auto_b43qd_2813{margin-top:auto!important}._me-lg-0_b43qd_2816{margin-right:0!important}._me-lg-1_b43qd_2819{margin-right:.25rem!important}._me-lg-2_b43qd_2822{margin-right:.5rem!important}._me-lg-3_b43qd_2825{margin-right:1rem!important}._me-lg-4_b43qd_2828{margin-right:1.5rem!important}._me-lg-5_b43qd_2831{margin-right:3rem!important}._me-lg-auto_b43qd_2834{margin-right:auto!important}._mb-lg-0_b43qd_2837{margin-bottom:0!important}._mb-lg-1_b43qd_2840{margin-bottom:.25rem!important}._mb-lg-2_b43qd_2843{margin-bottom:.5rem!important}._mb-lg-3_b43qd_2846{margin-bottom:1rem!important}._mb-lg-4_b43qd_2849{margin-bottom:1.5rem!important}._mb-lg-5_b43qd_2852{margin-bottom:3rem!important}._mb-lg-auto_b43qd_2855{margin-bottom:auto!important}._ms-lg-0_b43qd_2858{margin-left:0!important}._ms-lg-1_b43qd_2861{margin-left:.25rem!important}._ms-lg-2_b43qd_2864{margin-left:.5rem!important}._ms-lg-3_b43qd_2867{margin-left:1rem!important}._ms-lg-4_b43qd_2870{margin-left:1.5rem!important}._ms-lg-5_b43qd_2873{margin-left:3rem!important}._ms-lg-auto_b43qd_2876{margin-left:auto!important}._p-lg-0_b43qd_2879{padding:0!important}._p-lg-1_b43qd_2882{padding:.25rem!important}._p-lg-2_b43qd_2885{padding:.5rem!important}._p-lg-3_b43qd_2888{padding:1rem!important}._p-lg-4_b43qd_2891{padding:1.5rem!important}._p-lg-5_b43qd_2894{padding:3rem!important}._px-lg-0_b43qd_2897{padding-right:0!important;padding-left:0!important}._px-lg-1_b43qd_2901{padding-right:.25rem!important;padding-left:.25rem!important}._px-lg-2_b43qd_2905{padding-right:.5rem!important;padding-left:.5rem!important}._px-lg-3_b43qd_2909{padding-right:1rem!important;padding-left:1rem!important}._px-lg-4_b43qd_2913{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-lg-5_b43qd_2917{padding-right:3rem!important;padding-left:3rem!important}._py-lg-0_b43qd_2921{padding-top:0!important;padding-bottom:0!important}._py-lg-1_b43qd_2925{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-lg-2_b43qd_2929{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-lg-3_b43qd_2933{padding-top:1rem!important;padding-bottom:1rem!important}._py-lg-4_b43qd_2937{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-lg-5_b43qd_2941{padding-top:3rem!important;padding-bottom:3rem!important}._pt-lg-0_b43qd_2945{padding-top:0!important}._pt-lg-1_b43qd_2948{padding-top:.25rem!important}._pt-lg-2_b43qd_2951{padding-top:.5rem!important}._pt-lg-3_b43qd_2954{padding-top:1rem!important}._pt-lg-4_b43qd_2957{padding-top:1.5rem!important}._pt-lg-5_b43qd_2960{padding-top:3rem!important}._pe-lg-0_b43qd_2963{padding-right:0!important}._pe-lg-1_b43qd_2966{padding-right:.25rem!important}._pe-lg-2_b43qd_2969{padding-right:.5rem!important}._pe-lg-3_b43qd_2972{padding-right:1rem!important}._pe-lg-4_b43qd_2975{padding-right:1.5rem!important}._pe-lg-5_b43qd_2978{padding-right:3rem!important}._pb-lg-0_b43qd_2981{padding-bottom:0!important}._pb-lg-1_b43qd_2984{padding-bottom:.25rem!important}._pb-lg-2_b43qd_2987{padding-bottom:.5rem!important}._pb-lg-3_b43qd_2990{padding-bottom:1rem!important}._pb-lg-4_b43qd_2993{padding-bottom:1.5rem!important}._pb-lg-5_b43qd_2996{padding-bottom:3rem!important}._ps-lg-0_b43qd_2999{padding-left:0!important}._ps-lg-1_b43qd_3002{padding-left:.25rem!important}._ps-lg-2_b43qd_3005{padding-left:.5rem!important}._ps-lg-3_b43qd_3008{padding-left:1rem!important}._ps-lg-4_b43qd_3011{padding-left:1.5rem!important}._ps-lg-5_b43qd_3014{padding-left:3rem!important}._text-lg-start_b43qd_3017{text-align:left!important}._text-lg-end_b43qd_3020{text-align:right!important}._text-lg-center_b43qd_3023{text-align:center!important}}@media (min-width: 1200px){._float-xl-start_b43qd_3028{float:left!important}._float-xl-end_b43qd_3031{float:right!important}._float-xl-none_b43qd_3034{float:none!important}._d-xl-inline_b43qd_3037{display:inline!important}._d-xl-inline-block_b43qd_3040{display:inline-block!important}._d-xl-block_b43qd_3043{display:block!important}._d-xl-grid_b43qd_3046{display:grid!important}._d-xl-table_b43qd_3049{display:table!important}._d-xl-table-row_b43qd_3052{display:table-row!important}._d-xl-table-cell_b43qd_3055{display:table-cell!important}._d-xl-flex_b43qd_3058{display:flex!important}._d-xl-inline-flex_b43qd_3061{display:inline-flex!important}._d-xl-none_b43qd_3064{display:none!important}._flex-xl-fill_b43qd_3067{flex:1 1 auto!important}._flex-xl-row_b43qd_3070{flex-direction:row!important}._flex-xl-column_b43qd_3073{flex-direction:column!important}._flex-xl-row-reverse_b43qd_3076{flex-direction:row-reverse!important}._flex-xl-column-reverse_b43qd_3079{flex-direction:column-reverse!important}._flex-xl-grow-0_b43qd_3082{flex-grow:0!important}._flex-xl-grow-1_b43qd_3085{flex-grow:1!important}._flex-xl-shrink-0_b43qd_3088{flex-shrink:0!important}._flex-xl-shrink-1_b43qd_3091{flex-shrink:1!important}._flex-xl-wrap_b43qd_3094{flex-wrap:wrap!important}._flex-xl-nowrap_b43qd_3097{flex-wrap:nowrap!important}._flex-xl-wrap-reverse_b43qd_3100{flex-wrap:wrap-reverse!important}._gap-xl-0_b43qd_3103{gap:0!important}._gap-xl-1_b43qd_3106{gap:.25rem!important}._gap-xl-2_b43qd_3109{gap:.5rem!important}._gap-xl-3_b43qd_3112{gap:1rem!important}._gap-xl-4_b43qd_3115{gap:1.5rem!important}._gap-xl-5_b43qd_3118{gap:3rem!important}._justify-content-xl-start_b43qd_3121{justify-content:flex-start!important}._justify-content-xl-end_b43qd_3124{justify-content:flex-end!important}._justify-content-xl-center_b43qd_3127{justify-content:center!important}._justify-content-xl-between_b43qd_3130{justify-content:space-between!important}._justify-content-xl-around_b43qd_3133{justify-content:space-around!important}._justify-content-xl-evenly_b43qd_3136{justify-content:space-evenly!important}._align-items-xl-start_b43qd_3139{align-items:flex-start!important}._align-items-xl-end_b43qd_3142{align-items:flex-end!important}._align-items-xl-center_b43qd_3145{align-items:center!important}._align-items-xl-baseline_b43qd_3148{align-items:baseline!important}._align-items-xl-stretch_b43qd_3151{align-items:stretch!important}._align-content-xl-start_b43qd_3154{align-content:flex-start!important}._align-content-xl-end_b43qd_3157{align-content:flex-end!important}._align-content-xl-center_b43qd_3160{align-content:center!important}._align-content-xl-between_b43qd_3163{align-content:space-between!important}._align-content-xl-around_b43qd_3166{align-content:space-around!important}._align-content-xl-stretch_b43qd_3169{align-content:stretch!important}._align-self-xl-auto_b43qd_3172{align-self:auto!important}._align-self-xl-start_b43qd_3175{align-self:flex-start!important}._align-self-xl-end_b43qd_3178{align-self:flex-end!important}._align-self-xl-center_b43qd_3181{align-self:center!important}._align-self-xl-baseline_b43qd_3184{align-self:baseline!important}._align-self-xl-stretch_b43qd_3187{align-self:stretch!important}._order-xl-first_b43qd_3190{order:-1!important}._order-xl-0_b43qd_3193{order:0!important}._order-xl-1_b43qd_3196{order:1!important}._order-xl-2_b43qd_3199{order:2!important}._order-xl-3_b43qd_3202{order:3!important}._order-xl-4_b43qd_3205{order:4!important}._order-xl-5_b43qd_3208{order:5!important}._order-xl-last_b43qd_3211{order:6!important}._m-xl-0_b43qd_3214{margin:0!important}._m-xl-1_b43qd_3217{margin:.25rem!important}._m-xl-2_b43qd_3220{margin:.5rem!important}._m-xl-3_b43qd_3223{margin:1rem!important}._m-xl-4_b43qd_3226{margin:1.5rem!important}._m-xl-5_b43qd_3229{margin:3rem!important}._m-xl-auto_b43qd_3232{margin:auto!important}._mx-xl-0_b43qd_3235{margin-right:0!important;margin-left:0!important}._mx-xl-1_b43qd_3239{margin-right:.25rem!important;margin-left:.25rem!important}._mx-xl-2_b43qd_3243{margin-right:.5rem!important;margin-left:.5rem!important}._mx-xl-3_b43qd_3247{margin-right:1rem!important;margin-left:1rem!important}._mx-xl-4_b43qd_3251{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-xl-5_b43qd_3255{margin-right:3rem!important;margin-left:3rem!important}._mx-xl-auto_b43qd_3259{margin-right:auto!important;margin-left:auto!important}._my-xl-0_b43qd_3263{margin-top:0!important;margin-bottom:0!important}._my-xl-1_b43qd_3267{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-xl-2_b43qd_3271{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-xl-3_b43qd_3275{margin-top:1rem!important;margin-bottom:1rem!important}._my-xl-4_b43qd_3279{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-xl-5_b43qd_3283{margin-top:3rem!important;margin-bottom:3rem!important}._my-xl-auto_b43qd_3287{margin-top:auto!important;margin-bottom:auto!important}._mt-xl-0_b43qd_3291{margin-top:0!important}._mt-xl-1_b43qd_3294{margin-top:.25rem!important}._mt-xl-2_b43qd_3297{margin-top:.5rem!important}._mt-xl-3_b43qd_3300{margin-top:1rem!important}._mt-xl-4_b43qd_3303{margin-top:1.5rem!important}._mt-xl-5_b43qd_3306{margin-top:3rem!important}._mt-xl-auto_b43qd_3309{margin-top:auto!important}._me-xl-0_b43qd_3312{margin-right:0!important}._me-xl-1_b43qd_3315{margin-right:.25rem!important}._me-xl-2_b43qd_3318{margin-right:.5rem!important}._me-xl-3_b43qd_3321{margin-right:1rem!important}._me-xl-4_b43qd_3324{margin-right:1.5rem!important}._me-xl-5_b43qd_3327{margin-right:3rem!important}._me-xl-auto_b43qd_3330{margin-right:auto!important}._mb-xl-0_b43qd_3333{margin-bottom:0!important}._mb-xl-1_b43qd_3336{margin-bottom:.25rem!important}._mb-xl-2_b43qd_3339{margin-bottom:.5rem!important}._mb-xl-3_b43qd_3342{margin-bottom:1rem!important}._mb-xl-4_b43qd_3345{margin-bottom:1.5rem!important}._mb-xl-5_b43qd_3348{margin-bottom:3rem!important}._mb-xl-auto_b43qd_3351{margin-bottom:auto!important}._ms-xl-0_b43qd_3354{margin-left:0!important}._ms-xl-1_b43qd_3357{margin-left:.25rem!important}._ms-xl-2_b43qd_3360{margin-left:.5rem!important}._ms-xl-3_b43qd_3363{margin-left:1rem!important}._ms-xl-4_b43qd_3366{margin-left:1.5rem!important}._ms-xl-5_b43qd_3369{margin-left:3rem!important}._ms-xl-auto_b43qd_3372{margin-left:auto!important}._p-xl-0_b43qd_3375{padding:0!important}._p-xl-1_b43qd_3378{padding:.25rem!important}._p-xl-2_b43qd_3381{padding:.5rem!important}._p-xl-3_b43qd_3384{padding:1rem!important}._p-xl-4_b43qd_3387{padding:1.5rem!important}._p-xl-5_b43qd_3390{padding:3rem!important}._px-xl-0_b43qd_3393{padding-right:0!important;padding-left:0!important}._px-xl-1_b43qd_3397{padding-right:.25rem!important;padding-left:.25rem!important}._px-xl-2_b43qd_3401{padding-right:.5rem!important;padding-left:.5rem!important}._px-xl-3_b43qd_3405{padding-right:1rem!important;padding-left:1rem!important}._px-xl-4_b43qd_3409{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-xl-5_b43qd_3413{padding-right:3rem!important;padding-left:3rem!important}._py-xl-0_b43qd_3417{padding-top:0!important;padding-bottom:0!important}._py-xl-1_b43qd_3421{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-xl-2_b43qd_3425{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-xl-3_b43qd_3429{padding-top:1rem!important;padding-bottom:1rem!important}._py-xl-4_b43qd_3433{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-xl-5_b43qd_3437{padding-top:3rem!important;padding-bottom:3rem!important}._pt-xl-0_b43qd_3441{padding-top:0!important}._pt-xl-1_b43qd_3444{padding-top:.25rem!important}._pt-xl-2_b43qd_3447{padding-top:.5rem!important}._pt-xl-3_b43qd_3450{padding-top:1rem!important}._pt-xl-4_b43qd_3453{padding-top:1.5rem!important}._pt-xl-5_b43qd_3456{padding-top:3rem!important}._pe-xl-0_b43qd_3459{padding-right:0!important}._pe-xl-1_b43qd_3462{padding-right:.25rem!important}._pe-xl-2_b43qd_3465{padding-right:.5rem!important}._pe-xl-3_b43qd_3468{padding-right:1rem!important}._pe-xl-4_b43qd_3471{padding-right:1.5rem!important}._pe-xl-5_b43qd_3474{padding-right:3rem!important}._pb-xl-0_b43qd_3477{padding-bottom:0!important}._pb-xl-1_b43qd_3480{padding-bottom:.25rem!important}._pb-xl-2_b43qd_3483{padding-bottom:.5rem!important}._pb-xl-3_b43qd_3486{padding-bottom:1rem!important}._pb-xl-4_b43qd_3489{padding-bottom:1.5rem!important}._pb-xl-5_b43qd_3492{padding-bottom:3rem!important}._ps-xl-0_b43qd_3495{padding-left:0!important}._ps-xl-1_b43qd_3498{padding-left:.25rem!important}._ps-xl-2_b43qd_3501{padding-left:.5rem!important}._ps-xl-3_b43qd_3504{padding-left:1rem!important}._ps-xl-4_b43qd_3507{padding-left:1.5rem!important}._ps-xl-5_b43qd_3510{padding-left:3rem!important}._text-xl-start_b43qd_3513{text-align:left!important}._text-xl-end_b43qd_3516{text-align:right!important}._text-xl-center_b43qd_3519{text-align:center!important}}@media (min-width: 1400px){._float-xxl-start_b43qd_3524{float:left!important}._float-xxl-end_b43qd_3527{float:right!important}._float-xxl-none_b43qd_3530{float:none!important}._d-xxl-inline_b43qd_3533{display:inline!important}._d-xxl-inline-block_b43qd_3536{display:inline-block!important}._d-xxl-block_b43qd_3539{display:block!important}._d-xxl-grid_b43qd_3542{display:grid!important}._d-xxl-table_b43qd_3545{display:table!important}._d-xxl-table-row_b43qd_3548{display:table-row!important}._d-xxl-table-cell_b43qd_3551{display:table-cell!important}._d-xxl-flex_b43qd_3554{display:flex!important}._d-xxl-inline-flex_b43qd_3557{display:inline-flex!important}._d-xxl-none_b43qd_3560{display:none!important}._flex-xxl-fill_b43qd_3563{flex:1 1 auto!important}._flex-xxl-row_b43qd_3566{flex-direction:row!important}._flex-xxl-column_b43qd_3569{flex-direction:column!important}._flex-xxl-row-reverse_b43qd_3572{flex-direction:row-reverse!important}._flex-xxl-column-reverse_b43qd_3575{flex-direction:column-reverse!important}._flex-xxl-grow-0_b43qd_3578{flex-grow:0!important}._flex-xxl-grow-1_b43qd_3581{flex-grow:1!important}._flex-xxl-shrink-0_b43qd_3584{flex-shrink:0!important}._flex-xxl-shrink-1_b43qd_3587{flex-shrink:1!important}._flex-xxl-wrap_b43qd_3590{flex-wrap:wrap!important}._flex-xxl-nowrap_b43qd_3593{flex-wrap:nowrap!important}._flex-xxl-wrap-reverse_b43qd_3596{flex-wrap:wrap-reverse!important}._gap-xxl-0_b43qd_3599{gap:0!important}._gap-xxl-1_b43qd_3602{gap:.25rem!important}._gap-xxl-2_b43qd_3605{gap:.5rem!important}._gap-xxl-3_b43qd_3608{gap:1rem!important}._gap-xxl-4_b43qd_3611{gap:1.5rem!important}._gap-xxl-5_b43qd_3614{gap:3rem!important}._justify-content-xxl-start_b43qd_3617{justify-content:flex-start!important}._justify-content-xxl-end_b43qd_3620{justify-content:flex-end!important}._justify-content-xxl-center_b43qd_3623{justify-content:center!important}._justify-content-xxl-between_b43qd_3626{justify-content:space-between!important}._justify-content-xxl-around_b43qd_3629{justify-content:space-around!important}._justify-content-xxl-evenly_b43qd_3632{justify-content:space-evenly!important}._align-items-xxl-start_b43qd_3635{align-items:flex-start!important}._align-items-xxl-end_b43qd_3638{align-items:flex-end!important}._align-items-xxl-center_b43qd_3641{align-items:center!important}._align-items-xxl-baseline_b43qd_3644{align-items:baseline!important}._align-items-xxl-stretch_b43qd_3647{align-items:stretch!important}._align-content-xxl-start_b43qd_3650{align-content:flex-start!important}._align-content-xxl-end_b43qd_3653{align-content:flex-end!important}._align-content-xxl-center_b43qd_3656{align-content:center!important}._align-content-xxl-between_b43qd_3659{align-content:space-between!important}._align-content-xxl-around_b43qd_3662{align-content:space-around!important}._align-content-xxl-stretch_b43qd_3665{align-content:stretch!important}._align-self-xxl-auto_b43qd_3668{align-self:auto!important}._align-self-xxl-start_b43qd_3671{align-self:flex-start!important}._align-self-xxl-end_b43qd_3674{align-self:flex-end!important}._align-self-xxl-center_b43qd_3677{align-self:center!important}._align-self-xxl-baseline_b43qd_3680{align-self:baseline!important}._align-self-xxl-stretch_b43qd_3683{align-self:stretch!important}._order-xxl-first_b43qd_3686{order:-1!important}._order-xxl-0_b43qd_3689{order:0!important}._order-xxl-1_b43qd_3692{order:1!important}._order-xxl-2_b43qd_3695{order:2!important}._order-xxl-3_b43qd_3698{order:3!important}._order-xxl-4_b43qd_3701{order:4!important}._order-xxl-5_b43qd_3704{order:5!important}._order-xxl-last_b43qd_3707{order:6!important}._m-xxl-0_b43qd_3710{margin:0!important}._m-xxl-1_b43qd_3713{margin:.25rem!important}._m-xxl-2_b43qd_3716{margin:.5rem!important}._m-xxl-3_b43qd_3719{margin:1rem!important}._m-xxl-4_b43qd_3722{margin:1.5rem!important}._m-xxl-5_b43qd_3725{margin:3rem!important}._m-xxl-auto_b43qd_3728{margin:auto!important}._mx-xxl-0_b43qd_3731{margin-right:0!important;margin-left:0!important}._mx-xxl-1_b43qd_3735{margin-right:.25rem!important;margin-left:.25rem!important}._mx-xxl-2_b43qd_3739{margin-right:.5rem!important;margin-left:.5rem!important}._mx-xxl-3_b43qd_3743{margin-right:1rem!important;margin-left:1rem!important}._mx-xxl-4_b43qd_3747{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-xxl-5_b43qd_3751{margin-right:3rem!important;margin-left:3rem!important}._mx-xxl-auto_b43qd_3755{margin-right:auto!important;margin-left:auto!important}._my-xxl-0_b43qd_3759{margin-top:0!important;margin-bottom:0!important}._my-xxl-1_b43qd_3763{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-xxl-2_b43qd_3767{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-xxl-3_b43qd_3771{margin-top:1rem!important;margin-bottom:1rem!important}._my-xxl-4_b43qd_3775{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-xxl-5_b43qd_3779{margin-top:3rem!important;margin-bottom:3rem!important}._my-xxl-auto_b43qd_3783{margin-top:auto!important;margin-bottom:auto!important}._mt-xxl-0_b43qd_3787{margin-top:0!important}._mt-xxl-1_b43qd_3790{margin-top:.25rem!important}._mt-xxl-2_b43qd_3793{margin-top:.5rem!important}._mt-xxl-3_b43qd_3796{margin-top:1rem!important}._mt-xxl-4_b43qd_3799{margin-top:1.5rem!important}._mt-xxl-5_b43qd_3802{margin-top:3rem!important}._mt-xxl-auto_b43qd_3805{margin-top:auto!important}._me-xxl-0_b43qd_3808{margin-right:0!important}._me-xxl-1_b43qd_3811{margin-right:.25rem!important}._me-xxl-2_b43qd_3814{margin-right:.5rem!important}._me-xxl-3_b43qd_3817{margin-right:1rem!important}._me-xxl-4_b43qd_3820{margin-right:1.5rem!important}._me-xxl-5_b43qd_3823{margin-right:3rem!important}._me-xxl-auto_b43qd_3826{margin-right:auto!important}._mb-xxl-0_b43qd_3829{margin-bottom:0!important}._mb-xxl-1_b43qd_3832{margin-bottom:.25rem!important}._mb-xxl-2_b43qd_3835{margin-bottom:.5rem!important}._mb-xxl-3_b43qd_3838{margin-bottom:1rem!important}._mb-xxl-4_b43qd_3841{margin-bottom:1.5rem!important}._mb-xxl-5_b43qd_3844{margin-bottom:3rem!important}._mb-xxl-auto_b43qd_3847{margin-bottom:auto!important}._ms-xxl-0_b43qd_3850{margin-left:0!important}._ms-xxl-1_b43qd_3853{margin-left:.25rem!important}._ms-xxl-2_b43qd_3856{margin-left:.5rem!important}._ms-xxl-3_b43qd_3859{margin-left:1rem!important}._ms-xxl-4_b43qd_3862{margin-left:1.5rem!important}._ms-xxl-5_b43qd_3865{margin-left:3rem!important}._ms-xxl-auto_b43qd_3868{margin-left:auto!important}._p-xxl-0_b43qd_3871{padding:0!important}._p-xxl-1_b43qd_3874{padding:.25rem!important}._p-xxl-2_b43qd_3877{padding:.5rem!important}._p-xxl-3_b43qd_3880{padding:1rem!important}._p-xxl-4_b43qd_3883{padding:1.5rem!important}._p-xxl-5_b43qd_3886{padding:3rem!important}._px-xxl-0_b43qd_3889{padding-right:0!important;padding-left:0!important}._px-xxl-1_b43qd_3893{padding-right:.25rem!important;padding-left:.25rem!important}._px-xxl-2_b43qd_3897{padding-right:.5rem!important;padding-left:.5rem!important}._px-xxl-3_b43qd_3901{padding-right:1rem!important;padding-left:1rem!important}._px-xxl-4_b43qd_3905{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-xxl-5_b43qd_3909{padding-right:3rem!important;padding-left:3rem!important}._py-xxl-0_b43qd_3913{padding-top:0!important;padding-bottom:0!important}._py-xxl-1_b43qd_3917{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-xxl-2_b43qd_3921{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-xxl-3_b43qd_3925{padding-top:1rem!important;padding-bottom:1rem!important}._py-xxl-4_b43qd_3929{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-xxl-5_b43qd_3933{padding-top:3rem!important;padding-bottom:3rem!important}._pt-xxl-0_b43qd_3937{padding-top:0!important}._pt-xxl-1_b43qd_3940{padding-top:.25rem!important}._pt-xxl-2_b43qd_3943{padding-top:.5rem!important}._pt-xxl-3_b43qd_3946{padding-top:1rem!important}._pt-xxl-4_b43qd_3949{padding-top:1.5rem!important}._pt-xxl-5_b43qd_3952{padding-top:3rem!important}._pe-xxl-0_b43qd_3955{padding-right:0!important}._pe-xxl-1_b43qd_3958{padding-right:.25rem!important}._pe-xxl-2_b43qd_3961{padding-right:.5rem!important}._pe-xxl-3_b43qd_3964{padding-right:1rem!important}._pe-xxl-4_b43qd_3967{padding-right:1.5rem!important}._pe-xxl-5_b43qd_3970{padding-right:3rem!important}._pb-xxl-0_b43qd_3973{padding-bottom:0!important}._pb-xxl-1_b43qd_3976{padding-bottom:.25rem!important}._pb-xxl-2_b43qd_3979{padding-bottom:.5rem!important}._pb-xxl-3_b43qd_3982{padding-bottom:1rem!important}._pb-xxl-4_b43qd_3985{padding-bottom:1.5rem!important}._pb-xxl-5_b43qd_3988{padding-bottom:3rem!important}._ps-xxl-0_b43qd_3991{padding-left:0!important}._ps-xxl-1_b43qd_3994{padding-left:.25rem!important}._ps-xxl-2_b43qd_3997{padding-left:.5rem!important}._ps-xxl-3_b43qd_4000{padding-left:1rem!important}._ps-xxl-4_b43qd_4003{padding-left:1.5rem!important}._ps-xxl-5_b43qd_4006{padding-left:3rem!important}._text-xxl-start_b43qd_4009{text-align:left!important}._text-xxl-end_b43qd_4012{text-align:right!important}._text-xxl-center_b43qd_4015{text-align:center!important}}@media (min-width: 1200px){._fs-1_b43qd_1169{font-size:2.5rem!important}._fs-2_b43qd_1173{font-size:2rem!important}._fs-3_b43qd_1177{font-size:1.75rem!important}._fs-4_b43qd_1181{font-size:1.5rem!important}}@media print{._d-print-inline_b43qd_4034{display:inline!important}._d-print-inline-block_b43qd_4037{display:inline-block!important}._d-print-block_b43qd_4040{display:block!important}._d-print-grid_b43qd_4043{display:grid!important}._d-print-table_b43qd_4046{display:table!important}._d-print-table-row_b43qd_4049{display:table-row!important}._d-print-table-cell_b43qd_4052{display:table-cell!important}._d-print-flex_b43qd_4055{display:flex!important}._d-print-inline-flex_b43qd_4058{display:inline-flex!important}._d-print-none_b43qd_4061{display:none!important}}._layout_b43qd_4065{display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;transition:all .5s;-webkit-transition:all .25s}._layout_b43qd_4065._container_with_menu_sidebar_b43qd_4073{margin-left:240px}@media (max-width: 767.98px){._layout_b43qd_4065._container_with_menu_sidebar_b43qd_4073{margin-left:unset}}._layout_b43qd_4065 header,._layout_b43qd_4065 footer{flex-shrink:0}._layout_b43qd_4065>div:not(.spinner-border){flex-grow:1}._warning_message_y9joh_1{color:var(--white-color);background-color:var(--accent-color);font-family:var(--emphasis-font);font-size:18px;line-height:24px;text-align:center;padding:8px 0;margin:0}._warning_message_y9joh_1:not(:last-of-type){border-bottom:1px solid var(--light-gray)}._warning_message_y9joh_1 ._link_to_setup_y9joh_14{color:var(--white-color);text-decoration:underline}._clearfix_rwk0w_7:after{display:block;clear:both;content:""}._link-primary_rwk0w_13{color:#0d6efd}._link-primary_rwk0w_13:hover,._link-primary_rwk0w_13:focus{color:#0a58ca}._link-secondary_rwk0w_20{color:#6c757d}._link-secondary_rwk0w_20:hover,._link-secondary_rwk0w_20:focus{color:#565e64}._link-success_rwk0w_27{color:#198754}._link-success_rwk0w_27:hover,._link-success_rwk0w_27:focus{color:#146c43}._link-info_rwk0w_34{color:#0dcaf0}._link-info_rwk0w_34:hover,._link-info_rwk0w_34:focus{color:#3dd5f3}._link-warning_rwk0w_41{color:#ffc107}._link-warning_rwk0w_41:hover,._link-warning_rwk0w_41:focus{color:#ffcd39}._link-danger_rwk0w_48{color:#dc3545}._link-danger_rwk0w_48:hover,._link-danger_rwk0w_48:focus{color:#b02a37}._link-light_rwk0w_55{color:#f8f9fa}._link-light_rwk0w_55:hover,._link-light_rwk0w_55:focus{color:#f9fafb}._link-dark_rwk0w_62{color:#212529}._link-dark_rwk0w_62:hover,._link-dark_rwk0w_62:focus{color:#1a1e21}._ratio_rwk0w_69{position:relative;width:100%}._ratio_rwk0w_69:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}._ratio_rwk0w_69>*{position:absolute;top:0;left:0;width:100%;height:100%}._ratio-1x1_rwk0w_86{--bs-aspect-ratio: 100%}._ratio-4x3_rwk0w_90{--bs-aspect-ratio: 75%}._ratio-16x9_rwk0w_94{--bs-aspect-ratio: 56.25%}._ratio-21x9_rwk0w_98{--bs-aspect-ratio: 42.8571428571%}._fixed-top_rwk0w_102{position:fixed;top:0;right:0;left:0;z-index:1030}._fixed-bottom_rwk0w_110{position:fixed;right:0;bottom:0;left:0;z-index:1030}._sticky-top_rwk0w_118{position:sticky;top:0;z-index:1020}@media (min-width: 576px){._sticky-sm-top_rwk0w_125{position:sticky;top:0;z-index:1020}}@media (min-width: 768px){._sticky-md-top_rwk0w_132{position:sticky;top:0;z-index:1020}}@media (min-width: 992px){._sticky-lg-top_rwk0w_139{position:sticky;top:0;z-index:1020}}@media (min-width: 1200px){._sticky-xl-top_rwk0w_146{position:sticky;top:0;z-index:1020}}@media (min-width: 1400px){._sticky-xxl-top_rwk0w_153{position:sticky;top:0;z-index:1020}}._hstack_rwk0w_159{display:flex;flex-direction:row;align-items:center;align-self:stretch}._vstack_rwk0w_166{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}._visually-hidden_rwk0w_173,._visually-hidden-focusable_rwk0w_174: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_rwk0w_186:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}._text-truncate_rwk0w_196{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._vr_rwk0w_202{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}._align-baseline_rwk0w_211{vertical-align:baseline!important}._align-top_rwk0w_215{vertical-align:top!important}._align-middle_rwk0w_219{vertical-align:middle!important}._align-bottom_rwk0w_223{vertical-align:bottom!important}._align-text-bottom_rwk0w_227{vertical-align:text-bottom!important}._align-text-top_rwk0w_231{vertical-align:text-top!important}._float-start_rwk0w_235{float:left!important}._float-end_rwk0w_239{float:right!important}._float-none_rwk0w_243{float:none!important}._opacity-0_rwk0w_247{opacity:0!important}._opacity-25_rwk0w_251{opacity:.25!important}._opacity-50_rwk0w_255{opacity:.5!important}._opacity-75_rwk0w_259{opacity:.75!important}._opacity-100_rwk0w_263{opacity:1!important}._overflow-auto_rwk0w_267{overflow:auto!important}._overflow-hidden_rwk0w_271{overflow:hidden!important}._overflow-visible_rwk0w_275{overflow:visible!important}._overflow-scroll_rwk0w_279{overflow:scroll!important}._d-inline_rwk0w_283{display:inline!important}._d-inline-block_rwk0w_287{display:inline-block!important}._d-block_rwk0w_291{display:block!important}._d-grid_rwk0w_295{display:grid!important}._d-table_rwk0w_299{display:table!important}._d-table-row_rwk0w_303{display:table-row!important}._d-table-cell_rwk0w_307{display:table-cell!important}._d-flex_rwk0w_311{display:flex!important}._d-inline-flex_rwk0w_315{display:inline-flex!important}._d-none_rwk0w_319{display:none!important}._shadow_rwk0w_323{box-shadow:0 .5rem 1rem #00000026!important}._shadow-sm_rwk0w_327{box-shadow:0 .125rem .25rem #00000013!important}._shadow-lg_rwk0w_331{box-shadow:0 1rem 3rem #0000002d!important}._shadow-none_rwk0w_335{box-shadow:none!important}._position-static_rwk0w_339{position:static!important}._position-relative_rwk0w_343{position:relative!important}._position-absolute_rwk0w_347{position:absolute!important}._position-fixed_rwk0w_351{position:fixed!important}._position-sticky_rwk0w_355{position:sticky!important}._top-0_rwk0w_359{top:0!important}._top-50_rwk0w_363{top:50%!important}._top-100_rwk0w_367{top:100%!important}._bottom-0_rwk0w_371{bottom:0!important}._bottom-50_rwk0w_375{bottom:50%!important}._bottom-100_rwk0w_379{bottom:100%!important}._start-0_rwk0w_383{left:0!important}._start-50_rwk0w_387{left:50%!important}._start-100_rwk0w_391{left:100%!important}._end-0_rwk0w_395{right:0!important}._end-50_rwk0w_399{right:50%!important}._end-100_rwk0w_403{right:100%!important}._translate-middle_rwk0w_407{transform:translate(-50%,-50%)!important}._translate-middle-x_rwk0w_411{transform:translate(-50%)!important}._translate-middle-y_rwk0w_415{transform:translateY(-50%)!important}._border_rwk0w_419{border:1px solid #dee2e6!important}._border-0_rwk0w_423{border:0!important}._border-top_rwk0w_427{border-top:1px solid #dee2e6!important}._border-top-0_rwk0w_431{border-top:0!important}._border-end_rwk0w_435{border-right:1px solid #dee2e6!important}._border-end-0_rwk0w_439{border-right:0!important}._border-bottom_rwk0w_443{border-bottom:1px solid #dee2e6!important}._border-bottom-0_rwk0w_447{border-bottom:0!important}._border-start_rwk0w_451{border-left:1px solid #dee2e6!important}._border-start-0_rwk0w_455{border-left:0!important}._border-primary_rwk0w_459{border-color:#0d6efd!important}._border-secondary_rwk0w_463{border-color:#6c757d!important}._border-success_rwk0w_467{border-color:#198754!important}._border-info_rwk0w_471{border-color:#0dcaf0!important}._border-warning_rwk0w_475{border-color:#ffc107!important}._border-danger_rwk0w_479{border-color:#dc3545!important}._border-light_rwk0w_483{border-color:#f8f9fa!important}._border-dark_rwk0w_487{border-color:#212529!important}._border-white_rwk0w_491{border-color:#fff!important}._border-1_rwk0w_495{border-width:1px!important}._border-2_rwk0w_499{border-width:2px!important}._border-3_rwk0w_503{border-width:3px!important}._border-4_rwk0w_507{border-width:4px!important}._border-5_rwk0w_511{border-width:5px!important}._w-25_rwk0w_515{width:25%!important}._w-50_rwk0w_519{width:50%!important}._w-75_rwk0w_523{width:75%!important}._w-100_rwk0w_527{width:100%!important}._w-auto_rwk0w_531{width:auto!important}._mw-100_rwk0w_535{max-width:100%!important}._vw-100_rwk0w_539{width:100vw!important}._min-vw-100_rwk0w_543{min-width:100vw!important}._h-25_rwk0w_547{height:25%!important}._h-50_rwk0w_551{height:50%!important}._h-75_rwk0w_555{height:75%!important}._h-100_rwk0w_559{height:100%!important}._h-auto_rwk0w_563{height:auto!important}._mh-100_rwk0w_567{max-height:100%!important}._vh-100_rwk0w_571{height:100vh!important}._min-vh-100_rwk0w_575{min-height:100vh!important}._flex-fill_rwk0w_579{flex:1 1 auto!important}._flex-row_rwk0w_583{flex-direction:row!important}._flex-column_rwk0w_587{flex-direction:column!important}._flex-row-reverse_rwk0w_591{flex-direction:row-reverse!important}._flex-column-reverse_rwk0w_595{flex-direction:column-reverse!important}._flex-grow-0_rwk0w_599{flex-grow:0!important}._flex-grow-1_rwk0w_603{flex-grow:1!important}._flex-shrink-0_rwk0w_607{flex-shrink:0!important}._flex-shrink-1_rwk0w_611{flex-shrink:1!important}._flex-wrap_rwk0w_615{flex-wrap:wrap!important}._flex-nowrap_rwk0w_619{flex-wrap:nowrap!important}._flex-wrap-reverse_rwk0w_623{flex-wrap:wrap-reverse!important}._gap-0_rwk0w_627{gap:0!important}._gap-1_rwk0w_631{gap:.25rem!important}._gap-2_rwk0w_635{gap:.5rem!important}._gap-3_rwk0w_639{gap:1rem!important}._gap-4_rwk0w_643{gap:1.5rem!important}._gap-5_rwk0w_647{gap:3rem!important}._justify-content-start_rwk0w_651{justify-content:flex-start!important}._justify-content-end_rwk0w_655{justify-content:flex-end!important}._justify-content-center_rwk0w_659{justify-content:center!important}._justify-content-between_rwk0w_663{justify-content:space-between!important}._justify-content-around_rwk0w_667{justify-content:space-around!important}._justify-content-evenly_rwk0w_671{justify-content:space-evenly!important}._align-items-start_rwk0w_675{align-items:flex-start!important}._align-items-end_rwk0w_679{align-items:flex-end!important}._align-items-center_rwk0w_683{align-items:center!important}._align-items-baseline_rwk0w_687{align-items:baseline!important}._align-items-stretch_rwk0w_691{align-items:stretch!important}._align-content-start_rwk0w_695{align-content:flex-start!important}._align-content-end_rwk0w_699{align-content:flex-end!important}._align-content-center_rwk0w_703{align-content:center!important}._align-content-between_rwk0w_707{align-content:space-between!important}._align-content-around_rwk0w_711{align-content:space-around!important}._align-content-stretch_rwk0w_715{align-content:stretch!important}._align-self-auto_rwk0w_719{align-self:auto!important}._align-self-start_rwk0w_723{align-self:flex-start!important}._align-self-end_rwk0w_727{align-self:flex-end!important}._align-self-center_rwk0w_731{align-self:center!important}._align-self-baseline_rwk0w_735{align-self:baseline!important}._align-self-stretch_rwk0w_739{align-self:stretch!important}._order-first_rwk0w_743{order:-1!important}._order-0_rwk0w_747{order:0!important}._order-1_rwk0w_751{order:1!important}._order-2_rwk0w_755{order:2!important}._order-3_rwk0w_759{order:3!important}._order-4_rwk0w_763{order:4!important}._order-5_rwk0w_767{order:5!important}._order-last_rwk0w_771{order:6!important}._m-0_rwk0w_775{margin:0!important}._m-1_rwk0w_779{margin:.25rem!important}._m-2_rwk0w_783{margin:.5rem!important}._m-3_rwk0w_787{margin:1rem!important}._m-4_rwk0w_791{margin:1.5rem!important}._m-5_rwk0w_795{margin:3rem!important}._m-auto_rwk0w_799{margin:auto!important}._mx-0_rwk0w_803{margin-right:0!important;margin-left:0!important}._mx-1_rwk0w_808{margin-right:.25rem!important;margin-left:.25rem!important}._mx-2_rwk0w_813{margin-right:.5rem!important;margin-left:.5rem!important}._mx-3_rwk0w_818{margin-right:1rem!important;margin-left:1rem!important}._mx-4_rwk0w_823{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-5_rwk0w_828{margin-right:3rem!important;margin-left:3rem!important}._mx-auto_rwk0w_833{margin-right:auto!important;margin-left:auto!important}._my-0_rwk0w_838{margin-top:0!important;margin-bottom:0!important}._my-1_rwk0w_843{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-2_rwk0w_848{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-3_rwk0w_853{margin-top:1rem!important;margin-bottom:1rem!important}._my-4_rwk0w_858{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-5_rwk0w_863{margin-top:3rem!important;margin-bottom:3rem!important}._my-auto_rwk0w_868{margin-top:auto!important;margin-bottom:auto!important}._mt-0_rwk0w_873{margin-top:0!important}._mt-1_rwk0w_877{margin-top:.25rem!important}._mt-2_rwk0w_881{margin-top:.5rem!important}._mt-3_rwk0w_885{margin-top:1rem!important}._mt-4_rwk0w_889{margin-top:1.5rem!important}._mt-5_rwk0w_893{margin-top:3rem!important}._mt-auto_rwk0w_897{margin-top:auto!important}._me-0_rwk0w_901{margin-right:0!important}._me-1_rwk0w_905{margin-right:.25rem!important}._me-2_rwk0w_909{margin-right:.5rem!important}._me-3_rwk0w_913{margin-right:1rem!important}._me-4_rwk0w_917{margin-right:1.5rem!important}._me-5_rwk0w_921{margin-right:3rem!important}._me-auto_rwk0w_925{margin-right:auto!important}._mb-0_rwk0w_929{margin-bottom:0!important}._mb-1_rwk0w_933{margin-bottom:.25rem!important}._mb-2_rwk0w_937{margin-bottom:.5rem!important}._mb-3_rwk0w_941{margin-bottom:1rem!important}._mb-4_rwk0w_945{margin-bottom:1.5rem!important}._mb-5_rwk0w_949{margin-bottom:3rem!important}._mb-auto_rwk0w_953{margin-bottom:auto!important}._ms-0_rwk0w_957{margin-left:0!important}._ms-1_rwk0w_961{margin-left:.25rem!important}._ms-2_rwk0w_965{margin-left:.5rem!important}._ms-3_rwk0w_969{margin-left:1rem!important}._ms-4_rwk0w_973{margin-left:1.5rem!important}._ms-5_rwk0w_977{margin-left:3rem!important}._ms-auto_rwk0w_981{margin-left:auto!important}._p-0_rwk0w_985{padding:0!important}._p-1_rwk0w_989{padding:.25rem!important}._p-2_rwk0w_993{padding:.5rem!important}._p-3_rwk0w_997{padding:1rem!important}._p-4_rwk0w_1001{padding:1.5rem!important}._p-5_rwk0w_1005{padding:3rem!important}._px-0_rwk0w_1009{padding-right:0!important;padding-left:0!important}._px-1_rwk0w_1014{padding-right:.25rem!important;padding-left:.25rem!important}._px-2_rwk0w_1019{padding-right:.5rem!important;padding-left:.5rem!important}._px-3_rwk0w_1024{padding-right:1rem!important;padding-left:1rem!important}._px-4_rwk0w_1029{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-5_rwk0w_1034{padding-right:3rem!important;padding-left:3rem!important}._py-0_rwk0w_1039{padding-top:0!important;padding-bottom:0!important}._py-1_rwk0w_1044{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-2_rwk0w_1049{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-3_rwk0w_1054{padding-top:1rem!important;padding-bottom:1rem!important}._py-4_rwk0w_1059{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-5_rwk0w_1064{padding-top:3rem!important;padding-bottom:3rem!important}._pt-0_rwk0w_1069{padding-top:0!important}._pt-1_rwk0w_1073{padding-top:.25rem!important}._pt-2_rwk0w_1077{padding-top:.5rem!important}._pt-3_rwk0w_1081{padding-top:1rem!important}._pt-4_rwk0w_1085{padding-top:1.5rem!important}._pt-5_rwk0w_1089{padding-top:3rem!important}._pe-0_rwk0w_1093{padding-right:0!important}._pe-1_rwk0w_1097{padding-right:.25rem!important}._pe-2_rwk0w_1101{padding-right:.5rem!important}._pe-3_rwk0w_1105{padding-right:1rem!important}._pe-4_rwk0w_1109{padding-right:1.5rem!important}._pe-5_rwk0w_1113{padding-right:3rem!important}._pb-0_rwk0w_1117{padding-bottom:0!important}._pb-1_rwk0w_1121{padding-bottom:.25rem!important}._pb-2_rwk0w_1125{padding-bottom:.5rem!important}._pb-3_rwk0w_1129{padding-bottom:1rem!important}._pb-4_rwk0w_1133{padding-bottom:1.5rem!important}._pb-5_rwk0w_1137{padding-bottom:3rem!important}._ps-0_rwk0w_1141{padding-left:0!important}._ps-1_rwk0w_1145{padding-left:.25rem!important}._ps-2_rwk0w_1149{padding-left:.5rem!important}._ps-3_rwk0w_1153{padding-left:1rem!important}._ps-4_rwk0w_1157{padding-left:1.5rem!important}._ps-5_rwk0w_1161{padding-left:3rem!important}._font-monospace_rwk0w_1165{font-family:var(--bs-font-monospace)!important}._fs-1_rwk0w_1169{font-size:calc(1.375rem + 1.5vw)!important}._fs-2_rwk0w_1173{font-size:calc(1.325rem + .9vw)!important}._fs-3_rwk0w_1177{font-size:calc(1.3rem + .6vw)!important}._fs-4_rwk0w_1181{font-size:calc(1.275rem + .3vw)!important}._fs-5_rwk0w_1185{font-size:1.25rem!important}._fs-6_rwk0w_1189{font-size:1rem!important}._fst-italic_rwk0w_1193{font-style:italic!important}._fst-normal_rwk0w_1197{font-style:normal!important}._fw-light_rwk0w_1201{font-weight:300!important}._fw-lighter_rwk0w_1205{font-weight:lighter!important}._fw-normal_rwk0w_1209{font-weight:400!important}._fw-bold_rwk0w_1213{font-weight:700!important}._fw-bolder_rwk0w_1217{font-weight:bolder!important}._lh-1_rwk0w_1221{line-height:1!important}._lh-sm_rwk0w_1225{line-height:1.25!important}._lh-base_rwk0w_1229{line-height:1.5!important}._lh-lg_rwk0w_1233{line-height:2!important}._text-start_rwk0w_1237{text-align:left!important}._text-end_rwk0w_1241{text-align:right!important}._text-center_rwk0w_1245{text-align:center!important}._text-decoration-none_rwk0w_1249{text-decoration:none!important}._text-decoration-underline_rwk0w_1253{text-decoration:underline!important}._text-decoration-line-through_rwk0w_1257{text-decoration:line-through!important}._text-lowercase_rwk0w_1261{text-transform:lowercase!important}._text-uppercase_rwk0w_1265{text-transform:uppercase!important}._text-capitalize_rwk0w_1269{text-transform:capitalize!important}._text-wrap_rwk0w_1273{white-space:normal!important}._text-nowrap_rwk0w_1277{white-space:nowrap!important}._text-break_rwk0w_1282{word-wrap:break-word!important;word-break:break-word!important}._text-primary_rwk0w_1288{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}._text-secondary_rwk0w_1293{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}._text-success_rwk0w_1298{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}._text-info_rwk0w_1303{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}._text-warning_rwk0w_1308{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}._text-danger_rwk0w_1313{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}._text-light_rwk0w_1318{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}._text-dark_rwk0w_1323{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}._text-black_rwk0w_1328{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}._text-white_rwk0w_1333{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}._text-body_rwk0w_1338{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}._text-muted_rwk0w_1343{--bs-text-opacity: 1;color:#6c757d!important}._text-black-50_rwk0w_1348{--bs-text-opacity: 1;color:#00000080!important}._text-white-50_rwk0w_1353{--bs-text-opacity: 1;color:#ffffff80!important}._text-reset_rwk0w_1358{--bs-text-opacity: 1;color:inherit!important}._text-opacity-25_rwk0w_1363{--bs-text-opacity: .25}._text-opacity-50_rwk0w_1367{--bs-text-opacity: .5}._text-opacity-75_rwk0w_1371{--bs-text-opacity: .75}._text-opacity-100_rwk0w_1375{--bs-text-opacity: 1}._bg-primary_rwk0w_1379{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}._bg-secondary_rwk0w_1384{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}._bg-success_rwk0w_1389{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}._bg-info_rwk0w_1394{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}._bg-warning_rwk0w_1399{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}._bg-danger_rwk0w_1404{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}._bg-light_rwk0w_1409{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}._bg-dark_rwk0w_1414{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}._bg-black_rwk0w_1419{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}._bg-white_rwk0w_1424{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}._bg-body_rwk0w_1429{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}._bg-transparent_rwk0w_1434{--bs-bg-opacity: 1;background-color:transparent!important}._bg-opacity-10_rwk0w_1439{--bs-bg-opacity: .1}._bg-opacity-25_rwk0w_1443{--bs-bg-opacity: .25}._bg-opacity-50_rwk0w_1447{--bs-bg-opacity: .5}._bg-opacity-75_rwk0w_1451{--bs-bg-opacity: .75}._bg-opacity-100_rwk0w_1455{--bs-bg-opacity: 1}._bg-gradient_rwk0w_1459{background-image:var(--bs-gradient)!important}._user-select-all_rwk0w_1463{-webkit-user-select:all!important;user-select:all!important}._user-select-auto_rwk0w_1467{-webkit-user-select:auto!important;user-select:auto!important}._user-select-none_rwk0w_1471{-webkit-user-select:none!important;user-select:none!important}._pe-none_rwk0w_1475{pointer-events:none!important}._pe-auto_rwk0w_1479{pointer-events:auto!important}._rounded_rwk0w_1483{border-radius:.25rem!important}._rounded-0_rwk0w_1487{border-radius:0!important}._rounded-1_rwk0w_1491{border-radius:.2rem!important}._rounded-2_rwk0w_1495{border-radius:.25rem!important}._rounded-3_rwk0w_1499{border-radius:.3rem!important}._rounded-circle_rwk0w_1503{border-radius:50%!important}._rounded-pill_rwk0w_1507{border-radius:50rem!important}._rounded-top_rwk0w_1511{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}._rounded-end_rwk0w_1516{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}._rounded-bottom_rwk0w_1521{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}._rounded-start_rwk0w_1526{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}._visible_rwk0w_1531{visibility:visible!important}._invisible_rwk0w_1535{visibility:hidden!important}@media (min-width: 576px){._float-sm-start_rwk0w_1540{float:left!important}._float-sm-end_rwk0w_1543{float:right!important}._float-sm-none_rwk0w_1546{float:none!important}._d-sm-inline_rwk0w_1549{display:inline!important}._d-sm-inline-block_rwk0w_1552{display:inline-block!important}._d-sm-block_rwk0w_1555{display:block!important}._d-sm-grid_rwk0w_1558{display:grid!important}._d-sm-table_rwk0w_1561{display:table!important}._d-sm-table-row_rwk0w_1564{display:table-row!important}._d-sm-table-cell_rwk0w_1567{display:table-cell!important}._d-sm-flex_rwk0w_1570{display:flex!important}._d-sm-inline-flex_rwk0w_1573{display:inline-flex!important}._d-sm-none_rwk0w_1576{display:none!important}._flex-sm-fill_rwk0w_1579{flex:1 1 auto!important}._flex-sm-row_rwk0w_1582{flex-direction:row!important}._flex-sm-column_rwk0w_1585{flex-direction:column!important}._flex-sm-row-reverse_rwk0w_1588{flex-direction:row-reverse!important}._flex-sm-column-reverse_rwk0w_1591{flex-direction:column-reverse!important}._flex-sm-grow-0_rwk0w_1594{flex-grow:0!important}._flex-sm-grow-1_rwk0w_1597{flex-grow:1!important}._flex-sm-shrink-0_rwk0w_1600{flex-shrink:0!important}._flex-sm-shrink-1_rwk0w_1603{flex-shrink:1!important}._flex-sm-wrap_rwk0w_1606{flex-wrap:wrap!important}._flex-sm-nowrap_rwk0w_1609{flex-wrap:nowrap!important}._flex-sm-wrap-reverse_rwk0w_1612{flex-wrap:wrap-reverse!important}._gap-sm-0_rwk0w_1615{gap:0!important}._gap-sm-1_rwk0w_1618{gap:.25rem!important}._gap-sm-2_rwk0w_1621{gap:.5rem!important}._gap-sm-3_rwk0w_1624{gap:1rem!important}._gap-sm-4_rwk0w_1627{gap:1.5rem!important}._gap-sm-5_rwk0w_1630{gap:3rem!important}._justify-content-sm-start_rwk0w_1633{justify-content:flex-start!important}._justify-content-sm-end_rwk0w_1636{justify-content:flex-end!important}._justify-content-sm-center_rwk0w_1639{justify-content:center!important}._justify-content-sm-between_rwk0w_1642{justify-content:space-between!important}._justify-content-sm-around_rwk0w_1645{justify-content:space-around!important}._justify-content-sm-evenly_rwk0w_1648{justify-content:space-evenly!important}._align-items-sm-start_rwk0w_1651{align-items:flex-start!important}._align-items-sm-end_rwk0w_1654{align-items:flex-end!important}._align-items-sm-center_rwk0w_1657{align-items:center!important}._align-items-sm-baseline_rwk0w_1660{align-items:baseline!important}._align-items-sm-stretch_rwk0w_1663{align-items:stretch!important}._align-content-sm-start_rwk0w_1666{align-content:flex-start!important}._align-content-sm-end_rwk0w_1669{align-content:flex-end!important}._align-content-sm-center_rwk0w_1672{align-content:center!important}._align-content-sm-between_rwk0w_1675{align-content:space-between!important}._align-content-sm-around_rwk0w_1678{align-content:space-around!important}._align-content-sm-stretch_rwk0w_1681{align-content:stretch!important}._align-self-sm-auto_rwk0w_1684{align-self:auto!important}._align-self-sm-start_rwk0w_1687{align-self:flex-start!important}._align-self-sm-end_rwk0w_1690{align-self:flex-end!important}._align-self-sm-center_rwk0w_1693{align-self:center!important}._align-self-sm-baseline_rwk0w_1696{align-self:baseline!important}._align-self-sm-stretch_rwk0w_1699{align-self:stretch!important}._order-sm-first_rwk0w_1702{order:-1!important}._order-sm-0_rwk0w_1705{order:0!important}._order-sm-1_rwk0w_1708{order:1!important}._order-sm-2_rwk0w_1711{order:2!important}._order-sm-3_rwk0w_1714{order:3!important}._order-sm-4_rwk0w_1717{order:4!important}._order-sm-5_rwk0w_1720{order:5!important}._order-sm-last_rwk0w_1723{order:6!important}._m-sm-0_rwk0w_1726{margin:0!important}._m-sm-1_rwk0w_1729{margin:.25rem!important}._m-sm-2_rwk0w_1732{margin:.5rem!important}._m-sm-3_rwk0w_1735{margin:1rem!important}._m-sm-4_rwk0w_1738{margin:1.5rem!important}._m-sm-5_rwk0w_1741{margin:3rem!important}._m-sm-auto_rwk0w_1744{margin:auto!important}._mx-sm-0_rwk0w_1747{margin-right:0!important;margin-left:0!important}._mx-sm-1_rwk0w_1751{margin-right:.25rem!important;margin-left:.25rem!important}._mx-sm-2_rwk0w_1755{margin-right:.5rem!important;margin-left:.5rem!important}._mx-sm-3_rwk0w_1759{margin-right:1rem!important;margin-left:1rem!important}._mx-sm-4_rwk0w_1763{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-sm-5_rwk0w_1767{margin-right:3rem!important;margin-left:3rem!important}._mx-sm-auto_rwk0w_1771{margin-right:auto!important;margin-left:auto!important}._my-sm-0_rwk0w_1775{margin-top:0!important;margin-bottom:0!important}._my-sm-1_rwk0w_1779{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-sm-2_rwk0w_1783{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-sm-3_rwk0w_1787{margin-top:1rem!important;margin-bottom:1rem!important}._my-sm-4_rwk0w_1791{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-sm-5_rwk0w_1795{margin-top:3rem!important;margin-bottom:3rem!important}._my-sm-auto_rwk0w_1799{margin-top:auto!important;margin-bottom:auto!important}._mt-sm-0_rwk0w_1803{margin-top:0!important}._mt-sm-1_rwk0w_1806{margin-top:.25rem!important}._mt-sm-2_rwk0w_1809{margin-top:.5rem!important}._mt-sm-3_rwk0w_1812{margin-top:1rem!important}._mt-sm-4_rwk0w_1815{margin-top:1.5rem!important}._mt-sm-5_rwk0w_1818{margin-top:3rem!important}._mt-sm-auto_rwk0w_1821{margin-top:auto!important}._me-sm-0_rwk0w_1824{margin-right:0!important}._me-sm-1_rwk0w_1827{margin-right:.25rem!important}._me-sm-2_rwk0w_1830{margin-right:.5rem!important}._me-sm-3_rwk0w_1833{margin-right:1rem!important}._me-sm-4_rwk0w_1836{margin-right:1.5rem!important}._me-sm-5_rwk0w_1839{margin-right:3rem!important}._me-sm-auto_rwk0w_1842{margin-right:auto!important}._mb-sm-0_rwk0w_1845{margin-bottom:0!important}._mb-sm-1_rwk0w_1848{margin-bottom:.25rem!important}._mb-sm-2_rwk0w_1851{margin-bottom:.5rem!important}._mb-sm-3_rwk0w_1854{margin-bottom:1rem!important}._mb-sm-4_rwk0w_1857{margin-bottom:1.5rem!important}._mb-sm-5_rwk0w_1860{margin-bottom:3rem!important}._mb-sm-auto_rwk0w_1863{margin-bottom:auto!important}._ms-sm-0_rwk0w_1866{margin-left:0!important}._ms-sm-1_rwk0w_1869{margin-left:.25rem!important}._ms-sm-2_rwk0w_1872{margin-left:.5rem!important}._ms-sm-3_rwk0w_1875{margin-left:1rem!important}._ms-sm-4_rwk0w_1878{margin-left:1.5rem!important}._ms-sm-5_rwk0w_1881{margin-left:3rem!important}._ms-sm-auto_rwk0w_1884{margin-left:auto!important}._p-sm-0_rwk0w_1887{padding:0!important}._p-sm-1_rwk0w_1890{padding:.25rem!important}._p-sm-2_rwk0w_1893{padding:.5rem!important}._p-sm-3_rwk0w_1896{padding:1rem!important}._p-sm-4_rwk0w_1899{padding:1.5rem!important}._p-sm-5_rwk0w_1902{padding:3rem!important}._px-sm-0_rwk0w_1905{padding-right:0!important;padding-left:0!important}._px-sm-1_rwk0w_1909{padding-right:.25rem!important;padding-left:.25rem!important}._px-sm-2_rwk0w_1913{padding-right:.5rem!important;padding-left:.5rem!important}._px-sm-3_rwk0w_1917{padding-right:1rem!important;padding-left:1rem!important}._px-sm-4_rwk0w_1921{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-sm-5_rwk0w_1925{padding-right:3rem!important;padding-left:3rem!important}._py-sm-0_rwk0w_1929{padding-top:0!important;padding-bottom:0!important}._py-sm-1_rwk0w_1933{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-sm-2_rwk0w_1937{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-sm-3_rwk0w_1941{padding-top:1rem!important;padding-bottom:1rem!important}._py-sm-4_rwk0w_1945{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-sm-5_rwk0w_1949{padding-top:3rem!important;padding-bottom:3rem!important}._pt-sm-0_rwk0w_1953{padding-top:0!important}._pt-sm-1_rwk0w_1956{padding-top:.25rem!important}._pt-sm-2_rwk0w_1959{padding-top:.5rem!important}._pt-sm-3_rwk0w_1962{padding-top:1rem!important}._pt-sm-4_rwk0w_1965{padding-top:1.5rem!important}._pt-sm-5_rwk0w_1968{padding-top:3rem!important}._pe-sm-0_rwk0w_1971{padding-right:0!important}._pe-sm-1_rwk0w_1974{padding-right:.25rem!important}._pe-sm-2_rwk0w_1977{padding-right:.5rem!important}._pe-sm-3_rwk0w_1980{padding-right:1rem!important}._pe-sm-4_rwk0w_1983{padding-right:1.5rem!important}._pe-sm-5_rwk0w_1986{padding-right:3rem!important}._pb-sm-0_rwk0w_1989{padding-bottom:0!important}._pb-sm-1_rwk0w_1992{padding-bottom:.25rem!important}._pb-sm-2_rwk0w_1995{padding-bottom:.5rem!important}._pb-sm-3_rwk0w_1998{padding-bottom:1rem!important}._pb-sm-4_rwk0w_2001{padding-bottom:1.5rem!important}._pb-sm-5_rwk0w_2004{padding-bottom:3rem!important}._ps-sm-0_rwk0w_2007{padding-left:0!important}._ps-sm-1_rwk0w_2010{padding-left:.25rem!important}._ps-sm-2_rwk0w_2013{padding-left:.5rem!important}._ps-sm-3_rwk0w_2016{padding-left:1rem!important}._ps-sm-4_rwk0w_2019{padding-left:1.5rem!important}._ps-sm-5_rwk0w_2022{padding-left:3rem!important}._text-sm-start_rwk0w_2025{text-align:left!important}._text-sm-end_rwk0w_2028{text-align:right!important}._text-sm-center_rwk0w_2031{text-align:center!important}}@media (min-width: 768px){._float-md-start_rwk0w_2036{float:left!important}._float-md-end_rwk0w_2039{float:right!important}._float-md-none_rwk0w_2042{float:none!important}._d-md-inline_rwk0w_2045{display:inline!important}._d-md-inline-block_rwk0w_2048{display:inline-block!important}._d-md-block_rwk0w_2051{display:block!important}._d-md-grid_rwk0w_2054{display:grid!important}._d-md-table_rwk0w_2057{display:table!important}._d-md-table-row_rwk0w_2060{display:table-row!important}._d-md-table-cell_rwk0w_2063{display:table-cell!important}._d-md-flex_rwk0w_2066{display:flex!important}._d-md-inline-flex_rwk0w_2069{display:inline-flex!important}._d-md-none_rwk0w_2072{display:none!important}._flex-md-fill_rwk0w_2075{flex:1 1 auto!important}._flex-md-row_rwk0w_2078{flex-direction:row!important}._flex-md-column_rwk0w_2081{flex-direction:column!important}._flex-md-row-reverse_rwk0w_2084{flex-direction:row-reverse!important}._flex-md-column-reverse_rwk0w_2087{flex-direction:column-reverse!important}._flex-md-grow-0_rwk0w_2090{flex-grow:0!important}._flex-md-grow-1_rwk0w_2093{flex-grow:1!important}._flex-md-shrink-0_rwk0w_2096{flex-shrink:0!important}._flex-md-shrink-1_rwk0w_2099{flex-shrink:1!important}._flex-md-wrap_rwk0w_2102{flex-wrap:wrap!important}._flex-md-nowrap_rwk0w_2105{flex-wrap:nowrap!important}._flex-md-wrap-reverse_rwk0w_2108{flex-wrap:wrap-reverse!important}._gap-md-0_rwk0w_2111{gap:0!important}._gap-md-1_rwk0w_2114{gap:.25rem!important}._gap-md-2_rwk0w_2117{gap:.5rem!important}._gap-md-3_rwk0w_2120{gap:1rem!important}._gap-md-4_rwk0w_2123{gap:1.5rem!important}._gap-md-5_rwk0w_2126{gap:3rem!important}._justify-content-md-start_rwk0w_2129{justify-content:flex-start!important}._justify-content-md-end_rwk0w_2132{justify-content:flex-end!important}._justify-content-md-center_rwk0w_2135{justify-content:center!important}._justify-content-md-between_rwk0w_2138{justify-content:space-between!important}._justify-content-md-around_rwk0w_2141{justify-content:space-around!important}._justify-content-md-evenly_rwk0w_2144{justify-content:space-evenly!important}._align-items-md-start_rwk0w_2147{align-items:flex-start!important}._align-items-md-end_rwk0w_2150{align-items:flex-end!important}._align-items-md-center_rwk0w_2153{align-items:center!important}._align-items-md-baseline_rwk0w_2156{align-items:baseline!important}._align-items-md-stretch_rwk0w_2159{align-items:stretch!important}._align-content-md-start_rwk0w_2162{align-content:flex-start!important}._align-content-md-end_rwk0w_2165{align-content:flex-end!important}._align-content-md-center_rwk0w_2168{align-content:center!important}._align-content-md-between_rwk0w_2171{align-content:space-between!important}._align-content-md-around_rwk0w_2174{align-content:space-around!important}._align-content-md-stretch_rwk0w_2177{align-content:stretch!important}._align-self-md-auto_rwk0w_2180{align-self:auto!important}._align-self-md-start_rwk0w_2183{align-self:flex-start!important}._align-self-md-end_rwk0w_2186{align-self:flex-end!important}._align-self-md-center_rwk0w_2189{align-self:center!important}._align-self-md-baseline_rwk0w_2192{align-self:baseline!important}._align-self-md-stretch_rwk0w_2195{align-self:stretch!important}._order-md-first_rwk0w_2198{order:-1!important}._order-md-0_rwk0w_2201{order:0!important}._order-md-1_rwk0w_2204{order:1!important}._order-md-2_rwk0w_2207{order:2!important}._order-md-3_rwk0w_2210{order:3!important}._order-md-4_rwk0w_2213{order:4!important}._order-md-5_rwk0w_2216{order:5!important}._order-md-last_rwk0w_2219{order:6!important}._m-md-0_rwk0w_2222{margin:0!important}._m-md-1_rwk0w_2225{margin:.25rem!important}._m-md-2_rwk0w_2228{margin:.5rem!important}._m-md-3_rwk0w_2231{margin:1rem!important}._m-md-4_rwk0w_2234{margin:1.5rem!important}._m-md-5_rwk0w_2237{margin:3rem!important}._m-md-auto_rwk0w_2240{margin:auto!important}._mx-md-0_rwk0w_2243{margin-right:0!important;margin-left:0!important}._mx-md-1_rwk0w_2247{margin-right:.25rem!important;margin-left:.25rem!important}._mx-md-2_rwk0w_2251{margin-right:.5rem!important;margin-left:.5rem!important}._mx-md-3_rwk0w_2255{margin-right:1rem!important;margin-left:1rem!important}._mx-md-4_rwk0w_2259{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-md-5_rwk0w_2263{margin-right:3rem!important;margin-left:3rem!important}._mx-md-auto_rwk0w_2267{margin-right:auto!important;margin-left:auto!important}._my-md-0_rwk0w_2271{margin-top:0!important;margin-bottom:0!important}._my-md-1_rwk0w_2275{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-md-2_rwk0w_2279{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-md-3_rwk0w_2283{margin-top:1rem!important;margin-bottom:1rem!important}._my-md-4_rwk0w_2287{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-md-5_rwk0w_2291{margin-top:3rem!important;margin-bottom:3rem!important}._my-md-auto_rwk0w_2295{margin-top:auto!important;margin-bottom:auto!important}._mt-md-0_rwk0w_2299{margin-top:0!important}._mt-md-1_rwk0w_2302{margin-top:.25rem!important}._mt-md-2_rwk0w_2305{margin-top:.5rem!important}._mt-md-3_rwk0w_2308{margin-top:1rem!important}._mt-md-4_rwk0w_2311{margin-top:1.5rem!important}._mt-md-5_rwk0w_2314{margin-top:3rem!important}._mt-md-auto_rwk0w_2317{margin-top:auto!important}._me-md-0_rwk0w_2320{margin-right:0!important}._me-md-1_rwk0w_2323{margin-right:.25rem!important}._me-md-2_rwk0w_2326{margin-right:.5rem!important}._me-md-3_rwk0w_2329{margin-right:1rem!important}._me-md-4_rwk0w_2332{margin-right:1.5rem!important}._me-md-5_rwk0w_2335{margin-right:3rem!important}._me-md-auto_rwk0w_2338{margin-right:auto!important}._mb-md-0_rwk0w_2341{margin-bottom:0!important}._mb-md-1_rwk0w_2344{margin-bottom:.25rem!important}._mb-md-2_rwk0w_2347{margin-bottom:.5rem!important}._mb-md-3_rwk0w_2350{margin-bottom:1rem!important}._mb-md-4_rwk0w_2353{margin-bottom:1.5rem!important}._mb-md-5_rwk0w_2356{margin-bottom:3rem!important}._mb-md-auto_rwk0w_2359{margin-bottom:auto!important}._ms-md-0_rwk0w_2362{margin-left:0!important}._ms-md-1_rwk0w_2365{margin-left:.25rem!important}._ms-md-2_rwk0w_2368{margin-left:.5rem!important}._ms-md-3_rwk0w_2371{margin-left:1rem!important}._ms-md-4_rwk0w_2374{margin-left:1.5rem!important}._ms-md-5_rwk0w_2377{margin-left:3rem!important}._ms-md-auto_rwk0w_2380{margin-left:auto!important}._p-md-0_rwk0w_2383{padding:0!important}._p-md-1_rwk0w_2386{padding:.25rem!important}._p-md-2_rwk0w_2389{padding:.5rem!important}._p-md-3_rwk0w_2392{padding:1rem!important}._p-md-4_rwk0w_2395{padding:1.5rem!important}._p-md-5_rwk0w_2398{padding:3rem!important}._px-md-0_rwk0w_2401{padding-right:0!important;padding-left:0!important}._px-md-1_rwk0w_2405{padding-right:.25rem!important;padding-left:.25rem!important}._px-md-2_rwk0w_2409{padding-right:.5rem!important;padding-left:.5rem!important}._px-md-3_rwk0w_2413{padding-right:1rem!important;padding-left:1rem!important}._px-md-4_rwk0w_2417{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-md-5_rwk0w_2421{padding-right:3rem!important;padding-left:3rem!important}._py-md-0_rwk0w_2425{padding-top:0!important;padding-bottom:0!important}._py-md-1_rwk0w_2429{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-md-2_rwk0w_2433{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-md-3_rwk0w_2437{padding-top:1rem!important;padding-bottom:1rem!important}._py-md-4_rwk0w_2441{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-md-5_rwk0w_2445{padding-top:3rem!important;padding-bottom:3rem!important}._pt-md-0_rwk0w_2449{padding-top:0!important}._pt-md-1_rwk0w_2452{padding-top:.25rem!important}._pt-md-2_rwk0w_2455{padding-top:.5rem!important}._pt-md-3_rwk0w_2458{padding-top:1rem!important}._pt-md-4_rwk0w_2461{padding-top:1.5rem!important}._pt-md-5_rwk0w_2464{padding-top:3rem!important}._pe-md-0_rwk0w_2467{padding-right:0!important}._pe-md-1_rwk0w_2470{padding-right:.25rem!important}._pe-md-2_rwk0w_2473{padding-right:.5rem!important}._pe-md-3_rwk0w_2476{padding-right:1rem!important}._pe-md-4_rwk0w_2479{padding-right:1.5rem!important}._pe-md-5_rwk0w_2482{padding-right:3rem!important}._pb-md-0_rwk0w_2485{padding-bottom:0!important}._pb-md-1_rwk0w_2488{padding-bottom:.25rem!important}._pb-md-2_rwk0w_2491{padding-bottom:.5rem!important}._pb-md-3_rwk0w_2494{padding-bottom:1rem!important}._pb-md-4_rwk0w_2497{padding-bottom:1.5rem!important}._pb-md-5_rwk0w_2500{padding-bottom:3rem!important}._ps-md-0_rwk0w_2503{padding-left:0!important}._ps-md-1_rwk0w_2506{padding-left:.25rem!important}._ps-md-2_rwk0w_2509{padding-left:.5rem!important}._ps-md-3_rwk0w_2512{padding-left:1rem!important}._ps-md-4_rwk0w_2515{padding-left:1.5rem!important}._ps-md-5_rwk0w_2518{padding-left:3rem!important}._text-md-start_rwk0w_2521{text-align:left!important}._text-md-end_rwk0w_2524{text-align:right!important}._text-md-center_rwk0w_2527{text-align:center!important}}@media (min-width: 992px){._float-lg-start_rwk0w_2532{float:left!important}._float-lg-end_rwk0w_2535{float:right!important}._float-lg-none_rwk0w_2538{float:none!important}._d-lg-inline_rwk0w_2541{display:inline!important}._d-lg-inline-block_rwk0w_2544{display:inline-block!important}._d-lg-block_rwk0w_2547{display:block!important}._d-lg-grid_rwk0w_2550{display:grid!important}._d-lg-table_rwk0w_2553{display:table!important}._d-lg-table-row_rwk0w_2556{display:table-row!important}._d-lg-table-cell_rwk0w_2559{display:table-cell!important}._d-lg-flex_rwk0w_2562{display:flex!important}._d-lg-inline-flex_rwk0w_2565{display:inline-flex!important}._d-lg-none_rwk0w_2568{display:none!important}._flex-lg-fill_rwk0w_2571{flex:1 1 auto!important}._flex-lg-row_rwk0w_2574{flex-direction:row!important}._flex-lg-column_rwk0w_2577{flex-direction:column!important}._flex-lg-row-reverse_rwk0w_2580{flex-direction:row-reverse!important}._flex-lg-column-reverse_rwk0w_2583{flex-direction:column-reverse!important}._flex-lg-grow-0_rwk0w_2586{flex-grow:0!important}._flex-lg-grow-1_rwk0w_2589{flex-grow:1!important}._flex-lg-shrink-0_rwk0w_2592{flex-shrink:0!important}._flex-lg-shrink-1_rwk0w_2595{flex-shrink:1!important}._flex-lg-wrap_rwk0w_2598{flex-wrap:wrap!important}._flex-lg-nowrap_rwk0w_2601{flex-wrap:nowrap!important}._flex-lg-wrap-reverse_rwk0w_2604{flex-wrap:wrap-reverse!important}._gap-lg-0_rwk0w_2607{gap:0!important}._gap-lg-1_rwk0w_2610{gap:.25rem!important}._gap-lg-2_rwk0w_2613{gap:.5rem!important}._gap-lg-3_rwk0w_2616{gap:1rem!important}._gap-lg-4_rwk0w_2619{gap:1.5rem!important}._gap-lg-5_rwk0w_2622{gap:3rem!important}._justify-content-lg-start_rwk0w_2625{justify-content:flex-start!important}._justify-content-lg-end_rwk0w_2628{justify-content:flex-end!important}._justify-content-lg-center_rwk0w_2631{justify-content:center!important}._justify-content-lg-between_rwk0w_2634{justify-content:space-between!important}._justify-content-lg-around_rwk0w_2637{justify-content:space-around!important}._justify-content-lg-evenly_rwk0w_2640{justify-content:space-evenly!important}._align-items-lg-start_rwk0w_2643{align-items:flex-start!important}._align-items-lg-end_rwk0w_2646{align-items:flex-end!important}._align-items-lg-center_rwk0w_2649{align-items:center!important}._align-items-lg-baseline_rwk0w_2652{align-items:baseline!important}._align-items-lg-stretch_rwk0w_2655{align-items:stretch!important}._align-content-lg-start_rwk0w_2658{align-content:flex-start!important}._align-content-lg-end_rwk0w_2661{align-content:flex-end!important}._align-content-lg-center_rwk0w_2664{align-content:center!important}._align-content-lg-between_rwk0w_2667{align-content:space-between!important}._align-content-lg-around_rwk0w_2670{align-content:space-around!important}._align-content-lg-stretch_rwk0w_2673{align-content:stretch!important}._align-self-lg-auto_rwk0w_2676{align-self:auto!important}._align-self-lg-start_rwk0w_2679{align-self:flex-start!important}._align-self-lg-end_rwk0w_2682{align-self:flex-end!important}._align-self-lg-center_rwk0w_2685{align-self:center!important}._align-self-lg-baseline_rwk0w_2688{align-self:baseline!important}._align-self-lg-stretch_rwk0w_2691{align-self:stretch!important}._order-lg-first_rwk0w_2694{order:-1!important}._order-lg-0_rwk0w_2697{order:0!important}._order-lg-1_rwk0w_2700{order:1!important}._order-lg-2_rwk0w_2703{order:2!important}._order-lg-3_rwk0w_2706{order:3!important}._order-lg-4_rwk0w_2709{order:4!important}._order-lg-5_rwk0w_2712{order:5!important}._order-lg-last_rwk0w_2715{order:6!important}._m-lg-0_rwk0w_2718{margin:0!important}._m-lg-1_rwk0w_2721{margin:.25rem!important}._m-lg-2_rwk0w_2724{margin:.5rem!important}._m-lg-3_rwk0w_2727{margin:1rem!important}._m-lg-4_rwk0w_2730{margin:1.5rem!important}._m-lg-5_rwk0w_2733{margin:3rem!important}._m-lg-auto_rwk0w_2736{margin:auto!important}._mx-lg-0_rwk0w_2739{margin-right:0!important;margin-left:0!important}._mx-lg-1_rwk0w_2743{margin-right:.25rem!important;margin-left:.25rem!important}._mx-lg-2_rwk0w_2747{margin-right:.5rem!important;margin-left:.5rem!important}._mx-lg-3_rwk0w_2751{margin-right:1rem!important;margin-left:1rem!important}._mx-lg-4_rwk0w_2755{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-lg-5_rwk0w_2759{margin-right:3rem!important;margin-left:3rem!important}._mx-lg-auto_rwk0w_2763{margin-right:auto!important;margin-left:auto!important}._my-lg-0_rwk0w_2767{margin-top:0!important;margin-bottom:0!important}._my-lg-1_rwk0w_2771{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-lg-2_rwk0w_2775{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-lg-3_rwk0w_2779{margin-top:1rem!important;margin-bottom:1rem!important}._my-lg-4_rwk0w_2783{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-lg-5_rwk0w_2787{margin-top:3rem!important;margin-bottom:3rem!important}._my-lg-auto_rwk0w_2791{margin-top:auto!important;margin-bottom:auto!important}._mt-lg-0_rwk0w_2795{margin-top:0!important}._mt-lg-1_rwk0w_2798{margin-top:.25rem!important}._mt-lg-2_rwk0w_2801{margin-top:.5rem!important}._mt-lg-3_rwk0w_2804{margin-top:1rem!important}._mt-lg-4_rwk0w_2807{margin-top:1.5rem!important}._mt-lg-5_rwk0w_2810{margin-top:3rem!important}._mt-lg-auto_rwk0w_2813{margin-top:auto!important}._me-lg-0_rwk0w_2816{margin-right:0!important}._me-lg-1_rwk0w_2819{margin-right:.25rem!important}._me-lg-2_rwk0w_2822{margin-right:.5rem!important}._me-lg-3_rwk0w_2825{margin-right:1rem!important}._me-lg-4_rwk0w_2828{margin-right:1.5rem!important}._me-lg-5_rwk0w_2831{margin-right:3rem!important}._me-lg-auto_rwk0w_2834{margin-right:auto!important}._mb-lg-0_rwk0w_2837{margin-bottom:0!important}._mb-lg-1_rwk0w_2840{margin-bottom:.25rem!important}._mb-lg-2_rwk0w_2843{margin-bottom:.5rem!important}._mb-lg-3_rwk0w_2846{margin-bottom:1rem!important}._mb-lg-4_rwk0w_2849{margin-bottom:1.5rem!important}._mb-lg-5_rwk0w_2852{margin-bottom:3rem!important}._mb-lg-auto_rwk0w_2855{margin-bottom:auto!important}._ms-lg-0_rwk0w_2858{margin-left:0!important}._ms-lg-1_rwk0w_2861{margin-left:.25rem!important}._ms-lg-2_rwk0w_2864{margin-left:.5rem!important}._ms-lg-3_rwk0w_2867{margin-left:1rem!important}._ms-lg-4_rwk0w_2870{margin-left:1.5rem!important}._ms-lg-5_rwk0w_2873{margin-left:3rem!important}._ms-lg-auto_rwk0w_2876{margin-left:auto!important}._p-lg-0_rwk0w_2879{padding:0!important}._p-lg-1_rwk0w_2882{padding:.25rem!important}._p-lg-2_rwk0w_2885{padding:.5rem!important}._p-lg-3_rwk0w_2888{padding:1rem!important}._p-lg-4_rwk0w_2891{padding:1.5rem!important}._p-lg-5_rwk0w_2894{padding:3rem!important}._px-lg-0_rwk0w_2897{padding-right:0!important;padding-left:0!important}._px-lg-1_rwk0w_2901{padding-right:.25rem!important;padding-left:.25rem!important}._px-lg-2_rwk0w_2905{padding-right:.5rem!important;padding-left:.5rem!important}._px-lg-3_rwk0w_2909{padding-right:1rem!important;padding-left:1rem!important}._px-lg-4_rwk0w_2913{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-lg-5_rwk0w_2917{padding-right:3rem!important;padding-left:3rem!important}._py-lg-0_rwk0w_2921{padding-top:0!important;padding-bottom:0!important}._py-lg-1_rwk0w_2925{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-lg-2_rwk0w_2929{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-lg-3_rwk0w_2933{padding-top:1rem!important;padding-bottom:1rem!important}._py-lg-4_rwk0w_2937{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-lg-5_rwk0w_2941{padding-top:3rem!important;padding-bottom:3rem!important}._pt-lg-0_rwk0w_2945{padding-top:0!important}._pt-lg-1_rwk0w_2948{padding-top:.25rem!important}._pt-lg-2_rwk0w_2951{padding-top:.5rem!important}._pt-lg-3_rwk0w_2954{padding-top:1rem!important}._pt-lg-4_rwk0w_2957{padding-top:1.5rem!important}._pt-lg-5_rwk0w_2960{padding-top:3rem!important}._pe-lg-0_rwk0w_2963{padding-right:0!important}._pe-lg-1_rwk0w_2966{padding-right:.25rem!important}._pe-lg-2_rwk0w_2969{padding-right:.5rem!important}._pe-lg-3_rwk0w_2972{padding-right:1rem!important}._pe-lg-4_rwk0w_2975{padding-right:1.5rem!important}._pe-lg-5_rwk0w_2978{padding-right:3rem!important}._pb-lg-0_rwk0w_2981{padding-bottom:0!important}._pb-lg-1_rwk0w_2984{padding-bottom:.25rem!important}._pb-lg-2_rwk0w_2987{padding-bottom:.5rem!important}._pb-lg-3_rwk0w_2990{padding-bottom:1rem!important}._pb-lg-4_rwk0w_2993{padding-bottom:1.5rem!important}._pb-lg-5_rwk0w_2996{padding-bottom:3rem!important}._ps-lg-0_rwk0w_2999{padding-left:0!important}._ps-lg-1_rwk0w_3002{padding-left:.25rem!important}._ps-lg-2_rwk0w_3005{padding-left:.5rem!important}._ps-lg-3_rwk0w_3008{padding-left:1rem!important}._ps-lg-4_rwk0w_3011{padding-left:1.5rem!important}._ps-lg-5_rwk0w_3014{padding-left:3rem!important}._text-lg-start_rwk0w_3017{text-align:left!important}._text-lg-end_rwk0w_3020{text-align:right!important}._text-lg-center_rwk0w_3023{text-align:center!important}}@media (min-width: 1200px){._float-xl-start_rwk0w_3028{float:left!important}._float-xl-end_rwk0w_3031{float:right!important}._float-xl-none_rwk0w_3034{float:none!important}._d-xl-inline_rwk0w_3037{display:inline!important}._d-xl-inline-block_rwk0w_3040{display:inline-block!important}._d-xl-block_rwk0w_3043{display:block!important}._d-xl-grid_rwk0w_3046{display:grid!important}._d-xl-table_rwk0w_3049{display:table!important}._d-xl-table-row_rwk0w_3052{display:table-row!important}._d-xl-table-cell_rwk0w_3055{display:table-cell!important}._d-xl-flex_rwk0w_3058{display:flex!important}._d-xl-inline-flex_rwk0w_3061{display:inline-flex!important}._d-xl-none_rwk0w_3064{display:none!important}._flex-xl-fill_rwk0w_3067{flex:1 1 auto!important}._flex-xl-row_rwk0w_3070{flex-direction:row!important}._flex-xl-column_rwk0w_3073{flex-direction:column!important}._flex-xl-row-reverse_rwk0w_3076{flex-direction:row-reverse!important}._flex-xl-column-reverse_rwk0w_3079{flex-direction:column-reverse!important}._flex-xl-grow-0_rwk0w_3082{flex-grow:0!important}._flex-xl-grow-1_rwk0w_3085{flex-grow:1!important}._flex-xl-shrink-0_rwk0w_3088{flex-shrink:0!important}._flex-xl-shrink-1_rwk0w_3091{flex-shrink:1!important}._flex-xl-wrap_rwk0w_3094{flex-wrap:wrap!important}._flex-xl-nowrap_rwk0w_3097{flex-wrap:nowrap!important}._flex-xl-wrap-reverse_rwk0w_3100{flex-wrap:wrap-reverse!important}._gap-xl-0_rwk0w_3103{gap:0!important}._gap-xl-1_rwk0w_3106{gap:.25rem!important}._gap-xl-2_rwk0w_3109{gap:.5rem!important}._gap-xl-3_rwk0w_3112{gap:1rem!important}._gap-xl-4_rwk0w_3115{gap:1.5rem!important}._gap-xl-5_rwk0w_3118{gap:3rem!important}._justify-content-xl-start_rwk0w_3121{justify-content:flex-start!important}._justify-content-xl-end_rwk0w_3124{justify-content:flex-end!important}._justify-content-xl-center_rwk0w_3127{justify-content:center!important}._justify-content-xl-between_rwk0w_3130{justify-content:space-between!important}._justify-content-xl-around_rwk0w_3133{justify-content:space-around!important}._justify-content-xl-evenly_rwk0w_3136{justify-content:space-evenly!important}._align-items-xl-start_rwk0w_3139{align-items:flex-start!important}._align-items-xl-end_rwk0w_3142{align-items:flex-end!important}._align-items-xl-center_rwk0w_3145{align-items:center!important}._align-items-xl-baseline_rwk0w_3148{align-items:baseline!important}._align-items-xl-stretch_rwk0w_3151{align-items:stretch!important}._align-content-xl-start_rwk0w_3154{align-content:flex-start!important}._align-content-xl-end_rwk0w_3157{align-content:flex-end!important}._align-content-xl-center_rwk0w_3160{align-content:center!important}._align-content-xl-between_rwk0w_3163{align-content:space-between!important}._align-content-xl-around_rwk0w_3166{align-content:space-around!important}._align-content-xl-stretch_rwk0w_3169{align-content:stretch!important}._align-self-xl-auto_rwk0w_3172{align-self:auto!important}._align-self-xl-start_rwk0w_3175{align-self:flex-start!important}._align-self-xl-end_rwk0w_3178{align-self:flex-end!important}._align-self-xl-center_rwk0w_3181{align-self:center!important}._align-self-xl-baseline_rwk0w_3184{align-self:baseline!important}._align-self-xl-stretch_rwk0w_3187{align-self:stretch!important}._order-xl-first_rwk0w_3190{order:-1!important}._order-xl-0_rwk0w_3193{order:0!important}._order-xl-1_rwk0w_3196{order:1!important}._order-xl-2_rwk0w_3199{order:2!important}._order-xl-3_rwk0w_3202{order:3!important}._order-xl-4_rwk0w_3205{order:4!important}._order-xl-5_rwk0w_3208{order:5!important}._order-xl-last_rwk0w_3211{order:6!important}._m-xl-0_rwk0w_3214{margin:0!important}._m-xl-1_rwk0w_3217{margin:.25rem!important}._m-xl-2_rwk0w_3220{margin:.5rem!important}._m-xl-3_rwk0w_3223{margin:1rem!important}._m-xl-4_rwk0w_3226{margin:1.5rem!important}._m-xl-5_rwk0w_3229{margin:3rem!important}._m-xl-auto_rwk0w_3232{margin:auto!important}._mx-xl-0_rwk0w_3235{margin-right:0!important;margin-left:0!important}._mx-xl-1_rwk0w_3239{margin-right:.25rem!important;margin-left:.25rem!important}._mx-xl-2_rwk0w_3243{margin-right:.5rem!important;margin-left:.5rem!important}._mx-xl-3_rwk0w_3247{margin-right:1rem!important;margin-left:1rem!important}._mx-xl-4_rwk0w_3251{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-xl-5_rwk0w_3255{margin-right:3rem!important;margin-left:3rem!important}._mx-xl-auto_rwk0w_3259{margin-right:auto!important;margin-left:auto!important}._my-xl-0_rwk0w_3263{margin-top:0!important;margin-bottom:0!important}._my-xl-1_rwk0w_3267{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-xl-2_rwk0w_3271{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-xl-3_rwk0w_3275{margin-top:1rem!important;margin-bottom:1rem!important}._my-xl-4_rwk0w_3279{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-xl-5_rwk0w_3283{margin-top:3rem!important;margin-bottom:3rem!important}._my-xl-auto_rwk0w_3287{margin-top:auto!important;margin-bottom:auto!important}._mt-xl-0_rwk0w_3291{margin-top:0!important}._mt-xl-1_rwk0w_3294{margin-top:.25rem!important}._mt-xl-2_rwk0w_3297{margin-top:.5rem!important}._mt-xl-3_rwk0w_3300{margin-top:1rem!important}._mt-xl-4_rwk0w_3303{margin-top:1.5rem!important}._mt-xl-5_rwk0w_3306{margin-top:3rem!important}._mt-xl-auto_rwk0w_3309{margin-top:auto!important}._me-xl-0_rwk0w_3312{margin-right:0!important}._me-xl-1_rwk0w_3315{margin-right:.25rem!important}._me-xl-2_rwk0w_3318{margin-right:.5rem!important}._me-xl-3_rwk0w_3321{margin-right:1rem!important}._me-xl-4_rwk0w_3324{margin-right:1.5rem!important}._me-xl-5_rwk0w_3327{margin-right:3rem!important}._me-xl-auto_rwk0w_3330{margin-right:auto!important}._mb-xl-0_rwk0w_3333{margin-bottom:0!important}._mb-xl-1_rwk0w_3336{margin-bottom:.25rem!important}._mb-xl-2_rwk0w_3339{margin-bottom:.5rem!important}._mb-xl-3_rwk0w_3342{margin-bottom:1rem!important}._mb-xl-4_rwk0w_3345{margin-bottom:1.5rem!important}._mb-xl-5_rwk0w_3348{margin-bottom:3rem!important}._mb-xl-auto_rwk0w_3351{margin-bottom:auto!important}._ms-xl-0_rwk0w_3354{margin-left:0!important}._ms-xl-1_rwk0w_3357{margin-left:.25rem!important}._ms-xl-2_rwk0w_3360{margin-left:.5rem!important}._ms-xl-3_rwk0w_3363{margin-left:1rem!important}._ms-xl-4_rwk0w_3366{margin-left:1.5rem!important}._ms-xl-5_rwk0w_3369{margin-left:3rem!important}._ms-xl-auto_rwk0w_3372{margin-left:auto!important}._p-xl-0_rwk0w_3375{padding:0!important}._p-xl-1_rwk0w_3378{padding:.25rem!important}._p-xl-2_rwk0w_3381{padding:.5rem!important}._p-xl-3_rwk0w_3384{padding:1rem!important}._p-xl-4_rwk0w_3387{padding:1.5rem!important}._p-xl-5_rwk0w_3390{padding:3rem!important}._px-xl-0_rwk0w_3393{padding-right:0!important;padding-left:0!important}._px-xl-1_rwk0w_3397{padding-right:.25rem!important;padding-left:.25rem!important}._px-xl-2_rwk0w_3401{padding-right:.5rem!important;padding-left:.5rem!important}._px-xl-3_rwk0w_3405{padding-right:1rem!important;padding-left:1rem!important}._px-xl-4_rwk0w_3409{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-xl-5_rwk0w_3413{padding-right:3rem!important;padding-left:3rem!important}._py-xl-0_rwk0w_3417{padding-top:0!important;padding-bottom:0!important}._py-xl-1_rwk0w_3421{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-xl-2_rwk0w_3425{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-xl-3_rwk0w_3429{padding-top:1rem!important;padding-bottom:1rem!important}._py-xl-4_rwk0w_3433{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-xl-5_rwk0w_3437{padding-top:3rem!important;padding-bottom:3rem!important}._pt-xl-0_rwk0w_3441{padding-top:0!important}._pt-xl-1_rwk0w_3444{padding-top:.25rem!important}._pt-xl-2_rwk0w_3447{padding-top:.5rem!important}._pt-xl-3_rwk0w_3450{padding-top:1rem!important}._pt-xl-4_rwk0w_3453{padding-top:1.5rem!important}._pt-xl-5_rwk0w_3456{padding-top:3rem!important}._pe-xl-0_rwk0w_3459{padding-right:0!important}._pe-xl-1_rwk0w_3462{padding-right:.25rem!important}._pe-xl-2_rwk0w_3465{padding-right:.5rem!important}._pe-xl-3_rwk0w_3468{padding-right:1rem!important}._pe-xl-4_rwk0w_3471{padding-right:1.5rem!important}._pe-xl-5_rwk0w_3474{padding-right:3rem!important}._pb-xl-0_rwk0w_3477{padding-bottom:0!important}._pb-xl-1_rwk0w_3480{padding-bottom:.25rem!important}._pb-xl-2_rwk0w_3483{padding-bottom:.5rem!important}._pb-xl-3_rwk0w_3486{padding-bottom:1rem!important}._pb-xl-4_rwk0w_3489{padding-bottom:1.5rem!important}._pb-xl-5_rwk0w_3492{padding-bottom:3rem!important}._ps-xl-0_rwk0w_3495{padding-left:0!important}._ps-xl-1_rwk0w_3498{padding-left:.25rem!important}._ps-xl-2_rwk0w_3501{padding-left:.5rem!important}._ps-xl-3_rwk0w_3504{padding-left:1rem!important}._ps-xl-4_rwk0w_3507{padding-left:1.5rem!important}._ps-xl-5_rwk0w_3510{padding-left:3rem!important}._text-xl-start_rwk0w_3513{text-align:left!important}._text-xl-end_rwk0w_3516{text-align:right!important}._text-xl-center_rwk0w_3519{text-align:center!important}}@media (min-width: 1400px){._float-xxl-start_rwk0w_3524{float:left!important}._float-xxl-end_rwk0w_3527{float:right!important}._float-xxl-none_rwk0w_3530{float:none!important}._d-xxl-inline_rwk0w_3533{display:inline!important}._d-xxl-inline-block_rwk0w_3536{display:inline-block!important}._d-xxl-block_rwk0w_3539{display:block!important}._d-xxl-grid_rwk0w_3542{display:grid!important}._d-xxl-table_rwk0w_3545{display:table!important}._d-xxl-table-row_rwk0w_3548{display:table-row!important}._d-xxl-table-cell_rwk0w_3551{display:table-cell!important}._d-xxl-flex_rwk0w_3554{display:flex!important}._d-xxl-inline-flex_rwk0w_3557{display:inline-flex!important}._d-xxl-none_rwk0w_3560{display:none!important}._flex-xxl-fill_rwk0w_3563{flex:1 1 auto!important}._flex-xxl-row_rwk0w_3566{flex-direction:row!important}._flex-xxl-column_rwk0w_3569{flex-direction:column!important}._flex-xxl-row-reverse_rwk0w_3572{flex-direction:row-reverse!important}._flex-xxl-column-reverse_rwk0w_3575{flex-direction:column-reverse!important}._flex-xxl-grow-0_rwk0w_3578{flex-grow:0!important}._flex-xxl-grow-1_rwk0w_3581{flex-grow:1!important}._flex-xxl-shrink-0_rwk0w_3584{flex-shrink:0!important}._flex-xxl-shrink-1_rwk0w_3587{flex-shrink:1!important}._flex-xxl-wrap_rwk0w_3590{flex-wrap:wrap!important}._flex-xxl-nowrap_rwk0w_3593{flex-wrap:nowrap!important}._flex-xxl-wrap-reverse_rwk0w_3596{flex-wrap:wrap-reverse!important}._gap-xxl-0_rwk0w_3599{gap:0!important}._gap-xxl-1_rwk0w_3602{gap:.25rem!important}._gap-xxl-2_rwk0w_3605{gap:.5rem!important}._gap-xxl-3_rwk0w_3608{gap:1rem!important}._gap-xxl-4_rwk0w_3611{gap:1.5rem!important}._gap-xxl-5_rwk0w_3614{gap:3rem!important}._justify-content-xxl-start_rwk0w_3617{justify-content:flex-start!important}._justify-content-xxl-end_rwk0w_3620{justify-content:flex-end!important}._justify-content-xxl-center_rwk0w_3623{justify-content:center!important}._justify-content-xxl-between_rwk0w_3626{justify-content:space-between!important}._justify-content-xxl-around_rwk0w_3629{justify-content:space-around!important}._justify-content-xxl-evenly_rwk0w_3632{justify-content:space-evenly!important}._align-items-xxl-start_rwk0w_3635{align-items:flex-start!important}._align-items-xxl-end_rwk0w_3638{align-items:flex-end!important}._align-items-xxl-center_rwk0w_3641{align-items:center!important}._align-items-xxl-baseline_rwk0w_3644{align-items:baseline!important}._align-items-xxl-stretch_rwk0w_3647{align-items:stretch!important}._align-content-xxl-start_rwk0w_3650{align-content:flex-start!important}._align-content-xxl-end_rwk0w_3653{align-content:flex-end!important}._align-content-xxl-center_rwk0w_3656{align-content:center!important}._align-content-xxl-between_rwk0w_3659{align-content:space-between!important}._align-content-xxl-around_rwk0w_3662{align-content:space-around!important}._align-content-xxl-stretch_rwk0w_3665{align-content:stretch!important}._align-self-xxl-auto_rwk0w_3668{align-self:auto!important}._align-self-xxl-start_rwk0w_3671{align-self:flex-start!important}._align-self-xxl-end_rwk0w_3674{align-self:flex-end!important}._align-self-xxl-center_rwk0w_3677{align-self:center!important}._align-self-xxl-baseline_rwk0w_3680{align-self:baseline!important}._align-self-xxl-stretch_rwk0w_3683{align-self:stretch!important}._order-xxl-first_rwk0w_3686{order:-1!important}._order-xxl-0_rwk0w_3689{order:0!important}._order-xxl-1_rwk0w_3692{order:1!important}._order-xxl-2_rwk0w_3695{order:2!important}._order-xxl-3_rwk0w_3698{order:3!important}._order-xxl-4_rwk0w_3701{order:4!important}._order-xxl-5_rwk0w_3704{order:5!important}._order-xxl-last_rwk0w_3707{order:6!important}._m-xxl-0_rwk0w_3710{margin:0!important}._m-xxl-1_rwk0w_3713{margin:.25rem!important}._m-xxl-2_rwk0w_3716{margin:.5rem!important}._m-xxl-3_rwk0w_3719{margin:1rem!important}._m-xxl-4_rwk0w_3722{margin:1.5rem!important}._m-xxl-5_rwk0w_3725{margin:3rem!important}._m-xxl-auto_rwk0w_3728{margin:auto!important}._mx-xxl-0_rwk0w_3731{margin-right:0!important;margin-left:0!important}._mx-xxl-1_rwk0w_3735{margin-right:.25rem!important;margin-left:.25rem!important}._mx-xxl-2_rwk0w_3739{margin-right:.5rem!important;margin-left:.5rem!important}._mx-xxl-3_rwk0w_3743{margin-right:1rem!important;margin-left:1rem!important}._mx-xxl-4_rwk0w_3747{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-xxl-5_rwk0w_3751{margin-right:3rem!important;margin-left:3rem!important}._mx-xxl-auto_rwk0w_3755{margin-right:auto!important;margin-left:auto!important}._my-xxl-0_rwk0w_3759{margin-top:0!important;margin-bottom:0!important}._my-xxl-1_rwk0w_3763{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-xxl-2_rwk0w_3767{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-xxl-3_rwk0w_3771{margin-top:1rem!important;margin-bottom:1rem!important}._my-xxl-4_rwk0w_3775{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-xxl-5_rwk0w_3779{margin-top:3rem!important;margin-bottom:3rem!important}._my-xxl-auto_rwk0w_3783{margin-top:auto!important;margin-bottom:auto!important}._mt-xxl-0_rwk0w_3787{margin-top:0!important}._mt-xxl-1_rwk0w_3790{margin-top:.25rem!important}._mt-xxl-2_rwk0w_3793{margin-top:.5rem!important}._mt-xxl-3_rwk0w_3796{margin-top:1rem!important}._mt-xxl-4_rwk0w_3799{margin-top:1.5rem!important}._mt-xxl-5_rwk0w_3802{margin-top:3rem!important}._mt-xxl-auto_rwk0w_3805{margin-top:auto!important}._me-xxl-0_rwk0w_3808{margin-right:0!important}._me-xxl-1_rwk0w_3811{margin-right:.25rem!important}._me-xxl-2_rwk0w_3814{margin-right:.5rem!important}._me-xxl-3_rwk0w_3817{margin-right:1rem!important}._me-xxl-4_rwk0w_3820{margin-right:1.5rem!important}._me-xxl-5_rwk0w_3823{margin-right:3rem!important}._me-xxl-auto_rwk0w_3826{margin-right:auto!important}._mb-xxl-0_rwk0w_3829{margin-bottom:0!important}._mb-xxl-1_rwk0w_3832{margin-bottom:.25rem!important}._mb-xxl-2_rwk0w_3835{margin-bottom:.5rem!important}._mb-xxl-3_rwk0w_3838{margin-bottom:1rem!important}._mb-xxl-4_rwk0w_3841{margin-bottom:1.5rem!important}._mb-xxl-5_rwk0w_3844{margin-bottom:3rem!important}._mb-xxl-auto_rwk0w_3847{margin-bottom:auto!important}._ms-xxl-0_rwk0w_3850{margin-left:0!important}._ms-xxl-1_rwk0w_3853{margin-left:.25rem!important}._ms-xxl-2_rwk0w_3856{margin-left:.5rem!important}._ms-xxl-3_rwk0w_3859{margin-left:1rem!important}._ms-xxl-4_rwk0w_3862{margin-left:1.5rem!important}._ms-xxl-5_rwk0w_3865{margin-left:3rem!important}._ms-xxl-auto_rwk0w_3868{margin-left:auto!important}._p-xxl-0_rwk0w_3871{padding:0!important}._p-xxl-1_rwk0w_3874{padding:.25rem!important}._p-xxl-2_rwk0w_3877{padding:.5rem!important}._p-xxl-3_rwk0w_3880{padding:1rem!important}._p-xxl-4_rwk0w_3883{padding:1.5rem!important}._p-xxl-5_rwk0w_3886{padding:3rem!important}._px-xxl-0_rwk0w_3889{padding-right:0!important;padding-left:0!important}._px-xxl-1_rwk0w_3893{padding-right:.25rem!important;padding-left:.25rem!important}._px-xxl-2_rwk0w_3897{padding-right:.5rem!important;padding-left:.5rem!important}._px-xxl-3_rwk0w_3901{padding-right:1rem!important;padding-left:1rem!important}._px-xxl-4_rwk0w_3905{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-xxl-5_rwk0w_3909{padding-right:3rem!important;padding-left:3rem!important}._py-xxl-0_rwk0w_3913{padding-top:0!important;padding-bottom:0!important}._py-xxl-1_rwk0w_3917{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-xxl-2_rwk0w_3921{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-xxl-3_rwk0w_3925{padding-top:1rem!important;padding-bottom:1rem!important}._py-xxl-4_rwk0w_3929{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-xxl-5_rwk0w_3933{padding-top:3rem!important;padding-bottom:3rem!important}._pt-xxl-0_rwk0w_3937{padding-top:0!important}._pt-xxl-1_rwk0w_3940{padding-top:.25rem!important}._pt-xxl-2_rwk0w_3943{padding-top:.5rem!important}._pt-xxl-3_rwk0w_3946{padding-top:1rem!important}._pt-xxl-4_rwk0w_3949{padding-top:1.5rem!important}._pt-xxl-5_rwk0w_3952{padding-top:3rem!important}._pe-xxl-0_rwk0w_3955{padding-right:0!important}._pe-xxl-1_rwk0w_3958{padding-right:.25rem!important}._pe-xxl-2_rwk0w_3961{padding-right:.5rem!important}._pe-xxl-3_rwk0w_3964{padding-right:1rem!important}._pe-xxl-4_rwk0w_3967{padding-right:1.5rem!important}._pe-xxl-5_rwk0w_3970{padding-right:3rem!important}._pb-xxl-0_rwk0w_3973{padding-bottom:0!important}._pb-xxl-1_rwk0w_3976{padding-bottom:.25rem!important}._pb-xxl-2_rwk0w_3979{padding-bottom:.5rem!important}._pb-xxl-3_rwk0w_3982{padding-bottom:1rem!important}._pb-xxl-4_rwk0w_3985{padding-bottom:1.5rem!important}._pb-xxl-5_rwk0w_3988{padding-bottom:3rem!important}._ps-xxl-0_rwk0w_3991{padding-left:0!important}._ps-xxl-1_rwk0w_3994{padding-left:.25rem!important}._ps-xxl-2_rwk0w_3997{padding-left:.5rem!important}._ps-xxl-3_rwk0w_4000{padding-left:1rem!important}._ps-xxl-4_rwk0w_4003{padding-left:1.5rem!important}._ps-xxl-5_rwk0w_4006{padding-left:3rem!important}._text-xxl-start_rwk0w_4009{text-align:left!important}._text-xxl-end_rwk0w_4012{text-align:right!important}._text-xxl-center_rwk0w_4015{text-align:center!important}}@media (min-width: 1200px){._fs-1_rwk0w_1169{font-size:2.5rem!important}._fs-2_rwk0w_1173{font-size:2rem!important}._fs-3_rwk0w_1177{font-size:1.75rem!important}._fs-4_rwk0w_1181{font-size:1.5rem!important}}@media print{._d-print-inline_rwk0w_4034{display:inline!important}._d-print-inline-block_rwk0w_4037{display:inline-block!important}._d-print-block_rwk0w_4040{display:block!important}._d-print-grid_rwk0w_4043{display:grid!important}._d-print-table_rwk0w_4046{display:table!important}._d-print-table-row_rwk0w_4049{display:table-row!important}._d-print-table-cell_rwk0w_4052{display:table-cell!important}._d-print-flex_rwk0w_4055{display:flex!important}._d-print-inline-flex_rwk0w_4058{display:inline-flex!important}._d-print-none_rwk0w_4061{display:none!important}}._container_rwk0w_4065{height:fit-content;width:100%}._container_rwk0w_4065 ._desktop_footer_rwk0w_4069,._container_rwk0w_4065 ._mobile_footer_rwk0w_4070{padding:50px}._container_rwk0w_4065 ._desktop_footer_rwk0w_4069{color:var(--footer-text-color, var(--white-color));background-color:var(--footer-bg-color, var(--primary-color))}._container_rwk0w_4065 ._logo_rwk0w_4077{height:fit-content}._container_rwk0w_4065 ._logo_rwk0w_4077 svg{color:var(--footer-text-color, var(--white-color));height:45px}._container_rwk0w_4065 ._site_link_rwk0w_4084,._container_rwk0w_4065 ._organization_rwk0w_4085 ._item_rwk0w_4085,._container_rwk0w_4065 ._language_label_rwk0w_4086{color:var(--footer-text-color, var(--white-color));font-size:18px;font-family:var(--emphasis-font)}._container_rwk0w_4065 ._site_link_rwk0w_4084{font-weight:700;padding:12px 0}._container_rwk0w_4065 ._site_links_rwk0w_4095 ._site_link_rwk0w_4084{display:block}._container_rwk0w_4065 ._site_links_rwk0w_4095 ._site_link_rwk0w_4084 ._icon_rwk0w_4098{width:36px;height:36px;border-radius:var(--image-corner-roundness)}._container_rwk0w_4065 ._copyright_rwk0w_4103{padding-top:70px;font-family:var(--emphasis-font);font-size:16px}._container_rwk0w_4065 ._mobile_footer_rwk0w_4070{margin:unset;background-color:var(--footer-bg-color, var(--white-color))}._container_rwk0w_4065 ._mobile_footer_rwk0w_4070 ._copyright_rwk0w_4103{color:var(--footer-text-color, var(--primary-color));padding:20px 0 0}._container_rwk0w_4065 ._organization_rwk0w_4085 ._item_rwk0w_4085{display:block}._container_rwk0w_4065 ._organization_rwk0w_4085 ._item_rwk0w_4085:not(:last-child){margin-bottom:8px}._container_rwk0w_4065 ._organization_rwk0w_4085 ._item_rwk0w_4085:last-child{margin-bottom:24px}._container_rwk0w_4065 ._organization_rwk0w_4085 ._item_rwk0w_4085._link_rwk0w_13{text-decoration:underline;text-underline-offset:3px}._container_rwk0w_4065 ._language_selector_rwk0w_4129{display:flex;align-items:center;flex-wrap:wrap}._container_rwk0w_4065 ._language_selector_rwk0w_4129 ._language_label_rwk0w_4086{width:132px;margin-bottom:4px;margin-right:4px}@media (max-width: 575.98px){._container_rwk0w_4065 ._language_selector_rwk0w_4129 ._language_label_rwk0w_4086{width:unset}}._container_rwk0w_4065 ._language_selector_rwk0w_4129 ._language_select_rwk0w_4129{max-width:280px;margin-bottom:4px}._container_1hrk0_1 ._title_1hrk0_1{font-family:var(--heading-font);font-weight:600;font-size:40px}._container_1hrk0_1 ._signup_form_1hrk0_6,._container_1hrk0_1 ._description_1hrk0_7{margin-top:16px}._container_1hrk0_1 ._description_1hrk0_7{font-size:20px;line-height:33px}._container_1hrk0_1 ._signup_form_1hrk0_6{flex-wrap:wrap;gap:8px}._container_1hrk0_1 ._signup_form_1hrk0_6 ._email_input_1hrk0_18{margin-right:8px;max-width:420px;flex:1}._container_1hrk0_1 ._signup_form_1hrk0_6 ._email_input_1hrk0_18::placeholder{color:rgba(var(--primary-color-rgb),.5)}._container_1hrk0_1 ._signup_form_1hrk0_6 ._signup_btn_1hrk0_26{overflow:hidden;border-radius:21px;border-color:var(--footer-bg-color, var(--primary-color))}._site_logo_gf7yg_1{height:46px}._container_fyc46_1{display:flex;width:100%}._container_fyc46_1 ._input_group_fyc46_5{min-width:120px;flex-wrap:nowrap}._container_fyc46_1 ._input_group_fyc46_5 ._text_input_fyc46_9{border:1px solid var(--primary-color);color:var(--primary-color);font-size:16px;border-right:unset;border-color:var(--primary-color)}._container_fyc46_1 ._input_group_fyc46_5 ._text_input_fyc46_9:focus{box-shadow:unset}._container_fyc46_1 ._input_group_fyc46_5 ._right_placeholder_fyc46_19{color:var(--primary-color);font-size:16px;font-family:var(--emphasis-font);opacity:.8;border-color:var(--primary-color);border-left:unset;background-color:var(--white-color);border-top-right-radius:100px;border-bottom-right-radius:100px}._user_avatar_1o4f4_1{width:40px;height:40px;cursor:pointer;object-fit:cover;border:2px solid var(--primary-color);border-radius:50%;background:url("data:image/svg+xml,%3csvg%20width='41'%20height='41'%20viewBox='0%200%2041%2041'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M40.9043%2020.8189C40.9053%2017.3956%2040.0275%2014.0293%2038.3547%2011.0424C36.6819%208.05553%2034.2702%205.54802%2031.3506%203.75998C28.431%201.97194%2025.1012%200.963246%2021.68%200.830478C18.2588%200.697709%2014.8608%201.44531%2011.8113%203.00171C8.7619%204.5581%206.16311%206.87117%204.26381%209.71943C2.36452%2012.5677%201.22832%2015.8558%200.963993%2019.2689C0.699671%2022.6819%201.31608%2026.1057%202.75421%2029.2124C4.19233%2032.319%206.404%2035.0046%209.17747%2037.0118V35.5778C9.15916%2033.6966%209.88511%2031.8844%2011.1972%2030.536C12.5092%2029.1875%2014.3011%2028.4122%2016.1823%2028.3788H17.0702C18.257%2028.9583%2019.5641%2029.2491%2020.8848%2029.2275C22.1898%2029.2492%2023.4811%2028.9582%2024.6506%2028.3788H25.5384C27.425%2028.4096%2029.2233%2029.1826%2030.5437%2030.5301C31.8641%2031.8777%2032.6001%2033.6913%2032.5921%2035.5778V37.0118C35.1612%2035.1638%2037.2545%2032.7321%2038.6997%2029.9168C40.1448%2027.1015%2040.9004%2023.9833%2040.9043%2020.8189ZM20.8848%2026.6717C19.5286%2026.6988%2018.1951%2026.3215%2017.0542%2025.5879C15.9133%2024.8543%2015.0167%2023.7976%2014.4788%2022.5525C13.9409%2021.3074%2013.7861%2019.9304%2014.0339%2018.5969C14.2818%2017.2635%2014.9212%2016.0341%2015.8707%2015.0654C16.8201%2014.0967%2018.0365%2013.4327%2019.3648%2013.158C20.6932%2012.8832%2022.0733%2013.0103%2023.3291%2013.5228C24.585%2014.0354%2025.6597%2014.9103%2026.4164%2016.036C27.173%2017.1616%2027.5772%2018.4871%2027.5775%2019.8434C27.5891%2020.7318%2027.4249%2021.6138%2027.0943%2022.4386C26.7638%2023.2634%2026.2734%2024.0147%2025.6514%2024.6492C25.0294%2025.2838%2024.2881%2025.7892%2023.4701%2026.1363C22.652%2026.4834%2021.7734%2026.6654%2020.8848%2026.6717Z'%20fill='currentColor'/%3e%3c/svg%3e");background-size:cover;white-space:pre-wrap;font-size:16px;line-height:1.2}._menu_heading_1m3dw_1{padding:24px 0}._menu_heading_1m3dw_1 ._title_1m3dw_4{font-family:var(--heading-font);font-weight:500;font-size:36px;line-height:46px}._menu_heading_1m3dw_1 ._account_type_1m3dw_10{font-family:var(--emphasis-font);font-size:18px;line-height:21px;letter-spacing:.02em}._menu_heading_1m3dw_1 ._account_type_1m3dw_10 span{color:var(--accent-color)}._horizontal_divider_1m3dw_20,._accordion_container_1m3dw_21 ._horizontal_divider_1m3dw_20{border:1px solid var(--light-gray)}._accordion_container_1m3dw_21 ._accordion_item_1m3dw_25{color:var(--primary-color);background-color:var(--white-color);font-size:23px;line-height:24px;border:none;font-family:var(--emphasis-font);padding:unset}._accordion_container_1m3dw_21 ._accordion_item_1m3dw_25 ._item_header_1m3dw_34{justify-content:space-between;align-items:center;padding:24px 0;margin:0;font-weight:700;cursor:pointer}._accordion_container_1m3dw_21 ._accordion_item_1m3dw_25 ._item_header_1m3dw_34 ._item_title_1m3dw_42,._accordion_container_1m3dw_21 ._accordion_item_1m3dw_25 ._item_header_1m3dw_34 ._item_toggler_1m3dw_43{width:fit-content;padding:unset}._accordion_container_1m3dw_21 ._accordion_item_1m3dw_25 ._item_header_1m3dw_34 ._item_toggler_1m3dw_43{height:12px;width:auto;transition:transform .3s ease-in-out;transform:rotate(180deg)}._accordion_container_1m3dw_21 ._accordion_item_1m3dw_25 ._item_header_1m3dw_34.collapsed ._item_toggler_1m3dw_43{transform:unset}._accordion_container_1m3dw_21 ._accordion_item_1m3dw_25 ._item_body_1m3dw_56{font-size:20px;line-height:100%;font-weight:lighter;padding:0 0 8px 16px}._accordion_container_1m3dw_21 ._accordion_item_1m3dw_25 ._item_body_1m3dw_56 ._child_item_1m3dw_62{padding:16px 0;display:block;font-size:20px;line-height:23px;font-weight:200;position:relative;color:var(--primary-color)}._accordion_container_1m3dw_21 ._accordion_item_1m3dw_25 ._item_body_1m3dw_56 ._child_item_1m3dw_62.active{font-weight:900}._accordion_container_1m3dw_21 ._accordion_item_1m3dw_25 ._item_body_1m3dw_56 ._child_item_1m3dw_62.active:before{content:"-";color:var(--accent-color);font-weight:bolder;font-size:larger;position:absolute;left:-16px}._accordion_container_1m3dw_21 ._accordion_item_1m3dw_25 ._item_body_1m3dw_56 ._membership_item_1m3dw_82 span:last-child{float:right;color:var(--accent-color);padding-right:24px}._accordion_container_1m3dw_21 ._item_link_1m3dw_87{display:block;font-size:23px;line-height:24px;font-weight:700;margin:28px 0;cursor:pointer}._accordion_container_1m3dw_21 ._item_link_1m3dw_87:hover{opacity:.8}._clearfix_eg2og_7:after{display:block;clear:both;content:""}._link-primary_eg2og_13{color:#0d6efd}._link-primary_eg2og_13:hover,._link-primary_eg2og_13:focus{color:#0a58ca}._link-secondary_eg2og_20{color:#6c757d}._link-secondary_eg2og_20:hover,._link-secondary_eg2og_20:focus{color:#565e64}._link-success_eg2og_27{color:#198754}._link-success_eg2og_27:hover,._link-success_eg2og_27:focus{color:#146c43}._link-info_eg2og_34{color:#0dcaf0}._link-info_eg2og_34:hover,._link-info_eg2og_34:focus{color:#3dd5f3}._link-warning_eg2og_41{color:#ffc107}._link-warning_eg2og_41:hover,._link-warning_eg2og_41:focus{color:#ffcd39}._link-danger_eg2og_48{color:#dc3545}._link-danger_eg2og_48:hover,._link-danger_eg2og_48:focus{color:#b02a37}._link-light_eg2og_55{color:#f8f9fa}._link-light_eg2og_55:hover,._link-light_eg2og_55:focus{color:#f9fafb}._link-dark_eg2og_62{color:#212529}._link-dark_eg2og_62:hover,._link-dark_eg2og_62:focus{color:#1a1e21}._ratio_eg2og_69{position:relative;width:100%}._ratio_eg2og_69:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}._ratio_eg2og_69>*{position:absolute;top:0;left:0;width:100%;height:100%}._ratio-1x1_eg2og_86{--bs-aspect-ratio: 100%}._ratio-4x3_eg2og_90{--bs-aspect-ratio: 75%}._ratio-16x9_eg2og_94{--bs-aspect-ratio: 56.25%}._ratio-21x9_eg2og_98{--bs-aspect-ratio: 42.8571428571%}._fixed-top_eg2og_102{position:fixed;top:0;right:0;left:0;z-index:1030}._fixed-bottom_eg2og_110{position:fixed;right:0;bottom:0;left:0;z-index:1030}._sticky-top_eg2og_118{position:sticky;top:0;z-index:1020}@media (min-width: 576px){._sticky-sm-top_eg2og_125{position:sticky;top:0;z-index:1020}}@media (min-width: 768px){._sticky-md-top_eg2og_132{position:sticky;top:0;z-index:1020}}@media (min-width: 992px){._sticky-lg-top_eg2og_139{position:sticky;top:0;z-index:1020}}@media (min-width: 1200px){._sticky-xl-top_eg2og_146{position:sticky;top:0;z-index:1020}}@media (min-width: 1400px){._sticky-xxl-top_eg2og_153{position:sticky;top:0;z-index:1020}}._hstack_eg2og_159{display:flex;flex-direction:row;align-items:center;align-self:stretch}._vstack_eg2og_166{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}._visually-hidden_eg2og_173,._visually-hidden-focusable_eg2og_174: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_eg2og_186:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}._text-truncate_eg2og_196{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._vr_eg2og_202{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}._align-baseline_eg2og_211{vertical-align:baseline!important}._align-top_eg2og_215{vertical-align:top!important}._align-middle_eg2og_219{vertical-align:middle!important}._align-bottom_eg2og_223{vertical-align:bottom!important}._align-text-bottom_eg2og_227{vertical-align:text-bottom!important}._align-text-top_eg2og_231{vertical-align:text-top!important}._float-start_eg2og_235{float:left!important}._float-end_eg2og_239{float:right!important}._float-none_eg2og_243{float:none!important}._opacity-0_eg2og_247{opacity:0!important}._opacity-25_eg2og_251{opacity:.25!important}._opacity-50_eg2og_255{opacity:.5!important}._opacity-75_eg2og_259{opacity:.75!important}._opacity-100_eg2og_263{opacity:1!important}._overflow-auto_eg2og_267{overflow:auto!important}._overflow-hidden_eg2og_271{overflow:hidden!important}._overflow-visible_eg2og_275{overflow:visible!important}._overflow-scroll_eg2og_279{overflow:scroll!important}._d-inline_eg2og_283{display:inline!important}._d-inline-block_eg2og_287{display:inline-block!important}._d-block_eg2og_291{display:block!important}._d-grid_eg2og_295{display:grid!important}._d-table_eg2og_299{display:table!important}._d-table-row_eg2og_303{display:table-row!important}._d-table-cell_eg2og_307{display:table-cell!important}._d-flex_eg2og_311{display:flex!important}._d-inline-flex_eg2og_315{display:inline-flex!important}._d-none_eg2og_319{display:none!important}._shadow_eg2og_323{box-shadow:0 .5rem 1rem #00000026!important}._shadow-sm_eg2og_327{box-shadow:0 .125rem .25rem #00000013!important}._shadow-lg_eg2og_331{box-shadow:0 1rem 3rem #0000002d!important}._shadow-none_eg2og_335{box-shadow:none!important}._position-static_eg2og_339{position:static!important}._position-relative_eg2og_343{position:relative!important}._position-absolute_eg2og_347{position:absolute!important}._position-fixed_eg2og_351{position:fixed!important}._position-sticky_eg2og_355{position:sticky!important}._top-0_eg2og_359{top:0!important}._top-50_eg2og_363{top:50%!important}._top-100_eg2og_367{top:100%!important}._bottom-0_eg2og_371{bottom:0!important}._bottom-50_eg2og_375{bottom:50%!important}._bottom-100_eg2og_379{bottom:100%!important}._start-0_eg2og_383{left:0!important}._start-50_eg2og_387{left:50%!important}._start-100_eg2og_391{left:100%!important}._end-0_eg2og_395{right:0!important}._end-50_eg2og_399{right:50%!important}._end-100_eg2og_403{right:100%!important}._translate-middle_eg2og_407{transform:translate(-50%,-50%)!important}._translate-middle-x_eg2og_411{transform:translate(-50%)!important}._translate-middle-y_eg2og_415{transform:translateY(-50%)!important}._border_eg2og_419{border:1px solid #dee2e6!important}._border-0_eg2og_423{border:0!important}._border-top_eg2og_427{border-top:1px solid #dee2e6!important}._border-top-0_eg2og_431{border-top:0!important}._border-end_eg2og_435{border-right:1px solid #dee2e6!important}._border-end-0_eg2og_439{border-right:0!important}._border-bottom_eg2og_443{border-bottom:1px solid #dee2e6!important}._border-bottom-0_eg2og_447{border-bottom:0!important}._border-start_eg2og_451{border-left:1px solid #dee2e6!important}._border-start-0_eg2og_455{border-left:0!important}._border-primary_eg2og_459{border-color:#0d6efd!important}._border-secondary_eg2og_463{border-color:#6c757d!important}._border-success_eg2og_467{border-color:#198754!important}._border-info_eg2og_471{border-color:#0dcaf0!important}._border-warning_eg2og_475{border-color:#ffc107!important}._border-danger_eg2og_479{border-color:#dc3545!important}._border-light_eg2og_483{border-color:#f8f9fa!important}._border-dark_eg2og_487{border-color:#212529!important}._border-white_eg2og_491{border-color:#fff!important}._border-1_eg2og_495{border-width:1px!important}._border-2_eg2og_499{border-width:2px!important}._border-3_eg2og_503{border-width:3px!important}._border-4_eg2og_507{border-width:4px!important}._border-5_eg2og_511{border-width:5px!important}._w-25_eg2og_515{width:25%!important}._w-50_eg2og_519{width:50%!important}._w-75_eg2og_523{width:75%!important}._w-100_eg2og_527{width:100%!important}._w-auto_eg2og_531{width:auto!important}._mw-100_eg2og_535{max-width:100%!important}._vw-100_eg2og_539{width:100vw!important}._min-vw-100_eg2og_543{min-width:100vw!important}._h-25_eg2og_547{height:25%!important}._h-50_eg2og_551{height:50%!important}._h-75_eg2og_555{height:75%!important}._h-100_eg2og_559{height:100%!important}._h-auto_eg2og_563{height:auto!important}._mh-100_eg2og_567{max-height:100%!important}._vh-100_eg2og_571{height:100vh!important}._min-vh-100_eg2og_575{min-height:100vh!important}._flex-fill_eg2og_579{flex:1 1 auto!important}._flex-row_eg2og_583{flex-direction:row!important}._flex-column_eg2og_587{flex-direction:column!important}._flex-row-reverse_eg2og_591{flex-direction:row-reverse!important}._flex-column-reverse_eg2og_595{flex-direction:column-reverse!important}._flex-grow-0_eg2og_599{flex-grow:0!important}._flex-grow-1_eg2og_603{flex-grow:1!important}._flex-shrink-0_eg2og_607{flex-shrink:0!important}._flex-shrink-1_eg2og_611{flex-shrink:1!important}._flex-wrap_eg2og_615{flex-wrap:wrap!important}._flex-nowrap_eg2og_619{flex-wrap:nowrap!important}._flex-wrap-reverse_eg2og_623{flex-wrap:wrap-reverse!important}._gap-0_eg2og_627{gap:0!important}._gap-1_eg2og_631{gap:.25rem!important}._gap-2_eg2og_635{gap:.5rem!important}._gap-3_eg2og_639{gap:1rem!important}._gap-4_eg2og_643{gap:1.5rem!important}._gap-5_eg2og_647{gap:3rem!important}._justify-content-start_eg2og_651{justify-content:flex-start!important}._justify-content-end_eg2og_655{justify-content:flex-end!important}._justify-content-center_eg2og_659{justify-content:center!important}._justify-content-between_eg2og_663{justify-content:space-between!important}._justify-content-around_eg2og_667{justify-content:space-around!important}._justify-content-evenly_eg2og_671{justify-content:space-evenly!important}._align-items-start_eg2og_675{align-items:flex-start!important}._align-items-end_eg2og_679{align-items:flex-end!important}._align-items-center_eg2og_683{align-items:center!important}._align-items-baseline_eg2og_687{align-items:baseline!important}._align-items-stretch_eg2og_691{align-items:stretch!important}._align-content-start_eg2og_695{align-content:flex-start!important}._align-content-end_eg2og_699{align-content:flex-end!important}._align-content-center_eg2og_703{align-content:center!important}._align-content-between_eg2og_707{align-content:space-between!important}._align-content-around_eg2og_711{align-content:space-around!important}._align-content-stretch_eg2og_715{align-content:stretch!important}._align-self-auto_eg2og_719{align-self:auto!important}._align-self-start_eg2og_723{align-self:flex-start!important}._align-self-end_eg2og_727{align-self:flex-end!important}._align-self-center_eg2og_731{align-self:center!important}._align-self-baseline_eg2og_735{align-self:baseline!important}._align-self-stretch_eg2og_739{align-self:stretch!important}._order-first_eg2og_743{order:-1!important}._order-0_eg2og_747{order:0!important}._order-1_eg2og_751{order:1!important}._order-2_eg2og_755{order:2!important}._order-3_eg2og_759{order:3!important}._order-4_eg2og_763{order:4!important}._order-5_eg2og_767{order:5!important}._order-last_eg2og_771{order:6!important}._m-0_eg2og_775{margin:0!important}._m-1_eg2og_779{margin:.25rem!important}._m-2_eg2og_783{margin:.5rem!important}._m-3_eg2og_787{margin:1rem!important}._m-4_eg2og_791{margin:1.5rem!important}._m-5_eg2og_795{margin:3rem!important}._m-auto_eg2og_799{margin:auto!important}._mx-0_eg2og_803{margin-right:0!important;margin-left:0!important}._mx-1_eg2og_808{margin-right:.25rem!important;margin-left:.25rem!important}._mx-2_eg2og_813{margin-right:.5rem!important;margin-left:.5rem!important}._mx-3_eg2og_818{margin-right:1rem!important;margin-left:1rem!important}._mx-4_eg2og_823{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-5_eg2og_828{margin-right:3rem!important;margin-left:3rem!important}._mx-auto_eg2og_833{margin-right:auto!important;margin-left:auto!important}._my-0_eg2og_838{margin-top:0!important;margin-bottom:0!important}._my-1_eg2og_843{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-2_eg2og_848{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-3_eg2og_853{margin-top:1rem!important;margin-bottom:1rem!important}._my-4_eg2og_858{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-5_eg2og_863{margin-top:3rem!important;margin-bottom:3rem!important}._my-auto_eg2og_868{margin-top:auto!important;margin-bottom:auto!important}._mt-0_eg2og_873{margin-top:0!important}._mt-1_eg2og_877{margin-top:.25rem!important}._mt-2_eg2og_881{margin-top:.5rem!important}._mt-3_eg2og_885{margin-top:1rem!important}._mt-4_eg2og_889{margin-top:1.5rem!important}._mt-5_eg2og_893{margin-top:3rem!important}._mt-auto_eg2og_897{margin-top:auto!important}._me-0_eg2og_901{margin-right:0!important}._me-1_eg2og_905{margin-right:.25rem!important}._me-2_eg2og_909{margin-right:.5rem!important}._me-3_eg2og_913{margin-right:1rem!important}._me-4_eg2og_917{margin-right:1.5rem!important}._me-5_eg2og_921{margin-right:3rem!important}._me-auto_eg2og_925{margin-right:auto!important}._mb-0_eg2og_929{margin-bottom:0!important}._mb-1_eg2og_933{margin-bottom:.25rem!important}._mb-2_eg2og_937{margin-bottom:.5rem!important}._mb-3_eg2og_941{margin-bottom:1rem!important}._mb-4_eg2og_945{margin-bottom:1.5rem!important}._mb-5_eg2og_949{margin-bottom:3rem!important}._mb-auto_eg2og_953{margin-bottom:auto!important}._ms-0_eg2og_957{margin-left:0!important}._ms-1_eg2og_961{margin-left:.25rem!important}._ms-2_eg2og_965{margin-left:.5rem!important}._ms-3_eg2og_969{margin-left:1rem!important}._ms-4_eg2og_973{margin-left:1.5rem!important}._ms-5_eg2og_977{margin-left:3rem!important}._ms-auto_eg2og_981{margin-left:auto!important}._p-0_eg2og_985{padding:0!important}._p-1_eg2og_989{padding:.25rem!important}._p-2_eg2og_993{padding:.5rem!important}._p-3_eg2og_997{padding:1rem!important}._p-4_eg2og_1001{padding:1.5rem!important}._p-5_eg2og_1005{padding:3rem!important}._px-0_eg2og_1009{padding-right:0!important;padding-left:0!important}._px-1_eg2og_1014{padding-right:.25rem!important;padding-left:.25rem!important}._px-2_eg2og_1019{padding-right:.5rem!important;padding-left:.5rem!important}._px-3_eg2og_1024{padding-right:1rem!important;padding-left:1rem!important}._px-4_eg2og_1029{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-5_eg2og_1034{padding-right:3rem!important;padding-left:3rem!important}._py-0_eg2og_1039{padding-top:0!important;padding-bottom:0!important}._py-1_eg2og_1044{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-2_eg2og_1049{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-3_eg2og_1054{padding-top:1rem!important;padding-bottom:1rem!important}._py-4_eg2og_1059{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-5_eg2og_1064{padding-top:3rem!important;padding-bottom:3rem!important}._pt-0_eg2og_1069{padding-top:0!important}._pt-1_eg2og_1073{padding-top:.25rem!important}._pt-2_eg2og_1077{padding-top:.5rem!important}._pt-3_eg2og_1081{padding-top:1rem!important}._pt-4_eg2og_1085{padding-top:1.5rem!important}._pt-5_eg2og_1089{padding-top:3rem!important}._pe-0_eg2og_1093{padding-right:0!important}._pe-1_eg2og_1097{padding-right:.25rem!important}._pe-2_eg2og_1101{padding-right:.5rem!important}._pe-3_eg2og_1105{padding-right:1rem!important}._pe-4_eg2og_1109{padding-right:1.5rem!important}._pe-5_eg2og_1113{padding-right:3rem!important}._pb-0_eg2og_1117{padding-bottom:0!important}._pb-1_eg2og_1121{padding-bottom:.25rem!important}._pb-2_eg2og_1125{padding-bottom:.5rem!important}._pb-3_eg2og_1129{padding-bottom:1rem!important}._pb-4_eg2og_1133{padding-bottom:1.5rem!important}._pb-5_eg2og_1137{padding-bottom:3rem!important}._ps-0_eg2og_1141{padding-left:0!important}._ps-1_eg2og_1145{padding-left:.25rem!important}._ps-2_eg2og_1149{padding-left:.5rem!important}._ps-3_eg2og_1153{padding-left:1rem!important}._ps-4_eg2og_1157{padding-left:1.5rem!important}._ps-5_eg2og_1161{padding-left:3rem!important}._font-monospace_eg2og_1165{font-family:var(--bs-font-monospace)!important}._fs-1_eg2og_1169{font-size:calc(1.375rem + 1.5vw)!important}._fs-2_eg2og_1173{font-size:calc(1.325rem + .9vw)!important}._fs-3_eg2og_1177{font-size:calc(1.3rem + .6vw)!important}._fs-4_eg2og_1181{font-size:calc(1.275rem + .3vw)!important}._fs-5_eg2og_1185{font-size:1.25rem!important}._fs-6_eg2og_1189{font-size:1rem!important}._fst-italic_eg2og_1193{font-style:italic!important}._fst-normal_eg2og_1197{font-style:normal!important}._fw-light_eg2og_1201{font-weight:300!important}._fw-lighter_eg2og_1205{font-weight:lighter!important}._fw-normal_eg2og_1209{font-weight:400!important}._fw-bold_eg2og_1213{font-weight:700!important}._fw-bolder_eg2og_1217{font-weight:bolder!important}._lh-1_eg2og_1221{line-height:1!important}._lh-sm_eg2og_1225{line-height:1.25!important}._lh-base_eg2og_1229{line-height:1.5!important}._lh-lg_eg2og_1233{line-height:2!important}._text-start_eg2og_1237{text-align:left!important}._text-end_eg2og_1241{text-align:right!important}._text-center_eg2og_1245{text-align:center!important}._text-decoration-none_eg2og_1249{text-decoration:none!important}._text-decoration-underline_eg2og_1253{text-decoration:underline!important}._text-decoration-line-through_eg2og_1257{text-decoration:line-through!important}._text-lowercase_eg2og_1261{text-transform:lowercase!important}._text-uppercase_eg2og_1265{text-transform:uppercase!important}._text-capitalize_eg2og_1269{text-transform:capitalize!important}._text-wrap_eg2og_1273{white-space:normal!important}._text-nowrap_eg2og_1277{white-space:nowrap!important}._text-break_eg2og_1282{word-wrap:break-word!important;word-break:break-word!important}._text-primary_eg2og_1288{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}._text-secondary_eg2og_1293{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}._text-success_eg2og_1298{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}._text-info_eg2og_1303{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}._text-warning_eg2og_1308{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}._text-danger_eg2og_1313{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}._text-light_eg2og_1318{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}._text-dark_eg2og_1323{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}._text-black_eg2og_1328{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}._text-white_eg2og_1333{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}._text-body_eg2og_1338{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}._text-muted_eg2og_1343{--bs-text-opacity: 1;color:#6c757d!important}._text-black-50_eg2og_1348{--bs-text-opacity: 1;color:#00000080!important}._text-white-50_eg2og_1353{--bs-text-opacity: 1;color:#ffffff80!important}._text-reset_eg2og_1358{--bs-text-opacity: 1;color:inherit!important}._text-opacity-25_eg2og_1363{--bs-text-opacity: .25}._text-opacity-50_eg2og_1367{--bs-text-opacity: .5}._text-opacity-75_eg2og_1371{--bs-text-opacity: .75}._text-opacity-100_eg2og_1375{--bs-text-opacity: 1}._bg-primary_eg2og_1379{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}._bg-secondary_eg2og_1384{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}._bg-success_eg2og_1389{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}._bg-info_eg2og_1394{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}._bg-warning_eg2og_1399{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}._bg-danger_eg2og_1404{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}._bg-light_eg2og_1409{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}._bg-dark_eg2og_1414{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}._bg-black_eg2og_1419{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}._bg-white_eg2og_1424{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}._bg-body_eg2og_1429{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}._bg-transparent_eg2og_1434{--bs-bg-opacity: 1;background-color:transparent!important}._bg-opacity-10_eg2og_1439{--bs-bg-opacity: .1}._bg-opacity-25_eg2og_1443{--bs-bg-opacity: .25}._bg-opacity-50_eg2og_1447{--bs-bg-opacity: .5}._bg-opacity-75_eg2og_1451{--bs-bg-opacity: .75}._bg-opacity-100_eg2og_1455{--bs-bg-opacity: 1}._bg-gradient_eg2og_1459{background-image:var(--bs-gradient)!important}._user-select-all_eg2og_1463{-webkit-user-select:all!important;user-select:all!important}._user-select-auto_eg2og_1467{-webkit-user-select:auto!important;user-select:auto!important}._user-select-none_eg2og_1471{-webkit-user-select:none!important;user-select:none!important}._pe-none_eg2og_1475{pointer-events:none!important}._pe-auto_eg2og_1479{pointer-events:auto!important}._rounded_eg2og_1483{border-radius:.25rem!important}._rounded-0_eg2og_1487{border-radius:0!important}._rounded-1_eg2og_1491{border-radius:.2rem!important}._rounded-2_eg2og_1495{border-radius:.25rem!important}._rounded-3_eg2og_1499{border-radius:.3rem!important}._rounded-circle_eg2og_1503{border-radius:50%!important}._rounded-pill_eg2og_1507{border-radius:50rem!important}._rounded-top_eg2og_1511{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}._rounded-end_eg2og_1516{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}._rounded-bottom_eg2og_1521{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}._rounded-start_eg2og_1526{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}._visible_eg2og_1531{visibility:visible!important}._invisible_eg2og_1535{visibility:hidden!important}@media (min-width: 576px){._float-sm-start_eg2og_1540{float:left!important}._float-sm-end_eg2og_1543{float:right!important}._float-sm-none_eg2og_1546{float:none!important}._d-sm-inline_eg2og_1549{display:inline!important}._d-sm-inline-block_eg2og_1552{display:inline-block!important}._d-sm-block_eg2og_1555{display:block!important}._d-sm-grid_eg2og_1558{display:grid!important}._d-sm-table_eg2og_1561{display:table!important}._d-sm-table-row_eg2og_1564{display:table-row!important}._d-sm-table-cell_eg2og_1567{display:table-cell!important}._d-sm-flex_eg2og_1570{display:flex!important}._d-sm-inline-flex_eg2og_1573{display:inline-flex!important}._d-sm-none_eg2og_1576{display:none!important}._flex-sm-fill_eg2og_1579{flex:1 1 auto!important}._flex-sm-row_eg2og_1582{flex-direction:row!important}._flex-sm-column_eg2og_1585{flex-direction:column!important}._flex-sm-row-reverse_eg2og_1588{flex-direction:row-reverse!important}._flex-sm-column-reverse_eg2og_1591{flex-direction:column-reverse!important}._flex-sm-grow-0_eg2og_1594{flex-grow:0!important}._flex-sm-grow-1_eg2og_1597{flex-grow:1!important}._flex-sm-shrink-0_eg2og_1600{flex-shrink:0!important}._flex-sm-shrink-1_eg2og_1603{flex-shrink:1!important}._flex-sm-wrap_eg2og_1606{flex-wrap:wrap!important}._flex-sm-nowrap_eg2og_1609{flex-wrap:nowrap!important}._flex-sm-wrap-reverse_eg2og_1612{flex-wrap:wrap-reverse!important}._gap-sm-0_eg2og_1615{gap:0!important}._gap-sm-1_eg2og_1618{gap:.25rem!important}._gap-sm-2_eg2og_1621{gap:.5rem!important}._gap-sm-3_eg2og_1624{gap:1rem!important}._gap-sm-4_eg2og_1627{gap:1.5rem!important}._gap-sm-5_eg2og_1630{gap:3rem!important}._justify-content-sm-start_eg2og_1633{justify-content:flex-start!important}._justify-content-sm-end_eg2og_1636{justify-content:flex-end!important}._justify-content-sm-center_eg2og_1639{justify-content:center!important}._justify-content-sm-between_eg2og_1642{justify-content:space-between!important}._justify-content-sm-around_eg2og_1645{justify-content:space-around!important}._justify-content-sm-evenly_eg2og_1648{justify-content:space-evenly!important}._align-items-sm-start_eg2og_1651{align-items:flex-start!important}._align-items-sm-end_eg2og_1654{align-items:flex-end!important}._align-items-sm-center_eg2og_1657{align-items:center!important}._align-items-sm-baseline_eg2og_1660{align-items:baseline!important}._align-items-sm-stretch_eg2og_1663{align-items:stretch!important}._align-content-sm-start_eg2og_1666{align-content:flex-start!important}._align-content-sm-end_eg2og_1669{align-content:flex-end!important}._align-content-sm-center_eg2og_1672{align-content:center!important}._align-content-sm-between_eg2og_1675{align-content:space-between!important}._align-content-sm-around_eg2og_1678{align-content:space-around!important}._align-content-sm-stretch_eg2og_1681{align-content:stretch!important}._align-self-sm-auto_eg2og_1684{align-self:auto!important}._align-self-sm-start_eg2og_1687{align-self:flex-start!important}._align-self-sm-end_eg2og_1690{align-self:flex-end!important}._align-self-sm-center_eg2og_1693{align-self:center!important}._align-self-sm-baseline_eg2og_1696{align-self:baseline!important}._align-self-sm-stretch_eg2og_1699{align-self:stretch!important}._order-sm-first_eg2og_1702{order:-1!important}._order-sm-0_eg2og_1705{order:0!important}._order-sm-1_eg2og_1708{order:1!important}._order-sm-2_eg2og_1711{order:2!important}._order-sm-3_eg2og_1714{order:3!important}._order-sm-4_eg2og_1717{order:4!important}._order-sm-5_eg2og_1720{order:5!important}._order-sm-last_eg2og_1723{order:6!important}._m-sm-0_eg2og_1726{margin:0!important}._m-sm-1_eg2og_1729{margin:.25rem!important}._m-sm-2_eg2og_1732{margin:.5rem!important}._m-sm-3_eg2og_1735{margin:1rem!important}._m-sm-4_eg2og_1738{margin:1.5rem!important}._m-sm-5_eg2og_1741{margin:3rem!important}._m-sm-auto_eg2og_1744{margin:auto!important}._mx-sm-0_eg2og_1747{margin-right:0!important;margin-left:0!important}._mx-sm-1_eg2og_1751{margin-right:.25rem!important;margin-left:.25rem!important}._mx-sm-2_eg2og_1755{margin-right:.5rem!important;margin-left:.5rem!important}._mx-sm-3_eg2og_1759{margin-right:1rem!important;margin-left:1rem!important}._mx-sm-4_eg2og_1763{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-sm-5_eg2og_1767{margin-right:3rem!important;margin-left:3rem!important}._mx-sm-auto_eg2og_1771{margin-right:auto!important;margin-left:auto!important}._my-sm-0_eg2og_1775{margin-top:0!important;margin-bottom:0!important}._my-sm-1_eg2og_1779{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-sm-2_eg2og_1783{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-sm-3_eg2og_1787{margin-top:1rem!important;margin-bottom:1rem!important}._my-sm-4_eg2og_1791{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-sm-5_eg2og_1795{margin-top:3rem!important;margin-bottom:3rem!important}._my-sm-auto_eg2og_1799{margin-top:auto!important;margin-bottom:auto!important}._mt-sm-0_eg2og_1803{margin-top:0!important}._mt-sm-1_eg2og_1806{margin-top:.25rem!important}._mt-sm-2_eg2og_1809{margin-top:.5rem!important}._mt-sm-3_eg2og_1812{margin-top:1rem!important}._mt-sm-4_eg2og_1815{margin-top:1.5rem!important}._mt-sm-5_eg2og_1818{margin-top:3rem!important}._mt-sm-auto_eg2og_1821{margin-top:auto!important}._me-sm-0_eg2og_1824{margin-right:0!important}._me-sm-1_eg2og_1827{margin-right:.25rem!important}._me-sm-2_eg2og_1830{margin-right:.5rem!important}._me-sm-3_eg2og_1833{margin-right:1rem!important}._me-sm-4_eg2og_1836{margin-right:1.5rem!important}._me-sm-5_eg2og_1839{margin-right:3rem!important}._me-sm-auto_eg2og_1842{margin-right:auto!important}._mb-sm-0_eg2og_1845{margin-bottom:0!important}._mb-sm-1_eg2og_1848{margin-bottom:.25rem!important}._mb-sm-2_eg2og_1851{margin-bottom:.5rem!important}._mb-sm-3_eg2og_1854{margin-bottom:1rem!important}._mb-sm-4_eg2og_1857{margin-bottom:1.5rem!important}._mb-sm-5_eg2og_1860{margin-bottom:3rem!important}._mb-sm-auto_eg2og_1863{margin-bottom:auto!important}._ms-sm-0_eg2og_1866{margin-left:0!important}._ms-sm-1_eg2og_1869{margin-left:.25rem!important}._ms-sm-2_eg2og_1872{margin-left:.5rem!important}._ms-sm-3_eg2og_1875{margin-left:1rem!important}._ms-sm-4_eg2og_1878{margin-left:1.5rem!important}._ms-sm-5_eg2og_1881{margin-left:3rem!important}._ms-sm-auto_eg2og_1884{margin-left:auto!important}._p-sm-0_eg2og_1887{padding:0!important}._p-sm-1_eg2og_1890{padding:.25rem!important}._p-sm-2_eg2og_1893{padding:.5rem!important}._p-sm-3_eg2og_1896{padding:1rem!important}._p-sm-4_eg2og_1899{padding:1.5rem!important}._p-sm-5_eg2og_1902{padding:3rem!important}._px-sm-0_eg2og_1905{padding-right:0!important;padding-left:0!important}._px-sm-1_eg2og_1909{padding-right:.25rem!important;padding-left:.25rem!important}._px-sm-2_eg2og_1913{padding-right:.5rem!important;padding-left:.5rem!important}._px-sm-3_eg2og_1917{padding-right:1rem!important;padding-left:1rem!important}._px-sm-4_eg2og_1921{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-sm-5_eg2og_1925{padding-right:3rem!important;padding-left:3rem!important}._py-sm-0_eg2og_1929{padding-top:0!important;padding-bottom:0!important}._py-sm-1_eg2og_1933{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-sm-2_eg2og_1937{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-sm-3_eg2og_1941{padding-top:1rem!important;padding-bottom:1rem!important}._py-sm-4_eg2og_1945{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-sm-5_eg2og_1949{padding-top:3rem!important;padding-bottom:3rem!important}._pt-sm-0_eg2og_1953{padding-top:0!important}._pt-sm-1_eg2og_1956{padding-top:.25rem!important}._pt-sm-2_eg2og_1959{padding-top:.5rem!important}._pt-sm-3_eg2og_1962{padding-top:1rem!important}._pt-sm-4_eg2og_1965{padding-top:1.5rem!important}._pt-sm-5_eg2og_1968{padding-top:3rem!important}._pe-sm-0_eg2og_1971{padding-right:0!important}._pe-sm-1_eg2og_1974{padding-right:.25rem!important}._pe-sm-2_eg2og_1977{padding-right:.5rem!important}._pe-sm-3_eg2og_1980{padding-right:1rem!important}._pe-sm-4_eg2og_1983{padding-right:1.5rem!important}._pe-sm-5_eg2og_1986{padding-right:3rem!important}._pb-sm-0_eg2og_1989{padding-bottom:0!important}._pb-sm-1_eg2og_1992{padding-bottom:.25rem!important}._pb-sm-2_eg2og_1995{padding-bottom:.5rem!important}._pb-sm-3_eg2og_1998{padding-bottom:1rem!important}._pb-sm-4_eg2og_2001{padding-bottom:1.5rem!important}._pb-sm-5_eg2og_2004{padding-bottom:3rem!important}._ps-sm-0_eg2og_2007{padding-left:0!important}._ps-sm-1_eg2og_2010{padding-left:.25rem!important}._ps-sm-2_eg2og_2013{padding-left:.5rem!important}._ps-sm-3_eg2og_2016{padding-left:1rem!important}._ps-sm-4_eg2og_2019{padding-left:1.5rem!important}._ps-sm-5_eg2og_2022{padding-left:3rem!important}._text-sm-start_eg2og_2025{text-align:left!important}._text-sm-end_eg2og_2028{text-align:right!important}._text-sm-center_eg2og_2031{text-align:center!important}}@media (min-width: 768px){._float-md-start_eg2og_2036{float:left!important}._float-md-end_eg2og_2039{float:right!important}._float-md-none_eg2og_2042{float:none!important}._d-md-inline_eg2og_2045{display:inline!important}._d-md-inline-block_eg2og_2048{display:inline-block!important}._d-md-block_eg2og_2051{display:block!important}._d-md-grid_eg2og_2054{display:grid!important}._d-md-table_eg2og_2057{display:table!important}._d-md-table-row_eg2og_2060{display:table-row!important}._d-md-table-cell_eg2og_2063{display:table-cell!important}._d-md-flex_eg2og_2066{display:flex!important}._d-md-inline-flex_eg2og_2069{display:inline-flex!important}._d-md-none_eg2og_2072{display:none!important}._flex-md-fill_eg2og_2075{flex:1 1 auto!important}._flex-md-row_eg2og_2078{flex-direction:row!important}._flex-md-column_eg2og_2081{flex-direction:column!important}._flex-md-row-reverse_eg2og_2084{flex-direction:row-reverse!important}._flex-md-column-reverse_eg2og_2087{flex-direction:column-reverse!important}._flex-md-grow-0_eg2og_2090{flex-grow:0!important}._flex-md-grow-1_eg2og_2093{flex-grow:1!important}._flex-md-shrink-0_eg2og_2096{flex-shrink:0!important}._flex-md-shrink-1_eg2og_2099{flex-shrink:1!important}._flex-md-wrap_eg2og_2102{flex-wrap:wrap!important}._flex-md-nowrap_eg2og_2105{flex-wrap:nowrap!important}._flex-md-wrap-reverse_eg2og_2108{flex-wrap:wrap-reverse!important}._gap-md-0_eg2og_2111{gap:0!important}._gap-md-1_eg2og_2114{gap:.25rem!important}._gap-md-2_eg2og_2117{gap:.5rem!important}._gap-md-3_eg2og_2120{gap:1rem!important}._gap-md-4_eg2og_2123{gap:1.5rem!important}._gap-md-5_eg2og_2126{gap:3rem!important}._justify-content-md-start_eg2og_2129{justify-content:flex-start!important}._justify-content-md-end_eg2og_2132{justify-content:flex-end!important}._justify-content-md-center_eg2og_2135{justify-content:center!important}._justify-content-md-between_eg2og_2138{justify-content:space-between!important}._justify-content-md-around_eg2og_2141{justify-content:space-around!important}._justify-content-md-evenly_eg2og_2144{justify-content:space-evenly!important}._align-items-md-start_eg2og_2147{align-items:flex-start!important}._align-items-md-end_eg2og_2150{align-items:flex-end!important}._align-items-md-center_eg2og_2153{align-items:center!important}._align-items-md-baseline_eg2og_2156{align-items:baseline!important}._align-items-md-stretch_eg2og_2159{align-items:stretch!important}._align-content-md-start_eg2og_2162{align-content:flex-start!important}._align-content-md-end_eg2og_2165{align-content:flex-end!important}._align-content-md-center_eg2og_2168{align-content:center!important}._align-content-md-between_eg2og_2171{align-content:space-between!important}._align-content-md-around_eg2og_2174{align-content:space-around!important}._align-content-md-stretch_eg2og_2177{align-content:stretch!important}._align-self-md-auto_eg2og_2180{align-self:auto!important}._align-self-md-start_eg2og_2183{align-self:flex-start!important}._align-self-md-end_eg2og_2186{align-self:flex-end!important}._align-self-md-center_eg2og_2189{align-self:center!important}._align-self-md-baseline_eg2og_2192{align-self:baseline!important}._align-self-md-stretch_eg2og_2195{align-self:stretch!important}._order-md-first_eg2og_2198{order:-1!important}._order-md-0_eg2og_2201{order:0!important}._order-md-1_eg2og_2204{order:1!important}._order-md-2_eg2og_2207{order:2!important}._order-md-3_eg2og_2210{order:3!important}._order-md-4_eg2og_2213{order:4!important}._order-md-5_eg2og_2216{order:5!important}._order-md-last_eg2og_2219{order:6!important}._m-md-0_eg2og_2222{margin:0!important}._m-md-1_eg2og_2225{margin:.25rem!important}._m-md-2_eg2og_2228{margin:.5rem!important}._m-md-3_eg2og_2231{margin:1rem!important}._m-md-4_eg2og_2234{margin:1.5rem!important}._m-md-5_eg2og_2237{margin:3rem!important}._m-md-auto_eg2og_2240{margin:auto!important}._mx-md-0_eg2og_2243{margin-right:0!important;margin-left:0!important}._mx-md-1_eg2og_2247{margin-right:.25rem!important;margin-left:.25rem!important}._mx-md-2_eg2og_2251{margin-right:.5rem!important;margin-left:.5rem!important}._mx-md-3_eg2og_2255{margin-right:1rem!important;margin-left:1rem!important}._mx-md-4_eg2og_2259{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-md-5_eg2og_2263{margin-right:3rem!important;margin-left:3rem!important}._mx-md-auto_eg2og_2267{margin-right:auto!important;margin-left:auto!important}._my-md-0_eg2og_2271{margin-top:0!important;margin-bottom:0!important}._my-md-1_eg2og_2275{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-md-2_eg2og_2279{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-md-3_eg2og_2283{margin-top:1rem!important;margin-bottom:1rem!important}._my-md-4_eg2og_2287{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-md-5_eg2og_2291{margin-top:3rem!important;margin-bottom:3rem!important}._my-md-auto_eg2og_2295{margin-top:auto!important;margin-bottom:auto!important}._mt-md-0_eg2og_2299{margin-top:0!important}._mt-md-1_eg2og_2302{margin-top:.25rem!important}._mt-md-2_eg2og_2305{margin-top:.5rem!important}._mt-md-3_eg2og_2308{margin-top:1rem!important}._mt-md-4_eg2og_2311{margin-top:1.5rem!important}._mt-md-5_eg2og_2314{margin-top:3rem!important}._mt-md-auto_eg2og_2317{margin-top:auto!important}._me-md-0_eg2og_2320{margin-right:0!important}._me-md-1_eg2og_2323{margin-right:.25rem!important}._me-md-2_eg2og_2326{margin-right:.5rem!important}._me-md-3_eg2og_2329{margin-right:1rem!important}._me-md-4_eg2og_2332{margin-right:1.5rem!important}._me-md-5_eg2og_2335{margin-right:3rem!important}._me-md-auto_eg2og_2338{margin-right:auto!important}._mb-md-0_eg2og_2341{margin-bottom:0!important}._mb-md-1_eg2og_2344{margin-bottom:.25rem!important}._mb-md-2_eg2og_2347{margin-bottom:.5rem!important}._mb-md-3_eg2og_2350{margin-bottom:1rem!important}._mb-md-4_eg2og_2353{margin-bottom:1.5rem!important}._mb-md-5_eg2og_2356{margin-bottom:3rem!important}._mb-md-auto_eg2og_2359{margin-bottom:auto!important}._ms-md-0_eg2og_2362{margin-left:0!important}._ms-md-1_eg2og_2365{margin-left:.25rem!important}._ms-md-2_eg2og_2368{margin-left:.5rem!important}._ms-md-3_eg2og_2371{margin-left:1rem!important}._ms-md-4_eg2og_2374{margin-left:1.5rem!important}._ms-md-5_eg2og_2377{margin-left:3rem!important}._ms-md-auto_eg2og_2380{margin-left:auto!important}._p-md-0_eg2og_2383{padding:0!important}._p-md-1_eg2og_2386{padding:.25rem!important}._p-md-2_eg2og_2389{padding:.5rem!important}._p-md-3_eg2og_2392{padding:1rem!important}._p-md-4_eg2og_2395{padding:1.5rem!important}._p-md-5_eg2og_2398{padding:3rem!important}._px-md-0_eg2og_2401{padding-right:0!important;padding-left:0!important}._px-md-1_eg2og_2405{padding-right:.25rem!important;padding-left:.25rem!important}._px-md-2_eg2og_2409{padding-right:.5rem!important;padding-left:.5rem!important}._px-md-3_eg2og_2413{padding-right:1rem!important;padding-left:1rem!important}._px-md-4_eg2og_2417{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-md-5_eg2og_2421{padding-right:3rem!important;padding-left:3rem!important}._py-md-0_eg2og_2425{padding-top:0!important;padding-bottom:0!important}._py-md-1_eg2og_2429{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-md-2_eg2og_2433{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-md-3_eg2og_2437{padding-top:1rem!important;padding-bottom:1rem!important}._py-md-4_eg2og_2441{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-md-5_eg2og_2445{padding-top:3rem!important;padding-bottom:3rem!important}._pt-md-0_eg2og_2449{padding-top:0!important}._pt-md-1_eg2og_2452{padding-top:.25rem!important}._pt-md-2_eg2og_2455{padding-top:.5rem!important}._pt-md-3_eg2og_2458{padding-top:1rem!important}._pt-md-4_eg2og_2461{padding-top:1.5rem!important}._pt-md-5_eg2og_2464{padding-top:3rem!important}._pe-md-0_eg2og_2467{padding-right:0!important}._pe-md-1_eg2og_2470{padding-right:.25rem!important}._pe-md-2_eg2og_2473{padding-right:.5rem!important}._pe-md-3_eg2og_2476{padding-right:1rem!important}._pe-md-4_eg2og_2479{padding-right:1.5rem!important}._pe-md-5_eg2og_2482{padding-right:3rem!important}._pb-md-0_eg2og_2485{padding-bottom:0!important}._pb-md-1_eg2og_2488{padding-bottom:.25rem!important}._pb-md-2_eg2og_2491{padding-bottom:.5rem!important}._pb-md-3_eg2og_2494{padding-bottom:1rem!important}._pb-md-4_eg2og_2497{padding-bottom:1.5rem!important}._pb-md-5_eg2og_2500{padding-bottom:3rem!important}._ps-md-0_eg2og_2503{padding-left:0!important}._ps-md-1_eg2og_2506{padding-left:.25rem!important}._ps-md-2_eg2og_2509{padding-left:.5rem!important}._ps-md-3_eg2og_2512{padding-left:1rem!important}._ps-md-4_eg2og_2515{padding-left:1.5rem!important}._ps-md-5_eg2og_2518{padding-left:3rem!important}._text-md-start_eg2og_2521{text-align:left!important}._text-md-end_eg2og_2524{text-align:right!important}._text-md-center_eg2og_2527{text-align:center!important}}@media (min-width: 992px){._float-lg-start_eg2og_2532{float:left!important}._float-lg-end_eg2og_2535{float:right!important}._float-lg-none_eg2og_2538{float:none!important}._d-lg-inline_eg2og_2541{display:inline!important}._d-lg-inline-block_eg2og_2544{display:inline-block!important}._d-lg-block_eg2og_2547{display:block!important}._d-lg-grid_eg2og_2550{display:grid!important}._d-lg-table_eg2og_2553{display:table!important}._d-lg-table-row_eg2og_2556{display:table-row!important}._d-lg-table-cell_eg2og_2559{display:table-cell!important}._d-lg-flex_eg2og_2562{display:flex!important}._d-lg-inline-flex_eg2og_2565{display:inline-flex!important}._d-lg-none_eg2og_2568{display:none!important}._flex-lg-fill_eg2og_2571{flex:1 1 auto!important}._flex-lg-row_eg2og_2574{flex-direction:row!important}._flex-lg-column_eg2og_2577{flex-direction:column!important}._flex-lg-row-reverse_eg2og_2580{flex-direction:row-reverse!important}._flex-lg-column-reverse_eg2og_2583{flex-direction:column-reverse!important}._flex-lg-grow-0_eg2og_2586{flex-grow:0!important}._flex-lg-grow-1_eg2og_2589{flex-grow:1!important}._flex-lg-shrink-0_eg2og_2592{flex-shrink:0!important}._flex-lg-shrink-1_eg2og_2595{flex-shrink:1!important}._flex-lg-wrap_eg2og_2598{flex-wrap:wrap!important}._flex-lg-nowrap_eg2og_2601{flex-wrap:nowrap!important}._flex-lg-wrap-reverse_eg2og_2604{flex-wrap:wrap-reverse!important}._gap-lg-0_eg2og_2607{gap:0!important}._gap-lg-1_eg2og_2610{gap:.25rem!important}._gap-lg-2_eg2og_2613{gap:.5rem!important}._gap-lg-3_eg2og_2616{gap:1rem!important}._gap-lg-4_eg2og_2619{gap:1.5rem!important}._gap-lg-5_eg2og_2622{gap:3rem!important}._justify-content-lg-start_eg2og_2625{justify-content:flex-start!important}._justify-content-lg-end_eg2og_2628{justify-content:flex-end!important}._justify-content-lg-center_eg2og_2631{justify-content:center!important}._justify-content-lg-between_eg2og_2634{justify-content:space-between!important}._justify-content-lg-around_eg2og_2637{justify-content:space-around!important}._justify-content-lg-evenly_eg2og_2640{justify-content:space-evenly!important}._align-items-lg-start_eg2og_2643{align-items:flex-start!important}._align-items-lg-end_eg2og_2646{align-items:flex-end!important}._align-items-lg-center_eg2og_2649{align-items:center!important}._align-items-lg-baseline_eg2og_2652{align-items:baseline!important}._align-items-lg-stretch_eg2og_2655{align-items:stretch!important}._align-content-lg-start_eg2og_2658{align-content:flex-start!important}._align-content-lg-end_eg2og_2661{align-content:flex-end!important}._align-content-lg-center_eg2og_2664{align-content:center!important}._align-content-lg-between_eg2og_2667{align-content:space-between!important}._align-content-lg-around_eg2og_2670{align-content:space-around!important}._align-content-lg-stretch_eg2og_2673{align-content:stretch!important}._align-self-lg-auto_eg2og_2676{align-self:auto!important}._align-self-lg-start_eg2og_2679{align-self:flex-start!important}._align-self-lg-end_eg2og_2682{align-self:flex-end!important}._align-self-lg-center_eg2og_2685{align-self:center!important}._align-self-lg-baseline_eg2og_2688{align-self:baseline!important}._align-self-lg-stretch_eg2og_2691{align-self:stretch!important}._order-lg-first_eg2og_2694{order:-1!important}._order-lg-0_eg2og_2697{order:0!important}._order-lg-1_eg2og_2700{order:1!important}._order-lg-2_eg2og_2703{order:2!important}._order-lg-3_eg2og_2706{order:3!important}._order-lg-4_eg2og_2709{order:4!important}._order-lg-5_eg2og_2712{order:5!important}._order-lg-last_eg2og_2715{order:6!important}._m-lg-0_eg2og_2718{margin:0!important}._m-lg-1_eg2og_2721{margin:.25rem!important}._m-lg-2_eg2og_2724{margin:.5rem!important}._m-lg-3_eg2og_2727{margin:1rem!important}._m-lg-4_eg2og_2730{margin:1.5rem!important}._m-lg-5_eg2og_2733{margin:3rem!important}._m-lg-auto_eg2og_2736{margin:auto!important}._mx-lg-0_eg2og_2739{margin-right:0!important;margin-left:0!important}._mx-lg-1_eg2og_2743{margin-right:.25rem!important;margin-left:.25rem!important}._mx-lg-2_eg2og_2747{margin-right:.5rem!important;margin-left:.5rem!important}._mx-lg-3_eg2og_2751{margin-right:1rem!important;margin-left:1rem!important}._mx-lg-4_eg2og_2755{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-lg-5_eg2og_2759{margin-right:3rem!important;margin-left:3rem!important}._mx-lg-auto_eg2og_2763{margin-right:auto!important;margin-left:auto!important}._my-lg-0_eg2og_2767{margin-top:0!important;margin-bottom:0!important}._my-lg-1_eg2og_2771{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-lg-2_eg2og_2775{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-lg-3_eg2og_2779{margin-top:1rem!important;margin-bottom:1rem!important}._my-lg-4_eg2og_2783{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-lg-5_eg2og_2787{margin-top:3rem!important;margin-bottom:3rem!important}._my-lg-auto_eg2og_2791{margin-top:auto!important;margin-bottom:auto!important}._mt-lg-0_eg2og_2795{margin-top:0!important}._mt-lg-1_eg2og_2798{margin-top:.25rem!important}._mt-lg-2_eg2og_2801{margin-top:.5rem!important}._mt-lg-3_eg2og_2804{margin-top:1rem!important}._mt-lg-4_eg2og_2807{margin-top:1.5rem!important}._mt-lg-5_eg2og_2810{margin-top:3rem!important}._mt-lg-auto_eg2og_2813{margin-top:auto!important}._me-lg-0_eg2og_2816{margin-right:0!important}._me-lg-1_eg2og_2819{margin-right:.25rem!important}._me-lg-2_eg2og_2822{margin-right:.5rem!important}._me-lg-3_eg2og_2825{margin-right:1rem!important}._me-lg-4_eg2og_2828{margin-right:1.5rem!important}._me-lg-5_eg2og_2831{margin-right:3rem!important}._me-lg-auto_eg2og_2834{margin-right:auto!important}._mb-lg-0_eg2og_2837{margin-bottom:0!important}._mb-lg-1_eg2og_2840{margin-bottom:.25rem!important}._mb-lg-2_eg2og_2843{margin-bottom:.5rem!important}._mb-lg-3_eg2og_2846{margin-bottom:1rem!important}._mb-lg-4_eg2og_2849{margin-bottom:1.5rem!important}._mb-lg-5_eg2og_2852{margin-bottom:3rem!important}._mb-lg-auto_eg2og_2855{margin-bottom:auto!important}._ms-lg-0_eg2og_2858{margin-left:0!important}._ms-lg-1_eg2og_2861{margin-left:.25rem!important}._ms-lg-2_eg2og_2864{margin-left:.5rem!important}._ms-lg-3_eg2og_2867{margin-left:1rem!important}._ms-lg-4_eg2og_2870{margin-left:1.5rem!important}._ms-lg-5_eg2og_2873{margin-left:3rem!important}._ms-lg-auto_eg2og_2876{margin-left:auto!important}._p-lg-0_eg2og_2879{padding:0!important}._p-lg-1_eg2og_2882{padding:.25rem!important}._p-lg-2_eg2og_2885{padding:.5rem!important}._p-lg-3_eg2og_2888{padding:1rem!important}._p-lg-4_eg2og_2891{padding:1.5rem!important}._p-lg-5_eg2og_2894{padding:3rem!important}._px-lg-0_eg2og_2897{padding-right:0!important;padding-left:0!important}._px-lg-1_eg2og_2901{padding-right:.25rem!important;padding-left:.25rem!important}._px-lg-2_eg2og_2905{padding-right:.5rem!important;padding-left:.5rem!important}._px-lg-3_eg2og_2909{padding-right:1rem!important;padding-left:1rem!important}._px-lg-4_eg2og_2913{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-lg-5_eg2og_2917{padding-right:3rem!important;padding-left:3rem!important}._py-lg-0_eg2og_2921{padding-top:0!important;padding-bottom:0!important}._py-lg-1_eg2og_2925{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-lg-2_eg2og_2929{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-lg-3_eg2og_2933{padding-top:1rem!important;padding-bottom:1rem!important}._py-lg-4_eg2og_2937{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-lg-5_eg2og_2941{padding-top:3rem!important;padding-bottom:3rem!important}._pt-lg-0_eg2og_2945{padding-top:0!important}._pt-lg-1_eg2og_2948{padding-top:.25rem!important}._pt-lg-2_eg2og_2951{padding-top:.5rem!important}._pt-lg-3_eg2og_2954{padding-top:1rem!important}._pt-lg-4_eg2og_2957{padding-top:1.5rem!important}._pt-lg-5_eg2og_2960{padding-top:3rem!important}._pe-lg-0_eg2og_2963{padding-right:0!important}._pe-lg-1_eg2og_2966{padding-right:.25rem!important}._pe-lg-2_eg2og_2969{padding-right:.5rem!important}._pe-lg-3_eg2og_2972{padding-right:1rem!important}._pe-lg-4_eg2og_2975{padding-right:1.5rem!important}._pe-lg-5_eg2og_2978{padding-right:3rem!important}._pb-lg-0_eg2og_2981{padding-bottom:0!important}._pb-lg-1_eg2og_2984{padding-bottom:.25rem!important}._pb-lg-2_eg2og_2987{padding-bottom:.5rem!important}._pb-lg-3_eg2og_2990{padding-bottom:1rem!important}._pb-lg-4_eg2og_2993{padding-bottom:1.5rem!important}._pb-lg-5_eg2og_2996{padding-bottom:3rem!important}._ps-lg-0_eg2og_2999{padding-left:0!important}._ps-lg-1_eg2og_3002{padding-left:.25rem!important}._ps-lg-2_eg2og_3005{padding-left:.5rem!important}._ps-lg-3_eg2og_3008{padding-left:1rem!important}._ps-lg-4_eg2og_3011{padding-left:1.5rem!important}._ps-lg-5_eg2og_3014{padding-left:3rem!important}._text-lg-start_eg2og_3017{text-align:left!important}._text-lg-end_eg2og_3020{text-align:right!important}._text-lg-center_eg2og_3023{text-align:center!important}}@media (min-width: 1200px){._float-xl-start_eg2og_3028{float:left!important}._float-xl-end_eg2og_3031{float:right!important}._float-xl-none_eg2og_3034{float:none!important}._d-xl-inline_eg2og_3037{display:inline!important}._d-xl-inline-block_eg2og_3040{display:inline-block!important}._d-xl-block_eg2og_3043{display:block!important}._d-xl-grid_eg2og_3046{display:grid!important}._d-xl-table_eg2og_3049{display:table!important}._d-xl-table-row_eg2og_3052{display:table-row!important}._d-xl-table-cell_eg2og_3055{display:table-cell!important}._d-xl-flex_eg2og_3058{display:flex!important}._d-xl-inline-flex_eg2og_3061{display:inline-flex!important}._d-xl-none_eg2og_3064{display:none!important}._flex-xl-fill_eg2og_3067{flex:1 1 auto!important}._flex-xl-row_eg2og_3070{flex-direction:row!important}._flex-xl-column_eg2og_3073{flex-direction:column!important}._flex-xl-row-reverse_eg2og_3076{flex-direction:row-reverse!important}._flex-xl-column-reverse_eg2og_3079{flex-direction:column-reverse!important}._flex-xl-grow-0_eg2og_3082{flex-grow:0!important}._flex-xl-grow-1_eg2og_3085{flex-grow:1!important}._flex-xl-shrink-0_eg2og_3088{flex-shrink:0!important}._flex-xl-shrink-1_eg2og_3091{flex-shrink:1!important}._flex-xl-wrap_eg2og_3094{flex-wrap:wrap!important}._flex-xl-nowrap_eg2og_3097{flex-wrap:nowrap!important}._flex-xl-wrap-reverse_eg2og_3100{flex-wrap:wrap-reverse!important}._gap-xl-0_eg2og_3103{gap:0!important}._gap-xl-1_eg2og_3106{gap:.25rem!important}._gap-xl-2_eg2og_3109{gap:.5rem!important}._gap-xl-3_eg2og_3112{gap:1rem!important}._gap-xl-4_eg2og_3115{gap:1.5rem!important}._gap-xl-5_eg2og_3118{gap:3rem!important}._justify-content-xl-start_eg2og_3121{justify-content:flex-start!important}._justify-content-xl-end_eg2og_3124{justify-content:flex-end!important}._justify-content-xl-center_eg2og_3127{justify-content:center!important}._justify-content-xl-between_eg2og_3130{justify-content:space-between!important}._justify-content-xl-around_eg2og_3133{justify-content:space-around!important}._justify-content-xl-evenly_eg2og_3136{justify-content:space-evenly!important}._align-items-xl-start_eg2og_3139{align-items:flex-start!important}._align-items-xl-end_eg2og_3142{align-items:flex-end!important}._align-items-xl-center_eg2og_3145{align-items:center!important}._align-items-xl-baseline_eg2og_3148{align-items:baseline!important}._align-items-xl-stretch_eg2og_3151{align-items:stretch!important}._align-content-xl-start_eg2og_3154{align-content:flex-start!important}._align-content-xl-end_eg2og_3157{align-content:flex-end!important}._align-content-xl-center_eg2og_3160{align-content:center!important}._align-content-xl-between_eg2og_3163{align-content:space-between!important}._align-content-xl-around_eg2og_3166{align-content:space-around!important}._align-content-xl-stretch_eg2og_3169{align-content:stretch!important}._align-self-xl-auto_eg2og_3172{align-self:auto!important}._align-self-xl-start_eg2og_3175{align-self:flex-start!important}._align-self-xl-end_eg2og_3178{align-self:flex-end!important}._align-self-xl-center_eg2og_3181{align-self:center!important}._align-self-xl-baseline_eg2og_3184{align-self:baseline!important}._align-self-xl-stretch_eg2og_3187{align-self:stretch!important}._order-xl-first_eg2og_3190{order:-1!important}._order-xl-0_eg2og_3193{order:0!important}._order-xl-1_eg2og_3196{order:1!important}._order-xl-2_eg2og_3199{order:2!important}._order-xl-3_eg2og_3202{order:3!important}._order-xl-4_eg2og_3205{order:4!important}._order-xl-5_eg2og_3208{order:5!important}._order-xl-last_eg2og_3211{order:6!important}._m-xl-0_eg2og_3214{margin:0!important}._m-xl-1_eg2og_3217{margin:.25rem!important}._m-xl-2_eg2og_3220{margin:.5rem!important}._m-xl-3_eg2og_3223{margin:1rem!important}._m-xl-4_eg2og_3226{margin:1.5rem!important}._m-xl-5_eg2og_3229{margin:3rem!important}._m-xl-auto_eg2og_3232{margin:auto!important}._mx-xl-0_eg2og_3235{margin-right:0!important;margin-left:0!important}._mx-xl-1_eg2og_3239{margin-right:.25rem!important;margin-left:.25rem!important}._mx-xl-2_eg2og_3243{margin-right:.5rem!important;margin-left:.5rem!important}._mx-xl-3_eg2og_3247{margin-right:1rem!important;margin-left:1rem!important}._mx-xl-4_eg2og_3251{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-xl-5_eg2og_3255{margin-right:3rem!important;margin-left:3rem!important}._mx-xl-auto_eg2og_3259{margin-right:auto!important;margin-left:auto!important}._my-xl-0_eg2og_3263{margin-top:0!important;margin-bottom:0!important}._my-xl-1_eg2og_3267{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-xl-2_eg2og_3271{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-xl-3_eg2og_3275{margin-top:1rem!important;margin-bottom:1rem!important}._my-xl-4_eg2og_3279{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-xl-5_eg2og_3283{margin-top:3rem!important;margin-bottom:3rem!important}._my-xl-auto_eg2og_3287{margin-top:auto!important;margin-bottom:auto!important}._mt-xl-0_eg2og_3291{margin-top:0!important}._mt-xl-1_eg2og_3294{margin-top:.25rem!important}._mt-xl-2_eg2og_3297{margin-top:.5rem!important}._mt-xl-3_eg2og_3300{margin-top:1rem!important}._mt-xl-4_eg2og_3303{margin-top:1.5rem!important}._mt-xl-5_eg2og_3306{margin-top:3rem!important}._mt-xl-auto_eg2og_3309{margin-top:auto!important}._me-xl-0_eg2og_3312{margin-right:0!important}._me-xl-1_eg2og_3315{margin-right:.25rem!important}._me-xl-2_eg2og_3318{margin-right:.5rem!important}._me-xl-3_eg2og_3321{margin-right:1rem!important}._me-xl-4_eg2og_3324{margin-right:1.5rem!important}._me-xl-5_eg2og_3327{margin-right:3rem!important}._me-xl-auto_eg2og_3330{margin-right:auto!important}._mb-xl-0_eg2og_3333{margin-bottom:0!important}._mb-xl-1_eg2og_3336{margin-bottom:.25rem!important}._mb-xl-2_eg2og_3339{margin-bottom:.5rem!important}._mb-xl-3_eg2og_3342{margin-bottom:1rem!important}._mb-xl-4_eg2og_3345{margin-bottom:1.5rem!important}._mb-xl-5_eg2og_3348{margin-bottom:3rem!important}._mb-xl-auto_eg2og_3351{margin-bottom:auto!important}._ms-xl-0_eg2og_3354{margin-left:0!important}._ms-xl-1_eg2og_3357{margin-left:.25rem!important}._ms-xl-2_eg2og_3360{margin-left:.5rem!important}._ms-xl-3_eg2og_3363{margin-left:1rem!important}._ms-xl-4_eg2og_3366{margin-left:1.5rem!important}._ms-xl-5_eg2og_3369{margin-left:3rem!important}._ms-xl-auto_eg2og_3372{margin-left:auto!important}._p-xl-0_eg2og_3375{padding:0!important}._p-xl-1_eg2og_3378{padding:.25rem!important}._p-xl-2_eg2og_3381{padding:.5rem!important}._p-xl-3_eg2og_3384{padding:1rem!important}._p-xl-4_eg2og_3387{padding:1.5rem!important}._p-xl-5_eg2og_3390{padding:3rem!important}._px-xl-0_eg2og_3393{padding-right:0!important;padding-left:0!important}._px-xl-1_eg2og_3397{padding-right:.25rem!important;padding-left:.25rem!important}._px-xl-2_eg2og_3401{padding-right:.5rem!important;padding-left:.5rem!important}._px-xl-3_eg2og_3405{padding-right:1rem!important;padding-left:1rem!important}._px-xl-4_eg2og_3409{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-xl-5_eg2og_3413{padding-right:3rem!important;padding-left:3rem!important}._py-xl-0_eg2og_3417{padding-top:0!important;padding-bottom:0!important}._py-xl-1_eg2og_3421{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-xl-2_eg2og_3425{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-xl-3_eg2og_3429{padding-top:1rem!important;padding-bottom:1rem!important}._py-xl-4_eg2og_3433{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-xl-5_eg2og_3437{padding-top:3rem!important;padding-bottom:3rem!important}._pt-xl-0_eg2og_3441{padding-top:0!important}._pt-xl-1_eg2og_3444{padding-top:.25rem!important}._pt-xl-2_eg2og_3447{padding-top:.5rem!important}._pt-xl-3_eg2og_3450{padding-top:1rem!important}._pt-xl-4_eg2og_3453{padding-top:1.5rem!important}._pt-xl-5_eg2og_3456{padding-top:3rem!important}._pe-xl-0_eg2og_3459{padding-right:0!important}._pe-xl-1_eg2og_3462{padding-right:.25rem!important}._pe-xl-2_eg2og_3465{padding-right:.5rem!important}._pe-xl-3_eg2og_3468{padding-right:1rem!important}._pe-xl-4_eg2og_3471{padding-right:1.5rem!important}._pe-xl-5_eg2og_3474{padding-right:3rem!important}._pb-xl-0_eg2og_3477{padding-bottom:0!important}._pb-xl-1_eg2og_3480{padding-bottom:.25rem!important}._pb-xl-2_eg2og_3483{padding-bottom:.5rem!important}._pb-xl-3_eg2og_3486{padding-bottom:1rem!important}._pb-xl-4_eg2og_3489{padding-bottom:1.5rem!important}._pb-xl-5_eg2og_3492{padding-bottom:3rem!important}._ps-xl-0_eg2og_3495{padding-left:0!important}._ps-xl-1_eg2og_3498{padding-left:.25rem!important}._ps-xl-2_eg2og_3501{padding-left:.5rem!important}._ps-xl-3_eg2og_3504{padding-left:1rem!important}._ps-xl-4_eg2og_3507{padding-left:1.5rem!important}._ps-xl-5_eg2og_3510{padding-left:3rem!important}._text-xl-start_eg2og_3513{text-align:left!important}._text-xl-end_eg2og_3516{text-align:right!important}._text-xl-center_eg2og_3519{text-align:center!important}}@media (min-width: 1400px){._float-xxl-start_eg2og_3524{float:left!important}._float-xxl-end_eg2og_3527{float:right!important}._float-xxl-none_eg2og_3530{float:none!important}._d-xxl-inline_eg2og_3533{display:inline!important}._d-xxl-inline-block_eg2og_3536{display:inline-block!important}._d-xxl-block_eg2og_3539{display:block!important}._d-xxl-grid_eg2og_3542{display:grid!important}._d-xxl-table_eg2og_3545{display:table!important}._d-xxl-table-row_eg2og_3548{display:table-row!important}._d-xxl-table-cell_eg2og_3551{display:table-cell!important}._d-xxl-flex_eg2og_3554{display:flex!important}._d-xxl-inline-flex_eg2og_3557{display:inline-flex!important}._d-xxl-none_eg2og_3560{display:none!important}._flex-xxl-fill_eg2og_3563{flex:1 1 auto!important}._flex-xxl-row_eg2og_3566{flex-direction:row!important}._flex-xxl-column_eg2og_3569{flex-direction:column!important}._flex-xxl-row-reverse_eg2og_3572{flex-direction:row-reverse!important}._flex-xxl-column-reverse_eg2og_3575{flex-direction:column-reverse!important}._flex-xxl-grow-0_eg2og_3578{flex-grow:0!important}._flex-xxl-grow-1_eg2og_3581{flex-grow:1!important}._flex-xxl-shrink-0_eg2og_3584{flex-shrink:0!important}._flex-xxl-shrink-1_eg2og_3587{flex-shrink:1!important}._flex-xxl-wrap_eg2og_3590{flex-wrap:wrap!important}._flex-xxl-nowrap_eg2og_3593{flex-wrap:nowrap!important}._flex-xxl-wrap-reverse_eg2og_3596{flex-wrap:wrap-reverse!important}._gap-xxl-0_eg2og_3599{gap:0!important}._gap-xxl-1_eg2og_3602{gap:.25rem!important}._gap-xxl-2_eg2og_3605{gap:.5rem!important}._gap-xxl-3_eg2og_3608{gap:1rem!important}._gap-xxl-4_eg2og_3611{gap:1.5rem!important}._gap-xxl-5_eg2og_3614{gap:3rem!important}._justify-content-xxl-start_eg2og_3617{justify-content:flex-start!important}._justify-content-xxl-end_eg2og_3620{justify-content:flex-end!important}._justify-content-xxl-center_eg2og_3623{justify-content:center!important}._justify-content-xxl-between_eg2og_3626{justify-content:space-between!important}._justify-content-xxl-around_eg2og_3629{justify-content:space-around!important}._justify-content-xxl-evenly_eg2og_3632{justify-content:space-evenly!important}._align-items-xxl-start_eg2og_3635{align-items:flex-start!important}._align-items-xxl-end_eg2og_3638{align-items:flex-end!important}._align-items-xxl-center_eg2og_3641{align-items:center!important}._align-items-xxl-baseline_eg2og_3644{align-items:baseline!important}._align-items-xxl-stretch_eg2og_3647{align-items:stretch!important}._align-content-xxl-start_eg2og_3650{align-content:flex-start!important}._align-content-xxl-end_eg2og_3653{align-content:flex-end!important}._align-content-xxl-center_eg2og_3656{align-content:center!important}._align-content-xxl-between_eg2og_3659{align-content:space-between!important}._align-content-xxl-around_eg2og_3662{align-content:space-around!important}._align-content-xxl-stretch_eg2og_3665{align-content:stretch!important}._align-self-xxl-auto_eg2og_3668{align-self:auto!important}._align-self-xxl-start_eg2og_3671{align-self:flex-start!important}._align-self-xxl-end_eg2og_3674{align-self:flex-end!important}._align-self-xxl-center_eg2og_3677{align-self:center!important}._align-self-xxl-baseline_eg2og_3680{align-self:baseline!important}._align-self-xxl-stretch_eg2og_3683{align-self:stretch!important}._order-xxl-first_eg2og_3686{order:-1!important}._order-xxl-0_eg2og_3689{order:0!important}._order-xxl-1_eg2og_3692{order:1!important}._order-xxl-2_eg2og_3695{order:2!important}._order-xxl-3_eg2og_3698{order:3!important}._order-xxl-4_eg2og_3701{order:4!important}._order-xxl-5_eg2og_3704{order:5!important}._order-xxl-last_eg2og_3707{order:6!important}._m-xxl-0_eg2og_3710{margin:0!important}._m-xxl-1_eg2og_3713{margin:.25rem!important}._m-xxl-2_eg2og_3716{margin:.5rem!important}._m-xxl-3_eg2og_3719{margin:1rem!important}._m-xxl-4_eg2og_3722{margin:1.5rem!important}._m-xxl-5_eg2og_3725{margin:3rem!important}._m-xxl-auto_eg2og_3728{margin:auto!important}._mx-xxl-0_eg2og_3731{margin-right:0!important;margin-left:0!important}._mx-xxl-1_eg2og_3735{margin-right:.25rem!important;margin-left:.25rem!important}._mx-xxl-2_eg2og_3739{margin-right:.5rem!important;margin-left:.5rem!important}._mx-xxl-3_eg2og_3743{margin-right:1rem!important;margin-left:1rem!important}._mx-xxl-4_eg2og_3747{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-xxl-5_eg2og_3751{margin-right:3rem!important;margin-left:3rem!important}._mx-xxl-auto_eg2og_3755{margin-right:auto!important;margin-left:auto!important}._my-xxl-0_eg2og_3759{margin-top:0!important;margin-bottom:0!important}._my-xxl-1_eg2og_3763{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-xxl-2_eg2og_3767{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-xxl-3_eg2og_3771{margin-top:1rem!important;margin-bottom:1rem!important}._my-xxl-4_eg2og_3775{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-xxl-5_eg2og_3779{margin-top:3rem!important;margin-bottom:3rem!important}._my-xxl-auto_eg2og_3783{margin-top:auto!important;margin-bottom:auto!important}._mt-xxl-0_eg2og_3787{margin-top:0!important}._mt-xxl-1_eg2og_3790{margin-top:.25rem!important}._mt-xxl-2_eg2og_3793{margin-top:.5rem!important}._mt-xxl-3_eg2og_3796{margin-top:1rem!important}._mt-xxl-4_eg2og_3799{margin-top:1.5rem!important}._mt-xxl-5_eg2og_3802{margin-top:3rem!important}._mt-xxl-auto_eg2og_3805{margin-top:auto!important}._me-xxl-0_eg2og_3808{margin-right:0!important}._me-xxl-1_eg2og_3811{margin-right:.25rem!important}._me-xxl-2_eg2og_3814{margin-right:.5rem!important}._me-xxl-3_eg2og_3817{margin-right:1rem!important}._me-xxl-4_eg2og_3820{margin-right:1.5rem!important}._me-xxl-5_eg2og_3823{margin-right:3rem!important}._me-xxl-auto_eg2og_3826{margin-right:auto!important}._mb-xxl-0_eg2og_3829{margin-bottom:0!important}._mb-xxl-1_eg2og_3832{margin-bottom:.25rem!important}._mb-xxl-2_eg2og_3835{margin-bottom:.5rem!important}._mb-xxl-3_eg2og_3838{margin-bottom:1rem!important}._mb-xxl-4_eg2og_3841{margin-bottom:1.5rem!important}._mb-xxl-5_eg2og_3844{margin-bottom:3rem!important}._mb-xxl-auto_eg2og_3847{margin-bottom:auto!important}._ms-xxl-0_eg2og_3850{margin-left:0!important}._ms-xxl-1_eg2og_3853{margin-left:.25rem!important}._ms-xxl-2_eg2og_3856{margin-left:.5rem!important}._ms-xxl-3_eg2og_3859{margin-left:1rem!important}._ms-xxl-4_eg2og_3862{margin-left:1.5rem!important}._ms-xxl-5_eg2og_3865{margin-left:3rem!important}._ms-xxl-auto_eg2og_3868{margin-left:auto!important}._p-xxl-0_eg2og_3871{padding:0!important}._p-xxl-1_eg2og_3874{padding:.25rem!important}._p-xxl-2_eg2og_3877{padding:.5rem!important}._p-xxl-3_eg2og_3880{padding:1rem!important}._p-xxl-4_eg2og_3883{padding:1.5rem!important}._p-xxl-5_eg2og_3886{padding:3rem!important}._px-xxl-0_eg2og_3889{padding-right:0!important;padding-left:0!important}._px-xxl-1_eg2og_3893{padding-right:.25rem!important;padding-left:.25rem!important}._px-xxl-2_eg2og_3897{padding-right:.5rem!important;padding-left:.5rem!important}._px-xxl-3_eg2og_3901{padding-right:1rem!important;padding-left:1rem!important}._px-xxl-4_eg2og_3905{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-xxl-5_eg2og_3909{padding-right:3rem!important;padding-left:3rem!important}._py-xxl-0_eg2og_3913{padding-top:0!important;padding-bottom:0!important}._py-xxl-1_eg2og_3917{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-xxl-2_eg2og_3921{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-xxl-3_eg2og_3925{padding-top:1rem!important;padding-bottom:1rem!important}._py-xxl-4_eg2og_3929{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-xxl-5_eg2og_3933{padding-top:3rem!important;padding-bottom:3rem!important}._pt-xxl-0_eg2og_3937{padding-top:0!important}._pt-xxl-1_eg2og_3940{padding-top:.25rem!important}._pt-xxl-2_eg2og_3943{padding-top:.5rem!important}._pt-xxl-3_eg2og_3946{padding-top:1rem!important}._pt-xxl-4_eg2og_3949{padding-top:1.5rem!important}._pt-xxl-5_eg2og_3952{padding-top:3rem!important}._pe-xxl-0_eg2og_3955{padding-right:0!important}._pe-xxl-1_eg2og_3958{padding-right:.25rem!important}._pe-xxl-2_eg2og_3961{padding-right:.5rem!important}._pe-xxl-3_eg2og_3964{padding-right:1rem!important}._pe-xxl-4_eg2og_3967{padding-right:1.5rem!important}._pe-xxl-5_eg2og_3970{padding-right:3rem!important}._pb-xxl-0_eg2og_3973{padding-bottom:0!important}._pb-xxl-1_eg2og_3976{padding-bottom:.25rem!important}._pb-xxl-2_eg2og_3979{padding-bottom:.5rem!important}._pb-xxl-3_eg2og_3982{padding-bottom:1rem!important}._pb-xxl-4_eg2og_3985{padding-bottom:1.5rem!important}._pb-xxl-5_eg2og_3988{padding-bottom:3rem!important}._ps-xxl-0_eg2og_3991{padding-left:0!important}._ps-xxl-1_eg2og_3994{padding-left:.25rem!important}._ps-xxl-2_eg2og_3997{padding-left:.5rem!important}._ps-xxl-3_eg2og_4000{padding-left:1rem!important}._ps-xxl-4_eg2og_4003{padding-left:1.5rem!important}._ps-xxl-5_eg2og_4006{padding-left:3rem!important}._text-xxl-start_eg2og_4009{text-align:left!important}._text-xxl-end_eg2og_4012{text-align:right!important}._text-xxl-center_eg2og_4015{text-align:center!important}}@media (min-width: 1200px){._fs-1_eg2og_1169{font-size:2.5rem!important}._fs-2_eg2og_1173{font-size:2rem!important}._fs-3_eg2og_1177{font-size:1.75rem!important}._fs-4_eg2og_1181{font-size:1.5rem!important}}@media print{._d-print-inline_eg2og_4034{display:inline!important}._d-print-inline-block_eg2og_4037{display:inline-block!important}._d-print-block_eg2og_4040{display:block!important}._d-print-grid_eg2og_4043{display:grid!important}._d-print-table_eg2og_4046{display:table!important}._d-print-table-row_eg2og_4049{display:table-row!important}._d-print-table-cell_eg2og_4052{display:table-cell!important}._d-print-flex_eg2og_4055{display:flex!important}._d-print-inline-flex_eg2og_4058{display:inline-flex!important}._d-print-none_eg2og_4061{display:none!important}}._container_eg2og_4065{font-family:var(--emphasis-font);font-size:14px;letter-spacing:.02em;height:100%}@media (min-width: 768px){._container_eg2og_4065{box-shadow:#00000017 0 3px 12px}}._container_eg2og_4065 ._header_eg2og_4076{display:flex;justify-content:space-between;align-items:center;padding:16px;border-top:2px solid var(--light-gray);background-color:var(--white-color)}@media (min-width: 768px){._container_eg2og_4065 ._header_eg2og_4076{border-radius:12px 12px 0 0;border-top:unset}}._container_eg2og_4065 ._header_eg2og_4076 ._mark_all_as_read_eg2og_4090{cursor:pointer;font-size:16px}._container_eg2og_4065 ._header_eg2og_4076 ._mark_all_as_read_eg2og_4090:hover{opacity:.75}._container_eg2og_4065 ._notifications_eg2og_4097{border-top:2px solid var(--light-gray);height:calc(100% - 70px);overflow:scroll;scrollbar-width:none;-ms-overflow-style:none}._container_eg2og_4065 ._notifications_eg2og_4097::-webkit-scrollbar{width:0;height:0}@media (min-width: 992px){._container_eg2og_4065 ._notifications_eg2og_4097{height:640px}}._container_eg2og_4065 ._notifications_eg2og_4097 ._empty_list_eg2og_4113{height:100%;font-size:16px;text-align:center;padding:12px}._clearfix_1n9hz_7:after{display:block;clear:both;content:""}._link-primary_1n9hz_13{color:#0d6efd}._link-primary_1n9hz_13:hover,._link-primary_1n9hz_13:focus{color:#0a58ca}._link-secondary_1n9hz_20{color:#6c757d}._link-secondary_1n9hz_20:hover,._link-secondary_1n9hz_20:focus{color:#565e64}._link-success_1n9hz_27{color:#198754}._link-success_1n9hz_27:hover,._link-success_1n9hz_27:focus{color:#146c43}._link-info_1n9hz_34{color:#0dcaf0}._link-info_1n9hz_34:hover,._link-info_1n9hz_34:focus{color:#3dd5f3}._link-warning_1n9hz_41{color:#ffc107}._link-warning_1n9hz_41:hover,._link-warning_1n9hz_41:focus{color:#ffcd39}._link-danger_1n9hz_48{color:#dc3545}._link-danger_1n9hz_48:hover,._link-danger_1n9hz_48:focus{color:#b02a37}._link-light_1n9hz_55{color:#f8f9fa}._link-light_1n9hz_55:hover,._link-light_1n9hz_55:focus{color:#f9fafb}._link-dark_1n9hz_62{color:#212529}._link-dark_1n9hz_62:hover,._link-dark_1n9hz_62:focus{color:#1a1e21}._ratio_1n9hz_69{position:relative;width:100%}._ratio_1n9hz_69:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}._ratio_1n9hz_69>*{position:absolute;top:0;left:0;width:100%;height:100%}._ratio-1x1_1n9hz_86{--bs-aspect-ratio: 100%}._ratio-4x3_1n9hz_90{--bs-aspect-ratio: 75%}._ratio-16x9_1n9hz_94{--bs-aspect-ratio: 56.25%}._ratio-21x9_1n9hz_98{--bs-aspect-ratio: 42.8571428571%}._fixed-top_1n9hz_102{position:fixed;top:0;right:0;left:0;z-index:1030}._fixed-bottom_1n9hz_110{position:fixed;right:0;bottom:0;left:0;z-index:1030}._sticky-top_1n9hz_118{position:sticky;top:0;z-index:1020}@media (min-width: 576px){._sticky-sm-top_1n9hz_125{position:sticky;top:0;z-index:1020}}@media (min-width: 768px){._sticky-md-top_1n9hz_132{position:sticky;top:0;z-index:1020}}@media (min-width: 992px){._sticky-lg-top_1n9hz_139{position:sticky;top:0;z-index:1020}}@media (min-width: 1200px){._sticky-xl-top_1n9hz_146{position:sticky;top:0;z-index:1020}}@media (min-width: 1400px){._sticky-xxl-top_1n9hz_153{position:sticky;top:0;z-index:1020}}._hstack_1n9hz_159{display:flex;flex-direction:row;align-items:center;align-self:stretch}._vstack_1n9hz_166{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}._visually-hidden_1n9hz_173,._visually-hidden-focusable_1n9hz_174: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_1n9hz_186:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}._text-truncate_1n9hz_196{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._vr_1n9hz_202{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}._align-baseline_1n9hz_211{vertical-align:baseline!important}._align-top_1n9hz_215{vertical-align:top!important}._align-middle_1n9hz_219{vertical-align:middle!important}._align-bottom_1n9hz_223{vertical-align:bottom!important}._align-text-bottom_1n9hz_227{vertical-align:text-bottom!important}._align-text-top_1n9hz_231{vertical-align:text-top!important}._float-start_1n9hz_235{float:left!important}._float-end_1n9hz_239{float:right!important}._float-none_1n9hz_243{float:none!important}._opacity-0_1n9hz_247{opacity:0!important}._opacity-25_1n9hz_251{opacity:.25!important}._opacity-50_1n9hz_255{opacity:.5!important}._opacity-75_1n9hz_259{opacity:.75!important}._opacity-100_1n9hz_263{opacity:1!important}._overflow-auto_1n9hz_267{overflow:auto!important}._overflow-hidden_1n9hz_271{overflow:hidden!important}._overflow-visible_1n9hz_275{overflow:visible!important}._overflow-scroll_1n9hz_279{overflow:scroll!important}._d-inline_1n9hz_283{display:inline!important}._d-inline-block_1n9hz_287{display:inline-block!important}._d-block_1n9hz_291{display:block!important}._d-grid_1n9hz_295{display:grid!important}._d-table_1n9hz_299{display:table!important}._d-table-row_1n9hz_303{display:table-row!important}._d-table-cell_1n9hz_307{display:table-cell!important}._d-flex_1n9hz_311{display:flex!important}._d-inline-flex_1n9hz_315{display:inline-flex!important}._d-none_1n9hz_319{display:none!important}._shadow_1n9hz_323{box-shadow:0 .5rem 1rem #00000026!important}._shadow-sm_1n9hz_327{box-shadow:0 .125rem .25rem #00000013!important}._shadow-lg_1n9hz_331{box-shadow:0 1rem 3rem #0000002d!important}._shadow-none_1n9hz_335{box-shadow:none!important}._position-static_1n9hz_339{position:static!important}._position-relative_1n9hz_343{position:relative!important}._position-absolute_1n9hz_347{position:absolute!important}._position-fixed_1n9hz_351{position:fixed!important}._position-sticky_1n9hz_355{position:sticky!important}._top-0_1n9hz_359{top:0!important}._top-50_1n9hz_363{top:50%!important}._top-100_1n9hz_367{top:100%!important}._bottom-0_1n9hz_371{bottom:0!important}._bottom-50_1n9hz_375{bottom:50%!important}._bottom-100_1n9hz_379{bottom:100%!important}._start-0_1n9hz_383{left:0!important}._start-50_1n9hz_387{left:50%!important}._start-100_1n9hz_391{left:100%!important}._end-0_1n9hz_395{right:0!important}._end-50_1n9hz_399{right:50%!important}._end-100_1n9hz_403{right:100%!important}._translate-middle_1n9hz_407{transform:translate(-50%,-50%)!important}._translate-middle-x_1n9hz_411{transform:translate(-50%)!important}._translate-middle-y_1n9hz_415{transform:translateY(-50%)!important}._border_1n9hz_419{border:1px solid #dee2e6!important}._border-0_1n9hz_423{border:0!important}._border-top_1n9hz_427{border-top:1px solid #dee2e6!important}._border-top-0_1n9hz_431{border-top:0!important}._border-end_1n9hz_435{border-right:1px solid #dee2e6!important}._border-end-0_1n9hz_439{border-right:0!important}._border-bottom_1n9hz_443{border-bottom:1px solid #dee2e6!important}._border-bottom-0_1n9hz_447{border-bottom:0!important}._border-start_1n9hz_451{border-left:1px solid #dee2e6!important}._border-start-0_1n9hz_455{border-left:0!important}._border-primary_1n9hz_459{border-color:#0d6efd!important}._border-secondary_1n9hz_463{border-color:#6c757d!important}._border-success_1n9hz_467{border-color:#198754!important}._border-info_1n9hz_471{border-color:#0dcaf0!important}._border-warning_1n9hz_475{border-color:#ffc107!important}._border-danger_1n9hz_479{border-color:#dc3545!important}._border-light_1n9hz_483{border-color:#f8f9fa!important}._border-dark_1n9hz_487{border-color:#212529!important}._border-white_1n9hz_491{border-color:#fff!important}._border-1_1n9hz_495{border-width:1px!important}._border-2_1n9hz_499{border-width:2px!important}._border-3_1n9hz_503{border-width:3px!important}._border-4_1n9hz_507{border-width:4px!important}._border-5_1n9hz_511{border-width:5px!important}._w-25_1n9hz_515{width:25%!important}._w-50_1n9hz_519{width:50%!important}._w-75_1n9hz_523{width:75%!important}._w-100_1n9hz_527{width:100%!important}._w-auto_1n9hz_531{width:auto!important}._mw-100_1n9hz_535{max-width:100%!important}._vw-100_1n9hz_539{width:100vw!important}._min-vw-100_1n9hz_543{min-width:100vw!important}._h-25_1n9hz_547{height:25%!important}._h-50_1n9hz_551{height:50%!important}._h-75_1n9hz_555{height:75%!important}._h-100_1n9hz_559{height:100%!important}._h-auto_1n9hz_563{height:auto!important}._mh-100_1n9hz_567{max-height:100%!important}._vh-100_1n9hz_571{height:100vh!important}._min-vh-100_1n9hz_575{min-height:100vh!important}._flex-fill_1n9hz_579{flex:1 1 auto!important}._flex-row_1n9hz_583{flex-direction:row!important}._flex-column_1n9hz_587{flex-direction:column!important}._flex-row-reverse_1n9hz_591{flex-direction:row-reverse!important}._flex-column-reverse_1n9hz_595{flex-direction:column-reverse!important}._flex-grow-0_1n9hz_599{flex-grow:0!important}._flex-grow-1_1n9hz_603{flex-grow:1!important}._flex-shrink-0_1n9hz_607{flex-shrink:0!important}._flex-shrink-1_1n9hz_611{flex-shrink:1!important}._flex-wrap_1n9hz_615{flex-wrap:wrap!important}._flex-nowrap_1n9hz_619{flex-wrap:nowrap!important}._flex-wrap-reverse_1n9hz_623{flex-wrap:wrap-reverse!important}._gap-0_1n9hz_627{gap:0!important}._gap-1_1n9hz_631{gap:.25rem!important}._gap-2_1n9hz_635{gap:.5rem!important}._gap-3_1n9hz_639{gap:1rem!important}._gap-4_1n9hz_643{gap:1.5rem!important}._gap-5_1n9hz_647{gap:3rem!important}._justify-content-start_1n9hz_651{justify-content:flex-start!important}._justify-content-end_1n9hz_655{justify-content:flex-end!important}._justify-content-center_1n9hz_659{justify-content:center!important}._justify-content-between_1n9hz_663{justify-content:space-between!important}._justify-content-around_1n9hz_667{justify-content:space-around!important}._justify-content-evenly_1n9hz_671{justify-content:space-evenly!important}._align-items-start_1n9hz_675{align-items:flex-start!important}._align-items-end_1n9hz_679{align-items:flex-end!important}._align-items-center_1n9hz_683{align-items:center!important}._align-items-baseline_1n9hz_687{align-items:baseline!important}._align-items-stretch_1n9hz_691{align-items:stretch!important}._align-content-start_1n9hz_695{align-content:flex-start!important}._align-content-end_1n9hz_699{align-content:flex-end!important}._align-content-center_1n9hz_703{align-content:center!important}._align-content-between_1n9hz_707{align-content:space-between!important}._align-content-around_1n9hz_711{align-content:space-around!important}._align-content-stretch_1n9hz_715{align-content:stretch!important}._align-self-auto_1n9hz_719{align-self:auto!important}._align-self-start_1n9hz_723{align-self:flex-start!important}._align-self-end_1n9hz_727{align-self:flex-end!important}._align-self-center_1n9hz_731{align-self:center!important}._align-self-baseline_1n9hz_735{align-self:baseline!important}._align-self-stretch_1n9hz_739{align-self:stretch!important}._order-first_1n9hz_743{order:-1!important}._order-0_1n9hz_747{order:0!important}._order-1_1n9hz_751{order:1!important}._order-2_1n9hz_755{order:2!important}._order-3_1n9hz_759{order:3!important}._order-4_1n9hz_763{order:4!important}._order-5_1n9hz_767{order:5!important}._order-last_1n9hz_771{order:6!important}._m-0_1n9hz_775{margin:0!important}._m-1_1n9hz_779{margin:.25rem!important}._m-2_1n9hz_783{margin:.5rem!important}._m-3_1n9hz_787{margin:1rem!important}._m-4_1n9hz_791{margin:1.5rem!important}._m-5_1n9hz_795{margin:3rem!important}._m-auto_1n9hz_799{margin:auto!important}._mx-0_1n9hz_803{margin-right:0!important;margin-left:0!important}._mx-1_1n9hz_808{margin-right:.25rem!important;margin-left:.25rem!important}._mx-2_1n9hz_813{margin-right:.5rem!important;margin-left:.5rem!important}._mx-3_1n9hz_818{margin-right:1rem!important;margin-left:1rem!important}._mx-4_1n9hz_823{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-5_1n9hz_828{margin-right:3rem!important;margin-left:3rem!important}._mx-auto_1n9hz_833{margin-right:auto!important;margin-left:auto!important}._my-0_1n9hz_838{margin-top:0!important;margin-bottom:0!important}._my-1_1n9hz_843{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-2_1n9hz_848{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-3_1n9hz_853{margin-top:1rem!important;margin-bottom:1rem!important}._my-4_1n9hz_858{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-5_1n9hz_863{margin-top:3rem!important;margin-bottom:3rem!important}._my-auto_1n9hz_868{margin-top:auto!important;margin-bottom:auto!important}._mt-0_1n9hz_873{margin-top:0!important}._mt-1_1n9hz_877{margin-top:.25rem!important}._mt-2_1n9hz_881{margin-top:.5rem!important}._mt-3_1n9hz_885{margin-top:1rem!important}._mt-4_1n9hz_889{margin-top:1.5rem!important}._mt-5_1n9hz_893{margin-top:3rem!important}._mt-auto_1n9hz_897{margin-top:auto!important}._me-0_1n9hz_901{margin-right:0!important}._me-1_1n9hz_905{margin-right:.25rem!important}._me-2_1n9hz_909{margin-right:.5rem!important}._me-3_1n9hz_913{margin-right:1rem!important}._me-4_1n9hz_917{margin-right:1.5rem!important}._me-5_1n9hz_921{margin-right:3rem!important}._me-auto_1n9hz_925{margin-right:auto!important}._mb-0_1n9hz_929{margin-bottom:0!important}._mb-1_1n9hz_933{margin-bottom:.25rem!important}._mb-2_1n9hz_937{margin-bottom:.5rem!important}._mb-3_1n9hz_941{margin-bottom:1rem!important}._mb-4_1n9hz_945{margin-bottom:1.5rem!important}._mb-5_1n9hz_949{margin-bottom:3rem!important}._mb-auto_1n9hz_953{margin-bottom:auto!important}._ms-0_1n9hz_957{margin-left:0!important}._ms-1_1n9hz_961{margin-left:.25rem!important}._ms-2_1n9hz_965{margin-left:.5rem!important}._ms-3_1n9hz_969{margin-left:1rem!important}._ms-4_1n9hz_973{margin-left:1.5rem!important}._ms-5_1n9hz_977{margin-left:3rem!important}._ms-auto_1n9hz_981{margin-left:auto!important}._p-0_1n9hz_985{padding:0!important}._p-1_1n9hz_989{padding:.25rem!important}._p-2_1n9hz_993{padding:.5rem!important}._p-3_1n9hz_997{padding:1rem!important}._p-4_1n9hz_1001{padding:1.5rem!important}._p-5_1n9hz_1005{padding:3rem!important}._px-0_1n9hz_1009{padding-right:0!important;padding-left:0!important}._px-1_1n9hz_1014{padding-right:.25rem!important;padding-left:.25rem!important}._px-2_1n9hz_1019{padding-right:.5rem!important;padding-left:.5rem!important}._px-3_1n9hz_1024{padding-right:1rem!important;padding-left:1rem!important}._px-4_1n9hz_1029{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-5_1n9hz_1034{padding-right:3rem!important;padding-left:3rem!important}._py-0_1n9hz_1039{padding-top:0!important;padding-bottom:0!important}._py-1_1n9hz_1044{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-2_1n9hz_1049{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-3_1n9hz_1054{padding-top:1rem!important;padding-bottom:1rem!important}._py-4_1n9hz_1059{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-5_1n9hz_1064{padding-top:3rem!important;padding-bottom:3rem!important}._pt-0_1n9hz_1069{padding-top:0!important}._pt-1_1n9hz_1073{padding-top:.25rem!important}._pt-2_1n9hz_1077{padding-top:.5rem!important}._pt-3_1n9hz_1081{padding-top:1rem!important}._pt-4_1n9hz_1085{padding-top:1.5rem!important}._pt-5_1n9hz_1089{padding-top:3rem!important}._pe-0_1n9hz_1093{padding-right:0!important}._pe-1_1n9hz_1097{padding-right:.25rem!important}._pe-2_1n9hz_1101{padding-right:.5rem!important}._pe-3_1n9hz_1105{padding-right:1rem!important}._pe-4_1n9hz_1109{padding-right:1.5rem!important}._pe-5_1n9hz_1113{padding-right:3rem!important}._pb-0_1n9hz_1117{padding-bottom:0!important}._pb-1_1n9hz_1121{padding-bottom:.25rem!important}._pb-2_1n9hz_1125{padding-bottom:.5rem!important}._pb-3_1n9hz_1129{padding-bottom:1rem!important}._pb-4_1n9hz_1133{padding-bottom:1.5rem!important}._pb-5_1n9hz_1137{padding-bottom:3rem!important}._ps-0_1n9hz_1141{padding-left:0!important}._ps-1_1n9hz_1145{padding-left:.25rem!important}._ps-2_1n9hz_1149{padding-left:.5rem!important}._ps-3_1n9hz_1153{padding-left:1rem!important}._ps-4_1n9hz_1157{padding-left:1.5rem!important}._ps-5_1n9hz_1161{padding-left:3rem!important}._font-monospace_1n9hz_1165{font-family:var(--bs-font-monospace)!important}._fs-1_1n9hz_1169{font-size:calc(1.375rem + 1.5vw)!important}._fs-2_1n9hz_1173{font-size:calc(1.325rem + .9vw)!important}._fs-3_1n9hz_1177{font-size:calc(1.3rem + .6vw)!important}._fs-4_1n9hz_1181{font-size:calc(1.275rem + .3vw)!important}._fs-5_1n9hz_1185{font-size:1.25rem!important}._fs-6_1n9hz_1189{font-size:1rem!important}._fst-italic_1n9hz_1193{font-style:italic!important}._fst-normal_1n9hz_1197{font-style:normal!important}._fw-light_1n9hz_1201{font-weight:300!important}._fw-lighter_1n9hz_1205{font-weight:lighter!important}._fw-normal_1n9hz_1209{font-weight:400!important}._fw-bold_1n9hz_1213{font-weight:700!important}._fw-bolder_1n9hz_1217{font-weight:bolder!important}._lh-1_1n9hz_1221{line-height:1!important}._lh-sm_1n9hz_1225{line-height:1.25!important}._lh-base_1n9hz_1229{line-height:1.5!important}._lh-lg_1n9hz_1233{line-height:2!important}._text-start_1n9hz_1237{text-align:left!important}._text-end_1n9hz_1241{text-align:right!important}._text-center_1n9hz_1245{text-align:center!important}._text-decoration-none_1n9hz_1249{text-decoration:none!important}._text-decoration-underline_1n9hz_1253{text-decoration:underline!important}._text-decoration-line-through_1n9hz_1257{text-decoration:line-through!important}._text-lowercase_1n9hz_1261{text-transform:lowercase!important}._text-uppercase_1n9hz_1265{text-transform:uppercase!important}._text-capitalize_1n9hz_1269{text-transform:capitalize!important}._text-wrap_1n9hz_1273{white-space:normal!important}._text-nowrap_1n9hz_1277{white-space:nowrap!important}._text-break_1n9hz_1282{word-wrap:break-word!important;word-break:break-word!important}._text-primary_1n9hz_1288{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}._text-secondary_1n9hz_1293{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}._text-success_1n9hz_1298{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}._text-info_1n9hz_1303{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}._text-warning_1n9hz_1308{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}._text-danger_1n9hz_1313{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}._text-light_1n9hz_1318{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}._text-dark_1n9hz_1323{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}._text-black_1n9hz_1328{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}._text-white_1n9hz_1333{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}._text-body_1n9hz_1338{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}._text-muted_1n9hz_1343{--bs-text-opacity: 1;color:#6c757d!important}._text-black-50_1n9hz_1348{--bs-text-opacity: 1;color:#00000080!important}._text-white-50_1n9hz_1353{--bs-text-opacity: 1;color:#ffffff80!important}._text-reset_1n9hz_1358{--bs-text-opacity: 1;color:inherit!important}._text-opacity-25_1n9hz_1363{--bs-text-opacity: .25}._text-opacity-50_1n9hz_1367{--bs-text-opacity: .5}._text-opacity-75_1n9hz_1371{--bs-text-opacity: .75}._text-opacity-100_1n9hz_1375{--bs-text-opacity: 1}._bg-primary_1n9hz_1379{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}._bg-secondary_1n9hz_1384{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}._bg-success_1n9hz_1389{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}._bg-info_1n9hz_1394{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}._bg-warning_1n9hz_1399{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}._bg-danger_1n9hz_1404{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}._bg-light_1n9hz_1409{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}._bg-dark_1n9hz_1414{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}._bg-black_1n9hz_1419{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}._bg-white_1n9hz_1424{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}._bg-body_1n9hz_1429{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}._bg-transparent_1n9hz_1434{--bs-bg-opacity: 1;background-color:transparent!important}._bg-opacity-10_1n9hz_1439{--bs-bg-opacity: .1}._bg-opacity-25_1n9hz_1443{--bs-bg-opacity: .25}._bg-opacity-50_1n9hz_1447{--bs-bg-opacity: .5}._bg-opacity-75_1n9hz_1451{--bs-bg-opacity: .75}._bg-opacity-100_1n9hz_1455{--bs-bg-opacity: 1}._bg-gradient_1n9hz_1459{background-image:var(--bs-gradient)!important}._user-select-all_1n9hz_1463{-webkit-user-select:all!important;user-select:all!important}._user-select-auto_1n9hz_1467{-webkit-user-select:auto!important;user-select:auto!important}._user-select-none_1n9hz_1471{-webkit-user-select:none!important;user-select:none!important}._pe-none_1n9hz_1475{pointer-events:none!important}._pe-auto_1n9hz_1479{pointer-events:auto!important}._rounded_1n9hz_1483{border-radius:.25rem!important}._rounded-0_1n9hz_1487{border-radius:0!important}._rounded-1_1n9hz_1491{border-radius:.2rem!important}._rounded-2_1n9hz_1495{border-radius:.25rem!important}._rounded-3_1n9hz_1499{border-radius:.3rem!important}._rounded-circle_1n9hz_1503{border-radius:50%!important}._rounded-pill_1n9hz_1507{border-radius:50rem!important}._rounded-top_1n9hz_1511{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}._rounded-end_1n9hz_1516{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}._rounded-bottom_1n9hz_1521{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}._rounded-start_1n9hz_1526{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}._visible_1n9hz_1531{visibility:visible!important}._invisible_1n9hz_1535{visibility:hidden!important}@media (min-width: 576px){._float-sm-start_1n9hz_1540{float:left!important}._float-sm-end_1n9hz_1543{float:right!important}._float-sm-none_1n9hz_1546{float:none!important}._d-sm-inline_1n9hz_1549{display:inline!important}._d-sm-inline-block_1n9hz_1552{display:inline-block!important}._d-sm-block_1n9hz_1555{display:block!important}._d-sm-grid_1n9hz_1558{display:grid!important}._d-sm-table_1n9hz_1561{display:table!important}._d-sm-table-row_1n9hz_1564{display:table-row!important}._d-sm-table-cell_1n9hz_1567{display:table-cell!important}._d-sm-flex_1n9hz_1570{display:flex!important}._d-sm-inline-flex_1n9hz_1573{display:inline-flex!important}._d-sm-none_1n9hz_1576{display:none!important}._flex-sm-fill_1n9hz_1579{flex:1 1 auto!important}._flex-sm-row_1n9hz_1582{flex-direction:row!important}._flex-sm-column_1n9hz_1585{flex-direction:column!important}._flex-sm-row-reverse_1n9hz_1588{flex-direction:row-reverse!important}._flex-sm-column-reverse_1n9hz_1591{flex-direction:column-reverse!important}._flex-sm-grow-0_1n9hz_1594{flex-grow:0!important}._flex-sm-grow-1_1n9hz_1597{flex-grow:1!important}._flex-sm-shrink-0_1n9hz_1600{flex-shrink:0!important}._flex-sm-shrink-1_1n9hz_1603{flex-shrink:1!important}._flex-sm-wrap_1n9hz_1606{flex-wrap:wrap!important}._flex-sm-nowrap_1n9hz_1609{flex-wrap:nowrap!important}._flex-sm-wrap-reverse_1n9hz_1612{flex-wrap:wrap-reverse!important}._gap-sm-0_1n9hz_1615{gap:0!important}._gap-sm-1_1n9hz_1618{gap:.25rem!important}._gap-sm-2_1n9hz_1621{gap:.5rem!important}._gap-sm-3_1n9hz_1624{gap:1rem!important}._gap-sm-4_1n9hz_1627{gap:1.5rem!important}._gap-sm-5_1n9hz_1630{gap:3rem!important}._justify-content-sm-start_1n9hz_1633{justify-content:flex-start!important}._justify-content-sm-end_1n9hz_1636{justify-content:flex-end!important}._justify-content-sm-center_1n9hz_1639{justify-content:center!important}._justify-content-sm-between_1n9hz_1642{justify-content:space-between!important}._justify-content-sm-around_1n9hz_1645{justify-content:space-around!important}._justify-content-sm-evenly_1n9hz_1648{justify-content:space-evenly!important}._align-items-sm-start_1n9hz_1651{align-items:flex-start!important}._align-items-sm-end_1n9hz_1654{align-items:flex-end!important}._align-items-sm-center_1n9hz_1657{align-items:center!important}._align-items-sm-baseline_1n9hz_1660{align-items:baseline!important}._align-items-sm-stretch_1n9hz_1663{align-items:stretch!important}._align-content-sm-start_1n9hz_1666{align-content:flex-start!important}._align-content-sm-end_1n9hz_1669{align-content:flex-end!important}._align-content-sm-center_1n9hz_1672{align-content:center!important}._align-content-sm-between_1n9hz_1675{align-content:space-between!important}._align-content-sm-around_1n9hz_1678{align-content:space-around!important}._align-content-sm-stretch_1n9hz_1681{align-content:stretch!important}._align-self-sm-auto_1n9hz_1684{align-self:auto!important}._align-self-sm-start_1n9hz_1687{align-self:flex-start!important}._align-self-sm-end_1n9hz_1690{align-self:flex-end!important}._align-self-sm-center_1n9hz_1693{align-self:center!important}._align-self-sm-baseline_1n9hz_1696{align-self:baseline!important}._align-self-sm-stretch_1n9hz_1699{align-self:stretch!important}._order-sm-first_1n9hz_1702{order:-1!important}._order-sm-0_1n9hz_1705{order:0!important}._order-sm-1_1n9hz_1708{order:1!important}._order-sm-2_1n9hz_1711{order:2!important}._order-sm-3_1n9hz_1714{order:3!important}._order-sm-4_1n9hz_1717{order:4!important}._order-sm-5_1n9hz_1720{order:5!important}._order-sm-last_1n9hz_1723{order:6!important}._m-sm-0_1n9hz_1726{margin:0!important}._m-sm-1_1n9hz_1729{margin:.25rem!important}._m-sm-2_1n9hz_1732{margin:.5rem!important}._m-sm-3_1n9hz_1735{margin:1rem!important}._m-sm-4_1n9hz_1738{margin:1.5rem!important}._m-sm-5_1n9hz_1741{margin:3rem!important}._m-sm-auto_1n9hz_1744{margin:auto!important}._mx-sm-0_1n9hz_1747{margin-right:0!important;margin-left:0!important}._mx-sm-1_1n9hz_1751{margin-right:.25rem!important;margin-left:.25rem!important}._mx-sm-2_1n9hz_1755{margin-right:.5rem!important;margin-left:.5rem!important}._mx-sm-3_1n9hz_1759{margin-right:1rem!important;margin-left:1rem!important}._mx-sm-4_1n9hz_1763{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-sm-5_1n9hz_1767{margin-right:3rem!important;margin-left:3rem!important}._mx-sm-auto_1n9hz_1771{margin-right:auto!important;margin-left:auto!important}._my-sm-0_1n9hz_1775{margin-top:0!important;margin-bottom:0!important}._my-sm-1_1n9hz_1779{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-sm-2_1n9hz_1783{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-sm-3_1n9hz_1787{margin-top:1rem!important;margin-bottom:1rem!important}._my-sm-4_1n9hz_1791{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-sm-5_1n9hz_1795{margin-top:3rem!important;margin-bottom:3rem!important}._my-sm-auto_1n9hz_1799{margin-top:auto!important;margin-bottom:auto!important}._mt-sm-0_1n9hz_1803{margin-top:0!important}._mt-sm-1_1n9hz_1806{margin-top:.25rem!important}._mt-sm-2_1n9hz_1809{margin-top:.5rem!important}._mt-sm-3_1n9hz_1812{margin-top:1rem!important}._mt-sm-4_1n9hz_1815{margin-top:1.5rem!important}._mt-sm-5_1n9hz_1818{margin-top:3rem!important}._mt-sm-auto_1n9hz_1821{margin-top:auto!important}._me-sm-0_1n9hz_1824{margin-right:0!important}._me-sm-1_1n9hz_1827{margin-right:.25rem!important}._me-sm-2_1n9hz_1830{margin-right:.5rem!important}._me-sm-3_1n9hz_1833{margin-right:1rem!important}._me-sm-4_1n9hz_1836{margin-right:1.5rem!important}._me-sm-5_1n9hz_1839{margin-right:3rem!important}._me-sm-auto_1n9hz_1842{margin-right:auto!important}._mb-sm-0_1n9hz_1845{margin-bottom:0!important}._mb-sm-1_1n9hz_1848{margin-bottom:.25rem!important}._mb-sm-2_1n9hz_1851{margin-bottom:.5rem!important}._mb-sm-3_1n9hz_1854{margin-bottom:1rem!important}._mb-sm-4_1n9hz_1857{margin-bottom:1.5rem!important}._mb-sm-5_1n9hz_1860{margin-bottom:3rem!important}._mb-sm-auto_1n9hz_1863{margin-bottom:auto!important}._ms-sm-0_1n9hz_1866{margin-left:0!important}._ms-sm-1_1n9hz_1869{margin-left:.25rem!important}._ms-sm-2_1n9hz_1872{margin-left:.5rem!important}._ms-sm-3_1n9hz_1875{margin-left:1rem!important}._ms-sm-4_1n9hz_1878{margin-left:1.5rem!important}._ms-sm-5_1n9hz_1881{margin-left:3rem!important}._ms-sm-auto_1n9hz_1884{margin-left:auto!important}._p-sm-0_1n9hz_1887{padding:0!important}._p-sm-1_1n9hz_1890{padding:.25rem!important}._p-sm-2_1n9hz_1893{padding:.5rem!important}._p-sm-3_1n9hz_1896{padding:1rem!important}._p-sm-4_1n9hz_1899{padding:1.5rem!important}._p-sm-5_1n9hz_1902{padding:3rem!important}._px-sm-0_1n9hz_1905{padding-right:0!important;padding-left:0!important}._px-sm-1_1n9hz_1909{padding-right:.25rem!important;padding-left:.25rem!important}._px-sm-2_1n9hz_1913{padding-right:.5rem!important;padding-left:.5rem!important}._px-sm-3_1n9hz_1917{padding-right:1rem!important;padding-left:1rem!important}._px-sm-4_1n9hz_1921{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-sm-5_1n9hz_1925{padding-right:3rem!important;padding-left:3rem!important}._py-sm-0_1n9hz_1929{padding-top:0!important;padding-bottom:0!important}._py-sm-1_1n9hz_1933{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-sm-2_1n9hz_1937{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-sm-3_1n9hz_1941{padding-top:1rem!important;padding-bottom:1rem!important}._py-sm-4_1n9hz_1945{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-sm-5_1n9hz_1949{padding-top:3rem!important;padding-bottom:3rem!important}._pt-sm-0_1n9hz_1953{padding-top:0!important}._pt-sm-1_1n9hz_1956{padding-top:.25rem!important}._pt-sm-2_1n9hz_1959{padding-top:.5rem!important}._pt-sm-3_1n9hz_1962{padding-top:1rem!important}._pt-sm-4_1n9hz_1965{padding-top:1.5rem!important}._pt-sm-5_1n9hz_1968{padding-top:3rem!important}._pe-sm-0_1n9hz_1971{padding-right:0!important}._pe-sm-1_1n9hz_1974{padding-right:.25rem!important}._pe-sm-2_1n9hz_1977{padding-right:.5rem!important}._pe-sm-3_1n9hz_1980{padding-right:1rem!important}._pe-sm-4_1n9hz_1983{padding-right:1.5rem!important}._pe-sm-5_1n9hz_1986{padding-right:3rem!important}._pb-sm-0_1n9hz_1989{padding-bottom:0!important}._pb-sm-1_1n9hz_1992{padding-bottom:.25rem!important}._pb-sm-2_1n9hz_1995{padding-bottom:.5rem!important}._pb-sm-3_1n9hz_1998{padding-bottom:1rem!important}._pb-sm-4_1n9hz_2001{padding-bottom:1.5rem!important}._pb-sm-5_1n9hz_2004{padding-bottom:3rem!important}._ps-sm-0_1n9hz_2007{padding-left:0!important}._ps-sm-1_1n9hz_2010{padding-left:.25rem!important}._ps-sm-2_1n9hz_2013{padding-left:.5rem!important}._ps-sm-3_1n9hz_2016{padding-left:1rem!important}._ps-sm-4_1n9hz_2019{padding-left:1.5rem!important}._ps-sm-5_1n9hz_2022{padding-left:3rem!important}._text-sm-start_1n9hz_2025{text-align:left!important}._text-sm-end_1n9hz_2028{text-align:right!important}._text-sm-center_1n9hz_2031{text-align:center!important}}@media (min-width: 768px){._float-md-start_1n9hz_2036{float:left!important}._float-md-end_1n9hz_2039{float:right!important}._float-md-none_1n9hz_2042{float:none!important}._d-md-inline_1n9hz_2045{display:inline!important}._d-md-inline-block_1n9hz_2048{display:inline-block!important}._d-md-block_1n9hz_2051{display:block!important}._d-md-grid_1n9hz_2054{display:grid!important}._d-md-table_1n9hz_2057{display:table!important}._d-md-table-row_1n9hz_2060{display:table-row!important}._d-md-table-cell_1n9hz_2063{display:table-cell!important}._d-md-flex_1n9hz_2066{display:flex!important}._d-md-inline-flex_1n9hz_2069{display:inline-flex!important}._d-md-none_1n9hz_2072{display:none!important}._flex-md-fill_1n9hz_2075{flex:1 1 auto!important}._flex-md-row_1n9hz_2078{flex-direction:row!important}._flex-md-column_1n9hz_2081{flex-direction:column!important}._flex-md-row-reverse_1n9hz_2084{flex-direction:row-reverse!important}._flex-md-column-reverse_1n9hz_2087{flex-direction:column-reverse!important}._flex-md-grow-0_1n9hz_2090{flex-grow:0!important}._flex-md-grow-1_1n9hz_2093{flex-grow:1!important}._flex-md-shrink-0_1n9hz_2096{flex-shrink:0!important}._flex-md-shrink-1_1n9hz_2099{flex-shrink:1!important}._flex-md-wrap_1n9hz_2102{flex-wrap:wrap!important}._flex-md-nowrap_1n9hz_2105{flex-wrap:nowrap!important}._flex-md-wrap-reverse_1n9hz_2108{flex-wrap:wrap-reverse!important}._gap-md-0_1n9hz_2111{gap:0!important}._gap-md-1_1n9hz_2114{gap:.25rem!important}._gap-md-2_1n9hz_2117{gap:.5rem!important}._gap-md-3_1n9hz_2120{gap:1rem!important}._gap-md-4_1n9hz_2123{gap:1.5rem!important}._gap-md-5_1n9hz_2126{gap:3rem!important}._justify-content-md-start_1n9hz_2129{justify-content:flex-start!important}._justify-content-md-end_1n9hz_2132{justify-content:flex-end!important}._justify-content-md-center_1n9hz_2135{justify-content:center!important}._justify-content-md-between_1n9hz_2138{justify-content:space-between!important}._justify-content-md-around_1n9hz_2141{justify-content:space-around!important}._justify-content-md-evenly_1n9hz_2144{justify-content:space-evenly!important}._align-items-md-start_1n9hz_2147{align-items:flex-start!important}._align-items-md-end_1n9hz_2150{align-items:flex-end!important}._align-items-md-center_1n9hz_2153{align-items:center!important}._align-items-md-baseline_1n9hz_2156{align-items:baseline!important}._align-items-md-stretch_1n9hz_2159{align-items:stretch!important}._align-content-md-start_1n9hz_2162{align-content:flex-start!important}._align-content-md-end_1n9hz_2165{align-content:flex-end!important}._align-content-md-center_1n9hz_2168{align-content:center!important}._align-content-md-between_1n9hz_2171{align-content:space-between!important}._align-content-md-around_1n9hz_2174{align-content:space-around!important}._align-content-md-stretch_1n9hz_2177{align-content:stretch!important}._align-self-md-auto_1n9hz_2180{align-self:auto!important}._align-self-md-start_1n9hz_2183{align-self:flex-start!important}._align-self-md-end_1n9hz_2186{align-self:flex-end!important}._align-self-md-center_1n9hz_2189{align-self:center!important}._align-self-md-baseline_1n9hz_2192{align-self:baseline!important}._align-self-md-stretch_1n9hz_2195{align-self:stretch!important}._order-md-first_1n9hz_2198{order:-1!important}._order-md-0_1n9hz_2201{order:0!important}._order-md-1_1n9hz_2204{order:1!important}._order-md-2_1n9hz_2207{order:2!important}._order-md-3_1n9hz_2210{order:3!important}._order-md-4_1n9hz_2213{order:4!important}._order-md-5_1n9hz_2216{order:5!important}._order-md-last_1n9hz_2219{order:6!important}._m-md-0_1n9hz_2222{margin:0!important}._m-md-1_1n9hz_2225{margin:.25rem!important}._m-md-2_1n9hz_2228{margin:.5rem!important}._m-md-3_1n9hz_2231{margin:1rem!important}._m-md-4_1n9hz_2234{margin:1.5rem!important}._m-md-5_1n9hz_2237{margin:3rem!important}._m-md-auto_1n9hz_2240{margin:auto!important}._mx-md-0_1n9hz_2243{margin-right:0!important;margin-left:0!important}._mx-md-1_1n9hz_2247{margin-right:.25rem!important;margin-left:.25rem!important}._mx-md-2_1n9hz_2251{margin-right:.5rem!important;margin-left:.5rem!important}._mx-md-3_1n9hz_2255{margin-right:1rem!important;margin-left:1rem!important}._mx-md-4_1n9hz_2259{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-md-5_1n9hz_2263{margin-right:3rem!important;margin-left:3rem!important}._mx-md-auto_1n9hz_2267{margin-right:auto!important;margin-left:auto!important}._my-md-0_1n9hz_2271{margin-top:0!important;margin-bottom:0!important}._my-md-1_1n9hz_2275{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-md-2_1n9hz_2279{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-md-3_1n9hz_2283{margin-top:1rem!important;margin-bottom:1rem!important}._my-md-4_1n9hz_2287{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-md-5_1n9hz_2291{margin-top:3rem!important;margin-bottom:3rem!important}._my-md-auto_1n9hz_2295{margin-top:auto!important;margin-bottom:auto!important}._mt-md-0_1n9hz_2299{margin-top:0!important}._mt-md-1_1n9hz_2302{margin-top:.25rem!important}._mt-md-2_1n9hz_2305{margin-top:.5rem!important}._mt-md-3_1n9hz_2308{margin-top:1rem!important}._mt-md-4_1n9hz_2311{margin-top:1.5rem!important}._mt-md-5_1n9hz_2314{margin-top:3rem!important}._mt-md-auto_1n9hz_2317{margin-top:auto!important}._me-md-0_1n9hz_2320{margin-right:0!important}._me-md-1_1n9hz_2323{margin-right:.25rem!important}._me-md-2_1n9hz_2326{margin-right:.5rem!important}._me-md-3_1n9hz_2329{margin-right:1rem!important}._me-md-4_1n9hz_2332{margin-right:1.5rem!important}._me-md-5_1n9hz_2335{margin-right:3rem!important}._me-md-auto_1n9hz_2338{margin-right:auto!important}._mb-md-0_1n9hz_2341{margin-bottom:0!important}._mb-md-1_1n9hz_2344{margin-bottom:.25rem!important}._mb-md-2_1n9hz_2347{margin-bottom:.5rem!important}._mb-md-3_1n9hz_2350{margin-bottom:1rem!important}._mb-md-4_1n9hz_2353{margin-bottom:1.5rem!important}._mb-md-5_1n9hz_2356{margin-bottom:3rem!important}._mb-md-auto_1n9hz_2359{margin-bottom:auto!important}._ms-md-0_1n9hz_2362{margin-left:0!important}._ms-md-1_1n9hz_2365{margin-left:.25rem!important}._ms-md-2_1n9hz_2368{margin-left:.5rem!important}._ms-md-3_1n9hz_2371{margin-left:1rem!important}._ms-md-4_1n9hz_2374{margin-left:1.5rem!important}._ms-md-5_1n9hz_2377{margin-left:3rem!important}._ms-md-auto_1n9hz_2380{margin-left:auto!important}._p-md-0_1n9hz_2383{padding:0!important}._p-md-1_1n9hz_2386{padding:.25rem!important}._p-md-2_1n9hz_2389{padding:.5rem!important}._p-md-3_1n9hz_2392{padding:1rem!important}._p-md-4_1n9hz_2395{padding:1.5rem!important}._p-md-5_1n9hz_2398{padding:3rem!important}._px-md-0_1n9hz_2401{padding-right:0!important;padding-left:0!important}._px-md-1_1n9hz_2405{padding-right:.25rem!important;padding-left:.25rem!important}._px-md-2_1n9hz_2409{padding-right:.5rem!important;padding-left:.5rem!important}._px-md-3_1n9hz_2413{padding-right:1rem!important;padding-left:1rem!important}._px-md-4_1n9hz_2417{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-md-5_1n9hz_2421{padding-right:3rem!important;padding-left:3rem!important}._py-md-0_1n9hz_2425{padding-top:0!important;padding-bottom:0!important}._py-md-1_1n9hz_2429{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-md-2_1n9hz_2433{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-md-3_1n9hz_2437{padding-top:1rem!important;padding-bottom:1rem!important}._py-md-4_1n9hz_2441{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-md-5_1n9hz_2445{padding-top:3rem!important;padding-bottom:3rem!important}._pt-md-0_1n9hz_2449{padding-top:0!important}._pt-md-1_1n9hz_2452{padding-top:.25rem!important}._pt-md-2_1n9hz_2455{padding-top:.5rem!important}._pt-md-3_1n9hz_2458{padding-top:1rem!important}._pt-md-4_1n9hz_2461{padding-top:1.5rem!important}._pt-md-5_1n9hz_2464{padding-top:3rem!important}._pe-md-0_1n9hz_2467{padding-right:0!important}._pe-md-1_1n9hz_2470{padding-right:.25rem!important}._pe-md-2_1n9hz_2473{padding-right:.5rem!important}._pe-md-3_1n9hz_2476{padding-right:1rem!important}._pe-md-4_1n9hz_2479{padding-right:1.5rem!important}._pe-md-5_1n9hz_2482{padding-right:3rem!important}._pb-md-0_1n9hz_2485{padding-bottom:0!important}._pb-md-1_1n9hz_2488{padding-bottom:.25rem!important}._pb-md-2_1n9hz_2491{padding-bottom:.5rem!important}._pb-md-3_1n9hz_2494{padding-bottom:1rem!important}._pb-md-4_1n9hz_2497{padding-bottom:1.5rem!important}._pb-md-5_1n9hz_2500{padding-bottom:3rem!important}._ps-md-0_1n9hz_2503{padding-left:0!important}._ps-md-1_1n9hz_2506{padding-left:.25rem!important}._ps-md-2_1n9hz_2509{padding-left:.5rem!important}._ps-md-3_1n9hz_2512{padding-left:1rem!important}._ps-md-4_1n9hz_2515{padding-left:1.5rem!important}._ps-md-5_1n9hz_2518{padding-left:3rem!important}._text-md-start_1n9hz_2521{text-align:left!important}._text-md-end_1n9hz_2524{text-align:right!important}._text-md-center_1n9hz_2527{text-align:center!important}}@media (min-width: 992px){._float-lg-start_1n9hz_2532{float:left!important}._float-lg-end_1n9hz_2535{float:right!important}._float-lg-none_1n9hz_2538{float:none!important}._d-lg-inline_1n9hz_2541{display:inline!important}._d-lg-inline-block_1n9hz_2544{display:inline-block!important}._d-lg-block_1n9hz_2547{display:block!important}._d-lg-grid_1n9hz_2550{display:grid!important}._d-lg-table_1n9hz_2553{display:table!important}._d-lg-table-row_1n9hz_2556{display:table-row!important}._d-lg-table-cell_1n9hz_2559{display:table-cell!important}._d-lg-flex_1n9hz_2562{display:flex!important}._d-lg-inline-flex_1n9hz_2565{display:inline-flex!important}._d-lg-none_1n9hz_2568{display:none!important}._flex-lg-fill_1n9hz_2571{flex:1 1 auto!important}._flex-lg-row_1n9hz_2574{flex-direction:row!important}._flex-lg-column_1n9hz_2577{flex-direction:column!important}._flex-lg-row-reverse_1n9hz_2580{flex-direction:row-reverse!important}._flex-lg-column-reverse_1n9hz_2583{flex-direction:column-reverse!important}._flex-lg-grow-0_1n9hz_2586{flex-grow:0!important}._flex-lg-grow-1_1n9hz_2589{flex-grow:1!important}._flex-lg-shrink-0_1n9hz_2592{flex-shrink:0!important}._flex-lg-shrink-1_1n9hz_2595{flex-shrink:1!important}._flex-lg-wrap_1n9hz_2598{flex-wrap:wrap!important}._flex-lg-nowrap_1n9hz_2601{flex-wrap:nowrap!important}._flex-lg-wrap-reverse_1n9hz_2604{flex-wrap:wrap-reverse!important}._gap-lg-0_1n9hz_2607{gap:0!important}._gap-lg-1_1n9hz_2610{gap:.25rem!important}._gap-lg-2_1n9hz_2613{gap:.5rem!important}._gap-lg-3_1n9hz_2616{gap:1rem!important}._gap-lg-4_1n9hz_2619{gap:1.5rem!important}._gap-lg-5_1n9hz_2622{gap:3rem!important}._justify-content-lg-start_1n9hz_2625{justify-content:flex-start!important}._justify-content-lg-end_1n9hz_2628{justify-content:flex-end!important}._justify-content-lg-center_1n9hz_2631{justify-content:center!important}._justify-content-lg-between_1n9hz_2634{justify-content:space-between!important}._justify-content-lg-around_1n9hz_2637{justify-content:space-around!important}._justify-content-lg-evenly_1n9hz_2640{justify-content:space-evenly!important}._align-items-lg-start_1n9hz_2643{align-items:flex-start!important}._align-items-lg-end_1n9hz_2646{align-items:flex-end!important}._align-items-lg-center_1n9hz_2649{align-items:center!important}._align-items-lg-baseline_1n9hz_2652{align-items:baseline!important}._align-items-lg-stretch_1n9hz_2655{align-items:stretch!important}._align-content-lg-start_1n9hz_2658{align-content:flex-start!important}._align-content-lg-end_1n9hz_2661{align-content:flex-end!important}._align-content-lg-center_1n9hz_2664{align-content:center!important}._align-content-lg-between_1n9hz_2667{align-content:space-between!important}._align-content-lg-around_1n9hz_2670{align-content:space-around!important}._align-content-lg-stretch_1n9hz_2673{align-content:stretch!important}._align-self-lg-auto_1n9hz_2676{align-self:auto!important}._align-self-lg-start_1n9hz_2679{align-self:flex-start!important}._align-self-lg-end_1n9hz_2682{align-self:flex-end!important}._align-self-lg-center_1n9hz_2685{align-self:center!important}._align-self-lg-baseline_1n9hz_2688{align-self:baseline!important}._align-self-lg-stretch_1n9hz_2691{align-self:stretch!important}._order-lg-first_1n9hz_2694{order:-1!important}._order-lg-0_1n9hz_2697{order:0!important}._order-lg-1_1n9hz_2700{order:1!important}._order-lg-2_1n9hz_2703{order:2!important}._order-lg-3_1n9hz_2706{order:3!important}._order-lg-4_1n9hz_2709{order:4!important}._order-lg-5_1n9hz_2712{order:5!important}._order-lg-last_1n9hz_2715{order:6!important}._m-lg-0_1n9hz_2718{margin:0!important}._m-lg-1_1n9hz_2721{margin:.25rem!important}._m-lg-2_1n9hz_2724{margin:.5rem!important}._m-lg-3_1n9hz_2727{margin:1rem!important}._m-lg-4_1n9hz_2730{margin:1.5rem!important}._m-lg-5_1n9hz_2733{margin:3rem!important}._m-lg-auto_1n9hz_2736{margin:auto!important}._mx-lg-0_1n9hz_2739{margin-right:0!important;margin-left:0!important}._mx-lg-1_1n9hz_2743{margin-right:.25rem!important;margin-left:.25rem!important}._mx-lg-2_1n9hz_2747{margin-right:.5rem!important;margin-left:.5rem!important}._mx-lg-3_1n9hz_2751{margin-right:1rem!important;margin-left:1rem!important}._mx-lg-4_1n9hz_2755{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-lg-5_1n9hz_2759{margin-right:3rem!important;margin-left:3rem!important}._mx-lg-auto_1n9hz_2763{margin-right:auto!important;margin-left:auto!important}._my-lg-0_1n9hz_2767{margin-top:0!important;margin-bottom:0!important}._my-lg-1_1n9hz_2771{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-lg-2_1n9hz_2775{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-lg-3_1n9hz_2779{margin-top:1rem!important;margin-bottom:1rem!important}._my-lg-4_1n9hz_2783{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-lg-5_1n9hz_2787{margin-top:3rem!important;margin-bottom:3rem!important}._my-lg-auto_1n9hz_2791{margin-top:auto!important;margin-bottom:auto!important}._mt-lg-0_1n9hz_2795{margin-top:0!important}._mt-lg-1_1n9hz_2798{margin-top:.25rem!important}._mt-lg-2_1n9hz_2801{margin-top:.5rem!important}._mt-lg-3_1n9hz_2804{margin-top:1rem!important}._mt-lg-4_1n9hz_2807{margin-top:1.5rem!important}._mt-lg-5_1n9hz_2810{margin-top:3rem!important}._mt-lg-auto_1n9hz_2813{margin-top:auto!important}._me-lg-0_1n9hz_2816{margin-right:0!important}._me-lg-1_1n9hz_2819{margin-right:.25rem!important}._me-lg-2_1n9hz_2822{margin-right:.5rem!important}._me-lg-3_1n9hz_2825{margin-right:1rem!important}._me-lg-4_1n9hz_2828{margin-right:1.5rem!important}._me-lg-5_1n9hz_2831{margin-right:3rem!important}._me-lg-auto_1n9hz_2834{margin-right:auto!important}._mb-lg-0_1n9hz_2837{margin-bottom:0!important}._mb-lg-1_1n9hz_2840{margin-bottom:.25rem!important}._mb-lg-2_1n9hz_2843{margin-bottom:.5rem!important}._mb-lg-3_1n9hz_2846{margin-bottom:1rem!important}._mb-lg-4_1n9hz_2849{margin-bottom:1.5rem!important}._mb-lg-5_1n9hz_2852{margin-bottom:3rem!important}._mb-lg-auto_1n9hz_2855{margin-bottom:auto!important}._ms-lg-0_1n9hz_2858{margin-left:0!important}._ms-lg-1_1n9hz_2861{margin-left:.25rem!important}._ms-lg-2_1n9hz_2864{margin-left:.5rem!important}._ms-lg-3_1n9hz_2867{margin-left:1rem!important}._ms-lg-4_1n9hz_2870{margin-left:1.5rem!important}._ms-lg-5_1n9hz_2873{margin-left:3rem!important}._ms-lg-auto_1n9hz_2876{margin-left:auto!important}._p-lg-0_1n9hz_2879{padding:0!important}._p-lg-1_1n9hz_2882{padding:.25rem!important}._p-lg-2_1n9hz_2885{padding:.5rem!important}._p-lg-3_1n9hz_2888{padding:1rem!important}._p-lg-4_1n9hz_2891{padding:1.5rem!important}._p-lg-5_1n9hz_2894{padding:3rem!important}._px-lg-0_1n9hz_2897{padding-right:0!important;padding-left:0!important}._px-lg-1_1n9hz_2901{padding-right:.25rem!important;padding-left:.25rem!important}._px-lg-2_1n9hz_2905{padding-right:.5rem!important;padding-left:.5rem!important}._px-lg-3_1n9hz_2909{padding-right:1rem!important;padding-left:1rem!important}._px-lg-4_1n9hz_2913{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-lg-5_1n9hz_2917{padding-right:3rem!important;padding-left:3rem!important}._py-lg-0_1n9hz_2921{padding-top:0!important;padding-bottom:0!important}._py-lg-1_1n9hz_2925{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-lg-2_1n9hz_2929{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-lg-3_1n9hz_2933{padding-top:1rem!important;padding-bottom:1rem!important}._py-lg-4_1n9hz_2937{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-lg-5_1n9hz_2941{padding-top:3rem!important;padding-bottom:3rem!important}._pt-lg-0_1n9hz_2945{padding-top:0!important}._pt-lg-1_1n9hz_2948{padding-top:.25rem!important}._pt-lg-2_1n9hz_2951{padding-top:.5rem!important}._pt-lg-3_1n9hz_2954{padding-top:1rem!important}._pt-lg-4_1n9hz_2957{padding-top:1.5rem!important}._pt-lg-5_1n9hz_2960{padding-top:3rem!important}._pe-lg-0_1n9hz_2963{padding-right:0!important}._pe-lg-1_1n9hz_2966{padding-right:.25rem!important}._pe-lg-2_1n9hz_2969{padding-right:.5rem!important}._pe-lg-3_1n9hz_2972{padding-right:1rem!important}._pe-lg-4_1n9hz_2975{padding-right:1.5rem!important}._pe-lg-5_1n9hz_2978{padding-right:3rem!important}._pb-lg-0_1n9hz_2981{padding-bottom:0!important}._pb-lg-1_1n9hz_2984{padding-bottom:.25rem!important}._pb-lg-2_1n9hz_2987{padding-bottom:.5rem!important}._pb-lg-3_1n9hz_2990{padding-bottom:1rem!important}._pb-lg-4_1n9hz_2993{padding-bottom:1.5rem!important}._pb-lg-5_1n9hz_2996{padding-bottom:3rem!important}._ps-lg-0_1n9hz_2999{padding-left:0!important}._ps-lg-1_1n9hz_3002{padding-left:.25rem!important}._ps-lg-2_1n9hz_3005{padding-left:.5rem!important}._ps-lg-3_1n9hz_3008{padding-left:1rem!important}._ps-lg-4_1n9hz_3011{padding-left:1.5rem!important}._ps-lg-5_1n9hz_3014{padding-left:3rem!important}._text-lg-start_1n9hz_3017{text-align:left!important}._text-lg-end_1n9hz_3020{text-align:right!important}._text-lg-center_1n9hz_3023{text-align:center!important}}@media (min-width: 1200px){._float-xl-start_1n9hz_3028{float:left!important}._float-xl-end_1n9hz_3031{float:right!important}._float-xl-none_1n9hz_3034{float:none!important}._d-xl-inline_1n9hz_3037{display:inline!important}._d-xl-inline-block_1n9hz_3040{display:inline-block!important}._d-xl-block_1n9hz_3043{display:block!important}._d-xl-grid_1n9hz_3046{display:grid!important}._d-xl-table_1n9hz_3049{display:table!important}._d-xl-table-row_1n9hz_3052{display:table-row!important}._d-xl-table-cell_1n9hz_3055{display:table-cell!important}._d-xl-flex_1n9hz_3058{display:flex!important}._d-xl-inline-flex_1n9hz_3061{display:inline-flex!important}._d-xl-none_1n9hz_3064{display:none!important}._flex-xl-fill_1n9hz_3067{flex:1 1 auto!important}._flex-xl-row_1n9hz_3070{flex-direction:row!important}._flex-xl-column_1n9hz_3073{flex-direction:column!important}._flex-xl-row-reverse_1n9hz_3076{flex-direction:row-reverse!important}._flex-xl-column-reverse_1n9hz_3079{flex-direction:column-reverse!important}._flex-xl-grow-0_1n9hz_3082{flex-grow:0!important}._flex-xl-grow-1_1n9hz_3085{flex-grow:1!important}._flex-xl-shrink-0_1n9hz_3088{flex-shrink:0!important}._flex-xl-shrink-1_1n9hz_3091{flex-shrink:1!important}._flex-xl-wrap_1n9hz_3094{flex-wrap:wrap!important}._flex-xl-nowrap_1n9hz_3097{flex-wrap:nowrap!important}._flex-xl-wrap-reverse_1n9hz_3100{flex-wrap:wrap-reverse!important}._gap-xl-0_1n9hz_3103{gap:0!important}._gap-xl-1_1n9hz_3106{gap:.25rem!important}._gap-xl-2_1n9hz_3109{gap:.5rem!important}._gap-xl-3_1n9hz_3112{gap:1rem!important}._gap-xl-4_1n9hz_3115{gap:1.5rem!important}._gap-xl-5_1n9hz_3118{gap:3rem!important}._justify-content-xl-start_1n9hz_3121{justify-content:flex-start!important}._justify-content-xl-end_1n9hz_3124{justify-content:flex-end!important}._justify-content-xl-center_1n9hz_3127{justify-content:center!important}._justify-content-xl-between_1n9hz_3130{justify-content:space-between!important}._justify-content-xl-around_1n9hz_3133{justify-content:space-around!important}._justify-content-xl-evenly_1n9hz_3136{justify-content:space-evenly!important}._align-items-xl-start_1n9hz_3139{align-items:flex-start!important}._align-items-xl-end_1n9hz_3142{align-items:flex-end!important}._align-items-xl-center_1n9hz_3145{align-items:center!important}._align-items-xl-baseline_1n9hz_3148{align-items:baseline!important}._align-items-xl-stretch_1n9hz_3151{align-items:stretch!important}._align-content-xl-start_1n9hz_3154{align-content:flex-start!important}._align-content-xl-end_1n9hz_3157{align-content:flex-end!important}._align-content-xl-center_1n9hz_3160{align-content:center!important}._align-content-xl-between_1n9hz_3163{align-content:space-between!important}._align-content-xl-around_1n9hz_3166{align-content:space-around!important}._align-content-xl-stretch_1n9hz_3169{align-content:stretch!important}._align-self-xl-auto_1n9hz_3172{align-self:auto!important}._align-self-xl-start_1n9hz_3175{align-self:flex-start!important}._align-self-xl-end_1n9hz_3178{align-self:flex-end!important}._align-self-xl-center_1n9hz_3181{align-self:center!important}._align-self-xl-baseline_1n9hz_3184{align-self:baseline!important}._align-self-xl-stretch_1n9hz_3187{align-self:stretch!important}._order-xl-first_1n9hz_3190{order:-1!important}._order-xl-0_1n9hz_3193{order:0!important}._order-xl-1_1n9hz_3196{order:1!important}._order-xl-2_1n9hz_3199{order:2!important}._order-xl-3_1n9hz_3202{order:3!important}._order-xl-4_1n9hz_3205{order:4!important}._order-xl-5_1n9hz_3208{order:5!important}._order-xl-last_1n9hz_3211{order:6!important}._m-xl-0_1n9hz_3214{margin:0!important}._m-xl-1_1n9hz_3217{margin:.25rem!important}._m-xl-2_1n9hz_3220{margin:.5rem!important}._m-xl-3_1n9hz_3223{margin:1rem!important}._m-xl-4_1n9hz_3226{margin:1.5rem!important}._m-xl-5_1n9hz_3229{margin:3rem!important}._m-xl-auto_1n9hz_3232{margin:auto!important}._mx-xl-0_1n9hz_3235{margin-right:0!important;margin-left:0!important}._mx-xl-1_1n9hz_3239{margin-right:.25rem!important;margin-left:.25rem!important}._mx-xl-2_1n9hz_3243{margin-right:.5rem!important;margin-left:.5rem!important}._mx-xl-3_1n9hz_3247{margin-right:1rem!important;margin-left:1rem!important}._mx-xl-4_1n9hz_3251{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-xl-5_1n9hz_3255{margin-right:3rem!important;margin-left:3rem!important}._mx-xl-auto_1n9hz_3259{margin-right:auto!important;margin-left:auto!important}._my-xl-0_1n9hz_3263{margin-top:0!important;margin-bottom:0!important}._my-xl-1_1n9hz_3267{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-xl-2_1n9hz_3271{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-xl-3_1n9hz_3275{margin-top:1rem!important;margin-bottom:1rem!important}._my-xl-4_1n9hz_3279{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-xl-5_1n9hz_3283{margin-top:3rem!important;margin-bottom:3rem!important}._my-xl-auto_1n9hz_3287{margin-top:auto!important;margin-bottom:auto!important}._mt-xl-0_1n9hz_3291{margin-top:0!important}._mt-xl-1_1n9hz_3294{margin-top:.25rem!important}._mt-xl-2_1n9hz_3297{margin-top:.5rem!important}._mt-xl-3_1n9hz_3300{margin-top:1rem!important}._mt-xl-4_1n9hz_3303{margin-top:1.5rem!important}._mt-xl-5_1n9hz_3306{margin-top:3rem!important}._mt-xl-auto_1n9hz_3309{margin-top:auto!important}._me-xl-0_1n9hz_3312{margin-right:0!important}._me-xl-1_1n9hz_3315{margin-right:.25rem!important}._me-xl-2_1n9hz_3318{margin-right:.5rem!important}._me-xl-3_1n9hz_3321{margin-right:1rem!important}._me-xl-4_1n9hz_3324{margin-right:1.5rem!important}._me-xl-5_1n9hz_3327{margin-right:3rem!important}._me-xl-auto_1n9hz_3330{margin-right:auto!important}._mb-xl-0_1n9hz_3333{margin-bottom:0!important}._mb-xl-1_1n9hz_3336{margin-bottom:.25rem!important}._mb-xl-2_1n9hz_3339{margin-bottom:.5rem!important}._mb-xl-3_1n9hz_3342{margin-bottom:1rem!important}._mb-xl-4_1n9hz_3345{margin-bottom:1.5rem!important}._mb-xl-5_1n9hz_3348{margin-bottom:3rem!important}._mb-xl-auto_1n9hz_3351{margin-bottom:auto!important}._ms-xl-0_1n9hz_3354{margin-left:0!important}._ms-xl-1_1n9hz_3357{margin-left:.25rem!important}._ms-xl-2_1n9hz_3360{margin-left:.5rem!important}._ms-xl-3_1n9hz_3363{margin-left:1rem!important}._ms-xl-4_1n9hz_3366{margin-left:1.5rem!important}._ms-xl-5_1n9hz_3369{margin-left:3rem!important}._ms-xl-auto_1n9hz_3372{margin-left:auto!important}._p-xl-0_1n9hz_3375{padding:0!important}._p-xl-1_1n9hz_3378{padding:.25rem!important}._p-xl-2_1n9hz_3381{padding:.5rem!important}._p-xl-3_1n9hz_3384{padding:1rem!important}._p-xl-4_1n9hz_3387{padding:1.5rem!important}._p-xl-5_1n9hz_3390{padding:3rem!important}._px-xl-0_1n9hz_3393{padding-right:0!important;padding-left:0!important}._px-xl-1_1n9hz_3397{padding-right:.25rem!important;padding-left:.25rem!important}._px-xl-2_1n9hz_3401{padding-right:.5rem!important;padding-left:.5rem!important}._px-xl-3_1n9hz_3405{padding-right:1rem!important;padding-left:1rem!important}._px-xl-4_1n9hz_3409{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-xl-5_1n9hz_3413{padding-right:3rem!important;padding-left:3rem!important}._py-xl-0_1n9hz_3417{padding-top:0!important;padding-bottom:0!important}._py-xl-1_1n9hz_3421{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-xl-2_1n9hz_3425{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-xl-3_1n9hz_3429{padding-top:1rem!important;padding-bottom:1rem!important}._py-xl-4_1n9hz_3433{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-xl-5_1n9hz_3437{padding-top:3rem!important;padding-bottom:3rem!important}._pt-xl-0_1n9hz_3441{padding-top:0!important}._pt-xl-1_1n9hz_3444{padding-top:.25rem!important}._pt-xl-2_1n9hz_3447{padding-top:.5rem!important}._pt-xl-3_1n9hz_3450{padding-top:1rem!important}._pt-xl-4_1n9hz_3453{padding-top:1.5rem!important}._pt-xl-5_1n9hz_3456{padding-top:3rem!important}._pe-xl-0_1n9hz_3459{padding-right:0!important}._pe-xl-1_1n9hz_3462{padding-right:.25rem!important}._pe-xl-2_1n9hz_3465{padding-right:.5rem!important}._pe-xl-3_1n9hz_3468{padding-right:1rem!important}._pe-xl-4_1n9hz_3471{padding-right:1.5rem!important}._pe-xl-5_1n9hz_3474{padding-right:3rem!important}._pb-xl-0_1n9hz_3477{padding-bottom:0!important}._pb-xl-1_1n9hz_3480{padding-bottom:.25rem!important}._pb-xl-2_1n9hz_3483{padding-bottom:.5rem!important}._pb-xl-3_1n9hz_3486{padding-bottom:1rem!important}._pb-xl-4_1n9hz_3489{padding-bottom:1.5rem!important}._pb-xl-5_1n9hz_3492{padding-bottom:3rem!important}._ps-xl-0_1n9hz_3495{padding-left:0!important}._ps-xl-1_1n9hz_3498{padding-left:.25rem!important}._ps-xl-2_1n9hz_3501{padding-left:.5rem!important}._ps-xl-3_1n9hz_3504{padding-left:1rem!important}._ps-xl-4_1n9hz_3507{padding-left:1.5rem!important}._ps-xl-5_1n9hz_3510{padding-left:3rem!important}._text-xl-start_1n9hz_3513{text-align:left!important}._text-xl-end_1n9hz_3516{text-align:right!important}._text-xl-center_1n9hz_3519{text-align:center!important}}@media (min-width: 1400px){._float-xxl-start_1n9hz_3524{float:left!important}._float-xxl-end_1n9hz_3527{float:right!important}._float-xxl-none_1n9hz_3530{float:none!important}._d-xxl-inline_1n9hz_3533{display:inline!important}._d-xxl-inline-block_1n9hz_3536{display:inline-block!important}._d-xxl-block_1n9hz_3539{display:block!important}._d-xxl-grid_1n9hz_3542{display:grid!important}._d-xxl-table_1n9hz_3545{display:table!important}._d-xxl-table-row_1n9hz_3548{display:table-row!important}._d-xxl-table-cell_1n9hz_3551{display:table-cell!important}._d-xxl-flex_1n9hz_3554{display:flex!important}._d-xxl-inline-flex_1n9hz_3557{display:inline-flex!important}._d-xxl-none_1n9hz_3560{display:none!important}._flex-xxl-fill_1n9hz_3563{flex:1 1 auto!important}._flex-xxl-row_1n9hz_3566{flex-direction:row!important}._flex-xxl-column_1n9hz_3569{flex-direction:column!important}._flex-xxl-row-reverse_1n9hz_3572{flex-direction:row-reverse!important}._flex-xxl-column-reverse_1n9hz_3575{flex-direction:column-reverse!important}._flex-xxl-grow-0_1n9hz_3578{flex-grow:0!important}._flex-xxl-grow-1_1n9hz_3581{flex-grow:1!important}._flex-xxl-shrink-0_1n9hz_3584{flex-shrink:0!important}._flex-xxl-shrink-1_1n9hz_3587{flex-shrink:1!important}._flex-xxl-wrap_1n9hz_3590{flex-wrap:wrap!important}._flex-xxl-nowrap_1n9hz_3593{flex-wrap:nowrap!important}._flex-xxl-wrap-reverse_1n9hz_3596{flex-wrap:wrap-reverse!important}._gap-xxl-0_1n9hz_3599{gap:0!important}._gap-xxl-1_1n9hz_3602{gap:.25rem!important}._gap-xxl-2_1n9hz_3605{gap:.5rem!important}._gap-xxl-3_1n9hz_3608{gap:1rem!important}._gap-xxl-4_1n9hz_3611{gap:1.5rem!important}._gap-xxl-5_1n9hz_3614{gap:3rem!important}._justify-content-xxl-start_1n9hz_3617{justify-content:flex-start!important}._justify-content-xxl-end_1n9hz_3620{justify-content:flex-end!important}._justify-content-xxl-center_1n9hz_3623{justify-content:center!important}._justify-content-xxl-between_1n9hz_3626{justify-content:space-between!important}._justify-content-xxl-around_1n9hz_3629{justify-content:space-around!important}._justify-content-xxl-evenly_1n9hz_3632{justify-content:space-evenly!important}._align-items-xxl-start_1n9hz_3635{align-items:flex-start!important}._align-items-xxl-end_1n9hz_3638{align-items:flex-end!important}._align-items-xxl-center_1n9hz_3641{align-items:center!important}._align-items-xxl-baseline_1n9hz_3644{align-items:baseline!important}._align-items-xxl-stretch_1n9hz_3647{align-items:stretch!important}._align-content-xxl-start_1n9hz_3650{align-content:flex-start!important}._align-content-xxl-end_1n9hz_3653{align-content:flex-end!important}._align-content-xxl-center_1n9hz_3656{align-content:center!important}._align-content-xxl-between_1n9hz_3659{align-content:space-between!important}._align-content-xxl-around_1n9hz_3662{align-content:space-around!important}._align-content-xxl-stretch_1n9hz_3665{align-content:stretch!important}._align-self-xxl-auto_1n9hz_3668{align-self:auto!important}._align-self-xxl-start_1n9hz_3671{align-self:flex-start!important}._align-self-xxl-end_1n9hz_3674{align-self:flex-end!important}._align-self-xxl-center_1n9hz_3677{align-self:center!important}._align-self-xxl-baseline_1n9hz_3680{align-self:baseline!important}._align-self-xxl-stretch_1n9hz_3683{align-self:stretch!important}._order-xxl-first_1n9hz_3686{order:-1!important}._order-xxl-0_1n9hz_3689{order:0!important}._order-xxl-1_1n9hz_3692{order:1!important}._order-xxl-2_1n9hz_3695{order:2!important}._order-xxl-3_1n9hz_3698{order:3!important}._order-xxl-4_1n9hz_3701{order:4!important}._order-xxl-5_1n9hz_3704{order:5!important}._order-xxl-last_1n9hz_3707{order:6!important}._m-xxl-0_1n9hz_3710{margin:0!important}._m-xxl-1_1n9hz_3713{margin:.25rem!important}._m-xxl-2_1n9hz_3716{margin:.5rem!important}._m-xxl-3_1n9hz_3719{margin:1rem!important}._m-xxl-4_1n9hz_3722{margin:1.5rem!important}._m-xxl-5_1n9hz_3725{margin:3rem!important}._m-xxl-auto_1n9hz_3728{margin:auto!important}._mx-xxl-0_1n9hz_3731{margin-right:0!important;margin-left:0!important}._mx-xxl-1_1n9hz_3735{margin-right:.25rem!important;margin-left:.25rem!important}._mx-xxl-2_1n9hz_3739{margin-right:.5rem!important;margin-left:.5rem!important}._mx-xxl-3_1n9hz_3743{margin-right:1rem!important;margin-left:1rem!important}._mx-xxl-4_1n9hz_3747{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-xxl-5_1n9hz_3751{margin-right:3rem!important;margin-left:3rem!important}._mx-xxl-auto_1n9hz_3755{margin-right:auto!important;margin-left:auto!important}._my-xxl-0_1n9hz_3759{margin-top:0!important;margin-bottom:0!important}._my-xxl-1_1n9hz_3763{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-xxl-2_1n9hz_3767{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-xxl-3_1n9hz_3771{margin-top:1rem!important;margin-bottom:1rem!important}._my-xxl-4_1n9hz_3775{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-xxl-5_1n9hz_3779{margin-top:3rem!important;margin-bottom:3rem!important}._my-xxl-auto_1n9hz_3783{margin-top:auto!important;margin-bottom:auto!important}._mt-xxl-0_1n9hz_3787{margin-top:0!important}._mt-xxl-1_1n9hz_3790{margin-top:.25rem!important}._mt-xxl-2_1n9hz_3793{margin-top:.5rem!important}._mt-xxl-3_1n9hz_3796{margin-top:1rem!important}._mt-xxl-4_1n9hz_3799{margin-top:1.5rem!important}._mt-xxl-5_1n9hz_3802{margin-top:3rem!important}._mt-xxl-auto_1n9hz_3805{margin-top:auto!important}._me-xxl-0_1n9hz_3808{margin-right:0!important}._me-xxl-1_1n9hz_3811{margin-right:.25rem!important}._me-xxl-2_1n9hz_3814{margin-right:.5rem!important}._me-xxl-3_1n9hz_3817{margin-right:1rem!important}._me-xxl-4_1n9hz_3820{margin-right:1.5rem!important}._me-xxl-5_1n9hz_3823{margin-right:3rem!important}._me-xxl-auto_1n9hz_3826{margin-right:auto!important}._mb-xxl-0_1n9hz_3829{margin-bottom:0!important}._mb-xxl-1_1n9hz_3832{margin-bottom:.25rem!important}._mb-xxl-2_1n9hz_3835{margin-bottom:.5rem!important}._mb-xxl-3_1n9hz_3838{margin-bottom:1rem!important}._mb-xxl-4_1n9hz_3841{margin-bottom:1.5rem!important}._mb-xxl-5_1n9hz_3844{margin-bottom:3rem!important}._mb-xxl-auto_1n9hz_3847{margin-bottom:auto!important}._ms-xxl-0_1n9hz_3850{margin-left:0!important}._ms-xxl-1_1n9hz_3853{margin-left:.25rem!important}._ms-xxl-2_1n9hz_3856{margin-left:.5rem!important}._ms-xxl-3_1n9hz_3859{margin-left:1rem!important}._ms-xxl-4_1n9hz_3862{margin-left:1.5rem!important}._ms-xxl-5_1n9hz_3865{margin-left:3rem!important}._ms-xxl-auto_1n9hz_3868{margin-left:auto!important}._p-xxl-0_1n9hz_3871{padding:0!important}._p-xxl-1_1n9hz_3874{padding:.25rem!important}._p-xxl-2_1n9hz_3877{padding:.5rem!important}._p-xxl-3_1n9hz_3880{padding:1rem!important}._p-xxl-4_1n9hz_3883{padding:1.5rem!important}._p-xxl-5_1n9hz_3886{padding:3rem!important}._px-xxl-0_1n9hz_3889{padding-right:0!important;padding-left:0!important}._px-xxl-1_1n9hz_3893{padding-right:.25rem!important;padding-left:.25rem!important}._px-xxl-2_1n9hz_3897{padding-right:.5rem!important;padding-left:.5rem!important}._px-xxl-3_1n9hz_3901{padding-right:1rem!important;padding-left:1rem!important}._px-xxl-4_1n9hz_3905{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-xxl-5_1n9hz_3909{padding-right:3rem!important;padding-left:3rem!important}._py-xxl-0_1n9hz_3913{padding-top:0!important;padding-bottom:0!important}._py-xxl-1_1n9hz_3917{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-xxl-2_1n9hz_3921{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-xxl-3_1n9hz_3925{padding-top:1rem!important;padding-bottom:1rem!important}._py-xxl-4_1n9hz_3929{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-xxl-5_1n9hz_3933{padding-top:3rem!important;padding-bottom:3rem!important}._pt-xxl-0_1n9hz_3937{padding-top:0!important}._pt-xxl-1_1n9hz_3940{padding-top:.25rem!important}._pt-xxl-2_1n9hz_3943{padding-top:.5rem!important}._pt-xxl-3_1n9hz_3946{padding-top:1rem!important}._pt-xxl-4_1n9hz_3949{padding-top:1.5rem!important}._pt-xxl-5_1n9hz_3952{padding-top:3rem!important}._pe-xxl-0_1n9hz_3955{padding-right:0!important}._pe-xxl-1_1n9hz_3958{padding-right:.25rem!important}._pe-xxl-2_1n9hz_3961{padding-right:.5rem!important}._pe-xxl-3_1n9hz_3964{padding-right:1rem!important}._pe-xxl-4_1n9hz_3967{padding-right:1.5rem!important}._pe-xxl-5_1n9hz_3970{padding-right:3rem!important}._pb-xxl-0_1n9hz_3973{padding-bottom:0!important}._pb-xxl-1_1n9hz_3976{padding-bottom:.25rem!important}._pb-xxl-2_1n9hz_3979{padding-bottom:.5rem!important}._pb-xxl-3_1n9hz_3982{padding-bottom:1rem!important}._pb-xxl-4_1n9hz_3985{padding-bottom:1.5rem!important}._pb-xxl-5_1n9hz_3988{padding-bottom:3rem!important}._ps-xxl-0_1n9hz_3991{padding-left:0!important}._ps-xxl-1_1n9hz_3994{padding-left:.25rem!important}._ps-xxl-2_1n9hz_3997{padding-left:.5rem!important}._ps-xxl-3_1n9hz_4000{padding-left:1rem!important}._ps-xxl-4_1n9hz_4003{padding-left:1.5rem!important}._ps-xxl-5_1n9hz_4006{padding-left:3rem!important}._text-xxl-start_1n9hz_4009{text-align:left!important}._text-xxl-end_1n9hz_4012{text-align:right!important}._text-xxl-center_1n9hz_4015{text-align:center!important}}@media (min-width: 1200px){._fs-1_1n9hz_1169{font-size:2.5rem!important}._fs-2_1n9hz_1173{font-size:2rem!important}._fs-3_1n9hz_1177{font-size:1.75rem!important}._fs-4_1n9hz_1181{font-size:1.5rem!important}}@media print{._d-print-inline_1n9hz_4034{display:inline!important}._d-print-inline-block_1n9hz_4037{display:inline-block!important}._d-print-block_1n9hz_4040{display:block!important}._d-print-grid_1n9hz_4043{display:grid!important}._d-print-table_1n9hz_4046{display:table!important}._d-print-table-row_1n9hz_4049{display:table-row!important}._d-print-table-cell_1n9hz_4052{display:table-cell!important}._d-print-flex_1n9hz_4055{display:flex!important}._d-print-inline-flex_1n9hz_4058{display:inline-flex!important}._d-print-none_1n9hz_4061{display:none!important}}._notification_container_1n9hz_4065{display:flex;padding:16px;cursor:pointer}._notification_container_1n9hz_4065:not(:last-child){border-bottom:1px solid var(--light-gray)}._notification_container_1n9hz_4065:hover{background-color:#e9ebec4a}._notification_container_1n9hz_4065 ._site_logo_1n9hz_4076{width:64px;height:64px;border-radius:var(--image-corner-roundness)}._notification_container_1n9hz_4065 ._divider_1n9hz_4081{margin-left:8px;margin-right:8px;border-right:4px solid;border-radius:8px;border-color:transparent}._notification_container_1n9hz_4065 ._divider_1n9hz_4081._info_1n9hz_4088{border-color:var(--toastify-color-info)}._notification_container_1n9hz_4065 ._divider_1n9hz_4081._warning_1n9hz_4091{border-color:var(--toastify-color-warning)}._notification_container_1n9hz_4065 ._divider_1n9hz_4081._error_1n9hz_4094{border-color:var(--toastify-color-error)}._notification_container_1n9hz_4065 ._title_1n9hz_4097{line-height:1.2em;font-size:16px;font-weight:700;max-height:1.2em;margin-bottom:12px}._notification_container_1n9hz_4065 ._message_1n9hz_4104._short_message_1n9hz_4104{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}._notification_container_1n9hz_4065 ._message_1n9hz_4104 p{margin:0;line-height:1.2em;font-size:14px;font-family:var(--emphasis-font);word-break:break-word}._notification_container_1n9hz_4065 ._message_1n9hz_4104 p a{text-decoration:underline}._notification_container_1n9hz_4065 ._time_1n9hz_4121{margin-top:12px;font-size:14px;color:var(--gray-color);font-family:var(--emphasis-font)}@media (max-width: 767.98px){._notification_container_1n9hz_4065 ._time_1n9hz_4121{font-size:12px}}._notification_container_1n9hz_4065 ._unread_icon_1n9hz_4132{color:var(--accent-color);margin-left:auto}._clearfix_1p3yl_7:after{display:block;clear:both;content:""}._link-primary_1p3yl_13{color:#0d6efd}._link-primary_1p3yl_13:hover,._link-primary_1p3yl_13:focus{color:#0a58ca}._link-secondary_1p3yl_20{color:#6c757d}._link-secondary_1p3yl_20:hover,._link-secondary_1p3yl_20:focus{color:#565e64}._link-success_1p3yl_27{color:#198754}._link-success_1p3yl_27:hover,._link-success_1p3yl_27:focus{color:#146c43}._link-info_1p3yl_34{color:#0dcaf0}._link-info_1p3yl_34:hover,._link-info_1p3yl_34:focus{color:#3dd5f3}._link-warning_1p3yl_41{color:#ffc107}._link-warning_1p3yl_41:hover,._link-warning_1p3yl_41:focus{color:#ffcd39}._link-danger_1p3yl_48{color:#dc3545}._link-danger_1p3yl_48:hover,._link-danger_1p3yl_48:focus{color:#b02a37}._link-light_1p3yl_55{color:#f8f9fa}._link-light_1p3yl_55:hover,._link-light_1p3yl_55:focus{color:#f9fafb}._link-dark_1p3yl_62{color:#212529}._link-dark_1p3yl_62:hover,._link-dark_1p3yl_62:focus{color:#1a1e21}._ratio_1p3yl_69{position:relative;width:100%}._ratio_1p3yl_69:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}._ratio_1p3yl_69>*{position:absolute;top:0;left:0;width:100%;height:100%}._ratio-1x1_1p3yl_86{--bs-aspect-ratio: 100%}._ratio-4x3_1p3yl_90{--bs-aspect-ratio: 75%}._ratio-16x9_1p3yl_94{--bs-aspect-ratio: 56.25%}._ratio-21x9_1p3yl_98{--bs-aspect-ratio: 42.8571428571%}._fixed-top_1p3yl_102{position:fixed;top:0;right:0;left:0;z-index:1030}._fixed-bottom_1p3yl_110{position:fixed;right:0;bottom:0;left:0;z-index:1030}._sticky-top_1p3yl_118{position:sticky;top:0;z-index:1020}@media (min-width: 576px){._sticky-sm-top_1p3yl_125{position:sticky;top:0;z-index:1020}}@media (min-width: 768px){._sticky-md-top_1p3yl_132{position:sticky;top:0;z-index:1020}}@media (min-width: 992px){._sticky-lg-top_1p3yl_139{position:sticky;top:0;z-index:1020}}@media (min-width: 1200px){._sticky-xl-top_1p3yl_146{position:sticky;top:0;z-index:1020}}@media (min-width: 1400px){._sticky-xxl-top_1p3yl_153{position:sticky;top:0;z-index:1020}}._hstack_1p3yl_159{display:flex;flex-direction:row;align-items:center;align-self:stretch}._vstack_1p3yl_166{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}._visually-hidden_1p3yl_173,._visually-hidden-focusable_1p3yl_174: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_1p3yl_186:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}._text-truncate_1p3yl_196{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._vr_1p3yl_202{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}._align-baseline_1p3yl_211{vertical-align:baseline!important}._align-top_1p3yl_215{vertical-align:top!important}._align-middle_1p3yl_219{vertical-align:middle!important}._align-bottom_1p3yl_223{vertical-align:bottom!important}._align-text-bottom_1p3yl_227{vertical-align:text-bottom!important}._align-text-top_1p3yl_231{vertical-align:text-top!important}._float-start_1p3yl_235{float:left!important}._float-end_1p3yl_239{float:right!important}._float-none_1p3yl_243{float:none!important}._opacity-0_1p3yl_247{opacity:0!important}._opacity-25_1p3yl_251{opacity:.25!important}._opacity-50_1p3yl_255{opacity:.5!important}._opacity-75_1p3yl_259{opacity:.75!important}._opacity-100_1p3yl_263{opacity:1!important}._overflow-auto_1p3yl_267{overflow:auto!important}._overflow-hidden_1p3yl_271{overflow:hidden!important}._overflow-visible_1p3yl_275{overflow:visible!important}._overflow-scroll_1p3yl_279{overflow:scroll!important}._d-inline_1p3yl_283{display:inline!important}._d-inline-block_1p3yl_287{display:inline-block!important}._d-block_1p3yl_291{display:block!important}._d-grid_1p3yl_295{display:grid!important}._d-table_1p3yl_299{display:table!important}._d-table-row_1p3yl_303{display:table-row!important}._d-table-cell_1p3yl_307{display:table-cell!important}._d-flex_1p3yl_311{display:flex!important}._d-inline-flex_1p3yl_315{display:inline-flex!important}._d-none_1p3yl_319{display:none!important}._shadow_1p3yl_323{box-shadow:0 .5rem 1rem #00000026!important}._shadow-sm_1p3yl_327{box-shadow:0 .125rem .25rem #00000013!important}._shadow-lg_1p3yl_331{box-shadow:0 1rem 3rem #0000002d!important}._shadow-none_1p3yl_335{box-shadow:none!important}._position-static_1p3yl_339{position:static!important}._position-relative_1p3yl_343{position:relative!important}._position-absolute_1p3yl_347{position:absolute!important}._position-fixed_1p3yl_351{position:fixed!important}._position-sticky_1p3yl_355{position:sticky!important}._top-0_1p3yl_359{top:0!important}._top-50_1p3yl_363{top:50%!important}._top-100_1p3yl_367{top:100%!important}._bottom-0_1p3yl_371{bottom:0!important}._bottom-50_1p3yl_375{bottom:50%!important}._bottom-100_1p3yl_379{bottom:100%!important}._start-0_1p3yl_383{left:0!important}._start-50_1p3yl_387{left:50%!important}._start-100_1p3yl_391{left:100%!important}._end-0_1p3yl_395{right:0!important}._end-50_1p3yl_399{right:50%!important}._end-100_1p3yl_403{right:100%!important}._translate-middle_1p3yl_407{transform:translate(-50%,-50%)!important}._translate-middle-x_1p3yl_411{transform:translate(-50%)!important}._translate-middle-y_1p3yl_415{transform:translateY(-50%)!important}._border_1p3yl_419{border:1px solid #dee2e6!important}._border-0_1p3yl_423{border:0!important}._border-top_1p3yl_427{border-top:1px solid #dee2e6!important}._border-top-0_1p3yl_431{border-top:0!important}._border-end_1p3yl_435{border-right:1px solid #dee2e6!important}._border-end-0_1p3yl_439{border-right:0!important}._border-bottom_1p3yl_443{border-bottom:1px solid #dee2e6!important}._border-bottom-0_1p3yl_447{border-bottom:0!important}._border-start_1p3yl_451{border-left:1px solid #dee2e6!important}._border-start-0_1p3yl_455{border-left:0!important}._border-primary_1p3yl_459{border-color:#0d6efd!important}._border-secondary_1p3yl_463{border-color:#6c757d!important}._border-success_1p3yl_467{border-color:#198754!important}._border-info_1p3yl_471{border-color:#0dcaf0!important}._border-warning_1p3yl_475{border-color:#ffc107!important}._border-danger_1p3yl_479{border-color:#dc3545!important}._border-light_1p3yl_483{border-color:#f8f9fa!important}._border-dark_1p3yl_487{border-color:#212529!important}._border-white_1p3yl_491{border-color:#fff!important}._border-1_1p3yl_495{border-width:1px!important}._border-2_1p3yl_499{border-width:2px!important}._border-3_1p3yl_503{border-width:3px!important}._border-4_1p3yl_507{border-width:4px!important}._border-5_1p3yl_511{border-width:5px!important}._w-25_1p3yl_515{width:25%!important}._w-50_1p3yl_519{width:50%!important}._w-75_1p3yl_523{width:75%!important}._w-100_1p3yl_527{width:100%!important}._w-auto_1p3yl_531{width:auto!important}._mw-100_1p3yl_535{max-width:100%!important}._vw-100_1p3yl_539{width:100vw!important}._min-vw-100_1p3yl_543{min-width:100vw!important}._h-25_1p3yl_547{height:25%!important}._h-50_1p3yl_551{height:50%!important}._h-75_1p3yl_555{height:75%!important}._h-100_1p3yl_559{height:100%!important}._h-auto_1p3yl_563{height:auto!important}._mh-100_1p3yl_567{max-height:100%!important}._vh-100_1p3yl_571{height:100vh!important}._min-vh-100_1p3yl_575{min-height:100vh!important}._flex-fill_1p3yl_579{flex:1 1 auto!important}._flex-row_1p3yl_583{flex-direction:row!important}._flex-column_1p3yl_587{flex-direction:column!important}._flex-row-reverse_1p3yl_591{flex-direction:row-reverse!important}._flex-column-reverse_1p3yl_595{flex-direction:column-reverse!important}._flex-grow-0_1p3yl_599{flex-grow:0!important}._flex-grow-1_1p3yl_603{flex-grow:1!important}._flex-shrink-0_1p3yl_607{flex-shrink:0!important}._flex-shrink-1_1p3yl_611{flex-shrink:1!important}._flex-wrap_1p3yl_615{flex-wrap:wrap!important}._flex-nowrap_1p3yl_619{flex-wrap:nowrap!important}._flex-wrap-reverse_1p3yl_623{flex-wrap:wrap-reverse!important}._gap-0_1p3yl_627{gap:0!important}._gap-1_1p3yl_631{gap:.25rem!important}._gap-2_1p3yl_635{gap:.5rem!important}._gap-3_1p3yl_639{gap:1rem!important}._gap-4_1p3yl_643{gap:1.5rem!important}._gap-5_1p3yl_647{gap:3rem!important}._justify-content-start_1p3yl_651{justify-content:flex-start!important}._justify-content-end_1p3yl_655{justify-content:flex-end!important}._justify-content-center_1p3yl_659{justify-content:center!important}._justify-content-between_1p3yl_663{justify-content:space-between!important}._justify-content-around_1p3yl_667{justify-content:space-around!important}._justify-content-evenly_1p3yl_671{justify-content:space-evenly!important}._align-items-start_1p3yl_675{align-items:flex-start!important}._align-items-end_1p3yl_679{align-items:flex-end!important}._align-items-center_1p3yl_683{align-items:center!important}._align-items-baseline_1p3yl_687{align-items:baseline!important}._align-items-stretch_1p3yl_691{align-items:stretch!important}._align-content-start_1p3yl_695{align-content:flex-start!important}._align-content-end_1p3yl_699{align-content:flex-end!important}._align-content-center_1p3yl_703{align-content:center!important}._align-content-between_1p3yl_707{align-content:space-between!important}._align-content-around_1p3yl_711{align-content:space-around!important}._align-content-stretch_1p3yl_715{align-content:stretch!important}._align-self-auto_1p3yl_719{align-self:auto!important}._align-self-start_1p3yl_723{align-self:flex-start!important}._align-self-end_1p3yl_727{align-self:flex-end!important}._align-self-center_1p3yl_731{align-self:center!important}._align-self-baseline_1p3yl_735{align-self:baseline!important}._align-self-stretch_1p3yl_739{align-self:stretch!important}._order-first_1p3yl_743{order:-1!important}._order-0_1p3yl_747{order:0!important}._order-1_1p3yl_751{order:1!important}._order-2_1p3yl_755{order:2!important}._order-3_1p3yl_759{order:3!important}._order-4_1p3yl_763{order:4!important}._order-5_1p3yl_767{order:5!important}._order-last_1p3yl_771{order:6!important}._m-0_1p3yl_775{margin:0!important}._m-1_1p3yl_779{margin:.25rem!important}._m-2_1p3yl_783{margin:.5rem!important}._m-3_1p3yl_787{margin:1rem!important}._m-4_1p3yl_791{margin:1.5rem!important}._m-5_1p3yl_795{margin:3rem!important}._m-auto_1p3yl_799{margin:auto!important}._mx-0_1p3yl_803{margin-right:0!important;margin-left:0!important}._mx-1_1p3yl_808{margin-right:.25rem!important;margin-left:.25rem!important}._mx-2_1p3yl_813{margin-right:.5rem!important;margin-left:.5rem!important}._mx-3_1p3yl_818{margin-right:1rem!important;margin-left:1rem!important}._mx-4_1p3yl_823{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-5_1p3yl_828{margin-right:3rem!important;margin-left:3rem!important}._mx-auto_1p3yl_833{margin-right:auto!important;margin-left:auto!important}._my-0_1p3yl_838{margin-top:0!important;margin-bottom:0!important}._my-1_1p3yl_843{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-2_1p3yl_848{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-3_1p3yl_853{margin-top:1rem!important;margin-bottom:1rem!important}._my-4_1p3yl_858{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-5_1p3yl_863{margin-top:3rem!important;margin-bottom:3rem!important}._my-auto_1p3yl_868{margin-top:auto!important;margin-bottom:auto!important}._mt-0_1p3yl_873{margin-top:0!important}._mt-1_1p3yl_877{margin-top:.25rem!important}._mt-2_1p3yl_881{margin-top:.5rem!important}._mt-3_1p3yl_885{margin-top:1rem!important}._mt-4_1p3yl_889{margin-top:1.5rem!important}._mt-5_1p3yl_893{margin-top:3rem!important}._mt-auto_1p3yl_897{margin-top:auto!important}._me-0_1p3yl_901{margin-right:0!important}._me-1_1p3yl_905{margin-right:.25rem!important}._me-2_1p3yl_909{margin-right:.5rem!important}._me-3_1p3yl_913{margin-right:1rem!important}._me-4_1p3yl_917{margin-right:1.5rem!important}._me-5_1p3yl_921{margin-right:3rem!important}._me-auto_1p3yl_925{margin-right:auto!important}._mb-0_1p3yl_929{margin-bottom:0!important}._mb-1_1p3yl_933{margin-bottom:.25rem!important}._mb-2_1p3yl_937{margin-bottom:.5rem!important}._mb-3_1p3yl_941{margin-bottom:1rem!important}._mb-4_1p3yl_945{margin-bottom:1.5rem!important}._mb-5_1p3yl_949{margin-bottom:3rem!important}._mb-auto_1p3yl_953{margin-bottom:auto!important}._ms-0_1p3yl_957{margin-left:0!important}._ms-1_1p3yl_961{margin-left:.25rem!important}._ms-2_1p3yl_965{margin-left:.5rem!important}._ms-3_1p3yl_969{margin-left:1rem!important}._ms-4_1p3yl_973{margin-left:1.5rem!important}._ms-5_1p3yl_977{margin-left:3rem!important}._ms-auto_1p3yl_981{margin-left:auto!important}._p-0_1p3yl_985{padding:0!important}._p-1_1p3yl_989{padding:.25rem!important}._p-2_1p3yl_993{padding:.5rem!important}._p-3_1p3yl_997{padding:1rem!important}._p-4_1p3yl_1001{padding:1.5rem!important}._p-5_1p3yl_1005{padding:3rem!important}._px-0_1p3yl_1009{padding-right:0!important;padding-left:0!important}._px-1_1p3yl_1014{padding-right:.25rem!important;padding-left:.25rem!important}._px-2_1p3yl_1019{padding-right:.5rem!important;padding-left:.5rem!important}._px-3_1p3yl_1024{padding-right:1rem!important;padding-left:1rem!important}._px-4_1p3yl_1029{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-5_1p3yl_1034{padding-right:3rem!important;padding-left:3rem!important}._py-0_1p3yl_1039{padding-top:0!important;padding-bottom:0!important}._py-1_1p3yl_1044{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-2_1p3yl_1049{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-3_1p3yl_1054{padding-top:1rem!important;padding-bottom:1rem!important}._py-4_1p3yl_1059{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-5_1p3yl_1064{padding-top:3rem!important;padding-bottom:3rem!important}._pt-0_1p3yl_1069{padding-top:0!important}._pt-1_1p3yl_1073{padding-top:.25rem!important}._pt-2_1p3yl_1077{padding-top:.5rem!important}._pt-3_1p3yl_1081{padding-top:1rem!important}._pt-4_1p3yl_1085{padding-top:1.5rem!important}._pt-5_1p3yl_1089{padding-top:3rem!important}._pe-0_1p3yl_1093{padding-right:0!important}._pe-1_1p3yl_1097{padding-right:.25rem!important}._pe-2_1p3yl_1101{padding-right:.5rem!important}._pe-3_1p3yl_1105{padding-right:1rem!important}._pe-4_1p3yl_1109{padding-right:1.5rem!important}._pe-5_1p3yl_1113{padding-right:3rem!important}._pb-0_1p3yl_1117{padding-bottom:0!important}._pb-1_1p3yl_1121{padding-bottom:.25rem!important}._pb-2_1p3yl_1125{padding-bottom:.5rem!important}._pb-3_1p3yl_1129{padding-bottom:1rem!important}._pb-4_1p3yl_1133{padding-bottom:1.5rem!important}._pb-5_1p3yl_1137{padding-bottom:3rem!important}._ps-0_1p3yl_1141{padding-left:0!important}._ps-1_1p3yl_1145{padding-left:.25rem!important}._ps-2_1p3yl_1149{padding-left:.5rem!important}._ps-3_1p3yl_1153{padding-left:1rem!important}._ps-4_1p3yl_1157{padding-left:1.5rem!important}._ps-5_1p3yl_1161{padding-left:3rem!important}._font-monospace_1p3yl_1165{font-family:var(--bs-font-monospace)!important}._fs-1_1p3yl_1169{font-size:calc(1.375rem + 1.5vw)!important}._fs-2_1p3yl_1173{font-size:calc(1.325rem + .9vw)!important}._fs-3_1p3yl_1177{font-size:calc(1.3rem + .6vw)!important}._fs-4_1p3yl_1181{font-size:calc(1.275rem + .3vw)!important}._fs-5_1p3yl_1185{font-size:1.25rem!important}._fs-6_1p3yl_1189{font-size:1rem!important}._fst-italic_1p3yl_1193{font-style:italic!important}._fst-normal_1p3yl_1197{font-style:normal!important}._fw-light_1p3yl_1201{font-weight:300!important}._fw-lighter_1p3yl_1205{font-weight:lighter!important}._fw-normal_1p3yl_1209{font-weight:400!important}._fw-bold_1p3yl_1213{font-weight:700!important}._fw-bolder_1p3yl_1217{font-weight:bolder!important}._lh-1_1p3yl_1221{line-height:1!important}._lh-sm_1p3yl_1225{line-height:1.25!important}._lh-base_1p3yl_1229{line-height:1.5!important}._lh-lg_1p3yl_1233{line-height:2!important}._text-start_1p3yl_1237{text-align:left!important}._text-end_1p3yl_1241{text-align:right!important}._text-center_1p3yl_1245{text-align:center!important}._text-decoration-none_1p3yl_1249{text-decoration:none!important}._text-decoration-underline_1p3yl_1253{text-decoration:underline!important}._text-decoration-line-through_1p3yl_1257{text-decoration:line-through!important}._text-lowercase_1p3yl_1261{text-transform:lowercase!important}._text-uppercase_1p3yl_1265{text-transform:uppercase!important}._text-capitalize_1p3yl_1269{text-transform:capitalize!important}._text-wrap_1p3yl_1273{white-space:normal!important}._text-nowrap_1p3yl_1277{white-space:nowrap!important}._text-break_1p3yl_1282{word-wrap:break-word!important;word-break:break-word!important}._text-primary_1p3yl_1288{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}._text-secondary_1p3yl_1293{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}._text-success_1p3yl_1298{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}._text-info_1p3yl_1303{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}._text-warning_1p3yl_1308{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}._text-danger_1p3yl_1313{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}._text-light_1p3yl_1318{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}._text-dark_1p3yl_1323{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}._text-black_1p3yl_1328{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}._text-white_1p3yl_1333{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}._text-body_1p3yl_1338{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}._text-muted_1p3yl_1343{--bs-text-opacity: 1;color:#6c757d!important}._text-black-50_1p3yl_1348{--bs-text-opacity: 1;color:#00000080!important}._text-white-50_1p3yl_1353{--bs-text-opacity: 1;color:#ffffff80!important}._text-reset_1p3yl_1358{--bs-text-opacity: 1;color:inherit!important}._text-opacity-25_1p3yl_1363{--bs-text-opacity: .25}._text-opacity-50_1p3yl_1367{--bs-text-opacity: .5}._text-opacity-75_1p3yl_1371{--bs-text-opacity: .75}._text-opacity-100_1p3yl_1375{--bs-text-opacity: 1}._bg-primary_1p3yl_1379{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}._bg-secondary_1p3yl_1384{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}._bg-success_1p3yl_1389{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}._bg-info_1p3yl_1394{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}._bg-warning_1p3yl_1399{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}._bg-danger_1p3yl_1404{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}._bg-light_1p3yl_1409{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}._bg-dark_1p3yl_1414{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}._bg-black_1p3yl_1419{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}._bg-white_1p3yl_1424{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}._bg-body_1p3yl_1429{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}._bg-transparent_1p3yl_1434{--bs-bg-opacity: 1;background-color:transparent!important}._bg-opacity-10_1p3yl_1439{--bs-bg-opacity: .1}._bg-opacity-25_1p3yl_1443{--bs-bg-opacity: .25}._bg-opacity-50_1p3yl_1447{--bs-bg-opacity: .5}._bg-opacity-75_1p3yl_1451{--bs-bg-opacity: .75}._bg-opacity-100_1p3yl_1455{--bs-bg-opacity: 1}._bg-gradient_1p3yl_1459{background-image:var(--bs-gradient)!important}._user-select-all_1p3yl_1463{-webkit-user-select:all!important;user-select:all!important}._user-select-auto_1p3yl_1467{-webkit-user-select:auto!important;user-select:auto!important}._user-select-none_1p3yl_1471{-webkit-user-select:none!important;user-select:none!important}._pe-none_1p3yl_1475{pointer-events:none!important}._pe-auto_1p3yl_1479{pointer-events:auto!important}._rounded_1p3yl_1483{border-radius:.25rem!important}._rounded-0_1p3yl_1487{border-radius:0!important}._rounded-1_1p3yl_1491{border-radius:.2rem!important}._rounded-2_1p3yl_1495{border-radius:.25rem!important}._rounded-3_1p3yl_1499{border-radius:.3rem!important}._rounded-circle_1p3yl_1503{border-radius:50%!important}._rounded-pill_1p3yl_1507{border-radius:50rem!important}._rounded-top_1p3yl_1511{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}._rounded-end_1p3yl_1516{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}._rounded-bottom_1p3yl_1521{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}._rounded-start_1p3yl_1526{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}._visible_1p3yl_1531{visibility:visible!important}._invisible_1p3yl_1535{visibility:hidden!important}@media (min-width: 576px){._float-sm-start_1p3yl_1540{float:left!important}._float-sm-end_1p3yl_1543{float:right!important}._float-sm-none_1p3yl_1546{float:none!important}._d-sm-inline_1p3yl_1549{display:inline!important}._d-sm-inline-block_1p3yl_1552{display:inline-block!important}._d-sm-block_1p3yl_1555{display:block!important}._d-sm-grid_1p3yl_1558{display:grid!important}._d-sm-table_1p3yl_1561{display:table!important}._d-sm-table-row_1p3yl_1564{display:table-row!important}._d-sm-table-cell_1p3yl_1567{display:table-cell!important}._d-sm-flex_1p3yl_1570{display:flex!important}._d-sm-inline-flex_1p3yl_1573{display:inline-flex!important}._d-sm-none_1p3yl_1576{display:none!important}._flex-sm-fill_1p3yl_1579{flex:1 1 auto!important}._flex-sm-row_1p3yl_1582{flex-direction:row!important}._flex-sm-column_1p3yl_1585{flex-direction:column!important}._flex-sm-row-reverse_1p3yl_1588{flex-direction:row-reverse!important}._flex-sm-column-reverse_1p3yl_1591{flex-direction:column-reverse!important}._flex-sm-grow-0_1p3yl_1594{flex-grow:0!important}._flex-sm-grow-1_1p3yl_1597{flex-grow:1!important}._flex-sm-shrink-0_1p3yl_1600{flex-shrink:0!important}._flex-sm-shrink-1_1p3yl_1603{flex-shrink:1!important}._flex-sm-wrap_1p3yl_1606{flex-wrap:wrap!important}._flex-sm-nowrap_1p3yl_1609{flex-wrap:nowrap!important}._flex-sm-wrap-reverse_1p3yl_1612{flex-wrap:wrap-reverse!important}._gap-sm-0_1p3yl_1615{gap:0!important}._gap-sm-1_1p3yl_1618{gap:.25rem!important}._gap-sm-2_1p3yl_1621{gap:.5rem!important}._gap-sm-3_1p3yl_1624{gap:1rem!important}._gap-sm-4_1p3yl_1627{gap:1.5rem!important}._gap-sm-5_1p3yl_1630{gap:3rem!important}._justify-content-sm-start_1p3yl_1633{justify-content:flex-start!important}._justify-content-sm-end_1p3yl_1636{justify-content:flex-end!important}._justify-content-sm-center_1p3yl_1639{justify-content:center!important}._justify-content-sm-between_1p3yl_1642{justify-content:space-between!important}._justify-content-sm-around_1p3yl_1645{justify-content:space-around!important}._justify-content-sm-evenly_1p3yl_1648{justify-content:space-evenly!important}._align-items-sm-start_1p3yl_1651{align-items:flex-start!important}._align-items-sm-end_1p3yl_1654{align-items:flex-end!important}._align-items-sm-center_1p3yl_1657{align-items:center!important}._align-items-sm-baseline_1p3yl_1660{align-items:baseline!important}._align-items-sm-stretch_1p3yl_1663{align-items:stretch!important}._align-content-sm-start_1p3yl_1666{align-content:flex-start!important}._align-content-sm-end_1p3yl_1669{align-content:flex-end!important}._align-content-sm-center_1p3yl_1672{align-content:center!important}._align-content-sm-between_1p3yl_1675{align-content:space-between!important}._align-content-sm-around_1p3yl_1678{align-content:space-around!important}._align-content-sm-stretch_1p3yl_1681{align-content:stretch!important}._align-self-sm-auto_1p3yl_1684{align-self:auto!important}._align-self-sm-start_1p3yl_1687{align-self:flex-start!important}._align-self-sm-end_1p3yl_1690{align-self:flex-end!important}._align-self-sm-center_1p3yl_1693{align-self:center!important}._align-self-sm-baseline_1p3yl_1696{align-self:baseline!important}._align-self-sm-stretch_1p3yl_1699{align-self:stretch!important}._order-sm-first_1p3yl_1702{order:-1!important}._order-sm-0_1p3yl_1705{order:0!important}._order-sm-1_1p3yl_1708{order:1!important}._order-sm-2_1p3yl_1711{order:2!important}._order-sm-3_1p3yl_1714{order:3!important}._order-sm-4_1p3yl_1717{order:4!important}._order-sm-5_1p3yl_1720{order:5!important}._order-sm-last_1p3yl_1723{order:6!important}._m-sm-0_1p3yl_1726{margin:0!important}._m-sm-1_1p3yl_1729{margin:.25rem!important}._m-sm-2_1p3yl_1732{margin:.5rem!important}._m-sm-3_1p3yl_1735{margin:1rem!important}._m-sm-4_1p3yl_1738{margin:1.5rem!important}._m-sm-5_1p3yl_1741{margin:3rem!important}._m-sm-auto_1p3yl_1744{margin:auto!important}._mx-sm-0_1p3yl_1747{margin-right:0!important;margin-left:0!important}._mx-sm-1_1p3yl_1751{margin-right:.25rem!important;margin-left:.25rem!important}._mx-sm-2_1p3yl_1755{margin-right:.5rem!important;margin-left:.5rem!important}._mx-sm-3_1p3yl_1759{margin-right:1rem!important;margin-left:1rem!important}._mx-sm-4_1p3yl_1763{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-sm-5_1p3yl_1767{margin-right:3rem!important;margin-left:3rem!important}._mx-sm-auto_1p3yl_1771{margin-right:auto!important;margin-left:auto!important}._my-sm-0_1p3yl_1775{margin-top:0!important;margin-bottom:0!important}._my-sm-1_1p3yl_1779{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-sm-2_1p3yl_1783{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-sm-3_1p3yl_1787{margin-top:1rem!important;margin-bottom:1rem!important}._my-sm-4_1p3yl_1791{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-sm-5_1p3yl_1795{margin-top:3rem!important;margin-bottom:3rem!important}._my-sm-auto_1p3yl_1799{margin-top:auto!important;margin-bottom:auto!important}._mt-sm-0_1p3yl_1803{margin-top:0!important}._mt-sm-1_1p3yl_1806{margin-top:.25rem!important}._mt-sm-2_1p3yl_1809{margin-top:.5rem!important}._mt-sm-3_1p3yl_1812{margin-top:1rem!important}._mt-sm-4_1p3yl_1815{margin-top:1.5rem!important}._mt-sm-5_1p3yl_1818{margin-top:3rem!important}._mt-sm-auto_1p3yl_1821{margin-top:auto!important}._me-sm-0_1p3yl_1824{margin-right:0!important}._me-sm-1_1p3yl_1827{margin-right:.25rem!important}._me-sm-2_1p3yl_1830{margin-right:.5rem!important}._me-sm-3_1p3yl_1833{margin-right:1rem!important}._me-sm-4_1p3yl_1836{margin-right:1.5rem!important}._me-sm-5_1p3yl_1839{margin-right:3rem!important}._me-sm-auto_1p3yl_1842{margin-right:auto!important}._mb-sm-0_1p3yl_1845{margin-bottom:0!important}._mb-sm-1_1p3yl_1848{margin-bottom:.25rem!important}._mb-sm-2_1p3yl_1851{margin-bottom:.5rem!important}._mb-sm-3_1p3yl_1854{margin-bottom:1rem!important}._mb-sm-4_1p3yl_1857{margin-bottom:1.5rem!important}._mb-sm-5_1p3yl_1860{margin-bottom:3rem!important}._mb-sm-auto_1p3yl_1863{margin-bottom:auto!important}._ms-sm-0_1p3yl_1866{margin-left:0!important}._ms-sm-1_1p3yl_1869{margin-left:.25rem!important}._ms-sm-2_1p3yl_1872{margin-left:.5rem!important}._ms-sm-3_1p3yl_1875{margin-left:1rem!important}._ms-sm-4_1p3yl_1878{margin-left:1.5rem!important}._ms-sm-5_1p3yl_1881{margin-left:3rem!important}._ms-sm-auto_1p3yl_1884{margin-left:auto!important}._p-sm-0_1p3yl_1887{padding:0!important}._p-sm-1_1p3yl_1890{padding:.25rem!important}._p-sm-2_1p3yl_1893{padding:.5rem!important}._p-sm-3_1p3yl_1896{padding:1rem!important}._p-sm-4_1p3yl_1899{padding:1.5rem!important}._p-sm-5_1p3yl_1902{padding:3rem!important}._px-sm-0_1p3yl_1905{padding-right:0!important;padding-left:0!important}._px-sm-1_1p3yl_1909{padding-right:.25rem!important;padding-left:.25rem!important}._px-sm-2_1p3yl_1913{padding-right:.5rem!important;padding-left:.5rem!important}._px-sm-3_1p3yl_1917{padding-right:1rem!important;padding-left:1rem!important}._px-sm-4_1p3yl_1921{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-sm-5_1p3yl_1925{padding-right:3rem!important;padding-left:3rem!important}._py-sm-0_1p3yl_1929{padding-top:0!important;padding-bottom:0!important}._py-sm-1_1p3yl_1933{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-sm-2_1p3yl_1937{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-sm-3_1p3yl_1941{padding-top:1rem!important;padding-bottom:1rem!important}._py-sm-4_1p3yl_1945{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-sm-5_1p3yl_1949{padding-top:3rem!important;padding-bottom:3rem!important}._pt-sm-0_1p3yl_1953{padding-top:0!important}._pt-sm-1_1p3yl_1956{padding-top:.25rem!important}._pt-sm-2_1p3yl_1959{padding-top:.5rem!important}._pt-sm-3_1p3yl_1962{padding-top:1rem!important}._pt-sm-4_1p3yl_1965{padding-top:1.5rem!important}._pt-sm-5_1p3yl_1968{padding-top:3rem!important}._pe-sm-0_1p3yl_1971{padding-right:0!important}._pe-sm-1_1p3yl_1974{padding-right:.25rem!important}._pe-sm-2_1p3yl_1977{padding-right:.5rem!important}._pe-sm-3_1p3yl_1980{padding-right:1rem!important}._pe-sm-4_1p3yl_1983{padding-right:1.5rem!important}._pe-sm-5_1p3yl_1986{padding-right:3rem!important}._pb-sm-0_1p3yl_1989{padding-bottom:0!important}._pb-sm-1_1p3yl_1992{padding-bottom:.25rem!important}._pb-sm-2_1p3yl_1995{padding-bottom:.5rem!important}._pb-sm-3_1p3yl_1998{padding-bottom:1rem!important}._pb-sm-4_1p3yl_2001{padding-bottom:1.5rem!important}._pb-sm-5_1p3yl_2004{padding-bottom:3rem!important}._ps-sm-0_1p3yl_2007{padding-left:0!important}._ps-sm-1_1p3yl_2010{padding-left:.25rem!important}._ps-sm-2_1p3yl_2013{padding-left:.5rem!important}._ps-sm-3_1p3yl_2016{padding-left:1rem!important}._ps-sm-4_1p3yl_2019{padding-left:1.5rem!important}._ps-sm-5_1p3yl_2022{padding-left:3rem!important}._text-sm-start_1p3yl_2025{text-align:left!important}._text-sm-end_1p3yl_2028{text-align:right!important}._text-sm-center_1p3yl_2031{text-align:center!important}}@media (min-width: 768px){._float-md-start_1p3yl_2036{float:left!important}._float-md-end_1p3yl_2039{float:right!important}._float-md-none_1p3yl_2042{float:none!important}._d-md-inline_1p3yl_2045{display:inline!important}._d-md-inline-block_1p3yl_2048{display:inline-block!important}._d-md-block_1p3yl_2051{display:block!important}._d-md-grid_1p3yl_2054{display:grid!important}._d-md-table_1p3yl_2057{display:table!important}._d-md-table-row_1p3yl_2060{display:table-row!important}._d-md-table-cell_1p3yl_2063{display:table-cell!important}._d-md-flex_1p3yl_2066{display:flex!important}._d-md-inline-flex_1p3yl_2069{display:inline-flex!important}._d-md-none_1p3yl_2072{display:none!important}._flex-md-fill_1p3yl_2075{flex:1 1 auto!important}._flex-md-row_1p3yl_2078{flex-direction:row!important}._flex-md-column_1p3yl_2081{flex-direction:column!important}._flex-md-row-reverse_1p3yl_2084{flex-direction:row-reverse!important}._flex-md-column-reverse_1p3yl_2087{flex-direction:column-reverse!important}._flex-md-grow-0_1p3yl_2090{flex-grow:0!important}._flex-md-grow-1_1p3yl_2093{flex-grow:1!important}._flex-md-shrink-0_1p3yl_2096{flex-shrink:0!important}._flex-md-shrink-1_1p3yl_2099{flex-shrink:1!important}._flex-md-wrap_1p3yl_2102{flex-wrap:wrap!important}._flex-md-nowrap_1p3yl_2105{flex-wrap:nowrap!important}._flex-md-wrap-reverse_1p3yl_2108{flex-wrap:wrap-reverse!important}._gap-md-0_1p3yl_2111{gap:0!important}._gap-md-1_1p3yl_2114{gap:.25rem!important}._gap-md-2_1p3yl_2117{gap:.5rem!important}._gap-md-3_1p3yl_2120{gap:1rem!important}._gap-md-4_1p3yl_2123{gap:1.5rem!important}._gap-md-5_1p3yl_2126{gap:3rem!important}._justify-content-md-start_1p3yl_2129{justify-content:flex-start!important}._justify-content-md-end_1p3yl_2132{justify-content:flex-end!important}._justify-content-md-center_1p3yl_2135{justify-content:center!important}._justify-content-md-between_1p3yl_2138{justify-content:space-between!important}._justify-content-md-around_1p3yl_2141{justify-content:space-around!important}._justify-content-md-evenly_1p3yl_2144{justify-content:space-evenly!important}._align-items-md-start_1p3yl_2147{align-items:flex-start!important}._align-items-md-end_1p3yl_2150{align-items:flex-end!important}._align-items-md-center_1p3yl_2153{align-items:center!important}._align-items-md-baseline_1p3yl_2156{align-items:baseline!important}._align-items-md-stretch_1p3yl_2159{align-items:stretch!important}._align-content-md-start_1p3yl_2162{align-content:flex-start!important}._align-content-md-end_1p3yl_2165{align-content:flex-end!important}._align-content-md-center_1p3yl_2168{align-content:center!important}._align-content-md-between_1p3yl_2171{align-content:space-between!important}._align-content-md-around_1p3yl_2174{align-content:space-around!important}._align-content-md-stretch_1p3yl_2177{align-content:stretch!important}._align-self-md-auto_1p3yl_2180{align-self:auto!important}._align-self-md-start_1p3yl_2183{align-self:flex-start!important}._align-self-md-end_1p3yl_2186{align-self:flex-end!important}._align-self-md-center_1p3yl_2189{align-self:center!important}._align-self-md-baseline_1p3yl_2192{align-self:baseline!important}._align-self-md-stretch_1p3yl_2195{align-self:stretch!important}._order-md-first_1p3yl_2198{order:-1!important}._order-md-0_1p3yl_2201{order:0!important}._order-md-1_1p3yl_2204{order:1!important}._order-md-2_1p3yl_2207{order:2!important}._order-md-3_1p3yl_2210{order:3!important}._order-md-4_1p3yl_2213{order:4!important}._order-md-5_1p3yl_2216{order:5!important}._order-md-last_1p3yl_2219{order:6!important}._m-md-0_1p3yl_2222{margin:0!important}._m-md-1_1p3yl_2225{margin:.25rem!important}._m-md-2_1p3yl_2228{margin:.5rem!important}._m-md-3_1p3yl_2231{margin:1rem!important}._m-md-4_1p3yl_2234{margin:1.5rem!important}._m-md-5_1p3yl_2237{margin:3rem!important}._m-md-auto_1p3yl_2240{margin:auto!important}._mx-md-0_1p3yl_2243{margin-right:0!important;margin-left:0!important}._mx-md-1_1p3yl_2247{margin-right:.25rem!important;margin-left:.25rem!important}._mx-md-2_1p3yl_2251{margin-right:.5rem!important;margin-left:.5rem!important}._mx-md-3_1p3yl_2255{margin-right:1rem!important;margin-left:1rem!important}._mx-md-4_1p3yl_2259{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-md-5_1p3yl_2263{margin-right:3rem!important;margin-left:3rem!important}._mx-md-auto_1p3yl_2267{margin-right:auto!important;margin-left:auto!important}._my-md-0_1p3yl_2271{margin-top:0!important;margin-bottom:0!important}._my-md-1_1p3yl_2275{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-md-2_1p3yl_2279{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-md-3_1p3yl_2283{margin-top:1rem!important;margin-bottom:1rem!important}._my-md-4_1p3yl_2287{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-md-5_1p3yl_2291{margin-top:3rem!important;margin-bottom:3rem!important}._my-md-auto_1p3yl_2295{margin-top:auto!important;margin-bottom:auto!important}._mt-md-0_1p3yl_2299{margin-top:0!important}._mt-md-1_1p3yl_2302{margin-top:.25rem!important}._mt-md-2_1p3yl_2305{margin-top:.5rem!important}._mt-md-3_1p3yl_2308{margin-top:1rem!important}._mt-md-4_1p3yl_2311{margin-top:1.5rem!important}._mt-md-5_1p3yl_2314{margin-top:3rem!important}._mt-md-auto_1p3yl_2317{margin-top:auto!important}._me-md-0_1p3yl_2320{margin-right:0!important}._me-md-1_1p3yl_2323{margin-right:.25rem!important}._me-md-2_1p3yl_2326{margin-right:.5rem!important}._me-md-3_1p3yl_2329{margin-right:1rem!important}._me-md-4_1p3yl_2332{margin-right:1.5rem!important}._me-md-5_1p3yl_2335{margin-right:3rem!important}._me-md-auto_1p3yl_2338{margin-right:auto!important}._mb-md-0_1p3yl_2341{margin-bottom:0!important}._mb-md-1_1p3yl_2344{margin-bottom:.25rem!important}._mb-md-2_1p3yl_2347{margin-bottom:.5rem!important}._mb-md-3_1p3yl_2350{margin-bottom:1rem!important}._mb-md-4_1p3yl_2353{margin-bottom:1.5rem!important}._mb-md-5_1p3yl_2356{margin-bottom:3rem!important}._mb-md-auto_1p3yl_2359{margin-bottom:auto!important}._ms-md-0_1p3yl_2362{margin-left:0!important}._ms-md-1_1p3yl_2365{margin-left:.25rem!important}._ms-md-2_1p3yl_2368{margin-left:.5rem!important}._ms-md-3_1p3yl_2371{margin-left:1rem!important}._ms-md-4_1p3yl_2374{margin-left:1.5rem!important}._ms-md-5_1p3yl_2377{margin-left:3rem!important}._ms-md-auto_1p3yl_2380{margin-left:auto!important}._p-md-0_1p3yl_2383{padding:0!important}._p-md-1_1p3yl_2386{padding:.25rem!important}._p-md-2_1p3yl_2389{padding:.5rem!important}._p-md-3_1p3yl_2392{padding:1rem!important}._p-md-4_1p3yl_2395{padding:1.5rem!important}._p-md-5_1p3yl_2398{padding:3rem!important}._px-md-0_1p3yl_2401{padding-right:0!important;padding-left:0!important}._px-md-1_1p3yl_2405{padding-right:.25rem!important;padding-left:.25rem!important}._px-md-2_1p3yl_2409{padding-right:.5rem!important;padding-left:.5rem!important}._px-md-3_1p3yl_2413{padding-right:1rem!important;padding-left:1rem!important}._px-md-4_1p3yl_2417{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-md-5_1p3yl_2421{padding-right:3rem!important;padding-left:3rem!important}._py-md-0_1p3yl_2425{padding-top:0!important;padding-bottom:0!important}._py-md-1_1p3yl_2429{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-md-2_1p3yl_2433{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-md-3_1p3yl_2437{padding-top:1rem!important;padding-bottom:1rem!important}._py-md-4_1p3yl_2441{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-md-5_1p3yl_2445{padding-top:3rem!important;padding-bottom:3rem!important}._pt-md-0_1p3yl_2449{padding-top:0!important}._pt-md-1_1p3yl_2452{padding-top:.25rem!important}._pt-md-2_1p3yl_2455{padding-top:.5rem!important}._pt-md-3_1p3yl_2458{padding-top:1rem!important}._pt-md-4_1p3yl_2461{padding-top:1.5rem!important}._pt-md-5_1p3yl_2464{padding-top:3rem!important}._pe-md-0_1p3yl_2467{padding-right:0!important}._pe-md-1_1p3yl_2470{padding-right:.25rem!important}._pe-md-2_1p3yl_2473{padding-right:.5rem!important}._pe-md-3_1p3yl_2476{padding-right:1rem!important}._pe-md-4_1p3yl_2479{padding-right:1.5rem!important}._pe-md-5_1p3yl_2482{padding-right:3rem!important}._pb-md-0_1p3yl_2485{padding-bottom:0!important}._pb-md-1_1p3yl_2488{padding-bottom:.25rem!important}._pb-md-2_1p3yl_2491{padding-bottom:.5rem!important}._pb-md-3_1p3yl_2494{padding-bottom:1rem!important}._pb-md-4_1p3yl_2497{padding-bottom:1.5rem!important}._pb-md-5_1p3yl_2500{padding-bottom:3rem!important}._ps-md-0_1p3yl_2503{padding-left:0!important}._ps-md-1_1p3yl_2506{padding-left:.25rem!important}._ps-md-2_1p3yl_2509{padding-left:.5rem!important}._ps-md-3_1p3yl_2512{padding-left:1rem!important}._ps-md-4_1p3yl_2515{padding-left:1.5rem!important}._ps-md-5_1p3yl_2518{padding-left:3rem!important}._text-md-start_1p3yl_2521{text-align:left!important}._text-md-end_1p3yl_2524{text-align:right!important}._text-md-center_1p3yl_2527{text-align:center!important}}@media (min-width: 992px){._float-lg-start_1p3yl_2532{float:left!important}._float-lg-end_1p3yl_2535{float:right!important}._float-lg-none_1p3yl_2538{float:none!important}._d-lg-inline_1p3yl_2541{display:inline!important}._d-lg-inline-block_1p3yl_2544{display:inline-block!important}._d-lg-block_1p3yl_2547{display:block!important}._d-lg-grid_1p3yl_2550{display:grid!important}._d-lg-table_1p3yl_2553{display:table!important}._d-lg-table-row_1p3yl_2556{display:table-row!important}._d-lg-table-cell_1p3yl_2559{display:table-cell!important}._d-lg-flex_1p3yl_2562{display:flex!important}._d-lg-inline-flex_1p3yl_2565{display:inline-flex!important}._d-lg-none_1p3yl_2568{display:none!important}._flex-lg-fill_1p3yl_2571{flex:1 1 auto!important}._flex-lg-row_1p3yl_2574{flex-direction:row!important}._flex-lg-column_1p3yl_2577{flex-direction:column!important}._flex-lg-row-reverse_1p3yl_2580{flex-direction:row-reverse!important}._flex-lg-column-reverse_1p3yl_2583{flex-direction:column-reverse!important}._flex-lg-grow-0_1p3yl_2586{flex-grow:0!important}._flex-lg-grow-1_1p3yl_2589{flex-grow:1!important}._flex-lg-shrink-0_1p3yl_2592{flex-shrink:0!important}._flex-lg-shrink-1_1p3yl_2595{flex-shrink:1!important}._flex-lg-wrap_1p3yl_2598{flex-wrap:wrap!important}._flex-lg-nowrap_1p3yl_2601{flex-wrap:nowrap!important}._flex-lg-wrap-reverse_1p3yl_2604{flex-wrap:wrap-reverse!important}._gap-lg-0_1p3yl_2607{gap:0!important}._gap-lg-1_1p3yl_2610{gap:.25rem!important}._gap-lg-2_1p3yl_2613{gap:.5rem!important}._gap-lg-3_1p3yl_2616{gap:1rem!important}._gap-lg-4_1p3yl_2619{gap:1.5rem!important}._gap-lg-5_1p3yl_2622{gap:3rem!important}._justify-content-lg-start_1p3yl_2625{justify-content:flex-start!important}._justify-content-lg-end_1p3yl_2628{justify-content:flex-end!important}._justify-content-lg-center_1p3yl_2631{justify-content:center!important}._justify-content-lg-between_1p3yl_2634{justify-content:space-between!important}._justify-content-lg-around_1p3yl_2637{justify-content:space-around!important}._justify-content-lg-evenly_1p3yl_2640{justify-content:space-evenly!important}._align-items-lg-start_1p3yl_2643{align-items:flex-start!important}._align-items-lg-end_1p3yl_2646{align-items:flex-end!important}._align-items-lg-center_1p3yl_2649{align-items:center!important}._align-items-lg-baseline_1p3yl_2652{align-items:baseline!important}._align-items-lg-stretch_1p3yl_2655{align-items:stretch!important}._align-content-lg-start_1p3yl_2658{align-content:flex-start!important}._align-content-lg-end_1p3yl_2661{align-content:flex-end!important}._align-content-lg-center_1p3yl_2664{align-content:center!important}._align-content-lg-between_1p3yl_2667{align-content:space-between!important}._align-content-lg-around_1p3yl_2670{align-content:space-around!important}._align-content-lg-stretch_1p3yl_2673{align-content:stretch!important}._align-self-lg-auto_1p3yl_2676{align-self:auto!important}._align-self-lg-start_1p3yl_2679{align-self:flex-start!important}._align-self-lg-end_1p3yl_2682{align-self:flex-end!important}._align-self-lg-center_1p3yl_2685{align-self:center!important}._align-self-lg-baseline_1p3yl_2688{align-self:baseline!important}._align-self-lg-stretch_1p3yl_2691{align-self:stretch!important}._order-lg-first_1p3yl_2694{order:-1!important}._order-lg-0_1p3yl_2697{order:0!important}._order-lg-1_1p3yl_2700{order:1!important}._order-lg-2_1p3yl_2703{order:2!important}._order-lg-3_1p3yl_2706{order:3!important}._order-lg-4_1p3yl_2709{order:4!important}._order-lg-5_1p3yl_2712{order:5!important}._order-lg-last_1p3yl_2715{order:6!important}._m-lg-0_1p3yl_2718{margin:0!important}._m-lg-1_1p3yl_2721{margin:.25rem!important}._m-lg-2_1p3yl_2724{margin:.5rem!important}._m-lg-3_1p3yl_2727{margin:1rem!important}._m-lg-4_1p3yl_2730{margin:1.5rem!important}._m-lg-5_1p3yl_2733{margin:3rem!important}._m-lg-auto_1p3yl_2736{margin:auto!important}._mx-lg-0_1p3yl_2739{margin-right:0!important;margin-left:0!important}._mx-lg-1_1p3yl_2743{margin-right:.25rem!important;margin-left:.25rem!important}._mx-lg-2_1p3yl_2747{margin-right:.5rem!important;margin-left:.5rem!important}._mx-lg-3_1p3yl_2751{margin-right:1rem!important;margin-left:1rem!important}._mx-lg-4_1p3yl_2755{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-lg-5_1p3yl_2759{margin-right:3rem!important;margin-left:3rem!important}._mx-lg-auto_1p3yl_2763{margin-right:auto!important;margin-left:auto!important}._my-lg-0_1p3yl_2767{margin-top:0!important;margin-bottom:0!important}._my-lg-1_1p3yl_2771{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-lg-2_1p3yl_2775{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-lg-3_1p3yl_2779{margin-top:1rem!important;margin-bottom:1rem!important}._my-lg-4_1p3yl_2783{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-lg-5_1p3yl_2787{margin-top:3rem!important;margin-bottom:3rem!important}._my-lg-auto_1p3yl_2791{margin-top:auto!important;margin-bottom:auto!important}._mt-lg-0_1p3yl_2795{margin-top:0!important}._mt-lg-1_1p3yl_2798{margin-top:.25rem!important}._mt-lg-2_1p3yl_2801{margin-top:.5rem!important}._mt-lg-3_1p3yl_2804{margin-top:1rem!important}._mt-lg-4_1p3yl_2807{margin-top:1.5rem!important}._mt-lg-5_1p3yl_2810{margin-top:3rem!important}._mt-lg-auto_1p3yl_2813{margin-top:auto!important}._me-lg-0_1p3yl_2816{margin-right:0!important}._me-lg-1_1p3yl_2819{margin-right:.25rem!important}._me-lg-2_1p3yl_2822{margin-right:.5rem!important}._me-lg-3_1p3yl_2825{margin-right:1rem!important}._me-lg-4_1p3yl_2828{margin-right:1.5rem!important}._me-lg-5_1p3yl_2831{margin-right:3rem!important}._me-lg-auto_1p3yl_2834{margin-right:auto!important}._mb-lg-0_1p3yl_2837{margin-bottom:0!important}._mb-lg-1_1p3yl_2840{margin-bottom:.25rem!important}._mb-lg-2_1p3yl_2843{margin-bottom:.5rem!important}._mb-lg-3_1p3yl_2846{margin-bottom:1rem!important}._mb-lg-4_1p3yl_2849{margin-bottom:1.5rem!important}._mb-lg-5_1p3yl_2852{margin-bottom:3rem!important}._mb-lg-auto_1p3yl_2855{margin-bottom:auto!important}._ms-lg-0_1p3yl_2858{margin-left:0!important}._ms-lg-1_1p3yl_2861{margin-left:.25rem!important}._ms-lg-2_1p3yl_2864{margin-left:.5rem!important}._ms-lg-3_1p3yl_2867{margin-left:1rem!important}._ms-lg-4_1p3yl_2870{margin-left:1.5rem!important}._ms-lg-5_1p3yl_2873{margin-left:3rem!important}._ms-lg-auto_1p3yl_2876{margin-left:auto!important}._p-lg-0_1p3yl_2879{padding:0!important}._p-lg-1_1p3yl_2882{padding:.25rem!important}._p-lg-2_1p3yl_2885{padding:.5rem!important}._p-lg-3_1p3yl_2888{padding:1rem!important}._p-lg-4_1p3yl_2891{padding:1.5rem!important}._p-lg-5_1p3yl_2894{padding:3rem!important}._px-lg-0_1p3yl_2897{padding-right:0!important;padding-left:0!important}._px-lg-1_1p3yl_2901{padding-right:.25rem!important;padding-left:.25rem!important}._px-lg-2_1p3yl_2905{padding-right:.5rem!important;padding-left:.5rem!important}._px-lg-3_1p3yl_2909{padding-right:1rem!important;padding-left:1rem!important}._px-lg-4_1p3yl_2913{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-lg-5_1p3yl_2917{padding-right:3rem!important;padding-left:3rem!important}._py-lg-0_1p3yl_2921{padding-top:0!important;padding-bottom:0!important}._py-lg-1_1p3yl_2925{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-lg-2_1p3yl_2929{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-lg-3_1p3yl_2933{padding-top:1rem!important;padding-bottom:1rem!important}._py-lg-4_1p3yl_2937{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-lg-5_1p3yl_2941{padding-top:3rem!important;padding-bottom:3rem!important}._pt-lg-0_1p3yl_2945{padding-top:0!important}._pt-lg-1_1p3yl_2948{padding-top:.25rem!important}._pt-lg-2_1p3yl_2951{padding-top:.5rem!important}._pt-lg-3_1p3yl_2954{padding-top:1rem!important}._pt-lg-4_1p3yl_2957{padding-top:1.5rem!important}._pt-lg-5_1p3yl_2960{padding-top:3rem!important}._pe-lg-0_1p3yl_2963{padding-right:0!important}._pe-lg-1_1p3yl_2966{padding-right:.25rem!important}._pe-lg-2_1p3yl_2969{padding-right:.5rem!important}._pe-lg-3_1p3yl_2972{padding-right:1rem!important}._pe-lg-4_1p3yl_2975{padding-right:1.5rem!important}._pe-lg-5_1p3yl_2978{padding-right:3rem!important}._pb-lg-0_1p3yl_2981{padding-bottom:0!important}._pb-lg-1_1p3yl_2984{padding-bottom:.25rem!important}._pb-lg-2_1p3yl_2987{padding-bottom:.5rem!important}._pb-lg-3_1p3yl_2990{padding-bottom:1rem!important}._pb-lg-4_1p3yl_2993{padding-bottom:1.5rem!important}._pb-lg-5_1p3yl_2996{padding-bottom:3rem!important}._ps-lg-0_1p3yl_2999{padding-left:0!important}._ps-lg-1_1p3yl_3002{padding-left:.25rem!important}._ps-lg-2_1p3yl_3005{padding-left:.5rem!important}._ps-lg-3_1p3yl_3008{padding-left:1rem!important}._ps-lg-4_1p3yl_3011{padding-left:1.5rem!important}._ps-lg-5_1p3yl_3014{padding-left:3rem!important}._text-lg-start_1p3yl_3017{text-align:left!important}._text-lg-end_1p3yl_3020{text-align:right!important}._text-lg-center_1p3yl_3023{text-align:center!important}}@media (min-width: 1200px){._float-xl-start_1p3yl_3028{float:left!important}._float-xl-end_1p3yl_3031{float:right!important}._float-xl-none_1p3yl_3034{float:none!important}._d-xl-inline_1p3yl_3037{display:inline!important}._d-xl-inline-block_1p3yl_3040{display:inline-block!important}._d-xl-block_1p3yl_3043{display:block!important}._d-xl-grid_1p3yl_3046{display:grid!important}._d-xl-table_1p3yl_3049{display:table!important}._d-xl-table-row_1p3yl_3052{display:table-row!important}._d-xl-table-cell_1p3yl_3055{display:table-cell!important}._d-xl-flex_1p3yl_3058{display:flex!important}._d-xl-inline-flex_1p3yl_3061{display:inline-flex!important}._d-xl-none_1p3yl_3064{display:none!important}._flex-xl-fill_1p3yl_3067{flex:1 1 auto!important}._flex-xl-row_1p3yl_3070{flex-direction:row!important}._flex-xl-column_1p3yl_3073{flex-direction:column!important}._flex-xl-row-reverse_1p3yl_3076{flex-direction:row-reverse!important}._flex-xl-column-reverse_1p3yl_3079{flex-direction:column-reverse!important}._flex-xl-grow-0_1p3yl_3082{flex-grow:0!important}._flex-xl-grow-1_1p3yl_3085{flex-grow:1!important}._flex-xl-shrink-0_1p3yl_3088{flex-shrink:0!important}._flex-xl-shrink-1_1p3yl_3091{flex-shrink:1!important}._flex-xl-wrap_1p3yl_3094{flex-wrap:wrap!important}._flex-xl-nowrap_1p3yl_3097{flex-wrap:nowrap!important}._flex-xl-wrap-reverse_1p3yl_3100{flex-wrap:wrap-reverse!important}._gap-xl-0_1p3yl_3103{gap:0!important}._gap-xl-1_1p3yl_3106{gap:.25rem!important}._gap-xl-2_1p3yl_3109{gap:.5rem!important}._gap-xl-3_1p3yl_3112{gap:1rem!important}._gap-xl-4_1p3yl_3115{gap:1.5rem!important}._gap-xl-5_1p3yl_3118{gap:3rem!important}._justify-content-xl-start_1p3yl_3121{justify-content:flex-start!important}._justify-content-xl-end_1p3yl_3124{justify-content:flex-end!important}._justify-content-xl-center_1p3yl_3127{justify-content:center!important}._justify-content-xl-between_1p3yl_3130{justify-content:space-between!important}._justify-content-xl-around_1p3yl_3133{justify-content:space-around!important}._justify-content-xl-evenly_1p3yl_3136{justify-content:space-evenly!important}._align-items-xl-start_1p3yl_3139{align-items:flex-start!important}._align-items-xl-end_1p3yl_3142{align-items:flex-end!important}._align-items-xl-center_1p3yl_3145{align-items:center!important}._align-items-xl-baseline_1p3yl_3148{align-items:baseline!important}._align-items-xl-stretch_1p3yl_3151{align-items:stretch!important}._align-content-xl-start_1p3yl_3154{align-content:flex-start!important}._align-content-xl-end_1p3yl_3157{align-content:flex-end!important}._align-content-xl-center_1p3yl_3160{align-content:center!important}._align-content-xl-between_1p3yl_3163{align-content:space-between!important}._align-content-xl-around_1p3yl_3166{align-content:space-around!important}._align-content-xl-stretch_1p3yl_3169{align-content:stretch!important}._align-self-xl-auto_1p3yl_3172{align-self:auto!important}._align-self-xl-start_1p3yl_3175{align-self:flex-start!important}._align-self-xl-end_1p3yl_3178{align-self:flex-end!important}._align-self-xl-center_1p3yl_3181{align-self:center!important}._align-self-xl-baseline_1p3yl_3184{align-self:baseline!important}._align-self-xl-stretch_1p3yl_3187{align-self:stretch!important}._order-xl-first_1p3yl_3190{order:-1!important}._order-xl-0_1p3yl_3193{order:0!important}._order-xl-1_1p3yl_3196{order:1!important}._order-xl-2_1p3yl_3199{order:2!important}._order-xl-3_1p3yl_3202{order:3!important}._order-xl-4_1p3yl_3205{order:4!important}._order-xl-5_1p3yl_3208{order:5!important}._order-xl-last_1p3yl_3211{order:6!important}._m-xl-0_1p3yl_3214{margin:0!important}._m-xl-1_1p3yl_3217{margin:.25rem!important}._m-xl-2_1p3yl_3220{margin:.5rem!important}._m-xl-3_1p3yl_3223{margin:1rem!important}._m-xl-4_1p3yl_3226{margin:1.5rem!important}._m-xl-5_1p3yl_3229{margin:3rem!important}._m-xl-auto_1p3yl_3232{margin:auto!important}._mx-xl-0_1p3yl_3235{margin-right:0!important;margin-left:0!important}._mx-xl-1_1p3yl_3239{margin-right:.25rem!important;margin-left:.25rem!important}._mx-xl-2_1p3yl_3243{margin-right:.5rem!important;margin-left:.5rem!important}._mx-xl-3_1p3yl_3247{margin-right:1rem!important;margin-left:1rem!important}._mx-xl-4_1p3yl_3251{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-xl-5_1p3yl_3255{margin-right:3rem!important;margin-left:3rem!important}._mx-xl-auto_1p3yl_3259{margin-right:auto!important;margin-left:auto!important}._my-xl-0_1p3yl_3263{margin-top:0!important;margin-bottom:0!important}._my-xl-1_1p3yl_3267{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-xl-2_1p3yl_3271{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-xl-3_1p3yl_3275{margin-top:1rem!important;margin-bottom:1rem!important}._my-xl-4_1p3yl_3279{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-xl-5_1p3yl_3283{margin-top:3rem!important;margin-bottom:3rem!important}._my-xl-auto_1p3yl_3287{margin-top:auto!important;margin-bottom:auto!important}._mt-xl-0_1p3yl_3291{margin-top:0!important}._mt-xl-1_1p3yl_3294{margin-top:.25rem!important}._mt-xl-2_1p3yl_3297{margin-top:.5rem!important}._mt-xl-3_1p3yl_3300{margin-top:1rem!important}._mt-xl-4_1p3yl_3303{margin-top:1.5rem!important}._mt-xl-5_1p3yl_3306{margin-top:3rem!important}._mt-xl-auto_1p3yl_3309{margin-top:auto!important}._me-xl-0_1p3yl_3312{margin-right:0!important}._me-xl-1_1p3yl_3315{margin-right:.25rem!important}._me-xl-2_1p3yl_3318{margin-right:.5rem!important}._me-xl-3_1p3yl_3321{margin-right:1rem!important}._me-xl-4_1p3yl_3324{margin-right:1.5rem!important}._me-xl-5_1p3yl_3327{margin-right:3rem!important}._me-xl-auto_1p3yl_3330{margin-right:auto!important}._mb-xl-0_1p3yl_3333{margin-bottom:0!important}._mb-xl-1_1p3yl_3336{margin-bottom:.25rem!important}._mb-xl-2_1p3yl_3339{margin-bottom:.5rem!important}._mb-xl-3_1p3yl_3342{margin-bottom:1rem!important}._mb-xl-4_1p3yl_3345{margin-bottom:1.5rem!important}._mb-xl-5_1p3yl_3348{margin-bottom:3rem!important}._mb-xl-auto_1p3yl_3351{margin-bottom:auto!important}._ms-xl-0_1p3yl_3354{margin-left:0!important}._ms-xl-1_1p3yl_3357{margin-left:.25rem!important}._ms-xl-2_1p3yl_3360{margin-left:.5rem!important}._ms-xl-3_1p3yl_3363{margin-left:1rem!important}._ms-xl-4_1p3yl_3366{margin-left:1.5rem!important}._ms-xl-5_1p3yl_3369{margin-left:3rem!important}._ms-xl-auto_1p3yl_3372{margin-left:auto!important}._p-xl-0_1p3yl_3375{padding:0!important}._p-xl-1_1p3yl_3378{padding:.25rem!important}._p-xl-2_1p3yl_3381{padding:.5rem!important}._p-xl-3_1p3yl_3384{padding:1rem!important}._p-xl-4_1p3yl_3387{padding:1.5rem!important}._p-xl-5_1p3yl_3390{padding:3rem!important}._px-xl-0_1p3yl_3393{padding-right:0!important;padding-left:0!important}._px-xl-1_1p3yl_3397{padding-right:.25rem!important;padding-left:.25rem!important}._px-xl-2_1p3yl_3401{padding-right:.5rem!important;padding-left:.5rem!important}._px-xl-3_1p3yl_3405{padding-right:1rem!important;padding-left:1rem!important}._px-xl-4_1p3yl_3409{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-xl-5_1p3yl_3413{padding-right:3rem!important;padding-left:3rem!important}._py-xl-0_1p3yl_3417{padding-top:0!important;padding-bottom:0!important}._py-xl-1_1p3yl_3421{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-xl-2_1p3yl_3425{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-xl-3_1p3yl_3429{padding-top:1rem!important;padding-bottom:1rem!important}._py-xl-4_1p3yl_3433{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-xl-5_1p3yl_3437{padding-top:3rem!important;padding-bottom:3rem!important}._pt-xl-0_1p3yl_3441{padding-top:0!important}._pt-xl-1_1p3yl_3444{padding-top:.25rem!important}._pt-xl-2_1p3yl_3447{padding-top:.5rem!important}._pt-xl-3_1p3yl_3450{padding-top:1rem!important}._pt-xl-4_1p3yl_3453{padding-top:1.5rem!important}._pt-xl-5_1p3yl_3456{padding-top:3rem!important}._pe-xl-0_1p3yl_3459{padding-right:0!important}._pe-xl-1_1p3yl_3462{padding-right:.25rem!important}._pe-xl-2_1p3yl_3465{padding-right:.5rem!important}._pe-xl-3_1p3yl_3468{padding-right:1rem!important}._pe-xl-4_1p3yl_3471{padding-right:1.5rem!important}._pe-xl-5_1p3yl_3474{padding-right:3rem!important}._pb-xl-0_1p3yl_3477{padding-bottom:0!important}._pb-xl-1_1p3yl_3480{padding-bottom:.25rem!important}._pb-xl-2_1p3yl_3483{padding-bottom:.5rem!important}._pb-xl-3_1p3yl_3486{padding-bottom:1rem!important}._pb-xl-4_1p3yl_3489{padding-bottom:1.5rem!important}._pb-xl-5_1p3yl_3492{padding-bottom:3rem!important}._ps-xl-0_1p3yl_3495{padding-left:0!important}._ps-xl-1_1p3yl_3498{padding-left:.25rem!important}._ps-xl-2_1p3yl_3501{padding-left:.5rem!important}._ps-xl-3_1p3yl_3504{padding-left:1rem!important}._ps-xl-4_1p3yl_3507{padding-left:1.5rem!important}._ps-xl-5_1p3yl_3510{padding-left:3rem!important}._text-xl-start_1p3yl_3513{text-align:left!important}._text-xl-end_1p3yl_3516{text-align:right!important}._text-xl-center_1p3yl_3519{text-align:center!important}}@media (min-width: 1400px){._float-xxl-start_1p3yl_3524{float:left!important}._float-xxl-end_1p3yl_3527{float:right!important}._float-xxl-none_1p3yl_3530{float:none!important}._d-xxl-inline_1p3yl_3533{display:inline!important}._d-xxl-inline-block_1p3yl_3536{display:inline-block!important}._d-xxl-block_1p3yl_3539{display:block!important}._d-xxl-grid_1p3yl_3542{display:grid!important}._d-xxl-table_1p3yl_3545{display:table!important}._d-xxl-table-row_1p3yl_3548{display:table-row!important}._d-xxl-table-cell_1p3yl_3551{display:table-cell!important}._d-xxl-flex_1p3yl_3554{display:flex!important}._d-xxl-inline-flex_1p3yl_3557{display:inline-flex!important}._d-xxl-none_1p3yl_3560{display:none!important}._flex-xxl-fill_1p3yl_3563{flex:1 1 auto!important}._flex-xxl-row_1p3yl_3566{flex-direction:row!important}._flex-xxl-column_1p3yl_3569{flex-direction:column!important}._flex-xxl-row-reverse_1p3yl_3572{flex-direction:row-reverse!important}._flex-xxl-column-reverse_1p3yl_3575{flex-direction:column-reverse!important}._flex-xxl-grow-0_1p3yl_3578{flex-grow:0!important}._flex-xxl-grow-1_1p3yl_3581{flex-grow:1!important}._flex-xxl-shrink-0_1p3yl_3584{flex-shrink:0!important}._flex-xxl-shrink-1_1p3yl_3587{flex-shrink:1!important}._flex-xxl-wrap_1p3yl_3590{flex-wrap:wrap!important}._flex-xxl-nowrap_1p3yl_3593{flex-wrap:nowrap!important}._flex-xxl-wrap-reverse_1p3yl_3596{flex-wrap:wrap-reverse!important}._gap-xxl-0_1p3yl_3599{gap:0!important}._gap-xxl-1_1p3yl_3602{gap:.25rem!important}._gap-xxl-2_1p3yl_3605{gap:.5rem!important}._gap-xxl-3_1p3yl_3608{gap:1rem!important}._gap-xxl-4_1p3yl_3611{gap:1.5rem!important}._gap-xxl-5_1p3yl_3614{gap:3rem!important}._justify-content-xxl-start_1p3yl_3617{justify-content:flex-start!important}._justify-content-xxl-end_1p3yl_3620{justify-content:flex-end!important}._justify-content-xxl-center_1p3yl_3623{justify-content:center!important}._justify-content-xxl-between_1p3yl_3626{justify-content:space-between!important}._justify-content-xxl-around_1p3yl_3629{justify-content:space-around!important}._justify-content-xxl-evenly_1p3yl_3632{justify-content:space-evenly!important}._align-items-xxl-start_1p3yl_3635{align-items:flex-start!important}._align-items-xxl-end_1p3yl_3638{align-items:flex-end!important}._align-items-xxl-center_1p3yl_3641{align-items:center!important}._align-items-xxl-baseline_1p3yl_3644{align-items:baseline!important}._align-items-xxl-stretch_1p3yl_3647{align-items:stretch!important}._align-content-xxl-start_1p3yl_3650{align-content:flex-start!important}._align-content-xxl-end_1p3yl_3653{align-content:flex-end!important}._align-content-xxl-center_1p3yl_3656{align-content:center!important}._align-content-xxl-between_1p3yl_3659{align-content:space-between!important}._align-content-xxl-around_1p3yl_3662{align-content:space-around!important}._align-content-xxl-stretch_1p3yl_3665{align-content:stretch!important}._align-self-xxl-auto_1p3yl_3668{align-self:auto!important}._align-self-xxl-start_1p3yl_3671{align-self:flex-start!important}._align-self-xxl-end_1p3yl_3674{align-self:flex-end!important}._align-self-xxl-center_1p3yl_3677{align-self:center!important}._align-self-xxl-baseline_1p3yl_3680{align-self:baseline!important}._align-self-xxl-stretch_1p3yl_3683{align-self:stretch!important}._order-xxl-first_1p3yl_3686{order:-1!important}._order-xxl-0_1p3yl_3689{order:0!important}._order-xxl-1_1p3yl_3692{order:1!important}._order-xxl-2_1p3yl_3695{order:2!important}._order-xxl-3_1p3yl_3698{order:3!important}._order-xxl-4_1p3yl_3701{order:4!important}._order-xxl-5_1p3yl_3704{order:5!important}._order-xxl-last_1p3yl_3707{order:6!important}._m-xxl-0_1p3yl_3710{margin:0!important}._m-xxl-1_1p3yl_3713{margin:.25rem!important}._m-xxl-2_1p3yl_3716{margin:.5rem!important}._m-xxl-3_1p3yl_3719{margin:1rem!important}._m-xxl-4_1p3yl_3722{margin:1.5rem!important}._m-xxl-5_1p3yl_3725{margin:3rem!important}._m-xxl-auto_1p3yl_3728{margin:auto!important}._mx-xxl-0_1p3yl_3731{margin-right:0!important;margin-left:0!important}._mx-xxl-1_1p3yl_3735{margin-right:.25rem!important;margin-left:.25rem!important}._mx-xxl-2_1p3yl_3739{margin-right:.5rem!important;margin-left:.5rem!important}._mx-xxl-3_1p3yl_3743{margin-right:1rem!important;margin-left:1rem!important}._mx-xxl-4_1p3yl_3747{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-xxl-5_1p3yl_3751{margin-right:3rem!important;margin-left:3rem!important}._mx-xxl-auto_1p3yl_3755{margin-right:auto!important;margin-left:auto!important}._my-xxl-0_1p3yl_3759{margin-top:0!important;margin-bottom:0!important}._my-xxl-1_1p3yl_3763{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-xxl-2_1p3yl_3767{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-xxl-3_1p3yl_3771{margin-top:1rem!important;margin-bottom:1rem!important}._my-xxl-4_1p3yl_3775{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-xxl-5_1p3yl_3779{margin-top:3rem!important;margin-bottom:3rem!important}._my-xxl-auto_1p3yl_3783{margin-top:auto!important;margin-bottom:auto!important}._mt-xxl-0_1p3yl_3787{margin-top:0!important}._mt-xxl-1_1p3yl_3790{margin-top:.25rem!important}._mt-xxl-2_1p3yl_3793{margin-top:.5rem!important}._mt-xxl-3_1p3yl_3796{margin-top:1rem!important}._mt-xxl-4_1p3yl_3799{margin-top:1.5rem!important}._mt-xxl-5_1p3yl_3802{margin-top:3rem!important}._mt-xxl-auto_1p3yl_3805{margin-top:auto!important}._me-xxl-0_1p3yl_3808{margin-right:0!important}._me-xxl-1_1p3yl_3811{margin-right:.25rem!important}._me-xxl-2_1p3yl_3814{margin-right:.5rem!important}._me-xxl-3_1p3yl_3817{margin-right:1rem!important}._me-xxl-4_1p3yl_3820{margin-right:1.5rem!important}._me-xxl-5_1p3yl_3823{margin-right:3rem!important}._me-xxl-auto_1p3yl_3826{margin-right:auto!important}._mb-xxl-0_1p3yl_3829{margin-bottom:0!important}._mb-xxl-1_1p3yl_3832{margin-bottom:.25rem!important}._mb-xxl-2_1p3yl_3835{margin-bottom:.5rem!important}._mb-xxl-3_1p3yl_3838{margin-bottom:1rem!important}._mb-xxl-4_1p3yl_3841{margin-bottom:1.5rem!important}._mb-xxl-5_1p3yl_3844{margin-bottom:3rem!important}._mb-xxl-auto_1p3yl_3847{margin-bottom:auto!important}._ms-xxl-0_1p3yl_3850{margin-left:0!important}._ms-xxl-1_1p3yl_3853{margin-left:.25rem!important}._ms-xxl-2_1p3yl_3856{margin-left:.5rem!important}._ms-xxl-3_1p3yl_3859{margin-left:1rem!important}._ms-xxl-4_1p3yl_3862{margin-left:1.5rem!important}._ms-xxl-5_1p3yl_3865{margin-left:3rem!important}._ms-xxl-auto_1p3yl_3868{margin-left:auto!important}._p-xxl-0_1p3yl_3871{padding:0!important}._p-xxl-1_1p3yl_3874{padding:.25rem!important}._p-xxl-2_1p3yl_3877{padding:.5rem!important}._p-xxl-3_1p3yl_3880{padding:1rem!important}._p-xxl-4_1p3yl_3883{padding:1.5rem!important}._p-xxl-5_1p3yl_3886{padding:3rem!important}._px-xxl-0_1p3yl_3889{padding-right:0!important;padding-left:0!important}._px-xxl-1_1p3yl_3893{padding-right:.25rem!important;padding-left:.25rem!important}._px-xxl-2_1p3yl_3897{padding-right:.5rem!important;padding-left:.5rem!important}._px-xxl-3_1p3yl_3901{padding-right:1rem!important;padding-left:1rem!important}._px-xxl-4_1p3yl_3905{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-xxl-5_1p3yl_3909{padding-right:3rem!important;padding-left:3rem!important}._py-xxl-0_1p3yl_3913{padding-top:0!important;padding-bottom:0!important}._py-xxl-1_1p3yl_3917{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-xxl-2_1p3yl_3921{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-xxl-3_1p3yl_3925{padding-top:1rem!important;padding-bottom:1rem!important}._py-xxl-4_1p3yl_3929{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-xxl-5_1p3yl_3933{padding-top:3rem!important;padding-bottom:3rem!important}._pt-xxl-0_1p3yl_3937{padding-top:0!important}._pt-xxl-1_1p3yl_3940{padding-top:.25rem!important}._pt-xxl-2_1p3yl_3943{padding-top:.5rem!important}._pt-xxl-3_1p3yl_3946{padding-top:1rem!important}._pt-xxl-4_1p3yl_3949{padding-top:1.5rem!important}._pt-xxl-5_1p3yl_3952{padding-top:3rem!important}._pe-xxl-0_1p3yl_3955{padding-right:0!important}._pe-xxl-1_1p3yl_3958{padding-right:.25rem!important}._pe-xxl-2_1p3yl_3961{padding-right:.5rem!important}._pe-xxl-3_1p3yl_3964{padding-right:1rem!important}._pe-xxl-4_1p3yl_3967{padding-right:1.5rem!important}._pe-xxl-5_1p3yl_3970{padding-right:3rem!important}._pb-xxl-0_1p3yl_3973{padding-bottom:0!important}._pb-xxl-1_1p3yl_3976{padding-bottom:.25rem!important}._pb-xxl-2_1p3yl_3979{padding-bottom:.5rem!important}._pb-xxl-3_1p3yl_3982{padding-bottom:1rem!important}._pb-xxl-4_1p3yl_3985{padding-bottom:1.5rem!important}._pb-xxl-5_1p3yl_3988{padding-bottom:3rem!important}._ps-xxl-0_1p3yl_3991{padding-left:0!important}._ps-xxl-1_1p3yl_3994{padding-left:.25rem!important}._ps-xxl-2_1p3yl_3997{padding-left:.5rem!important}._ps-xxl-3_1p3yl_4000{padding-left:1rem!important}._ps-xxl-4_1p3yl_4003{padding-left:1.5rem!important}._ps-xxl-5_1p3yl_4006{padding-left:3rem!important}._text-xxl-start_1p3yl_4009{text-align:left!important}._text-xxl-end_1p3yl_4012{text-align:right!important}._text-xxl-center_1p3yl_4015{text-align:center!important}}@media (min-width: 1200px){._fs-1_1p3yl_1169{font-size:2.5rem!important}._fs-2_1p3yl_1173{font-size:2rem!important}._fs-3_1p3yl_1177{font-size:1.75rem!important}._fs-4_1p3yl_1181{font-size:1.5rem!important}}@media print{._d-print-inline_1p3yl_4034{display:inline!important}._d-print-inline-block_1p3yl_4037{display:inline-block!important}._d-print-block_1p3yl_4040{display:block!important}._d-print-grid_1p3yl_4043{display:grid!important}._d-print-table_1p3yl_4046{display:table!important}._d-print-table-row_1p3yl_4049{display:table-row!important}._d-print-table-cell_1p3yl_4052{display:table-cell!important}._d-print-flex_1p3yl_4055{display:flex!important}._d-print-inline-flex_1p3yl_4058{display:inline-flex!important}._d-print-none_1p3yl_4061{display:none!important}}._loading_indicator_1p3yl_4065{width:fit-content;height:80px;display:flex;margin:auto;flex-direction:column;align-items:center}._loading_indicator_1p3yl_4065 ._loading_text_1p3yl_4073{font-family:var(--emphasis-font);font-size:18px;line-height:1.2;letter-spacing:.02em;margin-top:.5rem}@media (max-width: 767.98px){._loading_indicator_1p3yl_4065 ._loading_text_1p3yl_4073{font-size:16px}}._container_1pm3s_1{position:relative}._container_1pm3s_1 ._bell_container_1pm3s_4{display:flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid var(--primary-color);border-radius:50%;width:28px;height:28px;background-color:var(--primary-color);opacity:.75;padding:0;transition:.5s ease;color:var(--white-color)}._container_1pm3s_1 ._bell_container_1pm3s_4:hover,._container_1pm3s_1 ._bell_container_1pm3s_4:focus,._container_1pm3s_1 ._bell_container_1pm3s_4:active:focus{box-shadow:none;background-color:var(--white-color);border-color:var(--primary-color);opacity:1;color:var(--primary-color)}._container_1pm3s_1 ._bell_container_1pm3s_4:after{display:none}._container_1pm3s_1 ._badge_1pm3s_29{background-color:#fa3e3e;border-radius:2px;color:#fff;padding:1px 3px;font-size:10px;position:absolute;top:-4px;right:-6px}._clearfix_gnvgd_7:after{display:block;clear:both;content:""}._link-primary_gnvgd_13{color:#0d6efd}._link-primary_gnvgd_13:hover,._link-primary_gnvgd_13:focus{color:#0a58ca}._link-secondary_gnvgd_20{color:#6c757d}._link-secondary_gnvgd_20:hover,._link-secondary_gnvgd_20:focus{color:#565e64}._link-success_gnvgd_27{color:#198754}._link-success_gnvgd_27:hover,._link-success_gnvgd_27:focus{color:#146c43}._link-info_gnvgd_34{color:#0dcaf0}._link-info_gnvgd_34:hover,._link-info_gnvgd_34:focus{color:#3dd5f3}._link-warning_gnvgd_41{color:#ffc107}._link-warning_gnvgd_41:hover,._link-warning_gnvgd_41:focus{color:#ffcd39}._link-danger_gnvgd_48{color:#dc3545}._link-danger_gnvgd_48:hover,._link-danger_gnvgd_48:focus{color:#b02a37}._link-light_gnvgd_55{color:#f8f9fa}._link-light_gnvgd_55:hover,._link-light_gnvgd_55:focus{color:#f9fafb}._link-dark_gnvgd_62{color:#212529}._link-dark_gnvgd_62:hover,._link-dark_gnvgd_62:focus{color:#1a1e21}._ratio_gnvgd_69{position:relative;width:100%}._ratio_gnvgd_69:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}._ratio_gnvgd_69>*{position:absolute;top:0;left:0;width:100%;height:100%}._ratio-1x1_gnvgd_86{--bs-aspect-ratio: 100%}._ratio-4x3_gnvgd_90{--bs-aspect-ratio: 75%}._ratio-16x9_gnvgd_94{--bs-aspect-ratio: 56.25%}._ratio-21x9_gnvgd_98{--bs-aspect-ratio: 42.8571428571%}._fixed-top_gnvgd_102{position:fixed;top:0;right:0;left:0;z-index:1030}._fixed-bottom_gnvgd_110{position:fixed;right:0;bottom:0;left:0;z-index:1030}._sticky-top_gnvgd_118{position:sticky;top:0;z-index:1020}@media (min-width: 576px){._sticky-sm-top_gnvgd_125{position:sticky;top:0;z-index:1020}}@media (min-width: 768px){._sticky-md-top_gnvgd_132{position:sticky;top:0;z-index:1020}}@media (min-width: 992px){._sticky-lg-top_gnvgd_139{position:sticky;top:0;z-index:1020}}@media (min-width: 1200px){._sticky-xl-top_gnvgd_146{position:sticky;top:0;z-index:1020}}@media (min-width: 1400px){._sticky-xxl-top_gnvgd_153{position:sticky;top:0;z-index:1020}}._hstack_gnvgd_159{display:flex;flex-direction:row;align-items:center;align-self:stretch}._vstack_gnvgd_166{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}._visually-hidden_gnvgd_173,._visually-hidden-focusable_gnvgd_174: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_gnvgd_186:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}._text-truncate_gnvgd_196{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._vr_gnvgd_202{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}._align-baseline_gnvgd_211{vertical-align:baseline!important}._align-top_gnvgd_215{vertical-align:top!important}._align-middle_gnvgd_219{vertical-align:middle!important}._align-bottom_gnvgd_223{vertical-align:bottom!important}._align-text-bottom_gnvgd_227{vertical-align:text-bottom!important}._align-text-top_gnvgd_231{vertical-align:text-top!important}._float-start_gnvgd_235{float:left!important}._float-end_gnvgd_239{float:right!important}._float-none_gnvgd_243{float:none!important}._opacity-0_gnvgd_247{opacity:0!important}._opacity-25_gnvgd_251{opacity:.25!important}._opacity-50_gnvgd_255{opacity:.5!important}._opacity-75_gnvgd_259{opacity:.75!important}._opacity-100_gnvgd_263{opacity:1!important}._overflow-auto_gnvgd_267{overflow:auto!important}._overflow-hidden_gnvgd_271{overflow:hidden!important}._overflow-visible_gnvgd_275{overflow:visible!important}._overflow-scroll_gnvgd_279{overflow:scroll!important}._d-inline_gnvgd_283{display:inline!important}._d-inline-block_gnvgd_287{display:inline-block!important}._d-block_gnvgd_291{display:block!important}._d-grid_gnvgd_295{display:grid!important}._d-table_gnvgd_299{display:table!important}._d-table-row_gnvgd_303{display:table-row!important}._d-table-cell_gnvgd_307{display:table-cell!important}._d-flex_gnvgd_311{display:flex!important}._d-inline-flex_gnvgd_315{display:inline-flex!important}._d-none_gnvgd_319{display:none!important}._shadow_gnvgd_323{box-shadow:0 .5rem 1rem #00000026!important}._shadow-sm_gnvgd_327{box-shadow:0 .125rem .25rem #00000013!important}._shadow-lg_gnvgd_331{box-shadow:0 1rem 3rem #0000002d!important}._shadow-none_gnvgd_335{box-shadow:none!important}._position-static_gnvgd_339{position:static!important}._position-relative_gnvgd_343{position:relative!important}._position-absolute_gnvgd_347{position:absolute!important}._position-fixed_gnvgd_351{position:fixed!important}._position-sticky_gnvgd_355{position:sticky!important}._top-0_gnvgd_359{top:0!important}._top-50_gnvgd_363{top:50%!important}._top-100_gnvgd_367{top:100%!important}._bottom-0_gnvgd_371{bottom:0!important}._bottom-50_gnvgd_375{bottom:50%!important}._bottom-100_gnvgd_379{bottom:100%!important}._start-0_gnvgd_383{left:0!important}._start-50_gnvgd_387{left:50%!important}._start-100_gnvgd_391{left:100%!important}._end-0_gnvgd_395{right:0!important}._end-50_gnvgd_399{right:50%!important}._end-100_gnvgd_403{right:100%!important}._translate-middle_gnvgd_407{transform:translate(-50%,-50%)!important}._translate-middle-x_gnvgd_411{transform:translate(-50%)!important}._translate-middle-y_gnvgd_415{transform:translateY(-50%)!important}._border_gnvgd_419{border:1px solid #dee2e6!important}._border-0_gnvgd_423{border:0!important}._border-top_gnvgd_427{border-top:1px solid #dee2e6!important}._border-top-0_gnvgd_431{border-top:0!important}._border-end_gnvgd_435{border-right:1px solid #dee2e6!important}._border-end-0_gnvgd_439{border-right:0!important}._border-bottom_gnvgd_443{border-bottom:1px solid #dee2e6!important}._border-bottom-0_gnvgd_447{border-bottom:0!important}._border-start_gnvgd_451{border-left:1px solid #dee2e6!important}._border-start-0_gnvgd_455{border-left:0!important}._border-primary_gnvgd_459{border-color:#0d6efd!important}._border-secondary_gnvgd_463{border-color:#6c757d!important}._border-success_gnvgd_467{border-color:#198754!important}._border-info_gnvgd_471{border-color:#0dcaf0!important}._border-warning_gnvgd_475{border-color:#ffc107!important}._border-danger_gnvgd_479{border-color:#dc3545!important}._border-light_gnvgd_483{border-color:#f8f9fa!important}._border-dark_gnvgd_487{border-color:#212529!important}._border-white_gnvgd_491{border-color:#fff!important}._border-1_gnvgd_495{border-width:1px!important}._border-2_gnvgd_499{border-width:2px!important}._border-3_gnvgd_503{border-width:3px!important}._border-4_gnvgd_507{border-width:4px!important}._border-5_gnvgd_511{border-width:5px!important}._w-25_gnvgd_515{width:25%!important}._w-50_gnvgd_519{width:50%!important}._w-75_gnvgd_523{width:75%!important}._w-100_gnvgd_527{width:100%!important}._w-auto_gnvgd_531{width:auto!important}._mw-100_gnvgd_535{max-width:100%!important}._vw-100_gnvgd_539{width:100vw!important}._min-vw-100_gnvgd_543{min-width:100vw!important}._h-25_gnvgd_547{height:25%!important}._h-50_gnvgd_551{height:50%!important}._h-75_gnvgd_555{height:75%!important}._h-100_gnvgd_559{height:100%!important}._h-auto_gnvgd_563{height:auto!important}._mh-100_gnvgd_567{max-height:100%!important}._vh-100_gnvgd_571{height:100vh!important}._min-vh-100_gnvgd_575{min-height:100vh!important}._flex-fill_gnvgd_579{flex:1 1 auto!important}._flex-row_gnvgd_583{flex-direction:row!important}._flex-column_gnvgd_587{flex-direction:column!important}._flex-row-reverse_gnvgd_591{flex-direction:row-reverse!important}._flex-column-reverse_gnvgd_595{flex-direction:column-reverse!important}._flex-grow-0_gnvgd_599{flex-grow:0!important}._flex-grow-1_gnvgd_603{flex-grow:1!important}._flex-shrink-0_gnvgd_607{flex-shrink:0!important}._flex-shrink-1_gnvgd_611{flex-shrink:1!important}._flex-wrap_gnvgd_615{flex-wrap:wrap!important}._flex-nowrap_gnvgd_619{flex-wrap:nowrap!important}._flex-wrap-reverse_gnvgd_623{flex-wrap:wrap-reverse!important}._gap-0_gnvgd_627{gap:0!important}._gap-1_gnvgd_631{gap:.25rem!important}._gap-2_gnvgd_635{gap:.5rem!important}._gap-3_gnvgd_639{gap:1rem!important}._gap-4_gnvgd_643{gap:1.5rem!important}._gap-5_gnvgd_647{gap:3rem!important}._justify-content-start_gnvgd_651{justify-content:flex-start!important}._justify-content-end_gnvgd_655{justify-content:flex-end!important}._justify-content-center_gnvgd_659{justify-content:center!important}._justify-content-between_gnvgd_663{justify-content:space-between!important}._justify-content-around_gnvgd_667{justify-content:space-around!important}._justify-content-evenly_gnvgd_671{justify-content:space-evenly!important}._align-items-start_gnvgd_675{align-items:flex-start!important}._align-items-end_gnvgd_679{align-items:flex-end!important}._align-items-center_gnvgd_683{align-items:center!important}._align-items-baseline_gnvgd_687{align-items:baseline!important}._align-items-stretch_gnvgd_691{align-items:stretch!important}._align-content-start_gnvgd_695{align-content:flex-start!important}._align-content-end_gnvgd_699{align-content:flex-end!important}._align-content-center_gnvgd_703{align-content:center!important}._align-content-between_gnvgd_707{align-content:space-between!important}._align-content-around_gnvgd_711{align-content:space-around!important}._align-content-stretch_gnvgd_715{align-content:stretch!important}._align-self-auto_gnvgd_719{align-self:auto!important}._align-self-start_gnvgd_723{align-self:flex-start!important}._align-self-end_gnvgd_727{align-self:flex-end!important}._align-self-center_gnvgd_731{align-self:center!important}._align-self-baseline_gnvgd_735{align-self:baseline!important}._align-self-stretch_gnvgd_739{align-self:stretch!important}._order-first_gnvgd_743{order:-1!important}._order-0_gnvgd_747{order:0!important}._order-1_gnvgd_751{order:1!important}._order-2_gnvgd_755{order:2!important}._order-3_gnvgd_759{order:3!important}._order-4_gnvgd_763{order:4!important}._order-5_gnvgd_767{order:5!important}._order-last_gnvgd_771{order:6!important}._m-0_gnvgd_775{margin:0!important}._m-1_gnvgd_779{margin:.25rem!important}._m-2_gnvgd_783{margin:.5rem!important}._m-3_gnvgd_787{margin:1rem!important}._m-4_gnvgd_791{margin:1.5rem!important}._m-5_gnvgd_795{margin:3rem!important}._m-auto_gnvgd_799{margin:auto!important}._mx-0_gnvgd_803{margin-right:0!important;margin-left:0!important}._mx-1_gnvgd_808{margin-right:.25rem!important;margin-left:.25rem!important}._mx-2_gnvgd_813{margin-right:.5rem!important;margin-left:.5rem!important}._mx-3_gnvgd_818{margin-right:1rem!important;margin-left:1rem!important}._mx-4_gnvgd_823{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-5_gnvgd_828{margin-right:3rem!important;margin-left:3rem!important}._mx-auto_gnvgd_833{margin-right:auto!important;margin-left:auto!important}._my-0_gnvgd_838{margin-top:0!important;margin-bottom:0!important}._my-1_gnvgd_843{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-2_gnvgd_848{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-3_gnvgd_853{margin-top:1rem!important;margin-bottom:1rem!important}._my-4_gnvgd_858{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-5_gnvgd_863{margin-top:3rem!important;margin-bottom:3rem!important}._my-auto_gnvgd_868{margin-top:auto!important;margin-bottom:auto!important}._mt-0_gnvgd_873{margin-top:0!important}._mt-1_gnvgd_877{margin-top:.25rem!important}._mt-2_gnvgd_881{margin-top:.5rem!important}._mt-3_gnvgd_885{margin-top:1rem!important}._mt-4_gnvgd_889{margin-top:1.5rem!important}._mt-5_gnvgd_893{margin-top:3rem!important}._mt-auto_gnvgd_897{margin-top:auto!important}._me-0_gnvgd_901{margin-right:0!important}._me-1_gnvgd_905{margin-right:.25rem!important}._me-2_gnvgd_909{margin-right:.5rem!important}._me-3_gnvgd_913{margin-right:1rem!important}._me-4_gnvgd_917{margin-right:1.5rem!important}._me-5_gnvgd_921{margin-right:3rem!important}._me-auto_gnvgd_925{margin-right:auto!important}._mb-0_gnvgd_929{margin-bottom:0!important}._mb-1_gnvgd_933{margin-bottom:.25rem!important}._mb-2_gnvgd_937{margin-bottom:.5rem!important}._mb-3_gnvgd_941{margin-bottom:1rem!important}._mb-4_gnvgd_945{margin-bottom:1.5rem!important}._mb-5_gnvgd_949{margin-bottom:3rem!important}._mb-auto_gnvgd_953{margin-bottom:auto!important}._ms-0_gnvgd_957{margin-left:0!important}._ms-1_gnvgd_961{margin-left:.25rem!important}._ms-2_gnvgd_965{margin-left:.5rem!important}._ms-3_gnvgd_969{margin-left:1rem!important}._ms-4_gnvgd_973{margin-left:1.5rem!important}._ms-5_gnvgd_977{margin-left:3rem!important}._ms-auto_gnvgd_981{margin-left:auto!important}._p-0_gnvgd_985{padding:0!important}._p-1_gnvgd_989{padding:.25rem!important}._p-2_gnvgd_993{padding:.5rem!important}._p-3_gnvgd_997{padding:1rem!important}._p-4_gnvgd_1001{padding:1.5rem!important}._p-5_gnvgd_1005{padding:3rem!important}._px-0_gnvgd_1009{padding-right:0!important;padding-left:0!important}._px-1_gnvgd_1014{padding-right:.25rem!important;padding-left:.25rem!important}._px-2_gnvgd_1019{padding-right:.5rem!important;padding-left:.5rem!important}._px-3_gnvgd_1024{padding-right:1rem!important;padding-left:1rem!important}._px-4_gnvgd_1029{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-5_gnvgd_1034{padding-right:3rem!important;padding-left:3rem!important}._py-0_gnvgd_1039{padding-top:0!important;padding-bottom:0!important}._py-1_gnvgd_1044{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-2_gnvgd_1049{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-3_gnvgd_1054{padding-top:1rem!important;padding-bottom:1rem!important}._py-4_gnvgd_1059{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-5_gnvgd_1064{padding-top:3rem!important;padding-bottom:3rem!important}._pt-0_gnvgd_1069{padding-top:0!important}._pt-1_gnvgd_1073{padding-top:.25rem!important}._pt-2_gnvgd_1077{padding-top:.5rem!important}._pt-3_gnvgd_1081{padding-top:1rem!important}._pt-4_gnvgd_1085{padding-top:1.5rem!important}._pt-5_gnvgd_1089{padding-top:3rem!important}._pe-0_gnvgd_1093{padding-right:0!important}._pe-1_gnvgd_1097{padding-right:.25rem!important}._pe-2_gnvgd_1101{padding-right:.5rem!important}._pe-3_gnvgd_1105{padding-right:1rem!important}._pe-4_gnvgd_1109{padding-right:1.5rem!important}._pe-5_gnvgd_1113{padding-right:3rem!important}._pb-0_gnvgd_1117{padding-bottom:0!important}._pb-1_gnvgd_1121{padding-bottom:.25rem!important}._pb-2_gnvgd_1125{padding-bottom:.5rem!important}._pb-3_gnvgd_1129{padding-bottom:1rem!important}._pb-4_gnvgd_1133{padding-bottom:1.5rem!important}._pb-5_gnvgd_1137{padding-bottom:3rem!important}._ps-0_gnvgd_1141{padding-left:0!important}._ps-1_gnvgd_1145{padding-left:.25rem!important}._ps-2_gnvgd_1149{padding-left:.5rem!important}._ps-3_gnvgd_1153{padding-left:1rem!important}._ps-4_gnvgd_1157{padding-left:1.5rem!important}._ps-5_gnvgd_1161{padding-left:3rem!important}._font-monospace_gnvgd_1165{font-family:var(--bs-font-monospace)!important}._fs-1_gnvgd_1169{font-size:calc(1.375rem + 1.5vw)!important}._fs-2_gnvgd_1173{font-size:calc(1.325rem + .9vw)!important}._fs-3_gnvgd_1177{font-size:calc(1.3rem + .6vw)!important}._fs-4_gnvgd_1181{font-size:calc(1.275rem + .3vw)!important}._fs-5_gnvgd_1185{font-size:1.25rem!important}._fs-6_gnvgd_1189{font-size:1rem!important}._fst-italic_gnvgd_1193{font-style:italic!important}._fst-normal_gnvgd_1197{font-style:normal!important}._fw-light_gnvgd_1201{font-weight:300!important}._fw-lighter_gnvgd_1205{font-weight:lighter!important}._fw-normal_gnvgd_1209{font-weight:400!important}._fw-bold_gnvgd_1213{font-weight:700!important}._fw-bolder_gnvgd_1217{font-weight:bolder!important}._lh-1_gnvgd_1221{line-height:1!important}._lh-sm_gnvgd_1225{line-height:1.25!important}._lh-base_gnvgd_1229{line-height:1.5!important}._lh-lg_gnvgd_1233{line-height:2!important}._text-start_gnvgd_1237{text-align:left!important}._text-end_gnvgd_1241{text-align:right!important}._text-center_gnvgd_1245{text-align:center!important}._text-decoration-none_gnvgd_1249{text-decoration:none!important}._text-decoration-underline_gnvgd_1253{text-decoration:underline!important}._text-decoration-line-through_gnvgd_1257{text-decoration:line-through!important}._text-lowercase_gnvgd_1261{text-transform:lowercase!important}._text-uppercase_gnvgd_1265{text-transform:uppercase!important}._text-capitalize_gnvgd_1269{text-transform:capitalize!important}._text-wrap_gnvgd_1273{white-space:normal!important}._text-nowrap_gnvgd_1277{white-space:nowrap!important}._text-break_gnvgd_1282{word-wrap:break-word!important;word-break:break-word!important}._text-primary_gnvgd_1288{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}._text-secondary_gnvgd_1293{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}._text-success_gnvgd_1298{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}._text-info_gnvgd_1303{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}._text-warning_gnvgd_1308{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}._text-danger_gnvgd_1313{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}._text-light_gnvgd_1318{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}._text-dark_gnvgd_1323{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}._text-black_gnvgd_1328{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}._text-white_gnvgd_1333{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}._text-body_gnvgd_1338{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}._text-muted_gnvgd_1343{--bs-text-opacity: 1;color:#6c757d!important}._text-black-50_gnvgd_1348{--bs-text-opacity: 1;color:#00000080!important}._text-white-50_gnvgd_1353{--bs-text-opacity: 1;color:#ffffff80!important}._text-reset_gnvgd_1358{--bs-text-opacity: 1;color:inherit!important}._text-opacity-25_gnvgd_1363{--bs-text-opacity: .25}._text-opacity-50_gnvgd_1367{--bs-text-opacity: .5}._text-opacity-75_gnvgd_1371{--bs-text-opacity: .75}._text-opacity-100_gnvgd_1375{--bs-text-opacity: 1}._bg-primary_gnvgd_1379{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}._bg-secondary_gnvgd_1384{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}._bg-success_gnvgd_1389{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}._bg-info_gnvgd_1394{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}._bg-warning_gnvgd_1399{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}._bg-danger_gnvgd_1404{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}._bg-light_gnvgd_1409{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}._bg-dark_gnvgd_1414{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}._bg-black_gnvgd_1419{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}._bg-white_gnvgd_1424{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}._bg-body_gnvgd_1429{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}._bg-transparent_gnvgd_1434{--bs-bg-opacity: 1;background-color:transparent!important}._bg-opacity-10_gnvgd_1439{--bs-bg-opacity: .1}._bg-opacity-25_gnvgd_1443{--bs-bg-opacity: .25}._bg-opacity-50_gnvgd_1447{--bs-bg-opacity: .5}._bg-opacity-75_gnvgd_1451{--bs-bg-opacity: .75}._bg-opacity-100_gnvgd_1455{--bs-bg-opacity: 1}._bg-gradient_gnvgd_1459{background-image:var(--bs-gradient)!important}._user-select-all_gnvgd_1463{-webkit-user-select:all!important;user-select:all!important}._user-select-auto_gnvgd_1467{-webkit-user-select:auto!important;user-select:auto!important}._user-select-none_gnvgd_1471{-webkit-user-select:none!important;user-select:none!important}._pe-none_gnvgd_1475{pointer-events:none!important}._pe-auto_gnvgd_1479{pointer-events:auto!important}._rounded_gnvgd_1483{border-radius:.25rem!important}._rounded-0_gnvgd_1487{border-radius:0!important}._rounded-1_gnvgd_1491{border-radius:.2rem!important}._rounded-2_gnvgd_1495{border-radius:.25rem!important}._rounded-3_gnvgd_1499{border-radius:.3rem!important}._rounded-circle_gnvgd_1503{border-radius:50%!important}._rounded-pill_gnvgd_1507{border-radius:50rem!important}._rounded-top_gnvgd_1511{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}._rounded-end_gnvgd_1516{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}._rounded-bottom_gnvgd_1521{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}._rounded-start_gnvgd_1526{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}._visible_gnvgd_1531{visibility:visible!important}._invisible_gnvgd_1535{visibility:hidden!important}@media (min-width: 576px){._float-sm-start_gnvgd_1540{float:left!important}._float-sm-end_gnvgd_1543{float:right!important}._float-sm-none_gnvgd_1546{float:none!important}._d-sm-inline_gnvgd_1549{display:inline!important}._d-sm-inline-block_gnvgd_1552{display:inline-block!important}._d-sm-block_gnvgd_1555{display:block!important}._d-sm-grid_gnvgd_1558{display:grid!important}._d-sm-table_gnvgd_1561{display:table!important}._d-sm-table-row_gnvgd_1564{display:table-row!important}._d-sm-table-cell_gnvgd_1567{display:table-cell!important}._d-sm-flex_gnvgd_1570{display:flex!important}._d-sm-inline-flex_gnvgd_1573{display:inline-flex!important}._d-sm-none_gnvgd_1576{display:none!important}._flex-sm-fill_gnvgd_1579{flex:1 1 auto!important}._flex-sm-row_gnvgd_1582{flex-direction:row!important}._flex-sm-column_gnvgd_1585{flex-direction:column!important}._flex-sm-row-reverse_gnvgd_1588{flex-direction:row-reverse!important}._flex-sm-column-reverse_gnvgd_1591{flex-direction:column-reverse!important}._flex-sm-grow-0_gnvgd_1594{flex-grow:0!important}._flex-sm-grow-1_gnvgd_1597{flex-grow:1!important}._flex-sm-shrink-0_gnvgd_1600{flex-shrink:0!important}._flex-sm-shrink-1_gnvgd_1603{flex-shrink:1!important}._flex-sm-wrap_gnvgd_1606{flex-wrap:wrap!important}._flex-sm-nowrap_gnvgd_1609{flex-wrap:nowrap!important}._flex-sm-wrap-reverse_gnvgd_1612{flex-wrap:wrap-reverse!important}._gap-sm-0_gnvgd_1615{gap:0!important}._gap-sm-1_gnvgd_1618{gap:.25rem!important}._gap-sm-2_gnvgd_1621{gap:.5rem!important}._gap-sm-3_gnvgd_1624{gap:1rem!important}._gap-sm-4_gnvgd_1627{gap:1.5rem!important}._gap-sm-5_gnvgd_1630{gap:3rem!important}._justify-content-sm-start_gnvgd_1633{justify-content:flex-start!important}._justify-content-sm-end_gnvgd_1636{justify-content:flex-end!important}._justify-content-sm-center_gnvgd_1639{justify-content:center!important}._justify-content-sm-between_gnvgd_1642{justify-content:space-between!important}._justify-content-sm-around_gnvgd_1645{justify-content:space-around!important}._justify-content-sm-evenly_gnvgd_1648{justify-content:space-evenly!important}._align-items-sm-start_gnvgd_1651{align-items:flex-start!important}._align-items-sm-end_gnvgd_1654{align-items:flex-end!important}._align-items-sm-center_gnvgd_1657{align-items:center!important}._align-items-sm-baseline_gnvgd_1660{align-items:baseline!important}._align-items-sm-stretch_gnvgd_1663{align-items:stretch!important}._align-content-sm-start_gnvgd_1666{align-content:flex-start!important}._align-content-sm-end_gnvgd_1669{align-content:flex-end!important}._align-content-sm-center_gnvgd_1672{align-content:center!important}._align-content-sm-between_gnvgd_1675{align-content:space-between!important}._align-content-sm-around_gnvgd_1678{align-content:space-around!important}._align-content-sm-stretch_gnvgd_1681{align-content:stretch!important}._align-self-sm-auto_gnvgd_1684{align-self:auto!important}._align-self-sm-start_gnvgd_1687{align-self:flex-start!important}._align-self-sm-end_gnvgd_1690{align-self:flex-end!important}._align-self-sm-center_gnvgd_1693{align-self:center!important}._align-self-sm-baseline_gnvgd_1696{align-self:baseline!important}._align-self-sm-stretch_gnvgd_1699{align-self:stretch!important}._order-sm-first_gnvgd_1702{order:-1!important}._order-sm-0_gnvgd_1705{order:0!important}._order-sm-1_gnvgd_1708{order:1!important}._order-sm-2_gnvgd_1711{order:2!important}._order-sm-3_gnvgd_1714{order:3!important}._order-sm-4_gnvgd_1717{order:4!important}._order-sm-5_gnvgd_1720{order:5!important}._order-sm-last_gnvgd_1723{order:6!important}._m-sm-0_gnvgd_1726{margin:0!important}._m-sm-1_gnvgd_1729{margin:.25rem!important}._m-sm-2_gnvgd_1732{margin:.5rem!important}._m-sm-3_gnvgd_1735{margin:1rem!important}._m-sm-4_gnvgd_1738{margin:1.5rem!important}._m-sm-5_gnvgd_1741{margin:3rem!important}._m-sm-auto_gnvgd_1744{margin:auto!important}._mx-sm-0_gnvgd_1747{margin-right:0!important;margin-left:0!important}._mx-sm-1_gnvgd_1751{margin-right:.25rem!important;margin-left:.25rem!important}._mx-sm-2_gnvgd_1755{margin-right:.5rem!important;margin-left:.5rem!important}._mx-sm-3_gnvgd_1759{margin-right:1rem!important;margin-left:1rem!important}._mx-sm-4_gnvgd_1763{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-sm-5_gnvgd_1767{margin-right:3rem!important;margin-left:3rem!important}._mx-sm-auto_gnvgd_1771{margin-right:auto!important;margin-left:auto!important}._my-sm-0_gnvgd_1775{margin-top:0!important;margin-bottom:0!important}._my-sm-1_gnvgd_1779{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-sm-2_gnvgd_1783{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-sm-3_gnvgd_1787{margin-top:1rem!important;margin-bottom:1rem!important}._my-sm-4_gnvgd_1791{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-sm-5_gnvgd_1795{margin-top:3rem!important;margin-bottom:3rem!important}._my-sm-auto_gnvgd_1799{margin-top:auto!important;margin-bottom:auto!important}._mt-sm-0_gnvgd_1803{margin-top:0!important}._mt-sm-1_gnvgd_1806{margin-top:.25rem!important}._mt-sm-2_gnvgd_1809{margin-top:.5rem!important}._mt-sm-3_gnvgd_1812{margin-top:1rem!important}._mt-sm-4_gnvgd_1815{margin-top:1.5rem!important}._mt-sm-5_gnvgd_1818{margin-top:3rem!important}._mt-sm-auto_gnvgd_1821{margin-top:auto!important}._me-sm-0_gnvgd_1824{margin-right:0!important}._me-sm-1_gnvgd_1827{margin-right:.25rem!important}._me-sm-2_gnvgd_1830{margin-right:.5rem!important}._me-sm-3_gnvgd_1833{margin-right:1rem!important}._me-sm-4_gnvgd_1836{margin-right:1.5rem!important}._me-sm-5_gnvgd_1839{margin-right:3rem!important}._me-sm-auto_gnvgd_1842{margin-right:auto!important}._mb-sm-0_gnvgd_1845{margin-bottom:0!important}._mb-sm-1_gnvgd_1848{margin-bottom:.25rem!important}._mb-sm-2_gnvgd_1851{margin-bottom:.5rem!important}._mb-sm-3_gnvgd_1854{margin-bottom:1rem!important}._mb-sm-4_gnvgd_1857{margin-bottom:1.5rem!important}._mb-sm-5_gnvgd_1860{margin-bottom:3rem!important}._mb-sm-auto_gnvgd_1863{margin-bottom:auto!important}._ms-sm-0_gnvgd_1866{margin-left:0!important}._ms-sm-1_gnvgd_1869{margin-left:.25rem!important}._ms-sm-2_gnvgd_1872{margin-left:.5rem!important}._ms-sm-3_gnvgd_1875{margin-left:1rem!important}._ms-sm-4_gnvgd_1878{margin-left:1.5rem!important}._ms-sm-5_gnvgd_1881{margin-left:3rem!important}._ms-sm-auto_gnvgd_1884{margin-left:auto!important}._p-sm-0_gnvgd_1887{padding:0!important}._p-sm-1_gnvgd_1890{padding:.25rem!important}._p-sm-2_gnvgd_1893{padding:.5rem!important}._p-sm-3_gnvgd_1896{padding:1rem!important}._p-sm-4_gnvgd_1899{padding:1.5rem!important}._p-sm-5_gnvgd_1902{padding:3rem!important}._px-sm-0_gnvgd_1905{padding-right:0!important;padding-left:0!important}._px-sm-1_gnvgd_1909{padding-right:.25rem!important;padding-left:.25rem!important}._px-sm-2_gnvgd_1913{padding-right:.5rem!important;padding-left:.5rem!important}._px-sm-3_gnvgd_1917{padding-right:1rem!important;padding-left:1rem!important}._px-sm-4_gnvgd_1921{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-sm-5_gnvgd_1925{padding-right:3rem!important;padding-left:3rem!important}._py-sm-0_gnvgd_1929{padding-top:0!important;padding-bottom:0!important}._py-sm-1_gnvgd_1933{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-sm-2_gnvgd_1937{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-sm-3_gnvgd_1941{padding-top:1rem!important;padding-bottom:1rem!important}._py-sm-4_gnvgd_1945{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-sm-5_gnvgd_1949{padding-top:3rem!important;padding-bottom:3rem!important}._pt-sm-0_gnvgd_1953{padding-top:0!important}._pt-sm-1_gnvgd_1956{padding-top:.25rem!important}._pt-sm-2_gnvgd_1959{padding-top:.5rem!important}._pt-sm-3_gnvgd_1962{padding-top:1rem!important}._pt-sm-4_gnvgd_1965{padding-top:1.5rem!important}._pt-sm-5_gnvgd_1968{padding-top:3rem!important}._pe-sm-0_gnvgd_1971{padding-right:0!important}._pe-sm-1_gnvgd_1974{padding-right:.25rem!important}._pe-sm-2_gnvgd_1977{padding-right:.5rem!important}._pe-sm-3_gnvgd_1980{padding-right:1rem!important}._pe-sm-4_gnvgd_1983{padding-right:1.5rem!important}._pe-sm-5_gnvgd_1986{padding-right:3rem!important}._pb-sm-0_gnvgd_1989{padding-bottom:0!important}._pb-sm-1_gnvgd_1992{padding-bottom:.25rem!important}._pb-sm-2_gnvgd_1995{padding-bottom:.5rem!important}._pb-sm-3_gnvgd_1998{padding-bottom:1rem!important}._pb-sm-4_gnvgd_2001{padding-bottom:1.5rem!important}._pb-sm-5_gnvgd_2004{padding-bottom:3rem!important}._ps-sm-0_gnvgd_2007{padding-left:0!important}._ps-sm-1_gnvgd_2010{padding-left:.25rem!important}._ps-sm-2_gnvgd_2013{padding-left:.5rem!important}._ps-sm-3_gnvgd_2016{padding-left:1rem!important}._ps-sm-4_gnvgd_2019{padding-left:1.5rem!important}._ps-sm-5_gnvgd_2022{padding-left:3rem!important}._text-sm-start_gnvgd_2025{text-align:left!important}._text-sm-end_gnvgd_2028{text-align:right!important}._text-sm-center_gnvgd_2031{text-align:center!important}}@media (min-width: 768px){._float-md-start_gnvgd_2036{float:left!important}._float-md-end_gnvgd_2039{float:right!important}._float-md-none_gnvgd_2042{float:none!important}._d-md-inline_gnvgd_2045{display:inline!important}._d-md-inline-block_gnvgd_2048{display:inline-block!important}._d-md-block_gnvgd_2051{display:block!important}._d-md-grid_gnvgd_2054{display:grid!important}._d-md-table_gnvgd_2057{display:table!important}._d-md-table-row_gnvgd_2060{display:table-row!important}._d-md-table-cell_gnvgd_2063{display:table-cell!important}._d-md-flex_gnvgd_2066{display:flex!important}._d-md-inline-flex_gnvgd_2069{display:inline-flex!important}._d-md-none_gnvgd_2072{display:none!important}._flex-md-fill_gnvgd_2075{flex:1 1 auto!important}._flex-md-row_gnvgd_2078{flex-direction:row!important}._flex-md-column_gnvgd_2081{flex-direction:column!important}._flex-md-row-reverse_gnvgd_2084{flex-direction:row-reverse!important}._flex-md-column-reverse_gnvgd_2087{flex-direction:column-reverse!important}._flex-md-grow-0_gnvgd_2090{flex-grow:0!important}._flex-md-grow-1_gnvgd_2093{flex-grow:1!important}._flex-md-shrink-0_gnvgd_2096{flex-shrink:0!important}._flex-md-shrink-1_gnvgd_2099{flex-shrink:1!important}._flex-md-wrap_gnvgd_2102{flex-wrap:wrap!important}._flex-md-nowrap_gnvgd_2105{flex-wrap:nowrap!important}._flex-md-wrap-reverse_gnvgd_2108{flex-wrap:wrap-reverse!important}._gap-md-0_gnvgd_2111{gap:0!important}._gap-md-1_gnvgd_2114{gap:.25rem!important}._gap-md-2_gnvgd_2117{gap:.5rem!important}._gap-md-3_gnvgd_2120{gap:1rem!important}._gap-md-4_gnvgd_2123{gap:1.5rem!important}._gap-md-5_gnvgd_2126{gap:3rem!important}._justify-content-md-start_gnvgd_2129{justify-content:flex-start!important}._justify-content-md-end_gnvgd_2132{justify-content:flex-end!important}._justify-content-md-center_gnvgd_2135{justify-content:center!important}._justify-content-md-between_gnvgd_2138{justify-content:space-between!important}._justify-content-md-around_gnvgd_2141{justify-content:space-around!important}._justify-content-md-evenly_gnvgd_2144{justify-content:space-evenly!important}._align-items-md-start_gnvgd_2147{align-items:flex-start!important}._align-items-md-end_gnvgd_2150{align-items:flex-end!important}._align-items-md-center_gnvgd_2153{align-items:center!important}._align-items-md-baseline_gnvgd_2156{align-items:baseline!important}._align-items-md-stretch_gnvgd_2159{align-items:stretch!important}._align-content-md-start_gnvgd_2162{align-content:flex-start!important}._align-content-md-end_gnvgd_2165{align-content:flex-end!important}._align-content-md-center_gnvgd_2168{align-content:center!important}._align-content-md-between_gnvgd_2171{align-content:space-between!important}._align-content-md-around_gnvgd_2174{align-content:space-around!important}._align-content-md-stretch_gnvgd_2177{align-content:stretch!important}._align-self-md-auto_gnvgd_2180{align-self:auto!important}._align-self-md-start_gnvgd_2183{align-self:flex-start!important}._align-self-md-end_gnvgd_2186{align-self:flex-end!important}._align-self-md-center_gnvgd_2189{align-self:center!important}._align-self-md-baseline_gnvgd_2192{align-self:baseline!important}._align-self-md-stretch_gnvgd_2195{align-self:stretch!important}._order-md-first_gnvgd_2198{order:-1!important}._order-md-0_gnvgd_2201{order:0!important}._order-md-1_gnvgd_2204{order:1!important}._order-md-2_gnvgd_2207{order:2!important}._order-md-3_gnvgd_2210{order:3!important}._order-md-4_gnvgd_2213{order:4!important}._order-md-5_gnvgd_2216{order:5!important}._order-md-last_gnvgd_2219{order:6!important}._m-md-0_gnvgd_2222{margin:0!important}._m-md-1_gnvgd_2225{margin:.25rem!important}._m-md-2_gnvgd_2228{margin:.5rem!important}._m-md-3_gnvgd_2231{margin:1rem!important}._m-md-4_gnvgd_2234{margin:1.5rem!important}._m-md-5_gnvgd_2237{margin:3rem!important}._m-md-auto_gnvgd_2240{margin:auto!important}._mx-md-0_gnvgd_2243{margin-right:0!important;margin-left:0!important}._mx-md-1_gnvgd_2247{margin-right:.25rem!important;margin-left:.25rem!important}._mx-md-2_gnvgd_2251{margin-right:.5rem!important;margin-left:.5rem!important}._mx-md-3_gnvgd_2255{margin-right:1rem!important;margin-left:1rem!important}._mx-md-4_gnvgd_2259{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-md-5_gnvgd_2263{margin-right:3rem!important;margin-left:3rem!important}._mx-md-auto_gnvgd_2267{margin-right:auto!important;margin-left:auto!important}._my-md-0_gnvgd_2271{margin-top:0!important;margin-bottom:0!important}._my-md-1_gnvgd_2275{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-md-2_gnvgd_2279{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-md-3_gnvgd_2283{margin-top:1rem!important;margin-bottom:1rem!important}._my-md-4_gnvgd_2287{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-md-5_gnvgd_2291{margin-top:3rem!important;margin-bottom:3rem!important}._my-md-auto_gnvgd_2295{margin-top:auto!important;margin-bottom:auto!important}._mt-md-0_gnvgd_2299{margin-top:0!important}._mt-md-1_gnvgd_2302{margin-top:.25rem!important}._mt-md-2_gnvgd_2305{margin-top:.5rem!important}._mt-md-3_gnvgd_2308{margin-top:1rem!important}._mt-md-4_gnvgd_2311{margin-top:1.5rem!important}._mt-md-5_gnvgd_2314{margin-top:3rem!important}._mt-md-auto_gnvgd_2317{margin-top:auto!important}._me-md-0_gnvgd_2320{margin-right:0!important}._me-md-1_gnvgd_2323{margin-right:.25rem!important}._me-md-2_gnvgd_2326{margin-right:.5rem!important}._me-md-3_gnvgd_2329{margin-right:1rem!important}._me-md-4_gnvgd_2332{margin-right:1.5rem!important}._me-md-5_gnvgd_2335{margin-right:3rem!important}._me-md-auto_gnvgd_2338{margin-right:auto!important}._mb-md-0_gnvgd_2341{margin-bottom:0!important}._mb-md-1_gnvgd_2344{margin-bottom:.25rem!important}._mb-md-2_gnvgd_2347{margin-bottom:.5rem!important}._mb-md-3_gnvgd_2350{margin-bottom:1rem!important}._mb-md-4_gnvgd_2353{margin-bottom:1.5rem!important}._mb-md-5_gnvgd_2356{margin-bottom:3rem!important}._mb-md-auto_gnvgd_2359{margin-bottom:auto!important}._ms-md-0_gnvgd_2362{margin-left:0!important}._ms-md-1_gnvgd_2365{margin-left:.25rem!important}._ms-md-2_gnvgd_2368{margin-left:.5rem!important}._ms-md-3_gnvgd_2371{margin-left:1rem!important}._ms-md-4_gnvgd_2374{margin-left:1.5rem!important}._ms-md-5_gnvgd_2377{margin-left:3rem!important}._ms-md-auto_gnvgd_2380{margin-left:auto!important}._p-md-0_gnvgd_2383{padding:0!important}._p-md-1_gnvgd_2386{padding:.25rem!important}._p-md-2_gnvgd_2389{padding:.5rem!important}._p-md-3_gnvgd_2392{padding:1rem!important}._p-md-4_gnvgd_2395{padding:1.5rem!important}._p-md-5_gnvgd_2398{padding:3rem!important}._px-md-0_gnvgd_2401{padding-right:0!important;padding-left:0!important}._px-md-1_gnvgd_2405{padding-right:.25rem!important;padding-left:.25rem!important}._px-md-2_gnvgd_2409{padding-right:.5rem!important;padding-left:.5rem!important}._px-md-3_gnvgd_2413{padding-right:1rem!important;padding-left:1rem!important}._px-md-4_gnvgd_2417{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-md-5_gnvgd_2421{padding-right:3rem!important;padding-left:3rem!important}._py-md-0_gnvgd_2425{padding-top:0!important;padding-bottom:0!important}._py-md-1_gnvgd_2429{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-md-2_gnvgd_2433{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-md-3_gnvgd_2437{padding-top:1rem!important;padding-bottom:1rem!important}._py-md-4_gnvgd_2441{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-md-5_gnvgd_2445{padding-top:3rem!important;padding-bottom:3rem!important}._pt-md-0_gnvgd_2449{padding-top:0!important}._pt-md-1_gnvgd_2452{padding-top:.25rem!important}._pt-md-2_gnvgd_2455{padding-top:.5rem!important}._pt-md-3_gnvgd_2458{padding-top:1rem!important}._pt-md-4_gnvgd_2461{padding-top:1.5rem!important}._pt-md-5_gnvgd_2464{padding-top:3rem!important}._pe-md-0_gnvgd_2467{padding-right:0!important}._pe-md-1_gnvgd_2470{padding-right:.25rem!important}._pe-md-2_gnvgd_2473{padding-right:.5rem!important}._pe-md-3_gnvgd_2476{padding-right:1rem!important}._pe-md-4_gnvgd_2479{padding-right:1.5rem!important}._pe-md-5_gnvgd_2482{padding-right:3rem!important}._pb-md-0_gnvgd_2485{padding-bottom:0!important}._pb-md-1_gnvgd_2488{padding-bottom:.25rem!important}._pb-md-2_gnvgd_2491{padding-bottom:.5rem!important}._pb-md-3_gnvgd_2494{padding-bottom:1rem!important}._pb-md-4_gnvgd_2497{padding-bottom:1.5rem!important}._pb-md-5_gnvgd_2500{padding-bottom:3rem!important}._ps-md-0_gnvgd_2503{padding-left:0!important}._ps-md-1_gnvgd_2506{padding-left:.25rem!important}._ps-md-2_gnvgd_2509{padding-left:.5rem!important}._ps-md-3_gnvgd_2512{padding-left:1rem!important}._ps-md-4_gnvgd_2515{padding-left:1.5rem!important}._ps-md-5_gnvgd_2518{padding-left:3rem!important}._text-md-start_gnvgd_2521{text-align:left!important}._text-md-end_gnvgd_2524{text-align:right!important}._text-md-center_gnvgd_2527{text-align:center!important}}@media (min-width: 992px){._float-lg-start_gnvgd_2532{float:left!important}._float-lg-end_gnvgd_2535{float:right!important}._float-lg-none_gnvgd_2538{float:none!important}._d-lg-inline_gnvgd_2541{display:inline!important}._d-lg-inline-block_gnvgd_2544{display:inline-block!important}._d-lg-block_gnvgd_2547{display:block!important}._d-lg-grid_gnvgd_2550{display:grid!important}._d-lg-table_gnvgd_2553{display:table!important}._d-lg-table-row_gnvgd_2556{display:table-row!important}._d-lg-table-cell_gnvgd_2559{display:table-cell!important}._d-lg-flex_gnvgd_2562{display:flex!important}._d-lg-inline-flex_gnvgd_2565{display:inline-flex!important}._d-lg-none_gnvgd_2568{display:none!important}._flex-lg-fill_gnvgd_2571{flex:1 1 auto!important}._flex-lg-row_gnvgd_2574{flex-direction:row!important}._flex-lg-column_gnvgd_2577{flex-direction:column!important}._flex-lg-row-reverse_gnvgd_2580{flex-direction:row-reverse!important}._flex-lg-column-reverse_gnvgd_2583{flex-direction:column-reverse!important}._flex-lg-grow-0_gnvgd_2586{flex-grow:0!important}._flex-lg-grow-1_gnvgd_2589{flex-grow:1!important}._flex-lg-shrink-0_gnvgd_2592{flex-shrink:0!important}._flex-lg-shrink-1_gnvgd_2595{flex-shrink:1!important}._flex-lg-wrap_gnvgd_2598{flex-wrap:wrap!important}._flex-lg-nowrap_gnvgd_2601{flex-wrap:nowrap!important}._flex-lg-wrap-reverse_gnvgd_2604{flex-wrap:wrap-reverse!important}._gap-lg-0_gnvgd_2607{gap:0!important}._gap-lg-1_gnvgd_2610{gap:.25rem!important}._gap-lg-2_gnvgd_2613{gap:.5rem!important}._gap-lg-3_gnvgd_2616{gap:1rem!important}._gap-lg-4_gnvgd_2619{gap:1.5rem!important}._gap-lg-5_gnvgd_2622{gap:3rem!important}._justify-content-lg-start_gnvgd_2625{justify-content:flex-start!important}._justify-content-lg-end_gnvgd_2628{justify-content:flex-end!important}._justify-content-lg-center_gnvgd_2631{justify-content:center!important}._justify-content-lg-between_gnvgd_2634{justify-content:space-between!important}._justify-content-lg-around_gnvgd_2637{justify-content:space-around!important}._justify-content-lg-evenly_gnvgd_2640{justify-content:space-evenly!important}._align-items-lg-start_gnvgd_2643{align-items:flex-start!important}._align-items-lg-end_gnvgd_2646{align-items:flex-end!important}._align-items-lg-center_gnvgd_2649{align-items:center!important}._align-items-lg-baseline_gnvgd_2652{align-items:baseline!important}._align-items-lg-stretch_gnvgd_2655{align-items:stretch!important}._align-content-lg-start_gnvgd_2658{align-content:flex-start!important}._align-content-lg-end_gnvgd_2661{align-content:flex-end!important}._align-content-lg-center_gnvgd_2664{align-content:center!important}._align-content-lg-between_gnvgd_2667{align-content:space-between!important}._align-content-lg-around_gnvgd_2670{align-content:space-around!important}._align-content-lg-stretch_gnvgd_2673{align-content:stretch!important}._align-self-lg-auto_gnvgd_2676{align-self:auto!important}._align-self-lg-start_gnvgd_2679{align-self:flex-start!important}._align-self-lg-end_gnvgd_2682{align-self:flex-end!important}._align-self-lg-center_gnvgd_2685{align-self:center!important}._align-self-lg-baseline_gnvgd_2688{align-self:baseline!important}._align-self-lg-stretch_gnvgd_2691{align-self:stretch!important}._order-lg-first_gnvgd_2694{order:-1!important}._order-lg-0_gnvgd_2697{order:0!important}._order-lg-1_gnvgd_2700{order:1!important}._order-lg-2_gnvgd_2703{order:2!important}._order-lg-3_gnvgd_2706{order:3!important}._order-lg-4_gnvgd_2709{order:4!important}._order-lg-5_gnvgd_2712{order:5!important}._order-lg-last_gnvgd_2715{order:6!important}._m-lg-0_gnvgd_2718{margin:0!important}._m-lg-1_gnvgd_2721{margin:.25rem!important}._m-lg-2_gnvgd_2724{margin:.5rem!important}._m-lg-3_gnvgd_2727{margin:1rem!important}._m-lg-4_gnvgd_2730{margin:1.5rem!important}._m-lg-5_gnvgd_2733{margin:3rem!important}._m-lg-auto_gnvgd_2736{margin:auto!important}._mx-lg-0_gnvgd_2739{margin-right:0!important;margin-left:0!important}._mx-lg-1_gnvgd_2743{margin-right:.25rem!important;margin-left:.25rem!important}._mx-lg-2_gnvgd_2747{margin-right:.5rem!important;margin-left:.5rem!important}._mx-lg-3_gnvgd_2751{margin-right:1rem!important;margin-left:1rem!important}._mx-lg-4_gnvgd_2755{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-lg-5_gnvgd_2759{margin-right:3rem!important;margin-left:3rem!important}._mx-lg-auto_gnvgd_2763{margin-right:auto!important;margin-left:auto!important}._my-lg-0_gnvgd_2767{margin-top:0!important;margin-bottom:0!important}._my-lg-1_gnvgd_2771{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-lg-2_gnvgd_2775{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-lg-3_gnvgd_2779{margin-top:1rem!important;margin-bottom:1rem!important}._my-lg-4_gnvgd_2783{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-lg-5_gnvgd_2787{margin-top:3rem!important;margin-bottom:3rem!important}._my-lg-auto_gnvgd_2791{margin-top:auto!important;margin-bottom:auto!important}._mt-lg-0_gnvgd_2795{margin-top:0!important}._mt-lg-1_gnvgd_2798{margin-top:.25rem!important}._mt-lg-2_gnvgd_2801{margin-top:.5rem!important}._mt-lg-3_gnvgd_2804{margin-top:1rem!important}._mt-lg-4_gnvgd_2807{margin-top:1.5rem!important}._mt-lg-5_gnvgd_2810{margin-top:3rem!important}._mt-lg-auto_gnvgd_2813{margin-top:auto!important}._me-lg-0_gnvgd_2816{margin-right:0!important}._me-lg-1_gnvgd_2819{margin-right:.25rem!important}._me-lg-2_gnvgd_2822{margin-right:.5rem!important}._me-lg-3_gnvgd_2825{margin-right:1rem!important}._me-lg-4_gnvgd_2828{margin-right:1.5rem!important}._me-lg-5_gnvgd_2831{margin-right:3rem!important}._me-lg-auto_gnvgd_2834{margin-right:auto!important}._mb-lg-0_gnvgd_2837{margin-bottom:0!important}._mb-lg-1_gnvgd_2840{margin-bottom:.25rem!important}._mb-lg-2_gnvgd_2843{margin-bottom:.5rem!important}._mb-lg-3_gnvgd_2846{margin-bottom:1rem!important}._mb-lg-4_gnvgd_2849{margin-bottom:1.5rem!important}._mb-lg-5_gnvgd_2852{margin-bottom:3rem!important}._mb-lg-auto_gnvgd_2855{margin-bottom:auto!important}._ms-lg-0_gnvgd_2858{margin-left:0!important}._ms-lg-1_gnvgd_2861{margin-left:.25rem!important}._ms-lg-2_gnvgd_2864{margin-left:.5rem!important}._ms-lg-3_gnvgd_2867{margin-left:1rem!important}._ms-lg-4_gnvgd_2870{margin-left:1.5rem!important}._ms-lg-5_gnvgd_2873{margin-left:3rem!important}._ms-lg-auto_gnvgd_2876{margin-left:auto!important}._p-lg-0_gnvgd_2879{padding:0!important}._p-lg-1_gnvgd_2882{padding:.25rem!important}._p-lg-2_gnvgd_2885{padding:.5rem!important}._p-lg-3_gnvgd_2888{padding:1rem!important}._p-lg-4_gnvgd_2891{padding:1.5rem!important}._p-lg-5_gnvgd_2894{padding:3rem!important}._px-lg-0_gnvgd_2897{padding-right:0!important;padding-left:0!important}._px-lg-1_gnvgd_2901{padding-right:.25rem!important;padding-left:.25rem!important}._px-lg-2_gnvgd_2905{padding-right:.5rem!important;padding-left:.5rem!important}._px-lg-3_gnvgd_2909{padding-right:1rem!important;padding-left:1rem!important}._px-lg-4_gnvgd_2913{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-lg-5_gnvgd_2917{padding-right:3rem!important;padding-left:3rem!important}._py-lg-0_gnvgd_2921{padding-top:0!important;padding-bottom:0!important}._py-lg-1_gnvgd_2925{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-lg-2_gnvgd_2929{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-lg-3_gnvgd_2933{padding-top:1rem!important;padding-bottom:1rem!important}._py-lg-4_gnvgd_2937{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-lg-5_gnvgd_2941{padding-top:3rem!important;padding-bottom:3rem!important}._pt-lg-0_gnvgd_2945{padding-top:0!important}._pt-lg-1_gnvgd_2948{padding-top:.25rem!important}._pt-lg-2_gnvgd_2951{padding-top:.5rem!important}._pt-lg-3_gnvgd_2954{padding-top:1rem!important}._pt-lg-4_gnvgd_2957{padding-top:1.5rem!important}._pt-lg-5_gnvgd_2960{padding-top:3rem!important}._pe-lg-0_gnvgd_2963{padding-right:0!important}._pe-lg-1_gnvgd_2966{padding-right:.25rem!important}._pe-lg-2_gnvgd_2969{padding-right:.5rem!important}._pe-lg-3_gnvgd_2972{padding-right:1rem!important}._pe-lg-4_gnvgd_2975{padding-right:1.5rem!important}._pe-lg-5_gnvgd_2978{padding-right:3rem!important}._pb-lg-0_gnvgd_2981{padding-bottom:0!important}._pb-lg-1_gnvgd_2984{padding-bottom:.25rem!important}._pb-lg-2_gnvgd_2987{padding-bottom:.5rem!important}._pb-lg-3_gnvgd_2990{padding-bottom:1rem!important}._pb-lg-4_gnvgd_2993{padding-bottom:1.5rem!important}._pb-lg-5_gnvgd_2996{padding-bottom:3rem!important}._ps-lg-0_gnvgd_2999{padding-left:0!important}._ps-lg-1_gnvgd_3002{padding-left:.25rem!important}._ps-lg-2_gnvgd_3005{padding-left:.5rem!important}._ps-lg-3_gnvgd_3008{padding-left:1rem!important}._ps-lg-4_gnvgd_3011{padding-left:1.5rem!important}._ps-lg-5_gnvgd_3014{padding-left:3rem!important}._text-lg-start_gnvgd_3017{text-align:left!important}._text-lg-end_gnvgd_3020{text-align:right!important}._text-lg-center_gnvgd_3023{text-align:center!important}}@media (min-width: 1200px){._float-xl-start_gnvgd_3028{float:left!important}._float-xl-end_gnvgd_3031{float:right!important}._float-xl-none_gnvgd_3034{float:none!important}._d-xl-inline_gnvgd_3037{display:inline!important}._d-xl-inline-block_gnvgd_3040{display:inline-block!important}._d-xl-block_gnvgd_3043{display:block!important}._d-xl-grid_gnvgd_3046{display:grid!important}._d-xl-table_gnvgd_3049{display:table!important}._d-xl-table-row_gnvgd_3052{display:table-row!important}._d-xl-table-cell_gnvgd_3055{display:table-cell!important}._d-xl-flex_gnvgd_3058{display:flex!important}._d-xl-inline-flex_gnvgd_3061{display:inline-flex!important}._d-xl-none_gnvgd_3064{display:none!important}._flex-xl-fill_gnvgd_3067{flex:1 1 auto!important}._flex-xl-row_gnvgd_3070{flex-direction:row!important}._flex-xl-column_gnvgd_3073{flex-direction:column!important}._flex-xl-row-reverse_gnvgd_3076{flex-direction:row-reverse!important}._flex-xl-column-reverse_gnvgd_3079{flex-direction:column-reverse!important}._flex-xl-grow-0_gnvgd_3082{flex-grow:0!important}._flex-xl-grow-1_gnvgd_3085{flex-grow:1!important}._flex-xl-shrink-0_gnvgd_3088{flex-shrink:0!important}._flex-xl-shrink-1_gnvgd_3091{flex-shrink:1!important}._flex-xl-wrap_gnvgd_3094{flex-wrap:wrap!important}._flex-xl-nowrap_gnvgd_3097{flex-wrap:nowrap!important}._flex-xl-wrap-reverse_gnvgd_3100{flex-wrap:wrap-reverse!important}._gap-xl-0_gnvgd_3103{gap:0!important}._gap-xl-1_gnvgd_3106{gap:.25rem!important}._gap-xl-2_gnvgd_3109{gap:.5rem!important}._gap-xl-3_gnvgd_3112{gap:1rem!important}._gap-xl-4_gnvgd_3115{gap:1.5rem!important}._gap-xl-5_gnvgd_3118{gap:3rem!important}._justify-content-xl-start_gnvgd_3121{justify-content:flex-start!important}._justify-content-xl-end_gnvgd_3124{justify-content:flex-end!important}._justify-content-xl-center_gnvgd_3127{justify-content:center!important}._justify-content-xl-between_gnvgd_3130{justify-content:space-between!important}._justify-content-xl-around_gnvgd_3133{justify-content:space-around!important}._justify-content-xl-evenly_gnvgd_3136{justify-content:space-evenly!important}._align-items-xl-start_gnvgd_3139{align-items:flex-start!important}._align-items-xl-end_gnvgd_3142{align-items:flex-end!important}._align-items-xl-center_gnvgd_3145{align-items:center!important}._align-items-xl-baseline_gnvgd_3148{align-items:baseline!important}._align-items-xl-stretch_gnvgd_3151{align-items:stretch!important}._align-content-xl-start_gnvgd_3154{align-content:flex-start!important}._align-content-xl-end_gnvgd_3157{align-content:flex-end!important}._align-content-xl-center_gnvgd_3160{align-content:center!important}._align-content-xl-between_gnvgd_3163{align-content:space-between!important}._align-content-xl-around_gnvgd_3166{align-content:space-around!important}._align-content-xl-stretch_gnvgd_3169{align-content:stretch!important}._align-self-xl-auto_gnvgd_3172{align-self:auto!important}._align-self-xl-start_gnvgd_3175{align-self:flex-start!important}._align-self-xl-end_gnvgd_3178{align-self:flex-end!important}._align-self-xl-center_gnvgd_3181{align-self:center!important}._align-self-xl-baseline_gnvgd_3184{align-self:baseline!important}._align-self-xl-stretch_gnvgd_3187{align-self:stretch!important}._order-xl-first_gnvgd_3190{order:-1!important}._order-xl-0_gnvgd_3193{order:0!important}._order-xl-1_gnvgd_3196{order:1!important}._order-xl-2_gnvgd_3199{order:2!important}._order-xl-3_gnvgd_3202{order:3!important}._order-xl-4_gnvgd_3205{order:4!important}._order-xl-5_gnvgd_3208{order:5!important}._order-xl-last_gnvgd_3211{order:6!important}._m-xl-0_gnvgd_3214{margin:0!important}._m-xl-1_gnvgd_3217{margin:.25rem!important}._m-xl-2_gnvgd_3220{margin:.5rem!important}._m-xl-3_gnvgd_3223{margin:1rem!important}._m-xl-4_gnvgd_3226{margin:1.5rem!important}._m-xl-5_gnvgd_3229{margin:3rem!important}._m-xl-auto_gnvgd_3232{margin:auto!important}._mx-xl-0_gnvgd_3235{margin-right:0!important;margin-left:0!important}._mx-xl-1_gnvgd_3239{margin-right:.25rem!important;margin-left:.25rem!important}._mx-xl-2_gnvgd_3243{margin-right:.5rem!important;margin-left:.5rem!important}._mx-xl-3_gnvgd_3247{margin-right:1rem!important;margin-left:1rem!important}._mx-xl-4_gnvgd_3251{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-xl-5_gnvgd_3255{margin-right:3rem!important;margin-left:3rem!important}._mx-xl-auto_gnvgd_3259{margin-right:auto!important;margin-left:auto!important}._my-xl-0_gnvgd_3263{margin-top:0!important;margin-bottom:0!important}._my-xl-1_gnvgd_3267{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-xl-2_gnvgd_3271{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-xl-3_gnvgd_3275{margin-top:1rem!important;margin-bottom:1rem!important}._my-xl-4_gnvgd_3279{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-xl-5_gnvgd_3283{margin-top:3rem!important;margin-bottom:3rem!important}._my-xl-auto_gnvgd_3287{margin-top:auto!important;margin-bottom:auto!important}._mt-xl-0_gnvgd_3291{margin-top:0!important}._mt-xl-1_gnvgd_3294{margin-top:.25rem!important}._mt-xl-2_gnvgd_3297{margin-top:.5rem!important}._mt-xl-3_gnvgd_3300{margin-top:1rem!important}._mt-xl-4_gnvgd_3303{margin-top:1.5rem!important}._mt-xl-5_gnvgd_3306{margin-top:3rem!important}._mt-xl-auto_gnvgd_3309{margin-top:auto!important}._me-xl-0_gnvgd_3312{margin-right:0!important}._me-xl-1_gnvgd_3315{margin-right:.25rem!important}._me-xl-2_gnvgd_3318{margin-right:.5rem!important}._me-xl-3_gnvgd_3321{margin-right:1rem!important}._me-xl-4_gnvgd_3324{margin-right:1.5rem!important}._me-xl-5_gnvgd_3327{margin-right:3rem!important}._me-xl-auto_gnvgd_3330{margin-right:auto!important}._mb-xl-0_gnvgd_3333{margin-bottom:0!important}._mb-xl-1_gnvgd_3336{margin-bottom:.25rem!important}._mb-xl-2_gnvgd_3339{margin-bottom:.5rem!important}._mb-xl-3_gnvgd_3342{margin-bottom:1rem!important}._mb-xl-4_gnvgd_3345{margin-bottom:1.5rem!important}._mb-xl-5_gnvgd_3348{margin-bottom:3rem!important}._mb-xl-auto_gnvgd_3351{margin-bottom:auto!important}._ms-xl-0_gnvgd_3354{margin-left:0!important}._ms-xl-1_gnvgd_3357{margin-left:.25rem!important}._ms-xl-2_gnvgd_3360{margin-left:.5rem!important}._ms-xl-3_gnvgd_3363{margin-left:1rem!important}._ms-xl-4_gnvgd_3366{margin-left:1.5rem!important}._ms-xl-5_gnvgd_3369{margin-left:3rem!important}._ms-xl-auto_gnvgd_3372{margin-left:auto!important}._p-xl-0_gnvgd_3375{padding:0!important}._p-xl-1_gnvgd_3378{padding:.25rem!important}._p-xl-2_gnvgd_3381{padding:.5rem!important}._p-xl-3_gnvgd_3384{padding:1rem!important}._p-xl-4_gnvgd_3387{padding:1.5rem!important}._p-xl-5_gnvgd_3390{padding:3rem!important}._px-xl-0_gnvgd_3393{padding-right:0!important;padding-left:0!important}._px-xl-1_gnvgd_3397{padding-right:.25rem!important;padding-left:.25rem!important}._px-xl-2_gnvgd_3401{padding-right:.5rem!important;padding-left:.5rem!important}._px-xl-3_gnvgd_3405{padding-right:1rem!important;padding-left:1rem!important}._px-xl-4_gnvgd_3409{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-xl-5_gnvgd_3413{padding-right:3rem!important;padding-left:3rem!important}._py-xl-0_gnvgd_3417{padding-top:0!important;padding-bottom:0!important}._py-xl-1_gnvgd_3421{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-xl-2_gnvgd_3425{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-xl-3_gnvgd_3429{padding-top:1rem!important;padding-bottom:1rem!important}._py-xl-4_gnvgd_3433{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-xl-5_gnvgd_3437{padding-top:3rem!important;padding-bottom:3rem!important}._pt-xl-0_gnvgd_3441{padding-top:0!important}._pt-xl-1_gnvgd_3444{padding-top:.25rem!important}._pt-xl-2_gnvgd_3447{padding-top:.5rem!important}._pt-xl-3_gnvgd_3450{padding-top:1rem!important}._pt-xl-4_gnvgd_3453{padding-top:1.5rem!important}._pt-xl-5_gnvgd_3456{padding-top:3rem!important}._pe-xl-0_gnvgd_3459{padding-right:0!important}._pe-xl-1_gnvgd_3462{padding-right:.25rem!important}._pe-xl-2_gnvgd_3465{padding-right:.5rem!important}._pe-xl-3_gnvgd_3468{padding-right:1rem!important}._pe-xl-4_gnvgd_3471{padding-right:1.5rem!important}._pe-xl-5_gnvgd_3474{padding-right:3rem!important}._pb-xl-0_gnvgd_3477{padding-bottom:0!important}._pb-xl-1_gnvgd_3480{padding-bottom:.25rem!important}._pb-xl-2_gnvgd_3483{padding-bottom:.5rem!important}._pb-xl-3_gnvgd_3486{padding-bottom:1rem!important}._pb-xl-4_gnvgd_3489{padding-bottom:1.5rem!important}._pb-xl-5_gnvgd_3492{padding-bottom:3rem!important}._ps-xl-0_gnvgd_3495{padding-left:0!important}._ps-xl-1_gnvgd_3498{padding-left:.25rem!important}._ps-xl-2_gnvgd_3501{padding-left:.5rem!important}._ps-xl-3_gnvgd_3504{padding-left:1rem!important}._ps-xl-4_gnvgd_3507{padding-left:1.5rem!important}._ps-xl-5_gnvgd_3510{padding-left:3rem!important}._text-xl-start_gnvgd_3513{text-align:left!important}._text-xl-end_gnvgd_3516{text-align:right!important}._text-xl-center_gnvgd_3519{text-align:center!important}}@media (min-width: 1400px){._float-xxl-start_gnvgd_3524{float:left!important}._float-xxl-end_gnvgd_3527{float:right!important}._float-xxl-none_gnvgd_3530{float:none!important}._d-xxl-inline_gnvgd_3533{display:inline!important}._d-xxl-inline-block_gnvgd_3536{display:inline-block!important}._d-xxl-block_gnvgd_3539{display:block!important}._d-xxl-grid_gnvgd_3542{display:grid!important}._d-xxl-table_gnvgd_3545{display:table!important}._d-xxl-table-row_gnvgd_3548{display:table-row!important}._d-xxl-table-cell_gnvgd_3551{display:table-cell!important}._d-xxl-flex_gnvgd_3554{display:flex!important}._d-xxl-inline-flex_gnvgd_3557{display:inline-flex!important}._d-xxl-none_gnvgd_3560{display:none!important}._flex-xxl-fill_gnvgd_3563{flex:1 1 auto!important}._flex-xxl-row_gnvgd_3566{flex-direction:row!important}._flex-xxl-column_gnvgd_3569{flex-direction:column!important}._flex-xxl-row-reverse_gnvgd_3572{flex-direction:row-reverse!important}._flex-xxl-column-reverse_gnvgd_3575{flex-direction:column-reverse!important}._flex-xxl-grow-0_gnvgd_3578{flex-grow:0!important}._flex-xxl-grow-1_gnvgd_3581{flex-grow:1!important}._flex-xxl-shrink-0_gnvgd_3584{flex-shrink:0!important}._flex-xxl-shrink-1_gnvgd_3587{flex-shrink:1!important}._flex-xxl-wrap_gnvgd_3590{flex-wrap:wrap!important}._flex-xxl-nowrap_gnvgd_3593{flex-wrap:nowrap!important}._flex-xxl-wrap-reverse_gnvgd_3596{flex-wrap:wrap-reverse!important}._gap-xxl-0_gnvgd_3599{gap:0!important}._gap-xxl-1_gnvgd_3602{gap:.25rem!important}._gap-xxl-2_gnvgd_3605{gap:.5rem!important}._gap-xxl-3_gnvgd_3608{gap:1rem!important}._gap-xxl-4_gnvgd_3611{gap:1.5rem!important}._gap-xxl-5_gnvgd_3614{gap:3rem!important}._justify-content-xxl-start_gnvgd_3617{justify-content:flex-start!important}._justify-content-xxl-end_gnvgd_3620{justify-content:flex-end!important}._justify-content-xxl-center_gnvgd_3623{justify-content:center!important}._justify-content-xxl-between_gnvgd_3626{justify-content:space-between!important}._justify-content-xxl-around_gnvgd_3629{justify-content:space-around!important}._justify-content-xxl-evenly_gnvgd_3632{justify-content:space-evenly!important}._align-items-xxl-start_gnvgd_3635{align-items:flex-start!important}._align-items-xxl-end_gnvgd_3638{align-items:flex-end!important}._align-items-xxl-center_gnvgd_3641{align-items:center!important}._align-items-xxl-baseline_gnvgd_3644{align-items:baseline!important}._align-items-xxl-stretch_gnvgd_3647{align-items:stretch!important}._align-content-xxl-start_gnvgd_3650{align-content:flex-start!important}._align-content-xxl-end_gnvgd_3653{align-content:flex-end!important}._align-content-xxl-center_gnvgd_3656{align-content:center!important}._align-content-xxl-between_gnvgd_3659{align-content:space-between!important}._align-content-xxl-around_gnvgd_3662{align-content:space-around!important}._align-content-xxl-stretch_gnvgd_3665{align-content:stretch!important}._align-self-xxl-auto_gnvgd_3668{align-self:auto!important}._align-self-xxl-start_gnvgd_3671{align-self:flex-start!important}._align-self-xxl-end_gnvgd_3674{align-self:flex-end!important}._align-self-xxl-center_gnvgd_3677{align-self:center!important}._align-self-xxl-baseline_gnvgd_3680{align-self:baseline!important}._align-self-xxl-stretch_gnvgd_3683{align-self:stretch!important}._order-xxl-first_gnvgd_3686{order:-1!important}._order-xxl-0_gnvgd_3689{order:0!important}._order-xxl-1_gnvgd_3692{order:1!important}._order-xxl-2_gnvgd_3695{order:2!important}._order-xxl-3_gnvgd_3698{order:3!important}._order-xxl-4_gnvgd_3701{order:4!important}._order-xxl-5_gnvgd_3704{order:5!important}._order-xxl-last_gnvgd_3707{order:6!important}._m-xxl-0_gnvgd_3710{margin:0!important}._m-xxl-1_gnvgd_3713{margin:.25rem!important}._m-xxl-2_gnvgd_3716{margin:.5rem!important}._m-xxl-3_gnvgd_3719{margin:1rem!important}._m-xxl-4_gnvgd_3722{margin:1.5rem!important}._m-xxl-5_gnvgd_3725{margin:3rem!important}._m-xxl-auto_gnvgd_3728{margin:auto!important}._mx-xxl-0_gnvgd_3731{margin-right:0!important;margin-left:0!important}._mx-xxl-1_gnvgd_3735{margin-right:.25rem!important;margin-left:.25rem!important}._mx-xxl-2_gnvgd_3739{margin-right:.5rem!important;margin-left:.5rem!important}._mx-xxl-3_gnvgd_3743{margin-right:1rem!important;margin-left:1rem!important}._mx-xxl-4_gnvgd_3747{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-xxl-5_gnvgd_3751{margin-right:3rem!important;margin-left:3rem!important}._mx-xxl-auto_gnvgd_3755{margin-right:auto!important;margin-left:auto!important}._my-xxl-0_gnvgd_3759{margin-top:0!important;margin-bottom:0!important}._my-xxl-1_gnvgd_3763{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-xxl-2_gnvgd_3767{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-xxl-3_gnvgd_3771{margin-top:1rem!important;margin-bottom:1rem!important}._my-xxl-4_gnvgd_3775{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-xxl-5_gnvgd_3779{margin-top:3rem!important;margin-bottom:3rem!important}._my-xxl-auto_gnvgd_3783{margin-top:auto!important;margin-bottom:auto!important}._mt-xxl-0_gnvgd_3787{margin-top:0!important}._mt-xxl-1_gnvgd_3790{margin-top:.25rem!important}._mt-xxl-2_gnvgd_3793{margin-top:.5rem!important}._mt-xxl-3_gnvgd_3796{margin-top:1rem!important}._mt-xxl-4_gnvgd_3799{margin-top:1.5rem!important}._mt-xxl-5_gnvgd_3802{margin-top:3rem!important}._mt-xxl-auto_gnvgd_3805{margin-top:auto!important}._me-xxl-0_gnvgd_3808{margin-right:0!important}._me-xxl-1_gnvgd_3811{margin-right:.25rem!important}._me-xxl-2_gnvgd_3814{margin-right:.5rem!important}._me-xxl-3_gnvgd_3817{margin-right:1rem!important}._me-xxl-4_gnvgd_3820{margin-right:1.5rem!important}._me-xxl-5_gnvgd_3823{margin-right:3rem!important}._me-xxl-auto_gnvgd_3826{margin-right:auto!important}._mb-xxl-0_gnvgd_3829{margin-bottom:0!important}._mb-xxl-1_gnvgd_3832{margin-bottom:.25rem!important}._mb-xxl-2_gnvgd_3835{margin-bottom:.5rem!important}._mb-xxl-3_gnvgd_3838{margin-bottom:1rem!important}._mb-xxl-4_gnvgd_3841{margin-bottom:1.5rem!important}._mb-xxl-5_gnvgd_3844{margin-bottom:3rem!important}._mb-xxl-auto_gnvgd_3847{margin-bottom:auto!important}._ms-xxl-0_gnvgd_3850{margin-left:0!important}._ms-xxl-1_gnvgd_3853{margin-left:.25rem!important}._ms-xxl-2_gnvgd_3856{margin-left:.5rem!important}._ms-xxl-3_gnvgd_3859{margin-left:1rem!important}._ms-xxl-4_gnvgd_3862{margin-left:1.5rem!important}._ms-xxl-5_gnvgd_3865{margin-left:3rem!important}._ms-xxl-auto_gnvgd_3868{margin-left:auto!important}._p-xxl-0_gnvgd_3871{padding:0!important}._p-xxl-1_gnvgd_3874{padding:.25rem!important}._p-xxl-2_gnvgd_3877{padding:.5rem!important}._p-xxl-3_gnvgd_3880{padding:1rem!important}._p-xxl-4_gnvgd_3883{padding:1.5rem!important}._p-xxl-5_gnvgd_3886{padding:3rem!important}._px-xxl-0_gnvgd_3889{padding-right:0!important;padding-left:0!important}._px-xxl-1_gnvgd_3893{padding-right:.25rem!important;padding-left:.25rem!important}._px-xxl-2_gnvgd_3897{padding-right:.5rem!important;padding-left:.5rem!important}._px-xxl-3_gnvgd_3901{padding-right:1rem!important;padding-left:1rem!important}._px-xxl-4_gnvgd_3905{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-xxl-5_gnvgd_3909{padding-right:3rem!important;padding-left:3rem!important}._py-xxl-0_gnvgd_3913{padding-top:0!important;padding-bottom:0!important}._py-xxl-1_gnvgd_3917{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-xxl-2_gnvgd_3921{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-xxl-3_gnvgd_3925{padding-top:1rem!important;padding-bottom:1rem!important}._py-xxl-4_gnvgd_3929{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-xxl-5_gnvgd_3933{padding-top:3rem!important;padding-bottom:3rem!important}._pt-xxl-0_gnvgd_3937{padding-top:0!important}._pt-xxl-1_gnvgd_3940{padding-top:.25rem!important}._pt-xxl-2_gnvgd_3943{padding-top:.5rem!important}._pt-xxl-3_gnvgd_3946{padding-top:1rem!important}._pt-xxl-4_gnvgd_3949{padding-top:1.5rem!important}._pt-xxl-5_gnvgd_3952{padding-top:3rem!important}._pe-xxl-0_gnvgd_3955{padding-right:0!important}._pe-xxl-1_gnvgd_3958{padding-right:.25rem!important}._pe-xxl-2_gnvgd_3961{padding-right:.5rem!important}._pe-xxl-3_gnvgd_3964{padding-right:1rem!important}._pe-xxl-4_gnvgd_3967{padding-right:1.5rem!important}._pe-xxl-5_gnvgd_3970{padding-right:3rem!important}._pb-xxl-0_gnvgd_3973{padding-bottom:0!important}._pb-xxl-1_gnvgd_3976{padding-bottom:.25rem!important}._pb-xxl-2_gnvgd_3979{padding-bottom:.5rem!important}._pb-xxl-3_gnvgd_3982{padding-bottom:1rem!important}._pb-xxl-4_gnvgd_3985{padding-bottom:1.5rem!important}._pb-xxl-5_gnvgd_3988{padding-bottom:3rem!important}._ps-xxl-0_gnvgd_3991{padding-left:0!important}._ps-xxl-1_gnvgd_3994{padding-left:.25rem!important}._ps-xxl-2_gnvgd_3997{padding-left:.5rem!important}._ps-xxl-3_gnvgd_4000{padding-left:1rem!important}._ps-xxl-4_gnvgd_4003{padding-left:1.5rem!important}._ps-xxl-5_gnvgd_4006{padding-left:3rem!important}._text-xxl-start_gnvgd_4009{text-align:left!important}._text-xxl-end_gnvgd_4012{text-align:right!important}._text-xxl-center_gnvgd_4015{text-align:center!important}}@media (min-width: 1200px){._fs-1_gnvgd_1169{font-size:2.5rem!important}._fs-2_gnvgd_1173{font-size:2rem!important}._fs-3_gnvgd_1177{font-size:1.75rem!important}._fs-4_gnvgd_1181{font-size:1.5rem!important}}@media print{._d-print-inline_gnvgd_4034{display:inline!important}._d-print-inline-block_gnvgd_4037{display:inline-block!important}._d-print-block_gnvgd_4040{display:block!important}._d-print-grid_gnvgd_4043{display:grid!important}._d-print-table_gnvgd_4046{display:table!important}._d-print-table-row_gnvgd_4049{display:table-row!important}._d-print-table-cell_gnvgd_4052{display:table-cell!important}._d-print-flex_gnvgd_4055{display:flex!important}._d-print-inline-flex_gnvgd_4058{display:inline-flex!important}._d-print-none_gnvgd_4061{display:none!important}}._container_gnvgd_4065{height:fit-content}._container_gnvgd_4065 ._body_gnvgd_4068{background-color:var(--primary-color);color:var(--white-color);padding:100px 160px 30px}@media (max-width: 991.98px){._container_gnvgd_4065 ._body_gnvgd_4068{padding-left:80px;padding-right:80px}}._container_gnvgd_4065 ._body_gnvgd_4068 ._logo_gnvgd_4079{width:260px;height:34px;object-fit:cover;margin-bottom:20px}._container_gnvgd_4065 ._body_gnvgd_4068 ._site_content_gnvgd_4085{margin-top:50px}._container_gnvgd_4065 ._body_gnvgd_4068 ._site_content_gnvgd_4085 ._child_site_gnvgd_4088{display:block;margin:12px 0;font-family:var(--heading-font);font-style:normal;font-weight:500;font-size:36px;line-height:48px;color:var(--accent-color);text-transform:lowercase}._container_gnvgd_4065 ._body_gnvgd_4068 ._site_content_gnvgd_4085 ._pro_service_gnvgd_4099{display:block;color:var(--white-color);font-family:var(--emphasis-font);font-size:18px;line-height:21px;margin-bottom:16px;text-transform:capitalize}._clearfix_4h36a_7:after{display:block;clear:both;content:""}._link-primary_4h36a_13{color:#0d6efd}._link-primary_4h36a_13:hover,._link-primary_4h36a_13:focus{color:#0a58ca}._link-secondary_4h36a_20{color:#6c757d}._link-secondary_4h36a_20:hover,._link-secondary_4h36a_20:focus{color:#565e64}._link-success_4h36a_27{color:#198754}._link-success_4h36a_27:hover,._link-success_4h36a_27:focus{color:#146c43}._link-info_4h36a_34{color:#0dcaf0}._link-info_4h36a_34:hover,._link-info_4h36a_34:focus{color:#3dd5f3}._link-warning_4h36a_41{color:#ffc107}._link-warning_4h36a_41:hover,._link-warning_4h36a_41:focus{color:#ffcd39}._link-danger_4h36a_48{color:#dc3545}._link-danger_4h36a_48:hover,._link-danger_4h36a_48:focus{color:#b02a37}._link-light_4h36a_55{color:#f8f9fa}._link-light_4h36a_55:hover,._link-light_4h36a_55:focus{color:#f9fafb}._link-dark_4h36a_62{color:#212529}._link-dark_4h36a_62:hover,._link-dark_4h36a_62:focus{color:#1a1e21}._ratio_4h36a_69{position:relative;width:100%}._ratio_4h36a_69:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}._ratio_4h36a_69>*{position:absolute;top:0;left:0;width:100%;height:100%}._ratio-1x1_4h36a_86{--bs-aspect-ratio: 100%}._ratio-4x3_4h36a_90{--bs-aspect-ratio: 75%}._ratio-16x9_4h36a_94{--bs-aspect-ratio: 56.25%}._ratio-21x9_4h36a_98{--bs-aspect-ratio: 42.8571428571%}._fixed-top_4h36a_102{position:fixed;top:0;right:0;left:0;z-index:1030}._fixed-bottom_4h36a_110{position:fixed;right:0;bottom:0;left:0;z-index:1030}._sticky-top_4h36a_118{position:sticky;top:0;z-index:1020}@media (min-width: 576px){._sticky-sm-top_4h36a_125{position:sticky;top:0;z-index:1020}}@media (min-width: 768px){._sticky-md-top_4h36a_132{position:sticky;top:0;z-index:1020}}@media (min-width: 992px){._sticky-lg-top_4h36a_139{position:sticky;top:0;z-index:1020}}@media (min-width: 1200px){._sticky-xl-top_4h36a_146{position:sticky;top:0;z-index:1020}}@media (min-width: 1400px){._sticky-xxl-top_4h36a_153{position:sticky;top:0;z-index:1020}}._hstack_4h36a_159{display:flex;flex-direction:row;align-items:center;align-self:stretch}._vstack_4h36a_166{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}._visually-hidden_4h36a_173,._visually-hidden-focusable_4h36a_174: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_4h36a_186:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}._text-truncate_4h36a_196{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._vr_4h36a_202{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}._align-baseline_4h36a_211{vertical-align:baseline!important}._align-top_4h36a_215{vertical-align:top!important}._align-middle_4h36a_219{vertical-align:middle!important}._align-bottom_4h36a_223{vertical-align:bottom!important}._align-text-bottom_4h36a_227{vertical-align:text-bottom!important}._align-text-top_4h36a_231{vertical-align:text-top!important}._float-start_4h36a_235{float:left!important}._float-end_4h36a_239{float:right!important}._float-none_4h36a_243{float:none!important}._opacity-0_4h36a_247{opacity:0!important}._opacity-25_4h36a_251{opacity:.25!important}._opacity-50_4h36a_255{opacity:.5!important}._opacity-75_4h36a_259{opacity:.75!important}._opacity-100_4h36a_263{opacity:1!important}._overflow-auto_4h36a_267{overflow:auto!important}._overflow-hidden_4h36a_271{overflow:hidden!important}._overflow-visible_4h36a_275{overflow:visible!important}._overflow-scroll_4h36a_279{overflow:scroll!important}._d-inline_4h36a_283{display:inline!important}._d-inline-block_4h36a_287{display:inline-block!important}._d-block_4h36a_291{display:block!important}._d-grid_4h36a_295{display:grid!important}._d-table_4h36a_299{display:table!important}._d-table-row_4h36a_303{display:table-row!important}._d-table-cell_4h36a_307{display:table-cell!important}._d-flex_4h36a_311{display:flex!important}._d-inline-flex_4h36a_315{display:inline-flex!important}._d-none_4h36a_319{display:none!important}._shadow_4h36a_323{box-shadow:0 .5rem 1rem #00000026!important}._shadow-sm_4h36a_327{box-shadow:0 .125rem .25rem #00000013!important}._shadow-lg_4h36a_331{box-shadow:0 1rem 3rem #0000002d!important}._shadow-none_4h36a_335{box-shadow:none!important}._position-static_4h36a_339{position:static!important}._position-relative_4h36a_343{position:relative!important}._position-absolute_4h36a_347{position:absolute!important}._position-fixed_4h36a_351{position:fixed!important}._position-sticky_4h36a_355{position:sticky!important}._top-0_4h36a_359{top:0!important}._top-50_4h36a_363{top:50%!important}._top-100_4h36a_367{top:100%!important}._bottom-0_4h36a_371{bottom:0!important}._bottom-50_4h36a_375{bottom:50%!important}._bottom-100_4h36a_379{bottom:100%!important}._start-0_4h36a_383{left:0!important}._start-50_4h36a_387{left:50%!important}._start-100_4h36a_391{left:100%!important}._end-0_4h36a_395{right:0!important}._end-50_4h36a_399{right:50%!important}._end-100_4h36a_403{right:100%!important}._translate-middle_4h36a_407{transform:translate(-50%,-50%)!important}._translate-middle-x_4h36a_411{transform:translate(-50%)!important}._translate-middle-y_4h36a_415{transform:translateY(-50%)!important}._border_4h36a_419{border:1px solid #dee2e6!important}._border-0_4h36a_423{border:0!important}._border-top_4h36a_427{border-top:1px solid #dee2e6!important}._border-top-0_4h36a_431{border-top:0!important}._border-end_4h36a_435{border-right:1px solid #dee2e6!important}._border-end-0_4h36a_439{border-right:0!important}._border-bottom_4h36a_443{border-bottom:1px solid #dee2e6!important}._border-bottom-0_4h36a_447{border-bottom:0!important}._border-start_4h36a_451{border-left:1px solid #dee2e6!important}._border-start-0_4h36a_455{border-left:0!important}._border-primary_4h36a_459{border-color:#0d6efd!important}._border-secondary_4h36a_463{border-color:#6c757d!important}._border-success_4h36a_467{border-color:#198754!important}._border-info_4h36a_471{border-color:#0dcaf0!important}._border-warning_4h36a_475{border-color:#ffc107!important}._border-danger_4h36a_479{border-color:#dc3545!important}._border-light_4h36a_483{border-color:#f8f9fa!important}._border-dark_4h36a_487{border-color:#212529!important}._border-white_4h36a_491{border-color:#fff!important}._border-1_4h36a_495{border-width:1px!important}._border-2_4h36a_499{border-width:2px!important}._border-3_4h36a_503{border-width:3px!important}._border-4_4h36a_507{border-width:4px!important}._border-5_4h36a_511{border-width:5px!important}._w-25_4h36a_515{width:25%!important}._w-50_4h36a_519{width:50%!important}._w-75_4h36a_523{width:75%!important}._w-100_4h36a_527{width:100%!important}._w-auto_4h36a_531{width:auto!important}._mw-100_4h36a_535{max-width:100%!important}._vw-100_4h36a_539{width:100vw!important}._min-vw-100_4h36a_543{min-width:100vw!important}._h-25_4h36a_547{height:25%!important}._h-50_4h36a_551{height:50%!important}._h-75_4h36a_555{height:75%!important}._h-100_4h36a_559{height:100%!important}._h-auto_4h36a_563{height:auto!important}._mh-100_4h36a_567{max-height:100%!important}._vh-100_4h36a_571{height:100vh!important}._min-vh-100_4h36a_575{min-height:100vh!important}._flex-fill_4h36a_579{flex:1 1 auto!important}._flex-row_4h36a_583{flex-direction:row!important}._flex-column_4h36a_587{flex-direction:column!important}._flex-row-reverse_4h36a_591{flex-direction:row-reverse!important}._flex-column-reverse_4h36a_595{flex-direction:column-reverse!important}._flex-grow-0_4h36a_599{flex-grow:0!important}._flex-grow-1_4h36a_603{flex-grow:1!important}._flex-shrink-0_4h36a_607{flex-shrink:0!important}._flex-shrink-1_4h36a_611{flex-shrink:1!important}._flex-wrap_4h36a_615{flex-wrap:wrap!important}._flex-nowrap_4h36a_619{flex-wrap:nowrap!important}._flex-wrap-reverse_4h36a_623{flex-wrap:wrap-reverse!important}._gap-0_4h36a_627{gap:0!important}._gap-1_4h36a_631{gap:.25rem!important}._gap-2_4h36a_635{gap:.5rem!important}._gap-3_4h36a_639{gap:1rem!important}._gap-4_4h36a_643{gap:1.5rem!important}._gap-5_4h36a_647{gap:3rem!important}._justify-content-start_4h36a_651{justify-content:flex-start!important}._justify-content-end_4h36a_655{justify-content:flex-end!important}._justify-content-center_4h36a_659{justify-content:center!important}._justify-content-between_4h36a_663{justify-content:space-between!important}._justify-content-around_4h36a_667{justify-content:space-around!important}._justify-content-evenly_4h36a_671{justify-content:space-evenly!important}._align-items-start_4h36a_675{align-items:flex-start!important}._align-items-end_4h36a_679{align-items:flex-end!important}._align-items-center_4h36a_683{align-items:center!important}._align-items-baseline_4h36a_687{align-items:baseline!important}._align-items-stretch_4h36a_691{align-items:stretch!important}._align-content-start_4h36a_695{align-content:flex-start!important}._align-content-end_4h36a_699{align-content:flex-end!important}._align-content-center_4h36a_703{align-content:center!important}._align-content-between_4h36a_707{align-content:space-between!important}._align-content-around_4h36a_711{align-content:space-around!important}._align-content-stretch_4h36a_715{align-content:stretch!important}._align-self-auto_4h36a_719{align-self:auto!important}._align-self-start_4h36a_723{align-self:flex-start!important}._align-self-end_4h36a_727{align-self:flex-end!important}._align-self-center_4h36a_731{align-self:center!important}._align-self-baseline_4h36a_735{align-self:baseline!important}._align-self-stretch_4h36a_739{align-self:stretch!important}._order-first_4h36a_743{order:-1!important}._order-0_4h36a_747{order:0!important}._order-1_4h36a_751{order:1!important}._order-2_4h36a_755{order:2!important}._order-3_4h36a_759{order:3!important}._order-4_4h36a_763{order:4!important}._order-5_4h36a_767{order:5!important}._order-last_4h36a_771{order:6!important}._m-0_4h36a_775{margin:0!important}._m-1_4h36a_779{margin:.25rem!important}._m-2_4h36a_783{margin:.5rem!important}._m-3_4h36a_787{margin:1rem!important}._m-4_4h36a_791{margin:1.5rem!important}._m-5_4h36a_795{margin:3rem!important}._m-auto_4h36a_799{margin:auto!important}._mx-0_4h36a_803{margin-right:0!important;margin-left:0!important}._mx-1_4h36a_808{margin-right:.25rem!important;margin-left:.25rem!important}._mx-2_4h36a_813{margin-right:.5rem!important;margin-left:.5rem!important}._mx-3_4h36a_818{margin-right:1rem!important;margin-left:1rem!important}._mx-4_4h36a_823{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-5_4h36a_828{margin-right:3rem!important;margin-left:3rem!important}._mx-auto_4h36a_833{margin-right:auto!important;margin-left:auto!important}._my-0_4h36a_838{margin-top:0!important;margin-bottom:0!important}._my-1_4h36a_843{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-2_4h36a_848{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-3_4h36a_853{margin-top:1rem!important;margin-bottom:1rem!important}._my-4_4h36a_858{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-5_4h36a_863{margin-top:3rem!important;margin-bottom:3rem!important}._my-auto_4h36a_868{margin-top:auto!important;margin-bottom:auto!important}._mt-0_4h36a_873{margin-top:0!important}._mt-1_4h36a_877{margin-top:.25rem!important}._mt-2_4h36a_881{margin-top:.5rem!important}._mt-3_4h36a_885{margin-top:1rem!important}._mt-4_4h36a_889{margin-top:1.5rem!important}._mt-5_4h36a_893{margin-top:3rem!important}._mt-auto_4h36a_897{margin-top:auto!important}._me-0_4h36a_901{margin-right:0!important}._me-1_4h36a_905{margin-right:.25rem!important}._me-2_4h36a_909{margin-right:.5rem!important}._me-3_4h36a_913{margin-right:1rem!important}._me-4_4h36a_917{margin-right:1.5rem!important}._me-5_4h36a_921{margin-right:3rem!important}._me-auto_4h36a_925{margin-right:auto!important}._mb-0_4h36a_929{margin-bottom:0!important}._mb-1_4h36a_933{margin-bottom:.25rem!important}._mb-2_4h36a_937{margin-bottom:.5rem!important}._mb-3_4h36a_941{margin-bottom:1rem!important}._mb-4_4h36a_945{margin-bottom:1.5rem!important}._mb-5_4h36a_949{margin-bottom:3rem!important}._mb-auto_4h36a_953{margin-bottom:auto!important}._ms-0_4h36a_957{margin-left:0!important}._ms-1_4h36a_961{margin-left:.25rem!important}._ms-2_4h36a_965{margin-left:.5rem!important}._ms-3_4h36a_969{margin-left:1rem!important}._ms-4_4h36a_973{margin-left:1.5rem!important}._ms-5_4h36a_977{margin-left:3rem!important}._ms-auto_4h36a_981{margin-left:auto!important}._p-0_4h36a_985{padding:0!important}._p-1_4h36a_989{padding:.25rem!important}._p-2_4h36a_993{padding:.5rem!important}._p-3_4h36a_997{padding:1rem!important}._p-4_4h36a_1001{padding:1.5rem!important}._p-5_4h36a_1005{padding:3rem!important}._px-0_4h36a_1009{padding-right:0!important;padding-left:0!important}._px-1_4h36a_1014{padding-right:.25rem!important;padding-left:.25rem!important}._px-2_4h36a_1019{padding-right:.5rem!important;padding-left:.5rem!important}._px-3_4h36a_1024{padding-right:1rem!important;padding-left:1rem!important}._px-4_4h36a_1029{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-5_4h36a_1034{padding-right:3rem!important;padding-left:3rem!important}._py-0_4h36a_1039{padding-top:0!important;padding-bottom:0!important}._py-1_4h36a_1044{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-2_4h36a_1049{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-3_4h36a_1054{padding-top:1rem!important;padding-bottom:1rem!important}._py-4_4h36a_1059{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-5_4h36a_1064{padding-top:3rem!important;padding-bottom:3rem!important}._pt-0_4h36a_1069{padding-top:0!important}._pt-1_4h36a_1073{padding-top:.25rem!important}._pt-2_4h36a_1077{padding-top:.5rem!important}._pt-3_4h36a_1081{padding-top:1rem!important}._pt-4_4h36a_1085{padding-top:1.5rem!important}._pt-5_4h36a_1089{padding-top:3rem!important}._pe-0_4h36a_1093{padding-right:0!important}._pe-1_4h36a_1097{padding-right:.25rem!important}._pe-2_4h36a_1101{padding-right:.5rem!important}._pe-3_4h36a_1105{padding-right:1rem!important}._pe-4_4h36a_1109{padding-right:1.5rem!important}._pe-5_4h36a_1113{padding-right:3rem!important}._pb-0_4h36a_1117{padding-bottom:0!important}._pb-1_4h36a_1121{padding-bottom:.25rem!important}._pb-2_4h36a_1125{padding-bottom:.5rem!important}._pb-3_4h36a_1129{padding-bottom:1rem!important}._pb-4_4h36a_1133{padding-bottom:1.5rem!important}._pb-5_4h36a_1137{padding-bottom:3rem!important}._ps-0_4h36a_1141{padding-left:0!important}._ps-1_4h36a_1145{padding-left:.25rem!important}._ps-2_4h36a_1149{padding-left:.5rem!important}._ps-3_4h36a_1153{padding-left:1rem!important}._ps-4_4h36a_1157{padding-left:1.5rem!important}._ps-5_4h36a_1161{padding-left:3rem!important}._font-monospace_4h36a_1165{font-family:var(--bs-font-monospace)!important}._fs-1_4h36a_1169{font-size:calc(1.375rem + 1.5vw)!important}._fs-2_4h36a_1173{font-size:calc(1.325rem + .9vw)!important}._fs-3_4h36a_1177{font-size:calc(1.3rem + .6vw)!important}._fs-4_4h36a_1181{font-size:calc(1.275rem + .3vw)!important}._fs-5_4h36a_1185{font-size:1.25rem!important}._fs-6_4h36a_1189{font-size:1rem!important}._fst-italic_4h36a_1193{font-style:italic!important}._fst-normal_4h36a_1197{font-style:normal!important}._fw-light_4h36a_1201{font-weight:300!important}._fw-lighter_4h36a_1205{font-weight:lighter!important}._fw-normal_4h36a_1209{font-weight:400!important}._fw-bold_4h36a_1213{font-weight:700!important}._fw-bolder_4h36a_1217{font-weight:bolder!important}._lh-1_4h36a_1221{line-height:1!important}._lh-sm_4h36a_1225{line-height:1.25!important}._lh-base_4h36a_1229{line-height:1.5!important}._lh-lg_4h36a_1233{line-height:2!important}._text-start_4h36a_1237{text-align:left!important}._text-end_4h36a_1241{text-align:right!important}._text-center_4h36a_1245{text-align:center!important}._text-decoration-none_4h36a_1249{text-decoration:none!important}._text-decoration-underline_4h36a_1253{text-decoration:underline!important}._text-decoration-line-through_4h36a_1257{text-decoration:line-through!important}._text-lowercase_4h36a_1261{text-transform:lowercase!important}._text-uppercase_4h36a_1265{text-transform:uppercase!important}._text-capitalize_4h36a_1269{text-transform:capitalize!important}._text-wrap_4h36a_1273{white-space:normal!important}._text-nowrap_4h36a_1277{white-space:nowrap!important}._text-break_4h36a_1282{word-wrap:break-word!important;word-break:break-word!important}._text-primary_4h36a_1288{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}._text-secondary_4h36a_1293{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}._text-success_4h36a_1298{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}._text-info_4h36a_1303{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}._text-warning_4h36a_1308{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}._text-danger_4h36a_1313{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}._text-light_4h36a_1318{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}._text-dark_4h36a_1323{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}._text-black_4h36a_1328{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}._text-white_4h36a_1333{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}._text-body_4h36a_1338{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}._text-muted_4h36a_1343{--bs-text-opacity: 1;color:#6c757d!important}._text-black-50_4h36a_1348{--bs-text-opacity: 1;color:#00000080!important}._text-white-50_4h36a_1353{--bs-text-opacity: 1;color:#ffffff80!important}._text-reset_4h36a_1358{--bs-text-opacity: 1;color:inherit!important}._text-opacity-25_4h36a_1363{--bs-text-opacity: .25}._text-opacity-50_4h36a_1367{--bs-text-opacity: .5}._text-opacity-75_4h36a_1371{--bs-text-opacity: .75}._text-opacity-100_4h36a_1375{--bs-text-opacity: 1}._bg-primary_4h36a_1379{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}._bg-secondary_4h36a_1384{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}._bg-success_4h36a_1389{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}._bg-info_4h36a_1394{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}._bg-warning_4h36a_1399{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}._bg-danger_4h36a_1404{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}._bg-light_4h36a_1409{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}._bg-dark_4h36a_1414{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}._bg-black_4h36a_1419{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}._bg-white_4h36a_1424{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}._bg-body_4h36a_1429{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}._bg-transparent_4h36a_1434{--bs-bg-opacity: 1;background-color:transparent!important}._bg-opacity-10_4h36a_1439{--bs-bg-opacity: .1}._bg-opacity-25_4h36a_1443{--bs-bg-opacity: .25}._bg-opacity-50_4h36a_1447{--bs-bg-opacity: .5}._bg-opacity-75_4h36a_1451{--bs-bg-opacity: .75}._bg-opacity-100_4h36a_1455{--bs-bg-opacity: 1}._bg-gradient_4h36a_1459{background-image:var(--bs-gradient)!important}._user-select-all_4h36a_1463{-webkit-user-select:all!important;user-select:all!important}._user-select-auto_4h36a_1467{-webkit-user-select:auto!important;user-select:auto!important}._user-select-none_4h36a_1471{-webkit-user-select:none!important;user-select:none!important}._pe-none_4h36a_1475{pointer-events:none!important}._pe-auto_4h36a_1479{pointer-events:auto!important}._rounded_4h36a_1483{border-radius:.25rem!important}._rounded-0_4h36a_1487{border-radius:0!important}._rounded-1_4h36a_1491{border-radius:.2rem!important}._rounded-2_4h36a_1495{border-radius:.25rem!important}._rounded-3_4h36a_1499{border-radius:.3rem!important}._rounded-circle_4h36a_1503{border-radius:50%!important}._rounded-pill_4h36a_1507{border-radius:50rem!important}._rounded-top_4h36a_1511{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}._rounded-end_4h36a_1516{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}._rounded-bottom_4h36a_1521{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}._rounded-start_4h36a_1526{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}._visible_4h36a_1531{visibility:visible!important}._invisible_4h36a_1535{visibility:hidden!important}@media (min-width: 576px){._float-sm-start_4h36a_1540{float:left!important}._float-sm-end_4h36a_1543{float:right!important}._float-sm-none_4h36a_1546{float:none!important}._d-sm-inline_4h36a_1549{display:inline!important}._d-sm-inline-block_4h36a_1552{display:inline-block!important}._d-sm-block_4h36a_1555{display:block!important}._d-sm-grid_4h36a_1558{display:grid!important}._d-sm-table_4h36a_1561{display:table!important}._d-sm-table-row_4h36a_1564{display:table-row!important}._d-sm-table-cell_4h36a_1567{display:table-cell!important}._d-sm-flex_4h36a_1570{display:flex!important}._d-sm-inline-flex_4h36a_1573{display:inline-flex!important}._d-sm-none_4h36a_1576{display:none!important}._flex-sm-fill_4h36a_1579{flex:1 1 auto!important}._flex-sm-row_4h36a_1582{flex-direction:row!important}._flex-sm-column_4h36a_1585{flex-direction:column!important}._flex-sm-row-reverse_4h36a_1588{flex-direction:row-reverse!important}._flex-sm-column-reverse_4h36a_1591{flex-direction:column-reverse!important}._flex-sm-grow-0_4h36a_1594{flex-grow:0!important}._flex-sm-grow-1_4h36a_1597{flex-grow:1!important}._flex-sm-shrink-0_4h36a_1600{flex-shrink:0!important}._flex-sm-shrink-1_4h36a_1603{flex-shrink:1!important}._flex-sm-wrap_4h36a_1606{flex-wrap:wrap!important}._flex-sm-nowrap_4h36a_1609{flex-wrap:nowrap!important}._flex-sm-wrap-reverse_4h36a_1612{flex-wrap:wrap-reverse!important}._gap-sm-0_4h36a_1615{gap:0!important}._gap-sm-1_4h36a_1618{gap:.25rem!important}._gap-sm-2_4h36a_1621{gap:.5rem!important}._gap-sm-3_4h36a_1624{gap:1rem!important}._gap-sm-4_4h36a_1627{gap:1.5rem!important}._gap-sm-5_4h36a_1630{gap:3rem!important}._justify-content-sm-start_4h36a_1633{justify-content:flex-start!important}._justify-content-sm-end_4h36a_1636{justify-content:flex-end!important}._justify-content-sm-center_4h36a_1639{justify-content:center!important}._justify-content-sm-between_4h36a_1642{justify-content:space-between!important}._justify-content-sm-around_4h36a_1645{justify-content:space-around!important}._justify-content-sm-evenly_4h36a_1648{justify-content:space-evenly!important}._align-items-sm-start_4h36a_1651{align-items:flex-start!important}._align-items-sm-end_4h36a_1654{align-items:flex-end!important}._align-items-sm-center_4h36a_1657{align-items:center!important}._align-items-sm-baseline_4h36a_1660{align-items:baseline!important}._align-items-sm-stretch_4h36a_1663{align-items:stretch!important}._align-content-sm-start_4h36a_1666{align-content:flex-start!important}._align-content-sm-end_4h36a_1669{align-content:flex-end!important}._align-content-sm-center_4h36a_1672{align-content:center!important}._align-content-sm-between_4h36a_1675{align-content:space-between!important}._align-content-sm-around_4h36a_1678{align-content:space-around!important}._align-content-sm-stretch_4h36a_1681{align-content:stretch!important}._align-self-sm-auto_4h36a_1684{align-self:auto!important}._align-self-sm-start_4h36a_1687{align-self:flex-start!important}._align-self-sm-end_4h36a_1690{align-self:flex-end!important}._align-self-sm-center_4h36a_1693{align-self:center!important}._align-self-sm-baseline_4h36a_1696{align-self:baseline!important}._align-self-sm-stretch_4h36a_1699{align-self:stretch!important}._order-sm-first_4h36a_1702{order:-1!important}._order-sm-0_4h36a_1705{order:0!important}._order-sm-1_4h36a_1708{order:1!important}._order-sm-2_4h36a_1711{order:2!important}._order-sm-3_4h36a_1714{order:3!important}._order-sm-4_4h36a_1717{order:4!important}._order-sm-5_4h36a_1720{order:5!important}._order-sm-last_4h36a_1723{order:6!important}._m-sm-0_4h36a_1726{margin:0!important}._m-sm-1_4h36a_1729{margin:.25rem!important}._m-sm-2_4h36a_1732{margin:.5rem!important}._m-sm-3_4h36a_1735{margin:1rem!important}._m-sm-4_4h36a_1738{margin:1.5rem!important}._m-sm-5_4h36a_1741{margin:3rem!important}._m-sm-auto_4h36a_1744{margin:auto!important}._mx-sm-0_4h36a_1747{margin-right:0!important;margin-left:0!important}._mx-sm-1_4h36a_1751{margin-right:.25rem!important;margin-left:.25rem!important}._mx-sm-2_4h36a_1755{margin-right:.5rem!important;margin-left:.5rem!important}._mx-sm-3_4h36a_1759{margin-right:1rem!important;margin-left:1rem!important}._mx-sm-4_4h36a_1763{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-sm-5_4h36a_1767{margin-right:3rem!important;margin-left:3rem!important}._mx-sm-auto_4h36a_1771{margin-right:auto!important;margin-left:auto!important}._my-sm-0_4h36a_1775{margin-top:0!important;margin-bottom:0!important}._my-sm-1_4h36a_1779{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-sm-2_4h36a_1783{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-sm-3_4h36a_1787{margin-top:1rem!important;margin-bottom:1rem!important}._my-sm-4_4h36a_1791{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-sm-5_4h36a_1795{margin-top:3rem!important;margin-bottom:3rem!important}._my-sm-auto_4h36a_1799{margin-top:auto!important;margin-bottom:auto!important}._mt-sm-0_4h36a_1803{margin-top:0!important}._mt-sm-1_4h36a_1806{margin-top:.25rem!important}._mt-sm-2_4h36a_1809{margin-top:.5rem!important}._mt-sm-3_4h36a_1812{margin-top:1rem!important}._mt-sm-4_4h36a_1815{margin-top:1.5rem!important}._mt-sm-5_4h36a_1818{margin-top:3rem!important}._mt-sm-auto_4h36a_1821{margin-top:auto!important}._me-sm-0_4h36a_1824{margin-right:0!important}._me-sm-1_4h36a_1827{margin-right:.25rem!important}._me-sm-2_4h36a_1830{margin-right:.5rem!important}._me-sm-3_4h36a_1833{margin-right:1rem!important}._me-sm-4_4h36a_1836{margin-right:1.5rem!important}._me-sm-5_4h36a_1839{margin-right:3rem!important}._me-sm-auto_4h36a_1842{margin-right:auto!important}._mb-sm-0_4h36a_1845{margin-bottom:0!important}._mb-sm-1_4h36a_1848{margin-bottom:.25rem!important}._mb-sm-2_4h36a_1851{margin-bottom:.5rem!important}._mb-sm-3_4h36a_1854{margin-bottom:1rem!important}._mb-sm-4_4h36a_1857{margin-bottom:1.5rem!important}._mb-sm-5_4h36a_1860{margin-bottom:3rem!important}._mb-sm-auto_4h36a_1863{margin-bottom:auto!important}._ms-sm-0_4h36a_1866{margin-left:0!important}._ms-sm-1_4h36a_1869{margin-left:.25rem!important}._ms-sm-2_4h36a_1872{margin-left:.5rem!important}._ms-sm-3_4h36a_1875{margin-left:1rem!important}._ms-sm-4_4h36a_1878{margin-left:1.5rem!important}._ms-sm-5_4h36a_1881{margin-left:3rem!important}._ms-sm-auto_4h36a_1884{margin-left:auto!important}._p-sm-0_4h36a_1887{padding:0!important}._p-sm-1_4h36a_1890{padding:.25rem!important}._p-sm-2_4h36a_1893{padding:.5rem!important}._p-sm-3_4h36a_1896{padding:1rem!important}._p-sm-4_4h36a_1899{padding:1.5rem!important}._p-sm-5_4h36a_1902{padding:3rem!important}._px-sm-0_4h36a_1905{padding-right:0!important;padding-left:0!important}._px-sm-1_4h36a_1909{padding-right:.25rem!important;padding-left:.25rem!important}._px-sm-2_4h36a_1913{padding-right:.5rem!important;padding-left:.5rem!important}._px-sm-3_4h36a_1917{padding-right:1rem!important;padding-left:1rem!important}._px-sm-4_4h36a_1921{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-sm-5_4h36a_1925{padding-right:3rem!important;padding-left:3rem!important}._py-sm-0_4h36a_1929{padding-top:0!important;padding-bottom:0!important}._py-sm-1_4h36a_1933{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-sm-2_4h36a_1937{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-sm-3_4h36a_1941{padding-top:1rem!important;padding-bottom:1rem!important}._py-sm-4_4h36a_1945{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-sm-5_4h36a_1949{padding-top:3rem!important;padding-bottom:3rem!important}._pt-sm-0_4h36a_1953{padding-top:0!important}._pt-sm-1_4h36a_1956{padding-top:.25rem!important}._pt-sm-2_4h36a_1959{padding-top:.5rem!important}._pt-sm-3_4h36a_1962{padding-top:1rem!important}._pt-sm-4_4h36a_1965{padding-top:1.5rem!important}._pt-sm-5_4h36a_1968{padding-top:3rem!important}._pe-sm-0_4h36a_1971{padding-right:0!important}._pe-sm-1_4h36a_1974{padding-right:.25rem!important}._pe-sm-2_4h36a_1977{padding-right:.5rem!important}._pe-sm-3_4h36a_1980{padding-right:1rem!important}._pe-sm-4_4h36a_1983{padding-right:1.5rem!important}._pe-sm-5_4h36a_1986{padding-right:3rem!important}._pb-sm-0_4h36a_1989{padding-bottom:0!important}._pb-sm-1_4h36a_1992{padding-bottom:.25rem!important}._pb-sm-2_4h36a_1995{padding-bottom:.5rem!important}._pb-sm-3_4h36a_1998{padding-bottom:1rem!important}._pb-sm-4_4h36a_2001{padding-bottom:1.5rem!important}._pb-sm-5_4h36a_2004{padding-bottom:3rem!important}._ps-sm-0_4h36a_2007{padding-left:0!important}._ps-sm-1_4h36a_2010{padding-left:.25rem!important}._ps-sm-2_4h36a_2013{padding-left:.5rem!important}._ps-sm-3_4h36a_2016{padding-left:1rem!important}._ps-sm-4_4h36a_2019{padding-left:1.5rem!important}._ps-sm-5_4h36a_2022{padding-left:3rem!important}._text-sm-start_4h36a_2025{text-align:left!important}._text-sm-end_4h36a_2028{text-align:right!important}._text-sm-center_4h36a_2031{text-align:center!important}}@media (min-width: 768px){._float-md-start_4h36a_2036{float:left!important}._float-md-end_4h36a_2039{float:right!important}._float-md-none_4h36a_2042{float:none!important}._d-md-inline_4h36a_2045{display:inline!important}._d-md-inline-block_4h36a_2048{display:inline-block!important}._d-md-block_4h36a_2051{display:block!important}._d-md-grid_4h36a_2054{display:grid!important}._d-md-table_4h36a_2057{display:table!important}._d-md-table-row_4h36a_2060{display:table-row!important}._d-md-table-cell_4h36a_2063{display:table-cell!important}._d-md-flex_4h36a_2066{display:flex!important}._d-md-inline-flex_4h36a_2069{display:inline-flex!important}._d-md-none_4h36a_2072{display:none!important}._flex-md-fill_4h36a_2075{flex:1 1 auto!important}._flex-md-row_4h36a_2078{flex-direction:row!important}._flex-md-column_4h36a_2081{flex-direction:column!important}._flex-md-row-reverse_4h36a_2084{flex-direction:row-reverse!important}._flex-md-column-reverse_4h36a_2087{flex-direction:column-reverse!important}._flex-md-grow-0_4h36a_2090{flex-grow:0!important}._flex-md-grow-1_4h36a_2093{flex-grow:1!important}._flex-md-shrink-0_4h36a_2096{flex-shrink:0!important}._flex-md-shrink-1_4h36a_2099{flex-shrink:1!important}._flex-md-wrap_4h36a_2102{flex-wrap:wrap!important}._flex-md-nowrap_4h36a_2105{flex-wrap:nowrap!important}._flex-md-wrap-reverse_4h36a_2108{flex-wrap:wrap-reverse!important}._gap-md-0_4h36a_2111{gap:0!important}._gap-md-1_4h36a_2114{gap:.25rem!important}._gap-md-2_4h36a_2117{gap:.5rem!important}._gap-md-3_4h36a_2120{gap:1rem!important}._gap-md-4_4h36a_2123{gap:1.5rem!important}._gap-md-5_4h36a_2126{gap:3rem!important}._justify-content-md-start_4h36a_2129{justify-content:flex-start!important}._justify-content-md-end_4h36a_2132{justify-content:flex-end!important}._justify-content-md-center_4h36a_2135{justify-content:center!important}._justify-content-md-between_4h36a_2138{justify-content:space-between!important}._justify-content-md-around_4h36a_2141{justify-content:space-around!important}._justify-content-md-evenly_4h36a_2144{justify-content:space-evenly!important}._align-items-md-start_4h36a_2147{align-items:flex-start!important}._align-items-md-end_4h36a_2150{align-items:flex-end!important}._align-items-md-center_4h36a_2153{align-items:center!important}._align-items-md-baseline_4h36a_2156{align-items:baseline!important}._align-items-md-stretch_4h36a_2159{align-items:stretch!important}._align-content-md-start_4h36a_2162{align-content:flex-start!important}._align-content-md-end_4h36a_2165{align-content:flex-end!important}._align-content-md-center_4h36a_2168{align-content:center!important}._align-content-md-between_4h36a_2171{align-content:space-between!important}._align-content-md-around_4h36a_2174{align-content:space-around!important}._align-content-md-stretch_4h36a_2177{align-content:stretch!important}._align-self-md-auto_4h36a_2180{align-self:auto!important}._align-self-md-start_4h36a_2183{align-self:flex-start!important}._align-self-md-end_4h36a_2186{align-self:flex-end!important}._align-self-md-center_4h36a_2189{align-self:center!important}._align-self-md-baseline_4h36a_2192{align-self:baseline!important}._align-self-md-stretch_4h36a_2195{align-self:stretch!important}._order-md-first_4h36a_2198{order:-1!important}._order-md-0_4h36a_2201{order:0!important}._order-md-1_4h36a_2204{order:1!important}._order-md-2_4h36a_2207{order:2!important}._order-md-3_4h36a_2210{order:3!important}._order-md-4_4h36a_2213{order:4!important}._order-md-5_4h36a_2216{order:5!important}._order-md-last_4h36a_2219{order:6!important}._m-md-0_4h36a_2222{margin:0!important}._m-md-1_4h36a_2225{margin:.25rem!important}._m-md-2_4h36a_2228{margin:.5rem!important}._m-md-3_4h36a_2231{margin:1rem!important}._m-md-4_4h36a_2234{margin:1.5rem!important}._m-md-5_4h36a_2237{margin:3rem!important}._m-md-auto_4h36a_2240{margin:auto!important}._mx-md-0_4h36a_2243{margin-right:0!important;margin-left:0!important}._mx-md-1_4h36a_2247{margin-right:.25rem!important;margin-left:.25rem!important}._mx-md-2_4h36a_2251{margin-right:.5rem!important;margin-left:.5rem!important}._mx-md-3_4h36a_2255{margin-right:1rem!important;margin-left:1rem!important}._mx-md-4_4h36a_2259{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-md-5_4h36a_2263{margin-right:3rem!important;margin-left:3rem!important}._mx-md-auto_4h36a_2267{margin-right:auto!important;margin-left:auto!important}._my-md-0_4h36a_2271{margin-top:0!important;margin-bottom:0!important}._my-md-1_4h36a_2275{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-md-2_4h36a_2279{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-md-3_4h36a_2283{margin-top:1rem!important;margin-bottom:1rem!important}._my-md-4_4h36a_2287{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-md-5_4h36a_2291{margin-top:3rem!important;margin-bottom:3rem!important}._my-md-auto_4h36a_2295{margin-top:auto!important;margin-bottom:auto!important}._mt-md-0_4h36a_2299{margin-top:0!important}._mt-md-1_4h36a_2302{margin-top:.25rem!important}._mt-md-2_4h36a_2305{margin-top:.5rem!important}._mt-md-3_4h36a_2308{margin-top:1rem!important}._mt-md-4_4h36a_2311{margin-top:1.5rem!important}._mt-md-5_4h36a_2314{margin-top:3rem!important}._mt-md-auto_4h36a_2317{margin-top:auto!important}._me-md-0_4h36a_2320{margin-right:0!important}._me-md-1_4h36a_2323{margin-right:.25rem!important}._me-md-2_4h36a_2326{margin-right:.5rem!important}._me-md-3_4h36a_2329{margin-right:1rem!important}._me-md-4_4h36a_2332{margin-right:1.5rem!important}._me-md-5_4h36a_2335{margin-right:3rem!important}._me-md-auto_4h36a_2338{margin-right:auto!important}._mb-md-0_4h36a_2341{margin-bottom:0!important}._mb-md-1_4h36a_2344{margin-bottom:.25rem!important}._mb-md-2_4h36a_2347{margin-bottom:.5rem!important}._mb-md-3_4h36a_2350{margin-bottom:1rem!important}._mb-md-4_4h36a_2353{margin-bottom:1.5rem!important}._mb-md-5_4h36a_2356{margin-bottom:3rem!important}._mb-md-auto_4h36a_2359{margin-bottom:auto!important}._ms-md-0_4h36a_2362{margin-left:0!important}._ms-md-1_4h36a_2365{margin-left:.25rem!important}._ms-md-2_4h36a_2368{margin-left:.5rem!important}._ms-md-3_4h36a_2371{margin-left:1rem!important}._ms-md-4_4h36a_2374{margin-left:1.5rem!important}._ms-md-5_4h36a_2377{margin-left:3rem!important}._ms-md-auto_4h36a_2380{margin-left:auto!important}._p-md-0_4h36a_2383{padding:0!important}._p-md-1_4h36a_2386{padding:.25rem!important}._p-md-2_4h36a_2389{padding:.5rem!important}._p-md-3_4h36a_2392{padding:1rem!important}._p-md-4_4h36a_2395{padding:1.5rem!important}._p-md-5_4h36a_2398{padding:3rem!important}._px-md-0_4h36a_2401{padding-right:0!important;padding-left:0!important}._px-md-1_4h36a_2405{padding-right:.25rem!important;padding-left:.25rem!important}._px-md-2_4h36a_2409{padding-right:.5rem!important;padding-left:.5rem!important}._px-md-3_4h36a_2413{padding-right:1rem!important;padding-left:1rem!important}._px-md-4_4h36a_2417{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-md-5_4h36a_2421{padding-right:3rem!important;padding-left:3rem!important}._py-md-0_4h36a_2425{padding-top:0!important;padding-bottom:0!important}._py-md-1_4h36a_2429{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-md-2_4h36a_2433{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-md-3_4h36a_2437{padding-top:1rem!important;padding-bottom:1rem!important}._py-md-4_4h36a_2441{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-md-5_4h36a_2445{padding-top:3rem!important;padding-bottom:3rem!important}._pt-md-0_4h36a_2449{padding-top:0!important}._pt-md-1_4h36a_2452{padding-top:.25rem!important}._pt-md-2_4h36a_2455{padding-top:.5rem!important}._pt-md-3_4h36a_2458{padding-top:1rem!important}._pt-md-4_4h36a_2461{padding-top:1.5rem!important}._pt-md-5_4h36a_2464{padding-top:3rem!important}._pe-md-0_4h36a_2467{padding-right:0!important}._pe-md-1_4h36a_2470{padding-right:.25rem!important}._pe-md-2_4h36a_2473{padding-right:.5rem!important}._pe-md-3_4h36a_2476{padding-right:1rem!important}._pe-md-4_4h36a_2479{padding-right:1.5rem!important}._pe-md-5_4h36a_2482{padding-right:3rem!important}._pb-md-0_4h36a_2485{padding-bottom:0!important}._pb-md-1_4h36a_2488{padding-bottom:.25rem!important}._pb-md-2_4h36a_2491{padding-bottom:.5rem!important}._pb-md-3_4h36a_2494{padding-bottom:1rem!important}._pb-md-4_4h36a_2497{padding-bottom:1.5rem!important}._pb-md-5_4h36a_2500{padding-bottom:3rem!important}._ps-md-0_4h36a_2503{padding-left:0!important}._ps-md-1_4h36a_2506{padding-left:.25rem!important}._ps-md-2_4h36a_2509{padding-left:.5rem!important}._ps-md-3_4h36a_2512{padding-left:1rem!important}._ps-md-4_4h36a_2515{padding-left:1.5rem!important}._ps-md-5_4h36a_2518{padding-left:3rem!important}._text-md-start_4h36a_2521{text-align:left!important}._text-md-end_4h36a_2524{text-align:right!important}._text-md-center_4h36a_2527{text-align:center!important}}@media (min-width: 992px){._float-lg-start_4h36a_2532{float:left!important}._float-lg-end_4h36a_2535{float:right!important}._float-lg-none_4h36a_2538{float:none!important}._d-lg-inline_4h36a_2541{display:inline!important}._d-lg-inline-block_4h36a_2544{display:inline-block!important}._d-lg-block_4h36a_2547{display:block!important}._d-lg-grid_4h36a_2550{display:grid!important}._d-lg-table_4h36a_2553{display:table!important}._d-lg-table-row_4h36a_2556{display:table-row!important}._d-lg-table-cell_4h36a_2559{display:table-cell!important}._d-lg-flex_4h36a_2562{display:flex!important}._d-lg-inline-flex_4h36a_2565{display:inline-flex!important}._d-lg-none_4h36a_2568{display:none!important}._flex-lg-fill_4h36a_2571{flex:1 1 auto!important}._flex-lg-row_4h36a_2574{flex-direction:row!important}._flex-lg-column_4h36a_2577{flex-direction:column!important}._flex-lg-row-reverse_4h36a_2580{flex-direction:row-reverse!important}._flex-lg-column-reverse_4h36a_2583{flex-direction:column-reverse!important}._flex-lg-grow-0_4h36a_2586{flex-grow:0!important}._flex-lg-grow-1_4h36a_2589{flex-grow:1!important}._flex-lg-shrink-0_4h36a_2592{flex-shrink:0!important}._flex-lg-shrink-1_4h36a_2595{flex-shrink:1!important}._flex-lg-wrap_4h36a_2598{flex-wrap:wrap!important}._flex-lg-nowrap_4h36a_2601{flex-wrap:nowrap!important}._flex-lg-wrap-reverse_4h36a_2604{flex-wrap:wrap-reverse!important}._gap-lg-0_4h36a_2607{gap:0!important}._gap-lg-1_4h36a_2610{gap:.25rem!important}._gap-lg-2_4h36a_2613{gap:.5rem!important}._gap-lg-3_4h36a_2616{gap:1rem!important}._gap-lg-4_4h36a_2619{gap:1.5rem!important}._gap-lg-5_4h36a_2622{gap:3rem!important}._justify-content-lg-start_4h36a_2625{justify-content:flex-start!important}._justify-content-lg-end_4h36a_2628{justify-content:flex-end!important}._justify-content-lg-center_4h36a_2631{justify-content:center!important}._justify-content-lg-between_4h36a_2634{justify-content:space-between!important}._justify-content-lg-around_4h36a_2637{justify-content:space-around!important}._justify-content-lg-evenly_4h36a_2640{justify-content:space-evenly!important}._align-items-lg-start_4h36a_2643{align-items:flex-start!important}._align-items-lg-end_4h36a_2646{align-items:flex-end!important}._align-items-lg-center_4h36a_2649{align-items:center!important}._align-items-lg-baseline_4h36a_2652{align-items:baseline!important}._align-items-lg-stretch_4h36a_2655{align-items:stretch!important}._align-content-lg-start_4h36a_2658{align-content:flex-start!important}._align-content-lg-end_4h36a_2661{align-content:flex-end!important}._align-content-lg-center_4h36a_2664{align-content:center!important}._align-content-lg-between_4h36a_2667{align-content:space-between!important}._align-content-lg-around_4h36a_2670{align-content:space-around!important}._align-content-lg-stretch_4h36a_2673{align-content:stretch!important}._align-self-lg-auto_4h36a_2676{align-self:auto!important}._align-self-lg-start_4h36a_2679{align-self:flex-start!important}._align-self-lg-end_4h36a_2682{align-self:flex-end!important}._align-self-lg-center_4h36a_2685{align-self:center!important}._align-self-lg-baseline_4h36a_2688{align-self:baseline!important}._align-self-lg-stretch_4h36a_2691{align-self:stretch!important}._order-lg-first_4h36a_2694{order:-1!important}._order-lg-0_4h36a_2697{order:0!important}._order-lg-1_4h36a_2700{order:1!important}._order-lg-2_4h36a_2703{order:2!important}._order-lg-3_4h36a_2706{order:3!important}._order-lg-4_4h36a_2709{order:4!important}._order-lg-5_4h36a_2712{order:5!important}._order-lg-last_4h36a_2715{order:6!important}._m-lg-0_4h36a_2718{margin:0!important}._m-lg-1_4h36a_2721{margin:.25rem!important}._m-lg-2_4h36a_2724{margin:.5rem!important}._m-lg-3_4h36a_2727{margin:1rem!important}._m-lg-4_4h36a_2730{margin:1.5rem!important}._m-lg-5_4h36a_2733{margin:3rem!important}._m-lg-auto_4h36a_2736{margin:auto!important}._mx-lg-0_4h36a_2739{margin-right:0!important;margin-left:0!important}._mx-lg-1_4h36a_2743{margin-right:.25rem!important;margin-left:.25rem!important}._mx-lg-2_4h36a_2747{margin-right:.5rem!important;margin-left:.5rem!important}._mx-lg-3_4h36a_2751{margin-right:1rem!important;margin-left:1rem!important}._mx-lg-4_4h36a_2755{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-lg-5_4h36a_2759{margin-right:3rem!important;margin-left:3rem!important}._mx-lg-auto_4h36a_2763{margin-right:auto!important;margin-left:auto!important}._my-lg-0_4h36a_2767{margin-top:0!important;margin-bottom:0!important}._my-lg-1_4h36a_2771{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-lg-2_4h36a_2775{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-lg-3_4h36a_2779{margin-top:1rem!important;margin-bottom:1rem!important}._my-lg-4_4h36a_2783{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-lg-5_4h36a_2787{margin-top:3rem!important;margin-bottom:3rem!important}._my-lg-auto_4h36a_2791{margin-top:auto!important;margin-bottom:auto!important}._mt-lg-0_4h36a_2795{margin-top:0!important}._mt-lg-1_4h36a_2798{margin-top:.25rem!important}._mt-lg-2_4h36a_2801{margin-top:.5rem!important}._mt-lg-3_4h36a_2804{margin-top:1rem!important}._mt-lg-4_4h36a_2807{margin-top:1.5rem!important}._mt-lg-5_4h36a_2810{margin-top:3rem!important}._mt-lg-auto_4h36a_2813{margin-top:auto!important}._me-lg-0_4h36a_2816{margin-right:0!important}._me-lg-1_4h36a_2819{margin-right:.25rem!important}._me-lg-2_4h36a_2822{margin-right:.5rem!important}._me-lg-3_4h36a_2825{margin-right:1rem!important}._me-lg-4_4h36a_2828{margin-right:1.5rem!important}._me-lg-5_4h36a_2831{margin-right:3rem!important}._me-lg-auto_4h36a_2834{margin-right:auto!important}._mb-lg-0_4h36a_2837{margin-bottom:0!important}._mb-lg-1_4h36a_2840{margin-bottom:.25rem!important}._mb-lg-2_4h36a_2843{margin-bottom:.5rem!important}._mb-lg-3_4h36a_2846{margin-bottom:1rem!important}._mb-lg-4_4h36a_2849{margin-bottom:1.5rem!important}._mb-lg-5_4h36a_2852{margin-bottom:3rem!important}._mb-lg-auto_4h36a_2855{margin-bottom:auto!important}._ms-lg-0_4h36a_2858{margin-left:0!important}._ms-lg-1_4h36a_2861{margin-left:.25rem!important}._ms-lg-2_4h36a_2864{margin-left:.5rem!important}._ms-lg-3_4h36a_2867{margin-left:1rem!important}._ms-lg-4_4h36a_2870{margin-left:1.5rem!important}._ms-lg-5_4h36a_2873{margin-left:3rem!important}._ms-lg-auto_4h36a_2876{margin-left:auto!important}._p-lg-0_4h36a_2879{padding:0!important}._p-lg-1_4h36a_2882{padding:.25rem!important}._p-lg-2_4h36a_2885{padding:.5rem!important}._p-lg-3_4h36a_2888{padding:1rem!important}._p-lg-4_4h36a_2891{padding:1.5rem!important}._p-lg-5_4h36a_2894{padding:3rem!important}._px-lg-0_4h36a_2897{padding-right:0!important;padding-left:0!important}._px-lg-1_4h36a_2901{padding-right:.25rem!important;padding-left:.25rem!important}._px-lg-2_4h36a_2905{padding-right:.5rem!important;padding-left:.5rem!important}._px-lg-3_4h36a_2909{padding-right:1rem!important;padding-left:1rem!important}._px-lg-4_4h36a_2913{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-lg-5_4h36a_2917{padding-right:3rem!important;padding-left:3rem!important}._py-lg-0_4h36a_2921{padding-top:0!important;padding-bottom:0!important}._py-lg-1_4h36a_2925{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-lg-2_4h36a_2929{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-lg-3_4h36a_2933{padding-top:1rem!important;padding-bottom:1rem!important}._py-lg-4_4h36a_2937{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-lg-5_4h36a_2941{padding-top:3rem!important;padding-bottom:3rem!important}._pt-lg-0_4h36a_2945{padding-top:0!important}._pt-lg-1_4h36a_2948{padding-top:.25rem!important}._pt-lg-2_4h36a_2951{padding-top:.5rem!important}._pt-lg-3_4h36a_2954{padding-top:1rem!important}._pt-lg-4_4h36a_2957{padding-top:1.5rem!important}._pt-lg-5_4h36a_2960{padding-top:3rem!important}._pe-lg-0_4h36a_2963{padding-right:0!important}._pe-lg-1_4h36a_2966{padding-right:.25rem!important}._pe-lg-2_4h36a_2969{padding-right:.5rem!important}._pe-lg-3_4h36a_2972{padding-right:1rem!important}._pe-lg-4_4h36a_2975{padding-right:1.5rem!important}._pe-lg-5_4h36a_2978{padding-right:3rem!important}._pb-lg-0_4h36a_2981{padding-bottom:0!important}._pb-lg-1_4h36a_2984{padding-bottom:.25rem!important}._pb-lg-2_4h36a_2987{padding-bottom:.5rem!important}._pb-lg-3_4h36a_2990{padding-bottom:1rem!important}._pb-lg-4_4h36a_2993{padding-bottom:1.5rem!important}._pb-lg-5_4h36a_2996{padding-bottom:3rem!important}._ps-lg-0_4h36a_2999{padding-left:0!important}._ps-lg-1_4h36a_3002{padding-left:.25rem!important}._ps-lg-2_4h36a_3005{padding-left:.5rem!important}._ps-lg-3_4h36a_3008{padding-left:1rem!important}._ps-lg-4_4h36a_3011{padding-left:1.5rem!important}._ps-lg-5_4h36a_3014{padding-left:3rem!important}._text-lg-start_4h36a_3017{text-align:left!important}._text-lg-end_4h36a_3020{text-align:right!important}._text-lg-center_4h36a_3023{text-align:center!important}}@media (min-width: 1200px){._float-xl-start_4h36a_3028{float:left!important}._float-xl-end_4h36a_3031{float:right!important}._float-xl-none_4h36a_3034{float:none!important}._d-xl-inline_4h36a_3037{display:inline!important}._d-xl-inline-block_4h36a_3040{display:inline-block!important}._d-xl-block_4h36a_3043{display:block!important}._d-xl-grid_4h36a_3046{display:grid!important}._d-xl-table_4h36a_3049{display:table!important}._d-xl-table-row_4h36a_3052{display:table-row!important}._d-xl-table-cell_4h36a_3055{display:table-cell!important}._d-xl-flex_4h36a_3058{display:flex!important}._d-xl-inline-flex_4h36a_3061{display:inline-flex!important}._d-xl-none_4h36a_3064{display:none!important}._flex-xl-fill_4h36a_3067{flex:1 1 auto!important}._flex-xl-row_4h36a_3070{flex-direction:row!important}._flex-xl-column_4h36a_3073{flex-direction:column!important}._flex-xl-row-reverse_4h36a_3076{flex-direction:row-reverse!important}._flex-xl-column-reverse_4h36a_3079{flex-direction:column-reverse!important}._flex-xl-grow-0_4h36a_3082{flex-grow:0!important}._flex-xl-grow-1_4h36a_3085{flex-grow:1!important}._flex-xl-shrink-0_4h36a_3088{flex-shrink:0!important}._flex-xl-shrink-1_4h36a_3091{flex-shrink:1!important}._flex-xl-wrap_4h36a_3094{flex-wrap:wrap!important}._flex-xl-nowrap_4h36a_3097{flex-wrap:nowrap!important}._flex-xl-wrap-reverse_4h36a_3100{flex-wrap:wrap-reverse!important}._gap-xl-0_4h36a_3103{gap:0!important}._gap-xl-1_4h36a_3106{gap:.25rem!important}._gap-xl-2_4h36a_3109{gap:.5rem!important}._gap-xl-3_4h36a_3112{gap:1rem!important}._gap-xl-4_4h36a_3115{gap:1.5rem!important}._gap-xl-5_4h36a_3118{gap:3rem!important}._justify-content-xl-start_4h36a_3121{justify-content:flex-start!important}._justify-content-xl-end_4h36a_3124{justify-content:flex-end!important}._justify-content-xl-center_4h36a_3127{justify-content:center!important}._justify-content-xl-between_4h36a_3130{justify-content:space-between!important}._justify-content-xl-around_4h36a_3133{justify-content:space-around!important}._justify-content-xl-evenly_4h36a_3136{justify-content:space-evenly!important}._align-items-xl-start_4h36a_3139{align-items:flex-start!important}._align-items-xl-end_4h36a_3142{align-items:flex-end!important}._align-items-xl-center_4h36a_3145{align-items:center!important}._align-items-xl-baseline_4h36a_3148{align-items:baseline!important}._align-items-xl-stretch_4h36a_3151{align-items:stretch!important}._align-content-xl-start_4h36a_3154{align-content:flex-start!important}._align-content-xl-end_4h36a_3157{align-content:flex-end!important}._align-content-xl-center_4h36a_3160{align-content:center!important}._align-content-xl-between_4h36a_3163{align-content:space-between!important}._align-content-xl-around_4h36a_3166{align-content:space-around!important}._align-content-xl-stretch_4h36a_3169{align-content:stretch!important}._align-self-xl-auto_4h36a_3172{align-self:auto!important}._align-self-xl-start_4h36a_3175{align-self:flex-start!important}._align-self-xl-end_4h36a_3178{align-self:flex-end!important}._align-self-xl-center_4h36a_3181{align-self:center!important}._align-self-xl-baseline_4h36a_3184{align-self:baseline!important}._align-self-xl-stretch_4h36a_3187{align-self:stretch!important}._order-xl-first_4h36a_3190{order:-1!important}._order-xl-0_4h36a_3193{order:0!important}._order-xl-1_4h36a_3196{order:1!important}._order-xl-2_4h36a_3199{order:2!important}._order-xl-3_4h36a_3202{order:3!important}._order-xl-4_4h36a_3205{order:4!important}._order-xl-5_4h36a_3208{order:5!important}._order-xl-last_4h36a_3211{order:6!important}._m-xl-0_4h36a_3214{margin:0!important}._m-xl-1_4h36a_3217{margin:.25rem!important}._m-xl-2_4h36a_3220{margin:.5rem!important}._m-xl-3_4h36a_3223{margin:1rem!important}._m-xl-4_4h36a_3226{margin:1.5rem!important}._m-xl-5_4h36a_3229{margin:3rem!important}._m-xl-auto_4h36a_3232{margin:auto!important}._mx-xl-0_4h36a_3235{margin-right:0!important;margin-left:0!important}._mx-xl-1_4h36a_3239{margin-right:.25rem!important;margin-left:.25rem!important}._mx-xl-2_4h36a_3243{margin-right:.5rem!important;margin-left:.5rem!important}._mx-xl-3_4h36a_3247{margin-right:1rem!important;margin-left:1rem!important}._mx-xl-4_4h36a_3251{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-xl-5_4h36a_3255{margin-right:3rem!important;margin-left:3rem!important}._mx-xl-auto_4h36a_3259{margin-right:auto!important;margin-left:auto!important}._my-xl-0_4h36a_3263{margin-top:0!important;margin-bottom:0!important}._my-xl-1_4h36a_3267{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-xl-2_4h36a_3271{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-xl-3_4h36a_3275{margin-top:1rem!important;margin-bottom:1rem!important}._my-xl-4_4h36a_3279{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-xl-5_4h36a_3283{margin-top:3rem!important;margin-bottom:3rem!important}._my-xl-auto_4h36a_3287{margin-top:auto!important;margin-bottom:auto!important}._mt-xl-0_4h36a_3291{margin-top:0!important}._mt-xl-1_4h36a_3294{margin-top:.25rem!important}._mt-xl-2_4h36a_3297{margin-top:.5rem!important}._mt-xl-3_4h36a_3300{margin-top:1rem!important}._mt-xl-4_4h36a_3303{margin-top:1.5rem!important}._mt-xl-5_4h36a_3306{margin-top:3rem!important}._mt-xl-auto_4h36a_3309{margin-top:auto!important}._me-xl-0_4h36a_3312{margin-right:0!important}._me-xl-1_4h36a_3315{margin-right:.25rem!important}._me-xl-2_4h36a_3318{margin-right:.5rem!important}._me-xl-3_4h36a_3321{margin-right:1rem!important}._me-xl-4_4h36a_3324{margin-right:1.5rem!important}._me-xl-5_4h36a_3327{margin-right:3rem!important}._me-xl-auto_4h36a_3330{margin-right:auto!important}._mb-xl-0_4h36a_3333{margin-bottom:0!important}._mb-xl-1_4h36a_3336{margin-bottom:.25rem!important}._mb-xl-2_4h36a_3339{margin-bottom:.5rem!important}._mb-xl-3_4h36a_3342{margin-bottom:1rem!important}._mb-xl-4_4h36a_3345{margin-bottom:1.5rem!important}._mb-xl-5_4h36a_3348{margin-bottom:3rem!important}._mb-xl-auto_4h36a_3351{margin-bottom:auto!important}._ms-xl-0_4h36a_3354{margin-left:0!important}._ms-xl-1_4h36a_3357{margin-left:.25rem!important}._ms-xl-2_4h36a_3360{margin-left:.5rem!important}._ms-xl-3_4h36a_3363{margin-left:1rem!important}._ms-xl-4_4h36a_3366{margin-left:1.5rem!important}._ms-xl-5_4h36a_3369{margin-left:3rem!important}._ms-xl-auto_4h36a_3372{margin-left:auto!important}._p-xl-0_4h36a_3375{padding:0!important}._p-xl-1_4h36a_3378{padding:.25rem!important}._p-xl-2_4h36a_3381{padding:.5rem!important}._p-xl-3_4h36a_3384{padding:1rem!important}._p-xl-4_4h36a_3387{padding:1.5rem!important}._p-xl-5_4h36a_3390{padding:3rem!important}._px-xl-0_4h36a_3393{padding-right:0!important;padding-left:0!important}._px-xl-1_4h36a_3397{padding-right:.25rem!important;padding-left:.25rem!important}._px-xl-2_4h36a_3401{padding-right:.5rem!important;padding-left:.5rem!important}._px-xl-3_4h36a_3405{padding-right:1rem!important;padding-left:1rem!important}._px-xl-4_4h36a_3409{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-xl-5_4h36a_3413{padding-right:3rem!important;padding-left:3rem!important}._py-xl-0_4h36a_3417{padding-top:0!important;padding-bottom:0!important}._py-xl-1_4h36a_3421{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-xl-2_4h36a_3425{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-xl-3_4h36a_3429{padding-top:1rem!important;padding-bottom:1rem!important}._py-xl-4_4h36a_3433{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-xl-5_4h36a_3437{padding-top:3rem!important;padding-bottom:3rem!important}._pt-xl-0_4h36a_3441{padding-top:0!important}._pt-xl-1_4h36a_3444{padding-top:.25rem!important}._pt-xl-2_4h36a_3447{padding-top:.5rem!important}._pt-xl-3_4h36a_3450{padding-top:1rem!important}._pt-xl-4_4h36a_3453{padding-top:1.5rem!important}._pt-xl-5_4h36a_3456{padding-top:3rem!important}._pe-xl-0_4h36a_3459{padding-right:0!important}._pe-xl-1_4h36a_3462{padding-right:.25rem!important}._pe-xl-2_4h36a_3465{padding-right:.5rem!important}._pe-xl-3_4h36a_3468{padding-right:1rem!important}._pe-xl-4_4h36a_3471{padding-right:1.5rem!important}._pe-xl-5_4h36a_3474{padding-right:3rem!important}._pb-xl-0_4h36a_3477{padding-bottom:0!important}._pb-xl-1_4h36a_3480{padding-bottom:.25rem!important}._pb-xl-2_4h36a_3483{padding-bottom:.5rem!important}._pb-xl-3_4h36a_3486{padding-bottom:1rem!important}._pb-xl-4_4h36a_3489{padding-bottom:1.5rem!important}._pb-xl-5_4h36a_3492{padding-bottom:3rem!important}._ps-xl-0_4h36a_3495{padding-left:0!important}._ps-xl-1_4h36a_3498{padding-left:.25rem!important}._ps-xl-2_4h36a_3501{padding-left:.5rem!important}._ps-xl-3_4h36a_3504{padding-left:1rem!important}._ps-xl-4_4h36a_3507{padding-left:1.5rem!important}._ps-xl-5_4h36a_3510{padding-left:3rem!important}._text-xl-start_4h36a_3513{text-align:left!important}._text-xl-end_4h36a_3516{text-align:right!important}._text-xl-center_4h36a_3519{text-align:center!important}}@media (min-width: 1400px){._float-xxl-start_4h36a_3524{float:left!important}._float-xxl-end_4h36a_3527{float:right!important}._float-xxl-none_4h36a_3530{float:none!important}._d-xxl-inline_4h36a_3533{display:inline!important}._d-xxl-inline-block_4h36a_3536{display:inline-block!important}._d-xxl-block_4h36a_3539{display:block!important}._d-xxl-grid_4h36a_3542{display:grid!important}._d-xxl-table_4h36a_3545{display:table!important}._d-xxl-table-row_4h36a_3548{display:table-row!important}._d-xxl-table-cell_4h36a_3551{display:table-cell!important}._d-xxl-flex_4h36a_3554{display:flex!important}._d-xxl-inline-flex_4h36a_3557{display:inline-flex!important}._d-xxl-none_4h36a_3560{display:none!important}._flex-xxl-fill_4h36a_3563{flex:1 1 auto!important}._flex-xxl-row_4h36a_3566{flex-direction:row!important}._flex-xxl-column_4h36a_3569{flex-direction:column!important}._flex-xxl-row-reverse_4h36a_3572{flex-direction:row-reverse!important}._flex-xxl-column-reverse_4h36a_3575{flex-direction:column-reverse!important}._flex-xxl-grow-0_4h36a_3578{flex-grow:0!important}._flex-xxl-grow-1_4h36a_3581{flex-grow:1!important}._flex-xxl-shrink-0_4h36a_3584{flex-shrink:0!important}._flex-xxl-shrink-1_4h36a_3587{flex-shrink:1!important}._flex-xxl-wrap_4h36a_3590{flex-wrap:wrap!important}._flex-xxl-nowrap_4h36a_3593{flex-wrap:nowrap!important}._flex-xxl-wrap-reverse_4h36a_3596{flex-wrap:wrap-reverse!important}._gap-xxl-0_4h36a_3599{gap:0!important}._gap-xxl-1_4h36a_3602{gap:.25rem!important}._gap-xxl-2_4h36a_3605{gap:.5rem!important}._gap-xxl-3_4h36a_3608{gap:1rem!important}._gap-xxl-4_4h36a_3611{gap:1.5rem!important}._gap-xxl-5_4h36a_3614{gap:3rem!important}._justify-content-xxl-start_4h36a_3617{justify-content:flex-start!important}._justify-content-xxl-end_4h36a_3620{justify-content:flex-end!important}._justify-content-xxl-center_4h36a_3623{justify-content:center!important}._justify-content-xxl-between_4h36a_3626{justify-content:space-between!important}._justify-content-xxl-around_4h36a_3629{justify-content:space-around!important}._justify-content-xxl-evenly_4h36a_3632{justify-content:space-evenly!important}._align-items-xxl-start_4h36a_3635{align-items:flex-start!important}._align-items-xxl-end_4h36a_3638{align-items:flex-end!important}._align-items-xxl-center_4h36a_3641{align-items:center!important}._align-items-xxl-baseline_4h36a_3644{align-items:baseline!important}._align-items-xxl-stretch_4h36a_3647{align-items:stretch!important}._align-content-xxl-start_4h36a_3650{align-content:flex-start!important}._align-content-xxl-end_4h36a_3653{align-content:flex-end!important}._align-content-xxl-center_4h36a_3656{align-content:center!important}._align-content-xxl-between_4h36a_3659{align-content:space-between!important}._align-content-xxl-around_4h36a_3662{align-content:space-around!important}._align-content-xxl-stretch_4h36a_3665{align-content:stretch!important}._align-self-xxl-auto_4h36a_3668{align-self:auto!important}._align-self-xxl-start_4h36a_3671{align-self:flex-start!important}._align-self-xxl-end_4h36a_3674{align-self:flex-end!important}._align-self-xxl-center_4h36a_3677{align-self:center!important}._align-self-xxl-baseline_4h36a_3680{align-self:baseline!important}._align-self-xxl-stretch_4h36a_3683{align-self:stretch!important}._order-xxl-first_4h36a_3686{order:-1!important}._order-xxl-0_4h36a_3689{order:0!important}._order-xxl-1_4h36a_3692{order:1!important}._order-xxl-2_4h36a_3695{order:2!important}._order-xxl-3_4h36a_3698{order:3!important}._order-xxl-4_4h36a_3701{order:4!important}._order-xxl-5_4h36a_3704{order:5!important}._order-xxl-last_4h36a_3707{order:6!important}._m-xxl-0_4h36a_3710{margin:0!important}._m-xxl-1_4h36a_3713{margin:.25rem!important}._m-xxl-2_4h36a_3716{margin:.5rem!important}._m-xxl-3_4h36a_3719{margin:1rem!important}._m-xxl-4_4h36a_3722{margin:1.5rem!important}._m-xxl-5_4h36a_3725{margin:3rem!important}._m-xxl-auto_4h36a_3728{margin:auto!important}._mx-xxl-0_4h36a_3731{margin-right:0!important;margin-left:0!important}._mx-xxl-1_4h36a_3735{margin-right:.25rem!important;margin-left:.25rem!important}._mx-xxl-2_4h36a_3739{margin-right:.5rem!important;margin-left:.5rem!important}._mx-xxl-3_4h36a_3743{margin-right:1rem!important;margin-left:1rem!important}._mx-xxl-4_4h36a_3747{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-xxl-5_4h36a_3751{margin-right:3rem!important;margin-left:3rem!important}._mx-xxl-auto_4h36a_3755{margin-right:auto!important;margin-left:auto!important}._my-xxl-0_4h36a_3759{margin-top:0!important;margin-bottom:0!important}._my-xxl-1_4h36a_3763{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-xxl-2_4h36a_3767{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-xxl-3_4h36a_3771{margin-top:1rem!important;margin-bottom:1rem!important}._my-xxl-4_4h36a_3775{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-xxl-5_4h36a_3779{margin-top:3rem!important;margin-bottom:3rem!important}._my-xxl-auto_4h36a_3783{margin-top:auto!important;margin-bottom:auto!important}._mt-xxl-0_4h36a_3787{margin-top:0!important}._mt-xxl-1_4h36a_3790{margin-top:.25rem!important}._mt-xxl-2_4h36a_3793{margin-top:.5rem!important}._mt-xxl-3_4h36a_3796{margin-top:1rem!important}._mt-xxl-4_4h36a_3799{margin-top:1.5rem!important}._mt-xxl-5_4h36a_3802{margin-top:3rem!important}._mt-xxl-auto_4h36a_3805{margin-top:auto!important}._me-xxl-0_4h36a_3808{margin-right:0!important}._me-xxl-1_4h36a_3811{margin-right:.25rem!important}._me-xxl-2_4h36a_3814{margin-right:.5rem!important}._me-xxl-3_4h36a_3817{margin-right:1rem!important}._me-xxl-4_4h36a_3820{margin-right:1.5rem!important}._me-xxl-5_4h36a_3823{margin-right:3rem!important}._me-xxl-auto_4h36a_3826{margin-right:auto!important}._mb-xxl-0_4h36a_3829{margin-bottom:0!important}._mb-xxl-1_4h36a_3832{margin-bottom:.25rem!important}._mb-xxl-2_4h36a_3835{margin-bottom:.5rem!important}._mb-xxl-3_4h36a_3838{margin-bottom:1rem!important}._mb-xxl-4_4h36a_3841{margin-bottom:1.5rem!important}._mb-xxl-5_4h36a_3844{margin-bottom:3rem!important}._mb-xxl-auto_4h36a_3847{margin-bottom:auto!important}._ms-xxl-0_4h36a_3850{margin-left:0!important}._ms-xxl-1_4h36a_3853{margin-left:.25rem!important}._ms-xxl-2_4h36a_3856{margin-left:.5rem!important}._ms-xxl-3_4h36a_3859{margin-left:1rem!important}._ms-xxl-4_4h36a_3862{margin-left:1.5rem!important}._ms-xxl-5_4h36a_3865{margin-left:3rem!important}._ms-xxl-auto_4h36a_3868{margin-left:auto!important}._p-xxl-0_4h36a_3871{padding:0!important}._p-xxl-1_4h36a_3874{padding:.25rem!important}._p-xxl-2_4h36a_3877{padding:.5rem!important}._p-xxl-3_4h36a_3880{padding:1rem!important}._p-xxl-4_4h36a_3883{padding:1.5rem!important}._p-xxl-5_4h36a_3886{padding:3rem!important}._px-xxl-0_4h36a_3889{padding-right:0!important;padding-left:0!important}._px-xxl-1_4h36a_3893{padding-right:.25rem!important;padding-left:.25rem!important}._px-xxl-2_4h36a_3897{padding-right:.5rem!important;padding-left:.5rem!important}._px-xxl-3_4h36a_3901{padding-right:1rem!important;padding-left:1rem!important}._px-xxl-4_4h36a_3905{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-xxl-5_4h36a_3909{padding-right:3rem!important;padding-left:3rem!important}._py-xxl-0_4h36a_3913{padding-top:0!important;padding-bottom:0!important}._py-xxl-1_4h36a_3917{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-xxl-2_4h36a_3921{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-xxl-3_4h36a_3925{padding-top:1rem!important;padding-bottom:1rem!important}._py-xxl-4_4h36a_3929{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-xxl-5_4h36a_3933{padding-top:3rem!important;padding-bottom:3rem!important}._pt-xxl-0_4h36a_3937{padding-top:0!important}._pt-xxl-1_4h36a_3940{padding-top:.25rem!important}._pt-xxl-2_4h36a_3943{padding-top:.5rem!important}._pt-xxl-3_4h36a_3946{padding-top:1rem!important}._pt-xxl-4_4h36a_3949{padding-top:1.5rem!important}._pt-xxl-5_4h36a_3952{padding-top:3rem!important}._pe-xxl-0_4h36a_3955{padding-right:0!important}._pe-xxl-1_4h36a_3958{padding-right:.25rem!important}._pe-xxl-2_4h36a_3961{padding-right:.5rem!important}._pe-xxl-3_4h36a_3964{padding-right:1rem!important}._pe-xxl-4_4h36a_3967{padding-right:1.5rem!important}._pe-xxl-5_4h36a_3970{padding-right:3rem!important}._pb-xxl-0_4h36a_3973{padding-bottom:0!important}._pb-xxl-1_4h36a_3976{padding-bottom:.25rem!important}._pb-xxl-2_4h36a_3979{padding-bottom:.5rem!important}._pb-xxl-3_4h36a_3982{padding-bottom:1rem!important}._pb-xxl-4_4h36a_3985{padding-bottom:1.5rem!important}._pb-xxl-5_4h36a_3988{padding-bottom:3rem!important}._ps-xxl-0_4h36a_3991{padding-left:0!important}._ps-xxl-1_4h36a_3994{padding-left:.25rem!important}._ps-xxl-2_4h36a_3997{padding-left:.5rem!important}._ps-xxl-3_4h36a_4000{padding-left:1rem!important}._ps-xxl-4_4h36a_4003{padding-left:1.5rem!important}._ps-xxl-5_4h36a_4006{padding-left:3rem!important}._text-xxl-start_4h36a_4009{text-align:left!important}._text-xxl-end_4h36a_4012{text-align:right!important}._text-xxl-center_4h36a_4015{text-align:center!important}}@media (min-width: 1200px){._fs-1_4h36a_1169{font-size:2.5rem!important}._fs-2_4h36a_1173{font-size:2rem!important}._fs-3_4h36a_1177{font-size:1.75rem!important}._fs-4_4h36a_1181{font-size:1.5rem!important}}@media print{._d-print-inline_4h36a_4034{display:inline!important}._d-print-inline-block_4h36a_4037{display:inline-block!important}._d-print-block_4h36a_4040{display:block!important}._d-print-grid_4h36a_4043{display:grid!important}._d-print-table_4h36a_4046{display:table!important}._d-print-table-row_4h36a_4049{display:table-row!important}._d-print-table-cell_4h36a_4052{display:table-cell!important}._d-print-flex_4h36a_4055{display:flex!important}._d-print-inline-flex_4h36a_4058{display:inline-flex!important}._d-print-none_4h36a_4061{display:none!important}}._container_4h36a_4065{margin-left:0;margin-right:0;padding:18px 40px 0;align-items:flex-end;justify-content:space-between;background-color:var(--header-bg-color, var(--white-color))}._container_4h36a_4065 *:not(._dropdown_container_4h36a_4073 *){color:var(--header-text-color, var(--primary-color))}._container_4h36a_4065 ._left_side_4h36a_4076,._container_4h36a_4065 ._search_bar_4h36a_4077,._container_4h36a_4065 ._right_side_4h36a_4078{padding:unset;padding-bottom:18px}._container_4h36a_4065 ._left_side_4h36a_4076{display:flex;align-items:flex-end}@media (min-width: 1200px){._container_4h36a_4065 ._left_side_4h36a_4076{width:fit-content;flex:unset}}._container_4h36a_4065 ._left_side_4h36a_4076 ._sidebar_menu_icon_4h36a_4092{cursor:pointer;align-self:center;margin-right:16px}._container_4h36a_4065 ._left_side_4h36a_4076 ._sidetime_logo_4h36a_4097{height:46px;margin-right:24px}._container_4h36a_4065 ._search_bar_4h36a_4077{padding-left:16px}@media (max-width: 1399.98px){._container_4h36a_4065 ._search_bar_4h36a_4077{order:3;padding-left:unset}}._container_4h36a_4065 ._right_side_4h36a_4078{display:flex;align-items:center;align-content:flex-end;justify-content:flex-end;flex-wrap:wrap;flex-basis:max-content;gap:16px 24px;align-self:center;padding-left:24px}._container_4h36a_4065 ._right_side_4h36a_4078 ._dropdown_container_4h36a_4073 ._toggler_4h36a_4121{padding:unset;background-color:unset;border:0}._container_4h36a_4065 ._right_side_4h36a_4078 ._dropdown_container_4h36a_4073 ._toggler_4h36a_4121:focus{box-shadow:unset}._container_4h36a_4065 ._right_side_4h36a_4078 ._dropdown_container_4h36a_4073 ._toggler_4h36a_4121:after{display:none}._container_4h36a_4065 ._right_side_4h36a_4078 ._dropdown_container_4h36a_4073 ._toggler_4h36a_4121._custom_page_toggler_4h36a_4132{display:flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid var(--primary-color);border-radius:50%;background-color:var(--primary-color);opacity:.75;padding:0;transition:.2s ease;color:var(--white-color);width:28px;height:28px}._container_4h36a_4065 ._right_side_4h36a_4078 ._dropdown_container_4h36a_4073 ._toggler_4h36a_4121._custom_page_toggler_4h36a_4132:hover,._container_4h36a_4065 ._right_side_4h36a_4078 ._dropdown_container_4h36a_4073 ._toggler_4h36a_4121._custom_page_toggler_4h36a_4132:focus,._container_4h36a_4065 ._right_side_4h36a_4078 ._dropdown_container_4h36a_4073 ._toggler_4h36a_4121._custom_page_toggler_4h36a_4132:active:focus{box-shadow:none;background-color:var(--white-color);border-color:var(--primary-color);opacity:1;color:var(--primary-color)}._container_4h36a_4065 ._right_side_4h36a_4078 ._dropdown_container_4h36a_4073 ._toggler_4h36a_4121._custom_page_toggler_4h36a_4132:after{display:none}@media (max-width: 991.98px){._container_4h36a_4065 ._right_side_4h36a_4078 ._dropdown_container_4h36a_4073 ._toggler_4h36a_4121._custom_page_toggler_4h36a_4132{font-size:16px;width:36px;height:36px}}._container_4h36a_4065 ._right_side_4h36a_4078 ._dropdown_container_4h36a_4073 ._dropdown_menu_4h36a_4164{padding:0}._container_4h36a_4065 ._right_side_4h36a_4078 ._dropdown_container_4h36a_4073 ._dropdown_menu_4h36a_4164._user_menu_4h36a_4167{padding:16px 24px;max-height:90vh;overflow-y:auto}._container_4h36a_4065 ._right_side_4h36a_4078 ._dropdown_container_4h36a_4073 ._dropdown_menu_4h36a_4164._custom_pages_menu_4h36a_4172{font-family:var(--emphasis-font);font-size:16px;font-weight:700;min-width:260px;letter-spacing:.02em}@media (min-width: 768px){._container_4h36a_4065 ._right_side_4h36a_4078 ._dropdown_container_4h36a_4073 ._dropdown_menu_4h36a_4164._custom_pages_menu_4h36a_4172{box-shadow:#00000017 0 3px 12px}}._container_4h36a_4065 ._right_side_4h36a_4078 ._dropdown_container_4h36a_4073 ._dropdown_menu_4h36a_4164._custom_pages_menu_4h36a_4172 ._custom_page_4h36a_4132{display:block;padding:16px;color:var(--primary-color);border-color:var(--accent-color)}._container_4h36a_4065 ._right_side_4h36a_4078 ._dropdown_container_4h36a_4073 ._dropdown_menu_4h36a_4164._custom_pages_menu_4h36a_4172 ._custom_page_4h36a_4132:not(:last-child){border-bottom:1px solid var(--light-gray)}._container_4h36a_4065 ._right_side_4h36a_4078 ._dropdown_container_4h36a_4073 ._dropdown_menu_4h36a_4164._custom_pages_menu_4h36a_4172 ._custom_page_4h36a_4132:hover{color:var(--accent-color);border-right:4px solid var(--accent-color)}._container_4h36a_4065 ._right_side_4h36a_4078 ._dropdown_container_4h36a_4073 ._dropdown_menu_4h36a_4164 ._menu_container_4h36a_4197{min-width:360px}._container_4h36a_4065 ._right_side_4h36a_4078 ._dropdown_container_4h36a_4073._notifications_4h36a_4200 .dropdown-menu.show{padding:0;border:2px solid #e9ebec;border-radius:12px}._container_4h36a_4065 ._right_side_4h36a_4078 ._dropdown_container_4h36a_4073._notifications_4h36a_4200 .dropdown-menu.show ._menu_container_4h36a_4197{width:520px}._container_4h36a_4065 ._right_side_4h36a_4078 ._sign_in_link_4h36a_4208{white-space:nowrap;font-weight:700}@media (min-width: 768px){._container_4h36a_4065 ._right_side_4h36a_4078{width:max-content}}._wrapper_1ova0_1{padding:0 40px;border-top:1px solid var(--light-gray);border-bottom:1px solid rgba(233,235,236,.6);background-color:var(--horizontal-bg-color, var(--white-color))}._slider_1ova0_8,._slider_1ova0_8 .slick-list{width:100%}._slider_1ova0_8._disabled_1ova0_14 .slick-track{width:max-content!important;float:right}._slider_1ova0_8 .slick-arrow{z-index:1;color:var(--horizontal-text-color, var(--primary-color));width:28px;height:28px}._slider_1ova0_8 .slick-prev{left:-28px}._slider_1ova0_8 .rotate-180{top:calc(50% - 14px)}._slider_1ova0_8 .slick-next{right:-28px}._slider_1ova0_8 ._slick_btn_1ova0_33 circle{color:var(--horizontal-text-color, var(--primary-color))}._slider_1ova0_8 ._slick_btn_1ova0_33 path{color:var(--horizontal-bg-color, var(--white-color))}._menu_item_1ova0_40{display:block;color:var(--horizontal-text-color, var(--primary-color));word-wrap:break-word}._menu_item_1ova0_40:hover{background-color:#e9ebec99}._root_item_1ova0_49,._parent_item_1ova0_50{width:max-content;align-content:center}._root_item_1ova0_49 button,._parent_item_1ova0_50 button{margin-right:unset}._root_item_1ova0_49 ._menu_item_1ova0_40{margin:16px;padding:0;width:fit-content}._root_item_1ova0_49 ._menu_item_1ova0_40:hover{background-color:unset;color:var(--horizontal-text-color, var(--primary-color))}._parent_item_1ova0_50{align-items:center}._parent_item_1ova0_50 ._root_item_1ova0_49{margin:12px 16px}._parent_item_1ova0_50 ._root_item_1ova0_49 ._menu_item_1ova0_40{margin:0}._parent_item_1ova0_50 ._root_item_1ova0_49._last_item_1ova0_78{margin-right:21px}._parent_item_1ova0_50 .dropdown-toggle{box-shadow:none;background-color:var(--horizontal-bg-color, var(--white-color))!important;align-items:center;border:none;padding:0;max-width:100%;white-space:normal;font-weight:unset;position:relative}._parent_item_1ova0_50 .dropdown-toggle:hover,._parent_item_1ova0_50 .dropdown-toggle:focus,._parent_item_1ova0_50 .dropdown-toggle:active:focus{box-shadow:unset!important;border:none!important;background:transparent!important}._parent_item_1ova0_50 .dropdown-toggle:after{transition:transform .3s ease-in-out;background-color:var(--horizontal-text-color, var(--primary-color));-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='26'%20height='15'%20viewBox='0%200%2026%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M24%202L13.2558%2013L2%202'%20stroke='currentColor'%20stroke-width='3'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='26'%20height='15'%20viewBox='0%200%2026%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M24%202L13.2558%2013L2%202'%20stroke='currentColor'%20stroke-width='3'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;width:13px;aspect-ratio:26/15;border:none;margin:2px 0 0;opacity:0;position:absolute;right:-21px}._parent_item_1ova0_50 .dropdown-toggle[aria-expanded=true]:after{opacity:1}._menu_item_1ova0_40{width:fit-content}._menu_item_1ova0_40:hover,._menu_item_1ova0_40:focus{background-color:unset;color:var(--horizontal-text-color, var(--primary-color))}._child_items_1ova0_124{background-color:var(--horizontal-bg-color, var(--white-color));padding:0;border-radius:0 8px 8px;min-width:200px;max-width:400px;border:1px solid rgba(233,235,236,.6)}._child_items_1ova0_124._last_item_1ova0_78{border-radius:8px 0 8px 8px}._child_items_1ova0_124 ._menu_item_1ova0_40{word-break:break-word;margin:12px 16px}._clearfix_1n3sy_7:after{display:block;clear:both;content:""}._link-primary_1n3sy_13{color:#0d6efd}._link-primary_1n3sy_13:hover,._link-primary_1n3sy_13:focus{color:#0a58ca}._link-secondary_1n3sy_20{color:#6c757d}._link-secondary_1n3sy_20:hover,._link-secondary_1n3sy_20:focus{color:#565e64}._link-success_1n3sy_27{color:#198754}._link-success_1n3sy_27:hover,._link-success_1n3sy_27:focus{color:#146c43}._link-info_1n3sy_34{color:#0dcaf0}._link-info_1n3sy_34:hover,._link-info_1n3sy_34:focus{color:#3dd5f3}._link-warning_1n3sy_41{color:#ffc107}._link-warning_1n3sy_41:hover,._link-warning_1n3sy_41:focus{color:#ffcd39}._link-danger_1n3sy_48{color:#dc3545}._link-danger_1n3sy_48:hover,._link-danger_1n3sy_48:focus{color:#b02a37}._link-light_1n3sy_55{color:#f8f9fa}._link-light_1n3sy_55:hover,._link-light_1n3sy_55:focus{color:#f9fafb}._link-dark_1n3sy_62{color:#212529}._link-dark_1n3sy_62:hover,._link-dark_1n3sy_62:focus{color:#1a1e21}._ratio_1n3sy_69{position:relative;width:100%}._ratio_1n3sy_69:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}._ratio_1n3sy_69>*{position:absolute;top:0;left:0;width:100%;height:100%}._ratio-1x1_1n3sy_86{--bs-aspect-ratio: 100%}._ratio-4x3_1n3sy_90{--bs-aspect-ratio: 75%}._ratio-16x9_1n3sy_94{--bs-aspect-ratio: 56.25%}._ratio-21x9_1n3sy_98{--bs-aspect-ratio: 42.8571428571%}._fixed-top_1n3sy_102{position:fixed;top:0;right:0;left:0;z-index:1030}._fixed-bottom_1n3sy_110{position:fixed;right:0;bottom:0;left:0;z-index:1030}._sticky-top_1n3sy_118{position:sticky;top:0;z-index:1020}@media (min-width: 576px){._sticky-sm-top_1n3sy_125{position:sticky;top:0;z-index:1020}}@media (min-width: 768px){._sticky-md-top_1n3sy_132{position:sticky;top:0;z-index:1020}}@media (min-width: 992px){._sticky-lg-top_1n3sy_139{position:sticky;top:0;z-index:1020}}@media (min-width: 1200px){._sticky-xl-top_1n3sy_146{position:sticky;top:0;z-index:1020}}@media (min-width: 1400px){._sticky-xxl-top_1n3sy_153{position:sticky;top:0;z-index:1020}}._hstack_1n3sy_159{display:flex;flex-direction:row;align-items:center;align-self:stretch}._vstack_1n3sy_166{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}._visually-hidden_1n3sy_173,._visually-hidden-focusable_1n3sy_174: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_1n3sy_186:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}._text-truncate_1n3sy_196{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._vr_1n3sy_202{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}._align-baseline_1n3sy_211{vertical-align:baseline!important}._align-top_1n3sy_215{vertical-align:top!important}._align-middle_1n3sy_219{vertical-align:middle!important}._align-bottom_1n3sy_223{vertical-align:bottom!important}._align-text-bottom_1n3sy_227{vertical-align:text-bottom!important}._align-text-top_1n3sy_231{vertical-align:text-top!important}._float-start_1n3sy_235{float:left!important}._float-end_1n3sy_239{float:right!important}._float-none_1n3sy_243{float:none!important}._opacity-0_1n3sy_247{opacity:0!important}._opacity-25_1n3sy_251{opacity:.25!important}._opacity-50_1n3sy_255{opacity:.5!important}._opacity-75_1n3sy_259{opacity:.75!important}._opacity-100_1n3sy_263{opacity:1!important}._overflow-auto_1n3sy_267{overflow:auto!important}._overflow-hidden_1n3sy_271{overflow:hidden!important}._overflow-visible_1n3sy_275{overflow:visible!important}._overflow-scroll_1n3sy_279{overflow:scroll!important}._d-inline_1n3sy_283{display:inline!important}._d-inline-block_1n3sy_287{display:inline-block!important}._d-block_1n3sy_291{display:block!important}._d-grid_1n3sy_295{display:grid!important}._d-table_1n3sy_299{display:table!important}._d-table-row_1n3sy_303{display:table-row!important}._d-table-cell_1n3sy_307{display:table-cell!important}._d-flex_1n3sy_311{display:flex!important}._d-inline-flex_1n3sy_315{display:inline-flex!important}._d-none_1n3sy_319{display:none!important}._shadow_1n3sy_323{box-shadow:0 .5rem 1rem #00000026!important}._shadow-sm_1n3sy_327{box-shadow:0 .125rem .25rem #00000013!important}._shadow-lg_1n3sy_331{box-shadow:0 1rem 3rem #0000002d!important}._shadow-none_1n3sy_335{box-shadow:none!important}._position-static_1n3sy_339{position:static!important}._position-relative_1n3sy_343{position:relative!important}._position-absolute_1n3sy_347{position:absolute!important}._position-fixed_1n3sy_351{position:fixed!important}._position-sticky_1n3sy_355{position:sticky!important}._top-0_1n3sy_359{top:0!important}._top-50_1n3sy_363{top:50%!important}._top-100_1n3sy_367{top:100%!important}._bottom-0_1n3sy_371{bottom:0!important}._bottom-50_1n3sy_375{bottom:50%!important}._bottom-100_1n3sy_379{bottom:100%!important}._start-0_1n3sy_383{left:0!important}._start-50_1n3sy_387{left:50%!important}._start-100_1n3sy_391{left:100%!important}._end-0_1n3sy_395{right:0!important}._end-50_1n3sy_399{right:50%!important}._end-100_1n3sy_403{right:100%!important}._translate-middle_1n3sy_407{transform:translate(-50%,-50%)!important}._translate-middle-x_1n3sy_411{transform:translate(-50%)!important}._translate-middle-y_1n3sy_415{transform:translateY(-50%)!important}._border_1n3sy_419{border:1px solid #dee2e6!important}._border-0_1n3sy_423{border:0!important}._border-top_1n3sy_427{border-top:1px solid #dee2e6!important}._border-top-0_1n3sy_431{border-top:0!important}._border-end_1n3sy_435{border-right:1px solid #dee2e6!important}._border-end-0_1n3sy_439{border-right:0!important}._border-bottom_1n3sy_443{border-bottom:1px solid #dee2e6!important}._border-bottom-0_1n3sy_447{border-bottom:0!important}._border-start_1n3sy_451{border-left:1px solid #dee2e6!important}._border-start-0_1n3sy_455{border-left:0!important}._border-primary_1n3sy_459{border-color:#0d6efd!important}._border-secondary_1n3sy_463{border-color:#6c757d!important}._border-success_1n3sy_467{border-color:#198754!important}._border-info_1n3sy_471{border-color:#0dcaf0!important}._border-warning_1n3sy_475{border-color:#ffc107!important}._border-danger_1n3sy_479{border-color:#dc3545!important}._border-light_1n3sy_483{border-color:#f8f9fa!important}._border-dark_1n3sy_487{border-color:#212529!important}._border-white_1n3sy_491{border-color:#fff!important}._border-1_1n3sy_495{border-width:1px!important}._border-2_1n3sy_499{border-width:2px!important}._border-3_1n3sy_503{border-width:3px!important}._border-4_1n3sy_507{border-width:4px!important}._border-5_1n3sy_511{border-width:5px!important}._w-25_1n3sy_515{width:25%!important}._w-50_1n3sy_519{width:50%!important}._w-75_1n3sy_523{width:75%!important}._w-100_1n3sy_527{width:100%!important}._w-auto_1n3sy_531{width:auto!important}._mw-100_1n3sy_535{max-width:100%!important}._vw-100_1n3sy_539{width:100vw!important}._min-vw-100_1n3sy_543{min-width:100vw!important}._h-25_1n3sy_547{height:25%!important}._h-50_1n3sy_551{height:50%!important}._h-75_1n3sy_555{height:75%!important}._h-100_1n3sy_559{height:100%!important}._h-auto_1n3sy_563{height:auto!important}._mh-100_1n3sy_567{max-height:100%!important}._vh-100_1n3sy_571{height:100vh!important}._min-vh-100_1n3sy_575{min-height:100vh!important}._flex-fill_1n3sy_579{flex:1 1 auto!important}._flex-row_1n3sy_583{flex-direction:row!important}._flex-column_1n3sy_587{flex-direction:column!important}._flex-row-reverse_1n3sy_591{flex-direction:row-reverse!important}._flex-column-reverse_1n3sy_595{flex-direction:column-reverse!important}._flex-grow-0_1n3sy_599{flex-grow:0!important}._flex-grow-1_1n3sy_603{flex-grow:1!important}._flex-shrink-0_1n3sy_607{flex-shrink:0!important}._flex-shrink-1_1n3sy_611{flex-shrink:1!important}._flex-wrap_1n3sy_615{flex-wrap:wrap!important}._flex-nowrap_1n3sy_619{flex-wrap:nowrap!important}._flex-wrap-reverse_1n3sy_623{flex-wrap:wrap-reverse!important}._gap-0_1n3sy_627{gap:0!important}._gap-1_1n3sy_631{gap:.25rem!important}._gap-2_1n3sy_635{gap:.5rem!important}._gap-3_1n3sy_639{gap:1rem!important}._gap-4_1n3sy_643{gap:1.5rem!important}._gap-5_1n3sy_647{gap:3rem!important}._justify-content-start_1n3sy_651{justify-content:flex-start!important}._justify-content-end_1n3sy_655{justify-content:flex-end!important}._justify-content-center_1n3sy_659{justify-content:center!important}._justify-content-between_1n3sy_663{justify-content:space-between!important}._justify-content-around_1n3sy_667{justify-content:space-around!important}._justify-content-evenly_1n3sy_671{justify-content:space-evenly!important}._align-items-start_1n3sy_675{align-items:flex-start!important}._align-items-end_1n3sy_679{align-items:flex-end!important}._align-items-center_1n3sy_683{align-items:center!important}._align-items-baseline_1n3sy_687{align-items:baseline!important}._align-items-stretch_1n3sy_691{align-items:stretch!important}._align-content-start_1n3sy_695{align-content:flex-start!important}._align-content-end_1n3sy_699{align-content:flex-end!important}._align-content-center_1n3sy_703{align-content:center!important}._align-content-between_1n3sy_707{align-content:space-between!important}._align-content-around_1n3sy_711{align-content:space-around!important}._align-content-stretch_1n3sy_715{align-content:stretch!important}._align-self-auto_1n3sy_719{align-self:auto!important}._align-self-start_1n3sy_723{align-self:flex-start!important}._align-self-end_1n3sy_727{align-self:flex-end!important}._align-self-center_1n3sy_731{align-self:center!important}._align-self-baseline_1n3sy_735{align-self:baseline!important}._align-self-stretch_1n3sy_739{align-self:stretch!important}._order-first_1n3sy_743{order:-1!important}._order-0_1n3sy_747{order:0!important}._order-1_1n3sy_751{order:1!important}._order-2_1n3sy_755{order:2!important}._order-3_1n3sy_759{order:3!important}._order-4_1n3sy_763{order:4!important}._order-5_1n3sy_767{order:5!important}._order-last_1n3sy_771{order:6!important}._m-0_1n3sy_775{margin:0!important}._m-1_1n3sy_779{margin:.25rem!important}._m-2_1n3sy_783{margin:.5rem!important}._m-3_1n3sy_787{margin:1rem!important}._m-4_1n3sy_791{margin:1.5rem!important}._m-5_1n3sy_795{margin:3rem!important}._m-auto_1n3sy_799{margin:auto!important}._mx-0_1n3sy_803{margin-right:0!important;margin-left:0!important}._mx-1_1n3sy_808{margin-right:.25rem!important;margin-left:.25rem!important}._mx-2_1n3sy_813{margin-right:.5rem!important;margin-left:.5rem!important}._mx-3_1n3sy_818{margin-right:1rem!important;margin-left:1rem!important}._mx-4_1n3sy_823{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-5_1n3sy_828{margin-right:3rem!important;margin-left:3rem!important}._mx-auto_1n3sy_833{margin-right:auto!important;margin-left:auto!important}._my-0_1n3sy_838{margin-top:0!important;margin-bottom:0!important}._my-1_1n3sy_843{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-2_1n3sy_848{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-3_1n3sy_853{margin-top:1rem!important;margin-bottom:1rem!important}._my-4_1n3sy_858{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-5_1n3sy_863{margin-top:3rem!important;margin-bottom:3rem!important}._my-auto_1n3sy_868{margin-top:auto!important;margin-bottom:auto!important}._mt-0_1n3sy_873{margin-top:0!important}._mt-1_1n3sy_877{margin-top:.25rem!important}._mt-2_1n3sy_881{margin-top:.5rem!important}._mt-3_1n3sy_885{margin-top:1rem!important}._mt-4_1n3sy_889{margin-top:1.5rem!important}._mt-5_1n3sy_893{margin-top:3rem!important}._mt-auto_1n3sy_897{margin-top:auto!important}._me-0_1n3sy_901{margin-right:0!important}._me-1_1n3sy_905{margin-right:.25rem!important}._me-2_1n3sy_909{margin-right:.5rem!important}._me-3_1n3sy_913{margin-right:1rem!important}._me-4_1n3sy_917{margin-right:1.5rem!important}._me-5_1n3sy_921{margin-right:3rem!important}._me-auto_1n3sy_925{margin-right:auto!important}._mb-0_1n3sy_929{margin-bottom:0!important}._mb-1_1n3sy_933{margin-bottom:.25rem!important}._mb-2_1n3sy_937{margin-bottom:.5rem!important}._mb-3_1n3sy_941{margin-bottom:1rem!important}._mb-4_1n3sy_945{margin-bottom:1.5rem!important}._mb-5_1n3sy_949{margin-bottom:3rem!important}._mb-auto_1n3sy_953{margin-bottom:auto!important}._ms-0_1n3sy_957{margin-left:0!important}._ms-1_1n3sy_961{margin-left:.25rem!important}._ms-2_1n3sy_965{margin-left:.5rem!important}._ms-3_1n3sy_969{margin-left:1rem!important}._ms-4_1n3sy_973{margin-left:1.5rem!important}._ms-5_1n3sy_977{margin-left:3rem!important}._ms-auto_1n3sy_981{margin-left:auto!important}._p-0_1n3sy_985{padding:0!important}._p-1_1n3sy_989{padding:.25rem!important}._p-2_1n3sy_993{padding:.5rem!important}._p-3_1n3sy_997{padding:1rem!important}._p-4_1n3sy_1001{padding:1.5rem!important}._p-5_1n3sy_1005{padding:3rem!important}._px-0_1n3sy_1009{padding-right:0!important;padding-left:0!important}._px-1_1n3sy_1014{padding-right:.25rem!important;padding-left:.25rem!important}._px-2_1n3sy_1019{padding-right:.5rem!important;padding-left:.5rem!important}._px-3_1n3sy_1024{padding-right:1rem!important;padding-left:1rem!important}._px-4_1n3sy_1029{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-5_1n3sy_1034{padding-right:3rem!important;padding-left:3rem!important}._py-0_1n3sy_1039{padding-top:0!important;padding-bottom:0!important}._py-1_1n3sy_1044{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-2_1n3sy_1049{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-3_1n3sy_1054{padding-top:1rem!important;padding-bottom:1rem!important}._py-4_1n3sy_1059{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-5_1n3sy_1064{padding-top:3rem!important;padding-bottom:3rem!important}._pt-0_1n3sy_1069{padding-top:0!important}._pt-1_1n3sy_1073{padding-top:.25rem!important}._pt-2_1n3sy_1077{padding-top:.5rem!important}._pt-3_1n3sy_1081{padding-top:1rem!important}._pt-4_1n3sy_1085{padding-top:1.5rem!important}._pt-5_1n3sy_1089{padding-top:3rem!important}._pe-0_1n3sy_1093{padding-right:0!important}._pe-1_1n3sy_1097{padding-right:.25rem!important}._pe-2_1n3sy_1101{padding-right:.5rem!important}._pe-3_1n3sy_1105{padding-right:1rem!important}._pe-4_1n3sy_1109{padding-right:1.5rem!important}._pe-5_1n3sy_1113{padding-right:3rem!important}._pb-0_1n3sy_1117{padding-bottom:0!important}._pb-1_1n3sy_1121{padding-bottom:.25rem!important}._pb-2_1n3sy_1125{padding-bottom:.5rem!important}._pb-3_1n3sy_1129{padding-bottom:1rem!important}._pb-4_1n3sy_1133{padding-bottom:1.5rem!important}._pb-5_1n3sy_1137{padding-bottom:3rem!important}._ps-0_1n3sy_1141{padding-left:0!important}._ps-1_1n3sy_1145{padding-left:.25rem!important}._ps-2_1n3sy_1149{padding-left:.5rem!important}._ps-3_1n3sy_1153{padding-left:1rem!important}._ps-4_1n3sy_1157{padding-left:1.5rem!important}._ps-5_1n3sy_1161{padding-left:3rem!important}._font-monospace_1n3sy_1165{font-family:var(--bs-font-monospace)!important}._fs-1_1n3sy_1169{font-size:calc(1.375rem + 1.5vw)!important}._fs-2_1n3sy_1173{font-size:calc(1.325rem + .9vw)!important}._fs-3_1n3sy_1177{font-size:calc(1.3rem + .6vw)!important}._fs-4_1n3sy_1181{font-size:calc(1.275rem + .3vw)!important}._fs-5_1n3sy_1185{font-size:1.25rem!important}._fs-6_1n3sy_1189{font-size:1rem!important}._fst-italic_1n3sy_1193{font-style:italic!important}._fst-normal_1n3sy_1197{font-style:normal!important}._fw-light_1n3sy_1201{font-weight:300!important}._fw-lighter_1n3sy_1205{font-weight:lighter!important}._fw-normal_1n3sy_1209{font-weight:400!important}._fw-bold_1n3sy_1213{font-weight:700!important}._fw-bolder_1n3sy_1217{font-weight:bolder!important}._lh-1_1n3sy_1221{line-height:1!important}._lh-sm_1n3sy_1225{line-height:1.25!important}._lh-base_1n3sy_1229{line-height:1.5!important}._lh-lg_1n3sy_1233{line-height:2!important}._text-start_1n3sy_1237{text-align:left!important}._text-end_1n3sy_1241{text-align:right!important}._text-center_1n3sy_1245{text-align:center!important}._text-decoration-none_1n3sy_1249{text-decoration:none!important}._text-decoration-underline_1n3sy_1253{text-decoration:underline!important}._text-decoration-line-through_1n3sy_1257{text-decoration:line-through!important}._text-lowercase_1n3sy_1261{text-transform:lowercase!important}._text-uppercase_1n3sy_1265{text-transform:uppercase!important}._text-capitalize_1n3sy_1269{text-transform:capitalize!important}._text-wrap_1n3sy_1273{white-space:normal!important}._text-nowrap_1n3sy_1277{white-space:nowrap!important}._text-break_1n3sy_1282{word-wrap:break-word!important;word-break:break-word!important}._text-primary_1n3sy_1288{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}._text-secondary_1n3sy_1293{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}._text-success_1n3sy_1298{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}._text-info_1n3sy_1303{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}._text-warning_1n3sy_1308{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}._text-danger_1n3sy_1313{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}._text-light_1n3sy_1318{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}._text-dark_1n3sy_1323{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}._text-black_1n3sy_1328{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}._text-white_1n3sy_1333{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}._text-body_1n3sy_1338{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}._text-muted_1n3sy_1343{--bs-text-opacity: 1;color:#6c757d!important}._text-black-50_1n3sy_1348{--bs-text-opacity: 1;color:#00000080!important}._text-white-50_1n3sy_1353{--bs-text-opacity: 1;color:#ffffff80!important}._text-reset_1n3sy_1358{--bs-text-opacity: 1;color:inherit!important}._text-opacity-25_1n3sy_1363{--bs-text-opacity: .25}._text-opacity-50_1n3sy_1367{--bs-text-opacity: .5}._text-opacity-75_1n3sy_1371{--bs-text-opacity: .75}._text-opacity-100_1n3sy_1375{--bs-text-opacity: 1}._bg-primary_1n3sy_1379{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}._bg-secondary_1n3sy_1384{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}._bg-success_1n3sy_1389{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}._bg-info_1n3sy_1394{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}._bg-warning_1n3sy_1399{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}._bg-danger_1n3sy_1404{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}._bg-light_1n3sy_1409{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}._bg-dark_1n3sy_1414{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}._bg-black_1n3sy_1419{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}._bg-white_1n3sy_1424{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}._bg-body_1n3sy_1429{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}._bg-transparent_1n3sy_1434{--bs-bg-opacity: 1;background-color:transparent!important}._bg-opacity-10_1n3sy_1439{--bs-bg-opacity: .1}._bg-opacity-25_1n3sy_1443{--bs-bg-opacity: .25}._bg-opacity-50_1n3sy_1447{--bs-bg-opacity: .5}._bg-opacity-75_1n3sy_1451{--bs-bg-opacity: .75}._bg-opacity-100_1n3sy_1455{--bs-bg-opacity: 1}._bg-gradient_1n3sy_1459{background-image:var(--bs-gradient)!important}._user-select-all_1n3sy_1463{-webkit-user-select:all!important;user-select:all!important}._user-select-auto_1n3sy_1467{-webkit-user-select:auto!important;user-select:auto!important}._user-select-none_1n3sy_1471{-webkit-user-select:none!important;user-select:none!important}._pe-none_1n3sy_1475{pointer-events:none!important}._pe-auto_1n3sy_1479{pointer-events:auto!important}._rounded_1n3sy_1483{border-radius:.25rem!important}._rounded-0_1n3sy_1487{border-radius:0!important}._rounded-1_1n3sy_1491{border-radius:.2rem!important}._rounded-2_1n3sy_1495{border-radius:.25rem!important}._rounded-3_1n3sy_1499{border-radius:.3rem!important}._rounded-circle_1n3sy_1503{border-radius:50%!important}._rounded-pill_1n3sy_1507{border-radius:50rem!important}._rounded-top_1n3sy_1511{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}._rounded-end_1n3sy_1516{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}._rounded-bottom_1n3sy_1521{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}._rounded-start_1n3sy_1526{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}._visible_1n3sy_1531{visibility:visible!important}._invisible_1n3sy_1535{visibility:hidden!important}@media (min-width: 576px){._float-sm-start_1n3sy_1540{float:left!important}._float-sm-end_1n3sy_1543{float:right!important}._float-sm-none_1n3sy_1546{float:none!important}._d-sm-inline_1n3sy_1549{display:inline!important}._d-sm-inline-block_1n3sy_1552{display:inline-block!important}._d-sm-block_1n3sy_1555{display:block!important}._d-sm-grid_1n3sy_1558{display:grid!important}._d-sm-table_1n3sy_1561{display:table!important}._d-sm-table-row_1n3sy_1564{display:table-row!important}._d-sm-table-cell_1n3sy_1567{display:table-cell!important}._d-sm-flex_1n3sy_1570{display:flex!important}._d-sm-inline-flex_1n3sy_1573{display:inline-flex!important}._d-sm-none_1n3sy_1576{display:none!important}._flex-sm-fill_1n3sy_1579{flex:1 1 auto!important}._flex-sm-row_1n3sy_1582{flex-direction:row!important}._flex-sm-column_1n3sy_1585{flex-direction:column!important}._flex-sm-row-reverse_1n3sy_1588{flex-direction:row-reverse!important}._flex-sm-column-reverse_1n3sy_1591{flex-direction:column-reverse!important}._flex-sm-grow-0_1n3sy_1594{flex-grow:0!important}._flex-sm-grow-1_1n3sy_1597{flex-grow:1!important}._flex-sm-shrink-0_1n3sy_1600{flex-shrink:0!important}._flex-sm-shrink-1_1n3sy_1603{flex-shrink:1!important}._flex-sm-wrap_1n3sy_1606{flex-wrap:wrap!important}._flex-sm-nowrap_1n3sy_1609{flex-wrap:nowrap!important}._flex-sm-wrap-reverse_1n3sy_1612{flex-wrap:wrap-reverse!important}._gap-sm-0_1n3sy_1615{gap:0!important}._gap-sm-1_1n3sy_1618{gap:.25rem!important}._gap-sm-2_1n3sy_1621{gap:.5rem!important}._gap-sm-3_1n3sy_1624{gap:1rem!important}._gap-sm-4_1n3sy_1627{gap:1.5rem!important}._gap-sm-5_1n3sy_1630{gap:3rem!important}._justify-content-sm-start_1n3sy_1633{justify-content:flex-start!important}._justify-content-sm-end_1n3sy_1636{justify-content:flex-end!important}._justify-content-sm-center_1n3sy_1639{justify-content:center!important}._justify-content-sm-between_1n3sy_1642{justify-content:space-between!important}._justify-content-sm-around_1n3sy_1645{justify-content:space-around!important}._justify-content-sm-evenly_1n3sy_1648{justify-content:space-evenly!important}._align-items-sm-start_1n3sy_1651{align-items:flex-start!important}._align-items-sm-end_1n3sy_1654{align-items:flex-end!important}._align-items-sm-center_1n3sy_1657{align-items:center!important}._align-items-sm-baseline_1n3sy_1660{align-items:baseline!important}._align-items-sm-stretch_1n3sy_1663{align-items:stretch!important}._align-content-sm-start_1n3sy_1666{align-content:flex-start!important}._align-content-sm-end_1n3sy_1669{align-content:flex-end!important}._align-content-sm-center_1n3sy_1672{align-content:center!important}._align-content-sm-between_1n3sy_1675{align-content:space-between!important}._align-content-sm-around_1n3sy_1678{align-content:space-around!important}._align-content-sm-stretch_1n3sy_1681{align-content:stretch!important}._align-self-sm-auto_1n3sy_1684{align-self:auto!important}._align-self-sm-start_1n3sy_1687{align-self:flex-start!important}._align-self-sm-end_1n3sy_1690{align-self:flex-end!important}._align-self-sm-center_1n3sy_1693{align-self:center!important}._align-self-sm-baseline_1n3sy_1696{align-self:baseline!important}._align-self-sm-stretch_1n3sy_1699{align-self:stretch!important}._order-sm-first_1n3sy_1702{order:-1!important}._order-sm-0_1n3sy_1705{order:0!important}._order-sm-1_1n3sy_1708{order:1!important}._order-sm-2_1n3sy_1711{order:2!important}._order-sm-3_1n3sy_1714{order:3!important}._order-sm-4_1n3sy_1717{order:4!important}._order-sm-5_1n3sy_1720{order:5!important}._order-sm-last_1n3sy_1723{order:6!important}._m-sm-0_1n3sy_1726{margin:0!important}._m-sm-1_1n3sy_1729{margin:.25rem!important}._m-sm-2_1n3sy_1732{margin:.5rem!important}._m-sm-3_1n3sy_1735{margin:1rem!important}._m-sm-4_1n3sy_1738{margin:1.5rem!important}._m-sm-5_1n3sy_1741{margin:3rem!important}._m-sm-auto_1n3sy_1744{margin:auto!important}._mx-sm-0_1n3sy_1747{margin-right:0!important;margin-left:0!important}._mx-sm-1_1n3sy_1751{margin-right:.25rem!important;margin-left:.25rem!important}._mx-sm-2_1n3sy_1755{margin-right:.5rem!important;margin-left:.5rem!important}._mx-sm-3_1n3sy_1759{margin-right:1rem!important;margin-left:1rem!important}._mx-sm-4_1n3sy_1763{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-sm-5_1n3sy_1767{margin-right:3rem!important;margin-left:3rem!important}._mx-sm-auto_1n3sy_1771{margin-right:auto!important;margin-left:auto!important}._my-sm-0_1n3sy_1775{margin-top:0!important;margin-bottom:0!important}._my-sm-1_1n3sy_1779{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-sm-2_1n3sy_1783{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-sm-3_1n3sy_1787{margin-top:1rem!important;margin-bottom:1rem!important}._my-sm-4_1n3sy_1791{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-sm-5_1n3sy_1795{margin-top:3rem!important;margin-bottom:3rem!important}._my-sm-auto_1n3sy_1799{margin-top:auto!important;margin-bottom:auto!important}._mt-sm-0_1n3sy_1803{margin-top:0!important}._mt-sm-1_1n3sy_1806{margin-top:.25rem!important}._mt-sm-2_1n3sy_1809{margin-top:.5rem!important}._mt-sm-3_1n3sy_1812{margin-top:1rem!important}._mt-sm-4_1n3sy_1815{margin-top:1.5rem!important}._mt-sm-5_1n3sy_1818{margin-top:3rem!important}._mt-sm-auto_1n3sy_1821{margin-top:auto!important}._me-sm-0_1n3sy_1824{margin-right:0!important}._me-sm-1_1n3sy_1827{margin-right:.25rem!important}._me-sm-2_1n3sy_1830{margin-right:.5rem!important}._me-sm-3_1n3sy_1833{margin-right:1rem!important}._me-sm-4_1n3sy_1836{margin-right:1.5rem!important}._me-sm-5_1n3sy_1839{margin-right:3rem!important}._me-sm-auto_1n3sy_1842{margin-right:auto!important}._mb-sm-0_1n3sy_1845{margin-bottom:0!important}._mb-sm-1_1n3sy_1848{margin-bottom:.25rem!important}._mb-sm-2_1n3sy_1851{margin-bottom:.5rem!important}._mb-sm-3_1n3sy_1854{margin-bottom:1rem!important}._mb-sm-4_1n3sy_1857{margin-bottom:1.5rem!important}._mb-sm-5_1n3sy_1860{margin-bottom:3rem!important}._mb-sm-auto_1n3sy_1863{margin-bottom:auto!important}._ms-sm-0_1n3sy_1866{margin-left:0!important}._ms-sm-1_1n3sy_1869{margin-left:.25rem!important}._ms-sm-2_1n3sy_1872{margin-left:.5rem!important}._ms-sm-3_1n3sy_1875{margin-left:1rem!important}._ms-sm-4_1n3sy_1878{margin-left:1.5rem!important}._ms-sm-5_1n3sy_1881{margin-left:3rem!important}._ms-sm-auto_1n3sy_1884{margin-left:auto!important}._p-sm-0_1n3sy_1887{padding:0!important}._p-sm-1_1n3sy_1890{padding:.25rem!important}._p-sm-2_1n3sy_1893{padding:.5rem!important}._p-sm-3_1n3sy_1896{padding:1rem!important}._p-sm-4_1n3sy_1899{padding:1.5rem!important}._p-sm-5_1n3sy_1902{padding:3rem!important}._px-sm-0_1n3sy_1905{padding-right:0!important;padding-left:0!important}._px-sm-1_1n3sy_1909{padding-right:.25rem!important;padding-left:.25rem!important}._px-sm-2_1n3sy_1913{padding-right:.5rem!important;padding-left:.5rem!important}._px-sm-3_1n3sy_1917{padding-right:1rem!important;padding-left:1rem!important}._px-sm-4_1n3sy_1921{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-sm-5_1n3sy_1925{padding-right:3rem!important;padding-left:3rem!important}._py-sm-0_1n3sy_1929{padding-top:0!important;padding-bottom:0!important}._py-sm-1_1n3sy_1933{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-sm-2_1n3sy_1937{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-sm-3_1n3sy_1941{padding-top:1rem!important;padding-bottom:1rem!important}._py-sm-4_1n3sy_1945{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-sm-5_1n3sy_1949{padding-top:3rem!important;padding-bottom:3rem!important}._pt-sm-0_1n3sy_1953{padding-top:0!important}._pt-sm-1_1n3sy_1956{padding-top:.25rem!important}._pt-sm-2_1n3sy_1959{padding-top:.5rem!important}._pt-sm-3_1n3sy_1962{padding-top:1rem!important}._pt-sm-4_1n3sy_1965{padding-top:1.5rem!important}._pt-sm-5_1n3sy_1968{padding-top:3rem!important}._pe-sm-0_1n3sy_1971{padding-right:0!important}._pe-sm-1_1n3sy_1974{padding-right:.25rem!important}._pe-sm-2_1n3sy_1977{padding-right:.5rem!important}._pe-sm-3_1n3sy_1980{padding-right:1rem!important}._pe-sm-4_1n3sy_1983{padding-right:1.5rem!important}._pe-sm-5_1n3sy_1986{padding-right:3rem!important}._pb-sm-0_1n3sy_1989{padding-bottom:0!important}._pb-sm-1_1n3sy_1992{padding-bottom:.25rem!important}._pb-sm-2_1n3sy_1995{padding-bottom:.5rem!important}._pb-sm-3_1n3sy_1998{padding-bottom:1rem!important}._pb-sm-4_1n3sy_2001{padding-bottom:1.5rem!important}._pb-sm-5_1n3sy_2004{padding-bottom:3rem!important}._ps-sm-0_1n3sy_2007{padding-left:0!important}._ps-sm-1_1n3sy_2010{padding-left:.25rem!important}._ps-sm-2_1n3sy_2013{padding-left:.5rem!important}._ps-sm-3_1n3sy_2016{padding-left:1rem!important}._ps-sm-4_1n3sy_2019{padding-left:1.5rem!important}._ps-sm-5_1n3sy_2022{padding-left:3rem!important}._text-sm-start_1n3sy_2025{text-align:left!important}._text-sm-end_1n3sy_2028{text-align:right!important}._text-sm-center_1n3sy_2031{text-align:center!important}}@media (min-width: 768px){._float-md-start_1n3sy_2036{float:left!important}._float-md-end_1n3sy_2039{float:right!important}._float-md-none_1n3sy_2042{float:none!important}._d-md-inline_1n3sy_2045{display:inline!important}._d-md-inline-block_1n3sy_2048{display:inline-block!important}._d-md-block_1n3sy_2051{display:block!important}._d-md-grid_1n3sy_2054{display:grid!important}._d-md-table_1n3sy_2057{display:table!important}._d-md-table-row_1n3sy_2060{display:table-row!important}._d-md-table-cell_1n3sy_2063{display:table-cell!important}._d-md-flex_1n3sy_2066{display:flex!important}._d-md-inline-flex_1n3sy_2069{display:inline-flex!important}._d-md-none_1n3sy_2072{display:none!important}._flex-md-fill_1n3sy_2075{flex:1 1 auto!important}._flex-md-row_1n3sy_2078{flex-direction:row!important}._flex-md-column_1n3sy_2081{flex-direction:column!important}._flex-md-row-reverse_1n3sy_2084{flex-direction:row-reverse!important}._flex-md-column-reverse_1n3sy_2087{flex-direction:column-reverse!important}._flex-md-grow-0_1n3sy_2090{flex-grow:0!important}._flex-md-grow-1_1n3sy_2093{flex-grow:1!important}._flex-md-shrink-0_1n3sy_2096{flex-shrink:0!important}._flex-md-shrink-1_1n3sy_2099{flex-shrink:1!important}._flex-md-wrap_1n3sy_2102{flex-wrap:wrap!important}._flex-md-nowrap_1n3sy_2105{flex-wrap:nowrap!important}._flex-md-wrap-reverse_1n3sy_2108{flex-wrap:wrap-reverse!important}._gap-md-0_1n3sy_2111{gap:0!important}._gap-md-1_1n3sy_2114{gap:.25rem!important}._gap-md-2_1n3sy_2117{gap:.5rem!important}._gap-md-3_1n3sy_2120{gap:1rem!important}._gap-md-4_1n3sy_2123{gap:1.5rem!important}._gap-md-5_1n3sy_2126{gap:3rem!important}._justify-content-md-start_1n3sy_2129{justify-content:flex-start!important}._justify-content-md-end_1n3sy_2132{justify-content:flex-end!important}._justify-content-md-center_1n3sy_2135{justify-content:center!important}._justify-content-md-between_1n3sy_2138{justify-content:space-between!important}._justify-content-md-around_1n3sy_2141{justify-content:space-around!important}._justify-content-md-evenly_1n3sy_2144{justify-content:space-evenly!important}._align-items-md-start_1n3sy_2147{align-items:flex-start!important}._align-items-md-end_1n3sy_2150{align-items:flex-end!important}._align-items-md-center_1n3sy_2153{align-items:center!important}._align-items-md-baseline_1n3sy_2156{align-items:baseline!important}._align-items-md-stretch_1n3sy_2159{align-items:stretch!important}._align-content-md-start_1n3sy_2162{align-content:flex-start!important}._align-content-md-end_1n3sy_2165{align-content:flex-end!important}._align-content-md-center_1n3sy_2168{align-content:center!important}._align-content-md-between_1n3sy_2171{align-content:space-between!important}._align-content-md-around_1n3sy_2174{align-content:space-around!important}._align-content-md-stretch_1n3sy_2177{align-content:stretch!important}._align-self-md-auto_1n3sy_2180{align-self:auto!important}._align-self-md-start_1n3sy_2183{align-self:flex-start!important}._align-self-md-end_1n3sy_2186{align-self:flex-end!important}._align-self-md-center_1n3sy_2189{align-self:center!important}._align-self-md-baseline_1n3sy_2192{align-self:baseline!important}._align-self-md-stretch_1n3sy_2195{align-self:stretch!important}._order-md-first_1n3sy_2198{order:-1!important}._order-md-0_1n3sy_2201{order:0!important}._order-md-1_1n3sy_2204{order:1!important}._order-md-2_1n3sy_2207{order:2!important}._order-md-3_1n3sy_2210{order:3!important}._order-md-4_1n3sy_2213{order:4!important}._order-md-5_1n3sy_2216{order:5!important}._order-md-last_1n3sy_2219{order:6!important}._m-md-0_1n3sy_2222{margin:0!important}._m-md-1_1n3sy_2225{margin:.25rem!important}._m-md-2_1n3sy_2228{margin:.5rem!important}._m-md-3_1n3sy_2231{margin:1rem!important}._m-md-4_1n3sy_2234{margin:1.5rem!important}._m-md-5_1n3sy_2237{margin:3rem!important}._m-md-auto_1n3sy_2240{margin:auto!important}._mx-md-0_1n3sy_2243{margin-right:0!important;margin-left:0!important}._mx-md-1_1n3sy_2247{margin-right:.25rem!important;margin-left:.25rem!important}._mx-md-2_1n3sy_2251{margin-right:.5rem!important;margin-left:.5rem!important}._mx-md-3_1n3sy_2255{margin-right:1rem!important;margin-left:1rem!important}._mx-md-4_1n3sy_2259{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-md-5_1n3sy_2263{margin-right:3rem!important;margin-left:3rem!important}._mx-md-auto_1n3sy_2267{margin-right:auto!important;margin-left:auto!important}._my-md-0_1n3sy_2271{margin-top:0!important;margin-bottom:0!important}._my-md-1_1n3sy_2275{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-md-2_1n3sy_2279{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-md-3_1n3sy_2283{margin-top:1rem!important;margin-bottom:1rem!important}._my-md-4_1n3sy_2287{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-md-5_1n3sy_2291{margin-top:3rem!important;margin-bottom:3rem!important}._my-md-auto_1n3sy_2295{margin-top:auto!important;margin-bottom:auto!important}._mt-md-0_1n3sy_2299{margin-top:0!important}._mt-md-1_1n3sy_2302{margin-top:.25rem!important}._mt-md-2_1n3sy_2305{margin-top:.5rem!important}._mt-md-3_1n3sy_2308{margin-top:1rem!important}._mt-md-4_1n3sy_2311{margin-top:1.5rem!important}._mt-md-5_1n3sy_2314{margin-top:3rem!important}._mt-md-auto_1n3sy_2317{margin-top:auto!important}._me-md-0_1n3sy_2320{margin-right:0!important}._me-md-1_1n3sy_2323{margin-right:.25rem!important}._me-md-2_1n3sy_2326{margin-right:.5rem!important}._me-md-3_1n3sy_2329{margin-right:1rem!important}._me-md-4_1n3sy_2332{margin-right:1.5rem!important}._me-md-5_1n3sy_2335{margin-right:3rem!important}._me-md-auto_1n3sy_2338{margin-right:auto!important}._mb-md-0_1n3sy_2341{margin-bottom:0!important}._mb-md-1_1n3sy_2344{margin-bottom:.25rem!important}._mb-md-2_1n3sy_2347{margin-bottom:.5rem!important}._mb-md-3_1n3sy_2350{margin-bottom:1rem!important}._mb-md-4_1n3sy_2353{margin-bottom:1.5rem!important}._mb-md-5_1n3sy_2356{margin-bottom:3rem!important}._mb-md-auto_1n3sy_2359{margin-bottom:auto!important}._ms-md-0_1n3sy_2362{margin-left:0!important}._ms-md-1_1n3sy_2365{margin-left:.25rem!important}._ms-md-2_1n3sy_2368{margin-left:.5rem!important}._ms-md-3_1n3sy_2371{margin-left:1rem!important}._ms-md-4_1n3sy_2374{margin-left:1.5rem!important}._ms-md-5_1n3sy_2377{margin-left:3rem!important}._ms-md-auto_1n3sy_2380{margin-left:auto!important}._p-md-0_1n3sy_2383{padding:0!important}._p-md-1_1n3sy_2386{padding:.25rem!important}._p-md-2_1n3sy_2389{padding:.5rem!important}._p-md-3_1n3sy_2392{padding:1rem!important}._p-md-4_1n3sy_2395{padding:1.5rem!important}._p-md-5_1n3sy_2398{padding:3rem!important}._px-md-0_1n3sy_2401{padding-right:0!important;padding-left:0!important}._px-md-1_1n3sy_2405{padding-right:.25rem!important;padding-left:.25rem!important}._px-md-2_1n3sy_2409{padding-right:.5rem!important;padding-left:.5rem!important}._px-md-3_1n3sy_2413{padding-right:1rem!important;padding-left:1rem!important}._px-md-4_1n3sy_2417{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-md-5_1n3sy_2421{padding-right:3rem!important;padding-left:3rem!important}._py-md-0_1n3sy_2425{padding-top:0!important;padding-bottom:0!important}._py-md-1_1n3sy_2429{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-md-2_1n3sy_2433{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-md-3_1n3sy_2437{padding-top:1rem!important;padding-bottom:1rem!important}._py-md-4_1n3sy_2441{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-md-5_1n3sy_2445{padding-top:3rem!important;padding-bottom:3rem!important}._pt-md-0_1n3sy_2449{padding-top:0!important}._pt-md-1_1n3sy_2452{padding-top:.25rem!important}._pt-md-2_1n3sy_2455{padding-top:.5rem!important}._pt-md-3_1n3sy_2458{padding-top:1rem!important}._pt-md-4_1n3sy_2461{padding-top:1.5rem!important}._pt-md-5_1n3sy_2464{padding-top:3rem!important}._pe-md-0_1n3sy_2467{padding-right:0!important}._pe-md-1_1n3sy_2470{padding-right:.25rem!important}._pe-md-2_1n3sy_2473{padding-right:.5rem!important}._pe-md-3_1n3sy_2476{padding-right:1rem!important}._pe-md-4_1n3sy_2479{padding-right:1.5rem!important}._pe-md-5_1n3sy_2482{padding-right:3rem!important}._pb-md-0_1n3sy_2485{padding-bottom:0!important}._pb-md-1_1n3sy_2488{padding-bottom:.25rem!important}._pb-md-2_1n3sy_2491{padding-bottom:.5rem!important}._pb-md-3_1n3sy_2494{padding-bottom:1rem!important}._pb-md-4_1n3sy_2497{padding-bottom:1.5rem!important}._pb-md-5_1n3sy_2500{padding-bottom:3rem!important}._ps-md-0_1n3sy_2503{padding-left:0!important}._ps-md-1_1n3sy_2506{padding-left:.25rem!important}._ps-md-2_1n3sy_2509{padding-left:.5rem!important}._ps-md-3_1n3sy_2512{padding-left:1rem!important}._ps-md-4_1n3sy_2515{padding-left:1.5rem!important}._ps-md-5_1n3sy_2518{padding-left:3rem!important}._text-md-start_1n3sy_2521{text-align:left!important}._text-md-end_1n3sy_2524{text-align:right!important}._text-md-center_1n3sy_2527{text-align:center!important}}@media (min-width: 992px){._float-lg-start_1n3sy_2532{float:left!important}._float-lg-end_1n3sy_2535{float:right!important}._float-lg-none_1n3sy_2538{float:none!important}._d-lg-inline_1n3sy_2541{display:inline!important}._d-lg-inline-block_1n3sy_2544{display:inline-block!important}._d-lg-block_1n3sy_2547{display:block!important}._d-lg-grid_1n3sy_2550{display:grid!important}._d-lg-table_1n3sy_2553{display:table!important}._d-lg-table-row_1n3sy_2556{display:table-row!important}._d-lg-table-cell_1n3sy_2559{display:table-cell!important}._d-lg-flex_1n3sy_2562{display:flex!important}._d-lg-inline-flex_1n3sy_2565{display:inline-flex!important}._d-lg-none_1n3sy_2568{display:none!important}._flex-lg-fill_1n3sy_2571{flex:1 1 auto!important}._flex-lg-row_1n3sy_2574{flex-direction:row!important}._flex-lg-column_1n3sy_2577{flex-direction:column!important}._flex-lg-row-reverse_1n3sy_2580{flex-direction:row-reverse!important}._flex-lg-column-reverse_1n3sy_2583{flex-direction:column-reverse!important}._flex-lg-grow-0_1n3sy_2586{flex-grow:0!important}._flex-lg-grow-1_1n3sy_2589{flex-grow:1!important}._flex-lg-shrink-0_1n3sy_2592{flex-shrink:0!important}._flex-lg-shrink-1_1n3sy_2595{flex-shrink:1!important}._flex-lg-wrap_1n3sy_2598{flex-wrap:wrap!important}._flex-lg-nowrap_1n3sy_2601{flex-wrap:nowrap!important}._flex-lg-wrap-reverse_1n3sy_2604{flex-wrap:wrap-reverse!important}._gap-lg-0_1n3sy_2607{gap:0!important}._gap-lg-1_1n3sy_2610{gap:.25rem!important}._gap-lg-2_1n3sy_2613{gap:.5rem!important}._gap-lg-3_1n3sy_2616{gap:1rem!important}._gap-lg-4_1n3sy_2619{gap:1.5rem!important}._gap-lg-5_1n3sy_2622{gap:3rem!important}._justify-content-lg-start_1n3sy_2625{justify-content:flex-start!important}._justify-content-lg-end_1n3sy_2628{justify-content:flex-end!important}._justify-content-lg-center_1n3sy_2631{justify-content:center!important}._justify-content-lg-between_1n3sy_2634{justify-content:space-between!important}._justify-content-lg-around_1n3sy_2637{justify-content:space-around!important}._justify-content-lg-evenly_1n3sy_2640{justify-content:space-evenly!important}._align-items-lg-start_1n3sy_2643{align-items:flex-start!important}._align-items-lg-end_1n3sy_2646{align-items:flex-end!important}._align-items-lg-center_1n3sy_2649{align-items:center!important}._align-items-lg-baseline_1n3sy_2652{align-items:baseline!important}._align-items-lg-stretch_1n3sy_2655{align-items:stretch!important}._align-content-lg-start_1n3sy_2658{align-content:flex-start!important}._align-content-lg-end_1n3sy_2661{align-content:flex-end!important}._align-content-lg-center_1n3sy_2664{align-content:center!important}._align-content-lg-between_1n3sy_2667{align-content:space-between!important}._align-content-lg-around_1n3sy_2670{align-content:space-around!important}._align-content-lg-stretch_1n3sy_2673{align-content:stretch!important}._align-self-lg-auto_1n3sy_2676{align-self:auto!important}._align-self-lg-start_1n3sy_2679{align-self:flex-start!important}._align-self-lg-end_1n3sy_2682{align-self:flex-end!important}._align-self-lg-center_1n3sy_2685{align-self:center!important}._align-self-lg-baseline_1n3sy_2688{align-self:baseline!important}._align-self-lg-stretch_1n3sy_2691{align-self:stretch!important}._order-lg-first_1n3sy_2694{order:-1!important}._order-lg-0_1n3sy_2697{order:0!important}._order-lg-1_1n3sy_2700{order:1!important}._order-lg-2_1n3sy_2703{order:2!important}._order-lg-3_1n3sy_2706{order:3!important}._order-lg-4_1n3sy_2709{order:4!important}._order-lg-5_1n3sy_2712{order:5!important}._order-lg-last_1n3sy_2715{order:6!important}._m-lg-0_1n3sy_2718{margin:0!important}._m-lg-1_1n3sy_2721{margin:.25rem!important}._m-lg-2_1n3sy_2724{margin:.5rem!important}._m-lg-3_1n3sy_2727{margin:1rem!important}._m-lg-4_1n3sy_2730{margin:1.5rem!important}._m-lg-5_1n3sy_2733{margin:3rem!important}._m-lg-auto_1n3sy_2736{margin:auto!important}._mx-lg-0_1n3sy_2739{margin-right:0!important;margin-left:0!important}._mx-lg-1_1n3sy_2743{margin-right:.25rem!important;margin-left:.25rem!important}._mx-lg-2_1n3sy_2747{margin-right:.5rem!important;margin-left:.5rem!important}._mx-lg-3_1n3sy_2751{margin-right:1rem!important;margin-left:1rem!important}._mx-lg-4_1n3sy_2755{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-lg-5_1n3sy_2759{margin-right:3rem!important;margin-left:3rem!important}._mx-lg-auto_1n3sy_2763{margin-right:auto!important;margin-left:auto!important}._my-lg-0_1n3sy_2767{margin-top:0!important;margin-bottom:0!important}._my-lg-1_1n3sy_2771{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-lg-2_1n3sy_2775{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-lg-3_1n3sy_2779{margin-top:1rem!important;margin-bottom:1rem!important}._my-lg-4_1n3sy_2783{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-lg-5_1n3sy_2787{margin-top:3rem!important;margin-bottom:3rem!important}._my-lg-auto_1n3sy_2791{margin-top:auto!important;margin-bottom:auto!important}._mt-lg-0_1n3sy_2795{margin-top:0!important}._mt-lg-1_1n3sy_2798{margin-top:.25rem!important}._mt-lg-2_1n3sy_2801{margin-top:.5rem!important}._mt-lg-3_1n3sy_2804{margin-top:1rem!important}._mt-lg-4_1n3sy_2807{margin-top:1.5rem!important}._mt-lg-5_1n3sy_2810{margin-top:3rem!important}._mt-lg-auto_1n3sy_2813{margin-top:auto!important}._me-lg-0_1n3sy_2816{margin-right:0!important}._me-lg-1_1n3sy_2819{margin-right:.25rem!important}._me-lg-2_1n3sy_2822{margin-right:.5rem!important}._me-lg-3_1n3sy_2825{margin-right:1rem!important}._me-lg-4_1n3sy_2828{margin-right:1.5rem!important}._me-lg-5_1n3sy_2831{margin-right:3rem!important}._me-lg-auto_1n3sy_2834{margin-right:auto!important}._mb-lg-0_1n3sy_2837{margin-bottom:0!important}._mb-lg-1_1n3sy_2840{margin-bottom:.25rem!important}._mb-lg-2_1n3sy_2843{margin-bottom:.5rem!important}._mb-lg-3_1n3sy_2846{margin-bottom:1rem!important}._mb-lg-4_1n3sy_2849{margin-bottom:1.5rem!important}._mb-lg-5_1n3sy_2852{margin-bottom:3rem!important}._mb-lg-auto_1n3sy_2855{margin-bottom:auto!important}._ms-lg-0_1n3sy_2858{margin-left:0!important}._ms-lg-1_1n3sy_2861{margin-left:.25rem!important}._ms-lg-2_1n3sy_2864{margin-left:.5rem!important}._ms-lg-3_1n3sy_2867{margin-left:1rem!important}._ms-lg-4_1n3sy_2870{margin-left:1.5rem!important}._ms-lg-5_1n3sy_2873{margin-left:3rem!important}._ms-lg-auto_1n3sy_2876{margin-left:auto!important}._p-lg-0_1n3sy_2879{padding:0!important}._p-lg-1_1n3sy_2882{padding:.25rem!important}._p-lg-2_1n3sy_2885{padding:.5rem!important}._p-lg-3_1n3sy_2888{padding:1rem!important}._p-lg-4_1n3sy_2891{padding:1.5rem!important}._p-lg-5_1n3sy_2894{padding:3rem!important}._px-lg-0_1n3sy_2897{padding-right:0!important;padding-left:0!important}._px-lg-1_1n3sy_2901{padding-right:.25rem!important;padding-left:.25rem!important}._px-lg-2_1n3sy_2905{padding-right:.5rem!important;padding-left:.5rem!important}._px-lg-3_1n3sy_2909{padding-right:1rem!important;padding-left:1rem!important}._px-lg-4_1n3sy_2913{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-lg-5_1n3sy_2917{padding-right:3rem!important;padding-left:3rem!important}._py-lg-0_1n3sy_2921{padding-top:0!important;padding-bottom:0!important}._py-lg-1_1n3sy_2925{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-lg-2_1n3sy_2929{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-lg-3_1n3sy_2933{padding-top:1rem!important;padding-bottom:1rem!important}._py-lg-4_1n3sy_2937{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-lg-5_1n3sy_2941{padding-top:3rem!important;padding-bottom:3rem!important}._pt-lg-0_1n3sy_2945{padding-top:0!important}._pt-lg-1_1n3sy_2948{padding-top:.25rem!important}._pt-lg-2_1n3sy_2951{padding-top:.5rem!important}._pt-lg-3_1n3sy_2954{padding-top:1rem!important}._pt-lg-4_1n3sy_2957{padding-top:1.5rem!important}._pt-lg-5_1n3sy_2960{padding-top:3rem!important}._pe-lg-0_1n3sy_2963{padding-right:0!important}._pe-lg-1_1n3sy_2966{padding-right:.25rem!important}._pe-lg-2_1n3sy_2969{padding-right:.5rem!important}._pe-lg-3_1n3sy_2972{padding-right:1rem!important}._pe-lg-4_1n3sy_2975{padding-right:1.5rem!important}._pe-lg-5_1n3sy_2978{padding-right:3rem!important}._pb-lg-0_1n3sy_2981{padding-bottom:0!important}._pb-lg-1_1n3sy_2984{padding-bottom:.25rem!important}._pb-lg-2_1n3sy_2987{padding-bottom:.5rem!important}._pb-lg-3_1n3sy_2990{padding-bottom:1rem!important}._pb-lg-4_1n3sy_2993{padding-bottom:1.5rem!important}._pb-lg-5_1n3sy_2996{padding-bottom:3rem!important}._ps-lg-0_1n3sy_2999{padding-left:0!important}._ps-lg-1_1n3sy_3002{padding-left:.25rem!important}._ps-lg-2_1n3sy_3005{padding-left:.5rem!important}._ps-lg-3_1n3sy_3008{padding-left:1rem!important}._ps-lg-4_1n3sy_3011{padding-left:1.5rem!important}._ps-lg-5_1n3sy_3014{padding-left:3rem!important}._text-lg-start_1n3sy_3017{text-align:left!important}._text-lg-end_1n3sy_3020{text-align:right!important}._text-lg-center_1n3sy_3023{text-align:center!important}}@media (min-width: 1200px){._float-xl-start_1n3sy_3028{float:left!important}._float-xl-end_1n3sy_3031{float:right!important}._float-xl-none_1n3sy_3034{float:none!important}._d-xl-inline_1n3sy_3037{display:inline!important}._d-xl-inline-block_1n3sy_3040{display:inline-block!important}._d-xl-block_1n3sy_3043{display:block!important}._d-xl-grid_1n3sy_3046{display:grid!important}._d-xl-table_1n3sy_3049{display:table!important}._d-xl-table-row_1n3sy_3052{display:table-row!important}._d-xl-table-cell_1n3sy_3055{display:table-cell!important}._d-xl-flex_1n3sy_3058{display:flex!important}._d-xl-inline-flex_1n3sy_3061{display:inline-flex!important}._d-xl-none_1n3sy_3064{display:none!important}._flex-xl-fill_1n3sy_3067{flex:1 1 auto!important}._flex-xl-row_1n3sy_3070{flex-direction:row!important}._flex-xl-column_1n3sy_3073{flex-direction:column!important}._flex-xl-row-reverse_1n3sy_3076{flex-direction:row-reverse!important}._flex-xl-column-reverse_1n3sy_3079{flex-direction:column-reverse!important}._flex-xl-grow-0_1n3sy_3082{flex-grow:0!important}._flex-xl-grow-1_1n3sy_3085{flex-grow:1!important}._flex-xl-shrink-0_1n3sy_3088{flex-shrink:0!important}._flex-xl-shrink-1_1n3sy_3091{flex-shrink:1!important}._flex-xl-wrap_1n3sy_3094{flex-wrap:wrap!important}._flex-xl-nowrap_1n3sy_3097{flex-wrap:nowrap!important}._flex-xl-wrap-reverse_1n3sy_3100{flex-wrap:wrap-reverse!important}._gap-xl-0_1n3sy_3103{gap:0!important}._gap-xl-1_1n3sy_3106{gap:.25rem!important}._gap-xl-2_1n3sy_3109{gap:.5rem!important}._gap-xl-3_1n3sy_3112{gap:1rem!important}._gap-xl-4_1n3sy_3115{gap:1.5rem!important}._gap-xl-5_1n3sy_3118{gap:3rem!important}._justify-content-xl-start_1n3sy_3121{justify-content:flex-start!important}._justify-content-xl-end_1n3sy_3124{justify-content:flex-end!important}._justify-content-xl-center_1n3sy_3127{justify-content:center!important}._justify-content-xl-between_1n3sy_3130{justify-content:space-between!important}._justify-content-xl-around_1n3sy_3133{justify-content:space-around!important}._justify-content-xl-evenly_1n3sy_3136{justify-content:space-evenly!important}._align-items-xl-start_1n3sy_3139{align-items:flex-start!important}._align-items-xl-end_1n3sy_3142{align-items:flex-end!important}._align-items-xl-center_1n3sy_3145{align-items:center!important}._align-items-xl-baseline_1n3sy_3148{align-items:baseline!important}._align-items-xl-stretch_1n3sy_3151{align-items:stretch!important}._align-content-xl-start_1n3sy_3154{align-content:flex-start!important}._align-content-xl-end_1n3sy_3157{align-content:flex-end!important}._align-content-xl-center_1n3sy_3160{align-content:center!important}._align-content-xl-between_1n3sy_3163{align-content:space-between!important}._align-content-xl-around_1n3sy_3166{align-content:space-around!important}._align-content-xl-stretch_1n3sy_3169{align-content:stretch!important}._align-self-xl-auto_1n3sy_3172{align-self:auto!important}._align-self-xl-start_1n3sy_3175{align-self:flex-start!important}._align-self-xl-end_1n3sy_3178{align-self:flex-end!important}._align-self-xl-center_1n3sy_3181{align-self:center!important}._align-self-xl-baseline_1n3sy_3184{align-self:baseline!important}._align-self-xl-stretch_1n3sy_3187{align-self:stretch!important}._order-xl-first_1n3sy_3190{order:-1!important}._order-xl-0_1n3sy_3193{order:0!important}._order-xl-1_1n3sy_3196{order:1!important}._order-xl-2_1n3sy_3199{order:2!important}._order-xl-3_1n3sy_3202{order:3!important}._order-xl-4_1n3sy_3205{order:4!important}._order-xl-5_1n3sy_3208{order:5!important}._order-xl-last_1n3sy_3211{order:6!important}._m-xl-0_1n3sy_3214{margin:0!important}._m-xl-1_1n3sy_3217{margin:.25rem!important}._m-xl-2_1n3sy_3220{margin:.5rem!important}._m-xl-3_1n3sy_3223{margin:1rem!important}._m-xl-4_1n3sy_3226{margin:1.5rem!important}._m-xl-5_1n3sy_3229{margin:3rem!important}._m-xl-auto_1n3sy_3232{margin:auto!important}._mx-xl-0_1n3sy_3235{margin-right:0!important;margin-left:0!important}._mx-xl-1_1n3sy_3239{margin-right:.25rem!important;margin-left:.25rem!important}._mx-xl-2_1n3sy_3243{margin-right:.5rem!important;margin-left:.5rem!important}._mx-xl-3_1n3sy_3247{margin-right:1rem!important;margin-left:1rem!important}._mx-xl-4_1n3sy_3251{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-xl-5_1n3sy_3255{margin-right:3rem!important;margin-left:3rem!important}._mx-xl-auto_1n3sy_3259{margin-right:auto!important;margin-left:auto!important}._my-xl-0_1n3sy_3263{margin-top:0!important;margin-bottom:0!important}._my-xl-1_1n3sy_3267{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-xl-2_1n3sy_3271{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-xl-3_1n3sy_3275{margin-top:1rem!important;margin-bottom:1rem!important}._my-xl-4_1n3sy_3279{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-xl-5_1n3sy_3283{margin-top:3rem!important;margin-bottom:3rem!important}._my-xl-auto_1n3sy_3287{margin-top:auto!important;margin-bottom:auto!important}._mt-xl-0_1n3sy_3291{margin-top:0!important}._mt-xl-1_1n3sy_3294{margin-top:.25rem!important}._mt-xl-2_1n3sy_3297{margin-top:.5rem!important}._mt-xl-3_1n3sy_3300{margin-top:1rem!important}._mt-xl-4_1n3sy_3303{margin-top:1.5rem!important}._mt-xl-5_1n3sy_3306{margin-top:3rem!important}._mt-xl-auto_1n3sy_3309{margin-top:auto!important}._me-xl-0_1n3sy_3312{margin-right:0!important}._me-xl-1_1n3sy_3315{margin-right:.25rem!important}._me-xl-2_1n3sy_3318{margin-right:.5rem!important}._me-xl-3_1n3sy_3321{margin-right:1rem!important}._me-xl-4_1n3sy_3324{margin-right:1.5rem!important}._me-xl-5_1n3sy_3327{margin-right:3rem!important}._me-xl-auto_1n3sy_3330{margin-right:auto!important}._mb-xl-0_1n3sy_3333{margin-bottom:0!important}._mb-xl-1_1n3sy_3336{margin-bottom:.25rem!important}._mb-xl-2_1n3sy_3339{margin-bottom:.5rem!important}._mb-xl-3_1n3sy_3342{margin-bottom:1rem!important}._mb-xl-4_1n3sy_3345{margin-bottom:1.5rem!important}._mb-xl-5_1n3sy_3348{margin-bottom:3rem!important}._mb-xl-auto_1n3sy_3351{margin-bottom:auto!important}._ms-xl-0_1n3sy_3354{margin-left:0!important}._ms-xl-1_1n3sy_3357{margin-left:.25rem!important}._ms-xl-2_1n3sy_3360{margin-left:.5rem!important}._ms-xl-3_1n3sy_3363{margin-left:1rem!important}._ms-xl-4_1n3sy_3366{margin-left:1.5rem!important}._ms-xl-5_1n3sy_3369{margin-left:3rem!important}._ms-xl-auto_1n3sy_3372{margin-left:auto!important}._p-xl-0_1n3sy_3375{padding:0!important}._p-xl-1_1n3sy_3378{padding:.25rem!important}._p-xl-2_1n3sy_3381{padding:.5rem!important}._p-xl-3_1n3sy_3384{padding:1rem!important}._p-xl-4_1n3sy_3387{padding:1.5rem!important}._p-xl-5_1n3sy_3390{padding:3rem!important}._px-xl-0_1n3sy_3393{padding-right:0!important;padding-left:0!important}._px-xl-1_1n3sy_3397{padding-right:.25rem!important;padding-left:.25rem!important}._px-xl-2_1n3sy_3401{padding-right:.5rem!important;padding-left:.5rem!important}._px-xl-3_1n3sy_3405{padding-right:1rem!important;padding-left:1rem!important}._px-xl-4_1n3sy_3409{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-xl-5_1n3sy_3413{padding-right:3rem!important;padding-left:3rem!important}._py-xl-0_1n3sy_3417{padding-top:0!important;padding-bottom:0!important}._py-xl-1_1n3sy_3421{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-xl-2_1n3sy_3425{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-xl-3_1n3sy_3429{padding-top:1rem!important;padding-bottom:1rem!important}._py-xl-4_1n3sy_3433{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-xl-5_1n3sy_3437{padding-top:3rem!important;padding-bottom:3rem!important}._pt-xl-0_1n3sy_3441{padding-top:0!important}._pt-xl-1_1n3sy_3444{padding-top:.25rem!important}._pt-xl-2_1n3sy_3447{padding-top:.5rem!important}._pt-xl-3_1n3sy_3450{padding-top:1rem!important}._pt-xl-4_1n3sy_3453{padding-top:1.5rem!important}._pt-xl-5_1n3sy_3456{padding-top:3rem!important}._pe-xl-0_1n3sy_3459{padding-right:0!important}._pe-xl-1_1n3sy_3462{padding-right:.25rem!important}._pe-xl-2_1n3sy_3465{padding-right:.5rem!important}._pe-xl-3_1n3sy_3468{padding-right:1rem!important}._pe-xl-4_1n3sy_3471{padding-right:1.5rem!important}._pe-xl-5_1n3sy_3474{padding-right:3rem!important}._pb-xl-0_1n3sy_3477{padding-bottom:0!important}._pb-xl-1_1n3sy_3480{padding-bottom:.25rem!important}._pb-xl-2_1n3sy_3483{padding-bottom:.5rem!important}._pb-xl-3_1n3sy_3486{padding-bottom:1rem!important}._pb-xl-4_1n3sy_3489{padding-bottom:1.5rem!important}._pb-xl-5_1n3sy_3492{padding-bottom:3rem!important}._ps-xl-0_1n3sy_3495{padding-left:0!important}._ps-xl-1_1n3sy_3498{padding-left:.25rem!important}._ps-xl-2_1n3sy_3501{padding-left:.5rem!important}._ps-xl-3_1n3sy_3504{padding-left:1rem!important}._ps-xl-4_1n3sy_3507{padding-left:1.5rem!important}._ps-xl-5_1n3sy_3510{padding-left:3rem!important}._text-xl-start_1n3sy_3513{text-align:left!important}._text-xl-end_1n3sy_3516{text-align:right!important}._text-xl-center_1n3sy_3519{text-align:center!important}}@media (min-width: 1400px){._float-xxl-start_1n3sy_3524{float:left!important}._float-xxl-end_1n3sy_3527{float:right!important}._float-xxl-none_1n3sy_3530{float:none!important}._d-xxl-inline_1n3sy_3533{display:inline!important}._d-xxl-inline-block_1n3sy_3536{display:inline-block!important}._d-xxl-block_1n3sy_3539{display:block!important}._d-xxl-grid_1n3sy_3542{display:grid!important}._d-xxl-table_1n3sy_3545{display:table!important}._d-xxl-table-row_1n3sy_3548{display:table-row!important}._d-xxl-table-cell_1n3sy_3551{display:table-cell!important}._d-xxl-flex_1n3sy_3554{display:flex!important}._d-xxl-inline-flex_1n3sy_3557{display:inline-flex!important}._d-xxl-none_1n3sy_3560{display:none!important}._flex-xxl-fill_1n3sy_3563{flex:1 1 auto!important}._flex-xxl-row_1n3sy_3566{flex-direction:row!important}._flex-xxl-column_1n3sy_3569{flex-direction:column!important}._flex-xxl-row-reverse_1n3sy_3572{flex-direction:row-reverse!important}._flex-xxl-column-reverse_1n3sy_3575{flex-direction:column-reverse!important}._flex-xxl-grow-0_1n3sy_3578{flex-grow:0!important}._flex-xxl-grow-1_1n3sy_3581{flex-grow:1!important}._flex-xxl-shrink-0_1n3sy_3584{flex-shrink:0!important}._flex-xxl-shrink-1_1n3sy_3587{flex-shrink:1!important}._flex-xxl-wrap_1n3sy_3590{flex-wrap:wrap!important}._flex-xxl-nowrap_1n3sy_3593{flex-wrap:nowrap!important}._flex-xxl-wrap-reverse_1n3sy_3596{flex-wrap:wrap-reverse!important}._gap-xxl-0_1n3sy_3599{gap:0!important}._gap-xxl-1_1n3sy_3602{gap:.25rem!important}._gap-xxl-2_1n3sy_3605{gap:.5rem!important}._gap-xxl-3_1n3sy_3608{gap:1rem!important}._gap-xxl-4_1n3sy_3611{gap:1.5rem!important}._gap-xxl-5_1n3sy_3614{gap:3rem!important}._justify-content-xxl-start_1n3sy_3617{justify-content:flex-start!important}._justify-content-xxl-end_1n3sy_3620{justify-content:flex-end!important}._justify-content-xxl-center_1n3sy_3623{justify-content:center!important}._justify-content-xxl-between_1n3sy_3626{justify-content:space-between!important}._justify-content-xxl-around_1n3sy_3629{justify-content:space-around!important}._justify-content-xxl-evenly_1n3sy_3632{justify-content:space-evenly!important}._align-items-xxl-start_1n3sy_3635{align-items:flex-start!important}._align-items-xxl-end_1n3sy_3638{align-items:flex-end!important}._align-items-xxl-center_1n3sy_3641{align-items:center!important}._align-items-xxl-baseline_1n3sy_3644{align-items:baseline!important}._align-items-xxl-stretch_1n3sy_3647{align-items:stretch!important}._align-content-xxl-start_1n3sy_3650{align-content:flex-start!important}._align-content-xxl-end_1n3sy_3653{align-content:flex-end!important}._align-content-xxl-center_1n3sy_3656{align-content:center!important}._align-content-xxl-between_1n3sy_3659{align-content:space-between!important}._align-content-xxl-around_1n3sy_3662{align-content:space-around!important}._align-content-xxl-stretch_1n3sy_3665{align-content:stretch!important}._align-self-xxl-auto_1n3sy_3668{align-self:auto!important}._align-self-xxl-start_1n3sy_3671{align-self:flex-start!important}._align-self-xxl-end_1n3sy_3674{align-self:flex-end!important}._align-self-xxl-center_1n3sy_3677{align-self:center!important}._align-self-xxl-baseline_1n3sy_3680{align-self:baseline!important}._align-self-xxl-stretch_1n3sy_3683{align-self:stretch!important}._order-xxl-first_1n3sy_3686{order:-1!important}._order-xxl-0_1n3sy_3689{order:0!important}._order-xxl-1_1n3sy_3692{order:1!important}._order-xxl-2_1n3sy_3695{order:2!important}._order-xxl-3_1n3sy_3698{order:3!important}._order-xxl-4_1n3sy_3701{order:4!important}._order-xxl-5_1n3sy_3704{order:5!important}._order-xxl-last_1n3sy_3707{order:6!important}._m-xxl-0_1n3sy_3710{margin:0!important}._m-xxl-1_1n3sy_3713{margin:.25rem!important}._m-xxl-2_1n3sy_3716{margin:.5rem!important}._m-xxl-3_1n3sy_3719{margin:1rem!important}._m-xxl-4_1n3sy_3722{margin:1.5rem!important}._m-xxl-5_1n3sy_3725{margin:3rem!important}._m-xxl-auto_1n3sy_3728{margin:auto!important}._mx-xxl-0_1n3sy_3731{margin-right:0!important;margin-left:0!important}._mx-xxl-1_1n3sy_3735{margin-right:.25rem!important;margin-left:.25rem!important}._mx-xxl-2_1n3sy_3739{margin-right:.5rem!important;margin-left:.5rem!important}._mx-xxl-3_1n3sy_3743{margin-right:1rem!important;margin-left:1rem!important}._mx-xxl-4_1n3sy_3747{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-xxl-5_1n3sy_3751{margin-right:3rem!important;margin-left:3rem!important}._mx-xxl-auto_1n3sy_3755{margin-right:auto!important;margin-left:auto!important}._my-xxl-0_1n3sy_3759{margin-top:0!important;margin-bottom:0!important}._my-xxl-1_1n3sy_3763{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-xxl-2_1n3sy_3767{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-xxl-3_1n3sy_3771{margin-top:1rem!important;margin-bottom:1rem!important}._my-xxl-4_1n3sy_3775{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-xxl-5_1n3sy_3779{margin-top:3rem!important;margin-bottom:3rem!important}._my-xxl-auto_1n3sy_3783{margin-top:auto!important;margin-bottom:auto!important}._mt-xxl-0_1n3sy_3787{margin-top:0!important}._mt-xxl-1_1n3sy_3790{margin-top:.25rem!important}._mt-xxl-2_1n3sy_3793{margin-top:.5rem!important}._mt-xxl-3_1n3sy_3796{margin-top:1rem!important}._mt-xxl-4_1n3sy_3799{margin-top:1.5rem!important}._mt-xxl-5_1n3sy_3802{margin-top:3rem!important}._mt-xxl-auto_1n3sy_3805{margin-top:auto!important}._me-xxl-0_1n3sy_3808{margin-right:0!important}._me-xxl-1_1n3sy_3811{margin-right:.25rem!important}._me-xxl-2_1n3sy_3814{margin-right:.5rem!important}._me-xxl-3_1n3sy_3817{margin-right:1rem!important}._me-xxl-4_1n3sy_3820{margin-right:1.5rem!important}._me-xxl-5_1n3sy_3823{margin-right:3rem!important}._me-xxl-auto_1n3sy_3826{margin-right:auto!important}._mb-xxl-0_1n3sy_3829{margin-bottom:0!important}._mb-xxl-1_1n3sy_3832{margin-bottom:.25rem!important}._mb-xxl-2_1n3sy_3835{margin-bottom:.5rem!important}._mb-xxl-3_1n3sy_3838{margin-bottom:1rem!important}._mb-xxl-4_1n3sy_3841{margin-bottom:1.5rem!important}._mb-xxl-5_1n3sy_3844{margin-bottom:3rem!important}._mb-xxl-auto_1n3sy_3847{margin-bottom:auto!important}._ms-xxl-0_1n3sy_3850{margin-left:0!important}._ms-xxl-1_1n3sy_3853{margin-left:.25rem!important}._ms-xxl-2_1n3sy_3856{margin-left:.5rem!important}._ms-xxl-3_1n3sy_3859{margin-left:1rem!important}._ms-xxl-4_1n3sy_3862{margin-left:1.5rem!important}._ms-xxl-5_1n3sy_3865{margin-left:3rem!important}._ms-xxl-auto_1n3sy_3868{margin-left:auto!important}._p-xxl-0_1n3sy_3871{padding:0!important}._p-xxl-1_1n3sy_3874{padding:.25rem!important}._p-xxl-2_1n3sy_3877{padding:.5rem!important}._p-xxl-3_1n3sy_3880{padding:1rem!important}._p-xxl-4_1n3sy_3883{padding:1.5rem!important}._p-xxl-5_1n3sy_3886{padding:3rem!important}._px-xxl-0_1n3sy_3889{padding-right:0!important;padding-left:0!important}._px-xxl-1_1n3sy_3893{padding-right:.25rem!important;padding-left:.25rem!important}._px-xxl-2_1n3sy_3897{padding-right:.5rem!important;padding-left:.5rem!important}._px-xxl-3_1n3sy_3901{padding-right:1rem!important;padding-left:1rem!important}._px-xxl-4_1n3sy_3905{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-xxl-5_1n3sy_3909{padding-right:3rem!important;padding-left:3rem!important}._py-xxl-0_1n3sy_3913{padding-top:0!important;padding-bottom:0!important}._py-xxl-1_1n3sy_3917{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-xxl-2_1n3sy_3921{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-xxl-3_1n3sy_3925{padding-top:1rem!important;padding-bottom:1rem!important}._py-xxl-4_1n3sy_3929{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-xxl-5_1n3sy_3933{padding-top:3rem!important;padding-bottom:3rem!important}._pt-xxl-0_1n3sy_3937{padding-top:0!important}._pt-xxl-1_1n3sy_3940{padding-top:.25rem!important}._pt-xxl-2_1n3sy_3943{padding-top:.5rem!important}._pt-xxl-3_1n3sy_3946{padding-top:1rem!important}._pt-xxl-4_1n3sy_3949{padding-top:1.5rem!important}._pt-xxl-5_1n3sy_3952{padding-top:3rem!important}._pe-xxl-0_1n3sy_3955{padding-right:0!important}._pe-xxl-1_1n3sy_3958{padding-right:.25rem!important}._pe-xxl-2_1n3sy_3961{padding-right:.5rem!important}._pe-xxl-3_1n3sy_3964{padding-right:1rem!important}._pe-xxl-4_1n3sy_3967{padding-right:1.5rem!important}._pe-xxl-5_1n3sy_3970{padding-right:3rem!important}._pb-xxl-0_1n3sy_3973{padding-bottom:0!important}._pb-xxl-1_1n3sy_3976{padding-bottom:.25rem!important}._pb-xxl-2_1n3sy_3979{padding-bottom:.5rem!important}._pb-xxl-3_1n3sy_3982{padding-bottom:1rem!important}._pb-xxl-4_1n3sy_3985{padding-bottom:1.5rem!important}._pb-xxl-5_1n3sy_3988{padding-bottom:3rem!important}._ps-xxl-0_1n3sy_3991{padding-left:0!important}._ps-xxl-1_1n3sy_3994{padding-left:.25rem!important}._ps-xxl-2_1n3sy_3997{padding-left:.5rem!important}._ps-xxl-3_1n3sy_4000{padding-left:1rem!important}._ps-xxl-4_1n3sy_4003{padding-left:1.5rem!important}._ps-xxl-5_1n3sy_4006{padding-left:3rem!important}._text-xxl-start_1n3sy_4009{text-align:left!important}._text-xxl-end_1n3sy_4012{text-align:right!important}._text-xxl-center_1n3sy_4015{text-align:center!important}}@media (min-width: 1200px){._fs-1_1n3sy_1169{font-size:2.5rem!important}._fs-2_1n3sy_1173{font-size:2rem!important}._fs-3_1n3sy_1177{font-size:1.75rem!important}._fs-4_1n3sy_1181{font-size:1.5rem!important}}@media print{._d-print-inline_1n3sy_4034{display:inline!important}._d-print-inline-block_1n3sy_4037{display:inline-block!important}._d-print-block_1n3sy_4040{display:block!important}._d-print-grid_1n3sy_4043{display:grid!important}._d-print-table_1n3sy_4046{display:table!important}._d-print-table-row_1n3sy_4049{display:table-row!important}._d-print-table-cell_1n3sy_4052{display:table-cell!important}._d-print-flex_1n3sy_4055{display:flex!important}._d-print-inline-flex_1n3sy_4058{display:inline-flex!important}._d-print-none_1n3sy_4061{display:none!important}}._container_1n3sy_4065{background-color:var(--header-bg-color, var(--white-color))}._container_1n3sy_4065 ._nav_bar_container_1n3sy_4068{min-height:70px;display:flex}._container_1n3sy_4065 ._search_bar_1n3sy_4072{padding:16px}._container_1n3sy_4065 ._horizontal_toggler_1n3sy_4075{color:var(--header-text-color, var(--primary-color))}._nav_bar_1n3sy_4068{background-color:var(--header-bg-color, var(--white-color));gap:8px;position:relative;padding:16px;display:flex;justify-content:space-between;align-items:center}@media (max-width: 767.98px){._nav_bar_1n3sy_4068{padding-left:12px;padding-right:12px}}._nav_bar_1n3sy_4068 ._left_side_1n3sy_4094,._nav_bar_1n3sy_4068 ._right_side_1n3sy_4095{gap:16px;display:flex;flex-direction:row;align-items:center}._nav_bar_1n3sy_4068 ._right_side_1n3sy_4095{flex-wrap:wrap;margin-left:auto;justify-content:flex-end}._nav_bar_1n3sy_4068 ._sign_in_link_1n3sy_4106{white-space:nowrap;font-weight:700}._nav_bar_1n3sy_4068 ._toggle_icon_1n3sy_4110{border:none;padding:0}._nav_bar_1n3sy_4068 ._toggle_icon_1n3sy_4110:focus{border:none;box-shadow:unset}._nav_bar_1n3sy_4068 ._toggle_icon_1n3sy_4110 svg{height:32px;width:32px}._nav_bar_1n3sy_4068 ._logo_container_1n3sy_4122 ._sidetime_logo_1n3sy_4122{height:48px}._nav_bar_1n3sy_4068 ._logo_container_1n3sy_4122 ._sidetime_logo_1n3sy_4122._white_logo_1n3sy_4125{color:var(--white-color)}._nav_bar_1n3sy_4068 ._default_avatar_1n3sy_4128{height:40px;width:auto;position:absolute;right:0;cursor:pointer}._nav_bar_1n3sy_4068 ._default_avatar_1n3sy_4128._white_avatar_1n3sy_4135{color:var(--white-color)}._offcanvas_header_1n3sy_4139{flex-wrap:nowrap}._offcanvas_header_content_1n3sy_4142{display:flex;width:100%;align-items:center;justify-content:space-between}._offcanvas_header_actions_1n3sy_4148{display:flex;align-items:center;margin-left:auto;margin-right:10px}._offcanvas_header_actions_1n3sy_4148>*{margin-left:16px}._horizontal_canvas_container_1n3sy_4158,._browser_menu_canvas_1n3sy_4158{width:100%}._horizontal_canvas_container_1n3sy_4158 ._canvas_body_1n3sy_4161,._browser_menu_canvas_1n3sy_4158 ._canvas_body_1n3sy_4161{padding:16px}._horizontal_canvas_container_1n3sy_4158 ._canvas_body_1n3sy_4161 ._accordion_container_1n3sy_4164 ._accordion_item_1n3sy_4164,._browser_menu_canvas_1n3sy_4158 ._canvas_body_1n3sy_4161 ._accordion_container_1n3sy_4164 ._accordion_item_1n3sy_4164{font-size:23px;line-height:24px;border:none;font-family:var(--emphasis-font);padding:unset}._horizontal_canvas_container_1n3sy_4158 ._canvas_body_1n3sy_4161 ._accordion_container_1n3sy_4164 ._accordion_item_1n3sy_4164 ._item_header_1n3sy_4171,._browser_menu_canvas_1n3sy_4158 ._canvas_body_1n3sy_4161 ._accordion_container_1n3sy_4164 ._accordion_item_1n3sy_4164 ._item_header_1n3sy_4171{justify-content:space-between;align-items:center;padding:24px 0;margin:0;font-weight:700;cursor:pointer}._horizontal_canvas_container_1n3sy_4158 ._canvas_body_1n3sy_4161 ._accordion_container_1n3sy_4164 ._accordion_item_1n3sy_4164 ._item_header_1n3sy_4171 ._item_title_1n3sy_4179,._browser_menu_canvas_1n3sy_4158 ._canvas_body_1n3sy_4161 ._accordion_container_1n3sy_4164 ._accordion_item_1n3sy_4164 ._item_header_1n3sy_4171 ._item_title_1n3sy_4179,._horizontal_canvas_container_1n3sy_4158 ._canvas_body_1n3sy_4161 ._accordion_container_1n3sy_4164 ._accordion_item_1n3sy_4164 ._item_header_1n3sy_4171 ._item_toggler_1n3sy_4180,._browser_menu_canvas_1n3sy_4158 ._canvas_body_1n3sy_4161 ._accordion_container_1n3sy_4164 ._accordion_item_1n3sy_4164 ._item_header_1n3sy_4171 ._item_toggler_1n3sy_4180{width:fit-content;padding:unset}._horizontal_canvas_container_1n3sy_4158 ._canvas_body_1n3sy_4161 ._accordion_container_1n3sy_4164 ._accordion_item_1n3sy_4164 ._item_header_1n3sy_4171 ._item_toggler_1n3sy_4180,._browser_menu_canvas_1n3sy_4158 ._canvas_body_1n3sy_4161 ._accordion_container_1n3sy_4164 ._accordion_item_1n3sy_4164 ._item_header_1n3sy_4171 ._item_toggler_1n3sy_4180{height:20px;width:20px;transition:transform .3s ease-in-out;transform:rotate(180deg)}._horizontal_canvas_container_1n3sy_4158 ._canvas_body_1n3sy_4161 ._accordion_container_1n3sy_4164 ._accordion_item_1n3sy_4164 ._item_header_1n3sy_4171.collapsed ._item_toggler_1n3sy_4180,._browser_menu_canvas_1n3sy_4158 ._canvas_body_1n3sy_4161 ._accordion_container_1n3sy_4164 ._accordion_item_1n3sy_4164 ._item_header_1n3sy_4171.collapsed ._item_toggler_1n3sy_4180{transform:unset}._horizontal_canvas_container_1n3sy_4158 ._canvas_body_1n3sy_4161 ._accordion_container_1n3sy_4164 ._accordion_item_1n3sy_4164 ._item_body_1n3sy_4194,._browser_menu_canvas_1n3sy_4158 ._canvas_body_1n3sy_4161 ._accordion_container_1n3sy_4164 ._accordion_item_1n3sy_4164 ._item_body_1n3sy_4194{font-size:20px;line-height:100%;font-weight:lighter;padding:0 0 8px 16px}._horizontal_canvas_container_1n3sy_4158 ._canvas_body_1n3sy_4161 ._accordion_container_1n3sy_4164 ._accordion_item_1n3sy_4164 ._item_body_1n3sy_4194 ._child_item_1n3sy_4200,._browser_menu_canvas_1n3sy_4158 ._canvas_body_1n3sy_4161 ._accordion_container_1n3sy_4164 ._accordion_item_1n3sy_4164 ._item_body_1n3sy_4194 ._child_item_1n3sy_4200{padding:16px 0;display:block;background-color:unset}._horizontal_canvas_container_1n3sy_4158 ._canvas_body_1n3sy_4161 ._accordion_container_1n3sy_4164 ._accordion_item_1n3sy_4164 ._item_body_1n3sy_4194 ._child_item_1n3sy_4200:hover,._browser_menu_canvas_1n3sy_4158 ._canvas_body_1n3sy_4161 ._accordion_container_1n3sy_4164 ._accordion_item_1n3sy_4164 ._item_body_1n3sy_4194 ._child_item_1n3sy_4200:hover{border-color:transparent}._horizontal_canvas_container_1n3sy_4158 ._canvas_body_1n3sy_4161 ._accordion_container_1n3sy_4164 ._accordion_item_1n3sy_4164._find_expert_1n3sy_4208 ._item_body_1n3sy_4194 ._child_item_1n3sy_4200,._browser_menu_canvas_1n3sy_4158 ._canvas_body_1n3sy_4161 ._accordion_container_1n3sy_4164 ._accordion_item_1n3sy_4164._find_expert_1n3sy_4208 ._item_body_1n3sy_4194 ._child_item_1n3sy_4200{color:var(--accent-color)}._horizontal_canvas_container_1n3sy_4158 ._canvas_body_1n3sy_4161 ._accordion_container_1n3sy_4164 ._accordion_item_1n3sy_4164._find_expert_1n3sy_4208 ._item_body_1n3sy_4194 ._child_item_1n3sy_4200._pro_1n3sy_4211,._browser_menu_canvas_1n3sy_4158 ._canvas_body_1n3sy_4161 ._accordion_container_1n3sy_4164 ._accordion_item_1n3sy_4164._find_expert_1n3sy_4208 ._item_body_1n3sy_4194 ._child_item_1n3sy_4200._pro_1n3sy_4211{color:var(--accent-pro)}._horizontal_canvas_container_1n3sy_4158 ._canvas_body_1n3sy_4161 ._accordion_container_1n3sy_4164 ._item_link_1n3sy_4214,._browser_menu_canvas_1n3sy_4158 ._canvas_body_1n3sy_4161 ._accordion_container_1n3sy_4164 ._item_link_1n3sy_4214{display:block;font-size:23px;font-weight:700;padding:24px 0}._horizontal_canvas_container_1n3sy_4158 ._canvas_body_1n3sy_4161 ._accordion_container_1n3sy_4164 ._links_group_1n3sy_4220,._browser_menu_canvas_1n3sy_4158 ._canvas_body_1n3sy_4161 ._accordion_container_1n3sy_4164 ._links_group_1n3sy_4220{display:flex;justify-content:space-between}._browser_menu_canvas_1n3sy_4158{color:var(--white-color);background-color:var(--primary-color);height:100vh}._browser_menu_canvas_1n3sy_4158 ._toggle_icon_1n3sy_4110{color:var(--primary-color);margin-right:0!important}._browser_menu_canvas_1n3sy_4158 ._canvas_body_1n3sy_4161 ._accordion_container_1n3sy_4164 ._accordion_item_1n3sy_4164,._browser_menu_canvas_1n3sy_4158 ._canvas_body_1n3sy_4161 ._accordion_container_1n3sy_4164 ._accordion_item_1n3sy_4164 ._item_header_1n3sy_4171{color:var(--white-color);background-color:var(--primary-color)}._browser_menu_canvas_1n3sy_4158 ._canvas_body_1n3sy_4161 ._accordion_container_1n3sy_4164 ._accordion_item_1n3sy_4164 ._item_body_1n3sy_4194 ._child_item_1n3sy_4200,._browser_menu_canvas_1n3sy_4158 ._canvas_body_1n3sy_4161 ._accordion_container_1n3sy_4164 ._item_link_1n3sy_4214{color:var(--white-color)}._browser_menu_canvas_1n3sy_4158 ._canvas_body_1n3sy_4161 ._accordion_container_1n3sy_4164 ._section_1n3sy_4248:not(:last-child)._accordion_item_1n3sy_4164{border-bottom:1px solid rgba(255,255,255,.2)}._horizontal_canvas_container_1n3sy_4158{color:var(--horizontal-bg-color, var(--white-color));background-color:var(--horizontal-text-color, var(--primary-color));border-left:0}._horizontal_canvas_container_1n3sy_4158 ._toggle_icon_1n3sy_4110{color:var(--header-text-color, var(--primary-color));height:32px;width:auto;margin-right:0!important}._horizontal_canvas_container_1n3sy_4158 ._horizontal_buttons_1n3sy_4263{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:16px}._horizontal_canvas_container_1n3sy_4158 ._canvas_body_1n3sy_4161 ._accordion_container_1n3sy_4164 ._accordion_item_1n3sy_4164{color:var(--horizontal-bg-color, var(--white-color));background-color:var(--horizontal-text-color, var(--primary-color))}._horizontal_canvas_container_1n3sy_4158 ._canvas_body_1n3sy_4161 ._accordion_container_1n3sy_4164 ._accordion_item_1n3sy_4164 ._item_header_1n3sy_4171{color:var(--horizontal-bg-color, var(--white-color));background-color:var(--horizontal-text-color, var(--primary-color));display:flex;flex-wrap:nowrap;gap:16px;padding:16px 0}._horizontal_canvas_container_1n3sy_4158 ._canvas_body_1n3sy_4161 ._accordion_container_1n3sy_4164 ._accordion_item_1n3sy_4164 ._item_header_1n3sy_4171 ._item_link_1n3sy_4214{flex-shrink:1}._horizontal_canvas_container_1n3sy_4158 ._canvas_body_1n3sy_4161 ._accordion_container_1n3sy_4164 ._accordion_item_1n3sy_4164 ._item_body_1n3sy_4194 ._child_item_1n3sy_4200{color:var(--horizontal-bg-color, var(--white-color));font-family:var(--design-page-body-font);font-size:var(--design-page-body-font-size);font-weight:500;padding:8px 0}._horizontal_canvas_container_1n3sy_4158 ._canvas_body_1n3sy_4161 ._accordion_container_1n3sy_4164 ._item_link_1n3sy_4214{color:var(--horizontal-bg-color, var(--white-color));font-family:var(--design-page-sub-header2-font);font-size:var(--design-page-sub-header2-font-size);font-weight:600;padding:16px 0}._user_menu_canvas_1n3sy_4300,._user_notications_canvas_1n3sy_4301{color:var(--primary-color);background-color:#e9ebec;width:100%;border:unset}._user_menu_canvas_1n3sy_4300 ._nav_bar_1n3sy_4068 ._toggle_icon_1n3sy_4110,._user_notications_canvas_1n3sy_4301 ._nav_bar_1n3sy_4068 ._toggle_icon_1n3sy_4110{height:32px;width:auto;margin-right:0!important;color:var(--primary-color)}._user_menu_canvas_1n3sy_4300 ._canvas_body_1n3sy_4161{background:var(--white-color);border-radius:20px;height:fit-content;margin:8px 24px 24px;padding:16px 24px}._user_notications_canvas_1n3sy_4301 ._canvas_body_1n3sy_4161{margin:0;padding:0;border-radius:0}._user_notications_canvas_1n3sy_4301 ._user_notifications_1n3sy_4328{height:100%}._sidebar_1gfxv_1{width:240px;background-color:var(--sidebar-bg-color, var(--white-color))}._sidebar_1gfxv_1 .offcanvas-body{display:flex;flex-direction:column;justify-content:space-between}._sidebar_1gfxv_1 ._menu_logo_1gfxv_10{width:120px;height:120px;object-fit:contain}._sidebar_1gfxv_1 ._menu_container_1gfxv_15{height:calc(100vh - 350px)}._sidebar_1gfxv_1 ._menu_container_1gfxv_15 ._menu_item_1gfxv_18{padding:.5rem 1rem;display:flex;align-items:center}._sidebar_1gfxv_1 ._menu_container_1gfxv_15 ._parent_item_1gfxv_23{margin:1rem 0}._sidebar_1gfxv_1 ._menu_container_1gfxv_15 ._menu_item_with_children_1gfxv_26{border:unset;background-color:var(--sidebar-bg-color, var(--white-color))}._sidebar_1gfxv_1 ._menu_container_1gfxv_15 ._menu_item_with_children_1gfxv_26 ._item_header_1gfxv_30{padding-left:0;padding-right:0;justify-content:space-between;align-items:center;margin:0;cursor:pointer}._sidebar_1gfxv_1 ._menu_container_1gfxv_15 ._menu_item_with_children_1gfxv_26 ._item_header_1gfxv_30 ._item_title_1gfxv_38{width:calc(100% - 60px);border-right:1px solid var(--primary-color)}._sidebar_1gfxv_1 ._menu_container_1gfxv_15 ._menu_item_with_children_1gfxv_26 ._item_header_1gfxv_30 ._item_toggler_1gfxv_42{height:8px;width:60px;color:var(--primary-color);transition:transform .3s ease-in-out;transform:rotate(180deg)}._sidebar_1gfxv_1 ._menu_container_1gfxv_15 ._menu_item_with_children_1gfxv_26 ._item_header_1gfxv_30.collapsed ._item_toggler_1gfxv_42{transform:unset}._sidebar_1gfxv_1 ._menu_container_1gfxv_15 ._menu_item_with_children_1gfxv_26 .accordion-body{padding:0 .7rem}._sidebar_1gfxv_1 ._menu_container_1gfxv_15 ._item_title_1gfxv_38{color:var(--primary-color);font-size:16px}._sidebar_1gfxv_1 ._menu_container_1gfxv_15 ._item_title_1gfxv_38:hover{opacity:.5}._sidebar_1gfxv_1 ._menu_footer_1gfxv_62{display:flex;align-items:center;justify-content:space-around}._sidebar_1gfxv_1 ._menu_footer_1gfxv_62 ._social_media_1gfxv_67{color:var(--primary-color)}._sidebar_1gfxv_1 ._menu_footer_1gfxv_62 ._social_media_1gfxv_67 ._icon_1gfxv_70{width:16px;height:16px}/*!
* Bootstrap Utilities v5.1.3 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/._clearfix_1jpzv_7:after{display:block;clear:both;content:""}._link-primary_1jpzv_13{color:#0d6efd}._link-primary_1jpzv_13:hover,._link-primary_1jpzv_13:focus{color:#0a58ca}._link-secondary_1jpzv_20{color:#6c757d}._link-secondary_1jpzv_20:hover,._link-secondary_1jpzv_20:focus{color:#565e64}._link-success_1jpzv_27{color:#198754}._link-success_1jpzv_27:hover,._link-success_1jpzv_27:focus{color:#146c43}._link-info_1jpzv_34{color:#0dcaf0}._link-info_1jpzv_34:hover,._link-info_1jpzv_34:focus{color:#3dd5f3}._link-warning_1jpzv_41{color:#ffc107}._link-warning_1jpzv_41:hover,._link-warning_1jpzv_41:focus{color:#ffcd39}._link-danger_1jpzv_48{color:#dc3545}._link-danger_1jpzv_48:hover,._link-danger_1jpzv_48:focus{color:#b02a37}._link-light_1jpzv_55{color:#f8f9fa}._link-light_1jpzv_55:hover,._link-light_1jpzv_55:focus{color:#f9fafb}._link-dark_1jpzv_62{color:#212529}._link-dark_1jpzv_62:hover,._link-dark_1jpzv_62:focus{color:#1a1e21}._ratio_1jpzv_69{position:relative;width:100%}._ratio_1jpzv_69:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}._ratio_1jpzv_69>*{position:absolute;top:0;left:0;width:100%;height:100%}._ratio-1x1_1jpzv_86{--bs-aspect-ratio: 100%}._ratio-4x3_1jpzv_90{--bs-aspect-ratio: 75%}._ratio-16x9_1jpzv_94{--bs-aspect-ratio: 56.25%}._ratio-21x9_1jpzv_98{--bs-aspect-ratio: 42.8571428571%}._fixed-top_1jpzv_102{position:fixed;top:0;right:0;left:0;z-index:1030}._fixed-bottom_1jpzv_110{position:fixed;right:0;bottom:0;left:0;z-index:1030}._sticky-top_1jpzv_118{position:sticky;top:0;z-index:1020}@media (min-width: 576px){._sticky-sm-top_1jpzv_125{position:sticky;top:0;z-index:1020}}@media (min-width: 768px){._sticky-md-top_1jpzv_132{position:sticky;top:0;z-index:1020}}@media (min-width: 992px){._sticky-lg-top_1jpzv_139{position:sticky;top:0;z-index:1020}}@media (min-width: 1200px){._sticky-xl-top_1jpzv_146{position:sticky;top:0;z-index:1020}}@media (min-width: 1400px){._sticky-xxl-top_1jpzv_153{position:sticky;top:0;z-index:1020}}._hstack_1jpzv_159{display:flex;flex-direction:row;align-items:center;align-self:stretch}._vstack_1jpzv_166{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}._visually-hidden_1jpzv_173,._visually-hidden-focusable_1jpzv_174: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_1jpzv_186:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}._text-truncate_1jpzv_196{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._vr_1jpzv_202{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}._align-baseline_1jpzv_211{vertical-align:baseline!important}._align-top_1jpzv_215{vertical-align:top!important}._align-middle_1jpzv_219{vertical-align:middle!important}._align-bottom_1jpzv_223{vertical-align:bottom!important}._align-text-bottom_1jpzv_227{vertical-align:text-bottom!important}._align-text-top_1jpzv_231{vertical-align:text-top!important}._float-start_1jpzv_235{float:left!important}._float-end_1jpzv_239{float:right!important}._float-none_1jpzv_243{float:none!important}._opacity-0_1jpzv_247{opacity:0!important}._opacity-25_1jpzv_251{opacity:.25!important}._opacity-50_1jpzv_255{opacity:.5!important}._opacity-75_1jpzv_259{opacity:.75!important}._opacity-100_1jpzv_263{opacity:1!important}._overflow-auto_1jpzv_267{overflow:auto!important}._overflow-hidden_1jpzv_271{overflow:hidden!important}._overflow-visible_1jpzv_275{overflow:visible!important}._overflow-scroll_1jpzv_279{overflow:scroll!important}._d-inline_1jpzv_283{display:inline!important}._d-inline-block_1jpzv_287{display:inline-block!important}._d-block_1jpzv_291{display:block!important}._d-grid_1jpzv_295{display:grid!important}._d-table_1jpzv_299{display:table!important}._d-table-row_1jpzv_303{display:table-row!important}._d-table-cell_1jpzv_307{display:table-cell!important}._d-flex_1jpzv_311{display:flex!important}._d-inline-flex_1jpzv_315{display:inline-flex!important}._d-none_1jpzv_319{display:none!important}._shadow_1jpzv_323{box-shadow:0 .5rem 1rem #00000026!important}._shadow-sm_1jpzv_327{box-shadow:0 .125rem .25rem #00000013!important}._shadow-lg_1jpzv_331{box-shadow:0 1rem 3rem #0000002d!important}._shadow-none_1jpzv_335{box-shadow:none!important}._position-static_1jpzv_339{position:static!important}._position-relative_1jpzv_343{position:relative!important}._position-absolute_1jpzv_347{position:absolute!important}._position-fixed_1jpzv_351{position:fixed!important}._position-sticky_1jpzv_355{position:sticky!important}._top-0_1jpzv_359{top:0!important}._top-50_1jpzv_363{top:50%!important}._top-100_1jpzv_367{top:100%!important}._bottom-0_1jpzv_371{bottom:0!important}._bottom-50_1jpzv_375{bottom:50%!important}._bottom-100_1jpzv_379{bottom:100%!important}._start-0_1jpzv_383{left:0!important}._start-50_1jpzv_387{left:50%!important}._start-100_1jpzv_391{left:100%!important}._end-0_1jpzv_395{right:0!important}._end-50_1jpzv_399{right:50%!important}._end-100_1jpzv_403{right:100%!important}._translate-middle_1jpzv_407{transform:translate(-50%,-50%)!important}._translate-middle-x_1jpzv_411{transform:translate(-50%)!important}._translate-middle-y_1jpzv_415{transform:translateY(-50%)!important}._border_1jpzv_419{border:1px solid #dee2e6!important}._border-0_1jpzv_423{border:0!important}._border-top_1jpzv_427{border-top:1px solid #dee2e6!important}._border-top-0_1jpzv_431{border-top:0!important}._border-end_1jpzv_435{border-right:1px solid #dee2e6!important}._border-end-0_1jpzv_439{border-right:0!important}._border-bottom_1jpzv_443{border-bottom:1px solid #dee2e6!important}._border-bottom-0_1jpzv_447{border-bottom:0!important}._border-start_1jpzv_451{border-left:1px solid #dee2e6!important}._border-start-0_1jpzv_455{border-left:0!important}._border-primary_1jpzv_459{border-color:#0d6efd!important}._border-secondary_1jpzv_463{border-color:#6c757d!important}._border-success_1jpzv_467{border-color:#198754!important}._border-info_1jpzv_471{border-color:#0dcaf0!important}._border-warning_1jpzv_475{border-color:#ffc107!important}._border-danger_1jpzv_479{border-color:#dc3545!important}._border-light_1jpzv_483{border-color:#f8f9fa!important}._border-dark_1jpzv_487{border-color:#212529!important}._border-white_1jpzv_491{border-color:#fff!important}._border-1_1jpzv_495{border-width:1px!important}._border-2_1jpzv_499{border-width:2px!important}._border-3_1jpzv_503{border-width:3px!important}._border-4_1jpzv_507{border-width:4px!important}._border-5_1jpzv_511{border-width:5px!important}._w-25_1jpzv_515{width:25%!important}._w-50_1jpzv_519{width:50%!important}._w-75_1jpzv_523{width:75%!important}._w-100_1jpzv_527{width:100%!important}._w-auto_1jpzv_531{width:auto!important}._mw-100_1jpzv_535{max-width:100%!important}._vw-100_1jpzv_539{width:100vw!important}._min-vw-100_1jpzv_543{min-width:100vw!important}._h-25_1jpzv_547{height:25%!important}._h-50_1jpzv_551{height:50%!important}._h-75_1jpzv_555{height:75%!important}._h-100_1jpzv_559{height:100%!important}._h-auto_1jpzv_563{height:auto!important}._mh-100_1jpzv_567{max-height:100%!important}._vh-100_1jpzv_571{height:100vh!important}._min-vh-100_1jpzv_575{min-height:100vh!important}._flex-fill_1jpzv_579{flex:1 1 auto!important}._flex-row_1jpzv_583{flex-direction:row!important}._flex-column_1jpzv_587{flex-direction:column!important}._flex-row-reverse_1jpzv_591{flex-direction:row-reverse!important}._flex-column-reverse_1jpzv_595{flex-direction:column-reverse!important}._flex-grow-0_1jpzv_599{flex-grow:0!important}._flex-grow-1_1jpzv_603{flex-grow:1!important}._flex-shrink-0_1jpzv_607{flex-shrink:0!important}._flex-shrink-1_1jpzv_611{flex-shrink:1!important}._flex-wrap_1jpzv_615{flex-wrap:wrap!important}._flex-nowrap_1jpzv_619{flex-wrap:nowrap!important}._flex-wrap-reverse_1jpzv_623{flex-wrap:wrap-reverse!important}._gap-0_1jpzv_627{gap:0!important}._gap-1_1jpzv_631{gap:.25rem!important}._gap-2_1jpzv_635{gap:.5rem!important}._gap-3_1jpzv_639{gap:1rem!important}._gap-4_1jpzv_643{gap:1.5rem!important}._gap-5_1jpzv_647{gap:3rem!important}._justify-content-start_1jpzv_651{justify-content:flex-start!important}._justify-content-end_1jpzv_655{justify-content:flex-end!important}._justify-content-center_1jpzv_659{justify-content:center!important}._justify-content-between_1jpzv_663{justify-content:space-between!important}._justify-content-around_1jpzv_667{justify-content:space-around!important}._justify-content-evenly_1jpzv_671{justify-content:space-evenly!important}._align-items-start_1jpzv_675{align-items:flex-start!important}._align-items-end_1jpzv_679{align-items:flex-end!important}._align-items-center_1jpzv_683{align-items:center!important}._align-items-baseline_1jpzv_687{align-items:baseline!important}._align-items-stretch_1jpzv_691{align-items:stretch!important}._align-content-start_1jpzv_695{align-content:flex-start!important}._align-content-end_1jpzv_699{align-content:flex-end!important}._align-content-center_1jpzv_703{align-content:center!important}._align-content-between_1jpzv_707{align-content:space-between!important}._align-content-around_1jpzv_711{align-content:space-around!important}._align-content-stretch_1jpzv_715{align-content:stretch!important}._align-self-auto_1jpzv_719{align-self:auto!important}._align-self-start_1jpzv_723{align-self:flex-start!important}._align-self-end_1jpzv_727{align-self:flex-end!important}._align-self-center_1jpzv_731{align-self:center!important}._align-self-baseline_1jpzv_735{align-self:baseline!important}._align-self-stretch_1jpzv_739{align-self:stretch!important}._order-first_1jpzv_743{order:-1!important}._order-0_1jpzv_747{order:0!important}._order-1_1jpzv_751{order:1!important}._order-2_1jpzv_755{order:2!important}._order-3_1jpzv_759{order:3!important}._order-4_1jpzv_763{order:4!important}._order-5_1jpzv_767{order:5!important}._order-last_1jpzv_771{order:6!important}._m-0_1jpzv_775{margin:0!important}._m-1_1jpzv_779{margin:.25rem!important}._m-2_1jpzv_783{margin:.5rem!important}._m-3_1jpzv_787{margin:1rem!important}._m-4_1jpzv_791{margin:1.5rem!important}._m-5_1jpzv_795{margin:3rem!important}._m-auto_1jpzv_799{margin:auto!important}._mx-0_1jpzv_803{margin-right:0!important;margin-left:0!important}._mx-1_1jpzv_808{margin-right:.25rem!important;margin-left:.25rem!important}._mx-2_1jpzv_813{margin-right:.5rem!important;margin-left:.5rem!important}._mx-3_1jpzv_818{margin-right:1rem!important;margin-left:1rem!important}._mx-4_1jpzv_823{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-5_1jpzv_828{margin-right:3rem!important;margin-left:3rem!important}._mx-auto_1jpzv_833{margin-right:auto!important;margin-left:auto!important}._my-0_1jpzv_838{margin-top:0!important;margin-bottom:0!important}._my-1_1jpzv_843{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-2_1jpzv_848{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-3_1jpzv_853{margin-top:1rem!important;margin-bottom:1rem!important}._my-4_1jpzv_858{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-5_1jpzv_863{margin-top:3rem!important;margin-bottom:3rem!important}._my-auto_1jpzv_868{margin-top:auto!important;margin-bottom:auto!important}._mt-0_1jpzv_873{margin-top:0!important}._mt-1_1jpzv_877{margin-top:.25rem!important}._mt-2_1jpzv_881{margin-top:.5rem!important}._mt-3_1jpzv_885{margin-top:1rem!important}._mt-4_1jpzv_889{margin-top:1.5rem!important}._mt-5_1jpzv_893{margin-top:3rem!important}._mt-auto_1jpzv_897{margin-top:auto!important}._me-0_1jpzv_901{margin-right:0!important}._me-1_1jpzv_905{margin-right:.25rem!important}._me-2_1jpzv_909{margin-right:.5rem!important}._me-3_1jpzv_913{margin-right:1rem!important}._me-4_1jpzv_917{margin-right:1.5rem!important}._me-5_1jpzv_921{margin-right:3rem!important}._me-auto_1jpzv_925{margin-right:auto!important}._mb-0_1jpzv_929{margin-bottom:0!important}._mb-1_1jpzv_933{margin-bottom:.25rem!important}._mb-2_1jpzv_937{margin-bottom:.5rem!important}._mb-3_1jpzv_941{margin-bottom:1rem!important}._mb-4_1jpzv_945{margin-bottom:1.5rem!important}._mb-5_1jpzv_949{margin-bottom:3rem!important}._mb-auto_1jpzv_953{margin-bottom:auto!important}._ms-0_1jpzv_957{margin-left:0!important}._ms-1_1jpzv_961{margin-left:.25rem!important}._ms-2_1jpzv_965{margin-left:.5rem!important}._ms-3_1jpzv_969{margin-left:1rem!important}._ms-4_1jpzv_973{margin-left:1.5rem!important}._ms-5_1jpzv_977{margin-left:3rem!important}._ms-auto_1jpzv_981{margin-left:auto!important}._p-0_1jpzv_985{padding:0!important}._p-1_1jpzv_989{padding:.25rem!important}._p-2_1jpzv_993{padding:.5rem!important}._p-3_1jpzv_997{padding:1rem!important}._p-4_1jpzv_1001{padding:1.5rem!important}._p-5_1jpzv_1005{padding:3rem!important}._px-0_1jpzv_1009{padding-right:0!important;padding-left:0!important}._px-1_1jpzv_1014{padding-right:.25rem!important;padding-left:.25rem!important}._px-2_1jpzv_1019{padding-right:.5rem!important;padding-left:.5rem!important}._px-3_1jpzv_1024{padding-right:1rem!important;padding-left:1rem!important}._px-4_1jpzv_1029{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-5_1jpzv_1034{padding-right:3rem!important;padding-left:3rem!important}._py-0_1jpzv_1039{padding-top:0!important;padding-bottom:0!important}._py-1_1jpzv_1044{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-2_1jpzv_1049{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-3_1jpzv_1054{padding-top:1rem!important;padding-bottom:1rem!important}._py-4_1jpzv_1059{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-5_1jpzv_1064{padding-top:3rem!important;padding-bottom:3rem!important}._pt-0_1jpzv_1069{padding-top:0!important}._pt-1_1jpzv_1073{padding-top:.25rem!important}._pt-2_1jpzv_1077{padding-top:.5rem!important}._pt-3_1jpzv_1081{padding-top:1rem!important}._pt-4_1jpzv_1085{padding-top:1.5rem!important}._pt-5_1jpzv_1089{padding-top:3rem!important}._pe-0_1jpzv_1093{padding-right:0!important}._pe-1_1jpzv_1097{padding-right:.25rem!important}._pe-2_1jpzv_1101{padding-right:.5rem!important}._pe-3_1jpzv_1105{padding-right:1rem!important}._pe-4_1jpzv_1109{padding-right:1.5rem!important}._pe-5_1jpzv_1113{padding-right:3rem!important}._pb-0_1jpzv_1117{padding-bottom:0!important}._pb-1_1jpzv_1121{padding-bottom:.25rem!important}._pb-2_1jpzv_1125{padding-bottom:.5rem!important}._pb-3_1jpzv_1129{padding-bottom:1rem!important}._pb-4_1jpzv_1133{padding-bottom:1.5rem!important}._pb-5_1jpzv_1137{padding-bottom:3rem!important}._ps-0_1jpzv_1141{padding-left:0!important}._ps-1_1jpzv_1145{padding-left:.25rem!important}._ps-2_1jpzv_1149{padding-left:.5rem!important}._ps-3_1jpzv_1153{padding-left:1rem!important}._ps-4_1jpzv_1157{padding-left:1.5rem!important}._ps-5_1jpzv_1161{padding-left:3rem!important}._font-monospace_1jpzv_1165{font-family:var(--bs-font-monospace)!important}._fs-1_1jpzv_1169{font-size:calc(1.375rem + 1.5vw)!important}._fs-2_1jpzv_1173{font-size:calc(1.325rem + .9vw)!important}._fs-3_1jpzv_1177{font-size:calc(1.3rem + .6vw)!important}._fs-4_1jpzv_1181{font-size:calc(1.275rem + .3vw)!important}._fs-5_1jpzv_1185{font-size:1.25rem!important}._fs-6_1jpzv_1189{font-size:1rem!important}._fst-italic_1jpzv_1193{font-style:italic!important}._fst-normal_1jpzv_1197{font-style:normal!important}._fw-light_1jpzv_1201{font-weight:300!important}._fw-lighter_1jpzv_1205{font-weight:lighter!important}._fw-normal_1jpzv_1209{font-weight:400!important}._fw-bold_1jpzv_1213{font-weight:700!important}._fw-bolder_1jpzv_1217{font-weight:bolder!important}._lh-1_1jpzv_1221{line-height:1!important}._lh-sm_1jpzv_1225{line-height:1.25!important}._lh-base_1jpzv_1229{line-height:1.5!important}._lh-lg_1jpzv_1233{line-height:2!important}._text-start_1jpzv_1237{text-align:left!important}._text-end_1jpzv_1241{text-align:right!important}._text-center_1jpzv_1245{text-align:center!important}._text-decoration-none_1jpzv_1249{text-decoration:none!important}._text-decoration-underline_1jpzv_1253{text-decoration:underline!important}._text-decoration-line-through_1jpzv_1257{text-decoration:line-through!important}._text-lowercase_1jpzv_1261{text-transform:lowercase!important}._text-uppercase_1jpzv_1265{text-transform:uppercase!important}._text-capitalize_1jpzv_1269{text-transform:capitalize!important}._text-wrap_1jpzv_1273{white-space:normal!important}._text-nowrap_1jpzv_1277{white-space:nowrap!important}._text-break_1jpzv_1282{word-wrap:break-word!important;word-break:break-word!important}._text-primary_1jpzv_1288{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}._text-secondary_1jpzv_1293{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}._text-success_1jpzv_1298{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}._text-info_1jpzv_1303{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}._text-warning_1jpzv_1308{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}._text-danger_1jpzv_1313{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}._text-light_1jpzv_1318{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}._text-dark_1jpzv_1323{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}._text-black_1jpzv_1328{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}._text-white_1jpzv_1333{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}._text-body_1jpzv_1338{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}._text-muted_1jpzv_1343{--bs-text-opacity: 1;color:#6c757d!important}._text-black-50_1jpzv_1348{--bs-text-opacity: 1;color:#00000080!important}._text-white-50_1jpzv_1353{--bs-text-opacity: 1;color:#ffffff80!important}._text-reset_1jpzv_1358{--bs-text-opacity: 1;color:inherit!important}._text-opacity-25_1jpzv_1363{--bs-text-opacity: .25}._text-opacity-50_1jpzv_1367{--bs-text-opacity: .5}._text-opacity-75_1jpzv_1371{--bs-text-opacity: .75}._text-opacity-100_1jpzv_1375{--bs-text-opacity: 1}._bg-primary_1jpzv_1379{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}._bg-secondary_1jpzv_1384{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}._bg-success_1jpzv_1389{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}._bg-info_1jpzv_1394{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}._bg-warning_1jpzv_1399{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}._bg-danger_1jpzv_1404{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}._bg-light_1jpzv_1409{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}._bg-dark_1jpzv_1414{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}._bg-black_1jpzv_1419{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}._bg-white_1jpzv_1424{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}._bg-body_1jpzv_1429{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}._bg-transparent_1jpzv_1434{--bs-bg-opacity: 1;background-color:transparent!important}._bg-opacity-10_1jpzv_1439{--bs-bg-opacity: .1}._bg-opacity-25_1jpzv_1443{--bs-bg-opacity: .25}._bg-opacity-50_1jpzv_1447{--bs-bg-opacity: .5}._bg-opacity-75_1jpzv_1451{--bs-bg-opacity: .75}._bg-opacity-100_1jpzv_1455{--bs-bg-opacity: 1}._bg-gradient_1jpzv_1459{background-image:var(--bs-gradient)!important}._user-select-all_1jpzv_1463{-webkit-user-select:all!important;user-select:all!important}._user-select-auto_1jpzv_1467{-webkit-user-select:auto!important;user-select:auto!important}._user-select-none_1jpzv_1471{-webkit-user-select:none!important;user-select:none!important}._pe-none_1jpzv_1475{pointer-events:none!important}._pe-auto_1jpzv_1479{pointer-events:auto!important}._rounded_1jpzv_1483{border-radius:.25rem!important}._rounded-0_1jpzv_1487{border-radius:0!important}._rounded-1_1jpzv_1491{border-radius:.2rem!important}._rounded-2_1jpzv_1495{border-radius:.25rem!important}._rounded-3_1jpzv_1499{border-radius:.3rem!important}._rounded-circle_1jpzv_1503{border-radius:50%!important}._rounded-pill_1jpzv_1507{border-radius:50rem!important}._rounded-top_1jpzv_1511{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}._rounded-end_1jpzv_1516{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}._rounded-bottom_1jpzv_1521{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}._rounded-start_1jpzv_1526{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}._visible_1jpzv_1531{visibility:visible!important}._invisible_1jpzv_1535{visibility:hidden!important}@media (min-width: 576px){._float-sm-start_1jpzv_1540{float:left!important}._float-sm-end_1jpzv_1543{float:right!important}._float-sm-none_1jpzv_1546{float:none!important}._d-sm-inline_1jpzv_1549{display:inline!important}._d-sm-inline-block_1jpzv_1552{display:inline-block!important}._d-sm-block_1jpzv_1555{display:block!important}._d-sm-grid_1jpzv_1558{display:grid!important}._d-sm-table_1jpzv_1561{display:table!important}._d-sm-table-row_1jpzv_1564{display:table-row!important}._d-sm-table-cell_1jpzv_1567{display:table-cell!important}._d-sm-flex_1jpzv_1570{display:flex!important}._d-sm-inline-flex_1jpzv_1573{display:inline-flex!important}._d-sm-none_1jpzv_1576{display:none!important}._flex-sm-fill_1jpzv_1579{flex:1 1 auto!important}._flex-sm-row_1jpzv_1582{flex-direction:row!important}._flex-sm-column_1jpzv_1585{flex-direction:column!important}._flex-sm-row-reverse_1jpzv_1588{flex-direction:row-reverse!important}._flex-sm-column-reverse_1jpzv_1591{flex-direction:column-reverse!important}._flex-sm-grow-0_1jpzv_1594{flex-grow:0!important}._flex-sm-grow-1_1jpzv_1597{flex-grow:1!important}._flex-sm-shrink-0_1jpzv_1600{flex-shrink:0!important}._flex-sm-shrink-1_1jpzv_1603{flex-shrink:1!important}._flex-sm-wrap_1jpzv_1606{flex-wrap:wrap!important}._flex-sm-nowrap_1jpzv_1609{flex-wrap:nowrap!important}._flex-sm-wrap-reverse_1jpzv_1612{flex-wrap:wrap-reverse!important}._gap-sm-0_1jpzv_1615{gap:0!important}._gap-sm-1_1jpzv_1618{gap:.25rem!important}._gap-sm-2_1jpzv_1621{gap:.5rem!important}._gap-sm-3_1jpzv_1624{gap:1rem!important}._gap-sm-4_1jpzv_1627{gap:1.5rem!important}._gap-sm-5_1jpzv_1630{gap:3rem!important}._justify-content-sm-start_1jpzv_1633{justify-content:flex-start!important}._justify-content-sm-end_1jpzv_1636{justify-content:flex-end!important}._justify-content-sm-center_1jpzv_1639{justify-content:center!important}._justify-content-sm-between_1jpzv_1642{justify-content:space-between!important}._justify-content-sm-around_1jpzv_1645{justify-content:space-around!important}._justify-content-sm-evenly_1jpzv_1648{justify-content:space-evenly!important}._align-items-sm-start_1jpzv_1651{align-items:flex-start!important}._align-items-sm-end_1jpzv_1654{align-items:flex-end!important}._align-items-sm-center_1jpzv_1657{align-items:center!important}._align-items-sm-baseline_1jpzv_1660{align-items:baseline!important}._align-items-sm-stretch_1jpzv_1663{align-items:stretch!important}._align-content-sm-start_1jpzv_1666{align-content:flex-start!important}._align-content-sm-end_1jpzv_1669{align-content:flex-end!important}._align-content-sm-center_1jpzv_1672{align-content:center!important}._align-content-sm-between_1jpzv_1675{align-content:space-between!important}._align-content-sm-around_1jpzv_1678{align-content:space-around!important}._align-content-sm-stretch_1jpzv_1681{align-content:stretch!important}._align-self-sm-auto_1jpzv_1684{align-self:auto!important}._align-self-sm-start_1jpzv_1687{align-self:flex-start!important}._align-self-sm-end_1jpzv_1690{align-self:flex-end!important}._align-self-sm-center_1jpzv_1693{align-self:center!important}._align-self-sm-baseline_1jpzv_1696{align-self:baseline!important}._align-self-sm-stretch_1jpzv_1699{align-self:stretch!important}._order-sm-first_1jpzv_1702{order:-1!important}._order-sm-0_1jpzv_1705{order:0!important}._order-sm-1_1jpzv_1708{order:1!important}._order-sm-2_1jpzv_1711{order:2!important}._order-sm-3_1jpzv_1714{order:3!important}._order-sm-4_1jpzv_1717{order:4!important}._order-sm-5_1jpzv_1720{order:5!important}._order-sm-last_1jpzv_1723{order:6!important}._m-sm-0_1jpzv_1726{margin:0!important}._m-sm-1_1jpzv_1729{margin:.25rem!important}._m-sm-2_1jpzv_1732{margin:.5rem!important}._m-sm-3_1jpzv_1735{margin:1rem!important}._m-sm-4_1jpzv_1738{margin:1.5rem!important}._m-sm-5_1jpzv_1741{margin:3rem!important}._m-sm-auto_1jpzv_1744{margin:auto!important}._mx-sm-0_1jpzv_1747{margin-right:0!important;margin-left:0!important}._mx-sm-1_1jpzv_1751{margin-right:.25rem!important;margin-left:.25rem!important}._mx-sm-2_1jpzv_1755{margin-right:.5rem!important;margin-left:.5rem!important}._mx-sm-3_1jpzv_1759{margin-right:1rem!important;margin-left:1rem!important}._mx-sm-4_1jpzv_1763{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-sm-5_1jpzv_1767{margin-right:3rem!important;margin-left:3rem!important}._mx-sm-auto_1jpzv_1771{margin-right:auto!important;margin-left:auto!important}._my-sm-0_1jpzv_1775{margin-top:0!important;margin-bottom:0!important}._my-sm-1_1jpzv_1779{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-sm-2_1jpzv_1783{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-sm-3_1jpzv_1787{margin-top:1rem!important;margin-bottom:1rem!important}._my-sm-4_1jpzv_1791{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-sm-5_1jpzv_1795{margin-top:3rem!important;margin-bottom:3rem!important}._my-sm-auto_1jpzv_1799{margin-top:auto!important;margin-bottom:auto!important}._mt-sm-0_1jpzv_1803{margin-top:0!important}._mt-sm-1_1jpzv_1806{margin-top:.25rem!important}._mt-sm-2_1jpzv_1809{margin-top:.5rem!important}._mt-sm-3_1jpzv_1812{margin-top:1rem!important}._mt-sm-4_1jpzv_1815{margin-top:1.5rem!important}._mt-sm-5_1jpzv_1818{margin-top:3rem!important}._mt-sm-auto_1jpzv_1821{margin-top:auto!important}._me-sm-0_1jpzv_1824{margin-right:0!important}._me-sm-1_1jpzv_1827{margin-right:.25rem!important}._me-sm-2_1jpzv_1830{margin-right:.5rem!important}._me-sm-3_1jpzv_1833{margin-right:1rem!important}._me-sm-4_1jpzv_1836{margin-right:1.5rem!important}._me-sm-5_1jpzv_1839{margin-right:3rem!important}._me-sm-auto_1jpzv_1842{margin-right:auto!important}._mb-sm-0_1jpzv_1845{margin-bottom:0!important}._mb-sm-1_1jpzv_1848{margin-bottom:.25rem!important}._mb-sm-2_1jpzv_1851{margin-bottom:.5rem!important}._mb-sm-3_1jpzv_1854{margin-bottom:1rem!important}._mb-sm-4_1jpzv_1857{margin-bottom:1.5rem!important}._mb-sm-5_1jpzv_1860{margin-bottom:3rem!important}._mb-sm-auto_1jpzv_1863{margin-bottom:auto!important}._ms-sm-0_1jpzv_1866{margin-left:0!important}._ms-sm-1_1jpzv_1869{margin-left:.25rem!important}._ms-sm-2_1jpzv_1872{margin-left:.5rem!important}._ms-sm-3_1jpzv_1875{margin-left:1rem!important}._ms-sm-4_1jpzv_1878{margin-left:1.5rem!important}._ms-sm-5_1jpzv_1881{margin-left:3rem!important}._ms-sm-auto_1jpzv_1884{margin-left:auto!important}._p-sm-0_1jpzv_1887{padding:0!important}._p-sm-1_1jpzv_1890{padding:.25rem!important}._p-sm-2_1jpzv_1893{padding:.5rem!important}._p-sm-3_1jpzv_1896{padding:1rem!important}._p-sm-4_1jpzv_1899{padding:1.5rem!important}._p-sm-5_1jpzv_1902{padding:3rem!important}._px-sm-0_1jpzv_1905{padding-right:0!important;padding-left:0!important}._px-sm-1_1jpzv_1909{padding-right:.25rem!important;padding-left:.25rem!important}._px-sm-2_1jpzv_1913{padding-right:.5rem!important;padding-left:.5rem!important}._px-sm-3_1jpzv_1917{padding-right:1rem!important;padding-left:1rem!important}._px-sm-4_1jpzv_1921{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-sm-5_1jpzv_1925{padding-right:3rem!important;padding-left:3rem!important}._py-sm-0_1jpzv_1929{padding-top:0!important;padding-bottom:0!important}._py-sm-1_1jpzv_1933{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-sm-2_1jpzv_1937{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-sm-3_1jpzv_1941{padding-top:1rem!important;padding-bottom:1rem!important}._py-sm-4_1jpzv_1945{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-sm-5_1jpzv_1949{padding-top:3rem!important;padding-bottom:3rem!important}._pt-sm-0_1jpzv_1953{padding-top:0!important}._pt-sm-1_1jpzv_1956{padding-top:.25rem!important}._pt-sm-2_1jpzv_1959{padding-top:.5rem!important}._pt-sm-3_1jpzv_1962{padding-top:1rem!important}._pt-sm-4_1jpzv_1965{padding-top:1.5rem!important}._pt-sm-5_1jpzv_1968{padding-top:3rem!important}._pe-sm-0_1jpzv_1971{padding-right:0!important}._pe-sm-1_1jpzv_1974{padding-right:.25rem!important}._pe-sm-2_1jpzv_1977{padding-right:.5rem!important}._pe-sm-3_1jpzv_1980{padding-right:1rem!important}._pe-sm-4_1jpzv_1983{padding-right:1.5rem!important}._pe-sm-5_1jpzv_1986{padding-right:3rem!important}._pb-sm-0_1jpzv_1989{padding-bottom:0!important}._pb-sm-1_1jpzv_1992{padding-bottom:.25rem!important}._pb-sm-2_1jpzv_1995{padding-bottom:.5rem!important}._pb-sm-3_1jpzv_1998{padding-bottom:1rem!important}._pb-sm-4_1jpzv_2001{padding-bottom:1.5rem!important}._pb-sm-5_1jpzv_2004{padding-bottom:3rem!important}._ps-sm-0_1jpzv_2007{padding-left:0!important}._ps-sm-1_1jpzv_2010{padding-left:.25rem!important}._ps-sm-2_1jpzv_2013{padding-left:.5rem!important}._ps-sm-3_1jpzv_2016{padding-left:1rem!important}._ps-sm-4_1jpzv_2019{padding-left:1.5rem!important}._ps-sm-5_1jpzv_2022{padding-left:3rem!important}._text-sm-start_1jpzv_2025{text-align:left!important}._text-sm-end_1jpzv_2028{text-align:right!important}._text-sm-center_1jpzv_2031{text-align:center!important}}@media (min-width: 768px){._float-md-start_1jpzv_2036{float:left!important}._float-md-end_1jpzv_2039{float:right!important}._float-md-none_1jpzv_2042{float:none!important}._d-md-inline_1jpzv_2045{display:inline!important}._d-md-inline-block_1jpzv_2048{display:inline-block!important}._d-md-block_1jpzv_2051{display:block!important}._d-md-grid_1jpzv_2054{display:grid!important}._d-md-table_1jpzv_2057{display:table!important}._d-md-table-row_1jpzv_2060{display:table-row!important}._d-md-table-cell_1jpzv_2063{display:table-cell!important}._d-md-flex_1jpzv_2066{display:flex!important}._d-md-inline-flex_1jpzv_2069{display:inline-flex!important}._d-md-none_1jpzv_2072{display:none!important}._flex-md-fill_1jpzv_2075{flex:1 1 auto!important}._flex-md-row_1jpzv_2078{flex-direction:row!important}._flex-md-column_1jpzv_2081{flex-direction:column!important}._flex-md-row-reverse_1jpzv_2084{flex-direction:row-reverse!important}._flex-md-column-reverse_1jpzv_2087{flex-direction:column-reverse!important}._flex-md-grow-0_1jpzv_2090{flex-grow:0!important}._flex-md-grow-1_1jpzv_2093{flex-grow:1!important}._flex-md-shrink-0_1jpzv_2096{flex-shrink:0!important}._flex-md-shrink-1_1jpzv_2099{flex-shrink:1!important}._flex-md-wrap_1jpzv_2102{flex-wrap:wrap!important}._flex-md-nowrap_1jpzv_2105{flex-wrap:nowrap!important}._flex-md-wrap-reverse_1jpzv_2108{flex-wrap:wrap-reverse!important}._gap-md-0_1jpzv_2111{gap:0!important}._gap-md-1_1jpzv_2114{gap:.25rem!important}._gap-md-2_1jpzv_2117{gap:.5rem!important}._gap-md-3_1jpzv_2120{gap:1rem!important}._gap-md-4_1jpzv_2123{gap:1.5rem!important}._gap-md-5_1jpzv_2126{gap:3rem!important}._justify-content-md-start_1jpzv_2129{justify-content:flex-start!important}._justify-content-md-end_1jpzv_2132{justify-content:flex-end!important}._justify-content-md-center_1jpzv_2135{justify-content:center!important}._justify-content-md-between_1jpzv_2138{justify-content:space-between!important}._justify-content-md-around_1jpzv_2141{justify-content:space-around!important}._justify-content-md-evenly_1jpzv_2144{justify-content:space-evenly!important}._align-items-md-start_1jpzv_2147{align-items:flex-start!important}._align-items-md-end_1jpzv_2150{align-items:flex-end!important}._align-items-md-center_1jpzv_2153{align-items:center!important}._align-items-md-baseline_1jpzv_2156{align-items:baseline!important}._align-items-md-stretch_1jpzv_2159{align-items:stretch!important}._align-content-md-start_1jpzv_2162{align-content:flex-start!important}._align-content-md-end_1jpzv_2165{align-content:flex-end!important}._align-content-md-center_1jpzv_2168{align-content:center!important}._align-content-md-between_1jpzv_2171{align-content:space-between!important}._align-content-md-around_1jpzv_2174{align-content:space-around!important}._align-content-md-stretch_1jpzv_2177{align-content:stretch!important}._align-self-md-auto_1jpzv_2180{align-self:auto!important}._align-self-md-start_1jpzv_2183{align-self:flex-start!important}._align-self-md-end_1jpzv_2186{align-self:flex-end!important}._align-self-md-center_1jpzv_2189{align-self:center!important}._align-self-md-baseline_1jpzv_2192{align-self:baseline!important}._align-self-md-stretch_1jpzv_2195{align-self:stretch!important}._order-md-first_1jpzv_2198{order:-1!important}._order-md-0_1jpzv_2201{order:0!important}._order-md-1_1jpzv_2204{order:1!important}._order-md-2_1jpzv_2207{order:2!important}._order-md-3_1jpzv_2210{order:3!important}._order-md-4_1jpzv_2213{order:4!important}._order-md-5_1jpzv_2216{order:5!important}._order-md-last_1jpzv_2219{order:6!important}._m-md-0_1jpzv_2222{margin:0!important}._m-md-1_1jpzv_2225{margin:.25rem!important}._m-md-2_1jpzv_2228{margin:.5rem!important}._m-md-3_1jpzv_2231{margin:1rem!important}._m-md-4_1jpzv_2234{margin:1.5rem!important}._m-md-5_1jpzv_2237{margin:3rem!important}._m-md-auto_1jpzv_2240{margin:auto!important}._mx-md-0_1jpzv_2243{margin-right:0!important;margin-left:0!important}._mx-md-1_1jpzv_2247{margin-right:.25rem!important;margin-left:.25rem!important}._mx-md-2_1jpzv_2251{margin-right:.5rem!important;margin-left:.5rem!important}._mx-md-3_1jpzv_2255{margin-right:1rem!important;margin-left:1rem!important}._mx-md-4_1jpzv_2259{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-md-5_1jpzv_2263{margin-right:3rem!important;margin-left:3rem!important}._mx-md-auto_1jpzv_2267{margin-right:auto!important;margin-left:auto!important}._my-md-0_1jpzv_2271{margin-top:0!important;margin-bottom:0!important}._my-md-1_1jpzv_2275{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-md-2_1jpzv_2279{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-md-3_1jpzv_2283{margin-top:1rem!important;margin-bottom:1rem!important}._my-md-4_1jpzv_2287{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-md-5_1jpzv_2291{margin-top:3rem!important;margin-bottom:3rem!important}._my-md-auto_1jpzv_2295{margin-top:auto!important;margin-bottom:auto!important}._mt-md-0_1jpzv_2299{margin-top:0!important}._mt-md-1_1jpzv_2302{margin-top:.25rem!important}._mt-md-2_1jpzv_2305{margin-top:.5rem!important}._mt-md-3_1jpzv_2308{margin-top:1rem!important}._mt-md-4_1jpzv_2311{margin-top:1.5rem!important}._mt-md-5_1jpzv_2314{margin-top:3rem!important}._mt-md-auto_1jpzv_2317{margin-top:auto!important}._me-md-0_1jpzv_2320{margin-right:0!important}._me-md-1_1jpzv_2323{margin-right:.25rem!important}._me-md-2_1jpzv_2326{margin-right:.5rem!important}._me-md-3_1jpzv_2329{margin-right:1rem!important}._me-md-4_1jpzv_2332{margin-right:1.5rem!important}._me-md-5_1jpzv_2335{margin-right:3rem!important}._me-md-auto_1jpzv_2338{margin-right:auto!important}._mb-md-0_1jpzv_2341{margin-bottom:0!important}._mb-md-1_1jpzv_2344{margin-bottom:.25rem!important}._mb-md-2_1jpzv_2347{margin-bottom:.5rem!important}._mb-md-3_1jpzv_2350{margin-bottom:1rem!important}._mb-md-4_1jpzv_2353{margin-bottom:1.5rem!important}._mb-md-5_1jpzv_2356{margin-bottom:3rem!important}._mb-md-auto_1jpzv_2359{margin-bottom:auto!important}._ms-md-0_1jpzv_2362{margin-left:0!important}._ms-md-1_1jpzv_2365{margin-left:.25rem!important}._ms-md-2_1jpzv_2368{margin-left:.5rem!important}._ms-md-3_1jpzv_2371{margin-left:1rem!important}._ms-md-4_1jpzv_2374{margin-left:1.5rem!important}._ms-md-5_1jpzv_2377{margin-left:3rem!important}._ms-md-auto_1jpzv_2380{margin-left:auto!important}._p-md-0_1jpzv_2383{padding:0!important}._p-md-1_1jpzv_2386{padding:.25rem!important}._p-md-2_1jpzv_2389{padding:.5rem!important}._p-md-3_1jpzv_2392{padding:1rem!important}._p-md-4_1jpzv_2395{padding:1.5rem!important}._p-md-5_1jpzv_2398{padding:3rem!important}._px-md-0_1jpzv_2401{padding-right:0!important;padding-left:0!important}._px-md-1_1jpzv_2405{padding-right:.25rem!important;padding-left:.25rem!important}._px-md-2_1jpzv_2409{padding-right:.5rem!important;padding-left:.5rem!important}._px-md-3_1jpzv_2413{padding-right:1rem!important;padding-left:1rem!important}._px-md-4_1jpzv_2417{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-md-5_1jpzv_2421{padding-right:3rem!important;padding-left:3rem!important}._py-md-0_1jpzv_2425{padding-top:0!important;padding-bottom:0!important}._py-md-1_1jpzv_2429{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-md-2_1jpzv_2433{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-md-3_1jpzv_2437{padding-top:1rem!important;padding-bottom:1rem!important}._py-md-4_1jpzv_2441{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-md-5_1jpzv_2445{padding-top:3rem!important;padding-bottom:3rem!important}._pt-md-0_1jpzv_2449{padding-top:0!important}._pt-md-1_1jpzv_2452{padding-top:.25rem!important}._pt-md-2_1jpzv_2455{padding-top:.5rem!important}._pt-md-3_1jpzv_2458{padding-top:1rem!important}._pt-md-4_1jpzv_2461{padding-top:1.5rem!important}._pt-md-5_1jpzv_2464{padding-top:3rem!important}._pe-md-0_1jpzv_2467{padding-right:0!important}._pe-md-1_1jpzv_2470{padding-right:.25rem!important}._pe-md-2_1jpzv_2473{padding-right:.5rem!important}._pe-md-3_1jpzv_2476{padding-right:1rem!important}._pe-md-4_1jpzv_2479{padding-right:1.5rem!important}._pe-md-5_1jpzv_2482{padding-right:3rem!important}._pb-md-0_1jpzv_2485{padding-bottom:0!important}._pb-md-1_1jpzv_2488{padding-bottom:.25rem!important}._pb-md-2_1jpzv_2491{padding-bottom:.5rem!important}._pb-md-3_1jpzv_2494{padding-bottom:1rem!important}._pb-md-4_1jpzv_2497{padding-bottom:1.5rem!important}._pb-md-5_1jpzv_2500{padding-bottom:3rem!important}._ps-md-0_1jpzv_2503{padding-left:0!important}._ps-md-1_1jpzv_2506{padding-left:.25rem!important}._ps-md-2_1jpzv_2509{padding-left:.5rem!important}._ps-md-3_1jpzv_2512{padding-left:1rem!important}._ps-md-4_1jpzv_2515{padding-left:1.5rem!important}._ps-md-5_1jpzv_2518{padding-left:3rem!important}._text-md-start_1jpzv_2521{text-align:left!important}._text-md-end_1jpzv_2524{text-align:right!important}._text-md-center_1jpzv_2527{text-align:center!important}}@media (min-width: 992px){._float-lg-start_1jpzv_2532{float:left!important}._float-lg-end_1jpzv_2535{float:right!important}._float-lg-none_1jpzv_2538{float:none!important}._d-lg-inline_1jpzv_2541{display:inline!important}._d-lg-inline-block_1jpzv_2544{display:inline-block!important}._d-lg-block_1jpzv_2547{display:block!important}._d-lg-grid_1jpzv_2550{display:grid!important}._d-lg-table_1jpzv_2553{display:table!important}._d-lg-table-row_1jpzv_2556{display:table-row!important}._d-lg-table-cell_1jpzv_2559{display:table-cell!important}._d-lg-flex_1jpzv_2562{display:flex!important}._d-lg-inline-flex_1jpzv_2565{display:inline-flex!important}._d-lg-none_1jpzv_2568{display:none!important}._flex-lg-fill_1jpzv_2571{flex:1 1 auto!important}._flex-lg-row_1jpzv_2574{flex-direction:row!important}._flex-lg-column_1jpzv_2577{flex-direction:column!important}._flex-lg-row-reverse_1jpzv_2580{flex-direction:row-reverse!important}._flex-lg-column-reverse_1jpzv_2583{flex-direction:column-reverse!important}._flex-lg-grow-0_1jpzv_2586{flex-grow:0!important}._flex-lg-grow-1_1jpzv_2589{flex-grow:1!important}._flex-lg-shrink-0_1jpzv_2592{flex-shrink:0!important}._flex-lg-shrink-1_1jpzv_2595{flex-shrink:1!important}._flex-lg-wrap_1jpzv_2598{flex-wrap:wrap!important}._flex-lg-nowrap_1jpzv_2601{flex-wrap:nowrap!important}._flex-lg-wrap-reverse_1jpzv_2604{flex-wrap:wrap-reverse!important}._gap-lg-0_1jpzv_2607{gap:0!important}._gap-lg-1_1jpzv_2610{gap:.25rem!important}._gap-lg-2_1jpzv_2613{gap:.5rem!important}._gap-lg-3_1jpzv_2616{gap:1rem!important}._gap-lg-4_1jpzv_2619{gap:1.5rem!important}._gap-lg-5_1jpzv_2622{gap:3rem!important}._justify-content-lg-start_1jpzv_2625{justify-content:flex-start!important}._justify-content-lg-end_1jpzv_2628{justify-content:flex-end!important}._justify-content-lg-center_1jpzv_2631{justify-content:center!important}._justify-content-lg-between_1jpzv_2634{justify-content:space-between!important}._justify-content-lg-around_1jpzv_2637{justify-content:space-around!important}._justify-content-lg-evenly_1jpzv_2640{justify-content:space-evenly!important}._align-items-lg-start_1jpzv_2643{align-items:flex-start!important}._align-items-lg-end_1jpzv_2646{align-items:flex-end!important}._align-items-lg-center_1jpzv_2649{align-items:center!important}._align-items-lg-baseline_1jpzv_2652{align-items:baseline!important}._align-items-lg-stretch_1jpzv_2655{align-items:stretch!important}._align-content-lg-start_1jpzv_2658{align-content:flex-start!important}._align-content-lg-end_1jpzv_2661{align-content:flex-end!important}._align-content-lg-center_1jpzv_2664{align-content:center!important}._align-content-lg-between_1jpzv_2667{align-content:space-between!important}._align-content-lg-around_1jpzv_2670{align-content:space-around!important}._align-content-lg-stretch_1jpzv_2673{align-content:stretch!important}._align-self-lg-auto_1jpzv_2676{align-self:auto!important}._align-self-lg-start_1jpzv_2679{align-self:flex-start!important}._align-self-lg-end_1jpzv_2682{align-self:flex-end!important}._align-self-lg-center_1jpzv_2685{align-self:center!important}._align-self-lg-baseline_1jpzv_2688{align-self:baseline!important}._align-self-lg-stretch_1jpzv_2691{align-self:stretch!important}._order-lg-first_1jpzv_2694{order:-1!important}._order-lg-0_1jpzv_2697{order:0!important}._order-lg-1_1jpzv_2700{order:1!important}._order-lg-2_1jpzv_2703{order:2!important}._order-lg-3_1jpzv_2706{order:3!important}._order-lg-4_1jpzv_2709{order:4!important}._order-lg-5_1jpzv_2712{order:5!important}._order-lg-last_1jpzv_2715{order:6!important}._m-lg-0_1jpzv_2718{margin:0!important}._m-lg-1_1jpzv_2721{margin:.25rem!important}._m-lg-2_1jpzv_2724{margin:.5rem!important}._m-lg-3_1jpzv_2727{margin:1rem!important}._m-lg-4_1jpzv_2730{margin:1.5rem!important}._m-lg-5_1jpzv_2733{margin:3rem!important}._m-lg-auto_1jpzv_2736{margin:auto!important}._mx-lg-0_1jpzv_2739{margin-right:0!important;margin-left:0!important}._mx-lg-1_1jpzv_2743{margin-right:.25rem!important;margin-left:.25rem!important}._mx-lg-2_1jpzv_2747{margin-right:.5rem!important;margin-left:.5rem!important}._mx-lg-3_1jpzv_2751{margin-right:1rem!important;margin-left:1rem!important}._mx-lg-4_1jpzv_2755{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-lg-5_1jpzv_2759{margin-right:3rem!important;margin-left:3rem!important}._mx-lg-auto_1jpzv_2763{margin-right:auto!important;margin-left:auto!important}._my-lg-0_1jpzv_2767{margin-top:0!important;margin-bottom:0!important}._my-lg-1_1jpzv_2771{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-lg-2_1jpzv_2775{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-lg-3_1jpzv_2779{margin-top:1rem!important;margin-bottom:1rem!important}._my-lg-4_1jpzv_2783{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-lg-5_1jpzv_2787{margin-top:3rem!important;margin-bottom:3rem!important}._my-lg-auto_1jpzv_2791{margin-top:auto!important;margin-bottom:auto!important}._mt-lg-0_1jpzv_2795{margin-top:0!important}._mt-lg-1_1jpzv_2798{margin-top:.25rem!important}._mt-lg-2_1jpzv_2801{margin-top:.5rem!important}._mt-lg-3_1jpzv_2804{margin-top:1rem!important}._mt-lg-4_1jpzv_2807{margin-top:1.5rem!important}._mt-lg-5_1jpzv_2810{margin-top:3rem!important}._mt-lg-auto_1jpzv_2813{margin-top:auto!important}._me-lg-0_1jpzv_2816{margin-right:0!important}._me-lg-1_1jpzv_2819{margin-right:.25rem!important}._me-lg-2_1jpzv_2822{margin-right:.5rem!important}._me-lg-3_1jpzv_2825{margin-right:1rem!important}._me-lg-4_1jpzv_2828{margin-right:1.5rem!important}._me-lg-5_1jpzv_2831{margin-right:3rem!important}._me-lg-auto_1jpzv_2834{margin-right:auto!important}._mb-lg-0_1jpzv_2837{margin-bottom:0!important}._mb-lg-1_1jpzv_2840{margin-bottom:.25rem!important}._mb-lg-2_1jpzv_2843{margin-bottom:.5rem!important}._mb-lg-3_1jpzv_2846{margin-bottom:1rem!important}._mb-lg-4_1jpzv_2849{margin-bottom:1.5rem!important}._mb-lg-5_1jpzv_2852{margin-bottom:3rem!important}._mb-lg-auto_1jpzv_2855{margin-bottom:auto!important}._ms-lg-0_1jpzv_2858{margin-left:0!important}._ms-lg-1_1jpzv_2861{margin-left:.25rem!important}._ms-lg-2_1jpzv_2864{margin-left:.5rem!important}._ms-lg-3_1jpzv_2867{margin-left:1rem!important}._ms-lg-4_1jpzv_2870{margin-left:1.5rem!important}._ms-lg-5_1jpzv_2873{margin-left:3rem!important}._ms-lg-auto_1jpzv_2876{margin-left:auto!important}._p-lg-0_1jpzv_2879{padding:0!important}._p-lg-1_1jpzv_2882{padding:.25rem!important}._p-lg-2_1jpzv_2885{padding:.5rem!important}._p-lg-3_1jpzv_2888{padding:1rem!important}._p-lg-4_1jpzv_2891{padding:1.5rem!important}._p-lg-5_1jpzv_2894{padding:3rem!important}._px-lg-0_1jpzv_2897{padding-right:0!important;padding-left:0!important}._px-lg-1_1jpzv_2901{padding-right:.25rem!important;padding-left:.25rem!important}._px-lg-2_1jpzv_2905{padding-right:.5rem!important;padding-left:.5rem!important}._px-lg-3_1jpzv_2909{padding-right:1rem!important;padding-left:1rem!important}._px-lg-4_1jpzv_2913{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-lg-5_1jpzv_2917{padding-right:3rem!important;padding-left:3rem!important}._py-lg-0_1jpzv_2921{padding-top:0!important;padding-bottom:0!important}._py-lg-1_1jpzv_2925{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-lg-2_1jpzv_2929{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-lg-3_1jpzv_2933{padding-top:1rem!important;padding-bottom:1rem!important}._py-lg-4_1jpzv_2937{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-lg-5_1jpzv_2941{padding-top:3rem!important;padding-bottom:3rem!important}._pt-lg-0_1jpzv_2945{padding-top:0!important}._pt-lg-1_1jpzv_2948{padding-top:.25rem!important}._pt-lg-2_1jpzv_2951{padding-top:.5rem!important}._pt-lg-3_1jpzv_2954{padding-top:1rem!important}._pt-lg-4_1jpzv_2957{padding-top:1.5rem!important}._pt-lg-5_1jpzv_2960{padding-top:3rem!important}._pe-lg-0_1jpzv_2963{padding-right:0!important}._pe-lg-1_1jpzv_2966{padding-right:.25rem!important}._pe-lg-2_1jpzv_2969{padding-right:.5rem!important}._pe-lg-3_1jpzv_2972{padding-right:1rem!important}._pe-lg-4_1jpzv_2975{padding-right:1.5rem!important}._pe-lg-5_1jpzv_2978{padding-right:3rem!important}._pb-lg-0_1jpzv_2981{padding-bottom:0!important}._pb-lg-1_1jpzv_2984{padding-bottom:.25rem!important}._pb-lg-2_1jpzv_2987{padding-bottom:.5rem!important}._pb-lg-3_1jpzv_2990{padding-bottom:1rem!important}._pb-lg-4_1jpzv_2993{padding-bottom:1.5rem!important}._pb-lg-5_1jpzv_2996{padding-bottom:3rem!important}._ps-lg-0_1jpzv_2999{padding-left:0!important}._ps-lg-1_1jpzv_3002{padding-left:.25rem!important}._ps-lg-2_1jpzv_3005{padding-left:.5rem!important}._ps-lg-3_1jpzv_3008{padding-left:1rem!important}._ps-lg-4_1jpzv_3011{padding-left:1.5rem!important}._ps-lg-5_1jpzv_3014{padding-left:3rem!important}._text-lg-start_1jpzv_3017{text-align:left!important}._text-lg-end_1jpzv_3020{text-align:right!important}._text-lg-center_1jpzv_3023{text-align:center!important}}@media (min-width: 1200px){._float-xl-start_1jpzv_3028{float:left!important}._float-xl-end_1jpzv_3031{float:right!important}._float-xl-none_1jpzv_3034{float:none!important}._d-xl-inline_1jpzv_3037{display:inline!important}._d-xl-inline-block_1jpzv_3040{display:inline-block!important}._d-xl-block_1jpzv_3043{display:block!important}._d-xl-grid_1jpzv_3046{display:grid!important}._d-xl-table_1jpzv_3049{display:table!important}._d-xl-table-row_1jpzv_3052{display:table-row!important}._d-xl-table-cell_1jpzv_3055{display:table-cell!important}._d-xl-flex_1jpzv_3058{display:flex!important}._d-xl-inline-flex_1jpzv_3061{display:inline-flex!important}._d-xl-none_1jpzv_3064{display:none!important}._flex-xl-fill_1jpzv_3067{flex:1 1 auto!important}._flex-xl-row_1jpzv_3070{flex-direction:row!important}._flex-xl-column_1jpzv_3073{flex-direction:column!important}._flex-xl-row-reverse_1jpzv_3076{flex-direction:row-reverse!important}._flex-xl-column-reverse_1jpzv_3079{flex-direction:column-reverse!important}._flex-xl-grow-0_1jpzv_3082{flex-grow:0!important}._flex-xl-grow-1_1jpzv_3085{flex-grow:1!important}._flex-xl-shrink-0_1jpzv_3088{flex-shrink:0!important}._flex-xl-shrink-1_1jpzv_3091{flex-shrink:1!important}._flex-xl-wrap_1jpzv_3094{flex-wrap:wrap!important}._flex-xl-nowrap_1jpzv_3097{flex-wrap:nowrap!important}._flex-xl-wrap-reverse_1jpzv_3100{flex-wrap:wrap-reverse!important}._gap-xl-0_1jpzv_3103{gap:0!important}._gap-xl-1_1jpzv_3106{gap:.25rem!important}._gap-xl-2_1jpzv_3109{gap:.5rem!important}._gap-xl-3_1jpzv_3112{gap:1rem!important}._gap-xl-4_1jpzv_3115{gap:1.5rem!important}._gap-xl-5_1jpzv_3118{gap:3rem!important}._justify-content-xl-start_1jpzv_3121{justify-content:flex-start!important}._justify-content-xl-end_1jpzv_3124{justify-content:flex-end!important}._justify-content-xl-center_1jpzv_3127{justify-content:center!important}._justify-content-xl-between_1jpzv_3130{justify-content:space-between!important}._justify-content-xl-around_1jpzv_3133{justify-content:space-around!important}._justify-content-xl-evenly_1jpzv_3136{justify-content:space-evenly!important}._align-items-xl-start_1jpzv_3139{align-items:flex-start!important}._align-items-xl-end_1jpzv_3142{align-items:flex-end!important}._align-items-xl-center_1jpzv_3145{align-items:center!important}._align-items-xl-baseline_1jpzv_3148{align-items:baseline!important}._align-items-xl-stretch_1jpzv_3151{align-items:stretch!important}._align-content-xl-start_1jpzv_3154{align-content:flex-start!important}._align-content-xl-end_1jpzv_3157{align-content:flex-end!important}._align-content-xl-center_1jpzv_3160{align-content:center!important}._align-content-xl-between_1jpzv_3163{align-content:space-between!important}._align-content-xl-around_1jpzv_3166{align-content:space-around!important}._align-content-xl-stretch_1jpzv_3169{align-content:stretch!important}._align-self-xl-auto_1jpzv_3172{align-self:auto!important}._align-self-xl-start_1jpzv_3175{align-self:flex-start!important}._align-self-xl-end_1jpzv_3178{align-self:flex-end!important}._align-self-xl-center_1jpzv_3181{align-self:center!important}._align-self-xl-baseline_1jpzv_3184{align-self:baseline!important}._align-self-xl-stretch_1jpzv_3187{align-self:stretch!important}._order-xl-first_1jpzv_3190{order:-1!important}._order-xl-0_1jpzv_3193{order:0!important}._order-xl-1_1jpzv_3196{order:1!important}._order-xl-2_1jpzv_3199{order:2!important}._order-xl-3_1jpzv_3202{order:3!important}._order-xl-4_1jpzv_3205{order:4!important}._order-xl-5_1jpzv_3208{order:5!important}._order-xl-last_1jpzv_3211{order:6!important}._m-xl-0_1jpzv_3214{margin:0!important}._m-xl-1_1jpzv_3217{margin:.25rem!important}._m-xl-2_1jpzv_3220{margin:.5rem!important}._m-xl-3_1jpzv_3223{margin:1rem!important}._m-xl-4_1jpzv_3226{margin:1.5rem!important}._m-xl-5_1jpzv_3229{margin:3rem!important}._m-xl-auto_1jpzv_3232{margin:auto!important}._mx-xl-0_1jpzv_3235{margin-right:0!important;margin-left:0!important}._mx-xl-1_1jpzv_3239{margin-right:.25rem!important;margin-left:.25rem!important}._mx-xl-2_1jpzv_3243{margin-right:.5rem!important;margin-left:.5rem!important}._mx-xl-3_1jpzv_3247{margin-right:1rem!important;margin-left:1rem!important}._mx-xl-4_1jpzv_3251{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-xl-5_1jpzv_3255{margin-right:3rem!important;margin-left:3rem!important}._mx-xl-auto_1jpzv_3259{margin-right:auto!important;margin-left:auto!important}._my-xl-0_1jpzv_3263{margin-top:0!important;margin-bottom:0!important}._my-xl-1_1jpzv_3267{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-xl-2_1jpzv_3271{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-xl-3_1jpzv_3275{margin-top:1rem!important;margin-bottom:1rem!important}._my-xl-4_1jpzv_3279{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-xl-5_1jpzv_3283{margin-top:3rem!important;margin-bottom:3rem!important}._my-xl-auto_1jpzv_3287{margin-top:auto!important;margin-bottom:auto!important}._mt-xl-0_1jpzv_3291{margin-top:0!important}._mt-xl-1_1jpzv_3294{margin-top:.25rem!important}._mt-xl-2_1jpzv_3297{margin-top:.5rem!important}._mt-xl-3_1jpzv_3300{margin-top:1rem!important}._mt-xl-4_1jpzv_3303{margin-top:1.5rem!important}._mt-xl-5_1jpzv_3306{margin-top:3rem!important}._mt-xl-auto_1jpzv_3309{margin-top:auto!important}._me-xl-0_1jpzv_3312{margin-right:0!important}._me-xl-1_1jpzv_3315{margin-right:.25rem!important}._me-xl-2_1jpzv_3318{margin-right:.5rem!important}._me-xl-3_1jpzv_3321{margin-right:1rem!important}._me-xl-4_1jpzv_3324{margin-right:1.5rem!important}._me-xl-5_1jpzv_3327{margin-right:3rem!important}._me-xl-auto_1jpzv_3330{margin-right:auto!important}._mb-xl-0_1jpzv_3333{margin-bottom:0!important}._mb-xl-1_1jpzv_3336{margin-bottom:.25rem!important}._mb-xl-2_1jpzv_3339{margin-bottom:.5rem!important}._mb-xl-3_1jpzv_3342{margin-bottom:1rem!important}._mb-xl-4_1jpzv_3345{margin-bottom:1.5rem!important}._mb-xl-5_1jpzv_3348{margin-bottom:3rem!important}._mb-xl-auto_1jpzv_3351{margin-bottom:auto!important}._ms-xl-0_1jpzv_3354{margin-left:0!important}._ms-xl-1_1jpzv_3357{margin-left:.25rem!important}._ms-xl-2_1jpzv_3360{margin-left:.5rem!important}._ms-xl-3_1jpzv_3363{margin-left:1rem!important}._ms-xl-4_1jpzv_3366{margin-left:1.5rem!important}._ms-xl-5_1jpzv_3369{margin-left:3rem!important}._ms-xl-auto_1jpzv_3372{margin-left:auto!important}._p-xl-0_1jpzv_3375{padding:0!important}._p-xl-1_1jpzv_3378{padding:.25rem!important}._p-xl-2_1jpzv_3381{padding:.5rem!important}._p-xl-3_1jpzv_3384{padding:1rem!important}._p-xl-4_1jpzv_3387{padding:1.5rem!important}._p-xl-5_1jpzv_3390{padding:3rem!important}._px-xl-0_1jpzv_3393{padding-right:0!important;padding-left:0!important}._px-xl-1_1jpzv_3397{padding-right:.25rem!important;padding-left:.25rem!important}._px-xl-2_1jpzv_3401{padding-right:.5rem!important;padding-left:.5rem!important}._px-xl-3_1jpzv_3405{padding-right:1rem!important;padding-left:1rem!important}._px-xl-4_1jpzv_3409{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-xl-5_1jpzv_3413{padding-right:3rem!important;padding-left:3rem!important}._py-xl-0_1jpzv_3417{padding-top:0!important;padding-bottom:0!important}._py-xl-1_1jpzv_3421{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-xl-2_1jpzv_3425{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-xl-3_1jpzv_3429{padding-top:1rem!important;padding-bottom:1rem!important}._py-xl-4_1jpzv_3433{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-xl-5_1jpzv_3437{padding-top:3rem!important;padding-bottom:3rem!important}._pt-xl-0_1jpzv_3441{padding-top:0!important}._pt-xl-1_1jpzv_3444{padding-top:.25rem!important}._pt-xl-2_1jpzv_3447{padding-top:.5rem!important}._pt-xl-3_1jpzv_3450{padding-top:1rem!important}._pt-xl-4_1jpzv_3453{padding-top:1.5rem!important}._pt-xl-5_1jpzv_3456{padding-top:3rem!important}._pe-xl-0_1jpzv_3459{padding-right:0!important}._pe-xl-1_1jpzv_3462{padding-right:.25rem!important}._pe-xl-2_1jpzv_3465{padding-right:.5rem!important}._pe-xl-3_1jpzv_3468{padding-right:1rem!important}._pe-xl-4_1jpzv_3471{padding-right:1.5rem!important}._pe-xl-5_1jpzv_3474{padding-right:3rem!important}._pb-xl-0_1jpzv_3477{padding-bottom:0!important}._pb-xl-1_1jpzv_3480{padding-bottom:.25rem!important}._pb-xl-2_1jpzv_3483{padding-bottom:.5rem!important}._pb-xl-3_1jpzv_3486{padding-bottom:1rem!important}._pb-xl-4_1jpzv_3489{padding-bottom:1.5rem!important}._pb-xl-5_1jpzv_3492{padding-bottom:3rem!important}._ps-xl-0_1jpzv_3495{padding-left:0!important}._ps-xl-1_1jpzv_3498{padding-left:.25rem!important}._ps-xl-2_1jpzv_3501{padding-left:.5rem!important}._ps-xl-3_1jpzv_3504{padding-left:1rem!important}._ps-xl-4_1jpzv_3507{padding-left:1.5rem!important}._ps-xl-5_1jpzv_3510{padding-left:3rem!important}._text-xl-start_1jpzv_3513{text-align:left!important}._text-xl-end_1jpzv_3516{text-align:right!important}._text-xl-center_1jpzv_3519{text-align:center!important}}@media (min-width: 1400px){._float-xxl-start_1jpzv_3524{float:left!important}._float-xxl-end_1jpzv_3527{float:right!important}._float-xxl-none_1jpzv_3530{float:none!important}._d-xxl-inline_1jpzv_3533{display:inline!important}._d-xxl-inline-block_1jpzv_3536{display:inline-block!important}._d-xxl-block_1jpzv_3539{display:block!important}._d-xxl-grid_1jpzv_3542{display:grid!important}._d-xxl-table_1jpzv_3545{display:table!important}._d-xxl-table-row_1jpzv_3548{display:table-row!important}._d-xxl-table-cell_1jpzv_3551{display:table-cell!important}._d-xxl-flex_1jpzv_3554{display:flex!important}._d-xxl-inline-flex_1jpzv_3557{display:inline-flex!important}._d-xxl-none_1jpzv_3560{display:none!important}._flex-xxl-fill_1jpzv_3563{flex:1 1 auto!important}._flex-xxl-row_1jpzv_3566{flex-direction:row!important}._flex-xxl-column_1jpzv_3569{flex-direction:column!important}._flex-xxl-row-reverse_1jpzv_3572{flex-direction:row-reverse!important}._flex-xxl-column-reverse_1jpzv_3575{flex-direction:column-reverse!important}._flex-xxl-grow-0_1jpzv_3578{flex-grow:0!important}._flex-xxl-grow-1_1jpzv_3581{flex-grow:1!important}._flex-xxl-shrink-0_1jpzv_3584{flex-shrink:0!important}._flex-xxl-shrink-1_1jpzv_3587{flex-shrink:1!important}._flex-xxl-wrap_1jpzv_3590{flex-wrap:wrap!important}._flex-xxl-nowrap_1jpzv_3593{flex-wrap:nowrap!important}._flex-xxl-wrap-reverse_1jpzv_3596{flex-wrap:wrap-reverse!important}._gap-xxl-0_1jpzv_3599{gap:0!important}._gap-xxl-1_1jpzv_3602{gap:.25rem!important}._gap-xxl-2_1jpzv_3605{gap:.5rem!important}._gap-xxl-3_1jpzv_3608{gap:1rem!important}._gap-xxl-4_1jpzv_3611{gap:1.5rem!important}._gap-xxl-5_1jpzv_3614{gap:3rem!important}._justify-content-xxl-start_1jpzv_3617{justify-content:flex-start!important}._justify-content-xxl-end_1jpzv_3620{justify-content:flex-end!important}._justify-content-xxl-center_1jpzv_3623{justify-content:center!important}._justify-content-xxl-between_1jpzv_3626{justify-content:space-between!important}._justify-content-xxl-around_1jpzv_3629{justify-content:space-around!important}._justify-content-xxl-evenly_1jpzv_3632{justify-content:space-evenly!important}._align-items-xxl-start_1jpzv_3635{align-items:flex-start!important}._align-items-xxl-end_1jpzv_3638{align-items:flex-end!important}._align-items-xxl-center_1jpzv_3641{align-items:center!important}._align-items-xxl-baseline_1jpzv_3644{align-items:baseline!important}._align-items-xxl-stretch_1jpzv_3647{align-items:stretch!important}._align-content-xxl-start_1jpzv_3650{align-content:flex-start!important}._align-content-xxl-end_1jpzv_3653{align-content:flex-end!important}._align-content-xxl-center_1jpzv_3656{align-content:center!important}._align-content-xxl-between_1jpzv_3659{align-content:space-between!important}._align-content-xxl-around_1jpzv_3662{align-content:space-around!important}._align-content-xxl-stretch_1jpzv_3665{align-content:stretch!important}._align-self-xxl-auto_1jpzv_3668{align-self:auto!important}._align-self-xxl-start_1jpzv_3671{align-self:flex-start!important}._align-self-xxl-end_1jpzv_3674{align-self:flex-end!important}._align-self-xxl-center_1jpzv_3677{align-self:center!important}._align-self-xxl-baseline_1jpzv_3680{align-self:baseline!important}._align-self-xxl-stretch_1jpzv_3683{align-self:stretch!important}._order-xxl-first_1jpzv_3686{order:-1!important}._order-xxl-0_1jpzv_3689{order:0!important}._order-xxl-1_1jpzv_3692{order:1!important}._order-xxl-2_1jpzv_3695{order:2!important}._order-xxl-3_1jpzv_3698{order:3!important}._order-xxl-4_1jpzv_3701{order:4!important}._order-xxl-5_1jpzv_3704{order:5!important}._order-xxl-last_1jpzv_3707{order:6!important}._m-xxl-0_1jpzv_3710{margin:0!important}._m-xxl-1_1jpzv_3713{margin:.25rem!important}._m-xxl-2_1jpzv_3716{margin:.5rem!important}._m-xxl-3_1jpzv_3719{margin:1rem!important}._m-xxl-4_1jpzv_3722{margin:1.5rem!important}._m-xxl-5_1jpzv_3725{margin:3rem!important}._m-xxl-auto_1jpzv_3728{margin:auto!important}._mx-xxl-0_1jpzv_3731{margin-right:0!important;margin-left:0!important}._mx-xxl-1_1jpzv_3735{margin-right:.25rem!important;margin-left:.25rem!important}._mx-xxl-2_1jpzv_3739{margin-right:.5rem!important;margin-left:.5rem!important}._mx-xxl-3_1jpzv_3743{margin-right:1rem!important;margin-left:1rem!important}._mx-xxl-4_1jpzv_3747{margin-right:1.5rem!important;margin-left:1.5rem!important}._mx-xxl-5_1jpzv_3751{margin-right:3rem!important;margin-left:3rem!important}._mx-xxl-auto_1jpzv_3755{margin-right:auto!important;margin-left:auto!important}._my-xxl-0_1jpzv_3759{margin-top:0!important;margin-bottom:0!important}._my-xxl-1_1jpzv_3763{margin-top:.25rem!important;margin-bottom:.25rem!important}._my-xxl-2_1jpzv_3767{margin-top:.5rem!important;margin-bottom:.5rem!important}._my-xxl-3_1jpzv_3771{margin-top:1rem!important;margin-bottom:1rem!important}._my-xxl-4_1jpzv_3775{margin-top:1.5rem!important;margin-bottom:1.5rem!important}._my-xxl-5_1jpzv_3779{margin-top:3rem!important;margin-bottom:3rem!important}._my-xxl-auto_1jpzv_3783{margin-top:auto!important;margin-bottom:auto!important}._mt-xxl-0_1jpzv_3787{margin-top:0!important}._mt-xxl-1_1jpzv_3790{margin-top:.25rem!important}._mt-xxl-2_1jpzv_3793{margin-top:.5rem!important}._mt-xxl-3_1jpzv_3796{margin-top:1rem!important}._mt-xxl-4_1jpzv_3799{margin-top:1.5rem!important}._mt-xxl-5_1jpzv_3802{margin-top:3rem!important}._mt-xxl-auto_1jpzv_3805{margin-top:auto!important}._me-xxl-0_1jpzv_3808{margin-right:0!important}._me-xxl-1_1jpzv_3811{margin-right:.25rem!important}._me-xxl-2_1jpzv_3814{margin-right:.5rem!important}._me-xxl-3_1jpzv_3817{margin-right:1rem!important}._me-xxl-4_1jpzv_3820{margin-right:1.5rem!important}._me-xxl-5_1jpzv_3823{margin-right:3rem!important}._me-xxl-auto_1jpzv_3826{margin-right:auto!important}._mb-xxl-0_1jpzv_3829{margin-bottom:0!important}._mb-xxl-1_1jpzv_3832{margin-bottom:.25rem!important}._mb-xxl-2_1jpzv_3835{margin-bottom:.5rem!important}._mb-xxl-3_1jpzv_3838{margin-bottom:1rem!important}._mb-xxl-4_1jpzv_3841{margin-bottom:1.5rem!important}._mb-xxl-5_1jpzv_3844{margin-bottom:3rem!important}._mb-xxl-auto_1jpzv_3847{margin-bottom:auto!important}._ms-xxl-0_1jpzv_3850{margin-left:0!important}._ms-xxl-1_1jpzv_3853{margin-left:.25rem!important}._ms-xxl-2_1jpzv_3856{margin-left:.5rem!important}._ms-xxl-3_1jpzv_3859{margin-left:1rem!important}._ms-xxl-4_1jpzv_3862{margin-left:1.5rem!important}._ms-xxl-5_1jpzv_3865{margin-left:3rem!important}._ms-xxl-auto_1jpzv_3868{margin-left:auto!important}._p-xxl-0_1jpzv_3871{padding:0!important}._p-xxl-1_1jpzv_3874{padding:.25rem!important}._p-xxl-2_1jpzv_3877{padding:.5rem!important}._p-xxl-3_1jpzv_3880{padding:1rem!important}._p-xxl-4_1jpzv_3883{padding:1.5rem!important}._p-xxl-5_1jpzv_3886{padding:3rem!important}._px-xxl-0_1jpzv_3889{padding-right:0!important;padding-left:0!important}._px-xxl-1_1jpzv_3893{padding-right:.25rem!important;padding-left:.25rem!important}._px-xxl-2_1jpzv_3897{padding-right:.5rem!important;padding-left:.5rem!important}._px-xxl-3_1jpzv_3901{padding-right:1rem!important;padding-left:1rem!important}._px-xxl-4_1jpzv_3905{padding-right:1.5rem!important;padding-left:1.5rem!important}._px-xxl-5_1jpzv_3909{padding-right:3rem!important;padding-left:3rem!important}._py-xxl-0_1jpzv_3913{padding-top:0!important;padding-bottom:0!important}._py-xxl-1_1jpzv_3917{padding-top:.25rem!important;padding-bottom:.25rem!important}._py-xxl-2_1jpzv_3921{padding-top:.5rem!important;padding-bottom:.5rem!important}._py-xxl-3_1jpzv_3925{padding-top:1rem!important;padding-bottom:1rem!important}._py-xxl-4_1jpzv_3929{padding-top:1.5rem!important;padding-bottom:1.5rem!important}._py-xxl-5_1jpzv_3933{padding-top:3rem!important;padding-bottom:3rem!important}._pt-xxl-0_1jpzv_3937{padding-top:0!important}._pt-xxl-1_1jpzv_3940{padding-top:.25rem!important}._pt-xxl-2_1jpzv_3943{padding-top:.5rem!important}._pt-xxl-3_1jpzv_3946{padding-top:1rem!important}._pt-xxl-4_1jpzv_3949{padding-top:1.5rem!important}._pt-xxl-5_1jpzv_3952{padding-top:3rem!important}._pe-xxl-0_1jpzv_3955{padding-right:0!important}._pe-xxl-1_1jpzv_3958{padding-right:.25rem!important}._pe-xxl-2_1jpzv_3961{padding-right:.5rem!important}._pe-xxl-3_1jpzv_3964{padding-right:1rem!important}._pe-xxl-4_1jpzv_3967{padding-right:1.5rem!important}._pe-xxl-5_1jpzv_3970{padding-right:3rem!important}._pb-xxl-0_1jpzv_3973{padding-bottom:0!important}._pb-xxl-1_1jpzv_3976{padding-bottom:.25rem!important}._pb-xxl-2_1jpzv_3979{padding-bottom:.5rem!important}._pb-xxl-3_1jpzv_3982{padding-bottom:1rem!important}._pb-xxl-4_1jpzv_3985{padding-bottom:1.5rem!important}._pb-xxl-5_1jpzv_3988{padding-bottom:3rem!important}._ps-xxl-0_1jpzv_3991{padding-left:0!important}._ps-xxl-1_1jpzv_3994{padding-left:.25rem!important}._ps-xxl-2_1jpzv_3997{padding-left:.5rem!important}._ps-xxl-3_1jpzv_4000{padding-left:1rem!important}._ps-xxl-4_1jpzv_4003{padding-left:1.5rem!important}._ps-xxl-5_1jpzv_4006{padding-left:3rem!important}._text-xxl-start_1jpzv_4009{text-align:left!important}._text-xxl-end_1jpzv_4012{text-align:right!important}._text-xxl-center_1jpzv_4015{text-align:center!important}}@media (min-width: 1200px){._fs-1_1jpzv_1169{font-size:2.5rem!important}._fs-2_1jpzv_1173{font-size:2rem!important}._fs-3_1jpzv_1177{font-size:1.75rem!important}._fs-4_1jpzv_1181{font-size:1.5rem!important}}@media print{._d-print-inline_1jpzv_4034{display:inline!important}._d-print-inline-block_1jpzv_4037{display:inline-block!important}._d-print-block_1jpzv_4040{display:block!important}._d-print-grid_1jpzv_4043{display:grid!important}._d-print-table_1jpzv_4046{display:table!important}._d-print-table-row_1jpzv_4049{display:table-row!important}._d-print-table-cell_1jpzv_4052{display:table-cell!important}._d-print-flex_1jpzv_4055{display:flex!important}._d-print-inline-flex_1jpzv_4058{display:inline-flex!important}._d-print-none_1jpzv_4061{display:none!important}}@media (min-width: 992px){._container_1jpzv_4066{max-width:675px}}._container_1jpzv_4066 ._message_1jpzv_4070{font-family:var(--emphasis-font);font-size:18px;line-height:24px;margin:10px 0}._container_1jpzv_4066 ._footer_1jpzv_4076{justify-content:space-between}@media (max-width: 575.98px){._container_1jpzv_4066 ._footer_1jpzv_4076 ._forgot_password_link_1jpzv_4080{font-size:16px}}._container_1jpzv_4066 ._footer_1jpzv_4076 ._footer_actions_1jpzv_4084{display:flex}._time_wrapper_43i4u_1{display:flex;justify-content:center;margin:32px auto auto;width:fit-content}._timer_43i4u_9{display:flex;flex-direction:column;align-items:center}._text_43i4u_15{color:#aaa}._value_43i4u_19{transform:translateY(0);opacity:1;transition:all .2s}._info_43i4u_25{max-width:360px;margin:40px auto 0;text-align:center;font-size:16px}
