#bootstrap-cfd {
    /*****************************************************************/
    /*****************************************************************/
    /*                                                               */
    /*              CUSTOM BOOTSTRAP VARIABLES AND CSS               */
    /*                                                               */
    /*****************************************************************/
    /*****************************************************************/
    /* rtl:raw:
  [type="tel"],
  [type="url"],
  [type="email"],
  [type="number"] {
    direction: ltr;
  }
  */
    /*@import "../bootstrap-5.0.2/scss/dropdown";
  @import "../bootstrap-5.0.2/scss/button-group";
  @import "../bootstrap-5.0.2/scss/nav";
  @import "../bootstrap-5.0.2/scss/navbar";*/
    /*@import "../bootstrap-5.0.2/scss/breadcrumb";
  @import "../bootstrap-5.0.2/scss/pagination";
  @import "../bootstrap-5.0.2/scss/badge";
  @import "../bootstrap-5.0.2/scss/alert";
  @import "../bootstrap-5.0.2/scss/progress";
  @import "../bootstrap-5.0.2/scss/list-group";*/
    /*@import "../bootstrap-5.0.2/scss/tooltip";
  @import "../bootstrap-5.0.2/scss/popover";
  @import "../bootstrap-5.0.2/scss/carousel";
  @import "../bootstrap-5.0.2/scss/spinners";
  @import "../bootstrap-5.0.2/scss/offcanvas";*/
    /* rtl:begin:remove */
    /* rtl:end:remove */
    /* --- end customization ------ */
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;700&display=swap");
#bootstrap-cfd :root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #D0143A;
    --bs-orange: #fd7e14;
    --bs-yellow: #FECB00;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #FECB00;
    --bs-danger: #D0143A;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

#bootstrap-cfd *,
#bootstrap-cfd *::before,
#bootstrap-cfd *::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    #bootstrap-cfd :root {
        scroll-behavior: smooth;
    }
}

#bootstrap-cfd body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#bootstrap-cfd hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

#bootstrap-cfd hr:not([size]) {
    height: 1px;
}

#bootstrap-cfd h6,
#bootstrap-cfd h5,
#bootstrap-cfd h4,
#bootstrap-cfd h3,
#bootstrap-cfd h2,
#bootstrap-cfd h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

#bootstrap-cfd h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
    #bootstrap-cfd h1 {
        font-size: 2.5rem;
    }
}

#bootstrap-cfd h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
    #bootstrap-cfd h2 {
        font-size: 2rem;
    }
}

#bootstrap-cfd h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    #bootstrap-cfd h3 {
        font-size: 1.75rem;
    }
}

#bootstrap-cfd h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    #bootstrap-cfd h4 {
        font-size: 1.5rem;
    }
}

#bootstrap-cfd h5 {
    font-size: 1.25rem;
}

#bootstrap-cfd h6 {
    font-size: 1rem;
}

#bootstrap-cfd p {
    margin-top: 0;
    margin-bottom: 1rem;
}

#bootstrap-cfd abbr[title],
#bootstrap-cfd abbr[data-bs-original-title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

#bootstrap-cfd address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

#bootstrap-cfd ol,
#bootstrap-cfd ul {
    padding-left: 2rem;
}

#bootstrap-cfd ol,
#bootstrap-cfd ul,
#bootstrap-cfd dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

#bootstrap-cfd ol ol,
#bootstrap-cfd ul ul,
#bootstrap-cfd ol ul,
#bootstrap-cfd ul ol {
    margin-bottom: 0;
}

#bootstrap-cfd dt {
    font-weight: 700;
}

#bootstrap-cfd dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

#bootstrap-cfd blockquote {
    margin: 0 0 1rem;
}

#bootstrap-cfd b,
#bootstrap-cfd strong {
    font-weight: bolder;
}

#bootstrap-cfd small {
    font-size: 0.875em;
}

#bootstrap-cfd mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

#bootstrap-cfd sub,
#bootstrap-cfd sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}

#bootstrap-cfd sub {
    bottom: -0.25em;
}

#bootstrap-cfd sup {
    top: -0.5em;
}

#bootstrap-cfd a {
    color: #0d6efd;
    text-decoration: underline;
}

#bootstrap-cfd a:hover {
    color: #0a58ca;
}

#bootstrap-cfd a:not([href]):not([class]),
#bootstrap-cfd a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

#bootstrap-cfd pre,
#bootstrap-cfd code,
#bootstrap-cfd kbd,
#bootstrap-cfd samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr
    /* rtl:ignore */
    ;
    unicode-bidi: bidi-override;
}

#bootstrap-cfd pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}

#bootstrap-cfd pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

#bootstrap-cfd code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word;
}

a>#bootstrap-cfd code {
    color: inherit;
}

#bootstrap-cfd kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

#bootstrap-cfd kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700;
}

#bootstrap-cfd figure {
    margin: 0 0 1rem;
}

#bootstrap-cfd img,
#bootstrap-cfd svg {
    vertical-align: middle;
}

#bootstrap-cfd table {
    caption-side: bottom;
    border-collapse: collapse;
}

#bootstrap-cfd caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    text-align: left;
}

#bootstrap-cfd th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

#bootstrap-cfd thead,
#bootstrap-cfd tbody,
#bootstrap-cfd tfoot,
#bootstrap-cfd tr,
#bootstrap-cfd td,
#bootstrap-cfd th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

#bootstrap-cfd label {
    display: inline-block;
}

#bootstrap-cfd button {
    border-radius: 0;
}

#bootstrap-cfd button:focus:not(:focus-visible) {
    outline: 0;
}

#bootstrap-cfd input,
#bootstrap-cfd button,
#bootstrap-cfd select,
#bootstrap-cfd optgroup,
#bootstrap-cfd textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

#bootstrap-cfd button,
#bootstrap-cfd select {
    text-transform: none;
}

#bootstrap-cfd [role=button] {
    cursor: pointer;
}

#bootstrap-cfd select {
    word-wrap: normal;
}

#bootstrap-cfd select:disabled {
    opacity: 1;
}

#bootstrap-cfd [list]::-webkit-calendar-picker-indicator {
    display: none;
}

#bootstrap-cfd button,
#bootstrap-cfd [type=button],
#bootstrap-cfd [type=reset],
#bootstrap-cfd [type=submit] {
    -webkit-appearance: button;
}

#bootstrap-cfd button:not(:disabled),
#bootstrap-cfd [type=button]:not(:disabled),
#bootstrap-cfd [type=reset]:not(:disabled),
#bootstrap-cfd [type=submit]:not(:disabled) {
    cursor: pointer;
}

#bootstrap-cfd ::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

#bootstrap-cfd textarea {
    resize: vertical;
}

#bootstrap-cfd fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

#bootstrap-cfd legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}

@media (min-width: 1200px) {
    #bootstrap-cfd legend {
        font-size: 1.5rem;
    }
}

#bootstrap-cfd legend+* {
    clear: left;
}

#bootstrap-cfd ::-webkit-datetime-edit-fields-wrapper,
#bootstrap-cfd ::-webkit-datetime-edit-text,
#bootstrap-cfd ::-webkit-datetime-edit-minute,
#bootstrap-cfd ::-webkit-datetime-edit-hour-field,
#bootstrap-cfd ::-webkit-datetime-edit-day-field,
#bootstrap-cfd ::-webkit-datetime-edit-month-field,
#bootstrap-cfd ::-webkit-datetime-edit-year-field {
    padding: 0;
}

#bootstrap-cfd ::-webkit-inner-spin-button {
    height: auto;
}

#bootstrap-cfd [type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

#bootstrap-cfd ::-webkit-search-decoration {
    -webkit-appearance: none;
}

#bootstrap-cfd ::-webkit-color-swatch-wrapper {
    padding: 0;
}

#bootstrap-cfd ::-webkit-file-upload-button {
    font: inherit;
}

#bootstrap-cfd ::file-selector-button {
    font: inherit;
}

#bootstrap-cfd ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

#bootstrap-cfd output {
    display: inline-block;
}

#bootstrap-cfd iframe {
    border: 0;
}

#bootstrap-cfd summary {
    display: list-item;
    cursor: pointer;
}

#bootstrap-cfd progress {
    vertical-align: baseline;
}

#bootstrap-cfd [hidden] {
    display: none !important;
}

#bootstrap-cfd .container,
#bootstrap-cfd .container-fluid,
#bootstrap-cfd .container-xxl,
#bootstrap-cfd .container-xl,
#bootstrap-cfd .container-lg,
#bootstrap-cfd .container-md,
#bootstrap-cfd .container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    #bootstrap-cfd .container-sm,
    #bootstrap-cfd .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    #bootstrap-cfd .container-md,
    #bootstrap-cfd .container-sm,
    #bootstrap-cfd .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    #bootstrap-cfd .container-lg,
    #bootstrap-cfd .container-md,
    #bootstrap-cfd .container-sm,
    #bootstrap-cfd .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    #bootstrap-cfd .container-xl,
    #bootstrap-cfd .container-lg,
    #bootstrap-cfd .container-md,
    #bootstrap-cfd .container-sm,
    #bootstrap-cfd .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    #bootstrap-cfd .container-xxl,
    #bootstrap-cfd .container-xl,
    #bootstrap-cfd .container-lg,
    #bootstrap-cfd .container-md,
    #bootstrap-cfd .container-sm,
    #bootstrap-cfd .container {
        max-width: 1320px;
    }
}

#bootstrap-cfd .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}

#bootstrap-cfd .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

#bootstrap-cfd .col {
    flex: 1 0 0%;
}

#bootstrap-cfd .row-cols-auto>* {
    flex: 0 0 auto;
    width: auto;
}

#bootstrap-cfd .row-cols-1>* {
    flex: 0 0 auto;
    width: 100%;
}

#bootstrap-cfd .row-cols-2>* {
    flex: 0 0 auto;
    width: 50%;
}

#bootstrap-cfd .row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

#bootstrap-cfd .row-cols-4>* {
    flex: 0 0 auto;
    width: 25%;
}

#bootstrap-cfd .row-cols-5>* {
    flex: 0 0 auto;
    width: 20%;
}

#bootstrap-cfd .row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

@media (min-width: 576px) {
    #bootstrap-cfd .col-sm {
        flex: 1 0 0%;
    }
    #bootstrap-cfd .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    #bootstrap-cfd .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    #bootstrap-cfd .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    #bootstrap-cfd .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    #bootstrap-cfd .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    #bootstrap-cfd .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    #bootstrap-cfd .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

@media (min-width: 768px) {
    #bootstrap-cfd .col-md {
        flex: 1 0 0%;
    }
    #bootstrap-cfd .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    #bootstrap-cfd .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    #bootstrap-cfd .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    #bootstrap-cfd .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    #bootstrap-cfd .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    #bootstrap-cfd .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    #bootstrap-cfd .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

@media (min-width: 992px) {
    #bootstrap-cfd .col-lg {
        flex: 1 0 0%;
    }
    #bootstrap-cfd .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    #bootstrap-cfd .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    #bootstrap-cfd .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    #bootstrap-cfd .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    #bootstrap-cfd .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    #bootstrap-cfd .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    #bootstrap-cfd .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

@media (min-width: 1200px) {
    #bootstrap-cfd .col-xl {
        flex: 1 0 0%;
    }
    #bootstrap-cfd .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    #bootstrap-cfd .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    #bootstrap-cfd .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    #bootstrap-cfd .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    #bootstrap-cfd .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    #bootstrap-cfd .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    #bootstrap-cfd .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

@media (min-width: 1400px) {
    #bootstrap-cfd .col-xxl {
        flex: 1 0 0%;
    }
    #bootstrap-cfd .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    #bootstrap-cfd .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    #bootstrap-cfd .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    #bootstrap-cfd .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    #bootstrap-cfd .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    #bootstrap-cfd .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    #bootstrap-cfd .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

#bootstrap-cfd .col-auto {
    flex: 0 0 auto;
    width: auto;
}

#bootstrap-cfd .col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

#bootstrap-cfd .col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

#bootstrap-cfd .col-3 {
    flex: 0 0 auto;
    width: 25%;
}

#bootstrap-cfd .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

#bootstrap-cfd .col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

#bootstrap-cfd .col-6 {
    flex: 0 0 auto;
    width: 50%;
}

#bootstrap-cfd .col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

#bootstrap-cfd .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

#bootstrap-cfd .col-9 {
    flex: 0 0 auto;
    width: 75%;
}

#bootstrap-cfd .col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

#bootstrap-cfd .col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

#bootstrap-cfd .col-12 {
    flex: 0 0 auto;
    width: 100%;
}

#bootstrap-cfd .offset-1 {
    margin-left: 8.33333333%;
}

#bootstrap-cfd .offset-2 {
    margin-left: 16.66666667%;
}

#bootstrap-cfd .offset-3 {
    margin-left: 25%;
}

#bootstrap-cfd .offset-4 {
    margin-left: 33.33333333%;
}

#bootstrap-cfd .offset-5 {
    margin-left: 41.66666667%;
}

#bootstrap-cfd .offset-6 {
    margin-left: 50%;
}

#bootstrap-cfd .offset-7 {
    margin-left: 58.33333333%;
}

#bootstrap-cfd .offset-8 {
    margin-left: 66.66666667%;
}

#bootstrap-cfd .offset-9 {
    margin-left: 75%;
}

#bootstrap-cfd .offset-10 {
    margin-left: 83.33333333%;
}

#bootstrap-cfd .offset-11 {
    margin-left: 91.66666667%;
}

#bootstrap-cfd .g-0,
#bootstrap-cfd .gx-0 {
    --bs-gutter-x: 0;
}

#bootstrap-cfd .g-0,
#bootstrap-cfd .gy-0 {
    --bs-gutter-y: 0;
}

#bootstrap-cfd .g-1,
#bootstrap-cfd .gx-1 {
    --bs-gutter-x: 0.25rem;
}

#bootstrap-cfd .g-1,
#bootstrap-cfd .gy-1 {
    --bs-gutter-y: 0.25rem;
}

#bootstrap-cfd .g-2,
#bootstrap-cfd .gx-2 {
    --bs-gutter-x: 0.5rem;
}

#bootstrap-cfd .g-2,
#bootstrap-cfd .gy-2 {
    --bs-gutter-y: 0.5rem;
}

#bootstrap-cfd .g-3,
#bootstrap-cfd .gx-3 {
    --bs-gutter-x: 1rem;
}

#bootstrap-cfd .g-3,
#bootstrap-cfd .gy-3 {
    --bs-gutter-y: 1rem;
}

#bootstrap-cfd .g-4,
#bootstrap-cfd .gx-4 {
    --bs-gutter-x: 1.5rem;
}

#bootstrap-cfd .g-4,
#bootstrap-cfd .gy-4 {
    --bs-gutter-y: 1.5rem;
}

#bootstrap-cfd .g-5,
#bootstrap-cfd .gx-5 {
    --bs-gutter-x: 3rem;
}

#bootstrap-cfd .g-5,
#bootstrap-cfd .gy-5 {
    --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
    #bootstrap-cfd .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    #bootstrap-cfd .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    #bootstrap-cfd .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    #bootstrap-cfd .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    #bootstrap-cfd .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    #bootstrap-cfd .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    #bootstrap-cfd .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    #bootstrap-cfd .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    #bootstrap-cfd .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    #bootstrap-cfd .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    #bootstrap-cfd .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    #bootstrap-cfd .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    #bootstrap-cfd .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    #bootstrap-cfd .offset-sm-0 {
        margin-left: 0;
    }
    #bootstrap-cfd .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    #bootstrap-cfd .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    #bootstrap-cfd .offset-sm-3 {
        margin-left: 25%;
    }
    #bootstrap-cfd .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    #bootstrap-cfd .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    #bootstrap-cfd .offset-sm-6 {
        margin-left: 50%;
    }
    #bootstrap-cfd .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    #bootstrap-cfd .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    #bootstrap-cfd .offset-sm-9 {
        margin-left: 75%;
    }
    #bootstrap-cfd .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    #bootstrap-cfd .offset-sm-11 {
        margin-left: 91.66666667%;
    }
    #bootstrap-cfd .g-sm-0,
    #bootstrap-cfd .gx-sm-0 {
        --bs-gutter-x: 0;
    }
    #bootstrap-cfd .g-sm-0,
    #bootstrap-cfd .gy-sm-0 {
        --bs-gutter-y: 0;
    }
    #bootstrap-cfd .g-sm-1,
    #bootstrap-cfd .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }
    #bootstrap-cfd .g-sm-1,
    #bootstrap-cfd .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }
    #bootstrap-cfd .g-sm-2,
    #bootstrap-cfd .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }
    #bootstrap-cfd .g-sm-2,
    #bootstrap-cfd .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }
    #bootstrap-cfd .g-sm-3,
    #bootstrap-cfd .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }
    #bootstrap-cfd .g-sm-3,
    #bootstrap-cfd .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }
    #bootstrap-cfd .g-sm-4,
    #bootstrap-cfd .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }
    #bootstrap-cfd .g-sm-4,
    #bootstrap-cfd .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }
    #bootstrap-cfd .g-sm-5,
    #bootstrap-cfd .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }
    #bootstrap-cfd .g-sm-5,
    #bootstrap-cfd .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 768px) {
    #bootstrap-cfd .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    #bootstrap-cfd .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    #bootstrap-cfd .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    #bootstrap-cfd .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    #bootstrap-cfd .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    #bootstrap-cfd .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    #bootstrap-cfd .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    #bootstrap-cfd .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    #bootstrap-cfd .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    #bootstrap-cfd .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    #bootstrap-cfd .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    #bootstrap-cfd .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    #bootstrap-cfd .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    #bootstrap-cfd .offset-md-0 {
        margin-left: 0;
    }
    #bootstrap-cfd .offset-md-1 {
        margin-left: 8.33333333%;
    }
    #bootstrap-cfd .offset-md-2 {
        margin-left: 16.66666667%;
    }
    #bootstrap-cfd .offset-md-3 {
        margin-left: 25%;
    }
    #bootstrap-cfd .offset-md-4 {
        margin-left: 33.33333333%;
    }
    #bootstrap-cfd .offset-md-5 {
        margin-left: 41.66666667%;
    }
    #bootstrap-cfd .offset-md-6 {
        margin-left: 50%;
    }
    #bootstrap-cfd .offset-md-7 {
        margin-left: 58.33333333%;
    }
    #bootstrap-cfd .offset-md-8 {
        margin-left: 66.66666667%;
    }
    #bootstrap-cfd .offset-md-9 {
        margin-left: 75%;
    }
    #bootstrap-cfd .offset-md-10 {
        margin-left: 83.33333333%;
    }
    #bootstrap-cfd .offset-md-11 {
        margin-left: 91.66666667%;
    }
    #bootstrap-cfd .g-md-0,
    #bootstrap-cfd .gx-md-0 {
        --bs-gutter-x: 0;
    }
    #bootstrap-cfd .g-md-0,
    #bootstrap-cfd .gy-md-0 {
        --bs-gutter-y: 0;
    }
    #bootstrap-cfd .g-md-1,
    #bootstrap-cfd .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }
    #bootstrap-cfd .g-md-1,
    #bootstrap-cfd .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }
    #bootstrap-cfd .g-md-2,
    #bootstrap-cfd .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }
    #bootstrap-cfd .g-md-2,
    #bootstrap-cfd .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }
    #bootstrap-cfd .g-md-3,
    #bootstrap-cfd .gx-md-3 {
        --bs-gutter-x: 1rem;
    }
    #bootstrap-cfd .g-md-3,
    #bootstrap-cfd .gy-md-3 {
        --bs-gutter-y: 1rem;
    }
    #bootstrap-cfd .g-md-4,
    #bootstrap-cfd .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }
    #bootstrap-cfd .g-md-4,
    #bootstrap-cfd .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }
    #bootstrap-cfd .g-md-5,
    #bootstrap-cfd .gx-md-5 {
        --bs-gutter-x: 3rem;
    }
    #bootstrap-cfd .g-md-5,
    #bootstrap-cfd .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 992px) {
    #bootstrap-cfd .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    #bootstrap-cfd .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    #bootstrap-cfd .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    #bootstrap-cfd .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    #bootstrap-cfd .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    #bootstrap-cfd .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    #bootstrap-cfd .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    #bootstrap-cfd .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    #bootstrap-cfd .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    #bootstrap-cfd .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    #bootstrap-cfd .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    #bootstrap-cfd .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    #bootstrap-cfd .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    #bootstrap-cfd .offset-lg-0 {
        margin-left: 0;
    }
    #bootstrap-cfd .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    #bootstrap-cfd .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    #bootstrap-cfd .offset-lg-3 {
        margin-left: 25%;
    }
    #bootstrap-cfd .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    #bootstrap-cfd .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    #bootstrap-cfd .offset-lg-6 {
        margin-left: 50%;
    }
    #bootstrap-cfd .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    #bootstrap-cfd .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    #bootstrap-cfd .offset-lg-9 {
        margin-left: 75%;
    }
    #bootstrap-cfd .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    #bootstrap-cfd .offset-lg-11 {
        margin-left: 91.66666667%;
    }
    #bootstrap-cfd .g-lg-0,
    #bootstrap-cfd .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    #bootstrap-cfd .g-lg-0,
    #bootstrap-cfd .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    #bootstrap-cfd .g-lg-1,
    #bootstrap-cfd .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }
    #bootstrap-cfd .g-lg-1,
    #bootstrap-cfd .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }
    #bootstrap-cfd .g-lg-2,
    #bootstrap-cfd .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }
    #bootstrap-cfd .g-lg-2,
    #bootstrap-cfd .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }
    #bootstrap-cfd .g-lg-3,
    #bootstrap-cfd .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }
    #bootstrap-cfd .g-lg-3,
    #bootstrap-cfd .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }
    #bootstrap-cfd .g-lg-4,
    #bootstrap-cfd .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }
    #bootstrap-cfd .g-lg-4,
    #bootstrap-cfd .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }
    #bootstrap-cfd .g-lg-5,
    #bootstrap-cfd .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }
    #bootstrap-cfd .g-lg-5,
    #bootstrap-cfd .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1200px) {
    #bootstrap-cfd .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    #bootstrap-cfd .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    #bootstrap-cfd .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    #bootstrap-cfd .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    #bootstrap-cfd .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    #bootstrap-cfd .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    #bootstrap-cfd .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    #bootstrap-cfd .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    #bootstrap-cfd .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    #bootstrap-cfd .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    #bootstrap-cfd .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    #bootstrap-cfd .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    #bootstrap-cfd .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    #bootstrap-cfd .offset-xl-0 {
        margin-left: 0;
    }
    #bootstrap-cfd .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    #bootstrap-cfd .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    #bootstrap-cfd .offset-xl-3 {
        margin-left: 25%;
    }
    #bootstrap-cfd .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    #bootstrap-cfd .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    #bootstrap-cfd .offset-xl-6 {
        margin-left: 50%;
    }
    #bootstrap-cfd .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    #bootstrap-cfd .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    #bootstrap-cfd .offset-xl-9 {
        margin-left: 75%;
    }
    #bootstrap-cfd .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    #bootstrap-cfd .offset-xl-11 {
        margin-left: 91.66666667%;
    }
    #bootstrap-cfd .g-xl-0,
    #bootstrap-cfd .gx-xl-0 {
        --bs-gutter-x: 0;
    }
    #bootstrap-cfd .g-xl-0,
    #bootstrap-cfd .gy-xl-0 {
        --bs-gutter-y: 0;
    }
    #bootstrap-cfd .g-xl-1,
    #bootstrap-cfd .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }
    #bootstrap-cfd .g-xl-1,
    #bootstrap-cfd .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }
    #bootstrap-cfd .g-xl-2,
    #bootstrap-cfd .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }
    #bootstrap-cfd .g-xl-2,
    #bootstrap-cfd .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }
    #bootstrap-cfd .g-xl-3,
    #bootstrap-cfd .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }
    #bootstrap-cfd .g-xl-3,
    #bootstrap-cfd .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }
    #bootstrap-cfd .g-xl-4,
    #bootstrap-cfd .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }
    #bootstrap-cfd .g-xl-4,
    #bootstrap-cfd .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }
    #bootstrap-cfd .g-xl-5,
    #bootstrap-cfd .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }
    #bootstrap-cfd .g-xl-5,
    #bootstrap-cfd .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1400px) {
    #bootstrap-cfd .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    #bootstrap-cfd .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    #bootstrap-cfd .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    #bootstrap-cfd .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    #bootstrap-cfd .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    #bootstrap-cfd .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    #bootstrap-cfd .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    #bootstrap-cfd .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    #bootstrap-cfd .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    #bootstrap-cfd .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    #bootstrap-cfd .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    #bootstrap-cfd .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    #bootstrap-cfd .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    #bootstrap-cfd .offset-xxl-0 {
        margin-left: 0;
    }
    #bootstrap-cfd .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    #bootstrap-cfd .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    #bootstrap-cfd .offset-xxl-3 {
        margin-left: 25%;
    }
    #bootstrap-cfd .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    #bootstrap-cfd .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    #bootstrap-cfd .offset-xxl-6 {
        margin-left: 50%;
    }
    #bootstrap-cfd .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    #bootstrap-cfd .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    #bootstrap-cfd .offset-xxl-9 {
        margin-left: 75%;
    }
    #bootstrap-cfd .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    #bootstrap-cfd .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
    #bootstrap-cfd .g-xxl-0,
    #bootstrap-cfd .gx-xxl-0 {
        --bs-gutter-x: 0;
    }
    #bootstrap-cfd .g-xxl-0,
    #bootstrap-cfd .gy-xxl-0 {
        --bs-gutter-y: 0;
    }
    #bootstrap-cfd .g-xxl-1,
    #bootstrap-cfd .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }
    #bootstrap-cfd .g-xxl-1,
    #bootstrap-cfd .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }
    #bootstrap-cfd .g-xxl-2,
    #bootstrap-cfd .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }
    #bootstrap-cfd .g-xxl-2,
    #bootstrap-cfd .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }
    #bootstrap-cfd .g-xxl-3,
    #bootstrap-cfd .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }
    #bootstrap-cfd .g-xxl-3,
    #bootstrap-cfd .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }
    #bootstrap-cfd .g-xxl-4,
    #bootstrap-cfd .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }
    #bootstrap-cfd .g-xxl-4,
    #bootstrap-cfd .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }
    #bootstrap-cfd .g-xxl-5,
    #bootstrap-cfd .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }
    #bootstrap-cfd .g-xxl-5,
    #bootstrap-cfd .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}

#bootstrap-cfd .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    #bootstrap-cfd .btn {
        transition: none;
    }
}

#bootstrap-cfd .btn:hover {
    color: #212529;
}

.btn-check:focus+#bootstrap-cfd .btn,
#bootstrap-cfd .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

#bootstrap-cfd .btn:disabled,
#bootstrap-cfd .btn.disabled,
fieldset:disabled #bootstrap-cfd .btn {
    pointer-events: none;
    opacity: 0.65;
}

#bootstrap-cfd .btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

#bootstrap-cfd .btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.btn-check:focus+#bootstrap-cfd .btn-primary,
#bootstrap-cfd .btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-check:checked+#bootstrap-cfd .btn-primary,
.btn-check:active+#bootstrap-cfd .btn-primary,
#bootstrap-cfd .btn-primary:active,
#bootstrap-cfd .btn-primary.active,
.show>#bootstrap-cfd .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be;
}

.btn-check:checked+#bootstrap-cfd .btn-primary:focus,
.btn-check:active+#bootstrap-cfd .btn-primary:focus,
#bootstrap-cfd .btn-primary:active:focus,
#bootstrap-cfd .btn-primary.active:focus,
.show>#bootstrap-cfd .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

#bootstrap-cfd .btn-primary:disabled,
#bootstrap-cfd .btn-primary.disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

#bootstrap-cfd .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

#bootstrap-cfd .btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
}

.btn-check:focus+#bootstrap-cfd .btn-secondary,
#bootstrap-cfd .btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-check:checked+#bootstrap-cfd .btn-secondary,
.btn-check:active+#bootstrap-cfd .btn-secondary,
#bootstrap-cfd .btn-secondary:active,
#bootstrap-cfd .btn-secondary.active,
.show>#bootstrap-cfd .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e;
}

.btn-check:checked+#bootstrap-cfd .btn-secondary:focus,
.btn-check:active+#bootstrap-cfd .btn-secondary:focus,
#bootstrap-cfd .btn-secondary:active:focus,
#bootstrap-cfd .btn-secondary.active:focus,
.show>#bootstrap-cfd .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

#bootstrap-cfd .btn-secondary:disabled,
#bootstrap-cfd .btn-secondary.disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

#bootstrap-cfd .btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

#bootstrap-cfd .btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
}

.btn-check:focus+#bootstrap-cfd .btn-success,
#bootstrap-cfd .btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-check:checked+#bootstrap-cfd .btn-success,
.btn-check:active+#bootstrap-cfd .btn-success,
#bootstrap-cfd .btn-success:active,
#bootstrap-cfd .btn-success.active,
.show>#bootstrap-cfd .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f;
}

.btn-check:checked+#bootstrap-cfd .btn-success:focus,
.btn-check:active+#bootstrap-cfd .btn-success:focus,
#bootstrap-cfd .btn-success:active:focus,
#bootstrap-cfd .btn-success.active:focus,
.show>#bootstrap-cfd .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

#bootstrap-cfd .btn-success:disabled,
#bootstrap-cfd .btn-success.disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

#bootstrap-cfd .btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

#bootstrap-cfd .btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
}

.btn-check:focus+#bootstrap-cfd .btn-info,
#bootstrap-cfd .btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-check:checked+#bootstrap-cfd .btn-info,
.btn-check:active+#bootstrap-cfd .btn-info,
#bootstrap-cfd .btn-info:active,
#bootstrap-cfd .btn-info.active,
.show>#bootstrap-cfd .btn-info.dropdown-toggle {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2;
}

.btn-check:checked+#bootstrap-cfd .btn-info:focus,
.btn-check:active+#bootstrap-cfd .btn-info:focus,
#bootstrap-cfd .btn-info:active:focus,
#bootstrap-cfd .btn-info.active:focus,
.show>#bootstrap-cfd .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

#bootstrap-cfd .btn-info:disabled,
#bootstrap-cfd .btn-info.disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

#bootstrap-cfd .btn-warning {
    color: #000;
    background-color: #FECB00;
    border-color: #FECB00;
}

#bootstrap-cfd .btn-warning:hover {
    color: #000;
    background-color: #fed326;
    border-color: #fed01a;
}

.btn-check:focus+#bootstrap-cfd .btn-warning,
#bootstrap-cfd .btn-warning:focus {
    color: #000;
    background-color: #fed326;
    border-color: #fed01a;
    box-shadow: 0 0 0 0.25rem rgba(216, 173, 0, 0.5);
}

.btn-check:checked+#bootstrap-cfd .btn-warning,
.btn-check:active+#bootstrap-cfd .btn-warning,
#bootstrap-cfd .btn-warning:active,
#bootstrap-cfd .btn-warning.active,
.show>#bootstrap-cfd .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #fed533;
    border-color: #fed01a;
}

.btn-check:checked+#bootstrap-cfd .btn-warning:focus,
.btn-check:active+#bootstrap-cfd .btn-warning:focus,
#bootstrap-cfd .btn-warning:active:focus,
#bootstrap-cfd .btn-warning.active:focus,
.show>#bootstrap-cfd .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(216, 173, 0, 0.5);
}

#bootstrap-cfd .btn-warning:disabled,
#bootstrap-cfd .btn-warning.disabled {
    color: #000;
    background-color: #FECB00;
    border-color: #FECB00;
}

#bootstrap-cfd .btn-danger {
    color: #fff;
    background-color: #D0143A;
    border-color: #D0143A;
}

#bootstrap-cfd .btn-danger:hover {
    color: #fff;
    background-color: #b11131;
    border-color: #a6102e;
}

.btn-check:focus+#bootstrap-cfd .btn-danger,
#bootstrap-cfd .btn-danger:focus {
    color: #fff;
    background-color: #b11131;
    border-color: #a6102e;
    box-shadow: 0 0 0 0.25rem rgba(215, 55, 88, 0.5);
}

.btn-check:checked+#bootstrap-cfd .btn-danger,
.btn-check:active+#bootstrap-cfd .btn-danger,
#bootstrap-cfd .btn-danger:active,
#bootstrap-cfd .btn-danger.active,
.show>#bootstrap-cfd .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #a6102e;
    border-color: #9c0f2c;
}

.btn-check:checked+#bootstrap-cfd .btn-danger:focus,
.btn-check:active+#bootstrap-cfd .btn-danger:focus,
#bootstrap-cfd .btn-danger:active:focus,
#bootstrap-cfd .btn-danger.active:focus,
.show>#bootstrap-cfd .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(215, 55, 88, 0.5);
}

#bootstrap-cfd .btn-danger:disabled,
#bootstrap-cfd .btn-danger.disabled {
    color: #fff;
    background-color: #D0143A;
    border-color: #D0143A;
}

#bootstrap-cfd .btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

#bootstrap-cfd .btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
}

.btn-check:focus+#bootstrap-cfd .btn-light,
#bootstrap-cfd .btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-check:checked+#bootstrap-cfd .btn-light,
.btn-check:active+#bootstrap-cfd .btn-light,
#bootstrap-cfd .btn-light:active,
#bootstrap-cfd .btn-light.active,
.show>#bootstrap-cfd .btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
}

.btn-check:checked+#bootstrap-cfd .btn-light:focus,
.btn-check:active+#bootstrap-cfd .btn-light:focus,
#bootstrap-cfd .btn-light:active:focus,
#bootstrap-cfd .btn-light.active:focus,
.show>#bootstrap-cfd .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

#bootstrap-cfd .btn-light:disabled,
#bootstrap-cfd .btn-light.disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

#bootstrap-cfd .btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

#bootstrap-cfd .btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
}

.btn-check:focus+#bootstrap-cfd .btn-dark,
#bootstrap-cfd .btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-check:checked+#bootstrap-cfd .btn-dark,
.btn-check:active+#bootstrap-cfd .btn-dark,
#bootstrap-cfd .btn-dark:active,
#bootstrap-cfd .btn-dark.active,
.show>#bootstrap-cfd .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f;
}

.btn-check:checked+#bootstrap-cfd .btn-dark:focus,
.btn-check:active+#bootstrap-cfd .btn-dark:focus,
#bootstrap-cfd .btn-dark:active:focus,
#bootstrap-cfd .btn-dark.active:focus,
.show>#bootstrap-cfd .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

#bootstrap-cfd .btn-dark:disabled,
#bootstrap-cfd .btn-dark.disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

#bootstrap-cfd .btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd;
}

#bootstrap-cfd .btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-check:focus+#bootstrap-cfd .btn-outline-primary,
#bootstrap-cfd .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-check:checked+#bootstrap-cfd .btn-outline-primary,
.btn-check:active+#bootstrap-cfd .btn-outline-primary,
#bootstrap-cfd .btn-outline-primary:active,
#bootstrap-cfd .btn-outline-primary.active,
#bootstrap-cfd .btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-check:checked+#bootstrap-cfd .btn-outline-primary:focus,
.btn-check:active+#bootstrap-cfd .btn-outline-primary:focus,
#bootstrap-cfd .btn-outline-primary:active:focus,
#bootstrap-cfd .btn-outline-primary.active:focus,
#bootstrap-cfd .btn-outline-primary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

#bootstrap-cfd .btn-outline-primary:disabled,
#bootstrap-cfd .btn-outline-primary.disabled {
    color: #0d6efd;
    background-color: transparent;
}

#bootstrap-cfd .btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

#bootstrap-cfd .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-check:focus+#bootstrap-cfd .btn-outline-secondary,
#bootstrap-cfd .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-check:checked+#bootstrap-cfd .btn-outline-secondary,
.btn-check:active+#bootstrap-cfd .btn-outline-secondary,
#bootstrap-cfd .btn-outline-secondary:active,
#bootstrap-cfd .btn-outline-secondary.active,
#bootstrap-cfd .btn-outline-secondary.dropdown-toggle.show {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-check:checked+#bootstrap-cfd .btn-outline-secondary:focus,
.btn-check:active+#bootstrap-cfd .btn-outline-secondary:focus,
#bootstrap-cfd .btn-outline-secondary:active:focus,
#bootstrap-cfd .btn-outline-secondary.active:focus,
#bootstrap-cfd .btn-outline-secondary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

#bootstrap-cfd .btn-outline-secondary:disabled,
#bootstrap-cfd .btn-outline-secondary.disabled {
    color: #6c757d;
    background-color: transparent;
}

#bootstrap-cfd .btn-outline-success {
    color: #198754;
    border-color: #198754;
}

#bootstrap-cfd .btn-outline-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.btn-check:focus+#bootstrap-cfd .btn-outline-success,
#bootstrap-cfd .btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-check:checked+#bootstrap-cfd .btn-outline-success,
.btn-check:active+#bootstrap-cfd .btn-outline-success,
#bootstrap-cfd .btn-outline-success:active,
#bootstrap-cfd .btn-outline-success.active,
#bootstrap-cfd .btn-outline-success.dropdown-toggle.show {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.btn-check:checked+#bootstrap-cfd .btn-outline-success:focus,
.btn-check:active+#bootstrap-cfd .btn-outline-success:focus,
#bootstrap-cfd .btn-outline-success:active:focus,
#bootstrap-cfd .btn-outline-success.active:focus,
#bootstrap-cfd .btn-outline-success.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

#bootstrap-cfd .btn-outline-success:disabled,
#bootstrap-cfd .btn-outline-success.disabled {
    color: #198754;
    background-color: transparent;
}

#bootstrap-cfd .btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0;
}

#bootstrap-cfd .btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

.btn-check:focus+#bootstrap-cfd .btn-outline-info,
#bootstrap-cfd .btn-outline-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-check:checked+#bootstrap-cfd .btn-outline-info,
.btn-check:active+#bootstrap-cfd .btn-outline-info,
#bootstrap-cfd .btn-outline-info:active,
#bootstrap-cfd .btn-outline-info.active,
#bootstrap-cfd .btn-outline-info.dropdown-toggle.show {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

.btn-check:checked+#bootstrap-cfd .btn-outline-info:focus,
.btn-check:active+#bootstrap-cfd .btn-outline-info:focus,
#bootstrap-cfd .btn-outline-info:active:focus,
#bootstrap-cfd .btn-outline-info.active:focus,
#bootstrap-cfd .btn-outline-info.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

#bootstrap-cfd .btn-outline-info:disabled,
#bootstrap-cfd .btn-outline-info.disabled {
    color: #0dcaf0;
    background-color: transparent;
}

#bootstrap-cfd .btn-outline-warning {
    color: #FECB00;
    border-color: #FECB00;
}

#bootstrap-cfd .btn-outline-warning:hover {
    color: #000;
    background-color: #FECB00;
    border-color: #FECB00;
}

.btn-check:focus+#bootstrap-cfd .btn-outline-warning,
#bootstrap-cfd .btn-outline-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(254, 203, 0, 0.5);
}

.btn-check:checked+#bootstrap-cfd .btn-outline-warning,
.btn-check:active+#bootstrap-cfd .btn-outline-warning,
#bootstrap-cfd .btn-outline-warning:active,
#bootstrap-cfd .btn-outline-warning.active,
#bootstrap-cfd .btn-outline-warning.dropdown-toggle.show {
    color: #000;
    background-color: #FECB00;
    border-color: #FECB00;
}

.btn-check:checked+#bootstrap-cfd .btn-outline-warning:focus,
.btn-check:active+#bootstrap-cfd .btn-outline-warning:focus,
#bootstrap-cfd .btn-outline-warning:active:focus,
#bootstrap-cfd .btn-outline-warning.active:focus,
#bootstrap-cfd .btn-outline-warning.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(254, 203, 0, 0.5);
}

#bootstrap-cfd .btn-outline-warning:disabled,
#bootstrap-cfd .btn-outline-warning.disabled {
    color: #FECB00;
    background-color: transparent;
}

#bootstrap-cfd .btn-outline-danger {
    color: #D0143A;
    border-color: #D0143A;
}

#bootstrap-cfd .btn-outline-danger:hover {
    color: #fff;
    background-color: #D0143A;
    border-color: #D0143A;
}

.btn-check:focus+#bootstrap-cfd .btn-outline-danger,
#bootstrap-cfd .btn-outline-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(208, 20, 58, 0.5);
}

.btn-check:checked+#bootstrap-cfd .btn-outline-danger,
.btn-check:active+#bootstrap-cfd .btn-outline-danger,
#bootstrap-cfd .btn-outline-danger:active,
#bootstrap-cfd .btn-outline-danger.active,
#bootstrap-cfd .btn-outline-danger.dropdown-toggle.show {
    color: #fff;
    background-color: #D0143A;
    border-color: #D0143A;
}

.btn-check:checked+#bootstrap-cfd .btn-outline-danger:focus,
.btn-check:active+#bootstrap-cfd .btn-outline-danger:focus,
#bootstrap-cfd .btn-outline-danger:active:focus,
#bootstrap-cfd .btn-outline-danger.active:focus,
#bootstrap-cfd .btn-outline-danger.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(208, 20, 58, 0.5);
}

#bootstrap-cfd .btn-outline-danger:disabled,
#bootstrap-cfd .btn-outline-danger.disabled {
    color: #D0143A;
    background-color: transparent;
}

#bootstrap-cfd .btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

#bootstrap-cfd .btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-check:focus+#bootstrap-cfd .btn-outline-light,
#bootstrap-cfd .btn-outline-light:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-check:checked+#bootstrap-cfd .btn-outline-light,
.btn-check:active+#bootstrap-cfd .btn-outline-light,
#bootstrap-cfd .btn-outline-light:active,
#bootstrap-cfd .btn-outline-light.active,
#bootstrap-cfd .btn-outline-light.dropdown-toggle.show {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-check:checked+#bootstrap-cfd .btn-outline-light:focus,
.btn-check:active+#bootstrap-cfd .btn-outline-light:focus,
#bootstrap-cfd .btn-outline-light:active:focus,
#bootstrap-cfd .btn-outline-light.active:focus,
#bootstrap-cfd .btn-outline-light.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

#bootstrap-cfd .btn-outline-light:disabled,
#bootstrap-cfd .btn-outline-light.disabled {
    color: #f8f9fa;
    background-color: transparent;
}

#bootstrap-cfd .btn-outline-dark {
    color: #212529;
    border-color: #212529;
}

#bootstrap-cfd .btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.btn-check:focus+#bootstrap-cfd .btn-outline-dark,
#bootstrap-cfd .btn-outline-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-check:checked+#bootstrap-cfd .btn-outline-dark,
.btn-check:active+#bootstrap-cfd .btn-outline-dark,
#bootstrap-cfd .btn-outline-dark:active,
#bootstrap-cfd .btn-outline-dark.active,
#bootstrap-cfd .btn-outline-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.btn-check:checked+#bootstrap-cfd .btn-outline-dark:focus,
.btn-check:active+#bootstrap-cfd .btn-outline-dark:focus,
#bootstrap-cfd .btn-outline-dark:active:focus,
#bootstrap-cfd .btn-outline-dark.active:focus,
#bootstrap-cfd .btn-outline-dark.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

#bootstrap-cfd .btn-outline-dark:disabled,
#bootstrap-cfd .btn-outline-dark.disabled {
    color: #212529;
    background-color: transparent;
}

#bootstrap-cfd .btn-link {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: underline;
}

#bootstrap-cfd .btn-link:hover {
    color: #0a58ca;
}

#bootstrap-cfd .btn-link:disabled,
#bootstrap-cfd .btn-link.disabled {
    color: #6c757d;
}

#bootstrap-cfd .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

#bootstrap-cfd .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

#bootstrap-cfd .fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    #bootstrap-cfd .fade {
        transition: none;
    }
}

#bootstrap-cfd .fade:not(.show) {
    opacity: 0;
}

#bootstrap-cfd .collapse:not(.show) {
    display: none;
}

#bootstrap-cfd .collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    #bootstrap-cfd .collapsing {
        transition: none;
    }
}

#bootstrap-cfd .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

#bootstrap-cfd .card>hr {
    margin-right: 0;
    margin-left: 0;
}

#bootstrap-cfd .card>.list-group {
    border-top: inherit;
    border-bottom: inherit;
}

#bootstrap-cfd .card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

#bootstrap-cfd .card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

#bootstrap-cfd .card>.card-header+.list-group,
#bootstrap-cfd .card>.list-group+.card-footer {
    border-top: 0;
}

#bootstrap-cfd .card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

#bootstrap-cfd .card-title {
    margin-bottom: 0.5rem;
}

#bootstrap-cfd .card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
}

#bootstrap-cfd .card-text:last-child {
    margin-bottom: 0;
}

#bootstrap-cfd .card-link:hover {
    text-decoration: none;
}

#bootstrap-cfd .card-link+.card-link {
    margin-left: 1rem;
}

#bootstrap-cfd .card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

#bootstrap-cfd .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

#bootstrap-cfd .card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

#bootstrap-cfd .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

#bootstrap-cfd .card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0;
}

#bootstrap-cfd .card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

#bootstrap-cfd .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
}

#bootstrap-cfd .card-img,
#bootstrap-cfd .card-img-top,
#bootstrap-cfd .card-img-bottom {
    width: 100%;
}

#bootstrap-cfd .card-img,
#bootstrap-cfd .card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

#bootstrap-cfd .card-img,
#bootstrap-cfd .card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

#bootstrap-cfd .card-group>.card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    #bootstrap-cfd .card-group {
        display: flex;
        flex-flow: row wrap;
    }
    #bootstrap-cfd .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    #bootstrap-cfd .card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }
    #bootstrap-cfd .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    #bootstrap-cfd .card-group>.card:not(:last-child) .card-img-top,
    #bootstrap-cfd .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }
    #bootstrap-cfd .card-group>.card:not(:last-child) .card-img-bottom,
    #bootstrap-cfd .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }
    #bootstrap-cfd .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    #bootstrap-cfd .card-group>.card:not(:first-child) .card-img-top,
    #bootstrap-cfd .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }
    #bootstrap-cfd .card-group>.card:not(:first-child) .card-img-bottom,
    #bootstrap-cfd .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

#bootstrap-cfd .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    #bootstrap-cfd .accordion-button {
        transition: none;
    }
}

#bootstrap-cfd .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

#bootstrap-cfd .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

#bootstrap-cfd .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    #bootstrap-cfd .accordion-button::after {
        transition: none;
    }
}

#bootstrap-cfd .accordion-button:hover {
    z-index: 2;
}

#bootstrap-cfd .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

#bootstrap-cfd .accordion-header {
    margin-bottom: 0;
}

#bootstrap-cfd .accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

#bootstrap-cfd .accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

#bootstrap-cfd .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

#bootstrap-cfd .accordion-item:not(:first-of-type) {
    border-top: 0;
}

#bootstrap-cfd .accordion-item:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

#bootstrap-cfd .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

#bootstrap-cfd .accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

#bootstrap-cfd .accordion-body {
    padding: 1rem 1.25rem;
}

#bootstrap-cfd .accordion-flush .accordion-collapse {
    border-width: 0;
}

#bootstrap-cfd .accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

#bootstrap-cfd .accordion-flush .accordion-item:first-child {
    border-top: 0;
}

#bootstrap-cfd .accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}

#bootstrap-cfd .accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}

#bootstrap-cfd .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}

#bootstrap-cfd .btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}

#bootstrap-cfd .btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    opacity: 1;
}

#bootstrap-cfd .btn-close:disabled,
#bootstrap-cfd .btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.25;
}

#bootstrap-cfd .btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}

#bootstrap-cfd .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

#bootstrap-cfd .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade #bootstrap-cfd .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade #bootstrap-cfd .modal-dialog {
        transition: none;
    }
}

.modal.show #bootstrap-cfd .modal-dialog {
    transform: none;
}

.modal.modal-static #bootstrap-cfd .modal-dialog {
    transform: scale(1.02);
}

#bootstrap-cfd .modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

#bootstrap-cfd .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

#bootstrap-cfd .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

#bootstrap-cfd .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

#bootstrap-cfd .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

#bootstrap-cfd .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

#bootstrap-cfd .modal-backdrop.fade {
    opacity: 0;
}

#bootstrap-cfd .modal-backdrop.show {
    opacity: 0.5;
}

#bootstrap-cfd .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

#bootstrap-cfd .modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

#bootstrap-cfd .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

#bootstrap-cfd .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

#bootstrap-cfd .modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

#bootstrap-cfd .modal-footer>* {
    margin: 0.25rem;
}

@media (min-width: 576px) {
    #bootstrap-cfd .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    #bootstrap-cfd .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }
    #bootstrap-cfd .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    #bootstrap-cfd .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    #bootstrap-cfd .modal-lg,
    #bootstrap-cfd .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    #bootstrap-cfd .modal-xl {
        max-width: 1140px;
    }
}

#bootstrap-cfd .modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

#bootstrap-cfd .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

#bootstrap-cfd .modal-fullscreen .modal-header {
    border-radius: 0;
}

#bootstrap-cfd .modal-fullscreen .modal-body {
    overflow-y: auto;
}

#bootstrap-cfd .modal-fullscreen .modal-footer {
    border-radius: 0;
}

@media (max-width: 575.98px) {
    #bootstrap-cfd .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    #bootstrap-cfd .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    #bootstrap-cfd .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }
    #bootstrap-cfd .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
    #bootstrap-cfd .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 767.98px) {
    #bootstrap-cfd .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    #bootstrap-cfd .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    #bootstrap-cfd .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }
    #bootstrap-cfd .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
    #bootstrap-cfd .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 991.98px) {
    #bootstrap-cfd .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    #bootstrap-cfd .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    #bootstrap-cfd .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }
    #bootstrap-cfd .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
    #bootstrap-cfd .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 1199.98px) {
    #bootstrap-cfd .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    #bootstrap-cfd .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    #bootstrap-cfd .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }
    #bootstrap-cfd .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
    #bootstrap-cfd .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 1399.98px) {
    #bootstrap-cfd .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    #bootstrap-cfd .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    #bootstrap-cfd .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }
    #bootstrap-cfd .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }
    #bootstrap-cfd .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }
}

#bootstrap-cfd .clearfix::after {
    display: block;
    clear: both;
    content: "";
}

#bootstrap-cfd .link-primary {
    color: #0d6efd;
}

#bootstrap-cfd .link-primary:hover,
#bootstrap-cfd .link-primary:focus {
    color: #0a58ca;
}

#bootstrap-cfd .link-secondary {
    color: #6c757d;
}

#bootstrap-cfd .link-secondary:hover,
#bootstrap-cfd .link-secondary:focus {
    color: #565e64;
}

#bootstrap-cfd .link-success {
    color: #198754;
}

#bootstrap-cfd .link-success:hover,
#bootstrap-cfd .link-success:focus {
    color: #146c43;
}

#bootstrap-cfd .link-info {
    color: #0dcaf0;
}

#bootstrap-cfd .link-info:hover,
#bootstrap-cfd .link-info:focus {
    color: #3dd5f3;
}

#bootstrap-cfd .link-warning {
    color: #FECB00;
}

#bootstrap-cfd .link-warning:hover,
#bootstrap-cfd .link-warning:focus {
    color: #fed533;
}

#bootstrap-cfd .link-danger {
    color: #D0143A;
}

#bootstrap-cfd .link-danger:hover,
#bootstrap-cfd .link-danger:focus {
    color: #a6102e;
}

#bootstrap-cfd .link-light {
    color: #f8f9fa;
}

#bootstrap-cfd .link-light:hover,
#bootstrap-cfd .link-light:focus {
    color: #f9fafb;
}

#bootstrap-cfd .link-dark {
    color: #212529;
}

#bootstrap-cfd .link-dark:hover,
#bootstrap-cfd .link-dark:focus {
    color: #1a1e21;
}

#bootstrap-cfd .ratio {
    position: relative;
    width: 100%;
}

#bootstrap-cfd .ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}

#bootstrap-cfd .ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#bootstrap-cfd .ratio-1x1 {
    --bs-aspect-ratio: 100%;
}

#bootstrap-cfd .ratio-4x3 {
    --bs-aspect-ratio: 75%;
}

#bootstrap-cfd .ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
}

#bootstrap-cfd .ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
}

#bootstrap-cfd .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

#bootstrap-cfd .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

#bootstrap-cfd .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

@media (min-width: 576px) {
    #bootstrap-cfd .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 768px) {
    #bootstrap-cfd .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 992px) {
    #bootstrap-cfd .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1200px) {
    #bootstrap-cfd .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1400px) {
    #bootstrap-cfd .sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

#bootstrap-cfd .visually-hidden,
#bootstrap-cfd .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

#bootstrap-cfd .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

#bootstrap-cfd .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#bootstrap-cfd .align-baseline {
    vertical-align: baseline !important;
}

#bootstrap-cfd .align-top {
    vertical-align: top !important;
}

#bootstrap-cfd .align-middle {
    vertical-align: middle !important;
}

#bootstrap-cfd .align-bottom {
    vertical-align: bottom !important;
}

#bootstrap-cfd .align-text-bottom {
    vertical-align: text-bottom !important;
}

#bootstrap-cfd .align-text-top {
    vertical-align: text-top !important;
}

#bootstrap-cfd .float-start {
    float: left !important;
}

#bootstrap-cfd .float-end {
    float: right !important;
}

#bootstrap-cfd .float-none {
    float: none !important;
}

#bootstrap-cfd .overflow-auto {
    overflow: auto !important;
}

#bootstrap-cfd .overflow-hidden {
    overflow: hidden !important;
}

#bootstrap-cfd .overflow-visible {
    overflow: visible !important;
}

#bootstrap-cfd .overflow-scroll {
    overflow: scroll !important;
}

#bootstrap-cfd .d-inline {
    display: inline !important;
}

#bootstrap-cfd .d-inline-block {
    display: inline-block !important;
}

#bootstrap-cfd .d-block {
    display: block !important;
}

#bootstrap-cfd .d-grid {
    display: grid !important;
}

#bootstrap-cfd .d-table {
    display: table !important;
}

#bootstrap-cfd .d-table-row {
    display: table-row !important;
}

#bootstrap-cfd .d-table-cell {
    display: table-cell !important;
}

#bootstrap-cfd .d-flex {
    display: flex !important;
}

#bootstrap-cfd .d-inline-flex {
    display: inline-flex !important;
}

#bootstrap-cfd .d-none {
    display: none !important;
}

#bootstrap-cfd .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

#bootstrap-cfd .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

#bootstrap-cfd .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

#bootstrap-cfd .shadow-none {
    box-shadow: none !important;
}

#bootstrap-cfd .position-static {
    position: static !important;
}

#bootstrap-cfd .position-relative {
    position: relative !important;
}

#bootstrap-cfd .position-absolute {
    position: absolute !important;
}

#bootstrap-cfd .position-fixed {
    position: fixed !important;
}

#bootstrap-cfd .position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

#bootstrap-cfd .top-0 {
    top: 0 !important;
}

#bootstrap-cfd .top-50 {
    top: 50% !important;
}

#bootstrap-cfd .top-100 {
    top: 100% !important;
}

#bootstrap-cfd .bottom-0 {
    bottom: 0 !important;
}

#bootstrap-cfd .bottom-50 {
    bottom: 50% !important;
}

#bootstrap-cfd .bottom-100 {
    bottom: 100% !important;
}

#bootstrap-cfd .start-0 {
    left: 0 !important;
}

#bootstrap-cfd .start-50 {
    left: 50% !important;
}

#bootstrap-cfd .start-100 {
    left: 100% !important;
}

#bootstrap-cfd .end-0 {
    right: 0 !important;
}

#bootstrap-cfd .end-50 {
    right: 50% !important;
}

#bootstrap-cfd .end-100 {
    right: 100% !important;
}

#bootstrap-cfd .translate-middle {
    transform: translate(-50%, -50%) !important;
}

#bootstrap-cfd .translate-middle-x {
    transform: translateX(-50%) !important;
}

#bootstrap-cfd .translate-middle-y {
    transform: translateY(-50%) !important;
}

#bootstrap-cfd .border {
    border: 1px solid #dee2e6 !important;
}

#bootstrap-cfd .border-0 {
    border: 0 !important;
}

#bootstrap-cfd .border-top {
    border-top: 1px solid #dee2e6 !important;
}

#bootstrap-cfd .border-top-0 {
    border-top: 0 !important;
}

#bootstrap-cfd .border-end {
    border-right: 1px solid #dee2e6 !important;
}

#bootstrap-cfd .border-end-0 {
    border-right: 0 !important;
}

#bootstrap-cfd .border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

#bootstrap-cfd .border-bottom-0 {
    border-bottom: 0 !important;
}

#bootstrap-cfd .border-start {
    border-left: 1px solid #dee2e6 !important;
}

#bootstrap-cfd .border-start-0 {
    border-left: 0 !important;
}

#bootstrap-cfd .border-primary {
    border-color: #0d6efd !important;
}

#bootstrap-cfd .border-secondary {
    border-color: #6c757d !important;
}

#bootstrap-cfd .border-success {
    border-color: #198754 !important;
}

#bootstrap-cfd .border-info {
    border-color: #0dcaf0 !important;
}

#bootstrap-cfd .border-warning {
    border-color: #FECB00 !important;
}

#bootstrap-cfd .border-danger {
    border-color: #D0143A !important;
}

#bootstrap-cfd .border-light {
    border-color: #f8f9fa !important;
}

#bootstrap-cfd .border-dark {
    border-color: #212529 !important;
}

#bootstrap-cfd .border-white {
    border-color: #fff !important;
}

#bootstrap-cfd .border-1 {
    border-width: 1px !important;
}

#bootstrap-cfd .border-2 {
    border-width: 2px !important;
}

#bootstrap-cfd .border-3 {
    border-width: 3px !important;
}

#bootstrap-cfd .border-4 {
    border-width: 4px !important;
}

#bootstrap-cfd .border-5 {
    border-width: 5px !important;
}

#bootstrap-cfd .w-25 {
    width: 25% !important;
}

#bootstrap-cfd .w-50 {
    width: 50% !important;
}

#bootstrap-cfd .w-75 {
    width: 75% !important;
}

#bootstrap-cfd .w-100 {
    width: 100% !important;
}

#bootstrap-cfd .w-auto {
    width: auto !important;
}

#bootstrap-cfd .mw-100 {
    max-width: 100% !important;
}

#bootstrap-cfd .mw-70 {
    max-width: 70% !important;
}

#bootstrap-cfd .mw-30 {
    max-width: 30% !important;
}

#bootstrap-cfd .vw-100 {
    width: 100vw !important;
}

#bootstrap-cfd .min-vw-100 {
    min-width: 100vw !important;
}

#bootstrap-cfd .h-25 {
    height: 25% !important;
}

#bootstrap-cfd .h-50 {
    height: 50% !important;
}

#bootstrap-cfd .h-75 {
    height: 75% !important;
}

#bootstrap-cfd .h-100 {
    height: 100% !important;
}

#bootstrap-cfd .h-auto {
    height: auto !important;
}

#bootstrap-cfd .mh-100 {
    max-height: 100% !important;
}

#bootstrap-cfd .vh-100 {
    height: 100vh !important;
}

#bootstrap-cfd .min-vh-100 {
    min-height: 100vh !important;
}

#bootstrap-cfd .flex-fill {
    flex: 1 1 auto !important;
}

#bootstrap-cfd .flex-row {
    flex-direction: row !important;
}

#bootstrap-cfd .flex-column {
    flex-direction: column !important;
}

#bootstrap-cfd .flex-row-reverse {
    flex-direction: row-reverse !important;
}

#bootstrap-cfd .flex-column-reverse {
    flex-direction: column-reverse !important;
}

#bootstrap-cfd .flex-grow-0 {
    flex-grow: 0 !important;
}

#bootstrap-cfd .flex-grow-1 {
    flex-grow: 1 !important;
}

#bootstrap-cfd .flex-shrink-0 {
    flex-shrink: 0 !important;
}

#bootstrap-cfd .flex-shrink-1 {
    flex-shrink: 1 !important;
}

#bootstrap-cfd .flex-wrap {
    flex-wrap: wrap !important;
}

#bootstrap-cfd .flex-nowrap {
    flex-wrap: nowrap !important;
}

#bootstrap-cfd .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

#bootstrap-cfd .gap-0 {
    gap: 0 !important;
}

#bootstrap-cfd .gap-1 {
    gap: 0.25rem !important;
}

#bootstrap-cfd .gap-2 {
    gap: 0.5rem !important;
}

#bootstrap-cfd .gap-3 {
    gap: 1rem !important;
}

#bootstrap-cfd .gap-4 {
    gap: 1.5rem !important;
}

#bootstrap-cfd .gap-5 {
    gap: 3rem !important;
}

#bootstrap-cfd .justify-content-start {
    justify-content: flex-start !important;
}

#bootstrap-cfd .justify-content-end {
    justify-content: flex-end !important;
}

#bootstrap-cfd .justify-content-center {
    justify-content: center !important;
}

#bootstrap-cfd .justify-content-between {
    justify-content: space-between !important;
}

#bootstrap-cfd .justify-content-around {
    justify-content: space-around !important;
}

#bootstrap-cfd .justify-content-evenly {
    justify-content: space-evenly !important;
}

#bootstrap-cfd .align-items-start {
    align-items: flex-start !important;
}

#bootstrap-cfd .align-items-end {
    align-items: flex-end !important;
}

#bootstrap-cfd .align-items-center {
    align-items: center !important;
}

#bootstrap-cfd .align-items-baseline {
    align-items: baseline !important;
}

#bootstrap-cfd .align-items-stretch {
    align-items: stretch !important;
}

#bootstrap-cfd .align-content-start {
    align-content: flex-start !important;
}

#bootstrap-cfd .align-content-end {
    align-content: flex-end !important;
}

#bootstrap-cfd .align-content-center {
    align-content: center !important;
}

#bootstrap-cfd .align-content-between {
    align-content: space-between !important;
}

#bootstrap-cfd .align-content-around {
    align-content: space-around !important;
}

#bootstrap-cfd .align-content-stretch {
    align-content: stretch !important;
}

#bootstrap-cfd .align-self-auto {
    align-self: auto !important;
}

#bootstrap-cfd .align-self-start {
    align-self: flex-start !important;
}

#bootstrap-cfd .align-self-end {
    align-self: flex-end !important;
}

#bootstrap-cfd .align-self-center {
    align-self: center !important;
}

#bootstrap-cfd .align-self-baseline {
    align-self: baseline !important;
}

#bootstrap-cfd .align-self-stretch {
    align-self: stretch !important;
}

#bootstrap-cfd .order-first {
    order: -1 !important;
}

#bootstrap-cfd .order-0 {
    order: 0 !important;
}

#bootstrap-cfd .order-1 {
    order: 1 !important;
}

#bootstrap-cfd .order-2 {
    order: 2 !important;
}

#bootstrap-cfd .order-3 {
    order: 3 !important;
}

#bootstrap-cfd .order-4 {
    order: 4 !important;
}

#bootstrap-cfd .order-5 {
    order: 5 !important;
}

#bootstrap-cfd .order-last {
    order: 6 !important;
}

#bootstrap-cfd .m-0 {
    margin: 0 !important;
}

#bootstrap-cfd .m-1 {
    margin: 0.25rem !important;
}

#bootstrap-cfd .m-2 {
    margin: 0.5rem !important;
}

#bootstrap-cfd .m-3 {
    margin: 1rem !important;
}

#bootstrap-cfd .m-4 {
    margin: 1.5rem !important;
}

#bootstrap-cfd .m-5 {
    margin: 3rem !important;
}

#bootstrap-cfd .m-auto {
    margin: auto !important;
}

#bootstrap-cfd .mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

#bootstrap-cfd .mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

#bootstrap-cfd .mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

#bootstrap-cfd .mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

#bootstrap-cfd .mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

#bootstrap-cfd .mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

#bootstrap-cfd .mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

#bootstrap-cfd .my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#bootstrap-cfd .my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

#bootstrap-cfd .my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

#bootstrap-cfd .my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

#bootstrap-cfd .my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

#bootstrap-cfd .my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

#bootstrap-cfd .my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

#bootstrap-cfd .mt-0 {
    margin-top: 0 !important;
}

#bootstrap-cfd .mt-1 {
    margin-top: 0.25rem !important;
}

#bootstrap-cfd .mt-2 {
    margin-top: 0.5rem !important;
}

#bootstrap-cfd .mt-3 {
    margin-top: 1rem !important;
}

#bootstrap-cfd .mt-4 {
    margin-top: 1.5rem !important;
}

#bootstrap-cfd .mt-5 {
    margin-top: 3rem !important;
}

#bootstrap-cfd .mt-auto {
    margin-top: auto !important;
}

#bootstrap-cfd .me-0 {
    margin-right: 0 !important;
}

#bootstrap-cfd .me-1 {
    margin-right: 0.25rem !important;
}

#bootstrap-cfd .me-2 {
    margin-right: 0.5rem !important;
}

#bootstrap-cfd .me-3 {
    margin-right: 1rem !important;
}

#bootstrap-cfd .me-4 {
    margin-right: 1.5rem !important;
}

#bootstrap-cfd .me-5 {
    margin-right: 3rem !important;
}

#bootstrap-cfd .me-auto {
    margin-right: auto !important;
}

#bootstrap-cfd .mb-0 {
    margin-bottom: 0 !important;
}

#bootstrap-cfd .mb-1 {
    margin-bottom: 0.25rem !important;
}

#bootstrap-cfd .mb-2 {
    margin-bottom: 0.5rem !important;
}

#bootstrap-cfd .mb-3 {
    margin-bottom: 1rem !important;
}

#bootstrap-cfd .mb-4 {
    margin-bottom: 1.5rem !important;
}

#bootstrap-cfd .mb-5 {
    margin-bottom: 3rem !important;
}

#bootstrap-cfd .mb-auto {
    margin-bottom: auto !important;
}

#bootstrap-cfd .ms-0 {
    margin-left: 0 !important;
}

#bootstrap-cfd .ms-1 {
    margin-left: 0.25rem !important;
}

#bootstrap-cfd .ms-2 {
    margin-left: 0.5rem !important;
}

#bootstrap-cfd .ms-3 {
    margin-left: 1rem !important;
}

#bootstrap-cfd .ms-4 {
    margin-left: 1.5rem !important;
}

#bootstrap-cfd .ms-5 {
    margin-left: 3rem !important;
}

#bootstrap-cfd .ms-auto {
    margin-left: auto !important;
}

#bootstrap-cfd .p-0 {
    padding: 0 !important;
}

#bootstrap-cfd .p-1 {
    padding: 0.25rem !important;
}

#bootstrap-cfd .p-2 {
    padding: 0.5rem !important;
}

#bootstrap-cfd .p-3 {
    padding: 1rem !important;
}

#bootstrap-cfd .p-4 {
    padding: 1.5rem !important;
}

#bootstrap-cfd .p-5 {
    padding: 3rem !important;
}

#bootstrap-cfd .px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

#bootstrap-cfd .px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

#bootstrap-cfd .px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

#bootstrap-cfd .px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

#bootstrap-cfd .px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

#bootstrap-cfd .px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

#bootstrap-cfd .py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#bootstrap-cfd .py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

#bootstrap-cfd .py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

#bootstrap-cfd .py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

#bootstrap-cfd .py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

#bootstrap-cfd .py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

#bootstrap-cfd .pt-0 {
    padding-top: 0 !important;
}

#bootstrap-cfd .pt-1 {
    padding-top: 0.25rem !important;
}

#bootstrap-cfd .pt-2 {
    padding-top: 0.5rem !important;
}

#bootstrap-cfd .pt-3 {
    padding-top: 1rem !important;
}

#bootstrap-cfd .pt-4 {
    padding-top: 1.5rem !important;
}

#bootstrap-cfd .pt-5 {
    padding-top: 3rem !important;
}

#bootstrap-cfd .pe-0 {
    padding-right: 0 !important;
}

#bootstrap-cfd .pe-1 {
    padding-right: 0.25rem !important;
}

#bootstrap-cfd .pe-2 {
    padding-right: 0.5rem !important;
}

#bootstrap-cfd .pe-3 {
    padding-right: 1rem !important;
}

#bootstrap-cfd .pe-4 {
    padding-right: 1.5rem !important;
}

#bootstrap-cfd .pe-5 {
    padding-right: 3rem !important;
}

#bootstrap-cfd .pb-0 {
    padding-bottom: 0 !important;
}

#bootstrap-cfd .pb-1 {
    padding-bottom: 0.25rem !important;
}

#bootstrap-cfd .pb-2 {
    padding-bottom: 0.5rem !important;
}

#bootstrap-cfd .pb-3 {
    padding-bottom: 1rem !important;
}

#bootstrap-cfd .pb-4 {
    padding-bottom: 1.5rem !important;
}

#bootstrap-cfd .pb-5 {
    padding-bottom: 3rem !important;
}

#bootstrap-cfd .ps-0 {
    padding-left: 0 !important;
}

#bootstrap-cfd .ps-1 {
    padding-left: 0.25rem !important;
}

#bootstrap-cfd .ps-2 {
    padding-left: 0.5rem !important;
}

#bootstrap-cfd .ps-3 {
    padding-left: 1rem !important;
}

#bootstrap-cfd .ps-4 {
    padding-left: 1.5rem !important;
}

#bootstrap-cfd .ps-5 {
    padding-left: 3rem !important;
}

#bootstrap-cfd .font-monospace {
    font-family: var(--bs-font-monospace) !important;
}

#bootstrap-cfd .fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}

#bootstrap-cfd .fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}

#bootstrap-cfd .fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}

#bootstrap-cfd .fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}

#bootstrap-cfd .fs-5 {
    font-size: 1.25rem !important;
}

#bootstrap-cfd .fs-6 {
    font-size: 1rem !important;
}

#bootstrap-cfd .fst-italic {
    font-style: italic !important;
}

#bootstrap-cfd .fst-normal {
    font-style: normal !important;
}

#bootstrap-cfd .fw-light {
    font-weight: 300 !important;
}

#bootstrap-cfd .fw-lighter {
    font-weight: lighter !important;
}

#bootstrap-cfd .fw-normal {
    font-weight: 400 !important;
}

#bootstrap-cfd .fw-bold {
    font-weight: 700 !important;
}

#bootstrap-cfd .fw-bolder {
    font-weight: bolder !important;
}

#bootstrap-cfd .lh-1 {
    line-height: 1 !important;
}

#bootstrap-cfd .lh-sm {
    line-height: 1.25 !important;
}

#bootstrap-cfd .lh-base {
    line-height: 1.5 !important;
}

#bootstrap-cfd .lh-lg {
    line-height: 2 !important;
}

#bootstrap-cfd .text-start {
    text-align: left !important;
}

#bootstrap-cfd .text-end {
    text-align: right !important;
}

#bootstrap-cfd .text-center {
    text-align: center !important;
}

#bootstrap-cfd .text-decoration-none {
    text-decoration: none !important;
}

#bootstrap-cfd .text-decoration-underline {
    text-decoration: underline !important;
}

#bootstrap-cfd .text-decoration-line-through {
    text-decoration: line-through !important;
}

#bootstrap-cfd .text-lowercase {
    text-transform: lowercase !important;
}

#bootstrap-cfd .text-uppercase {
    text-transform: uppercase !important;
}

#bootstrap-cfd .text-capitalize {
    text-transform: capitalize !important;
}

#bootstrap-cfd .text-wrap {
    white-space: normal !important;
}

#bootstrap-cfd .text-nowrap {
    white-space: nowrap !important;
}

#bootstrap-cfd .text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

#bootstrap-cfd .text-primary {
    color: #0d6efd !important;
}

#bootstrap-cfd .text-secondary {
    color: #6c757d !important;
}

#bootstrap-cfd .text-success {
    color: #198754 !important;
}

#bootstrap-cfd .text-info {
    color: #0dcaf0 !important;
}

#bootstrap-cfd .text-warning {
    color: #FECB00 !important;
}

#bootstrap-cfd .text-danger {
    color: #D0143A !important;
}

#bootstrap-cfd .text-light {
    color: #f8f9fa !important;
}

#bootstrap-cfd .text-dark {
    color: #212529 !important;
}

#bootstrap-cfd .text-white {
    color: #fff !important;
}

#bootstrap-cfd .text-body {
    color: #212529 !important;
}

#bootstrap-cfd .text-muted {
    color: #6c757d !important;
}

#bootstrap-cfd .text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

#bootstrap-cfd .text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

#bootstrap-cfd .text-reset {
    color: inherit !important;
}

#bootstrap-cfd .bg-primary {
    background-color: #0d6efd !important;
}

#bootstrap-cfd .bg-secondary {
    background-color: #6c757d !important;
}

#bootstrap-cfd .bg-success {
    background-color: #198754 !important;
}

#bootstrap-cfd .bg-info {
    background-color: #0dcaf0 !important;
}

#bootstrap-cfd .bg-warning {
    background-color: #FECB00 !important;
}

#bootstrap-cfd .bg-danger {
    background-color: #D0143A !important;
}

#bootstrap-cfd .bg-light {
    background-color: #f8f9fa !important;
}

#bootstrap-cfd .bg-dark {
    background-color: #212529 !important;
}

#bootstrap-cfd .bg-body {
    background-color: #fff !important;
}

#bootstrap-cfd .bg-white {
    background-color: #fff !important;
}

#bootstrap-cfd .bg-transparent {
    background-color: transparent !important;
}

#bootstrap-cfd .bg-gradient {
    background-image: var(--bs-gradient) !important;
}

#bootstrap-cfd .user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important;
}

#bootstrap-cfd .user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

#bootstrap-cfd .user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

#bootstrap-cfd .pe-none {
    pointer-events: none !important;
}

#bootstrap-cfd .pe-auto {
    pointer-events: auto !important;
}

#bootstrap-cfd .rounded {
    border-radius: 0.25rem !important;
}

#bootstrap-cfd .rounded-0 {
    border-radius: 0 !important;
}

#bootstrap-cfd .rounded-1 {
    border-radius: 0.2rem !important;
}

#bootstrap-cfd .rounded-2 {
    border-radius: 0.25rem !important;
}

#bootstrap-cfd .rounded-3 {
    border-radius: 0.3rem !important;
}

#bootstrap-cfd .rounded-circle {
    border-radius: 50% !important;
}

#bootstrap-cfd .rounded-pill {
    border-radius: 50rem !important;
}

#bootstrap-cfd .rounded-custom {
    border-radius: 1.5rem !important;
}

#bootstrap-cfd .rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

#bootstrap-cfd .rounded-end {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

#bootstrap-cfd .rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

#bootstrap-cfd .rounded-start {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
}

#bootstrap-cfd .visible {
    visibility: visible !important;
}

#bootstrap-cfd .invisible {
    visibility: hidden !important;
}

@media (min-width: 576px) {
    #bootstrap-cfd .float-sm-start {
        float: left !important;
    }
    #bootstrap-cfd .float-sm-end {
        float: right !important;
    }
    #bootstrap-cfd .float-sm-none {
        float: none !important;
    }
    #bootstrap-cfd .d-sm-inline {
        display: inline !important;
    }
    #bootstrap-cfd .d-sm-inline-block {
        display: inline-block !important;
    }
    #bootstrap-cfd .d-sm-block {
        display: block !important;
    }
    #bootstrap-cfd .d-sm-grid {
        display: grid !important;
    }
    #bootstrap-cfd .d-sm-table {
        display: table !important;
    }
    #bootstrap-cfd .d-sm-table-row {
        display: table-row !important;
    }
    #bootstrap-cfd .d-sm-table-cell {
        display: table-cell !important;
    }
    #bootstrap-cfd .d-sm-flex {
        display: flex !important;
    }
    #bootstrap-cfd .d-sm-inline-flex {
        display: inline-flex !important;
    }
    #bootstrap-cfd .d-sm-none {
        display: none !important;
    }
    #bootstrap-cfd .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    #bootstrap-cfd .flex-sm-row {
        flex-direction: row !important;
    }
    #bootstrap-cfd .flex-sm-column {
        flex-direction: column !important;
    }
    #bootstrap-cfd .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    #bootstrap-cfd .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    #bootstrap-cfd .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    #bootstrap-cfd .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    #bootstrap-cfd .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    #bootstrap-cfd .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    #bootstrap-cfd .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    #bootstrap-cfd .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    #bootstrap-cfd .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    #bootstrap-cfd .gap-sm-0 {
        gap: 0 !important;
    }
    #bootstrap-cfd .gap-sm-1 {
        gap: 0.25rem !important;
    }
    #bootstrap-cfd .gap-sm-2 {
        gap: 0.5rem !important;
    }
    #bootstrap-cfd .gap-sm-3 {
        gap: 1rem !important;
    }
    #bootstrap-cfd .gap-sm-4 {
        gap: 1.5rem !important;
    }
    #bootstrap-cfd .gap-sm-5 {
        gap: 3rem !important;
    }
    #bootstrap-cfd .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    #bootstrap-cfd .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    #bootstrap-cfd .justify-content-sm-center {
        justify-content: center !important;
    }
    #bootstrap-cfd .justify-content-sm-between {
        justify-content: space-between !important;
    }
    #bootstrap-cfd .justify-content-sm-around {
        justify-content: space-around !important;
    }
    #bootstrap-cfd .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }
    #bootstrap-cfd .align-items-sm-start {
        align-items: flex-start !important;
    }
    #bootstrap-cfd .align-items-sm-end {
        align-items: flex-end !important;
    }
    #bootstrap-cfd .align-items-sm-center {
        align-items: center !important;
    }
    #bootstrap-cfd .align-items-sm-baseline {
        align-items: baseline !important;
    }
    #bootstrap-cfd .align-items-sm-stretch {
        align-items: stretch !important;
    }
    #bootstrap-cfd .align-content-sm-start {
        align-content: flex-start !important;
    }
    #bootstrap-cfd .align-content-sm-end {
        align-content: flex-end !important;
    }
    #bootstrap-cfd .align-content-sm-center {
        align-content: center !important;
    }
    #bootstrap-cfd .align-content-sm-between {
        align-content: space-between !important;
    }
    #bootstrap-cfd .align-content-sm-around {
        align-content: space-around !important;
    }
    #bootstrap-cfd .align-content-sm-stretch {
        align-content: stretch !important;
    }
    #bootstrap-cfd .align-self-sm-auto {
        align-self: auto !important;
    }
    #bootstrap-cfd .align-self-sm-start {
        align-self: flex-start !important;
    }
    #bootstrap-cfd .align-self-sm-end {
        align-self: flex-end !important;
    }
    #bootstrap-cfd .align-self-sm-center {
        align-self: center !important;
    }
    #bootstrap-cfd .align-self-sm-baseline {
        align-self: baseline !important;
    }
    #bootstrap-cfd .align-self-sm-stretch {
        align-self: stretch !important;
    }
    #bootstrap-cfd .order-sm-first {
        order: -1 !important;
    }
    #bootstrap-cfd .order-sm-0 {
        order: 0 !important;
    }
    #bootstrap-cfd .order-sm-1 {
        order: 1 !important;
    }
    #bootstrap-cfd .order-sm-2 {
        order: 2 !important;
    }
    #bootstrap-cfd .order-sm-3 {
        order: 3 !important;
    }
    #bootstrap-cfd .order-sm-4 {
        order: 4 !important;
    }
    #bootstrap-cfd .order-sm-5 {
        order: 5 !important;
    }
    #bootstrap-cfd .order-sm-last {
        order: 6 !important;
    }
    #bootstrap-cfd .m-sm-0 {
        margin: 0 !important;
    }
    #bootstrap-cfd .m-sm-1 {
        margin: 0.25rem !important;
    }
    #bootstrap-cfd .m-sm-2 {
        margin: 0.5rem !important;
    }
    #bootstrap-cfd .m-sm-3 {
        margin: 1rem !important;
    }
    #bootstrap-cfd .m-sm-4 {
        margin: 1.5rem !important;
    }
    #bootstrap-cfd .m-sm-5 {
        margin: 3rem !important;
    }
    #bootstrap-cfd .m-sm-auto {
        margin: auto !important;
    }
    #bootstrap-cfd .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    #bootstrap-cfd .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    #bootstrap-cfd .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    #bootstrap-cfd .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    #bootstrap-cfd .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    #bootstrap-cfd .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    #bootstrap-cfd .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    #bootstrap-cfd .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    #bootstrap-cfd .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    #bootstrap-cfd .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    #bootstrap-cfd .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    #bootstrap-cfd .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    #bootstrap-cfd .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    #bootstrap-cfd .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    #bootstrap-cfd .mt-sm-0 {
        margin-top: 0 !important;
    }
    #bootstrap-cfd .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    #bootstrap-cfd .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    #bootstrap-cfd .mt-sm-3 {
        margin-top: 1rem !important;
    }
    #bootstrap-cfd .mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    #bootstrap-cfd .mt-sm-5 {
        margin-top: 3rem !important;
    }
    #bootstrap-cfd .mt-sm-auto {
        margin-top: auto !important;
    }
    #bootstrap-cfd .me-sm-0 {
        margin-right: 0 !important;
    }
    #bootstrap-cfd .me-sm-1 {
        margin-right: 0.25rem !important;
    }
    #bootstrap-cfd .me-sm-2 {
        margin-right: 0.5rem !important;
    }
    #bootstrap-cfd .me-sm-3 {
        margin-right: 1rem !important;
    }
    #bootstrap-cfd .me-sm-4 {
        margin-right: 1.5rem !important;
    }
    #bootstrap-cfd .me-sm-5 {
        margin-right: 3rem !important;
    }
    #bootstrap-cfd .me-sm-auto {
        margin-right: auto !important;
    }
    #bootstrap-cfd .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    #bootstrap-cfd .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    #bootstrap-cfd .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    #bootstrap-cfd .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    #bootstrap-cfd .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    #bootstrap-cfd .mb-sm-5 {
        margin-bottom: 3rem !important;
    }
    #bootstrap-cfd .mb-sm-auto {
        margin-bottom: auto !important;
    }
    #bootstrap-cfd .ms-sm-0 {
        margin-left: 0 !important;
    }
    #bootstrap-cfd .ms-sm-1 {
        margin-left: 0.25rem !important;
    }
    #bootstrap-cfd .ms-sm-2 {
        margin-left: 0.5rem !important;
    }
    #bootstrap-cfd .ms-sm-3 {
        margin-left: 1rem !important;
    }
    #bootstrap-cfd .ms-sm-4 {
        margin-left: 1.5rem !important;
    }
    #bootstrap-cfd .ms-sm-5 {
        margin-left: 3rem !important;
    }
    #bootstrap-cfd .ms-sm-auto {
        margin-left: auto !important;
    }
    #bootstrap-cfd .p-sm-0 {
        padding: 0 !important;
    }
    #bootstrap-cfd .p-sm-1 {
        padding: 0.25rem !important;
    }
    #bootstrap-cfd .p-sm-2 {
        padding: 0.5rem !important;
    }
    #bootstrap-cfd .p-sm-3 {
        padding: 1rem !important;
    }
    #bootstrap-cfd .p-sm-4 {
        padding: 1.5rem !important;
    }
    #bootstrap-cfd .p-sm-5 {
        padding: 3rem !important;
    }
    #bootstrap-cfd .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    #bootstrap-cfd .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    #bootstrap-cfd .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    #bootstrap-cfd .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    #bootstrap-cfd .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    #bootstrap-cfd .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    #bootstrap-cfd .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    #bootstrap-cfd .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    #bootstrap-cfd .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    #bootstrap-cfd .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    #bootstrap-cfd .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    #bootstrap-cfd .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    #bootstrap-cfd .pt-sm-0 {
        padding-top: 0 !important;
    }
    #bootstrap-cfd .pt-sm-1 {
        padding-top: 0.25rem !important;
    }
    #bootstrap-cfd .pt-sm-2 {
        padding-top: 0.5rem !important;
    }
    #bootstrap-cfd .pt-sm-3 {
        padding-top: 1rem !important;
    }
    #bootstrap-cfd .pt-sm-4 {
        padding-top: 1.5rem !important;
    }
    #bootstrap-cfd .pt-sm-5 {
        padding-top: 3rem !important;
    }
    #bootstrap-cfd .pe-sm-0 {
        padding-right: 0 !important;
    }
    #bootstrap-cfd .pe-sm-1 {
        padding-right: 0.25rem !important;
    }
    #bootstrap-cfd .pe-sm-2 {
        padding-right: 0.5rem !important;
    }
    #bootstrap-cfd .pe-sm-3 {
        padding-right: 1rem !important;
    }
    #bootstrap-cfd .pe-sm-4 {
        padding-right: 1.5rem !important;
    }
    #bootstrap-cfd .pe-sm-5 {
        padding-right: 3rem !important;
    }
    #bootstrap-cfd .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    #bootstrap-cfd .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    #bootstrap-cfd .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    #bootstrap-cfd .pb-sm-3 {
        padding-bottom: 1rem !important;
    }
    #bootstrap-cfd .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    #bootstrap-cfd .pb-sm-5 {
        padding-bottom: 3rem !important;
    }
    #bootstrap-cfd .ps-sm-0 {
        padding-left: 0 !important;
    }
    #bootstrap-cfd .ps-sm-1 {
        padding-left: 0.25rem !important;
    }
    #bootstrap-cfd .ps-sm-2 {
        padding-left: 0.5rem !important;
    }
    #bootstrap-cfd .ps-sm-3 {
        padding-left: 1rem !important;
    }
    #bootstrap-cfd .ps-sm-4 {
        padding-left: 1.5rem !important;
    }
    #bootstrap-cfd .ps-sm-5 {
        padding-left: 3rem !important;
    }
    #bootstrap-cfd .text-sm-start {
        text-align: left !important;
    }
    #bootstrap-cfd .text-sm-end {
        text-align: right !important;
    }
    #bootstrap-cfd .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    #bootstrap-cfd .float-md-start {
        float: left !important;
    }
    #bootstrap-cfd .float-md-end {
        float: right !important;
    }
    #bootstrap-cfd .float-md-none {
        float: none !important;
    }
    #bootstrap-cfd .d-md-inline {
        display: inline !important;
    }
    #bootstrap-cfd .d-md-inline-block {
        display: inline-block !important;
    }
    #bootstrap-cfd .d-md-block {
        display: block !important;
    }
    #bootstrap-cfd .d-md-grid {
        display: grid !important;
    }
    #bootstrap-cfd .d-md-table {
        display: table !important;
    }
    #bootstrap-cfd .d-md-table-row {
        display: table-row !important;
    }
    #bootstrap-cfd .d-md-table-cell {
        display: table-cell !important;
    }
    #bootstrap-cfd .d-md-flex {
        display: flex !important;
    }
    #bootstrap-cfd .d-md-inline-flex {
        display: inline-flex !important;
    }
    #bootstrap-cfd .d-md-none {
        display: none !important;
    }
    #bootstrap-cfd .flex-md-fill {
        flex: 1 1 auto !important;
    }
    #bootstrap-cfd .flex-md-row {
        flex-direction: row !important;
    }
    #bootstrap-cfd .flex-md-column {
        flex-direction: column !important;
    }
    #bootstrap-cfd .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    #bootstrap-cfd .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    #bootstrap-cfd .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    #bootstrap-cfd .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    #bootstrap-cfd .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    #bootstrap-cfd .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    #bootstrap-cfd .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    #bootstrap-cfd .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    #bootstrap-cfd .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    #bootstrap-cfd .gap-md-0 {
        gap: 0 !important;
    }
    #bootstrap-cfd .gap-md-1 {
        gap: 0.25rem !important;
    }
    #bootstrap-cfd .gap-md-2 {
        gap: 0.5rem !important;
    }
    #bootstrap-cfd .gap-md-3 {
        gap: 1rem !important;
    }
    #bootstrap-cfd .gap-md-4 {
        gap: 1.5rem !important;
    }
    #bootstrap-cfd .gap-md-5 {
        gap: 3rem !important;
    }
    #bootstrap-cfd .justify-content-md-start {
        justify-content: flex-start !important;
    }
    #bootstrap-cfd .justify-content-md-end {
        justify-content: flex-end !important;
    }
    #bootstrap-cfd .justify-content-md-center {
        justify-content: center !important;
    }
    #bootstrap-cfd .justify-content-md-between {
        justify-content: space-between !important;
    }
    #bootstrap-cfd .justify-content-md-around {
        justify-content: space-around !important;
    }
    #bootstrap-cfd .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }
    #bootstrap-cfd .align-items-md-start {
        align-items: flex-start !important;
    }
    #bootstrap-cfd .align-items-md-end {
        align-items: flex-end !important;
    }
    #bootstrap-cfd .align-items-md-center {
        align-items: center !important;
    }
    #bootstrap-cfd .align-items-md-baseline {
        align-items: baseline !important;
    }
    #bootstrap-cfd .align-items-md-stretch {
        align-items: stretch !important;
    }
    #bootstrap-cfd .align-content-md-start {
        align-content: flex-start !important;
    }
    #bootstrap-cfd .align-content-md-end {
        align-content: flex-end !important;
    }
    #bootstrap-cfd .align-content-md-center {
        align-content: center !important;
    }
    #bootstrap-cfd .align-content-md-between {
        align-content: space-between !important;
    }
    #bootstrap-cfd .align-content-md-around {
        align-content: space-around !important;
    }
    #bootstrap-cfd .align-content-md-stretch {
        align-content: stretch !important;
    }
    #bootstrap-cfd .align-self-md-auto {
        align-self: auto !important;
    }
    #bootstrap-cfd .align-self-md-start {
        align-self: flex-start !important;
    }
    #bootstrap-cfd .align-self-md-end {
        align-self: flex-end !important;
    }
    #bootstrap-cfd .align-self-md-center {
        align-self: center !important;
    }
    #bootstrap-cfd .align-self-md-baseline {
        align-self: baseline !important;
    }
    #bootstrap-cfd .align-self-md-stretch {
        align-self: stretch !important;
    }
    #bootstrap-cfd .order-md-first {
        order: -1 !important;
    }
    #bootstrap-cfd .order-md-0 {
        order: 0 !important;
    }
    #bootstrap-cfd .order-md-1 {
        order: 1 !important;
    }
    #bootstrap-cfd .order-md-2 {
        order: 2 !important;
    }
    #bootstrap-cfd .order-md-3 {
        order: 3 !important;
    }
    #bootstrap-cfd .order-md-4 {
        order: 4 !important;
    }
    #bootstrap-cfd .order-md-5 {
        order: 5 !important;
    }
    #bootstrap-cfd .order-md-last {
        order: 6 !important;
    }
    #bootstrap-cfd .m-md-0 {
        margin: 0 !important;
    }
    #bootstrap-cfd .m-md-1 {
        margin: 0.25rem !important;
    }
    #bootstrap-cfd .m-md-2 {
        margin: 0.5rem !important;
    }
    #bootstrap-cfd .m-md-3 {
        margin: 1rem !important;
    }
    #bootstrap-cfd .m-md-4 {
        margin: 1.5rem !important;
    }
    #bootstrap-cfd .m-md-5 {
        margin: 3rem !important;
    }
    #bootstrap-cfd .m-md-auto {
        margin: auto !important;
    }
    #bootstrap-cfd .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    #bootstrap-cfd .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    #bootstrap-cfd .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    #bootstrap-cfd .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    #bootstrap-cfd .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    #bootstrap-cfd .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    #bootstrap-cfd .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    #bootstrap-cfd .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    #bootstrap-cfd .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    #bootstrap-cfd .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    #bootstrap-cfd .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    #bootstrap-cfd .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    #bootstrap-cfd .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    #bootstrap-cfd .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    #bootstrap-cfd .mt-md-0 {
        margin-top: 0 !important;
    }
    #bootstrap-cfd .mt-md-1 {
        margin-top: 0.25rem !important;
    }
    #bootstrap-cfd .mt-md-2 {
        margin-top: 0.5rem !important;
    }
    #bootstrap-cfd .mt-md-3 {
        margin-top: 1rem !important;
    }
    #bootstrap-cfd .mt-md-4 {
        margin-top: 1.5rem !important;
    }
    #bootstrap-cfd .mt-md-5 {
        margin-top: 3rem !important;
    }
    #bootstrap-cfd .mt-md-auto {
        margin-top: auto !important;
    }
    #bootstrap-cfd .me-md-0 {
        margin-right: 0 !important;
    }
    #bootstrap-cfd .me-md-1 {
        margin-right: 0.25rem !important;
    }
    #bootstrap-cfd .me-md-2 {
        margin-right: 0.5rem !important;
    }
    #bootstrap-cfd .me-md-3 {
        margin-right: 1rem !important;
    }
    #bootstrap-cfd .me-md-4 {
        margin-right: 1.5rem !important;
    }
    #bootstrap-cfd .me-md-5 {
        margin-right: 3rem !important;
    }
    #bootstrap-cfd .me-md-auto {
        margin-right: auto !important;
    }
    #bootstrap-cfd .mb-md-0 {
        margin-bottom: 0 !important;
    }
    #bootstrap-cfd .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }
    #bootstrap-cfd .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }
    #bootstrap-cfd .mb-md-3 {
        margin-bottom: 1rem !important;
    }
    #bootstrap-cfd .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    #bootstrap-cfd .mb-md-5 {
        margin-bottom: 3rem !important;
    }
    #bootstrap-cfd .mb-md-auto {
        margin-bottom: auto !important;
    }
    #bootstrap-cfd .ms-md-0 {
        margin-left: 0 !important;
    }
    #bootstrap-cfd .ms-md-1 {
        margin-left: 0.25rem !important;
    }
    #bootstrap-cfd .ms-md-2 {
        margin-left: 0.5rem !important;
    }
    #bootstrap-cfd .ms-md-3 {
        margin-left: 1rem !important;
    }
    #bootstrap-cfd .ms-md-4 {
        margin-left: 1.5rem !important;
    }
    #bootstrap-cfd .ms-md-5 {
        margin-left: 3rem !important;
    }
    #bootstrap-cfd .ms-md-auto {
        margin-left: auto !important;
    }
    #bootstrap-cfd .p-md-0 {
        padding: 0 !important;
    }
    #bootstrap-cfd .p-md-1 {
        padding: 0.25rem !important;
    }
    #bootstrap-cfd .p-md-2 {
        padding: 0.5rem !important;
    }
    #bootstrap-cfd .p-md-3 {
        padding: 1rem !important;
    }
    #bootstrap-cfd .p-md-4 {
        padding: 1.5rem !important;
    }
    #bootstrap-cfd .p-md-5 {
        padding: 3rem !important;
    }
    #bootstrap-cfd .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    #bootstrap-cfd .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    #bootstrap-cfd .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    #bootstrap-cfd .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    #bootstrap-cfd .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    #bootstrap-cfd .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    #bootstrap-cfd .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    #bootstrap-cfd .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    #bootstrap-cfd .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    #bootstrap-cfd .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    #bootstrap-cfd .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    #bootstrap-cfd .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    #bootstrap-cfd .pt-md-0 {
        padding-top: 0 !important;
    }
    #bootstrap-cfd .pt-md-1 {
        padding-top: 0.25rem !important;
    }
    #bootstrap-cfd .pt-md-2 {
        padding-top: 0.5rem !important;
    }
    #bootstrap-cfd .pt-md-3 {
        padding-top: 1rem !important;
    }
    #bootstrap-cfd .pt-md-4 {
        padding-top: 1.5rem !important;
    }
    #bootstrap-cfd .pt-md-5 {
        padding-top: 3rem !important;
    }
    #bootstrap-cfd .pe-md-0 {
        padding-right: 0 !important;
    }
    #bootstrap-cfd .pe-md-1 {
        padding-right: 0.25rem !important;
    }
    #bootstrap-cfd .pe-md-2 {
        padding-right: 0.5rem !important;
    }
    #bootstrap-cfd .pe-md-3 {
        padding-right: 1rem !important;
    }
    #bootstrap-cfd .pe-md-4 {
        padding-right: 1.5rem !important;
    }
    #bootstrap-cfd .pe-md-5 {
        padding-right: 3rem !important;
    }
    #bootstrap-cfd .pb-md-0 {
        padding-bottom: 0 !important;
    }
    #bootstrap-cfd .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }
    #bootstrap-cfd .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }
    #bootstrap-cfd .pb-md-3 {
        padding-bottom: 1rem !important;
    }
    #bootstrap-cfd .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
    #bootstrap-cfd .pb-md-5 {
        padding-bottom: 3rem !important;
    }
    #bootstrap-cfd .ps-md-0 {
        padding-left: 0 !important;
    }
    #bootstrap-cfd .ps-md-1 {
        padding-left: 0.25rem !important;
    }
    #bootstrap-cfd .ps-md-2 {
        padding-left: 0.5rem !important;
    }
    #bootstrap-cfd .ps-md-3 {
        padding-left: 1rem !important;
    }
    #bootstrap-cfd .ps-md-4 {
        padding-left: 1.5rem !important;
    }
    #bootstrap-cfd .ps-md-5 {
        padding-left: 3rem !important;
    }
    #bootstrap-cfd .text-md-start {
        text-align: left !important;
    }
    #bootstrap-cfd .text-md-end {
        text-align: right !important;
    }
    #bootstrap-cfd .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    #bootstrap-cfd .float-lg-start {
        float: left !important;
    }
    #bootstrap-cfd .float-lg-end {
        float: right !important;
    }
    #bootstrap-cfd .float-lg-none {
        float: none !important;
    }
    #bootstrap-cfd .d-lg-inline {
        display: inline !important;
    }
    #bootstrap-cfd .d-lg-inline-block {
        display: inline-block !important;
    }
    #bootstrap-cfd .d-lg-block {
        display: block !important;
    }
    #bootstrap-cfd .d-lg-grid {
        display: grid !important;
    }
    #bootstrap-cfd .d-lg-table {
        display: table !important;
    }
    #bootstrap-cfd .d-lg-table-row {
        display: table-row !important;
    }
    #bootstrap-cfd .d-lg-table-cell {
        display: table-cell !important;
    }
    #bootstrap-cfd .d-lg-flex {
        display: flex !important;
    }
    #bootstrap-cfd .d-lg-inline-flex {
        display: inline-flex !important;
    }
    #bootstrap-cfd .d-lg-none {
        display: none !important;
    }
    #bootstrap-cfd .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    #bootstrap-cfd .flex-lg-row {
        flex-direction: row !important;
    }
    #bootstrap-cfd .flex-lg-column {
        flex-direction: column !important;
    }
    #bootstrap-cfd .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    #bootstrap-cfd .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    #bootstrap-cfd .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    #bootstrap-cfd .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    #bootstrap-cfd .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    #bootstrap-cfd .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    #bootstrap-cfd .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    #bootstrap-cfd .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    #bootstrap-cfd .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    #bootstrap-cfd .gap-lg-0 {
        gap: 0 !important;
    }
    #bootstrap-cfd .gap-lg-1 {
        gap: 0.25rem !important;
    }
    #bootstrap-cfd .gap-lg-2 {
        gap: 0.5rem !important;
    }
    #bootstrap-cfd .gap-lg-3 {
        gap: 1rem !important;
    }
    #bootstrap-cfd .gap-lg-4 {
        gap: 1.5rem !important;
    }
    #bootstrap-cfd .gap-lg-5 {
        gap: 3rem !important;
    }
    #bootstrap-cfd .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    #bootstrap-cfd .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    #bootstrap-cfd .justify-content-lg-center {
        justify-content: center !important;
    }
    #bootstrap-cfd .justify-content-lg-between {
        justify-content: space-between !important;
    }
    #bootstrap-cfd .justify-content-lg-around {
        justify-content: space-around !important;
    }
    #bootstrap-cfd .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
    #bootstrap-cfd .align-items-lg-start {
        align-items: flex-start !important;
    }
    #bootstrap-cfd .align-items-lg-end {
        align-items: flex-end !important;
    }
    #bootstrap-cfd .align-items-lg-center {
        align-items: center !important;
    }
    #bootstrap-cfd .align-items-lg-baseline {
        align-items: baseline !important;
    }
    #bootstrap-cfd .align-items-lg-stretch {
        align-items: stretch !important;
    }
    #bootstrap-cfd .align-content-lg-start {
        align-content: flex-start !important;
    }
    #bootstrap-cfd .align-content-lg-end {
        align-content: flex-end !important;
    }
    #bootstrap-cfd .align-content-lg-center {
        align-content: center !important;
    }
    #bootstrap-cfd .align-content-lg-between {
        align-content: space-between !important;
    }
    #bootstrap-cfd .align-content-lg-around {
        align-content: space-around !important;
    }
    #bootstrap-cfd .align-content-lg-stretch {
        align-content: stretch !important;
    }
    #bootstrap-cfd .align-self-lg-auto {
        align-self: auto !important;
    }
    #bootstrap-cfd .align-self-lg-start {
        align-self: flex-start !important;
    }
    #bootstrap-cfd .align-self-lg-end {
        align-self: flex-end !important;
    }
    #bootstrap-cfd .align-self-lg-center {
        align-self: center !important;
    }
    #bootstrap-cfd .align-self-lg-baseline {
        align-self: baseline !important;
    }
    #bootstrap-cfd .align-self-lg-stretch {
        align-self: stretch !important;
    }
    #bootstrap-cfd .order-lg-first {
        order: -1 !important;
    }
    #bootstrap-cfd .order-lg-0 {
        order: 0 !important;
    }
    #bootstrap-cfd .order-lg-1 {
        order: 1 !important;
    }
    #bootstrap-cfd .order-lg-2 {
        order: 2 !important;
    }
    #bootstrap-cfd .order-lg-3 {
        order: 3 !important;
    }
    #bootstrap-cfd .order-lg-4 {
        order: 4 !important;
    }
    #bootstrap-cfd .order-lg-5 {
        order: 5 !important;
    }
    #bootstrap-cfd .order-lg-last {
        order: 6 !important;
    }
    #bootstrap-cfd .m-lg-0 {
        margin: 0 !important;
    }
    #bootstrap-cfd .m-lg-1 {
        margin: 0.25rem !important;
    }
    #bootstrap-cfd .m-lg-2 {
        margin: 0.5rem !important;
    }
    #bootstrap-cfd .m-lg-3 {
        margin: 1rem !important;
    }
    #bootstrap-cfd .m-lg-4 {
        margin: 1.5rem !important;
    }
    #bootstrap-cfd .m-lg-5 {
        margin: 3rem !important;
    }
    #bootstrap-cfd .m-lg-auto {
        margin: auto !important;
    }
    #bootstrap-cfd .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    #bootstrap-cfd .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    #bootstrap-cfd .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    #bootstrap-cfd .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    #bootstrap-cfd .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    #bootstrap-cfd .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    #bootstrap-cfd .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    #bootstrap-cfd .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    #bootstrap-cfd .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    #bootstrap-cfd .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    #bootstrap-cfd .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    #bootstrap-cfd .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    #bootstrap-cfd .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    #bootstrap-cfd .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    #bootstrap-cfd .mt-lg-0 {
        margin-top: 0 !important;
    }
    #bootstrap-cfd .mt-lg-1 {
        margin-top: 0.25rem !important;
    }
    #bootstrap-cfd .mt-lg-2 {
        margin-top: 0.5rem !important;
    }
    #bootstrap-cfd .mt-lg-3 {
        margin-top: 1rem !important;
    }
    #bootstrap-cfd .mt-lg-4 {
        margin-top: 1.5rem !important;
    }
    #bootstrap-cfd .mt-lg-5 {
        margin-top: 3rem !important;
    }
    #bootstrap-cfd .mt-lg-auto {
        margin-top: auto !important;
    }
    #bootstrap-cfd .me-lg-0 {
        margin-right: 0 !important;
    }
    #bootstrap-cfd .me-lg-1 {
        margin-right: 0.25rem !important;
    }
    #bootstrap-cfd .me-lg-2 {
        margin-right: 0.5rem !important;
    }
    #bootstrap-cfd .me-lg-3 {
        margin-right: 1rem !important;
    }
    #bootstrap-cfd .me-lg-4 {
        margin-right: 1.5rem !important;
    }
    #bootstrap-cfd .me-lg-5 {
        margin-right: 3rem !important;
    }
    #bootstrap-cfd .me-lg-auto {
        margin-right: auto !important;
    }
    #bootstrap-cfd .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    #bootstrap-cfd .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    #bootstrap-cfd .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    #bootstrap-cfd .mb-lg-3 {
        margin-bottom: 1rem !important;
    }
    #bootstrap-cfd .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    #bootstrap-cfd .mb-lg-5 {
        margin-bottom: 3rem !important;
    }
    #bootstrap-cfd .mb-lg-auto {
        margin-bottom: auto !important;
    }
    #bootstrap-cfd .ms-lg-0 {
        margin-left: 0 !important;
    }
    #bootstrap-cfd .ms-lg-1 {
        margin-left: 0.25rem !important;
    }
    #bootstrap-cfd .ms-lg-2 {
        margin-left: 0.5rem !important;
    }
    #bootstrap-cfd .ms-lg-3 {
        margin-left: 1rem !important;
    }
    #bootstrap-cfd .ms-lg-4 {
        margin-left: 1.5rem !important;
    }
    #bootstrap-cfd .ms-lg-5 {
        margin-left: 3rem !important;
    }
    #bootstrap-cfd .ms-lg-auto {
        margin-left: auto !important;
    }
    #bootstrap-cfd .p-lg-0 {
        padding: 0 !important;
    }
    #bootstrap-cfd .p-lg-1 {
        padding: 0.25rem !important;
    }
    #bootstrap-cfd .p-lg-2 {
        padding: 0.5rem !important;
    }
    #bootstrap-cfd .p-lg-3 {
        padding: 1rem !important;
    }
    #bootstrap-cfd .p-lg-4 {
        padding: 1.5rem !important;
    }
    #bootstrap-cfd .p-lg-5 {
        padding: 3rem !important;
    }
    #bootstrap-cfd .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    #bootstrap-cfd .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    #bootstrap-cfd .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    #bootstrap-cfd .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    #bootstrap-cfd .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    #bootstrap-cfd .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    #bootstrap-cfd .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    #bootstrap-cfd .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    #bootstrap-cfd .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    #bootstrap-cfd .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    #bootstrap-cfd .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    #bootstrap-cfd .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    #bootstrap-cfd .pt-lg-0 {
        padding-top: 0 !important;
    }
    #bootstrap-cfd .pt-lg-1 {
        padding-top: 0.25rem !important;
    }
    #bootstrap-cfd .pt-lg-2 {
        padding-top: 0.5rem !important;
    }
    #bootstrap-cfd .pt-lg-3 {
        padding-top: 1rem !important;
    }
    #bootstrap-cfd .pt-lg-4 {
        padding-top: 1.5rem !important;
    }
    #bootstrap-cfd .pt-lg-5 {
        padding-top: 3rem !important;
    }
    #bootstrap-cfd .pe-lg-0 {
        padding-right: 0 !important;
    }
    #bootstrap-cfd .pe-lg-1 {
        padding-right: 0.25rem !important;
    }
    #bootstrap-cfd .pe-lg-2 {
        padding-right: 0.5rem !important;
    }
    #bootstrap-cfd .pe-lg-3 {
        padding-right: 1rem !important;
    }
    #bootstrap-cfd .pe-lg-4 {
        padding-right: 1.5rem !important;
    }
    #bootstrap-cfd .pe-lg-5 {
        padding-right: 3rem !important;
    }
    #bootstrap-cfd .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    #bootstrap-cfd .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    #bootstrap-cfd .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    #bootstrap-cfd .pb-lg-3 {
        padding-bottom: 1rem !important;
    }
    #bootstrap-cfd .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    #bootstrap-cfd .pb-lg-5 {
        padding-bottom: 3rem !important;
    }
    #bootstrap-cfd .ps-lg-0 {
        padding-left: 0 !important;
    }
    #bootstrap-cfd .ps-lg-1 {
        padding-left: 0.25rem !important;
    }
    #bootstrap-cfd .ps-lg-2 {
        padding-left: 0.5rem !important;
    }
    #bootstrap-cfd .ps-lg-3 {
        padding-left: 1rem !important;
    }
    #bootstrap-cfd .ps-lg-4 {
        padding-left: 1.5rem !important;
    }
    #bootstrap-cfd .ps-lg-5 {
        padding-left: 3rem !important;
    }
    #bootstrap-cfd .text-lg-start {
        text-align: left !important;
    }
    #bootstrap-cfd .text-lg-end {
        text-align: right !important;
    }
    #bootstrap-cfd .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    #bootstrap-cfd .float-xl-start {
        float: left !important;
    }
    #bootstrap-cfd .float-xl-end {
        float: right !important;
    }
    #bootstrap-cfd .float-xl-none {
        float: none !important;
    }
    #bootstrap-cfd .d-xl-inline {
        display: inline !important;
    }
    #bootstrap-cfd .d-xl-inline-block {
        display: inline-block !important;
    }
    #bootstrap-cfd .d-xl-block {
        display: block !important;
    }
    #bootstrap-cfd .d-xl-grid {
        display: grid !important;
    }
    #bootstrap-cfd .d-xl-table {
        display: table !important;
    }
    #bootstrap-cfd .d-xl-table-row {
        display: table-row !important;
    }
    #bootstrap-cfd .d-xl-table-cell {
        display: table-cell !important;
    }
    #bootstrap-cfd .d-xl-flex {
        display: flex !important;
    }
    #bootstrap-cfd .d-xl-inline-flex {
        display: inline-flex !important;
    }
    #bootstrap-cfd .d-xl-none {
        display: none !important;
    }
    #bootstrap-cfd .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    #bootstrap-cfd .flex-xl-row {
        flex-direction: row !important;
    }
    #bootstrap-cfd .flex-xl-column {
        flex-direction: column !important;
    }
    #bootstrap-cfd .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    #bootstrap-cfd .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    #bootstrap-cfd .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    #bootstrap-cfd .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    #bootstrap-cfd .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    #bootstrap-cfd .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    #bootstrap-cfd .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    #bootstrap-cfd .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    #bootstrap-cfd .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    #bootstrap-cfd .gap-xl-0 {
        gap: 0 !important;
    }
    #bootstrap-cfd .gap-xl-1 {
        gap: 0.25rem !important;
    }
    #bootstrap-cfd .gap-xl-2 {
        gap: 0.5rem !important;
    }
    #bootstrap-cfd .gap-xl-3 {
        gap: 1rem !important;
    }
    #bootstrap-cfd .gap-xl-4 {
        gap: 1.5rem !important;
    }
    #bootstrap-cfd .gap-xl-5 {
        gap: 3rem !important;
    }
    #bootstrap-cfd .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    #bootstrap-cfd .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    #bootstrap-cfd .justify-content-xl-center {
        justify-content: center !important;
    }
    #bootstrap-cfd .justify-content-xl-between {
        justify-content: space-between !important;
    }
    #bootstrap-cfd .justify-content-xl-around {
        justify-content: space-around !important;
    }
    #bootstrap-cfd .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }
    #bootstrap-cfd .align-items-xl-start {
        align-items: flex-start !important;
    }
    #bootstrap-cfd .align-items-xl-end {
        align-items: flex-end !important;
    }
    #bootstrap-cfd .align-items-xl-center {
        align-items: center !important;
    }
    #bootstrap-cfd .align-items-xl-baseline {
        align-items: baseline !important;
    }
    #bootstrap-cfd .align-items-xl-stretch {
        align-items: stretch !important;
    }
    #bootstrap-cfd .align-content-xl-start {
        align-content: flex-start !important;
    }
    #bootstrap-cfd .align-content-xl-end {
        align-content: flex-end !important;
    }
    #bootstrap-cfd .align-content-xl-center {
        align-content: center !important;
    }
    #bootstrap-cfd .align-content-xl-between {
        align-content: space-between !important;
    }
    #bootstrap-cfd .align-content-xl-around {
        align-content: space-around !important;
    }
    #bootstrap-cfd .align-content-xl-stretch {
        align-content: stretch !important;
    }
    #bootstrap-cfd .align-self-xl-auto {
        align-self: auto !important;
    }
    #bootstrap-cfd .align-self-xl-start {
        align-self: flex-start !important;
    }
    #bootstrap-cfd .align-self-xl-end {
        align-self: flex-end !important;
    }
    #bootstrap-cfd .align-self-xl-center {
        align-self: center !important;
    }
    #bootstrap-cfd .align-self-xl-baseline {
        align-self: baseline !important;
    }
    #bootstrap-cfd .align-self-xl-stretch {
        align-self: stretch !important;
    }
    #bootstrap-cfd .order-xl-first {
        order: -1 !important;
    }
    #bootstrap-cfd .order-xl-0 {
        order: 0 !important;
    }
    #bootstrap-cfd .order-xl-1 {
        order: 1 !important;
    }
    #bootstrap-cfd .order-xl-2 {
        order: 2 !important;
    }
    #bootstrap-cfd .order-xl-3 {
        order: 3 !important;
    }
    #bootstrap-cfd .order-xl-4 {
        order: 4 !important;
    }
    #bootstrap-cfd .order-xl-5 {
        order: 5 !important;
    }
    #bootstrap-cfd .order-xl-last {
        order: 6 !important;
    }
    #bootstrap-cfd .m-xl-0 {
        margin: 0 !important;
    }
    #bootstrap-cfd .m-xl-1 {
        margin: 0.25rem !important;
    }
    #bootstrap-cfd .m-xl-2 {
        margin: 0.5rem !important;
    }
    #bootstrap-cfd .m-xl-3 {
        margin: 1rem !important;
    }
    #bootstrap-cfd .m-xl-4 {
        margin: 1.5rem !important;
    }
    #bootstrap-cfd .m-xl-5 {
        margin: 3rem !important;
    }
    #bootstrap-cfd .m-xl-auto {
        margin: auto !important;
    }
    #bootstrap-cfd .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    #bootstrap-cfd .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    #bootstrap-cfd .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    #bootstrap-cfd .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    #bootstrap-cfd .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    #bootstrap-cfd .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    #bootstrap-cfd .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    #bootstrap-cfd .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    #bootstrap-cfd .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    #bootstrap-cfd .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    #bootstrap-cfd .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    #bootstrap-cfd .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    #bootstrap-cfd .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    #bootstrap-cfd .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    #bootstrap-cfd .mt-xl-0 {
        margin-top: 0 !important;
    }
    #bootstrap-cfd .mt-xl-1 {
        margin-top: 0.25rem !important;
    }
    #bootstrap-cfd .mt-xl-2 {
        margin-top: 0.5rem !important;
    }
    #bootstrap-cfd .mt-xl-3 {
        margin-top: 1rem !important;
    }
    #bootstrap-cfd .mt-xl-4 {
        margin-top: 1.5rem !important;
    }
    #bootstrap-cfd .mt-xl-5 {
        margin-top: 3rem !important;
    }
    #bootstrap-cfd .mt-xl-auto {
        margin-top: auto !important;
    }
    #bootstrap-cfd .me-xl-0 {
        margin-right: 0 !important;
    }
    #bootstrap-cfd .me-xl-1 {
        margin-right: 0.25rem !important;
    }
    #bootstrap-cfd .me-xl-2 {
        margin-right: 0.5rem !important;
    }
    #bootstrap-cfd .me-xl-3 {
        margin-right: 1rem !important;
    }
    #bootstrap-cfd .me-xl-4 {
        margin-right: 1.5rem !important;
    }
    #bootstrap-cfd .me-xl-5 {
        margin-right: 3rem !important;
    }
    #bootstrap-cfd .me-xl-auto {
        margin-right: auto !important;
    }
    #bootstrap-cfd .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    #bootstrap-cfd .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    #bootstrap-cfd .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    #bootstrap-cfd .mb-xl-3 {
        margin-bottom: 1rem !important;
    }
    #bootstrap-cfd .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    #bootstrap-cfd .mb-xl-5 {
        margin-bottom: 3rem !important;
    }
    #bootstrap-cfd .mb-xl-auto {
        margin-bottom: auto !important;
    }
    #bootstrap-cfd .ms-xl-0 {
        margin-left: 0 !important;
    }
    #bootstrap-cfd .ms-xl-1 {
        margin-left: 0.25rem !important;
    }
    #bootstrap-cfd .ms-xl-2 {
        margin-left: 0.5rem !important;
    }
    #bootstrap-cfd .ms-xl-3 {
        margin-left: 1rem !important;
    }
    #bootstrap-cfd .ms-xl-4 {
        margin-left: 1.5rem !important;
    }
    #bootstrap-cfd .ms-xl-5 {
        margin-left: 3rem !important;
    }
    #bootstrap-cfd .ms-xl-auto {
        margin-left: auto !important;
    }
    #bootstrap-cfd .p-xl-0 {
        padding: 0 !important;
    }
    #bootstrap-cfd .p-xl-1 {
        padding: 0.25rem !important;
    }
    #bootstrap-cfd .p-xl-2 {
        padding: 0.5rem !important;
    }
    #bootstrap-cfd .p-xl-3 {
        padding: 1rem !important;
    }
    #bootstrap-cfd .p-xl-4 {
        padding: 1.5rem !important;
    }
    #bootstrap-cfd .p-xl-5 {
        padding: 3rem !important;
    }
    #bootstrap-cfd .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    #bootstrap-cfd .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    #bootstrap-cfd .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    #bootstrap-cfd .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    #bootstrap-cfd .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    #bootstrap-cfd .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    #bootstrap-cfd .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    #bootstrap-cfd .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    #bootstrap-cfd .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    #bootstrap-cfd .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    #bootstrap-cfd .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    #bootstrap-cfd .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    #bootstrap-cfd .pt-xl-0 {
        padding-top: 0 !important;
    }
    #bootstrap-cfd .pt-xl-1 {
        padding-top: 0.25rem !important;
    }
    #bootstrap-cfd .pt-xl-2 {
        padding-top: 0.5rem !important;
    }
    #bootstrap-cfd .pt-xl-3 {
        padding-top: 1rem !important;
    }
    #bootstrap-cfd .pt-xl-4 {
        padding-top: 1.5rem !important;
    }
    #bootstrap-cfd .pt-xl-5 {
        padding-top: 3rem !important;
    }
    #bootstrap-cfd .pe-xl-0 {
        padding-right: 0 !important;
    }
    #bootstrap-cfd .pe-xl-1 {
        padding-right: 0.25rem !important;
    }
    #bootstrap-cfd .pe-xl-2 {
        padding-right: 0.5rem !important;
    }
    #bootstrap-cfd .pe-xl-3 {
        padding-right: 1rem !important;
    }
    #bootstrap-cfd .pe-xl-4 {
        padding-right: 1.5rem !important;
    }
    #bootstrap-cfd .pe-xl-5 {
        padding-right: 3rem !important;
    }
    #bootstrap-cfd .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    #bootstrap-cfd .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    #bootstrap-cfd .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    #bootstrap-cfd .pb-xl-3 {
        padding-bottom: 1rem !important;
    }
    #bootstrap-cfd .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    #bootstrap-cfd .pb-xl-5 {
        padding-bottom: 3rem !important;
    }
    #bootstrap-cfd .ps-xl-0 {
        padding-left: 0 !important;
    }
    #bootstrap-cfd .ps-xl-1 {
        padding-left: 0.25rem !important;
    }
    #bootstrap-cfd .ps-xl-2 {
        padding-left: 0.5rem !important;
    }
    #bootstrap-cfd .ps-xl-3 {
        padding-left: 1rem !important;
    }
    #bootstrap-cfd .ps-xl-4 {
        padding-left: 1.5rem !important;
    }
    #bootstrap-cfd .ps-xl-5 {
        padding-left: 3rem !important;
    }
    #bootstrap-cfd .text-xl-start {
        text-align: left !important;
    }
    #bootstrap-cfd .text-xl-end {
        text-align: right !important;
    }
    #bootstrap-cfd .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width: 1400px) {
    #bootstrap-cfd .float-xxl-start {
        float: left !important;
    }
    #bootstrap-cfd .float-xxl-end {
        float: right !important;
    }
    #bootstrap-cfd .float-xxl-none {
        float: none !important;
    }
    #bootstrap-cfd .d-xxl-inline {
        display: inline !important;
    }
    #bootstrap-cfd .d-xxl-inline-block {
        display: inline-block !important;
    }
    #bootstrap-cfd .d-xxl-block {
        display: block !important;
    }
    #bootstrap-cfd .d-xxl-grid {
        display: grid !important;
    }
    #bootstrap-cfd .d-xxl-table {
        display: table !important;
    }
    #bootstrap-cfd .d-xxl-table-row {
        display: table-row !important;
    }
    #bootstrap-cfd .d-xxl-table-cell {
        display: table-cell !important;
    }
    #bootstrap-cfd .d-xxl-flex {
        display: flex !important;
    }
    #bootstrap-cfd .d-xxl-inline-flex {
        display: inline-flex !important;
    }
    #bootstrap-cfd .d-xxl-none {
        display: none !important;
    }
    #bootstrap-cfd .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    #bootstrap-cfd .flex-xxl-row {
        flex-direction: row !important;
    }
    #bootstrap-cfd .flex-xxl-column {
        flex-direction: column !important;
    }
    #bootstrap-cfd .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    #bootstrap-cfd .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    #bootstrap-cfd .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    #bootstrap-cfd .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    #bootstrap-cfd .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    #bootstrap-cfd .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    #bootstrap-cfd .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    #bootstrap-cfd .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    #bootstrap-cfd .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    #bootstrap-cfd .gap-xxl-0 {
        gap: 0 !important;
    }
    #bootstrap-cfd .gap-xxl-1 {
        gap: 0.25rem !important;
    }
    #bootstrap-cfd .gap-xxl-2 {
        gap: 0.5rem !important;
    }
    #bootstrap-cfd .gap-xxl-3 {
        gap: 1rem !important;
    }
    #bootstrap-cfd .gap-xxl-4 {
        gap: 1.5rem !important;
    }
    #bootstrap-cfd .gap-xxl-5 {
        gap: 3rem !important;
    }
    #bootstrap-cfd .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    #bootstrap-cfd .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    #bootstrap-cfd .justify-content-xxl-center {
        justify-content: center !important;
    }
    #bootstrap-cfd .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    #bootstrap-cfd .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    #bootstrap-cfd .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }
    #bootstrap-cfd .align-items-xxl-start {
        align-items: flex-start !important;
    }
    #bootstrap-cfd .align-items-xxl-end {
        align-items: flex-end !important;
    }
    #bootstrap-cfd .align-items-xxl-center {
        align-items: center !important;
    }
    #bootstrap-cfd .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    #bootstrap-cfd .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    #bootstrap-cfd .align-content-xxl-start {
        align-content: flex-start !important;
    }
    #bootstrap-cfd .align-content-xxl-end {
        align-content: flex-end !important;
    }
    #bootstrap-cfd .align-content-xxl-center {
        align-content: center !important;
    }
    #bootstrap-cfd .align-content-xxl-between {
        align-content: space-between !important;
    }
    #bootstrap-cfd .align-content-xxl-around {
        align-content: space-around !important;
    }
    #bootstrap-cfd .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    #bootstrap-cfd .align-self-xxl-auto {
        align-self: auto !important;
    }
    #bootstrap-cfd .align-self-xxl-start {
        align-self: flex-start !important;
    }
    #bootstrap-cfd .align-self-xxl-end {
        align-self: flex-end !important;
    }
    #bootstrap-cfd .align-self-xxl-center {
        align-self: center !important;
    }
    #bootstrap-cfd .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    #bootstrap-cfd .align-self-xxl-stretch {
        align-self: stretch !important;
    }
    #bootstrap-cfd .order-xxl-first {
        order: -1 !important;
    }
    #bootstrap-cfd .order-xxl-0 {
        order: 0 !important;
    }
    #bootstrap-cfd .order-xxl-1 {
        order: 1 !important;
    }
    #bootstrap-cfd .order-xxl-2 {
        order: 2 !important;
    }
    #bootstrap-cfd .order-xxl-3 {
        order: 3 !important;
    }
    #bootstrap-cfd .order-xxl-4 {
        order: 4 !important;
    }
    #bootstrap-cfd .order-xxl-5 {
        order: 5 !important;
    }
    #bootstrap-cfd .order-xxl-last {
        order: 6 !important;
    }
    #bootstrap-cfd .m-xxl-0 {
        margin: 0 !important;
    }
    #bootstrap-cfd .m-xxl-1 {
        margin: 0.25rem !important;
    }
    #bootstrap-cfd .m-xxl-2 {
        margin: 0.5rem !important;
    }
    #bootstrap-cfd .m-xxl-3 {
        margin: 1rem !important;
    }
    #bootstrap-cfd .m-xxl-4 {
        margin: 1.5rem !important;
    }
    #bootstrap-cfd .m-xxl-5 {
        margin: 3rem !important;
    }
    #bootstrap-cfd .m-xxl-auto {
        margin: auto !important;
    }
    #bootstrap-cfd .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    #bootstrap-cfd .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    #bootstrap-cfd .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    #bootstrap-cfd .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    #bootstrap-cfd .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    #bootstrap-cfd .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    #bootstrap-cfd .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    #bootstrap-cfd .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    #bootstrap-cfd .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    #bootstrap-cfd .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    #bootstrap-cfd .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    #bootstrap-cfd .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    #bootstrap-cfd .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    #bootstrap-cfd .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    #bootstrap-cfd .mt-xxl-0 {
        margin-top: 0 !important;
    }
    #bootstrap-cfd .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }
    #bootstrap-cfd .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }
    #bootstrap-cfd .mt-xxl-3 {
        margin-top: 1rem !important;
    }
    #bootstrap-cfd .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }
    #bootstrap-cfd .mt-xxl-5 {
        margin-top: 3rem !important;
    }
    #bootstrap-cfd .mt-xxl-auto {
        margin-top: auto !important;
    }
    #bootstrap-cfd .me-xxl-0 {
        margin-right: 0 !important;
    }
    #bootstrap-cfd .me-xxl-1 {
        margin-right: 0.25rem !important;
    }
    #bootstrap-cfd .me-xxl-2 {
        margin-right: 0.5rem !important;
    }
    #bootstrap-cfd .me-xxl-3 {
        margin-right: 1rem !important;
    }
    #bootstrap-cfd .me-xxl-4 {
        margin-right: 1.5rem !important;
    }
    #bootstrap-cfd .me-xxl-5 {
        margin-right: 3rem !important;
    }
    #bootstrap-cfd .me-xxl-auto {
        margin-right: auto !important;
    }
    #bootstrap-cfd .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    #bootstrap-cfd .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    #bootstrap-cfd .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    #bootstrap-cfd .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }
    #bootstrap-cfd .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    #bootstrap-cfd .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }
    #bootstrap-cfd .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    #bootstrap-cfd .ms-xxl-0 {
        margin-left: 0 !important;
    }
    #bootstrap-cfd .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }
    #bootstrap-cfd .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }
    #bootstrap-cfd .ms-xxl-3 {
        margin-left: 1rem !important;
    }
    #bootstrap-cfd .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }
    #bootstrap-cfd .ms-xxl-5 {
        margin-left: 3rem !important;
    }
    #bootstrap-cfd .ms-xxl-auto {
        margin-left: auto !important;
    }
    #bootstrap-cfd .p-xxl-0 {
        padding: 0 !important;
    }
    #bootstrap-cfd .p-xxl-1 {
        padding: 0.25rem !important;
    }
    #bootstrap-cfd .p-xxl-2 {
        padding: 0.5rem !important;
    }
    #bootstrap-cfd .p-xxl-3 {
        padding: 1rem !important;
    }
    #bootstrap-cfd .p-xxl-4 {
        padding: 1.5rem !important;
    }
    #bootstrap-cfd .p-xxl-5 {
        padding: 3rem !important;
    }
    #bootstrap-cfd .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    #bootstrap-cfd .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    #bootstrap-cfd .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    #bootstrap-cfd .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    #bootstrap-cfd .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    #bootstrap-cfd .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    #bootstrap-cfd .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    #bootstrap-cfd .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    #bootstrap-cfd .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    #bootstrap-cfd .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    #bootstrap-cfd .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    #bootstrap-cfd .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    #bootstrap-cfd .pt-xxl-0 {
        padding-top: 0 !important;
    }
    #bootstrap-cfd .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }
    #bootstrap-cfd .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }
    #bootstrap-cfd .pt-xxl-3 {
        padding-top: 1rem !important;
    }
    #bootstrap-cfd .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }
    #bootstrap-cfd .pt-xxl-5 {
        padding-top: 3rem !important;
    }
    #bootstrap-cfd .pe-xxl-0 {
        padding-right: 0 !important;
    }
    #bootstrap-cfd .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }
    #bootstrap-cfd .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }
    #bootstrap-cfd .pe-xxl-3 {
        padding-right: 1rem !important;
    }
    #bootstrap-cfd .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }
    #bootstrap-cfd .pe-xxl-5 {
        padding-right: 3rem !important;
    }
    #bootstrap-cfd .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    #bootstrap-cfd .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    #bootstrap-cfd .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    #bootstrap-cfd .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }
    #bootstrap-cfd .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    #bootstrap-cfd .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }
    #bootstrap-cfd .ps-xxl-0 {
        padding-left: 0 !important;
    }
    #bootstrap-cfd .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }
    #bootstrap-cfd .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }
    #bootstrap-cfd .ps-xxl-3 {
        padding-left: 1rem !important;
    }
    #bootstrap-cfd .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }
    #bootstrap-cfd .ps-xxl-5 {
        padding-left: 3rem !important;
    }
    #bootstrap-cfd .text-xxl-start {
        text-align: left !important;
    }
    #bootstrap-cfd .text-xxl-end {
        text-align: right !important;
    }
    #bootstrap-cfd .text-xxl-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    #bootstrap-cfd .fs-1 {
        font-size: 2.5rem !important;
    }
    #bootstrap-cfd .fs-2 {
        font-size: 2rem !important;
    }
    #bootstrap-cfd .fs-3 {
        font-size: 1.75rem !important;
    }
    #bootstrap-cfd .fs-4 {
        font-size: 1.5rem !important;
    }
}

@media print {
    #bootstrap-cfd .d-print-inline {
        display: inline !important;
    }
    #bootstrap-cfd .d-print-inline-block {
        display: inline-block !important;
    }
    #bootstrap-cfd .d-print-block {
        display: block !important;
    }
    #bootstrap-cfd .d-print-grid {
        display: grid !important;
    }
    #bootstrap-cfd .d-print-table {
        display: table !important;
    }
    #bootstrap-cfd .d-print-table-row {
        display: table-row !important;
    }
    #bootstrap-cfd .d-print-table-cell {
        display: table-cell !important;
    }
    #bootstrap-cfd .d-print-flex {
        display: flex !important;
    }
    #bootstrap-cfd .d-print-inline-flex {
        display: inline-flex !important;
    }
    #bootstrap-cfd .d-print-none {
        display: none !important;
    }
}

#bootstrap-cfd body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin: 0;
    font-size: 1.4rem !important;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#bootstrap-cfd .c-red {
    color: #D0143A !important;
}


/*# sourceMappingURL=customBootstrap.css.map */

@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600&display=swap');

/* CUSTOM DESIGN */

#cofidis_pay {
    background-color: #fff;
}

#cofidis_pay #landing {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

#cofidis_pay #landing img {
    width: 100%;
}

#cofidis_pay #landing section {
    margin-bottom: 40px;
}

#cofidis_pay #landing .c-white {
    color: #fff;
}

#cofidis_pay #landing .c-red {
    color: #D0143A;
}

#cofidis_pay #landing .c-grey {
    color: #555;
}

#cofidis_pay #landing .title-section {
    padding-bottom: 25px;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    padding-left: 0;
}


/*  HEADER SECTION  */

#cofidis_pay #landing .header {
    box-shadow: 0 10px 9px -9px #bdbdbd;
    padding: 20px 0;
}


/*  COFIDIS BANNER*/

#cofidis_pay #landing .banner-desktop {
    display: block;
}

#cofidis_pay #landing .banner-tablet,
#cofidis_pay #landing .banner-mobile {
    display: none;
}

@media (max-width: 768px) {
    #cofidis_pay #landing .banner-desktop,
    #cofidis_pay #landing .banner-mobile {
        display: none;
    }
    #cofidis_pay #landing .banner-tablet {
        display: block;
    }
}

@media (max-width: 615px) {
    #cofidis_pay #landing .banner-desktop,
    #cofidis_pay #landing .banner-tablet {
        display: none;
    }
    #cofidis_pay #landing .banner-mobile {
        display: block;
    }
}


/* COFIDIS CARDS  */

#cofidis_pay #landing .cofidis-cards {
    padding: 25px 0;
    margin: 0px;
}

#cofidis_pay #landing .cofidis-cards .title-section {
    padding-bottom: 10px;
    font-size: 25px !important;
    display: block;
    margin: auto;
    max-width: 600px;
}

#cofidis_pay #landing .cofidis-cards .container-cards {
    width: 80%;
    margin: 20px auto;
}

#cofidis_pay #landing .cofidis-cards .card {
    margin: 10px;
    border: none;
    padding: 15px 20px;
    box-shadow: none;
}

#cofidis_pay #landing .cofidis-cards .card img {
    max-width: 110px;
    display: block;
    margin: 0 auto;
}

#cofidis_pay #landing .cofidis-cards .card p {
    padding-left: 0;
}

#cofidis_pay #landing .cofidis-cards .card .content-card {
    padding-top: 15px;
    font-size: 15px;
}


/* FOOTER  */

#cofidis_pay #landing .footer {
    background-color: #363636;
    font-size: 15px;
    margin-bottom: 20px;
    padding: 0;
}

#cofidis_pay #landing .footer img {
    padding: 20px 10px;
    max-width: 160px;
}

#cofidis_pay #landing .footer .text-container {
    width: 97%;
}

#cofidis_pay #landing .footer .text-container p {
    margin: 20px 10px;
    font-size: 16px;
    padding-left: 0;
}


/*******************   LANDING BELGICA    *****************/

#landing-client-flex .c-red {
    color: #D0143A;
}

#landing-client-flex .caption-img {
    width: 180px;
    display: inline-block;
    margin: auto;
    font-weight: 700;
}

#landing-client-flex .main-title {
    background-color: #003d44;
    color: #fff;
}

#landing-client-flex .ico-flex {
    width: 180px;
    height: auto;
    margin: auto;
}

#landing-client-flex .mw-50 {
    max-width: 50%;
}

.img-product-title {
    margin-top: 30px;
}

#cofidis_pay #landing .cofidis-cards .title-section.title-FR-LOAN {
    margin-left: 15px;
}

@media (max-width: 500px) {
    #landing-client-flex .logo {
        width: 320px !important;
        max-width: 320px !important;
    }
}


/*LANDINGs ESPAÃ‘A*/

@font-face {
    font-family: 'Titillium';
    src: url('fonts/TitilliumWeb-Regular.ttf') format('truetype'), url('fonts/TitilliumWeb-Regular.woff2') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Arial';
    src: url('fonts/arial.ttf') format('truetype'), url('fonts/arial.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/GothamMedium.ttf') format('truetype'), url('fonts/GothamMedium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

#bootstrap-cfd #landing-4xcard-es .ico-flex,
#bootstrap-cfd #landing-CofidisPay-es .ico-flex {
    width: auto;
    height: 144px;
    margin: auto;
}

#bootstrap-cfd #landing-4xcard-es .title.main-title,
#bootstrap-cfd #landing-CofidisPay-es .title.main-title {
    /* font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) 40px/var(--unnamed-line-spacing-30) var(--unnamed-font-family-gotham); */
    text-align: center;
    font: normal normal bold 40px/30px Gotham;
    line-height: 45px;
    letter-spacing: 0px;
}

#bootstrap-cfd #landing-4xcard-es .title,
#bootstrap-cfd #landing-CofidisPay-es .title {
    color: #D61E38;
    text-transform: uppercase;
    opacity: 1;
}

#bootstrap-cfd #landing-4xcard-es p,
#bootstrap-cfd #landing-4xcard-es p span,
#bootstrap-cfd #landing-4xcard-es li,
#bootstrap-cfd #landing-4xcard-es .accordion-button,
#bootstrap-cfd #landing-CofidisPay-es p,
#bootstrap-cfd #landing-CofidisPay-es p span,
#bootstrap-cfd #landing-CofidisPay-es li,
#bootstrap-cfd #landing-CofidisPay-es .accordion-button {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-22)/var(--unnamed-line-spacing-30) var(--unnamed-font-family-titillium);
    font: normal normal normal 22px/30px Titillium;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    text-align: left;
}

#bootstrap-cfd #landing-4xcard-es .caption-img,
#bootstrap-cfd #landing-CofidisPay-es .caption-img {
    width: 100%;
    display: inline-block;
    margin: auto;
    text-align: center;
}

#bootstrap-cfd #landing-4xcard-es .bg-section,
#bootstrap-cfd #landing-CofidisPay-es .bg-section {
    background: var(--unnamed-color-f7f4f0) 0% 0% no-repeat padding-box;
    background: #F7F4F0 0% 0% no-repeat padding-box;
}

#bootstrap-cfd #landing-4xcard-es .title.section-title,
#bootstrap-cfd #landing-CofidisPay-es .title.section-title {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) 35px/35px var(--unnamed-font-family-gotham);
    font: normal normal bold 35px/35px Gotham;
    letter-spacing: -0.7px;
    line-height: 40px;
}

#bootstrap-cfd #landing-4xcard-es .sub-title,
#bootstrap-cfd #landing-CofidisPay-es .sub-title {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-20)/34px var(--unnamed-font-family-gotham);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-848484);
    font: normal normal normal 20px/34px Gotham;
    line-height: 34px;
    color: #848484;
    text-transform: uppercase;
}

#bootstrap-cfd #landing-4xcard-es ol,
#bootstrap-cfd #landing-CofidisPay-es ol {
    margin-left: -10px;
}

#bootstrap-cfd #landing-4xcard-es ol li,
#bootstrap-cfd #landing-CofidisPay-es ol li {
    padding: 7px 0;
}

#bootstrap-cfd #landing-4xcard-es .bg-financiacion {
    background-image: url(../images/landingES/4xcard/1920/financiacion-1920px.png);
}

#bootstrap-cfd #landing-4xcard-es .bg-financiacion,
#bootstrap-cfd #landing-CofidisPay-es .bg-financiacion {
    background-repeat: no-repeat;
    background-position: center;
}

#bootstrap-cfd #landing-4xcard-es .accordion-item,
#bootstrap-cfd #landing-CofidisPay-es .accordion-item {
    border: 0;
}

#bootstrap-cfd #landing-4xcard-es .faqs .accordion .accordion-item details .accordion-button:not(.collapsed)::after,
#bootstrap-cfd #landing-CofidisPay-es .faqs .accordion .accordion-item details .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
}

#bootstrap-cfd #landing-4xcard-es .faqs .accordion .accordion-item details[open] .accordion-button:not(.collapsed)::after,
#bootstrap-cfd #landing-CofidisPay-es .faqs .accordion .accordion-item details[open] .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}

#bootstrap-cfd #landing-4xcard-es .faqs .accordion .accordion-button:not(.collapsed),
#bootstrap-cfd #landing-CofidisPay-es .faqs .accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
}

#bootstrap-cfd #landing-4xcard-es .faqs .accordion .accordion-button,
#bootstrap-cfd #landing-CofidisPay-es .faqs .accordion .accordion-button {
    background: var(--unnamed-color-eaeaea) 0% 0% no-repeat padding-box;
    background: #EAEAEA 0% 0% no-repeat padding-box;
    padding: 0.5rem 1.25rem;
    line-height: 30px;
    color: #000000;
    font-weight: bold;
}

#bootstrap-cfd #landing-4xcard-es .faqs .accordion .accordion-button:not(.collapsed)::after,
#bootstrap-cfd #landing-CofidisPay-es .faqs .accordion .accordion-button:not(.collapsed)::after {
    filter: brightness(0);
}

#bootstrap-cfd #landing-4xcard-es .terminos p,
#bootstrap-cfd #landing-4xcard-es .terminos span,
#bootstrap-cfd #landing-CofidisPay-es .terminos p,
#bootstrap-cfd #landing-CofidisPay-es .terminos span {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 16px/var(--unnamed-line-spacing-25) var(--unnamed-font-family-arial);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-000000);
    font: normal normal normal 16px/25px Arial;
    line-height: 25px;
    letter-spacing: 0px;
    color: #000000;
}

#bootstrap-cfd #landing-CofidisPay-es .bg-financiacion {
    background-image: url(../images/landingES/cofidisPay/1920/financiacion-1920px.png);
}

#bootstrap-cfd .never-display {
    display: none !important;
}