.badge-primary{background-color:#0d6efd;color:var(--bs-white)}.badge-secondary{background-color:#6c757d;color:var(--bs-white)}.badge-success{background-color:#198754;color:var(--bs-white)}.badge-info{background-color:#0dcaf0;color:var(--bs-white)}.badge-warning{background-color:#ffc107;color:var(--bs-dark)}.badge-danger{background-color:#dc3545;color:var(--bs-white)}.badge-light{background-color:#f8f9fa;color:var(--bs-dark)}.badge-dark{background-color:#212529;color:var(--bs-white)}.badge-pill{--bs-badge-pill-border-radius:10rem;border-radius:var(--bs-badge-pill-border-radius)}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}.card-deck{--bs-card-group-margin:15px;--bs-card-deck-margin:15px}.card-deck .card{margin-bottom:var(--bs-card-deck-margin)}@media(min-width:576px){.card-deck{display:flex;flex-flow:row wrap;margin-right:calc(-1*var(--bs-card-deck-margin));margin-left:calc(-1*var(--bs-card-deck-margin))}.card-deck .card{flex:1 0 0%;margin-right:var(--bs-card-deck-margin);margin-bottom:0;margin-left:var(--bs-card-deck-margin)}}.card-columns{--bs-card-columns-margin:0.75rem;--bs-card-columns-count:3;--bs-card-columns-gap:1.25rem}.card-columns .card{margin-bottom:var(--bs-card-columns-margin)}.card-columns .card .blockquote-footer{margin:0}@media(min-width:576px){.card-columns{-moz-column-count:var(--bs-card-columns-count);column-count:var(--bs-card-columns-count);-moz-column-gap:var(--bs-card-columns-gap);column-gap:var(--bs-card-columns-gap);orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{margin-bottom:calc(-1*var(--bs-border-width));border-radius:0}.close{--bs-btn-close-color:#000000;--bs-btn-close-bg: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 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");--bs-btn-close-opacity:0.5;--bs-btn-close-hover-opacity:0.75;--bs-btn-close-focus-shadow:0 0 0 0.25rem rgb(var(--bs-primary-rgb) 0.25);--bs-btn-close-focus-opacity:1;--bs-btn-close-disabled-opacity:0.25;--bs-btn-close-white-filter:invert(1) grayscale(100%) brightness(200%);box-sizing:content-box;padding:.25em .25em;width:1em;height:1em;background:rgba(0,0,0,0) var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:.375rem;opacity:var(--bs-btn-close-opacity);color:var(--bs-btn-close-color)}.close:hover{opacity:var(--bs-btn-close-hover-opacity);color:var(--bs-btn-close-color);text-decoration:none}.close:focus{box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity);outline:0}.close:disabled,.close.disabled{opacity:var(--bs-btn-close-disabled-opacity);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.close>span[aria-hidden]{display:none}.btn-close-white{filter:var(--bs-btn-close-white-filter)}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.modal-header{--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem}.modal-header .close{margin:calc(-0.5*var(--bs-modal-header-padding-y)) calc(-0.5*var(--bs-modal-header-padding-x)) calc(-0.5*var(--bs-modal-header-padding-y)) auto;padding:calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5)}.jumbotron{margin-bottom:2rem;padding:2rem 1rem;background-color:var(--bs-gray-200);border-radius:var(--bs-border-radius-lg)}@media(min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.table .thead-dark{--bs-table-color:#ffffff;--bs-table-bg:#212529;--bs-table-border-color:#373b3e}.table .thead-dark th{background-color:var(--bs-table-bg);color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table .thead-light{--bs-table-color:#000000;--bs-table-bg:#f8f9fa;--bs-table-border-color:#dfe0e1}.table .thead-light th{background-color:var(--bs-table-bg);color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.custom-control{position:relative;z-index:1;display:block;padding-left:1.5rem;min-height:1.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label::before{background-color:#007bff;color:#fff;border-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{background-color:#b3d7ff;color:#fff;border-color:#b3d7ff}.custom-control-input[disabled]~.custom-control-label,.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input[disabled]~.custom-control-label::before,.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{content:"";position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;background-color:#fff;border:1px solid #adb5bd;pointer-events:none}.custom-control-label::after{content:"";position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;border-radius:.5rem;pointer-events:all}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:transform .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){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;padding:.375rem 1.75rem .375rem .75rem;width:100%;height:calc(1.5em + .75rem + 2px);background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;border:1px solid #ced4da;border-radius:.25rem;font-size:1rem;font-weight:400;color:#495057;line-height:1.5;-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:middle}.custom-select:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.25);outline:0;border-color:#80bdff}.custom-select:focus::-ms-value{background-color:#fff;color:#495057}.custom-select[multiple],.custom-select[size]:not([size="1"]){padding-right:.75rem;height:auto;background-image:none}.custom-select:disabled{background-color:#e9ecef;color:#6c757d}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #495057}.custom-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;height:calc(1.5em + .5rem + 2px);font-size:.875rem}.custom-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;height:calc(1.5em + 1rem + 2px);font-size:1.25rem}.custom-file{position:relative;display:inline-block;margin-bottom:0;width:100%;height:calc(1.5em + .75rem + 2px)}.custom-file-input{position:relative;z-index:2;margin:0;width:100%;height:calc(1.5em + .75rem + 2px);overflow:hidden;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input[disabled]~.custom-file-label,.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;padding:.375rem .75rem;height:calc(1.5em + .75rem + 2px);overflow:hidden;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;font-weight:400;color:#495057;line-height:1.5}.custom-file-label::after{content:"Browse";position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;padding:.375rem .75rem;height:calc(1.5em + .75rem);background-color:#e9ecef;border-radius:0 .25rem .25rem 0;color:#495057;line-height:1.5;border-left:inherit}.custom-range{padding:0;width:100%;height:1.4rem;background-color:rgba(0,0,0,0);-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{margin-top:-.25rem;width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-appearance:none;appearance:none;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;background-color:#dee2e6;border-radius:1rem;color:rgba(0,0,0,0);cursor:pointer;border-color:rgba(0,0,0,0)}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-appearance:none;appearance:none;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;background-color:#dee2e6;border-radius:1rem;color:rgba(0,0,0,0);cursor:pointer;border-color:rgba(0,0,0,0)}.custom-range::-ms-thumb{margin-top:0;margin-right:.2rem;margin-left:.2rem;width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;appearance:none;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;background-color:rgba(0,0,0,0);color:rgba(0,0,0,0);cursor:pointer;border-color:rgba(0,0,0,0);border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.form-control{height:calc(1.5em + .75rem + 2px);-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.form-group{margin-bottom:1rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media(min-width:576px){.form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group,.form-inline .custom-select{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;padding-left:0;width:auto}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.input-group-prepend,.input-group-append{display:flex}.input-group-prepend .btn,.input-group-append .btn{position:relative;z-index:2}.input-group-prepend .btn:focus,.input-group-append .btn:focus{z-index:3}.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn{margin-left:calc(-1*var(--bs-border-width))}.input-group-prepend{margin-right:calc(-1*var(--bs-border-width))}.input-group-append{margin-left:calc(-1*var(--bs-border-width))}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-control-plaintext,.input-group>.custom-select,.input-group>.custom-file{position:relative;flex:1 1 auto;margin-bottom:0;width:1%;min-width:0}.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.form-control-plaintext+.form-control,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file{margin-left:calc(-1*var(--bs-border-width))}.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file .custom-file-input:focus~.custom-file-label{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:flex;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group:not(.has-validation)>.form-control:not(:last-child),.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.form-control:nth-last-child(n+3),.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.embed-responsive{position:relative;width:100%}.embed-responsive::before{content:"";display:block;padding-top:var(--bs-aspect-ratio)}.embed-responsive>*,.embed-responsive .embed-responsive-item{position:absolute;top:0;left:0;width:100%;height:100%}.embed-responsive-1by1{--bs-aspect-ratio:100%}.embed-responsive-4by3{--bs-aspect-ratio:75%}.embed-responsive-16by9{--bs-aspect-ratio:56.25%}.embed-responsive-21by9{--bs-aspect-ratio:42.8571428571%}.sr-only{position:absolute;clip:rect(0,0,0,0);margin:-1px;padding:0;width:1px;height:1px;overflow:hidden;border:0;white-space:nowrap}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;clip:auto;width:auto;height:auto;overflow:visible;white-space:normal}.no-gutters{--bs-gutter-x:0;--bs-gutter-y:0}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.media{display:flex;align-items:flex-start}.media-body{flex:1}.border-left{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-right{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-left-0{border-left:0!important}.border-right-0{border-right:0!important}.rounded-left{border-top-left-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-right{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-sm{border-radius:var(--bs-border-radius-sm)!important}.rounded-lg{border-radius:var(--bs-border-radius-lg)!important}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media(min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media(min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media(min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media(min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.ml-auto{margin-left:auto!important}.mr-auto{margin-right:auto!important}.pl-auto{padding-left:auto!important}.pr-auto{padding-right:auto!important}.ml-0{margin-left:0!important}.mr-0{margin-right:0!important}.pl-0{padding-left:0!important}.pr-0{padding-right:0!important}@media(min-width:576px){.ml-sm-0{margin-left:0!important}.mr-sm-0{margin-right:0!important}.pl-sm-0{padding-left:0!important}.pr-sm-0{padding-right:0!important}}@media(min-width:768px){.ml-md-0{margin-left:0!important}.mr-md-0{margin-right:0!important}.pl-md-0{padding-left:0!important}.pr-md-0{padding-right:0!important}}@media(min-width:992px){.ml-lg-0{margin-left:0!important}.mr-lg-0{margin-right:0!important}.pl-lg-0{padding-left:0!important}.pr-lg-0{padding-right:0!important}}@media(min-width:1200px){.ml-xl-0{margin-left:0!important}.mr-xl-0{margin-right:0!important}.pl-xl-0{padding-left:0!important}.pr-xl-0{padding-right:0!important}}.ml-1{margin-left:0.25rem!important}.mr-1{margin-right:0.25rem!important}.pl-1{padding-left:0.25rem!important}.pr-1{padding-right:0.25rem!important}@media(min-width:576px){.ml-sm-1{margin-left:0.25rem!important}.mr-sm-1{margin-right:0.25rem!important}.pl-sm-1{padding-left:0.25rem!important}.pr-sm-1{padding-right:0.25rem!important}}@media(min-width:768px){.ml-md-1{margin-left:0.25rem!important}.mr-md-1{margin-right:0.25rem!important}.pl-md-1{padding-left:0.25rem!important}.pr-md-1{padding-right:0.25rem!important}}@media(min-width:992px){.ml-lg-1{margin-left:0.25rem!important}.mr-lg-1{margin-right:0.25rem!important}.pl-lg-1{padding-left:0.25rem!important}.pr-lg-1{padding-right:0.25rem!important}}@media(min-width:1200px){.ml-xl-1{margin-left:0.25rem!important}.mr-xl-1{margin-right:0.25rem!important}.pl-xl-1{padding-left:0.25rem!important}.pr-xl-1{padding-right:0.25rem!important}}.ml-2{margin-left:0.5rem!important}.mr-2{margin-right:0.5rem!important}.pl-2{padding-left:0.5rem!important}.pr-2{padding-right:0.5rem!important}@media(min-width:576px){.ml-sm-2{margin-left:0.5rem!important}.mr-sm-2{margin-right:0.5rem!important}.pl-sm-2{padding-left:0.5rem!important}.pr-sm-2{padding-right:0.5rem!important}}@media(min-width:768px){.ml-md-2{margin-left:0.5rem!important}.mr-md-2{margin-right:0.5rem!important}.pl-md-2{padding-left:0.5rem!important}.pr-md-2{padding-right:0.5rem!important}}@media(min-width:992px){.ml-lg-2{margin-left:0.5rem!important}.mr-lg-2{margin-right:0.5rem!important}.pl-lg-2{padding-left:0.5rem!important}.pr-lg-2{padding-right:0.5rem!important}}@media(min-width:1200px){.ml-xl-2{margin-left:0.5rem!important}.mr-xl-2{margin-right:0.5rem!important}.pl-xl-2{padding-left:0.5rem!important}.pr-xl-2{padding-right:0.5rem!important}}.ml-3{margin-left:1rem!important}.mr-3{margin-right:1rem!important}.pl-3{padding-left:1rem!important}.pr-3{padding-right:1rem!important}@media(min-width:576px){.ml-sm-3{margin-left:1rem!important}.mr-sm-3{margin-right:1rem!important}.pl-sm-3{padding-left:1rem!important}.pr-sm-3{padding-right:1rem!important}}@media(min-width:768px){.ml-md-3{margin-left:1rem!important}.mr-md-3{margin-right:1rem!important}.pl-md-3{padding-left:1rem!important}.pr-md-3{padding-right:1rem!important}}@media(min-width:992px){.ml-lg-3{margin-left:1rem!important}.mr-lg-3{margin-right:1rem!important}.pl-lg-3{padding-left:1rem!important}.pr-lg-3{padding-right:1rem!important}}@media(min-width:1200px){.ml-xl-3{margin-left:1rem!important}.mr-xl-3{margin-right:1rem!important}.pl-xl-3{padding-left:1rem!important}.pr-xl-3{padding-right:1rem!important}}.ml-4{margin-left:1.5rem!important}.mr-4{margin-right:1.5rem!important}.pl-4{padding-left:1.5rem!important}.pr-4{padding-right:1.5rem!important}@media(min-width:576px){.ml-sm-4{margin-left:1.5rem!important}.mr-sm-4{margin-right:1.5rem!important}.pl-sm-4{padding-left:1.5rem!important}.pr-sm-4{padding-right:1.5rem!important}}@media(min-width:768px){.ml-md-4{margin-left:1.5rem!important}.mr-md-4{margin-right:1.5rem!important}.pl-md-4{padding-left:1.5rem!important}.pr-md-4{padding-right:1.5rem!important}}@media(min-width:992px){.ml-lg-4{margin-left:1.5rem!important}.mr-lg-4{margin-right:1.5rem!important}.pl-lg-4{padding-left:1.5rem!important}.pr-lg-4{padding-right:1.5rem!important}}@media(min-width:1200px){.ml-xl-4{margin-left:1.5rem!important}.mr-xl-4{margin-right:1.5rem!important}.pl-xl-4{padding-left:1.5rem!important}.pr-xl-4{padding-right:1.5rem!important}}.ml-5{margin-left:3rem!important}.mr-5{margin-right:3rem!important}.pl-5{padding-left:3rem!important}.pr-5{padding-right:3rem!important}@media(min-width:576px){.ml-sm-5{margin-left:3rem!important}.mr-sm-5{margin-right:3rem!important}.pl-sm-5{padding-left:3rem!important}.pr-sm-5{padding-right:3rem!important}}@media(min-width:768px){.ml-md-5{margin-left:3rem!important}.mr-md-5{margin-right:3rem!important}.pl-md-5{padding-left:3rem!important}.pr-md-5{padding-right:3rem!important}}@media(min-width:992px){.ml-lg-5{margin-left:3rem!important}.mr-lg-5{margin-right:3rem!important}.pl-lg-5{padding-left:3rem!important}.pr-lg-5{padding-right:3rem!important}}@media(min-width:1200px){.ml-xl-5{margin-left:3rem!important}.mr-xl-5{margin-right:3rem!important}.pl-xl-5{padding-left:3rem!important}.pr-xl-5{padding-right:3rem!important}}.mt-n1,.my-n1{margin-top:-0.25rem!important}.mr-n1,.mx-n1{margin-right:-0.25rem!important}.mb-n1,.my-n1{margin-bottom:-0.25rem!important}.ml-n1,.mx-n1{margin-left:-0.25rem!important}@media(min-width:576px){.mt-sm-n1,.my-sm-n1{margin-top:-0.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-0.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-0.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-0.25rem!important}}@media(min-width:768px){.mt-md-n1,.my-md-n1{margin-top:-0.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-0.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-0.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-0.25rem!important}}@media(min-width:992px){.mt-lg-n1,.my-lg-n1{margin-top:-0.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-0.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-0.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-0.25rem!important}}@media(min-width:1200px){.mt-xl-n1,.my-xl-n1{margin-top:-0.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-0.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-0.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-0.25rem!important}}.mt-n2,.my-n2{margin-top:-0.5rem!important}.mr-n2,.mx-n2{margin-right:-0.5rem!important}.mb-n2,.my-n2{margin-bottom:-0.5rem!important}.ml-n2,.mx-n2{margin-left:-0.5rem!important}@media(min-width:576px){.mt-sm-n2,.my-sm-n2{margin-top:-0.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-0.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-0.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-0.5rem!important}}@media(min-width:768px){.mt-md-n2,.my-md-n2{margin-top:-0.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-0.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-0.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-0.5rem!important}}@media(min-width:992px){.mt-lg-n2,.my-lg-n2{margin-top:-0.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-0.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-0.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-0.5rem!important}}@media(min-width:1200px){.mt-xl-n2,.my-xl-n2{margin-top:-0.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-0.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-0.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-0.5rem!important}}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}@media(min-width:576px){.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}}@media(min-width:768px){.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}}@media(min-width:992px){.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}}@media(min-width:1200px){.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}@media(min-width:576px){.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}}@media(min-width:768px){.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}}@media(min-width:992px){.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}}@media(min-width:1200px){.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}@media(min-width:576px){.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}}@media(min-width:768px){.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}}@media(min-width:992px){.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}}@media(min-width:1200px){.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}}.text-justify{text-align:justify!important}.text-left{text-align:left!important}.text-right{text-align:right!important}@media(min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}}@media(min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}}@media(min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}}@media(min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}}.text-monospace{font-family:var(--bs-font-monospace)!important}.text-hide{background-color:rgba(0,0,0,0);border:0;font:0/0 "a";color:rgba(0,0,0,0);text-shadow:none}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.font-normal{font-style:normal!important}