: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:#ffffffb3;--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(90deg,#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{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-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(0deg)}to{transform:rotate(1turn)}}.theme-dark{--primary:#ff4057!important;/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */--secondary:#2b3039!important;--success:#28a745!important;--info:#549eff!important;--warning:#ffb822!important;--danger:#dc2626!important;--light:#f9fafb0a!important;--dark:#ff405733!important;--blue:#007bff!important;--indigo:#6610f2!important;--purple:#6f42c1!important;--pink:#e83e8c!important;--red:#dc3545!important;--orange:#fd7e14!important;--yellow:#fcedb9!important;--green:#28a745!important;--teal:#20c997!important;--cyan:#17a2b8!important;--white:#13171c!important;--black:#f9fafb!important;--gray-lighter:#1c1e25!important;--gray-light:#2b3039!important;--gray:#9ca3af!important;--gray-dark:#f8f9fa!important;--input-color:#d1d5db!important;--input-placeholder:#6b7280!important;--primary-dark:#fff3f4!important;--primary-light:#ff1733!important;--secondary-dark:#758197!important;--secondary-light:#191c22!important;--success-dark:#e1f8e6!important;--success-light:#208637!important;--info-dark:#fcfdff!important;--info-light:#2b87ff!important;--warning-dark:#fff1d5!important;--warning-light:#f8a800!important;--danger-dark:#f6c8c8!important;--danger-light:#bb1e1e!important;--dark-dark:#ff4f6433!important;--dark-light:#ff173333!important}.theme-dark :root{--yellow:#ffc107;--gray-dark:#e5e7eb;--primary:#ff4057;--secondary:#2b3039;--success:#28a745;--info:#549eff;--warning:#ffb822;--danger:#dc2626;--light:#f9fafb0a;--dark:#ff405733;--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#fcedb9;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#13171c;--black:#f9fafb;--gray-lighter:#1c1e25;--gray-light:#2b3039;--gray:#9ca3af;--gray-dark:#f8f9fa;--input-color:#d1d5db;--input-placeholder:#6b7280;--primary-dark:#fff3f4;--primary-light:#ff1733;--secondary-dark:#758197;--secondary-light:#191c22;--success-dark:#e1f8e6;--success-light:#208637;--info-dark:#fcfdff;--info-light:#2b87ff;--warning-dark:#fff1d5;--warning-light:#f8a800;--danger-dark:#f6c8c8;--danger-light:#bb1e1e;--dark-dark:#ff4f6433;--dark-light:#ff173333;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.theme-dark *,.theme-dark :after,.theme-dark :before{box-sizing:border-box}.theme-dark html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(249,250,251,0);font-family:sans-serif;line-height:1.15}.theme-dark article,.theme-dark aside,.theme-dark figcaption,.theme-dark figure,.theme-dark footer,.theme-dark header,.theme-dark hgroup,.theme-dark main,.theme-dark nav,.theme-dark section{display:block}.theme-dark body{background-color:#13171c;color:#e5e7eb;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;text-align:left}.theme-dark [tabindex="-1"]:focus:not(:focus-visible){outline:0!important}.theme-dark hr{box-sizing:initial;height:0;overflow:visible}.theme-dark h1,.theme-dark h2,.theme-dark h3,.theme-dark h4,.theme-dark h5,.theme-dark h6{margin-bottom:.5rem;margin-top:0}.theme-dark p{margin-bottom:1rem;margin-top:0}.theme-dark abbr[data-original-title],.theme-dark abbr[title]{border-bottom:0;cursor:help;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.theme-dark address{font-style:normal;line-height:inherit;margin-bottom:1rem}.theme-dark dl,.theme-dark ol,.theme-dark ul{margin-bottom:1rem;margin-top:0}.theme-dark ol ol,.theme-dark ol ul,.theme-dark ul ol,.theme-dark ul ul{margin-bottom:0}.theme-dark dt{font-weight:500}.theme-dark dd{margin-bottom:.5rem;margin-left:0}.theme-dark blockquote{margin:0 0 1rem}.theme-dark b,.theme-dark strong{font-weight:bolder}.theme-dark small{font-size:80%}.theme-dark sub,.theme-dark sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}.theme-dark sub{bottom:-.25em}.theme-dark sup{top:-.5em}.theme-dark a{background-color:initial;color:#ff4057;text-decoration:none}.theme-dark a:hover{color:#ff1733;text-decoration:underline}.theme-dark a:not([href]):not([class]),.theme-dark a:not([href]):not([class]):hover{color:inherit;text-decoration:none}.theme-dark code,.theme-dark kbd,.theme-dark pre,.theme-dark samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}.theme-dark pre{-ms-overflow-style:scrollbar;margin-bottom:1rem;margin-top:0;overflow:auto}.theme-dark figure{margin:0 0 1rem}.theme-dark img{border-style:none;vertical-align:middle}.theme-dark svg{overflow:hidden;vertical-align:middle}.theme-dark table{border-collapse:collapse}.theme-dark caption{caption-side:bottom;color:#9ca3af;padding-bottom:.75rem;padding-top:.75rem;text-align:left}.theme-dark th{text-align:inherit;text-align:-webkit-match-parent}.theme-dark label{display:inline-block;margin-bottom:.5rem}.theme-dark button{border-radius:0}.theme-dark button:focus:not(:focus-visible){outline:0}.theme-dark button,.theme-dark input,.theme-dark optgroup,.theme-dark select,.theme-dark textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}.theme-dark button,.theme-dark input{overflow:visible}.theme-dark button,.theme-dark select{text-transform:none}.theme-dark [role=button]{cursor:pointer}.theme-dark select{word-wrap:normal}.theme-dark [type=button],.theme-dark [type=reset],.theme-dark [type=submit],.theme-dark button{-webkit-appearance:button}.theme-dark [type=button]:not(:disabled),.theme-dark [type=reset]:not(:disabled),.theme-dark [type=submit]:not(:disabled),.theme-dark button:not(:disabled){cursor:pointer}.theme-dark [type=button]::-moz-focus-inner,.theme-dark [type=reset]::-moz-focus-inner,.theme-dark [type=submit]::-moz-focus-inner,.theme-dark button::-moz-focus-inner{border-style:none;padding:0}.theme-dark input[type=checkbox],.theme-dark input[type=radio]{box-sizing:border-box;padding:0}.theme-dark textarea{overflow:auto;resize:vertical}.theme-dark fieldset{border:0;margin:0;min-width:0;padding:0}.theme-dark legend{color:inherit;display:block;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;max-width:100%;padding:0;white-space:normal;width:100%}@media (max-width:1200px){.theme-dark legend{font-size:calc(1.275rem + .3vw)}}.theme-dark progress{vertical-align:initial}.theme-dark [type=number]::-webkit-inner-spin-button,.theme-dark [type=number]::-webkit-outer-spin-button{height:auto}.theme-dark [type=search]{-webkit-appearance:none;outline-offset:-2px}.theme-dark [type=search]::-webkit-search-decoration{-webkit-appearance:none}.theme-dark ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.theme-dark output{display:inline-block}.theme-dark summary{cursor:pointer;display:list-item}.theme-dark template{display:none}.theme-dark [hidden]{display:none!important}.theme-dark .h1,.theme-dark .h2,.theme-dark .h3,.theme-dark .h4,.theme-dark .h5,.theme-dark .h6,.theme-dark h1,.theme-dark h2,.theme-dark h3,.theme-dark h4,.theme-dark h5,.theme-dark h6{color:#f9fafb;font-weight:800;line-height:1.2;margin-bottom:.5rem}.theme-dark .h1,.theme-dark h1{font-size:2.5rem}@media (max-width:1200px){.theme-dark .h1,.theme-dark h1{font-size:calc(1.375rem + 1.5vw)}}.theme-dark .h2,.theme-dark h2{font-size:2rem}@media (max-width:1200px){.theme-dark .h2,.theme-dark h2{font-size:calc(1.325rem + .9vw)}}.theme-dark .h3,.theme-dark h3{font-size:1.75rem}@media (max-width:1200px){.theme-dark .h3,.theme-dark h3{font-size:calc(1.3rem + .6vw)}}.theme-dark .h4,.theme-dark h4{font-size:1.5rem}@media (max-width:1200px){.theme-dark .h4,.theme-dark h4{font-size:calc(1.275rem + .3vw)}}.theme-dark .h5,.theme-dark h5{font-size:1.25rem}.theme-dark .h6,.theme-dark h6{font-size:1rem}.theme-dark .lead{font-size:1.25rem;font-weight:300}.theme-dark .display-1{font-size:6rem;font-weight:300;line-height:1.2}@media (max-width:1200px){.theme-dark .display-1{font-size:calc(1.725rem + 5.7vw)}}.theme-dark .display-2{font-size:5.5rem;font-weight:300;line-height:1.2}@media (max-width:1200px){.theme-dark .display-2{font-size:calc(1.675rem + 5.1vw)}}.theme-dark .display-3{font-size:4.5rem;font-weight:300;line-height:1.2}@media (max-width:1200px){.theme-dark .display-3{font-size:calc(1.575rem + 3.9vw)}}.theme-dark .display-4{font-size:3.5rem;font-weight:300;line-height:1.2}@media (max-width:1200px){.theme-dark .display-4{font-size:calc(1.475rem + 2.7vw)}}.theme-dark hr{border:0;border-top:1px solid #f9fafb1a;margin-bottom:1rem;margin-top:1rem}.theme-dark .small,.theme-dark small{font-size:.875em;font-weight:400}.theme-dark .mark,.theme-dark mark{background-color:#fcedb9;padding:.2em}.theme-dark .list-inline,.theme-dark .list-unstyled{list-style:none;padding-left:0}.theme-dark .list-inline-item{display:inline-block}.theme-dark .list-inline-item:not(:last-child){margin-right:.5rem}.theme-dark .initialism{font-size:90%;text-transform:uppercase}.theme-dark .blockquote{font-size:1.25rem;margin-bottom:1rem}.theme-dark .blockquote-footer{color:#9ca3af;display:block;font-size:.875em}.theme-dark .blockquote-footer:before{content:"\2014\00A0"}.theme-dark .img-fluid{height:auto;max-width:100%}.theme-dark .img-thumbnail{background-color:#13171c;border:1px solid #2b3039;border-radius:.25rem;height:auto;max-width:100%;padding:.25rem}.theme-dark .figure{display:inline-block}.theme-dark .figure-img{line-height:1;margin-bottom:.5rem}.theme-dark .figure-caption{color:#9ca3af;font-size:90%}.theme-dark code{word-wrap:break-word;color:#e83e8c;font-size:87.5%}a>.theme-dark code{color:inherit}.theme-dark kbd{background-color:#1c1e25b3;border-radius:.2rem;color:#e5e7eb;font-size:87.5%;padding:.2rem .4rem}.theme-dark kbd kbd{font-size:100%;font-weight:500;padding:0}.theme-dark pre{color:#f8f9fa;display:block;font-size:87.5%}.theme-dark pre code{color:inherit;font-size:inherit;word-break:normal}.theme-dark .pre-scrollable{max-height:340px;overflow-y:scroll}.theme-dark .container,.theme-dark .container-fluid,.theme-dark .container-lg,.theme-dark .container-md,.theme-dark .container-sm,.theme-dark .container-xl{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}@media (min-width:576px){.theme-dark .container,.theme-dark .container-sm{max-width:540px}}@media (min-width:768px){.theme-dark .container,.theme-dark .container-md,.theme-dark .container-sm{max-width:720px}}@media (min-width:992px){.theme-dark .container,.theme-dark .container-lg,.theme-dark .container-md,.theme-dark .container-sm{max-width:960px}}@media (min-width:1200px){.theme-dark .container,.theme-dark .container-lg,.theme-dark .container-md,.theme-dark .container-sm,.theme-dark .container-xl{max-width:1140px}}.theme-dark .row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.theme-dark .no-gutters{margin-left:0;margin-right:0}.theme-dark .no-gutters>.col,.theme-dark .no-gutters>[class*=col-]{padding-left:0;padding-right:0}.theme-dark .col,.theme-dark .col-1,.theme-dark .col-10,.theme-dark .col-11,.theme-dark .col-12,.theme-dark .col-2,.theme-dark .col-3,.theme-dark .col-4,.theme-dark .col-5,.theme-dark .col-6,.theme-dark .col-7,.theme-dark .col-8,.theme-dark .col-9,.theme-dark .col-auto,.theme-dark .col-lg,.theme-dark .col-lg-1,.theme-dark .col-lg-10,.theme-dark .col-lg-11,.theme-dark .col-lg-12,.theme-dark .col-lg-2,.theme-dark .col-lg-3,.theme-dark .col-lg-4,.theme-dark .col-lg-5,.theme-dark .col-lg-6,.theme-dark .col-lg-7,.theme-dark .col-lg-8,.theme-dark .col-lg-9,.theme-dark .col-lg-auto,.theme-dark .col-md,.theme-dark .col-md-1,.theme-dark .col-md-10,.theme-dark .col-md-11,.theme-dark .col-md-12,.theme-dark .col-md-2,.theme-dark .col-md-3,.theme-dark .col-md-4,.theme-dark .col-md-5,.theme-dark .col-md-6,.theme-dark .col-md-7,.theme-dark .col-md-8,.theme-dark .col-md-9,.theme-dark .col-md-auto,.theme-dark .col-sm,.theme-dark .col-sm-1,.theme-dark .col-sm-10,.theme-dark .col-sm-11,.theme-dark .col-sm-12,.theme-dark .col-sm-2,.theme-dark .col-sm-3,.theme-dark .col-sm-4,.theme-dark .col-sm-5,.theme-dark .col-sm-6,.theme-dark .col-sm-7,.theme-dark .col-sm-8,.theme-dark .col-sm-9,.theme-dark .col-sm-auto,.theme-dark .col-xl,.theme-dark .col-xl-1,.theme-dark .col-xl-10,.theme-dark .col-xl-11,.theme-dark .col-xl-12,.theme-dark .col-xl-2,.theme-dark .col-xl-3,.theme-dark .col-xl-4,.theme-dark .col-xl-5,.theme-dark .col-xl-6,.theme-dark .col-xl-7,.theme-dark .col-xl-8,.theme-dark .col-xl-9,.theme-dark .col-xl-auto{padding-left:15px;padding-right:15px;position:relative;width:100%}.theme-dark .col{flex-basis:0;flex-grow:1;max-width:100%}.theme-dark .row-cols-1>*{flex:0 0 100%;max-width:100%}.theme-dark .row-cols-2>*{flex:0 0 50%;max-width:50%}.theme-dark .row-cols-3>*{flex:0 0 33.33333%;max-width:33.33333%}.theme-dark .row-cols-4>*{flex:0 0 25%;max-width:25%}.theme-dark .row-cols-5>*{flex:0 0 20%;max-width:20%}.theme-dark .row-cols-6>*{flex:0 0 16.66667%;max-width:16.66667%}.theme-dark .col-auto{flex:0 0 auto;max-width:100%;width:auto}.theme-dark .col-1{flex:0 0 8.33333%;max-width:8.33333%}.theme-dark .col-2{flex:0 0 16.66667%;max-width:16.66667%}.theme-dark .col-3{flex:0 0 25%;max-width:25%}.theme-dark .col-4{flex:0 0 33.33333%;max-width:33.33333%}.theme-dark .col-5{flex:0 0 41.66667%;max-width:41.66667%}.theme-dark .col-6{flex:0 0 50%;max-width:50%}.theme-dark .col-7{flex:0 0 58.33333%;max-width:58.33333%}.theme-dark .col-8{flex:0 0 66.66667%;max-width:66.66667%}.theme-dark .col-9{flex:0 0 75%;max-width:75%}.theme-dark .col-10{flex:0 0 83.33333%;max-width:83.33333%}.theme-dark .col-11{flex:0 0 91.66667%;max-width:91.66667%}.theme-dark .col-12{flex:0 0 100%;max-width:100%}.theme-dark .order-first{order:-1}.theme-dark .order-last{order:13}.theme-dark .order-0{order:0}.theme-dark .order-1{order:1}.theme-dark .order-2{order:2}.theme-dark .order-3{order:3}.theme-dark .order-4{order:4}.theme-dark .order-5{order:5}.theme-dark .order-6{order:6}.theme-dark .order-7{order:7}.theme-dark .order-8{order:8}.theme-dark .order-9{order:9}.theme-dark .order-10{order:10}.theme-dark .order-11{order:11}.theme-dark .order-12{order:12}.theme-dark .offset-1{margin-left:8.33333%}.theme-dark .offset-2{margin-left:16.66667%}.theme-dark .offset-3{margin-left:25%}.theme-dark .offset-4{margin-left:33.33333%}.theme-dark .offset-5{margin-left:41.66667%}.theme-dark .offset-6{margin-left:50%}.theme-dark .offset-7{margin-left:58.33333%}.theme-dark .offset-8{margin-left:66.66667%}.theme-dark .offset-9{margin-left:75%}.theme-dark .offset-10{margin-left:83.33333%}.theme-dark .offset-11{margin-left:91.66667%}@media (min-width:576px){.theme-dark .col-sm{flex-basis:0;flex-grow:1;max-width:100%}.theme-dark .row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.theme-dark .row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.theme-dark .row-cols-sm-3>*{flex:0 0 33.33333%;max-width:33.33333%}.theme-dark .row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.theme-dark .row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.theme-dark .row-cols-sm-6>*{flex:0 0 16.66667%;max-width:16.66667%}.theme-dark .col-sm-auto{flex:0 0 auto;max-width:100%;width:auto}.theme-dark .col-sm-1{flex:0 0 8.33333%;max-width:8.33333%}.theme-dark .col-sm-2{flex:0 0 16.66667%;max-width:16.66667%}.theme-dark .col-sm-3{flex:0 0 25%;max-width:25%}.theme-dark .col-sm-4{flex:0 0 33.33333%;max-width:33.33333%}.theme-dark .col-sm-5{flex:0 0 41.66667%;max-width:41.66667%}.theme-dark .col-sm-6{flex:0 0 50%;max-width:50%}.theme-dark .col-sm-7{flex:0 0 58.33333%;max-width:58.33333%}.theme-dark .col-sm-8{flex:0 0 66.66667%;max-width:66.66667%}.theme-dark .col-sm-9{flex:0 0 75%;max-width:75%}.theme-dark .col-sm-10{flex:0 0 83.33333%;max-width:83.33333%}.theme-dark .col-sm-11{flex:0 0 91.66667%;max-width:91.66667%}.theme-dark .col-sm-12{flex:0 0 100%;max-width:100%}.theme-dark .order-sm-first{order:-1}.theme-dark .order-sm-last{order:13}.theme-dark .order-sm-0{order:0}.theme-dark .order-sm-1{order:1}.theme-dark .order-sm-2{order:2}.theme-dark .order-sm-3{order:3}.theme-dark .order-sm-4{order:4}.theme-dark .order-sm-5{order:5}.theme-dark .order-sm-6{order:6}.theme-dark .order-sm-7{order:7}.theme-dark .order-sm-8{order:8}.theme-dark .order-sm-9{order:9}.theme-dark .order-sm-10{order:10}.theme-dark .order-sm-11{order:11}.theme-dark .order-sm-12{order:12}.theme-dark .offset-sm-0{margin-left:0}.theme-dark .offset-sm-1{margin-left:8.33333%}.theme-dark .offset-sm-2{margin-left:16.66667%}.theme-dark .offset-sm-3{margin-left:25%}.theme-dark .offset-sm-4{margin-left:33.33333%}.theme-dark .offset-sm-5{margin-left:41.66667%}.theme-dark .offset-sm-6{margin-left:50%}.theme-dark .offset-sm-7{margin-left:58.33333%}.theme-dark .offset-sm-8{margin-left:66.66667%}.theme-dark .offset-sm-9{margin-left:75%}.theme-dark .offset-sm-10{margin-left:83.33333%}.theme-dark .offset-sm-11{margin-left:91.66667%}}@media (min-width:768px){.theme-dark .col-md{flex-basis:0;flex-grow:1;max-width:100%}.theme-dark .row-cols-md-1>*{flex:0 0 100%;max-width:100%}.theme-dark .row-cols-md-2>*{flex:0 0 50%;max-width:50%}.theme-dark .row-cols-md-3>*{flex:0 0 33.33333%;max-width:33.33333%}.theme-dark .row-cols-md-4>*{flex:0 0 25%;max-width:25%}.theme-dark .row-cols-md-5>*{flex:0 0 20%;max-width:20%}.theme-dark .row-cols-md-6>*{flex:0 0 16.66667%;max-width:16.66667%}.theme-dark .col-md-auto{flex:0 0 auto;max-width:100%;width:auto}.theme-dark .col-md-1{flex:0 0 8.33333%;max-width:8.33333%}.theme-dark .col-md-2{flex:0 0 16.66667%;max-width:16.66667%}.theme-dark .col-md-3{flex:0 0 25%;max-width:25%}.theme-dark .col-md-4{flex:0 0 33.33333%;max-width:33.33333%}.theme-dark .col-md-5{flex:0 0 41.66667%;max-width:41.66667%}.theme-dark .col-md-6{flex:0 0 50%;max-width:50%}.theme-dark .col-md-7{flex:0 0 58.33333%;max-width:58.33333%}.theme-dark .col-md-8{flex:0 0 66.66667%;max-width:66.66667%}.theme-dark .col-md-9{flex:0 0 75%;max-width:75%}.theme-dark .col-md-10{flex:0 0 83.33333%;max-width:83.33333%}.theme-dark .col-md-11{flex:0 0 91.66667%;max-width:91.66667%}.theme-dark .col-md-12{flex:0 0 100%;max-width:100%}.theme-dark .order-md-first{order:-1}.theme-dark .order-md-last{order:13}.theme-dark .order-md-0{order:0}.theme-dark .order-md-1{order:1}.theme-dark .order-md-2{order:2}.theme-dark .order-md-3{order:3}.theme-dark .order-md-4{order:4}.theme-dark .order-md-5{order:5}.theme-dark .order-md-6{order:6}.theme-dark .order-md-7{order:7}.theme-dark .order-md-8{order:8}.theme-dark .order-md-9{order:9}.theme-dark .order-md-10{order:10}.theme-dark .order-md-11{order:11}.theme-dark .order-md-12{order:12}.theme-dark .offset-md-0{margin-left:0}.theme-dark .offset-md-1{margin-left:8.33333%}.theme-dark .offset-md-2{margin-left:16.66667%}.theme-dark .offset-md-3{margin-left:25%}.theme-dark .offset-md-4{margin-left:33.33333%}.theme-dark .offset-md-5{margin-left:41.66667%}.theme-dark .offset-md-6{margin-left:50%}.theme-dark .offset-md-7{margin-left:58.33333%}.theme-dark .offset-md-8{margin-left:66.66667%}.theme-dark .offset-md-9{margin-left:75%}.theme-dark .offset-md-10{margin-left:83.33333%}.theme-dark .offset-md-11{margin-left:91.66667%}}@media (min-width:992px){.theme-dark .col-lg{flex-basis:0;flex-grow:1;max-width:100%}.theme-dark .row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.theme-dark .row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.theme-dark .row-cols-lg-3>*{flex:0 0 33.33333%;max-width:33.33333%}.theme-dark .row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.theme-dark .row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.theme-dark .row-cols-lg-6>*{flex:0 0 16.66667%;max-width:16.66667%}.theme-dark .col-lg-auto{flex:0 0 auto;max-width:100%;width:auto}.theme-dark .col-lg-1{flex:0 0 8.33333%;max-width:8.33333%}.theme-dark .col-lg-2{flex:0 0 16.66667%;max-width:16.66667%}.theme-dark .col-lg-3{flex:0 0 25%;max-width:25%}.theme-dark .col-lg-4{flex:0 0 33.33333%;max-width:33.33333%}.theme-dark .col-lg-5{flex:0 0 41.66667%;max-width:41.66667%}.theme-dark .col-lg-6{flex:0 0 50%;max-width:50%}.theme-dark .col-lg-7{flex:0 0 58.33333%;max-width:58.33333%}.theme-dark .col-lg-8{flex:0 0 66.66667%;max-width:66.66667%}.theme-dark .col-lg-9{flex:0 0 75%;max-width:75%}.theme-dark .col-lg-10{flex:0 0 83.33333%;max-width:83.33333%}.theme-dark .col-lg-11{flex:0 0 91.66667%;max-width:91.66667%}.theme-dark .col-lg-12{flex:0 0 100%;max-width:100%}.theme-dark .order-lg-first{order:-1}.theme-dark .order-lg-last{order:13}.theme-dark .order-lg-0{order:0}.theme-dark .order-lg-1{order:1}.theme-dark .order-lg-2{order:2}.theme-dark .order-lg-3{order:3}.theme-dark .order-lg-4{order:4}.theme-dark .order-lg-5{order:5}.theme-dark .order-lg-6{order:6}.theme-dark .order-lg-7{order:7}.theme-dark .order-lg-8{order:8}.theme-dark .order-lg-9{order:9}.theme-dark .order-lg-10{order:10}.theme-dark .order-lg-11{order:11}.theme-dark .order-lg-12{order:12}.theme-dark .offset-lg-0{margin-left:0}.theme-dark .offset-lg-1{margin-left:8.33333%}.theme-dark .offset-lg-2{margin-left:16.66667%}.theme-dark .offset-lg-3{margin-left:25%}.theme-dark .offset-lg-4{margin-left:33.33333%}.theme-dark .offset-lg-5{margin-left:41.66667%}.theme-dark .offset-lg-6{margin-left:50%}.theme-dark .offset-lg-7{margin-left:58.33333%}.theme-dark .offset-lg-8{margin-left:66.66667%}.theme-dark .offset-lg-9{margin-left:75%}.theme-dark .offset-lg-10{margin-left:83.33333%}.theme-dark .offset-lg-11{margin-left:91.66667%}}@media (min-width:1200px){.theme-dark .col-xl{flex-basis:0;flex-grow:1;max-width:100%}.theme-dark .row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.theme-dark .row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.theme-dark .row-cols-xl-3>*{flex:0 0 33.33333%;max-width:33.33333%}.theme-dark .row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.theme-dark .row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.theme-dark .row-cols-xl-6>*{flex:0 0 16.66667%;max-width:16.66667%}.theme-dark .col-xl-auto{flex:0 0 auto;max-width:100%;width:auto}.theme-dark .col-xl-1{flex:0 0 8.33333%;max-width:8.33333%}.theme-dark .col-xl-2{flex:0 0 16.66667%;max-width:16.66667%}.theme-dark .col-xl-3{flex:0 0 25%;max-width:25%}.theme-dark .col-xl-4{flex:0 0 33.33333%;max-width:33.33333%}.theme-dark .col-xl-5{flex:0 0 41.66667%;max-width:41.66667%}.theme-dark .col-xl-6{flex:0 0 50%;max-width:50%}.theme-dark .col-xl-7{flex:0 0 58.33333%;max-width:58.33333%}.theme-dark .col-xl-8{flex:0 0 66.66667%;max-width:66.66667%}.theme-dark .col-xl-9{flex:0 0 75%;max-width:75%}.theme-dark .col-xl-10{flex:0 0 83.33333%;max-width:83.33333%}.theme-dark .col-xl-11{flex:0 0 91.66667%;max-width:91.66667%}.theme-dark .col-xl-12{flex:0 0 100%;max-width:100%}.theme-dark .order-xl-first{order:-1}.theme-dark .order-xl-last{order:13}.theme-dark .order-xl-0{order:0}.theme-dark .order-xl-1{order:1}.theme-dark .order-xl-2{order:2}.theme-dark .order-xl-3{order:3}.theme-dark .order-xl-4{order:4}.theme-dark .order-xl-5{order:5}.theme-dark .order-xl-6{order:6}.theme-dark .order-xl-7{order:7}.theme-dark .order-xl-8{order:8}.theme-dark .order-xl-9{order:9}.theme-dark .order-xl-10{order:10}.theme-dark .order-xl-11{order:11}.theme-dark .order-xl-12{order:12}.theme-dark .offset-xl-0{margin-left:0}.theme-dark .offset-xl-1{margin-left:8.33333%}.theme-dark .offset-xl-2{margin-left:16.66667%}.theme-dark .offset-xl-3{margin-left:25%}.theme-dark .offset-xl-4{margin-left:33.33333%}.theme-dark .offset-xl-5{margin-left:41.66667%}.theme-dark .offset-xl-6{margin-left:50%}.theme-dark .offset-xl-7{margin-left:58.33333%}.theme-dark .offset-xl-8{margin-left:66.66667%}.theme-dark .offset-xl-9{margin-left:75%}.theme-dark .offset-xl-10{margin-left:83.33333%}.theme-dark .offset-xl-11{margin-left:91.66667%}}.theme-dark .table{color:#e5e7eb;margin-bottom:1rem;width:100%}.theme-dark .table td,.theme-dark .table th{border-top:1px solid #2b3039;padding:.75rem;vertical-align:top}.theme-dark .table thead th{border-bottom:2px solid #2b3039;vertical-align:bottom}.theme-dark .table tbody+tbody{border-top:2px solid #2b3039}.theme-dark .table-sm td,.theme-dark .table-sm th{padding:.3rem}.theme-dark .table-bordered,.theme-dark .table-bordered td,.theme-dark .table-bordered th{border:1px solid #2b3039}.theme-dark .table-bordered thead td,.theme-dark .table-bordered thead th{border-bottom-width:2px}.theme-dark .table-borderless tbody+tbody,.theme-dark .table-borderless td,.theme-dark .table-borderless th,.theme-dark .table-borderless thead th{border:0}.theme-dark .table-striped tbody tr:nth-of-type(odd){background-color:#f9fafb0d}.theme-dark .table-hover tbody tr:hover{background-color:rgba(249,250,251,.075);color:#e5e7eb}.theme-dark .table-primary,.theme-dark .table-primary>td,.theme-dark .table-primary>th{background-color:#55222d}.theme-dark .table-primary tbody+tbody,.theme-dark .table-primary td,.theme-dark .table-primary th,.theme-dark .table-primary thead th{border-color:#8e2c3b}.theme-dark .table-hover .table-primary:hover,.theme-dark .table-hover .table-primary:hover>td,.theme-dark .table-hover .table-primary:hover>th{background-color:#431b23}.theme-dark .table-secondary,.theme-dark .table-secondary>td,.theme-dark .table-secondary>th{background-color:#1a1e24}.theme-dark .table-secondary tbody+tbody,.theme-dark .table-secondary td,.theme-dark .table-secondary th,.theme-dark .table-secondary thead th{border-color:#1f242b}.theme-dark .table-hover .table-secondary:hover,.theme-dark .table-hover .table-secondary:hover>td,.theme-dark .table-hover .table-secondary:hover>th{background-color:#0f1215}.theme-dark .table-success,.theme-dark .table-success>td,.theme-dark .table-success>th{background-color:#193f27}.theme-dark .table-success tbody+tbody,.theme-dark .table-success td,.theme-dark .table-success th,.theme-dark .table-success thead th{border-color:#1e6231}.theme-dark .table-hover .table-success:hover,.theme-dark .table-hover .table-success:hover>td,.theme-dark .table-hover .table-success:hover>th{background-color:#122d1c}.theme-dark .table-info,.theme-dark .table-info>td,.theme-dark .table-info>th{background-color:#253d5c}.theme-dark .table-info tbody+tbody,.theme-dark .table-info td,.theme-dark .table-info th,.theme-dark .table-info thead th{border-color:#355d92}.theme-dark .table-hover .table-info:hover,.theme-dark .table-hover .table-info:hover>td,.theme-dark .table-hover .table-info:hover>th{background-color:#1e314a}.theme-dark .table-warning,.theme-dark .table-warning>td,.theme-dark .table-warning>th{background-color:#55441e}.theme-dark .table-warning tbody+tbody,.theme-dark .table-warning td,.theme-dark .table-warning th,.theme-dark .table-warning thead th{border-color:#8e6b1f}.theme-dark .table-hover .table-warning:hover,.theme-dark .table-hover .table-warning:hover>td,.theme-dark .table-hover .table-warning:hover>th{background-color:#423517}.theme-dark .table-danger,.theme-dark .table-danger>td,.theme-dark .table-danger>th{background-color:#4b1b1f}.theme-dark .table-danger tbody+tbody,.theme-dark .table-danger td,.theme-dark .table-danger th,.theme-dark .table-danger thead th{border-color:#7c1f21}.theme-dark .table-hover .table-danger:hover,.theme-dark .table-hover .table-danger:hover>td,.theme-dark .table-hover .table-danger:hover>th{background-color:#381417}.theme-dark .table-light,.theme-dark .table-light>td,.theme-dark .table-light>th{background-color:rgba(21,25,30,.731)}.theme-dark .table-light tbody+tbody,.theme-dark .table-light td,.theme-dark .table-light th,.theme-dark .table-light thead th{border-color:rgba(24,28,33,.501)}.theme-dark .table-hover .table-light:hover,.theme-dark .table-hover .table-light:hover>td,.theme-dark .table-hover .table-light:hover>th{background-color:rgba(11,13,15,.731)}.theme-dark .table-dark,.theme-dark .table-dark>td,.theme-dark .table-dark>th{background-color:rgba(29,25,30,.776)}.theme-dark .table-dark tbody+tbody,.theme-dark .table-dark td,.theme-dark .table-dark th,.theme-dark .table-dark thead th{border-color:rgba(44,27,34,.584)}.theme-dark .table-hover .table-dark:hover,.theme-dark .table-hover .table-dark:hover>td,.theme-dark .table-hover .table-dark:hover>th{background-color:rgba(16,13,16,.776)}.theme-dark .table-blue,.theme-dark .table-blue>td,.theme-dark .table-blue>th{background-color:#0e335c}.theme-dark .table-blue tbody+tbody,.theme-dark .table-blue td,.theme-dark .table-blue th,.theme-dark .table-blue thead th{border-color:#094b92}.theme-dark .table-hover .table-blue:hover,.theme-dark .table-hover .table-blue:hover>td,.theme-dark .table-hover .table-blue:hover>th{background-color:#0b2746}.theme-dark .table-indigo,.theme-dark .table-indigo>td,.theme-dark .table-indigo>th{background-color:#2a1558}.theme-dark .table-indigo tbody+tbody,.theme-dark .table-indigo td,.theme-dark .table-indigo th,.theme-dark .table-indigo thead th{border-color:#3e138b}.theme-dark .table-hover .table-indigo:hover,.theme-dark .table-hover .table-indigo:hover>td,.theme-dark .table-hover .table-indigo:hover>th{background-color:#201043}.theme-dark .table-purple,.theme-dark .table-purple>td,.theme-dark .table-purple>th{background-color:#2d234a}.theme-dark .table-purple tbody+tbody,.theme-dark .table-purple td,.theme-dark .table-purple th,.theme-dark .table-purple thead th{border-color:#432d72}.theme-dark .table-hover .table-purple:hover,.theme-dark .table-hover .table-purple:hover>td,.theme-dark .table-hover .table-purple:hover>th{background-color:#221b39}.theme-dark .table-pink,.theme-dark .table-pink>td,.theme-dark .table-pink>th{background-color:#4f223b}.theme-dark .table-pink tbody+tbody,.theme-dark .table-pink td,.theme-dark .table-pink th,.theme-dark .table-pink thead th{border-color:#822b56}.theme-dark .table-hover .table-pink:hover,.theme-dark .table-hover .table-pink:hover>td,.theme-dark .table-hover .table-pink:hover>th{background-color:#3d1a2e}.theme-dark .table-red,.theme-dark .table-red>td,.theme-dark .table-red>th{background-color:#4b1f27}.theme-dark .table-red tbody+tbody,.theme-dark .table-red td,.theme-dark .table-red th,.theme-dark .table-red thead th{border-color:#7c2731}.theme-dark .table-hover .table-red:hover,.theme-dark .table-hover .table-red:hover>td,.theme-dark .table-hover .table-red:hover>th{background-color:#39181e}.theme-dark .table-orange,.theme-dark .table-orange>td,.theme-dark .table-orange>th{background-color:#55341a}.theme-dark .table-orange tbody+tbody,.theme-dark .table-orange td,.theme-dark .table-orange th,.theme-dark .table-orange thead th{border-color:#8d4d18}.theme-dark .table-hover .table-orange:hover,.theme-dark .table-hover .table-orange:hover>td,.theme-dark .table-hover .table-orange:hover>th{background-color:#412814}.theme-dark .table-yellow,.theme-dark .table-yellow>td,.theme-dark .table-yellow>th{background-color:#545348}.theme-dark .table-yellow tbody+tbody,.theme-dark .table-yellow td,.theme-dark .table-yellow th,.theme-dark .table-yellow thead th{border-color:#8c866e}.theme-dark .table-hover .table-yellow:hover,.theme-dark .table-hover .table-yellow:hover>td,.theme-dark .table-hover .table-yellow:hover>th{background-color:#46453c}.theme-dark .table-green,.theme-dark .table-green>td,.theme-dark .table-green>th{background-color:#193f27}.theme-dark .table-green tbody+tbody,.theme-dark .table-green td,.theme-dark .table-green th,.theme-dark .table-green thead th{border-color:#1e6231}.theme-dark .table-hover .table-green:hover,.theme-dark .table-hover .table-green:hover>td,.theme-dark .table-hover .table-green:hover>th{background-color:#122d1c}.theme-dark .table-teal,.theme-dark .table-teal>td,.theme-dark .table-teal>th{background-color:#17493e}.theme-dark .table-teal tbody+tbody,.theme-dark .table-teal td,.theme-dark .table-teal th,.theme-dark .table-teal thead th{border-color:#1a745c}.theme-dark .table-hover .table-teal:hover,.theme-dark .table-hover .table-teal:hover>td,.theme-dark .table-hover .table-teal:hover>th{background-color:#11362e}.theme-dark .table-cyan,.theme-dark .table-cyan>td,.theme-dark .table-cyan>th{background-color:#143e48}.theme-dark .table-cyan tbody+tbody,.theme-dark .table-cyan td,.theme-dark .table-cyan th,.theme-dark .table-cyan thead th{border-color:#155f6d}.theme-dark .table-hover .table-cyan:hover,.theme-dark .table-hover .table-cyan:hover>td,.theme-dark .table-hover .table-cyan:hover>th{background-color:#0e2d34}.theme-dark .table-white,.theme-dark .table-white>td,.theme-dark .table-white>th{background-color:#13171c}.theme-dark .table-white tbody+tbody,.theme-dark .table-white td,.theme-dark .table-white th,.theme-dark .table-white thead th{border-color:#13171c}.theme-dark .table-hover .table-white:hover,.theme-dark .table-hover .table-white:hover>td,.theme-dark .table-hover .table-white:hover>th{background-color:#090b0d}.theme-dark .table-black,.theme-dark .table-black>td,.theme-dark .table-black>th{background-color:#53575a}.theme-dark .table-black tbody+tbody,.theme-dark .table-black td,.theme-dark .table-black th,.theme-dark .table-black thead th{border-color:#8b8d90}.theme-dark .table-hover .table-black:hover,.theme-dark .table-hover .table-black:hover>td,.theme-dark .table-hover .table-black:hover>th{background-color:#474a4d}.theme-dark .table-gray-lighter,.theme-dark .table-gray-lighter>td,.theme-dark .table-gray-lighter>th{background-color:#16191f}.theme-dark .table-gray-lighter tbody+tbody,.theme-dark .table-gray-lighter td,.theme-dark .table-gray-lighter th,.theme-dark .table-gray-lighter thead th{border-color:#181b21}.theme-dark .table-hover .table-gray-lighter:hover,.theme-dark .table-hover .table-gray-lighter:hover>td,.theme-dark .table-hover .table-gray-lighter:hover>th{background-color:#0b0d10}.theme-dark .table-gray-light,.theme-dark .table-gray-light>td,.theme-dark .table-gray-light>th{background-color:#1a1e24}.theme-dark .table-gray-light tbody+tbody,.theme-dark .table-gray-light td,.theme-dark .table-gray-light th,.theme-dark .table-gray-light thead th{border-color:#1f242b}.theme-dark .table-hover .table-gray-light:hover,.theme-dark .table-hover .table-gray-light:hover>td,.theme-dark .table-hover .table-gray-light:hover>th{background-color:#0f1215}.theme-dark .table-gray,.theme-dark .table-gray>td,.theme-dark .table-gray>th{background-color:#393e45}.theme-dark .table-gray tbody+tbody,.theme-dark .table-gray td,.theme-dark .table-gray th,.theme-dark .table-gray thead th{border-color:#5a6068}.theme-dark .table-hover .table-gray:hover,.theme-dark .table-hover .table-gray:hover>td,.theme-dark .table-hover .table-gray:hover>th{background-color:#2d3137}.theme-dark .table-gray-dark,.theme-dark .table-gray-dark>td,.theme-dark .table-gray-dark>th{background-color:#53565a}.theme-dark .table-gray-dark tbody+tbody,.theme-dark .table-gray-dark td,.theme-dark .table-gray-dark th,.theme-dark .table-gray-dark thead th{border-color:#8a8d8f}.theme-dark .table-hover .table-gray-dark:hover,.theme-dark .table-hover .table-gray-dark:hover>td,.theme-dark .table-hover .table-gray-dark:hover>th{background-color:#47494d}.theme-dark .table-input-color,.theme-dark .table-input-color>td,.theme-dark .table-input-color>th{background-color:#484c51}.theme-dark .table-input-color tbody+tbody,.theme-dark .table-input-color td,.theme-dark .table-input-color th,.theme-dark .table-input-color thead th{border-color:#767a7f}.theme-dark .table-hover .table-input-color:hover,.theme-dark .table-hover .table-input-color:hover>td,.theme-dark .table-hover .table-input-color:hover>th{background-color:#3c3f44}.theme-dark .table-input-placeholder,.theme-dark .table-input-placeholder>td,.theme-dark .table-input-placeholder>th{background-color:#2c3038}.theme-dark .table-input-placeholder tbody+tbody,.theme-dark .table-input-placeholder td,.theme-dark .table-input-placeholder th,.theme-dark .table-input-placeholder thead th{border-color:#414650}.theme-dark .table-hover .table-input-placeholder:hover,.theme-dark .table-hover .table-input-placeholder:hover>td,.theme-dark .table-hover .table-input-placeholder:hover>th{background-color:#21242a}.theme-dark .table-primary-dark,.theme-dark .table-primary-dark>td,.theme-dark .table-primary-dark>th{background-color:#555458}.theme-dark .table-primary-dark tbody+tbody,.theme-dark .table-primary-dark td,.theme-dark .table-primary-dark th,.theme-dark .table-primary-dark thead th{border-color:#8e898c}.theme-dark .table-hover .table-primary-dark:hover,.theme-dark .table-hover .table-primary-dark:hover>td,.theme-dark .table-hover .table-primary-dark:hover>th{background-color:#48484b}.theme-dark .table-primary-light,.theme-dark .table-primary-light>td,.theme-dark .table-primary-light>th{background-color:#551722}.theme-dark .table-primary-light tbody+tbody,.theme-dark .table-primary-light td,.theme-dark .table-primary-light th,.theme-dark .table-primary-light thead th{border-color:#8e1728}.theme-dark .table-hover .table-primary-light:hover,.theme-dark .table-hover .table-primary-light:hover>td,.theme-dark .table-hover .table-primary-light:hover>th{background-color:#41121a}.theme-dark .table-secondary-dark,.theme-dark .table-secondary-dark>td,.theme-dark .table-secondary-dark>th{background-color:#2f353e}.theme-dark .table-secondary-dark tbody+tbody,.theme-dark .table-secondary-dark td,.theme-dark .table-secondary-dark th,.theme-dark .table-secondary-dark thead th{border-color:#464e5c}.theme-dark .table-hover .table-secondary-dark:hover,.theme-dark .table-hover .table-secondary-dark:hover>td,.theme-dark .table-hover .table-secondary-dark:hover>th{background-color:#24292f}.theme-dark .table-secondary-light,.theme-dark .table-secondary-light>td,.theme-dark .table-secondary-light>th{background-color:#15191e}.theme-dark .table-secondary-light tbody+tbody,.theme-dark .table-secondary-light td,.theme-dark .table-secondary-light th,.theme-dark .table-secondary-light thead th{border-color:#161a1f}.theme-dark .table-hover .table-secondary-light:hover,.theme-dark .table-hover .table-secondary-light:hover>td,.theme-dark .table-hover .table-secondary-light:hover>th{background-color:#0b0d0f}.theme-dark .table-success-dark,.theme-dark .table-success-dark>td,.theme-dark .table-success-dark>th{background-color:#4d5655}.theme-dark .table-success-dark tbody+tbody,.theme-dark .table-success-dark td,.theme-dark .table-success-dark th,.theme-dark .table-success-dark thead th{border-color:#7e8c85}.theme-dark .table-hover .table-success-dark:hover,.theme-dark .table-hover .table-success-dark:hover>td,.theme-dark .table-hover .table-success-dark:hover>th{background-color:#414948}.theme-dark .table-success-light,.theme-dark .table-success-light>td,.theme-dark .table-success-light>th{background-color:#173624}.theme-dark .table-success-light tbody+tbody,.theme-dark .table-success-light td,.theme-dark .table-success-light th,.theme-dark .table-success-light thead th{border-color:#1a512a}.theme-dark .table-hover .table-success-light:hover,.theme-dark .table-hover .table-success-light:hover>td,.theme-dark .table-hover .table-success-light:hover>th{background-color:#0f2418}.theme-dark .table-info-dark,.theme-dark .table-info-dark>td,.theme-dark .table-info-dark>th{background-color:#54585c}.theme-dark .table-info-dark tbody+tbody,.theme-dark .table-info-dark td,.theme-dark .table-info-dark th,.theme-dark .table-info-dark thead th{border-color:#8c8f92}.theme-dark .table-hover .table-info-dark:hover,.theme-dark .table-hover .table-info-dark:hover>td,.theme-dark .table-hover .table-info-dark:hover>th{background-color:#484b4f}.theme-dark .table-info-light,.theme-dark .table-info-light>td,.theme-dark .table-info-light>th{background-color:#1a365c}.theme-dark .table-info-light tbody+tbody,.theme-dark .table-info-light td,.theme-dark .table-info-light th,.theme-dark .table-info-light thead th{border-color:#205192}.theme-dark .table-hover .table-info-light:hover,.theme-dark .table-hover .table-info-light:hover>td,.theme-dark .table-hover .table-info-light:hover>th{background-color:#142a48}.theme-dark .table-warning-dark,.theme-dark .table-warning-dark>td,.theme-dark .table-warning-dark>th{background-color:#555450}.theme-dark .table-warning-dark tbody+tbody,.theme-dark .table-warning-dark td,.theme-dark .table-warning-dark th,.theme-dark .table-warning-dark thead th{border-color:#8e897c}.theme-dark .table-hover .table-warning-dark:hover,.theme-dark .table-hover .table-warning-dark:hover>td,.theme-dark .table-hover .table-warning-dark:hover>th{background-color:#484744}.theme-dark .table-warning-light,.theme-dark .table-warning-light>td,.theme-dark .table-warning-light>th{background-color:#534014}.theme-dark .table-warning-light tbody+tbody,.theme-dark .table-warning-light td,.theme-dark .table-warning-light th,.theme-dark .table-warning-light thead th{border-color:#8a630d}.theme-dark .table-hover .table-warning-light:hover,.theme-dark .table-hover .table-warning-light:hover>td,.theme-dark .table-hover .table-warning-light:hover>th{background-color:#3e300f}.theme-dark .table-danger-dark,.theme-dark .table-danger-dark>td,.theme-dark .table-danger-dark>th{background-color:#53494c}.theme-dark .table-danger-dark tbody+tbody,.theme-dark .table-danger-dark td,.theme-dark .table-danger-dark th,.theme-dark .table-danger-dark thead th{border-color:#897376}.theme-dark .table-hover .table-danger-dark:hover,.theme-dark .table-hover .table-danger-dark:hover>td,.theme-dark .table-hover .table-danger-dark:hover>th{background-color:#453d40}.theme-dark .table-danger-light,.theme-dark .table-danger-light>td,.theme-dark .table-danger-light>th{background-color:#42191d}.theme-dark .table-danger-light tbody+tbody,.theme-dark .table-danger-light td,.theme-dark .table-danger-light th,.theme-dark .table-danger-light thead th{border-color:#6a1b1d}.theme-dark .table-hover .table-danger-light:hover,.theme-dark .table-hover .table-danger-light:hover>td,.theme-dark .table-hover .table-danger-light:hover>th{background-color:#301215}.theme-dark .table-dark-dark,.theme-dark .table-dark-dark>td,.theme-dark .table-dark-dark>th{background-color:rgba(29,25,31,.776)}.theme-dark .table-dark-dark tbody+tbody,.theme-dark .table-dark-dark td,.theme-dark .table-dark-dark th,.theme-dark .table-dark-dark thead th{border-color:rgba(44,29,36,.584)}.theme-dark .table-hover .table-dark-dark:hover,.theme-dark .table-hover .table-dark-dark:hover>td,.theme-dark .table-hover .table-dark-dark:hover>th{background-color:rgba(16,14,17,.776)}.theme-dark .table-dark-light,.theme-dark .table-dark-light>td,.theme-dark .table-dark-light>th{background-color:rgba(29,23,29,.776)}.theme-dark .table-dark-light tbody+tbody,.theme-dark .table-dark-light td,.theme-dark .table-dark-light th,.theme-dark .table-dark-light thead th{border-color:rgba(44,23,30,.584)}.theme-dark .table-hover .table-dark-light:hover,.theme-dark .table-hover .table-dark-light:hover>td,.theme-dark .table-hover .table-dark-light:hover>th{background-color:rgba(15,12,15,.776)}.theme-dark .table-active,.theme-dark .table-active>td,.theme-dark .table-active>th{background-color:rgba(249,250,251,.075)}.theme-dark .table-hover .table-active:hover,.theme-dark .table-hover .table-active:hover>td,.theme-dark .table-hover .table-active:hover>th{background-color:rgba(234,237,241,.075)}.theme-dark .table .thead-dark th{background-color:#e5e7eb;border-color:#fbfbfc;color:#13171c}.theme-dark .table .thead-light th{background-color:#1c1e25;border-color:#2b3039;color:#d1d5db}.theme-dark .table-dark{background-color:#e5e7eb;color:#13171c}.theme-dark .table-dark td,.theme-dark .table-dark th,.theme-dark .table-dark thead th{border-color:#fbfbfc}.theme-dark .table-dark.table-bordered{border:0}.theme-dark .table-dark.table-striped tbody tr:nth-of-type(odd){background-color:#13171c0d}.theme-dark .table-dark.table-hover tbody tr:hover{background-color:rgba(19,23,28,.075);color:#13171c}@media (max-width:575.98px){.theme-dark .table-responsive-sm{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.theme-dark .table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.theme-dark .table-responsive-md{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.theme-dark .table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.theme-dark .table-responsive-lg{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.theme-dark .table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.theme-dark .table-responsive-xl{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.theme-dark .table-responsive-xl>.table-bordered{border:0}}.theme-dark .table-responsive{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.theme-dark .table-responsive>.table-bordered{border:0}.theme-dark .form-control{background-clip:padding-box;background-color:#13171c;border:1px solid #445365;border-radius:.25rem;color:#d1d5db;display:block;font-size:1rem;font-weight:400;height:calc(1.5em + .75rem + 2px);line-height:1.5;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.theme-dark .form-control{transition:none}}.theme-dark .form-control::-ms-expand{background-color:initial;border:0}.theme-dark .form-control:focus{background-color:#13171c;border-color:#ff455b;box-shadow:0 0 0 .2rem #ff405740;color:#d1d5db;outline:0}.theme-dark .form-control::placeholder{color:#6b7280;opacity:1}.theme-dark .form-control:disabled,.theme-dark .form-control[readonly]{background-color:#1c1e25;opacity:1}.theme-dark input[type=date].form-control,.theme-dark input[type=datetime-local].form-control,.theme-dark input[type=month].form-control,.theme-dark input[type=time].form-control{appearance:none}.theme-dark select.form-control:-moz-focusring{color:#0000;text-shadow:0 0 0 #d1d5db}.theme-dark select.form-control:focus::-ms-value{background-color:#13171c;color:#d1d5db}.theme-dark .form-control-file,.theme-dark .form-control-range{display:block;width:100%}.theme-dark .col-form-label{font-size:inherit;line-height:1.5;margin-bottom:0;padding-bottom:calc(.375rem + 1px);padding-top:calc(.375rem + 1px)}.theme-dark .col-form-label-lg{font-size:1.25rem;line-height:1.5;padding-bottom:calc(.5rem + 1px);padding-top:calc(.5rem + 1px)}.theme-dark .col-form-label-sm{font-size:.875rem;line-height:1.5;padding-bottom:calc(.25rem + 1px);padding-top:calc(.25rem + 1px)}.theme-dark .form-control-plaintext{background-color:initial;border:solid #0000;border-width:1px 0;color:#e5e7eb;display:block;font-size:1rem;line-height:1.5;margin-bottom:0;padding:.375rem 0;width:100%}.theme-dark .form-control-plaintext.form-control-lg,.theme-dark .form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.theme-dark .form-control-sm{border-radius:.2rem;font-size:.875rem;height:calc(1.5em + .5rem + 2px);line-height:1.5;padding:.25rem .5rem}.theme-dark .form-control-lg{border-radius:.3rem;font-size:1.25rem;height:calc(1.5em + 1rem + 2px);line-height:1.5;padding:.5rem 1rem}.theme-dark select.form-control[multiple],.theme-dark select.form-control[size],.theme-dark textarea.form-control{height:auto}.theme-dark .form-group{margin-bottom:1rem}.theme-dark .form-text{display:block;margin-top:.25rem}.theme-dark .form-row{display:flex;flex-wrap:wrap;margin-left:-5px;margin-right:-5px}.theme-dark .form-row>.col,.theme-dark .form-row>[class*=col-]{padding-left:5px;padding-right:5px}.theme-dark .form-check{display:block;padding-left:1.25rem;position:relative}.theme-dark .form-check-input{margin-left:-1.25rem;margin-top:.3rem;position:absolute}.theme-dark .form-check-input:disabled~.form-check-label,.theme-dark .form-check-input[disabled]~.form-check-label{color:#9ca3af}.theme-dark .form-check-label{margin-bottom:0}.theme-dark .form-check-inline{align-items:center;display:inline-flex;margin-right:.75rem;padding-left:0}.theme-dark .form-check-inline .form-check-input{margin-left:0;margin-right:.3125rem;margin-top:0;position:static}.theme-dark .valid-feedback{color:#28a745;display:none;font-size:.875em;margin-top:.25rem;width:100%}.theme-dark .valid-tooltip{background-color:#28a745e6;border-radius:.25rem;color:#f8f9fa;display:none;font-size:.875rem;left:0;line-height:1.5;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.form-row>.col>.theme-dark .valid-tooltip,.form-row>[class*=col-]>.theme-dark .valid-tooltip{left:5px}.theme-dark.is-valid~.valid-feedback,.theme-dark.is-valid~.valid-tooltip,.was-validated .theme-dark:valid~.valid-feedback,.was-validated .theme-dark:valid~.valid-tooltip{display:block}.theme-dark .form-control.is-valid,.was-validated .theme-dark .form-control:valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#28a745;padding-right:calc(1.5em + .75rem)!important}.theme-dark .form-control.is-valid:focus,.was-validated .theme-dark .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.theme-dark select.form-control.is-valid,.was-validated .theme-dark select.form-control:valid{background-position:right 1.5rem center;padding-right:3rem!important}.theme-dark textarea.form-control.is-valid,.was-validated .theme-dark textarea.form-control:valid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.theme-dark .custom-select.is-valid,.was-validated .theme-dark .custom-select:valid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23e5e7eb' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#13171c url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;border-color:#28a745;padding-right:calc(.75em + 2.3125rem)!important}.theme-dark .custom-select.is-valid:focus,.was-validated .theme-dark .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.theme-dark .form-check-input.is-valid~.form-check-label,.was-validated .theme-dark .form-check-input:valid~.form-check-label{color:#28a745}.theme-dark .form-check-input.is-valid~.valid-feedback,.theme-dark .form-check-input.is-valid~.valid-tooltip,.was-validated .theme-dark .form-check-input:valid~.valid-feedback,.was-validated .theme-dark .form-check-input:valid~.valid-tooltip{display:block}.theme-dark .custom-control-input.is-valid~.custom-control-label,.was-validated .theme-dark .custom-control-input:valid~.custom-control-label{color:#28a745}.theme-dark .custom-control-input.is-valid~.custom-control-label:before,.was-validated .theme-dark .custom-control-input:valid~.custom-control-label:before{border-color:#28a745}.theme-dark .custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .theme-dark .custom-control-input:valid:checked~.custom-control-label:before{background-color:#34ce57;border-color:#34ce57}.theme-dark .custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .theme-dark .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem #28a74540}.theme-dark .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.was-validated .theme-dark .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before{border-color:#28a745}.theme-dark .custom-file-input.is-valid~.custom-file-label,.was-validated .theme-dark .custom-file-input:valid~.custom-file-label{border-color:#28a745}.theme-dark .custom-file-input.is-valid:focus~.custom-file-label,.was-validated .theme-dark .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.theme-dark .invalid-feedback{color:#dc2626;display:none;font-size:.875em;margin-top:.25rem;width:100%}.theme-dark .invalid-tooltip{background-color:#dc2626e6;border-radius:.25rem;color:#f8f9fa;display:none;font-size:.875rem;left:0;line-height:1.5;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.form-row>.col>.theme-dark .invalid-tooltip,.form-row>[class*=col-]>.theme-dark .invalid-tooltip{left:5px}.theme-dark.is-invalid~.invalid-feedback,.theme-dark.is-invalid~.invalid-tooltip,.was-validated .theme-dark:invalid~.invalid-feedback,.was-validated .theme-dark:invalid~.invalid-tooltip{display:block}.theme-dark .form-control.is-invalid,.was-validated .theme-dark .form-control:invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23DC2626'%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='%23DC2626' stroke='none'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#dc2626;padding-right:calc(1.5em + .75rem)!important}.theme-dark .form-control.is-invalid:focus,.was-validated .theme-dark .form-control:invalid:focus{border-color:#dc2626;box-shadow:0 0 0 .2rem #dc262640}.theme-dark select.form-control.is-invalid,.was-validated .theme-dark select.form-control:invalid{background-position:right 1.5rem center;padding-right:3rem!important}.theme-dark textarea.form-control.is-invalid,.was-validated .theme-dark textarea.form-control:invalid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.theme-dark .custom-select.is-invalid,.was-validated .theme-dark .custom-select:invalid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23e5e7eb' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#13171c url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23DC2626'%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='%23DC2626' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;border-color:#dc2626;padding-right:calc(.75em + 2.3125rem)!important}.theme-dark .custom-select.is-invalid:focus,.was-validated .theme-dark .custom-select:invalid:focus{border-color:#dc2626;box-shadow:0 0 0 .2rem #dc262640}.theme-dark .form-check-input.is-invalid~.form-check-label,.was-validated .theme-dark .form-check-input:invalid~.form-check-label{color:#dc2626}.theme-dark .form-check-input.is-invalid~.invalid-feedback,.theme-dark .form-check-input.is-invalid~.invalid-tooltip,.was-validated .theme-dark .form-check-input:invalid~.invalid-feedback,.was-validated .theme-dark .form-check-input:invalid~.invalid-tooltip{display:block}.theme-dark .custom-control-input.is-invalid~.custom-control-label,.was-validated .theme-dark .custom-control-input:invalid~.custom-control-label{color:#dc2626}.theme-dark .custom-control-input.is-invalid~.custom-control-label:before,.was-validated .theme-dark .custom-control-input:invalid~.custom-control-label:before{border-color:#dc2626}.theme-dark .custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .theme-dark .custom-control-input:invalid:checked~.custom-control-label:before{background-color:#e35252;border-color:#e35252}.theme-dark .custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .theme-dark .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem #dc262640}.theme-dark .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .theme-dark .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before{border-color:#dc2626}.theme-dark .custom-file-input.is-invalid~.custom-file-label,.was-validated .theme-dark .custom-file-input:invalid~.custom-file-label{border-color:#dc2626}.theme-dark .custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .theme-dark .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc2626;box-shadow:0 0 0 .2rem #dc262640}.theme-dark .form-inline{align-items:center;display:flex;flex-flow:row wrap}.theme-dark .form-inline .form-check{width:100%}@media (min-width:576px){.theme-dark .form-inline label{align-items:center;display:flex;justify-content:center;margin-bottom:0}.theme-dark .form-inline .form-group{align-items:center;display:flex;flex:0 0 auto;flex-flow:row wrap;margin-bottom:0}.theme-dark .form-inline .form-control{display:inline-block;vertical-align:middle;width:auto}.theme-dark .form-inline .form-control-plaintext{display:inline-block}.theme-dark .form-inline .custom-select,.theme-dark .form-inline .input-group{width:auto}.theme-dark .form-inline .form-check{align-items:center;display:flex;justify-content:center;padding-left:0;width:auto}.theme-dark .form-inline .form-check-input{flex-shrink:0;margin-left:0;margin-right:.25rem;margin-top:0;position:relative}.theme-dark .form-inline .custom-control{align-items:center;justify-content:center}.theme-dark .form-inline .custom-control-label{margin-bottom:0}}.theme-dark .btn{background-color:initial;border:1px solid #0000;border-radius:.25rem;color:#e5e7eb;display:inline-block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;user-select:none;vertical-align:middle}@media (prefers-reduced-motion:reduce){.theme-dark .btn{transition:none}}.theme-dark .btn:hover{color:#e5e7eb;text-decoration:none}.theme-dark .btn.focus,.theme-dark .btn:focus{box-shadow:0 0 0 .2rem #ff405740;outline:0}.theme-dark .btn.disabled,.theme-dark .btn:disabled{opacity:.65}.theme-dark .btn:not(:disabled):not(.disabled){cursor:pointer}.theme-dark a.btn.disabled,.theme-dark fieldset:disabled a.btn{pointer-events:none}.theme-dark .btn-primary{background-color:#ff4057;border-color:#ff4057;color:#f8f9fa}.theme-dark .btn-primary:hover{background-color:#ff1a35;border-color:#ff0d2a;color:#f8f9fa}.theme-dark .btn-primary.focus,.theme-dark .btn-primary:focus{background-color:#ff1a35;border-color:#ff0d2a;box-shadow:0 0 0 .2rem #fe5c6f80;color:#f8f9fa}.theme-dark .btn-primary.disabled,.theme-dark .btn-primary:disabled{background-color:#ff4057;border-color:#ff4057;color:#f8f9fa}.show>.theme-dark .btn-primary.dropdown-toggle,.theme-dark .btn-primary:not(:disabled):not(.disabled).active,.theme-dark .btn-primary:not(:disabled):not(.disabled):active{background-color:#ff0d2a;border-color:#ff001f;color:#f8f9fa}.show>.theme-dark .btn-primary.dropdown-toggle:focus,.theme-dark .btn-primary:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-primary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #fe5c6f80}.theme-dark .btn-secondary{background-color:#2b3039;border-color:#2b3039;color:#f8f9fa}.theme-dark .btn-secondary:hover{background-color:#1b1e23;border-color:#15181c;color:#f8f9fa}.theme-dark .btn-secondary.focus,.theme-dark .btn-secondary:focus{background-color:#1b1e23;border-color:#15181c;box-shadow:0 0 0 .2rem #4a4e5680;color:#f8f9fa}.theme-dark .btn-secondary.disabled,.theme-dark .btn-secondary:disabled{background-color:#2b3039;border-color:#2b3039;color:#f8f9fa}.show>.theme-dark .btn-secondary.dropdown-toggle,.theme-dark .btn-secondary:not(:disabled):not(.disabled).active,.theme-dark .btn-secondary:not(:disabled):not(.disabled):active{background-color:#15181c;border-color:#101115;color:#f8f9fa}.show>.theme-dark .btn-secondary.dropdown-toggle:focus,.theme-dark .btn-secondary:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-secondary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #4a4e5680}.theme-dark .btn-success{background-color:#28a745;border-color:#28a745;color:#f8f9fa}.theme-dark .btn-success:hover{background-color:#218838;border-color:#1e7e34;color:#f8f9fa}.theme-dark .btn-success.focus,.theme-dark .btn-success:focus{background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem #47b36080;color:#f8f9fa}.theme-dark .btn-success.disabled,.theme-dark .btn-success:disabled{background-color:#28a745;border-color:#28a745;color:#f8f9fa}.show>.theme-dark .btn-success.dropdown-toggle,.theme-dark .btn-success:not(:disabled):not(.disabled).active,.theme-dark .btn-success:not(:disabled):not(.disabled):active{background-color:#1e7e34;border-color:#1c7430;color:#f8f9fa}.show>.theme-dark .btn-success.dropdown-toggle:focus,.theme-dark .btn-success:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-success:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #47b36080}.theme-dark .btn-info{background-color:#549eff;border-color:#549eff;color:#f8f9fa}.theme-dark .btn-info.focus,.theme-dark .btn-info:focus,.theme-dark .btn-info:hover{background-color:#2e88ff;border-color:#2181ff;color:#f8f9fa}.theme-dark .btn-info.focus,.theme-dark .btn-info:focus{box-shadow:0 0 0 .2rem #6dacfe80}.theme-dark .btn-info.disabled,.theme-dark .btn-info:disabled{background-color:#549eff;border-color:#549eff;color:#f8f9fa}.show>.theme-dark .btn-info.dropdown-toggle,.theme-dark .btn-info:not(:disabled):not(.disabled).active,.theme-dark .btn-info:not(:disabled):not(.disabled):active{background-color:#2181ff;border-color:#147aff;color:#f8f9fa}.show>.theme-dark .btn-info.dropdown-toggle:focus,.theme-dark .btn-info:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-info:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #6dacfe80}.theme-dark .btn-warning{background-color:#ffb822;border-color:#ffb822;color:#f8f9fa}.theme-dark .btn-warning:hover{background-color:#fbaa00;border-color:#eea200;color:#f8f9fa}.theme-dark .btn-warning.focus,.theme-dark .btn-warning:focus{background-color:#fbaa00;border-color:#eea200;box-shadow:0 0 0 .2rem #fec24280;color:#f8f9fa}.theme-dark .btn-warning.disabled,.theme-dark .btn-warning:disabled{background-color:#ffb822;border-color:#ffb822;color:#f8f9fa}.show>.theme-dark .btn-warning.dropdown-toggle,.theme-dark .btn-warning:not(:disabled):not(.disabled).active,.theme-dark .btn-warning:not(:disabled):not(.disabled):active{background-color:#eea200;border-color:#e19900;color:#f8f9fa}.show>.theme-dark .btn-warning.dropdown-toggle:focus,.theme-dark .btn-warning:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-warning:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #fec24280}.theme-dark .btn-danger{background-color:#dc2626;border-color:#dc2626;color:#f8f9fa}.theme-dark .btn-danger:hover{background-color:#bd1f1f;border-color:#b21d1d;color:#f8f9fa}.theme-dark .btn-danger.focus,.theme-dark .btn-danger:focus{background-color:#bd1f1f;border-color:#b21d1d;box-shadow:0 0 0 .2rem #e0464680;color:#f8f9fa}.theme-dark .btn-danger.disabled,.theme-dark .btn-danger:disabled{background-color:#dc2626;border-color:#dc2626;color:#f8f9fa}.show>.theme-dark .btn-danger.dropdown-toggle,.theme-dark .btn-danger:not(:disabled):not(.disabled).active,.theme-dark .btn-danger:not(:disabled):not(.disabled):active{background-color:#b21d1d;border-color:#a71b1b;color:#f8f9fa}.show>.theme-dark .btn-danger.dropdown-toggle:focus,.theme-dark .btn-danger:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-danger:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #e0464680}.theme-dark .btn-light{background-color:#f9fafb0a;border-color:#f9fafb0a;color:#f8f9fa}.theme-dark .btn-light.focus,.theme-dark .btn-light:focus,.theme-dark .btn-light:hover{background-color:#e2e7ec0a;border-color:#dae1e70a;color:#f8f9fa}.theme-dark .btn-light.focus,.theme-dark .btn-light:focus{box-shadow:0 0 0 .2rem #f8f9fa80}.theme-dark .btn-light.disabled,.theme-dark .btn-light:disabled{background-color:#f9fafb0a;border-color:#f9fafb0a;color:#f8f9fa}.show>.theme-dark .btn-light.dropdown-toggle,.theme-dark .btn-light:not(:disabled):not(.disabled).active,.theme-dark .btn-light:not(:disabled):not(.disabled):active{background-color:#dae1e70a;border-color:#d3dae20a;color:#f8f9fa}.show>.theme-dark .btn-light.dropdown-toggle:focus,.theme-dark .btn-light:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #f8f9fa80}.theme-dark .btn-dark{background-color:#ff405733;border-color:#ff405733;color:#f8f9fa}.theme-dark .btn-dark.focus,.theme-dark .btn-dark:focus,.theme-dark .btn-dark:hover{background-color:#ff1a3533;border-color:#ff0d2a33;color:#f8f9fa}.theme-dark .btn-dark.focus,.theme-dark .btn-dark:focus{box-shadow:0 0 0 .2rem #fbb2bb80}.theme-dark .btn-dark.disabled,.theme-dark .btn-dark:disabled{background-color:#ff405733;border-color:#ff405733;color:#f8f9fa}.show>.theme-dark .btn-dark.dropdown-toggle,.theme-dark .btn-dark:not(:disabled):not(.disabled).active,.theme-dark .btn-dark:not(:disabled):not(.disabled):active{background-color:#ff0d2a33;border-color:#ff001f33;color:#f8f9fa}.show>.theme-dark .btn-dark.dropdown-toggle:focus,.theme-dark .btn-dark:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #fbb2bb80}.theme-dark .btn-blue{background-color:#007bff;border-color:#007bff;color:#f8f9fa}.theme-dark .btn-blue.focus,.theme-dark .btn-blue:focus,.theme-dark .btn-blue:hover{background-color:#0069d9;border-color:#0062cc;color:#f8f9fa}.theme-dark .btn-blue.focus,.theme-dark .btn-blue:focus{box-shadow:0 0 0 .2rem #258efe80}.theme-dark .btn-blue.disabled,.theme-dark .btn-blue:disabled{background-color:#007bff;border-color:#007bff;color:#f8f9fa}.show>.theme-dark .btn-blue.dropdown-toggle,.theme-dark .btn-blue:not(:disabled):not(.disabled).active,.theme-dark .btn-blue:not(:disabled):not(.disabled):active{background-color:#0062cc;border-color:#005cbf;color:#f8f9fa}.show>.theme-dark .btn-blue.dropdown-toggle:focus,.theme-dark .btn-blue:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-blue:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #258efe80}.theme-dark .btn-indigo{background-color:#6610f2;border-color:#6610f2;color:#f8f9fa}.theme-dark .btn-indigo:hover{background-color:#560bd0;border-color:#510bc4;color:#f8f9fa}.theme-dark .btn-indigo.focus,.theme-dark .btn-indigo:focus{background-color:#560bd0;border-color:#510bc4;box-shadow:0 0 0 .2rem #7c33f380;color:#f8f9fa}.theme-dark .btn-indigo.disabled,.theme-dark .btn-indigo:disabled{background-color:#6610f2;border-color:#6610f2;color:#f8f9fa}.show>.theme-dark .btn-indigo.dropdown-toggle,.theme-dark .btn-indigo:not(:disabled):not(.disabled).active,.theme-dark .btn-indigo:not(:disabled):not(.disabled):active{background-color:#510bc4;border-color:#4c0ab8;color:#f8f9fa}.show>.theme-dark .btn-indigo.dropdown-toggle:focus,.theme-dark .btn-indigo:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-indigo:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #7c33f380}.theme-dark .btn-purple{background-color:#6f42c1;border-color:#6f42c1;color:#f8f9fa}.theme-dark .btn-purple:hover{background-color:#5e37a6;border-color:#59339d;color:#f8f9fa}.theme-dark .btn-purple.focus,.theme-dark .btn-purple:focus{background-color:#5e37a6;border-color:#59339d;box-shadow:0 0 0 .2rem #845dca80;color:#f8f9fa}.theme-dark .btn-purple.disabled,.theme-dark .btn-purple:disabled{background-color:#6f42c1;border-color:#6f42c1;color:#f8f9fa}.show>.theme-dark .btn-purple.dropdown-toggle,.theme-dark .btn-purple:not(:disabled):not(.disabled).active,.theme-dark .btn-purple:not(:disabled):not(.disabled):active{background-color:#59339d;border-color:#533093;color:#f8f9fa}.show>.theme-dark .btn-purple.dropdown-toggle:focus,.theme-dark .btn-purple:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-purple:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #845dca80}.theme-dark .btn-pink{background-color:#e83e8c;border-color:#e83e8c;color:#f8f9fa}.theme-dark .btn-pink.focus,.theme-dark .btn-pink:focus,.theme-dark .btn-pink:hover{background-color:#e41c78;border-color:#d91a72;color:#f8f9fa}.theme-dark .btn-pink.focus,.theme-dark .btn-pink:focus{box-shadow:0 0 0 .2rem #ea5a9d80}.theme-dark .btn-pink.disabled,.theme-dark .btn-pink:disabled{background-color:#e83e8c;border-color:#e83e8c;color:#f8f9fa}.show>.theme-dark .btn-pink.dropdown-toggle,.theme-dark .btn-pink:not(:disabled):not(.disabled).active,.theme-dark .btn-pink:not(:disabled):not(.disabled):active{background-color:#d91a72;border-color:#ce196c;color:#f8f9fa}.show>.theme-dark .btn-pink.dropdown-toggle:focus,.theme-dark .btn-pink:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-pink:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #ea5a9d80}.theme-dark .btn-red{background-color:#dc3545;border-color:#dc3545;color:#f8f9fa}.theme-dark .btn-red.focus,.theme-dark .btn-red:focus,.theme-dark .btn-red:hover{background-color:#c82333;border-color:#bd2130;color:#f8f9fa}.theme-dark .btn-red.focus,.theme-dark .btn-red:focus{box-shadow:0 0 0 .2rem #e0526080}.theme-dark .btn-red.disabled,.theme-dark .btn-red:disabled{background-color:#dc3545;border-color:#dc3545;color:#f8f9fa}.show>.theme-dark .btn-red.dropdown-toggle,.theme-dark .btn-red:not(:disabled):not(.disabled).active,.theme-dark .btn-red:not(:disabled):not(.disabled):active{background-color:#bd2130;border-color:#b21f2d;color:#f8f9fa}.show>.theme-dark .btn-red.dropdown-toggle:focus,.theme-dark .btn-red:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-red:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #e0526080}.theme-dark .btn-orange{background-color:#fd7e14;border-color:#fd7e14;color:#f8f9fa}.theme-dark .btn-orange:hover{background-color:#e96b02;border-color:#dc6502;color:#f8f9fa}.theme-dark .btn-orange.focus,.theme-dark .btn-orange:focus{background-color:#e96b02;border-color:#dc6502;box-shadow:0 0 0 .2rem #fc903780;color:#f8f9fa}.theme-dark .btn-orange.disabled,.theme-dark .btn-orange:disabled{background-color:#fd7e14;border-color:#fd7e14;color:#f8f9fa}.show>.theme-dark .btn-orange.dropdown-toggle,.theme-dark .btn-orange:not(:disabled):not(.disabled).active,.theme-dark .btn-orange:not(:disabled):not(.disabled):active{background-color:#dc6502;border-color:#cf5f02;color:#f8f9fa}.show>.theme-dark .btn-orange.dropdown-toggle:focus,.theme-dark .btn-orange:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-orange:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #fc903780}.theme-dark .btn-yellow{background-color:#fcedb9;border-color:#fcedb9;color:#f8f9fa}.theme-dark .btn-yellow:hover{background-color:#fae494;border-color:#fae088;color:#f8f9fa}.theme-dark .btn-yellow.focus,.theme-dark .btn-yellow:focus{background-color:#fae494;border-color:#fae088;box-shadow:0 0 0 .2rem #fbefc380;color:#f8f9fa}.theme-dark .btn-yellow.disabled,.theme-dark .btn-yellow:disabled{background-color:#fcedb9;border-color:#fcedb9;color:#f8f9fa}.show>.theme-dark .btn-yellow.dropdown-toggle,.theme-dark .btn-yellow:not(:disabled):not(.disabled).active,.theme-dark .btn-yellow:not(:disabled):not(.disabled):active{background-color:#fae088;border-color:#f9dd7c;color:#f8f9fa}.show>.theme-dark .btn-yellow.dropdown-toggle:focus,.theme-dark .btn-yellow:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-yellow:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #fbefc380}.theme-dark .btn-green{background-color:#28a745;border-color:#28a745;color:#f8f9fa}.theme-dark .btn-green.focus,.theme-dark .btn-green:focus,.theme-dark .btn-green:hover{background-color:#218838;border-color:#1e7e34;color:#f8f9fa}.theme-dark .btn-green.focus,.theme-dark .btn-green:focus{box-shadow:0 0 0 .2rem #47b36080}.theme-dark .btn-green.disabled,.theme-dark .btn-green:disabled{background-color:#28a745;border-color:#28a745;color:#f8f9fa}.show>.theme-dark .btn-green.dropdown-toggle,.theme-dark .btn-green:not(:disabled):not(.disabled).active,.theme-dark .btn-green:not(:disabled):not(.disabled):active{background-color:#1e7e34;border-color:#1c7430;color:#f8f9fa}.show>.theme-dark .btn-green.dropdown-toggle:focus,.theme-dark .btn-green:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-green:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #47b36080}.theme-dark .btn-teal{background-color:#20c997;border-color:#20c997;color:#f8f9fa}.theme-dark .btn-teal.focus,.theme-dark .btn-teal:focus,.theme-dark .btn-teal:hover{background-color:#1ba87e;border-color:#199d76;color:#f8f9fa}.theme-dark .btn-teal.focus,.theme-dark .btn-teal:focus{box-shadow:0 0 0 .2rem #40d0a680}.theme-dark .btn-teal.disabled,.theme-dark .btn-teal:disabled{background-color:#20c997;border-color:#20c997;color:#f8f9fa}.show>.theme-dark .btn-teal.dropdown-toggle,.theme-dark .btn-teal:not(:disabled):not(.disabled).active,.theme-dark .btn-teal:not(:disabled):not(.disabled):active{background-color:#199d76;border-color:#17926e;color:#f8f9fa}.show>.theme-dark .btn-teal.dropdown-toggle:focus,.theme-dark .btn-teal:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-teal:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #40d0a680}.theme-dark .btn-cyan{background-color:#17a2b8;border-color:#17a2b8;color:#f8f9fa}.theme-dark .btn-cyan.focus,.theme-dark .btn-cyan:focus,.theme-dark .btn-cyan:hover{background-color:#138496;border-color:#117a8b;color:#f8f9fa}.theme-dark .btn-cyan.focus,.theme-dark .btn-cyan:focus{box-shadow:0 0 0 .2rem #39afc280}.theme-dark .btn-cyan.disabled,.theme-dark .btn-cyan:disabled{background-color:#17a2b8;border-color:#17a2b8;color:#f8f9fa}.show>.theme-dark .btn-cyan.dropdown-toggle,.theme-dark .btn-cyan:not(:disabled):not(.disabled).active,.theme-dark .btn-cyan:not(:disabled):not(.disabled):active{background-color:#117a8b;border-color:#10707f;color:#f8f9fa}.show>.theme-dark .btn-cyan.dropdown-toggle:focus,.theme-dark .btn-cyan:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-cyan:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #39afc280}.theme-dark .btn-white{background-color:#13171c;border-color:#13171c;color:#f8f9fa}.theme-dark .btn-white:hover{background-color:#040405;border-color:#000;color:#f8f9fa}.theme-dark .btn-white.focus,.theme-dark .btn-white:focus{background-color:#040405;border-color:#000;box-shadow:0 0 0 .2rem #35393d80;color:#f8f9fa}.theme-dark .btn-white.disabled,.theme-dark .btn-white:disabled{background-color:#13171c;border-color:#13171c;color:#f8f9fa}.show>.theme-dark .btn-white.dropdown-toggle,.theme-dark .btn-white:not(:disabled):not(.disabled).active,.theme-dark .btn-white:not(:disabled):not(.disabled):active{background-color:#000;border-color:#000;color:#f8f9fa}.show>.theme-dark .btn-white.dropdown-toggle:focus,.theme-dark .btn-white:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-white:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #35393d80}.theme-dark .btn-black{background-color:#f9fafb;border-color:#f9fafb;color:#f8f9fa}.theme-dark .btn-black.focus,.theme-dark .btn-black:focus,.theme-dark .btn-black:hover{background-color:#e2e7ec;border-color:#dae1e7;color:#f8f9fa}.theme-dark .btn-black.focus,.theme-dark .btn-black:focus{box-shadow:0 0 0 .2rem #f9fafb80}.theme-dark .btn-black.disabled,.theme-dark .btn-black:disabled{background-color:#f9fafb;border-color:#f9fafb;color:#f8f9fa}.show>.theme-dark .btn-black.dropdown-toggle,.theme-dark .btn-black:not(:disabled):not(.disabled).active,.theme-dark .btn-black:not(:disabled):not(.disabled):active{background-color:#dae1e7;border-color:#d3dae2;color:#f8f9fa}.show>.theme-dark .btn-black.dropdown-toggle:focus,.theme-dark .btn-black:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-black:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #f9fafb80}.theme-dark .btn-gray-lighter{background-color:#1c1e25;border-color:#1c1e25;color:#f8f9fa}.theme-dark .btn-gray-lighter:hover{background-color:#0c0c0f;border-color:#060608;color:#f8f9fa}.theme-dark .btn-gray-lighter.focus,.theme-dark .btn-gray-lighter:focus{background-color:#0c0c0f;border-color:#060608;box-shadow:0 0 0 .2rem #3d3f4580;color:#f8f9fa}.theme-dark .btn-gray-lighter.disabled,.theme-dark .btn-gray-lighter:disabled{background-color:#1c1e25;border-color:#1c1e25;color:#f8f9fa}.show>.theme-dark .btn-gray-lighter.dropdown-toggle,.theme-dark .btn-gray-lighter:not(:disabled):not(.disabled).active,.theme-dark .btn-gray-lighter:not(:disabled):not(.disabled):active{background-color:#060608;border-color:#010101;color:#f8f9fa}.show>.theme-dark .btn-gray-lighter.dropdown-toggle:focus,.theme-dark .btn-gray-lighter:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-gray-lighter:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #3d3f4580}.theme-dark .btn-gray-light{background-color:#2b3039;border-color:#2b3039;color:#f8f9fa}.theme-dark .btn-gray-light:hover{background-color:#1b1e23;border-color:#15181c;color:#f8f9fa}.theme-dark .btn-gray-light.focus,.theme-dark .btn-gray-light:focus{background-color:#1b1e23;border-color:#15181c;box-shadow:0 0 0 .2rem #4a4e5680;color:#f8f9fa}.theme-dark .btn-gray-light.disabled,.theme-dark .btn-gray-light:disabled{background-color:#2b3039;border-color:#2b3039;color:#f8f9fa}.show>.theme-dark .btn-gray-light.dropdown-toggle,.theme-dark .btn-gray-light:not(:disabled):not(.disabled).active,.theme-dark .btn-gray-light:not(:disabled):not(.disabled):active{background-color:#15181c;border-color:#101115;color:#f8f9fa}.show>.theme-dark .btn-gray-light.dropdown-toggle:focus,.theme-dark .btn-gray-light:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-gray-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #4a4e5680}.theme-dark .btn-gray{background-color:#9ca3af;border-color:#9ca3af;color:#f8f9fa}.theme-dark .btn-gray.focus,.theme-dark .btn-gray:focus,.theme-dark .btn-gray:hover{background-color:#878f9e;border-color:#808998;color:#f8f9fa}.theme-dark .btn-gray.focus,.theme-dark .btn-gray:focus{box-shadow:0 0 0 .2rem #aab0ba80}.theme-dark .btn-gray.disabled,.theme-dark .btn-gray:disabled{background-color:#9ca3af;border-color:#9ca3af;color:#f8f9fa}.show>.theme-dark .btn-gray.dropdown-toggle,.theme-dark .btn-gray:not(:disabled):not(.disabled).active,.theme-dark .btn-gray:not(:disabled):not(.disabled):active{background-color:#808998;border-color:#798293;color:#f8f9fa}.show>.theme-dark .btn-gray.dropdown-toggle:focus,.theme-dark .btn-gray:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-gray:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #aab0ba80}.theme-dark .btn-gray-dark{background-color:#f8f9fa;border-color:#f8f9fa;color:#f8f9fa}.theme-dark .btn-gray-dark:hover{background-color:#e2e6ea;border-color:#dae0e5;color:#f8f9fa}.theme-dark .btn-gray-dark.focus,.theme-dark .btn-gray-dark:focus{background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem #f8f9fa80;color:#f8f9fa}.theme-dark .btn-gray-dark.disabled,.theme-dark .btn-gray-dark:disabled{background-color:#f8f9fa;border-color:#f8f9fa;color:#f8f9fa}.show>.theme-dark .btn-gray-dark.dropdown-toggle,.theme-dark .btn-gray-dark:not(:disabled):not(.disabled).active,.theme-dark .btn-gray-dark:not(:disabled):not(.disabled):active{background-color:#dae0e5;border-color:#d3d9df;color:#f8f9fa}.show>.theme-dark .btn-gray-dark.dropdown-toggle:focus,.theme-dark .btn-gray-dark:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-gray-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #f8f9fa80}.theme-dark .btn-input-color{background-color:#d1d5db;border-color:#d1d5db;color:#f8f9fa}.theme-dark .btn-input-color:hover{background-color:#bcc1ca;border-color:#b4bbc5;color:#f8f9fa}.theme-dark .btn-input-color.focus,.theme-dark .btn-input-color:focus{background-color:#bcc1ca;border-color:#b4bbc5;box-shadow:0 0 0 .2rem #d7dae080;color:#f8f9fa}.theme-dark .btn-input-color.disabled,.theme-dark .btn-input-color:disabled{background-color:#d1d5db;border-color:#d1d5db;color:#f8f9fa}.show>.theme-dark .btn-input-color.dropdown-toggle,.theme-dark .btn-input-color:not(:disabled):not(.disabled).active,.theme-dark .btn-input-color:not(:disabled):not(.disabled):active{background-color:#b4bbc5;border-color:#adb4bf;color:#f8f9fa}.show>.theme-dark .btn-input-color.dropdown-toggle:focus,.theme-dark .btn-input-color:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-input-color:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #d7dae080}.theme-dark .btn-input-placeholder{background-color:#6b7280;border-color:#6b7280;color:#f8f9fa}.theme-dark .btn-input-placeholder:hover{background-color:#5a5f6b;border-color:#545964;color:#f8f9fa}.theme-dark .btn-input-placeholder.focus,.theme-dark .btn-input-placeholder:focus{background-color:#5a5f6b;border-color:#545964;box-shadow:0 0 0 .2rem #80869280;color:#f8f9fa}.theme-dark .btn-input-placeholder.disabled,.theme-dark .btn-input-placeholder:disabled{background-color:#6b7280;border-color:#6b7280;color:#f8f9fa}.show>.theme-dark .btn-input-placeholder.dropdown-toggle,.theme-dark .btn-input-placeholder:not(:disabled):not(.disabled).active,.theme-dark .btn-input-placeholder:not(:disabled):not(.disabled):active{background-color:#545964;border-color:#4e535d;color:#f8f9fa}.show>.theme-dark .btn-input-placeholder.dropdown-toggle:focus,.theme-dark .btn-input-placeholder:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-input-placeholder:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #80869280}.theme-dark .btn-primary-dark{background-color:#fff3f4;border-color:#fff3f4;color:#f8f9fa}.theme-dark .btn-primary-dark:hover{background-color:#ffccd2;border-color:#ffc0c7;color:#f8f9fa}.theme-dark .btn-primary-dark.focus,.theme-dark .btn-primary-dark:focus{background-color:#ffccd2;border-color:#ffc0c7;box-shadow:0 0 0 .2rem #fef3f580;color:#f8f9fa}.theme-dark .btn-primary-dark.disabled,.theme-dark .btn-primary-dark:disabled{background-color:#fff3f4;border-color:#fff3f4;color:#f8f9fa}.show>.theme-dark .btn-primary-dark.dropdown-toggle,.theme-dark .btn-primary-dark:not(:disabled):not(.disabled).active,.theme-dark .btn-primary-dark:not(:disabled):not(.disabled):active{background-color:#ffc0c7;border-color:#ffb3bc;color:#f8f9fa}.show>.theme-dark .btn-primary-dark.dropdown-toggle:focus,.theme-dark .btn-primary-dark:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-primary-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #fef3f580}.theme-dark .btn-primary-light{background-color:#ff1733;border-color:#ff1733;color:#f8f9fa}.theme-dark .btn-primary-light:hover{background-color:#f0001d;border-color:#e3001b;color:#f8f9fa}.theme-dark .btn-primary-light.focus,.theme-dark .btn-primary-light:focus{background-color:#f0001d;border-color:#e3001b;box-shadow:0 0 0 .2rem #fe395180;color:#f8f9fa}.theme-dark .btn-primary-light.disabled,.theme-dark .btn-primary-light:disabled{background-color:#ff1733;border-color:#ff1733;color:#f8f9fa}.show>.theme-dark .btn-primary-light.dropdown-toggle,.theme-dark .btn-primary-light:not(:disabled):not(.disabled).active,.theme-dark .btn-primary-light:not(:disabled):not(.disabled):active{background-color:#e3001b;border-color:#d6001a;color:#f8f9fa}.show>.theme-dark .btn-primary-light.dropdown-toggle:focus,.theme-dark .btn-primary-light:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-primary-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #fe395180}.theme-dark .btn-secondary-dark{background-color:#758197;border-color:#758197;color:#f8f9fa}.theme-dark .btn-secondary-dark:hover{background-color:#636e83;border-color:#5d687c;color:#f8f9fa}.theme-dark .btn-secondary-dark.focus,.theme-dark .btn-secondary-dark:focus{background-color:#636e83;border-color:#5d687c;box-shadow:0 0 0 .2rem #8993a680;color:#f8f9fa}.theme-dark .btn-secondary-dark.disabled,.theme-dark .btn-secondary-dark:disabled{background-color:#758197;border-color:#758197;color:#f8f9fa}.show>.theme-dark .btn-secondary-dark.dropdown-toggle,.theme-dark .btn-secondary-dark:not(:disabled):not(.disabled).active,.theme-dark .btn-secondary-dark:not(:disabled):not(.disabled):active{background-color:#5d687c;border-color:#586275;color:#f8f9fa}.show>.theme-dark .btn-secondary-dark.dropdown-toggle:focus,.theme-dark .btn-secondary-dark:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-secondary-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #8993a680}.theme-dark .btn-secondary-light{background-color:#191c22;border-color:#191c22;color:#f8f9fa}.theme-dark .btn-secondary-light:hover{background-color:#090a0c;border-color:#040405;color:#f8f9fa}.theme-dark .btn-secondary-light.focus,.theme-dark .btn-secondary-light:focus{background-color:#090a0c;border-color:#040405;box-shadow:0 0 0 .2rem #3b3e4280;color:#f8f9fa}.theme-dark .btn-secondary-light.disabled,.theme-dark .btn-secondary-light:disabled{background-color:#191c22;border-color:#191c22;color:#f8f9fa}.show>.theme-dark .btn-secondary-light.dropdown-toggle,.theme-dark .btn-secondary-light:not(:disabled):not(.disabled).active,.theme-dark .btn-secondary-light:not(:disabled):not(.disabled):active{background-color:#040405;border-color:#000;color:#f8f9fa}.show>.theme-dark .btn-secondary-light.dropdown-toggle:focus,.theme-dark .btn-secondary-light:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-secondary-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #3b3e4280}.theme-dark .btn-success-dark{background-color:#e1f8e6;border-color:#e1f8e6;color:#f8f9fa}.theme-dark .btn-success-dark:hover{background-color:#c2f0cc;border-color:#b7eec4;color:#f8f9fa}.theme-dark .btn-success-dark.focus,.theme-dark .btn-success-dark:focus{background-color:#c2f0cc;border-color:#b7eec4;box-shadow:0 0 0 .2rem #e4f8e980;color:#f8f9fa}.theme-dark .btn-success-dark.disabled,.theme-dark .btn-success-dark:disabled{background-color:#e1f8e6;border-color:#e1f8e6;color:#f8f9fa}.show>.theme-dark .btn-success-dark.dropdown-toggle,.theme-dark .btn-success-dark:not(:disabled):not(.disabled).active,.theme-dark .btn-success-dark:not(:disabled):not(.disabled):active{background-color:#b7eec4;border-color:#adebbb;color:#f8f9fa}.show>.theme-dark .btn-success-dark.dropdown-toggle:focus,.theme-dark .btn-success-dark:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-success-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #e4f8e980}.theme-dark .btn-success-light{background-color:#208637;border-color:#208637;color:#f8f9fa}.theme-dark .btn-success-light:hover{background-color:#19672b;border-color:#165d26;color:#f8f9fa}.theme-dark .btn-success-light.focus,.theme-dark .btn-success-light:focus{background-color:#19672b;border-color:#165d26;box-shadow:0 0 0 .2rem #40975580;color:#f8f9fa}.theme-dark .btn-success-light.disabled,.theme-dark .btn-success-light:disabled{background-color:#208637;border-color:#208637;color:#f8f9fa}.show>.theme-dark .btn-success-light.dropdown-toggle,.theme-dark .btn-success-light:not(:disabled):not(.disabled).active,.theme-dark .btn-success-light:not(:disabled):not(.disabled):active{background-color:#165d26;border-color:#145322;color:#f8f9fa}.show>.theme-dark .btn-success-light.dropdown-toggle:focus,.theme-dark .btn-success-light:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-success-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #40975580}.theme-dark .btn-info-dark{background-color:#fcfdff;border-color:#fcfdff;color:#f8f9fa}.theme-dark .btn-info-dark:hover{background-color:#d6e8ff;border-color:#c9e1ff;color:#f8f9fa}.theme-dark .btn-info-dark.focus,.theme-dark .btn-info-dark:focus{background-color:#d6e8ff;border-color:#c9e1ff;box-shadow:0 0 0 .2rem #fcfdfe80;color:#f8f9fa}.theme-dark .btn-info-dark.disabled,.theme-dark .btn-info-dark:disabled{background-color:#fcfdff;border-color:#fcfdff;color:#f8f9fa}.show>.theme-dark .btn-info-dark.dropdown-toggle,.theme-dark .btn-info-dark:not(:disabled):not(.disabled).active,.theme-dark .btn-info-dark:not(:disabled):not(.disabled):active{background-color:#c9e1ff;border-color:#bdd9ff;color:#f8f9fa}.show>.theme-dark .btn-info-dark.dropdown-toggle:focus,.theme-dark .btn-info-dark:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-info-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #fcfdfe80}.theme-dark .btn-info-light{background-color:#2b87ff;border-color:#2b87ff;color:#f8f9fa}.theme-dark .btn-info-light:hover{background-color:#0571ff;border-color:#006bf7;color:#f8f9fa}.theme-dark .btn-info-light.focus,.theme-dark .btn-info-light:focus{background-color:#0571ff;border-color:#006bf7;box-shadow:0 0 0 .2rem #4a98fe80;color:#f8f9fa}.theme-dark .btn-info-light.disabled,.theme-dark .btn-info-light:disabled{background-color:#2b87ff;border-color:#2b87ff;color:#f8f9fa}.show>.theme-dark .btn-info-light.dropdown-toggle,.theme-dark .btn-info-light:not(:disabled):not(.disabled).active,.theme-dark .btn-info-light:not(:disabled):not(.disabled):active{background-color:#006bf7;border-color:#0065ea;color:#f8f9fa}.show>.theme-dark .btn-info-light.dropdown-toggle:focus,.theme-dark .btn-info-light:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-info-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #4a98fe80}.theme-dark .btn-warning-dark{background-color:#fff1d5;border-color:#fff1d5;color:#f8f9fa}.theme-dark .btn-warning-dark:hover{background-color:#ffe5ae;border-color:#ffe1a2;color:#f8f9fa}.theme-dark .btn-warning-dark.focus,.theme-dark .btn-warning-dark:focus{background-color:#ffe5ae;border-color:#ffe1a2;box-shadow:0 0 0 .2rem #fef2da80;color:#f8f9fa}.theme-dark .btn-warning-dark.disabled,.theme-dark .btn-warning-dark:disabled{background-color:#fff1d5;border-color:#fff1d5;color:#f8f9fa}.show>.theme-dark .btn-warning-dark.dropdown-toggle,.theme-dark .btn-warning-dark:not(:disabled):not(.disabled).active,.theme-dark .btn-warning-dark:not(:disabled):not(.disabled):active{background-color:#ffe1a2;border-color:#ffdd95;color:#f8f9fa}.show>.theme-dark .btn-warning-dark.dropdown-toggle:focus,.theme-dark .btn-warning-dark:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-warning-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #fef2da80}.theme-dark .btn-warning-light{background-color:#f8a800;border-color:#f8a800;color:#f8f9fa}.theme-dark .btn-warning-light:hover{background-color:#d28f00;border-color:#c58600;color:#f8f9fa}.theme-dark .btn-warning-light.focus,.theme-dark .btn-warning-light:focus{background-color:#d28f00;border-color:#c58600;box-shadow:0 0 0 .2rem #f8b52680;color:#f8f9fa}.theme-dark .btn-warning-light.disabled,.theme-dark .btn-warning-light:disabled{background-color:#f8a800;border-color:#f8a800;color:#f8f9fa}.show>.theme-dark .btn-warning-light.dropdown-toggle,.theme-dark .btn-warning-light:not(:disabled):not(.disabled).active,.theme-dark .btn-warning-light:not(:disabled):not(.disabled):active{background-color:#c58600;border-color:#b87d00;color:#f8f9fa}.show>.theme-dark .btn-warning-light.dropdown-toggle:focus,.theme-dark .btn-warning-light:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-warning-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #f8b52680}.theme-dark .btn-danger-dark{background-color:#f6c8c8;border-color:#f6c8c8;color:#f8f9fa}.theme-dark .btn-danger-dark:hover{background-color:#f1a8a8;border-color:#ef9d9d;color:#f8f9fa}.theme-dark .btn-danger-dark.focus,.theme-dark .btn-danger-dark:focus{background-color:#f1a8a8;border-color:#ef9d9d;box-shadow:0 0 0 .2rem #f6d0d080;color:#f8f9fa}.theme-dark .btn-danger-dark.disabled,.theme-dark .btn-danger-dark:disabled{background-color:#f6c8c8;border-color:#f6c8c8;color:#f8f9fa}.show>.theme-dark .btn-danger-dark.dropdown-toggle,.theme-dark .btn-danger-dark:not(:disabled):not(.disabled).active,.theme-dark .btn-danger-dark:not(:disabled):not(.disabled):active{background-color:#ef9d9d;border-color:#ed9292;color:#f8f9fa}.show>.theme-dark .btn-danger-dark.dropdown-toggle:focus,.theme-dark .btn-danger-dark:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-danger-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #f6d0d080}.theme-dark .btn-danger-light{background-color:#bb1e1e;border-color:#bb1e1e;color:#f8f9fa}.theme-dark .btn-danger-light:hover{background-color:#9a1919;border-color:#8f1717;color:#f8f9fa}.theme-dark .btn-danger-light.focus,.theme-dark .btn-danger-light:focus{background-color:#9a1919;border-color:#8f1717;box-shadow:0 0 0 .2rem #c43f3f80;color:#f8f9fa}.theme-dark .btn-danger-light.disabled,.theme-dark .btn-danger-light:disabled{background-color:#bb1e1e;border-color:#bb1e1e;color:#f8f9fa}.show>.theme-dark .btn-danger-light.dropdown-toggle,.theme-dark .btn-danger-light:not(:disabled):not(.disabled).active,.theme-dark .btn-danger-light:not(:disabled):not(.disabled):active{background-color:#8f1717;border-color:#841515;color:#f8f9fa}.show>.theme-dark .btn-danger-light.dropdown-toggle:focus,.theme-dark .btn-danger-light:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-danger-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #c43f3f80}.theme-dark .btn-dark-dark{background-color:#ff4f6433;border-color:#ff4f6433;color:#f8f9fa}.theme-dark .btn-dark-dark:hover{background-color:#ff294333;border-color:#ff1c3833;color:#f8f9fa}.theme-dark .btn-dark-dark.focus,.theme-dark .btn-dark-dark:focus{background-color:#ff294333;border-color:#ff1c3833;box-shadow:0 0 0 .2rem #fbb7c080;color:#f8f9fa}.theme-dark .btn-dark-dark.disabled,.theme-dark .btn-dark-dark:disabled{background-color:#ff4f6433;border-color:#ff4f6433;color:#f8f9fa}.show>.theme-dark .btn-dark-dark.dropdown-toggle,.theme-dark .btn-dark-dark:not(:disabled):not(.disabled).active,.theme-dark .btn-dark-dark:not(:disabled):not(.disabled):active{background-color:#ff1c3833;border-color:#ff102c33;color:#f8f9fa}.show>.theme-dark .btn-dark-dark.dropdown-toggle:focus,.theme-dark .btn-dark-dark:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-dark-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #fbb7c080}.theme-dark .btn-dark-light{background-color:#ff173333;border-color:#ff173333;color:#f8f9fa}.theme-dark .btn-dark-light:hover{background-color:#f0001d33;border-color:#e3001b33;color:#f8f9fa}.theme-dark .btn-dark-light.focus,.theme-dark .btn-dark-light:focus{background-color:#f0001d33;border-color:#e3001b33;box-shadow:0 0 0 .2rem #fba2ad80;color:#f8f9fa}.theme-dark .btn-dark-light.disabled,.theme-dark .btn-dark-light:disabled{background-color:#ff173333;border-color:#ff173333;color:#f8f9fa}.show>.theme-dark .btn-dark-light.dropdown-toggle,.theme-dark .btn-dark-light:not(:disabled):not(.disabled).active,.theme-dark .btn-dark-light:not(:disabled):not(.disabled):active{background-color:#e3001b33;border-color:#d6001a33;color:#f8f9fa}.show>.theme-dark .btn-dark-light.dropdown-toggle:focus,.theme-dark .btn-dark-light:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-dark-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #fba2ad80}.theme-dark .btn-outline-primary{border-color:#ff4057;color:#ff4057}.theme-dark .btn-outline-primary:hover{background-color:#ff4057;border-color:#ff4057;color:#f8f9fa}.theme-dark .btn-outline-primary.focus,.theme-dark .btn-outline-primary:focus{box-shadow:0 0 0 .2rem #ff405780}.theme-dark .btn-outline-primary.disabled,.theme-dark .btn-outline-primary:disabled{background-color:initial;color:#ff4057}.show>.theme-dark .btn-outline-primary.dropdown-toggle,.theme-dark .btn-outline-primary:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-primary:not(:disabled):not(.disabled):active{background-color:#ff4057;border-color:#ff4057;color:#f8f9fa}.show>.theme-dark .btn-outline-primary.dropdown-toggle:focus,.theme-dark .btn-outline-primary:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-primary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #ff405780}.theme-dark .btn-outline-secondary{border-color:#2b3039;color:#2b3039}.theme-dark .btn-outline-secondary:hover{background-color:#2b3039;border-color:#2b3039;color:#f8f9fa}.theme-dark .btn-outline-secondary.focus,.theme-dark .btn-outline-secondary:focus{box-shadow:0 0 0 .2rem #2b303980}.theme-dark .btn-outline-secondary.disabled,.theme-dark .btn-outline-secondary:disabled{background-color:initial;color:#2b3039}.show>.theme-dark .btn-outline-secondary.dropdown-toggle,.theme-dark .btn-outline-secondary:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-secondary:not(:disabled):not(.disabled):active{background-color:#2b3039;border-color:#2b3039;color:#f8f9fa}.show>.theme-dark .btn-outline-secondary.dropdown-toggle:focus,.theme-dark .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-secondary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #2b303980}.theme-dark .btn-outline-success{border-color:#28a745;color:#28a745}.theme-dark .btn-outline-success:hover{background-color:#28a745;border-color:#28a745;color:#f8f9fa}.theme-dark .btn-outline-success.focus,.theme-dark .btn-outline-success:focus{box-shadow:0 0 0 .2rem #28a74580}.theme-dark .btn-outline-success.disabled,.theme-dark .btn-outline-success:disabled{background-color:initial;color:#28a745}.show>.theme-dark .btn-outline-success.dropdown-toggle,.theme-dark .btn-outline-success:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-success:not(:disabled):not(.disabled):active{background-color:#28a745;border-color:#28a745;color:#f8f9fa}.show>.theme-dark .btn-outline-success.dropdown-toggle:focus,.theme-dark .btn-outline-success:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-success:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #28a74580}.theme-dark .btn-outline-info{border-color:#549eff;color:#549eff}.theme-dark .btn-outline-info:hover{background-color:#549eff;border-color:#549eff;color:#f8f9fa}.theme-dark .btn-outline-info.focus,.theme-dark .btn-outline-info:focus{box-shadow:0 0 0 .2rem #549eff80}.theme-dark .btn-outline-info.disabled,.theme-dark .btn-outline-info:disabled{background-color:initial;color:#549eff}.show>.theme-dark .btn-outline-info.dropdown-toggle,.theme-dark .btn-outline-info:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-info:not(:disabled):not(.disabled):active{background-color:#549eff;border-color:#549eff;color:#f8f9fa}.show>.theme-dark .btn-outline-info.dropdown-toggle:focus,.theme-dark .btn-outline-info:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-info:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #549eff80}.theme-dark .btn-outline-warning{border-color:#ffb822;color:#ffb822}.theme-dark .btn-outline-warning:hover{background-color:#ffb822;border-color:#ffb822;color:#f8f9fa}.theme-dark .btn-outline-warning.focus,.theme-dark .btn-outline-warning:focus{box-shadow:0 0 0 .2rem #ffb82280}.theme-dark .btn-outline-warning.disabled,.theme-dark .btn-outline-warning:disabled{background-color:initial;color:#ffb822}.show>.theme-dark .btn-outline-warning.dropdown-toggle,.theme-dark .btn-outline-warning:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-warning:not(:disabled):not(.disabled):active{background-color:#ffb822;border-color:#ffb822;color:#f8f9fa}.show>.theme-dark .btn-outline-warning.dropdown-toggle:focus,.theme-dark .btn-outline-warning:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-warning:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #ffb82280}.theme-dark .btn-outline-danger{border-color:#dc2626;color:#dc2626}.theme-dark .btn-outline-danger:hover{background-color:#dc2626;border-color:#dc2626;color:#f8f9fa}.theme-dark .btn-outline-danger.focus,.theme-dark .btn-outline-danger:focus{box-shadow:0 0 0 .2rem #dc262680}.theme-dark .btn-outline-danger.disabled,.theme-dark .btn-outline-danger:disabled{background-color:initial;color:#dc2626}.show>.theme-dark .btn-outline-danger.dropdown-toggle,.theme-dark .btn-outline-danger:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-danger:not(:disabled):not(.disabled):active{background-color:#dc2626;border-color:#dc2626;color:#f8f9fa}.show>.theme-dark .btn-outline-danger.dropdown-toggle:focus,.theme-dark .btn-outline-danger:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-danger:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #dc262680}.theme-dark .btn-outline-light{border-color:#f9fafb0a;color:#f9fafb0a}.theme-dark .btn-outline-light:hover{background-color:#f9fafb0a;border-color:#f9fafb0a;color:#f8f9fa}.theme-dark .btn-outline-light.focus,.theme-dark .btn-outline-light:focus{box-shadow:0 0 0 .2rem #f9fafb80}.theme-dark .btn-outline-light.disabled,.theme-dark .btn-outline-light:disabled{background-color:initial;color:#f9fafb0a}.show>.theme-dark .btn-outline-light.dropdown-toggle,.theme-dark .btn-outline-light:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-light:not(:disabled):not(.disabled):active{background-color:#f9fafb0a;border-color:#f9fafb0a;color:#f8f9fa}.show>.theme-dark .btn-outline-light.dropdown-toggle:focus,.theme-dark .btn-outline-light:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #f9fafb80}.theme-dark .btn-outline-dark{border-color:#ff405733;color:#ff405733}.theme-dark .btn-outline-dark:hover{background-color:#ff405733;border-color:#ff405733;color:#f8f9fa}.theme-dark .btn-outline-dark.focus,.theme-dark .btn-outline-dark:focus{box-shadow:0 0 0 .2rem #ff405780}.theme-dark .btn-outline-dark.disabled,.theme-dark .btn-outline-dark:disabled{background-color:initial;color:#ff405733}.show>.theme-dark .btn-outline-dark.dropdown-toggle,.theme-dark .btn-outline-dark:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-dark:not(:disabled):not(.disabled):active{background-color:#ff405733;border-color:#ff405733;color:#f8f9fa}.show>.theme-dark .btn-outline-dark.dropdown-toggle:focus,.theme-dark .btn-outline-dark:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #ff405780}.theme-dark .btn-outline-blue{border-color:#007bff;color:#007bff}.theme-dark .btn-outline-blue:hover{background-color:#007bff;border-color:#007bff;color:#f8f9fa}.theme-dark .btn-outline-blue.focus,.theme-dark .btn-outline-blue:focus{box-shadow:0 0 0 .2rem #007bff80}.theme-dark .btn-outline-blue.disabled,.theme-dark .btn-outline-blue:disabled{background-color:initial;color:#007bff}.show>.theme-dark .btn-outline-blue.dropdown-toggle,.theme-dark .btn-outline-blue:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-blue:not(:disabled):not(.disabled):active{background-color:#007bff;border-color:#007bff;color:#f8f9fa}.show>.theme-dark .btn-outline-blue.dropdown-toggle:focus,.theme-dark .btn-outline-blue:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-blue:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #007bff80}.theme-dark .btn-outline-indigo{border-color:#6610f2;color:#6610f2}.theme-dark .btn-outline-indigo:hover{background-color:#6610f2;border-color:#6610f2;color:#f8f9fa}.theme-dark .btn-outline-indigo.focus,.theme-dark .btn-outline-indigo:focus{box-shadow:0 0 0 .2rem #6610f280}.theme-dark .btn-outline-indigo.disabled,.theme-dark .btn-outline-indigo:disabled{background-color:initial;color:#6610f2}.show>.theme-dark .btn-outline-indigo.dropdown-toggle,.theme-dark .btn-outline-indigo:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-indigo:not(:disabled):not(.disabled):active{background-color:#6610f2;border-color:#6610f2;color:#f8f9fa}.show>.theme-dark .btn-outline-indigo.dropdown-toggle:focus,.theme-dark .btn-outline-indigo:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-indigo:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #6610f280}.theme-dark .btn-outline-purple{border-color:#6f42c1;color:#6f42c1}.theme-dark .btn-outline-purple:hover{background-color:#6f42c1;border-color:#6f42c1;color:#f8f9fa}.theme-dark .btn-outline-purple.focus,.theme-dark .btn-outline-purple:focus{box-shadow:0 0 0 .2rem #6f42c180}.theme-dark .btn-outline-purple.disabled,.theme-dark .btn-outline-purple:disabled{background-color:initial;color:#6f42c1}.show>.theme-dark .btn-outline-purple.dropdown-toggle,.theme-dark .btn-outline-purple:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-purple:not(:disabled):not(.disabled):active{background-color:#6f42c1;border-color:#6f42c1;color:#f8f9fa}.show>.theme-dark .btn-outline-purple.dropdown-toggle:focus,.theme-dark .btn-outline-purple:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-purple:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #6f42c180}.theme-dark .btn-outline-pink{border-color:#e83e8c;color:#e83e8c}.theme-dark .btn-outline-pink:hover{background-color:#e83e8c;border-color:#e83e8c;color:#f8f9fa}.theme-dark .btn-outline-pink.focus,.theme-dark .btn-outline-pink:focus{box-shadow:0 0 0 .2rem #e83e8c80}.theme-dark .btn-outline-pink.disabled,.theme-dark .btn-outline-pink:disabled{background-color:initial;color:#e83e8c}.show>.theme-dark .btn-outline-pink.dropdown-toggle,.theme-dark .btn-outline-pink:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-pink:not(:disabled):not(.disabled):active{background-color:#e83e8c;border-color:#e83e8c;color:#f8f9fa}.show>.theme-dark .btn-outline-pink.dropdown-toggle:focus,.theme-dark .btn-outline-pink:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-pink:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #e83e8c80}.theme-dark .btn-outline-red{border-color:#dc3545;color:#dc3545}.theme-dark .btn-outline-red:hover{background-color:#dc3545;border-color:#dc3545;color:#f8f9fa}.theme-dark .btn-outline-red.focus,.theme-dark .btn-outline-red:focus{box-shadow:0 0 0 .2rem #dc354580}.theme-dark .btn-outline-red.disabled,.theme-dark .btn-outline-red:disabled{background-color:initial;color:#dc3545}.show>.theme-dark .btn-outline-red.dropdown-toggle,.theme-dark .btn-outline-red:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-red:not(:disabled):not(.disabled):active{background-color:#dc3545;border-color:#dc3545;color:#f8f9fa}.show>.theme-dark .btn-outline-red.dropdown-toggle:focus,.theme-dark .btn-outline-red:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-red:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #dc354580}.theme-dark .btn-outline-orange{border-color:#fd7e14;color:#fd7e14}.theme-dark .btn-outline-orange:hover{background-color:#fd7e14;border-color:#fd7e14;color:#f8f9fa}.theme-dark .btn-outline-orange.focus,.theme-dark .btn-outline-orange:focus{box-shadow:0 0 0 .2rem #fd7e1480}.theme-dark .btn-outline-orange.disabled,.theme-dark .btn-outline-orange:disabled{background-color:initial;color:#fd7e14}.show>.theme-dark .btn-outline-orange.dropdown-toggle,.theme-dark .btn-outline-orange:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-orange:not(:disabled):not(.disabled):active{background-color:#fd7e14;border-color:#fd7e14;color:#f8f9fa}.show>.theme-dark .btn-outline-orange.dropdown-toggle:focus,.theme-dark .btn-outline-orange:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-orange:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #fd7e1480}.theme-dark .btn-outline-yellow{border-color:#fcedb9;color:#fcedb9}.theme-dark .btn-outline-yellow:hover{background-color:#fcedb9;border-color:#fcedb9;color:#f8f9fa}.theme-dark .btn-outline-yellow.focus,.theme-dark .btn-outline-yellow:focus{box-shadow:0 0 0 .2rem #fcedb980}.theme-dark .btn-outline-yellow.disabled,.theme-dark .btn-outline-yellow:disabled{background-color:initial;color:#fcedb9}.show>.theme-dark .btn-outline-yellow.dropdown-toggle,.theme-dark .btn-outline-yellow:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-yellow:not(:disabled):not(.disabled):active{background-color:#fcedb9;border-color:#fcedb9;color:#f8f9fa}.show>.theme-dark .btn-outline-yellow.dropdown-toggle:focus,.theme-dark .btn-outline-yellow:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-yellow:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #fcedb980}.theme-dark .btn-outline-green{border-color:#28a745;color:#28a745}.theme-dark .btn-outline-green:hover{background-color:#28a745;border-color:#28a745;color:#f8f9fa}.theme-dark .btn-outline-green.focus,.theme-dark .btn-outline-green:focus{box-shadow:0 0 0 .2rem #28a74580}.theme-dark .btn-outline-green.disabled,.theme-dark .btn-outline-green:disabled{background-color:initial;color:#28a745}.show>.theme-dark .btn-outline-green.dropdown-toggle,.theme-dark .btn-outline-green:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-green:not(:disabled):not(.disabled):active{background-color:#28a745;border-color:#28a745;color:#f8f9fa}.show>.theme-dark .btn-outline-green.dropdown-toggle:focus,.theme-dark .btn-outline-green:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-green:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #28a74580}.theme-dark .btn-outline-teal{border-color:#20c997;color:#20c997}.theme-dark .btn-outline-teal:hover{background-color:#20c997;border-color:#20c997;color:#f8f9fa}.theme-dark .btn-outline-teal.focus,.theme-dark .btn-outline-teal:focus{box-shadow:0 0 0 .2rem #20c99780}.theme-dark .btn-outline-teal.disabled,.theme-dark .btn-outline-teal:disabled{background-color:initial;color:#20c997}.show>.theme-dark .btn-outline-teal.dropdown-toggle,.theme-dark .btn-outline-teal:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-teal:not(:disabled):not(.disabled):active{background-color:#20c997;border-color:#20c997;color:#f8f9fa}.show>.theme-dark .btn-outline-teal.dropdown-toggle:focus,.theme-dark .btn-outline-teal:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-teal:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #20c99780}.theme-dark .btn-outline-cyan{border-color:#17a2b8;color:#17a2b8}.theme-dark .btn-outline-cyan:hover{background-color:#17a2b8;border-color:#17a2b8;color:#f8f9fa}.theme-dark .btn-outline-cyan.focus,.theme-dark .btn-outline-cyan:focus{box-shadow:0 0 0 .2rem #17a2b880}.theme-dark .btn-outline-cyan.disabled,.theme-dark .btn-outline-cyan:disabled{background-color:initial;color:#17a2b8}.show>.theme-dark .btn-outline-cyan.dropdown-toggle,.theme-dark .btn-outline-cyan:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-cyan:not(:disabled):not(.disabled):active{background-color:#17a2b8;border-color:#17a2b8;color:#f8f9fa}.show>.theme-dark .btn-outline-cyan.dropdown-toggle:focus,.theme-dark .btn-outline-cyan:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-cyan:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #17a2b880}.theme-dark .btn-outline-white{border-color:#13171c;color:#13171c}.theme-dark .btn-outline-white:hover{background-color:#13171c;border-color:#13171c;color:#f8f9fa}.theme-dark .btn-outline-white.focus,.theme-dark .btn-outline-white:focus{box-shadow:0 0 0 .2rem #13171c80}.theme-dark .btn-outline-white.disabled,.theme-dark .btn-outline-white:disabled{background-color:initial;color:#13171c}.show>.theme-dark .btn-outline-white.dropdown-toggle,.theme-dark .btn-outline-white:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-white:not(:disabled):not(.disabled):active{background-color:#13171c;border-color:#13171c;color:#f8f9fa}.show>.theme-dark .btn-outline-white.dropdown-toggle:focus,.theme-dark .btn-outline-white:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-white:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #13171c80}.theme-dark .btn-outline-black{border-color:#f9fafb;color:#f9fafb}.theme-dark .btn-outline-black:hover{background-color:#f9fafb;border-color:#f9fafb;color:#f8f9fa}.theme-dark .btn-outline-black.focus,.theme-dark .btn-outline-black:focus{box-shadow:0 0 0 .2rem #f9fafb80}.theme-dark .btn-outline-black.disabled,.theme-dark .btn-outline-black:disabled{background-color:initial;color:#f9fafb}.show>.theme-dark .btn-outline-black.dropdown-toggle,.theme-dark .btn-outline-black:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-black:not(:disabled):not(.disabled):active{background-color:#f9fafb;border-color:#f9fafb;color:#f8f9fa}.show>.theme-dark .btn-outline-black.dropdown-toggle:focus,.theme-dark .btn-outline-black:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-black:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #f9fafb80}.theme-dark .btn-outline-gray-lighter{border-color:#1c1e25;color:#1c1e25}.theme-dark .btn-outline-gray-lighter:hover{background-color:#1c1e25;border-color:#1c1e25;color:#f8f9fa}.theme-dark .btn-outline-gray-lighter.focus,.theme-dark .btn-outline-gray-lighter:focus{box-shadow:0 0 0 .2rem #1c1e2580}.theme-dark .btn-outline-gray-lighter.disabled,.theme-dark .btn-outline-gray-lighter:disabled{background-color:initial;color:#1c1e25}.show>.theme-dark .btn-outline-gray-lighter.dropdown-toggle,.theme-dark .btn-outline-gray-lighter:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-gray-lighter:not(:disabled):not(.disabled):active{background-color:#1c1e25;border-color:#1c1e25;color:#f8f9fa}.show>.theme-dark .btn-outline-gray-lighter.dropdown-toggle:focus,.theme-dark .btn-outline-gray-lighter:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-gray-lighter:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #1c1e2580}.theme-dark .btn-outline-gray-light{border-color:#2b3039;color:#2b3039}.theme-dark .btn-outline-gray-light:hover{background-color:#2b3039;border-color:#2b3039;color:#f8f9fa}.theme-dark .btn-outline-gray-light.focus,.theme-dark .btn-outline-gray-light:focus{box-shadow:0 0 0 .2rem #2b303980}.theme-dark .btn-outline-gray-light.disabled,.theme-dark .btn-outline-gray-light:disabled{background-color:initial;color:#2b3039}.show>.theme-dark .btn-outline-gray-light.dropdown-toggle,.theme-dark .btn-outline-gray-light:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-gray-light:not(:disabled):not(.disabled):active{background-color:#2b3039;border-color:#2b3039;color:#f8f9fa}.show>.theme-dark .btn-outline-gray-light.dropdown-toggle:focus,.theme-dark .btn-outline-gray-light:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-gray-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #2b303980}.theme-dark .btn-outline-gray{border-color:#9ca3af;color:#9ca3af}.theme-dark .btn-outline-gray:hover{background-color:#9ca3af;border-color:#9ca3af;color:#f8f9fa}.theme-dark .btn-outline-gray.focus,.theme-dark .btn-outline-gray:focus{box-shadow:0 0 0 .2rem #9ca3af80}.theme-dark .btn-outline-gray.disabled,.theme-dark .btn-outline-gray:disabled{background-color:initial;color:#9ca3af}.show>.theme-dark .btn-outline-gray.dropdown-toggle,.theme-dark .btn-outline-gray:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-gray:not(:disabled):not(.disabled):active{background-color:#9ca3af;border-color:#9ca3af;color:#f8f9fa}.show>.theme-dark .btn-outline-gray.dropdown-toggle:focus,.theme-dark .btn-outline-gray:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-gray:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #9ca3af80}.theme-dark .btn-outline-gray-dark{border-color:#f8f9fa;color:#f8f9fa}.theme-dark .btn-outline-gray-dark:hover{background-color:#f8f9fa;border-color:#f8f9fa;color:#f8f9fa}.theme-dark .btn-outline-gray-dark.focus,.theme-dark .btn-outline-gray-dark:focus{box-shadow:0 0 0 .2rem #f8f9fa80}.theme-dark .btn-outline-gray-dark.disabled,.theme-dark .btn-outline-gray-dark:disabled{background-color:initial;color:#f8f9fa}.show>.theme-dark .btn-outline-gray-dark.dropdown-toggle,.theme-dark .btn-outline-gray-dark:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-gray-dark:not(:disabled):not(.disabled):active{background-color:#f8f9fa;border-color:#f8f9fa;color:#f8f9fa}.show>.theme-dark .btn-outline-gray-dark.dropdown-toggle:focus,.theme-dark .btn-outline-gray-dark:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-gray-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #f8f9fa80}.theme-dark .btn-outline-input-color{border-color:#d1d5db;color:#d1d5db}.theme-dark .btn-outline-input-color:hover{background-color:#d1d5db;border-color:#d1d5db;color:#f8f9fa}.theme-dark .btn-outline-input-color.focus,.theme-dark .btn-outline-input-color:focus{box-shadow:0 0 0 .2rem #d1d5db80}.theme-dark .btn-outline-input-color.disabled,.theme-dark .btn-outline-input-color:disabled{background-color:initial;color:#d1d5db}.show>.theme-dark .btn-outline-input-color.dropdown-toggle,.theme-dark .btn-outline-input-color:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-input-color:not(:disabled):not(.disabled):active{background-color:#d1d5db;border-color:#d1d5db;color:#f8f9fa}.show>.theme-dark .btn-outline-input-color.dropdown-toggle:focus,.theme-dark .btn-outline-input-color:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-input-color:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #d1d5db80}.theme-dark .btn-outline-input-placeholder{border-color:#6b7280;color:#6b7280}.theme-dark .btn-outline-input-placeholder:hover{background-color:#6b7280;border-color:#6b7280;color:#f8f9fa}.theme-dark .btn-outline-input-placeholder.focus,.theme-dark .btn-outline-input-placeholder:focus{box-shadow:0 0 0 .2rem #6b728080}.theme-dark .btn-outline-input-placeholder.disabled,.theme-dark .btn-outline-input-placeholder:disabled{background-color:initial;color:#6b7280}.show>.theme-dark .btn-outline-input-placeholder.dropdown-toggle,.theme-dark .btn-outline-input-placeholder:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-input-placeholder:not(:disabled):not(.disabled):active{background-color:#6b7280;border-color:#6b7280;color:#f8f9fa}.show>.theme-dark .btn-outline-input-placeholder.dropdown-toggle:focus,.theme-dark .btn-outline-input-placeholder:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-input-placeholder:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #6b728080}.theme-dark .btn-outline-primary-dark{border-color:#fff3f4;color:#fff3f4}.theme-dark .btn-outline-primary-dark:hover{background-color:#fff3f4;border-color:#fff3f4;color:#f8f9fa}.theme-dark .btn-outline-primary-dark.focus,.theme-dark .btn-outline-primary-dark:focus{box-shadow:0 0 0 .2rem #fff3f480}.theme-dark .btn-outline-primary-dark.disabled,.theme-dark .btn-outline-primary-dark:disabled{background-color:initial;color:#fff3f4}.show>.theme-dark .btn-outline-primary-dark.dropdown-toggle,.theme-dark .btn-outline-primary-dark:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-primary-dark:not(:disabled):not(.disabled):active{background-color:#fff3f4;border-color:#fff3f4;color:#f8f9fa}.show>.theme-dark .btn-outline-primary-dark.dropdown-toggle:focus,.theme-dark .btn-outline-primary-dark:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-primary-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #fff3f480}.theme-dark .btn-outline-primary-light{border-color:#ff1733;color:#ff1733}.theme-dark .btn-outline-primary-light:hover{background-color:#ff1733;border-color:#ff1733;color:#f8f9fa}.theme-dark .btn-outline-primary-light.focus,.theme-dark .btn-outline-primary-light:focus{box-shadow:0 0 0 .2rem #ff173380}.theme-dark .btn-outline-primary-light.disabled,.theme-dark .btn-outline-primary-light:disabled{background-color:initial;color:#ff1733}.show>.theme-dark .btn-outline-primary-light.dropdown-toggle,.theme-dark .btn-outline-primary-light:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-primary-light:not(:disabled):not(.disabled):active{background-color:#ff1733;border-color:#ff1733;color:#f8f9fa}.show>.theme-dark .btn-outline-primary-light.dropdown-toggle:focus,.theme-dark .btn-outline-primary-light:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-primary-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #ff173380}.theme-dark .btn-outline-secondary-dark{border-color:#758197;color:#758197}.theme-dark .btn-outline-secondary-dark:hover{background-color:#758197;border-color:#758197;color:#f8f9fa}.theme-dark .btn-outline-secondary-dark.focus,.theme-dark .btn-outline-secondary-dark:focus{box-shadow:0 0 0 .2rem #75819780}.theme-dark .btn-outline-secondary-dark.disabled,.theme-dark .btn-outline-secondary-dark:disabled{background-color:initial;color:#758197}.show>.theme-dark .btn-outline-secondary-dark.dropdown-toggle,.theme-dark .btn-outline-secondary-dark:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-secondary-dark:not(:disabled):not(.disabled):active{background-color:#758197;border-color:#758197;color:#f8f9fa}.show>.theme-dark .btn-outline-secondary-dark.dropdown-toggle:focus,.theme-dark .btn-outline-secondary-dark:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-secondary-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #75819780}.theme-dark .btn-outline-secondary-light{border-color:#191c22;color:#191c22}.theme-dark .btn-outline-secondary-light:hover{background-color:#191c22;border-color:#191c22;color:#f8f9fa}.theme-dark .btn-outline-secondary-light.focus,.theme-dark .btn-outline-secondary-light:focus{box-shadow:0 0 0 .2rem #191c2280}.theme-dark .btn-outline-secondary-light.disabled,.theme-dark .btn-outline-secondary-light:disabled{background-color:initial;color:#191c22}.show>.theme-dark .btn-outline-secondary-light.dropdown-toggle,.theme-dark .btn-outline-secondary-light:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-secondary-light:not(:disabled):not(.disabled):active{background-color:#191c22;border-color:#191c22;color:#f8f9fa}.show>.theme-dark .btn-outline-secondary-light.dropdown-toggle:focus,.theme-dark .btn-outline-secondary-light:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-secondary-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #191c2280}.theme-dark .btn-outline-success-dark{border-color:#e1f8e6;color:#e1f8e6}.theme-dark .btn-outline-success-dark:hover{background-color:#e1f8e6;border-color:#e1f8e6;color:#f8f9fa}.theme-dark .btn-outline-success-dark.focus,.theme-dark .btn-outline-success-dark:focus{box-shadow:0 0 0 .2rem #e1f8e680}.theme-dark .btn-outline-success-dark.disabled,.theme-dark .btn-outline-success-dark:disabled{background-color:initial;color:#e1f8e6}.show>.theme-dark .btn-outline-success-dark.dropdown-toggle,.theme-dark .btn-outline-success-dark:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-success-dark:not(:disabled):not(.disabled):active{background-color:#e1f8e6;border-color:#e1f8e6;color:#f8f9fa}.show>.theme-dark .btn-outline-success-dark.dropdown-toggle:focus,.theme-dark .btn-outline-success-dark:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-success-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #e1f8e680}.theme-dark .btn-outline-success-light{border-color:#208637;color:#208637}.theme-dark .btn-outline-success-light:hover{background-color:#208637;border-color:#208637;color:#f8f9fa}.theme-dark .btn-outline-success-light.focus,.theme-dark .btn-outline-success-light:focus{box-shadow:0 0 0 .2rem #20863780}.theme-dark .btn-outline-success-light.disabled,.theme-dark .btn-outline-success-light:disabled{background-color:initial;color:#208637}.show>.theme-dark .btn-outline-success-light.dropdown-toggle,.theme-dark .btn-outline-success-light:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-success-light:not(:disabled):not(.disabled):active{background-color:#208637;border-color:#208637;color:#f8f9fa}.show>.theme-dark .btn-outline-success-light.dropdown-toggle:focus,.theme-dark .btn-outline-success-light:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-success-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #20863780}.theme-dark .btn-outline-info-dark{border-color:#fcfdff;color:#fcfdff}.theme-dark .btn-outline-info-dark:hover{background-color:#fcfdff;border-color:#fcfdff;color:#f8f9fa}.theme-dark .btn-outline-info-dark.focus,.theme-dark .btn-outline-info-dark:focus{box-shadow:0 0 0 .2rem #fcfdff80}.theme-dark .btn-outline-info-dark.disabled,.theme-dark .btn-outline-info-dark:disabled{background-color:initial;color:#fcfdff}.show>.theme-dark .btn-outline-info-dark.dropdown-toggle,.theme-dark .btn-outline-info-dark:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-info-dark:not(:disabled):not(.disabled):active{background-color:#fcfdff;border-color:#fcfdff;color:#f8f9fa}.show>.theme-dark .btn-outline-info-dark.dropdown-toggle:focus,.theme-dark .btn-outline-info-dark:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-info-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #fcfdff80}.theme-dark .btn-outline-info-light{border-color:#2b87ff;color:#2b87ff}.theme-dark .btn-outline-info-light:hover{background-color:#2b87ff;border-color:#2b87ff;color:#f8f9fa}.theme-dark .btn-outline-info-light.focus,.theme-dark .btn-outline-info-light:focus{box-shadow:0 0 0 .2rem #2b87ff80}.theme-dark .btn-outline-info-light.disabled,.theme-dark .btn-outline-info-light:disabled{background-color:initial;color:#2b87ff}.show>.theme-dark .btn-outline-info-light.dropdown-toggle,.theme-dark .btn-outline-info-light:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-info-light:not(:disabled):not(.disabled):active{background-color:#2b87ff;border-color:#2b87ff;color:#f8f9fa}.show>.theme-dark .btn-outline-info-light.dropdown-toggle:focus,.theme-dark .btn-outline-info-light:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-info-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #2b87ff80}.theme-dark .btn-outline-warning-dark{border-color:#fff1d5;color:#fff1d5}.theme-dark .btn-outline-warning-dark:hover{background-color:#fff1d5;border-color:#fff1d5;color:#f8f9fa}.theme-dark .btn-outline-warning-dark.focus,.theme-dark .btn-outline-warning-dark:focus{box-shadow:0 0 0 .2rem #fff1d580}.theme-dark .btn-outline-warning-dark.disabled,.theme-dark .btn-outline-warning-dark:disabled{background-color:initial;color:#fff1d5}.show>.theme-dark .btn-outline-warning-dark.dropdown-toggle,.theme-dark .btn-outline-warning-dark:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-warning-dark:not(:disabled):not(.disabled):active{background-color:#fff1d5;border-color:#fff1d5;color:#f8f9fa}.show>.theme-dark .btn-outline-warning-dark.dropdown-toggle:focus,.theme-dark .btn-outline-warning-dark:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-warning-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #fff1d580}.theme-dark .btn-outline-warning-light{border-color:#f8a800;color:#f8a800}.theme-dark .btn-outline-warning-light:hover{background-color:#f8a800;border-color:#f8a800;color:#f8f9fa}.theme-dark .btn-outline-warning-light.focus,.theme-dark .btn-outline-warning-light:focus{box-shadow:0 0 0 .2rem #f8a80080}.theme-dark .btn-outline-warning-light.disabled,.theme-dark .btn-outline-warning-light:disabled{background-color:initial;color:#f8a800}.show>.theme-dark .btn-outline-warning-light.dropdown-toggle,.theme-dark .btn-outline-warning-light:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-warning-light:not(:disabled):not(.disabled):active{background-color:#f8a800;border-color:#f8a800;color:#f8f9fa}.show>.theme-dark .btn-outline-warning-light.dropdown-toggle:focus,.theme-dark .btn-outline-warning-light:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-warning-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #f8a80080}.theme-dark .btn-outline-danger-dark{border-color:#f6c8c8;color:#f6c8c8}.theme-dark .btn-outline-danger-dark:hover{background-color:#f6c8c8;border-color:#f6c8c8;color:#f8f9fa}.theme-dark .btn-outline-danger-dark.focus,.theme-dark .btn-outline-danger-dark:focus{box-shadow:0 0 0 .2rem #f6c8c880}.theme-dark .btn-outline-danger-dark.disabled,.theme-dark .btn-outline-danger-dark:disabled{background-color:initial;color:#f6c8c8}.show>.theme-dark .btn-outline-danger-dark.dropdown-toggle,.theme-dark .btn-outline-danger-dark:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-danger-dark:not(:disabled):not(.disabled):active{background-color:#f6c8c8;border-color:#f6c8c8;color:#f8f9fa}.show>.theme-dark .btn-outline-danger-dark.dropdown-toggle:focus,.theme-dark .btn-outline-danger-dark:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-danger-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #f6c8c880}.theme-dark .btn-outline-danger-light{border-color:#bb1e1e;color:#bb1e1e}.theme-dark .btn-outline-danger-light:hover{background-color:#bb1e1e;border-color:#bb1e1e;color:#f8f9fa}.theme-dark .btn-outline-danger-light.focus,.theme-dark .btn-outline-danger-light:focus{box-shadow:0 0 0 .2rem #bb1e1e80}.theme-dark .btn-outline-danger-light.disabled,.theme-dark .btn-outline-danger-light:disabled{background-color:initial;color:#bb1e1e}.show>.theme-dark .btn-outline-danger-light.dropdown-toggle,.theme-dark .btn-outline-danger-light:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-danger-light:not(:disabled):not(.disabled):active{background-color:#bb1e1e;border-color:#bb1e1e;color:#f8f9fa}.show>.theme-dark .btn-outline-danger-light.dropdown-toggle:focus,.theme-dark .btn-outline-danger-light:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-danger-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #bb1e1e80}.theme-dark .btn-outline-dark-dark{border-color:#ff4f6433;color:#ff4f6433}.theme-dark .btn-outline-dark-dark:hover{background-color:#ff4f6433;border-color:#ff4f6433;color:#f8f9fa}.theme-dark .btn-outline-dark-dark.focus,.theme-dark .btn-outline-dark-dark:focus{box-shadow:0 0 0 .2rem #ff4f6480}.theme-dark .btn-outline-dark-dark.disabled,.theme-dark .btn-outline-dark-dark:disabled{background-color:initial;color:#ff4f6433}.show>.theme-dark .btn-outline-dark-dark.dropdown-toggle,.theme-dark .btn-outline-dark-dark:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-dark-dark:not(:disabled):not(.disabled):active{background-color:#ff4f6433;border-color:#ff4f6433;color:#f8f9fa}.show>.theme-dark .btn-outline-dark-dark.dropdown-toggle:focus,.theme-dark .btn-outline-dark-dark:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-dark-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #ff4f6480}.theme-dark .btn-outline-dark-light{border-color:#ff173333;color:#ff173333}.theme-dark .btn-outline-dark-light:hover{background-color:#ff173333;border-color:#ff173333;color:#f8f9fa}.theme-dark .btn-outline-dark-light.focus,.theme-dark .btn-outline-dark-light:focus{box-shadow:0 0 0 .2rem #ff173380}.theme-dark .btn-outline-dark-light.disabled,.theme-dark .btn-outline-dark-light:disabled{background-color:initial;color:#ff173333}.show>.theme-dark .btn-outline-dark-light.dropdown-toggle,.theme-dark .btn-outline-dark-light:not(:disabled):not(.disabled).active,.theme-dark .btn-outline-dark-light:not(:disabled):not(.disabled):active{background-color:#ff173333;border-color:#ff173333;color:#f8f9fa}.show>.theme-dark .btn-outline-dark-light.dropdown-toggle:focus,.theme-dark .btn-outline-dark-light:not(:disabled):not(.disabled).active:focus,.theme-dark .btn-outline-dark-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #ff173380}.theme-dark .btn-link{color:#ff4057;font-weight:400;text-decoration:none}.theme-dark .btn-link:hover{color:#ff1733;text-decoration:underline}.theme-dark .btn-link.focus,.theme-dark .btn-link:focus{text-decoration:underline}.theme-dark .btn-link.disabled,.theme-dark .btn-link:disabled{color:#9ca3af;pointer-events:none}.theme-dark .btn-group-lg>.btn,.theme-dark .btn-lg{border-radius:.3rem;font-size:1.25rem;line-height:1.5;padding:.5rem 1rem}.theme-dark .btn-group-sm>.btn,.theme-dark .btn-sm{border-radius:.2rem;font-size:.875rem;line-height:1.5;padding:.16rem .5rem}.theme-dark .btn-block{display:block;width:100%}.theme-dark .btn-block+.btn-block{margin-top:.5rem}.theme-dark input[type=button].btn-block,.theme-dark input[type=reset].btn-block,.theme-dark input[type=submit].btn-block{width:100%}.theme-dark .fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.theme-dark .fade{transition:none}}.theme-dark .fade:not(.show){opacity:0}.theme-dark .collapse:not(.show){display:none}.theme-dark .collapsing{height:0;overflow:hidden;position:relative;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.theme-dark .collapsing{transition:none}}.theme-dark .collapsing.width{height:auto;transition:width .35s ease;width:0}@media (prefers-reduced-motion:reduce){.theme-dark .collapsing.width{transition:none}}.theme-dark .dropdown,.theme-dark .dropleft,.theme-dark .dropright,.theme-dark .dropup{position:relative}.theme-dark .dropdown-toggle{white-space:nowrap}.theme-dark .dropdown-toggle:after{border-bottom:0;border-left:.3em solid #0000;border-right:.3em solid #0000;border-top:.3em solid;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.theme-dark .dropdown-toggle:empty:after{margin-left:0}.theme-dark .dropdown-menu{background-clip:padding-box;background-color:#13171c;border:1px solid #f9fafb26;border-radius:.25rem;color:#e5e7eb;display:none;float:left;font-size:1rem;left:0;list-style:none;margin:.125rem 0 0;min-width:10rem;padding:.5rem 0;position:absolute;text-align:left;top:100%;z-index:1000}.theme-dark .dropdown-menu-left{left:0;right:auto}.theme-dark .dropdown-menu-right{left:auto;right:0}@media (min-width:576px){.theme-dark .dropdown-menu-sm-left{left:0;right:auto}.theme-dark .dropdown-menu-sm-right{left:auto;right:0}}@media (min-width:768px){.theme-dark .dropdown-menu-md-left{left:0;right:auto}.theme-dark .dropdown-menu-md-right{left:auto;right:0}}@media (min-width:992px){.theme-dark .dropdown-menu-lg-left{left:0;right:auto}.theme-dark .dropdown-menu-lg-right{left:auto;right:0}}@media (min-width:1200px){.theme-dark .dropdown-menu-xl-left{left:0;right:auto}.theme-dark .dropdown-menu-xl-right{left:auto;right:0}}.theme-dark .dropup .dropdown-menu{bottom:100%;margin-bottom:.125rem;margin-top:0;top:auto}.theme-dark .dropup .dropdown-toggle:after{border-bottom:.3em solid;border-left:.3em solid #0000;border-right:.3em solid #0000;border-top:0;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.theme-dark .dropup .dropdown-toggle:empty:after{margin-left:0}.theme-dark .dropright .dropdown-menu{left:100%;margin-left:.125rem;margin-top:0;right:auto;top:0}.theme-dark .dropright .dropdown-toggle:after{border-bottom:.3em solid #0000;border-left:.3em solid;border-right:0;border-top:.3em solid #0000;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.theme-dark .dropright .dropdown-toggle:empty:after{margin-left:0}.theme-dark .dropright .dropdown-toggle:after{vertical-align:0}.theme-dark .dropleft .dropdown-menu{left:auto;margin-right:.125rem;margin-top:0;right:100%;top:0}.theme-dark .dropleft .dropdown-toggle:after{content:"";display:inline-block;display:none;margin-left:.255em;vertical-align:.255em}.theme-dark .dropleft .dropdown-toggle:before{border-bottom:.3em solid #0000;border-right:.3em solid;border-top:.3em solid #0000;content:"";display:inline-block;margin-right:.255em;vertical-align:.255em}.theme-dark .dropleft .dropdown-toggle:empty:after{margin-left:0}.theme-dark .dropleft .dropdown-toggle:before{vertical-align:0}.theme-dark .dropdown-menu[x-placement^=bottom],.theme-dark .dropdown-menu[x-placement^=left],.theme-dark .dropdown-menu[x-placement^=right],.theme-dark .dropdown-menu[x-placement^=top]{bottom:auto;right:auto}.theme-dark .dropdown-divider{border-top:1px solid #f9fafb26;height:0;margin:.5rem 0;overflow:hidden}.theme-dark .dropdown-item{background-color:initial;border:0;clear:both;color:#f8f9fa;display:block;font-weight:400;padding:.45rem 1.5rem;text-align:inherit;white-space:nowrap;width:100%}.theme-dark .dropdown-item:focus,.theme-dark .dropdown-item:hover{background-color:#1c1e25;color:#e9ecef;text-decoration:none}.theme-dark .dropdown-item.active,.theme-dark .dropdown-item:active{background-color:#ff4057;color:#f8f9fa;text-decoration:none}.theme-dark .dropdown-item.disabled,.theme-dark .dropdown-item:disabled{background-color:initial;color:#6b7280;pointer-events:none}.theme-dark .dropdown-menu.show{display:block}.theme-dark .dropdown-header{color:#6b7280;display:block;font-size:.875rem;margin-bottom:0;padding:.5rem 1.5rem;white-space:nowrap}.theme-dark .dropdown-item-text{color:#f8f9fa;display:block;padding:.45rem 1.5rem}.theme-dark .btn-group,.theme-dark .btn-group-vertical{display:inline-flex;position:relative;vertical-align:middle}.theme-dark .btn-group-vertical>.btn,.theme-dark .btn-group>.btn{flex:1 1 auto;position:relative}.theme-dark .btn-group-vertical>.btn.active,.theme-dark .btn-group-vertical>.btn:active,.theme-dark .btn-group-vertical>.btn:focus,.theme-dark .btn-group-vertical>.btn:hover,.theme-dark .btn-group>.btn.active,.theme-dark .btn-group>.btn:active,.theme-dark .btn-group>.btn:focus,.theme-dark .btn-group>.btn:hover{z-index:1}.theme-dark .btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.theme-dark .btn-toolbar .input-group{width:auto}.theme-dark .btn-group>.btn-group:not(:first-child),.theme-dark .btn-group>.btn:not(:first-child){margin-left:-1px}.theme-dark .btn-group>.btn-group:not(:last-child)>.btn,.theme-dark .btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.theme-dark .btn-group>.btn-group:not(:first-child)>.btn,.theme-dark .btn-group>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.theme-dark .dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.dropright .theme-dark .dropdown-toggle-split:after,.dropup .theme-dark .dropdown-toggle-split:after,.theme-dark .dropdown-toggle-split:after{margin-left:0}.dropleft .theme-dark .dropdown-toggle-split:before{margin-right:0}.theme-dark .btn-group-sm>.btn+.dropdown-toggle-split,.theme-dark .btn-sm+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.theme-dark .btn-group-lg>.btn+.dropdown-toggle-split,.theme-dark .btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.theme-dark .btn-group-vertical{align-items:flex-start;flex-direction:column;justify-content:center}.theme-dark .btn-group-vertical>.btn,.theme-dark .btn-group-vertical>.btn-group{width:100%}.theme-dark .btn-group-vertical>.btn-group:not(:first-child),.theme-dark .btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.theme-dark .btn-group-vertical>.btn-group:not(:last-child)>.btn,.theme-dark .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.theme-dark .btn-group-vertical>.btn-group:not(:first-child)>.btn,.theme-dark .btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.theme-dark .btn-group-toggle>.btn,.theme-dark .btn-group-toggle>.btn-group>.btn{margin-bottom:0}.theme-dark .btn-group-toggle>.btn input[type=checkbox],.theme-dark .btn-group-toggle>.btn input[type=radio],.theme-dark .btn-group-toggle>.btn-group>.btn input[type=checkbox],.theme-dark .btn-group-toggle>.btn-group>.btn input[type=radio]{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.theme-dark .input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.theme-dark .input-group>.custom-file,.theme-dark .input-group>.custom-select,.theme-dark .input-group>.form-control,.theme-dark .input-group>.form-control-plaintext{flex:1 1 auto;margin-bottom:0;min-width:0;position:relative;width:1%}.theme-dark .input-group>.custom-file+.custom-file,.theme-dark .input-group>.custom-file+.custom-select,.theme-dark .input-group>.custom-file+.form-control,.theme-dark .input-group>.custom-select+.custom-file,.theme-dark .input-group>.custom-select+.custom-select,.theme-dark .input-group>.custom-select+.form-control,.theme-dark .input-group>.form-control+.custom-file,.theme-dark .input-group>.form-control+.custom-select,.theme-dark .input-group>.form-control+.form-control,.theme-dark .input-group>.form-control-plaintext+.custom-file,.theme-dark .input-group>.form-control-plaintext+.custom-select,.theme-dark .input-group>.form-control-plaintext+.form-control{margin-left:-1px}.theme-dark .input-group>.custom-file .custom-file-input:focus~.custom-file-label,.theme-dark .input-group>.custom-select:focus,.theme-dark .input-group>.form-control:focus{z-index:3}.theme-dark .input-group>.custom-file .custom-file-input:focus{z-index:4}.theme-dark .input-group>.custom-select:not(:first-child),.theme-dark .input-group>.form-control:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.theme-dark .input-group>.custom-file{align-items:center;display:flex}.theme-dark .input-group>.custom-file:not(:last-child) .custom-file-label,.theme-dark .input-group>.custom-file:not(:last-child) .custom-file-label:after{border-bottom-right-radius:0;border-top-right-radius:0}.theme-dark .input-group>.custom-file:not(:first-child) .custom-file-label{border-bottom-left-radius:0;border-top-left-radius:0}.theme-dark .input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.theme-dark .input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,.theme-dark .input-group.has-validation>.custom-select:nth-last-child(n+3),.theme-dark .input-group.has-validation>.form-control:nth-last-child(n+3),.theme-dark .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.theme-dark .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,.theme-dark .input-group:not(.has-validation)>.custom-select:not(:last-child),.theme-dark .input-group:not(.has-validation)>.form-control:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.theme-dark .input-group-append,.theme-dark .input-group-prepend{display:flex}.theme-dark .input-group-append .btn,.theme-dark .input-group-prepend .btn{position:relative;z-index:2}.theme-dark .input-group-append .btn:focus,.theme-dark .input-group-prepend .btn:focus{z-index:3}.theme-dark .input-group-append .btn+.btn,.theme-dark .input-group-append .btn+.input-group-text,.theme-dark .input-group-append .input-group-text+.btn,.theme-dark .input-group-append .input-group-text+.input-group-text,.theme-dark .input-group-prepend .btn+.btn,.theme-dark .input-group-prepend .btn+.input-group-text,.theme-dark .input-group-prepend .input-group-text+.btn,.theme-dark .input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.theme-dark .input-group-prepend{margin-right:-1px}.theme-dark .input-group-append{margin-left:-1px}.theme-dark .input-group-text{align-items:center;background-color:#1c1e25;border:1px solid #445365;border-radius:.25rem;color:#d1d5db;display:flex;font-size:1rem;font-weight:400;line-height:1.5;margin-bottom:0;padding:.375rem .75rem;text-align:center;white-space:nowrap}.theme-dark .input-group-text input[type=checkbox],.theme-dark .input-group-text input[type=radio]{margin-top:0}.theme-dark .input-group-lg>.custom-select,.theme-dark .input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.theme-dark .input-group-lg>.custom-select,.theme-dark .input-group-lg>.form-control,.theme-dark .input-group-lg>.input-group-append>.btn,.theme-dark .input-group-lg>.input-group-append>.input-group-text,.theme-dark .input-group-lg>.input-group-prepend>.btn,.theme-dark .input-group-lg>.input-group-prepend>.input-group-text{border-radius:.3rem;font-size:1.25rem;line-height:1.5;padding:.5rem 1rem}.theme-dark .input-group-sm>.custom-select,.theme-dark .input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.theme-dark .input-group-sm>.custom-select,.theme-dark .input-group-sm>.form-control,.theme-dark .input-group-sm>.input-group-append>.btn,.theme-dark .input-group-sm>.input-group-append>.input-group-text,.theme-dark .input-group-sm>.input-group-prepend>.btn,.theme-dark .input-group-sm>.input-group-prepend>.input-group-text{border-radius:.2rem;font-size:.875rem;line-height:1.5;padding:.25rem .5rem}.theme-dark .input-group-lg>.custom-select,.theme-dark .input-group-sm>.custom-select{padding-right:1.75rem}.theme-dark .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.theme-dark .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.theme-dark .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.theme-dark .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.theme-dark .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.theme-dark .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.theme-dark .input-group>.input-group-prepend>.btn,.theme-dark .input-group>.input-group-prepend>.input-group-text{border-bottom-right-radius:0;border-top-right-radius:0}.theme-dark .input-group>.input-group-append>.btn,.theme-dark .input-group>.input-group-append>.input-group-text,.theme-dark .input-group>.input-group-prepend:first-child>.btn:not(:first-child),.theme-dark .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.theme-dark .input-group>.input-group-prepend:not(:first-child)>.btn,.theme-dark .input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-bottom-left-radius:0;border-top-left-radius:0}.theme-dark .custom-control{display:block;min-height:1.5rem;padding-left:1.5rem;position:relative;-webkit-print-color-adjust:exact;print-color-adjust:exact;z-index:1}.theme-dark .custom-control-inline{display:inline-flex;margin-right:1rem}.theme-dark .custom-control-input{height:1.25rem;left:0;opacity:0;position:absolute;width:1rem;z-index:-1}.theme-dark .custom-control-input:checked~.custom-control-label:before{background-color:#ff4057;border-color:#ff4057;color:#13171c}.theme-dark .custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem #ff405740}.theme-dark .custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#ff455b}.theme-dark .custom-control-input:not(:disabled):active~.custom-control-label:before{background-color:#fff3f4;border-color:#fff3f4;color:#13171c}.theme-dark .custom-control-input:disabled~.custom-control-label,.theme-dark .custom-control-input[disabled]~.custom-control-label{color:#9ca3af}.theme-dark .custom-control-input:disabled~.custom-control-label:before,.theme-dark .custom-control-input[disabled]~.custom-control-label:before{background-color:#1c1e25}.theme-dark .custom-control-label{margin-bottom:0;position:relative;vertical-align:top}.theme-dark .custom-control-label:before{background-color:#13171c;border:1px solid #6b7280;pointer-events:none}.theme-dark .custom-control-label:after,.theme-dark .custom-control-label:before{content:"";display:block;height:1rem;left:-1.5rem;position:absolute;top:.25rem;width:1rem}.theme-dark .custom-control-label:after{background:50%/50% 50% no-repeat}.theme-dark .custom-checkbox .custom-control-label:before{border-radius:.25rem}.theme-dark .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2313171c' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}.theme-dark .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{background-color:#ff4057;border-color:#ff4057}.theme-dark .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%2313171c' d='M0 2h4'/%3E%3C/svg%3E")}.theme-dark .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before,.theme-dark .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:#ff405780}.theme-dark .custom-radio .custom-control-label:before{border-radius:50%}.theme-dark .custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2313171c'/%3E%3C/svg%3E")}.theme-dark .custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:#ff405780}.theme-dark .custom-switch{padding-left:2.25rem}.theme-dark .custom-switch .custom-control-label:before{border-radius:.5rem;left:-2.25rem;pointer-events:all;width:1.75rem}.theme-dark .custom-switch .custom-control-label:after{background-color:#6b7280;border-radius:.5rem;height:calc(1rem - 4px);left:calc(-2.25rem + 2px);top:calc(.25rem + 2px);transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:calc(1rem - 4px)}@media (prefers-reduced-motion:reduce){.theme-dark .custom-switch .custom-control-label:after{transition:none}}.theme-dark .custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#13171c;transform:translateX(.75rem)}.theme-dark .custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:#ff405780}.theme-dark .custom-select{appearance:none;background:#13171c url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23e5e7eb' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;border:1px solid #445365;border-radius:.25rem;color:#d1d5db;display:inline-block;font-size:1rem;font-weight:400;height:calc(1.5em + .75rem + 2px);line-height:1.5;padding:.375rem 1.75rem .375rem .75rem;vertical-align:middle;width:100%}.theme-dark .custom-select:focus{border-color:#ff455b;box-shadow:0 0 0 .2rem #ff405740;outline:0}.theme-dark .custom-select:focus::-ms-value{background-color:#13171c;color:#d1d5db}.theme-dark .custom-select[multiple],.theme-dark .custom-select[size]:not([size="1"]){background-image:none;height:auto;padding-right:.75rem}.theme-dark .custom-select:disabled{background-color:#1c1e25;color:#9ca3af}.theme-dark .custom-select::-ms-expand{display:none}.theme-dark .custom-select:-moz-focusring{color:#0000;text-shadow:0 0 0 #d1d5db}.theme-dark .custom-select-sm{font-size:.875rem;height:calc(1.5em + .5rem + 2px);padding-bottom:.25rem;padding-left:.5rem;padding-top:.25rem}.theme-dark .custom-select-lg{font-size:1.25rem;height:calc(1.5em + 1rem + 2px);padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}.theme-dark .custom-file{display:inline-block;margin-bottom:0}.theme-dark .custom-file,.theme-dark .custom-file-input{height:calc(1.5em + .75rem + 2px);position:relative;width:100%}.theme-dark .custom-file-input{margin:0;opacity:0;overflow:hidden;z-index:2}.theme-dark .custom-file-input:focus~.custom-file-label{border-color:#ff455b;box-shadow:0 0 0 .2rem #ff405740}.theme-dark .custom-file-input:disabled~.custom-file-label,.theme-dark .custom-file-input[disabled]~.custom-file-label{background-color:#1c1e25}.theme-dark .custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.theme-dark .custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.theme-dark .custom-file-label{background-color:#13171c;border:1px solid #445365;border-radius:.25rem;font-weight:400;height:calc(1.5em + .75rem + 2px);left:0;overflow:hidden;z-index:1}.theme-dark .custom-file-label,.theme-dark .custom-file-label:after{color:#d1d5db;line-height:1.5;padding:.375rem .75rem;position:absolute;right:0;top:0}.theme-dark .custom-file-label:after{background-color:#1c1e25;border-left:inherit;border-radius:0 .25rem .25rem 0;bottom:0;content:"Browse";display:block;height:calc(1.5em + .75rem);z-index:3}.theme-dark .custom-range{appearance:none;background-color:initial;height:1.4rem;padding:0;width:100%}.theme-dark .custom-range:focus{outline:0}.theme-dark .custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #13171c,0 0 0 .2rem #ff405740}.theme-dark .custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #13171c,0 0 0 .2rem #ff405740}.theme-dark .custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #13171c,0 0 0 .2rem #ff405740}.theme-dark .custom-range::-moz-focus-outer{border:0}.theme-dark .custom-range::-webkit-slider-thumb{appearance:none;background-color:#ff4057;border:0;border-radius:1rem;height:1rem;margin-top:-.25rem;-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;width:1rem}@media (prefers-reduced-motion:reduce){.theme-dark .custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.theme-dark .custom-range::-webkit-slider-thumb:active{background-color:#fff3f4}.theme-dark .custom-range::-webkit-slider-runnable-track{background-color:#2b3039;border-color:#0000;border-radius:1rem;color:#0000;cursor:pointer;height:.5rem;width:100%}.theme-dark .custom-range::-moz-range-thumb{appearance:none;background-color:#ff4057;border:0;border-radius:1rem;height:1rem;-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;width:1rem}@media (prefers-reduced-motion:reduce){.theme-dark .custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.theme-dark .custom-range::-moz-range-thumb:active{background-color:#fff3f4}.theme-dark .custom-range::-moz-range-track{background-color:#2b3039;border-color:#0000;border-radius:1rem;color:#0000;cursor:pointer;height:.5rem;width:100%}.theme-dark .custom-range::-ms-thumb{appearance:none;background-color:#ff4057;border:0;border-radius:1rem;height:1rem;margin-left:.2rem;margin-right:.2rem;margin-top:0;-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;width:1rem}@media (prefers-reduced-motion:reduce){.theme-dark .custom-range::-ms-thumb{-ms-transition:none;transition:none}}.theme-dark .custom-range::-ms-thumb:active{background-color:#fff3f4}.theme-dark .custom-range::-ms-track{background-color:initial;border-color:#0000;border-width:.5rem;color:#0000;cursor:pointer;height:.5rem;width:100%}.theme-dark .custom-range::-ms-fill-lower,.theme-dark .custom-range::-ms-fill-upper{background-color:#2b3039;border-radius:1rem}.theme-dark .custom-range::-ms-fill-upper{margin-right:15px}.theme-dark .custom-range:disabled::-webkit-slider-thumb{background-color:#6b7280}.theme-dark .custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.theme-dark .custom-range:disabled::-moz-range-thumb{background-color:#6b7280}.theme-dark .custom-range:disabled::-moz-range-track{cursor:default}.theme-dark .custom-range:disabled::-ms-thumb{background-color:#6b7280}.theme-dark .custom-control-label:before,.theme-dark .custom-file-label,.theme-dark .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){.theme-dark .custom-control-label:before,.theme-dark .custom-file-label,.theme-dark .custom-select{transition:none}}.theme-dark .nav{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.theme-dark .nav-link{display:block;padding:.5rem 1rem}.theme-dark .nav-link:focus,.theme-dark .nav-link:hover{text-decoration:none}.theme-dark .nav-link.disabled{color:#9ca3af;cursor:default;pointer-events:none}.theme-dark .nav-tabs{border-bottom:1px solid #2b3039}.theme-dark .nav-tabs .nav-link{background-color:initial;border:1px solid #0000;border-top-left-radius:.25rem;border-top-right-radius:.25rem;margin-bottom:-1px}.theme-dark .nav-tabs .nav-link:focus,.theme-dark .nav-tabs .nav-link:hover{border-color:#1c1e25 #1c1e25 #2b3039;isolation:isolate}.theme-dark .nav-tabs .nav-link.disabled{background-color:initial;border-color:#0000;color:#9ca3af}.theme-dark .nav-tabs .nav-item.show .nav-link,.theme-dark .nav-tabs .nav-link.active{background-color:#13171c;border-color:#2b3039 #2b3039 #13171c;color:#d1d5db}.theme-dark .nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:-1px}.theme-dark .nav-pills .nav-link{background:none;border:0;border-radius:.25rem}.theme-dark .nav-pills .nav-link.active,.theme-dark .nav-pills .show>.nav-link{background-color:#ff4057;color:#13171c}.theme-dark .nav-fill .nav-item,.theme-dark .nav-fill>.nav-link{flex:1 1 auto;text-align:center}.theme-dark .nav-justified .nav-item,.theme-dark .nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.theme-dark .tab-content>.tab-pane{display:none}.theme-dark .tab-content>.active{display:block}.theme-dark .navbar{padding:.5rem 1rem;position:relative}.theme-dark .navbar,.theme-dark .navbar .container,.theme-dark .navbar .container-fluid,.theme-dark .navbar .container-lg,.theme-dark .navbar .container-md,.theme-dark .navbar .container-sm,.theme-dark .navbar .container-xl{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.theme-dark .navbar-brand{display:inline-block;font-size:1.25rem;line-height:inherit;margin-right:1rem;padding-bottom:.3125rem;padding-top:.3125rem;white-space:nowrap}.theme-dark .navbar-brand:focus,.theme-dark .navbar-brand:hover{text-decoration:none}.theme-dark .navbar-nav{display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.theme-dark .navbar-nav .nav-link{padding-left:0;padding-right:0}.theme-dark .navbar-nav .dropdown-menu{float:none;position:static}.theme-dark .navbar-text{display:inline-block;padding-bottom:.5rem;padding-top:.5rem}.theme-dark .navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.theme-dark .navbar-toggler{background-color:initial;border:1px solid #0000;border-radius:.25rem;font-size:1.25rem;line-height:1;padding:.25rem .75rem}.theme-dark .navbar-toggler:focus,.theme-dark .navbar-toggler:hover{text-decoration:none}.theme-dark .navbar-toggler-icon{background:50%/100% 100% no-repeat;content:"";display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}.theme-dark .navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media (max-width:575.98px){.theme-dark .navbar-expand-sm>.container,.theme-dark .navbar-expand-sm>.container-fluid,.theme-dark .navbar-expand-sm>.container-lg,.theme-dark .navbar-expand-sm>.container-md,.theme-dark .navbar-expand-sm>.container-sm,.theme-dark .navbar-expand-sm>.container-xl{padding-left:0;padding-right:0}}@media (min-width:576px){.theme-dark .navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.theme-dark .navbar-expand-sm .navbar-nav{flex-direction:row}.theme-dark .navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.theme-dark .navbar-expand-sm .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.theme-dark .navbar-expand-sm>.container,.theme-dark .navbar-expand-sm>.container-fluid,.theme-dark .navbar-expand-sm>.container-lg,.theme-dark .navbar-expand-sm>.container-md,.theme-dark .navbar-expand-sm>.container-sm,.theme-dark .navbar-expand-sm>.container-xl{flex-wrap:nowrap}.theme-dark .navbar-expand-sm .navbar-nav-scroll{overflow:visible}.theme-dark .navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.theme-dark .navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.theme-dark .navbar-expand-md>.container,.theme-dark .navbar-expand-md>.container-fluid,.theme-dark .navbar-expand-md>.container-lg,.theme-dark .navbar-expand-md>.container-md,.theme-dark .navbar-expand-md>.container-sm,.theme-dark .navbar-expand-md>.container-xl{padding-left:0;padding-right:0}}@media (min-width:768px){.theme-dark .navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.theme-dark .navbar-expand-md .navbar-nav{flex-direction:row}.theme-dark .navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.theme-dark .navbar-expand-md .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.theme-dark .navbar-expand-md>.container,.theme-dark .navbar-expand-md>.container-fluid,.theme-dark .navbar-expand-md>.container-lg,.theme-dark .navbar-expand-md>.container-md,.theme-dark .navbar-expand-md>.container-sm,.theme-dark .navbar-expand-md>.container-xl{flex-wrap:nowrap}.theme-dark .navbar-expand-md .navbar-nav-scroll{overflow:visible}.theme-dark .navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.theme-dark .navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.theme-dark .navbar-expand-lg>.container,.theme-dark .navbar-expand-lg>.container-fluid,.theme-dark .navbar-expand-lg>.container-lg,.theme-dark .navbar-expand-lg>.container-md,.theme-dark .navbar-expand-lg>.container-sm,.theme-dark .navbar-expand-lg>.container-xl{padding-left:0;padding-right:0}}@media (min-width:992px){.theme-dark .navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.theme-dark .navbar-expand-lg .navbar-nav{flex-direction:row}.theme-dark .navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.theme-dark .navbar-expand-lg .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.theme-dark .navbar-expand-lg>.container,.theme-dark .navbar-expand-lg>.container-fluid,.theme-dark .navbar-expand-lg>.container-lg,.theme-dark .navbar-expand-lg>.container-md,.theme-dark .navbar-expand-lg>.container-sm,.theme-dark .navbar-expand-lg>.container-xl{flex-wrap:nowrap}.theme-dark .navbar-expand-lg .navbar-nav-scroll{overflow:visible}.theme-dark .navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.theme-dark .navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.theme-dark .navbar-expand-xl>.container,.theme-dark .navbar-expand-xl>.container-fluid,.theme-dark .navbar-expand-xl>.container-lg,.theme-dark .navbar-expand-xl>.container-md,.theme-dark .navbar-expand-xl>.container-sm,.theme-dark .navbar-expand-xl>.container-xl{padding-left:0;padding-right:0}}@media (min-width:1200px){.theme-dark .navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.theme-dark .navbar-expand-xl .navbar-nav{flex-direction:row}.theme-dark .navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.theme-dark .navbar-expand-xl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.theme-dark .navbar-expand-xl>.container,.theme-dark .navbar-expand-xl>.container-fluid,.theme-dark .navbar-expand-xl>.container-lg,.theme-dark .navbar-expand-xl>.container-md,.theme-dark .navbar-expand-xl>.container-sm,.theme-dark .navbar-expand-xl>.container-xl{flex-wrap:nowrap}.theme-dark .navbar-expand-xl .navbar-nav-scroll{overflow:visible}.theme-dark .navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.theme-dark .navbar-expand-xl .navbar-toggler{display:none}}.theme-dark .navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.theme-dark .navbar-expand>.container,.theme-dark .navbar-expand>.container-fluid,.theme-dark .navbar-expand>.container-lg,.theme-dark .navbar-expand>.container-md,.theme-dark .navbar-expand>.container-sm,.theme-dark .navbar-expand>.container-xl{padding-left:0;padding-right:0}.theme-dark .navbar-expand .navbar-nav{flex-direction:row}.theme-dark .navbar-expand .navbar-nav .dropdown-menu{position:absolute}.theme-dark .navbar-expand .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.theme-dark .navbar-expand>.container,.theme-dark .navbar-expand>.container-fluid,.theme-dark .navbar-expand>.container-lg,.theme-dark .navbar-expand>.container-md,.theme-dark .navbar-expand>.container-sm,.theme-dark .navbar-expand>.container-xl{flex-wrap:nowrap}.theme-dark .navbar-expand .navbar-nav-scroll{overflow:visible}.theme-dark .navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.theme-dark .navbar-expand .navbar-toggler{display:none}.theme-dark .navbar-light .navbar-brand{color:#ff4057}.theme-dark .navbar-light .navbar-brand:focus,.theme-dark .navbar-light .navbar-brand:hover{color:#ff1733}.theme-dark .navbar-light .navbar-nav .nav-link{color:#ff4057}.theme-dark .navbar-light .navbar-nav .nav-link:focus,.theme-dark .navbar-light .navbar-nav .nav-link:hover{color:#ff1733}.theme-dark .navbar-light .navbar-nav .nav-link.disabled{color:#f9fafb4d}.theme-dark .navbar-light .navbar-nav .active>.nav-link,.theme-dark .navbar-light .navbar-nav .nav-link.active,.theme-dark .navbar-light .navbar-nav .nav-link.show,.theme-dark .navbar-light .navbar-nav .show>.nav-link{color:#ff4057}.theme-dark .navbar-light .navbar-toggler{border-color:#f9fafb1a;color:#ff4057}.theme-dark .navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='%23ff4057' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.theme-dark .navbar-light .navbar-text,.theme-dark .navbar-light .navbar-text a,.theme-dark .navbar-light .navbar-text a:focus,.theme-dark .navbar-light .navbar-text a:hover{color:#ff4057}.theme-dark .navbar-dark .navbar-brand,.theme-dark .navbar-dark .navbar-brand:focus,.theme-dark .navbar-dark .navbar-brand:hover{color:#13171c}.theme-dark .navbar-dark .navbar-nav .nav-link{color:#13171c80}.theme-dark .navbar-dark .navbar-nav .nav-link:focus,.theme-dark .navbar-dark .navbar-nav .nav-link:hover{color:#13171cbf}.theme-dark .navbar-dark .navbar-nav .nav-link.disabled{color:#13171c40}.theme-dark .navbar-dark .navbar-nav .active>.nav-link,.theme-dark .navbar-dark .navbar-nav .nav-link.active,.theme-dark .navbar-dark .navbar-nav .nav-link.show,.theme-dark .navbar-dark .navbar-nav .show>.nav-link{color:#13171c}.theme-dark .navbar-dark .navbar-toggler{border-color:#13171c1a;color:#13171c80}.theme-dark .navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(19,23,28,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.theme-dark .navbar-dark .navbar-text{color:#13171c80}.theme-dark .navbar-dark .navbar-text a,.theme-dark .navbar-dark .navbar-text a:focus,.theme-dark .navbar-dark .navbar-text a:hover{color:#13171c}.theme-dark .card{word-wrap:break-word;background-clip:initial;background-color:#1c1e25;border:1px solid #2b3039;border-radius:.25rem;display:flex;flex-direction:column;min-width:0;position:relative}.theme-dark .card>hr{margin-left:0;margin-right:0}.theme-dark .card>.list-group{border-bottom:inherit;border-top:inherit}.theme-dark .card>.list-group:first-child{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px);border-top-width:0}.theme-dark .card>.list-group:last-child{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px);border-bottom-width:0}.theme-dark .card>.card-header+.list-group,.theme-dark .card>.list-group+.card-footer{border-top:0}.theme-dark .card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.theme-dark .card-title{margin-bottom:.75rem}.theme-dark .card-subtitle{margin-bottom:0;margin-top:-.375rem}.theme-dark .card-text:last-child{margin-bottom:0}.theme-dark .card-link:hover{text-decoration:none}.theme-dark .card-link+.card-link{margin-left:1.25rem}.theme-dark .card-header{background-color:#13171c;border-bottom:1px solid #2b3039;margin-bottom:0;padding:.75rem 1.25rem}.theme-dark .card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.theme-dark .card-footer{background-color:#13171c;border-top:1px solid #2b3039;padding:.75rem 1.25rem}.theme-dark .card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.theme-dark .card-header-tabs{border-bottom:0;margin-bottom:-.75rem}.theme-dark .card-header-pills,.theme-dark .card-header-tabs{margin-left:-.625rem;margin-right:-.625rem}.theme-dark .card-img-overlay{border-radius:calc(.25rem - 1px);bottom:0;left:0;padding:1.25rem;position:absolute;right:0;top:0}.theme-dark .card-img,.theme-dark .card-img-bottom,.theme-dark .card-img-top{flex-shrink:0;width:100%}.theme-dark .card-img,.theme-dark .card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.theme-dark .card-img,.theme-dark .card-img-bottom{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px)}.theme-dark .card-deck .card{margin-bottom:15px}@media (min-width:576px){.theme-dark .card-deck{display:flex;flex-flow:row wrap;margin-left:-15px;margin-right:-15px}.theme-dark .card-deck .card{flex:1 0;margin-bottom:0;margin-left:15px;margin-right:15px}}.theme-dark .card-group>.card{margin-bottom:15px}@media (min-width:576px){.theme-dark .card-group{display:flex;flex-flow:row wrap}.theme-dark .card-group>.card{flex:1 0;margin-bottom:0}.theme-dark .card-group>.card+.card{border-left:0;margin-left:0}.theme-dark .card-group>.card:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.theme-dark .card-group>.card:not(:last-child) .card-header,.theme-dark .card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.theme-dark .card-group>.card:not(:last-child) .card-footer,.theme-dark .card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.theme-dark .card-group>.card:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.theme-dark .card-group>.card:not(:first-child) .card-header,.theme-dark .card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.theme-dark .card-group>.card:not(:first-child) .card-footer,.theme-dark .card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.theme-dark .card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.theme-dark .card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}.theme-dark .card-columns .card{display:inline-block;width:100%}}.theme-dark .accordion{overflow-anchor:none}.theme-dark .accordion>.card{overflow:hidden}.theme-dark .accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.theme-dark .accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.theme-dark .accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.theme-dark .breadcrumb{background-color:#1c1e25;border-radius:.25rem;display:flex;flex-wrap:wrap;list-style:none;margin-bottom:1rem;padding:.75rem 1rem}.theme-dark .breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.theme-dark .breadcrumb-item+.breadcrumb-item:before{color:#9ca3af;content:"/";float:left;padding-right:.5rem}.theme-dark .breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.theme-dark .breadcrumb-item.active{color:#9ca3af}.theme-dark .pagination{border-radius:.25rem;display:flex;list-style:none;padding-left:0}.theme-dark .page-link{background-color:#13171c;border:1px solid #2b3039;color:#ff4057;display:block;line-height:1.25;margin-left:-1px;padding:.5rem .75rem;position:relative}.theme-dark .page-link:hover{background-color:#1c1e25;border-color:#2b3039;color:#ff1733;text-decoration:none;z-index:2}.theme-dark .page-link:focus{box-shadow:0 0 0 .2rem #ff405740;outline:0;z-index:3}.theme-dark .page-item:first-child .page-link{border-bottom-left-radius:.25rem;border-top-left-radius:.25rem;margin-left:0}.theme-dark .page-item:last-child .page-link{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.theme-dark .page-item.active .page-link{background-color:#ff4057;border-color:#ff4057;color:#13171c;z-index:3}.theme-dark .page-item.disabled .page-link{background-color:#13171c;border-color:#2b3039;color:#9ca3af;cursor:auto;pointer-events:none}.theme-dark .pagination-lg .page-link{font-size:1.25rem;line-height:1.5;padding:.75rem 1.5rem}.theme-dark .pagination-lg .page-item:first-child .page-link{border-bottom-left-radius:.3rem;border-top-left-radius:.3rem}.theme-dark .pagination-lg .page-item:last-child .page-link{border-bottom-right-radius:.3rem;border-top-right-radius:.3rem}.theme-dark .pagination-sm .page-link{font-size:.875rem;line-height:1.5;padding:.25rem .5rem}.theme-dark .pagination-sm .page-item:first-child .page-link{border-bottom-left-radius:.2rem;border-top-left-radius:.2rem}.theme-dark .pagination-sm .page-item:last-child .page-link{border-bottom-right-radius:.2rem;border-top-right-radius:.2rem}.theme-dark .badge{border-radius:.25rem;display:inline-block;font-size:.75em;font-weight:600;line-height:1;padding:.35em .65em;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;vertical-align:initial;white-space:nowrap}@media (prefers-reduced-motion:reduce){.theme-dark .badge{transition:none}}a.theme-dark .badge:focus,a.theme-dark .badge:hover{text-decoration:none}.theme-dark .badge:empty{display:none}.theme-dark .btn .badge{position:relative;top:-1px}.theme-dark .badge-pill{border-radius:10rem;padding-left:.6em;padding-right:.6em}.theme-dark .badge-primary{background-color:#ff4057;color:#f8f9fa}a.theme-dark .badge-primary:focus,a.theme-dark .badge-primary:hover{background-color:#ff0d2a;color:#f8f9fa}a.theme-dark .badge-primary.focus,a.theme-dark .badge-primary:focus{box-shadow:0 0 0 .2rem #ff405780;outline:0}.theme-dark .badge-secondary{background-color:#2b3039;color:#f8f9fa}a.theme-dark .badge-secondary:focus,a.theme-dark .badge-secondary:hover{background-color:#15181c;color:#f8f9fa}a.theme-dark .badge-secondary.focus,a.theme-dark .badge-secondary:focus{box-shadow:0 0 0 .2rem #2b303980;outline:0}.theme-dark .badge-success{background-color:#28a745;color:#f8f9fa}a.theme-dark .badge-success:focus,a.theme-dark .badge-success:hover{background-color:#1e7e34;color:#f8f9fa}a.theme-dark .badge-success.focus,a.theme-dark .badge-success:focus{box-shadow:0 0 0 .2rem #28a74580;outline:0}.theme-dark .badge-info{background-color:#549eff;color:#f8f9fa}a.theme-dark .badge-info:focus,a.theme-dark .badge-info:hover{background-color:#2181ff;color:#f8f9fa}a.theme-dark .badge-info.focus,a.theme-dark .badge-info:focus{box-shadow:0 0 0 .2rem #549eff80;outline:0}.theme-dark .badge-warning{background-color:#ffb822;color:#f8f9fa}a.theme-dark .badge-warning:focus,a.theme-dark .badge-warning:hover{background-color:#eea200;color:#f8f9fa}a.theme-dark .badge-warning.focus,a.theme-dark .badge-warning:focus{box-shadow:0 0 0 .2rem #ffb82280;outline:0}.theme-dark .badge-danger{background-color:#dc2626;color:#f8f9fa}a.theme-dark .badge-danger:focus,a.theme-dark .badge-danger:hover{background-color:#b21d1d;color:#f8f9fa}a.theme-dark .badge-danger.focus,a.theme-dark .badge-danger:focus{box-shadow:0 0 0 .2rem #dc262680;outline:0}.theme-dark .badge-light{background-color:#f9fafb0a;color:#f8f9fa}a.theme-dark .badge-light:focus,a.theme-dark .badge-light:hover{background-color:#dae1e70a;color:#f8f9fa}a.theme-dark .badge-light.focus,a.theme-dark .badge-light:focus{box-shadow:0 0 0 .2rem #f9fafb80;outline:0}.theme-dark .badge-dark{background-color:#ff405733;color:#f8f9fa}a.theme-dark .badge-dark:focus,a.theme-dark .badge-dark:hover{background-color:#ff0d2a33;color:#f8f9fa}a.theme-dark .badge-dark.focus,a.theme-dark .badge-dark:focus{box-shadow:0 0 0 .2rem #ff405780;outline:0}.theme-dark .badge-blue{background-color:#007bff;color:#f8f9fa}a.theme-dark .badge-blue:focus,a.theme-dark .badge-blue:hover{background-color:#0062cc;color:#f8f9fa}a.theme-dark .badge-blue.focus,a.theme-dark .badge-blue:focus{box-shadow:0 0 0 .2rem #007bff80;outline:0}.theme-dark .badge-indigo{background-color:#6610f2;color:#f8f9fa}a.theme-dark .badge-indigo:focus,a.theme-dark .badge-indigo:hover{background-color:#510bc4;color:#f8f9fa}a.theme-dark .badge-indigo.focus,a.theme-dark .badge-indigo:focus{box-shadow:0 0 0 .2rem #6610f280;outline:0}.theme-dark .badge-purple{background-color:#6f42c1;color:#f8f9fa}a.theme-dark .badge-purple:focus,a.theme-dark .badge-purple:hover{background-color:#59339d;color:#f8f9fa}a.theme-dark .badge-purple.focus,a.theme-dark .badge-purple:focus{box-shadow:0 0 0 .2rem #6f42c180;outline:0}.theme-dark .badge-pink{background-color:#e83e8c;color:#f8f9fa}a.theme-dark .badge-pink:focus,a.theme-dark .badge-pink:hover{background-color:#d91a72;color:#f8f9fa}a.theme-dark .badge-pink.focus,a.theme-dark .badge-pink:focus{box-shadow:0 0 0 .2rem #e83e8c80;outline:0}.theme-dark .badge-red{background-color:#dc3545;color:#f8f9fa}a.theme-dark .badge-red:focus,a.theme-dark .badge-red:hover{background-color:#bd2130;color:#f8f9fa}a.theme-dark .badge-red.focus,a.theme-dark .badge-red:focus{box-shadow:0 0 0 .2rem #dc354580;outline:0}.theme-dark .badge-orange{background-color:#fd7e14;color:#f8f9fa}a.theme-dark .badge-orange:focus,a.theme-dark .badge-orange:hover{background-color:#dc6502;color:#f8f9fa}a.theme-dark .badge-orange.focus,a.theme-dark .badge-orange:focus{box-shadow:0 0 0 .2rem #fd7e1480;outline:0}.theme-dark .badge-yellow{background-color:#fcedb9;color:#f8f9fa}a.theme-dark .badge-yellow:focus,a.theme-dark .badge-yellow:hover{background-color:#fae088;color:#f8f9fa}a.theme-dark .badge-yellow.focus,a.theme-dark .badge-yellow:focus{box-shadow:0 0 0 .2rem #fcedb980;outline:0}.theme-dark .badge-green{background-color:#28a745;color:#f8f9fa}a.theme-dark .badge-green:focus,a.theme-dark .badge-green:hover{background-color:#1e7e34;color:#f8f9fa}a.theme-dark .badge-green.focus,a.theme-dark .badge-green:focus{box-shadow:0 0 0 .2rem #28a74580;outline:0}.theme-dark .badge-teal{background-color:#20c997;color:#f8f9fa}a.theme-dark .badge-teal:focus,a.theme-dark .badge-teal:hover{background-color:#199d76;color:#f8f9fa}a.theme-dark .badge-teal.focus,a.theme-dark .badge-teal:focus{box-shadow:0 0 0 .2rem #20c99780;outline:0}.theme-dark .badge-cyan{background-color:#17a2b8;color:#f8f9fa}a.theme-dark .badge-cyan:focus,a.theme-dark .badge-cyan:hover{background-color:#117a8b;color:#f8f9fa}a.theme-dark .badge-cyan.focus,a.theme-dark .badge-cyan:focus{box-shadow:0 0 0 .2rem #17a2b880;outline:0}.theme-dark .badge-white{background-color:#13171c;color:#f8f9fa}a.theme-dark .badge-white:focus,a.theme-dark .badge-white:hover{background-color:#000;color:#f8f9fa}a.theme-dark .badge-white.focus,a.theme-dark .badge-white:focus{box-shadow:0 0 0 .2rem #13171c80;outline:0}.theme-dark .badge-black{background-color:#f9fafb;color:#f8f9fa}a.theme-dark .badge-black:focus,a.theme-dark .badge-black:hover{background-color:#dae1e7;color:#f8f9fa}a.theme-dark .badge-black.focus,a.theme-dark .badge-black:focus{box-shadow:0 0 0 .2rem #f9fafb80;outline:0}.theme-dark .badge-gray-lighter{background-color:#1c1e25;color:#f8f9fa}a.theme-dark .badge-gray-lighter:focus,a.theme-dark .badge-gray-lighter:hover{background-color:#060608;color:#f8f9fa}a.theme-dark .badge-gray-lighter.focus,a.theme-dark .badge-gray-lighter:focus{box-shadow:0 0 0 .2rem #1c1e2580;outline:0}.theme-dark .badge-gray-light{background-color:#2b3039;color:#f8f9fa}a.theme-dark .badge-gray-light:focus,a.theme-dark .badge-gray-light:hover{background-color:#15181c;color:#f8f9fa}a.theme-dark .badge-gray-light.focus,a.theme-dark .badge-gray-light:focus{box-shadow:0 0 0 .2rem #2b303980;outline:0}.theme-dark .badge-gray{background-color:#9ca3af;color:#f8f9fa}a.theme-dark .badge-gray:focus,a.theme-dark .badge-gray:hover{background-color:#808998;color:#f8f9fa}a.theme-dark .badge-gray.focus,a.theme-dark .badge-gray:focus{box-shadow:0 0 0 .2rem #9ca3af80;outline:0}.theme-dark .badge-gray-dark{background-color:#f8f9fa;color:#f8f9fa}a.theme-dark .badge-gray-dark:focus,a.theme-dark .badge-gray-dark:hover{background-color:#dae0e5;color:#f8f9fa}a.theme-dark .badge-gray-dark.focus,a.theme-dark .badge-gray-dark:focus{box-shadow:0 0 0 .2rem #f8f9fa80;outline:0}.theme-dark .badge-input-color{background-color:#d1d5db;color:#f8f9fa}a.theme-dark .badge-input-color:focus,a.theme-dark .badge-input-color:hover{background-color:#b4bbc5;color:#f8f9fa}a.theme-dark .badge-input-color.focus,a.theme-dark .badge-input-color:focus{box-shadow:0 0 0 .2rem #d1d5db80;outline:0}.theme-dark .badge-input-placeholder{background-color:#6b7280;color:#f8f9fa}a.theme-dark .badge-input-placeholder:focus,a.theme-dark .badge-input-placeholder:hover{background-color:#545964;color:#f8f9fa}a.theme-dark .badge-input-placeholder.focus,a.theme-dark .badge-input-placeholder:focus{box-shadow:0 0 0 .2rem #6b728080;outline:0}.theme-dark .badge-primary-dark{background-color:#fff3f4;color:#f8f9fa}a.theme-dark .badge-primary-dark:focus,a.theme-dark .badge-primary-dark:hover{background-color:#ffc0c7;color:#f8f9fa}a.theme-dark .badge-primary-dark.focus,a.theme-dark .badge-primary-dark:focus{box-shadow:0 0 0 .2rem #fff3f480;outline:0}.theme-dark .badge-primary-light{background-color:#ff1733;color:#f8f9fa}a.theme-dark .badge-primary-light:focus,a.theme-dark .badge-primary-light:hover{background-color:#e3001b;color:#f8f9fa}a.theme-dark .badge-primary-light.focus,a.theme-dark .badge-primary-light:focus{box-shadow:0 0 0 .2rem #ff173380;outline:0}.theme-dark .badge-secondary-dark{background-color:#758197;color:#f8f9fa}a.theme-dark .badge-secondary-dark:focus,a.theme-dark .badge-secondary-dark:hover{background-color:#5d687c;color:#f8f9fa}a.theme-dark .badge-secondary-dark.focus,a.theme-dark .badge-secondary-dark:focus{box-shadow:0 0 0 .2rem #75819780;outline:0}.theme-dark .badge-secondary-light{background-color:#191c22;color:#f8f9fa}a.theme-dark .badge-secondary-light:focus,a.theme-dark .badge-secondary-light:hover{background-color:#040405;color:#f8f9fa}a.theme-dark .badge-secondary-light.focus,a.theme-dark .badge-secondary-light:focus{box-shadow:0 0 0 .2rem #191c2280;outline:0}.theme-dark .badge-success-dark{background-color:#e1f8e6;color:#f8f9fa}a.theme-dark .badge-success-dark:focus,a.theme-dark .badge-success-dark:hover{background-color:#b7eec4;color:#f8f9fa}a.theme-dark .badge-success-dark.focus,a.theme-dark .badge-success-dark:focus{box-shadow:0 0 0 .2rem #e1f8e680;outline:0}.theme-dark .badge-success-light{background-color:#208637;color:#f8f9fa}a.theme-dark .badge-success-light:focus,a.theme-dark .badge-success-light:hover{background-color:#165d26;color:#f8f9fa}a.theme-dark .badge-success-light.focus,a.theme-dark .badge-success-light:focus{box-shadow:0 0 0 .2rem #20863780;outline:0}.theme-dark .badge-info-dark{background-color:#fcfdff;color:#f8f9fa}a.theme-dark .badge-info-dark:focus,a.theme-dark .badge-info-dark:hover{background-color:#c9e1ff;color:#f8f9fa}a.theme-dark .badge-info-dark.focus,a.theme-dark .badge-info-dark:focus{box-shadow:0 0 0 .2rem #fcfdff80;outline:0}.theme-dark .badge-info-light{background-color:#2b87ff;color:#f8f9fa}a.theme-dark .badge-info-light:focus,a.theme-dark .badge-info-light:hover{background-color:#006bf7;color:#f8f9fa}a.theme-dark .badge-info-light.focus,a.theme-dark .badge-info-light:focus{box-shadow:0 0 0 .2rem #2b87ff80;outline:0}.theme-dark .badge-warning-dark{background-color:#fff1d5;color:#f8f9fa}a.theme-dark .badge-warning-dark:focus,a.theme-dark .badge-warning-dark:hover{background-color:#ffe1a2;color:#f8f9fa}a.theme-dark .badge-warning-dark.focus,a.theme-dark .badge-warning-dark:focus{box-shadow:0 0 0 .2rem #fff1d580;outline:0}.theme-dark .badge-warning-light{background-color:#f8a800;color:#f8f9fa}a.theme-dark .badge-warning-light:focus,a.theme-dark .badge-warning-light:hover{background-color:#c58600;color:#f8f9fa}a.theme-dark .badge-warning-light.focus,a.theme-dark .badge-warning-light:focus{box-shadow:0 0 0 .2rem #f8a80080;outline:0}.theme-dark .badge-danger-dark{background-color:#f6c8c8;color:#f8f9fa}a.theme-dark .badge-danger-dark:focus,a.theme-dark .badge-danger-dark:hover{background-color:#ef9d9d;color:#f8f9fa}a.theme-dark .badge-danger-dark.focus,a.theme-dark .badge-danger-dark:focus{box-shadow:0 0 0 .2rem #f6c8c880;outline:0}.theme-dark .badge-danger-light{background-color:#bb1e1e;color:#f8f9fa}a.theme-dark .badge-danger-light:focus,a.theme-dark .badge-danger-light:hover{background-color:#8f1717;color:#f8f9fa}a.theme-dark .badge-danger-light.focus,a.theme-dark .badge-danger-light:focus{box-shadow:0 0 0 .2rem #bb1e1e80;outline:0}.theme-dark .badge-dark-dark{background-color:#ff4f6433;color:#f8f9fa}a.theme-dark .badge-dark-dark:focus,a.theme-dark .badge-dark-dark:hover{background-color:#ff1c3833;color:#f8f9fa}a.theme-dark .badge-dark-dark.focus,a.theme-dark .badge-dark-dark:focus{box-shadow:0 0 0 .2rem #ff4f6480;outline:0}.theme-dark .badge-dark-light{background-color:#ff173333;color:#f8f9fa}a.theme-dark .badge-dark-light:focus,a.theme-dark .badge-dark-light:hover{background-color:#e3001b33;color:#f8f9fa}a.theme-dark .badge-dark-light.focus,a.theme-dark .badge-dark-light:focus{box-shadow:0 0 0 .2rem #ff173380;outline:0}.theme-dark .jumbotron{background-color:#13171c;border-radius:.3rem;margin-bottom:2rem;padding:2rem 1rem}@media (min-width:576px){.theme-dark .jumbotron{padding:4rem 2rem}}.theme-dark .jumbotron-fluid{border-radius:0;padding-left:0;padding-right:0}.theme-dark .alert{border:0 solid #0000;border-radius:.25rem;margin-bottom:1rem;padding:.75rem 1.25rem;position:relative}.theme-dark .alert-heading{color:inherit}.theme-dark .alert-link{font-weight:500}.theme-dark .alert-dismissible{padding-right:4rem}.theme-dark .alert-dismissible .close{color:inherit;padding:.75rem 1.25rem;position:absolute;right:0;top:0;z-index:2}.theme-dark .alert-primary{background-color:#421f28;border-color:#ff4057;color:#fc99a6}.theme-dark .alert-primary hr{border-top-color:#ff2741}.theme-dark .alert-primary .alert-link{color:#fb677b}.theme-dark .alert-secondary{background-color:#181c22;border-color:#2b3039;color:#8e9196}.theme-dark .alert-secondary hr{border-top-color:#20242a}.theme-dark .alert-secondary .alert-link{color:#74777d}.theme-dark .alert-success{background-color:#173424;border-color:#28a745;color:#8ccf9c}.theme-dark .alert-success hr{border-top-color:#23923d}.theme-dark .alert-success .alert-link{color:#68c07d}.theme-dark .alert-info{background-color:#203249;border-color:#549eff;color:#a3cafd}.theme-dark .alert-info hr{border-top-color:#3b90ff}.theme-dark .alert-info .alert-link{color:#71adfc}.theme-dark .alert-warning{background-color:#42371d;border-color:#ffb822;color:#fcd88a}.theme-dark .alert-warning hr{border-top-color:#ffb009}.theme-dark .alert-warning .alert-link{color:#fbc758}.theme-dark .alert-danger{background-color:#3b1a1e;border-color:#dc2626;color:#ea8c8c}.theme-dark .alert-danger hr{border-top-color:#c82020}.theme-dark .alert-danger .alert-link{color:#e26161}.theme-dark .alert-light{background-color:rgba(20,24,29,.808);border-color:#f9fafb0a;color:rgba(249,250,251,.501)}.theme-dark .alert-light hr{border-top-color:#eaedf10a}.theme-dark .alert-light .alert-link{color:rgba(218,225,231,.501)}.theme-dark .alert-dark{background-color:#19181ed6;border-color:#ff405733;color:rgba(250,230,233,.584)}.theme-dark .alert-dark hr{border-top-color:#ff274133}.theme-dark .alert-dark .alert-link{color:rgba(242,188,196,.584)}.theme-dark .alert-blue{background-color:#0f2b49;border-color:#007bff;color:#78b8fd}.theme-dark .alert-blue hr{border-top-color:#006fe6}.theme-dark .alert-blue .alert-link{color:#469efc}.theme-dark .alert-indigo{background-color:#241647;border-color:#6610f2;color:#ad80f6}.theme-dark .alert-indigo hr{border-top-color:#5b0cdd}.theme-dark .alert-indigo .alert-link{color:#8e50f3}.theme-dark .alert-purple{background-color:#25203d;border-color:#6f42c1;color:#b19add}.theme-dark .alert-purple hr{border-top-color:#643ab0}.theme-dark .alert-purple .alert-link{color:#9474d0}.theme-dark .alert-pink{background-color:#3e1f32;border-color:#e83e8c;color:#f098c1}.theme-dark .alert-pink hr{border-top-color:#e5277e}.theme-dark .alert-pink .alert-link{color:#ea6ba6}.theme-dark .alert-red{background-color:#3b1d24;border-color:#dc3545;color:#ea949c}.theme-dark .alert-red hr{border-top-color:#d32535}.theme-dark .alert-red .alert-link{color:#e26975}.theme-dark .alert-orange{background-color:#422c1a;border-color:#fd7e14;color:#fbba83}.theme-dark .alert-orange hr{border-top-color:#f57102}.theme-dark .alert-orange .alert-link{color:#f99f52}.theme-dark .alert-yellow{background-color:#42423b;border-color:#fcedb9;color:#fbf3d9}.theme-dark .alert-yellow hr{border-top-color:#fbe7a1}.theme-dark .alert-yellow .alert-link{color:#f6e4ab}.theme-dark .alert-green{background-color:#173424;border-color:#28a745;color:#8ccf9c}.theme-dark .alert-green hr{border-top-color:#23923d}.theme-dark .alert-green .alert-link{color:#68c07d}.theme-dark .alert-teal{background-color:#163b35;border-color:#20c997;color:#88e1c7}.theme-dark .alert-teal hr{border-top-color:#1cb386}.theme-dark .alert-teal .alert-link{color:#5fd7b4}.theme-dark .alert-cyan{background-color:#14333b;border-color:#17a2b8;color:#83ccd8}.theme-dark .alert-cyan hr{border-top-color:#148ea1}.theme-dark .alert-cyan .alert-link{color:#5cbccc}.theme-dark .alert-white{background-color:#13171c;border-color:#13171c;color:#818487}.theme-dark .alert-white hr{border-top-color:#090b0d}.theme-dark .alert-white .alert-link{color:#686b6d}.theme-dark .alert-black{background-color:#414449;border-color:#f9fafb;color:#f9fafb}.theme-dark .alert-black hr{border-top-color:#eaedf1}.theme-dark .alert-black .alert-link{color:#dae1e7}.theme-dark .alert-gray-lighter{background-color:#15181e;border-color:#1c1e25;color:#86888c}.theme-dark .alert-gray-lighter hr{border-top-color:#111216}.theme-dark .alert-gray-lighter .alert-link{color:#6d6f72}.theme-dark .alert-gray-light{background-color:#181c22;border-color:#2b3039;color:#8e9196}.theme-dark .alert-gray-light hr{border-top-color:#20242a}.theme-dark .alert-gray-light .alert-link{color:#74777d}.theme-dark .alert-gray{background-color:#2e3339;border-color:#9ca3af;color:#c9cdd3}.theme-dark .alert-gray hr{border-top-color:#8e96a4}.theme-dark .alert-gray .alert-link{color:#adb3bc}.theme-dark .alert-gray-dark{background-color:#414448;border-color:#f8f9fa;color:#f8f9fa}.theme-dark .alert-gray-dark hr{border-top-color:#e9ecef}.theme-dark .alert-gray-dark .alert-link{color:#dae0e5}.theme-dark .alert-input-color{background-color:#393d42;border-color:#d1d5db;color:#e4e7ea}.theme-dark .alert-input-color hr{border-top-color:#c3c8d0}.theme-dark .alert-input-color .alert-link{color:#c7ced4}.theme-dark .alert-input-placeholder{background-color:#252930;border-color:#6b7280;color:#afb3bb}.theme-dark .alert-input-placeholder hr{border-top-color:#5f6672}.theme-dark .alert-input-placeholder .alert-link{color:#9399a4}.theme-dark .alert-primary-dark{background-color:#424347;border-color:#fff3f4;color:#fcf6f7}.theme-dark .alert-primary-dark hr{border-top-color:#ffdadd}.theme-dark .alert-primary-dark .alert-link{color:#efd0d5}.theme-dark .alert-primary-light{background-color:#421721;border-color:#ff1733;color:#fc8493}.theme-dark .alert-primary-light hr{border-top-color:#fd001e}.theme-dark .alert-primary-light .alert-link{color:#fb5267}.theme-dark .alert-secondary-dark{background-color:#272c35;border-color:#758197;color:#b4bbc7}.theme-dark .alert-secondary-dark hr{border-top-color:#68748a}.theme-dark .alert-secondary-dark .alert-link{color:#97a1b1}.theme-dark .alert-secondary-light{background-color:#14181d;border-color:#191c22;color:#85878a}.theme-dark .alert-secondary-light hr{border-top-color:#0e1013}.theme-dark .alert-secondary-light .alert-link{color:#6c6e70}.theme-dark .alert-success-dark{background-color:#3c4444;border-color:#e1f8e6;color:#ecf9f0}.theme-dark .alert-success-dark hr{border-top-color:#ccf3d5}.theme-dark .alert-success-dark .alert-link{color:#c5edd1}.theme-dark .alert-success-light{background-color:#162d21;border-color:#208637;color:#88be95}.theme-dark .alert-success-light hr{border-top-color:#1b712f}.theme-dark .alert-success-light .alert-link{color:#67ac78}.theme-dark .alert-info-dark{background-color:#424549;border-color:#fcfdff;color:#fbfcfd}.theme-dark .alert-info-dark hr{border-top-color:#e3ecff}.theme-dark .alert-info-dark .alert-link{color:#d9e3ec}.theme-dark .alert-info-light{background-color:#182d49;border-color:#2b87ff;color:#8ebefd}.theme-dark .alert-info-light hr{border-top-color:#1279ff}.theme-dark .alert-info-light .alert-link{color:#5ca1fc}.theme-dark .alert-warning-dark{background-color:#424341;border-color:#fff1d5;color:#fcf6e7}.theme-dark .alert-warning-dark hr{border-top-color:#ffe9bc}.theme-dark .alert-warning-dark .alert-link{color:#f6e5ba}.theme-dark .alert-warning-light{background-color:#413416;border-color:#f8a800;color:#f9d078}.theme-dark .alert-warning-light hr{border-top-color:#df9700}.theme-dark .alert-warning-light .alert-link{color:#f7bf47}.theme-dark .alert-danger-dark{background-color:#403a3e;border-color:#f6c8c8;color:#f8e0e1}.theme-dark .alert-danger-dark hr{border-top-color:#f2b2b2}.theme-dark .alert-danger-dark .alert-link{color:#efb6b9}.theme-dark .alert-danger-light{background-color:#35181c;border-color:#bb1e1e;color:#d98888}.theme-dark .alert-danger-light hr{border-top-color:#a51a1a}.theme-dark .alert-danger-light .alert-link{color:#cd6161}.theme-dark .alert-dark-dark{background-color:#19191ed6;border-color:#ff4f6433;color:rgba(250,232,235,.584)}.theme-dark .alert-dark-dark hr{border-top-color:#ff364e33}.theme-dark .alert-dark-dark .alert-link{color:rgba(241,190,199,.584)}.theme-dark .alert-dark-light{background-color:#19171dd6;border-color:#ff173333;color:rgba(250,226,230,.584)}.theme-dark .alert-dark-light hr{border-top-color:#fd001e33}.theme-dark .alert-dark-light .alert-link{color:rgba(243,183,193,.584)}.theme-dark .progress{background-color:#1c1e25;border-radius:.25rem;display:flex;font-size:.75rem;height:1rem;line-height:0;overflow:hidden}.theme-dark .progress-bar{background-color:#ff4057;color:#f9fafb;display:flex;flex-direction:column;justify-content:center;overflow:hidden;text-align:center;transition:width .6s ease;white-space:nowrap}@media (prefers-reduced-motion:reduce){.theme-dark .progress-bar{transition:none}}.theme-dark .progress-bar-striped{background-image:linear-gradient(45deg,#13171c26 25%,#0000 0,#0000 50%,#13171c26 0,#13171c26 75%,#0000 0,#0000);background-size:1rem 1rem}.theme-dark .progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.theme-dark .progress-bar-animated{animation:none}}.theme-dark .media{align-items:flex-start;display:flex}.theme-dark .media-body{flex:1 1}.theme-dark .list-group{border-radius:.25rem;display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.theme-dark .list-group-item-action{color:#d1d5db;text-align:inherit;width:100%}.theme-dark .list-group-item-action:focus,.theme-dark .list-group-item-action:hover{background-color:#13171c;color:#d1d5db;text-decoration:none;z-index:1}.theme-dark .list-group-item-action:active{background-color:#1c1e25;color:#e5e7eb}.theme-dark .list-group-item{background-color:#13171c;border:1px solid rgba(249,250,251,.125);display:block;padding:.75rem 1.25rem;position:relative}.theme-dark .list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.theme-dark .list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.theme-dark .list-group-item.disabled,.theme-dark .list-group-item:disabled{background-color:#13171c;color:#9ca3af;pointer-events:none}.theme-dark .list-group-item.active{background-color:#ff4057;border-color:#ff4057;color:#13171c;z-index:2}.theme-dark .list-group-item+.theme-dark .list-group-item{border-top-width:0}.theme-dark .list-group-item+.theme-dark .list-group-item.active{border-top-width:1px;margin-top:-1px}.theme-dark .list-group-horizontal{flex-direction:row}.theme-dark .list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.theme-dark .list-group-horizontal>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.theme-dark .list-group-horizontal>.list-group-item.active{margin-top:0}.theme-dark .list-group-horizontal>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.theme-dark .list-group-horizontal>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}@media (min-width:576px){.theme-dark .list-group-horizontal-sm{flex-direction:row}.theme-dark .list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.theme-dark .list-group-horizontal-sm>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.theme-dark .list-group-horizontal-sm>.list-group-item.active{margin-top:0}.theme-dark .list-group-horizontal-sm>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.theme-dark .list-group-horizontal-sm>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:768px){.theme-dark .list-group-horizontal-md{flex-direction:row}.theme-dark .list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.theme-dark .list-group-horizontal-md>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.theme-dark .list-group-horizontal-md>.list-group-item.active{margin-top:0}.theme-dark .list-group-horizontal-md>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.theme-dark .list-group-horizontal-md>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:992px){.theme-dark .list-group-horizontal-lg{flex-direction:row}.theme-dark .list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.theme-dark .list-group-horizontal-lg>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.theme-dark .list-group-horizontal-lg>.list-group-item.active{margin-top:0}.theme-dark .list-group-horizontal-lg>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.theme-dark .list-group-horizontal-lg>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:1200px){.theme-dark .list-group-horizontal-xl{flex-direction:row}.theme-dark .list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.theme-dark .list-group-horizontal-xl>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.theme-dark .list-group-horizontal-xl>.list-group-item.active{margin-top:0}.theme-dark .list-group-horizontal-xl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.theme-dark .list-group-horizontal-xl>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}.theme-dark .list-group-flush{border-radius:0}.theme-dark .list-group-flush>.list-group-item{border-width:0 0 1px}.theme-dark .list-group-flush>.list-group-item:last-child{border-bottom-width:0}.theme-dark .list-group-item-primary{background-color:#55222d;color:#fc99a6}.theme-dark .list-group-item-primary.list-group-item-action:focus,.theme-dark .list-group-item-primary.list-group-item-action:hover{background-color:#431b23;color:#fc99a6}.theme-dark .list-group-item-primary.list-group-item-action.active{background-color:#fc99a6;border-color:#fc99a6;color:#13171c}.theme-dark .list-group-item-secondary{background-color:#1a1e24;color:#8e9196}.theme-dark .list-group-item-secondary.list-group-item-action:focus,.theme-dark .list-group-item-secondary.list-group-item-action:hover{background-color:#0f1215;color:#8e9196}.theme-dark .list-group-item-secondary.list-group-item-action.active{background-color:#8e9196;border-color:#8e9196;color:#13171c}.theme-dark .list-group-item-success{background-color:#193f27;color:#8ccf9c}.theme-dark .list-group-item-success.list-group-item-action:focus,.theme-dark .list-group-item-success.list-group-item-action:hover{background-color:#122d1c;color:#8ccf9c}.theme-dark .list-group-item-success.list-group-item-action.active{background-color:#8ccf9c;border-color:#8ccf9c;color:#13171c}.theme-dark .list-group-item-info{background-color:#253d5c;color:#a3cafd}.theme-dark .list-group-item-info.list-group-item-action:focus,.theme-dark .list-group-item-info.list-group-item-action:hover{background-color:#1e314a;color:#a3cafd}.theme-dark .list-group-item-info.list-group-item-action.active{background-color:#a3cafd;border-color:#a3cafd;color:#13171c}.theme-dark .list-group-item-warning{background-color:#55441e;color:#fcd88a}.theme-dark .list-group-item-warning.list-group-item-action:focus,.theme-dark .list-group-item-warning.list-group-item-action:hover{background-color:#423517;color:#fcd88a}.theme-dark .list-group-item-warning.list-group-item-action.active{background-color:#fcd88a;border-color:#fcd88a;color:#13171c}.theme-dark .list-group-item-danger{background-color:#4b1b1f;color:#ea8c8c}.theme-dark .list-group-item-danger.list-group-item-action:focus,.theme-dark .list-group-item-danger.list-group-item-action:hover{background-color:#381417;color:#ea8c8c}.theme-dark .list-group-item-danger.list-group-item-action.active{background-color:#ea8c8c;border-color:#ea8c8c;color:#13171c}.theme-dark .list-group-item-light{background-color:rgba(21,25,30,.731);color:rgba(249,250,251,.501)}.theme-dark .list-group-item-light.list-group-item-action:focus,.theme-dark .list-group-item-light.list-group-item-action:hover{background-color:rgba(11,13,15,.731);color:rgba(249,250,251,.501)}.theme-dark .list-group-item-light.list-group-item-action.active{background-color:rgba(249,250,251,.501);border-color:rgba(249,250,251,.501);color:#13171c}.theme-dark .list-group-item-dark{background-color:rgba(29,25,30,.776);color:rgba(250,230,233,.584)}.theme-dark .list-group-item-dark.list-group-item-action:focus,.theme-dark .list-group-item-dark.list-group-item-action:hover{background-color:rgba(16,13,16,.776);color:rgba(250,230,233,.584)}.theme-dark .list-group-item-dark.list-group-item-action.active{background-color:rgba(250,230,233,.584);border-color:rgba(250,230,233,.584);color:#13171c}.theme-dark .list-group-item-blue{background-color:#0e335c;color:#78b8fd}.theme-dark .list-group-item-blue.list-group-item-action:focus,.theme-dark .list-group-item-blue.list-group-item-action:hover{background-color:#0b2746;color:#78b8fd}.theme-dark .list-group-item-blue.list-group-item-action.active{background-color:#78b8fd;border-color:#78b8fd;color:#13171c}.theme-dark .list-group-item-indigo{background-color:#2a1558;color:#ad80f6}.theme-dark .list-group-item-indigo.list-group-item-action:focus,.theme-dark .list-group-item-indigo.list-group-item-action:hover{background-color:#201043;color:#ad80f6}.theme-dark .list-group-item-indigo.list-group-item-action.active{background-color:#ad80f6;border-color:#ad80f6;color:#13171c}.theme-dark .list-group-item-purple{background-color:#2d234a;color:#b19add}.theme-dark .list-group-item-purple.list-group-item-action:focus,.theme-dark .list-group-item-purple.list-group-item-action:hover{background-color:#221b39;color:#b19add}.theme-dark .list-group-item-purple.list-group-item-action.active{background-color:#b19add;border-color:#b19add;color:#13171c}.theme-dark .list-group-item-pink{background-color:#4f223b;color:#f098c1}.theme-dark .list-group-item-pink.list-group-item-action:focus,.theme-dark .list-group-item-pink.list-group-item-action:hover{background-color:#3d1a2e;color:#f098c1}.theme-dark .list-group-item-pink.list-group-item-action.active{background-color:#f098c1;border-color:#f098c1;color:#13171c}.theme-dark .list-group-item-red{background-color:#4b1f27;color:#ea949c}.theme-dark .list-group-item-red.list-group-item-action:focus,.theme-dark .list-group-item-red.list-group-item-action:hover{background-color:#39181e;color:#ea949c}.theme-dark .list-group-item-red.list-group-item-action.active{background-color:#ea949c;border-color:#ea949c;color:#13171c}.theme-dark .list-group-item-orange{background-color:#55341a;color:#fbba83}.theme-dark .list-group-item-orange.list-group-item-action:focus,.theme-dark .list-group-item-orange.list-group-item-action:hover{background-color:#412814;color:#fbba83}.theme-dark .list-group-item-orange.list-group-item-action.active{background-color:#fbba83;border-color:#fbba83;color:#13171c}.theme-dark .list-group-item-yellow{background-color:#545348;color:#fbf3d9}.theme-dark .list-group-item-yellow.list-group-item-action:focus,.theme-dark .list-group-item-yellow.list-group-item-action:hover{background-color:#46453c;color:#fbf3d9}.theme-dark .list-group-item-yellow.list-group-item-action.active{background-color:#fbf3d9;border-color:#fbf3d9;color:#13171c}.theme-dark .list-group-item-green{background-color:#193f27;color:#8ccf9c}.theme-dark .list-group-item-green.list-group-item-action:focus,.theme-dark .list-group-item-green.list-group-item-action:hover{background-color:#122d1c;color:#8ccf9c}.theme-dark .list-group-item-green.list-group-item-action.active{background-color:#8ccf9c;border-color:#8ccf9c;color:#13171c}.theme-dark .list-group-item-teal{background-color:#17493e;color:#88e1c7}.theme-dark .list-group-item-teal.list-group-item-action:focus,.theme-dark .list-group-item-teal.list-group-item-action:hover{background-color:#11362e;color:#88e1c7}.theme-dark .list-group-item-teal.list-group-item-action.active{background-color:#88e1c7;border-color:#88e1c7;color:#13171c}.theme-dark .list-group-item-cyan{background-color:#143e48;color:#83ccd8}.theme-dark .list-group-item-cyan.list-group-item-action:focus,.theme-dark .list-group-item-cyan.list-group-item-action:hover{background-color:#0e2d34;color:#83ccd8}.theme-dark .list-group-item-cyan.list-group-item-action.active{background-color:#83ccd8;border-color:#83ccd8;color:#13171c}.theme-dark .list-group-item-white{background-color:#13171c;color:#818487}.theme-dark .list-group-item-white.list-group-item-action:focus,.theme-dark .list-group-item-white.list-group-item-action:hover{background-color:#090b0d;color:#818487}.theme-dark .list-group-item-white.list-group-item-action.active{background-color:#818487;border-color:#818487;color:#13171c}.theme-dark .list-group-item-black{background-color:#53575a;color:#f9fafb}.theme-dark .list-group-item-black.list-group-item-action:focus,.theme-dark .list-group-item-black.list-group-item-action:hover{background-color:#474a4d;color:#f9fafb}.theme-dark .list-group-item-black.list-group-item-action.active{background-color:#f9fafb;border-color:#f9fafb;color:#13171c}.theme-dark .list-group-item-gray-lighter{background-color:#16191f;color:#86888c}.theme-dark .list-group-item-gray-lighter.list-group-item-action:focus,.theme-dark .list-group-item-gray-lighter.list-group-item-action:hover{background-color:#0b0d10;color:#86888c}.theme-dark .list-group-item-gray-lighter.list-group-item-action.active{background-color:#86888c;border-color:#86888c;color:#13171c}.theme-dark .list-group-item-gray-light{background-color:#1a1e24;color:#8e9196}.theme-dark .list-group-item-gray-light.list-group-item-action:focus,.theme-dark .list-group-item-gray-light.list-group-item-action:hover{background-color:#0f1215;color:#8e9196}.theme-dark .list-group-item-gray-light.list-group-item-action.active{background-color:#8e9196;border-color:#8e9196;color:#13171c}.theme-dark .list-group-item-gray{background-color:#393e45;color:#c9cdd3}.theme-dark .list-group-item-gray.list-group-item-action:focus,.theme-dark .list-group-item-gray.list-group-item-action:hover{background-color:#2d3137;color:#c9cdd3}.theme-dark .list-group-item-gray.list-group-item-action.active{background-color:#c9cdd3;border-color:#c9cdd3;color:#13171c}.theme-dark .list-group-item-gray-dark{background-color:#53565a;color:#f8f9fa}.theme-dark .list-group-item-gray-dark.list-group-item-action:focus,.theme-dark .list-group-item-gray-dark.list-group-item-action:hover{background-color:#47494d;color:#f8f9fa}.theme-dark .list-group-item-gray-dark.list-group-item-action.active{background-color:#f8f9fa;border-color:#f8f9fa;color:#13171c}.theme-dark .list-group-item-input-color{background-color:#484c51;color:#e4e7ea}.theme-dark .list-group-item-input-color.list-group-item-action:focus,.theme-dark .list-group-item-input-color.list-group-item-action:hover{background-color:#3c3f44;color:#e4e7ea}.theme-dark .list-group-item-input-color.list-group-item-action.active{background-color:#e4e7ea;border-color:#e4e7ea;color:#13171c}.theme-dark .list-group-item-input-placeholder{background-color:#2c3038;color:#afb3bb}.theme-dark .list-group-item-input-placeholder.list-group-item-action:focus,.theme-dark .list-group-item-input-placeholder.list-group-item-action:hover{background-color:#21242a;color:#afb3bb}.theme-dark .list-group-item-input-placeholder.list-group-item-action.active{background-color:#afb3bb;border-color:#afb3bb;color:#13171c}.theme-dark .list-group-item-primary-dark{background-color:#555458;color:#fcf6f7}.theme-dark .list-group-item-primary-dark.list-group-item-action:focus,.theme-dark .list-group-item-primary-dark.list-group-item-action:hover{background-color:#48484b;color:#fcf6f7}.theme-dark .list-group-item-primary-dark.list-group-item-action.active{background-color:#fcf6f7;border-color:#fcf6f7;color:#13171c}.theme-dark .list-group-item-primary-light{background-color:#551722;color:#fc8493}.theme-dark .list-group-item-primary-light.list-group-item-action:focus,.theme-dark .list-group-item-primary-light.list-group-item-action:hover{background-color:#41121a;color:#fc8493}.theme-dark .list-group-item-primary-light.list-group-item-action.active{background-color:#fc8493;border-color:#fc8493;color:#13171c}.theme-dark .list-group-item-secondary-dark{background-color:#2f353e;color:#b4bbc7}.theme-dark .list-group-item-secondary-dark.list-group-item-action:focus,.theme-dark .list-group-item-secondary-dark.list-group-item-action:hover{background-color:#24292f;color:#b4bbc7}.theme-dark .list-group-item-secondary-dark.list-group-item-action.active{background-color:#b4bbc7;border-color:#b4bbc7;color:#13171c}.theme-dark .list-group-item-secondary-light{background-color:#15191e;color:#85878a}.theme-dark .list-group-item-secondary-light.list-group-item-action:focus,.theme-dark .list-group-item-secondary-light.list-group-item-action:hover{background-color:#0b0d0f;color:#85878a}.theme-dark .list-group-item-secondary-light.list-group-item-action.active{background-color:#85878a;border-color:#85878a;color:#13171c}.theme-dark .list-group-item-success-dark{background-color:#4d5655;color:#ecf9f0}.theme-dark .list-group-item-success-dark.list-group-item-action:focus,.theme-dark .list-group-item-success-dark.list-group-item-action:hover{background-color:#414948;color:#ecf9f0}.theme-dark .list-group-item-success-dark.list-group-item-action.active{background-color:#ecf9f0;border-color:#ecf9f0;color:#13171c}.theme-dark .list-group-item-success-light{background-color:#173624;color:#88be95}.theme-dark .list-group-item-success-light.list-group-item-action:focus,.theme-dark .list-group-item-success-light.list-group-item-action:hover{background-color:#0f2418;color:#88be95}.theme-dark .list-group-item-success-light.list-group-item-action.active{background-color:#88be95;border-color:#88be95;color:#13171c}.theme-dark .list-group-item-info-dark{background-color:#54585c;color:#fbfcfd}.theme-dark .list-group-item-info-dark.list-group-item-action:focus,.theme-dark .list-group-item-info-dark.list-group-item-action:hover{background-color:#484b4f;color:#fbfcfd}.theme-dark .list-group-item-info-dark.list-group-item-action.active{background-color:#fbfcfd;border-color:#fbfcfd;color:#13171c}.theme-dark .list-group-item-info-light{background-color:#1a365c;color:#8ebefd}.theme-dark .list-group-item-info-light.list-group-item-action:focus,.theme-dark .list-group-item-info-light.list-group-item-action:hover{background-color:#142a48;color:#8ebefd}.theme-dark .list-group-item-info-light.list-group-item-action.active{background-color:#8ebefd;border-color:#8ebefd;color:#13171c}.theme-dark .list-group-item-warning-dark{background-color:#555450;color:#fcf6e7}.theme-dark .list-group-item-warning-dark.list-group-item-action:focus,.theme-dark .list-group-item-warning-dark.list-group-item-action:hover{background-color:#484744;color:#fcf6e7}.theme-dark .list-group-item-warning-dark.list-group-item-action.active{background-color:#fcf6e7;border-color:#fcf6e7;color:#13171c}.theme-dark .list-group-item-warning-light{background-color:#534014;color:#f9d078}.theme-dark .list-group-item-warning-light.list-group-item-action:focus,.theme-dark .list-group-item-warning-light.list-group-item-action:hover{background-color:#3e300f;color:#f9d078}.theme-dark .list-group-item-warning-light.list-group-item-action.active{background-color:#f9d078;border-color:#f9d078;color:#13171c}.theme-dark .list-group-item-danger-dark{background-color:#53494c;color:#f8e0e1}.theme-dark .list-group-item-danger-dark.list-group-item-action:focus,.theme-dark .list-group-item-danger-dark.list-group-item-action:hover{background-color:#453d40;color:#f8e0e1}.theme-dark .list-group-item-danger-dark.list-group-item-action.active{background-color:#f8e0e1;border-color:#f8e0e1;color:#13171c}.theme-dark .list-group-item-danger-light{background-color:#42191d;color:#d98888}.theme-dark .list-group-item-danger-light.list-group-item-action:focus,.theme-dark .list-group-item-danger-light.list-group-item-action:hover{background-color:#301215;color:#d98888}.theme-dark .list-group-item-danger-light.list-group-item-action.active{background-color:#d98888;border-color:#d98888;color:#13171c}.theme-dark .list-group-item-dark-dark{background-color:rgba(29,25,31,.776);color:rgba(250,232,235,.584)}.theme-dark .list-group-item-dark-dark.list-group-item-action:focus,.theme-dark .list-group-item-dark-dark.list-group-item-action:hover{background-color:rgba(16,14,17,.776);color:rgba(250,232,235,.584)}.theme-dark .list-group-item-dark-dark.list-group-item-action.active{background-color:rgba(250,232,235,.584);border-color:rgba(250,232,235,.584);color:#13171c}.theme-dark .list-group-item-dark-light{background-color:rgba(29,23,29,.776);color:rgba(250,226,230,.584)}.theme-dark .list-group-item-dark-light.list-group-item-action:focus,.theme-dark .list-group-item-dark-light.list-group-item-action:hover{background-color:rgba(15,12,15,.776);color:rgba(250,226,230,.584)}.theme-dark .list-group-item-dark-light.list-group-item-action.active{background-color:rgba(250,226,230,.584);border-color:rgba(250,226,230,.584);color:#13171c}.theme-dark .close{color:#f9fafb;float:right;font-size:1.5rem;font-weight:500;line-height:1;opacity:.5;text-shadow:0 1px 0 #13171c}@media (max-width:1200px){.theme-dark .close{font-size:calc(1.275rem + .3vw)}}.theme-dark .close:hover{color:#f9fafb;text-decoration:none}.theme-dark .close:not(:disabled):not(.disabled):focus,.theme-dark .close:not(:disabled):not(.disabled):hover{opacity:.75}.theme-dark button.close{background-color:initial;border:0;padding:0}.theme-dark a.close.disabled{pointer-events:none}.theme-dark .toast{background-clip:padding-box;background-color:#13171cd9;border:1px solid #0000001a;border-radius:.25rem;box-shadow:0 .25rem .75rem #f9fafb1a;flex-basis:350px;font-size:.875rem;max-width:350px;opacity:0}.theme-dark .toast:not(:last-child){margin-bottom:.75rem}.theme-dark .toast.showing{opacity:1}.theme-dark .toast.show{display:block;opacity:1}.theme-dark .toast.hide{display:none}.theme-dark .toast-header{align-items:center;background-clip:padding-box;background-color:#13171cd9;border-bottom:1px solid #0000000d;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px);color:#9ca3af;display:flex;padding:.25rem .75rem}.theme-dark .toast-body{padding:.75rem}.theme-dark .modal-open{overflow:hidden}.theme-dark .modal-open .modal{overflow-x:hidden;overflow-y:auto}.theme-dark .modal{display:none;height:100%;left:0;outline:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:1050}.theme-dark .modal-dialog{margin:.5rem;pointer-events:none;position:relative;width:auto}.modal.fade .theme-dark .modal-dialog{transform:translateY(-50px);transition:transform .3s ease-out}@media (prefers-reduced-motion:reduce){.modal.fade .theme-dark .modal-dialog{transition:none}}.modal.show .theme-dark .modal-dialog{transform:none}.modal.modal-static .theme-dark .modal-dialog{transform:scale(1.02)}.theme-dark .modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.theme-dark .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.theme-dark .modal-dialog-scrollable .modal-footer,.theme-dark .modal-dialog-scrollable .modal-header{flex-shrink:0}.theme-dark .modal-dialog-scrollable .modal-body{overflow-y:auto}.theme-dark .modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - 1rem)}.theme-dark .modal-dialog-centered:before{content:"";display:block;height:calc(100vh - 1rem);height:min-content}.theme-dark .modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;height:100%;justify-content:center}.theme-dark .modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.theme-dark .modal-dialog-centered.modal-dialog-scrollable:before{content:none}.theme-dark .modal-content{background-clip:padding-box;background-color:#13171c;border:1px solid #f9fafb33;border-radius:.3rem;display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.theme-dark .modal-backdrop{background-color:#f9fafb;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.theme-dark .modal-backdrop.fade{opacity:0}.theme-dark .modal-backdrop.show{opacity:.3}.theme-dark .modal-header{align-items:flex-start;border-bottom:1px solid #2b3039;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);display:flex;justify-content:space-between;padding:1rem}.theme-dark .modal-header .close{margin:-1rem -1rem -1rem auto;padding:1rem}.theme-dark .modal-title{line-height:1.5;margin-bottom:0}.theme-dark .modal-body{flex:1 1 auto;padding:1rem;position:relative}.theme-dark .modal-footer{align-items:center;border-bottom-left-radius:calc(.3rem - 1px);border-bottom-right-radius:calc(.3rem - 1px);border-top:1px solid #2b3039;display:flex;flex-wrap:wrap;justify-content:flex-end;padding:.75rem}.theme-dark .modal-footer>*{margin:.25rem}.theme-dark .modal-scrollbar-measure{height:50px;overflow:scroll;position:absolute;top:-9999px;width:50px}@media (min-width:576px){.theme-dark .modal-dialog{margin:1.75rem auto;max-width:500px}.theme-dark .modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.theme-dark .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.theme-dark .modal-dialog-centered{min-height:calc(100% - 3.5rem)}.theme-dark .modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:min-content}.theme-dark .modal-sm{max-width:300px}}@media (min-width:992px){.theme-dark .modal-lg,.theme-dark .modal-xl{max-width:800px}}@media (min-width:1200px){.theme-dark .modal-xl{max-width:1140px}}.theme-dark .tooltip{word-wrap:break-word;display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;margin:0;opacity:0;position:absolute;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:1070}.theme-dark .tooltip.show{opacity:.9}.theme-dark .tooltip .arrow{display:block;height:.4rem;position:absolute;width:.8rem}.theme-dark .tooltip .arrow:before{border-color:#0000;border-style:solid;content:"";position:absolute}.theme-dark .bs-tooltip-auto[x-placement^=top],.theme-dark .bs-tooltip-top{padding:.4rem 0}.theme-dark .bs-tooltip-auto[x-placement^=top] .arrow,.theme-dark .bs-tooltip-top .arrow{bottom:0}.theme-dark .bs-tooltip-auto[x-placement^=top] .arrow:before,.theme-dark .bs-tooltip-top .arrow:before{border-top-color:#f9fafb;border-width:.4rem .4rem 0;top:0}.theme-dark .bs-tooltip-auto[x-placement^=right],.theme-dark .bs-tooltip-right{padding:0 .4rem}.theme-dark .bs-tooltip-auto[x-placement^=right] .arrow,.theme-dark .bs-tooltip-right .arrow{height:.8rem;left:0;width:.4rem}.theme-dark .bs-tooltip-auto[x-placement^=right] .arrow:before,.theme-dark .bs-tooltip-right .arrow:before{border-right-color:#f9fafb;border-width:.4rem .4rem .4rem 0;right:0}.theme-dark .bs-tooltip-auto[x-placement^=bottom],.theme-dark .bs-tooltip-bottom{padding:.4rem 0}.theme-dark .bs-tooltip-auto[x-placement^=bottom] .arrow,.theme-dark .bs-tooltip-bottom .arrow{top:0}.theme-dark .bs-tooltip-auto[x-placement^=bottom] .arrow:before,.theme-dark .bs-tooltip-bottom .arrow:before{border-bottom-color:#f9fafb;border-width:0 .4rem .4rem;bottom:0}.theme-dark .bs-tooltip-auto[x-placement^=left],.theme-dark .bs-tooltip-left{padding:0 .4rem}.theme-dark .bs-tooltip-auto[x-placement^=left] .arrow,.theme-dark .bs-tooltip-left .arrow{height:.8rem;right:0;width:.4rem}.theme-dark .bs-tooltip-auto[x-placement^=left] .arrow:before,.theme-dark .bs-tooltip-left .arrow:before{border-left-color:#f9fafb;border-width:.4rem 0 .4rem .4rem;left:0}.theme-dark .tooltip-inner{background-color:#f9fafb;border-radius:.25rem;color:#13171c;max-width:200px;padding:.25rem .5rem;text-align:center}.theme-dark .popover{word-wrap:break-word;background-clip:padding-box;background-color:#13171c;border:1px solid #f9fafb33;border-radius:.3rem;display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;left:0;letter-spacing:normal;line-break:auto;line-height:1.5;max-width:276px;position:absolute;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;top:0;white-space:normal;word-break:normal;word-spacing:normal;z-index:1060}.theme-dark .popover .arrow{display:block;height:.5rem;margin:0 .3rem;position:absolute;width:1rem}.theme-dark .popover .arrow:after,.theme-dark .popover .arrow:before{border-color:#0000;border-style:solid;content:"";display:block;position:absolute}.theme-dark .bs-popover-auto[x-placement^=top],.theme-dark .bs-popover-top{margin-bottom:.5rem}.theme-dark .bs-popover-auto[x-placement^=top]>.arrow,.theme-dark .bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.theme-dark .bs-popover-auto[x-placement^=top]>.arrow:before,.theme-dark .bs-popover-top>.arrow:before{border-top-color:#f9fafb40;border-width:.5rem .5rem 0;bottom:0}.theme-dark .bs-popover-auto[x-placement^=top]>.arrow:after,.theme-dark .bs-popover-top>.arrow:after{border-top-color:#13171c;border-width:.5rem .5rem 0;bottom:1px}.theme-dark .bs-popover-auto[x-placement^=right],.theme-dark .bs-popover-right{margin-left:.5rem}.theme-dark .bs-popover-auto[x-placement^=right]>.arrow,.theme-dark .bs-popover-right>.arrow{height:1rem;left:calc(-.5rem - 1px);margin:.3rem 0;width:.5rem}.theme-dark .bs-popover-auto[x-placement^=right]>.arrow:before,.theme-dark .bs-popover-right>.arrow:before{border-right-color:#f9fafb40;border-width:.5rem .5rem .5rem 0;left:0}.theme-dark .bs-popover-auto[x-placement^=right]>.arrow:after,.theme-dark .bs-popover-right>.arrow:after{border-right-color:#13171c;border-width:.5rem .5rem .5rem 0;left:1px}.theme-dark .bs-popover-auto[x-placement^=bottom],.theme-dark .bs-popover-bottom{margin-top:.5rem}.theme-dark .bs-popover-auto[x-placement^=bottom]>.arrow,.theme-dark .bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.theme-dark .bs-popover-auto[x-placement^=bottom]>.arrow:before,.theme-dark .bs-popover-bottom>.arrow:before{border-bottom-color:#f9fafb40;border-width:0 .5rem .5rem;top:0}.theme-dark .bs-popover-auto[x-placement^=bottom]>.arrow:after,.theme-dark .bs-popover-bottom>.arrow:after{border-bottom-color:#13171c;border-width:0 .5rem .5rem;top:1px}.theme-dark .bs-popover-auto[x-placement^=bottom] .popover-header:before,.theme-dark .bs-popover-bottom .popover-header:before{border-bottom:1px solid #0d1013;content:"";display:block;left:50%;margin-left:-.5rem;position:absolute;top:0;width:1rem}.theme-dark .bs-popover-auto[x-placement^=left],.theme-dark .bs-popover-left{margin-right:.5rem}.theme-dark .bs-popover-auto[x-placement^=left]>.arrow,.theme-dark .bs-popover-left>.arrow{height:1rem;margin:.3rem 0;right:calc(-.5rem - 1px);width:.5rem}.theme-dark .bs-popover-auto[x-placement^=left]>.arrow:before,.theme-dark .bs-popover-left>.arrow:before{border-left-color:#f9fafb40;border-width:.5rem 0 .5rem .5rem;right:0}.theme-dark .bs-popover-auto[x-placement^=left]>.arrow:after,.theme-dark .bs-popover-left>.arrow:after{border-left-color:#13171c;border-width:.5rem 0 .5rem .5rem;right:1px}.theme-dark .popover-header{background-color:#0d1013;border-bottom:1px solid #030304;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);color:#f9fafb;font-size:1rem;margin-bottom:0;padding:.5rem .75rem}.theme-dark .popover-header:empty{display:none}.theme-dark .popover-body{color:#e5e7eb;padding:.5rem .75rem}.theme-dark .carousel{position:relative}.theme-dark .carousel.pointer-event{touch-action:pan-y}.theme-dark .carousel-inner{overflow:hidden;position:relative;width:100%}.theme-dark .carousel-inner:after{clear:both;content:"";display:block}.theme-dark .carousel-item{backface-visibility:hidden;display:none;float:left;margin-right:-100%;position:relative;transition:transform .6s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.theme-dark .carousel-item{transition:none}}.theme-dark .carousel-item-next,.theme-dark .carousel-item-prev,.theme-dark .carousel-item.active{display:block}.theme-dark .active.carousel-item-right,.theme-dark .carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}.theme-dark .active.carousel-item-left,.theme-dark .carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}.theme-dark .carousel-fade .carousel-item{opacity:0;transform:none;transition-property:opacity}.theme-dark .carousel-fade .carousel-item-next.carousel-item-left,.theme-dark .carousel-fade .carousel-item-prev.carousel-item-right,.theme-dark .carousel-fade .carousel-item.active{opacity:1;z-index:1}.theme-dark .carousel-fade .active.carousel-item-left,.theme-dark .carousel-fade .active.carousel-item-right{opacity:0;transition:opacity 0s .6s;z-index:0}@media (prefers-reduced-motion:reduce){.theme-dark .carousel-fade .active.carousel-item-left,.theme-dark .carousel-fade .active.carousel-item-right{transition:none}}.theme-dark .carousel-control-next,.theme-dark .carousel-control-prev{align-items:center;background:none;border:0;bottom:0;color:#13171c;display:flex;justify-content:center;opacity:.5;padding:0;position:absolute;text-align:center;top:0;transition:opacity .15s ease;width:15%;z-index:1}@media (prefers-reduced-motion:reduce){.theme-dark .carousel-control-next,.theme-dark .carousel-control-prev{transition:none}}.theme-dark .carousel-control-next:focus,.theme-dark .carousel-control-next:hover,.theme-dark .carousel-control-prev:focus,.theme-dark .carousel-control-prev:hover{color:#13171c;opacity:.9;outline:0;text-decoration:none}.theme-dark .carousel-control-prev{left:0}.theme-dark .carousel-control-next{right:0}.theme-dark .carousel-control-next-icon,.theme-dark .carousel-control-prev-icon{background:50%/100% 100% no-repeat;display:inline-block;height:20px;width:20px}.theme-dark .carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2313171c' width='8' height='8'%3E%3Cpath d='m5.25 0-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")}.theme-dark .carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2313171c' width='8' height='8'%3E%3Cpath d='m2.75 0-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")}.theme-dark .carousel-indicators{bottom:0;display:flex;justify-content:center;left:0;list-style:none;margin-left:15%;margin-right:15%;padding-left:0;position:absolute;right:0;z-index:15}.theme-dark .carousel-indicators li{background-clip:padding-box;background-color:#13171c;border-bottom:10px solid #0000;border-top:10px solid #0000;box-sizing:initial;cursor:pointer;flex:0 1 auto;height:3px;margin-left:3px;margin-right:3px;opacity:.5;text-indent:-999px;transition:opacity .6s ease;width:30px}@media (prefers-reduced-motion:reduce){.theme-dark .carousel-indicators li{transition:none}}.theme-dark .carousel-indicators .active{opacity:1}.theme-dark .carousel-caption{bottom:20px;color:#13171c;left:15%;padding-bottom:20px;padding-top:20px;position:absolute;right:15%;text-align:center;z-index:10}.theme-dark .spinner-border{animation:spinner-border .75s linear infinite;border:.125em solid;border-radius:50%;border-right:.125em solid #0000;display:inline-block;height:2em;vertical-align:-.125em;width:2em}.theme-dark .spinner-border-sm{border-width:.125em;height:1em;width:1em}.theme-dark .spinner-grow{animation:spinner-grow .75s linear infinite;background-color:currentcolor;border-radius:50%;display:inline-block;height:2em;opacity:0;vertical-align:-.125em;width:2em}.theme-dark .spinner-grow-sm{height:1em;width:1em}@media (prefers-reduced-motion:reduce){.theme-dark .spinner-border,.theme-dark .spinner-grow{animation-duration:1.5s}}.theme-dark .align-baseline{vertical-align:initial!important}.theme-dark .align-top{vertical-align:top!important}.theme-dark .align-middle{vertical-align:middle!important}.theme-dark .align-bottom{vertical-align:bottom!important}.theme-dark .align-text-bottom{vertical-align:text-bottom!important}.theme-dark .align-text-top{vertical-align:text-top!important}.theme-dark .bg-primary{background-color:#ff4057!important}.theme-dark a.bg-primary:focus,.theme-dark a.bg-primary:hover,.theme-dark button.bg-primary:focus,.theme-dark button.bg-primary:hover{background-color:#ff0d2a!important}.theme-dark .bg-secondary{background-color:#2b3039!important}.theme-dark a.bg-secondary:focus,.theme-dark a.bg-secondary:hover,.theme-dark button.bg-secondary:focus,.theme-dark button.bg-secondary:hover{background-color:#15181c!important}.theme-dark .bg-success{background-color:#28a745!important}.theme-dark a.bg-success:focus,.theme-dark a.bg-success:hover,.theme-dark button.bg-success:focus,.theme-dark button.bg-success:hover{background-color:#1e7e34!important}.theme-dark .bg-info{background-color:#549eff!important}.theme-dark a.bg-info:focus,.theme-dark a.bg-info:hover,.theme-dark button.bg-info:focus,.theme-dark button.bg-info:hover{background-color:#2181ff!important}.theme-dark .bg-warning{background-color:#ffb822!important}.theme-dark a.bg-warning:focus,.theme-dark a.bg-warning:hover,.theme-dark button.bg-warning:focus,.theme-dark button.bg-warning:hover{background-color:#eea200!important}.theme-dark .bg-danger{background-color:#dc2626!important}.theme-dark a.bg-danger:focus,.theme-dark a.bg-danger:hover,.theme-dark button.bg-danger:focus,.theme-dark button.bg-danger:hover{background-color:#b21d1d!important}.theme-dark .bg-light{background-color:#f9fafb0a!important}.theme-dark a.bg-light:focus,.theme-dark a.bg-light:hover,.theme-dark button.bg-light:focus,.theme-dark button.bg-light:hover{background-color:#dae1e70a!important}.theme-dark .bg-dark{background-color:#ff405733!important}.theme-dark a.bg-dark:focus,.theme-dark a.bg-dark:hover,.theme-dark button.bg-dark:focus,.theme-dark button.bg-dark:hover{background-color:#ff0d2a33!important}.theme-dark .bg-blue{background-color:#007bff!important}.theme-dark a.bg-blue:focus,.theme-dark a.bg-blue:hover,.theme-dark button.bg-blue:focus,.theme-dark button.bg-blue:hover{background-color:#0062cc!important}.theme-dark .bg-indigo{background-color:#6610f2!important}.theme-dark a.bg-indigo:focus,.theme-dark a.bg-indigo:hover,.theme-dark button.bg-indigo:focus,.theme-dark button.bg-indigo:hover{background-color:#510bc4!important}.theme-dark .bg-purple{background-color:#6f42c1!important}.theme-dark a.bg-purple:focus,.theme-dark a.bg-purple:hover,.theme-dark button.bg-purple:focus,.theme-dark button.bg-purple:hover{background-color:#59339d!important}.theme-dark .bg-pink{background-color:#e83e8c!important}.theme-dark a.bg-pink:focus,.theme-dark a.bg-pink:hover,.theme-dark button.bg-pink:focus,.theme-dark button.bg-pink:hover{background-color:#d91a72!important}.theme-dark .bg-red{background-color:#dc3545!important}.theme-dark a.bg-red:focus,.theme-dark a.bg-red:hover,.theme-dark button.bg-red:focus,.theme-dark button.bg-red:hover{background-color:#bd2130!important}.theme-dark .bg-orange{background-color:#fd7e14!important}.theme-dark a.bg-orange:focus,.theme-dark a.bg-orange:hover,.theme-dark button.bg-orange:focus,.theme-dark button.bg-orange:hover{background-color:#dc6502!important}.theme-dark .bg-yellow{background-color:#fcedb9!important}.theme-dark a.bg-yellow:focus,.theme-dark a.bg-yellow:hover,.theme-dark button.bg-yellow:focus,.theme-dark button.bg-yellow:hover{background-color:#fae088!important}.theme-dark .bg-green{background-color:#28a745!important}.theme-dark a.bg-green:focus,.theme-dark a.bg-green:hover,.theme-dark button.bg-green:focus,.theme-dark button.bg-green:hover{background-color:#1e7e34!important}.theme-dark .bg-teal{background-color:#20c997!important}.theme-dark a.bg-teal:focus,.theme-dark a.bg-teal:hover,.theme-dark button.bg-teal:focus,.theme-dark button.bg-teal:hover{background-color:#199d76!important}.theme-dark .bg-cyan{background-color:#17a2b8!important}.theme-dark a.bg-cyan:focus,.theme-dark a.bg-cyan:hover,.theme-dark button.bg-cyan:focus,.theme-dark button.bg-cyan:hover{background-color:#117a8b!important}.theme-dark a.bg-white:focus,.theme-dark a.bg-white:hover,.theme-dark button.bg-white:focus,.theme-dark button.bg-white:hover{background-color:#000!important}.theme-dark .bg-black{background-color:#f9fafb!important}.theme-dark a.bg-black:focus,.theme-dark a.bg-black:hover,.theme-dark button.bg-black:focus,.theme-dark button.bg-black:hover{background-color:#dae1e7!important}.theme-dark .bg-gray-lighter{background-color:#1c1e25!important}.theme-dark a.bg-gray-lighter:focus,.theme-dark a.bg-gray-lighter:hover,.theme-dark button.bg-gray-lighter:focus,.theme-dark button.bg-gray-lighter:hover{background-color:#060608!important}.theme-dark .bg-gray-light{background-color:#2b3039!important}.theme-dark a.bg-gray-light:focus,.theme-dark a.bg-gray-light:hover,.theme-dark button.bg-gray-light:focus,.theme-dark button.bg-gray-light:hover{background-color:#15181c!important}.theme-dark .bg-gray{background-color:#9ca3af!important}.theme-dark a.bg-gray:focus,.theme-dark a.bg-gray:hover,.theme-dark button.bg-gray:focus,.theme-dark button.bg-gray:hover{background-color:#808998!important}.theme-dark .bg-gray-dark{background-color:#f8f9fa!important}.theme-dark a.bg-gray-dark:focus,.theme-dark a.bg-gray-dark:hover,.theme-dark button.bg-gray-dark:focus,.theme-dark button.bg-gray-dark:hover{background-color:#dae0e5!important}.theme-dark .bg-input-color{background-color:#d1d5db!important}.theme-dark a.bg-input-color:focus,.theme-dark a.bg-input-color:hover,.theme-dark button.bg-input-color:focus,.theme-dark button.bg-input-color:hover{background-color:#b4bbc5!important}.theme-dark .bg-input-placeholder{background-color:#6b7280!important}.theme-dark a.bg-input-placeholder:focus,.theme-dark a.bg-input-placeholder:hover,.theme-dark button.bg-input-placeholder:focus,.theme-dark button.bg-input-placeholder:hover{background-color:#545964!important}.theme-dark .bg-primary-dark{background-color:#fff3f4!important}.theme-dark a.bg-primary-dark:focus,.theme-dark a.bg-primary-dark:hover,.theme-dark button.bg-primary-dark:focus,.theme-dark button.bg-primary-dark:hover{background-color:#ffc0c7!important}.theme-dark .bg-primary-light{background-color:#ff1733!important}.theme-dark a.bg-primary-light:focus,.theme-dark a.bg-primary-light:hover,.theme-dark button.bg-primary-light:focus,.theme-dark button.bg-primary-light:hover{background-color:#e3001b!important}.theme-dark .bg-secondary-dark{background-color:#758197!important}.theme-dark a.bg-secondary-dark:focus,.theme-dark a.bg-secondary-dark:hover,.theme-dark button.bg-secondary-dark:focus,.theme-dark button.bg-secondary-dark:hover{background-color:#5d687c!important}.theme-dark .bg-secondary-light{background-color:#191c22!important}.theme-dark a.bg-secondary-light:focus,.theme-dark a.bg-secondary-light:hover,.theme-dark button.bg-secondary-light:focus,.theme-dark button.bg-secondary-light:hover{background-color:#040405!important}.theme-dark .bg-success-dark{background-color:#e1f8e6!important}.theme-dark a.bg-success-dark:focus,.theme-dark a.bg-success-dark:hover,.theme-dark button.bg-success-dark:focus,.theme-dark button.bg-success-dark:hover{background-color:#b7eec4!important}.theme-dark .bg-success-light{background-color:#208637!important}.theme-dark a.bg-success-light:focus,.theme-dark a.bg-success-light:hover,.theme-dark button.bg-success-light:focus,.theme-dark button.bg-success-light:hover{background-color:#165d26!important}.theme-dark .bg-info-dark{background-color:#fcfdff!important}.theme-dark a.bg-info-dark:focus,.theme-dark a.bg-info-dark:hover,.theme-dark button.bg-info-dark:focus,.theme-dark button.bg-info-dark:hover{background-color:#c9e1ff!important}.theme-dark .bg-info-light{background-color:#2b87ff!important}.theme-dark a.bg-info-light:focus,.theme-dark a.bg-info-light:hover,.theme-dark button.bg-info-light:focus,.theme-dark button.bg-info-light:hover{background-color:#006bf7!important}.theme-dark .bg-warning-dark{background-color:#fff1d5!important}.theme-dark a.bg-warning-dark:focus,.theme-dark a.bg-warning-dark:hover,.theme-dark button.bg-warning-dark:focus,.theme-dark button.bg-warning-dark:hover{background-color:#ffe1a2!important}.theme-dark .bg-warning-light{background-color:#f8a800!important}.theme-dark a.bg-warning-light:focus,.theme-dark a.bg-warning-light:hover,.theme-dark button.bg-warning-light:focus,.theme-dark button.bg-warning-light:hover{background-color:#c58600!important}.theme-dark .bg-danger-dark{background-color:#f6c8c8!important}.theme-dark a.bg-danger-dark:focus,.theme-dark a.bg-danger-dark:hover,.theme-dark button.bg-danger-dark:focus,.theme-dark button.bg-danger-dark:hover{background-color:#ef9d9d!important}.theme-dark .bg-danger-light{background-color:#bb1e1e!important}.theme-dark a.bg-danger-light:focus,.theme-dark a.bg-danger-light:hover,.theme-dark button.bg-danger-light:focus,.theme-dark button.bg-danger-light:hover{background-color:#8f1717!important}.theme-dark .bg-dark-dark{background-color:#ff4f6433!important}.theme-dark a.bg-dark-dark:focus,.theme-dark a.bg-dark-dark:hover,.theme-dark button.bg-dark-dark:focus,.theme-dark button.bg-dark-dark:hover{background-color:#ff1c3833!important}.theme-dark .bg-dark-light{background-color:#ff173333!important}.theme-dark a.bg-dark-light:focus,.theme-dark a.bg-dark-light:hover,.theme-dark button.bg-dark-light:focus,.theme-dark button.bg-dark-light:hover{background-color:#e3001b33!important}.theme-dark .bg-white{background-color:#13171c!important}.theme-dark .bg-transparent{background-color:initial!important}.theme-dark .border{border:1px solid #2b3039!important}.theme-dark .border-top{border-top:1px solid #2b3039!important}.theme-dark .border-right{border-right:1px solid #2b3039!important}.theme-dark .border-bottom{border-bottom:1px solid #2b3039!important}.theme-dark .border-left{border-left:1px solid #2b3039!important}.theme-dark .border-0{border:0!important}.theme-dark .border-top-0{border-top:0!important}.theme-dark .border-right-0{border-right:0!important}.theme-dark .border-bottom-0{border-bottom:0!important}.theme-dark .border-left-0{border-left:0!important}.theme-dark .border-primary{border-color:#ff4057!important}.theme-dark .border-secondary{border-color:#2b3039!important}.theme-dark .border-success{border-color:#28a745!important}.theme-dark .border-info{border-color:#549eff!important}.theme-dark .border-warning{border-color:#ffb822!important}.theme-dark .border-danger{border-color:#dc2626!important}.theme-dark .border-light{border-color:#f9fafb0a!important}.theme-dark .border-dark{border-color:#ff405733!important}.theme-dark .border-blue{border-color:#007bff!important}.theme-dark .border-indigo{border-color:#6610f2!important}.theme-dark .border-purple{border-color:#6f42c1!important}.theme-dark .border-pink{border-color:#e83e8c!important}.theme-dark .border-red{border-color:#dc3545!important}.theme-dark .border-orange{border-color:#fd7e14!important}.theme-dark .border-yellow{border-color:#fcedb9!important}.theme-dark .border-green{border-color:#28a745!important}.theme-dark .border-teal{border-color:#20c997!important}.theme-dark .border-cyan{border-color:#17a2b8!important}.theme-dark .border-black{border-color:#f9fafb!important}.theme-dark .border-gray-lighter{border-color:#1c1e25!important}.theme-dark .border-gray-light{border-color:#2b3039!important}.theme-dark .border-gray{border-color:#9ca3af!important}.theme-dark .border-gray-dark{border-color:#f8f9fa!important}.theme-dark .border-input-color{border-color:#d1d5db!important}.theme-dark .border-input-placeholder{border-color:#6b7280!important}.theme-dark .border-primary-dark{border-color:#fff3f4!important}.theme-dark .border-primary-light{border-color:#ff1733!important}.theme-dark .border-secondary-dark{border-color:#758197!important}.theme-dark .border-secondary-light{border-color:#191c22!important}.theme-dark .border-success-dark{border-color:#e1f8e6!important}.theme-dark .border-success-light{border-color:#208637!important}.theme-dark .border-info-dark{border-color:#fcfdff!important}.theme-dark .border-info-light{border-color:#2b87ff!important}.theme-dark .border-warning-dark{border-color:#fff1d5!important}.theme-dark .border-warning-light{border-color:#f8a800!important}.theme-dark .border-danger-dark{border-color:#f6c8c8!important}.theme-dark .border-danger-light{border-color:#bb1e1e!important}.theme-dark .border-dark-dark{border-color:#ff4f6433!important}.theme-dark .border-dark-light{border-color:#ff173333!important}.theme-dark .border-white{border-color:#13171c!important}.theme-dark .rounded-sm{border-radius:.2rem!important}.theme-dark .rounded{border-radius:.25rem!important}.theme-dark .rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.theme-dark .rounded-right{border-bottom-right-radius:.25rem!important;border-top-right-radius:.25rem!important}.theme-dark .rounded-bottom{border-bottom-left-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.theme-dark .rounded-left{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}.theme-dark .rounded-lg{border-radius:.3rem!important}.theme-dark .rounded-circle{border-radius:50%!important}.theme-dark .rounded-pill{border-radius:50rem!important}.theme-dark .rounded-0{border-radius:0!important}.theme-dark .clearfix:after{clear:both;content:"";display:block}.theme-dark .d-none{display:none!important}.theme-dark .d-inline{display:inline!important}.theme-dark .d-inline-block{display:inline-block!important}.theme-dark .d-block{display:block!important}.theme-dark .d-table{display:table!important}.theme-dark .d-table-row{display:table-row!important}.theme-dark .d-table-cell{display:table-cell!important}.theme-dark .d-flex{display:flex!important}.theme-dark .d-inline-flex{display:inline-flex!important}@media (min-width:576px){.theme-dark .d-sm-none{display:none!important}.theme-dark .d-sm-inline{display:inline!important}.theme-dark .d-sm-inline-block{display:inline-block!important}.theme-dark .d-sm-block{display:block!important}.theme-dark .d-sm-table{display:table!important}.theme-dark .d-sm-table-row{display:table-row!important}.theme-dark .d-sm-table-cell{display:table-cell!important}.theme-dark .d-sm-flex{display:flex!important}.theme-dark .d-sm-inline-flex{display:inline-flex!important}}@media (min-width:768px){.theme-dark .d-md-none{display:none!important}.theme-dark .d-md-inline{display:inline!important}.theme-dark .d-md-inline-block{display:inline-block!important}.theme-dark .d-md-block{display:block!important}.theme-dark .d-md-table{display:table!important}.theme-dark .d-md-table-row{display:table-row!important}.theme-dark .d-md-table-cell{display:table-cell!important}.theme-dark .d-md-flex{display:flex!important}.theme-dark .d-md-inline-flex{display:inline-flex!important}}@media (min-width:992px){.theme-dark .d-lg-none{display:none!important}.theme-dark .d-lg-inline{display:inline!important}.theme-dark .d-lg-inline-block{display:inline-block!important}.theme-dark .d-lg-block{display:block!important}.theme-dark .d-lg-table{display:table!important}.theme-dark .d-lg-table-row{display:table-row!important}.theme-dark .d-lg-table-cell{display:table-cell!important}.theme-dark .d-lg-flex{display:flex!important}.theme-dark .d-lg-inline-flex{display:inline-flex!important}}@media (min-width:1200px){.theme-dark .d-xl-none{display:none!important}.theme-dark .d-xl-inline{display:inline!important}.theme-dark .d-xl-inline-block{display:inline-block!important}.theme-dark .d-xl-block{display:block!important}.theme-dark .d-xl-table{display:table!important}.theme-dark .d-xl-table-row{display:table-row!important}.theme-dark .d-xl-table-cell{display:table-cell!important}.theme-dark .d-xl-flex{display:flex!important}.theme-dark .d-xl-inline-flex{display:inline-flex!important}}@media print{.theme-dark .d-print-none{display:none!important}.theme-dark .d-print-inline{display:inline!important}.theme-dark .d-print-inline-block{display:inline-block!important}.theme-dark .d-print-block{display:block!important}.theme-dark .d-print-table{display:table!important}.theme-dark .d-print-table-row{display:table-row!important}.theme-dark .d-print-table-cell{display:table-cell!important}.theme-dark .d-print-flex{display:flex!important}.theme-dark .d-print-inline-flex{display:inline-flex!important}}.theme-dark .embed-responsive{display:block;overflow:hidden;padding:0;position:relative;width:100%}.theme-dark .embed-responsive:before{content:"";display:block}.theme-dark .embed-responsive .embed-responsive-item,.theme-dark .embed-responsive embed,.theme-dark .embed-responsive iframe,.theme-dark .embed-responsive object,.theme-dark .embed-responsive video{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.theme-dark .embed-responsive-21by9:before{padding-top:42.85714%}.theme-dark .embed-responsive-16by9:before{padding-top:56.25%}.theme-dark .embed-responsive-4by3:before{padding-top:75%}.theme-dark .embed-responsive-1by1:before{padding-top:100%}.theme-dark .flex-row{flex-direction:row!important}.theme-dark .flex-column{flex-direction:column!important}.theme-dark .flex-row-reverse{flex-direction:row-reverse!important}.theme-dark .flex-column-reverse{flex-direction:column-reverse!important}.theme-dark .flex-wrap{flex-wrap:wrap!important}.theme-dark .flex-nowrap{flex-wrap:nowrap!important}.theme-dark .flex-wrap-reverse{flex-wrap:wrap-reverse!important}.theme-dark .flex-fill{flex:1 1 auto!important}.theme-dark .flex-grow-0{flex-grow:0!important}.theme-dark .flex-grow-1{flex-grow:1!important}.theme-dark .flex-shrink-0{flex-shrink:0!important}.theme-dark .flex-shrink-1{flex-shrink:1!important}.theme-dark .justify-content-start{justify-content:flex-start!important}.theme-dark .justify-content-end{justify-content:flex-end!important}.theme-dark .justify-content-center{justify-content:center!important}.theme-dark .justify-content-between{justify-content:space-between!important}.theme-dark .justify-content-around{justify-content:space-around!important}.theme-dark .align-items-start{align-items:flex-start!important}.theme-dark .align-items-end{align-items:flex-end!important}.theme-dark .align-items-center{align-items:center!important}.theme-dark .align-items-baseline{align-items:baseline!important}.theme-dark .align-items-stretch{align-items:stretch!important}.theme-dark .align-content-start{align-content:flex-start!important}.theme-dark .align-content-end{align-content:flex-end!important}.theme-dark .align-content-center{align-content:center!important}.theme-dark .align-content-between{align-content:space-between!important}.theme-dark .align-content-around{align-content:space-around!important}.theme-dark .align-content-stretch{align-content:stretch!important}.theme-dark .align-self-auto{align-self:auto!important}.theme-dark .align-self-start{align-self:flex-start!important}.theme-dark .align-self-end{align-self:flex-end!important}.theme-dark .align-self-center{align-self:center!important}.theme-dark .align-self-baseline{align-self:baseline!important}.theme-dark .align-self-stretch{align-self:stretch!important}@media (min-width:576px){.theme-dark .flex-sm-row{flex-direction:row!important}.theme-dark .flex-sm-column{flex-direction:column!important}.theme-dark .flex-sm-row-reverse{flex-direction:row-reverse!important}.theme-dark .flex-sm-column-reverse{flex-direction:column-reverse!important}.theme-dark .flex-sm-wrap{flex-wrap:wrap!important}.theme-dark .flex-sm-nowrap{flex-wrap:nowrap!important}.theme-dark .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.theme-dark .flex-sm-fill{flex:1 1 auto!important}.theme-dark .flex-sm-grow-0{flex-grow:0!important}.theme-dark .flex-sm-grow-1{flex-grow:1!important}.theme-dark .flex-sm-shrink-0{flex-shrink:0!important}.theme-dark .flex-sm-shrink-1{flex-shrink:1!important}.theme-dark .justify-content-sm-start{justify-content:flex-start!important}.theme-dark .justify-content-sm-end{justify-content:flex-end!important}.theme-dark .justify-content-sm-center{justify-content:center!important}.theme-dark .justify-content-sm-between{justify-content:space-between!important}.theme-dark .justify-content-sm-around{justify-content:space-around!important}.theme-dark .align-items-sm-start{align-items:flex-start!important}.theme-dark .align-items-sm-end{align-items:flex-end!important}.theme-dark .align-items-sm-center{align-items:center!important}.theme-dark .align-items-sm-baseline{align-items:baseline!important}.theme-dark .align-items-sm-stretch{align-items:stretch!important}.theme-dark .align-content-sm-start{align-content:flex-start!important}.theme-dark .align-content-sm-end{align-content:flex-end!important}.theme-dark .align-content-sm-center{align-content:center!important}.theme-dark .align-content-sm-between{align-content:space-between!important}.theme-dark .align-content-sm-around{align-content:space-around!important}.theme-dark .align-content-sm-stretch{align-content:stretch!important}.theme-dark .align-self-sm-auto{align-self:auto!important}.theme-dark .align-self-sm-start{align-self:flex-start!important}.theme-dark .align-self-sm-end{align-self:flex-end!important}.theme-dark .align-self-sm-center{align-self:center!important}.theme-dark .align-self-sm-baseline{align-self:baseline!important}.theme-dark .align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){.theme-dark .flex-md-row{flex-direction:row!important}.theme-dark .flex-md-column{flex-direction:column!important}.theme-dark .flex-md-row-reverse{flex-direction:row-reverse!important}.theme-dark .flex-md-column-reverse{flex-direction:column-reverse!important}.theme-dark .flex-md-wrap{flex-wrap:wrap!important}.theme-dark .flex-md-nowrap{flex-wrap:nowrap!important}.theme-dark .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.theme-dark .flex-md-fill{flex:1 1 auto!important}.theme-dark .flex-md-grow-0{flex-grow:0!important}.theme-dark .flex-md-grow-1{flex-grow:1!important}.theme-dark .flex-md-shrink-0{flex-shrink:0!important}.theme-dark .flex-md-shrink-1{flex-shrink:1!important}.theme-dark .justify-content-md-start{justify-content:flex-start!important}.theme-dark .justify-content-md-end{justify-content:flex-end!important}.theme-dark .justify-content-md-center{justify-content:center!important}.theme-dark .justify-content-md-between{justify-content:space-between!important}.theme-dark .justify-content-md-around{justify-content:space-around!important}.theme-dark .align-items-md-start{align-items:flex-start!important}.theme-dark .align-items-md-end{align-items:flex-end!important}.theme-dark .align-items-md-center{align-items:center!important}.theme-dark .align-items-md-baseline{align-items:baseline!important}.theme-dark .align-items-md-stretch{align-items:stretch!important}.theme-dark .align-content-md-start{align-content:flex-start!important}.theme-dark .align-content-md-end{align-content:flex-end!important}.theme-dark .align-content-md-center{align-content:center!important}.theme-dark .align-content-md-between{align-content:space-between!important}.theme-dark .align-content-md-around{align-content:space-around!important}.theme-dark .align-content-md-stretch{align-content:stretch!important}.theme-dark .align-self-md-auto{align-self:auto!important}.theme-dark .align-self-md-start{align-self:flex-start!important}.theme-dark .align-self-md-end{align-self:flex-end!important}.theme-dark .align-self-md-center{align-self:center!important}.theme-dark .align-self-md-baseline{align-self:baseline!important}.theme-dark .align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){.theme-dark .flex-lg-row{flex-direction:row!important}.theme-dark .flex-lg-column{flex-direction:column!important}.theme-dark .flex-lg-row-reverse{flex-direction:row-reverse!important}.theme-dark .flex-lg-column-reverse{flex-direction:column-reverse!important}.theme-dark .flex-lg-wrap{flex-wrap:wrap!important}.theme-dark .flex-lg-nowrap{flex-wrap:nowrap!important}.theme-dark .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.theme-dark .flex-lg-fill{flex:1 1 auto!important}.theme-dark .flex-lg-grow-0{flex-grow:0!important}.theme-dark .flex-lg-grow-1{flex-grow:1!important}.theme-dark .flex-lg-shrink-0{flex-shrink:0!important}.theme-dark .flex-lg-shrink-1{flex-shrink:1!important}.theme-dark .justify-content-lg-start{justify-content:flex-start!important}.theme-dark .justify-content-lg-end{justify-content:flex-end!important}.theme-dark .justify-content-lg-center{justify-content:center!important}.theme-dark .justify-content-lg-between{justify-content:space-between!important}.theme-dark .justify-content-lg-around{justify-content:space-around!important}.theme-dark .align-items-lg-start{align-items:flex-start!important}.theme-dark .align-items-lg-end{align-items:flex-end!important}.theme-dark .align-items-lg-center{align-items:center!important}.theme-dark .align-items-lg-baseline{align-items:baseline!important}.theme-dark .align-items-lg-stretch{align-items:stretch!important}.theme-dark .align-content-lg-start{align-content:flex-start!important}.theme-dark .align-content-lg-end{align-content:flex-end!important}.theme-dark .align-content-lg-center{align-content:center!important}.theme-dark .align-content-lg-between{align-content:space-between!important}.theme-dark .align-content-lg-around{align-content:space-around!important}.theme-dark .align-content-lg-stretch{align-content:stretch!important}.theme-dark .align-self-lg-auto{align-self:auto!important}.theme-dark .align-self-lg-start{align-self:flex-start!important}.theme-dark .align-self-lg-end{align-self:flex-end!important}.theme-dark .align-self-lg-center{align-self:center!important}.theme-dark .align-self-lg-baseline{align-self:baseline!important}.theme-dark .align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1200px){.theme-dark .flex-xl-row{flex-direction:row!important}.theme-dark .flex-xl-column{flex-direction:column!important}.theme-dark .flex-xl-row-reverse{flex-direction:row-reverse!important}.theme-dark .flex-xl-column-reverse{flex-direction:column-reverse!important}.theme-dark .flex-xl-wrap{flex-wrap:wrap!important}.theme-dark .flex-xl-nowrap{flex-wrap:nowrap!important}.theme-dark .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.theme-dark .flex-xl-fill{flex:1 1 auto!important}.theme-dark .flex-xl-grow-0{flex-grow:0!important}.theme-dark .flex-xl-grow-1{flex-grow:1!important}.theme-dark .flex-xl-shrink-0{flex-shrink:0!important}.theme-dark .flex-xl-shrink-1{flex-shrink:1!important}.theme-dark .justify-content-xl-start{justify-content:flex-start!important}.theme-dark .justify-content-xl-end{justify-content:flex-end!important}.theme-dark .justify-content-xl-center{justify-content:center!important}.theme-dark .justify-content-xl-between{justify-content:space-between!important}.theme-dark .justify-content-xl-around{justify-content:space-around!important}.theme-dark .align-items-xl-start{align-items:flex-start!important}.theme-dark .align-items-xl-end{align-items:flex-end!important}.theme-dark .align-items-xl-center{align-items:center!important}.theme-dark .align-items-xl-baseline{align-items:baseline!important}.theme-dark .align-items-xl-stretch{align-items:stretch!important}.theme-dark .align-content-xl-start{align-content:flex-start!important}.theme-dark .align-content-xl-end{align-content:flex-end!important}.theme-dark .align-content-xl-center{align-content:center!important}.theme-dark .align-content-xl-between{align-content:space-between!important}.theme-dark .align-content-xl-around{align-content:space-around!important}.theme-dark .align-content-xl-stretch{align-content:stretch!important}.theme-dark .align-self-xl-auto{align-self:auto!important}.theme-dark .align-self-xl-start{align-self:flex-start!important}.theme-dark .align-self-xl-end{align-self:flex-end!important}.theme-dark .align-self-xl-center{align-self:center!important}.theme-dark .align-self-xl-baseline{align-self:baseline!important}.theme-dark .align-self-xl-stretch{align-self:stretch!important}}.theme-dark .float-left{float:left!important}.theme-dark .float-right{float:right!important}.theme-dark .float-none{float:none!important}@media (min-width:576px){.theme-dark .float-sm-left{float:left!important}.theme-dark .float-sm-right{float:right!important}.theme-dark .float-sm-none{float:none!important}}@media (min-width:768px){.theme-dark .float-md-left{float:left!important}.theme-dark .float-md-right{float:right!important}.theme-dark .float-md-none{float:none!important}}@media (min-width:992px){.theme-dark .float-lg-left{float:left!important}.theme-dark .float-lg-right{float:right!important}.theme-dark .float-lg-none{float:none!important}}@media (min-width:1200px){.theme-dark .float-xl-left{float:left!important}.theme-dark .float-xl-right{float:right!important}.theme-dark .float-xl-none{float:none!important}}.theme-dark .user-select-all{-webkit-user-select:all!important;user-select:all!important}.theme-dark .user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.theme-dark .user-select-none{-webkit-user-select:none!important;user-select:none!important}.theme-dark .overflow-auto{overflow:auto!important}.theme-dark .overflow-hidden{overflow:hidden!important}.theme-dark .position-static{position:static!important}.theme-dark .position-relative{position:relative!important}.theme-dark .position-absolute{position:absolute!important}.theme-dark .position-fixed{position:fixed!important}.theme-dark .position-sticky{position:sticky!important}.theme-dark .fixed-top{left:0;position:fixed;right:0;top:0;z-index:1030}.theme-dark .fixed-bottom{bottom:0;left:0;position:fixed;right:0;z-index:1030}@supports (position:sticky){.theme-dark .sticky-top{position:sticky;top:0;z-index:1020}}.theme-dark .sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.theme-dark .sr-only-focusable:active,.theme-dark .sr-only-focusable:focus{clip:auto;height:auto;overflow:visible;position:static;white-space:normal;width:auto}.theme-dark .shadow-sm{box-shadow:0 .125rem .25rem rgba(249,250,251,.075)!important}.theme-dark .shadow{box-shadow:0 .5rem 1rem #f9fafb26!important}.theme-dark .shadow-lg{box-shadow:0 1rem 3rem rgba(249,250,251,.175)!important}.theme-dark .shadow-none{box-shadow:none!important}.theme-dark .w-25{width:25%!important}.theme-dark .w-50{width:50%!important}.theme-dark .w-75{width:75%!important}.theme-dark .w-100{width:100%!important}.theme-dark .w-auto{width:auto!important}.theme-dark .h-25{height:25%!important}.theme-dark .h-50{height:50%!important}.theme-dark .h-75{height:75%!important}.theme-dark .h-100{height:100%!important}.theme-dark .h-auto{height:auto!important}.theme-dark .mw-100{max-width:100%!important}.theme-dark .mh-100{max-height:100%!important}.theme-dark .min-vw-100{min-width:100vw!important}.theme-dark .min-vh-100{min-height:100vh!important}.theme-dark .vw-100{width:100vw!important}.theme-dark .vh-100{height:100vh!important}.theme-dark .m-0{margin:0!important}.theme-dark .mt-0,.theme-dark .my-0{margin-top:0!important}.theme-dark .mr-0,.theme-dark .mx-0{margin-right:0!important}.theme-dark .mb-0,.theme-dark .my-0{margin-bottom:0!important}.theme-dark .ml-0,.theme-dark .mx-0{margin-left:0!important}.theme-dark .m-1{margin:.25rem!important}.theme-dark .mt-1,.theme-dark .my-1{margin-top:.25rem!important}.theme-dark .mr-1,.theme-dark .mx-1{margin-right:.25rem!important}.theme-dark .mb-1,.theme-dark .my-1{margin-bottom:.25rem!important}.theme-dark .ml-1,.theme-dark .mx-1{margin-left:.25rem!important}.theme-dark .m-2{margin:.5rem!important}.theme-dark .mt-2,.theme-dark .my-2{margin-top:.5rem!important}.theme-dark .mr-2,.theme-dark .mx-2{margin-right:.5rem!important}.theme-dark .mb-2,.theme-dark .my-2{margin-bottom:.5rem!important}.theme-dark .ml-2,.theme-dark .mx-2{margin-left:.5rem!important}.theme-dark .m-3{margin:1rem!important}.theme-dark .mt-3,.theme-dark .my-3{margin-top:1rem!important}.theme-dark .mr-3,.theme-dark .mx-3{margin-right:1rem!important}.theme-dark .mb-3,.theme-dark .my-3{margin-bottom:1rem!important}.theme-dark .ml-3,.theme-dark .mx-3{margin-left:1rem!important}.theme-dark .m-4{margin:1.5rem!important}.theme-dark .mt-4,.theme-dark .my-4{margin-top:1.5rem!important}.theme-dark .mr-4,.theme-dark .mx-4{margin-right:1.5rem!important}.theme-dark .mb-4,.theme-dark .my-4{margin-bottom:1.5rem!important}.theme-dark .ml-4,.theme-dark .mx-4{margin-left:1.5rem!important}.theme-dark .m-5{margin:3rem!important}.theme-dark .mt-5,.theme-dark .my-5{margin-top:3rem!important}.theme-dark .mr-5,.theme-dark .mx-5{margin-right:3rem!important}.theme-dark .mb-5,.theme-dark .my-5{margin-bottom:3rem!important}.theme-dark .ml-5,.theme-dark .mx-5{margin-left:3rem!important}.theme-dark .p-0{padding:0!important}.theme-dark .pt-0,.theme-dark .py-0{padding-top:0!important}.theme-dark .pr-0,.theme-dark .px-0{padding-right:0!important}.theme-dark .pb-0,.theme-dark .py-0{padding-bottom:0!important}.theme-dark .pl-0,.theme-dark .px-0{padding-left:0!important}.theme-dark .p-1{padding:.25rem!important}.theme-dark .pt-1,.theme-dark .py-1{padding-top:.25rem!important}.theme-dark .pr-1,.theme-dark .px-1{padding-right:.25rem!important}.theme-dark .pb-1,.theme-dark .py-1{padding-bottom:.25rem!important}.theme-dark .pl-1,.theme-dark .px-1{padding-left:.25rem!important}.theme-dark .p-2{padding:.5rem!important}.theme-dark .pt-2,.theme-dark .py-2{padding-top:.5rem!important}.theme-dark .pr-2,.theme-dark .px-2{padding-right:.5rem!important}.theme-dark .pb-2,.theme-dark .py-2{padding-bottom:.5rem!important}.theme-dark .pl-2,.theme-dark .px-2{padding-left:.5rem!important}.theme-dark .p-3{padding:1rem!important}.theme-dark .pt-3,.theme-dark .py-3{padding-top:1rem!important}.theme-dark .pr-3,.theme-dark .px-3{padding-right:1rem!important}.theme-dark .pb-3,.theme-dark .py-3{padding-bottom:1rem!important}.theme-dark .pl-3,.theme-dark .px-3{padding-left:1rem!important}.theme-dark .p-4{padding:1.5rem!important}.theme-dark .pt-4,.theme-dark .py-4{padding-top:1.5rem!important}.theme-dark .pr-4,.theme-dark .px-4{padding-right:1.5rem!important}.theme-dark .pb-4,.theme-dark .py-4{padding-bottom:1.5rem!important}.theme-dark .pl-4,.theme-dark .px-4{padding-left:1.5rem!important}.theme-dark .p-5{padding:3rem!important}.theme-dark .pt-5,.theme-dark .py-5{padding-top:3rem!important}.theme-dark .pr-5,.theme-dark .px-5{padding-right:3rem!important}.theme-dark .pb-5,.theme-dark .py-5{padding-bottom:3rem!important}.theme-dark .pl-5,.theme-dark .px-5{padding-left:3rem!important}.theme-dark .m-n1{margin:-.25rem!important}.theme-dark .mt-n1,.theme-dark .my-n1{margin-top:-.25rem!important}.theme-dark .mr-n1,.theme-dark .mx-n1{margin-right:-.25rem!important}.theme-dark .mb-n1,.theme-dark .my-n1{margin-bottom:-.25rem!important}.theme-dark .ml-n1,.theme-dark .mx-n1{margin-left:-.25rem!important}.theme-dark .m-n2{margin:-.5rem!important}.theme-dark .mt-n2,.theme-dark .my-n2{margin-top:-.5rem!important}.theme-dark .mr-n2,.theme-dark .mx-n2{margin-right:-.5rem!important}.theme-dark .mb-n2,.theme-dark .my-n2{margin-bottom:-.5rem!important}.theme-dark .ml-n2,.theme-dark .mx-n2{margin-left:-.5rem!important}.theme-dark .m-n3{margin:-1rem!important}.theme-dark .mt-n3,.theme-dark .my-n3{margin-top:-1rem!important}.theme-dark .mr-n3,.theme-dark .mx-n3{margin-right:-1rem!important}.theme-dark .mb-n3,.theme-dark .my-n3{margin-bottom:-1rem!important}.theme-dark .ml-n3,.theme-dark .mx-n3{margin-left:-1rem!important}.theme-dark .m-n4{margin:-1.5rem!important}.theme-dark .mt-n4,.theme-dark .my-n4{margin-top:-1.5rem!important}.theme-dark .mr-n4,.theme-dark .mx-n4{margin-right:-1.5rem!important}.theme-dark .mb-n4,.theme-dark .my-n4{margin-bottom:-1.5rem!important}.theme-dark .ml-n4,.theme-dark .mx-n4{margin-left:-1.5rem!important}.theme-dark .m-n5{margin:-3rem!important}.theme-dark .mt-n5,.theme-dark .my-n5{margin-top:-3rem!important}.theme-dark .mr-n5,.theme-dark .mx-n5{margin-right:-3rem!important}.theme-dark .mb-n5,.theme-dark .my-n5{margin-bottom:-3rem!important}.theme-dark .ml-n5,.theme-dark .mx-n5{margin-left:-3rem!important}.theme-dark .m-auto{margin:auto!important}.theme-dark .mt-auto,.theme-dark .my-auto{margin-top:auto!important}.theme-dark .mr-auto,.theme-dark .mx-auto{margin-right:auto!important}.theme-dark .mb-auto,.theme-dark .my-auto{margin-bottom:auto!important}.theme-dark .ml-auto,.theme-dark .mx-auto{margin-left:auto!important}@media (min-width:576px){.theme-dark .m-sm-0{margin:0!important}.theme-dark .mt-sm-0,.theme-dark .my-sm-0{margin-top:0!important}.theme-dark .mr-sm-0,.theme-dark .mx-sm-0{margin-right:0!important}.theme-dark .mb-sm-0,.theme-dark .my-sm-0{margin-bottom:0!important}.theme-dark .ml-sm-0,.theme-dark .mx-sm-0{margin-left:0!important}.theme-dark .m-sm-1{margin:.25rem!important}.theme-dark .mt-sm-1,.theme-dark .my-sm-1{margin-top:.25rem!important}.theme-dark .mr-sm-1,.theme-dark .mx-sm-1{margin-right:.25rem!important}.theme-dark .mb-sm-1,.theme-dark .my-sm-1{margin-bottom:.25rem!important}.theme-dark .ml-sm-1,.theme-dark .mx-sm-1{margin-left:.25rem!important}.theme-dark .m-sm-2{margin:.5rem!important}.theme-dark .mt-sm-2,.theme-dark .my-sm-2{margin-top:.5rem!important}.theme-dark .mr-sm-2,.theme-dark .mx-sm-2{margin-right:.5rem!important}.theme-dark .mb-sm-2,.theme-dark .my-sm-2{margin-bottom:.5rem!important}.theme-dark .ml-sm-2,.theme-dark .mx-sm-2{margin-left:.5rem!important}.theme-dark .m-sm-3{margin:1rem!important}.theme-dark .mt-sm-3,.theme-dark .my-sm-3{margin-top:1rem!important}.theme-dark .mr-sm-3,.theme-dark .mx-sm-3{margin-right:1rem!important}.theme-dark .mb-sm-3,.theme-dark .my-sm-3{margin-bottom:1rem!important}.theme-dark .ml-sm-3,.theme-dark .mx-sm-3{margin-left:1rem!important}.theme-dark .m-sm-4{margin:1.5rem!important}.theme-dark .mt-sm-4,.theme-dark .my-sm-4{margin-top:1.5rem!important}.theme-dark .mr-sm-4,.theme-dark .mx-sm-4{margin-right:1.5rem!important}.theme-dark .mb-sm-4,.theme-dark .my-sm-4{margin-bottom:1.5rem!important}.theme-dark .ml-sm-4,.theme-dark .mx-sm-4{margin-left:1.5rem!important}.theme-dark .m-sm-5{margin:3rem!important}.theme-dark .mt-sm-5,.theme-dark .my-sm-5{margin-top:3rem!important}.theme-dark .mr-sm-5,.theme-dark .mx-sm-5{margin-right:3rem!important}.theme-dark .mb-sm-5,.theme-dark .my-sm-5{margin-bottom:3rem!important}.theme-dark .ml-sm-5,.theme-dark .mx-sm-5{margin-left:3rem!important}.theme-dark .p-sm-0{padding:0!important}.theme-dark .pt-sm-0,.theme-dark .py-sm-0{padding-top:0!important}.theme-dark .pr-sm-0,.theme-dark .px-sm-0{padding-right:0!important}.theme-dark .pb-sm-0,.theme-dark .py-sm-0{padding-bottom:0!important}.theme-dark .pl-sm-0,.theme-dark .px-sm-0{padding-left:0!important}.theme-dark .p-sm-1{padding:.25rem!important}.theme-dark .pt-sm-1,.theme-dark .py-sm-1{padding-top:.25rem!important}.theme-dark .pr-sm-1,.theme-dark .px-sm-1{padding-right:.25rem!important}.theme-dark .pb-sm-1,.theme-dark .py-sm-1{padding-bottom:.25rem!important}.theme-dark .pl-sm-1,.theme-dark .px-sm-1{padding-left:.25rem!important}.theme-dark .p-sm-2{padding:.5rem!important}.theme-dark .pt-sm-2,.theme-dark .py-sm-2{padding-top:.5rem!important}.theme-dark .pr-sm-2,.theme-dark .px-sm-2{padding-right:.5rem!important}.theme-dark .pb-sm-2,.theme-dark .py-sm-2{padding-bottom:.5rem!important}.theme-dark .pl-sm-2,.theme-dark .px-sm-2{padding-left:.5rem!important}.theme-dark .p-sm-3{padding:1rem!important}.theme-dark .pt-sm-3,.theme-dark .py-sm-3{padding-top:1rem!important}.theme-dark .pr-sm-3,.theme-dark .px-sm-3{padding-right:1rem!important}.theme-dark .pb-sm-3,.theme-dark .py-sm-3{padding-bottom:1rem!important}.theme-dark .pl-sm-3,.theme-dark .px-sm-3{padding-left:1rem!important}.theme-dark .p-sm-4{padding:1.5rem!important}.theme-dark .pt-sm-4,.theme-dark .py-sm-4{padding-top:1.5rem!important}.theme-dark .pr-sm-4,.theme-dark .px-sm-4{padding-right:1.5rem!important}.theme-dark .pb-sm-4,.theme-dark .py-sm-4{padding-bottom:1.5rem!important}.theme-dark .pl-sm-4,.theme-dark .px-sm-4{padding-left:1.5rem!important}.theme-dark .p-sm-5{padding:3rem!important}.theme-dark .pt-sm-5,.theme-dark .py-sm-5{padding-top:3rem!important}.theme-dark .pr-sm-5,.theme-dark .px-sm-5{padding-right:3rem!important}.theme-dark .pb-sm-5,.theme-dark .py-sm-5{padding-bottom:3rem!important}.theme-dark .pl-sm-5,.theme-dark .px-sm-5{padding-left:3rem!important}.theme-dark .m-sm-n1{margin:-.25rem!important}.theme-dark .mt-sm-n1,.theme-dark .my-sm-n1{margin-top:-.25rem!important}.theme-dark .mr-sm-n1,.theme-dark .mx-sm-n1{margin-right:-.25rem!important}.theme-dark .mb-sm-n1,.theme-dark .my-sm-n1{margin-bottom:-.25rem!important}.theme-dark .ml-sm-n1,.theme-dark .mx-sm-n1{margin-left:-.25rem!important}.theme-dark .m-sm-n2{margin:-.5rem!important}.theme-dark .mt-sm-n2,.theme-dark .my-sm-n2{margin-top:-.5rem!important}.theme-dark .mr-sm-n2,.theme-dark .mx-sm-n2{margin-right:-.5rem!important}.theme-dark .mb-sm-n2,.theme-dark .my-sm-n2{margin-bottom:-.5rem!important}.theme-dark .ml-sm-n2,.theme-dark .mx-sm-n2{margin-left:-.5rem!important}.theme-dark .m-sm-n3{margin:-1rem!important}.theme-dark .mt-sm-n3,.theme-dark .my-sm-n3{margin-top:-1rem!important}.theme-dark .mr-sm-n3,.theme-dark .mx-sm-n3{margin-right:-1rem!important}.theme-dark .mb-sm-n3,.theme-dark .my-sm-n3{margin-bottom:-1rem!important}.theme-dark .ml-sm-n3,.theme-dark .mx-sm-n3{margin-left:-1rem!important}.theme-dark .m-sm-n4{margin:-1.5rem!important}.theme-dark .mt-sm-n4,.theme-dark .my-sm-n4{margin-top:-1.5rem!important}.theme-dark .mr-sm-n4,.theme-dark .mx-sm-n4{margin-right:-1.5rem!important}.theme-dark .mb-sm-n4,.theme-dark .my-sm-n4{margin-bottom:-1.5rem!important}.theme-dark .ml-sm-n4,.theme-dark .mx-sm-n4{margin-left:-1.5rem!important}.theme-dark .m-sm-n5{margin:-3rem!important}.theme-dark .mt-sm-n5,.theme-dark .my-sm-n5{margin-top:-3rem!important}.theme-dark .mr-sm-n5,.theme-dark .mx-sm-n5{margin-right:-3rem!important}.theme-dark .mb-sm-n5,.theme-dark .my-sm-n5{margin-bottom:-3rem!important}.theme-dark .ml-sm-n5,.theme-dark .mx-sm-n5{margin-left:-3rem!important}.theme-dark .m-sm-auto{margin:auto!important}.theme-dark .mt-sm-auto,.theme-dark .my-sm-auto{margin-top:auto!important}.theme-dark .mr-sm-auto,.theme-dark .mx-sm-auto{margin-right:auto!important}.theme-dark .mb-sm-auto,.theme-dark .my-sm-auto{margin-bottom:auto!important}.theme-dark .ml-sm-auto,.theme-dark .mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.theme-dark .m-md-0{margin:0!important}.theme-dark .mt-md-0,.theme-dark .my-md-0{margin-top:0!important}.theme-dark .mr-md-0,.theme-dark .mx-md-0{margin-right:0!important}.theme-dark .mb-md-0,.theme-dark .my-md-0{margin-bottom:0!important}.theme-dark .ml-md-0,.theme-dark .mx-md-0{margin-left:0!important}.theme-dark .m-md-1{margin:.25rem!important}.theme-dark .mt-md-1,.theme-dark .my-md-1{margin-top:.25rem!important}.theme-dark .mr-md-1,.theme-dark .mx-md-1{margin-right:.25rem!important}.theme-dark .mb-md-1,.theme-dark .my-md-1{margin-bottom:.25rem!important}.theme-dark .ml-md-1,.theme-dark .mx-md-1{margin-left:.25rem!important}.theme-dark .m-md-2{margin:.5rem!important}.theme-dark .mt-md-2,.theme-dark .my-md-2{margin-top:.5rem!important}.theme-dark .mr-md-2,.theme-dark .mx-md-2{margin-right:.5rem!important}.theme-dark .mb-md-2,.theme-dark .my-md-2{margin-bottom:.5rem!important}.theme-dark .ml-md-2,.theme-dark .mx-md-2{margin-left:.5rem!important}.theme-dark .m-md-3{margin:1rem!important}.theme-dark .mt-md-3,.theme-dark .my-md-3{margin-top:1rem!important}.theme-dark .mr-md-3,.theme-dark .mx-md-3{margin-right:1rem!important}.theme-dark .mb-md-3,.theme-dark .my-md-3{margin-bottom:1rem!important}.theme-dark .ml-md-3,.theme-dark .mx-md-3{margin-left:1rem!important}.theme-dark .m-md-4{margin:1.5rem!important}.theme-dark .mt-md-4,.theme-dark .my-md-4{margin-top:1.5rem!important}.theme-dark .mr-md-4,.theme-dark .mx-md-4{margin-right:1.5rem!important}.theme-dark .mb-md-4,.theme-dark .my-md-4{margin-bottom:1.5rem!important}.theme-dark .ml-md-4,.theme-dark .mx-md-4{margin-left:1.5rem!important}.theme-dark .m-md-5{margin:3rem!important}.theme-dark .mt-md-5,.theme-dark .my-md-5{margin-top:3rem!important}.theme-dark .mr-md-5,.theme-dark .mx-md-5{margin-right:3rem!important}.theme-dark .mb-md-5,.theme-dark .my-md-5{margin-bottom:3rem!important}.theme-dark .ml-md-5,.theme-dark .mx-md-5{margin-left:3rem!important}.theme-dark .p-md-0{padding:0!important}.theme-dark .pt-md-0,.theme-dark .py-md-0{padding-top:0!important}.theme-dark .pr-md-0,.theme-dark .px-md-0{padding-right:0!important}.theme-dark .pb-md-0,.theme-dark .py-md-0{padding-bottom:0!important}.theme-dark .pl-md-0,.theme-dark .px-md-0{padding-left:0!important}.theme-dark .p-md-1{padding:.25rem!important}.theme-dark .pt-md-1,.theme-dark .py-md-1{padding-top:.25rem!important}.theme-dark .pr-md-1,.theme-dark .px-md-1{padding-right:.25rem!important}.theme-dark .pb-md-1,.theme-dark .py-md-1{padding-bottom:.25rem!important}.theme-dark .pl-md-1,.theme-dark .px-md-1{padding-left:.25rem!important}.theme-dark .p-md-2{padding:.5rem!important}.theme-dark .pt-md-2,.theme-dark .py-md-2{padding-top:.5rem!important}.theme-dark .pr-md-2,.theme-dark .px-md-2{padding-right:.5rem!important}.theme-dark .pb-md-2,.theme-dark .py-md-2{padding-bottom:.5rem!important}.theme-dark .pl-md-2,.theme-dark .px-md-2{padding-left:.5rem!important}.theme-dark .p-md-3{padding:1rem!important}.theme-dark .pt-md-3,.theme-dark .py-md-3{padding-top:1rem!important}.theme-dark .pr-md-3,.theme-dark .px-md-3{padding-right:1rem!important}.theme-dark .pb-md-3,.theme-dark .py-md-3{padding-bottom:1rem!important}.theme-dark .pl-md-3,.theme-dark .px-md-3{padding-left:1rem!important}.theme-dark .p-md-4{padding:1.5rem!important}.theme-dark .pt-md-4,.theme-dark .py-md-4{padding-top:1.5rem!important}.theme-dark .pr-md-4,.theme-dark .px-md-4{padding-right:1.5rem!important}.theme-dark .pb-md-4,.theme-dark .py-md-4{padding-bottom:1.5rem!important}.theme-dark .pl-md-4,.theme-dark .px-md-4{padding-left:1.5rem!important}.theme-dark .p-md-5{padding:3rem!important}.theme-dark .pt-md-5,.theme-dark .py-md-5{padding-top:3rem!important}.theme-dark .pr-md-5,.theme-dark .px-md-5{padding-right:3rem!important}.theme-dark .pb-md-5,.theme-dark .py-md-5{padding-bottom:3rem!important}.theme-dark .pl-md-5,.theme-dark .px-md-5{padding-left:3rem!important}.theme-dark .m-md-n1{margin:-.25rem!important}.theme-dark .mt-md-n1,.theme-dark .my-md-n1{margin-top:-.25rem!important}.theme-dark .mr-md-n1,.theme-dark .mx-md-n1{margin-right:-.25rem!important}.theme-dark .mb-md-n1,.theme-dark .my-md-n1{margin-bottom:-.25rem!important}.theme-dark .ml-md-n1,.theme-dark .mx-md-n1{margin-left:-.25rem!important}.theme-dark .m-md-n2{margin:-.5rem!important}.theme-dark .mt-md-n2,.theme-dark .my-md-n2{margin-top:-.5rem!important}.theme-dark .mr-md-n2,.theme-dark .mx-md-n2{margin-right:-.5rem!important}.theme-dark .mb-md-n2,.theme-dark .my-md-n2{margin-bottom:-.5rem!important}.theme-dark .ml-md-n2,.theme-dark .mx-md-n2{margin-left:-.5rem!important}.theme-dark .m-md-n3{margin:-1rem!important}.theme-dark .mt-md-n3,.theme-dark .my-md-n3{margin-top:-1rem!important}.theme-dark .mr-md-n3,.theme-dark .mx-md-n3{margin-right:-1rem!important}.theme-dark .mb-md-n3,.theme-dark .my-md-n3{margin-bottom:-1rem!important}.theme-dark .ml-md-n3,.theme-dark .mx-md-n3{margin-left:-1rem!important}.theme-dark .m-md-n4{margin:-1.5rem!important}.theme-dark .mt-md-n4,.theme-dark .my-md-n4{margin-top:-1.5rem!important}.theme-dark .mr-md-n4,.theme-dark .mx-md-n4{margin-right:-1.5rem!important}.theme-dark .mb-md-n4,.theme-dark .my-md-n4{margin-bottom:-1.5rem!important}.theme-dark .ml-md-n4,.theme-dark .mx-md-n4{margin-left:-1.5rem!important}.theme-dark .m-md-n5{margin:-3rem!important}.theme-dark .mt-md-n5,.theme-dark .my-md-n5{margin-top:-3rem!important}.theme-dark .mr-md-n5,.theme-dark .mx-md-n5{margin-right:-3rem!important}.theme-dark .mb-md-n5,.theme-dark .my-md-n5{margin-bottom:-3rem!important}.theme-dark .ml-md-n5,.theme-dark .mx-md-n5{margin-left:-3rem!important}.theme-dark .m-md-auto{margin:auto!important}.theme-dark .mt-md-auto,.theme-dark .my-md-auto{margin-top:auto!important}.theme-dark .mr-md-auto,.theme-dark .mx-md-auto{margin-right:auto!important}.theme-dark .mb-md-auto,.theme-dark .my-md-auto{margin-bottom:auto!important}.theme-dark .ml-md-auto,.theme-dark .mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.theme-dark .m-lg-0{margin:0!important}.theme-dark .mt-lg-0,.theme-dark .my-lg-0{margin-top:0!important}.theme-dark .mr-lg-0,.theme-dark .mx-lg-0{margin-right:0!important}.theme-dark .mb-lg-0,.theme-dark .my-lg-0{margin-bottom:0!important}.theme-dark .ml-lg-0,.theme-dark .mx-lg-0{margin-left:0!important}.theme-dark .m-lg-1{margin:.25rem!important}.theme-dark .mt-lg-1,.theme-dark .my-lg-1{margin-top:.25rem!important}.theme-dark .mr-lg-1,.theme-dark .mx-lg-1{margin-right:.25rem!important}.theme-dark .mb-lg-1,.theme-dark .my-lg-1{margin-bottom:.25rem!important}.theme-dark .ml-lg-1,.theme-dark .mx-lg-1{margin-left:.25rem!important}.theme-dark .m-lg-2{margin:.5rem!important}.theme-dark .mt-lg-2,.theme-dark .my-lg-2{margin-top:.5rem!important}.theme-dark .mr-lg-2,.theme-dark .mx-lg-2{margin-right:.5rem!important}.theme-dark .mb-lg-2,.theme-dark .my-lg-2{margin-bottom:.5rem!important}.theme-dark .ml-lg-2,.theme-dark .mx-lg-2{margin-left:.5rem!important}.theme-dark .m-lg-3{margin:1rem!important}.theme-dark .mt-lg-3,.theme-dark .my-lg-3{margin-top:1rem!important}.theme-dark .mr-lg-3,.theme-dark .mx-lg-3{margin-right:1rem!important}.theme-dark .mb-lg-3,.theme-dark .my-lg-3{margin-bottom:1rem!important}.theme-dark .ml-lg-3,.theme-dark .mx-lg-3{margin-left:1rem!important}.theme-dark .m-lg-4{margin:1.5rem!important}.theme-dark .mt-lg-4,.theme-dark .my-lg-4{margin-top:1.5rem!important}.theme-dark .mr-lg-4,.theme-dark .mx-lg-4{margin-right:1.5rem!important}.theme-dark .mb-lg-4,.theme-dark .my-lg-4{margin-bottom:1.5rem!important}.theme-dark .ml-lg-4,.theme-dark .mx-lg-4{margin-left:1.5rem!important}.theme-dark .m-lg-5{margin:3rem!important}.theme-dark .mt-lg-5,.theme-dark .my-lg-5{margin-top:3rem!important}.theme-dark .mr-lg-5,.theme-dark .mx-lg-5{margin-right:3rem!important}.theme-dark .mb-lg-5,.theme-dark .my-lg-5{margin-bottom:3rem!important}.theme-dark .ml-lg-5,.theme-dark .mx-lg-5{margin-left:3rem!important}.theme-dark .p-lg-0{padding:0!important}.theme-dark .pt-lg-0,.theme-dark .py-lg-0{padding-top:0!important}.theme-dark .pr-lg-0,.theme-dark .px-lg-0{padding-right:0!important}.theme-dark .pb-lg-0,.theme-dark .py-lg-0{padding-bottom:0!important}.theme-dark .pl-lg-0,.theme-dark .px-lg-0{padding-left:0!important}.theme-dark .p-lg-1{padding:.25rem!important}.theme-dark .pt-lg-1,.theme-dark .py-lg-1{padding-top:.25rem!important}.theme-dark .pr-lg-1,.theme-dark .px-lg-1{padding-right:.25rem!important}.theme-dark .pb-lg-1,.theme-dark .py-lg-1{padding-bottom:.25rem!important}.theme-dark .pl-lg-1,.theme-dark .px-lg-1{padding-left:.25rem!important}.theme-dark .p-lg-2{padding:.5rem!important}.theme-dark .pt-lg-2,.theme-dark .py-lg-2{padding-top:.5rem!important}.theme-dark .pr-lg-2,.theme-dark .px-lg-2{padding-right:.5rem!important}.theme-dark .pb-lg-2,.theme-dark .py-lg-2{padding-bottom:.5rem!important}.theme-dark .pl-lg-2,.theme-dark .px-lg-2{padding-left:.5rem!important}.theme-dark .p-lg-3{padding:1rem!important}.theme-dark .pt-lg-3,.theme-dark .py-lg-3{padding-top:1rem!important}.theme-dark .pr-lg-3,.theme-dark .px-lg-3{padding-right:1rem!important}.theme-dark .pb-lg-3,.theme-dark .py-lg-3{padding-bottom:1rem!important}.theme-dark .pl-lg-3,.theme-dark .px-lg-3{padding-left:1rem!important}.theme-dark .p-lg-4{padding:1.5rem!important}.theme-dark .pt-lg-4,.theme-dark .py-lg-4{padding-top:1.5rem!important}.theme-dark .pr-lg-4,.theme-dark .px-lg-4{padding-right:1.5rem!important}.theme-dark .pb-lg-4,.theme-dark .py-lg-4{padding-bottom:1.5rem!important}.theme-dark .pl-lg-4,.theme-dark .px-lg-4{padding-left:1.5rem!important}.theme-dark .p-lg-5{padding:3rem!important}.theme-dark .pt-lg-5,.theme-dark .py-lg-5{padding-top:3rem!important}.theme-dark .pr-lg-5,.theme-dark .px-lg-5{padding-right:3rem!important}.theme-dark .pb-lg-5,.theme-dark .py-lg-5{padding-bottom:3rem!important}.theme-dark .pl-lg-5,.theme-dark .px-lg-5{padding-left:3rem!important}.theme-dark .m-lg-n1{margin:-.25rem!important}.theme-dark .mt-lg-n1,.theme-dark .my-lg-n1{margin-top:-.25rem!important}.theme-dark .mr-lg-n1,.theme-dark .mx-lg-n1{margin-right:-.25rem!important}.theme-dark .mb-lg-n1,.theme-dark .my-lg-n1{margin-bottom:-.25rem!important}.theme-dark .ml-lg-n1,.theme-dark .mx-lg-n1{margin-left:-.25rem!important}.theme-dark .m-lg-n2{margin:-.5rem!important}.theme-dark .mt-lg-n2,.theme-dark .my-lg-n2{margin-top:-.5rem!important}.theme-dark .mr-lg-n2,.theme-dark .mx-lg-n2{margin-right:-.5rem!important}.theme-dark .mb-lg-n2,.theme-dark .my-lg-n2{margin-bottom:-.5rem!important}.theme-dark .ml-lg-n2,.theme-dark .mx-lg-n2{margin-left:-.5rem!important}.theme-dark .m-lg-n3{margin:-1rem!important}.theme-dark .mt-lg-n3,.theme-dark .my-lg-n3{margin-top:-1rem!important}.theme-dark .mr-lg-n3,.theme-dark .mx-lg-n3{margin-right:-1rem!important}.theme-dark .mb-lg-n3,.theme-dark .my-lg-n3{margin-bottom:-1rem!important}.theme-dark .ml-lg-n3,.theme-dark .mx-lg-n3{margin-left:-1rem!important}.theme-dark .m-lg-n4{margin:-1.5rem!important}.theme-dark .mt-lg-n4,.theme-dark .my-lg-n4{margin-top:-1.5rem!important}.theme-dark .mr-lg-n4,.theme-dark .mx-lg-n4{margin-right:-1.5rem!important}.theme-dark .mb-lg-n4,.theme-dark .my-lg-n4{margin-bottom:-1.5rem!important}.theme-dark .ml-lg-n4,.theme-dark .mx-lg-n4{margin-left:-1.5rem!important}.theme-dark .m-lg-n5{margin:-3rem!important}.theme-dark .mt-lg-n5,.theme-dark .my-lg-n5{margin-top:-3rem!important}.theme-dark .mr-lg-n5,.theme-dark .mx-lg-n5{margin-right:-3rem!important}.theme-dark .mb-lg-n5,.theme-dark .my-lg-n5{margin-bottom:-3rem!important}.theme-dark .ml-lg-n5,.theme-dark .mx-lg-n5{margin-left:-3rem!important}.theme-dark .m-lg-auto{margin:auto!important}.theme-dark .mt-lg-auto,.theme-dark .my-lg-auto{margin-top:auto!important}.theme-dark .mr-lg-auto,.theme-dark .mx-lg-auto{margin-right:auto!important}.theme-dark .mb-lg-auto,.theme-dark .my-lg-auto{margin-bottom:auto!important}.theme-dark .ml-lg-auto,.theme-dark .mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.theme-dark .m-xl-0{margin:0!important}.theme-dark .mt-xl-0,.theme-dark .my-xl-0{margin-top:0!important}.theme-dark .mr-xl-0,.theme-dark .mx-xl-0{margin-right:0!important}.theme-dark .mb-xl-0,.theme-dark .my-xl-0{margin-bottom:0!important}.theme-dark .ml-xl-0,.theme-dark .mx-xl-0{margin-left:0!important}.theme-dark .m-xl-1{margin:.25rem!important}.theme-dark .mt-xl-1,.theme-dark .my-xl-1{margin-top:.25rem!important}.theme-dark .mr-xl-1,.theme-dark .mx-xl-1{margin-right:.25rem!important}.theme-dark .mb-xl-1,.theme-dark .my-xl-1{margin-bottom:.25rem!important}.theme-dark .ml-xl-1,.theme-dark .mx-xl-1{margin-left:.25rem!important}.theme-dark .m-xl-2{margin:.5rem!important}.theme-dark .mt-xl-2,.theme-dark .my-xl-2{margin-top:.5rem!important}.theme-dark .mr-xl-2,.theme-dark .mx-xl-2{margin-right:.5rem!important}.theme-dark .mb-xl-2,.theme-dark .my-xl-2{margin-bottom:.5rem!important}.theme-dark .ml-xl-2,.theme-dark .mx-xl-2{margin-left:.5rem!important}.theme-dark .m-xl-3{margin:1rem!important}.theme-dark .mt-xl-3,.theme-dark .my-xl-3{margin-top:1rem!important}.theme-dark .mr-xl-3,.theme-dark .mx-xl-3{margin-right:1rem!important}.theme-dark .mb-xl-3,.theme-dark .my-xl-3{margin-bottom:1rem!important}.theme-dark .ml-xl-3,.theme-dark .mx-xl-3{margin-left:1rem!important}.theme-dark .m-xl-4{margin:1.5rem!important}.theme-dark .mt-xl-4,.theme-dark .my-xl-4{margin-top:1.5rem!important}.theme-dark .mr-xl-4,.theme-dark .mx-xl-4{margin-right:1.5rem!important}.theme-dark .mb-xl-4,.theme-dark .my-xl-4{margin-bottom:1.5rem!important}.theme-dark .ml-xl-4,.theme-dark .mx-xl-4{margin-left:1.5rem!important}.theme-dark .m-xl-5{margin:3rem!important}.theme-dark .mt-xl-5,.theme-dark .my-xl-5{margin-top:3rem!important}.theme-dark .mr-xl-5,.theme-dark .mx-xl-5{margin-right:3rem!important}.theme-dark .mb-xl-5,.theme-dark .my-xl-5{margin-bottom:3rem!important}.theme-dark .ml-xl-5,.theme-dark .mx-xl-5{margin-left:3rem!important}.theme-dark .p-xl-0{padding:0!important}.theme-dark .pt-xl-0,.theme-dark .py-xl-0{padding-top:0!important}.theme-dark .pr-xl-0,.theme-dark .px-xl-0{padding-right:0!important}.theme-dark .pb-xl-0,.theme-dark .py-xl-0{padding-bottom:0!important}.theme-dark .pl-xl-0,.theme-dark .px-xl-0{padding-left:0!important}.theme-dark .p-xl-1{padding:.25rem!important}.theme-dark .pt-xl-1,.theme-dark .py-xl-1{padding-top:.25rem!important}.theme-dark .pr-xl-1,.theme-dark .px-xl-1{padding-right:.25rem!important}.theme-dark .pb-xl-1,.theme-dark .py-xl-1{padding-bottom:.25rem!important}.theme-dark .pl-xl-1,.theme-dark .px-xl-1{padding-left:.25rem!important}.theme-dark .p-xl-2{padding:.5rem!important}.theme-dark .pt-xl-2,.theme-dark .py-xl-2{padding-top:.5rem!important}.theme-dark .pr-xl-2,.theme-dark .px-xl-2{padding-right:.5rem!important}.theme-dark .pb-xl-2,.theme-dark .py-xl-2{padding-bottom:.5rem!important}.theme-dark .pl-xl-2,.theme-dark .px-xl-2{padding-left:.5rem!important}.theme-dark .p-xl-3{padding:1rem!important}.theme-dark .pt-xl-3,.theme-dark .py-xl-3{padding-top:1rem!important}.theme-dark .pr-xl-3,.theme-dark .px-xl-3{padding-right:1rem!important}.theme-dark .pb-xl-3,.theme-dark .py-xl-3{padding-bottom:1rem!important}.theme-dark .pl-xl-3,.theme-dark .px-xl-3{padding-left:1rem!important}.theme-dark .p-xl-4{padding:1.5rem!important}.theme-dark .pt-xl-4,.theme-dark .py-xl-4{padding-top:1.5rem!important}.theme-dark .pr-xl-4,.theme-dark .px-xl-4{padding-right:1.5rem!important}.theme-dark .pb-xl-4,.theme-dark .py-xl-4{padding-bottom:1.5rem!important}.theme-dark .pl-xl-4,.theme-dark .px-xl-4{padding-left:1.5rem!important}.theme-dark .p-xl-5{padding:3rem!important}.theme-dark .pt-xl-5,.theme-dark .py-xl-5{padding-top:3rem!important}.theme-dark .pr-xl-5,.theme-dark .px-xl-5{padding-right:3rem!important}.theme-dark .pb-xl-5,.theme-dark .py-xl-5{padding-bottom:3rem!important}.theme-dark .pl-xl-5,.theme-dark .px-xl-5{padding-left:3rem!important}.theme-dark .m-xl-n1{margin:-.25rem!important}.theme-dark .mt-xl-n1,.theme-dark .my-xl-n1{margin-top:-.25rem!important}.theme-dark .mr-xl-n1,.theme-dark .mx-xl-n1{margin-right:-.25rem!important}.theme-dark .mb-xl-n1,.theme-dark .my-xl-n1{margin-bottom:-.25rem!important}.theme-dark .ml-xl-n1,.theme-dark .mx-xl-n1{margin-left:-.25rem!important}.theme-dark .m-xl-n2{margin:-.5rem!important}.theme-dark .mt-xl-n2,.theme-dark .my-xl-n2{margin-top:-.5rem!important}.theme-dark .mr-xl-n2,.theme-dark .mx-xl-n2{margin-right:-.5rem!important}.theme-dark .mb-xl-n2,.theme-dark .my-xl-n2{margin-bottom:-.5rem!important}.theme-dark .ml-xl-n2,.theme-dark .mx-xl-n2{margin-left:-.5rem!important}.theme-dark .m-xl-n3{margin:-1rem!important}.theme-dark .mt-xl-n3,.theme-dark .my-xl-n3{margin-top:-1rem!important}.theme-dark .mr-xl-n3,.theme-dark .mx-xl-n3{margin-right:-1rem!important}.theme-dark .mb-xl-n3,.theme-dark .my-xl-n3{margin-bottom:-1rem!important}.theme-dark .ml-xl-n3,.theme-dark .mx-xl-n3{margin-left:-1rem!important}.theme-dark .m-xl-n4{margin:-1.5rem!important}.theme-dark .mt-xl-n4,.theme-dark .my-xl-n4{margin-top:-1.5rem!important}.theme-dark .mr-xl-n4,.theme-dark .mx-xl-n4{margin-right:-1.5rem!important}.theme-dark .mb-xl-n4,.theme-dark .my-xl-n4{margin-bottom:-1.5rem!important}.theme-dark .ml-xl-n4,.theme-dark .mx-xl-n4{margin-left:-1.5rem!important}.theme-dark .m-xl-n5{margin:-3rem!important}.theme-dark .mt-xl-n5,.theme-dark .my-xl-n5{margin-top:-3rem!important}.theme-dark .mr-xl-n5,.theme-dark .mx-xl-n5{margin-right:-3rem!important}.theme-dark .mb-xl-n5,.theme-dark .my-xl-n5{margin-bottom:-3rem!important}.theme-dark .ml-xl-n5,.theme-dark .mx-xl-n5{margin-left:-3rem!important}.theme-dark .m-xl-auto{margin:auto!important}.theme-dark .mt-xl-auto,.theme-dark .my-xl-auto{margin-top:auto!important}.theme-dark .mr-xl-auto,.theme-dark .mx-xl-auto{margin-right:auto!important}.theme-dark .mb-xl-auto,.theme-dark .my-xl-auto{margin-bottom:auto!important}.theme-dark .ml-xl-auto,.theme-dark .mx-xl-auto{margin-left:auto!important}}.theme-dark .stretched-link:after{background-color:#0000;bottom:0;content:"";left:0;pointer-events:auto;position:absolute;right:0;top:0;z-index:1}.theme-dark .text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.theme-dark .text-justify{text-align:justify!important}.theme-dark .text-wrap{white-space:normal!important}.theme-dark .text-nowrap{white-space:nowrap!important}.theme-dark .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-dark .text-left{text-align:left!important}.theme-dark .text-right{text-align:right!important}.theme-dark .text-center{text-align:center!important}@media (min-width:576px){.theme-dark .text-sm-left{text-align:left!important}.theme-dark .text-sm-right{text-align:right!important}.theme-dark .text-sm-center{text-align:center!important}}@media (min-width:768px){.theme-dark .text-md-left{text-align:left!important}.theme-dark .text-md-right{text-align:right!important}.theme-dark .text-md-center{text-align:center!important}}@media (min-width:992px){.theme-dark .text-lg-left{text-align:left!important}.theme-dark .text-lg-right{text-align:right!important}.theme-dark .text-lg-center{text-align:center!important}}@media (min-width:1200px){.theme-dark .text-xl-left{text-align:left!important}.theme-dark .text-xl-right{text-align:right!important}.theme-dark .text-xl-center{text-align:center!important}}.theme-dark .text-lowercase{text-transform:lowercase!important}.theme-dark .text-uppercase{text-transform:uppercase!important}.theme-dark .text-capitalize{text-transform:capitalize!important}.theme-dark .font-weight-light{font-weight:300!important}.theme-dark .font-weight-lighter{font-weight:lighter!important}.theme-dark .font-weight-normal{font-weight:400!important}.theme-dark .font-weight-bold{font-weight:500!important}.theme-dark .font-weight-bolder{font-weight:bolder!important}.theme-dark .font-italic{font-style:italic!important}.theme-dark .text-primary{color:#ff4057!important}.theme-dark a.text-primary:focus,.theme-dark a.text-primary:hover{color:#f3001d!important}.theme-dark .text-secondary{color:#2b3039!important}.theme-dark a.text-secondary:focus,.theme-dark a.text-secondary:hover{color:#0a0b0d!important}.theme-dark .text-success{color:#28a745!important}.theme-dark a.text-success:focus,.theme-dark a.text-success:hover{color:#19692c!important}.theme-dark .text-info{color:#549eff!important}.theme-dark a.text-info:focus,.theme-dark a.text-info:hover{color:#0873ff!important}.theme-dark .text-warning{color:#ffb822!important}.theme-dark a.text-warning:focus,.theme-dark a.text-warning:hover{color:#d59000!important}.theme-dark .text-danger{color:#dc2626!important}.theme-dark a.text-danger:focus,.theme-dark a.text-danger:hover{color:#9c1919!important}.theme-dark .text-light{color:#f9fafb0a!important}.theme-dark a.text-light:focus,.theme-dark a.text-light:hover{color:#cbd4dc0a!important}.theme-dark .text-dark{color:#ff405733!important}.theme-dark a.text-dark:focus,.theme-dark a.text-dark:hover{color:#f3001d33!important}.theme-dark .text-blue{color:#007bff!important}.theme-dark a.text-blue:focus,.theme-dark a.text-blue:hover{color:#0056b3!important}.theme-dark .text-indigo{color:#6610f2!important}.theme-dark a.text-indigo:focus,.theme-dark a.text-indigo:hover{color:#4709ac!important}.theme-dark .text-purple{color:#6f42c1!important}.theme-dark a.text-purple:focus,.theme-dark a.text-purple:hover{color:#4e2d89!important}.theme-dark .text-pink{color:#e83e8c!important}.theme-dark a.text-pink:focus,.theme-dark a.text-pink:hover{color:#c21766!important}.theme-dark .text-red{color:#dc3545!important}.theme-dark a.text-red:focus,.theme-dark a.text-red:hover{color:#a71d2a!important}.theme-dark .text-orange{color:#fd7e14!important}.theme-dark a.text-orange:focus,.theme-dark a.text-orange:hover{color:#c35a02!important}.theme-dark .text-yellow{color:#fcedb9!important}.theme-dark a.text-yellow:focus,.theme-dark a.text-yellow:hover{color:#f9da70!important}.theme-dark .text-green{color:#28a745!important}.theme-dark a.text-green:focus,.theme-dark a.text-green:hover{color:#19692c!important}.theme-dark .text-teal{color:#20c997!important}.theme-dark a.text-teal:focus,.theme-dark a.text-teal:hover{color:#158765!important}.theme-dark .text-cyan{color:#17a2b8!important}.theme-dark a.text-cyan:focus,.theme-dark a.text-cyan:hover{color:#0f6674!important}.theme-dark .text-white{color:#13171c!important}.theme-dark a.text-white:focus,.theme-dark a.text-white:hover{color:#000!important}.theme-dark .text-black{color:#f9fafb!important}.theme-dark a.text-black:focus,.theme-dark a.text-black:hover{color:#cbd4dc!important}.theme-dark .text-gray-lighter{color:#1c1e25!important}.theme-dark a.text-gray-lighter:focus,.theme-dark a.text-gray-lighter:hover{color:#000!important}.theme-dark .text-gray-light{color:#2b3039!important}.theme-dark a.text-gray-light:focus,.theme-dark a.text-gray-light:hover{color:#0a0b0d!important}.theme-dark .text-gray{color:#9ca3af!important}.theme-dark a.text-gray:focus,.theme-dark a.text-gray:hover{color:#727c8d!important}.theme-dark .text-gray-dark{color:#f8f9fa!important}.theme-dark a.text-gray-dark:focus,.theme-dark a.text-gray-dark:hover{color:#cbd3da!important}.theme-dark .text-input-color{color:#d1d5db!important}.theme-dark a.text-input-color:focus,.theme-dark a.text-input-color:hover{color:#a6aeb9!important}.theme-dark .text-input-placeholder{color:#6b7280!important}.theme-dark a.text-input-placeholder:focus,.theme-dark a.text-input-placeholder:hover{color:#484d56!important}.theme-dark .text-primary-dark{color:#fff3f4!important}.theme-dark a.text-primary-dark:focus,.theme-dark a.text-primary-dark:hover{color:#ffa6b1!important}.theme-dark .text-primary-light{color:#ff1733!important}.theme-dark a.text-primary-light:focus,.theme-dark a.text-primary-light:hover{color:#ca0018!important}.theme-dark .text-secondary-dark{color:#758197!important}.theme-dark a.text-secondary-dark:focus,.theme-dark a.text-secondary-dark:hover{color:#525c6d!important}.theme-dark .text-secondary-light{color:#191c22!important}.theme-dark a.text-secondary-light:focus,.theme-dark a.text-secondary-light:hover{color:#000!important}.theme-dark .text-success-dark{color:#e1f8e6!important}.theme-dark a.text-success-dark:focus,.theme-dark a.text-success-dark:hover{color:#a3e9b3!important}.theme-dark .text-success-light{color:#208637!important}.theme-dark a.text-success-light:focus,.theme-dark a.text-success-light:hover{color:#11481e!important}.theme-dark .text-info-dark{color:#fcfdff!important}.theme-dark a.text-info-dark:focus,.theme-dark a.text-info-dark:hover{color:#b0d2ff!important}.theme-dark .text-info-light{color:#2b87ff!important}.theme-dark a.text-info-light:focus,.theme-dark a.text-info-light:hover{color:#0060de!important}.theme-dark .text-warning-dark{color:#fff1d5!important}.theme-dark a.text-warning-dark:focus,.theme-dark a.text-warning-dark:hover{color:#ffd988!important}.theme-dark .text-warning-light{color:#f8a800!important}.theme-dark a.text-warning-light:focus,.theme-dark a.text-warning-light:hover{color:#ac7500!important}.theme-dark .text-danger-dark{color:#f6c8c8!important}.theme-dark a.text-danger-dark:focus,.theme-dark a.text-danger-dark:hover{color:#ec8787!important}.theme-dark .text-danger-light{color:#bb1e1e!important}.theme-dark a.text-danger-light:focus,.theme-dark a.text-danger-light:hover{color:#791414!important}.theme-dark .text-dark-dark{color:#ff4f6433!important}.theme-dark a.text-dark-dark:focus,.theme-dark a.text-dark-dark:hover{color:#ff032133!important}.theme-dark .text-dark-light{color:#ff173333!important}.theme-dark a.text-dark-light:focus,.theme-dark a.text-dark-light:hover{color:#ca001833!important}.theme-dark .text-body{color:#e5e7eb!important}.theme-dark .text-muted{color:#9ca3af!important}.theme-dark .text-black-50{color:#f9fafb80!important}.theme-dark .text-white-50{color:#13171c80!important}.theme-dark .text-hide{background-color:initial;border:0;color:#0000;font:0/0 a;text-shadow:none}.theme-dark .text-decoration-none{text-decoration:none!important}.theme-dark .text-break{word-wrap:break-word!important;word-break:break-word!important}.theme-dark .text-reset{color:inherit!important}.theme-dark .visible{visibility:visible!important}.theme-dark .invisible{visibility:hidden!important}@media print{.theme-dark *,.theme-dark :after,.theme-dark :before{box-shadow:none!important;text-shadow:none!important}.theme-dark a:not(.btn){text-decoration:underline}.theme-dark abbr[title]:after{content:" (" attr(title) ")"}.theme-dark pre{white-space:pre-wrap!important}.theme-dark blockquote,.theme-dark pre{border:1px solid #6b7280;page-break-inside:avoid}.theme-dark img,.theme-dark tr{page-break-inside:avoid}.theme-dark h2,.theme-dark h3,.theme-dark p{orphans:3;widows:3}.theme-dark h2,.theme-dark h3{page-break-after:avoid}@page{.theme-dark{size:a3}}.theme-dark .container,.theme-dark body{min-width:992px!important}.theme-dark .navbar{display:none}.theme-dark .badge{border:1px solid #f9fafb}.theme-dark .table{border-collapse:collapse!important}.theme-dark .table td,.theme-dark .table th{background-color:#13171c!important}.theme-dark .table-bordered td,.theme-dark .table-bordered th{border:1px solid #2b3039!important}.theme-dark .table-dark{color:inherit}.theme-dark .table-dark tbody+tbody,.theme-dark .table-dark td,.theme-dark .table-dark th,.theme-dark .table-dark thead th{border-color:#2b3039}.theme-dark .table .thead-dark th{border-color:#2b3039;color:inherit}}.theme-dark .swatch-primary{background-color:#ff4057;color:#f8f9fa}.theme-dark .swatch-secondary{background-color:#2b3039;color:#f8f9fa}.theme-dark .swatch-success{background-color:#28a745;color:#f8f9fa}.theme-dark .swatch-info{background-color:#549eff;color:#f8f9fa}.theme-dark .swatch-warning{background-color:#ffb822;color:#f8f9fa}.theme-dark .swatch-danger{background-color:#dc2626;color:#f8f9fa}.theme-dark .swatch-light{background-color:#f9fafb0a;color:#f8f9fa}.theme-dark .swatch-dark{background-color:#ff405733;color:#f8f9fa}.theme-dark .swatch-blue{background-color:#007bff;color:#f8f9fa}.theme-dark .swatch-indigo{background-color:#6610f2;color:#f8f9fa}.theme-dark .swatch-purple{background-color:#6f42c1;color:#f8f9fa}.theme-dark .swatch-pink{background-color:#e83e8c;color:#f8f9fa}.theme-dark .swatch-red{background-color:#dc3545;color:#f8f9fa}.theme-dark .swatch-orange{background-color:#fd7e14;color:#f8f9fa}.theme-dark .swatch-yellow{background-color:#fcedb9;color:#f8f9fa}.theme-dark .swatch-green{background-color:#28a745;color:#f8f9fa}.theme-dark .swatch-teal{background-color:#20c997;color:#f8f9fa}.theme-dark .swatch-cyan{background-color:#17a2b8;color:#f8f9fa}.theme-dark .swatch-white{background-color:#13171c;color:#f8f9fa}.theme-dark .swatch-black{background-color:#f9fafb;color:#f8f9fa}.theme-dark .swatch-gray-lighter{background-color:#1c1e25;color:#f8f9fa}.theme-dark .swatch-gray-light{background-color:#2b3039;color:#f8f9fa}.theme-dark .swatch-gray{background-color:#9ca3af;color:#f8f9fa}.theme-dark .swatch-gray-dark{background-color:#f8f9fa;color:#f8f9fa}.theme-dark .swatch-input-color{background-color:#d1d5db;color:#f8f9fa}.theme-dark .swatch-input-placeholder{background-color:#6b7280;color:#f8f9fa}.theme-dark .swatch-primary-dark{background-color:#fff3f4;color:#f8f9fa}.theme-dark .swatch-primary-light{background-color:#ff1733;color:#f8f9fa}.theme-dark .swatch-secondary-dark{background-color:#758197;color:#f8f9fa}.theme-dark .swatch-secondary-light{background-color:#191c22;color:#f8f9fa}.theme-dark .swatch-success-dark{background-color:#e1f8e6;color:#f8f9fa}.theme-dark .swatch-success-light{background-color:#208637;color:#f8f9fa}.theme-dark .swatch-info-dark{background-color:#fcfdff;color:#f8f9fa}.theme-dark .swatch-info-light{background-color:#2b87ff;color:#f8f9fa}.theme-dark .swatch-warning-dark{background-color:#fff1d5;color:#f8f9fa}.theme-dark .swatch-warning-light{background-color:#f8a800;color:#f8f9fa}.theme-dark .swatch-danger-dark{background-color:#f6c8c8;color:#f8f9fa}.theme-dark .swatch-danger-light{background-color:#bb1e1e;color:#f8f9fa}.theme-dark .swatch-dark-dark{background-color:#ff4f6433;color:#f8f9fa}.theme-dark .swatch-dark-light{background-color:#ff173333;color:#f8f9fa}.theme-dark body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0}.theme-dark .primary-divider{background-color:#ff4057}.theme-dark .navbar .navbar-nav{background-color:initial}.theme-dark .navbar .navbar-nav .nav-link{border:1px solid #0000;border-radius:.3rem}.theme-dark .navbar .nav-link.dashboard-button{border:1px solid #ff40574d}.theme-dark .navbar .navbar-nav .nav-link:hover{background-color:#ff17330f}.theme-dark .btn-outline-secondary,.theme-dark .show>.btn-outline-secondary.dropdown-toggle{color:#e5e7eb}.theme-dark .btn-outline-secondary.disabled,.theme-dark .btn-outline-secondary:disabled{color:#9ca3af}.theme-dark .card:not(.no-shadow){box-shadow:0 0 13px 0 #f9fafb0d}.theme-dark .card.highlight{box-shadow:0 15px 35px #f9fafb14}.theme-dark .spinner-border{animation:spinner-border .6s linear infinite}.theme-dark .spinner-border-md{height:1.5em;width:1.5em}.theme-dark .spinner-border-xl{height:2.5em;width:2.5em}.theme-dark .dashed,.theme-dark .modal .dashed,.theme-dark time:not(.no-dash){border-bottom:1px dashed #e5e7eb}.theme-dark .dropdown .dropdown-item.primary{color:#ff4057}.theme-dark .dropdown .dropdown-item.primary:active,.theme-dark .dropdown .dropdown-item.primary:hover{background-color:#ff4057;color:#f8f9fa}.theme-dark .dropdown .dropdown-item.danger{color:#dc2626}.theme-dark .dropdown .dropdown-item.danger:active,.theme-dark .dropdown .dropdown-item.danger:hover{background-color:#dc2626;color:#f8f9fa}.theme-dark .dropdown .dropdown-item.warning{color:#ffb822}.theme-dark .dropdown .dropdown-item.warning:active,.theme-dark .dropdown .dropdown-item.warning:hover{background-color:#ffb822;color:#f8f9fa}.theme-dark .dropdown .dropdown-item.success{color:#28a745}.theme-dark .dropdown .dropdown-item.success:active,.theme-dark .dropdown .dropdown-item.success:hover{background-color:#28a745;color:#f8f9fa}.theme-dark .text-monospace,.theme-dark code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.theme-dark .btn{position:relative;transition:padding .2s cubic-bezier(.175,.885,.32,1.2)!important}.theme-dark .btn .spinner-border{bottom:0;margin:auto;position:absolute;right:.6em;top:0}.theme-dark .Toastify__toast{font-size:95%;min-height:inherit}.theme-dark .Toastify__toast .octicon{font-size:85%;opacity:.75;position:absolute;right:8px;top:8px}.theme-dark .Toastify__toast .octicon:hover{opacity:1}.theme-dark .animate{animation-duration:.25s}.theme-dark .custom-checkbox,.theme-dark .custom-checkbox .custom-control-input,.theme-dark .custom-checkbox .custom-control-label,.theme-dark .custom-switch,.theme-dark .custom-switch .custom-control-input,.theme-dark .custom-switch .custom-control-label{cursor:pointer}.theme-dark .custom-checkbox .custom-control-label{display:block}.theme-dark .cursor-pointer{cursor:pointer}.theme-dark .nav.menu .nav-link{border-bottom:2px solid #0000;font-size:.9rem;font-weight:500;line-height:1.7rem;margin-bottom:-1px;margin-left:.4rem;margin-right:.4rem;padding:.5rem 1rem .35rem;text-transform:uppercase}.theme-dark .nav.menu .nav-link .badge{vertical-align:initial}.theme-dark .nav.menu .nav-link:hover{background-color:#ff40570f}.theme-dark .nav.menu .nav-link.active{background-color:#ff40570f;border-bottom:2px solid #ff4057}.theme-dark .text-disabled{color:#6b728099}.theme-dark .nav-item.selected .nav-link{background-color:#549eff1a}.theme-dark .nav-item.focused{box-shadow:-2px 0 #ff4057}.theme-dark .nav-item .nav-link:hover,.theme-dark .nav-item.focused .nav-link{background-color:#f9fafb0a}.theme-dark .nav-item.inactive .nav-link,.theme-dark .nav-item.paused .nav-link{background-image:linear-gradient(45deg,#8080801a 25%,#0000 0,#0000 50%,#8080801a 0,#8080801a 75%,#0000 0,#0000);background-size:40px 40px}.theme-dark .nav-item.deleting .nav-link,.theme-dark .nav-item.deleting .nav-link:hover,.theme-dark .nav-item.pausing .nav-link,.theme-dark .nav-item.pausing .nav-link:hover,.theme-dark .nav-item.rotating .nav-link,.theme-dark .nav-item.rotating .nav-link:hover{background-color:#dc354533}.theme-dark .nav-item.logging .nav-link,.theme-dark .nav-item.logging .nav-link:hover,.theme-dark .nav-item.resuming .nav-link,.theme-dark .nav-item.resuming .nav-link:hover,.theme-dark .nav-item.running .nav-link,.theme-dark .nav-item.running .nav-link:hover,.theme-dark .nav-item.updating .nav-link,.theme-dark .nav-item.updating .nav-link:hover{background-color:#549eff1a}.theme-dark .StripeElement{padding-top:.56rem}.theme-dark .StripeElement--focus{background-color:#13171c;border-color:#ff455b;box-shadow:0 0 0 .2rem #ff405740;outline:0}.theme-dark .StripeElement--invalid{border-color:#dc2626}.theme-dark .StripeElement--invalid.StripeElement--focus{border-color:#dc2626;box-shadow:0 0 0 .2rem #dc262640}.theme-dark input.is-search{background-image:url('data:image/svg+xml;utf8,%3csvg xmlns="http://www.w3.org/2000/svg" fill="%239ca3af" viewBox="0 0 $size $size" width="$size" height="$size"%3e%3cpath fill-rule="evenodd" d="M11.5 7a4.499 4.499 0 11-8.998 0A4.499 4.499 0 0111.5 7zm-.82 4.74a6 6 0 111.06-1.06l3.04 3.04a.75.75 0 11-1.06 1.06l-3.04-3.04z"%3e%3c/path%3e%3c/svg%3e');background-repeat:no-repeat;background-size:16px 16px}.theme-dark input.is-search.left{background-position:left calc(.375em + .375rem) center;padding-left:calc(1.2em + 1.015rem)!important}.theme-dark input.is-search.right{background-position:right calc(.375em + .375rem) center;padding-right:calc(1.2em + 1.015rem)!important}.theme-dark kbd{background-color:#f9fafb1a;border-radius:.25rem;display:inline-block;padding:.1rem .4rem;text-align:center}.theme-dark .btn.btn-primary kbd{background-color:#f9fafb33;border-bottom:none;color:#fff}.theme-dark .btn kbd{padding:.075rem .3rem}.theme-dark .pagination{margin:0}.theme-dark .text-wrap{word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-break:break-all}.theme-dark .KeyboardShortcutsDialog .card,.theme-dark .KeyboardShortcutsDialog .card-header{background-color:initial;border:none;box-shadow:none}.theme-dark .KeyboardShortcutsDialog .card-columns{column-count:2}.theme-dark .KeyboardShortcutsDialog .list-group-item{background-color:#f9fafb0d;border:none;border-radius:.5rem}.theme-dark .KeyboardShortcutsDialog .list-group-item:not(:last-child){margin-bottom:.4rem}.theme-dark .placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}.theme-dark .placeholder{background-color:currentColor;border-radius:.3rem;display:inline-block;min-height:1em;opacity:.2;vertical-align:middle}.theme-dark .table thead th,.theme-dark .table tr:first-child td{border:none}.theme-dark .table tr:first-child td:first-child{border-top-left-radius:5px}.theme-dark .table tr:first-child td:last-child{border-top-right-radius:5px}.theme-dark .table tr:last-child td:first-child{border-bottom-left-radius:5px}.theme-dark .table tr:last-child td:last-child{border-bottom-right-radius:5px}.theme-dark .table tbody{border-radius:5px;position:relative}.theme-dark .table tbody td{background:#f9fafb0a}.theme-dark .table-condensed>tbody>tr>td,.theme-dark .table-condensed>tbody>tr>th,.theme-dark .table-condensed>tfoot>tr>td,.theme-dark .table-condensed>tfoot>tr>th,.theme-dark .table-condensed>thead>tr>td,.theme-dark .table-condensed>thead>tr>th{padding:10px}.theme-dark .heroicon{align-items:center;display:inline-block;justify-content:center;-webkit-user-select:none;user-select:none;vertical-align:text-bottom}.theme-dark .nav-pills .nav-link,.theme-dark .nav-tabs .nav-link{cursor:pointer}.theme-dark .link{color:#ff4057;cursor:pointer}.theme-dark .link:hover{color:#ff1733;text-decoration:underline}.theme-dark input.with-counter.right{padding-right:2.025rem!important}.theme-dark input.with-counter.right+.input-counter-wrapper .input-counter{border-left:none;color:#6b7280;font-size:.75rem;line-height:1.7rem;padding:.375rem .75rem;position:absolute;right:0;top:0;z-index:100}.theme-dark input.with-counter.right.is-invalid,.theme-dark input.with-counter.right.is-valid{padding-right:3.375rem!important}.theme-dark input.with-counter.right.is-invalid+.input-counter-wrapper .input-counter,.theme-dark input.with-counter.right.is-valid+.input-counter-wrapper .input-counter{padding-right:2.025rem!important;right:3px}.theme-dark .input-group input.is-invalid.form-control{z-index:3}.theme-dark .dropdown-item.active .text-muted,.theme-dark .dropdown-item:active .text-muted{color:#f8f9fa!important}.theme-dark img.stroke{filter:contrast(1.2) brightness(.8) drop-shadow(0 0 1px var(--gray-dark));-webkit-filter:contrast(1.2) brightness(.8) drop-shadow(0 0 1px var(--gray-dark))}.theme-dark .btn.dark-bg-primary{background-color:#ff4057!important;border:1px solid #ff4057!important}.theme-dark .btn.dark-bg-primary:hover{background-color:#ff4057cc!important}.theme-dark .btn-group .btn-outline-secondary,.theme-dark .dark-bg-primary_opacity,.theme-dark .dropdown-toggle,.theme-dark .form-control.StripeElement,.theme-dark .input-group-append .btn,.theme-dark .input-group-append .input-group-text,.theme-dark .input-group-prepend .btn,.theme-dark .input-group-prepend .input-group-text,.theme-dark input.form-control,.theme-dark select.form-control,.theme-dark textarea.form-control{background-color:#1c1e25!important;border:1px solid #2b3039}.theme-dark .dark-text-white{color:#f9fafb!important}.theme-dark .card.no-bg{background:none}.theme-dark .code-snippet{background:#13171c!important}.theme-dark .h-0{height:0}.theme-dark .w-0{width:0}.theme-dark .h-.5{height:.125rem}.theme-dark .w-.5{width:.125rem}.theme-dark .h-1{height:.25rem}.theme-dark .w-1{width:.25rem}.theme-dark .h-1.5{height:.375rem}.theme-dark .w-1.5{width:.375rem}.theme-dark .h-2{height:.5rem}.theme-dark .w-2{width:.5rem}.theme-dark .h-2.5{height:.625rem}.theme-dark .w-2.5{width:.625rem}.theme-dark .h-3{height:.75rem}.theme-dark .w-3{width:.75rem}.theme-dark .h-3.5{height:.875rem}.theme-dark .w-3.5{width:.875rem}.theme-dark .h-4{height:1rem}.theme-dark .w-4{width:1rem}.theme-dark .h-4.5{height:1.125rem}.theme-dark .w-4.5{width:1.125rem}.theme-dark .h-5{height:1.25rem}.theme-dark .w-5{width:1.25rem}.theme-dark .h-5.5{height:1.375rem}.theme-dark .w-5.5{width:1.375rem}.theme-dark .h-6{height:1.5rem}.theme-dark .w-6{width:1.5rem}.theme-dark .h-6.5{height:1.625rem}.theme-dark .w-6.5{width:1.625rem}.theme-dark .h-7{height:1.75rem}.theme-dark .w-7{width:1.75rem}.theme-dark .h-7.5{height:1.875rem}.theme-dark .w-7.5{width:1.875rem}.theme-dark .h-8{height:2rem}.theme-dark .w-8{width:2rem}.theme-dark .h-8.5{height:2.125rem}.theme-dark .w-8.5{width:2.125rem}.theme-dark .h-9{height:2.25rem}.theme-dark .w-9{width:2.25rem}.theme-dark .h-9.5{height:2.375rem}.theme-dark .w-9.5{width:2.375rem}.theme-dark .h-10{height:2.5rem}.theme-dark .w-10{width:2.5rem}.theme-dark .opacity-5{opacity:.05}.theme-dark .opacity-10{opacity:.1}.theme-dark .opacity-15{opacity:.15}.theme-dark .opacity-20{opacity:.2}.theme-dark .opacity-25{opacity:.25}.theme-dark .opacity-30{opacity:.3}.theme-dark .opacity-35{opacity:.35}.theme-dark .opacity-40{opacity:.4}.theme-dark .opacity-45{opacity:.45}.theme-dark .opacity-50{opacity:.5}.theme-dark .opacity-55{opacity:.55}.theme-dark .opacity-60{opacity:.6}.theme-dark .opacity-65{opacity:.65}.theme-dark .opacity-70{opacity:.7}.theme-dark .opacity-75{opacity:.75}.theme-dark .opacity-80{opacity:.8}.theme-dark .opacity-85{opacity:.85}.theme-dark .opacity-90{opacity:.9}.theme-dark .opacity-95{opacity:.95}.theme-dark .opacity-100{opacity:1}@media (prefers-color-scheme:dark){.theme-auto{--primary:#ff4057!important;/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */--secondary:#2b3039!important;--success:#28a745!important;--info:#549eff!important;--warning:#ffb822!important;--danger:#dc2626!important;--light:#f9fafb0a!important;--dark:#ff405733!important;--blue:#007bff!important;--indigo:#6610f2!important;--purple:#6f42c1!important;--pink:#e83e8c!important;--red:#dc3545!important;--orange:#fd7e14!important;--yellow:#fcedb9!important;--green:#28a745!important;--teal:#20c997!important;--cyan:#17a2b8!important;--white:#13171c!important;--black:#f9fafb!important;--gray-lighter:#1c1e25!important;--gray-light:#2b3039!important;--gray:#9ca3af!important;--gray-dark:#f8f9fa!important;--input-color:#d1d5db!important;--input-placeholder:#6b7280!important;--primary-dark:#fff3f4!important;--primary-light:#ff1733!important;--secondary-dark:#758197!important;--secondary-light:#191c22!important;--success-dark:#e1f8e6!important;--success-light:#208637!important;--info-dark:#fcfdff!important;--info-light:#2b87ff!important;--warning-dark:#fff1d5!important;--warning-light:#f8a800!important;--danger-dark:#f6c8c8!important;--danger-light:#bb1e1e!important;--dark-dark:#ff4f6433!important;--dark-light:#ff173333!important}.theme-auto .swatch-blue{background-color:#007bff;color:color-yiq(#007bff)}.theme-auto .swatch-indigo{background-color:#6610f2;color:color-yiq(#6610f2)}.theme-auto .swatch-purple{background-color:#6f42c1;color:color-yiq(#6f42c1)}.theme-auto .swatch-pink{background-color:#e83e8c;color:color-yiq(#e83e8c)}.theme-auto .swatch-red{background-color:#dc3545;color:color-yiq(#dc3545)}.theme-auto .swatch-orange{background-color:#fd7e14;color:color-yiq(#fd7e14)}.theme-auto .swatch-yellow{background-color:#fcedb9;color:color-yiq(#fcedb9)}.theme-auto .swatch-green{background-color:#28a745;color:color-yiq(#28a745)}.theme-auto .swatch-teal{background-color:#20c997;color:color-yiq(#20c997)}.theme-auto .swatch-cyan{background-color:#17a2b8;color:color-yiq(#17a2b8)}.theme-auto .swatch-primary{background-color:#ff4057;color:color-yiq(#ff4057)}.theme-auto .swatch-secondary{background-color:#2b3039;color:color-yiq(#2b3039)}.theme-auto .swatch-success{background-color:#28a745;color:color-yiq(#28a745)}.theme-auto .swatch-info{background-color:#549eff;color:color-yiq(#549eff)}.theme-auto .swatch-warning{background-color:#ffb822;color:color-yiq(#ffb822)}.theme-auto .swatch-danger{background-color:#dc2626;color:color-yiq(#dc2626)}.theme-auto .swatch-white{background-color:#13171c;color:color-yiq(#13171c)}.theme-auto .swatch-black{background-color:#f9fafb;color:color-yiq(#f9fafb)}.theme-auto .swatch-gray-lighter{background-color:#1c1e25;color:color-yiq(#1c1e25)}.theme-auto .swatch-gray-light{background-color:#2b3039;color:color-yiq(#2b3039)}.theme-auto .swatch-gray{background-color:#9ca3af;color:color-yiq(#9ca3af)}.theme-auto .swatch-gray-dark{background-color:#f8f9fa;color:color-yiq(#f8f9fa)}.theme-auto .swatch-light{background-color:#f9fafb0a;color:color-yiq(#f9fafb0a)}.theme-auto .swatch-dark{background-color:#ff405733;color:color-yiq(#ff405733)}.theme-auto .swatch-input-color{background-color:#d1d5db;color:color-yiq(#d1d5db)}.theme-auto .swatch-input-placeholder{background-color:#6b7280;color:color-yiq(#6b7280)}.theme-auto .swatch-primary-dark{background-color:#fff3f4;color:color-yiq(#fff3f4)}.theme-auto .swatch-primary-light{background-color:#ff1733;color:color-yiq(#ff1733)}.theme-auto .swatch-secondary-dark{background-color:#758197;color:color-yiq(#758197)}.theme-auto .swatch-secondary-light{background-color:#191c22;color:color-yiq(#191c22)}.theme-auto .swatch-success-dark{background-color:#e1f8e6;color:color-yiq(#e1f8e6)}.theme-auto .swatch-success-light{background-color:#208637;color:color-yiq(#208637)}.theme-auto .swatch-info-dark{background-color:#fcfdff;color:color-yiq(#fcfdff)}.theme-auto .swatch-info-light{background-color:#2b87ff;color:color-yiq(#2b87ff)}.theme-auto .swatch-warning-dark{background-color:#fff1d5;color:color-yiq(#fff1d5)}.theme-auto .swatch-warning-light{background-color:#f8a800;color:color-yiq(#f8a800)}.theme-auto .swatch-danger-dark{background-color:#f6c8c8;color:color-yiq(#f6c8c8)}.theme-auto .swatch-danger-light{background-color:#bb1e1e;color:color-yiq(#bb1e1e)}.theme-auto .swatch-dark-dark{background-color:#ff4f6433;color:color-yiq(#ff4f6433)}.theme-auto .swatch-dark-light{background-color:#ff173333;color:color-yiq(#ff173333)}.theme-auto :root{--yellow:#ffc107;--gray-dark:#e5e7eb;--primary:#ff4057;--secondary:#2b3039;--success:#28a745;--info:#549eff;--warning:#ffb822;--danger:#dc2626;--light:#f9fafb0a;--dark:#ff405733;--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#fcedb9;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#13171c;--black:#f9fafb;--gray-lighter:#1c1e25;--gray-light:#2b3039;--gray:#9ca3af;--gray-dark:#f8f9fa;--input-color:#d1d5db;--input-placeholder:#6b7280;--primary-dark:#fff3f4;--primary-light:#ff1733;--secondary-dark:#758197;--secondary-light:#191c22;--success-dark:#e1f8e6;--success-light:#208637;--info-dark:#fcfdff;--info-light:#2b87ff;--warning-dark:#fff1d5;--warning-light:#f8a800;--danger-dark:#f6c8c8;--danger-light:#bb1e1e;--dark-dark:#ff4f6433;--dark-light:#ff173333;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.theme-auto *,.theme-auto :after,.theme-auto :before{box-sizing:border-box}.theme-auto html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(249,250,251,0);font-family:sans-serif;line-height:1.15}.theme-auto article,.theme-auto aside,.theme-auto figcaption,.theme-auto figure,.theme-auto footer,.theme-auto header,.theme-auto hgroup,.theme-auto main,.theme-auto nav,.theme-auto section{display:block}.theme-auto body{background-color:#13171c;color:#e5e7eb;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;margin:0;text-align:left}.theme-auto [tabindex="-1"]:focus:not(:focus-visible){outline:0!important}.theme-auto hr{box-sizing:initial;height:0;overflow:visible}.theme-auto h1,.theme-auto h2,.theme-auto h3,.theme-auto h4,.theme-auto h5,.theme-auto h6{margin-bottom:.5rem;margin-top:0}.theme-auto p{margin-bottom:1rem;margin-top:0}.theme-auto abbr[data-original-title],.theme-auto abbr[title]{border-bottom:0;cursor:help;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.theme-auto address{font-style:normal;line-height:inherit;margin-bottom:1rem}.theme-auto dl,.theme-auto ol,.theme-auto ul{margin-bottom:1rem;margin-top:0}.theme-auto ol ol,.theme-auto ol ul,.theme-auto ul ol,.theme-auto ul ul{margin-bottom:0}.theme-auto dt{font-weight:500}.theme-auto dd{margin-bottom:.5rem;margin-left:0}.theme-auto blockquote{margin:0 0 1rem}.theme-auto b,.theme-auto strong{font-weight:bolder}.theme-auto small{font-size:80%}.theme-auto sub,.theme-auto sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}.theme-auto sub{bottom:-.25em}.theme-auto sup{top:-.5em}.theme-auto a{background-color:initial;color:#ff4057;text-decoration:none}.theme-auto a:hover{color:#ff1733;text-decoration:underline}.theme-auto a:not([href]):not([class]),.theme-auto a:not([href]):not([class]):hover{color:inherit;text-decoration:none}.theme-auto code,.theme-auto kbd,.theme-auto pre,.theme-auto samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}.theme-auto pre{-ms-overflow-style:scrollbar;margin-bottom:1rem;margin-top:0;overflow:auto}.theme-auto figure{margin:0 0 1rem}.theme-auto img{border-style:none;vertical-align:middle}.theme-auto svg{overflow:hidden;vertical-align:middle}.theme-auto table{border-collapse:collapse}.theme-auto caption{caption-side:bottom;color:#9ca3af;padding-bottom:.75rem;padding-top:.75rem;text-align:left}.theme-auto th{text-align:inherit;text-align:-webkit-match-parent}.theme-auto label{display:inline-block;margin-bottom:.5rem}.theme-auto button{border-radius:0}.theme-auto button:focus:not(:focus-visible){outline:0}.theme-auto button,.theme-auto input,.theme-auto optgroup,.theme-auto select,.theme-auto textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}.theme-auto button,.theme-auto input{overflow:visible}.theme-auto button,.theme-auto select{text-transform:none}.theme-auto [role=button]{cursor:pointer}.theme-auto select{word-wrap:normal}.theme-auto [type=button],.theme-auto [type=reset],.theme-auto [type=submit],.theme-auto button{-webkit-appearance:button}.theme-auto [type=button]:not(:disabled),.theme-auto [type=reset]:not(:disabled),.theme-auto [type=submit]:not(:disabled),.theme-auto button:not(:disabled){cursor:pointer}.theme-auto [type=button]::-moz-focus-inner,.theme-auto [type=reset]::-moz-focus-inner,.theme-auto [type=submit]::-moz-focus-inner,.theme-auto button::-moz-focus-inner{border-style:none;padding:0}.theme-auto input[type=checkbox],.theme-auto input[type=radio]{box-sizing:border-box;padding:0}.theme-auto textarea{overflow:auto;resize:vertical}.theme-auto fieldset{border:0;margin:0;min-width:0;padding:0}.theme-auto legend{color:inherit;display:block;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;max-width:100%;padding:0;white-space:normal;width:100%}}@media (prefers-color-scheme:dark) and (max-width:1200px){.theme-auto legend{font-size:calc(1.275rem + .3vw)}}@media (prefers-color-scheme:dark){.theme-auto progress{vertical-align:initial}.theme-auto [type=number]::-webkit-inner-spin-button,.theme-auto [type=number]::-webkit-outer-spin-button{height:auto}.theme-auto [type=search]{-webkit-appearance:none;outline-offset:-2px}.theme-auto [type=search]::-webkit-search-decoration{-webkit-appearance:none}.theme-auto ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.theme-auto output{display:inline-block}.theme-auto summary{cursor:pointer;display:list-item}.theme-auto template{display:none}.theme-auto [hidden]{display:none!important}.theme-auto .h1,.theme-auto .h2,.theme-auto .h3,.theme-auto .h4,.theme-auto .h5,.theme-auto .h6,.theme-auto h1,.theme-auto h2,.theme-auto h3,.theme-auto h4,.theme-auto h5,.theme-auto h6{color:#f9fafb;font-weight:800;line-height:1.2;margin-bottom:.5rem}.theme-auto .h1,.theme-auto h1{font-size:2.5rem}}@media (prefers-color-scheme:dark) and (max-width:1200px){.theme-auto .h1,.theme-auto h1{font-size:calc(1.375rem + 1.5vw)}}@media (prefers-color-scheme:dark){.theme-auto .h2,.theme-auto h2{font-size:2rem}}@media (prefers-color-scheme:dark) and (max-width:1200px){.theme-auto .h2,.theme-auto h2{font-size:calc(1.325rem + .9vw)}}@media (prefers-color-scheme:dark){.theme-auto .h3,.theme-auto h3{font-size:1.75rem}}@media (prefers-color-scheme:dark) and (max-width:1200px){.theme-auto .h3,.theme-auto h3{font-size:calc(1.3rem + .6vw)}}@media (prefers-color-scheme:dark){.theme-auto .h4,.theme-auto h4{font-size:1.5rem}}@media (prefers-color-scheme:dark) and (max-width:1200px){.theme-auto .h4,.theme-auto h4{font-size:calc(1.275rem + .3vw)}}@media (prefers-color-scheme:dark){.theme-auto .h5,.theme-auto h5{font-size:1.25rem}.theme-auto .h6,.theme-auto h6{font-size:1rem}.theme-auto .lead{font-size:1.25rem;font-weight:300}.theme-auto .display-1{font-size:6rem;font-weight:300;line-height:1.2}}@media (prefers-color-scheme:dark) and (max-width:1200px){.theme-auto .display-1{font-size:calc(1.725rem + 5.7vw)}}@media (prefers-color-scheme:dark){.theme-auto .display-2{font-size:5.5rem;font-weight:300;line-height:1.2}}@media (prefers-color-scheme:dark) and (max-width:1200px){.theme-auto .display-2{font-size:calc(1.675rem + 5.1vw)}}@media (prefers-color-scheme:dark){.theme-auto .display-3{font-size:4.5rem;font-weight:300;line-height:1.2}}@media (prefers-color-scheme:dark) and (max-width:1200px){.theme-auto .display-3{font-size:calc(1.575rem + 3.9vw)}}@media (prefers-color-scheme:dark){.theme-auto .display-4{font-size:3.5rem;font-weight:300;line-height:1.2}}@media (prefers-color-scheme:dark) and (max-width:1200px){.theme-auto .display-4{font-size:calc(1.475rem + 2.7vw)}}@media (prefers-color-scheme:dark){.theme-auto hr{border:0;border-top:1px solid #f9fafb1a;margin-bottom:1rem;margin-top:1rem}.theme-auto .small,.theme-auto small{font-size:.875em;font-weight:400}.theme-auto .mark,.theme-auto mark{background-color:#fcedb9;padding:.2em}.theme-auto .list-inline,.theme-auto .list-unstyled{list-style:none;padding-left:0}.theme-auto .list-inline-item{display:inline-block}.theme-auto .list-inline-item:not(:last-child){margin-right:.5rem}.theme-auto .initialism{font-size:90%;text-transform:uppercase}.theme-auto .blockquote{font-size:1.25rem;margin-bottom:1rem}.theme-auto .blockquote-footer{color:#9ca3af;display:block;font-size:.875em}.theme-auto .blockquote-footer:before{content:"\2014\00A0"}.theme-auto .img-fluid{height:auto;max-width:100%}.theme-auto .img-thumbnail{background-color:#13171c;border:1px solid #2b3039;border-radius:.25rem;height:auto;max-width:100%;padding:.25rem}.theme-auto .figure{display:inline-block}.theme-auto .figure-img{line-height:1;margin-bottom:.5rem}.theme-auto .figure-caption{color:#9ca3af;font-size:90%}.theme-auto code{word-wrap:break-word;color:#e83e8c;font-size:87.5%}a>.theme-auto code{color:inherit}.theme-auto kbd{background-color:#1c1e25b3;border-radius:.2rem;color:#e5e7eb;font-size:87.5%;padding:.2rem .4rem}.theme-auto kbd kbd{font-size:100%;font-weight:500;padding:0}.theme-auto pre{color:#f8f9fa;display:block;font-size:87.5%}.theme-auto pre code{color:inherit;font-size:inherit;word-break:normal}.theme-auto .pre-scrollable{max-height:340px;overflow-y:scroll}.theme-auto .container,.theme-auto .container-fluid,.theme-auto .container-lg,.theme-auto .container-md,.theme-auto .container-sm,.theme-auto .container-xl{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}}@media (prefers-color-scheme:dark) and (min-width:576px){.theme-auto .container,.theme-auto .container-sm{max-width:540px}}@media (prefers-color-scheme:dark) and (min-width:768px){.theme-auto .container,.theme-auto .container-md,.theme-auto .container-sm{max-width:720px}}@media (prefers-color-scheme:dark) and (min-width:992px){.theme-auto .container,.theme-auto .container-lg,.theme-auto .container-md,.theme-auto .container-sm{max-width:960px}}@media (prefers-color-scheme:dark) and (min-width:1200px){.theme-auto .container,.theme-auto .container-lg,.theme-auto .container-md,.theme-auto .container-sm,.theme-auto .container-xl{max-width:1140px}}@media (prefers-color-scheme:dark){.theme-auto .row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.theme-auto .no-gutters{margin-left:0;margin-right:0}.theme-auto .no-gutters>.col,.theme-auto .no-gutters>[class*=col-]{padding-left:0;padding-right:0}.theme-auto .col,.theme-auto .col-1,.theme-auto .col-10,.theme-auto .col-11,.theme-auto .col-12,.theme-auto .col-2,.theme-auto .col-3,.theme-auto .col-4,.theme-auto .col-5,.theme-auto .col-6,.theme-auto .col-7,.theme-auto .col-8,.theme-auto .col-9,.theme-auto .col-auto,.theme-auto .col-lg,.theme-auto .col-lg-1,.theme-auto .col-lg-10,.theme-auto .col-lg-11,.theme-auto .col-lg-12,.theme-auto .col-lg-2,.theme-auto .col-lg-3,.theme-auto .col-lg-4,.theme-auto .col-lg-5,.theme-auto .col-lg-6,.theme-auto .col-lg-7,.theme-auto .col-lg-8,.theme-auto .col-lg-9,.theme-auto .col-lg-auto,.theme-auto .col-md,.theme-auto .col-md-1,.theme-auto .col-md-10,.theme-auto .col-md-11,.theme-auto .col-md-12,.theme-auto .col-md-2,.theme-auto .col-md-3,.theme-auto .col-md-4,.theme-auto .col-md-5,.theme-auto .col-md-6,.theme-auto .col-md-7,.theme-auto .col-md-8,.theme-auto .col-md-9,.theme-auto .col-md-auto,.theme-auto .col-sm,.theme-auto .col-sm-1,.theme-auto .col-sm-10,.theme-auto .col-sm-11,.theme-auto .col-sm-12,.theme-auto .col-sm-2,.theme-auto .col-sm-3,.theme-auto .col-sm-4,.theme-auto .col-sm-5,.theme-auto .col-sm-6,.theme-auto .col-sm-7,.theme-auto .col-sm-8,.theme-auto .col-sm-9,.theme-auto .col-sm-auto,.theme-auto .col-xl,.theme-auto .col-xl-1,.theme-auto .col-xl-10,.theme-auto .col-xl-11,.theme-auto .col-xl-12,.theme-auto .col-xl-2,.theme-auto .col-xl-3,.theme-auto .col-xl-4,.theme-auto .col-xl-5,.theme-auto .col-xl-6,.theme-auto .col-xl-7,.theme-auto .col-xl-8,.theme-auto .col-xl-9,.theme-auto .col-xl-auto{padding-left:15px;padding-right:15px;position:relative;width:100%}.theme-auto .col{flex-basis:0;flex-grow:1;max-width:100%}.theme-auto .row-cols-1>*{flex:0 0 100%;max-width:100%}.theme-auto .row-cols-2>*{flex:0 0 50%;max-width:50%}.theme-auto .row-cols-3>*{flex:0 0 33.33333%;max-width:33.33333%}.theme-auto .row-cols-4>*{flex:0 0 25%;max-width:25%}.theme-auto .row-cols-5>*{flex:0 0 20%;max-width:20%}.theme-auto .row-cols-6>*{flex:0 0 16.66667%;max-width:16.66667%}.theme-auto .col-auto{flex:0 0 auto;max-width:100%;width:auto}.theme-auto .col-1{flex:0 0 8.33333%;max-width:8.33333%}.theme-auto .col-2{flex:0 0 16.66667%;max-width:16.66667%}.theme-auto .col-3{flex:0 0 25%;max-width:25%}.theme-auto .col-4{flex:0 0 33.33333%;max-width:33.33333%}.theme-auto .col-5{flex:0 0 41.66667%;max-width:41.66667%}.theme-auto .col-6{flex:0 0 50%;max-width:50%}.theme-auto .col-7{flex:0 0 58.33333%;max-width:58.33333%}.theme-auto .col-8{flex:0 0 66.66667%;max-width:66.66667%}.theme-auto .col-9{flex:0 0 75%;max-width:75%}.theme-auto .col-10{flex:0 0 83.33333%;max-width:83.33333%}.theme-auto .col-11{flex:0 0 91.66667%;max-width:91.66667%}.theme-auto .col-12{flex:0 0 100%;max-width:100%}.theme-auto .order-first{order:-1}.theme-auto .order-last{order:13}.theme-auto .order-0{order:0}.theme-auto .order-1{order:1}.theme-auto .order-2{order:2}.theme-auto .order-3{order:3}.theme-auto .order-4{order:4}.theme-auto .order-5{order:5}.theme-auto .order-6{order:6}.theme-auto .order-7{order:7}.theme-auto .order-8{order:8}.theme-auto .order-9{order:9}.theme-auto .order-10{order:10}.theme-auto .order-11{order:11}.theme-auto .order-12{order:12}.theme-auto .offset-1{margin-left:8.33333%}.theme-auto .offset-2{margin-left:16.66667%}.theme-auto .offset-3{margin-left:25%}.theme-auto .offset-4{margin-left:33.33333%}.theme-auto .offset-5{margin-left:41.66667%}.theme-auto .offset-6{margin-left:50%}.theme-auto .offset-7{margin-left:58.33333%}.theme-auto .offset-8{margin-left:66.66667%}.theme-auto .offset-9{margin-left:75%}.theme-auto .offset-10{margin-left:83.33333%}.theme-auto .offset-11{margin-left:91.66667%}}@media (prefers-color-scheme:dark) and (min-width:576px){.theme-auto .col-sm{flex-basis:0;flex-grow:1;max-width:100%}.theme-auto .row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.theme-auto .row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.theme-auto .row-cols-sm-3>*{flex:0 0 33.33333%;max-width:33.33333%}.theme-auto .row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.theme-auto .row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.theme-auto .row-cols-sm-6>*{flex:0 0 16.66667%;max-width:16.66667%}.theme-auto .col-sm-auto{flex:0 0 auto;max-width:100%;width:auto}.theme-auto .col-sm-1{flex:0 0 8.33333%;max-width:8.33333%}.theme-auto .col-sm-2{flex:0 0 16.66667%;max-width:16.66667%}.theme-auto .col-sm-3{flex:0 0 25%;max-width:25%}.theme-auto .col-sm-4{flex:0 0 33.33333%;max-width:33.33333%}.theme-auto .col-sm-5{flex:0 0 41.66667%;max-width:41.66667%}.theme-auto .col-sm-6{flex:0 0 50%;max-width:50%}.theme-auto .col-sm-7{flex:0 0 58.33333%;max-width:58.33333%}.theme-auto .col-sm-8{flex:0 0 66.66667%;max-width:66.66667%}.theme-auto .col-sm-9{flex:0 0 75%;max-width:75%}.theme-auto .col-sm-10{flex:0 0 83.33333%;max-width:83.33333%}.theme-auto .col-sm-11{flex:0 0 91.66667%;max-width:91.66667%}.theme-auto .col-sm-12{flex:0 0 100%;max-width:100%}.theme-auto .order-sm-first{order:-1}.theme-auto .order-sm-last{order:13}.theme-auto .order-sm-0{order:0}.theme-auto .order-sm-1{order:1}.theme-auto .order-sm-2{order:2}.theme-auto .order-sm-3{order:3}.theme-auto .order-sm-4{order:4}.theme-auto .order-sm-5{order:5}.theme-auto .order-sm-6{order:6}.theme-auto .order-sm-7{order:7}.theme-auto .order-sm-8{order:8}.theme-auto .order-sm-9{order:9}.theme-auto .order-sm-10{order:10}.theme-auto .order-sm-11{order:11}.theme-auto .order-sm-12{order:12}.theme-auto .offset-sm-0{margin-left:0}.theme-auto .offset-sm-1{margin-left:8.33333%}.theme-auto .offset-sm-2{margin-left:16.66667%}.theme-auto .offset-sm-3{margin-left:25%}.theme-auto .offset-sm-4{margin-left:33.33333%}.theme-auto .offset-sm-5{margin-left:41.66667%}.theme-auto .offset-sm-6{margin-left:50%}.theme-auto .offset-sm-7{margin-left:58.33333%}.theme-auto .offset-sm-8{margin-left:66.66667%}.theme-auto .offset-sm-9{margin-left:75%}.theme-auto .offset-sm-10{margin-left:83.33333%}.theme-auto .offset-sm-11{margin-left:91.66667%}}@media (prefers-color-scheme:dark) and (min-width:768px){.theme-auto .col-md{flex-basis:0;flex-grow:1;max-width:100%}.theme-auto .row-cols-md-1>*{flex:0 0 100%;max-width:100%}.theme-auto .row-cols-md-2>*{flex:0 0 50%;max-width:50%}.theme-auto .row-cols-md-3>*{flex:0 0 33.33333%;max-width:33.33333%}.theme-auto .row-cols-md-4>*{flex:0 0 25%;max-width:25%}.theme-auto .row-cols-md-5>*{flex:0 0 20%;max-width:20%}.theme-auto .row-cols-md-6>*{flex:0 0 16.66667%;max-width:16.66667%}.theme-auto .col-md-auto{flex:0 0 auto;max-width:100%;width:auto}.theme-auto .col-md-1{flex:0 0 8.33333%;max-width:8.33333%}.theme-auto .col-md-2{flex:0 0 16.66667%;max-width:16.66667%}.theme-auto .col-md-3{flex:0 0 25%;max-width:25%}.theme-auto .col-md-4{flex:0 0 33.33333%;max-width:33.33333%}.theme-auto .col-md-5{flex:0 0 41.66667%;max-width:41.66667%}.theme-auto .col-md-6{flex:0 0 50%;max-width:50%}.theme-auto .col-md-7{flex:0 0 58.33333%;max-width:58.33333%}.theme-auto .col-md-8{flex:0 0 66.66667%;max-width:66.66667%}.theme-auto .col-md-9{flex:0 0 75%;max-width:75%}.theme-auto .col-md-10{flex:0 0 83.33333%;max-width:83.33333%}.theme-auto .col-md-11{flex:0 0 91.66667%;max-width:91.66667%}.theme-auto .col-md-12{flex:0 0 100%;max-width:100%}.theme-auto .order-md-first{order:-1}.theme-auto .order-md-last{order:13}.theme-auto .order-md-0{order:0}.theme-auto .order-md-1{order:1}.theme-auto .order-md-2{order:2}.theme-auto .order-md-3{order:3}.theme-auto .order-md-4{order:4}.theme-auto .order-md-5{order:5}.theme-auto .order-md-6{order:6}.theme-auto .order-md-7{order:7}.theme-auto .order-md-8{order:8}.theme-auto .order-md-9{order:9}.theme-auto .order-md-10{order:10}.theme-auto .order-md-11{order:11}.theme-auto .order-md-12{order:12}.theme-auto .offset-md-0{margin-left:0}.theme-auto .offset-md-1{margin-left:8.33333%}.theme-auto .offset-md-2{margin-left:16.66667%}.theme-auto .offset-md-3{margin-left:25%}.theme-auto .offset-md-4{margin-left:33.33333%}.theme-auto .offset-md-5{margin-left:41.66667%}.theme-auto .offset-md-6{margin-left:50%}.theme-auto .offset-md-7{margin-left:58.33333%}.theme-auto .offset-md-8{margin-left:66.66667%}.theme-auto .offset-md-9{margin-left:75%}.theme-auto .offset-md-10{margin-left:83.33333%}.theme-auto .offset-md-11{margin-left:91.66667%}}@media (prefers-color-scheme:dark) and (min-width:992px){.theme-auto .col-lg{flex-basis:0;flex-grow:1;max-width:100%}.theme-auto .row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.theme-auto .row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.theme-auto .row-cols-lg-3>*{flex:0 0 33.33333%;max-width:33.33333%}.theme-auto .row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.theme-auto .row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.theme-auto .row-cols-lg-6>*{flex:0 0 16.66667%;max-width:16.66667%}.theme-auto .col-lg-auto{flex:0 0 auto;max-width:100%;width:auto}.theme-auto .col-lg-1{flex:0 0 8.33333%;max-width:8.33333%}.theme-auto .col-lg-2{flex:0 0 16.66667%;max-width:16.66667%}.theme-auto .col-lg-3{flex:0 0 25%;max-width:25%}.theme-auto .col-lg-4{flex:0 0 33.33333%;max-width:33.33333%}.theme-auto .col-lg-5{flex:0 0 41.66667%;max-width:41.66667%}.theme-auto .col-lg-6{flex:0 0 50%;max-width:50%}.theme-auto .col-lg-7{flex:0 0 58.33333%;max-width:58.33333%}.theme-auto .col-lg-8{flex:0 0 66.66667%;max-width:66.66667%}.theme-auto .col-lg-9{flex:0 0 75%;max-width:75%}.theme-auto .col-lg-10{flex:0 0 83.33333%;max-width:83.33333%}.theme-auto .col-lg-11{flex:0 0 91.66667%;max-width:91.66667%}.theme-auto .col-lg-12{flex:0 0 100%;max-width:100%}.theme-auto .order-lg-first{order:-1}.theme-auto .order-lg-last{order:13}.theme-auto .order-lg-0{order:0}.theme-auto .order-lg-1{order:1}.theme-auto .order-lg-2{order:2}.theme-auto .order-lg-3{order:3}.theme-auto .order-lg-4{order:4}.theme-auto .order-lg-5{order:5}.theme-auto .order-lg-6{order:6}.theme-auto .order-lg-7{order:7}.theme-auto .order-lg-8{order:8}.theme-auto .order-lg-9{order:9}.theme-auto .order-lg-10{order:10}.theme-auto .order-lg-11{order:11}.theme-auto .order-lg-12{order:12}.theme-auto .offset-lg-0{margin-left:0}.theme-auto .offset-lg-1{margin-left:8.33333%}.theme-auto .offset-lg-2{margin-left:16.66667%}.theme-auto .offset-lg-3{margin-left:25%}.theme-auto .offset-lg-4{margin-left:33.33333%}.theme-auto .offset-lg-5{margin-left:41.66667%}.theme-auto .offset-lg-6{margin-left:50%}.theme-auto .offset-lg-7{margin-left:58.33333%}.theme-auto .offset-lg-8{margin-left:66.66667%}.theme-auto .offset-lg-9{margin-left:75%}.theme-auto .offset-lg-10{margin-left:83.33333%}.theme-auto .offset-lg-11{margin-left:91.66667%}}@media (prefers-color-scheme:dark) and (min-width:1200px){.theme-auto .col-xl{flex-basis:0;flex-grow:1;max-width:100%}.theme-auto .row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.theme-auto .row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.theme-auto .row-cols-xl-3>*{flex:0 0 33.33333%;max-width:33.33333%}.theme-auto .row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.theme-auto .row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.theme-auto .row-cols-xl-6>*{flex:0 0 16.66667%;max-width:16.66667%}.theme-auto .col-xl-auto{flex:0 0 auto;max-width:100%;width:auto}.theme-auto .col-xl-1{flex:0 0 8.33333%;max-width:8.33333%}.theme-auto .col-xl-2{flex:0 0 16.66667%;max-width:16.66667%}.theme-auto .col-xl-3{flex:0 0 25%;max-width:25%}.theme-auto .col-xl-4{flex:0 0 33.33333%;max-width:33.33333%}.theme-auto .col-xl-5{flex:0 0 41.66667%;max-width:41.66667%}.theme-auto .col-xl-6{flex:0 0 50%;max-width:50%}.theme-auto .col-xl-7{flex:0 0 58.33333%;max-width:58.33333%}.theme-auto .col-xl-8{flex:0 0 66.66667%;max-width:66.66667%}.theme-auto .col-xl-9{flex:0 0 75%;max-width:75%}.theme-auto .col-xl-10{flex:0 0 83.33333%;max-width:83.33333%}.theme-auto .col-xl-11{flex:0 0 91.66667%;max-width:91.66667%}.theme-auto .col-xl-12{flex:0 0 100%;max-width:100%}.theme-auto .order-xl-first{order:-1}.theme-auto .order-xl-last{order:13}.theme-auto .order-xl-0{order:0}.theme-auto .order-xl-1{order:1}.theme-auto .order-xl-2{order:2}.theme-auto .order-xl-3{order:3}.theme-auto .order-xl-4{order:4}.theme-auto .order-xl-5{order:5}.theme-auto .order-xl-6{order:6}.theme-auto .order-xl-7{order:7}.theme-auto .order-xl-8{order:8}.theme-auto .order-xl-9{order:9}.theme-auto .order-xl-10{order:10}.theme-auto .order-xl-11{order:11}.theme-auto .order-xl-12{order:12}.theme-auto .offset-xl-0{margin-left:0}.theme-auto .offset-xl-1{margin-left:8.33333%}.theme-auto .offset-xl-2{margin-left:16.66667%}.theme-auto .offset-xl-3{margin-left:25%}.theme-auto .offset-xl-4{margin-left:33.33333%}.theme-auto .offset-xl-5{margin-left:41.66667%}.theme-auto .offset-xl-6{margin-left:50%}.theme-auto .offset-xl-7{margin-left:58.33333%}.theme-auto .offset-xl-8{margin-left:66.66667%}.theme-auto .offset-xl-9{margin-left:75%}.theme-auto .offset-xl-10{margin-left:83.33333%}.theme-auto .offset-xl-11{margin-left:91.66667%}}@media (prefers-color-scheme:dark){.theme-auto .table{color:#e5e7eb;margin-bottom:1rem;width:100%}.theme-auto .table td,.theme-auto .table th{border-top:1px solid #2b3039;padding:.75rem;vertical-align:top}.theme-auto .table thead th{border-bottom:2px solid #2b3039;vertical-align:bottom}.theme-auto .table tbody+tbody{border-top:2px solid #2b3039}.theme-auto .table-sm td,.theme-auto .table-sm th{padding:.3rem}.theme-auto .table-bordered,.theme-auto .table-bordered td,.theme-auto .table-bordered th{border:1px solid #2b3039}.theme-auto .table-bordered thead td,.theme-auto .table-bordered thead th{border-bottom-width:2px}.theme-auto .table-borderless tbody+tbody,.theme-auto .table-borderless td,.theme-auto .table-borderless th,.theme-auto .table-borderless thead th{border:0}.theme-auto .table-striped tbody tr:nth-of-type(odd){background-color:#f9fafb0d}.theme-auto .table-hover tbody tr:hover{background-color:rgba(249,250,251,.075);color:#e5e7eb}.theme-auto .table-primary,.theme-auto .table-primary>td,.theme-auto .table-primary>th{background-color:#55222d}.theme-auto .table-primary tbody+tbody,.theme-auto .table-primary td,.theme-auto .table-primary th,.theme-auto .table-primary thead th{border-color:#8e2c3b}.theme-auto .table-hover .table-primary:hover,.theme-auto .table-hover .table-primary:hover>td,.theme-auto .table-hover .table-primary:hover>th{background-color:#431b23}.theme-auto .table-secondary,.theme-auto .table-secondary>td,.theme-auto .table-secondary>th{background-color:#1a1e24}.theme-auto .table-secondary tbody+tbody,.theme-auto .table-secondary td,.theme-auto .table-secondary th,.theme-auto .table-secondary thead th{border-color:#1f242b}.theme-auto .table-hover .table-secondary:hover,.theme-auto .table-hover .table-secondary:hover>td,.theme-auto .table-hover .table-secondary:hover>th{background-color:#0f1215}.theme-auto .table-success,.theme-auto .table-success>td,.theme-auto .table-success>th{background-color:#193f27}.theme-auto .table-success tbody+tbody,.theme-auto .table-success td,.theme-auto .table-success th,.theme-auto .table-success thead th{border-color:#1e6231}.theme-auto .table-hover .table-success:hover,.theme-auto .table-hover .table-success:hover>td,.theme-auto .table-hover .table-success:hover>th{background-color:#122d1c}.theme-auto .table-info,.theme-auto .table-info>td,.theme-auto .table-info>th{background-color:#253d5c}.theme-auto .table-info tbody+tbody,.theme-auto .table-info td,.theme-auto .table-info th,.theme-auto .table-info thead th{border-color:#355d92}.theme-auto .table-hover .table-info:hover,.theme-auto .table-hover .table-info:hover>td,.theme-auto .table-hover .table-info:hover>th{background-color:#1e314a}.theme-auto .table-warning,.theme-auto .table-warning>td,.theme-auto .table-warning>th{background-color:#55441e}.theme-auto .table-warning tbody+tbody,.theme-auto .table-warning td,.theme-auto .table-warning th,.theme-auto .table-warning thead th{border-color:#8e6b1f}.theme-auto .table-hover .table-warning:hover,.theme-auto .table-hover .table-warning:hover>td,.theme-auto .table-hover .table-warning:hover>th{background-color:#423517}.theme-auto .table-danger,.theme-auto .table-danger>td,.theme-auto .table-danger>th{background-color:#4b1b1f}.theme-auto .table-danger tbody+tbody,.theme-auto .table-danger td,.theme-auto .table-danger th,.theme-auto .table-danger thead th{border-color:#7c1f21}.theme-auto .table-hover .table-danger:hover,.theme-auto .table-hover .table-danger:hover>td,.theme-auto .table-hover .table-danger:hover>th{background-color:#381417}.theme-auto .table-light,.theme-auto .table-light>td,.theme-auto .table-light>th{background-color:rgba(21,25,30,.731)}.theme-auto .table-light tbody+tbody,.theme-auto .table-light td,.theme-auto .table-light th,.theme-auto .table-light thead th{border-color:rgba(24,28,33,.501)}.theme-auto .table-hover .table-light:hover,.theme-auto .table-hover .table-light:hover>td,.theme-auto .table-hover .table-light:hover>th{background-color:rgba(11,13,15,.731)}.theme-auto .table-dark,.theme-auto .table-dark>td,.theme-auto .table-dark>th{background-color:rgba(29,25,30,.776)}.theme-auto .table-dark tbody+tbody,.theme-auto .table-dark td,.theme-auto .table-dark th,.theme-auto .table-dark thead th{border-color:rgba(44,27,34,.584)}.theme-auto .table-hover .table-dark:hover,.theme-auto .table-hover .table-dark:hover>td,.theme-auto .table-hover .table-dark:hover>th{background-color:rgba(16,13,16,.776)}.theme-auto .table-blue,.theme-auto .table-blue>td,.theme-auto .table-blue>th{background-color:#0e335c}.theme-auto .table-blue tbody+tbody,.theme-auto .table-blue td,.theme-auto .table-blue th,.theme-auto .table-blue thead th{border-color:#094b92}.theme-auto .table-hover .table-blue:hover,.theme-auto .table-hover .table-blue:hover>td,.theme-auto .table-hover .table-blue:hover>th{background-color:#0b2746}.theme-auto .table-indigo,.theme-auto .table-indigo>td,.theme-auto .table-indigo>th{background-color:#2a1558}.theme-auto .table-indigo tbody+tbody,.theme-auto .table-indigo td,.theme-auto .table-indigo th,.theme-auto .table-indigo thead th{border-color:#3e138b}.theme-auto .table-hover .table-indigo:hover,.theme-auto .table-hover .table-indigo:hover>td,.theme-auto .table-hover .table-indigo:hover>th{background-color:#201043}.theme-auto .table-purple,.theme-auto .table-purple>td,.theme-auto .table-purple>th{background-color:#2d234a}.theme-auto .table-purple tbody+tbody,.theme-auto .table-purple td,.theme-auto .table-purple th,.theme-auto .table-purple thead th{border-color:#432d72}.theme-auto .table-hover .table-purple:hover,.theme-auto .table-hover .table-purple:hover>td,.theme-auto .table-hover .table-purple:hover>th{background-color:#221b39}.theme-auto .table-pink,.theme-auto .table-pink>td,.theme-auto .table-pink>th{background-color:#4f223b}.theme-auto .table-pink tbody+tbody,.theme-auto .table-pink td,.theme-auto .table-pink th,.theme-auto .table-pink thead th{border-color:#822b56}.theme-auto .table-hover .table-pink:hover,.theme-auto .table-hover .table-pink:hover>td,.theme-auto .table-hover .table-pink:hover>th{background-color:#3d1a2e}.theme-auto .table-red,.theme-auto .table-red>td,.theme-auto .table-red>th{background-color:#4b1f27}.theme-auto .table-red tbody+tbody,.theme-auto .table-red td,.theme-auto .table-red th,.theme-auto .table-red thead th{border-color:#7c2731}.theme-auto .table-hover .table-red:hover,.theme-auto .table-hover .table-red:hover>td,.theme-auto .table-hover .table-red:hover>th{background-color:#39181e}.theme-auto .table-orange,.theme-auto .table-orange>td,.theme-auto .table-orange>th{background-color:#55341a}.theme-auto .table-orange tbody+tbody,.theme-auto .table-orange td,.theme-auto .table-orange th,.theme-auto .table-orange thead th{border-color:#8d4d18}.theme-auto .table-hover .table-orange:hover,.theme-auto .table-hover .table-orange:hover>td,.theme-auto .table-hover .table-orange:hover>th{background-color:#412814}.theme-auto .table-yellow,.theme-auto .table-yellow>td,.theme-auto .table-yellow>th{background-color:#545348}.theme-auto .table-yellow tbody+tbody,.theme-auto .table-yellow td,.theme-auto .table-yellow th,.theme-auto .table-yellow thead th{border-color:#8c866e}.theme-auto .table-hover .table-yellow:hover,.theme-auto .table-hover .table-yellow:hover>td,.theme-auto .table-hover .table-yellow:hover>th{background-color:#46453c}.theme-auto .table-green,.theme-auto .table-green>td,.theme-auto .table-green>th{background-color:#193f27}.theme-auto .table-green tbody+tbody,.theme-auto .table-green td,.theme-auto .table-green th,.theme-auto .table-green thead th{border-color:#1e6231}.theme-auto .table-hover .table-green:hover,.theme-auto .table-hover .table-green:hover>td,.theme-auto .table-hover .table-green:hover>th{background-color:#122d1c}.theme-auto .table-teal,.theme-auto .table-teal>td,.theme-auto .table-teal>th{background-color:#17493e}.theme-auto .table-teal tbody+tbody,.theme-auto .table-teal td,.theme-auto .table-teal th,.theme-auto .table-teal thead th{border-color:#1a745c}.theme-auto .table-hover .table-teal:hover,.theme-auto .table-hover .table-teal:hover>td,.theme-auto .table-hover .table-teal:hover>th{background-color:#11362e}.theme-auto .table-cyan,.theme-auto .table-cyan>td,.theme-auto .table-cyan>th{background-color:#143e48}.theme-auto .table-cyan tbody+tbody,.theme-auto .table-cyan td,.theme-auto .table-cyan th,.theme-auto .table-cyan thead th{border-color:#155f6d}.theme-auto .table-hover .table-cyan:hover,.theme-auto .table-hover .table-cyan:hover>td,.theme-auto .table-hover .table-cyan:hover>th{background-color:#0e2d34}.theme-auto .table-white,.theme-auto .table-white>td,.theme-auto .table-white>th{background-color:#13171c}.theme-auto .table-white tbody+tbody,.theme-auto .table-white td,.theme-auto .table-white th,.theme-auto .table-white thead th{border-color:#13171c}.theme-auto .table-hover .table-white:hover,.theme-auto .table-hover .table-white:hover>td,.theme-auto .table-hover .table-white:hover>th{background-color:#090b0d}.theme-auto .table-black,.theme-auto .table-black>td,.theme-auto .table-black>th{background-color:#53575a}.theme-auto .table-black tbody+tbody,.theme-auto .table-black td,.theme-auto .table-black th,.theme-auto .table-black thead th{border-color:#8b8d90}.theme-auto .table-hover .table-black:hover,.theme-auto .table-hover .table-black:hover>td,.theme-auto .table-hover .table-black:hover>th{background-color:#474a4d}.theme-auto .table-gray-lighter,.theme-auto .table-gray-lighter>td,.theme-auto .table-gray-lighter>th{background-color:#16191f}.theme-auto .table-gray-lighter tbody+tbody,.theme-auto .table-gray-lighter td,.theme-auto .table-gray-lighter th,.theme-auto .table-gray-lighter thead th{border-color:#181b21}.theme-auto .table-hover .table-gray-lighter:hover,.theme-auto .table-hover .table-gray-lighter:hover>td,.theme-auto .table-hover .table-gray-lighter:hover>th{background-color:#0b0d10}.theme-auto .table-gray-light,.theme-auto .table-gray-light>td,.theme-auto .table-gray-light>th{background-color:#1a1e24}.theme-auto .table-gray-light tbody+tbody,.theme-auto .table-gray-light td,.theme-auto .table-gray-light th,.theme-auto .table-gray-light thead th{border-color:#1f242b}.theme-auto .table-hover .table-gray-light:hover,.theme-auto .table-hover .table-gray-light:hover>td,.theme-auto .table-hover .table-gray-light:hover>th{background-color:#0f1215}.theme-auto .table-gray,.theme-auto .table-gray>td,.theme-auto .table-gray>th{background-color:#393e45}.theme-auto .table-gray tbody+tbody,.theme-auto .table-gray td,.theme-auto .table-gray th,.theme-auto .table-gray thead th{border-color:#5a6068}.theme-auto .table-hover .table-gray:hover,.theme-auto .table-hover .table-gray:hover>td,.theme-auto .table-hover .table-gray:hover>th{background-color:#2d3137}.theme-auto .table-gray-dark,.theme-auto .table-gray-dark>td,.theme-auto .table-gray-dark>th{background-color:#53565a}.theme-auto .table-gray-dark tbody+tbody,.theme-auto .table-gray-dark td,.theme-auto .table-gray-dark th,.theme-auto .table-gray-dark thead th{border-color:#8a8d8f}.theme-auto .table-hover .table-gray-dark:hover,.theme-auto .table-hover .table-gray-dark:hover>td,.theme-auto .table-hover .table-gray-dark:hover>th{background-color:#47494d}.theme-auto .table-input-color,.theme-auto .table-input-color>td,.theme-auto .table-input-color>th{background-color:#484c51}.theme-auto .table-input-color tbody+tbody,.theme-auto .table-input-color td,.theme-auto .table-input-color th,.theme-auto .table-input-color thead th{border-color:#767a7f}.theme-auto .table-hover .table-input-color:hover,.theme-auto .table-hover .table-input-color:hover>td,.theme-auto .table-hover .table-input-color:hover>th{background-color:#3c3f44}.theme-auto .table-input-placeholder,.theme-auto .table-input-placeholder>td,.theme-auto .table-input-placeholder>th{background-color:#2c3038}.theme-auto .table-input-placeholder tbody+tbody,.theme-auto .table-input-placeholder td,.theme-auto .table-input-placeholder th,.theme-auto .table-input-placeholder thead th{border-color:#414650}.theme-auto .table-hover .table-input-placeholder:hover,.theme-auto .table-hover .table-input-placeholder:hover>td,.theme-auto .table-hover .table-input-placeholder:hover>th{background-color:#21242a}.theme-auto .table-primary-dark,.theme-auto .table-primary-dark>td,.theme-auto .table-primary-dark>th{background-color:#555458}.theme-auto .table-primary-dark tbody+tbody,.theme-auto .table-primary-dark td,.theme-auto .table-primary-dark th,.theme-auto .table-primary-dark thead th{border-color:#8e898c}.theme-auto .table-hover .table-primary-dark:hover,.theme-auto .table-hover .table-primary-dark:hover>td,.theme-auto .table-hover .table-primary-dark:hover>th{background-color:#48484b}.theme-auto .table-primary-light,.theme-auto .table-primary-light>td,.theme-auto .table-primary-light>th{background-color:#551722}.theme-auto .table-primary-light tbody+tbody,.theme-auto .table-primary-light td,.theme-auto .table-primary-light th,.theme-auto .table-primary-light thead th{border-color:#8e1728}.theme-auto .table-hover .table-primary-light:hover,.theme-auto .table-hover .table-primary-light:hover>td,.theme-auto .table-hover .table-primary-light:hover>th{background-color:#41121a}.theme-auto .table-secondary-dark,.theme-auto .table-secondary-dark>td,.theme-auto .table-secondary-dark>th{background-color:#2f353e}.theme-auto .table-secondary-dark tbody+tbody,.theme-auto .table-secondary-dark td,.theme-auto .table-secondary-dark th,.theme-auto .table-secondary-dark thead th{border-color:#464e5c}.theme-auto .table-hover .table-secondary-dark:hover,.theme-auto .table-hover .table-secondary-dark:hover>td,.theme-auto .table-hover .table-secondary-dark:hover>th{background-color:#24292f}.theme-auto .table-secondary-light,.theme-auto .table-secondary-light>td,.theme-auto .table-secondary-light>th{background-color:#15191e}.theme-auto .table-secondary-light tbody+tbody,.theme-auto .table-secondary-light td,.theme-auto .table-secondary-light th,.theme-auto .table-secondary-light thead th{border-color:#161a1f}.theme-auto .table-hover .table-secondary-light:hover,.theme-auto .table-hover .table-secondary-light:hover>td,.theme-auto .table-hover .table-secondary-light:hover>th{background-color:#0b0d0f}.theme-auto .table-success-dark,.theme-auto .table-success-dark>td,.theme-auto .table-success-dark>th{background-color:#4d5655}.theme-auto .table-success-dark tbody+tbody,.theme-auto .table-success-dark td,.theme-auto .table-success-dark th,.theme-auto .table-success-dark thead th{border-color:#7e8c85}.theme-auto .table-hover .table-success-dark:hover,.theme-auto .table-hover .table-success-dark:hover>td,.theme-auto .table-hover .table-success-dark:hover>th{background-color:#414948}.theme-auto .table-success-light,.theme-auto .table-success-light>td,.theme-auto .table-success-light>th{background-color:#173624}.theme-auto .table-success-light tbody+tbody,.theme-auto .table-success-light td,.theme-auto .table-success-light th,.theme-auto .table-success-light thead th{border-color:#1a512a}.theme-auto .table-hover .table-success-light:hover,.theme-auto .table-hover .table-success-light:hover>td,.theme-auto .table-hover .table-success-light:hover>th{background-color:#0f2418}.theme-auto .table-info-dark,.theme-auto .table-info-dark>td,.theme-auto .table-info-dark>th{background-color:#54585c}.theme-auto .table-info-dark tbody+tbody,.theme-auto .table-info-dark td,.theme-auto .table-info-dark th,.theme-auto .table-info-dark thead th{border-color:#8c8f92}.theme-auto .table-hover .table-info-dark:hover,.theme-auto .table-hover .table-info-dark:hover>td,.theme-auto .table-hover .table-info-dark:hover>th{background-color:#484b4f}.theme-auto .table-info-light,.theme-auto .table-info-light>td,.theme-auto .table-info-light>th{background-color:#1a365c}.theme-auto .table-info-light tbody+tbody,.theme-auto .table-info-light td,.theme-auto .table-info-light th,.theme-auto .table-info-light thead th{border-color:#205192}.theme-auto .table-hover .table-info-light:hover,.theme-auto .table-hover .table-info-light:hover>td,.theme-auto .table-hover .table-info-light:hover>th{background-color:#142a48}.theme-auto .table-warning-dark,.theme-auto .table-warning-dark>td,.theme-auto .table-warning-dark>th{background-color:#555450}.theme-auto .table-warning-dark tbody+tbody,.theme-auto .table-warning-dark td,.theme-auto .table-warning-dark th,.theme-auto .table-warning-dark thead th{border-color:#8e897c}.theme-auto .table-hover .table-warning-dark:hover,.theme-auto .table-hover .table-warning-dark:hover>td,.theme-auto .table-hover .table-warning-dark:hover>th{background-color:#484744}.theme-auto .table-warning-light,.theme-auto .table-warning-light>td,.theme-auto .table-warning-light>th{background-color:#534014}.theme-auto .table-warning-light tbody+tbody,.theme-auto .table-warning-light td,.theme-auto .table-warning-light th,.theme-auto .table-warning-light thead th{border-color:#8a630d}.theme-auto .table-hover .table-warning-light:hover,.theme-auto .table-hover .table-warning-light:hover>td,.theme-auto .table-hover .table-warning-light:hover>th{background-color:#3e300f}.theme-auto .table-danger-dark,.theme-auto .table-danger-dark>td,.theme-auto .table-danger-dark>th{background-color:#53494c}.theme-auto .table-danger-dark tbody+tbody,.theme-auto .table-danger-dark td,.theme-auto .table-danger-dark th,.theme-auto .table-danger-dark thead th{border-color:#897376}.theme-auto .table-hover .table-danger-dark:hover,.theme-auto .table-hover .table-danger-dark:hover>td,.theme-auto .table-hover .table-danger-dark:hover>th{background-color:#453d40}.theme-auto .table-danger-light,.theme-auto .table-danger-light>td,.theme-auto .table-danger-light>th{background-color:#42191d}.theme-auto .table-danger-light tbody+tbody,.theme-auto .table-danger-light td,.theme-auto .table-danger-light th,.theme-auto .table-danger-light thead th{border-color:#6a1b1d}.theme-auto .table-hover .table-danger-light:hover,.theme-auto .table-hover .table-danger-light:hover>td,.theme-auto .table-hover .table-danger-light:hover>th{background-color:#301215}.theme-auto .table-dark-dark,.theme-auto .table-dark-dark>td,.theme-auto .table-dark-dark>th{background-color:rgba(29,25,31,.776)}.theme-auto .table-dark-dark tbody+tbody,.theme-auto .table-dark-dark td,.theme-auto .table-dark-dark th,.theme-auto .table-dark-dark thead th{border-color:rgba(44,29,36,.584)}.theme-auto .table-hover .table-dark-dark:hover,.theme-auto .table-hover .table-dark-dark:hover>td,.theme-auto .table-hover .table-dark-dark:hover>th{background-color:rgba(16,14,17,.776)}.theme-auto .table-dark-light,.theme-auto .table-dark-light>td,.theme-auto .table-dark-light>th{background-color:rgba(29,23,29,.776)}.theme-auto .table-dark-light tbody+tbody,.theme-auto .table-dark-light td,.theme-auto .table-dark-light th,.theme-auto .table-dark-light thead th{border-color:rgba(44,23,30,.584)}.theme-auto .table-hover .table-dark-light:hover,.theme-auto .table-hover .table-dark-light:hover>td,.theme-auto .table-hover .table-dark-light:hover>th{background-color:rgba(15,12,15,.776)}.theme-auto .table-active,.theme-auto .table-active>td,.theme-auto .table-active>th{background-color:rgba(249,250,251,.075)}.theme-auto .table-hover .table-active:hover,.theme-auto .table-hover .table-active:hover>td,.theme-auto .table-hover .table-active:hover>th{background-color:rgba(234,237,241,.075)}.theme-auto .table .thead-dark th{background-color:#e5e7eb;border-color:#fbfbfc;color:#13171c}.theme-auto .table .thead-light th{background-color:#1c1e25;border-color:#2b3039;color:#d1d5db}.theme-auto .table-dark{background-color:#e5e7eb;color:#13171c}.theme-auto .table-dark td,.theme-auto .table-dark th,.theme-auto .table-dark thead th{border-color:#fbfbfc}.theme-auto .table-dark.table-bordered{border:0}.theme-auto .table-dark.table-striped tbody tr:nth-of-type(odd){background-color:#13171c0d}.theme-auto .table-dark.table-hover tbody tr:hover{background-color:rgba(19,23,28,.075);color:#13171c}}@media (prefers-color-scheme:dark) and (max-width:575.98px){.theme-auto .table-responsive-sm{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.theme-auto .table-responsive-sm>.table-bordered{border:0}}@media (prefers-color-scheme:dark) and (max-width:767.98px){.theme-auto .table-responsive-md{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.theme-auto .table-responsive-md>.table-bordered{border:0}}@media (prefers-color-scheme:dark) and (max-width:991.98px){.theme-auto .table-responsive-lg{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.theme-auto .table-responsive-lg>.table-bordered{border:0}}@media (prefers-color-scheme:dark) and (max-width:1199.98px){.theme-auto .table-responsive-xl{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.theme-auto .table-responsive-xl>.table-bordered{border:0}}@media (prefers-color-scheme:dark){.theme-auto .table-responsive{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.theme-auto .table-responsive>.table-bordered{border:0}.theme-auto .form-control{background-clip:padding-box;background-color:#13171c;border:1px solid #445365;border-radius:.25rem;color:#d1d5db;display:block;font-size:1rem;font-weight:400;height:calc(1.5em + .75rem + 2px);line-height:1.5;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}}@media (prefers-color-scheme:dark) and (prefers-reduced-motion:reduce){.theme-auto .form-control{transition:none}}@media (prefers-color-scheme:dark){.theme-auto .form-control::-ms-expand{background-color:initial;border:0}.theme-auto .form-control:focus{background-color:#13171c;border-color:#ff455b;box-shadow:0 0 0 .2rem #ff405740;color:#d1d5db;outline:0}.theme-auto .form-control::placeholder{color:#6b7280;opacity:1}.theme-auto .form-control:disabled,.theme-auto .form-control[readonly]{background-color:#1c1e25;opacity:1}.theme-auto input[type=date].form-control,.theme-auto input[type=datetime-local].form-control,.theme-auto input[type=month].form-control,.theme-auto input[type=time].form-control{appearance:none}.theme-auto select.form-control:-moz-focusring{color:#0000;text-shadow:0 0 0 #d1d5db}.theme-auto select.form-control:focus::-ms-value{background-color:#13171c;color:#d1d5db}.theme-auto .form-control-file,.theme-auto .form-control-range{display:block;width:100%}.theme-auto .col-form-label{font-size:inherit;line-height:1.5;margin-bottom:0;padding-bottom:calc(.375rem + 1px);padding-top:calc(.375rem + 1px)}.theme-auto .col-form-label-lg{font-size:1.25rem;line-height:1.5;padding-bottom:calc(.5rem + 1px);padding-top:calc(.5rem + 1px)}.theme-auto .col-form-label-sm{font-size:.875rem;line-height:1.5;padding-bottom:calc(.25rem + 1px);padding-top:calc(.25rem + 1px)}.theme-auto .form-control-plaintext{background-color:initial;border:solid #0000;border-width:1px 0;color:#e5e7eb;display:block;font-size:1rem;line-height:1.5;margin-bottom:0;padding:.375rem 0;width:100%}.theme-auto .form-control-plaintext.form-control-lg,.theme-auto .form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.theme-auto .form-control-sm{border-radius:.2rem;font-size:.875rem;height:calc(1.5em + .5rem + 2px);line-height:1.5;padding:.25rem .5rem}.theme-auto .form-control-lg{border-radius:.3rem;font-size:1.25rem;height:calc(1.5em + 1rem + 2px);line-height:1.5;padding:.5rem 1rem}.theme-auto select.form-control[multiple],.theme-auto select.form-control[size],.theme-auto textarea.form-control{height:auto}.theme-auto .form-group{margin-bottom:1rem}.theme-auto .form-text{display:block;margin-top:.25rem}.theme-auto .form-row{display:flex;flex-wrap:wrap;margin-left:-5px;margin-right:-5px}.theme-auto .form-row>.col,.theme-auto .form-row>[class*=col-]{padding-left:5px;padding-right:5px}.theme-auto .form-check{display:block;padding-left:1.25rem;position:relative}.theme-auto .form-check-input{margin-left:-1.25rem;margin-top:.3rem;position:absolute}.theme-auto .form-check-input:disabled~.form-check-label,.theme-auto .form-check-input[disabled]~.form-check-label{color:#9ca3af}.theme-auto .form-check-label{margin-bottom:0}.theme-auto .form-check-inline{align-items:center;display:inline-flex;margin-right:.75rem;padding-left:0}.theme-auto .form-check-inline .form-check-input{margin-left:0;margin-right:.3125rem;margin-top:0;position:static}.theme-auto .valid-feedback{color:#28a745;display:none;font-size:.875em;margin-top:.25rem;width:100%}.theme-auto .valid-tooltip{background-color:#28a745e6;border-radius:.25rem;color:#f8f9fa;display:none;font-size:.875rem;left:0;line-height:1.5;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.form-row>.col>.theme-auto .valid-tooltip,.form-row>[class*=col-]>.theme-auto .valid-tooltip{left:5px}.theme-auto.is-valid~.valid-feedback,.theme-auto.is-valid~.valid-tooltip,.was-validated .theme-auto:valid~.valid-feedback,.was-validated .theme-auto:valid~.valid-tooltip{display:block}.theme-auto .form-control.is-valid,.was-validated .theme-auto .form-control:valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#28a745;padding-right:calc(1.5em + .75rem)!important}.theme-auto .form-control.is-valid:focus,.was-validated .theme-auto .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.theme-auto select.form-control.is-valid,.was-validated .theme-auto select.form-control:valid{background-position:right 1.5rem center;padding-right:3rem!important}.theme-auto textarea.form-control.is-valid,.was-validated .theme-auto textarea.form-control:valid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.theme-auto .custom-select.is-valid,.was-validated .theme-auto .custom-select:valid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23e5e7eb' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#13171c url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;border-color:#28a745;padding-right:calc(.75em + 2.3125rem)!important}.theme-auto .custom-select.is-valid:focus,.was-validated .theme-auto .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.theme-auto .form-check-input.is-valid~.form-check-label,.was-validated .theme-auto .form-check-input:valid~.form-check-label{color:#28a745}.theme-auto .form-check-input.is-valid~.valid-feedback,.theme-auto .form-check-input.is-valid~.valid-tooltip,.was-validated .theme-auto .form-check-input:valid~.valid-feedback,.was-validated .theme-auto .form-check-input:valid~.valid-tooltip{display:block}.theme-auto .custom-control-input.is-valid~.custom-control-label,.was-validated .theme-auto .custom-control-input:valid~.custom-control-label{color:#28a745}.theme-auto .custom-control-input.is-valid~.custom-control-label:before,.was-validated .theme-auto .custom-control-input:valid~.custom-control-label:before{border-color:#28a745}.theme-auto .custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .theme-auto .custom-control-input:valid:checked~.custom-control-label:before{background-color:#34ce57;border-color:#34ce57}.theme-auto .custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .theme-auto .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem #28a74540}.theme-auto .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.was-validated .theme-auto .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before{border-color:#28a745}.theme-auto .custom-file-input.is-valid~.custom-file-label,.was-validated .theme-auto .custom-file-input:valid~.custom-file-label{border-color:#28a745}.theme-auto .custom-file-input.is-valid:focus~.custom-file-label,.was-validated .theme-auto .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.theme-auto .invalid-feedback{color:#dc2626;display:none;font-size:.875em;margin-top:.25rem;width:100%}.theme-auto .invalid-tooltip{background-color:#dc2626e6;border-radius:.25rem;color:#f8f9fa;display:none;font-size:.875rem;left:0;line-height:1.5;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.form-row>.col>.theme-auto .invalid-tooltip,.form-row>[class*=col-]>.theme-auto .invalid-tooltip{left:5px}.theme-auto.is-invalid~.invalid-feedback,.theme-auto.is-invalid~.invalid-tooltip,.was-validated .theme-auto:invalid~.invalid-feedback,.was-validated .theme-auto:invalid~.invalid-tooltip{display:block}.theme-auto .form-control.is-invalid,.was-validated .theme-auto .form-control:invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23DC2626'%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='%23DC2626' stroke='none'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#dc2626;padding-right:calc(1.5em + .75rem)!important}.theme-auto .form-control.is-invalid:focus,.was-validated .theme-auto .form-control:invalid:focus{border-color:#dc2626;box-shadow:0 0 0 .2rem #dc262640}.theme-auto select.form-control.is-invalid,.was-validated .theme-auto select.form-control:invalid{background-position:right 1.5rem center;padding-right:3rem!important}.theme-auto textarea.form-control.is-invalid,.was-validated .theme-auto textarea.form-control:invalid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.theme-auto .custom-select.is-invalid,.was-validated .theme-auto .custom-select:invalid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23e5e7eb' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#13171c url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23DC2626'%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='%23DC2626' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;border-color:#dc2626;padding-right:calc(.75em + 2.3125rem)!important}.theme-auto .custom-select.is-invalid:focus,.was-validated .theme-auto .custom-select:invalid:focus{border-color:#dc2626;box-shadow:0 0 0 .2rem #dc262640}.theme-auto .form-check-input.is-invalid~.form-check-label,.was-validated .theme-auto .form-check-input:invalid~.form-check-label{color:#dc2626}.theme-auto .form-check-input.is-invalid~.invalid-feedback,.theme-auto .form-check-input.is-invalid~.invalid-tooltip,.was-validated .theme-auto .form-check-input:invalid~.invalid-feedback,.was-validated .theme-auto .form-check-input:invalid~.invalid-tooltip{display:block}.theme-auto .custom-control-input.is-invalid~.custom-control-label,.was-validated .theme-auto .custom-control-input:invalid~.custom-control-label{color:#dc2626}.theme-auto .custom-control-input.is-invalid~.custom-control-label:before,.was-validated .theme-auto .custom-control-input:invalid~.custom-control-label:before{border-color:#dc2626}.theme-auto .custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .theme-auto .custom-control-input:invalid:checked~.custom-control-label:before{background-color:#e35252;border-color:#e35252}.theme-auto .custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .theme-auto .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem #dc262640}.theme-auto .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .theme-auto .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before{border-color:#dc2626}.theme-auto .custom-file-input.is-invalid~.custom-file-label,.was-validated .theme-auto .custom-file-input:invalid~.custom-file-label{border-color:#dc2626}.theme-auto .custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .theme-auto .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc2626;box-shadow:0 0 0 .2rem #dc262640}.theme-auto .form-inline{align-items:center;display:flex;flex-flow:row wrap}.theme-auto .form-inline .form-check{width:100%}}@media (prefers-color-scheme:dark) and (min-width:576px){.theme-auto .form-inline label{align-items:center;display:flex;justify-content:center;margin-bottom:0}.theme-auto .form-inline .form-group{align-items:center;display:flex;flex:0 0 auto;flex-flow:row wrap;margin-bottom:0}.theme-auto .form-inline .form-control{display:inline-block;vertical-align:middle;width:auto}.theme-auto .form-inline .form-control-plaintext{display:inline-block}.theme-auto .form-inline .custom-select,.theme-auto .form-inline .input-group{width:auto}.theme-auto .form-inline .form-check{align-items:center;display:flex;justify-content:center;padding-left:0;width:auto}.theme-auto .form-inline .form-check-input{flex-shrink:0;margin-left:0;margin-right:.25rem;margin-top:0;position:relative}.theme-auto .form-inline .custom-control{align-items:center;justify-content:center}.theme-auto .form-inline .custom-control-label{margin-bottom:0}}@media (prefers-color-scheme:dark){.theme-auto .btn{background-color:initial;border:1px solid #0000;border-radius:.25rem;color:#e5e7eb;display:inline-block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;user-select:none;vertical-align:middle}}@media (prefers-color-scheme:dark) and (prefers-reduced-motion:reduce){.theme-auto .btn{transition:none}}@media (prefers-color-scheme:dark){.theme-auto .btn:hover{color:#e5e7eb;text-decoration:none}.theme-auto .btn.focus,.theme-auto .btn:focus{box-shadow:0 0 0 .2rem #ff405740;outline:0}.theme-auto .btn.disabled,.theme-auto .btn:disabled{opacity:.65}.theme-auto .btn:not(:disabled):not(.disabled){cursor:pointer}.theme-auto a.btn.disabled,.theme-auto fieldset:disabled a.btn{pointer-events:none}.theme-auto .btn-primary{background-color:#ff4057;border-color:#ff4057;color:#f8f9fa}.theme-auto .btn-primary:hover{background-color:#ff1a35;border-color:#ff0d2a;color:#f8f9fa}.theme-auto .btn-primary.focus,.theme-auto .btn-primary:focus{background-color:#ff1a35;border-color:#ff0d2a;box-shadow:0 0 0 .2rem #fe5c6f80;color:#f8f9fa}.theme-auto .btn-primary.disabled,.theme-auto .btn-primary:disabled{background-color:#ff4057;border-color:#ff4057;color:#f8f9fa}.show>.theme-auto .btn-primary.dropdown-toggle,.theme-auto .btn-primary:not(:disabled):not(.disabled).active,.theme-auto .btn-primary:not(:disabled):not(.disabled):active{background-color:#ff0d2a;border-color:#ff001f;color:#f8f9fa}.show>.theme-auto .btn-primary.dropdown-toggle:focus,.theme-auto .btn-primary:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-primary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #fe5c6f80}.theme-auto .btn-secondary{background-color:#2b3039;border-color:#2b3039;color:#f8f9fa}.theme-auto .btn-secondary:hover{background-color:#1b1e23;border-color:#15181c;color:#f8f9fa}.theme-auto .btn-secondary.focus,.theme-auto .btn-secondary:focus{background-color:#1b1e23;border-color:#15181c;box-shadow:0 0 0 .2rem #4a4e5680;color:#f8f9fa}.theme-auto .btn-secondary.disabled,.theme-auto .btn-secondary:disabled{background-color:#2b3039;border-color:#2b3039;color:#f8f9fa}.show>.theme-auto .btn-secondary.dropdown-toggle,.theme-auto .btn-secondary:not(:disabled):not(.disabled).active,.theme-auto .btn-secondary:not(:disabled):not(.disabled):active{background-color:#15181c;border-color:#101115;color:#f8f9fa}.show>.theme-auto .btn-secondary.dropdown-toggle:focus,.theme-auto .btn-secondary:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-secondary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #4a4e5680}.theme-auto .btn-success{background-color:#28a745;border-color:#28a745;color:#f8f9fa}.theme-auto .btn-success:hover{background-color:#218838;border-color:#1e7e34;color:#f8f9fa}.theme-auto .btn-success.focus,.theme-auto .btn-success:focus{background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem #47b36080;color:#f8f9fa}.theme-auto .btn-success.disabled,.theme-auto .btn-success:disabled{background-color:#28a745;border-color:#28a745;color:#f8f9fa}.show>.theme-auto .btn-success.dropdown-toggle,.theme-auto .btn-success:not(:disabled):not(.disabled).active,.theme-auto .btn-success:not(:disabled):not(.disabled):active{background-color:#1e7e34;border-color:#1c7430;color:#f8f9fa}.show>.theme-auto .btn-success.dropdown-toggle:focus,.theme-auto .btn-success:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-success:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #47b36080}.theme-auto .btn-info{background-color:#549eff;border-color:#549eff;color:#f8f9fa}.theme-auto .btn-info.focus,.theme-auto .btn-info:focus,.theme-auto .btn-info:hover{background-color:#2e88ff;border-color:#2181ff;color:#f8f9fa}.theme-auto .btn-info.focus,.theme-auto .btn-info:focus{box-shadow:0 0 0 .2rem #6dacfe80}.theme-auto .btn-info.disabled,.theme-auto .btn-info:disabled{background-color:#549eff;border-color:#549eff;color:#f8f9fa}.show>.theme-auto .btn-info.dropdown-toggle,.theme-auto .btn-info:not(:disabled):not(.disabled).active,.theme-auto .btn-info:not(:disabled):not(.disabled):active{background-color:#2181ff;border-color:#147aff;color:#f8f9fa}.show>.theme-auto .btn-info.dropdown-toggle:focus,.theme-auto .btn-info:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-info:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #6dacfe80}.theme-auto .btn-warning{background-color:#ffb822;border-color:#ffb822;color:#f8f9fa}.theme-auto .btn-warning:hover{background-color:#fbaa00;border-color:#eea200;color:#f8f9fa}.theme-auto .btn-warning.focus,.theme-auto .btn-warning:focus{background-color:#fbaa00;border-color:#eea200;box-shadow:0 0 0 .2rem #fec24280;color:#f8f9fa}.theme-auto .btn-warning.disabled,.theme-auto .btn-warning:disabled{background-color:#ffb822;border-color:#ffb822;color:#f8f9fa}.show>.theme-auto .btn-warning.dropdown-toggle,.theme-auto .btn-warning:not(:disabled):not(.disabled).active,.theme-auto .btn-warning:not(:disabled):not(.disabled):active{background-color:#eea200;border-color:#e19900;color:#f8f9fa}.show>.theme-auto .btn-warning.dropdown-toggle:focus,.theme-auto .btn-warning:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-warning:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #fec24280}.theme-auto .btn-danger{background-color:#dc2626;border-color:#dc2626;color:#f8f9fa}.theme-auto .btn-danger:hover{background-color:#bd1f1f;border-color:#b21d1d;color:#f8f9fa}.theme-auto .btn-danger.focus,.theme-auto .btn-danger:focus{background-color:#bd1f1f;border-color:#b21d1d;box-shadow:0 0 0 .2rem #e0464680;color:#f8f9fa}.theme-auto .btn-danger.disabled,.theme-auto .btn-danger:disabled{background-color:#dc2626;border-color:#dc2626;color:#f8f9fa}.show>.theme-auto .btn-danger.dropdown-toggle,.theme-auto .btn-danger:not(:disabled):not(.disabled).active,.theme-auto .btn-danger:not(:disabled):not(.disabled):active{background-color:#b21d1d;border-color:#a71b1b;color:#f8f9fa}.show>.theme-auto .btn-danger.dropdown-toggle:focus,.theme-auto .btn-danger:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-danger:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #e0464680}.theme-auto .btn-light{background-color:#f9fafb0a;border-color:#f9fafb0a;color:#f8f9fa}.theme-auto .btn-light.focus,.theme-auto .btn-light:focus,.theme-auto .btn-light:hover{background-color:#e2e7ec0a;border-color:#dae1e70a;color:#f8f9fa}.theme-auto .btn-light.focus,.theme-auto .btn-light:focus{box-shadow:0 0 0 .2rem #f8f9fa80}.theme-auto .btn-light.disabled,.theme-auto .btn-light:disabled{background-color:#f9fafb0a;border-color:#f9fafb0a;color:#f8f9fa}.show>.theme-auto .btn-light.dropdown-toggle,.theme-auto .btn-light:not(:disabled):not(.disabled).active,.theme-auto .btn-light:not(:disabled):not(.disabled):active{background-color:#dae1e70a;border-color:#d3dae20a;color:#f8f9fa}.show>.theme-auto .btn-light.dropdown-toggle:focus,.theme-auto .btn-light:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #f8f9fa80}.theme-auto .btn-dark{background-color:#ff405733;border-color:#ff405733;color:#f8f9fa}.theme-auto .btn-dark.focus,.theme-auto .btn-dark:focus,.theme-auto .btn-dark:hover{background-color:#ff1a3533;border-color:#ff0d2a33;color:#f8f9fa}.theme-auto .btn-dark.focus,.theme-auto .btn-dark:focus{box-shadow:0 0 0 .2rem #fbb2bb80}.theme-auto .btn-dark.disabled,.theme-auto .btn-dark:disabled{background-color:#ff405733;border-color:#ff405733;color:#f8f9fa}.show>.theme-auto .btn-dark.dropdown-toggle,.theme-auto .btn-dark:not(:disabled):not(.disabled).active,.theme-auto .btn-dark:not(:disabled):not(.disabled):active{background-color:#ff0d2a33;border-color:#ff001f33;color:#f8f9fa}.show>.theme-auto .btn-dark.dropdown-toggle:focus,.theme-auto .btn-dark:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #fbb2bb80}.theme-auto .btn-blue{background-color:#007bff;border-color:#007bff;color:#f8f9fa}.theme-auto .btn-blue.focus,.theme-auto .btn-blue:focus,.theme-auto .btn-blue:hover{background-color:#0069d9;border-color:#0062cc;color:#f8f9fa}.theme-auto .btn-blue.focus,.theme-auto .btn-blue:focus{box-shadow:0 0 0 .2rem #258efe80}.theme-auto .btn-blue.disabled,.theme-auto .btn-blue:disabled{background-color:#007bff;border-color:#007bff;color:#f8f9fa}.show>.theme-auto .btn-blue.dropdown-toggle,.theme-auto .btn-blue:not(:disabled):not(.disabled).active,.theme-auto .btn-blue:not(:disabled):not(.disabled):active{background-color:#0062cc;border-color:#005cbf;color:#f8f9fa}.show>.theme-auto .btn-blue.dropdown-toggle:focus,.theme-auto .btn-blue:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-blue:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #258efe80}.theme-auto .btn-indigo{background-color:#6610f2;border-color:#6610f2;color:#f8f9fa}.theme-auto .btn-indigo:hover{background-color:#560bd0;border-color:#510bc4;color:#f8f9fa}.theme-auto .btn-indigo.focus,.theme-auto .btn-indigo:focus{background-color:#560bd0;border-color:#510bc4;box-shadow:0 0 0 .2rem #7c33f380;color:#f8f9fa}.theme-auto .btn-indigo.disabled,.theme-auto .btn-indigo:disabled{background-color:#6610f2;border-color:#6610f2;color:#f8f9fa}.show>.theme-auto .btn-indigo.dropdown-toggle,.theme-auto .btn-indigo:not(:disabled):not(.disabled).active,.theme-auto .btn-indigo:not(:disabled):not(.disabled):active{background-color:#510bc4;border-color:#4c0ab8;color:#f8f9fa}.show>.theme-auto .btn-indigo.dropdown-toggle:focus,.theme-auto .btn-indigo:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-indigo:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #7c33f380}.theme-auto .btn-purple{background-color:#6f42c1;border-color:#6f42c1;color:#f8f9fa}.theme-auto .btn-purple:hover{background-color:#5e37a6;border-color:#59339d;color:#f8f9fa}.theme-auto .btn-purple.focus,.theme-auto .btn-purple:focus{background-color:#5e37a6;border-color:#59339d;box-shadow:0 0 0 .2rem #845dca80;color:#f8f9fa}.theme-auto .btn-purple.disabled,.theme-auto .btn-purple:disabled{background-color:#6f42c1;border-color:#6f42c1;color:#f8f9fa}.show>.theme-auto .btn-purple.dropdown-toggle,.theme-auto .btn-purple:not(:disabled):not(.disabled).active,.theme-auto .btn-purple:not(:disabled):not(.disabled):active{background-color:#59339d;border-color:#533093;color:#f8f9fa}.show>.theme-auto .btn-purple.dropdown-toggle:focus,.theme-auto .btn-purple:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-purple:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #845dca80}.theme-auto .btn-pink{background-color:#e83e8c;border-color:#e83e8c;color:#f8f9fa}.theme-auto .btn-pink.focus,.theme-auto .btn-pink:focus,.theme-auto .btn-pink:hover{background-color:#e41c78;border-color:#d91a72;color:#f8f9fa}.theme-auto .btn-pink.focus,.theme-auto .btn-pink:focus{box-shadow:0 0 0 .2rem #ea5a9d80}.theme-auto .btn-pink.disabled,.theme-auto .btn-pink:disabled{background-color:#e83e8c;border-color:#e83e8c;color:#f8f9fa}.show>.theme-auto .btn-pink.dropdown-toggle,.theme-auto .btn-pink:not(:disabled):not(.disabled).active,.theme-auto .btn-pink:not(:disabled):not(.disabled):active{background-color:#d91a72;border-color:#ce196c;color:#f8f9fa}.show>.theme-auto .btn-pink.dropdown-toggle:focus,.theme-auto .btn-pink:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-pink:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #ea5a9d80}.theme-auto .btn-red{background-color:#dc3545;border-color:#dc3545;color:#f8f9fa}.theme-auto .btn-red.focus,.theme-auto .btn-red:focus,.theme-auto .btn-red:hover{background-color:#c82333;border-color:#bd2130;color:#f8f9fa}.theme-auto .btn-red.focus,.theme-auto .btn-red:focus{box-shadow:0 0 0 .2rem #e0526080}.theme-auto .btn-red.disabled,.theme-auto .btn-red:disabled{background-color:#dc3545;border-color:#dc3545;color:#f8f9fa}.show>.theme-auto .btn-red.dropdown-toggle,.theme-auto .btn-red:not(:disabled):not(.disabled).active,.theme-auto .btn-red:not(:disabled):not(.disabled):active{background-color:#bd2130;border-color:#b21f2d;color:#f8f9fa}.show>.theme-auto .btn-red.dropdown-toggle:focus,.theme-auto .btn-red:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-red:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #e0526080}.theme-auto .btn-orange{background-color:#fd7e14;border-color:#fd7e14;color:#f8f9fa}.theme-auto .btn-orange:hover{background-color:#e96b02;border-color:#dc6502;color:#f8f9fa}.theme-auto .btn-orange.focus,.theme-auto .btn-orange:focus{background-color:#e96b02;border-color:#dc6502;box-shadow:0 0 0 .2rem #fc903780;color:#f8f9fa}.theme-auto .btn-orange.disabled,.theme-auto .btn-orange:disabled{background-color:#fd7e14;border-color:#fd7e14;color:#f8f9fa}.show>.theme-auto .btn-orange.dropdown-toggle,.theme-auto .btn-orange:not(:disabled):not(.disabled).active,.theme-auto .btn-orange:not(:disabled):not(.disabled):active{background-color:#dc6502;border-color:#cf5f02;color:#f8f9fa}.show>.theme-auto .btn-orange.dropdown-toggle:focus,.theme-auto .btn-orange:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-orange:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #fc903780}.theme-auto .btn-yellow{background-color:#fcedb9;border-color:#fcedb9;color:#f8f9fa}.theme-auto .btn-yellow:hover{background-color:#fae494;border-color:#fae088;color:#f8f9fa}.theme-auto .btn-yellow.focus,.theme-auto .btn-yellow:focus{background-color:#fae494;border-color:#fae088;box-shadow:0 0 0 .2rem #fbefc380;color:#f8f9fa}.theme-auto .btn-yellow.disabled,.theme-auto .btn-yellow:disabled{background-color:#fcedb9;border-color:#fcedb9;color:#f8f9fa}.show>.theme-auto .btn-yellow.dropdown-toggle,.theme-auto .btn-yellow:not(:disabled):not(.disabled).active,.theme-auto .btn-yellow:not(:disabled):not(.disabled):active{background-color:#fae088;border-color:#f9dd7c;color:#f8f9fa}.show>.theme-auto .btn-yellow.dropdown-toggle:focus,.theme-auto .btn-yellow:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-yellow:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #fbefc380}.theme-auto .btn-green{background-color:#28a745;border-color:#28a745;color:#f8f9fa}.theme-auto .btn-green.focus,.theme-auto .btn-green:focus,.theme-auto .btn-green:hover{background-color:#218838;border-color:#1e7e34;color:#f8f9fa}.theme-auto .btn-green.focus,.theme-auto .btn-green:focus{box-shadow:0 0 0 .2rem #47b36080}.theme-auto .btn-green.disabled,.theme-auto .btn-green:disabled{background-color:#28a745;border-color:#28a745;color:#f8f9fa}.show>.theme-auto .btn-green.dropdown-toggle,.theme-auto .btn-green:not(:disabled):not(.disabled).active,.theme-auto .btn-green:not(:disabled):not(.disabled):active{background-color:#1e7e34;border-color:#1c7430;color:#f8f9fa}.show>.theme-auto .btn-green.dropdown-toggle:focus,.theme-auto .btn-green:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-green:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #47b36080}.theme-auto .btn-teal{background-color:#20c997;border-color:#20c997;color:#f8f9fa}.theme-auto .btn-teal.focus,.theme-auto .btn-teal:focus,.theme-auto .btn-teal:hover{background-color:#1ba87e;border-color:#199d76;color:#f8f9fa}.theme-auto .btn-teal.focus,.theme-auto .btn-teal:focus{box-shadow:0 0 0 .2rem #40d0a680}.theme-auto .btn-teal.disabled,.theme-auto .btn-teal:disabled{background-color:#20c997;border-color:#20c997;color:#f8f9fa}.show>.theme-auto .btn-teal.dropdown-toggle,.theme-auto .btn-teal:not(:disabled):not(.disabled).active,.theme-auto .btn-teal:not(:disabled):not(.disabled):active{background-color:#199d76;border-color:#17926e;color:#f8f9fa}.show>.theme-auto .btn-teal.dropdown-toggle:focus,.theme-auto .btn-teal:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-teal:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #40d0a680}.theme-auto .btn-cyan{background-color:#17a2b8;border-color:#17a2b8;color:#f8f9fa}.theme-auto .btn-cyan.focus,.theme-auto .btn-cyan:focus,.theme-auto .btn-cyan:hover{background-color:#138496;border-color:#117a8b;color:#f8f9fa}.theme-auto .btn-cyan.focus,.theme-auto .btn-cyan:focus{box-shadow:0 0 0 .2rem #39afc280}.theme-auto .btn-cyan.disabled,.theme-auto .btn-cyan:disabled{background-color:#17a2b8;border-color:#17a2b8;color:#f8f9fa}.show>.theme-auto .btn-cyan.dropdown-toggle,.theme-auto .btn-cyan:not(:disabled):not(.disabled).active,.theme-auto .btn-cyan:not(:disabled):not(.disabled):active{background-color:#117a8b;border-color:#10707f;color:#f8f9fa}.show>.theme-auto .btn-cyan.dropdown-toggle:focus,.theme-auto .btn-cyan:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-cyan:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #39afc280}.theme-auto .btn-white{background-color:#13171c;border-color:#13171c;color:#f8f9fa}.theme-auto .btn-white:hover{background-color:#040405;border-color:#000;color:#f8f9fa}.theme-auto .btn-white.focus,.theme-auto .btn-white:focus{background-color:#040405;border-color:#000;box-shadow:0 0 0 .2rem #35393d80;color:#f8f9fa}.theme-auto .btn-white.disabled,.theme-auto .btn-white:disabled{background-color:#13171c;border-color:#13171c;color:#f8f9fa}.show>.theme-auto .btn-white.dropdown-toggle,.theme-auto .btn-white:not(:disabled):not(.disabled).active,.theme-auto .btn-white:not(:disabled):not(.disabled):active{background-color:#000;border-color:#000;color:#f8f9fa}.show>.theme-auto .btn-white.dropdown-toggle:focus,.theme-auto .btn-white:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-white:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #35393d80}.theme-auto .btn-black{background-color:#f9fafb;border-color:#f9fafb;color:#f8f9fa}.theme-auto .btn-black.focus,.theme-auto .btn-black:focus,.theme-auto .btn-black:hover{background-color:#e2e7ec;border-color:#dae1e7;color:#f8f9fa}.theme-auto .btn-black.focus,.theme-auto .btn-black:focus{box-shadow:0 0 0 .2rem #f9fafb80}.theme-auto .btn-black.disabled,.theme-auto .btn-black:disabled{background-color:#f9fafb;border-color:#f9fafb;color:#f8f9fa}.show>.theme-auto .btn-black.dropdown-toggle,.theme-auto .btn-black:not(:disabled):not(.disabled).active,.theme-auto .btn-black:not(:disabled):not(.disabled):active{background-color:#dae1e7;border-color:#d3dae2;color:#f8f9fa}.show>.theme-auto .btn-black.dropdown-toggle:focus,.theme-auto .btn-black:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-black:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #f9fafb80}.theme-auto .btn-gray-lighter{background-color:#1c1e25;border-color:#1c1e25;color:#f8f9fa}.theme-auto .btn-gray-lighter:hover{background-color:#0c0c0f;border-color:#060608;color:#f8f9fa}.theme-auto .btn-gray-lighter.focus,.theme-auto .btn-gray-lighter:focus{background-color:#0c0c0f;border-color:#060608;box-shadow:0 0 0 .2rem #3d3f4580;color:#f8f9fa}.theme-auto .btn-gray-lighter.disabled,.theme-auto .btn-gray-lighter:disabled{background-color:#1c1e25;border-color:#1c1e25;color:#f8f9fa}.show>.theme-auto .btn-gray-lighter.dropdown-toggle,.theme-auto .btn-gray-lighter:not(:disabled):not(.disabled).active,.theme-auto .btn-gray-lighter:not(:disabled):not(.disabled):active{background-color:#060608;border-color:#010101;color:#f8f9fa}.show>.theme-auto .btn-gray-lighter.dropdown-toggle:focus,.theme-auto .btn-gray-lighter:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-gray-lighter:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #3d3f4580}.theme-auto .btn-gray-light{background-color:#2b3039;border-color:#2b3039;color:#f8f9fa}.theme-auto .btn-gray-light:hover{background-color:#1b1e23;border-color:#15181c;color:#f8f9fa}.theme-auto .btn-gray-light.focus,.theme-auto .btn-gray-light:focus{background-color:#1b1e23;border-color:#15181c;box-shadow:0 0 0 .2rem #4a4e5680;color:#f8f9fa}.theme-auto .btn-gray-light.disabled,.theme-auto .btn-gray-light:disabled{background-color:#2b3039;border-color:#2b3039;color:#f8f9fa}.show>.theme-auto .btn-gray-light.dropdown-toggle,.theme-auto .btn-gray-light:not(:disabled):not(.disabled).active,.theme-auto .btn-gray-light:not(:disabled):not(.disabled):active{background-color:#15181c;border-color:#101115;color:#f8f9fa}.show>.theme-auto .btn-gray-light.dropdown-toggle:focus,.theme-auto .btn-gray-light:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-gray-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #4a4e5680}.theme-auto .btn-gray{background-color:#9ca3af;border-color:#9ca3af;color:#f8f9fa}.theme-auto .btn-gray.focus,.theme-auto .btn-gray:focus,.theme-auto .btn-gray:hover{background-color:#878f9e;border-color:#808998;color:#f8f9fa}.theme-auto .btn-gray.focus,.theme-auto .btn-gray:focus{box-shadow:0 0 0 .2rem #aab0ba80}.theme-auto .btn-gray.disabled,.theme-auto .btn-gray:disabled{background-color:#9ca3af;border-color:#9ca3af;color:#f8f9fa}.show>.theme-auto .btn-gray.dropdown-toggle,.theme-auto .btn-gray:not(:disabled):not(.disabled).active,.theme-auto .btn-gray:not(:disabled):not(.disabled):active{background-color:#808998;border-color:#798293;color:#f8f9fa}.show>.theme-auto .btn-gray.dropdown-toggle:focus,.theme-auto .btn-gray:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-gray:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #aab0ba80}.theme-auto .btn-gray-dark{background-color:#f8f9fa;border-color:#f8f9fa;color:#f8f9fa}.theme-auto .btn-gray-dark:hover{background-color:#e2e6ea;border-color:#dae0e5;color:#f8f9fa}.theme-auto .btn-gray-dark.focus,.theme-auto .btn-gray-dark:focus{background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem #f8f9fa80;color:#f8f9fa}.theme-auto .btn-gray-dark.disabled,.theme-auto .btn-gray-dark:disabled{background-color:#f8f9fa;border-color:#f8f9fa;color:#f8f9fa}.show>.theme-auto .btn-gray-dark.dropdown-toggle,.theme-auto .btn-gray-dark:not(:disabled):not(.disabled).active,.theme-auto .btn-gray-dark:not(:disabled):not(.disabled):active{background-color:#dae0e5;border-color:#d3d9df;color:#f8f9fa}.show>.theme-auto .btn-gray-dark.dropdown-toggle:focus,.theme-auto .btn-gray-dark:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-gray-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #f8f9fa80}.theme-auto .btn-input-color{background-color:#d1d5db;border-color:#d1d5db;color:#f8f9fa}.theme-auto .btn-input-color:hover{background-color:#bcc1ca;border-color:#b4bbc5;color:#f8f9fa}.theme-auto .btn-input-color.focus,.theme-auto .btn-input-color:focus{background-color:#bcc1ca;border-color:#b4bbc5;box-shadow:0 0 0 .2rem #d7dae080;color:#f8f9fa}.theme-auto .btn-input-color.disabled,.theme-auto .btn-input-color:disabled{background-color:#d1d5db;border-color:#d1d5db;color:#f8f9fa}.show>.theme-auto .btn-input-color.dropdown-toggle,.theme-auto .btn-input-color:not(:disabled):not(.disabled).active,.theme-auto .btn-input-color:not(:disabled):not(.disabled):active{background-color:#b4bbc5;border-color:#adb4bf;color:#f8f9fa}.show>.theme-auto .btn-input-color.dropdown-toggle:focus,.theme-auto .btn-input-color:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-input-color:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #d7dae080}.theme-auto .btn-input-placeholder{background-color:#6b7280;border-color:#6b7280;color:#f8f9fa}.theme-auto .btn-input-placeholder:hover{background-color:#5a5f6b;border-color:#545964;color:#f8f9fa}.theme-auto .btn-input-placeholder.focus,.theme-auto .btn-input-placeholder:focus{background-color:#5a5f6b;border-color:#545964;box-shadow:0 0 0 .2rem #80869280;color:#f8f9fa}.theme-auto .btn-input-placeholder.disabled,.theme-auto .btn-input-placeholder:disabled{background-color:#6b7280;border-color:#6b7280;color:#f8f9fa}.show>.theme-auto .btn-input-placeholder.dropdown-toggle,.theme-auto .btn-input-placeholder:not(:disabled):not(.disabled).active,.theme-auto .btn-input-placeholder:not(:disabled):not(.disabled):active{background-color:#545964;border-color:#4e535d;color:#f8f9fa}.show>.theme-auto .btn-input-placeholder.dropdown-toggle:focus,.theme-auto .btn-input-placeholder:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-input-placeholder:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #80869280}.theme-auto .btn-primary-dark{background-color:#fff3f4;border-color:#fff3f4;color:#f8f9fa}.theme-auto .btn-primary-dark:hover{background-color:#ffccd2;border-color:#ffc0c7;color:#f8f9fa}.theme-auto .btn-primary-dark.focus,.theme-auto .btn-primary-dark:focus{background-color:#ffccd2;border-color:#ffc0c7;box-shadow:0 0 0 .2rem #fef3f580;color:#f8f9fa}.theme-auto .btn-primary-dark.disabled,.theme-auto .btn-primary-dark:disabled{background-color:#fff3f4;border-color:#fff3f4;color:#f8f9fa}.show>.theme-auto .btn-primary-dark.dropdown-toggle,.theme-auto .btn-primary-dark:not(:disabled):not(.disabled).active,.theme-auto .btn-primary-dark:not(:disabled):not(.disabled):active{background-color:#ffc0c7;border-color:#ffb3bc;color:#f8f9fa}.show>.theme-auto .btn-primary-dark.dropdown-toggle:focus,.theme-auto .btn-primary-dark:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-primary-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #fef3f580}.theme-auto .btn-primary-light{background-color:#ff1733;border-color:#ff1733;color:#f8f9fa}.theme-auto .btn-primary-light:hover{background-color:#f0001d;border-color:#e3001b;color:#f8f9fa}.theme-auto .btn-primary-light.focus,.theme-auto .btn-primary-light:focus{background-color:#f0001d;border-color:#e3001b;box-shadow:0 0 0 .2rem #fe395180;color:#f8f9fa}.theme-auto .btn-primary-light.disabled,.theme-auto .btn-primary-light:disabled{background-color:#ff1733;border-color:#ff1733;color:#f8f9fa}.show>.theme-auto .btn-primary-light.dropdown-toggle,.theme-auto .btn-primary-light:not(:disabled):not(.disabled).active,.theme-auto .btn-primary-light:not(:disabled):not(.disabled):active{background-color:#e3001b;border-color:#d6001a;color:#f8f9fa}.show>.theme-auto .btn-primary-light.dropdown-toggle:focus,.theme-auto .btn-primary-light:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-primary-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #fe395180}.theme-auto .btn-secondary-dark{background-color:#758197;border-color:#758197;color:#f8f9fa}.theme-auto .btn-secondary-dark:hover{background-color:#636e83;border-color:#5d687c;color:#f8f9fa}.theme-auto .btn-secondary-dark.focus,.theme-auto .btn-secondary-dark:focus{background-color:#636e83;border-color:#5d687c;box-shadow:0 0 0 .2rem #8993a680;color:#f8f9fa}.theme-auto .btn-secondary-dark.disabled,.theme-auto .btn-secondary-dark:disabled{background-color:#758197;border-color:#758197;color:#f8f9fa}.show>.theme-auto .btn-secondary-dark.dropdown-toggle,.theme-auto .btn-secondary-dark:not(:disabled):not(.disabled).active,.theme-auto .btn-secondary-dark:not(:disabled):not(.disabled):active{background-color:#5d687c;border-color:#586275;color:#f8f9fa}.show>.theme-auto .btn-secondary-dark.dropdown-toggle:focus,.theme-auto .btn-secondary-dark:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-secondary-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #8993a680}.theme-auto .btn-secondary-light{background-color:#191c22;border-color:#191c22;color:#f8f9fa}.theme-auto .btn-secondary-light:hover{background-color:#090a0c;border-color:#040405;color:#f8f9fa}.theme-auto .btn-secondary-light.focus,.theme-auto .btn-secondary-light:focus{background-color:#090a0c;border-color:#040405;box-shadow:0 0 0 .2rem #3b3e4280;color:#f8f9fa}.theme-auto .btn-secondary-light.disabled,.theme-auto .btn-secondary-light:disabled{background-color:#191c22;border-color:#191c22;color:#f8f9fa}.show>.theme-auto .btn-secondary-light.dropdown-toggle,.theme-auto .btn-secondary-light:not(:disabled):not(.disabled).active,.theme-auto .btn-secondary-light:not(:disabled):not(.disabled):active{background-color:#040405;border-color:#000;color:#f8f9fa}.show>.theme-auto .btn-secondary-light.dropdown-toggle:focus,.theme-auto .btn-secondary-light:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-secondary-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #3b3e4280}.theme-auto .btn-success-dark{background-color:#e1f8e6;border-color:#e1f8e6;color:#f8f9fa}.theme-auto .btn-success-dark:hover{background-color:#c2f0cc;border-color:#b7eec4;color:#f8f9fa}.theme-auto .btn-success-dark.focus,.theme-auto .btn-success-dark:focus{background-color:#c2f0cc;border-color:#b7eec4;box-shadow:0 0 0 .2rem #e4f8e980;color:#f8f9fa}.theme-auto .btn-success-dark.disabled,.theme-auto .btn-success-dark:disabled{background-color:#e1f8e6;border-color:#e1f8e6;color:#f8f9fa}.show>.theme-auto .btn-success-dark.dropdown-toggle,.theme-auto .btn-success-dark:not(:disabled):not(.disabled).active,.theme-auto .btn-success-dark:not(:disabled):not(.disabled):active{background-color:#b7eec4;border-color:#adebbb;color:#f8f9fa}.show>.theme-auto .btn-success-dark.dropdown-toggle:focus,.theme-auto .btn-success-dark:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-success-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #e4f8e980}.theme-auto .btn-success-light{background-color:#208637;border-color:#208637;color:#f8f9fa}.theme-auto .btn-success-light:hover{background-color:#19672b;border-color:#165d26;color:#f8f9fa}.theme-auto .btn-success-light.focus,.theme-auto .btn-success-light:focus{background-color:#19672b;border-color:#165d26;box-shadow:0 0 0 .2rem #40975580;color:#f8f9fa}.theme-auto .btn-success-light.disabled,.theme-auto .btn-success-light:disabled{background-color:#208637;border-color:#208637;color:#f8f9fa}.show>.theme-auto .btn-success-light.dropdown-toggle,.theme-auto .btn-success-light:not(:disabled):not(.disabled).active,.theme-auto .btn-success-light:not(:disabled):not(.disabled):active{background-color:#165d26;border-color:#145322;color:#f8f9fa}.show>.theme-auto .btn-success-light.dropdown-toggle:focus,.theme-auto .btn-success-light:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-success-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #40975580}.theme-auto .btn-info-dark{background-color:#fcfdff;border-color:#fcfdff;color:#f8f9fa}.theme-auto .btn-info-dark:hover{background-color:#d6e8ff;border-color:#c9e1ff;color:#f8f9fa}.theme-auto .btn-info-dark.focus,.theme-auto .btn-info-dark:focus{background-color:#d6e8ff;border-color:#c9e1ff;box-shadow:0 0 0 .2rem #fcfdfe80;color:#f8f9fa}.theme-auto .btn-info-dark.disabled,.theme-auto .btn-info-dark:disabled{background-color:#fcfdff;border-color:#fcfdff;color:#f8f9fa}.show>.theme-auto .btn-info-dark.dropdown-toggle,.theme-auto .btn-info-dark:not(:disabled):not(.disabled).active,.theme-auto .btn-info-dark:not(:disabled):not(.disabled):active{background-color:#c9e1ff;border-color:#bdd9ff;color:#f8f9fa}.show>.theme-auto .btn-info-dark.dropdown-toggle:focus,.theme-auto .btn-info-dark:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-info-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #fcfdfe80}.theme-auto .btn-info-light{background-color:#2b87ff;border-color:#2b87ff;color:#f8f9fa}.theme-auto .btn-info-light:hover{background-color:#0571ff;border-color:#006bf7;color:#f8f9fa}.theme-auto .btn-info-light.focus,.theme-auto .btn-info-light:focus{background-color:#0571ff;border-color:#006bf7;box-shadow:0 0 0 .2rem #4a98fe80;color:#f8f9fa}.theme-auto .btn-info-light.disabled,.theme-auto .btn-info-light:disabled{background-color:#2b87ff;border-color:#2b87ff;color:#f8f9fa}.show>.theme-auto .btn-info-light.dropdown-toggle,.theme-auto .btn-info-light:not(:disabled):not(.disabled).active,.theme-auto .btn-info-light:not(:disabled):not(.disabled):active{background-color:#006bf7;border-color:#0065ea;color:#f8f9fa}.show>.theme-auto .btn-info-light.dropdown-toggle:focus,.theme-auto .btn-info-light:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-info-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #4a98fe80}.theme-auto .btn-warning-dark{background-color:#fff1d5;border-color:#fff1d5;color:#f8f9fa}.theme-auto .btn-warning-dark:hover{background-color:#ffe5ae;border-color:#ffe1a2;color:#f8f9fa}.theme-auto .btn-warning-dark.focus,.theme-auto .btn-warning-dark:focus{background-color:#ffe5ae;border-color:#ffe1a2;box-shadow:0 0 0 .2rem #fef2da80;color:#f8f9fa}.theme-auto .btn-warning-dark.disabled,.theme-auto .btn-warning-dark:disabled{background-color:#fff1d5;border-color:#fff1d5;color:#f8f9fa}.show>.theme-auto .btn-warning-dark.dropdown-toggle,.theme-auto .btn-warning-dark:not(:disabled):not(.disabled).active,.theme-auto .btn-warning-dark:not(:disabled):not(.disabled):active{background-color:#ffe1a2;border-color:#ffdd95;color:#f8f9fa}.show>.theme-auto .btn-warning-dark.dropdown-toggle:focus,.theme-auto .btn-warning-dark:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-warning-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #fef2da80}.theme-auto .btn-warning-light{background-color:#f8a800;border-color:#f8a800;color:#f8f9fa}.theme-auto .btn-warning-light:hover{background-color:#d28f00;border-color:#c58600;color:#f8f9fa}.theme-auto .btn-warning-light.focus,.theme-auto .btn-warning-light:focus{background-color:#d28f00;border-color:#c58600;box-shadow:0 0 0 .2rem #f8b52680;color:#f8f9fa}.theme-auto .btn-warning-light.disabled,.theme-auto .btn-warning-light:disabled{background-color:#f8a800;border-color:#f8a800;color:#f8f9fa}.show>.theme-auto .btn-warning-light.dropdown-toggle,.theme-auto .btn-warning-light:not(:disabled):not(.disabled).active,.theme-auto .btn-warning-light:not(:disabled):not(.disabled):active{background-color:#c58600;border-color:#b87d00;color:#f8f9fa}.show>.theme-auto .btn-warning-light.dropdown-toggle:focus,.theme-auto .btn-warning-light:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-warning-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #f8b52680}.theme-auto .btn-danger-dark{background-color:#f6c8c8;border-color:#f6c8c8;color:#f8f9fa}.theme-auto .btn-danger-dark:hover{background-color:#f1a8a8;border-color:#ef9d9d;color:#f8f9fa}.theme-auto .btn-danger-dark.focus,.theme-auto .btn-danger-dark:focus{background-color:#f1a8a8;border-color:#ef9d9d;box-shadow:0 0 0 .2rem #f6d0d080;color:#f8f9fa}.theme-auto .btn-danger-dark.disabled,.theme-auto .btn-danger-dark:disabled{background-color:#f6c8c8;border-color:#f6c8c8;color:#f8f9fa}.show>.theme-auto .btn-danger-dark.dropdown-toggle,.theme-auto .btn-danger-dark:not(:disabled):not(.disabled).active,.theme-auto .btn-danger-dark:not(:disabled):not(.disabled):active{background-color:#ef9d9d;border-color:#ed9292;color:#f8f9fa}.show>.theme-auto .btn-danger-dark.dropdown-toggle:focus,.theme-auto .btn-danger-dark:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-danger-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #f6d0d080}.theme-auto .btn-danger-light{background-color:#bb1e1e;border-color:#bb1e1e;color:#f8f9fa}.theme-auto .btn-danger-light:hover{background-color:#9a1919;border-color:#8f1717;color:#f8f9fa}.theme-auto .btn-danger-light.focus,.theme-auto .btn-danger-light:focus{background-color:#9a1919;border-color:#8f1717;box-shadow:0 0 0 .2rem #c43f3f80;color:#f8f9fa}.theme-auto .btn-danger-light.disabled,.theme-auto .btn-danger-light:disabled{background-color:#bb1e1e;border-color:#bb1e1e;color:#f8f9fa}.show>.theme-auto .btn-danger-light.dropdown-toggle,.theme-auto .btn-danger-light:not(:disabled):not(.disabled).active,.theme-auto .btn-danger-light:not(:disabled):not(.disabled):active{background-color:#8f1717;border-color:#841515;color:#f8f9fa}.show>.theme-auto .btn-danger-light.dropdown-toggle:focus,.theme-auto .btn-danger-light:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-danger-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #c43f3f80}.theme-auto .btn-dark-dark{background-color:#ff4f6433;border-color:#ff4f6433;color:#f8f9fa}.theme-auto .btn-dark-dark:hover{background-color:#ff294333;border-color:#ff1c3833;color:#f8f9fa}.theme-auto .btn-dark-dark.focus,.theme-auto .btn-dark-dark:focus{background-color:#ff294333;border-color:#ff1c3833;box-shadow:0 0 0 .2rem #fbb7c080;color:#f8f9fa}.theme-auto .btn-dark-dark.disabled,.theme-auto .btn-dark-dark:disabled{background-color:#ff4f6433;border-color:#ff4f6433;color:#f8f9fa}.show>.theme-auto .btn-dark-dark.dropdown-toggle,.theme-auto .btn-dark-dark:not(:disabled):not(.disabled).active,.theme-auto .btn-dark-dark:not(:disabled):not(.disabled):active{background-color:#ff1c3833;border-color:#ff102c33;color:#f8f9fa}.show>.theme-auto .btn-dark-dark.dropdown-toggle:focus,.theme-auto .btn-dark-dark:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-dark-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #fbb7c080}.theme-auto .btn-dark-light{background-color:#ff173333;border-color:#ff173333;color:#f8f9fa}.theme-auto .btn-dark-light:hover{background-color:#f0001d33;border-color:#e3001b33;color:#f8f9fa}.theme-auto .btn-dark-light.focus,.theme-auto .btn-dark-light:focus{background-color:#f0001d33;border-color:#e3001b33;box-shadow:0 0 0 .2rem #fba2ad80;color:#f8f9fa}.theme-auto .btn-dark-light.disabled,.theme-auto .btn-dark-light:disabled{background-color:#ff173333;border-color:#ff173333;color:#f8f9fa}.show>.theme-auto .btn-dark-light.dropdown-toggle,.theme-auto .btn-dark-light:not(:disabled):not(.disabled).active,.theme-auto .btn-dark-light:not(:disabled):not(.disabled):active{background-color:#e3001b33;border-color:#d6001a33;color:#f8f9fa}.show>.theme-auto .btn-dark-light.dropdown-toggle:focus,.theme-auto .btn-dark-light:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-dark-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #fba2ad80}.theme-auto .btn-outline-primary{border-color:#ff4057;color:#ff4057}.theme-auto .btn-outline-primary:hover{background-color:#ff4057;border-color:#ff4057;color:#f8f9fa}.theme-auto .btn-outline-primary.focus,.theme-auto .btn-outline-primary:focus{box-shadow:0 0 0 .2rem #ff405780}.theme-auto .btn-outline-primary.disabled,.theme-auto .btn-outline-primary:disabled{background-color:initial;color:#ff4057}.show>.theme-auto .btn-outline-primary.dropdown-toggle,.theme-auto .btn-outline-primary:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-primary:not(:disabled):not(.disabled):active{background-color:#ff4057;border-color:#ff4057;color:#f8f9fa}.show>.theme-auto .btn-outline-primary.dropdown-toggle:focus,.theme-auto .btn-outline-primary:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-primary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #ff405780}.theme-auto .btn-outline-secondary{border-color:#2b3039;color:#2b3039}.theme-auto .btn-outline-secondary:hover{background-color:#2b3039;border-color:#2b3039;color:#f8f9fa}.theme-auto .btn-outline-secondary.focus,.theme-auto .btn-outline-secondary:focus{box-shadow:0 0 0 .2rem #2b303980}.theme-auto .btn-outline-secondary.disabled,.theme-auto .btn-outline-secondary:disabled{background-color:initial;color:#2b3039}.show>.theme-auto .btn-outline-secondary.dropdown-toggle,.theme-auto .btn-outline-secondary:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-secondary:not(:disabled):not(.disabled):active{background-color:#2b3039;border-color:#2b3039;color:#f8f9fa}.show>.theme-auto .btn-outline-secondary.dropdown-toggle:focus,.theme-auto .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-secondary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #2b303980}.theme-auto .btn-outline-success{border-color:#28a745;color:#28a745}.theme-auto .btn-outline-success:hover{background-color:#28a745;border-color:#28a745;color:#f8f9fa}.theme-auto .btn-outline-success.focus,.theme-auto .btn-outline-success:focus{box-shadow:0 0 0 .2rem #28a74580}.theme-auto .btn-outline-success.disabled,.theme-auto .btn-outline-success:disabled{background-color:initial;color:#28a745}.show>.theme-auto .btn-outline-success.dropdown-toggle,.theme-auto .btn-outline-success:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-success:not(:disabled):not(.disabled):active{background-color:#28a745;border-color:#28a745;color:#f8f9fa}.show>.theme-auto .btn-outline-success.dropdown-toggle:focus,.theme-auto .btn-outline-success:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-success:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #28a74580}.theme-auto .btn-outline-info{border-color:#549eff;color:#549eff}.theme-auto .btn-outline-info:hover{background-color:#549eff;border-color:#549eff;color:#f8f9fa}.theme-auto .btn-outline-info.focus,.theme-auto .btn-outline-info:focus{box-shadow:0 0 0 .2rem #549eff80}.theme-auto .btn-outline-info.disabled,.theme-auto .btn-outline-info:disabled{background-color:initial;color:#549eff}.show>.theme-auto .btn-outline-info.dropdown-toggle,.theme-auto .btn-outline-info:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-info:not(:disabled):not(.disabled):active{background-color:#549eff;border-color:#549eff;color:#f8f9fa}.show>.theme-auto .btn-outline-info.dropdown-toggle:focus,.theme-auto .btn-outline-info:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-info:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #549eff80}.theme-auto .btn-outline-warning{border-color:#ffb822;color:#ffb822}.theme-auto .btn-outline-warning:hover{background-color:#ffb822;border-color:#ffb822;color:#f8f9fa}.theme-auto .btn-outline-warning.focus,.theme-auto .btn-outline-warning:focus{box-shadow:0 0 0 .2rem #ffb82280}.theme-auto .btn-outline-warning.disabled,.theme-auto .btn-outline-warning:disabled{background-color:initial;color:#ffb822}.show>.theme-auto .btn-outline-warning.dropdown-toggle,.theme-auto .btn-outline-warning:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-warning:not(:disabled):not(.disabled):active{background-color:#ffb822;border-color:#ffb822;color:#f8f9fa}.show>.theme-auto .btn-outline-warning.dropdown-toggle:focus,.theme-auto .btn-outline-warning:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-warning:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #ffb82280}.theme-auto .btn-outline-danger{border-color:#dc2626;color:#dc2626}.theme-auto .btn-outline-danger:hover{background-color:#dc2626;border-color:#dc2626;color:#f8f9fa}.theme-auto .btn-outline-danger.focus,.theme-auto .btn-outline-danger:focus{box-shadow:0 0 0 .2rem #dc262680}.theme-auto .btn-outline-danger.disabled,.theme-auto .btn-outline-danger:disabled{background-color:initial;color:#dc2626}.show>.theme-auto .btn-outline-danger.dropdown-toggle,.theme-auto .btn-outline-danger:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-danger:not(:disabled):not(.disabled):active{background-color:#dc2626;border-color:#dc2626;color:#f8f9fa}.show>.theme-auto .btn-outline-danger.dropdown-toggle:focus,.theme-auto .btn-outline-danger:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-danger:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #dc262680}.theme-auto .btn-outline-light{border-color:#f9fafb0a;color:#f9fafb0a}.theme-auto .btn-outline-light:hover{background-color:#f9fafb0a;border-color:#f9fafb0a;color:#f8f9fa}.theme-auto .btn-outline-light.focus,.theme-auto .btn-outline-light:focus{box-shadow:0 0 0 .2rem #f9fafb80}.theme-auto .btn-outline-light.disabled,.theme-auto .btn-outline-light:disabled{background-color:initial;color:#f9fafb0a}.show>.theme-auto .btn-outline-light.dropdown-toggle,.theme-auto .btn-outline-light:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-light:not(:disabled):not(.disabled):active{background-color:#f9fafb0a;border-color:#f9fafb0a;color:#f8f9fa}.show>.theme-auto .btn-outline-light.dropdown-toggle:focus,.theme-auto .btn-outline-light:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #f9fafb80}.theme-auto .btn-outline-dark{border-color:#ff405733;color:#ff405733}.theme-auto .btn-outline-dark:hover{background-color:#ff405733;border-color:#ff405733;color:#f8f9fa}.theme-auto .btn-outline-dark.focus,.theme-auto .btn-outline-dark:focus{box-shadow:0 0 0 .2rem #ff405780}.theme-auto .btn-outline-dark.disabled,.theme-auto .btn-outline-dark:disabled{background-color:initial;color:#ff405733}.show>.theme-auto .btn-outline-dark.dropdown-toggle,.theme-auto .btn-outline-dark:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-dark:not(:disabled):not(.disabled):active{background-color:#ff405733;border-color:#ff405733;color:#f8f9fa}.show>.theme-auto .btn-outline-dark.dropdown-toggle:focus,.theme-auto .btn-outline-dark:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #ff405780}.theme-auto .btn-outline-blue{border-color:#007bff;color:#007bff}.theme-auto .btn-outline-blue:hover{background-color:#007bff;border-color:#007bff;color:#f8f9fa}.theme-auto .btn-outline-blue.focus,.theme-auto .btn-outline-blue:focus{box-shadow:0 0 0 .2rem #007bff80}.theme-auto .btn-outline-blue.disabled,.theme-auto .btn-outline-blue:disabled{background-color:initial;color:#007bff}.show>.theme-auto .btn-outline-blue.dropdown-toggle,.theme-auto .btn-outline-blue:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-blue:not(:disabled):not(.disabled):active{background-color:#007bff;border-color:#007bff;color:#f8f9fa}.show>.theme-auto .btn-outline-blue.dropdown-toggle:focus,.theme-auto .btn-outline-blue:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-blue:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #007bff80}.theme-auto .btn-outline-indigo{border-color:#6610f2;color:#6610f2}.theme-auto .btn-outline-indigo:hover{background-color:#6610f2;border-color:#6610f2;color:#f8f9fa}.theme-auto .btn-outline-indigo.focus,.theme-auto .btn-outline-indigo:focus{box-shadow:0 0 0 .2rem #6610f280}.theme-auto .btn-outline-indigo.disabled,.theme-auto .btn-outline-indigo:disabled{background-color:initial;color:#6610f2}.show>.theme-auto .btn-outline-indigo.dropdown-toggle,.theme-auto .btn-outline-indigo:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-indigo:not(:disabled):not(.disabled):active{background-color:#6610f2;border-color:#6610f2;color:#f8f9fa}.show>.theme-auto .btn-outline-indigo.dropdown-toggle:focus,.theme-auto .btn-outline-indigo:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-indigo:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #6610f280}.theme-auto .btn-outline-purple{border-color:#6f42c1;color:#6f42c1}.theme-auto .btn-outline-purple:hover{background-color:#6f42c1;border-color:#6f42c1;color:#f8f9fa}.theme-auto .btn-outline-purple.focus,.theme-auto .btn-outline-purple:focus{box-shadow:0 0 0 .2rem #6f42c180}.theme-auto .btn-outline-purple.disabled,.theme-auto .btn-outline-purple:disabled{background-color:initial;color:#6f42c1}.show>.theme-auto .btn-outline-purple.dropdown-toggle,.theme-auto .btn-outline-purple:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-purple:not(:disabled):not(.disabled):active{background-color:#6f42c1;border-color:#6f42c1;color:#f8f9fa}.show>.theme-auto .btn-outline-purple.dropdown-toggle:focus,.theme-auto .btn-outline-purple:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-purple:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #6f42c180}.theme-auto .btn-outline-pink{border-color:#e83e8c;color:#e83e8c}.theme-auto .btn-outline-pink:hover{background-color:#e83e8c;border-color:#e83e8c;color:#f8f9fa}.theme-auto .btn-outline-pink.focus,.theme-auto .btn-outline-pink:focus{box-shadow:0 0 0 .2rem #e83e8c80}.theme-auto .btn-outline-pink.disabled,.theme-auto .btn-outline-pink:disabled{background-color:initial;color:#e83e8c}.show>.theme-auto .btn-outline-pink.dropdown-toggle,.theme-auto .btn-outline-pink:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-pink:not(:disabled):not(.disabled):active{background-color:#e83e8c;border-color:#e83e8c;color:#f8f9fa}.show>.theme-auto .btn-outline-pink.dropdown-toggle:focus,.theme-auto .btn-outline-pink:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-pink:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #e83e8c80}.theme-auto .btn-outline-red{border-color:#dc3545;color:#dc3545}.theme-auto .btn-outline-red:hover{background-color:#dc3545;border-color:#dc3545;color:#f8f9fa}.theme-auto .btn-outline-red.focus,.theme-auto .btn-outline-red:focus{box-shadow:0 0 0 .2rem #dc354580}.theme-auto .btn-outline-red.disabled,.theme-auto .btn-outline-red:disabled{background-color:initial;color:#dc3545}.show>.theme-auto .btn-outline-red.dropdown-toggle,.theme-auto .btn-outline-red:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-red:not(:disabled):not(.disabled):active{background-color:#dc3545;border-color:#dc3545;color:#f8f9fa}.show>.theme-auto .btn-outline-red.dropdown-toggle:focus,.theme-auto .btn-outline-red:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-red:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #dc354580}.theme-auto .btn-outline-orange{border-color:#fd7e14;color:#fd7e14}.theme-auto .btn-outline-orange:hover{background-color:#fd7e14;border-color:#fd7e14;color:#f8f9fa}.theme-auto .btn-outline-orange.focus,.theme-auto .btn-outline-orange:focus{box-shadow:0 0 0 .2rem #fd7e1480}.theme-auto .btn-outline-orange.disabled,.theme-auto .btn-outline-orange:disabled{background-color:initial;color:#fd7e14}.show>.theme-auto .btn-outline-orange.dropdown-toggle,.theme-auto .btn-outline-orange:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-orange:not(:disabled):not(.disabled):active{background-color:#fd7e14;border-color:#fd7e14;color:#f8f9fa}.show>.theme-auto .btn-outline-orange.dropdown-toggle:focus,.theme-auto .btn-outline-orange:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-orange:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #fd7e1480}.theme-auto .btn-outline-yellow{border-color:#fcedb9;color:#fcedb9}.theme-auto .btn-outline-yellow:hover{background-color:#fcedb9;border-color:#fcedb9;color:#f8f9fa}.theme-auto .btn-outline-yellow.focus,.theme-auto .btn-outline-yellow:focus{box-shadow:0 0 0 .2rem #fcedb980}.theme-auto .btn-outline-yellow.disabled,.theme-auto .btn-outline-yellow:disabled{background-color:initial;color:#fcedb9}.show>.theme-auto .btn-outline-yellow.dropdown-toggle,.theme-auto .btn-outline-yellow:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-yellow:not(:disabled):not(.disabled):active{background-color:#fcedb9;border-color:#fcedb9;color:#f8f9fa}.show>.theme-auto .btn-outline-yellow.dropdown-toggle:focus,.theme-auto .btn-outline-yellow:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-yellow:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #fcedb980}.theme-auto .btn-outline-green{border-color:#28a745;color:#28a745}.theme-auto .btn-outline-green:hover{background-color:#28a745;border-color:#28a745;color:#f8f9fa}.theme-auto .btn-outline-green.focus,.theme-auto .btn-outline-green:focus{box-shadow:0 0 0 .2rem #28a74580}.theme-auto .btn-outline-green.disabled,.theme-auto .btn-outline-green:disabled{background-color:initial;color:#28a745}.show>.theme-auto .btn-outline-green.dropdown-toggle,.theme-auto .btn-outline-green:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-green:not(:disabled):not(.disabled):active{background-color:#28a745;border-color:#28a745;color:#f8f9fa}.show>.theme-auto .btn-outline-green.dropdown-toggle:focus,.theme-auto .btn-outline-green:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-green:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #28a74580}.theme-auto .btn-outline-teal{border-color:#20c997;color:#20c997}.theme-auto .btn-outline-teal:hover{background-color:#20c997;border-color:#20c997;color:#f8f9fa}.theme-auto .btn-outline-teal.focus,.theme-auto .btn-outline-teal:focus{box-shadow:0 0 0 .2rem #20c99780}.theme-auto .btn-outline-teal.disabled,.theme-auto .btn-outline-teal:disabled{background-color:initial;color:#20c997}.show>.theme-auto .btn-outline-teal.dropdown-toggle,.theme-auto .btn-outline-teal:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-teal:not(:disabled):not(.disabled):active{background-color:#20c997;border-color:#20c997;color:#f8f9fa}.show>.theme-auto .btn-outline-teal.dropdown-toggle:focus,.theme-auto .btn-outline-teal:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-teal:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #20c99780}.theme-auto .btn-outline-cyan{border-color:#17a2b8;color:#17a2b8}.theme-auto .btn-outline-cyan:hover{background-color:#17a2b8;border-color:#17a2b8;color:#f8f9fa}.theme-auto .btn-outline-cyan.focus,.theme-auto .btn-outline-cyan:focus{box-shadow:0 0 0 .2rem #17a2b880}.theme-auto .btn-outline-cyan.disabled,.theme-auto .btn-outline-cyan:disabled{background-color:initial;color:#17a2b8}.show>.theme-auto .btn-outline-cyan.dropdown-toggle,.theme-auto .btn-outline-cyan:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-cyan:not(:disabled):not(.disabled):active{background-color:#17a2b8;border-color:#17a2b8;color:#f8f9fa}.show>.theme-auto .btn-outline-cyan.dropdown-toggle:focus,.theme-auto .btn-outline-cyan:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-cyan:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #17a2b880}.theme-auto .btn-outline-white{border-color:#13171c;color:#13171c}.theme-auto .btn-outline-white:hover{background-color:#13171c;border-color:#13171c;color:#f8f9fa}.theme-auto .btn-outline-white.focus,.theme-auto .btn-outline-white:focus{box-shadow:0 0 0 .2rem #13171c80}.theme-auto .btn-outline-white.disabled,.theme-auto .btn-outline-white:disabled{background-color:initial;color:#13171c}.show>.theme-auto .btn-outline-white.dropdown-toggle,.theme-auto .btn-outline-white:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-white:not(:disabled):not(.disabled):active{background-color:#13171c;border-color:#13171c;color:#f8f9fa}.show>.theme-auto .btn-outline-white.dropdown-toggle:focus,.theme-auto .btn-outline-white:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-white:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #13171c80}.theme-auto .btn-outline-black{border-color:#f9fafb;color:#f9fafb}.theme-auto .btn-outline-black:hover{background-color:#f9fafb;border-color:#f9fafb;color:#f8f9fa}.theme-auto .btn-outline-black.focus,.theme-auto .btn-outline-black:focus{box-shadow:0 0 0 .2rem #f9fafb80}.theme-auto .btn-outline-black.disabled,.theme-auto .btn-outline-black:disabled{background-color:initial;color:#f9fafb}.show>.theme-auto .btn-outline-black.dropdown-toggle,.theme-auto .btn-outline-black:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-black:not(:disabled):not(.disabled):active{background-color:#f9fafb;border-color:#f9fafb;color:#f8f9fa}.show>.theme-auto .btn-outline-black.dropdown-toggle:focus,.theme-auto .btn-outline-black:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-black:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #f9fafb80}.theme-auto .btn-outline-gray-lighter{border-color:#1c1e25;color:#1c1e25}.theme-auto .btn-outline-gray-lighter:hover{background-color:#1c1e25;border-color:#1c1e25;color:#f8f9fa}.theme-auto .btn-outline-gray-lighter.focus,.theme-auto .btn-outline-gray-lighter:focus{box-shadow:0 0 0 .2rem #1c1e2580}.theme-auto .btn-outline-gray-lighter.disabled,.theme-auto .btn-outline-gray-lighter:disabled{background-color:initial;color:#1c1e25}.show>.theme-auto .btn-outline-gray-lighter.dropdown-toggle,.theme-auto .btn-outline-gray-lighter:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-gray-lighter:not(:disabled):not(.disabled):active{background-color:#1c1e25;border-color:#1c1e25;color:#f8f9fa}.show>.theme-auto .btn-outline-gray-lighter.dropdown-toggle:focus,.theme-auto .btn-outline-gray-lighter:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-gray-lighter:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #1c1e2580}.theme-auto .btn-outline-gray-light{border-color:#2b3039;color:#2b3039}.theme-auto .btn-outline-gray-light:hover{background-color:#2b3039;border-color:#2b3039;color:#f8f9fa}.theme-auto .btn-outline-gray-light.focus,.theme-auto .btn-outline-gray-light:focus{box-shadow:0 0 0 .2rem #2b303980}.theme-auto .btn-outline-gray-light.disabled,.theme-auto .btn-outline-gray-light:disabled{background-color:initial;color:#2b3039}.show>.theme-auto .btn-outline-gray-light.dropdown-toggle,.theme-auto .btn-outline-gray-light:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-gray-light:not(:disabled):not(.disabled):active{background-color:#2b3039;border-color:#2b3039;color:#f8f9fa}.show>.theme-auto .btn-outline-gray-light.dropdown-toggle:focus,.theme-auto .btn-outline-gray-light:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-gray-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #2b303980}.theme-auto .btn-outline-gray{border-color:#9ca3af;color:#9ca3af}.theme-auto .btn-outline-gray:hover{background-color:#9ca3af;border-color:#9ca3af;color:#f8f9fa}.theme-auto .btn-outline-gray.focus,.theme-auto .btn-outline-gray:focus{box-shadow:0 0 0 .2rem #9ca3af80}.theme-auto .btn-outline-gray.disabled,.theme-auto .btn-outline-gray:disabled{background-color:initial;color:#9ca3af}.show>.theme-auto .btn-outline-gray.dropdown-toggle,.theme-auto .btn-outline-gray:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-gray:not(:disabled):not(.disabled):active{background-color:#9ca3af;border-color:#9ca3af;color:#f8f9fa}.show>.theme-auto .btn-outline-gray.dropdown-toggle:focus,.theme-auto .btn-outline-gray:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-gray:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #9ca3af80}.theme-auto .btn-outline-gray-dark{border-color:#f8f9fa;color:#f8f9fa}.theme-auto .btn-outline-gray-dark:hover{background-color:#f8f9fa;border-color:#f8f9fa;color:#f8f9fa}.theme-auto .btn-outline-gray-dark.focus,.theme-auto .btn-outline-gray-dark:focus{box-shadow:0 0 0 .2rem #f8f9fa80}.theme-auto .btn-outline-gray-dark.disabled,.theme-auto .btn-outline-gray-dark:disabled{background-color:initial;color:#f8f9fa}.show>.theme-auto .btn-outline-gray-dark.dropdown-toggle,.theme-auto .btn-outline-gray-dark:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-gray-dark:not(:disabled):not(.disabled):active{background-color:#f8f9fa;border-color:#f8f9fa;color:#f8f9fa}.show>.theme-auto .btn-outline-gray-dark.dropdown-toggle:focus,.theme-auto .btn-outline-gray-dark:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-gray-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #f8f9fa80}.theme-auto .btn-outline-input-color{border-color:#d1d5db;color:#d1d5db}.theme-auto .btn-outline-input-color:hover{background-color:#d1d5db;border-color:#d1d5db;color:#f8f9fa}.theme-auto .btn-outline-input-color.focus,.theme-auto .btn-outline-input-color:focus{box-shadow:0 0 0 .2rem #d1d5db80}.theme-auto .btn-outline-input-color.disabled,.theme-auto .btn-outline-input-color:disabled{background-color:initial;color:#d1d5db}.show>.theme-auto .btn-outline-input-color.dropdown-toggle,.theme-auto .btn-outline-input-color:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-input-color:not(:disabled):not(.disabled):active{background-color:#d1d5db;border-color:#d1d5db;color:#f8f9fa}.show>.theme-auto .btn-outline-input-color.dropdown-toggle:focus,.theme-auto .btn-outline-input-color:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-input-color:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #d1d5db80}.theme-auto .btn-outline-input-placeholder{border-color:#6b7280;color:#6b7280}.theme-auto .btn-outline-input-placeholder:hover{background-color:#6b7280;border-color:#6b7280;color:#f8f9fa}.theme-auto .btn-outline-input-placeholder.focus,.theme-auto .btn-outline-input-placeholder:focus{box-shadow:0 0 0 .2rem #6b728080}.theme-auto .btn-outline-input-placeholder.disabled,.theme-auto .btn-outline-input-placeholder:disabled{background-color:initial;color:#6b7280}.show>.theme-auto .btn-outline-input-placeholder.dropdown-toggle,.theme-auto .btn-outline-input-placeholder:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-input-placeholder:not(:disabled):not(.disabled):active{background-color:#6b7280;border-color:#6b7280;color:#f8f9fa}.show>.theme-auto .btn-outline-input-placeholder.dropdown-toggle:focus,.theme-auto .btn-outline-input-placeholder:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-input-placeholder:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #6b728080}.theme-auto .btn-outline-primary-dark{border-color:#fff3f4;color:#fff3f4}.theme-auto .btn-outline-primary-dark:hover{background-color:#fff3f4;border-color:#fff3f4;color:#f8f9fa}.theme-auto .btn-outline-primary-dark.focus,.theme-auto .btn-outline-primary-dark:focus{box-shadow:0 0 0 .2rem #fff3f480}.theme-auto .btn-outline-primary-dark.disabled,.theme-auto .btn-outline-primary-dark:disabled{background-color:initial;color:#fff3f4}.show>.theme-auto .btn-outline-primary-dark.dropdown-toggle,.theme-auto .btn-outline-primary-dark:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-primary-dark:not(:disabled):not(.disabled):active{background-color:#fff3f4;border-color:#fff3f4;color:#f8f9fa}.show>.theme-auto .btn-outline-primary-dark.dropdown-toggle:focus,.theme-auto .btn-outline-primary-dark:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-primary-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #fff3f480}.theme-auto .btn-outline-primary-light{border-color:#ff1733;color:#ff1733}.theme-auto .btn-outline-primary-light:hover{background-color:#ff1733;border-color:#ff1733;color:#f8f9fa}.theme-auto .btn-outline-primary-light.focus,.theme-auto .btn-outline-primary-light:focus{box-shadow:0 0 0 .2rem #ff173380}.theme-auto .btn-outline-primary-light.disabled,.theme-auto .btn-outline-primary-light:disabled{background-color:initial;color:#ff1733}.show>.theme-auto .btn-outline-primary-light.dropdown-toggle,.theme-auto .btn-outline-primary-light:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-primary-light:not(:disabled):not(.disabled):active{background-color:#ff1733;border-color:#ff1733;color:#f8f9fa}.show>.theme-auto .btn-outline-primary-light.dropdown-toggle:focus,.theme-auto .btn-outline-primary-light:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-primary-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #ff173380}.theme-auto .btn-outline-secondary-dark{border-color:#758197;color:#758197}.theme-auto .btn-outline-secondary-dark:hover{background-color:#758197;border-color:#758197;color:#f8f9fa}.theme-auto .btn-outline-secondary-dark.focus,.theme-auto .btn-outline-secondary-dark:focus{box-shadow:0 0 0 .2rem #75819780}.theme-auto .btn-outline-secondary-dark.disabled,.theme-auto .btn-outline-secondary-dark:disabled{background-color:initial;color:#758197}.show>.theme-auto .btn-outline-secondary-dark.dropdown-toggle,.theme-auto .btn-outline-secondary-dark:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-secondary-dark:not(:disabled):not(.disabled):active{background-color:#758197;border-color:#758197;color:#f8f9fa}.show>.theme-auto .btn-outline-secondary-dark.dropdown-toggle:focus,.theme-auto .btn-outline-secondary-dark:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-secondary-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #75819780}.theme-auto .btn-outline-secondary-light{border-color:#191c22;color:#191c22}.theme-auto .btn-outline-secondary-light:hover{background-color:#191c22;border-color:#191c22;color:#f8f9fa}.theme-auto .btn-outline-secondary-light.focus,.theme-auto .btn-outline-secondary-light:focus{box-shadow:0 0 0 .2rem #191c2280}.theme-auto .btn-outline-secondary-light.disabled,.theme-auto .btn-outline-secondary-light:disabled{background-color:initial;color:#191c22}.show>.theme-auto .btn-outline-secondary-light.dropdown-toggle,.theme-auto .btn-outline-secondary-light:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-secondary-light:not(:disabled):not(.disabled):active{background-color:#191c22;border-color:#191c22;color:#f8f9fa}.show>.theme-auto .btn-outline-secondary-light.dropdown-toggle:focus,.theme-auto .btn-outline-secondary-light:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-secondary-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #191c2280}.theme-auto .btn-outline-success-dark{border-color:#e1f8e6;color:#e1f8e6}.theme-auto .btn-outline-success-dark:hover{background-color:#e1f8e6;border-color:#e1f8e6;color:#f8f9fa}.theme-auto .btn-outline-success-dark.focus,.theme-auto .btn-outline-success-dark:focus{box-shadow:0 0 0 .2rem #e1f8e680}.theme-auto .btn-outline-success-dark.disabled,.theme-auto .btn-outline-success-dark:disabled{background-color:initial;color:#e1f8e6}.show>.theme-auto .btn-outline-success-dark.dropdown-toggle,.theme-auto .btn-outline-success-dark:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-success-dark:not(:disabled):not(.disabled):active{background-color:#e1f8e6;border-color:#e1f8e6;color:#f8f9fa}.show>.theme-auto .btn-outline-success-dark.dropdown-toggle:focus,.theme-auto .btn-outline-success-dark:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-success-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #e1f8e680}.theme-auto .btn-outline-success-light{border-color:#208637;color:#208637}.theme-auto .btn-outline-success-light:hover{background-color:#208637;border-color:#208637;color:#f8f9fa}.theme-auto .btn-outline-success-light.focus,.theme-auto .btn-outline-success-light:focus{box-shadow:0 0 0 .2rem #20863780}.theme-auto .btn-outline-success-light.disabled,.theme-auto .btn-outline-success-light:disabled{background-color:initial;color:#208637}.show>.theme-auto .btn-outline-success-light.dropdown-toggle,.theme-auto .btn-outline-success-light:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-success-light:not(:disabled):not(.disabled):active{background-color:#208637;border-color:#208637;color:#f8f9fa}.show>.theme-auto .btn-outline-success-light.dropdown-toggle:focus,.theme-auto .btn-outline-success-light:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-success-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #20863780}.theme-auto .btn-outline-info-dark{border-color:#fcfdff;color:#fcfdff}.theme-auto .btn-outline-info-dark:hover{background-color:#fcfdff;border-color:#fcfdff;color:#f8f9fa}.theme-auto .btn-outline-info-dark.focus,.theme-auto .btn-outline-info-dark:focus{box-shadow:0 0 0 .2rem #fcfdff80}.theme-auto .btn-outline-info-dark.disabled,.theme-auto .btn-outline-info-dark:disabled{background-color:initial;color:#fcfdff}.show>.theme-auto .btn-outline-info-dark.dropdown-toggle,.theme-auto .btn-outline-info-dark:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-info-dark:not(:disabled):not(.disabled):active{background-color:#fcfdff;border-color:#fcfdff;color:#f8f9fa}.show>.theme-auto .btn-outline-info-dark.dropdown-toggle:focus,.theme-auto .btn-outline-info-dark:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-info-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #fcfdff80}.theme-auto .btn-outline-info-light{border-color:#2b87ff;color:#2b87ff}.theme-auto .btn-outline-info-light:hover{background-color:#2b87ff;border-color:#2b87ff;color:#f8f9fa}.theme-auto .btn-outline-info-light.focus,.theme-auto .btn-outline-info-light:focus{box-shadow:0 0 0 .2rem #2b87ff80}.theme-auto .btn-outline-info-light.disabled,.theme-auto .btn-outline-info-light:disabled{background-color:initial;color:#2b87ff}.show>.theme-auto .btn-outline-info-light.dropdown-toggle,.theme-auto .btn-outline-info-light:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-info-light:not(:disabled):not(.disabled):active{background-color:#2b87ff;border-color:#2b87ff;color:#f8f9fa}.show>.theme-auto .btn-outline-info-light.dropdown-toggle:focus,.theme-auto .btn-outline-info-light:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-info-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #2b87ff80}.theme-auto .btn-outline-warning-dark{border-color:#fff1d5;color:#fff1d5}.theme-auto .btn-outline-warning-dark:hover{background-color:#fff1d5;border-color:#fff1d5;color:#f8f9fa}.theme-auto .btn-outline-warning-dark.focus,.theme-auto .btn-outline-warning-dark:focus{box-shadow:0 0 0 .2rem #fff1d580}.theme-auto .btn-outline-warning-dark.disabled,.theme-auto .btn-outline-warning-dark:disabled{background-color:initial;color:#fff1d5}.show>.theme-auto .btn-outline-warning-dark.dropdown-toggle,.theme-auto .btn-outline-warning-dark:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-warning-dark:not(:disabled):not(.disabled):active{background-color:#fff1d5;border-color:#fff1d5;color:#f8f9fa}.show>.theme-auto .btn-outline-warning-dark.dropdown-toggle:focus,.theme-auto .btn-outline-warning-dark:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-warning-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #fff1d580}.theme-auto .btn-outline-warning-light{border-color:#f8a800;color:#f8a800}.theme-auto .btn-outline-warning-light:hover{background-color:#f8a800;border-color:#f8a800;color:#f8f9fa}.theme-auto .btn-outline-warning-light.focus,.theme-auto .btn-outline-warning-light:focus{box-shadow:0 0 0 .2rem #f8a80080}.theme-auto .btn-outline-warning-light.disabled,.theme-auto .btn-outline-warning-light:disabled{background-color:initial;color:#f8a800}.show>.theme-auto .btn-outline-warning-light.dropdown-toggle,.theme-auto .btn-outline-warning-light:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-warning-light:not(:disabled):not(.disabled):active{background-color:#f8a800;border-color:#f8a800;color:#f8f9fa}.show>.theme-auto .btn-outline-warning-light.dropdown-toggle:focus,.theme-auto .btn-outline-warning-light:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-warning-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #f8a80080}.theme-auto .btn-outline-danger-dark{border-color:#f6c8c8;color:#f6c8c8}.theme-auto .btn-outline-danger-dark:hover{background-color:#f6c8c8;border-color:#f6c8c8;color:#f8f9fa}.theme-auto .btn-outline-danger-dark.focus,.theme-auto .btn-outline-danger-dark:focus{box-shadow:0 0 0 .2rem #f6c8c880}.theme-auto .btn-outline-danger-dark.disabled,.theme-auto .btn-outline-danger-dark:disabled{background-color:initial;color:#f6c8c8}.show>.theme-auto .btn-outline-danger-dark.dropdown-toggle,.theme-auto .btn-outline-danger-dark:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-danger-dark:not(:disabled):not(.disabled):active{background-color:#f6c8c8;border-color:#f6c8c8;color:#f8f9fa}.show>.theme-auto .btn-outline-danger-dark.dropdown-toggle:focus,.theme-auto .btn-outline-danger-dark:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-danger-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #f6c8c880}.theme-auto .btn-outline-danger-light{border-color:#bb1e1e;color:#bb1e1e}.theme-auto .btn-outline-danger-light:hover{background-color:#bb1e1e;border-color:#bb1e1e;color:#f8f9fa}.theme-auto .btn-outline-danger-light.focus,.theme-auto .btn-outline-danger-light:focus{box-shadow:0 0 0 .2rem #bb1e1e80}.theme-auto .btn-outline-danger-light.disabled,.theme-auto .btn-outline-danger-light:disabled{background-color:initial;color:#bb1e1e}.show>.theme-auto .btn-outline-danger-light.dropdown-toggle,.theme-auto .btn-outline-danger-light:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-danger-light:not(:disabled):not(.disabled):active{background-color:#bb1e1e;border-color:#bb1e1e;color:#f8f9fa}.show>.theme-auto .btn-outline-danger-light.dropdown-toggle:focus,.theme-auto .btn-outline-danger-light:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-danger-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #bb1e1e80}.theme-auto .btn-outline-dark-dark{border-color:#ff4f6433;color:#ff4f6433}.theme-auto .btn-outline-dark-dark:hover{background-color:#ff4f6433;border-color:#ff4f6433;color:#f8f9fa}.theme-auto .btn-outline-dark-dark.focus,.theme-auto .btn-outline-dark-dark:focus{box-shadow:0 0 0 .2rem #ff4f6480}.theme-auto .btn-outline-dark-dark.disabled,.theme-auto .btn-outline-dark-dark:disabled{background-color:initial;color:#ff4f6433}.show>.theme-auto .btn-outline-dark-dark.dropdown-toggle,.theme-auto .btn-outline-dark-dark:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-dark-dark:not(:disabled):not(.disabled):active{background-color:#ff4f6433;border-color:#ff4f6433;color:#f8f9fa}.show>.theme-auto .btn-outline-dark-dark.dropdown-toggle:focus,.theme-auto .btn-outline-dark-dark:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-dark-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #ff4f6480}.theme-auto .btn-outline-dark-light{border-color:#ff173333;color:#ff173333}.theme-auto .btn-outline-dark-light:hover{background-color:#ff173333;border-color:#ff173333;color:#f8f9fa}.theme-auto .btn-outline-dark-light.focus,.theme-auto .btn-outline-dark-light:focus{box-shadow:0 0 0 .2rem #ff173380}.theme-auto .btn-outline-dark-light.disabled,.theme-auto .btn-outline-dark-light:disabled{background-color:initial;color:#ff173333}.show>.theme-auto .btn-outline-dark-light.dropdown-toggle,.theme-auto .btn-outline-dark-light:not(:disabled):not(.disabled).active,.theme-auto .btn-outline-dark-light:not(:disabled):not(.disabled):active{background-color:#ff173333;border-color:#ff173333;color:#f8f9fa}.show>.theme-auto .btn-outline-dark-light.dropdown-toggle:focus,.theme-auto .btn-outline-dark-light:not(:disabled):not(.disabled).active:focus,.theme-auto .btn-outline-dark-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem #ff173380}.theme-auto .btn-link{color:#ff4057;font-weight:400;text-decoration:none}.theme-auto .btn-link:hover{color:#ff1733;text-decoration:underline}.theme-auto .btn-link.focus,.theme-auto .btn-link:focus{text-decoration:underline}.theme-auto .btn-link.disabled,.theme-auto .btn-link:disabled{color:#9ca3af;pointer-events:none}.theme-auto .btn-group-lg>.btn,.theme-auto .btn-lg{border-radius:.3rem;font-size:1.25rem;line-height:1.5;padding:.5rem 1rem}.theme-auto .btn-group-sm>.btn,.theme-auto .btn-sm{border-radius:.2rem;font-size:.875rem;line-height:1.5;padding:.16rem .5rem}.theme-auto .btn-block{display:block;width:100%}.theme-auto .btn-block+.btn-block{margin-top:.5rem}.theme-auto input[type=button].btn-block,.theme-auto input[type=reset].btn-block,.theme-auto input[type=submit].btn-block{width:100%}.theme-auto .fade{transition:opacity .15s linear}}@media (prefers-color-scheme:dark) and (prefers-reduced-motion:reduce){.theme-auto .fade{transition:none}}@media (prefers-color-scheme:dark){.theme-auto .fade:not(.show){opacity:0}.theme-auto .collapse:not(.show){display:none}.theme-auto .collapsing{height:0;overflow:hidden;position:relative;transition:height .35s ease}}@media (prefers-color-scheme:dark) and (prefers-reduced-motion:reduce){.theme-auto .collapsing{transition:none}}@media (prefers-color-scheme:dark){.theme-auto .collapsing.width{height:auto;transition:width .35s ease;width:0}}@media (prefers-color-scheme:dark) and (prefers-reduced-motion:reduce){.theme-auto .collapsing.width{transition:none}}@media (prefers-color-scheme:dark){.theme-auto .dropdown,.theme-auto .dropleft,.theme-auto .dropright,.theme-auto .dropup{position:relative}.theme-auto .dropdown-toggle{white-space:nowrap}.theme-auto .dropdown-toggle:after{border-bottom:0;border-left:.3em solid #0000;border-right:.3em solid #0000;border-top:.3em solid;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.theme-auto .dropdown-toggle:empty:after{margin-left:0}.theme-auto .dropdown-menu{background-clip:padding-box;background-color:#13171c;border:1px solid #f9fafb26;border-radius:.25rem;color:#e5e7eb;display:none;float:left;font-size:1rem;left:0;list-style:none;margin:.125rem 0 0;min-width:10rem;padding:.5rem 0;position:absolute;text-align:left;top:100%;z-index:1000}.theme-auto .dropdown-menu-left{left:0;right:auto}.theme-auto .dropdown-menu-right{left:auto;right:0}}@media (prefers-color-scheme:dark) and (min-width:576px){.theme-auto .dropdown-menu-sm-left{left:0;right:auto}.theme-auto .dropdown-menu-sm-right{left:auto;right:0}}@media (prefers-color-scheme:dark) and (min-width:768px){.theme-auto .dropdown-menu-md-left{left:0;right:auto}.theme-auto .dropdown-menu-md-right{left:auto;right:0}}@media (prefers-color-scheme:dark) and (min-width:992px){.theme-auto .dropdown-menu-lg-left{left:0;right:auto}.theme-auto .dropdown-menu-lg-right{left:auto;right:0}}@media (prefers-color-scheme:dark) and (min-width:1200px){.theme-auto .dropdown-menu-xl-left{left:0;right:auto}.theme-auto .dropdown-menu-xl-right{left:auto;right:0}}@media (prefers-color-scheme:dark){.theme-auto .dropup .dropdown-menu{bottom:100%;margin-bottom:.125rem;margin-top:0;top:auto}.theme-auto .dropup .dropdown-toggle:after{border-bottom:.3em solid;border-left:.3em solid #0000;border-right:.3em solid #0000;border-top:0;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.theme-auto .dropup .dropdown-toggle:empty:after{margin-left:0}.theme-auto .dropright .dropdown-menu{left:100%;margin-left:.125rem;margin-top:0;right:auto;top:0}.theme-auto .dropright .dropdown-toggle:after{border-bottom:.3em solid #0000;border-left:.3em solid;border-right:0;border-top:.3em solid #0000;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.theme-auto .dropright .dropdown-toggle:empty:after{margin-left:0}.theme-auto .dropright .dropdown-toggle:after{vertical-align:0}.theme-auto .dropleft .dropdown-menu{left:auto;margin-right:.125rem;margin-top:0;right:100%;top:0}.theme-auto .dropleft .dropdown-toggle:after{content:"";display:inline-block;display:none;margin-left:.255em;vertical-align:.255em}.theme-auto .dropleft .dropdown-toggle:before{border-bottom:.3em solid #0000;border-right:.3em solid;border-top:.3em solid #0000;content:"";display:inline-block;margin-right:.255em;vertical-align:.255em}.theme-auto .dropleft .dropdown-toggle:empty:after{margin-left:0}.theme-auto .dropleft .dropdown-toggle:before{vertical-align:0}.theme-auto .dropdown-menu[x-placement^=bottom],.theme-auto .dropdown-menu[x-placement^=left],.theme-auto .dropdown-menu[x-placement^=right],.theme-auto .dropdown-menu[x-placement^=top]{bottom:auto;right:auto}.theme-auto .dropdown-divider{border-top:1px solid #f9fafb26;height:0;margin:.5rem 0;overflow:hidden}.theme-auto .dropdown-item{background-color:initial;border:0;clear:both;color:#f8f9fa;display:block;font-weight:400;padding:.45rem 1.5rem;text-align:inherit;white-space:nowrap;width:100%}.theme-auto .dropdown-item:focus,.theme-auto .dropdown-item:hover{background-color:#1c1e25;color:#e9ecef;text-decoration:none}.theme-auto .dropdown-item.active,.theme-auto .dropdown-item:active{background-color:#ff4057;color:#f8f9fa;text-decoration:none}.theme-auto .dropdown-item.disabled,.theme-auto .dropdown-item:disabled{background-color:initial;color:#6b7280;pointer-events:none}.theme-auto .dropdown-menu.show{display:block}.theme-auto .dropdown-header{color:#6b7280;display:block;font-size:.875rem;margin-bottom:0;padding:.5rem 1.5rem;white-space:nowrap}.theme-auto .dropdown-item-text{color:#f8f9fa;display:block;padding:.45rem 1.5rem}.theme-auto .btn-group,.theme-auto .btn-group-vertical{display:inline-flex;position:relative;vertical-align:middle}.theme-auto .btn-group-vertical>.btn,.theme-auto .btn-group>.btn{flex:1 1 auto;position:relative}.theme-auto .btn-group-vertical>.btn.active,.theme-auto .btn-group-vertical>.btn:active,.theme-auto .btn-group-vertical>.btn:focus,.theme-auto .btn-group-vertical>.btn:hover,.theme-auto .btn-group>.btn.active,.theme-auto .btn-group>.btn:active,.theme-auto .btn-group>.btn:focus,.theme-auto .btn-group>.btn:hover{z-index:1}.theme-auto .btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.theme-auto .btn-toolbar .input-group{width:auto}.theme-auto .btn-group>.btn-group:not(:first-child),.theme-auto .btn-group>.btn:not(:first-child){margin-left:-1px}.theme-auto .btn-group>.btn-group:not(:last-child)>.btn,.theme-auto .btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.theme-auto .btn-group>.btn-group:not(:first-child)>.btn,.theme-auto .btn-group>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.theme-auto .dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.dropright .theme-auto .dropdown-toggle-split:after,.dropup .theme-auto .dropdown-toggle-split:after,.theme-auto .dropdown-toggle-split:after{margin-left:0}.dropleft .theme-auto .dropdown-toggle-split:before{margin-right:0}.theme-auto .btn-group-sm>.btn+.dropdown-toggle-split,.theme-auto .btn-sm+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.theme-auto .btn-group-lg>.btn+.dropdown-toggle-split,.theme-auto .btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.theme-auto .btn-group-vertical{align-items:flex-start;flex-direction:column;justify-content:center}.theme-auto .btn-group-vertical>.btn,.theme-auto .btn-group-vertical>.btn-group{width:100%}.theme-auto .btn-group-vertical>.btn-group:not(:first-child),.theme-auto .btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.theme-auto .btn-group-vertical>.btn-group:not(:last-child)>.btn,.theme-auto .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.theme-auto .btn-group-vertical>.btn-group:not(:first-child)>.btn,.theme-auto .btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.theme-auto .btn-group-toggle>.btn,.theme-auto .btn-group-toggle>.btn-group>.btn{margin-bottom:0}.theme-auto .btn-group-toggle>.btn input[type=checkbox],.theme-auto .btn-group-toggle>.btn input[type=radio],.theme-auto .btn-group-toggle>.btn-group>.btn input[type=checkbox],.theme-auto .btn-group-toggle>.btn-group>.btn input[type=radio]{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.theme-auto .input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.theme-auto .input-group>.custom-file,.theme-auto .input-group>.custom-select,.theme-auto .input-group>.form-control,.theme-auto .input-group>.form-control-plaintext{flex:1 1 auto;margin-bottom:0;min-width:0;position:relative;width:1%}.theme-auto .input-group>.custom-file+.custom-file,.theme-auto .input-group>.custom-file+.custom-select,.theme-auto .input-group>.custom-file+.form-control,.theme-auto .input-group>.custom-select+.custom-file,.theme-auto .input-group>.custom-select+.custom-select,.theme-auto .input-group>.custom-select+.form-control,.theme-auto .input-group>.form-control+.custom-file,.theme-auto .input-group>.form-control+.custom-select,.theme-auto .input-group>.form-control+.form-control,.theme-auto .input-group>.form-control-plaintext+.custom-file,.theme-auto .input-group>.form-control-plaintext+.custom-select,.theme-auto .input-group>.form-control-plaintext+.form-control{margin-left:-1px}.theme-auto .input-group>.custom-file .custom-file-input:focus~.custom-file-label,.theme-auto .input-group>.custom-select:focus,.theme-auto .input-group>.form-control:focus{z-index:3}.theme-auto .input-group>.custom-file .custom-file-input:focus{z-index:4}.theme-auto .input-group>.custom-select:not(:first-child),.theme-auto .input-group>.form-control:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.theme-auto .input-group>.custom-file{align-items:center;display:flex}.theme-auto .input-group>.custom-file:not(:last-child) .custom-file-label,.theme-auto .input-group>.custom-file:not(:last-child) .custom-file-label:after{border-bottom-right-radius:0;border-top-right-radius:0}.theme-auto .input-group>.custom-file:not(:first-child) .custom-file-label{border-bottom-left-radius:0;border-top-left-radius:0}.theme-auto .input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.theme-auto .input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,.theme-auto .input-group.has-validation>.custom-select:nth-last-child(n+3),.theme-auto .input-group.has-validation>.form-control:nth-last-child(n+3),.theme-auto .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.theme-auto .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,.theme-auto .input-group:not(.has-validation)>.custom-select:not(:last-child),.theme-auto .input-group:not(.has-validation)>.form-control:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.theme-auto .input-group-append,.theme-auto .input-group-prepend{display:flex}.theme-auto .input-group-append .btn,.theme-auto .input-group-prepend .btn{position:relative;z-index:2}.theme-auto .input-group-append .btn:focus,.theme-auto .input-group-prepend .btn:focus{z-index:3}.theme-auto .input-group-append .btn+.btn,.theme-auto .input-group-append .btn+.input-group-text,.theme-auto .input-group-append .input-group-text+.btn,.theme-auto .input-group-append .input-group-text+.input-group-text,.theme-auto .input-group-prepend .btn+.btn,.theme-auto .input-group-prepend .btn+.input-group-text,.theme-auto .input-group-prepend .input-group-text+.btn,.theme-auto .input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.theme-auto .input-group-prepend{margin-right:-1px}.theme-auto .input-group-append{margin-left:-1px}.theme-auto .input-group-text{align-items:center;background-color:#1c1e25;border:1px solid #445365;border-radius:.25rem;color:#d1d5db;display:flex;font-size:1rem;font-weight:400;line-height:1.5;margin-bottom:0;padding:.375rem .75rem;text-align:center;white-space:nowrap}.theme-auto .input-group-text input[type=checkbox],.theme-auto .input-group-text input[type=radio]{margin-top:0}.theme-auto .input-group-lg>.custom-select,.theme-auto .input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.theme-auto .input-group-lg>.custom-select,.theme-auto .input-group-lg>.form-control,.theme-auto .input-group-lg>.input-group-append>.btn,.theme-auto .input-group-lg>.input-group-append>.input-group-text,.theme-auto .input-group-lg>.input-group-prepend>.btn,.theme-auto .input-group-lg>.input-group-prepend>.input-group-text{border-radius:.3rem;font-size:1.25rem;line-height:1.5;padding:.5rem 1rem}.theme-auto .input-group-sm>.custom-select,.theme-auto .input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.theme-auto .input-group-sm>.custom-select,.theme-auto .input-group-sm>.form-control,.theme-auto .input-group-sm>.input-group-append>.btn,.theme-auto .input-group-sm>.input-group-append>.input-group-text,.theme-auto .input-group-sm>.input-group-prepend>.btn,.theme-auto .input-group-sm>.input-group-prepend>.input-group-text{border-radius:.2rem;font-size:.875rem;line-height:1.5;padding:.25rem .5rem}.theme-auto .input-group-lg>.custom-select,.theme-auto .input-group-sm>.custom-select{padding-right:1.75rem}.theme-auto .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.theme-auto .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.theme-auto .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.theme-auto .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.theme-auto .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.theme-auto .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.theme-auto .input-group>.input-group-prepend>.btn,.theme-auto .input-group>.input-group-prepend>.input-group-text{border-bottom-right-radius:0;border-top-right-radius:0}.theme-auto .input-group>.input-group-append>.btn,.theme-auto .input-group>.input-group-append>.input-group-text,.theme-auto .input-group>.input-group-prepend:first-child>.btn:not(:first-child),.theme-auto .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.theme-auto .input-group>.input-group-prepend:not(:first-child)>.btn,.theme-auto .input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-bottom-left-radius:0;border-top-left-radius:0}.theme-auto .custom-control{display:block;min-height:1.5rem;padding-left:1.5rem;position:relative;-webkit-print-color-adjust:exact;print-color-adjust:exact;z-index:1}.theme-auto .custom-control-inline{display:inline-flex;margin-right:1rem}.theme-auto .custom-control-input{height:1.25rem;left:0;opacity:0;position:absolute;width:1rem;z-index:-1}.theme-auto .custom-control-input:checked~.custom-control-label:before{background-color:#ff4057;border-color:#ff4057;color:#13171c}.theme-auto .custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem #ff405740}.theme-auto .custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#ff455b}.theme-auto .custom-control-input:not(:disabled):active~.custom-control-label:before{background-color:#fff3f4;border-color:#fff3f4;color:#13171c}.theme-auto .custom-control-input:disabled~.custom-control-label,.theme-auto .custom-control-input[disabled]~.custom-control-label{color:#9ca3af}.theme-auto .custom-control-input:disabled~.custom-control-label:before,.theme-auto .custom-control-input[disabled]~.custom-control-label:before{background-color:#1c1e25}.theme-auto .custom-control-label{margin-bottom:0;position:relative;vertical-align:top}.theme-auto .custom-control-label:before{background-color:#13171c;border:1px solid #6b7280;pointer-events:none}.theme-auto .custom-control-label:after,.theme-auto .custom-control-label:before{content:"";display:block;height:1rem;left:-1.5rem;position:absolute;top:.25rem;width:1rem}.theme-auto .custom-control-label:after{background:50%/50% 50% no-repeat}.theme-auto .custom-checkbox .custom-control-label:before{border-radius:.25rem}.theme-auto .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2313171c' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}.theme-auto .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{background-color:#ff4057;border-color:#ff4057}.theme-auto .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%2313171c' d='M0 2h4'/%3E%3C/svg%3E")}.theme-auto .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before,.theme-auto .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:#ff405780}.theme-auto .custom-radio .custom-control-label:before{border-radius:50%}.theme-auto .custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2313171c'/%3E%3C/svg%3E")}.theme-auto .custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:#ff405780}.theme-auto .custom-switch{padding-left:2.25rem}.theme-auto .custom-switch .custom-control-label:before{border-radius:.5rem;left:-2.25rem;pointer-events:all;width:1.75rem}.theme-auto .custom-switch .custom-control-label:after{background-color:#6b7280;border-radius:.5rem;height:calc(1rem - 4px);left:calc(-2.25rem + 2px);top:calc(.25rem + 2px);transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:calc(1rem - 4px)}}@media (prefers-color-scheme:dark) and (prefers-reduced-motion:reduce){.theme-auto .custom-switch .custom-control-label:after{transition:none}}@media (prefers-color-scheme:dark){.theme-auto .custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#13171c;transform:translateX(.75rem)}.theme-auto .custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:#ff405780}.theme-auto .custom-select{appearance:none;background:#13171c url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23e5e7eb' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;border:1px solid #445365;border-radius:.25rem;color:#d1d5db;display:inline-block;font-size:1rem;font-weight:400;height:calc(1.5em + .75rem + 2px);line-height:1.5;padding:.375rem 1.75rem .375rem .75rem;vertical-align:middle;width:100%}.theme-auto .custom-select:focus{border-color:#ff455b;box-shadow:0 0 0 .2rem #ff405740;outline:0}.theme-auto .custom-select:focus::-ms-value{background-color:#13171c;color:#d1d5db}.theme-auto .custom-select[multiple],.theme-auto .custom-select[size]:not([size="1"]){background-image:none;height:auto;padding-right:.75rem}.theme-auto .custom-select:disabled{background-color:#1c1e25;color:#9ca3af}.theme-auto .custom-select::-ms-expand{display:none}.theme-auto .custom-select:-moz-focusring{color:#0000;text-shadow:0 0 0 #d1d5db}.theme-auto .custom-select-sm{font-size:.875rem;height:calc(1.5em + .5rem + 2px);padding-bottom:.25rem;padding-left:.5rem;padding-top:.25rem}.theme-auto .custom-select-lg{font-size:1.25rem;height:calc(1.5em + 1rem + 2px);padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}.theme-auto .custom-file{display:inline-block;margin-bottom:0}.theme-auto .custom-file,.theme-auto .custom-file-input{height:calc(1.5em + .75rem + 2px);position:relative;width:100%}.theme-auto .custom-file-input{margin:0;opacity:0;overflow:hidden;z-index:2}.theme-auto .custom-file-input:focus~.custom-file-label{border-color:#ff455b;box-shadow:0 0 0 .2rem #ff405740}.theme-auto .custom-file-input:disabled~.custom-file-label,.theme-auto .custom-file-input[disabled]~.custom-file-label{background-color:#1c1e25}.theme-auto .custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.theme-auto .custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.theme-auto .custom-file-label{background-color:#13171c;border:1px solid #445365;border-radius:.25rem;font-weight:400;height:calc(1.5em + .75rem + 2px);left:0;overflow:hidden;z-index:1}.theme-auto .custom-file-label,.theme-auto .custom-file-label:after{color:#d1d5db;line-height:1.5;padding:.375rem .75rem;position:absolute;right:0;top:0}.theme-auto .custom-file-label:after{background-color:#1c1e25;border-left:inherit;border-radius:0 .25rem .25rem 0;bottom:0;content:"Browse";display:block;height:calc(1.5em + .75rem);z-index:3}.theme-auto .custom-range{appearance:none;background-color:initial;height:1.4rem;padding:0;width:100%}.theme-auto .custom-range:focus{outline:0}.theme-auto .custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #13171c,0 0 0 .2rem #ff405740}.theme-auto .custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #13171c,0 0 0 .2rem #ff405740}.theme-auto .custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #13171c,0 0 0 .2rem #ff405740}.theme-auto .custom-range::-moz-focus-outer{border:0}.theme-auto .custom-range::-webkit-slider-thumb{appearance:none;background-color:#ff4057;border:0;border-radius:1rem;height:1rem;margin-top:-.25rem;-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;width:1rem}}@media (prefers-color-scheme:dark) and (prefers-reduced-motion:reduce){.theme-auto .custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}@media (prefers-color-scheme:dark){.theme-auto .custom-range::-webkit-slider-thumb:active{background-color:#fff3f4}.theme-auto .custom-range::-webkit-slider-runnable-track{background-color:#2b3039;border-color:#0000;border-radius:1rem;color:#0000;cursor:pointer;height:.5rem;width:100%}.theme-auto .custom-range::-moz-range-thumb{appearance:none;background-color:#ff4057;border:0;border-radius:1rem;height:1rem;-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;width:1rem}}@media (prefers-color-scheme:dark) and (prefers-reduced-motion:reduce){.theme-auto .custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}@media (prefers-color-scheme:dark){.theme-auto .custom-range::-moz-range-thumb:active{background-color:#fff3f4}.theme-auto .custom-range::-moz-range-track{background-color:#2b3039;border-color:#0000;border-radius:1rem;color:#0000;cursor:pointer;height:.5rem;width:100%}.theme-auto .custom-range::-ms-thumb{appearance:none;background-color:#ff4057;border:0;border-radius:1rem;height:1rem;margin-left:.2rem;margin-right:.2rem;margin-top:0;-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;width:1rem}}@media (prefers-color-scheme:dark) and (prefers-reduced-motion:reduce){.theme-auto .custom-range::-ms-thumb{-ms-transition:none;transition:none}}@media (prefers-color-scheme:dark){.theme-auto .custom-range::-ms-thumb:active{background-color:#fff3f4}.theme-auto .custom-range::-ms-track{background-color:initial;border-color:#0000;border-width:.5rem;color:#0000;cursor:pointer;height:.5rem;width:100%}.theme-auto .custom-range::-ms-fill-lower,.theme-auto .custom-range::-ms-fill-upper{background-color:#2b3039;border-radius:1rem}.theme-auto .custom-range::-ms-fill-upper{margin-right:15px}.theme-auto .custom-range:disabled::-webkit-slider-thumb{background-color:#6b7280}.theme-auto .custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.theme-auto .custom-range:disabled::-moz-range-thumb{background-color:#6b7280}.theme-auto .custom-range:disabled::-moz-range-track{cursor:default}.theme-auto .custom-range:disabled::-ms-thumb{background-color:#6b7280}.theme-auto .custom-control-label:before,.theme-auto .custom-file-label,.theme-auto .custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}}@media (prefers-color-scheme:dark) and (prefers-reduced-motion:reduce){.theme-auto .custom-control-label:before,.theme-auto .custom-file-label,.theme-auto .custom-select{transition:none}}@media (prefers-color-scheme:dark){.theme-auto .nav{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.theme-auto .nav-link{display:block;padding:.5rem 1rem}.theme-auto .nav-link:focus,.theme-auto .nav-link:hover{text-decoration:none}.theme-auto .nav-link.disabled{color:#9ca3af;cursor:default;pointer-events:none}.theme-auto .nav-tabs{border-bottom:1px solid #2b3039}.theme-auto .nav-tabs .nav-link{background-color:initial;border:1px solid #0000;border-top-left-radius:.25rem;border-top-right-radius:.25rem;margin-bottom:-1px}.theme-auto .nav-tabs .nav-link:focus,.theme-auto .nav-tabs .nav-link:hover{border-color:#1c1e25 #1c1e25 #2b3039;isolation:isolate}.theme-auto .nav-tabs .nav-link.disabled{background-color:initial;border-color:#0000;color:#9ca3af}.theme-auto .nav-tabs .nav-item.show .nav-link,.theme-auto .nav-tabs .nav-link.active{background-color:#13171c;border-color:#2b3039 #2b3039 #13171c;color:#d1d5db}.theme-auto .nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:-1px}.theme-auto .nav-pills .nav-link{background:none;border:0;border-radius:.25rem}.theme-auto .nav-pills .nav-link.active,.theme-auto .nav-pills .show>.nav-link{background-color:#ff4057;color:#13171c}.theme-auto .nav-fill .nav-item,.theme-auto .nav-fill>.nav-link{flex:1 1 auto;text-align:center}.theme-auto .nav-justified .nav-item,.theme-auto .nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.theme-auto .tab-content>.tab-pane{display:none}.theme-auto .tab-content>.active{display:block}.theme-auto .navbar{padding:.5rem 1rem;position:relative}.theme-auto .navbar,.theme-auto .navbar .container,.theme-auto .navbar .container-fluid,.theme-auto .navbar .container-lg,.theme-auto .navbar .container-md,.theme-auto .navbar .container-sm,.theme-auto .navbar .container-xl{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.theme-auto .navbar-brand{display:inline-block;font-size:1.25rem;line-height:inherit;margin-right:1rem;padding-bottom:.3125rem;padding-top:.3125rem;white-space:nowrap}.theme-auto .navbar-brand:focus,.theme-auto .navbar-brand:hover{text-decoration:none}.theme-auto .navbar-nav{display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.theme-auto .navbar-nav .nav-link{padding-left:0;padding-right:0}.theme-auto .navbar-nav .dropdown-menu{float:none;position:static}.theme-auto .navbar-text{display:inline-block;padding-bottom:.5rem;padding-top:.5rem}.theme-auto .navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.theme-auto .navbar-toggler{background-color:initial;border:1px solid #0000;border-radius:.25rem;font-size:1.25rem;line-height:1;padding:.25rem .75rem}.theme-auto .navbar-toggler:focus,.theme-auto .navbar-toggler:hover{text-decoration:none}.theme-auto .navbar-toggler-icon{background:50%/100% 100% no-repeat;content:"";display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}.theme-auto .navbar-nav-scroll{max-height:75vh;overflow-y:auto}}@media (prefers-color-scheme:dark) and (max-width:575.98px){.theme-auto .navbar-expand-sm>.container,.theme-auto .navbar-expand-sm>.container-fluid,.theme-auto .navbar-expand-sm>.container-lg,.theme-auto .navbar-expand-sm>.container-md,.theme-auto .navbar-expand-sm>.container-sm,.theme-auto .navbar-expand-sm>.container-xl{padding-left:0;padding-right:0}}@media (prefers-color-scheme:dark) and (min-width:576px){.theme-auto .navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.theme-auto .navbar-expand-sm .navbar-nav{flex-direction:row}.theme-auto .navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.theme-auto .navbar-expand-sm .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.theme-auto .navbar-expand-sm>.container,.theme-auto .navbar-expand-sm>.container-fluid,.theme-auto .navbar-expand-sm>.container-lg,.theme-auto .navbar-expand-sm>.container-md,.theme-auto .navbar-expand-sm>.container-sm,.theme-auto .navbar-expand-sm>.container-xl{flex-wrap:nowrap}.theme-auto .navbar-expand-sm .navbar-nav-scroll{overflow:visible}.theme-auto .navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.theme-auto .navbar-expand-sm .navbar-toggler{display:none}}@media (prefers-color-scheme:dark) and (max-width:767.98px){.theme-auto .navbar-expand-md>.container,.theme-auto .navbar-expand-md>.container-fluid,.theme-auto .navbar-expand-md>.container-lg,.theme-auto .navbar-expand-md>.container-md,.theme-auto .navbar-expand-md>.container-sm,.theme-auto .navbar-expand-md>.container-xl{padding-left:0;padding-right:0}}@media (prefers-color-scheme:dark) and (min-width:768px){.theme-auto .navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.theme-auto .navbar-expand-md .navbar-nav{flex-direction:row}.theme-auto .navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.theme-auto .navbar-expand-md .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.theme-auto .navbar-expand-md>.container,.theme-auto .navbar-expand-md>.container-fluid,.theme-auto .navbar-expand-md>.container-lg,.theme-auto .navbar-expand-md>.container-md,.theme-auto .navbar-expand-md>.container-sm,.theme-auto .navbar-expand-md>.container-xl{flex-wrap:nowrap}.theme-auto .navbar-expand-md .navbar-nav-scroll{overflow:visible}.theme-auto .navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.theme-auto .navbar-expand-md .navbar-toggler{display:none}}@media (prefers-color-scheme:dark) and (max-width:991.98px){.theme-auto .navbar-expand-lg>.container,.theme-auto .navbar-expand-lg>.container-fluid,.theme-auto .navbar-expand-lg>.container-lg,.theme-auto .navbar-expand-lg>.container-md,.theme-auto .navbar-expand-lg>.container-sm,.theme-auto .navbar-expand-lg>.container-xl{padding-left:0;padding-right:0}}@media (prefers-color-scheme:dark) and (min-width:992px){.theme-auto .navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.theme-auto .navbar-expand-lg .navbar-nav{flex-direction:row}.theme-auto .navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.theme-auto .navbar-expand-lg .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.theme-auto .navbar-expand-lg>.container,.theme-auto .navbar-expand-lg>.container-fluid,.theme-auto .navbar-expand-lg>.container-lg,.theme-auto .navbar-expand-lg>.container-md,.theme-auto .navbar-expand-lg>.container-sm,.theme-auto .navbar-expand-lg>.container-xl{flex-wrap:nowrap}.theme-auto .navbar-expand-lg .navbar-nav-scroll{overflow:visible}.theme-auto .navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.theme-auto .navbar-expand-lg .navbar-toggler{display:none}}@media (prefers-color-scheme:dark) and (max-width:1199.98px){.theme-auto .navbar-expand-xl>.container,.theme-auto .navbar-expand-xl>.container-fluid,.theme-auto .navbar-expand-xl>.container-lg,.theme-auto .navbar-expand-xl>.container-md,.theme-auto .navbar-expand-xl>.container-sm,.theme-auto .navbar-expand-xl>.container-xl{padding-left:0;padding-right:0}}@media (prefers-color-scheme:dark) and (min-width:1200px){.theme-auto .navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.theme-auto .navbar-expand-xl .navbar-nav{flex-direction:row}.theme-auto .navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.theme-auto .navbar-expand-xl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.theme-auto .navbar-expand-xl>.container,.theme-auto .navbar-expand-xl>.container-fluid,.theme-auto .navbar-expand-xl>.container-lg,.theme-auto .navbar-expand-xl>.container-md,.theme-auto .navbar-expand-xl>.container-sm,.theme-auto .navbar-expand-xl>.container-xl{flex-wrap:nowrap}.theme-auto .navbar-expand-xl .navbar-nav-scroll{overflow:visible}.theme-auto .navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.theme-auto .navbar-expand-xl .navbar-toggler{display:none}}@media (prefers-color-scheme:dark){.theme-auto .navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.theme-auto .navbar-expand>.container,.theme-auto .navbar-expand>.container-fluid,.theme-auto .navbar-expand>.container-lg,.theme-auto .navbar-expand>.container-md,.theme-auto .navbar-expand>.container-sm,.theme-auto .navbar-expand>.container-xl{padding-left:0;padding-right:0}.theme-auto .navbar-expand .navbar-nav{flex-direction:row}.theme-auto .navbar-expand .navbar-nav .dropdown-menu{position:absolute}.theme-auto .navbar-expand .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.theme-auto .navbar-expand>.container,.theme-auto .navbar-expand>.container-fluid,.theme-auto .navbar-expand>.container-lg,.theme-auto .navbar-expand>.container-md,.theme-auto .navbar-expand>.container-sm,.theme-auto .navbar-expand>.container-xl{flex-wrap:nowrap}.theme-auto .navbar-expand .navbar-nav-scroll{overflow:visible}.theme-auto .navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.theme-auto .navbar-expand .navbar-toggler{display:none}.theme-auto .navbar-light .navbar-brand{color:#ff4057}.theme-auto .navbar-light .navbar-brand:focus,.theme-auto .navbar-light .navbar-brand:hover{color:#ff1733}.theme-auto .navbar-light .navbar-nav .nav-link{color:#ff4057}.theme-auto .navbar-light .navbar-nav .nav-link:focus,.theme-auto .navbar-light .navbar-nav .nav-link:hover{color:#ff1733}.theme-auto .navbar-light .navbar-nav .nav-link.disabled{color:#f9fafb4d}.theme-auto .navbar-light .navbar-nav .active>.nav-link,.theme-auto .navbar-light .navbar-nav .nav-link.active,.theme-auto .navbar-light .navbar-nav .nav-link.show,.theme-auto .navbar-light .navbar-nav .show>.nav-link{color:#ff4057}.theme-auto .navbar-light .navbar-toggler{border-color:#f9fafb1a;color:#ff4057}.theme-auto .navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='%23ff4057' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.theme-auto .navbar-light .navbar-text,.theme-auto .navbar-light .navbar-text a,.theme-auto .navbar-light .navbar-text a:focus,.theme-auto .navbar-light .navbar-text a:hover{color:#ff4057}.theme-auto .navbar-dark .navbar-brand,.theme-auto .navbar-dark .navbar-brand:focus,.theme-auto .navbar-dark .navbar-brand:hover{color:#13171c}.theme-auto .navbar-dark .navbar-nav .nav-link{color:#13171c80}.theme-auto .navbar-dark .navbar-nav .nav-link:focus,.theme-auto .navbar-dark .navbar-nav .nav-link:hover{color:#13171cbf}.theme-auto .navbar-dark .navbar-nav .nav-link.disabled{color:#13171c40}.theme-auto .navbar-dark .navbar-nav .active>.nav-link,.theme-auto .navbar-dark .navbar-nav .nav-link.active,.theme-auto .navbar-dark .navbar-nav .nav-link.show,.theme-auto .navbar-dark .navbar-nav .show>.nav-link{color:#13171c}.theme-auto .navbar-dark .navbar-toggler{border-color:#13171c1a;color:#13171c80}.theme-auto .navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(19,23,28,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.theme-auto .navbar-dark .navbar-text{color:#13171c80}.theme-auto .navbar-dark .navbar-text a,.theme-auto .navbar-dark .navbar-text a:focus,.theme-auto .navbar-dark .navbar-text a:hover{color:#13171c}.theme-auto .card{word-wrap:break-word;background-clip:initial;background-color:#1c1e25;border:1px solid #2b3039;border-radius:.25rem;display:flex;flex-direction:column;min-width:0;position:relative}.theme-auto .card>hr{margin-left:0;margin-right:0}.theme-auto .card>.list-group{border-bottom:inherit;border-top:inherit}.theme-auto .card>.list-group:first-child{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px);border-top-width:0}.theme-auto .card>.list-group:last-child{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px);border-bottom-width:0}.theme-auto .card>.card-header+.list-group,.theme-auto .card>.list-group+.card-footer{border-top:0}.theme-auto .card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.theme-auto .card-title{margin-bottom:.75rem}.theme-auto .card-subtitle{margin-bottom:0;margin-top:-.375rem}.theme-auto .card-text:last-child{margin-bottom:0}.theme-auto .card-link:hover{text-decoration:none}.theme-auto .card-link+.card-link{margin-left:1.25rem}.theme-auto .card-header{background-color:#13171c;border-bottom:1px solid #2b3039;margin-bottom:0;padding:.75rem 1.25rem}.theme-auto .card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.theme-auto .card-footer{background-color:#13171c;border-top:1px solid #2b3039;padding:.75rem 1.25rem}.theme-auto .card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.theme-auto .card-header-tabs{border-bottom:0;margin-bottom:-.75rem}.theme-auto .card-header-pills,.theme-auto .card-header-tabs{margin-left:-.625rem;margin-right:-.625rem}.theme-auto .card-img-overlay{border-radius:calc(.25rem - 1px);bottom:0;left:0;padding:1.25rem;position:absolute;right:0;top:0}.theme-auto .card-img,.theme-auto .card-img-bottom,.theme-auto .card-img-top{flex-shrink:0;width:100%}.theme-auto .card-img,.theme-auto .card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.theme-auto .card-img,.theme-auto .card-img-bottom{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px)}.theme-auto .card-deck .card{margin-bottom:15px}}@media (prefers-color-scheme:dark) and (min-width:576px){.theme-auto .card-deck{display:flex;flex-flow:row wrap;margin-left:-15px;margin-right:-15px}.theme-auto .card-deck .card{flex:1 0;margin-bottom:0;margin-left:15px;margin-right:15px}}@media (prefers-color-scheme:dark){.theme-auto .card-group>.card{margin-bottom:15px}}@media (prefers-color-scheme:dark) and (min-width:576px){.theme-auto .card-group{display:flex;flex-flow:row wrap}.theme-auto .card-group>.card{flex:1 0;margin-bottom:0}.theme-auto .card-group>.card+.card{border-left:0;margin-left:0}.theme-auto .card-group>.card:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.theme-auto .card-group>.card:not(:last-child) .card-header,.theme-auto .card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.theme-auto .card-group>.card:not(:last-child) .card-footer,.theme-auto .card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.theme-auto .card-group>.card:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.theme-auto .card-group>.card:not(:first-child) .card-header,.theme-auto .card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.theme-auto .card-group>.card:not(:first-child) .card-footer,.theme-auto .card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}@media (prefers-color-scheme:dark){.theme-auto .card-columns .card{margin-bottom:.75rem}}@media (prefers-color-scheme:dark) and (min-width:576px){.theme-auto .card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}.theme-auto .card-columns .card{display:inline-block;width:100%}}@media (prefers-color-scheme:dark){.theme-auto .accordion{overflow-anchor:none}.theme-auto .accordion>.card{overflow:hidden}.theme-auto .accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.theme-auto .accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.theme-auto .accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.theme-auto .breadcrumb{background-color:#1c1e25;border-radius:.25rem;display:flex;flex-wrap:wrap;list-style:none;margin-bottom:1rem;padding:.75rem 1rem}.theme-auto .breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.theme-auto .breadcrumb-item+.breadcrumb-item:before{color:#9ca3af;content:"/";float:left;padding-right:.5rem}.theme-auto .breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.theme-auto .breadcrumb-item.active{color:#9ca3af}.theme-auto .pagination{border-radius:.25rem;display:flex;list-style:none;padding-left:0}.theme-auto .page-link{background-color:#13171c;border:1px solid #2b3039;color:#ff4057;display:block;line-height:1.25;margin-left:-1px;padding:.5rem .75rem;position:relative}.theme-auto .page-link:hover{background-color:#1c1e25;border-color:#2b3039;color:#ff1733;text-decoration:none;z-index:2}.theme-auto .page-link:focus{box-shadow:0 0 0 .2rem #ff405740;outline:0;z-index:3}.theme-auto .page-item:first-child .page-link{border-bottom-left-radius:.25rem;border-top-left-radius:.25rem;margin-left:0}.theme-auto .page-item:last-child .page-link{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.theme-auto .page-item.active .page-link{background-color:#ff4057;border-color:#ff4057;color:#13171c;z-index:3}.theme-auto .page-item.disabled .page-link{background-color:#13171c;border-color:#2b3039;color:#9ca3af;cursor:auto;pointer-events:none}.theme-auto .pagination-lg .page-link{font-size:1.25rem;line-height:1.5;padding:.75rem 1.5rem}.theme-auto .pagination-lg .page-item:first-child .page-link{border-bottom-left-radius:.3rem;border-top-left-radius:.3rem}.theme-auto .pagination-lg .page-item:last-child .page-link{border-bottom-right-radius:.3rem;border-top-right-radius:.3rem}.theme-auto .pagination-sm .page-link{font-size:.875rem;line-height:1.5;padding:.25rem .5rem}.theme-auto .pagination-sm .page-item:first-child .page-link{border-bottom-left-radius:.2rem;border-top-left-radius:.2rem}.theme-auto .pagination-sm .page-item:last-child .page-link{border-bottom-right-radius:.2rem;border-top-right-radius:.2rem}.theme-auto .badge{border-radius:.25rem;display:inline-block;font-size:.75em;font-weight:600;line-height:1;padding:.35em .65em;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;vertical-align:initial;white-space:nowrap}}@media (prefers-color-scheme:dark) and (prefers-reduced-motion:reduce){.theme-auto .badge{transition:none}}@media (prefers-color-scheme:dark){a.theme-auto .badge:focus,a.theme-auto .badge:hover{text-decoration:none}.theme-auto .badge:empty{display:none}.theme-auto .btn .badge{position:relative;top:-1px}.theme-auto .badge-pill{border-radius:10rem;padding-left:.6em;padding-right:.6em}.theme-auto .badge-primary{background-color:#ff4057;color:#f8f9fa}a.theme-auto .badge-primary:focus,a.theme-auto .badge-primary:hover{background-color:#ff0d2a;color:#f8f9fa}a.theme-auto .badge-primary.focus,a.theme-auto .badge-primary:focus{box-shadow:0 0 0 .2rem #ff405780;outline:0}.theme-auto .badge-secondary{background-color:#2b3039;color:#f8f9fa}a.theme-auto .badge-secondary:focus,a.theme-auto .badge-secondary:hover{background-color:#15181c;color:#f8f9fa}a.theme-auto .badge-secondary.focus,a.theme-auto .badge-secondary:focus{box-shadow:0 0 0 .2rem #2b303980;outline:0}.theme-auto .badge-success{background-color:#28a745;color:#f8f9fa}a.theme-auto .badge-success:focus,a.theme-auto .badge-success:hover{background-color:#1e7e34;color:#f8f9fa}a.theme-auto .badge-success.focus,a.theme-auto .badge-success:focus{box-shadow:0 0 0 .2rem #28a74580;outline:0}.theme-auto .badge-info{background-color:#549eff;color:#f8f9fa}a.theme-auto .badge-info:focus,a.theme-auto .badge-info:hover{background-color:#2181ff;color:#f8f9fa}a.theme-auto .badge-info.focus,a.theme-auto .badge-info:focus{box-shadow:0 0 0 .2rem #549eff80;outline:0}.theme-auto .badge-warning{background-color:#ffb822;color:#f8f9fa}a.theme-auto .badge-warning:focus,a.theme-auto .badge-warning:hover{background-color:#eea200;color:#f8f9fa}a.theme-auto .badge-warning.focus,a.theme-auto .badge-warning:focus{box-shadow:0 0 0 .2rem #ffb82280;outline:0}.theme-auto .badge-danger{background-color:#dc2626;color:#f8f9fa}a.theme-auto .badge-danger:focus,a.theme-auto .badge-danger:hover{background-color:#b21d1d;color:#f8f9fa}a.theme-auto .badge-danger.focus,a.theme-auto .badge-danger:focus{box-shadow:0 0 0 .2rem #dc262680;outline:0}.theme-auto .badge-light{background-color:#f9fafb0a;color:#f8f9fa}a.theme-auto .badge-light:focus,a.theme-auto .badge-light:hover{background-color:#dae1e70a;color:#f8f9fa}a.theme-auto .badge-light.focus,a.theme-auto .badge-light:focus{box-shadow:0 0 0 .2rem #f9fafb80;outline:0}.theme-auto .badge-dark{background-color:#ff405733;color:#f8f9fa}a.theme-auto .badge-dark:focus,a.theme-auto .badge-dark:hover{background-color:#ff0d2a33;color:#f8f9fa}a.theme-auto .badge-dark.focus,a.theme-auto .badge-dark:focus{box-shadow:0 0 0 .2rem #ff405780;outline:0}.theme-auto .badge-blue{background-color:#007bff;color:#f8f9fa}a.theme-auto .badge-blue:focus,a.theme-auto .badge-blue:hover{background-color:#0062cc;color:#f8f9fa}a.theme-auto .badge-blue.focus,a.theme-auto .badge-blue:focus{box-shadow:0 0 0 .2rem #007bff80;outline:0}.theme-auto .badge-indigo{background-color:#6610f2;color:#f8f9fa}a.theme-auto .badge-indigo:focus,a.theme-auto .badge-indigo:hover{background-color:#510bc4;color:#f8f9fa}a.theme-auto .badge-indigo.focus,a.theme-auto .badge-indigo:focus{box-shadow:0 0 0 .2rem #6610f280;outline:0}.theme-auto .badge-purple{background-color:#6f42c1;color:#f8f9fa}a.theme-auto .badge-purple:focus,a.theme-auto .badge-purple:hover{background-color:#59339d;color:#f8f9fa}a.theme-auto .badge-purple.focus,a.theme-auto .badge-purple:focus{box-shadow:0 0 0 .2rem #6f42c180;outline:0}.theme-auto .badge-pink{background-color:#e83e8c;color:#f8f9fa}a.theme-auto .badge-pink:focus,a.theme-auto .badge-pink:hover{background-color:#d91a72;color:#f8f9fa}a.theme-auto .badge-pink.focus,a.theme-auto .badge-pink:focus{box-shadow:0 0 0 .2rem #e83e8c80;outline:0}.theme-auto .badge-red{background-color:#dc3545;color:#f8f9fa}a.theme-auto .badge-red:focus,a.theme-auto .badge-red:hover{background-color:#bd2130;color:#f8f9fa}a.theme-auto .badge-red.focus,a.theme-auto .badge-red:focus{box-shadow:0 0 0 .2rem #dc354580;outline:0}.theme-auto .badge-orange{background-color:#fd7e14;color:#f8f9fa}a.theme-auto .badge-orange:focus,a.theme-auto .badge-orange:hover{background-color:#dc6502;color:#f8f9fa}a.theme-auto .badge-orange.focus,a.theme-auto .badge-orange:focus{box-shadow:0 0 0 .2rem #fd7e1480;outline:0}.theme-auto .badge-yellow{background-color:#fcedb9;color:#f8f9fa}a.theme-auto .badge-yellow:focus,a.theme-auto .badge-yellow:hover{background-color:#fae088;color:#f8f9fa}a.theme-auto .badge-yellow.focus,a.theme-auto .badge-yellow:focus{box-shadow:0 0 0 .2rem #fcedb980;outline:0}.theme-auto .badge-green{background-color:#28a745;color:#f8f9fa}a.theme-auto .badge-green:focus,a.theme-auto .badge-green:hover{background-color:#1e7e34;color:#f8f9fa}a.theme-auto .badge-green.focus,a.theme-auto .badge-green:focus{box-shadow:0 0 0 .2rem #28a74580;outline:0}.theme-auto .badge-teal{background-color:#20c997;color:#f8f9fa}a.theme-auto .badge-teal:focus,a.theme-auto .badge-teal:hover{background-color:#199d76;color:#f8f9fa}a.theme-auto .badge-teal.focus,a.theme-auto .badge-teal:focus{box-shadow:0 0 0 .2rem #20c99780;outline:0}.theme-auto .badge-cyan{background-color:#17a2b8;color:#f8f9fa}a.theme-auto .badge-cyan:focus,a.theme-auto .badge-cyan:hover{background-color:#117a8b;color:#f8f9fa}a.theme-auto .badge-cyan.focus,a.theme-auto .badge-cyan:focus{box-shadow:0 0 0 .2rem #17a2b880;outline:0}.theme-auto .badge-white{background-color:#13171c;color:#f8f9fa}a.theme-auto .badge-white:focus,a.theme-auto .badge-white:hover{background-color:#000;color:#f8f9fa}a.theme-auto .badge-white.focus,a.theme-auto .badge-white:focus{box-shadow:0 0 0 .2rem #13171c80;outline:0}.theme-auto .badge-black{background-color:#f9fafb;color:#f8f9fa}a.theme-auto .badge-black:focus,a.theme-auto .badge-black:hover{background-color:#dae1e7;color:#f8f9fa}a.theme-auto .badge-black.focus,a.theme-auto .badge-black:focus{box-shadow:0 0 0 .2rem #f9fafb80;outline:0}.theme-auto .badge-gray-lighter{background-color:#1c1e25;color:#f8f9fa}a.theme-auto .badge-gray-lighter:focus,a.theme-auto .badge-gray-lighter:hover{background-color:#060608;color:#f8f9fa}a.theme-auto .badge-gray-lighter.focus,a.theme-auto .badge-gray-lighter:focus{box-shadow:0 0 0 .2rem #1c1e2580;outline:0}.theme-auto .badge-gray-light{background-color:#2b3039;color:#f8f9fa}a.theme-auto .badge-gray-light:focus,a.theme-auto .badge-gray-light:hover{background-color:#15181c;color:#f8f9fa}a.theme-auto .badge-gray-light.focus,a.theme-auto .badge-gray-light:focus{box-shadow:0 0 0 .2rem #2b303980;outline:0}.theme-auto .badge-gray{background-color:#9ca3af;color:#f8f9fa}a.theme-auto .badge-gray:focus,a.theme-auto .badge-gray:hover{background-color:#808998;color:#f8f9fa}a.theme-auto .badge-gray.focus,a.theme-auto .badge-gray:focus{box-shadow:0 0 0 .2rem #9ca3af80;outline:0}.theme-auto .badge-gray-dark{background-color:#f8f9fa;color:#f8f9fa}a.theme-auto .badge-gray-dark:focus,a.theme-auto .badge-gray-dark:hover{background-color:#dae0e5;color:#f8f9fa}a.theme-auto .badge-gray-dark.focus,a.theme-auto .badge-gray-dark:focus{box-shadow:0 0 0 .2rem #f8f9fa80;outline:0}.theme-auto .badge-input-color{background-color:#d1d5db;color:#f8f9fa}a.theme-auto .badge-input-color:focus,a.theme-auto .badge-input-color:hover{background-color:#b4bbc5;color:#f8f9fa}a.theme-auto .badge-input-color.focus,a.theme-auto .badge-input-color:focus{box-shadow:0 0 0 .2rem #d1d5db80;outline:0}.theme-auto .badge-input-placeholder{background-color:#6b7280;color:#f8f9fa}a.theme-auto .badge-input-placeholder:focus,a.theme-auto .badge-input-placeholder:hover{background-color:#545964;color:#f8f9fa}a.theme-auto .badge-input-placeholder.focus,a.theme-auto .badge-input-placeholder:focus{box-shadow:0 0 0 .2rem #6b728080;outline:0}.theme-auto .badge-primary-dark{background-color:#fff3f4;color:#f8f9fa}a.theme-auto .badge-primary-dark:focus,a.theme-auto .badge-primary-dark:hover{background-color:#ffc0c7;color:#f8f9fa}a.theme-auto .badge-primary-dark.focus,a.theme-auto .badge-primary-dark:focus{box-shadow:0 0 0 .2rem #fff3f480;outline:0}.theme-auto .badge-primary-light{background-color:#ff1733;color:#f8f9fa}a.theme-auto .badge-primary-light:focus,a.theme-auto .badge-primary-light:hover{background-color:#e3001b;color:#f8f9fa}a.theme-auto .badge-primary-light.focus,a.theme-auto .badge-primary-light:focus{box-shadow:0 0 0 .2rem #ff173380;outline:0}.theme-auto .badge-secondary-dark{background-color:#758197;color:#f8f9fa}a.theme-auto .badge-secondary-dark:focus,a.theme-auto .badge-secondary-dark:hover{background-color:#5d687c;color:#f8f9fa}a.theme-auto .badge-secondary-dark.focus,a.theme-auto .badge-secondary-dark:focus{box-shadow:0 0 0 .2rem #75819780;outline:0}.theme-auto .badge-secondary-light{background-color:#191c22;color:#f8f9fa}a.theme-auto .badge-secondary-light:focus,a.theme-auto .badge-secondary-light:hover{background-color:#040405;color:#f8f9fa}a.theme-auto .badge-secondary-light.focus,a.theme-auto .badge-secondary-light:focus{box-shadow:0 0 0 .2rem #191c2280;outline:0}.theme-auto .badge-success-dark{background-color:#e1f8e6;color:#f8f9fa}a.theme-auto .badge-success-dark:focus,a.theme-auto .badge-success-dark:hover{background-color:#b7eec4;color:#f8f9fa}a.theme-auto .badge-success-dark.focus,a.theme-auto .badge-success-dark:focus{box-shadow:0 0 0 .2rem #e1f8e680;outline:0}.theme-auto .badge-success-light{background-color:#208637;color:#f8f9fa}a.theme-auto .badge-success-light:focus,a.theme-auto .badge-success-light:hover{background-color:#165d26;color:#f8f9fa}a.theme-auto .badge-success-light.focus,a.theme-auto .badge-success-light:focus{box-shadow:0 0 0 .2rem #20863780;outline:0}.theme-auto .badge-info-dark{background-color:#fcfdff;color:#f8f9fa}a.theme-auto .badge-info-dark:focus,a.theme-auto .badge-info-dark:hover{background-color:#c9e1ff;color:#f8f9fa}a.theme-auto .badge-info-dark.focus,a.theme-auto .badge-info-dark:focus{box-shadow:0 0 0 .2rem #fcfdff80;outline:0}.theme-auto .badge-info-light{background-color:#2b87ff;color:#f8f9fa}a.theme-auto .badge-info-light:focus,a.theme-auto .badge-info-light:hover{background-color:#006bf7;color:#f8f9fa}a.theme-auto .badge-info-light.focus,a.theme-auto .badge-info-light:focus{box-shadow:0 0 0 .2rem #2b87ff80;outline:0}.theme-auto .badge-warning-dark{background-color:#fff1d5;color:#f8f9fa}a.theme-auto .badge-warning-dark:focus,a.theme-auto .badge-warning-dark:hover{background-color:#ffe1a2;color:#f8f9fa}a.theme-auto .badge-warning-dark.focus,a.theme-auto .badge-warning-dark:focus{box-shadow:0 0 0 .2rem #fff1d580;outline:0}.theme-auto .badge-warning-light{background-color:#f8a800;color:#f8f9fa}a.theme-auto .badge-warning-light:focus,a.theme-auto .badge-warning-light:hover{background-color:#c58600;color:#f8f9fa}a.theme-auto .badge-warning-light.focus,a.theme-auto .badge-warning-light:focus{box-shadow:0 0 0 .2rem #f8a80080;outline:0}.theme-auto .badge-danger-dark{background-color:#f6c8c8;color:#f8f9fa}a.theme-auto .badge-danger-dark:focus,a.theme-auto .badge-danger-dark:hover{background-color:#ef9d9d;color:#f8f9fa}a.theme-auto .badge-danger-dark.focus,a.theme-auto .badge-danger-dark:focus{box-shadow:0 0 0 .2rem #f6c8c880;outline:0}.theme-auto .badge-danger-light{background-color:#bb1e1e;color:#f8f9fa}a.theme-auto .badge-danger-light:focus,a.theme-auto .badge-danger-light:hover{background-color:#8f1717;color:#f8f9fa}a.theme-auto .badge-danger-light.focus,a.theme-auto .badge-danger-light:focus{box-shadow:0 0 0 .2rem #bb1e1e80;outline:0}.theme-auto .badge-dark-dark{background-color:#ff4f6433;color:#f8f9fa}a.theme-auto .badge-dark-dark:focus,a.theme-auto .badge-dark-dark:hover{background-color:#ff1c3833;color:#f8f9fa}a.theme-auto .badge-dark-dark.focus,a.theme-auto .badge-dark-dark:focus{box-shadow:0 0 0 .2rem #ff4f6480;outline:0}.theme-auto .badge-dark-light{background-color:#ff173333;color:#f8f9fa}a.theme-auto .badge-dark-light:focus,a.theme-auto .badge-dark-light:hover{background-color:#e3001b33;color:#f8f9fa}a.theme-auto .badge-dark-light.focus,a.theme-auto .badge-dark-light:focus{box-shadow:0 0 0 .2rem #ff173380;outline:0}.theme-auto .jumbotron{background-color:#13171c;border-radius:.3rem;margin-bottom:2rem;padding:2rem 1rem}}@media (prefers-color-scheme:dark) and (min-width:576px){.theme-auto .jumbotron{padding:4rem 2rem}}@media (prefers-color-scheme:dark){.theme-auto .jumbotron-fluid{border-radius:0;padding-left:0;padding-right:0}.theme-auto .alert{border:0 solid #0000;border-radius:.25rem;margin-bottom:1rem;padding:.75rem 1.25rem;position:relative}.theme-auto .alert-heading{color:inherit}.theme-auto .alert-link{font-weight:500}.theme-auto .alert-dismissible{padding-right:4rem}.theme-auto .alert-dismissible .close{color:inherit;padding:.75rem 1.25rem;position:absolute;right:0;top:0;z-index:2}.theme-auto .alert-primary{background-color:#421f28;border-color:#ff4057;color:#fc99a6}.theme-auto .alert-primary hr{border-top-color:#ff2741}.theme-auto .alert-primary .alert-link{color:#fb677b}.theme-auto .alert-secondary{background-color:#181c22;border-color:#2b3039;color:#8e9196}.theme-auto .alert-secondary hr{border-top-color:#20242a}.theme-auto .alert-secondary .alert-link{color:#74777d}.theme-auto .alert-success{background-color:#173424;border-color:#28a745;color:#8ccf9c}.theme-auto .alert-success hr{border-top-color:#23923d}.theme-auto .alert-success .alert-link{color:#68c07d}.theme-auto .alert-info{background-color:#203249;border-color:#549eff;color:#a3cafd}.theme-auto .alert-info hr{border-top-color:#3b90ff}.theme-auto .alert-info .alert-link{color:#71adfc}.theme-auto .alert-warning{background-color:#42371d;border-color:#ffb822;color:#fcd88a}.theme-auto .alert-warning hr{border-top-color:#ffb009}.theme-auto .alert-warning .alert-link{color:#fbc758}.theme-auto .alert-danger{background-color:#3b1a1e;border-color:#dc2626;color:#ea8c8c}.theme-auto .alert-danger hr{border-top-color:#c82020}.theme-auto .alert-danger .alert-link{color:#e26161}.theme-auto .alert-light{background-color:rgba(20,24,29,.808);border-color:#f9fafb0a;color:rgba(249,250,251,.501)}.theme-auto .alert-light hr{border-top-color:#eaedf10a}.theme-auto .alert-light .alert-link{color:rgba(218,225,231,.501)}.theme-auto .alert-dark{background-color:#19181ed6;border-color:#ff405733;color:rgba(250,230,233,.584)}.theme-auto .alert-dark hr{border-top-color:#ff274133}.theme-auto .alert-dark .alert-link{color:rgba(242,188,196,.584)}.theme-auto .alert-blue{background-color:#0f2b49;border-color:#007bff;color:#78b8fd}.theme-auto .alert-blue hr{border-top-color:#006fe6}.theme-auto .alert-blue .alert-link{color:#469efc}.theme-auto .alert-indigo{background-color:#241647;border-color:#6610f2;color:#ad80f6}.theme-auto .alert-indigo hr{border-top-color:#5b0cdd}.theme-auto .alert-indigo .alert-link{color:#8e50f3}.theme-auto .alert-purple{background-color:#25203d;border-color:#6f42c1;color:#b19add}.theme-auto .alert-purple hr{border-top-color:#643ab0}.theme-auto .alert-purple .alert-link{color:#9474d0}.theme-auto .alert-pink{background-color:#3e1f32;border-color:#e83e8c;color:#f098c1}.theme-auto .alert-pink hr{border-top-color:#e5277e}.theme-auto .alert-pink .alert-link{color:#ea6ba6}.theme-auto .alert-red{background-color:#3b1d24;border-color:#dc3545;color:#ea949c}.theme-auto .alert-red hr{border-top-color:#d32535}.theme-auto .alert-red .alert-link{color:#e26975}.theme-auto .alert-orange{background-color:#422c1a;border-color:#fd7e14;color:#fbba83}.theme-auto .alert-orange hr{border-top-color:#f57102}.theme-auto .alert-orange .alert-link{color:#f99f52}.theme-auto .alert-yellow{background-color:#42423b;border-color:#fcedb9;color:#fbf3d9}.theme-auto .alert-yellow hr{border-top-color:#fbe7a1}.theme-auto .alert-yellow .alert-link{color:#f6e4ab}.theme-auto .alert-green{background-color:#173424;border-color:#28a745;color:#8ccf9c}.theme-auto .alert-green hr{border-top-color:#23923d}.theme-auto .alert-green .alert-link{color:#68c07d}.theme-auto .alert-teal{background-color:#163b35;border-color:#20c997;color:#88e1c7}.theme-auto .alert-teal hr{border-top-color:#1cb386}.theme-auto .alert-teal .alert-link{color:#5fd7b4}.theme-auto .alert-cyan{background-color:#14333b;border-color:#17a2b8;color:#83ccd8}.theme-auto .alert-cyan hr{border-top-color:#148ea1}.theme-auto .alert-cyan .alert-link{color:#5cbccc}.theme-auto .alert-white{background-color:#13171c;border-color:#13171c;color:#818487}.theme-auto .alert-white hr{border-top-color:#090b0d}.theme-auto .alert-white .alert-link{color:#686b6d}.theme-auto .alert-black{background-color:#414449;border-color:#f9fafb;color:#f9fafb}.theme-auto .alert-black hr{border-top-color:#eaedf1}.theme-auto .alert-black .alert-link{color:#dae1e7}.theme-auto .alert-gray-lighter{background-color:#15181e;border-color:#1c1e25;color:#86888c}.theme-auto .alert-gray-lighter hr{border-top-color:#111216}.theme-auto .alert-gray-lighter .alert-link{color:#6d6f72}.theme-auto .alert-gray-light{background-color:#181c22;border-color:#2b3039;color:#8e9196}.theme-auto .alert-gray-light hr{border-top-color:#20242a}.theme-auto .alert-gray-light .alert-link{color:#74777d}.theme-auto .alert-gray{background-color:#2e3339;border-color:#9ca3af;color:#c9cdd3}.theme-auto .alert-gray hr{border-top-color:#8e96a4}.theme-auto .alert-gray .alert-link{color:#adb3bc}.theme-auto .alert-gray-dark{background-color:#414448;border-color:#f8f9fa;color:#f8f9fa}.theme-auto .alert-gray-dark hr{border-top-color:#e9ecef}.theme-auto .alert-gray-dark .alert-link{color:#dae0e5}.theme-auto .alert-input-color{background-color:#393d42;border-color:#d1d5db;color:#e4e7ea}.theme-auto .alert-input-color hr{border-top-color:#c3c8d0}.theme-auto .alert-input-color .alert-link{color:#c7ced4}.theme-auto .alert-input-placeholder{background-color:#252930;border-color:#6b7280;color:#afb3bb}.theme-auto .alert-input-placeholder hr{border-top-color:#5f6672}.theme-auto .alert-input-placeholder .alert-link{color:#9399a4}.theme-auto .alert-primary-dark{background-color:#424347;border-color:#fff3f4;color:#fcf6f7}.theme-auto .alert-primary-dark hr{border-top-color:#ffdadd}.theme-auto .alert-primary-dark .alert-link{color:#efd0d5}.theme-auto .alert-primary-light{background-color:#421721;border-color:#ff1733;color:#fc8493}.theme-auto .alert-primary-light hr{border-top-color:#fd001e}.theme-auto .alert-primary-light .alert-link{color:#fb5267}.theme-auto .alert-secondary-dark{background-color:#272c35;border-color:#758197;color:#b4bbc7}.theme-auto .alert-secondary-dark hr{border-top-color:#68748a}.theme-auto .alert-secondary-dark .alert-link{color:#97a1b1}.theme-auto .alert-secondary-light{background-color:#14181d;border-color:#191c22;color:#85878a}.theme-auto .alert-secondary-light hr{border-top-color:#0e1013}.theme-auto .alert-secondary-light .alert-link{color:#6c6e70}.theme-auto .alert-success-dark{background-color:#3c4444;border-color:#e1f8e6;color:#ecf9f0}.theme-auto .alert-success-dark hr{border-top-color:#ccf3d5}.theme-auto .alert-success-dark .alert-link{color:#c5edd1}.theme-auto .alert-success-light{background-color:#162d21;border-color:#208637;color:#88be95}.theme-auto .alert-success-light hr{border-top-color:#1b712f}.theme-auto .alert-success-light .alert-link{color:#67ac78}.theme-auto .alert-info-dark{background-color:#424549;border-color:#fcfdff;color:#fbfcfd}.theme-auto .alert-info-dark hr{border-top-color:#e3ecff}.theme-auto .alert-info-dark .alert-link{color:#d9e3ec}.theme-auto .alert-info-light{background-color:#182d49;border-color:#2b87ff;color:#8ebefd}.theme-auto .alert-info-light hr{border-top-color:#1279ff}.theme-auto .alert-info-light .alert-link{color:#5ca1fc}.theme-auto .alert-warning-dark{background-color:#424341;border-color:#fff1d5;color:#fcf6e7}.theme-auto .alert-warning-dark hr{border-top-color:#ffe9bc}.theme-auto .alert-warning-dark .alert-link{color:#f6e5ba}.theme-auto .alert-warning-light{background-color:#413416;border-color:#f8a800;color:#f9d078}.theme-auto .alert-warning-light hr{border-top-color:#df9700}.theme-auto .alert-warning-light .alert-link{color:#f7bf47}.theme-auto .alert-danger-dark{background-color:#403a3e;border-color:#f6c8c8;color:#f8e0e1}.theme-auto .alert-danger-dark hr{border-top-color:#f2b2b2}.theme-auto .alert-danger-dark .alert-link{color:#efb6b9}.theme-auto .alert-danger-light{background-color:#35181c;border-color:#bb1e1e;color:#d98888}.theme-auto .alert-danger-light hr{border-top-color:#a51a1a}.theme-auto .alert-danger-light .alert-link{color:#cd6161}.theme-auto .alert-dark-dark{background-color:#19191ed6;border-color:#ff4f6433;color:rgba(250,232,235,.584)}.theme-auto .alert-dark-dark hr{border-top-color:#ff364e33}.theme-auto .alert-dark-dark .alert-link{color:rgba(241,190,199,.584)}.theme-auto .alert-dark-light{background-color:#19171dd6;border-color:#ff173333;color:rgba(250,226,230,.584)}.theme-auto .alert-dark-light hr{border-top-color:#fd001e33}.theme-auto .alert-dark-light .alert-link{color:rgba(243,183,193,.584)}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.theme-auto .progress{background-color:#1c1e25;border-radius:.25rem;display:flex;font-size:.75rem;height:1rem;line-height:0;overflow:hidden}.theme-auto .progress-bar{background-color:#ff4057;color:#f9fafb;display:flex;flex-direction:column;justify-content:center;overflow:hidden;text-align:center;transition:width .6s ease;white-space:nowrap}}@media (prefers-color-scheme:dark) and (prefers-reduced-motion:reduce){.theme-auto .progress-bar{transition:none}}@media (prefers-color-scheme:dark){.theme-auto .progress-bar-striped{background-image:linear-gradient(45deg,#13171c26 25%,#0000 0,#0000 50%,#13171c26 0,#13171c26 75%,#0000 0,#0000);background-size:1rem 1rem}.theme-auto .progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}}@media (prefers-color-scheme:dark) and (prefers-reduced-motion:reduce){.theme-auto .progress-bar-animated{animation:none}}@media (prefers-color-scheme:dark){.theme-auto .media{align-items:flex-start;display:flex}.theme-auto .media-body{flex:1 1}.theme-auto .list-group{border-radius:.25rem;display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.theme-auto .list-group-item-action{color:#d1d5db;text-align:inherit;width:100%}.theme-auto .list-group-item-action:focus,.theme-auto .list-group-item-action:hover{background-color:#13171c;color:#d1d5db;text-decoration:none;z-index:1}.theme-auto .list-group-item-action:active{background-color:#1c1e25;color:#e5e7eb}.theme-auto .list-group-item{background-color:#13171c;border:1px solid rgba(249,250,251,.125);display:block;padding:.75rem 1.25rem;position:relative}.theme-auto .list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.theme-auto .list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.theme-auto .list-group-item.disabled,.theme-auto .list-group-item:disabled{background-color:#13171c;color:#9ca3af;pointer-events:none}.theme-auto .list-group-item.active{background-color:#ff4057;border-color:#ff4057;color:#13171c;z-index:2}.theme-auto .list-group-item+.theme-auto .list-group-item{border-top-width:0}.theme-auto .list-group-item+.theme-auto .list-group-item.active{border-top-width:1px;margin-top:-1px}.theme-auto .list-group-horizontal{flex-direction:row}.theme-auto .list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.theme-auto .list-group-horizontal>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.theme-auto .list-group-horizontal>.list-group-item.active{margin-top:0}.theme-auto .list-group-horizontal>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.theme-auto .list-group-horizontal>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (prefers-color-scheme:dark) and (min-width:576px){.theme-auto .list-group-horizontal-sm{flex-direction:row}.theme-auto .list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.theme-auto .list-group-horizontal-sm>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.theme-auto .list-group-horizontal-sm>.list-group-item.active{margin-top:0}.theme-auto .list-group-horizontal-sm>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.theme-auto .list-group-horizontal-sm>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (prefers-color-scheme:dark) and (min-width:768px){.theme-auto .list-group-horizontal-md{flex-direction:row}.theme-auto .list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.theme-auto .list-group-horizontal-md>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.theme-auto .list-group-horizontal-md>.list-group-item.active{margin-top:0}.theme-auto .list-group-horizontal-md>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.theme-auto .list-group-horizontal-md>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (prefers-color-scheme:dark) and (min-width:992px){.theme-auto .list-group-horizontal-lg{flex-direction:row}.theme-auto .list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.theme-auto .list-group-horizontal-lg>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.theme-auto .list-group-horizontal-lg>.list-group-item.active{margin-top:0}.theme-auto .list-group-horizontal-lg>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.theme-auto .list-group-horizontal-lg>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (prefers-color-scheme:dark) and (min-width:1200px){.theme-auto .list-group-horizontal-xl{flex-direction:row}.theme-auto .list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.theme-auto .list-group-horizontal-xl>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.theme-auto .list-group-horizontal-xl>.list-group-item.active{margin-top:0}.theme-auto .list-group-horizontal-xl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.theme-auto .list-group-horizontal-xl>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (prefers-color-scheme:dark){.theme-auto .list-group-flush{border-radius:0}.theme-auto .list-group-flush>.list-group-item{border-width:0 0 1px}.theme-auto .list-group-flush>.list-group-item:last-child{border-bottom-width:0}.theme-auto .list-group-item-primary{background-color:#55222d;color:#fc99a6}.theme-auto .list-group-item-primary.list-group-item-action:focus,.theme-auto .list-group-item-primary.list-group-item-action:hover{background-color:#431b23;color:#fc99a6}.theme-auto .list-group-item-primary.list-group-item-action.active{background-color:#fc99a6;border-color:#fc99a6;color:#13171c}.theme-auto .list-group-item-secondary{background-color:#1a1e24;color:#8e9196}.theme-auto .list-group-item-secondary.list-group-item-action:focus,.theme-auto .list-group-item-secondary.list-group-item-action:hover{background-color:#0f1215;color:#8e9196}.theme-auto .list-group-item-secondary.list-group-item-action.active{background-color:#8e9196;border-color:#8e9196;color:#13171c}.theme-auto .list-group-item-success{background-color:#193f27;color:#8ccf9c}.theme-auto .list-group-item-success.list-group-item-action:focus,.theme-auto .list-group-item-success.list-group-item-action:hover{background-color:#122d1c;color:#8ccf9c}.theme-auto .list-group-item-success.list-group-item-action.active{background-color:#8ccf9c;border-color:#8ccf9c;color:#13171c}.theme-auto .list-group-item-info{background-color:#253d5c;color:#a3cafd}.theme-auto .list-group-item-info.list-group-item-action:focus,.theme-auto .list-group-item-info.list-group-item-action:hover{background-color:#1e314a;color:#a3cafd}.theme-auto .list-group-item-info.list-group-item-action.active{background-color:#a3cafd;border-color:#a3cafd;color:#13171c}.theme-auto .list-group-item-warning{background-color:#55441e;color:#fcd88a}.theme-auto .list-group-item-warning.list-group-item-action:focus,.theme-auto .list-group-item-warning.list-group-item-action:hover{background-color:#423517;color:#fcd88a}.theme-auto .list-group-item-warning.list-group-item-action.active{background-color:#fcd88a;border-color:#fcd88a;color:#13171c}.theme-auto .list-group-item-danger{background-color:#4b1b1f;color:#ea8c8c}.theme-auto .list-group-item-danger.list-group-item-action:focus,.theme-auto .list-group-item-danger.list-group-item-action:hover{background-color:#381417;color:#ea8c8c}.theme-auto .list-group-item-danger.list-group-item-action.active{background-color:#ea8c8c;border-color:#ea8c8c;color:#13171c}.theme-auto .list-group-item-light{background-color:rgba(21,25,30,.731);color:rgba(249,250,251,.501)}.theme-auto .list-group-item-light.list-group-item-action:focus,.theme-auto .list-group-item-light.list-group-item-action:hover{background-color:rgba(11,13,15,.731);color:rgba(249,250,251,.501)}.theme-auto .list-group-item-light.list-group-item-action.active{background-color:rgba(249,250,251,.501);border-color:rgba(249,250,251,.501);color:#13171c}.theme-auto .list-group-item-dark{background-color:rgba(29,25,30,.776);color:rgba(250,230,233,.584)}.theme-auto .list-group-item-dark.list-group-item-action:focus,.theme-auto .list-group-item-dark.list-group-item-action:hover{background-color:rgba(16,13,16,.776);color:rgba(250,230,233,.584)}.theme-auto .list-group-item-dark.list-group-item-action.active{background-color:rgba(250,230,233,.584);border-color:rgba(250,230,233,.584);color:#13171c}.theme-auto .list-group-item-blue{background-color:#0e335c;color:#78b8fd}.theme-auto .list-group-item-blue.list-group-item-action:focus,.theme-auto .list-group-item-blue.list-group-item-action:hover{background-color:#0b2746;color:#78b8fd}.theme-auto .list-group-item-blue.list-group-item-action.active{background-color:#78b8fd;border-color:#78b8fd;color:#13171c}.theme-auto .list-group-item-indigo{background-color:#2a1558;color:#ad80f6}.theme-auto .list-group-item-indigo.list-group-item-action:focus,.theme-auto .list-group-item-indigo.list-group-item-action:hover{background-color:#201043;color:#ad80f6}.theme-auto .list-group-item-indigo.list-group-item-action.active{background-color:#ad80f6;border-color:#ad80f6;color:#13171c}.theme-auto .list-group-item-purple{background-color:#2d234a;color:#b19add}.theme-auto .list-group-item-purple.list-group-item-action:focus,.theme-auto .list-group-item-purple.list-group-item-action:hover{background-color:#221b39;color:#b19add}.theme-auto .list-group-item-purple.list-group-item-action.active{background-color:#b19add;border-color:#b19add;color:#13171c}.theme-auto .list-group-item-pink{background-color:#4f223b;color:#f098c1}.theme-auto .list-group-item-pink.list-group-item-action:focus,.theme-auto .list-group-item-pink.list-group-item-action:hover{background-color:#3d1a2e;color:#f098c1}.theme-auto .list-group-item-pink.list-group-item-action.active{background-color:#f098c1;border-color:#f098c1;color:#13171c}.theme-auto .list-group-item-red{background-color:#4b1f27;color:#ea949c}.theme-auto .list-group-item-red.list-group-item-action:focus,.theme-auto .list-group-item-red.list-group-item-action:hover{background-color:#39181e;color:#ea949c}.theme-auto .list-group-item-red.list-group-item-action.active{background-color:#ea949c;border-color:#ea949c;color:#13171c}.theme-auto .list-group-item-orange{background-color:#55341a;color:#fbba83}.theme-auto .list-group-item-orange.list-group-item-action:focus,.theme-auto .list-group-item-orange.list-group-item-action:hover{background-color:#412814;color:#fbba83}.theme-auto .list-group-item-orange.list-group-item-action.active{background-color:#fbba83;border-color:#fbba83;color:#13171c}.theme-auto .list-group-item-yellow{background-color:#545348;color:#fbf3d9}.theme-auto .list-group-item-yellow.list-group-item-action:focus,.theme-auto .list-group-item-yellow.list-group-item-action:hover{background-color:#46453c;color:#fbf3d9}.theme-auto .list-group-item-yellow.list-group-item-action.active{background-color:#fbf3d9;border-color:#fbf3d9;color:#13171c}.theme-auto .list-group-item-green{background-color:#193f27;color:#8ccf9c}.theme-auto .list-group-item-green.list-group-item-action:focus,.theme-auto .list-group-item-green.list-group-item-action:hover{background-color:#122d1c;color:#8ccf9c}.theme-auto .list-group-item-green.list-group-item-action.active{background-color:#8ccf9c;border-color:#8ccf9c;color:#13171c}.theme-auto .list-group-item-teal{background-color:#17493e;color:#88e1c7}.theme-auto .list-group-item-teal.list-group-item-action:focus,.theme-auto .list-group-item-teal.list-group-item-action:hover{background-color:#11362e;color:#88e1c7}.theme-auto .list-group-item-teal.list-group-item-action.active{background-color:#88e1c7;border-color:#88e1c7;color:#13171c}.theme-auto .list-group-item-cyan{background-color:#143e48;color:#83ccd8}.theme-auto .list-group-item-cyan.list-group-item-action:focus,.theme-auto .list-group-item-cyan.list-group-item-action:hover{background-color:#0e2d34;color:#83ccd8}.theme-auto .list-group-item-cyan.list-group-item-action.active{background-color:#83ccd8;border-color:#83ccd8;color:#13171c}.theme-auto .list-group-item-white{background-color:#13171c;color:#818487}.theme-auto .list-group-item-white.list-group-item-action:focus,.theme-auto .list-group-item-white.list-group-item-action:hover{background-color:#090b0d;color:#818487}.theme-auto .list-group-item-white.list-group-item-action.active{background-color:#818487;border-color:#818487;color:#13171c}.theme-auto .list-group-item-black{background-color:#53575a;color:#f9fafb}.theme-auto .list-group-item-black.list-group-item-action:focus,.theme-auto .list-group-item-black.list-group-item-action:hover{background-color:#474a4d;color:#f9fafb}.theme-auto .list-group-item-black.list-group-item-action.active{background-color:#f9fafb;border-color:#f9fafb;color:#13171c}.theme-auto .list-group-item-gray-lighter{background-color:#16191f;color:#86888c}.theme-auto .list-group-item-gray-lighter.list-group-item-action:focus,.theme-auto .list-group-item-gray-lighter.list-group-item-action:hover{background-color:#0b0d10;color:#86888c}.theme-auto .list-group-item-gray-lighter.list-group-item-action.active{background-color:#86888c;border-color:#86888c;color:#13171c}.theme-auto .list-group-item-gray-light{background-color:#1a1e24;color:#8e9196}.theme-auto .list-group-item-gray-light.list-group-item-action:focus,.theme-auto .list-group-item-gray-light.list-group-item-action:hover{background-color:#0f1215;color:#8e9196}.theme-auto .list-group-item-gray-light.list-group-item-action.active{background-color:#8e9196;border-color:#8e9196;color:#13171c}.theme-auto .list-group-item-gray{background-color:#393e45;color:#c9cdd3}.theme-auto .list-group-item-gray.list-group-item-action:focus,.theme-auto .list-group-item-gray.list-group-item-action:hover{background-color:#2d3137;color:#c9cdd3}.theme-auto .list-group-item-gray.list-group-item-action.active{background-color:#c9cdd3;border-color:#c9cdd3;color:#13171c}.theme-auto .list-group-item-gray-dark{background-color:#53565a;color:#f8f9fa}.theme-auto .list-group-item-gray-dark.list-group-item-action:focus,.theme-auto .list-group-item-gray-dark.list-group-item-action:hover{background-color:#47494d;color:#f8f9fa}.theme-auto .list-group-item-gray-dark.list-group-item-action.active{background-color:#f8f9fa;border-color:#f8f9fa;color:#13171c}.theme-auto .list-group-item-input-color{background-color:#484c51;color:#e4e7ea}.theme-auto .list-group-item-input-color.list-group-item-action:focus,.theme-auto .list-group-item-input-color.list-group-item-action:hover{background-color:#3c3f44;color:#e4e7ea}.theme-auto .list-group-item-input-color.list-group-item-action.active{background-color:#e4e7ea;border-color:#e4e7ea;color:#13171c}.theme-auto .list-group-item-input-placeholder{background-color:#2c3038;color:#afb3bb}.theme-auto .list-group-item-input-placeholder.list-group-item-action:focus,.theme-auto .list-group-item-input-placeholder.list-group-item-action:hover{background-color:#21242a;color:#afb3bb}.theme-auto .list-group-item-input-placeholder.list-group-item-action.active{background-color:#afb3bb;border-color:#afb3bb;color:#13171c}.theme-auto .list-group-item-primary-dark{background-color:#555458;color:#fcf6f7}.theme-auto .list-group-item-primary-dark.list-group-item-action:focus,.theme-auto .list-group-item-primary-dark.list-group-item-action:hover{background-color:#48484b;color:#fcf6f7}.theme-auto .list-group-item-primary-dark.list-group-item-action.active{background-color:#fcf6f7;border-color:#fcf6f7;color:#13171c}.theme-auto .list-group-item-primary-light{background-color:#551722;color:#fc8493}.theme-auto .list-group-item-primary-light.list-group-item-action:focus,.theme-auto .list-group-item-primary-light.list-group-item-action:hover{background-color:#41121a;color:#fc8493}.theme-auto .list-group-item-primary-light.list-group-item-action.active{background-color:#fc8493;border-color:#fc8493;color:#13171c}.theme-auto .list-group-item-secondary-dark{background-color:#2f353e;color:#b4bbc7}.theme-auto .list-group-item-secondary-dark.list-group-item-action:focus,.theme-auto .list-group-item-secondary-dark.list-group-item-action:hover{background-color:#24292f;color:#b4bbc7}.theme-auto .list-group-item-secondary-dark.list-group-item-action.active{background-color:#b4bbc7;border-color:#b4bbc7;color:#13171c}.theme-auto .list-group-item-secondary-light{background-color:#15191e;color:#85878a}.theme-auto .list-group-item-secondary-light.list-group-item-action:focus,.theme-auto .list-group-item-secondary-light.list-group-item-action:hover{background-color:#0b0d0f;color:#85878a}.theme-auto .list-group-item-secondary-light.list-group-item-action.active{background-color:#85878a;border-color:#85878a;color:#13171c}.theme-auto .list-group-item-success-dark{background-color:#4d5655;color:#ecf9f0}.theme-auto .list-group-item-success-dark.list-group-item-action:focus,.theme-auto .list-group-item-success-dark.list-group-item-action:hover{background-color:#414948;color:#ecf9f0}.theme-auto .list-group-item-success-dark.list-group-item-action.active{background-color:#ecf9f0;border-color:#ecf9f0;color:#13171c}.theme-auto .list-group-item-success-light{background-color:#173624;color:#88be95}.theme-auto .list-group-item-success-light.list-group-item-action:focus,.theme-auto .list-group-item-success-light.list-group-item-action:hover{background-color:#0f2418;color:#88be95}.theme-auto .list-group-item-success-light.list-group-item-action.active{background-color:#88be95;border-color:#88be95;color:#13171c}.theme-auto .list-group-item-info-dark{background-color:#54585c;color:#fbfcfd}.theme-auto .list-group-item-info-dark.list-group-item-action:focus,.theme-auto .list-group-item-info-dark.list-group-item-action:hover{background-color:#484b4f;color:#fbfcfd}.theme-auto .list-group-item-info-dark.list-group-item-action.active{background-color:#fbfcfd;border-color:#fbfcfd;color:#13171c}.theme-auto .list-group-item-info-light{background-color:#1a365c;color:#8ebefd}.theme-auto .list-group-item-info-light.list-group-item-action:focus,.theme-auto .list-group-item-info-light.list-group-item-action:hover{background-color:#142a48;color:#8ebefd}.theme-auto .list-group-item-info-light.list-group-item-action.active{background-color:#8ebefd;border-color:#8ebefd;color:#13171c}.theme-auto .list-group-item-warning-dark{background-color:#555450;color:#fcf6e7}.theme-auto .list-group-item-warning-dark.list-group-item-action:focus,.theme-auto .list-group-item-warning-dark.list-group-item-action:hover{background-color:#484744;color:#fcf6e7}.theme-auto .list-group-item-warning-dark.list-group-item-action.active{background-color:#fcf6e7;border-color:#fcf6e7;color:#13171c}.theme-auto .list-group-item-warning-light{background-color:#534014;color:#f9d078}.theme-auto .list-group-item-warning-light.list-group-item-action:focus,.theme-auto .list-group-item-warning-light.list-group-item-action:hover{background-color:#3e300f;color:#f9d078}.theme-auto .list-group-item-warning-light.list-group-item-action.active{background-color:#f9d078;border-color:#f9d078;color:#13171c}.theme-auto .list-group-item-danger-dark{background-color:#53494c;color:#f8e0e1}.theme-auto .list-group-item-danger-dark.list-group-item-action:focus,.theme-auto .list-group-item-danger-dark.list-group-item-action:hover{background-color:#453d40;color:#f8e0e1}.theme-auto .list-group-item-danger-dark.list-group-item-action.active{background-color:#f8e0e1;border-color:#f8e0e1;color:#13171c}.theme-auto .list-group-item-danger-light{background-color:#42191d;color:#d98888}.theme-auto .list-group-item-danger-light.list-group-item-action:focus,.theme-auto .list-group-item-danger-light.list-group-item-action:hover{background-color:#301215;color:#d98888}.theme-auto .list-group-item-danger-light.list-group-item-action.active{background-color:#d98888;border-color:#d98888;color:#13171c}.theme-auto .list-group-item-dark-dark{background-color:rgba(29,25,31,.776);color:rgba(250,232,235,.584)}.theme-auto .list-group-item-dark-dark.list-group-item-action:focus,.theme-auto .list-group-item-dark-dark.list-group-item-action:hover{background-color:rgba(16,14,17,.776);color:rgba(250,232,235,.584)}.theme-auto .list-group-item-dark-dark.list-group-item-action.active{background-color:rgba(250,232,235,.584);border-color:rgba(250,232,235,.584);color:#13171c}.theme-auto .list-group-item-dark-light{background-color:rgba(29,23,29,.776);color:rgba(250,226,230,.584)}.theme-auto .list-group-item-dark-light.list-group-item-action:focus,.theme-auto .list-group-item-dark-light.list-group-item-action:hover{background-color:rgba(15,12,15,.776);color:rgba(250,226,230,.584)}.theme-auto .list-group-item-dark-light.list-group-item-action.active{background-color:rgba(250,226,230,.584);border-color:rgba(250,226,230,.584);color:#13171c}.theme-auto .close{color:#f9fafb;float:right;font-size:1.5rem;font-weight:500;line-height:1;opacity:.5;text-shadow:0 1px 0 #13171c}}@media (prefers-color-scheme:dark) and (max-width:1200px){.theme-auto .close{font-size:calc(1.275rem + .3vw)}}@media (prefers-color-scheme:dark){.theme-auto .close:hover{color:#f9fafb;text-decoration:none}.theme-auto .close:not(:disabled):not(.disabled):focus,.theme-auto .close:not(:disabled):not(.disabled):hover{opacity:.75}.theme-auto button.close{background-color:initial;border:0;padding:0}.theme-auto a.close.disabled{pointer-events:none}.theme-auto .toast{background-clip:padding-box;background-color:#13171cd9;border:1px solid #0000001a;border-radius:.25rem;box-shadow:0 .25rem .75rem #f9fafb1a;flex-basis:350px;font-size:.875rem;max-width:350px;opacity:0}.theme-auto .toast:not(:last-child){margin-bottom:.75rem}.theme-auto .toast.showing{opacity:1}.theme-auto .toast.show{display:block;opacity:1}.theme-auto .toast.hide{display:none}.theme-auto .toast-header{align-items:center;background-clip:padding-box;background-color:#13171cd9;border-bottom:1px solid #0000000d;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px);color:#9ca3af;display:flex;padding:.25rem .75rem}.theme-auto .toast-body{padding:.75rem}.theme-auto .modal-open{overflow:hidden}.theme-auto .modal-open .modal{overflow-x:hidden;overflow-y:auto}.theme-auto .modal{display:none;height:100%;left:0;outline:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:1050}.theme-auto .modal-dialog{margin:.5rem;pointer-events:none;position:relative;width:auto}.modal.fade .theme-auto .modal-dialog{transform:translateY(-50px);transition:transform .3s ease-out}}@media (prefers-color-scheme:dark) and (prefers-reduced-motion:reduce){.modal.fade .theme-auto .modal-dialog{transition:none}}@media (prefers-color-scheme:dark){.modal.show .theme-auto .modal-dialog{transform:none}.modal.modal-static .theme-auto .modal-dialog{transform:scale(1.02)}.theme-auto .modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.theme-auto .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.theme-auto .modal-dialog-scrollable .modal-footer,.theme-auto .modal-dialog-scrollable .modal-header{flex-shrink:0}.theme-auto .modal-dialog-scrollable .modal-body{overflow-y:auto}.theme-auto .modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - 1rem)}.theme-auto .modal-dialog-centered:before{content:"";display:block;height:calc(100vh - 1rem);height:min-content}.theme-auto .modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;height:100%;justify-content:center}.theme-auto .modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.theme-auto .modal-dialog-centered.modal-dialog-scrollable:before{content:none}.theme-auto .modal-content{background-clip:padding-box;background-color:#13171c;border:1px solid #f9fafb33;border-radius:.3rem;display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.theme-auto .modal-backdrop{background-color:#f9fafb;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.theme-auto .modal-backdrop.fade{opacity:0}.theme-auto .modal-backdrop.show{opacity:.3}.theme-auto .modal-header{align-items:flex-start;border-bottom:1px solid #2b3039;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);display:flex;justify-content:space-between;padding:1rem}.theme-auto .modal-header .close{margin:-1rem -1rem -1rem auto;padding:1rem}.theme-auto .modal-title{line-height:1.5;margin-bottom:0}.theme-auto .modal-body{flex:1 1 auto;padding:1rem;position:relative}.theme-auto .modal-footer{align-items:center;border-bottom-left-radius:calc(.3rem - 1px);border-bottom-right-radius:calc(.3rem - 1px);border-top:1px solid #2b3039;display:flex;flex-wrap:wrap;justify-content:flex-end;padding:.75rem}.theme-auto .modal-footer>*{margin:.25rem}.theme-auto .modal-scrollbar-measure{height:50px;overflow:scroll;position:absolute;top:-9999px;width:50px}}@media (prefers-color-scheme:dark) and (min-width:576px){.theme-auto .modal-dialog{margin:1.75rem auto;max-width:500px}.theme-auto .modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.theme-auto .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.theme-auto .modal-dialog-centered{min-height:calc(100% - 3.5rem)}.theme-auto .modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:min-content}.theme-auto .modal-sm{max-width:300px}}@media (prefers-color-scheme:dark) and (min-width:992px){.theme-auto .modal-lg,.theme-auto .modal-xl{max-width:800px}}@media (prefers-color-scheme:dark) and (min-width:1200px){.theme-auto .modal-xl{max-width:1140px}}@media (prefers-color-scheme:dark){.theme-auto .tooltip{word-wrap:break-word;display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;margin:0;opacity:0;position:absolute;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:1070}.theme-auto .tooltip.show{opacity:.9}.theme-auto .tooltip .arrow{display:block;height:.4rem;position:absolute;width:.8rem}.theme-auto .tooltip .arrow:before{border-color:#0000;border-style:solid;content:"";position:absolute}.theme-auto .bs-tooltip-auto[x-placement^=top],.theme-auto .bs-tooltip-top{padding:.4rem 0}.theme-auto .bs-tooltip-auto[x-placement^=top] .arrow,.theme-auto .bs-tooltip-top .arrow{bottom:0}.theme-auto .bs-tooltip-auto[x-placement^=top] .arrow:before,.theme-auto .bs-tooltip-top .arrow:before{border-top-color:#f9fafb;border-width:.4rem .4rem 0;top:0}.theme-auto .bs-tooltip-auto[x-placement^=right],.theme-auto .bs-tooltip-right{padding:0 .4rem}.theme-auto .bs-tooltip-auto[x-placement^=right] .arrow,.theme-auto .bs-tooltip-right .arrow{height:.8rem;left:0;width:.4rem}.theme-auto .bs-tooltip-auto[x-placement^=right] .arrow:before,.theme-auto .bs-tooltip-right .arrow:before{border-right-color:#f9fafb;border-width:.4rem .4rem .4rem 0;right:0}.theme-auto .bs-tooltip-auto[x-placement^=bottom],.theme-auto .bs-tooltip-bottom{padding:.4rem 0}.theme-auto .bs-tooltip-auto[x-placement^=bottom] .arrow,.theme-auto .bs-tooltip-bottom .arrow{top:0}.theme-auto .bs-tooltip-auto[x-placement^=bottom] .arrow:before,.theme-auto .bs-tooltip-bottom .arrow:before{border-bottom-color:#f9fafb;border-width:0 .4rem .4rem;bottom:0}.theme-auto .bs-tooltip-auto[x-placement^=left],.theme-auto .bs-tooltip-left{padding:0 .4rem}.theme-auto .bs-tooltip-auto[x-placement^=left] .arrow,.theme-auto .bs-tooltip-left .arrow{height:.8rem;right:0;width:.4rem}.theme-auto .bs-tooltip-auto[x-placement^=left] .arrow:before,.theme-auto .bs-tooltip-left .arrow:before{border-left-color:#f9fafb;border-width:.4rem 0 .4rem .4rem;left:0}.theme-auto .tooltip-inner{background-color:#f9fafb;border-radius:.25rem;color:#13171c;max-width:200px;padding:.25rem .5rem;text-align:center}.theme-auto .popover{word-wrap:break-word;background-clip:padding-box;background-color:#13171c;border:1px solid #f9fafb33;border-radius:.3rem;display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;left:0;letter-spacing:normal;line-break:auto;line-height:1.5;max-width:276px;position:absolute;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;top:0;white-space:normal;word-break:normal;word-spacing:normal;z-index:1060}.theme-auto .popover .arrow{display:block;height:.5rem;margin:0 .3rem;position:absolute;width:1rem}.theme-auto .popover .arrow:after,.theme-auto .popover .arrow:before{border-color:#0000;border-style:solid;content:"";display:block;position:absolute}.theme-auto .bs-popover-auto[x-placement^=top],.theme-auto .bs-popover-top{margin-bottom:.5rem}.theme-auto .bs-popover-auto[x-placement^=top]>.arrow,.theme-auto .bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.theme-auto .bs-popover-auto[x-placement^=top]>.arrow:before,.theme-auto .bs-popover-top>.arrow:before{border-top-color:#f9fafb40;border-width:.5rem .5rem 0;bottom:0}.theme-auto .bs-popover-auto[x-placement^=top]>.arrow:after,.theme-auto .bs-popover-top>.arrow:after{border-top-color:#13171c;border-width:.5rem .5rem 0;bottom:1px}.theme-auto .bs-popover-auto[x-placement^=right],.theme-auto .bs-popover-right{margin-left:.5rem}.theme-auto .bs-popover-auto[x-placement^=right]>.arrow,.theme-auto .bs-popover-right>.arrow{height:1rem;left:calc(-.5rem - 1px);margin:.3rem 0;width:.5rem}.theme-auto .bs-popover-auto[x-placement^=right]>.arrow:before,.theme-auto .bs-popover-right>.arrow:before{border-right-color:#f9fafb40;border-width:.5rem .5rem .5rem 0;left:0}.theme-auto .bs-popover-auto[x-placement^=right]>.arrow:after,.theme-auto .bs-popover-right>.arrow:after{border-right-color:#13171c;border-width:.5rem .5rem .5rem 0;left:1px}.theme-auto .bs-popover-auto[x-placement^=bottom],.theme-auto .bs-popover-bottom{margin-top:.5rem}.theme-auto .bs-popover-auto[x-placement^=bottom]>.arrow,.theme-auto .bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.theme-auto .bs-popover-auto[x-placement^=bottom]>.arrow:before,.theme-auto .bs-popover-bottom>.arrow:before{border-bottom-color:#f9fafb40;border-width:0 .5rem .5rem;top:0}.theme-auto .bs-popover-auto[x-placement^=bottom]>.arrow:after,.theme-auto .bs-popover-bottom>.arrow:after{border-bottom-color:#13171c;border-width:0 .5rem .5rem;top:1px}.theme-auto .bs-popover-auto[x-placement^=bottom] .popover-header:before,.theme-auto .bs-popover-bottom .popover-header:before{border-bottom:1px solid #0d1013;content:"";display:block;left:50%;margin-left:-.5rem;position:absolute;top:0;width:1rem}.theme-auto .bs-popover-auto[x-placement^=left],.theme-auto .bs-popover-left{margin-right:.5rem}.theme-auto .bs-popover-auto[x-placement^=left]>.arrow,.theme-auto .bs-popover-left>.arrow{height:1rem;margin:.3rem 0;right:calc(-.5rem - 1px);width:.5rem}.theme-auto .bs-popover-auto[x-placement^=left]>.arrow:before,.theme-auto .bs-popover-left>.arrow:before{border-left-color:#f9fafb40;border-width:.5rem 0 .5rem .5rem;right:0}.theme-auto .bs-popover-auto[x-placement^=left]>.arrow:after,.theme-auto .bs-popover-left>.arrow:after{border-left-color:#13171c;border-width:.5rem 0 .5rem .5rem;right:1px}.theme-auto .popover-header{background-color:#0d1013;border-bottom:1px solid #030304;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);color:#f9fafb;font-size:1rem;margin-bottom:0;padding:.5rem .75rem}.theme-auto .popover-header:empty{display:none}.theme-auto .popover-body{color:#e5e7eb;padding:.5rem .75rem}.theme-auto .carousel{position:relative}.theme-auto .carousel.pointer-event{touch-action:pan-y}.theme-auto .carousel-inner{overflow:hidden;position:relative;width:100%}.theme-auto .carousel-inner:after{clear:both;content:"";display:block}.theme-auto .carousel-item{backface-visibility:hidden;display:none;float:left;margin-right:-100%;position:relative;transition:transform .6s ease-in-out;width:100%}}@media (prefers-color-scheme:dark) and (prefers-reduced-motion:reduce){.theme-auto .carousel-item{transition:none}}@media (prefers-color-scheme:dark){.theme-auto .carousel-item-next,.theme-auto .carousel-item-prev,.theme-auto .carousel-item.active{display:block}.theme-auto .active.carousel-item-right,.theme-auto .carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}.theme-auto .active.carousel-item-left,.theme-auto .carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}.theme-auto .carousel-fade .carousel-item{opacity:0;transform:none;transition-property:opacity}.theme-auto .carousel-fade .carousel-item-next.carousel-item-left,.theme-auto .carousel-fade .carousel-item-prev.carousel-item-right,.theme-auto .carousel-fade .carousel-item.active{opacity:1;z-index:1}.theme-auto .carousel-fade .active.carousel-item-left,.theme-auto .carousel-fade .active.carousel-item-right{opacity:0;transition:opacity 0s .6s;z-index:0}}@media (prefers-color-scheme:dark) and (prefers-reduced-motion:reduce){.theme-auto .carousel-fade .active.carousel-item-left,.theme-auto .carousel-fade .active.carousel-item-right{transition:none}}@media (prefers-color-scheme:dark){.theme-auto .carousel-control-next,.theme-auto .carousel-control-prev{align-items:center;background:none;border:0;bottom:0;color:#13171c;display:flex;justify-content:center;opacity:.5;padding:0;position:absolute;text-align:center;top:0;transition:opacity .15s ease;width:15%;z-index:1}}@media (prefers-color-scheme:dark) and (prefers-reduced-motion:reduce){.theme-auto .carousel-control-next,.theme-auto .carousel-control-prev{transition:none}}@media (prefers-color-scheme:dark){.theme-auto .carousel-control-next:focus,.theme-auto .carousel-control-next:hover,.theme-auto .carousel-control-prev:focus,.theme-auto .carousel-control-prev:hover{color:#13171c;opacity:.9;outline:0;text-decoration:none}.theme-auto .carousel-control-prev{left:0}.theme-auto .carousel-control-next{right:0}.theme-auto .carousel-control-next-icon,.theme-auto .carousel-control-prev-icon{background:50%/100% 100% no-repeat;display:inline-block;height:20px;width:20px}.theme-auto .carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2313171c' width='8' height='8'%3E%3Cpath d='m5.25 0-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")}.theme-auto .carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2313171c' width='8' height='8'%3E%3Cpath d='m2.75 0-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")}.theme-auto .carousel-indicators{bottom:0;display:flex;justify-content:center;left:0;list-style:none;margin-left:15%;margin-right:15%;padding-left:0;position:absolute;right:0;z-index:15}.theme-auto .carousel-indicators li{background-clip:padding-box;background-color:#13171c;border-bottom:10px solid #0000;border-top:10px solid #0000;box-sizing:initial;cursor:pointer;flex:0 1 auto;height:3px;margin-left:3px;margin-right:3px;opacity:.5;text-indent:-999px;transition:opacity .6s ease;width:30px}}@media (prefers-color-scheme:dark) and (prefers-reduced-motion:reduce){.theme-auto .carousel-indicators li{transition:none}}@media (prefers-color-scheme:dark){.theme-auto .carousel-indicators .active{opacity:1}.theme-auto .carousel-caption{bottom:20px;color:#13171c;left:15%;padding-bottom:20px;padding-top:20px;position:absolute;right:15%;text-align:center;z-index:10}@keyframes spinner-border{to{transform:rotate(1turn)}}.theme-auto .spinner-border{animation:spinner-border .75s linear infinite;border:.125em solid;border-radius:50%;border-right:.125em solid #0000;display:inline-block;height:2em;vertical-align:-.125em;width:2em}.theme-auto .spinner-border-sm{border-width:.125em;height:1em;width:1em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.theme-auto .spinner-grow{animation:spinner-grow .75s linear infinite;background-color:currentcolor;border-radius:50%;display:inline-block;height:2em;opacity:0;vertical-align:-.125em;width:2em}.theme-auto .spinner-grow-sm{height:1em;width:1em}}@media (prefers-color-scheme:dark) and (prefers-reduced-motion:reduce){.theme-auto .spinner-border,.theme-auto .spinner-grow{animation-duration:1.5s}}@media (prefers-color-scheme:dark){.theme-auto .align-baseline{vertical-align:initial!important}.theme-auto .align-top{vertical-align:top!important}.theme-auto .align-middle{vertical-align:middle!important}.theme-auto .align-bottom{vertical-align:bottom!important}.theme-auto .align-text-bottom{vertical-align:text-bottom!important}.theme-auto .align-text-top{vertical-align:text-top!important}.theme-auto .bg-primary{background-color:#ff4057!important}.theme-auto a.bg-primary:focus,.theme-auto a.bg-primary:hover,.theme-auto button.bg-primary:focus,.theme-auto button.bg-primary:hover{background-color:#ff0d2a!important}.theme-auto .bg-secondary{background-color:#2b3039!important}.theme-auto a.bg-secondary:focus,.theme-auto a.bg-secondary:hover,.theme-auto button.bg-secondary:focus,.theme-auto button.bg-secondary:hover{background-color:#15181c!important}.theme-auto .bg-success{background-color:#28a745!important}.theme-auto a.bg-success:focus,.theme-auto a.bg-success:hover,.theme-auto button.bg-success:focus,.theme-auto button.bg-success:hover{background-color:#1e7e34!important}.theme-auto .bg-info{background-color:#549eff!important}.theme-auto a.bg-info:focus,.theme-auto a.bg-info:hover,.theme-auto button.bg-info:focus,.theme-auto button.bg-info:hover{background-color:#2181ff!important}.theme-auto .bg-warning{background-color:#ffb822!important}.theme-auto a.bg-warning:focus,.theme-auto a.bg-warning:hover,.theme-auto button.bg-warning:focus,.theme-auto button.bg-warning:hover{background-color:#eea200!important}.theme-auto .bg-danger{background-color:#dc2626!important}.theme-auto a.bg-danger:focus,.theme-auto a.bg-danger:hover,.theme-auto button.bg-danger:focus,.theme-auto button.bg-danger:hover{background-color:#b21d1d!important}.theme-auto .bg-light{background-color:#f9fafb0a!important}.theme-auto a.bg-light:focus,.theme-auto a.bg-light:hover,.theme-auto button.bg-light:focus,.theme-auto button.bg-light:hover{background-color:#dae1e70a!important}.theme-auto .bg-dark{background-color:#ff405733!important}.theme-auto a.bg-dark:focus,.theme-auto a.bg-dark:hover,.theme-auto button.bg-dark:focus,.theme-auto button.bg-dark:hover{background-color:#ff0d2a33!important}.theme-auto .bg-blue{background-color:#007bff!important}.theme-auto a.bg-blue:focus,.theme-auto a.bg-blue:hover,.theme-auto button.bg-blue:focus,.theme-auto button.bg-blue:hover{background-color:#0062cc!important}.theme-auto .bg-indigo{background-color:#6610f2!important}.theme-auto a.bg-indigo:focus,.theme-auto a.bg-indigo:hover,.theme-auto button.bg-indigo:focus,.theme-auto button.bg-indigo:hover{background-color:#510bc4!important}.theme-auto .bg-purple{background-color:#6f42c1!important}.theme-auto a.bg-purple:focus,.theme-auto a.bg-purple:hover,.theme-auto button.bg-purple:focus,.theme-auto button.bg-purple:hover{background-color:#59339d!important}.theme-auto .bg-pink{background-color:#e83e8c!important}.theme-auto a.bg-pink:focus,.theme-auto a.bg-pink:hover,.theme-auto button.bg-pink:focus,.theme-auto button.bg-pink:hover{background-color:#d91a72!important}.theme-auto .bg-red{background-color:#dc3545!important}.theme-auto a.bg-red:focus,.theme-auto a.bg-red:hover,.theme-auto button.bg-red:focus,.theme-auto button.bg-red:hover{background-color:#bd2130!important}.theme-auto .bg-orange{background-color:#fd7e14!important}.theme-auto a.bg-orange:focus,.theme-auto a.bg-orange:hover,.theme-auto button.bg-orange:focus,.theme-auto button.bg-orange:hover{background-color:#dc6502!important}.theme-auto .bg-yellow{background-color:#fcedb9!important}.theme-auto a.bg-yellow:focus,.theme-auto a.bg-yellow:hover,.theme-auto button.bg-yellow:focus,.theme-auto button.bg-yellow:hover{background-color:#fae088!important}.theme-auto .bg-green{background-color:#28a745!important}.theme-auto a.bg-green:focus,.theme-auto a.bg-green:hover,.theme-auto button.bg-green:focus,.theme-auto button.bg-green:hover{background-color:#1e7e34!important}.theme-auto .bg-teal{background-color:#20c997!important}.theme-auto a.bg-teal:focus,.theme-auto a.bg-teal:hover,.theme-auto button.bg-teal:focus,.theme-auto button.bg-teal:hover{background-color:#199d76!important}.theme-auto .bg-cyan{background-color:#17a2b8!important}.theme-auto a.bg-cyan:focus,.theme-auto a.bg-cyan:hover,.theme-auto button.bg-cyan:focus,.theme-auto button.bg-cyan:hover{background-color:#117a8b!important}.theme-auto a.bg-white:focus,.theme-auto a.bg-white:hover,.theme-auto button.bg-white:focus,.theme-auto button.bg-white:hover{background-color:#000!important}.theme-auto .bg-black{background-color:#f9fafb!important}.theme-auto a.bg-black:focus,.theme-auto a.bg-black:hover,.theme-auto button.bg-black:focus,.theme-auto button.bg-black:hover{background-color:#dae1e7!important}.theme-auto .bg-gray-lighter{background-color:#1c1e25!important}.theme-auto a.bg-gray-lighter:focus,.theme-auto a.bg-gray-lighter:hover,.theme-auto button.bg-gray-lighter:focus,.theme-auto button.bg-gray-lighter:hover{background-color:#060608!important}.theme-auto .bg-gray-light{background-color:#2b3039!important}.theme-auto a.bg-gray-light:focus,.theme-auto a.bg-gray-light:hover,.theme-auto button.bg-gray-light:focus,.theme-auto button.bg-gray-light:hover{background-color:#15181c!important}.theme-auto .bg-gray{background-color:#9ca3af!important}.theme-auto a.bg-gray:focus,.theme-auto a.bg-gray:hover,.theme-auto button.bg-gray:focus,.theme-auto button.bg-gray:hover{background-color:#808998!important}.theme-auto .bg-gray-dark{background-color:#f8f9fa!important}.theme-auto a.bg-gray-dark:focus,.theme-auto a.bg-gray-dark:hover,.theme-auto button.bg-gray-dark:focus,.theme-auto button.bg-gray-dark:hover{background-color:#dae0e5!important}.theme-auto .bg-input-color{background-color:#d1d5db!important}.theme-auto a.bg-input-color:focus,.theme-auto a.bg-input-color:hover,.theme-auto button.bg-input-color:focus,.theme-auto button.bg-input-color:hover{background-color:#b4bbc5!important}.theme-auto .bg-input-placeholder{background-color:#6b7280!important}.theme-auto a.bg-input-placeholder:focus,.theme-auto a.bg-input-placeholder:hover,.theme-auto button.bg-input-placeholder:focus,.theme-auto button.bg-input-placeholder:hover{background-color:#545964!important}.theme-auto .bg-primary-dark{background-color:#fff3f4!important}.theme-auto a.bg-primary-dark:focus,.theme-auto a.bg-primary-dark:hover,.theme-auto button.bg-primary-dark:focus,.theme-auto button.bg-primary-dark:hover{background-color:#ffc0c7!important}.theme-auto .bg-primary-light{background-color:#ff1733!important}.theme-auto a.bg-primary-light:focus,.theme-auto a.bg-primary-light:hover,.theme-auto button.bg-primary-light:focus,.theme-auto button.bg-primary-light:hover{background-color:#e3001b!important}.theme-auto .bg-secondary-dark{background-color:#758197!important}.theme-auto a.bg-secondary-dark:focus,.theme-auto a.bg-secondary-dark:hover,.theme-auto button.bg-secondary-dark:focus,.theme-auto button.bg-secondary-dark:hover{background-color:#5d687c!important}.theme-auto .bg-secondary-light{background-color:#191c22!important}.theme-auto a.bg-secondary-light:focus,.theme-auto a.bg-secondary-light:hover,.theme-auto button.bg-secondary-light:focus,.theme-auto button.bg-secondary-light:hover{background-color:#040405!important}.theme-auto .bg-success-dark{background-color:#e1f8e6!important}.theme-auto a.bg-success-dark:focus,.theme-auto a.bg-success-dark:hover,.theme-auto button.bg-success-dark:focus,.theme-auto button.bg-success-dark:hover{background-color:#b7eec4!important}.theme-auto .bg-success-light{background-color:#208637!important}.theme-auto a.bg-success-light:focus,.theme-auto a.bg-success-light:hover,.theme-auto button.bg-success-light:focus,.theme-auto button.bg-success-light:hover{background-color:#165d26!important}.theme-auto .bg-info-dark{background-color:#fcfdff!important}.theme-auto a.bg-info-dark:focus,.theme-auto a.bg-info-dark:hover,.theme-auto button.bg-info-dark:focus,.theme-auto button.bg-info-dark:hover{background-color:#c9e1ff!important}.theme-auto .bg-info-light{background-color:#2b87ff!important}.theme-auto a.bg-info-light:focus,.theme-auto a.bg-info-light:hover,.theme-auto button.bg-info-light:focus,.theme-auto button.bg-info-light:hover{background-color:#006bf7!important}.theme-auto .bg-warning-dark{background-color:#fff1d5!important}.theme-auto a.bg-warning-dark:focus,.theme-auto a.bg-warning-dark:hover,.theme-auto button.bg-warning-dark:focus,.theme-auto button.bg-warning-dark:hover{background-color:#ffe1a2!important}.theme-auto .bg-warning-light{background-color:#f8a800!important}.theme-auto a.bg-warning-light:focus,.theme-auto a.bg-warning-light:hover,.theme-auto button.bg-warning-light:focus,.theme-auto button.bg-warning-light:hover{background-color:#c58600!important}.theme-auto .bg-danger-dark{background-color:#f6c8c8!important}.theme-auto a.bg-danger-dark:focus,.theme-auto a.bg-danger-dark:hover,.theme-auto button.bg-danger-dark:focus,.theme-auto button.bg-danger-dark:hover{background-color:#ef9d9d!important}.theme-auto .bg-danger-light{background-color:#bb1e1e!important}.theme-auto a.bg-danger-light:focus,.theme-auto a.bg-danger-light:hover,.theme-auto button.bg-danger-light:focus,.theme-auto button.bg-danger-light:hover{background-color:#8f1717!important}.theme-auto .bg-dark-dark{background-color:#ff4f6433!important}.theme-auto a.bg-dark-dark:focus,.theme-auto a.bg-dark-dark:hover,.theme-auto button.bg-dark-dark:focus,.theme-auto button.bg-dark-dark:hover{background-color:#ff1c3833!important}.theme-auto .bg-dark-light{background-color:#ff173333!important}.theme-auto a.bg-dark-light:focus,.theme-auto a.bg-dark-light:hover,.theme-auto button.bg-dark-light:focus,.theme-auto button.bg-dark-light:hover{background-color:#e3001b33!important}.theme-auto .bg-white{background-color:#13171c!important}.theme-auto .bg-transparent{background-color:initial!important}.theme-auto .border{border:1px solid #2b3039!important}.theme-auto .border-top{border-top:1px solid #2b3039!important}.theme-auto .border-right{border-right:1px solid #2b3039!important}.theme-auto .border-bottom{border-bottom:1px solid #2b3039!important}.theme-auto .border-left{border-left:1px solid #2b3039!important}.theme-auto .border-0{border:0!important}.theme-auto .border-top-0{border-top:0!important}.theme-auto .border-right-0{border-right:0!important}.theme-auto .border-bottom-0{border-bottom:0!important}.theme-auto .border-left-0{border-left:0!important}.theme-auto .border-primary{border-color:#ff4057!important}.theme-auto .border-secondary{border-color:#2b3039!important}.theme-auto .border-success{border-color:#28a745!important}.theme-auto .border-info{border-color:#549eff!important}.theme-auto .border-warning{border-color:#ffb822!important}.theme-auto .border-danger{border-color:#dc2626!important}.theme-auto .border-light{border-color:#f9fafb0a!important}.theme-auto .border-dark{border-color:#ff405733!important}.theme-auto .border-blue{border-color:#007bff!important}.theme-auto .border-indigo{border-color:#6610f2!important}.theme-auto .border-purple{border-color:#6f42c1!important}.theme-auto .border-pink{border-color:#e83e8c!important}.theme-auto .border-red{border-color:#dc3545!important}.theme-auto .border-orange{border-color:#fd7e14!important}.theme-auto .border-yellow{border-color:#fcedb9!important}.theme-auto .border-green{border-color:#28a745!important}.theme-auto .border-teal{border-color:#20c997!important}.theme-auto .border-cyan{border-color:#17a2b8!important}.theme-auto .border-black{border-color:#f9fafb!important}.theme-auto .border-gray-lighter{border-color:#1c1e25!important}.theme-auto .border-gray-light{border-color:#2b3039!important}.theme-auto .border-gray{border-color:#9ca3af!important}.theme-auto .border-gray-dark{border-color:#f8f9fa!important}.theme-auto .border-input-color{border-color:#d1d5db!important}.theme-auto .border-input-placeholder{border-color:#6b7280!important}.theme-auto .border-primary-dark{border-color:#fff3f4!important}.theme-auto .border-primary-light{border-color:#ff1733!important}.theme-auto .border-secondary-dark{border-color:#758197!important}.theme-auto .border-secondary-light{border-color:#191c22!important}.theme-auto .border-success-dark{border-color:#e1f8e6!important}.theme-auto .border-success-light{border-color:#208637!important}.theme-auto .border-info-dark{border-color:#fcfdff!important}.theme-auto .border-info-light{border-color:#2b87ff!important}.theme-auto .border-warning-dark{border-color:#fff1d5!important}.theme-auto .border-warning-light{border-color:#f8a800!important}.theme-auto .border-danger-dark{border-color:#f6c8c8!important}.theme-auto .border-danger-light{border-color:#bb1e1e!important}.theme-auto .border-dark-dark{border-color:#ff4f6433!important}.theme-auto .border-dark-light{border-color:#ff173333!important}.theme-auto .border-white{border-color:#13171c!important}.theme-auto .rounded-sm{border-radius:.2rem!important}.theme-auto .rounded{border-radius:.25rem!important}.theme-auto .rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.theme-auto .rounded-right{border-bottom-right-radius:.25rem!important;border-top-right-radius:.25rem!important}.theme-auto .rounded-bottom{border-bottom-left-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.theme-auto .rounded-left{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}.theme-auto .rounded-lg{border-radius:.3rem!important}.theme-auto .rounded-circle{border-radius:50%!important}.theme-auto .rounded-pill{border-radius:50rem!important}.theme-auto .rounded-0{border-radius:0!important}.theme-auto .clearfix:after{clear:both;content:"";display:block}.theme-auto .d-none{display:none!important}.theme-auto .d-inline{display:inline!important}.theme-auto .d-inline-block{display:inline-block!important}.theme-auto .d-block{display:block!important}.theme-auto .d-table{display:table!important}.theme-auto .d-table-row{display:table-row!important}.theme-auto .d-table-cell{display:table-cell!important}.theme-auto .d-flex{display:flex!important}.theme-auto .d-inline-flex{display:inline-flex!important}}@media (prefers-color-scheme:dark) and (min-width:576px){.theme-auto .d-sm-none{display:none!important}.theme-auto .d-sm-inline{display:inline!important}.theme-auto .d-sm-inline-block{display:inline-block!important}.theme-auto .d-sm-block{display:block!important}.theme-auto .d-sm-table{display:table!important}.theme-auto .d-sm-table-row{display:table-row!important}.theme-auto .d-sm-table-cell{display:table-cell!important}.theme-auto .d-sm-flex{display:flex!important}.theme-auto .d-sm-inline-flex{display:inline-flex!important}}@media (prefers-color-scheme:dark) and (min-width:768px){.theme-auto .d-md-none{display:none!important}.theme-auto .d-md-inline{display:inline!important}.theme-auto .d-md-inline-block{display:inline-block!important}.theme-auto .d-md-block{display:block!important}.theme-auto .d-md-table{display:table!important}.theme-auto .d-md-table-row{display:table-row!important}.theme-auto .d-md-table-cell{display:table-cell!important}.theme-auto .d-md-flex{display:flex!important}.theme-auto .d-md-inline-flex{display:inline-flex!important}}@media (prefers-color-scheme:dark) and (min-width:992px){.theme-auto .d-lg-none{display:none!important}.theme-auto .d-lg-inline{display:inline!important}.theme-auto .d-lg-inline-block{display:inline-block!important}.theme-auto .d-lg-block{display:block!important}.theme-auto .d-lg-table{display:table!important}.theme-auto .d-lg-table-row{display:table-row!important}.theme-auto .d-lg-table-cell{display:table-cell!important}.theme-auto .d-lg-flex{display:flex!important}.theme-auto .d-lg-inline-flex{display:inline-flex!important}}@media (prefers-color-scheme:dark) and (min-width:1200px){.theme-auto .d-xl-none{display:none!important}.theme-auto .d-xl-inline{display:inline!important}.theme-auto .d-xl-inline-block{display:inline-block!important}.theme-auto .d-xl-block{display:block!important}.theme-auto .d-xl-table{display:table!important}.theme-auto .d-xl-table-row{display:table-row!important}.theme-auto .d-xl-table-cell{display:table-cell!important}.theme-auto .d-xl-flex{display:flex!important}.theme-auto .d-xl-inline-flex{display:inline-flex!important}}@media print and (prefers-color-scheme:dark){.theme-auto .d-print-none{display:none!important}.theme-auto .d-print-inline{display:inline!important}.theme-auto .d-print-inline-block{display:inline-block!important}.theme-auto .d-print-block{display:block!important}.theme-auto .d-print-table{display:table!important}.theme-auto .d-print-table-row{display:table-row!important}.theme-auto .d-print-table-cell{display:table-cell!important}.theme-auto .d-print-flex{display:flex!important}.theme-auto .d-print-inline-flex{display:inline-flex!important}}@media (prefers-color-scheme:dark){.theme-auto .embed-responsive{display:block;overflow:hidden;padding:0;position:relative;width:100%}.theme-auto .embed-responsive:before{content:"";display:block}.theme-auto .embed-responsive .embed-responsive-item,.theme-auto .embed-responsive embed,.theme-auto .embed-responsive iframe,.theme-auto .embed-responsive object,.theme-auto .embed-responsive video{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.theme-auto .embed-responsive-21by9:before{padding-top:42.85714%}.theme-auto .embed-responsive-16by9:before{padding-top:56.25%}.theme-auto .embed-responsive-4by3:before{padding-top:75%}.theme-auto .embed-responsive-1by1:before{padding-top:100%}.theme-auto .flex-row{flex-direction:row!important}.theme-auto .flex-column{flex-direction:column!important}.theme-auto .flex-row-reverse{flex-direction:row-reverse!important}.theme-auto .flex-column-reverse{flex-direction:column-reverse!important}.theme-auto .flex-wrap{flex-wrap:wrap!important}.theme-auto .flex-nowrap{flex-wrap:nowrap!important}.theme-auto .flex-wrap-reverse{flex-wrap:wrap-reverse!important}.theme-auto .flex-fill{flex:1 1 auto!important}.theme-auto .flex-grow-0{flex-grow:0!important}.theme-auto .flex-grow-1{flex-grow:1!important}.theme-auto .flex-shrink-0{flex-shrink:0!important}.theme-auto .flex-shrink-1{flex-shrink:1!important}.theme-auto .justify-content-start{justify-content:flex-start!important}.theme-auto .justify-content-end{justify-content:flex-end!important}.theme-auto .justify-content-center{justify-content:center!important}.theme-auto .justify-content-between{justify-content:space-between!important}.theme-auto .justify-content-around{justify-content:space-around!important}.theme-auto .align-items-start{align-items:flex-start!important}.theme-auto .align-items-end{align-items:flex-end!important}.theme-auto .align-items-center{align-items:center!important}.theme-auto .align-items-baseline{align-items:baseline!important}.theme-auto .align-items-stretch{align-items:stretch!important}.theme-auto .align-content-start{align-content:flex-start!important}.theme-auto .align-content-end{align-content:flex-end!important}.theme-auto .align-content-center{align-content:center!important}.theme-auto .align-content-between{align-content:space-between!important}.theme-auto .align-content-around{align-content:space-around!important}.theme-auto .align-content-stretch{align-content:stretch!important}.theme-auto .align-self-auto{align-self:auto!important}.theme-auto .align-self-start{align-self:flex-start!important}.theme-auto .align-self-end{align-self:flex-end!important}.theme-auto .align-self-center{align-self:center!important}.theme-auto .align-self-baseline{align-self:baseline!important}.theme-auto .align-self-stretch{align-self:stretch!important}}@media (prefers-color-scheme:dark) and (min-width:576px){.theme-auto .flex-sm-row{flex-direction:row!important}.theme-auto .flex-sm-column{flex-direction:column!important}.theme-auto .flex-sm-row-reverse{flex-direction:row-reverse!important}.theme-auto .flex-sm-column-reverse{flex-direction:column-reverse!important}.theme-auto .flex-sm-wrap{flex-wrap:wrap!important}.theme-auto .flex-sm-nowrap{flex-wrap:nowrap!important}.theme-auto .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.theme-auto .flex-sm-fill{flex:1 1 auto!important}.theme-auto .flex-sm-grow-0{flex-grow:0!important}.theme-auto .flex-sm-grow-1{flex-grow:1!important}.theme-auto .flex-sm-shrink-0{flex-shrink:0!important}.theme-auto .flex-sm-shrink-1{flex-shrink:1!important}.theme-auto .justify-content-sm-start{justify-content:flex-start!important}.theme-auto .justify-content-sm-end{justify-content:flex-end!important}.theme-auto .justify-content-sm-center{justify-content:center!important}.theme-auto .justify-content-sm-between{justify-content:space-between!important}.theme-auto .justify-content-sm-around{justify-content:space-around!important}.theme-auto .align-items-sm-start{align-items:flex-start!important}.theme-auto .align-items-sm-end{align-items:flex-end!important}.theme-auto .align-items-sm-center{align-items:center!important}.theme-auto .align-items-sm-baseline{align-items:baseline!important}.theme-auto .align-items-sm-stretch{align-items:stretch!important}.theme-auto .align-content-sm-start{align-content:flex-start!important}.theme-auto .align-content-sm-end{align-content:flex-end!important}.theme-auto .align-content-sm-center{align-content:center!important}.theme-auto .align-content-sm-between{align-content:space-between!important}.theme-auto .align-content-sm-around{align-content:space-around!important}.theme-auto .align-content-sm-stretch{align-content:stretch!important}.theme-auto .align-self-sm-auto{align-self:auto!important}.theme-auto .align-self-sm-start{align-self:flex-start!important}.theme-auto .align-self-sm-end{align-self:flex-end!important}.theme-auto .align-self-sm-center{align-self:center!important}.theme-auto .align-self-sm-baseline{align-self:baseline!important}.theme-auto .align-self-sm-stretch{align-self:stretch!important}}@media (prefers-color-scheme:dark) and (min-width:768px){.theme-auto .flex-md-row{flex-direction:row!important}.theme-auto .flex-md-column{flex-direction:column!important}.theme-auto .flex-md-row-reverse{flex-direction:row-reverse!important}.theme-auto .flex-md-column-reverse{flex-direction:column-reverse!important}.theme-auto .flex-md-wrap{flex-wrap:wrap!important}.theme-auto .flex-md-nowrap{flex-wrap:nowrap!important}.theme-auto .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.theme-auto .flex-md-fill{flex:1 1 auto!important}.theme-auto .flex-md-grow-0{flex-grow:0!important}.theme-auto .flex-md-grow-1{flex-grow:1!important}.theme-auto .flex-md-shrink-0{flex-shrink:0!important}.theme-auto .flex-md-shrink-1{flex-shrink:1!important}.theme-auto .justify-content-md-start{justify-content:flex-start!important}.theme-auto .justify-content-md-end{justify-content:flex-end!important}.theme-auto .justify-content-md-center{justify-content:center!important}.theme-auto .justify-content-md-between{justify-content:space-between!important}.theme-auto .justify-content-md-around{justify-content:space-around!important}.theme-auto .align-items-md-start{align-items:flex-start!important}.theme-auto .align-items-md-end{align-items:flex-end!important}.theme-auto .align-items-md-center{align-items:center!important}.theme-auto .align-items-md-baseline{align-items:baseline!important}.theme-auto .align-items-md-stretch{align-items:stretch!important}.theme-auto .align-content-md-start{align-content:flex-start!important}.theme-auto .align-content-md-end{align-content:flex-end!important}.theme-auto .align-content-md-center{align-content:center!important}.theme-auto .align-content-md-between{align-content:space-between!important}.theme-auto .align-content-md-around{align-content:space-around!important}.theme-auto .align-content-md-stretch{align-content:stretch!important}.theme-auto .align-self-md-auto{align-self:auto!important}.theme-auto .align-self-md-start{align-self:flex-start!important}.theme-auto .align-self-md-end{align-self:flex-end!important}.theme-auto .align-self-md-center{align-self:center!important}.theme-auto .align-self-md-baseline{align-self:baseline!important}.theme-auto .align-self-md-stretch{align-self:stretch!important}}@media (prefers-color-scheme:dark) and (min-width:992px){.theme-auto .flex-lg-row{flex-direction:row!important}.theme-auto .flex-lg-column{flex-direction:column!important}.theme-auto .flex-lg-row-reverse{flex-direction:row-reverse!important}.theme-auto .flex-lg-column-reverse{flex-direction:column-reverse!important}.theme-auto .flex-lg-wrap{flex-wrap:wrap!important}.theme-auto .flex-lg-nowrap{flex-wrap:nowrap!important}.theme-auto .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.theme-auto .flex-lg-fill{flex:1 1 auto!important}.theme-auto .flex-lg-grow-0{flex-grow:0!important}.theme-auto .flex-lg-grow-1{flex-grow:1!important}.theme-auto .flex-lg-shrink-0{flex-shrink:0!important}.theme-auto .flex-lg-shrink-1{flex-shrink:1!important}.theme-auto .justify-content-lg-start{justify-content:flex-start!important}.theme-auto .justify-content-lg-end{justify-content:flex-end!important}.theme-auto .justify-content-lg-center{justify-content:center!important}.theme-auto .justify-content-lg-between{justify-content:space-between!important}.theme-auto .justify-content-lg-around{justify-content:space-around!important}.theme-auto .align-items-lg-start{align-items:flex-start!important}.theme-auto .align-items-lg-end{align-items:flex-end!important}.theme-auto .align-items-lg-center{align-items:center!important}.theme-auto .align-items-lg-baseline{align-items:baseline!important}.theme-auto .align-items-lg-stretch{align-items:stretch!important}.theme-auto .align-content-lg-start{align-content:flex-start!important}.theme-auto .align-content-lg-end{align-content:flex-end!important}.theme-auto .align-content-lg-center{align-content:center!important}.theme-auto .align-content-lg-between{align-content:space-between!important}.theme-auto .align-content-lg-around{align-content:space-around!important}.theme-auto .align-content-lg-stretch{align-content:stretch!important}.theme-auto .align-self-lg-auto{align-self:auto!important}.theme-auto .align-self-lg-start{align-self:flex-start!important}.theme-auto .align-self-lg-end{align-self:flex-end!important}.theme-auto .align-self-lg-center{align-self:center!important}.theme-auto .align-self-lg-baseline{align-self:baseline!important}.theme-auto .align-self-lg-stretch{align-self:stretch!important}}@media (prefers-color-scheme:dark) and (min-width:1200px){.theme-auto .flex-xl-row{flex-direction:row!important}.theme-auto .flex-xl-column{flex-direction:column!important}.theme-auto .flex-xl-row-reverse{flex-direction:row-reverse!important}.theme-auto .flex-xl-column-reverse{flex-direction:column-reverse!important}.theme-auto .flex-xl-wrap{flex-wrap:wrap!important}.theme-auto .flex-xl-nowrap{flex-wrap:nowrap!important}.theme-auto .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.theme-auto .flex-xl-fill{flex:1 1 auto!important}.theme-auto .flex-xl-grow-0{flex-grow:0!important}.theme-auto .flex-xl-grow-1{flex-grow:1!important}.theme-auto .flex-xl-shrink-0{flex-shrink:0!important}.theme-auto .flex-xl-shrink-1{flex-shrink:1!important}.theme-auto .justify-content-xl-start{justify-content:flex-start!important}.theme-auto .justify-content-xl-end{justify-content:flex-end!important}.theme-auto .justify-content-xl-center{justify-content:center!important}.theme-auto .justify-content-xl-between{justify-content:space-between!important}.theme-auto .justify-content-xl-around{justify-content:space-around!important}.theme-auto .align-items-xl-start{align-items:flex-start!important}.theme-auto .align-items-xl-end{align-items:flex-end!important}.theme-auto .align-items-xl-center{align-items:center!important}.theme-auto .align-items-xl-baseline{align-items:baseline!important}.theme-auto .align-items-xl-stretch{align-items:stretch!important}.theme-auto .align-content-xl-start{align-content:flex-start!important}.theme-auto .align-content-xl-end{align-content:flex-end!important}.theme-auto .align-content-xl-center{align-content:center!important}.theme-auto .align-content-xl-between{align-content:space-between!important}.theme-auto .align-content-xl-around{align-content:space-around!important}.theme-auto .align-content-xl-stretch{align-content:stretch!important}.theme-auto .align-self-xl-auto{align-self:auto!important}.theme-auto .align-self-xl-start{align-self:flex-start!important}.theme-auto .align-self-xl-end{align-self:flex-end!important}.theme-auto .align-self-xl-center{align-self:center!important}.theme-auto .align-self-xl-baseline{align-self:baseline!important}.theme-auto .align-self-xl-stretch{align-self:stretch!important}}@media (prefers-color-scheme:dark){.theme-auto .float-left{float:left!important}.theme-auto .float-right{float:right!important}.theme-auto .float-none{float:none!important}}@media (prefers-color-scheme:dark) and (min-width:576px){.theme-auto .float-sm-left{float:left!important}.theme-auto .float-sm-right{float:right!important}.theme-auto .float-sm-none{float:none!important}}@media (prefers-color-scheme:dark) and (min-width:768px){.theme-auto .float-md-left{float:left!important}.theme-auto .float-md-right{float:right!important}.theme-auto .float-md-none{float:none!important}}@media (prefers-color-scheme:dark) and (min-width:992px){.theme-auto .float-lg-left{float:left!important}.theme-auto .float-lg-right{float:right!important}.theme-auto .float-lg-none{float:none!important}}@media (prefers-color-scheme:dark) and (min-width:1200px){.theme-auto .float-xl-left{float:left!important}.theme-auto .float-xl-right{float:right!important}.theme-auto .float-xl-none{float:none!important}}@media (prefers-color-scheme:dark){.theme-auto .user-select-all{-webkit-user-select:all!important;user-select:all!important}.theme-auto .user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.theme-auto .user-select-none{-webkit-user-select:none!important;user-select:none!important}.theme-auto .overflow-auto{overflow:auto!important}.theme-auto .overflow-hidden{overflow:hidden!important}.theme-auto .position-static{position:static!important}.theme-auto .position-relative{position:relative!important}.theme-auto .position-absolute{position:absolute!important}.theme-auto .position-fixed{position:fixed!important}.theme-auto .position-sticky{position:sticky!important}.theme-auto .fixed-top{left:0;position:fixed;right:0;top:0;z-index:1030}.theme-auto .fixed-bottom{bottom:0;left:0;position:fixed;right:0;z-index:1030}@supports (position:sticky){.theme-auto .sticky-top{position:sticky;top:0;z-index:1020}}.theme-auto .sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.theme-auto .sr-only-focusable:active,.theme-auto .sr-only-focusable:focus{clip:auto;height:auto;overflow:visible;position:static;white-space:normal;width:auto}.theme-auto .shadow-sm{box-shadow:0 .125rem .25rem rgba(249,250,251,.075)!important}.theme-auto .shadow{box-shadow:0 .5rem 1rem #f9fafb26!important}.theme-auto .shadow-lg{box-shadow:0 1rem 3rem rgba(249,250,251,.175)!important}.theme-auto .shadow-none{box-shadow:none!important}.theme-auto .w-25{width:25%!important}.theme-auto .w-50{width:50%!important}.theme-auto .w-75{width:75%!important}.theme-auto .w-100{width:100%!important}.theme-auto .w-auto{width:auto!important}.theme-auto .h-25{height:25%!important}.theme-auto .h-50{height:50%!important}.theme-auto .h-75{height:75%!important}.theme-auto .h-100{height:100%!important}.theme-auto .h-auto{height:auto!important}.theme-auto .mw-100{max-width:100%!important}.theme-auto .mh-100{max-height:100%!important}.theme-auto .min-vw-100{min-width:100vw!important}.theme-auto .min-vh-100{min-height:100vh!important}.theme-auto .vw-100{width:100vw!important}.theme-auto .vh-100{height:100vh!important}.theme-auto .m-0{margin:0!important}.theme-auto .mt-0,.theme-auto .my-0{margin-top:0!important}.theme-auto .mr-0,.theme-auto .mx-0{margin-right:0!important}.theme-auto .mb-0,.theme-auto .my-0{margin-bottom:0!important}.theme-auto .ml-0,.theme-auto .mx-0{margin-left:0!important}.theme-auto .m-1{margin:.25rem!important}.theme-auto .mt-1,.theme-auto .my-1{margin-top:.25rem!important}.theme-auto .mr-1,.theme-auto .mx-1{margin-right:.25rem!important}.theme-auto .mb-1,.theme-auto .my-1{margin-bottom:.25rem!important}.theme-auto .ml-1,.theme-auto .mx-1{margin-left:.25rem!important}.theme-auto .m-2{margin:.5rem!important}.theme-auto .mt-2,.theme-auto .my-2{margin-top:.5rem!important}.theme-auto .mr-2,.theme-auto .mx-2{margin-right:.5rem!important}.theme-auto .mb-2,.theme-auto .my-2{margin-bottom:.5rem!important}.theme-auto .ml-2,.theme-auto .mx-2{margin-left:.5rem!important}.theme-auto .m-3{margin:1rem!important}.theme-auto .mt-3,.theme-auto .my-3{margin-top:1rem!important}.theme-auto .mr-3,.theme-auto .mx-3{margin-right:1rem!important}.theme-auto .mb-3,.theme-auto .my-3{margin-bottom:1rem!important}.theme-auto .ml-3,.theme-auto .mx-3{margin-left:1rem!important}.theme-auto .m-4{margin:1.5rem!important}.theme-auto .mt-4,.theme-auto .my-4{margin-top:1.5rem!important}.theme-auto .mr-4,.theme-auto .mx-4{margin-right:1.5rem!important}.theme-auto .mb-4,.theme-auto .my-4{margin-bottom:1.5rem!important}.theme-auto .ml-4,.theme-auto .mx-4{margin-left:1.5rem!important}.theme-auto .m-5{margin:3rem!important}.theme-auto .mt-5,.theme-auto .my-5{margin-top:3rem!important}.theme-auto .mr-5,.theme-auto .mx-5{margin-right:3rem!important}.theme-auto .mb-5,.theme-auto .my-5{margin-bottom:3rem!important}.theme-auto .ml-5,.theme-auto .mx-5{margin-left:3rem!important}.theme-auto .p-0{padding:0!important}.theme-auto .pt-0,.theme-auto .py-0{padding-top:0!important}.theme-auto .pr-0,.theme-auto .px-0{padding-right:0!important}.theme-auto .pb-0,.theme-auto .py-0{padding-bottom:0!important}.theme-auto .pl-0,.theme-auto .px-0{padding-left:0!important}.theme-auto .p-1{padding:.25rem!important}.theme-auto .pt-1,.theme-auto .py-1{padding-top:.25rem!important}.theme-auto .pr-1,.theme-auto .px-1{padding-right:.25rem!important}.theme-auto .pb-1,.theme-auto .py-1{padding-bottom:.25rem!important}.theme-auto .pl-1,.theme-auto .px-1{padding-left:.25rem!important}.theme-auto .p-2{padding:.5rem!important}.theme-auto .pt-2,.theme-auto .py-2{padding-top:.5rem!important}.theme-auto .pr-2,.theme-auto .px-2{padding-right:.5rem!important}.theme-auto .pb-2,.theme-auto .py-2{padding-bottom:.5rem!important}.theme-auto .pl-2,.theme-auto .px-2{padding-left:.5rem!important}.theme-auto .p-3{padding:1rem!important}.theme-auto .pt-3,.theme-auto .py-3{padding-top:1rem!important}.theme-auto .pr-3,.theme-auto .px-3{padding-right:1rem!important}.theme-auto .pb-3,.theme-auto .py-3{padding-bottom:1rem!important}.theme-auto .pl-3,.theme-auto .px-3{padding-left:1rem!important}.theme-auto .p-4{padding:1.5rem!important}.theme-auto .pt-4,.theme-auto .py-4{padding-top:1.5rem!important}.theme-auto .pr-4,.theme-auto .px-4{padding-right:1.5rem!important}.theme-auto .pb-4,.theme-auto .py-4{padding-bottom:1.5rem!important}.theme-auto .pl-4,.theme-auto .px-4{padding-left:1.5rem!important}.theme-auto .p-5{padding:3rem!important}.theme-auto .pt-5,.theme-auto .py-5{padding-top:3rem!important}.theme-auto .pr-5,.theme-auto .px-5{padding-right:3rem!important}.theme-auto .pb-5,.theme-auto .py-5{padding-bottom:3rem!important}.theme-auto .pl-5,.theme-auto .px-5{padding-left:3rem!important}.theme-auto .m-n1{margin:-.25rem!important}.theme-auto .mt-n1,.theme-auto .my-n1{margin-top:-.25rem!important}.theme-auto .mr-n1,.theme-auto .mx-n1{margin-right:-.25rem!important}.theme-auto .mb-n1,.theme-auto .my-n1{margin-bottom:-.25rem!important}.theme-auto .ml-n1,.theme-auto .mx-n1{margin-left:-.25rem!important}.theme-auto .m-n2{margin:-.5rem!important}.theme-auto .mt-n2,.theme-auto .my-n2{margin-top:-.5rem!important}.theme-auto .mr-n2,.theme-auto .mx-n2{margin-right:-.5rem!important}.theme-auto .mb-n2,.theme-auto .my-n2{margin-bottom:-.5rem!important}.theme-auto .ml-n2,.theme-auto .mx-n2{margin-left:-.5rem!important}.theme-auto .m-n3{margin:-1rem!important}.theme-auto .mt-n3,.theme-auto .my-n3{margin-top:-1rem!important}.theme-auto .mr-n3,.theme-auto .mx-n3{margin-right:-1rem!important}.theme-auto .mb-n3,.theme-auto .my-n3{margin-bottom:-1rem!important}.theme-auto .ml-n3,.theme-auto .mx-n3{margin-left:-1rem!important}.theme-auto .m-n4{margin:-1.5rem!important}.theme-auto .mt-n4,.theme-auto .my-n4{margin-top:-1.5rem!important}.theme-auto .mr-n4,.theme-auto .mx-n4{margin-right:-1.5rem!important}.theme-auto .mb-n4,.theme-auto .my-n4{margin-bottom:-1.5rem!important}.theme-auto .ml-n4,.theme-auto .mx-n4{margin-left:-1.5rem!important}.theme-auto .m-n5{margin:-3rem!important}.theme-auto .mt-n5,.theme-auto .my-n5{margin-top:-3rem!important}.theme-auto .mr-n5,.theme-auto .mx-n5{margin-right:-3rem!important}.theme-auto .mb-n5,.theme-auto .my-n5{margin-bottom:-3rem!important}.theme-auto .ml-n5,.theme-auto .mx-n5{margin-left:-3rem!important}.theme-auto .m-auto{margin:auto!important}.theme-auto .mt-auto,.theme-auto .my-auto{margin-top:auto!important}.theme-auto .mr-auto,.theme-auto .mx-auto{margin-right:auto!important}.theme-auto .mb-auto,.theme-auto .my-auto{margin-bottom:auto!important}.theme-auto .ml-auto,.theme-auto .mx-auto{margin-left:auto!important}}@media (prefers-color-scheme:dark) and (min-width:576px){.theme-auto .m-sm-0{margin:0!important}.theme-auto .mt-sm-0,.theme-auto .my-sm-0{margin-top:0!important}.theme-auto .mr-sm-0,.theme-auto .mx-sm-0{margin-right:0!important}.theme-auto .mb-sm-0,.theme-auto .my-sm-0{margin-bottom:0!important}.theme-auto .ml-sm-0,.theme-auto .mx-sm-0{margin-left:0!important}.theme-auto .m-sm-1{margin:.25rem!important}.theme-auto .mt-sm-1,.theme-auto .my-sm-1{margin-top:.25rem!important}.theme-auto .mr-sm-1,.theme-auto .mx-sm-1{margin-right:.25rem!important}.theme-auto .mb-sm-1,.theme-auto .my-sm-1{margin-bottom:.25rem!important}.theme-auto .ml-sm-1,.theme-auto .mx-sm-1{margin-left:.25rem!important}.theme-auto .m-sm-2{margin:.5rem!important}.theme-auto .mt-sm-2,.theme-auto .my-sm-2{margin-top:.5rem!important}.theme-auto .mr-sm-2,.theme-auto .mx-sm-2{margin-right:.5rem!important}.theme-auto .mb-sm-2,.theme-auto .my-sm-2{margin-bottom:.5rem!important}.theme-auto .ml-sm-2,.theme-auto .mx-sm-2{margin-left:.5rem!important}.theme-auto .m-sm-3{margin:1rem!important}.theme-auto .mt-sm-3,.theme-auto .my-sm-3{margin-top:1rem!important}.theme-auto .mr-sm-3,.theme-auto .mx-sm-3{margin-right:1rem!important}.theme-auto .mb-sm-3,.theme-auto .my-sm-3{margin-bottom:1rem!important}.theme-auto .ml-sm-3,.theme-auto .mx-sm-3{margin-left:1rem!important}.theme-auto .m-sm-4{margin:1.5rem!important}.theme-auto .mt-sm-4,.theme-auto .my-sm-4{margin-top:1.5rem!important}.theme-auto .mr-sm-4,.theme-auto .mx-sm-4{margin-right:1.5rem!important}.theme-auto .mb-sm-4,.theme-auto .my-sm-4{margin-bottom:1.5rem!important}.theme-auto .ml-sm-4,.theme-auto .mx-sm-4{margin-left:1.5rem!important}.theme-auto .m-sm-5{margin:3rem!important}.theme-auto .mt-sm-5,.theme-auto .my-sm-5{margin-top:3rem!important}.theme-auto .mr-sm-5,.theme-auto .mx-sm-5{margin-right:3rem!important}.theme-auto .mb-sm-5,.theme-auto .my-sm-5{margin-bottom:3rem!important}.theme-auto .ml-sm-5,.theme-auto .mx-sm-5{margin-left:3rem!important}.theme-auto .p-sm-0{padding:0!important}.theme-auto .pt-sm-0,.theme-auto .py-sm-0{padding-top:0!important}.theme-auto .pr-sm-0,.theme-auto .px-sm-0{padding-right:0!important}.theme-auto .pb-sm-0,.theme-auto .py-sm-0{padding-bottom:0!important}.theme-auto .pl-sm-0,.theme-auto .px-sm-0{padding-left:0!important}.theme-auto .p-sm-1{padding:.25rem!important}.theme-auto .pt-sm-1,.theme-auto .py-sm-1{padding-top:.25rem!important}.theme-auto .pr-sm-1,.theme-auto .px-sm-1{padding-right:.25rem!important}.theme-auto .pb-sm-1,.theme-auto .py-sm-1{padding-bottom:.25rem!important}.theme-auto .pl-sm-1,.theme-auto .px-sm-1{padding-left:.25rem!important}.theme-auto .p-sm-2{padding:.5rem!important}.theme-auto .pt-sm-2,.theme-auto .py-sm-2{padding-top:.5rem!important}.theme-auto .pr-sm-2,.theme-auto .px-sm-2{padding-right:.5rem!important}.theme-auto .pb-sm-2,.theme-auto .py-sm-2{padding-bottom:.5rem!important}.theme-auto .pl-sm-2,.theme-auto .px-sm-2{padding-left:.5rem!important}.theme-auto .p-sm-3{padding:1rem!important}.theme-auto .pt-sm-3,.theme-auto .py-sm-3{padding-top:1rem!important}.theme-auto .pr-sm-3,.theme-auto .px-sm-3{padding-right:1rem!important}.theme-auto .pb-sm-3,.theme-auto .py-sm-3{padding-bottom:1rem!important}.theme-auto .pl-sm-3,.theme-auto .px-sm-3{padding-left:1rem!important}.theme-auto .p-sm-4{padding:1.5rem!important}.theme-auto .pt-sm-4,.theme-auto .py-sm-4{padding-top:1.5rem!important}.theme-auto .pr-sm-4,.theme-auto .px-sm-4{padding-right:1.5rem!important}.theme-auto .pb-sm-4,.theme-auto .py-sm-4{padding-bottom:1.5rem!important}.theme-auto .pl-sm-4,.theme-auto .px-sm-4{padding-left:1.5rem!important}.theme-auto .p-sm-5{padding:3rem!important}.theme-auto .pt-sm-5,.theme-auto .py-sm-5{padding-top:3rem!important}.theme-auto .pr-sm-5,.theme-auto .px-sm-5{padding-right:3rem!important}.theme-auto .pb-sm-5,.theme-auto .py-sm-5{padding-bottom:3rem!important}.theme-auto .pl-sm-5,.theme-auto .px-sm-5{padding-left:3rem!important}.theme-auto .m-sm-n1{margin:-.25rem!important}.theme-auto .mt-sm-n1,.theme-auto .my-sm-n1{margin-top:-.25rem!important}.theme-auto .mr-sm-n1,.theme-auto .mx-sm-n1{margin-right:-.25rem!important}.theme-auto .mb-sm-n1,.theme-auto .my-sm-n1{margin-bottom:-.25rem!important}.theme-auto .ml-sm-n1,.theme-auto .mx-sm-n1{margin-left:-.25rem!important}.theme-auto .m-sm-n2{margin:-.5rem!important}.theme-auto .mt-sm-n2,.theme-auto .my-sm-n2{margin-top:-.5rem!important}.theme-auto .mr-sm-n2,.theme-auto .mx-sm-n2{margin-right:-.5rem!important}.theme-auto .mb-sm-n2,.theme-auto .my-sm-n2{margin-bottom:-.5rem!important}.theme-auto .ml-sm-n2,.theme-auto .mx-sm-n2{margin-left:-.5rem!important}.theme-auto .m-sm-n3{margin:-1rem!important}.theme-auto .mt-sm-n3,.theme-auto .my-sm-n3{margin-top:-1rem!important}.theme-auto .mr-sm-n3,.theme-auto .mx-sm-n3{margin-right:-1rem!important}.theme-auto .mb-sm-n3,.theme-auto .my-sm-n3{margin-bottom:-1rem!important}.theme-auto .ml-sm-n3,.theme-auto .mx-sm-n3{margin-left:-1rem!important}.theme-auto .m-sm-n4{margin:-1.5rem!important}.theme-auto .mt-sm-n4,.theme-auto .my-sm-n4{margin-top:-1.5rem!important}.theme-auto .mr-sm-n4,.theme-auto .mx-sm-n4{margin-right:-1.5rem!important}.theme-auto .mb-sm-n4,.theme-auto .my-sm-n4{margin-bottom:-1.5rem!important}.theme-auto .ml-sm-n4,.theme-auto .mx-sm-n4{margin-left:-1.5rem!important}.theme-auto .m-sm-n5{margin:-3rem!important}.theme-auto .mt-sm-n5,.theme-auto .my-sm-n5{margin-top:-3rem!important}.theme-auto .mr-sm-n5,.theme-auto .mx-sm-n5{margin-right:-3rem!important}.theme-auto .mb-sm-n5,.theme-auto .my-sm-n5{margin-bottom:-3rem!important}.theme-auto .ml-sm-n5,.theme-auto .mx-sm-n5{margin-left:-3rem!important}.theme-auto .m-sm-auto{margin:auto!important}.theme-auto .mt-sm-auto,.theme-auto .my-sm-auto{margin-top:auto!important}.theme-auto .mr-sm-auto,.theme-auto .mx-sm-auto{margin-right:auto!important}.theme-auto .mb-sm-auto,.theme-auto .my-sm-auto{margin-bottom:auto!important}.theme-auto .ml-sm-auto,.theme-auto .mx-sm-auto{margin-left:auto!important}}@media (prefers-color-scheme:dark) and (min-width:768px){.theme-auto .m-md-0{margin:0!important}.theme-auto .mt-md-0,.theme-auto .my-md-0{margin-top:0!important}.theme-auto .mr-md-0,.theme-auto .mx-md-0{margin-right:0!important}.theme-auto .mb-md-0,.theme-auto .my-md-0{margin-bottom:0!important}.theme-auto .ml-md-0,.theme-auto .mx-md-0{margin-left:0!important}.theme-auto .m-md-1{margin:.25rem!important}.theme-auto .mt-md-1,.theme-auto .my-md-1{margin-top:.25rem!important}.theme-auto .mr-md-1,.theme-auto .mx-md-1{margin-right:.25rem!important}.theme-auto .mb-md-1,.theme-auto .my-md-1{margin-bottom:.25rem!important}.theme-auto .ml-md-1,.theme-auto .mx-md-1{margin-left:.25rem!important}.theme-auto .m-md-2{margin:.5rem!important}.theme-auto .mt-md-2,.theme-auto .my-md-2{margin-top:.5rem!important}.theme-auto .mr-md-2,.theme-auto .mx-md-2{margin-right:.5rem!important}.theme-auto .mb-md-2,.theme-auto .my-md-2{margin-bottom:.5rem!important}.theme-auto .ml-md-2,.theme-auto .mx-md-2{margin-left:.5rem!important}.theme-auto .m-md-3{margin:1rem!important}.theme-auto .mt-md-3,.theme-auto .my-md-3{margin-top:1rem!important}.theme-auto .mr-md-3,.theme-auto .mx-md-3{margin-right:1rem!important}.theme-auto .mb-md-3,.theme-auto .my-md-3{margin-bottom:1rem!important}.theme-auto .ml-md-3,.theme-auto .mx-md-3{margin-left:1rem!important}.theme-auto .m-md-4{margin:1.5rem!important}.theme-auto .mt-md-4,.theme-auto .my-md-4{margin-top:1.5rem!important}.theme-auto .mr-md-4,.theme-auto .mx-md-4{margin-right:1.5rem!important}.theme-auto .mb-md-4,.theme-auto .my-md-4{margin-bottom:1.5rem!important}.theme-auto .ml-md-4,.theme-auto .mx-md-4{margin-left:1.5rem!important}.theme-auto .m-md-5{margin:3rem!important}.theme-auto .mt-md-5,.theme-auto .my-md-5{margin-top:3rem!important}.theme-auto .mr-md-5,.theme-auto .mx-md-5{margin-right:3rem!important}.theme-auto .mb-md-5,.theme-auto .my-md-5{margin-bottom:3rem!important}.theme-auto .ml-md-5,.theme-auto .mx-md-5{margin-left:3rem!important}.theme-auto .p-md-0{padding:0!important}.theme-auto .pt-md-0,.theme-auto .py-md-0{padding-top:0!important}.theme-auto .pr-md-0,.theme-auto .px-md-0{padding-right:0!important}.theme-auto .pb-md-0,.theme-auto .py-md-0{padding-bottom:0!important}.theme-auto .pl-md-0,.theme-auto .px-md-0{padding-left:0!important}.theme-auto .p-md-1{padding:.25rem!important}.theme-auto .pt-md-1,.theme-auto .py-md-1{padding-top:.25rem!important}.theme-auto .pr-md-1,.theme-auto .px-md-1{padding-right:.25rem!important}.theme-auto .pb-md-1,.theme-auto .py-md-1{padding-bottom:.25rem!important}.theme-auto .pl-md-1,.theme-auto .px-md-1{padding-left:.25rem!important}.theme-auto .p-md-2{padding:.5rem!important}.theme-auto .pt-md-2,.theme-auto .py-md-2{padding-top:.5rem!important}.theme-auto .pr-md-2,.theme-auto .px-md-2{padding-right:.5rem!important}.theme-auto .pb-md-2,.theme-auto .py-md-2{padding-bottom:.5rem!important}.theme-auto .pl-md-2,.theme-auto .px-md-2{padding-left:.5rem!important}.theme-auto .p-md-3{padding:1rem!important}.theme-auto .pt-md-3,.theme-auto .py-md-3{padding-top:1rem!important}.theme-auto .pr-md-3,.theme-auto .px-md-3{padding-right:1rem!important}.theme-auto .pb-md-3,.theme-auto .py-md-3{padding-bottom:1rem!important}.theme-auto .pl-md-3,.theme-auto .px-md-3{padding-left:1rem!important}.theme-auto .p-md-4{padding:1.5rem!important}.theme-auto .pt-md-4,.theme-auto .py-md-4{padding-top:1.5rem!important}.theme-auto .pr-md-4,.theme-auto .px-md-4{padding-right:1.5rem!important}.theme-auto .pb-md-4,.theme-auto .py-md-4{padding-bottom:1.5rem!important}.theme-auto .pl-md-4,.theme-auto .px-md-4{padding-left:1.5rem!important}.theme-auto .p-md-5{padding:3rem!important}.theme-auto .pt-md-5,.theme-auto .py-md-5{padding-top:3rem!important}.theme-auto .pr-md-5,.theme-auto .px-md-5{padding-right:3rem!important}.theme-auto .pb-md-5,.theme-auto .py-md-5{padding-bottom:3rem!important}.theme-auto .pl-md-5,.theme-auto .px-md-5{padding-left:3rem!important}.theme-auto .m-md-n1{margin:-.25rem!important}.theme-auto .mt-md-n1,.theme-auto .my-md-n1{margin-top:-.25rem!important}.theme-auto .mr-md-n1,.theme-auto .mx-md-n1{margin-right:-.25rem!important}.theme-auto .mb-md-n1,.theme-auto .my-md-n1{margin-bottom:-.25rem!important}.theme-auto .ml-md-n1,.theme-auto .mx-md-n1{margin-left:-.25rem!important}.theme-auto .m-md-n2{margin:-.5rem!important}.theme-auto .mt-md-n2,.theme-auto .my-md-n2{margin-top:-.5rem!important}.theme-auto .mr-md-n2,.theme-auto .mx-md-n2{margin-right:-.5rem!important}.theme-auto .mb-md-n2,.theme-auto .my-md-n2{margin-bottom:-.5rem!important}.theme-auto .ml-md-n2,.theme-auto .mx-md-n2{margin-left:-.5rem!important}.theme-auto .m-md-n3{margin:-1rem!important}.theme-auto .mt-md-n3,.theme-auto .my-md-n3{margin-top:-1rem!important}.theme-auto .mr-md-n3,.theme-auto .mx-md-n3{margin-right:-1rem!important}.theme-auto .mb-md-n3,.theme-auto .my-md-n3{margin-bottom:-1rem!important}.theme-auto .ml-md-n3,.theme-auto .mx-md-n3{margin-left:-1rem!important}.theme-auto .m-md-n4{margin:-1.5rem!important}.theme-auto .mt-md-n4,.theme-auto .my-md-n4{margin-top:-1.5rem!important}.theme-auto .mr-md-n4,.theme-auto .mx-md-n4{margin-right:-1.5rem!important}.theme-auto .mb-md-n4,.theme-auto .my-md-n4{margin-bottom:-1.5rem!important}.theme-auto .ml-md-n4,.theme-auto .mx-md-n4{margin-left:-1.5rem!important}.theme-auto .m-md-n5{margin:-3rem!important}.theme-auto .mt-md-n5,.theme-auto .my-md-n5{margin-top:-3rem!important}.theme-auto .mr-md-n5,.theme-auto .mx-md-n5{margin-right:-3rem!important}.theme-auto .mb-md-n5,.theme-auto .my-md-n5{margin-bottom:-3rem!important}.theme-auto .ml-md-n5,.theme-auto .mx-md-n5{margin-left:-3rem!important}.theme-auto .m-md-auto{margin:auto!important}.theme-auto .mt-md-auto,.theme-auto .my-md-auto{margin-top:auto!important}.theme-auto .mr-md-auto,.theme-auto .mx-md-auto{margin-right:auto!important}.theme-auto .mb-md-auto,.theme-auto .my-md-auto{margin-bottom:auto!important}.theme-auto .ml-md-auto,.theme-auto .mx-md-auto{margin-left:auto!important}}@media (prefers-color-scheme:dark) and (min-width:992px){.theme-auto .m-lg-0{margin:0!important}.theme-auto .mt-lg-0,.theme-auto .my-lg-0{margin-top:0!important}.theme-auto .mr-lg-0,.theme-auto .mx-lg-0{margin-right:0!important}.theme-auto .mb-lg-0,.theme-auto .my-lg-0{margin-bottom:0!important}.theme-auto .ml-lg-0,.theme-auto .mx-lg-0{margin-left:0!important}.theme-auto .m-lg-1{margin:.25rem!important}.theme-auto .mt-lg-1,.theme-auto .my-lg-1{margin-top:.25rem!important}.theme-auto .mr-lg-1,.theme-auto .mx-lg-1{margin-right:.25rem!important}.theme-auto .mb-lg-1,.theme-auto .my-lg-1{margin-bottom:.25rem!important}.theme-auto .ml-lg-1,.theme-auto .mx-lg-1{margin-left:.25rem!important}.theme-auto .m-lg-2{margin:.5rem!important}.theme-auto .mt-lg-2,.theme-auto .my-lg-2{margin-top:.5rem!important}.theme-auto .mr-lg-2,.theme-auto .mx-lg-2{margin-right:.5rem!important}.theme-auto .mb-lg-2,.theme-auto .my-lg-2{margin-bottom:.5rem!important}.theme-auto .ml-lg-2,.theme-auto .mx-lg-2{margin-left:.5rem!important}.theme-auto .m-lg-3{margin:1rem!important}.theme-auto .mt-lg-3,.theme-auto .my-lg-3{margin-top:1rem!important}.theme-auto .mr-lg-3,.theme-auto .mx-lg-3{margin-right:1rem!important}.theme-auto .mb-lg-3,.theme-auto .my-lg-3{margin-bottom:1rem!important}.theme-auto .ml-lg-3,.theme-auto .mx-lg-3{margin-left:1rem!important}.theme-auto .m-lg-4{margin:1.5rem!important}.theme-auto .mt-lg-4,.theme-auto .my-lg-4{margin-top:1.5rem!important}.theme-auto .mr-lg-4,.theme-auto .mx-lg-4{margin-right:1.5rem!important}.theme-auto .mb-lg-4,.theme-auto .my-lg-4{margin-bottom:1.5rem!important}.theme-auto .ml-lg-4,.theme-auto .mx-lg-4{margin-left:1.5rem!important}.theme-auto .m-lg-5{margin:3rem!important}.theme-auto .mt-lg-5,.theme-auto .my-lg-5{margin-top:3rem!important}.theme-auto .mr-lg-5,.theme-auto .mx-lg-5{margin-right:3rem!important}.theme-auto .mb-lg-5,.theme-auto .my-lg-5{margin-bottom:3rem!important}.theme-auto .ml-lg-5,.theme-auto .mx-lg-5{margin-left:3rem!important}.theme-auto .p-lg-0{padding:0!important}.theme-auto .pt-lg-0,.theme-auto .py-lg-0{padding-top:0!important}.theme-auto .pr-lg-0,.theme-auto .px-lg-0{padding-right:0!important}.theme-auto .pb-lg-0,.theme-auto .py-lg-0{padding-bottom:0!important}.theme-auto .pl-lg-0,.theme-auto .px-lg-0{padding-left:0!important}.theme-auto .p-lg-1{padding:.25rem!important}.theme-auto .pt-lg-1,.theme-auto .py-lg-1{padding-top:.25rem!important}.theme-auto .pr-lg-1,.theme-auto .px-lg-1{padding-right:.25rem!important}.theme-auto .pb-lg-1,.theme-auto .py-lg-1{padding-bottom:.25rem!important}.theme-auto .pl-lg-1,.theme-auto .px-lg-1{padding-left:.25rem!important}.theme-auto .p-lg-2{padding:.5rem!important}.theme-auto .pt-lg-2,.theme-auto .py-lg-2{padding-top:.5rem!important}.theme-auto .pr-lg-2,.theme-auto .px-lg-2{padding-right:.5rem!important}.theme-auto .pb-lg-2,.theme-auto .py-lg-2{padding-bottom:.5rem!important}.theme-auto .pl-lg-2,.theme-auto .px-lg-2{padding-left:.5rem!important}.theme-auto .p-lg-3{padding:1rem!important}.theme-auto .pt-lg-3,.theme-auto .py-lg-3{padding-top:1rem!important}.theme-auto .pr-lg-3,.theme-auto .px-lg-3{padding-right:1rem!important}.theme-auto .pb-lg-3,.theme-auto .py-lg-3{padding-bottom:1rem!important}.theme-auto .pl-lg-3,.theme-auto .px-lg-3{padding-left:1rem!important}.theme-auto .p-lg-4{padding:1.5rem!important}.theme-auto .pt-lg-4,.theme-auto .py-lg-4{padding-top:1.5rem!important}.theme-auto .pr-lg-4,.theme-auto .px-lg-4{padding-right:1.5rem!important}.theme-auto .pb-lg-4,.theme-auto .py-lg-4{padding-bottom:1.5rem!important}.theme-auto .pl-lg-4,.theme-auto .px-lg-4{padding-left:1.5rem!important}.theme-auto .p-lg-5{padding:3rem!important}.theme-auto .pt-lg-5,.theme-auto .py-lg-5{padding-top:3rem!important}.theme-auto .pr-lg-5,.theme-auto .px-lg-5{padding-right:3rem!important}.theme-auto .pb-lg-5,.theme-auto .py-lg-5{padding-bottom:3rem!important}.theme-auto .pl-lg-5,.theme-auto .px-lg-5{padding-left:3rem!important}.theme-auto .m-lg-n1{margin:-.25rem!important}.theme-auto .mt-lg-n1,.theme-auto .my-lg-n1{margin-top:-.25rem!important}.theme-auto .mr-lg-n1,.theme-auto .mx-lg-n1{margin-right:-.25rem!important}.theme-auto .mb-lg-n1,.theme-auto .my-lg-n1{margin-bottom:-.25rem!important}.theme-auto .ml-lg-n1,.theme-auto .mx-lg-n1{margin-left:-.25rem!important}.theme-auto .m-lg-n2{margin:-.5rem!important}.theme-auto .mt-lg-n2,.theme-auto .my-lg-n2{margin-top:-.5rem!important}.theme-auto .mr-lg-n2,.theme-auto .mx-lg-n2{margin-right:-.5rem!important}.theme-auto .mb-lg-n2,.theme-auto .my-lg-n2{margin-bottom:-.5rem!important}.theme-auto .ml-lg-n2,.theme-auto .mx-lg-n2{margin-left:-.5rem!important}.theme-auto .m-lg-n3{margin:-1rem!important}.theme-auto .mt-lg-n3,.theme-auto .my-lg-n3{margin-top:-1rem!important}.theme-auto .mr-lg-n3,.theme-auto .mx-lg-n3{margin-right:-1rem!important}.theme-auto .mb-lg-n3,.theme-auto .my-lg-n3{margin-bottom:-1rem!important}.theme-auto .ml-lg-n3,.theme-auto .mx-lg-n3{margin-left:-1rem!important}.theme-auto .m-lg-n4{margin:-1.5rem!important}.theme-auto .mt-lg-n4,.theme-auto .my-lg-n4{margin-top:-1.5rem!important}.theme-auto .mr-lg-n4,.theme-auto .mx-lg-n4{margin-right:-1.5rem!important}.theme-auto .mb-lg-n4,.theme-auto .my-lg-n4{margin-bottom:-1.5rem!important}.theme-auto .ml-lg-n4,.theme-auto .mx-lg-n4{margin-left:-1.5rem!important}.theme-auto .m-lg-n5{margin:-3rem!important}.theme-auto .mt-lg-n5,.theme-auto .my-lg-n5{margin-top:-3rem!important}.theme-auto .mr-lg-n5,.theme-auto .mx-lg-n5{margin-right:-3rem!important}.theme-auto .mb-lg-n5,.theme-auto .my-lg-n5{margin-bottom:-3rem!important}.theme-auto .ml-lg-n5,.theme-auto .mx-lg-n5{margin-left:-3rem!important}.theme-auto .m-lg-auto{margin:auto!important}.theme-auto .mt-lg-auto,.theme-auto .my-lg-auto{margin-top:auto!important}.theme-auto .mr-lg-auto,.theme-auto .mx-lg-auto{margin-right:auto!important}.theme-auto .mb-lg-auto,.theme-auto .my-lg-auto{margin-bottom:auto!important}.theme-auto .ml-lg-auto,.theme-auto .mx-lg-auto{margin-left:auto!important}}@media (prefers-color-scheme:dark) and (min-width:1200px){.theme-auto .m-xl-0{margin:0!important}.theme-auto .mt-xl-0,.theme-auto .my-xl-0{margin-top:0!important}.theme-auto .mr-xl-0,.theme-auto .mx-xl-0{margin-right:0!important}.theme-auto .mb-xl-0,.theme-auto .my-xl-0{margin-bottom:0!important}.theme-auto .ml-xl-0,.theme-auto .mx-xl-0{margin-left:0!important}.theme-auto .m-xl-1{margin:.25rem!important}.theme-auto .mt-xl-1,.theme-auto .my-xl-1{margin-top:.25rem!important}.theme-auto .mr-xl-1,.theme-auto .mx-xl-1{margin-right:.25rem!important}.theme-auto .mb-xl-1,.theme-auto .my-xl-1{margin-bottom:.25rem!important}.theme-auto .ml-xl-1,.theme-auto .mx-xl-1{margin-left:.25rem!important}.theme-auto .m-xl-2{margin:.5rem!important}.theme-auto .mt-xl-2,.theme-auto .my-xl-2{margin-top:.5rem!important}.theme-auto .mr-xl-2,.theme-auto .mx-xl-2{margin-right:.5rem!important}.theme-auto .mb-xl-2,.theme-auto .my-xl-2{margin-bottom:.5rem!important}.theme-auto .ml-xl-2,.theme-auto .mx-xl-2{margin-left:.5rem!important}.theme-auto .m-xl-3{margin:1rem!important}.theme-auto .mt-xl-3,.theme-auto .my-xl-3{margin-top:1rem!important}.theme-auto .mr-xl-3,.theme-auto .mx-xl-3{margin-right:1rem!important}.theme-auto .mb-xl-3,.theme-auto .my-xl-3{margin-bottom:1rem!important}.theme-auto .ml-xl-3,.theme-auto .mx-xl-3{margin-left:1rem!important}.theme-auto .m-xl-4{margin:1.5rem!important}.theme-auto .mt-xl-4,.theme-auto .my-xl-4{margin-top:1.5rem!important}.theme-auto .mr-xl-4,.theme-auto .mx-xl-4{margin-right:1.5rem!important}.theme-auto .mb-xl-4,.theme-auto .my-xl-4{margin-bottom:1.5rem!important}.theme-auto .ml-xl-4,.theme-auto .mx-xl-4{margin-left:1.5rem!important}.theme-auto .m-xl-5{margin:3rem!important}.theme-auto .mt-xl-5,.theme-auto .my-xl-5{margin-top:3rem!important}.theme-auto .mr-xl-5,.theme-auto .mx-xl-5{margin-right:3rem!important}.theme-auto .mb-xl-5,.theme-auto .my-xl-5{margin-bottom:3rem!important}.theme-auto .ml-xl-5,.theme-auto .mx-xl-5{margin-left:3rem!important}.theme-auto .p-xl-0{padding:0!important}.theme-auto .pt-xl-0,.theme-auto .py-xl-0{padding-top:0!important}.theme-auto .pr-xl-0,.theme-auto .px-xl-0{padding-right:0!important}.theme-auto .pb-xl-0,.theme-auto .py-xl-0{padding-bottom:0!important}.theme-auto .pl-xl-0,.theme-auto .px-xl-0{padding-left:0!important}.theme-auto .p-xl-1{padding:.25rem!important}.theme-auto .pt-xl-1,.theme-auto .py-xl-1{padding-top:.25rem!important}.theme-auto .pr-xl-1,.theme-auto .px-xl-1{padding-right:.25rem!important}.theme-auto .pb-xl-1,.theme-auto .py-xl-1{padding-bottom:.25rem!important}.theme-auto .pl-xl-1,.theme-auto .px-xl-1{padding-left:.25rem!important}.theme-auto .p-xl-2{padding:.5rem!important}.theme-auto .pt-xl-2,.theme-auto .py-xl-2{padding-top:.5rem!important}.theme-auto .pr-xl-2,.theme-auto .px-xl-2{padding-right:.5rem!important}.theme-auto .pb-xl-2,.theme-auto .py-xl-2{padding-bottom:.5rem!important}.theme-auto .pl-xl-2,.theme-auto .px-xl-2{padding-left:.5rem!important}.theme-auto .p-xl-3{padding:1rem!important}.theme-auto .pt-xl-3,.theme-auto .py-xl-3{padding-top:1rem!important}.theme-auto .pr-xl-3,.theme-auto .px-xl-3{padding-right:1rem!important}.theme-auto .pb-xl-3,.theme-auto .py-xl-3{padding-bottom:1rem!important}.theme-auto .pl-xl-3,.theme-auto .px-xl-3{padding-left:1rem!important}.theme-auto .p-xl-4{padding:1.5rem!important}.theme-auto .pt-xl-4,.theme-auto .py-xl-4{padding-top:1.5rem!important}.theme-auto .pr-xl-4,.theme-auto .px-xl-4{padding-right:1.5rem!important}.theme-auto .pb-xl-4,.theme-auto .py-xl-4{padding-bottom:1.5rem!important}.theme-auto .pl-xl-4,.theme-auto .px-xl-4{padding-left:1.5rem!important}.theme-auto .p-xl-5{padding:3rem!important}.theme-auto .pt-xl-5,.theme-auto .py-xl-5{padding-top:3rem!important}.theme-auto .pr-xl-5,.theme-auto .px-xl-5{padding-right:3rem!important}.theme-auto .pb-xl-5,.theme-auto .py-xl-5{padding-bottom:3rem!important}.theme-auto .pl-xl-5,.theme-auto .px-xl-5{padding-left:3rem!important}.theme-auto .m-xl-n1{margin:-.25rem!important}.theme-auto .mt-xl-n1,.theme-auto .my-xl-n1{margin-top:-.25rem!important}.theme-auto .mr-xl-n1,.theme-auto .mx-xl-n1{margin-right:-.25rem!important}.theme-auto .mb-xl-n1,.theme-auto .my-xl-n1{margin-bottom:-.25rem!important}.theme-auto .ml-xl-n1,.theme-auto .mx-xl-n1{margin-left:-.25rem!important}.theme-auto .m-xl-n2{margin:-.5rem!important}.theme-auto .mt-xl-n2,.theme-auto .my-xl-n2{margin-top:-.5rem!important}.theme-auto .mr-xl-n2,.theme-auto .mx-xl-n2{margin-right:-.5rem!important}.theme-auto .mb-xl-n2,.theme-auto .my-xl-n2{margin-bottom:-.5rem!important}.theme-auto .ml-xl-n2,.theme-auto .mx-xl-n2{margin-left:-.5rem!important}.theme-auto .m-xl-n3{margin:-1rem!important}.theme-auto .mt-xl-n3,.theme-auto .my-xl-n3{margin-top:-1rem!important}.theme-auto .mr-xl-n3,.theme-auto .mx-xl-n3{margin-right:-1rem!important}.theme-auto .mb-xl-n3,.theme-auto .my-xl-n3{margin-bottom:-1rem!important}.theme-auto .ml-xl-n3,.theme-auto .mx-xl-n3{margin-left:-1rem!important}.theme-auto .m-xl-n4{margin:-1.5rem!important}.theme-auto .mt-xl-n4,.theme-auto .my-xl-n4{margin-top:-1.5rem!important}.theme-auto .mr-xl-n4,.theme-auto .mx-xl-n4{margin-right:-1.5rem!important}.theme-auto .mb-xl-n4,.theme-auto .my-xl-n4{margin-bottom:-1.5rem!important}.theme-auto .ml-xl-n4,.theme-auto .mx-xl-n4{margin-left:-1.5rem!important}.theme-auto .m-xl-n5{margin:-3rem!important}.theme-auto .mt-xl-n5,.theme-auto .my-xl-n5{margin-top:-3rem!important}.theme-auto .mr-xl-n5,.theme-auto .mx-xl-n5{margin-right:-3rem!important}.theme-auto .mb-xl-n5,.theme-auto .my-xl-n5{margin-bottom:-3rem!important}.theme-auto .ml-xl-n5,.theme-auto .mx-xl-n5{margin-left:-3rem!important}.theme-auto .m-xl-auto{margin:auto!important}.theme-auto .mt-xl-auto,.theme-auto .my-xl-auto{margin-top:auto!important}.theme-auto .mr-xl-auto,.theme-auto .mx-xl-auto{margin-right:auto!important}.theme-auto .mb-xl-auto,.theme-auto .my-xl-auto{margin-bottom:auto!important}.theme-auto .ml-xl-auto,.theme-auto .mx-xl-auto{margin-left:auto!important}}@media (prefers-color-scheme:dark){.theme-auto .stretched-link:after{background-color:#0000;bottom:0;content:"";left:0;pointer-events:auto;position:absolute;right:0;top:0;z-index:1}.theme-auto .text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.theme-auto .text-justify{text-align:justify!important}.theme-auto .text-wrap{white-space:normal!important}.theme-auto .text-nowrap{white-space:nowrap!important}.theme-auto .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-auto .text-left{text-align:left!important}.theme-auto .text-right{text-align:right!important}.theme-auto .text-center{text-align:center!important}}@media (prefers-color-scheme:dark) and (min-width:576px){.theme-auto .text-sm-left{text-align:left!important}.theme-auto .text-sm-right{text-align:right!important}.theme-auto .text-sm-center{text-align:center!important}}@media (prefers-color-scheme:dark) and (min-width:768px){.theme-auto .text-md-left{text-align:left!important}.theme-auto .text-md-right{text-align:right!important}.theme-auto .text-md-center{text-align:center!important}}@media (prefers-color-scheme:dark) and (min-width:992px){.theme-auto .text-lg-left{text-align:left!important}.theme-auto .text-lg-right{text-align:right!important}.theme-auto .text-lg-center{text-align:center!important}}@media (prefers-color-scheme:dark) and (min-width:1200px){.theme-auto .text-xl-left{text-align:left!important}.theme-auto .text-xl-right{text-align:right!important}.theme-auto .text-xl-center{text-align:center!important}}@media (prefers-color-scheme:dark){.theme-auto .text-lowercase{text-transform:lowercase!important}.theme-auto .text-uppercase{text-transform:uppercase!important}.theme-auto .text-capitalize{text-transform:capitalize!important}.theme-auto .font-weight-light{font-weight:300!important}.theme-auto .font-weight-lighter{font-weight:lighter!important}.theme-auto .font-weight-normal{font-weight:400!important}.theme-auto .font-weight-bold{font-weight:500!important}.theme-auto .font-weight-bolder{font-weight:bolder!important}.theme-auto .font-italic{font-style:italic!important}.theme-auto .text-primary{color:#ff4057!important}.theme-auto a.text-primary:focus,.theme-auto a.text-primary:hover{color:#f3001d!important}.theme-auto .text-secondary{color:#2b3039!important}.theme-auto a.text-secondary:focus,.theme-auto a.text-secondary:hover{color:#0a0b0d!important}.theme-auto .text-success{color:#28a745!important}.theme-auto a.text-success:focus,.theme-auto a.text-success:hover{color:#19692c!important}.theme-auto .text-info{color:#549eff!important}.theme-auto a.text-info:focus,.theme-auto a.text-info:hover{color:#0873ff!important}.theme-auto .text-warning{color:#ffb822!important}.theme-auto a.text-warning:focus,.theme-auto a.text-warning:hover{color:#d59000!important}.theme-auto .text-danger{color:#dc2626!important}.theme-auto a.text-danger:focus,.theme-auto a.text-danger:hover{color:#9c1919!important}.theme-auto .text-light{color:#f9fafb0a!important}.theme-auto a.text-light:focus,.theme-auto a.text-light:hover{color:#cbd4dc0a!important}.theme-auto .text-dark{color:#ff405733!important}.theme-auto a.text-dark:focus,.theme-auto a.text-dark:hover{color:#f3001d33!important}.theme-auto .text-blue{color:#007bff!important}.theme-auto a.text-blue:focus,.theme-auto a.text-blue:hover{color:#0056b3!important}.theme-auto .text-indigo{color:#6610f2!important}.theme-auto a.text-indigo:focus,.theme-auto a.text-indigo:hover{color:#4709ac!important}.theme-auto .text-purple{color:#6f42c1!important}.theme-auto a.text-purple:focus,.theme-auto a.text-purple:hover{color:#4e2d89!important}.theme-auto .text-pink{color:#e83e8c!important}.theme-auto a.text-pink:focus,.theme-auto a.text-pink:hover{color:#c21766!important}.theme-auto .text-red{color:#dc3545!important}.theme-auto a.text-red:focus,.theme-auto a.text-red:hover{color:#a71d2a!important}.theme-auto .text-orange{color:#fd7e14!important}.theme-auto a.text-orange:focus,.theme-auto a.text-orange:hover{color:#c35a02!important}.theme-auto .text-yellow{color:#fcedb9!important}.theme-auto a.text-yellow:focus,.theme-auto a.text-yellow:hover{color:#f9da70!important}.theme-auto .text-green{color:#28a745!important}.theme-auto a.text-green:focus,.theme-auto a.text-green:hover{color:#19692c!important}.theme-auto .text-teal{color:#20c997!important}.theme-auto a.text-teal:focus,.theme-auto a.text-teal:hover{color:#158765!important}.theme-auto .text-cyan{color:#17a2b8!important}.theme-auto a.text-cyan:focus,.theme-auto a.text-cyan:hover{color:#0f6674!important}.theme-auto .text-white{color:#13171c!important}.theme-auto a.text-white:focus,.theme-auto a.text-white:hover{color:#000!important}.theme-auto .text-black{color:#f9fafb!important}.theme-auto a.text-black:focus,.theme-auto a.text-black:hover{color:#cbd4dc!important}.theme-auto .text-gray-lighter{color:#1c1e25!important}.theme-auto a.text-gray-lighter:focus,.theme-auto a.text-gray-lighter:hover{color:#000!important}.theme-auto .text-gray-light{color:#2b3039!important}.theme-auto a.text-gray-light:focus,.theme-auto a.text-gray-light:hover{color:#0a0b0d!important}.theme-auto .text-gray{color:#9ca3af!important}.theme-auto a.text-gray:focus,.theme-auto a.text-gray:hover{color:#727c8d!important}.theme-auto .text-gray-dark{color:#f8f9fa!important}.theme-auto a.text-gray-dark:focus,.theme-auto a.text-gray-dark:hover{color:#cbd3da!important}.theme-auto .text-input-color{color:#d1d5db!important}.theme-auto a.text-input-color:focus,.theme-auto a.text-input-color:hover{color:#a6aeb9!important}.theme-auto .text-input-placeholder{color:#6b7280!important}.theme-auto a.text-input-placeholder:focus,.theme-auto a.text-input-placeholder:hover{color:#484d56!important}.theme-auto .text-primary-dark{color:#fff3f4!important}.theme-auto a.text-primary-dark:focus,.theme-auto a.text-primary-dark:hover{color:#ffa6b1!important}.theme-auto .text-primary-light{color:#ff1733!important}.theme-auto a.text-primary-light:focus,.theme-auto a.text-primary-light:hover{color:#ca0018!important}.theme-auto .text-secondary-dark{color:#758197!important}.theme-auto a.text-secondary-dark:focus,.theme-auto a.text-secondary-dark:hover{color:#525c6d!important}.theme-auto .text-secondary-light{color:#191c22!important}.theme-auto a.text-secondary-light:focus,.theme-auto a.text-secondary-light:hover{color:#000!important}.theme-auto .text-success-dark{color:#e1f8e6!important}.theme-auto a.text-success-dark:focus,.theme-auto a.text-success-dark:hover{color:#a3e9b3!important}.theme-auto .text-success-light{color:#208637!important}.theme-auto a.text-success-light:focus,.theme-auto a.text-success-light:hover{color:#11481e!important}.theme-auto .text-info-dark{color:#fcfdff!important}.theme-auto a.text-info-dark:focus,.theme-auto a.text-info-dark:hover{color:#b0d2ff!important}.theme-auto .text-info-light{color:#2b87ff!important}.theme-auto a.text-info-light:focus,.theme-auto a.text-info-light:hover{color:#0060de!important}.theme-auto .text-warning-dark{color:#fff1d5!important}.theme-auto a.text-warning-dark:focus,.theme-auto a.text-warning-dark:hover{color:#ffd988!important}.theme-auto .text-warning-light{color:#f8a800!important}.theme-auto a.text-warning-light:focus,.theme-auto a.text-warning-light:hover{color:#ac7500!important}.theme-auto .text-danger-dark{color:#f6c8c8!important}.theme-auto a.text-danger-dark:focus,.theme-auto a.text-danger-dark:hover{color:#ec8787!important}.theme-auto .text-danger-light{color:#bb1e1e!important}.theme-auto a.text-danger-light:focus,.theme-auto a.text-danger-light:hover{color:#791414!important}.theme-auto .text-dark-dark{color:#ff4f6433!important}.theme-auto a.text-dark-dark:focus,.theme-auto a.text-dark-dark:hover{color:#ff032133!important}.theme-auto .text-dark-light{color:#ff173333!important}.theme-auto a.text-dark-light:focus,.theme-auto a.text-dark-light:hover{color:#ca001833!important}.theme-auto .text-body{color:#e5e7eb!important}.theme-auto .text-muted{color:#9ca3af!important}.theme-auto .text-black-50{color:#f9fafb80!important}.theme-auto .text-white-50{color:#13171c80!important}.theme-auto .text-hide{background-color:initial;border:0;color:#0000;font:0/0 a;text-shadow:none}.theme-auto .text-decoration-none{text-decoration:none!important}.theme-auto .text-break{word-wrap:break-word!important;word-break:break-word!important}.theme-auto .text-reset{color:inherit!important}.theme-auto .visible{visibility:visible!important}.theme-auto .invisible{visibility:hidden!important}}@media print and (prefers-color-scheme:dark){.theme-auto *,.theme-auto :after,.theme-auto :before{box-shadow:none!important;text-shadow:none!important}.theme-auto a:not(.btn){text-decoration:underline}.theme-auto abbr[title]:after{content:" (" attr(title) ")"}.theme-auto pre{white-space:pre-wrap!important}.theme-auto blockquote,.theme-auto pre{border:1px solid #6b7280;page-break-inside:avoid}.theme-auto img,.theme-auto tr{page-break-inside:avoid}.theme-auto h2,.theme-auto h3,.theme-auto p{orphans:3;widows:3}.theme-auto h2,.theme-auto h3{page-break-after:avoid}@page{.theme-auto{size:a3}}.theme-auto .container,.theme-auto body{min-width:992px!important}.theme-auto .navbar{display:none}.theme-auto .badge{border:1px solid #f9fafb}.theme-auto .table{border-collapse:collapse!important}.theme-auto .table td,.theme-auto .table th{background-color:#13171c!important}.theme-auto .table-bordered td,.theme-auto .table-bordered th{border:1px solid #2b3039!important}.theme-auto .table-dark{color:inherit}.theme-auto .table-dark tbody+tbody,.theme-auto .table-dark td,.theme-auto .table-dark th,.theme-auto .table-dark thead th{border-color:#2b3039}.theme-auto .table .thead-dark th{border-color:#2b3039;color:inherit}}@media (prefers-color-scheme:dark){.theme-auto .swatch-primary{background-color:#ff4057;color:#f8f9fa}.theme-auto .swatch-secondary{background-color:#2b3039;color:#f8f9fa}.theme-auto .swatch-success{background-color:#28a745;color:#f8f9fa}.theme-auto .swatch-info{background-color:#549eff;color:#f8f9fa}.theme-auto .swatch-warning{background-color:#ffb822;color:#f8f9fa}.theme-auto .swatch-danger{background-color:#dc2626;color:#f8f9fa}.theme-auto .swatch-light{background-color:#f9fafb0a;color:#f8f9fa}.theme-auto .swatch-dark{background-color:#ff405733;color:#f8f9fa}.theme-auto .swatch-blue{background-color:#007bff;color:#f8f9fa}.theme-auto .swatch-indigo{background-color:#6610f2;color:#f8f9fa}.theme-auto .swatch-purple{background-color:#6f42c1;color:#f8f9fa}.theme-auto .swatch-pink{background-color:#e83e8c;color:#f8f9fa}.theme-auto .swatch-red{background-color:#dc3545;color:#f8f9fa}.theme-auto .swatch-orange{background-color:#fd7e14;color:#f8f9fa}.theme-auto .swatch-yellow{background-color:#fcedb9;color:#f8f9fa}.theme-auto .swatch-green{background-color:#28a745;color:#f8f9fa}.theme-auto .swatch-teal{background-color:#20c997;color:#f8f9fa}.theme-auto .swatch-cyan{background-color:#17a2b8;color:#f8f9fa}.theme-auto .swatch-white{background-color:#13171c;color:#f8f9fa}.theme-auto .swatch-black{background-color:#f9fafb;color:#f8f9fa}.theme-auto .swatch-gray-lighter{background-color:#1c1e25;color:#f8f9fa}.theme-auto .swatch-gray-light{background-color:#2b3039;color:#f8f9fa}.theme-auto .swatch-gray{background-color:#9ca3af;color:#f8f9fa}.theme-auto .swatch-gray-dark{background-color:#f8f9fa;color:#f8f9fa}.theme-auto .swatch-input-color{background-color:#d1d5db;color:#f8f9fa}.theme-auto .swatch-input-placeholder{background-color:#6b7280;color:#f8f9fa}.theme-auto .swatch-primary-dark{background-color:#fff3f4;color:#f8f9fa}.theme-auto .swatch-primary-light{background-color:#ff1733;color:#f8f9fa}.theme-auto .swatch-secondary-dark{background-color:#758197;color:#f8f9fa}.theme-auto .swatch-secondary-light{background-color:#191c22;color:#f8f9fa}.theme-auto .swatch-success-dark{background-color:#e1f8e6;color:#f8f9fa}.theme-auto .swatch-success-light{background-color:#208637;color:#f8f9fa}.theme-auto .swatch-info-dark{background-color:#fcfdff;color:#f8f9fa}.theme-auto .swatch-info-light{background-color:#2b87ff;color:#f8f9fa}.theme-auto .swatch-warning-dark{background-color:#fff1d5;color:#f8f9fa}.theme-auto .swatch-warning-light{background-color:#f8a800;color:#f8f9fa}.theme-auto .swatch-danger-dark{background-color:#f6c8c8;color:#f8f9fa}.theme-auto .swatch-danger-light{background-color:#bb1e1e;color:#f8f9fa}.theme-auto .swatch-dark-dark{background-color:#ff4f6433;color:#f8f9fa}.theme-auto .swatch-dark-light{background-color:#ff173333;color:#f8f9fa}.theme-auto body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0}.theme-auto .primary-divider{background-color:#ff4057}.theme-auto .navbar .navbar-nav{background-color:initial}.theme-auto .navbar .navbar-nav .nav-link{border:1px solid #0000;border-radius:.3rem}.theme-auto .navbar .nav-link.dashboard-button{border:1px solid #ff40574d}.theme-auto .navbar .navbar-nav .nav-link:hover{background-color:#ff17330f}.theme-auto .btn-outline-secondary,.theme-auto .show>.btn-outline-secondary.dropdown-toggle{color:#e5e7eb}.theme-auto .btn-outline-secondary.disabled,.theme-auto .btn-outline-secondary:disabled{color:#9ca3af}.theme-auto .card:not(.no-shadow){box-shadow:0 0 13px 0 #f9fafb0d}.theme-auto .card.highlight{box-shadow:0 15px 35px #f9fafb14}.theme-auto .spinner-border{animation:spinner-border .6s linear infinite}.theme-auto .spinner-border-md{height:1.5em;width:1.5em}.theme-auto .spinner-border-xl{height:2.5em;width:2.5em}.theme-auto .dashed,.theme-auto .modal .dashed,.theme-auto time:not(.no-dash){border-bottom:1px dashed #e5e7eb}.theme-auto .dropdown .dropdown-item.primary{color:#ff4057}.theme-auto .dropdown .dropdown-item.primary:active,.theme-auto .dropdown .dropdown-item.primary:hover{background-color:#ff4057;color:#f8f9fa}.theme-auto .dropdown .dropdown-item.danger{color:#dc2626}.theme-auto .dropdown .dropdown-item.danger:active,.theme-auto .dropdown .dropdown-item.danger:hover{background-color:#dc2626;color:#f8f9fa}.theme-auto .dropdown .dropdown-item.warning{color:#ffb822}.theme-auto .dropdown .dropdown-item.warning:active,.theme-auto .dropdown .dropdown-item.warning:hover{background-color:#ffb822;color:#f8f9fa}.theme-auto .dropdown .dropdown-item.success{color:#28a745}.theme-auto .dropdown .dropdown-item.success:active,.theme-auto .dropdown .dropdown-item.success:hover{background-color:#28a745;color:#f8f9fa}.theme-auto .text-monospace,.theme-auto code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@keyframes offline-rotation{0%{transform:rotate(0deg);-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg)}to{transform:rotate(359deg);-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-ms-transform:rotate(359deg);-o-transform:rotate(359deg)}}.theme-auto .btn{position:relative;transition:padding .2s cubic-bezier(.175,.885,.32,1.2)!important}.theme-auto .btn .spinner-border{bottom:0;margin:auto;position:absolute;right:.6em;top:0}.theme-auto .Toastify__toast{font-size:95%;min-height:inherit}.theme-auto .Toastify__toast .octicon{font-size:85%;opacity:.75;position:absolute;right:8px;top:8px}.theme-auto .Toastify__toast .octicon:hover{opacity:1}.theme-auto .animate{animation-duration:.25s}.theme-auto .custom-checkbox,.theme-auto .custom-checkbox .custom-control-input,.theme-auto .custom-checkbox .custom-control-label,.theme-auto .custom-switch,.theme-auto .custom-switch .custom-control-input,.theme-auto .custom-switch .custom-control-label{cursor:pointer}.theme-auto .custom-checkbox .custom-control-label{display:block}.theme-auto .cursor-pointer{cursor:pointer}.theme-auto .nav.menu .nav-link{border-bottom:2px solid #0000;font-size:.9rem;font-weight:500;line-height:1.7rem;margin-bottom:-1px;margin-left:.4rem;margin-right:.4rem;padding:.5rem 1rem .35rem;text-transform:uppercase}.theme-auto .nav.menu .nav-link .badge{vertical-align:initial}.theme-auto .nav.menu .nav-link:hover{background-color:#ff40570f}.theme-auto .nav.menu .nav-link.active{background-color:#ff40570f;border-bottom:2px solid #ff4057}.theme-auto .text-disabled{color:#6b728099}.theme-auto .nav-item.selected .nav-link{background-color:#549eff1a}.theme-auto .nav-item.focused{box-shadow:-2px 0 #ff4057}.theme-auto .nav-item .nav-link:hover,.theme-auto .nav-item.focused .nav-link{background-color:#f9fafb0a}.theme-auto .nav-item.inactive .nav-link,.theme-auto .nav-item.paused .nav-link{background-image:linear-gradient(45deg,#8080801a 25%,#0000 0,#0000 50%,#8080801a 0,#8080801a 75%,#0000 0,#0000);background-size:40px 40px}.theme-auto .nav-item.deleting .nav-link,.theme-auto .nav-item.deleting .nav-link:hover,.theme-auto .nav-item.pausing .nav-link,.theme-auto .nav-item.pausing .nav-link:hover,.theme-auto .nav-item.rotating .nav-link,.theme-auto .nav-item.rotating .nav-link:hover{background-color:#dc354533}.theme-auto .nav-item.logging .nav-link,.theme-auto .nav-item.logging .nav-link:hover,.theme-auto .nav-item.resuming .nav-link,.theme-auto .nav-item.resuming .nav-link:hover,.theme-auto .nav-item.running .nav-link,.theme-auto .nav-item.running .nav-link:hover,.theme-auto .nav-item.updating .nav-link,.theme-auto .nav-item.updating .nav-link:hover{background-color:#549eff1a}.theme-auto .StripeElement{padding-top:.56rem}.theme-auto .StripeElement--focus{background-color:#13171c;border-color:#ff455b;box-shadow:0 0 0 .2rem #ff405740;outline:0}.theme-auto .StripeElement--invalid{border-color:#dc2626}.theme-auto .StripeElement--invalid.StripeElement--focus{border-color:#dc2626;box-shadow:0 0 0 .2rem #dc262640}.theme-auto input.is-search{background-image:url('data:image/svg+xml;utf8,%3csvg xmlns="http://www.w3.org/2000/svg" fill="%239ca3af" viewBox="0 0 $size $size" width="$size" height="$size"%3e%3cpath fill-rule="evenodd" d="M11.5 7a4.499 4.499 0 11-8.998 0A4.499 4.499 0 0111.5 7zm-.82 4.74a6 6 0 111.06-1.06l3.04 3.04a.75.75 0 11-1.06 1.06l-3.04-3.04z"%3e%3c/path%3e%3c/svg%3e');background-repeat:no-repeat;background-size:16px 16px}.theme-auto input.is-search.left{background-position:left calc(.375em + .375rem) center;padding-left:calc(1.2em + 1.015rem)!important}.theme-auto input.is-search.right{background-position:right calc(.375em + .375rem) center;padding-right:calc(1.2em + 1.015rem)!important}.theme-auto kbd{background-color:#f9fafb1a;border-radius:.25rem;display:inline-block;padding:.1rem .4rem;text-align:center}.theme-auto .btn.btn-primary kbd{background-color:#f9fafb33;border-bottom:none;color:#fff}.theme-auto .btn kbd{padding:.075rem .3rem}.theme-auto .pagination{margin:0}.theme-auto .text-wrap{word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-break:break-all}.theme-auto .KeyboardShortcutsDialog .card,.theme-auto .KeyboardShortcutsDialog .card-header{background-color:initial;border:none;box-shadow:none}.theme-auto .KeyboardShortcutsDialog .card-columns{column-count:2}.theme-auto .KeyboardShortcutsDialog .list-group-item{background-color:#f9fafb0d;border:none;border-radius:.5rem}.theme-auto .KeyboardShortcutsDialog .list-group-item:not(:last-child){margin-bottom:.4rem}@keyframes placeholder-glow{50%{opacity:.1}}.theme-auto .placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}.theme-auto .placeholder{background-color:currentColor;border-radius:.3rem;display:inline-block;min-height:1em;opacity:.2;vertical-align:middle}.theme-auto .table thead th,.theme-auto .table tr:first-child td{border:none}.theme-auto .table tr:first-child td:first-child{border-top-left-radius:5px}.theme-auto .table tr:first-child td:last-child{border-top-right-radius:5px}.theme-auto .table tr:last-child td:first-child{border-bottom-left-radius:5px}.theme-auto .table tr:last-child td:last-child{border-bottom-right-radius:5px}.theme-auto .table tbody{border-radius:5px;position:relative}.theme-auto .table tbody td{background:#f9fafb0a}.theme-auto .table-condensed>tbody>tr>td,.theme-auto .table-condensed>tbody>tr>th,.theme-auto .table-condensed>tfoot>tr>td,.theme-auto .table-condensed>tfoot>tr>th,.theme-auto .table-condensed>thead>tr>td,.theme-auto .table-condensed>thead>tr>th{padding:10px}.theme-auto .heroicon{align-items:center;display:inline-block;justify-content:center;-webkit-user-select:none;user-select:none;vertical-align:text-bottom}.theme-auto .nav-pills .nav-link,.theme-auto .nav-tabs .nav-link{cursor:pointer}.theme-auto .link{color:#ff4057;cursor:pointer}.theme-auto .link:hover{color:#ff1733;text-decoration:underline}.theme-auto input.with-counter.right{padding-right:2.025rem!important}.theme-auto input.with-counter.right+.input-counter-wrapper .input-counter{border-left:none;color:#6b7280;font-size:.75rem;line-height:1.7rem;padding:.375rem .75rem;position:absolute;right:0;top:0;z-index:100}.theme-auto input.with-counter.right.is-invalid,.theme-auto input.with-counter.right.is-valid{padding-right:3.375rem!important}.theme-auto input.with-counter.right.is-invalid+.input-counter-wrapper .input-counter,.theme-auto input.with-counter.right.is-valid+.input-counter-wrapper .input-counter{padding-right:2.025rem!important;right:3px}.theme-auto .input-group input.is-invalid.form-control{z-index:3}.theme-auto .dropdown-item.active .text-muted,.theme-auto .dropdown-item:active .text-muted{color:#f8f9fa!important}.theme-auto img.stroke{filter:contrast(1.2) brightness(.8) drop-shadow(0 0 1px var(--gray-dark));-webkit-filter:contrast(1.2) brightness(.8) drop-shadow(0 0 1px var(--gray-dark))}.theme-auto .btn.dark-bg-primary{background-color:#ff4057!important;border:1px solid #ff4057!important}.theme-auto .btn.dark-bg-primary:hover{background-color:#ff4057cc!important}.theme-auto .btn-group .btn-outline-secondary,.theme-auto .dark-bg-primary_opacity,.theme-auto .dropdown-toggle,.theme-auto .form-control.StripeElement,.theme-auto .input-group-append .btn,.theme-auto .input-group-append .input-group-text,.theme-auto .input-group-prepend .btn,.theme-auto .input-group-prepend .input-group-text,.theme-auto input.form-control,.theme-auto select.form-control,.theme-auto textarea.form-control{background-color:#1c1e25!important;border:1px solid #2b3039}.theme-auto .dark-text-white{color:#f9fafb!important}.theme-auto .card.no-bg{background:none}.theme-auto .code-snippet{background:#13171c!important}.theme-auto .h-0{height:0}.theme-auto .w-0{width:0}.theme-auto .h-.5{height:.125rem}.theme-auto .w-.5{width:.125rem}.theme-auto .h-1{height:.25rem}.theme-auto .w-1{width:.25rem}.theme-auto .h-1.5{height:.375rem}.theme-auto .w-1.5{width:.375rem}.theme-auto .h-2{height:.5rem}.theme-auto .w-2{width:.5rem}.theme-auto .h-2.5{height:.625rem}.theme-auto .w-2.5{width:.625rem}.theme-auto .h-3{height:.75rem}.theme-auto .w-3{width:.75rem}.theme-auto .h-3.5{height:.875rem}.theme-auto .w-3.5{width:.875rem}.theme-auto .h-4{height:1rem}.theme-auto .w-4{width:1rem}.theme-auto .h-4.5{height:1.125rem}.theme-auto .w-4.5{width:1.125rem}.theme-auto .h-5{height:1.25rem}.theme-auto .w-5{width:1.25rem}.theme-auto .h-5.5{height:1.375rem}.theme-auto .w-5.5{width:1.375rem}.theme-auto .h-6{height:1.5rem}.theme-auto .w-6{width:1.5rem}.theme-auto .h-6.5{height:1.625rem}.theme-auto .w-6.5{width:1.625rem}.theme-auto .h-7{height:1.75rem}.theme-auto .w-7{width:1.75rem}.theme-auto .h-7.5{height:1.875rem}.theme-auto .w-7.5{width:1.875rem}.theme-auto .h-8{height:2rem}.theme-auto .w-8{width:2rem}.theme-auto .h-8.5{height:2.125rem}.theme-auto .w-8.5{width:2.125rem}.theme-auto .h-9{height:2.25rem}.theme-auto .w-9{width:2.25rem}.theme-auto .h-9.5{height:2.375rem}.theme-auto .w-9.5{width:2.375rem}.theme-auto .h-10{height:2.5rem}.theme-auto .w-10{width:2.5rem}.theme-auto .opacity-5{opacity:.05}.theme-auto .opacity-10{opacity:.1}.theme-auto .opacity-15{opacity:.15}.theme-auto .opacity-20{opacity:.2}.theme-auto .opacity-25{opacity:.25}.theme-auto .opacity-30{opacity:.3}.theme-auto .opacity-35{opacity:.35}.theme-auto .opacity-40{opacity:.4}.theme-auto .opacity-45{opacity:.45}.theme-auto .opacity-50{opacity:.5}.theme-auto .opacity-55{opacity:.55}.theme-auto .opacity-60{opacity:.6}.theme-auto .opacity-65{opacity:.65}.theme-auto .opacity-70{opacity:.7}.theme-auto .opacity-75{opacity:.75}.theme-auto .opacity-80{opacity:.8}.theme-auto .opacity-85{opacity:.85}.theme-auto .opacity-90{opacity:.9}.theme-auto .opacity-95{opacity:.95}.theme-auto .opacity-100{opacity:1}}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--yellow:#ffc107;--gray:#445365;--gray-dark:#1c1e25;--primary:#ff4057;--secondary:#d1d5db;--success:#28a745;--info:#549eff;--warning:#f97315;--danger:#dc2626;--light:#13171c0a;--dark:#13171c1a;--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#fcedb9;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--black:#13171c;--gray-lighter:#fff;--gray-light:#d1d5db;--gray:#d1d5db;--gray-dark:#13171c;--input-color:#2b3039;--input-placeholder:#55677d;--primary-light:#fff3f4;--primary-dark:#ff1733;--secondary-light:#fff;--secondary-dark:#bac0c9;--success-light:#e1f8e6;--success-dark:#208637;--info-light:#bad8ff;--info-dark:#2b87ff;--warning-light:#fddbc3;--warning-dark:#df6006;--danger-light:#f6c8c8;--danger-dark:#bb1e1e;--dark-light:#191e251a;--dark-dark:#0303041a;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(19,23,28,0);font-family:sans-serif;line-height:1.15}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{background-color:#f8f9fa;color:#1c1e25;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;text-align:left}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:initial;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}p{margin-bottom:1rem;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}a{background-color:initial;color:#ff4057;text-decoration:none}a:hover{color:#f3001d;text-decoration:underline}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{-ms-overflow-style:scrollbar;margin-bottom:1rem;margin-top:0;overflow:auto}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{caption-side:bottom;color:#445365;padding-bottom:.75rem;padding-top:.75rem;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;max-width:100%;padding:0;white-space:normal;width:100%}@media (max-width:1200px){legend{font-size:calc(1.275rem + .3vw)}}progress{vertical-align:initial}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{cursor:pointer;display:list-item}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:#13171c;font-weight:800;line-height:1.2;margin-bottom:.5rem}.h1,h1{font-size:2.5rem}@media (max-width:1200px){.h1,h1{font-size:calc(1.375rem + 1.5vw)}}.h2,h2{font-size:2rem}@media (max-width:1200px){.h2,h2{font-size:calc(1.325rem + .9vw)}}.h3,h3{font-size:1.75rem}@media (max-width:1200px){.h3,h3{font-size:calc(1.3rem + .6vw)}}.h4,h4{font-size:1.5rem}@media (max-width:1200px){.h4,h4{font-size:calc(1.275rem + .3vw)}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}@media (max-width:1200px){.display-1{font-size:calc(1.725rem + 5.7vw)}}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}@media (max-width:1200px){.display-2{font-size:calc(1.675rem + 5.1vw)}}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}@media (max-width:1200px){.display-3{font-size:calc(1.575rem + 3.9vw)}}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}@media (max-width:1200px){.display-4{font-size:calc(1.475rem + 2.7vw)}}hr{border:0;border-top:1px solid #13171c1a;margin-bottom:1rem;margin-top:1rem}.small,small{font-size:.875em;font-weight:400}.mark,mark{background-color:#fcedb9;padding:.2em}.list-inline,.list-unstyled{list-style:none;padding-left:0}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{font-size:1.25rem;margin-bottom:1rem}.blockquote-footer{color:#445365;display:block;font-size:.875em}.blockquote-footer:before{content:"\2014\00A0"}.img-fluid,.img-thumbnail{height:auto;max-width:100%}.img-thumbnail{background-color:#f8f9fa;border:1px solid #d1d5db;border-radius:.25rem;padding:.25rem}.figure{display:inline-block}.figure-img{line-height:1;margin-bottom:.5rem}.figure-caption{color:#445365;font-size:90%}code{word-wrap:break-word;color:#e83e8c;font-size:87.5%}a>code{color:inherit}kbd{background-color:#f8f9fab3;border-radius:.2rem;color:#1c1e25;font-size:87.5%;padding:.2rem .4rem}kbd kbd{font-size:100%;font-weight:500;padding:0}pre{color:#13171c;display:block;font-size:87.5%}pre code{color:inherit;font-size:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.no-gutters{margin-left:0;margin-right:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-left:0;padding-right:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{padding-left:15px;padding-right:15px;position:relative;width:100%}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-auto{flex:0 0 auto;max-width:100%;width:auto}.col-1{flex:0 0 8.33333%;max-width:8.33333%}.col-2{flex:0 0 16.66667%;max-width:16.66667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333%;max-width:33.33333%}.col-5{flex:0 0 41.66667%;max-width:41.66667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333%;max-width:58.33333%}.col-8{flex:0 0 66.66667%;max-width:66.66667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333%;max-width:83.33333%}.col-11{flex:0 0 91.66667%;max-width:91.66667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.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}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@media (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-sm-auto{flex:0 0 auto;max-width:100%;width:auto}.col-sm-1{flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{flex:0 0 91.66667%;max-width:91.66667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.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}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-md-auto{flex:0 0 auto;max-width:100%;width:auto}.col-md-1{flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.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}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-lg-auto{flex:0 0 auto;max-width:100%;width:auto}.col-lg-1{flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{flex:0 0 91.66667%;max-width:91.66667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.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}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-xl-auto{flex:0 0 auto;max-width:100%;width:auto}.col-xl-1{flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{flex:0 0 91.66667%;max-width:91.66667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.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}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}.table{color:#1c1e25;margin-bottom:1rem;width:100%}.table td,.table th{border-top:1px solid #d1d5db;padding:.75rem;vertical-align:top}.table thead th{border-bottom:2px solid #d1d5db;vertical-align:bottom}.table tbody+tbody{border-top:2px solid #d1d5db}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #d1d5db}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:#13171c0d}.table-hover tbody tr:hover{background-color:rgba(19,23,28,.075);color:#1c1e25}.table-primary,.table-primary>td,.table-primary>th{background-color:#ffcad0}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#ff9ca8}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#ffb1b9}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#f2f3f5}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#e7e9ec}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#e4e6ea}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#cfe4ff}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#a6cdff}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#b6d6ff}.table-warning,.table-warning>td,.table-warning>th{background-color:#fdd8bd}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#fcb685}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#fcc9a4}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c2c2}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed8e8e}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1acac}.table-light,.table-light>td,.table-light>th{background-color:hsla(0,0%,99%,.731)}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:hsla(0,0%,98%,.501)}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:hsla(0,0%,94%,.731)}.table-dark,.table-dark>td,.table-dark>th{background-color:hsla(0,0%,98%,.748)}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:hsla(240,4%,95%,.532)}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:hsla(0,0%,93%,.748)}.table-blue,.table-blue>td,.table-blue>th{background-color:#b8daff}.table-blue tbody+tbody,.table-blue td,.table-blue th,.table-blue thead th{border-color:#7abaff}.table-hover .table-blue:hover,.table-hover .table-blue:hover>td,.table-hover .table-blue:hover>th{background-color:#9fcdff}.table-indigo,.table-indigo>td,.table-indigo>th{background-color:#d4bcfb}.table-indigo tbody+tbody,.table-indigo td,.table-indigo th,.table-indigo thead th{border-color:#af83f8}.table-hover .table-indigo:hover,.table-hover .table-indigo:hover>td,.table-hover .table-indigo:hover>th{background-color:#c5a4fa}.table-purple,.table-purple>td,.table-purple>th{background-color:#d7caee}.table-purple tbody+tbody,.table-purple td,.table-purple th,.table-purple thead th{border-color:#b49ddf}.table-hover .table-purple:hover,.table-hover .table-purple:hover>td,.table-hover .table-purple:hover>th{background-color:#c8b7e8}.table-pink,.table-pink>td,.table-pink>th{background-color:#f9c9df}.table-pink tbody+tbody,.table-pink td,.table-pink th,.table-pink thead th{border-color:#f39bc3}.table-hover .table-pink:hover,.table-hover .table-pink:hover>td,.table-hover .table-pink:hover>th{background-color:#f6b2d1}.table-red,.table-red>td,.table-red>th{background-color:#f5c6cb}.table-red tbody+tbody,.table-red td,.table-red th,.table-red thead th{border-color:#ed969e}.table-hover .table-red:hover,.table-hover .table-red:hover>td,.table-hover .table-red:hover>th{background-color:#f1b0b7}.table-orange,.table-orange>td,.table-orange>th{background-color:#fedbbd}.table-orange tbody+tbody,.table-orange td,.table-orange th,.table-orange thead th{border-color:#febc85}.table-hover .table-orange:hover,.table-hover .table-orange:hover>td,.table-hover .table-orange:hover>th{background-color:#fecda4}.table-yellow,.table-yellow>td,.table-yellow>th{background-color:#fefaeb}.table-yellow tbody+tbody,.table-yellow td,.table-yellow th,.table-yellow thead th{border-color:#fdf6db}.table-hover .table-yellow:hover,.table-hover .table-yellow:hover>td,.table-hover .table-yellow:hover>th{background-color:#fdf4d3}.table-green,.table-green>td,.table-green>th{background-color:#c3e6cb}.table-green tbody+tbody,.table-green td,.table-green th,.table-green thead th{border-color:#8fd19e}.table-hover .table-green:hover,.table-hover .table-green:hover>td,.table-hover .table-green:hover>th{background-color:#b1dfbb}.table-teal,.table-teal>td,.table-teal>th{background-color:#c1f0e2}.table-teal tbody+tbody,.table-teal td,.table-teal th,.table-teal thead th{border-color:#8be3c9}.table-hover .table-teal:hover,.table-hover .table-teal:hover>td,.table-hover .table-teal:hover>th{background-color:#acebd8}.table-cyan,.table-cyan>td,.table-cyan>th{background-color:#bee5eb}.table-cyan tbody+tbody,.table-cyan td,.table-cyan th,.table-cyan thead th{border-color:#86cfda}.table-hover .table-cyan:hover,.table-hover .table-cyan:hover>td,.table-hover .table-cyan:hover>th{background-color:#abdde5}.table-white,.table-white>td,.table-white>th{background-color:#fff}.table-white tbody+tbody,.table-white td,.table-white th,.table-white thead th{border-color:#fff}.table-hover .table-white:hover,.table-hover .table-white:hover>td,.table-hover .table-white:hover>th{background-color:#f2f2f2}.table-black,.table-black>td,.table-black>th{background-color:#bdbebf}.table-black tbody+tbody,.table-black td,.table-black th,.table-black thead th{border-color:#848689}.table-hover .table-black:hover,.table-hover .table-black:hover>td,.table-hover .table-black:hover>th{background-color:#b0b1b2}.table-gray-lighter,.table-gray-lighter>td,.table-gray-lighter>th{background-color:#fff}.table-gray-lighter tbody+tbody,.table-gray-lighter td,.table-gray-lighter th,.table-gray-lighter thead th{border-color:#fff}.table-hover .table-gray-lighter:hover,.table-hover .table-gray-lighter:hover>td,.table-hover .table-gray-lighter:hover>th{background-color:#f2f2f2}.table-gray-light,.table-gray-light>td,.table-gray-light>th{background-color:#f2f3f5}.table-gray-light tbody+tbody,.table-gray-light td,.table-gray-light th,.table-gray-light thead th{border-color:#e7e9ec}.table-hover .table-gray-light:hover,.table-hover .table-gray-light:hover>td,.table-hover .table-gray-light:hover>th{background-color:#e4e6ea}.table-gray,.table-gray>td,.table-gray>th{background-color:#f2f3f5}.table-gray tbody+tbody,.table-gray td,.table-gray th,.table-gray thead th{border-color:#e7e9ec}.table-hover .table-gray:hover,.table-hover .table-gray:hover>td,.table-hover .table-gray:hover>th{background-color:#e4e6ea}.table-gray-dark,.table-gray-dark>td,.table-gray-dark>th{background-color:#bdbebf}.table-gray-dark tbody+tbody,.table-gray-dark td,.table-gray-dark th,.table-gray-dark thead th{border-color:#848689}.table-hover .table-gray-dark:hover,.table-hover .table-gray-dark:hover>td,.table-hover .table-gray-dark:hover>th{background-color:#b0b1b2}.table-input-color,.table-input-color>td,.table-input-color>th{background-color:#c4c5c8}.table-input-color tbody+tbody,.table-input-color td,.table-input-color th,.table-input-color thead th{border-color:#919398}.table-hover .table-input-color:hover,.table-hover .table-input-color:hover>td,.table-hover .table-input-color:hover>th{background-color:#b7b8bc}.table-input-placeholder,.table-input-placeholder>td,.table-input-placeholder>th{background-color:#cfd4db}.table-input-placeholder tbody+tbody,.table-input-placeholder td,.table-input-placeholder th,.table-input-placeholder thead th{border-color:#a7b0bb}.table-hover .table-input-placeholder:hover,.table-hover .table-input-placeholder:hover>td,.table-hover .table-input-placeholder:hover>th{background-color:#c0c7d0}.table-primary-light,.table-primary-light>td,.table-primary-light>th{background-color:#fffcfc}.table-primary-light tbody+tbody,.table-primary-light td,.table-primary-light th,.table-primary-light thead th{border-color:#fff9f9}.table-hover .table-primary-light:hover,.table-hover .table-primary-light:hover>td,.table-hover .table-primary-light:hover>th{background-color:#ffe3e3}.table-primary-dark,.table-primary-dark>td,.table-primary-dark>th{background-color:#ffbec6}.table-primary-dark tbody+tbody,.table-primary-dark td,.table-primary-dark th,.table-primary-dark thead th{border-color:#ff8695}.table-hover .table-primary-dark:hover,.table-hover .table-primary-dark:hover>td,.table-hover .table-primary-dark:hover>th{background-color:#ffa5b0}.table-secondary-light,.table-secondary-light>td,.table-secondary-light>th{background-color:#fff}.table-secondary-light tbody+tbody,.table-secondary-light td,.table-secondary-light th,.table-secondary-light thead th{border-color:#fff}.table-hover .table-secondary-light:hover,.table-hover .table-secondary-light:hover>td,.table-hover .table-secondary-light:hover>th{background-color:#f2f2f2}.table-secondary-dark,.table-secondary-dark>td,.table-secondary-dark>th{background-color:#ecedf0}.table-secondary-dark tbody+tbody,.table-secondary-dark td,.table-secondary-dark th,.table-secondary-dark thead th{border-color:#dbdee3}.table-hover .table-secondary-dark:hover,.table-hover .table-secondary-dark:hover>td,.table-hover .table-secondary-dark:hover>th{background-color:#dee0e5}.table-success-light,.table-success-light>td,.table-success-light>th{background-color:#f6fdf8}.table-success-light tbody+tbody,.table-success-light td,.table-success-light th,.table-success-light thead th{border-color:#effbf2}.table-hover .table-success-light:hover,.table-hover .table-success-light:hover>td,.table-hover .table-success-light:hover>th{background-color:#e1f8e8}.table-success-dark,.table-success-dark>td,.table-success-dark>th{background-color:#c1ddc7}.table-success-dark tbody+tbody,.table-success-dark td,.table-success-dark th,.table-success-dark thead th{border-color:#8bc097}.table-hover .table-success-dark:hover,.table-hover .table-success-dark:hover>td,.table-hover .table-success-dark:hover>th{background-color:#b1d4b8}.table-info-light,.table-info-light>td,.table-info-light>th{background-color:#ecf4ff}.table-info-light tbody+tbody,.table-info-light td,.table-info-light th,.table-info-light thead th{border-color:#dbebff}.table-hover .table-info-light:hover,.table-hover .table-info-light:hover>td,.table-hover .table-info-light:hover>th{background-color:#d3e5ff}.table-info-dark,.table-info-dark>td,.table-info-dark>th{background-color:#c4ddff}.table-info-dark tbody+tbody,.table-info-dark td,.table-info-dark th,.table-info-dark thead th{border-color:#91c1ff}.table-hover .table-info-dark:hover,.table-hover .table-info-dark:hover>td,.table-hover .table-info-dark:hover>th{background-color:#abceff}.table-warning-light,.table-warning-light>td,.table-warning-light>th{background-color:#fff5ee}.table-warning-light tbody+tbody,.table-warning-light td,.table-warning-light th,.table-warning-light thead th{border-color:#feece0}.table-hover .table-warning-light:hover,.table-hover .table-warning-light:hover>td,.table-hover .table-warning-light:hover>th{background-color:#ffe6d5}.table-warning-dark,.table-warning-dark>td,.table-warning-dark>th{background-color:#f6d2b9}.table-warning-dark tbody+tbody,.table-warning-dark td,.table-warning-dark th,.table-warning-dark thead th{border-color:#efac7d}.table-hover .table-warning-dark:hover,.table-hover .table-warning-dark:hover>td,.table-hover .table-warning-dark:hover>th{background-color:#f3c3a2}.table-danger-light,.table-danger-light>td,.table-danger-light>th{background-color:#fdf0f0}.table-danger-light tbody+tbody,.table-danger-light td,.table-danger-light th,.table-danger-light thead th{border-color:#fae3e3}.table-hover .table-danger-light:hover,.table-hover .table-danger-light:hover>td,.table-hover .table-danger-light:hover>th{background-color:#fadada}.table-danger-dark,.table-danger-dark>td,.table-danger-dark>th{background-color:#ecc0c0}.table-danger-dark tbody+tbody,.table-danger-dark td,.table-danger-dark th,.table-danger-dark thead th{border-color:#dc8a8a}.table-hover .table-danger-dark:hover,.table-hover .table-danger-dark:hover>td,.table-hover .table-danger-dark:hover>th{background-color:#e6acac}.table-dark-light,.table-dark-light>td,.table-dark-light>th{background-color:rgba(250,250,251,.748)}.table-dark-light tbody+tbody,.table-dark-light td,.table-dark-light th,.table-dark-light thead th{border-color:hsla(0,0%,95%,.532)}.table-hover .table-dark-light:hover,.table-hover .table-dark-light:hover>td,.table-hover .table-dark-light:hover>th{background-color:rgba(236,236,240,.748)}.table-dark-dark,.table-dark-dark>td,.table-dark-dark>th{background-color:hsla(0,0%,98%,.748)}.table-dark-dark tbody+tbody,.table-dark-dark td,.table-dark-dark th,.table-dark-dark thead th{border-color:hsla(0,0%,95%,.532)}.table-hover .table-dark-dark:hover,.table-hover .table-dark-dark:hover>td,.table-hover .table-dark-dark:hover>th{background-color:hsla(0,0%,93%,.748)}.table-active,.table-active>td,.table-active>th{background-color:rgba(19,23,28,.075)}.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(9,11,13,.075)}.table .thead-dark th{background-color:#1c1e25;border-color:#2c303b;color:#fff}.table .thead-light th{background-color:#e5e7eb;border-color:#d1d5db;color:#2b3039}.table-dark{background-color:#1c1e25;color:#fff}.table-dark td,.table-dark th,.table-dark thead th{border-color:#2c303b}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:#ffffff0d}.table-dark.table-hover tbody tr:hover{background-color:hsla(0,0%,100%,.075);color:#fff}@media (max-width:575.98px){.table-responsive-sm{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive>.table-bordered{border:0}.form-control{background-clip:padding-box;background-color:#fff;border:1px solid #d1d5db;border-radius:.25rem;color:#2b3039;display:block;font-size:1rem;font-weight:400;height:calc(1.5em + .75rem + 2px);line-height:1.5;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:initial;border:0}.form-control:focus{background-color:#fff;border-color:#ffc0c7;box-shadow:0 0 0 .2rem #ff405740;color:#2b3039;outline:0}.form-control::placeholder{color:#9ca3af;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e5e7eb;opacity:1}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{appearance:none}select.form-control:-moz-focusring{color:#0000;text-shadow:0 0 0 #2b3039}select.form-control:focus::-ms-value{background-color:#fff;color:#2b3039}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{font-size:inherit;line-height:1.5;margin-bottom:0;padding-bottom:calc(.375rem + 1px);padding-top:calc(.375rem + 1px)}.col-form-label-lg{font-size:1.25rem;line-height:1.5;padding-bottom:calc(.5rem + 1px);padding-top:calc(.5rem + 1px)}.col-form-label-sm{font-size:.875rem;line-height:1.5;padding-bottom:calc(.25rem + 1px);padding-top:calc(.25rem + 1px)}.form-control-plaintext{background-color:initial;border:solid #0000;border-width:1px 0;color:#1c1e25;display:block;font-size:1rem;line-height:1.5;margin-bottom:0;padding:.375rem 0;width:100%}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.form-control-sm{border-radius:.2rem;font-size:.875rem;height:calc(1.5em + .5rem + 2px);line-height:1.5;padding:.25rem .5rem}.form-control-lg{border-radius:.3rem;font-size:1.25rem;height:calc(1.5em + 1rem + 2px);line-height:1.5;padding:.5rem 1rem}select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-left:-5px;margin-right:-5px}.form-row>.col,.form-row>[class*=col-]{padding-left:5px;padding-right:5px}.form-check{display:block;padding-left:1.25rem;position:relative}.form-check-input{margin-left:-1.25rem;margin-top:.3rem;position:absolute}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#445365}.form-check-label{margin-bottom:0}.form-check-inline{align-items:center;display:inline-flex;margin-right:.75rem;padding-left:0}.form-check-inline .form-check-input{margin-left:0;margin-right:.3125rem;margin-top:0;position:static}.valid-feedback{color:#28a745;display:none;font-size:.875em;margin-top:.25rem;width:100%}.valid-tooltip{background-color:#28a745e6;border-radius:.25rem;color:#fff;display:none;font-size:.875rem;left:0;line-height:1.5;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#28a745;padding-right:calc(1.5em + .75rem)!important}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.was-validated select.form-control:valid,select.form-control.is-valid{background-position:right 1.5rem center;padding-right:3rem!important}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.custom-select.is-valid,.was-validated .custom-select:valid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%231c1e25' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;border-color:#28a745;padding-right:calc(.75em + 2.3125rem)!important}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{background-color:#34ce57;border-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem #28a74540}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.invalid-feedback{color:#dc2626;display:none;font-size:.875em;margin-top:.25rem;width:100%}.invalid-tooltip{background-color:#dc2626e6;border-radius:.25rem;color:#fff;display:none;font-size:.875rem;left:0;line-height:1.5;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23DC2626'%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='%23DC2626' stroke='none'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#dc2626;padding-right:calc(1.5em + .75rem)!important}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc2626;box-shadow:0 0 0 .2rem #dc262640}.was-validated select.form-control:invalid,select.form-control.is-invalid{background-position:right 1.5rem center;padding-right:3rem!important}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%231c1e25' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23DC2626'%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='%23DC2626' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;border-color:#dc2626;padding-right:calc(.75em + 2.3125rem)!important}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc2626;box-shadow:0 0 0 .2rem #dc262640}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc2626}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc2626}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#dc2626}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{background-color:#e35252;border-color:#e35252}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem #dc262640}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before{border-color:#dc2626}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc2626}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc2626;box-shadow:0 0 0 .2rem #dc262640}.form-inline{align-items:center;display:flex;flex-flow:row wrap}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{justify-content:center}.form-inline .form-group,.form-inline label{align-items:center;display:flex;margin-bottom:0}.form-inline .form-group{flex:0 0 auto;flex-flow:row wrap}.form-inline .form-control{display:inline-block;vertical-align:middle;width:auto}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{align-items:center;display:flex;justify-content:center;padding-left:0;width:auto}.form-inline .form-check-input{flex-shrink:0;margin-left:0;margin-right:.25rem;margin-top:0;position:relative}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{background-color:initial;border:1px solid #0000;border-radius:.25rem;color:#1c1e25;display:inline-block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;user-select:none;vertical-align:middle}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#1c1e25;text-decoration:none}.btn.focus,.btn:focus{box-shadow:0 0 0 .2rem #ff405740;outline:0}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{background-color:#ff4057;border-color:#ff4057;color:#fff}.btn-primary.focus,.btn-primary:focus,.btn-primary:hover{background-color:#ff1a35;border-color:#ff0d2a;color:#fff}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem #ff5d7080}.btn-primary.disabled,.btn-primary:disabled{background-color:#ff4057;border-color:#ff4057;color:#fff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{background-color:#ff0d2a;border-color:#ff001f;color:#fff}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #ff5d7080}.btn-secondary{background-color:#d1d5db;border-color:#d1d5db;color:#13171c}.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:hover{background-color:#bcc1ca;border-color:#b4bbc5;color:#13171c}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem #b5b9be80}.btn-secondary.disabled,.btn-secondary:disabled{background-color:#d1d5db;border-color:#d1d5db;color:#13171c}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{background-color:#b4bbc5;border-color:#adb4bf;color:#13171c}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #b5b9be80}.btn-success{background-color:#28a745;border-color:#28a745;color:#fff}.btn-success.focus,.btn-success:focus,.btn-success:hover{background-color:#218838;border-color:#1e7e34;color:#fff}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem #48b46180}.btn-success.disabled,.btn-success:disabled{background-color:#28a745;border-color:#28a745;color:#fff}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{background-color:#1e7e34;border-color:#1c7430;color:#fff}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #48b46180}.btn-info{background-color:#549eff;border-color:#549eff;color:#fff}.btn-info.focus,.btn-info:focus,.btn-info:hover{background-color:#2e88ff;border-color:#2181ff;color:#fff}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem #6eadff80}.btn-info.disabled,.btn-info:disabled{background-color:#549eff;border-color:#549eff;color:#fff}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{background-color:#2181ff;border-color:#147aff;color:#fff}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #6eadff80}.btn-warning{background-color:#f97315;border-color:#f97315;color:#fff}.btn-warning.focus,.btn-warning:focus,.btn-warning:hover{background-color:#e26106;border-color:#d65b05;color:#fff}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem #fa883880}.btn-warning.disabled,.btn-warning:disabled{background-color:#f97315;border-color:#f97315;color:#fff}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{background-color:#d65b05;border-color:#c95605;color:#fff}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #fa883880}.btn-danger{background-color:#dc2626;border-color:#dc2626;color:#fff}.btn-danger.focus,.btn-danger:focus,.btn-danger:hover{background-color:#bd1f1f;border-color:#b21d1d;color:#fff}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem #e1474780}.btn-danger.disabled,.btn-danger:disabled{background-color:#dc2626;border-color:#dc2626;color:#fff}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{background-color:#b21d1d;border-color:#a71b1b;color:#fff}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #e1474780}.btn-light{background-color:#13171c0a;border-color:#13171c0a;color:#fff}.btn-light.focus,.btn-light:focus,.btn-light:hover{background-color:#0404050a;border-color:#0000000a;color:#fff}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem #e7e7e780}.btn-light.disabled,.btn-light:disabled{background-color:#13171c0a;border-color:#13171c0a;color:#fff}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{background-color:#0000000a;border-color:#0000000a;color:#fff}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #e7e7e780}.btn-dark{background-color:#13171c1a;border-color:#13171c1a;color:#fff}.btn-dark.focus,.btn-dark:focus,.btn-dark:hover{background-color:#0404051a;border-color:#0000001a;color:#fff}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem #c9cacb80}.btn-dark.disabled,.btn-dark:disabled{background-color:#13171c1a;border-color:#13171c1a;color:#fff}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{background-color:#0000001a;border-color:#0000001a;color:#fff}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #c9cacb80}.btn-blue{background-color:#007bff;border-color:#007bff;color:#fff}.btn-blue.focus,.btn-blue:focus,.btn-blue:hover{background-color:#0069d9;border-color:#0062cc;color:#fff}.btn-blue.focus,.btn-blue:focus{box-shadow:0 0 0 .2rem #268fff80}.btn-blue.disabled,.btn-blue:disabled{background-color:#007bff;border-color:#007bff;color:#fff}.btn-blue:not(:disabled):not(.disabled).active,.btn-blue:not(:disabled):not(.disabled):active,.show>.btn-blue.dropdown-toggle{background-color:#0062cc;border-color:#005cbf;color:#fff}.btn-blue:not(:disabled):not(.disabled).active:focus,.btn-blue:not(:disabled):not(.disabled):active:focus,.show>.btn-blue.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #268fff80}.btn-indigo{background-color:#6610f2;border-color:#6610f2;color:#fff}.btn-indigo.focus,.btn-indigo:focus,.btn-indigo:hover{background-color:#560bd0;border-color:#510bc4;color:#fff}.btn-indigo.focus,.btn-indigo:focus{box-shadow:0 0 0 .2rem #7d34f480}.btn-indigo.disabled,.btn-indigo:disabled{background-color:#6610f2;border-color:#6610f2;color:#fff}.btn-indigo:not(:disabled):not(.disabled).active,.btn-indigo:not(:disabled):not(.disabled):active,.show>.btn-indigo.dropdown-toggle{background-color:#510bc4;border-color:#4c0ab8;color:#fff}.btn-indigo:not(:disabled):not(.disabled).active:focus,.btn-indigo:not(:disabled):not(.disabled):active:focus,.show>.btn-indigo.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #7d34f480}.btn-purple{background-color:#6f42c1;border-color:#6f42c1;color:#fff}.btn-purple.focus,.btn-purple:focus,.btn-purple:hover{background-color:#5e37a6;border-color:#59339d;color:#fff}.btn-purple.focus,.btn-purple:focus{box-shadow:0 0 0 .2rem #855eca80}.btn-purple.disabled,.btn-purple:disabled{background-color:#6f42c1;border-color:#6f42c1;color:#fff}.btn-purple:not(:disabled):not(.disabled).active,.btn-purple:not(:disabled):not(.disabled):active,.show>.btn-purple.dropdown-toggle{background-color:#59339d;border-color:#533093;color:#fff}.btn-purple:not(:disabled):not(.disabled).active:focus,.btn-purple:not(:disabled):not(.disabled):active:focus,.show>.btn-purple.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #855eca80}.btn-pink{background-color:#e83e8c;border-color:#e83e8c;color:#fff}.btn-pink.focus,.btn-pink:focus,.btn-pink:hover{background-color:#e41c78;border-color:#d91a72;color:#fff}.btn-pink.focus,.btn-pink:focus{box-shadow:0 0 0 .2rem #eb5b9d80}.btn-pink.disabled,.btn-pink:disabled{background-color:#e83e8c;border-color:#e83e8c;color:#fff}.btn-pink:not(:disabled):not(.disabled).active,.btn-pink:not(:disabled):not(.disabled):active,.show>.btn-pink.dropdown-toggle{background-color:#d91a72;border-color:#ce196c;color:#fff}.btn-pink:not(:disabled):not(.disabled).active:focus,.btn-pink:not(:disabled):not(.disabled):active:focus,.show>.btn-pink.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #eb5b9d80}.btn-red{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-red.focus,.btn-red:focus,.btn-red:hover{background-color:#c82333;border-color:#bd2130;color:#fff}.btn-red.focus,.btn-red:focus{box-shadow:0 0 0 .2rem #e1536180}.btn-red.disabled,.btn-red:disabled{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-red:not(:disabled):not(.disabled).active,.btn-red:not(:disabled):not(.disabled):active,.show>.btn-red.dropdown-toggle{background-color:#bd2130;border-color:#b21f2d;color:#fff}.btn-red:not(:disabled):not(.disabled).active:focus,.btn-red:not(:disabled):not(.disabled):active:focus,.show>.btn-red.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #e1536180}.btn-orange{background-color:#fd7e14;border-color:#fd7e14;color:#13171c}.btn-orange.focus,.btn-orange:focus,.btn-orange:hover{background-color:#e96b02;border-color:#dc6502;color:#fff}.btn-orange.focus,.btn-orange:focus{box-shadow:0 0 0 .2rem #da6f1580}.btn-orange.disabled,.btn-orange:disabled{background-color:#fd7e14;border-color:#fd7e14;color:#13171c}.btn-orange:not(:disabled):not(.disabled).active,.btn-orange:not(:disabled):not(.disabled):active,.show>.btn-orange.dropdown-toggle{background-color:#dc6502;border-color:#cf5f02;color:#fff}.btn-orange:not(:disabled):not(.disabled).active:focus,.btn-orange:not(:disabled):not(.disabled):active:focus,.show>.btn-orange.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #da6f1580}.btn-yellow{background-color:#fcedb9;border-color:#fcedb9;color:#13171c}.btn-yellow.focus,.btn-yellow:focus,.btn-yellow:hover{background-color:#fae494;border-color:#fae088;color:#13171c}.btn-yellow.focus,.btn-yellow:focus{box-shadow:0 0 0 .2rem #d9cda180}.btn-yellow.disabled,.btn-yellow:disabled{background-color:#fcedb9;border-color:#fcedb9;color:#13171c}.btn-yellow:not(:disabled):not(.disabled).active,.btn-yellow:not(:disabled):not(.disabled):active,.show>.btn-yellow.dropdown-toggle{background-color:#fae088;border-color:#f9dd7c;color:#13171c}.btn-yellow:not(:disabled):not(.disabled).active:focus,.btn-yellow:not(:disabled):not(.disabled):active:focus,.show>.btn-yellow.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #d9cda180}.btn-green{background-color:#28a745;border-color:#28a745;color:#fff}.btn-green.focus,.btn-green:focus,.btn-green:hover{background-color:#218838;border-color:#1e7e34;color:#fff}.btn-green.focus,.btn-green:focus{box-shadow:0 0 0 .2rem #48b46180}.btn-green.disabled,.btn-green:disabled{background-color:#28a745;border-color:#28a745;color:#fff}.btn-green:not(:disabled):not(.disabled).active,.btn-green:not(:disabled):not(.disabled):active,.show>.btn-green.dropdown-toggle{background-color:#1e7e34;border-color:#1c7430;color:#fff}.btn-green:not(:disabled):not(.disabled).active:focus,.btn-green:not(:disabled):not(.disabled):active:focus,.show>.btn-green.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #48b46180}.btn-teal{background-color:#20c997;border-color:#20c997;color:#fff}.btn-teal.focus,.btn-teal:focus,.btn-teal:hover{background-color:#1ba87e;border-color:#199d76;color:#fff}.btn-teal.focus,.btn-teal:focus{box-shadow:0 0 0 .2rem #41d1a780}.btn-teal.disabled,.btn-teal:disabled{background-color:#20c997;border-color:#20c997;color:#fff}.btn-teal:not(:disabled):not(.disabled).active,.btn-teal:not(:disabled):not(.disabled):active,.show>.btn-teal.dropdown-toggle{background-color:#199d76;border-color:#17926e;color:#fff}.btn-teal:not(:disabled):not(.disabled).active:focus,.btn-teal:not(:disabled):not(.disabled):active:focus,.show>.btn-teal.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #41d1a780}.btn-cyan{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-cyan.focus,.btn-cyan:focus,.btn-cyan:hover{background-color:#138496;border-color:#117a8b;color:#fff}.btn-cyan.focus,.btn-cyan:focus{box-shadow:0 0 0 .2rem #3ab0c380}.btn-cyan.disabled,.btn-cyan:disabled{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-cyan:not(:disabled):not(.disabled).active,.btn-cyan:not(:disabled):not(.disabled):active,.show>.btn-cyan.dropdown-toggle{background-color:#117a8b;border-color:#10707f;color:#fff}.btn-cyan:not(:disabled):not(.disabled).active:focus,.btn-cyan:not(:disabled):not(.disabled):active:focus,.show>.btn-cyan.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #3ab0c380}.btn-white{background-color:#fff;border-color:#fff;color:#13171c}.btn-white.focus,.btn-white:focus,.btn-white:hover{background-color:#ececec;border-color:#e6e6e6;color:#13171c}.btn-white.focus,.btn-white:focus{box-shadow:0 0 0 .2rem #dcdcdd80}.btn-white.disabled,.btn-white:disabled{background-color:#fff;border-color:#fff;color:#13171c}.btn-white:not(:disabled):not(.disabled).active,.btn-white:not(:disabled):not(.disabled):active,.show>.btn-white.dropdown-toggle{background-color:#e6e6e6;border-color:#dfdfdf;color:#13171c}.btn-white:not(:disabled):not(.disabled).active:focus,.btn-white:not(:disabled):not(.disabled):active:focus,.show>.btn-white.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #dcdcdd80}.btn-black{background-color:#13171c;border-color:#13171c;color:#fff}.btn-black.focus,.btn-black:focus,.btn-black:hover{background-color:#040405;border-color:#000;color:#fff}.btn-black.focus,.btn-black:focus{box-shadow:0 0 0 .2rem #363a3e80}.btn-black.disabled,.btn-black:disabled{background-color:#13171c;border-color:#13171c;color:#fff}.btn-black:not(:disabled):not(.disabled).active,.btn-black:not(:disabled):not(.disabled):active,.show>.btn-black.dropdown-toggle{background-color:#000;border-color:#000;color:#fff}.btn-black:not(:disabled):not(.disabled).active:focus,.btn-black:not(:disabled):not(.disabled):active:focus,.show>.btn-black.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #363a3e80}.btn-gray-lighter{background-color:#fff;border-color:#fff;color:#13171c}.btn-gray-lighter.focus,.btn-gray-lighter:focus,.btn-gray-lighter:hover{background-color:#ececec;border-color:#e6e6e6;color:#13171c}.btn-gray-lighter.focus,.btn-gray-lighter:focus{box-shadow:0 0 0 .2rem #dcdcdd80}.btn-gray-lighter.disabled,.btn-gray-lighter:disabled{background-color:#fff;border-color:#fff;color:#13171c}.btn-gray-lighter:not(:disabled):not(.disabled).active,.btn-gray-lighter:not(:disabled):not(.disabled):active,.show>.btn-gray-lighter.dropdown-toggle{background-color:#e6e6e6;border-color:#dfdfdf;color:#13171c}.btn-gray-lighter:not(:disabled):not(.disabled).active:focus,.btn-gray-lighter:not(:disabled):not(.disabled):active:focus,.show>.btn-gray-lighter.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #dcdcdd80}.btn-gray-light{background-color:#d1d5db;border-color:#d1d5db;color:#13171c}.btn-gray-light.focus,.btn-gray-light:focus,.btn-gray-light:hover{background-color:#bcc1ca;border-color:#b4bbc5;color:#13171c}.btn-gray-light.focus,.btn-gray-light:focus{box-shadow:0 0 0 .2rem #b5b9be80}.btn-gray-light.disabled,.btn-gray-light:disabled{background-color:#d1d5db;border-color:#d1d5db;color:#13171c}.btn-gray-light:not(:disabled):not(.disabled).active,.btn-gray-light:not(:disabled):not(.disabled):active,.show>.btn-gray-light.dropdown-toggle{background-color:#b4bbc5;border-color:#adb4bf;color:#13171c}.btn-gray-light:not(:disabled):not(.disabled).active:focus,.btn-gray-light:not(:disabled):not(.disabled):active:focus,.show>.btn-gray-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #b5b9be80}.btn-gray{background-color:#d1d5db;border-color:#d1d5db;color:#13171c}.btn-gray.focus,.btn-gray:focus,.btn-gray:hover{background-color:#bcc1ca;border-color:#b4bbc5;color:#13171c}.btn-gray.focus,.btn-gray:focus{box-shadow:0 0 0 .2rem #b5b9be80}.btn-gray.disabled,.btn-gray:disabled{background-color:#d1d5db;border-color:#d1d5db;color:#13171c}.btn-gray:not(:disabled):not(.disabled).active,.btn-gray:not(:disabled):not(.disabled):active,.show>.btn-gray.dropdown-toggle{background-color:#b4bbc5;border-color:#adb4bf;color:#13171c}.btn-gray:not(:disabled):not(.disabled).active:focus,.btn-gray:not(:disabled):not(.disabled):active:focus,.show>.btn-gray.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #b5b9be80}.btn-gray-dark{background-color:#13171c;border-color:#13171c;color:#fff}.btn-gray-dark.focus,.btn-gray-dark:focus,.btn-gray-dark:hover{background-color:#040405;border-color:#000;color:#fff}.btn-gray-dark.focus,.btn-gray-dark:focus{box-shadow:0 0 0 .2rem #363a3e80}.btn-gray-dark.disabled,.btn-gray-dark:disabled{background-color:#13171c;border-color:#13171c;color:#fff}.btn-gray-dark:not(:disabled):not(.disabled).active,.btn-gray-dark:not(:disabled):not(.disabled):active,.show>.btn-gray-dark.dropdown-toggle{background-color:#000;border-color:#000;color:#fff}.btn-gray-dark:not(:disabled):not(.disabled).active:focus,.btn-gray-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-gray-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #363a3e80}.btn-input-color{background-color:#2b3039;border-color:#2b3039;color:#fff}.btn-input-color.focus,.btn-input-color:focus,.btn-input-color:hover{background-color:#1b1e23;border-color:#15181c;color:#fff}.btn-input-color.focus,.btn-input-color:focus{box-shadow:0 0 0 .2rem #4b4f5780}.btn-input-color.disabled,.btn-input-color:disabled{background-color:#2b3039;border-color:#2b3039;color:#fff}.btn-input-color:not(:disabled):not(.disabled).active,.btn-input-color:not(:disabled):not(.disabled):active,.show>.btn-input-color.dropdown-toggle{background-color:#15181c;border-color:#101115;color:#fff}.btn-input-color:not(:disabled):not(.disabled).active:focus,.btn-input-color:not(:disabled):not(.disabled):active:focus,.show>.btn-input-color.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #4b4f5780}.btn-input-placeholder{background-color:#55677d;border-color:#55677d;color:#fff}.btn-input-placeholder:hover{background-color:#465466;border-color:#404e5f;color:#fff}.btn-input-placeholder.focus,.btn-input-placeholder:focus{background-color:#465466;border-color:#404e5f;box-shadow:0 0 0 .2rem #6f7e9180;color:#fff}.btn-input-placeholder.disabled,.btn-input-placeholder:disabled{background-color:#55677d;border-color:#55677d;color:#fff}.btn-input-placeholder:not(:disabled):not(.disabled).active,.btn-input-placeholder:not(:disabled):not(.disabled):active,.show>.btn-input-placeholder.dropdown-toggle{background-color:#404e5f;border-color:#3b4857;color:#fff}.btn-input-placeholder:not(:disabled):not(.disabled).active:focus,.btn-input-placeholder:not(:disabled):not(.disabled):active:focus,.show>.btn-input-placeholder.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #6f7e9180}.btn-primary-light{background-color:#fff3f4;border-color:#fff3f4;color:#13171c}.btn-primary-light.focus,.btn-primary-light:focus,.btn-primary-light:hover{background-color:#ffccd2;border-color:#ffc0c7;color:#13171c}.btn-primary-light.focus,.btn-primary-light:focus{box-shadow:0 0 0 .2rem #dcd2d480}.btn-primary-light.disabled,.btn-primary-light:disabled{background-color:#fff3f4;border-color:#fff3f4;color:#13171c}.btn-primary-light:not(:disabled):not(.disabled).active,.btn-primary-light:not(:disabled):not(.disabled):active,.show>.btn-primary-light.dropdown-toggle{background-color:#ffc0c7;border-color:#ffb3bc;color:#13171c}.btn-primary-light:not(:disabled):not(.disabled).active:focus,.btn-primary-light:not(:disabled):not(.disabled):active:focus,.show>.btn-primary-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #dcd2d480}.btn-primary-dark{background-color:#ff1733;border-color:#ff1733;color:#fff}.btn-primary-dark.focus,.btn-primary-dark:focus,.btn-primary-dark:hover{background-color:#f0001d;border-color:#e3001b;color:#fff}.btn-primary-dark.focus,.btn-primary-dark:focus{box-shadow:0 0 0 .2rem #ff3a5280}.btn-primary-dark.disabled,.btn-primary-dark:disabled{background-color:#ff1733;border-color:#ff1733;color:#fff}.btn-primary-dark:not(:disabled):not(.disabled).active,.btn-primary-dark:not(:disabled):not(.disabled):active,.show>.btn-primary-dark.dropdown-toggle{background-color:#e3001b;border-color:#d6001a;color:#fff}.btn-primary-dark:not(:disabled):not(.disabled).active:focus,.btn-primary-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-primary-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #ff3a5280}.btn-secondary-light{background-color:#fff;border-color:#fff;color:#13171c}.btn-secondary-light.focus,.btn-secondary-light:focus,.btn-secondary-light:hover{background-color:#ececec;border-color:#e6e6e6;color:#13171c}.btn-secondary-light.focus,.btn-secondary-light:focus{box-shadow:0 0 0 .2rem #dcdcdd80}.btn-secondary-light.disabled,.btn-secondary-light:disabled{background-color:#fff;border-color:#fff;color:#13171c}.btn-secondary-light:not(:disabled):not(.disabled).active,.btn-secondary-light:not(:disabled):not(.disabled):active,.show>.btn-secondary-light.dropdown-toggle{background-color:#e6e6e6;border-color:#dfdfdf;color:#13171c}.btn-secondary-light:not(:disabled):not(.disabled).active:focus,.btn-secondary-light:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #dcdcdd80}.btn-secondary-dark{background-color:#bac0c9;border-color:#bac0c9;color:#13171c}.btn-secondary-dark.focus,.btn-secondary-dark:focus,.btn-secondary-dark:hover{background-color:#a5adb8;border-color:#9ea6b3;color:#13171c}.btn-secondary-dark.focus,.btn-secondary-dark:focus{box-shadow:0 0 0 .2rem #a1a7af80}.btn-secondary-dark.disabled,.btn-secondary-dark:disabled{background-color:#bac0c9;border-color:#bac0c9;color:#13171c}.btn-secondary-dark:not(:disabled):not(.disabled).active,.btn-secondary-dark:not(:disabled):not(.disabled):active,.show>.btn-secondary-dark.dropdown-toggle{background-color:#9ea6b3;border-color:#969fad;color:#13171c}.btn-secondary-dark:not(:disabled):not(.disabled).active:focus,.btn-secondary-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #a1a7af80}.btn-success-light{background-color:#e1f8e6;border-color:#e1f8e6;color:#13171c}.btn-success-light.focus,.btn-success-light:focus,.btn-success-light:hover{background-color:#c2f0cc;border-color:#b7eec4;color:#13171c}.btn-success-light.focus,.btn-success-light:focus{box-shadow:0 0 0 .2rem #c2d6c880}.btn-success-light.disabled,.btn-success-light:disabled{background-color:#e1f8e6;border-color:#e1f8e6;color:#13171c}.btn-success-light:not(:disabled):not(.disabled).active,.btn-success-light:not(:disabled):not(.disabled):active,.show>.btn-success-light.dropdown-toggle{background-color:#b7eec4;border-color:#adebbb;color:#13171c}.btn-success-light:not(:disabled):not(.disabled).active:focus,.btn-success-light:not(:disabled):not(.disabled):active:focus,.show>.btn-success-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #c2d6c880}.btn-success-dark{background-color:#208637;border-color:#208637;color:#fff}.btn-success-dark.focus,.btn-success-dark:focus,.btn-success-dark:hover{background-color:#19672b;border-color:#165d26;color:#fff}.btn-success-dark.focus,.btn-success-dark:focus{box-shadow:0 0 0 .2rem #42985580}.btn-success-dark.disabled,.btn-success-dark:disabled{background-color:#208637;border-color:#208637;color:#fff}.btn-success-dark:not(:disabled):not(.disabled).active,.btn-success-dark:not(:disabled):not(.disabled):active,.show>.btn-success-dark.dropdown-toggle{background-color:#165d26;border-color:#145322;color:#fff}.btn-success-dark:not(:disabled):not(.disabled).active:focus,.btn-success-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-success-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #42985580}.btn-info-light{background-color:#bad8ff;border-color:#bad8ff;color:#13171c}.btn-info-light.focus,.btn-info-light:focus,.btn-info-light:hover{background-color:#94c2ff;border-color:#87bbff;color:#13171c}.btn-info-light.focus,.btn-info-light:focus{box-shadow:0 0 0 .2rem #a1bbdd80}.btn-info-light.disabled,.btn-info-light:disabled{background-color:#bad8ff;border-color:#bad8ff;color:#13171c}.btn-info-light:not(:disabled):not(.disabled).active,.btn-info-light:not(:disabled):not(.disabled):active,.show>.btn-info-light.dropdown-toggle{background-color:#87bbff;border-color:#7ab4ff;color:#13171c}.btn-info-light:not(:disabled):not(.disabled).active:focus,.btn-info-light:not(:disabled):not(.disabled):active:focus,.show>.btn-info-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #a1bbdd80}.btn-info-dark{background-color:#2b87ff;border-color:#2b87ff;color:#fff}.btn-info-dark.focus,.btn-info-dark:focus,.btn-info-dark:hover{background-color:#0571ff;border-color:#006bf7;color:#fff}.btn-info-dark.focus,.btn-info-dark:focus{box-shadow:0 0 0 .2rem #4b99ff80}.btn-info-dark.disabled,.btn-info-dark:disabled{background-color:#2b87ff;border-color:#2b87ff;color:#fff}.btn-info-dark:not(:disabled):not(.disabled).active,.btn-info-dark:not(:disabled):not(.disabled):active,.show>.btn-info-dark.dropdown-toggle{background-color:#006bf7;border-color:#0065ea;color:#fff}.btn-info-dark:not(:disabled):not(.disabled).active:focus,.btn-info-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-info-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #4b99ff80}.btn-warning-light{background-color:#fddbc3;border-color:#fddbc3;color:#13171c}.btn-warning-light.focus,.btn-warning-light:focus,.btn-warning-light:hover{background-color:#fdc59e;border-color:#fcbd91;color:#13171c}.btn-warning-light.focus,.btn-warning-light:focus{box-shadow:0 0 0 .2rem #dabeaa80}.btn-warning-light.disabled,.btn-warning-light:disabled{background-color:#fddbc3;border-color:#fddbc3;color:#13171c}.btn-warning-light:not(:disabled):not(.disabled).active,.btn-warning-light:not(:disabled):not(.disabled):active,.show>.btn-warning-light.dropdown-toggle{background-color:#fcbd91;border-color:#fcb685;color:#13171c}.btn-warning-light:not(:disabled):not(.disabled).active:focus,.btn-warning-light:not(:disabled):not(.disabled):active:focus,.show>.btn-warning-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #dabeaa80}.btn-warning-dark{background-color:#df6006;border-color:#df6006;color:#fff}.btn-warning-dark.focus,.btn-warning-dark:focus,.btn-warning-dark:hover{background-color:#ba5005;border-color:#ae4a04;color:#fff}.btn-warning-dark.focus,.btn-warning-dark:focus{box-shadow:0 0 0 .2rem #e4772b80}.btn-warning-dark.disabled,.btn-warning-dark:disabled{background-color:#df6006;border-color:#df6006;color:#fff}.btn-warning-dark:not(:disabled):not(.disabled).active,.btn-warning-dark:not(:disabled):not(.disabled):active,.show>.btn-warning-dark.dropdown-toggle{background-color:#ae4a04;border-color:#a14504;color:#fff}.btn-warning-dark:not(:disabled):not(.disabled).active:focus,.btn-warning-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-warning-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #e4772b80}.btn-danger-light{background-color:#f6c8c8;border-color:#f6c8c8;color:#13171c}.btn-danger-light.focus,.btn-danger-light:focus,.btn-danger-light:hover{background-color:#f1a8a8;border-color:#ef9d9d;color:#13171c}.btn-danger-light.focus,.btn-danger-light:focus{box-shadow:0 0 0 .2rem #d4aeaf80}.btn-danger-light.disabled,.btn-danger-light:disabled{background-color:#f6c8c8;border-color:#f6c8c8;color:#13171c}.btn-danger-light:not(:disabled):not(.disabled).active,.btn-danger-light:not(:disabled):not(.disabled):active,.show>.btn-danger-light.dropdown-toggle{background-color:#ef9d9d;border-color:#ed9292;color:#13171c}.btn-danger-light:not(:disabled):not(.disabled).active:focus,.btn-danger-light:not(:disabled):not(.disabled):active:focus,.show>.btn-danger-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #d4aeaf80}.btn-danger-dark{background-color:#bb1e1e;border-color:#bb1e1e;color:#fff}.btn-danger-dark.focus,.btn-danger-dark:focus,.btn-danger-dark:hover{background-color:#9a1919;border-color:#8f1717;color:#fff}.btn-danger-dark.focus,.btn-danger-dark:focus{box-shadow:0 0 0 .2rem #c5404080}.btn-danger-dark.disabled,.btn-danger-dark:disabled{background-color:#bb1e1e;border-color:#bb1e1e;color:#fff}.btn-danger-dark:not(:disabled):not(.disabled).active,.btn-danger-dark:not(:disabled):not(.disabled):active,.show>.btn-danger-dark.dropdown-toggle{background-color:#8f1717;border-color:#841515;color:#fff}.btn-danger-dark:not(:disabled):not(.disabled).active:focus,.btn-danger-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-danger-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #c5404080}.btn-dark-light{background-color:#191e251a;border-color:#191e251a;color:#fff}.btn-dark-light.focus,.btn-dark-light:focus,.btn-dark-light:hover{background-color:#0a0c0e1a;border-color:#0506071a;color:#fff}.btn-dark-light.focus,.btn-dark-light:focus{box-shadow:0 0 0 .2rem #cacbcd80}.btn-dark-light.disabled,.btn-dark-light:disabled{background-color:#191e251a;border-color:#191e251a;color:#fff}.btn-dark-light:not(:disabled):not(.disabled).active,.btn-dark-light:not(:disabled):not(.disabled):active,.show>.btn-dark-light.dropdown-toggle{background-color:#0506071a;border-color:#0000001a;color:#fff}.btn-dark-light:not(:disabled):not(.disabled).active:focus,.btn-dark-light:not(:disabled):not(.disabled):active:focus,.show>.btn-dark-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #cacbcd80}.btn-dark-dark{background-color:#0303041a;border-color:#0303041a;color:#fff}.btn-dark-dark.focus,.btn-dark-dark:focus,.btn-dark-dark:hover{background-color:#0000001a;border-color:#0000001a;color:#fff}.btn-dark-dark.focus,.btn-dark-dark:focus{box-shadow:0 0 0 .2rem #c5c5c580}.btn-dark-dark.disabled,.btn-dark-dark:disabled{background-color:#0303041a;border-color:#0303041a;color:#fff}.btn-dark-dark:not(:disabled):not(.disabled).active,.btn-dark-dark:not(:disabled):not(.disabled):active,.show>.btn-dark-dark.dropdown-toggle{background-color:#0000001a;border-color:#0000001a;color:#fff}.btn-dark-dark:not(:disabled):not(.disabled).active:focus,.btn-dark-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #c5c5c580}.btn-outline-primary{border-color:#ff4057;color:#ff4057}.btn-outline-primary:hover{background-color:#ff4057;border-color:#ff4057;color:#fff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem #ff405780}.btn-outline-primary.disabled,.btn-outline-primary:disabled{background-color:initial;color:#ff4057}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{background-color:#ff4057;border-color:#ff4057;color:#fff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #ff405780}.btn-outline-secondary{border-color:#d1d5db;color:#d1d5db}.btn-outline-secondary:hover{background-color:#d1d5db;border-color:#d1d5db;color:#13171c}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem #d1d5db80}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{background-color:initial}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{background-color:#d1d5db;border-color:#d1d5db;color:#13171c}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #d1d5db80}.btn-outline-success{border-color:#28a745;color:#28a745}.btn-outline-success:hover{background-color:#28a745;border-color:#28a745;color:#fff}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem #28a74580}.btn-outline-success.disabled,.btn-outline-success:disabled{background-color:initial;color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{background-color:#28a745;border-color:#28a745;color:#fff}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #28a74580}.btn-outline-info{border-color:#549eff;color:#549eff}.btn-outline-info:hover{background-color:#549eff;border-color:#549eff;color:#fff}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem #549eff80}.btn-outline-info.disabled,.btn-outline-info:disabled{background-color:initial;color:#549eff}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{background-color:#549eff;border-color:#549eff;color:#fff}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #549eff80}.btn-outline-warning{border-color:#f97315;color:#f97315}.btn-outline-warning:hover{background-color:#f97315;border-color:#f97315;color:#fff}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem #f9731580}.btn-outline-warning.disabled,.btn-outline-warning:disabled{background-color:initial;color:#f97315}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{background-color:#f97315;border-color:#f97315;color:#fff}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #f9731580}.btn-outline-danger{border-color:#dc2626;color:#dc2626}.btn-outline-danger:hover{background-color:#dc2626;border-color:#dc2626;color:#fff}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem #dc262680}.btn-outline-danger.disabled,.btn-outline-danger:disabled{background-color:initial;color:#dc2626}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{background-color:#dc2626;border-color:#dc2626;color:#fff}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #dc262680}.btn-outline-light{border-color:#13171c0a;color:#13171c0a}.btn-outline-light:hover{background-color:#13171c0a;border-color:#13171c0a;color:#fff}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem #13171c80}.btn-outline-light.disabled,.btn-outline-light:disabled{background-color:initial;color:#13171c0a}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{background-color:#13171c0a;border-color:#13171c0a;color:#fff}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #13171c80}.btn-outline-dark{border-color:#13171c1a;color:#13171c1a}.btn-outline-dark:hover{background-color:#13171c1a;border-color:#13171c1a;color:#fff}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem #13171c80}.btn-outline-dark.disabled,.btn-outline-dark:disabled{background-color:initial;color:#13171c1a}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{background-color:#13171c1a;border-color:#13171c1a;color:#fff}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #13171c80}.btn-outline-blue{border-color:#007bff;color:#007bff}.btn-outline-blue:hover{background-color:#007bff;border-color:#007bff;color:#fff}.btn-outline-blue.focus,.btn-outline-blue:focus{box-shadow:0 0 0 .2rem #007bff80}.btn-outline-blue.disabled,.btn-outline-blue:disabled{background-color:initial;color:#007bff}.btn-outline-blue:not(:disabled):not(.disabled).active,.btn-outline-blue:not(:disabled):not(.disabled):active,.show>.btn-outline-blue.dropdown-toggle{background-color:#007bff;border-color:#007bff;color:#fff}.btn-outline-blue:not(:disabled):not(.disabled).active:focus,.btn-outline-blue:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-blue.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #007bff80}.btn-outline-indigo{border-color:#6610f2;color:#6610f2}.btn-outline-indigo:hover{background-color:#6610f2;border-color:#6610f2;color:#fff}.btn-outline-indigo.focus,.btn-outline-indigo:focus{box-shadow:0 0 0 .2rem #6610f280}.btn-outline-indigo.disabled,.btn-outline-indigo:disabled{background-color:initial;color:#6610f2}.btn-outline-indigo:not(:disabled):not(.disabled).active,.btn-outline-indigo:not(:disabled):not(.disabled):active,.show>.btn-outline-indigo.dropdown-toggle{background-color:#6610f2;border-color:#6610f2;color:#fff}.btn-outline-indigo:not(:disabled):not(.disabled).active:focus,.btn-outline-indigo:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-indigo.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #6610f280}.btn-outline-purple{border-color:#6f42c1;color:#6f42c1}.btn-outline-purple:hover{background-color:#6f42c1;border-color:#6f42c1;color:#fff}.btn-outline-purple.focus,.btn-outline-purple:focus{box-shadow:0 0 0 .2rem #6f42c180}.btn-outline-purple.disabled,.btn-outline-purple:disabled{background-color:initial;color:#6f42c1}.btn-outline-purple:not(:disabled):not(.disabled).active,.btn-outline-purple:not(:disabled):not(.disabled):active,.show>.btn-outline-purple.dropdown-toggle{background-color:#6f42c1;border-color:#6f42c1;color:#fff}.btn-outline-purple:not(:disabled):not(.disabled).active:focus,.btn-outline-purple:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-purple.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #6f42c180}.btn-outline-pink{border-color:#e83e8c;color:#e83e8c}.btn-outline-pink:hover{background-color:#e83e8c;border-color:#e83e8c;color:#fff}.btn-outline-pink.focus,.btn-outline-pink:focus{box-shadow:0 0 0 .2rem #e83e8c80}.btn-outline-pink.disabled,.btn-outline-pink:disabled{background-color:initial;color:#e83e8c}.btn-outline-pink:not(:disabled):not(.disabled).active,.btn-outline-pink:not(:disabled):not(.disabled):active,.show>.btn-outline-pink.dropdown-toggle{background-color:#e83e8c;border-color:#e83e8c;color:#fff}.btn-outline-pink:not(:disabled):not(.disabled).active:focus,.btn-outline-pink:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-pink.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #e83e8c80}.btn-outline-red{border-color:#dc3545;color:#dc3545}.btn-outline-red:hover{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-outline-red.focus,.btn-outline-red:focus{box-shadow:0 0 0 .2rem #dc354580}.btn-outline-red.disabled,.btn-outline-red:disabled{background-color:initial;color:#dc3545}.btn-outline-red:not(:disabled):not(.disabled).active,.btn-outline-red:not(:disabled):not(.disabled):active,.show>.btn-outline-red.dropdown-toggle{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-outline-red:not(:disabled):not(.disabled).active:focus,.btn-outline-red:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-red.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #dc354580}.btn-outline-orange{border-color:#fd7e14;color:#fd7e14}.btn-outline-orange:hover{background-color:#fd7e14;border-color:#fd7e14;color:#13171c}.btn-outline-orange.focus,.btn-outline-orange:focus{box-shadow:0 0 0 .2rem #fd7e1480}.btn-outline-orange.disabled,.btn-outline-orange:disabled{background-color:initial;color:#fd7e14}.btn-outline-orange:not(:disabled):not(.disabled).active,.btn-outline-orange:not(:disabled):not(.disabled):active,.show>.btn-outline-orange.dropdown-toggle{background-color:#fd7e14;border-color:#fd7e14;color:#13171c}.btn-outline-orange:not(:disabled):not(.disabled).active:focus,.btn-outline-orange:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-orange.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #fd7e1480}.btn-outline-yellow{border-color:#fcedb9;color:#fcedb9}.btn-outline-yellow:hover{background-color:#fcedb9;border-color:#fcedb9;color:#13171c}.btn-outline-yellow.focus,.btn-outline-yellow:focus{box-shadow:0 0 0 .2rem #fcedb980}.btn-outline-yellow.disabled,.btn-outline-yellow:disabled{background-color:initial;color:#fcedb9}.btn-outline-yellow:not(:disabled):not(.disabled).active,.btn-outline-yellow:not(:disabled):not(.disabled):active,.show>.btn-outline-yellow.dropdown-toggle{background-color:#fcedb9;border-color:#fcedb9;color:#13171c}.btn-outline-yellow:not(:disabled):not(.disabled).active:focus,.btn-outline-yellow:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-yellow.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #fcedb980}.btn-outline-green{border-color:#28a745;color:#28a745}.btn-outline-green:hover{background-color:#28a745;border-color:#28a745;color:#fff}.btn-outline-green.focus,.btn-outline-green:focus{box-shadow:0 0 0 .2rem #28a74580}.btn-outline-green.disabled,.btn-outline-green:disabled{background-color:initial;color:#28a745}.btn-outline-green:not(:disabled):not(.disabled).active,.btn-outline-green:not(:disabled):not(.disabled):active,.show>.btn-outline-green.dropdown-toggle{background-color:#28a745;border-color:#28a745;color:#fff}.btn-outline-green:not(:disabled):not(.disabled).active:focus,.btn-outline-green:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-green.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #28a74580}.btn-outline-teal{border-color:#20c997;color:#20c997}.btn-outline-teal:hover{background-color:#20c997;border-color:#20c997;color:#fff}.btn-outline-teal.focus,.btn-outline-teal:focus{box-shadow:0 0 0 .2rem #20c99780}.btn-outline-teal.disabled,.btn-outline-teal:disabled{background-color:initial;color:#20c997}.btn-outline-teal:not(:disabled):not(.disabled).active,.btn-outline-teal:not(:disabled):not(.disabled):active,.show>.btn-outline-teal.dropdown-toggle{background-color:#20c997;border-color:#20c997;color:#fff}.btn-outline-teal:not(:disabled):not(.disabled).active:focus,.btn-outline-teal:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-teal.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #20c99780}.btn-outline-cyan{border-color:#17a2b8;color:#17a2b8}.btn-outline-cyan:hover{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-outline-cyan.focus,.btn-outline-cyan:focus{box-shadow:0 0 0 .2rem #17a2b880}.btn-outline-cyan.disabled,.btn-outline-cyan:disabled{background-color:initial;color:#17a2b8}.btn-outline-cyan:not(:disabled):not(.disabled).active,.btn-outline-cyan:not(:disabled):not(.disabled):active,.show>.btn-outline-cyan.dropdown-toggle{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-outline-cyan:not(:disabled):not(.disabled).active:focus,.btn-outline-cyan:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-cyan.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #17a2b880}.btn-outline-white{border-color:#fff;color:#fff}.btn-outline-white:hover{background-color:#fff;border-color:#fff;color:#13171c}.btn-outline-white.focus,.btn-outline-white:focus{box-shadow:0 0 0 .2rem #ffffff80}.btn-outline-white.disabled,.btn-outline-white:disabled{background-color:initial;color:#fff}.btn-outline-white:not(:disabled):not(.disabled).active,.btn-outline-white:not(:disabled):not(.disabled):active,.show>.btn-outline-white.dropdown-toggle{background-color:#fff;border-color:#fff;color:#13171c}.btn-outline-white:not(:disabled):not(.disabled).active:focus,.btn-outline-white:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-white.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #ffffff80}.btn-outline-black{border-color:#13171c;color:#13171c}.btn-outline-black:hover{background-color:#13171c;border-color:#13171c;color:#fff}.btn-outline-black.focus,.btn-outline-black:focus{box-shadow:0 0 0 .2rem #13171c80}.btn-outline-black.disabled,.btn-outline-black:disabled{background-color:initial;color:#13171c}.btn-outline-black:not(:disabled):not(.disabled).active,.btn-outline-black:not(:disabled):not(.disabled):active,.show>.btn-outline-black.dropdown-toggle{background-color:#13171c;border-color:#13171c;color:#fff}.btn-outline-black:not(:disabled):not(.disabled).active:focus,.btn-outline-black:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-black.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #13171c80}.btn-outline-gray-lighter{border-color:#fff;color:#fff}.btn-outline-gray-lighter:hover{background-color:#fff;border-color:#fff;color:#13171c}.btn-outline-gray-lighter.focus,.btn-outline-gray-lighter:focus{box-shadow:0 0 0 .2rem #ffffff80}.btn-outline-gray-lighter.disabled,.btn-outline-gray-lighter:disabled{background-color:initial;color:#fff}.btn-outline-gray-lighter:not(:disabled):not(.disabled).active,.btn-outline-gray-lighter:not(:disabled):not(.disabled):active,.show>.btn-outline-gray-lighter.dropdown-toggle{background-color:#fff;border-color:#fff;color:#13171c}.btn-outline-gray-lighter:not(:disabled):not(.disabled).active:focus,.btn-outline-gray-lighter:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-gray-lighter.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #ffffff80}.btn-outline-gray-light{border-color:#d1d5db;color:#d1d5db}.btn-outline-gray-light:hover{background-color:#d1d5db;border-color:#d1d5db;color:#13171c}.btn-outline-gray-light.focus,.btn-outline-gray-light:focus{box-shadow:0 0 0 .2rem #d1d5db80}.btn-outline-gray-light.disabled,.btn-outline-gray-light:disabled{background-color:initial;color:#d1d5db}.btn-outline-gray-light:not(:disabled):not(.disabled).active,.btn-outline-gray-light:not(:disabled):not(.disabled):active,.show>.btn-outline-gray-light.dropdown-toggle{background-color:#d1d5db;border-color:#d1d5db;color:#13171c}.btn-outline-gray-light:not(:disabled):not(.disabled).active:focus,.btn-outline-gray-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-gray-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #d1d5db80}.btn-outline-gray{border-color:#d1d5db;color:#d1d5db}.btn-outline-gray:hover{background-color:#d1d5db;border-color:#d1d5db;color:#13171c}.btn-outline-gray.focus,.btn-outline-gray:focus{box-shadow:0 0 0 .2rem #d1d5db80}.btn-outline-gray.disabled,.btn-outline-gray:disabled{background-color:initial;color:#d1d5db}.btn-outline-gray:not(:disabled):not(.disabled).active,.btn-outline-gray:not(:disabled):not(.disabled):active,.show>.btn-outline-gray.dropdown-toggle{background-color:#d1d5db;border-color:#d1d5db;color:#13171c}.btn-outline-gray:not(:disabled):not(.disabled).active:focus,.btn-outline-gray:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-gray.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #d1d5db80}.btn-outline-gray-dark{border-color:#13171c;color:#13171c}.btn-outline-gray-dark:hover{background-color:#13171c;border-color:#13171c;color:#fff}.btn-outline-gray-dark.focus,.btn-outline-gray-dark:focus{box-shadow:0 0 0 .2rem #13171c80}.btn-outline-gray-dark.disabled,.btn-outline-gray-dark:disabled{background-color:initial;color:#13171c}.btn-outline-gray-dark:not(:disabled):not(.disabled).active,.btn-outline-gray-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-gray-dark.dropdown-toggle{background-color:#13171c;border-color:#13171c;color:#fff}.btn-outline-gray-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-gray-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-gray-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #13171c80}.btn-outline-input-color{border-color:#2b3039;color:#2b3039}.btn-outline-input-color:hover{background-color:#2b3039;border-color:#2b3039;color:#fff}.btn-outline-input-color.focus,.btn-outline-input-color:focus{box-shadow:0 0 0 .2rem #2b303980}.btn-outline-input-color.disabled,.btn-outline-input-color:disabled{background-color:initial;color:#2b3039}.btn-outline-input-color:not(:disabled):not(.disabled).active,.btn-outline-input-color:not(:disabled):not(.disabled):active,.show>.btn-outline-input-color.dropdown-toggle{background-color:#2b3039;border-color:#2b3039;color:#fff}.btn-outline-input-color:not(:disabled):not(.disabled).active:focus,.btn-outline-input-color:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-input-color.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #2b303980}.btn-outline-input-placeholder{border-color:#55677d;color:#55677d}.btn-outline-input-placeholder:hover{background-color:#55677d;border-color:#55677d;color:#fff}.btn-outline-input-placeholder.focus,.btn-outline-input-placeholder:focus{box-shadow:0 0 0 .2rem #55677d80}.btn-outline-input-placeholder.disabled,.btn-outline-input-placeholder:disabled{background-color:initial;color:#55677d}.btn-outline-input-placeholder:not(:disabled):not(.disabled).active,.btn-outline-input-placeholder:not(:disabled):not(.disabled):active,.show>.btn-outline-input-placeholder.dropdown-toggle{background-color:#55677d;border-color:#55677d;color:#fff}.btn-outline-input-placeholder:not(:disabled):not(.disabled).active:focus,.btn-outline-input-placeholder:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-input-placeholder.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #55677d80}.btn-outline-primary-light{border-color:#fff3f4;color:#fff3f4}.btn-outline-primary-light:hover{background-color:#fff3f4;border-color:#fff3f4;color:#13171c}.btn-outline-primary-light.focus,.btn-outline-primary-light:focus{box-shadow:0 0 0 .2rem #fff3f480}.btn-outline-primary-light.disabled,.btn-outline-primary-light:disabled{background-color:initial;color:#fff3f4}.btn-outline-primary-light:not(:disabled):not(.disabled).active,.btn-outline-primary-light:not(:disabled):not(.disabled):active,.show>.btn-outline-primary-light.dropdown-toggle{background-color:#fff3f4;border-color:#fff3f4;color:#13171c}.btn-outline-primary-light:not(:disabled):not(.disabled).active:focus,.btn-outline-primary-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #fff3f480}.btn-outline-primary-dark{border-color:#ff1733;color:#ff1733}.btn-outline-primary-dark:hover{background-color:#ff1733;border-color:#ff1733;color:#fff}.btn-outline-primary-dark.focus,.btn-outline-primary-dark:focus{box-shadow:0 0 0 .2rem #ff173380}.btn-outline-primary-dark.disabled,.btn-outline-primary-dark:disabled{background-color:initial;color:#ff1733}.btn-outline-primary-dark:not(:disabled):not(.disabled).active,.btn-outline-primary-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-primary-dark.dropdown-toggle{background-color:#ff1733;border-color:#ff1733;color:#fff}.btn-outline-primary-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-primary-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #ff173380}.btn-outline-secondary-light{border-color:#fff;color:#fff}.btn-outline-secondary-light:hover{background-color:#fff;border-color:#fff;color:#13171c}.btn-outline-secondary-light.focus,.btn-outline-secondary-light:focus{box-shadow:0 0 0 .2rem #ffffff80}.btn-outline-secondary-light.disabled,.btn-outline-secondary-light:disabled{background-color:initial;color:#fff}.btn-outline-secondary-light:not(:disabled):not(.disabled).active,.btn-outline-secondary-light:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary-light.dropdown-toggle{background-color:#fff;border-color:#fff;color:#13171c}.btn-outline-secondary-light:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #ffffff80}.btn-outline-secondary-dark{border-color:#bac0c9;color:#bac0c9}.btn-outline-secondary-dark:hover{background-color:#bac0c9;border-color:#bac0c9;color:#13171c}.btn-outline-secondary-dark.focus,.btn-outline-secondary-dark:focus{box-shadow:0 0 0 .2rem #bac0c980}.btn-outline-secondary-dark.disabled,.btn-outline-secondary-dark:disabled{background-color:initial;color:#bac0c9}.btn-outline-secondary-dark:not(:disabled):not(.disabled).active,.btn-outline-secondary-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary-dark.dropdown-toggle{background-color:#bac0c9;border-color:#bac0c9;color:#13171c}.btn-outline-secondary-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #bac0c980}.btn-outline-success-light{border-color:#e1f8e6;color:#e1f8e6}.btn-outline-success-light:hover{background-color:#e1f8e6;border-color:#e1f8e6;color:#13171c}.btn-outline-success-light.focus,.btn-outline-success-light:focus{box-shadow:0 0 0 .2rem #e1f8e680}.btn-outline-success-light.disabled,.btn-outline-success-light:disabled{background-color:initial;color:#e1f8e6}.btn-outline-success-light:not(:disabled):not(.disabled).active,.btn-outline-success-light:not(:disabled):not(.disabled):active,.show>.btn-outline-success-light.dropdown-toggle{background-color:#e1f8e6;border-color:#e1f8e6;color:#13171c}.btn-outline-success-light:not(:disabled):not(.disabled).active:focus,.btn-outline-success-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #e1f8e680}.btn-outline-success-dark{border-color:#208637;color:#208637}.btn-outline-success-dark:hover{background-color:#208637;border-color:#208637;color:#fff}.btn-outline-success-dark.focus,.btn-outline-success-dark:focus{box-shadow:0 0 0 .2rem #20863780}.btn-outline-success-dark.disabled,.btn-outline-success-dark:disabled{background-color:initial;color:#208637}.btn-outline-success-dark:not(:disabled):not(.disabled).active,.btn-outline-success-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-success-dark.dropdown-toggle{background-color:#208637;border-color:#208637;color:#fff}.btn-outline-success-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-success-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #20863780}.btn-outline-info-light{border-color:#bad8ff;color:#bad8ff}.btn-outline-info-light:hover{background-color:#bad8ff;border-color:#bad8ff;color:#13171c}.btn-outline-info-light.focus,.btn-outline-info-light:focus{box-shadow:0 0 0 .2rem #bad8ff80}.btn-outline-info-light.disabled,.btn-outline-info-light:disabled{background-color:initial;color:#bad8ff}.btn-outline-info-light:not(:disabled):not(.disabled).active,.btn-outline-info-light:not(:disabled):not(.disabled):active,.show>.btn-outline-info-light.dropdown-toggle{background-color:#bad8ff;border-color:#bad8ff;color:#13171c}.btn-outline-info-light:not(:disabled):not(.disabled).active:focus,.btn-outline-info-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #bad8ff80}.btn-outline-info-dark{border-color:#2b87ff;color:#2b87ff}.btn-outline-info-dark:hover{background-color:#2b87ff;border-color:#2b87ff;color:#fff}.btn-outline-info-dark.focus,.btn-outline-info-dark:focus{box-shadow:0 0 0 .2rem #2b87ff80}.btn-outline-info-dark.disabled,.btn-outline-info-dark:disabled{background-color:initial;color:#2b87ff}.btn-outline-info-dark:not(:disabled):not(.disabled).active,.btn-outline-info-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-info-dark.dropdown-toggle{background-color:#2b87ff;border-color:#2b87ff;color:#fff}.btn-outline-info-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-info-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #2b87ff80}.btn-outline-warning-light{border-color:#fddbc3;color:#fddbc3}.btn-outline-warning-light:hover{background-color:#fddbc3;border-color:#fddbc3;color:#13171c}.btn-outline-warning-light.focus,.btn-outline-warning-light:focus{box-shadow:0 0 0 .2rem #fddbc380}.btn-outline-warning-light.disabled,.btn-outline-warning-light:disabled{background-color:initial;color:#fddbc3}.btn-outline-warning-light:not(:disabled):not(.disabled).active,.btn-outline-warning-light:not(:disabled):not(.disabled):active,.show>.btn-outline-warning-light.dropdown-toggle{background-color:#fddbc3;border-color:#fddbc3;color:#13171c}.btn-outline-warning-light:not(:disabled):not(.disabled).active:focus,.btn-outline-warning-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #fddbc380}.btn-outline-warning-dark{border-color:#df6006;color:#df6006}.btn-outline-warning-dark:hover{background-color:#df6006;border-color:#df6006;color:#fff}.btn-outline-warning-dark.focus,.btn-outline-warning-dark:focus{box-shadow:0 0 0 .2rem #df600680}.btn-outline-warning-dark.disabled,.btn-outline-warning-dark:disabled{background-color:initial;color:#df6006}.btn-outline-warning-dark:not(:disabled):not(.disabled).active,.btn-outline-warning-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-warning-dark.dropdown-toggle{background-color:#df6006;border-color:#df6006;color:#fff}.btn-outline-warning-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-warning-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #df600680}.btn-outline-danger-light{border-color:#f6c8c8;color:#f6c8c8}.btn-outline-danger-light:hover{background-color:#f6c8c8;border-color:#f6c8c8;color:#13171c}.btn-outline-danger-light.focus,.btn-outline-danger-light:focus{box-shadow:0 0 0 .2rem #f6c8c880}.btn-outline-danger-light.disabled,.btn-outline-danger-light:disabled{background-color:initial;color:#f6c8c8}.btn-outline-danger-light:not(:disabled):not(.disabled).active,.btn-outline-danger-light:not(:disabled):not(.disabled):active,.show>.btn-outline-danger-light.dropdown-toggle{background-color:#f6c8c8;border-color:#f6c8c8;color:#13171c}.btn-outline-danger-light:not(:disabled):not(.disabled).active:focus,.btn-outline-danger-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #f6c8c880}.btn-outline-danger-dark{border-color:#bb1e1e;color:#bb1e1e}.btn-outline-danger-dark:hover{background-color:#bb1e1e;border-color:#bb1e1e;color:#fff}.btn-outline-danger-dark.focus,.btn-outline-danger-dark:focus{box-shadow:0 0 0 .2rem #bb1e1e80}.btn-outline-danger-dark.disabled,.btn-outline-danger-dark:disabled{background-color:initial;color:#bb1e1e}.btn-outline-danger-dark:not(:disabled):not(.disabled).active,.btn-outline-danger-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-danger-dark.dropdown-toggle{background-color:#bb1e1e;border-color:#bb1e1e;color:#fff}.btn-outline-danger-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-danger-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #bb1e1e80}.btn-outline-dark-light{border-color:#191e251a;color:#191e251a}.btn-outline-dark-light:hover{background-color:#191e251a;border-color:#191e251a;color:#fff}.btn-outline-dark-light.focus,.btn-outline-dark-light:focus{box-shadow:0 0 0 .2rem #191e2580}.btn-outline-dark-light.disabled,.btn-outline-dark-light:disabled{background-color:initial;color:#191e251a}.btn-outline-dark-light:not(:disabled):not(.disabled).active,.btn-outline-dark-light:not(:disabled):not(.disabled):active,.show>.btn-outline-dark-light.dropdown-toggle{background-color:#191e251a;border-color:#191e251a;color:#fff}.btn-outline-dark-light:not(:disabled):not(.disabled).active:focus,.btn-outline-dark-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #191e2580}.btn-outline-dark-dark{border-color:#0303041a;color:#0303041a}.btn-outline-dark-dark:hover{background-color:#0303041a;border-color:#0303041a;color:#fff}.btn-outline-dark-dark.focus,.btn-outline-dark-dark:focus{box-shadow:0 0 0 .2rem #03030480}.btn-outline-dark-dark.disabled,.btn-outline-dark-dark:disabled{background-color:initial;color:#0303041a}.btn-outline-dark-dark:not(:disabled):not(.disabled).active,.btn-outline-dark-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark-dark.dropdown-toggle{background-color:#0303041a;border-color:#0303041a;color:#fff}.btn-outline-dark-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #03030480}.btn-link{color:#ff4057;font-weight:400;text-decoration:none}.btn-link:hover{color:#f3001d}.btn-link.focus,.btn-link:focus,.btn-link:hover{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#445365;pointer-events:none}.btn-group-lg>.btn,.btn-lg{border-radius:.3rem;font-size:1.25rem;line-height:1.5;padding:.5rem 1rem}.btn-group-sm>.btn,.btn-sm{border-radius:.2rem;font-size:.875rem;line-height:1.5;padding:.16rem .5rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.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;position:relative;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.width{height:auto;transition:width .35s ease;width:0}@media (prefers-reduced-motion:reduce){.collapsing.width{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{border-bottom:0;border-left:.3em solid #0000;border-right:.3em solid #0000;border-top:.3em solid;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{background-clip:padding-box;background-color:#fff;border:1px solid #13171c26;border-radius:.25rem;color:#1c1e25;display:none;float:left;font-size:1rem;left:0;list-style:none;margin:.125rem 0 0;min-width:10rem;padding:.5rem 0;position:absolute;text-align:left;top:100%;z-index:1000}.dropdown-menu-left{left:0;right:auto}.dropdown-menu-right{left:auto;right:0}@media (min-width:576px){.dropdown-menu-sm-left{left:0;right:auto}.dropdown-menu-sm-right{left:auto;right:0}}@media (min-width:768px){.dropdown-menu-md-left{left:0;right:auto}.dropdown-menu-md-right{left:auto;right:0}}@media (min-width:992px){.dropdown-menu-lg-left{left:0;right:auto}.dropdown-menu-lg-right{left:auto;right:0}}@media (min-width:1200px){.dropdown-menu-xl-left{left:0;right:auto}.dropdown-menu-xl-right{left:auto;right:0}}.dropup .dropdown-menu{bottom:100%;margin-bottom:.125rem;margin-top:0;top:auto}.dropup .dropdown-toggle:after{border-bottom:.3em solid;border-left:.3em solid #0000;border-right:.3em solid #0000;border-top:0;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{left:100%;margin-left:.125rem;margin-top:0;right:auto;top:0}.dropright .dropdown-toggle:after{border-bottom:.3em solid #0000;border-left:.3em solid;border-right:0;border-top:.3em solid #0000;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{left:auto;margin-right:.125rem;margin-top:0;right:100%;top:0}.dropleft .dropdown-toggle:after{content:"";display:inline-block;display:none;margin-left:.255em;vertical-align:.255em}.dropleft .dropdown-toggle:before{border-bottom:.3em solid #0000;border-right:.3em solid;border-top:.3em solid #0000;content:"";display:inline-block;margin-right:.255em;vertical-align:.255em}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{bottom:auto;right:auto}.dropdown-divider{border-top:1px solid #13171c26;height:0;margin:.5rem 0;overflow:hidden}.dropdown-item{background-color:initial;border:0;clear:both;color:#13171c;display:block;font-weight:400;padding:.45rem 1.5rem;text-align:inherit;white-space:nowrap;width:100%}.dropdown-item:focus,.dropdown-item:hover{background-color:#e5e7eb;color:#090b0d;text-decoration:none}.dropdown-item.active,.dropdown-item:active{background-color:#ff4057;color:#fff;text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{background-color:initial;color:#55677d;pointer-events:none}.dropdown-menu.show{display:block}.dropdown-header{color:#55677d;display:block;font-size:.875rem;margin-bottom:0;padding:.5rem 1.5rem;white-space:nowrap}.dropdown-item-text{color:#13171c;display:block;padding:.45rem 1.5rem}.btn-group,.btn-group-vertical{display:inline-flex;position:relative;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{flex:1 1 auto;position:relative}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropleft .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.btn-group-vertical{align-items:flex-start;flex-direction:column;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{flex:1 1 auto;margin-bottom:0;min-width:0;position:relative;width:1%}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.input-group>.custom-file{align-items:center;display:flex}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after{border-bottom-right-radius:0;border-top-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-bottom-left-radius:0;border-top-left-radius:0}.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,.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.form-control:nth-last-child(n+3),.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,.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.input-group-append,.input-group-prepend{display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{align-items:center;background-color:#e5e7eb;border:1px solid #d1d5db;border-radius:.25rem;color:#2b3039;display:flex;font-size:1rem;font-weight:400;line-height:1.5;margin-bottom:0;padding:.375rem .75rem;text-align:center;white-space:nowrap}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{border-radius:.3rem;font-size:1.25rem;line-height:1.5;padding:.5rem 1rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{border-radius:.2rem;font-size:.875rem;line-height:1.5;padding:.25rem .5rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.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: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>.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),.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-bottom-right-radius:0;border-top-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.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),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-bottom-left-radius:0;border-top-left-radius:0}.custom-control{display:block;min-height:1.5rem;padding-left:1.5rem;position:relative;-webkit-print-color-adjust:exact;print-color-adjust:exact;z-index:1}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{height:1.25rem;left:0;opacity:0;position:absolute;width:1rem;z-index:-1}.custom-control-input:checked~.custom-control-label:before{background-color:#ff4057;border-color:#ff4057;color:#fff}.custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem #ff405740}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#ffc0c7}.custom-control-input:not(:disabled):active~.custom-control-label:before{background-color:#fff3f4;border-color:#fff3f4;color:#fff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#445365}.custom-control-input:disabled~.custom-control-label:before,.custom-control-input[disabled]~.custom-control-label:before{background-color:#e5e7eb}.custom-control-label{margin-bottom:0;position:relative;vertical-align:top}.custom-control-label:before{background-color:#fff;border:1px solid #55677d;pointer-events:none}.custom-control-label:after,.custom-control-label:before{content:"";display:block;height:1rem;left:-1.5rem;position:absolute;top:.25rem;width:1rem}.custom-control-label:after{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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='m6.564.75-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{background-color:#ff4057;border-color:#ff4057}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before,.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:#ff405780}.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;charset=utf-8,%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:#ff405780}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label:before{border-radius:.5rem;left:-2.25rem;pointer-events:all;width:1.75rem}.custom-switch .custom-control-label:after{background-color:#55677d;border-radius:.5rem;height:calc(1rem - 4px);left:calc(-2.25rem + 2px);top:calc(.25rem + 2px);transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:calc(1rem - 4px)}@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:#ff405780}.custom-select{appearance:none;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%231c1e25' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;border:1px solid #d1d5db;border-radius:.25rem;color:#2b3039;display:inline-block;font-size:1rem;font-weight:400;height:calc(1.5em + .75rem + 2px);line-height:1.5;padding:.375rem 1.75rem .375rem .75rem;vertical-align:middle;width:100%}.custom-select:focus{border-color:#ffc0c7;box-shadow:0 0 0 .2rem #ff405740;outline:0}.custom-select:focus::-ms-value{background-color:#fff;color:#2b3039}.custom-select[multiple],.custom-select[size]:not([size="1"]){background-image:none;height:auto;padding-right:.75rem}.custom-select:disabled{background-color:#e5e7eb;color:#445365}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:#0000;text-shadow:0 0 0 #2b3039}.custom-select-sm{font-size:.875rem;height:calc(1.5em + .5rem + 2px);padding-bottom:.25rem;padding-left:.5rem;padding-top:.25rem}.custom-select-lg{font-size:1.25rem;height:calc(1.5em + 1rem + 2px);padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}.custom-file{display:inline-block;margin-bottom:0}.custom-file,.custom-file-input{height:calc(1.5em + .75rem + 2px);position:relative;width:100%}.custom-file-input{margin:0;opacity:0;overflow:hidden;z-index:2}.custom-file-input:focus~.custom-file-label{border-color:#ffc0c7;box-shadow:0 0 0 .2rem #ff405740}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e5e7eb}.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{background-color:#fff;border:1px solid #d1d5db;border-radius:.25rem;font-weight:400;height:calc(1.5em + .75rem + 2px);left:0;overflow:hidden;z-index:1}.custom-file-label,.custom-file-label:after{color:#2b3039;line-height:1.5;padding:.375rem .75rem;position:absolute;right:0;top:0}.custom-file-label:after{background-color:#e5e7eb;border-left:inherit;border-radius:0 .25rem .25rem 0;bottom:0;content:"Browse";display:block;height:calc(1.5em + .75rem);z-index:3}.custom-range{appearance:none;background-color:initial;height:1.4rem;padding:0;width:100%}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #f8f9fa,0 0 0 .2rem #ff405740}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #f8f9fa,0 0 0 .2rem #ff405740}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #f8f9fa,0 0 0 .2rem #ff405740}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{appearance:none;background-color:#ff4057;border:0;border-radius:1rem;height:1rem;margin-top:-.25rem;-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;width:1rem}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#fff3f4}.custom-range::-webkit-slider-runnable-track{background-color:#d1d5db;border-color:#0000;border-radius:1rem;color:#0000;cursor:pointer;height:.5rem;width:100%}.custom-range::-moz-range-thumb{appearance:none;background-color:#ff4057;border:0;border-radius:1rem;height:1rem;-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;width:1rem}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#fff3f4}.custom-range::-moz-range-track{background-color:#d1d5db;border-color:#0000;border-radius:1rem;color:#0000;cursor:pointer;height:.5rem;width:100%}.custom-range::-ms-thumb{appearance:none;background-color:#ff4057;border:0;border-radius:1rem;height:1rem;margin-left:.2rem;margin-right:.2rem;margin-top:0;-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;width:1rem}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#fff3f4}.custom-range::-ms-track{background-color:initial;border-color:#0000;border-width:.5rem;color:#0000;cursor:pointer;height:.5rem;width:100%}.custom-range::-ms-fill-lower,.custom-range::-ms-fill-upper{background-color:#d1d5db;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px}.custom-range:disabled::-webkit-slider-thumb{background-color:#55677d}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#55677d}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#55677d}.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}}.nav{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#445365;cursor:default;pointer-events:none}.nav-tabs{border-bottom:1px solid #d1d5db}.nav-tabs .nav-link{background-color:initial;border:1px solid #0000;border-top-left-radius:.25rem;border-top-right-radius:.25rem;margin-bottom:-1px}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e5e7eb #e5e7eb #d1d5db;isolation:isolate}.nav-tabs .nav-link.disabled{background-color:initial;border-color:#0000;color:#445365}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{background-color:#f8f9fa;border-color:#d1d5db #d1d5db #f8f9fa;color:#2b3039}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:-1px}.nav-pills .nav-link{background:none;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{background-color:#ff4057;color:#fff}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{padding:.5rem 1rem;position:relative}.navbar,.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.navbar-brand{display:inline-block;font-size:1.25rem;line-height:inherit;margin-right:1rem;padding-bottom:.3125rem;padding-top:.3125rem;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.navbar-nav .nav-link{padding-left:0;padding-right:0}.navbar-nav .dropdown-menu{float:none;position:static}.navbar-text{display:inline-block;padding-bottom:.5rem;padding-top:.5rem}.navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.navbar-toggler{background-color:initial;border:1px solid #0000;border-radius:.25rem;font-size:1.25rem;line-height:1;padding:.25rem .75rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{background:50%/100% 100% no-repeat;content:"";display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-left:0;padding-right:0}}@media (min-width:576px){.navbar-expand-sm{flex-flow:row 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-left:.5rem;padding-right:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-left:0;padding-right:0}}@media (min-width:768px){.navbar-expand-md{flex-flow:row 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-left:.5rem;padding-right:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-left:0;padding-right:0}}@media (min-width:992px){.navbar-expand-lg{flex-flow:row 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-left:.5rem;padding-right:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-left:0;padding-right:0}}@media (min-width:1200px){.navbar-expand-xl{flex-flow:row 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-left:.5rem;padding-right:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-left:0;padding-right:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:#ff4057}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:#ff1733}.navbar-light .navbar-nav .nav-link{color:#ff4057}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:#ff1733}.navbar-light .navbar-nav .nav-link.disabled{color:#13171c4d}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:#ff4057}.navbar-light .navbar-toggler{border-color:#13171c1a;color:#ff4057}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='%23ff4057' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text,.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:#ff4057}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:#ffffff80}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:#ffffffbf}.navbar-dark .navbar-nav .nav-link.disabled{color:#ffffff40}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{border-color:#ffffff1a;color:#ffffff80}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:#ffffff80}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{word-wrap:break-word;background-clip:initial;background-color:#fff;border:1px solid #d1d5db;border-radius:.25rem;display:flex;flex-direction:column;min-width:0;position:relative}.card>hr{margin-left:0;margin-right:0}.card>.list-group{border-bottom:inherit;border-top:inherit}.card>.list-group:first-child{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px);border-top-width:0}.card>.list-group:last-child{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px);border-bottom-width:0}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{background-color:#fff;border-bottom:1px solid #d1d5db;margin-bottom:0;padding:.75rem 1.25rem}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{background-color:#fff;border-top:1px solid #d1d5db;padding:.75rem 1.25rem}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{border-bottom:0;margin-bottom:-.75rem}.card-header-pills,.card-header-tabs{margin-left:-.625rem;margin-right:-.625rem}.card-img-overlay{border-radius:calc(.25rem - 1px);bottom:0;left:0;padding:1.25rem;position:absolute;right:0;top:0}.card-img,.card-img-bottom,.card-img-top{flex-shrink:0;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-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{display:flex;flex-flow:row wrap;margin-left:-15px;margin-right:-15px}.card-deck .card{flex:1 0;margin-bottom:0;margin-left:15px;margin-right:15px}}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0;margin-bottom:0}.card-group>.card+.card{border-left:0;margin-left:0}.card-group>.card:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{column-count:3;column-gap:1.25rem;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{border-radius:0;margin-bottom:-1px}.breadcrumb{background-color:#e5e7eb;border-radius:.25rem;display:flex;flex-wrap:wrap;list-style:none;margin-bottom:1rem;padding:.75rem 1rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{color:#445365;content:"/";float:left;padding-right:.5rem}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.breadcrumb-item.active{color:#445365}.pagination{border-radius:.25rem;display:flex;list-style:none;padding-left:0}.page-link{background-color:#fff;border:1px solid #d1d5db;color:#ff4057;display:block;line-height:1.25;margin-left:-1px;padding:.5rem .75rem;position:relative}.page-link:hover{background-color:#e5e7eb;border-color:#d1d5db;color:#f3001d;text-decoration:none;z-index:2}.page-link:focus{box-shadow:0 0 0 .2rem #ff405740;outline:0;z-index:3}.page-item:first-child .page-link{border-bottom-left-radius:.25rem;border-top-left-radius:.25rem;margin-left:0}.page-item:last-child .page-link{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.page-item.active .page-link{background-color:#ff4057;border-color:#ff4057;color:#fff;z-index:3}.page-item.disabled .page-link{background-color:#fff;border-color:#d1d5db;color:#445365;cursor:auto;pointer-events:none}.pagination-lg .page-link{font-size:1.25rem;line-height:1.5;padding:.75rem 1.5rem}.pagination-lg .page-item:first-child .page-link{border-bottom-left-radius:.3rem;border-top-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-bottom-right-radius:.3rem;border-top-right-radius:.3rem}.pagination-sm .page-link{font-size:.875rem;line-height:1.5;padding:.25rem .5rem}.pagination-sm .page-item:first-child .page-link{border-bottom-left-radius:.2rem;border-top-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-bottom-right-radius:.2rem;border-top-right-radius:.2rem}.badge{border-radius:.25rem;display:inline-block;font-size:.75em;font-weight:600;line-height:1;padding:.35em .65em;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;vertical-align:initial;white-space:nowrap}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{border-radius:10rem;padding-left:.6em;padding-right:.6em}.badge-primary{background-color:#ff4057;color:#fff}a.badge-primary:focus,a.badge-primary:hover{background-color:#ff0d2a;color:#fff}a.badge-primary.focus,a.badge-primary:focus{box-shadow:0 0 0 .2rem #ff405780;outline:0}.badge-secondary{background-color:#d1d5db;color:#13171c}a.badge-secondary:focus,a.badge-secondary:hover{background-color:#b4bbc5;color:#13171c}a.badge-secondary.focus,a.badge-secondary:focus{box-shadow:0 0 0 .2rem #d1d5db80;outline:0}.badge-success{background-color:#28a745;color:#fff}a.badge-success:focus,a.badge-success:hover{background-color:#1e7e34;color:#fff}a.badge-success.focus,a.badge-success:focus{box-shadow:0 0 0 .2rem #28a74580;outline:0}.badge-info{background-color:#549eff;color:#fff}a.badge-info:focus,a.badge-info:hover{background-color:#2181ff;color:#fff}a.badge-info.focus,a.badge-info:focus{box-shadow:0 0 0 .2rem #549eff80;outline:0}.badge-warning{background-color:#f97315;color:#fff}a.badge-warning:focus,a.badge-warning:hover{background-color:#d65b05;color:#fff}a.badge-warning.focus,a.badge-warning:focus{box-shadow:0 0 0 .2rem #f9731580;outline:0}.badge-danger{background-color:#dc2626;color:#fff}a.badge-danger:focus,a.badge-danger:hover{background-color:#b21d1d;color:#fff}a.badge-danger.focus,a.badge-danger:focus{box-shadow:0 0 0 .2rem #dc262680;outline:0}.badge-light{background-color:#13171c0a;color:#fff}a.badge-light:focus,a.badge-light:hover{background-color:#0000000a;color:#fff}a.badge-light.focus,a.badge-light:focus{box-shadow:0 0 0 .2rem #13171c80;outline:0}.badge-dark{background-color:#13171c1a;color:#fff}a.badge-dark:focus,a.badge-dark:hover{background-color:#0000001a;color:#fff}a.badge-dark.focus,a.badge-dark:focus{box-shadow:0 0 0 .2rem #13171c80;outline:0}.badge-blue{background-color:#007bff;color:#fff}a.badge-blue:focus,a.badge-blue:hover{background-color:#0062cc;color:#fff}a.badge-blue.focus,a.badge-blue:focus{box-shadow:0 0 0 .2rem #007bff80;outline:0}.badge-indigo{background-color:#6610f2;color:#fff}a.badge-indigo:focus,a.badge-indigo:hover{background-color:#510bc4;color:#fff}a.badge-indigo.focus,a.badge-indigo:focus{box-shadow:0 0 0 .2rem #6610f280;outline:0}.badge-purple{background-color:#6f42c1;color:#fff}a.badge-purple:focus,a.badge-purple:hover{background-color:#59339d;color:#fff}a.badge-purple.focus,a.badge-purple:focus{box-shadow:0 0 0 .2rem #6f42c180;outline:0}.badge-pink{background-color:#e83e8c;color:#fff}a.badge-pink:focus,a.badge-pink:hover{background-color:#d91a72;color:#fff}a.badge-pink.focus,a.badge-pink:focus{box-shadow:0 0 0 .2rem #e83e8c80;outline:0}.badge-red{background-color:#dc3545;color:#fff}a.badge-red:focus,a.badge-red:hover{background-color:#bd2130;color:#fff}a.badge-red.focus,a.badge-red:focus{box-shadow:0 0 0 .2rem #dc354580;outline:0}.badge-orange{background-color:#fd7e14;color:#13171c}a.badge-orange:focus,a.badge-orange:hover{background-color:#dc6502;color:#13171c}a.badge-orange.focus,a.badge-orange:focus{box-shadow:0 0 0 .2rem #fd7e1480;outline:0}.badge-yellow{background-color:#fcedb9;color:#13171c}a.badge-yellow:focus,a.badge-yellow:hover{background-color:#fae088;color:#13171c}a.badge-yellow.focus,a.badge-yellow:focus{box-shadow:0 0 0 .2rem #fcedb980;outline:0}.badge-green{background-color:#28a745;color:#fff}a.badge-green:focus,a.badge-green:hover{background-color:#1e7e34;color:#fff}a.badge-green.focus,a.badge-green:focus{box-shadow:0 0 0 .2rem #28a74580;outline:0}.badge-teal{background-color:#20c997;color:#fff}a.badge-teal:focus,a.badge-teal:hover{background-color:#199d76;color:#fff}a.badge-teal.focus,a.badge-teal:focus{box-shadow:0 0 0 .2rem #20c99780;outline:0}.badge-cyan{background-color:#17a2b8;color:#fff}a.badge-cyan:focus,a.badge-cyan:hover{background-color:#117a8b;color:#fff}a.badge-cyan.focus,a.badge-cyan:focus{box-shadow:0 0 0 .2rem #17a2b880;outline:0}.badge-white{background-color:#fff;color:#13171c}a.badge-white:focus,a.badge-white:hover{background-color:#e6e6e6;color:#13171c}a.badge-white.focus,a.badge-white:focus{box-shadow:0 0 0 .2rem #ffffff80;outline:0}.badge-black{background-color:#13171c;color:#fff}a.badge-black:focus,a.badge-black:hover{background-color:#000;color:#fff}a.badge-black.focus,a.badge-black:focus{box-shadow:0 0 0 .2rem #13171c80;outline:0}.badge-gray-lighter{background-color:#fff;color:#13171c}a.badge-gray-lighter:focus,a.badge-gray-lighter:hover{background-color:#e6e6e6;color:#13171c}a.badge-gray-lighter.focus,a.badge-gray-lighter:focus{box-shadow:0 0 0 .2rem #ffffff80;outline:0}.badge-gray-light{background-color:#d1d5db;color:#13171c}a.badge-gray-light:focus,a.badge-gray-light:hover{background-color:#b4bbc5;color:#13171c}a.badge-gray-light.focus,a.badge-gray-light:focus{box-shadow:0 0 0 .2rem #d1d5db80;outline:0}.badge-gray{background-color:#d1d5db;color:#13171c}a.badge-gray:focus,a.badge-gray:hover{background-color:#b4bbc5;color:#13171c}a.badge-gray.focus,a.badge-gray:focus{box-shadow:0 0 0 .2rem #d1d5db80;outline:0}.badge-gray-dark{background-color:#13171c;color:#fff}a.badge-gray-dark:focus,a.badge-gray-dark:hover{background-color:#000;color:#fff}a.badge-gray-dark.focus,a.badge-gray-dark:focus{box-shadow:0 0 0 .2rem #13171c80;outline:0}.badge-input-color{background-color:#2b3039;color:#fff}a.badge-input-color:focus,a.badge-input-color:hover{background-color:#15181c;color:#fff}a.badge-input-color.focus,a.badge-input-color:focus{box-shadow:0 0 0 .2rem #2b303980;outline:0}.badge-input-placeholder{background-color:#55677d;color:#fff}a.badge-input-placeholder:focus,a.badge-input-placeholder:hover{background-color:#404e5f;color:#fff}a.badge-input-placeholder.focus,a.badge-input-placeholder:focus{box-shadow:0 0 0 .2rem #55677d80;outline:0}.badge-primary-light{background-color:#fff3f4;color:#13171c}a.badge-primary-light:focus,a.badge-primary-light:hover{background-color:#ffc0c7;color:#13171c}a.badge-primary-light.focus,a.badge-primary-light:focus{box-shadow:0 0 0 .2rem #fff3f480;outline:0}.badge-primary-dark{background-color:#ff1733;color:#fff}a.badge-primary-dark:focus,a.badge-primary-dark:hover{background-color:#e3001b;color:#fff}a.badge-primary-dark.focus,a.badge-primary-dark:focus{box-shadow:0 0 0 .2rem #ff173380;outline:0}.badge-secondary-light{background-color:#fff;color:#13171c}a.badge-secondary-light:focus,a.badge-secondary-light:hover{background-color:#e6e6e6;color:#13171c}a.badge-secondary-light.focus,a.badge-secondary-light:focus{box-shadow:0 0 0 .2rem #ffffff80;outline:0}.badge-secondary-dark{background-color:#bac0c9;color:#13171c}a.badge-secondary-dark:focus,a.badge-secondary-dark:hover{background-color:#9ea6b3;color:#13171c}a.badge-secondary-dark.focus,a.badge-secondary-dark:focus{box-shadow:0 0 0 .2rem #bac0c980;outline:0}.badge-success-light{background-color:#e1f8e6;color:#13171c}a.badge-success-light:focus,a.badge-success-light:hover{background-color:#b7eec4;color:#13171c}a.badge-success-light.focus,a.badge-success-light:focus{box-shadow:0 0 0 .2rem #e1f8e680;outline:0}.badge-success-dark{background-color:#208637;color:#fff}a.badge-success-dark:focus,a.badge-success-dark:hover{background-color:#165d26;color:#fff}a.badge-success-dark.focus,a.badge-success-dark:focus{box-shadow:0 0 0 .2rem #20863780;outline:0}.badge-info-light{background-color:#bad8ff;color:#13171c}a.badge-info-light:focus,a.badge-info-light:hover{background-color:#87bbff;color:#13171c}a.badge-info-light.focus,a.badge-info-light:focus{box-shadow:0 0 0 .2rem #bad8ff80;outline:0}.badge-info-dark{background-color:#2b87ff;color:#fff}a.badge-info-dark:focus,a.badge-info-dark:hover{background-color:#006bf7;color:#fff}a.badge-info-dark.focus,a.badge-info-dark:focus{box-shadow:0 0 0 .2rem #2b87ff80;outline:0}.badge-warning-light{background-color:#fddbc3;color:#13171c}a.badge-warning-light:focus,a.badge-warning-light:hover{background-color:#fcbd91;color:#13171c}a.badge-warning-light.focus,a.badge-warning-light:focus{box-shadow:0 0 0 .2rem #fddbc380;outline:0}.badge-warning-dark{background-color:#df6006;color:#fff}a.badge-warning-dark:focus,a.badge-warning-dark:hover{background-color:#ae4a04;color:#fff}a.badge-warning-dark.focus,a.badge-warning-dark:focus{box-shadow:0 0 0 .2rem #df600680;outline:0}.badge-danger-light{background-color:#f6c8c8;color:#13171c}a.badge-danger-light:focus,a.badge-danger-light:hover{background-color:#ef9d9d;color:#13171c}a.badge-danger-light.focus,a.badge-danger-light:focus{box-shadow:0 0 0 .2rem #f6c8c880;outline:0}.badge-danger-dark{background-color:#bb1e1e;color:#fff}a.badge-danger-dark:focus,a.badge-danger-dark:hover{background-color:#8f1717;color:#fff}a.badge-danger-dark.focus,a.badge-danger-dark:focus{box-shadow:0 0 0 .2rem #bb1e1e80;outline:0}.badge-dark-light{background-color:#191e251a;color:#fff}a.badge-dark-light:focus,a.badge-dark-light:hover{background-color:#0506071a;color:#fff}a.badge-dark-light.focus,a.badge-dark-light:focus{box-shadow:0 0 0 .2rem #191e2580;outline:0}.badge-dark-dark{background-color:#0303041a;color:#fff}a.badge-dark-dark:focus,a.badge-dark-dark:hover{background-color:#0000001a;color:#fff}a.badge-dark-dark.focus,a.badge-dark-dark:focus{box-shadow:0 0 0 .2rem #03030480;outline:0}.jumbotron{background-color:#fff;border-radius:.3rem;margin-bottom:2rem;padding:2rem 1rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{border-radius:0;padding-left:0;padding-right:0}.alert{border:0 solid #0000;border-radius:.25rem;margin-bottom:1rem;padding:.75rem 1.25rem;position:relative}.alert-heading{color:inherit}.alert-link{font-weight:500}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{color:inherit;padding:.75rem 1.25rem;position:absolute;right:0;top:0;z-index:2}.alert-primary{background-color:#ffd9dd;border-color:#ff4057;color:#8e2c3b}.alert-primary hr{border-top-color:#ff2741}.alert-primary .alert-link{color:#67202b}.alert-secondary{background-color:#f6f7f8;border-color:#d1d5db;color:#767a7f}.alert-secondary hr{border-top-color:#c3c8d0}.alert-secondary .alert-link{color:#5d6165}.alert-success{background-color:#d4edda;border-color:#28a745;color:#1e6231}.alert-success hr{border-top-color:#23923d}.alert-success .alert-link{color:#123b1d}.alert-info{background-color:#ddecff;border-color:#549eff;color:#355d92}.alert-info hr{border-top-color:#3b90ff}.alert-info .alert-link{color:#27456d}.alert-warning{background-color:#fee3d0;border-color:#f97315;color:#8b4718}.alert-warning hr{border-top-color:#ee6606}.alert-warning .alert-link{color:#603110}.alert-danger{background-color:#f8d4d4;border-color:#dc2626;color:#7c1f21}.alert-danger hr{border-top-color:#c82020}.alert-danger .alert-link{color:#531516}.alert-light{background-color:hsla(0,0%,100%,.808);border-color:#13171c0a;color:rgba(19,23,28,.501)}.alert-light hr{border-top-color:#090b0d0a}.alert-light .alert-link{color:rgba(0,0,0,.501)}.alert-dark{background-color:#fcfcfcd1;border-color:#13171c1a;color:rgba(19,23,28,.532)}.alert-dark hr{border-top-color:#090b0d1a}.alert-dark .alert-link{color:rgba(0,0,0,.532)}.alert-blue{background-color:#cce5ff;border-color:#007bff;color:#094b92}.alert-blue hr{border-top-color:#006fe6}.alert-blue .alert-link{color:#063262}.alert-indigo{background-color:#e0cffc;border-color:#6610f2;color:#3e138b}.alert-indigo hr{border-top-color:#5b0cdd}.alert-indigo .alert-link{color:#2a0d5e}.alert-purple{background-color:#e2d9f3;border-color:#6f42c1;color:#432d72}.alert-purple hr{border-top-color:#643ab0}.alert-purple .alert-link{color:#2e1f4d}.alert-pink{background-color:#fad8e8;border-color:#e83e8c;color:#822b56}.alert-pink hr{border-top-color:#e5277e}.alert-pink .alert-link{color:#5c1e3d}.alert-red{background-color:#f8d7da;border-color:#dc3545;color:#7c2731}.alert-red hr{border-top-color:#d32535}.alert-red .alert-link{color:#551b22}.alert-orange{background-color:#ffe5d0;border-color:#fd7e14;color:#8d4d18}.alert-orange hr{border-top-color:#f57102}.alert-orange .alert-link{color:#613511}.alert-yellow{background-color:#fefbf1;border-color:#fcedb9;color:#8c866e}.alert-yellow hr{border-top-color:#fbe7a1}.alert-yellow .alert-link{color:#6f6b58}.alert-green{background-color:#d4edda;border-color:#28a745;color:#1e6231}.alert-green hr{border-top-color:#23923d}.alert-green .alert-link{color:#123b1d}.alert-teal{background-color:#d2f4ea;border-color:#20c997;color:#1a745c}.alert-teal hr{border-top-color:#1cb386}.alert-teal .alert-link{color:#114a3b}.alert-cyan{background-color:#d1ecf1;border-color:#17a2b8;color:#155f6d}.alert-cyan hr{border-top-color:#148ea1}.alert-cyan .alert-link{color:#0d3a42}.alert-white{background-color:#fff;border-color:#fff;color:#8e9092}.alert-white hr{border-top-color:#f2f2f2}.alert-white .alert-link{color:#747779}.alert-black{background-color:#d0d1d2;border-color:#13171c;color:#13171c}.alert-black hr{border-top-color:#090b0d}.alert-black .alert-link{color:#000}.alert-gray-lighter{background-color:#fff;border-color:#fff;color:#8e9092}.alert-gray-lighter hr{border-top-color:#f2f2f2}.alert-gray-lighter .alert-link{color:#747779}.alert-gray-light{background-color:#f6f7f8;border-color:#d1d5db;color:#767a7f}.alert-gray-light hr{border-top-color:#c3c8d0}.alert-gray-light .alert-link{color:#5d6165}.alert-gray{background-color:#f6f7f8;border-color:#d1d5db;color:#767a7f}.alert-gray hr{border-top-color:#c3c8d0}.alert-gray .alert-link{color:#5d6165}.alert-gray-dark{background-color:#d0d1d2;border-color:#13171c;color:#13171c}.alert-gray-dark hr{border-top-color:#090b0d}.alert-gray-dark .alert-link{color:#000}.alert-input-color{background-color:#d5d6d7;border-color:#2b3039;color:#1f242b}.alert-input-color hr{border-top-color:#20242a}.alert-input-color .alert-link{color:#0a0b0d}.alert-input-placeholder{background-color:#dde1e5;border-color:#55677d;color:#35414e}.alert-input-placeholder hr{border-top-color:#4b5a6e}.alert-input-placeholder .alert-link{color:#202830}.alert-primary-light{background-color:#fffdfd;border-color:#fff3f4;color:#8e898c}.alert-primary-light hr{border-top-color:#ffdadd}.alert-primary-light .alert-link{color:#747072}.alert-primary-dark{background-color:#ffd1d6;border-color:#ff1733;color:#8e1728}.alert-primary-dark hr{border-top-color:#fd001e}.alert-primary-dark .alert-link{color:#62101c}.alert-secondary-light{background-color:#fff;border-color:#fff;color:#8e9092}.alert-secondary-light hr{border-top-color:#f2f2f2}.alert-secondary-light .alert-link{color:#747779}.alert-secondary-dark{background-color:#f1f2f4;border-color:#bac0c9;color:#6a6f76}.alert-secondary-dark hr{border-top-color:#acb3be}.alert-secondary-dark .alert-link{color:#52565b}.alert-success-light{background-color:#f9fefa;border-color:#e1f8e6;color:#7e8c85}.alert-success-light hr{border-top-color:#ccf3d5}.alert-success-light .alert-link{color:#65726c}.alert-success-dark{background-color:#d2e7d7;border-color:#208637;color:#1a512a}.alert-success-dark hr{border-top-color:#1b712f}.alert-success-dark .alert-link{color:#0e2a16}.alert-info-light{background-color:#f1f7ff;border-color:#bad8ff;color:#6a7b92}.alert-info-light hr{border-top-color:#a1caff}.alert-info-light .alert-link{color:#556274}.alert-info-dark{background-color:#d5e7ff;border-color:#2b87ff;color:#205192}.alert-info-dark hr{border-top-color:#1279ff}.alert-info-dark .alert-link{color:#173a68}.alert-warning-light{background-color:#fff8f3;border-color:#fddbc3;color:#8d7d73}.alert-warning-light hr{border-top-color:#fcccaa}.alert-warning-light .alert-link{color:#71645c}.alert-warning-dark{background-color:#f9dfcd;border-color:#df6006;color:#7d3d10}.alert-warning-dark hr{border-top-color:#c65505}.alert-warning-dark .alert-link{color:#50270a}.alert-danger-light{background-color:#fdf4f4;border-color:#f6c8c8;color:#897376}.alert-danger-light hr{border-top-color:#f2b2b2}.alert-danger-light .alert-link{color:#6d5c5e}.alert-danger-dark{background-color:#f1d2d2;border-color:#bb1e1e;color:#6a1b1d}.alert-danger-dark hr{border-top-color:#a51a1a}.alert-danger-dark .alert-link{color:#411112}.alert-dark-light{background-color:#fcfcfcd1;border-color:#191e251a;color:rgba(19,23,28,.532)}.alert-dark-light hr{border-top-color:#0f12161a}.alert-dark-light .alert-link{color:rgba(0,0,0,.532)}.alert-dark-dark{background-color:#fcfcfcd1;border-color:#0303041a;color:rgba(18,22,27,.532)}.alert-dark-dark hr{border-top-color:#0000001a}.alert-dark-dark .alert-link{color:rgba(0,0,0,.532)}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.progress{background-color:#e5e7eb;border-radius:.25rem;font-size:.75rem;height:1rem;line-height:0}.progress,.progress-bar{display:flex;overflow:hidden}.progress-bar{background-color:#ff4057;color:#fff;flex-direction:column;justify-content:center;text-align:center;transition:width .6s ease;white-space:nowrap}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,#ffffff26 25%,#0000 0,#0000 50%,#ffffff26 0,#ffffff26 75%,#0000 0,#0000);background-size:1rem 1rem}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.media{align-items:flex-start;display:flex}.media-body{flex:1 1}.list-group{border-radius:.25rem;display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.list-group-item-action{color:#2b3039;text-align:inherit;width:100%}.list-group-item-action:focus,.list-group-item-action:hover{background-color:#f8f9fa;color:#2b3039;text-decoration:none;z-index:1}.list-group-item-action:active{background-color:#e5e7eb;color:#1c1e25}.list-group-item{background-color:#fff;border:1px solid rgba(19,23,28,.125);display:block;padding:.75rem 1.25rem;position:relative}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{background-color:#fff;color:#445365;pointer-events:none}.list-group-item.active{background-color:#ff4057;border-color:#ff4057;color:#fff;z-index:2}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{border-top-width:1px;margin-top:-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-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-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-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-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-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-md>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-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-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-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-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-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{background-color:#ffcad0;color:#8e2c3b}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{background-color:#ffb1b9;color:#8e2c3b}.list-group-item-primary.list-group-item-action.active{background-color:#8e2c3b;border-color:#8e2c3b;color:#fff}.list-group-item-secondary{background-color:#f2f3f5;color:#767a7f}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{background-color:#e4e6ea;color:#767a7f}.list-group-item-secondary.list-group-item-action.active{background-color:#767a7f;border-color:#767a7f;color:#fff}.list-group-item-success{background-color:#c3e6cb;color:#1e6231}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{background-color:#b1dfbb;color:#1e6231}.list-group-item-success.list-group-item-action.active{background-color:#1e6231;border-color:#1e6231;color:#fff}.list-group-item-info{background-color:#cfe4ff;color:#355d92}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{background-color:#b6d6ff;color:#355d92}.list-group-item-info.list-group-item-action.active{background-color:#355d92;border-color:#355d92;color:#fff}.list-group-item-warning{background-color:#fdd8bd;color:#8b4718}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{background-color:#fcc9a4;color:#8b4718}.list-group-item-warning.list-group-item-action.active{background-color:#8b4718;border-color:#8b4718;color:#fff}.list-group-item-danger{background-color:#f5c2c2;color:#7c1f21}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{background-color:#f1acac;color:#7c1f21}.list-group-item-danger.list-group-item-action.active{background-color:#7c1f21;border-color:#7c1f21;color:#fff}.list-group-item-light{background-color:hsla(0,0%,99%,.731);color:rgba(19,23,28,.501)}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{background-color:hsla(0,0%,94%,.731);color:rgba(19,23,28,.501)}.list-group-item-light.list-group-item-action.active{background-color:rgba(19,23,28,.501);border-color:rgba(19,23,28,.501);color:#fff}.list-group-item-dark{background-color:hsla(0,0%,98%,.748);color:rgba(19,23,28,.532)}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{background-color:hsla(0,0%,93%,.748);color:rgba(19,23,28,.532)}.list-group-item-dark.list-group-item-action.active{background-color:rgba(19,23,28,.532);border-color:rgba(19,23,28,.532);color:#fff}.list-group-item-blue{background-color:#b8daff;color:#094b92}.list-group-item-blue.list-group-item-action:focus,.list-group-item-blue.list-group-item-action:hover{background-color:#9fcdff;color:#094b92}.list-group-item-blue.list-group-item-action.active{background-color:#094b92;border-color:#094b92;color:#fff}.list-group-item-indigo{background-color:#d4bcfb;color:#3e138b}.list-group-item-indigo.list-group-item-action:focus,.list-group-item-indigo.list-group-item-action:hover{background-color:#c5a4fa;color:#3e138b}.list-group-item-indigo.list-group-item-action.active{background-color:#3e138b;border-color:#3e138b;color:#fff}.list-group-item-purple{background-color:#d7caee;color:#432d72}.list-group-item-purple.list-group-item-action:focus,.list-group-item-purple.list-group-item-action:hover{background-color:#c8b7e8;color:#432d72}.list-group-item-purple.list-group-item-action.active{background-color:#432d72;border-color:#432d72;color:#fff}.list-group-item-pink{background-color:#f9c9df;color:#822b56}.list-group-item-pink.list-group-item-action:focus,.list-group-item-pink.list-group-item-action:hover{background-color:#f6b2d1;color:#822b56}.list-group-item-pink.list-group-item-action.active{background-color:#822b56;border-color:#822b56;color:#fff}.list-group-item-red{background-color:#f5c6cb;color:#7c2731}.list-group-item-red.list-group-item-action:focus,.list-group-item-red.list-group-item-action:hover{background-color:#f1b0b7;color:#7c2731}.list-group-item-red.list-group-item-action.active{background-color:#7c2731;border-color:#7c2731;color:#fff}.list-group-item-orange{background-color:#fedbbd;color:#8d4d18}.list-group-item-orange.list-group-item-action:focus,.list-group-item-orange.list-group-item-action:hover{background-color:#fecda4;color:#8d4d18}.list-group-item-orange.list-group-item-action.active{background-color:#8d4d18;border-color:#8d4d18;color:#fff}.list-group-item-yellow{background-color:#fefaeb;color:#8c866e}.list-group-item-yellow.list-group-item-action:focus,.list-group-item-yellow.list-group-item-action:hover{background-color:#fdf4d3;color:#8c866e}.list-group-item-yellow.list-group-item-action.active{background-color:#8c866e;border-color:#8c866e;color:#fff}.list-group-item-green{background-color:#c3e6cb;color:#1e6231}.list-group-item-green.list-group-item-action:focus,.list-group-item-green.list-group-item-action:hover{background-color:#b1dfbb;color:#1e6231}.list-group-item-green.list-group-item-action.active{background-color:#1e6231;border-color:#1e6231;color:#fff}.list-group-item-teal{background-color:#c1f0e2;color:#1a745c}.list-group-item-teal.list-group-item-action:focus,.list-group-item-teal.list-group-item-action:hover{background-color:#acebd8;color:#1a745c}.list-group-item-teal.list-group-item-action.active{background-color:#1a745c;border-color:#1a745c;color:#fff}.list-group-item-cyan{background-color:#bee5eb;color:#155f6d}.list-group-item-cyan.list-group-item-action:focus,.list-group-item-cyan.list-group-item-action:hover{background-color:#abdde5;color:#155f6d}.list-group-item-cyan.list-group-item-action.active{background-color:#155f6d;border-color:#155f6d;color:#fff}.list-group-item-white{background-color:#fff;color:#8e9092}.list-group-item-white.list-group-item-action:focus,.list-group-item-white.list-group-item-action:hover{background-color:#f2f2f2;color:#8e9092}.list-group-item-white.list-group-item-action.active{background-color:#8e9092;border-color:#8e9092;color:#fff}.list-group-item-black{background-color:#bdbebf;color:#13171c}.list-group-item-black.list-group-item-action:focus,.list-group-item-black.list-group-item-action:hover{background-color:#b0b1b2;color:#13171c}.list-group-item-black.list-group-item-action.active{background-color:#13171c;border-color:#13171c;color:#fff}.list-group-item-gray-lighter{background-color:#fff;color:#8e9092}.list-group-item-gray-lighter.list-group-item-action:focus,.list-group-item-gray-lighter.list-group-item-action:hover{background-color:#f2f2f2;color:#8e9092}.list-group-item-gray-lighter.list-group-item-action.active{background-color:#8e9092;border-color:#8e9092;color:#fff}.list-group-item-gray-light{background-color:#f2f3f5;color:#767a7f}.list-group-item-gray-light.list-group-item-action:focus,.list-group-item-gray-light.list-group-item-action:hover{background-color:#e4e6ea;color:#767a7f}.list-group-item-gray-light.list-group-item-action.active{background-color:#767a7f;border-color:#767a7f;color:#fff}.list-group-item-gray{background-color:#f2f3f5;color:#767a7f}.list-group-item-gray.list-group-item-action:focus,.list-group-item-gray.list-group-item-action:hover{background-color:#e4e6ea;color:#767a7f}.list-group-item-gray.list-group-item-action.active{background-color:#767a7f;border-color:#767a7f;color:#fff}.list-group-item-gray-dark{background-color:#bdbebf;color:#13171c}.list-group-item-gray-dark.list-group-item-action:focus,.list-group-item-gray-dark.list-group-item-action:hover{background-color:#b0b1b2;color:#13171c}.list-group-item-gray-dark.list-group-item-action.active{background-color:#13171c;border-color:#13171c;color:#fff}.list-group-item-input-color{background-color:#c4c5c8;color:#1f242b}.list-group-item-input-color.list-group-item-action:focus,.list-group-item-input-color.list-group-item-action:hover{background-color:#b7b8bc;color:#1f242b}.list-group-item-input-color.list-group-item-action.active{background-color:#1f242b;border-color:#1f242b;color:#fff}.list-group-item-input-placeholder{background-color:#cfd4db;color:#35414e}.list-group-item-input-placeholder.list-group-item-action:focus,.list-group-item-input-placeholder.list-group-item-action:hover{background-color:#c0c7d0;color:#35414e}.list-group-item-input-placeholder.list-group-item-action.active{background-color:#35414e;border-color:#35414e;color:#fff}.list-group-item-primary-light{background-color:#fffcfc;color:#8e898c}.list-group-item-primary-light.list-group-item-action:focus,.list-group-item-primary-light.list-group-item-action:hover{background-color:#ffe3e3;color:#8e898c}.list-group-item-primary-light.list-group-item-action.active{background-color:#8e898c;border-color:#8e898c;color:#fff}.list-group-item-primary-dark{background-color:#ffbec6;color:#8e1728}.list-group-item-primary-dark.list-group-item-action:focus,.list-group-item-primary-dark.list-group-item-action:hover{background-color:#ffa5b0;color:#8e1728}.list-group-item-primary-dark.list-group-item-action.active{background-color:#8e1728;border-color:#8e1728;color:#fff}.list-group-item-secondary-light{background-color:#fff;color:#8e9092}.list-group-item-secondary-light.list-group-item-action:focus,.list-group-item-secondary-light.list-group-item-action:hover{background-color:#f2f2f2;color:#8e9092}.list-group-item-secondary-light.list-group-item-action.active{background-color:#8e9092;border-color:#8e9092;color:#fff}.list-group-item-secondary-dark{background-color:#ecedf0;color:#6a6f76}.list-group-item-secondary-dark.list-group-item-action:focus,.list-group-item-secondary-dark.list-group-item-action:hover{background-color:#dee0e5;color:#6a6f76}.list-group-item-secondary-dark.list-group-item-action.active{background-color:#6a6f76;border-color:#6a6f76;color:#fff}.list-group-item-success-light{background-color:#f6fdf8;color:#7e8c85}.list-group-item-success-light.list-group-item-action:focus,.list-group-item-success-light.list-group-item-action:hover{background-color:#e1f8e8;color:#7e8c85}.list-group-item-success-light.list-group-item-action.active{background-color:#7e8c85;border-color:#7e8c85;color:#fff}.list-group-item-success-dark{background-color:#c1ddc7;color:#1a512a}.list-group-item-success-dark.list-group-item-action:focus,.list-group-item-success-dark.list-group-item-action:hover{background-color:#b1d4b8;color:#1a512a}.list-group-item-success-dark.list-group-item-action.active{background-color:#1a512a;border-color:#1a512a;color:#fff}.list-group-item-info-light{background-color:#ecf4ff;color:#6a7b92}.list-group-item-info-light.list-group-item-action:focus,.list-group-item-info-light.list-group-item-action:hover{background-color:#d3e5ff;color:#6a7b92}.list-group-item-info-light.list-group-item-action.active{background-color:#6a7b92;border-color:#6a7b92;color:#fff}.list-group-item-info-dark{background-color:#c4ddff;color:#205192}.list-group-item-info-dark.list-group-item-action:focus,.list-group-item-info-dark.list-group-item-action:hover{background-color:#abceff;color:#205192}.list-group-item-info-dark.list-group-item-action.active{background-color:#205192;border-color:#205192;color:#fff}.list-group-item-warning-light{background-color:#fff5ee;color:#8d7d73}.list-group-item-warning-light.list-group-item-action:focus,.list-group-item-warning-light.list-group-item-action:hover{background-color:#ffe6d5;color:#8d7d73}.list-group-item-warning-light.list-group-item-action.active{background-color:#8d7d73;border-color:#8d7d73;color:#fff}.list-group-item-warning-dark{background-color:#f6d2b9;color:#7d3d10}.list-group-item-warning-dark.list-group-item-action:focus,.list-group-item-warning-dark.list-group-item-action:hover{background-color:#f3c3a2;color:#7d3d10}.list-group-item-warning-dark.list-group-item-action.active{background-color:#7d3d10;border-color:#7d3d10;color:#fff}.list-group-item-danger-light{background-color:#fdf0f0;color:#897376}.list-group-item-danger-light.list-group-item-action:focus,.list-group-item-danger-light.list-group-item-action:hover{background-color:#fadada;color:#897376}.list-group-item-danger-light.list-group-item-action.active{background-color:#897376;border-color:#897376;color:#fff}.list-group-item-danger-dark{background-color:#ecc0c0;color:#6a1b1d}.list-group-item-danger-dark.list-group-item-action:focus,.list-group-item-danger-dark.list-group-item-action:hover{background-color:#e6acac;color:#6a1b1d}.list-group-item-danger-dark.list-group-item-action.active{background-color:#6a1b1d;border-color:#6a1b1d;color:#fff}.list-group-item-dark-light{background-color:rgba(250,250,251,.748);color:rgba(19,23,28,.532)}.list-group-item-dark-light.list-group-item-action:focus,.list-group-item-dark-light.list-group-item-action:hover{background-color:rgba(236,236,240,.748);color:rgba(19,23,28,.532)}.list-group-item-dark-light.list-group-item-action.active{background-color:rgba(19,23,28,.532);border-color:rgba(19,23,28,.532);color:#fff}.list-group-item-dark-dark{background-color:hsla(0,0%,98%,.748);color:rgba(18,22,27,.532)}.list-group-item-dark-dark.list-group-item-action:focus,.list-group-item-dark-dark.list-group-item-action:hover{background-color:hsla(0,0%,93%,.748);color:rgba(18,22,27,.532)}.list-group-item-dark-dark.list-group-item-action.active{background-color:rgba(18,22,27,.532);border-color:rgba(18,22,27,.532);color:#fff}.close{color:#13171c;float:right;font-size:1.5rem;font-weight:500;line-height:1;opacity:.5;text-shadow:0 1px 0 #fff}@media (max-width:1200px){.close{font-size:calc(1.275rem + .3vw)}}.close:hover{color:#13171c;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{background-color:initial;border:0;padding:0}a.close.disabled{pointer-events:none}.toast{background-clip:padding-box;background-color:#ffffffd9;border:1px solid #0000001a;border-radius:.25rem;box-shadow:0 .25rem .75rem #13171c1a;flex-basis:350px;font-size:.875rem;max-width:350px;opacity:0}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{align-items:center;background-clip:padding-box;background-color:#ffffffd9;border-bottom:1px solid #0000000d;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px);color:#445365;display:flex;padding:.25rem .75rem}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{display:none;height:100%;left:0;outline:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:1050}.modal-dialog{margin:.5rem;pointer-events:none;position:relative;width:auto}.modal.fade .modal-dialog{transform:translateY(-50px);transition:transform .3s ease-out}@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{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{content:"";display:block;height:calc(100vh - 1rem);height:min-content}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;height:100%;justify-content:center}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.modal-content{background-clip:padding-box;background-color:#fff;border:1px solid #13171c33;border-radius:.3rem;display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.modal-backdrop{background-color:#13171c;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{align-items:flex-start;border-bottom:1px solid #d1d5db;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);display:flex;justify-content:space-between;padding:1rem}.modal-header .close{margin:-1rem -1rem -1rem auto;padding:1rem}.modal-title{line-height:1.5;margin-bottom:0}.modal-body{flex:1 1 auto;padding:1rem;position:relative}.modal-footer{align-items:center;border-bottom-left-radius:calc(.3rem - 1px);border-bottom-right-radius:calc(.3rem - 1px);border-top:1px solid #d1d5db;display:flex;flex-wrap:wrap;justify-content:flex-end;padding:.75rem}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{height:50px;overflow:scroll;position:absolute;top:-9999px;width:50px}@media (min-width:576px){.modal-dialog{margin:1.75rem auto;max-width:500px}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:min-content}.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}}.tooltip{word-wrap:break-word;display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;margin:0;opacity:0;position:absolute;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:1070}.tooltip.show{opacity:.9}.tooltip .arrow{display:block;height:.4rem;position:absolute;width:.8rem}.tooltip .arrow:before{border-color:#0000;border-style:solid;content:"";position:absolute}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{border-top-color:#13171c;border-width:.4rem .4rem 0;top:0}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{height:.8rem;left:0;width:.4rem}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{border-right-color:#13171c;border-width:.4rem .4rem .4rem 0;right:0}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before{border-bottom-color:#13171c;border-width:0 .4rem .4rem;bottom:0}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{height:.8rem;right:0;width:.4rem}.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before{border-left-color:#13171c;border-width:.4rem 0 .4rem .4rem;left:0}.tooltip-inner{background-color:#13171c;border-radius:.25rem;color:#fff;max-width:200px;padding:.25rem .5rem;text-align:center}.popover{word-wrap:break-word;background-clip:padding-box;background-color:#fff;border:1px solid #13171c33;border-radius:.3rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;left:0;letter-spacing:normal;line-break:auto;line-height:1.5;max-width:276px;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;top:0;white-space:normal;word-break:normal;word-spacing:normal;z-index:1060}.popover,.popover .arrow{display:block;position:absolute}.popover .arrow{height:.5rem;margin:0 .3rem;width:1rem}.popover .arrow:after,.popover .arrow:before{border-color:#0000;border-style:solid;content:"";display:block;position:absolute}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow:before,.bs-popover-top>.arrow:before{border-top-color:#13171c40;border-width:.5rem .5rem 0;bottom:0}.bs-popover-auto[x-placement^=top]>.arrow:after,.bs-popover-top>.arrow:after{border-top-color:#fff;border-width:.5rem .5rem 0;bottom:1px}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{height:1rem;left:calc(-.5rem - 1px);margin:.3rem 0;width:.5rem}.bs-popover-auto[x-placement^=right]>.arrow:before,.bs-popover-right>.arrow:before{border-right-color:#13171c40;border-width:.5rem .5rem .5rem 0;left:0}.bs-popover-auto[x-placement^=right]>.arrow:after,.bs-popover-right>.arrow:after{border-right-color:#fff;border-width:.5rem .5rem .5rem 0;left:1px}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow:before,.bs-popover-bottom>.arrow:before{border-bottom-color:#13171c40;border-width:0 .5rem .5rem;top:0}.bs-popover-auto[x-placement^=bottom]>.arrow:after,.bs-popover-bottom>.arrow:after{border-bottom-color:#fff;border-width:0 .5rem .5rem;top:1px}.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{border-bottom:1px solid #f7f7f7;content:"";display:block;left:50%;margin-left:-.5rem;position:absolute;top:0;width:1rem}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{height:1rem;margin:.3rem 0;right:calc(-.5rem - 1px);width:.5rem}.bs-popover-auto[x-placement^=left]>.arrow:before,.bs-popover-left>.arrow:before{border-left-color:#13171c40;border-width:.5rem 0 .5rem .5rem;right:0}.bs-popover-auto[x-placement^=left]>.arrow:after,.bs-popover-left>.arrow:after{border-left-color:#fff;border-width:.5rem 0 .5rem .5rem;right:1px}.popover-header{background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);color:#13171c;font-size:1rem;margin-bottom:0;padding:.5rem .75rem}.popover-header:empty{display:none}.popover-body{color:#1c1e25;padding:.5rem .75rem}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{overflow:hidden;position:relative;width:100%}.carousel-inner:after{clear:both;content:"";display:block}.carousel-item{backface-visibility:hidden;display:none;float:left;margin-right:-100%;position:relative;transition:transform .6s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transform:none;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{opacity:1;z-index:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{opacity:0;transition:opacity 0s .6s;z-index:0}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{align-items:center;background:none;border:0;bottom:0;color:#fff;display:flex;justify-content:center;opacity:.5;padding:0;position:absolute;text-align:center;top:0;transition:opacity .15s ease;width:15%;z-index:1}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;opacity:.9;outline:0;text-decoration:none}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{background:50%/100% 100% no-repeat;display:inline-block;height:20px;width:20px}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m5.25 0-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m2.75 0-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{bottom:0;display:flex;justify-content:center;left:0;list-style:none;margin-left:15%;margin-right:15%;padding-left:0;position:absolute;right:0;z-index:15}.carousel-indicators li{background-clip:padding-box;background-color:#fff;border-bottom:10px solid #0000;border-top:10px solid #0000;box-sizing:initial;cursor:pointer;flex:0 1 auto;height:3px;margin-left:3px;margin-right:3px;opacity:.5;text-indent:-999px;transition:opacity .6s ease;width:30px}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{bottom:20px;color:#fff;left:15%;padding-bottom:20px;padding-top:20px;position:absolute;right:15%;text-align:center;z-index:10}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{animation:spinner-border .75s linear infinite;border:.125em solid;border-radius:50%;border-right:.125em solid #0000;display:inline-block;height:2em;vertical-align:-.125em;width:2em}.spinner-border-sm{border-width:.125em;height:1em;width:1em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{animation:spinner-grow .75s linear infinite;background-color:currentcolor;border-radius:50%;display:inline-block;height:2em;opacity:0;vertical-align:-.125em;width:2em}.spinner-grow-sm{height:1em;width:1em}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{animation-duration:1.5s}}.align-baseline{vertical-align:initial!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}.bg-primary{background-color:#ff4057!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#ff0d2a!important}.bg-secondary{background-color:#d1d5db!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#b4bbc5!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#549eff!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#2181ff!important}.bg-warning{background-color:#f97315!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d65b05!important}.bg-danger{background-color:#dc2626!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#b21d1d!important}.bg-light{background-color:#13171c0a!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#0000000a!important}.bg-dark{background-color:#13171c1a!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#0000001a!important}.bg-blue{background-color:#007bff!important}a.bg-blue:focus,a.bg-blue:hover,button.bg-blue:focus,button.bg-blue:hover{background-color:#0062cc!important}.bg-indigo{background-color:#6610f2!important}a.bg-indigo:focus,a.bg-indigo:hover,button.bg-indigo:focus,button.bg-indigo:hover{background-color:#510bc4!important}.bg-purple{background-color:#6f42c1!important}a.bg-purple:focus,a.bg-purple:hover,button.bg-purple:focus,button.bg-purple:hover{background-color:#59339d!important}.bg-pink{background-color:#e83e8c!important}a.bg-pink:focus,a.bg-pink:hover,button.bg-pink:focus,button.bg-pink:hover{background-color:#d91a72!important}.bg-red{background-color:#dc3545!important}a.bg-red:focus,a.bg-red:hover,button.bg-red:focus,button.bg-red:hover{background-color:#bd2130!important}.bg-orange{background-color:#fd7e14!important}a.bg-orange:focus,a.bg-orange:hover,button.bg-orange:focus,button.bg-orange:hover{background-color:#dc6502!important}.bg-yellow{background-color:#fcedb9!important}a.bg-yellow:focus,a.bg-yellow:hover,button.bg-yellow:focus,button.bg-yellow:hover{background-color:#fae088!important}.bg-green{background-color:#28a745!important}a.bg-green:focus,a.bg-green:hover,button.bg-green:focus,button.bg-green:hover{background-color:#1e7e34!important}.bg-teal{background-color:#20c997!important}a.bg-teal:focus,a.bg-teal:hover,button.bg-teal:focus,button.bg-teal:hover{background-color:#199d76!important}.bg-cyan{background-color:#17a2b8!important}a.bg-cyan:focus,a.bg-cyan:hover,button.bg-cyan:focus,button.bg-cyan:hover{background-color:#117a8b!important}a.bg-white:focus,a.bg-white:hover,button.bg-white:focus,button.bg-white:hover{background-color:#e6e6e6!important}.bg-black{background-color:#13171c!important}a.bg-black:focus,a.bg-black:hover,button.bg-black:focus,button.bg-black:hover{background-color:#000!important}.bg-gray-lighter{background-color:#fff!important}a.bg-gray-lighter:focus,a.bg-gray-lighter:hover,button.bg-gray-lighter:focus,button.bg-gray-lighter:hover{background-color:#e6e6e6!important}.bg-gray-light{background-color:#d1d5db!important}a.bg-gray-light:focus,a.bg-gray-light:hover,button.bg-gray-light:focus,button.bg-gray-light:hover{background-color:#b4bbc5!important}.bg-gray{background-color:#d1d5db!important}a.bg-gray:focus,a.bg-gray:hover,button.bg-gray:focus,button.bg-gray:hover{background-color:#b4bbc5!important}.bg-gray-dark{background-color:#13171c!important}a.bg-gray-dark:focus,a.bg-gray-dark:hover,button.bg-gray-dark:focus,button.bg-gray-dark:hover{background-color:#000!important}.bg-input-color{background-color:#2b3039!important}a.bg-input-color:focus,a.bg-input-color:hover,button.bg-input-color:focus,button.bg-input-color:hover{background-color:#15181c!important}.bg-input-placeholder{background-color:#55677d!important}a.bg-input-placeholder:focus,a.bg-input-placeholder:hover,button.bg-input-placeholder:focus,button.bg-input-placeholder:hover{background-color:#404e5f!important}.bg-primary-light{background-color:#fff3f4!important}a.bg-primary-light:focus,a.bg-primary-light:hover,button.bg-primary-light:focus,button.bg-primary-light:hover{background-color:#ffc0c7!important}.bg-primary-dark{background-color:#ff1733!important}a.bg-primary-dark:focus,a.bg-primary-dark:hover,button.bg-primary-dark:focus,button.bg-primary-dark:hover{background-color:#e3001b!important}.bg-secondary-light{background-color:#fff!important}a.bg-secondary-light:focus,a.bg-secondary-light:hover,button.bg-secondary-light:focus,button.bg-secondary-light:hover{background-color:#e6e6e6!important}.bg-secondary-dark{background-color:#bac0c9!important}a.bg-secondary-dark:focus,a.bg-secondary-dark:hover,button.bg-secondary-dark:focus,button.bg-secondary-dark:hover{background-color:#9ea6b3!important}.bg-success-light{background-color:#e1f8e6!important}a.bg-success-light:focus,a.bg-success-light:hover,button.bg-success-light:focus,button.bg-success-light:hover{background-color:#b7eec4!important}.bg-success-dark{background-color:#208637!important}a.bg-success-dark:focus,a.bg-success-dark:hover,button.bg-success-dark:focus,button.bg-success-dark:hover{background-color:#165d26!important}.bg-info-light{background-color:#bad8ff!important}a.bg-info-light:focus,a.bg-info-light:hover,button.bg-info-light:focus,button.bg-info-light:hover{background-color:#87bbff!important}.bg-info-dark{background-color:#2b87ff!important}a.bg-info-dark:focus,a.bg-info-dark:hover,button.bg-info-dark:focus,button.bg-info-dark:hover{background-color:#006bf7!important}.bg-warning-light{background-color:#fddbc3!important}a.bg-warning-light:focus,a.bg-warning-light:hover,button.bg-warning-light:focus,button.bg-warning-light:hover{background-color:#fcbd91!important}.bg-warning-dark{background-color:#df6006!important}a.bg-warning-dark:focus,a.bg-warning-dark:hover,button.bg-warning-dark:focus,button.bg-warning-dark:hover{background-color:#ae4a04!important}.bg-danger-light{background-color:#f6c8c8!important}a.bg-danger-light:focus,a.bg-danger-light:hover,button.bg-danger-light:focus,button.bg-danger-light:hover{background-color:#ef9d9d!important}.bg-danger-dark{background-color:#bb1e1e!important}a.bg-danger-dark:focus,a.bg-danger-dark:hover,button.bg-danger-dark:focus,button.bg-danger-dark:hover{background-color:#8f1717!important}.bg-dark-light{background-color:#191e251a!important}a.bg-dark-light:focus,a.bg-dark-light:hover,button.bg-dark-light:focus,button.bg-dark-light:hover{background-color:#0506071a!important}.bg-dark-dark{background-color:#0303041a!important}a.bg-dark-dark:focus,a.bg-dark-dark:hover,button.bg-dark-dark:focus,button.bg-dark-dark:hover{background-color:#0000001a!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:initial!important}.border{border:1px solid #d1d5db!important}.border-top{border-top:1px solid #d1d5db!important}.border-right{border-right:1px solid #d1d5db!important}.border-bottom{border-bottom:1px solid #d1d5db!important}.border-left{border-left:1px solid #d1d5db!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#ff4057!important}.border-secondary{border-color:#d1d5db!important}.border-success{border-color:#28a745!important}.border-info{border-color:#549eff!important}.border-warning{border-color:#f97315!important}.border-danger{border-color:#dc2626!important}.border-light{border-color:#13171c0a!important}.border-dark{border-color:#13171c1a!important}.border-blue{border-color:#007bff!important}.border-indigo{border-color:#6610f2!important}.border-purple{border-color:#6f42c1!important}.border-pink{border-color:#e83e8c!important}.border-red{border-color:#dc3545!important}.border-orange{border-color:#fd7e14!important}.border-yellow{border-color:#fcedb9!important}.border-green{border-color:#28a745!important}.border-teal{border-color:#20c997!important}.border-cyan{border-color:#17a2b8!important}.border-black{border-color:#13171c!important}.border-gray-lighter{border-color:#fff!important}.border-gray,.border-gray-light{border-color:#d1d5db!important}.border-gray-dark{border-color:#13171c!important}.border-input-color{border-color:#2b3039!important}.border-input-placeholder{border-color:#55677d!important}.border-primary-light{border-color:#fff3f4!important}.border-primary-dark{border-color:#ff1733!important}.border-secondary-light{border-color:#fff!important}.border-secondary-dark{border-color:#bac0c9!important}.border-success-light{border-color:#e1f8e6!important}.border-success-dark{border-color:#208637!important}.border-info-light{border-color:#bad8ff!important}.border-info-dark{border-color:#2b87ff!important}.border-warning-light{border-color:#fddbc3!important}.border-warning-dark{border-color:#df6006!important}.border-danger-light{border-color:#f6c8c8!important}.border-danger-dark{border-color:#bb1e1e!important}.border-dark-light{border-color:#191e251a!important}.border-dark-dark{border-color:#0303041a!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-right,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix:after{clear:both;content:"";display:block}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!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}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!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}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!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}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!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}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!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}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!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}}.embed-responsive{display:block;overflow:hidden;padding:0;position:relative;width:100%}.embed-responsive:before{content:"";display:block}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.embed-responsive-21by9:before{padding-top:42.85714%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.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-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!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}.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}.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}@media (min-width:576px){.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-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!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}.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}.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}}@media (min-width:768px){.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-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!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}.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}.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}}@media (min-width:992px){.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-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!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}.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}.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}}@media (min-width:1200px){.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-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!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}.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}.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}}.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}}.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}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!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}.fixed-top{top:0}.fixed-bottom,.fixed-top{left:0;position:fixed;right:0;z-index:1030}.fixed-bottom{bottom:0}@supports (position:sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;overflow:visible;position:static;white-space:normal;width:auto}.shadow-sm{box-shadow:0 .125rem .25rem rgba(19,23,28,.075)!important}.shadow{box-shadow:0 .5rem 1rem #13171c26!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(19,23,28,.175)!important}.shadow-none{box-shadow:none!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}.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}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!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}.m-n4{margin:-1.5rem!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}.m-n5{margin:-3rem!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}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.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}.m-sm-n4{margin:-1.5rem!important}.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}.m-sm-n5{margin:-3rem!important}.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}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.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}.m-md-n4{margin:-1.5rem!important}.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}.m-md-n5{margin:-3rem!important}.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}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.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}.m-lg-n4{margin:-1.5rem!important}.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}.m-lg-n5{margin:-3rem!important}.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}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.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}.m-xl-n4{margin:-1.5rem!important}.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}.m-xl-n5{margin:-3rem!important}.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}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link:after{background-color:#0000;bottom:0;content:"";left:0;pointer-events:auto;position:absolute;right:0;top:0;z-index:1}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.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:500!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-primary{color:#ff4057!important}a.text-primary:focus,a.text-primary:hover{color:#f3001d!important}.text-secondary{color:#d1d5db!important}a.text-secondary:focus,a.text-secondary:hover{color:#a6aeb9!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#549eff!important}a.text-info:focus,a.text-info:hover{color:#0873ff!important}.text-warning{color:#f97315!important}a.text-warning:focus,a.text-warning:hover{color:#bd5105!important}.text-danger{color:#dc2626!important}a.text-danger:focus,a.text-danger:hover{color:#9c1919!important}.text-light{color:#13171c0a!important}a.text-light:focus,a.text-light:hover{color:#0000000a!important}.text-dark{color:#13171c1a!important}a.text-dark:focus,a.text-dark:hover{color:#0000001a!important}.text-blue{color:#007bff!important}a.text-blue:focus,a.text-blue:hover{color:#0056b3!important}.text-indigo{color:#6610f2!important}a.text-indigo:focus,a.text-indigo:hover{color:#4709ac!important}.text-purple{color:#6f42c1!important}a.text-purple:focus,a.text-purple:hover{color:#4e2d89!important}.text-pink{color:#e83e8c!important}a.text-pink:focus,a.text-pink:hover{color:#c21766!important}.text-red{color:#dc3545!important}a.text-red:focus,a.text-red:hover{color:#a71d2a!important}.text-orange{color:#fd7e14!important}a.text-orange:focus,a.text-orange:hover{color:#c35a02!important}.text-yellow{color:#fcedb9!important}a.text-yellow:focus,a.text-yellow:hover{color:#f9da70!important}.text-green{color:#28a745!important}a.text-green:focus,a.text-green:hover{color:#19692c!important}.text-teal{color:#20c997!important}a.text-teal:focus,a.text-teal:hover{color:#158765!important}.text-cyan{color:#17a2b8!important}a.text-cyan:focus,a.text-cyan:hover{color:#0f6674!important}.text-white{color:#fff!important}a.text-white:focus,a.text-white:hover{color:#d9d9d9!important}.text-black{color:#13171c!important}a.text-black:focus,a.text-black:hover{color:#000!important}.text-gray-lighter{color:#fff!important}a.text-gray-lighter:focus,a.text-gray-lighter:hover{color:#d9d9d9!important}.text-gray-light{color:#d1d5db!important}a.text-gray-light:focus,a.text-gray-light:hover{color:#a6aeb9!important}.text-gray{color:#d1d5db!important}a.text-gray:focus,a.text-gray:hover{color:#a6aeb9!important}.text-gray-dark{color:#13171c!important}a.text-gray-dark:focus,a.text-gray-dark:hover{color:#000!important}.text-input-color{color:#2b3039!important}a.text-input-color:focus,a.text-input-color:hover{color:#0a0b0d!important}.text-input-placeholder{color:#55677d!important}a.text-input-placeholder:focus,a.text-input-placeholder:hover{color:#36414f!important}.text-primary-light{color:#fff3f4!important}a.text-primary-light:focus,a.text-primary-light:hover{color:#ffa6b1!important}.text-primary-dark{color:#ff1733!important}a.text-primary-dark:focus,a.text-primary-dark:hover{color:#ca0018!important}.text-secondary-light{color:#fff!important}a.text-secondary-light:focus,a.text-secondary-light:hover{color:#d9d9d9!important}.text-secondary-dark{color:#bac0c9!important}a.text-secondary-dark:focus,a.text-secondary-dark:hover{color:#8f99a8!important}.text-success-light{color:#e1f8e6!important}a.text-success-light:focus,a.text-success-light:hover{color:#a3e9b3!important}.text-success-dark{color:#208637!important}a.text-success-dark:focus,a.text-success-dark:hover{color:#11481e!important}.text-info-light{color:#bad8ff!important}a.text-info-light:focus,a.text-info-light:hover{color:#6eacff!important}.text-info-dark{color:#2b87ff!important}a.text-info-dark:focus,a.text-info-dark:hover{color:#0060de!important}.text-warning-light{color:#fddbc3!important}a.text-warning-light:focus,a.text-warning-light:hover{color:#fcaf78!important}.text-warning-dark{color:#df6006!important}a.text-warning-dark:focus,a.text-warning-dark:hover{color:#954004!important}.text-danger-light{color:#f6c8c8!important}a.text-danger-light:focus,a.text-danger-light:hover{color:#ec8787!important}.text-danger-dark{color:#bb1e1e!important}a.text-danger-dark:focus,a.text-danger-dark:hover{color:#791414!important}.text-dark-light{color:#191e251a!important}a.text-dark-light:focus,a.text-dark-light:hover{color:#0000001a!important}.text-dark-dark{color:#0303041a!important}a.text-dark-dark:focus,a.text-dark-dark:hover{color:#0000001a!important}.text-body{color:#1c1e25!important}.text-muted{color:#445365!important}.text-black-50{color:#13171c80!important}.text-white-50{color:#ffffff80!important}.text-hide{background-color:initial;border:0;color:#0000;font:0/0 a;text-shadow:none}.text-decoration-none{text-decoration:none!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,:after,:before{box-shadow:none!important;text-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #55677d}blockquote,img,pre,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}.container,body{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #13171c}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #d1d5db!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#d1d5db}.table .thead-dark th{border-color:#d1d5db;color:inherit}}.swatch-primary{background-color:#ff4057;color:#fff}.swatch-secondary{background-color:#d1d5db;color:#13171c}.swatch-success{background-color:#28a745;color:#fff}.swatch-info{background-color:#549eff;color:#fff}.swatch-warning{background-color:#f97315;color:#fff}.swatch-danger{background-color:#dc2626;color:#fff}.swatch-light{background-color:#13171c0a;color:#fff}.swatch-dark{background-color:#13171c1a;color:#fff}.swatch-blue{background-color:#007bff;color:#fff}.swatch-indigo{background-color:#6610f2;color:#fff}.swatch-purple{background-color:#6f42c1;color:#fff}.swatch-pink{background-color:#e83e8c;color:#fff}.swatch-red{background-color:#dc3545;color:#fff}.swatch-orange{background-color:#fd7e14;color:#13171c}.swatch-yellow{background-color:#fcedb9;color:#13171c}.swatch-green{background-color:#28a745;color:#fff}.swatch-teal{background-color:#20c997;color:#fff}.swatch-cyan{background-color:#17a2b8;color:#fff}.swatch-white{background-color:#fff;color:#13171c}.swatch-black{background-color:#13171c;color:#fff}.swatch-gray-lighter{background-color:#fff;color:#13171c}.swatch-gray,.swatch-gray-light{background-color:#d1d5db;color:#13171c}.swatch-gray-dark{background-color:#13171c;color:#fff}.swatch-input-color{background-color:#2b3039;color:#fff}.swatch-input-placeholder{background-color:#55677d;color:#fff}.swatch-primary-light{background-color:#fff3f4;color:#13171c}.swatch-primary-dark{background-color:#ff1733;color:#fff}.swatch-secondary-light{background-color:#fff;color:#13171c}.swatch-secondary-dark{background-color:#bac0c9;color:#13171c}.swatch-success-light{background-color:#e1f8e6;color:#13171c}.swatch-success-dark{background-color:#208637;color:#fff}.swatch-info-light{background-color:#bad8ff;color:#13171c}.swatch-info-dark{background-color:#2b87ff;color:#fff}.swatch-warning-light{background-color:#fddbc3;color:#13171c}.swatch-warning-dark{background-color:#df6006;color:#fff}.swatch-danger-light{background-color:#f6c8c8;color:#13171c}.swatch-danger-dark{background-color:#bb1e1e;color:#fff}.swatch-dark-light{background-color:#191e251a;color:#fff}.swatch-dark-dark{background-color:#0303041a;color:#fff}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0}.primary-divider{background-color:#ff4057}.navbar .navbar-nav{background-color:initial}.navbar .navbar-nav .nav-link{border:1px solid #0000;border-radius:.3rem}.navbar .nav-link.dashboard-button{border:1px solid #ff40574d}.navbar .navbar-nav .nav-link:hover{background-color:#ff17330f}.btn-outline-secondary,.show>.btn-outline-secondary.dropdown-toggle{color:#1c1e25}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#d1d5db}.card:not(.no-shadow){box-shadow:0 0 13px 0 #13171c0d}.card.highlight{box-shadow:0 15px 35px #13171c14}.spinner-border{animation:spinner-border .6s linear infinite}.spinner-border-md{height:1.5em;width:1.5em}.spinner-border-xl{height:2.5em;width:2.5em}.dashed,.modal .dashed,time:not(.no-dash){border-bottom:1px dashed #1c1e25}.dropdown .dropdown-item.primary{color:#ff4057}.dropdown .dropdown-item.primary:active,.dropdown .dropdown-item.primary:hover{background-color:#ff4057;color:#fff}.dropdown .dropdown-item.danger{color:#dc2626}.dropdown .dropdown-item.danger:active,.dropdown .dropdown-item.danger:hover{background-color:#dc2626;color:#fff}.dropdown .dropdown-item.warning{color:#f97315}.dropdown .dropdown-item.warning:active,.dropdown .dropdown-item.warning:hover{background-color:#f97315;color:#fff}.dropdown .dropdown-item.success{color:#28a745}.dropdown .dropdown-item.success:active,.dropdown .dropdown-item.success:hover{background-color:#28a745;color:#fff}.text-monospace,code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@keyframes offline-rotation{0%{transform:rotate(0deg);-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg)}to{transform:rotate(359deg);-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-ms-transform:rotate(359deg);-o-transform:rotate(359deg)}}.btn{position:relative;transition:padding .2s cubic-bezier(.175,.885,.32,1.2)!important}.btn .spinner-border{bottom:0;margin:auto;position:absolute;right:.6em;top:0}.Toastify__toast{font-size:95%;min-height:inherit}.Toastify__toast .octicon{font-size:85%;opacity:.75;position:absolute;right:8px;top:8px}.Toastify__toast .octicon:hover{opacity:1}.animate{animation-duration:.25s}.custom-checkbox,.custom-checkbox .custom-control-input,.custom-checkbox .custom-control-label,.custom-switch,.custom-switch .custom-control-input,.custom-switch .custom-control-label{cursor:pointer}.custom-checkbox .custom-control-label{display:block}.cursor-pointer{cursor:pointer}.nav.menu .nav-link{border-bottom:2px solid #0000;font-size:.9rem;font-weight:500;line-height:1.7rem;margin-bottom:-1px;margin-left:.4rem;margin-right:.4rem;padding:.5rem 1rem .35rem;text-transform:uppercase}.nav.menu .nav-link .badge{vertical-align:initial}.nav.menu .nav-link:hover{background-color:#ff40570f}.nav.menu .nav-link.active{background-color:#ff40570f;border-bottom:2px solid #ff4057}.text-disabled{color:#55677d99}.nav-item.selected .nav-link{background-color:#549eff1a}.nav-item.focused{box-shadow:-2px 0 #ff4057}.nav-item .nav-link:hover,.nav-item.focused .nav-link{background-color:#13171c0a}.nav-item.inactive .nav-link,.nav-item.paused .nav-link{background-image:linear-gradient(45deg,#8080801a 25%,#0000 0,#0000 50%,#8080801a 0,#8080801a 75%,#0000 0,#0000);background-size:40px 40px}.nav-item.deleting .nav-link,.nav-item.deleting .nav-link:hover,.nav-item.pausing .nav-link,.nav-item.pausing .nav-link:hover,.nav-item.rotating .nav-link,.nav-item.rotating .nav-link:hover{background-color:#dc354533}.nav-item.logging .nav-link,.nav-item.logging .nav-link:hover,.nav-item.resuming .nav-link,.nav-item.resuming .nav-link:hover,.nav-item.running .nav-link,.nav-item.running .nav-link:hover,.nav-item.updating .nav-link,.nav-item.updating .nav-link:hover{background-color:#549eff1a}.StripeElement{padding-top:.56rem}.StripeElement--focus{background-color:#fff;border-color:#ffc0c7;box-shadow:0 0 0 .2rem #ff405740;outline:0}.StripeElement--invalid{border-color:#dc2626}.StripeElement--invalid.StripeElement--focus{border-color:#dc2626;box-shadow:0 0 0 .2rem #dc262640}input.is-search{background-image:url('data:image/svg+xml;utf8,%3csvg xmlns="http://www.w3.org/2000/svg" fill="%23445365" viewBox="0 0 $size $size" width="$size" height="$size"%3e%3cpath fill-rule="evenodd" d="M11.5 7a4.499 4.499 0 11-8.998 0A4.499 4.499 0 0111.5 7zm-.82 4.74a6 6 0 111.06-1.06l3.04 3.04a.75.75 0 11-1.06 1.06l-3.04-3.04z"%3e%3c/path%3e%3c/svg%3e');background-repeat:no-repeat;background-size:16px 16px}input.is-search.left{background-position:left calc(.375em + .375rem) center;padding-left:calc(1.2em + 1.015rem)!important}input.is-search.right{background-position:right calc(.375em + .375rem) center;padding-right:calc(1.2em + 1.015rem)!important}kbd{background-color:#13171c1a;border-radius:.25rem;display:inline-block;padding:.1rem .4rem;text-align:center}.btn.btn-primary kbd{background-color:#13171c33;border-bottom:none;color:#fff}.btn kbd{padding:.075rem .3rem}.pagination{margin:0}.text-wrap{word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-break:break-all}.KeyboardShortcutsDialog .card,.KeyboardShortcutsDialog .card-header{background-color:initial;border:none;box-shadow:none}.KeyboardShortcutsDialog .card-columns{column-count:2}.KeyboardShortcutsDialog .list-group-item{background-color:#13171c0d;border:none;border-radius:.5rem}.KeyboardShortcutsDialog .list-group-item:not(:last-child){margin-bottom:.4rem}@keyframes placeholder-glow{50%{opacity:.1}}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}.placeholder{background-color:currentColor;border-radius:.3rem;display:inline-block;min-height:1em;opacity:.2;vertical-align:middle}.table thead th,.table tr:first-child td{border:none}.table tr:first-child td:first-child{border-top-left-radius:5px}.table tr:first-child td:last-child{border-top-right-radius:5px}.table tr:last-child td:first-child{border-bottom-left-radius:5px}.table tr:last-child td:last-child{border-bottom-right-radius:5px}.table tbody{border-radius:5px;position:relative}.table tbody td{background:#13171c0a}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:10px}.heroicon{align-items:center;display:inline-block;justify-content:center;-webkit-user-select:none;user-select:none;vertical-align:text-bottom}.link,.nav-pills .nav-link,.nav-tabs .nav-link{cursor:pointer}.link{color:#ff4057}.link:hover{color:#f3001d;text-decoration:underline}input.with-counter.right{padding-right:2.025rem!important}input.with-counter.right+.input-counter-wrapper .input-counter{border-left:none;color:#55677d;font-size:.75rem;line-height:1.7rem;padding:.375rem .75rem;position:absolute;right:0;top:0;z-index:100}input.with-counter.right.is-invalid,input.with-counter.right.is-valid{padding-right:3.375rem!important}input.with-counter.right.is-invalid+.input-counter-wrapper .input-counter,input.with-counter.right.is-valid+.input-counter-wrapper .input-counter{padding-right:2.025rem!important;right:3px}.input-group input.is-invalid.form-control{z-index:3}.dropdown-item.active .text-muted,.dropdown-item:active .text-muted{color:#fff!important}.code-snippet{background:#f8f9fa!important}.h-0{height:0}.w-0{width:0}.h-.5{height:.125rem}.w-.5{width:.125rem}.h-1{height:.25rem}.w-1{width:.25rem}.h-1.5{height:.375rem}.w-1.5{width:.375rem}.h-2{height:.5rem}.w-2{width:.5rem}.h-2.5{height:.625rem}.w-2.5{width:.625rem}.h-3{height:.75rem}.w-3{width:.75rem}.h-3.5{height:.875rem}.w-3.5{width:.875rem}.h-4{height:1rem}.w-4{width:1rem}.h-4.5{height:1.125rem}.w-4.5{width:1.125rem}.h-5{height:1.25rem}.w-5{width:1.25rem}.h-5.5{height:1.375rem}.w-5.5{width:1.375rem}.h-6{height:1.5rem}.w-6{width:1.5rem}.h-6.5{height:1.625rem}.w-6.5{width:1.625rem}.h-7{height:1.75rem}.w-7{width:1.75rem}.h-7.5{height:1.875rem}.w-7.5{width:1.875rem}.h-8{height:2rem}.w-8{width:2rem}.h-8.5{height:2.125rem}.w-8.5{width:2.125rem}.h-9{height:2.25rem}.w-9{width:2.25rem}.h-9.5{height:2.375rem}.w-9.5{width:2.375rem}.h-10{height:2.5rem}.w-10{width:2.5rem}.opacity-5{opacity:.05}.opacity-10{opacity:.1}.opacity-15{opacity:.15}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-35{opacity:.35}.opacity-40{opacity:.4}.opacity-45{opacity:.45}.opacity-50{opacity:.5}.opacity-55{opacity:.55}.opacity-60{opacity:.6}.opacity-65{opacity:.65}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-85{opacity:.85}.opacity-90{opacity:.9}.opacity-95{opacity:.95}.opacity-100{opacity:1}