@charset "UTF-8";
.fade,
.collapsing,
.collapse {
  transition-duration: 0.02s !important;
}

:root {
  --storefront-font-size-h1-mobile: 1.5rem;
  --storefront-font-size-h1-tablet: 2rem;
  --storefront-font-size-h3-mobile: 1.125rem;
  --storefront-font-size-h4: 1rem;
  --storefront-font-size-body: 0.875rem;
  --storefront-font-size-body-small: 0.8125rem;
  --storefront-font-size-caption: 0.75rem;
  --storefront-font-size-label: 0.875rem;
  --storefront-font-size-badge: 0.75rem;
  --storefront-font-size-breadcrumb: 0.8125rem;
  --storefront-font-size-button-primary: 0.875rem;
  --storefront-font-size-button-secondary: 0.875rem;
  --storefront-font-size-card-title: 0.875rem;
  --storefront-font-size-price-card-main: 1rem;
  --storefront-font-size-price-card-main-mobile: 1rem;
  --storefront-font-size-price-pdp-main: 2rem;
  --storefront-font-size-price-pdp-main-mobile: 1.5rem;
  --storefront-font-size-price-old: 0.875rem;
  --storefront-font-size-price-old-mobile: 0.8125rem;
  --storefront-font-size-installment: 0.875rem;
  --storefront-font-size-installment-mobile: 0.8125rem;
  --storefront-font-size-installment-card: 0.8125rem;
  --storefront-font-size-footer-meta: 0.75rem;
  --storefront-font-weight-regular: 400;
  --storefront-font-weight-medium: 500;
  --storefront-font-weight-semibold: 600;
  --storefront-font-weight-bold: 700;
  --storefront-font-weight-extra-bold: 800;
  --storefront-font-weight-black: 900;
  --storefront-line-height-tight: 1.1;
  --storefront-line-height-heading: 1.2;
  --storefront-line-height-subheading: 1.25;
  --storefront-line-height-title: 1.35;
  --storefront-line-height-body: 1.5;
  --storefront-line-height-caption: 1.4;
  --storefront-line-height-small: 1.25;
}

:root {
  --radius-none: 0;
  --radius-xs: 2px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-circle: 50%;
  --radius-pill: 9999px;
  --color-success-bg: #f0faf0;
  --color-success-text: #2e7d32;
  --color-success-border: #c8e6c9;
  --color-success-icon: var(--color-success-text);
  --color-success-progress: #4caf50;
}

:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-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.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --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: 8px;
  --bs-border-radius-sm: 4px;
  --bs-border-radius-lg: 12px;
  --bs-border-radius-xl: 12px;
  --bs-border-radius-xxl: 16px;
  --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(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[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.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --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(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --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(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --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(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --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(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

*,
*::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, .basket-items .price_color, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.3375rem + 1.05vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.125rem;
  }
}

h2, .h2 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.75rem;
  }
}

h3, .h3 {
  font-size: 1.25rem;
}

h4, .h4, .basket-items .price_color {
  font-size: 1.125rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 1rem;
}

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

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  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: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

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: 4px;
}
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;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@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-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@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 {
    max-width: 95%;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 95%;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --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);
}

.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: 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;
  }
}
.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) > * > * {
  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 {
  vertical-align: inherit;
}
.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) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :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(206.6, 226, 254.6);
  --bs-table-border-color: rgb(165.28, 180.8, 203.68);
  --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
  --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(209, 231, 220.8);
  --bs-table-border-color: rgb(167.2, 184.8, 176.64);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --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(248, 214.6, 217.8);
  --bs-table-border-color: rgb(198.4, 171.68, 174.24);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --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: 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;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.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;
  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.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  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(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 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::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 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  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='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%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);
  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: 4px;
  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(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 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: 4px;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 4px;
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%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;
  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);
  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(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%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='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%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='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%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='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%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='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  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(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  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 {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.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;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  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 {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.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;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  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::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.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;
  padding-left: 0.75rem;
}
.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 {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ 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 > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.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;
}

.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(-1 * var(--bs-border-width));
  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: 4px;
}

.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='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%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='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%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: 4px;
}

.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='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%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='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%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;
}

.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: 4px;
  --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;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  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: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);
  --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10.4, 88, 202.4);
  --bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.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: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.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: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.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: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --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: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --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: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --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: 49, 132, 253;
  text-decoration: underline;
}
.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: 8px;
}

.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: 4px;
}

.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;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.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.5rem;
  --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: 8px;
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(8px - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --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: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --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-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: 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;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.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;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.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;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.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;
  text-decoration: none;
  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: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.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: 4px;
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}
.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(-1 * var(--bs-border-width));
}
.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:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.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);
  text-decoration: none;
  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(13, 110, 253, 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: #0d6efd;
}
.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-grow: 1;
  flex-basis: 0;
  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;
}

.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='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: 4px;
  --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);
  text-decoration: none;
  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-grow: 1;
  flex-basis: 100%;
  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: 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='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.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: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 8px;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(8px - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --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;
  }
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-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);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  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);
  text-decoration: none;
  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: calc(-1 * var(--bs-border-width));
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-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);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  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;
}

.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: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  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 {
  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);
  text-decoration: none;
  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-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):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:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.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: 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);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 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.414'/%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(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  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;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 8px;
  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;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

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

:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}

[data-bs-theme=dark] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 600px;
  --bs-modal-padding: 30px;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: 8px;
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(8px - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 30px;
  --bs-modal-header-padding-y: 30px;
  --bs-modal-header-padding: 30px 30px;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --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: var(--bs-border-width);
  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 {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  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-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: 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: 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;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 30px;
  --bs-offcanvas-padding-y: 30px;
  --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: 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-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-left: 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;
}

.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;
  }
}
.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: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.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(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, 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(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, 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(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, 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: 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;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !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;
}

.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 {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  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;
}

.m-n1 {
  margin: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.me-n1 {
  margin-right: -0.25rem !important;
}

.me-n2 {
  margin-right: -0.5rem !important;
}

.me-n3 {
  margin-right: -1rem !important;
}

.me-n4 {
  margin-right: -1.5rem !important;
}

.me-n5 {
  margin-right: -3rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.mb-n5 {
  margin-bottom: -3rem !important;
}

.ms-n1 {
  margin-left: -0.25rem !important;
}

.ms-n2 {
  margin-left: -0.5rem !important;
}

.ms-n3 {
  margin-left: -1rem !important;
}

.ms-n4 {
  margin-left: -1.5rem !important;
}

.ms-n5 {
  margin-left: -3rem !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 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

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

.fs-1 {
  font-size: calc(1.3375rem + 1.05vw) !important;
}

.fs-2 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-3 {
  font-size: 1.25rem !important;
}

.fs-4 {
  font-size: 1.125rem !important;
}

.fs-5 {
  font-size: 1rem !important;
}

.fs-6 {
  font-size: 1rem !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 {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  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: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    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;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n5 {
    margin-left: -3rem !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 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 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 {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    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;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n5 {
    margin-left: -3rem !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 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 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 {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    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;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n5 {
    margin-left: -3rem !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 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 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 {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    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;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n5 {
    margin-left: -3rem !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 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 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 {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    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;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -3rem !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 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.125rem !important;
  }
  .fs-2 {
    font-size: 1.75rem !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;
  }
}
.floating-messages {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .floating-messages {
    width: 95%;
  }
}

.float-message {
  position: fixed;
  bottom: 20px;
  right: 20px;
  left: auto;
  max-width: calc(100% - 40px); /* 20px de cada lado */
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media only screen and (max-width: 768px) {
  .float-message .float-message {
    width: 95%;
  }
}
.float-message .w-fit {
  width: fit-content;
}

.alert {
  border-radius: var(--radius-none);
  margin-top: 20px;
}
.alert .close {
  z-index: 5;
}
.alert .alertinner {
  position: relative;
}
.alert .alertinner.wicon {
  padding-left: 0.5em;
  margin-left: 0.5em;
}
.alert .alertinner p {
  margin: 10px 0 0 0;
}
.alert .alertinner p:first-child {
  margin: 0;
}

.alert-dismissible .close {
  padding: 0.5rem 0.75rem;
}

.alert-message.block-message.file_upload p {
  margin-right: 10px;
}

.checkout-quantity .input-group {
  max-width: 160px;
}

.basket-title {
  clear: both;
  padding: 0 10px;
}

.basket-items {
  border-bottom: 1px solid #ced4da;
  padding: 10px;
  margin-bottom: 20px;
}
.basket-items .price_color {
  font-size: 1rem;
  color: #198754;
  font-weight: bold;
}
.basket-items .price_color .price-title {
  color: #000;
  font-weight: normal;
}
.basket-items .basket-line-actions {
  font-size: 0.75rem;
}

#basket_totals th small, #basket_totals th .small {
  font-weight: normal;
}

.total {
  background-color: rgb(255, 242.6, 205.4) !important;
}

.choose-block address span:first-child {
  display: block;
  font-weight: bold;
}

#new_shipping_address #id_title, #update_user_address #id_title {
  width: auto;
}
#new_shipping_address #id_postcode, #update_user_address #id_postcode {
  max-width: 100px;
}
#new_shipping_address #id_notes, #update_user_address #id_notes {
  height: 100px;
}

.nav-checkout .active .navbar-text {
  color: #fff;
}
.shipping-payment .card {
  margin-bottom: 1rem;
}
.shipping-payment .card h3 a, .shipping-payment .card .h3 a {
  font-size: 1rem;
}

form::after {
  display: block;
  clear: both;
  content: "";
}

.col-form-label,
label {
  font-size: var(--storefront-font-size-label);
  font-weight: var(--storefront-font-weight-semibold);
  line-height: var(--storefront-line-height-title);
}

.form-control,
.form-select,
input,
select,
textarea {
  font-size: var(--storefront-font-size-body);
  line-height: var(--storefront-line-height-body);
}

.form-control::placeholder,
input::placeholder,
textarea::placeholder {
  color: var(--text-gray);
  font-size: var(--storefront-font-size-body-small);
}

.form-text,
.help-block,
.helptext {
  font-size: 13px;
  line-height: var(--storefront-line-height-small);
}

.errorlist {
  margin: 0;
  padding: 0 0 10px 0;
  color: #dc3545;
  font-size: var(--storefront-font-size-body-small);
  font-weight: var(--storefront-font-weight-medium);
  line-height: var(--storefront-line-height-caption);
}
.errorlist li {
  padding: 0 0 5px 0;
  list-style: none;
}

.error-block {
  color: #dc3545;
  margin-top: 6px;
  font-size: var(--storefront-font-size-body-small);
  font-weight: var(--storefront-font-weight-medium);
  line-height: var(--storefront-line-height-caption);
}

.invalid-feedback {
  font-size: var(--storefront-font-size-body-small);
  font-weight: var(--storefront-font-weight-medium);
  line-height: var(--storefront-line-height-caption);
}

.col-form-label.required:after {
  color: #dc3545;
  content: "*";
  display: inline-block;
}

.reviewrating select {
  display: none;
}
.reviewrating .star-rating {
  margin-bottom: 10px;
  font-size: 143%;
}
@media (min-width: 576px) {
  .reviewrating .star-rating {
    font-size: 143%;
  }
}
.reviewrating .star-rating i,
.reviewrating .star-rating svg {
  cursor: pointer;
  color: #7c8794;
}

.form-actions {
  margin: 1rem 0;
  padding: 1rem;
  background-color: #f8f9fa;
  border-top: solid 1px #e9ecef;
}

.loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6); /* ou bg-base-100 com opacidade */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 30;
}

.loader-spinner {
  border: 4px solid #d1d5db; /* gray-300 */
  border-top: 4px solid #10b981; /* green-500 ou o tom de sucesso */
  border-radius: var(--radius-circle, 50%);
  width: 32px;
  height: 32px;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.cart-drawer__shipping-bar,
.cart-drawer__shipping-progress {
  border-radius: var(--radius-pill);
}

.cart-drawer__item-thumb,
.cart-drawer__item-qty {
  border-radius: var(--radius-sm);
}

.navbar-menu-color {
  background-color: var(--brand-menu-color) !important;
}

.main-menu-item {
  color: var(--brand-menu-text-color) !important;
}

.header-xl > #menu-principal.navbar {
  border-bottom: 1px solid #e5e5e5;
}

body.storefront-home.storefront-header-header_1 .header-xl > #menu-principal.navbar,
body.storefront-home.storefront-header-header_2 .header-xl > #menu-principal.navbar {
  border-bottom: 0;
}

.account-dropdown-icon {
  width: 16px;
  height: 16px;
  stroke-width: 2;
}

.h3-topbar {
  height: 36px;
  display: flex;
  align-items: center;
  position: relative;
}
.h3-topbar .dropdown-menu {
  z-index: 9999;
}
.h3-topbar .dropdown-menu .dropdown-item,
.h3-topbar .dropdown-menu .dropdown-item i,
.h3-topbar .dropdown-menu .dropdown-item svg {
  color: #212529 !important;
}
.h3-topbar > .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.h3-topbar a,
.h3-topbar span {
  font-size: var(--storefront-font-size-body-small);
  line-height: var(--storefront-line-height-title);
  text-decoration: none;
}

.h3-topbar .h3-inner,
.h3-mainbar .h3-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.h3-topbar-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.h3-mainbar {
  height: 72px;
  border-bottom: 1px solid #f3f3f3;
  background: #fff;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1020;
}
.h3-mainbar .dropdown-menu {
  z-index: 9999;
}
.h3-mainbar > .container {
  position: relative;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  width: 100%;
}
.h3-mainbar #menu-principal {
  overflow: visible;
}
.h3-mainbar .main-menu-item,
.h3-mainbar .desktop-category-nav__trigger {
  color: #212529 !important;
}
.h3-mainbar .desktop-category-nav__highlight-panel {
  z-index: 1100;
  top: calc(100% + 12px);
}
.h3-mainbar .desktop-category-nav__highlight-panel::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 12px;
}

.h3-logo img {
  height: 40px;
}

.h3-nav-wrap {
  position: static;
  display: flex;
  align-items: center;
  min-width: 0;
}

.h3-nav {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.h3-nav .desktop-category-nav__highlight-item,
.h3-nav .desktop-category-nav__static-item {
  display: flex;
  align-items: center;
}
.h3-nav .desktop-category-nav__highlight-item:not(:last-child)::after,
.h3-nav .desktop-category-nav__static-item:not(:last-child)::after {
  content: "";
  width: 3px;
  height: 3px;
  flex: 0 0 3px;
  border-radius: var(--radius-circle, 50%);
  background: currentColor;
  margin: 0 10px;
  opacity: 0.5;
}
.h3-nav .desktop-category-nav__trigger {
  text-transform: uppercase;
  font-size: var(--storefront-font-size-body-small);
  font-weight: var(--storefront-font-weight-semibold);
  line-height: var(--storefront-line-height-title);
  letter-spacing: 0;
  text-decoration: none;
  padding: 8px 8px !important;
  white-space: nowrap;
}

.h3-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.h3-actions :is(a, button) {
  text-decoration: none;
  display: flex;
  align-items: center;
  position: relative;
}

.h3-action-icon {
  width: 22px;
  height: 22px;
  stroke-width: 2;
}

.h3-search-trigger {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: var(--radius-circle, 50%);
  background: transparent;
  color: #212529;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 21px;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.h3-search-trigger:hover, .h3-search-trigger:focus-visible {
  color: var(--brand-color, #4CAF50);
  background: rgba(0, 0, 0, 0.04);
  outline: 0;
}
.h3-search-trigger .bi {
  font-size: 21px;
}

.h3-account-trigger {
  width: 42px;
  height: 42px;
  border-radius: var(--radius-circle, 50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #212529;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.h3-account-trigger:hover, .h3-account-trigger:focus-visible {
  color: var(--brand-color, #4CAF50);
  background: rgba(0, 0, 0, 0.04);
  outline: 0;
}

.account-dropdown-trigger {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
}

.h3-search {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  max-width: 520px;
  min-width: 0;
  margin: 0;
}
.h3-search .form-control {
  width: 100%;
  min-width: 0;
  height: 44px;
  padding-left: 42px;
  padding-right: 42px;
  border: 1px solid var(--border-color, #dee2e6);
  border-radius: var(--radius-pill);
  background: #fff;
  box-shadow: none;
}
.h3-search .form-control:focus {
  border-color: var(--brand-color);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
  outline: 0;
}
.h3-search .h3-search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
  pointer-events: none;
  font-size: var(--storefront-font-size-body);
  z-index: 2;
}
.h3-search .h3-search-clear {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  width: 32px;
  height: 32px;
  border-radius: var(--radius-circle);
  display: none;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  padding: 0;
  z-index: 2;
}
.h3-search .h3-search-clear:hover {
  color: #212529;
}
.h3-search .h3-search-clear.is-visible {
  display: inline-flex;
}

.badge[data-cart-badge] {
  background-color: var(--brand-color4, var(--bs-secondary, #000)) !important;
  border-color: var(--brand-color4, var(--bs-secondary, #000)) !important;
  color: #fff !important;
}

#mini-basket .badge[data-cart-badge],
#mini-basket-desktop .badge[data-cart-badge] {
  min-width: 20px;
  width: 20px;
  height: 20px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--storefront-font-size-caption);
  font-weight: var(--storefront-font-weight-bold);
  line-height: 1;
}

.h3-badge {
  top: -6px;
  right: -8px;
  min-width: 20px;
  width: 20px;
  height: 20px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--storefront-font-size-caption);
  font-weight: var(--storefront-font-weight-bold);
  line-height: 1;
}

.h3-dropdown-menu {
  min-width: 350px;
}

.h3-cart-list {
  max-height: 300px;
}

.h3-topbar-mobile {
  height: 30px;
  font-size: var(--storefront-font-size-caption);
  line-height: var(--storefront-line-height-caption);
}

.h3-cart-thumb {
  width: 50px;
  height: 50px;
  object-fit: contain;
  background: white;
}

.h3-cart-title,
.h3-cart-subtotal {
  font-size: var(--storefront-font-size-body-small);
  line-height: var(--storefront-line-height-caption);
}

.h3-trash-icon {
  font-size: var(--storefront-font-size-body-small);
}

@media (max-width: 767px) {
  .h3-nav-wrap {
    display: none;
  }
}
#menu-principal .departments-mega {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  padding: 20px 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-radius: 0 0 var(--radius-sm, 4px) var(--radius-sm, 4px);
  z-index: 1000;
}
#menu-principal .departments-hover:hover .departments-mega,
#menu-principal .departments-hover:focus-within .departments-mega,
#menu-principal .departments-hover.is-open .departments-mega {
  display: block;
}
#menu-principal .desktop-category-nav__highlight-list {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 4px;
  row-gap: 8px;
}

.h3-mainbar #menu-principal .desktop-category-nav__highlight-list {
  column-gap: 0;
}

.desktop-category-nav__departments-panel {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px 24px;
}

.desktop-category-nav__department-title {
  font-size: 0.95rem;
  margin-bottom: 8px;
  font-weight: 700;
}

.desktop-category-nav__department-link,
.desktop-category-nav__second-level-link,
.desktop-category-nav__third-level-link,
.desktop-category-nav__highlight-title-link {
  color: #212529;
  text-decoration: none;
}

.desktop-category-nav__department-link:hover,
.desktop-category-nav__second-level-link:hover,
.desktop-category-nav__third-level-link:hover,
.desktop-category-nav__highlight-title-link:hover {
  text-decoration: underline;
}

.desktop-category-nav__highlight-item {
  margin-right: 0 !important;
  position: static !important;
}

.desktop-category-nav__trigger {
  display: inline-flex;
  align-items: center;
  padding: 8px 8px !important;
  line-height: 1.2;
}

.desktop-category-nav__trigger--with-children::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(-45deg);
  margin-left: 6px;
  vertical-align: middle;
}

.desktop-category-nav__highlight-panel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  padding: 20px 16px 16px;
  background: #fff;
  border: 1px solid #e9ecef;
  border-top: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 var(--radius-sm, 4px) var(--radius-sm, 4px);
  z-index: 1000;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.15s ease, transform 0.15s ease;
  pointer-events: none;
}

.desktop-category-nav__highlight-item:hover .desktop-category-nav__highlight-panel,
.desktop-category-nav__highlight-item:focus-within .desktop-category-nav__highlight-panel,
.desktop-category-nav__highlight-item.is-open .desktop-category-nav__highlight-panel {
  display: grid;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0 24px;
}

.desktop-category-nav__mega-col {
  min-width: 0;
  padding-bottom: 12px;
}

.desktop-category-nav__second-level-link {
  display: block;
  padding: 4px 0 6px;
  font-size: var(--storefront-font-size-body-small);
  font-weight: var(--storefront-font-weight-bold);
  color: #212529;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 8px;
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: var(--storefront-line-height-title);
}
.desktop-category-nav__second-level-link:hover {
  color: var(--brand-color, #000);
  text-decoration: none;
  background: none;
}

.desktop-category-nav__third-level {
  list-style: none;
  margin: 0;
  padding: 0;
}

.desktop-category-nav__third-level-item {
  margin: 0;
}

.desktop-category-nav__third-level-item + .desktop-category-nav__third-level-item {
  margin-top: 0;
}

.desktop-category-nav__third-level-link {
  display: block;
  padding: 5px 0;
  color: #495057;
  font-size: var(--storefront-font-size-body-small);
  line-height: var(--storefront-line-height-caption);
  text-decoration: none;
  white-space: normal;
  overflow-wrap: anywhere;
}
.desktop-category-nav__third-level-link:hover {
  color: var(--brand-color, #000);
  text-decoration: underline;
  background: none;
}

.desktop-category-nav__see-all-link {
  display: inline-block;
  margin-top: 8px;
  font-size: var(--storefront-font-size-caption);
  line-height: var(--storefront-line-height-caption);
  color: #6c757d;
  text-decoration: underline;
}
.desktop-category-nav__see-all-link:hover {
  color: var(--brand-color, #000);
}

.desktop-category-nav__second-level-link:hover,
.desktop-category-nav__second-level-link:focus-visible,
.desktop-category-nav__third-level-link:hover,
.desktop-category-nav__third-level-link:focus-visible {
  text-decoration: none;
  background: transparent;
}

.desktop-category-nav__second-level-item + .desktop-category-nav__second-level-item {
  margin-top: 0;
}

.desktop-category-nav__second-level-row {
  display: none;
}

.desktop-category-nav__flyout-indicator {
  display: none;
}

.desktop-category-nav__third-level-flyout {
  display: none !important;
}

.desktop-category-nav__highlight-title {
  font-size: 0.9rem;
  margin-bottom: 6px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .header-xl {
    display: none;
  }
}
.header-xl .dropdown-item {
  font-size: 14px;
}

@media (min-width: 769px) {
  .header-sm {
    display: none;
  }
}
.header-sm .logo img {
  height: 30px;
}
.header-sm .user-actions #cartDropdown .small {
  display: none;
}

@media (max-width: 768px) {
  :root {
    --header-mobile-height: 60px;
    --header-3-mobile-topbar-height: 30px;
    --header-mobile-search-height: 64px;
    --header-mobile-search-offset: var(--header-mobile-height);
  }
  .header-sm .mobile-header .container-fluid, .header-sm .mobile-header .container-sm, .header-sm .mobile-header .container-md, .header-sm .mobile-header .container-lg, .header-sm .mobile-header .container-xl, .header-sm .mobile-header .container-xxl {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-sm .mobile-header .mobile-header-row {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
  }
  .header-sm .mobile-header .mobile-header-slot {
    padding-left: 0;
    padding-right: 0;
    min-width: 0;
  }
  .header-sm .mobile-header .mobile-header-slot--menu {
    width: 42px;
    min-width: 42px;
  }
  .header-sm .mobile-header .mobile-header-slot--logo {
    padding: 0 8px;
    overflow: hidden;
  }
  .header-sm .mobile-header .mobile-header-slot--actions {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: nowrap;
    flex-shrink: 0;
  }
  .header-sm .mobile-header .mobile-header-slot--logo .logo {
    display: block;
    min-width: 0;
    max-width: 100%;
  }
  .header-sm .mobile-header .mobile-header-slot--logo .logo img {
    display: block;
    max-width: 100%;
    width: auto;
    height: 34px !important;
    object-fit: contain;
  }
  .header-sm .mobile-header .mobile-header-slot--logo .logo > .store-name-fallback {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .header-sm .mobile-header .hamburger-btn {
    width: 42px;
    min-width: 42px;
    height: 42px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .header-sm .mobile-header .user-actions {
    padding-right: 0;
    min-width: 0;
  }
  .header-sm .mobile-header .search-btn,
  .header-sm .mobile-header #mini-basket > a {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-circle);
    color: var(--brand-color);
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.16s ease, color 0.16s ease;
  }
  .header-sm .mobile-header .search-btn {
    padding: 0;
    border: 0;
    background: transparent;
  }
  .header-sm .mobile-header .search-btn[aria-expanded=true],
  .header-sm .mobile-header .search-btn:focus-visible,
  .header-sm .mobile-header #mini-basket > a:focus-visible {
    background: rgba(0, 0, 0, 0.06);
    outline: 0;
  }
  .header-sm .mobile-header #mini-basket {
    margin-left: 0 !important;
    width: 40px;
    min-width: 40px;
    flex-shrink: 0;
  }
  .header-sm .mobile-header .search-btn > i,
  .header-sm .mobile-header #mini-basket > a > i {
    margin-left: 0 !important;
    flex-shrink: 0;
  }
  .header-sm .mobile-header #mini-basket .badge[data-cart-badge] {
    top: 1px !important;
    right: 0 !important;
    left: auto !important;
    transform: none !important;
    min-width: 18px;
    width: auto;
    height: 18px;
    padding: 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    font-size: 10px;
    font-weight: var(--storefront-font-weight-bold);
    line-height: 1;
  }
}
@media (max-width: 768px) and (max-width: 383px) {
  .header-sm .mobile-header .container-fluid, .header-sm .mobile-header .container-sm, .header-sm .mobile-header .container-md, .header-sm .mobile-header .container-lg, .header-sm .mobile-header .container-xl, .header-sm .mobile-header .container-xxl {
    padding-left: 8px;
    padding-right: 8px;
  }
  .header-sm .mobile-header .mobile-header-slot--logo {
    padding: 0 4px;
  }
  .header-sm .mobile-header .mobile-header-slot--logo .logo img {
    height: 32px !important;
  }
  .header-sm .mobile-header .mobile-header-slot--actions {
    gap: 4px;
  }
  .header-sm .mobile-header .search-btn,
  .header-sm .mobile-header #mini-basket > a {
    width: 38px;
    min-width: 38px;
    height: 38px;
  }
  .header-sm .mobile-header #mini-basket {
    width: 38px;
    min-width: 38px;
  }
}
.mobile-header {
  position: fixed;
  background: white;
  z-index: var(--z-storefront-search-overlay, 1035);
  transition: transform 0.3s ease-in-out;
  border-bottom: 1px solid var(--border-color);
  top: 0;
  left: 0;
  right: 0;
  z-index: var(--z-storefront-header, 1030);
  height: 60px;
}

.brand-logo {
  color: var(--brand-color);
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.2;
}

.logo:has(.store-name-fallback),
.logo:has(.store-name-fallback):hover,
.logo:has(.store-name-fallback):focus,
a:has(.store-name-fallback),
a:has(.store-name-fallback):hover,
a:has(.store-name-fallback):focus {
  color: var(--text-dark);
  text-decoration: none;
}

.store-name-fallback {
  color: inherit;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.hamburger-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: var(--text-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.search-btn, .cart-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: var(--brand-color);
  position: relative;
}

.cart-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background: var(--brand-color);
  color: white;
  border-radius: var(--radius-circle, 50%);
  width: 20px;
  height: 20px;
  font-size: var(--storefront-font-size-caption);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--storefront-font-weight-bold);
}
.cart-badge.mobile-badge {
  top: 2px;
  right: 2px;
}

.menu-overlay {
  position: fixed;
  background: white;
  z-index: var(--z-storefront-search-overlay, 1035);
  transition: transform 0.3s ease-in-out;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1048;
  transform: translateX(-100%);
  overflow-y: auto;
  overflow-x: hidden;
}
.menu-overlay.show {
  transform: translateX(0);
}

.menu-header {
  height: 60px;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  padding: 0 15px;
}

.menu-header--with-logo {
  justify-content: space-between;
  padding: 0 16px;
}

.menu-header__logo {
  display: flex;
  align-items: center;
  line-height: 0;
  min-width: 0;
}

.menu-header__logo-img {
  max-height: 40px;
  width: auto;
  max-width: calc(100vw - 80px);
}

.menu-content {
  padding: 0;
}

.menu-item {
  position: relative;
  margin: 0;
}
.menu-item::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #ebebeb;
  margin: 0 16px;
}
.menu-item:last-child::after {
  display: none;
}

.menu-link {
  border: none;
  background: none;
  cursor: pointer;
  font: inherit;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 20px;
  color: var(--text-dark);
  text-decoration: none;
  font-size: var(--storefront-font-size-body);
  line-height: var(--storefront-line-height-title);
  transition: background-color 0.2s;
}
.menu-link:hover {
  background-color: var(--bg-light);
  color: var(--text-dark);
}
.menu-link.account, .menu-link.favorites {
  color: var(--brand-color);
}

.menu-link--blog {
  font-weight: var(--storefront-font-weight-semibold);
}
.menu-link--blog svg,
.menu-link--blog i {
  color: var(--brand-color);
  flex-shrink: 0;
}

.menu-item--promotions {
  padding: 12px 16px 16px;
}
.menu-item--promotions::after {
  display: none;
}

.menu-link--promotions {
  background-color: var(--brand-color);
  border-color: var(--brand-color);
  color: white;
  justify-content: center;
  border: 1px solid var(--brand-color);
  border-radius: var(--radius-sm, 4px);
  font-weight: var(--storefront-font-weight-semibold);
  font-size: var(--storefront-font-size-button-primary);
  line-height: var(--storefront-line-height-heading);
  padding: 12px 20px;
}
.menu-link--promotions:hover {
  background-color: var(--brand-color-hover);
  border-color: var(--brand-color-hover);
  color: white;
}
.menu-link--promotions:hover, .menu-link--promotions:focus-visible {
  background-color: var(--brand-color-hover);
  border-color: var(--brand-color-hover);
  color: white;
}

.menu-submenu {
  background-color: var(--bg-light);
  padding: 0;
  display: none;
}
.menu-submenu.show {
  display: block;
}

.submenu-item {
  display: block;
  width: 100%;
  padding: 12px 20px;
  color: var(--text-gray);
  text-decoration: none;
  font-size: var(--storefront-font-size-body-small);
  line-height: var(--storefront-line-height-title);
  border: none;
  position: relative;
}
.submenu-item::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #ebebeb;
  margin: 0 4px;
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
}
.submenu-item:last-child::after {
  display: none;
}
.submenu-item:hover {
  background-color: #f1f3f5;
  color: var(--text-gray);
}

.menu-arrow {
  color: #ccc;
  font-size: 14px;
  flex-shrink: 0;
}
.account-expanded .menu-arrow {
  transform: rotate(180deg);
  transition: transform 0.2s;
}

.search-form-overlay {
  position: fixed;
  background: white;
  z-index: var(--z-storefront-search-overlay, 1035);
  transition: transform 0.3s ease-in-out;
  top: 108px;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  padding: 10px 0;
  z-index: var(--z-storefront-search-overlay, 1035);
}
.search-form-overlay.show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.search-form-overlay .container {
  display: flex;
  justify-content: center;
  min-width: 0;
}
.search-form-overlay .h3-search {
  width: min(100%, 680px);
  max-width: 680px;
  min-width: 0;
  flex: 1 1 680px;
}
.search-form-overlay .form-control {
  width: 100%;
  min-width: 0;
  height: 52px;
  border-radius: var(--radius-pill);
  padding: 0 54px;
  border: 1px solid var(--border-color, #dee2e6);
  background: #fff;
  box-shadow: none;
}
.search-form-overlay .form-control:focus {
  border-color: var(--brand-color);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand-color) 18%, transparent);
  outline: 0;
}
.search-form-overlay .h3-search-submit,
.search-form-overlay .h3-search-close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: var(--radius-circle, 50%);
  background: transparent;
  color: #5f6368;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.search-form-overlay .h3-search-submit:hover, .search-form-overlay .h3-search-submit:focus-visible,
.search-form-overlay .h3-search-close:hover,
.search-form-overlay .h3-search-close:focus-visible {
  color: var(--brand-color);
  background: rgba(0, 0, 0, 0.04);
  outline: 0;
}
.search-form-overlay .h3-search-submit {
  left: 7px;
}
.search-form-overlay .h3-search-close {
  right: 7px;
}
.search-form-overlay .h3-search-submit .bi,
.search-form-overlay .h3-search-close .bi {
  font-size: 20px;
}
.search-form-overlay .mobile-search-form {
  position: relative;
  width: 100%;
}
.search-form-overlay .mobile-search-form .form-control {
  height: 46px;
  border-radius: var(--radius-pill);
  padding: 0 48px;
  line-height: 46px;
}
.search-form-overlay .mobile-search-form .search-button,
.search-form-overlay .mobile-search-close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: var(--radius-circle);
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border: 0;
  background: transparent;
  color: #5f6368;
  line-height: 1;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.search-form-overlay .mobile-search-form .search-button {
  left: 7px;
}
.search-form-overlay .mobile-search-close {
  right: 7px;
}
.search-form-overlay .mobile-search-form .search-button svg,
.search-form-overlay .mobile-search-close svg {
  width: 20px;
  height: 20px;
}
.search-form-overlay .mobile-search-form .search-button:hover,
.search-form-overlay .mobile-search-form .search-button:focus-visible,
.search-form-overlay .mobile-search-close:hover,
.search-form-overlay .mobile-search-close:focus-visible {
  color: var(--brand-color);
  background: rgba(0, 0, 0, 0.04);
  outline: 0;
}

@media (min-width: 769px) {
  .search-form-overlay--header-3 {
    display: none;
    position: static;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    padding: 16px 0;
    box-shadow: none;
    z-index: auto;
  }
  .search-form-overlay--header-3.show {
    display: block;
    transform: none;
    opacity: 1;
  }
  .search-form-overlay--header-3 .container {
    display: flex;
    justify-content: center;
  }
  .search-form-overlay--header-3 .h3-search {
    flex: 0 1 min(820px, 100vw - 48px);
    width: min(820px, 100vw - 48px);
    max-width: min(820px, 100vw - 48px);
  }
}
@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }
  .search-form-overlay {
    top: var(--header-mobile-search-offset, 60px);
    padding: 10px 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  }
  .search-form-overlay .h3-search {
    width: 100%;
    max-width: 100%;
    flex-basis: auto;
  }
  .search-form-overlay .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .search-form-overlay .form-control {
    height: 46px;
  }
  .search-form-overlay--header-3 {
    --header-mobile-search-offset: calc(var(--header-3-mobile-topbar-height) + var(--header-mobile-height));
  }
  .search-form-overlay--header-3 .h3-search {
    max-width: 100%;
  }
}
.skip-link:focus, .skip-link:focus-visible {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  padding: 10px 18px;
  background: var(--brand-color, #000);
  color: #fff;
  border-radius: 6px;
  font-size: var(--storefront-font-size-body, 1rem);
  font-weight: var(--storefront-font-weight-semibold, 600);
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  outline: 3px solid #fff;
  outline-offset: 2px;
}

.bg-light-gray {
  background-color: var(--bg-light-gray);
}

.text-gray {
  color: var(--text-gray);
}

.brand-color {
  color: var(--brand-color);
}

.bg-brand-color {
  background-color: var(--brand-color);
}

.btn-brand-color {
  background-color: var(--brand-color);
  border-color: var(--brand-color);
  color: white;
  border-radius: var(--radius-sm, 4px);
  --bs-btn-border-radius: var(--radius-sm, 4px);
}
.btn-brand-color:hover {
  background-color: var(--brand-color-hover);
  border-color: var(--brand-color-hover);
  color: white;
}

body.menu-open {
  overflow: hidden;
}

body.search-open {
  overflow-x: hidden;
}

.content-spacer {
  height: 60px;
}

.h3-topbar-mobile + .mobile-header {
  position: relative;
}

.header-sm .content-spacer {
  display: none;
  height: 0;
}

@media (max-width: 768px) {
  .header-sm--fixed-mobile .content-spacer {
    display: block;
    height: 60px;
    transition: height 0.2s ease;
  }
  body.search-open .header-sm--fixed-mobile .content-spacer {
    height: calc(var(--header-mobile-height) + var(--header-mobile-search-height));
  }
  .header-sm--header-3 .content-spacer {
    display: block;
    height: 0;
    transition: height 0.2s ease;
  }
  body.search-open .header-sm--header-3 .content-spacer {
    height: var(--header-mobile-search-height);
  }
}
.nav-link {
  color: white;
  font-size: var(--storefront-font-size-body-small);
  font-weight: var(--storefront-font-weight-medium);
  line-height: var(--storefront-line-height-title);
}
.nav-link:hover {
  color: #d2d2d2;
}

@media screen and (max-width: 1100px) {
  #menu-principal {
    overflow-y: auto;
  }
}

@media screen and (max-width: 1100px) {
  .h3-mainbar #menu-principal {
    overflow: visible;
  }
}

.search-button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 var(--radius-sm, 4px) var(--radius-sm, 4px) 0;
}

.btn.btn-brand-color.search-button {
  border-radius: 0 var(--radius-sm, 4px) var(--radius-sm, 4px) 0;
  --bs-btn-border-radius: var(--radius-sm, 4px);
}

#cartDropdown::after,
#accountDropdown::after {
  display: none;
}

.category-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #ebebeb;
}

.category-modal__title {
  margin-bottom: 0;
  font-weight: var(--storefront-font-weight-bold);
  font-size: var(--storefront-font-size-body);
  line-height: var(--storefront-line-height-title);
  text-transform: none;
  letter-spacing: 0;
}

.category-modal {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: var(--z-storefront-cart-drawer, 1060);
  display: block;
  right: -100%;
  transition: 0.25s;
}
.category-modal.show {
  right: 0;
  transition: 0.25s;
}

.category-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: 100%;
  background-color: white;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.category-modal.show .category-content {
  transform: translateX(0);
}

.category-item {
  position: relative;
}
.category-item::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #ebebeb;
  margin: 0 16px;
}
.category-item:last-child::after {
  display: none;
}

.category-link {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  color: #333;
  text-decoration: none;
  text-transform: capitalize;
  transition: background-color 0.2s;
}
.category-link:hover {
  background-color: #f8f9fa;
  color: #333;
}
.category-link.category-link--see-all {
  font-size: var(--storefront-font-size-body-small);
  font-weight: var(--storefront-font-weight-medium);
  color: var(--brand-color);
  text-transform: none;
}
.category-link.category-link--see-all:hover {
  color: var(--brand-color);
}

.search-suggest {
  max-height: 60vh;
  overflow-y: auto;
  padding: 0.25rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.search-suggest__item,
.search-suggest__all {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0.625rem;
  border-radius: 0.375rem;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.search-suggest__item:hover,
.search-suggest__item.is-active,
.search-suggest__all:hover,
.search-suggest__all.is-active {
  background: #f3f4f6;
}

.search-suggest__thumb {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 0.375rem;
  overflow: hidden;
  background: #fff;
  padding: 4px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-suggest__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.search-suggest__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.search-suggest__title {
  font-size: 0.9rem;
  line-height: 1.25;
  color: #111827;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-suggest__title strong {
  font-weight: 700;
}

.search-suggest__price {
  margin-top: 2px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--brand-color, #1b3e60);
}

.search-suggest__all {
  justify-content: center;
  margin-top: 0.25rem;
  border-top: 1px solid #eee;
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--brand-color, #1b3e60);
}

.search-suggest__state {
  padding: 0.75rem;
  text-align: center;
  color: #6b7280;
  font-size: 0.85rem;
}

@media (min-width: 576px) {
  .search-suggest {
    max-height: 420px;
  }
}
.footer-section {
  background-color: var(--bg-light-gray);
}

.newsletter-section,
.newsletter-section-f3,
.footer-main,
.footer-main-f3,
.footer-bottom,
.footer-bottom-f3 {
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  .text-center-mobile {
    text-align: center;
  }
}
.newsletter-section {
  background-color: var(--footer-top-bg);
  padding: 30px 0;
}
@media (max-width: 767px) {
  .newsletter-section {
    padding: 30px 0;
  }
}
.newsletter-section .form-control,
.newsletter-section .btn-enviar {
  height: 48px;
  box-sizing: border-box;
}
.newsletter-section .btn-enviar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

.newsletter-section form > div[aria-hidden=true] {
  position: fixed !important;
  left: -10000px !important;
}

.newsletter-section--top-divider {
  position: relative;
}
.newsletter-section--top-divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.newsletter-title {
  color: var(--text-dark);
  font-size: var(--storefront-font-size-h3-mobile);
  font-weight: var(--storefront-font-weight-medium);
  line-height: var(--storefront-line-height-title);
  margin-bottom: 0;
}

.newsletter-subtitle {
  color: var(--text-dark);
  font-size: var(--storefront-font-size-h3-mobile);
  font-weight: var(--storefront-font-weight-bold);
  line-height: var(--storefront-line-height-title);
  margin-bottom: 20px;
}

.btn-enviar {
  background-color: var(--brand-color);
  border-color: var(--brand-color);
  color: white;
  font-weight: var(--storefront-font-weight-semibold);
  padding: 12px 30px;
  font-size: var(--storefront-font-size-button-primary);
  line-height: var(--storefront-line-height-heading);
  border-radius: var(--radius-sm, 4px);
  --bs-btn-border-radius: var(--radius-sm, 4px);
}
.btn-enviar:hover {
  background-color: var(--brand-color-hover);
  border-color: var(--brand-color-hover);
  color: white;
}

.footer-main {
  background-color: var(--footer-meio-bg);
  padding: 0px 0 30px 0;
}
@media (max-width: 575px) {
  .footer-main {
    padding: 0px 0 20px 0;
  }
}

.footer-column .footer-column__title,
.footer-column h6,
.footer-column .h6 {
  color: var(--text-dark);
  font-weight: var(--storefront-font-weight-bold);
  font-size: var(--storefront-font-size-label);
  line-height: var(--storefront-line-height-title);
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-column ul li {
  margin-bottom: 8px;
}
.footer-column ul li a {
  color: var(--text-gray);
  text-decoration: none;
  font-size: var(--storefront-font-size-body-small);
  line-height: var(--storefront-line-height-caption);
}
.footer-column ul li a:hover {
  color: var(--text-dark);
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-gray);
  font-size: var(--storefront-font-size-body-small);
  line-height: var(--storefront-line-height-caption);
  margin-bottom: 10px;
}
.contact-info i {
  color: var(--brand-color4);
}
.contact-info svg {
  flex-shrink: 0;
  color: var(--brand-color4);
}
.contact-info a {
  color: var(--text-gray);
  text-decoration: none;
}
.contact-info a:hover {
  color: var(--text-dark);
}
.contact-info.contact-info--muted {
  color: #a0a0a0;
  font-size: var(--storefront-font-size-footer-meta);
  line-height: var(--storefront-line-height-caption);
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 992px) {
  .social-icons {
    flex-wrap: nowrap;
  }
}
.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  background-color: var(--brand-color);
  border-color: var(--brand-color);
  color: white;
  margin-right: 0;
  border-radius: var(--radius-circle, 50%);
  text-decoration: none;
  padding: 0 !important;
}
.social-icons a:hover {
  background-color: var(--brand-color-hover);
  border-color: var(--brand-color-hover);
  color: white;
}

.footer-bottom {
  background-color: var(--bg-light-gray);
  background-color: var(--footer-baixo-bg);
  padding: 0 0 30px 0;
}
.footer-bottom hr:first-of-type {
  opacity: 0.12;
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}
.footer-bottom hr:last-of-type {
  opacity: 0.12;
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
@media (max-width: 575px) {
  .footer-bottom .copyright-text {
    padding-bottom: 12px;
  }
}

.footer-section-divider {
  opacity: 0.12;
  margin-top: 0;
  margin-bottom: 30px;
}

.payment-methods {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.payment-methods svg,
.payment-methods img {
  width: 43px;
  height: auto;
  max-height: 28px;
  flex-shrink: 0;
}
.payment-methods.pm-hide-visa svg:nth-of-type(1), .payment-methods.pm-hide-mastercard svg:nth-of-type(2), .payment-methods.pm-hide-amex svg:nth-of-type(3), .payment-methods.pm-hide-elo svg:nth-of-type(4), .payment-methods.pm-hide-hipercard svg:nth-of-type(5), .payment-methods.pm-hide-pix svg:nth-of-type(6), .payment-methods.pm-hide-boleto svg:nth-of-type(7) {
  display: none;
}

.security-badges img {
  height: 40px;
  margin-left: 10px;
}

.footer-security-seals {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-security-seals .footer-security-seals__link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  text-decoration: none;
}
.footer-security-seals svg.seal {
  height: 40px;
  width: auto;
  flex-shrink: 0;
}
.footer-security-seals img.seal {
  max-height: 40px;
  width: auto;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}

.copyright-text {
  color: var(--text-gray);
  font-size: var(--storefront-font-size-footer-meta);
  line-height: var(--storefront-line-height-caption);
  margin: 0;
}

.tezus-logo {
  height: 25px;
}

.form-control {
  border: 1px solid #ddd;
  padding: 12px 15px;
  font-size: var(--storefront-font-size-body);
  line-height: var(--storefront-line-height-body);
}
.form-control:focus {
  border-color: var(--brand-color);
  box-shadow: 0 0 0 0.2rem rgba(213, 0, 6, 0.25);
}

.footer-f3-divider {
  border: 0;
  border-top: 1px solid currentColor;
  opacity: 0.12;
}

.newsletter-section-f3 {
  background-color: var(--footer-top-bg);
  padding: 60px 0;
}
.newsletter-section-f3 .newsletter-title {
  font-weight: var(--storefront-font-weight-bold);
  margin-bottom: 8px;
}
.newsletter-section-f3 .newsletter-subtitle {
  color: var(--text-gray);
  margin-bottom: 24px;
  font-weight: var(--storefront-font-weight-regular);
  font-size: var(--storefront-font-size-body-small);
  line-height: var(--storefront-line-height-caption);
}
.newsletter-section-f3 .f3-newsletter-form {
  max-width: 500px;
  margin: 0 auto;
}
.newsletter-section-f3 .f3-newsletter-row {
  display: flex;
  height: 48px;
}
.newsletter-section-f3 .f3-newsletter-row .form-control {
  border-radius: var(--radius-sm) 0 0 var(--radius-sm);
  border-right: none;
  height: 48px;
  flex: 1;
  font-size: var(--storefront-font-size-body);
  line-height: var(--storefront-line-height-body);
}
.newsletter-section-f3 .f3-newsletter-row .btn-enviar {
  width: 48px;
  height: 48px;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.newsletter-section-f3 .f3-privacy-note {
  font-size: var(--storefront-font-size-footer-meta);
  line-height: var(--storefront-line-height-caption);
  color: #9aa3ad;
  margin-top: 12px;
}
.newsletter-section-f3 .f3-privacy-note a {
  text-decoration: underline;
  color: #9aa3ad;
}

.footer-main-f3 {
  background-color: var(--footer-meio-bg);
}
.footer-main-f3 hr {
  opacity: 0.12;
}
.footer-main-f3 .f3-links-row {
  padding: 50px 0 30px;
}
.footer-main-f3 .footer-column .footer-column__title,
.footer-main-f3 .footer-column h6,
.footer-main-f3 .footer-column .h6 {
  text-transform: none;
}
.footer-main-f3 .contact-info {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.footer-main-f3 .contact-info i {
  color: var(--brand-color4);
}
.footer-main-f3 .contact-info a {
  color: var(--text-gray);
  text-decoration: none;
}
.footer-main-f3 .contact-info a:hover {
  color: var(--text-dark);
}
.footer-main-f3 .contact-info.contact-info--muted {
  color: #a0a0a0;
  font-size: var(--storefront-font-size-footer-meta);
  line-height: var(--storefront-line-height-caption);
}

.footer-bottom-f3 {
  background-color: var(--footer-baixo-bg);
  padding-top: 24px;
}
.footer-bottom-f3 hr {
  opacity: 0.12;
}
.footer-bottom-f3 .payment-methods svg {
  width: 37px;
  height: auto;
  max-height: 25px;
}

.f3-bottom-logo {
  height: 42px;
  width: auto;
}

.f3-copyright {
  font-size: var(--storefront-font-size-footer-meta);
  line-height: var(--storefront-line-height-caption);
  color: #aaa;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
}

.f3-tezus-credit {
  display: inline-flex;
  align-items: center;
  opacity: 0.45;
  transition: opacity 0.2s;
}
.f3-tezus-credit:hover {
  opacity: 0.7;
}
.f3-tezus-credit svg {
  height: 14px;
  width: auto;
}

@media (max-width: 767px) {
  .footer-main .contact-info {
    justify-content: center;
    text-align: center;
  }
  .footer-main .social-icons {
    justify-content: center;
  }
  .newsletter-section-f3 .f3-newsletter-form,
  .newsletter-section-f3 .f3-newsletter-form-mobile-spacing {
    padding: 0 15px;
  }
  .newsletter-section-f3 .f3-newsletter-row {
    flex-direction: column;
    height: auto;
    gap: 8px;
  }
  .newsletter-section-f3 .f3-newsletter-row .form-control {
    border-radius: var(--radius-sm);
    border-right: 1px solid #ddd;
    height: 48px;
  }
  .newsletter-section-f3 .f3-newsletter-row .btn-enviar {
    width: 100%;
    border-radius: var(--radius-sm);
    height: 48px;
  }
  .footer-main-f3 .footer-column {
    text-align: center;
  }
  .footer-main-f3 .contact-info {
    justify-content: center;
  }
  .footer-security-seals {
    justify-content: center;
    width: 100%;
    gap: 8px;
  }
  .footer-security-seals svg.seal {
    height: 32px;
  }
  .footer-security-seals img.seal {
    max-height: 32px;
  }
  .footer-bottom-f3 .payment-methods svg {
    width: 32px;
    max-height: 22px;
  }
  .f3-bottom-logo {
    height: 35px;
  }
}
:root {
  --z-storefront-header: 1030;
  --z-storefront-search-overlay: 1035;
  --z-storefront-cart-backdrop: 1050;
  --z-storefront-cart-drawer: 1060;
  --z-storefront-modal-backdrop: 1070;
  --z-storefront-modal: 1080;
  --z-storefront-whatsapp: 1020;
}

.page_inner > .page-header, .sub-header {
  border-bottom: none;
}

.whatsapp-container {
  position: fixed;
  width: 50px;
  height: 50px;
  z-index: var(--z-storefront-whatsapp);
  background: #00E676 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: var(--radius-md, 8px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}
.whatsapp-container svg {
  width: 24px;
  height: 24px;
}

.whatsapp-container.whatsapp-size-small {
  width: 44px;
  height: 44px;
}
.whatsapp-container.whatsapp-size-small svg {
  width: 22px;
  height: 22px;
}

.whatsapp-container.whatsapp-size-medium {
  width: 50px;
  height: 50px;
}
.whatsapp-container.whatsapp-size-medium svg {
  width: 24px;
  height: 24px;
}

.whatsapp-container.whatsapp-size-large {
  width: 60px;
  height: 60px;
}
.whatsapp-container.whatsapp-size-large svg {
  width: 28px;
  height: 28px;
}

.whatsapp-container.whatsapp-shape-rounded {
  border-radius: var(--radius-md, 8px);
}

.whatsapp-container.whatsapp-shape-circle {
  border-radius: 9999px;
}

.whatsapp-container.whatsapp-shape-square {
  border-radius: 0;
}

.whatsapp-container.bottom-right {
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  right: calc(16px + env(safe-area-inset-right, 0px));
}

.whatsapp-container.bottom-left {
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  left: calc(16px + env(safe-area-inset-left, 0px));
}

.btn {
  transition: filter 0.2s ease-in-out;
}

.btn:not(:disabled):not(.disabled):hover {
  filter: brightness(0.92);
}

.whatsapp-container:hover {
  background: #01bb61;
}

.modal-open .whatsapp-container,
.drawer-open .whatsapp-container {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
}

.modal-backdrop {
  z-index: var(--z-storefront-modal-backdrop);
}

.modal {
  z-index: var(--z-storefront-modal);
}

.storefront-modal {
  --bs-modal-margin: 1.25rem;
  --storefront-modal-y-margin: var(--bs-modal-margin);
}
.storefront-modal .modal-dialog {
  min-height: calc(100% - var(--storefront-modal-y-margin) * 2);
}
.storefront-modal .modal-content {
  max-height: calc(100dvh - var(--storefront-modal-y-margin) * 2);
  overflow: hidden;
}
.storefront-modal .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
}
.storefront-modal .modal-title {
  min-width: 0;
  max-width: calc(100% - 44px);
  margin: 0;
  overflow-wrap: anywhere;
  line-height: 1.25;
}
.storefront-modal .modal-close-button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: -6px -6px -6px 0;
  border-radius: var(--radius-md, 8px);
  color: #333;
}
.storefront-modal .modal-close-button:focus-visible {
  outline: 2px solid var(--brand-color);
  outline-offset: 2px;
}
.storefront-modal .modal-body {
  overflow-y: auto;
  padding: 20px;
}
.storefront-modal .modal-footer {
  flex: 0 0 auto;
  gap: 10px;
  padding: 16px 20px;
  background: var(--bs-modal-bg);
}
@media screen and (max-width: 575.98px) {
  .storefront-modal {
    --bs-modal-margin: 1.5rem 0.75rem;
    --storefront-modal-y-margin: 1.5rem;
  }
  .storefront-modal .modal-header {
    padding: 18px 16px 14px;
  }
  .storefront-modal .modal-body {
    padding: 16px;
  }
  .storefront-modal .modal-footer {
    padding: 14px 16px 16px;
  }
}

.cookie-popup {
  width: 83%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #DCDCDC;
  border-radius: var(--radius-lg, 12px);
  opacity: 1;
  padding: 20px;
  position: relative;
  bottom: 40px;
  display: flex;
  flex-direction: row;
  z-index: 99999999;
  margin: auto;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .cookie-popup {
    flex-direction: column;
  }
}

.cookie-cont.mostra {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: 0.32s;
}

.cookie-popup p {
  text-align: left;
  font-size: var(--storefront-font-size-body-small);
  line-height: var(--storefront-line-height-body);
  letter-spacing: 0px;
  color: #333333;
  width: calc(58% - 15px);
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .cookie-popup p {
    width: 100%;
    margin-bottom: 20px;
  }
}

.cookie-popup p a {
  text-align: left;
  text-decoration: underline;
  font-size: var(--storefront-font-size-body-small);
  line-height: var(--storefront-line-height-body);
  letter-spacing: 0px;
  color: var(--brand-color);
}

.cookie-popup button {
  border: 2px solid var(--brand-color);
  border-radius: var(--radius-pill, 9999px);
  opacity: 1;
  height: 46px;
  width: fit-content;
  background-color: #FFFFFF;
  padding: 10px 20px;
  text-align: right;
  font-weight: var(--storefront-font-weight-semibold);
  font-size: var(--storefront-font-size-button-secondary);
  line-height: var(--storefront-line-height-heading);
  letter-spacing: 0px;
  color: var(--brand-color);
  opacity: 1;
  position: absolute;
  right: 20px;
  transition: ease-in-out 0.32s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .cookie-popup button {
    width: 100%;
    position: inherit;
    text-align: center;
    right: 0;
  }
}

.cookie-popup button:hover {
  background: var(--brand-color);
  color: #FFFFFF;
  transition: ease-in-out 0.32s;
}

.cookie-cont {
  width: 100%;
  position: fixed;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  z-index: 9;
  transform: translateY(200%);
  transition: 0.32s;
  opacity: 0;
  visibility: hidden;
}

.page_inner {
  padding-bottom: 40px;
}
.page_inner::after {
  display: block;
  clear: both;
  content: "";
}

.page-header {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .page-header {
    margin-bottom: 24px;
  }
}
.page-header h1, .page-header .h1 {
  font-size: 24px;
}

.storefront-header-3 .page_inner > nav[aria-label] {
  position: relative;
  border-bottom: 0;
  margin-bottom: 40px;
}

.storefront-header-3 .page_inner > nav[aria-label]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #f3f3f3;
  box-shadow: 0 0 0 100vmax #f3f3f3;
  clip-path: inset(0 -100vmax);
  pointer-events: none;
}

.storefront-header-3 .page_inner > nav[aria-label] .breadcrumb {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .storefront-header-3 .page_inner > nav[aria-label] .breadcrumb {
    max-height: 52px;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    align-items: center;
  }
}
.breadcrumb {
  font-size: var(--storefront-font-size-breadcrumb);
  line-height: var(--storefront-line-height-title);
}

.breadcrumb-item {
  color: #7c7c7c;
}
.breadcrumb-item a,
.breadcrumb-item a:visited,
.breadcrumb-item a:active,
.breadcrumb-item span {
  color: #7c7c7c;
}
.breadcrumb-item a,
.breadcrumb-item a:visited,
.breadcrumb-item a:active {
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  transition: color 0.18s ease, text-decoration-color 0.18s ease;
}
.breadcrumb-item a:hover,
.breadcrumb-item a:visited:hover,
.breadcrumb-item a:active:hover {
  color: #5f6368;
  text-decoration: underline !important;
}
.breadcrumb-item a:focus-visible,
.breadcrumb-item a:visited:focus-visible,
.breadcrumb-item a:active:focus-visible {
  outline: 2px solid var(--brand-color);
  outline-offset: 2px;
  border-radius: 2px;
  text-decoration: underline !important;
}

.breadcrumb-item.active {
  color: #4f4f4f;
  text-decoration: none !important;
  pointer-events: none;
}

.cursor-pointer {
  cursor: pointer;
}

.sort-section li {
  display: flex;
  align-items: center;
}

.active-filters {
  font-size: 12px;
}
.active-filters .btn,
.active-filters a,
.active-filters span {
  font-size: 12px;
}

@media (max-width: 768px) {
  .storefront-filter-toggle {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--brand-color);
    --bs-btn-border-color: var(--brand-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--brand-color-hover);
    --bs-btn-hover-border-color: var(--brand-color-hover);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--brand-color-hover);
    --bs-btn-active-border-color: var(--brand-color-hover);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
  .storefront-filter-toggle [data-lucide],
  .storefront-filter-toggle svg {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
  }
  .storefront-filter-results {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--brand-color);
    --bs-btn-border-color: var(--brand-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--brand-color-hover);
    --bs-btn-hover-border-color: var(--brand-color-hover);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--brand-color-hover);
    --bs-btn-active-border-color: var(--brand-color-hover);
  }
  .storefront-filter-clear {
    --bs-btn-color: var(--brand-color);
    --bs-btn-bg: #fff;
    --bs-btn-border-color: var(--brand-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--brand-color);
    --bs-btn-hover-border-color: var(--brand-color);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--brand-color-hover);
    --bs-btn-active-border-color: var(--brand-color-hover);
  }
}
.facet-header .facet-chevron {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  color: #aaa;
  transition: transform 0.2s ease;
  transform: rotate(180deg);
}

.facet-header[aria-expanded=false] .facet-chevron {
  transform: rotate(0deg);
}

.sidebar .sidebar-filter-title,
.side_categories .sidebar-filter-title,
.category-section .sidebar-filter-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 0;
}
.sidebar .sidebar-filter-group,
.side_categories .sidebar-filter-group,
.category-section .sidebar-filter-group {
  margin-bottom: 22px;
}
.sidebar .sidebar-filter-list,
.side_categories .sidebar-filter-list,
.category-section .sidebar-filter-list {
  margin-top: 8px;
}
.sidebar .sidebar-filter-item,
.side_categories .sidebar-filter-item,
.category-section .sidebar-filter-item {
  align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.sidebar .sidebar-filter-item a,
.sidebar .sidebar-filter-item span,
.side_categories .sidebar-filter-item a,
.side_categories .sidebar-filter-item span,
.category-section .sidebar-filter-item a,
.category-section .sidebar-filter-item span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.sidebar .sidebar-filter-count,
.side_categories .sidebar-filter-count,
.category-section .sidebar-filter-count {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.sidebar .sidebar-filter-checkbox,
.side_categories .sidebar-filter-checkbox,
.category-section .sidebar-filter-checkbox {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.sidebar .sidebar-filter-swatch,
.side_categories .sidebar-filter-swatch,
.category-section .sidebar-filter-swatch {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin: 3px 6px 0 8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: var(--radius-xs, 2px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sidebar .sidebar-filter-item.is-loading,
.sidebar .sidebar-filter-link.is-loading,
.side_categories .sidebar-filter-item.is-loading,
.side_categories .sidebar-filter-link.is-loading,
.category-section .sidebar-filter-item.is-loading,
.category-section .sidebar-filter-link.is-loading {
  opacity: 0.75;
  pointer-events: none;
}

.category-section {
  margin-bottom: 22px;
}
.category-section .category-list {
  margin-top: 8px;
}

.checkbox {
  width: 18px;
  height: 18px;
  border: 1px solid #D2D2D2;
  background: var(--rgb-255255255, #FFF);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.checkbox.active {
  border-color: var(--brand-color);
  background: var(--brand-color);
}
.checkbox.active::after {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-top: -2px;
}

@media (max-width: 768px) {
  .sidebar-open .sidebar {
    left: 0;
    transition: 0.28s ease-in;
  }
  .sidebar {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: #fff;
    top: 0;
    left: -100%;
    transition: 0.32s ease-in-out;
    z-index: 99999;
    overflow-y: auto;
  }
  .sidebar .sidebar-header {
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
    margin-bottom: 20px;
    position: sticky;
    top: 0;
    background-color: #fff;
  }
  .sidebar .sidebar-header i {
    font-size: 20px;
  }
}
.contact-card-description {
  font-size: var(--storefront-font-size-body-small);
  line-height: var(--storefront-line-height-caption);
}

.carousel {
  margin-bottom: 2rem;
}

.carousel-indicators {
  top: auto;
  right: auto;
  bottom: -20px;
  left: 0;
  width: 100%;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  zoom: 1;
  float: none;
  background-color: #ced4da;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-align: center;
}
.carousel-indicators .active {
  background-color: #000;
}

.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  margin: 0 auto;
}

#product_gallery .carousel-inner > .carousel-item {
  height: 400px;
  line-height: 400px;
  vertical-align: middle;
  text-align: center;
}
#product_gallery .carousel-inner > .carousel-item > img {
  display: inline-block;
  vertical-align: middle;
  max-height: 400px;
}
#product_gallery .carousel-control {
  background-image: none;
}
#product_gallery .carousel-indicators {
  position: static;
  bottom: 0;
  margin: 0;
  width: auto;
  display: block;
}
#product_gallery .carousel-indicators::after {
  display: block;
  clear: both;
  content: "";
}
#product_gallery .carousel-indicators li {
  width: 17%;
  height: auto;
  display: block;
  float: left;
  margin: 0.25rem;
  text-indent: 0;
  background-color: #fff;
  opacity: 0.5;
}
#product_gallery .carousel-indicators .active {
  opacity: 0.1;
}
#product_gallery .thumbnail {
  transition: none;
  position: relative;
}

.price-section {
  margin-bottom: 16px;
}
.price-section .old-price {
  font-size: 12px;
  color: #767676; /* WCAG AA: razão 4.54:1 sobre fundo branco */
  text-decoration: line-through;
  display: block;
  margin-bottom: 0px;
}
.price-section .sale-price {
  font-size: 18px;
  color: var(--color-success-text);
  font-weight: 600;
  margin-bottom: 10px;
}
.price-section .installment {
  display: block;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.checkout-quantity .input-qty {
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm, 4px);
  overflow: hidden;
  display: flex;
  width: max-content;
}
.checkout-quantity .input-qty input {
  height: 36px;
  width: 38px;
  border: none;
  appearance: textfield;
}
.checkout-quantity .input-qty input::-webkit-outer-spin-button, .checkout-quantity .input-qty input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}
.checkout-quantity .input-qty .btn-qty {
  height: 36px;
  width: 36px;
  background-color: var(--bs-body-bg);
  border: none;
}

@keyframes basket-qty-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-2px);
  }
  75% {
    transform: translateX(2px);
  }
}
.basket-quantity-section .qty-stock-hint {
  display: block;
  width: fit-content;
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.3;
  color: #888;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.basket-quantity-section .qty-stock-hint.is-visible {
  opacity: 1;
}
.basket-quantity-section .qty-stock-hint[hidden] {
  display: none !important;
}
.basket-quantity-section .input-qty.is-stock-limited {
  animation: basket-qty-shake 0.35s ease;
}

.basket-items {
  border: 0;
  border-bottom: 1px solid var(--border-color);
  position: relative;
}
.basket-items .basket-line-actions {
  position: static;
}
.basket-items .basket-line-actions i {
  color: var(--text-dark);
}

.basket-remove-action {
  color: var(--text-dark);
  line-height: 1;
  text-decoration: none;
}
.basket-remove-action:hover, .basket-remove-action:focus {
  color: var(--brand-color);
}

.basket-remove-action--desktop {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
  color: var(--text-gray);
  font-size: var(--storefront-font-size-caption);
  line-height: var(--storefront-line-height-caption);
}

.basket-remove-icon {
  width: 16px;
  height: 16px;
  stroke-width: 2;
  vertical-align: middle;
}

.basket-title {
  border-bottom: 1px solid var(--border-color);
  padding-right: 0;
  padding-left: 0;
}
.basket-title .basket-column-heading,
.basket-title h4,
.basket-title .h4,
.basket-title .basket-items .price_color,
.basket-items .basket-title .price_color {
  color: var(--text-gray);
  font-size: var(--storefront-font-size-caption);
  font-weight: var(--storefront-font-weight-regular);
  line-height: var(--storefront-line-height-caption);
  text-transform: uppercase;
}

.basket_summary .basket-mobile-hint {
  padding-top: 10px;
  padding-bottom: 14px;
  text-align: center;
  font-size: var(--storefront-font-size-caption);
  font-weight: var(--storefront-font-weight-regular);
  line-height: var(--storefront-line-height-caption);
  color: var(--text-gray);
}
.basket_summary .basket-items {
  border-radius: 0;
  overflow: visible;
  background-color: var(--bs-body-bg);
}

.basket-page .basket_summary .basket-items,
.basket-page .card-footer.bg-white.border-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.basket-item-product {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.basket-item-media {
  flex: 0 0 92px;
  width: 92px;
  height: 92px;
}

.basket-item-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  min-width: 0;
}

.basket-item-name {
  display: block;
  margin-bottom: 0;
  color: var(--text-dark);
  font-size: var(--storefront-font-size-body-small);
  font-weight: var(--storefront-font-weight-semibold);
  line-height: var(--storefront-line-height-title);
}

.basket-item-variants {
  color: var(--text-gray);
  font-size: var(--storefront-font-size-caption);
  line-height: var(--storefront-line-height-caption);
}

.basket-item-price {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-start;
  color: var(--text-gray);
  font-size: var(--storefront-font-size-body-small);
  line-height: var(--storefront-line-height-subheading);
}

.basket-price-original {
  color: var(--text-gray);
  opacity: 0.7;
  text-decoration: line-through;
  font-size: var(--storefront-font-size-price-old-mobile);
  line-height: var(--storefront-line-height-caption);
}

.basket-price-current {
  color: var(--brand-color);
  font-weight: var(--storefront-font-weight-bold);
}

.basket-discount-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 6px;
  border-radius: var(--radius-xs, 2px);
  background-color: var(--color-success-bg);
  color: var(--color-success-text);
  font-size: var(--storefront-font-size-badge);
  font-weight: var(--storefront-font-weight-semibold);
  line-height: var(--storefront-line-height-heading);
  white-space: nowrap;
}

.basket-discount,
#basket_totals .text-success,
#basket_totals .badge-success,
.cart-drawer__summary-row--savings,
.cart-drawer__shipping-text .text-success {
  color: var(--color-success-text) !important;
}

#basket_totals .badge-success {
  border-color: var(--color-success-border) !important;
  background-color: var(--color-success-bg) !important;
}

.basket-item-total {
  font-weight: var(--storefront-font-weight-bold);
}

.basket-item-mobile {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) 32px;
  gap: 12px;
  align-items: start;
}
.basket-item-mobile__media {
  width: 88px;
  height: 88px;
}
.basket-item-mobile__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  min-width: 0;
  text-align: left;
}
.basket-item-mobile__actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: max-content;
  margin-top: 4px;
}
.basket-item-mobile__remove {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-self: center;
}

.basket-item-mobile-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 14px;
  padding-top: 12px;
  color: var(--text-gray);
  font-size: var(--storefront-font-size-body-small);
  line-height: var(--storefront-line-height-title);
  border-top: 1px solid var(--border-color);
}
.basket-item-mobile-total strong {
  color: var(--color-success-text);
  font-size: var(--storefront-font-size-body-small);
}

@media screen and (max-width: 767px) {
  .basket_summary .basket-items {
    margin-bottom: 0 !important;
    padding: 16px 0 !important;
    border: 0;
    border-bottom: 1px solid var(--border-color);
    border-radius: 0;
    overflow: visible;
  }
  .basket-items .basket-line-actions {
    position: static;
    right: auto;
    top: auto;
  }
  .basket-item-mobile .checkout-quantity .input-qty {
    width: max-content;
  }
  .basket-remove-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
  }
  .basket-remove-action--desktop {
    display: none;
  }
  .basket-remove-icon {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 390px) {
  .basket-item-mobile {
    grid-template-columns: 100px minmax(0, 1fr) 30px;
  }
}
.basket-summary-column .basket-summary-block {
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm, 4px);
  overflow: hidden;
}

.sum-block {
  border: 1px solid #E5E7EB;
  border-radius: var(--radius-sm, 4px);
  background-color: #F9FAFB;
  overflow: hidden;
}

.summary-card-header {
  border-bottom: 0;
}

.order-summary-payment-offer {
  display: block;
  padding: 12px 14px;
  border: 1px solid var(--color-success-border);
  border-radius: var(--radius-sm, 4px);
  background-color: var(--color-success-bg);
}
.order-summary-payment-offer__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.order-summary-payment-offer__price-group {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 7px;
}
.order-summary-payment-offer__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  color: var(--color-success-icon);
}
.order-summary-payment-offer__icon svg,
.order-summary-payment-offer__icon i {
  display: block;
  width: 18px;
  height: 18px;
  stroke-width: 2;
}
.order-summary-payment-offer__icon--pix {
  color: var(--color-success-progress);
}
.order-summary-payment-offer__price {
  min-width: 0;
  color: var(--text-dark);
  font-size: var(--storefront-font-size-h3-mobile);
  font-weight: var(--storefront-font-weight-extra-bold);
  line-height: var(--storefront-line-height-tight);
  white-space: nowrap;
}
.order-summary-payment-offer__badge {
  flex-shrink: 0;
  padding: 3px 7px;
  border-radius: var(--radius-xs, 2px);
  background-color: var(--color-success-border);
  color: var(--color-success-text);
  font-size: var(--storefront-font-size-badge);
  font-weight: var(--storefront-font-weight-extra-bold);
  line-height: var(--storefront-line-height-heading);
  white-space: nowrap;
}
.order-summary-payment-offer__saving {
  margin-top: 8px;
  color: var(--color-success-text);
  font-size: var(--storefront-font-size-body-small);
  font-weight: var(--storefront-font-weight-medium);
  line-height: var(--storefront-line-height-caption);
  text-align: left;
}

.payment-pix-icon {
  display: block;
  width: 19px;
  height: 19px;
}

.order-summary-card-payment {
  background-color: transparent;
  color: var(--text-dark);
  font-size: var(--storefront-font-size-body-small);
  line-height: var(--storefront-line-height-caption);
}
.order-summary-card-payment__total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 5px;
}
.order-summary-card-payment strong {
  font-weight: var(--storefront-font-weight-bold);
}
.order-summary-card-payment__installments {
  margin-top: 3px;
  color: var(--text-gray);
  font-size: var(--storefront-font-size-caption);
  line-height: var(--storefront-line-height-caption);
  text-align: left;
}

.order-summary-installments-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text-gray);
  font: inherit;
  font-size: var(--storefront-font-size-caption);
  line-height: var(--storefront-line-height-caption);
  text-align: left;
  cursor: pointer;
}
.order-summary-installments-toggle__label {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 4px;
  color: var(--text-gray);
}
.order-summary-installments-toggle i,
.order-summary-installments-toggle svg {
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
  color: var(--text-gray);
  stroke-width: 2;
}
.order-summary-installments-toggle__chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.order-summary-installments-toggle__chevron-up {
  display: none;
}
.order-summary-installments-toggle[aria-expanded=true] {
  color: var(--text-gray);
}
.order-summary-installments-toggle[aria-expanded=true] .order-summary-installments-toggle__label {
  color: var(--text-gray);
}
.order-summary-installments-toggle[aria-expanded=true] .order-summary-installments-toggle__chevron-down {
  display: none;
}
.order-summary-installments-toggle[aria-expanded=true] .order-summary-installments-toggle__chevron-up {
  display: block;
}

.order-summary-installments-list {
  margin-top: 8px;
  padding: 10px 12px;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-xs, 2px);
  background-color: var(--bs-body-bg, #ffffff);
}

.order-summary-installments-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--text-gray);
  font-size: var(--storefront-font-size-caption);
  line-height: var(--storefront-line-height-small);
}
.order-summary-installments-row + .order-summary-installments-row {
  margin-top: 4px;
}
.order-summary-installments-row strong {
  color: var(--text-dark);
  font-weight: var(--storefront-font-weight-bold);
}
.order-summary-installments-row__free {
  color: var(--text-gray);
  font-weight: var(--storefront-font-weight-semibold);
  white-space: nowrap;
}
.order-summary-installments-row__interest {
  color: var(--text-gray);
  white-space: nowrap;
}

#basket_totals .order-summary-shipping-estimate {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--border-color);
  background-color: transparent;
}
#basket_totals .order-summary-shipping-estimate__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}
#basket_totals .order-summary-shipping-estimate__title {
  color: var(--text-dark);
  font-size: var(--storefront-font-size-body-small);
  font-weight: var(--storefront-font-weight-semibold);
  line-height: var(--storefront-line-height-caption);
}
#basket_totals .order-summary-shipping-estimate__form {
  display: flex;
  align-items: stretch;
  gap: 8px;
  width: 100%;
}
#basket_totals .order-summary-shipping-estimate__input {
  flex: 1 1 0;
  min-width: 0;
  min-height: 42px;
  border-color: var(--border-color);
  border-radius: var(--radius-sm, 4px) !important;
  background-color: #FFFFFF;
  font-size: var(--storefront-font-size-body-small);
}
#basket_totals .order-summary-shipping-estimate__input:focus {
  border-color: var(--brand-color);
  box-shadow: 0 0 0 0.16rem color-mix(in srgb, var(--brand-color) 14%, transparent);
}
#basket_totals .order-summary-shipping-estimate__button {
  flex: 0 0 auto;
  min-height: 42px;
  padding-right: 14px;
  padding-left: 14px;
  font-size: var(--storefront-font-size-body-small);
  font-weight: var(--storefront-font-weight-semibold);
  white-space: nowrap;
}
#basket_totals .order-summary-shipping-estimate__help {
  display: inline-flex;
  margin-top: 6px;
  color: var(--text-gray);
  font-size: var(--storefront-font-size-caption);
  line-height: var(--storefront-line-height-caption);
  text-decoration: none;
}
#basket_totals .order-summary-shipping-estimate__help:hover, #basket_totals .order-summary-shipping-estimate__help:focus {
  color: var(--brand-color);
  text-decoration: underline;
}
#basket_totals .order-summary-shipping-estimate__methods {
  margin-top: 12px;
}
#basket_totals .order-summary-shipping-estimate__methods label {
  margin-bottom: 8px !important;
  padding: 10px 12px;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm, 4px);
  background-color: #FFFFFF;
}
#basket_totals .order-summary-shipping-estimate__methods input[type=radio] {
  accent-color: var(--brand-color);
}
@media (max-width: 575.98px) {
  #basket_totals .order-summary-shipping-estimate__form {
    flex-direction: column;
  }
  #basket_totals .order-summary-shipping-estimate__button {
    width: 100%;
  }
}

#basket_totals .order-summary-free-shipping {
  margin: 10px 0 12px;
  padding: 10px 12px;
  border: 1px solid var(--color-success-border);
  border-radius: var(--radius-sm, 4px);
  background-color: var(--color-success-bg);
}
#basket_totals .order-summary-free-shipping__text {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--color-success-text);
  font-size: var(--storefront-font-size-body-small);
  font-weight: var(--storefront-font-weight-semibold);
  line-height: var(--storefront-line-height-caption);
}
#basket_totals .order-summary-free-shipping--progress .order-summary-free-shipping__text {
  color: #555;
}
#basket_totals .order-summary-free-shipping__text i, #basket_totals .order-summary-free-shipping__text svg {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  color: currentColor;
  stroke-width: 2.2;
}
#basket_totals .order-summary-free-shipping__bar {
  height: 6px;
  margin-top: 8px;
  overflow: hidden;
  border-radius: var(--radius-xs, 2px);
  background-color: var(--color-success-border);
}
#basket_totals .order-summary-free-shipping__progress {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background-color: var(--color-success-progress);
  transition: width 0.25s ease;
}
#basket_totals .order-summary-free-shipping__progress--full {
  width: 100%;
}

#basket_totals .order-summary-voucher {
  padding-top: 2px;
  color: var(--text-dark);
}
#basket_totals .order-summary-voucher__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: 9px 0;
  border: 0;
  background: transparent;
  color: var(--color-success-text);
  font-size: var(--storefront-font-size-body-small);
  font-weight: var(--storefront-font-weight-semibold);
  line-height: var(--storefront-line-height-caption);
  text-align: left;
  cursor: pointer;
}
#basket_totals .order-summary-voucher__toggle-label {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 7px;
}
#basket_totals .order-summary-voucher__toggle i, #basket_totals .order-summary-voucher__toggle svg {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  color: currentColor;
  stroke-width: 2;
}
#basket_totals .order-summary-voucher__chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
#basket_totals .order-summary-voucher__chevron-up {
  display: none;
}
#basket_totals .order-summary-voucher .order-summary-voucher__toggle[aria-expanded=true] .order-summary-voucher__chevron-down {
  display: none;
}
#basket_totals .order-summary-voucher .order-summary-voucher__toggle[aria-expanded=true] .order-summary-voucher__chevron-up {
  display: block;
}
#basket_totals .order-summary-voucher__form {
  display: flex;
  align-items: stretch;
  gap: 8px;
  padding-top: 6px;
  width: 100%;
}
#basket_totals .order-summary-voucher__input {
  flex: 1 1 0;
  min-width: 0;
  min-height: 42px;
  border-color: var(--border-color);
  border-radius: var(--radius-sm, 4px) !important;
  font-size: var(--storefront-font-size-body-small);
}
#basket_totals .order-summary-voucher__input:focus {
  border-color: var(--brand-color);
  box-shadow: 0 0 0 0.16rem color-mix(in srgb, var(--brand-color) 14%, transparent);
}
#basket_totals .order-summary-voucher__apply {
  flex: 0 0 auto;
  min-height: 42px;
  padding-right: 14px;
  padding-left: 14px;
  border-color: color-mix(in srgb, var(--brand-color) 42%, var(--border-color));
  color: var(--brand-color);
  font-size: var(--storefront-font-size-body-small);
  font-weight: var(--storefront-font-weight-semibold);
  white-space: nowrap;
}
#basket_totals .order-summary-voucher__apply:hover, #basket_totals .order-summary-voucher__apply:focus {
  border-color: var(--brand-color);
  background-color: color-mix(in srgb, var(--brand-color) 8%, var(--bs-body-bg, #ffffff));
  color: var(--brand-color);
}
#basket_totals .order-summary-voucher__toggle:focus {
  outline: none;
}
#basket_totals .order-summary-voucher__toggle:focus-visible {
  outline: 2px solid var(--brand-color);
  outline-offset: 2px;
}
#basket_totals .order-summary-voucher__applied-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 6px;
  padding: 10px 12px;
  border: 1px solid var(--color-success-border);
  border-radius: var(--radius-sm, 4px);
  background-color: var(--color-success-bg);
}
#basket_totals .order-summary-voucher__applied-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 2px;
  color: var(--color-success-text);
  font-size: var(--storefront-font-size-caption);
  line-height: var(--storefront-line-height-caption);
}
#basket_totals .order-summary-voucher__applied-copy strong {
  color: var(--color-success-text);
  font-size: var(--storefront-font-size-body-small);
  font-weight: var(--storefront-font-weight-bold);
  line-height: var(--storefront-line-height-caption);
  word-break: break-word;
}
#basket_totals .order-summary-voucher__applied-copy span {
  color: var(--color-success-text);
}
#basket_totals .order-summary-voucher__remove {
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-success-text);
  font-size: var(--storefront-font-size-caption);
  font-weight: var(--storefront-font-weight-semibold);
  line-height: var(--storefront-line-height-caption);
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (max-width: 575.98px) {
  #basket_totals .order-summary-voucher__form {
    flex-direction: column;
  }
  #basket_totals .order-summary-voucher__apply {
    width: 100%;
  }
  #basket_totals .order-summary-voucher__applied-box {
    align-items: flex-start;
    flex-direction: column;
  }
}

.order-summary-shipping-estimate__form,
.order-summary-voucher__form {
  display: flex;
  align-items: stretch;
  gap: 8px;
  width: 100%;
}

.order-summary-shipping-estimate__input,
.order-summary-voucher__input {
  flex: 1 1 0;
  min-width: 0;
}

.order-summary-shipping-estimate__button,
.order-summary-voucher__apply {
  flex: 0 0 auto;
  white-space: nowrap;
}

.order-summary-voucher__toggle:focus {
  outline: none;
}

.order-summary-voucher__toggle:focus-visible {
  outline: 2px solid var(--brand-color);
  outline-offset: 2px;
}

@media (max-width: 575.98px) {
  .order-summary-shipping-estimate__form,
  .order-summary-voucher__form {
    flex-direction: column;
  }
  .order-summary-shipping-estimate__button,
  .order-summary-voucher__apply {
    width: 100%;
  }
}
.voucher-toggle-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: inherit;
  font-size: inherit;
  text-align: left;
}
.voucher-toggle-btn .voucher-chevron {
  flex-shrink: 0;
  color: #6c757d;
  transition: transform 0.2s ease;
}
.voucher-toggle-btn[aria-expanded=true] .voucher-chevron {
  transform: rotate(180deg);
}

.voucher-applied-badge {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  background-color: var(--color-success-bg);
  color: var(--color-success-text);
  border-radius: var(--radius-xs, 2px);
  font-size: var(--storefront-font-size-badge);
  font-weight: var(--storefront-font-weight-semibold);
  line-height: var(--storefront-line-height-heading);
}

.shipping-head {
  cursor: pointer;
}
.shipping-head .shipping-chevron {
  flex-shrink: 0;
  color: #6c757d;
  transition: transform 0.2s ease;
}
.shipping-head[aria-expanded=true] .shipping-chevron {
  transform: rotate(180deg);
}

[data-behaviours=removeAll] {
  text-decoration: none;
  color: #707070 !important;
  font-weight: 400;
}
[data-behaviours=removeAll]:hover {
  color: var(--brand-color) !important;
  text-decoration: underline;
}

.cart-cross-sell .product-slider-wrapper {
  position: relative;
}
.cart-cross-sell .sub-header {
  margin-bottom: 1.25rem;
}
.cart-cross-sell #cart-cross-sell-list {
  margin: 0;
}
.cart-cross-sell #cart-cross-sell-list > li {
  padding-right: 0;
}

.product-card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: var(--radius-md, 8px);
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.product-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: none;
  border-color: var(--border-color, #e0e0e0);
}

.card-header {
  position: relative;
  height: 40px;
}
.card-header .discount-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: var(--brand-color);
  color: #fff;
  padding: 4px 8px;
  border-radius: var(--radius-xs, 2px);
  font-size: var(--storefront-font-size-badge);
  font-weight: var(--storefront-font-weight-semibold);
  line-height: var(--storefront-line-height-heading);
  z-index: 2;
}

.product-card__wishlist {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card__wishlist form {
  margin: 0;
}
.product-card__wishlist .heart-btn {
  width: 36px;
  height: 36px;
  min-width: 36px;
  padding: 0;
  border: 1px solid rgba(224, 224, 224, 0.72);
  border-radius: var(--radius-circle, 50%);
  background: rgba(255, 255, 255, 0.9);
  color: var(--text-dark, #333333);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3px);
  transition: opacity 0.18s ease, transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.product-card__wishlist .heart-btn:hover, .product-card__wishlist .heart-btn:focus {
  background: rgba(255, 255, 255, 0.98);
  border-color: color-mix(in srgb, var(--brand-color) 28%, var(--border-color, #e0e0e0));
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.13);
  color: var(--brand-color);
}
.product-card__wishlist .heart-btn:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--brand-color) 70%, #ffffff);
  outline-offset: 2px;
}
.product-card__wishlist .heart-btn .heart-icon {
  width: 17px;
  height: 17px;
  stroke: currentColor;
  transition: fill 0.18s ease, stroke 0.18s ease, transform 0.18s ease;
}
.product-card__wishlist .heart-btn:hover .heart-icon, .product-card__wishlist .heart-btn:focus .heart-icon {
  transform: scale(1.06);
}
.product-card__wishlist .heart-btn.is-wishlisted {
  color: var(--brand-color);
  border-color: color-mix(in srgb, var(--brand-color) 26%, var(--border-color, #e0e0e0));
}
.product-card__wishlist .heart-btn.is-wishlisted .heart-icon {
  fill: currentColor;
  stroke: currentColor;
}

@media (hover: hover) and (pointer: fine) {
  .product-card__wishlist {
    opacity: 0;
    transform: translateY(-4px) scale(0.96);
    pointer-events: none;
  }
  .product-card:hover .product-card__wishlist,
  .product-card:focus-within .product-card__wishlist {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }
}
@media (hover: none), (pointer: coarse) {
  .product-card__wishlist .heart-btn {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .product-card__wishlist .heart-btn .heart-icon {
    width: 18px;
    height: 18px;
  }
}
.product-image {
  aspect-ratio: 1/1;
  width: 100%;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  flex: 0 0 auto;
  overflow: hidden;
}
.product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.product-image .product-img-fallback {
  width: 100%;
  height: 100%;
  min-height: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-info {
  padding: 16px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-info a {
  text-decoration: none;
}
.product-info .product-title {
  font-size: var(--storefront-font-size-card-title);
  color: #666;
  line-height: var(--storefront-line-height-title);
  margin-bottom: 12px;
  font-weight: var(--storefront-font-weight-medium);
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-info .btn-comprar {
  background: var(--brand-color);
  color: white;
  border: none;
  padding: 12px;
  border-radius: var(--radius-sm, 4px);
  --bs-btn-border-radius: var(--radius-sm, 4px);
  font-weight: var(--storefront-font-weight-semibold);
  font-size: var(--storefront-font-size-button-primary);
  line-height: var(--storefront-line-height-heading);
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
  margin-bottom: 0;
}
.product-info .btn-comprar.btn {
  border-radius: var(--radius-sm, 4px);
  --bs-btn-border-radius: var(--radius-sm, 4px);
}
.product-info .btn-comprar:hover {
  background: var(--brand-color-hover);
}
.product-info .btn-comprar:active {
  transform: translateY(1px);
}

.product-card .price-section {
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.product-card .price-section .sale-price,
.product-card .price-section .price-main {
  display: block;
  margin-bottom: 0;
  font-size: var(--storefront-font-size-price-card-main);
  line-height: var(--storefront-line-height-heading);
  font-weight: var(--storefront-font-weight-bold);
}
.product-card .price-section .price-payment-label {
  font-size: var(--storefront-font-size-body-small);
  line-height: var(--storefront-line-height-title);
  font-weight: var(--storefront-font-weight-regular);
}
.product-card .price-section .price-card-comparison {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px 8px;
  margin-top: 1px;
}
.product-card .price-section .old-price,
.product-card .price-section .price-old {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-size: var(--storefront-font-size-price-old);
  line-height: var(--storefront-line-height-title);
  text-decoration: line-through;
}
.product-card .price-section .price-current-secondary {
  display: inline;
  font-size: var(--storefront-font-size-price-old);
  line-height: var(--storefront-line-height-title);
  font-weight: var(--storefront-font-weight-regular);
  color: #555;
}
.product-card .price-section .price-card-comparison--primary .price-current-secondary {
  font-size: var(--storefront-font-size-price-card-main);
  line-height: var(--storefront-line-height-heading);
  font-weight: var(--storefront-font-weight-bold);
  color: #333;
}
.product-card .price-section .installment,
.product-card .price-section .price-installments {
  display: block;
  margin-top: 2px;
  font-size: var(--storefront-font-size-installment-card);
  line-height: var(--storefront-line-height-title);
  font-weight: var(--storefront-font-weight-regular);
}

@media (max-width: 767.98px) {
  .product-card .price-section .sale-price,
  .product-card .price-section .price-main {
    font-size: var(--storefront-font-size-price-card-main-mobile);
  }
  .product-card .price-section .price-card-comparison--primary .price-current-secondary {
    font-size: var(--storefront-font-size-price-card-main-mobile);
    font-weight: var(--storefront-font-weight-bold);
  }
  .product-card .price-section .price-current-secondary {
    font-size: var(--storefront-font-size-price-old-mobile);
    font-weight: var(--storefront-font-weight-regular);
  }
  .product-card .price-section .price-payment-label {
    font-size: var(--storefront-font-size-caption);
  }
  .product-card .price-section .old-price,
  .product-card .price-section .price-old,
  .product-card .price-section .installment,
  .product-card .price-section .price-installments {
    font-size: var(--storefront-font-size-caption);
  }
}
.product-slider-wrapper,
.carousel-section {
  position: relative;
}

.product-slider-wrapper .row.tns-slider,
.product-slider-wrapper .row.tezus-slider,
.product-slider-wrapper .row.tezus-slider .tezus-slider-track,
.product-slider-wrapper .tezus-slider-viewport .row.tezus-slider-track,
.carousel-section .tezus-slider-viewport .row.tezus-slider-track {
  padding: 1px 1px 14px;
}

.product-slider-wrapper .tezus-slider-viewport .row.tezus-slider-track {
  padding: 0 0 14px 0;
}

#products_section_1.row.tezus-slider-track,
#products_section_2.row.tezus-slider-track,
#products_section_3.row.tezus-slider-track,
#upselling-list.row.tezus-slider-track,
#complementary-list.row.tezus-slider-track,
#recent-viewed-list.row.tezus-slider-track,
#cart-cross-sell-list.row.tezus-slider-track {
  --bs-gutter-x: 0;
}

#products_section_1.row.tezus-native-scroll-carousel,
#products_section_2.row.tezus-native-scroll-carousel,
#products_section_3.row.tezus-native-scroll-carousel,
#upselling-list.row.tezus-native-scroll-carousel,
#complementary-list.row.tezus-native-scroll-carousel,
#recent-viewed-list.row.tezus-native-scroll-carousel,
#cart-cross-sell-list.row.tezus-native-scroll-carousel {
  --bs-gutter-x: 0;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 1px;
  padding: 1px 1px 14px 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: auto;
}
#products_section_1.row.tezus-native-scroll-carousel::-webkit-scrollbar,
#products_section_2.row.tezus-native-scroll-carousel::-webkit-scrollbar,
#products_section_3.row.tezus-native-scroll-carousel::-webkit-scrollbar,
#upselling-list.row.tezus-native-scroll-carousel::-webkit-scrollbar,
#complementary-list.row.tezus-native-scroll-carousel::-webkit-scrollbar,
#recent-viewed-list.row.tezus-native-scroll-carousel::-webkit-scrollbar,
#cart-cross-sell-list.row.tezus-native-scroll-carousel::-webkit-scrollbar {
  display: none;
}
#products_section_1.row.tezus-native-scroll-carousel > li,
#products_section_2.row.tezus-native-scroll-carousel > li,
#products_section_3.row.tezus-native-scroll-carousel > li,
#upselling-list.row.tezus-native-scroll-carousel > li,
#complementary-list.row.tezus-native-scroll-carousel > li,
#recent-viewed-list.row.tezus-native-scroll-carousel > li,
#cart-cross-sell-list.row.tezus-native-scroll-carousel > li {
  flex: 0 0 auto;
  max-width: none;
  scroll-snap-align: start;
  padding-right: 0;
}

.btn-label-mobile {
  display: none;
}

.products-carrousel-controlers .slide-control {
  --carousel-arrow-translate-y: 0;
  width: 44px;
  height: 44px;
  min-width: 44px;
  padding: 0;
  border: 1px solid rgba(224, 224, 224, 0.86);
  border-radius: var(--radius-circle, 50%);
  background: rgba(255, 255, 255, 0.96);
  color: var(--text-dark, #333333);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px !important;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  transform: translateY(var(--carousel-arrow-translate-y));
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, opacity 0.18s ease, visibility 0.18s ease;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: 50%;
  --carousel-arrow-translate-y: -50%;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  z-index: 8;
}
.products-carrousel-controlers .slide-control i,
.products-carrousel-controlers .slide-control svg {
  flex: 0 0 auto;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 1;
  pointer-events: none;
}
.products-carrousel-controlers .slide-control i {
  font-size: 20px;
}
.products-carrousel-controlers .slide-control:hover {
  background: #ffffff;
  border-color: color-mix(in srgb, var(--brand-color) 28%, var(--border-color, #e0e0e0));
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  color: var(--brand-color);
  transform: translateY(var(--carousel-arrow-translate-y)) scale(1.04);
}
.products-carrousel-controlers .slide-control:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--brand-color) 70%, #ffffff);
  outline-offset: 3px;
}
.products-carrousel-controlers .slide-control:disabled, .products-carrousel-controlers .slide-control[disabled], .products-carrousel-controlers .slide-control[aria-disabled=true] {
  opacity: 0.42;
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(var(--carousel-arrow-translate-y));
}
.products-carrousel-controlers .slide-control.left-controller {
  left: -22px;
}
@media (max-width: 1100px) {
  .products-carrousel-controlers .slide-control.left-controller {
    left: 8px;
  }
}
.products-carrousel-controlers .slide-control.right-controller {
  right: -22px;
}
@media (max-width: 1100px) {
  .products-carrousel-controlers .slide-control.right-controller {
    right: 8px;
  }
}
.products-carrousel-controlers .slide-control i {
  display: block;
  line-height: 1;
}

.carousel-section .products-carrousel-controlers .slide-control.left-controller {
  left: -12px;
}
@media (max-width: 1100px) {
  .carousel-section .products-carrousel-controlers .slide-control.left-controller {
    left: 8px;
  }
}
.carousel-section .products-carrousel-controlers .slide-control.right-controller {
  right: -12px;
}
@media (max-width: 1100px) {
  .carousel-section .products-carrousel-controlers .slide-control.right-controller {
    right: 8px;
  }
}

.product-slider-wrapper:hover .products-carrousel-controlers .slide-control,
.product-slider-wrapper:focus-within .products-carrousel-controlers .slide-control,
.carousel-section:hover .products-carrousel-controlers .slide-control,
.carousel-section:focus-within .products-carrousel-controlers .slide-control {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.product-slider-wrapper:hover .products-carrousel-controlers .slide-control:disabled,
.product-slider-wrapper:hover .products-carrousel-controlers .slide-control[disabled],
.product-slider-wrapper:hover .products-carrousel-controlers .slide-control[aria-disabled=true],
.product-slider-wrapper:focus-within .products-carrousel-controlers .slide-control:disabled,
.product-slider-wrapper:focus-within .products-carrousel-controlers .slide-control[disabled],
.product-slider-wrapper:focus-within .products-carrousel-controlers .slide-control[aria-disabled=true],
.carousel-section:hover .products-carrousel-controlers .slide-control:disabled,
.carousel-section:hover .products-carrousel-controlers .slide-control[disabled],
.carousel-section:hover .products-carrousel-controlers .slide-control[aria-disabled=true],
.carousel-section:focus-within .products-carrousel-controlers .slide-control:disabled,
.carousel-section:focus-within .products-carrousel-controlers .slide-control[disabled],
.carousel-section:focus-within .products-carrousel-controlers .slide-control[aria-disabled=true] {
  opacity: 0.42;
  cursor: not-allowed;
  pointer-events: none;
  transform: translateY(-50%);
}

#brands-controllers.products-carrousel-controlers .slide-control {
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 18px !important;
}
#brands-controllers.products-carrousel-controlers .slide-control.left-controller {
  left: -20px;
}
@media (max-width: 1100px) {
  #brands-controllers.products-carrousel-controlers .slide-control.left-controller {
    left: 10px;
  }
}
#brands-controllers.products-carrousel-controlers .slide-control.right-controller {
  right: -20px;
}
@media (max-width: 1100px) {
  #brands-controllers.products-carrousel-controlers .slide-control.right-controller {
    right: 10px;
  }
}

.brand-carousel-frame {
  position: relative;
}
.brand-carousel-frame #brands:not(.tezus-slider) {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 15px;
  overflow: hidden;
}
.brand-carousel-frame #brands:not(.tezus-slider) > div {
  min-width: 0;
}
.brand-carousel-frame #brands:not(.tezus-slider) > div:nth-child(n+7) {
  display: none;
}
.brand-carousel-frame img {
  aspect-ratio: 16/9;
  display: block;
}

@media (max-width: 768px) {
  .brand-carousel-frame #brands:not(.tezus-slider) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .brand-carousel-frame #brands:not(.tezus-slider) > div:nth-child(n+3) {
    display: none;
  }
  .products-carrousel-controlers {
    display: none;
  }
  .btn-label-desktop {
    display: none;
  }
  .btn-label-mobile {
    display: inline;
  }
  .product-card {
    margin-bottom: 20px;
    height: 100%;
  }
  .product-image {
    padding: 8px;
  }
  .product-info {
    padding: 10px 12px 12px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .product-info .product-title {
    font-size: var(--storefront-font-size-card-title);
    min-height: 2.3625rem;
    flex-grow: 0;
    -webkit-line-clamp: 2;
  }
  .product-info .price-section {
    min-height: 66px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .product-info form,
  .product-info > a.btn-comprar {
    margin-top: auto;
  }
}
.product-gallery {
  width: 100%;
  max-width: 680px;
}
.product-gallery .carousel-item img {
  aspect-ratio: 1/1;
  object-fit: contain;
}

.product-gallery-col {
  min-height: 390px;
}

.availability.outofstock {
  color: var(--bs-danger);
}
.availability.instock {
  color: var(--bs-success);
}

.price_color {
  display: block;
  color: var(--bs-success);
  font-weight: var(--storefront-font-weight-bold);
}

.product_main .price_color {
  font-size: var(--storefront-font-size-price-pdp-main);
  line-height: var(--storefront-line-height-tight);
  font-weight: var(--storefront-font-weight-black);
}

.product_pod .price_color {
  margin-top: 0;
}

.es-carousel .price_color {
  font-size: 1.25rem;
}

.review_add li ul,
.review_add li ol,
.side_categories li ul,
.side_categories li ol {
  padding-left: 18px;
}

#add_review_form #id_title, #add_review_form #id_body {
  max-width: 500px;
}

#add_to_basket_form .form-check {
  padding-left: 0;
}
#add_to_basket_form ul.form-control {
  height: auto;
  list-style-type: none;
}
#add_to_basket_form ul.form-control li {
  line-height: auto;
}
#add_to_basket_form ul.form-control li label {
  display: block;
}
#add_to_basket_form ul.form-control li label input.form-control {
  height: auto;
  display: inline;
  width: auto;
}

.product-gallery .discount-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: var(--brand-color);
  color: #fff;
  padding: 4px 8px;
  border-radius: var(--radius-xs, 2px);
  font-size: var(--storefront-font-size-badge);
  font-weight: var(--storefront-font-weight-semibold);
  line-height: var(--storefront-line-height-heading);
  z-index: 2;
}

.product-gallery-item {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #fff;
  text-align: center;
}
.product-gallery-item img,
.product-gallery-item video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.product-gallery-item .product-gallery-img-fallback {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}

.product-gallery-main-wrap {
  position: relative;
}

.product-gallery-wishlist-mobile {
  display: none;
}

.product-gallery-navigation .product-gallery-nav {
  width: 60px;
  height: 60px;
  border: 1px solid var(--border-color);
  cursor: pointer;
}
.product-gallery-navigation .product-gallery-nav img {
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
  display: block;
}
.product-gallery-navigation .product-gallery-nav .product-thumb-img-fallback {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.product-gallery-navigation .product-gallery-nav.tns-nav-active {
  border-color: var(--brand-color);
}

.product-breadcrumbs .product-page-breadcrumb .breadcrumb-item > a,
.product-breadcrumbs .product-page-breadcrumb .breadcrumb-item > a:visited,
.product-breadcrumbs .product-page-breadcrumb .breadcrumb-item > a:active {
  color: #7c7c7c;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  transition: color 0.18s ease, text-decoration-color 0.18s ease;
}
.product-breadcrumbs .product-page-breadcrumb .breadcrumb-item > a:hover,
.product-breadcrumbs .product-page-breadcrumb .breadcrumb-item > a:visited:hover,
.product-breadcrumbs .product-page-breadcrumb .breadcrumb-item > a:active:hover {
  color: #5f6368;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.product-breadcrumbs .product-page-breadcrumb .breadcrumb-item > a:focus-visible,
.product-breadcrumbs .product-page-breadcrumb .breadcrumb-item > a:visited:focus-visible,
.product-breadcrumbs .product-page-breadcrumb .breadcrumb-item > a:active:focus-visible {
  outline: 2px solid var(--brand-color);
  outline-offset: 2px;
  border-radius: 2px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.product-breadcrumbs .breadcrumb-item.active {
  color: #4f4f4f;
  text-decoration: none !important;
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .product-breadcrumbs {
    display: none;
  }
  .product_page > .row {
    --bs-gutter-y: 0;
  }
  .product-gallery-col {
    min-height: 0 !important;
    padding-top: 10px;
    margin-bottom: 4px;
  }
  .product-gallery {
    max-width: none;
    margin-bottom: 4px !important;
  }
  #gallery_standalone,
  #gallery_variants {
    margin-bottom: 4px !important;
  }
  .product-gallery-inner,
  .product-gallery [data-gallery-zoom-target] {
    min-height: 0;
  }
  .product-gallery [data-gallery-zoom-target] {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .product-gallery-item {
    width: 100%;
    aspect-ratio: 1/1;
  }
  .product-gallery-item img,
  .product-gallery-item video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  .product-gallery-item .product-gallery-img-fallback {
    width: 100%;
    height: 100%;
    min-height: 0;
  }
  .thumb-carousel-wrapper {
    margin-top: 8px;
    margin-bottom: 0;
  }
}
.product-title {
  font-size: var(--storefront-font-size-h1-tablet);
  font-weight: var(--storefront-font-weight-semibold);
  line-height: var(--storefront-line-height-subheading);
  margin-bottom: 10px;
  color: var(--text-dark);
}

.product-title-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}

.stock-status-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 10px;
  border-radius: var(--radius-xs, 2px);
  background: #f1f3f5;
  border: 1px solid var(--border-color);
  color: #6c757d;
  font-size: var(--storefront-font-size-badge);
  font-weight: var(--storefront-font-weight-bold);
  line-height: var(--storefront-line-height-heading);
  text-transform: uppercase;
}

.price-unavailable {
  filter: grayscale(1);
  opacity: 0.6;
}

.product-sku {
  color: var(--text-gray);
  font-size: var(--storefront-font-size-body-small);
  line-height: var(--storefront-line-height-title);
  margin-bottom: 15px;
}

.product-condition-badges {
  display: flex;
  gap: 6px;
  margin-bottom: 8px;
  flex-direction: column;
  align-items: flex-start;
}

.product-condition-badge {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  font-size: var(--storefront-font-size-badge);
  font-weight: var(--storefront-font-weight-bold);
  padding: 3px 9px;
  border-radius: var(--radius-pill);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: var(--storefront-line-height-heading);
}
.product-condition-badge.badge-condition-new {
  background-color: #dff6e7;
  color: #146c43;
}
.product-condition-badge.badge-condition-used {
  background-color: #f1f3f5;
  color: #6c757d;
}
.product-condition-badge.badge-condition-refurbished {
  background-color: #e3f2fd;
  color: #1565c0;
}

.rating-section {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rating-section .star-rating.Four small a, .rating-section .star-rating.Four .small a {
  color: #595c5f;
}

.stars {
  color: #ffc107;
}

.rating-text {
  color: var(--text-gray);
  font-size: var(--storefront-font-size-body-small);
  line-height: var(--storefront-line-height-title);
}

.product_main .price-section {
  margin-bottom: 25px;
}
.product_main .pdp-price-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product_main .pdp-old-price-line,
.product_main .pdp-main-price-line {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.product_main .pdp-old-price-line {
  color: #8a8f94;
  font-size: var(--storefront-font-size-price-old);
  font-weight: var(--storefront-font-weight-regular);
  line-height: var(--storefront-line-height-title);
}
.product_main .pdp-old-price-label {
  color: #8a8f94;
}
.product_main .pdp-main-price-label {
  display: none;
}
.product_main .pdp-old-price {
  color: #8a8f94;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  text-decoration-color: currentColor;
}
.product_main .pdp-product-discount-badge,
.product_main .pdp-cash-discount-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--storefront-font-weight-bold);
  white-space: nowrap;
}
.product_main .pdp-product-discount-badge {
  padding: 4px 8px;
  border: 0;
  border-radius: var(--radius-xs, 2px);
  background: var(--color-success-bg);
  color: var(--color-success-text);
  font-size: var(--storefront-font-size-badge);
  line-height: var(--storefront-line-height-heading);
}
.product_main .pdp-main-price {
  color: var(--brand-color);
  font-size: var(--storefront-font-size-price-pdp-main);
  line-height: var(--storefront-line-height-tight);
  font-weight: var(--storefront-font-weight-black);
}
.product_main .font-bold {
  font-weight: var(--storefront-font-weight-black);
}
.product_main .pdp-cash-discount-pill {
  padding: 3px 8px;
  border: 1px solid #e5e7eb;
  border-radius: var(--radius-sm, 4px);
  background: #f9fafb;
  color: rgb(55, 65, 81);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}
.product_main .pdp-installments {
  margin-top: 2px;
  color: var(--text-gray);
  font-size: var(--storefront-font-size-installment);
  font-weight: var(--storefront-font-weight-regular);
  line-height: var(--storefront-line-height-caption);
}
.product_main .add-to-basket,
.product_main .parent-add-to-basket {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
}
.product_main .add-to-basket .add-to-basket__form,
.product_main .parent-add-to-basket .add-to-basket__form {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  min-width: 0;
}
.product_main .add-to-basket .quantity-section,
.product_main .parent-add-to-basket .quantity-section {
  margin-bottom: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.product_main .add-to-basket .quantity-section .checkout-quantity .input-qty,
.product_main .parent-add-to-basket .quantity-section .checkout-quantity .input-qty {
  width: 128px !important;
  min-width: 128px;
  display: inline-flex;
  align-items: center;
}
@keyframes pdp-qty-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-2px);
  }
  75% {
    transform: translateX(2px);
  }
}
.product_main .add-to-basket .quantity-section .input-qty.is-stock-limited,
.product_main .parent-add-to-basket .quantity-section .input-qty.is-stock-limited {
  animation: pdp-qty-shake 0.35s ease;
}
.product_main .add-to-basket .qty-stock-hint,
.product_main .add-to-basket .cart-drawer__qty-stock-hint,
.product_main .parent-add-to-basket .qty-stock-hint,
.product_main .parent-add-to-basket .cart-drawer__qty-stock-hint {
  display: block;
  width: fit-content;
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.3;
  color: #888;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.product_main .add-to-basket .qty-stock-hint.is-visible,
.product_main .add-to-basket .cart-drawer__qty-stock-hint.is-visible,
.product_main .parent-add-to-basket .qty-stock-hint.is-visible,
.product_main .parent-add-to-basket .cart-drawer__qty-stock-hint.is-visible {
  opacity: 1;
}
.product_main .add-to-basket .qty-stock-hint[hidden],
.product_main .add-to-basket .cart-drawer__qty-stock-hint[hidden],
.product_main .parent-add-to-basket .qty-stock-hint[hidden],
.product_main .parent-add-to-basket .cart-drawer__qty-stock-hint[hidden] {
  display: none !important;
}
.product_main .add-to-basket .btn-comprar,
.product_main .parent-add-to-basket .btn-comprar {
  flex: 1 1 auto;
  margin-bottom: 0;
  width: auto;
  min-width: 0;
}
.product_main .add-to-basket .product-action-wishlist,
.product_main .parent-add-to-basket .product-action-wishlist {
  flex: 0 0 auto;
}
.product_main .add-to-basket .product-action-wishlist form,
.product_main .parent-add-to-basket .product-action-wishlist form {
  margin: 0;
}
@media (min-width: 768px) {
  .product_main .add-to-basket .product-action-wishlist .heart-btn,
  .product_main .parent-add-to-basket .product-action-wishlist .heart-btn {
    width: 48px;
    height: 48px;
  }
  .product_main .add-to-basket .product-action-wishlist .heart-btn .heart-icon,
  .product_main .parent-add-to-basket .product-action-wishlist .heart-btn .heart-icon {
    width: 22px;
    height: 22px;
  }
}
.product_main .quantity-label {
  font-size: var(--storefront-font-size-body-small);
  font-weight: var(--storefront-font-weight-semibold);
  line-height: var(--storefront-line-height-title);
  margin-bottom: 10px;
}
.product_main .quantity-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.product_main .quantity-btn {
  width: 35px;
  height: 35px;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm, 4px);
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.product_main .quantity-input {
  width: 60px;
  height: 35px;
  text-align: center;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm, 4px);
}
.product_main .checkout-quantity .input-qty {
  min-height: 48px;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm, 4px);
  background: #fff;
  overflow: hidden;
}
.product_main .checkout-quantity .input-qty .quantity-input {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: var(--text-dark);
  font-size: var(--storefront-font-size-body);
  font-weight: var(--storefront-font-weight-semibold);
  line-height: var(--storefront-line-height-body);
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  appearance: textfield;
  -moz-appearance: textfield;
  box-shadow: none;
}
.product_main .checkout-quantity .input-qty .quantity-input::-webkit-outer-spin-button,
.product_main .checkout-quantity .input-qty .quantity-input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.product_main .checkout-quantity .input-qty .btn-qty {
  flex: 0 0 40px;
  min-width: 40px;
  width: 40px;
  height: 48px;
  background: #fff;
  border: 0;
  color: var(--text-dark);
  font-size: 18px;
  font-weight: var(--storefront-font-weight-bold);
  line-height: 1;
}
.product_main .checkout-quantity .input-qty .btn-qty:hover, .product_main .checkout-quantity .input-qty .btn-qty:focus {
  background: #f8f9fa;
  color: var(--brand-color);
}
.product_main .btn-comprar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  background-color: var(--brand-color);
  border: 1px solid var(--brand-color);
  border-radius: var(--radius-sm, 4px);
  color: white;
  font-size: var(--storefront-font-size-button-primary);
  font-weight: var(--storefront-font-weight-bold);
  line-height: var(--storefront-line-height-heading);
  padding: 12px 24px;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 20px;
}
.product_main .btn-comprar svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
@media (max-width: 413.98px) {
  .product_main .btn-comprar {
    font-size: var(--storefront-font-size-button-primary);
  }
}
.product_main .btn-comprar:hover, .product_main .btn-comprar:focus {
  background-color: var(--brand-color-hover);
  border-color: var(--brand-color-hover);
  color: #fff;
}
.product_main .stock-alert-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  padding: 18px;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md, 8px);
  background: #f8f9fa;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
  animation: stock-alert-enter 180ms ease-out;
  font-size: var(--storefront-font-size-body-small);
  font-weight: var(--storefront-font-weight-regular);
  line-height: var(--storefront-line-height-caption);
}
.product_main .stock-alert-card .form-group {
  margin-bottom: 0 !important;
}
.product_main .stock-alert-card .form-control {
  min-height: 46px;
  border-color: var(--border-color);
  border-radius: var(--radius-sm, 4px);
  font-size: var(--storefront-font-size-body-small);
  font-weight: var(--storefront-font-weight-regular);
  line-height: var(--storefront-line-height-body);
}
.product_main .stock-alert-card .error-block {
  display: block;
  margin-top: 6px;
  color: var(--bs-danger);
  font-size: var(--storefront-font-size-body-small);
  font-weight: var(--storefront-font-weight-regular);
  line-height: var(--storefront-line-height-caption);
}
.product_main .stock-alert-title {
  margin: 0;
  color: var(--text-dark);
  font-size: var(--storefront-font-size-body-small);
  font-weight: var(--storefront-font-weight-regular);
  line-height: var(--storefront-line-height-caption);
}
.product_main .btn-stock-alert {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--brand-color);
  border-radius: var(--radius-sm, 4px);
  background-color: var(--brand-color);
  color: white;
  font-size: var(--storefront-font-size-button-secondary);
  font-weight: var(--storefront-font-weight-semibold);
  line-height: var(--storefront-line-height-heading);
  letter-spacing: 0;
  text-transform: uppercase;
  transition: transform 120ms ease, filter 120ms ease, box-shadow 120ms ease;
}
.product_main .btn-stock-alert:hover {
  color: white;
  border-color: var(--brand-color-hover);
  background-color: var(--brand-color-hover);
  filter: brightness(0.95);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}
.product_main .btn-stock-alert:active {
  transform: scale(0.98);
}
.product_main .stock-alert-card-success {
  align-items: center;
  flex-direction: row;
  box-shadow: none;
}
.product_main .stock-alert-card-success p {
  margin: 0;
  color: var(--text-dark);
  font-size: var(--storefront-font-size-body-small);
  font-weight: var(--storefront-font-weight-regular);
  line-height: var(--storefront-line-height-caption);
}
.product_main .stock-alert-success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: var(--radius-circle, 50%);
  background: var(--bs-success);
  color: white;
  font-weight: var(--storefront-font-weight-extra-bold);
}
.product_main .calculator-input {
  display: flex;
  gap: 10px;
  margin-bottom: 0;
}
.product_main .btn-calcular {
  background-color: #fff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm, 4px);
  color: var(--text-dark);
  padding: 8px 20px;
  font-size: var(--storefront-font-size-button-secondary);
  font-weight: var(--storefront-font-weight-medium);
  line-height: var(--storefront-line-height-heading);
}
.product_main .btn-calcular:hover, .product_main .btn-calcular:focus {
  border-color: var(--brand-color);
  color: var(--brand-color);
  background-color: #fff;
}
.product_main .shipping-zipcode-help {
  display: inline-block;
  margin-top: 8px;
  font-size: 12px;
  text-decoration: none;
}
.product_main .shipping-zipcode-help:hover {
  color: var(--brand-color) !important;
  text-decoration: underline;
}
.product_main .shipping-zipcode-help small, .product_main .shipping-zipcode-help .small {
  font-size: 12px;
}
.product_main .social-share {
  display: flex;
  gap: 10px;
  align-items: center;
}
.product_main .social-btn {
  width: 35px;
  height: 35px;
  border-radius: var(--radius-circle, 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-color);
  background-color: #f8f9fa;
  color: #6c757d;
  text-decoration: none;
  transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease;
}
.product_main .social-btn .social-icon {
  width: 18px;
  height: 18px;
  display: block;
  flex: 0 0 auto;
}
.product_main .social-btn.facebook:hover,
.product_main .social-btn.facebook:focus {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #fff;
}
.product_main .social-btn.whatsapp:hover,
.product_main .social-btn.whatsapp:focus {
  background-color: #00C660;
  border-color: #00C660;
  color: #fff;
}
.product_main .social-btn.twitter-x:hover,
.product_main .social-btn.twitter-x:focus {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}
.product_main .social-btn.heart {
  background-color: var(--bs-secondary);
}

@media (max-width: 767.98px) {
  .product_main {
    margin-top: 8px;
    margin-bottom: 2rem !important;
  }
  .product_main .product-title {
    font-size: var(--storefront-font-size-h1-mobile);
    margin-top: 8px !important;
    margin-bottom: 6px;
  }
  .product_main .product-sku {
    margin-bottom: 8px;
  }
  .product_main .rating-section {
    margin-bottom: 4px;
  }
  .product_main .pdp-price-block {
    gap: 6px;
  }
  .product_main .pdp-main-price {
    font-size: var(--storefront-font-size-price-pdp-main-mobile);
  }
  .product_main .pdp-cash-discount-pill {
    padding: 5px 8px;
    font-size: var(--storefront-font-size-badge);
  }
  .product_main .pdp-installments {
    font-size: var(--storefront-font-size-installment-mobile);
  }
  .product_main .pdp-old-price-line {
    font-size: var(--storefront-font-size-price-old-mobile);
  }
  .product_main .add-to-basket,
  .product_main .parent-add-to-basket {
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
  }
  .product_main .add-to-basket .add-to-basket__form,
  .product_main .parent-add-to-basket .add-to-basket__form {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    gap: 10px;
    min-width: 0;
    width: 100%;
  }
  .product_main .add-to-basket .quantity-section,
  .product_main .parent-add-to-basket .quantity-section {
    width: auto;
    flex-shrink: 0;
  }
  .product_main .add-to-basket .quantity-section .checkout-quantity .input-qty,
  .product_main .parent-add-to-basket .quantity-section .checkout-quantity .input-qty {
    width: 112px !important;
    min-width: 112px;
    min-height: 44px;
  }
  .product_main .add-to-basket .quantity-section .checkout-quantity .input-qty .quantity-input,
  .product_main .parent-add-to-basket .quantity-section .checkout-quantity .input-qty .quantity-input {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    min-width: 44px;
  }
  .product_main .add-to-basket .quantity-section .checkout-quantity .input-qty .btn-qty,
  .product_main .parent-add-to-basket .quantity-section .checkout-quantity .input-qty .btn-qty {
    flex: 0 0 34px;
    min-width: 34px;
    width: 34px;
    height: 44px;
  }
  .product_main .add-to-basket .btn-comprar,
  .product_main .parent-add-to-basket .btn-comprar {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    min-height: 44px;
    padding: 10px 14px;
  }
  .product_main .add-to-basket .product-action-wishlist,
  .product_main .parent-add-to-basket .product-action-wishlist {
    display: none;
  }
  .product-gallery-wishlist-mobile {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 4;
  }
  .product-gallery-wishlist-mobile form {
    margin: 0;
  }
  .product-gallery-wishlist-mobile .heart-btn {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(224, 224, 224, 0.86);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  }
  .product-gallery-wishlist-mobile .heart-btn .heart-icon {
    width: 20px;
    height: 20px;
  }
}
@keyframes stock-alert-enter {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.heart-btn {
  width: 56px;
  height: 56px;
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-circle, 50%);
  box-shadow: none;
  padding: 0;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #9aa3af;
}
.heart-btn:hover, .heart-btn:focus {
  background: #fff;
  border-color: var(--brand-color);
  box-shadow: none;
  color: var(--brand-color);
}
.heart-btn .heart-icon {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  width: 26px;
  height: 26px;
  transition: fill 0.15s ease, stroke 0.15s ease;
}
.heart-btn.is-wishlisted .heart-icon {
  fill: var(--brand-color);
  stroke: var(--brand-color);
}

.pdp-review-link {
  text-decoration: none;
}

.pdp-review-link:hover,
.pdp-review-link:focus {
  text-decoration: underline;
}

.pdp-review-link--first {
  font-size: var(--storefront-font-size-body-small);
  line-height: var(--storefront-line-height-title);
}

.section-title {
  color: var(--brand-color);
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 20px 0;
}

.description-text {
  color: var(--text-gray);
  line-height: 1.6;
  margin-bottom: 30px;
}

.specs-table {
  background: white;
  border: 1px solid var(--border-color);
}

.specs-table tr:nth-child(even) {
  background-color: #f8f9fa;
}

.specs-table td {
  padding: 12px 15px;
  border-bottom: 1px solid var(--border-color);
}

.specs-table td:first-child {
  font-weight: 600;
  color: var(--text-dark);
}

.specs-table td:last-child {
  color: var(--text-gray);
}

.product-carousel {
  margin: 40px 0;
}

.carousel-container {
  position: relative;
  overflow: hidden;
}

.reviews-section {
  margin: 40px 0;
}

.review-summary {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}

.review-stars {
  color: #ffc107;
  font-size: 24px;
}

.review-rating {
  font-size: 24px;
  font-weight: bold;
}

.review-item {
  padding: 20px 0;
  border-bottom: 1px solid var(--border-color);
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.review-author {
  font-weight: 600;
}

.review-date {
  color: var(--text-gray);
  font-size: 14px;
}

.review-stars-small {
  color: #ffc107;
  margin-bottom: 10px;
}

.review-text {
  color: var(--text-gray);
  line-height: 1.6;
}

.btn-ver-mais {
  background-color: var(--text-gray);
  border: none;
  border-radius: var(--radius-sm, 4px);
  color: white;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: var(--storefront-font-size-button-secondary);
  font-weight: var(--storefront-font-weight-semibold);
  line-height: var(--storefront-line-height-heading);
  margin-top: 20px;
}

.swatch-group {
  margin: 20px 0;
}

.swatch-label {
  display: block;
  margin-bottom: 10px;
  font-size: var(--storefront-font-size-label);
  font-weight: var(--storefront-font-weight-semibold);
  line-height: var(--storefront-line-height-title);
  text-transform: capitalize;
}

.swatch-options {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.variant-swatch {
  position: relative;
  min-width: 42px;
  padding: 0 10px;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm, 4px);
  background: #fff;
  color: var(--text-dark);
  cursor: pointer;
  transition: border-color 0.2s, background-color 0.2s, color 0.2s, opacity 0.2s;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--storefront-font-size-body-small);
  font-weight: var(--storefront-font-weight-medium);
  line-height: var(--storefront-line-height-title);
}

.variant-swatch:hover:not(.disabled) {
  border-color: var(--brand-color);
}

.variant-swatch.selected {
  border: 2px solid var(--brand-color);
  background: var(--brand-color);
  color: #fff;
}

.variant-swatch-color {
  min-width: 38px;
  width: 38px;
  padding: 3px;
}

.variant-swatch-color.selected {
  background: #fff;
}

.variant-swatch-visual {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: var(--radius-xs, 2px);
  border: 1px solid rgba(0, 0, 0, 0.12);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.variant-swatch-color.selected .variant-swatch-visual {
  border-color: transparent;
}

.variant-swatch.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  overflow: hidden;
}

.variant-swatch.disabled::after {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  top: 50%;
  border-top: 1px solid currentColor;
  transform: rotate(-24deg);
  transform-origin: center;
}

/* PDP Lightbox */
.pdp-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.9);
  padding: 24px;
}

.pdp-lightbox.is-open {
  display: flex;
}

.pdp-lightbox__img {
  max-width: 92vw;
  max-height: 88vh;
  object-fit: contain;
  user-select: none;
}

.pdp-lightbox__close,
.pdp-lightbox__nav {
  position: absolute;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdp-lightbox__close {
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  font-size: 28px;
  line-height: 1;
}

.pdp-lightbox__nav {
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  font-size: 32px;
  line-height: 1;
}

.pdp-lightbox__prev {
  left: 16px;
}

.pdp-lightbox__next {
  right: 16px;
}

.pdp-lightbox__close:hover,
.pdp-lightbox__nav:hover {
  background: rgba(255, 255, 255, 0.25);
}

body.pdp-lightbox-open {
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .pdp-lightbox__nav {
    width: 40px;
    height: 40px;
    font-size: 26px;
  }
  .pdp-lightbox__close {
    width: 40px;
    height: 40px;
    font-size: 26px;
  }
}
.product-gallery [data-gallery-zoom-target] {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.product-gallery [data-gallery-zoom-target] img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.product-gallery [data-gallery-main-image] {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.12s ease-out;
}

.product-gallery [data-gallery-zoom-overlay] {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: opacity 0.12s ease-out;
}

@media (hover: hover) and (pointer: fine) {
  .product-gallery-item[data-gallery-media-type=image] [data-gallery-zoom-target] {
    cursor: zoom-in;
  }
  .product-gallery-item[data-gallery-media-type=image] [data-gallery-zoom-target].is-zoom-active [data-gallery-zoom-overlay] {
    opacity: 1;
  }
  .product-gallery-item[data-gallery-media-type=image] [data-gallery-zoom-target].is-zoom-active [data-gallery-main-image] {
    opacity: 0;
  }
}
.thumb-carousel-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  width: 100%;
}

.thumb-carousel-track-outer {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.product-gallery-navigation {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  transition: transform 0.3s ease;
}

.product-gallery-navigation .product-gallery-nav {
  flex-shrink: 0;
}

.thumb-carousel-btn {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  min-width: 40px;
  padding: 0;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(224, 224, 224, 0.86);
  border-radius: var(--radius-circle, 50%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, opacity 0.18s ease, visibility 0.18s ease;
  color: var(--text-dark, #333333);
  line-height: 1;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.thumb-carousel-btn svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  pointer-events: none;
}

.thumb-carousel-btn:hover:not(:disabled) {
  background: #ffffff;
  border-color: color-mix(in srgb, var(--brand-color) 28%, var(--border-color, #e0e0e0));
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  color: var(--brand-color);
  transform: scale(1.04);
}

.thumb-carousel-btn:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--brand-color) 70%, #ffffff);
  outline-offset: 3px;
}

.thumb-carousel-btn:disabled {
  opacity: 0.42;
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.thumb-carousel-btn.is-hidden {
  visibility: hidden;
  pointer-events: none;
}

@media (max-width: 767px) {
  .thumb-carousel-btn {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }
}
.calculator-input #input-postal-code {
  flex: 1;
}

.review {
  padding: 20px;
  border: 1px solid #D2D2D2;
}
.review .review-title {
  font-size: 16px;
  color: #333;
}
.review .review-author {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.review .review-date {
  font-size: 14px;
  color: #7C7C7C;
}
.review .review-content p {
  color: #333;
  font-size: 14px;
}

.review-summary-single .star-rating svg {
  font-size: 24px;
  height: 24px;
  width: 24px;
}
.review-summary-single .star-rating strong {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.review-modal .modal-dialog {
  --bs-modal-width: 560px;
  width: calc(100vw - 48px);
  max-width: var(--bs-modal-width);
}
.review-modal .modal-content {
  display: flex;
  flex-direction: column;
}
.review-modal .modal-title {
  font-size: 24px !important;
}
.review-modal textarea.form-control {
  min-height: 120px;
  resize: vertical;
}
.review-modal .modal-body .form-control {
  max-width: 500px;
}
.review-modal #review-title-counter,
.review-modal #review-body-counter {
  display: block;
  width: 100%;
  max-width: 500px;
  margin-top: 4px !important;
  line-height: 1.2;
  text-align: right;
}
@media screen and (max-width: 575.98px) {
  .review-modal .modal-title {
    font-size: 20px !important;
  }
  .review-modal .modal-content {
    max-height: calc(100dvh - 3rem);
  }
  .review-modal .modal-footer {
    justify-content: stretch;
  }
  .review-modal .modal-footer .btn {
    flex: 1 1 0;
    min-width: 0;
  }
}

.star-rating {
  color: #7c8794;
}
.star-rating svg {
  height: 16px;
  width: 16px;
  margin-right: 1px;
  stroke: currentColor;
}
.star-rating a {
  margin-left: 10px;
}

.star-rating.One svg:first-child {
  color: #ffc107;
  fill: currentColor;
}

.star-rating.Two svg:first-child, .star-rating.Two svg:first-child + svg {
  color: #ffc107;
  fill: currentColor;
}

.star-rating.Three svg:first-child, .star-rating.Three svg:first-child + svg, .star-rating.Three svg:first-child + svg + svg {
  color: #ffc107;
  fill: currentColor;
}

.star-rating.Four svg:first-child, .star-rating.Four svg:first-child + svg, .star-rating.Four svg:first-child + svg + svg, .star-rating.Four svg:first-child + svg + svg + svg {
  color: #ffc107;
  fill: currentColor;
}

.star-rating.Five svg {
  color: #ffc107;
  fill: currentColor;
}

.sub-header {
  margin-bottom: 40px;
}
.sub-header h2, .sub-header .h2, .sub-header h3, .sub-header .h3, .sub-header h4, .sub-header .h4, .sub-header .basket-items .price_color, .basket-items .sub-header .price_color {
  font-size: 24px;
  color: var(--brand-color);
}

.tezus-slider,
.tezus-slider-viewport,
.tezus-slider-track,
.tezus-slider-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.tezus-slider {
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
}

.tezus-slider-track {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  transition: transform 280ms ease;
  will-change: transform;
  backface-visibility: hidden;
  padding: 0;
}

.tezus-slider-item {
  flex: 0 0 auto;
  min-width: 0;
}
.tezus-slider-item > img {
  max-width: 100%;
  height: auto;
}

.tezus-slider.is-dragging .tezus-slider-track {
  transition: none;
  cursor: grabbing;
}

.tezus-slider.is-dragging,
.tezus-slider.is-dragging * {
  -webkit-user-select: none;
  user-select: none;
}

.tezus-slider-item a,
.tezus-slider-item img,
.product-gallery-inner a,
.product-gallery-inner img,
.product-gallery-item a,
.product-gallery-item img {
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.tezus-slider .tns-item {
  flex: 0 0 auto;
}

.product-gallery-inner:not(.tezus-slider) > .product-gallery-item ~ .product-gallery-item {
  display: none;
}

.carousel-section .tezus-slider,
.brand-carousel-frame .tezus-slider {
  padding-right: 4px;
}

.product-slider-wrapper .tezus-slider {
  padding-right: 8px;
}

.brand-carousel-frame .tezus-slider {
  padding-bottom: 2px;
}

.main-homepage-slider {
  position: relative;
  aspect-ratio: 1920/500;
  background: #f5f6f7;
  max-height: 500px;
  overflow-y: hidden;
}
.main-homepage-slider .main-homepage-slider-inner,
.main-homepage-slider .main-homepage-slider-inner > a,
.main-homepage-slider .main-homepage-slider-inner > div,
.main-homepage-slider .main-homepage-slider-inner > div > a {
  height: 100%;
}
.main-homepage-slider .main-homepage-slider-inner > a,
.main-homepage-slider .main-homepage-slider-inner > div > a {
  display: block;
}
.main-homepage-slider img {
  max-height: 500px;
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center center;
}
.main-homepage-slider .tns-item img {
  max-height: 500px;
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center center;
}
.main-homepage-slider .main-homepage-controllers .controler {
  --carousel-arrow-translate-y: 0;
  width: 44px;
  height: 44px;
  min-width: 44px;
  padding: 0;
  border: 1px solid rgba(224, 224, 224, 0.86);
  border-radius: var(--radius-circle, 50%);
  background: rgba(255, 255, 255, 0.96);
  color: var(--text-dark, #333333);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px !important;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  transform: translateY(var(--carousel-arrow-translate-y));
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, opacity 0.18s ease, visibility 0.18s ease;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: 50%;
  --carousel-arrow-translate-y: -50%;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.main-homepage-slider .main-homepage-controllers .controler i,
.main-homepage-slider .main-homepage-controllers .controler svg {
  flex: 0 0 auto;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 1;
  pointer-events: none;
}
.main-homepage-slider .main-homepage-controllers .controler i {
  font-size: 20px;
}
.main-homepage-slider .main-homepage-controllers .controler:hover {
  background: #ffffff;
  border-color: color-mix(in srgb, var(--brand-color) 28%, var(--border-color, #e0e0e0));
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  color: var(--brand-color);
  transform: translateY(var(--carousel-arrow-translate-y)) scale(1.04);
}
.main-homepage-slider .main-homepage-controllers .controler:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--brand-color) 70%, #ffffff);
  outline-offset: 3px;
}
.main-homepage-slider .main-homepage-controllers .controler:disabled, .main-homepage-slider .main-homepage-controllers .controler[disabled], .main-homepage-slider .main-homepage-controllers .controler[aria-disabled=true] {
  opacity: 0.42;
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(var(--carousel-arrow-translate-y));
}
.main-homepage-slider .main-homepage-controllers .controler.left {
  left: 10px;
}
.main-homepage-slider .main-homepage-controllers .controler.right {
  right: 10px;
}
.main-homepage-slider:hover .controler, .main-homepage-slider:focus-within .controler {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.main-homepage-slider .main-homepage-slider-nav {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.main-homepage-slider .main-homepage-slider-nav .main-nav-item {
  width: 36px;
  height: 36px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
  transition: 0.25s;
}
.main-homepage-slider .main-homepage-slider-nav .main-nav-item.tns-nav-active {
  opacity: 1;
  transition: 0.25s;
}
.main-homepage-slider .main-homepage-slider-nav .main-nav-item::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: var(--radius-circle, 50%);
  background-color: #333333;
}

#main-homepage-slider-1-mb {
  aspect-ratio: 768/900;
  max-height: none;
}
#main-homepage-slider-1-mb .main-homepage-slider-inner,
#main-homepage-slider-1-mb .main-homepage-slider-inner > div,
#main-homepage-slider-1-mb .main-homepage-slider-inner > div > a,
#main-homepage-slider-1-mb .tns-item,
#main-homepage-slider-1-mb .tns-item > div,
#main-homepage-slider-1-mb .tns-item > div > a {
  height: 100%;
}
#main-homepage-slider-1-mb img,
#main-homepage-slider-1-mb .tns-item img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center bottom;
  display: block;
}

#main-homepage-slider-1 .main-homepage-slider-inner,
#main-homepage-slider-1 .main-homepage-slider-inner > a,
#main-homepage-slider-1 .main-homepage-slider-inner > div,
#main-homepage-slider-1 .main-homepage-slider-inner > div > a,
#main-homepage-slider-1 .tns-item,
#main-homepage-slider-1 .tns-item > a {
  height: 100%;
}
#main-homepage-slider-1 img,
#main-homepage-slider-1 .tns-item img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center center;
}

@media (min-width: 768px) {
  .main-homepage-slider--large {
    aspect-ratio: 1920/640;
    max-height: 640px;
  }
}
.promo-card {
  border: none;
  background-color: #f8f9fa;
  transition: transform 0.2s ease-in-out;
}

.promo-card:hover {
  transform: none;
}

.promo-icon {
  width: 40px;
  height: 40px;
  background-color: var(--brand-color5);
  border-radius: var(--radius-md, 8px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.promo-title {
  font-weight: 700;
  font-size: 0.9rem;
  color: #212529;
  margin-bottom: 2px;
}

.promo-subtitle {
  font-size: 0.8rem;
  color: #6c757d;
  margin-bottom: 0;
}

.lazy {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  background: #f3f3f3 url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCA0MDAgNDAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxjaXJjbGUgY3g9IjIwMCIgY3k9IjIwMCIgcj0iMTgwIiBzdHJva2U9IiNlZWUiIHN0cm9rZS13aWR0aD0iNDAiIGZpbGw9Im5vbmUiIHN0cm9rZS1kYXNoYXJyYXk9Ijg1IDYwIiBzdHJva2UtZGFzaG9mZnNldD0iMCI+CiAgICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGtleVRpbWVzPSIwOzEiIHZhbHVlcz0iMCAyMDAgMjAwOzM2MCAyMDAgMjAwIi8+CiAgPC9jaXJjbGU+Cjwvc3ZnPg==") center center no-repeat;
  background-size: 32px;
}

.lazy.loaded {
  opacity: 1;
  background: none;
}

@media (max-width: 767px) {
  .white-space-nowrap {
    white-space: nowrap;
    font-size: 0.775em;
  }
}
.brand-head .logo {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm, 4px);
  overflow: hidden;
}
.brand-head .logo img {
  object-fit: contain;
}
.brand-head--list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 359.98px) {
  .brand-head--list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .brand-head--list {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }
}
.brand-head--list .logo {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  min-width: 0;
  padding: 10%;
  box-sizing: border-box;
}
.brand-head--list .logo img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.brand-head--list .brand-img-fallback {
  aspect-ratio: 1/1;
  min-height: 0;
}

.img-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #f5f6f7;
  border: 1px solid var(--border-color, #e5e7eb);
  color: #8a8f98;
  border-radius: var(--radius-sm);
  text-decoration: none;
}

.missing-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f6f7;
  border: 1px solid var(--border-color, #e5e7eb);
  color: #8a8f98;
  border-radius: inherit;
  line-height: 1;
}

.missing-image-placeholder__icon {
  width: 34%;
  height: 34%;
  min-width: 18px;
  min-height: 18px;
  max-width: 34px;
  max-height: 34px;
  flex-shrink: 0;
}

a:has(.img-fallback),
a:has(.img-fallback):hover,
a:has(.img-fallback):focus,
a:has(.img-fallback):active {
  color: inherit;
  text-decoration: none;
}

.brand-img-fallback {
  aspect-ratio: 16/9;
  min-height: 68px;
}

.blog-cover-fallback {
  aspect-ratio: 16/9;
  min-height: 180px;
}

.category-img-fallback,
.range-img-fallback {
  min-height: 180px;
  font-size: 2rem;
}

.product-thumb-img-fallback {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  font-size: 1rem;
}

.home-banner-link {
  display: block;
  overflow: hidden;
  transition: all 0.2s ease;
}
.home-banner-link img {
  display: block;
  width: 100%;
}
.home-banner-link:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.account-nav {
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border-color);
}
.account-nav .nav-link {
  color: var(--text-dark) !important;
  text-decoration: none;
  border-left: none;
  border-radius: var(--radius-sm);
  margin: 6px 10px;
  padding: 14px 20px;
  font-size: 14px;
}
.account-nav .nav-link:hover,
.account-nav .nav-link:focus {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.03);
}
.account-nav .nav-link.active {
  background-color: rgba(0, 0, 0, 0.05);
  color: var(--text-dark) !important;
  font-weight: var(--storefront-font-weight-bold);
}

.wishlist-product-image {
  width: 70px;
  height: 70px;
  object-fit: contain;
  background: white;
}

.wishlist-product-image-frame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.account-table .wishlist-product-image-frame {
  flex: 0 0 auto;
}

.order-list-link {
  font-size: var(--storefront-font-size-body-small);
  line-height: var(--storefront-line-height-caption);
  text-decoration: none;
  color: var(--brand-color);
}
.order-list-link .order-list-link-arrow {
  display: inline-block;
  margin-left: 4px;
  transition: transform 0.2s ease;
}
.order-list-link:hover {
  text-decoration: underline;
}
.order-list-link:hover .order-list-link-arrow {
  transform: translateX(3px);
}

/* Account area base font size */
.account-table,
.order-info-card .card-body,
.card-footer .address-action-link,
.card-footer .brand-color {
  font-size: var(--storefront-font-size-body);
}

/* Account link tokens — links genéricos herdam cor do texto */
.account-table a,
.orders-table a,
.wishlist-table a {
  color: inherit;
  text-decoration: none;
}

.account-table a:hover:not(.order-row-action, .profile-action-btn),
.orders-table a:hover:not(.order-row-action, .profile-action-btn),
.wishlist-table a:hover:not(.order-row-action, .profile-action-btn) {
  color: var(--brand-color);
  text-decoration: underline;
}

/* Número do pedido: identificador clicável importante */
.orders-card-table .order-col-number a {
  color: var(--brand-color);
}
.orders-card-table .order-col-number a:hover {
  color: var(--brand-color-hover, var(--brand-color));
}

/* Nome da wishlist na listagem: link de acesso à lista */
.wishlist-card-table .wishlist-col-name a {
  color: var(--brand-color);
}
.wishlist-card-table .wishlist-col-name a:hover {
  color: var(--brand-color-hover, var(--brand-color));
}

/* Account order status badges */
.badge-pendente,
.badge-aguardando {
  background-color: var(--brand-color3);
  color: #fff;
}

.badge-entregue,
.badge-pago,
.badge-aprovado {
  background-color: var(--brand-color5);
  color: #fff;
}

.badge-enviado {
  background-color: var(--brand-color2);
  color: #fff;
}

.badge-preparando,
.badge-processando {
  background-color: var(--bg-light-gray);
  color: var(--text-dark);
}

.badge {
  border-radius: var(--radius-xs);
}

/* Account address cards */
.address-card-active {
  border: 2px solid var(--brand-color) !important;
  overflow: hidden;
}

.address-card-neutral {
  border: 1px solid var(--border-color) !important;
  overflow: hidden;
}

/* Orders table inside card */
.orders-card-table .account-table thead th,
.orders-card-table .account-table tbody th,
.orders-card-table .account-table tbody td {
  padding: 12px 16px;
  vertical-align: middle;
}
.orders-card-table thead tr th {
  background-color: var(--bs-card-cap-bg, rgba(0, 0, 0, 0.03));
}
.orders-card-table .order-col-number {
  width: 20%;
  min-width: 130px;
}
.orders-card-table .order-col-status {
  width: 16%;
  min-width: 110px;
}
.orders-card-table .order-col-date {
  width: 42%;
}
.orders-card-table .order-col-total {
  width: 16%;
  min-width: 120px;
}
.orders-card-table .order-col-action {
  width: 6%;
  min-width: 64px;
  white-space: nowrap;
}
.orders-card-table .order-row {
  cursor: pointer;
}
.orders-card-table .order-row:focus-visible {
  outline: 2px solid var(--brand-color);
  outline-offset: -2px;
}
.orders-card-table .order-row .order-row-action {
  font-weight: 500;
}
.orders-card-table .order-col-status .badge {
  border-radius: var(--radius-sm);
}
.orders-card-table.order-list-card-table .order-col-status .badge {
  font-size: 12px;
  font-weight: var(--storefront-font-weight-medium);
}
.orders-card-table .order-row:hover .order-row-action {
  text-decoration: none;
}
.orders-card-table .account-table thead th:last-child,
.orders-card-table .account-table tbody td:last-child {
  padding-right: 22px;
}
.orders-card-table .account-table tbody tr:last-child td,
.orders-card-table .account-table tbody tr:last-child th {
  border-bottom: 0;
}
.orders-card-table .card-footer {
  border-top: 1px solid var(--border-color);
}

/* Wishlists tables inside card */
.wishlist-card-table,
.wishlist-detail-card-table {
  overflow: visible !important;
  border-radius: var(--radius-sm);
}
.wishlist-card-table .card-body,
.wishlist-detail-card-table .card-body {
  overflow: visible;
  border-radius: inherit;
}
.wishlist-card-table .account-table thead th,
.wishlist-card-table .account-table tbody th,
.wishlist-card-table .account-table tbody td,
.wishlist-detail-card-table .account-table thead th,
.wishlist-detail-card-table .account-table tbody th,
.wishlist-detail-card-table .account-table tbody td {
  padding: 12px 16px;
  vertical-align: middle;
}
.wishlist-card-table thead tr th,
.wishlist-detail-card-table thead tr th {
  background-color: var(--bs-card-cap-bg, rgba(0, 0, 0, 0.03));
  font-weight: 600;
}
.wishlist-card-table .account-table thead th:last-child,
.wishlist-card-table .account-table tbody td:last-child,
.wishlist-detail-card-table .account-table thead th:last-child,
.wishlist-detail-card-table .account-table tbody td:last-child {
  padding-right: 22px;
}
.wishlist-card-table .account-table tbody tr:last-child td,
.wishlist-card-table .account-table tbody tr:last-child th,
.wishlist-detail-card-table .account-table tbody tr:last-child td,
.wishlist-detail-card-table .account-table tbody tr:last-child th {
  border-bottom: 0;
}
.wishlist-card-table .account-table tbody tr:last-child th:first-child,
.wishlist-card-table .account-table tbody tr:last-child td:first-child,
.wishlist-detail-card-table .account-table tbody tr:last-child th:first-child,
.wishlist-detail-card-table .account-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--radius-sm);
}
.wishlist-card-table .account-table tbody tr:last-child td:last-child,
.wishlist-card-table .account-table tbody tr:last-child th:last-child,
.wishlist-detail-card-table .account-table tbody tr:last-child td:last-child,
.wishlist-detail-card-table .account-table tbody tr:last-child th:last-child {
  border-bottom-right-radius: var(--radius-sm);
}
.wishlist-card-table .dropdown,
.wishlist-detail-card-table .dropdown {
  position: relative;
}
.wishlist-card-table .dropdown-menu,
.wishlist-detail-card-table .dropdown-menu {
  z-index: 1080;
  font-size: var(--storefront-font-size-body-small);
  min-width: 170px;
}
.wishlist-card-table .dropdown-item,
.wishlist-detail-card-table .dropdown-item {
  font-size: var(--storefront-font-size-body-small);
  line-height: var(--storefront-line-height-title);
  padding: 0.5rem 0.85rem;
}
.wishlist-card-table .wishlist-action-trigger,
.wishlist-detail-card-table .wishlist-action-trigger {
  color: var(--brand-color);
  font-weight: var(--storefront-font-weight-medium);
  border: 1px solid var(--brand-color);
  border-radius: var(--radius-sm);
  background: #fff;
  font-size: var(--storefront-font-size-body);
  padding: 0.375rem 0.95rem;
  line-height: var(--storefront-line-height-caption);
  min-height: 38px;
}
.wishlist-card-table .wishlist-action-trigger:hover,
.wishlist-card-table .wishlist-action-trigger:focus,
.wishlist-detail-card-table .wishlist-action-trigger:hover,
.wishlist-detail-card-table .wishlist-action-trigger:focus {
  color: var(--brand-color);
  text-decoration: none;
  border-color: var(--brand-color);
  background: #fff;
}
.wishlist-card-table .wishlist-action-trigger:active,
.wishlist-card-table .wishlist-action-trigger.show,
.wishlist-detail-card-table .wishlist-action-trigger:active,
.wishlist-detail-card-table .wishlist-action-trigger.show {
  color: var(--brand-color);
  border-color: var(--brand-color);
  background: #fff;
}

.auth-page {
  box-sizing: border-box;
  width: 100%;
  max-width: min(480px, 100vw - 24px);
  margin: 104px auto 88px;
  padding: 0;
  overflow-x: hidden;
}

.auth-page__intro {
  margin-bottom: 28px;
  text-align: center;
}
.auth-page__intro h1, .auth-page__intro .h1 {
  margin-bottom: 10px;
  color: var(--text-dark);
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  line-height: 1.15;
  overflow-wrap: break-word;
}
.auth-page__intro p {
  margin-bottom: 0;
  color: var(--text-gray);
  font-size: 1rem;
  line-height: 1.55;
}

.auth-back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 18px;
  color: var(--text-gray);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}

.auth-back-link:hover,
.auth-back-link:focus {
  color: var(--brand-color);
  text-decoration: none;
}

.auth-card {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 32px;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  background: #fff;
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
}
.auth-card .form-group {
  margin-bottom: 18px !important;
}
.auth-card .col-form-label {
  color: var(--text-dark);
  font-size: var(--storefront-font-size-label);
  font-weight: var(--storefront-font-weight-semibold);
  line-height: var(--storefront-line-height-title);
}
.auth-card .form-control {
  width: 100%;
  min-height: 48px;
  border-color: var(--border-color);
  border-radius: var(--radius-sm);
  color: var(--text-dark);
  font-size: var(--storefront-font-size-body);
  line-height: var(--storefront-line-height-body);
}
.auth-card .form-control:focus {
  border-color: var(--brand-color);
  box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--brand-color) 16%, transparent);
}
.auth-card .password-field {
  position: relative;
}
.auth-card .password-field__input {
  padding-right: 3rem;
}
.auth-card .password-field__toggle {
  position: absolute;
  top: 50%;
  right: 0.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: 0;
  border-radius: var(--radius-sm);
  background: transparent;
  color: var(--text-gray);
  transform: translateY(-50%);
}
.auth-card .password-field__toggle:hover,
.auth-card .password-field__toggle:focus {
  color: var(--text-dark);
}
.auth-card .password-field__toggle:focus-visible {
  outline: 2px solid var(--brand-color);
  outline-offset: 2px;
}
.auth-card .password-field__icon {
  width: 18px;
  height: 18px;
}
.auth-card .password-field__icon--hide {
  display: none;
}
.auth-card .password-field__toggle[aria-pressed=true] .password-field__icon--show {
  display: none;
}
.auth-card .password-field__toggle[aria-pressed=true] .password-field__icon--hide {
  display: block;
}
.auth-card .form-check {
  padding-left: 0;
}
.auth-card .form-check label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.auth-card .form-check input {
  width: 18px;
  height: 18px;
}
.auth-card .error-block {
  display: block;
  margin-top: 6px;
  color: var(--bs-danger);
  font-size: var(--storefront-font-size-body-small);
  font-weight: var(--storefront-font-weight-medium);
  line-height: var(--storefront-line-height-caption);
}
.auth-card .form-text,
.auth-card .help-block,
.auth-card .helptext {
  color: var(--text-gray) !important;
  font-size: 13px;
  line-height: var(--storefront-line-height-small);
}
.auth-card .form-text ul,
.auth-card .help-block ul,
.auth-card .helptext ul {
  margin: 8px 0 0;
  padding-left: 18px;
}
.auth-card .form-text li,
.auth-card .help-block li,
.auth-card .helptext li {
  margin-bottom: 4px;
}

.auth-card__field-action {
  display: flex;
  justify-content: flex-end;
  margin: -8px 0 18px;
  font-size: var(--storefront-font-size-body-small);
  line-height: var(--storefront-line-height-caption);
}

.auth-submit {
  width: 100%;
  min-height: 50px;
  margin-top: 8px;
  border-radius: var(--radius-sm);
  --bs-btn-border-radius: var(--radius-sm);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.auth-link {
  color: var(--brand-color);
  font-weight: var(--storefront-font-weight-semibold);
  text-decoration: none;
}

.auth-link:hover,
.auth-link:focus {
  color: var(--brand-color-hover);
  text-decoration: underline;
}

.auth-link--muted {
  color: var(--text-gray);
  font-weight: var(--storefront-font-weight-medium);
}

.auth-card__terms {
  margin: 18px 0 0;
  color: var(--text-gray);
  font-size: 13px;
  line-height: var(--storefront-line-height-body);
  text-align: center;
  overflow-wrap: break-word;
}

.auth-card--message {
  text-align: center;
}

.auth-card__message {
  margin-bottom: 14px;
  color: var(--text-gray);
  font-size: 0.95rem;
  line-height: 1.65;
}

.auth-card__message:last-of-type {
  margin-bottom: 0;
}

.auth-card__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

.auth-card__actions .auth-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 360px);
  min-height: 50px;
  margin-top: 0;
  padding: 0 24px;
  line-height: 1;
  text-align: center;
  text-indent: 0.08em;
}

.auth-card__actions .auth-link {
  display: inline-flex;
  justify-content: center;
  line-height: 1.4;
}

.auth-page__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-top: 22px;
  color: var(--text-gray);
  font-size: 0.95rem;
  text-align: center;
}

.auth-page__footer--stacked {
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

@media (max-width: 767.98px) {
  .auth-page {
    max-width: min(366px, 100vw - 24px);
    margin-top: 64px;
    margin-bottom: 60px;
  }
  .auth-page__intro {
    margin-bottom: 22px;
  }
  .auth-page__intro h1, .auth-page__intro .h1 {
    font-size: 1.75rem;
  }
  .auth-card {
    padding: 24px 18px;
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.07);
  }
  .auth-card .alert {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 14px;
    padding: 9px 12px;
    border-radius: var(--radius-sm);
    font-size: var(--storefront-font-size-body-small);
    line-height: var(--storefront-line-height-caption);
  }
}
.wishlist-card-table .wishlist-row,
.wishlist-card-table .wishlist-col-action {
  position: relative;
}
.wishlist-card-table .wishlist-row:has(.wishlist-action-menu.show),
.wishlist-card-table .wishlist-col-action:has(.wishlist-action-menu.show) {
  z-index: 2300;
}
.wishlist-card-table .wishlist-col-action .dropdown-menu {
  z-index: 2200;
}
.wishlist-card-table .wishlist-action-dropdown {
  position: relative;
}
.wishlist-card-table .wishlist-action-menu {
  position: absolute;
  min-width: 170px;
  z-index: 2200;
}
.wishlist-card-table .wishlist-col-name {
  width: 62%;
}
.wishlist-card-table .wishlist-col-count {
  width: 18%;
  min-width: 160px;
}
.wishlist-card-table .wishlist-col-action {
  width: 20%;
  min-width: 170px;
  white-space: nowrap;
}
.wishlist-card-table .wishlist-row {
  cursor: pointer;
}
.wishlist-card-table .wishlist-row:focus-visible {
  outline: 2px solid var(--brand-color);
  outline-offset: -2px;
}
.wishlist-card-table .account-table thead th:last-child,
.wishlist-card-table .account-table tbody td:last-child {
  padding-right: 34px;
}

.wishlist-create-wrap {
  margin-top: 12px;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
}

.wishlist-form-shell {
  max-width: 860px;
}

.account-form-shell {
  max-width: 860px;
}

.account-form-intro {
  margin: 0 0 1rem;
  color: var(--text-dark);
  font-size: var(--storefront-font-size-body);
  line-height: var(--storefront-line-height-body);
  font-weight: var(--storefront-font-weight-regular);
}

.account-form-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

.wishlist-form-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: 1rem;
}
.wishlist-form-actions .btn {
  min-width: 96px;
  font-size: var(--storefront-font-size-button-secondary);
}

.account-profile .btn-brand-color,
.wishlist-create-wrap .btn,
.wishlist-detail-actions .btn,
.order-reorder-form .btn,
.address-form-page .address-form-actions .btn,
.account-primary-actions .btn {
  border-radius: var(--radius-sm);
  --bs-btn-border-radius: var(--radius-sm);
}

.account-primary-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.account-primary-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  font-size: var(--storefront-font-size-button-primary);
  font-weight: var(--storefront-font-weight-semibold);
  line-height: var(--storefront-line-height-caption);
}

.wishlist-detail-card-table {
  overflow: visible;
}
.wishlist-detail-card-table .card-body {
  overflow: visible;
}
.wishlist-detail-card-table .wishlist-detail-line-row,
.wishlist-detail-card-table .wishlist-detail-col-action {
  position: relative;
}
.wishlist-detail-card-table .wishlist-detail-line-row:has(.wishlist-action-menu.show),
.wishlist-detail-card-table .wishlist-detail-col-action:has(.wishlist-action-menu.show) {
  z-index: 2300;
}
.wishlist-detail-card-table .wishlist-detail-col-action .dropdown-menu {
  z-index: 2200;
}
.wishlist-detail-card-table .wishlist-action-dropdown {
  position: relative;
}
.wishlist-detail-card-table .wishlist-action-menu {
  position: absolute;
  min-width: 170px;
  z-index: 2200;
}
.wishlist-detail-card-table .wishlist-action-menu .dropdown-item {
  font-size: var(--storefront-font-size-body);
  line-height: var(--storefront-line-height-body);
  padding: 0.625rem 0.875rem;
}
.wishlist-detail-card-table .wishlist-action-menu .dropdown-item.text-danger {
  color: var(--danger, #dc3545);
}
.wishlist-detail-card-table .wishlist-product-image-frame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  aspect-ratio: 1/1;
  flex: 0 0 70px;
  overflow: hidden;
  background: #fff;
}
.wishlist-detail-card-table .wishlist-product-image-frame .wishlist-product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 0;
  padding: 0;
  background: transparent;
}
.wishlist-detail-card-table .wishlist-product-image-frame .product-thumb-img-fallback {
  align-items: center;
  justify-content: center;
}
.wishlist-detail-card-table .wishlist-detail-col-product {
  width: 62%;
}
.wishlist-detail-card-table .wishlist-detail-col-qty {
  width: 18%;
  min-width: 130px;
}
.wishlist-detail-card-table .wishlist-detail-col-qty input {
  max-width: 110px;
}
.wishlist-detail-card-table .wishlist-detail-col-action {
  width: 20%;
  min-width: 150px;
  white-space: nowrap;
}
.wishlist-detail-card-table .account-table thead th:last-child,
.wishlist-detail-card-table .account-table tbody td:last-child {
  padding-right: 34px;
}

/* Product alerts table inside card */
.alerts-card-table {
  /* Keep danger action text red inside table where links are brand-colored by default */
}
.alerts-card-table .account-table thead th,
.alerts-card-table .account-table tbody th,
.alerts-card-table .account-table tbody td {
  padding: 12px 16px;
  vertical-align: middle;
}
.alerts-card-table thead tr th {
  background-color: var(--bs-card-cap-bg, rgba(0, 0, 0, 0.03));
}
.alerts-card-table .alert-col-product {
  width: 48%;
}
.alerts-card-table .alert-col-status {
  width: 14%;
  min-width: 120px;
}
.alerts-card-table .alert-col-date {
  width: 26%;
  min-width: 190px;
}
.alerts-card-table .alert-col-action {
  width: 12%;
  min-width: 110px;
  white-space: nowrap;
}
.alerts-card-table .account-table thead th:last-child,
.alerts-card-table .account-table tbody td:last-child {
  padding-right: 22px;
}
.alerts-card-table .account-table tbody tr:last-child td,
.alerts-card-table .account-table tbody tr:last-child th {
  border-bottom: 0;
}
.alerts-card-table .btn-outline-danger {
  color: var(--bs-danger);
}
.alerts-card-table .btn-outline-danger:hover,
.alerts-card-table .btn-outline-danger:focus,
.alerts-card-table .btn-outline-danger:active {
  color: #fff;
}

.badge-alert {
  display: inline-block;
  padding: 3px 10px;
  border-radius: var(--radius-xs);
  font-size: var(--storefront-font-size-badge);
  font-weight: var(--storefront-font-weight-semibold);
  line-height: var(--storefront-line-height-heading);
}

/* Notifications inbox/archive table */
.notifications-tabs {
  border-bottom: 0;
  margin-bottom: 0.1rem;
}

.notifications-tabs + .notifications-card-table {
  margin-top: 0;
}

.notifications-card-table {
  overflow: visible !important;
  border-radius: var(--radius-sm);
}
.notifications-card-table .card-body {
  overflow: visible;
  border-radius: inherit;
}
.notifications-card-table .account-table {
  overflow: visible;
}
.notifications-card-table .account-table thead th,
.notifications-card-table .account-table tbody td {
  padding: 12px 16px;
  vertical-align: middle;
}
.notifications-card-table .account-table thead th {
  background-color: var(--bs-card-cap-bg, rgba(0, 0, 0, 0.03));
  font-weight: 600;
}
.notifications-card-table .account-table tbody tr {
  background: #fff;
}
.notifications-card-table .account-table tbody tr td {
  border-bottom: 1px solid var(--border-color);
}
.notifications-card-table .account-table tbody tr:last-child td {
  border-bottom: 0;
}
.notifications-card-table .account-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--radius-sm);
}
.notifications-card-table .account-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--radius-sm);
}
.notifications-card-table .notification-col-check {
  width: 44px;
  min-width: 44px;
  padding-left: 12px;
}
.notifications-card-table .notification-col-title {
  width: 54%;
}
.notifications-card-table .notification-col-date {
  width: 24%;
  min-width: 190px;
}
.notifications-card-table .notification-col-action {
  width: 22%;
  min-width: 240px;
  white-space: nowrap;
  padding-right: 22px;
}
.notifications-card-table .notification-title-link {
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
  color: inherit;
}
.notifications-card-table .notification-title-link:hover, .notifications-card-table .notification-title-link:focus {
  color: var(--brand-color);
  text-decoration: underline;
}
.notifications-card-table .notification-title-link.is-unread {
  font-weight: 700;
}
.notifications-card-table .notification-date-text {
  display: inline-block;
  color: var(--text-gray);
  font-size: var(--storefront-font-size-body-small);
  line-height: var(--storefront-line-height-caption);
}
.notifications-card-table .notification-actions {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  justify-content: flex-end;
}
.notifications-card-table .btn-action-neutral {
  color: var(--text-gray);
}
.notifications-card-table .btn-outline-danger {
  color: var(--bs-danger);
}
.notifications-card-table .wishlist-action-trigger {
  color: var(--brand-color);
  font-weight: 500;
  border: 1px solid var(--brand-color);
  border-radius: var(--radius-sm);
  background: #fff;
  font-size: 1rem;
  padding: 0.375rem 0.95rem;
  line-height: 1.4;
  min-height: 38px;
}
.notifications-card-table .wishlist-action-trigger:hover,
.notifications-card-table .wishlist-action-trigger:focus {
  color: var(--brand-color);
  text-decoration: none;
  border-color: var(--brand-color);
  background: #fff;
}
.notifications-card-table .wishlist-action-trigger:active,
.notifications-card-table .wishlist-action-trigger.show {
  color: var(--brand-color);
  border-color: var(--brand-color);
  background: #fff;
}
.notifications-card-table .notification-action-trigger {
  min-width: 94px;
  font-size: 14px;
}

.notifications-action-menu-layer {
  position: fixed;
  inset: 0;
  z-index: 2100;
  pointer-events: none;
}
.notifications-action-menu-layer .dropdown-menu {
  pointer-events: auto;
  margin: 0;
  min-width: 12rem;
  white-space: nowrap;
  z-index: 2101;
}
.notifications-action-menu-layer .dropdown-item {
  font-size: 14px;
}

.btn-action-neutral {
  color: var(--text-gray);
  border: 0;
  background: transparent;
  text-decoration: none;
}

.btn-action-neutral:hover,
.btn-action-neutral:focus {
  color: var(--brand-color);
  text-decoration: underline;
}

.btn-action-neutral.wishlist-action-trigger {
  color: var(--brand-color);
  border: 1px solid var(--brand-color);
  background: #fff;
  text-decoration: none;
}

.btn-action-neutral.wishlist-action-trigger:hover,
.btn-action-neutral.wishlist-action-trigger:focus {
  color: var(--brand-color);
  border-color: var(--brand-color);
  background: #fff;
  text-decoration: none;
}

.order-row-action,
.wishlist-view-action,
.notification-mobile-view-btn {
  --bs-btn-color: var(--brand-color);
  --bs-btn-border-color: currentColor;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--brand-color);
  --bs-btn-hover-border-color: var(--brand-color);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--brand-color);
  --bs-btn-active-border-color: var(--brand-color);
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  color: var(--brand-color);
  border-color: currentColor;
}

.order-row-action:hover,
.order-row-action:focus,
.order-row-action:active,
.wishlist-view-action:hover,
.wishlist-view-action:focus,
.wishlist-view-action:active,
.notification-mobile-view-btn:hover,
.notification-mobile-view-btn:focus,
.notification-mobile-view-btn:active {
  color: #fff;
  background-color: var(--brand-color);
  border-color: var(--brand-color);
  text-decoration: none;
}

.order-row-action:focus-visible,
.wishlist-view-action:focus-visible,
.notification-mobile-view-btn:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--brand-color) 45%, transparent);
  outline-offset: 2px;
  box-shadow: 0 0 0 0.16rem color-mix(in srgb, var(--brand-color) 14%, transparent);
}

.notifications-bulk-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
}
.notifications-bulk-actions .btn {
  font-size: 14px;
}

.notifications-bulk-label {
  font-size: var(--storefront-font-size-body-small);
  line-height: var(--storefront-line-height-caption);
  color: var(--text-gray);
}

@media (max-width: 767.98px) {
  .wishlist-view-action,
  .notification-mobile-view-btn {
    align-items: center;
    justify-content: center;
    min-height: 38px;
    text-align: center;
  }
  .notifications-action-menu-layer .notification-menu-view-item {
    display: none;
  }
}
.order-detail-mobile {
  display: none;
}

@media (max-width: 575.98px) {
  .order-list-card-table,
  .alerts-card-table,
  .notifications-card-table {
    overflow: visible !important;
  }
  .order-list-card-table .card-body,
  .alerts-card-table .card-body,
  .notifications-card-table .card-body {
    overflow: visible !important;
  }
  .order-list-card-table .account-table thead,
  .alerts-card-table .account-table thead,
  .notifications-card-table .account-table thead {
    display: none;
  }
  .order-list-card-table .account-table,
  .order-list-card-table .account-table tbody,
  .order-list-card-table .account-table tr,
  .order-list-card-table .account-table th,
  .order-list-card-table .account-table td,
  .alerts-card-table .account-table,
  .alerts-card-table .account-table tbody,
  .alerts-card-table .account-table tr,
  .alerts-card-table .account-table th,
  .alerts-card-table .account-table td,
  .notifications-card-table .account-table,
  .notifications-card-table .account-table tbody,
  .notifications-card-table .account-table tr,
  .notifications-card-table .account-table th,
  .notifications-card-table .account-table td {
    display: block;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100%;
  }
  .order-list-card-table .account-table tbody {
    display: grid;
    gap: 12px;
  }
  .order-list-card-table .account-table tbody tr {
    padding: 14px 16px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm, 4px);
    background: #fff;
  }
  .alerts-card-table .account-table tbody tr,
  .notifications-card-table .account-table tbody tr {
    padding: 14px 16px;
    border-bottom: 1px solid var(--border-color);
    background: #fff;
  }
  .order-list-card-table .account-table tbody tr:last-child,
  .alerts-card-table .account-table tbody tr:last-child,
  .notifications-card-table .account-table tbody tr:last-child {
    border-bottom: 0;
  }
  .order-list-card-table {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .order-list-card-table .card-body {
    background: transparent !important;
  }
  .order-list-card-table .account-table tbody th,
  .order-list-card-table .account-table tbody td,
  .alerts-card-table .account-table tbody th,
  .alerts-card-table .account-table tbody td,
  .notifications-card-table .account-table tbody th,
  .notifications-card-table .account-table tbody td {
    padding: 4px 0 !important;
    border: 0 !important;
    text-align: left !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }
  .order-list-card-table .order-col-number {
    font-size: 1.05rem;
    font-weight: 700;
  }
  .order-list-card-table .order-col-number a {
    color: var(--brand-color);
  }
  .order-list-card-table .order-col-number::before,
  .order-list-card-table .order-col-status::before,
  .order-list-card-table .order-col-date::before,
  .order-list-card-table .order-col-total::before,
  .alerts-card-table .alert-col-product::before,
  .alerts-card-table .alert-col-status::before,
  .alerts-card-table .alert-col-date::before,
  .notifications-card-table .notification-col-title::before,
  .notifications-card-table .notification-col-date::before {
    content: attr(data-label);
    display: block;
    color: var(--text-gray);
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 2px;
  }
  .order-list-card-table .order-col-action,
  .alerts-card-table .alert-col-action {
    margin-top: 8px;
  }
  .order-list-card-table .order-row-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 38px;
    border: 1px solid currentColor;
    border-radius: var(--radius-sm);
    font-weight: 600;
    text-decoration: none;
  }
  .alerts-card-table .alert-col-product {
    font-weight: 600;
    line-height: 1.35;
  }
  .alerts-card-table .alert-col-product a {
    overflow-wrap: anywhere;
  }
  .alerts-card-table .alert-col-action .btn {
    width: 100%;
  }
  .alerts-card-table {
    border: 0 !important;
    background: transparent !important;
  }
  .alerts-card-table .account-table tbody {
    display: grid;
    gap: 12px;
  }
  .alerts-card-table .account-table tbody tr {
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    border-bottom: 1px solid var(--border-color);
  }
  .notifications-card-table .account-table tbody tr {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    column-gap: 10px;
    row-gap: 4px;
    align-items: start;
  }
  .notifications-card-table .notification-col-check {
    grid-column: 1;
    grid-row: 1/span 3;
    padding-top: 4px !important;
  }
  .notifications-card-table .notification-col-title,
  .notifications-card-table .notification-col-date,
  .notifications-card-table .notification-col-action {
    grid-column: 2;
  }
  .notifications-card-table .notification-col-title {
    font-weight: 600;
    line-height: 1.35;
  }
  .notifications-card-table .notification-title-link {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .notifications-card-table .notification-action-trigger {
    width: 100%;
    max-width: 180px;
    min-width: 0;
    white-space: normal;
  }
  .notifications-card-table .notification-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    align-items: stretch;
    width: 100%;
    max-width: 370px;
  }
  .notifications-card-table .notification-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    text-align: center;
  }
  .notifications-card-table .notification-mobile-view-btn,
  .notifications-card-table .notification-action-trigger {
    width: 100%;
    max-width: none;
  }
  .notifications-action-menu-layer .notification-menu-view-item {
    display: none;
  }
  .notifications-bulk-actions {
    flex-wrap: wrap;
    align-items: stretch;
  }
  .notifications-bulk-label {
    flex: 0 0 100%;
  }
  .notifications-bulk-actions .btn {
    flex: 1 1 auto;
    white-space: normal;
  }
}
@media (max-width: 575.98px) {
  .notifications-card-table,
  .wishlist-card-table,
  .wishlist-detail-card-table,
  .order-detail-card-table {
    border: 0 !important;
    background: transparent !important;
    overflow: visible !important;
  }
  .notifications-card-table .card-body,
  .wishlist-card-table .card-body,
  .wishlist-detail-card-table .card-body,
  .order-detail-card-table .card-body {
    overflow: visible !important;
  }
  .notifications-card-table .account-table,
  .notifications-card-table .account-table tbody,
  .wishlist-card-table .account-table,
  .wishlist-card-table .account-table tbody,
  .wishlist-detail-card-table .account-table,
  .wishlist-detail-card-table .account-table tbody,
  .order-detail-card-table .account-table,
  .order-detail-card-table .account-table tbody {
    display: block;
    width: 100%;
  }
  .notifications-card-table .account-table thead,
  .wishlist-card-table .account-table thead,
  .wishlist-detail-card-table .account-table thead,
  .order-detail-card-table .account-table thead {
    display: none;
  }
  .notifications-card-table .account-table tbody,
  .wishlist-card-table .account-table tbody,
  .wishlist-detail-card-table .account-table tbody,
  .order-detail-card-table .account-table tbody {
    display: grid;
    gap: 12px;
  }
  .notifications-card-table .account-table tbody tr {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 4px 10px;
    align-items: start;
    padding: 14px 16px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    background: #fff;
  }
  .notifications-card-table .account-table tbody td {
    display: block;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: left !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }
  .notifications-card-table .notification-col-check {
    grid-column: 1;
    grid-row: 1/span 3;
    padding-top: 3px !important;
  }
  .notifications-card-table .notification-col-title,
  .notifications-card-table .notification-col-date,
  .notifications-card-table .notification-col-action {
    grid-column: 2;
  }
  .notifications-card-table .notification-col-date {
    margin-top: 10px;
  }
  .notifications-card-table .notification-action-trigger {
    width: 100%;
    max-width: 180px;
    min-width: 0;
    margin-top: 12px;
    white-space: normal;
  }
  .notifications-card-table .notification-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    align-items: stretch;
    width: 100%;
  }
  .notifications-card-table .notification-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    text-align: center;
  }
  .notifications-card-table .notification-mobile-view-btn,
  .notifications-card-table .notification-action-trigger {
    width: 100%;
    max-width: none;
    margin-top: 12px;
  }
  .notifications-action-menu-layer .notification-menu-view-item {
    display: none;
  }
  .notifications-bulk-actions {
    flex-wrap: wrap;
    align-items: stretch;
    margin-top: 14px !important;
  }
  .notifications-bulk-label {
    flex: 0 0 100%;
  }
  .notifications-bulk-actions .btn {
    flex: 1 1 auto;
    min-width: 0;
    white-space: normal;
  }
  .wishlist-card-table .account-table tbody tr {
    display: block;
    padding: 14px 16px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    background: #fff;
  }
  .wishlist-card-table .card-body,
  .wishlist-card-table .account-table,
  .wishlist-card-table .account-table tbody,
  .wishlist-card-table .account-table tbody tr,
  .wishlist-card-table .account-table tbody th,
  .wishlist-card-table .account-table tbody td {
    background: #fff !important;
  }
  .wishlist-card-table .account-table tbody th,
  .wishlist-card-table .account-table tbody td {
    display: block;
    width: 100% !important;
    min-width: 0 !important;
    padding: 4px 0 !important;
    border: 0 !important;
    text-align: left !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }
  .wishlist-card-table .wishlist-col-name::before,
  .wishlist-card-table .wishlist-col-count::before,
  .wishlist-detail-card-table .wishlist-detail-col-product::before,
  .wishlist-detail-card-table .wishlist-detail-col-qty::before,
  .order-detail-card-table .order-line-product::before,
  .order-detail-card-table .order-line-sku::before,
  .order-detail-card-table .order-line-qty::before,
  .order-detail-card-table .order-line-subtotal::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 4px;
    color: var(--text-gray);
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.25;
  }
  .wishlist-card-table .wishlist-col-name a {
    color: var(--brand-color);
    font-size: 1.05rem;
    font-weight: 700;
  }
  .wishlist-card-table .wishlist-col-action {
    margin-top: 10px;
  }
  .wishlist-row-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    align-items: stretch;
  }
  .wishlist-row-actions .dropdown,
  .wishlist-row-actions .btn {
    width: 100%;
  }
  .wishlist-view-action {
    align-items: center;
    justify-content: center;
    min-height: 38px;
    text-align: center;
  }
  .wishlist-card-table .wishlist-action-trigger,
  .wishlist-detail-card-table .wishlist-action-trigger {
    width: 100%;
    max-width: 180px;
    min-width: 0;
    white-space: normal;
  }
  .wishlist-create-wrap {
    display: block;
    margin-top: 12px;
  }
  .wishlist-create-wrap .btn {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    white-space: normal;
  }
  .wishlist-detail-card-table .account-table tbody tr {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    background: #fff;
  }
  .wishlist-detail-card-table .account-table tbody tr:hover,
  .wishlist-detail-card-table .account-table tbody tr:active,
  .wishlist-detail-card-table .table-hover > tbody > tr:hover > *,
  .wishlist-detail-card-table .table-hover > tbody > tr:active > *,
  .wishlist-detail-card-table .account-table tbody th,
  .wishlist-detail-card-table .account-table tbody td {
    --bs-table-bg-state: #fff;
    --bs-table-hover-bg: #fff;
    --bs-table-active-bg: #fff;
    background-color: #fff !important;
  }
  .wishlist-detail-card-table .account-table tbody th,
  .wishlist-detail-card-table .account-table tbody td {
    display: block;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: left !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }
  .wishlist-detail-card-table .wishlist-detail-col-product {
    grid-column: 1/-1;
  }
  .wishlist-detail-card-table .wishlist-detail-col-product > .d-flex {
    display: grid !important;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px !important;
    align-items: start !important;
  }
  .wishlist-detail-card-table .wishlist-product-image {
    width: 70px;
    height: 70px;
  }
  .wishlist-detail-card-table .wishlist-detail-col-product a {
    color: var(--brand-color);
    overflow-wrap: anywhere;
  }
  .wishlist-detail-card-table .wishlist-detail-col-qty {
    grid-column: 1/2;
    margin-top: 10px;
  }
  .wishlist-detail-card-table .wishlist-detail-col-action {
    grid-column: 2/3;
    align-self: end;
    margin-top: 10px;
  }
  .wishlist-detail-card-table .wishlist-detail-col-qty input {
    width: 100%;
    max-width: none;
    min-height: 44px;
  }
  .wishlist-detail-card-table .wishlist-detail-col-action .wishlist-action-trigger {
    width: 100%;
    max-width: none;
  }
  .wishlist-detail-actions {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 9px !important;
    align-items: stretch !important;
    margin-top: 12px !important;
  }
  .wishlist-detail-actions > .btn,
  .wishlist-detail-actions > div,
  .wishlist-detail-actions > div > .btn,
  .wishlist-detail-actions > div > form,
  .wishlist-detail-actions > div > form .btn,
  .wishlist-detail-actions form,
  .wishlist-detail-actions form .btn {
    width: 100%;
  }
  .wishlist-detail-actions > div {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 9px !important;
    margin-left: 0 !important;
  }
  .order-header {
    align-items: flex-start;
    padding: 14px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    background: #fff;
  }
  .order-header h1, .order-header .h1,
  .order-header h2,
  .order-header .h2 {
    font-size: 1.65rem;
    line-height: 1.15;
  }
  .order-date-placed {
    margin-top: 10px;
    line-height: 1.35;
  }
  .order-detail-desktop {
    display: none !important;
  }
  .order-detail-mobile {
    display: grid;
    gap: 12px;
  }
  .order-line-mobile-card {
    padding: 14px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    background: #fff;
  }
  .order-line-mobile-card__main {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
  }
  .order-line-mobile-card__product {
    min-width: 0;
  }
  .order-line-mobile-card__product a,
  .order-line-mobile-card__product span:not(.order-mobile-label) {
    color: var(--brand-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    overflow-wrap: break-word;
  }
  .order-mobile-label {
    display: block;
    margin-bottom: 4px;
    color: var(--text-gray);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
  }
  .order-line-mobile-card__meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin-top: 12px;
  }
  .order-line-mobile-card__meta-item {
    min-width: 0;
    padding: 9px 10px;
    border-radius: var(--radius-sm);
    background: var(--bg-light-gray, #f7f8f8);
  }
  .order-line-mobile-card__meta-item strong {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    overflow-wrap: break-word;
  }
  .order-line-mobile-card__meta-item--full {
    grid-column: 1/-1;
  }
  .order-summary-mobile-card {
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    background: #fff;
    overflow: hidden;
  }
  .order-summary-mobile-card__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    gap: 12px;
    align-items: start;
    padding: 13px 14px;
    border-bottom: 1px solid var(--border-color);
  }
  .order-summary-mobile-card__row:last-child {
    border-bottom: 0;
  }
  .order-summary-mobile-card__row span {
    min-width: 0;
    font-size: 14px;
    line-height: 1.35;
    overflow-wrap: break-word;
    word-break: normal;
  }
  .order-summary-mobile-card__row strong {
    font-size: 14px;
    white-space: nowrap;
    text-align: right;
    line-height: 1.35;
  }
  .order-summary-mobile-card__row--strong,
  .order-summary-mobile-card__row--total {
    font-weight: 700;
  }
  .order-summary-mobile-card__row--total {
    border-top: 1px solid var(--brand-color);
  }
  .order-detail-card-table .account-table tbody tr {
    display: block;
    width: 100%;
  }
  .order-detail-card-table .account-table tbody th,
  .order-detail-card-table .account-table tbody td {
    display: block;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: left !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }
  .order-detail-card-table .order-line-row {
    padding: 14px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    background: #fff;
  }
  .order-detail-card-table .order-line-product > .d-flex {
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 12px !important;
    align-items: start !important;
  }
  .order-detail-card-table .order-product-thumb,
  .order-detail-card-table .order-product-placeholder {
    width: 56px;
    height: 56px;
  }
  .order-detail-card-table .order-line-product a {
    color: var(--brand-color);
    overflow-wrap: anywhere;
  }
  .order-detail-card-table .order-line-sku,
  .order-detail-card-table .order-line-qty,
  .order-detail-card-table .order-line-subtotal {
    margin-top: 10px;
    padding: 9px 10px !important;
    border-radius: var(--radius-sm);
    background: var(--bg-light-gray, #f7f8f8);
  }
  .order-detail-card-table .order-line-subtotal {
    font-weight: 700;
  }
  .order-detail-card-table .order-summary-row {
    display: flex !important;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 14px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    background: #fff;
  }
  .order-detail-card-table .order-summary-label,
  .order-detail-card-table .order-summary-value {
    padding: 0 !important;
  }
  .order-detail-card-table .order-summary-value {
    flex: 0 0 auto;
    white-space: nowrap !important;
    font-weight: 700;
  }
  .order-detail-card-table .order-summary-row-total {
    border-color: var(--brand-color);
  }
  .order-detail-card-table + form {
    margin-top: 14px !important;
  }
  form[id^=order_form_] .btn {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    white-space: normal;
  }
  .order-detail-card-table ~ .d-flex,
  .order-detail-card-table ~ .d-flex.flex-column.flex-md-row {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .order-detail-card-table ~ .d-flex .card,
  .order-detail-card-table ~ .row .card {
    width: 100% !important;
  }
  .order-detail-info-grid {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .order-detail-info-grid .card {
    width: 100% !important;
  }
}
.account-empty-state {
  margin: 0;
  color: var(--text-dark);
  font-size: var(--storefront-font-size-body);
  line-height: var(--storefront-line-height-body);
  font-weight: var(--storefront-font-weight-regular);
}

.account-confirmation {
  max-width: 860px;
}

.account-confirmation__text {
  margin: 0 0 0.35rem;
  color: var(--text-dark);
  font-size: var(--storefront-font-size-body);
  line-height: var(--storefront-line-height-body);
  font-weight: var(--storefront-font-weight-regular);
}

.account-confirmation__hint {
  margin: 0 0 1rem;
  color: var(--text-gray);
  font-size: var(--storefront-font-size-body-small);
  line-height: var(--storefront-line-height-caption);
}

.account-confirmation__summary {
  margin: 0 0 1rem;
  color: var(--text-dark);
  font-size: var(--storefront-font-size-body);
  line-height: var(--storefront-line-height-body);
}

.account-confirmation__actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

.password-field {
  position: relative;
}

.password-field__input {
  padding-right: 3rem;
}

.password-field__toggle {
  position: absolute;
  top: 50%;
  right: 0.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: 0;
  border-radius: var(--radius-sm);
  background: transparent;
  color: var(--text-gray);
  transform: translateY(-50%);
}

.password-field__toggle:hover,
.password-field__toggle:focus {
  color: var(--text-dark);
}

.password-field__toggle:focus-visible {
  outline: 2px solid var(--brand-color);
  outline-offset: 2px;
}

.password-field__icon {
  width: 18px;
  height: 18px;
}

.password-field__icon--hide {
  display: none;
}

.password-field__toggle[aria-pressed=true] .password-field__icon--show {
  display: none;
}
.password-field__toggle[aria-pressed=true] .password-field__icon--hide {
  display: block;
}

/* Notification single detail card */
.notification-detail-card {
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.notification-detail-card .notification-detail-card__header {
  padding: 1.25rem 1.5rem 1rem;
  border-bottom: 1px solid var(--border-color);
}
.notification-detail-card .notification-detail-card__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-dark);
}
.notification-detail-card .notification-detail-card__meta {
  color: var(--text-gray);
  font-size: 0.95rem;
}
.notification-detail-card .notification-detail-card__body {
  padding: 1.6rem 1.5rem;
  border-bottom: 1px solid var(--border-color);
}
.notification-detail-card .notification-detail-card__sender {
  color: var(--text-gray);
  font-size: 0.9375rem;
}
.notification-detail-card .notification-detail-card__content {
  color: var(--text-dark);
  font-size: 0.9375rem;
  line-height: 1.6;
}
.notification-detail-card .notification-detail-card__content a {
  color: var(--brand-color);
}
.notification-detail-card .notification-detail-card__content ul,
.notification-detail-card .notification-detail-card__content ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.notification-detail-card .notification-detail-card__content > :last-child {
  margin-bottom: 0;
}
.notification-detail-card .notification-detail-card__content p,
.notification-detail-card .notification-detail-card__content li {
  line-height: 1.6;
}
.notification-detail-card .notification-detail-card__footer {
  padding: 0.9rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-top: 0;
}
.notification-detail-card .notification-detail-card__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.badge-alert-active {
  background-color: var(--brand-color5);
  color: #fff;
}

.badge-alert-cancelled {
  background-color: var(--bg-light-gray);
  color: var(--text-dark);
}

.badge-alert-closed {
  background-color: var(--brand-color3);
  color: #fff;
}

.badge-alert-unconfirmed {
  background-color: var(--brand-color2);
  color: #fff;
}

.address-name {
  font-size: var(--storefront-font-size-body);
  line-height: var(--storefront-line-height-title);
  color: var(--text-dark);
}

.address-text {
  font-size: var(--storefront-font-size-body);
  line-height: var(--storefront-line-height-body);
  color: #212429;
}
.address-text p {
  color: #212429;
}
.address-text .addr-cap {
  text-transform: capitalize;
}

.address-badge-zone {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  padding: 6px 12px 4px;
}

.badge-addr {
  display: inline-block;
  background-color: var(--bg-light-gray, #f0f0f0);
  color: var(--text-dark);
  font-size: var(--storefront-font-size-badge);
  font-weight: var(--storefront-font-weight-medium);
  line-height: var(--storefront-line-height-heading);
  padding: 2px 10px;
  border-radius: var(--radius-xs);
}

.badge-addr-primary {
  display: inline-block;
  background-color: var(--brand-color);
  color: #fff;
  font-size: var(--storefront-font-size-badge);
  font-weight: var(--storefront-font-weight-medium);
  line-height: var(--storefront-line-height-heading);
  padding: 2px 10px;
  border-radius: var(--radius-xs);
}

.profile-action-btn {
  min-width: 88px;
}

.address-action-link,
.address-action-link:hover,
.address-action-link:focus {
  text-decoration: none;
}

.btn-addr-active {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--brand-color);
  --bs-btn-border-color: var(--brand-color);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--brand-color);
  --bs-btn-disabled-border-color: var(--brand-color);
  opacity: 1;
}

/* Notification body links */
.notification-content-table a {
  color: var(--brand-color);
}

.address-form-page input.form-control,
.address-form-page select.form-control,
.address-form-page .form-select {
  min-height: 47px;
  border-radius: var(--radius-sm);
}
.address-form-page textarea.form-control {
  min-height: 96px;
}
.address-form-page .col-form-label.required::after {
  content: " *";
  color: #dc3545;
  font-weight: 700;
}
.address-form-page .form-group.col-12.col-sm-12.d-flex.justify-content-end {
  margin-top: 0.75rem !important;
}
.address-form-page .form-group.col-12.col-sm-12.d-flex.justify-content-end > div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.address-form-page .form-group.col-12.col-sm-12.d-flex.justify-content-end .btn {
  min-width: 140px;
  border-radius: var(--radius-sm);
  --bs-btn-border-radius: var(--radius-sm);
}
.address-form-page .address-form-actions > div {
  flex-wrap: wrap;
}
.address-form-page .address-form-cancel,
.address-form-page .address-form-save {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  font-size: var(--storefront-font-size-button-primary);
  font-weight: var(--storefront-font-weight-semibold);
  line-height: var(--storefront-line-height-caption);
}
.address-form-page .address-form-cancel {
  background: #fff;
  border-color: var(--border-color);
  color: var(--text-dark);
}
.address-form-page .address-form-cancel:hover,
.address-form-page .address-form-cancel:focus {
  background: var(--bg-light-gray);
  border-color: var(--border-color);
  color: var(--text-dark);
}
.address-form-page .address-form-cancel:active {
  background: var(--bg-light-gray);
  border-color: var(--border-color);
  color: var(--text-dark);
}
@media (max-width: 767.98px) {
  .address-form-page form.row {
    --bs-gutter-x: 0.75rem;
  }
  .address-form-page .form-group {
    width: 100%;
    margin-bottom: 0.75rem !important;
  }
  .address-form-page .col-form-label {
    padding-top: 0;
    padding-bottom: 0.25rem;
    color: var(--text-dark);
    font-size: var(--storefront-font-size-label);
    font-weight: var(--storefront-font-weight-semibold);
    line-height: var(--storefront-line-height-title);
  }
  .address-form-page input.form-control,
  .address-form-page select.form-control,
  .address-form-page .form-select {
    width: 100%;
    min-height: 46px;
    padding: 0.65rem 0.85rem;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    background-color: #fff;
    color: var(--text-dark);
    font-size: var(--storefront-font-size-body);
    line-height: var(--storefront-line-height-body);
  }
  .address-form-page select.form-control,
  .address-form-page .address-state-select {
    padding-right: 2.35rem;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, var(--text-gray) 50%), linear-gradient(135deg, var(--text-gray) 50%, transparent 50%);
    background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
  }
  .address-form-page input.form-control:focus,
  .address-form-page select.form-control:focus,
  .address-form-page .form-select:focus {
    border-color: var(--brand-color);
    box-shadow: 0 0 0 0.18rem color-mix(in srgb, var(--brand-color) 14%, transparent);
  }
  .address-form-page .is-autofilled {
    background-color: color-mix(in srgb, var(--brand-color) 5%, #fff);
  }
  .address-form-page .address-postcode-field {
    max-width: 220px;
  }
  .address-form-page .address-number-field {
    flex: 0 0 160px;
    width: 160px;
    max-width: 160px;
  }
  .address-form-page .address-complement-field {
    flex: 1 1 calc(100% - 172px);
    width: calc(100% - 172px);
    max-width: calc(100% - 172px);
  }
  .address-form-page .address-city-field {
    flex: 1 1 calc(100% - 162px);
    width: calc(100% - 162px);
    max-width: calc(100% - 162px);
  }
  .address-form-page .address-state-field {
    flex: 0 0 150px;
    width: 150px;
    max-width: 150px;
  }
  .address-form-page textarea.form-control {
    min-height: 88px;
  }
  .address-form-page .error-block {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin-top: 5px;
    color: var(--bs-danger);
    font-size: var(--storefront-font-size-body-small);
    line-height: var(--storefront-line-height-caption);
  }
  .address-form-page .form-group.col-12.col-sm-12.d-flex.justify-content-end {
    justify-content: stretch !important;
    margin-top: 0.5rem !important;
  }
  .address-form-page .form-group.col-12.col-sm-12.d-flex.justify-content-end > div {
    width: 100%;
  }
  .address-form-page .form-group.col-12.col-sm-12.d-flex.justify-content-end .btn {
    flex: 1 1 0;
    min-width: 0;
    min-height: 46px;
  }
}
@media (max-width: 420px) {
  .address-form-page .address-form-actions > div {
    flex-direction: column;
    align-items: stretch;
  }
  .address-form-page .address-form-actions .btn {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .account-profile .page-header {
    margin-bottom: 0.75rem;
  }
  .account-profile .page-header h1, .account-profile .page-header .h1 {
    margin-bottom: 0.25rem;
  }
  .account-profile .account-mobile-nav {
    margin: -0.15rem 0 1rem;
  }
  .account-profile .account-mobile-nav__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 44px;
    padding: 0.55rem 0.75rem;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    background: #fff;
    color: var(--text-dark);
    font-size: 14px;
    font-weight: var(--storefront-font-weight-semibold);
    line-height: var(--storefront-line-height-caption);
    text-align: left;
  }
  .account-profile .account-mobile-nav__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .account-profile .account-mobile-nav__chevron {
    color: var(--text-gray);
  }
  .account-profile .sidebar .sidebar-header {
    justify-content: flex-end;
    min-height: 48px;
    padding: 8px 12px 6px;
  }
  .account-profile .sidebar .close-sidebar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-left: auto;
    border-radius: var(--radius-sm);
    color: var(--text-dark);
  }
  .account-profile .sidebar .close-sidebar svg {
    width: 20px;
    height: 20px;
    stroke-width: 2;
  }
  .account-profile .account-nav {
    border-radius: 0;
    border-right: 0;
    border-left: 0;
  }
  .account-profile .account-nav .nav-link {
    min-height: 42px;
    margin: 3px 8px;
    padding: 10px 12px;
    border-radius: var(--radius-sm);
    font-size: 14px;
    line-height: var(--storefront-line-height-caption);
  }
}
@media (max-width: 575.98px) {
  .account-form-actions,
  .account-confirmation__actions,
  .wishlist-form-actions {
    align-items: stretch;
  }
  .account-form-actions .btn,
  .account-confirmation__actions .btn,
  .wishlist-form-actions .btn {
    flex: 1 1 auto;
  }
}
.change-password-page .form-control {
  min-height: 47px;
  border-radius: var(--radius-sm);
}
.change-password-page .form-text,
.change-password-page .helptext,
.change-password-page ul {
  color: #6b6f76;
}

.profile-form-page .form-control,
.profile-form-page .form-select {
  min-height: 47px;
  border-radius: var(--radius-sm);
}
.profile-form-page .col-form-label.required::after {
  content: " *";
  color: #dc3545;
  font-weight: 700;
}
.profile-form-page .profile-form-section {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}
.profile-form-page .profile-form-section-title {
  font-size: var(--storefront-font-size-h4);
  font-weight: var(--storefront-font-weight-bold);
  line-height: var(--storefront-line-height-title);
  margin-bottom: 0.25rem;
}
.profile-form-page .form-group {
  margin-bottom: 0.9rem !important;
}
.profile-form-page .form-group.col-12.col-sm-12.d-flex.justify-content-end {
  margin-top: 1rem !important;
}

/* Reviews table inside card */
.reviews-card-table .account-table thead th,
.reviews-card-table .account-table tbody th,
.reviews-card-table .account-table tbody td {
  padding: 12px 16px;
  vertical-align: top;
}
.reviews-card-table thead tr th {
  background-color: var(--bs-card-cap-bg, rgba(0, 0, 0, 0.03));
}

@media (max-width: 767.98px) {
  .reviews-card-table .account-table thead {
    display: none;
  }
  .reviews-card-table .account-table,
  .reviews-card-table .account-table tbody,
  .reviews-card-table .account-table tbody tr,
  .reviews-card-table .account-table tbody th,
  .reviews-card-table .account-table tbody td {
    display: block;
    width: 100%;
  }
  .reviews-card-table .account-table tbody tr {
    padding: 12px 4px;
    border-bottom: 1px solid var(--border-color, #e5e7eb);
  }
  .reviews-card-table .account-table tbody tr:last-child {
    border-bottom: 0;
  }
  .reviews-card-table .account-table tbody th,
  .reviews-card-table .account-table tbody td {
    border: 0;
    padding: 2px 16px;
  }
  .reviews-card-table .account-table tbody td[data-label]::before {
    content: attr(data-label);
    display: block;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
  }
}
.blog-card {
  border: 1px solid var(--border-color, #e5e7eb);
  border-radius: var(--radius-md, 8px);
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.blog-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: none;
}
.blog-card:hover .blog-card__img img {
  transform: scale(1.04);
}

.blog-card__img {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--bg-light-gray, #f3f4f6);
}
.blog-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  display: block;
}

.blog-card__category {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: var(--radius-xs, 2px);
  background-color: var(--brand-color, #000);
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.blog-card__category:hover {
  opacity: 0.85;
  color: #fff;
}

.blog-card__title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-dark, #111);
  text-decoration: none;
  display: block;
  margin-bottom: 0.35rem;
}
.blog-card__title:hover {
  color: var(--brand-color, #000);
  text-decoration: none;
}

.blog-card__meta {
  font-size: 0.8rem;
  color: var(--text-gray, #6c757d);
}

.blog-card__excerpt {
  font-size: 0.875rem;
  color: var(--text-gray, #6c757d);
  line-height: 1.55;
}

.blog-card__read-more {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--brand-color, #000);
  text-decoration: none;
}
.blog-card__read-more:hover {
  text-decoration: underline;
}

.blog-sidebar {
  position: sticky;
  top: 80px;
}
.blog-sidebar__title {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-gray, #6c757d);
  margin-bottom: 0.75rem;
}
.blog-sidebar__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-sidebar__link {
  display: block;
  padding: 6px 0;
  font-size: 0.875rem;
  color: var(--text-dark, #111);
  text-decoration: none;
  border-bottom: 1px solid var(--border-color, #e5e7eb);
}
.blog-sidebar__link:last-child {
  border-bottom: none;
}
.blog-sidebar__link:hover {
  color: var(--brand-color, #000);
}
.blog-sidebar__link.is-active {
  color: var(--brand-color, #000);
  font-weight: 600;
}

.blog-post__col {
  max-width: 820px;
}

.blog-post__back-link {
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--text-dark, #111);
}
.blog-post__back-link:hover {
  text-decoration: underline;
}

.blog-post__cover {
  width: 100%;
  aspect-ratio: 16/7;
  object-fit: cover;
  border-radius: var(--radius-md, 8px);
  display: block;
}

.blog-post__title {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-dark, #111);
  margin-bottom: 0.75rem;
}

.blog-post__meta {
  font-size: 0.8rem;
  color: var(--text-gray, #6c757d);
}

.blog-post__tag {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: var(--radius-xs, 2px);
  background: var(--bg-light-gray, #f3f4f6);
  color: var(--text-dark, #111);
  text-decoration: none;
  border: 1px solid var(--border-color, #e5e7eb);
  display: inline-block;
}
.blog-post__tag:hover {
  background: var(--brand-color, #000);
  color: #fff;
  border-color: var(--brand-color, #000);
}

.blog-post__content {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text-dark, #111);
}
.blog-post__content h2, .blog-post__content .h2, .blog-post__content h3, .blog-post__content .h3, .blog-post__content h4, .blog-post__content .h4, .blog-post__content .basket-items .price_color, .basket-items .blog-post__content .price_color {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
  color: var(--text-dark, #111);
}
.blog-post__content h2, .blog-post__content .h2 {
  font-size: 1.5rem;
}
.blog-post__content h3, .blog-post__content .h3 {
  font-size: 1.25rem;
}
.blog-post__content p {
  margin-bottom: 1.25rem;
}
.blog-post__content img {
  max-width: 100%;
  border-radius: var(--radius-md, 8px);
  margin: 1.5rem 0;
  display: block;
}
.blog-post__content a {
  color: var(--brand-color, #000);
  text-decoration: underline;
}
.blog-post__content blockquote {
  border-left: 3px solid var(--brand-color, #000);
  margin: 1.5rem 0;
  padding: 0.75rem 1.25rem;
  background: var(--bg-light-gray, #f3f4f6);
  border-radius: 0 var(--radius-sm, 4px) var(--radius-sm, 4px) 0;
  font-style: italic;
  color: var(--text-gray, #6c757d);
}
.blog-post__content blockquote p {
  margin-bottom: 0;
}
.blog-post__content ul, .blog-post__content ol {
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
}
.blog-post__content ul li, .blog-post__content ol li {
  margin-bottom: 0.4rem;
}
.blog-post__content pre, .blog-post__content code {
  background: var(--bg-light-gray, #f3f4f6);
  border-radius: var(--radius-sm, 4px);
  font-size: 0.875em;
}
.blog-post__content pre {
  padding: 1rem;
  overflow-x: auto;
  margin-bottom: 1.25rem;
}
.blog-post__content code {
  padding: 1px 5px;
}

.btn-load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.625rem 2rem;
  border: 2px solid var(--brand-color, #000);
  border-radius: var(--radius-sm, 4px);
  background: transparent;
  color: var(--brand-color, #000);
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.btn-load-more:hover:not(:disabled) {
  background: var(--brand-color, #000);
  color: #fff;
}
.btn-load-more:disabled, .btn-load-more[data-loading] {
  opacity: 0.65;
  cursor: not-allowed;
}
.btn-load-more__spinner {
  display: none;
  width: 1rem;
  height: 1rem;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-radius: var(--radius-circle);
  animation: blog-spinner 0.6s linear infinite;
  will-change: transform;
}
.btn-load-more[data-loading] .btn-load-more__label {
  display: none;
}
.btn-load-more[data-loading] .btn-load-more__spinner {
  display: inline-block;
}
.btn-load-more--secondary {
  border-width: 1px;
  border-style: solid;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

@keyframes blog-spinner {
  to {
    transform: rotate(360deg);
  }
}
.blog-share {
  display: block;
}

.blog-share__title {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-gray, #6c757d);
  margin: 0 0 0.625rem;
}

.blog-share__list {
  display: flex;
  gap: 0.5rem;
}

.blog-share__button {
  width: 35px;
  height: 35px;
  border-radius: var(--radius-circle);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-color);
  background-color: #f8f9fa;
  color: #6c757d;
  text-decoration: none;
  transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease;
}
.blog-share__button:hover, .blog-share__button:focus-visible {
  color: #fff;
  text-decoration: none;
}
.blog-share__button--facebook:hover, .blog-share__button--facebook:focus-visible {
  background-color: #3b5998;
  border-color: #3b5998;
}
.blog-share__button--whatsapp:hover, .blog-share__button--whatsapp:focus-visible {
  background-color: #00C660;
  border-color: #00C660;
}
.blog-share__button--x:hover, .blog-share__button--x:focus-visible {
  background-color: #000000;
  border-color: #000000;
}

.blog-share__icon {
  width: 18px;
  height: 18px;
  display: block;
}

button,
.btn,
input[type=button],
input[type=submit],
input[type=reset] {
  font-size: var(--storefront-font-size-button-secondary);
  font-weight: var(--storefront-font-weight-medium);
  line-height: var(--storefront-line-height-heading);
}

.btn-primary,
.btn-brand-color,
.btn-comprar,
.btn-enviar,
button[type=submit],
input[type=submit] {
  font-size: var(--storefront-font-size-button-primary);
  font-weight: var(--storefront-font-weight-semibold);
  line-height: var(--storefront-line-height-heading);
}

.btn-secondary,
.btn-outline-secondary,
.btn-outline-primary {
  font-size: var(--storefront-font-size-button-secondary);
  font-weight: var(--storefront-font-weight-medium);
  line-height: var(--storefront-line-height-heading);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--brand-color);
  --bs-btn-border-color: var(--brand-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--brand-color-hover);
  --bs-btn-hover-border-color: var(--brand-color-hover);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--brand-color);
  --bs-btn-active-border-color: var(--brand-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--brand-color);
  --bs-btn-disabled-border-color: var(--brand-color);
}

.storefront-load-more {
  display: flex;
  justify-content: center;
  margin: 1.5rem 0 2rem;
}

.storefront-load-more__button {
  --bs-btn-color: var(--brand-color);
  --bs-btn-border-color: var(--brand-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--brand-color);
  --bs-btn-hover-border-color: var(--brand-color);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--brand-color-hover);
  --bs-btn-active-border-color: var(--brand-color-hover);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  min-width: min(100%, 260px);
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius-sm, 4px);
  border-width: 1px;
  background-color: transparent;
  color: var(--brand-color);
  font-size: var(--storefront-font-size-button-primary);
  font-weight: var(--storefront-font-weight-semibold);
  line-height: var(--storefront-line-height-heading);
}

.storefront-load-more__button:hover,
.storefront-load-more__button:focus {
  background-color: var(--brand-color);
  border-color: var(--brand-color);
  color: #fff;
}

.storefront-load-more__button:focus-visible {
  outline: 2px solid var(--brand-color);
  outline-offset: 2px;
  box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--brand-color) 18%, transparent);
}

.storefront-load-more__button.is-loading {
  opacity: 0.7;
  pointer-events: none;
}

.toast,
.toast .toast-body,
.toast .toast-message,
.toast a,
.toast button {
  font-size: 14px;
}

.toast.text-white,
.toast.text-white .toast-body,
.toast.text-white .toast-message,
.toast.text-white a,
.toast.text-white button {
  color: #fff;
}

.toast .toast-body {
  display: flex;
  align-items: center;
}

.toast .toast-body i {
  line-height: 1;
}

.toast.bg-success,
.toast.theme-toast-success {
  background-color: var(--brand-color5) !important;
}

.toast.bg-info,
.toast.theme-toast-info {
  background-color: var(--brand-color2) !important;
}

.toast.bg-warning,
.toast.theme-toast-warning {
  background-color: var(--brand-color3) !important;
}

.home-benefits {
  margin-top: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
}
.home-benefits .row > [class*=col-] {
  display: flex;
  justify-content: center;
}
.home-benefits .row > [class*=col-] > .d-flex {
  width: fit-content;
  max-width: 100%;
}
.home-benefits .flex-fill p:first-child {
  font-size: var(--storefront-font-size-body-small);
  font-weight: var(--storefront-font-weight-semibold);
  line-height: 1.25;
}
.home-benefits .flex-fill p:last-child {
  font-size: var(--storefront-font-size-caption);
  font-weight: var(--storefront-font-weight-regular);
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .home-benefits {
    margin-top: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .home-benefits .row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1.5rem;
  }
  .home-benefits .row > [class*=col-] {
    display: flex;
    justify-content: center;
  }
  .home-benefits .row > [class*=col-] > .d-flex {
    width: min(100%, 156px);
    max-width: 100%;
    gap: 8px;
  }
  .home-benefits .row > [class*=col-] > .d-flex .flex-fill {
    min-width: 0;
  }
  .home-benefits .flex-fill p:first-child {
    font-size: 13px;
  }
}

.storefront-home .home-products-section {
  margin-top: 64px;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .storefront-home .home-products-section {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.page-header,
.sub-header {
  border-bottom: none;
}
/*# sourceMappingURL=styles.min.css.f402336e3353.map */
