@charset "UTF-8";
.container {
    max-width: 1400px;
}
:root {
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --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-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.15),
        rgba(255, 255, 255, 0)
    );
    --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-bg: #fff;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
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;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}
hr:not([size]) {
    height: 1px;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw);
}
h2,
.h2 {
    font-size: calc(1.325rem + 0.9vw);
}
h3,
.h3 {
    font-size: calc(1.3rem + 0.6vw);
}
h4,
.h4 {
    font-size: calc(1.275rem + 0.3vw);
}
h5,
.h5 {
    font-size: 1.25rem;
}
h6,
.h6 {
    font-size: 1rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title],
abbr[data-bs-original-title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
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.2em;
    background-color: #fcf8e3;
}
sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #0d6efd;
    text-decoration: none;
}
a:hover {
    color: #0a58ca;
}
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;
    direction: ltr;
    unicode-bidi: bidi-override;
}
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: #d63384;
    word-wrap: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700;
}
figure,
picture {
    margin: 0;
}
img,
svg {
    vertical-align: middle;
    height: auto;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    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]::-webkit-calendar-picker-indicator {
    display: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}
::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
textarea {
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}
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"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
    padding: 0;
}
::-webkit-file-upload-button {
    font: inherit;
}
::file-selector-button {
    font: inherit;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
iframe {
    border: 0;
}
summary {
    display: list-item;
    cursor: pointer;
}
progress {
    vertical-align: baseline;
}
[hidden] {
    display: none !important;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}
.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
}
.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
}
.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}
.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
}
.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}
.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: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    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: #6c757d;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}
.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.3333333333%;
}
.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.6666666667%;
}
.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;
}
.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}
.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
    vertical-align: inherit;
}
.table > thead {
    vertical-align: bottom;
}
.table > :not(:first-child) {
    border-top: 2px solid currentColor;
}
.caption-top {
    caption-side: top;
}
.table-sm > :not(caption) > * > * {
    padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
    border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
    border-width: 0 1px;
}
.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-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}
.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover > * {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}
.table-primary {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6;
}
.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce;
}
.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7;
}
.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3;
}
.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9;
}
.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4;
}
.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1;
}
.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e;
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.form-label {
    margin-bottom: 0.5rem;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
}
.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #6c757d;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control[type="file"] {
    overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}
.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-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;
    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;
}
.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    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;
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-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;
    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;
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 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 + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
.form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}
.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
.form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}
textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
    width: 3rem;
    height: auto;
    padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem;
}
.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: 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 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-select:focus {
    border-color: #86b7fe;
    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: #e9ecef;
}
.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529;
}
.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
.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-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    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: #86b7fe;
    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"] {
    background-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 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
    background-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;
    background-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 {
    opacity: 0.5;
}
.form-switch {
    padding-left: 2.5em;
}
.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: 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");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
}
.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: 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-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;
}
.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.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;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}
.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}
.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe;
}
.form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.form-range:disabled {
    pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}
.form-floating {
    position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}
.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.form-floating > .form-control {
    padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
    color: transparent;
}
.form-floating > .form-control::placeholder {
    color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
    z-index: 3;
}
.input-group .btn {
    position: relative;
    z-index: 2;
}
.input-group .btn:focus {
    z-index: 3;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.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: 0.3rem;
}
.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: 0.2rem;
}
.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),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
    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),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
    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: -1px;
    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: #198754;
}
.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: rgba(25, 135, 84, 0.9);
    border-radius: 0.25rem;
}
.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: #198754;
    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.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%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: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 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: #198754;
}
.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"] {
    padding-right: 4.125rem;
    background-image: 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 5l6 6 6-6'/%3e%3c/svg%3e"),
        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.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    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: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid,
.form-check-input.is-valid {
    border-color: #198754;
}
.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
    background-color: #198754;
}
.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
    color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: 0.5em;
}
.was-validated .input-group .form-control:valid,
.input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
    z-index: 1;
}
.was-validated .input-group .form-control:valid:focus,
.input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
    z-index: 3;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}
.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: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}
.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: #dc3545;
    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: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 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: #dc3545;
}
.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"] {
    padding-right: 4.125rem;
    background-image: 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 5l6 6 6-6'/%3e%3c/svg%3e"),
        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-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: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
    border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
    background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: 0.5em;
}
.was-validated .input-group .form-control:invalid,
.input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
    z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus,
.input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
    z-index: 3;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover {
    color: #212529;
}
.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65;
}
.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled,
.btn-primary.disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus,
.btn-check:active + .btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled,
.btn-secondary.disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}
.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success,
.btn-check:active + .btn-success,
.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f;
}
.btn-check:checked + .btn-success:focus,
.btn-check:active + .btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled,
.btn-success.disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}
.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info,
.btn-check:active + .btn-info,
.btn-info:active,
.btn-info.active,
.show > .btn-info.dropdown-toggle {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus,
.btn-check:active + .btn-info:focus,
.btn-info:active:focus,
.btn-info.active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled,
.btn-info.disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning,
.btn-check:active + .btn-warning,
.btn-warning:active,
.btn-warning.active,
.show > .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus,
.btn-check:active + .btn-warning:focus,
.btn-warning:active:focus,
.btn-warning.active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled,
.btn-warning.disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger,
.btn-check:active + .btn-danger,
.btn-danger:active,
.btn-danger.active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus,
.btn-check:active + .btn-danger:focus,
.btn-danger:active:focus,
.btn-danger.active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled,
.btn-danger.disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
}
.btn-check:focus + .btn-light,
.btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light,
.btn-check:active + .btn-light,
.btn-light:active,
.btn-light.active,
.show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus,
.btn-check:active + .btn-light:focus,
.btn-light:active:focus,
.btn-light.active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled,
.btn-light.disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark,
.btn-check:active + .btn-dark,
.btn-dark:active,
.btn-dark.active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus,
.btn-check:active + .btn-dark:focus,
.btn-dark:active:focus,
.btn-dark.active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled,
.btn-dark.disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus,
.btn-check:active + .btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
    color: #0d6efd;
    background-color: transparent;
}
.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary,
.btn-check:active + .btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus,
.btn-check:active + .btn-outline-secondary:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
    color: #6c757d;
    background-color: transparent;
}
.btn-outline-success {
    color: #198754;
    border-color: #198754;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success,
.btn-check:active + .btn-outline-success,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus,
.btn-check:active + .btn-outline-success:focus,
.btn-outline-success:active:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled,
.btn-outline-success.disabled {
    color: #198754;
    background-color: transparent;
}
.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info,
.btn-check:active + .btn-outline-info,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus,
.btn-check:active + .btn-outline-info:focus,
.btn-outline-info:active:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled,
.btn-outline-info.disabled {
    color: #0dcaf0;
    background-color: transparent;
}
.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning,
.btn-check:active + .btn-outline-warning,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus,
.btn-check:active + .btn-outline-warning:focus,
.btn-outline-warning:active:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled,
.btn-outline-warning.disabled {
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger,
.btn-check:active + .btn-outline-danger,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus,
.btn-check:active + .btn-outline-danger:focus,
.btn-outline-danger:active:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled,
.btn-outline-danger.disabled {
    color: #dc3545;
    background-color: transparent;
}
.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light,
.btn-check:active + .btn-outline-light,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus,
.btn-check:active + .btn-outline-light:focus,
.btn-outline-light:active:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled,
.btn-outline-light.disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-dark {
    color: #212529;
    border-color: #212529;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark,
.btn-check:active + .btn-outline-dark,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus,
.btn-check:active + .btn-outline-dark:focus,
.btn-outline-dark:active:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled,
.btn-outline-dark.disabled {
    color: #212529;
    background-color: transparent;
}
.btn-link {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: underline;
}
.btn-link:hover {
    color: #0a58ca;
}
.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
}
.btn-lg,
.btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
.fade {
    transition: opacity 0.15s linear;
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
}
.dropup,
.dropend,
.dropdown,
.dropstart {
    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 {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem;
}
.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;
}
.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.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: 0.125rem;
}
.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: 0.125rem;
}
.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: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #1e2125;
    background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1rem;
    color: #212529;
}
.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
    color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6;
}
.dropdown-menu-dark .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 > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.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: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
}
.nav-link:hover,
.nav-link:focus {
    color: #0a58ca;
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0d6efd;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.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: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
}
.navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}
.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: 0.5rem;
    padding-left: 0.5rem;
}
.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-header {
    display: none;
}
.navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
}
.navbar-expand .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: 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");
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.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: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}
.card-title {
    margin-bottom: 0.5rem;
}
.card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link + .card-link {
    margin-left: 1rem;
}
.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0;
}
.card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}
.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-group > .card {
    margin-bottom: 0.75rem;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        border-radius 0.15s ease;
}
.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}
.accordion-button:hover {
    z-index: 2;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.accordion-header {
    margin-bottom: 0;
}
.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
    border-top: 0;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.accordion-body {
    padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
    border-width: 0;
}
.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
    border-top: 0;
}
.accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
    color: #6c757d;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}
.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    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;
}
.page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}
.page-link {
    padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 3rem;
}
.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}
.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}
.alert-primary .alert-link {
    color: #06357a;
}
.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}
.alert-secondary .alert-link {
    color: #34383c;
}
.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}
.alert-success .alert-link {
    color: #0c4128;
}
.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}
.alert-info .alert-link {
    color: #04414d;
}
.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}
.alert-warning .alert-link {
    color: #523e02;
}
.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.alert-danger .alert-link {
    color: #6a1a21;
}
.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light .alert-link {
    color: #4f5050;
}
.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}
.alert-dark .alert-link {
    color: #101214;
}
@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}
@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}
.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    transition: width 0.6s ease;
}
.progress-bar-striped {
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes;
}
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}
.list-group-numbered {
    list-style-type: none;
    counter-reset: section;
}
.list-group-numbered > li::before {
    content: counters(section, ".") ". ";
    counter-increment: section;
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.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: #6c757d;
    pointer-events: none;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.list-group-item + .list-group-item {
    border-top-width: 0;
}
.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}
.list-group-horizontal {
    flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1px;
    border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}
.list-group-flush {
    border-radius: 0;
}
.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}
.list-group-item-primary {
    color: #084298;
    background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #084298;
    background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #084298;
    border-color: #084298;
}
.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #41464b;
    background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #41464b;
    border-color: #41464b;
}
.list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #0f5132;
    background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132;
}
.list-group-item-info {
    color: #055160;
    background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #055160;
    background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #055160;
    border-color: #055160;
}
.list-group-item-warning {
    color: #664d03;
    background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #664d03;
    background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03;
}
.list-group-item-danger {
    color: #842029;
    background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #842029;
    background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #842029;
    border-color: #842029;
}
.list-group-item-light {
    color: #636464;
    background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #636464;
    background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #636464;
    border-color: #636464;
}
.list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #141619;
    background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141619;
    border-color: #141619;
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
        center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}
.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}
.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    opacity: 1;
}
.btn-close:disabled,
.btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 0.25;
}
.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
    width: 350px;
    max-width: 100%;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.toast.showing {
    opacity: 0;
}
.toast:not(.show) {
    display: none;
}
.toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}
.toast-container > :not(:last-child) {
    margin-bottom: 0.75rem;
}
.toast-header {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
    margin-right: -0.375rem;
    margin-left: 0.75rem;
}
.toast-body {
    padding: 0.75rem;
    word-wrap: break-word;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}
.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}
.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% - 1rem);
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
    margin: 0.25rem;
}
.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 {
    border-radius: 0;
}
.modal-fullscreen .modal-body {
    overflow-y: auto;
}
.modal-fullscreen .modal-footer {
    border-radius: 0;
}
.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[data-popper-placement^="top"] {
    padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
    bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
    top: -1px;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}
.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^="right"] {
    padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
    right: -1px;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^="bottom"] {
    padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
    top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}
.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^="left"] {
    padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
    left: -1px;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}
.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
}
.popover .popover-arrow::before,
.popover .popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-popover-top > .popover-arrow,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
    bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}
.bs-popover-end > .popover-arrow,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}
.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}
.bs-popover-bottom > .popover-arrow,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
    top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0;
}
.bs-popover-start > .popover-arrow,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}
.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}
.popover-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: 1rem 1rem;
    color: #212529;
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    touch-action: pan-y;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
    transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}
.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}
.carousel-dark .carousel-caption {
    color: #000;
}
@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: 0.75s linear infinite spinner-grow;
    animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}
.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
}
.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;
    justify-content: space-between;
    padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
}
.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
}
.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
}
.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
}
.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateY(-100%);
}
.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateY(100%);
}
.offcanvas.show {
    transform: none;
}
.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: 0.5;
}
.placeholder.btn::before {
    display: inline-block;
    content: "";
}
.placeholder-xs {
    min-height: 0.6em;
}
.placeholder-sm {
    min-height: 0.8em;
}
.placeholder-lg {
    min-height: 1.2em;
}
.placeholder-glow .placeholder {
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 2s ease-in-out infinite;
}
@-webkit-keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}
@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}
.placeholder-wave {
    -webkit-mask-image: linear-gradient(
        130deg,
        #000 55%,
        rgba(0, 0, 0, 0.8) 75%,
        #000 95%
    );
    mask-image: linear-gradient(
        130deg,
        #000 55%,
        rgba(0, 0, 0, 0.8) 75%,
        #000 95%
    );
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    -webkit-animation: placeholder-wave 2s linear infinite;
    animation: placeholder-wave 2s linear infinite;
}
@-webkit-keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%;
    }
}
@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%;
    }
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.link-primary {
    color: #0d6efd;
}
.link-primary:hover,
.link-primary:focus {
    color: #0a58ca;
}
.link-secondary {
    color: #6c757d;
}
.link-secondary:hover,
.link-secondary:focus {
    color: #565e64;
}
.link-success {
    color: #198754;
}
.link-success:hover,
.link-success:focus {
    color: #146c43;
}
.link-info {
    color: #0dcaf0;
}
.link-info:hover,
.link-info:focus {
    color: #3dd5f3;
}
.link-warning {
    color: #ffc107;
}
.link-warning:hover,
.link-warning:focus {
    color: #ffcd39;
}
.link-danger {
    color: #dc3545;
}
.link-danger:hover,
.link-danger:focus {
    color: #b02a37;
}
.link-light {
    color: #f8f9fa;
}
.link-light:hover,
.link-light:focus {
    color: #f9fafb;
}
.link-dark {
    color: #212529;
}
.link-dark:hover,
.link-dark:focus {
    color: #1a1e21;
}
.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: -webkit-sticky;
    position: sticky;
    top: 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) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.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: 1px;
    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;
}
.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;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-grid {
    display: 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: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    box-shadow: none !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: -webkit-sticky !important;
    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: 1px solid #dee2e6 !important;
}
.border-0 {
    border: 0 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-end {
    border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
    border-right: 0 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-start {
    border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #0d6efd !important;
}
.border-secondary {
    border-color: #6c757d !important;
}
.border-success {
    border-color: #198754 !important;
}
.border-info {
    border-color: #0dcaf0 !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-danger {
    border-color: #dc3545 !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #212529 !important;
}
.border-white {
    border-color: #fff !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;
}
.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;
}
.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;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.justify-content-evenly {
    justify-content: space-evenly !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
.order-first {
    order: -1 !important;
}
.order-0 {
    order: 0 !important;
}
.order-1 {
    order: 1 !important;
}
.order-2 {
    order: 2 !important;
}
.order-3 {
    order: 3 !important;
}
.order-4 {
    order: 4 !important;
}
.order-5 {
    order: 5 !important;
}
.order-last {
    order: 6 !important;
}
.m-0 {
    margin: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}
.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}
.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}
.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}
.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.mt-auto {
    margin-top: auto !important;
}
.me-0 {
    margin-right: 0 !important;
}
.me-1 {
    margin-right: 0.25rem !important;
}
.me-2 {
    margin-right: 0.5rem !important;
}
.me-3 {
    margin-right: 1rem !important;
}
.me-4 {
    margin-right: 1.5rem !important;
}
.me-5 {
    margin-right: 3rem !important;
}
.me-auto {
    margin-right: auto !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.ms-0 {
    margin-left: 0 !important;
}
.ms-1 {
    margin-left: 0.25rem !important;
}
.ms-2 {
    margin-left: 0.5rem !important;
}
.ms-3 {
    margin-left: 1rem !important;
}
.ms-4 {
    margin-left: 1.5rem !important;
}
.ms-5 {
    margin-left: 3rem !important;
}
.ms-auto {
    margin-left: auto !important;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}
.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 0.25rem !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pt-3 {
    padding-top: 1rem !important;
}
.pt-4 {
    padding-top: 1.5rem !important;
}
.pt-5 {
    padding-top: 3rem !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.pe-1 {
    padding-right: 0.25rem !important;
}
.pe-2 {
    padding-right: 0.5rem !important;
}
.pe-3 {
    padding-right: 1rem !important;
}
.pe-4 {
    padding-right: 1.5rem !important;
}
.pe-5 {
    padding-right: 3rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 0.25rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.pb-4 {
    padding-bottom: 1.5rem !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}
.ps-0 {
    padding-left: 0 !important;
}
.ps-1 {
    padding-left: 0.25rem !important;
}
.ps-2 {
    padding-left: 0.5rem !important;
}
.ps-3 {
    padding-left: 1rem !important;
}
.ps-4 {
    padding-left: 1.5rem !important;
}
.ps-5 {
    padding-left: 3rem !important;
}
.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
    font-size: 1.25rem !important;
}
.fs-6 {
    font-size: 1rem !important;
}
.fst-italic {
    font-style: italic !important;
}
.fst-normal {
    font-style: normal !important;
}
.fw-light {
    font-weight: 300 !important;
}
.fw-lighter {
    font-weight: lighter !important;
}
.fw-normal {
    font-weight: 400 !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;
}
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}
.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb)) !important;
}
.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb)) !important;
}
.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb)) !important;
}
.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb)) !important;
}
.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb)) !important;
}
.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb)) !important;
}
.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb)) !important;
}
.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb)) !important;
}
.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb)) !important;
}
.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb)) !important;
}
.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb)) !important;
}
.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}
.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}
.text-opacity-25 {
    --bs-text-opacity: 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;
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb)) !important;
}
.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb)) !important;
}
.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb)) !important;
}
.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb)) !important;
}
.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb)) !important;
}
.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb)) !important;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb)) !important;
}
.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb)) !important;
}
.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb)) !important;
}
.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb)) !important;
}
.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb)) !important;
}
.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !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-gradient {
    background-image: var(--bs-gradient) !important;
}
.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important;
}
.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important;
}
.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
}
.pe-none {
    pointer-events: none !important;
}
.pe-auto {
    pointer-events: auto !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.rounded-1 {
    border-radius: 0.2rem !important;
}
.rounded-2 {
    border-radius: 0.25rem !important;
}
.rounded-3 {
    border-radius: 0.3rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}
.rounded-end {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
    .form-control::file-selector-button {
        transition: none;
    }
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
    .form-select {
        transition: none;
    }
    .form-switch .form-check-input {
        transition: none;
    }
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
    .form-floating > label {
        transition: none;
    }
    .btn {
        transition: none;
    }
    .fade {
        transition: none;
    }
    .collapsing {
        transition: none;
    }
    .collapsing.collapse-horizontal {
        transition: none;
    }
    .nav-link {
        transition: none;
    }
    .navbar-toggler {
        transition: none;
    }
    .accordion-button {
        transition: none;
    }
    .accordion-button::after {
        transition: none;
    }
    .page-link {
        transition: none;
    }
    .progress-bar {
        transition: none;
    }
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
    .modal.fade .modal-dialog {
        transition: none;
    }
    .carousel-item {
        transition: none;
    }
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        transition: none;
    }
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
    .offcanvas {
        transition: none;
    }
}

/* Catalog */
.page-intro {
    padding: 38px 0 46px;
    border-bottom: 1px solid var(--shop-line);
    background: var(--shop-soft);
}

.modern-breadcrumb {
    display: flex;
    gap: 9px;
    align-items: center;
    margin-bottom: 34px;
    color: var(--shop-muted);
    font-size: 12px;
}

.modern-breadcrumb a {
    color: var(--shop-muted);
}

.modern-breadcrumb a:hover {
    color: var(--shop-accent);
}

.modern-breadcrumb i {
    font-size: 8px;
}

.page-intro-row {
    display: flex;
    gap: 30px;
    align-items: flex-end;
    justify-content: space-between;
}

.page-intro h1 {
    margin: 8px 0 10px;
    font-family: "Manrope", sans-serif;
    font-size: 42px;
    font-weight: 700;
}

.page-intro p {
    max-width: 620px;
    margin: 0;
    color: var(--shop-muted);
}

.result-total {
    padding-bottom: 8px;
    color: var(--shop-muted);
    font-size: 13px;
}

.catalog-content {
    padding: 56px 0 96px;
}

.catalog-layout {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 46px;
}

.catalog-shell {
    position: relative;
}

.catalog-filters {
    min-width: 0;
    position: sticky;
    top: 128px;
    align-self: start;
}

.filter-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--shop-line);
}

.filter-heading h2 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.filter-heading a {
    color: var(--shop-muted);
    font-size: 11px;
    text-decoration: underline;
}

.filter-group {
    padding: 26px 0;
    border-bottom: 1px solid var(--shop-line);
}

.filter-group h3 {
    margin: 0 0 16px;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.filter-category-list,
.filter-category,
.filter-subcategories,
.brand-filter-list {
    display: flex;
    flex-direction: column;
}

.filter-category-list {
    gap: 3px;
}

.filter-category-list > a,
.filter-category > a {
    display: flex;
    min-height: 35px;
    align-items: center;
    justify-content: space-between;
    color: var(--shop-muted);
    font-size: 13px;
}

.filter-category-list a i {
    opacity: 0;
    color: var(--shop-accent);
    font-size: 9px;
}

.filter-category-list a:hover,
.filter-category-list a.active {
    color: var(--shop-accent);
    font-weight: 700;
}

.filter-category-list a:hover i,
.filter-category-list a.active i {
    opacity: 1;
}

.filter-subcategories {
    gap: 7px;
    margin: 3px 0 9px 12px;
    padding-left: 12px;
    border-left: 1px solid var(--shop-line);
}

.filter-subcategories a {
    color: var(--shop-muted);
    font-size: 12px;
}

.filter-subcategories a.active {
    color: var(--shop-accent);
    font-weight: 700;
}

.brand-filter-list {
    gap: 11px;
}

.filter-check {
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--shop-muted);
    font-size: 13px;
    cursor: pointer;
}

.filter-check input {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: var(--shop-accent);
}

.price-filter-group {
    min-height: 125px;
}

.irs--round .irs-bar,
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    background-color: var(--shop-accent);
}

.irs--round .irs-handle {
    border-color: var(--shop-accent);
}

.irs--round .irs-from::before,
.irs--round .irs-to::before,
.irs--round .irs-single::before {
    border-top-color: var(--shop-accent);
}

.catalog-results {
    min-width: 0;
}

.catalog-toolbar {
    display: flex;
    min-height: 52px;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--shop-line);
}

.catalog-toolbar p {
    margin: 0;
    color: var(--shop-muted);
    font-size: 13px;
}

.catalog-toolbar-actions,
.catalog-view-toggle,
.sort-control {
    display: flex;
    align-items: center;
}

.catalog-toolbar-actions {
    gap: 18px;
}

.catalog-search {
    position: relative;
    display: flex;
    width: 220px;
    height: 36px;
    align-items: center;
    border: 1px solid var(--shop-line);
    background: #fff;
}

.catalog-search > i {
    margin-left: 11px;
    color: var(--shop-muted);
    font-size: 11px;
}

.catalog-search input {
    min-width: 0;
    height: 34px;
    flex: 1;
    padding: 0 7px;
    border: 0;
    outline: 0;
    color: var(--shop-ink);
    background: transparent;
    font-size: 12px;
}

.catalog-search button {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    padding: 0;
    border: 0;
    color: var(--shop-accent);
    background: transparent;
    font-size: 10px;
}

.catalog-search:focus-within {
    border-color: var(--shop-accent);
}

.catalog-view-toggle {
    gap: 3px;
}

.catalog-view-toggle button {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    padding: 0;
    border: 1px solid var(--shop-line);
    color: #929694;
    background: #fff;
}

.catalog-view-toggle button.active,
.catalog-view-toggle button:hover {
    color: #fff;
    border-color: var(--shop-ink);
    background: var(--shop-ink);
}

.sort-control {
    gap: 8px;
    color: var(--shop-muted);
    font-size: 12px;
}

.sort-control select {
    height: 36px;
    padding: 0 30px 0 10px;
    border: 1px solid var(--shop-line);
    border-radius: 2px;
    outline: none;
    color: var(--shop-ink);
    background: #fff;
    font-size: 12px;
}

.catalog-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 38px 16px;
}

.catalog-product-grid .product-result-item {
    width: auto;
}

.catalog-product-description {
    display: none;
    margin: 10px 0 0;
    color: var(--shop-muted);
    font-size: 13px;
    line-height: 1.65;
}

.home-product-badge.badge-stock {
    top: 47px;
    background: #757a78;
}

.catalog-product-grid.list-view {
    display: block;
}

.catalog-product-grid.list-view .product-result-item {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    margin-bottom: 22px;
    border-bottom: 1px solid var(--shop-line);
    padding-bottom: 22px;
}

.catalog-product-grid.list-view .home-product-media {
    aspect-ratio: 1 / 1;
}

.catalog-product-grid.list-view .home-product-info {
    display: flex;
    padding: 28px 32px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.catalog-product-grid.list-view .home-product-info > a {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
}

.catalog-product-grid.list-view .catalog-product-description {
    display: block;
}

.catalog-empty {
    grid-column: 1 / -1;
    padding: 80px 30px;
    text-align: center;
    background: var(--shop-soft);
}

.catalog-empty > span {
    display: grid;
    width: 54px;
    height: 54px;
    margin: 0 auto 20px;
    place-items: center;
    border-radius: 50%;
    color: var(--shop-accent);
    background: #fff;
}

.catalog-empty h2 {
    font-family: "Manrope", sans-serif;
    font-size: 26px;
}

.catalog-empty p {
    margin-bottom: 24px;
    color: var(--shop-muted);
}

.catalog-pagination {
    margin-top: 58px;
}

.catalog-pagination .pagination {
    justify-content: center;
}

.catalog-pagination .page-link {
    color: var(--shop-ink);
    border-color: var(--shop-line);
}

.catalog-pagination .page-item.active .page-link {
    border-color: var(--shop-accent);
    background: var(--shop-accent);
}

.mobile-filter-toggle {
    width: 100%;
    min-height: 46px;
    margin-bottom: 20px;
    border: 1px solid var(--shop-line);
    color: var(--shop-ink);
    background: #fff;
    font-weight: 700;
}

.mobile-filter-toggle small {
    margin-left: 8px;
    padding: 3px 6px;
    color: #fff;
    background: var(--shop-accent);
    font-size: 9px;
    text-transform: uppercase;
}

.catalog-loading {
    position: absolute;
    z-index: 8;
    top: 74px;
    right: 0;
    display: none;
    width: calc(100% - 286px);
    gap: 12px;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
    color: var(--shop-accent);
    font-size: 12px;
}

.catalog-loading .spinner-border {
    width: 20px;
    height: 20px;
}

.catalog-shell.is-loading .catalog-layout {
    opacity: 0.35;
    pointer-events: none;
}

.catalog-shell.is-loading .catalog-loading {
    display: flex;
}

.catalog-layout {
    transition: opacity 0.18s ease;
}

/* Product detail */
.product-breadcrumb-wrap {
    padding: 24px 0;
    border-bottom: 1px solid var(--shop-line);
}

.product-breadcrumb-wrap .modern-breadcrumb {
    margin: 0;
}

.product-detail-page {
    padding: 48px 0 0;
}

.product-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
    column-gap: 70px;
    row-gap: 0;
}

.product-gallery {
    min-width: 0;
}

.product-gallery .carousel-inner {
    background: var(--shop-soft);
}

.product-gallery .carousel-item {
    aspect-ratio: 1 / 1.08;
}

.product-gallery .carousel-item img {
    object-fit: cover;
}

.product-gallery-control {
    top: auto;
    bottom: 18px;
    width: 42px;
    height: 42px;
    opacity: 1;
    color: var(--shop-ink);
    background: rgba(255, 255, 255, 0.95);
}

.product-gallery-control.carousel-control-prev {
    right: 66px;
    left: auto;
}

.product-gallery-control.carousel-control-next {
    right: 18px;
}

.product-gallery-control:hover {
    color: #fff;
    background: var(--shop-accent);
}

.product-summary {
    display: flex;
    align-items: center;
}

.product-summary > div {
    width: 100%;
}

.product-detail-meta {
    gap: 7px;
}

.summary-badge {
    display: inline-flex;
    padding: 6px 9px;
    color: #fff;
    background: var(--shop-accent);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.summary-badge-sale {
    background: var(--shop-sale);
}

.summary-badge-stock {
    background: #757a78;
}

.product-summary h1 {
    margin: 12px 0 16px;
    font-family: "Manrope", sans-serif;
    font-size: 42px;
    font-weight: 700;
}

.product-rating-summary {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 24px;
}

.product-rating-summary .star-rating {
    margin-top: 0 !important;
}

.product-rating-summary small {
    color: var(--shop-muted);
    font-size: 12px;
}

.product-summary-price {
    display: flex;
    gap: 12px;
    align-items: baseline;
    margin-bottom: 24px;
}

.product-summary-price strong {
    font-family: "Manrope", sans-serif;
    font-size: 30px;
}

.product-summary-price del {
    color: #949996;
    font-size: 16px;
}

.product-summary-price span {
    padding: 4px 7px;
    color: var(--shop-sale);
    background: #f7e8e5;
    font-size: 10px;
    font-weight: 700;
}

.product-summary-copy {
    max-width: 590px;
    color: var(--shop-muted);
    font-size: 15px;
    line-height: 1.75;
}

.product-stock-line {
    margin: 24px 0 20px;
    color: var(--shop-accent);
    font-size: 12px;
    font-weight: 700;
}

.product-stock-line i {
    margin-right: 7px;
}

.product-purchase-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 52px;
    gap: 10px;
}

.product-add-button,
.product-save-button {
    min-height: 52px;
    border: 0;
    color: #fff;
    background: var(--shop-ink);
    font-size: 14px;
    font-weight: 700;
}

.product-add-button i {
    margin-right: 8px;
}

.product-add-button:hover {
    background: var(--shop-accent);
}

.product-add-button:disabled {
    background: #777c79;
}

.product-save-button {
    color: var(--shop-ink);
    border: 1px solid var(--shop-line);
    background: #fff;
    font-size: 17px;
}

.product-save-button:hover {
    color: #fff;
    border-color: var(--shop-accent);
    background: var(--shop-accent);
}

.product-assurances {
    display: flex;
    gap: 18px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--shop-line);
    color: var(--shop-muted);
    font-size: 11px;
}

.product-assurances i {
    margin-right: 5px;
    color: var(--shop-accent);
}

.product-information {
    grid-column: 1 / -1;
    margin-top: 28px;
    border-top: 1px solid var(--shop-line);
}

.product-information .nav-tabs {
    gap: 30px;
    border-bottom: 1px solid var(--shop-line);
}

.product-information .nav-tabs .nav-link {
    padding: 22px 0 16px;
    border: 0;
    border-bottom: 2px solid transparent;
    color: var(--shop-muted);
    background: transparent;
    font-size: 13px;
    font-weight: 700;
}

.product-information .nav-tabs .nav-link.active {
    color: var(--shop-ink);
    border-bottom-color: var(--shop-accent);
}

.product-information .tab-content {
    padding: 38px 0 16px;
    background: #fff;
    color: var(--shop-muted);
    line-height: 1.8;
}

.product-information .form-control {
    min-height: 46px;
    border-color: var(--shop-line);
    border-radius: 2px;
}

.product-information textarea.form-control {
    min-height: 140px;
}

.product-information .rating-group {
    padding: 22px 0;
    border-bottom: 1px solid var(--shop-line);
}

.related-section {
    padding: 78px 0 90px;
    background: var(--shop-soft);
}

.related-section .product-card {
    overflow: hidden;
    margin: 0 8px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none !important;
}

.related-section .product-card .product-image {
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: #fff;
}

.related-section .product-card .card-img-top {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
}

.related-section .product-card .card-body {
    margin-top: 0 !important;
    padding: 15px 0;
    text-align: left !important;
}

.related-section .product-card .link {
    color: var(--shop-ink);
    font-size: 14px;
    font-weight: 600;
}

.related-section .product-card .price strong {
    font-size: 14px;
}

@media (max-width: 991px) {
    .catalog-layout {
        grid-template-columns: 210px minmax(0, 1fr);
        gap: 28px;
    }

    .catalog-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .catalog-toolbar-actions {
        gap: 10px;
    }

    .catalog-search {
        width: 180px;
    }

    .product-detail-grid {
        gap: 38px;
    }

    .product-summary h1 {
        font-size: 34px;
    }

    .product-assurances {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}

@media (max-width: 767px) {
    .page-intro {
        padding: 28px 0 36px;
    }

    .modern-breadcrumb {
        margin-bottom: 24px;
    }

    .page-intro-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .page-intro h1 {
        font-size: 34px;
    }

    .catalog-content {
        padding: 34px 0 68px;
    }

    .catalog-layout {
        display: block;
    }

    .catalog-filters {
        position: static;
        margin-bottom: 28px;
        padding: 20px;
        border: 1px solid var(--shop-line);
    }

    .catalog-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .catalog-toolbar-actions {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .catalog-search {
        width: 100%;
        order: -1;
    }

    .sort-control select {
        max-width: 160px;
    }

    .catalog-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 10px;
    }

    .catalog-view-toggle {
        display: none;
    }

    .catalog-loading {
        top: 70px;
        width: 100%;
    }

    .catalog-product-grid.list-view {
        display: grid;
    }

    .catalog-product-grid.list-view .product-result-item {
        display: block;
        margin: 0;
        padding: 0;
        border: 0;
    }

    .catalog-product-grid.list-view .home-product-info {
        display: block;
        padding: 16px 0 0;
    }

    .catalog-product-grid.list-view .home-product-info > a {
        font-family: "DM Sans", sans-serif;
        font-size: 13px;
    }

    .catalog-product-grid.list-view .catalog-product-description {
        display: none;
    }

    .product-detail-page {
        padding-top: 24px;
    }

    .product-detail-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .product-summary h1 {
        font-size: 32px;
    }

    .product-summary-price {
        flex-wrap: wrap;
    }

    .product-assurances {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .product-information {
        margin-top: 4px;
    }

    .product-information .nav-tabs {
        gap: 16px;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .product-information .nav-tabs .nav-link {
        white-space: nowrap;
    }

    .related-section {
        padding: 62px 0 72px;
    }
}

/* Cart and checkout */
.purchase-page-intro {
    padding-bottom: 36px;
}

.cart-content,
.checkout-content {
    padding: 58px 0 96px;
}

.modern-alert {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 24px;
    padding: 14px 18px;
    border: 1px solid;
    font-size: 13px;
}

.modern-alert.success {
    color: var(--shop-accent-dark);
    border-color: #b9d8cf;
    background: #edf7f3;
}

.modern-alert.error {
    color: #842d27;
    border-color: #e5bdb9;
    background: #fbefee;
}

.cart-inline-feedback {
    animation: cart-feedback-in 0.25s ease;
}

@keyframes cart-feedback-in {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 54px;
    align-items: start;
}

.cart-column-head,
.cart-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 130px 100px 36px;
    gap: 20px;
    align-items: center;
}

.cart-column-head {
    padding: 0 0 14px;
    border-bottom: 1px solid var(--shop-line);
    color: var(--shop-muted);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.cart-column-head span:nth-child(2),
.cart-column-head span:nth-child(3) {
    text-align: center;
}

.cart-item {
    padding: 22px 0;
    border-bottom: 1px solid var(--shop-line);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.cart-item.is-removing {
    opacity: 0.45;
    transform: translateX(8px);
}

.cart-item-product {
    display: flex;
    min-width: 0;
    gap: 18px;
    align-items: center;
}

.cart-item-image {
    flex: 0 0 96px;
    width: 96px;
    height: 112px;
    overflow: hidden;
    background: var(--shop-soft);
}

.cart-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-item h2 {
    margin: 0 0 7px;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 700;
}

.cart-item-product span {
    color: var(--shop-muted);
    font-size: 12px;
}

.cart-quantity {
    display: grid;
    grid-template-columns: 34px 42px 34px;
    justify-content: center;
}

.cart-quantity button,
.cart-quantity input {
    height: 36px;
    padding: 0;
    border: 1px solid var(--shop-line);
    text-align: center;
    background: #fff;
    font-size: 11px;
}

.cart-quantity input {
    border-right: 0;
    border-left: 0;
    outline: none;
    font-size: 13px;
}

.cart-quantity button:hover {
    color: #fff;
    border-color: var(--shop-accent);
    background: var(--shop-accent);
}

.cart-quantity.is-updating {
    cursor: wait;
    opacity: 0.55;
}

.cart-quantity button:disabled {
    pointer-events: none;
}

.cart-line-total {
    text-align: center;
    font-size: 14px;
}

.cart-remove {
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    color: #9b9f9d;
    background: transparent;
}

.cart-remove:hover {
    color: var(--shop-sale);
}

.cart-remove-mobile {
    display: none;
}

.continue-shopping {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    margin-top: 22px;
    color: var(--shop-ink);
    font-size: 13px;
    font-weight: 700;
}

.continue-shopping:hover {
    color: var(--shop-accent);
}

.cart-summary {
    position: sticky;
    top: 108px;
    padding: 30px;
    background: var(--shop-soft);
}

.cart-summary h2 {
    margin: 8px 0 26px;
    font-family: "Manrope", sans-serif;
    font-size: 26px;
    font-weight: 700;
}

.summary-line {
    display: flex;
    justify-content: space-between;
    padding: 18px 0;
    border-top: 1px solid #dfe2dd;
    border-bottom: 1px solid #dfe2dd;
    font-size: 14px;
}

.cart-summary > p {
    margin: 18px 0 22px;
    color: var(--shop-muted);
    font-size: 12px;
    line-height: 1.6;
}

.checkout-button {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    color: #fff;
    background: var(--shop-ink);
    font-size: 13px;
    font-weight: 700;
}

.checkout-button:hover {
    color: #fff;
    background: var(--shop-accent);
}

.cart-security {
    margin-top: 16px;
    color: var(--shop-muted);
    font-size: 11px;
    text-align: center;
}

.cart-security i {
    margin-right: 6px;
    color: var(--shop-accent);
}

.cart-empty {
    max-width: 620px;
    margin: 0 auto;
    padding: 80px 30px;
    text-align: center;
}

.cart-empty > span {
    display: grid;
    width: 64px;
    height: 64px;
    margin: 0 auto 22px;
    place-items: center;
    border-radius: 50%;
    color: var(--shop-accent);
    background: var(--shop-soft);
    font-size: 22px;
}

.cart-empty h2 {
    font-family: "Manrope", sans-serif;
    font-size: 30px;
}

.cart-empty p {
    margin-bottom: 26px;
    color: var(--shop-muted);
}

.checkout-content .row {
    --bs-gutter-x: 42px;
}

.checkout-section-title {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 20px;
}

.checkout-section-title > span {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--shop-accent);
    font-size: 11px;
    font-weight: 800;
}

.checkout-section-title h2 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.checkout-section-title p {
    margin: 3px 0 0;
    color: var(--shop-muted);
    font-size: 11px;
}

.checkout-page .checkout-form,
.checkout-page .cart-summery,
.checkout-page .payment-form {
    border: 1px solid var(--shop-line) !important;
    border-radius: 0;
    background: #fff;
    box-shadow: none !important;
}

.checkout-page .checkout-form {
    padding: 30px;
}

.checkout-page .checkout-form .form-control,
.checkout-page .checkout-form .form-select,
.checkout-page .payment-form .form-control,
.checkout-page .apply-coupan .form-control {
    min-height: 48px;
    border-color: var(--shop-line);
    border-radius: 2px;
    color: var(--shop-ink);
    background: var(--shop-soft);
    font-size: 13px;
}

.checkout-page .checkout-form textarea.form-control {
    padding-top: 13px;
}

.checkout-page .cart-summery {
    padding: 8px;
}

.checkout-page .cart-summery .card-body > .d-flex {
    padding: 11px 0 !important;
    border-top: 0;
    border-bottom: 1px solid var(--shop-line);
}

.checkout-page .cart-summery .h5,
.checkout-page .cart-summery .h6 {
    margin: 0;
    font-size: 13px;
}

.checkout-page .cart-summery .summery-end:last-child .h5 {
    font-size: 17px;
}

.checkout-page .apply-coupan {
    min-height: 46px;
}

.checkout-page .apply-coupan .btn,
.checkout-page .payment-form .btn {
    border-radius: 2px;
    background: var(--shop-ink);
    font-size: 12px;
    font-weight: 700;
}

.checkout-page .payment-form {
    padding: 24px;
}

.checkout-page .payment-form .form-check {
    padding: 12px 0 12px 26px;
    border-bottom: 1px solid var(--shop-line);
}

.checkout-page .payment-form .form-check-input:checked {
    border-color: var(--shop-accent);
    background-color: var(--shop-accent);
}

.checkout-page .payment-form small {
    color: var(--shop-muted);
}

.checkout-progress {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 720px;
    margin: 0 0 48px;
    padding: 0;
    list-style: none;
}

.checkout-progress li {
    position: relative;
    display: flex;
    gap: 11px;
    align-items: center;
    color: var(--shop-muted);
}

.checkout-progress li::after {
    position: absolute;
    z-index: 0;
    top: 17px;
    right: 14px;
    left: 48px;
    height: 1px;
    content: "";
    background: var(--shop-line);
}

.checkout-progress li:last-child::after {
    display: none;
}

.checkout-progress li > span {
    position: relative;
    z-index: 1;
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    border: 1px solid var(--shop-line);
    border-radius: 50%;
    background: #fff;
    font-size: 11px;
    font-weight: 800;
}

.checkout-progress li small,
.checkout-progress li strong {
    display: block;
}

.checkout-progress li small {
    margin-bottom: 2px;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.checkout-progress li strong {
    color: var(--shop-ink);
    font-size: 12px;
}

.checkout-progress li.is-complete > span,
.checkout-progress li.is-active > span {
    color: #fff;
    border-color: var(--shop-accent);
    background: var(--shop-accent);
}

.checkout-main-row {
    align-items: flex-start;
}

.checkout-form-group-heading {
    display: flex;
    gap: 13px;
    align-items: center;
    margin-bottom: 22px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--shop-line);
}

.checkout-form-group-heading > i {
    display: grid;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    place-items: center;
    border-radius: 50%;
    color: var(--shop-accent);
    background: var(--shop-soft);
    font-size: 12px;
}

.checkout-form-group-heading strong,
.checkout-form-group-heading span {
    display: block;
}

.checkout-form-group-heading strong {
    color: var(--shop-ink);
    font-size: 13px;
}

.checkout-form-group-heading span {
    margin-top: 2px;
    color: var(--shop-muted);
    font-size: 10px;
}

.checkout-address-heading {
    margin-top: 18px;
}

.checkout-page .checkout-form label {
    display: block;
    margin-bottom: 7px;
    color: var(--shop-ink);
    font-size: 11px;
    font-weight: 700;
}

.checkout-page .checkout-form label > span {
    color: var(--shop-muted);
    font-size: 9px;
    font-weight: 500;
}

.checkout-page .checkout-form .form-control,
.checkout-page .checkout-form .form-select {
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
}

.checkout-page .checkout-form .form-control:focus,
.checkout-page .checkout-form .form-select:focus {
    border-color: var(--shop-accent);
}

.checkout-page .checkout-form .mb-3 > p {
    margin: 4px 0 0;
    font-size: 10px;
}

.checkout-summary-sticky {
    position: sticky;
    top: 104px;
}

.checkout-page .cart-summery {
    padding: 0;
}

.checkout-page .cart-summery .card-body {
    padding: 22px;
}

.checkout-summary-product {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 0 0 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--shop-line);
}

.checkout-summary-image {
    position: relative;
    width: 58px;
    height: 68px;
}

.checkout-summary-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: var(--shop-soft);
}

.checkout-summary-image span {
    position: absolute;
    top: -7px;
    right: -7px;
    display: grid;
    min-width: 21px;
    height: 21px;
    place-items: center;
    padding: 0 5px;
    border-radius: 12px;
    color: #fff;
    background: var(--shop-ink);
    font-size: 9px;
    font-weight: 800;
}

.checkout-summary-product > div:nth-child(2) {
    min-width: 0;
}

.checkout-summary-product > div:nth-child(2) strong,
.checkout-summary-product > div:nth-child(2) small {
    display: block;
}

.checkout-summary-product > div:nth-child(2) strong {
    overflow: hidden;
    color: var(--shop-ink);
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.checkout-summary-product > div:nth-child(2) small {
    margin-top: 4px;
    color: var(--shop-muted);
    font-size: 10px;
}

.checkout-summary-product > strong {
    color: var(--shop-ink);
    font-size: 12px;
}

.checkout-page .apply-coupan {
    margin-top: 16px !important;
}

.checkout-coupon {
    margin-top: 18px;
}

.checkout-coupon > label {
    display: block;
    margin-bottom: 8px;
    color: var(--shop-ink);
    font-size: 11px;
    font-weight: 700;
}

.checkout-page .apply-coupan .form-control,
.checkout-page .apply-coupan .btn {
    border-radius: 0;
}

.checkout-page .checkout-coupon .apply-coupan {
    margin-top: 0 !important;
}

.checkout-page .apply-coupan .form-control {
    text-transform: uppercase;
}

.checkout-page .apply-coupan .btn {
    padding-right: 16px;
    padding-left: 16px;
}

.checkout-page .apply-coupan .btn:disabled {
    cursor: wait;
    opacity: 0.65;
}

#checkoutOrderSummary {
    transition: opacity 0.2s ease;
}

#checkoutOrderSummary.is-updating {
    cursor: wait;
    opacity: 0.55;
}

#discount-response-wrapper.has-error {
    margin-top: 9px;
}

.coupon-error {
    display: block;
    color: var(--shop-sale);
    font-size: 10px;
    line-height: 1.5;
}

.coupon-applied {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) 30px;
    gap: 10px;
    align-items: center;
    margin-top: 12px;
    padding: 11px 12px;
    border: 1px solid #b9d8cf;
    color: var(--shop-accent-dark);
    background: #edf7f3;
}

.coupon-applied > i {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    font-size: 10px;
}

.coupon-applied strong,
.coupon-applied span {
    display: block;
}

.coupon-applied strong {
    font-size: 11px;
}

.coupon-applied span {
    margin-top: 2px;
    color: var(--shop-muted);
    font-size: 9px;
}

.coupon-applied button {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    padding: 0;
    border: 0;
    color: var(--shop-muted);
    background: transparent;
    font-size: 10px;
}

.coupon-applied button:hover {
    color: var(--shop-sale);
}

.checkout-page .payment-form {
    margin-top: 16px;
}

.checkout-page .payment-form .form-check-label span,
.checkout-page .payment-form .form-check-label small {
    display: block;
}

.checkout-page .payment-form .form-check-label {
    color: var(--shop-ink);
    font-size: 12px;
    font-weight: 700;
}

.checkout-page .payment-form .form-check-label small {
    margin-top: 2px;
    font-size: 9px;
    font-weight: 500;
}

.checkout-submit-button {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    border-radius: 0 !important;
}

.checkout-submit-button:disabled {
    cursor: wait;
    opacity: 0.65;
}

.checkout-security-note {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    padding: 16px 8px 0;
    color: var(--shop-muted);
    font-size: 10px;
    line-height: 1.5;
}

.checkout-security-note i {
    margin-top: 2px;
    color: var(--shop-accent);
}

@media (max-width: 991px) {
    .checkout-summary-sticky {
        position: static;
    }

    .checkout-main-row > .col-lg-4 {
        margin-top: 42px;
    }
}

@media (max-width: 767px) {
    .checkout-progress {
        margin-bottom: 36px;
    }

    .checkout-progress li {
        gap: 7px;
    }

    .checkout-progress li::after {
        right: 8px;
        left: 39px;
    }

    .checkout-progress li > span {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
    }

    .checkout-progress li small {
        display: none;
    }

    .checkout-progress li strong {
        font-size: 10px;
    }

    .checkout-page .checkout-form {
        padding: 20px 18px;
    }

    .checkout-form-group-heading {
        margin-bottom: 18px;
    }
}

.confirmation-wrap {
    display: grid;
    min-height: 680px;
    place-items: center;
    padding: 80px 0;
    background: var(--shop-soft);
}

.confirmation-panel {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}

.confirmation-icon {
    display: grid;
    width: 72px;
    height: 72px;
    margin: 0 auto 26px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--shop-accent);
    font-size: 26px;
}

.confirmation-panel h1 {
    margin: 10px 0 16px;
    font-family: "Manrope", sans-serif;
    font-size: 42px;
    font-weight: 700;
}

.confirmation-panel > p {
    color: var(--shop-muted);
    line-height: 1.7;
}

.confirmation-number {
    display: flex;
    max-width: 360px;
    margin: 28px auto;
    justify-content: space-between;
    padding: 18px 20px;
    border: 1px solid var(--shop-line);
    background: #fff;
}

.confirmation-number span {
    color: var(--shop-muted);
}

.confirmation-actions {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .cart-layout {
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 28px;
    }

    .cart-column-head,
    .cart-item {
        grid-template-columns: minmax(0, 1fr) 112px 80px 30px;
        gap: 10px;
    }
}

@media (max-width: 767px) {
    .cart-content,
    .checkout-content {
        padding: 38px 0 70px;
    }

    .cart-layout {
        display: block;
    }

    .cart-column-head {
        display: none;
    }

    .cart-item {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 18px 10px;
        align-items: center;
    }

    .cart-item-product {
        grid-column: 1 / -1;
    }

    .cart-item-image {
        flex-basis: 88px;
        width: 88px;
        height: 104px;
    }

    .cart-quantity {
        justify-content: start;
    }

    .cart-line-total {
        text-align: right;
    }

    .cart-remove {
        display: none;
    }

    .cart-remove-mobile {
        display: block;
        margin-top: 10px;
        padding: 0;
        border: 0;
        color: var(--shop-muted);
        background: transparent;
        font-size: 11px;
        text-decoration: underline;
    }

    .cart-summary {
        position: static;
        margin-top: 38px;
    }

    .checkout-content .col-md-4 {
        margin-top: 42px;
    }

    .checkout-page .checkout-form {
        padding: 20px;
    }

    .confirmation-wrap {
        min-height: 580px;
    }

    .confirmation-panel h1 {
        font-size: 34px;
    }

    .confirmation-actions {
        align-items: stretch;
        flex-direction: column;
    }
}

/* Authentication and account */
.auth-page .section-5 {
    display: none;
}

.auth-page .section-10 {
    min-height: 720px;
    padding: 74px 0 90px;
    background: var(--shop-soft);
}

.auth-page .section-10 .container {
    display: grid;
    place-items: center;
}

.auth-page .login-form {
    width: min(100%, 500px);
    padding: 0;
}

.auth-page .login-form form {
    margin: 0 0 20px;
    padding: 42px;
    border: 1px solid var(--shop-line);
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.auth-page .login-form .section-kicker {
    text-align: center;
}

.auth-page .login-form h4 {
    margin: 9px 0 10px;
    color: var(--shop-ink);
    font-family: "Manrope", sans-serif;
    font-size: 28px;
    font-weight: 700;
}

.auth-form-copy {
    margin-bottom: 28px;
    color: var(--shop-muted);
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
}

.auth-page .login-form .form-group {
    margin-bottom: 14px;
}

.auth-page .login-form .form-control {
    min-height: 50px;
    padding: 0 15px;
    border: 1px solid var(--shop-line);
    border-radius: 2px;
    color: var(--shop-ink);
    background: var(--shop-soft);
    font-size: 13px;
}

.auth-page .login-form .form-control:focus {
    border-color: var(--shop-accent);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(22, 98, 79, 0.1);
}

.auth-page .login-form .forgot-link {
    float: none;
    display: block;
    color: var(--shop-accent);
    font-size: 12px;
    text-align: right;
}

.auth-page .login-form .btn {
    width: 100%;
    min-height: 50px;
    margin-top: 8px;
    border-radius: 2px;
    background: var(--shop-ink);
    font-size: 13px;
    font-weight: 700;
}

.auth-page .login-form .btn:hover {
    background: var(--shop-accent);
}

.auth-page .login-form > .small {
    color: var(--shop-muted);
    font-size: 12px;
}

.auth-page .login-form > .small a {
    color: var(--shop-accent);
    font-weight: 700;
}

.account-page .section-5 {
    margin: 0 !important;
    padding: 28px 0 !important;
    border-bottom: 1px solid var(--shop-line);
    background: var(--shop-soft) !important;
}

.account-page .breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 12px;
}

.account-page .breadcrumb a {
    color: var(--shop-muted);
}

.account-page .section-11 {
    padding: 52px 0 90px;
}

.account-page .section-11 > .container {
    margin-top: 0 !important;
}

.account-page .section-11 > .container > .row {
    --bs-gutter-x: 36px;
}

.account-page #account-panel {
    overflow: hidden;
    border: 1px solid var(--shop-line);
    background: #fff;
}

.account-page #account-panel .nav-item {
    border-bottom: 1px solid var(--shop-line);
}

.account-page #account-panel .nav-item:last-child {
    border-bottom: 0;
}

.account-page #account-panel .nav-link {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr) 10px;
    min-height: 52px;
    gap: 9px;
    align-items: center;
    margin: 0;
    padding: 0 16px;
    border-radius: 0;
    color: var(--shop-muted);
    background: #fff;
    font-size: 13px;
}

.account-page #account-panel .nav-link i {
    width: auto;
    color: #9ca19e;
}

.account-page #account-panel .nav-link i:last-child {
    font-size: 8px;
}

.account-page #account-panel .active .nav-link,
.account-page #account-panel .nav-link:hover {
    color: var(--shop-accent);
    background: var(--shop-soft);
}

.account-page #account-panel .active .nav-link {
    box-shadow: inset 3px 0 var(--shop-accent);
}

.account-page #account-panel .active .nav-link i {
    color: var(--shop-accent);
}

.account-page .section-11 .card {
    border: 1px solid var(--shop-line);
    border-radius: 0;
    box-shadow: none;
}

.account-page .section-11 .card + .card {
    margin-top: 20px;
}

.account-page .section-11 .card-header {
    min-height: 58px;
    padding: 14px 22px;
    border-bottom: 1px solid var(--shop-line);
    background: var(--shop-soft);
}

.account-page .section-11 .card-header h2 {
    color: var(--shop-ink);
    font-family: "Manrope", sans-serif;
    font-size: 17px;
    font-weight: 700;
}

.account-page .section-11 .card-body {
    color: var(--shop-muted);
}

.account-page .section-11 label {
    margin-bottom: 7px;
    color: var(--shop-ink);
    font-size: 12px;
    font-weight: 700;
}

.account-page .section-11 .form-control,
.account-page .section-11 .form-select {
    min-height: 46px;
    border: 1px solid var(--shop-line);
    border-radius: 2px;
    color: var(--shop-ink);
    background: var(--shop-soft);
    font-size: 13px;
}

.account-page .section-11 textarea.form-control {
    min-height: 110px;
}

.account-page .section-11 .btn-dark {
    min-height: 44px;
    padding: 0 20px;
    border-radius: 2px;
    background: var(--shop-ink);
    font-size: 12px;
    font-weight: 700;
}

.account-page .section-11 .btn-dark:hover {
    background: var(--shop-accent);
}

.account-page .section-11 .table {
    margin: 0;
    box-shadow: none !important;
}

.account-page .section-11 .table th {
    padding: 12px 14px;
    border-bottom-color: var(--shop-line);
    color: var(--shop-muted);
    background: var(--shop-soft);
    font-size: 10px;
    text-align: left;
    text-transform: uppercase;
}

.account-page .section-11 .table td {
    padding: 16px 14px;
    border-bottom-color: var(--shop-line);
    color: var(--shop-muted);
    font-size: 13px;
    text-align: left;
}

.account-page .section-11 .table td a {
    color: var(--shop-accent);
    font-weight: 700;
}

.account-page .section-11 .badge {
    padding: 6px 9px;
    border-radius: 2px;
    font-size: 9px;
    text-transform: uppercase;
}

.account-page .section-11 .list-group-item {
    padding: 16px 0;
    border-color: var(--shop-line);
}

.account-page .section-11 .card-footer {
    border-top: 1px solid var(--shop-line);
    background: #fff;
}

.account-page .section-11 .card-footer ul,
.account-page .section-11 .card-body ul {
    padding: 0;
    list-style: none;
}

.account-page .product-title a {
    color: var(--shop-ink) !important;
    font-family: "Manrope", sans-serif;
    font-size: 17px !important;
    font-weight: 700;
}

@media (max-width: 767px) {
    .auth-page .section-10 {
        min-height: 620px;
        padding: 42px 0 60px;
    }

    .auth-page .login-form form {
        padding: 30px 22px;
    }

    .account-page .section-11 {
        padding: 32px 0 70px;
    }

    .account-page #account-panel {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 24px;
    }

    .account-page #account-panel .nav-item {
        border-right: 1px solid var(--shop-line);
    }

    .account-page #account-panel .nav-link {
        grid-template-columns: 18px minmax(0, 1fr);
        padding: 0 12px;
        font-size: 11px;
    }

    .account-page #account-panel .nav-link i:last-child {
        display: none;
    }

    .account-page .section-11 .card-body {
        padding: 20px !important;
    }
}

/* Content, contact, and error pages */
.content-page-header {
    padding: 38px 0 58px;
    border-bottom: 1px solid var(--shop-line);
    background: var(--shop-soft);
}

.content-page-header .modern-breadcrumb {
    margin-bottom: 40px;
}

.content-page-header h1 {
    margin: 8px 0 0;
    font-family: "Manrope", sans-serif;
    font-size: 46px;
    font-weight: 700;
}

.contact-page .content-page-header {
    padding: 28px 0 46px;
}

.contact-title-inner {
    width: min(calc(100% - 48px), 1570px);
    margin: 0 auto;
}

.contact-page .content-page-header .modern-breadcrumb {
    margin-bottom: 38px;
}

.contact-title-row {
    display: flex;
    gap: 48px;
    align-items: flex-end;
    justify-content: space-between;
}

.contact-title-heading {
    padding-left: 18px;
    border-left: 3px solid var(--shop-accent);
}

.contact-title-heading h1 {
    margin-top: 4px;
    font-size: 48px;
    line-height: 1.08;
}

.contact-title-row > p {
    max-width: 390px;
    margin: 0 0 4px;
    color: var(--shop-muted);
    font-size: 11px;
    line-height: 1.65;
}

.editorial-title-row {
    display: flex;
    gap: 48px;
    align-items: flex-end;
    justify-content: space-between;
}

.editorial-title-heading {
    padding-left: 18px;
    border-left: 3px solid var(--shop-accent);
}

.editorial-title-heading h1 {
    margin-top: 4px;
    font-size: 48px;
    line-height: 1.08;
}

.editorial-title-row > p {
    max-width: 390px;
    margin: 0 0 4px;
    color: var(--shop-muted);
    font-size: 11px;
    line-height: 1.65;
}

.contact-layout {
    display: grid;
    width: min(calc(100% - 48px), 1570px);
    grid-template-columns: minmax(380px, 0.78fr) minmax(0, 1.22fr);
    gap: 56px;
    align-items: stretch;
    margin: 56px auto 92px;
}

.contact-image {
    min-height: 720px;
    overflow: hidden;
    border: 1px solid var(--shop-line);
    background: var(--shop-soft);
}

.contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-content {
    display: grid;
    grid-template-columns: minmax(260px, 0.75fr) minmax(360px, 1.25fr);
    gap: 46px;
    align-content: center;
    padding: 32px 0;
}

.contact-copy h2,
.editorial-content aside h2 {
    margin: 8px 0 18px;
    font-family: "Manrope", sans-serif;
    font-size: 34px;
    font-weight: 700;
}

.contact-copy > p,
.editorial-content aside p {
    color: var(--shop-muted);
    font-size: 14px;
    line-height: 1.75;
}

.contact-channels {
    display: flex;
    margin-top: 32px;
    flex-direction: column;
}

.contact-channels > a,
.contact-channels > span {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 8px;
    padding: 17px 0;
    border-top: 1px solid var(--shop-line);
    color: var(--shop-ink);
    font-size: 12px;
}

.contact-channels i {
    padding-top: 3px;
    color: var(--shop-accent);
}

.contact-channels span span,
.contact-channels a span {
    display: flex;
    flex-direction: column;
}

.contact-channels small {
    margin-bottom: 3px;
    color: var(--shop-muted);
    font-size: 10px;
    text-transform: uppercase;
}

.contact-form-wrap {
    padding: 34px;
    border: 1px solid var(--shop-line);
    background: var(--shop-soft);
}

.contact-form-heading {
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--shop-line);
}

.contact-form-heading h3 {
    margin: 5px 0 5px;
    color: var(--shop-ink);
    font-size: 21px;
}

.contact-form-heading p {
    margin: 0;
    color: var(--shop-muted);
    font-size: 10px;
    line-height: 1.55;
}

.contact-form-wrap .account-form-message {
    background: #fff;
}

.contact-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.contact-form-wrap label {
    display: block;
    margin-bottom: 7px;
    font-size: 11px;
    font-weight: 700;
}

.contact-form-wrap .form-control,
.contact-form-wrap .form-select {
    min-height: 46px;
    border: 1px solid var(--shop-line);
    border-radius: 0;
    color: var(--shop-ink);
    background: #fff;
    box-shadow: none;
    font-size: 13px;
}

.contact-form-wrap .form-control:focus,
.contact-form-wrap .form-select:focus {
    border-color: var(--shop-accent);
}

.contact-form-wrap textarea.form-control {
    min-height: 130px;
}

.contact-form-wrap .invalid-feedback {
    margin: 4px 0 8px;
    font-size: 10px;
}

.contact-form-wrap label > span {
    color: var(--shop-muted);
    font-size: 9px;
    font-weight: 500;
}

.contact-order-field {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.contact-order-field.is-visible {
    visibility: visible;
    opacity: 1;
}

.contact-label-row {
    display: flex;
    gap: 18px;
    align-items: baseline;
    justify-content: space-between;
}

.contact-label-row > span {
    color: var(--shop-muted);
    font-size: 8px;
}

.contact-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.contact-submit {
    display: flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    border: 0;
    color: #fff;
    background: var(--shop-ink);
    font-size: 13px;
    font-weight: 700;
}

.contact-submit:hover {
    background: var(--shop-accent);
}

.contact-submit:disabled {
    cursor: wait;
    opacity: 0.65;
}

.editorial-content {
    padding: 80px 0 100px;
}

.editorial-content > .container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 90px;
    align-items: start;
}

.editorial-content article {
    max-width: 760px;
    color: #4f5652;
    font-size: 16px;
    line-height: 1.9;
}

.editorial-content article h2,
.editorial-content article h3 {
    margin: 36px 0 14px;
    color: var(--shop-ink);
    font-family: "Manrope", sans-serif;
}

.editorial-content aside {
    padding: 30px;
    background: var(--shop-soft);
}

.editorial-content aside h2 {
    font-size: 24px;
}

.not-found-wrap {
    display: grid;
    min-height: 700px;
    place-items: center;
    background: var(--shop-soft);
}

.not-found-content {
    max-width: 680px;
    margin: 0 auto;
    padding: 70px 0;
    text-align: center;
}

.not-found-code {
    display: block;
    margin-bottom: 6px;
    color: #d9ded9;
    font-family: "Manrope", sans-serif;
    font-size: 110px;
    font-weight: 800;
    line-height: 1;
}

.not-found-content h1 {
    margin: 10px 0 16px;
    font-family: "Manrope", sans-serif;
    font-size: 40px;
    font-weight: 700;
}

.not-found-content > p {
    color: var(--shop-muted);
}

.not-found-search {
    position: relative;
    max-width: 440px;
    margin: 28px auto;
}

.not-found-search input {
    width: 100%;
    height: 50px;
    padding: 0 50px 0 16px;
    border: 1px solid var(--shop-line);
    outline: none;
    background: #fff;
}

.not-found-search input:focus {
    border-color: var(--shop-accent);
}

.not-found-search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border: 0;
    background: transparent;
}

.not-found-actions {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1199px) {
    .contact-title-inner {
        width: min(calc(100% - 40px), 1140px);
    }

    .contact-layout {
        width: min(calc(100% - 40px), 1140px);
        grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
        gap: 40px;
        margin-top: 44px;
        margin-bottom: 76px;
    }

    .contact-image {
        min-height: 680px;
    }

    .contact-content {
        display: block;
        padding: 24px 0;
    }

    .contact-form-wrap {
        margin-top: 34px;
    }
}

@media (max-width: 767px) {
    .content-page-header {
        padding: 28px 0 40px;
    }

    .content-page-header .modern-breadcrumb {
        margin-bottom: 28px;
    }

    .content-page-header h1 {
        font-size: 36px;
    }

    .contact-page .content-page-header {
        padding: 24px 0 34px;
    }

    .contact-title-inner {
        width: calc(100% - 32px);
    }

    .contact-page .content-page-header .modern-breadcrumb {
        margin-bottom: 28px;
    }

    .contact-title-row {
        display: block;
    }

    .contact-title-heading {
        padding-left: 14px;
    }

    .contact-title-heading h1 {
        font-size: 38px;
    }

    .contact-title-row > p {
        max-width: none;
        margin: 18px 0 0 17px;
    }

    .editorial-title-row {
        display: block;
    }

    .editorial-title-heading {
        padding-left: 14px;
    }

    .editorial-title-heading h1 {
        font-size: 38px;
    }

    .editorial-title-row > p {
        max-width: none;
        margin: 18px 0 0 17px;
    }

    .contact-layout {
        display: block;
        width: min(calc(100% - 32px), 680px);
        min-height: 0;
        margin: 32px auto 64px;
    }

    .contact-image {
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .contact-content {
        padding: 42px 0 0;
    }

    .contact-copy {
        min-width: 0;
        max-width: 100%;
    }

    .contact-copy h2 {
        max-width: 100%;
        font-size: 30px;
        overflow-wrap: anywhere;
        white-space: normal;
    }

    .contact-copy > p {
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .contact-form-wrap {
        margin-top: 32px;
        padding: 24px 18px;
    }

    .contact-form-grid {
        display: block;
    }

    .contact-order-field {
        display: none;
    }

    .contact-order-field.is-visible {
        display: block;
    }

    .editorial-content {
        padding: 58px 0 76px;
    }

    .editorial-content > .container {
        display: block;
    }

    .editorial-content aside {
        margin-top: 48px;
    }

    .not-found-wrap {
        min-height: 600px;
    }

    .not-found-code {
        font-size: 84px;
    }

    .not-found-content h1 {
        font-size: 32px;
    }

    .not-found-actions {
        align-items: stretch;
        flex-direction: column;
    }
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .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 {
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .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 {
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .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 {
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .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 {
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .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 {
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }
}
@media (min-width: 576px) {
    .container-sm,
    .container {
        max-width: 540px;
    }
    .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.3333333333%;
    }
    .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.6666666667%;
    }
    .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;
    }
    .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;
    }
    .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: 0.5rem;
        padding-left: 0.5rem;
    }
    .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-header {
        display: none;
    }
    .navbar-expand-sm .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }
    .navbar-expand-sm .offcanvas-top,
    .navbar-expand-sm .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
    .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;
    }
    .list-group-horizontal-sm {
        flex-direction: row;
    }
    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        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: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .float-sm-start {
        float: left !important;
    }
    .float-sm-end {
        float: right !important;
    }
    .float-sm-none {
        float: 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-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;
    }
    .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;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
    .order-sm-first {
        order: -1 !important;
    }
    .order-sm-0 {
        order: 0 !important;
    }
    .order-sm-1 {
        order: 1 !important;
    }
    .order-sm-2 {
        order: 2 !important;
    }
    .order-sm-3 {
        order: 3 !important;
    }
    .order-sm-4 {
        order: 4 !important;
    }
    .order-sm-5 {
        order: 5 !important;
    }
    .order-sm-last {
        order: 6 !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mt-sm-3 {
        margin-top: 1rem !important;
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-5 {
        margin-top: 3rem !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .me-sm-1 {
        margin-right: 0.25rem !important;
    }
    .me-sm-2 {
        margin-right: 0.5rem !important;
    }
    .me-sm-3 {
        margin-right: 1rem !important;
    }
    .me-sm-4 {
        margin-right: 1.5rem !important;
    }
    .me-sm-5 {
        margin-right: 3rem !important;
    }
    .me-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ms-sm-0 {
        margin-left: 0 !important;
    }
    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }
    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }
    .ms-sm-3 {
        margin-left: 1rem !important;
    }
    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }
    .ms-sm-5 {
        margin-left: 3rem !important;
    }
    .ms-sm-auto {
        margin-left: auto !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pt-sm-3 {
        padding-top: 1rem !important;
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pt-sm-5 {
        padding-top: 3rem !important;
    }
    .pe-sm-0 {
        padding-right: 0 !important;
    }
    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pe-sm-3 {
        padding-right: 1rem !important;
    }
    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pe-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }
    .ps-sm-0 {
        padding-left: 0 !important;
    }
    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }
    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }
    .ps-sm-3 {
        padding-left: 1rem !important;
    }
    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }
    .ps-sm-5 {
        padding-left: 3rem !important;
    }
    .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) {
    .container-md,
    .container-sm,
    .container {
        max-width: 720px;
    }
    .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.3333333333%;
    }
    .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.6666666667%;
    }
    .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;
    }
    .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;
    }
    .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: 0.5rem;
        padding-left: 0.5rem;
    }
    .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-header {
        display: none;
    }
    .navbar-expand-md .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }
    .navbar-expand-md .offcanvas-top,
    .navbar-expand-md .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
    .list-group-horizontal-md {
        flex-direction: row;
    }
    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        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: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .float-md-start {
        float: left !important;
    }
    .float-md-end {
        float: right !important;
    }
    .float-md-none {
        float: 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-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;
    }
    .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;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
    .order-md-first {
        order: -1 !important;
    }
    .order-md-0 {
        order: 0 !important;
    }
    .order-md-1 {
        order: 1 !important;
    }
    .order-md-2 {
        order: 2 !important;
    }
    .order-md-3 {
        order: 3 !important;
    }
    .order-md-4 {
        order: 4 !important;
    }
    .order-md-5 {
        order: 5 !important;
    }
    .order-md-last {
        order: 6 !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 0.25rem !important;
    }
    .mt-md-2 {
        margin-top: 0.5rem !important;
    }
    .mt-md-3 {
        margin-top: 1rem !important;
    }
    .mt-md-4 {
        margin-top: 1.5rem !important;
    }
    .mt-md-5 {
        margin-top: 3rem !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .me-md-1 {
        margin-right: 0.25rem !important;
    }
    .me-md-2 {
        margin-right: 0.5rem !important;
    }
    .me-md-3 {
        margin-right: 1rem !important;
    }
    .me-md-4 {
        margin-right: 1.5rem !important;
    }
    .me-md-5 {
        margin-right: 3rem !important;
    }
    .me-md-auto {
        margin-right: auto !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .ms-md-1 {
        margin-left: 0.25rem !important;
    }
    .ms-md-2 {
        margin-left: 0.5rem !important;
    }
    .ms-md-3 {
        margin-left: 1rem !important;
    }
    .ms-md-4 {
        margin-left: 1.5rem !important;
    }
    .ms-md-5 {
        margin-left: 3rem !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 0.25rem !important;
    }
    .pt-md-2 {
        padding-top: 0.5rem !important;
    }
    .pt-md-3 {
        padding-top: 1rem !important;
    }
    .pt-md-4 {
        padding-top: 1.5rem !important;
    }
    .pt-md-5 {
        padding-top: 3rem !important;
    }
    .pe-md-0 {
        padding-right: 0 !important;
    }
    .pe-md-1 {
        padding-right: 0.25rem !important;
    }
    .pe-md-2 {
        padding-right: 0.5rem !important;
    }
    .pe-md-3 {
        padding-right: 1rem !important;
    }
    .pe-md-4 {
        padding-right: 1.5rem !important;
    }
    .pe-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-md-3 {
        padding-bottom: 1rem !important;
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-md-5 {
        padding-bottom: 3rem !important;
    }
    .ps-md-0 {
        padding-left: 0 !important;
    }
    .ps-md-1 {
        padding-left: 0.25rem !important;
    }
    .ps-md-2 {
        padding-left: 0.5rem !important;
    }
    .ps-md-3 {
        padding-left: 1rem !important;
    }
    .ps-md-4 {
        padding-left: 1.5rem !important;
    }
    .ps-md-5 {
        padding-left: 3rem !important;
    }
    .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) {
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px;
    }
    .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.3333333333%;
    }
    .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.6666666667%;
    }
    .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;
    }
    .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;
    }
    .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: 0.5rem;
        padding-left: 0.5rem;
    }
    .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-header {
        display: none;
    }
    .navbar-expand-lg .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }
    .navbar-expand-lg .offcanvas-top,
    .navbar-expand-lg .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
    .list-group-horizontal-lg {
        flex-direction: row;
    }
    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        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: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .float-lg-start {
        float: left !important;
    }
    .float-lg-end {
        float: right !important;
    }
    .float-lg-none {
        float: 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-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;
    }
    .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;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
    .order-lg-first {
        order: -1 !important;
    }
    .order-lg-0 {
        order: 0 !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .order-lg-3 {
        order: 3 !important;
    }
    .order-lg-4 {
        order: 4 !important;
    }
    .order-lg-5 {
        order: 5 !important;
    }
    .order-lg-last {
        order: 6 !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mt-lg-3 {
        margin-top: 1rem !important;
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mt-lg-5 {
        margin-top: 3rem !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .me-lg-1 {
        margin-right: 0.25rem !important;
    }
    .me-lg-2 {
        margin-right: 0.5rem !important;
    }
    .me-lg-3 {
        margin-right: 1rem !important;
    }
    .me-lg-4 {
        margin-right: 1.5rem !important;
    }
    .me-lg-5 {
        margin-right: 3rem !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }
    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }
    .ms-lg-3 {
        margin-left: 1rem !important;
    }
    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }
    .ms-lg-5 {
        margin-left: 3rem !important;
    }
    .ms-lg-auto {
        margin-left: auto !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pt-lg-3 {
        padding-top: 1rem !important;
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pt-lg-5 {
        padding-top: 3rem !important;
    }
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pe-lg-3 {
        padding-right: 1rem !important;
    }
    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pe-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }
    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }
    .ps-lg-3 {
        padding-left: 1rem !important;
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }
    .ps-lg-5 {
        padding-left: 3rem !important;
    }
    .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) {
    h1,
    .h1 {
        font-size: 2.5rem;
    }
    h2,
    .h2 {
        font-size: 2rem;
    }
    h3,
    .h3 {
        font-size: 1.75rem;
    }
    h4,
    .h4 {
        font-size: 1.5rem;
    }
    legend {
        font-size: 1.5rem;
    }
    .display-1 {
        font-size: 5rem;
    }
    .display-2 {
        font-size: 4.5rem;
    }
    .display-3 {
        font-size: 4rem;
    }
    .display-4 {
        font-size: 3.5rem;
    }
    .display-5 {
        font-size: 3rem;
    }
    .display-6 {
        font-size: 2.5rem;
    }
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }
    .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.3333333333%;
    }
    .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.6666666667%;
    }
    .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;
    }
    .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;
    }
    .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: 0.5rem;
        padding-left: 0.5rem;
    }
    .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-header {
        display: none;
    }
    .navbar-expand-xl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }
    .navbar-expand-xl .offcanvas-top,
    .navbar-expand-xl .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
    .list-group-horizontal-xl {
        flex-direction: row;
    }
    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        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: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
    .modal-xl {
        max-width: 1140px;
    }
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .float-xl-start {
        float: left !important;
    }
    .float-xl-end {
        float: right !important;
    }
    .float-xl-none {
        float: 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-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;
    }
    .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;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
    .order-xl-first {
        order: -1 !important;
    }
    .order-xl-0 {
        order: 0 !important;
    }
    .order-xl-1 {
        order: 1 !important;
    }
    .order-xl-2 {
        order: 2 !important;
    }
    .order-xl-3 {
        order: 3 !important;
    }
    .order-xl-4 {
        order: 4 !important;
    }
    .order-xl-5 {
        order: 5 !important;
    }
    .order-xl-last {
        order: 6 !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xl-3 {
        margin-top: 1rem !important;
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xl-5 {
        margin-top: 3rem !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .me-xl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xl-3 {
        margin-right: 1rem !important;
    }
    .me-xl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xl-5 {
        margin-right: 3rem !important;
    }
    .me-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ms-xl-0 {
        margin-left: 0 !important;
    }
    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xl-3 {
        margin-left: 1rem !important;
    }
    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xl-5 {
        margin-left: 3rem !important;
    }
    .ms-xl-auto {
        margin-left: auto !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xl-3 {
        padding-top: 1rem !important;
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xl-5 {
        padding-top: 3rem !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xl-3 {
        padding-right: 1rem !important;
    }
    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xl-3 {
        padding-left: 1rem !important;
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xl-5 {
        padding-left: 3rem !important;
    }
    .text-xl-start {
        text-align: left !important;
    }
    .text-xl-end {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
    .fs-1 {
        font-size: 2.5rem !important;
    }
    .fs-2 {
        font-size: 2rem !important;
    }
    .fs-3 {
        font-size: 1.75rem !important;
    }
    .fs-4 {
        font-size: 1.5rem !important;
    }
}
@media (min-width: 1400px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px;
    }
    .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.3333333333%;
    }
    .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.6666666667%;
    }
    .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;
    }
    .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;
    }
    .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: 0.5rem;
        padding-left: 0.5rem;
    }
    .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-header {
        display: none;
    }
    .navbar-expand-xxl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }
    .navbar-expand-xxl .offcanvas-top,
    .navbar-expand-xxl .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
    .list-group-horizontal-xxl {
        flex-direction: row;
    }
    .list-group-horizontal-xxl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xxl > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        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: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
    .sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .float-xxl-start {
        float: left !important;
    }
    .float-xxl-end {
        float: right !important;
    }
    .float-xxl-none {
        float: 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-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;
    }
    .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;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
    .order-xxl-first {
        order: -1 !important;
    }
    .order-xxl-0 {
        order: 0 !important;
    }
    .order-xxl-1 {
        order: 1 !important;
    }
    .order-xxl-2 {
        order: 2 !important;
    }
    .order-xxl-3 {
        order: 3 !important;
    }
    .order-xxl-4 {
        order: 4 !important;
    }
    .order-xxl-5 {
        order: 5 !important;
    }
    .order-xxl-last {
        order: 6 !important;
    }
    .m-xxl-0 {
        margin: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xxl-3 {
        margin-top: 1rem !important;
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xxl-5 {
        margin-top: 3rem !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .me-xxl-0 {
        margin-right: 0 !important;
    }
    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xxl-3 {
        margin-right: 1rem !important;
    }
    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xxl-5 {
        margin-right: 3rem !important;
    }
    .me-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xxl-3 {
        margin-left: 1rem !important;
    }
    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xxl-5 {
        margin-left: 3rem !important;
    }
    .ms-xxl-auto {
        margin-left: auto !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xxl-3 {
        padding-top: 1rem !important;
    }
    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xxl-5 {
        padding-top: 3rem !important;
    }
    .pe-xxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xxl-3 {
        padding-right: 1rem !important;
    }
    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xxl-3 {
        padding-left: 1rem !important;
    }
    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xxl-5 {
        padding-left: 3rem !important;
    }
    .text-xxl-start {
        text-align: left !important;
    }
    .text-xxl-end {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
}
@media print {
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-grid {
        display: grid !important;
    }
    .d-print-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;
    }
}
* {
    vertical-align: baseline;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-touch-callout: none;
}
*:hover,
*:focus,
*:active,
*:visited {
    outline: none !important;
}
body {
    font-size: 16px;
    border: none;
    height: 100%;
    width: 100%;
    padding: 0;
    font-family: "Poppins";
    color: #001d3d;
    background-color: #f1f1f1;
}
.breadcrumb a {
    color: #f7ca0d;
}
figure,
pre,
table {
    max-width: 100%;
    height: auto;
}
img {
    width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    font-size: inherit;
    font-family: inherit;
    display: inline-block;
}
.main-color {
    color: #f7ca0d;
}
.navbar-toggler {
    margin-top: 5px;
    padding-bottom: 0;
}
.navbar-toggler .navbar-toggler-icon {
    color: #fff;
}
.navbar-toggler:focus {
    box-shadow: none;
}
ul {
    margin: 0px;
    padding: 0px;
}
ul li {
    list-style: none;
}
.text-primary {
    color: #f7ca0d !important;
}
.text-secondary {
    color: #001d3d;
}
.bg-dark {
    background: #001d3d;
}
a.link {
    color: #001d3d;
}
a.link:hover {
    color: #f7ca0d;
}
.btn-dark {
    padding: 10px 20px;
    background-color: #001d3d;
    border-radius: 0px;
}
.btn-dark:hover {
    background-color: #f7ca0d;
    border-color: #f7ca0d;
}
.logo a span {
    font-family: "Roboto";
    font-weight: bold;
}
.top-header form .input-group span {
    color: #f7ca0d;
}
header .navbar .nav-link {
    color: #fff;
    padding: 10px 15px 10px 15px !important;
    font-family: "Roboto";
}
header .navbar .nav-link:hover {
    color: #f7ca0d;
}
header .navbar .dropdown-item:focus {
    color: #f7ca0d;
    background-color: rgba(255, 255, 255, 0.15);
}
header .right-nav {
    position: absolute;
    top: 10px;
    right: 10px;
}
header .btn-dark {
    background-color: transparent;
    color: #fff;
    border: none;
}
header .btn-dark:hover {
    background-color: transparent;
    color: #f7ca0d;
    outline: none;
    box-shadow: none;
}
header .btn-dark:active {
    background-color: transparent;
    color: #f7ca0d;
    outline: none;
    box-shadow: none;
}
header .btn-dark:focus {
    background-color: transparent;
    color: #f7ca0d;
    outline: none;
    box-shadow: none;
}
main {
    background-color: #f1f1f1;
}
.bg-light {
    background-color: #f1f1f1 !important;
}
.section-title {
    position: relative;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
}
.section-title:after {
    position: absolute;
    content: "";
    width: 70px;
    height: 5px;
    background-color: #f7ca0d;
    left: 0;
    bottom: 0px;
}
.section-title h2 {
    font-size: 32px;
    font-family: "Roboto";
    text-transform: uppercase;
    font-weight: bold;
    color: #3d464d;
    background-color: #f1f1f1;
}
.sub-title {
    position: relative;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
.sub-title:after {
    position: absolute;
    content: "";
    width: 70px;
    height: 5px;
    background-color: #f7ca0d;
    left: 0;
    bottom: 0px;
}
.sub-title h2 {
    font-size: 22px;
    font-family: "Roboto";
    text-transform: uppercase;
    font-weight: bold;
    color: #3d464d;
    background-color: #f1f1f1;
}
.section-1 {
    clear: both;
}
.section-1 .carousel .carousel-item {
    height: 520px;
}
.section-1 .carousel .carousel-inner {
    height: 520px;
}
.section-1 .carousel .carousel-inner .carousel-caption {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(61, 70, 77, 0.5);
}
.section-1 .carousel .carousel-inner .carousel-caption h1 {
    font-family: "Roboto";
    font-weight: 700;
}
.section-1 .carousel .carousel-inner .carousel-caption div {
    width: 800px;
}
footer {
    color: #fff;
    background-color: #001d3d;
}
footer .copyright-area {
    background-color: #a08310;
}
footer h3 {
    font-weight: "Poppins";
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-top: 25px;
    color: #fff;
    position: relative;
}
footer h3:after {
    position: absolute;
    content: "";
    width: 70px;
    height: 5px;
    background-color: #f7ca0d;
    left: 0;
    bottom: 0px;
}
footer a {
    color: #fff;
    padding-bottom: 5px;
    display: block;
    font-size: 16px;
}
footer a:hover {
    color: #f7ca0d;
}
.section-2 {
    margin: 60px 0;
}
.section-2 .box {
    background-color: #fff;
    font-family: "Poppins";
    display: flex;
    align-items: center;
    padding: 1.5em 1em;
    margin-bottom: 25px;
}
.section-2 .box .icon {
    font-size: 40px;
}
.section-2 .box h2 {
    font-size: 1.2em;
    padding-left: 0.6em;
}
.section-3 .cat-card {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    margin-bottom: 20px;
    background-color: #fff;
    display: flex;
}
.section-3 .cat-card .left {
    width: 40%;
}
.section-3 .cat-card .right {
    width: 70%;
    padding: 0 0 0 1em;
    align-items: center;
    display: flex;
}
.section-3 .cat-card .right .cat-data h2 {
    font-size: 1.2em;
}
.section-3 .cat-card .right .cat-data p {
    font-size: 0.9em;
    padding-bottom: 0;
    margin: 0;
    color: #f7ca0d;
}
.section-3 .cat-card .right:hover {
    background-color: #f7ca0d;
    color: #fff;
}
.section-3 .cat-card .right:hover p {
    color: #000;
}
.section-4 .product-card {
    margin-bottom: 25px;
    border: 0px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.section-4 .product-card .product-img {
    z-index: 2;
    display: block;
    position: relative;
}
.section-4 .product-card .whishlist {
    position: absolute;
    top: 10px;
    right: 15px;
    opacity: 0;
}
.section-4 .product-card .product-action {
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
    z-index: 3;
}
.section-4 .product-card .product-action .btn {
    flex-direction: column;
    margin-bottom: 10px;
}
.section-4 .product-card:hover .product-action {
    opacity: 1;
}
.section-4 .product-card:hover .whishlist {
    opacity: 1;
    z-index: 2;
    font-size: 30px;
    color: #001d3d;
}
.section-4 .product-card:hover .whishlist:hover {
    color: #f7ca0d;
}
.section-6 .product-card {
    margin-bottom: 25px;
    border: 0px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.section-6 .product-card .product-img {
    z-index: 2;
    display: block;
    position: relative;
}
.section-6 .product-card .whishlist {
    position: absolute;
    top: 10px;
    right: 15px;
    opacity: 0;
}
.section-6 .product-card .product-action {
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
    z-index: 3;
}
.section-6 .product-card .product-action .btn {
    flex-direction: column;
    margin-bottom: 10px;
}
.section-6 .product-card:hover .product-action {
    opacity: 1;
}
.section-6 .product-card:hover .whishlist {
    opacity: 1;
    z-index: 2;
    font-size: 30px;
    color: #001d3d;
}
.section-6 .product-card:hover .whishlist:hover {
    color: #f7ca0d;
}
.section-6 .sidebar .accordion-button {
    padding: 10px 15px;
}
.section-6 .sidebar .accordion-button:focus {
    box-shadow: none;
    background-color: transparent;
}
.section-6 .sidebar .accordion-button:hover {
    color: #f7ca0d;
}
.section-6 .sidebar .accordion-item {
    border: none;
}
.section-6 .sidebar .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #001d3d;
}
.section-6 .sidebar .accordion-item .accordion-body {
    padding: 0;
}
.section-6 .sidebar .accordion-item .accordion-body .nav-link {
    padding-left: 25px;
    color: #001d3d;
}
.section-6 .sidebar .accordion-item .nav-link {
    color: #001d3d;
}
.section-6 .sidebar .accordion-item .nav-link:hover {
    color: #f7ca0d;
}
.section-6 .sidebar .nav-link {
    color: #001d3d;
}
.section-6 .sidebar .nav-link:hover {
    color: #f7ca0d;
}
.section-7 .right {
    padding-right: 70px;
    padding-left: 50px;
}
.section-7 h1 {
    font-family: "Roboto";
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}
.section-7 .price {
    font-size: 28px;
    font-family: "Roboto";
    font-weight: 700;
    margin-bottom: 10px;
}
.section-7 p {
    font-family: "Poppins";
    line-height: 1.5;
}
.section-7 .nav-link {
    color: #001d3d;
}
.section-7 .nav-tabs .nav-link.active,
.section-7 .nav-tabs .nav-item.show .nav-link {
    color: #001d3d;
}
.section-7 .nav-link:hover,
.section-7 .nav-link:focus {
    color: #001d3d;
}
.section-7 .tab-content {
    padding: 30px;
    background-color: #fff;
    line-height: 1.8;
}
.section-8 {
}
.section-8 .slick-slide {
    margin: 0 10px;
}
.section-8 .slick-list {
    margin: 0 -10px;
}
.section-8 .product-card {
    margin-bottom: 25px;
    border: 0px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.section-8 .product-card .product-img {
    z-index: 2;
    display: block;
    position: relative;
}
.section-8 .product-card .whishlist {
    position: absolute;
    top: 10px;
    right: 15px;
    opacity: 0;
}
.section-8 .product-card .product-action {
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
    z-index: 3;
}
.section-8 .product-card .product-action .btn {
    flex-direction: column;
    margin-bottom: 10px;
}
.section-8 .product-card:hover .product-action {
    opacity: 1;
}
.section-8 .product-card:hover .whishlist {
    opacity: 1;
    z-index: 2;
    font-size: 30px;
    color: #001d3d;
}
.section-8 .product-card:hover .whishlist:hover {
    color: #f7ca0d;
}
.section-9 .apply-coupan .form-control {
    border-radius: 0px;
}
.section-9 .apply-coupan button {
    padding-left: 10px;
    padding-right: 10px;
}
.section-9 .table {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.section-9 .table img {
    width: 50px;
    margin-right: 10px;
}
.section-9 .table th {
    text-align: center;
}
.section-9 .table td {
    vertical-align: middle;
    text-align: center;
    background-color: #fff;
}
.section-9 .table thead {
    background-color: #f7ca0d;
    color: #fff;
}
.section-9 #cart h2 {
    font-size: 16px;
}
.section-9 .cart-summery {
    font-size: 18px;
    padding: 20px;
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.section-9 .summery-end {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    font-size: 22px;
}
.section-9 .payment-form {
    padding: 30px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border: 0px;
    margin-top: 30px;
}
.section-10 .form-control:focus {
    border-color: #4aba70;
}
.section-10 .login-form {
    width: 500px;
    margin: 0 auto;
    padding: 30px 0;
}
.section-10 .login-form form {
    color: #434343;
    border-radius: 1px;
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #f3f3f3;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
}
.section-10 .login-form h4 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
}
.section-10 .login-form .form-group {
    margin-bottom: 20px;
}
.section-10 .login-form .form-control,
.section-10 .login-form .btn {
    min-height: 40px;
    border-radius: 2px;
    transition: all 0.5s;
}
.section-10 .login-form .close {
    position: absolute;
    top: 15px;
    right: 15px;
}
.section-10 .login-form .btn {
    border: none;
    line-height: normal;
}
.section-10 .login-form .checkbox-inline {
    float: left;
}
.section-10 .login-form input[type="checkbox"] {
    margin-top: 2px;
}
.section-10 .login-form .forgot-link {
    float: right;
}
.section-10 .login-form .small {
    font-size: 16px;
}
.section-10 .login-form a {
    color: #001d3d;
}
.section-10 .login-form a:hover {
    color: #f7ca0d;
}
.section-11 .nav-item .nav-link {
    background-color: #001d3d;
    color: #fff;
    margin-bottom: 5px;
}
.section-11 .active .nav-link {
    background-color: #f7ca0d;
}
.section-11 .card {
    border: none;
}
.section-11 .card label {
    font-size: 15px;
    margin-bottom: 10px;
}
.section-11 .card .form-control {
    border-radius: 0;
    padding: 10px 15px;
}
.section-11 .card table a {
    color: #001d3d;
}
.section-11 .card table a:hover {
    color: #f7ca0d;
}
.section-11 .card .product-title a {
    color: #001d3d;
    font-size: 24px;
}
.section-11 .card .product-title a:hover {
    color: #f7ca0d;
}
.section-11 #account-panel i {
    width: 25px;
}
.section-11 #account-panel .nav-link:hover {
    background-color: #f7ca0d;
}
.checkout-form {
    padding: 30px;
}
.checkout-form label {
    padding-bottom: 10px;
}
.checkout-form .form-control {
    border-radius: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.mobile-logo {
    display: none;
}
@media (max-width: 768px) {
    .section-1 .carousel .carousel-item {
        height: auto;
    }
    .mobile-logo {
        display: block;
        position: absolute;
        left: 50px;
        top: 17px;
    }
    .navbar-toggler {
        margin-top: 8px;
    }
    .section-10 .login-form {
        width: 100%;
    }
    header .right-nav {
        position: absolute;
        top: 13px;
        right: 10px;
    }
    .section-1 .carousel .carousel-inner {
        min-height: 0px;
        height: auto;
    }
    .section-1 .carousel .carousel-inner .carousel-caption div {
        width: auto;
    }
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 12px;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}
.brand-mark-dark {
    color: #f7ca0d;
    background: #001d3d;
}
.brand-mark-gold {
    color: #001d3d;
    background: #f7ca0d;
    margin-left: -4px;
}
.brand-mark-light {
    color: #fff;
}
.header-search .form-control,
.header-search .input-group-text {
    min-height: 44px;
    border-color: #e2e6ea;
}
.header-search .input-group-text {
    color: #001d3d;
    background: #f7ca0d;
    border-color: #f7ca0d;
}
.cart-link {
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 50%;
}
.section-1 .carousel .carousel-inner .carousel-caption {
    background: linear-gradient(90deg, rgba(0, 29, 61, 0.78), rgba(0, 29, 61, 0.34));
}
.section-1 .carousel .carousel-inner .carousel-caption p {
    font-size: 18px;
}
.store-highlights {
    margin-top: -34px;
    position: relative;
    z-index: 5;
}
.highlight-card {
    display: flex;
    min-height: 104px;
    flex-direction: column;
    justify-content: center;
    padding: 20px 24px;
    color: #001d3d;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(0, 29, 61, 0.12);
}
.highlight-card:hover {
    color: #001d3d;
    transform: translateY(-2px);
}
.highlight-card span {
    color: #6c757d;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.highlight-card strong {
    margin-top: 8px;
    font-size: 20px;
}
.highlight-card-dark {
    color: #fff;
    background: #001d3d;
}
.highlight-card-dark:hover,
.highlight-card-dark span {
    color: #fff;
}
.section-2 .box,
.section-3 .cat-card,
.product-card,
.shop-surface,
.empty-shop {
    border-radius: 8px;
}
.section-3 .cat-card {
    overflow: hidden;
    color: #001d3d;
    min-height: 120px;
}
.section-3 .cat-card:hover {
    color: #001d3d;
    transform: translateY(-2px);
}
.product-card {
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.product-card:hover {
    transform: translateY(-4px);
}
.product-card .card-img-top {
    aspect-ratio: 1 / 1.1;
    object-fit: cover;
    background: #fff;
}
.product-badge {
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}
.product-badge-sale {
    color: #001d3d;
    background: #f7ca0d;
}
.product-badge-new {
    color: #fff;
    background: #176b87;
}
.product-badge-stock {
    color: #fff;
    background: #b02a37;
}
.product-badge + .product-badge {
    top: 48px;
}
.product-badge:nth-of-type(3) {
    top: 84px;
}
.shop-surface {
    margin-bottom: 24px;
    padding: 24px;
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
}
.shop-toolbar {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}
.shop-toolbar h1 {
    margin-bottom: 4px;
    color: #001d3d;
    font-size: 30px;
    font-weight: 800;
}
.shop-toolbar p {
    margin-bottom: 0;
    color: #6c757d;
}
.eyebrow {
    color: #176b87;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}
.shop-toolbar-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}
.shop-toolbar-actions .form-control {
    min-width: 170px;
}
.view-toggle .btn {
    min-width: 44px;
}
.clear-filter {
    min-height: 38px;
}
.product-excerpt {
    display: none;
    margin: 10px 0 0;
    color: #6c757d;
}
.product-results.list-view .product-card {
    display: grid;
    grid-template-columns: minmax(180px, 260px) 1fr;
}
.product-results.list-view .product-card .product-image {
    min-height: 100%;
}
.product-results.list-view .product-card .card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left !important;
}
.product-results.list-view .product-excerpt {
    display: block;
}
.empty-shop {
    padding: 54px 24px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
}
.empty-shop i {
    color: #f7ca0d;
    font-size: 42px;
    margin-bottom: 18px;
}
.empty-shop h2 {
    color: #001d3d;
    font-size: 28px;
    font-weight: 800;
}
.product-detail-meta {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
}
.product-detail-meta .product-badge {
    position: static;
}

@media (max-width: 991px) {
    .store-highlights {
        margin-top: 20px;
    }
    .shop-toolbar {
        align-items: stretch;
        flex-direction: column;
    }
    .shop-toolbar-actions {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .brand-mark {
        min-height: 34px;
        padding: 0 8px;
        font-size: 22px;
    }
    .shop-toolbar-actions .form-control {
        flex: 1 1 100%;
    }
    .product-results.list-view .product-card {
        display: block;
    }
}

/* Modern storefront */
:root {
    --shop-ink: #171a1d;
    --shop-muted: #6b706f;
    --shop-line: #e7e9e6;
    --shop-paper: #ffffff;
    --shop-soft: #f4f5f1;
    --shop-accent: #16624f;
    --shop-accent-dark: #0e493b;
    --shop-warm: #d5a24a;
    --shop-sale: #a43b32;
}

body {
    color: var(--shop-ink);
    background: var(--shop-paper);
    font-family: "DM Sans", sans-serif;
}

.container {
    width: min(calc(100% - 40px), 1280px);
    max-width: 1280px;
}

.announcement-bar {
    color: #fff;
    background: var(--shop-ink);
    font-size: 12px;
    font-weight: 600;
}

.announcement-inner,
.announcement-inner > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.announcement-inner {
    min-height: 34px;
}

.announcement-inner p {
    margin: 0;
}

.announcement-inner p i {
    margin-right: 8px;
    color: var(--shop-warm);
}

.announcement-inner > div {
    gap: 14px;
}

.announcement-inner > div span {
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.28);
}

.announcement-bar a {
    color: #fff;
}

.announcement-bar a:hover {
    color: var(--shop-warm);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    background: #123c32;
    box-shadow: 0 8px 24px rgba(12, 28, 24, 0.1);
}

.site-header .navbar {
    min-height: 78px;
    padding: 0;
}

.site-brand {
    display: inline-flex;
    flex: 0 0 auto;
    gap: 12px;
    align-items: center;
    color: #fff;
}

.site-brand:hover {
    color: #fff;
}

.site-brand-mark {
    display: inline-grid;
    width: 22px;
    height: 36px;
    place-items: center;
    color: #f0c875;
    font-size: 17px;
}

.site-brand-wordmark {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.site-brand-copy {
    font-family: "Manrope", sans-serif;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
}

.site-brand-copy strong {
    color: #f0c875;
    font-weight: 800;
}

.site-brand-wordmark small {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
}

.site-header .navbar-collapse {
    justify-content: center;
}

.site-navigation {
    gap: 2px;
    align-items: center;
    margin: 0 24px;
}

.site-header .site-navigation .nav-link {
    padding: 29px 12px;
    border: 0;
    color: rgba(255, 255, 255, 0.88);
    background: transparent;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.site-header .site-navigation .nav-link:hover,
.site-header .site-navigation .nav-link:focus {
    color: #f0c875;
}

.site-header .dropdown-toggle::after {
    margin-left: 6px;
    vertical-align: 2px;
}

.site-header .dropdown-menu {
    min-width: 210px;
    margin-top: 0;
    padding: 8px;
    border: 1px solid var(--shop-line);
    border-radius: 4px;
    box-shadow: 0 14px 34px rgba(23, 26, 29, 0.12);
}

.site-header .dropdown-item {
    padding: 9px 12px;
    border-radius: 3px;
    color: var(--shop-ink);
    font-size: 14px;
}

.site-header .dropdown-item:hover {
    color: var(--shop-accent);
    background: var(--shop-soft);
}

.header-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
    align-items: center;
}

.header-search,
.mobile-nav-search {
    position: relative;
}

.header-search input,
.mobile-nav-search input {
    width: 190px;
    height: 42px;
    padding: 0 42px 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 3px;
    outline: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.09);
    font-size: 13px;
}

.header-search input:focus,
.mobile-nav-search input:focus {
    border-color: rgba(240, 200, 117, 0.75);
    background: rgba(255, 255, 255, 0.14);
}

.header-search input::placeholder,
.mobile-nav-search input::placeholder {
    color: rgba(255, 255, 255, 0.58);
}

.header-search button,
.mobile-nav-search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    color: #fff;
    background: transparent;
}

.header-icon-link {
    position: relative;
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid transparent;
    color: #fff;
    font-size: 17px;
}

.header-icon-link:hover {
    border-color: rgba(255, 255, 255, 0.2);
    color: #f0c875;
}

.cart-count {
    position: absolute;
    top: 0;
    right: -2px;
    display: grid;
    width: 18px;
    height: 18px;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: var(--shop-sale);
    font-size: 9px;
    font-weight: 700;
}

.menu-btn {
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 3px;
    color: #fff;
}

.menu-btn:focus {
    box-shadow: 0 0 0 3px rgba(22, 98, 79, 0.14);
}

.shop-home main {
    overflow: hidden;
}

.home-hero {
    position: relative;
    min-height: 650px;
    color: #fff;
    background: #222926;
}

.home-hero-media {
    position: absolute;
    inset: 0;
    background-image: url("https://images.unsplash.com/photo-1441984904996-e0b6ba687e04?auto=format&fit=crop&w=2200&q=88");
    background-position: 54% center;
    background-size: cover;
    transform: scale(1.01);
}

.home-hero::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, rgba(9, 14, 12, 0.86) 0%, rgba(9, 14, 12, 0.64) 43%, rgba(9, 14, 12, 0.18) 76%, rgba(9, 14, 12, 0.1) 100%);
}

.home-hero-inner {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 650px;
    align-items: center;
    justify-content: space-between;
    padding-top: 48px;
    padding-bottom: 48px;
}

.home-hero-content {
    width: min(680px, 100%);
}

.hero-kicker,
.section-kicker {
    display: block;
    color: var(--shop-accent);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.hero-kicker {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
    color: #fff;
}

.hero-kicker span {
    width: 28px;
    height: 2px;
    background: var(--shop-warm);
}

.home-hero h1 {
    max-width: 660px;
    margin: 0 0 22px;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 66px;
    font-weight: 800;
    line-height: 1.04;
}

.home-hero p {
    max-width: 590px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.6;
}

.hero-actions {
    display: flex;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap;
}

.hero-secondary-link {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.hero-secondary-link i {
    font-size: 11px;
    transition: transform 0.2s ease;
}

.hero-secondary-link:hover {
    border-color: #fff;
    color: #fff;
}

.hero-secondary-link:hover i {
    transform: translateX(4px);
}

.hero-category-links {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-top: 48px;
    font-size: 13px;
}

.hero-category-links span {
    color: rgba(255, 255, 255, 0.55);
}

.hero-category-links a {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
}

.hero-category-links a:hover {
    color: #f0c875;
}

.hero-product-preview {
    position: absolute;
    right: 0;
    bottom: 40px;
    display: grid;
    width: 330px;
    grid-template-columns: 76px minmax(0, 1fr) 18px;
    gap: 16px;
    align-items: center;
    padding: 12px;
    color: var(--shop-ink);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(12px);
    transition: transform 0.2s ease, background 0.2s ease;
}

.hero-product-preview:hover {
    color: var(--shop-ink);
    background: #fff;
    transform: translateY(-4px);
}

.hero-product-image {
    display: block;
    width: 76px;
    height: 76px;
    overflow: hidden;
    background: var(--shop-soft);
}

.hero-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-product-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.hero-product-copy small {
    margin-bottom: 4px;
    color: var(--shop-accent);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.hero-product-copy strong {
    overflow: hidden;
    margin-bottom: 3px;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hero-product-copy span {
    color: var(--shop-muted);
    font-size: 13px;
}

.hero-product-preview > i {
    color: var(--shop-accent);
    font-size: 12px;
}

.btn-home {
    display: inline-flex;
    min-height: 50px;
    gap: 12px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.btn-home-primary {
    color: #fff;
    background: var(--shop-accent);
}

.btn-home-primary:hover {
    color: #fff;
    background: var(--shop-accent-dark);
}

.btn-home-ghost {
    border-color: rgba(255, 255, 255, 0.65);
    color: #fff;
    background: rgba(0, 0, 0, 0.08);
}

.btn-home-ghost:hover {
    border-color: #fff;
    color: var(--shop-ink);
    background: #fff;
}

.btn-home-dark {
    color: #fff;
    background: var(--shop-ink);
}

.btn-home-dark:hover {
    color: #fff;
    background: var(--shop-accent);
}

.btn-home-light {
    color: var(--shop-ink);
    background: #fff;
}

.btn-home-light:hover {
    color: #fff;
    background: var(--shop-ink);
}

.hero-scroll {
    position: absolute;
    z-index: 3;
    right: 32px;
    bottom: 28px;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 50%;
    color: #fff;
}

.hero-scroll:hover {
    color: var(--shop-ink);
    background: #fff;
}

.service-strip {
    border-bottom: 1px solid var(--shop-line);
    background: #fff;
}

.service-strip-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.service-item {
    display: flex;
    min-height: 92px;
    gap: 14px;
    align-items: center;
    padding: 18px 28px;
    border-right: 1px solid var(--shop-line);
}

.service-item:first-child {
    border-left: 1px solid var(--shop-line);
}

.service-item > i {
    width: 28px;
    color: var(--shop-accent);
    font-size: 22px;
    text-align: center;
}

.service-item div {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.service-item strong {
    margin-bottom: 3px;
    font-size: 14px;
}

.service-item span {
    color: var(--shop-muted);
    font-size: 12px;
}

.home-section {
    padding: 96px 0;
}

.home-section-heading {
    display: flex;
    gap: 24px;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 34px;
}

.home-section-heading h2,
.home-story h2,
.closing-banner h2 {
    margin: 8px 0 0;
    color: var(--shop-ink);
    font-family: "Manrope", sans-serif;
    font-size: 36px;
    font-weight: 700;
}

.home-section-heading p {
    max-width: 520px;
    margin: 12px 0 0;
    color: var(--shop-muted);
    font-size: 14px;
    line-height: 1.6;
}

.text-link {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--shop-ink);
    color: var(--shop-ink);
    font-size: 13px;
    font-weight: 700;
}

.text-link:hover {
    border-color: var(--shop-accent);
    color: var(--shop-accent);
}

.category-section {
    background: var(--shop-soft);
}

.category-showcase {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: repeat(2, 218px);
    gap: 14px;
}

.category-tile {
    position: relative;
    grid-column: span 3;
    grid-row: span 1;
    min-height: 0;
    overflow: hidden;
    background: #d9dcd7;
}

.category-tile-1 {
    grid-column: span 6;
    grid-row: span 2;
}

.category-tile-2 {
    grid-column: span 3;
    grid-row: span 2;
}

.category-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.category-tile-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12, 18, 16, 0.05) 30%, rgba(12, 18, 16, 0.72) 100%);
    transition: background 0.25s ease;
}

.category-tile-index {
    position: absolute;
    top: 18px;
    left: 20px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 11px;
    font-weight: 800;
}

.category-tile-content {
    position: absolute;
    right: 24px;
    bottom: 24px;
    left: 24px;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.category-tile-content strong {
    font-family: "Manrope", sans-serif;
    font-size: 23px;
    font-weight: 700;
}

.category-tile-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
}

.category-tile-meta small {
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
}

.category-tile-meta > span {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.category-tile-meta i {
    font-size: 10px;
    transition: transform 0.2s ease;
}

.category-tile:hover img {
    transform: scale(1.045);
}

.category-tile:hover .category-tile-overlay {
    background: linear-gradient(180deg, rgba(12, 18, 16, 0.12) 25%, rgba(12, 18, 16, 0.82) 100%);
}

.category-tile:hover .category-tile-meta i {
    transform: translateX(4px);
}

.category-tile:focus-visible {
    outline: 3px solid var(--shop-warm);
    outline-offset: 3px;
}

.featured-section {
    background: #fff;
}

.featured-filter-bar {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    margin: -6px 0 28px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--shop-line);
}

.featured-filters {
    display: inline-flex;
    padding: 3px;
    background: var(--shop-soft);
}

.featured-filter {
    min-height: 38px;
    padding: 0 16px;
    border: 0;
    color: var(--shop-muted);
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.featured-filter:hover {
    color: var(--shop-accent);
}

.featured-filter.is-active {
    color: #fff;
    background: var(--shop-accent);
}

.featured-filter:focus-visible {
    outline: 2px solid var(--shop-warm);
    outline-offset: 2px;
}

.featured-result-count {
    color: var(--shop-muted);
    font-size: 12px;
    white-space: nowrap;
}

.featured-result-count strong {
    color: var(--shop-ink);
}

.home-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 38px 18px;
}

.home-product-card {
    min-width: 0;
}

.home-product-card.is-filtered-out {
    display: none;
}

.home-product-media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: var(--shop-soft);
}

.home-product-media > a,
.home-product-media img {
    display: block;
    width: 100%;
    height: 100%;
}

.home-product-media img {
    object-fit: cover;
    transition: transform 0.4s ease;
}

.home-product-card:hover .home-product-media img {
    transform: scale(1.025);
}

.home-product-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 6px 9px;
    color: #fff;
    background: var(--shop-sale);
    font-size: 11px;
    font-weight: 700;
}

.home-product-badge.badge-new {
    background: var(--shop-accent);
}

.product-wishlist-button {
    position: absolute;
    top: 12px;
    right: 12px;
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: var(--shop-ink);
    background: rgba(255, 255, 255, 0.94);
    font-size: 16px;
    cursor: pointer;
}

.product-wishlist-button:hover {
    color: #fff;
    background: var(--shop-accent);
}

.quick-add-button {
    position: absolute;
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: flex;
    min-height: 45px;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 0;
    border-radius: 3px;
    opacity: 0;
    color: #fff;
    background: var(--shop-ink);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.quick-add-button:hover {
    background: var(--shop-accent);
}

.quick-add-button.is-disabled {
    background: #757a78;
    cursor: not-allowed;
}

.home-product-card:hover .quick-add-button,
.home-product-card:focus-within .quick-add-button {
    opacity: 1;
    transform: translateY(0);
}

.home-product-info {
    padding-top: 16px;
}

.home-product-meta {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
    color: var(--shop-muted);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.home-product-rating {
    display: inline-flex;
    gap: 4px;
    align-items: center;
    color: var(--shop-ink);
    text-transform: none;
}

.home-product-rating i {
    color: var(--shop-warm);
    font-size: 9px;
}

.home-product-rating small {
    color: var(--shop-muted);
    font-size: 9px;
}

.home-product-info > a {
    display: block;
    overflow: hidden;
    color: var(--shop-ink);
    font-size: 15px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-product-info > a:hover {
    color: var(--shop-accent);
}

.home-product-price {
    display: flex;
    gap: 9px;
    align-items: baseline;
    margin-top: 7px;
}

.home-product-price strong {
    font-size: 14px;
}

.home-product-price del {
    color: #929694;
    font-size: 12px;
}

.home-story {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(440px, 0.7fr);
    min-height: 720px;
    background: #e8ebe5;
}

.home-story-image {
    position: relative;
    min-height: 720px;
    overflow: hidden;
}

.home-story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-story-image figcaption {
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.65);
    color: #fff;
}

.home-story-image figcaption span {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.home-story-image figcaption strong {
    font-family: "Manrope", sans-serif;
    font-size: 18px;
}

.home-story-content {
    display: flex;
    width: 100%;
    max-width: 620px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 64px;
}

.home-story-content p {
    margin: 20px 0 24px;
    color: #565d59;
    font-size: 16px;
    line-height: 1.75;
}

.story-stats {
    display: flex;
    width: 100%;
    gap: 36px;
    margin-bottom: 24px;
    padding: 18px 0;
    border-top: 1px solid #cbd0ca;
    border-bottom: 1px solid #cbd0ca;
}

.story-stats div {
    display: flex;
    flex-direction: column;
}

.story-stats strong {
    color: var(--shop-accent);
    font-family: "Manrope", sans-serif;
    font-size: 26px;
}

.story-stats span {
    color: var(--shop-muted);
    font-size: 12px;
    text-transform: uppercase;
}

.story-product-list {
    width: 100%;
}

.story-product-label {
    display: block;
    margin-bottom: 8px;
    color: var(--shop-muted);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.story-product {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) 18px;
    gap: 14px;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #cbd0ca;
    color: var(--shop-ink);
}

.story-product:last-child {
    border-bottom: 1px solid #cbd0ca;
}

.story-product:hover {
    color: var(--shop-accent);
}

.story-product-image {
    display: block;
    width: 58px;
    height: 64px;
    overflow: hidden;
    background: #fff;
}

.story-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.story-product:hover .story-product-image img {
    transform: scale(1.05);
}

.story-product-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.story-product-copy strong {
    overflow: hidden;
    margin-bottom: 4px;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.story-product-copy span {
    color: var(--shop-muted);
    font-size: 12px;
}

.story-product > i {
    color: var(--shop-accent);
    font-size: 11px;
}

.story-collection-link {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    margin-top: 24px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--shop-ink);
    color: var(--shop-ink);
    font-size: 12px;
    font-weight: 800;
}

.story-collection-link:hover {
    border-color: var(--shop-accent);
    color: var(--shop-accent);
}

.arrivals-section {
    background: #fff;
}

.arrival-product.is-arrival-hidden {
    display: none;
}

.arrivals-load-more {
    display: flex;
    justify-content: center;
    margin-top: 46px;
    padding-top: 24px;
    border-top: 1px solid var(--shop-line);
}

.arrivals-load-more button {
    display: inline-flex;
    min-height: 46px;
    gap: 12px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 1px solid var(--shop-ink);
    color: var(--shop-ink);
    background: transparent;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.arrivals-load-more button:hover {
    border-color: var(--shop-accent);
    color: #fff;
    background: var(--shop-accent);
}

.arrivals-load-more button:focus-visible {
    outline: 2px solid var(--shop-warm);
    outline-offset: 3px;
}

.arrivals-load-more i {
    font-size: 10px;
}

.closing-banner {
    color: #fff;
    background: #171c1a;
}

.closing-banner-inner {
    display: grid;
    min-height: 330px;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.85fr);
    gap: 90px;
    align-items: center;
    border-top: 3px solid var(--shop-warm);
}

.closing-banner .section-kicker {
    color: #f0c875;
}

.closing-banner h2 {
    color: #fff;
}

.closing-banner p {
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.78);
}

.closing-banner-copy {
    max-width: 610px;
}

.newsletter-form {
    width: 100%;
}

.newsletter-form > label {
    display: block;
    margin-bottom: 9px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    font-weight: 700;
}

.newsletter-field {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
}

.newsletter-field input {
    min-width: 0;
    height: 52px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-right: 0;
    outline: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    font-size: 14px;
}

.newsletter-field input::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.newsletter-field input:focus {
    border-color: var(--shop-warm);
}

.newsletter-field button {
    display: inline-flex;
    height: 52px;
    gap: 12px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 1px solid var(--shop-warm);
    color: var(--shop-ink);
    background: var(--shop-warm);
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.newsletter-field button:hover {
    border-color: #fff;
    background: #fff;
}

.newsletter-field button:disabled {
    opacity: 0.65;
    cursor: wait;
}

.newsletter-note {
    margin-top: 10px !important;
    color: rgba(255, 255, 255, 0.48) !important;
    font-size: 10px;
}

.newsletter-message {
    min-height: 22px;
    margin-top: 9px;
    font-size: 12px;
}

.newsletter-message.is-success {
    color: #9bd8c8;
}

.newsletter-message.is-error {
    color: #ffaaa3;
}

.newsletter-message strong {
    color: #f0c875;
}

.site-footer {
    margin-top: 0 !important;
    color: #fff;
    background: #0f1513;
}

.footer-main {
    padding-top: 78px;
    padding-bottom: 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(280px, 1.7fr) repeat(4, minmax(120px, 0.75fr));
    gap: 52px;
}

.footer-brand {
    color: #fff;
}

.footer-brand:hover {
    color: #fff;
}

.footer-brand .site-brand-mark {
    color: #f0c875;
}

.footer-brand .site-brand-copy strong {
    color: #f0c875;
}

.footer-intro {
    max-width: 380px;
    margin: 24px 0;
    color: #9fa8a4;
    font-size: 13px;
    line-height: 1.7;
}

.footer-contact {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.footer-contact a,
.footer-contact span {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #d9dddb;
    font-size: 12px;
}

.footer-contact i {
    width: 16px;
    color: #7fc3b1;
}

.site-footer h3 {
    margin: 3px 0 24px;
    padding: 0;
    color: #f0c875;
    font-family: "Manrope", sans-serif;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.site-footer h3::after {
    display: none;
}

.site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer li + li {
    margin-top: 13px;
}

.site-footer li a {
    display: inline;
    padding: 0;
    color: #aeb6b2;
    font-size: 12px;
}

.site-footer li a:hover {
    color: #f0c875;
}

.footer-support-line {
    display: flex;
    min-height: 104px;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    margin-top: 68px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-support-line > div,
.footer-support-line > div span {
    display: flex;
}

.footer-support-line > div {
    gap: 16px;
    align-items: center;
}

.footer-support-line > div > i {
    color: #7fc3b1;
    font-size: 22px;
}

.footer-support-line > div span {
    flex-direction: column;
}

.footer-support-line small {
    margin-bottom: 3px;
    color: #7e8984;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.footer-support-line strong {
    color: #dfe4e1;
    font-size: 13px;
    font-weight: 600;
}

.footer-support-line > a {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.footer-support-line > a:hover {
    color: #f0c875;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-inner,
.footer-bottom-inner > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom-inner {
    min-height: 74px;
    gap: 30px;
    justify-content: space-between;
}

.footer-bottom-inner p {
    margin: 0;
    color: #8e9591;
    font-size: 12px;
}

.footer-utility {
    gap: 22px;
    color: #aeb4b1;
    font-size: 12px;
}

.footer-bottom-inner i {
    margin-right: 6px;
    color: #7fc3b1;
}

.footer-legal-links {
    gap: 18px;
    margin-right: auto;
}

.footer-legal-links a {
    color: #8e9591;
    font-size: 12px;
}

.footer-legal-links a:hover {
    color: #fff;
}

.footer-utility span:last-child i {
    margin: 0 0 0 5px;
    font-size: 8px;
}

@media (max-width: 1199px) {
    .site-header .navbar {
        min-height: 70px;
    }

    .site-header .navbar-collapse {
        position: absolute;
        top: 70px;
        right: 0;
        left: 0;
        padding: 18px 20px 24px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        background: #123c32;
        box-shadow: 0 16px 30px rgba(23, 26, 29, 0.1);
    }

    .mobile-nav-search {
        margin-bottom: 10px;
    }

    .mobile-nav-search input {
        width: 100%;
    }

    .site-navigation {
        gap: 0;
        align-items: stretch;
        margin: 0;
    }

    .site-header .site-navigation .nav-link {
        width: 100%;
        padding: 12px 4px;
        text-align: left;
    }

    .site-header .dropdown-menu {
        border: 0;
        background: rgba(255, 255, 255, 0.06);
        box-shadow: none;
    }

    .site-header .dropdown-item {
        color: rgba(255, 255, 255, 0.8);
    }

    .site-header .dropdown-item:hover {
        color: #f0c875;
        background: rgba(255, 255, 255, 0.08);
    }

    .header-search {
        display: none;
    }

    .menu-btn {
        order: 3;
        margin-left: 4px;
    }

    .header-actions {
        margin-left: auto;
    }

    .hero-product-preview {
        right: 20px;
    }

    .home-story-content {
        padding: 48px;
    }

    .footer-grid {
        grid-template-columns: minmax(260px, 1.4fr) repeat(2, minmax(140px, 0.7fr));
        gap: 48px 36px;
    }
}

@media (max-width: 991px) {
    .home-hero,
    .home-hero-inner {
        min-height: 610px;
    }

    .home-hero h1 {
        font-size: 52px;
    }

    .home-hero-content {
        width: min(580px, calc(100% - 220px));
    }

    .hero-product-preview {
        width: 280px;
    }

    .service-strip-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-item:nth-child(3) {
        border-left: 1px solid var(--shop-line);
    }

    .service-item:nth-child(-n+2) {
        border-bottom: 1px solid var(--shop-line);
    }

    .category-showcase {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(2, 340px);
    }

    .category-tile,
    .category-tile-1,
    .category-tile-2 {
        grid-column: span 1;
        grid-row: span 1;
    }

    .home-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-story {
        grid-template-columns: minmax(0, 1fr) minmax(390px, 1fr);
    }

    .home-story-content {
        padding: 38px;
    }

    .closing-banner-inner {
        gap: 44px;
        grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    }

    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-brand-column {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .container {
        width: min(calc(100% - 28px), 1280px);
    }

    .announcement-inner {
        justify-content: center;
    }

    .announcement-inner > div {
        display: none;
    }

    .site-brand-copy {
        font-size: 17px;
    }

    .site-brand-mark {
        width: 20px;
        height: 34px;
        font-size: 16px;
    }

    .header-icon-link {
        width: 38px;
        height: 38px;
    }

    .site-header .navbar {
        flex-wrap: nowrap;
    }

    .site-header .site-brand {
        margin-right: auto;
    }

    .header-actions {
        order: 2;
        margin-left: 0;
    }

    .header-actions .header-icon-link:not(.header-cart-link) {
        display: none;
    }

    .menu-btn {
        order: 3;
        margin-left: 4px;
    }

    .home-hero,
    .home-hero-inner {
        min-height: 590px;
    }

    .home-hero-media {
        background-position: 62% center;
    }

    .home-hero::after {
        background: rgba(9, 14, 12, 0.67);
    }

    .home-hero-inner {
        padding-top: 54px;
        padding-bottom: 54px;
    }

    .home-hero-content {
        width: calc(100% - 18px);
        max-width: 350px;
    }

    .home-hero h1 {
        font-size: 38px;
        line-height: 1.1;
    }

    .home-hero p {
        font-size: 15px;
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
    }

    .btn-home {
        width: 100%;
    }

    .hero-secondary-link {
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.55);
        min-height: 50px;
    }

    .hero-category-links {
        gap: 14px;
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .hero-category-links span {
        width: 100%;
    }

    .hero-product-preview,
    .hero-scroll {
        display: none;
    }

    .service-item {
        min-height: 94px;
        padding: 16px 12px;
    }

    .service-item > i {
        display: none;
    }

    .service-item strong {
        font-size: 13px;
    }

    .service-item span {
        font-size: 11px;
    }

    .home-section {
        padding: 68px 0;
    }

    .home-section-heading {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 26px;
    }

    .home-section-heading h2,
    .home-story h2,
    .closing-banner h2 {
        font-size: 30px;
    }

    .featured-filter-bar {
        overflow: hidden;
        align-items: flex-start;
        flex-direction: column;
        margin-top: -2px;
    }

    .featured-filters {
        width: 100%;
        overflow-x: auto;
    }

    .featured-filter {
        flex: 0 0 auto;
        padding: 0 13px;
    }

    .featured-result-count {
        display: none;
    }

    .category-showcase {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(2, 245px);
        gap: 10px;
    }

    .category-tile-content {
        right: 14px;
        bottom: 16px;
        left: 14px;
    }

    .category-tile-content strong {
        font-size: 18px;
    }

    .category-tile-meta small {
        font-size: 11px;
    }

    .category-tile-meta > span {
        display: none;
    }

    .home-product-grid {
        gap: 30px 10px;
    }

    .arrivals-load-more {
        margin-top: 34px;
    }

    .quick-add-button {
        position: static;
        min-height: 42px;
        margin: 10px 10px 0;
        opacity: 1;
        transform: none;
    }

    .home-product-media {
        display: flex;
        aspect-ratio: auto;
        flex-direction: column;
        padding-bottom: 10px;
    }

    .home-product-media > a {
        aspect-ratio: 4 / 5;
    }

    .home-product-info > a {
        font-size: 13px;
    }

    .home-story {
        display: block;
        min-height: 0;
    }

    .home-story-image {
        min-height: 420px;
    }

    .home-story-content {
        max-width: none;
        padding: 54px 24px 64px;
    }

    .home-story-image figcaption {
        right: 20px;
        bottom: 20px;
        left: 20px;
    }

    .closing-banner-inner {
        min-height: 430px;
        align-items: flex-start;
        grid-template-columns: 1fr;
        gap: 30px;
        justify-content: center;
        padding-top: 54px;
        padding-bottom: 54px;
    }

    .newsletter-field {
        grid-template-columns: 1fr;
    }

    .newsletter-field input {
        border-right: 1px solid rgba(255, 255, 255, 0.28);
    }

    .newsletter-field button {
        width: 100%;
    }

    .footer-main {
        padding-top: 58px;
        padding-bottom: 0;
    }

    .footer-grid {
        gap: 44px 24px;
    }

    .footer-support-line {
        min-height: 150px;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        margin-top: 52px;
    }

    .footer-bottom-inner {
        padding: 18px 0;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .footer-legal-links {
        order: 3;
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .category-tile img,
    .home-product-media img,
    .quick-add-button {
        transition: none;
    }
}

/* Quick product preview and cart feedback */
.quick-view-button {
    position: absolute;
    z-index: 2;
    top: 58px;
    right: 12px;
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    opacity: 0;
    color: var(--shop-ink);
    background: rgba(255, 255, 255, 0.94);
    font-size: 15px;
    cursor: pointer;
    transform: translateY(-5px);
    transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.home-product-card:hover .quick-view-button,
.home-product-card:focus-within .quick-view-button {
    opacity: 1;
    transform: translateY(0);
}

.quick-view-button:hover {
    color: #fff;
    background: var(--shop-accent);
}

.quick-view-modal .modal-dialog {
    max-width: 1040px;
}

.quick-view-modal .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 0;
    box-shadow: 0 28px 80px rgba(10, 20, 17, 0.28);
}

.quick-view-close {
    position: absolute;
    z-index: 5;
    top: 16px;
    right: 16px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: var(--shop-ink);
    background: rgba(255, 255, 255, 0.94);
}

.quick-view-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
    min-height: 590px;
}

.quick-view-media {
    position: relative;
    min-height: 590px;
    background: var(--shop-soft);
}

.quick-view-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quick-view-summary {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 58px;
}

.quick-view-summary h2 {
    margin: 9px 0 13px;
    font-family: "Manrope", sans-serif;
    font-size: 32px;
    font-weight: 700;
}

.quick-view-rating {
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--shop-ink);
    font-size: 12px;
}

.quick-view-rating i {
    color: var(--shop-warm);
}

.quick-view-rating small {
    color: var(--shop-muted);
}

.quick-view-price {
    display: flex;
    gap: 10px;
    align-items: baseline;
    margin: 22px 0 18px;
}

.quick-view-price strong {
    font-size: 23px;
}

.quick-view-price del {
    color: var(--shop-muted);
    font-size: 14px;
}

.quick-view-summary > p {
    margin-bottom: 20px;
    color: var(--shop-muted);
    font-size: 14px;
    line-height: 1.7;
}

.quick-view-stock {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 24px;
    color: var(--shop-accent);
    font-size: 11px;
    font-weight: 700;
}

.quick-view-stock i {
    font-size: 7px;
}

.quick-view-stock.is-out {
    color: var(--shop-sale);
}

.quick-view-actions {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr) 52px;
    gap: 8px;
}

.quick-view-actions .product-add-button,
.quick-view-actions .product-save-button {
    min-height: 52px;
}

.quick-view-details {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    margin-top: 22px;
    padding-bottom: 4px;
    border-bottom: 1px solid var(--shop-ink);
    color: var(--shop-ink);
    font-size: 12px;
    font-weight: 800;
}

.quick-view-details:hover {
    border-color: var(--shop-accent);
    color: var(--shop-accent);
}

.quick-view-loading,
.quick-view-error {
    display: flex;
    min-height: 420px;
    gap: 12px;
    align-items: center;
    justify-content: center;
    color: var(--shop-accent);
    font-size: 12px;
}

.cart-toast {
    position: fixed;
    z-index: 1090;
    right: 24px;
    bottom: 24px;
    width: min(370px, calc(100% - 32px));
    padding: 18px;
    border-top: 3px solid var(--shop-accent);
    opacity: 0;
    visibility: hidden;
    color: var(--shop-ink);
    background: #fff;
    box-shadow: 0 20px 60px rgba(10, 20, 17, 0.24);
    transform: translateY(18px);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.cart-toast.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.cart-toast.is-error {
    border-top-color: var(--shop-sale);
}

.cart-toast-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    color: var(--shop-muted);
    background: transparent;
}

.cart-toast-product {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding-right: 28px;
}

.cart-toast-product img {
    width: 54px;
    height: 60px;
    object-fit: cover;
    background: var(--shop-soft);
}

.cart-toast-product div {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.cart-toast-product small {
    margin-bottom: 3px;
    color: var(--shop-accent);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.cart-toast-product strong {
    overflow: hidden;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cart-toast-message {
    margin-top: 10px;
    color: var(--shop-muted);
    font-size: 11px;
}

.cart-toast-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid var(--shop-line);
    font-size: 11px;
}

.cart-toast-footer > span {
    color: var(--shop-muted);
}

.cart-toast-footer > span strong {
    color: var(--shop-ink);
}

.cart-toast-footer a {
    color: var(--shop-accent);
    font-weight: 800;
}

@media (max-width: 767px) {
    .quick-view-button {
        display: none;
    }

    .quick-view-modal .modal-dialog {
        margin: 12px;
    }

    .quick-view-layout {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .quick-view-media {
        min-height: 310px;
        max-height: 360px;
    }

    .quick-view-summary {
        padding: 32px 22px;
    }

    .quick-view-summary h2 {
        padding-right: 30px;
        font-size: 26px;
    }

    .cart-toast {
        right: 16px;
        bottom: 16px;
    }
}

/* Active catalog filters and comparison */
.active-filter-row {
    display: flex;
    min-height: 48px;
    gap: 14px;
    align-items: center;
    margin-bottom: 18px;
    padding: 8px 0;
    border-bottom: 1px solid var(--shop-line);
}

.active-filter-row > span {
    color: var(--shop-muted);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
}

.active-filter-row > div {
    display: flex;
    min-width: 0;
    gap: 7px;
    align-items: center;
    flex-wrap: wrap;
}

.active-filter-chip {
    display: inline-flex;
    min-height: 30px;
    gap: 8px;
    align-items: center;
    padding: 0 10px;
    border: 1px solid var(--shop-line);
    color: var(--shop-ink);
    background: var(--shop-soft);
    font-size: 10px;
    font-weight: 700;
}

.active-filter-chip i {
    color: var(--shop-muted);
    font-size: 8px;
}

.active-filter-chip:hover {
    border-color: var(--shop-accent);
    color: var(--shop-accent);
}

.active-filter-row > a {
    margin-left: auto;
    color: var(--shop-muted);
    font-size: 10px;
    text-decoration: underline;
    white-space: nowrap;
}

.compare-product-button {
    position: absolute;
    z-index: 2;
    top: 104px;
    right: 12px;
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    opacity: 0;
    color: var(--shop-ink);
    background: rgba(255, 255, 255, 0.94);
    font-size: 13px;
    cursor: pointer;
    transform: translateY(-5px);
    transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.home-product-card:hover .compare-product-button,
.home-product-card:focus-within .compare-product-button,
.compare-product-button.is-selected {
    opacity: 1;
    transform: translateY(0);
}

.compare-product-button:hover,
.compare-product-button.is-selected {
    color: #fff;
    background: var(--shop-accent);
}

.compare-tray {
    position: fixed;
    z-index: 1045;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    background: #14231f;
    box-shadow: 0 -12px 36px rgba(10, 20, 17, 0.18);
    transform: translateY(100%);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.compare-tray.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.compare-tray-inner {
    display: grid;
    min-height: 92px;
    grid-template-columns: 190px minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
}

.compare-tray-title {
    display: flex;
    gap: 12px;
    align-items: center;
}

.compare-tray-title > i {
    color: var(--shop-warm);
    font-size: 18px;
}

.compare-tray-title > span {
    display: flex;
    flex-direction: column;
}

.compare-tray-title strong {
    font-size: 12px;
}

.compare-tray-title small {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 9px;
}

.compare-tray-products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.compare-tray-product {
    display: grid;
    min-width: 0;
    grid-template-columns: 42px minmax(0, 1fr) 28px;
    gap: 9px;
    align-items: center;
    padding: 7px;
    background: rgba(255, 255, 255, 0.07);
}

.compare-tray-product img {
    width: 42px;
    height: 48px;
    object-fit: cover;
}

.compare-tray-product > span {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.compare-tray-product strong {
    overflow: hidden;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.compare-tray-product small {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 9px;
}

.compare-tray-product button {
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    color: rgba(255, 255, 255, 0.55);
    background: transparent;
    font-size: 9px;
}

.compare-tray-actions {
    display: flex;
    gap: 8px;
    align-items: center;
}

.compare-clear,
.compare-open {
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
    background: transparent;
    font-size: 10px;
    font-weight: 800;
}

.compare-open {
    border-color: var(--shop-warm);
    color: var(--shop-ink);
    background: var(--shop-warm);
}

.compare-open:disabled {
    border-color: rgba(255, 255, 255, 0.12);
    opacity: 0.45;
    color: rgba(255, 255, 255, 0.5);
    background: transparent;
}

body.has-comparison .cart-toast {
    bottom: 116px;
}

.comparison-modal .modal-dialog {
    max-width: 1120px;
}

.comparison-modal .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 0;
}

.comparison-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px 34px 24px;
    border-bottom: 1px solid var(--shop-line);
}

.comparison-header h2 {
    margin: 7px 0 0;
    font-family: "Manrope", sans-serif;
    font-size: 26px;
}

.comparison-header > button {
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid var(--shop-line);
    color: var(--shop-ink);
    background: #fff;
}

.comparison-body {
    padding: 0 34px 34px;
}

.comparison-table-wrap {
    overflow-x: auto;
}

.comparison-table {
    width: 100%;
    table-layout: fixed;
}

.comparison-table th,
.comparison-table td {
    padding: 17px;
    border-bottom: 1px solid var(--shop-line);
    text-align: left;
    vertical-align: middle;
    font-size: 12px;
}

.comparison-table thead th {
    min-width: 190px;
    vertical-align: bottom;
}

.comparison-table thead th:first-child,
.comparison-table tbody th {
    width: 150px;
    color: var(--shop-muted);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.comparison-table thead img {
    display: block;
    width: 100%;
    max-width: 180px;
    aspect-ratio: 4 / 3;
    margin-bottom: 12px;
    object-fit: cover;
    background: var(--shop-soft);
}

.comparison-table thead strong {
    display: block;
    color: var(--shop-ink);
    font-size: 12px;
}

.comparison-table td a {
    color: var(--shop-accent);
    font-weight: 800;
}

@media (max-width: 991px) {
    .compare-tray-inner {
        grid-template-columns: 150px minmax(0, 1fr) auto;
        gap: 12px;
    }

    .compare-tray-product {
        grid-template-columns: 36px minmax(0, 1fr) 22px;
    }

    .compare-tray-product img {
        width: 36px;
        height: 42px;
    }
}

@media (max-width: 767px) {
    .active-filter-row {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .active-filter-row > span {
        width: 100%;
    }

    .compare-product-button {
        top: 58px;
        opacity: 1;
        transform: none;
    }

    .compare-tray-inner {
        min-height: 82px;
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .compare-tray-title {
        display: none;
    }

    .compare-tray-products {
        display: flex;
        overflow-x: auto;
    }

    .compare-tray-product {
        width: 150px;
        flex: 0 0 150px;
    }

    .compare-clear {
        display: none;
    }

    .compare-open {
        width: 80px;
        padding: 0 8px;
    }

    body.has-comparison .cart-toast {
        bottom: 102px;
    }

    .comparison-modal .modal-dialog {
        margin: 10px;
    }

    .comparison-header {
        padding: 24px 20px 18px;
    }

    .comparison-body {
        padding: 0 20px 24px;
    }

    .comparison-table {
        min-width: 720px;
    }
}

/* Personalized shop recommendations */
.shop-recommendations-section {
    padding: 88px 0 96px;
    border-top: 1px solid var(--shop-line);
    background: #eef1ed;
}

.recommendation-heading {
    display: flex;
    gap: 40px;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 32px;
}

.recommendation-heading h2 {
    margin: 8px 0 9px;
    font-family: "Manrope", sans-serif;
    font-size: 34px;
    font-weight: 700;
}

.recommendation-heading p {
    margin: 0;
    color: var(--shop-muted);
    font-size: 13px;
}

.recommendation-tabs {
    display: inline-flex;
    padding: 3px;
    background: #fff;
}

.recommendation-tabs button {
    min-height: 38px;
    padding: 0 15px;
    border: 0;
    color: var(--shop-muted);
    background: transparent;
    font-size: 11px;
    font-weight: 800;
}

.recommendation-tabs button.is-active {
    color: #fff;
    background: var(--shop-accent);
}

.recommendation-panel[hidden] {
    display: none;
}

.recommendation-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.recommendation-grid .home-product-media {
    background: #fff;
}

.recommendation-loading {
    display: flex;
    min-height: 360px;
    gap: 12px;
    align-items: center;
    justify-content: center;
    color: var(--shop-accent);
    font-size: 12px;
}

.recommendation-loading .spinner-border {
    width: 22px;
    height: 22px;
}

@media (max-width: 991px) {
    .recommendation-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 14px;
    }
}

@media (max-width: 767px) {
    .shop-recommendations-section {
        padding: 64px 0 72px;
    }

    .recommendation-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 22px;
    }

    .recommendation-heading h2 {
        font-size: 29px;
    }

    .recommendation-tabs {
        width: 100%;
    }

    .recommendation-tabs button {
        flex: 1;
    }

    .recommendation-grid {
        gap: 30px 10px;
    }
}

/* Catalog counts and mobile filter drawer */
.filter-count {
    margin-left: 6px;
    color: #9aa19d;
    font-size: 9px;
    font-weight: 600;
}

.filter-check .filter-count {
    margin-left: auto;
}

.filter-check.is-disabled {
    opacity: 0.42;
    cursor: not-allowed;
}

.filter-subcategories a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catalog-filter-mobile-head,
.catalog-filter-mobile-footer,
.filter-drawer-backdrop {
    display: none;
}

@media (max-width: 767px) {
    body.filter-drawer-open {
        overflow: hidden;
    }

    .mobile-filter-toggle {
        display: flex;
        gap: 8px;
        align-items: center;
        justify-content: center;
    }

    .mobile-filter-toggle small {
        display: grid;
        width: 20px;
        height: 20px;
        place-items: center;
        margin-left: 2px;
        padding: 0;
        border-radius: 50%;
    }

    .catalog-filters {
        position: fixed;
        z-index: 1080;
        top: 0;
        bottom: 0;
        left: 0;
        display: block !important;
        width: min(350px, calc(100% - 34px));
        margin: 0;
        padding: 0 22px 88px;
        overflow-y: auto;
        border: 0;
        background: #fff;
        box-shadow: 18px 0 50px rgba(10, 20, 17, 0.18);
        transform: translateX(-105%);
        transition: transform 0.24s ease;
    }

    body.filter-drawer-open .catalog-filters {
        transform: translateX(0);
    }

    .catalog-filter-mobile-head {
        position: sticky;
        z-index: 3;
        top: 0;
        display: flex !important;
        min-height: 82px;
        align-items: center;
        justify-content: space-between;
        margin: 0 -22px;
        padding: 0 22px;
        border-bottom: 1px solid var(--shop-line);
        background: #fff;
    }

    .catalog-filter-mobile-head > div {
        display: flex;
        flex-direction: column;
    }

    .catalog-filter-mobile-head .section-kicker {
        margin-bottom: 4px;
        font-size: 9px;
    }

    .catalog-filter-mobile-head strong {
        font-family: "Manrope", sans-serif;
        font-size: 20px;
    }

    .catalog-filter-mobile-head button {
        width: 38px;
        height: 38px;
        padding: 0;
        border: 1px solid var(--shop-line);
        color: var(--shop-ink);
        background: #fff;
    }

    .catalog-filters .filter-heading {
        justify-content: flex-end;
        padding: 16px 0 0;
        border: 0;
    }

    .catalog-filters .filter-heading h2 {
        display: none;
    }

    .catalog-filter-mobile-footer {
        position: fixed;
        z-index: 4;
        bottom: 0;
        left: 0;
        display: block !important;
        width: min(350px, calc(100% - 34px));
        padding: 14px 22px;
        border-top: 1px solid var(--shop-line);
        background: #fff;
    }

    .catalog-filter-mobile-footer button {
        width: 100%;
        min-height: 48px;
        border: 0;
        color: #fff;
        background: var(--shop-accent);
        font-size: 12px;
        font-weight: 800;
    }

    .filter-drawer-backdrop {
        position: fixed;
        z-index: 1070;
        inset: 0;
        display: block !important;
        border: 0;
        opacity: 0;
        visibility: hidden;
        background: rgba(8, 14, 12, 0.52);
        transition: opacity 0.24s ease, visibility 0.24s ease;
    }

    body.filter-drawer-open .filter-drawer-backdrop {
        opacity: 1;
        visibility: visible;
    }
}

/* Product purchase experience */
.product-gallery #product-carousel {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 14px;
}

.product-gallery .carousel-inner {
    grid-column: 2;
    grid-row: 1;
}

.product-thumbnail-rail {
    position: static;
    display: flex;
    grid-column: 1;
    grid-row: 1;
    gap: 10px;
    align-items: stretch;
    justify-content: flex-start;
    margin: 0;
    flex-direction: column;
}

.product-thumbnail-rail [data-bs-target] {
    width: 76px;
    height: 88px;
    margin: 0;
    padding: 0;
    border: 2px solid transparent;
    opacity: 0.58;
    background: var(--shop-soft);
    text-indent: 0;
}

.product-thumbnail-rail [data-bs-target].active {
    border-color: var(--shop-accent);
    opacity: 1;
}

.product-thumbnail-rail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-zoom-button {
    position: absolute;
    z-index: 4;
    top: 18px;
    right: 18px;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: var(--shop-ink);
    background: rgba(255, 255, 255, 0.95);
}

.product-zoom-button:hover {
    color: #fff;
    background: var(--shop-accent);
}

.product-summary {
    align-items: flex-start;
}

.product-summary > div {
    position: sticky;
    top: 140px;
    padding-top: 22px;
}

.product-summary-context {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 18px;
    color: var(--shop-muted);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.product-summary-context a {
    color: var(--shop-accent);
}

.product-summary-context span {
    padding-left: 12px;
    border-left: 1px solid var(--shop-line);
}

.product-rating-summary {
    color: var(--shop-ink);
}

.product-rating-summary > span {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    margin-left: 4px;
    color: var(--shop-accent);
    font-size: 10px;
    font-weight: 800;
}

.product-rating-summary > span i {
    font-size: 8px;
}

.product-rating-summary:hover {
    color: var(--shop-ink);
}

.product-stock-line {
    display: flex;
    gap: 9px;
    align-items: center;
}

.product-stock-line > i {
    margin: 0;
    font-size: 7px;
}

.product-stock-line > span {
    display: flex;
    flex-direction: column;
}

.product-stock-line small {
    margin-top: 2px;
    color: var(--shop-sale);
    font-size: 9px;
}

.product-stock-line.is-out {
    color: var(--shop-sale);
}

.product-purchase-actions.has-quantity {
    grid-template-columns: 116px minmax(0, 1fr) 52px;
}

.product-quantity {
    display: grid;
    grid-template-columns: 36px 44px 36px;
    min-height: 52px;
    border: 1px solid var(--shop-line);
    background: #fff;
}

.product-quantity button,
.product-quantity input {
    width: 100%;
    height: 50px;
    padding: 0;
    border: 0;
    color: var(--shop-ink);
    background: transparent;
    text-align: center;
}

.product-quantity button {
    font-size: 9px;
}

.product-quantity button:hover {
    color: var(--shop-accent);
    background: var(--shop-soft);
}

.product-quantity input {
    border-right: 1px solid var(--shop-line);
    border-left: 1px solid var(--shop-line);
    font-size: 12px;
    font-weight: 800;
}

.product-zoom-modal .modal-dialog {
    max-width: 1100px;
}

.product-zoom-modal .modal-content {
    min-height: 680px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: var(--shop-soft);
}

.product-zoom-modal img {
    width: 100%;
    max-height: 86vh;
    object-fit: contain;
}

.product-zoom-close {
    position: absolute;
    z-index: 3;
    top: 18px;
    right: 18px;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: var(--shop-ink);
    background: #fff;
}

@media (max-width: 991px) {
    .product-gallery #product-carousel {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 10px;
    }

    .product-thumbnail-rail [data-bs-target] {
        width: 64px;
        height: 76px;
    }

    .product-purchase-actions.has-quantity {
        grid-template-columns: 104px minmax(0, 1fr) 48px;
    }

    .product-quantity {
        grid-template-columns: 32px 38px 32px;
    }
}

@media (max-width: 767px) {
    .product-gallery #product-carousel {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        gap: 10px;
    }

    .product-gallery .carousel-inner {
        grid-column: 1;
        grid-row: 1;
    }

    .product-thumbnail-rail {
        grid-column: 1;
        grid-row: 2;
        overflow-x: auto;
        flex-direction: row;
    }

    .product-thumbnail-rail [data-bs-target] {
        width: 68px;
        height: 76px;
        flex: 0 0 68px;
    }

    .product-summary > div {
        position: static;
        padding-top: 0;
    }

    .product-purchase-actions.has-quantity {
        grid-template-columns: 104px minmax(0, 1fr) 48px;
    }

    .product-assurances {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .product-zoom-modal .modal-dialog {
        margin: 12px;
    }

    .product-zoom-modal .modal-content {
        min-height: 480px;
    }
}

/* Product information tabs */
.product-information {
    margin-top: 36px;
    scroll-margin-top: 110px;
    border-top: 1px solid var(--shop-line);
    border-bottom: 1px solid var(--shop-line);
}

.product-information-inner {
    width: 100%;
}

.product-information .product-info-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 28px;
    overflow-x: auto;
    padding: 0;
    border: 0;
    border-bottom: 1px solid var(--shop-line);
    scrollbar-width: none;
}

.product-information .product-info-tabs::-webkit-scrollbar {
    display: none;
}

.product-information .product-info-tabs .nav-item {
    flex: 0 0 auto;
}

.product-information .product-info-tabs .nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 56px;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: var(--shop-muted);
    background: transparent;
    font-size: 14px;
    font-weight: 700;
}

.product-information .product-info-tabs .nav-link::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    content: "";
    transform: scaleX(0);
    transform-origin: right;
    background: var(--shop-accent);
    transition: transform 0.25s ease;
}

.product-information .product-info-tabs .nav-link:hover,
.product-information .product-info-tabs .nav-link.active {
    color: var(--shop-ink);
}

.product-information .product-info-tabs .nav-link.active::after {
    transform: scaleX(1);
    transform-origin: left;
}

.product-information .tab-count {
    display: inline;
    min-width: 0;
    height: auto;
    padding: 0;
    color: var(--shop-muted);
    background: transparent;
    font-size: 11px;
    font-weight: 700;
}

.product-information .tab-content {
    padding: 28px clamp(24px, 2.5vw, 38px) 34px;
    border: 0;
}

.product-info-kicker {
    display: block;
    margin-bottom: 10px;
    color: var(--shop-accent);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.product-description-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.75fr);
    gap: clamp(32px, 4vw, 56px);
    align-items: start;
}

.product-copy h2,
.shipping-heading h2,
.review-list-heading h2,
.review-form-wrap h2 {
    margin: 0 0 16px;
    color: var(--shop-ink);
    font-size: clamp(25px, 3vw, 36px);
    line-height: 1.18;
}

.product-rich-text,
.product-rich-text p,
.shipping-heading p,
.shipping-policy-note,
.review-form-intro {
    color: var(--shop-muted);
    font-size: 15px;
    line-height: 1.7;
}

.product-rich-text > :last-child,
.shipping-policy-note > div > :last-child {
    margin-bottom: 0;
}

.product-specifications {
    border-top: 3px solid var(--shop-ink);
}

.specification-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid var(--shop-line);
    color: var(--shop-ink);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.specification-heading i {
    color: var(--shop-accent);
}

.product-specifications dl,
.product-specifications dd {
    margin: 0;
}

.product-specifications dl > div {
    display: grid;
    grid-template-columns: minmax(90px, 42%) minmax(0, 1fr);
    gap: 14px;
    padding: 10px 0;
    border-bottom: 1px solid var(--shop-line);
    font-size: 13px;
    line-height: 1.45;
}

.product-specifications dt {
    color: var(--shop-muted);
    font-weight: 500;
}

.product-specifications dd {
    color: var(--shop-ink);
    font-weight: 700;
    text-align: right;
}

.product-specifications .is-available {
    color: #28704e;
}

.product-specifications .is-unavailable {
    color: #a73d3d;
}

.shipping-heading {
    max-width: 720px;
    margin-bottom: 30px;
}

.shipping-heading p {
    max-width: 650px;
    margin: 0;
}

.shipping-timeline {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--shop-line);
    border-bottom: 1px solid var(--shop-line);
}

.shipping-step {
    position: relative;
    min-height: 205px;
    padding: 28px 34px 26px 0;
}

.shipping-step + .shipping-step {
    padding-left: 34px;
    border-left: 1px solid var(--shop-line);
}

.shipping-step-number {
    position: absolute;
    top: 24px;
    right: 22px;
    color: #d6d8d4;
    font-size: 12px;
    font-weight: 800;
}

.shipping-step > i {
    margin-bottom: 20px;
    color: var(--shop-accent);
    font-size: 24px;
}

.shipping-step h3 {
    margin: 0 0 12px;
    color: var(--shop-ink);
    font-size: 17px;
}

.shipping-step p {
    max-width: 260px;
    margin: 0;
    color: var(--shop-muted);
    font-size: 13px;
    line-height: 1.75;
}

.shipping-policy-note {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 16px;
    margin-top: 24px;
    padding: 20px 24px;
    background: var(--shop-soft);
}

.shipping-policy-note > i {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    color: var(--shop-accent);
    background: #fff;
}

.shipping-policy-note strong {
    display: block;
    margin-bottom: 4px;
    color: var(--shop-ink);
    font-size: 13px;
}

.reviews-overview {
    display: grid;
    grid-template-columns: minmax(260px, 0.75fr) minmax(320px, 1.25fr);
    gap: clamp(36px, 6vw, 84px);
    align-items: center;
    padding-bottom: 36px;
    border-bottom: 1px solid var(--shop-line);
}

.reviews-score-row {
    display: flex;
    gap: 22px;
    align-items: center;
}

.reviews-score-row > strong {
    color: var(--shop-ink);
    font-size: 58px;
    line-height: 1;
}

.reviews-score-row > div > span {
    display: block;
    margin-top: 7px;
    color: var(--shop-muted);
    font-size: 12px;
}

.reviews-score .star-rating,
.review-item .star-rating {
    margin: 0;
}

.rating-breakdown {
    display: grid;
    gap: 10px;
}

.rating-breakdown-row {
    display: grid;
    grid-template-columns: 40px minmax(120px, 1fr) 28px;
    gap: 13px;
    align-items: center;
    color: var(--shop-muted);
    font-size: 12px;
}

.rating-breakdown-row > span {
    white-space: nowrap;
}

.rating-breakdown-row i {
    color: #d9a72a;
    font-size: 9px;
}

.rating-breakdown-track {
    height: 5px;
    overflow: hidden;
    background: #e8e9e6;
}

.rating-breakdown-track span {
    display: block;
    height: 100%;
    background: #d9a72a;
}

.rating-breakdown-row small {
    text-align: right;
}

.reviews-content {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
    gap: clamp(40px, 6vw, 80px);
    padding-top: 40px;
    align-items: start;
}

.review-list-heading {
    display: flex;
    gap: 24px;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 22px;
    border-bottom: 3px solid var(--shop-ink);
}

.review-list-heading h2 {
    margin-bottom: 0;
    font-size: 24px;
}

.review-list-heading > span {
    padding-bottom: 4px;
    color: var(--shop-muted);
    font-size: 12px;
    white-space: nowrap;
}

.review-item {
    padding: 22px 0;
    border-bottom: 1px solid var(--shop-line);
}

.review-author {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 13px;
    align-items: center;
    margin-bottom: 16px;
}

.review-avatar {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--shop-ink);
    font-size: 12px;
    font-weight: 800;
}

.review-author strong,
.review-author span {
    display: block;
}

.review-author strong {
    color: var(--shop-ink);
    font-size: 13px;
}

.review-author div span,
.review-author time {
    color: var(--shop-muted);
    font-size: 11px;
}

.review-item > p {
    margin: 14px 0 0;
    color: var(--shop-muted);
    font-size: 14px;
    line-height: 1.75;
}

.reviews-empty {
    padding: 54px 20px;
    text-align: center;
}

.reviews-empty i {
    margin-bottom: 18px;
    color: var(--shop-accent);
    font-size: 28px;
}

.reviews-empty h3 {
    color: var(--shop-ink);
    font-size: 17px;
}

.reviews-empty p {
    margin: 0;
    color: var(--shop-muted);
    font-size: 13px;
}

.review-form-wrap {
    padding: 28px;
    border-top: 3px solid var(--shop-accent);
    background: var(--shop-soft);
}

.review-form-wrap h2 {
    margin-bottom: 10px;
    font-size: 24px;
}

.review-form-intro {
    margin: 0 0 24px;
    font-size: 13px;
    line-height: 1.65;
}

.review-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.review-form-wrap .form-group {
    margin-bottom: 17px;
}

.review-form-wrap label,
.review-field-label {
    display: block;
    margin-bottom: 8px;
    color: var(--shop-ink);
    font-size: 12px;
    font-weight: 700;
}

.review-form-wrap .form-control {
    min-height: 48px;
    border: 1px solid var(--shop-line);
    border-radius: 0;
    color: var(--shop-ink);
    background: #fff;
    font-size: 13px;
    box-shadow: none;
}

.review-form-wrap textarea.form-control {
    min-height: 126px;
    padding-top: 13px;
    resize: vertical;
}

.review-form-wrap .form-control:focus {
    border-color: var(--shop-accent);
}

.review-form-wrap .form-group > p {
    min-height: 0;
    margin: 4px 0 0;
    font-size: 11px;
}

.review-rating-field {
    padding: 2px 0;
}

.review-star-picker {
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    width: auto;
}

.review-star-picker input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.review-star-picker label {
    margin: 0;
    padding-right: 7px;
    color: #cfd2cc;
    cursor: pointer;
    font-size: 22px;
    transition: color 0.15s ease;
}

.review-star-picker label:hover,
.review-star-picker label:hover ~ label,
.review-star-picker input:checked ~ label {
    color: #d9a72a;
}

.review-submit-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 0 22px;
    border-radius: 0;
    font-size: 12px;
    font-weight: 800;
}

.review-submit-button i {
    font-size: 10px;
}

.review-submit-button:disabled {
    cursor: wait;
    opacity: 0.7;
}

.review-moderation-note {
    display: block;
    margin-top: 15px;
    color: var(--shop-muted);
    font-size: 10px;
}

.review-moderation-note i {
    margin-right: 5px;
    color: var(--shop-accent);
}

.review-submit-message {
    display: none;
    margin-bottom: 18px;
    padding: 12px 14px;
    color: #226044;
    border-left: 3px solid #28704e;
    background: #e8f2ec;
    font-size: 12px;
    line-height: 1.5;
}

.review-submit-message.is-visible {
    display: block;
}

.review-submit-message.is-error {
    color: #8a3131;
    border-left-color: #a73d3d;
    background: #f8eaea;
}

@media (max-width: 991px) {
    .product-description-layout,
    .reviews-content {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
        gap: 42px;
    }

    .product-detail-grid {
        column-gap: 38px;
        row-gap: 0;
    }

    .shipping-step {
        padding-right: 24px;
    }

    .shipping-step + .shipping-step {
        padding-left: 24px;
    }

    .reviews-overview {
        gap: 42px;
    }

    .review-form-wrap {
        padding: 28px 24px;
    }

    .review-form-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

@media (max-width: 767px) {
    .product-information {
        width: 100%;
        max-width: calc(100vw - 40px);
        min-width: 0;
        margin-top: 0;
    }

    .product-detail-grid {
        row-gap: 34px;
    }

    .product-information-inner,
    .product-information .tab-content,
    .product-information .tab-pane {
        min-width: 0;
        max-width: 100%;
    }

    .product-information .product-info-tabs {
        gap: 22px;
    }

    .product-information .product-info-tabs .nav-link {
        min-height: 52px;
        font-size: 13px;
    }

    .product-information .tab-content {
        padding: 24px 18px 28px;
    }

    .product-description-layout,
    .reviews-overview,
    .reviews-content {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .product-copy,
    .product-rich-text {
        width: 100%;
        max-width: calc(100vw - 52px);
        overflow-wrap: anywhere;
    }

    .product-copy h2,
    .shipping-heading h2 {
        font-size: 27px;
    }

    .product-specifications dl > div {
        grid-template-columns: 1fr;
        gap: 3px;
        padding: 13px 0;
    }

    .product-specifications dd {
        text-align: left;
    }

    .shipping-timeline {
        grid-template-columns: 1fr;
    }

    .shipping-step {
        min-height: 0;
        padding: 22px 0;
    }

    .shipping-step + .shipping-step {
        padding-left: 0;
        border-top: 1px solid var(--shop-line);
        border-left: 0;
    }

    .shipping-step > i {
        margin-bottom: 20px;
    }

    .shipping-policy-note {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .reviews-overview {
        padding-bottom: 28px;
    }

    .reviews-content {
        padding-top: 30px;
    }

    .review-list-heading {
        align-items: flex-start;
    }

    .review-author {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .review-author time {
        grid-column: 2;
    }

    .review-form-wrap {
        padding: 26px 20px;
    }
}

/* Related products */
.related-section {
    overflow: hidden;
    padding: 72px 0 84px;
    background: #f4f5f2;
}

.related-section-heading {
    display: flex;
    gap: 32px;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 36px;
}

.related-section-heading h2 {
    margin: 5px 0 8px;
    color: var(--shop-ink);
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.15;
}

.related-section-heading p {
    margin: 0;
    color: var(--shop-muted);
    font-size: 13px;
}

.related-section-heading .text-link {
    flex: 0 0 auto;
    margin-bottom: 4px;
}

.related-products-carousel {
    position: relative;
    margin: 0 -10px;
}

.related-products-carousel .slick-list {
    overflow: visible;
}

.related-products-carousel .slick-slide {
    margin: 0 10px;
}

.related-product-card {
    min-width: 0;
}

.related-product-media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: #fff;
}

.related-product-media > a {
    display: block;
    width: 100%;
    height: 100%;
}

.related-product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.related-product-card:hover .related-product-media img {
    transform: scale(1.035);
}

.related-product-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    padding: 7px 9px;
    color: #fff;
    background: var(--shop-sale);
    font-size: 10px;
    font-weight: 800;
}

.related-product-badge.is-stock {
    background: #6d736f;
}

.related-wishlist-button {
    position: absolute;
    z-index: 2;
    top: 14px;
    right: 14px;
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: var(--shop-ink);
    background: rgba(255, 255, 255, 0.94);
    transition: color 0.2s ease, background 0.2s ease;
}

.related-wishlist-button:hover {
    color: #fff;
    background: var(--shop-accent);
}

.related-add-button {
    position: absolute;
    z-index: 2;
    right: 14px;
    bottom: 14px;
    left: 14px;
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    color: #fff;
    background: var(--shop-ink);
    font-size: 12px;
    font-weight: 800;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.25s ease, transform 0.25s ease, background 0.2s ease;
}

.related-product-card:hover .related-add-button,
.related-product-card:focus-within .related-add-button {
    opacity: 1;
    transform: translateY(0);
}

.related-add-button:hover {
    background: var(--shop-accent);
}

.related-add-button.is-disabled {
    background: #777c79;
}

.related-product-info {
    padding: 16px 2px 4px;
}

.related-product-meta {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    color: var(--shop-muted);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.related-product-meta span:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.related-product-meta span:last-child {
    flex: 0 0 auto;
}

.related-product-meta i {
    margin-right: 3px;
    color: #d9a72a;
}

.related-product-title {
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    color: var(--shop-ink);
    font-size: 14px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.related-product-title:hover {
    color: var(--shop-accent);
}

.related-product-price {
    display: flex;
    gap: 8px;
    align-items: baseline;
    margin-top: 8px;
}

.related-product-price strong {
    color: var(--shop-ink);
    font-size: 14px;
}

.related-product-price del {
    color: #949996;
    font-size: 12px;
}

.related-carousel-arrow {
    position: absolute;
    z-index: 4;
    top: calc(40% - 22px);
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    padding: 0;
    border: 1px solid var(--shop-line);
    border-radius: 50%;
    color: var(--shop-ink);
    background: #fff;
    font-size: 12px;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.related-carousel-prev {
    left: -54px;
}

.related-carousel-next {
    right: -54px;
}

.related-carousel-arrow:hover {
    color: #fff;
    border-color: var(--shop-accent);
    background: var(--shop-accent);
}

.related-carousel-arrow.slick-disabled {
    pointer-events: none;
    opacity: 0.35;
}

@media (max-width: 1399px) {
    .related-carousel-prev {
        left: 20px;
    }

    .related-carousel-next {
        right: 20px;
    }
}

@media (max-width: 767px) {
    .related-section {
        padding: 56px 0 64px;
    }

    .related-section-heading {
        display: block;
        margin-bottom: 28px;
    }

    .related-section-heading h2 {
        font-size: 29px;
    }

    .related-section-heading .text-link {
        display: inline-flex;
        margin-top: 18px;
    }

    .related-products-carousel {
        margin-right: 0;
        margin-left: 0;
    }

    .related-add-button {
        opacity: 1;
        transform: none;
    }
}

/* Order confirmation */
.confirmation-page .confirmation-wrap {
    display: block;
    min-height: 0;
    padding: 34px 0 90px;
    background: var(--shop-paper);
}

.confirmation-breadcrumb {
    margin-bottom: 58px;
}

.confirmation-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
    gap: clamp(58px, 8vw, 112px);
    align-items: start;
}

.confirmation-main {
    max-width: 760px;
}

.confirmation-page .confirmation-icon {
    width: 66px;
    height: 66px;
    margin: 0 0 28px;
    font-size: 22px;
}

.confirmation-page .confirmation-icon.is-cancelled {
    background: var(--shop-sale);
}

.confirmation-main h1 {
    max-width: 680px;
    margin: 8px 0 18px;
    color: var(--shop-ink);
    font-size: clamp(36px, 5vw, 56px);
    line-height: 1.1;
}

.confirmation-main > p {
    max-width: 660px;
    margin: 0;
    color: var(--shop-muted);
    font-size: 15px;
    line-height: 1.75;
}

.confirmation-main > p strong {
    color: var(--shop-ink);
}

.confirmation-reference {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 38px 0;
    border-top: 1px solid var(--shop-line);
    border-bottom: 1px solid var(--shop-line);
}

.confirmation-reference > div {
    padding: 18px 22px 18px 0;
}

.confirmation-reference > div + div {
    padding-left: 22px;
    border-left: 1px solid var(--shop-line);
}

.confirmation-reference span,
.confirmation-reference strong {
    display: block;
}

.confirmation-reference span {
    margin-bottom: 5px;
    color: var(--shop-muted);
    font-size: 10px;
    text-transform: uppercase;
}

.confirmation-reference strong {
    color: var(--shop-ink);
    font-size: 13px;
}

.order-status-text {
    color: var(--shop-accent) !important;
}

.order-status-text.is-cancelled {
    color: var(--shop-sale) !important;
}

.order-journey {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
}

.order-journey li {
    position: relative;
    min-width: 0;
}

.order-journey li::after {
    position: absolute;
    top: 17px;
    right: 14px;
    left: 48px;
    height: 1px;
    content: "";
    background: var(--shop-line);
}

.order-journey li:last-child::after {
    display: none;
}

.order-journey li > span {
    position: relative;
    z-index: 1;
    display: grid;
    width: 34px;
    height: 34px;
    margin-bottom: 14px;
    place-items: center;
    border: 1px solid var(--shop-line);
    border-radius: 50%;
    color: var(--shop-muted);
    background: #fff;
    font-size: 10px;
    font-weight: 800;
}

.order-journey li.is-complete > span {
    color: #fff;
    border-color: var(--shop-accent);
    background: var(--shop-accent);
}

.order-journey li.is-current > span {
    color: var(--shop-accent);
    border-color: var(--shop-accent);
}

.order-journey strong,
.order-journey small {
    display: block;
    max-width: 175px;
}

.order-journey strong {
    color: var(--shop-ink);
    font-size: 12px;
}

.order-journey small {
    margin-top: 4px;
    color: var(--shop-muted);
    font-size: 10px;
    line-height: 1.5;
}

.confirmation-delivery {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 38px;
    padding: 28px 0;
    border-top: 1px solid var(--shop-line);
    border-bottom: 1px solid var(--shop-line);
}

.confirmation-delivery > div {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 13px;
    align-items: start;
}

.confirmation-detail-icon {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    color: var(--shop-accent);
    background: var(--shop-soft);
    font-size: 11px;
}

.confirmation-delivery div > span,
.confirmation-delivery div > strong {
    display: block;
}

.confirmation-delivery div > span {
    margin-bottom: 3px;
    color: var(--shop-muted);
    font-size: 9px;
    text-transform: uppercase;
}

.confirmation-delivery div > strong {
    color: var(--shop-ink);
    font-size: 12px;
}

.confirmation-delivery p {
    margin: 5px 0 0;
    color: var(--shop-muted);
    font-size: 11px;
    line-height: 1.6;
}

.confirmation-page .confirmation-actions {
    justify-content: flex-start;
    margin-top: 32px;
}

.confirmation-summary {
    padding: 28px;
    border: 1px solid var(--shop-line);
    background: #fff;
}

.confirmation-summary-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--shop-ink);
}

.confirmation-summary-heading h2 {
    margin: 0;
    color: var(--shop-ink);
    font-size: 22px;
}

.confirmation-summary-heading > i {
    color: var(--shop-accent);
    font-size: 17px;
}

.confirmation-items {
    max-height: 360px;
    overflow-y: auto;
}

.confirmation-item {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid var(--shop-line);
}

.confirmation-item img {
    width: 54px;
    height: 64px;
    object-fit: cover;
    background: var(--shop-soft);
}

.confirmation-item > div {
    min-width: 0;
}

.confirmation-item > div strong,
.confirmation-item > div span {
    display: block;
}

.confirmation-item > div strong {
    overflow: hidden;
    color: var(--shop-ink);
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.confirmation-item > div span {
    margin-top: 4px;
    color: var(--shop-muted);
    font-size: 9px;
}

.confirmation-item > strong {
    color: var(--shop-ink);
    font-size: 11px;
}

.confirmation-totals {
    margin: 12px 0 0;
}

.confirmation-totals > div {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    color: var(--shop-muted);
    font-size: 11px;
}

.confirmation-totals dt {
    font-weight: 500;
}

.confirmation-totals dd {
    margin: 0;
    color: var(--shop-ink);
    font-weight: 700;
}

.confirmation-totals .confirmation-grand-total {
    margin-top: 7px;
    padding-top: 15px;
    border-top: 1px solid var(--shop-line);
    color: var(--shop-ink);
    font-size: 15px;
    font-weight: 800;
}

.confirmation-help {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 10px;
    margin-top: 18px;
    padding: 14px;
    background: var(--shop-soft);
}

.confirmation-help > i {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    color: var(--shop-accent);
}

.confirmation-help strong,
.confirmation-help span {
    display: block;
}

.confirmation-help strong {
    color: var(--shop-ink);
    font-size: 10px;
}

.confirmation-help span {
    margin-top: 2px;
    color: var(--shop-muted);
    font-size: 9px;
}

.confirmation-help a {
    color: var(--shop-accent);
}

@media (max-width: 991px) {
    .confirmation-layout {
        grid-template-columns: 1fr;
        gap: 54px;
    }

    .confirmation-main {
        max-width: none;
    }

    .confirmation-summary {
        max-width: 620px;
    }
}

@media (max-width: 767px) {
    .confirmation-page .confirmation-wrap {
        padding: 24px 0 64px;
    }

    .confirmation-breadcrumb {
        margin-bottom: 38px;
    }

    .confirmation-main h1 {
        font-size: 37px;
    }

    .confirmation-reference {
        grid-template-columns: 1fr;
    }

    .confirmation-reference > div,
    .confirmation-reference > div + div {
        padding: 13px 0;
        border-left: 0;
    }

    .confirmation-reference > div + div {
        border-top: 1px solid var(--shop-line);
    }

    .order-journey strong {
        font-size: 10px;
    }

    .order-journey small {
        display: none;
    }

    .confirmation-delivery {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .confirmation-page .confirmation-actions {
        align-items: stretch;
    }

    .confirmation-summary {
        padding: 22px 18px;
    }
}

/* Account order history */
.account-section-heading {
    display: flex;
    gap: 28px;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 30px;
}

.account-section-heading h1 {
    margin: 4px 0 7px;
    color: var(--shop-ink);
    font-size: 34px;
    line-height: 1.2;
}

.account-section-heading p {
    margin: 0;
    color: var(--shop-muted);
    font-size: 12px;
}

.account-order-count {
    flex: 0 0 auto;
    padding-bottom: 4px;
    color: var(--shop-muted);
    font-size: 11px;
    font-weight: 700;
}

.order-filter-bar {
    display: flex;
    gap: 4px;
    overflow-x: auto;
    margin-bottom: 18px;
    padding: 4px;
    background: var(--shop-soft);
    scrollbar-width: none;
}

.order-filter-bar::-webkit-scrollbar {
    display: none;
}

.order-filter-bar button {
    display: inline-flex;
    min-height: 38px;
    flex: 0 0 auto;
    gap: 8px;
    align-items: center;
    padding: 0 14px;
    border: 0;
    color: var(--shop-muted);
    background: transparent;
    font-size: 11px;
    font-weight: 700;
}

.order-filter-bar button span {
    display: grid;
    min-width: 19px;
    height: 19px;
    place-items: center;
    padding: 0 5px;
    border-radius: 10px;
    color: var(--shop-muted);
    background: #fff;
    font-size: 9px;
}

.order-filter-bar button:hover,
.order-filter-bar button.is-active {
    color: var(--shop-ink);
    background: #fff;
}

.order-filter-bar button.is-active span {
    color: #fff;
    background: var(--shop-accent);
}

.account-order-list {
    display: grid;
    gap: 12px;
}

.account-order-card {
    border: 1px solid var(--shop-line);
    background: #fff;
}

.account-order-card-head {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 15px 18px;
    border-bottom: 1px solid var(--shop-line);
    background: #fafbf9;
}

.account-order-card-head > div {
    display: flex;
    gap: 7px;
    align-items: baseline;
}

.account-order-card-head > div span {
    color: var(--shop-muted);
    font-size: 10px;
    text-transform: uppercase;
}

.account-order-card-head > div a {
    color: var(--shop-ink);
    font-size: 14px;
    font-weight: 800;
}

.account-order-card-head > div a:hover {
    color: var(--shop-accent);
}

.account-status {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    color: var(--shop-muted);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.account-status i {
    color: #d7a921;
    font-size: 6px;
}

.account-status.is-shipped i {
    color: #337f9f;
}

.account-status.is-delivered i {
    color: #28704e;
}

.account-status.is-cancelled i {
    color: var(--shop-sale);
}

.account-order-card-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: 18px;
}

.account-order-card-body dl {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
}

.account-order-card-body dl > div {
    min-width: 0;
    padding-right: 18px;
}

.account-order-card-body dl > div + div {
    padding-left: 18px;
    border-left: 1px solid var(--shop-line);
}

.account-order-card-body dt,
.account-order-card-body dd {
    display: block;
    overflow: hidden;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.account-order-card-body dt {
    margin-bottom: 5px;
    color: var(--shop-muted);
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
}

.account-order-card-body dd {
    color: var(--shop-ink);
    font-size: 11px;
    font-weight: 700;
}

.account-order-action {
    display: inline-flex;
    min-height: 38px;
    gap: 16px;
    align-items: center;
    padding: 0 14px;
    color: #fff;
    background: var(--shop-ink);
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
}

.account-order-action:hover {
    color: #fff;
    background: var(--shop-accent);
}

.account-order-action i {
    font-size: 8px;
}

.account-filter-empty {
    display: none;
    padding: 48px 20px;
    text-align: center;
}

.account-filter-empty.is-visible {
    display: block;
}

.account-filter-empty i,
.account-filter-empty strong,
.account-filter-empty span {
    display: block;
}

.account-filter-empty i {
    margin-bottom: 14px;
    color: var(--shop-accent);
    font-size: 24px;
}

.account-filter-empty strong {
    color: var(--shop-ink);
    font-size: 14px;
}

.account-filter-empty span {
    margin-top: 4px;
    color: var(--shop-muted);
    font-size: 11px;
}

.account-orders-empty {
    padding: 70px 24px;
    border: 1px solid var(--shop-line);
    text-align: center;
    background: #fff;
}

.account-orders-empty > span {
    display: grid;
    width: 58px;
    height: 58px;
    margin: 0 auto 20px;
    place-items: center;
    border-radius: 50%;
    color: var(--shop-accent);
    background: var(--shop-soft);
}

.account-orders-empty h2 {
    color: var(--shop-ink);
    font-size: 24px;
}

.account-orders-empty p {
    margin: 0 0 24px;
    color: var(--shop-muted);
    font-size: 12px;
}

@media (max-width: 991px) {
    .account-order-card-body {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .account-order-action {
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .account-section-heading {
        display: block;
        margin-bottom: 24px;
    }

    .account-section-heading h1 {
        font-size: 29px;
    }

    .account-order-count {
        display: block;
        margin-top: 14px;
    }

    .order-filter-bar {
        margin-right: -20px;
    }

    .account-order-card-body dl {
        grid-template-columns: 1fr 1fr;
        gap: 16px 0;
    }

    .account-order-card-body dl > div:nth-child(odd) {
        padding-right: 14px;
        padding-left: 0;
        border-left: 0;
    }

    .account-order-card-body dl > div:nth-child(even) {
        padding-right: 0;
        padding-left: 14px;
        border-left: 1px solid var(--shop-line);
    }
}

/* Account order details */
.order-details-back {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 24px;
    color: var(--shop-muted);
    font-size: 10px;
    font-weight: 700;
}

.order-details-back:hover {
    color: var(--shop-accent);
}

.order-details-back i {
    font-size: 8px;
}

.order-details-heading {
    display: flex;
    gap: 24px;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 26px;
    border-bottom: 1px solid var(--shop-line);
}

.order-details-heading h1 {
    margin: 4px 0 6px;
    color: var(--shop-ink);
    font-size: 34px;
}

.order-details-heading p {
    margin: 0;
    color: var(--shop-muted);
    font-size: 11px;
}

.order-details-status {
    margin-bottom: 5px;
}

.order-cancelled-notice {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
    margin-top: 24px;
    padding: 17px 18px;
    color: #842d27;
    border: 1px solid #e5bdb9;
    background: #fbefee;
}

.order-cancelled-notice > i {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
}

.order-cancelled-notice strong,
.order-cancelled-notice span {
    display: block;
}

.order-cancelled-notice strong {
    font-size: 11px;
}

.order-cancelled-notice span {
    margin-top: 3px;
    font-size: 10px;
    line-height: 1.5;
}

.order-details-journey {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 30px 0 38px;
    padding: 0;
    list-style: none;
}

.order-details-journey li {
    position: relative;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
}

.order-details-journey li::after {
    position: absolute;
    top: 17px;
    right: 14px;
    left: 46px;
    height: 1px;
    content: "";
    background: var(--shop-line);
}

.order-details-journey li:last-child::after {
    display: none;
}

.order-details-journey li > span {
    position: relative;
    z-index: 1;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid var(--shop-line);
    border-radius: 50%;
    color: var(--shop-muted);
    background: #fff;
    font-size: 10px;
    font-weight: 800;
}

.order-details-journey li.is-current > span {
    color: var(--shop-accent);
    border-color: var(--shop-accent);
}

.order-details-journey li.is-complete > span {
    color: #fff;
    border-color: var(--shop-accent);
    background: var(--shop-accent);
}

.order-details-journey strong,
.order-details-journey small {
    display: block;
}

.order-details-journey strong {
    margin-top: 1px;
    color: var(--shop-ink);
    font-size: 11px;
}

.order-details-journey small {
    margin-top: 3px;
    color: var(--shop-muted);
    font-size: 9px;
}

.order-details-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 32px;
    align-items: start;
}

.order-items-heading {
    display: flex;
    gap: 20px;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--shop-ink);
}

.order-items-heading h2 {
    margin: 0;
    color: var(--shop-ink);
    font-size: 20px;
}

.order-items-heading > span {
    color: var(--shop-muted);
    font-size: 9px;
}

.order-detail-item {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr) 70px 88px;
    gap: 16px;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid var(--shop-line);
}

.order-detail-item-image {
    display: block;
    width: 76px;
    height: 88px;
    overflow: hidden;
    background: var(--shop-soft);
}

.order-detail-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.order-detail-item-copy {
    min-width: 0;
}

.order-detail-item-copy > span,
.order-detail-item-copy > a,
.order-detail-item-copy > small,
.order-detail-item-quantity span,
.order-detail-item-quantity strong,
.order-detail-item-total span,
.order-detail-item-total strong {
    display: block;
}

.order-detail-item-copy > span,
.order-detail-item-quantity span,
.order-detail-item-total span {
    margin-bottom: 5px;
    color: var(--shop-muted);
    font-size: 8px;
    text-transform: uppercase;
}

.order-detail-item-copy > a {
    overflow: hidden;
    color: var(--shop-ink);
    font-size: 12px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.order-detail-item-copy > a:hover {
    color: var(--shop-accent);
}

.order-detail-item-copy > small {
    margin-top: 5px;
    color: var(--shop-muted);
    font-size: 9px;
}

.order-detail-item-quantity,
.order-detail-item-total {
    text-align: right;
}

.order-detail-item-quantity strong,
.order-detail-item-total strong {
    color: var(--shop-ink);
    font-size: 11px;
}

.order-delivery-information {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-top: 34px;
    padding: 26px 0;
    border-top: 1px solid var(--shop-line);
    border-bottom: 1px solid var(--shop-line);
}

.order-information-title {
    display: flex;
    gap: 9px;
    align-items: center;
    margin-bottom: 14px;
}

.order-information-title i {
    color: var(--shop-accent);
    font-size: 11px;
}

.order-information-title h2 {
    margin: 0;
    color: var(--shop-ink);
    font-size: 12px;
}

.order-information-block > strong,
.order-information-block > span {
    display: block;
}

.order-information-block > strong {
    color: var(--shop-ink);
    font-size: 11px;
}

.order-information-block > p,
.order-information-block > span {
    color: var(--shop-muted);
    font-size: 10px;
    line-height: 1.6;
}

.order-information-block > p {
    margin: 6px 0;
}

.order-notes {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 11px;
    margin-top: 20px;
    padding: 16px;
    background: var(--shop-soft);
}

.order-notes > i {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    color: var(--shop-accent);
}

.order-notes strong {
    color: var(--shop-ink);
    font-size: 10px;
}

.order-notes p {
    margin: 3px 0 0;
    color: var(--shop-muted);
    font-size: 10px;
    line-height: 1.5;
}

.order-details-summary {
    position: sticky;
    top: 104px;
    padding: 22px;
    border: 1px solid var(--shop-line);
    background: #fff;
}

.order-details-summary h2 {
    margin: 2px 0 18px;
    color: var(--shop-ink);
    font-size: 21px;
}

.order-details-summary dl {
    margin: 0;
}

.order-details-summary dl > div {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid var(--shop-line);
    color: var(--shop-muted);
    font-size: 10px;
}

.order-details-summary dt {
    font-weight: 500;
}

.order-details-summary dd {
    margin: 0;
    color: var(--shop-ink);
    font-weight: 700;
    text-align: right;
}

.order-details-summary .order-details-grand-total {
    padding-top: 15px;
    border-bottom: 0;
    color: var(--shop-ink);
    font-size: 14px;
    font-weight: 800;
}

.order-details-help {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 9px;
    margin-top: 16px;
    padding: 13px;
    background: var(--shop-soft);
}

.order-details-help > i {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    color: var(--shop-accent);
}

.order-details-help strong,
.order-details-help a {
    display: block;
}

.order-details-help strong {
    color: var(--shop-ink);
    font-size: 9px;
}

.order-details-help a {
    margin-top: 3px;
    color: var(--shop-accent);
    font-size: 9px;
}

@media (max-width: 1199px) {
    .order-details-layout {
        grid-template-columns: 1fr;
    }

    .order-details-summary {
        position: static;
    }
}

@media (max-width: 767px) {
    .order-details-heading {
        align-items: flex-start;
    }

    .order-details-heading h1 {
        font-size: 28px;
    }

    .order-details-journey li {
        grid-template-columns: 30px minmax(0, 1fr);
        gap: 7px;
    }

    .order-details-journey li > span {
        width: 30px;
        height: 30px;
    }

    .order-details-journey li::after {
        top: 15px;
        left: 38px;
    }

    .order-details-journey small {
        display: none;
    }

    .order-detail-item {
        grid-template-columns: 68px minmax(0, 1fr) auto;
        gap: 12px;
    }

    .order-detail-item-image {
        width: 68px;
        height: 80px;
    }

    .order-detail-item-quantity {
        display: none;
    }

    .order-detail-item-total {
        text-align: right;
    }

    .order-delivery-information {
        grid-template-columns: 1fr;
        gap: 26px;
    }
}

/* Account profile */
.profile-heading {
    display: flex;
    gap: 17px;
    align-items: center;
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--shop-line);
}

.profile-avatar {
    display: grid;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--shop-ink);
    font-size: 16px;
    font-weight: 800;
}

.profile-heading h1 {
    margin: 2px 0 3px;
    color: var(--shop-ink);
    font-size: 28px;
}

.profile-heading p {
    margin: 0;
    color: var(--shop-muted);
    font-size: 11px;
}

.account-settings-panel {
    padding: 26px;
    border: 1px solid var(--shop-line);
    background: #fff;
}

.account-settings-panel + .account-settings-panel {
    margin-top: 22px;
}

.account-settings-panel-heading {
    display: flex;
    gap: 13px;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--shop-line);
}

.account-settings-icon {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    border-radius: 50%;
    color: var(--shop-accent);
    background: var(--shop-soft);
    font-size: 12px;
}

.account-settings-panel-heading h2 {
    margin: 0;
    color: var(--shop-ink);
    font-size: 16px;
}

.account-settings-panel-heading p {
    margin: 3px 0 0;
    color: var(--shop-muted);
    font-size: 10px;
}

.profile-page .account-settings-panel label > span {
    color: var(--shop-muted);
    font-size: 9px;
    font-weight: 500;
}

.profile-page .account-settings-panel .form-control,
.profile-page .account-settings-panel .form-select {
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.profile-page .account-settings-panel .form-control:focus,
.profile-page .account-settings-panel .form-select:focus {
    border-color: var(--shop-accent);
}

.profile-page .account-settings-panel textarea.form-control {
    min-height: 96px;
    padding-top: 12px;
}

.profile-page .account-settings-panel .mb-3 > p {
    margin: 4px 0 0;
    font-size: 10px;
}

.account-form-footer {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
    padding-top: 20px;
    border-top: 1px solid var(--shop-line);
}

.account-form-footer > span {
    color: var(--shop-muted);
    font-size: 9px;
}

.account-form-footer > span i {
    margin-right: 5px;
    color: var(--shop-accent);
}

.profile-page .account-form-footer .btn {
    display: inline-flex;
    min-width: 145px;
    gap: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.profile-page .account-form-footer .btn i {
    font-size: 8px;
}

.profile-page .account-form-footer .btn:disabled {
    cursor: wait;
    opacity: 0.65;
}

.account-form-message {
    display: none;
    gap: 9px;
    align-items: center;
    margin-bottom: 18px;
    padding: 12px 14px;
    color: #226044;
    border-left: 3px solid #28704e;
    background: #edf7f3;
    font-size: 10px;
}

.account-form-message.is-visible {
    display: flex;
}

.account-form-message.is-error {
    color: #842d27;
    border-left-color: var(--shop-sale);
    background: #fbefee;
}

@media (max-width: 767px) {
    .profile-avatar {
        width: 52px;
        height: 52px;
        flex-basis: 52px;
        font-size: 14px;
    }

    .profile-heading h1 {
        font-size: 24px;
    }

    .account-settings-panel {
        padding: 20px 18px;
    }

    .account-form-footer {
        align-items: stretch;
        flex-direction: column;
        gap: 15px;
    }

    .profile-page .account-form-footer .btn {
        width: 100%;
    }
}

/* Account security */
.security-heading {
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--shop-line);
}

.security-heading h1 {
    margin: 3px 0 5px;
    color: var(--shop-ink);
    font-size: 28px;
}

.security-heading p {
    margin: 0;
    color: var(--shop-muted);
    font-size: 11px;
}

.security-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(230px, 0.75fr);
    gap: 22px;
    align-items: start;
}

.security-form {
    min-width: 0;
}

.security-field {
    margin-bottom: 18px;
}

.security-field label {
    display: block;
    margin-bottom: 7px;
}

.security-field > p {
    margin: 5px 0 0;
    font-size: 10px;
}

.password-input {
    position: relative;
}

.security-page .password-input .form-control {
    height: 46px;
    padding-right: 48px;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.security-page .password-input .form-control:focus {
    border-color: var(--shop-accent);
}

.password-visibility {
    position: absolute;
    top: 50%;
    right: 4px;
    display: grid;
    width: 38px;
    height: 38px;
    padding: 0;
    place-items: center;
    transform: translateY(-50%);
    color: var(--shop-muted);
    border: 0;
    background: transparent;
    cursor: pointer;
}

.password-visibility:hover,
.password-visibility:focus-visible {
    color: var(--shop-ink);
}

.password-strength {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    margin-top: 8px;
}

.password-strength span {
    height: 3px;
    background: var(--shop-line);
    transition: background-color 0.2s ease;
}

.password-strength[data-score="1"] span:nth-child(1) {
    background: #b33b32;
}

.password-strength[data-score="2"] span:nth-child(-n+2) {
    background: #c58b24;
}

.password-strength[data-score="3"] span:nth-child(-n+3),
.password-strength[data-score="4"] span {
    background: #28704e;
}

.security-page .account-form-footer .btn {
    display: inline-flex;
    min-width: 170px;
    gap: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.security-page .account-form-footer .btn i {
    font-size: 8px;
}

.security-page .account-form-footer .btn:disabled {
    cursor: wait;
    opacity: 0.65;
}

.security-guidance {
    padding: 25px 22px;
    border-top: 3px solid var(--shop-accent);
    background: var(--shop-soft);
}

.security-guidance-icon {
    display: grid;
    width: 42px;
    height: 42px;
    margin-bottom: 20px;
    place-items: center;
    color: #fff;
    background: var(--shop-ink);
    font-size: 13px;
}

.security-guidance h2 {
    margin: 4px 0 7px;
    color: var(--shop-ink);
    font-size: 20px;
}

.security-guidance > p {
    margin: 0;
    color: var(--shop-muted);
    font-size: 10px;
    line-height: 1.65;
}

.security-guidance ul {
    margin: 22px 0 0;
    padding: 18px 0 0;
    border-top: 1px solid var(--shop-line);
    list-style: none;
}

.security-guidance li {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 9px;
    align-items: center;
    margin-bottom: 12px;
    color: var(--shop-muted);
    font-size: 10px;
    transition: color 0.2s ease;
}

.security-guidance li:last-child {
    margin-bottom: 0;
}

.security-guidance li i {
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    color: #9a9f9d;
    border: 1px solid #d5d9d7;
    border-radius: 50%;
    font-size: 7px;
    transition: all 0.2s ease;
}

.security-guidance li.is-valid {
    color: var(--shop-ink);
}

.security-guidance li.is-valid i {
    color: #fff;
    border-color: #28704e;
    background: #28704e;
}

@media (max-width: 991px) {
    .security-layout {
        grid-template-columns: 1fr;
    }

    .security-guidance {
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr);
        column-gap: 14px;
    }

    .security-guidance .section-kicker,
    .security-guidance h2,
    .security-guidance > p,
    .security-guidance ul {
        grid-column: 2;
    }

    .security-guidance-icon {
        grid-row: 1 / span 4;
    }
}

@media (max-width: 767px) {
    .security-heading h1 {
        font-size: 24px;
    }

    .security-layout {
        gap: 18px;
    }

    .security-page .account-form-footer .btn {
        width: 100%;
    }

    .security-guidance {
        display: block;
    }

    .security-guidance-icon {
        margin-bottom: 18px;
    }
}

/* Account wishlist */
.wishlist-heading {
    display: flex;
    gap: 28px;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--shop-line);
}

.wishlist-heading h1 {
    margin: 3px 0 5px;
    color: var(--shop-ink);
    font-size: 28px;
}

.wishlist-heading p {
    max-width: 540px;
    margin: 0;
    color: var(--shop-muted);
    font-size: 11px;
    line-height: 1.6;
}

.wishlist-count {
    min-width: 88px;
    padding-left: 18px;
    border-left: 1px solid var(--shop-line);
}

.wishlist-count strong,
.wishlist-count span {
    display: block;
}

.wishlist-count strong {
    color: var(--shop-ink);
    font-size: 25px;
    line-height: 1;
}

.wishlist-count span {
    margin-top: 5px;
    color: var(--shop-muted);
    font-size: 9px;
}

.wishlist-items {
    border-top: 1px solid var(--shop-line);
}

.wishlist-items.is-empty {
    display: none;
}

.wishlist-item {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr) 210px;
    gap: 24px;
    align-items: center;
    padding: 22px 0;
    border-bottom: 1px solid var(--shop-line);
    transition: opacity 0.24s ease, transform 0.24s ease;
}

.wishlist-item.is-removing {
    opacity: 0;
    transform: translateX(12px);
    pointer-events: none;
}

.wishlist-item-image {
    position: relative;
    display: block;
    width: 118px;
    aspect-ratio: 1 / 1.15;
    overflow: hidden;
    background: var(--shop-soft);
}

.wishlist-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.wishlist-item:hover .wishlist-item-image img {
    transform: scale(1.035);
}

.wishlist-item-image > span {
    position: absolute;
    top: 9px;
    left: 9px;
    padding: 4px 6px;
    color: #fff;
    background: var(--shop-sale);
    font-size: 8px;
    font-weight: 800;
}

.wishlist-item-content {
    min-width: 0;
}

.wishlist-item-meta {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 7px;
    color: var(--shop-accent);
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
}

.wishlist-item-meta span + span {
    position: relative;
    color: var(--shop-muted);
}

.wishlist-item-meta span + span::before {
    position: absolute;
    top: 50%;
    left: -8px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: var(--shop-muted);
    content: "";
}

.wishlist-item-content h2 {
    margin: 0 0 12px;
    font-size: 17px;
    line-height: 1.35;
}

.wishlist-item-content h2 a {
    color: var(--shop-ink);
}

.wishlist-item-content h2 a:hover {
    color: var(--shop-accent);
}

.wishlist-item-stock {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    font-size: 9px;
    font-weight: 700;
}

.wishlist-item-stock.is-available {
    color: #28704e;
}

.wishlist-item-stock.is-unavailable {
    color: var(--shop-sale);
}

.wishlist-item-purchase {
    min-width: 0;
    text-align: right;
}

.wishlist-item-price {
    display: flex;
    gap: 8px;
    align-items: baseline;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.wishlist-item-price strong {
    color: var(--shop-ink);
    font-size: 17px;
}

.wishlist-item-price del {
    color: var(--shop-muted);
    font-size: 10px;
}

.wishlist-item-actions {
    display: flex;
    gap: 7px;
    justify-content: flex-end;
}

.wishlist-cart-button {
    display: inline-flex;
    min-width: 148px;
    height: 40px;
    gap: 9px;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    color: #fff;
    border: 1px solid var(--shop-ink);
    background: var(--shop-ink);
    font-size: 9px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.2s ease;
}

.wishlist-cart-button:hover {
    color: #fff;
    border-color: var(--shop-accent);
    background: var(--shop-accent);
}

.wishlist-cart-button.is-secondary {
    color: var(--shop-ink);
    background: #fff;
}

.wishlist-cart-button.is-secondary:hover {
    color: var(--shop-accent);
    border-color: var(--shop-accent);
    background: #fff;
}

.wishlist-cart-button:disabled {
    cursor: wait;
    opacity: 0.65;
}

.wishlist-remove-button {
    display: grid;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    padding: 0;
    place-items: center;
    color: var(--shop-muted);
    border: 1px solid var(--shop-line);
    background: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
}

.wishlist-remove-button:hover {
    color: var(--shop-sale);
    border-color: var(--shop-sale);
}

.wishlist-remove-button:disabled {
    cursor: wait;
}

.wishlist-empty {
    padding: 60px 24px;
    text-align: center;
    border: 1px solid var(--shop-line);
    background: #fff;
}

.wishlist-empty-icon {
    display: grid;
    width: 58px;
    height: 58px;
    margin: 0 auto 20px;
    place-items: center;
    color: var(--shop-accent);
    border-radius: 50%;
    background: var(--shop-soft);
    font-size: 18px;
}

.wishlist-empty h2 {
    margin: 5px 0 8px;
    color: var(--shop-ink);
    font-size: 23px;
}

.wishlist-empty p {
    margin: 0 0 22px;
    color: var(--shop-muted);
    font-size: 10px;
}

.wishlist-empty .btn {
    display: inline-flex;
    min-width: 164px;
    gap: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.wishlist-empty .btn i {
    font-size: 8px;
}

.wishlist-continue {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    margin-top: 22px;
    padding: 16px 18px;
    background: var(--shop-soft);
}

.wishlist-continue > span {
    color: var(--shop-muted);
    font-size: 9px;
}

.wishlist-continue > span i {
    margin-right: 6px;
    color: var(--shop-accent);
}

.wishlist-continue > a {
    color: var(--shop-ink);
    font-size: 9px;
    font-weight: 800;
}

.wishlist-continue > a i {
    margin-left: 7px;
    font-size: 7px;
}

@media (max-width: 991px) {
    .wishlist-item {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 18px;
    }

    .wishlist-item-image {
        width: 96px;
        grid-row: 1 / span 2;
    }

    .wishlist-item-purchase {
        grid-column: 2;
        text-align: left;
    }

    .wishlist-item-price,
    .wishlist-item-actions {
        justify-content: flex-start;
    }

    .wishlist-item-price {
        margin-bottom: 11px;
    }
}

@media (max-width: 767px) {
    .wishlist-heading {
        align-items: flex-start;
    }

    .wishlist-heading h1 {
        font-size: 24px;
    }

    .wishlist-heading p {
        display: none;
    }

    .wishlist-count {
        min-width: 70px;
    }

    .wishlist-item {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 14px;
        padding: 18px 0;
    }

    .wishlist-item-image {
        width: 82px;
    }

    .wishlist-item-content h2 {
        font-size: 14px;
    }

    .wishlist-item-purchase {
        grid-column: 1 / -1;
    }

    .wishlist-item-price {
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .wishlist-item-actions {
        width: 100%;
    }

    .wishlist-cart-button {
        flex: 1 1 auto;
    }

    .wishlist-continue {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
}

/* Customer sign in */
.login-page .login-section {
    min-height: 740px;
    padding: 58px 0 78px;
    background: #f3f5f4;
}

.login-page .login-section > .container {
    display: block;
}

.login-workspace {
    display: grid;
    width: min(100%, 1060px);
    min-height: 610px;
    grid-template-columns: minmax(0, 1.08fr) minmax(410px, 0.92fr);
    margin: 0 auto;
    border: 1px solid var(--shop-line);
    background: #fff;
}

.login-visual {
    position: relative;
    min-width: 0;
    min-height: 610px;
    overflow: hidden;
    background: var(--shop-ink);
}

.login-visual::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(18, 25, 23, 0.05) 38%, rgba(18, 25, 23, 0.82) 100%);
    content: "";
}

.login-visual > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 48% center;
}

.login-visual-content {
    position: absolute;
    right: 34px;
    bottom: 34px;
    left: 34px;
    z-index: 1;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    color: #fff;
}

.login-visual-mark {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    color: var(--shop-ink);
    background: #fff;
    font-size: 13px;
}

.login-visual-content div > span {
    display: block;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.login-visual-content h2 {
    max-width: 360px;
    margin: 0;
    color: #fff;
    font-size: 22px;
    line-height: 1.35;
}

.login-panel {
    display: flex;
    min-width: 0;
    padding: 38px 46px;
    flex-direction: column;
}

.login-back-link {
    display: inline-flex;
    align-self: flex-start;
    gap: 8px;
    align-items: center;
    color: var(--shop-muted);
    font-size: 9px;
    font-weight: 700;
}

.login-back-link i {
    font-size: 7px;
}

.login-back-link:hover {
    color: var(--shop-accent);
}

.login-panel-heading {
    margin: 52px 0 26px;
}

.login-panel-heading h1 {
    margin: 5px 0 7px;
    color: var(--shop-ink);
    font-size: 27px;
    line-height: 1.25;
}

.login-panel-heading p {
    margin: 0;
    color: var(--shop-muted);
    font-size: 11px;
    line-height: 1.6;
}

.auth-alert {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 8px;
    align-items: start;
    margin-bottom: 18px;
    padding: 12px 13px;
    border-left: 3px solid;
    font-size: 10px;
    line-height: 1.5;
}

.auth-alert i {
    margin-top: 2px;
}

.auth-alert.is-success {
    color: #226044;
    border-color: #28704e;
    background: #edf7f3;
}

.auth-alert.is-error {
    color: #842d27;
    border-color: var(--shop-sale);
    background: #fbefee;
}

.customer-login-form {
    margin: 0;
}

.auth-field {
    margin-bottom: 18px;
}

.auth-field label,
.auth-label-row label {
    margin: 0 0 7px;
    color: var(--shop-ink);
    font-size: 10px;
    font-weight: 800;
}

.auth-label-row {
    display: flex;
    gap: 15px;
    align-items: baseline;
    justify-content: space-between;
}

.auth-label-row a {
    color: var(--shop-accent);
    font-size: 9px;
    font-weight: 700;
}

.auth-input {
    position: relative;
}

.auth-input > i {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 1;
    width: 14px;
    transform: translateY(-50%);
    color: var(--shop-muted);
    font-size: 10px;
    text-align: center;
    pointer-events: none;
}

.login-page .auth-input .form-control {
    width: 100%;
    height: 48px;
    padding: 0 46px 0 42px;
    border: 1px solid var(--shop-line);
    border-radius: 0;
    color: var(--shop-ink);
    background: #fff;
    box-shadow: none;
    font-size: 11px;
}

.login-page .auth-input .form-control:focus {
    border-color: var(--shop-accent);
}

.login-page .auth-input .form-control.is-invalid {
    border-color: var(--shop-sale);
    background-image: none;
}

.auth-field > .invalid-feedback {
    display: block;
    margin: 5px 0 0;
    color: var(--shop-sale);
    font-size: 9px;
}

.auth-password-toggle {
    position: absolute;
    top: 50%;
    right: 5px;
    display: grid;
    width: 38px;
    height: 38px;
    padding: 0;
    place-items: center;
    transform: translateY(-50%);
    color: var(--shop-muted);
    border: 0;
    background: transparent;
    cursor: pointer;
}

.auth-password-toggle:hover,
.auth-password-toggle:focus-visible {
    color: var(--shop-ink);
}

.auth-remember {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    margin: 0 0 21px;
    cursor: pointer;
}

.auth-remember input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.auth-remember > span {
    display: grid;
    width: 18px;
    height: 18px;
    place-items: center;
    color: transparent;
    border: 1px solid var(--shop-line);
    background: #fff;
    font-size: 7px;
    transition: all 0.2s ease;
}

.auth-remember input:checked + span {
    color: #fff;
    border-color: var(--shop-accent);
    background: var(--shop-accent);
}

.auth-remember input:focus-visible + span {
    outline: 2px solid rgba(22, 98, 79, 0.3);
    outline-offset: 2px;
}

.auth-remember strong {
    color: var(--shop-muted);
    font-size: 9px;
    font-weight: 600;
}

.login-submit-button {
    display: flex;
    width: 100%;
    height: 48px;
    gap: 20px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid var(--shop-ink);
    background: var(--shop-ink);
    font-size: 10px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.2s ease;
}

.login-submit-button i {
    font-size: 8px;
}

.login-submit-button:hover {
    border-color: var(--shop-accent);
    background: var(--shop-accent);
}

.login-submit-button:disabled {
    cursor: wait;
    opacity: 0.7;
}

.login-create-account {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    margin-top: 22px;
    padding-top: 19px;
    border-top: 1px solid var(--shop-line);
    font-size: 9px;
}

.login-create-account > span {
    color: var(--shop-muted);
}

.login-create-account a {
    color: var(--shop-ink);
    font-weight: 800;
}

.login-create-account a i {
    margin-left: 6px;
    font-size: 7px;
}

.login-create-account a:hover {
    color: var(--shop-accent);
}

.login-security-note {
    margin: auto 0 0;
    padding-top: 24px;
    color: var(--shop-muted);
    font-size: 8px;
    text-align: center;
}

.login-security-note i {
    margin-right: 5px;
    color: var(--shop-accent);
}

@media (max-width: 991px) {
    .login-workspace {
        grid-template-columns: minmax(0, 0.8fr) minmax(390px, 1fr);
    }

    .login-visual-content {
        right: 24px;
        bottom: 26px;
        left: 24px;
    }

    .login-visual-content h2 {
        font-size: 18px;
    }

    .login-panel {
        padding: 34px 36px;
    }
}

@media (max-width: 767px) {
    .login-page .login-section {
        min-height: 0;
        padding: 22px 0 48px;
    }

    .login-workspace {
        display: block;
        min-height: 0;
    }

    .login-visual {
        min-height: 190px;
        aspect-ratio: 16 / 7;
    }

    .login-visual > img {
        object-position: center 42%;
    }

    .login-visual-content {
        right: 18px;
        bottom: 18px;
        left: 18px;
    }

    .login-visual-mark {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    .login-visual-content h2 {
        font-size: 15px;
    }

    .login-panel {
        padding: 26px 20px 24px;
    }

    .login-panel-heading {
        margin: 30px 0 23px;
    }

    .login-panel-heading h1 {
        font-size: 24px;
    }

    .login-create-account {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .login-security-note {
        margin-top: 26px;
    }
}

/* Customer registration */
.register-page .register-section {
    min-height: 790px;
    padding: 48px 0 70px;
    background: #f3f5f4;
}

.register-page .register-section > .container {
    display: block;
}

.register-workspace {
    min-height: 680px;
    grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
}

.register-visual {
    min-height: 680px;
}

.register-visual > img {
    object-position: 40% center;
}

.register-panel {
    padding: 32px 42px;
}

.register-panel-heading {
    margin: 30px 0 22px;
}

.register-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 14px;
}

.register-field-full {
    grid-column: 1 / -1;
}

.register-page .auth-field {
    min-width: 0;
    margin-bottom: 14px;
}

.register-page .auth-field label > span {
    color: var(--shop-muted);
    font-size: 8px;
    font-weight: 500;
}

.register-page .auth-input .form-control {
    width: 100%;
    height: 46px;
    padding: 0 44px 0 40px;
    border: 1px solid var(--shop-line);
    border-radius: 0;
    color: var(--shop-ink);
    background: #fff;
    box-shadow: none;
    font-size: 10px;
}

.register-page .auth-input .form-control:focus {
    border-color: var(--shop-accent);
}

.register-page .auth-input .form-control.is-invalid {
    border-color: var(--shop-sale);
    background-image: none;
}

.register-password-strength {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3px;
    margin-top: 6px;
}

.register-password-strength span {
    height: 2px;
    background: var(--shop-line);
    transition: background-color 0.2s ease;
}

.register-password-strength[data-score="1"] span:nth-child(1) {
    background: #b33b32;
}

.register-password-strength[data-score="2"] span:nth-child(-n+2) {
    background: #c58b24;
}

.register-password-strength[data-score="3"] span:nth-child(-n+3),
.register-password-strength[data-score="4"] span {
    background: #28704e;
}

.register-requirements {
    display: flex;
    gap: 7px 14px;
    flex-wrap: wrap;
    margin: 0 0 16px;
    padding: 11px 13px;
    background: var(--shop-soft);
}

.register-requirements span {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    color: var(--shop-muted);
    font-size: 8px;
    transition: color 0.2s ease;
}

.register-requirements i {
    color: #a3a8a6;
    font-size: 6px;
}

.register-requirements span.is-valid {
    color: #28704e;
}

.register-requirements span.is-valid i {
    color: #28704e;
}

.register-terms {
    margin-bottom: 5px;
}

.register-terms strong {
    line-height: 1.5;
}

.register-terms strong a {
    color: var(--shop-accent);
    font-weight: 800;
}

.register-terms-error {
    display: none;
    margin: 0 0 12px;
    color: var(--shop-sale);
    font-size: 9px;
}

.register-terms-error.is-visible {
    display: block;
}

.register-signin-link {
    margin-top: 18px;
    padding-top: 16px;
}

@media (max-width: 991px) {
    .register-workspace {
        grid-template-columns: minmax(250px, 0.62fr) minmax(0, 1.38fr);
    }

    .register-panel {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .register-page .register-section {
        min-height: 0;
        padding: 22px 0 48px;
    }

    .register-workspace {
        display: block;
        min-height: 0;
    }

    .register-visual {
        min-height: 190px;
        aspect-ratio: 16 / 7;
    }

    .register-panel {
        padding: 26px 20px 24px;
    }

    .register-panel-heading {
        margin: 30px 0 22px;
    }

    .register-field-grid {
        grid-template-columns: 1fr;
    }

    .register-field-full {
        grid-column: auto;
    }

    .register-requirements {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Password recovery */
.recovery-page .recovery-section {
    min-height: 680px;
    padding: 70px 0 88px;
    background: #f3f5f4;
}

.recovery-page .recovery-section > .container {
    display: block;
}

.recovery-workspace {
    width: min(100%, 510px);
    margin: 0 auto;
    padding: 38px 44px 36px;
    border: 1px solid var(--shop-line);
    background: #fff;
}

.recovery-icon {
    display: grid;
    width: 52px;
    height: 52px;
    margin: 44px 0 22px;
    place-items: center;
    color: #fff;
    background: var(--shop-ink);
    font-size: 14px;
}

.recovery-heading {
    margin-bottom: 25px;
}

.recovery-heading h1 {
    margin: 5px 0 8px;
    color: var(--shop-ink);
    font-size: 28px;
    line-height: 1.25;
}

.recovery-heading p {
    margin: 0;
    color: var(--shop-muted);
    font-size: 11px;
    line-height: 1.65;
}

.recovery-page .auth-input .form-control {
    width: 100%;
    height: 48px;
    padding: 0 44px 0 42px;
    border: 1px solid var(--shop-line);
    border-radius: 0;
    color: var(--shop-ink);
    background: #fff;
    box-shadow: none;
    font-size: 11px;
}

.recovery-page .auth-input .form-control:focus {
    border-color: var(--shop-accent);
}

.recovery-page .auth-input .form-control.is-invalid {
    border-color: var(--shop-sale);
    background-image: none;
}

.recovery-help {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    margin-top: 20px;
    padding: 13px;
    background: var(--shop-soft);
}

.recovery-help > div {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    color: var(--shop-accent);
    font-size: 10px;
}

.recovery-help p {
    margin: 0;
    color: var(--shop-muted);
    font-size: 8px;
    line-height: 1.55;
}

.recovery-create-account {
    margin-top: 22px;
}

@media (max-width: 767px) {
    .recovery-page .recovery-section {
        min-height: 0;
        padding: 22px 0 48px;
    }

    .recovery-workspace {
        padding: 28px 20px 25px;
    }

    .recovery-icon {
        margin-top: 34px;
    }

    .recovery-heading h1 {
        font-size: 24px;
    }
}

/* Password reset */
.reset-page .reset-section {
    min-height: 760px;
    padding: 58px 0 78px;
    background: #f3f5f4;
}

.reset-page .reset-section > .container {
    display: block;
}

.reset-workspace {
    width: min(100%, 550px);
}

.reset-icon {
    margin-top: 36px;
}

.reset-page .auth-field {
    margin-bottom: 16px;
}

.reset-page .auth-input .form-control {
    width: 100%;
    height: 48px;
    padding: 0 46px 0 42px;
    border: 1px solid var(--shop-line);
    border-radius: 0;
    color: var(--shop-ink);
    background: #fff;
    box-shadow: none;
    font-size: 11px;
}

.reset-page .auth-input .form-control:focus {
    border-color: var(--shop-accent);
}

.reset-page .auth-input .form-control.is-invalid {
    border-color: var(--shop-sale);
    background-image: none;
}

.reset-password-strength {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    margin-top: 7px;
}

.reset-password-strength span {
    height: 3px;
    background: var(--shop-line);
    transition: background-color 0.2s ease;
}

.reset-password-strength[data-score="1"] span:nth-child(1) {
    background: #b33b32;
}

.reset-password-strength[data-score="2"] span:nth-child(-n+2) {
    background: #c58b24;
}

.reset-password-strength[data-score="3"] span:nth-child(-n+3),
.reset-password-strength[data-score="4"] span {
    background: #28704e;
}

.reset-requirements {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 12px;
    margin: 2px 0 20px;
    padding: 14px;
    background: var(--shop-soft);
}

.reset-requirements span {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    color: var(--shop-muted);
    font-size: 8px;
    transition: color 0.2s ease;
}

.reset-requirements i {
    color: #a3a8a6;
    font-size: 6px;
}

.reset-requirements span.is-valid,
.reset-requirements span.is-valid i {
    color: #28704e;
}

.reset-security-note {
    margin-top: 18px;
}

@media (max-width: 767px) {
    .reset-page .reset-section {
        min-height: 0;
        padding: 22px 0 48px;
    }

    .reset-requirements {
        grid-template-columns: 1fr;
    }
}
