@charset "UTF-8";
@layer vendors, bs-base, bs-components, bs-custom-components, ps-base, ps-components, ps-pages, ps-modules, utilities;
/* stylelint-disable */
:root {
  --pixel-black: #262221;
  --pixel-blue: #0E1D41;
  --pixel-green: #144B2B;
  --pixel-green-light: #368457;
  --pixel-green-rgb: 2,130,111;
  --pixel-green-dark: #296060;
  --pixel-green-dark-rgb: 1, 96, 96;
  --pixel-gray-dark: #656069;
  --pixel-gray-light:#F5F5F7;
  --pixel-gray:#D7D7D7;
  --pixel-gray2: #E3E3E3;
  --pixel-beige:#E4D9B9;
  --pixel-beige-light: #FAF9F4;
  --pixel-bg:#F5F5F7;
  --pixel-yellow:#CEA800;
  --pixel-warning:#ffc107;
  --pixel-gradient: linear-gradient(180deg, #00FFA0 0%, #03294C 100%);
  --pixel-gradient-horizontal: linear-gradient(90deg, #00FFA0 0%, #03294C 100%);
  --pixel-border-radius: 10px;
  --pixel-border-radius-small: 5px;
  --pixel-border-radius-big: 40px;
}

:root,
[data-bs-theme=light] {
  --bs-blue: #0b69f6;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #ff4657;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #188251;
  --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: #188251;
  --bs-secondary: #6c757d;
  --bs-success: #188251;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #ff4657;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 24, 130, 81;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 24, 130, 81;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 255, 70, 87;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #188251;
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(9.6, 52, 32.4);
  --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(102, 28, 34.8);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(208.8, 230, 220.2);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(208.8, 230, 220.2);
  --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(255, 218, 221.4);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(162.6, 205, 185.4);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(162.6, 205, 185.4);
  --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(255, 181, 187.8);
  --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, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: "Poppins", sans-serif;
  --bs-body-font-size: 1rem;
  --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, 0.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, 0.65);
  --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: #188251;
  --bs-link-color-rgb: 24, 130, 81;
  --bs-link-decoration: none;
  --bs-link-hover-color: rgb(19.2, 104, 64.8);
  --bs-link-hover-color-rgb: 19, 104, 65;
  --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, 0.175);
  --bs-border-radius: 0.5rem;
  --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(24, 130, 81, 0.25);
  --bs-form-valid-color: #188251;
  --bs-form-valid-border-color: #188251;
  --bs-form-invalid-color: #ff4657;
  --bs-form-invalid-border-color: #ff4657;
}

[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: #fff;
  --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.55);
  --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(116.4, 180, 150.6);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(116.4, 180, 150.6);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(255, 144, 154.2);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(4.8, 26, 16.2);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(4.8, 26, 16.2);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(51, 14, 17.4);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(14.4, 78, 48.6);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(14.4, 78, 48.6);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(153, 42, 52.2);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(116.4, 180, 150.6);
  --bs-link-hover-color: rgb(144.12, 195, 171.48);
  --bs-link-color-rgb: 116, 180, 151;
  --bs-link-hover-color-rgb: 144, 195, 171;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(116.4, 180, 150.6);
  --bs-form-valid-border-color: rgb(116.4, 180, 150.6);
  --bs-form-invalid-color: rgb(255, 144, 154.2);
  --bs-form-invalid-border-color: rgb(255, 144, 154.2);
}

:root {
  --bs-transition-default: all 0.2s ease-in-out;
  --bs-box-shadow-md: 0 0.625rem 1.25rem rgba(var(--bs-black-rgb), 0.1);
}

@media screen and (max-width: 576px) {
  .row {
    margin-right: 0;
    margin-left: 0;
  }
}

@layer bs-base {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  @media (prefers-reduced-motion: no-preference) {
    :root {
      scroll-behavior: smooth;
    }
  }
  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);
  }
  hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 0.25;
  }
  h6, .h6, h5, .h5, h4, .h4, h3, .h3, .left-block__title,
  .right-block__title, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--bs-heading-color);
  }
  h1, .h1 {
    font-size: calc(var(--bs-body-font-size) * 2);
  }
  h2, .h2 {
    font-size: calc(var(--bs-body-font-size) * 1.5);
  }
  h3, .h3, .left-block__title,
  .right-block__title {
    font-size: calc(var(--bs-body-font-size) * 1.25);
  }
  h4, .h4 {
    font-size: calc(var(--bs-body-font-size) * 1.125);
  }
  h5, .h5 {
    font-size: var(--bs-body-font-size);
  }
  h6, .h6 {
    font-size: calc(var(--bs-body-font-size) * 0.875);
  }
  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  abbr[title] {
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
  }
  address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
  }
  ol,
  ul {
    padding-left: 2rem;
  }
  ol,
  ul,
  dl {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  ol ol,
  ul ul,
  ol ul,
  ul ol {
    margin-bottom: 0;
  }
  dt {
    font-weight: 700;
  }
  dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
  }
  blockquote {
    margin: 0 0 1rem;
  }
  b,
  strong {
    font-weight: bolder;
  }
  small, .small {
    font-size: 0.875em;
  }
  mark, .mark {
    padding: 0.1875em;
    color: var(--bs-highlight-color);
    background-color: var(--bs-highlight-bg);
  }
  sub,
  sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none;
  }
  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;
  }
  pre,
  code,
  kbd,
  samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
  }
  pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
  }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
  }
  code {
    font-size: 0.875em;
    color: var(--bs-code-color);
    word-wrap: break-word;
  }
  a > code {
    color: inherit;
  }
  kbd {
    padding: 0.1875rem 0.375rem;
    font-size: 0.875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: 0.25rem;
  }
  kbd kbd {
    padding: 0;
    font-size: 1em;
  }
  figure {
    margin: 0 0 1rem;
  }
  img,
  svg {
    vertical-align: middle;
  }
  table {
    caption-side: bottom;
    border-collapse: collapse;
  }
  caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--bs-secondary-color);
    text-align: left;
  }
  th {
    text-align: inherit;
    text-align: -webkit-match-parent;
  }
  thead,
  tbody,
  tfoot,
  tr,
  td,
  th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
  }
  label {
    display: inline-block;
  }
  button {
    border-radius: 0;
  }
  button:focus:not(:focus-visible) {
    outline: 0;
  }
  input,
  button,
  select,
  optgroup,
  textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  button,
  select {
    text-transform: none;
  }
  [role=button] {
    cursor: pointer;
  }
  select {
    word-wrap: normal;
  }
  select:disabled {
    opacity: 1;
  }
  [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important;
  }
  button,
  [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;
  }
  button:not(:disabled),
  [type=button]:not(:disabled),
  [type=reset]:not(:disabled),
  [type=submit]:not(:disabled) {
    cursor: pointer;
  }
  ::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }
  textarea {
    resize: vertical;
  }
  fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }
  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) {
    legend {
      font-size: 1.5rem;
    }
  }
  legend + * {
    clear: left;
  }
  ::-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;
  }
  output {
    display: inline-block;
  }
  iframe {
    border: 0;
  }
  summary {
    display: list-item;
    cursor: pointer;
  }
  progress {
    vertical-align: baseline;
  }
  [hidden] {
    display: none !important;
  }
  .lead {
    font-size: 1.25rem;
    font-weight: 300;
  }
  .display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
  }
  @media (min-width: 1200px) {
    .display-1 {
      font-size: 5rem;
    }
  }
  .display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
  }
  @media (min-width: 1200px) {
    .display-2 {
      font-size: 4.5rem;
    }
  }
  .display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
  }
  @media (min-width: 1200px) {
    .display-3 {
      font-size: 4rem;
    }
  }
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
  }
  @media (min-width: 1200px) {
    .display-4 {
      font-size: 3.5rem;
    }
  }
  .display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
  }
  @media (min-width: 1200px) {
    .display-5 {
      font-size: 3rem;
    }
  }
  .display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
  }
  @media (min-width: 1200px) {
    .display-6 {
      font-size: 2.5rem;
    }
  }
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  .list-inline {
    padding-left: 0;
    list-style: none;
  }
  .list-inline-item {
    display: inline-block;
  }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
  }
  .initialism {
    font-size: 0.875em;
    text-transform: uppercase;
  }
  .blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
  .blockquote > :last-child {
    margin-bottom: 0;
  }
  .blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d;
  }
  .blockquote-footer::before {
    content: "— ";
  }
  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  .img-thumbnail {
    padding: 0.25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    max-width: 100%;
    height: auto;
  }
  .figure {
    display: inline-block;
  }
  .figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
  }
  .figure-caption {
    font-size: 0.875em;
    color: var(--bs-secondary-color);
  }
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 576px) {
    .container-sm, .container-xs, .container {
      max-width: 540px;
    }
  }
  @media (min-width: 768px) {
    .container-md, .container-sm, .container-xs, .container {
      max-width: 720px;
    }
  }
  @media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container-xs, .container {
      max-width: 960px;
    }
  }
  @media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
      max-width: 1140px;
    }
  }
  @media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
      max-width: 1420px;
    }
  }
  :root {
    --bs-breakpoint-xxs: 0;
    --bs-breakpoint-xs: 360px;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
  }
  .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);
  }
  .grid {
    display: grid;
    grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
    grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
    gap: var(--bs-gap, 1.5rem);
  }
  .grid .g-col-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-1 {
    grid-column-start: 1;
  }
  .grid .g-start-2 {
    grid-column-start: 2;
  }
  .grid .g-start-3 {
    grid-column-start: 3;
  }
  .grid .g-start-4 {
    grid-column-start: 4;
  }
  .grid .g-start-5 {
    grid-column-start: 5;
  }
  .grid .g-start-6 {
    grid-column-start: 6;
  }
  .grid .g-start-7 {
    grid-column-start: 7;
  }
  .grid .g-start-8 {
    grid-column-start: 8;
  }
  .grid .g-start-9 {
    grid-column-start: 9;
  }
  .grid .g-start-10 {
    grid-column-start: 10;
  }
  .grid .g-start-11 {
    grid-column-start: 11;
  }
  @media (min-width: 360px) {
    .grid .g-col-xs-1 {
      grid-column: auto/span 1;
    }
    .grid .g-col-xs-2 {
      grid-column: auto/span 2;
    }
    .grid .g-col-xs-3 {
      grid-column: auto/span 3;
    }
    .grid .g-col-xs-4 {
      grid-column: auto/span 4;
    }
    .grid .g-col-xs-5 {
      grid-column: auto/span 5;
    }
    .grid .g-col-xs-6 {
      grid-column: auto/span 6;
    }
    .grid .g-col-xs-7 {
      grid-column: auto/span 7;
    }
    .grid .g-col-xs-8 {
      grid-column: auto/span 8;
    }
    .grid .g-col-xs-9 {
      grid-column: auto/span 9;
    }
    .grid .g-col-xs-10 {
      grid-column: auto/span 10;
    }
    .grid .g-col-xs-11 {
      grid-column: auto/span 11;
    }
    .grid .g-col-xs-12 {
      grid-column: auto/span 12;
    }
    .grid .g-start-xs-1 {
      grid-column-start: 1;
    }
    .grid .g-start-xs-2 {
      grid-column-start: 2;
    }
    .grid .g-start-xs-3 {
      grid-column-start: 3;
    }
    .grid .g-start-xs-4 {
      grid-column-start: 4;
    }
    .grid .g-start-xs-5 {
      grid-column-start: 5;
    }
    .grid .g-start-xs-6 {
      grid-column-start: 6;
    }
    .grid .g-start-xs-7 {
      grid-column-start: 7;
    }
    .grid .g-start-xs-8 {
      grid-column-start: 8;
    }
    .grid .g-start-xs-9 {
      grid-column-start: 9;
    }
    .grid .g-start-xs-10 {
      grid-column-start: 10;
    }
    .grid .g-start-xs-11 {
      grid-column-start: 11;
    }
  }
  @media (min-width: 576px) {
    .grid .g-col-sm-1 {
      grid-column: auto/span 1;
    }
    .grid .g-col-sm-2 {
      grid-column: auto/span 2;
    }
    .grid .g-col-sm-3 {
      grid-column: auto/span 3;
    }
    .grid .g-col-sm-4 {
      grid-column: auto/span 4;
    }
    .grid .g-col-sm-5 {
      grid-column: auto/span 5;
    }
    .grid .g-col-sm-6 {
      grid-column: auto/span 6;
    }
    .grid .g-col-sm-7 {
      grid-column: auto/span 7;
    }
    .grid .g-col-sm-8 {
      grid-column: auto/span 8;
    }
    .grid .g-col-sm-9 {
      grid-column: auto/span 9;
    }
    .grid .g-col-sm-10 {
      grid-column: auto/span 10;
    }
    .grid .g-col-sm-11 {
      grid-column: auto/span 11;
    }
    .grid .g-col-sm-12 {
      grid-column: auto/span 12;
    }
    .grid .g-start-sm-1 {
      grid-column-start: 1;
    }
    .grid .g-start-sm-2 {
      grid-column-start: 2;
    }
    .grid .g-start-sm-3 {
      grid-column-start: 3;
    }
    .grid .g-start-sm-4 {
      grid-column-start: 4;
    }
    .grid .g-start-sm-5 {
      grid-column-start: 5;
    }
    .grid .g-start-sm-6 {
      grid-column-start: 6;
    }
    .grid .g-start-sm-7 {
      grid-column-start: 7;
    }
    .grid .g-start-sm-8 {
      grid-column-start: 8;
    }
    .grid .g-start-sm-9 {
      grid-column-start: 9;
    }
    .grid .g-start-sm-10 {
      grid-column-start: 10;
    }
    .grid .g-start-sm-11 {
      grid-column-start: 11;
    }
  }
  @media (min-width: 768px) {
    .grid .g-col-md-1 {
      grid-column: auto/span 1;
    }
    .grid .g-col-md-2 {
      grid-column: auto/span 2;
    }
    .grid .g-col-md-3 {
      grid-column: auto/span 3;
    }
    .grid .g-col-md-4 {
      grid-column: auto/span 4;
    }
    .grid .g-col-md-5 {
      grid-column: auto/span 5;
    }
    .grid .g-col-md-6 {
      grid-column: auto/span 6;
    }
    .grid .g-col-md-7 {
      grid-column: auto/span 7;
    }
    .grid .g-col-md-8 {
      grid-column: auto/span 8;
    }
    .grid .g-col-md-9 {
      grid-column: auto/span 9;
    }
    .grid .g-col-md-10 {
      grid-column: auto/span 10;
    }
    .grid .g-col-md-11 {
      grid-column: auto/span 11;
    }
    .grid .g-col-md-12 {
      grid-column: auto/span 12;
    }
    .grid .g-start-md-1 {
      grid-column-start: 1;
    }
    .grid .g-start-md-2 {
      grid-column-start: 2;
    }
    .grid .g-start-md-3 {
      grid-column-start: 3;
    }
    .grid .g-start-md-4 {
      grid-column-start: 4;
    }
    .grid .g-start-md-5 {
      grid-column-start: 5;
    }
    .grid .g-start-md-6 {
      grid-column-start: 6;
    }
    .grid .g-start-md-7 {
      grid-column-start: 7;
    }
    .grid .g-start-md-8 {
      grid-column-start: 8;
    }
    .grid .g-start-md-9 {
      grid-column-start: 9;
    }
    .grid .g-start-md-10 {
      grid-column-start: 10;
    }
    .grid .g-start-md-11 {
      grid-column-start: 11;
    }
  }
  @media (min-width: 992px) {
    .grid .g-col-lg-1 {
      grid-column: auto/span 1;
    }
    .grid .g-col-lg-2 {
      grid-column: auto/span 2;
    }
    .grid .g-col-lg-3 {
      grid-column: auto/span 3;
    }
    .grid .g-col-lg-4 {
      grid-column: auto/span 4;
    }
    .grid .g-col-lg-5 {
      grid-column: auto/span 5;
    }
    .grid .g-col-lg-6 {
      grid-column: auto/span 6;
    }
    .grid .g-col-lg-7 {
      grid-column: auto/span 7;
    }
    .grid .g-col-lg-8 {
      grid-column: auto/span 8;
    }
    .grid .g-col-lg-9 {
      grid-column: auto/span 9;
    }
    .grid .g-col-lg-10 {
      grid-column: auto/span 10;
    }
    .grid .g-col-lg-11 {
      grid-column: auto/span 11;
    }
    .grid .g-col-lg-12 {
      grid-column: auto/span 12;
    }
    .grid .g-start-lg-1 {
      grid-column-start: 1;
    }
    .grid .g-start-lg-2 {
      grid-column-start: 2;
    }
    .grid .g-start-lg-3 {
      grid-column-start: 3;
    }
    .grid .g-start-lg-4 {
      grid-column-start: 4;
    }
    .grid .g-start-lg-5 {
      grid-column-start: 5;
    }
    .grid .g-start-lg-6 {
      grid-column-start: 6;
    }
    .grid .g-start-lg-7 {
      grid-column-start: 7;
    }
    .grid .g-start-lg-8 {
      grid-column-start: 8;
    }
    .grid .g-start-lg-9 {
      grid-column-start: 9;
    }
    .grid .g-start-lg-10 {
      grid-column-start: 10;
    }
    .grid .g-start-lg-11 {
      grid-column-start: 11;
    }
  }
  @media (min-width: 1200px) {
    .grid .g-col-xl-1 {
      grid-column: auto/span 1;
    }
    .grid .g-col-xl-2 {
      grid-column: auto/span 2;
    }
    .grid .g-col-xl-3 {
      grid-column: auto/span 3;
    }
    .grid .g-col-xl-4 {
      grid-column: auto/span 4;
    }
    .grid .g-col-xl-5 {
      grid-column: auto/span 5;
    }
    .grid .g-col-xl-6 {
      grid-column: auto/span 6;
    }
    .grid .g-col-xl-7 {
      grid-column: auto/span 7;
    }
    .grid .g-col-xl-8 {
      grid-column: auto/span 8;
    }
    .grid .g-col-xl-9 {
      grid-column: auto/span 9;
    }
    .grid .g-col-xl-10 {
      grid-column: auto/span 10;
    }
    .grid .g-col-xl-11 {
      grid-column: auto/span 11;
    }
    .grid .g-col-xl-12 {
      grid-column: auto/span 12;
    }
    .grid .g-start-xl-1 {
      grid-column-start: 1;
    }
    .grid .g-start-xl-2 {
      grid-column-start: 2;
    }
    .grid .g-start-xl-3 {
      grid-column-start: 3;
    }
    .grid .g-start-xl-4 {
      grid-column-start: 4;
    }
    .grid .g-start-xl-5 {
      grid-column-start: 5;
    }
    .grid .g-start-xl-6 {
      grid-column-start: 6;
    }
    .grid .g-start-xl-7 {
      grid-column-start: 7;
    }
    .grid .g-start-xl-8 {
      grid-column-start: 8;
    }
    .grid .g-start-xl-9 {
      grid-column-start: 9;
    }
    .grid .g-start-xl-10 {
      grid-column-start: 10;
    }
    .grid .g-start-xl-11 {
      grid-column-start: 11;
    }
  }
  @media (min-width: 1400px) {
    .grid .g-col-xxl-1 {
      grid-column: auto/span 1;
    }
    .grid .g-col-xxl-2 {
      grid-column: auto/span 2;
    }
    .grid .g-col-xxl-3 {
      grid-column: auto/span 3;
    }
    .grid .g-col-xxl-4 {
      grid-column: auto/span 4;
    }
    .grid .g-col-xxl-5 {
      grid-column: auto/span 5;
    }
    .grid .g-col-xxl-6 {
      grid-column: auto/span 6;
    }
    .grid .g-col-xxl-7 {
      grid-column: auto/span 7;
    }
    .grid .g-col-xxl-8 {
      grid-column: auto/span 8;
    }
    .grid .g-col-xxl-9 {
      grid-column: auto/span 9;
    }
    .grid .g-col-xxl-10 {
      grid-column: auto/span 10;
    }
    .grid .g-col-xxl-11 {
      grid-column: auto/span 11;
    }
    .grid .g-col-xxl-12 {
      grid-column: auto/span 12;
    }
    .grid .g-start-xxl-1 {
      grid-column-start: 1;
    }
    .grid .g-start-xxl-2 {
      grid-column-start: 2;
    }
    .grid .g-start-xxl-3 {
      grid-column-start: 3;
    }
    .grid .g-start-xxl-4 {
      grid-column-start: 4;
    }
    .grid .g-start-xxl-5 {
      grid-column-start: 5;
    }
    .grid .g-start-xxl-6 {
      grid-column-start: 6;
    }
    .grid .g-start-xxl-7 {
      grid-column-start: 7;
    }
    .grid .g-start-xxl-8 {
      grid-column-start: 8;
    }
    .grid .g-start-xxl-9 {
      grid-column-start: 9;
    }
    .grid .g-start-xxl-10 {
      grid-column-start: 10;
    }
    .grid .g-start-xxl-11 {
      grid-column-start: 11;
    }
  }
  .col {
    flex: 1 0 0%;
  }
  .row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .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%;
  }
  .offset-1 {
    margin-left: 8.33333333%;
  }
  .offset-2 {
    margin-left: 16.66666667%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .offset-4 {
    margin-left: 33.33333333%;
  }
  .offset-5 {
    margin-left: 41.66666667%;
  }
  .offset-6 {
    margin-left: 50%;
  }
  .offset-7 {
    margin-left: 58.33333333%;
  }
  .offset-8 {
    margin-left: 66.66666667%;
  }
  .offset-9 {
    margin-left: 75%;
  }
  .offset-10 {
    margin-left: 83.33333333%;
  }
  .offset-11 {
    margin-left: 91.66666667%;
  }
  .g-0,
  .gx-0 {
    --bs-gutter-x: 0;
  }
  .g-0,
  .gy-0 {
    --bs-gutter-y: 0;
  }
  .g-1,
  .gx-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-1,
  .gy-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-2,
  .gx-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-2,
  .gy-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-3,
  .gx-3 {
    --bs-gutter-x: 1rem;
  }
  .g-3,
  .gy-3 {
    --bs-gutter-y: 1rem;
  }
  .g-4,
  .gx-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-4,
  .gy-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-5,
  .gx-5 {
    --bs-gutter-x: 3rem;
  }
  .g-5,
  .gy-5 {
    --bs-gutter-y: 3rem;
  }
  @media (min-width: 360px) {
    .col-xs {
      flex: 1 0 0%;
    }
    .row-cols-xs-auto > * {
      flex: 0 0 auto;
      width: auto;
    }
    .row-cols-xs-1 > * {
      flex: 0 0 auto;
      width: 100%;
    }
    .row-cols-xs-2 > * {
      flex: 0 0 auto;
      width: 50%;
    }
    .row-cols-xs-3 > * {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .row-cols-xs-4 > * {
      flex: 0 0 auto;
      width: 25%;
    }
    .row-cols-xs-5 > * {
      flex: 0 0 auto;
      width: 20%;
    }
    .row-cols-xs-6 > * {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-xs-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .col-xs-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
    .col-xs-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-xs-3 {
      flex: 0 0 auto;
      width: 25%;
    }
    .col-xs-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .col-xs-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
    .col-xs-6 {
      flex: 0 0 auto;
      width: 50%;
    }
    .col-xs-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
    .col-xs-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    .col-xs-9 {
      flex: 0 0 auto;
      width: 75%;
    }
    .col-xs-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
    .col-xs-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
    .col-xs-12 {
      flex: 0 0 auto;
      width: 100%;
    }
    .offset-xs-0 {
      margin-left: 0;
    }
    .offset-xs-1 {
      margin-left: 8.33333333%;
    }
    .offset-xs-2 {
      margin-left: 16.66666667%;
    }
    .offset-xs-3 {
      margin-left: 25%;
    }
    .offset-xs-4 {
      margin-left: 33.33333333%;
    }
    .offset-xs-5 {
      margin-left: 41.66666667%;
    }
    .offset-xs-6 {
      margin-left: 50%;
    }
    .offset-xs-7 {
      margin-left: 58.33333333%;
    }
    .offset-xs-8 {
      margin-left: 66.66666667%;
    }
    .offset-xs-9 {
      margin-left: 75%;
    }
    .offset-xs-10 {
      margin-left: 83.33333333%;
    }
    .offset-xs-11 {
      margin-left: 91.66666667%;
    }
    .g-xs-0,
    .gx-xs-0 {
      --bs-gutter-x: 0;
    }
    .g-xs-0,
    .gy-xs-0 {
      --bs-gutter-y: 0;
    }
    .g-xs-1,
    .gx-xs-1 {
      --bs-gutter-x: 0.25rem;
    }
    .g-xs-1,
    .gy-xs-1 {
      --bs-gutter-y: 0.25rem;
    }
    .g-xs-2,
    .gx-xs-2 {
      --bs-gutter-x: 0.5rem;
    }
    .g-xs-2,
    .gy-xs-2 {
      --bs-gutter-y: 0.5rem;
    }
    .g-xs-3,
    .gx-xs-3 {
      --bs-gutter-x: 1rem;
    }
    .g-xs-3,
    .gy-xs-3 {
      --bs-gutter-y: 1rem;
    }
    .g-xs-4,
    .gx-xs-4 {
      --bs-gutter-x: 1.5rem;
    }
    .g-xs-4,
    .gy-xs-4 {
      --bs-gutter-y: 1.5rem;
    }
    .g-xs-5,
    .gx-xs-5 {
      --bs-gutter-x: 3rem;
    }
    .g-xs-5,
    .gy-xs-5 {
      --bs-gutter-y: 3rem;
    }
  }
  @media (min-width: 576px) {
    .col-sm {
      flex: 1 0 0%;
    }
    .row-cols-sm-auto > * {
      flex: 0 0 auto;
      width: auto;
    }
    .row-cols-sm-1 > * {
      flex: 0 0 auto;
      width: 100%;
    }
    .row-cols-sm-2 > * {
      flex: 0 0 auto;
      width: 50%;
    }
    .row-cols-sm-3 > * {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .row-cols-sm-4 > * {
      flex: 0 0 auto;
      width: 25%;
    }
    .row-cols-sm-5 > * {
      flex: 0 0 auto;
      width: 20%;
    }
    .row-cols-sm-6 > * {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .col-sm-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
    .col-sm-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-sm-3 {
      flex: 0 0 auto;
      width: 25%;
    }
    .col-sm-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .col-sm-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
    .col-sm-6 {
      flex: 0 0 auto;
      width: 50%;
    }
    .col-sm-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
    .col-sm-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    .col-sm-9 {
      flex: 0 0 auto;
      width: 75%;
    }
    .col-sm-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
    .col-sm-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
    .col-sm-12 {
      flex: 0 0 auto;
      width: 100%;
    }
    .offset-sm-0 {
      margin-left: 0;
    }
    .offset-sm-1 {
      margin-left: 8.33333333%;
    }
    .offset-sm-2 {
      margin-left: 16.66666667%;
    }
    .offset-sm-3 {
      margin-left: 25%;
    }
    .offset-sm-4 {
      margin-left: 33.33333333%;
    }
    .offset-sm-5 {
      margin-left: 41.66666667%;
    }
    .offset-sm-6 {
      margin-left: 50%;
    }
    .offset-sm-7 {
      margin-left: 58.33333333%;
    }
    .offset-sm-8 {
      margin-left: 66.66666667%;
    }
    .offset-sm-9 {
      margin-left: 75%;
    }
    .offset-sm-10 {
      margin-left: 83.33333333%;
    }
    .offset-sm-11 {
      margin-left: 91.66666667%;
    }
    .g-sm-0,
    .gx-sm-0 {
      --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
      --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
      --bs-gutter-x: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
      --bs-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
      --bs-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
      --bs-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
      --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3 {
      --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4 {
      --bs-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4 {
      --bs-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5 {
      --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5 {
      --bs-gutter-y: 3rem;
    }
  }
  @media (min-width: 768px) {
    .col-md {
      flex: 1 0 0%;
    }
    .row-cols-md-auto > * {
      flex: 0 0 auto;
      width: auto;
    }
    .row-cols-md-1 > * {
      flex: 0 0 auto;
      width: 100%;
    }
    .row-cols-md-2 > * {
      flex: 0 0 auto;
      width: 50%;
    }
    .row-cols-md-3 > * {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .row-cols-md-4 > * {
      flex: 0 0 auto;
      width: 25%;
    }
    .row-cols-md-5 > * {
      flex: 0 0 auto;
      width: 20%;
    }
    .row-cols-md-6 > * {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-md-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .col-md-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
    .col-md-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-md-3 {
      flex: 0 0 auto;
      width: 25%;
    }
    .col-md-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .col-md-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
    .col-md-6 {
      flex: 0 0 auto;
      width: 50%;
    }
    .col-md-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
    .col-md-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    .col-md-9 {
      flex: 0 0 auto;
      width: 75%;
    }
    .col-md-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
    .col-md-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
    .col-md-12 {
      flex: 0 0 auto;
      width: 100%;
    }
    .offset-md-0 {
      margin-left: 0;
    }
    .offset-md-1 {
      margin-left: 8.33333333%;
    }
    .offset-md-2 {
      margin-left: 16.66666667%;
    }
    .offset-md-3 {
      margin-left: 25%;
    }
    .offset-md-4 {
      margin-left: 33.33333333%;
    }
    .offset-md-5 {
      margin-left: 41.66666667%;
    }
    .offset-md-6 {
      margin-left: 50%;
    }
    .offset-md-7 {
      margin-left: 58.33333333%;
    }
    .offset-md-8 {
      margin-left: 66.66666667%;
    }
    .offset-md-9 {
      margin-left: 75%;
    }
    .offset-md-10 {
      margin-left: 83.33333333%;
    }
    .offset-md-11 {
      margin-left: 91.66666667%;
    }
    .g-md-0,
    .gx-md-0 {
      --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
      --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
      --bs-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
      --bs-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
      --bs-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
      --bs-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
      --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
      --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
      --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4 {
      --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5 {
      --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5 {
      --bs-gutter-y: 3rem;
    }
  }
  @media (min-width: 992px) {
    .col-lg {
      flex: 1 0 0%;
    }
    .row-cols-lg-auto > * {
      flex: 0 0 auto;
      width: auto;
    }
    .row-cols-lg-1 > * {
      flex: 0 0 auto;
      width: 100%;
    }
    .row-cols-lg-2 > * {
      flex: 0 0 auto;
      width: 50%;
    }
    .row-cols-lg-3 > * {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .row-cols-lg-4 > * {
      flex: 0 0 auto;
      width: 25%;
    }
    .row-cols-lg-5 > * {
      flex: 0 0 auto;
      width: 20%;
    }
    .row-cols-lg-6 > * {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .col-lg-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
    .col-lg-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-lg-3 {
      flex: 0 0 auto;
      width: 25%;
    }
    .col-lg-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .col-lg-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
    .col-lg-6 {
      flex: 0 0 auto;
      width: 50%;
    }
    .col-lg-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
    .col-lg-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    .col-lg-9 {
      flex: 0 0 auto;
      width: 75%;
    }
    .col-lg-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
    .col-lg-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
    .col-lg-12 {
      flex: 0 0 auto;
      width: 100%;
    }
    .offset-lg-0 {
      margin-left: 0;
    }
    .offset-lg-1 {
      margin-left: 8.33333333%;
    }
    .offset-lg-2 {
      margin-left: 16.66666667%;
    }
    .offset-lg-3 {
      margin-left: 25%;
    }
    .offset-lg-4 {
      margin-left: 33.33333333%;
    }
    .offset-lg-5 {
      margin-left: 41.66666667%;
    }
    .offset-lg-6 {
      margin-left: 50%;
    }
    .offset-lg-7 {
      margin-left: 58.33333333%;
    }
    .offset-lg-8 {
      margin-left: 66.66666667%;
    }
    .offset-lg-9 {
      margin-left: 75%;
    }
    .offset-lg-10 {
      margin-left: 83.33333333%;
    }
    .offset-lg-11 {
      margin-left: 91.66666667%;
    }
    .g-lg-0,
    .gx-lg-0 {
      --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
      --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
      --bs-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
      --bs-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
      --bs-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
      --bs-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
      --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
      --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
      --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4 {
      --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5 {
      --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5 {
      --bs-gutter-y: 3rem;
    }
  }
  @media (min-width: 1200px) {
    .col-xl {
      flex: 1 0 0%;
    }
    .row-cols-xl-auto > * {
      flex: 0 0 auto;
      width: auto;
    }
    .row-cols-xl-1 > * {
      flex: 0 0 auto;
      width: 100%;
    }
    .row-cols-xl-2 > * {
      flex: 0 0 auto;
      width: 50%;
    }
    .row-cols-xl-3 > * {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .row-cols-xl-4 > * {
      flex: 0 0 auto;
      width: 25%;
    }
    .row-cols-xl-5 > * {
      flex: 0 0 auto;
      width: 20%;
    }
    .row-cols-xl-6 > * {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .col-xl-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
    .col-xl-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-xl-3 {
      flex: 0 0 auto;
      width: 25%;
    }
    .col-xl-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .col-xl-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
    .col-xl-6 {
      flex: 0 0 auto;
      width: 50%;
    }
    .col-xl-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
    .col-xl-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    .col-xl-9 {
      flex: 0 0 auto;
      width: 75%;
    }
    .col-xl-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
    .col-xl-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
    .col-xl-12 {
      flex: 0 0 auto;
      width: 100%;
    }
    .offset-xl-0 {
      margin-left: 0;
    }
    .offset-xl-1 {
      margin-left: 8.33333333%;
    }
    .offset-xl-2 {
      margin-left: 16.66666667%;
    }
    .offset-xl-3 {
      margin-left: 25%;
    }
    .offset-xl-4 {
      margin-left: 33.33333333%;
    }
    .offset-xl-5 {
      margin-left: 41.66666667%;
    }
    .offset-xl-6 {
      margin-left: 50%;
    }
    .offset-xl-7 {
      margin-left: 58.33333333%;
    }
    .offset-xl-8 {
      margin-left: 66.66666667%;
    }
    .offset-xl-9 {
      margin-left: 75%;
    }
    .offset-xl-10 {
      margin-left: 83.33333333%;
    }
    .offset-xl-11 {
      margin-left: 91.66666667%;
    }
    .g-xl-0,
    .gx-xl-0 {
      --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
      --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
      --bs-gutter-x: 0.25rem;
    }
    .g-xl-1,
    .gy-xl-1 {
      --bs-gutter-y: 0.25rem;
    }
    .g-xl-2,
    .gx-xl-2 {
      --bs-gutter-x: 0.5rem;
    }
    .g-xl-2,
    .gy-xl-2 {
      --bs-gutter-y: 0.5rem;
    }
    .g-xl-3,
    .gx-xl-3 {
      --bs-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3 {
      --bs-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4 {
      --bs-gutter-x: 1.5rem;
    }
    .g-xl-4,
    .gy-xl-4 {
      --bs-gutter-y: 1.5rem;
    }
    .g-xl-5,
    .gx-xl-5 {
      --bs-gutter-x: 3rem;
    }
    .g-xl-5,
    .gy-xl-5 {
      --bs-gutter-y: 3rem;
    }
  }
  @media (min-width: 1400px) {
    .col-xxl {
      flex: 1 0 0%;
    }
    .row-cols-xxl-auto > * {
      flex: 0 0 auto;
      width: auto;
    }
    .row-cols-xxl-1 > * {
      flex: 0 0 auto;
      width: 100%;
    }
    .row-cols-xxl-2 > * {
      flex: 0 0 auto;
      width: 50%;
    }
    .row-cols-xxl-3 > * {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .row-cols-xxl-4 > * {
      flex: 0 0 auto;
      width: 25%;
    }
    .row-cols-xxl-5 > * {
      flex: 0 0 auto;
      width: 20%;
    }
    .row-cols-xxl-6 > * {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-xxl-auto {
      flex: 0 0 auto;
      width: auto;
    }
    .col-xxl-1 {
      flex: 0 0 auto;
      width: 8.33333333%;
    }
    .col-xxl-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
    }
    .col-xxl-3 {
      flex: 0 0 auto;
      width: 25%;
    }
    .col-xxl-4 {
      flex: 0 0 auto;
      width: 33.33333333%;
    }
    .col-xxl-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
    }
    .col-xxl-6 {
      flex: 0 0 auto;
      width: 50%;
    }
    .col-xxl-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
    }
    .col-xxl-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
    }
    .col-xxl-9 {
      flex: 0 0 auto;
      width: 75%;
    }
    .col-xxl-10 {
      flex: 0 0 auto;
      width: 83.33333333%;
    }
    .col-xxl-11 {
      flex: 0 0 auto;
      width: 91.66666667%;
    }
    .col-xxl-12 {
      flex: 0 0 auto;
      width: 100%;
    }
    .offset-xxl-0 {
      margin-left: 0;
    }
    .offset-xxl-1 {
      margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
      margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
      margin-left: 25%;
    }
    .offset-xxl-4 {
      margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
      margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
      margin-left: 50%;
    }
    .offset-xxl-7 {
      margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
      margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
      margin-left: 75%;
    }
    .offset-xxl-10 {
      margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
      margin-left: 91.66666667%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
      --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
      --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
      --bs-gutter-x: 0.25rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
      --bs-gutter-y: 0.25rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
      --bs-gutter-x: 0.5rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
      --bs-gutter-y: 0.5rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
      --bs-gutter-x: 1rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
      --bs-gutter-y: 1rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
      --bs-gutter-x: 1.5rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
      --bs-gutter-y: 1.5rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
      --bs-gutter-x: 3rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
      --bs-gutter-y: 3rem;
    }
  }
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
  .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: #000 !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;
  }
  .link-primary {
    color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-primary:hover, .link-primary:focus {
    color: RGBA(19, 104, 65, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(19, 104, 65, var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-secondary {
    color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-secondary:hover, .link-secondary:focus {
    color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-success {
    color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-success:hover, .link-success:focus {
    color: RGBA(19, 104, 65, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(19, 104, 65, var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-info {
    color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-info:hover, .link-info:focus {
    color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-warning {
    color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-warning:hover, .link-warning:focus {
    color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-danger {
    color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-danger:hover, .link-danger:focus {
    color: RGBA(255, 107, 121, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(255, 107, 121, var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-light {
    color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-light:hover, .link-light:focus {
    color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-dark {
    color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-dark:hover, .link-dark:focus {
    color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-body-emphasis {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-body-emphasis:hover, .link-body-emphasis:focus {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
  }
  .focus-ring:focus {
    outline: 0;
    box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
  }
  .icon-link {
    display: inline-flex;
    gap: 0.375rem;
    align-items: center;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
    text-underline-offset: 0.25em;
    backface-visibility: hidden;
  }
  .icon-link > .bi {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    transition: 0.2s ease-in-out transform;
  }
  @media (prefers-reduced-motion: reduce) {
    .icon-link > .bi {
      transition: none;
    }
  }
  .icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
    transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
  }
  .ratio {
    position: relative;
    width: 100%;
  }
  .ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
  }
  .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .ratio-1x1 {
    --bs-aspect-ratio: 100%;
  }
  .ratio-4x3 {
    --bs-aspect-ratio: 75%;
  }
  .ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
  }
  .ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
  }
  .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
  }
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
  @media (min-width: 360px) {
    .sticky-xs-top {
      position: sticky;
      top: 0;
      z-index: 1020;
    }
    .sticky-xs-bottom {
      position: sticky;
      bottom: 0;
      z-index: 1020;
    }
  }
  @media (min-width: 576px) {
    .sticky-sm-top {
      position: sticky;
      top: 0;
      z-index: 1020;
    }
    .sticky-sm-bottom {
      position: sticky;
      bottom: 0;
      z-index: 1020;
    }
  }
  @media (min-width: 768px) {
    .sticky-md-top {
      position: sticky;
      top: 0;
      z-index: 1020;
    }
    .sticky-md-bottom {
      position: sticky;
      bottom: 0;
      z-index: 1020;
    }
  }
  @media (min-width: 992px) {
    .sticky-lg-top {
      position: sticky;
      top: 0;
      z-index: 1020;
    }
    .sticky-lg-bottom {
      position: sticky;
      bottom: 0;
      z-index: 1020;
    }
  }
  @media (min-width: 1200px) {
    .sticky-xl-top {
      position: sticky;
      top: 0;
      z-index: 1020;
    }
    .sticky-xl-bottom {
      position: sticky;
      bottom: 0;
      z-index: 1020;
    }
  }
  @media (min-width: 1400px) {
    .sticky-xxl-top {
      position: sticky;
      top: 0;
      z-index: 1020;
    }
    .sticky-xxl-bottom {
      position: sticky;
      bottom: 0;
      z-index: 1020;
    }
  }
  .hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
  }
  .vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch;
  }
  .visually-hidden,
  .visually-hidden-focusable:not(:focus):not(:focus-within) {
    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;
  }
  .visually-hidden:not(caption),
  .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
    position: absolute !important;
  }
  .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
  }
  .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .vr {
    display: inline-block;
    align-self: stretch;
    width: var(--bs-border-width);
    min-height: 1em;
    background-color: currentcolor;
    opacity: 0.25;
  }
  .fade {
    transition: opacity 0.15s linear;
  }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none;
    }
  }
  .fade:not(.show) {
    opacity: 0;
  }
  .collapse:not(.show) {
    display: none;
  }
  .collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none;
    }
  }
  .collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
      transition: none;
    }
  }
}
.btn-outline-primary {
  --bs-btn-color: var(--pixel-black);
  --bs-btn-border-color: var(--pixel-green);
  --bs-btn-hover-color: var(--pixel-green);
  --bs-btn-hover-bg: var(--pixel-green);
  --bs-btn-hover-border-color: var(--pixel-green);
  --bs-btn-focus-color: var(--pixel-green);
  --bs-btn-focus-bg: var(--pixel-green);
  --bs-btn-focus-border-color: var(--pixel-green);
  --bs-btn-active-color: var(--pixel-green);
  --bs-btn-active-bg: var(--pixel-green);
  --bs-btn-active-border-color: var(--pixel-green);
}
@media (hover: hover) {
  .btn-outline-primary:hover {
    --bs-btn-color: white;
    color: white;
    --bs-btn-bg: var(--pixel-green);
    --bs-btn-border-color: var(--pixel-green);
  }
}

@layer bs-components {
  .accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-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;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-btn-padding-x: 0;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23363a41%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23363a41%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(24, 130, 81, 0.25);
    --bs-accordion-body-padding-x: 0;
    --bs-accordion-body-padding-y: 0;
    --bs-accordion-active-color: var(--bs-link-hover-color);
    --bs-accordion-active-bg: transparent;
  }
  .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
  }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      transition: none;
    }
  }
  .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
  }
  .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
  }
  .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
  }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
      transition: none;
    }
  }
  .accordion-button:hover {
    z-index: 2;
  }
  .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
  }
  .accordion-header {
    margin-bottom: 0;
  }
  .accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
  }
  .accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius);
  }
  .accordion-item:first-of-type > .accordion-header .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
  }
  .accordion-item:not(:first-of-type) {
    border-top: 0;
  }
  .accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
  }
  .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
  }
  .accordion-item:last-of-type > .accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
  }
  .accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  }
  .accordion-flush > .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }
  .accordion-flush > .accordion-item:first-child {
    border-top: 0;
  }
  .accordion-flush > .accordion-item:last-child {
    border-bottom: 0;
  }
  .accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
    border-radius: 0;
  }
  .accordion-flush > .accordion-item > .accordion-collapse {
    border-radius: 0;
  }
  [data-bs-theme=dark] .accordion-button::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27rgb%28116.4, 180, 150.6%29%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.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%27/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27rgb%28116.4, 180, 150.6%29%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.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%27/%3e%3c/svg%3e");
  }
  .alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: var(--bs-border-radius);
    --bs-alert-link-color: inherit;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
  }
  .alert-heading {
    color: inherit;
  }
  .alert-link {
    font-weight: 700;
    color: var(--bs-alert-link-color);
  }
  .alert-dismissible {
    padding-right: 3rem;
  }
  .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
  }
  .alert-primary {
    --bs-alert-color: var(--bs-primary-text-emphasis);
    --bs-alert-bg: var(--bs-primary-bg-subtle);
    --bs-alert-border-color: var(--bs-primary-border-subtle);
    --bs-alert-link-color: var(--bs-primary-text-emphasis);
  }
  .alert-secondary {
    --bs-alert-color: var(--bs-secondary-text-emphasis);
    --bs-alert-bg: var(--bs-secondary-bg-subtle);
    --bs-alert-border-color: var(--bs-secondary-border-subtle);
    --bs-alert-link-color: var(--bs-secondary-text-emphasis);
  }
  .alert-success {
    --bs-alert-color: var(--bs-success-text-emphasis);
    --bs-alert-bg: var(--bs-success-bg-subtle);
    --bs-alert-border-color: var(--bs-success-border-subtle);
    --bs-alert-link-color: var(--bs-success-text-emphasis);
  }
  .alert-info {
    --bs-alert-color: var(--bs-info-text-emphasis);
    --bs-alert-bg: var(--bs-info-bg-subtle);
    --bs-alert-border-color: var(--bs-info-border-subtle);
    --bs-alert-link-color: var(--bs-info-text-emphasis);
  }
  .alert-warning {
    --bs-alert-color: var(--bs-warning-text-emphasis);
    --bs-alert-bg: var(--bs-warning-bg-subtle);
    --bs-alert-border-color: var(--bs-warning-border-subtle);
    --bs-alert-link-color: var(--bs-warning-text-emphasis);
  }
  .alert-danger {
    --bs-alert-color: var(--bs-danger-text-emphasis);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text-emphasis);
  }
  .alert-light {
    --bs-alert-color: var(--bs-light-text-emphasis);
    --bs-alert-bg: var(--bs-light-bg-subtle);
    --bs-alert-border-color: var(--bs-light-border-subtle);
    --bs-alert-link-color: var(--bs-light-text-emphasis);
  }
  .alert-dark {
    --bs-alert-color: var(--bs-dark-text-emphasis);
    --bs-alert-bg: var(--bs-dark-bg-subtle);
    --bs-alert-border-color: var(--bs-dark-border-subtle);
    --bs-alert-link-color: var(--bs-dark-text-emphasis);
  }
  .badge {
    --bs-badge-padding-x: 0.5rem;
    --bs-badge-padding-y: 0.25rem;
    --bs-badge-font-size: 0.875rem;
    --bs-badge-font-weight: 400;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 0.25rem;
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
  }
  .badge:empty {
    display: none;
  }
  .btn .badge {
    position: relative;
    top: -1px;
  }
  .breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0.75rem;
    --bs-breadcrumb-margin-bottom: 0;
    --bs-breadcrumb-font-size: 0.875rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: var(--bs-body-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: var(--bs-body-color);
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
  }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x);
  }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
  }
  .breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color);
  }
  .btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.25rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    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) {
    .btn {
      transition: none;
    }
  }
  .btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
  }
  .btn-check + .btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color);
  }
  .btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
  }
  .btn-check:focus-visible + .btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
  }
  .btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
  }
  .btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow);
  }
  .btn-check:checked:focus-visible + .btn {
    box-shadow: var(--bs-btn-focus-box-shadow);
  }
  .btn:disabled, .btn.disabled, fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
  }
  .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #188251;
    --bs-btn-border-color: #188251;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(20.4, 110.5, 68.85);
    --bs-btn-hover-border-color: rgb(19.2, 104, 64.8);
    --bs-btn-focus-shadow-rgb: 59, 149, 107;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(19.2, 104, 64.8);
    --bs-btn-active-border-color: rgb(18, 97.5, 60.75);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #188251;
    --bs-btn-disabled-border-color: #188251;
  }
  .btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
    --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(86.4, 93.6, 100);
    --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
  }
  .btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #188251;
    --bs-btn-border-color: #188251;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(20.4, 110.5, 68.85);
    --bs-btn-hover-border-color: rgb(19.2, 104, 64.8);
    --bs-btn-focus-shadow-rgb: 59, 149, 107;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(19.2, 104, 64.8);
    --bs-btn-active-border-color: rgb(18, 97.5, 60.75);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #188251;
    --bs-btn-disabled-border-color: #188251;
  }
  .btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
    --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(61.4, 212.6, 243);
    --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0;
  }
  .btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
    --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(255, 205.4, 56.6);
    --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107;
  }
  .btn-danger {
    --bs-btn-color: #000;
    --bs-btn-bg: #ff4657;
    --bs-btn-border-color: #ff4657;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(255, 97.75, 112.2);
    --bs-btn-hover-border-color: rgb(255, 88.5, 103.8);
    --bs-btn-focus-shadow-rgb: 217, 60, 74;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(255, 107, 120.6);
    --bs-btn-active-border-color: rgb(255, 88.5, 103.8);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ff4657;
    --bs-btn-disabled-border-color: #ff4657;
  }
  .btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
    --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(198.4, 199.2, 200);
    --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa;
  }
  .btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
    --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
    --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529;
  }
  .btn-outline-primary {
    --bs-btn-color: #188251;
    --bs-btn-border-color: #188251;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #188251;
    --bs-btn-hover-border-color: #188251;
    --bs-btn-focus-shadow-rgb: 24, 130, 81;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #188251;
    --bs-btn-active-border-color: #188251;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #188251;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #188251;
    --bs-gradient: none;
  }
  .btn-outline-secondary {
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none;
  }
  .btn-outline-success {
    --bs-btn-color: #188251;
    --bs-btn-border-color: #188251;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #188251;
    --bs-btn-hover-border-color: #188251;
    --bs-btn-focus-shadow-rgb: 24, 130, 81;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #188251;
    --bs-btn-active-border-color: #188251;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #188251;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #188251;
    --bs-gradient: none;
  }
  .btn-outline-info {
    --bs-btn-color: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #0dcaf0;
    --bs-btn-hover-border-color: #0dcaf0;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0dcaf0;
    --bs-btn-active-border-color: #0dcaf0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0dcaf0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0dcaf0;
    --bs-gradient: none;
  }
  .btn-outline-warning {
    --bs-btn-color: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc107;
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc107;
    --bs-btn-active-border-color: #ffc107;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffc107;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffc107;
    --bs-gradient: none;
  }
  .btn-outline-danger {
    --bs-btn-color: #ff4657;
    --bs-btn-border-color: #ff4657;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ff4657;
    --bs-btn-hover-border-color: #ff4657;
    --bs-btn-focus-shadow-rgb: 255, 70, 87;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ff4657;
    --bs-btn-active-border-color: #ff4657;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ff4657;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ff4657;
    --bs-gradient: none;
  }
  .btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none;
  }
  .btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none;
  }
  .btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 59, 149, 107;
    text-decoration: none;
  }
  .btn-link:focus-visible {
    color: var(--bs-btn-color);
  }
  .btn-link:hover {
    color: var(--bs-btn-hover-color);
  }
  .btn-lg, .btn-group-lg > .btn {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg);
  }
  .btn-sm, .btn-group-sm > .btn {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
  }
  .btn-group,
  .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
  }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto;
  }
  .btn-group > .btn-check:checked + .btn,
  .btn-group > .btn-check:focus + .btn,
  .btn-group > .btn:hover,
  .btn-group > .btn:focus,
  .btn-group > .btn:active,
  .btn-group > .btn.active,
  .btn-group-vertical > .btn-check:checked + .btn,
  .btn-group-vertical > .btn-check:focus + .btn,
  .btn-group-vertical > .btn:hover,
  .btn-group-vertical > .btn:focus,
  .btn-group-vertical > .btn:active,
  .btn-group-vertical > .btn.active {
    z-index: 1;
  }
  .btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .btn-toolbar .input-group {
    width: auto;
  }
  .btn-group {
    border-radius: 0.25rem;
  }
  .btn-group > :not(.btn-check:first-child) + .btn,
  .btn-group > .btn-group:not(:first-child) {
    margin-left: calc(var(--bs-border-width) * -1);
  }
  .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group > .btn.dropdown-toggle-split:first-child,
  .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .btn-group > .btn:nth-child(n+3),
  .btn-group > :not(.btn-check) + .btn,
  .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
  }
  .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
    margin-left: 0;
  }
  .dropstart .dropdown-toggle-split::before {
    margin-right: 0;
  }
  .btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
  }
  .btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%;
  }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: calc(var(--bs-border-width) * -1);
  }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .btn-group-vertical > .btn ~ .btn,
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: 0;
    --bs-card-border-color: var(--bs-border-color);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: var(--bs-tertiary-bg);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
  }
  .card > hr {
    margin-right: 0;
    margin-left: 0;
  }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
  }
  .card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
  }
  .card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
  }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0;
  }
  .card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
  }
  .card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color);
  }
  .card-subtitle {
    margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
    margin-bottom: 0;
    color: var(--bs-card-subtitle-color);
  }
  .card-text:last-child {
    margin-bottom: 0;
  }
  .card-link + .card-link {
    margin-left: var(--bs-card-spacer-x);
  }
  .card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
  }
  .card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
  }
  .card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
  }
  .card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
  }
  .card-header-tabs {
    margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
    margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
    border-bottom: 0;
  }
  .card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg);
  }
  .card-header-pills {
    margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
    margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  }
  .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius);
  }
  .card-img,
  .card-img-top,
  .card-img-bottom {
    width: 100%;
  }
  .card-img,
  .card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
  }
  .card-img,
  .card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
  }
  .card-group > .card {
    margin-bottom: var(--bs-card-group-margin);
  }
  @media (min-width: 576px) {
    .card-group {
      display: flex;
      flex-flow: row wrap;
    }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0;
    }
    .card-group > .card + .card {
      margin-left: 0;
      border-left: 0;
    }
    .card-group > .card:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
      border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
      border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
      border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
      border-bottom-left-radius: 0;
    }
  }
  .carousel {
    position: relative;
  }
  .carousel.pointer-event {
    touch-action: pan-y;
  }
  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: "";
  }
  .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none;
    }
  }
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    display: block;
  }
  .carousel-item-next:not(.carousel-item-start),
  .active.carousel-item-end {
    transform: translateX(100%);
  }
  .carousel-item-prev:not(.carousel-item-end),
  .active.carousel-item-start {
    transform: translateX(-100%);
  }
  .carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
  }
  .carousel-fade .carousel-item.active,
  .carousel-fade .carousel-item-next.carousel-item-start,
  .carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1;
  }
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
  }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
      transition: none;
    }
  }
  .carousel-control-prev,
  .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #000;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.35;
    transition: opacity 0.15s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none;
    }
  }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #000;
    text-decoration: none;
    outline: 0;
    opacity: 1;
  }
  .carousel-control-prev {
    left: 0;
  }
  .carousel-control-next {
    right: 0;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    display: inline-block;
    width: 2.25rem;
    height: 2.25rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
  }
  .carousel-control-prev-icon {
    background-image: "\e5cb" /*rtl:\e5cc*/;
  }
  .carousel-control-next-icon {
    background-image: "\e5cc" /*rtl:\e5cb*/;
  }
  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
  }
  .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 0.375rem;
    margin-left: 0.375rem;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 0.875rem solid transparent;
    border-bottom: 0.875rem solid transparent;
    opacity: 1;
    transition: opacity 0.5s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
      transition: none;
    }
  }
  .carousel-indicators .active {
    opacity: 1;
  }
  .carousel-caption {
    position: absolute;
    right: 25%;
    bottom: 1.25rem;
    left: 25%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
  }
  .carousel-dark .carousel-control-prev-icon,
  .carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
  }
  .carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
  }
  .carousel-dark .carousel-caption {
    color: #000;
  }
  [data-bs-theme=dark] .carousel .carousel-control-prev-icon,
  [data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
  [data-bs-theme=dark].carousel .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
  }
  [data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
    background-color: #000;
  }
  [data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
    color: #000;
  }
  .btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23000%27%3e%3cpath d=%27M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z%27/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(24, 130, 81, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.5rem;
    opacity: var(--bs-btn-close-opacity);
  }
  .btn-close:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity);
  }
  .btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity);
  }
  .btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity);
  }
  .btn-close-white {
    filter: var(--bs-btn-close-white-filter);
  }
  [data-bs-theme=dark] .btn-close {
    filter: var(--bs-btn-close-white-filter);
  }
  .dropup,
  .dropend,
  .dropdown,
  .dropstart,
  .dropup-center,
  .dropdown-center {
    position: relative;
  }
  .dropdown-toggle {
    white-space: nowrap;
  }
  .dropdown-toggle::after {
    display: inline-block;
    width: 1em;
    height: 1em;
    font-family: "Material Icons", sans-serif;
    font-size: 1.375em;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: "liga";
    line-height: 1;
    color: inherit;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    vertical-align: middle;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    vertical-align: initial;
    content: "";
    border: none;
    content: "\e313";
  }
  .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  .dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #188251;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.75rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
  }
  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
  }
  .dropdown-menu > .dropdown-item:first-child,
  .dropdown-menu > li:first-child .dropdown-item {
    border-top-left-radius: var(--bs-dropdown-inner-border-radius);
    border-top-right-radius: var(--bs-dropdown-inner-border-radius);
  }
  .dropdown-menu > .dropdown-item:last-child,
  .dropdown-menu > li:last-child .dropdown-item {
    border-bottom-right-radius: var(--bs-dropdown-inner-border-radius);
    border-bottom-left-radius: var(--bs-dropdown-inner-border-radius);
  }
  .dropdown-menu-start {
    --bs-position: start;
  }
  .dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-end {
    --bs-position: end;
  }
  .dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
  @media (min-width: 360px) {
    .dropdown-menu-xs-start {
      --bs-position: start;
    }
    .dropdown-menu-xs-start[data-bs-popper] {
      right: auto;
      left: 0;
    }
    .dropdown-menu-xs-end {
      --bs-position: end;
    }
    .dropdown-menu-xs-end[data-bs-popper] {
      right: 0;
      left: auto;
    }
  }
  @media (min-width: 576px) {
    .dropdown-menu-sm-start {
      --bs-position: start;
    }
    .dropdown-menu-sm-start[data-bs-popper] {
      right: auto;
      left: 0;
    }
    .dropdown-menu-sm-end {
      --bs-position: end;
    }
    .dropdown-menu-sm-end[data-bs-popper] {
      right: 0;
      left: auto;
    }
  }
  @media (min-width: 768px) {
    .dropdown-menu-md-start {
      --bs-position: start;
    }
    .dropdown-menu-md-start[data-bs-popper] {
      right: auto;
      left: 0;
    }
    .dropdown-menu-md-end {
      --bs-position: end;
    }
    .dropdown-menu-md-end[data-bs-popper] {
      right: 0;
      left: auto;
    }
  }
  @media (min-width: 992px) {
    .dropdown-menu-lg-start {
      --bs-position: start;
    }
    .dropdown-menu-lg-start[data-bs-popper] {
      right: auto;
      left: 0;
    }
    .dropdown-menu-lg-end {
      --bs-position: end;
    }
    .dropdown-menu-lg-end[data-bs-popper] {
      right: 0;
      left: auto;
    }
  }
  @media (min-width: 1200px) {
    .dropdown-menu-xl-start {
      --bs-position: start;
    }
    .dropdown-menu-xl-start[data-bs-popper] {
      right: auto;
      left: 0;
    }
    .dropdown-menu-xl-end {
      --bs-position: end;
    }
    .dropdown-menu-xl-end[data-bs-popper] {
      right: 0;
      left: auto;
    }
  }
  @media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
      --bs-position: start;
    }
    .dropdown-menu-xxl-start[data-bs-popper] {
      right: auto;
      left: 0;
    }
    .dropdown-menu-xxl-end {
      --bs-position: end;
    }
    .dropdown-menu-xxl-end[data-bs-popper] {
      right: 0;
      left: auto;
    }
  }
  .dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: var(--bs-dropdown-spacer);
  }
  .dropup .dropdown-toggle::after {
    display: inline-block;
    width: 1em;
    height: 1em;
    font-family: "Material Icons", sans-serif;
    font-size: 1.375em;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: "liga";
    line-height: 1;
    color: inherit;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    vertical-align: middle;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    vertical-align: initial;
    content: "";
    border: none;
    content: "\e316";
  }
  .dropup .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  .dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer);
  }
  .dropend .dropdown-toggle::after {
    display: inline-block;
    width: 1em;
    height: 1em;
    font-family: "Material Icons", sans-serif;
    font-size: 1.375em;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: "liga";
    line-height: 1;
    color: inherit;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    vertical-align: middle;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    vertical-align: initial;
    content: "";
    border: none;
    content: "\e5cc";
  }
  .dropend .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  .dropend .dropdown-toggle::after {
    vertical-align: 0;
  }
  .dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer);
  }
  .dropstart .dropdown-toggle::after {
    display: inline-block;
    width: 1em;
    height: 1em;
    font-family: "Material Icons", sans-serif;
    font-size: 1.375em;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: "liga";
    line-height: 1;
    color: inherit;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    vertical-align: middle;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    vertical-align: initial;
    content: "";
    border: none;
  }
  .dropstart .dropdown-toggle::after {
    display: none;
  }
  .dropstart .dropdown-toggle::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    font-family: "Material Icons", sans-serif;
    font-size: 1.375em;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: "liga";
    line-height: 1;
    color: inherit;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    vertical-align: middle;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    vertical-align: initial;
    content: "";
    border: none;
    content: "\e5cb";
  }
  .dropstart .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  .dropstart .dropdown-toggle::before {
    vertical-align: 0;
  }
  .dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1;
  }
  .dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
  }
  .dropdown-item:hover, .dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
  }
  .dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg);
  }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent;
  }
  .dropdown-menu.show {
    display: block;
  }
  .dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: 0.875rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap;
  }
  .dropdown-item-text {
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color);
  }
  .dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #188251;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd;
  }
  .form-label {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
  }
  .col-form-label {
    padding-top: calc(0.375rem + var(--bs-border-width));
    padding-bottom: calc(0.375rem + var(--bs-border-width));
    margin-bottom: 0;
    font-size: inherit;
    font-weight: 600;
    line-height: 1.5;
  }
  .col-form-label-lg {
    padding-top: calc(0.5rem + var(--bs-border-width));
    padding-bottom: calc(0.5rem + var(--bs-border-width));
    font-size: 1.25rem;
  }
  .col-form-label-sm {
    padding-top: calc(0.25rem + var(--bs-border-width));
    padding-bottom: calc(0.25rem + var(--bs-border-width));
    font-size: 0.875rem;
  }
  .form-text {
    margin-top: 0.25rem;
    font-size: 0.75rem;
    color: var(--bs-secondary-color);
  }
  .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none;
    }
  }
  .form-control[type=file] {
    overflow: hidden;
  }
  .form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
  }
  .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: rgb(139.5, 192.5, 168);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(24, 130, 81, 0.25);
  }
  .form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0;
  }
  .form-control::-webkit-datetime-edit {
    display: block;
    padding: 0;
  }
  .form-control::-moz-placeholder {
    color: var(--bs-secondary-color);
    opacity: 1;
  }
  .form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1;
  }
  .form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
  }
  .form-control::file-selector-button {
    padding: 0.375rem 1rem;
    margin: -0.375rem -1rem;
    margin-inline-end: 1rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    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) {
    .form-control::file-selector-button {
      transition: none;
    }
  }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg);
  }
  .form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: transparent;
    border: solid transparent;
    border-width: var(--bs-border-width) 0;
  }
  .form-control-plaintext:focus {
    outline: 0;
  }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
  }
  .form-control-sm {
    min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 4px;
  }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem;
  }
  .form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 4px;
  }
  .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem;
  }
  textarea.form-control {
    min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  }
  textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  }
  textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  }
  .form-control-color {
    width: 3rem;
    height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
    padding: 0.375rem;
  }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
  }
  .form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: 4px;
  }
  .form-control-color::-webkit-color-swatch {
    border: 0 !important;
    border-radius: 4px;
  }
  .form-control-color.form-control-sm {
    height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  }
  .form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  }
  .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .form-select {
      transition: none;
    }
  }
  .form-select:focus {
    border-color: rgb(139.5, 192.5, 168);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(24, 130, 81, 0.25);
  }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
  }
  .form-select:disabled {
    background-color: var(--bs-secondary-bg);
  }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--bs-body-color);
  }
  .form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
  }
  .form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: 0.25rem;
  }
  [data-bs-theme=dark] .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23dee2e6%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");
  }
  .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
  }
  .form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
  }
  .form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right;
  }
  .form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0;
  }
  .form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
  }
  .form-check-input[type=checkbox] {
    border-radius: 0.25em;
  }
  .form-check-input[type=radio] {
    border-radius: 50%;
  }
  .form-check-input:active {
    filter: brightness(90%);
  }
  .form-check-input:focus {
    border-color: rgb(139.5, 192.5, 168);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(24, 130, 81, 0.25);
  }
  .form-check-input:checked {
    background-color: #188251;
    border-color: #188251;
  }
  .form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27m6 10 3 3 6-6%27/%3e%3c/svg%3e");
  }
  .form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%272%27 fill=%27%23fff%27/%3e%3c/svg%3e");
  }
  .form-check-input[type=checkbox]:indeterminate {
    background-color: #188251;
    border-color: #188251;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10h8%27/%3e%3c/svg%3e");
  }
  .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
  }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    cursor: default;
    opacity: 0.5;
  }
  .form-switch {
    padding-left: 2.5em;
  }
  .form-switch .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%280, 0, 0, 0.25%29%27/%3e%3c/svg%3e");
    width: 2em;
    margin-left: -2.5em;
    background-image: var(--bs-form-switch-bg);
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
      transition: none;
    }
  }
  .form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgb%28139.5, 192.5, 168%29%27/%3e%3c/svg%3e");
  }
  .form-switch .form-check-input:checked {
    background-position: right center;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e");
  }
  .form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0;
  }
  .form-switch.form-check-reverse .form-check-input {
    margin-right: -2.5em;
    margin-left: 0;
  }
  .form-check-inline {
    display: inline-block;
    margin-right: 1rem;
  }
  .btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
  }
  .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65;
  }
  [data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%28255, 255, 255, 0.25%29%27/%3e%3c/svg%3e");
  }
  .form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
  }
  .form-range:focus {
    outline: 0;
  }
  .form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(24, 130, 81, 0.25);
  }
  .form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(24, 130, 81, 0.25);
  }
  .form-range::-moz-focus-outer {
    border: 0;
  }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    -webkit-appearance: none;
            appearance: none;
    background-color: #188251;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: 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) {
    .form-range::-webkit-slider-thumb {
      -webkit-transition: none;
      transition: none;
    }
  }
  .form-range::-webkit-slider-thumb:active {
    background-color: rgb(185.7, 217.5, 202.8);
  }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem;
  }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    -moz-appearance: none;
         appearance: none;
    background-color: #188251;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: 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) {
    .form-range::-moz-range-thumb {
      -moz-transition: none;
      transition: none;
    }
  }
  .form-range::-moz-range-thumb:active {
    background-color: rgb(185.7, 217.5, 202.8);
  }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem;
  }
  .form-range:disabled {
    pointer-events: none;
  }
  .form-range:disabled::-webkit-slider-thumb {
    background-color: var(--bs-secondary-color);
  }
  .form-range:disabled::-moz-range-thumb {
    background-color: var(--bs-secondary-color);
  }
  .form-floating {
    position: relative;
  }
  .form-floating > .form-control,
  .form-floating > .form-control-plaintext,
  .form-floating > .form-select {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
  }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .form-floating > label {
      transition: none;
    }
  }
  .form-floating > .form-control,
  .form-floating > .form-control-plaintext {
    padding: 1rem 0.75rem;
  }
  .form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
    color: transparent;
  }
  .form-floating > .form-control::placeholder,
  .form-floating > .form-control-plaintext::placeholder {
    color: transparent;
  }
  .form-floating > .form-control:not(:-moz-placeholder), .form-floating > .form-control-plaintext:not(:-moz-placeholder) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
  }
  .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
  .form-floating > .form-control-plaintext:focus,
  .form-floating > .form-control-plaintext:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
  }
  .form-floating > .form-control:-webkit-autofill,
  .form-floating > .form-control-plaintext:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
  }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
  }
  .form-floating > .form-control:not(:-moz-placeholder) ~ label {
    color: rgba(var(--bs-body-color-rgb), 0.65);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-control-plaintext ~ label,
  .form-floating > .form-select ~ label {
    color: rgba(var(--bs-body-color-rgb), 0.65);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  }
  .form-floating > .form-control:not(:-moz-placeholder) ~ label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: var(--bs-body-bg);
    border-radius: 4px;
  }
  .form-floating > .form-control:focus ~ label::after,
  .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
  .form-floating > .form-control-plaintext ~ label::after,
  .form-floating > .form-select ~ label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: var(--bs-body-bg);
    border-radius: 4px;
  }
  .form-floating > .form-control:-webkit-autofill ~ label {
    color: rgba(var(--bs-body-color-rgb), 0.65);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  }
  .form-floating > .form-control-plaintext ~ label {
    border-width: var(--bs-border-width) 0;
  }
  .form-floating > :disabled ~ label,
  .form-floating > .form-control:disabled ~ label {
    color: #6c757d;
  }
  .form-floating > :disabled ~ label::after,
  .form-floating > .form-control:disabled ~ label::after {
    background-color: var(--bs-secondary-bg);
  }
  .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
  }
  .input-group > .form-control,
  .input-group > .form-select,
  .input-group > .form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
  }
  .input-group > .form-control:focus,
  .input-group > .form-select:focus,
  .input-group > .form-floating:focus-within {
    z-index: 5;
  }
  .input-group .btn {
    position: relative;
    z-index: 2;
  }
  .input-group .btn:focus {
    z-index: 5;
  }
  .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 4px;
  }
  .input-group-lg > .form-control,
  .input-group-lg > .form-select,
  .input-group-lg > .input-group-text,
  .input-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 4px;
  }
  .input-group-sm > .form-control,
  .input-group-sm > .form-select,
  .input-group-sm > .input-group-text,
  .input-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 4px;
  }
  .input-group-lg > .form-select,
  .input-group-sm > .form-select {
    padding-right: 3rem;
  }
  .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
  .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
  .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
  .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
  .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
  .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
  .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(var(--bs-border-width) * -1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .input-group > .form-floating:not(:first-child) > .form-control,
  .input-group > .form-floating:not(:first-child) > .form-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-form-valid-color);
  }
  .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: var(--bs-success);
    border-radius: var(--bs-border-radius);
  }
  .was-validated :valid ~ .valid-feedback,
  .was-validated :valid ~ .valid-tooltip,
  .is-valid ~ .valid-feedback,
  .is-valid ~ .valid-tooltip {
    display: block;
  }
  .was-validated .form-control:valid, .form-control.is-valid {
    border-color: var(--bs-form-valid-border-color);
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23188251%27 d=%27M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
  }
  .was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
  }
  .was-validated .form-select:valid, .form-select.is-valid {
    border-color: var(--bs-form-valid-border-color);
  }
  .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23188251%27 d=%27M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
  }
  .was-validated .form-control-color:valid, .form-control-color.is-valid {
    width: calc(3rem + calc(1.5em + 0.75rem));
  }
  .was-validated .form-check-input:valid, .form-check-input.is-valid {
    border-color: var(--bs-form-valid-border-color);
  }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: var(--bs-form-valid-color);
  }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
  }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: var(--bs-form-valid-color);
  }
  .form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: 0.5em;
  }
  .was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
  .was-validated .input-group > .form-select:not(:focus):valid,
  .input-group > .form-select:not(:focus).is-valid,
  .was-validated .input-group > .form-floating:not(:focus-within):valid,
  .input-group > .form-floating:not(:focus-within).is-valid {
    z-index: 3;
  }
  .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-form-invalid-color);
  }
  .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: var(--bs-danger);
    border-radius: var(--bs-border-radius);
  }
  .was-validated :invalid ~ .invalid-feedback,
  .was-validated :invalid ~ .invalid-tooltip,
  .is-invalid ~ .invalid-feedback,
  .is-invalid ~ .invalid-tooltip {
    display: block;
  }
  .was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: var(--bs-form-invalid-border-color);
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23ff4657%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23ff4657%27 stroke=%27none%27/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
  }
  .was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
  }
  .was-validated .form-select:invalid, .form-select.is-invalid {
    border-color: var(--bs-form-invalid-border-color);
  }
  .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23ff4657%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23ff4657%27 stroke=%27none%27/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
  }
  .was-validated .form-control-color:invalid, .form-control-color.is-invalid {
    width: calc(3rem + calc(1.5em + 0.75rem));
  }
  .was-validated .form-check-input:invalid, .form-check-input.is-invalid {
    border-color: var(--bs-form-invalid-border-color);
  }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: var(--bs-form-invalid-color);
  }
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
  }
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: var(--bs-form-invalid-color);
  }
  .form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: 0.5em;
  }
  .was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
  .was-validated .input-group > .form-select:not(:focus):invalid,
  .input-group > .form-select:not(:focus).is-invalid,
  .was-validated .input-group > .form-floating:not(:focus-within):invalid,
  .input-group > .form-floating:not(:focus-within).is-invalid {
    z-index: 4;
  }
  .list-group {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: var(--bs-body-bg);
    --bs-list-group-border-color: var(--bs-border-color);
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-bg);
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #188251;
    --bs-list-group-active-border-color: #188251;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius);
  }
  .list-group-numbered {
    list-style-type: none;
    counter-reset: section;
  }
  .list-group-numbered > .list-group-item::before {
    content: counters(section, ".") ". ";
    counter-increment: section;
  }
  .list-group-item-action {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit;
  }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg);
  }
  .list-group-item-action:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg);
  }
  .list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
  }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
  }
  .list-group-item.disabled, .list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg);
  }
  .list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color);
  }
  .list-group-item + .list-group-item {
    border-top-width: 0;
  }
  .list-group-item + .list-group-item.active {
    margin-top: calc(-1 * var(--bs-list-group-border-width));
    border-top-width: var(--bs-list-group-border-width);
  }
  .list-group-horizontal {
    flex-direction: row;
  }
  .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
  @media (min-width: 360px) {
    .list-group-horizontal-xs {
      flex-direction: row;
    }
    .list-group-horizontal-xs > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0;
    }
    .list-group-horizontal-xs > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xs > .list-group-item.active {
      margin-top: 0;
    }
    .list-group-horizontal-xs > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0;
    }
    .list-group-horizontal-xs > .list-group-item + .list-group-item.active {
      margin-left: calc(-1 * var(--bs-list-group-border-width));
      border-left-width: var(--bs-list-group-border-width);
    }
  }
  @media (min-width: 576px) {
    .list-group-horizontal-sm {
      flex-direction: row;
    }
    .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
      margin-left: calc(-1 * var(--bs-list-group-border-width));
      border-left-width: var(--bs-list-group-border-width);
    }
  }
  @media (min-width: 768px) {
    .list-group-horizontal-md {
      flex-direction: row;
    }
    .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
      margin-left: calc(-1 * var(--bs-list-group-border-width));
      border-left-width: var(--bs-list-group-border-width);
    }
  }
  @media (min-width: 992px) {
    .list-group-horizontal-lg {
      flex-direction: row;
    }
    .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
      margin-left: calc(-1 * var(--bs-list-group-border-width));
      border-left-width: var(--bs-list-group-border-width);
    }
  }
  @media (min-width: 1200px) {
    .list-group-horizontal-xl {
      flex-direction: row;
    }
    .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
      margin-left: calc(-1 * var(--bs-list-group-border-width));
      border-left-width: var(--bs-list-group-border-width);
    }
  }
  @media (min-width: 1400px) {
    .list-group-horizontal-xxl {
      flex-direction: row;
    }
    .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0;
    }
    .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
      margin-left: calc(-1 * var(--bs-list-group-border-width));
      border-left-width: var(--bs-list-group-border-width);
    }
  }
  .list-group-flush {
    border-radius: 0;
  }
  .list-group-flush > .list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width);
  }
  .list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
  }
  .list-group-item-primary {
    --bs-list-group-color: var(--bs-primary-text-emphasis);
    --bs-list-group-bg: var(--bs-primary-bg-subtle);
    --bs-list-group-border-color: var(--bs-primary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
    --bs-list-group-active-color: var(--bs-primary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
  }
  .list-group-item-secondary {
    --bs-list-group-color: var(--bs-secondary-text-emphasis);
    --bs-list-group-bg: var(--bs-secondary-bg-subtle);
    --bs-list-group-border-color: var(--bs-secondary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
  }
  .list-group-item-success {
    --bs-list-group-color: var(--bs-success-text-emphasis);
    --bs-list-group-bg: var(--bs-success-bg-subtle);
    --bs-list-group-border-color: var(--bs-success-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
    --bs-list-group-active-color: var(--bs-success-bg-subtle);
    --bs-list-group-active-bg: var(--bs-success-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
  }
  .list-group-item-info {
    --bs-list-group-color: var(--bs-info-text-emphasis);
    --bs-list-group-bg: var(--bs-info-bg-subtle);
    --bs-list-group-border-color: var(--bs-info-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
    --bs-list-group-active-color: var(--bs-info-bg-subtle);
    --bs-list-group-active-bg: var(--bs-info-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
  }
  .list-group-item-warning {
    --bs-list-group-color: var(--bs-warning-text-emphasis);
    --bs-list-group-bg: var(--bs-warning-bg-subtle);
    --bs-list-group-border-color: var(--bs-warning-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
    --bs-list-group-active-color: var(--bs-warning-bg-subtle);
    --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
  }
  .list-group-item-danger {
    --bs-list-group-color: var(--bs-danger-text-emphasis);
    --bs-list-group-bg: var(--bs-danger-bg-subtle);
    --bs-list-group-border-color: var(--bs-danger-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
    --bs-list-group-active-color: var(--bs-danger-bg-subtle);
    --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
  }
  .list-group-item-light {
    --bs-list-group-color: var(--bs-light-text-emphasis);
    --bs-list-group-bg: var(--bs-light-bg-subtle);
    --bs-list-group-border-color: var(--bs-light-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
    --bs-list-group-active-color: var(--bs-light-bg-subtle);
    --bs-list-group-active-bg: var(--bs-light-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
  }
  .list-group-item-dark {
    --bs-list-group-color: var(--bs-dark-text-emphasis);
    --bs-list-group-bg: var(--bs-dark-bg-subtle);
    --bs-list-group-border-color: var(--bs-dark-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
    --bs-list-group-active-color: var(--bs-dark-bg-subtle);
    --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
  }
  .modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1.5rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 0;
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1.5rem;
    --bs-modal-header-padding-y: 1.5rem;
    --bs-modal-header-padding: 1.5rem 1.5rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: 0;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
  }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
  }
  @media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
      transition: none;
    }
  }
  .modal.show .modal-dialog {
    transform: none;
  }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02);
  }
  .modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
  }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
  }
  .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
  }
  .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
  }
  .modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
  }
  .modal-backdrop.fade {
    opacity: 0;
  }
  .modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
  }
  .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
  }
  .modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
    margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
  }
  .modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
  }
  .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
  }
  .modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
  }
  .modal-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * 0.5);
  }
  @media (min-width: 576px) {
    .modal {
      --bs-modal-margin: 1.75rem;
      --bs-modal-box-shadow: var(--bs-box-shadow);
    }
    .modal-dialog {
      max-width: var(--bs-modal-width);
      margin-right: auto;
      margin-left: auto;
    }
    .modal-sm {
      --bs-modal-width: 300px;
    }
  }
  @media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
      --bs-modal-width: 800px;
    }
  }
  @media (min-width: 1200px) {
    .modal-xl {
      --bs-modal-width: 1140px;
    }
  }
  .modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen .modal-header,
  .modal-fullscreen .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen .modal-body {
    overflow-y: auto;
  }
  @media (max-width: 359.98px) {
    .modal-fullscreen-xs-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal-fullscreen-xs-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal-fullscreen-xs-down .modal-header,
    .modal-fullscreen-xs-down .modal-footer {
      border-radius: 0;
    }
    .modal-fullscreen-xs-down .modal-body {
      overflow-y: auto;
    }
  }
  @media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-header,
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto;
    }
  }
  @media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-header,
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto;
    }
  }
  @media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-header,
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto;
    }
  }
  @media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-header,
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto;
    }
  }
  @media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
    .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-header,
    .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto;
    }
  }
  .navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%2833, 37, 41, 0.75%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
  }
  .navbar > .container,
  .navbar > .container-fluid,
  .navbar > .container-sm,
  .navbar > .container-md,
  .navbar > .container-lg,
  .navbar > .container-xl,
  .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
  }
  .navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    white-space: nowrap;
  }
  .navbar-brand:hover, .navbar-brand:focus {
    color: var(--bs-navbar-brand-hover-color);
  }
  .navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color);
  }
  .navbar-nav .dropdown-menu {
    position: static;
  }
  .navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--bs-navbar-color);
  }
  .navbar-text a,
  .navbar-text a:hover,
  .navbar-text a:focus {
    color: var(--bs-navbar-active-color);
  }
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
  }
  .navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
  }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      transition: none;
    }
  }
  .navbar-toggler:hover {
    text-decoration: none;
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
  }
  @media (min-width: 360px) {
    .navbar-expand-xs {
      flex-wrap: nowrap;
      justify-content: flex-start;
    }
    .navbar-expand-xs .navbar-nav {
      flex-direction: row;
    }
    .navbar-expand-xs .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .navbar-expand-xs .navbar-nav .nav-link {
      padding-right: var(--bs-navbar-nav-link-padding-x);
      padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-xs .navbar-nav-scroll {
      overflow: visible;
    }
    .navbar-expand-xs .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .navbar-expand-xs .navbar-toggler {
      display: none;
    }
    .navbar-expand-xs .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none;
    }
    .navbar-expand-xs .offcanvas .offcanvas-header {
      display: none;
    }
    .navbar-expand-xs .offcanvas .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
    }
  }
  @media (min-width: 576px) {
    .navbar-expand-sm {
      flex-wrap: nowrap;
      justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
      padding-right: var(--bs-navbar-nav-link-padding-x);
      padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
      display: none;
    }
    .navbar-expand-sm .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none;
    }
    .navbar-expand-sm .offcanvas .offcanvas-header {
      display: none;
    }
    .navbar-expand-sm .offcanvas .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
    }
  }
  @media (min-width: 768px) {
    .navbar-expand-md {
      flex-wrap: nowrap;
      justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
      flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
      padding-right: var(--bs-navbar-nav-link-padding-x);
      padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
      display: none;
    }
    .navbar-expand-md .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none;
    }
    .navbar-expand-md .offcanvas .offcanvas-header {
      display: none;
    }
    .navbar-expand-md .offcanvas .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
    }
  }
  @media (min-width: 992px) {
    .navbar-expand-lg {
      flex-wrap: nowrap;
      justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: var(--bs-navbar-nav-link-padding-x);
      padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
      display: none;
    }
    .navbar-expand-lg .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none;
    }
    .navbar-expand-lg .offcanvas .offcanvas-header {
      display: none;
    }
    .navbar-expand-lg .offcanvas .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
    }
  }
  @media (min-width: 1200px) {
    .navbar-expand-xl {
      flex-wrap: nowrap;
      justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
      padding-right: var(--bs-navbar-nav-link-padding-x);
      padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
      display: none;
    }
    .navbar-expand-xl .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none;
    }
    .navbar-expand-xl .offcanvas .offcanvas-header {
      display: none;
    }
    .navbar-expand-xl .offcanvas .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
    }
  }
  @media (min-width: 1400px) {
    .navbar-expand-xxl {
      flex-wrap: nowrap;
      justify-content: flex-start;
    }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row;
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
      padding-right: var(--bs-navbar-nav-link-padding-x);
      padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible;
    }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .navbar-expand-xxl .navbar-toggler {
      display: none;
    }
    .navbar-expand-xxl .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none;
    }
    .navbar-expand-xxl .offcanvas .offcanvas-header {
      display: none;
    }
    .navbar-expand-xxl .offcanvas .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
    }
  }
  .navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand .navbar-toggler {
    display: none;
  }
  .navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .navbar-dark,
  .navbar[data-bs-theme=dark] {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
  }
  [data-bs-theme=dark] .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
  }
  .nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    background: none;
    border: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .nav-link {
      transition: none;
    }
  }
  .nav-link:hover, .nav-link:focus {
    color: var(--bs-nav-link-hover-color);
  }
  .nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(24, 130, 81, 0.25);
  }
  .nav-link.disabled, .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default;
  }
  .nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
  }
  .nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
  }
  .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color);
  }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
  }
  .nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #188251;
  }
  .nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
  }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg);
  }
  .nav-underline {
    --bs-nav-underline-gap: 1rem;
    --bs-nav-underline-border-width: 0.125rem;
    --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
    gap: var(--bs-nav-underline-gap);
  }
  .nav-underline .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-bottom: var(--bs-nav-underline-border-width) solid transparent;
  }
  .nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
    border-bottom-color: currentcolor;
  }
  .nav-underline .nav-link.active,
  .nav-underline .show > .nav-link {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor;
  }
  .nav-fill > .nav-link,
  .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
  }
  .nav-justified > .nav-link,
  .nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
  }
  .nav-fill .nav-item .nav-link,
  .nav-justified .nav-item .nav-link {
    width: 100%;
  }
  .tab-content > .tab-pane {
    display: none;
  }
  .tab-content > .active {
    display: block;
  }
  .offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xs {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: var(--bs-body-color);
    --bs-offcanvas-bg: var(--bs-body-bg);
    --bs-offcanvas-border-width: var(--bs-border-width);
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.5;
  }
  @media (max-width: 359.98px) {
    .offcanvas-xs {
      position: fixed;
      bottom: 0;
      z-index: var(--bs-offcanvas-zindex);
      display: flex;
      flex-direction: column;
      max-width: 100%;
      color: var(--bs-offcanvas-color);
      visibility: hidden;
      background-color: var(--bs-offcanvas-bg);
      background-clip: padding-box;
      outline: 0;
      transition: var(--bs-offcanvas-transition);
    }
  }
  @media (max-width: 359.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xs {
      transition: none;
    }
  }
  @media (max-width: 359.98px) {
    .offcanvas-xs.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%);
    }
    .offcanvas-xs.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%);
    }
    .offcanvas-xs.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%);
    }
    .offcanvas-xs.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%);
    }
    .offcanvas-xs.showing, .offcanvas-xs.show:not(.hiding) {
      transform: none;
    }
    .offcanvas-xs.showing, .offcanvas-xs.hiding, .offcanvas-xs.show {
      visibility: visible;
    }
  }
  @media (min-width: 360px) {
    .offcanvas-xs {
      --bs-offcanvas-height: auto;
      --bs-offcanvas-border-width: 0;
      background-color: transparent !important;
    }
    .offcanvas-xs .offcanvas-header {
      display: none;
    }
    .offcanvas-xs .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important;
    }
  }
  @media (max-width: 575.98px) {
    .offcanvas-sm {
      position: fixed;
      bottom: 0;
      z-index: var(--bs-offcanvas-zindex);
      display: flex;
      flex-direction: column;
      max-width: 100%;
      color: var(--bs-offcanvas-color);
      visibility: hidden;
      background-color: var(--bs-offcanvas-bg);
      background-clip: padding-box;
      outline: 0;
      transition: var(--bs-offcanvas-transition);
    }
  }
  @media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
      transition: none;
    }
  }
  @media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%);
    }
    .offcanvas-sm.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%);
    }
    .offcanvas-sm.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%);
    }
    .offcanvas-sm.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%);
    }
    .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
      transform: none;
    }
    .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
      visibility: visible;
    }
  }
  @media (min-width: 576px) {
    .offcanvas-sm {
      --bs-offcanvas-height: auto;
      --bs-offcanvas-border-width: 0;
      background-color: transparent !important;
    }
    .offcanvas-sm .offcanvas-header {
      display: none;
    }
    .offcanvas-sm .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important;
    }
  }
  @media (max-width: 767.98px) {
    .offcanvas-md {
      position: fixed;
      bottom: 0;
      z-index: var(--bs-offcanvas-zindex);
      display: flex;
      flex-direction: column;
      max-width: 100%;
      color: var(--bs-offcanvas-color);
      visibility: hidden;
      background-color: var(--bs-offcanvas-bg);
      background-clip: padding-box;
      outline: 0;
      transition: var(--bs-offcanvas-transition);
    }
  }
  @media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
      transition: none;
    }
  }
  @media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%);
    }
    .offcanvas-md.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%);
    }
    .offcanvas-md.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%);
    }
    .offcanvas-md.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%);
    }
    .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
      transform: none;
    }
    .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
      visibility: visible;
    }
  }
  @media (min-width: 768px) {
    .offcanvas-md {
      --bs-offcanvas-height: auto;
      --bs-offcanvas-border-width: 0;
      background-color: transparent !important;
    }
    .offcanvas-md .offcanvas-header {
      display: none;
    }
    .offcanvas-md .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important;
    }
  }
  @media (max-width: 991.98px) {
    .offcanvas-lg {
      position: fixed;
      bottom: 0;
      z-index: var(--bs-offcanvas-zindex);
      display: flex;
      flex-direction: column;
      max-width: 100%;
      color: var(--bs-offcanvas-color);
      visibility: hidden;
      background-color: var(--bs-offcanvas-bg);
      background-clip: padding-box;
      outline: 0;
      transition: var(--bs-offcanvas-transition);
    }
  }
  @media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
      transition: none;
    }
  }
  @media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%);
    }
    .offcanvas-lg.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%);
    }
    .offcanvas-lg.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%);
    }
    .offcanvas-lg.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%);
    }
    .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
      transform: none;
    }
    .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
      visibility: visible;
    }
  }
  @media (min-width: 992px) {
    .offcanvas-lg {
      --bs-offcanvas-height: auto;
      --bs-offcanvas-border-width: 0;
      background-color: transparent !important;
    }
    .offcanvas-lg .offcanvas-header {
      display: none;
    }
    .offcanvas-lg .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important;
    }
  }
  @media (max-width: 1199.98px) {
    .offcanvas-xl {
      position: fixed;
      bottom: 0;
      z-index: var(--bs-offcanvas-zindex);
      display: flex;
      flex-direction: column;
      max-width: 100%;
      color: var(--bs-offcanvas-color);
      visibility: hidden;
      background-color: var(--bs-offcanvas-bg);
      background-clip: padding-box;
      outline: 0;
      transition: var(--bs-offcanvas-transition);
    }
  }
  @media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
      transition: none;
    }
  }
  @media (max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%);
    }
    .offcanvas-xl.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%);
    }
    .offcanvas-xl.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%);
    }
    .offcanvas-xl.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%);
    }
    .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
      transform: none;
    }
    .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
      visibility: visible;
    }
  }
  @media (min-width: 1200px) {
    .offcanvas-xl {
      --bs-offcanvas-height: auto;
      --bs-offcanvas-border-width: 0;
      background-color: transparent !important;
    }
    .offcanvas-xl .offcanvas-header {
      display: none;
    }
    .offcanvas-xl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important;
    }
  }
  @media (max-width: 1399.98px) {
    .offcanvas-xxl {
      position: fixed;
      bottom: 0;
      z-index: var(--bs-offcanvas-zindex);
      display: flex;
      flex-direction: column;
      max-width: 100%;
      color: var(--bs-offcanvas-color);
      visibility: hidden;
      background-color: var(--bs-offcanvas-bg);
      background-clip: padding-box;
      outline: 0;
      transition: var(--bs-offcanvas-transition);
    }
  }
  @media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
      transition: none;
    }
  }
  @media (max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%);
    }
    .offcanvas-xxl.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%);
    }
    .offcanvas-xxl.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%);
    }
    .offcanvas-xxl.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%);
    }
    .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
      transform: none;
    }
    .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
      visibility: visible;
    }
  }
  @media (min-width: 1400px) {
    .offcanvas-xxl {
      --bs-offcanvas-height: auto;
      --bs-offcanvas-border-width: 0;
      background-color: transparent !important;
    }
    .offcanvas-xxl .offcanvas-header {
      display: none;
    }
    .offcanvas-xxl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important;
    }
  }
  .offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
  @media (prefers-reduced-motion: reduce) {
    .offcanvas {
      transition: none;
    }
  }
  .offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas.showing, .offcanvas.show:not(.hiding) {
    transform: none;
  }
  .offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
    visibility: visible;
  }
  .offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
  }
  .offcanvas-backdrop.fade {
    opacity: 0;
  }
  .offcanvas-backdrop.show {
    opacity: 0.5;
  }
  .offcanvas-header {
    display: flex;
    align-items: center;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  }
  .offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
    margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
  }
  .offcanvas-title {
    margin-bottom: 0;
    line-height: var(--bs-offcanvas-title-line-height);
  }
  .offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto;
  }
  .pagination {
    --bs-pagination-padding-x: 0.625rem;
    --bs-pagination-padding-y: 0.5rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: transparent;
    --bs-pagination-border-width: 0;
    --bs-pagination-border-color: transparent;
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: transparent;
    --bs-pagination-hover-border-color: transparent;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: transparent;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(24, 130, 81, 0.25);
    --bs-pagination-active-color: var(--bs-primary);
    --bs-pagination-active-bg: transparent;
    --bs-pagination-active-border-color: transparent;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: transparent;
    --bs-pagination-disabled-border-color: transparent;
    display: flex;
    padding-left: 0;
    list-style: none;
  }
  .page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    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) {
    .page-link {
      transition: none;
    }
  }
  .page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color);
  }
  .page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow);
  }
  .page-link.active, .active > .page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
  }
  .page-link.disabled, .disabled > .page-link {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color);
  }
  .page-item:not(:first-child) .page-link {
    margin-left: 0;
  }
  .page-item .page-link {
    border-radius: var(--bs-pagination-border-radius);
  }
  .pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 1.25rem;
    --bs-pagination-border-radius: var(--bs-border-radius-lg);
  }
  .pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-border-radius: var(--bs-border-radius-sm);
  }
  .placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: 0.5;
  }
  .placeholder.btn::before {
    display: inline-block;
    content: "";
  }
  .placeholder-xs {
    min-height: 0.6em;
  }
  .placeholder-sm {
    min-height: 0.8em;
  }
  .placeholder-lg {
    min-height: 1.2em;
  }
  .placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite;
  }
  @keyframes placeholder-glow {
    50% {
      opacity: 0.2;
    }
  }
  .placeholder-wave {
    -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
            mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
            mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite;
  }
  @keyframes placeholder-wave {
    100% {
      -webkit-mask-position: -200% 0%;
              mask-position: -200% 0%;
    }
  }
  .popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.875rem;
    --bs-popover-bg: var(--bs-body-bg);
    --bs-popover-border-width: var(--bs-border-width);
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: var(--bs-border-radius-lg);
    --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
    --bs-popover-box-shadow: var(--bs-box-shadow);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-color: inherit;
    --bs-popover-header-bg: var(--bs-secondary-bg);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: var(--bs-body-color);
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius);
  }
  .popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height);
  }
  .popover .popover-arrow::before, .popover .popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 0;
  }
  .bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
    bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  }
  .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
  }
  .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
    bottom: 0;
    border-top-color: var(--bs-popover-arrow-border);
  }
  .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
    bottom: var(--bs-popover-border-width);
    border-top-color: var(--bs-popover-bg);
  }
  /* rtl:begin:ignore */
  .bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
    left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width);
  }
  .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
  }
  .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
    left: 0;
    border-right-color: var(--bs-popover-arrow-border);
  }
  .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
    left: var(--bs-popover-border-width);
    border-right-color: var(--bs-popover-bg);
  }
  /* rtl:end:ignore */
  .bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
    top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  }
  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
    border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
  }
  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
    top: 0;
    border-bottom-color: var(--bs-popover-arrow-border);
  }
  .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
    top: var(--bs-popover-border-width);
    border-bottom-color: var(--bs-popover-bg);
  }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: var(--bs-popover-arrow-width);
    margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
    content: "";
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
  }
  /* rtl:begin:ignore */
  .bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
    right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width);
  }
  .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
  }
  .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
    right: 0;
    border-left-color: var(--bs-popover-arrow-border);
  }
  .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
    right: var(--bs-popover-border-width);
    border-left-color: var(--bs-popover-bg);
  }
  /* rtl:end:ignore */
  .popover-header {
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius);
  }
  .popover-header:empty {
    display: none;
  }
  .popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color);
  }
  @keyframes progress-bar-stripes {
    0% {
      background-position-x: 1rem;
    }
  }
  .progress,
  .progress-stacked {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #188251;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
  }
  .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition);
  }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none;
    }
  }
  .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: var(--bs-progress-height) var(--bs-progress-height);
  }
  .progress-stacked > .progress {
    overflow: visible;
  }
  .progress-stacked > .progress > .progress-bar {
    width: 100%;
  }
  .progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes;
  }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none;
    }
  }
  .spinner-grow,
  .spinner-border {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
  }
  @keyframes spinner-border {
    to {
      transform: rotate(360deg) /* rtl:ignore */;
    }
  }
  .spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: transparent;
  }
  .spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: 0.2em;
  }
  @keyframes spinner-grow {
    0% {
      transform: scale(0);
    }
    50% {
      opacity: 1;
      transform: none;
    }
  }
  .spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0;
  }
  .spinner-grow-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
  }
  @media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
      --bs-spinner-animation-speed: 1.5s;
    }
  }
  .table, .rich-text table, .discounts-table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color);
  }
  .table > :not(caption) > * > *, .rich-text table > :not(caption) > * > *, .discounts-table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
  }
  .table > tbody, .rich-text table > tbody, .discounts-table > tbody {
    vertical-align: inherit;
  }
  .table > thead, .rich-text table > thead, .discounts-table > thead {
    vertical-align: bottom;
  }
  .table-group-divider {
    border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
  }
  .caption-top {
    caption-side: top;
  }
  .table-sm > :not(caption) > * > * {
    padding: 0.25rem 0.25rem;
  }
  .table-bordered > :not(caption) > *, .rich-text table > :not(caption) > * {
    border-width: var(--bs-border-width) 0;
  }
  .table-bordered > :not(caption) > * > *, .rich-text table > :not(caption) > * > * {
    border-width: 0 var(--bs-border-width);
  }
  .table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
  }
  .table-borderless > :not(:first-child) {
    border-top-width: 0;
  }
  .table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg);
  }
  .table-striped-columns > :not(caption) > tr > :nth-child(even) {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg);
  }
  .table-active {
    --bs-table-color-state: var(--bs-table-active-color);
    --bs-table-bg-state: var(--bs-table-active-bg);
  }
  .table-hover > tbody > tr:hover > * {
    --bs-table-color-state: var(--bs-table-hover-color);
    --bs-table-bg-state: var(--bs-table-hover-bg);
  }
  .table-primary {
    --bs-table-color: #000;
    --bs-table-bg: rgb(208.8, 230, 220.2);
    --bs-table-border-color: rgb(167.04, 184, 176.16);
    --bs-table-striped-bg: rgb(198.36, 218.5, 209.19);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(187.92, 207, 198.18);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(193.14, 212.75, 203.685);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }
  .table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: rgb(225.6, 227.4, 229);
    --bs-table-border-color: rgb(180.48, 181.92, 183.2);
    --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }
  .table-success {
    --bs-table-color: #000;
    --bs-table-bg: rgb(208.8, 230, 220.2);
    --bs-table-border-color: rgb(167.04, 184, 176.16);
    --bs-table-striped-bg: rgb(198.36, 218.5, 209.19);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(187.92, 207, 198.18);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(193.14, 212.75, 203.685);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }
  .table-info {
    --bs-table-color: #000;
    --bs-table-bg: rgb(206.6, 244.4, 252);
    --bs-table-border-color: rgb(165.28, 195.52, 201.6);
    --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }
  .table-warning {
    --bs-table-color: #000;
    --bs-table-bg: rgb(255, 242.6, 205.4);
    --bs-table-border-color: rgb(204, 194.08, 164.32);
    --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }
  .table-danger {
    --bs-table-color: #000;
    --bs-table-bg: rgb(255, 218, 221.4);
    --bs-table-border-color: rgb(204, 174.4, 177.12);
    --bs-table-striped-bg: rgb(242.25, 207.1, 210.33);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(229.5, 196.2, 199.26);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(235.875, 201.65, 204.795);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }
  .table-light {
    --bs-table-color: #000;
    --bs-table-bg: #f8f9fa;
    --bs-table-border-color: rgb(198.4, 199.2, 200);
    --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(223.2, 224.1, 225);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }
  .table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #212529;
    --bs-table-border-color: rgb(77.4, 80.6, 83.8);
    --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  @media (max-width: 359.98px) {
    .table-responsive-xs {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  @media (max-width: 575.98px) {
    .table-responsive-sm {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  @media (max-width: 767.98px) {
    .table-responsive-md {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  @media (max-width: 991.98px) {
    .table-responsive-lg {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  @media (max-width: 1199.98px) {
    .table-responsive-xl {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  @media (max-width: 1399.98px) {
    .table-responsive-xxl {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  .toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-border-width: var(--bs-border-width);
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: var(--bs-border-radius);
    --bs-toast-box-shadow: var(--bs-box-shadow);
    --bs-toast-header-color: var(--bs-secondary-color);
    --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-header-border-color: var(--bs-border-color-translucent);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius);
  }
  .toast.showing {
    opacity: 0;
  }
  .toast:not(.show) {
    display: none;
  }
  .toast-container {
    --bs-toast-zindex: 1090;
    position: absolute;
    z-index: var(--bs-toast-zindex);
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none;
  }
  .toast-container > :not(:last-child) {
    margin-bottom: var(--bs-toast-spacing);
  }
  .toast-header {
    display: flex;
    align-items: center;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);
    background-clip: padding-box;
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  }
  .toast-header .btn-close {
    margin-right: calc(-0.5 * var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x);
  }
  .toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word;
  }
  .tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: var(--bs-body-bg);
    --bs-tooltip-bg: var(--bs-emphasis-color);
    --bs-tooltip-border-radius: var(--bs-border-radius);
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    margin: var(--bs-tooltip-margin);
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0;
  }
  .tooltip.show {
    opacity: var(--bs-tooltip-opacity);
  }
  .tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height);
  }
  .tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
  }
  .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
    bottom: calc(-1 * var(--bs-tooltip-arrow-height));
  }
  .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
    border-top-color: var(--bs-tooltip-bg);
  }
  /* rtl:begin:ignore */
  .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
    left: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width);
  }
  .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
    border-right-color: var(--bs-tooltip-bg);
  }
  /* rtl:end:ignore */
  .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
    top: calc(-1 * var(--bs-tooltip-arrow-height));
  }
  .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg);
  }
  /* rtl:begin:ignore */
  .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
    right: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width);
  }
  .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg);
  }
  /* rtl:end:ignore */
  .tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius);
  }
}
@layer bs-custom-components {
  .accordion-item {
    border-block-end: 1px solid var(--bs-border-color);
  }
  .accordion-button {
    font-size: 1.25rem;
    font-weight: 600;
  }
  .accordion-button:focus {
    box-shadow: none;
  }
  .accordion-button:focus-visible {
    z-index: 3;
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
  }
  .accordion--small .accordion-button {
    padding-block: 0.5rem;
    font-size: 1rem;
  }
  .alert-link {
    text-decoration: underline;
  }
  .breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    gap: 0.5rem;
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .breadcrumb[data-depth="1"] {
    display: none;
  }
  .breadcrumb-item {
    flex: 0 0 auto;
    padding: 0;
    white-space: nowrap;
  }
  .breadcrumb-item span {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    /* identical to box height */
    color: #656069;
  }
  .breadcrumb-item a {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    /* identical to box height */
    text-decoration-line: underline;
    color: #656069 !important;
    text-decoration-color: #656069;
  }
  @media (hover: hover) {
    .breadcrumb-item a:hover {
      color: var(--pixel-green) !important;
      text-decoration-color: var(--pixel-green) !important;
    }
    .breadcrumb-item a:hover span {
      color: var(--pixel-green) !important;
    }
  }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    content: "\2022";
    float: none;
    display: inline-block;
    color: #656069;
    font-size: 16px;
    line-height: 1.3;
    padding-right: 0;
    padding-inline-end: 0.75rem;
    font-weight: 800;
  }
  .breadcrumb__wrapper {
    margin-bottom: 0.5rem;
    background-color: var(--pixel-beige-light);
  }
  .breadcrumb__wrapper ol {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    gap: 0.75rem;
    overflow-x: scroll;
    scrollbar-width: none;
  }
  @media (min-width: 768px) {
    .breadcrumb {
      flex-wrap: wrap;
      overflow-x: initial;
      scrollbar-width: initial;
    }
  }
  .btn {
    display: inline-flex;
    gap: 0.25rem;
    align-items: center;
    justify-content: center;
  }
  .btn .material-icons, .btn .ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__left-item[data-ps-has-child=true]::after, .ps-mainmenu:is(.ps-mainmenu--desktop) .btn .submenu__left-item[data-ps-has-child=true]::after {
    width: 1.2em;
    height: 1.2em;
    font-size: 1.25em;
    line-height: 1.2em;
  }
  .btn-square-icon {
    padding-inline: var(--bs-btn-padding-y);
  }
  .btn-tertiary {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: var(--bs-body-bg);
    --bs-btn-border-color: var(--bs-body-bg);
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-bg: var(--bs-body-bg);
    --bs-btn-hover-border-color: var(--bs-body-bg);
    --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-bg: var(--bs-body-bg);
    --bs-btn-active-border-color: var(--bs-body-bg);
  }
  .btn-outline-tertiary {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: var(--bs-body-bg);
    --bs-btn-border-color: var(--bs-border-color);
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-bg: var(--bs-body-bg);
    --bs-btn-hover-border-color: var(--bs-border-color);
    --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-bg: var(--bs-body-bg);
    --bs-btn-active-border-color: var(--bs-border-color);
  }
  .btn-basic {
    --bs-btn-padding-x: 0;
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: var(--bs-body-bg);
    --bs-btn-border-color: var(--bs-body-bg);
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-bg: var(--bs-body-bg);
    --bs-btn-hover-border-color: var(--bs-body-bg);
    --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-bg: var(--bs-body-bg);
    --bs-btn-active-border-color: var(--bs-body-bg);
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-white);
    background-image: none;
    border-radius: var(--bs-border-radius-sm);
  }
  .carousel-indicators {
    bottom: 0;
    margin-bottom: 0.625rem;
  }
  .carousel-indicators .active {
    background-color: var(--bs-primary);
  }
  .carousel-caption {
    bottom: 3.125rem;
    padding-inline: 1.25rem;
  }
  .dropdown-toggle {
    display: inline-flex;
    align-items: center;
  }
  .form-check-label.required::before {
    color: var(--bs-danger);
    content: "*"/" ";
  }
  hr {
    color: var(--bs-border-color);
    opacity: 1;
  }
  .form-label.required::after {
    color: var(--bs-danger);
    content: "*"/" ";
  }
  .modal-title {
    color: var(--bs-body-color);
  }
  .modal-body {
    padding-block: 0.5rem;
  }
  .modal-footer--split-buttons {
    gap: 0.5rem;
    justify-content: space-between;
    padding-inline: var(--bs-modal-padding);
  }
  .modal-footer--revert-order-mobile > :nth-child(2) {
    order: -1;
  }
  .modal-footer--revert-order-mobile > * {
    width: 100%;
    margin: 0;
  }
  @media (min-width: 576px) {
    .modal-footer .pixel-button {
      display: none;
    }
    .modal-footer--revert-order-mobile {
      flex-direction: initial;
    }
    .modal-footer--revert-order-mobile > :nth-child(2) {
      order: initial;
    }
    .modal-footer--revert-order-mobile > * {
      width: auto;
    }
  }
  .pagination {
    flex-wrap: wrap;
  }
  .page-link {
    display: inline-flex;
    gap: 0.5em;
    align-items: center;
  }
  .page-link.active, .active > .page-link {
    font-weight: 600;
  }
  .page-link.active.disabled, .active > .page-link.disabled {
    color: var(--bs-pagination-active-color);
  }
  .form-control:focus {
    outline: none;
    border-color: var(--pixel-green) !important;
    box-shadow: 0 0 0px 0px transparent, 0 0 8px -2px var(--pixel-green);
  }
  .toast {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .toast-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .toast.text-bg-success {
    background-color: var(--pixel-green) !important;
  }
}
@layer utilities {
  .align-baseline {
    vertical-align: baseline !important;
  }
  .align-top {
    vertical-align: top !important;
  }
  .align-middle {
    vertical-align: middle !important;
  }
  .align-bottom {
    vertical-align: bottom !important;
  }
  .align-text-bottom {
    vertical-align: text-bottom !important;
  }
  .align-text-top {
    vertical-align: text-top !important;
  }
  .float-start {
    float: left !important;
  }
  .float-end {
    float: right !important;
  }
  .float-none {
    float: none !important;
  }
  .object-fit-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .opacity-0 {
    opacity: 0 !important;
  }
  .opacity-25 {
    opacity: 0.25 !important;
  }
  .opacity-50 {
    opacity: 0.5 !important;
  }
  .opacity-75 {
    opacity: 0.75 !important;
  }
  .opacity-100 {
    opacity: 1 !important;
  }
  .overflow-auto {
    overflow: auto !important;
  }
  .overflow-hidden {
    overflow: hidden !important;
  }
  .overflow-visible {
    overflow: visible !important;
  }
  .overflow-scroll {
    overflow: scroll !important;
  }
  .overflow-x-auto {
    overflow-x: auto !important;
  }
  .overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .overflow-x-visible {
    overflow-x: visible !important;
  }
  .overflow-x-scroll {
    overflow-x: scroll !important;
  }
  .overflow-y-auto {
    overflow-y: auto !important;
  }
  .overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .overflow-y-visible {
    overflow-y: visible !important;
  }
  .overflow-y-scroll {
    overflow-y: scroll !important;
  }
  .d-inline {
    display: inline !important;
  }
  .d-inline-block {
    display: inline-block !important;
  }
  .d-block {
    display: block !important;
  }
  .d-grid {
    display: grid !important;
  }
  .d-inline-grid {
    display: inline-grid !important;
  }
  .d-table {
    display: table !important;
  }
  .d-table-row {
    display: table-row !important;
  }
  .d-table-cell {
    display: table-cell !important;
  }
  .d-flex {
    display: flex !important;
  }
  .d-inline-flex {
    display: inline-flex !important;
  }
  .d-none {
    display: none !important;
  }
  .shadow {
    box-shadow: var(--bs-box-shadow) !important;
  }
  .shadow-sm {
    box-shadow: var(--bs-box-shadow-sm) !important;
  }
  .shadow-lg {
    box-shadow: var(--bs-box-shadow-lg) !important;
  }
  .shadow-none {
    box-shadow: none !important;
  }
  .focus-ring-primary {
    --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
  }
  .focus-ring-secondary {
    --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
  }
  .focus-ring-success {
    --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
  }
  .focus-ring-info {
    --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
  }
  .focus-ring-warning {
    --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
  }
  .focus-ring-danger {
    --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
  }
  .focus-ring-light {
    --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
  }
  .focus-ring-dark {
    --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
  }
  .position-static {
    position: static !important;
  }
  .position-relative {
    position: relative !important;
  }
  .position-absolute {
    position: absolute !important;
  }
  .position-fixed {
    position: fixed !important;
  }
  .position-sticky {
    position: sticky !important;
  }
  .top-0 {
    top: 0 !important;
  }
  .top-50 {
    top: 50% !important;
  }
  .top-100 {
    top: 100% !important;
  }
  .bottom-0 {
    bottom: 0 !important;
  }
  .bottom-50 {
    bottom: 50% !important;
  }
  .bottom-100 {
    bottom: 100% !important;
  }
  .start-0 {
    left: 0 !important;
  }
  .start-50 {
    left: 50% !important;
  }
  .start-100 {
    left: 100% !important;
  }
  .end-0 {
    right: 0 !important;
  }
  .end-50 {
    right: 50% !important;
  }
  .end-100 {
    right: 100% !important;
  }
  .translate-middle {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-y {
    transform: translateY(-50%) !important;
  }
  .border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-0 {
    border: 0 !important;
  }
  .border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-top-0 {
    border-top: 0 !important;
  }
  .border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-end-0 {
    border-right: 0 !important;
  }
  .border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-start-0 {
    border-left: 0 !important;
  }
  .border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  .border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  }
  .border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  }
  .border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  }
  .border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  }
  .border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  }
  .border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  }
  .border-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  .border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  .border-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important;
  }
  .border-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important;
  }
  .border-success-subtle {
    border-color: var(--bs-success-border-subtle) !important;
  }
  .border-info-subtle {
    border-color: var(--bs-info-border-subtle) !important;
  }
  .border-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important;
  }
  .border-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important;
  }
  .border-light-subtle {
    border-color: var(--bs-light-border-subtle) !important;
  }
  .border-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important;
  }
  .border-1 {
    border-width: 1px !important;
  }
  .border-2 {
    border-width: 2px !important;
  }
  .border-3 {
    border-width: 3px !important;
  }
  .border-4 {
    border-width: 4px !important;
  }
  .border-5 {
    border-width: 5px !important;
  }
  .border-opacity-10 {
    --bs-border-opacity: 0.1;
  }
  .border-opacity-25 {
    --bs-border-opacity: 0.25;
  }
  .border-opacity-50 {
    --bs-border-opacity: 0.5;
  }
  .border-opacity-75 {
    --bs-border-opacity: 0.75;
  }
  .border-opacity-100 {
    --bs-border-opacity: 1;
  }
  .w-25 {
    width: 25% !important;
  }
  .w-50 {
    width: 50% !important;
  }
  .w-75 {
    width: 75% !important;
  }
  .w-100 {
    width: 100% !important;
  }
  .w-auto {
    width: auto !important;
  }
  .mw-100 {
    max-width: 100% !important;
  }
  .vw-100 {
    width: 100vw !important;
  }
  .min-vw-100 {
    min-width: 100vw !important;
  }
  .h-25 {
    height: 25% !important;
  }
  .h-50 {
    height: 50% !important;
  }
  .h-75 {
    height: 75% !important;
  }
  .h-100 {
    height: 100% !important;
  }
  .h-auto {
    height: auto !important;
  }
  .mh-100 {
    max-height: 100% !important;
  }
  .vh-100 {
    height: 100vh !important;
  }
  .min-vh-100 {
    min-height: 100vh !important;
  }
  .flex-fill {
    flex: 1 1 auto !important;
  }
  .flex-row {
    flex-direction: row !important;
  }
  .flex-column {
    flex-direction: column !important;
  }
  .flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-wrap {
    flex-wrap: wrap !important;
  }
  .flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-start {
    justify-content: flex-start !important;
  }
  .justify-content-end {
    justify-content: flex-end !important;
  }
  .justify-content-center {
    justify-content: center !important;
  }
  .justify-content-between {
    justify-content: space-between !important;
  }
  .justify-content-around {
    justify-content: space-around !important;
  }
  .justify-content-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-start {
    align-items: flex-start !important;
  }
  .align-items-end {
    align-items: flex-end !important;
  }
  .align-items-center {
    align-items: center !important;
  }
  .align-items-baseline {
    align-items: baseline !important;
  }
  .align-items-stretch {
    align-items: stretch !important;
  }
  .align-content-start {
    align-content: flex-start !important;
  }
  .align-content-end {
    align-content: flex-end !important;
  }
  .align-content-center {
    align-content: center !important;
  }
  .align-content-between {
    align-content: space-between !important;
  }
  .align-content-around {
    align-content: space-around !important;
  }
  .align-content-stretch {
    align-content: stretch !important;
  }
  .align-self-auto {
    align-self: auto !important;
  }
  .align-self-start {
    align-self: flex-start !important;
  }
  .align-self-end {
    align-self: flex-end !important;
  }
  .align-self-center {
    align-self: center !important;
  }
  .align-self-baseline {
    align-self: baseline !important;
  }
  .align-self-stretch {
    align-self: stretch !important;
  }
  .order-first {
    order: -1 !important;
  }
  .order-0 {
    order: 0 !important;
  }
  .order-1 {
    order: 1 !important;
  }
  .order-2 {
    order: 2 !important;
  }
  .order-3 {
    order: 3 !important;
  }
  .order-4 {
    order: 4 !important;
  }
  .order-5 {
    order: 5 !important;
  }
  .order-last {
    order: 6 !important;
  }
  .m-0 {
    margin: 0 !important;
  }
  .m-1 {
    margin: 0.25rem !important;
  }
  .m-2 {
    margin: 0.5rem !important;
  }
  .m-3 {
    margin: 1rem !important;
  }
  .m-4 {
    margin: 1.5rem !important;
  }
  .m-5 {
    margin: 3rem !important;
  }
  .m-auto {
    margin: auto !important;
  }
  .mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-0 {
    margin-top: 0 !important;
  }
  .mt-1 {
    margin-top: 0.25rem !important;
  }
  .mt-2 {
    margin-top: 0.5rem !important;
  }
  .mt-3 {
    margin-top: 1rem !important;
  }
  .mt-4 {
    margin-top: 1.5rem !important;
  }
  .mt-5 {
    margin-top: 3rem !important;
  }
  .mt-auto {
    margin-top: auto !important;
  }
  .me-0 {
    margin-right: 0 !important;
  }
  .me-1 {
    margin-right: 0.25rem !important;
  }
  .me-2 {
    margin-right: 0.5rem !important;
  }
  .me-3 {
    margin-right: 1rem !important;
  }
  .me-4 {
    margin-right: 1.5rem !important;
  }
  .me-5 {
    margin-right: 3rem !important;
  }
  .me-auto {
    margin-right: auto !important;
  }
  .mb-0 {
    margin-bottom: 0 !important;
  }
  .mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-3 {
    margin-bottom: 1rem !important;
  }
  .mb-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-5 {
    margin-bottom: 3rem !important;
  }
  .mb-auto {
    margin-bottom: auto !important;
  }
  .ms-0 {
    margin-left: 0 !important;
  }
  .ms-1 {
    margin-left: 0.25rem !important;
  }
  .ms-2 {
    margin-left: 0.5rem !important;
  }
  .ms-3 {
    margin-left: 1rem !important;
  }
  .ms-4 {
    margin-left: 1.5rem !important;
  }
  .ms-5 {
    margin-left: 3rem !important;
  }
  .ms-auto {
    margin-left: auto !important;
  }
  .p-0 {
    padding: 0 !important;
  }
  .p-1 {
    padding: 0.25rem !important;
  }
  .p-2 {
    padding: 0.5rem !important;
  }
  .p-3 {
    padding: 1rem !important;
  }
  .p-4 {
    padding: 1.5rem !important;
  }
  .p-5 {
    padding: 3rem !important;
  }
  .px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-0 {
    padding-top: 0 !important;
  }
  .pt-1 {
    padding-top: 0.25rem !important;
  }
  .pt-2 {
    padding-top: 0.5rem !important;
  }
  .pt-3 {
    padding-top: 1rem !important;
  }
  .pt-4 {
    padding-top: 1.5rem !important;
  }
  .pt-5 {
    padding-top: 3rem !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: 3rem !important;
  }
  .pb-0 {
    padding-bottom: 0 !important;
  }
  .pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-3 {
    padding-bottom: 1rem !important;
  }
  .pb-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-5 {
    padding-bottom: 3rem !important;
  }
  .ps-0 {
    padding-left: 0 !important;
  }
  .ps-1 {
    padding-left: 0.25rem !important;
  }
  .ps-2 {
    padding-left: 0.5rem !important;
  }
  .ps-3 {
    padding-left: 1rem !important;
  }
  .ps-4 {
    padding-left: 1.5rem !important;
  }
  .ps-5 {
    padding-left: 3rem !important;
  }
  .gap-0 {
    gap: 0 !important;
  }
  .gap-1 {
    gap: 0.25rem !important;
  }
  .gap-2 {
    gap: 0.5rem !important;
  }
  .gap-3 {
    gap: 1rem !important;
  }
  .gap-4 {
    gap: 1.5rem !important;
  }
  .gap-5 {
    gap: 3rem !important;
  }
  .row-gap-0 {
    row-gap: 0 !important;
  }
  .row-gap-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-3 {
    row-gap: 1rem !important;
  }
  .row-gap-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-5 {
    row-gap: 3rem !important;
  }
  .column-gap-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .font-monospace {
    font-family: var(--bs-font-monospace) !important;
  }
  .fs-1 {
    font-size: calc(var(--bs-body-font-size) * 2) !important;
  }
  .fs-2 {
    font-size: calc(var(--bs-body-font-size) * 1.5) !important;
  }
  .fs-3 {
    font-size: calc(var(--bs-body-font-size) * 1.25) !important;
  }
  .fs-4 {
    font-size: calc(var(--bs-body-font-size) * 1.125) !important;
  }
  .fs-5 {
    font-size: var(--bs-body-font-size) !important;
  }
  .fs-6 {
    font-size: calc(var(--bs-body-font-size) * 0.875) !important;
  }
  .fst-italic {
    font-style: italic !important;
  }
  .fst-normal {
    font-style: normal !important;
  }
  .fw-lighter {
    font-weight: lighter !important;
  }
  .fw-light {
    font-weight: 300 !important;
  }
  .fw-normal {
    font-weight: 400 !important;
  }
  .fw-medium {
    font-weight: 500 !important;
  }
  .fw-semibold {
    font-weight: 600 !important;
  }
  .fw-bold {
    font-weight: 700 !important;
  }
  .fw-bolder {
    font-weight: bolder !important;
  }
  .lh-1 {
    line-height: 1 !important;
  }
  .lh-sm {
    line-height: 1.25 !important;
  }
  .lh-base {
    line-height: 1.5 !important;
  }
  .lh-lg {
    line-height: 2 !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 {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-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-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-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
  }
  .text-opacity-25 {
    --bs-text-opacity: 0.25;
  }
  .text-opacity-50 {
    --bs-text-opacity: 0.5;
  }
  .text-opacity-75 {
    --bs-text-opacity: 0.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;
  }
  .link-opacity-10 {
    --bs-link-opacity: 0.1;
  }
  .link-opacity-10-hover:hover {
    --bs-link-opacity: 0.1;
  }
  .link-opacity-25 {
    --bs-link-opacity: 0.25;
  }
  .link-opacity-25-hover:hover {
    --bs-link-opacity: 0.25;
  }
  .link-opacity-50 {
    --bs-link-opacity: 0.5;
  }
  .link-opacity-50-hover:hover {
    --bs-link-opacity: 0.5;
  }
  .link-opacity-75 {
    --bs-link-opacity: 0.75;
  }
  .link-opacity-75-hover:hover {
    --bs-link-opacity: 0.75;
  }
  .link-opacity-100 {
    --bs-link-opacity: 1;
  }
  .link-opacity-100-hover:hover {
    --bs-link-opacity: 1;
  }
  .link-offset-1 {
    text-underline-offset: 0.125em !important;
  }
  .link-offset-1-hover:hover {
    text-underline-offset: 0.125em !important;
  }
  .link-offset-2 {
    text-underline-offset: 0.25em !important;
  }
  .link-offset-2-hover:hover {
    text-underline-offset: 0.25em !important;
  }
  .link-offset-3 {
    text-underline-offset: 0.375em !important;
  }
  .link-offset-3-hover:hover {
    text-underline-offset: 0.375em !important;
  }
  .link-underline-primary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  }
  .link-underline-secondary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  }
  .link-underline-success {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  }
  .link-underline-info {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  }
  .link-underline-warning {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  }
  .link-underline-danger {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  }
  .link-underline-light {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  }
  .link-underline-dark {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  }
  .link-underline {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  }
  .link-underline-opacity-0 {
    --bs-link-underline-opacity: 0;
  }
  .link-underline-opacity-0-hover:hover {
    --bs-link-underline-opacity: 0;
  }
  .link-underline-opacity-10 {
    --bs-link-underline-opacity: 0.1;
  }
  .link-underline-opacity-10-hover:hover {
    --bs-link-underline-opacity: 0.1;
  }
  .link-underline-opacity-25 {
    --bs-link-underline-opacity: 0.25;
  }
  .link-underline-opacity-25-hover:hover {
    --bs-link-underline-opacity: 0.25;
  }
  .link-underline-opacity-50 {
    --bs-link-underline-opacity: 0.5;
  }
  .link-underline-opacity-50-hover:hover {
    --bs-link-underline-opacity: 0.5;
  }
  .link-underline-opacity-75 {
    --bs-link-underline-opacity: 0.75;
  }
  .link-underline-opacity-75-hover:hover {
    --bs-link-underline-opacity: 0.75;
  }
  .link-underline-opacity-100 {
    --bs-link-underline-opacity: 1;
  }
  .link-underline-opacity-100-hover:hover {
    --bs-link-underline-opacity: 1;
  }
  .bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }
  .bg-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  .bg-opacity-10 {
    --bs-bg-opacity: 0.1;
  }
  .bg-opacity-25 {
    --bs-bg-opacity: 0.25;
  }
  .bg-opacity-50 {
    --bs-bg-opacity: 0.5;
  }
  .bg-opacity-75 {
    --bs-bg-opacity: 0.75;
  }
  .bg-opacity-100 {
    --bs-bg-opacity: 1;
  }
  .bg-primary-subtle {
    background-color: var(--bs-primary-bg-subtle) !important;
  }
  .bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle) !important;
  }
  .bg-success-subtle {
    background-color: var(--bs-success-bg-subtle) !important;
  }
  .bg-info-subtle {
    background-color: var(--bs-info-bg-subtle) !important;
  }
  .bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle) !important;
  }
  .bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle) !important;
  }
  .bg-light-subtle {
    background-color: var(--bs-light-bg-subtle) !important;
  }
  .bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle) !important;
  }
  .bg-gradient {
    background-image: var(--bs-gradient) !important;
  }
  .user-select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }
  .user-select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }
  .user-select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }
  .pe-none {
    pointer-events: none !important;
  }
  .pe-auto {
    pointer-events: auto !important;
  }
  .rounded {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-0 {
    border-radius: 0 !important;
  }
  .rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-2 {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-5 {
    border-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-circle {
    border-radius: 50% !important;
  }
  .rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-top-1 {
    border-top-left-radius: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-top-2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-top-5 {
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-top-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .rounded-top-pill {
    border-top-left-radius: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-end {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-end-1 {
    border-top-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-end-2 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-3 {
    border-top-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-end-4 {
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-end-5 {
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .rounded-end-pill {
    border-top-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-bottom-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-bottom-2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-bottom-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-bottom-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-bottom-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .rounded-bottom-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .rounded-start-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-top-left-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-start-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-start-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-start-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
  }
  .rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  .rounded-start-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-border-radius-pill) !important;
  }
  .visible {
    visibility: visible !important;
  }
  .invisible {
    visibility: hidden !important;
  }
  .z-n1 {
    z-index: -1 !important;
  }
  .z-0 {
    z-index: 0 !important;
  }
  .z-1 {
    z-index: 1 !important;
  }
  .z-2 {
    z-index: 2 !important;
  }
  .z-3 {
    z-index: 3 !important;
  }
  @media (min-width: 360px) {
    .float-xs-start {
      float: left !important;
    }
    .float-xs-end {
      float: right !important;
    }
    .float-xs-none {
      float: none !important;
    }
    .object-fit-xs-contain {
      -o-object-fit: contain !important;
         object-fit: contain !important;
    }
    .object-fit-xs-cover {
      -o-object-fit: cover !important;
         object-fit: cover !important;
    }
    .object-fit-xs-fill {
      -o-object-fit: fill !important;
         object-fit: fill !important;
    }
    .object-fit-xs-scale {
      -o-object-fit: scale-down !important;
         object-fit: scale-down !important;
    }
    .object-fit-xs-none {
      -o-object-fit: none !important;
         object-fit: none !important;
    }
    .d-xs-inline {
      display: inline !important;
    }
    .d-xs-inline-block {
      display: inline-block !important;
    }
    .d-xs-block {
      display: block !important;
    }
    .d-xs-grid {
      display: grid !important;
    }
    .d-xs-inline-grid {
      display: inline-grid !important;
    }
    .d-xs-table {
      display: table !important;
    }
    .d-xs-table-row {
      display: table-row !important;
    }
    .d-xs-table-cell {
      display: table-cell !important;
    }
    .d-xs-flex {
      display: flex !important;
    }
    .d-xs-inline-flex {
      display: inline-flex !important;
    }
    .d-xs-none {
      display: none !important;
    }
    .flex-xs-fill {
      flex: 1 1 auto !important;
    }
    .flex-xs-row {
      flex-direction: row !important;
    }
    .flex-xs-column {
      flex-direction: column !important;
    }
    .flex-xs-row-reverse {
      flex-direction: row-reverse !important;
    }
    .flex-xs-column-reverse {
      flex-direction: column-reverse !important;
    }
    .flex-xs-grow-0 {
      flex-grow: 0 !important;
    }
    .flex-xs-grow-1 {
      flex-grow: 1 !important;
    }
    .flex-xs-shrink-0 {
      flex-shrink: 0 !important;
    }
    .flex-xs-shrink-1 {
      flex-shrink: 1 !important;
    }
    .flex-xs-wrap {
      flex-wrap: wrap !important;
    }
    .flex-xs-nowrap {
      flex-wrap: nowrap !important;
    }
    .flex-xs-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
    .justify-content-xs-start {
      justify-content: flex-start !important;
    }
    .justify-content-xs-end {
      justify-content: flex-end !important;
    }
    .justify-content-xs-center {
      justify-content: center !important;
    }
    .justify-content-xs-between {
      justify-content: space-between !important;
    }
    .justify-content-xs-around {
      justify-content: space-around !important;
    }
    .justify-content-xs-evenly {
      justify-content: space-evenly !important;
    }
    .align-items-xs-start {
      align-items: flex-start !important;
    }
    .align-items-xs-end {
      align-items: flex-end !important;
    }
    .align-items-xs-center {
      align-items: center !important;
    }
    .align-items-xs-baseline {
      align-items: baseline !important;
    }
    .align-items-xs-stretch {
      align-items: stretch !important;
    }
    .align-content-xs-start {
      align-content: flex-start !important;
    }
    .align-content-xs-end {
      align-content: flex-end !important;
    }
    .align-content-xs-center {
      align-content: center !important;
    }
    .align-content-xs-between {
      align-content: space-between !important;
    }
    .align-content-xs-around {
      align-content: space-around !important;
    }
    .align-content-xs-stretch {
      align-content: stretch !important;
    }
    .align-self-xs-auto {
      align-self: auto !important;
    }
    .align-self-xs-start {
      align-self: flex-start !important;
    }
    .align-self-xs-end {
      align-self: flex-end !important;
    }
    .align-self-xs-center {
      align-self: center !important;
    }
    .align-self-xs-baseline {
      align-self: baseline !important;
    }
    .align-self-xs-stretch {
      align-self: stretch !important;
    }
    .order-xs-first {
      order: -1 !important;
    }
    .order-xs-0 {
      order: 0 !important;
    }
    .order-xs-1 {
      order: 1 !important;
    }
    .order-xs-2 {
      order: 2 !important;
    }
    .order-xs-3 {
      order: 3 !important;
    }
    .order-xs-4 {
      order: 4 !important;
    }
    .order-xs-5 {
      order: 5 !important;
    }
    .order-xs-last {
      order: 6 !important;
    }
    .m-xs-0 {
      margin: 0 !important;
    }
    .m-xs-1 {
      margin: 0.25rem !important;
    }
    .m-xs-2 {
      margin: 0.5rem !important;
    }
    .m-xs-3 {
      margin: 1rem !important;
    }
    .m-xs-4 {
      margin: 1.5rem !important;
    }
    .m-xs-5 {
      margin: 3rem !important;
    }
    .m-xs-auto {
      margin: auto !important;
    }
    .mx-xs-0 {
      margin-right: 0 !important;
      margin-left: 0 !important;
    }
    .mx-xs-1 {
      margin-right: 0.25rem !important;
      margin-left: 0.25rem !important;
    }
    .mx-xs-2 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important;
    }
    .mx-xs-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important;
    }
    .mx-xs-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important;
    }
    .mx-xs-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important;
    }
    .mx-xs-auto {
      margin-right: auto !important;
      margin-left: auto !important;
    }
    .my-xs-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }
    .my-xs-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .my-xs-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .my-xs-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .my-xs-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .my-xs-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .my-xs-auto {
      margin-top: auto !important;
      margin-bottom: auto !important;
    }
    .mt-xs-0 {
      margin-top: 0 !important;
    }
    .mt-xs-1 {
      margin-top: 0.25rem !important;
    }
    .mt-xs-2 {
      margin-top: 0.5rem !important;
    }
    .mt-xs-3 {
      margin-top: 1rem !important;
    }
    .mt-xs-4 {
      margin-top: 1.5rem !important;
    }
    .mt-xs-5 {
      margin-top: 3rem !important;
    }
    .mt-xs-auto {
      margin-top: auto !important;
    }
    .me-xs-0 {
      margin-right: 0 !important;
    }
    .me-xs-1 {
      margin-right: 0.25rem !important;
    }
    .me-xs-2 {
      margin-right: 0.5rem !important;
    }
    .me-xs-3 {
      margin-right: 1rem !important;
    }
    .me-xs-4 {
      margin-right: 1.5rem !important;
    }
    .me-xs-5 {
      margin-right: 3rem !important;
    }
    .me-xs-auto {
      margin-right: auto !important;
    }
    .mb-xs-0 {
      margin-bottom: 0 !important;
    }
    .mb-xs-1 {
      margin-bottom: 0.25rem !important;
    }
    .mb-xs-2 {
      margin-bottom: 0.5rem !important;
    }
    .mb-xs-3 {
      margin-bottom: 1rem !important;
    }
    .mb-xs-4 {
      margin-bottom: 1.5rem !important;
    }
    .mb-xs-5 {
      margin-bottom: 3rem !important;
    }
    .mb-xs-auto {
      margin-bottom: auto !important;
    }
    .ms-xs-0 {
      margin-left: 0 !important;
    }
    .ms-xs-1 {
      margin-left: 0.25rem !important;
    }
    .ms-xs-2 {
      margin-left: 0.5rem !important;
    }
    .ms-xs-3 {
      margin-left: 1rem !important;
    }
    .ms-xs-4 {
      margin-left: 1.5rem !important;
    }
    .ms-xs-5 {
      margin-left: 3rem !important;
    }
    .ms-xs-auto {
      margin-left: auto !important;
    }
    .p-xs-0 {
      padding: 0 !important;
    }
    .p-xs-1 {
      padding: 0.25rem !important;
    }
    .p-xs-2 {
      padding: 0.5rem !important;
    }
    .p-xs-3 {
      padding: 1rem !important;
    }
    .p-xs-4 {
      padding: 1.5rem !important;
    }
    .p-xs-5 {
      padding: 3rem !important;
    }
    .px-xs-0 {
      padding-right: 0 !important;
      padding-left: 0 !important;
    }
    .px-xs-1 {
      padding-right: 0.25rem !important;
      padding-left: 0.25rem !important;
    }
    .px-xs-2 {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important;
    }
    .px-xs-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important;
    }
    .px-xs-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important;
    }
    .px-xs-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important;
    }
    .py-xs-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
    .py-xs-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .py-xs-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .py-xs-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .py-xs-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .py-xs-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .pt-xs-0 {
      padding-top: 0 !important;
    }
    .pt-xs-1 {
      padding-top: 0.25rem !important;
    }
    .pt-xs-2 {
      padding-top: 0.5rem !important;
    }
    .pt-xs-3 {
      padding-top: 1rem !important;
    }
    .pt-xs-4 {
      padding-top: 1.5rem !important;
    }
    .pt-xs-5 {
      padding-top: 3rem !important;
    }
    .pe-xs-0 {
      padding-right: 0 !important;
    }
    .pe-xs-1 {
      padding-right: 0.25rem !important;
    }
    .pe-xs-2 {
      padding-right: 0.5rem !important;
    }
    .pe-xs-3 {
      padding-right: 1rem !important;
    }
    .pe-xs-4 {
      padding-right: 1.5rem !important;
    }
    .pe-xs-5 {
      padding-right: 3rem !important;
    }
    .pb-xs-0 {
      padding-bottom: 0 !important;
    }
    .pb-xs-1 {
      padding-bottom: 0.25rem !important;
    }
    .pb-xs-2 {
      padding-bottom: 0.5rem !important;
    }
    .pb-xs-3 {
      padding-bottom: 1rem !important;
    }
    .pb-xs-4 {
      padding-bottom: 1.5rem !important;
    }
    .pb-xs-5 {
      padding-bottom: 3rem !important;
    }
    .ps-xs-0 {
      padding-left: 0 !important;
    }
    .ps-xs-1 {
      padding-left: 0.25rem !important;
    }
    .ps-xs-2 {
      padding-left: 0.5rem !important;
    }
    .ps-xs-3 {
      padding-left: 1rem !important;
    }
    .ps-xs-4 {
      padding-left: 1.5rem !important;
    }
    .ps-xs-5 {
      padding-left: 3rem !important;
    }
    .gap-xs-0 {
      gap: 0 !important;
    }
    .gap-xs-1 {
      gap: 0.25rem !important;
    }
    .gap-xs-2 {
      gap: 0.5rem !important;
    }
    .gap-xs-3 {
      gap: 1rem !important;
    }
    .gap-xs-4 {
      gap: 1.5rem !important;
    }
    .gap-xs-5 {
      gap: 3rem !important;
    }
    .row-gap-xs-0 {
      row-gap: 0 !important;
    }
    .row-gap-xs-1 {
      row-gap: 0.25rem !important;
    }
    .row-gap-xs-2 {
      row-gap: 0.5rem !important;
    }
    .row-gap-xs-3 {
      row-gap: 1rem !important;
    }
    .row-gap-xs-4 {
      row-gap: 1.5rem !important;
    }
    .row-gap-xs-5 {
      row-gap: 3rem !important;
    }
    .column-gap-xs-0 {
      -moz-column-gap: 0 !important;
           column-gap: 0 !important;
    }
    .column-gap-xs-1 {
      -moz-column-gap: 0.25rem !important;
           column-gap: 0.25rem !important;
    }
    .column-gap-xs-2 {
      -moz-column-gap: 0.5rem !important;
           column-gap: 0.5rem !important;
    }
    .column-gap-xs-3 {
      -moz-column-gap: 1rem !important;
           column-gap: 1rem !important;
    }
    .column-gap-xs-4 {
      -moz-column-gap: 1.5rem !important;
           column-gap: 1.5rem !important;
    }
    .column-gap-xs-5 {
      -moz-column-gap: 3rem !important;
           column-gap: 3rem !important;
    }
    .text-xs-start {
      text-align: left !important;
    }
    .text-xs-end {
      text-align: right !important;
    }
    .text-xs-center {
      text-align: center !important;
    }
  }
  @media (min-width: 576px) {
    .float-sm-start {
      float: left !important;
    }
    .float-sm-end {
      float: right !important;
    }
    .float-sm-none {
      float: none !important;
    }
    .object-fit-sm-contain {
      -o-object-fit: contain !important;
         object-fit: contain !important;
    }
    .object-fit-sm-cover {
      -o-object-fit: cover !important;
         object-fit: cover !important;
    }
    .object-fit-sm-fill {
      -o-object-fit: fill !important;
         object-fit: fill !important;
    }
    .object-fit-sm-scale {
      -o-object-fit: scale-down !important;
         object-fit: scale-down !important;
    }
    .object-fit-sm-none {
      -o-object-fit: none !important;
         object-fit: none !important;
    }
    .d-sm-inline {
      display: inline !important;
    }
    .d-sm-inline-block {
      display: inline-block !important;
    }
    .d-sm-block {
      display: block !important;
    }
    .d-sm-grid {
      display: grid !important;
    }
    .d-sm-inline-grid {
      display: inline-grid !important;
    }
    .d-sm-table {
      display: table !important;
    }
    .d-sm-table-row {
      display: table-row !important;
    }
    .d-sm-table-cell {
      display: table-cell !important;
    }
    .d-sm-flex {
      display: flex !important;
    }
    .d-sm-inline-flex {
      display: inline-flex !important;
    }
    .d-sm-none {
      display: none !important;
    }
    .flex-sm-fill {
      flex: 1 1 auto !important;
    }
    .flex-sm-row {
      flex-direction: row !important;
    }
    .flex-sm-column {
      flex-direction: column !important;
    }
    .flex-sm-row-reverse {
      flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
      flex-direction: column-reverse !important;
    }
    .flex-sm-grow-0 {
      flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
      flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
      flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
      flex-shrink: 1 !important;
    }
    .flex-sm-wrap {
      flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
      flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
      justify-content: flex-start !important;
    }
    .justify-content-sm-end {
      justify-content: flex-end !important;
    }
    .justify-content-sm-center {
      justify-content: center !important;
    }
    .justify-content-sm-between {
      justify-content: space-between !important;
    }
    .justify-content-sm-around {
      justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
      justify-content: space-evenly !important;
    }
    .align-items-sm-start {
      align-items: flex-start !important;
    }
    .align-items-sm-end {
      align-items: flex-end !important;
    }
    .align-items-sm-center {
      align-items: center !important;
    }
    .align-items-sm-baseline {
      align-items: baseline !important;
    }
    .align-items-sm-stretch {
      align-items: stretch !important;
    }
    .align-content-sm-start {
      align-content: flex-start !important;
    }
    .align-content-sm-end {
      align-content: flex-end !important;
    }
    .align-content-sm-center {
      align-content: center !important;
    }
    .align-content-sm-between {
      align-content: space-between !important;
    }
    .align-content-sm-around {
      align-content: space-around !important;
    }
    .align-content-sm-stretch {
      align-content: stretch !important;
    }
    .align-self-sm-auto {
      align-self: auto !important;
    }
    .align-self-sm-start {
      align-self: flex-start !important;
    }
    .align-self-sm-end {
      align-self: flex-end !important;
    }
    .align-self-sm-center {
      align-self: center !important;
    }
    .align-self-sm-baseline {
      align-self: baseline !important;
    }
    .align-self-sm-stretch {
      align-self: stretch !important;
    }
    .order-sm-first {
      order: -1 !important;
    }
    .order-sm-0 {
      order: 0 !important;
    }
    .order-sm-1 {
      order: 1 !important;
    }
    .order-sm-2 {
      order: 2 !important;
    }
    .order-sm-3 {
      order: 3 !important;
    }
    .order-sm-4 {
      order: 4 !important;
    }
    .order-sm-5 {
      order: 5 !important;
    }
    .order-sm-last {
      order: 6 !important;
    }
    .m-sm-0 {
      margin: 0 !important;
    }
    .m-sm-1 {
      margin: 0.25rem !important;
    }
    .m-sm-2 {
      margin: 0.5rem !important;
    }
    .m-sm-3 {
      margin: 1rem !important;
    }
    .m-sm-4 {
      margin: 1.5rem !important;
    }
    .m-sm-5 {
      margin: 3rem !important;
    }
    .m-sm-auto {
      margin: auto !important;
    }
    .mx-sm-0 {
      margin-right: 0 !important;
      margin-left: 0 !important;
    }
    .mx-sm-1 {
      margin-right: 0.25rem !important;
      margin-left: 0.25rem !important;
    }
    .mx-sm-2 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important;
    }
    .mx-sm-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important;
    }
    .mx-sm-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important;
    }
    .mx-sm-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important;
    }
    .mx-sm-auto {
      margin-right: auto !important;
      margin-left: auto !important;
    }
    .my-sm-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }
    .my-sm-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .my-sm-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .my-sm-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .my-sm-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .my-sm-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .my-sm-auto {
      margin-top: auto !important;
      margin-bottom: auto !important;
    }
    .mt-sm-0 {
      margin-top: 0 !important;
    }
    .mt-sm-1 {
      margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
      margin-top: 0.5rem !important;
    }
    .mt-sm-3 {
      margin-top: 1rem !important;
    }
    .mt-sm-4 {
      margin-top: 1.5rem !important;
    }
    .mt-sm-5 {
      margin-top: 3rem !important;
    }
    .mt-sm-auto {
      margin-top: auto !important;
    }
    .me-sm-0 {
      margin-right: 0 !important;
    }
    .me-sm-1 {
      margin-right: 0.25rem !important;
    }
    .me-sm-2 {
      margin-right: 0.5rem !important;
    }
    .me-sm-3 {
      margin-right: 1rem !important;
    }
    .me-sm-4 {
      margin-right: 1.5rem !important;
    }
    .me-sm-5 {
      margin-right: 3rem !important;
    }
    .me-sm-auto {
      margin-right: auto !important;
    }
    .mb-sm-0 {
      margin-bottom: 0 !important;
    }
    .mb-sm-1 {
      margin-bottom: 0.25rem !important;
    }
    .mb-sm-2 {
      margin-bottom: 0.5rem !important;
    }
    .mb-sm-3 {
      margin-bottom: 1rem !important;
    }
    .mb-sm-4 {
      margin-bottom: 1.5rem !important;
    }
    .mb-sm-5 {
      margin-bottom: 3rem !important;
    }
    .mb-sm-auto {
      margin-bottom: auto !important;
    }
    .ms-sm-0 {
      margin-left: 0 !important;
    }
    .ms-sm-1 {
      margin-left: 0.25rem !important;
    }
    .ms-sm-2 {
      margin-left: 0.5rem !important;
    }
    .ms-sm-3 {
      margin-left: 1rem !important;
    }
    .ms-sm-4 {
      margin-left: 1.5rem !important;
    }
    .ms-sm-5 {
      margin-left: 3rem !important;
    }
    .ms-sm-auto {
      margin-left: auto !important;
    }
    .p-sm-0 {
      padding: 0 !important;
    }
    .p-sm-1 {
      padding: 0.25rem !important;
    }
    .p-sm-2 {
      padding: 0.5rem !important;
    }
    .p-sm-3 {
      padding: 1rem !important;
    }
    .p-sm-4 {
      padding: 1.5rem !important;
    }
    .p-sm-5 {
      padding: 3rem !important;
    }
    .px-sm-0 {
      padding-right: 0 !important;
      padding-left: 0 !important;
    }
    .px-sm-1 {
      padding-right: 0.25rem !important;
      padding-left: 0.25rem !important;
    }
    .px-sm-2 {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important;
    }
    .px-sm-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important;
    }
    .px-sm-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important;
    }
    .px-sm-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important;
    }
    .py-sm-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
    .py-sm-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .py-sm-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .py-sm-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .py-sm-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .py-sm-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .pt-sm-0 {
      padding-top: 0 !important;
    }
    .pt-sm-1 {
      padding-top: 0.25rem !important;
    }
    .pt-sm-2 {
      padding-top: 0.5rem !important;
    }
    .pt-sm-3 {
      padding-top: 1rem !important;
    }
    .pt-sm-4 {
      padding-top: 1.5rem !important;
    }
    .pt-sm-5 {
      padding-top: 3rem !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: 3rem !important;
    }
    .pb-sm-0 {
      padding-bottom: 0 !important;
    }
    .pb-sm-1 {
      padding-bottom: 0.25rem !important;
    }
    .pb-sm-2 {
      padding-bottom: 0.5rem !important;
    }
    .pb-sm-3 {
      padding-bottom: 1rem !important;
    }
    .pb-sm-4 {
      padding-bottom: 1.5rem !important;
    }
    .pb-sm-5 {
      padding-bottom: 3rem !important;
    }
    .ps-sm-0 {
      padding-left: 0 !important;
    }
    .ps-sm-1 {
      padding-left: 0.25rem !important;
    }
    .ps-sm-2 {
      padding-left: 0.5rem !important;
    }
    .ps-sm-3 {
      padding-left: 1rem !important;
    }
    .ps-sm-4 {
      padding-left: 1.5rem !important;
    }
    .ps-sm-5 {
      padding-left: 3rem !important;
    }
    .gap-sm-0 {
      gap: 0 !important;
    }
    .gap-sm-1 {
      gap: 0.25rem !important;
    }
    .gap-sm-2 {
      gap: 0.5rem !important;
    }
    .gap-sm-3 {
      gap: 1rem !important;
    }
    .gap-sm-4 {
      gap: 1.5rem !important;
    }
    .gap-sm-5 {
      gap: 3rem !important;
    }
    .row-gap-sm-0 {
      row-gap: 0 !important;
    }
    .row-gap-sm-1 {
      row-gap: 0.25rem !important;
    }
    .row-gap-sm-2 {
      row-gap: 0.5rem !important;
    }
    .row-gap-sm-3 {
      row-gap: 1rem !important;
    }
    .row-gap-sm-4 {
      row-gap: 1.5rem !important;
    }
    .row-gap-sm-5 {
      row-gap: 3rem !important;
    }
    .column-gap-sm-0 {
      -moz-column-gap: 0 !important;
           column-gap: 0 !important;
    }
    .column-gap-sm-1 {
      -moz-column-gap: 0.25rem !important;
           column-gap: 0.25rem !important;
    }
    .column-gap-sm-2 {
      -moz-column-gap: 0.5rem !important;
           column-gap: 0.5rem !important;
    }
    .column-gap-sm-3 {
      -moz-column-gap: 1rem !important;
           column-gap: 1rem !important;
    }
    .column-gap-sm-4 {
      -moz-column-gap: 1.5rem !important;
           column-gap: 1.5rem !important;
    }
    .column-gap-sm-5 {
      -moz-column-gap: 3rem !important;
           column-gap: 3rem !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) {
    .float-md-start {
      float: left !important;
    }
    .float-md-end {
      float: right !important;
    }
    .float-md-none {
      float: none !important;
    }
    .object-fit-md-contain {
      -o-object-fit: contain !important;
         object-fit: contain !important;
    }
    .object-fit-md-cover {
      -o-object-fit: cover !important;
         object-fit: cover !important;
    }
    .object-fit-md-fill {
      -o-object-fit: fill !important;
         object-fit: fill !important;
    }
    .object-fit-md-scale {
      -o-object-fit: scale-down !important;
         object-fit: scale-down !important;
    }
    .object-fit-md-none {
      -o-object-fit: none !important;
         object-fit: none !important;
    }
    .d-md-inline {
      display: inline !important;
    }
    .d-md-inline-block {
      display: inline-block !important;
    }
    .d-md-block {
      display: block !important;
    }
    .d-md-grid {
      display: grid !important;
    }
    .d-md-inline-grid {
      display: inline-grid !important;
    }
    .d-md-table {
      display: table !important;
    }
    .d-md-table-row {
      display: table-row !important;
    }
    .d-md-table-cell {
      display: table-cell !important;
    }
    .d-md-flex {
      display: flex !important;
    }
    .d-md-inline-flex {
      display: inline-flex !important;
    }
    .d-md-none {
      display: none !important;
    }
    .flex-md-fill {
      flex: 1 1 auto !important;
    }
    .flex-md-row {
      flex-direction: row !important;
    }
    .flex-md-column {
      flex-direction: column !important;
    }
    .flex-md-row-reverse {
      flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
      flex-direction: column-reverse !important;
    }
    .flex-md-grow-0 {
      flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
      flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
      flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
      flex-shrink: 1 !important;
    }
    .flex-md-wrap {
      flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
      flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
      justify-content: flex-start !important;
    }
    .justify-content-md-end {
      justify-content: flex-end !important;
    }
    .justify-content-md-center {
      justify-content: center !important;
    }
    .justify-content-md-between {
      justify-content: space-between !important;
    }
    .justify-content-md-around {
      justify-content: space-around !important;
    }
    .justify-content-md-evenly {
      justify-content: space-evenly !important;
    }
    .align-items-md-start {
      align-items: flex-start !important;
    }
    .align-items-md-end {
      align-items: flex-end !important;
    }
    .align-items-md-center {
      align-items: center !important;
    }
    .align-items-md-baseline {
      align-items: baseline !important;
    }
    .align-items-md-stretch {
      align-items: stretch !important;
    }
    .align-content-md-start {
      align-content: flex-start !important;
    }
    .align-content-md-end {
      align-content: flex-end !important;
    }
    .align-content-md-center {
      align-content: center !important;
    }
    .align-content-md-between {
      align-content: space-between !important;
    }
    .align-content-md-around {
      align-content: space-around !important;
    }
    .align-content-md-stretch {
      align-content: stretch !important;
    }
    .align-self-md-auto {
      align-self: auto !important;
    }
    .align-self-md-start {
      align-self: flex-start !important;
    }
    .align-self-md-end {
      align-self: flex-end !important;
    }
    .align-self-md-center {
      align-self: center !important;
    }
    .align-self-md-baseline {
      align-self: baseline !important;
    }
    .align-self-md-stretch {
      align-self: stretch !important;
    }
    .order-md-first {
      order: -1 !important;
    }
    .order-md-0 {
      order: 0 !important;
    }
    .order-md-1 {
      order: 1 !important;
    }
    .order-md-2 {
      order: 2 !important;
    }
    .order-md-3 {
      order: 3 !important;
    }
    .order-md-4 {
      order: 4 !important;
    }
    .order-md-5 {
      order: 5 !important;
    }
    .order-md-last {
      order: 6 !important;
    }
    .m-md-0 {
      margin: 0 !important;
    }
    .m-md-1 {
      margin: 0.25rem !important;
    }
    .m-md-2 {
      margin: 0.5rem !important;
    }
    .m-md-3 {
      margin: 1rem !important;
    }
    .m-md-4 {
      margin: 1.5rem !important;
    }
    .m-md-5 {
      margin: 3rem !important;
    }
    .m-md-auto {
      margin: auto !important;
    }
    .mx-md-0 {
      margin-right: 0 !important;
      margin-left: 0 !important;
    }
    .mx-md-1 {
      margin-right: 0.25rem !important;
      margin-left: 0.25rem !important;
    }
    .mx-md-2 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important;
    }
    .mx-md-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important;
    }
    .mx-md-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important;
    }
    .mx-md-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important;
    }
    .mx-md-auto {
      margin-right: auto !important;
      margin-left: auto !important;
    }
    .my-md-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }
    .my-md-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .my-md-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .my-md-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .my-md-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .my-md-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .my-md-auto {
      margin-top: auto !important;
      margin-bottom: auto !important;
    }
    .mt-md-0 {
      margin-top: 0 !important;
    }
    .mt-md-1 {
      margin-top: 0.25rem !important;
    }
    .mt-md-2 {
      margin-top: 0.5rem !important;
    }
    .mt-md-3 {
      margin-top: 1rem !important;
    }
    .mt-md-4 {
      margin-top: 1.5rem !important;
    }
    .mt-md-5 {
      margin-top: 3rem !important;
    }
    .mt-md-auto {
      margin-top: auto !important;
    }
    .me-md-0 {
      margin-right: 0 !important;
    }
    .me-md-1 {
      margin-right: 0.25rem !important;
    }
    .me-md-2 {
      margin-right: 0.5rem !important;
    }
    .me-md-3 {
      margin-right: 1rem !important;
    }
    .me-md-4 {
      margin-right: 1.5rem !important;
    }
    .me-md-5 {
      margin-right: 3rem !important;
    }
    .me-md-auto {
      margin-right: auto !important;
    }
    .mb-md-0 {
      margin-bottom: 0 !important;
    }
    .mb-md-1 {
      margin-bottom: 0.25rem !important;
    }
    .mb-md-2 {
      margin-bottom: 0.5rem !important;
    }
    .mb-md-3 {
      margin-bottom: 1rem !important;
    }
    .mb-md-4 {
      margin-bottom: 1.5rem !important;
    }
    .mb-md-5 {
      margin-bottom: 3rem !important;
    }
    .mb-md-auto {
      margin-bottom: auto !important;
    }
    .ms-md-0 {
      margin-left: 0 !important;
    }
    .ms-md-1 {
      margin-left: 0.25rem !important;
    }
    .ms-md-2 {
      margin-left: 0.5rem !important;
    }
    .ms-md-3 {
      margin-left: 1rem !important;
    }
    .ms-md-4 {
      margin-left: 1.5rem !important;
    }
    .ms-md-5 {
      margin-left: 3rem !important;
    }
    .ms-md-auto {
      margin-left: auto !important;
    }
    .p-md-0 {
      padding: 0 !important;
    }
    .p-md-1 {
      padding: 0.25rem !important;
    }
    .p-md-2 {
      padding: 0.5rem !important;
    }
    .p-md-3 {
      padding: 1rem !important;
    }
    .p-md-4 {
      padding: 1.5rem !important;
    }
    .p-md-5 {
      padding: 3rem !important;
    }
    .px-md-0 {
      padding-right: 0 !important;
      padding-left: 0 !important;
    }
    .px-md-1 {
      padding-right: 0.25rem !important;
      padding-left: 0.25rem !important;
    }
    .px-md-2 {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important;
    }
    .px-md-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important;
    }
    .px-md-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important;
    }
    .px-md-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important;
    }
    .py-md-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
    .py-md-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .py-md-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .py-md-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .py-md-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .py-md-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .pt-md-0 {
      padding-top: 0 !important;
    }
    .pt-md-1 {
      padding-top: 0.25rem !important;
    }
    .pt-md-2 {
      padding-top: 0.5rem !important;
    }
    .pt-md-3 {
      padding-top: 1rem !important;
    }
    .pt-md-4 {
      padding-top: 1.5rem !important;
    }
    .pt-md-5 {
      padding-top: 3rem !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: 3rem !important;
    }
    .pb-md-0 {
      padding-bottom: 0 !important;
    }
    .pb-md-1 {
      padding-bottom: 0.25rem !important;
    }
    .pb-md-2 {
      padding-bottom: 0.5rem !important;
    }
    .pb-md-3 {
      padding-bottom: 1rem !important;
    }
    .pb-md-4 {
      padding-bottom: 1.5rem !important;
    }
    .pb-md-5 {
      padding-bottom: 3rem !important;
    }
    .ps-md-0 {
      padding-left: 0 !important;
    }
    .ps-md-1 {
      padding-left: 0.25rem !important;
    }
    .ps-md-2 {
      padding-left: 0.5rem !important;
    }
    .ps-md-3 {
      padding-left: 1rem !important;
    }
    .ps-md-4 {
      padding-left: 1.5rem !important;
    }
    .ps-md-5 {
      padding-left: 3rem !important;
    }
    .gap-md-0 {
      gap: 0 !important;
    }
    .gap-md-1 {
      gap: 0.25rem !important;
    }
    .gap-md-2 {
      gap: 0.5rem !important;
    }
    .gap-md-3 {
      gap: 1rem !important;
    }
    .gap-md-4 {
      gap: 1.5rem !important;
    }
    .gap-md-5 {
      gap: 3rem !important;
    }
    .row-gap-md-0 {
      row-gap: 0 !important;
    }
    .row-gap-md-1 {
      row-gap: 0.25rem !important;
    }
    .row-gap-md-2 {
      row-gap: 0.5rem !important;
    }
    .row-gap-md-3 {
      row-gap: 1rem !important;
    }
    .row-gap-md-4 {
      row-gap: 1.5rem !important;
    }
    .row-gap-md-5 {
      row-gap: 3rem !important;
    }
    .column-gap-md-0 {
      -moz-column-gap: 0 !important;
           column-gap: 0 !important;
    }
    .column-gap-md-1 {
      -moz-column-gap: 0.25rem !important;
           column-gap: 0.25rem !important;
    }
    .column-gap-md-2 {
      -moz-column-gap: 0.5rem !important;
           column-gap: 0.5rem !important;
    }
    .column-gap-md-3 {
      -moz-column-gap: 1rem !important;
           column-gap: 1rem !important;
    }
    .column-gap-md-4 {
      -moz-column-gap: 1.5rem !important;
           column-gap: 1.5rem !important;
    }
    .column-gap-md-5 {
      -moz-column-gap: 3rem !important;
           column-gap: 3rem !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) {
    .float-lg-start {
      float: left !important;
    }
    .float-lg-end {
      float: right !important;
    }
    .float-lg-none {
      float: none !important;
    }
    .object-fit-lg-contain {
      -o-object-fit: contain !important;
         object-fit: contain !important;
    }
    .object-fit-lg-cover {
      -o-object-fit: cover !important;
         object-fit: cover !important;
    }
    .object-fit-lg-fill {
      -o-object-fit: fill !important;
         object-fit: fill !important;
    }
    .object-fit-lg-scale {
      -o-object-fit: scale-down !important;
         object-fit: scale-down !important;
    }
    .object-fit-lg-none {
      -o-object-fit: none !important;
         object-fit: none !important;
    }
    .d-lg-inline {
      display: inline !important;
    }
    .d-lg-inline-block {
      display: inline-block !important;
    }
    .d-lg-block {
      display: block !important;
    }
    .d-lg-grid {
      display: grid !important;
    }
    .d-lg-inline-grid {
      display: inline-grid !important;
    }
    .d-lg-table {
      display: table !important;
    }
    .d-lg-table-row {
      display: table-row !important;
    }
    .d-lg-table-cell {
      display: table-cell !important;
    }
    .d-lg-flex {
      display: flex !important;
    }
    .d-lg-inline-flex {
      display: inline-flex !important;
    }
    .d-lg-none {
      display: none !important;
    }
    .flex-lg-fill {
      flex: 1 1 auto !important;
    }
    .flex-lg-row {
      flex-direction: row !important;
    }
    .flex-lg-column {
      flex-direction: column !important;
    }
    .flex-lg-row-reverse {
      flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
      flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
      flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
      flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
      flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
      flex-shrink: 1 !important;
    }
    .flex-lg-wrap {
      flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
      flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
      justify-content: flex-start !important;
    }
    .justify-content-lg-end {
      justify-content: flex-end !important;
    }
    .justify-content-lg-center {
      justify-content: center !important;
    }
    .justify-content-lg-between {
      justify-content: space-between !important;
    }
    .justify-content-lg-around {
      justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
      justify-content: space-evenly !important;
    }
    .align-items-lg-start {
      align-items: flex-start !important;
    }
    .align-items-lg-end {
      align-items: flex-end !important;
    }
    .align-items-lg-center {
      align-items: center !important;
    }
    .align-items-lg-baseline {
      align-items: baseline !important;
    }
    .align-items-lg-stretch {
      align-items: stretch !important;
    }
    .align-content-lg-start {
      align-content: flex-start !important;
    }
    .align-content-lg-end {
      align-content: flex-end !important;
    }
    .align-content-lg-center {
      align-content: center !important;
    }
    .align-content-lg-between {
      align-content: space-between !important;
    }
    .align-content-lg-around {
      align-content: space-around !important;
    }
    .align-content-lg-stretch {
      align-content: stretch !important;
    }
    .align-self-lg-auto {
      align-self: auto !important;
    }
    .align-self-lg-start {
      align-self: flex-start !important;
    }
    .align-self-lg-end {
      align-self: flex-end !important;
    }
    .align-self-lg-center {
      align-self: center !important;
    }
    .align-self-lg-baseline {
      align-self: baseline !important;
    }
    .align-self-lg-stretch {
      align-self: stretch !important;
    }
    .order-lg-first {
      order: -1 !important;
    }
    .order-lg-0 {
      order: 0 !important;
    }
    .order-lg-1 {
      order: 1 !important;
    }
    .order-lg-2 {
      order: 2 !important;
    }
    .order-lg-3 {
      order: 3 !important;
    }
    .order-lg-4 {
      order: 4 !important;
    }
    .order-lg-5 {
      order: 5 !important;
    }
    .order-lg-last {
      order: 6 !important;
    }
    .m-lg-0 {
      margin: 0 !important;
    }
    .m-lg-1 {
      margin: 0.25rem !important;
    }
    .m-lg-2 {
      margin: 0.5rem !important;
    }
    .m-lg-3 {
      margin: 1rem !important;
    }
    .m-lg-4 {
      margin: 1.5rem !important;
    }
    .m-lg-5 {
      margin: 3rem !important;
    }
    .m-lg-auto {
      margin: auto !important;
    }
    .mx-lg-0 {
      margin-right: 0 !important;
      margin-left: 0 !important;
    }
    .mx-lg-1 {
      margin-right: 0.25rem !important;
      margin-left: 0.25rem !important;
    }
    .mx-lg-2 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important;
    }
    .mx-lg-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important;
    }
    .mx-lg-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important;
    }
    .mx-lg-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important;
    }
    .mx-lg-auto {
      margin-right: auto !important;
      margin-left: auto !important;
    }
    .my-lg-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }
    .my-lg-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .my-lg-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .my-lg-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .my-lg-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .my-lg-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .my-lg-auto {
      margin-top: auto !important;
      margin-bottom: auto !important;
    }
    .mt-lg-0 {
      margin-top: 0 !important;
    }
    .mt-lg-1 {
      margin-top: 0.25rem !important;
    }
    .mt-lg-2 {
      margin-top: 0.5rem !important;
    }
    .mt-lg-3 {
      margin-top: 1rem !important;
    }
    .mt-lg-4 {
      margin-top: 1.5rem !important;
    }
    .mt-lg-5 {
      margin-top: 3rem !important;
    }
    .mt-lg-auto {
      margin-top: auto !important;
    }
    .me-lg-0 {
      margin-right: 0 !important;
    }
    .me-lg-1 {
      margin-right: 0.25rem !important;
    }
    .me-lg-2 {
      margin-right: 0.5rem !important;
    }
    .me-lg-3 {
      margin-right: 1rem !important;
    }
    .me-lg-4 {
      margin-right: 1.5rem !important;
    }
    .me-lg-5 {
      margin-right: 3rem !important;
    }
    .me-lg-auto {
      margin-right: auto !important;
    }
    .mb-lg-0 {
      margin-bottom: 0 !important;
    }
    .mb-lg-1 {
      margin-bottom: 0.25rem !important;
    }
    .mb-lg-2 {
      margin-bottom: 0.5rem !important;
    }
    .mb-lg-3 {
      margin-bottom: 1rem !important;
    }
    .mb-lg-4 {
      margin-bottom: 1.5rem !important;
    }
    .mb-lg-5 {
      margin-bottom: 3rem !important;
    }
    .mb-lg-auto {
      margin-bottom: auto !important;
    }
    .ms-lg-0 {
      margin-left: 0 !important;
    }
    .ms-lg-1 {
      margin-left: 0.25rem !important;
    }
    .ms-lg-2 {
      margin-left: 0.5rem !important;
    }
    .ms-lg-3 {
      margin-left: 1rem !important;
    }
    .ms-lg-4 {
      margin-left: 1.5rem !important;
    }
    .ms-lg-5 {
      margin-left: 3rem !important;
    }
    .ms-lg-auto {
      margin-left: auto !important;
    }
    .p-lg-0 {
      padding: 0 !important;
    }
    .p-lg-1 {
      padding: 0.25rem !important;
    }
    .p-lg-2 {
      padding: 0.5rem !important;
    }
    .p-lg-3 {
      padding: 1rem !important;
    }
    .p-lg-4 {
      padding: 1.5rem !important;
    }
    .p-lg-5 {
      padding: 3rem !important;
    }
    .px-lg-0 {
      padding-right: 0 !important;
      padding-left: 0 !important;
    }
    .px-lg-1 {
      padding-right: 0.25rem !important;
      padding-left: 0.25rem !important;
    }
    .px-lg-2 {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important;
    }
    .px-lg-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important;
    }
    .px-lg-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important;
    }
    .px-lg-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important;
    }
    .py-lg-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
    .py-lg-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .py-lg-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .py-lg-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .py-lg-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .py-lg-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .pt-lg-0 {
      padding-top: 0 !important;
    }
    .pt-lg-1 {
      padding-top: 0.25rem !important;
    }
    .pt-lg-2 {
      padding-top: 0.5rem !important;
    }
    .pt-lg-3 {
      padding-top: 1rem !important;
    }
    .pt-lg-4 {
      padding-top: 1.5rem !important;
    }
    .pt-lg-5 {
      padding-top: 3rem !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: 3rem !important;
    }
    .pb-lg-0 {
      padding-bottom: 0 !important;
    }
    .pb-lg-1 {
      padding-bottom: 0.25rem !important;
    }
    .pb-lg-2 {
      padding-bottom: 0.5rem !important;
    }
    .pb-lg-3 {
      padding-bottom: 1rem !important;
    }
    .pb-lg-4 {
      padding-bottom: 1.5rem !important;
    }
    .pb-lg-5 {
      padding-bottom: 3rem !important;
    }
    .ps-lg-0 {
      padding-left: 0 !important;
    }
    .ps-lg-1 {
      padding-left: 0.25rem !important;
    }
    .ps-lg-2 {
      padding-left: 0.5rem !important;
    }
    .ps-lg-3 {
      padding-left: 1rem !important;
    }
    .ps-lg-4 {
      padding-left: 1.5rem !important;
    }
    .ps-lg-5 {
      padding-left: 3rem !important;
    }
    .gap-lg-0 {
      gap: 0 !important;
    }
    .gap-lg-1 {
      gap: 0.25rem !important;
    }
    .gap-lg-2 {
      gap: 0.5rem !important;
    }
    .gap-lg-3 {
      gap: 1rem !important;
    }
    .gap-lg-4 {
      gap: 1.5rem !important;
    }
    .gap-lg-5 {
      gap: 3rem !important;
    }
    .row-gap-lg-0 {
      row-gap: 0 !important;
    }
    .row-gap-lg-1 {
      row-gap: 0.25rem !important;
    }
    .row-gap-lg-2 {
      row-gap: 0.5rem !important;
    }
    .row-gap-lg-3 {
      row-gap: 1rem !important;
    }
    .row-gap-lg-4 {
      row-gap: 1.5rem !important;
    }
    .row-gap-lg-5 {
      row-gap: 3rem !important;
    }
    .column-gap-lg-0 {
      -moz-column-gap: 0 !important;
           column-gap: 0 !important;
    }
    .column-gap-lg-1 {
      -moz-column-gap: 0.25rem !important;
           column-gap: 0.25rem !important;
    }
    .column-gap-lg-2 {
      -moz-column-gap: 0.5rem !important;
           column-gap: 0.5rem !important;
    }
    .column-gap-lg-3 {
      -moz-column-gap: 1rem !important;
           column-gap: 1rem !important;
    }
    .column-gap-lg-4 {
      -moz-column-gap: 1.5rem !important;
           column-gap: 1.5rem !important;
    }
    .column-gap-lg-5 {
      -moz-column-gap: 3rem !important;
           column-gap: 3rem !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) {
    .float-xl-start {
      float: left !important;
    }
    .float-xl-end {
      float: right !important;
    }
    .float-xl-none {
      float: none !important;
    }
    .object-fit-xl-contain {
      -o-object-fit: contain !important;
         object-fit: contain !important;
    }
    .object-fit-xl-cover {
      -o-object-fit: cover !important;
         object-fit: cover !important;
    }
    .object-fit-xl-fill {
      -o-object-fit: fill !important;
         object-fit: fill !important;
    }
    .object-fit-xl-scale {
      -o-object-fit: scale-down !important;
         object-fit: scale-down !important;
    }
    .object-fit-xl-none {
      -o-object-fit: none !important;
         object-fit: none !important;
    }
    .d-xl-inline {
      display: inline !important;
    }
    .d-xl-inline-block {
      display: inline-block !important;
    }
    .d-xl-block {
      display: block !important;
    }
    .d-xl-grid {
      display: grid !important;
    }
    .d-xl-inline-grid {
      display: inline-grid !important;
    }
    .d-xl-table {
      display: table !important;
    }
    .d-xl-table-row {
      display: table-row !important;
    }
    .d-xl-table-cell {
      display: table-cell !important;
    }
    .d-xl-flex {
      display: flex !important;
    }
    .d-xl-inline-flex {
      display: inline-flex !important;
    }
    .d-xl-none {
      display: none !important;
    }
    .flex-xl-fill {
      flex: 1 1 auto !important;
    }
    .flex-xl-row {
      flex-direction: row !important;
    }
    .flex-xl-column {
      flex-direction: column !important;
    }
    .flex-xl-row-reverse {
      flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
      flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
      flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
      flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
      flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
      flex-shrink: 1 !important;
    }
    .flex-xl-wrap {
      flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
      flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
      justify-content: flex-start !important;
    }
    .justify-content-xl-end {
      justify-content: flex-end !important;
    }
    .justify-content-xl-center {
      justify-content: center !important;
    }
    .justify-content-xl-between {
      justify-content: space-between !important;
    }
    .justify-content-xl-around {
      justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
      justify-content: space-evenly !important;
    }
    .align-items-xl-start {
      align-items: flex-start !important;
    }
    .align-items-xl-end {
      align-items: flex-end !important;
    }
    .align-items-xl-center {
      align-items: center !important;
    }
    .align-items-xl-baseline {
      align-items: baseline !important;
    }
    .align-items-xl-stretch {
      align-items: stretch !important;
    }
    .align-content-xl-start {
      align-content: flex-start !important;
    }
    .align-content-xl-end {
      align-content: flex-end !important;
    }
    .align-content-xl-center {
      align-content: center !important;
    }
    .align-content-xl-between {
      align-content: space-between !important;
    }
    .align-content-xl-around {
      align-content: space-around !important;
    }
    .align-content-xl-stretch {
      align-content: stretch !important;
    }
    .align-self-xl-auto {
      align-self: auto !important;
    }
    .align-self-xl-start {
      align-self: flex-start !important;
    }
    .align-self-xl-end {
      align-self: flex-end !important;
    }
    .align-self-xl-center {
      align-self: center !important;
    }
    .align-self-xl-baseline {
      align-self: baseline !important;
    }
    .align-self-xl-stretch {
      align-self: stretch !important;
    }
    .order-xl-first {
      order: -1 !important;
    }
    .order-xl-0 {
      order: 0 !important;
    }
    .order-xl-1 {
      order: 1 !important;
    }
    .order-xl-2 {
      order: 2 !important;
    }
    .order-xl-3 {
      order: 3 !important;
    }
    .order-xl-4 {
      order: 4 !important;
    }
    .order-xl-5 {
      order: 5 !important;
    }
    .order-xl-last {
      order: 6 !important;
    }
    .m-xl-0 {
      margin: 0 !important;
    }
    .m-xl-1 {
      margin: 0.25rem !important;
    }
    .m-xl-2 {
      margin: 0.5rem !important;
    }
    .m-xl-3 {
      margin: 1rem !important;
    }
    .m-xl-4 {
      margin: 1.5rem !important;
    }
    .m-xl-5 {
      margin: 3rem !important;
    }
    .m-xl-auto {
      margin: auto !important;
    }
    .mx-xl-0 {
      margin-right: 0 !important;
      margin-left: 0 !important;
    }
    .mx-xl-1 {
      margin-right: 0.25rem !important;
      margin-left: 0.25rem !important;
    }
    .mx-xl-2 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important;
    }
    .mx-xl-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important;
    }
    .mx-xl-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important;
    }
    .mx-xl-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important;
    }
    .mx-xl-auto {
      margin-right: auto !important;
      margin-left: auto !important;
    }
    .my-xl-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }
    .my-xl-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .my-xl-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .my-xl-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .my-xl-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .my-xl-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .my-xl-auto {
      margin-top: auto !important;
      margin-bottom: auto !important;
    }
    .mt-xl-0 {
      margin-top: 0 !important;
    }
    .mt-xl-1 {
      margin-top: 0.25rem !important;
    }
    .mt-xl-2 {
      margin-top: 0.5rem !important;
    }
    .mt-xl-3 {
      margin-top: 1rem !important;
    }
    .mt-xl-4 {
      margin-top: 1.5rem !important;
    }
    .mt-xl-5 {
      margin-top: 3rem !important;
    }
    .mt-xl-auto {
      margin-top: auto !important;
    }
    .me-xl-0 {
      margin-right: 0 !important;
    }
    .me-xl-1 {
      margin-right: 0.25rem !important;
    }
    .me-xl-2 {
      margin-right: 0.5rem !important;
    }
    .me-xl-3 {
      margin-right: 1rem !important;
    }
    .me-xl-4 {
      margin-right: 1.5rem !important;
    }
    .me-xl-5 {
      margin-right: 3rem !important;
    }
    .me-xl-auto {
      margin-right: auto !important;
    }
    .mb-xl-0 {
      margin-bottom: 0 !important;
    }
    .mb-xl-1 {
      margin-bottom: 0.25rem !important;
    }
    .mb-xl-2 {
      margin-bottom: 0.5rem !important;
    }
    .mb-xl-3 {
      margin-bottom: 1rem !important;
    }
    .mb-xl-4 {
      margin-bottom: 1.5rem !important;
    }
    .mb-xl-5 {
      margin-bottom: 3rem !important;
    }
    .mb-xl-auto {
      margin-bottom: auto !important;
    }
    .ms-xl-0 {
      margin-left: 0 !important;
    }
    .ms-xl-1 {
      margin-left: 0.25rem !important;
    }
    .ms-xl-2 {
      margin-left: 0.5rem !important;
    }
    .ms-xl-3 {
      margin-left: 1rem !important;
    }
    .ms-xl-4 {
      margin-left: 1.5rem !important;
    }
    .ms-xl-5 {
      margin-left: 3rem !important;
    }
    .ms-xl-auto {
      margin-left: auto !important;
    }
    .p-xl-0 {
      padding: 0 !important;
    }
    .p-xl-1 {
      padding: 0.25rem !important;
    }
    .p-xl-2 {
      padding: 0.5rem !important;
    }
    .p-xl-3 {
      padding: 1rem !important;
    }
    .p-xl-4 {
      padding: 1.5rem !important;
    }
    .p-xl-5 {
      padding: 3rem !important;
    }
    .px-xl-0 {
      padding-right: 0 !important;
      padding-left: 0 !important;
    }
    .px-xl-1 {
      padding-right: 0.25rem !important;
      padding-left: 0.25rem !important;
    }
    .px-xl-2 {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important;
    }
    .px-xl-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important;
    }
    .px-xl-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important;
    }
    .px-xl-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important;
    }
    .py-xl-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
    .py-xl-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .py-xl-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .py-xl-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .py-xl-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .py-xl-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .pt-xl-0 {
      padding-top: 0 !important;
    }
    .pt-xl-1 {
      padding-top: 0.25rem !important;
    }
    .pt-xl-2 {
      padding-top: 0.5rem !important;
    }
    .pt-xl-3 {
      padding-top: 1rem !important;
    }
    .pt-xl-4 {
      padding-top: 1.5rem !important;
    }
    .pt-xl-5 {
      padding-top: 3rem !important;
    }
    .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: 3rem !important;
    }
    .pb-xl-0 {
      padding-bottom: 0 !important;
    }
    .pb-xl-1 {
      padding-bottom: 0.25rem !important;
    }
    .pb-xl-2 {
      padding-bottom: 0.5rem !important;
    }
    .pb-xl-3 {
      padding-bottom: 1rem !important;
    }
    .pb-xl-4 {
      padding-bottom: 1.5rem !important;
    }
    .pb-xl-5 {
      padding-bottom: 3rem !important;
    }
    .ps-xl-0 {
      padding-left: 0 !important;
    }
    .ps-xl-1 {
      padding-left: 0.25rem !important;
    }
    .ps-xl-2 {
      padding-left: 0.5rem !important;
    }
    .ps-xl-3 {
      padding-left: 1rem !important;
    }
    .ps-xl-4 {
      padding-left: 1.5rem !important;
    }
    .ps-xl-5 {
      padding-left: 3rem !important;
    }
    .gap-xl-0 {
      gap: 0 !important;
    }
    .gap-xl-1 {
      gap: 0.25rem !important;
    }
    .gap-xl-2 {
      gap: 0.5rem !important;
    }
    .gap-xl-3 {
      gap: 1rem !important;
    }
    .gap-xl-4 {
      gap: 1.5rem !important;
    }
    .gap-xl-5 {
      gap: 3rem !important;
    }
    .row-gap-xl-0 {
      row-gap: 0 !important;
    }
    .row-gap-xl-1 {
      row-gap: 0.25rem !important;
    }
    .row-gap-xl-2 {
      row-gap: 0.5rem !important;
    }
    .row-gap-xl-3 {
      row-gap: 1rem !important;
    }
    .row-gap-xl-4 {
      row-gap: 1.5rem !important;
    }
    .row-gap-xl-5 {
      row-gap: 3rem !important;
    }
    .column-gap-xl-0 {
      -moz-column-gap: 0 !important;
           column-gap: 0 !important;
    }
    .column-gap-xl-1 {
      -moz-column-gap: 0.25rem !important;
           column-gap: 0.25rem !important;
    }
    .column-gap-xl-2 {
      -moz-column-gap: 0.5rem !important;
           column-gap: 0.5rem !important;
    }
    .column-gap-xl-3 {
      -moz-column-gap: 1rem !important;
           column-gap: 1rem !important;
    }
    .column-gap-xl-4 {
      -moz-column-gap: 1.5rem !important;
           column-gap: 1.5rem !important;
    }
    .column-gap-xl-5 {
      -moz-column-gap: 3rem !important;
           column-gap: 3rem !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) {
    .float-xxl-start {
      float: left !important;
    }
    .float-xxl-end {
      float: right !important;
    }
    .float-xxl-none {
      float: none !important;
    }
    .object-fit-xxl-contain {
      -o-object-fit: contain !important;
         object-fit: contain !important;
    }
    .object-fit-xxl-cover {
      -o-object-fit: cover !important;
         object-fit: cover !important;
    }
    .object-fit-xxl-fill {
      -o-object-fit: fill !important;
         object-fit: fill !important;
    }
    .object-fit-xxl-scale {
      -o-object-fit: scale-down !important;
         object-fit: scale-down !important;
    }
    .object-fit-xxl-none {
      -o-object-fit: none !important;
         object-fit: none !important;
    }
    .d-xxl-inline {
      display: inline !important;
    }
    .d-xxl-inline-block {
      display: inline-block !important;
    }
    .d-xxl-block {
      display: block !important;
    }
    .d-xxl-grid {
      display: grid !important;
    }
    .d-xxl-inline-grid {
      display: inline-grid !important;
    }
    .d-xxl-table {
      display: table !important;
    }
    .d-xxl-table-row {
      display: table-row !important;
    }
    .d-xxl-table-cell {
      display: table-cell !important;
    }
    .d-xxl-flex {
      display: flex !important;
    }
    .d-xxl-inline-flex {
      display: inline-flex !important;
    }
    .d-xxl-none {
      display: none !important;
    }
    .flex-xxl-fill {
      flex: 1 1 auto !important;
    }
    .flex-xxl-row {
      flex-direction: row !important;
    }
    .flex-xxl-column {
      flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
      flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
      flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
      flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
      flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
      flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
      flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
      flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
      flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
    .justify-content-xxl-start {
      justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
      justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
      justify-content: center !important;
    }
    .justify-content-xxl-between {
      justify-content: space-between !important;
    }
    .justify-content-xxl-around {
      justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
      justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
      align-items: flex-start !important;
    }
    .align-items-xxl-end {
      align-items: flex-end !important;
    }
    .align-items-xxl-center {
      align-items: center !important;
    }
    .align-items-xxl-baseline {
      align-items: baseline !important;
    }
    .align-items-xxl-stretch {
      align-items: stretch !important;
    }
    .align-content-xxl-start {
      align-content: flex-start !important;
    }
    .align-content-xxl-end {
      align-content: flex-end !important;
    }
    .align-content-xxl-center {
      align-content: center !important;
    }
    .align-content-xxl-between {
      align-content: space-between !important;
    }
    .align-content-xxl-around {
      align-content: space-around !important;
    }
    .align-content-xxl-stretch {
      align-content: stretch !important;
    }
    .align-self-xxl-auto {
      align-self: auto !important;
    }
    .align-self-xxl-start {
      align-self: flex-start !important;
    }
    .align-self-xxl-end {
      align-self: flex-end !important;
    }
    .align-self-xxl-center {
      align-self: center !important;
    }
    .align-self-xxl-baseline {
      align-self: baseline !important;
    }
    .align-self-xxl-stretch {
      align-self: stretch !important;
    }
    .order-xxl-first {
      order: -1 !important;
    }
    .order-xxl-0 {
      order: 0 !important;
    }
    .order-xxl-1 {
      order: 1 !important;
    }
    .order-xxl-2 {
      order: 2 !important;
    }
    .order-xxl-3 {
      order: 3 !important;
    }
    .order-xxl-4 {
      order: 4 !important;
    }
    .order-xxl-5 {
      order: 5 !important;
    }
    .order-xxl-last {
      order: 6 !important;
    }
    .m-xxl-0 {
      margin: 0 !important;
    }
    .m-xxl-1 {
      margin: 0.25rem !important;
    }
    .m-xxl-2 {
      margin: 0.5rem !important;
    }
    .m-xxl-3 {
      margin: 1rem !important;
    }
    .m-xxl-4 {
      margin: 1.5rem !important;
    }
    .m-xxl-5 {
      margin: 3rem !important;
    }
    .m-xxl-auto {
      margin: auto !important;
    }
    .mx-xxl-0 {
      margin-right: 0 !important;
      margin-left: 0 !important;
    }
    .mx-xxl-1 {
      margin-right: 0.25rem !important;
      margin-left: 0.25rem !important;
    }
    .mx-xxl-2 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important;
    }
    .mx-xxl-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important;
    }
    .mx-xxl-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important;
    }
    .mx-xxl-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important;
    }
    .mx-xxl-auto {
      margin-right: auto !important;
      margin-left: auto !important;
    }
    .my-xxl-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }
    .my-xxl-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .my-xxl-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .my-xxl-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .my-xxl-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .my-xxl-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .my-xxl-auto {
      margin-top: auto !important;
      margin-bottom: auto !important;
    }
    .mt-xxl-0 {
      margin-top: 0 !important;
    }
    .mt-xxl-1 {
      margin-top: 0.25rem !important;
    }
    .mt-xxl-2 {
      margin-top: 0.5rem !important;
    }
    .mt-xxl-3 {
      margin-top: 1rem !important;
    }
    .mt-xxl-4 {
      margin-top: 1.5rem !important;
    }
    .mt-xxl-5 {
      margin-top: 3rem !important;
    }
    .mt-xxl-auto {
      margin-top: auto !important;
    }
    .me-xxl-0 {
      margin-right: 0 !important;
    }
    .me-xxl-1 {
      margin-right: 0.25rem !important;
    }
    .me-xxl-2 {
      margin-right: 0.5rem !important;
    }
    .me-xxl-3 {
      margin-right: 1rem !important;
    }
    .me-xxl-4 {
      margin-right: 1.5rem !important;
    }
    .me-xxl-5 {
      margin-right: 3rem !important;
    }
    .me-xxl-auto {
      margin-right: auto !important;
    }
    .mb-xxl-0 {
      margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
      margin-bottom: 0.25rem !important;
    }
    .mb-xxl-2 {
      margin-bottom: 0.5rem !important;
    }
    .mb-xxl-3 {
      margin-bottom: 1rem !important;
    }
    .mb-xxl-4 {
      margin-bottom: 1.5rem !important;
    }
    .mb-xxl-5 {
      margin-bottom: 3rem !important;
    }
    .mb-xxl-auto {
      margin-bottom: auto !important;
    }
    .ms-xxl-0 {
      margin-left: 0 !important;
    }
    .ms-xxl-1 {
      margin-left: 0.25rem !important;
    }
    .ms-xxl-2 {
      margin-left: 0.5rem !important;
    }
    .ms-xxl-3 {
      margin-left: 1rem !important;
    }
    .ms-xxl-4 {
      margin-left: 1.5rem !important;
    }
    .ms-xxl-5 {
      margin-left: 3rem !important;
    }
    .ms-xxl-auto {
      margin-left: auto !important;
    }
    .p-xxl-0 {
      padding: 0 !important;
    }
    .p-xxl-1 {
      padding: 0.25rem !important;
    }
    .p-xxl-2 {
      padding: 0.5rem !important;
    }
    .p-xxl-3 {
      padding: 1rem !important;
    }
    .p-xxl-4 {
      padding: 1.5rem !important;
    }
    .p-xxl-5 {
      padding: 3rem !important;
    }
    .px-xxl-0 {
      padding-right: 0 !important;
      padding-left: 0 !important;
    }
    .px-xxl-1 {
      padding-right: 0.25rem !important;
      padding-left: 0.25rem !important;
    }
    .px-xxl-2 {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important;
    }
    .px-xxl-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important;
    }
    .px-xxl-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important;
    }
    .px-xxl-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important;
    }
    .py-xxl-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
    .py-xxl-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .py-xxl-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    .py-xxl-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .py-xxl-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
    .py-xxl-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
    .pt-xxl-0 {
      padding-top: 0 !important;
    }
    .pt-xxl-1 {
      padding-top: 0.25rem !important;
    }
    .pt-xxl-2 {
      padding-top: 0.5rem !important;
    }
    .pt-xxl-3 {
      padding-top: 1rem !important;
    }
    .pt-xxl-4 {
      padding-top: 1.5rem !important;
    }
    .pt-xxl-5 {
      padding-top: 3rem !important;
    }
    .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: 3rem !important;
    }
    .pb-xxl-0 {
      padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
      padding-bottom: 0.25rem !important;
    }
    .pb-xxl-2 {
      padding-bottom: 0.5rem !important;
    }
    .pb-xxl-3 {
      padding-bottom: 1rem !important;
    }
    .pb-xxl-4 {
      padding-bottom: 1.5rem !important;
    }
    .pb-xxl-5 {
      padding-bottom: 3rem !important;
    }
    .ps-xxl-0 {
      padding-left: 0 !important;
    }
    .ps-xxl-1 {
      padding-left: 0.25rem !important;
    }
    .ps-xxl-2 {
      padding-left: 0.5rem !important;
    }
    .ps-xxl-3 {
      padding-left: 1rem !important;
    }
    .ps-xxl-4 {
      padding-left: 1.5rem !important;
    }
    .ps-xxl-5 {
      padding-left: 3rem !important;
    }
    .gap-xxl-0 {
      gap: 0 !important;
    }
    .gap-xxl-1 {
      gap: 0.25rem !important;
    }
    .gap-xxl-2 {
      gap: 0.5rem !important;
    }
    .gap-xxl-3 {
      gap: 1rem !important;
    }
    .gap-xxl-4 {
      gap: 1.5rem !important;
    }
    .gap-xxl-5 {
      gap: 3rem !important;
    }
    .row-gap-xxl-0 {
      row-gap: 0 !important;
    }
    .row-gap-xxl-1 {
      row-gap: 0.25rem !important;
    }
    .row-gap-xxl-2 {
      row-gap: 0.5rem !important;
    }
    .row-gap-xxl-3 {
      row-gap: 1rem !important;
    }
    .row-gap-xxl-4 {
      row-gap: 1.5rem !important;
    }
    .row-gap-xxl-5 {
      row-gap: 3rem !important;
    }
    .column-gap-xxl-0 {
      -moz-column-gap: 0 !important;
           column-gap: 0 !important;
    }
    .column-gap-xxl-1 {
      -moz-column-gap: 0.25rem !important;
           column-gap: 0.25rem !important;
    }
    .column-gap-xxl-2 {
      -moz-column-gap: 0.5rem !important;
           column-gap: 0.5rem !important;
    }
    .column-gap-xxl-3 {
      -moz-column-gap: 1rem !important;
           column-gap: 1rem !important;
    }
    .column-gap-xxl-4 {
      -moz-column-gap: 1.5rem !important;
           column-gap: 1.5rem !important;
    }
    .column-gap-xxl-5 {
      -moz-column-gap: 3rem !important;
           column-gap: 3rem !important;
    }
    .text-xxl-start {
      text-align: left !important;
    }
    .text-xxl-end {
      text-align: right !important;
    }
    .text-xxl-center {
      text-align: center !important;
    }
  }
  @media print {
    .d-print-inline {
      display: inline !important;
    }
    .d-print-inline-block {
      display: inline-block !important;
    }
    .d-print-block {
      display: block !important;
    }
    .d-print-grid {
      display: grid !important;
    }
    .d-print-inline-grid {
      display: inline-grid !important;
    }
    .d-print-table {
      display: table !important;
    }
    .d-print-table-row {
      display: table-row !important;
    }
    .d-print-table-cell {
      display: table-cell !important;
    }
    .d-print-flex {
      display: flex !important;
    }
    .d-print-inline-flex {
      display: inline-flex !important;
    }
    .d-print-none {
      display: none !important;
    }
  }
}
@layer vendors {
  .material-icons, .ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__left-item[data-ps-has-child=true]::after {
    display: inline-block;
    width: 1em;
    height: 1em;
    font-family: "Material Icons", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    /* Support for IE. */
    font-feature-settings: "liga";
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    vertical-align: middle;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizelegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
  }
  /**
   * Swiper 12.0.3
   * Most modern mobile touch slider and framework with hardware accelerated transitions
   * https://swiperjs.com
   *
   * Copyright 2014-2025 Vladimir Kharlampidi
   *
   * Released under the MIT License
   *
   * Released on: October 21, 2025
   */
  :root {
    --swiper-theme-color: #007aff;
    /*
    --swiper-preloader-color: var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function: initial;
    */
  }
  :host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
  }
  .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
    display: block;
  }
  .swiper-vertical > .swiper-wrapper {
    flex-direction: column;
  }
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
  }
  .swiper-android .swiper-slide,
  .swiper-ios .swiper-slide,
  .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
  }
  .swiper-horizontal {
    touch-action: pan-y;
  }
  .swiper-vertical {
    touch-action: pan-x;
  }
  .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
  }
  .swiper-slide-invisible-blank {
    visibility: hidden;
  }
  /* Auto Height */
  .swiper-autoheight,
  .swiper-autoheight .swiper-slide {
    height: auto;
  }
  .swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
  }
  .swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
  }
  /* 3D Effects */
  .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
  }
  .swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
  }
  .swiper-3d {
    perspective: 1200px;
    .swiper-slide,
    .swiper-cube-shadow {
      transform-style: preserve-3d;
    }
  }
  /* CSS Mode */
  .swiper-css-mode {
    > .swiper-wrapper {
      overflow: auto;
      scrollbar-width: none; /* For Firefox */
      -ms-overflow-style: none; /* For Internet Explorer and Edge */
      &::-webkit-scrollbar {
        display: none;
      }
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: start start;
    }
    &.swiper-horizontal {
      > .swiper-wrapper {
        scroll-snap-type: x mandatory;
      }
    }
    &.swiper-vertical {
      > .swiper-wrapper {
        scroll-snap-type: y mandatory;
      }
    }
    &.swiper-free-mode {
      > .swiper-wrapper {
        scroll-snap-type: none;
      }
      > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: none;
      }
    }
    &.swiper-centered {
      > .swiper-wrapper::before {
        content: "";
        flex-shrink: 0;
        order: 9999;
      }
      > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: center center;
        scroll-snap-stop: always;
      }
    }
    &.swiper-centered.swiper-horizontal {
      > .swiper-wrapper > .swiper-slide:first-child {
        margin-inline-start: var(--swiper-centered-offset-before);
      }
      > .swiper-wrapper::before {
        height: 100%;
        min-height: 1px;
        width: var(--swiper-centered-offset-after);
      }
    }
    &.swiper-centered.swiper-vertical {
      > .swiper-wrapper > .swiper-slide:first-child {
        margin-block-start: var(--swiper-centered-offset-before);
      }
      > .swiper-wrapper::before {
        width: 100%;
        min-width: 1px;
        height: var(--swiper-centered-offset-after);
      }
    }
  }
  /* Slide styles start */
  /* 3D Shadows */
  .swiper-3d {
    .swiper-slide-shadow,
    .swiper-slide-shadow-left,
    .swiper-slide-shadow-right,
    .swiper-slide-shadow-top,
    .swiper-slide-shadow-bottom,
    .swiper-slide-shadow,
    .swiper-slide-shadow-left,
    .swiper-slide-shadow-right,
    .swiper-slide-shadow-top,
    .swiper-slide-shadow-bottom {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 10;
    }
    .swiper-slide-shadow {
      background: rgba(0, 0, 0, 0.15);
    }
    .swiper-slide-shadow-left {
      background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }
    .swiper-slide-shadow-right {
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }
    .swiper-slide-shadow-top {
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }
    .swiper-slide-shadow-bottom {
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }
  }
  .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
  }
  .swiper:not(.swiper-watch-progress),
  .swiper-watch-progress .swiper-slide-visible {
    .swiper-lazy-preloader {
      animation: swiper-preloader-spin 1s infinite linear;
    }
  }
  .swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
  }
  .swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
  }
  @keyframes swiper-preloader-spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  /* Slide styles end */
  :root {
    --swiper-navigation-size: 44px;
    /*
    --swiper-navigation-top-offset: 50%;
    --swiper-navigation-sides-offset: 4px;
    --swiper-navigation-color: var(--swiper-theme-color);
    */
  }
  .swiper-button-prev,
  .swiper-button-next {
    position: absolute;
    width: var(--swiper-navigation-size);
    height: var(--swiper-navigation-size);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    &.swiper-button-disabled {
      opacity: 0.35;
      cursor: auto;
      pointer-events: none;
    }
    &.swiper-button-hidden {
      opacity: 0;
      cursor: auto;
      pointer-events: none;
    }
    .swiper-navigation-disabled & {
      display: none !important;
    }
    svg {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      transform-origin: center;
      fill: currentColor;
      pointer-events: none;
    }
  }
  .swiper-button-lock {
    display: none;
  }
  .swiper-button-prev,
  .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  }
  .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-horizontal {
    .swiper-button-prev,
    .swiper-button-next,
    ~ .swiper-button-prev,
    ~ .swiper-button-next {
      top: var(--swiper-navigation-top-offset, 50%);
      margin-top: calc(0px - var(--swiper-navigation-size) / 2);
      margin-left: 0;
    }
    .swiper-button-prev,
    & ~ .swiper-button-prev,
    &.swiper-rtl .swiper-button-next,
    &.swiper-rtl ~ .swiper-button-next {
      left: var(--swiper-navigation-sides-offset, 4px);
      right: auto;
    }
    .swiper-button-next,
    & ~ .swiper-button-next,
    &.swiper-rtl .swiper-button-prev,
    &.swiper-rtl ~ .swiper-button-prev {
      right: var(--swiper-navigation-sides-offset, 4px);
      left: auto;
    }
    .swiper-button-prev,
    & ~ .swiper-button-prev,
    &.swiper-rtl .swiper-button-next,
    &.swiper-rtl ~ .swiper-button-next {
      .swiper-navigation-icon {
        transform: rotate(180deg);
      }
    }
    &.swiper-rtl .swiper-button-prev,
    &.swiper-rtl ~ .swiper-button-prev {
      .swiper-navigation-icon {
        transform: rotate(0deg);
      }
    }
  }
  .swiper-vertical {
    .swiper-button-prev,
    .swiper-button-next,
    ~ .swiper-button-prev,
    ~ .swiper-button-next {
      left: var(--swiper-navigation-top-offset, 50%);
      right: auto;
      margin-left: calc(0px - var(--swiper-navigation-size) / 2);
      margin-top: 0;
    }
    .swiper-button-prev,
    ~ .swiper-button-prev {
      top: var(--swiper-navigation-sides-offset, 4px);
      bottom: auto;
      .swiper-navigation-icon {
        transform: rotate(-90deg);
      }
    }
    .swiper-button-next,
    ~ .swiper-button-next {
      bottom: var(--swiper-navigation-sides-offset, 4px);
      top: auto;
      .swiper-navigation-icon {
        transform: rotate(90deg);
      }
    }
  }
  :root {
    /*
    --swiper-pagination-color: var(--swiper-theme-color);
    --swiper-pagination-left: auto;
    --swiper-pagination-right: 8px;
    --swiper-pagination-bottom: 8px;
    --swiper-pagination-top: auto;
    --swiper-pagination-fraction-color: inherit;
    --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
    --swiper-pagination-progressbar-size: 4px;
    --swiper-pagination-bullet-size: 8px;
    --swiper-pagination-bullet-width: 8px;
    --swiper-pagination-bullet-height: 8px;
    --swiper-pagination-bullet-border-radius: 50%;
    --swiper-pagination-bullet-inactive-color: #000;
    --swiper-pagination-bullet-inactive-opacity: 0.2;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-bullet-vertical-gap: 6px;
    */
  }
  .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    &.swiper-pagination-hidden {
      opacity: 0;
    }
    .swiper-pagination-disabled > &,
    &.swiper-pagination-disabled {
      display: none !important;
    }
  }
  /* Common Styles */
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
  }
  /* Bullets */
  .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
    .swiper-pagination-bullet {
      transform: scale(0.33);
      position: relative;
    }
    .swiper-pagination-bullet-active {
      transform: scale(1);
    }
    .swiper-pagination-bullet-active-main {
      transform: scale(1);
    }
    .swiper-pagination-bullet-active-prev {
      transform: scale(0.66);
    }
    .swiper-pagination-bullet-active-prev-prev {
      transform: scale(0.33);
    }
    .swiper-pagination-bullet-active-next {
      transform: scale(0.66);
    }
    .swiper-pagination-bullet-active-next-next {
      transform: scale(0.33);
    }
  }
  .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
    button& {
      border: none;
      margin: 0;
      padding: 0;
      box-shadow: none;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
    }
    .swiper-pagination-clickable & {
      cursor: pointer;
    }
    &:only-child {
      display: none !important;
    }
  }
  .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
  }
  .swiper-vertical > .swiper-pagination-bullets,
  .swiper-pagination-vertical.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0);
    .swiper-pagination-bullet {
      margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
      display: block;
    }
    &.swiper-pagination-bullets-dynamic {
      top: 50%;
      transform: translateY(-50%);
      width: 8px;
      .swiper-pagination-bullet {
        display: inline-block;
        transition: 200ms transform, 200ms top;
      }
    }
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-horizontal.swiper-pagination-bullets {
    .swiper-pagination-bullet {
      margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
    }
    &.swiper-pagination-bullets-dynamic {
      left: 50%;
      transform: translateX(-50%);
      white-space: nowrap;
      .swiper-pagination-bullet {
        transition: 200ms transform, 200ms left;
      }
    }
  }
  .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
  }
  /* Fraction */
  .swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
  }
  /* Progress */
  .swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute;
    .swiper-pagination-progressbar-fill {
      background: var(--swiper-pagination-color, var(--swiper-theme-color));
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transform: scale(0);
      transform-origin: left top;
    }
    .swiper-rtl & .swiper-pagination-progressbar-fill {
      transform-origin: right top;
    }
    .swiper-horizontal > &,
    &.swiper-pagination-horizontal,
    .swiper-vertical > &.swiper-pagination-progressbar-opposite,
    &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
      width: 100%;
      height: var(--swiper-pagination-progressbar-size, 4px);
      left: 0;
      top: 0;
    }
    .swiper-vertical > &,
    &.swiper-pagination-vertical,
    .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
    &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
      width: var(--swiper-pagination-progressbar-size, 4px);
      height: 100%;
      left: 0;
      top: 0;
    }
  }
  .swiper-pagination-lock {
    display: none;
  }
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(..//fonts/poppins-latin-ext-400.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(..//fonts/poppins-latin-400.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(..//fonts/poppins-latin-ext-500.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(..//fonts/poppins-latin-500.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(..//fonts/poppins-latin-ext-600.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(..//fonts/poppins-latin-600.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(..//fonts/poppins-latin-ext-700.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(..//fonts/poppins-latin-700.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(..//fonts/figtree-latin-ext-400-normal.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(..//fonts/figtree-latin-400-normal.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(..//fonts/figtree-latin-ext-500-normal.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(..//fonts/figtree-latin-500-normal.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(..//fonts/figtree-latin-ext-600-normal.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(..//fonts/figtree-latin-600-normal.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(..//fonts/figtree-latin-ext-700-normal.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(..//fonts/figtree-latin-700-normal.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(..//fonts/MaterialIcons-Regular.woff2) format("woff2"), url(..//fonts/MaterialIcons-Regular.woff) format("woff");
  font-display: swap;
}
:root {
  --text-xs: 12px;
  --text-sm: 14px;
  --text-base: 16px;
  --text-lg: 20px;
  --text-xl: 26px;
  --w-regular: 400;
  --w-semibold: 600;
  --font-heading: "Figtree", sans-serif;
  --font-body: "Poppins", sans-serif;
  --smartsearch-primary: var(--pixel-green)!important;
}

.smartsearch-results-wrap.has-more-below::after {
  display: none !important;
}

@media (min-width: 992px) {
  :root {
    --text-xs: 13px;
    --text-sm: 15px;
    --text-base: 16px;
    --text-lg: 26px;
    --text-xl: 36px;
  }
}
.product-miniature__title {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--pixel-black);
}

.product-miniature__price {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: var(--w-regular);
  color: var(--pixel-green);
}

.product-miniature__regular-price {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: var(--w-regular);
  text-decoration: line-through;
}

.product-miniature__reference,
.product-miniature__availability-label {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: var(--w-regular);
  color: var(--pixel-gray-dark);
}

.product-miniature__discount-badge {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: var(--w-regular);
}

.page-heading,
h1.category-title,
.category-title.h1 {
  font-family: var(--font-heading);
  font-size: var(--text-xl);
  font-weight: var(--w-semibold);
  color: var(--pixel-black);
}

.category-description {
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: var(--w-regular);
  color: var(--pixel-gray-dark);
}

.faceted-filter .facet-title {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: var(--w-semibold);
}

.faceted-filter .facet-label {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: var(--w-regular);
}

.faceted-filter .magnitude {
  font-size: var(--text-xs);
  font-weight: var(--w-regular);
  color: var(--pixel-gray-dark);
}

.breadcrumb-item a,
.breadcrumb-item span {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: var(--w-regular);
  color: var(--pixel-gray-dark);
}

h1.product-name, .product-name.h1 {
  font-family: var(--font-heading);
  font-size: var(--text-xl);
  font-weight: var(--w-semibold);
  color: var(--pixel-black);
}

.current-price {
  font-family: var(--font-body);
  font-size: var(--text-xl);
  font-weight: var(--w-semibold);
  color: var(--pixel-green);
}

.regular-price {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: var(--w-regular);
  text-decoration: line-through;
}

.product-tab a {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: var(--w-regular);
}

.product-description {
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: var(--w-regular);
  color: var(--pixel-gray-dark);
}

.product-features th,
.product-features td {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: var(--w-regular);
}

h1.cart-title, .cart-title.h1 {
  font-family: var(--font-heading);
  font-size: var(--text-xl);
  font-weight: var(--w-semibold);
  color: var(--pixel-black);
}

.cart-item .product-name {
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: var(--w-regular);
  color: var(--pixel-black);
}

.cart-item .price {
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: var(--w-semibold);
  color: var(--pixel-green);
}

.cart-total-value {
  font-family: var(--font-body);
  font-size: var(--text-xl);
  font-weight: var(--w-semibold);
  color: var(--pixel-black);
}

.smartsearch-input {
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: var(--w-regular);
}

.smartsearch-results-header__title {
  font-family: var(--font-heading);
  font-size: var(--text-lg);
  font-weight: var(--w-semibold);
  color: var(--pixel-black);
}

.smartsearch-results-header__count {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: var(--w-regular);
  color: var(--pixel-gray-dark);
}

.smartsearch-item__name {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: var(--w-regular);
  color: var(--pixel-black);
}

.smartsearch-item__price {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: var(--w-regular);
  color: var(--pixel-green);
}

.smartsearch-item__brand,
.smartsearch-item__category {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: var(--w-regular);
  color: var(--pixel-gray-dark);
}

.smartsearch-side-title {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: var(--w-semibold);
  text-transform: uppercase;
  color: var(--pixel-black);
}

.smartsearch-side-link {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: var(--w-regular);
}

.smartsearch-active-filter-chip,
.smartsearch-active-filters-bar__label {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: var(--w-regular);
}

.section-title,
.section-title h2,
.section-title .h2,
h2.products-section-title,
.products-section-title.h2,
h3.products-section-title,
.products-section-title.h3,
.products-section-title.left-block__title,
.products-section-title.right-block__title {
  font-family: var(--font-heading);
  font-size: var(--text-lg);
  font-weight: 500;
}

.pixel-button,
a.btn.btn-primary {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: var(--w-semibold);
}

.blockcart-modal__title {
  font-family: var(--font-heading);
  font-size: var(--text-lg);
  font-weight: var(--w-semibold);
  display: flex;
  align-items: center;
  gap: 10px;
}

.blockcart-modal__name {
  font-family: var(--font-body);
  font-weight: var(--w-regular);
  color: var(--pixel-black);
}

.blockcart-modal__price {
  font-family: var(--font-body);
  font-weight: var(--w-regular);
  color: var(--pixel-green);
}

.pixel-cart-item .pixel-cart-item-name {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 13px;
  line-height: 21px;
  color: var(--pixel-green);
}

#pixel-cart-modal .product-line__title {
  display: block;
  margin: 0 0 0.25rem;
}

.pixel-cart-item .pixel-cart-item-details {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.pixel-cart-item .pixel-cart-item-details .product-miniature__extra-features {
  margin-top: 0;
}

.pixel-cart-item .pixel-cart-item-price {
  font-family: var(--font-body);
  font-weight: var(--w-regular);
  color: var(--pixel-green);
}
.pixel-cart-item .pixel-cart-item-price .pixel-b2b-dual-price {
  align-items: flex-start;
}

.pixel-cart-item-line-total {
  margin-top: 0.25rem;
}

.pixel-cart-panel__title,
.pixel-shopping-cart__title,
#pixel-cart-modal .pixel-cart-modal-title {
  font-family: var(--font-heading);
  font-weight: var(--w-semibold);
}

#pixel-cart-modal .pixel-cart-modal-title svg path {
  fill: var(--pixel-green);
}

.footer-container h3, .footer-container .h3, .footer-container .left-block__title,
.footer-container .right-block__title,
.footer__column-title {
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: var(--w-semibold);
  color: var(--pixel-black);
}

.footer-container a,
.footer-container .block-contact p {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: var(--w-regular);
}

.block-copyright,
.copyright {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: var(--w-regular);
  color: var(--pixel-gray-dark);
}

a.btn.btn-primary,
.custom-upper-button-category,
.pixel-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 40px;
  gap: 8px;
  background: var(--pixel-green);
  background-size: 200% 100%;
  background-position: 0% 0%;
  border-radius: 132px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  color: white;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  overflow: hidden;
  will-change: background-position;
  transform: translateZ(0);
  backface-visibility: hidden;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}
@media (max-width: 767.98px) {
  a.btn.btn-primary,
  .custom-upper-button-category,
  .pixel-button {
    padding: 8px 40px;
  }
}
@media (hover: hover) {
  a.btn.btn-primary:hover,
  .custom-upper-button-category:hover,
  .pixel-button:hover {
    background: var(--pixel-green-light);
    text-decoration: none;
    will-change: auto;
  }
}
.custom-upper-button-category--reverse,
.pixel-button--reverse {
  background: linear-gradient(90deg, #03294C 1.95%, #00FFA0 100.15%);
  background-size: 200% 100%;
  background-position: 0% 0%;
}
@media (hover: hover) {
  .custom-upper-button-category--reverse:hover,
  .pixel-button--reverse:hover {
    background-position: 50% 0%;
    color: white;
    text-decoration: none;
    will-change: auto;
  }
}
a.btn.btn-primary:active,
.custom-upper-button-category:active,
.pixel-button:active {
  transform: translateY(0);
}
a.btn.btn-primary:focus,
.custom-upper-button-category:focus,
.pixel-button:focus {
  outline: 2px solid rgba(0, 255, 160, 0.5);
  outline-offset: 2px;
}
.custom-upper-button-category--small,
.pixel-button--small {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 20px;
  gap: 8px;
  background: var(--pixel-green);
  border-radius: 132px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (hover: hover) {
  .custom-upper-button-category--small:hover,
  .pixel-button--small:hover {
    background: var(--pixel-green-light);
  }
}
.custom-upper-button-category--small--green-outline,
.pixel-button--small--green-outline {
  padding: 6px 20px;
}
.custom-upper-button-category--small.pixel-button--reverse,
.custom-upper-button-category--reverse.pixel-button--small,
.pixel-button--small.pixel-button--reverse,
.pixel-button--reverse.pixel-button--small {
  background: var(--pixel-green-light);
  background-size: 200% 100%;
  background-position: 0% 0%;
}
@media (hover: hover) {
  .custom-upper-button-category--small.pixel-button--reverse:hover,
  .custom-upper-button-category--reverse.pixel-button--small:hover,
  .pixel-button--small.pixel-button--reverse:hover,
  .pixel-button--reverse.pixel-button--small:hover {
    background: var(--pixel-green);
  }
}
.custom-upper-button-category--gray,
.pixel-button--gray {
  background: #F5F5F7;
  color: var(--pixel-black) !important;
  border: 1px solid #F5F5F7;
}
@media (hover: hover) {
  .custom-upper-button-category--gray:hover,
  .pixel-button--gray:hover {
    background: var(--pixel-green);
    border-color: var(--pixel-green);
    color: white !important;
  }
}
.custom-upper-button-category--gray-outline,
.pixel-button--gray-outline {
  background: transparent;
  border: 1px solid var(--pixel-gray-dark);
  color: var(--pixel-gray-dark);
  padding: 8px 20px;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .custom-upper-button-category--gray-outline:hover,
  .pixel-button--gray-outline:hover {
    background: var(--pixel-green);
    border-color: var(--pixel-green);
    color: white;
    text-decoration: none;
  }
}
.custom-upper-button-category--gray2-outline,
.pixel-button--gray2-outline {
  background: transparent;
  border: 1px solid #DFE1E5;
  color: var(--pixel-gray-dark);
  padding: 8px 20px;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .custom-upper-button-category--gray2-outline:hover,
  .pixel-button--gray2-outline:hover {
    background: var(--pixel-green);
    border-color: var(--pixel-green);
    color: white;
    text-decoration: none;
  }
}
.custom-upper-button-category--white,
.pixel-button--white {
  background: white;
  border: 1px solid var(--pixel-gray-dark);
  color: var(--pixel-gray-dark);
  background-position: initial;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .custom-upper-button-category--white:hover,
  .pixel-button--white:hover {
    background: var(--pixel-green);
    border-color: var(--pixel-green);
    color: white;
    background-position: initial;
    text-decoration: none;
  }
}
.custom-upper-button-category--white:focus,
.pixel-button--white:focus {
  outline: 2px solid rgba(2, 129, 111, 0.5);
  outline-offset: 2px;
}
.custom-upper-button-category--white-outline,
.pixel-button--white-outline {
  background: transparent;
  border: 1px solid white;
  color: white;
  padding: 12px 20px;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .custom-upper-button-category--white-outline:hover,
  .pixel-button--white-outline:hover {
    background: white;
    border-color: var(--pixel-green);
    color: var(--pixel-green);
    text-decoration: none;
  }
}
.custom-upper-button-category--green-outline,
.pixel-button--green-outline {
  background: white;
  border: 1px solid var(--pixel-green);
  color: var(--pixel-green);
  padding: 6px 20px;
  transition: 0.3s ease;
  width: 100%;
}
@media (hover: hover) {
  .custom-upper-button-category--green-outline:hover,
  .pixel-button--green-outline:hover {
    background: var(--pixel-green);
    border-color: var(--pixel-green);
    color: white;
    text-decoration: none;
  }
}
a.disabled.btn.btn-primary, a.btn.btn-primary:disabled, a[aria-disabled=true].btn.btn-primary,
.custom-upper-button-category.disabled,
.custom-upper-button-category:disabled,
.custom-upper-button-category[aria-disabled=true],
.pixel-button.disabled,
.pixel-button:disabled,
.pixel-button[aria-disabled=true] {
  pointer-events: none;
  opacity: 0.5;
  background: #F5F5F7;
  border: 1px solid #F5F5F7;
  color: var(--pixel-black) !important;
  cursor: not-allowed;
}
@media (hover: hover) {
  a.disabled.btn.btn-primary:hover, a.btn.btn-primary:disabled:hover, a[aria-disabled=true].btn.btn-primary:hover,
  .custom-upper-button-category.disabled:hover,
  .custom-upper-button-category:disabled:hover,
  .custom-upper-button-category[aria-disabled=true]:hover,
  .pixel-button.disabled:hover,
  .pixel-button:disabled:hover,
  .pixel-button[aria-disabled=true]:hover {
    background: #F5F5F7;
    border-color: #F5F5F7;
    color: var(--pixel-black) !important;
  }
}

.color-dewalt,
.iss--yellow {
  color: #F3B32F;
}

.bg-dewalt,
.isb--yellow {
  background: #F3B32F;
}

.is--additional-info {
  opacity: 0.9;
  font-weight: 300;
  font-size: 0.675rem !important;
  margin-top: 1.75rem;
  color: rgba(255, 255, 255, 0.8);
}

.color-makita,
.iss--blue {
  color: #2DB7DE;
}

.bg-makita,
.isb--blue {
  background: #2DB7DE;
}

@media (max-width: 767.98px) {
  .custom-upper-button-category {
    border: none !important;
    background: transparent;
    padding: 0;
    margin: 0;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: var(--pixel-green) !important;
    border-radius: 0px;
    outline: none !important;
  }
}
@layer ps-base {
  body,
  html {
    min-height: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
  }
  @media screen and (min-width: 768px) {
    body,
    html {
      scroll-padding-top: 150px;
    }
  }
  #product {
    scroll-margin-top: 100px;
  }
  body {
    --bs-primary: var(--pixel-green);
    --bs-btn-border-color: var(--pixel-green);
    --bs-link-color-rgb: var(--pixel-green-rgb);
    font-family: "Poppins";
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: clip;
    background-color: white;
  }
  ol,
  ul {
    padding-left: 0;
    list-style: none;
  }
  a {
    transition: var(--bs-transition-default);
    color: var(--pixel-green);
    border-color: var(--pixel-green);
  }
  a:hover {
    color: var(--pixel-black);
    border-color: var(--pixel-black);
  }
  a.btn.btn-outline-tertiary,
  a.btn.btn-outline-primary {
    border-color: var(--pixel-green);
    border-radius: 25px;
  }
  a.btn.btn-outline-tertiary:hover,
  a.btn.btn-outline-primary:hover {
    color: white;
    border-color: var(--pixel-green);
    background-color: var(--pixel-green);
  }
  main.wrapper {
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    overflow-x: clip;
    overflow-y: visible;
    background-color: var(--pixel-beige-light);
  }
  .page-content {
    padding: 16px 0;
  }
  @media (max-width: 575.98px) {
    .page-content {
      padding: 1rem 0;
    }
  }
  .row {
    --bs-gutter-x:16px;
    --bs-gutter-y:16px;
  }
  .swiper {
    backface-visibility: hidden;
  }
  .swiper .swiper-wrapper {
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
  }
  .swiper .swiper-slide {
    backface-visibility: hidden;
    flex-shrink: 0;
  }
  .hidden {
    display: none;
  }
  .section-title {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: var(--pixel-black);
  }
  @media (max-width: 767.98px) {
    .section-title {
      font-size: 20px;
      line-height: 30px;
    }
  }
  @media (max-width: 575.98px) {
    .section-title {
      font-size: 18px;
      line-height: 28px;
    }
  }
  p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--pixel-gray-dark);
    margin-bottom: 12px;
  }
  .pagination__nav {
    margin: 0 auto;
  }
  ul:not(.swiper-wrapper):not(.pagination) {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  ul:not(.swiper-wrapper):not(.pagination) li {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--pixel-gray-dark);
    margin-bottom: 0px;
  }
  ul:not(.swiper-wrapper):not(.pagination) li::marker {
    color: var(--pixel-green);
  }
  strong {
    font-weight: 600;
    color: var(--pixel-black);
  }
  .ps-newproducts {
    margin-block: 16px 0;
  }
  .loading-div {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  @keyframes ldio {
    0% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  .lbx-product-wrapper {
    min-height: 400px;
    position: relative;
  }
  .loading-spin div {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 10px solid #00f99d;
    border-top-color: transparent;
    border-radius: 50%;
  }
  .loading-spin div {
    animation: ldio 1.6s linear infinite;
    top: 50px;
    left: 50px;
  }
  .loadingio-spinner-rolling {
    width: 100px;
    height: 100px;
    display: inline-block;
    overflow: hidden;
    background: none;
  }
  .loading-spin {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
  }
  .checkout-block .custom-checkbox {
    position: relative;
    display: flex;
    flex-direction: row;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 0;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center !important;
    margin-top: 0rem !important;
    cursor: pointer;
  }
  .checkout-block .custom-checkbox > * {
    cursor: pointer;
  }
  .checkout-block .custom-checkbox span.label,
  .checkout-block .custom-checkbox label {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #656069;
    transition: all 0.3s ease;
  }
  .checkout-block .custom-checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2 !important;
  }
  .checkout-block .custom-checkbox span:not(.label) {
    display: none !important;
  }
  .checkout-block .custom-checkbox:has(input[type=checkbox]):before {
    content: "";
    position: relative;
    width: 24px;
    min-width: 24px;
    min-height: 24px;
    height: 24px;
    border: 2px solid #DFE1E5;
    border-radius: 4px;
    align-self: flex-start;
  }
  .checkout-block .custom-checkbox:has(input[type=checkbox]):after {
    content: url("data:image/svg+xml,%3Csvg width=%278%27 height=%276%27 viewBox=%270 0 8 6%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M6.20351 0.694361L3.00001 3.89768L1.633 2.53067C1.37379 2.27155 0.953524 2.27155 0.694405 2.53067C0.435198 2.78996 0.435198 3.21015 0.694405 3.46935L2.53071 5.30566C2.66027 5.43522 2.83019 5.5 3.00001 5.5C3.16984 5.5 3.33975 5.43522 3.46931 5.30566L7.14201 1.63305C7.40131 1.37384 7.40131 0.953568 7.1421 0.694449C6.88298 0.435243 6.46271 0.435154 6.20351 0.694361Z%27 fill=%27%2302816F%27 stroke=%27%2302816F%27/%3E%3C/svg%3E");
    position: absolute;
    align-self: flex-start;
    top: -2px;
    left: 0;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    color: var(--pixel-green);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  .checkout-block .custom-checkbox:has(input[type=checkbox]):has(input:checked):before {
    border-color: var(--pixel-green);
    background-color: #F3FFF2;
  }
  .checkout-block .custom-checkbox:has(input[type=checkbox]):has(input:checked):after {
    opacity: 1;
  }
  .checkout-block .custom-checkbox:has(input[type=checkbox]):has(input:checked) span.label,
  .checkout-block .custom-checkbox:has(input[type=checkbox]):has(input:checked) label {
    color: var(--pixel-black);
  }
  .checkout-block .custom-checkbox:has(input[type=radio]):before {
    content: "";
    position: relative;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    border: 2px solid #DFE1E5;
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 6px white;
    transition: all 0.3s ease;
  }
  .checkout-block .custom-checkbox:has(input[type=radio]):has(input:checked):before {
    border-color: var(--pixel-green);
    background-color: var(--pixel-green);
  }
  .checkout-block .custom-checkbox:has(input[type=radio]):has(input:checked) span.label,
  .checkout-block .custom-checkbox:has(input[type=radio]):has(input:checked) label {
    color: var(--pixel-black);
  }
  button.pixel-custom-checkbox {
    position: relative;
    display: flex;
    flex-direction: row;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 0;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center !important;
    margin-top: 0rem !important;
    cursor: pointer;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: var(--pixel-gray-dark);
  }
  button.pixel-custom-checkbox:before {
    content: "";
    position: relative;
    width: 24px;
    min-width: 24px;
    min-height: 24px;
    height: 24px;
    border: 2px solid #DFE1E5;
    border-radius: 4px;
    align-self: flex-start;
  }
  button.pixel-custom-checkbox:after {
    content: url("data:image/svg+xml,%3Csvg width=%278%27 height=%276%27 viewBox=%270 0 8 6%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M6.20351 0.694361L3.00001 3.89768L1.633 2.53067C1.37379 2.27155 0.953524 2.27155 0.694405 2.53067C0.435198 2.78996 0.435198 3.21015 0.694405 3.46935L2.53071 5.30566C2.66027 5.43522 2.83019 5.5 3.00001 5.5C3.16984 5.5 3.33975 5.43522 3.46931 5.30566L7.14201 1.63305C7.40131 1.37384 7.40131 0.953568 7.1421 0.694449C6.88298 0.435243 6.46271 0.435154 6.20351 0.694361Z%27 fill=%27%2302816F%27 stroke=%27%2302816F%27/%3E%3C/svg%3E");
    position: absolute;
    align-self: flex-start;
    top: 2px;
    left: 0px;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    color: var(--pixel-green);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  button.pixel-custom-checkbox.active {
    color: var(--pixel-black);
  }
  button.pixel-custom-checkbox.active:before {
    border-color: var(--pixel-green);
    background-color: #F3FFF2;
  }
  button.pixel-custom-checkbox.active:after {
    opacity: 1;
  }
  [data-ps-action=toggle-password],
  [data-link-action=toggle-password-visibility] {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    background-color: var(--pixel-bg);
    border: none;
    height: 100%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 22px;
    color: var(--pixel-gray-dark);
  }
  input[type=text] + [data-link-action=toggle-password-visibility],
  input[type=text] + [data-ps-action=toggle-password] {
    background-color: var(--pixel-green);
    color: white;
  }
  .form-check {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
    padding-left: 0;
  }
  .form-check:before {
    content: "";
    position: relative;
    width: 24px;
    min-width: 24px;
    min-height: 24px;
    height: 24px;
    border: 2px solid #DFE1E5;
    border-radius: 4px;
    align-self: flex-start;
    display: flex;
  }
  .form-check:after {
    content: url("data:image/svg+xml,%3Csvg width=%278%27 height=%276%27 viewBox=%270 0 8 6%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M6.20351 0.694361L3.00001 3.89768L1.633 2.53067C1.37379 2.27155 0.953524 2.27155 0.694405 2.53067C0.435198 2.78996 0.435198 3.21015 0.694405 3.46935L2.53071 5.30566C2.66027 5.43522 2.83019 5.5 3.00001 5.5C3.16984 5.5 3.33975 5.43522 3.46931 5.30566L7.14201 1.63305C7.40131 1.37384 7.40131 0.953568 7.1421 0.694449C6.88298 0.435243 6.46271 0.435154 6.20351 0.694361Z%27 fill=%27%2302816F%27 stroke=%27%2302816F%27/%3E%3C/svg%3E");
    position: absolute;
    align-self: flex-start;
    top: -2px;
    left: 0;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    color: var(--pixel-green);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  .form-check input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
  }
  .form-check-label {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 155%;
    color: #656069;
  }
  .form-check:has(input[type=checkbox]):has(input:checked):before {
    border-color: var(--pixel-green);
    background-color: #F3FFF2;
  }
  .form-check:has(input:checked):after {
    opacity: 1;
  }
  .form-label {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    opacity: 1;
    color: #262221;
    margin-bottom: 0.25rem;
  }
  .form-select,
  .form-control:not(#quantity_wanted):not([name=product-quantity-spin]):not([name=search_query]):not(.search_query) {
    margin-bottom: 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 15px;
    gap: 8px;
    border: 1px solid #DFE1E5;
    border-radius: 8px;
    min-height: 60px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: var(--pixel-black);
  }
  .form-select::-moz-placeholder, .form-control:not(#quantity_wanted):not([name=product-quantity-spin]):not([name=search_query]):not(.search_query)::-moz-placeholder {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #656069;
  }
  .form-select::placeholder,
  .form-control:not(#quantity_wanted):not([name=product-quantity-spin]):not([name=search_query]):not(.search_query)::placeholder {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #656069;
  }
  @media (min-width: 1400px) and (max-width: 1439px) {
    .container {
      min-width: 1400px !important;
    }
  }
  @media (min-width: 1440px) {
    .container {
      min-width: 1440px !important;
    }
  }
  @media (max-width: 575.98px) {
    .container {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }
  #product .product__description .container {
    min-width: unset !important;
    padding: 0px !important;
  }
  @media (max-width: 575.98px) {
    .center-column .ps-featuredproducts,
    .center-column .pixel-manufacturers .featured-products,
    .center-column .ps-bestsellers {
      margin-left: -0.75rem;
      margin-right: -0.75rem;
    }
    .center-column .ph_blogrecentposts__wrapper {
      margin-left: -0.75rem !important;
      margin-right: -0.75rem !important;
    }
    .center-column .ps-customtext .container {
      background-color: white;
      padding-right: 0px;
    }
  }
  .modal-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .modal-title {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
    color: var(--pixel-black);
    margin-block-start: 0px;
    margin-bottom: 0px;
  }
  .page-pixel-section {
    padding: 2rem;
    background: white;
    border-radius: var(--pixel-border-radius);
  }
  .page-pixel-section.small {
    max-width: 900px;
    margin: 0 auto;
  }
  @media (max-width: 767.98px) {
    .page-pixel-section {
      padding: 1rem;
    }
  }
  @media (max-width: 575.98px) {
    .page-pixel-section {
      margin: 0 -0.625rem;
    }
  }
  .alert ul:not(.swiper-wrapper):not(.pagination) {
    gap: 0px;
  }
  .alert ul:not(.swiper-wrapper):not(.pagination) li {
    color: inherit !important;
    font-size: 14px;
    line-height: 22px;
  }
  @media (max-width: 767.98px) {
    .alert ul:not(.swiper-wrapper):not(.pagination) li {
      font-size: 13px;
      line-height: 18px;
    }
  }
  #leaselinkSlideButton1 {
    right: -100% !important;
  }
  .af-deferred-filters-note {
    display: none !important;
  }
  @view-transition {
    navigation: auto;
  }
}
@layer utilities {
  @media (min-width: 1400px) {
    .container {
      min-width: 1440px;
    }
  }
  @media (min-width: 576px) {
    .container--limited-sm {
      max-width: 540px;
    }
    .w-sm-auto {
      width: auto !important;
    }
    .w-sm-100 {
      width: 100% !important;
    }
  }
  @media (min-width: 768px) {
    .container--limited-md {
      max-width: 720px;
    }
    .w-md-auto {
      width: auto !important;
    }
    .w-md-100 {
      width: 100% !important;
    }
  }
  @media (min-width: 992px) {
    .container--limited-lg {
      max-width: 960px;
    }
    .w-lg-auto {
      width: auto !important;
    }
    .w-lg-100 {
      width: 100% !important;
    }
  }
  @media (min-width: 1200px) {
    .container--limited-xl {
      max-width: 1140px;
    }
    .w-xl-auto {
      width: auto !important;
    }
    .w-xl-100 {
      width: 100% !important;
    }
  }
  @media (min-width: 1400px) {
    .container--limited-xxl {
      max-width: 1420px;
    }
    .w-xxl-auto {
      width: auto !important;
    }
    .w-xxl-100 {
      width: 100% !important;
    }
  }
  .text-danger-on-dark {
    color: #ff4657;
  }
}
@layer ps-components {
  .buttons-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 0.5rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .buttons-wrapper .btn {
    width: 100%;
  }
  .buttons-wrapper--invert-mobile {
    flex-direction: column-reverse;
  }
  .buttons-wrapper--no-fw-mobile {
    flex-direction: row;
  }
  .buttons-wrapper--no-fw-mobile.buttons-wrapper--split {
    justify-content: space-between;
  }
  .buttons-wrapper--no-fw-mobile .btn {
    width: auto;
  }
  @media (min-width: 768px) {
    .buttons-wrapper {
      display: flex;
      flex-direction: row;
    }
    .buttons-wrapper--end {
      justify-content: flex-end;
    }
    .buttons-wrapper--split {
      justify-content: space-between;
    }
    .buttons-wrapper--invert-mobile {
      flex-direction: inherit;
    }
    .buttons-wrapper .btn {
      width: auto;
    }
  }
  .currency-selector {
    display: flex;
    align-items: center;
  }
  .currency-selector > span {
    margin-right: 0.5rem;
  }
  @media (max-width: 767.98px) {
    .currency-selector__wrapper {
      margin-bottom: 1rem;
    }
  }
  /* stylelint-disable */
  #_mobile_currency_selector:empty {
    display: none;
  }
  /* stylelint-enable */
  .left-block,
  .right-block {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--bs-border-color);
  }
  .left-block__title-link,
  .right-block__title-link {
    color: var(--bs-body-color);
  }
  .left-block__title-link:hover,
  .right-block__title-link:hover {
    color: var(--bs-link-hover-color);
  }
  .left-block__content--list,
  .right-block__content--list {
    margin-bottom: 0;
  }
  .left-block__link,
  .right-block__link {
    display: block;
    padding: 0.25rem 0;
    font-weight: 600;
    color: var(--bs-body-color);
  }
  .left-block__link:hover,
  .right-block__link:hover {
    color: var(--bs-link-hover-color);
  }
  /**
   * Przełącznik języka.
   *
   * Własny dropdown, nie <select> - natywna kontrolka renderuje się inaczej na
   * każdym systemie (strzałka, wysokość, czcionka listy) i nie da się jej
   * ujednolicić. Tu wszystko jest naszym markupem, więc na macOS, Windowsie,
   * iOS-ie i Androidzie wygląda tak samo.
   */
  .language-selector {
    position: relative;
    /* flaga w stałym prostokącie 3:2 - niezależnie od proporcji źródła */
    /**
     * Bez JS lista rozwija się z fokusu, żeby przełącznik nadal działał.
     * Warunek na data-atrybut jest konieczny: po inicjalizacji JS fokus zostaje
     * na przycisku, więc bez tego kliknięcie nie zamykałoby listy.
     */
  }
  .language-selector__sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
  }
  .language-selector__toggle {
    display: inline-flex;
    gap: 0.375rem;
    align-items: center;
    height: 2.25rem;
    padding: 0 0.625rem;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1;
    color: var(--pixel-black, #262221);
    cursor: pointer;
    background: #fff;
    border: 1px solid var(--pixel-gray, #d7d7d7);
    border-radius: var(--pixel-border-radius-small, 5px);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
  }
  .language-selector__toggle:hover {
    border-color: var(--pixel-green, #144b2b);
  }
  .language-selector__toggle:focus-visible {
    outline: 2px solid var(--pixel-green, #144b2b);
    outline-offset: 2px;
  }
  .language-selector__toggle[aria-expanded=true] {
    border-color: var(--pixel-green, #144b2b);
  }
  .language-selector__flag {
    display: block;
    flex: 0 0 auto;
    width: 1.375rem;
    height: 0.9375rem;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
  }
  .language-selector__flag-svg, .language-selector__flag-img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .language-selector__code {
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.04em;
  }
  .language-selector__caret {
    width: 0.375rem;
    height: 0.375rem;
    margin-left: 0.0625rem;
    border-right: 1.5px solid currentcolor;
    border-bottom: 1.5px solid currentcolor;
    transition: transform 0.15s ease;
    transform: rotate(45deg) translateY(-0.0625rem);
  }
  .language-selector__toggle[aria-expanded=true] .language-selector__caret {
    transform: rotate(-135deg) translateY(-0.125rem);
  }
  .language-selector__list {
    position: absolute;
    top: calc(100% + 0.375rem);
    right: 0;
    z-index: 1040;
    min-width: 11rem;
    padding: 0.25rem;
    margin: 0;
    list-style: none;
    background: #fff;
    border: 1px solid var(--pixel-gray, #d7d7d7);
    border-radius: var(--pixel-border-radius-small, 5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  }
  .language-selector__list[hidden] {
    display: none;
  }
  .language-selector__item + .language-selector__item {
    margin-top: 0.125rem;
  }
  .language-selector__link {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    padding: 0.4375rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.2;
    color: var(--pixel-black, #262221);
    text-decoration: none;
    border-radius: 4px;
  }
  .language-selector__link:hover, .language-selector__link:focus-visible {
    color: var(--pixel-black, #262221);
    background: var(--pixel-beige-light, #faf9f4);
  }
  .language-selector__link:focus-visible {
    outline: 2px solid var(--pixel-green, #144b2b);
    outline-offset: -2px;
  }
  .language-selector__link.is-current {
    font-weight: 600;
    color: var(--pixel-green, #144b2b);
  }
  .language-selector__name {
    white-space: nowrap;
  }
  .language-selector:not([data-pixel-language-ready]):focus-within .language-selector__list[hidden] {
    display: block;
  }
  @media (max-width: 767.98px) {
    .language-selector__list {
      right: auto;
      left: 0;
    }
  }
  @media (max-width: 767.98px) {
    .language-selector__wrapper {
      margin-bottom: 1rem;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .language-selector__toggle,
    .language-selector__caret {
      transition: none;
    }
  }
  .section-title {
    margin-block-end: 1.25rem;
  }
  .category-tree__child {
    padding: 0;
    border: none;
  }
  .category-tree__list {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
  }
  .category-tree__list[data-depth="0"] > .category-tree__item > .category-tree__item-header .category-tree__item-link {
    font-weight: 600;
  }
  .category-tree__list[data-depth="1"] {
    padding-left: 0.5rem;
  }
  .category-tree__list[data-depth="2"] {
    padding-left: 0.5rem;
  }
  .category-tree__list[data-depth="3"] {
    padding-left: 0.5rem;
  }
  .category-tree__list[data-depth="4"] {
    padding-left: 0.5rem;
  }
  .category-tree__title-link {
    color: var(--bs-body-color);
  }
  .category-tree__item {
    transition: var(--bs-transition-default);
  }
  .category-tree__item.active > .category-tree__item-header.parent .category-tree__item-link {
    color: var(--bs-link-hover-color);
  }
  .category-tree__item-link {
    color: var(--bs-body-color);
  }
  .category-tree__item-link:hover {
    color: var(--bs-link-hover-color);
  }
  .category-tree__item-header {
    display: flex;
    padding: 0.25rem 0;
  }
  .category-tree__item-header.split .accordion-button {
    padding-inline-end: 0;
    margin: -0.25rem 0 -0.25rem auto;
    background-color: transparent;
  }
  .category-tree__item-header .category-tree__item-link {
    flex-grow: 1;
  }
  .accordion--category {
    margin-bottom: 0;
  }
  .accordion--category .accordion-item {
    border: none;
  }
  .accordion--category .accordion-body {
    padding: 0.5rem 0 0;
    margin: 0;
  }
  .accordion--category .accordion-button {
    width: auto;
    padding: 0.25rem 0.5rem;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
  }
  .order-confirmation__details-list {
    margin-block-end: 0;
  }
  .order-confirmation__products {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .order-confirmation__carrier-info {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    justify-content: space-between;
    margin-block-start: 2rem;
  }
  .order-confirmation__carrier-info:first-child {
    margin-block-start: 0;
  }
  .order-confirmation__carrier-info:last-child {
    margin-block-end: 2rem;
  }
  .order-confirmation__carrier-info-delay {
    margin-block-end: 0;
  }
  .order-confirmation__virtual-info {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    justify-content: space-between;
    margin-block-start: 2rem;
  }
  .order-confirmation__virtual-info-value {
    margin-block-end: 0;
  }
  .order-confirmation__product {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
  }
  .order-confirmation__product:has(.product-customization-modal__content) .product-customization-modal__content {
    margin-block: 0.5rem;
  }
  .order-confirmation__product-image {
    position: relative;
    flex-shrink: 0;
  }
  .order-confirmation__product-img {
    width: 5rem;
    height: 5rem;
    border-radius: var(--bs-border-radius);
  }
  .order-confirmation__product-quantity {
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
    padding: 0.125rem 0.375rem;
    margin: 0;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25;
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius-pill);
  }
  .order-confirmation__product-details {
    flex-grow: 1;
  }
  .order-confirmation__product-title, .order-confirmation__product-link {
    margin-block-end: 0;
    font-weight: 600;
  }
  .order-confirmation__product-attribute {
    font-size: 0.875rem;
    color: var(--bs-secondary-color);
  }
  .order-confirmation__product-reference {
    margin-block-end: 0;
    font-size: 0.875rem;
    color: var(--bs-secondary-color);
  }
  .order-confirmation__product-prices {
    flex-shrink: 0;
  }
  .order-confirmation__product-price {
    display: none;
    font-size: 1rem;
    font-weight: 600;
  }
  .order-confirmation__product-price-unit {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--bs-tertiary-color);
  }
  .order-confirmation__product-total {
    font-size: 1rem;
    font-weight: 600;
  }
  .order-confirmation__line {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: space-between;
    padding: 0.25rem 0;
  }
  .order-confirmation__line-label {
    font-weight: 400;
  }
  .order-confirmation__line-value {
    font-weight: 600;
  }
  .order-confirmation__line--bold .order-confirmation__line-label {
    font-weight: 600;
  }
  @media (min-width: 768px) {
    .order-confirmation__product-img {
      width: 8rem;
      height: 8rem;
    }
    .order-confirmation__product-content {
      display: flex;
      flex-grow: 1;
      gap: 1rem;
      align-items: flex-start;
    }
    .order-confirmation__product-prices {
      text-align: right;
    }
    .order-confirmation__product-price {
      display: block;
    }
  }
  .brand {
    position: relative;
    padding: 1rem;
    text-align: center;
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: var(--bs-transition-default);
  }
  .brand:hover {
    border-color: var(--bs-link-hover-color);
  }
  .brand__list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
  }
  .brand__image {
    margin-block-end: 0.5rem;
  }
  .brand__title {
    display: block;
    margin-block-end: 0.5rem;
  }
  .brand__description {
    margin-block-end: 0.5rem;
    font-size: 0.75rem;
    line-height: 1.2;
    color: var(--bs-secondary-color);
  }
  .brand__description p {
    margin-block-end: 0;
  }
  .brand__products {
    margin-block-end: 0;
    font-size: 0.85rem;
    color: var(--bs-secondary-color);
  }
  @media (min-width: 576px) {
    .brand__list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (min-width: 992px) {
    .brand__list {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  @media (min-width: 1400px) {
    .brand__list {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .store {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 0;
    padding: 0;
    overflow: hidden;
    background: var(--bs-white);
    border-radius: var(--pixel-border-radius);
    box-shadow: 0 10px 28px rgba(38, 34, 33, 0.05);
  }
  .store__list {
    display: grid;
    gap: 1.25rem;
  }
  .store__image {
    min-width: 0;
    background: var(--pixel-gray-light);
  }
  .store__image-link {
    display: block;
    height: 100%;
  }
  .store__img {
    width: 100%;
    height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .store__informations {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    min-width: 0;
    padding: 1.25rem;
  }
  .store__name {
    margin-block-end: 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.25;
    color: var(--pixel-black);
  }
  .store__name-link {
    color: inherit;
    text-decoration: none;
  }
  .store__name-link:hover {
    color: var(--bs-primary);
  }
  .store__meta {
    display: grid;
    gap: 0.225rem;
  }
  .store__meta-item {
    padding: 0.5rem 1rem;
    color: var(--pixel-gray-dark);
    border-radius: var(--pixel-border-radius);
  }
  .store__meta-item > i {
    flex: 0 0 auto;
    width: 2.25rem;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--pixel-green-dark);
    font-size: 1rem;
    line-height: 1.55;
    margin-top: 0.05rem;
  }
  .store__address-link {
    display: grid;
    grid-template-columns: 2.25rem minmax(0, 1fr);
    gap: 0.75rem;
    align-items: flex-start;
    color: inherit;
    text-decoration: none;
  }
  .store__address-link:hover {
    color: var(--pixel-green-dark);
  }
  .store__address {
    margin: 0;
    line-height: 1.55;
  }
  .store__hours {
    padding: 0.875rem 1rem;
    background: var(--pixel-beige-light);
    border-radius: var(--pixel-border-radius);
    margin-top: auto;
  }
  .store__section-title {
    display: grid;
    grid-template-columns: 2.25rem minmax(0, 1fr);
    gap: 0.75rem;
    align-items: center;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--pixel-black);
  }
  .store__section-title i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    color: var(--pixel-green-dark);
    font-size: 1.1rem;
  }
  .store__opening-times {
    display: grid;
    gap: 0.125rem;
    padding: 0;
    margin: 0 0 0 3rem;
    list-style: none;
  }
  .store__opening-time {
    display: grid;
    grid-template-columns: minmax(6.5rem, 0.9fr) minmax(0, 1fr);
    gap: 0.75rem;
    align-items: baseline;
    font-size: 0.875rem;
  }
  .store__opening-day {
    font-weight: 400;
    color: var(--pixel-black);
  }
  .store__opening-hours {
    color: var(--pixel-gray-dark);
    text-align: right;
  }
  .store__note {
    padding: 0.875rem 1rem;
    margin: 0;
    color: var(--bs-tertiary-color);
    background: var(--pixel-beige-light);
    border-radius: var(--pixel-border-radius);
  }
  .store__contacts {
    display: grid;
    gap: 0.5rem;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .store__contact {
    display: grid;
    grid-template-columns: 2.25rem minmax(0, 1fr);
    gap: 0.75rem;
    align-items: center;
    padding: 0.5rem 1rem;
    line-height: 1.2;
    color: var(--pixel-green-dark);
    border-radius: var(--pixel-border-radius);
  }
  .store__contact a {
    color: inherit;
    text-decoration: none;
  }
  .store__contact a:hover {
    color: var(--pixel-green);
  }
  .store__contact i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    font-size: 1rem;
  }
  .store__contact--email {
    word-break: break-all;
  }
  .store__details-link {
    justify-content: center;
    align-self: stretch;
    display: inline-flex;
    gap: 0.35rem;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  .store__details-link i {
    font-size: 1.1rem;
  }
  .store__map {
    overflow: hidden;
    border-radius: var(--pixel-border-radius);
  }
  .store__map iframe {
    display: block;
    width: 100%;
    max-width: 100%;
    border: 0;
  }
  @media (min-width: 576px) {
    .store__list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (min-width: 992px) {
    .store__img {
      height: 300px;
    }
  }
  .store-cms-page__figure img {
    width: 100%;
  }
  #module-pixel_stores-page .page-content {
    max-width: 1120px;
    margin: 0 auto;
  }
  #module-pixel_stores-page .page-title-section {
    text-align: center;
    font-weight: 600;
    font-size: 44px;
    line-height: 1.2;
    color: var(--pixel-black);
  }
  #module-pixel_stores-page .store-cms-page > h2:nth-of-type(1), #module-pixel_stores-page .store-cms-page > .h2:nth-of-type(1) {
    text-align: center;
  }
  #module-pixel_stores-page .store-cms-page img {
    cursor: zoom-in;
  }
  #module-pixel_stores-page .store-cms-page__gallery,
  #module-pixel_stores-page .store-cms-page__figure {
    max-width: 700px;
    margin: 0 auto;
  }
  #module-pixel_stores-page .store-cms-page__section {
    margin-top: 3rem;
  }
  #module-pixel_stores-page .store-cms-page__section h3, #module-pixel_stores-page .store-cms-page__section .h3, #module-pixel_stores-page .store-cms-page__section .left-block__title,
  #module-pixel_stores-page .store-cms-page__section .right-block__title {
    font-size: 28px;
    line-height: 1.2;
    color: var(--pixel-black);
  }
  .cms-image-lightbox__body {
    padding: 0.5rem;
  }
  .cms-image-lightbox__carousel {
    position: relative;
    overflow: hidden;
    background: var(--bs-white);
    border-radius: var(--bs-border-radius-sm);
  }
  .cms-image-lightbox__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
  }
  .cms-image-lightbox__control-icon {
    box-shadow: var(--bs-box-shadow-md);
  }
  .cms-image-lightbox__img {
    width: auto;
    max-width: 100%;
    max-height: 80vh;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transition: transform 0.05s ease-out;
  }
  .cms-image-lightbox__control-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    color: var(--pixel-black);
    background: var(--bs-white);
    border-radius: 50%;
  }
  .cms-image-lightbox__zoom-toolbar {
    position: relative;
    z-index: 3;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    width: 100%;
    padding: 0.75rem 0 0;
  }
  .cms-image-lightbox__zoom-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    background: var(--bs-white);
    box-shadow: var(--bs-box-shadow-sm);
  }
  .sitemap__list--nested {
    padding-left: 1rem;
    margin-bottom: 0.25rem;
    border-left: 0.125rem solid var(--bs-primary-border-subtle);
  }
  .sitemap__list--nested > .sitemap__item > .sitemap__link {
    position: relative;
  }
  .sitemap__list--nested > .sitemap__item > .sitemap__link::before {
    position: absolute;
    top: 50%;
    left: -1rem;
    display: block;
    width: 0.5rem;
    height: 0.125rem;
    content: "";
    background-color: var(--bs-primary-border-subtle);
    transform: translate(0, -50%);
  }
  .sitemap__link {
    color: var(--bs-body-color);
  }
  .sitemap__link:hover {
    color: var(--bs-link-hover-color);
  }
  .grid-table {
    margin-block-end: 1rem;
  }
  .grid-table__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .grid-table__header {
    display: none;
  }
  .grid-table__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem 1rem;
    padding: 1rem;
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
  }
  .grid-table__cell {
    display: grid;
    grid-template-columns: 1fr 60%;
    gap: 1rem;
    line-height: 1.5;
  }
  .grid-table__cell::before {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--bs-secondary-color);
    content: attr(data-ps-label)/" ";
  }
  .grid-table__cell-group {
    display: grid;
    gap: 0.5rem;
  }
  .grid-table__cell-group--sm {
    gap: 0.25rem;
  }
  .grid-table__cell-group--inline {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
  }
  .grid-table__cell--bold {
    font-weight: 600;
  }
  @media (max-width: 767.98px) {
    .grid-table--collapse .grid-table__inner {
      gap: 0;
    }
    .grid-table--collapse .grid-table__inner .grid-table__row {
      margin-block-start: -0.0625rem;
      border-radius: 0;
    }
    .grid-table--collapse .grid-table__inner .grid-table__row:last-child {
      border-bottom-right-radius: var(--bs-border-radius);
      border-bottom-left-radius: var(--bs-border-radius);
    }
    .grid-table--collapse .grid-table__inner .grid-table__header + .grid-table__row {
      border-top-left-radius: var(--bs-border-radius);
      border-top-right-radius: var(--bs-border-radius);
    }
  }
  @media (min-width: 768px) {
    .grid-table__inner {
      display: grid;
      gap: 0 1rem;
    }
    .grid-table__inner--2 {
      grid-template-columns: repeat(2, minmax(0, auto));
    }
    .grid-table__inner--3 {
      grid-template-columns: repeat(3, minmax(0, auto));
    }
    .grid-table__inner--4 {
      grid-template-columns: repeat(4, minmax(0, auto));
    }
    .grid-table__inner--5 {
      grid-template-columns: repeat(5, minmax(0, auto));
    }
    .grid-table__inner--6 {
      grid-template-columns: repeat(6, minmax(0, auto));
    }
    .grid-table__inner--7 {
      grid-template-columns: repeat(7, minmax(0, auto));
    }
    .grid-table__inner--8 {
      grid-template-columns: repeat(8, minmax(0, auto));
    }
    .grid-table__inner--9 {
      grid-template-columns: repeat(9, minmax(0, auto));
    }
    .grid-table__header {
      display: grid;
      grid-template-columns: subgrid;
      grid-column: 1/-1;
      grid-auto-columns: minmax(0, auto);
      padding-block: 0.5rem;
      font-weight: 600;
      border-block-end: 1px solid var(--bs-border-color);
    }
    .grid-table__row {
      display: grid;
      grid-template-columns: subgrid;
      grid-column: 1/-1;
      padding-block: 0.5rem;
      padding-inline: 0;
      border: none;
      border-block-end: 1px solid var(--bs-border-color);
      border-radius: 0;
    }
    .grid-table__row:last-child {
      border-block-end: none;
    }
    .grid-table__row:has(.grid-table__cell--label-value) {
      padding-block: 0.25rem;
      border-block: none;
    }
    .grid-table__cell {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0;
      align-items: center;
      justify-self: start;
    }
    .grid-table__cell::before {
      display: none;
    }
    .grid-table__cell--center {
      justify-self: center;
    }
    .grid-table__cell--right {
      justify-self: end;
    }
    .grid-table__cell--label-value {
      grid-template-columns: 1fr 20%;
      grid-column: 1/-1;
      gap: 0.5rem;
      justify-self: end;
      width: 100%;
      text-align: right;
    }
    .grid-table__cell--label-value::before {
      display: block;
      font-size: 1rem;
      font-weight: 600;
      color: var(--bs-body-color);
      content: attr(data-ps-label)/" ";
    }
  }
  .mailalerts-account-line {
    padding: 1rem;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius-xl);
  }
  .mailalerts-account-line__product {
    min-height: 54px;
  }
  .mailalerts-account-line__product__name {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--bs-body-color);
  }
  .mailalerts-account-line__product__attributes {
    font-size: 0.75rem;
    color: var(--bs-body-color);
  }
  .mailalerts-account-line__remove {
    position: absolute;
    top: 0;
    right: 0;
    color: var(--bs-black);
  }
  .header-block {
    /* When active, on desktop everything is primary */
  }
  .header-block__action-btn {
    position: relative;
    display: inline-flex;
    gap: 0.25rem;
    align-items: center;
    padding: 0.375rem;
    color: var(--bs-body-color);
    border-radius: var(--bs-border-radius-sm);
  }
  .header-block__action-btn:after {
    display: none;
  }
  .header-block__action-btn[href]:hover, .header-block__action-btn[href]:focus {
    color: var(--bs-link-hover-color);
  }
  .header-block__action-btn:not([href]) {
    cursor: default;
  }
  @media (min-width: 768px) {
    .header-block__action-btn {
      padding: 0.5rem 0.75rem;
    }
  }
  .header-block__icon {
    font-size: 1.25rem;
  }
  .header-block__badge {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1rem;
    height: 1rem;
    padding: 0 0.25rem;
    font-size: 0.625rem;
    font-weight: 600;
    line-height: 1;
    color: var(--bs-light);
    text-align: center;
    background: var(--bs-primary);
    border-radius: 50rem;
  }
  @media (min-width: 768px) {
    .header-block__badge {
      position: static;
      min-width: 1.5rem;
      height: 1.5rem;
      font-size: 1rem;
      color: inherit;
      background: var(--bs-tertiary-bg);
    }
  }
  @media (min-width: 768px) {
    .header-block--active .header-block, .header-block--active .header-block__icon {
      color: var(--bs-primary);
    }
  }
  @media (min-width: 768px) {
    [data-bs-theme=dark] .header-block--active .header-block, [data-bs-theme=dark] .header-block--active .header-block__icon {
      color: var(--bs-link-hover-color);
    }
  }
  body.is-scrolling .header-top__icon-block button .header-block__title,
  body.is-scrolling .header-top__icon-block a .header-block__title {
    line-height: 0px;
    opacity: 0;
    visibility: hidden;
  }
  @media (max-width: 575.98px) {
    body.is-scrolling .header-top__right .header-top__icon-block button .header-block__title,
    body.is-scrolling .header-top__right .header-top__icon-block a .header-block__title {
      height: 14px;
      line-height: 14px;
      opacity: 1;
      visibility: visible;
    }
  }
  .module-products {
    background-color: white;
    padding: 2rem;
    border-radius: 10px;
    margin-block: 0;
  }
  @media (max-width: 767.98px) {
    .module-products {
      padding: 1rem;
    }
    .module-products .product-slider .swiper-slide {
      opacity: 1;
    }
    .module-products .product-slider .swiper-slide.fullyVisible {
      opacity: 1;
    }
  }
  .module-products__buttons {
    display: flex;
    justify-content: center;
    margin-block-start: 16px;
  }
  body:not(#index) .module-products.container {
    padding-inline: 0;
  }
  .ps-bestsellers .section-title,
  .ps-newproducts .section-title,
  .ps-featuredproducts .section-title {
    margin-bottom: 0rem;
  }
  .ps-bestsellers .featured-products__footer .module-products__buttons,
  .ps-newproducts .featured-products__footer .module-products__buttons,
  .ps-featuredproducts .featured-products__footer .module-products__buttons {
    margin-top: 0px;
  }
  @media (max-width: 767.98px) {
    .ps-bestsellers .featured-products__footer .module-products__buttons,
    .ps-newproducts .featured-products__footer .module-products__buttons,
    .ps-featuredproducts .featured-products__footer .module-products__buttons {
      max-width: -moz-fit-content;
      max-width: fit-content;
      margin: 0 auto;
    }
  }
  @media (max-width: 575.98px) {
    .ps-bestsellers .featured-products__footer .module-products__buttons,
    .ps-newproducts .featured-products__footer .module-products__buttons,
    .ps-featuredproducts .featured-products__footer .module-products__buttons {
      max-width: 100%;
    }
  }
  @media (max-width: 1399.98px) {
    #index .ps-bestsellers .section-title,
    #index .ps-newproducts .section-title,
    #index .ps-featuredproducts .section-title {
      font-size: 22px;
      line-height: 30px;
      width: -moz-min-content;
      width: min-content;
    }
  }
  @media (max-width: 991.98px) {
    #index .ps-bestsellers .section-title,
    #index .ps-newproducts .section-title,
    #index .ps-featuredproducts .section-title {
      width: unset;
      font-size: 24px;
      line-height: 36px;
    }
  }
  @media (max-width: 767.98px) {
    #index .ps-bestsellers .section-title,
    #index .ps-newproducts .section-title,
    #index .ps-featuredproducts .section-title {
      font-size: 20px;
      line-height: 30px;
    }
  }
  @media (max-width: 575.98px) {
    #index .ps-bestsellers .section-title,
    #index .ps-newproducts .section-title,
    #index .ps-featuredproducts .section-title {
      font-size: 18px;
      line-height: 28px;
    }
  }
  .ps-bestsellers .module-products .product-slider .product-miniature,
  .ps-featuredproducts .module-products .product-slider .product-miniature {
    height: 400px;
  }
  @media (max-width: 1199.98px) {
    .ps-bestsellers .module-products .product-slider .product-miniature,
    .ps-featuredproducts .module-products .product-slider .product-miniature {
      height: 350px;
    }
  }
  @media (max-width: 991.98px) {
    .ps-bestsellers .module-products .product-slider .product-miniature,
    .ps-featuredproducts .module-products .product-slider .product-miniature {
      height: 320px;
    }
  }
  @media (max-width: 767.98px) {
    .ps-bestsellers .module-products .product-slider .product-miniature,
    .ps-featuredproducts .module-products .product-slider .product-miniature {
      height: unset;
    }
  }
  .ps-bestsellers .module-products__buttons:not(:has(*)),
  .ps-featuredproducts .module-products__buttons:not(:has(*)) {
    display: none;
  }
  .module-products-section-split {
    margin-block: 16px;
  }
  .ps_visitedproducts {
    background: white;
    padding: 2rem;
    border-radius: var(--pixel-border-radius);
    margin-block: 16px;
  }
  .ps_visitedproducts:not(:has(> *)) {
    padding: 0rem;
  }
  .page-title-section {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: var(--pixel-black);
  }
  @media (max-width: 767.98px) {
    .page-title-section {
      font-size: 24px;
      line-height: 32px;
    }
  }
  .attachment {
    position: relative;
    padding: 1rem;
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: var(--bs-transition-default);
  }
  .attachment:hover {
    background-color: var(--bs-tertiary-bg);
  }
  .attachment__name {
    display: block;
    margin-block-end: 0.5rem;
    font-weight: 600;
    color: var(--bs-body-color);
  }
  .attachment__name:hover {
    color: var(--bs-link-hover-color);
  }
  .attachment__description {
    font-size: 0.875rem;
    color: var(--bs-tertiary-color);
  }
  .attachment__link {
    font-size: 0.875rem;
  }
  .product-variant__colors .color, .product-miniature__variants .color {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    background-size: contain;
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius-sm);
    outline: 0.125rem solid transparent;
    outline-offset: -0.125rem;
    transition: var(--bs-transition-default);
  }
  .product-variant__colors .color-sm, .product-miniature__variants .color-sm {
    width: 1rem;
    height: 1rem;
  }
  .product-variant__colors .color.active, .product-miniature__variants .color.active, .product-variant__colors .color:focus-visible, .product-miniature__variants .color:focus-visible, .product-variant__colors .color:hover, .product-miniature__variants .color:hover {
    outline: 0.125rem solid var(--bs-link-hover-color);
  }
  .input-color__input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
  }
  .input-color__input:focus-visible + .input-color__label .color {
    outline: 0.125rem solid var(--bs-link-hover-color);
  }
  .input-color__input:checked:focus-visible + .input-color__label {
    border-radius: var(--bs-border-radius-sm);
    outline: 0;
    box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
  }
  .product-customization {
    padding: 1rem;
    margin-block: 1.25rem;
    font-family: Poppins, sans-serif;
    background-color: var(--pixel-beige-light, #faf9f4);
    border: 0;
    border-radius: var(--pixel-border-radius, 10px);
  }
  .product-customization__header {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    margin-block-end: 0.75rem;
  }
  .product-customization__header-icon {
    display: inline-flex;
    flex: 0 0 2rem;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    color: var(--pixel-green, #144b2b);
    background-color: #fff;
    border: 1px solid var(--pixel-gray2, #e3e3e3);
    border-radius: 50%;
  }
  .product-customization__header-icon svg {
    width: 1rem;
    height: 1rem;
  }
  .product-customization__title {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.4;
    color: var(--pixel-black, #262221);
  }
  .product-customization__hint {
    margin: 0 0 0.875rem;
    font-size: 0.8125rem;
    line-height: 1.45;
    color: var(--pixel-gray-dark, #656069);
  }
  .product-customization__label {
    margin-block-end: 0.4rem;
    font-size: 0.875rem;
    font-weight: 500;
  }
  .product-customization__item {
    padding-block-start: 1rem;
    margin-block-start: 1rem;
    border-block-start: 1px solid var(--pixel-gray2, #e3e3e3);
  }
  .product-customization__item:first-child {
    padding-block-start: 0;
    margin-block-start: 0;
    border-block-start: none;
  }
  .product-customization__field textarea {
    min-height: 4.75rem;
    padding: 0.75rem 0.875rem;
    font-size: 0.875rem;
    resize: vertical;
    background-color: #fff;
    border-color: var(--pixel-gray2, #e3e3e3);
    border-radius: var(--pixel-border-radius-small, 5px);
  }
  .product-customization__field textarea:focus {
    border-color: var(--pixel-green, #144b2b);
    box-shadow: 0 0 0 0.2rem rgba(var(--pixel-green-rgb, 2, 130, 111), 0.12);
  }
  .product-customization__image {
    width: 2rem;
    height: 2rem;
  }
  .product-customization__image-wrapper {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-block-start: 0.5rem;
  }
  .product-customization__image-remove {
    font-size: 0.875rem;
  }
  .product-customization__field-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.75rem;
    align-items: center;
    justify-content: space-between;
    margin-block-start: 0.35rem;
  }
  .product-customization__field-footer .form-text {
    margin: 0;
    font-size: 0.75rem;
    color: var(--pixel-gray-dark, #656069);
  }
  .product-customization__action {
    display: flex;
    justify-content: flex-end;
    margin-block-start: 1rem;
  }
  .product-customization__saved {
    display: block;
  }
  .product-customization__saved-summary {
    display: flex;
    gap: 0.625rem;
    align-items: center;
    min-height: 0;
    padding: 0;
    padding: 0.5rem;
    margin: 0;
    background-color: #fff;
    border: 1px solid var(--pixel-gray2, #e3e3e3);
    border-radius: var(--pixel-border-radius-small, 5px);
  }
  .product-customization__saved-icon {
    display: inline-flex;
    flex: 0 0 2rem;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    color: var(--pixel-green, #144b2b);
    background-color: rgba(var(--pixel-green-rgb, 2, 130, 111), 0.08);
    border-radius: 50%;
  }
  .product-customization__saved-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
  }
  .product-customization__saved-value {
    overflow: hidden;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4;
    color: var(--pixel-black, #262221);
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product-customization__edit.pixel-button {
    flex: 0 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    padding: 6px 16px;
    margin-inline-start: auto;
  }
  .product-customization__personalize.pixel-button {
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 20px;
    margin-block-start: 0.25rem;
  }
  .product-customization__personalize.pixel-button[aria-expanded=true] {
    display: none;
  }
  .product-customization__editor {
    padding: 0;
    margin-block-start: 0.875rem;
    background-color: transparent;
    border: 0;
  }
  .product-customization__save.pixel-button {
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 20px;
    margin-block-start: 0.75rem;
  }
  .product-customization__action .pixel-button {
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 20px;
  }
  @media (max-width: 575.98px) {
    .product-customization {
      padding: 0.875rem;
    }
    .product-customization__edit.pixel-button {
      padding-inline: 12px;
    }
  }
  .discounts-table {
    margin-block-end: 0;
  }
  .details__list {
    background-color: var(--bs-tertiary-bg);
  }
  .details__item {
    display: flex;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid var(--bs-border-color);
  }
  .details__item:last-child {
    border-bottom: none;
  }
  .details__left {
    flex-grow: 0;
    flex-shrink: 0;
    width: 50%;
  }
  .details__title {
    font-weight: 700;
  }
  .product-flags {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    contain: layout;
    flex-direction: row;
  }
  .product-flags .badge {
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 3px 6px;
    border-radius: 9px 0px;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
  }
  .product-flags .badge:not(.discount) {
    background: var(--pixel-green);
    border: 1px solid var(--pixel-green);
  }
  .product-flags .badge.discount {
    color: white;
    background: var(--pixel-green);
    border: 1px solid var(--pixel-green);
  }
  .product-flags .badge:is(.new) {
    --old-bg-color:var(--pixel-green-light);
    background: var(--old-bg-color);
    border: 1px solid var(--old-bg-color);
  }
  .product-images-modal__body {
    padding: 0.5rem;
  }
  .product-images-modal__carousel {
    overflow: hidden;
    border-radius: var(--bs-border-radius-sm);
    position: relative;
  }
  .product-images-modal__slide-viewport {
    position: relative;
    width: 100%;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    touch-action: none;
    cursor: grab;
    outline: none;
  }
  .product-images-modal__slide-viewport:active {
    cursor: grabbing;
  }
  .product-images-modal__slide-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    transform-origin: center center;
    transition: transform 0.05s ease-out;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
  }
  .product-images-modal__slide-inner .product-images-modal__slide-img {
    pointer-events: none;
    max-height: 75vh;
    width: auto;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .product-images-modal__zoom-toolbar {
    position: relative;
    z-index: 3;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
  }
  .product-images-modal__zoom-btn {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--bs-box-shadow-sm);
  }
  .product-miniature {
    container-type: inline-size;
    container-name: product-miniature;
    z-index: 1;
    height: 390px;
    transition: z-index 0s 0.4s;
    isolation: isolate;
  }
  @media screen and (max-width: 768px) {
    .product-miniature {
      height: unset;
    }
  }
  .product-miniature__inner {
    display: flex;
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius);
    transition: var(--bs-transition-default), transform 0.4s cubic-bezier(0.5, 0.05, 0.5, 1);
    height: 100%;
  }
  @media (max-width: 767px) {
    .product-miniature__inner {
      transition-duration: 0.15s;
    }
  }
  .product-miniature__top {
    position: relative;
    overflow: hidden;
    border-radius: var(--bs-border-radius);
    transition: var(--bs-transition-default);
    min-height: 220px;
    height: 220px;
    background-color: var(--bs-body-bg);
  }
  @media (max-width: 767.98px) {
    .product-miniature__top {
      max-height: unset;
      aspect-ratio: 1/1;
      height: unset;
      /* max-height: fit-content; */
    }
  }
  .product-miniature__image {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
    margin: 0 auto;
    transition: var(--bs-transition-default);
  }
  .product-miniature__image-container {
    position: relative;
  }
  .product-miniature__image-link {
    display: flex;
    height: 220px;
    flex-direction: column;
    justify-content: flex-end;
    outline-offset: -0.125rem;
    max-height: 220px;
    overflow: clip;
    border-radius: 10px;
  }
  @media (max-width: 767.98px) {
    .product-miniature__image-link {
      max-height: unset;
      aspect-ratio: 1/1;
      height: unset;
      /* max-height: fit-content; */
      max-width: -moz-fit-content;
      max-width: fit-content;
    }
  }
  @media (max-width: 575.98px) {
    .product-miniature__image-link {
      max-width: 100%;
    }
  }
  .product-miniature__image-link picture {
    display: block;
    width: 100%;
    flex: 0 0 auto;
  }
  .product-miniature__image-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: var(--bs-border-radius);
  }
  .product-miniature__image-slider-wrapper {
    position: relative;
    display: flex;
    width: 100%;
    min-width: 100%;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
  }
  @media (max-width: 767px) {
    .product-miniature__image-slider-wrapper {
      will-change: auto;
    }
  }
  .product-miniature__image-slide {
    position: relative;
    flex: 0 0 100%;
    min-width: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    flex-shrink: 0;
  }
  .product-miniature__image-slide--active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .product-miniature__image-slide img {
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  .product-miniature__image-slider-btn {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    transition: 0.2s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    outline: 1px solid white;
    outline-offset: -1px;
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
    background: hsla(0, 0%, 100%, 0);
  }
  @media (hover: hover) {
    .product-miniature__image-slider-btn:hover {
      outline: 1px solid var(--pixel-green);
    }
    .product-miniature__image-slider-btn:hover svg path {
      fill: var(--pixel-green);
    }
  }
  .product-miniature__image-slider-btn:focus {
    outline: 1px solid var(--pixel-green);
  }
  .product-miniature__image-slider-btn:active {
    transform: translateY(-50%) scale(0.95);
  }
  .product-miniature__image-slider-btn[aria-disabled=true] {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
  }
  .product-miniature__image-slider-btn svg {
    width: 14px;
    height: 18px;
    color: white;
    pointer-events: none;
  }
  .product-miniature__image-slider-btn svg path {
    fill: white;
    transition: fill 0.2s ease;
  }
  .product-miniature__image-slider-btn--prev {
    left: 8px;
  }
  .product-miniature__image-slider-btn--next {
    right: 8px;
  }
  .product-miniature__image-slider-pagination {
    position: absolute;
    bottom: 3px;
    left: 50%;
    z-index: 10;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
  }
  .product-miniature__image-slider-dot {
    width: 14px;
    height: 4px;
    padding: 0;
    background-color: #E3E3E3;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease, width 0.2s ease;
  }
  .product-miniature__image-slider-dot:hover, .product-miniature__image-slider-dot:focus {
    background-color: rgba(255, 255, 255, 0.8);
    transform: scale(1.2);
    outline: 2px solid rgba(255, 255, 255, 0.8);
    outline-offset: 2px;
  }
  .product-miniature__image-slider-dot--active {
    width: 30px;
    background-color: var(--pixel-green);
    border-radius: 3px;
  }
  @media (max-width: 767px) {
    .product-miniature .product-miniature__image-slide {
      display: none;
    }
    .product-miniature .product-miniature__image-slide:first-child {
      display: block !important;
      opacity: 1 !important;
      visibility: visible !important;
      pointer-events: auto;
    }
    .product-miniature .product-miniature__image-slider-btn,
    .product-miniature .product-miniature__image-slider-pagination {
      display: none !important;
    }
  }
  @media (hover: hover) {
    .product-miniature__inner:hover .product-miniature__image-slider-btn {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }
  }
  .product-miniature__quickview-button {
    position: absolute;
    top: 100%;
    z-index: 1;
    display: flex;
    width: 100%;
    padding-block: 1rem;
    margin: auto;
    background-color: var(--bs-body-bg);
    border-radius: 0;
    outline: revert;
    outline-offset: -0.125rem;
    box-shadow: none;
    transition: var(--bs-transition-default);
    transition-delay: 0.1s;
  }
  .product-miniature__quickview-button:focus {
    transform: translateY(-100%);
  }
  .product-miniature__quickview-touch {
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
    z-index: 10;
    display: none;
  }
  .product-miniature__bottom {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background-color: white;
    gap: 0.15rem;
    padding: 0.5rem 0.5rem 1rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  @media (max-width: 575.98px) {
    .product-miniature__bottom {
      padding: 0.5rem 0rem 1rem;
    }
  }
  .product-miniature__infos {
    display: grid;
    gap: 0.35rem;
  }
  @media (max-width: 767.98px) {
    .product-miniature__infos {
      order: 1;
    }
  }
  .product-miniature__reference {
    font-weight: 400;
    font-size: 12px;
    line-height: 135%;
    color: var(--pixel-gray-dark);
  }
  .product-miniature__title-wrapper {
    position: relative;
    min-height: 42px;
    padding-bottom: 0;
    transition: padding-bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .product-miniature__title-heading {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
  }
  .product-miniature__title {
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    color: var(--pixel-black);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    max-height: 42px;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .product-miniature__title--secondary {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    max-height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 1;
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  }
  .product-miniature__data-hover {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 0.875rem;
    color: var(--bs-secondary-color);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-10px);
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  }
  @media (max-width: 767.98px) {
    .product-miniature__data-hover {
      display: none;
    }
  }
  .product-miniature__extra-features {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  .product-miniature__extra-feature {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    gap: 0.25rem;
    min-width: 0;
    overflow: hidden;
    font-weight: 400;
    font-size: 12px;
    line-height: 135%;
  }
  .product-miniature__extra-feature-name {
    flex-shrink: 0;
    font-family: var(--font-body);
    font-size: var(--text-xs);
    font-weight: var(--w-regular);
    color: var(--pixel-gray-dark);
  }
  .product-miniature__extra-feature-value {
    position: relative;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    color: var(--pixel-black);
  }
  .product-miniature__extra-feature-value-inner {
    display: inline-block;
    white-space: nowrap;
  }
  .product-miniature__extra-feature-value--overflow {
    --availability-scroll-max: 0px;
  }
  .product-miniature__extra-feature-value--overflow .product-miniature__extra-feature-value-inner {
    animation: product-miniature-availability-marquee 6s ease-in-out infinite;
    will-change: transform;
  }
  .product-miniature__ean {
    margin-top: 0.25rem;
    font-weight: 400;
    font-size: 12px;
    line-height: 135%;
    color: var(--pixel-gray-dark);
  }
  .product-miniature__ean-value {
    color: var(--pixel-black);
  }
  .product-miniature__availability {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 0.25rem;
    gap: 0.25rem;
    overflow: hidden;
    min-width: 0;
  }
  .product-miniature__data-hover:has(.product-miniature__extra-feature) .product-miniature__availability {
    margin-top: 0;
  }
  .product-miniature__availability-label {
    font-weight: 400;
    font-size: 12px;
    line-height: 135%;
    color: var(--pixel-gray-dark);
    padding-right: 0.25rem;
    flex-shrink: 0;
  }
  .product-miniature__availability-value {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    position: relative;
    font-weight: 400;
    font-size: 12px;
    line-height: 135%;
    white-space: nowrap;
  }
  .product-miniature__availability-value--available {
    color: var(--pixel-green);
  }
  .product-miniature__availability-value--warning {
    color: #ff9a52;
  }
  .product-miniature__availability-value--unavailable {
    color: var(--bs-danger);
  }
  .product-miniature__availability-value-inner {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
  }
  .product-miniature__availability-value--overflow {
    --availability-scroll-max: 0px;
  }
  .product-miniature__availability-value--overflow .product-miniature__availability-value-inner {
    animation: product-miniature-availability-marquee 6s ease-in-out infinite;
    will-change: transform;
  }
  .product-miniature__availability-icon {
    margin-right: 0.25rem;
    flex-shrink: 0;
  }
  .product-miniature__availability-value--warning .product-miniature__availability-icon {
    font-size: 1rem;
    line-height: 1;
    margin-right: 0.5rem;
  }
  .product-miniature__actions {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 0rem;
  }
  @media (max-width: 767.98px) {
    .product-miniature__actions {
      grid-template-rows: 1fr;
      order: 3;
      margin-top: 6px;
    }
  }
  .product-miniature__shipping {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    background-color: var(--pixel-gray-light);
    border-radius: 25px;
    font-size: 0.875rem;
    color: var(--bs-body-color);
    margin-top: 0.5rem;
  }
  @media (max-width: 767.98px) {
    .product-miniature__shipping {
      order: 2;
      margin-top: auto;
    }
  }
  .product-miniature__shipping-text {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    position: relative;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: var(--pixel-black);
    mix-blend-mode: normal;
    opacity: 0.7;
    white-space: nowrap;
  }
  .product-miniature__shipping-text-inner {
    display: inline-block;
    white-space: nowrap;
  }
  .product-miniature__shipping-text--overflow {
    --availability-scroll-max: 0px;
  }
  .product-miniature__shipping-text--overflow .product-miniature__shipping-text-inner {
    animation: product-miniature-availability-marquee 6s ease-in-out infinite;
    will-change: transform;
  }
  .product-miniature__shipping-icon {
    font-size: 1.125rem;
    color: var(--pixel-green);
    flex-shrink: 0;
  }
  .product-miniature__variants {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .product-miniature__prices {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  @media (max-width: 575.98px) {
    .product-miniature__prices {
      min-height: 3.25rem;
    }
  }
  .product-miniature__price-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .product-miniature__price-old-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
  }
  .product-miniature__regular-price {
    color: var(--pixel-gray-dark);
    text-decoration: line-through;
    font-size: 0.875rem;
    font-weight: 600;
  }
  .product-miniature__discount-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    background-color: var(--pixel-green);
    color: white;
    border-radius: 25px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
    line-height: 1.2;
  }
  @media (max-width: 575.98px) {
    .product-miniature__discount-badge {
      padding: 0.1rem 0.5rem;
    }
  }
  .product-miniature__price {
    font-weight: 700;
    font-size: 1.125rem;
    color: var(--pixel-black);
    line-height: 1.4;
  }
  .product-miniature__price-tax {
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--pixel-black);
  }
  .product-miniature__price-value {
    display: block;
  }
  .product-miniature__price-value--gross {
    font-family: var(--font-body);
    font-size: var(--text-sm);
    font-weight: var(--w-regular);
    color: var(--pixel-green);
  }
  .product-miniature__price-value--gross .product-miniature__price-tax {
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--pixel-black);
  }
  .product-miniature__price-value--net {
    font-family: var(--font-body);
    font-size: var(--text-sm);
    font-weight: var(--w-regular);
    color: var(--pixel-green);
  }
  .product-miniature__price-value--net .product-miniature__price-tax {
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--pixel-black);
  }
  .product-miniature__form {
    display: flex;
    row-gap: 0.5rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    align-items: center;
    overflow: hidden;
  }
  .product-miniature__unavailable-action {
    width: 100% !important;
    justify-content: center;
    text-align: center;
    pointer-events: none !important;
    cursor: not-allowed !important;
  }
  .product-miniature__quantity {
    display: none;
    width: 100%;
  }
  .product-miniature__quantity button.btn:disabled, .product-miniature__quantity button.btn.disabled, .product-miniature__quantity button.btn.is-at-limit {
    border-color: transparent;
    border-width: 0;
  }
  .product-miniature__add-text {
    line-height: initial;
  }
  @media (max-width: 575.98px) {
    .product-miniature__add {
      width: 100%;
    }
  }
  .product-miniature .product-flags {
    pointer-events: none;
  }
  @media (hover: hover) {
    .product-miniature:hover {
      z-index: 10;
      transition: z-index 0s;
    }
    .product-miniature__inner {
      z-index: 2;
    }
    .product-miniature__inner:hover {
      transform: translateY(-10px);
    }
    .product-miniature__inner:hover .product-miniature__top {
      border-end-start-radius: 0;
      border-end-end-radius: 0;
      box-shadow: 0px -0.025rem 1.25rem rgba(var(--bs-black-rgb), 0.1);
    }
    .product-miniature__inner:hover .product-miniature__quickview-button {
      transform: translateY(-100%);
    }
    .product-miniature__inner:hover .product-miniature__image {
      transform: scale(1.1);
    }
    .product-miniature__inner:hover .product-miniature__image-slider-pagination {
      opacity: 1;
    }
    .product-miniature__inner:hover .product-miniature__image-container {
      border-bottom: 1px solid var(--pixel-gray2);
    }
    .product-miniature__inner:hover .product-miniature__title {
      display: block;
      -webkit-line-clamp: unset;
      line-clamp: unset;
      text-overflow: clip;
      max-height: 84px;
      opacity: 0;
      visibility: hidden;
    }
    .product-miniature__inner:hover .product-miniature__title--secondary {
      line-clamp: unset;
      text-overflow: clip;
      max-height: 100%;
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      z-index: 1;
    }
    .product-miniature__inner:hover .product-miniature__data-hover {
      max-height: 200px;
      opacity: 1;
      transform: translateY(0);
      transition: max-height 0.2s ease-in, opacity 0.2s ease-in 0.1s, transform 0.2s ease-in 0.1s;
    }
    .product-miniature__inner:hover .product-miniature__actions {
      margin-top: 0.25rem;
      grid-template-rows: 1fr;
    }
    .product-miniature__inner:hover .product-miniature__bottom {
      z-index: 3;
      border-end-start-radius: var(--bs-border-radius);
      border-end-end-radius: var(--bs-border-radius);
      box-shadow: 0 0.625rem 1.25rem rgba(var(--bs-black-rgb), 0.1);
    }
    .product-miniature__inner:has(*:focus-visible) {
      box-shadow: var(--bs-box-shadow-md);
      transform: translateY(-15px);
    }
    .product-miniature__inner:has(*:focus-visible) .product-miniature__top {
      border-end-start-radius: 0;
      border-end-end-radius: 0;
    }
    .product-miniature__inner:has(*:focus-visible) .product-miniature__quickview-button {
      transform: translateY(-100%);
    }
    .product-miniature__inner:has(*:focus-visible) .product-miniature__title-wrapper {
      padding-bottom: 20px;
    }
    .product-miniature__inner:has(*:focus-visible) .product-miniature__title {
      display: block;
      -webkit-line-clamp: unset;
      line-clamp: unset;
      text-overflow: clip;
      max-height: 42px;
      opacity: 0;
      visibility: hidden;
    }
    .product-miniature__inner:has(*:focus-visible) .product-miniature__title--secondary {
      line-clamp: unset;
      text-overflow: clip;
      max-height: 100%;
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      z-index: 1;
    }
    .product-miniature__inner:has(*:focus-visible) .product-miniature__data-hover {
      max-height: 200px;
      opacity: 1;
      transform: translateY(0);
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    }
    .product-miniature__inner .product-miniature__prices {
      margin-top: 0.5rem;
    }
    .product-miniature__image-slider-btn {
      backdrop-filter: blur(3px);
      -webkit-backdrop-filter: blur(3px);
      background: hsla(0, 0%, 100%, 0.1);
    }
  }
  @media (hover: none) and (pointer: coarse) {
    .product-miniature__quickview-button {
      display: none;
    }
    .product-miniature__quickview-touch {
      display: inline-flex;
    }
    .product-miniature__data-hover {
      display: none;
      max-height: 200px;
      opacity: 1;
      transform: translateY(0);
    }
  }
  @container product-miniature (width < 13.5rem) {
    .product-miniature .product-flags .badge {
      padding: 0.125rem 0.25rem;
      font-size: 0.75rem;
    }
    .product-miniature__add, .product-miniature__details {
      width: 100%;
    }
    .product-miniature__add-text {
      display: block;
    }
    .product-miniature__form {
      flex-direction: column;
    }
    .product-miniature__form .quantity-button input {
      max-width: unset;
    }
  }
  .product-miniature.product-miniature-daily-promo .product-miniature__actions {
    grid-template-rows: 1fr;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
  }
  .product-miniature.product-miniature-daily-promo .product-miniature__actions a.product-miniature__add,
  .product-miniature.product-miniature-daily-promo .product-miniature__actions button.product-miniature__add {
    width: 50px;
    height: 50px;
    background-color: var(--pixel-bg);
    border-radius: 0;
    border-radius: 50%;
    border: none;
  }
  .product-miniature.product-miniature-daily-promo .product-miniature__actions a.product-miniature__add {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-miniature.product-miniature-daily-promo .product-miniature__data-hover {
    display: none;
  }
  .product-miniature.product-miniature-daily-promo .product-miniature__top {
    height: auto;
    min-height: auto;
    box-shadow: none !important;
  }
  .product-miniature.product-miniature-daily-promo .product-miniature__bottom {
    box-shadow: none !important;
  }
  .product-miniature.product-miniature-daily-promo .product-miniature__image-container {
    max-height: 250px;
  }
  @media (max-width: 767.98px) {
    .product-miniature.product-miniature-daily-promo .product-miniature__image-container {
      pointer-events: none;
    }
    .product-miniature.product-miniature-daily-promo .product-miniature__image-container a {
      pointer-events: auto !important;
    }
  }
  .product-miniature.product-miniature-daily-promo .product-miniature__inner {
    transform: unset !important;
  }
  .product-miniature.product-miniature-daily-promo .product-miniature__image {
    transform: scale(1) !important;
  }
  .product-miniature.product-miniature-daily-promo .product-miniature__image-link {
    max-height: 215px;
    height: 215px;
    width: 100%;
    height: auto;
  }
  @media (max-width: 767.98px) {
    .product-miniature.product-miniature-daily-promo .product-miniature__image-link {
      max-height: unset;
      aspect-ratio: 1/1;
      height: unset;
      /* max-height: fit-content; */
      max-width: -moz-fit-content;
      max-width: fit-content;
    }
  }
  .product-miniature.product-miniature-daily-promo .product-miniature__image-slider-pagination {
    opacity: 1;
  }
  @media (max-width: 767.98px) {
    .product-miniature.product-miniature-daily-promo .product-miniature__image-slider-pagination {
      display: none !important;
    }
  }
  .product-miniature.product-miniature-daily-promo .product-miniature__image-slide {
    padding: 10px 10px 0 10px;
  }
  @media (max-width: 767.98px) {
    .product-miniature.product-miniature-daily-promo .product-miniature__image-slide {
      pointer-events: none !important;
    }
  }
  .product-miniature.product-miniature-daily-promo .product-miniature__image-container {
    border-bottom: 1px solid transparent;
    box-shadow: none !important;
  }
  @media (max-width: 767.98px) {
    .product-miniature.product-miniature-daily-promo .product-miniature__image-slider-btn {
      display: none !important;
    }
  }
  .product-miniature.product-miniature-daily-promo .product-miniature__title {
    display: block;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    text-overflow: clip;
    max-height: 84px;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
  }
  .product-miniature.product-miniature-daily-promo .product-miniature__title--secondary {
    line-clamp: unset;
    text-overflow: clip;
    max-height: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 1;
  }
  @media (hover: hover) {
    .product-miniature.product-miniature-daily-promo .product-miniature:hover .product-miniature__inner {
      transform: unset;
    }
  }
  @media (max-width: 575.98px) {
    .product-miniature .product-miniature__actions .pixel-button--small,
    .product-miniature .product-miniature__actions .pixel-button {
      width: 100% !important;
    }
  }
  @keyframes product-miniature-availability-marquee {
    0%, 20% {
      transform: translateX(0);
    }
    45% {
      transform: translateX(calc(-1 * var(--availability-scroll-max, 0px)));
    }
    55% {
      transform: translateX(calc(-1 * var(--availability-scroll-max, 0px)));
    }
    80%, 100% {
      transform: translateX(0);
    }
  }
  @media (max-width: 575.98px) {
    #category .layout-left-column .products, #category .layout-right-column .products {
      grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
  }
  @media (max-width: 200px) {
    #js-product-list .product-miniature {
      height: auto;
    }
    #js-product-list .product-miniature__title {
      overflow: auto;
      -webkit-line-clamp: unset;
      line-clamp: unset;
      text-overflow: clip;
      max-height: 100%;
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      z-index: 1;
    }
    #js-product-list .product-miniature__infos {
      grid-area: infos;
    }
    #js-product-list .product-miniature__actions {
      grid-area: actions;
    }
    #js-product-list .product-miniature__shipping {
      grid-area: shipping;
    }
    #js-product-list .product-miniature__inner {
      display: grid;
      grid-template-columns: 140px 1fr;
    }
    #js-product-list .product-miniature__top {
      max-width: 150px;
      height: auto;
    }
    #js-product-list .product-miniature__image-slider-wrapper {
      display: grid;
      grid-template-rows: 1fr 65px;
      gap: 10px;
      grid-template-columns: 1fr 1fr;
      grid-template-areas: "main main" "second third";
    }
    #js-product-list .product-miniature__image-slider-wrapper:not(:has(.product-miniature__image-slide:nth-child(2))) {
      grid-template-areas: "main" "main";
      grid-template-columns: 1fr;
    }
    #js-product-list .product-miniature__image-slider-wrapper:not(:has(.product-miniature__image-slide:nth-child(3))) {
      grid-template-areas: "main main" "second .";
      grid-template-columns: 1fr 1fr;
    }
    #js-product-list .product-miniature__image-slide > a {
      padding: 3px;
    }
    #js-product-list .product-miniature__image-slide:first-child {
      grid-area: main;
      width: 100%;
      height: 100%;
    }
    #js-product-list .product-miniature__image-slide:nth-child(2) {
      grid-area: second;
      display: block;
      visibility: visible;
      opacity: 1;
      width: 100%;
      height: 100%;
    }
    #js-product-list .product-miniature__image-slide:nth-child(3) {
      grid-area: third;
      display: block;
      visibility: visible;
      opacity: 1;
      width: 100%;
      height: 100%;
    }
  }
  @media screen and (max-width: 374px) {
    #js-product-list .product-miniature__top {
      grid-area: top-image;
    }
    #js-product-list .product-miniature__bottom {
      grid-area: bottom;
    }
    #js-product-list .product-miniature__inner {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      grid-template-areas: "top-image bottom" "bottom bottom";
    }
  }
  #index .module-products-section-split:has(.ps-featuredproducts) .product-miniature__top {
    height: 240px;
    max-height: 240px;
    min-height: 240px;
  }
  @media (max-width: 1399.98px) {
    #index .module-products-section-split:has(.ps-featuredproducts) .product-miniature__top {
      height: 215px;
      max-height: 215px;
      min-height: 215px;
    }
  }
  @media (max-width: 991.98px) {
    #index .module-products-section-split:has(.ps-featuredproducts) .product-miniature__top {
      height: 185px;
      max-height: 185px;
      min-height: 185px;
    }
  }
  @media (max-width: 767.98px) {
    #index .module-products-section-split:has(.ps-featuredproducts) .product-miniature__top {
      max-height: unset;
      aspect-ratio: 1/1;
      height: unset;
      /* max-height: fit-content; */
      max-width: -moz-fit-content;
      max-width: fit-content;
    }
  }
  #index .module-products-section-split:has(.ps-featuredproducts) .product-miniature__image-link {
    height: 240px;
    max-height: 240px;
  }
  @media (max-width: 1399.98px) {
    #index .module-products-section-split:has(.ps-featuredproducts) .product-miniature__image-link {
      height: 215px;
      max-height: 215px;
    }
  }
  @media (max-width: 991.98px) {
    #index .module-products-section-split:has(.ps-featuredproducts) .product-miniature__image-link {
      height: 185px;
      max-height: 185px;
    }
  }
  @media (max-width: 767.98px) {
    #index .module-products-section-split:has(.ps-featuredproducts) .product-miniature__image-link {
      max-height: unset;
      aspect-ratio: 1/1;
      height: unset;
      /* max-height: fit-content; */
      max-width: -moz-fit-content;
      max-width: fit-content;
    }
  }
  #index .module-products-section-split:has(.ps-featuredproducts) .pixel-dailypromo .product-miniature__top {
    height: 260px;
    max-height: 260px;
    min-height: 260px;
  }
  @media (max-width: 767.98px) {
    #index .module-products-section-split:has(.ps-featuredproducts) .pixel-dailypromo .product-miniature__top {
      height: unset;
      max-height: unset;
      max-width: 100%;
    }
  }
  #index .module-products-section-split:has(.ps-featuredproducts) .pixel-dailypromo .product-miniature__image {
    max-height: 260px !important;
  }
  @media (max-width: 767.98px) {
    #index .module-products-section-split:has(.ps-featuredproducts) .pixel-dailypromo .product-miniature__image {
      max-height: unset !important;
      max-width: 100%;
    }
  }
  #index .module-products-section-split:has(.ps-featuredproducts) .pixel-dailypromo .product-miniature__image-link {
    height: 250px;
    max-height: 250px;
  }
  @media (max-width: 767.98px) {
    #index .module-products-section-split:has(.ps-featuredproducts) .pixel-dailypromo .product-miniature__image-link {
      height: unset;
      max-height: unset;
      max-width: 100%;
    }
  }
  #index .module-products-section-split:has(.ps-bestsellers) .product-miniature__top {
    height: 200px;
    max-height: 200px;
    min-height: 200px;
  }
  @media (max-width: 767.98px) {
    #index .module-products-section-split:has(.ps-bestsellers) .product-miniature__top {
      max-height: unset;
      aspect-ratio: 1/1;
      height: unset;
      /* max-height: fit-content; */
      max-width: -moz-fit-content;
      max-width: fit-content;
    }
  }
  #index .module-products-section-split:has(.ps-bestsellers) .product-miniature__image-link {
    height: 200px;
    max-height: 200px;
  }
  @media (max-width: 767.98px) {
    #index .module-products-section-split:has(.ps-bestsellers) .product-miniature__image-link {
      max-height: unset;
      aspect-ratio: 1/1;
      height: unset;
      /* max-height: fit-content; */
      max-width: -moz-fit-content;
      max-width: fit-content;
    }
  }
  #index .module-products-section-split:has(.ps-bestsellers) .ps-bestsellers .module-products .product-slider .product-miniature, #index .module-products-section-split:has(.ps-bestsellers) .ps-featuredproducts .module-products .product-slider .product-miniature {
    height: 360px;
  }
  @media (max-width: 767.98px) {
    #index .module-products-section-split:has(.ps-bestsellers) .ps-bestsellers .module-products .product-slider .product-miniature, #index .module-products-section-split:has(.ps-bestsellers) .ps-featuredproducts .module-products .product-slider .product-miniature {
      height: unset;
    }
  }
  .b2b-shop .product-miniature__title, .b2b-shop .product-miniature__title--secondary, .b2b-shop .product-miniature__details {
    pointer-events: none !important;
    cursor: default !important;
    text-decoration: none !important;
    color: inherit !important;
  }
  .b2b-shop .product-miniature {
    height: 100% !important;
    min-height: 0 !important;
    z-index: 1 !important;
    transition: none !important;
  }
  .b2b-shop .product-miniature__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    transform: none !important;
    transition: none !important;
  }
  .b2b-shop .product-miniature__top {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }
  .b2b-shop .product-miniature__image-link {
    height: auto !important;
    max-height: none !important;
    aspect-ratio: unset !important;
  }
  .b2b-shop .product-miniature__image, .b2b-shop .product-miniature__image-slide img {
    transform: none !important;
    max-height: none !important;
  }
  .b2b-shop .product-miniature__image-container {
    border-bottom: 1px solid var(--pixel-gray2) !important;
  }
  .b2b-shop .product-miniature__image-container--gallery-loading {
    pointer-events: none;
  }
  .b2b-shop .product-miniature__image-container--gallery-loading::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 2rem;
    height: 2rem;
    margin: -1rem 0 0 -1rem;
    border: 2px solid var(--pixel-gray2);
    border-top-color: var(--pixel-green-dark);
    border-radius: 50%;
    animation: product-miniature-gallery-spin 0.75s linear infinite;
  }
  .b2b-shop .product-miniature__image-container--gallery-loading::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.65);
  }
  .b2b-shop .product-miniature__image-container--gallery-loading .product-miniature__image,
  .b2b-shop .product-miniature__image-container--gallery-loading .product-miniature__image-slide img {
    opacity: 0.55;
  }
  .b2b-shop .product-miniature__image-slider-btn {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
  .b2b-shop .product-miniature__image-slider-pagination {
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  .b2b-shop .product-miniature__quickview-button, .b2b-shop .product-miniature__quickview-touch {
    display: none !important;
  }
  .b2b-shop .product-miniature__image-link {
    pointer-events: none;
    cursor: inherit;
    text-decoration: none;
    color: inherit;
  }
  .b2b-shop .product-miniature__image-container {
    cursor: pointer;
  }
  .b2b-shop .product-miniature__title, .b2b-shop .product-miniature__title--secondary, .b2b-shop .product-miniature__details {
    pointer-events: none !important;
    cursor: default !important;
    text-decoration: none !important;
    color: inherit !important;
  }
  .b2b-shop .product-miniature__title-wrapper {
    flex-shrink: 0;
    min-height: 42px !important;
    padding-bottom: 0 !important;
  }
  .b2b-shop .product-miniature__title--secondary {
    display: none !important;
  }
  .b2b-shop .product-miniature__extra-features {
    margin-bottom: 0.325rem !important;
  }
  .b2b-shop .product-miniature__title:not(.product-miniature__title--secondary) {
    position: static !important;
    display: -webkit-box !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    max-height: 42px !important;
    text-overflow: ellipsis !important;
  }
  .b2b-shop .product-miniature__data-hover {
    display: flex !important;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 0.25rem;
    max-height: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible !important;
    transform: none !important;
    margin-top: 0.25rem;
    margin-bottom: 0;
  }
  .b2b-shop .product-miniature__infos {
    display: flex !important;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    margin-bottom: 0.25rem !important;
  }
  .b2b-shop .product-miniature__prices {
    flex-shrink: 0;
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .b2b-shop .product-miniature__actions {
    flex-shrink: 0;
    grid-template-rows: 1fr !important;
    margin-top: 0 !important;
    overflow: visible !important;
  }
  .b2b-shop .product-miniature__bottom {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    box-shadow: none !important;
  }
  .b2b-shop .product-miniature__shipping {
    order: unset;
  }
  .b2b-shop .product-miniature__quantity .form-control {
    min-height: 35px;
  }
  .b2b-shop .product-miniature__add.pixel-button {
    width: 100% !important;
    padding: 10px 20px !important;
  }
  .b2b-shop .product-miniature__unavailable-action {
    width: 100% !important;
    justify-content: center;
    text-align: center;
    pointer-events: none !important;
    cursor: not-allowed !important;
  }
  @media (max-width: 767px) {
    .b2b-shop .product-miniature {
      height: auto !important;
    }
    .b2b-shop .product-miniature__inner {
      min-height: 0;
    }
  }
  @media (hover: hover) {
    .b2b-shop .product-miniature:hover {
      z-index: 1 !important;
    }
    .b2b-shop .product-miniature__inner:hover {
      transform: none !important;
    }
    .b2b-shop .product-miniature__inner:hover .product-miniature__top,
    .b2b-shop .product-miniature__inner:hover .product-miniature__bottom {
      box-shadow: none !important;
    }
    .b2b-shop .product-miniature__inner:hover .product-miniature__image {
      transform: none !important;
    }
    .b2b-shop .product-miniature__inner:hover .product-miniature__title--secondary {
      display: none !important;
    }
    .b2b-shop .product-miniature__inner:hover .product-miniature__title:not(.product-miniature__title--secondary) {
      position: static !important;
      display: -webkit-box !important;
      opacity: 1 !important;
      visibility: visible !important;
      overflow: hidden !important;
      -webkit-box-orient: vertical;
      max-height: 42px !important;
      -webkit-line-clamp: 2 !important;
      line-clamp: 2 !important;
    }
    .b2b-shop .product-miniature__inner:hover .product-miniature__data-hover {
      max-height: none !important;
      opacity: 1 !important;
      transform: none !important;
    }
    .b2b-shop .product-miniature__inner:hover .product-miniature__actions {
      grid-template-rows: 1fr !important;
    }
  }
  @keyframes product-miniature-gallery-spin {
    to {
      transform: rotate(360deg);
    }
  }
  html[data-product-list-view=grid] .b2b-shop #js-product-list .products .product-miniature__quantity,
  .b2b-shop #js-product-list .products.products--grid .product-miniature__quantity,
  .b2b-shop #js-product-list.product-list-view--grid .products .product-miniature__quantity,
  .b2b-shop .product-slider .product-miniature__quantity {
    display: block;
    width: 100%;
  }
  html[data-product-list-view=grid] .b2b-shop #js-product-list .products .product-miniature__form,
  .b2b-shop #js-product-list .products.products--grid .product-miniature__form,
  .b2b-shop #js-product-list.product-list-view--grid .products .product-miniature__form,
  .b2b-shop .product-slider .product-miniature__form {
    flex-direction: column;
    align-items: stretch;
    overflow: visible;
  }
  html[data-product-list-view=grid] .b2b-shop #js-product-list .products .product-miniature__form .quantity-button input,
  .b2b-shop #js-product-list .products.products--grid .product-miniature__form .quantity-button input,
  .b2b-shop #js-product-list.product-list-view--grid .products .product-miniature__form .quantity-button input,
  .b2b-shop .product-slider .product-miniature__form .quantity-button input {
    max-width: unset;
  }
  .b2b-shop .product-slider .swiper-wrapper {
    align-items: stretch;
  }
  .b2b-shop .product-slider .swiper-slide {
    display: flex;
    height: auto;
  }
  .b2b-shop .product-slider .product-miniature {
    width: 100%;
  }
  html[data-product-list-view=list] .b2b-shop #js-product-list .products .product-miniature,
  .b2b-shop #js-product-list.product-list-view--list .products .product-miniature {
    height: auto !important;
    min-height: 0 !important;
  }
  html[data-product-list-view=list] .b2b-shop #js-product-list .products .product-miniature__inner,
  .b2b-shop #js-product-list.product-list-view--list .products .product-miniature__inner {
    display: grid !important;
    grid-template-columns: minmax(0, 180px) minmax(0, 1fr);
    gap: 1rem;
    height: auto !important;
    min-height: 0 !important;
    flex-direction: unset;
  }
  html[data-product-list-view=list] .b2b-shop #js-product-list .products .product-miniature__top,
  .b2b-shop #js-product-list.product-list-view--list .products .product-miniature__top {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    border-radius: 12px;
  }
  html[data-product-list-view=list] .b2b-shop #js-product-list .products .product-miniature__image-link,
  .b2b-shop #js-product-list.product-list-view--list .products .product-miniature__image-link {
    height: auto !important;
    max-height: none !important;
    aspect-ratio: unset !important;
    padding: 0.5rem;
  }
  html[data-product-list-view=list] .b2b-shop #js-product-list .products .product-miniature__image, html[data-product-list-view=list] .b2b-shop #js-product-list .products .product-miniature__image-slide img,
  .b2b-shop #js-product-list.product-list-view--list .products .product-miniature__image,
  .b2b-shop #js-product-list.product-list-view--list .products .product-miniature__image-slide img {
    width: 100%;
    height: auto;
    max-height: 180px !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
  html[data-product-list-view=list] .b2b-shop #js-product-list .products .product-miniature__image-container,
  .b2b-shop #js-product-list.product-list-view--list .products .product-miniature__image-container {
    border-bottom: 0 !important;
  }
  html[data-product-list-view=list] .b2b-shop #js-product-list .products .product-miniature__bottom,
  .b2b-shop #js-product-list.product-list-view--list .products .product-miniature__bottom {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto auto;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 0.5rem;
    align-items: start;
    align-content: start;
    flex: unset;
    flex-direction: unset;
    min-height: 0;
    padding: 0.25rem 0;
    box-shadow: none !important;
  }
  html[data-product-list-view=list] .b2b-shop #js-product-list .products .product-miniature__infos,
  .b2b-shop #js-product-list.product-list-view--list .products .product-miniature__infos {
    display: flex !important;
    grid-column: 1;
    grid-row: 1/-1;
    flex: unset;
    min-width: 0;
    margin-bottom: 0 !important;
  }
  html[data-product-list-view=list] .b2b-shop #js-product-list .products .product-miniature__title-wrapper,
  .b2b-shop #js-product-list.product-list-view--list .products .product-miniature__title-wrapper {
    min-height: 0;
    padding-bottom: 0 !important;
  }
  html[data-product-list-view=list] .b2b-shop #js-product-list .products .product-miniature__data-hover,
  .b2b-shop #js-product-list.product-list-view--list .products .product-miniature__data-hover {
    margin-top: 0.15rem;
    min-width: 0;
  }
  html[data-product-list-view=list] .b2b-shop #js-product-list .products .product-miniature__extra-features,
  .b2b-shop #js-product-list.product-list-view--list .products .product-miniature__extra-features {
    min-width: 0;
  }
  html[data-product-list-view=list] .b2b-shop #js-product-list .products .product-miniature__bottom > .product-miniature__prices,
  .b2b-shop #js-product-list.product-list-view--list .products .product-miniature__bottom > .product-miniature__prices {
    grid-column: 2;
    grid-row: 1;
    align-items: flex-end;
    justify-self: end;
    margin-top: 0;
    text-align: right;
  }
  html[data-product-list-view=list] .b2b-shop #js-product-list .products .product-miniature__bottom > .product-miniature__prices .product-miniature__price-value--gross,
  .b2b-shop #js-product-list.product-list-view--list .products .product-miniature__bottom > .product-miniature__prices .product-miniature__price-value--gross {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.3;
  }
  html[data-product-list-view=list] .b2b-shop #js-product-list .products .product-miniature__bottom > .product-miniature__prices .product-miniature__price-tax,
  .b2b-shop #js-product-list.product-list-view--list .products .product-miniature__bottom > .product-miniature__prices .product-miniature__price-tax {
    font-size: 0.8125rem;
  }
  html[data-product-list-view=list] .b2b-shop #js-product-list .products .product-miniature__actions,
  .b2b-shop #js-product-list.product-list-view--list .products .product-miniature__actions {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    justify-self: end;
    margin-top: 0 !important;
  }
  html[data-product-list-view=list] .b2b-shop #js-product-list .products .product-miniature__shipping,
  .b2b-shop #js-product-list.product-list-view--list .products .product-miniature__shipping {
    grid-column: 2;
    grid-row: 3;
    justify-self: end;
    max-width: 320px;
    margin-top: 0.25rem;
  }
  html[data-product-list-view=list] .b2b-shop #js-product-list .products .product-miniature__quantity,
  .b2b-shop #js-product-list.product-list-view--list .products .product-miniature__quantity {
    display: block;
    width: 100%;
    max-width: 160px;
  }
  html[data-product-list-view=list] .b2b-shop #js-product-list .products .product-miniature__form,
  .b2b-shop #js-product-list.product-list-view--list .products .product-miniature__form {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    min-width: 140px;
  }
  html[data-product-list-view=list] .b2b-shop #js-product-list .products .product-miniature__form .quantity-button input,
  .b2b-shop #js-product-list.product-list-view--list .products .product-miniature__form .quantity-button input {
    max-width: unset;
    min-height: 45px;
  }
  html[data-product-list-view=list] .b2b-shop #js-product-list .products .product-miniature__add.pixel-button,
  .b2b-shop #js-product-list.product-list-view--list .products .product-miniature__add.pixel-button {
    width: 100% !important;
    padding: 12px 20px !important;
  }
  @media (max-width: 767.98px) {
    html[data-product-list-view=list] .b2b-shop #js-product-list .products .product-miniature__inner,
    .b2b-shop #js-product-list.product-list-view--list .products .product-miniature__inner {
      grid-template-columns: minmax(0, 130px) minmax(0, 1fr);
      gap: 0.75rem;
    }
    html[data-product-list-view=list] .b2b-shop #js-product-list .products .product-miniature__bottom,
    .b2b-shop #js-product-list.product-list-view--list .products .product-miniature__bottom {
      grid-template-columns: minmax(0, 1fr);
      grid-template-rows: auto;
    }
    html[data-product-list-view=list] .b2b-shop #js-product-list .products .product-miniature__infos, html[data-product-list-view=list] .b2b-shop #js-product-list .products .product-miniature__prices, html[data-product-list-view=list] .b2b-shop #js-product-list .products .product-miniature__actions, html[data-product-list-view=list] .b2b-shop #js-product-list .products .product-miniature__shipping,
    .b2b-shop #js-product-list.product-list-view--list .products .product-miniature__infos,
    .b2b-shop #js-product-list.product-list-view--list .products .product-miniature__prices,
    .b2b-shop #js-product-list.product-list-view--list .products .product-miniature__actions,
    .b2b-shop #js-product-list.product-list-view--list .products .product-miniature__shipping {
      grid-row: auto;
      grid-column: 1;
      justify-self: stretch;
      text-align: left;
    }
  }
  .product-miniature-loader {
    container-type: inline-size;
    container-name: product-miniature-loader;
    height: 400px;
    opacity: 0.7;
    animation: loader-fade-in 0.3s ease-in;
  }
  .product-miniature-loader__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius);
  }
  .product-miniature-loader__top {
    position: relative;
    overflow: hidden;
    border-radius: var(--bs-border-radius);
    min-height: 175px;
    height: 175px;
    background-color: var(--bs-body-bg);
  }
  .product-miniature-loader__image-skeleton {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, var(--pixel-gray-light) 0%, var(--pixel-gray-light) 40%, rgba(255, 255, 255, 0.9) 50%, var(--pixel-gray-light) 60%, var(--pixel-gray-light) 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
    animation: skeleton-shimmer 1.8s ease-in-out infinite;
    border-radius: var(--bs-border-radius);
  }
  .product-miniature-loader__bottom {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background-color: white;
    gap: 0.5rem;
    padding: 0.5rem 0.5rem 1rem;
  }
  .product-miniature-loader__infos {
    display: grid;
    gap: 0.5rem;
  }
  .product-miniature-loader__reference-skeleton {
    width: 40%;
    height: 12px;
    background: linear-gradient(90deg, var(--pixel-gray-light) 0%, var(--pixel-gray-light) 40%, rgba(255, 255, 255, 0.9) 50%, var(--pixel-gray-light) 60%, var(--pixel-gray-light) 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
    animation: skeleton-shimmer 1.8s ease-in-out infinite;
    animation-delay: 0.1s;
    border-radius: 4px;
  }
  .product-miniature-loader__title-wrapper {
    position: relative;
    min-height: 42px;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  .product-miniature-loader__title-skeleton {
    width: 100%;
    height: 13px;
    background: linear-gradient(90deg, var(--pixel-gray-light) 0%, var(--pixel-gray-light) 40%, rgba(255, 255, 255, 0.9) 50%, var(--pixel-gray-light) 60%, var(--pixel-gray-light) 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
    animation: skeleton-shimmer 1.8s ease-in-out infinite;
    animation-delay: 0.2s;
    border-radius: 4px;
  }
  .product-miniature-loader__title-skeleton--short {
    width: 75%;
    animation-delay: 0.25s;
  }
  .product-miniature-loader__prices {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-top: 0.25rem;
  }
  .product-miniature-loader__price-skeleton {
    width: 60%;
    height: 18px;
    background: linear-gradient(90deg, var(--pixel-gray-light) 0%, rgba(255, 255, 255, 0.8) 50%, var(--pixel-gray) 100%);
    background-size: 200% 100%;
    animation: skeleton-shimmer 2.5s ease-in-out infinite;
    border-radius: 4px;
  }
  .product-miniature-loader__actions {
    display: grid;
    grid-template-rows: 1fr;
    margin-top: 0.5rem;
  }
  .product-miniature-loader__button-skeleton {
    width: 100%;
    height: 40px;
    background: linear-gradient(90deg, var(--pixel-gray-light) 0%, var(--pixel-gray-light) 40%, rgba(255, 255, 255, 0.9) 50%, var(--pixel-gray-light) 60%, var(--pixel-gray-light) 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
    animation: skeleton-shimmer 1.8s ease-in-out infinite;
    animation-delay: 0.35s;
    border-radius: 25px;
  }
  .product-miniature-loader__shipping-skeleton {
    width: 100%;
    height: 36px;
    background: linear-gradient(90deg, var(--pixel-gray-light) 0%, var(--pixel-gray-light) 40%, rgba(255, 255, 255, 0.9) 50%, var(--pixel-gray-light) 60%, var(--pixel-gray-light) 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
    animation: skeleton-shimmer 1.8s ease-in-out infinite;
    animation-delay: 0.4s;
    border-radius: 25px;
    margin-top: 0.5rem;
  }
  /* Animations */
  @keyframes skeleton-shimmer {
    0% {
      background-position: 200% 0;
    }
    100% {
      background-position: -200% 0;
    }
  }
  @keyframes loader-fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 0.7;
    }
  }
  /* Blur effect for loading state */
  .product-miniature-loader {
    filter: blur(0.5px);
    transition: filter 0.3s ease, opacity 0.3s ease;
  }
  .product-miniature-loader--loading {
    filter: blur(1px);
    opacity: 0.6;
  }
  .product-pack__list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.5rem;
  }
  .product-pack__link {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 0.5rem 2rem 0.5rem 0.5rem;
    border: 1px var(--bs-border-color) solid;
    border-radius: var(--bs-border-radius);
  }
  .product-pack__link:hover {
    background-color: var(--bs-tertiary-bg);
  }
  .product-pack__image {
    border-radius: var(--bs-border-radius-sm);
  }
  .product-pack__image-wrapper {
    flex-basis: 4rem;
    flex-shrink: 0;
  }
  .product-pack__name {
    flex-grow: 1;
    margin-block-end: 0;
    line-height: 1.2;
  }
  .product-pack__price {
    margin-block-end: 0;
    font-weight: 600;
    color: var(--bs-body-color);
  }
  .product-pack__quantity {
    margin-block-end: 0;
    color: var(--bs-body-color);
  }
  .product-variant {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
  }
  .product-variant__label {
    margin-block-end: 0.5rem;
  }
  .product-variant__legend, .product-variant__selected {
    display: inline-block;
    width: auto;
    margin-block-end: 0;
    font-size: var(--bs-body-font-size);
    line-height: var(--bs-body-line-height);
  }
  .product-variant__label .product-variant__selected {
    display: none;
  }
  .product-variant__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0;
  }
  .product-variant__pill {
    margin: 0;
  }
  .product-variant__pill-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0.5rem 1rem;
    margin: 0;
    border: 1px solid var(--pixel-gray);
    border-radius: var(--pixel-border-radius-small);
    background-color: #fff;
    color: var(--pixel-black);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  }
  .product-variant__pill-label:hover {
    border-color: var(--pixel-gray-dark);
  }
  .product-variant__pill-label--active, .product-variant__pill-input:checked + .product-variant__pill-label, .product-variant__pill-input:focus-visible + .product-variant__pill-label {
    border-color: var(--pixel-green);
    color: var(--pixel-black);
  }
  .product-variant__pill-text {
    pointer-events: none;
  }
  .product-variant__images {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0;
  }
  .product-variant__image {
    margin: 0;
  }
  .product-variant__image-label {
    display: block;
    width: 4.5rem;
    padding: 0.125rem;
    margin: 0;
    border: 1px solid var(--pixel-gray);
    border-radius: var(--pixel-border-radius-small);
    background-color: var(--pixel-gray-light);
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  }
  .product-variant__image-label:hover {
    border-color: var(--pixel-gray-dark);
  }
  .product-variant__image-label--active, .product-variant__image-input:checked + .product-variant__image-label, .product-variant__image-input:focus-visible + .product-variant__image-label {
    border-color: var(--pixel-green);
  }
  .product-variant__image-thumb {
    display: block;
    overflow: hidden;
    border-radius: calc(var(--pixel-border-radius-small) - 2px);
    background-color: #fff;
  }
  .product-variant__image-thumb img {
    display: block;
    width: 100%;
    height: 4rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .product-variant__image-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 4rem;
    padding: 0.25rem;
    font-size: 11px;
    line-height: 1.3;
    text-align: center;
    color: var(--pixel-gray-dark);
  }
  .product-variant__radios {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.5rem;
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
    margin-bottom: 0;
  }
  .product-variant__radio {
    margin: 0;
  }
  .product-variant__radio label {
    cursor: pointer;
  }
  .product-variant__colors {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-block-end: 0;
  }
  .product-variant__colors label {
    display: block;
    line-height: 0;
  }
  .rich-text {
    line-height: 1.5;
  }
  .rich-text ul {
    padding-left: 1.2rem;
    list-style: disc;
  }
  .rich-text img {
    max-width: 100%;
    height: auto;
  }
  .quantity-button input {
    max-width: 4rem;
    text-align: center;
    border: none;
    color: var(--pixel-black);
  }
  .quantity-button input:focus {
    outline: none;
    box-shadow: none;
    color: var(--pixel-green);
  }
  .quantity-button__group {
    border: 1px solid #DFE1E5;
    border-radius: 25px;
    overflow: hidden;
    min-width: 170px;
    padding: 0 10px;
  }
  .quantity-button__group:focus-within {
    border-color: var(--pixel-green);
  }
  .quantity-button__group > * {
    flex-grow: 1;
  }
  .quantity-button__multiplier {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    align-self: stretch;
    padding: 0 0.75rem;
    color: var(--pixel-gray-dark);
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .quantity-button__multiplier::before {
    content: "";
    position: absolute;
    top: 0.45rem;
    bottom: 0.45rem;
    left: 0;
    width: 1px;
    background: #DFE1E5;
  }
  .quantity-button button {
    --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
    color: #9E9E9E;
  }
  .quantity-button button:focus {
    outline: none;
    box-shadow: none;
    color: var(--pixel-green);
  }
  .quantity-button button.increment .confirmation {
    color: var(--bs-success);
  }
  .quantity-button button.decrement .confirmation {
    color: var(--bs-danger);
  }
  .quantity-button button:hover {
    opacity: 0.6;
    color: var(--pixel-green);
  }
  .quantity-button button:disabled {
    opacity: 1;
  }
  .quantity-button button .material-icons, .quantity-button button .ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__left-item[data-ps-has-child=true]::after, .ps-mainmenu:is(.ps-mainmenu--desktop) .quantity-button button .submenu__left-item[data-ps-has-child=true]::after {
    font-size: 1.25rem;
    pointer-events: none;
  }
  .quantity-button button .spinner-border {
    border-width: 0.125rem;
  }
  .page-loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(var(--bs-body-bg-rgb), 0.75);
  }
  body.af-seopage-loading .smartsearch-overlay {
    display: none !important;
  }
  .progress-ring__circle {
    transition: stroke-dashoffset 0.35s;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
  }
  .progress-ring__background-circle {
    stroke: var(--bs-secondary-bg);
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
  }
  .progress-ring__text {
    fill: var(--bs-body-color);
  }
  /**
   * Statyczny komunikat do progu darmowej wysyłki
   * (koszyk, wysuwany koszyk, checkout).
   */
  .free-shipping-progress {
    position: relative;
    margin-bottom: 1rem;
    padding: 1rem 1.25rem;
    background: white;
    border: 1px dashed #d7d7d7;
    border-radius: 10px;
  }
  .free-shipping-progress--hidden {
    display: none;
  }
  .free-shipping-progress__row {
    display: flex;
    align-items: center;
    gap: 0.25rem;
  }
  .free-shipping-progress__icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .free-shipping-progress__icon svg {
    display: block;
    width: 19px;
    height: 19px;
  }
  .free-shipping-progress__message {
    flex: 1;
    min-width: 0;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: var(--w-regular);
    line-height: 1.35;
    color: var(--pixel-gray-dark);
  }
  .free-shipping-progress__amount {
    white-space: nowrap;
    color: var(--pixel-black);
    font-weight: var(--w-semibold);
  }
  .free-shipping-progress--success .free-shipping-progress__message {
    color: var(--pixel-black);
    font-weight: var(--w-semibold);
  }
  .cart-grid__free-shipping {
    padding: 0 !important;
  }
  .cart-grid__free-shipping:empty {
    display: none;
  }
  .cart-grid__free-shipping .free-shipping-progress {
    margin-bottom: 1.5rem;
  }
  #pixel-cart-modal .pixel-cart-free-shipping-wrap {
    padding: 0 1.5rem;
  }
  #pixel-cart-modal .pixel-cart-free-shipping-wrap .free-shipping-progress {
    margin-bottom: 1rem;
    padding: 0.875rem 1rem;
  }
  .swiper.product-swiper,
  .swiper.product-slider {
    overflow-y: visible;
    overflow-x: clip;
    z-index: 2;
    margin: 0 -10px;
    padding: 0 10px;
  }
  .swiper.product-swiper .swiper-slide,
  .swiper.product-slider .swiper-slide {
    isolation: isolate;
  }
  @media (hover: hover) {
    .swiper.product-swiper .swiper-slide:hover,
    .swiper.product-slider .swiper-slide:hover {
      isolation: auto;
      position: relative;
      z-index: 10;
    }
  }
  @media (hover: hover) {
    .swiper.product-swiper:has(.product-miniature:hover),
    .swiper.product-slider:has(.product-miniature:hover) {
      z-index: 20;
    }
  }
  .layout-full-width .products {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
  }
  @media (min-width: 360px) {
    .layout-full-width .products {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (min-width: 992px) {
    .layout-full-width .products {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .layout-full-width .products:has(.product-miniature .product-miniature__regular-price) .product-miniature {
      height: 435px;
    }
    .layout-full-width .products:has(.product-miniature .product-miniature__regular-price) .product-miniature__inner {
      min-height: 100%;
    }
  }
  .layout-left-column .products,
  .layout-right-column .products {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
  }
  @media all and (min-width: 400px) {
    .layout-left-column .products,
    .layout-right-column .products {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (min-width: 768px) {
    .layout-left-column .products,
    .layout-right-column .products {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (min-width: 1200px) {
    .layout-left-column .products,
    .layout-right-column .products {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (min-width: 1400px) {
    .layout-left-column .products,
    .layout-right-column .products {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .layout-both-columns .products {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
  }
  @media (min-width: 360px) {
    .layout-both-columns .products {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (min-width: 768px) {
    .layout-both-columns .products {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  @media (min-width: 992px) {
    .layout-both-columns .products {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  #products {
    background: white;
    padding: 2rem;
    border-radius: var(--pixel-border-radius);
  }
  @media (max-width: 767.98px) {
    #products {
      padding: 24px 1rem;
    }
  }
  @media (max-width: 575.98px) {
    #products {
      margin-left: -1rem;
      margin-right: -1rem;
    }
  }
  @media (max-width: 575.98px) {
    #js-product-list-header {
      padding: 0 1rem;
      margin-left: -1rem;
      margin-right: -1rem;
    }
  }
  .products__selection {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    align-items: center;
    margin-block-end: 1.5rem;
  }
  @media (max-width: 767.98px) {
    .products__selection {
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
  }
  .products__count {
    color: var(--bs-secondary-color);
  }
  .products__view {
    display: flex;
    align-items: center;
  }
  @media (max-width: 767.98px) {
    .products__view {
      order: 1;
    }
  }
  .products__view-toggle {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 0.25rem;
    padding: 0.2rem;
    border: 1px solid var(--pixel-gray-light, #e2e2e2);
    border-radius: 999px;
    background: var(--pixel-gray-light, #e2e2e2);
  }
  .products__view-toggle-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    color: var(--pixel-gray-dark, #6d6d6d);
    cursor: pointer;
    background: transparent;
    border: 0;
    border-radius: 999px;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  }
  .products__view-toggle-btn svg {
    opacity: 1 !important;
  }
  .products__view-toggle-btn svg path {
    fill: var(--pixel-gray-dark, #6d6d6d) !important;
  }
  .products__view-toggle-btn:hover {
    color: var(--pixel-black, #111);
  }
  .products__view-toggle-btn:focus {
    outline: none;
  }
  .products__view-toggle-btn:focus-visible {
    outline: 2px solid var(--bs-focus-ring-color, #86b7fe);
    outline-offset: 2px;
  }
  .products__view-toggle-btn.is-active {
    color: var(--pixel-black, #111);
    background: var(--bs-body-bg);
  }
  .products__view-toggle-btn.is-active svg {
    opacity: 1 !important;
  }
  .products__view-toggle-btn.is-active svg path {
    fill: var(--pixel-black, #111) !important;
    opacity: 1 !important;
  }
  .products__view-toggle-icon {
    display: block;
    width: 1.125rem;
    height: 1.125rem;
  }
  .products__sort {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    order: -1;
  }
  @media (max-width: 767.98px) {
    .products__sort {
      order: 2;
    }
  }
  .products__sort-label {
    display: none;
    align-items: center;
    white-space: nowrap;
  }
  .products__sort-dropdown {
    flex-grow: 1;
  }
  .products__sort-dropdown-button {
    justify-content: space-between;
    width: 100%;
  }
  .products__filter-button {
    flex-basis: 0;
    flex-grow: 1;
  }
  .products__pagination {
    margin-block: 1.5rem;
  }
  @media (min-width: 768px) {
    .products__filter-button {
      display: none;
    }
    .products__sort-label {
      display: flex;
    }
  }
  @media (min-width: 992px) {
    .products__selection {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .products__sort {
      order: initial;
    }
  }
  .products .product-miniature__inner {
    height: 100%;
  }
  html[data-product-list-view=list] #js-product-list .products,
  #js-product-list.product-list-view--list .products {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    gap: 1rem;
  }
  html[data-product-list-view=list] #js-product-list .products .product-miniature,
  #js-product-list.product-list-view--list .products .product-miniature {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 0.5rem;
    border: 1px solid var(--pixel-gray-light, #e2e2e2);
    border-radius: 14px;
    background: var(--bs-body-bg);
  }
  html[data-product-list-view=list] #js-product-list .products .product-miniature__inner,
  #js-product-list.product-list-view--list .products .product-miniature__inner {
    display: grid;
    grid-template-columns: minmax(0, 180px) minmax(0, 1fr);
    gap: 1rem;
    height: auto;
    min-height: 0;
    transform: none !important;
  }
  html[data-product-list-view=list] #js-product-list .products .product-miniature__inner:hover,
  #js-product-list.product-list-view--list .products .product-miniature__inner:hover {
    transform: none !important;
  }
  html[data-product-list-view=list] #js-product-list .products .product-miniature__inner:hover .product-miniature__title,
  #js-product-list.product-list-view--list .products .product-miniature__inner:hover .product-miniature__title {
    opacity: 1 !important;
    visibility: visible !important;
    max-height: none;
  }
  html[data-product-list-view=list] #js-product-list .products .product-miniature__inner:hover .product-miniature__image,
  #js-product-list.product-list-view--list .products .product-miniature__inner:hover .product-miniature__image {
    transform: none !important;
  }
  html[data-product-list-view=list] #js-product-list .products .product-miniature__inner:hover .product-miniature__bottom,
  html[data-product-list-view=list] #js-product-list .products .product-miniature__inner:hover .product-miniature__top,
  #js-product-list.product-list-view--list .products .product-miniature__inner:hover .product-miniature__bottom,
  #js-product-list.product-list-view--list .products .product-miniature__inner:hover .product-miniature__top {
    box-shadow: none !important;
  }
  html[data-product-list-view=list] #js-product-list .products .product-miniature__top,
  #js-product-list.product-list-view--list .products .product-miniature__top {
    height: auto;
    min-height: 0;
    border-radius: 12px;
    box-shadow: none !important;
  }
  html[data-product-list-view=list] #js-product-list .products .product-miniature__image-container,
  #js-product-list.product-list-view--list .products .product-miniature__image-container {
    border-bottom: 0 !important;
  }
  html[data-product-list-view=list] #js-product-list .products .product-miniature__image-link,
  #js-product-list.product-list-view--list .products .product-miniature__image-link {
    padding: 0.5rem;
  }
  html[data-product-list-view=list] #js-product-list .products .product-miniature__image,
  html[data-product-list-view=list] #js-product-list .products .product-miniature__image-slide img,
  #js-product-list.product-list-view--list .products .product-miniature__image,
  #js-product-list.product-list-view--list .products .product-miniature__image-slide img {
    width: 100%;
    height: auto;
    max-height: 180px;
    -o-object-fit: contain;
       object-fit: contain;
    transform: none !important;
  }
  html[data-product-list-view=list] #js-product-list .products .product-miniature__bottom,
  #js-product-list.product-list-view--list .products .product-miniature__bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto auto;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 0.5rem;
    align-items: start;
    align-content: start;
    padding: 0.25rem 0;
    border-radius: 0;
    box-shadow: none !important;
  }
  html[data-product-list-view=list] #js-product-list .products .product-miniature__infos,
  #js-product-list.product-list-view--list .products .product-miniature__infos {
    grid-column: 1;
    grid-row: 1/-1;
    align-content: start;
    min-width: 0;
  }
  html[data-product-list-view=list] #js-product-list .products .product-miniature__title-wrapper,
  #js-product-list.product-list-view--list .products .product-miniature__title-wrapper {
    min-height: 0;
    padding-bottom: 0 !important;
  }
  html[data-product-list-view=list] #js-product-list .products .product-miniature__data-hover,
  #js-product-list.product-list-view--list .products .product-miniature__data-hover {
    margin-top: 0.15rem;
    min-width: 0;
  }
  html[data-product-list-view=list] #js-product-list .products .product-miniature__extra-features,
  #js-product-list.product-list-view--list .products .product-miniature__extra-features {
    min-width: 0;
  }
  html[data-product-list-view=list] #js-product-list .products .product-miniature__bottom > .product-miniature__prices,
  #js-product-list.product-list-view--list .products .product-miniature__bottom > .product-miniature__prices {
    grid-column: 2;
    grid-row: 1;
    align-items: flex-end;
    justify-self: end;
    margin-top: 0;
    text-align: right;
  }
  html[data-product-list-view=list] #js-product-list .products .product-miniature__bottom > .product-miniature__prices .product-miniature__price-value--gross,
  #js-product-list.product-list-view--list .products .product-miniature__bottom > .product-miniature__prices .product-miniature__price-value--gross {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.3;
  }
  html[data-product-list-view=list] #js-product-list .products .product-miniature__bottom > .product-miniature__prices .product-miniature__price-tax,
  #js-product-list.product-list-view--list .products .product-miniature__bottom > .product-miniature__prices .product-miniature__price-tax {
    font-size: 0.8125rem;
  }
  html[data-product-list-view=list] #js-product-list .products .product-miniature__title,
  #js-product-list.product-list-view--list .products .product-miniature__title {
    max-height: none;
    opacity: 1;
    visibility: visible;
    -webkit-line-clamp: unset;
    line-clamp: unset;
  }
  html[data-product-list-view=list] #js-product-list .products .product-miniature__title--secondary,
  #js-product-list.product-list-view--list .products .product-miniature__title--secondary {
    display: none;
  }
  html[data-product-list-view=list] #js-product-list .products .product-miniature__data-hover,
  #js-product-list.product-list-view--list .products .product-miniature__data-hover {
    display: flex !important;
    flex-direction: column;
    gap: 0.25rem;
    max-height: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible !important;
    transform: none !important;
    margin-top: 0.25rem;
  }
  html[data-product-list-view=list] #js-product-list .products .product-miniature__actions,
  #js-product-list.product-list-view--list .products .product-miniature__actions {
    grid-column: 2;
    grid-row: 2;
    grid-template-rows: 1fr;
    align-self: start;
    justify-self: end;
    overflow: visible;
  }
  html[data-product-list-view=list] #js-product-list .products .product-miniature__quantity,
  #js-product-list.product-list-view--list .products .product-miniature__quantity {
    display: block;
    width: 100%;
    max-width: 160px;
    flex-shrink: 0;
  }
  html[data-product-list-view=list] #js-product-list .products .product-miniature__form,
  #js-product-list.product-list-view--list .products .product-miniature__form {
    flex-direction: column;
    align-items: stretch;
    overflow: visible;
    width: 100%;
    min-width: 140px;
  }
  html[data-product-list-view=list] #js-product-list .products .product-miniature__form .quantity-button input,
  #js-product-list.product-list-view--list .products .product-miniature__form .quantity-button input {
    max-width: unset;
    min-height: 45px;
  }
  html[data-product-list-view=list] #js-product-list .products .product-miniature__add,
  #js-product-list.product-list-view--list .products .product-miniature__add {
    width: 100%;
    padding: 12px 20px;
  }
  html[data-product-list-view=list] #js-product-list .products .product-miniature__shipping,
  #js-product-list.product-list-view--list .products .product-miniature__shipping {
    grid-column: 2;
    grid-row: 3;
    justify-self: end;
    max-width: 320px;
    margin-top: 0.25rem;
  }
  html[data-product-list-view=list] #js-product-list .products .product-miniature,
  html[data-product-list-view=list] #js-product-list .products .product-miniature__inner,
  html[data-product-list-view=list] #js-product-list .products .product-miniature__top,
  html[data-product-list-view=list] #js-product-list .products .product-miniature__bottom,
  html[data-product-list-view=list] #js-product-list .products .product-miniature__title-wrapper,
  html[data-product-list-view=list] #js-product-list .products .product-miniature__data-hover,
  #js-product-list.product-list-view--list .products .product-miniature,
  #js-product-list.product-list-view--list .products .product-miniature__inner,
  #js-product-list.product-list-view--list .products .product-miniature__top,
  #js-product-list.product-list-view--list .products .product-miniature__bottom,
  #js-product-list.product-list-view--list .products .product-miniature__title-wrapper,
  #js-product-list.product-list-view--list .products .product-miniature__data-hover {
    transition: none !important;
  }
  @media (max-width: 767.98px) {
    html[data-product-list-view=list] #js-product-list .products .product-miniature__inner,
    #js-product-list.product-list-view--list .products .product-miniature__inner {
      grid-template-columns: minmax(0, 130px) minmax(0, 1fr);
      gap: 0.75rem;
    }
    html[data-product-list-view=list] #js-product-list .products .product-miniature__bottom,
    #js-product-list.product-list-view--list .products .product-miniature__bottom {
      grid-template-columns: minmax(0, 1fr);
      grid-template-rows: auto;
    }
    html[data-product-list-view=list] #js-product-list .products .product-miniature__infos,
    html[data-product-list-view=list] #js-product-list .products .product-miniature__bottom > .product-miniature__prices,
    html[data-product-list-view=list] #js-product-list .products .product-miniature__actions,
    html[data-product-list-view=list] #js-product-list .products .product-miniature__shipping,
    #js-product-list.product-list-view--list .products .product-miniature__infos,
    #js-product-list.product-list-view--list .products .product-miniature__bottom > .product-miniature__prices,
    #js-product-list.product-list-view--list .products .product-miniature__actions,
    #js-product-list.product-list-view--list .products .product-miniature__shipping {
      grid-row: auto;
      grid-column: 1;
      justify-self: stretch;
      text-align: left;
    }
  }
  #js-product-list .products .product-miniature:not(:hover),
  #js-product-list .products .product-miniature:not(:hover) * {
    transition: none !important;
  }
  @media (max-width: 575.98px) {
    #js-product-list .products .product-miniature__prices {
      min-height: unset;
      margin-bottom: 10px;
    }
  }
  .featured-products:has(.featured-products__navigation-container) .featured-products__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .featured-products:has(.featured-products__navigation-container) .featured-products__navigation {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
    align-items: center;
  }
  .featured-products:has(.featured-products__navigation-container) .featured-products__navigation-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
  }
  .featured-products:has(.featured-products__navigation-container) .featured-products__navigation-container .module-products__buttons {
    margin-block-start: 0px;
  }
  .featured-products .swiper-button-next,
  .featured-products .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    margin: 0;
    border: 1px solid var(--pixel-gray-dark);
    background-color: white;
    color: white;
  }
  .featured-products .swiper-button-next svg,
  .featured-products .swiper-button-prev svg {
    max-width: 14px;
  }
  .featured-products .swiper-button-next:hover,
  .featured-products .swiper-button-prev:hover {
    background-color: var(--pixel-green);
    border-color: var(--pixel-green);
    color: white;
  }
  .featured-products .swiper-button-next:hover svg path,
  .featured-products .swiper-button-prev:hover svg path {
    fill: white;
  }
  .featured-products .swiper-button-next .sr-only,
  .featured-products .swiper-button-prev .sr-only {
    display: none;
  }
  /* stylelint-disable value-keyword-case, order/properties-order, comment-empty-line-before, comment-whitespace-inside */
  .noUi {
    /* Offset direction
      */
    /* Give origins 0 height/width so they don't interfere with clicking the
      * connect elements.
      */
    /* Slider size and handle placement;
      */
    /* Styling;
      * Giving the connect element a border radius causes issues with using transform: scale
      */
    /* Handles and cursors;
      */
  }
  .noUi-target, .noUi-target * {
    box-sizing: border-box;
    /* stylelint-disable */
    touch-action: none;
    /* stylelint-enable */
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: none;
  }
  .noUi-base, .noUi-connects {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .noUi-connects {
    z-index: 0;
    overflow: hidden;
    border-radius: 0.5rem;
  }
  .noUi-connect, .noUi-origin {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transform-origin: 0 0;
    will-change: transform;
    transform-style: preserve-3d;
    transform-style: flat;
    width: 100%;
    height: 100%;
  }
  .noUi-connect {
    width: 100%;
    height: 100%;
    background: var(--bs-primary);
  }
  .noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    right: auto;
    left: 0;
  }
  .noUi .noUi-vertical .noUi-origin {
    width: 0;
  }
  .noUi-horizontal .noUi-origin {
    height: 0;
  }
  .noUi-touch-area {
    width: 100%;
    height: 100%;
  }
  .noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    transition: transform 0.3s;
  }
  .noUi-state-drag * {
    /* stylelint-disable */
    cursor: inherit !important;
    /* stylelint-enable */
  }
  .noUi-horizontal {
    height: 4px;
    margin: 12px 12px;
  }
  .noUi-horizontal .noUi-handle {
    top: -10px;
    /*!/* @noflip */
    right: -12px;
    width: 24px;
    height: 24px;
  }
  .noUi-vertical {
    width: 4px;
    margin: 12px 0;
  }
  .noUi-vertical .noUi-handle {
    top: -12px;
    right: -10px;
    width: 24px;
    height: 24px;
  }
  .noUi-target {
    position: relative;
    background: var(--bs-gray-200);
    border: 0 solid var(--bs-gray-300);
    border-radius: 0.5rem;
  }
  .noUi-draggable {
    cursor: ew-resize;
  }
  .noUi-vertical .noUi-draggable {
    cursor: ns-resize;
  }
  .noUi-handle {
    position: absolute;
    cursor: pointer;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 50%;
    outline: none;
    backface-visibility: hidden;
    transition: var(--bs-transition-default);
  }
  .noUi-handle:hover {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
  }
  .noUi-active {
    background: var(--bs-primary);
  }
  .noUi-active:hover {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
  }
  /* Disabled state;
  */
  [disabled] .noUi-connect {
    background: var(--bs-gray-200);
  }
  [disabled].noUi-target,
  [disabled].noUi-handle,
  [disabled] .noUi-handle {
    cursor: not-allowed;
  }
  .noui {
    /* Base;
     *
     */
    /* Values;
      *
      */
    /* Markings;
      *
      */
    /* Horizontal layout;
      *
      */
    /* Vertical layout;
      *
      */
  }
  .noui-pips, .noui-pips * {
    box-sizing: border-box;
  }
  .noui-pips {
    position: absolute;
    color: #999;
  }
  .noui-value {
    position: absolute;
    text-align: center;
    white-space: nowrap;
  }
  .noui-value-sub {
    font-size: 10px;
    color: #ccc;
  }
  .noui-marker {
    position: absolute;
    background: #ccc;
  }
  .noui-marker-sub {
    background: #aaa;
  }
  .noui-marker-large {
    background: #aaa;
  }
  .noui-pips-horizontal {
    top: 100%;
    left: 0;
    width: 100%;
    height: 80px;
    padding: 10px 0;
  }
  .noui-value-horizontal {
    transform: translate(-50%, 50%);
  }
  .noui-value-horizontal-rtl .noui-value-horizontal {
    transform: translate(50%, 50%);
  }
  .noui-marker-horizontal.noui-marker {
    width: 2px;
    height: 5px;
    margin-left: -1px;
  }
  .noui-marker-horizontal.noui-marker-sub {
    height: 10px;
  }
  .noui-marker-horizontal.noui-marker-large {
    height: 15px;
  }
  .noui-pips-vertical {
    top: 0;
    left: 100%;
    height: 100%;
    padding: 0 10px;
  }
  .noui-value-vertical {
    padding-left: 25px;
    transform: translate(0, -50%);
  }
  .noui-value-vertical-rtl .noui-value-vertical {
    transform: translate(0, 50%);
  }
  .noui-marker-vertical.noui-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
  }
  .noui-marker-vertical.noui-marker-sub {
    width: 10px;
  }
  .noui-marker-vertical.noui-marker-large {
    width: 15px;
  }
  .noui-tooltip {
    position: absolute;
    display: block;
    padding: 1px 5px;
    font-size: 12px;
    font-weight: 600;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
  }
  .noui-horizontal .noui-tooltip {
    bottom: 120%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .noui-vertical .noui-tooltip {
    top: 50%;
    right: 120%;
    transform: translate(0, -50%);
  }
  .noui-horizontal .noui-origin > .noui-tooltip {
    bottom: 10px;
    left: auto;
    transform: translate(50%, 0);
  }
  .noui-vertical .noui-origin > .noui-tooltip {
    top: auto;
    right: 28px;
    transform: translate(0, -18px);
  }
  .dl-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-block-end: 0;
    background-color: var(--bs-tertiary-bg);
    border-radius: var(--bs-border-radius);
  }
  .dl-list dt {
    padding: 1rem;
    margin: 0;
    font-weight: 600;
    border-block-end: 1px solid var(--bs-border-color);
  }
  .dl-list dt:last-of-type {
    border-block-end: none;
  }
  .dl-list dd {
    padding: 1rem;
    margin: 0;
    border-block-end: 1px solid var(--bs-border-color);
  }
  .dl-list dd:last-of-type {
    border-block-end: none;
  }
  .outline:focus-visible {
    outline: 0.125rem solid var(--bs-primary);
    outline-offset: -0.125rem;
  }
  .outline--rounded {
    border-radius: var(--bs-border-radius);
  }
  .outline.disabled:focus-visible, .outline:disabled:focus-visible {
    outline: none;
  }
  .skip-link:focus {
    position: fixed;
    top: 0.375rem;
    left: 0.375rem;
    z-index: 1090;
  }
  .back-to-top-link:focus {
    position: fixed;
    right: 0.375rem;
    bottom: 0.375rem;
    z-index: 1090;
  }
}
@layer ps-base {
  .header {
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
    max-width: 100vw;
    background-color: var(--bs-body-bg);
    transition: 0.3s ease-in-out;
    overflow-x: clip;
  }
  .header__wrapper {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: top center;
    will-change: transform;
    z-index: 5;
    position: relative;
    z-index: 10;
    box-shadow: 0px -3px 14px rgba(0, 0, 0, 0.13);
  }
  @media (max-width: 767.98px) {
    .header .header-block__title {
      font-size: 11px;
      line-height: 16px;
    }
  }
  @media (max-width: 767.98px) {
    .header .header-top__icon-block {
      border-radius: 8px;
      padding: 0.25rem;
    }
  }
  @media screen and (max-width: 440px) {
    .header .header-top__icon-block {
      padding: 0rem;
    }
  }
  @media (max-width: 991.98px) {
    .header {
      overflow: visible;
    }
    .header__wrapper {
      transform: none;
      transition: none;
      will-change: auto;
    }
  }
  @media (max-width: 575.98px) {
    .header {
      overflow: visible;
      transition: none;
    }
    .header__wrapper {
      transform: none;
      transition: none;
      will-change: auto;
    }
    .header img.logo {
      max-width: 170px;
    }
  }
  @media screen and (max-width: 440px) {
    .header img.logo {
      max-width: 140px;
    }
  }
  .header-nav-full-width {
    transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease, margin 0.3s ease;
  }
  @media (max-width: 1199.98px) {
    .header-nav-full-width {
      --bs-gutter-x: 1.5rem;
      padding-right: calc(var(--bs-gutter-x) * 0.5);
      padding-left: calc(var(--bs-gutter-x) * 0.5);
      display: flex;
      flex-direction: row;
      max-width: 960px;
      margin-right: auto;
      margin-left: auto;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
    .header-nav-full-width .ybc_searchbox {
      height: 100%;
    }
  }
  @media (max-width: 991.98px) {
    .header-nav-full-width {
      max-width: 720px;
      --bs-gutter-x: 0rem;
      padding-right: calc(var(--bs-gutter-x) * 0.5);
      padding-left: calc(var(--bs-gutter-x) * 0.5);
      -moz-column-gap: 10px;
           column-gap: 10px;
    }
  }
  @media (max-width: 767.98px) {
    .header-nav-full-width {
      max-width: 540px;
      --bs-gutter-x: 0rem;
      padding-right: calc(var(--bs-gutter-x) * 0.5);
      padding-left: calc(var(--bs-gutter-x) * 0.5);
      -moz-column-gap: 10px;
           column-gap: 10px;
    }
  }
  @media (max-width: 575.98px) {
    .header-nav-full-width {
      max-width: 100%;
      --bs-gutter-x: 1rem;
      padding-right: 1rem;
      padding-left: 1rem;
      -moz-column-gap: 10px;
           column-gap: 10px;
    }
  }
  @media (min-width: 768px) {
    body.is-scrolling .header-nav-full-width {
      max-height: 0;
      margin: 0;
      padding-top: 0;
      padding-bottom: 0;
      opacity: 0;
      overflow: hidden;
      pointer-events: none;
      transform: translateY(-100%);
    }
    body.is-scrolling.scrolling-up .header-nav-full-width {
      opacity: 1;
      overflow: visible;
      pointer-events: auto;
    }
    body.is-scrolling.scrolling-up .header-nav-full-width .ets_mm_megamenu {
      box-shadow: 0px -3px 14px rgba(0, 0, 0, 0.13);
    }
  }
  /* Logo pionowe w headerze.
     Znak (listek z rokiem) i napis to dwa osobne SVG - przy przewijaniu
     (body.is-scrolling, klasa ze scrollClasses.ts) napis zwija się do zera
     wysokości i zostaje sam listek. */
  .header-logo {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    color: #134a2c;
    text-decoration: none;
    line-height: 0;
    /* listek trzyma jeden rozmiar - przy przewijaniu znika tylko napis */
  }
  .header-logo svg {
    display: block;
    width: auto;
    /* motyw nadpisuje color na linkach, więc zieleń logo ustawiamy na fill */
    fill: #134a2c;
  }
  .header-logo__mark svg {
    height: 2.5rem;
  }
  .header-logo__word {
    overflow: hidden;
    max-height: 1.25rem;
    opacity: 1;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease, transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .header-logo__word svg {
    height: 0.875rem;
  }
  @media (max-width: 767.98px) {
    .header-logo__word {
      max-height: 1rem;
    }
    .header-logo__word svg {
      height: 0.75rem;
    }
  }
  body.is-scrolling .header-logo__word {
    max-height: 0;
    opacity: 0;
    transform: translateY(-0.25rem);
  }
  @media (prefers-reduced-motion: reduce) {
    .header-logo__word {
      transition: none;
    }
  }
  .header-top {
    padding: 1.5rem 0;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 5;
    position: relative;
    background-color: white;
  }
  @media (max-width: 1199.98px) {
    .header-top {
      padding: 0.5rem 0;
    }
  }
  .header-top__center, .header-top__right, .header-top__left {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    align-items: center;
  }
  .header-top__right {
    position: relative;
    justify-content: flex-end;
    padding: 0;
    margin-right: -0.75rem;
  }
  @media (max-width: 1199.98px) {
    .header-top__right {
      margin-left: auto;
    }
  }
  @media (max-width: 767.98px) {
    .header-top__right {
      -moz-column-gap: 10px;
           column-gap: 10px;
      margin-right: 0px;
    }
  }
  @media screen and (max-width: 415px) {
    .header-top__right {
      -moz-column-gap: 5px;
           column-gap: 5px;
    }
  }
  @media (max-width: 991.98px) {
    .header-top__shop-switch {
      display: none;
    }
  }
  .header-top__shop-switch {
    position: static;
    flex: 0 0 auto;
    margin-right: 0.25rem;
  }
  .header-top__shop-switch.header-top__icon-block a {
    min-width: 68px;
    row-gap: 5px;
  }
  @media (max-width: 1199.98px) {
    .header-top__shop-switch {
      display: flex;
    }
  }
  .header-top__shop-switch-icon {
    display: inline-flex;
    width: 27px;
    height: 27px;
    align-items: center;
    justify-content: center;
    color: var(--pixel-black, #262221);
    line-height: 0;
    transition: color 0.2s ease;
  }
  .header-top__shop-switch a:hover .header-top__shop-switch-icon {
    color: var(--pixel-green, #02816f);
  }
  .header-top a:not(.dropdown-item) {
    color: var(--header-top-color);
  }
  .header-top a:not(.dropdown-item):hover {
    color: var(--header-top-color-hover);
  }
  .header-top .form-select {
    cursor: pointer;
    border: none;
  }
  .header-top__icon-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .header-top__icon-block a, .header-top__icon-block button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 8px;
  }
  .header-top__icon-block a .header-block__title, .header-top__icon-block button .header-block__title {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */
    text-align: center;
    overflow: clip;
    transition: line-height 0.3s ease, opacity 0.3s ease;
    opacity: 1;
    /* Dark grey */
    color: var(--pixel-gray-dark);
  }
  @media (min-width: 768px) {
    .header-top {
      border-bottom: 1px solid var(--pixel-gray-light);
    }
  }
  @media (max-width: 767.98px) {
    .header-top > .container > .row {
      flex-wrap: nowrap;
      align-items: center;
      gap: 0.75rem;
    }
    .header-top__left {
      flex: 0 0 auto;
      padding: 0;
    }
    .header-top__logo img.logo {
      width: auto;
      max-width: 150px;
    }
    .header-top__right {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: minmax(0, 1fr);
      align-items: center;
      flex: 1 1 0;
      min-width: 0;
      margin-left: auto;
      margin-right: 0;
      padding: 0;
      -moz-column-gap: clamp(0.4rem, 2vw, 0.75rem);
           column-gap: clamp(0.4rem, 2vw, 0.75rem);
    }
    .header-top__right > .header-top__icon-block {
      width: 100%;
      min-width: 0;
      margin: 0;
    }
    .header-top__right .header-block__action-btn, .header-top__right .header-top__shop-switch > a {
      height: auto;
      min-height: 32px;
      justify-content: center;
      padding: 0 !important;
      text-align: center;
    }
    .header-top__right .header-block__title {
      display: block;
      width: 100%;
      max-width: 100%;
      min-height: 32px;
      font-size: 10px;
      line-height: 16px;
      text-align: center;
      overflow-wrap: break-word;
      transition: line-height 0.3s ease, opacity 0.3s ease;
    }
    .header-top__right .pixel-wishlist-nav__link {
      width: 100%;
      margin-inline: auto;
    }
    .header-top__right .pixel-wishlist-nav__icon {
      display: inline-flex;
      flex: 0 0 27px;
      width: 27px;
      height: 27px;
      align-items: center;
      justify-content: center;
      margin-inline: auto;
    }
    .header-top__right .material-icons, .header-top__right .ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__left-item[data-ps-has-child=true]::after, .ps-mainmenu:is(.ps-mainmenu--desktop) .header-top__right .submenu__left-item[data-ps-has-child=true]::after {
      font-size: 1.75rem;
    }
    .header-top__right svg {
      width: 1.75rem;
      max-height: 1.75rem;
    }
    .header-top__right .header-top__shop-switch-icon svg, .header-top__right .ps-contactinfo svg, .header-top__right .ps-customersignin svg {
      width: 2rem;
      max-height: 2rem;
    }
    .header-top__shop-switch {
      margin-right: 0;
    }
    .header-top__shop-switch.header-top__icon-block a {
      min-width: 0;
    }
  }
  @media (min-width: 450px) and (max-width: 767.98px) {
    .header-top__right {
      grid-auto-columns: minmax(0, 1fr);
      -moz-column-gap: clamp(0.25rem, 1.5vw, 0.5rem);
           column-gap: clamp(0.25rem, 1.5vw, 0.5rem);
    }
    .header-top__right > .header-top__icon-block > *, .header-top__right > .header-top__icon-block a, .header-top__right > .header-top__icon-block button {
      width: 100%;
    }
  }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .header-top__logo img.logo {
      max-width: 120px;
    }
    .header-top__right {
      align-items: start;
    }
    .header-top__right > .header-top__icon-block, .header-top__right > .header-top__icon-block a, .header-top__right > .header-top__icon-block button {
      justify-content: flex-start;
      row-gap: 4px;
    }
    .header-top__right .header-top__shop-switch-icon, .header-top__right .header-block__icon, .header-top__right .material-icons, .header-top__right .ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__left-item[data-ps-has-child=true]::after, .ps-mainmenu:is(.ps-mainmenu--desktop) .header-top__right .submenu__left-item[data-ps-has-child=true]::after, .header-top__right .pixel-wishlist-nav__icon {
      display: inline-flex;
      min-height: 2rem;
      align-items: center;
      justify-content: center;
    }
    .header-top__right .header-block__title {
      min-height: 26px;
      line-height: 13px;
      overflow-wrap: normal;
      word-break: keep-all;
      -webkit-hyphens: none;
              hyphens: none;
    }
  }
  @media (max-width: 449.98px) {
    .header-top > .container > .row {
      flex-wrap: wrap;
      gap: 0.75rem 0;
    }
    .header-top__left {
      display: flex;
      flex: 0 0 100%;
      width: 100%;
      justify-content: center;
    }
    .header-top__logo {
      justify-content: center;
      margin-right: auto !important;
      margin-left: auto !important;
    }
    .header-top__logo img.logo {
      max-width: 180px;
    }
    .header-top__right {
      display: grid;
      flex: 0 0 100%;
      width: 100%;
      margin: 0;
      padding-inline: 0.25rem;
      -moz-column-gap: 0.25rem;
           column-gap: 0.25rem;
    }
  }
  @media (max-width: 575.98px) {
    .header-top {
      transition: none;
    }
    .header-top > .container > .row {
      justify-content: center;
      gap: 0;
    }
    .header-top__left {
      display: flex;
      flex: 0 0 100%;
      width: 100%;
      justify-content: center;
    }
    .header-top__logo {
      justify-content: center;
      margin-right: auto !important;
      margin-left: auto !important;
    }
    .header-top__right {
      position: fixed;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1100;
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: minmax(0, 1fr);
      width: 100%;
      max-width: none;
      min-height: 64px;
      margin: 0;
      padding: 0.45rem 0.5rem;
      border-top: 1px solid var(--pixel-gray-light);
      background: #fff;
      box-shadow: 0 -4px 16px rgba(38, 34, 33, 0.1);
      -moz-column-gap: 0;
           column-gap: 0;
      align-items: start;
      transition: none;
    }
    .header-top__right * {
      transition: none;
    }
    .header-top__right > .header-top__icon-block {
      width: 100%;
      min-width: 0;
      justify-content: flex-start;
    }
    .header-top__right > .header-top__icon-block a, .header-top__right > .header-top__icon-block button {
      width: 100%;
      height: auto;
      min-height: 0;
      justify-content: flex-start;
      gap: 4px;
      row-gap: 4px;
    }
    .header-top__right > .header-top__icon-block a > :first-child, .header-top__right > .header-top__icon-block button > :first-child {
      display: inline-flex;
      flex: 0 0 28px;
      width: 28px;
      height: 28px;
      min-height: 28px;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      line-height: 1;
    }
    .header-top__right > .header-top__icon-block a > :first-child svg, .header-top__right > .header-top__icon-block button > :first-child svg {
      display: block;
      width: 27px;
      height: 27px;
      max-height: 27px;
      margin: auto;
    }
    .header-top__right > .header-top__icon-block a > svg:first-child, .header-top__right > .header-top__icon-block button > svg:first-child {
      display: block;
      width: 27px;
      height: 27px;
      max-height: 27px;
    }
    .header-top__right > .header-top__icon-block .material-icons, .header-top__right > .header-top__icon-block .ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__left-item[data-ps-has-child=true]::after, .ps-mainmenu:is(.ps-mainmenu--desktop) .header-top__right > .header-top__icon-block .submenu__left-item[data-ps-has-child=true]::after {
      width: 27px;
      height: 27px;
      min-height: 27px;
      font-size: 27px;
      line-height: 27px;
    }
    .header-top__right .header-block__title {
      display: flex;
      flex: 0 0 auto;
      height: 14px;
      min-height: 0;
      align-items: center;
      justify-content: center;
      font-size: 10px;
      line-height: 14px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      transition: none;
    }
    .header-top__right .header-top__shop-switch .header-block__title {
      display: block;
      width: calc(100% - 4px);
      margin: 0 auto;
      text-align: center;
      text-overflow: ellipsis;
    }
  }
  @media (max-width: 575.98px) {
    #index,
    #category,
    #product,
    #cms,
    #contact,
    #cart,
    #authentication,
    #account {
      padding-bottom: 64px;
    }
    .header-top-upper {
      transition: none;
    }
  }
  body:has(.ets_mm_megamenu.scroll_heading) .header-top {
    padding: 0.25rem 0;
  }
  [data-seo-links-container]:not(:has(*)) {
    display: none;
  }
  body.is-scrolling .header-top,
  .page-product.name-scrolled .header-top {
    padding: 0.5rem 0 0.25rem 0;
  }
  .header-top-upper {
    background-color: var(--pixel-beige-light);
    transition: margin-bottom 0.3s ease;
  }
  .header-top-upper .pixel-topbanner {
    width: 100%;
  }
  @media (max-width: 767.98px) {
    .header-top-upper .pixel-topbanner {
      display: none;
    }
  }
  .header-top-upper .pixel-topbanner__content {
    width: 100%;
    max-width: 1440px;
    margin-inline: auto;
    padding: 0.5rem 0.75rem;
    display: flex;
    justify-content: space-between;
  }
  @media (max-width: 991.98px) {
    .header-top-upper .pixel-topbanner__content {
      padding: 0rem 0.75rem;
    }
  }
  .header-top-upper .pixel-topbanner__content .header-top-b2b {
    display: flex;
    flex-direction: reverse;
    align-items: center;
    gap: 10px;
  }
  .header-top-upper .pixel-topbanner__content .header-top-b2b__link.pixel-button {
    padding: 5px 25px !important;
  }
  .header-top-upper .pixel-topbanner__content .header-top-b2b__link:not(.pixel-button) {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--pixel-green);
  }
  .header-top-upper .header-top__contact {
    display: none;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 3rem;
    margin: 0;
  }
  @media (min-width: 992px) {
    .header-top-upper .header-top__contact {
      display: flex;
    }
  }
  .header-top-upper .header-top__contact--socials {
    align-items: center;
    display: flex;
    gap: 10px;
  }
  .header-top-upper .header-top__contact--socials svg {
    max-width: -moz-fit-content;
    max-width: fit-content;
    max-height: 20px;
    aspect-ratio: 1/1;
  }
  .header-top-upper .header-top__contact--socials svg path {
    fill: var(--pixel-green);
  }
  .header-top-upper .header-top__contact--socials .header-top__contact-icon {
    margin-inline-end: 0rem;
  }
  .header-top-upper .header-top__contact--socials > .facebook {
    order: 1;
  }
  .header-top-upper .header-top__contact--socials > .instagram {
    order: 2;
  }
  .header-top-upper .header-top__contact--socials > .youtube {
    order: 3;
  }
  .header-top-upper .header-top__contact--socials > .youtube svg {
    max-height: 24px;
  }
  .header-top-upper .header-top__contact-link {
    display: inline-flex;
    align-items: center;
    color: var(--pixel-black);
    text-decoration: none;
  }
  .header-top-upper .header-top__contact-icon {
    display: inline-flex;
    flex: 0 0 auto;
    margin-inline-end: 0.75rem;
    border-radius: 50%;
  }
  .header-top-upper .header-top__contact-icon svg rect {
    fill: white;
  }
  .header-top-upper .header-top__contact-label {
    margin-inline-end: 0.25rem;
    font-weight: 500;
    font-size: 0.875rem;
    color: var(--pixel-gray-dark);
  }
  .header-top-upper .header-top__contact-value {
    color: inherit;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--pixel-green);
  }
  @media (max-width: 991.98px) {
    .header-top-upper {
      display: none;
    }
  }
  body.is-scrolling .header-top-upper {
    margin-bottom: -44px;
  }
  @media (max-width: 991.98px) {
    body.is-scrolling .header-top-upper {
      margin-bottom: -32px;
    }
  }
  body.is-scrolling.scrolling-up .header-top-upper {
    margin-bottom: 0;
  }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .header-top__right .header-block__title {
      display: none;
    }
    .header-top__right > .header-top__icon-block a,
    .header-top__right > .header-top__icon-block button,
    .header-top__right .header-block__action-btn,
    .header-top__right .header-top__shop-switch > a {
      min-height: 0;
      align-items: center;
      justify-content: center;
    }
    .header-top__right .header-top__shop-switch-icon,
    .header-top__right .header-block__icon,
    .header-top__right .material-icons,
    .header-top__right .ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__left-item[data-ps-has-child=true]::after,
    .ps-mainmenu:is(.ps-mainmenu--desktop) .header-top__right .submenu__left-item[data-ps-has-child=true]::after,
    .header-top__right .pixel-wishlist-nav__icon {
      min-height: 0;
    }
    .header-top__right {
      align-items: center;
    }
  }
  .header-bottom {
    padding: 0.25rem 0;
    border-bottom: 1px solid var(--bs-border-color);
  }
  .header-bottom__h1 {
    font-size: unset;
  }
  .header-bottom .navbar-brand {
    max-width: 250px;
    max-height: max(50px, 10vh);
    padding: 0;
  }
  .header-bottom .navbar-brand .logo {
    width: auto;
    max-width: 8rem;
    max-height: 3rem;
  }
  @media (min-width: 768px) {
    .header-bottom .navbar-brand .logo {
      max-width: 9rem;
    }
  }
  .header-bottom .nav-link:active, .header-bottom .nav-link.active {
    color: var(--bs-white);
  }
  .header-bottom .nav-link:active:hover {
    color: var(--bs-white);
  }
  @media (min-width: 768px) {
    .layout-left-column .columns-container,
    .layout-right-column .columns-container {
      --bs-gutter-x: 2.5rem;
    }
    .layout-left-column .columns-container > .row,
    .layout-right-column .columns-container > .row {
      --bs-gutter-x: 2.5rem;
    }
  }
  .footer__main {
    padding-block: 1.5rem;
    padding-top: 4rem !important;
    background: var(--pixel-beige-light);
    overflow-x: clip;
  }
  @media (max-width: 767.98px) {
    .footer__main {
      margin-top: 2rem;
      margin-bottom: 1rem;
    }
  }
  .footer__main-top {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    max-width: 100%;
  }
  @media (max-width: 1399.98px) {
    .footer__main-top {
      grid-template-columns: repeat(2, 1fr);
    }
    .footer__main-top .ps-contactinfo {
      order: 1;
    }
    .footer__main-top .ps-emailsubscription {
      order: 2;
    }
    .footer__main-top .ps-linklist {
      order: 3;
    }
  }
  @media (max-width: 767.98px) {
    .footer__main-top {
      grid-template-columns: repeat(1, 1fr);
      gap: 0px;
    }
    .footer__main-top .ps-contactinfo {
      order: 2;
      margin-bottom: 20px !important;
    }
    .footer__main-top .ps-contactinfo__block {
      margin-bottom: 20px !important;
    }
    .footer__main-top .ps-contactinfo .footer-block__title {
      pointer-events: none;
    }
    .footer__main-top .ps-contactinfo .footer-block__title button {
      pointer-events: none;
      display: none;
    }
    .footer__main-top .ps-contactinfo .footer-block__title button:after {
      content: none;
    }
    .footer__main-top .ps-contactinfo #footer_contactinfo {
      display: flex !important;
      flex-direction: column;
      gap: 0px;
    }
    .footer__main-top .ps-emailsubscription {
      order: 1;
    }
  }
  @media (max-width: 575.98px) {
    .footer__main-top {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  .footer__main-top > :empty {
    display: none;
  }
  .footer__main-top > * {
    width: 100%;
    flex-basis: 100%;
  }
  .footer__main-top .ps-contactinfo,
  .footer__main-top .ps-emailsubscription {
    min-width: 340px;
  }
  .footer-uj-landing__trigger {
    cursor: zoom-in;
  }
  .footer-uj-landing__image {
    display: block;
    width: 100%;
    height: auto;
  }
  .footer-uj-landing__dialog {
    width: calc(100vw - 2rem);
    max-width: calc(100vw - 2rem);
    margin-inline: 1rem;
  }
  @media (min-width: 768px) {
    .footer-uj-landing__dialog {
      width: calc(100vw - 3rem);
      max-width: calc(100vw - 3rem);
      margin-inline: 1.5rem;
    }
  }
  .footer-uj-landing__modal-body {
    overflow: auto;
  }
  .footer-uj-landing__modal-image {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
  }
  .footer-copyrights {
    padding-block-start: 1rem;
    background-color: var(--pixel-beige-light);
    border-radius: 10px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #656069;
  }
  .footer-copyrights p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
  }
  @media (max-width: 767.98px) {
    .footer-copyrights {
      padding-block-start: 0.5rem;
      margin-block-start: 0px !important;
    }
  }
  @media (max-width: 575.98px) {
    .footer-copyrights {
      padding: 0.5rem 0;
    }
  }
  .footer-copyrights p {
    margin-bottom: 0px;
  }
  .footer-copyrights span:not(.made_by_text) {
    margin-right: 5px;
  }
  .footer-copyrights a {
    color: var(--pixel-green);
    text-decoration: none;
  }
  .footer-copyrights a:hover {
    color: var(--pixel-green);
    text-decoration: underline;
  }
  @media (min-width: 768px) {
    .footer__main {
      padding-block: 1rem 1.25rem;
    }
  }
  body .footer-block {
    margin-block-end: 0.75rem;
  }
  @media (max-width: 767.98px) {
    body .footer-block {
      margin-block-end: 0px !important;
    }
  }
  body .footer-block-icon {
    background-color: white;
  }
  body .footer-block__title {
    position: relative;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 30px !important;
    /* Black */
    color: var(--pixel-black);
  }
  @media (max-width: 767.98px) {
    body .footer-block__title {
      margin-bottom: 10px !important;
    }
  }
  body .footer-block__title a {
    color: var(--bs-white);
  }
  body .footer-block__title--toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  body .footer-block__title--toggle .stretched-link {
    padding: 0;
    color: inherit;
    background-color: inherit;
    border: none;
  }
  body .footer-block__title--toggle .stretched-link:not(.collapsed) i {
    transform: rotate(0.5turn);
  }
  body .footer-block__title--toggle i {
    transition: var(--bs-transition-default);
  }
  body .footer-block__list {
    margin-block-end: 0;
    display: flex;
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 12px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  @media (max-width: 767.98px) {
    body .footer-block__list {
      margin-block-end: 0px !important;
    }
  }
  body .footer-block__list a {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--pixel-gray-dark) !important;
  }
  @media (hover: hover) {
    body .footer-block__list a:hover {
      color: var(--pixel-green) !important;
    }
  }
  body .footer-block a {
    color: var(--bs-gray-300);
  }
  body .footer-block a:hover {
    color: var(--bs-white);
  }
  @media (min-width: 768px) {
    body .footer-block {
      margin-block-end: 1.5rem;
    }
    body .footer-block__title {
      margin-block-end: 1.5rem;
    }
    body .footer-block__content.collapse {
      display: block;
    }
  }
  .before-footer .have-questions-container {
    padding-block-end: 3rem;
  }
  .before-footer .have-questions-container .have-questions {
    padding: 2rem;
    border-radius: 10px;
  }
  @media (max-width: 575.98px) {
    .before-footer .have-questions-container .have-questions {
      padding: 1rem;
    }
  }
  .before-footer .have-questions-container .have-questions__content {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  @media (max-width: 1199.98px) {
    .before-footer .have-questions-container .have-questions__content {
      justify-content: center;
    }
  }
  @media (max-width: 767.98px) {
    .before-footer .have-questions-container .have-questions__content {
      justify-content: flex-start;
    }
  }
  .before-footer .have-questions-container .have-questions__content-right {
    display: flex;
    flex-direction: row;
    gap: 100px;
    justify-content: space-between;
    align-items: center;
  }
  @media (max-width: 1399.98px) {
    .before-footer .have-questions-container .have-questions__content-right {
      gap: 50px;
    }
  }
  @media (max-width: 767.98px) {
    .before-footer .have-questions-container .have-questions__content-right {
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }
  }
  @media (max-width: 575.98px) {
    .before-footer .have-questions-container .have-questions__content-right {
      justify-content: flex-start;
    }
  }
  .before-footer .have-questions-container .have-questions__content-item {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-start;
  }
  @media (max-width: 767.98px) {
    .before-footer .have-questions-container .have-questions__content-item {
      min-width: 255px;
    }
  }
  .before-footer .have-questions-container .have-questions__content-item-icon {
    background-color: white;
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .before-footer .have-questions-container .have-questions__content-item-icon svg {
    width: 20px;
    height: 20px;
  }
  .before-footer .have-questions-container .have-questions__content-item-text {
    display: flex;
    flex-direction: column;
  }
  .before-footer .have-questions-container .have-questions__content-item-text span {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #656069;
  }
  .before-footer .have-questions-container .have-questions__content-item-text a {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #262221;
  }
  .before-footer .have-questions-container .have-questions__title {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 135%;
    color: #262221;
    margin-bottom: 10px;
  }
  @media (max-width: 1199.98px) {
    .before-footer .have-questions-container .have-questions__title {
      text-align: center;
    }
  }
  @media (max-width: 575.98px) {
    .before-footer .have-questions-container .have-questions__title {
      text-align: left;
    }
  }
  .before-footer .have-questions-container .have-questions__description {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 135%;
    color: #262221;
  }
  @media (max-width: 1199.98px) {
    .before-footer .have-questions-container .have-questions__description {
      text-align: center;
    }
  }
  @media (max-width: 575.98px) {
    .before-footer .have-questions-container .have-questions__description {
      text-align: left;
    }
  }
  .smartsearch-item__price-current {
    color: var(--pixel-green) !important;
  }
  .smartsearch-item__price-badge {
    background-color: var(--pixel-green) !important;
  }
  .smartsearch-item__badge--muted {
    background: var(--pixel-green-light) !important;
  }
  .pixel-login-form .log-in-spacer {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  .pixel-login-form .log-in-spacer:before {
    background: #e6e6e6;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .pixel-login-form .log-in-spacer span {
    background: #fff;
    display: inline-flex;
    font-size: 13px;
    letter-spacing: 3px;
    padding: 0 10px;
    text-transform: uppercase;
    z-index: 2;
  }
  .pixel-login-form .icon-button {
    align-items: center;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    height: 60px;
    outline: none;
    padding: 20px;
    text-decoration: none;
    transition: border-color 0.2s;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .pixel-login-form .icon-button svg {
    width: 20px;
    height: 20px;
  }
  .pixel-login-form .icon-button span {
    font-size: 13px;
    font-weight: 500;
  }
  #content > section:nth-child(2) > div > div > div.col-md-6.col-lg-7.col-xl-8.col-xxl-9 > section > div > div > div.featured-products__header.d-flex.align-items-center.mb-3 > div > div.smartsearch-reco__load-more-wrapper.module-products__buttons.d-none.d-lg-flex.mt-0 > button {
    display: none !important;
  }
}
/* stylelint-enable */
.ps-mainmenu {
  order: -1;
}
.ps-mainmenu:is(.ps-mainmenu--desktop) {
  display: flex;
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__mobile-toggle {
  display: flex;
  align-items: center;
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__mobile-toggle .menu-toggle {
  padding-inline: 0.375rem;
  color: var(--bs-body-color);
  background-color: transparent;
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__mobile-toggle .menu-toggle:hover {
  color: var(--bs-link-hover-color);
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__mobile-toggle .menu-toggle .material-icons, .ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__mobile-toggle .menu-toggle .submenu__left-item[data-ps-has-child=true]::after {
  font-size: 1.5rem;
}
@media (min-width: 1200px) {
  .ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__mobile-toggle {
    display: none;
  }
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__tree {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: stretch;
  margin: 0;
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__tree > li {
  display: flex;
  align-items: center;
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__tree > li.current .ps-mainmenu__tree-link {
  color: var(--bs-link-color);
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__tree > li .ps-mainmenu__tree-item-wrapper {
  display: flex;
  align-items: center;
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__tree > li .ps-mainmenu__tree-link {
  padding: 1.25rem 0.5rem;
  color: var(--bs-secondary-color);
  text-decoration: none;
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__tree > li .ps-mainmenu__tree-link:hover {
  color: var(--bs-link-hover-color);
  cursor: pointer;
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__tree > li .ps-mainmenu__tree-link:active {
  color: var(--bs-link-hover-color);
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__tree > li .ps-mainmenu__tree-link:focus {
  color: var(--bs-link-hover-color);
  border-radius: var(--bs-border-radius);
  outline: 0.125rem solid var(--bs-link-color);
  outline-offset: 0.125rem;
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__tree > li .ps-mainmenu__tree-dropdown-toggle {
  display: flex;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  padding: 1.25rem 0.125rem;
  color: var(--bs-secondary-color);
  cursor: pointer;
  background: none;
  border: none;
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__tree > li .ps-mainmenu__tree-dropdown-toggle::after {
  transition: var(--bs-transition-default);
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__tree > li .ps-mainmenu__tree-dropdown-toggle:hover {
  color: var(--bs-link-hover-color);
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__tree > li .ps-mainmenu__tree-dropdown-toggle:focus {
  color: var(--bs-link-hover-color);
  border-radius: var(--bs-border-radius);
  outline: 0.125rem solid var(--bs-link-color);
  outline-offset: 0.125rem;
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__tree > li .ps-mainmenu__tree-dropdown-toggle[aria-expanded=true]::after {
  transform: rotate(-0.5turn);
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__tree > li .submenu {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 1060;
  display: none;
  background-color: var(--bs-body-bg);
  border-top: 0.0625rem solid var(--bs-border-color);
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .submenu {
  box-shadow: var(--bs-box-shadow-md);
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__row {
  align-items: stretch;
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__left {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-block: 1.5rem;
  border-right: 0.0625rem solid var(--bs-border-color);
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__left-item {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  color: var(--bs-body-color);
  text-decoration: none;
  background-color: transparent;
  border-radius: var(--bs-border-radius);
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__left-item:hover {
  color: var(--bs-link-hover-color);
  background-color: var(--bs-tertiary-bg);
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__left-item:focus {
  color: var(--bs-link-hover-color);
  background-color: var(--bs-tertiary-bg);
  outline: 0.125rem solid var(--bs-link-color);
  outline-offset: 0.125rem;
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__left-item.active {
  color: var(--bs-link-color);
  background-color: var(--bs-tertiary-bg);
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__left-item.active:active, .ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__left-item.active:focus {
  color: var(--bs-link-hover-color);
  background-color: var(--bs-tertiary-bg);
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__left-item[data-ps-has-child=true]::after {
  margin: 0 0 0 auto;
  content: "\e315"/" ";
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__right {
  padding-block: 1.5rem;
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__right-items {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 2rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__right-items:first-child {
  display: grid;
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__right-items.active {
  display: grid;
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__right-items.not-active {
  display: none;
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__right-items .menu-item {
  display: block;
  color: var(--bs-body-color);
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__right-items .menu-item:hover {
  color: var(--bs-link-hover-color);
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__right-items .menu-item__group--child .menu-item__group-main-item, .ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__right-items .menu-item__group--nochild .menu-item__group-main-item {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 600;
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__right-items .menu-item__group--child {
  display: flex;
  flex-direction: column;
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__right-items .menu-item__group--child .menu-item {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}
@media (min-width: 1400px) {
  .ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__right-items {
    grid-template-columns: repeat(4, 1fr);
  }
}
.ps-mainmenu:is(.ps-mainmenu--mobile) {
  padding: 0;
  overflow: hidden;
}
.ps-mainmenu:is(.ps-mainmenu--mobile) .contact-link {
  display: block;
  margin-bottom: 1rem;
}
.ps-mainmenu:is(.ps-mainmenu--mobile) .offcanvas-header {
  justify-content: space-between;
  padding-inline: 0 0.75rem;
}
.ps-mainmenu:is(.ps-mainmenu--mobile) .btn-close {
  padding: 0.75rem;
  margin: 0;
}
.ps-mainmenu:is(.ps-mainmenu--mobile) .menu {
  position: relative;
  left: 100%;
  display: none;
  width: 100%;
  max-width: 25rem;
  padding: 0 1rem;
  transition: var(--bs-transition-default);
}
.ps-mainmenu:is(.ps-mainmenu--mobile) .menu a {
  display: block;
  padding-block: 0.5rem;
  color: var(--bs-secondary-color);
}
.ps-mainmenu:is(.ps-mainmenu--mobile) .menu a:hover {
  color: var(--bs-link-hover-color);
}
.ps-mainmenu:is(.ps-mainmenu--mobile) .menu__title {
  padding: 0;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--bs-body-color);
}
.ps-mainmenu:is(.ps-mainmenu--mobile) .menu__list {
  margin: 0;
}
.ps-mainmenu:is(.ps-mainmenu--mobile) .menu__link:active {
  color: var(--bs-link-color);
}
.ps-mainmenu:is(.ps-mainmenu--mobile) .menu__toggle-child {
  padding: 0.25rem;
}
.ps-mainmenu:is(.ps-mainmenu--mobile) .menu__toggle-child > span {
  display: block;
  line-height: 0;
}
.ps-mainmenu:is(.ps-mainmenu--mobile) .menu--current {
  left: 0;
  display: block;
}
.ps-mainmenu:is(.ps-mainmenu--mobile) .menu--fromLeft {
  animation: from-left 0.25s;
}
.ps-mainmenu:is(.ps-mainmenu--mobile) .menu--fromRight {
  animation: from-right 0.25s;
}
.ps-mainmenu:is(.ps-mainmenu--mobile) .menu--parent {
  left: -100%;
  display: none;
  opacity: 0;
}
.ps-mainmenu:is(.ps-mainmenu--mobile) .menu--childrens {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ps-mainmenu:is(.ps-mainmenu--mobile) .ps-mainmenu__mobile {
  height: 100%;
}
.ps-mainmenu:is(.ps-mainmenu--mobile) .ps-mainmenu__back-button .btn {
  padding: 0.25rem 0.5rem;
  line-height: 1;
}
.ps-mainmenu:is(.ps-mainmenu--mobile) .ps-mainmenu__tree {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.ps-mainmenu:is(.ps-mainmenu--mobile) .ps-mainmenu__additionnals {
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  .ps-mainmenu {
    order: 1;
  }
}

@keyframes from-left {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes from-right {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
.ps-searchbar {
  position: relative;
  min-width: 19rem;
  margin-block: 0.5rem;
  overflow: visible;
}
.ps-searchbar__form {
  position: relative;
}
.ps-searchbar__input {
  padding-block: 0.5rem;
  padding-inline: 2.5rem;
}
.ps-searchbar__magnifier {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  padding: 0;
  color: var(--bs-body-color);
  cursor: pointer;
  transform: translateY(-50%);
}
.ps-searchbar__clear {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  padding: 0;
  color: var(--bs-body-color);
  cursor: pointer;
  border-radius: var(--bs-border-radius);
  transition: var(--bs-transition-default);
  transform: translateY(-50%);
}
.ps-searchbar__clear:hover, .ps-searchbar__clear:focus-visible {
  color: var(--bs-link-hover-color);
  background-color: var(--bs-tertiary-bg);
}
.ps-searchbar__offcanvas {
  bottom: inherit;
  height: auto;
  border-bottom: 0;
}
.ps-searchbar__offcanvas .offcanvas-header {
  display: flex;
  gap: 0.25rem;
  padding: 0.5rem 1rem;
  background-color: var(--bs-body-bg);
}
.ps-searchbar__container {
  flex-grow: 1;
}
.ps-searchbar__dropdown {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  z-index: 1070;
  width: 100vw;
  max-width: 30rem;
  overflow: hidden;
  background-color: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  box-shadow: 0 10px 20px 0 rgba(var(--bs-black-rgb), 0.1);
}
.ps-searchbar__results {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  max-height: 21rem;
  padding: 1rem;
  margin: 0;
  overflow-y: scroll;
}
.ps-searchbar--mobile {
  display: flex;
  align-items: center;
}
.ps-searchbar--mobile .ps-searchbar {
  margin-block: 0;
}
@media (max-width: 767.98px) {
  .ps-searchbar {
    position: inherit;
    min-width: inherit;
    overflow: inherit;
  }
  .ps-searchbar__dropdown {
    top: 100%;
    right: 0;
    left: 0;
    max-width: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.ps-searchbar__result-name {
  padding: 0.5rem 1rem;
  margin: 0;
  color: var(--bs-body-color);
  transition: var(--bs-transition-default);
}
.ps-searchbar__result-link {
  display: flex;
  align-items: center;
  border-radius: var(--bs-border-radius);
  outline: 2px solid transparent;
  transition: var(--bs-transition-default);
}
.ps-searchbar__result-link:hover {
  background-color: var(--bs-tertiary-bg);
}
.ps-searchbar__result-link:hover .ps-searchbar__result-name {
  color: var(--bs-body-color);
}
.ps-searchbar__result-link:focus {
  background-color: var(--bs-tertiary-bg);
}
.ps-searchbar__result-link:focus .ps-searchbar__result-name {
  color: var(--bs-body-color);
}
.ps-searchbar__result-link:focus-visible {
  outline: 2px solid var(--bs-primary);
}
.ps-searchbar__result-link:active {
  background-color: var(--bs-tertiary-bg);
}
.ps-searchbar__result-link:active .ps-searchbar__result-name {
  color: var(--bs-link-hover-color);
}
.ps-searchbar__result-image {
  flex-shrink: 0;
  width: 4rem;
  border-radius: var(--bs-border-radius);
}

.ets_search_block_top {
  order: 2;
  position: relative;
}
@media (max-width: 767px) {
  .ets_search_block_top {
    order: 6;
    min-width: calc(100% - 60px);
    margin-top: 0px !important;
    margin-right: 0px;
  }
}
@media (max-width: 575.98px) {
  .ets_search_block_top {
    flex-grow: 1;
  }
}
.ets_search_block_top div.search_block_results {
  margin-top: 0px;
}
.ets_search_block_top .box_button_see {
  transition: 0.3s ease;
}
.ets_search_block_top .search_query.form-control {
  padding-left: 50px;
  padding: 10px 50px 10px 50px;
  border-radius: 25px;
  border: 1px solid var(--pixel-gray-light);
}
@media (max-width: 1199.98px) {
  .ets_search_block_top .search_query.form-control {
    height: 45px;
  }
}
@media (max-width: 575px) {
  .ets_search_block_top .search_query.form-control {
    padding: 10px 50px 10px 20px;
    font-size: 16px;
  }
}
.ets_search_block_top .search_query.form-control::-moz-placeholder {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #9e9e9e;
}
.ets_search_block_top .search_query.form-control::placeholder {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #9e9e9e;
}
.ets_search_block_top form.ybc_searchbox {
  display: flex;
}
@media (max-width: 1199.98px) {
  .ets_search_block_top form.ybc_searchbox {
    align-items: center;
  }
}
.ets_search_block_top form.ybc_searchbox .btn.button-search {
  background: #000000 none repeat scroll 0 0;
  border: medium none;
  color: #c6c6c6;
  display: flex;
  float: left;
  height: 40px;
  min-width: 40px;
  padding: 10px 0;
  outline: none;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  width: 40px;
  justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  top: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  background-color: var(--pixel-gray-light);
  width: auto;
  color: #656069;
  border-radius: 25px;
  padding: 8px 15px;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.45px;
}
.ets_search_block_top form.ybc_searchbox .btn.button-search svg {
  max-width: 16px;
  max-height: 16px;
}
.ets_search_block_top form.ybc_searchbox .btn.button-search svg path {
  fill: #9e9e9e;
}
.ets_search_block_top .ybc_form_icon {
  position: absolute;
  top: 50%;
  left: 15px;
  height: 23px;
  width: 16px;
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .ets_search_block_top .ybc_form_icon {
    display: none;
  }
}
.ets_search_block_top .ybc_form_icon svg {
  max-width: 16px;
  max-height: 16px;
}
.ets_search_block_top .ybc_form_icon svg path {
  fill: #9e9e9e;
}
.ets_search_block_top .search_block_results {
  left: 50%;
  transform: translateX(-50%);
  max-width: 1400px;
}

#smartsearch-nav-widget {
  flex: 1 1 auto;
  min-width: 0;
}
@media (max-width: 767px) {
  #smartsearch-nav-widget {
    order: 6;
  }
}

#search_widget.jolisearch-widget {
  order: 2;
  position: relative;
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  #search_widget.jolisearch-widget {
    display: block !important;
    order: 6;
    margin-top: 0 !important;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  #search_widget.jolisearch-widget {
    flex-grow: 1;
  }
}
#search_widget.jolisearch-widget form {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
}
#search_widget.jolisearch-widget form::before {
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 2;
  font-family: "Material Icons";
  font-size: 24px;
  line-height: 1;
  color: #1f2933;
  content: "search";
  transform: translateY(-50%);
  font-feature-settings: "liga";
}
#search_widget.jolisearch-widget .search_wrapper {
  flex: 1 1 auto;
  width: 100%;
}
#search_widget.jolisearch-widget .search_query.form-control {
  width: 100%;
  height: 40px;
  padding: 10px 105px 10px 50px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid var(--pixel-gray-light);
  border-radius: 25px;
}
@media (max-width: 1199.98px) {
  #search_widget.jolisearch-widget .search_query.form-control {
    height: 45px;
  }
}
@media (max-width: 575px) {
  #search_widget.jolisearch-widget .search_query.form-control {
    padding-right: 72px;
    padding-left: 50px;
    font-size: 16px;
  }
}
#search_widget.jolisearch-widget .search_query.form-control::-moz-placeholder {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: #9e9e9e;
  text-align: left;
}
#search_widget.jolisearch-widget .search_query.form-control::placeholder {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: #9e9e9e;
  text-align: left;
}
#search_widget.jolisearch-widget .button-search {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 40px;
  height: auto;
  padding: 8px 15px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.45px;
  color: #656069;
  text-align: center;
  background-color: var(--pixel-gray-light);
  border: 0;
  border-radius: 25px;
  outline: none;
  transition: all 0.4s ease 0s;
  transform: translateY(-50%);
}
#search_widget.jolisearch-widget .button-search .header-top__icon {
  display: none;
}
#search_widget.jolisearch-widget .button-search .hidden-xl-down {
  display: inline !important;
}

#smartsearch-nav-widget .search-toggler {
  display: none !important;
}

.ets_mm_megamenu {
  min-width: 80px;
}
.ets_mm_megamenu .container {
  background-color: transparent !important;
}
@media (max-width: 767.98px) {
  .ets_mm_megamenu {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
.ets_mm_megamenu.layout_layout1.hook-default {
  left: 0;
  margin: 0;
  padding: 0;
  position: sticky !important;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media (max-width: 1199.98px) {
  .ets_mm_megamenu.layout_layout1.hook-default {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media (max-width: 1199.98px) {
  .ets_mm_megamenu.layout_layout1 li:hover > a {
    color: var(--pixel-green) !important;
  }
  .ets_mm_megamenu.changestatus.transition_floating .ybc-menu-toggle.opened:before {
    content: none !important;
  }
  .ets_mm_megamenu.changestatus .mm_menus_ul .arrow::before {
    content: none !important;
  }
  .ets_mm_megamenu.changestatus .mm_menus_ul .arrow::after {
    content: none !important;
  }
  .ets_mm_megamenu.changestatus.transition_floating .mm_menus_ul {
    position: relative;
    visibility: visible;
    transform: unset !important;
    opacity: 1 !important;
    padding-bottom: 1rem;
    row-gap: 0;
  }
  .ets_mm_megamenu.changestatus.transition_floating .mm_menus_ul .close_menu {
    margin-bottom: 10px;
  }
  .ets_mm_megamenu.changestatus.transition_floating .mm_menus_ul .mm_menus_ul {
    background-color: white !important;
    border-right: 1px solid #F5F5F7;
    will-change: transform;
    max-width: 375px !important;
  }
  .ets_mm_megamenu.changestatus.transition_floating .mm_menus_ul .mm_menus_ul .arrow {
    opacity: 1 !important;
    width: 80px;
    padding: 1rem;
    display: flex;
    justify-content: flex-end;
  }
  .ets_mm_megamenu.changestatus.transition_floating .mm_menus_ul .close_menu {
    background-color: white !important;
    border-bottom: 1px solid #F5F5F7;
    padding: 12px 15px 12px 20px;
  }
}
@media (max-width: 1199.98px) and (max-width: 1199.98px) {
  .ets_mm_megamenu.changestatus.transition_floating .mm_menus_ul .close_menu {
    position: sticky;
    top: 0;
    background: white;
    z-index: 999;
  }
}
@media (max-width: 1199.98px) {
  .ets_mm_megamenu.changestatus.transition_floating .mm_menus_ul .close_menu .pull-left {
    color: var(--pixel-black) !important;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 137%;
    text-transform: none !important;
  }
  .ets_mm_megamenu.changestatus.transition_floating .mm_menus_ul .ets_mm_megamenu_content_content_bottom_li {
    position: sticky;
    bottom: 0;
    width: 100%;
  }
}
.ets_mm_megamenu .ets_mm_megamenu_content_content_bottom {
  background-color: var(--pixel-bg);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.ets_mm_megamenu .ets_mm_megamenu_content_content_bottom .ets_mm_megamenu_content_bottom_text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #656069;
}
.ets_mm_megamenu_content {
  background: var(--elnar-blue) !important;
}
@media (max-width: 1199.98px) {
  .ets_mm_megamenu_content .ybc-menu-toggle {
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 0.5rem 1rem 0.25rem;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0.25rem;
    border-radius: 8px;
    background-color: white;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: var(--pixel-gray-dark);
    justify-content: center;
    align-items: center;
    text-transform: none;
  }
  .ets_mm_megamenu_content .ybc-menu-toggle .ybc-menu-button-toggle_icon {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ets_mm_megamenu_content .ybc-menu-toggle .ybc-menu-button-toggle_icon svg {
    width: auto;
    height: 16px;
  }
}
@media (max-width: 767.98px) {
  .ets_mm_megamenu_content .ybc-menu-toggle {
    padding: 0.5rem;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 45px;
    min-width: 45px;
    background-color: #F5F5F7;
    border-radius: 8px;
    overflow: clip;
  }
  .ets_mm_megamenu_content .ybc-menu-toggle .ybc-menu-button-toggle_text {
    display: none;
  }
  .ets_mm_megamenu_content .ybc-menu-toggle .ybc-menu-button-toggle_icon {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.ets_mm_megamenu_content .custom_content_wrapper {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .ets_mm_megamenu_content .custom_content_wrapper {
    max-width: 350px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: white;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    padding: 0px;
    width: auto;
    min-width: 375px;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    box-shadow: 0px -3px 14px rgba(0, 0, 0, 0.13);
  }
}
@media (max-width: 1199.98px) {
  .ets_mm_megamenu_content .ybc-menu-toggle.opened ~ .custom_content_wrapper {
    transform: translateX(0%);
  }
}
.ets_mm_megamenu_content .mm_menus_ul {
  background-color: white !important;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .ets_mm_megamenu_content .mm_menus_ul {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: white;
    padding: 0px;
    border-bottom: 1px solid #DFE1E5;
    border-top: 1px solid #DFE1E5;
    flex-direction: column;
    align-items: flex-start;
    max-width: 400px;
    transform: translateX(0%);
    transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .ets_mm_megamenu_content .mm_menus_ul .close_menu {
    display: block !important;
  }
  .ets_mm_megamenu_content .mm_menus_ul > .mm_menus_li {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
}
@media (max-width: 1199.98px) and (max-width: 767.98px) {
  .ets_mm_megamenu_content .mm_menus_ul > .mm_menus_li > a {
    padding: 15px 15px;
  }
}
@media (max-width: 1199.98px) {
  .ets_mm_megamenu_content .mm_menus_ul > .mm_menus_li > .mm_columns_ul {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 !important;
    margin: 0;
    border: none !important;
    border-radius: 0;
    gap: 0 !important;
    background: transparent;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .ets_mm_megamenu_content .mm_menus_ul > .mm_menus_li.open_li > .mm_columns_ul,
  .ets_mm_megamenu_content .mm_menus_ul > .mm_menus_li > .mm_columns_ul.open,
  .ets_mm_megamenu_content .mm_menus_ul > .mm_menus_li > .mm_columns_ul.active {
    max-height: var(--mm-sub-height, 100vh);
    opacity: 1;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .ets_mm_megamenu_content .mm_menus_ul > .mm_menus_li > .mm_columns_ul {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .ets_mm_megamenu_content .mm_menus_ul > .mm_menus_li > .arrow svg {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .ets_mm_megamenu_content .mm_menus_ul > .mm_menus_li > .arrow.opened svg {
    transform: rotate(90deg);
  }
  .ets_mm_megamenu_content .mm_menus_ul > .mm_menus_li .mm_menu_content_title .submenu_icon svg {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .ets_mm_megamenu_content .mm_menus_ul > .mm_menus_li.open_li .mm_menu_content_title .submenu_icon svg {
    transform: rotate(180deg);
  }
  .ets_mm_megamenu_content .mm_menus_ul > .mm_menus_li > .mm_columns_ul > li {
    max-width: none !important;
    min-width: 0 !important;
    flex: none !important;
    opacity: 1 !important;
  }
}
@media (max-width: 575px) {
  .ets_mm_megamenu_content .mm_menus_ul {
    background-color: white;
  }
}
.ets_mm_megamenu_content .mm_menus_ul .mm_menus_li {
  border: none !important;
}
.ets_mm_megamenu_content .mm_menus_ul .mm_menus_li > .ets_mm_url {
  background: var(--elnar-blue) !important;
}
@media (max-width: 991px) {
  .ets_mm_megamenu_content .mm_menus_ul .mm_menus_li > .ets_mm_url {
    background-color: white !important;
    color: var(--elnar-blue) !important;
  }
}
.ets_mm_megamenu_content .mm_menus_ul .mm_menus_li > .ets_mm_url:before {
  display: none !important;
}
.ets_mm_megamenu_content .mm_menus_ul .mm_menus_li .mm_menu_content_title {
  color: var(--pixel-black);
  text-transform: capitalize;
  text-align: left;
  transition: var(--elnar-trans);
  padding: 0 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}
@media (max-width: 1399.98px) {
  .ets_mm_megamenu_content .mm_menus_ul .mm_menus_li .mm_menu_content_title {
    padding: 0 5px;
  }
}
@media (max-width: 1199.98px) {
  .ets_mm_megamenu_content .mm_menus_ul .mm_menus_li .mm_menu_content_title {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .ets_mm_megamenu_content .mm_menus_ul .mm_menus_li .mm_menu_content_title {
    line-height: 24px;
  }
}
.ets_mm_megamenu_content .mm_menus_ul .mm_menus_li .mm_menu_content_title .submenu_icon {
  margin-left: 6px;
}
@media (max-width: 1199.98px) {
  .ets_mm_megamenu_content .mm_menus_ul .mm_menus_li .mm_menu_content_title .submenu_icon {
    display: none;
  }
}
.ets_mm_megamenu_content .mm_menus_ul .mm_menus_li .ets-menu-item-banner img {
  opacity: 0.2;
  transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translate(10%, -50%) !important;
}
@media (hover: hover) {
  .ets_mm_megamenu_content .mm_menus_ul .mm_menus_li:hover li:hover > a {
    color: var(--pixel-green) !important;
  }
  .ets_mm_megamenu_content .mm_menus_ul .mm_menus_li:hover .ets-menu-item-banner img {
    transform: translate(30%, -50%) !important;
    opacity: 1;
  }
  .ets_mm_megamenu_content .mm_menus_ul .mm_menus_li:hover > .mm_columns_ul > li:nth-child(1),
  .ets_mm_megamenu_content .mm_menus_ul .mm_menus_li:hover > .mm_columns_ul > li:nth-child(2) {
    opacity: 1;
  }
}
.ets_mm_megamenu_content .mm_menus_ul > .mm_menus_li > .mm_columns_ul {
  padding-left: 1em !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-right: 1rem !important;
  border-color: transparent;
  display: flex !important;
  display: none !important;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px !important;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 1px solid #DFE1E5;
  border-top: 1px solid rgba(223, 225, 229, 0.368627451);
}
@media (max-width: 1199.98px) {
  .ets_mm_megamenu_content .mm_menus_ul > .mm_menus_li > .mm_columns_ul {
    padding-bottom: 0rem !important;
    padding-top: 0rem !important;
    padding-left: 1rem !important;
    animation: none !important;
  }
  .ets_mm_megamenu_content .mm_menus_ul > .mm_menus_li > .mm_columns_ul.active {
    padding-bottom: 0rem !important;
    padding-top: 0rem !important;
  }
}
@media (max-width: 1199.98px) and (max-width: 1199.98px) {
  .ets_mm_megamenu_content .mm_menus_ul > .mm_menus_li > .mm_columns_ul > .mm_menus_li:has(.mm_block_type_product) {
    display: none !important;
  }
}
.ets_mm_megamenu_content .mm_menus_ul > .mm_menus_li:hover > .mm_columns_ul {
  display: flex !important;
}
.ets_mm_megamenu_content .mm_menus_ul .ets_mm_block.mm_block_type_category span.h4 {
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .ets_mm_megamenu_content .mm_menus_ul .ets_mm_block.mm_block_type_category span.h4 {
    font-size: 14px !important;
    line-height: 24px;
  }
}
.ets_mm_megamenu_content .mm_menus_ul .ets_mm_block.mm_block_type_category .ets_mm_categories {
  display: flex;
  flex-direction: column;
  gap: 0rem;
}
.ets_mm_megamenu_content .mm_menus_ul .ets_mm_block.mm_block_type_category .ets_mm_categories li a:before {
  display: none;
}
@media (max-width: 1199.98px) {
  .ets_mm_megamenu_content .mm_menus_ul .mm_columns_li .mm_blocks_li {
    padding: 0 10px 0 30px;
  }
}
.ets_mm_megamenu_content .mm_menus_ul .mm_columns_li.column_size_5 .ets_mm_block.mm_block_type_category .ets_mm_categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0rem;
}
@media (max-width: 1199.98px) {
  .ets_mm_megamenu_content .mm_menus_ul .mm_columns_li.column_size_5 .ets_mm_block.mm_block_type_category .ets_mm_categories {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ets_mm_megamenu_content .mm_menus_ul .mm_columns_li.column_size_4 .ets_mm_block.mm_block_type_category .ets_mm_categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0rem;
}
@media (max-width: 1199.98px) {
  .ets_mm_megamenu_content .mm_menus_ul .mm_columns_li.column_size_4 .ets_mm_block.mm_block_type_category .ets_mm_categories {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ets_mm_megamenu_content .mm_menus_ul .mm_columns_li.column_size_12 .ets_mm_block.mm_block_type_category .ets_mm_categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}
@media (max-width: 1199.98px) {
  .ets_mm_megamenu_content .mm_menus_ul .mm_columns_li.column_size_12 .ets_mm_block.mm_block_type_category .ets_mm_categories {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ets_mm_megamenu_content .mm_menus_ul .mm_columns_li.column_size_12 .ets_mm_block.mm_block_type_category .ets_mm_categories .ets_mm_url {
  text-transform: lowercase;
  display: block;
}
.ets_mm_megamenu_content .mm_menus_ul .mm_columns_li.column_size_12 .ets_mm_block.mm_block_type_category .ets_mm_categories .ets_mm_url::first-letter {
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .ets_mm_megamenu_content .mm_menus_ul {
    width: 100vw;
    max-width: 100vw;
  }
}
@media (hover: hover) {
  .ets_mm_megamenu a:hover {
    color: var(--pixel-green) !important;
  }
}
.ets_mm_megamenu.layout_layout1 .ets_mm_megamenu_content {
  border: none;
}
.ets_mm_megamenu .arrow {
  opacity: 1;
}
@media (max-width: 767.98px) {
  .ets_mm_megamenu .arrow {
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .hook-default.scroll_heading .mm_menus_ul {
    display: flex !important;
  }
}
@media (min-width: 1199px) {
  .mm_menus_li.hover:hover .mm_columns_ul:not(.mm_columns_ul_tab) {
    overflow-x: visible !important;
    overflow-y: clip;
  }
  .mm_menus_li.hover:hover .mm_columns_ul:not(.mm_columns_ul_tab) .mm_columns_li {
    opacity: 1;
  }
}
@keyframes showUpMenu {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body.is-scrolling .ets_mm_megamenu:not(:has(.ybc-menu-toggle.opened)) .mm_menu_content_title {
  min-height: 45px;
}
body.is-scrolling .ets_mm_megamenu:not(:has(.ybc-menu-toggle.opened)) .ets_mm_megamenu_content .custom_content_wrapper .mm_menus_ul > .mm_menus_li > .mm_columns_ul > li:nth-child(2),
body.is-scrolling .ets_mm_megamenu:not(:has(.ybc-menu-toggle.opened)) .ets_mm_megamenu_content .custom_content_wrapper .mm_menus_ul > .mm_menus_li > .mm_columns_ul > li:nth-child(1) {
  opacity: 1;
}

.transition_floating .mm_menus_ul {
  max-width: 100% !important;
}

@media (max-width: 767px) {
  .mm_menus_ul:has(.mm_columns_ul.active) {
    overflow-y: visible !important;
  }
  .mm_menus_ul > li {
    overflow: unset !important;
  }
  .ets_mm_megamenu_content .custom_content_wrapper .mm_menus_ul > .mm_menus_li > .mm_columns_ul.active {
    top: 0 !important;
  }
}
@media (min-width: 1200px) {
  .ets_mm_megamenu .mm_menus_ul > .mm_menus_li {
    opacity: 0 !important;
    transition: opacity 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .ets_mm_megamenu .mm_menus_ul > .mm_menus_li .mm_columns_ul {
    margin-top: 0 !important;
  }
}
@media (min-width: 1200px) and (hover: hover) {
  .ets_mm_megamenu .mm_menus_ul > .mm_menus_li {
    opacity: 1 !important;
  }
}
#header .ps-contactinfo a {
  color: var(--bs-body-color);
}
#header .ps-contactinfo a:hover {
  color: var(--bs-link-hover-color);
}

#footer .ps-contactinfo__infos {
  margin-bottom: 1rem;
}
#footer .ps-contactinfo__infos,
#footer .ps-contactinfo__phone,
#footer .ps-contactinfo__fax,
#footer .ps-contactinfo__email {
  display: flex;
  align-items: center;
}
#footer .ps-contactinfo__infos i,
#footer .ps-contactinfo__phone i,
#footer .ps-contactinfo__fax i,
#footer .ps-contactinfo__email i {
  margin-right: 0.5rem;
  font-size: 1.125rem;
}
#footer .ps-contactinfo__title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: var(--pixel-gray-dark);
}
#footer .ps-contactinfo__title + * {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: var(--pixel-black);
}
@media (hover: hover) {
  #footer .ps-contactinfo__link:hover {
    color: var(--pixel-green);
  }
}
#footer .ps-contactinfo__block {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}
#footer .ps-contactinfo__block:last-of-type {
  margin-bottom: 0;
}
#footer .ps-contactinfo__block-icon {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 0px;
       column-gap: 0px;
  row-gap: 0px;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 52px;
  height: 52px;
  min-width: 52px;
  min-height: 52px;
  background-color: var(--pixel-green);
  border-radius: 50%;
}
#footer .ps-contactinfo__block-icon svg {
  transform: translateX(1px);
}

.ps-contactinfo hr {
  margin: 0;
}
.ps-contactinfo__item {
  display: flex;
  gap: 1rem;
  padding-bottom: 1rem;
}
.ps-contactinfo__item:not(:first-of-type) {
  padding-top: 1rem;
}
.ps-contactinfo__info--email {
  word-break: break-all;
}

.ps-emailsubscription__content {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.ps-emailsubscription__conditions {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 16px;
  color: var(--pixel-gray-dark);
  margin-top: 15px;
}
.ps-emailsubscription__description {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--pixel-gray-dark);
}
.ps-emailsubscription__form-group {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  position: relative;
}
.ps-emailsubscription__form-group .form-control {
  width: 100%;
  border-radius: 25px;
  padding: 0.75rem 1.25rem;
}
.ps-emailsubscription__form-group .form-control:not(:focus) {
  border-color: white;
}
.ps-emailsubscription__form-group .btn {
  position: absolute;
  right: 0.5rem;
  top: 0;
  bottom: 0;
  width: auto;
  height: calc(100% - 0.75rem);
  border-radius: 25px;
  transform: translateY(0.375rem);
  background-color: var(--pixel-green);
  color: var(--pixel-white);
  z-index: 1;
  padding: 6px 20px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}
@media (hover: hover) {
  .ps-emailsubscription__form-group .btn:hover {
    background-color: var(--pixel-green-dark);
  }
}
.ps-socialfollow ul {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

/**
 * 2007-2024 PrestaShop and Contributors
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * @author    Pixel
 * @copyright 2007-2024 Pixel
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Pixel
 */
.pixel-b2b-pallet-order-info {
  margin-top: 0.5rem;
  max-width: 22rem;
}
.pixel-b2b-pallet-order-info__card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.625rem 0.75rem;
  border: 1px solid rgba(2, 129, 111, 0.18);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(2, 129, 111, 0.06) 0%, rgba(2, 129, 111, 0.02) 100%);
}
.pixel-b2b-pallet-order-info__header {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.pixel-b2b-pallet-order-info__icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  color: var(--pixel-green-dark, #02816f);
  background: rgba(2, 129, 111, 0.1);
}
.pixel-b2b-pallet-order-info__title {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--pixel-black, #262221);
}
.pixel-b2b-pallet-order-info__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}
.pixel-b2b-pallet-order-info__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.1875rem 0.5rem;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1.25;
  color: var(--pixel-gray-dark, #656069);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(101, 96, 105, 0.12);
}
.pixel-b2b-pallet-order-info__chip-label {
  color: var(--pixel-gray-dark, #656069);
}
.pixel-b2b-pallet-order-info__chip-value {
  font-weight: 600;
  color: var(--pixel-black, #262221);
}
.pixel-b2b-pallet-order-info__chip--hint {
  font-weight: 500;
  color: var(--pixel-green-dark, #02816f);
  border-color: rgba(2, 129, 111, 0.18);
  background: rgba(255, 255, 255, 0.72);
}
.pixel-b2b-pallet-order-info__chip--unavailable {
  border-color: rgba(255, 70, 87, 0.22);
  background: rgba(255, 70, 87, 0.06);
}
.pixel-b2b-pallet-order-info__chip--unavailable .pixel-b2b-pallet-order-info__chip-value {
  color: var(--bs-red, #ff4657);
}
.pixel-b2b-pallet-order-info__summary {
  display: inline-flex;
  align-items: baseline;
  gap: 0.375rem;
  padding-top: 0.125rem;
}
.pixel-b2b-pallet-order-info__summary-item {
  display: inline-flex;
  align-items: baseline;
  gap: 0.1875rem;
}
.pixel-b2b-pallet-order-info__summary-value {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--pixel-green-dark, #02816f);
}
.pixel-b2b-pallet-order-info__summary-label {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--pixel-gray-dark, #656069);
}
.pixel-b2b-pallet-order-info__summary-sep {
  font-size: 14px;
  line-height: 1;
  color: rgba(101, 96, 105, 0.45);
}

.product-line__details .pixel-b2b-pallet-order-info {
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .pixel-b2b-pallet-order-info {
    max-width: none;
  }
}
.pixel-shoppingcart-wrapper {
  position: relative;
  display: inline-block;
}

.pixel-cart-trigger {
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.pixel-cart-trigger:hover {
  opacity: 0.8;
}
.pixel-cart-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pixel-cart-icon .material-icons, .pixel-cart-icon .ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__left-item[data-ps-has-child=true]::after, .ps-mainmenu:is(.ps-mainmenu--desktop) .pixel-cart-icon .submenu__left-item[data-ps-has-child=true]::after {
  font-size: 1.5rem;
  color: inherit;
  color: black;
}
.pixel-cart-badge {
  position: absolute;
  top: 0;
  right: calc(50% - 18px);
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  background: var(--pixel-green);
  color: #ffffff;
  border-radius: 9px;
  font-size: 0.75rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  transform: translate(20%, 10%);
  outline: 1px solid white;
}
.pixel-cart-badge--small {
  font-size: 0.6875rem;
  padding: 0 3px;
}
.pixel-cart-badge:empty, .pixel-cart-badge[data-count="0"] {
  display: none;
}
.pixel-cart-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  overflow: hidden;
}
.pixel-cart-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}
.pixel-cart-modal-overlay.active .pixel-cart-modal-panel {
  transform: translateX(0);
}
.pixel-cart-modal-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 360px;
  height: 100vh;
  height: 100dvh;
  background-color: #ffffff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 10000;
}
@media (min-width: 576px) {
  .pixel-cart-modal-panel {
    border-top-left-radius: var(--pixel-border-radius);
    border-bottom-left-radius: var(--pixel-border-radius);
  }
}
@media (max-width: 575.98px) {
  .pixel-cart-modal-panel {
    max-width: 100vw;
  }
}
@media (max-width: 360px) {
  .pixel-cart-modal-panel {
    max-width: 100%;
  }
}
.pixel-cart-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.35rem 1.5rem;
  border-bottom: 1px solid #dee2e6;
  flex-shrink: 0;
}
.pixel-cart-modal-header svg {
  max-height: 20px;
}
.pixel-cart-modal-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
}
.pixel-cart-modal-title .material-icons, .pixel-cart-modal-title .ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__left-item[data-ps-has-child=true]::after, .ps-mainmenu:is(.ps-mainmenu--desktop) .pixel-cart-modal-title .submenu__left-item[data-ps-has-child=true]::after {
  font-size: 1.5rem;
}
.pixel-cart-modal-close {
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  transition: color 0.2s ease;
}
.pixel-cart-modal-close:hover {
  color: #212529;
}
.pixel-cart-modal-close .material-icons, .pixel-cart-modal-close .ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__left-item[data-ps-has-child=true]::after, .ps-mainmenu:is(.ps-mainmenu--desktop) .pixel-cart-modal-close .submenu__left-item[data-ps-has-child=true]::after {
  font-size: 1.5rem;
}
.pixel-cart-modal-body {
  flex: 0 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 1rem 0.5rem 1rem 1rem;
  display: flex;
  flex-direction: column;
}
.pixel-cart-content {
  flex: 0 0 auto;
}
.pixel-cart-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
}
.pixel-cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
  text-align: center;
  color: #6c757d;
}
.pixel-cart-empty .material-icons, .pixel-cart-empty .ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__left-item[data-ps-has-child=true]::after, .ps-mainmenu:is(.ps-mainmenu--desktop) .pixel-cart-empty .submenu__left-item[data-ps-has-child=true]::after {
  font-size: 4rem;
  color: #dee2e6;
  margin-bottom: 1rem;
}
.pixel-cart-items {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 1rem;
}
.pixel-cart-item {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
  padding-bottom: 0;
  border-bottom: none;
  position: relative;
  transition: opacity 0.3s ease, filter 0.3s ease;
}
.pixel-cart-item.product-line {
  display: grid;
  flex-wrap: unset;
  gap: unset;
}
.pixel-cart-item:not(.product-line):last-child {
  border-bottom: none;
}
.pixel-cart-item-addon-name {
  margin-right: 5px;
}
.pixel-cart-item-addon-quantity {
  margin-right: 5px;
  color: var(--pixel-black);
}
.pixel-cart-item-addon-price {
  color: var(--pixel-green);
}
.pixel-cart-item--removing {
  pointer-events: none;
}
.pixel-cart-item--removing > :not(.pixel-cart-item-removing-loader) {
  visibility: hidden;
}
.pixel-cart-item--removing .pixel-cart-item-removing-loader {
  display: flex;
}
.pixel-cart-item-removing-loader {
  display: none;
  position: absolute;
  inset: 0;
  align-items: stretch;
  gap: 1rem;
  padding-bottom: 1.5rem;
  animation: pixel-cart-loader-fade-in 0.3s ease-in;
  opacity: 0.85;
  filter: blur(0.5px);
}
@media (max-width: 575.98px) {
  .pixel-cart-item-removing-loader {
    gap: 0.75rem;
  }
}
.pixel-cart-item-removing-loader__image {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--pixel-gray-light) 0%, var(--pixel-gray-light) 40%, rgba(255, 255, 255, 0.9) 50%, var(--pixel-gray-light) 60%, var(--pixel-gray-light) 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  animation: pixel-cart-skeleton-shimmer 1.8s ease-in-out infinite;
}
@media (max-width: 575.98px) {
  .pixel-cart-item-removing-loader__image {
    width: 60px;
    height: 60px;
  }
}
.pixel-cart-item-removing-loader__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
}
.pixel-cart-item-removing-loader__line {
  height: 14px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--pixel-gray-light) 0%, var(--pixel-gray-light) 40%, rgba(255, 255, 255, 0.9) 50%, var(--pixel-gray-light) 60%, var(--pixel-gray-light) 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  animation: pixel-cart-skeleton-shimmer 1.8s ease-in-out infinite;
  animation-delay: 0.1s;
}
.pixel-cart-item-removing-loader__line--short {
  width: 50%;
  animation-delay: 0.2s;
}
.pixel-cart-item-removing-loader__line--price {
  width: 40%;
  height: 18px;
  animation-delay: 0.15s;
}
.pixel-cart-item-image {
  flex-shrink: 0;
  width: 75px;
  height: 75px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #f8f9fa;
}
@media (max-width: 575.98px) {
  .pixel-cart-item-image {
    width: 60px;
    height: 60px;
  }
}
.pixel-cart-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pixel-cart-item-details {
  flex: 1;
  min-width: 0;
}
.pixel-cart-item-name {
  font-size: 0.9375rem;
  font-weight: 500;
  margin: 0 0 0.5rem 0;
  line-height: 1.4;
}
.pixel-cart-item-price {
  font-weight: inherit;
  color: inherit;
  margin-bottom: 0.5rem;
  font-size: inherit;
}
.pixel-cart-item-attributes {
  font-size: 0.8125rem;
  color: #6c757d;
  margin-bottom: 0.75rem;
}
.pixel-cart-item-attributes div {
  margin-bottom: 0.25rem;
}
.pixel-cart-item-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pixel-cart-item-actions label {
  font-size: 0.8125rem;
  color: #6c757d;
  margin: 0;
}
.pixel-cart-quantity-controls {
  display: flex;
  align-items: stretch;
  border: 1px solid #dee2e6;
  border-radius: 25px;
  overflow: hidden;
  background-color: #ffffff !important;
}
.pixel-cart-quantity-controls:focus-within {
  border-color: var(--pixel-green);
}
.pixel-cart-quantity-controls.loading {
  position: relative;
  border-color: transparent !important;
  background: transparent !important;
  overflow: hidden;
  justify-content: center;
  pointer-events: none;
}
.pixel-cart-quantity-controls.loading::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: white;
  z-index: 1;
}
.pixel-cart-quantity-controls.loading::after {
  --gradient-height: 300px;
  --gradient-width: 300px;
  content: "";
  position: absolute;
  height: var(--gradient-height);
  width: var(--gradient-width);
  top: calc((100% - var(--gradient-height)) / 2);
  left: calc((100% - var(--gradient-width)) / 2);
  background: conic-gradient(#00FFA0, #03294C, #00FFA0, #03294C);
  background-size: cover;
  background-position: center center;
  background-clip: border-box;
  animation: animateBorder 2s infinite linear;
  z-index: 0;
}
.pixel-cart-quantity-controls.loading > * {
  position: relative;
  z-index: 2;
}
.pixel-cart-qty-down, .pixel-cart-qty-up {
  background: white;
  border: none;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  transition: background-color 0.2s ease, color 0.2s ease;
  min-width: 36px;
}
.pixel-cart-qty-down:hover:not(:disabled), .pixel-cart-qty-up:hover:not(:disabled) {
  background: #e9ecef;
  color: #212529;
}
.pixel-cart-qty-down:disabled, .pixel-cart-qty-up:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.pixel-cart-qty-down .material-icons, .pixel-cart-qty-down .ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__left-item[data-ps-has-child=true]::after, .ps-mainmenu:is(.ps-mainmenu--desktop) .pixel-cart-qty-down .submenu__left-item[data-ps-has-child=true]::after, .pixel-cart-qty-up .material-icons, .pixel-cart-qty-up .ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__left-item[data-ps-has-child=true]::after, .ps-mainmenu:is(.ps-mainmenu--desktop) .pixel-cart-qty-up .submenu__left-item[data-ps-has-child=true]::after {
  font-size: 1.125rem;
}
.pixel-cart-quantity {
  width: 40px;
  padding: 0.25rem 0.5rem;
  border: none;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  color: #212529;
  -moz-appearance: textfield;
  background-color: #ffffff !important;
  margin: 1px 0;
}
.pixel-cart-quantity::-webkit-outer-spin-button, .pixel-cart-quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pixel-cart-quantity:disabled {
  background-color: #f8f9fa;
  cursor: not-allowed;
  opacity: 0.7;
}
.pixel-cart-quantity:focus {
  outline: none;
  border-color: #007bff;
}
.pixel-cart-remove {
  background: none;
  border: none;
  color: #dc3545;
  font-size: 0.8125rem;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  transition: color 0.2s ease;
  margin: 0 10px;
}
.pixel-cart-remove:hover {
  color: #ff4657;
}
.pixel-cart-remove:hover svg path {
  fill: #ff4657;
}
.pixel-cart-summary {
  background-color: #f8f9fa;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-top: -1rem;
}
.pixel-cart-summary-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.25rem;
  font-size: 0.9375rem;
}
.pixel-cart-summary-item:last-child {
  margin-bottom: 0;
}
.pixel-cart-summary-item .label {
  color: #6c757d;
}
.pixel-cart-summary-item .value {
  font-weight: 600;
  color: #212529;
}
.pixel-cart-summary-total {
  font-weight: 600;
  font-size: 1.125rem;
  margin-top: 0.75rem;
  margin-bottom: 0;
  padding-top: 0.75rem;
  border-top: 1px solid #dee2e6;
}
.pixel-cart-summary-item--b2b-pay {
  align-items: flex-start;
}
.pixel-cart-summary-item--b2b-pay .label {
  flex-shrink: 0;
  padding-top: 0.125rem;
}
.pixel-cart-summary-item--b2b-pay .value {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.pixel-cart-summary-item--b2b-pay .pixel-b2b-dual-price {
  align-items: flex-end;
  text-align: right;
}
.pixel-cart-modal-footer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem 1.5rem;
  border-top: 1px solid #dee2e6;
  flex-shrink: 0;
  margin-top: auto;
}
.pixel-cart-modal-footer .btn {
  width: 100%;
  padding: 0.75rem 1rem;
  font-weight: 500;
}
.pixel-cart-free-shipping-wrap {
  margin-top: auto;
  flex-shrink: 0;
}
.pixel-cart-loading {
  flex: 1 1 auto;
  min-height: 220px;
  align-items: center;
  justify-content: center;
}

.pixel-productcomplete-addon-quantity-modal-open {
  overflow: hidden;
}

.pixel-productcomplete-addon-quantity-modal {
  position: fixed;
  inset: 0;
  z-index: 11050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.pixel-productcomplete-addon-quantity-modal__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(38, 34, 33, 0.45);
}
.pixel-productcomplete-addon-quantity-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(30rem, 100%);
  max-height: calc(100vh - 2rem);
  overflow: auto;
  padding: 1.25rem;
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 0 1.5rem 4rem rgba(38, 34, 33, 0.2);
}
.pixel-productcomplete-addon-quantity-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #262221;
  font-size: 1.5rem;
  line-height: 1;
}
.pixel-productcomplete-addon-quantity-modal__title {
  margin: 0 2.25rem 0.5rem 0;
  color: #262221;
  font-size: 1.15rem;
  font-weight: 600;
}
.pixel-productcomplete-addon-quantity-modal__lead {
  margin: 0 0 1rem;
  color: #656069;
  font-size: 0.9rem;
}
.pixel-productcomplete-addon-quantity-modal__actions {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.pixel-productcomplete-addon-quantity-modal__btn {
  width: 100%;
  padding: 0.65rem 0.9rem;
  border: 1px solid #0f5b35;
  border-radius: 999px;
  background: #fff;
  color: #0f5b35;
  font-weight: 600;
}
.pixel-productcomplete-addon-quantity-modal__btn--primary {
  background: #0f5b35;
  color: #fff;
}
.pixel-productcomplete-addon-quantity-modal__quantity-label {
  display: grid;
  gap: 0.35rem;
  color: #262221;
  font-size: 0.9rem;
  font-weight: 600;
}
.pixel-productcomplete-addon-quantity-modal__quantity-input {
  width: 100%;
  padding: 0.65rem 0.9rem;
  border: 1px solid #ddd7d2;
  border-radius: 0.5rem;
  color: #262221;
}
.pixel-productcomplete-addon-quantity-modal__quantity-input:focus {
  border-color: #0f5b35;
  outline: none;
}
.pixel-productcomplete-addon-quantity-modal__selected {
  padding-top: 0.85rem;
  border-top: 1px solid #ddd7d2;
}
.pixel-productcomplete-addon-quantity-modal__subtitle {
  margin: 0 0 0.75rem;
  color: #262221;
  font-size: 0.95rem;
  font-weight: 600;
}
.pixel-productcomplete-addon-quantity-modal__list {
  display: grid;
  gap: 0.4rem;
  margin-bottom: 0.85rem;
}
.pixel-productcomplete-addon-quantity-modal__addon {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem;
  border: 1px solid #ddd7d2;
  border-radius: 0.5rem;
  cursor: pointer;
}
.pixel-productcomplete-addon-quantity-modal__addon img {
  width: 32px;
  height: 32px;
  border-radius: 0.35rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.pixel-productcomplete-addon-quantity-modal__addon input {
  width: 1rem;
  height: 1rem;
  accent-color: #0f5b35;
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid var(--pixel-green);
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pixel-cart-skeleton-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@keyframes pixel-cart-loader-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.85;
  }
}
.visually-hidden {
  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;
}

#blockcart-modal {
  /* Struktura product__prices jak na stronie produktu – wygląd jak product-miniature__prices */
}
#blockcart-modal .modal-body.blockcart-modal__body {
  padding: 1.25rem 1.5rem;
}
@media (hover: hover) {
  #blockcart-modal .product-miniature:hover .product-miniature__actions {
    grid-template-rows: 1fr;
  }
}
#blockcart-modal .product-miniature .product-miniature__inner:hover {
  transform: translateY(0px);
}
#blockcart-modal .product-miniature .product-miniature__inner:hover .product-miniature__actions {
  margin-top: 0px;
}
#blockcart-modal .product-miniature .product-miniature__title--secondary {
  display: none !important;
}
#blockcart-modal .product-miniature .product-miniature__title-wrapper {
  min-height: unset !important;
  height: auto !important;
  overflow: visible !important;
}
#blockcart-modal .product-miniature .product-miniature__title {
  height: -moz-fit-content !important;
  height: fit-content !important;
  max-height: unset !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-box-orient: unset !important;
  display: block !important; /* block so wrapper height follows; flex can misbehave on iOS */
  min-height: 0 !important;
}
#blockcart-modal .product-miniature__data-hover {
  display: none !important;
}
#blockcart-modal .blockcart-modal__prices.product-miniature__prices,
#blockcart-modal .product-miniature__prices {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 0.25rem;
}
#blockcart-modal .product-miniature__price-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#blockcart-modal .product-miniature__price-old-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
#blockcart-modal .product-miniature__regular-price {
  color: var(--pixel-gray-dark);
  text-decoration: line-through;
  font-size: 0.875rem;
  font-weight: 600;
}
#blockcart-modal .product-miniature__discount-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  background-color: var(--pixel-green);
  color: white;
  border-radius: 25px;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
  line-height: 1.2;
}
@media (max-width: 575.98px) {
  #blockcart-modal .product-miniature__discount-badge {
    padding: 0.1rem 0.5rem;
  }
}
#blockcart-modal .product-miniature__price {
  font-weight: 500;
  font-size: 1.125rem;
  color: var(--pixel-green);
  line-height: 1.4;
}
#blockcart-modal .product-miniature__price .product-miniature__price-tax {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--pixel-black);
}
#blockcart-modal .blockcart-modal__price--secondary.product-miniature__price {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--pixel-gray-dark);
}
#blockcart-modal .blockcart-modal__price--secondary.product-miniature__price .product-miniature__price-tax {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--pixel-gray-dark);
}
#blockcart-modal .product__prices.product-miniature__prices {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 0.25rem;
}
#blockcart-modal .product__prices-block {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
#blockcart-modal .product__prices-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem;
}
#blockcart-modal .product__prices-inline--small-gap {
  gap: 0.25rem;
}
#blockcart-modal .product__price {
  font-size: 1.125rem;
  line-height: 1.4;
  font-family: var(--font-body);
  font-weight: var(--w-regular);
  color: var(--pixel-green);
}
#blockcart-modal .product__tax-infos {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--pixel-black);
}
#blockcart-modal .product__tax-label {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--pixel-black);
}
#blockcart-modal .product__price--without-taxes .product__taxless-price {
  font-size: 0.9375rem;
  font-weight: 400;
  color: var(--pixel-black);
}
#blockcart-modal .product__regular-price {
  color: var(--pixel-black);
  text-decoration: line-through;
  font-size: 0.875rem;
  font-weight: 400;
}
#blockcart-modal .product-miniature__actions {
  grid-template-rows: 1fr;
}
@media (max-width: 575.98px) {
  #blockcart-modal .modal-footer--split-buttons .pixel-button {
    display: none !important;
  }
  #blockcart-modal .modal-footer--split-buttons a.btn.btn-primary {
    width: 100%;
  }
}

.cdpcp {
  --motion-translateY: 0px!important;
  height: auto !important;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  background: white;
  align-items: center;
  margin-right: 0px !important;
}
.cdpcp > * {
  border: none !important;
}
.cdpcp--bottom_right {
  right: 50% !important;
  transform: translateX(50%) !important;
  border: 1px solid #DFE1E5;
  border-radius: 10px;
  overflow: hidden;
  padding: 1px 10px 1px 20px;
  border-radius: 50px;
}
.cdpcp--bottom_right .cdpcp__items-wrapper {
  padding: 0px;
  border-top-left-radius: 11px !important;
  border-bottom-left-radius: 11px !important;
}
.cdpcp__menu {
  border: none !important;
  border-color: transparent !important;
  width: 100% !important;
  height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cdpcp__items {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.cdpcp__item {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 0px !important;
  position: relative;
  opacity: 1 !important;
  width: 60px !important;
}
@media (hover: hover) {
  .cdpcp__item:hover {
    opacity: 1 !important;
  }
}
.cdpcp__item .cdpcp-item__image {
  opacity: 1 !important;
}
.cdpcp__item-delete {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: unset;
  font-size: inherit;
  padding: 2px 3px;
  z-index: 2;
  border: 1px solid var(--pixel-green);
}
@media (hover: hover) {
  .cdpcp__item-delete:hover svg path {
    fill: var(--pixel-green);
    stroke-width: 0.27px !important;
    stroke: white;
  }
}
.cdpcp__menu {
  padding-left: 15px;
  padding-right: 15px;
}
.cdpcp-menu-icon {
  position: relative !important;
  top: unset !important;
  left: unset !important;
  width: unset !important;
  height: unset !important;
  background: transparent !important;
  border: none !important;
  padding: unset !important;
  margin: unset !important;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: unset !important;
  font-size: inherit !important;
  border-color: transparent !important;
}
.cdpcp-menu-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  text-align: center;
  color: #656069;
}
.cdpcp-loading {
  position: relative;
  border-color: transparent !important;
  background: transparent !important;
  overflow: hidden;
  justify-content: center;
}
.cdpcp-loading::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: white;
  z-index: 1;
}
.cdpcp-loading::after {
  --gradient-height: 300px;
  --gradient-width: 300px;
  content: "";
  position: absolute;
  height: var(--gradient-height);
  width: var(--gradient-width);
  top: calc((100% - var(--gradient-height)) / 2);
  left: calc((100% - var(--gradient-width)) / 2);
  background: conic-gradient(#00FFA0, #03294C, #00FFA0, #03294C);
  background-size: cover;
  background-position: center center;
  background-clip: border-box;
  animation: animateBorder 2s infinite linear;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.cdpcp-loading > * {
  position: relative;
  z-index: 2;
}
@media (min-width: 576px) {
  .cdpcp-compare-modal .modal-dialog {
    width: unset;
  }
}
.cdpcp-table {
  table-layout: fixed;
}
.cdpcp-table__cell-mobile-header {
  display: none !important;
}
@media (max-width: 767.98px) {
  .cdpcp-table tbody th.cdpcp-table__feature-cell--name {
    display: table-cell !important;
    vertical-align: top;
  }
  .cdpcp-table thead th.cdpcp-table__header-cell--empty {
    display: table-cell !important;
  }
}
.cdpcp-table thead {
  display: table-header-group;
}
.cdpcp-table thead th {
  border: none !important;
}
.cdpcp-table h4.cdpcp-table__name, .cdpcp-table .cdpcp-table__name.h4 {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .cdpcp-table__name {
    min-height: 70px;
  }
}
.cdpcp-table__img {
  max-height: 150px;
  width: auto;
}
.cdpcp-table__prices.product-miniature__prices {
  align-items: center;
  text-align: center;
}
@media (max-width: 767.98px) {
  .cdpcp-table__add-cart i, .cdpcp-table__add-cart svg {
    display: none;
  }
}
.cdpcp-table-actions__btn {
  padding: 0.25rem 0 !important;
}
.cdpcp-table__header-row {
  border: none !important;
}
.cdpcp-table__header-row .product-list-review {
  display: none !important;
}
.cdpcp-table__feature-cell--name {
  font-size: 1rem;
  font-weight: 500;
  color: var(--pixel-black);
}
.cdpcp-table__feature-row {
  border: none !important;
  outline-offset: -1px;
}
.cdpcp-table__feature-row > * {
  padding: 3px 10px;
}
.cdpcp-table__feature-row th,
.cdpcp-table__feature-row td {
  border: none !important;
}
@media (max-width: 767.98px) {
  .cdpcp-table__feature-row .cdpcp-table__feature-cell {
    line-break: anywhere;
  }
}
@media (min-width: 576px) {
  .cdpcp-table__feature-row .cdpcp-table__feature-cell {
    word-break: break-word;
  }
}
.cdpcp-table__feature-row.cdpcp-highlight {
  background-color: rgb(var(--pixel-green-rgb), 0.1) !important;
  outline-color: var(--pixel-green) !important;
  outline-offset: -1px;
}
.cdpcp-table__feature-row.cdpcp-highlight > * {
  background-color: transparent !important;
}
.cdpcp-table__feature-row.cdpcp-highlight th {
  background-color: var(--pixel-green) !important;
  color: white !important;
}
@media (hover: hover) {
  .cdpcp-table__feature-row:hover {
    outline-color: transparent !important;
  }
}

.cdpcp-compare-btn__text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #656069;
}
.cdpcp-compare-btn--add {
  border-color: #DFE1E5 !important;
}
.cdpcp-compare-btn--remove {
  background: var(--pixel-green);
  border-color: var(--pixel-green) !important;
}
.cdpcp-compare-btn--remove .cdpcp-compare-btn__text {
  color: white;
}
.cdpcp-compare-btn--remove .cdpcp-compare-btn__icon path {
  fill: white;
}
.cdpcp-compare-btn--loading {
  position: relative;
  border-color: transparent !important;
  background: transparent !important;
  overflow: hidden;
  justify-content: center;
}
.cdpcp-compare-btn--loading .cdpcp-compare-btn__text {
  color: var(--pixel-gray-dark);
}
.cdpcp-compare-btn--loading .cdpcp-compare-btn__icon path {
  fill: var(--pixel-gray-dark);
}
.cdpcp-compare-btn--loading::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: white;
  z-index: 1;
}
.cdpcp-compare-btn--loading::after {
  --gradient-height: 300px;
  --gradient-width: 300px;
  content: "";
  position: absolute;
  height: var(--gradient-height);
  width: var(--gradient-width);
  top: calc((100% - var(--gradient-height)) / 2);
  left: calc((100% - var(--gradient-width)) / 2);
  background: conic-gradient(#00FFA0, #03294C, #00FFA0, #03294C);
  background-size: cover;
  background-position: center center;
  background-clip: border-box;
  animation: animateBorder 2s infinite linear;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.cdpcp-compare-btn--loading > * {
  position: relative;
  z-index: 2;
}
.cdpcp-compare-btn--add.cdpcp-compare-btn--loading::after {
  opacity: 1;
}
.cdpcp-compare-btn.btn [class^=cdpcp-icon-] {
  height: unset;
  margin-top: -1px;
  min-width: 16px;
  max-height: 18px;
}
@media (hover: hover) {
  .cdpcp-compare-btn:hover .cdpcp-compare-btn__text {
    color: white;
  }
  .cdpcp-compare-btn:hover .cdpcp-compare-btn__icon path {
    fill: white;
  }
}

@keyframes animateBorder {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .cdpcp-compare-modal__dialog:has(.cdpcp-table__header-row [class*=cdpcp-table__product-]:nth-of-type(2)) {
    max-width: 600px !important;
  }
  .cdpcp-compare-modal__dialog:has(.cdpcp-table__header-row [class*=cdpcp-table__product-]:nth-of-type(3)) {
    max-width: 800px !important;
  }
  .cdpcp-compare-modal__dialog:has(.cdpcp-table__header-row [class*=cdpcp-table__product-]:nth-of-type(4)) {
    max-width: 1200px !important;
  }
}
@media (max-width: 575.98px) {
  .cdpcp-compare-modal__dialog {
    max-width: 100dvh !important;
    width: auto !important;
    margin: 0 !important;
  }
}
.cdpcp-compare-modal__dialog .modal-header {
  border-bottom: 1px solid var(--bs-modal-header-border-color);
}
@media (max-width: 767.98px) {
  .cdpcp-compare-modal__dialog .modal-header {
    padding: 1rem !important;
  }
}
@media (max-width: 767.98px) {
  .cdpcp-compare-modal__dialog .cdpcp-table-actions {
    margin-top: 0 !important;
  }
}
.cdpcp-compare-modal__dialog .modal-body {
  position: relative;
}
.cdpcp-compare-modal__dialog .modal-body .row {
  --bs-gutter-y: 0rem;
}
@media (max-width: 767.98px) {
  .cdpcp-compare-modal__dialog .modal-body {
    padding: 1rem !important;
    padding-top: 10px !important;
  }
}
.cdpcp-compare-modal__dialog .cdpcp-modal-loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
}

.cdpcp--bottom_right[data-empty=true] {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

#module-cdproductcomparisonplus-compare .center-column {
  background: white;
  padding: 2rem;
  border-radius: 10px;
}
#module-cdproductcomparisonplus-compare .page-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#module-cdproductcomparisonplus-compare .page-title-section {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  color: var(--pixel-black);
}

@media (max-width: 768px) {
  #category .cdpcp--bottom_right,
  .module-af_seopages-seopage .cdpcp--bottom_right,
  .page-module-af_seopages-seopage .cdpcp--bottom_right {
    bottom: 0px;
  }
  #category.scrolling-up .cdpcp--bottom_right,
  .module-af_seopages-seopage.scrolling-up .cdpcp--bottom_right,
  .page-module-af_seopages-seopage.scrolling-up .cdpcp--bottom_right {
    bottom: 70px;
  }
}

@media (max-width: 768px) {
  #product .cdpcp--bottom_right {
    transition: bottom 0.3s ease-in-out;
  }
}
@media (max-width: 991.98px) {
  #product.is-scrolling.actions-scrolled .cdpcp--bottom_right {
    z-index: 0;
  }
  #product.is-scrolling.scrolling-up.actions-scrolled .cdpcp--bottom_right {
    bottom: 85px;
    z-index: 11;
  }
}

.pixel-blockwishlist-guest__header {
  margin-bottom: 2rem;
}
.pixel-blockwishlist-guest__title {
  margin: 0;
}
.pixel-blockwishlist-guest__status {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.pixel-blockwishlist-guest__empty-text {
  margin: 0;
  color: var(--bs-body-color);
}
.pixel-blockwishlist-guest__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 768px) {
  .pixel-blockwishlist-guest__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .pixel-blockwishlist-guest__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.pixel-blockwishlist-guest__item {
  position: relative;
  display: grid;
  grid-template-columns: 7rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem 3.75rem 1rem 1rem;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background: var(--bs-body-bg);
}
.pixel-blockwishlist-guest__image-link {
  display: block;
}
.pixel-blockwishlist-guest__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.pixel-blockwishlist-guest__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.75rem;
}
.pixel-blockwishlist-guest__name {
  color: var(--bs-body-color);
  font-weight: 600;
  text-decoration: none;
}
.pixel-blockwishlist-guest__price {
  color: var(--pixel-black);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}
.pixel-blockwishlist-guest__actions {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-top: auto;
}
.pixel-blockwishlist-guest__view {
  display: inline-flex;
  width: auto;
  min-width: 0;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.pixel-blockwishlist-guest__remove {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius-sm);
  padding: 0;
  color: inherit;
  background: var(--bs-body-bg);
}
.pixel-blockwishlist-guest__remove .material-icons, .pixel-blockwishlist-guest__remove .ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__left-item[data-ps-has-child=true]::after, .ps-mainmenu:is(.ps-mainmenu--desktop) .pixel-blockwishlist-guest__remove .submenu__left-item[data-ps-has-child=true]::after {
  color: inherit;
  font-size: 1.25rem;
  line-height: 1;
}
.pixel-blockwishlist-guest__remove:focus {
  color: var(--pixel-green);
  border-color: var(--pixel-green);
}
@media (hover: hover) {
  .pixel-blockwishlist-guest__remove:hover {
    color: var(--pixel-green);
    border-color: var(--pixel-green);
  }
}
.pixel-blockwishlist-guest__continue {
  text-decoration: none;
}

.pixel-blockwishlist-nav {
  display: none;
  opacity: 0;
  transform: translateY(-0.375rem);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.pixel-blockwishlist-nav--visible {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.pixel-blockwishlist-nav--animate {
  animation: pixel-blockwishlist-nav-fade 0.35s ease both;
}
.pixel-blockwishlist-nav__link {
  position: relative;
}
.pixel-blockwishlist-nav__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pixel-blockwishlist-nav__icon .material-icons, .pixel-blockwishlist-nav__icon .ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__left-item[data-ps-has-child=true]::after, .ps-mainmenu:is(.ps-mainmenu--desktop) .pixel-blockwishlist-nav__icon .submenu__left-item[data-ps-has-child=true]::after {
  color: inherit;
  font-size: 1.75rem;
  line-height: 1;
}
.pixel-blockwishlist-nav__badge {
  position: absolute;
  top: 0.25rem;
  right: 1rem;
  display: inline-flex;
  min-width: 1rem;
  height: 1rem;
  align-items: center;
  justify-content: center;
  padding: 0 0.25rem;
  border: 1px solid var(--bs-body-bg);
  border-radius: 999px;
  background: var(--pixel-green);
  color: white;
  font-size: 0.725rem;
  font-weight: 700;
  line-height: 1;
}
.pixel-blockwishlist-nav:focus .material-icons, .pixel-blockwishlist-nav:focus .ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__left-item[data-ps-has-child=true]::after, .ps-mainmenu:is(.ps-mainmenu--desktop) .pixel-blockwishlist-nav:focus .submenu__left-item[data-ps-has-child=true]::after {
  color: var(--pixel-green);
}
@media (hover: hover) {
  .pixel-blockwishlist-nav:hover .material-icons, .pixel-blockwishlist-nav:hover .ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__left-item[data-ps-has-child=true]::after, .ps-mainmenu:is(.ps-mainmenu--desktop) .pixel-blockwishlist-nav:hover .submenu__left-item[data-ps-has-child=true]::after {
    color: var(--pixel-green);
  }
}

@keyframes pixel-blockwishlist-nav-fade {
  from {
    opacity: 0;
    transform: translateY(-0.5rem) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes pixel-blockwishlist-nav-badge {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.12);
  }
}
.wishlist-button-add {
  border-color: var(--pixel-green);
}
.wishlist-button-add .material-icons, .wishlist-button-add .ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__left-item[data-ps-has-child=true]::after, .ps-mainmenu:is(.ps-mainmenu--desktop) .wishlist-button-add .submenu__left-item[data-ps-has-child=true]::after {
  color: var(--pixel-green);
}

.product-miniature .wishlist-button-add {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  z-index: 20;
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: none;
  aspect-ratio: 1/1;
  min-width: 2rem;
  min-height: 2rem;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  background: hsl(0, 0%, 100%);
}
.product-miniature .wishlist-button-add i {
  font-size: 20px;
}

.wishlist-button-add.wishlist-button-add--active {
  background-color: var(--pixel-green);
  color: white;
  border-color: var(--pixel-green);
}
.wishlist-button-add.wishlist-button-add--active .material-icons, .wishlist-button-add.wishlist-button-add--active .ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__left-item[data-ps-has-child=true]::after, .ps-mainmenu:is(.ps-mainmenu--desktop) .wishlist-button-add.wishlist-button-add--active .submenu__left-item[data-ps-has-child=true]::after {
  color: white;
}

body {
  --faq-modal-hair: rgba(20, 75, 43, 0.14);
  --faq-modal-field: #dfe1e5;
}
body #mpm_faqs_form_overlay {
  background-color: var(--pixel-black);
  opacity: 0.6;
}
body #mpm_faqs_form_container {
  width: min(560px, 100vw - 2rem);
  margin-left: 0;
  transform: translateX(-50%);
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  color: var(--pixel-black);
  background-color: #fff;
  border-radius: var(--pixel-border-radius);
  box-shadow: 0 24px 60px rgba(38, 34, 33, 0.18);
}
body #mpm_faqs_form_container .modal-header {
  padding: 1.25rem 1.5rem;
  background-color: #fff;
  border-bottom: 1px solid var(--faq-modal-hair);
  border-radius: 0;
}
@media (max-width: 767.98px) {
  body #mpm_faqs_form_container .modal-header {
    padding: 1rem;
  }
}
body #mpm_faqs_form_container .modal-header #mpm_faqs_form_header_content {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin: 0;
}
body #mpm_faqs_form_container .modal-header .modal-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--pixel-black);
}
body #mpm_faqs_form_container .modal-header #mpm_faqs_form_close_button {
  position: static;
  flex: 0 0 auto;
  padding: 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem 0;
  opacity: 0.55;
}
body #mpm_faqs_form_container .modal-header #mpm_faqs_form_close_button:hover {
  opacity: 1;
}
body #mpm_faqs_form_container .modal-body {
  padding: 1.5rem;
}
@media (max-width: 767.98px) {
  body #mpm_faqs_form_container .modal-body {
    padding: 1rem;
  }
}
body #mpm_faqs_form_container .modal-body .input-group-addon {
  display: none;
}
body #mpm_faqs_form_container .modal-body #mpm_faqs_form_sub_title {
  padding: 0 !important;
  margin-bottom: 1.25rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: var(--pixel-gray-dark);
  text-align: left;
}
body #mpm_faqs_form_container .modal-body #mpm_faqs_form_content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
body #mpm_faqs_form_container .modal-body #mpm_faqs_select_wrapper .content .list,
body #mpm_faqs_form_container .modal-body #mpm_faqs_form_content .form-control {
  width: 100% !important;
  max-width: 100% !important;
}
body #mpm_faqs_form_container .modal-body #mpm_faqs_form_content .form-group input.form-control,
body #mpm_faqs_form_container .modal-body #mpm_faqs_form_content .form-group textarea.form-control,
body #mpm_faqs_form_container .modal-body #mpm_faqs_form_content .form-group #mpm_faqs_select_wrapper.form-control {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  gap: 8px;
  min-height: 52px;
  max-height: none;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: var(--pixel-black) !important;
  background: #fff !important;
  border: 1px solid var(--faq-modal-field) !important;
  border-radius: 8px !important;
}
body #mpm_faqs_form_container .modal-body #mpm_faqs_form_content .form-group input.form-control {
  padding: 0 15px !important;
}
body #mpm_faqs_form_container .modal-body #mpm_faqs_form_content .form-group #mpm_faqs_select_wrapper.form-control {
  padding: 0 !important;
}
body #mpm_faqs_form_container .modal-body #mpm_faqs_form_content .form-group #mpm_faqs_select_wrapper.form-control .content {
  padding: 0 15px !important;
}
body #mpm_faqs_form_container .modal-body #mpm_faqs_form_content .form-group textarea.form-control {
  min-height: 120px;
  padding: 14px 15px !important;
}
body #mpm_faqs_form_container .modal-body #mpm_faqs_form_content .form-control::-moz-placeholder {
  color: var(--pixel-gray-dark);
  opacity: 0.65;
}
body #mpm_faqs_form_container .modal-body #mpm_faqs_form_content .form-control::placeholder {
  color: var(--pixel-gray-dark);
  opacity: 0.65;
}
body #mpm_faqs_form_container .modal-body #mpm_faqs_select_wrapper .content {
  color: var(--pixel-black);
  background: #fff !important;
  border: none;
  border-radius: 8px !important;
}
body #mpm_faqs_form_container .modal-body #mpm_faqs_select_wrapper .content:after {
  color: var(--pixel-gray-dark);
}
body #mpm_faqs_form_container .modal-body #mpm_faqs_select_wrapper .content .selected {
  padding: 14px 15px 14px 0;
}
body #mpm_faqs_form_container .modal-body #mpm_faqs_select_wrapper .content .list {
  right: 0;
  padding: 0;
  background: #fff;
  border: 1px solid var(--faq-modal-field) !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 30px rgba(38, 34, 33, 0.12);
}
body #mpm_faqs_form_container .modal-body #mpm_faqs_select_wrapper .content .list span {
  padding: 10px 15px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: var(--pixel-black);
  background: #fff;
}
body #mpm_faqs_form_container .modal-body #mpm_faqs_select_wrapper .content .list span:hover {
  color: #fff;
  background: var(--pixel-green) !important;
}
body #mpm_faqs_form_container .modal-body #mpm_faqs_form_content .form-group input.form-control:focus,
body #mpm_faqs_form_container .modal-body #mpm_faqs_form_content .form-group textarea.form-control:focus,
body #mpm_faqs_form_container .modal-body #mpm_faqs_form_content .form-group.mpm-faqs-focused-input input.form-control,
body #mpm_faqs_form_container .modal-body #mpm_faqs_form_content .form-group.mpm-faqs-focused-input textarea.form-control,
body #mpm_faqs_form_container .modal-body #mpm_faqs_form_content .form-group.mpm-faqs-focused-input #mpm_faqs_select_wrapper.form-control {
  border-color: var(--pixel-green) !important;
}
body #mpm_faqs_form_container .modal-body #mpm_faqs_form_content .mpm-faqs-focused-input .content,
body #mpm_faqs_form_container .modal-body #mpm_faqs_form_content .mpm-faqs-focused-input .content .list {
  border-color: var(--pixel-green) !important;
  border-radius: 8px !important;
}
body #mpm_faqs_form_container .modal-body #mpm_faqs_form_content .mpm-faqs-focused-input .content:after {
  color: var(--pixel-green) !important;
  content: "\e9d2";
}
body #mpm_faqs_form_container .modal-body #consent_checkbox_container {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: var(--pixel-gray-dark);
  cursor: pointer;
  transition: color 0.3s ease;
}
body #mpm_faqs_form_container .modal-body #consent_checkbox_container .custom-checkbox {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}
body #mpm_faqs_form_container .modal-body #consent_checkbox_container .custom-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 24px;
  height: 24px;
  cursor: pointer;
  opacity: 0;
}
body #mpm_faqs_form_container .modal-body #consent_checkbox_container .custom-checkbox:before {
  position: relative;
  align-self: flex-start;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  content: "";
  border: 2px solid var(--faq-modal-field);
  border-radius: 4px;
}
body #mpm_faqs_form_container .modal-body #consent_checkbox_container .custom-checkbox:after {
  position: absolute;
  top: -2px;
  left: 0;
  display: flex;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  color: var(--pixel-green);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  content: url("data:image/svg+xml,%3Csvg width=%278%27 height=%276%27 viewBox=%270 0 8 6%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M6.20351 0.694361L3.00001 3.89768L1.633 2.53067C1.37379 2.27155 0.953524 2.27155 0.694405 2.53067C0.435198 2.78996 0.435198 3.21015 0.694405 3.46935L2.53071 5.30566C2.66027 5.43522 2.83019 5.5 3.00001 5.5C3.16984 5.5 3.33975 5.43522 3.46931 5.30566L7.14201 1.63305C7.40131 1.37384 7.40131 0.953568 7.1421 0.694449C6.88298 0.435243 6.46271 0.435154 6.20351 0.694361Z%27 fill=%27%23144B2B%27 stroke=%27%23144B2B%27/%3E%3C/svg%3E");
}
body #mpm_faqs_form_container .modal-body #consent_checkbox_container .custom-checkbox:has(input:checked):before {
  background-color: rgba(20, 75, 43, 0.06);
  border-color: var(--pixel-green);
}
body #mpm_faqs_form_container .modal-body #consent_checkbox_container .custom-checkbox:has(input:checked):after {
  opacity: 1;
}
body #mpm_faqs_form_container .modal-body #consent_checkbox_container:has(input:checked) {
  color: var(--pixel-black);
}
body #mpm_faqs_form_container .modal-body #consent_checkbox_container a {
  color: var(--pixel-green);
}
body #mpm_faqs_form_container .modal-footer {
  padding: 1rem 1.5rem;
  background-color: #fff;
  border-top: 1px solid var(--faq-modal-hair);
  border-radius: 0;
}
@media (max-width: 767.98px) {
  body #mpm_faqs_form_container .modal-footer {
    padding: 1rem;
  }
}
body #mpm_faqs_form_container .modal-footer .mpm-faqs-form-button-block {
  width: 100%;
  margin: 0;
}
body #mpm_faqs_form_container .modal-footer #mpm_faqs_form_submit_button {
  width: 100%;
  height: auto;
  padding: 0.75rem 2rem;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  background-color: var(--pixel-green);
  border: 1px solid var(--pixel-green);
  border-radius: 25px !important;
}
body #mpm_faqs_form_container .modal-footer #mpm_faqs_form_submit_button:hover {
  background-color: var(--pixel-green-light);
  border-color: var(--pixel-green-light);
  opacity: 1;
}
body #mpm_faqs_form_container .modal-footer #mpm_faqs_form_submit_button.disabled-submit-btn, body #mpm_faqs_form_container .modal-footer #mpm_faqs_form_submit_button.disabled-submit-btn:hover {
  color: #fff !important;
  background: var(--pixel-gray) !important;
  border-color: var(--pixel-gray);
}

.smartsearch-overlay .smartsearch-footer {
  display: flex;
  width: 100%;
  justify-content: center;
}
.smartsearch-overlay .smartsearch-item__content .smartsearch-item__price,
.smartsearch-overlay .smartsearch-item__content .smartsearch-item__index {
  color: var(--pixel-green);
}
