@layer base {
  @charset "UTF-8";
  /* Fonts */
  @font-face {
    font-family: "Outfit";
    src: url("/fonts/Outfit-VariableFontwght.eot");
    src: url("/fonts/Outfit-VariableFontwght.eot?#iefix") format("embedded-opentype"), url("/fonts/Outfit-VariableFontwght.woff2") format("woff2"), url("/fonts/Outfit-VariableFontwght.woff") format("woff"), url("/fonts/Outfit-VariableFontwght.ttf") format("truetype"), url("/fonts/Outfit-VariableFontwght.svg#Outfit") format("svg");
    font-display: swap;
  }
  /* Root variables (Bootstrap overrides) */
  :root {
    --bs-blue:#0d6efd;
    --bs-indigo:#6610f2;
    --bs-purple:#6f42c1;
    --bs-pink:#d63384;
    --bs-red:#dc3545;
    --bs-orange:#fd7e14;
    --bs-yellow:#ffc107;
    --bs-green:#198754;
    --bs-teal:#20c997;
    --bs-cyan:#0dcaf0;
    --bs-black:#000;
    --bs-white:#fff;
    --bs-gray:#6c757d;
    --bs-gray-dark:#343a40;
    --bs-gray-100:#f8f9fa;
    --bs-gray-200:#e9ecef;
    --bs-gray-300:#dee2e6;
    --bs-gray-400:#ced4da;
    --bs-gray-500:#adb5bd;
    --bs-gray-600:#6c757d;
    --bs-gray-700:#495057;
    --bs-gray-800:#343a40;
    --bs-gray-900:#212529;
    --bs-primary:#0d6efd;
    --bs-secondary:#6c757d;
    --bs-success:#198754;
    --bs-info:#0dcaf0;
    --bs-warning:#ffc107;
    --bs-danger:#dc3545;
    --bs-light:#f8f9fa;
    --bs-dark:#212529;
    --bs-primary-rgb:13,110,253;
    --bs-secondary-rgb:108,117,125;
    --bs-success-rgb:25,135,84;
    --bs-info-rgb:13,202,240;
    --bs-warning-rgb:255,193,7;
    --bs-danger-rgb:220,53,69;
    --bs-light-rgb:248,249,250;
    --bs-dark-rgb:33,37,41;
    --bs-primary-text-emphasis: rgb(5.2,44,101.2);
    --bs-secondary-text-emphasis: rgb(43.2,46.8,50);
    --bs-success-text-emphasis: rgb(10,54,33.6);
    --bs-info-text-emphasis: rgb(5.2,80.8,96);
    --bs-warning-text-emphasis: rgb(102,77.2,2.8);
    --bs-danger-text-emphasis: rgb(88,21.2,27.6);
    --bs-light-text-emphasis:#495057;
    --bs-dark-text-emphasis:#495057;
    --bs-primary-bg-subtle: rgb(206.6,226,254.6);
    --bs-secondary-bg-subtle: rgb(225.6,227.4,229);
    --bs-success-bg-subtle: rgb(209,231,220.8);
    --bs-info-bg-subtle: rgb(206.6,244.4,252);
    --bs-warning-bg-subtle: rgb(255,242.6,205.4);
    --bs-danger-bg-subtle: rgb(248,214.6,217.8);
    --bs-light-bg-subtle:#fbfcfc;
    --bs-dark-bg-subtle:#ced4da;
    --bs-primary-border-subtle: rgb(158.2,197,254.2);
    --bs-secondary-border-subtle: rgb(196.2,199.8,203);
    --bs-success-border-subtle: rgb(163,207,186.6);
    --bs-info-border-subtle: rgb(158.2,233.8,249);
    --bs-warning-border-subtle: rgb(255,230.2,155.8);
    --bs-danger-border-subtle: rgb(241,174.2,180.6);
    --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: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255,255,255,.15), rgba(255,255,255,0));
    --bs-body-font-family:"Outfit";
    --bs-body-font-size: calc(1.275rem + 0.3vw);
    --bs-body-font-weight:400;
    --bs-body-line-height:1.5;
    --bs-body-color:#212529;
    --bs-body-color-rgb:33,37,41;
    --bs-body-bg:#fff;
    --bs-body-bg-rgb:255,255,255;
    --bs-emphasis-color:#000;
    --bs-emphasis-color-rgb:0,0,0;
    --bs-secondary-color: rgba(33,37,41,.75);
    --bs-secondary-color-rgb:33,37,41;
    --bs-secondary-bg:#e9ecef;
    --bs-secondary-bg-rgb:233,236,239;
    --bs-tertiary-color: rgba(33,37,41,.5);
    --bs-tertiary-color-rgb:33,37,41;
    --bs-tertiary-bg:#f8f9fa;
    --bs-tertiary-bg-rgb:248,249,250;
    --bs-heading-color:inherit;
    --bs-link-color:#fff;
    --bs-link-color-rgb:255,255,255;
    --bs-link-decoration:underline;
    --bs-link-hover-color:#ccc;
    --bs-link-hover-color-rgb:204,204,204;
    --bs-code-color:#d63384;
    --bs-highlight-color:#212529;
    --bs-highlight-bg: rgb(255,242.6,205.4);
    --bs-border-width:1px;
    --bs-border-style:solid;
    --bs-border-color:#dee2e6;
    --bs-border-color-translucent: rgba(0,0,0,.175);
    --bs-border-radius:.375rem;
    --bs-border-radius-sm:.25rem;
    --bs-border-radius-lg:.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 .5rem 1rem rgba(0,0,0,.15);
    --bs-box-shadow-sm:0 .125rem .25rem rgba(0,0,0,.075);
    --bs-box-shadow-lg:0 1rem 3rem rgba(0,0,0,.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0,0,0,.075);
    --bs-focus-ring-width:.25rem;
    --bs-focus-ring-opacity:.25;
    --bs-focus-ring-color: rgba(13,110,253,.25);
    --bs-form-valid-color:#198754;
    --bs-form-valid-border-color:#198754;
    --bs-form-invalid-color:#dc3545;
    --bs-form-invalid-border-color:#dc3545;
  }
  @media (min-width: 1200px) {
    :root {
      --bs-body-font-size: 1.5rem;
    }
  }
  /* Resets */
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  @media (prefers-reduced-motion: no-preference) {
    :root {
      scroll-behavior: smooth;
    }
  }
  /* Body & Typography */
  body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  h3, .h3, h4, .h4, h5, .h5 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
  }
  h3, .h3 {
    font-size: calc(1.4187rem + 2.0244vw);
  }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 2.937rem;
    }
  }
  h4, .h4 {
    font-size: calc(1.3938rem + 1.7256vw);
  }
  @media (min-width: 1200px) {
    h4, .h4 {
      font-size: 2.688rem;
    }
  }
  h5, .h5 {
    font-size: calc(1.299rem + 0.588vw);
  }
  @media (min-width: 1200px) {
    h5, .h5 {
      font-size: 1.74rem;
    }
  }
  p {
    margin: 0 0 1rem;
  }
  strong {
    font-weight: bolder;
  }
  a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
  }
  a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  }
  a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
  }
  img, svg {
    vertical-align: middle;
  }
  /* Form basics */
  textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    resize: vertical;
  }
  [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
  }
  [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer;
  }
  ::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }
  ::-webkit-datetime-edit-fields-wrapper,
  ::-webkit-datetime-edit-text,
  ::-webkit-datetime-edit-minute,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-year-field {
    padding: 0;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  [type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }
  /* rtl:raw:
  [type="tel"], [type="url"], [type="email"], [type="number"] { direction:ltr; }
  */
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-color-swatch-wrapper {
    padding: 0;
  }
  ::file-selector-button {
    font: inherit;
    -webkit-appearance: button;
  }
  /* Helpers */
  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  /* Containers */
  .container, .container-fluid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  }
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px;
    }
  }
  @media (min-width: 1400px) {
    .container {
      max-width: 1320px;
    }
  }
  /* Grid */
  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
  .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);
  }
  .col {
    flex: 1 0 0%;
  }
  .row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .gy-5 {
    --bs-gutter-y: 5rem;
  }
  /* Breakpoint columns (sm) */
  @media (min-width: 576px) {
    .col-sm {
      flex: 1 0 0%;
    }
    .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .col-sm-1 {
      width: 8.33333333%;
    }
    .col-sm-2 {
      width: 16.66666667%;
    }
    .col-sm-3 {
      width: 25%;
    }
    .col-sm-4 {
      width: 33.33333333%;
    }
    .col-sm-5 {
      width: 41.66666667%;
    }
    .col-sm-6 {
      width: 50%;
    }
    .col-sm-7 {
      width: 58.33333333%;
    }
    .col-sm-8 {
      width: 66.66666667%;
    }
    .col-sm-9 {
      width: 75%;
    }
    .col-sm-10 {
      width: 83.33333333%;
    }
    .col-sm-11 {
      width: 91.66666667%;
    }
    .col-sm-12 {
      width: 100%;
    }
  }
  /* (md) */
  @media (min-width: 768px) {
    .col-md {
      flex: 1 0 0%;
    }
    .row-cols-md-2 > * {
      flex: 0 0 auto;
      width: 50%;
    }
    .col-md-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .col-md-1 {
      width: 8.33333333%;
    }
    .col-md-2 {
      width: 16.66666667%;
    }
    .col-md-3 {
      width: 25%;
    }
    .col-md-4 {
      width: 33.33333333%;
    }
    .col-md-5 {
      width: 41.66666667%;
    }
    .col-md-6 {
      width: 50%;
    }
    .col-md-7 {
      width: 58.33333333%;
    }
    .col-md-8 {
      width: 66.66666667%;
    }
    .col-md-9 {
      width: 75%;
    }
    .col-md-10 {
      width: 83.33333333%;
    }
    .col-md-11 {
      width: 91.66666667%;
    }
    .col-md-12 {
      width: 100%;
    }
    .gy-md-4 {
      --bs-gutter-y: 1.5rem;
    }
  }
  /* (lg) */
  @media (min-width: 992px) {
    .col-lg {
      flex: 1 0 0%;
    }
    .row-cols-lg-4 > * {
      flex: 0 0 auto;
      width: 25%;
    }
    .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .col-lg-1 {
      width: 8.33333333%;
    }
    .col-lg-2 {
      width: 16.66666667%;
    }
    .col-lg-3 {
      width: 25%;
    }
    .col-lg-4 {
      width: 33.33333333%;
    }
    .col-lg-5 {
      width: 41.66666667%;
    }
    .col-lg-6 {
      width: 50%;
    }
    .col-lg-7 {
      width: 58.33333333%;
    }
    .col-lg-8 {
      width: 66.66666667%;
    }
    .col-lg-9 {
      width: 75%;
    }
    .col-lg-10 {
      width: 83.33333333%;
    }
    .col-lg-11 {
      width: 91.66666667%;
    }
    .col-lg-12 {
      width: 100%;
    }
  }
  /* (xl) */
  @media (min-width: 1200px) {
    .col-xl {
      flex: 1 0 0%;
    }
    .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .col-xl-1 {
      width: 8.33333333%;
    }
    .col-xl-2 {
      width: 16.66666667%;
    }
    .col-xl-3 {
      width: 25%;
    }
    .col-xl-4 {
      width: 33.33333333%;
    }
    .col-xl-5 {
      width: 41.66666667%;
    }
    .col-xl-6 {
      width: 50%;
    }
    .col-xl-7 {
      width: 58.33333333%;
    }
    .col-xl-8 {
      width: 66.66666667%;
    }
    .col-xl-9 {
      width: 75%;
    }
    .col-xl-10 {
      width: 83.33333333%;
    }
    .col-xl-11 {
      width: 91.66666667%;
    }
    .col-xl-12 {
      width: 100%;
    }
  }
  /* (xxl) */
  @media (min-width: 1400px) {
    .col-xxl {
      flex: 1 0 0%;
    }
    .col-xxl-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .col-xxl-1 {
      width: 8.33333333%;
    }
    .col-xxl-2 {
      width: 16.66666667%;
    }
    .col-xxl-3 {
      width: 25%;
    }
    .col-xxl-4 {
      width: 33.33333333%;
    }
    .col-xxl-5 {
      width: 41.66666667%;
    }
    .col-xxl-6 {
      width: 50%;
    }
    .col-xxl-7 {
      width: 58.33333333%;
    }
    .col-xxl-8 {
      width: 66.66666667%;
    }
    .col-xxl-9 {
      width: 75%;
    }
    .col-xxl-10 {
      width: 83.33333333%;
    }
    .col-xxl-11 {
      width: 91.66666667%;
    }
    .col-xxl-12 {
      width: 100%;
    }
  }
  /* Contextual backgrounds (text-bg-*) */
  .text-bg-primary {
    color: #fff !important;
    background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
  }
  .text-bg-secondary {
    color: #fff !important;
    background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
  }
  .text-bg-success {
    color: #fff !important;
    background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
  }
  .text-bg-info {
    color: #000 !important;
    background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
  }
  .text-bg-warning {
    color: #000 !important;
    background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
  }
  .text-bg-danger {
    color: #fff !important;
    background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
  }
  .text-bg-light {
    color: #000 !important;
    background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
  }
  .text-bg-dark {
    color: #fff !important;
    background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
  }
  /* Utilities (selection kept flat) */
  .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .d-flex {
    display: flex !important;
  }
  .w-100 {
    width: 100% !important;
  }
  .justify-content-center {
    justify-content: center !important;
  }
  .align-items-center {
    align-items: center !important;
  }
  .order-1 {
    order: 1 !important;
  }
  .order-2 {
    order: 2 !important;
  }
  .mt-0 {
    margin-top: 0 !important;
  }
  .mt-4 {
    margin-top: 1.5rem !important;
  }
  .mb-0 {
    margin-bottom: 0 !important;
  }
  .mb-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-5 {
    margin-bottom: 5rem !important;
  }
  .ms-0 {
    margin-left: 0 !important;
  }
  .pt-0 {
    padding-top: 0 !important;
  }
  .pt-4 {
    padding-top: 1.5rem !important;
  }
  .pt-5 {
    padding-top: 5rem !important;
  }
  .pe-0 {
    padding-right: 0 !important;
  }
  .pe-1 {
    padding-right: 0.25rem !important;
  }
  .pe-2 {
    padding-right: 0.5rem !important;
  }
  .pe-3 {
    padding-right: 1rem !important;
  }
  .pe-4 {
    padding-right: 1.5rem !important;
  }
  .pe-5 {
    padding-right: 5rem !important;
  }
  .pb-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-5 {
    padding-bottom: 5rem !important;
  }
  .ps-4 {
    padding-left: 1.5rem !important;
  }
  .column-gap-0 {
    column-gap: 0 !important;
  }
  .column-gap-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-3 {
    column-gap: 1rem !important;
  }
  .column-gap-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-5 {
    column-gap: 5rem !important;
  }
  .fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  .fw-normal {
    font-weight: 400 !important;
  }
  .fw-semibold {
    font-weight: 600 !important;
  }
  .lh-1 {
    line-height: 1 !important;
  }
  .text-start {
    text-align: left !important;
  }
  .text-end {
    text-align: right !important;
  }
  .text-center {
    text-align: center !important;
  }
  .text-decoration-none {
    text-decoration: none !important;
  }
  .text-decoration-underline {
    text-decoration: underline !important;
  }
  .text-decoration-line-through {
    text-decoration: line-through !important;
  }
  .text-lowercase {
    text-transform: lowercase !important;
  }
  .text-uppercase {
    text-transform: uppercase !important;
  }
  .text-capitalize {
    text-transform: capitalize !important;
  }
  .text-wrap {
    white-space: normal !important;
  }
  .text-nowrap {
    white-space: nowrap !important;
  }
  /* rtl:begin:remove */
  .text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
  }
  /* rtl:end:remove */
  .text-primary {
    --bs-text-opacity:1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
  }
  .text-secondary {
    --bs-text-opacity:1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
  }
  .text-success {
    --bs-text-opacity:1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
  }
  .text-info {
    --bs-text-opacity:1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
  }
  .text-warning {
    --bs-text-opacity:1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
  }
  .text-danger {
    --bs-text-opacity:1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
  }
  .text-light {
    --bs-text-opacity:1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
  }
  .text-dark {
    --bs-text-opacity:1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
  }
  .text-black {
    --bs-text-opacity:1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
  }
  .text-white {
    --bs-text-opacity:1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
  }
  .text-body {
    --bs-text-opacity:1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
  }
  .text-muted, .text-body-secondary {
    --bs-text-opacity:1;
    color: var(--bs-secondary-color) !important;
  }
  .text-body-tertiary {
    --bs-text-opacity:1;
    color: var(--bs-tertiary-color) !important;
  }
  .text-body-emphasis {
    --bs-text-opacity:1;
    color: var(--bs-emphasis-color) !important;
  }
  .text-black-50 {
    --bs-text-opacity:1;
    color: rgba(0, 0, 0, 0.5) !important;
  }
  .text-white-50 {
    --bs-text-opacity:1;
    color: rgba(255, 255, 255, 0.5) !important;
  }
  .text-reset {
    --bs-text-opacity:1;
    color: inherit !important;
  }
  .text-opacity-25 {
    --bs-text-opacity:.25;
  }
  .text-opacity-50 {
    --bs-text-opacity:.5;
  }
  .text-opacity-75 {
    --bs-text-opacity:.75;
  }
  .text-opacity-100 {
    --bs-text-opacity:1;
  }
  .text-primary-emphasis {
    color: var(--bs-primary-text-emphasis) !important;
  }
  .text-secondary-emphasis {
    color: var(--bs-secondary-text-emphasis) !important;
  }
  .text-success-emphasis {
    color: var(--bs-success-text-emphasis) !important;
  }
  .text-info-emphasis {
    color: var(--bs-info-text-emphasis) !important;
  }
  .text-warning-emphasis {
    color: var(--bs-warning-text-emphasis) !important;
  }
  .text-danger-emphasis {
    color: var(--bs-danger-text-emphasis) !important;
  }
  .text-light-emphasis {
    color: var(--bs-light-text-emphasis) !important;
  }
  .text-dark-emphasis {
    color: var(--bs-dark-text-emphasis) !important;
  }
  .pe-none {
    pointer-events: none !important;
  }
  .pe-auto {
    pointer-events: auto !important;
  }
  /* Responsive utility variants */
  @media (min-width: 576px) {
    .ms-sm-0 {
      margin-left: 0 !important;
    }
    .pe-sm-0 {
      padding-right: 0 !important;
    }
    .pe-sm-1 {
      padding-right: 0.25rem !important;
    }
    .pe-sm-2 {
      padding-right: 0.5rem !important;
    }
    .pe-sm-3 {
      padding-right: 1rem !important;
    }
    .pe-sm-4 {
      padding-right: 1.5rem !important;
    }
    .pe-sm-5 {
      padding-right: 5rem !important;
    }
    .column-gap-sm-0 {
      column-gap: 0 !important;
    }
    .column-gap-sm-1 {
      column-gap: 0.25rem !important;
    }
    .column-gap-sm-2 {
      column-gap: 0.5rem !important;
    }
    .column-gap-sm-3 {
      column-gap: 1rem !important;
    }
    .column-gap-sm-4 {
      column-gap: 1.5rem !important;
    }
    .column-gap-sm-5 {
      column-gap: 5rem !important;
    }
    .text-sm-start {
      text-align: left !important;
    }
    .text-sm-end {
      text-align: right !important;
    }
    .text-sm-center {
      text-align: center !important;
    }
  }
  @media (min-width: 768px) {
    .mt-md-0 {
      margin-top: 0 !important;
    }
    .mt-md-5 {
      margin-top: 5rem !important;
    }
    .mb-md-4 {
      margin-bottom: 1.5rem !important;
    }
    .mb-md-5 {
      margin-bottom: 5rem !important;
    }
    .pt-md-0 {
      padding-top: 0 !important;
    }
    .pt-md-4 {
      padding-top: 1.5rem !important;
    }
    .pe-md-0 {
      padding-right: 0 !important;
    }
    .pe-md-1 {
      padding-right: 0.25rem !important;
    }
    .pe-md-2 {
      padding-right: 0.5rem !important;
    }
    .pe-md-3 {
      padding-right: 1rem !important;
    }
    .pe-md-4 {
      padding-right: 1.5rem !important;
    }
    .pe-md-5 {
      padding-right: 5rem !important;
    }
    .pb-md-4 {
      padding-bottom: 1.5rem !important;
    }
    .ps-md-0 {
      padding-left: 0 !important;
    }
    .column-gap-md-0 {
      column-gap: 0 !important;
    }
    .column-gap-md-1 {
      column-gap: 0.25rem !important;
    }
    .column-gap-md-2 {
      column-gap: 0.5rem !important;
    }
    .column-gap-md-3 {
      column-gap: 1rem !important;
    }
    .column-gap-md-4 {
      column-gap: 1.5rem !important;
    }
    .column-gap-md-5 {
      column-gap: 5rem !important;
    }
    .text-md-start {
      text-align: left !important;
    }
    .text-md-end {
      text-align: right !important;
    }
    .text-md-center {
      text-align: center !important;
    }
  }
  @media (min-width: 992px) {
    .order-lg-1 {
      order: 1 !important;
    }
    .order-lg-2 {
      order: 2 !important;
    }
    .mb-lg-0 {
      margin-bottom: 0 !important;
    }
    .pe-lg-0 {
      padding-right: 0 !important;
    }
    .pe-lg-1 {
      padding-right: 0.25rem !important;
    }
    .pe-lg-2 {
      padding-right: 0.5rem !important;
    }
    .pe-lg-3 {
      padding-right: 1rem !important;
    }
    .pe-lg-4 {
      padding-right: 1.5rem !important;
    }
    .pe-lg-5 {
      padding-right: 5rem !important;
    }
    .pb-lg-0 {
      padding-bottom: 0 !important;
    }
    .column-gap-lg-0 {
      column-gap: 0 !important;
    }
    .column-gap-lg-1 {
      column-gap: 0.25rem !important;
    }
    .column-gap-lg-2 {
      column-gap: 0.5rem !important;
    }
    .column-gap-lg-3 {
      column-gap: 1rem !important;
    }
    .column-gap-lg-4 {
      column-gap: 1.5rem !important;
    }
    .column-gap-lg-5 {
      column-gap: 5rem !important;
    }
    .text-lg-start {
      text-align: left !important;
    }
    .text-lg-end {
      text-align: right !important;
    }
    .text-lg-center {
      text-align: center !important;
    }
  }
  @media (min-width: 1200px) {
    .pe-xl-0 {
      padding-right: 0 !important;
    }
    .pe-xl-1 {
      padding-right: 0.25rem !important;
    }
    .pe-xl-2 {
      padding-right: 0.5rem !important;
    }
    .pe-xl-3 {
      padding-right: 1rem !important;
    }
    .pe-xl-4 {
      padding-right: 1.5rem !important;
    }
    .pe-xl-5 {
      padding-right: 5rem !important;
    }
    .column-gap-xl-0 {
      column-gap: 0 !important;
    }
    .column-gap-xl-1 {
      column-gap: 0.25rem !important;
    }
    .column-gap-xl-2 {
      column-gap: 0.5rem !important;
    }
    .column-gap-xl-3 {
      column-gap: 1rem !important;
    }
    .column-gap-xl-4 {
      column-gap: 1.5rem !important;
    }
    .column-gap-xl-5 {
      column-gap: 5rem !important;
    }
    .text-xl-start {
      text-align: left !important;
    }
    .text-xl-end {
      text-align: right !important;
    }
    .text-xl-center {
      text-align: center !important;
    }
  }
  @media (min-width: 1400px) {
    .pe-xxl-0 {
      padding-right: 0 !important;
    }
    .pe-xxl-1 {
      padding-right: 0.25rem !important;
    }
    .pe-xxl-2 {
      padding-right: 0.5rem !important;
    }
    .pe-xxl-3 {
      padding-right: 1rem !important;
    }
    .pe-xxl-4 {
      padding-right: 1.5rem !important;
    }
    .pe-xxl-5 {
      padding-right: 5rem !important;
    }
    .column-gap-xxl-0 {
      column-gap: 0 !important;
    }
    .column-gap-xxl-1 {
      column-gap: 0.25rem !important;
    }
    .column-gap-xxl-2 {
      column-gap: 0.5rem !important;
    }
    .column-gap-xxl-3 {
      column-gap: 1rem !important;
    }
    .column-gap-xxl-4 {
      column-gap: 1.5rem !important;
    }
    .column-gap-xxl-5 {
      column-gap: 5rem !important;
    }
    .text-xxl-start {
      text-align: left !important;
    }
    .text-xxl-end {
      text-align: right !important;
    }
    .text-xxl-center {
      text-align: center !important;
    }
  }
  /* Size tweak */
  @media (min-width: 1200px) {
    .fs-1 {
      font-size: 2.5rem !important;
    }
  }
  /* Rendering tweaks */
  html, body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-synthesis-weight: none;
  }
  /* Themed sections */
  .header-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: left;
  }
  .clouds-container {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: center;
    background-position-x: center;
  }
  .border-box {
    background-color: #fff;
    border: 1px solid #000;
  }
  .new-container {
    background-color: #a2e1d7;
  }
  .question-container {
    background-color: #607e8b;
  }
  .link {
    color: #15a08f;
  }
  .link:hover {
    text-decoration: underline;
  }
  .top-bar {
    background-color: #52517a;
    color: white;
    line-height: 14px;
    font-size: 16px;
    display: flex;
    flex-flow: row nowrap;
    position: absolute;
    height: 25px;
    padding: 0 10px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
  }
  .top-bar a {
    color: white !important;
    text-decoration: none;
  }
  .top-bar .login, .top-bar .logout {
    cursor: pointer;
  }
  .top-bar .top-left, .top-bar .top-middle, .top-bar .top-right {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .top-bar .backoffice {
    color: red;
    border: 1px solid red;
    margin: 0 10px;
    padding: 2px 10px;
  }
  dialog {
    border: 2px solid #e9ecef;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
  dialog form {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin: 1em auto;
  }
  dialog form:hover {
    border-color: #e74c3c;
    box-shadow: 0 6px 20px rgba(231, 76, 60, 0.15);
  }
  dialog form .field {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 10px;
  }
  dialog form .note {
    font-size: 0.8em;
    line-height: 0.8em;
    font-style: italic;
    grid-column: 1/span 2;
  }
  dialog .error {
    margin-top: 10px;
    font-weight: bold;
    color: #e74c3c;
  }
  dialog .message {
    margin-top: 10px;
    font-weight: bold;
    color: #198754;
  }
  dialog .centered {
    text-align: center;
  }
  dialog a {
    color: inherit !important;
    text-decoration: underline;
  }
  dialog button {
    color: white;
    margin-left: 10px;
    border: none;
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(76, 76, 60, 0.3);
    background: linear-gradient(135deg, #4c4c3c, #39392b);
  }
  dialog button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(76, 76, 60, 0.4);
  }
  dialog button:active {
    transform: translateY(0);
  }
  dialog button.positive {
    background: linear-gradient(135deg, #4ce73c, #39c02b);
    box-shadow: 0 4px 15px rgba(76, 231, 60, 0.3);
  }
  dialog button.positive:hover {
    box-shadow: 0 6px 20px rgba(76, 231, 60, 0.4);
  }
  dialog details {
    margin-bottom: 20px;
  }
  dialog .actions {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}

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