/**
 * Variables
 * Variables should follow the $component-state-property-size formula for
 * consistent naming. Examples:
 * $nav-link-disabled-color
 * $modal-content-box-shadow-xs 
 *
 * Customization:
 * To customize Bootstrap variables:
 * Copy the desired variable from node_modules/bootstrap/scss/_variables.scss
 * @see https://github.com/twbs/bootstrap/blob/main/scss/_variables.scss
 * Change the value and remove the !default flag.
 * Examples:
 * $body-bg: #000;
 * $body-color: $gray-100;
 */
/* 
$btn-border-radius: 0;
$btn-border-radius-sm: 0;
$btn-border-radius-lg: 0;
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #439CAF;
  --bs-indigo: #439CAF;
  --bs-purple: #8474A0;
  --bs-pink: #B86F94;
  --bs-red: #C85155;
  --bs-orange: #F16E00;
  --bs-yellow: #FFD27F;
  --bs-green: #1D8645;
  --bs-teal: #20c997;
  --bs-cyan: #A1D8EB;
  --bs-black: #000;
  --bs-white: #ffffff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #1D8645;
  --bs-secondary: #439CAF;
  --bs-success: #1D8645;
  --bs-info: #A1D8EB;
  --bs-warning: #FFD27F;
  --bs-danger: #C85155;
  --bs-light: #dee2e6;
  --bs-dark: #212529;
  --bs-primary-rgb: 29, 134, 69;
  --bs-secondary-rgb: 67, 156, 175;
  --bs-success-rgb: 29, 134, 69;
  --bs-info-rgb: 161, 216, 235;
  --bs-warning-rgb: 255, 210, 127;
  --bs-danger-rgb: 200, 81, 85;
  --bs-light-rgb: 222, 226, 230;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(11.6, 53.6, 27.6);
  --bs-secondary-text-emphasis: rgb(26.8, 62.4, 70);
  --bs-success-text-emphasis: rgb(11.6, 53.6, 27.6);
  --bs-info-text-emphasis: rgb(64.4, 86.4, 94);
  --bs-warning-text-emphasis: rgb(102, 84, 50.8);
  --bs-danger-text-emphasis: rgb(80, 32.4, 34);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(209.8, 230.8, 217.8);
  --bs-secondary-bg-subtle: rgb(217.4, 235.2, 239);
  --bs-success-bg-subtle: rgb(209.8, 230.8, 217.8);
  --bs-info-bg-subtle: rgb(236.2, 247.2, 251);
  --bs-warning-bg-subtle: rgb(255, 246, 229.4);
  --bs-danger-bg-subtle: rgb(244, 220.2, 221);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(164.6, 206.6, 180.6);
  --bs-secondary-border-subtle: rgb(179.8, 215.4, 223);
  --bs-success-border-subtle: rgb(164.6, 206.6, 180.6);
  --bs-info-border-subtle: rgb(217.4, 239.4, 247);
  --bs-warning-border-subtle: rgb(255, 237, 203.8);
  --bs-danger-border-subtle: rgb(233, 185.4, 187);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "open-sans", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: "open-sans", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 2;
  --bs-body-color: #495057;
  --bs-body-color-rgb: 73, 80, 87;
  --bs-body-bg: #ffffff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(73, 80, 87, 0.75);
  --bs-secondary-color-rgb: 73, 80, 87;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(73, 80, 87, 0.5);
  --bs-tertiary-color-rgb: 73, 80, 87;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #1D8645;
  --bs-link-color-rgb: 29, 134, 69;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(23.2, 107.2, 55.2);
  --bs-link-hover-color-rgb: 23, 107, 55;
  --bs-code-color: #B86F94;
  --bs-highlight-color: #495057;
  --bs-highlight-bg: rgb(255, 246, 229.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(29, 134, 69, 0.25);
  --bs-form-valid-color: #1D8645;
  --bs-form-valid-border-color: #1D8645;
  --bs-form-invalid-color: #C85155;
  --bs-form-invalid-border-color: #C85155;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #ffffff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(119.4, 182.4, 143.4);
  --bs-secondary-text-emphasis: rgb(142.2, 195.6, 207);
  --bs-success-text-emphasis: rgb(119.4, 182.4, 143.4);
  --bs-info-text-emphasis: rgb(198.6, 231.6, 243);
  --bs-warning-text-emphasis: rgb(255, 228, 178.2);
  --bs-danger-text-emphasis: rgb(222, 150.6, 153);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(5.8, 26.8, 13.8);
  --bs-secondary-bg-subtle: rgb(13.4, 31.2, 35);
  --bs-success-bg-subtle: rgb(5.8, 26.8, 13.8);
  --bs-info-bg-subtle: rgb(32.2, 43.2, 47);
  --bs-warning-bg-subtle: rgb(51, 42, 25.4);
  --bs-danger-bg-subtle: rgb(40, 16.2, 17);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(17.4, 80.4, 41.4);
  --bs-secondary-border-subtle: rgb(40.2, 93.6, 105);
  --bs-success-border-subtle: rgb(17.4, 80.4, 41.4);
  --bs-info-border-subtle: rgb(96.6, 129.6, 141);
  --bs-warning-border-subtle: rgb(153, 126, 76.2);
  --bs-danger-border-subtle: rgb(120, 48.6, 51);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(119.4, 182.4, 143.4);
  --bs-link-hover-color: rgb(146.52, 196.92, 165.72);
  --bs-link-color-rgb: 119, 182, 143;
  --bs-link-hover-color-rgb: 147, 197, 166;
  --bs-code-color: rgb(212.4, 168.6, 190.8);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 84, 50.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(119.4, 182.4, 143.4);
  --bs-form-valid-border-color: rgb(119.4, 182.4, 143.4);
  --bs-form-invalid-color: rgb(222, 150.6, 153);
  --bs-form-invalid-border-color: rgb(222, 150.6, 153);
}

@media (min-width: 576px) {
  .fw-sm-light {
    font-weight: 300 !important;
  }
  .fw-sm-normal {
    font-weight: 400 !important;
  }
  .fw-sm-semibold {
    font-weight: 600 !important;
  }
  .fw-sm-bold {
    font-weight: 700 !important;
  }
}
@media (min-width: 768px) {
  .fw-md-light {
    font-weight: 300 !important;
  }
  .fw-md-normal {
    font-weight: 400 !important;
  }
  .fw-md-semibold {
    font-weight: 600 !important;
  }
  .fw-md-bold {
    font-weight: 700 !important;
  }
}
@media (min-width: 992px) {
  .fw-lg-light {
    font-weight: 300 !important;
  }
  .fw-lg-normal {
    font-weight: 400 !important;
  }
  .fw-lg-semibold {
    font-weight: 600 !important;
  }
  .fw-lg-bold {
    font-weight: 700 !important;
  }
}
@media (min-width: 1200px) {
  .fw-xl-light {
    font-weight: 300 !important;
  }
  .fw-xl-normal {
    font-weight: 400 !important;
  }
  .fw-xl-semibold {
    font-weight: 600 !important;
  }
  .fw-xl-bold {
    font-weight: 700 !important;
  }
}
@media (min-width: 1400px) {
  .fw-xxl-light {
    font-weight: 300 !important;
  }
  .fw-xxl-normal {
    font-weight: 400 !important;
  }
  .fw-xxl-semibold {
    font-weight: 600 !important;
  }
  .fw-xxl-bold {
    font-weight: 700 !important;
  }
}
.bg-primary-subtle {
  background-color: rgba(var(--bs-primary-rgb), 0.08);
}

.bg-secondary-subtle {
  background-color: rgba(var(--bs-secondary-rgb), 0.08);
}

.bg-success-subtle {
  background-color: rgba(var(--bs-success-rgb), 0.08);
}

.bg-info-subtle {
  background-color: rgba(var(--bs-info-rgb), 0.08);
}

.bg-warning-subtle {
  background-color: rgba(var(--bs-warning-rgb), 0.08);
}

.bg-danger-subtle {
  background-color: rgba(var(--bs-danger-rgb), 0.08);
}

.bg-light-subtle {
  background-color: rgba(var(--bs-light-rgb), 0.08);
}

.bg-dark-subtle {
  background-color: rgba(var(--bs-dark-rgb), 0.08);
}

/*# sourceMappingURL=page-footer.css.map*/