@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeInDown {
    from {
        -webkit-transform: translateY(-0.5rem);
        transform: translateY(-0.5rem);
        opacity: 0
    }

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

@keyframes fadeInDown {
    from {
        -webkit-transform: translateY(-0.5rem);
        transform: translateY(-0.5rem);
        opacity: 0
    }

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

@-webkit-keyframes fadeOutUp {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(-0.5rem);
        transform: translateY(-0.5rem);
        opacity: 0
    }
}

@keyframes fadeOutUp {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(-0.5rem);
        transform: translateY(-0.5rem);
        opacity: 0
    }
}

:root {
    --base-font-family: -apple-system, blinkmacsystemfont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
    --base-font-size: 16px;
    --general-gutter-x: 24px;
    --general-negative-gutter-x: -24px;
    --layout-wide: 1350px;
    --layout-wide-full-bleed-max: max(24px, calc(50cqw - (var(--layout-wide)/2)));
    --layout-wide-full-bleed-min: min(-24px, calc((var(--layout-wide)/2) - 50cqw));
    --layout-wide-w-980: 980px;
    --layout-wide-980-full-bleed-max: max(24px, calc(50cqw - (var(--layout-wide-w-980)/2)));
    --layout-wide-980-full-bleed-min: min(-24px, calc((var(--layout-wide-w-980)/2) - 50cqw));
    --layout-wide-cart: 1100px;
    --layout-wide-cart-full-bleed-max: max(24px, calc(50cqw - (var(--layout-wide-cart)/2)));
    --layout-wide-cart-full-bleed-min: min(-24px, calc((var(--layout-wide-cart)/2) - 50cqw));
    --layout-wide-member: 1100px;
    --layout-wide-member-full-bleed-max: max(24px, calc(50cqw - (var(--layout-wide-member)/2)));
    --general-bg-color: #fff;
    --general-text-color: #454545;
    --general-border-color: #e6e6e6;
    --general-link-color: #6ea8fe;
    --general-link-hov-color: #4f8aec;
    --general-link-visited-color: #346cc6;
    --general-input-border-color: #cfcfcf;
    --general-input-focus-color: #b1cdfb;
    --general-input-placeholder-color: #8a8a8a;
    --general-input-checked-color: #2b79ec;
    --general-light-bg-color: #fafafa;
    --general-light-bg-color-darker: #f2f2f2;
    --primary-color: #363730;
    --icon-bg-color: #333;
    --item-code-color: #8a8a8a;
    --item-soldout-text-color: #8a8a8a;
    --item-soldout-border-color: #e6e6e6;
    --card-tag-bg-color: #8a8a8a;
    --card-tag-text-color: #fff;
    --customer-title-border-color: #737373;
    --credit-bg-color: #fdfcf9;
    --credit-border-color: #e0ded7;
    --required-color: #c00;
    --error-color: #c00;
    --exclude-cancel-color: #fdfcf9;
    --exclude-cancel-border-color: #e0ded7;
    --allocation-dialog-color: #fdfcf9;
    --allocation-dialog-border-color: #e0ded7;
    --notice-color: #c00;
    --404-text-color: #e6e6e6;
    --table-border-color: #e6e6e6;
    --table-bg-color: #fff;
    --table-thead-bg-color: #f2f2f2;
    --table-tfoot-border-color: #737373;
    --tag-soldout-bg-color: #ffebee;
    --tag-soldout-text-color: #e53935;
    --tag-fewstock-bg-color: #e3f6ff;
    --tag-fewstock-text-color: #454545;
    --rank-main-bg-color: #737373;
    --rank-sub-bg-color: #a1a1a1;
    --rank-text-color: #fff;
    --btn-primary-bg-color: #278ebc;
    --btn-primary-text-color: #fff;
    --btn-secondary-bg-color: #5c5c5c;
    --btn-secondary-text-color: #fff;
    --btn-secondary-hov-bg-color: #737373;
    --btn-tertiary-bg-color: #fff;
    --btn-tertiary-color: #454545;
    --btn-tertiary-hov-bg-color: #737373;
    --btn-tertiary-hov-text-color: #fff;
    --btn-quaternary-bg-color: #e6e6e6;
    --btn-quaternary-border-color: #e6e6e6;
    --btn-quaternary-text-color: #454545;
    --btn-quaternary-hov-bg-color: #f2f2f2;
    --btn-quinary-bg-color: #fff;
    --btn-quinary-border-color: #cfcfcf;
    --btn-quinary-text-color: #737373;
    --btn-quinary-hov-color: #454545;
    --btn-senary-bg-color: #fff;
    --btn-senary-hov-text-color: #fff;
    --hero-image-sp-height: 520px;
    --hero-image-pc-height: calc(100vh - 81px)
}

/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #c00;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #5c5c5c;
    --bs-gray-200: #0e0e0e;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #278ebc;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #c00;
    --bs-light: #5c5c5c;
    --bs-dark: #212529;
    --bs-primary-rgb: 39, 142, 188;
    --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: 204, 0, 0;
    --bs-light-rgb: 92, 92, 92;
    --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-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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media(prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media(min-width: 1200px) {

    h1,
    .h1 {
        font-size: 2.5rem
    }
}

h2,
.h2 {
    font-size: calc(1.325rem + 0.9vw)
}

@media(min-width: 1200px) {

    h2,
    .h2 {
        font-size: 2rem
    }
}

h3,
.h3 {
    font-size: calc(1.3rem + 0.6vw)
}

@media(min-width: 1200px) {

    h3,
    .h3 {
        font-size: 1.75rem
    }
}

h4,
.h4 {
    font-size: calc(1.275rem + 0.3vw)
}

@media(min-width: 1200px) {

    h4,
    .h4 {
        font-size: 1.5rem
    }
}

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: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small,
.small {
    font-size: 0.875em
}

mark,
.mark {
    padding: .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: #278ebc;
    text-decoration: underline
}

a:hover {
    color: rgb(31.2, 113.6, 150.4)
}

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
        /* rtl:ignore */
    ;
    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: .2rem .4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
}

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;
    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: .5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit
}

@media(min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
    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
}

@media(min-width: 1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .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: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .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%;
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem)
}

@media(min-width: 576px) {

    .container-sm,
    .container {
        max-width: 540px
    }
}

@media(min-width: 768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 720px
    }
}

@media(min-width: 992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px
    }
}

@media(min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px
    }
}

@media(min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1400px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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>* {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-top: var(--bs-gutter-y)
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

.row-cols-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

@media(min-width: 576px) {
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 768px) {
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 992px) {
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 1200px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width: 1400px) {
    .col-xxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xxl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.table {
    --bs-table-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: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    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: .25rem .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: rgb(211.8, 232.4, 241.6);
    --bs-table-striped-bg: rgb(201.21, 220.78, 229.52);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(190.62, 209.16, 217.44);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(195.915, 214.97, 223.48);
    --bs-table-hover-color: #000;
    color: #000;
    border-color: rgb(190.62, 209.16, 217.44)
}

.table-secondary {
    --bs-table-bg: rgb(225.6, 227.4, 229);
    --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
    --bs-table-hover-color: #000;
    color: #000;
    border-color: rgb(203.04, 204.66, 206.1)
}

.table-success {
    --bs-table-bg: rgb(209, 231, 220.8);
    --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
    --bs-table-hover-color: #000;
    color: #000;
    border-color: rgb(188.1, 207.9, 198.72)
}

.table-info {
    --bs-table-bg: rgb(206.6, 244.4, 252);
    --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
    --bs-table-hover-color: #000;
    color: #000;
    border-color: rgb(185.94, 219.96, 226.8)
}

.table-warning {
    --bs-table-bg: rgb(255, 242.6, 205.4);
    --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
    --bs-table-hover-color: #000;
    color: #000;
    border-color: rgb(229.5, 218.34, 184.86)
}

.table-danger {
    --bs-table-bg: rgb(244.8, 204, 204);
    --bs-table-striped-bg: rgb(232.56, 193.8, 193.8);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(220.32, 183.6, 183.6);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(226.44, 188.7, 188.7);
    --bs-table-hover-color: #000;
    color: #000;
    border-color: rgb(220.32, 183.6, 183.6)
}

.table-light {
    --bs-table-bg: #5c5c5c;
    --bs-table-striped-bg: rgb(100.15, 100.15, 100.15);
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: rgb(108.3, 108.3, 108.3);
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: rgb(104.225, 104.225, 104.225);
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: rgb(108.3, 108.3, 108.3)
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: rgb(55.2, 58.8, 62.4)
}

.table-responsive {
    overflow-x: auto;
}

@media(max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
    }
}

@media(max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
    }
}

@media(max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
    }
}

@media(max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
    }
}

@media(max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
    }
}

.form-label {
    margin-bottom: .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: .25rem;
    font-size: 0.875em;
    color: #6c757d
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .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: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.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: rgb(147, 198.5, 221.5);
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(39, 142, 188, .25);
    box-shadow: 0 0 0 .25rem rgba(39, 142, 188, .25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #0e0e0e;
    opacity: 1
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #0e0e0e;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #0e0e0e;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }

    .form-control::file-selector-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: rgb(13.3, 13.3, 13.3)
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: rgb(13.3, 13.3, 13.3)
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #0e0e0e;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: rgb(13.3, 13.3, 13.3)
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: rgba(0, 0, 0, 0);
    border: solid rgba(0, 0, 0, 0);
    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: .25rem .5rem;
    font-size: 0.875rem;
    border-radius: .2rem
}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

.form-control-lg::-webkit-file-upload-button {
    padding: .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: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .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 .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion: reduce) {
    .form-select {
        -webkit-transition: none;
        transition: none
    }
}

.form-select:focus {
    border-color: rgb(147, 198.5, 221.5);
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(39, 142, 188, .25);
    box-shadow: 0 0 0 .25rem rgba(39, 142, 188, .25)
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    background-color: #0e0e0e
}

.form-select:-moz-focusring {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #212529
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: 0.875rem;
    border-radius: .2rem
}

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

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: rgb(147, 198.5, 221.5);
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(39, 142, 188, .25);
    box-shadow: 0 0 0 .25rem rgba(39, 142, 188, .25)
}

.form-check-input:checked {
    background-color: #278ebc;
    border-color: #278ebc
}

.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: #278ebc;
    border-color: #278ebc;
    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;
    -webkit-filter: none;
    filter: none;
    opacity: .5
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    opacity: .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;
    -webkit-transition: background-position .15s ease-in-out;
    transition: background-position .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        -webkit-transition: none;
        transition: none
    }
}

.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='rgb%28147, 198.5, 221.5%29'/%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;
    -webkit-filter: none;
    filter: none;
    opacity: .65
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(39, 142, 188, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(39, 142, 188, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(39, 142, 188, .25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #278ebc;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: rgb(190.2, 221.1, 234.9)
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: #dee2e6;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #278ebc;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: rgb(190.2, 221.1, 234.9)
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: #dee2e6;
    border-color: rgba(0, 0, 0, 0);
    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 .75rem;
    pointer-events: none;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out, -webkit-transform .1s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-floating>label {
        -webkit-transition: none;
        transition: none
    }
}

.form-floating>.form-control {
    padding: 1rem .75rem
}

.form-floating>.form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0)
}

.form-floating>.form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0)
}

.form-floating>.form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0)
}

.form-floating>.form-control::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0)
}

.form-floating>.form-control::placeholder {
    color: rgba(0, 0, 0, 0)
}

.form-floating>.form-control:not(:-moz-placeholder) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:not(:-ms-input-placeholder) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder)~label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label {
    opacity: .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: .65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-select {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #0e0e0e;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: 0.875rem;
    border-radius: .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: .25rem;
    font-size: 0.875em;
    color: #198754
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(25, 135, 84, .9);
    border-radius: .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;
    -webkit-box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .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 .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;
    -webkit-box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .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 {
    -webkit-box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .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: .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: .25rem;
    font-size: 0.875em;
    color: #c00
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(204, 0, 0, .9);
    border-radius: .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: #c00;
    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='%23c00'%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='%23c00' 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: #c00;
    -webkit-box-shadow: 0 0 0 .25rem rgba(204, 0, 0, .25);
    box-shadow: 0 0 0 .25rem rgba(204, 0, 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: #c00
}

.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='%23c00'%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='%23c00' stroke='none'/%3e%3c/svg%3e");
    background-position: right .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: #c00;
    -webkit-box-shadow: 0 0 0 .25rem rgba(204, 0, 0, .25);
    box-shadow: 0 0 0 .25rem rgba(204, 0, 0, .25)
}

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
    border-color: #c00
}

.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
    background-color: #c00
}

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(204, 0, 0, .25);
    box-shadow: 0 0 0 .25rem rgba(204, 0, 0, .25)
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #c00
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .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;
    -ms-user-select: none;
    user-select: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #212529
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(39, 142, 188, .25);
    box-shadow: 0 0 0 .25rem rgba(39, 142, 188, .25)
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.btn-primary {
    color: #000;
    background-color: #278ebc;
    border-color: #278ebc
}

.btn-primary:hover {
    color: #000;
    background-color: rgb(71.4, 158.95, 198.05);
    border-color: rgb(60.6, 153.3, 194.7)
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #000;
    background-color: rgb(71.4, 158.95, 198.05);
    border-color: rgb(60.6, 153.3, 194.7);
    -webkit-box-shadow: 0 0 0 .25rem rgba(33.15, 120.7, 159.8, .5);
    box-shadow: 0 0 0 .25rem rgba(33.15, 120.7, 159.8, .5)
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
    color: #000;
    background-color: rgb(82.2, 164.6, 201.4);
    border-color: rgb(60.6, 153.3, 194.7)
}

.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 {
    -webkit-box-shadow: 0 0 0 .25rem rgba(33.15, 120.7, 159.8, .5);
    box-shadow: 0 0 0 .25rem rgba(33.15, 120.7, 159.8, .5)
}

.btn-primary:disabled,
.btn-primary.disabled {
    color: #000;
    background-color: #278ebc;
    border-color: #278ebc
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: rgb(91.8, 99.45, 106.25);
    border-color: rgb(86.4, 93.6, 100)
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    color: #fff;
    background-color: rgb(91.8, 99.45, 106.25);
    border-color: rgb(86.4, 93.6, 100);
    -webkit-box-shadow: 0 0 0 .25rem rgba(130.05, 137.7, 144.5, .5);
    box-shadow: 0 0 0 .25rem rgba(130.05, 137.7, 144.5, .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: rgb(86.4, 93.6, 100);
    border-color: rgb(81, 87.75, 93.75)
}

.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 {
    -webkit-box-shadow: 0 0 0 .25rem rgba(130.05, 137.7, 144.5, .5);
    box-shadow: 0 0 0 .25rem rgba(130.05, 137.7, 144.5, .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: rgb(21.25, 114.75, 71.4);
    border-color: rgb(20, 108, 67.2)
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    color: #fff;
    background-color: rgb(21.25, 114.75, 71.4);
    border-color: rgb(20, 108, 67.2);
    -webkit-box-shadow: 0 0 0 .25rem rgba(59.5, 153, 109.65, .5);
    box-shadow: 0 0 0 .25rem rgba(59.5, 153, 109.65, .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: rgb(20, 108, 67.2);
    border-color: rgb(18.75, 101.25, 63)
}

.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 {
    -webkit-box-shadow: 0 0 0 .25rem rgba(59.5, 153, 109.65, .5);
    box-shadow: 0 0 0 .25rem rgba(59.5, 153, 109.65, .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: rgb(49.3, 209.95, 242.25);
    border-color: rgb(37.2, 207.3, 241.5)
}

.btn-check:focus+.btn-info,
.btn-info:focus {
    color: #000;
    background-color: rgb(49.3, 209.95, 242.25);
    border-color: rgb(37.2, 207.3, 241.5);
    -webkit-box-shadow: 0 0 0 .25rem rgba(11.05, 171.7, 204, .5);
    box-shadow: 0 0 0 .25rem rgba(11.05, 171.7, 204, .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: rgb(61.4, 212.6, 243);
    border-color: rgb(37.2, 207.3, 241.5)
}

.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 {
    -webkit-box-shadow: 0 0 0 .25rem rgba(11.05, 171.7, 204, .5);
    box-shadow: 0 0 0 .25rem rgba(11.05, 171.7, 204, .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: rgb(255, 202.3, 44.2);
    border-color: rgb(255, 199.2, 31.8)
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
    color: #000;
    background-color: rgb(255, 202.3, 44.2);
    border-color: rgb(255, 199.2, 31.8);
    -webkit-box-shadow: 0 0 0 .25rem rgba(216.75, 164.05, 5.95, .5);
    box-shadow: 0 0 0 .25rem rgba(216.75, 164.05, 5.95, .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: rgb(255, 205.4, 56.6);
    border-color: rgb(255, 199.2, 31.8)
}

.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 {
    -webkit-box-shadow: 0 0 0 .25rem rgba(216.75, 164.05, 5.95, .5);
    box-shadow: 0 0 0 .25rem rgba(216.75, 164.05, 5.95, .5)
}

.btn-warning:disabled,
.btn-warning.disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-danger {
    color: #fff;
    background-color: #c00;
    border-color: #c00
}

.btn-danger:hover {
    color: #fff;
    background-color: rgb(173.4, 0, 0);
    border-color: rgb(163.2, 0, 0)
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
    color: #fff;
    background-color: rgb(173.4, 0, 0);
    border-color: rgb(163.2, 0, 0);
    -webkit-box-shadow: 0 0 0 .25rem rgba(211.65, 38.25, 38.25, .5);
    box-shadow: 0 0 0 .25rem rgba(211.65, 38.25, 38.25, .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: rgb(163.2, 0, 0);
    border-color: #900
}

.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 {
    -webkit-box-shadow: 0 0 0 .25rem rgba(211.65, 38.25, 38.25, .5);
    box-shadow: 0 0 0 .25rem rgba(211.65, 38.25, 38.25, .5)
}

.btn-danger:disabled,
.btn-danger.disabled {
    color: #fff;
    background-color: #c00;
    border-color: #c00
}

.btn-light {
    color: #fff;
    background-color: #5c5c5c;
    border-color: #5c5c5c
}

.btn-light:hover {
    color: #fff;
    background-color: rgb(78.2, 78.2, 78.2);
    border-color: rgb(73.6, 73.6, 73.6)
}

.btn-check:focus+.btn-light,
.btn-light:focus {
    color: #fff;
    background-color: rgb(78.2, 78.2, 78.2);
    border-color: rgb(73.6, 73.6, 73.6);
    -webkit-box-shadow: 0 0 0 .25rem hsla(0, 0%, 45.6666666667%, .5);
    box-shadow: 0 0 0 .25rem hsla(0, 0%, 45.6666666667%, .5)
}

.btn-check:checked+.btn-light,
.btn-check:active+.btn-light,
.btn-light:active,
.btn-light.active,
.show>.btn-light.dropdown-toggle {
    color: #fff;
    background-color: rgb(73.6, 73.6, 73.6);
    border-color: #454545
}

.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 {
    -webkit-box-shadow: 0 0 0 .25rem hsla(0, 0%, 45.6666666667%, .5);
    box-shadow: 0 0 0 .25rem hsla(0, 0%, 45.6666666667%, .5)
}

.btn-light:disabled,
.btn-light.disabled {
    color: #fff;
    background-color: #5c5c5c;
    border-color: #5c5c5c
}

.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-dark:hover {
    color: #fff;
    background-color: rgb(28.05, 31.45, 34.85);
    border-color: rgb(26.4, 29.6, 32.8)
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    color: #fff;
    background-color: rgb(28.05, 31.45, 34.85);
    border-color: rgb(26.4, 29.6, 32.8);
    -webkit-box-shadow: 0 0 0 .25rem rgba(66.3, 69.7, 73.1, .5);
    box-shadow: 0 0 0 .25rem rgba(66.3, 69.7, 73.1, .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: rgb(26.4, 29.6, 32.8);
    border-color: rgb(24.75, 27.75, 30.75)
}

.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 {
    -webkit-box-shadow: 0 0 0 .25rem rgba(66.3, 69.7, 73.1, .5);
    box-shadow: 0 0 0 .25rem rgba(66.3, 69.7, 73.1, .5)
}

.btn-dark:disabled,
.btn-dark.disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-outline-primary {
    color: #278ebc;
    border-color: #278ebc
}

.btn-outline-primary:hover {
    color: #000;
    background-color: #278ebc;
    border-color: #278ebc
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(39, 142, 188, .5);
    box-shadow: 0 0 0 .25rem rgba(39, 142, 188, .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: #000;
    background-color: #278ebc;
    border-color: #278ebc
}

.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 {
    -webkit-box-shadow: 0 0 0 .25rem rgba(39, 142, 188, .5);
    box-shadow: 0 0 0 .25rem rgba(39, 142, 188, .5)
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
    color: #278ebc;
    background-color: rgba(0, 0, 0, 0)
}

.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 {
    -webkit-box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .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 {
    -webkit-box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
    color: #6c757d;
    background-color: rgba(0, 0, 0, 0)
}

.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 {
    -webkit-box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5);
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .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 {
    -webkit-box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5);
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.btn-outline-success:disabled,
.btn-outline-success.disabled {
    color: #198754;
    background-color: rgba(0, 0, 0, 0)
}

.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 {
    -webkit-box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5);
    box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .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 {
    -webkit-box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5);
    box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.btn-outline-info:disabled,
.btn-outline-info.disabled {
    color: #0dcaf0;
    background-color: rgba(0, 0, 0, 0)
}

.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 {
    -webkit-box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .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 {
    -webkit-box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

.btn-outline-warning:disabled,
.btn-outline-warning.disabled {
    color: #ffc107;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-danger {
    color: #c00;
    border-color: #c00
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #c00;
    border-color: #c00
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(204, 0, 0, .5);
    box-shadow: 0 0 0 .25rem rgba(204, 0, 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: #c00;
    border-color: #c00
}

.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 {
    -webkit-box-shadow: 0 0 0 .25rem rgba(204, 0, 0, .5);
    box-shadow: 0 0 0 .25rem rgba(204, 0, 0, .5)
}

.btn-outline-danger:disabled,
.btn-outline-danger.disabled {
    color: #c00;
    background-color: rgba(0, 0, 0, 0)
}

.btn-outline-light {
    color: #5c5c5c;
    border-color: #5c5c5c
}

.btn-outline-light:hover {
    color: #fff;
    background-color: #5c5c5c;
    border-color: #5c5c5c
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(92, 92, 92, .5);
    box-shadow: 0 0 0 .25rem rgba(92, 92, 92, .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: #fff;
    background-color: #5c5c5c;
    border-color: #5c5c5c
}

.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 {
    -webkit-box-shadow: 0 0 0 .25rem rgba(92, 92, 92, .5);
    box-shadow: 0 0 0 .25rem rgba(92, 92, 92, .5)
}

.btn-outline-light:disabled,
.btn-outline-light.disabled {
    color: #5c5c5c;
    background-color: rgba(0, 0, 0, 0)
}

.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 {
    -webkit-box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5);
    box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .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 {
    -webkit-box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5);
    box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.btn-outline-dark:disabled,
.btn-outline-dark.disabled {
    color: #212529;
    background-color: rgba(0, 0, 0, 0)
}

.btn-link {
    font-weight: 400;
    color: #278ebc;
    text-decoration: underline
}

.btn-link:hover {
    color: rgb(31.2, 113.6, 150.4)
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d
}

.btn-lg,
.btn-group-lg>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.btn-sm,
.btn-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: 0.875rem;
    border-radius: .2rem
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media(prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@media(prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    -webkit-transition: width .35s ease;
    transition: width .35s ease
}

@media(prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        -webkit-transition: none;
        transition: none
    }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid rgba(0, 0, 0, 0);
    border-bottom: 0;
    border-left: .3em solid rgba(0, 0, 0, 0)
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .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, .15);
    border-radius: .25rem
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: .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
}

@media(min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-end {
        --bs-position: end
    }

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid rgba(0, 0, 0, 0);
    border-bottom: .3em solid;
    border-left: .3em solid rgba(0, 0, 0, 0)
}

.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: .125rem
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid rgba(0, 0, 0, 0);
    border-right: 0;
    border-bottom: .3em solid rgba(0, 0, 0, 0);
    border-left: .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: .125rem
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropstart .dropdown-toggle::after {
    display: none
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid rgba(0, 0, 0, 0);
    border-right: .3em solid;
    border-bottom: .3em solid rgba(0, 0, 0, 0)
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .15)
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: rgb(29.7, 33.3, 36.9);
    background-color: #0e0e0e
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #278ebc
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0)
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1rem;
    color: #212529
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(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: hsla(0, 0%, 100%, .15)
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #278ebc
}

.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, .15)
}

.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-header {
    color: #adb5bd
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    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: .5625rem;
    padding-left: .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: .375rem;
    padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #278ebc;
    text-decoration: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .nav-link {
        -webkit-transition: none;
        transition: none
    }
}

.nav-link:hover,
.nav-link:focus {
    color: rgb(31.2, 113.6, 150.4)
}

.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 rgba(0, 0, 0, 0);
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #0e0e0e #0e0e0e #dee2e6;
    isolation: isolate
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0)
}

.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: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #278ebc
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: .25rem;
    -webkit-transition: -webkit-box-shadow .15s ease-in-out;
    transition: -webkit-box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .navbar-toggler {
        -webkit-transition: none;
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem;
    box-shadow: 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
}

@media(min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        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;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        visibility: visible !important;
        background-color: rgba(0, 0, 0, 0);
        border-right: 0;
        border-left: 0;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: 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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        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;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        visibility: visible !important;
        background-color: rgba(0, 0, 0, 0);
        border-right: 0;
        border-left: 0;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: 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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        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;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        visibility: visible !important;
        background-color: rgba(0, 0, 0, 0);
        border-right: 0;
        border-left: 0;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: 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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        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;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        visibility: visible !important;
        background-color: rgba(0, 0, 0, 0);
        border-right: 0;
        border-left: 0;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: 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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width: 1400px) {
    .navbar-expand-xxl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        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;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        visibility: visible !important;
        background-color: rgba(0, 0, 0, 0);
        border-right: 0;
        border-left: 0;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: 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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

.navbar-expand {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0);
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none
}

.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0
}

.navbar-expand .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: rgba(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, .55)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(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: hsla(0, 0%, 100%, .55)
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .55);
    border-color: hsla(0, 0%, 100%, .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: hsla(0, 0%, 100%, .55)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 1rem
}

.card-title {
    margin-bottom: .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: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0
}

.card-footer {
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(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: .75rem
}

@media(min-width: 576px) {
    .card-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        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
    }
}

.accordion-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, border-radius .15s ease, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, border-radius .15s ease, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease, -webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .accordion-button {
        -webkit-transition: none;
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: rgb(35.1, 127.8, 169.2);
    background-color: rgb(233.4, 243.7, 248.3);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    box-shadow: inset 0 -1px 0 rgba(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='rgb%2835.1, 127.8, 169.2%29'%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");
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.accordion-button::after {
    -ms-flex-negative: 0;
    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;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .accordion-button::after {
        -webkit-transition: none;
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: rgb(147, 198.5, 221.5);
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(39, 142, 188, .25);
    box-shadow: 0 0 0 .25rem rgba(39, 142, 188, .25)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .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: .25rem;
    border-bottom-left-radius: .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: .25rem;
    border-bottom-left-radius: .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/")
        /* rtl: var(--bs-breadcrumb-divider, "/") */
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    color: #278ebc;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .page-link {
        -webkit-transition: none;
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: rgb(31.2, 113.6, 150.4);
    background-color: #0e0e0e;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    color: rgb(31.2, 113.6, 150.4);
    background-color: #0e0e0e;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(39, 142, 188, .25);
    box-shadow: 0 0 0 .25rem rgba(39, 142, 188, .25)
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #278ebc;
    border-color: #278ebc
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6
}

.page-link {
    padding: .375rem .75rem
}

.page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: 0.875rem
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: .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: rgb(23.4, 85.2, 112.8);
    background-color: rgb(211.8, 232.4, 241.6);
    border-color: rgb(190.2, 221.1, 234.9)
}

.alert-primary .alert-link {
    color: rgb(18.72, 68.16, 90.24)
}

.alert-secondary {
    color: rgb(64.8, 70.2, 75);
    background-color: rgb(225.6, 227.4, 229);
    border-color: rgb(210.9, 213.6, 216)
}

.alert-secondary .alert-link {
    color: rgb(51.84, 56.16, 60)
}

.alert-success {
    color: rgb(15, 81, 50.4);
    background-color: rgb(209, 231, 220.8);
    border-color: rgb(186, 219, 203.7)
}

.alert-success .alert-link {
    color: rgb(12, 64.8, 40.32)
}

.alert-info {
    color: rgb(5.2, 80.8, 96);
    background-color: rgb(206.6, 244.4, 252);
    border-color: rgb(182.4, 239.1, 250.5)
}

.alert-info .alert-link {
    color: rgb(4.16, 64.64, 76.8)
}

.alert-warning {
    color: rgb(102, 77.2, 2.8);
    background-color: rgb(255, 242.6, 205.4);
    border-color: rgb(255, 236.4, 180.6)
}

.alert-warning .alert-link {
    color: rgb(81.6, 61.76, 2.24)
}

.alert-danger {
    color: rgb(122.4, 0, 0);
    background-color: rgb(244.8, 204, 204);
    border-color: rgb(239.7, 178.5, 178.5)
}

.alert-danger .alert-link {
    color: rgb(97.92, 0, 0)
}

.alert-light {
    color: rgb(55.2, 55.2, 55.2);
    background-color: rgb(222.4, 222.4, 222.4);
    border-color: rgb(206.1, 206.1, 206.1)
}

.alert-light .alert-link {
    color: rgb(44.16, 44.16, 44.16)
}

.alert-dark {
    color: rgb(19.8, 22.2, 24.6);
    background-color: rgb(210.6, 211.4, 212.2);
    border-color: rgb(188.4, 189.6, 190.8)
}

.alert-dark .alert-link {
    color: rgb(15.84, 17.76, 19.68)
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #0e0e0e;
    border-radius: .25rem
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #278ebc;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

@media(prefers-reduced-motion: reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

@media(prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .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: #5c5c5c
}

.list-group-item-action:active {
    color: #212529;
    background-color: #0e0e0e
}

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(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: #278ebc;
    border-color: #278ebc
}

.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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .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
}

@media(min-width: 576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .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
    }
}

@media(min-width: 768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .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
    }
}

@media(min-width: 992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .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
    }
}

@media(min-width: 1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .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
    }
}

@media(min-width: 1400px) {
    .list-group-horizontal-xxl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xxl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item:last-child {
        border-top-right-radius: .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
    }
}

.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: rgb(23.4, 85.2, 112.8);
    background-color: rgb(211.8, 232.4, 241.6)
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: rgb(23.4, 85.2, 112.8);
    background-color: rgb(190.62, 209.16, 217.44)
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: rgb(23.4, 85.2, 112.8);
    border-color: rgb(23.4, 85.2, 112.8)
}

.list-group-item-secondary {
    color: rgb(64.8, 70.2, 75);
    background-color: rgb(225.6, 227.4, 229)
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: rgb(64.8, 70.2, 75);
    background-color: rgb(203.04, 204.66, 206.1)
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: rgb(64.8, 70.2, 75);
    border-color: rgb(64.8, 70.2, 75)
}

.list-group-item-success {
    color: rgb(15, 81, 50.4);
    background-color: rgb(209, 231, 220.8)
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: rgb(15, 81, 50.4);
    background-color: rgb(188.1, 207.9, 198.72)
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: rgb(15, 81, 50.4);
    border-color: rgb(15, 81, 50.4)
}

.list-group-item-info {
    color: rgb(5.2, 80.8, 96);
    background-color: rgb(206.6, 244.4, 252)
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: rgb(5.2, 80.8, 96);
    background-color: rgb(185.94, 219.96, 226.8)
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: rgb(5.2, 80.8, 96);
    border-color: rgb(5.2, 80.8, 96)
}

.list-group-item-warning {
    color: rgb(102, 77.2, 2.8);
    background-color: rgb(255, 242.6, 205.4)
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: rgb(102, 77.2, 2.8);
    background-color: rgb(229.5, 218.34, 184.86)
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: rgb(102, 77.2, 2.8);
    border-color: rgb(102, 77.2, 2.8)
}

.list-group-item-danger {
    color: rgb(122.4, 0, 0);
    background-color: rgb(244.8, 204, 204)
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: rgb(122.4, 0, 0);
    background-color: rgb(220.32, 183.6, 183.6)
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: rgb(122.4, 0, 0);
    border-color: rgb(122.4, 0, 0)
}

.list-group-item-light {
    color: rgb(55.2, 55.2, 55.2);
    background-color: rgb(222.4, 222.4, 222.4)
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: rgb(55.2, 55.2, 55.2);
    background-color: hsl(0, 0%, 78.4941176471%)
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: rgb(55.2, 55.2, 55.2);
    border-color: rgb(55.2, 55.2, 55.2)
}

.list-group-item-dark {
    color: rgb(19.8, 22.2, 24.6);
    background-color: rgb(210.6, 211.4, 212.2)
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: rgb(19.8, 22.2, 24.6);
    background-color: rgb(189.54, 190.26, 190.98)
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: rgb(19.8, 22.2, 24.6);
    border-color: rgb(19.8, 22.2, 24.6)
}

.btn-close {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: rgba(0, 0, 0, 0) 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: .25rem;
    opacity: .5
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(39, 142, 188, .25);
    box-shadow: 0 0 0 .25rem rgba(39, 142, 188, .25);
    opacity: 1
}

.btn-close:disabled,
.btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .25
}

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

.toast {
    width: 350px;
    max-width: 100%;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: .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: .75rem
}

.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem .75rem;
    color: #6c757d;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(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: .75rem
}

.toast-body {
    padding: .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: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media(prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .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: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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: .5rem .5rem;
    margin: -0.5rem -0.5rem -0.5rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .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: .25rem
}

@media(min-width: 576px) {
    .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
    }
}

@media(min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media(min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-fullscreen .modal-footer {
    border-radius: 0
}

@media(max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header {
        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) {
    .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) {
    .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) {
    .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) {
    .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
    }
}

.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: .9
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: rgba(0, 0, 0, 0);
    border-style: solid
}

.bs-tooltip-top,
.bs-tooltip-auto[data-popper-placement^=top] {
    padding: .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: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^=right] {
    padding: 0 .4rem
}

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    right: -1px;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^=bottom] {
    padding: .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 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^=left] {
    padding: 0 .4rem
}

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    left: -1px;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0
        /* rtl:ignore */
    ;
    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, .2);
    border-radius: .3rem
}

.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: rgba(0, 0, 0, 0);
    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: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-top>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {
    bottom: 1px;
    border-width: .5rem .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: .5rem;
    height: 1rem
}

.bs-popover-end>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-end>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {
    left: 1px;
    border-width: .5rem .5rem .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 .5rem .5rem .5rem;
    border-bottom-color: rgba(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 .5rem .5rem .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 hsl(0, 0%, 94%)
}

.bs-popover-start>.popover-arrow,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow {
    right: calc(-0.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.bs-popover-start>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-start>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: hsl(0, 0%, 94%);
    border-bottom: 1px solid rgba(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 {
    -ms-touch-action: pan-y;
    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;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    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;
    -webkit-transition: opacity 0s .6s;
    transition: opacity 0s .6s
}

@media(prefers-reduced-motion: reduce) {

    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease
}

@media(prefers-reduced-motion: reduce) {

    .carousel-control-prev,
    .carousel-control-next {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators [data-bs-target] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    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 rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease
}

@media(prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        -webkit-transition: none;
        transition: none
    }
}

.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 {
    -webkit-filter: invert(1) grayscale(100);
    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 {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
            /* rtl:ignore */
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
            /* rtl:ignore */
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: .25em solid currentColor;
    border-right-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        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: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media(prefers-reduced-motion: reduce) {

    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .offcanvas {
        -webkit-transition: none;
        transition: none
    }
}

.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: .5
}

.offcanvas-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem
}

.offcanvas-header .btn-close {
    padding: .5rem .5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5
}

.offcanvas-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    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, .2);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, .2);
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, .2);
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.offcanvas.show {
    -webkit-transform: none;
    transform: none
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: .5
}

.placeholder.btn::before {
    display: inline-block;
    content: ""
}

.placeholder-xs {
    min-height: .6em
}

.placeholder-sm {
    min-height: .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: .2
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: .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: #278ebc
}

.link-primary:hover,
.link-primary:focus {
    color: rgb(82.2, 164.6, 201.4)
}

.link-secondary {
    color: #6c757d
}

.link-secondary:hover,
.link-secondary:focus {
    color: rgb(86.4, 93.6, 100)
}

.link-success {
    color: #198754
}

.link-success:hover,
.link-success:focus {
    color: rgb(20, 108, 67.2)
}

.link-info {
    color: #0dcaf0
}

.link-info:hover,
.link-info:focus {
    color: rgb(61.4, 212.6, 243)
}

.link-warning {
    color: #ffc107
}

.link-warning:hover,
.link-warning:focus {
    color: rgb(255, 205.4, 56.6)
}

.link-danger {
    color: #c00
}

.link-danger:hover,
.link-danger:focus {
    color: rgb(163.2, 0, 0)
}

.link-light {
    color: #5c5c5c
}

.link-light:hover,
.link-light:focus {
    color: rgb(73.6, 73.6, 73.6)
}

.link-dark {
    color: #212529
}

.link-dark:hover,
.link-dark:focus {
    color: rgb(26.4, 29.6, 32.8)
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

@media(min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media(min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.hstack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.vstack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    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;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: .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: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    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: 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 {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important
}

.translate-middle-y {
    -webkit-transform: translateY(-50%) !important;
    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: #278ebc !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: #c00 !important
}

.border-light {
    border-color: #5c5c5c !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 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

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

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

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

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

.order-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important
}

.order-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important
}

.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
}

.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
}

.order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important
}

.order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important
}

.order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important
}

.order-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .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: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .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: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .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: .25rem !important
}

.mt-2 {
    margin-top: .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: .25rem !important
}

.me-2 {
    margin-right: .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: .25rem !important
}

.mb-2 {
    margin-bottom: .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: .25rem !important
}

.ms-2 {
    margin-left: .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: .25rem !important
}

.p-2 {
    padding: .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: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .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: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .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: .25rem !important
}

.pt-2 {
    padding-top: .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: .25rem !important
}

.pe-2 {
    padding-right: .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: .25rem !important
}

.pb-2 {
    padding-bottom: .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: .25rem !important
}

.ps-2 {
    padding-left: .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), var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: hsla(0, 0%, 100%, .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), var(--bs-bg-opacity)) !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

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

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

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 0) !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;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: .2rem !important
}

.rounded-2 {
    border-radius: .25rem !important
}

.rounded-3 {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-end {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-start {
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media(min-width: 576px) {
    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .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: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .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: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .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: .25rem !important
    }

    .me-sm-2 {
        margin-right: .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: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .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: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .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: .25rem !important
    }

    .p-sm-2 {
        padding: .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: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .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: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .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: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .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: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .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: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .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) {
    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-md-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .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: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .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: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: .25rem !important
    }

    .mt-md-2 {
        margin-top: .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: .25rem !important
    }

    .me-md-2 {
        margin-right: .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: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .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: .25rem !important
    }

    .ms-md-2 {
        margin-left: .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: .25rem !important
    }

    .p-md-2 {
        padding: .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: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .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: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: .25rem !important
    }

    .pt-md-2 {
        padding-top: .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: .25rem !important
    }

    .pe-md-2 {
        padding-right: .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: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .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: .25rem !important
    }

    .ps-md-2 {
        padding-left: .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) {
    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .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: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .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: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .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: .25rem !important
    }

    .me-lg-2 {
        margin-right: .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: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .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: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .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: .25rem !important
    }

    .p-lg-2 {
        padding: .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: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .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: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .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: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .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: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .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: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .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) {
    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .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: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .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: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .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: .25rem !important
    }

    .me-xl-2 {
        margin-right: .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: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .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: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .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: .25rem !important
    }

    .p-xl-2 {
        padding: .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: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .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: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .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: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .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: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .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: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .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
    }
}

@media(min-width: 1400px) {
    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-xxl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .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: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .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: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .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: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .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: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .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: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .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: .25rem !important
    }

    .p-xxl-2 {
        padding: .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: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .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: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .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: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .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: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .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: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .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(min-width: 1200px) {
    .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 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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

/*!
 * Bootstrap Reboot v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    text-align: left
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

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

abbr[title],
abbr[data-original-title] {
    border-bottom: 0;
    -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,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: bold
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small,
.small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    background-color: rgba(0, 0, 0, 0);
    color: inherit;
    text-decoration: none
}

a:hover {
    color: inherit;
    text-decoration: underline
}

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

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

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none;
    vertical-align: middle
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    caption-side: bottom;
    text-align: left
}

th {
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

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,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
    appearance: button
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=radio],
input[type=checkbox] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: .5rem;
    padding: 0;
    color: inherit;
    font-size: 1.5rem;
    line-height: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
    appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

* {
    min-width: 0;
    min-height: 0
}

html {
    font-size: var(--base-font-size);
    scrollbar-width: thin;
    container-type: inline-size
}

body {
    background-color: var(--general-bg-color);
    color: var(--general-text-color);
    font-family: var(--base-font-family)
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
    opacity: 1
}

@media screen and (min-width: 992px) {
    img {
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }
}

hr {
    margin-block: 2rem
}

pre {
    margin: 1.75rem 0;
    padding: 1rem;
    border: 1px solid var(--general-border-color);
    border-radius: 6px
}

a {
    color: var(--general-link-color);
    text-decoration: underline
}

@media screen and (min-width: 992px) {
    a {
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }
}

a:hover,
a:focus,
a:focus-visible,
a:focus-within {
    color: var(--general-link-hov-color)
}

a:hover {
    cursor: pointer
}

@media screen and (min-width: 992px) {
    a:hover {
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        text-decoration: none
    }

    a:hover img {
        opacity: .7
    }
}

a:visited {
    color: var(--general-link-visited-color)
}

p {
    margin-bottom: .6875rem;
    font-size: .875rem
}

button {
    padding: .875rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-size: 14px
}

table {
    border: 1px solid var(--table-border-color);
    background-color: var(--table-bg-color);
    font-size: .875rem
}

table th,
table td {
    padding: .75rem;
    border: 1px solid var(--table-border-color)
}

table th {
    background-color: var(--table-thead-bg-color)
}

table thead td {
    background-color: var(--table-thead-bg-color)
}

table tfoot {
    border-top: 1px solid var(--table-tfoot-border-color)
}

em {
    font-style: normal
}

h1,
.h1 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.4
}

h2,
.h2 {
    margin-bottom: 1.625rem;
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1.4
}

h3,
.h3 {
    margin-bottom: 1.625rem;
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 1.4
}

h4,
.h4 {
    margin-bottom: 1.625rem;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.4
}

h5,
.h5 {
    margin-bottom: 1.125rem;
    font-size: .9375rem;
    font-weight: normal;
    line-height: 1.4
}

h6,
.h6 {
    margin-bottom: 1.125rem;
    font-size: .875rem;
    font-weight: normal;
    line-height: 1.4
}

@media screen and (min-width: 768px) {

    h1,
    .h1 {
        margin-bottom: 2.25rem;
        font-size: 1.875rem
    }

    h2,
    .h2 {
        font-size: 1.5rem
    }

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

    h4,
    .h4 {
        font-size: 1.125rem
    }

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

:where(.entry-content) .alignfull {
    margin-inline: var(--layout-wide-980-full-bleed-min)
}

:where(.entry-content) .alignwide {
    margin-inline: var(--layout-wide-980-full-bleed-min);
    padding-inline: var(--layout-wide-full-bleed-max)
}

:where(.entry-content)>.alignfull .alignwide,
:where(.entry-content)>.alignwide .alignwide {
    max-width: 1350px;
    margin-inline: auto;
    padding-inline: 0
}

/*
:where(.entry-content)>.alignfull .alignwide:has(.alignwide),
:where(.entry-content)>.alignwide .alignwide:has(.alignwide) {
    padding-inline: 1.5rem
}*/

:where(.entry-content)>.alignfull .alignfull,
:where(.entry-content)>.alignwide .alignfull {
    max-width: 100%;
    margin-inline: auto
}

:where(.entry-content) [class*=wp-block-]>:first-child {
    margin-top: 0
}

:where(.entry-content) [class*=wp-block-]>:last-child {
    margin-bottom: 0
}

:where(.entry-content) [class*=wp-block-] p {
    max-width: 100%
}

:where(.entry-content)>.wp-block-heading+[class*=wp-block-]:not(.wp-block-heading) {
    margin-top: 0
}

:where(.entry-content)>.wp-block-cover.alignwide,
:where(.entry-content)>.wp-block-group.has-background.alignwide,
:where(.entry-content)>.wp-block-columns.has-background.alignwide {
    max-width: calc(100cqw - var(--layout-wide-full-bleed-max)*2);
    padding-inline: 1.5rem;
    -webkit-transform: translateX(var(--layout-wide-full-bleed-max));
    transform: translateX(var(--layout-wide-full-bleed-max))
}

.wp-block-navigation,
.wp-block-buttons,
.wp-block-loginout,
.wp-block-post-date,
.wp-block-code,
.wp-block-post-featured-image,
.wp-block-image,
.blocks-gallery-grid,
.wp-block-gallery,
.wp-block-audio,
.wp-block-cover,
.wp-block-cover-image,
.wp-block-file,
.wp-block-media-text,
.wp-block-embed,
.wp-block-separator,
.wp-block-group,
.wp-block-post-terms,
.wp-block-search,
.wp-block-calendar,
.wp-block-latest-posts__list,
.wp-block-quote,
.wp-block-details,
.wp-block-preformatted,
.wp-block-table,
.wp-block-verse,
.wp-block-list,
.wp-block-latest-comments,
.wp-block-social-links,
.wp-block-post-author,
.wp-block-post-navigation-link,
.wp-block-page-list,
.wp-block-comments {
    margin-block: 1.75rem
}

.wp-block-heading.has-background {
    padding: .625em 1.2em
}

h1.wp-block-heading,
.wp-block-heading.h1 {
    margin-top: 2.375rem
}

h1.wp-block-heading.has-x-large-font-size,
.wp-block-heading.has-x-large-font-size.h1 {
    font-size: 2rem !important;
    line-height: 1.3
}

h1.wp-block-heading.has-large-font-size,
.wp-block-heading.has-large-font-size.h1 {
    font-size: 1.75rem !important
}

h1.wp-block-heading.has-medium-font-size,
.wp-block-heading.has-medium-font-size.h1 {
    font-size: 1.5rem !important
}

h1.wp-block-heading.has-small-font-size,
.wp-block-heading.has-small-font-size.h1 {
    margin-bottom: 1.625rem;
    font-size: 1.25rem !important
}

@media screen and (min-width: 768px) {

    h1.wp-block-heading,
    .wp-block-heading.h1 {
        margin-top: 3.3125rem
    }

    h1.wp-block-heading.has-x-large-font-size,
    .wp-block-heading.has-x-large-font-size.h1 {
        font-size: 2.625rem !important
    }

    h1.wp-block-heading.has-large-font-size,
    .wp-block-heading.has-large-font-size.h1 {
        font-size: 2.25rem !important
    }

    h1.wp-block-heading.has-medium-font-size,
    .wp-block-heading.has-medium-font-size.h1 {
        font-size: 1.875rem !important
    }

    h1.wp-block-heading.has-small-font-size,
    .wp-block-heading.has-small-font-size.h1 {
        font-size: 1.5rem !important
    }
}

h2.wp-block-heading,
.wp-block-heading.h2 {
    margin-top: 2.375rem
}

h2.wp-block-heading.has-x-large-font-size,
.wp-block-heading.has-x-large-font-size.h2 {
    font-size: 1.625rem !important;
    line-height: 1.3
}

h2.wp-block-heading.has-large-font-size,
.wp-block-heading.has-large-font-size.h2 {
    font-size: 1.5rem !important
}

h2.wp-block-heading.has-medium-font-size,
.wp-block-heading.has-medium-font-size.h2 {
    font-size: 1.25rem !important
}

h2.wp-block-heading.has-small-font-size,
.wp-block-heading.has-small-font-size.h2 {
    margin-bottom: 1.125rem;
    font-size: 1.125rem !important
}

@media screen and (min-width: 768px) {

    h2.wp-block-heading,
    .wp-block-heading.h2 {
        margin-top: 3.3125rem
    }

    h2.wp-block-heading.has-x-large-font-size,
    .wp-block-heading.has-x-large-font-size.h2 {
        font-size: 2rem !important
    }

    h2.wp-block-heading.has-large-font-size,
    .wp-block-heading.has-large-font-size.h2 {
        font-size: 1.75rem !important
    }

    h2.wp-block-heading.has-medium-font-size,
    .wp-block-heading.has-medium-font-size.h2 {
        font-size: 1.5rem !important
    }

    h2.wp-block-heading.has-small-font-size,
    .wp-block-heading.has-small-font-size.h2 {
        font-size: 1.25rem !important
    }
}

h3.wp-block-heading,
.wp-block-heading.h3 {
    margin-top: 1.75rem
}

h3.wp-block-heading.has-x-large-font-size,
.wp-block-heading.has-x-large-font-size.h3 {
    font-size: 1.375rem !important;
    line-height: 1.3
}

h3.wp-block-heading.has-large-font-size,
.wp-block-heading.has-large-font-size.h3 {
    font-size: 1.25rem !important
}

h3.wp-block-heading.has-medium-font-size,
.wp-block-heading.has-medium-font-size.h3 {
    font-size: 1.125rem !important
}

h3.wp-block-heading.has-small-font-size,
.wp-block-heading.has-small-font-size.h3 {
    margin-bottom: 1.125rem;
    font-size: 1rem !important
}

@media screen and (min-width: 768px) {

    h3.wp-block-heading,
    .wp-block-heading.h3 {
        margin-top: 2.9375rem
    }

    h3.wp-block-heading.has-x-large-font-size,
    .wp-block-heading.has-x-large-font-size.h3 {
        font-size: 1.5rem !important
    }

    h3.wp-block-heading.has-large-font-size,
    .wp-block-heading.has-large-font-size.h3 {
        font-size: 1.375rem !important
    }

    h3.wp-block-heading.has-medium-font-size,
    .wp-block-heading.has-medium-font-size.h3 {
        font-size: 1.25rem !important
    }

    h3.wp-block-heading.has-small-font-size,
    .wp-block-heading.has-small-font-size.h3 {
        font-size: 1.125rem !important
    }
}

h4.wp-block-heading,
.wp-block-heading.h4 {
    margin-top: 1.5625rem
}

h4.wp-block-heading.has-x-large-font-size,
.wp-block-heading.has-x-large-font-size.h4 {
    font-size: 1.25rem !important;
    line-height: 1.3
}

h4.wp-block-heading.has-large-font-size,
.wp-block-heading.has-large-font-size.h4 {
    font-size: 1.125rem !important
}

h4.wp-block-heading.has-medium-font-size,
.wp-block-heading.has-medium-font-size.h4 {
    margin-bottom: 1.125rem;
    font-size: 1rem !important
}

h4.wp-block-heading.has-small-font-size,
.wp-block-heading.has-small-font-size.h4 {
    margin-bottom: 1.125rem;
    font-size: .875rem !important
}

@media screen and (min-width: 768px) {

    h4.wp-block-heading,
    .wp-block-heading.h4 {
        margin-top: 2.625rem
    }

    h4.wp-block-heading.has-x-large-font-size,
    .wp-block-heading.has-x-large-font-size.h4 {
        font-size: 1.375rem !important
    }

    h4.wp-block-heading.has-large-font-size,
    .wp-block-heading.has-large-font-size.h4 {
        font-size: 1.25rem !important
    }

    h4.wp-block-heading.has-medium-font-size,
    .wp-block-heading.has-medium-font-size.h4 {
        font-size: 1.125rem !important
    }

    h4.wp-block-heading.has-small-font-size,
    .wp-block-heading.has-small-font-size.h4 {
        font-size: 1rem !important
    }
}

h5.wp-block-heading,
.wp-block-heading.h5 {
    margin-top: 1.5625rem
}

h5.wp-block-heading.has-x-large-font-size,
.wp-block-heading.has-x-large-font-size.h5 {
    font-size: 1.125rem !important;
    line-height: 1.3
}

h5.wp-block-heading.has-large-font-size,
.wp-block-heading.has-large-font-size.h5 {
    font-size: 1rem !important
}

h5.wp-block-heading.has-medium-font-size,
.wp-block-heading.has-medium-font-size.h5 {
    margin-bottom: .9375rem;
    font-size: 1rem !important
}

h5.wp-block-heading.has-small-font-size,
.wp-block-heading.has-small-font-size.h5 {
    margin-bottom: .8125rem;
    font-size: .875rem !important
}

@media screen and (min-width: 768px) {

    h5.wp-block-heading,
    .wp-block-heading.h5 {
        margin-top: 2.625rem
    }

    h5.wp-block-heading.has-x-large-font-size,
    .wp-block-heading.has-x-large-font-size.h5 {
        font-size: 1.25rem !important
    }

    h5.wp-block-heading.has-large-font-size,
    .wp-block-heading.has-large-font-size.h5 {
        font-size: 1.125rem !important
    }

    h5.wp-block-heading.has-medium-font-size,
    .wp-block-heading.has-medium-font-size.h5 {
        font-size: 1rem !important
    }

    h5.wp-block-heading.has-small-font-size,
    .wp-block-heading.has-small-font-size.h5 {
        font-size: .875rem !important
    }
}

h6.wp-block-heading,
.wp-block-heading.h6 {
    margin-top: .9375rem
}

h6.wp-block-heading.has-x-large-font-size,
.wp-block-heading.has-x-large-font-size.h6 {
    font-size: .9375rem !important;
    line-height: 1.3
}

h6.wp-block-heading.has-large-font-size,
.wp-block-heading.has-large-font-size.h6 {
    font-size: .875rem !important
}

h6.wp-block-heading.has-medium-font-size,
.wp-block-heading.has-medium-font-size.h6 {
    font-size: .8125rem !important
}

h6.wp-block-heading.has-small-font-size,
.wp-block-heading.has-small-font-size.h6 {
    font-size: .75rem !important
}

@media screen and (min-width: 768px) {

    h6.wp-block-heading,
    .wp-block-heading.h6 {
        margin-top: 1.5625rem
    }

    h6.wp-block-heading.has-x-large-font-size,
    .wp-block-heading.has-x-large-font-size.h6 {
        font-size: 1rem !important
    }

    h6.wp-block-heading.has-large-font-size,
    .wp-block-heading.has-large-font-size.h6 {
        font-size: .9375rem !important
    }

    h6.wp-block-heading.has-medium-font-size,
    .wp-block-heading.has-medium-font-size.h6 {
        font-size: .875rem !important
    }

    h6.wp-block-heading.has-small-font-size,
    .wp-block-heading.has-small-font-size.h6 {
        font-size: .75rem !important
    }
}

p.has-background {
    padding: .625em 1.2em
}

p.has-x-large-font-size {
    margin-bottom: 1.25rem;
    font-size: 1.125rem !important;
    line-height: 1.8
}

p.has-large-font-size {
    margin-bottom: 1.25rem;
    font-size: 1rem !important;
    line-height: 1.9
}

p.has-medium-font-size {
    margin-bottom: .6875rem;
    font-size: .875rem !important;
    line-height: 2
}

p.has-small-font-size {
    margin-bottom: .4375rem;
    font-size: .625rem !important;
    line-height: 1.8
}

@media screen and (min-width: 768px) {
    p.has-x-large-font-size {
        font-size: 1.25rem !important
    }

    p.has-large-font-size {
        font-size: 1.125rem !important
    }

    p.has-medium-font-size {
        font-size: 1rem !important
    }

    p.has-small-font-size {
        font-size: .75rem !important
    }
}

.wp-block-cover {
    padding: 3.75rem 1.5rem
}

@media screen and (min-width: 992px) {
    .wp-block-cover {
        padding-block: 2.5rem
    }
}

.wp-block-cover:has(>img) {
    min-height: clamp(22.5rem, 20.1923076923rem + 0.1025641026*100vw, 32.5rem);
    padding-block: 4.5rem
}

@media screen and (min-width: 992px) {
    .wp-block-cover:has(>img) {
        padding-block: clamp(5rem, -4.1176470588rem + 0.1470588235*100vw, 8.75rem)
    }
}

.wp-block-cover .wp-block-cover__background {
    margin-block: 0
}

.wp-block-cover .wp-block-cover__inner-container {
    margin-block: 0
}

.wp-block-cover .wp-block-cover__inner-container>:first-child {
    margin-top: 0
}

.wp-block-cover .wp-block-cover__inner-container>:last-child {
    margin-bottom: 0
}

.wp-block-buttons {
    margin-block: 1.875rem
}

.wp-block-button .wp-block-button__link {
    padding: 1.125rem 2.1875rem;
    font-size: .75rem;
    text-decoration: none
}

.wp-block-button .wp-block-button__link:hover {
    text-decoration: none
}

@media screen and (min-width: 992px) {
    .wp-block-button .wp-block-button__link:hover {
        opacity: .9
    }
}

.wp-block-button .wp-block-button__link.has-x-large-font-size {
    padding: 1.5625rem 2.75rem;
    font-size: 1rem !important
}

.wp-block-button .wp-block-button__link.has-large-font-size {
    padding: 1.3125rem 2.375rem;
    font-size: .875rem !important
}

.wp-block-button .wp-block-button__link.has-medium-font-size {
    padding: 1.125rem 2.1875rem;
    font-size: .75rem !important
}

.wp-block-button .wp-block-button__link.has-small-font-size {
    padding: .875rem 1.5625rem;
    font-size: .625rem !important
}

@media screen and (min-width: 992px) {
    .wp-block-button .wp-block-button__link {
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        padding: 1.0625rem 1.875rem;
        font-size: .875rem
    }

    .wp-block-button .wp-block-button__link.has-x-large-font-size {
        padding: 1.5rem 2.625rem;
        font-size: 1.125rem !important
    }

    .wp-block-button .wp-block-button__link.has-large-font-size {
        padding: 1.25rem 2.25rem;
        font-size: 1rem !important
    }

    .wp-block-button .wp-block-button__link.has-medium-font-size {
        padding: 1.0625rem 1.875rem;
        font-size: .875rem !important
    }

    .wp-block-button .wp-block-button__link.has-small-font-size {
        padding: .8125rem 1.375rem;
        font-size: .75rem !important
    }
}

.wp-block-columns,
.wp-block-group.is-layout-grid {
    gap: 1.875rem .625rem
}

@media screen and (min-width: 768px) {

    .wp-block-columns,
    .wp-block-group.is-layout-grid {
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }
}

@media screen and (min-width: 992px) {

    .wp-block-columns.alignwide,
    .wp-block-group.is-layout-grid.alignwide {
        gap: 1.875rem
    }

    .wp-block-columns.alignfull,
    .wp-block-group.is-layout-grid.alignfull {
        gap: 2.5rem
    }
}

.wp-block-columns.has-background,
.wp-block-group.has-background {
    padding: 3.75rem 1.5rem
}

@media screen and (min-width: 992px) {

    .wp-block-columns.has-background,
    .wp-block-group.has-background {
        padding-block: 2.5rem
    }
}

.wp-block-columns.has-background {
    padding: 3.75rem 1.5rem
}

@media screen and (min-width: 992px) {
    .wp-block-columns.has-background {
        padding-block: 2.5rem
    }
}

.wp-block-columns.has-1-columns>.wp-block-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wp-block-columns.has-1-columns>.wp-block-column>* {
    width: 100%
}

.wp-block-columns .wp-block-column {
    margin-block: 0
}

.wp-block-columns .wp-block-column.has-background {
    padding: 1.5rem
}

.wp-block-columns .wp-block-column>:first-child {
    margin-top: 0
}

.wp-block-columns .wp-block-column>:last-child {
    margin-bottom: 0
}

.wp-block-columns .wp-block-column [class*=wp-block-] {
    max-width: 980px
}

.wp-block-columns .wp-block-column .alignwide {
    max-width: 1350px;
    margin-inline: auto;
    padding-inline: 0
}

.wp-block-columns .wp-block-column .alignfull {
    max-width: 100%;
    margin-inline: auto
}

.wp-block-columns.alignfull .alignfull.has-background,
.wp-block-columns.alignfull .alignwide.has-background {
    padding: 3.75rem 1.5rem
}

@media screen and (min-width: 992px) {

    .wp-block-columns.alignfull .alignfull.has-background,
    .wp-block-columns.alignfull .alignwide.has-background {
        padding-block: 2.5rem
    }
}

.wp-block-group>:first-child {
    margin-top: 0
}

.wp-block-group>:last-child {
    margin-bottom: 0
}

.wp-block-group.is-layout-grid>* {
    margin-block: 0
}

@media screen and (max-width: 768px) {

    .wp-block-group.is-layout-grid.has-1-columns,
    .wp-block-group.is-layout-grid.has-2-columns {
        grid-template-columns: repeat(1, 1fr)
    }

    .wp-block-group.is-layout-grid.has-3-columns,
    .wp-block-group.is-layout-grid.has-4-columns {
        grid-template-columns: repeat(2, 1fr)
    }

    .wp-block-group.is-layout-grid.has-5-columns,
    .wp-block-group.is-layout-grid.has-6-columns {
        grid-template-columns: repeat(3, 1fr)
    }

    .wp-block-group.is-layout-grid.has-7-columns,
    .wp-block-group.is-layout-grid.has-8-columns {
        grid-template-columns: repeat(4, 1fr)
    }

    .wp-block-group.is-layout-grid.has-9-columns,
    .wp-block-group.is-layout-grid.has-10-columns {
        grid-template-columns: repeat(5, 1fr)
    }

    .wp-block-group.is-layout-grid.has-11-columns,
    .wp-block-group.is-layout-grid.has-12-columns {
        grid-template-columns: repeat(6, 1fr)
    }

    .wp-block-group.is-layout-grid.has-13-columns,
    .wp-block-group.is-layout-grid.has-14-columns {
        grid-template-columns: repeat(7, 1fr)
    }

    .wp-block-group.is-layout-grid.has-15-columns,
    .wp-block-group.is-layout-grid.has-16-columns {
        grid-template-columns: repeat(8, 1fr)
    }
}

.wp-block-group.is-layout-grid .has-medium-font-size a {
    color: var(--general-text-color);
    text-decoration: none
}

.wp-block-group .wp-block-image:has(+p) {
    margin-bottom: 1rem
}

.wp-block-group p a {
    text-decoration: none
}

.wp-block-latest-posts__list li {
    display: grid;
    margin-bottom: 1.875rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid var(--general-border-color);
    font-size: .875rem;
    gap: .5rem .625rem
}

@media screen and (min-width: 768px) {
    .wp-block-latest-posts__list li {
        margin-bottom: 1.75rem;
        padding-bottom: 1.75rem;
        font-size: 1rem;
        gap: .625rem clamp(1.25rem, -3.1944444444rem + 0.0925925926*100vw, 3.75rem)
    }
}

.wp-block-latest-posts__list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none
}

@media screen and (min-width: 768px) {
    .wp-block-latest-posts__list li:not(:has(.wp-block-latest-posts__featured-image)):has(time) {
        grid-template-columns: 8.75rem auto;
        -webkit-column-gap: 1.875rem;
        -moz-column-gap: 1.875rem;
        column-gap: 1.875rem
    }

    .wp-block-latest-posts__list li:not(:has(.wp-block-latest-posts__featured-image)):has(time) time {
        grid-column: 1/2
    }

    .wp-block-latest-posts__list li:not(:has(.wp-block-latest-posts__featured-image)):has(time) * {
        grid-column: 2/3
    }
}

.wp-block-latest-posts__list li:has(.wp-block-latest-posts__featured-image) {
    grid-template-columns: 3.75rem auto
}

@media screen and (min-width: 768px) {
    .wp-block-latest-posts__list li:has(.wp-block-latest-posts__featured-image) {
        grid-template-columns: 5.5rem auto;
        -webkit-column-gap: 1.875rem;
        -moz-column-gap: 1.875rem;
        column-gap: 1.875rem
    }
}

@media screen and (min-width: 992px) {
    .wp-block-latest-posts__list li:has(.wp-block-latest-posts__featured-image) {
        grid-template-columns: 7.5rem auto
    }
}

@media screen and (min-width: 992px) {
    .wp-block-latest-posts__list li:has(.wp-block-latest-posts__featured-image):has(time) * {
        grid-column: 3/4
    }
}

@media screen and (min-width: 992px) {
    .wp-block-latest-posts__list li:has(.wp-block-latest-posts__featured-image):has(time) {
        grid-template-columns: 7.5rem 8.75rem auto
    }
}

@media screen and (min-width: 992px) {
    .wp-block-latest-posts__list li:has(.wp-block-latest-posts__featured-image):has(time) time {
        grid-column: 2/3
    }
}

.wp-block-latest-posts__list li:has(.wp-block-latest-posts__featured-image) .wp-block-latest-posts__featured-image {
    grid-column: 1/2
}

.wp-block-latest-posts__list li:has(.wp-block-latest-posts__featured-image) .wp-block-latest-posts__featured-image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.wp-block-latest-posts__list li:has(.wp-block-latest-posts__featured-image) * {
    grid-column: 2/3
}

.wp-block-latest-posts__list li:has(.wp-block-latest-posts__featured-image):has(:nth-child(n+2):last-child) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wp-block-latest-posts__list li:has(.wp-block-latest-posts__featured-image):has(:nth-child(n+3):last-child) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (min-width: 992px) {
    .wp-block-latest-posts__list li:has(.wp-block-latest-posts__featured-image):has(:nth-child(n+3):last-child) {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.wp-block-latest-posts__list li:has(.wp-block-latest-posts__featured-image):has(:nth-child(n+3):last-child) .wp-block-latest-posts__featured-image {
    grid-row: 1/3
}

@media screen and (min-width: 992px) {
    .wp-block-latest-posts__list li:has(.wp-block-latest-posts__featured-image):has(:nth-child(n+3):last-child) .wp-block-latest-posts__featured-image {
        grid-row: 1/2
    }
}

.wp-block-latest-posts__list li:has(.wp-block-latest-posts__featured-image):has(:nth-child(n+4):last-child) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.wp-block-latest-posts__list li:has(.wp-block-latest-posts__featured-image):has(:nth-child(n+4):last-child) .wp-block-latest-posts__featured-image {
    grid-column: 1/2;
    grid-row: 1/3
}

@media screen and (min-width: 992px) {
    .wp-block-latest-posts__list li:has(.wp-block-latest-posts__featured-image):has(:nth-child(n+4):last-child) .wp-block-latest-posts__featured-image {
        grid-row: 1/4
    }
}

.wp-block-latest-posts__list li:has(.wp-block-latest-posts__featured-image):has(:nth-child(n+5):last-child) .wp-block-latest-posts__featured-image {
    grid-column: 1/2;
    grid-row: 1/4
}

.wp-block-latest-posts__list li time {
    grid-row: 1/2;
    font-size: 1em
}

.wp-block-latest-posts__list li .wp-block-latest-posts__post-excerpt {
    margin-block: 0;
    font-size: .75rem
}

@media screen and (min-width: 992px) {
    .wp-block-latest-posts__list li .wp-block-latest-posts__post-excerpt {
        font-size: .875rem
    }
}

.wp-block-latest-posts__list li .wp-block-latest-posts__post-title {
    margin: 0;
    color: var(--general-text-color);
    text-decoration: none
}

@media screen and (min-width: 992px) {
    .wp-block-latest-posts__list li .wp-block-latest-posts__post-title:hover {
        opacity: .8
    }
}

.wp-block-quote {
    padding: 1.5rem;
    border: 1px solid var(--general-border-color)
}

.wp-block-quote.is-style-large {
    margin-bottom: 1.25rem
}

.wp-block-quote.is-style-large p {
    font-style: normal
}

.wp-block-quote::before {
    content: "“";
    display: block;
    font-size: 2rem;
    line-height: 1;
    text-align: left
}

.wp-block-quote p {
    margin: 0 0 1.25rem
}

.wp-block-quote cite {
    display: block;
    padding-top: 1.25rem;
    border-top: 1px solid var(--general-border-color);
    font-style: normal;
    text-align: right
}

.wp-block-code {
    padding: 1.7rem;
    border: 1px solid var(--general-border-color);
    color: var(--general-text-color)
}

.wp-block-file {
    font-size: .875rem
}

@media screen and (min-width: 992px) {
    .wp-block-file {
        font-size: 1rem
    }
}

.wp-block-file a {
    font-size: .75rem
}

@media screen and (min-width: 992px) {
    .wp-block-file a {
        font-size: .875rem
    }
}

.wp-block-file .wp-block-file__button {
    display: inline-block;
    padding: .9375rem 2.25rem;
    border-radius: 0;
    background-color: var(--btn-primary-bg-color);
    color: var(--btn-primary-text-color);
    text-decoration: none
}

@media screen and (min-width: 992px) {
    .wp-block-file .wp-block-file__button:hover {
        opacity: .9
    }
}

.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:active,
.wp-block-file .wp-block-file__button:focus-visible {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media screen and (min-width: 992px) {
    .wp-block-file .wp-block-file__button {
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }
}

.wp-block-calendar .wp-calendar-table th,
.wp-block-calendar .wp-calendar-table td {
    padding: 1rem
}

.wp-block-details summary::marker {
    color: var(--primary-color)
}

.wp-block-details summary+p {
    margin-top: 1rem
}

.wp-block-preformatted:not(:empty) {
    padding: 1.7rem;
    background-color: var(--general-light-bg-color)
}

.wp-block-table:has(figcaption) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.wp-block-table.has-x-large-font-size table {
    font-size: 1.125rem !important;
    line-height: 1.8
}

@media screen and (min-width: 768px) {
    .wp-block-table.has-x-large-font-size table {
        font-size: 1.25rem !important
    }
}

.wp-block-table.has-large-font-size table {
    font-size: 1rem !important;
    line-height: 1.9
}

@media screen and (min-width: 768px) {
    .wp-block-table.has-large-font-size table {
        font-size: 1.125rem !important
    }
}

.wp-block-table.has-medium-font-size table {
    font-size: .875rem !important;
    line-height: 2
}

@media screen and (min-width: 768px) {
    .wp-block-table.has-medium-font-size table {
        font-size: 1rem !important
    }
}

.wp-block-table.has-small-font-size table {
    font-size: .625rem !important;
    line-height: 1.8
}

@media screen and (min-width: 768px) {
    .wp-block-table.has-small-font-size table {
        font-size: .75rem !important
    }
}

.wp-block-table table {
    margin: 0;
    font-size: .75rem
}

@media screen and (min-width: 768px) {
    .wp-block-table table {
        font-size: .875rem
    }
}

.wp-block-table table thead {
    border-bottom: none
}

.wp-block-table table thead th {
    background: var(--table-thead-bg-color);
    font-weight: normal
}

.wp-block-table table th,
.wp-block-table table td {
    padding: .834em 1em;
    border: 1px solid var(--general-border-color);
    text-align: left
}

.wp-block-table table th.has-text-align-center,
.wp-block-table table td.has-text-align-center {
    text-align: center
}

.wp-block-table table th.has-text-align-right,
.wp-block-table table td.has-text-align-right {
    text-align: right
}

@media screen and (min-width: 768px) {

    .wp-block-table table th,
    .wp-block-table table td {
        padding: .857em 1.072em
    }
}

.wp-block-table table tfoot {
    border-top: 2px solid
}

.wp-block-table .wp-element-caption {
    margin-bottom: .625rem;
    font-size: .875rem;
    font-weight: bold
}

.wp-block-verse {
    padding: 1.7rem;
    background-color: var(--general-light-bg-color);
    font-size: 1rem
}

.wp-block-list {
    padding-left: 1.25rem;
    font-size: .875rem
}

.wp-block-list.has-x-large-font-size {
    font-size: 1.125rem !important;
    line-height: 1.8
}

@media screen and (min-width: 768px) {
    .wp-block-list.has-x-large-font-size {
        font-size: 1.25rem !important
    }
}

.wp-block-list.has-large-font-size {
    font-size: 1rem !important;
    line-height: 1.9
}

@media screen and (min-width: 768px) {
    .wp-block-list.has-large-font-size {
        font-size: 1.125rem !important
    }
}

.wp-block-list.has-medium-font-size {
    font-size: .875rem !important;
    line-height: 2
}

@media screen and (min-width: 768px) {
    .wp-block-list.has-medium-font-size {
        font-size: 1rem !important
    }
}

.wp-block-list.has-small-font-size {
    font-size: .625rem !important;
    line-height: 1.8
}

@media screen and (min-width: 768px) {
    .wp-block-list.has-small-font-size {
        font-size: .75rem !important
    }
}

.wp-block-list li {
    padding-block: 0
}

.wp-block-list .wp-block-list {
    margin-block: .3125rem
}

@media screen and (min-width: 992px) {
    .wp-block-list .wp-block-list {
        margin-block: .5rem
    }
}

.wp-block-image figcaption,
.wp-block-audio figcaption,
.wp-block-embed figcaption {
    margin-top: .625rem;
    margin-bottom: 0;
    font-size: .875rem
}

.wp-block-image {
    clear: both
}

.wp-block-image::after {
    content: "";
    display: block;
    clear: both
}

.wp-block-image figcaption {
    text-align: center
}

.wp-block-image.aligncenter {
    display: table !important;
    caption-side: bottom
}

.wp-block-image.alignleft {
    margin: 0 1rem 0 0
}

.wp-block-image.alignright {
    margin: 0 0 0 1rem
}

.wp-block-comments,
.wp-block-post-comments-form {
    padding: 2rem 1rem;
    background-color: var(--general-light-bg-color);
    list-style: none
}

@media screen and (min-width: 992px) {

    .wp-block-comments,
    .wp-block-post-comments-form {
        padding: 2rem
    }
}

.wp-block-comments .comment-reply-title,
.wp-block-post-comments-form .comment-reply-title {
    margin-bottom: 1rem;
    font-size: 1rem
}

@media screen and (min-width: 992px) {

    .wp-block-comments .comment-reply-title,
    .wp-block-post-comments-form .comment-reply-title {
        margin-bottom: 1.25rem;
        font-size: 1.125rem
    }
}

.wp-block-comments .form-submit,
.wp-block-post-comments-form .form-submit {
    margin-block: 1.25rem 0;
    text-align: center
}

@media screen and (min-width: 992px) {

    .wp-block-comments .form-submit,
    .wp-block-post-comments-form .form-submit {
        margin-top: 1.875rem
    }
}

.wp-block-comments .form-submit input,
.wp-block-post-comments-form .form-submit input {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: block;
    width: 100%;
    padding-block: 1.0625rem;
    border: none;
    border-radius: 8px;
    background-color: var(--btn-secondary-bg-color);
    color: var(--btn-secondary-text-color);
    font-size: .875rem;
    letter-spacing: 1px;
    line-height: 1;
    text-decoration: none
}

@media screen and (min-width: 992px) {

    .wp-block-comments .form-submit input,
    .wp-block-post-comments-form .form-submit input {
        max-width: 320px;
        margin-inline: auto
    }
}

.wp-block-comments .form-submit input:hover,
.wp-block-post-comments-form .form-submit input:hover {
    opacity: .9
}

.wp-block-comments .comment-form [class*=comment-form-],
.wp-block-post-comments-form .comment-form [class*=comment-form-] {
    margin-block: 0 1rem
}

.wp-block-comments .wp-block-comments-title {
    margin-bottom: 1.25rem;
    font-size: 1.125rem
}

@media screen and (min-width: 992px) {
    .wp-block-comments .wp-block-comments-title {
        font-size: 1.25rem
    }
}

.wp-block-comments .wp-block-comment-template {
    margin: 0 0 2rem;
    padding: 0
}

.wp-block-comments .wp-block-comment-template:has(>.comment) {
    border-bottom: 1px solid var(--general-border-color)
}

.wp-block-comments .wp-block-comment-template ol {
    margin-top: 1rem;
    padding-left: 2.8125rem
}

@media screen and (min-width: 992px) {
    .wp-block-comments .wp-block-comment-template ol {
        padding-top: 1.25rem
    }
}

.wp-block-comments .wp-block-comment-template ol li:last-child {
    padding-bottom: 0
}

.wp-block-comments .wp-block-comment-template .comment {
    padding: 1rem 0;
    border-top: 1px solid var(--general-border-color);
    list-style: none
}

@media screen and (min-width: 992px) {
    .wp-block-comments .wp-block-comment-template .comment {
        padding-block: 1.25rem
    }
}

.wp-block-comments .wp-block-comment-template .comment a {
    font-size: .875rem
}

.wp-block-comments .wp-block-comment-template .comment .comment-reply-link {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: .5rem;
    padding: .4375rem 1rem;
    border: none;
    border-radius: 4px;
    background-color: var(--btn-secondary-bg-color);
    color: var(--btn-secondary-text-color);
    font-size: .75rem;
    letter-spacing: 1px;
    line-height: 1;
    text-decoration: none
}

.wp-block-comments .wp-block-comment-template .comment .comment-reply-link:hover {
    opacity: .9
}

.wp-block-comments .wp-block-comment-template .comment-respond {
    margin-block: 1.5rem
}

.wp-block-comments .comment-respond {
    margin-block: 1.5rem 0;
    padding: 1.25rem 1rem;
    border: 1px solid var(--general-border-color);
    border-radius: 6px;
    background: var(--general-bg-color)
}

@media screen and (min-width: 992px) {
    .wp-block-comments .comment-respond {
        padding: 1.875rem 1.25rem;
        border-radius: 12px
    }
}

.wp-block-comments .wp-block-columns {
    display: grid;
    grid-template-columns: 35px auto;
    margin: 0;
    gap: 0 .625rem
}

@media screen and (min-width: 992px) {
    .wp-block-comments .wp-block-columns {
        grid-template-columns: 40px auto;
        gap: 0 1.25rem
    }
}

.wp-block-comments .wp-block-comment-content {
    margin-top: .3125rem
}

.wp-block-comments .comment-reply-title {
    font-size: 1rem
}

@media screen and (min-width: 992px) {
    .wp-block-comments .comment-reply-title {
        font-size: 1.125rem
    }
}

.wp-block-comments .comment-reply-title #cancel-comment-reply-link {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    color: var(--general-link-color);
    font-size: 1rem
}

@media screen and (min-width: 992px) {
    .wp-block-comments .comment-reply-title #cancel-comment-reply-link {
        font-size: 1.125rem
    }
}

.wp-block-comments .comment-reply-title #cancel-comment-reply-link:hover {
    text-decoration: none
}

.wp-block-comments .logged-in-as {
    margin: 1rem 0
}

.wp-block-comments .logged-in-as .required-field-message {
    display: block
}

.wp-block-comments .wp-block-comment-author-name {
    margin-bottom: 5px
}

.wp-block-comments .comment-form-comment {
    margin-block: 1.25rem
}

@media screen and (min-width: 992px) {
    .wp-block-comments .comment-form-comment {
        margin-block: 2rem
    }
}

.wp-block-comments .comment-form-comment textarea {
    display: block;
    width: 100%;
    border: 1px solid var(--general-border-color)
}

.wp-block-comments .comment-form-cookies-consent {
    display: grid;
    grid-template-columns: 1.25rem auto;
    gap: .5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wp-block-comments .comment-form-cookies-consent input,
.wp-block-comments .comment-form-cookies-consent label {
    margin: 0
}

.wp-block-latest-comments {
    padding: 2rem 1rem;
    background-color: var(--general-light-bg-color);
    list-style: none
}

@media screen and (min-width: 768px) {
    .wp-block-latest-comments {
        padding: 3rem
    }
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--general-border-color)
}

@media screen and (min-width: 992px) {
    .wp-block-latest-comments .wp-block-latest-comments__comment {
        margin-bottom: 1.25rem;
        padding-bottom: 1.25rem
    }
}

.wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
    margin-block: 0;
    padding: 0;
    border: none;
    background: rgba(0, 0, 0, 0);
    font-size: .875rem
}

.wp-block-latest-comments .wp-block-latest-comments__comment-author {
    font-size: .9375rem
}

.wp-block-latest-comments .wp-block-latest-comments__comment-date {
    font-size: .75rem
}

.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
    margin: .5rem 0 0;
    font-size: .875rem
}

.wp-block-latest-comments a {
    color: var(--general-link-color)
}

.wp-block-search .wp-block-search__label {
    margin-bottom: .2rem
}

.wp-block-search .wp-block-search__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1.25rem;
    border: initial;
    border-radius: 0;
    background-color: var(--btn-primary-bg-color);
    color: var(--btn-primary-text-color);
    font-size: .875rem;
    white-space: nowrap
}

@media screen and (min-width: 992px) {
    .wp-block-search .wp-block-search__button {
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        padding: 0 1.875rem;
        font-size: 1rem
    }
}

@media screen and (min-width: 992px) {
    .wp-block-search .wp-block-search__button:hover {
        opacity: .9
    }
}

.wp-block-search .wp-block-search__input {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: .625rem 1.25rem;
    border-radius: 0;
    background: none
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 0;
    border: none;
    border-radius: 0
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    margin: 0
}

.wp-block-social-links {
    padding-left: 0
}

.wp-block-social-links .wp-social-link {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.wp-block-social-links .wp-block-social-link-anchor {
    padding: .5rem .875rem
}

.wp-block-post-navigation-link a {
    display: block;
    position: relative;
    padding: .625rem;
    border: 1px solid var(--general-border-color);
    text-align: center;
    text-decoration: none
}

@media screen and (min-width: 992px) {
    .wp-block-post-navigation-link a {
        padding: .875rem
    }
}

.wp-block-page-list li {
    padding-bottom: .625rem
}

.wp-block-page-list li:last-child {
    padding-bottom: 0
}

.wp-block-page-list .wp-block-pages-list__item__link {
    color: var(--general-link-color);
    font-size: .875rem;
    text-decoration: none
}

@media screen and (min-width: 992px) {
    .wp-block-page-list .wp-block-pages-list__item__link {
        font-size: 1rem
    }
}

.wp-block-page-list .wp-block-pages-list__item__link:hover {
    color: var(--general-link-hov-color)
}

.wp-block-loginout a {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: block;
    width: 100%;
    padding-block: 1.0625rem;
    border: none;
    border-radius: 8px;
    background-color: var(--btn-secondary-bg-color);
    color: var(--btn-secondary-text-color);
    font-size: .875rem;
    letter-spacing: 1px;
    line-height: 1;
    text-align: center;
    text-decoration: none
}

@media screen and (min-width: 992px) {
    .wp-block-loginout a {
        max-width: 320px;
        margin-inline: auto
    }
}

.wp-block-loginout a:hover {
    opacity: .9
}

.wp-block-media-text>.wp-block-media-text__content {
    padding-inline: 2rem
}

.wp-block-media-text.alignwide>.wp-block-media-text__content {
    padding-inline: 3rem
}

.wp-block-media-text.alignfull>.wp-block-media-text__content {
    padding-inline: 4rem
}

.close-btn {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.875rem;
    height: 1.875rem;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    cursor: pointer
}

.close-btn:focus,
.close-btn:focus-visible {
    outline: none
}

.close-btn svg {
    width: 1rem
}

@media screen and (min-width: 992px) {
    .close-btn svg {
        width: 1.375rem
    }
}

@media screen and (min-width: 992px) {
    .close-btn:hover {
        opacity: .7
    }
}

.btn-primary {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 3rem auto 0;
    padding: .9375rem 2.25rem;
    border: none;
    border-radius: 0;
    background-color: var(--btn-primary-bg-color) !important;
    color: var(--btn-primary-text-color) !important;
    font-size: .75rem;
    text-decoration: none
}

.btn-primary:hover {
    text-decoration: none
}

@media screen and (min-width: 992px) {
    .btn-primary:hover {
        opacity: .9
    }
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:focus-visible {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media screen and (min-width: 992px) {
    .btn-primary {
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        margin-top: 5rem;
        font-size: .875rem
    }
}

.card-item a,
.card-post a {
    color: var(--general-text-color);
    text-decoration: none
}

@media screen and (min-width: 992px) {

    .card-item a:hover .card-image img,
    .card-post a:hover .card-image img {
        scale: 1.1
    }
}

.card-item a:hover .card-body,
.card-post a:hover .card-body {
    opacity: .8
}

.card-item .card-image,
.card-post .card-image {
    overflow: hidden
}

.card-item .card-image img,
.card-post .card-image img {
    width: 100%
}

.card-item .card-body,
.card-post .card-body {
    margin: 0;
    padding: 0
}

.card-item .card-image {
    position: relative;
    -webkit-margin-after: 1rem;
    margin-block-end: 1rem
}

@media screen and (min-width: 768px) {
    .card-item .card-image {
        -webkit-margin-after: 1.5rem;
        margin-block-end: 1.5rem
    }
}

.card-item .card-body {
    padding-inline: .625rem;
    letter-spacing: .5px
}

@media screen and (min-width: 768px) {
    .card-item .card-body {
        padding-inline: .9375rem
    }
}

.card-item .card-title,
.card-item .item-price {
    font-size: .75rem;
    text-align: center
}

@media screen and (min-width: 768px) {

    .card-item .card-title,
    .card-item .item-price {
        font-size: .875rem
    }
}

.card-item .card-title {
    -webkit-margin-after: .375rem;
    margin-block-end: .375rem
}

@media screen and (min-width: 768px) {
    .card-item .card-title {
        -webkit-margin-after: .875rem;
        margin-block-end: .875rem
    }
}

.card-item .item-price {
    margin: 0
}

.card-item .item-price .tax {
    font-size: .75rem
}

.card-item .item-price .item-cprice {
    display: block;
    opacity: .7;
    font-size: .625rem;
    text-decoration: line-through
}

@media screen and (min-width: 768px) {
    .card-item .item-price .item-cprice {
        display: inline-block;
        margin-right: .25rem;
        font-size: .75rem
    }
}

.card-item .item-price .item-cprice .tax {
    font-size: .625rem
}

@media screen and (min-width: 768px) {
    .card-item .item-price .item-cprice .tax {
        font-size: .75rem
    }
}

.card-item .tax_inc_block {
    font-size: .75rem;
    text-align: center
}

.card-item .tax_inc_block .tax {
    padding-right: .25rem;
    font-size: .75rem
}

.card-item .campaign_message {
    -webkit-margin-before: .5rem;
    margin-block-start: .5rem;
    color: #e53935;
    font-size: .6875rem;
    text-align: center
}

@media screen and (min-width: 768px) {
    .card-item .campaign_message {
        font-size: .75rem
    }
}

.card-item [class^=tag-] {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: .5rem auto 0;
    padding: .125rem .375rem;
    border-radius: 3px;
    background-color: var(--card-tag-bg-color);
    color: var(--card-tag-text-color);
    font-size: .625rem;
    letter-spacing: .25px
}

@media screen and (min-width: 768px) {
    .card-item [class^=tag-] {
        padding-block: .25rem;
        font-size: .6875rem
    }
}

.card-item [class^=tag-].tag-soldout,
.card-item [class^=tag-].tag-fewstock {
    border-radius: 0;
    font-size: .6875rem
}

@media screen and (min-width: 768px) {

    .card-item [class^=tag-].tag-soldout,
    .card-item [class^=tag-].tag-fewstock {
        font-size: .75rem
    }
}

.card-item [class^=tag-].tag-soldout {
    background-color: var(--tag-soldout-bg-color);
    color: var(--tag-soldout-text-color)
}

.card-item [class^=tag-].tag-fewstock {
    background-color: var(--tag-fewstock-bg-color);
    color: var(--tag-fewstock-text-color)
}

.card-post .card-image {
    -webkit-margin-after: 1.5rem;
    margin-block-end: 1.5rem
}

.card-post .card-image img {
    aspect-ratio: 1.7;
    -o-object-fit: cover;
    object-fit: cover
}

.card-post .card-title {
    -webkit-margin-after: 1rem;
    margin-block-end: 1rem;
    font-size: clamp(1.125rem, 0.5535714286rem + 0.0285714286*100vw, 1.25rem);
    line-height: 1.5
}

@media screen and (min-width: 768px) {
    .card-post .card-title {
        font-size: 1.125rem;
        line-height: 1.6
    }
}

.card-post .card-time {
    margin-block: .625rem 0;
    font-size: clamp(0.75rem, 0.1785714286rem + 0.0285714286*100vw, 0.875rem);
    letter-spacing: .5px
}

.card-post p:not([class]) {
    margin: 0;
    font-size: clamp(0.75rem, 0.1785714286rem + 0.0285714286*100vw, 0.875rem);
    line-height: 1.6
}

input,
select,
textarea {
    color: var(--general-text-color)
}

input:focus,
input:focus-visible,
input:focus-within,
select:focus,
select:focus-visible,
select:focus-within,
textarea:focus,
textarea:focus-visible,
textarea:focus-within {
    outline: 2px solid var(--general-input-focus-color)
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=checkbox],
input[type=radio] {
    position: relative;
    top: -2px;
    width: 1.125rem;
    height: 1.125rem;
    margin: 0;
    padding: 0;
    border: 1px solid var(--general-input-border-color);
    background: rgba(0, 0, 0, 0);
    background-color: #fff;
    font-size: .875rem;
    vertical-align: middle;
    cursor: pointer
}

input[type=checkbox]::after,
input[type=radio]::after {
    content: "";
    display: block;
    opacity: 0
}

input[type=checkbox]:checked::after,
input[type=radio]:checked::after {
    opacity: 1
}

input[type=radio] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%
}

input[type=radio]::after {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--general-input-checked-color)
}

input[type=checkbox] {
    display: inline-block;
    border-radius: 3px
}

input[type=checkbox]::after {
    position: absolute;
    top: 2px;
    left: 5px;
    width: 6px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff
}

input[type=checkbox]:checked {
    background-color: var(--general-input-checked-color)
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=url],
input[type=date],
input[type=search] {
    width: 100%;
    height: 3rem;
    padding: 0 .75rem;
    border: 1px solid var(--general-input-border-color);
    border-radius: 6px;
    color: var(--general-text-color);
    font-size: .875rem
}

@media screen and (min-width: 992px) {

    input[type=text],
    input[type=email],
    input[type=password],
    input[type=tel],
    input[type=url],
    input[type=date],
    input[type=search] {
        height: 3.25rem
    }
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder {
    color: var(--general-input-placeholder-color)
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=search]::-moz-placeholder {
    color: var(--general-input-placeholder-color)
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder {
    color: var(--general-input-placeholder-color)
}

input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=url]::-ms-input-placeholder,
input[type=date]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder {
    color: var(--general-input-placeholder-color)
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=date]::placeholder,
input[type=search]::placeholder {
    color: var(--general-input-placeholder-color)
}

input[type=date],
input[type=time],
input[type=datetime-local] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 120px;
    background-color: #fff;
    letter-spacing: .6px
}

input[type=date]::-webkit-date-and-time-value,
input[type=time]::-webkit-date-and-time-value,
input[type=datetime-local]::-webkit-date-and-time-value {
    text-align: left
}

textarea {
    width: 100%;
    height: 7.5rem;
    padding: .75rem;
    border: 1px solid var(--general-input-border-color);
    border-radius: 6px;
    color: var(--general-text-color);
    font-size: .8125rem;
    line-height: 1.5
}

@media screen and (min-width: 992px) {
    textarea {
        height: 9.375rem
    }
}

textarea::-webkit-input-placeholder {
    color: var(--general-input-placeholder-color)
}

textarea::-moz-placeholder {
    color: var(--general-input-placeholder-color)
}

textarea:-ms-input-placeholder {
    color: var(--general-input-placeholder-color)
}

textarea::-ms-input-placeholder {
    color: var(--general-input-placeholder-color)
}

textarea::placeholder {
    color: var(--general-input-placeholder-color)
}

select {
    height: 3rem;
    padding: 0 3rem 0 .75rem;
    border: 1px solid var(--general-input-border-color);
    border-radius: 6px;
    background: #fff url("../icon/ico-arrow-bottom.svg") no-repeat right .9375rem center/0.625rem;
    color: var(--general-text-color);
    font-size: .875rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media screen and (min-width: 992px) {
    select {
        height: 3.25rem
    }
}

.card-grid {
    display: grid
}

.card-grid-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem .625rem
}

@media screen and (max-width: 360px) {
    .card-grid-items {
        grid-template-columns: 1fr
    }
}

@media screen and (min-width: 768px) {
    .card-grid-items {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr))
    }
}

@media screen and (min-width: 1200px) {
    .card-grid-items {
        grid-template-columns: repeat(4, 1fr)
    }
}

.card-grid-posts {
    grid-template-columns: 1fr;
    gap: 3.375rem 3.125rem
}

@media screen and (min-width: 768px) {
    .card-grid-posts {
        grid-template-columns: repeat(auto-fill, minmax(400px, 1fr))
    }
}

.pagination-wrap {
    margin-top: 2.875rem;
    border-top: 1px solid var(--general-border-color);
    border-bottom: 1px solid var(--general-border-color)
}

@media screen and (min-width: 992px) {
    .pagination-wrap {
        margin-top: 4.6875rem
    }
}

.pagination-wrap .pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    font-size: .875rem
}

@media screen and (min-width: 992px) {
    .pagination-wrap .pagination {
        font-size: 1rem
    }
}

.pagination-wrap .pagination:has(li:nth-child(9)) li:nth-of-type(2),
.pagination-wrap .pagination:has(li:nth-child(10)) li:nth-of-type(2),
.pagination-wrap .pagination:has(li:nth-child(10)) li:nth-of-type(3),
.pagination-wrap .pagination:has(li:nth-child(11)) li:nth-of-type(3),
.pagination-wrap .pagination:has(li:nth-child(11)) li:nth-of-type(4) {
    display: none
}

@media screen and (min-width: 992px) {

    .pagination-wrap .pagination:has(li:nth-child(9)) li:nth-of-type(2),
    .pagination-wrap .pagination:has(li:nth-child(10)) li:nth-of-type(2),
    .pagination-wrap .pagination:has(li:nth-child(10)) li:nth-of-type(3),
    .pagination-wrap .pagination:has(li:nth-child(11)) li:nth-of-type(3),
    .pagination-wrap .pagination:has(li:nth-child(11)) li:nth-of-type(4) {
        display: block
    }
}

.pagination-wrap .pagination .page-item:first-child .page-link,
.pagination-wrap .pagination .page-item:last-child .page-link {
    border-radius: 0
}

.pagination-wrap .pagination .page-link {
    position: relative;
    padding: 1rem .875rem;
    border: none;
    background: none;
    color: var(--general-text-color)
}

@media screen and (min-width: 992px) {
    .pagination-wrap .pagination .page-link {
        padding: 1.5rem
    }
}

.pagination-wrap .pagination .page-link::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 3px;
    opacity: 0;
    background-color: var(--primary-color);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.pagination-wrap .pagination .page-link.current::after {
    opacity: 1
}

.pagination-wrap .pagination a.page-link:hover {
    text-decoration: none
}

.pagination-wrap .pagination a.page-link:hover::after {
    opacity: 1
}

.pagination-wrap .pagination a.page-link:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

table {
    width: 100%;
    font-size: .875rem
}

table th,
table td {
    padding: 1rem;
    border: 1px solid var(--table-border-color)
}

table th {
    background-color: var(--table-thead-bg-color)
}

.card-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: .625rem;
    left: .625rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px
}

@media screen and (min-width: 768px) {
    .card-tags {
        top: 1rem;
        left: 1rem
    }
}

.card-tags span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: .125rem .375rem;
    border-radius: 3px;
    background-color: var(--card-tag-bg-color);
    color: var(--card-tag-text-color);
    font-size: .625rem;
    letter-spacing: .25px
}

@media screen and (min-width: 768px) {
    .card-tags span {
        padding-block: .25rem;
        font-size: .6875rem
    }
}

.widget:has(+.widget) {
    margin-block: 3.75rem
}

@media screen and (min-width: 992px) {
    .widget:has(+.widget) {
        margin-block: 7.5rem
    }
}

.widget>[class*=wp-block-] {
    margin-block: 0
}

.widget:has(>.alignfull) p,
.widget:has(>.alignwide) p {
    max-width: 100%
}

.widget:has(>.alignfull) .widget,
.widget:has(>.alignwide) .widget {
    max-width: none;
    padding: 0
}

.widget:has(>.alignfull) {
    margin-inline: var(--layout-wide-980-full-bleed-min)
}

.widget:has(>.alignwide) {
    margin-inline: var(--layout-wide-980-full-bleed-min);
    padding-inline: var(--layout-wide-full-bleed-max)
}

.widget:has(>.wp-block-heading) {
    margin-bottom: 1.875rem
}

@media screen and (min-width: 992px) {
    .widget:has(>.wp-block-heading) {
        margin-bottom: 5rem
    }
}

.widget:has(>.wp-block-heading)+.widget {
    margin-top: 1.875rem
}

@media screen and (min-width: 992px) {
    .widget:has(>.wp-block-heading)+.widget {
        margin-top: 5rem
    }
}

.widget>.alignfull .alignwide,
.widget>.alignwide .alignwide {
    max-width: 1350px;
    margin-inline: auto;
    padding-inline: 0
}

.widget>.alignfull .alignwide:has(.alignwide),
.widget>.alignwide .alignwide:has(.alignwide) {
    padding-inline: 1.5rem
}

.widget>.alignfull .alignfull,
.widget>.alignwide .alignfull {
    max-width: 100%;
    margin-inline: auto
}

.widget .widgettitle,
.widget .widget_title {
    margin-bottom: 1.875rem;
    text-align: center
}

.widget .widgettitle:has(img),
.widget .widget_title:has(img) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: .625rem
}

@media screen and (min-width: 992px) {

    .widget .widgettitle,
    .widget .widget_title {
        margin-bottom: 5rem
    }
}

.cart-page .widget .wp-block-columns .wp-block-column [class*=wp-block-] {
    max-width: 1100px
}

.cart-page .widget .wp-block-columns .wp-block-column .alignwide {
    max-width: 1350px
}

.cart-page .widget .wp-block-columns .wp-block-column .alignfull {
    max-width: 100%
}

.ucart_widget_body {
    margin: 0;
    padding: 0;
    list-style: none
}

/*
.widget_welcart_bestseller {
    display: none
}*/

.widget_welcart_bestseller:has(.bestseller-list) {
    display: block
}

.widget_welcart_bestseller .bestseller-list {
    margin-right: -24px;
    padding: 0 0 1rem 0;
    overflow-x: auto;
    scrollbar-width: thin
}

@media screen and (min-width: 768px) {
    .widget_welcart_bestseller .bestseller-list {
        margin-right: 0;
        padding: 0
    }
}

.widget_welcart_bestseller ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    padding: 0 24px 0 0;
    counter-reset: number 0;
    gap: .625rem
}

@media screen and (min-width: 768px) {
    .widget_welcart_bestseller ul {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        width: auto;
        gap: 1.875rem .625rem;
        padding: 0
    }
}

@media screen and (min-width: 1200px) {
    .widget_welcart_bestseller ul {
        grid-template-columns: repeat(4, 1fr)
    }
}

.widget_welcart_bestseller ul li {
    max-width: clamp(8.75rem, -2.8308823529rem + 0.5147058824*100vw, 21.875rem)
}

@media screen and (min-width: 768px) {
    .widget_welcart_bestseller ul li {
        max-width: none
    }
}

.widget_welcart_bestseller ul li .card-image {
    position: relative
}

.widget_welcart_bestseller ul li .card-image::after {
    content: counter(number);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: .625rem;
    left: .625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: var(--rank-sub-bg-color);
    color: var(--rank-text-color);
    font-size: .6875rem;
    counter-increment: number 1
}

@media screen and (min-width: 768px) {
    .widget_welcart_bestseller ul li .card-image::after {
        top: .9375rem;
        left: .9375rem;
        width: 2rem;
        height: 2rem;
        font-size: .875rem
    }
}

.widget_welcart_bestseller ul li:nth-child(-n+3) .card-image::after {
    background-color: var(--rank-main-bg-color)
}

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

.usces_recent_entries ul li {
    margin-bottom: 1.875rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid var(--general-border-color)
}

@media screen and (min-width: 768px) {
    .usces_recent_entries ul li {
        margin-bottom: 1.75rem;
        padding-bottom: 1.75rem
    }
}

.usces_recent_entries ul li:last-child {
    margin: 0;
    padding: 0;
    border: none
}

.usces_recent_entries ul a {
    color: var(--general-text-color);
    font-size: .875rem;
    text-decoration: none
}

@media screen and (min-width: 992px) {
    .usces_recent_entries ul a {
        font-size: 1rem
    }
}

@media screen and (min-width: 992px) {
    .usces_recent_entries ul a:hover {
        opacity: .8
    }
}

.widget_welcart_calendar ul {
    margin: 0;
    padding: 0;
    font-size: .75rem
}

.widget_welcart_calendar ul caption {
    caption-side: top;
    font-size: .75rem
}

.widget_welcart_calendar .this-month {
    margin-bottom: 1.5rem
}

@media screen and (min-width: 768px) {
    .widget_welcart_calendar .this-month {
        margin-right: 2rem;
        float: left
    }
}

.widget_welcart_calendar .next-month {
    margin-bottom: 1rem
}

@media screen and (min-width: 768px) {
    .widget_welcart_calendar .next-month {
        float: right
    }
}

.widget_welcart_calendar .this-month table th,
.widget_welcart_calendar .next-month table th {
    background-color: var(--primary-color);
    color: #fff
}

.widget_welcart_calendar .this-month table td.businessday,
.widget_welcart_calendar .next-month table td.businessday {
    background-color: var(--table-thead-bg-color);
    color: var(--general-text-color)
}

.widget_welcart_calendar .this-month table td.businesstoday,
.widget_welcart_calendar .next-month table td.businesstoday {
    position: relative
}

.widget_welcart_calendar .this-month table td.businesstoday::before,
.widget_welcart_calendar .next-month table td.businesstoday::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--general-text-color)
}

.widget_welcart_calendar .this-month table th,
.widget_welcart_calendar .this-month table td,
.widget_welcart_calendar .next-month table th,
.widget_welcart_calendar .next-month table td {
    font-size: .75rem;
    text-align: center
}

@media screen and (min-width: 768px) {

    .widget_welcart_calendar .this-month table th,
    .widget_welcart_calendar .this-month table td,
    .widget_welcart_calendar .next-month table th,
    .widget_welcart_calendar .next-month table td {
        font-size: .875rem
    }
}

@media screen and (min-width: 768px) {

    .widget_welcart_calendar .this-month,
    .widget_welcart_calendar .next-month {
        width: calc(50% - 1rem);
        margin-bottom: 1.5rem
    }
}

.widget_welcart_calendar span.businessday {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin: 0 0 0 .25rem;
    background-color: var(--table-thead-bg-color)
}

@media screen and (min-width: 768px) {
    .widget_welcart_calendar span.businessday {
        display: inline
    }
}

.welcart_blog_calendar table caption {
    caption-side: top;
    font-size: .75rem
}

.welcart_blog_calendar table th,
.welcart_blog_calendar table td {
    text-align: center
}

.welcart_blog_calendar table th {
    background-color: var(--primary-color);
    color: #fff
}

.widget_wcex_favorites_widget {
    max-width: 100%
}

.widget_wcex_favorites_widget .widget_favorite_body {
    display: block;
    max-width: 980px;
    margin: 0 auto;
    list-style: none
}

.widget_wcex_favorites_widget .widget_favorite_body:not(:has(.thumtitle_without_img)) {
    display: grid;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    padding: 0;
    gap: 1.25rem
}

@media screen and (min-width: 768px) {
    .widget_wcex_favorites_widget .widget_favorite_body:not(:has(.thumtitle_without_img)) {
        gap: 1.875rem;
        grid-template-columns: repeat(2, 1fr)
    }
}

.widget_wcex_favorites_widget .widget_favorite_body:not(:has(.thumtitle_without_img)) .thumimg {
    margin-bottom: 0
}

.widget_wcex_favorites_widget .widget_favorite_body:not(:has(.thumtitle_without_img)) li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none
}

.widget_wcex_favorites_widget .widget_favorite_body:not(:has(.thumtitle_without_img)) li:only-child {
    grid-column: 1/3
}

.widget_wcex_favorites_widget .widget_favorite_body li {
    width: 100%;
    margin: 0;
    padding: 0
}

.widget_wcex_favorites_widget .widget_favorite_body li:last-child {
    border: none
}

.widget_wcex_favorites_widget .widget_favorite_body .thumimg {
    margin-bottom: 1rem;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .widget_wcex_favorites_widget .widget_favorite_body .thumimg {
        margin-bottom: 1.5rem
    }
}

.widget_wcex_favorites_widget .widget_favorite_body .thumimg img {
    width: 100%
}

@media screen and (min-width: 992px) {
    .widget_wcex_favorites_widget .widget_favorite_body .thumimg a:hover img {
        scale: 1.1
    }
}

.widget_wcex_favorites_widget .widget_favorite_body .thumtitle a,
.widget_wcex_favorites_widget .widget_favorite_body .thumtitle_without_img a {
    color: var(--general-text-color);
    font-size: .875rem;
    text-decoration: none
}

.widget_wcex_favorites_widget .widget_favorite_body .thumtitle_without_img {
    margin-block: 1rem
}

@media screen and (min-width: 1200px) {
    .widget_wcex_favorites_widget .widget_favorite_body .thumtitle_without_img {
        margin-block: 1.75rem
    }
}

@media screen and (min-width: 768px) {
    .widget_wcex_favorites_widget .widget_favorite_body .thumtitle_without_img a {
        font-size: 1rem
    }
}

.widget_welcart_search .ucart_widget_body {
    margin: 0;
    padding: 0
}

.widget_welcart_search #searchform {
    display: grid;
    grid-template-columns: auto 6.25rem;
    gap: 1rem 0
}

@media screen and (min-width: 768px) {
    .widget_welcart_search #searchform {
        grid-template-columns: auto 9.375rem;
        gap: 1.875rem 0
    }
}

.widget_welcart_search #searchform .searchtext {
    border-radius: 6px 0 0 6px
}

.widget_welcart_search #searchform .searchtext:focus,
.widget_welcart_search #searchform .searchtext:focus-visible,
.widget_welcart_search #searchform .searchtext:focus-within {
    outline: none
}

.widget_welcart_search #searchform #searchsubmit {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0 6px 6px 0;
    background-color: var(--btn-primary-bg-color);
    background-image: none;
    color: var(--btn-primary-text-color);
    font-size: .875rem;
    line-height: 1;
    text-decoration: none
}

.widget_welcart_search #searchform #searchsubmit:hover {
    text-decoration: none
}

@media screen and (min-width: 992px) {
    .widget_welcart_search #searchform #searchsubmit:hover {
        opacity: .9
    }
}

.widget_welcart_search #searchform div {
    grid-column: 1/3;
    text-align: center
}

.widget_wcex_widgetcart .wcex_widgetcart_body.ucart_widget_body {
    margin: 0;
    padding: 0
}

.widget_wcex_widgetcart .wcex_widgetcart_body.ucart_widget_body:has(.empty_cart) #wgct_point,
.widget_wcex_widgetcart .wcex_widgetcart_body.ucart_widget_body:has(.empty_cart) .footer {
    top: 0;
    text-align: center !important
}

.widget_wcex_widgetcart #wgct_point {
    position: relative;
    top: 1.5rem;
    border: none;
    font-size: .875rem;
    text-align: left
}

.widget_wcex_widgetcart #wgct_point .wgct_point {
    font-size: 1rem
}

.widget_wcex_widgetcart #wgct_row {
    padding: 0;
    overflow-y: initial
}

.widget_wcex_widgetcart #wgct_row #wdgctToCart {
    display: block;
    position: relative;
    z-index: 2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 2.5rem;
    float: right
}

@media screen and (min-width: 992px) {
    .widget_wcex_widgetcart #wgct_row #wdgctToCart {
        margin-bottom: 3rem
    }
}

.widget_wcex_widgetcart .empty_cart {
    margin: 2rem 0 1rem;
    font-size: .875rem;
    text-align: center
}

.widget_welcart_featured ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem .625rem
}

@media screen and (max-width: 360px) {
    .widget_welcart_featured ul {
        grid-template-columns: 1fr
    }
}

@media screen and (min-width: 768px) {
    .widget_welcart_featured ul {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr))
    }
}

@media screen and (min-width: 1200px) {
    .widget_welcart_featured ul {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media screen and (min-width: 992px) {
    .widget_welcart_featured ul li a:hover img {
        scale: 1.1
    }
}

.widget_welcart_featured ul .thumimg {
    margin-bottom: 1rem;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .widget_welcart_featured ul .thumimg {
        margin-bottom: 1.5rem
    }
}

.widget_welcart_featured ul .thumimg img {
    width: 100%
}

.widget_welcart_featured ul .thumtitle {
    text-align: center
}

.widget_welcart_featured ul .thumtitle a {
    color: var(--general-text-color);
    font-size: .75rem;
    text-decoration: none
}

@media screen and (min-width: 768px) {
    .widget_welcart_featured ul .thumtitle a {
        font-size: .875rem
    }
}

.widget_welcart_login .loginbox {
    max-width: 35.875rem;
    margin-inline: auto
}

.widget_welcart_login .loginbox:has(.usces_logout_a) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .625rem .3125rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.widget_welcart_login .loginbox:has(.usces_logout_a) br {
    display: none
}

.widget_welcart_login .loginbox>div:has(+.usces_logout_a) {
    width: 100%;
    margin-bottom: 1.25rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center
}

.widget_welcart_login .loginbox .usces_logout_a,
.widget_welcart_login .loginbox .login_widget_mem_info_a {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: .6875rem 1.25rem;
    border: 1px solid var(--general-text-color);
    border-radius: 6px;
    background-color: #fff;
    color: var(--general-text-color);
    font-size: .875rem;
    line-height: 1.5;
    text-align: center;
    text-decoration: none
}

@media screen and (min-width: 768px) {

    .widget_welcart_login .loginbox .usces_logout_a,
    .widget_welcart_login .loginbox .login_widget_mem_info_a {
        max-width: 200px
    }
}

.widget_welcart_login .loginbox .usces_logout_a:hover,
.widget_welcart_login .loginbox .login_widget_mem_info_a:hover {
    border-color: var(--btn-secondary-hov-bg-color);
    background-color: var(--btn-secondary-hov-bg-color);
    color: var(--btn-secondary-text-color)
}

.widget_welcart_login form p br {
    display: none
}

.widget_welcart_login form label {
    display: block;
    margin-bottom: .6875rem
}

.widget_welcart_login form label:has(.loginmail),
.widget_welcart_login form label:has(.loginpass) {
    font-weight: bold
}

.widget_welcart_login form .loginmail,
.widget_welcart_login form .loginpass {
    width: 100%;
    margin-top: .1875rem
}

.widget_welcart_login form~a {
    display: inline-block;
    margin-bottom: 1rem;
    color: var(--general-text-color);
    font-size: .875rem
}

.widget_welcart_login .submit {
    margin-top: 1.625rem
}

.widget_welcart_login .submit #member_loginw {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 100%;
    padding-block: 1.1875rem;
    border: none;
    border-radius: 8px;
    background-color: var(--btn-primary-bg-color);
    color: var(--btn-primary-text-color);
    font-size: .875rem;
    font-weight: bold;
    line-height: 1
}

@media screen and (min-width: 992px) {
    .widget_welcart_login .submit #member_loginw:hover {
        opacity: .9
    }
}

#wpadminbar {
    position: fixed
}

@supports(-webkit-hyphens: none) {
    html {
        margin-top: 0 !important
    }
}

@-moz-document url-prefix() {
    html {
        margin-top: 0 !important
    }
}

body.admin-bar header.site-header {
    top: 46px
}

body.admin-bar header .global-menu-nav {
    top: 46px;
    max-height: calc(100dvh - 46px)
}

body.admin-bar header .global-menu-nav .nav-container .navbar-nav {
    max-height: calc(100dvh - 215px)
}

@media screen and (min-width: 992px) {
    body.admin-bar header .global-menu-nav .nav-container .navbar-nav {
        max-height: none
    }
}

body.admin-bar header .view-cart #wgct_row_group {
    padding-block: 4.375rem 1.5rem
}

@media screen and (min-width: 782px) {
    body.admin-bar header.site-header {
        top: 32px
    }

    body.admin-bar header .global-menu-nav {
        top: 32px;
        max-height: calc(100dvh - 32px)
    }

    body.admin-bar header .view-cart #wgct_row_group {
        padding-bottom: 4rem
    }
}

body.menu-open {
    -ms-touch-action: none;
    touch-action: none
}

header.site-header {
    position: sticky;
    z-index: 1030;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--general-bg-color)
}

header.site-header::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: var(--general-border-color)
}

header>.row {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    min-height: 3.75rem;
    padding: 0 1.5rem
}

@media screen and (min-width: 768px) {
    header>.row {
        gap: 0 clamp(1.25rem, -2.0833333333rem + 0.0694444444*100vw, 3.125rem);
        min-height: clamp(3.75rem, 1.5277777778rem + 0.0462962963*100vw, 5rem);
        padding-inline: clamp(1.5rem, -3.5775862069rem + 0.0818965517*100vw, 6.25rem)
    }
}

@media screen and (min-width: 992px) {
    header>.row {
        display: block
    }
}

@media screen and (min-width: 576px) {
    header>.row:not(:has(.global-menu-nav)) {
        max-width: 540px;
        margin-inline: auto;
        padding-inline: 0
    }
}

@media screen and (min-width: 768px) {
    header>.row:not(:has(.global-menu-nav)) {
        max-width: 720px
    }
}

@media screen and (min-width: 992px) {
    header>.row:not(:has(.global-menu-nav)) {
        max-width: 960px
    }
}

@media screen and (min-width: 1200px) {
    header>.row:not(:has(.global-menu-nav)) {
        max-width: 1100px
    }
}

@media screen and (min-width: 992px) {
    header .site-title-logo {
        margin-right: 3.125rem;
        float: left
    }
}

header .site-title-logo h1,
header .site-title-logo .h1 {
    margin: 0
}

header .site-title-logo a {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media screen and (min-width: 992px) {
    header .site-title-logo a:hover {
        opacity: .8
    }
}

header .site-title-logo .site-logo a {
    display: block;
    padding-block: .5rem
}

@media screen and (min-width: 992px) {
    header .site-title-logo .site-logo a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 80px
    }
}

header .site-title-logo .site-title {
    font-size: 1.25rem
}

@media screen and (min-width: 992px) {
    header .site-title-logo .site-title {
        font-size: 1.875rem
    }
}

/*
header .site-title-logo .site-title a {
    display: block;
    padding-block: .625rem;
    color: var(--general-text-color);
    font-weight: bold;
    line-height: 1.3;
    text-decoration: none
}

@media screen and (min-width: 992px) {
    header .site-title-logo .site-title a {
        padding-block: 1.25rem
    }
}

header .site-title-logo img {
    max-width: 8.75rem;
    max-height: 3.125rem
}

@media screen and (min-width: 992px) {
    header .site-title-logo img {
        max-height: 60px
    }
}*/

@media screen and (min-width: 992px) {
    header .site-title-logo img:hover {
        opacity: .7
    }
}

header .global-menu-ico {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    gap: 0
}

@media screen and (min-width: 992px) {
    header .global-menu-ico {
        float: right
    }
}

header .global-menu-ico .user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0
}

header .global-menu-ico .user a {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: block;
    padding: .5rem
}

@media screen and (min-width: 992px) {
    header .global-menu-ico .user a {
        padding: 1.75rem 1rem
    }
}

@media screen and (min-width: 992px) {
    header .global-menu-ico .user a:hover {
        opacity: .7
    }
}

header .global-menu-ico .user li:nth-child(2) {
    margin-top: .125rem
}

@media screen and (min-width: 992px) {
    header .global-menu-ico .user li:nth-child(2) {
        margin-top: .3125rem
    }
}

header .global-menu-ico .user li:nth-child(2) a {
    width: 2.375rem;
    height: 2.5rem;
    overflow: hidden;
    background-color: var(--icon-bg-color);
    text-indent: 100%;
    white-space: nowrap;
    -webkit-mask: url("../icon/ico-favorite.svg") no-repeat center/22px;
    mask: url("../icon/ico-favorite.svg") no-repeat center/22px
}

@media screen and (min-width: 992px) {
    header .global-menu-ico .user li:nth-child(2) a {
        width: 3.375rem;
        height: 3.5625rem
    }
}

header .global-menu-ico .search-icon .ico-search {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    margin: 0;
    padding: .5rem;
    cursor: pointer
}

@media screen and (min-width: 992px) {
    header .global-menu-ico .search-icon .ico-search {
        padding: 1.75rem 1rem
    }
}

@media screen and (min-width: 992px) {
    header .global-menu-ico .search-icon .ico-search:hover {
        opacity: .7
    }
}

header .global-menu-ico .search-icon #show-searchForm {
    display: none
}

header .global-menu-ico .search-icon #show-searchForm:checked~.search-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 3.75rem;
    -webkit-animation: fadeIn .5s forwards;
    animation: fadeIn .5s forwards;
    background: #fff
}

@media screen and (min-width: 768px) {
    header .global-menu-ico .search-icon #show-searchForm:checked~.search-box {
        min-height: clamp(3.75rem, 1.5277777778rem + 0.0462962963*100vw, 5rem)
    }
}

header .global-menu-ico .search-icon .search-box {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    border-bottom: 1px solid var(--general-border-color)
}

header .global-menu-ico .search-icon .search-box .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .625rem 1.25rem;
    border: none;
    border-radius: 0;
    gap: 0 2rem
}

@media screen and (min-width: 768px) {
    header .global-menu-ico .search-icon .search-box .card {
        padding-inline: clamp(1.5rem, -3.5775862069rem + 0.0818965517*100vw, 6.25rem)
    }
}

header .global-menu-ico .search-icon form {
    width: calc(100% - 21px)
}

header .global-menu-ico .search-icon form .s-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: .5rem
}

header .global-menu-ico .search-icon form .s-box input {
    height: 2rem;
    padding: 0;
    border: none
}

@media screen and (min-width: 992px) {
    header .global-menu-ico .search-icon form .s-box input {
        height: 3rem;
        font-size: 1.125rem
    }
}

header .global-menu-ico .search-icon form .s-box input:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

header .global-menu-ico .search-icon form .s-box button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: .5rem .75rem .5rem 0;
    border: none
}

header .global-menu-ico .search-icon form .s-box button:hover,
header .global-menu-ico .search-icon form .s-box button:active {
    background: var(--general-bg-color)
}

header .global-menu-ico .search-icon form .s-box button:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

header .global-menu-ico .cart-btn a {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: block;
    position: relative;
    padding: .5rem
}

@media screen and (min-width: 992px) {
    header .global-menu-ico .cart-btn a {
        padding: 1.75rem 1rem
    }
}

@media screen and (min-width: 992px) {
    header .global-menu-ico .cart-btn a:hover {
        opacity: .7
    }
}

header .global-menu-ico .cart-btn .total-quant {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: .625rem;
    left: auto;
    height: 1rem;
    margin: auto;
    border-radius: 100%;
    background-color: var(--primary-color);
    color: #fff;
    font-size: .625rem;
    text-align: center;
    aspect-ratio: 1/1
}

@media screen and (min-width: 992px) {
    header .global-menu-ico .cart-btn .total-quant {
        right: .375rem
    }
}

header .global-menu-ico .trigger-menu {
    display: block;
    position: relative;
    width: 2rem;
    height: 2.5rem;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    cursor: pointer
}

header .global-menu-ico .trigger-menu span {
    display: block;
    position: absolute;
    right: 0;
    width: 1.125rem;
    height: 1px;
    opacity: 1;
    background: var(--icon-bg-color)
}

header .global-menu-ico .trigger-menu span:nth-of-type(1) {
    top: .9375rem
}

header .global-menu-ico .trigger-menu span:nth-of-type(2) {
    top: 1.375rem
}

header .global-menu-ico .trigger-menu span:nth-of-type(3) {
    top: 1.8125rem
}

header .global-menu-nav {
    -webkit-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
    display: block;
    position: fixed;
    z-index: 999;
    top: 0;
    left: -100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100vw;
    height: 100dvh;
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch
}

header .global-menu-nav::after {
    content: "";
    display: block;
    height: 1px
}

@media screen and (min-width: 992px) {
    header .global-menu-nav {
        position: static;
        width: auto;
        height: auto;
        margin-right: auto;
        float: left;
        overflow-y: visible;
        -webkit-transition: none;
        transition: none
    }
}

header .global-menu-nav.show {
    left: 0
}

header .global-menu-nav.show::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
    background: rgba(0, 0, 0, .6);
    pointer-events: auto
}

header .global-menu-nav.show .nav-container {
    left: 0
}

header .global-menu-nav .nav-container {
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    position: relative;
    left: -100%;
    width: 90%;
    max-width: 335px;
    height: 100%;
    padding-top: 1.5rem;
    background: var(--general-bg-color)
}

@media screen and (min-width: 992px) {
    header .global-menu-nav .nav-container {
        position: static;
        width: auto;
        max-width: none;
        padding: 0;
        background: rgba(0, 0, 0, 0)
    }
}

header .global-menu-nav .close-menu {
    margin-left: 1.25rem
}

header .global-menu-nav .navbar-nav {
    display: block;
    max-height: calc(100dvh - 165px);
    margin-block: 2rem;
    padding-inline: 1.5rem;
    overflow-y: auto
}

@media screen and (min-width: 992px) {
    header .global-menu-nav .navbar-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-height: none;
        margin: 0;
        padding: 0;
        overflow: initial
    }
}

header .global-menu-nav .navbar-nav>.menu-item {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

header .global-menu-nav .navbar-nav>.menu-item>a {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media screen and (min-width: 992px) {
    header .global-menu-nav .navbar-nav>.menu-item:hover {
        background: var(--primary-color)
    }
}

@media screen and (min-width: 992px) {
    header .global-menu-nav .navbar-nav>.menu-item:hover>a {
        color: #fff
    }
}

header .global-menu-nav .navbar-nav>.current-post-ancestor~.current-post-ancestor .nav-link.active {
    background: none;
    font-weight: normal
}

@media screen and (min-width: 992px) {
    header .global-menu-nav .navbar-nav>.current-post-ancestor~.current-post-ancestor .nav-link.active {
        background: rgba(0, 0, 0, 0);
        color: var(--general-text-color)
    }
}

@media screen and (min-width: 992px) {
    header .global-menu-nav .navbar-nav>.current-post-ancestor~.current-post-ancestor .nav-link.active:hover {
        color: #fff
    }
}

header .global-menu-nav .nav-link,
header .global-menu-nav .dropdown-item {
    padding: .5rem 0;
    color: var(--general-text-color);
    text-decoration: none;
    white-space: inherit
}

header .global-menu-nav .nav-link:hover,
header .global-menu-nav .nav-link:focus,
header .global-menu-nav .nav-link:focus-visible,
header .global-menu-nav .dropdown-item:hover,
header .global-menu-nav .dropdown-item:focus,
header .global-menu-nav .dropdown-item:focus-visible {
    outline: none;
    background: none
}

header .global-menu-nav .nav-link.active,
header .global-menu-nav .dropdown-item.active {
    background: none;
    font-weight: bold
}

@media screen and (min-width: 992px) {

    header .global-menu-nav .nav-link.active,
    header .global-menu-nav .dropdown-item.active {
        color: var(--primary-color);
        font-weight: normal
    }
}

header .global-menu-nav .nav-link {
    font-size: .9375rem
}

@media screen and (min-width: 992px) {
    header .global-menu-nav .nav-link {
        padding: clamp(1.25rem, 0.25rem + 0.0208333333*100vw, 1.8125rem) clamp(1.25rem, 0.1388888889rem + 0.0231481481*100vw, 1.875rem)
    }
}

@media screen and (min-width: 992px) {
    header .global-menu-nav .nav-link.active {
        background: var(--primary-color);
        color: #fff
    }
}

header .global-menu-nav .nav-link.dropdown-toggle {
    position: relative;
    padding-right: 2rem
}

@media screen and (min-width: 992px) {
    header .global-menu-nav .nav-link.dropdown-toggle {
        pointer-events: none
    }
}

header .global-menu-nav .nav-link.dropdown-toggle::before,
header .global-menu-nav .nav-link.dropdown-toggle::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin: 0;
    border: none;
    background: var(--general-text-color);
    translate: 0 -50%
}

@media screen and (min-width: 768px) {

    header .global-menu-nav .nav-link.dropdown-toggle::before,
    header .global-menu-nav .nav-link.dropdown-toggle::after {
        display: none
    }
}

header .global-menu-nav .nav-link.dropdown-toggle::before {
    right: 0;
    width: 1rem;
    height: 1px
}

header .global-menu-nav .nav-link.dropdown-toggle::after {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    right: .4375rem;
    width: 1px;
    height: 1rem;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center;
    transform-origin: center
}

header .global-menu-nav .nav-link.dropdown-toggle:has(+.show)::after {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

header .global-menu-nav .dropdown-item {
    font-size: .875rem
}

@media screen and (min-width: 992px) {
    header .global-menu-nav .dropdown-item {
        padding: 1rem 1.5rem
    }
}

header .global-menu-nav .menu-item {
    padding: 0
}

@media screen and (min-width: 992px) {
    header .global-menu-nav .menu-item {
        background-color: var(--general-bg-color);
        cursor: pointer
    }
}

header .global-menu-nav .menu-item-has-children {
    display: block
}

@media screen and (min-width: 992px) {
    header .global-menu-nav .menu-item-has-children {
        position: relative
    }
}

@media screen and (min-width: 992px) {
    header .global-menu-nav .menu-item-has-children>.dropdown-menu {
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        display: block;
        -webkit-transform: scaleZ(0);
        transform: scaleZ(0);
        opacity: 0
    }
}

@media screen and (min-width: 992px) {
    header .global-menu-nav .menu-item-has-children:hover>.dropdown-menu {
        display: block;
        -webkit-transform: scaleZ(1);
        transform: scaleZ(1);
        opacity: 1
    }
}

header .global-menu-nav .depth_0 {
    -webkit-animation: fadeIn .5s forwards;
    animation: fadeIn .5s forwards;
    opacity: 0
}

@media screen and (min-width: 992px) {
    header .global-menu-nav .depth_0 {
        top: 100%;
        left: 0;
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-animation: none;
        animation: none
    }
}

header .global-menu-nav .depth_0.show {
    visibility: visible;
    padding-left: 1rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

header .global-menu-nav .depth_0.show ul.dropdown-menu {
    display: block;
    padding-left: 1rem
}

header .global-menu-nav .depth_0 ul.dropdown-menu {
    top: -1px;
    left: 100%
}

@media screen and (min-width: 992px) {
    header .global-menu-nav .depth_0 .menu-item {
        border-bottom: 1px solid var(--primary-color)
    }
}

@media screen and (min-width: 992px) {
    header .global-menu-nav .depth_0 .menu-item:hover>a {
        color: var(--primary-color)
    }
}

header .global-menu-nav .depth_0 .menu-item:last-child {
    border: none
}

@media screen and (min-width: 992px) {
    header .global-menu-nav .depth_0 .menu-item-has-children>.dropdown-item {
        position: relative;
        padding-right: 3rem
    }
}

header .global-menu-nav .depth_0 .menu-item-has-children>.dropdown-item::after {
    display: none
}

@media screen and (min-width: 992px) {
    header .global-menu-nav .depth_0 .menu-item-has-children>.dropdown-item::after {
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        content: "";
        display: inline-block;
        position: absolute;
        z-index: -1;
        top: 50%;
        translate: 0 -50%;
        right: 1.25rem;
        width: .625rem;
        height: .625rem;
        margin: 0;
        padding: 0;
        border: none;
        background-color: var(--general-text-color);
        vertical-align: middle;
        -webkit-mask: url("../icon/ico-arrow-right.svg") no-repeat center/contain;
        mask: url("../icon/ico-arrow-right.svg") no-repeat center/contain
    }
}

header .global-menu-nav .depth_0 .menu-item-has-children>.dropdown-item.active::after {
    background-color: var(--primary-color)
}

@media screen and (min-width: 992px) {
    header .global-menu-nav .depth_0 .menu-item-has-children:hover>.dropdown-item::after {
        background: var(--primary-color)
    }
}

@media screen and (min-width: 992px) {
    header .global-menu-nav ul.dropdown-menu {
        position: absolute;
        width: clamp(12.5rem, 6.9444444444rem + 0.1157407407*100vw, 15.625rem);
        border: 1px solid var(--primary-color)
    }
}

@media screen and (min-width: 992px) {
    header .global-menu-nav ul.dropdown-menu:not(:has(ul.dropdown-menu)) {
        max-height: 70vh;
        overflow-y: auto;
        scrollbar-width: thin
    }
}

header .global-menu-nav .dropdown-menu {
    padding: 0;
    border: none;
    border-radius: 0
}

header .global-menu-nav .dropdown-menu.depth_0 {
    padding-bottom: .5rem
}

@media screen and (min-width: 992px) {
    header .global-menu-nav .dropdown-menu.depth_0 {
        padding-bottom: 0
    }
}

header .global-menu-nav .dropdown-menu.show {
    position: static !important;
    -webkit-transform: none !important;
    transform: none !important
}

header .global-menu-nav .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: .75rem;
    border-top: 1px solid var(--general-border-color);
    background: var(--general-bg-color);
    gap: 3rem
}

@media screen and (min-width: 992px) {
    header .global-menu-nav .sns {
        display: none
    }
}

footer {
    margin-top: 5rem;
    padding-inline: 1.5rem;
    border-top: 1px solid var(--general-border-color);
    background: var(--general-bg-color)
}

@media screen and (min-width: 768px) {
    footer {
        margin-top: clamp(5rem, -0.3164556962rem + 0.1107594937*100vw, 9.375rem)
    }
}

footer .container {
    padding: 1.875rem 0
}

@media screen and (min-width: 768px) {
    footer .container {
        display: grid;
        grid-template-columns: 60% auto;
        padding-block: clamp(2.5rem, -0.8333333333rem + 0.0694444444*100vw, 4.375rem) 2.5rem;
        gap: clamp(2.5rem, -0.3846153846rem + 0.0600961538*100vw, 5.625rem) clamp(2.5rem, 0.1923076923rem + 0.0480769231*100vw, 5rem)
    }
}

@media screen and (min-width: 1200px) {
    footer .container {
        max-width: clamp(71.25rem, 31.875rem + 0.525*100vw, 84.375rem)
    }
}

@media screen and (min-width: 576px) {
    footer .container:has(.checkout-nav) {
        padding-inline: 0
    }
}

@media screen and (min-width: 768px) {
    footer .container:has(.checkout-nav) {
        display: block;
        padding-block: 2.5rem
    }
}

@media screen and (min-width: 1200px) {
    footer .container:has(.checkout-nav) {
        max-width: 1100px;
        padding-inline: 0
    }
}

footer .footer-nav a,
footer .checkout-nav a {
    display: block;
    padding: .5rem 0;
    color: var(--general-text-color);
    font-size: .75rem;
    text-decoration: none
}

@media screen and (min-width: 768px) {

    footer .footer-nav a,
    footer .checkout-nav a {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

@media screen and (min-width: 992px) {

    footer .footer-nav a,
    footer .checkout-nav a {
        font-size: 13px
    }
}

@media screen and (min-width: 992px) {

    footer .footer-nav a:hover,
    footer .checkout-nav a:hover {
        opacity: .8
    }
}

footer .footer-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
    padding: 0;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    list-style: none;
    gap: 1rem 2.5rem
}

@media screen and (min-width: 768px) {
    footer .footer-nav {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem 2.5rem
    }
}

footer .footer-nav .sub-menu {
    padding: 0;
    list-style: none
}

footer .footer-nav .sub-menu .sub-menu {
    margin-left: 1rem
}

footer .footer-nav>.menu-item.menu-item-has-children>a {
    margin-bottom: .5rem
}

footer .footer-nav>.menu-item>a {
    font-size: .75rem
}

@media screen and (min-width: 992px) {
    footer .footer-nav>.menu-item>a {
        font-size: 1rem
    }
}

footer .footer-nav .menu-item {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

footer .checkout-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 0 1.25rem
}

@media screen and (min-width: 768px) {
    footer .checkout-nav {
        gap: 0 3rem
    }
}

footer .checkout-nav a {
    padding: .5rem 0
}

footer .checkout-nav+.copyright {
    margin-top: 1.875rem
}

footer .checkout-nav .sub-menu {
    padding-left: 0;
    list-style: none
}

footer .checkout-nav .sub-menu .sub-menu {
    padding-left: 1rem
}

footer .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 2.5rem;
    gap: 1.5rem
}

@media screen and (min-width: 768px) {
    footer .sns {
        margin-top: .625rem
    }
}

footer .sns a {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media screen and (min-width: 992px) {
    footer .sns a:hover {
        opacity: .7
    }
}

footer .copyright {
    margin-block: 3rem 0;
    font-size: .75rem;
    letter-spacing: .5px
}

@media screen and (min-width: 768px) {
    footer .copyright {
        grid-column: 1/-1;
        margin-block: 0
    }
}

.site-main {
    margin-block: 3rem 5rem
}

@media screen and (min-width: 992px) {
    .site-main {
        margin-block: 6.25rem 9.375rem
    }
}

.site-main:has(.hero-visual),
.site-main:has(.entry-img) {
    margin-top: 0
}

.site-content {
    margin: 0 var(--layout-wide-980-full-bleed-max)
}

.site-content.constrained {
    margin-inline: var(--layout-wide-full-bleed-max)
}

.site-content.member-page:not(.constrained) {
    margin-inline: var(--layout-wide-member-full-bleed-max)
}

.site-content.index-php {
    margin-inline: var(--layout-wide-full-bleed-max)
}

.site-content.index-php .hero-visual-container {
    margin-inline: var(--layout-wide-full-bleed-min)
}

.site-content .no-data {
    margin-block: 5rem;
    text-align: center
}

@media screen and (min-width: 992px) {
    .site-content .no-data {
        font-size: 1rem
    }
}

.page-header {
    text-align: center
}

.page-header .page-title {
    -webkit-margin-after: 2.625rem;
    margin-block-end: 2.625rem
}

@media screen and (min-width: 992px) {
    .page-header .page-title {
        -webkit-margin-after: 3.375rem;
        margin-block-end: 3.375rem
    }
}

.error-404 {
    max-width: 480px;
    margin-inline: auto
}

.error-404 .page-title {
    margin-bottom: 3.625rem
}

.error-404 .not-found-text {
    margin-bottom: 2.5rem;
    color: var(--404-text-color);
    font-size: 5rem;
    font-weight: bold;
    letter-spacing: 4px;
    line-height: 1.2
}

@media screen and (min-width: 992px) {
    .error-404 .not-found-text {
        font-size: 7.5rem
    }
}

.error-404 .not-found-text span {
    display: block;
    font-size: 1.875rem;
    letter-spacing: 0
}

@media screen and (min-width: 992px) {
    .error-404 .not-found-text span {
        font-size: 2.5rem
    }
}

.error-404 form {
    margin-top: 1.375rem
}

@media screen and (min-width: 992px) {
    .error-404 form {
        margin-top: 2rem
    }
}

.error-404 form .s-box {
    position: relative
}

.error-404 form .s-box .button-search {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding-inline: 1rem;
    border: none
}

.error-404 form .s-box .button-search:hover,
.error-404 form .s-box .button-search:active,
.error-404 form .s-box .button-search:focus,
.error-404 form .s-box .button-search:focus-visible,
.error-404 form .s-box .button-search:active:focus {
    outline: none;
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none
}

@media screen and (min-width: 992px) {
    .error-404 form .s-box .button-search:hover {
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        opacity: .7
    }
}

.error-404 form .s-box .search-text {
    padding-right: 4rem
}

.page-header .page-title+.description {
    -webkit-margin-after: 2.625rem;
    margin-block-end: 2.625rem
}

@media screen and (min-width: 992px) {
    .page-header .page-title+.description {
        -webkit-margin-after: 3.375rem;
        margin-block-end: 3.375rem
    }
}

.filter-bar {
    margin: 0 var(--layout-wide-full-bleed-min) 2rem;
    padding: .625rem var(--general-gutter-x);
    background-color: var(--general-light-bg-color);
    font-size: .875rem
}

@media screen and (min-width: 768px) {
    .filter-bar {
        -webkit-margin-after: 3.375rem;
        margin-block-end: 3.375rem;
        padding-block: 1rem;
        font-size: .9375rem
    }
}

.filter-bar-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    gap: 0 1.25rem;
    max-width: var(--layout-wide);
    margin-inline: auto
}

@media screen and (min-width: 768px) {
    .filter-bar-container {
        gap: 0 2rem
    }
}

.filter-bar .filter-dropdown {
    display: inline-block
}

@media screen and (min-width: 768px) {
    .filter-bar .filter-dropdown {
        position: relative
    }
}

.filter-bar .filter-dropdown-toggle {
    display: none
}

.filter-bar .filter-dropdown-toggle:checked~.filter-dropdown-label {
    font-weight: bold
}

.filter-bar .filter-dropdown-toggle:checked~.filter-dropdown-menu {
    visibility: visible;
    -webkit-animation: fadeInDown .2s ease-out forwards;
    animation: fadeInDown .2s ease-out forwards
}

.filter-bar .filter-dropdown-toggle:not(:checked)~.filter-dropdown-menu {
    visibility: hidden;
    -webkit-animation: fadeOutUp .2s ease-in forwards;
    animation: fadeOutUp .2s ease-in forwards;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.filter-bar .filter-dropdown-label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 4px
}

.filter-bar .filter-dropdown-menu {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    border: 1px solid var(--general-border-color);
    opacity: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    list-style: none
}

@media screen and (min-width: 768px) {
    .filter-bar .filter-dropdown-menu {
        top: calc(100% + .25rem);
        right: -0.75rem;
        left: auto;
        min-width: 15rem
    }
}

.filter-bar .filter-dropdown-menu li a {
    display: block;
    padding: .875rem 1.5rem;
    border-bottom: 1px solid var(--general-border-color);
    color: var(--general-text-color);
    text-decoration: none
}

@media screen and (min-width: 768px) {
    .filter-bar .filter-dropdown-menu li a {
        padding: .75rem
    }
}

.filter-bar .filter-dropdown-menu li.active a {
    font-weight: bold
}

.filter-bar .filter-dropdown-menu li:last-child a {
    border-bottom: none
}

.filter-bar .filter-check .filter-in-stock:checked~label {
    font-weight: bold
}

.filter-bar .filter-check label {
    margin-bottom: 0;
    cursor: pointer
}

.hero-visual-container {
    margin-bottom: 3.125rem;
    margin-inline: var(--layout-wide-980-full-bleed-min)
}

@media screen and (min-width: 992px) {
    .hero-visual-container {
        margin-bottom: 7.5rem
    }
}

/*
.hero-visual-container .hero-visual {
    display: none
}*/

.hero-visual-container .hero-visual:has(.slick-initialized) {
    display: block
}

.hero-visual-container .hero-visual:has(>img) {
    display: block
}

.hero-visual-container .hero-visual>img {
    width: 100%
}

.hero-visual-container .hero-slide {
    margin: 0;
    padding-bottom: 2rem
}

@media screen and (min-width: 768px) {
    .hero-visual-container .hero-slide {
        padding-bottom: 0
    }
}

.hero-visual-container .slide-item img,
.hero-visual-container .slide-item video {
    display: block;
    width: 100%;
    height: var(--hero-image-sp-height);
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (min-width: 768px) {

    .hero-visual-container .slide-item img,
    .hero-visual-container .slide-item video {
        height: var(--hero-image-pc-height)
    }
}

.hero-visual-container .slide-item a {
    display: block;
    width: 100%;
    height: 100%
}

.hero-visual-container .slick-dots {
    bottom: 0
}

@media screen and (min-width: 768px) {
    .hero-visual-container .slick-dots {
        right: clamp(1.5rem, -1.6666666667rem + 0.0659722222*100vw, 6.25rem);
        bottom: 3.125rem;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.hero-visual-container .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 .375rem
}

.hero-visual-container .slick-dots li:first-child:last-child {
    display: none
}

.hero-visual-container .slick-dots li button {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: .625rem;
    height: .625rem;
    border: 1px solid #a1a1a1;
    border-radius: 50%;
    background-color: #fff
}

.hero-visual-container .slick-dots li button:hover {
    background-color: #a1a1a1
}

.hero-visual-container .slick-dots li button::before {
    content: none;
    display: none
}

.hero-visual-container .slick-dots li.slick-active button {
    background-color: #a1a1a1
}

#toTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 999;
    right: .375rem;
    bottom: .375rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    background-color: var(--btn-secondary-bg-color)
}

@media screen and (min-width: 992px) {
    #toTop {
        right: .625rem;
        bottom: .625rem;
        width: 3.4375rem;
        height: 3.4375rem;
        cursor: pointer
    }
}

#toTop svg {
    rotate: 180deg
}

@media screen and (min-width: 992px) {
    #toTop svg {
        width: auto;
        height: .625rem
    }
}

.entry-img {
    margin: 0 var(--layout-wide-980-full-bleed-min) 3rem
}

@media screen and (min-width: 992px) {
    .entry-img {
        margin-bottom: 6.25rem
    }
}

.entry-img img {
    width: 100%;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (min-width: 576px) {
    .entry-img img {
        height: clamp(15rem, -5.7692307692rem + 0.5769230769*100vw, 37.5rem)
    }
}

.entry-header .entry-title {
    margin: 0 0 3rem;
    font-size: 1.5rem
}

@media screen and (min-width: 992px) {
    .entry-header .entry-title {
        margin-bottom: 3.75rem;
        font-size: 1.875rem
    }
}

.entry-header:has(+.entry-meta) .entry-title {
    margin-bottom: 1rem
}

@media screen and (min-width: 992px) {
    .entry-header:has(+.entry-meta) .entry-title {
        margin-bottom: 1.25rem
    }
}

.entry-meta {
    margin-bottom: 3rem;
    font-size: .8125rem
}

@media screen and (min-width: 992px) {
    .entry-meta {
        margin-bottom: 3.75rem;
        font-size: .9375rem
    }
}

.entry-content p {
    line-height: 2
}

.entry-content a {
    text-decoration: underline
}

.entry-content a:hover {
    text-decoration: none
}

.entry-content ul,
.entry-content ol,
.entry-content dl,
.entry-content div,
.entry-content blockquote,
.entry-content table,
.entry-content iframe {
    margin-block: 1.75rem
}

.entry-content ul,
.entry-content ol {
    margin-inline: 0;
    padding: 0 0 0 1.25rem;
    font-size: .875rem
}

.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ul,
.entry-content ol ol {
    margin: 0 0 1rem .625rem
}

.entry-content ul li,
.entry-content ol li {
    margin: .375rem 0
}

.entry-content ul {
    list-style-type: disc
}

.entry-content ul ul {
    list-style-type: disc
}

.entry-content ol {
    list-style-type: decimal
}

.entry-content ol ol {
    list-style-type: lower-alpha
}

.entry-content dl {
    font-size: .875rem
}

.entry-content dl dt {
    margin: 0 0 .375rem;
    font-weight: bold
}

.entry-content dl dd {
    margin: 0 0 1rem;
    font-weight: normal
}

.entry-content table {
    margin-block: 1.75rem
}

.entry-content blockquote {
    padding: 1rem;
    border: 1px solid var(--general-border-color);
    border-radius: 6px
}

.entry-content blockquote::before {
    content: "“";
    display: block;
    font-size: 1.875rem;
    line-height: 1;
    text-align: left
}

.entry-content blockquote h1,
.entry-content blockquote .h1,
.entry-content blockquote h2,
.entry-content blockquote .h2,
.entry-content blockquote h3,
.entry-content blockquote .h3,
.entry-content blockquote h4,
.entry-content blockquote .h4,
.entry-content blockquote h5,
.entry-content blockquote .h5,
.entry-content blockquote h6,
.entry-content blockquote .h6,
.entry-content blockquote p,
.entry-content blockquote ul,
.entry-content blockquote ol,
.entry-content blockquote dl {
    margin: 0 0 1rem
}

.entry-content blockquote>:last-child {
    margin-bottom: 0
}

.entry-content iframe {
    width: 100%
}

.entry-content .aligncenter {
    display: block;
    margin-inline: auto
}
/*
.entry-content .alignleft {
    margin: .5rem 1rem .5rem 0;
    float: left
}

.entry-content .alignright {
    margin: .5rem 0 .5rem 1rem;
    float: right
}*/

.entry-content form input[type=submit],
.entry-content form input[type=button],
.entry-content form input[type=reset] {
    padding: .875rem 1.5rem;
    border: none;
    border-radius: 6px;
    background-color: var(--btn-secondary-bg-color);
    color: var(--btn-secondary-text-color);
    font-size: 14px
}

.nav-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 3rem 0
}

@media screen and (min-width: 992px) {
    .nav-links {
        margin-block: 4rem
    }
}

.nav-links span {
    display: none
}

@media screen and (min-width: 992px) {
    .nav-links span {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        overflow: hidden
    }
}

.nav-links em {
    font-style: normal
}

@media screen and (min-width: 992px) {
    .nav-links em {
        display: none
    }
}

.nav-links a {
    display: block;
    position: relative;
    padding: 1.125rem;
    border: 1px solid var(--general-border-color);
    color: var(--general-text-color);
    font-size: .875rem;
    line-height: 1.2;
    text-align: center;
    text-decoration: none
}

.nav-links .nav-previous {
    grid-column: 1/2
}

@media screen and (min-width: 992px) {
    .nav-links .nav-previous a {
        padding: 1.25rem 1.5rem 1.25rem 3rem
    }
}

.nav-links .nav-previous a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 1.1rem;
    width: .6rem;
    height: .75rem;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-color: var(--general-text-color);
    -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22ico-left%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.1%22%20height%3D%229.4%22%20viewBox%3D%220%200%206.1%209.4%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_36%22%20data-name%3D%22%E3%83%91%E3%82%B9%2036%22%20d%3D%22M6.7%2C8.1%2C2%2C3.4%2C3.4%2C2%2C6.7%2C5.3%2C10%2C2l1.4%2C1.4Z%22%20transform%3D%22translate(8.1%20-2)%20rotate(90)%22%20fill%3D%22%23777%22%2F%3E%3C%2Fsvg%3E");
    mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22ico-left%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.1%22%20height%3D%229.4%22%20viewBox%3D%220%200%206.1%209.4%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_36%22%20data-name%3D%22%E3%83%91%E3%82%B9%2036%22%20d%3D%22M6.7%2C8.1%2C2%2C3.4%2C3.4%2C2%2C6.7%2C5.3%2C10%2C2l1.4%2C1.4Z%22%20transform%3D%22translate(8.1%20-2)%20rotate(90)%22%20fill%3D%22%23777%22%2F%3E%3C%2Fsvg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center center;
    mask-position: center center
}

@media screen and (min-width: 992px) {
    .nav-links .nav-previous a:hover {
        opacity: .7
    }
}

.nav-links .nav-next {
    grid-column: 2/3;
    margin-left: -1px
}

@media screen and (min-width: 992px) {
    .nav-links .nav-next a {
        padding: 1.25rem 3rem 1.25rem 1.5rem
    }
}

.nav-links .nav-next a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 1.1rem;
    width: .6rem;
    height: .75rem;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-color: var(--general-text-color);
    -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22ico-right%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.1%22%20height%3D%229.4%22%20viewBox%3D%220%200%206.1%209.4%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_36%22%20data-name%3D%22%E3%83%91%E3%82%B9%2036%22%20d%3D%22M6.7%2C8.1%2C2%2C3.4%2C3.4%2C2%2C6.7%2C5.3%2C10%2C2l1.4%2C1.4Z%22%20transform%3D%22translate(-2%2011.4)%20rotate(-90)%22%20fill%3D%22%23777%22%2F%3E%3C%2Fsvg%3E");
    mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22ico-right%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.1%22%20height%3D%229.4%22%20viewBox%3D%220%200%206.1%209.4%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_36%22%20data-name%3D%22%E3%83%91%E3%82%B9%2036%22%20d%3D%22M6.7%2C8.1%2C2%2C3.4%2C3.4%2C2%2C6.7%2C5.3%2C10%2C2l1.4%2C1.4Z%22%20transform%3D%22translate(-2%2011.4)%20rotate(-90)%22%20fill%3D%22%23777%22%2F%3E%3C%2Fsvg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center center;
    mask-position: center center
}

@media screen and (min-width: 992px) {
    .nav-links .nav-next a:hover {
        opacity: .7
    }
}

.comment-area {
    padding: 2rem 1rem;
    background-color: var(--general-light-bg-color);
    list-style: none
}

@media screen and (min-width: 768px) {
    .comment-area {
        padding: 2rem
    }
}

.comment-area .no-comments {
    margin-bottom: 0;
    text-align: center
}

.comment-area .commentlist {
    margin: 0;
    padding: 0
}

.comment-area .comment-list {
    margin: 0 0 2rem;
    padding: 0;
    border-bottom: 1px solid var(--general-border-color)
}

.comment-area .comment-list .comment {
    padding: 1rem 0;
    border-top: 1px solid var(--general-border-color);
    list-style: none
}

@media screen and (min-width: 992px) {
    .comment-area .comment-list .comment {
        padding-block: 1.25rem
    }
}

.comment-area .comment-list .comment .comment-body {
    display: grid;
    grid-template-columns: 35px auto;
    margin: 0;
    gap: .3125rem .625rem;
    font-size: .875rem
}

@media screen and (min-width: 992px) {
    .comment-area .comment-list .comment .comment-body {
        grid-template-columns: 40px auto;
        gap: .3125rem 1.25rem
    }
}

.comment-area .comment-list .comment .comment-body>* {
    grid-column: 2/3
}

.comment-area .comment-list .comment .comment-body .comment-author {
    grid-column: 1/-1
}

.comment-area .comment-list .comment .comment-body .comment-author .avatar {
    width: 2.1875rem;
    margin-right: .625rem;
    border-radius: 50%
}

@media screen and (min-width: 992px) {
    .comment-area .comment-list .comment .comment-body .comment-author .avatar {
        width: 2.5rem;
        margin-right: 1.25rem
    }
}

.comment-area .comment-list .comment .comment-body .comment-author a {
    font-style: normal
}

.comment-area .comment-list ol {
    margin-top: 1rem;
    padding-left: 3.75rem
}

@media screen and (min-width: 992px) {
    .comment-area .comment-list ol {
        margin-top: 1.25rem
    }
}

.comment-area .comment-list ol li:last-child {
    padding-bottom: 0
}

.comment-area .comment-list .comment-respond {
    margin-block: 2rem
}

.comment-area .comment-respond {
    margin-block: 2rem 0;
    padding: 1.25rem 1rem;
    border: 1px solid var(--general-border-color);
    border-radius: 6px;
    background: var(--general-bg-color)
}

@media screen and (min-width: 992px) {
    .comment-area .comment-respond {
        padding: 1.875rem 1.25rem
    }
}

.comment-area .comment-reply-title {
    margin-bottom: 1.25rem;
    font-size: 1.125rem
}

@media screen and (min-width: 992px) {
    .comment-area .comment-reply-title {
        font-size: 1.25rem
    }
}

.comment-area .comment-reply-title a {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    color: var(--general-link-color);
    font-size: 1rem
}

@media screen and (min-width: 992px) {
    .comment-area .comment-reply-title a {
        font-size: 1.125rem
    }
}

.comment-area .comment-reply-title a:hover {
    text-decoration: none
}

.comment-area .comment-reply-link {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: .4375rem 1rem;
    border: none;
    border-radius: 4px;
    background-color: var(--btn-secondary-bg-color);
    color: var(--btn-secondary-text-color);
    font-size: .75rem;
    letter-spacing: 1px;
    line-height: 1;
    text-decoration: none
}

.comment-area .comment-reply-link:hover {
    opacity: .9
}

.comment-area .logged-in-as {
    margin: 1rem 0
}

.comment-area .logged-in-as .required-field-message {
    display: block
}

.comment-area .comment-form-comment {
    margin-block: 1.25rem
}

@media screen and (min-width: 992px) {
    .comment-area .comment-form-comment {
        margin-block: 2rem
    }
}

.comment-area .comment-form-comment textarea {
    display: block;
    width: 100%;
    border: 1px solid var(--general-border-color)
}

.comment-area .comment-form [class*=comment-form-] {
    margin-block: 0 1rem
}

.comment-area .form-submit {
    margin-block: 1.25rem 0;
    text-align: center
}

@media screen and (min-width: 992px) {
    .comment-area .form-submit {
        margin-top: 1.875rem
    }
}

.comment-area .form-submit input {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: block;
    width: 100%;
    padding-block: 1.0625rem;
    border: none;
    border-radius: 8px;
    background-color: var(--btn-secondary-bg-color);
    color: var(--btn-secondary-text-color);
    font-size: .875rem;
    letter-spacing: 1px;
    line-height: 1;
    text-decoration: none
}

@media screen and (min-width: 992px) {
    .comment-area .form-submit input {
        max-width: 320px;
        margin-inline: auto
    }
}

.comment-area .form-submit input:hover {
    opacity: .9
}

.comment-area .comment-form-author input,
.comment-area .comment-form-email input,
.comment-area .comment-form-url input {
    display: block;
    width: 100%
}

.comment-area .comment-navigation .nav-links {
    margin-block: 3rem
}

.comment-area .comment-navigation+.no-comments {
    margin-block: 1rem
}

.wc_search .site-content {
    margin-inline: var(--layout-wide-full-bleed-max)
}

.wc_search .title {
    margin-bottom: 1.875rem;
    font-size: .875rem;
    text-align: center
}

.wc_search .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-block: 3rem;
    gap: .625rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid var(--general-border-color)
}

@media screen and (min-width: 992px) {
    .wc_search .navigation {
        margin-block: 5rem;
        padding-bottom: 5rem
    }
}

.wc_search .navigation:not(:has(a)) {
    margin-top: 0
}

.wc_search .navigation a {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: .6875rem 1.25rem;
    float: none;
    border: 1px solid var(--general-text-color);
    border-radius: 6px;
    background-color: #fff;
    color: var(--general-text-color);
    font-size: .875rem;
    line-height: 1.5;
    text-align: center;
    text-decoration: none
}

@media screen and (min-width: 768px) {
    .wc_search .navigation a {
        max-width: 200px
    }
}

.wc_search .navigation a:hover {
    border-color: var(--btn-secondary-hov-bg-color);
    background-color: var(--btn-secondary-hov-bg-color);
    color: var(--btn-secondary-text-color)
}

.wc_search form {
    max-width: 980px;
    margin-inline: auto
}

.wc_search form .outlabel {
    margin-bottom: 1rem
}

.wc_search form fieldset {
    margin-bottom: 1.875rem;
    padding: .625rem 1.25rem 1.25rem;
    border: 1px solid var(--general-border-color);
    border-radius: 6px
}

.wc_search form fieldset label {
    margin-left: .3125rem;
    font-size: .875rem
}

.wc_search form fieldset legend {
    width: auto;
    margin: 0;
    padding: 0 .625rem;
    float: none;
    font-size: .875rem;
    font-weight: bold
}

.wc_search form fieldset fieldset {
    margin-bottom: 0
}

.wc_search form fieldset fieldset:has(+fieldset) {
    margin-bottom: 1rem
}

.wc_search form ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: .5rem 2.5rem
}

.wc_search form ul:has(+fieldset) {
    margin-bottom: 1rem
}

.wc_search form ul li:last-child {
    margin-bottom: 0
}

.wc_search form .send .usces_search_button {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 100%;
    padding-block: 1.1875rem;
    border: none;
    border-radius: 8px;
    background-color: var(--btn-primary-bg-color);
    color: var(--btn-primary-text-color);
    font-size: .875rem;
    font-weight: bold;
    line-height: 1
}

@media screen and (min-width: 992px) {
    .wc_search form .send .usces_search_button:hover {
        opacity: .9
    }
}

.wc_search .searchitems {
    margin-block: 3rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid var(--general-border-color);
    text-align: center
}

@media screen and (min-width: 992px) {
    .wc_search .searchitems {
        margin-block: 3.75rem;
        padding-bottom: 3.75rem
    }
}

.error_message {
    color: var(--error-color);
    font-size: .8125rem;
    line-height: 1.8
}

@media screen and (min-width: 992px) {
    .error_message {
        font-size: .875rem
    }
}

.error_message:not(:empty) {
    margin-bottom: 1.5rem
}

.form-floating>.form-control {
    height: 3rem;
    padding: 0 .75rem
}

@media screen and (min-width: 992px) {
    .form-floating>.form-control {
        height: 3.25rem
    }
}

.form-floating>.form-control:not(:-moz-placeholder)~label {
    opacity: 1
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label {
    opacity: 1
}

.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-control:focus~label {
    opacity: 1
}

.form-floating>label {
    margin: 0;
    color: var(--general-input-placeholder-color);
    font-size: .875rem
}

.form-floating>a {
    position: absolute;
    top: 50%;
    right: .9375rem;
    color: var(--general-text-color);
    font-size: .6875rem;
    translate: 0 -50%
}

@media screen and (min-width: 992px) {
    .form-floating>a {
        right: 1.25rem;
        font-size: .8125rem
    }
}

.send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 5px
}

.send input.editmember,
.send input.to_customerinfo_button,
.send input.to_memberlogin_button,
.send input.to_reganddeliveryinfo_button,
.send input.to_deliveryinfo_button,
.send input.to_confirm_button,
.send input.checkout_button,
.send input#paidy-checkout-button {
    padding-block: 1.1875rem;
    border: none;
    border-radius: 8px;
    background-color: var(--btn-primary-bg-color);
    color: var(--btn-primary-text-color);
    font-size: .875rem;
    font-weight: bold;
    line-height: 1;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media screen and (min-width: 992px) {

    .send input.editmember:hover,
    .send input.to_customerinfo_button:hover,
    .send input.to_memberlogin_button:hover,
    .send input.to_reganddeliveryinfo_button:hover,
    .send input.to_deliveryinfo_button:hover,
    .send input.to_confirm_button:hover,
    .send input.checkout_button:hover,
    .send input#paidy-checkout-button:hover {
        opacity: .9
    }
}

.send input.top,
.send input.deletemember,
.send input.continue_shopping_button,
.send input.back_cart_button,
.send input.back_to_customer_button,
.send input.back_to_delivery_button {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding: 0;
    border: none;
    background: none;
    font-size: .875rem;
    text-decoration: underline;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media screen and (min-width: 992px) {

    .send input.top,
    .send input.deletemember,
    .send input.continue_shopping_button,
    .send input.back_cart_button,
    .send input.back_to_customer_button,
    .send input.back_to_delivery_button {
        margin-inline: 0 auto;
        font-size: .9375rem
    }
}

.send input.top:hover,
.send input.deletemember:hover,
.send input.continue_shopping_button:hover,
.send input.back_cart_button:hover,
.send input.back_to_customer_button:hover,
.send input.back_to_delivery_button:hover {
    text-decoration: none
}

@media screen and (min-width: 992px) {

    .send input.top:hover,
    .send input.deletemember:hover,
    .send input.continue_shopping_button:hover,
    .send input.back_cart_button:hover,
    .send input.back_to_customer_button:hover,
    .send input.back_to_delivery_button:hover {
        opacity: .8
    }
}

.send input.top:focus,
.send input.deletemember:focus,
.send input.continue_shopping_button:focus,
.send input.back_cart_button:focus,
.send input.back_to_customer_button:focus,
.send input.back_to_delivery_button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.send.agree_form_send input.back_to_delivery_button {
    width: 100%;
    padding-block: 1.1875rem;
    border: 1px solid var(--btn-quaternary-border-color);
    border-radius: 8px;
    background-color: var(--btn-quaternary-bg-color);
    color: var(--btn-quaternary-text-color);
    font-size: .875rem;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.send.agree_form_send input.back_to_delivery_button:hover {
    background-color: var(--btn-quaternary-hov-bg-color)
}

.send.agree_form_send input.back_to_delivery_button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.cart-table {
    width: 100%;
    border: none
}

.cart-table thead {
    display: none
}

.cart-table tbody tr {
    display: grid;
    grid-template-columns: auto 64px auto 1fr;
    padding-block: 1.875rem;
    border-bottom: 1px solid var(--general-border-color);
    gap: 0 10px
}

.cart-table tbody tr:first-child {
    border-top: 1px solid var(--general-border-color)
}

@media screen and (max-width: 360px) {
    .cart-table tbody tr {
        padding-block: 1.5rem
    }
}

.cart-table tbody td {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    font-size: .8125rem
}

.cart-table tbody td.num {
    grid-column: 1/2;
    grid-row: 1/3;
    margin-top: 1.5rem
}

.cart-table tbody td.thumbnail {
    grid-column: 2/3;
    grid-row: 1/4
}

.cart-table tbody td.thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 6px
}

.cart-table tbody td.productname {
    grid-column: 3/5;
    grid-row: 1/2;
    margin-bottom: .25rem;
    font-size: .875rem;
    line-height: 1.6;
    word-break: break-all
}

.cart-table tbody td.productname .regular_info {
    margin-top: .5rem;
    color: var(--general-text-color);
    font-size: .8125rem;
    font-weight: bold
}

.cart-table tbody td.productname .regular_info br:not(:nth-of-type(2)) {
    display: none
}

.cart-table tbody td.productname .regular_info .regular_info_title {
    display: block;
    margin-bottom: .25rem;
    font-size: .8125rem;
    font-weight: bold
}

.cart-table tbody td.stock {
    grid-column: 3/5;
    grid-row: 2/3;
    margin-bottom: .3125rem
}

.cart-table tbody td.unitprice {
    grid-column: 3/5;
    grid-row: 3/4;
    margin-bottom: .3125rem
}

.cart-table tbody td.unitprice>img {
    width: 30px;
    margin-right: .625rem
}

.cart-table tbody td.unitprice br {
    display: none
}

.cart-table tbody td.unitprice::before {
    content: attr(data-label) " : ";
    display: inline-block
}

.cart-table tbody td.quantity {
    grid-column: 3/4;
    grid-row: 4/5
}

.cart-table tbody td.quantity input {
    width: 4rem;
    height: 2.125rem;
    text-align: center
}

.cart-table tbody td.quantity::before {
    content: attr(data-label) " : "
}

.cart-table tbody td.subtotal {
    grid-column: 4/5;
    grid-row: 4/5;
    align-self: center;
    font-size: .875rem;
    letter-spacing: .5px
}

.cart-table tbody td.action {
    grid-column: 1/3;
    grid-row: 4/5;
    align-self: center
}

.cart-table tbody td.action input[type=submit] {
    padding: 0;
    border: none;
    background: none;
    text-decoration: underline;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.cart-table tbody td.action input[type=submit]:hover {
    text-decoration: none
}

.cart-table tfoot {
    border: none
}

.cart-table tfoot th,
.cart-table tfoot td {
    display: block;
    padding: 0;
    border: none;
    font-size: .8125rem
}

.cart-table tfoot th {
    background: none
}

.cart-table tfoot td {
    text-align: left
}

.cart-table tfoot .amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.25rem
}

.cart-table tfoot .amount .amount-label {
    font-size: 20px
}

.cart-table tfoot .amount .tax {
    font-size: .875rem
}

.cart-table .subtotal {
    text-align: right
}

@media screen and (min-width: 992px)and (min-width: 992px) {
    .site-main:not(.checkout-layout) .cart-table thead {
        display: table-header-group
    }

    .site-main:not(.checkout-layout) .cart-table thead th {
        padding: 0 1rem 1rem;
        border: none;
        background: none;
        font-size: .8125rem;
        font-weight: normal;
        white-space: nowrap
    }

    .site-main:not(.checkout-layout) .cart-table thead th.num {
        padding-left: 0
    }
}

@media screen and (min-width: 992px) {
    .site-main:not(.checkout-layout) .cart-table tbody tr {
        display: table-row
    }

    .site-main:not(.checkout-layout) .cart-table tbody td {
        display: table-cell;
        width: auto;
        padding: 1.5rem 1rem
    }

    .site-main:not(.checkout-layout) .cart-table tbody td.thumbnail {
        width: 8.25rem
    }

    .site-main:not(.checkout-layout) .cart-table tbody td.unitprice::before {
        display: none
    }

    .site-main:not(.checkout-layout) .cart-table tbody td.quantity input {
        height: 2.5rem
    }

    .site-main:not(.checkout-layout) .cart-table tbody td.quantity::before {
        display: none
    }

    .site-main:not(.checkout-layout) .cart-table tbody td.action input[type=submit]:hover {
        opacity: .8
    }

    .site-main:not(.checkout-layout) .cart-table tfoot th,
    .site-main:not(.checkout-layout) .cart-table tfoot td {
        display: table-cell;
        padding: 1rem 0
    }

    .site-main:not(.checkout-layout) .cart-table tfoot .amount {
        display: table-cell;
        padding-bottom: 0;
        text-align: right
    }

    .site-main:not(.checkout-layout) .cart-table tfoot .amount .amount-label {
        margin-right: .625rem
    }

    .site-main:not(.checkout-layout) .cart-table .num {
        width: 2em
    }

    .site-main:not(.checkout-layout) .cart-table .action {
        width: 8rem
    }

    .site-main:not(.checkout-layout) .cart-table .unitprice,
    .site-main:not(.checkout-layout) .cart-table .quantity,
    .site-main:not(.checkout-layout) .cart-table .subtotal,
    .site-main:not(.checkout-layout) .cart-table .stock,
    .site-main:not(.checkout-layout) .cart-table .action {
        text-align: center
    }
}

.checkout-layout .cart-table {
    background: none
}

.checkout-layout .cart-table tbody tr:first-child {
    padding-top: 0;
    border-top: none
}

@media screen and (min-width: 1200px) {
    .checkout-layout .cart-table tbody tr:last-child {
        padding-bottom: 0
    }
}

.checkout-layout .cart-table tbody td.unitprice {
    grid-row: 2/3
}

.checkout-layout .cart-table tbody td.quantity {
    grid-row: 3/4
}

.checkout-layout .cart-table tbody td.subtotal {
    grid-row: 3/4
}

.checkout-layout .cart-table tfoot tr:first-child {
    display: block;
    padding-top: 1.3125rem
}

@media screen and (min-width: 1200px) {
    .checkout-layout .cart-table tfoot tr:first-child {
        padding-top: 1rem
    }
}

.checkout-layout .cart-table tfoot th:not(.num):not(.amount) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .25rem 0;
    font-size: .875rem;
    font-weight: normal
}

.checkout-layout .cart-table tfoot th.amount {
    padding-top: .9375rem
}

.customer_form {
    width: 100%;
    border: none;
    background: none
}

@media screen and (min-width: 1200px) {
    .customer_form tbody {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.customer_form tbody th,
.customer_form tbody td {
    display: block;
    padding: 0;
    border: none;
    background: none
}

.customer_form tbody th {
    margin-bottom: .125rem
}

@media screen and (min-width: 1200px) {
    .customer_form tbody th {
        margin-bottom: .375rem
    }
}

.customer_form tbody th em {
    display: inline-block;
    margin-right: .25rem;
    color: var(--required-color);
    font-size: .75rem
}

.customer_form tbody td {
    margin-bottom: 1rem;
    color: var(--general-input-placeholder-color);
    font-size: .75rem
}

@media screen and (min-width: 1200px) {
    .customer_form tbody td {
        font-size: .8125rem
    }
}

.customer_form tbody td label {
    color: var(--general-text-color);
    font-size: .875rem;
    cursor: pointer
}

.customer_form tbody td label.iopt_label {
    margin-top: .5rem;
    margin-right: 1rem
}

.customer_form tbody td label input {
    margin-right: .375rem;
    vertical-align: bottom
}

.customer_form tbody td input[type=text],
.customer_form tbody td input[type=password],
.customer_form tbody td select {
    width: 100%
}

@media screen and (min-width: 1200px) {
    .customer_form tbody td select {
        width: auto;
        min-width: 280px
    }
}

@media screen and (min-width: 1200px) {
    .customer_form tbody tr {
        width: 100%
    }
}

.customer_form tbody tr.inp1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 .625rem
}

.customer_form tbody tr.inp1 th {
    width: 100%
}

.customer_form tbody tr.inp1 td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(50% - .3125rem)
}

.customer_form tbody tr.inp1 td span {
    width: calc(2.4em + .3125rem);
    color: var(--general-text-color);
    font-size: .8125rem
}

.customer_form tbody tr#zipcode_row td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .1875rem .3125rem
}

.customer_form tbody tr#zipcode_row input[type=text] {
    max-width: 200px
}

.customer_form tbody tr#zipcode_row input[type=button] {
    -ms-flex-item-align: normal;
    align-self: normal;
    margin-inline: .25rem;
    padding: .875rem;
    border: none;
    border-radius: 6px;
    background-color: var(--btn-secondary-bg-color);
    color: var(--btn-secondary-text-color);
    font-size: .75rem;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.customer_form tbody tr#zipcode_row input[type=button]:hover {
    background-color: var(--btn-secondary-hov-bg-color)
}

.customer_form tbody tr[id^=address] td,
.customer_form tbody tr#tel_row td,
.customer_form tbody tr#fax_row td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .1875rem 0
}

@media screen and (min-width: 1200px) {

    .customer_form tbody tr#tel_row,
    .customer_form tbody tr#fax_row {
        width: calc(50% - 10px)
    }
}

.customer_form tbody tr input[type=password] {
    margin-bottom: .1875rem
}

@media screen and (min-width: 1200px) {
    .customer_form tbody tr input[type=password] {
        width: auto;
        min-width: 265px;
        margin-right: .375rem
    }
}

.customer_form tbody tr .password_policy {
    margin-block: .3125rem 0;
    font-size: .75rem
}

.agree_member_area {
    margin-bottom: 1rem
}

.agree_member_area .at_exp_text {
    margin-bottom: .125rem;
    font-size: .875rem;
    font-weight: bold
}

@media screen and (min-width: 1200px) {
    .agree_member_area .at_exp_text {
        margin-bottom: .375rem
    }
}

.agree_member_area .at_cont_text {
    width: 100%;
    border: none;
    outline: 1px solid var(--general-input-border-color);
    scrollbar-width: thin
}

.agree_member_area .at_cont_text:focus,
.agree_member_area .at_cont_text:focus-visible,
.agree_member_area .at_cont_text:focus-within {
    outline: 1px solid var(--general-input-border-color)
}

.agree_member_area .at_check_area {
    margin-top: .5rem
}

.agree_member_area .at_check_area .at_check {
    margin-right: .3125rem
}

.agree_member_area .at_check_area label {
    font-size: .875rem
}

.ui-dialog,
#coupon-dialog {
    border-radius: 8px
}

.ui-dialog .ui-dialog-titlebar.ui-widget-header,
#coupon-dialog .ui-dialog-titlebar.ui-widget-header {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 3.25rem;
    padding-right: 4rem;
    border-bottom-color: var(--general-border-color);
    font-size: 1rem
}

@media screen and (min-width: 768px) {

    .ui-dialog .ui-dialog-titlebar.ui-widget-header,
    #coupon-dialog .ui-dialog-titlebar.ui-widget-header {
        height: 4.5rem;
        padding-left: 32px;
        font-size: 1.25rem
    }
}

.ui-dialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-close,
#coupon-dialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 3.25rem;
    height: 3.25rem;
    padding: 0;
    overflow: hidden;
    border: none;
    border-radius: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--general-text-color);
    text-align: center;
    cursor: pointer
}

@media screen and (min-width: 768px) {

    .ui-dialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-close,
    #coupon-dialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-close {
        width: 5.625rem;
        height: 4.5rem
    }
}

.ui-dialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-close::before,
.ui-dialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-close::after,
#coupon-dialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-close::before,
#coupon-dialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-close::after {
    content: "";
    position: absolute;
    width: .1875rem;
    height: 1.25rem;
    background-color: var(--general-text-color)
}

@media screen and (min-width: 768px) {

    .ui-dialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-close::before,
    .ui-dialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-close::after,
    #coupon-dialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-close::before,
    #coupon-dialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-close::after {
        height: 1.5rem
    }
}

.ui-dialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-close::before,
#coupon-dialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.ui-dialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-close::after,
#coupon-dialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.ui-dialog .ui-dialog-content {
    scrollbar-width: thin
}

@media screen and (min-width: 768px) {
    .ui-dialog .ui-dialog-content {
        padding: 1.5rem 2rem 2rem
    }
}

.ui-dialog .ui-dialog-content input:focus {
    outline: none
}

.ui-dialog .ui-dialog-content .escott_agreement_message {
    border: none;
    outline: 1px solid var(--general-input-border-color);
    scrollbar-width: thin
}

.ui-dialog .ui-dialog-content .escott_agreement_message:focus {
    outline: 1px solid var(--general-input-border-color)
}

.ui-dialog .send {
    margin-top: 1.5rem
}

@media screen and (min-width: 1200px) {
    .ui-dialog .send {
        margin-top: 2rem
    }
}

.ui-dialog .send.settlement_form_send {
    margin-top: 0;
    gap: 12px
}

.ui-dialog .send input.back_to_delivery_button {
    margin-top: -1.375rem
}

.ui-dialog .settlement_form input[type=text],
.ui-dialog .settlement_form input[type=tel],
.ui-dialog .settlement_form select {
    height: 2.75rem
}

.ui-dialog .settlement_form input#cardno,
.ui-dialog .settlement_form input#cardname {
    width: 100%;
    margin-bottom: .25rem
}

.ui-dialog .settlement_form input#seccd {
    width: 6.25rem;
    margin-right: .5rem
}

.ui-dialog .settlement_form select {
    min-width: auto
}

.ui-dialog .settlement_form select#expmm,
.ui-dialog .settlement_form select#expyy {
    margin-right: .375rem
}

.ui-dialog .settlement_form .attention,
.ui-dialog .settlement_form .escott_quick_member label {
    color: var(--general-text-color)
}

.ui-dialog .settlement_form .attention {
    margin-block: .5rem .75rem
}

.ui-dialog .settlement_form .escott_quick_member label {
    display: block;
    padding: .5rem;
    border-radius: 4px;
    background-color: var(--general-light-bg-color-darker);
    font-size: .75rem;
    font-weight: bold;
    text-align: center
}

@media screen and (min-width: 768px) {
    .ui-dialog .settlement_form .escott_quick_member label {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding-inline: .75rem
    }
}

.ui-dialog .settlement_form .escott_quick_member label input {
    margin-right: .375rem
}

.ui-dialog .settlement_form td p {
    color: var(--general-text-color);
    font-size: .9375rem
}

.ui-dialog .settlement_form td p a {
    display: inline-block;
    padding-inline: .25rem;
    font-size: .875rem
}

.ui-dialog#kuroneko_web-dialog {
    left: 50% !important;
    width: 90% !important;
    min-width: auto !important;
    max-width: 700px;
    min-height: auto !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important
}

.ui-dialog#kuroneko_web-dialog #kuroneko_web select {
    margin-right: .375rem
}

.ui-dialog#kuroneko_web-dialog #kuroneko_web select#kuroneko_web_expyy {
    margin-left: .625rem
}

.ui-dialog#kuroneko_web-dialog #kuroneko_web #kuroneko_web_seccd {
    width: 6.25rem;
    margin-right: .375rem
}

.ui-dialog:has(.msa_table).allocation {
    left: 50% !important;
    width: 90% !important;
    translate: -50% 0;
    max-width: 700px
}

.ui-dialog:has(.msa_table) .ui-dialog-content#allocation_dialog {
    min-width: auto
}

.ui-dialog:has(.msa_table) .ui-dialog-content#allocation_dialog .msa_table {
    border: none;
    background: rgba(0, 0, 0, 0)
}

.ui-dialog:has(.msa_table) .ui-dialog-content#allocation_dialog .msa_table tr {
    grid-template-columns: 1.25rem 4rem 1fr;
    width: 100%;
    padding-block: 1rem;
    border: 1px solid var(--general-border-color);
    border-width: 1px 0;
    gap: .5rem .625rem
}

.ui-dialog:has(.msa_table) .ui-dialog-content#allocation_dialog .msa_table tr~tr {
    border-top: none
}

.ui-dialog:has(.msa_table) .ui-dialog-content#allocation_dialog .msa_table td {
    padding: 0;
    border: none
}

@media screen and (min-width: 768px) {
    .ui-dialog:has(.msa_table) .ui-dialog-content#allocation_dialog .msa_table td {
        padding: 1rem .625rem 1rem 0
    }
}

.ui-dialog:has(.msa_table) .ui-dialog-content#allocation_dialog .msa_table .msa_arrow label {
    margin: 0
}

.ui-dialog:has(.msa_table) .ui-dialog-content#allocation_dialog .msa_table .msa_thumb {
    width: 64px
}

.ui-dialog:has(.msa_table) .ui-dialog-content#allocation_dialog .msa_table .msa_thumb img {
    width: 100%;
    height: auto;
    border: 1px solid var(--general-border-color);
    border-radius: 6px
}

.ui-dialog:has(.msa_table) .ui-dialog-content#allocation_dialog .msa_table .msa_item_name,
.ui-dialog:has(.msa_table) .ui-dialog-content#allocation_dialog .msa_table .msa_price,
.ui-dialog:has(.msa_table) .ui-dialog-content#allocation_dialog .msa_table .msa_quantity {
    grid-column: 3/4;
    text-align: left
}

.ui-dialog:has(.msa_table) .ui-dialog-content#allocation_dialog .msa_table .msa_item_name {
    font-size: .875rem
}

.ui-dialog:has(.msa_table) .ui-dialog-content#allocation_dialog .msa_table .msa_price,
.ui-dialog:has(.msa_table) .ui-dialog-content#allocation_dialog .msa_table .msa_quantity {
    font-size: .8125rem
}

.ui-dialog:has(.msa_table) .ui-dialog-content#allocation_dialog .msa_table .msa_quantity {
    width: auto;
    min-width: 8.125rem;
    text-align: right
}

@media screen and (min-width: 768px) {
    .ui-dialog:has(.msa_table) .ui-dialog-content#allocation_dialog .msa_table .msa_quantity {
        padding-right: 0
    }
}

.ui-dialog:has(.msa_table) .ui-dialog-content#allocation_dialog .msa_table .msa_quantity input {
    width: 64px;
    height: 2.5rem;
    margin-inline: .5rem;
    padding: .3125rem .625rem;
    border: 1px solid var(--general-input-border-color);
    border-radius: 6px;
    text-align: center
}

.ui-dialog:has(.msa_table) .ui-dialog-content .new_alloc_button_area {
    display: grid;
    gap: .3125rem .625rem
}

@media screen and (min-width: 768px) {
    .ui-dialog:has(.msa_table) .ui-dialog-content .new_alloc_button_area {
        grid-template-columns: repeat(2, 1fr)
    }
}

.ui-dialog:has(.msa_table) .ui-dialog-content .new_alloc_button_area .go_destination {
    margin: 0
}

.ui-dialog:has(.msa_table) .ui-dialog-content .new_alloc_button_area .go_destination a,
.ui-dialog:has(.msa_table) .ui-dialog-content .new_alloc_button_area #new_alloc_button {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: block;
    margin: 0;
    padding: .875rem clamp(0.375rem, -4.125rem + 0.2*100vw, 0.75rem);
    border: 1px solid var(--btn-quinary-border-color);
    border-radius: 6px;
    background-color: var(--btn-quinary-bg-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--btn-quinary-text-color);
    font-size: clamp(0.75rem, 0rem + 0.0333333333*100vw, 0.8125rem);
    text-align: center
}

@media screen and (min-width: 1200px) {

    .ui-dialog:has(.msa_table) .ui-dialog-content .new_alloc_button_area .go_destination a,
    .ui-dialog:has(.msa_table) .ui-dialog-content .new_alloc_button_area #new_alloc_button {
        font-size: .875rem
    }
}

.ui-dialog:has(.msa_table) .ui-dialog-content .new_alloc_button_area .go_destination a:hover,
.ui-dialog:has(.msa_table) .ui-dialog-content .new_alloc_button_area .go_destination a:has(:checked),
.ui-dialog:has(.msa_table) .ui-dialog-content .new_alloc_button_area #new_alloc_button:hover,
.ui-dialog:has(.msa_table) .ui-dialog-content .new_alloc_button_area #new_alloc_button:has(:checked) {
    border-color: var(--btn-quinary-hov-color);
    color: var(--btn-quinary-hov-color)
}

.ui-dialog:has(.msa_table) .ui-dialog-content .allocation_dialog_exp {
    padding: .875rem;
    border: 1px solid var(--allocation-dialog-border-color);
    border-radius: 6px;
    background-color: var(--allocation-dialog-color);
    font-size: .8125rem
}

@media screen and (min-width: 992px) {
    .ui-dialog:has(.msa_table) .ui-dialog-content .allocation_dialog_exp {
        font-size: .875rem
    }
}

.ui-dialog:has(.msa_table) .ui-dialog-content .allocation_dialog_exp ul {
    margin: 0;
    padding-left: 1.25rem
}

.ui-dialog:has(.msa_table) .ui-dialog-content .allocation_dialog_exp ul:has(li:only-child) {
    padding-left: .625rem;
    list-style: none
}

.ui-dialog:has(.msa_table) .ui-dialog-content #allocation_newarea {
    margin: 1.5rem 0 0;
    padding: 1.25rem .875rem;
    border: none;
    border-radius: 0;
    background-color: var(--general-light-bg-color);
    -webkit-box-shadow: none;
    box-shadow: none
}

.ui-dialog:has(.msa_table) .ui-dialog-content #allocation_newarea #destination {
    width: 100%;
    margin-bottom: .5rem
}

@media screen and (min-width: 768px) {
    .ui-dialog:has(.msa_table) .ui-dialog-content #allocation_newarea #destination {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 .625rem 0 0
    }
}

.ui-dialog:has(.msa_table) .ui-dialog-content #allocation_newarea #destination+span {
    font-size: .8125rem
}

@media screen and (min-width: 768px) {
    .ui-dialog:has(.msa_table) .ui-dialog-content #allocation_newarea #destination+span {
        font-size: .875rem
    }
}

.ui-dialog:has(.msa_table) .ui-dialog-content .destination_area {
    margin-bottom: .9375rem;
    padding: .9375rem;
    border: 1px solid var(--general-border-color);
    border-radius: 6px;
    background-color: var(--general-light-bg-color)
}

@media screen and (min-width: 768px) {
    .ui-dialog:has(.msa_table) .ui-dialog-content .destination_area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 1.25rem;
        padding: .9375rem 1.25rem
    }
}

@media screen and (min-width: 768px) {
    .ui-dialog:has(.msa_table) .ui-dialog-content .edit_button_area {
        display: inline-block;
        width: 100%;
        float: none;
        text-align: right
    }
}

.ui-dialog:has(.msa_table) .ui-dialog-content .edit_button_area .allocation_edit_button,
.ui-dialog:has(.msa_table) .ui-dialog-content .edit_button_area .allocation_delete_button {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: inline-block;
    height: 44px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: .875rem
}

.ui-dialog:has(.msa_table) .ui-dialog-content .edit_button_area .allocation_edit_button {
    border: none;
    background-color: var(--btn-secondary-bg-color);
    color: var(--btn-secondary-text-color)
}

.ui-dialog:has(.msa_table) .ui-dialog-content .edit_button_area .allocation_edit_button:hover {
    background-color: var(--btn-secondary-hov-bg-color)
}

.ui-dialog:has(.msa_table) .ui-dialog-content .edit_button_area .allocation_delete_button {
    border: 1px solid var(--btn-tertiary-color);
    background-color: var(--btn-tertiary-bg-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--btn-tertiary-color)
}

.ui-dialog:has(.msa_table) .ui-dialog-content .edit_button_area .allocation_delete_button:hover {
    border-color: var(--btn-secondary-hov-bg-color);
    background-color: var(--btn-secondary-hov-bg-color);
    color: var(--btn-tertiary-hov-text-color)
}

.ui-dialog:has(.msa_table) .ui-dialog-content #determine {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 100%;
    padding-block: 1.1875rem;
    border: none;
    border-radius: 8px;
    background-color: var(--btn-secondary-bg-color);
    color: var(--btn-secondary-text-color);
    font-size: .875rem;
    font-weight: bold;
    line-height: 1
}

@media screen and (min-width: 992px) {
    .ui-dialog:has(.msa_table) .ui-dialog-content #determine:hover {
        opacity: .9
    }
}

.ui-dialog:has(.msa_table) .ui-dialog-content .allocation_listarea_title {
    margin-block: 1.875rem 1rem;
    padding: 0;
    border: none;
    font-size: 1.25rem;
    font-weight: normal
}

@media screen and (min-width: 768px) {
    .ui-dialog:has(.msa_table) .ui-dialog-content .allocation_listarea_title {
        margin-block: 3rem 1.25rem;
        font-size: 1.5rem
    }
}

.ui-dialog:has(.msa_table) .ui-dialog-content #allocate_response .errmes {
    margin-block: 1rem;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    color: var(--error-color)
}

.ui-dialog:has(.msa_table) .ui-dialog-content #allocation_listarea .destination_name {
    font-size: .875rem
}

.ui-dialog:has(.msa_table) .ui-dialog-content #allocation_listarea .allocation_list_brock {
    margin-bottom: 2.5rem
}

.ui-dialog:has(.msa_table) .ui-dialog-content #allocation_listarea .allocation_list_brock:last-child {
    margin-bottom: 0
}

.ui-dialog:has(.msa_table) .ui-dialog-buttonset {
    margin-bottom: .625rem;
    float: none
}

.ui-dialog:has(.msa_table) .ui-dialog-buttonset button {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 100%;
    padding-block: 1.1875rem;
    border-radius: 8px;
    background-color: var(--btn-secondary-bg-color);
    color: var(--btn-secondary-text-color);
    font-size: .875rem;
    font-weight: bold;
    line-height: 1;
    text-decoration: none
}

.ui-dialog:has(.msa_table) .ui-dialog-buttonset button:hover {
    opacity: .9
}

.ui-dialog:has(.msa_table) .ui-dialog-buttonset button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ui-dialog:has(#change_shipping_address_form) {
    left: 50% !important;
    width: 90% !important;
    max-width: 700px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.ui-dialog:has(#change_shipping_address_form) #change_shipping_address_dialog {
    height: 400px !important;
    padding-bottom: 1rem
}

.ui-dialog:has(#change_shipping_address_form) .ad_r_info {
    border: none
}

@media screen and (min-width: 992px) {
    .ui-dialog:has(#change_shipping_address_form) .ad_r_info tr:has(input[name="delivery[tel]"]) {
        display: inline-block;
        width: calc(50% - 5px);
        margin-right: .625rem
    }
}

@media screen and (min-width: 992px) {
    .ui-dialog:has(#change_shipping_address_form) .ad_r_info tr:has(input[name="delivery[fax]"]) {
        display: inline-block;
        width: calc(50% - 5px)
    }
}

.ui-dialog:has(#change_shipping_address_form) .ad_r_info th,
.ui-dialog:has(#change_shipping_address_form) .ad_r_info td {
    display: block;
    padding: 0;
    border: none;
    background: #fff
}

.ui-dialog:has(#change_shipping_address_form) .ad_r_info th {
    margin-bottom: .375rem
}

.ui-dialog:has(#change_shipping_address_form) .ad_r_info td {
    margin-bottom: 1rem
}

.ui-dialog:has(#change_shipping_address_form) .ad_r_info input {
    border-radius: 6px
}

.ui-dialog:has(#change_shipping_address_form) .ad_r_info input[name="delivery[zipcode]"] {
    max-width: 200px
}

.ui-dialog:has(#change_shipping_address_form) .ad_r_info select {
    min-width: 280px;
    border-radius: 6px
}

.ui-dialog:has(#change_shipping_address_form) .ui-dialog-buttonset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 1rem;
    margin-bottom: .625rem
}

.ui-dialog:has(#change_shipping_address_form) .ui-dialog-buttonset button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding: 0;
    background: none;
    color: var(--general-text-color);
    text-decoration: underline
}

.ui-dialog:has(#change_shipping_address_form) .ui-dialog-buttonset button:hover {
    text-decoration: none
}

.ui-dialog:has(#change_shipping_address_form) .ui-dialog-buttonset button:first-child {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 100%;
    max-width: none;
    height: auto;
    padding-block: 1.1875rem;
    border: none;
    border-radius: 8px;
    background-color: var(--btn-primary-bg-color);
    color: var(--btn-primary-text-color);
    font-size: .875rem;
    letter-spacing: 1px;
    line-height: 1;
    text-decoration: none
}

@media screen and (min-width: 992px) {
    .ui-dialog:has(#change_shipping_address_form) .ui-dialog-buttonset button:first-child:hover {
        opacity: .9
    }
}

#coupon-dialog #show_coupon_dialog {
    margin: 0;
    padding: 1rem 1rem 0
}

@media screen and (min-width: 768px) {
    #coupon-dialog #show_coupon_dialog {
        padding: 1.5rem 2rem 0
    }
}

#coupon-dialog .ui-dialog-titlebar.ui-widget-header {
    border-color: var(--general-border-color)
}

#coupon-dialog .ui-dialog-buttonpane {
    padding: 1rem;
    border: none
}

@media screen and (min-width: 768px) {
    #coupon-dialog .ui-dialog-buttonpane {
        padding: 1.5rem 2rem 2rem
    }
}

#coupon-dialog .ui-dialog-buttonpane button {
    width: 100%;
    padding-block: 1.1875rem;
    border: 1px solid var(--btn-quaternary-border-color);
    border-radius: 8px;
    background-color: var(--btn-quaternary-bg-color);
    color: var(--btn-quaternary-text-color);
    font-size: .875rem;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#coupon-dialog .ui-dialog-buttonpane button:hover {
    background-color: var(--btn-quaternary-hov-bg-color)
}

#coupon-dialog .ui-dialog-buttonpane button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

#coupon-dialog .coupon-list {
    margin-bottom: 0
}

@media screen and (min-width: 768px) {
    .article-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.article-item .widget {
    max-width: 980px;
    margin-inline: auto
}

.article-item .widget:has(>.alignfull),
.article-item .widget:has(>.alignwide) {
    max-width: none
}

.article-item .widget:has(>.alignfull) {
    margin-inline: var(--layout-wide-full-bleed-min)
}

.article-item .widget:has(>.alignwide) {
    margin-inline: var(--layout-wide-full-bleed-min);
    padding-inline: var(--layout-wide-full-bleed-max)
}

@media screen and (min-width: 768px) {
    .item-detail-gallery {
        width: 47.04%
    }
}

@media screen and (min-width: 1200px) {
    .item-detail-gallery {
        width: 58.52%
    }
}

@media screen and (min-width: 768px) {
    .item-detail-info {
        width: 47.04%
    }
}

@media screen and (min-width: 1200px) {
    .item-detail-info {
        width: 35.56%
    }
}

.item-detail-gallery {
    margin-bottom: 1.25rem
}

.item-detail-gallery .caption {
    margin-top: .75rem;
    font-size: .75rem;
    text-align: center
}

@media screen and (min-width: 1200px) {
    .item-detail-gallery .carousel-inner:hover a[class^=carousel-control-] {
        opacity: 1;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }
}

.item-detail-gallery .carousel-item {
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.item-detail-gallery .carousel-item img {
    width: 100%
}

.item-detail-gallery a[class^=carousel-control-] {
    display: inline-block;
    position: absolute;
    top: 0;
    width: auto;
    opacity: 1;
    color: #a1a1a1
}

@media screen and (min-width: 768px) {
    .item-detail-gallery a[class^=carousel-control-]:hover {
        background-color: #fff
    }
}

@media screen and (min-width: 768px) {
    .item-detail-gallery a[class^=carousel-control-] {
        top: 50%;
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 50%;
        background-color: hsla(0, 0%, 100%, .6);
        translate: 0 -50%
    }
}

@media screen and (min-width: 1200px) {
    .item-detail-gallery a[class^=carousel-control-] {
        width: 3.25rem;
        height: 3.25rem;
        opacity: 0
    }
}

.item-detail-gallery a[class^=carousel-control-].carousel-control-prev {
    left: 0
}

@media screen and (min-width: 768px) {
    .item-detail-gallery a[class^=carousel-control-].carousel-control-prev {
        left: 1rem
    }
}

@media screen and (min-width: 1200px) {
    .item-detail-gallery a[class^=carousel-control-].carousel-control-prev {
        left: 1.5rem
    }
}

.item-detail-gallery a[class^=carousel-control-].carousel-control-next {
    right: 0
}

@media screen and (min-width: 768px) {
    .item-detail-gallery a[class^=carousel-control-].carousel-control-next {
        right: 1rem
    }
}

@media screen and (min-width: 1200px) {
    .item-detail-gallery a[class^=carousel-control-].carousel-control-next {
        right: 1.5rem
    }
}

.item-detail-gallery a[class^=carousel-control-] span {
    width: 100%;
    height: 100%;
    padding: 0 .75rem
}

@media screen and (min-width: 768px) {
    .item-detail-gallery a[class^=carousel-control-] span {
        padding: 0 1.25rem
    }
}

.item-detail-gallery a[class^=carousel-control-] span.carousel-control-prev-icon {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a1a1a1'%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") no-repeat center/12px
}

@media screen and (min-width: 1200px) {
    .item-detail-gallery a[class^=carousel-control-] span.carousel-control-prev-icon {
        background-size: 16px
    }
}

.item-detail-gallery a[class^=carousel-control-] span.carousel-control-next-icon {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a1a1a1'%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") no-repeat center/12px
}

@media screen and (min-width: 1200px) {
    .item-detail-gallery a[class^=carousel-control-] span.carousel-control-next-icon {
        background-size: 16px
    }
}

.item-detail-gallery .control-indicators {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin: 1rem auto 0;
    padding: 0 1.5rem
}

.item-detail-gallery .control-indicators .control-indicators-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-x: auto
}

.item-detail-gallery .control-indicators button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto;
    height: auto;
    margin: 0;
    padding: .375rem;
    border: none;
    background: none
}

.item-detail-gallery .control-indicators button::before {
    content: "";
    display: block;
    width: .625rem;
    height: .625rem;
    border: 1px solid #a1a1a1;
    border-radius: 50%
}

.item-detail-gallery .control-indicators button.active::before {
    background-color: #a1a1a1
}

.item-detail-gallery .control-indicators:has(.control-indicators-buttons button:nth-child(2)) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.item-detail-gallery .control-indicators:not(:has(.control-indicators-buttons button:nth-child(2))) {
    display: none
}

.item-detail-gallery .items-carousel-indicators {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1rem 1.875rem 0;
    gap: 10px
}

.item-detail-gallery .items-carousel-indicators:has(>div:only-child) {
    display: none !important
}

.item-detail-gallery .items-carousel-indicators:has(>div:nth-child(7)) {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: start !important
}

@media screen and (min-width: 992px) {
    .item-detail-gallery .items-carousel-indicators {
        gap: 16px;
        margin-top: 1.625rem
    }
}

@media screen and (min-width: 1200px) {
    .item-detail-gallery .items-carousel-indicators {
        margin-inline: 3.75rem
    }
}

.item-detail-gallery .items-carousel-indicators>* {
    width: calc(16.6666666667% - 9px);
    cursor: pointer
}

@media screen and (min-width: 992px) {
    .item-detail-gallery .items-carousel-indicators>* {
        width: calc(16.6666666667% - 14px);
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    .item-detail-gallery .items-carousel-indicators>*:hover {
        opacity: .7
    }
}

.item-detail-gallery .card-tags {
    top: 1rem;
    left: 1rem;
    margin-right: 3.75rem
}

@media screen and (min-width: 1200px) {
    .item-detail-gallery .card-tags {
        top: 1.5rem;
        left: 1.5rem;
        margin-right: 4.375rem;
        gap: 6px
    }
}

.item-detail-gallery .card-tags span {
    padding: .25rem .5rem;
    font-size: .75rem
}

@media screen and (min-width: 768px) {
    .item-detail-gallery .card-tags span {
        font-size: clamp(0.6875rem, 0.2589285714rem + 0.0089285714*100vw, 0.8125rem)
    }
}

@media screen and (min-width: 992px) {
    .item-detail-gallery .card-tags span {
        font-size: .8125rem
    }
}

.item-detail-info .item-name {
    margin-bottom: .25rem;
    font-size: 1.375rem;
    letter-spacing: .5px
}

@media screen and (min-width: 768px) {
    .item-detail-info .item-name {
        font-size: 1.25rem
    }
}

@media screen and (min-width: 992px) {
    .item-detail-info .item-name {
        font-size: 1.5rem;
        letter-spacing: 1px
    }
}

.item-detail-info .item-code {
    margin: 0;
    color: var(--item-code-color);
    font-size: .8125rem
}

.item-detail-info .campaign_message {
    -webkit-margin-before: 1.5rem;
    margin-block-start: 1.5rem;
    color: #e53935
}

.item-detail-info .skuform {
    margin-top: 1.875rem;
    padding-top: 1.875rem;
    border-top: 1px solid var(--general-border-color)
}

.item-detail-info .skuform:first-of-type {
    padding-top: 0;
    border-top: none
}

@media screen and (min-width: 992px) {
    .item-detail-info .skuform {
        margin-top: 3.5rem;
        padding-top: 0;
        border-top: none
    }
}

.item-detail-info .skuname {
    margin-bottom: .3125rem;
    font-size: 1.25rem
}

@media screen and (min-width: 768px) {
    .item-detail-info .skuname {
        font-size: 1rem
    }
}

@media screen and (min-width: 992px) {
    .item-detail-info .skuname {
        font-size: 1.25rem
    }
}

.item-detail-info .item-price {
    font-size: 1.375rem;
    letter-spacing: 1px
}

@media screen and (min-width: 768px) {
    .item-detail-info .item-price {
        font-size: 1.25rem
    }
}

@media screen and (min-width: 992px) {
    .item-detail-info .item-price {
        font-size: 1.375rem
    }
}

.item-detail-info .item-price .tax {
    font-size: .875rem
}

.item-detail-info .item-price .item-cprice {
    margin-right: .25rem;
    font-size: .9375rem;
    text-decoration: line-through
}

.item-detail-info .tax_inc_block {
    font-size: .8125rem
}

.item-detail-info .tax_inc_block .tax_inc_label {
    margin-right: .25rem
}

.item-detail-info .itemGpExp {
    margin-top: 1.25rem;
    padding: 1rem 1.25rem;
    background-color: var(--credit-bg-color)
}

.item-detail-info .itemGpExp dt {
    margin-bottom: .5625rem;
    font-size: .875rem
}

@media screen and (min-width: 768px) {
    .item-detail-info .itemGpExp dt {
        font-size: .75rem
    }
}

@media screen and (min-width: 992px) {
    .item-detail-info .itemGpExp dt {
        font-size: .875rem
    }
}

.item-detail-info .itemGpExp dd {
    margin: 0;
    font-size: .9375rem
}

@media screen and (min-width: 768px) {
    .item-detail-info .itemGpExp dd {
        font-size: .8125rem
    }
}

@media screen and (min-width: 992px) {
    .item-detail-info .itemGpExp dd {
        font-size: .9375rem
    }
}

.item-detail-info .itemGpExp ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.item-detail-info .itemGpExp ul li {
    margin-bottom: .75rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid var(--general-border-color)
}

.item-detail-info .itemGpExp ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.item-detail-info .itemGpExp ul .price {
    display: inline-block;
    padding-inline: 4px
}

.item-detail-info .itemGpExp ul .tax_inc_block {
    display: block;
    font-size: .8125rem
}

@media screen and (min-width: 768px) {
    .item-detail-info .itemGpExp ul .tax_inc_block {
        font-size: .75rem
    }
}

@media screen and (min-width: 992px) {
    .item-detail-info .itemGpExp ul .tax_inc_block {
        font-size: .8125rem
    }
}

.item-detail-info .item-option {
    margin-block: 1.5rem
}

.item-detail-info .item-option dt,
.item-detail-info .item-option dd {
    font-size: .875rem;
    font-weight: normal
}

.item-detail-info .item-option dd {
    margin-bottom: 1rem
}

.item-detail-info .item-option input[type=text],
.item-detail-info .item-option select,
.item-detail-info .item-option textarea {
    margin-top: .25rem
}

.item-detail-info .item-option input[type=text],
.item-detail-info .item-option select {
    height: 2.5rem
}

.item-detail-info .item-option input[type=text],
.item-detail-info .item-option textarea {
    width: 100%
}

@media screen and (min-width: 992px) {

    .item-detail-info .item-option input[type=text],
    .item-detail-info .item-option textarea {
        max-width: 320px
    }
}

.item-detail-info .item-option input[type=radio],
.item-detail-info .item-option input[type=checkbox] {
    margin-right: .3125rem
}

.item-detail-info .item-option select {
    width: 100%
}

@media screen and (min-width: 992px) {
    .item-detail-info .item-option select {
        width: auto;
        min-width: 240px
    }
}

.item-detail-info .item-option select[multiple] {
    height: auto;
    padding: 0;
    overflow: hidden;
    background: #fff
}

.item-detail-info .item-option select[multiple] option {
    padding: .3125rem .625rem
}

.item-detail-info .item-option textarea {
    height: 5.625rem
}

.item-detail-info .item-option .iopt_label:empty {
    display: none
}

.item-detail-info .item-option .iopt_radio_label {
    margin: .25rem .25rem 0 0;
    padding: .625rem .9375rem;
    border: 1px solid var(--btn-quinary-border-color);
    border-radius: 6px;
    background-color: var(--btn-quinary-bg-color);
    color: var(--btn-quinary-text-color);
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.item-detail-info .item-option .iopt_radio_label:hover,
.item-detail-info .item-option .iopt_radio_label:has(>input[type=radio]:checked) {
    border-color: var(--btn-quinary-hov-color);
    color: var(--btn-quinary-hov-color)
}

.item-detail-info .item-option .iopt_radio_label input[type=radio]:focus,
.item-detail-info .item-option .iopt_radio_label input[type=radio]:active,
.item-detail-info .item-option .iopt_radio_label input[type=radio]:focus-visible {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.item-detail-info .item-option .iopt_checkbox_label {
    margin: .375rem 1.25rem 0 0
}

.item-detail-info .item-option .iopt_checkbox_label+br {
    display: none
}

.item-detail-info .purchase-box {
    margin-top: 1.25rem
}

@media screen and (min-width: 992px) {
    .item-detail-info .purchase-box {
        margin-top: 1.5rem
    }
}

.item-detail-info .quantity .skuquantity {
    width: 4.375rem;
    height: 2.75rem;
    font-size: 1rem;
    text-align: center
}

@media screen and (min-width: 992px) {
    .item-detail-info .quantity .skuquantity {
        height: 2.5rem
    }
}

.item-detail-info .quantity .unit {
    margin-left: .3125rem;
    font-size: .875rem
}

.item-detail-info .zaikostatus {
    margin-top: .3125rem;
    font-size: .875rem
}

@media screen and (min-width: 768px) {
    .item-detail-info .zaikostatus {
        font-size: .75rem
    }
}

@media screen and (min-width: 992px) {
    .item-detail-info .zaikostatus {
        font-size: .875rem
    }
}

.item-detail-info .cart-button {
    margin-top: 1rem
}

.item-detail-info .skubutton {
    width: 100%;
    padding-block: 1.1875rem;
    border: none;
    border-radius: 8px;
    background-color: var(--btn-primary-bg-color);
    color: var(--btn-primary-text-color);
    font-size: .875rem;
    letter-spacing: 1px;
    line-height: 1;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media screen and (min-width: 992px) {
    .item-detail-info .skubutton:hover {
        opacity: .9
    }
}

.item-detail-info .item-soldout {
    margin-top: 1.625rem;
    padding: 1.125rem .75rem;
    border: 1px solid var(--item-soldout-border-color);
    border-radius: 8px;
    color: var(--item-soldout-text-color);
    font-size: .875rem;
    letter-spacing: .5px;
    line-height: 1;
    text-align: center
}

.item-detail-info .error_message:not(:empty) {
    margin-block: .5625rem 0
}

.item-description:not(:empty) {
    margin-top: 3.125rem;
    padding-top: 2.1875rem;
    border-top: 1px solid var(--general-border-color);
    line-height: 1.8
}

@media screen and (min-width: 992px) {
    .item-description:not(:empty) {
        padding-top: 2.8125rem
    }
}

.item-custom-accordion {
    margin-block: 2.25rem 3.5rem
}

@media screen and (min-width: 768px) {
    .item-custom-accordion {
        margin-bottom: 0
    }
}

@media screen and (min-width: 992px) {
    .item-custom-accordion {
        margin-top: 2.875rem
    }
}

.item-custom-accordion .accordion-item {
    border-right: none;
    border-left: none;
    border-radius: 0;
    border-top-color: var(--general-border-color);
    border-bottom-color: var(--general-border-color)
}

.item-custom-accordion .accordion-button,
.item-custom-accordion .accordion-body {
    border-radius: 0;
    font-size: .875rem
}

.item-custom-accordion .accordion-button {
    position: relative;
    padding: 1.25rem 0;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.item-custom-accordion .accordion-button::before,
.item-custom-accordion .accordion-button::after {
    content: "";
    display: block;
    background: none;
    background-color: #737373;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.item-custom-accordion .accordion-button::before {
    position: absolute;
    top: 23px;
    right: 6px;
    width: 1px;
    height: 13px
}

.item-custom-accordion .accordion-button::after {
    width: 13px;
    height: 1px
}

.item-custom-accordion .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.item-custom-accordion .accordion-button:not(.collapsed) {
    padding-bottom: .625rem;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--general-text-color)
}

.item-custom-accordion .accordion-button:not(.collapsed)::before {
    top: 30px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    opacity: 0
}

.item-custom-accordion .accordion-button:not(.collapsed)::after {
    -webkit-transform: none;
    transform: none
}

.item-custom-accordion .accordion-body {
    padding: 0 0 1.25rem
}

.item-reviews {
    width: 100%;
    margin-top: 3.5rem;
    padding-top: 2.1875rem;
    border-top: 1px solid var(--general-border-color)
}

@media screen and (min-width: 768px) {
    .item-reviews {
        margin-top: 4.75rem;
        padding-top: 0;
        border-top: none
    }
}

@media screen and (min-width: 992px) {
    .item-reviews {
        margin-top: 7.25rem
    }
}

.item-reviews h2,
.item-reviews .h2 {
    margin-bottom: 1.5rem
}

@media screen and (min-width: 768px) {

    .item-reviews h2,
    .item-reviews .h2 {
        margin-bottom: 2.125rem;
        font-size: 1.25rem
    }
}

@media screen and (min-width: 992px) {

    .item-reviews h2,
    .item-reviews .h2 {
        grid-column: 1/3;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 2.5rem;
        font-size: 1.5rem
    }
}

.item-reviews .form-submit input[type=submit],
.item-reviews .reviews-btn a {
    display: block;
    width: 100%;
    margin: .75rem auto 0;
    padding-block: 1.0625rem;
    border: none;
    border-radius: 8px;
    background-color: var(--btn-secondary-bg-color);
    color: var(--btn-secondary-text-color);
    font-size: .875rem;
    letter-spacing: 1px;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media screen and (min-width: 992px) {

    .item-reviews .form-submit input[type=submit],
    .item-reviews .reviews-btn a {
        max-width: 320px
    }
}

.item-reviews .form-submit input[type=submit]:hover,
.item-reviews .reviews-btn a:hover {
    text-decoration: none
}

@media screen and (min-width: 992px) {

    .item-reviews .form-submit input[type=submit]:hover,
    .item-reviews .reviews-btn a:hover {
        opacity: .9
    }
}

.item-reviews .no-reviews {
    margin-block: 4.375rem 4.625rem;
    font-size: .9375rem;
    text-align: center
}

@media screen and (min-width: 768px) {
    .item-reviews .no-reviews {
        font-size: 1rem
    }
}

.item-reviews .entry-review .login-review {
    padding: 2rem;
    background-color: var(--general-light-bg-color);
    text-align: center
}

@media screen and (min-width: 768px) {
    .item-reviews .entry-review .login-review {
        padding: 3rem
    }
}

.item-reviews .entry-review .login-review p {
    margin: 0
}

@media screen and (min-width: 768px) {
    .item-reviews .entry-review .login-review .not-login-reviews {
        font-size: .9375rem
    }
}

.item-reviews .entry-review .comment-respond p.form-floating label {
    top: -3px
}

@media screen and (min-width: 992px) {
    .item-reviews .entry-review .comment-respond p.form-floating label {
        top: -1px
    }
}

.item-reviews .entry-review .comment-respond p.comment-form-cookies-consent {
    display: grid;
    grid-template-columns: 23px 1fr;
    font-size: .8125rem
}

.item-reviews .entry-review .comment-respond p input[type=text],
.item-reviews .entry-review .comment-respond p textarea {
    width: 100%
}

.item-reviews .entry-review .comment-respond p textarea::-webkit-input-placeholder {
    font-size: .875rem
}

.item-reviews .entry-review .comment-respond p textarea::-moz-placeholder {
    font-size: .875rem
}

.item-reviews .entry-review .comment-respond p textarea:-ms-input-placeholder {
    font-size: .875rem
}

.item-reviews .entry-review .comment-respond p textarea::-ms-input-placeholder {
    font-size: .875rem
}

.item-reviews .entry-review .comment-respond p textarea::placeholder {
    font-size: .875rem
}

.item-reviews .entry-review .comment-respond p input[type=checkbox] {
    margin: .1875rem .3125rem 0 0
}

@media screen and (min-width: 992px) {
    .item-reviews .entry-review-list {
        display: grid;
        grid-template-columns: 150px 1fr;
        gap: 0 60px
    }
}

.item-reviews .entry-review-list .review-item-thumbnail {
    max-width: 60px;
    margin-bottom: 1.75rem
}

@media screen and (min-width: 768px) {
    .item-reviews .entry-review-list .review-item-thumbnail {
        margin-bottom: 2.375rem
    }
}

@media screen and (min-width: 992px) {
    .item-reviews .entry-review-list .review-item-thumbnail {
        grid-column: 1/2;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        max-width: 150px;
        margin-bottom: 0
    }
}

.item-reviews .entry-review-list ol {
    margin: 0;
    padding: 0;
    list-style: none
}

@media screen and (min-width: 992px) {
    .item-reviews .entry-review-list ol {
        grid-column: 2/3;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

.item-reviews .entry-review-list ol li {
    margin-bottom: 1.5rem
}

@media screen and (min-width: 768px) {
    .item-reviews .entry-review-list ol li {
        margin-bottom: 2.125rem
    }
}

.item-reviews .entry-review-list ol li:last-child {
    margin-bottom: 1.875rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--general-border-color)
}

@media screen and (min-width: 768px) {
    .item-reviews .entry-review-list ol li:last-child {
        margin-bottom: 2.5rem;
        padding-bottom: 2.125rem
    }
}

@media screen and (min-width: 992px) {
    .item-reviews .entry-review-list ol li:last-child {
        padding-bottom: 0;
        border-bottom: none
    }
}

.item-reviews .entry-review-list .review-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.item-reviews .entry-review-list .review-body p[class] {
    margin: 0;
    font-size: .8125rem
}

@media screen and (min-width: 992px) {
    .item-reviews .entry-review-list .review-body p[class] {
        font-size: .9375rem
    }
}

.item-reviews .entry-review-list .review-body p:not([class]) {
    width: 100%;
    font-size: .9375rem
}

@media screen and (min-width: 768px) {
    .item-reviews .entry-review-list .review-body p:not([class]) {
        font-size: .875rem
    }
}

@media screen and (min-width: 992px) {
    .item-reviews .entry-review-list .review-body p:not([class]) {
        font-size: 1rem
    }
}

.item-reviews .form-submit {
    margin-bottom: 0
}

.item-reviews .review-paginate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-block: -1rem 2rem;
    font-size: .875rem
}

@media screen and (min-width: 992px) {
    .item-reviews .review-paginate {
        grid-column: 2/3;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 0
    }
}

.item-reviews .review-paginate .page-numbers {
    position: relative;
    padding: .375rem .75rem .75rem;
    border: none;
    background: none;
    color: var(--general-text-color)
}

@media screen and (min-width: 992px) {
    .item-reviews .review-paginate .page-numbers {
        font-size: 1rem
    }
}

.item-reviews .review-paginate .page-numbers::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 75%;
    height: 3px;
    opacity: 0;
    background-color: var(--primary-color);
    translate: -50% 0;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.item-reviews .review-paginate .page-numbers.current::after {
    opacity: 1
}

.item-reviews .review-paginate a.page-numbers:hover {
    text-decoration: none
}

.item-reviews .review-paginate a.page-numbers:hover::after {
    opacity: 1
}

.item-reviews .review-paginate a.page-numbers:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.suggest-area {
    width: 100%
}

.assistance_item {
    width: 100%;
    margin-top: 3.5rem
}

@media screen and (min-width: 768px) {
    .assistance_item {
        margin-top: 4.75rem
    }
}

@media screen and (min-width: 992px) {
    .assistance_item {
        margin-top: 7.25rem
    }
}

.assistance_item h3,
.assistance_item .h3 {
    margin-bottom: 1.625rem;
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1.4
}

@media screen and (min-width: 768px) {

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

@media screen and (min-width: 992px) {

    .assistance_item h3,
    .assistance_item .h3 {
        margin-bottom: 2.5rem;
        font-size: 1.5rem
    }
}

.assistance_item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 var(--general-negative-gutter-x) 0 0;
    padding: 0;
    overflow-x: auto;
    list-style: none;
    gap: 1.875rem .625rem
}

@media screen and (min-width: 768px) {
    .assistance_item ul {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        margin-right: 0
    }
}

@media screen and (min-width: 1200px) {
    .assistance_item ul {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media screen and (max-width: 360px) {
    .assistance_item ul:has(>li:nth-child(2)) {
        padding-bottom: 1rem
    }
}

.assistance_item ul:has(>li:nth-child(3)) {
    padding-bottom: 1rem
}

@media screen and (min-width: 768px) {
    .assistance_item ul:has(>li:nth-child(3)) {
        padding-bottom: 0
    }
}

.assistance_item ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: clamp(8.75rem, -2.8308823529rem + 0.5147058824*100vw, 21.875rem)
}

@media screen and (max-width: 360px) {
    .assistance_item ul li {
        max-width: 240px
    }
}

@media screen and (min-width: 768px) {
    .assistance_item ul li {
        max-width: none
    }
}

body:has(>.cart-flow) {
    padding-top: 0
}

body:has(>.cart-flow) header {
    position: static;
    border-bottom: 1px solid var(--general-border-color)
}

body:has(>.cart-flow) header::before {
    content: none
}

@media screen and (min-width: 992px) {
    .cart-flow {
        margin-bottom: 6.25rem
    }
}

.cart-flow .cart-page-title {
    font-size: 1.25rem;
    text-align: center
}

@media screen and (min-width: 992px) {
    .cart-flow .cart-page-title {
        font-size: 1.5rem
    }
}

.cart-flow .header_explanation,
.cart-flow .footer_explanation {
    font-size: .875rem
}

@media screen and (min-width: 992px) {

    .cart-flow .header_explanation,
    .cart-flow .footer_explanation {
        font-size: .9375rem
    }
}

.cart-flow~footer {
    margin: 0
}

.checkout-layout {
    -webkit-margin-before: 0;
    margin-block-start: 0
}

.checkout-layout .site-content {
    margin: 0
}

@media screen and (min-width: 1200px) {
    .checkout-layout {
        position: relative;
        -webkit-margin-after: 0;
        margin-block-end: 0;
        padding-block: 5rem 6.25rem
    }

    .checkout-layout::after {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        right: 0;
        width: calc((100vw - 1100px)/2 + 485px);
        height: 100%;
        border-left: 1px solid var(--general-border-color);
        background-color: var(--general-light-bg-color)
    }

    .checkout-layout .site-content {
        position: relative;
        z-index: 1;
        margin: 0 var(--layout-wide-cart-full-bleed-max)
    }

    .checkout-layout .site-content article {
        display: grid;
        grid-template-columns: 575px 445px;
        gap: 0 5rem
    }
}

.checkout-layout .customer-info,
.checkout-layout .delivery-info,
.checkout-layout .confirm-info {
    padding-inline: var(--general-gutter-x)
}

@media screen and (min-width: 576px) {

    .checkout-layout .customer-info,
    .checkout-layout .delivery-info,
    .checkout-layout .confirm-info {
        max-width: calc(540px + var(--general-gutter-x)*2);
        margin-inline: auto
    }
}

@media screen and (min-width: 768px) {

    .checkout-layout .customer-info,
    .checkout-layout .delivery-info,
    .checkout-layout .confirm-info {
        max-width: calc(720px + var(--general-gutter-x)*2)
    }
}

@media screen and (min-width: 992px) {

    .checkout-layout .customer-info,
    .checkout-layout .delivery-info,
    .checkout-layout .confirm-info {
        max-width: calc(960px + var(--general-gutter-x)*2)
    }
}

@media screen and (min-width: 1200px) {

    .checkout-layout .customer-info,
    .checkout-layout .delivery-info,
    .checkout-layout .confirm-info {
        grid-column: 1/2;
        grid-row: 1/2;
        max-width: none;
        margin-inline: 0;
        padding-inline: 0
    }
}

.checkout-layout .header_explanation:not(:empty) {
    margin-bottom: 1.5rem
}

.checkout-layout .footer_explanation:not(:empty) {
    margin-top: 1.875rem
}

@media screen and (min-width: 1200px) {
    .checkout-layout .footer_explanation:not(:empty) {
        margin-top: 4.5rem
    }
}

.checkout-layout .order-summary-accordion {
    margin-bottom: 2.875rem
}

@media screen and (min-width: 1200px) {
    .checkout-layout .order-summary-accordion {
        grid-column: 2/3;
        grid-row: 1/2
    }
}

.checkout-layout .accordion-item {
    border: none;
    background-color: var(--general-light-bg-color)
}

@media screen and (min-width: 1200px) {
    .checkout-layout .accordion-item {
        border: none;
        background: none
    }
}

.checkout-layout .accordion-item:has(.show) {
    border-bottom: 1px solid var(--general-border-color)
}

@media screen and (min-width: 1200px) {
    .checkout-layout .accordion-item:has(.show) {
        border-bottom: none
    }
}

.checkout-layout .accordion-header {
    border-bottom: 1px solid var(--general-border-color);
    background-color: var(--general-light-bg-color-darker)
}

@media screen and (min-width: 1200px) {
    .checkout-layout .accordion-header {
        display: none
    }
}

.checkout-layout .accordion-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .75rem var(--general-gutter-x);
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--general-text-color)
}

@media screen and (min-width: 576px) {
    .checkout-layout .accordion-button {
        max-width: calc(540px + var(--general-gutter-x)*2);
        margin-inline: auto
    }
}

@media screen and (min-width: 768px) {
    .checkout-layout .accordion-button {
        max-width: calc(720px + var(--general-gutter-x)*2)
    }
}

@media screen and (min-width: 992px) {
    .checkout-layout .accordion-button {
        max-width: calc(960px + var(--general-gutter-x)*2)
    }
}

.checkout-layout .accordion-button::after {
    position: absolute;
    left: calc(var(--general-gutter-x) + 5em + .625rem);
    width: .75rem;
    height: .375rem;
    background: url("../icon/ico-arrow-bottom.svg") no-repeat center/contain;
    font-size: .875rem
}

.checkout-layout .accordion-button .label {
    font-size: .875rem
}

.checkout-layout .accordion-button .amount {
    font-size: 1.25rem;
    font-weight: bold
}

@media screen and (min-width: 1200px) {
    .checkout-layout .accordion-collapse {
        display: block !important
    }
}

.checkout-layout .accordion-body {
    padding: 1.875rem var(--general-gutter-x) 1.5rem
}

@media screen and (min-width: 576px) {
    .checkout-layout .accordion-body {
        max-width: calc(540px + var(--general-gutter-x)*2);
        margin-inline: auto
    }
}

@media screen and (min-width: 768px) {
    .checkout-layout .accordion-body {
        max-width: calc(720px + var(--general-gutter-x)*2)
    }
}

@media screen and (min-width: 992px) {
    .checkout-layout .accordion-body {
        max-width: calc(960px + var(--general-gutter-x)*2)
    }
}

@media screen and (min-width: 1200px) {
    .checkout-layout .accordion-body {
        max-width: none;
        padding: 0
    }
}

@media screen and (min-width: 1200px) {
    .checkout-layout .accordion-body .cart-table tbody tr {
        padding-top: 0;
        border: none;
        gap: 0 20px
    }

    .checkout-layout .accordion-body .cart-table tbody tr:first-child:last-child {
        padding-bottom: 0
    }

    .checkout-layout .accordion-body .cart-table tbody td.stock,
    .checkout-layout .accordion-body .cart-table tbody td.unitprice,
    .checkout-layout .accordion-body .cart-table tbody td.quantity {
        font-size: .75rem
    }

    .checkout-layout .accordion-body .cart-table tbody td.unitprice {
        grid-column: 3/4
    }

    .checkout-layout .accordion-body .cart-table tbody td.subtotal {
        grid-row: 3/5;
        align-self: flex-start
    }

    .checkout-layout .accordion-body .cart-table tfoot .amount {
        margin-top: .9375rem;
        border-top: 1px solid var(--general-border-color)
    }
}

.customer-page .customer_form [class*=customkey_] textarea,
.delivery-page .customer_form [class*=customkey_] textarea {
    width: 100%
}

.customer-page .send,
.delivery-page .send {
    margin-top: .625rem;
    padding-top: 2.1875rem;
    border-top: 1px solid var(--general-border-color)
}

@media screen and (min-width: 1200px) {

    .customer-page .send,
    .delivery-page .send {
        margin-top: 8px;
        padding-top: 0;
        border-top: none
    }
}

.cart-page {
    margin-inline: var(--layout-wide-cart-full-bleed-max)
}

.cart-page .header_explanation,
.cart-page .footer_explanation {
    text-align: center
}

.cart-page .header_explanation {
    margin-block: 1.875rem
}

@media screen and (min-width: 992px) {
    .cart-page .header_explanation {
        margin-block: 4.5rem
    }
}

.cart-page .footer_explanation {
    margin-block: 1.875rem
}

@media screen and (min-width: 992px) {
    .cart-page .footer_explanation {
        margin-block: 4.5rem
    }
}

@media screen and (min-width: 576px) {
    .cart-page article {
        max-width: 540px;
        margin-inline: auto;
        padding-inline: 0
    }
}

@media screen and (min-width: 768px) {
    .cart-page article {
        max-width: 720px
    }
}

@media screen and (min-width: 992px) {
    .cart-page article {
        max-width: 960px
    }
}

@media screen and (min-width: 1200px) {
    .cart-page article {
        max-width: 1100px
    }
}

.cart-page #cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.cart-page .cart-table {
    -webkit-margin-after: 1.875rem;
    margin-block-end: 1.875rem
}

@media screen and (max-width: 360px) {
    .cart-page .cart-table {
        -webkit-margin-after: 1.5rem;
        margin-block-end: 1.5rem
    }
}

@media screen and (min-width: 992px) {
    .cart-page .cart-table {
        -webkit-margin-after: 2.75rem;
        margin-block-end: 2.75rem
    }
}

.cart-page .cart-table .upbutton {
    display: grid;
    grid-template-columns: 1fr 95px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-block: 1rem 1.875rem;
    padding: 1rem;
    background-color: var(--credit-bg-color);
    font-size: .6875rem;
    text-align: right;
    gap: 10px
}

@media screen and (max-width: 360px) {
    .cart-page .cart-table .upbutton {
        display: block;
        text-align: left
    }
}

@media screen and (min-width: 576px) {
    .cart-page .cart-table .upbutton {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: .75rem
    }
}

@media screen and (min-width: 992px) {
    .cart-page .cart-table .upbutton {
        display: block;
        margin: 0;
        padding: 0;
        background: none;
        font-size: .8125rem
    }
}

.cart-page .cart-table .upbutton input {
    width: 6.25rem;
    padding-block: .5625rem;
    border: 1px solid var(--btn-tertiary-color);
    border-radius: 6px;
    background-color: var(--btn-tertiary-bg-color);
    color: var(--btn-tertiary-color);
    font-size: .75rem;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.cart-page .cart-table .upbutton input:hover {
    border-color: var(--btn-tertiary-hov-bg-color);
    background-color: var(--btn-tertiary-hov-bg-color);
    color: var(--btn-tertiary-hov-text-color)
}

@media screen and (max-width: 360px) {
    .cart-page .cart-table .upbutton input {
        width: 100%;
        margin-top: .5rem
    }
}

@media screen and (min-width: 992px) {
    .cart-page .cart-table .upbutton input {
        width: 8.75rem;
        margin-left: .25rem
    }
}

.cart-page .cart-table tbody td.unitprice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 992px) {
    .cart-page .cart-table tbody td.unitprice {
        display: table-cell
    }
}

.cart-page .cart-table tbody td.unitprice img {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    max-width: 24px;
    margin-inline: .625rem 0
}

@media screen and (min-width: 992px) {
    .cart-page .cart-table tbody td.unitprice img {
        max-width: 36px;
        margin: 0 auto .375rem
    }
}

.cart-page .cart-table tfoot tr {
    display: block
}

@media screen and (min-width: 992px) {
    .cart-page .cart-table tfoot tr {
        display: table-row
    }
}

.cart-page .cart-table tfoot .currency-code {
    padding-top: .375rem;
    color: var(--item-code-color)
}

@media screen and (min-width: 992px) {
    .cart-page .cart-table tfoot .currency-code {
        padding-top: 0
    }
}

.cart-page .no-cart {
    margin-block: 1.5rem;
    text-align: center
}

@media screen and (min-width: 992px) {
    .cart-page .no-cart {
        margin-block: 2.5rem
    }
}

.cart-page .no-cart~.send {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 992px) {
    .cart-page .no-cart~.send input.continue_shopping_button {
        margin-inline: auto
    }
}

.cart-page .gp {
    display: grid;
    grid-template-columns: 30px 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 1.5rem;
    font-size: .75rem;
    letter-spacing: .5px;
    line-height: 1.5;
    gap: 6px
}

@media screen and (min-width: 992px) {
    .cart-page .gp {
        -webkit-margin-after: 2.75rem;
        margin-block-end: 2.75rem;
        font-size: .875rem
    }
}

.cart-page .gp img {
    max-width: 30px
}

@media screen and (min-width: 992px) {
    .cart-page .send {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .cart-page .send input.to_customerinfo_button {
        width: 22.1875rem
    }
}

.cart-page .widget:has(>.alignfull) {
    margin-inline: var(--layout-wide-cart-full-bleed-min)
}

.cart-page .widget:has(>.alignwide) {
    margin-inline: var(--layout-wide-cart-full-bleed-min);
    padding-inline: var(--layout-wide-full-bleed-max)
}

.cart-completion-page {
    margin-inline: var(--layout-wide-cart-full-bleed-max)
}

@media screen and (min-width: 576px) {
    .cart-completion-page article {
        max-width: 540px;
        margin-inline: auto;
        padding-inline: 0
    }
}

@media screen and (min-width: 768px) {
    .cart-completion-page article {
        max-width: 720px
    }
}

@media screen and (min-width: 992px) {
    .cart-completion-page article {
        max-width: 960px
    }
}

@media screen and (min-width: 1200px) {
    .cart-completion-page article {
        max-width: 1100px
    }
}

.cart-completion-page .completion-info {
    text-align: center
}

.cart-completion-page .completion-info h2,
.cart-completion-page .completion-info .h2 {
    margin-bottom: 1.125rem;
    font-size: 1rem
}

@media screen and (min-width: 992px) {

    .cart-completion-page .completion-info h2,
    .cart-completion-page .completion-info .h2 {
        font-size: 1.125rem
    }
}

@media screen and (min-width: 1200px) {
    .cart-completion-page .completion-info .header_explanation p {
        line-height: 2
    }
}

.cart-completion-page .completion-info .send {
    margin-top: 3.125rem
}

.cart-completion-page .completion-info .send a {
    color: var(--general-text-color);
    font-size: .875rem
}

@media screen and (min-width: 1200px) {
    .cart-completion-page .completion-info .send a {
        font-size: .9375rem
    }
}

.cart-completion-page ul.dllist {
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none
}

@media screen and (min-width: 992px) {
    .cart-completion-page ul.dllist {
        margin-top: 3.375rem
    }
}

.cart-completion-page ul.dllist li {
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    border: 1px solid var(--general-border-color);
    border-radius: 8px
}

@media screen and (min-width: 1200px) {
    .cart-completion-page ul.dllist li {
        margin-bottom: 1.25rem
    }
}

@media screen and (min-width: 576px) {
    .cart-completion-page ul.dllist li {
        display: grid;
        grid-template-columns: 90px 1fr;
        gap: 0 40px
    }
}

@media screen and (min-width: 768px) {
    .cart-completion-page ul.dllist li {
        padding: 1.875rem
    }
}

.cart-completion-page ul.dllist li:last-child {
    margin-bottom: 0
}

.cart-completion-page ul.dllist li .thumb {
    max-width: 90px;
    margin-bottom: 16px
}

.cart-completion-page ul.dllist li .thumb img {
    border-radius: 6px
}

.cart-completion-page ul.dllist li .item_info_list {
    text-align: left
}

.cart-completion-page ul.dllist li .item_info_list .dlseller,
.cart-completion-page ul.dllist li .item_info_list .item_custom_field {
    width: 100%;
    margin-top: .75rem;
    border: none
}

.cart-completion-page ul.dllist li .item_info_list .dlseller:first-child,
.cart-completion-page ul.dllist li .item_info_list .item_custom_field:first-child {
    margin-top: 0
}

@media screen and (min-width: 992px) {

    .cart-completion-page ul.dllist li .item_info_list .dlseller:first-child,
    .cart-completion-page ul.dllist li .item_info_list .item_custom_field:first-child {
        margin-top: 1rem
    }
}

@media screen and (min-width: 576px) {

    .cart-completion-page ul.dllist li .item_info_list .dlseller tbody,
    .cart-completion-page ul.dllist li .item_info_list .item_custom_field tbody {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 16px
    }
}

@media screen and (min-width: 768px) {

    .cart-completion-page ul.dllist li .item_info_list .dlseller tbody,
    .cart-completion-page ul.dllist li .item_info_list .item_custom_field tbody {
        gap: 24px 30px
    }
}

@media screen and (min-width: 992px) {

    .cart-completion-page ul.dllist li .item_info_list .dlseller tbody,
    .cart-completion-page ul.dllist li .item_info_list .item_custom_field tbody {
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px
    }
}

.cart-completion-page ul.dllist li .item_info_list .dlseller th,
.cart-completion-page ul.dllist li .item_info_list .dlseller td,
.cart-completion-page ul.dllist li .item_info_list .item_custom_field th,
.cart-completion-page ul.dllist li .item_info_list .item_custom_field td {
    display: block;
    padding: 0;
    border: none;
    background: none;
    font-size: .8125rem
}

@media screen and (min-width: 992px) {

    .cart-completion-page ul.dllist li .item_info_list .dlseller th,
    .cart-completion-page ul.dllist li .item_info_list .dlseller td,
    .cart-completion-page ul.dllist li .item_info_list .item_custom_field th,
    .cart-completion-page ul.dllist li .item_info_list .item_custom_field td {
        font-size: .875rem
    }
}

.cart-completion-page ul.dllist li .item_info_list .dlseller th,
.cart-completion-page ul.dllist li .item_info_list .item_custom_field th {
    margin-bottom: .625rem;
    padding-bottom: .375rem;
    border-bottom: 1px solid var(--general-border-color)
}

.cart-completion-page ul.dllist li .item_info_list .dlseller td,
.cart-completion-page ul.dllist li .item_info_list .item_custom_field td {
    min-height: 1.25rem;
    margin-bottom: .75rem
}

@media screen and (min-width: 576px) {

    .cart-completion-page ul.dllist li .item_info_list .dlseller td,
    .cart-completion-page ul.dllist li .item_info_list .item_custom_field td {
        margin-bottom: 0
    }
}

.cart-completion-page ul.dllist li .item_info_list .redownload_button {
    display: block;
    margin-top: 1.5rem;
    padding-block: 1.0625rem;
    border: none;
    border-radius: 8px;
    background-color: var(--btn-primary-bg-color);
    color: var(--btn-primary-text-color);
    font-size: .875rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media screen and (min-width: 768px) {
    .cart-completion-page ul.dllist li .item_info_list .redownload_button {
        display: inline-block;
        width: 200px
    }
}

@media screen and (min-width: 992px) {
    .cart-completion-page ul.dllist li .item_info_list .redownload_button:hover {
        opacity: .9
    }
}

.cart-completion-page ul.dllist li .item_info_list .redownload_button+p {
    margin: .75rem .5rem 0;
    font-size: .75rem
}

@media screen and (min-width: 576px) {
    .cart-completion-page ul.dllist li .item_info_list .redownload_button+p {
        text-align: left
    }
}

@media screen and (min-width: 992px) {
    .cart-completion-page ul.dllist li .item_info_list .redownload_button+p {
        display: inline;
        margin: 0 0 0 1.25rem;
        font-size: .8125rem
    }
}

.cart-completion-page ul.dllist li .item_info_list .item_custom_field {
    margin-top: 0
}

@media screen and (min-width: 576px) {
    .cart-completion-page ul.dllist li .item_info_list .item_custom_field {
        margin-top: .625rem
    }
}

@media screen and (min-width: 992px) {
    .cart-completion-page ul.dllist li .item_info_list .item_custom_field {
        margin-top: 2.5rem
    }
}

.cart-completion-page ul.dllist li .item_info_list>p {
    margin-top: 1.25rem
}

.cart-completion-page .footer_explanation {
    margin-top: 1.875rem
}

@media screen and (min-width: 992px) {
    .cart-completion-page .footer_explanation {
        margin-top: 3.375rem
    }
}

@media screen and (min-width: 1200px) {
    .confirm-page .confirm-info {
        display: contents
    }

    .confirm-page .confirm-notice {
        grid-column: 1/2;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .confirm-page .header_explanation {
        grid-column: 1/2;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .confirm-page .confirm-table {
        grid-column: 1/2;
        grid-row: 3/30;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .confirm-page .order-summary-accordion {
        grid-column: 2/3;
        grid-row: 1/10;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 1.75rem
    }

    .confirm-page #amount_each_time {
        grid-column: 2/3;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .confirm-page .error_message {
        grid-column: 2/3;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .confirm-page .available_point_message {
        grid-column: 2/3;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .confirm-page .use-point {
        grid-column: 2/3;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .confirm-page #use_coupon {
        grid-column: 2/3;
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .confirm-page .wc_confirm_notes_area {
        grid-column: 2/3;
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .confirm-page #purchase_form,
    .confirm-page #checkout_review {
        grid-column: 2/3;
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .confirm-page #purchase_form+form:has(.send) {
        grid-column: 2/3;
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .confirm-page .footer_explanation {
        grid-column: 2/3;
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .confirm-page #\33 dscontainer {
        -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
        order: 100
    }
}

.confirm-page .confirm-notice {
    margin-bottom: 1.875rem;
    padding: .5rem .75rem;
    border: 1px solid var(--notice-color);
    color: var(--notice-color);
    font-size: .8125rem
}

@media screen and (min-width: 576px) {
    .confirm-page .confirm-notice {
        padding-block: .625rem;
        text-align: center
    }
}

.confirm-page input.use_point_button,
.confirm-page input.use_coupon_button {
    display: block;
    width: 100%;
    padding-block: 1.0625rem;
    border: none;
    border-radius: 8px;
    background-color: var(--btn-secondary-bg-color);
    color: var(--btn-primary-text-color);
    font-size: .875rem;
    font-weight: bold;
    line-height: 1;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media screen and (min-width: 1200px) {

    .confirm-page input.use_point_button,
    .confirm-page input.use_coupon_button {
        width: 220px;
        margin-left: auto
    }
}

@media screen and (min-width: 992px) {

    .confirm-page input.use_point_button:hover,
    .confirm-page input.use_coupon_button:hover {
        opacity: .9
    }
}

.confirm-page input.reset_coupon_button {
    display: block;
    position: absolute;
    top: 40px;
    right: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding: 0;
    border: none;
    background: none;
    font-size: .75rem;
    text-decoration: underline;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media screen and (min-width: 1200px) {
    .confirm-page input.reset_coupon_button {
        top: 44px;
        font-size: .8125rem
    }
}

.confirm-page input.reset_coupon_button:hover {
    text-decoration: none
}

@media screen and (min-width: 992px) {
    .confirm-page input.reset_coupon_button:hover {
        opacity: .8
    }
}

.confirm-page input.reset_coupon_button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.confirm-page .send {
    margin-top: 1.875rem;
    gap: 36px
}

@media screen and (min-width: 1200px) {
    .confirm-page .confirm-info form:has(>.send) {
        grid-column: 2/3;
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
}

@media screen and (min-width: 1200px) {
    .confirm-page .accordion-body {
        padding-bottom: 2.25rem;
        border-bottom: 1px solid var(--general-border-color)
    }
}

.confirm-page .accordion-body .cart-table tbody td.unitprice {
    grid-row: 2/3
}

.confirm-page .accordion-body .cart-table tbody td.quantity {
    grid-row: 3/4
}

.confirm-page .accordion-body .cart-table tbody td.subtotal {
    grid-row: 2/4
}

.confirm-page .accordion-body .cart-table tfoot tr td:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.confirm-page .accordion-body .cart-table tfoot .amount {
    margin-top: 0;
    border-top: none
}

.confirm-page form#use_coupon,
.confirm-page form.use-point {
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
    border-bottom: 1px solid var(--general-border-color)
}

.confirm-page form.use-point+#use_coupon {
    padding-bottom: 0;
    border-bottom: none
}

.confirm-page table {
    background: none
}

.confirm-page table.confirm-table {
    display: block;
    margin-top: 3.125rem;
    padding: 1rem 1.25rem 1.5rem;
    border-radius: 8px;
    border-color: var(--general-border-color)
}

@media screen and (min-width: 768px) {
    .confirm-page table.confirm-table {
        padding: 1.25rem 1.875rem
    }
}

@media screen and (min-width: 1200px) {
    .confirm-page table.confirm-table {
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-top: 0
    }
}

.confirm-page table.confirm-table tbody,
.confirm-page table.confirm-table tr,
.confirm-page table.confirm-table th,
.confirm-page table.confirm-table td {
    display: block
}

@media screen and (min-width: 768px) {
    .confirm-page table.confirm-table tbody {
        display: table-row-group
    }

    .confirm-page table.confirm-table tr {
        display: table-row
    }

    .confirm-page table.confirm-table th,
    .confirm-page table.confirm-table td {
        display: table-cell
    }
}

.confirm-page table.confirm-table th,
.confirm-page table.confirm-table td {
    padding: 0;
    border: none
}

.confirm-page table.confirm-table th {
    margin-bottom: .125rem;
    background: none;
    font-size: .875rem
}

@media screen and (min-width: 768px) {
    .confirm-page table.confirm-table th {
        width: 11.25rem;
        padding: .375rem 1rem .375rem 0;
        font-size: .875rem;
        font-weight: normal;
        vertical-align: top
    }
}

.confirm-page table.confirm-table td {
    min-height: 1.4375rem;
    margin-bottom: .625rem;
    font-size: 1rem
}

@media screen and (min-width: 768px) {
    .confirm-page table.confirm-table td {
        min-height: auto;
        padding: .375rem 0
    }
}

.confirm-page table.confirm-table tbody tr.ttl h3,
.confirm-page table.confirm-table tbody tr.ttl .h3 {
    margin-bottom: 1rem;
    padding-bottom: .375rem;
    border-bottom: 1px solid var(--general-border-color);
    font-size: 1rem;
    font-weight: bold
}

@media screen and (min-width: 768px) {

    .confirm-page table.confirm-table tbody tr.ttl h3,
    .confirm-page table.confirm-table tbody tr.ttl .h3 {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
        font-size: 1.125rem
    }
}

.confirm-page table.confirm-table tbody tr.ttl:not(:first-child) h3,
.confirm-page table.confirm-table tbody tr.ttl:not(:first-child) .h3 {
    margin-top: 1.125rem
}

@media screen and (min-width: 768px) {

    .confirm-page table.confirm-table tbody tr.ttl:not(:first-child) h3,
    .confirm-page table.confirm-table tbody tr.ttl:not(:first-child) .h3 {
        margin-top: .8125rem;
        padding-top: 24px;
        border-top: 1px solid var(--general-border-color)
    }
}

.confirm-page table.point-table,
.confirm-page table#coupon_table {
    width: 100%;
    margin: 0;
    border: none
}

@media screen and (min-width: 1200px) {
    .confirm-page table.point-table {
        position: relative
    }
}

.confirm-page table.point-table tbody tr:first-child td {
    margin-bottom: .625rem
}

@media screen and (min-width: 1200px) {
    .confirm-page table.point-table tbody tr:first-child td {
        margin-bottom: .9375rem
    }
}

.confirm-page table.point-table th,
.confirm-page table.point-table td {
    display: block;
    padding: 0;
    border: none;
    background: none
}

.confirm-page table.point-table th {
    margin-bottom: .125rem
}

@media screen and (min-width: 1200px) {
    .confirm-page table.point-table th {
        margin-bottom: .375rem
    }
}

.confirm-page table.point-table td {
    position: relative;
    margin-bottom: 1rem;
    font-size: .75rem
}

@media screen and (min-width: 1200px) {
    .confirm-page table.point-table td {
        font-size: .8125rem
    }
}

.confirm-page table.point-table td input[type=text] {
    width: 100%;
    padding-right: 3rem
}

.confirm-page table.point-table td .label {
    position: absolute;
    top: 50%;
    right: 20px;
    translate: 0 -50%;
    font-size: .875rem;
    font-weight: bold
}

.confirm-page table.point-table td.c-point {
    font-weight: bold
}

@media screen and (min-width: 1200px) {
    .confirm-page table.point-table td.c-point {
        position: absolute;
        bottom: 12px;
        left: 0;
        margin-bottom: 0
    }
}

.confirm-page table.point-table td.c-point .point {
    padding-right: .25rem;
    font-size: 1rem
}

.confirm-page table.point-table td.c-point .point::before {
    content: ":";
    display: inline;
    padding-right: .25rem;
    font-size: .75rem;
    vertical-align: text-bottom
}

.confirm-page table.point-table td.point-btn {
    margin-bottom: 0
}

.confirm-page table#coupon_table {
    position: relative;
    float: none
}

.confirm-page table#coupon_table tbody tr:first-child td:first-child {
    margin-bottom: .125rem;
    font-weight: bold
}

@media screen and (min-width: 1200px) {
    .confirm-page table#coupon_table tbody tr:first-child td:first-child {
        margin-bottom: .375rem
    }
}

.confirm-page table#coupon_table tbody tr:first-child td:last-child {
    margin-bottom: 1.25rem
}

@media screen and (min-width: 1200px) {
    .confirm-page table#coupon_table tbody tr:first-child td:last-child {
        margin-bottom: .9375rem
    }
}

.confirm-page table#coupon_table td {
    display: block;
    height: auto;
    padding: 0;
    border: none;
    background: none
}

.confirm-page table#coupon_table td input[type=text] {
    width: 100%;
    padding-right: 5rem
}

.confirm-page table#amount_each_time {
    display: block;
    margin-block: 1.5rem;
    padding: 1rem .75rem;
    border: 1px solid var(--general-border-color);
    border-radius: 8px;
    background-color: var(--general-bg-color)
}

@media screen and (min-width: 768px) {
    .confirm-page table#amount_each_time {
        padding: 1.875rem
    }
}

@media screen and (min-width: 1200px) {
    .confirm-page table#amount_each_time {
        margin-top: 0;
        padding: 1.25rem
    }
}

.confirm-page table#amount_each_time tbody {
    display: block
}

.confirm-page table#amount_each_time tbody tr {
    display: block;
    position: relative
}

.confirm-page table#amount_each_time tbody tr:first-child th {
    display: none
}

.confirm-page table#amount_each_time tbody tr:not(:first-child):not(:last-child) {
    margin-bottom: .5rem;
    padding: 0 .5rem .5rem;
    border-bottom: 1px solid var(--general-border-color)
}

.confirm-page table#amount_each_time td {
    display: block;
    padding: 0;
    border: none;
    background: none;
    text-align: left
}

.confirm-page table#amount_each_time td.item-description {
    margin-block: 0 .8125rem;
    padding-bottom: .625rem;
    border-bottom: 1px solid var(--general-border-color)
}

.confirm-page table#amount_each_time td.times::before,
.confirm-page table#amount_each_time td.quantity::before,
.confirm-page table#amount_each_time td.price::before {
    content: attr(data-label);
    display: inline
}

@media screen and (min-width: 768px) {

    .confirm-page table#amount_each_time td.times::before,
    .confirm-page table#amount_each_time td.quantity::before,
    .confirm-page table#amount_each_time td.price::before {
        content: attr(data-label) " : ";
        margin-right: .25rem
    }
}

.confirm-page table#amount_each_time td.times {
    margin-bottom: .125rem;
    font-weight: bold
}

.confirm-page table#amount_each_time td.scheduled-date,
.confirm-page table#amount_each_time td.quantity,
.confirm-page table#amount_each_time td.price {
    font-size: .8125rem
}

.confirm-page table#amount_each_time td.quantity,
.confirm-page table#amount_each_time td.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (min-width: 768px) {

    .confirm-page table#amount_each_time td.quantity,
    .confirm-page table#amount_each_time td.price {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }
}

.confirm-page table#amount_each_time td.scheduled-date {
    position: absolute;
    top: 0;
    right: 8px;
    font-size: .875rem
}

@media screen and (max-width: 360px) {
    .confirm-page table#amount_each_time td.scheduled-date {
        position: static
    }
}

.confirm-page table#amount_each_time td.continue-description {
    font-size: .75rem;
    text-align: right
}

.confirm-page table#amount_each_time+.use-point,
.confirm-page table#amount_each_time+#use_coupon {
    padding-top: 1.75rem;
    border-top: 1px solid var(--general-border-color)
}

.confirm-page .available_point_message {
    margin-bottom: -1.5rem;
    color: var(--notice-color)
}

@media screen and (min-width: 1200px) {
    .confirm-page .available_point_message {
        margin-bottom: 1.875rem
    }
}

.confirm-page .wc_confirm_notes_area {
    margin: 1.125rem 0 1.875rem;
    font-size: .875rem
}

@media screen and (min-width: 992px) {
    .confirm-page .wc_confirm_notes_area {
        font-size: .9375rem
    }
}

@media screen and (min-width: 1200px) {
    .confirm-page .wc_confirm_notes_area {
        margin: 0
    }
}

.customer-page .send {
    gap: 0
}

.customer-page .send input.back_cart_button {
    margin-top: .625rem
}

.customer-page .send input.to_deliveryinfo_button {
    margin-top: -0.75rem
}

.customer-page .member-section .label,
.customer-page .guest-section .label {
    font-size: .9375rem;
    font-weight: bold
}

.customer-page .member-section+.guest-section {
    margin-top: 5rem
}

@media screen and (min-width: 992px) {
    .customer-page .member-section+.guest-section {
        margin-top: 3.75rem
    }
}

.customer-page .member-section .label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: .625rem;
    margin-bottom: 1rem
}

.customer-page .member-section .label::before {
    content: "";
    display: block;
    width: 13px;
    background-color: var(--general-text-color);
    -webkit-mask: url("../icon/ico-user-fill.svg") no-repeat center/13px;
    mask: url("../icon/ico-user-fill.svg") no-repeat center/13px
}

.customer-page .member-section input[type=password] {
    width: 100%;
    margin: 0;
    padding-right: 12em
}

@media screen and (min-width: 992px) {
    .customer-page .member-section input[type=password] {
        padding-right: 15em
    }
}

.customer-page .member-section .send {
    margin-top: .75rem
}

.customer-page .member-section #nav {
    margin-block: 1rem 0
}

.customer-page .member-section #nav a.newmember {
    display: block;
    padding-block: 1.125rem;
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    background-color: var(--btn-senary-bg-color);
    color: var(--primary-color);
    font-size: .875rem;
    line-height: 1;
    text-align: center;
    text-decoration: none
}

.customer-page .member-section #nav a.newmember:hover {
    background-color: var(--primary-color);
    color: var(--btn-senary-hov-text-color)
}

@media screen and (min-width: 992px) {
    .customer-page .member-section #nav a.newmember:hover {
        opacity: .9
    }
}

.customer-page .guest-section .label {
    position: relative;
    margin-bottom: 1.5rem
}

.customer-page .guest-section .label span {
    display: block;
    position: relative;
    z-index: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding-inline: 1rem;
    background-color: var(--general-bg-color)
}

@media screen and (min-width: 992px) {
    .customer-page .guest-section .label span {
        padding-inline: 1.5rem
    }
}

.customer-page .guest-section .label::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--customer-title-border-color);
    translate: 0 -50%
}

.delivery-page .send {
    gap: 0
}

.delivery-page .send input.back_to_customer_button {
    margin-top: .625rem
}

.delivery-page .customer_form#delivery_flag tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 0 10px
}

.delivery-page .customer_form#delivery_flag tr {
    display: contents
}

@media screen and (max-width: 360px) {
    .delivery-page .customer_form#delivery_flag tr:first-child td {
        margin-bottom: .625rem
    }
}

.delivery-page .customer_form#delivery_flag th {
    width: 100%;
    margin-bottom: .3125rem
}

@media screen and (max-width: 360px) {
    .delivery-page .customer_form#delivery_flag td {
        width: 100%
    }
}

@media screen and (min-width: 576px) {
    .delivery-page .customer_form#delivery_flag td {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

@media screen and (min-width: 1200px) {
    .delivery-page .customer_form#delivery_flag td {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

.delivery-page .customer_form#delivery_flag td label {
    display: block;
    margin: 0;
    padding: .875rem clamp(0.375rem, -4.125rem + 0.2*100vw, 0.75rem);
    border: 1px solid var(--btn-quinary-border-color);
    border-radius: 6px;
    background-color: var(--btn-quinary-bg-color);
    color: var(--btn-quinary-text-color);
    font-size: clamp(0.75rem, 0rem + 0.0333333333*100vw, 0.8125rem);
    text-align: center;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media screen and (min-width: 1200px) {
    .delivery-page .customer_form#delivery_flag td label {
        width: 12.5rem;
        font-size: .875rem
    }
}

.delivery-page .customer_form#delivery_flag td label:hover,
.delivery-page .customer_form#delivery_flag td label:has(:checked) {
    border-color: var(--btn-quinary-hov-color);
    color: var(--btn-quinary-hov-color)
}

.delivery-page .customer_form#delivery_table tbody tr:first-child {
    padding-top: 1.625rem;
    border-top: 1px solid var(--general-border-color)
}

.delivery-page .customer_form#delivery_table tbody tr:first-child:not(.inp1) {
    display: block
}

.delivery-page .customer_form#time tbody tr:last-child {
    display: block;
    margin-block: 1.5rem 0;
    padding-block: 1.625rem 0;
    border-top: 1px solid var(--general-border-color)
}

.delivery-page .customer_form#time tbody tr:last-child th {
    margin-bottom: .3125rem
}

.delivery-page .customer_form#time tbody tr:last-child td {
    margin: 0
}

.delivery-page .customer_form#time tbody tr:first-child:last-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none
}

.delivery-page .customer_form#time tbody tr:first-child:last-child td {
    color: var(--general-text-color)
}

.delivery-page .customer_form#time tbody tr:first-child:last-child td div {
    font-size: .875rem
}

.delivery-page .customer_form#time tbody dl {
    margin: 0
}

.delivery-page .customer_form#time tbody dt label {
    display: block;
    margin-bottom: 1.25rem;
    padding: .875rem .75rem;
    border-radius: 6px;
    background-color: var(--general-light-bg-color-darker)
}

@media screen and (min-width: 1200px) {
    .delivery-page .customer_form#time tbody dt label {
        margin-bottom: 2rem
    }
}

.delivery-page .customer_form#time tbody dd {
    margin: -0.25rem 0 1rem 2.25rem;
    color: var(--general-text-color);
    font-size: .8125rem
}

@media screen and (min-width: 1200px) {
    .delivery-page .customer_form#time tbody dd {
        margin-block: -1rem 1.75rem;
        font-size: .875rem
    }
}

.delivery-page .customer_form#notes_table tr {
    display: block;
    margin-top: 1.5rem;
    padding-top: 1.625rem;
    border-top: 1px solid var(--general-border-color)
}

.delivery-page .customer_form#notes_table textarea {
    width: 100%
}

.delivery-page .customer_form#custom_order {
    display: block;
    margin-top: 1.5rem;
    padding-top: 1.625rem;
    border-top: 1px solid var(--general-border-color)
}

.delivery-page .customer_form#custom_order tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.delivery-page .customer_form#custom_order tr {
    width: 100%
}

.delivery-page .customer_form#custom_order th {
    margin-bottom: .3125rem
}

.delivery-page .customer_form#custom_order td label.iopt_label {
    display: block
}

@media screen and (min-width: 1200px) {

    .delivery-page .customer_form#sbps_form,
    .delivery-page .customer_form#paypal_card_form,
    .delivery-page .customer_form#paygent_card_form {
        margin-top: 1.5rem
    }
}

.delivery-page .customer_form#sbps_form tbody,
.delivery-page .customer_form#paypal_card_form tbody,
.delivery-page .customer_form#paygent_card_form tbody {
    display: block;
    margin-bottom: 1.5rem
}

.delivery-page .customer_form#sbps_form tbody tr,
.delivery-page .customer_form#paypal_card_form tbody tr,
.delivery-page .customer_form#paygent_card_form tbody tr {
    display: block;
    padding: 1.25rem;
    border: 1px solid var(--credit-border-color);
    border-radius: 6px;
    background-color: var(--credit-bg-color)
}

.delivery-page .customer_form#sbps_form tbody th,
.delivery-page .customer_form#paypal_card_form tbody th,
.delivery-page .customer_form#paygent_card_form tbody th {
    margin-bottom: 1rem;
    font-size: .875rem
}

@media screen and (min-width: 1200px) {

    .delivery-page .customer_form#sbps_form tbody th,
    .delivery-page .customer_form#paypal_card_form tbody th,
    .delivery-page .customer_form#paygent_card_form tbody th {
        margin-bottom: 1.25rem;
        font-size: 1rem
    }
}

.delivery-page .customer_form#sbps_form tbody td,
.delivery-page .customer_form#paypal_card_form tbody td,
.delivery-page .customer_form#paygent_card_form tbody td {
    margin: 0
}

.delivery-page .customer_form#zeus tbody,
.delivery-page .customer_form#zeus_conv tbody,
.delivery-page .customer_form#zeus_bank tbody,
.delivery-page .customer_form#zeus_bnpl tbody,
.delivery-page .customer_form#paygent_conv_form tbody,
.delivery-page .customer_form#paygent_atm_form tbody,
.delivery-page .customer_form#paygent_bank_form tbody {
    display: block;
    margin-bottom: 1.5rem;
    padding: 1.25rem;
    border: 1px solid var(--credit-border-color);
    border-radius: 6px;
    background-color: var(--credit-bg-color)
}

@media screen and (min-width: 1200px) {
    .delivery-page .customer_form#zeus {
        margin-top: 1.5rem
    }
}

.delivery-page .customer_form#zeus tbody tr {
    display: block;
    margin-block: 1.25rem .625rem
}

.delivery-page .customer_form#zeus tbody tr:first-child {
    margin-top: .625rem
}

.delivery-page .customer_form#zeus tbody tr:first-child th {
    margin-bottom: 1rem
}

@media screen and (min-width: 1200px) {
    .delivery-page .customer_form#zeus tbody tr:first-child th {
        margin-bottom: 1.25rem
    }
}

.delivery-page .customer_form#zeus tbody th {
    margin-bottom: .625rem;
    font-size: .875rem
}

@media screen and (min-width: 1200px) {
    .delivery-page .customer_form#zeus tbody th {
        font-size: 1rem
    }
}

.delivery-page .customer_form#zeus tbody td {
    margin: 0
}

.delivery-page .customer_form#zeus tbody div[id^=zeus_] {
    margin: 0
}

.delivery-page .customer_form#zeus tbody input[type=radio] {
    margin-right: .1875rem
}

.delivery-page .customer_form#zeus tbody select {
    height: 2.75rem
}

.delivery-page .customer_form#zeus tbody #zeus_token_card_expires_note {
    display: block;
    margin-top: .1875rem
}

.delivery-page .customer_form#zeus tbody #zeus_agreement_note {
    scrollbar-width: thin
}

.delivery-page .customer_form#zeus tbody #zeus_registerd_card_area:not(:empty) {
    margin-bottom: 1rem
}

@media screen and (min-width: 1200px) {
    .delivery-page .customer_form#zeus tbody #zeus_registerd_card_area:not(:empty) {
        margin-top: 1rem
    }
}

.delivery-page .customer_form#zeus tbody #zeus_registerd_card_area label {
    margin-block: 0
}

.delivery-page .customer_form#zeus tbody #zeus_registerd_card_area a {
    display: inline-block;
    margin-top: .25rem;
    font-size: .875rem
}

.delivery-page .customer_form#zeus tbody #zeus_new_card_area label {
    margin-block: 0 .1875rem;
    font-size: .75rem;
    font-weight: bold
}

@media screen and (min-width: 1200px) {
    .delivery-page .customer_form#zeus tbody #zeus_new_card_area label {
        font-size: .8125rem
    }
}

.delivery-page .customer_form#zeus tbody #zeus_new_card_area label:not(:first-child) {
    margin-top: .5rem
}

.delivery-page .customer_form#zeus tbody #zeus_new_card_area label.iopt_label {
    margin-block: .625rem 0;
    font-size: .875rem;
    font-weight: normal
}

.delivery-page .customer_form#zeus tbody #zeus_new_card_area input[type=text],
.delivery-page .customer_form#zeus tbody #zeus_new_card_area input[type=tel],
.delivery-page .customer_form#zeus tbody #zeus_new_card_area select {
    height: 2.75rem
}

.delivery-page .customer_form#zeus tbody #zeus_new_card_area select {
    width: auto;
    min-width: auto
}

.delivery-page .customer_form#zeus tbody #zeus_new_card_area span#zeus_token_card_expires_month_suffix,
.delivery-page .customer_form#zeus tbody #zeus_new_card_area span#zeus_token_card_expires_year_suffix {
    color: var(--general-text-color)
}

.delivery-page .customer_form#zeus tbody #zeus_new_card_area span#zeus_token_card_expires_month_suffix {
    margin-inline: .375rem .875rem
}

.delivery-page .customer_form#zeus tbody #zeus_new_card_area span#zeus_token_card_expires_year_suffix {
    margin-left: .375rem
}

.delivery-page .customer_form#zeus tbody #zeus_new_card_area input#zeus_token_card_number,
.delivery-page .customer_form#zeus tbody #zeus_new_card_area input#zeus_token_card_name {
    max-width: none
}

.delivery-page .customer_form#zeus tbody #zeus_new_card_area input#zeus_token_card_cvv {
    width: 6.25rem
}

.delivery-page .customer_form#zeus tbody #zeus_new_card_area input#zeus_token_card_name {
    margin-bottom: .625rem
}

.delivery-page .customer_form#zeus_conv tr {
    display: block
}

.delivery-page .customer_form#zeus_conv input[type=text],
.delivery-page .customer_form#zeus_conv #pay_cvs_zeus {
    width: 100%;
    height: 2.75rem
}

.delivery-page .customer_form#zeus_conv td:has(#username_conv) {
    margin-bottom: 0
}

.delivery-page .customer_form#zeus_conv #username_conv {
    margin-bottom: .1875rem
}

.delivery-page .customer_form#zeus_bank tr {
    display: block
}

.delivery-page .customer_form#zeus_bank #username_bank {
    height: 2.75rem;
    margin-bottom: .1875rem
}

.delivery-page .customer_form#zeus_bnpl td {
    margin-bottom: 0
}

.delivery-page .customer_form#zeus_bnpl #tel_mobile {
    max-width: 9.375rem;
    height: 2.75rem;
    margin-right: .1875rem
}

.delivery-page .customer_form#sbps_form .sbps_new_card_area {
    margin: 0
}

.delivery-page .customer_form#sbps_form .sbps_new_card_area dt {
    margin: .5rem 0 .1875rem;
    color: var(--general-text-color)
}

.delivery-page .customer_form#sbps_form .sbps_new_card_area dl,
.delivery-page .customer_form#sbps_form .sbps_new_card_area dd {
    margin: 0;
    color: var(--general-text-color)
}

.delivery-page .customer_form#sbps_form .sbps_new_card_area select {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: auto;
    margin-right: .375rem
}

.delivery-page .customer_form#sbps_form .sbps_new_card_area select.cc_expyy {
    margin-left: .875rem
}

.delivery-page .customer_form#sbps_form .sbps_new_card_area .attention {
    color: var(--general-input-placeholder-color)
}

.delivery-page .customer_form#sbps_form .sbps_new_card_area .cc_number {
    width: 100%
}

.delivery-page .customer_form#sbps_form .sbps_new_card_area .cc_seccd {
    width: 100px
}

.delivery-page .customer_form#paypal_card_form .card_selection input[type=radio] {
    margin-right: .3125rem
}

.delivery-page .customer_form#paypal_card_form .card_selection .card_last_digits {
    padding: 0 0 0 1.5rem
}

.delivery-page .customer_form#paypal_card_form .card_container {
    padding: 0;
    background-color: var(--credit-bg-color)
}

.delivery-page .customer_form#paypal_card_form .card_container label {
    margin-bottom: .1875rem;
    font-size: .75rem;
    font-weight: bold
}

@media screen and (min-width: 1200px) {
    .delivery-page .customer_form#paypal_card_form .card_container label {
        font-size: .8125rem
    }
}

.delivery-page .customer_form#paypal_card_form .card_container .card_field {
    margin-block: .1875rem .5rem
}

.delivery-page .customer_form#paypal_card_form .card_container .card_field#cvv {
    margin-bottom: 1rem
}

.delivery-page .customer_form#paygent_card_form p:has(#stock_card_use) {
    margin-bottom: 0
}

.delivery-page .customer_form#paygent_card_form .paygent_registerd_card_area {
    margin: 0 0 1rem 1.5rem
}

.delivery-page .customer_form#paygent_card_form .paygent_card_area dl,
.delivery-page .customer_form#paygent_card_form .paygent_new_card_area dl,
.delivery-page .customer_form#paygent_card_form .paygent_card_split_count_area dl {
    margin: 0
}

.delivery-page .customer_form#paygent_card_form .paygent_card_area dt,
.delivery-page .customer_form#paygent_card_form .paygent_new_card_area dt,
.delivery-page .customer_form#paygent_card_form .paygent_card_split_count_area dt {
    margin-bottom: .1875rem;
    color: var(--general-text-color);
    font-size: .75rem
}

@media screen and (min-width: 1200px) {

    .delivery-page .customer_form#paygent_card_form .paygent_card_area dt,
    .delivery-page .customer_form#paygent_card_form .paygent_new_card_area dt,
    .delivery-page .customer_form#paygent_card_form .paygent_card_split_count_area dt {
        font-size: .8125rem
    }
}

.delivery-page .customer_form#paygent_card_form .paygent_card_area dd:has(.stock_card_mode),
.delivery-page .customer_form#paygent_card_form .paygent_new_card_area dd:has(.stock_card_mode),
.delivery-page .customer_form#paygent_card_form .paygent_card_split_count_area dd:has(.stock_card_mode) {
    margin-bottom: 0
}

.delivery-page .customer_form#paygent_card_form .paygent_card_area dd:has(.expire_month),
.delivery-page .customer_form#paygent_card_form .paygent_new_card_area dd:has(.expire_month),
.delivery-page .customer_form#paygent_card_form .paygent_card_split_count_area dd:has(.expire_month) {
    color: var(--general-text-color)
}

.delivery-page .customer_form#paygent_card_form .paygent_card_area dd:has(.expire_month) select,
.delivery-page .customer_form#paygent_card_form .paygent_new_card_area dd:has(.expire_month) select,
.delivery-page .customer_form#paygent_card_form .paygent_card_split_count_area dd:has(.expire_month) select {
    margin-right: .375rem
}

.delivery-page .customer_form#paygent_card_form .paygent_card_area dd:has(.expire_month) .expire_year,
.delivery-page .customer_form#paygent_card_form .paygent_new_card_area dd:has(.expire_month) .expire_year,
.delivery-page .customer_form#paygent_card_form .paygent_card_split_count_area dd:has(.expire_month) .expire_year {
    margin-left: .625rem
}

.delivery-page .customer_form#paygent_card_form .paygent_card_area input[type=tel],
.delivery-page .customer_form#paygent_card_form .paygent_new_card_area input[type=tel],
.delivery-page .customer_form#paygent_card_form .paygent_card_split_count_area input[type=tel] {
    height: 2.75rem
}

.delivery-page .customer_form#paygent_card_form .paygent_card_area .card_number,
.delivery-page .customer_form#paygent_card_form .paygent_new_card_area .card_number,
.delivery-page .customer_form#paygent_card_form .paygent_card_split_count_area .card_number {
    width: 100%
}

.delivery-page .customer_form#paygent_card_form .paygent_card_area .cvc,
.delivery-page .customer_form#paygent_card_form .paygent_new_card_area .cvc,
.delivery-page .customer_form#paygent_card_form .paygent_card_split_count_area .cvc {
    width: 6.25rem
}

.delivery-page .customer_form#paygent_card_form .paygent_card_area select,
.delivery-page .customer_form#paygent_card_form .paygent_new_card_area select,
.delivery-page .customer_form#paygent_card_form .paygent_card_split_count_area select {
    width: auto;
    min-width: auto;
    height: 2.75rem
}

.delivery-page .customer_form#paygent_conv_form tr:has(.customer_name),
.delivery-page .customer_form#paygent_atm_form tr:has(.customer_name),
.delivery-page .customer_form#paygent_bank_form tr:has(.customer_name) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .625rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.delivery-page .customer_form#paygent_conv_form tr:has(.customer_name) th,
.delivery-page .customer_form#paygent_atm_form tr:has(.customer_name) th,
.delivery-page .customer_form#paygent_bank_form tr:has(.customer_name) th {
    width: 100%
}

.delivery-page .customer_form#paygent_conv_form tr:has(.customer_name) td,
.delivery-page .customer_form#paygent_atm_form tr:has(.customer_name) td,
.delivery-page .customer_form#paygent_bank_form tr:has(.customer_name) td {
    display: grid;
    grid-template-columns: repeat(2, auto);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(50% - 38px)
}

.delivery-page .customer_form#paygent_conv_form tr:has(.customer_name) td+td,
.delivery-page .customer_form#paygent_atm_form tr:has(.customer_name) td+td,
.delivery-page .customer_form#paygent_bank_form tr:has(.customer_name) td+td {
    display: grid;
    grid-template-columns: repeat(3, auto);
    width: calc(50% + 28px)
}

.delivery-page .customer_form#dlseller_terms tbody tr:last-child td,
.delivery-page .customer_form#dlseller_terms tbody tr:last-child label {
    margin-bottom: 0
}

.delivery-page .customer_form#dlseller_terms tbody td {
    color: var(--general-text-color)
}

.delivery-page .customer_form#dlseller_terms tbody .dlseller_terms {
    height: 7.5rem;
    padding: .75rem;
    overflow-y: auto;
    border: 1px solid var(--general-input-border-color);
    border-radius: 6px;
    color: var(--general-text-color);
    font-size: .8125rem;
    line-height: 1.5;
    scrollbar-width: thin;
    word-break: break-all
}

@media screen and (min-width: 992px) {
    .delivery-page .customer_form#dlseller_terms tbody .dlseller_terms {
        height: 9.375rem
    }
}

.cart-error-page {
    margin-inline: var(--layout-wide-cart-full-bleed-max)
}

@media screen and (min-width: 576px) {
    .cart-error-page article {
        max-width: 540px;
        margin-inline: auto;
        padding-inline: 0
    }
}

@media screen and (min-width: 768px) {
    .cart-error-page article {
        max-width: 720px
    }
}

@media screen and (min-width: 992px) {
    .cart-error-page article {
        max-width: 960px
    }
}

@media screen and (min-width: 1200px) {
    .cart-error-page article {
        max-width: 1100px
    }
}

.cart-error-page .error-page {
    margin-top: 3.75rem;
    text-align: center
}

.cart-error-page .error-page p {
    font-size: 1rem
}

@media screen and (max-width: 360px) {
    .cart-error-page .error-page p {
        font-size: .875rem
    }
}

@media screen and (min-width: 992px) {
    .cart-error-page .error-page p {
        font-size: 1.125rem
    }
}

article:has(#memberpages) .entry-header .entry-title {
    font-size: 1.25rem;
    text-align: center
}

@media screen and (min-width: 768px) {
    article:has(#memberpages) .entry-header .entry-title {
        font-size: 1.5rem
    }
}

.member_page_title {
    margin-bottom: 1.875rem;
    font-size: 1.25rem;
    text-align: center
}

@media screen and (min-width: 992px) {
    .member_page_title {
        margin-bottom: 4.5rem;
        font-size: 1.5rem
    }
}

.member-page .header_explanation:not(:empty),
.member-completion-page .header_explanation:not(:empty) {
    margin-block: 1.875rem;
    font-size: .875rem
}

@media screen and (min-width: 992px) {

    .member-page .header_explanation:not(:empty),
    .member-completion-page .header_explanation:not(:empty) {
        margin-block: 4.5rem;
        font-size: .9375rem
    }
}

@media screen and (min-width: 768px) {

    .member-page .footer_explanation,
    .member-completion-page .footer_explanation {
        grid-column: 1/3
    }
}

.member-page .footer_explanation:not(:empty),
.member-completion-page .footer_explanation:not(:empty) {
    margin-block: 1.875rem 0;
    font-size: .875rem
}

@media screen and (min-width: 992px) {

    .member-page .footer_explanation:not(:empty),
    .member-completion-page .footer_explanation:not(:empty) {
        margin-block: 4.5rem 0;
        font-size: .9375rem
    }
}

@media screen and (min-width: 768px) {

    .member-page .member-grid,
    .member-completion-page .member-grid {
        display: grid;
        grid-template-columns: 35% auto;
        gap: 0 2.5rem
    }
}

@media screen and (min-width: 992px) {

    .member-page .member-grid,
    .member-completion-page .member-grid {
        grid-template-columns: 18.75rem auto;
        gap: 0 3.75rem
    }
}

.member-page .member-grid h3,
.member-page .member-grid .h3,
.member-completion-page .member-grid h3,
.member-completion-page .member-grid .h3 {
    display: block;
    margin-bottom: 1.25rem;
    padding-bottom: 1.125rem;
    border-bottom: 1px solid var(--general-border-color);
    font-size: 1rem;
    font-weight: bold
}

@media screen and (min-width: 992px) {

    .member-page .member-grid h3,
    .member-page .member-grid .h3,
    .member-completion-page .member-grid h3,
    .member-completion-page .member-grid .h3 {
        font-size: 1.125rem
    }
}

.member-page .member-grid .gotoedit,
.member-page .member-grid .member_submenu li,
.member-completion-page .member-grid .gotoedit,
.member-completion-page .member-grid .member_submenu li {
    list-style: none
}

.member-page .member-grid .gotoedit a,
.member-page .member-grid .member_submenu li a,
.member-completion-page .member-grid .gotoedit a,
.member-completion-page .member-grid .member_submenu li a {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: .6875rem 1.25rem;
    border: 1px solid var(--general-text-color);
    border-radius: 6px;
    background-color: #fff;
    color: var(--general-text-color);
    font-size: .875rem;
    line-height: 1.5;
    text-align: center;
    text-decoration: none
}

.member-page .member-grid .gotoedit a:hover,
.member-page .member-grid .member_submenu li a:hover,
.member-completion-page .member-grid .gotoedit a:hover,
.member-completion-page .member-grid .member_submenu li a:hover {
    border-color: var(--btn-secondary-hov-bg-color);
    background-color: var(--btn-secondary-hov-bg-color);
    color: var(--btn-secondary-text-color)
}

@media screen and (min-width: 768px) {

    .member-page .member-grid .member-nav,
    .member-completion-page .member-grid .member-nav {
        grid-column: 1/3
    }
}

.member-page .member-grid .member-nav .member_submenu,
.member-completion-page .member-grid .member-nav .member_submenu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 var(--layout-wide-cart-full-bleed-min) 1.875rem;
    padding: 1.875rem 1.5rem;
    background-color: var(--general-light-bg-color);
    list-style: none;
    gap: .625rem
}

@media screen and (min-width: 768px) {

    .member-page .member-grid .member-nav .member_submenu,
    .member-completion-page .member-grid .member-nav .member_submenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-inline: 0;
        padding: .9375rem
    }
}

.member-page .member-grid .member-nav .member_submenu:has(li:only-child),
.member-completion-page .member-grid .member-nav .member_submenu:has(li:only-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.member-page .member-grid .member-nav .header_explanation,
.member-completion-page .member-grid .member-nav .header_explanation {
    margin-block: 1.875rem
}

@media screen and (min-width: 992px) {

    .member-page .member-grid .member-nav .header_explanation,
    .member-completion-page .member-grid .member-nav .header_explanation {
        margin-block: 1.875rem 3rem
    }
}

.member-page .member-grid .member-nav div.gotoedit,
.member-completion-page .member-grid .member-nav div.gotoedit {
    margin-top: 1.25rem
}

@media screen and (min-width: 576px) {

    .member-page .member-grid .member-nav div.gotoedit a,
    .member-completion-page .member-grid .member-nav div.gotoedit a {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-left: auto
    }
}

.member-page .member-grid .member-info,
.member-completion-page .member-grid .member-info {
    margin-block: 2.5rem 3.625rem
}

.member-page .member-grid .member-info>h3,
.member-page .member-grid .member-info>.h3,
.member-completion-page .member-grid .member-info>h3,
.member-completion-page .member-grid .member-info>.h3 {
    display: block !important
}

@media screen and (min-width: 768px) {

    .member-page .member-grid .member-info,
    .member-completion-page .member-grid .member-info {
        grid-column: 1/2;
        margin-block: 0
    }
}

.member-page .member-grid .member-info table,
.member-completion-page .member-grid .member-info table {
    display: block;
    margin-bottom: 1.875rem;
    border: none
}

.member-page .member-grid .member-info table tbody,
.member-completion-page .member-grid .member-info table tbody {
    display: block
}

.member-page .member-grid .member-info table tr,
.member-completion-page .member-grid .member-info table tr {
    display: grid;
    grid-template-columns: 8.4375rem auto;
    margin-top: .5rem;
    border-radius: 6px;
    background-color: var(--general-light-bg-color)
}

.member-page .member-grid .member-info table tr:first-child,
.member-completion-page .member-grid .member-info table tr:first-child {
    margin-top: 0
}

.member-page .member-grid .member-info table tr:has(.space),
.member-completion-page .member-grid .member-info table tr:has(.space) {
    display: none
}

.member-page .member-grid .member-info table th,
.member-page .member-grid .member-info table td,
.member-completion-page .member-grid .member-info table th,
.member-completion-page .member-grid .member-info table td {
    display: block;
    padding: .875rem .75rem;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    word-wrap: break-word
}

.member-completion-page .member_page_title {
    margin-bottom: 1.5rem
}

@media screen and (min-width: 768px) {
    .member-completion-page .member_page_title {
        margin-bottom: 2.25rem
    }
}

.member-completion-page #memberpages {
    text-align: center
}

.member-completion-page #memberpages h2,
.member-completion-page #memberpages .h2 {
    margin-bottom: 1.125rem;
    font-size: 1rem
}

@media screen and (min-width: 992px) {

    .member-completion-page #memberpages h2,
    .member-completion-page #memberpages .h2 {
        font-size: 1.125rem
    }
}

#wc_member_update_settlement {
    margin: 3rem var(--layout-wide-980-full-bleed-max) 5rem
}

@media screen and (min-width: 992px) {
    #wc_member_update_settlement {
        margin-block: 6.25rem 9.375rem
    }
}

#wc_member_update_settlement .member_page_title,
#wc_member_update_settlement .entry {
    max-width: 574px;
    margin-inline: auto
}

#wc_member_update_settlement table:not(#zeus) {
    margin-bottom: 32px
}

#wc_member_update_settlement table:not(#zeus) td {
    margin-block: .375rem 1rem;
    color: var(--general-input-placeholder-color);
    font-size: .75rem
}

#wc_member_update_settlement table:not(#zeus) td>p {
    margin-bottom: 0
}

#wc_member_update_settlement table:not(#zeus) td .attention {
    margin-top: .1875rem
}

#wc_member_update_settlement table:not(#zeus) td input {
    height: 2.75rem;
    margin-right: .375rem;
    border: 1px solid var(--general-border-color)
}

#wc_member_update_settlement table:not(#zeus) td input#cardno,
#wc_member_update_settlement table:not(#zeus) td input#cc_number,
#wc_member_update_settlement table:not(#zeus) td input#cardname {
    width: 100%;
    margin: 0
}

#wc_member_update_settlement table:not(#zeus) td input#seccd,
#wc_member_update_settlement table:not(#zeus) td input#cc_seccd {
    width: 6.25rem
}

#wc_member_update_settlement table:not(#zeus) td select {
    display: inline-block;
    width: auto;
    min-width: auto;
    max-width: none;
    height: 2.75rem;
    margin: 0 .5rem 0 0
}

#wc_member_update_settlement #member-card-info .send,
#wc_member_update_settlement #paypal_card_form~.send {
    display: grid;
    gap: 2rem
}

@media screen and (min-width: 992px) {

    #wc_member_update_settlement #member-card-info .send,
    #wc_member_update_settlement #paypal_card_form~.send {
        grid-template-columns: repeat(2, auto)
    }
}

#wc_member_update_settlement #member-card-info .send input,
#wc_member_update_settlement #paypal_card_form~.send input {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding: 0;
    border: none;
    background: none;
    font-size: .875rem;
    text-decoration: underline
}

@media screen and (min-width: 992px) {

    #wc_member_update_settlement #member-card-info .send input,
    #wc_member_update_settlement #paypal_card_form~.send input {
        margin-inline: 0 auto;
        font-size: .9375rem
    }
}

#wc_member_update_settlement #member-card-info .send input:hover,
#wc_member_update_settlement #paypal_card_form~.send input:hover {
    text-decoration: none
}

@media screen and (min-width: 992px) {

    #wc_member_update_settlement #member-card-info .send input:hover,
    #wc_member_update_settlement #paypal_card_form~.send input:hover {
        opacity: .8
    }
}

@media screen and (min-width: 992px) {

    #wc_member_update_settlement #member-card-info .send input:last-child,
    #wc_member_update_settlement #paypal_card_form~.send input:last-child {
        margin-inline: auto 0
    }
}

#wc_member_update_settlement #member-card-info .send input.card-update,
#wc_member_update_settlement #member-card-info .send input#card-update,
#wc_member_update_settlement #member-card-info .send input#card-register,
#wc_member_update_settlement #member-card-info .send input.checkout_button,
#wc_member_update_settlement #paypal_card_form~.send input.card-update,
#wc_member_update_settlement #paypal_card_form~.send input#card-update,
#wc_member_update_settlement #paypal_card_form~.send input#card-register,
#wc_member_update_settlement #paypal_card_form~.send input.checkout_button {
    width: 100%;
    padding-block: 1.1875rem;
    border: none;
    border-radius: 8px;
    background-color: var(--btn-primary-bg-color);
    color: var(--btn-primary-text-color);
    font-size: .875rem;
    font-weight: bold;
    line-height: 1;
    text-decoration: none
}

@media screen and (min-width: 992px) {

    #wc_member_update_settlement #member-card-info .send input.card-update,
    #wc_member_update_settlement #member-card-info .send input#card-update,
    #wc_member_update_settlement #member-card-info .send input#card-register,
    #wc_member_update_settlement #member-card-info .send input.checkout_button,
    #wc_member_update_settlement #paypal_card_form~.send input.card-update,
    #wc_member_update_settlement #paypal_card_form~.send input#card-update,
    #wc_member_update_settlement #paypal_card_form~.send input#card-register,
    #wc_member_update_settlement #paypal_card_form~.send input.checkout_button {
        grid-column: 1/3;
        grid-row: 1/2
    }
}

@media screen and (min-width: 992px) {

    #wc_member_update_settlement #member-card-info .send input.card-update:hover,
    #wc_member_update_settlement #member-card-info .send input#card-update:hover,
    #wc_member_update_settlement #member-card-info .send input#card-register:hover,
    #wc_member_update_settlement #member-card-info .send input.checkout_button:hover,
    #wc_member_update_settlement #paypal_card_form~.send input.card-update:hover,
    #wc_member_update_settlement #paypal_card_form~.send input#card-update:hover,
    #wc_member_update_settlement #paypal_card_form~.send input#card-register:hover,
    #wc_member_update_settlement #paypal_card_form~.send input.checkout_button:hover {
        opacity: .9
    }
}

#wc_member_update_settlement #member-card-info .send input.card-delete,
#wc_member_update_settlement #member-card-info .send input#card-delete,
#wc_member_update_settlement #paypal_card_form~.send input.card-delete,
#wc_member_update_settlement #paypal_card_form~.send input#card-delete {
    width: 100%;
    margin-top: -1rem;
    padding-block: 1.1875rem;
    border-radius: 6px;
    background-color: var(--btn-secondary-bg-color);
    color: var(--btn-secondary-text-color);
    font-size: .875rem;
    font-weight: bold;
    text-decoration: none
}

@media screen and (min-width: 992px) {

    #wc_member_update_settlement #member-card-info .send input.card-delete:hover,
    #wc_member_update_settlement #member-card-info .send input#card-delete:hover,
    #wc_member_update_settlement #paypal_card_form~.send input.card-delete:hover,
    #wc_member_update_settlement #paypal_card_form~.send input#card-delete:hover {
        opacity: .9
    }
}

@media screen and (min-width: 992px) {

    #wc_member_update_settlement #member-card-info .send input.card-delete,
    #wc_member_update_settlement #member-card-info .send input#card-delete,
    #wc_member_update_settlement #paypal_card_form~.send input.card-delete,
    #wc_member_update_settlement #paypal_card_form~.send input#card-delete {
        grid-column: 1/3;
        grid-row: 2/3;
        margin-inline: auto 0
    }
}

#wc_member_update_settlement #member-card-info .send input:focus,
#wc_member_update_settlement #paypal_card_form~.send input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

#wc_member_update_settlement #paypal_card_form tr td label {
    margin: 0;
    color: var(--general-text-color);
    font-weight: bold
}

#wc_member_update_settlement #paypal_card_form .card_container {
    padding: 0
}

#wc_member_update_settlement #paypal_card_form .card_container>p:has(+p) {
    margin-bottom: .375rem;
    color: var(--general-text-color);
    font-weight: bold
}

#wc_member_update_settlement #paypal_card_form .card_field {
    height: 2.75rem;
    border-color: var(--general-border-color)
}

#wc_member_update_settlement #paypal_card_form .card_field#cvv {
    width: 6.25rem
}

#wc_member_update_settlement #paygent .card_number {
    width: 100%;
    margin: 0
}

#wc_member_update_settlement #paygent .cvc {
    width: 6.25rem
}

#wc_member_update_settlement table#zeus #zeus_registerd_card_area {
    margin: 0 0 1rem
}

#wc_member_update_settlement table#zeus #zeus_new_card_area {
    margin: 0 0 2rem
}

#wc_member_update_settlement table#zeus #zeus_new_card_area input[type=tel] {
    height: 2.75rem
}

#wc_member_update_settlement table#zeus #zeus_new_card_area label {
    margin-block: 1rem .375rem;
    font-weight: bold
}

#wc_member_update_settlement table#zeus #zeus_new_card_area label.iopt_label {
    margin: .625rem 0 0;
    font-weight: normal
}

#wc_member_update_settlement table#zeus #zeus_new_card_area select {
    width: auto;
    min-width: auto;
    height: 2.75rem;
    margin-right: .5rem
}

#wc_member_update_settlement table#zeus #zeus_new_card_area #zeus_token_card_number {
    max-width: 100%
}

#wc_member_update_settlement table#zeus #zeus_new_card_area #zeus_token_card_expires_month_suffix {
    margin-right: .75rem
}

#wc_member_update_settlement table#zeus #zeus_new_card_area #zeus_token_card_expires_note {
    display: block;
    margin-top: .1875rem
}

#wc_member_update_settlement table#zeus #zeus_new_card_area #zeus_token_card_cvv {
    width: 6.25rem
}

#wc_member_update_settlement table#zeus #zeus_new_card_area #zeus_token_card_name {
    max-width: 100%
}

#wc_member_update_settlement table#zeus #zeus_new_card_area #zeus_agreement_note {
    height: 7.5rem;
    overflow: auto;
    scrollbar-width: thin
}

article.wc_login {
    max-width: 35.875rem;
    margin-inline: auto
}

article.wc_login #memberpages .loginbox {
    width: 100%;
    padding: 0;
    border: none;
    background: rgba(0, 0, 0, 0)
}

article.wc_login #memberpages .loginpass {
    padding-right: 12em
}

@media screen and (min-width: 992px) {
    article.wc_login #memberpages .loginpass {
        padding-right: 15em
    }
}

article.wc_login form .forgetmenot {
    margin-bottom: 1.125rem
}

article.wc_login form .submit {
    margin-bottom: 0
}

article.wc_login form .submit input.member_login_button {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 100%;
    padding-block: 1.1875rem;
    border: none;
    border-radius: 8px;
    background-color: var(--btn-primary-bg-color);
    color: var(--btn-primary-text-color);
    font-size: .875rem;
    font-weight: bold;
    line-height: 1
}

@media screen and (min-width: 992px) {
    article.wc_login form .submit input.member_login_button:hover {
        opacity: .9
    }
}

article.wc_login .new-entry {
    margin-top: 3.75rem;
    padding: 2.5rem;
    background-color: var(--general-light-bg-color)
}

article.wc_login .new-entry h2,
article.wc_login .new-entry .h2 {
    margin-bottom: 1.125rem;
    font-size: .9375rem;
    font-weight: bold;
    text-align: center
}

article.wc_login .new-entry .nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

article.wc_login .new-entry .nav a {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 100%;
    max-width: 15rem;
    padding-block: 1.125rem;
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    background-color: var(--btn-senary-bg-color);
    color: var(--primary-color);
    font-size: .875rem;
    line-height: 1;
    text-align: center;
    text-decoration: none
}

article.wc_login .new-entry .nav a:hover {
    background-color: var(--primary-color);
    color: var(--btn-senary-hov-text-color)
}

article.wc_member #memberinfo .coupon-list {
    max-height: 350px;
    margin-bottom: 2.5rem;
    padding: 0;
    overflow-y: auto;
    gap: 1rem 1.25rem;
    scrollbar-width: thin
}

@media screen and (min-width: 768px) {
    article.wc_member #memberinfo .coupon-list {
        grid-template-columns: auto
    }
}

@media screen and (min-width: 992px) {
    article.wc_member #memberinfo .coupon-list {
        grid-template-columns: repeat(2, 1fr)
    }
}

article.wc_member #memberinfo .coupon-list .coupon-item {
    border-radius: 6px;
    border-color: var(--general-border-color)
}

@media screen and (min-width: 1200px) {
    article.wc_member #memberinfo .coupon-list .coupon-item .coupon-info {
        padding: 1.25rem
    }
}

article.wc_member #memberinfo .coupon-list .coupon-item .coupon-name {
    color: var(--general-text-color);
    font-size: .875rem
}

@media screen and (min-width: 1200px) {
    article.wc_member #memberinfo .coupon-list .coupon-item .coupon-name {
        font-size: 1rem
    }
}

article.wc_member #memberinfo .coupon-list .coupon-item .coupon-name+.coupon-code {
    margin-bottom: .625rem;
    color: var(--primary-color);
    font-size: .6875rem
}

article.wc_member #memberinfo .coupon-list .coupon-item .expiration-date,
article.wc_member #memberinfo .coupon-list .coupon-item .minimum-amount {
    display: block;
    font-size: .75rem
}

@media screen and (min-width: 1200px) {

    article.wc_member #memberinfo .coupon-list .coupon-item .expiration-date,
    article.wc_member #memberinfo .coupon-list .coupon-item .minimum-amount {
        font-size: .8125rem
    }
}

article.wc_member #memberinfo .coupon-list .coupon-item .coupon-discount {
    border-color: var(--general-border-color)
}

@media screen and (min-width: 1200px) {
    article.wc_member #memberinfo .coupon-list .coupon-item .coupon-discount {
        padding-block: .75rem;
        font-size: 1rem
    }
}

article.wc_member .member-dashboard .user-history {
    display: grid;
    gap: 0
}

@media screen and (min-width: 576px) {
    article.wc_member .member-dashboard .user-history {
        grid-template-columns: 3.75rem auto
    }
}

@media screen and (min-width: 576px) {

    article.wc_member .member-dashboard .user-history>h3,
    article.wc_member .member-dashboard .user-history>.h3 {
        grid-column: 1/3
    }
}

article.wc_member .member-dashboard .currency_code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-row: 3/4;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .625rem;
    font-size: .8125rem
}

@media screen and (min-width: 576px) {
    article.wc_member .member-dashboard .currency_code {
        grid-column: 1/2;
        grid-row: 2/3;
        margin-bottom: 0
    }
}

article.wc_member .member-dashboard .usces_filter_history {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 1rem;
    font-size: .8125rem;
    gap: .75rem;
    scroll-margin-top: 9.375rem
}

@media screen and (min-width: 576px) {
    article.wc_member .member-dashboard .usces_filter_history {
        margin-bottom: 0;
        margin-left: auto;
        gap: 1.25rem
    }
}

@media screen and (min-width: 1200px) {
    article.wc_member .member-dashboard .usces_filter_history {
        scroll-margin-top: 11.25rem
    }
}

article.wc_member .member-dashboard .usces_filter_history input[type=checkbox] {
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 0
}

@media screen and (min-width: 768px) {
    article.wc_member .member-dashboard .usces_filter_history input[type=checkbox] {
        margin-top: .125rem
    }
}

article.wc_member .member-dashboard .usces_filter_history .exclude_cancel {
    margin: 0;
    padding-right: .75rem;
    border-right: 1px solid var(--general-border-color)
}

@media screen and (min-width: 576px) {
    article.wc_member .member-dashboard .usces_filter_history .exclude_cancel {
        padding-right: 1.375rem
    }
}

article.wc_member .member-dashboard .usces_filter_history .exclude_cancel label {
    height: 100%;
    margin: 0;
    padding: .375rem .75rem;
    border: 1px solid var(--exclude-cancel-border-color);
    background-color: var(--exclude-cancel-color)
}

article.wc_member .member-dashboard .usces_filter_history .usce_period {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

article.wc_member .member-dashboard .usces_filter_history .usce_period select {
    height: 2.125rem;
    padding: 0 2.25rem 0 .75rem;
    border-radius: 4px
}

article.wc_member .member-dashboard .history-area {
    max-height: 600px;
    overflow-y: auto;
    scrollbar-width: thin
}

@media screen and (min-width: 576px) {
    article.wc_member .member-dashboard .history-area {
        grid-column: 1/3;
        margin-top: 1.25rem
    }
}

@media screen and (min-width: 1200px) {
    article.wc_member .member-dashboard .history-area {
        max-height: 700px;
        padding-top: 1.25rem
    }
}

article.wc_member .member-dashboard .history-area>table:last-child {
    margin-bottom: 0
}

article.wc_member .member-dashboard table {
    margin: 0
}

article.wc_member .member-dashboard table th {
    background-color: rgba(0, 0, 0, 0)
}

article.wc_member .member-dashboard table th,
article.wc_member .member-dashboard table td {
    border: none
}

article.wc_member .member-dashboard table#history_head {
    display: inline-block;
    position: relative;
    margin-bottom: .9375rem;
    padding: 1.125rem .9375rem;
    border: 1px solid var(--general-border-color);
    border-radius: 6px;
    background-color: var(--general-light-bg-color);
    font-size: .8125rem
}

article.wc_member .member-dashboard table#history_head:not(:has(.order_head_value)) {
    margin-bottom: 0
}

article.wc_member .member-dashboard table#history_head:not(:has(.order_head_value)) tbody {
    display: block
}

article.wc_member .member-dashboard table#history_head:not(:has(.order_head_value)) tr {
    display: block
}

article.wc_member .member-dashboard table#history_head:not(:has(.order_head_value)) td {
    display: block;
    padding: 0;
    text-align: center
}

@media screen and (min-width: 1200px) {
    article.wc_member .member-dashboard table#history_head:has(.order_head_value) {
        display: table;
        position: relative;
        margin-bottom: 2.125rem;
        border: none
    }
}

@media screen and (min-width: 1200px) {
    article.wc_member .member-dashboard table#history_head:has(.order_head_value)::before {
        content: "";
        position: absolute;
        top: -14px;
        left: 0;
        width: 100%;
        height: calc(100% + 28px);
        border: 1px solid var(--general-border-color);
        border-radius: 6px;
        background-color: var(--general-light-bg-color)
    }
}

article.wc_member .member-dashboard table#history_head thead {
    display: block
}

@media screen and (min-width: 1200px) {
    article.wc_member .member-dashboard table#history_head thead {
        display: table-header-group
    }
}

article.wc_member .member-dashboard table#history_head tbody {
    display: block
}

@media screen and (min-width: 1200px) {
    article.wc_member .member-dashboard table#history_head tbody {
        display: table-row-group
    }
}

article.wc_member .member-dashboard table#history_head tbody tr.order_head_value {
    position: absolute;
    top: 35px;
    left: 1rem;
    width: calc(100% - 2rem)
}

@media screen and (min-width: 1200px) {
    article.wc_member .member-dashboard table#history_head tbody tr.order_head_value {
        position: static
    }
}

@media screen and (min-width: 1200px) {
    article.wc_member .member-dashboard table#history_head tr.order_head_label {
        position: relative
    }
}

article.wc_member .member-dashboard table#history_head tr.order_head_label,
article.wc_member .member-dashboard table#history_head tr.order_head_value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (min-width: 1200px) {

    article.wc_member .member-dashboard table#history_head tr.order_head_label,
    article.wc_member .member-dashboard table#history_head tr.order_head_value {
        display: table-row
    }
}

article.wc_member .member-dashboard table#history_head tr.order_head_label th,
article.wc_member .member-dashboard table#history_head tr.order_head_label td,
article.wc_member .member-dashboard table#history_head tr.order_head_value th,
article.wc_member .member-dashboard table#history_head tr.order_head_value td {
    width: 28%;
    padding: 0 .5rem 2.25rem 0;
    font-size: .75rem
}

@media screen and (min-width: 576px) {

    article.wc_member .member-dashboard table#history_head tr.order_head_label th,
    article.wc_member .member-dashboard table#history_head tr.order_head_label td,
    article.wc_member .member-dashboard table#history_head tr.order_head_value th,
    article.wc_member .member-dashboard table#history_head tr.order_head_value td {
        width: 33.3333333333%
    }
}

@media screen and (min-width: 1200px) {

    article.wc_member .member-dashboard table#history_head tr.order_head_label th,
    article.wc_member .member-dashboard table#history_head tr.order_head_label td,
    article.wc_member .member-dashboard table#history_head tr.order_head_value th,
    article.wc_member .member-dashboard table#history_head tr.order_head_value td {
        display: table-cell;
        width: auto;
        padding: 0 .25rem;
        text-align: center;
        vertical-align: top
    }
}

article.wc_member .member-dashboard table#history_head tr.order_head_label th:nth-child(3n-1),
article.wc_member .member-dashboard table#history_head tr.order_head_label td:nth-child(3n-1),
article.wc_member .member-dashboard table#history_head tr.order_head_value th:nth-child(3n-1),
article.wc_member .member-dashboard table#history_head tr.order_head_value td:nth-child(3n-1) {
    width: 44%
}

@media screen and (min-width: 576px) {

    article.wc_member .member-dashboard table#history_head tr.order_head_label th:nth-child(3n-1),
    article.wc_member .member-dashboard table#history_head tr.order_head_label td:nth-child(3n-1),
    article.wc_member .member-dashboard table#history_head tr.order_head_value th:nth-child(3n-1),
    article.wc_member .member-dashboard table#history_head tr.order_head_value td:nth-child(3n-1) {
        width: 33.3333333333%
    }
}

@media screen and (min-width: 1200px) {

    article.wc_member .member-dashboard table#history_head tr.order_head_label th:nth-child(3n-1),
    article.wc_member .member-dashboard table#history_head tr.order_head_label td:nth-child(3n-1),
    article.wc_member .member-dashboard table#history_head tr.order_head_value th:nth-child(3n-1),
    article.wc_member .member-dashboard table#history_head tr.order_head_value td:nth-child(3n-1) {
        width: auto
    }
}

article.wc_member .member-dashboard table#history_head tr.order_head_label th:nth-child(3n),
article.wc_member .member-dashboard table#history_head tr.order_head_label td:nth-child(3n),
article.wc_member .member-dashboard table#history_head tr.order_head_value th:nth-child(3n),
article.wc_member .member-dashboard table#history_head tr.order_head_value td:nth-child(3n) {
    padding-right: 0
}

@media screen and (min-width: 1200px) {

    article.wc_member .member-dashboard table#history_head tr.order_head_label th:first-child,
    article.wc_member .member-dashboard table#history_head tr.order_head_label td:first-child,
    article.wc_member .member-dashboard table#history_head tr.order_head_value th:first-child,
    article.wc_member .member-dashboard table#history_head tr.order_head_value td:first-child {
        padding-left: .625rem
    }
}

@media screen and (min-width: 1200px) {

    article.wc_member .member-dashboard table#history_head tr.order_head_label th:last-child,
    article.wc_member .member-dashboard table#history_head tr.order_head_label td:last-child,
    article.wc_member .member-dashboard table#history_head tr.order_head_value th:last-child,
    article.wc_member .member-dashboard table#history_head tr.order_head_value td:last-child {
        padding-right: .625rem
    }
}

article.wc_member .member-dashboard table#history_head tr.order_head_label th,
article.wc_member .member-dashboard table#history_head tr.order_head_value th {
    font-weight: bold
}

article.wc_member .member-dashboard table#history_head tr.order_head_label td,
article.wc_member .member-dashboard table#history_head tr.order_head_value td {
    position: relative
}

@media screen and (min-width: 1200px) {

    article.wc_member .member-dashboard table#history_head tr.order_head_label td,
    article.wc_member .member-dashboard table#history_head tr.order_head_value td {
        padding-top: .625rem;
        font-size: .8125rem
    }
}

article.wc_member .member-dashboard table#history_head tr.order_head_label td::before,
article.wc_member .member-dashboard table#history_head tr.order_head_value td::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 1.75rem;
    width: 100%;
    height: 1px;
    background-color: var(--general-border-color)
}

@media screen and (min-width: 1200px) {

    article.wc_member .member-dashboard table#history_head tr.order_head_label td::before,
    article.wc_member .member-dashboard table#history_head tr.order_head_value td::before {
        content: none
    }
}

article.wc_member .member-dashboard table#history_head tr.order_head_label:has(:nth-child(3n):last-child) th:nth-last-of-type(1),
article.wc_member .member-dashboard table#history_head tr.order_head_label:has(:nth-child(3n):last-child) th:nth-last-of-type(2),
article.wc_member .member-dashboard table#history_head tr.order_head_label:has(:nth-child(3n):last-child) th:nth-last-of-type(3),
article.wc_member .member-dashboard table#history_head tr.order_head_label:has(:nth-child(3n):last-child) td:nth-last-of-type(1),
article.wc_member .member-dashboard table#history_head tr.order_head_label:has(:nth-child(3n):last-child) td:nth-last-of-type(2),
article.wc_member .member-dashboard table#history_head tr.order_head_label:has(:nth-child(3n):last-child) td:nth-last-of-type(3),
article.wc_member .member-dashboard table#history_head tr.order_head_value:has(:nth-child(3n):last-child) th:nth-last-of-type(1),
article.wc_member .member-dashboard table#history_head tr.order_head_value:has(:nth-child(3n):last-child) th:nth-last-of-type(2),
article.wc_member .member-dashboard table#history_head tr.order_head_value:has(:nth-child(3n):last-child) th:nth-last-of-type(3),
article.wc_member .member-dashboard table#history_head tr.order_head_value:has(:nth-child(3n):last-child) td:nth-last-of-type(1),
article.wc_member .member-dashboard table#history_head tr.order_head_value:has(:nth-child(3n):last-child) td:nth-last-of-type(2),
article.wc_member .member-dashboard table#history_head tr.order_head_value:has(:nth-child(3n):last-child) td:nth-last-of-type(3) {
    padding-bottom: 1rem
}

@media screen and (min-width: 1200px) {

    article.wc_member .member-dashboard table#history_head tr.order_head_label:has(:nth-child(3n):last-child) th:nth-last-of-type(1),
    article.wc_member .member-dashboard table#history_head tr.order_head_label:has(:nth-child(3n):last-child) th:nth-last-of-type(2),
    article.wc_member .member-dashboard table#history_head tr.order_head_label:has(:nth-child(3n):last-child) th:nth-last-of-type(3),
    article.wc_member .member-dashboard table#history_head tr.order_head_label:has(:nth-child(3n):last-child) td:nth-last-of-type(1),
    article.wc_member .member-dashboard table#history_head tr.order_head_label:has(:nth-child(3n):last-child) td:nth-last-of-type(2),
    article.wc_member .member-dashboard table#history_head tr.order_head_label:has(:nth-child(3n):last-child) td:nth-last-of-type(3),
    article.wc_member .member-dashboard table#history_head tr.order_head_value:has(:nth-child(3n):last-child) th:nth-last-of-type(1),
    article.wc_member .member-dashboard table#history_head tr.order_head_value:has(:nth-child(3n):last-child) th:nth-last-of-type(2),
    article.wc_member .member-dashboard table#history_head tr.order_head_value:has(:nth-child(3n):last-child) th:nth-last-of-type(3),
    article.wc_member .member-dashboard table#history_head tr.order_head_value:has(:nth-child(3n):last-child) td:nth-last-of-type(1),
    article.wc_member .member-dashboard table#history_head tr.order_head_value:has(:nth-child(3n):last-child) td:nth-last-of-type(2),
    article.wc_member .member-dashboard table#history_head tr.order_head_value:has(:nth-child(3n):last-child) td:nth-last-of-type(3) {
        padding-bottom: 0
    }
}

article.wc_member .member-dashboard table#history_head tr.order_head_label:has(:nth-child(3n):last-child) th:nth-last-of-type(1)::before,
article.wc_member .member-dashboard table#history_head tr.order_head_label:has(:nth-child(3n):last-child) th:nth-last-of-type(2)::before,
article.wc_member .member-dashboard table#history_head tr.order_head_label:has(:nth-child(3n):last-child) th:nth-last-of-type(3)::before,
article.wc_member .member-dashboard table#history_head tr.order_head_label:has(:nth-child(3n):last-child) td:nth-last-of-type(1)::before,
article.wc_member .member-dashboard table#history_head tr.order_head_label:has(:nth-child(3n):last-child) td:nth-last-of-type(2)::before,
article.wc_member .member-dashboard table#history_head tr.order_head_label:has(:nth-child(3n):last-child) td:nth-last-of-type(3)::before,
article.wc_member .member-dashboard table#history_head tr.order_head_value:has(:nth-child(3n):last-child) th:nth-last-of-type(1)::before,
article.wc_member .member-dashboard table#history_head tr.order_head_value:has(:nth-child(3n):last-child) th:nth-last-of-type(2)::before,
article.wc_member .member-dashboard table#history_head tr.order_head_value:has(:nth-child(3n):last-child) th:nth-last-of-type(3)::before,
article.wc_member .member-dashboard table#history_head tr.order_head_value:has(:nth-child(3n):last-child) td:nth-last-of-type(1)::before,
article.wc_member .member-dashboard table#history_head tr.order_head_value:has(:nth-child(3n):last-child) td:nth-last-of-type(2)::before,
article.wc_member .member-dashboard table#history_head tr.order_head_value:has(:nth-child(3n):last-child) td:nth-last-of-type(3)::before {
    content: none
}

article.wc_member .member-dashboard table#history_head tr.order_head_label:has(:nth-child(3n+1):last-child) th:nth-last-of-type(1),
article.wc_member .member-dashboard table#history_head tr.order_head_label:has(:nth-child(3n+1):last-child) td:nth-last-of-type(1),
article.wc_member .member-dashboard table#history_head tr.order_head_value:has(:nth-child(3n+1):last-child) th:nth-last-of-type(1),
article.wc_member .member-dashboard table#history_head tr.order_head_value:has(:nth-child(3n+1):last-child) td:nth-last-of-type(1) {
    padding-bottom: 1rem
}

@media screen and (min-width: 1200px) {

    article.wc_member .member-dashboard table#history_head tr.order_head_label:has(:nth-child(3n+1):last-child) th:nth-last-of-type(1),
    article.wc_member .member-dashboard table#history_head tr.order_head_label:has(:nth-child(3n+1):last-child) td:nth-last-of-type(1),
    article.wc_member .member-dashboard table#history_head tr.order_head_value:has(:nth-child(3n+1):last-child) th:nth-last-of-type(1),
    article.wc_member .member-dashboard table#history_head tr.order_head_value:has(:nth-child(3n+1):last-child) td:nth-last-of-type(1) {
        padding-bottom: 0
    }
}

article.wc_member .member-dashboard table#history_head tr.order_head_label:has(:nth-child(3n+1):last-child) th:nth-last-of-type(1)::before,
article.wc_member .member-dashboard table#history_head tr.order_head_label:has(:nth-child(3n+1):last-child) td:nth-last-of-type(1)::before,
article.wc_member .member-dashboard table#history_head tr.order_head_value:has(:nth-child(3n+1):last-child) th:nth-last-of-type(1)::before,
article.wc_member .member-dashboard table#history_head tr.order_head_value:has(:nth-child(3n+1):last-child) td:nth-last-of-type(1)::before {
    content: none
}

article.wc_member .member-dashboard table#history_head tr.order_head_label:has(:nth-child(3n+2):last-child) th:nth-last-of-type(1),
article.wc_member .member-dashboard table#history_head tr.order_head_label:has(:nth-child(3n+2):last-child) th:nth-last-of-type(2),
article.wc_member .member-dashboard table#history_head tr.order_head_label:has(:nth-child(3n+2):last-child) td:nth-last-of-type(1),
article.wc_member .member-dashboard table#history_head tr.order_head_label:has(:nth-child(3n+2):last-child) td:nth-last-of-type(2),
article.wc_member .member-dashboard table#history_head tr.order_head_value:has(:nth-child(3n+2):last-child) th:nth-last-of-type(1),
article.wc_member .member-dashboard table#history_head tr.order_head_value:has(:nth-child(3n+2):last-child) th:nth-last-of-type(2),
article.wc_member .member-dashboard table#history_head tr.order_head_value:has(:nth-child(3n+2):last-child) td:nth-last-of-type(1),
article.wc_member .member-dashboard table#history_head tr.order_head_value:has(:nth-child(3n+2):last-child) td:nth-last-of-type(2) {
    padding-bottom: 1rem
}

@media screen and (min-width: 1200px) {

    article.wc_member .member-dashboard table#history_head tr.order_head_label:has(:nth-child(3n+2):last-child) th:nth-last-of-type(1),
    article.wc_member .member-dashboard table#history_head tr.order_head_label:has(:nth-child(3n+2):last-child) th:nth-last-of-type(2),
    article.wc_member .member-dashboard table#history_head tr.order_head_label:has(:nth-child(3n+2):last-child) td:nth-last-of-type(1),
    article.wc_member .member-dashboard table#history_head tr.order_head_label:has(:nth-child(3n+2):last-child) td:nth-last-of-type(2),
    article.wc_member .member-dashboard table#history_head tr.order_head_value:has(:nth-child(3n+2):last-child) th:nth-last-of-type(1),
    article.wc_member .member-dashboard table#history_head tr.order_head_value:has(:nth-child(3n+2):last-child) th:nth-last-of-type(2),
    article.wc_member .member-dashboard table#history_head tr.order_head_value:has(:nth-child(3n+2):last-child) td:nth-last-of-type(1),
    article.wc_member .member-dashboard table#history_head tr.order_head_value:has(:nth-child(3n+2):last-child) td:nth-last-of-type(2) {
        padding-bottom: 0
    }
}

article.wc_member .member-dashboard table#history_head tr.order_head_label:has(:nth-child(3n+2):last-child) th:nth-last-of-type(1)::before,
article.wc_member .member-dashboard table#history_head tr.order_head_label:has(:nth-child(3n+2):last-child) th:nth-last-of-type(2)::before,
article.wc_member .member-dashboard table#history_head tr.order_head_label:has(:nth-child(3n+2):last-child) td:nth-last-of-type(1)::before,
article.wc_member .member-dashboard table#history_head tr.order_head_label:has(:nth-child(3n+2):last-child) td:nth-last-of-type(2)::before,
article.wc_member .member-dashboard table#history_head tr.order_head_value:has(:nth-child(3n+2):last-child) th:nth-last-of-type(1)::before,
article.wc_member .member-dashboard table#history_head tr.order_head_value:has(:nth-child(3n+2):last-child) th:nth-last-of-type(2)::before,
article.wc_member .member-dashboard table#history_head tr.order_head_value:has(:nth-child(3n+2):last-child) td:nth-last-of-type(1)::before,
article.wc_member .member-dashboard table#history_head tr.order_head_value:has(:nth-child(3n+2):last-child) td:nth-last-of-type(2)::before {
    content: none
}

article.wc_member .member-dashboard table#history_head tr:has(.retail) {
    display: block;
    margin-top: .625rem;
    border-top: 1px solid var(--general-border-color)
}

@media screen and (min-width: 1200px) {
    article.wc_member .member-dashboard table#history_head tr:has(.retail) {
        display: table-row;
        position: relative;
        border: none
    }
}

article.wc_member .member-dashboard table#history_head tr:has(.retail) td.retail {
    padding-bottom: 0;
    padding-left: 0
}

@media screen and (min-width: 1200px) {
    article.wc_member .member-dashboard table#history_head tr:has(.retail) td.retail {
        padding-left: .3125rem
    }
}

article.wc_member .member-dashboard table#history_head tr:has(.retail) td.retail a {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: inline-block;
    margin-right: 1rem;
    padding: .375rem .875rem;
    border: 1px solid var(--primary-color);
    border-radius: 3px;
    background-color: var(--btn-senary-bg-color);
    color: var(--primary-color);
    text-decoration: none
}

article.wc_member .member-dashboard table#history_head tr:has(.retail) td.retail a:hover {
    background-color: var(--primary-color);
    color: var(--btn-senary-hov-text-color)
}

article.wc_member .member-dashboard table#history_head tr:has(.retail) td.retail .continue_status {
    color: var(--primary-color);
    font-weight: bold;
    text-align: center
}

article.wc_member .member-dashboard table.retail {
    display: block;
    margin: 0 0 2.5rem;
    padding: 1.875rem 0 0;
    border: solid var(--general-border-color);
    border-width: 1px 0 0;
    font-size: .875rem
}

@media screen and (min-width: 1200px) {
    article.wc_member .member-dashboard table.retail {
        display: table;
        margin-bottom: 3.375rem
    }
}

article.wc_member .member-dashboard table.retail thead {
    display: none
}

@media screen and (min-width: 1200px) {
    article.wc_member .member-dashboard table.retail thead {
        display: table-header-group
    }
}

article.wc_member .member-dashboard table.retail tbody {
    display: block
}

@media screen and (min-width: 1200px) {
    article.wc_member .member-dashboard table.retail tbody {
        display: table-row-group
    }
}

article.wc_member .member-dashboard table.retail tbody tr:has(.destination) {
    margin-bottom: 0;
    border: none
}

article.wc_member .member-dashboard table.retail tbody tr:has(.destination) .num {
    font-weight: bold
}

@media screen and (min-width: 1200px) {
    article.wc_member .member-dashboard table.retail tbody tr:has(.destination) .num+.thumbnail {
        text-align: center
    }
}

article.wc_member .member-dashboard table.retail tbody tr:has(.destination) .aleft {
    font-weight: bold
}

@media screen and (min-width: 1200px) {
    article.wc_member .member-dashboard table.retail tbody tr:has(.destination) .aleft~.aright {
        text-align: center
    }
}

@media screen and (min-width: 1200px) {
    article.wc_member .member-dashboard table.retail tbody tr:has(.destination) td {
        font-size: .8125rem
    }
}

article.wc_member .member-dashboard table.retail tbody tr:has(.destination) td:nth-last-child(2) {
    grid-column: 2/3
}

article.wc_member .member-dashboard table.retail tbody tr:has(.destination)~tr:not(:has(.destination)) {
    grid-template-columns: 4rem auto auto;
    margin: 1.25rem 0 0 1.875rem;
    margin-left: 1.875rem;
    padding: 1.25rem 0 0;
    border-top: 1px dotted var(--general-border-color);
    border-bottom: none
}

article.wc_member .member-dashboard table.retail tbody tr:has(.destination)~tr:not(:has(.destination)) .thumbnail {
    grid-column: 1/2
}

article.wc_member .member-dashboard table.retail tbody tr:has(.destination)~tr:not(:has(.destination)) .aleft {
    grid-column: 2/4
}

article.wc_member .member-dashboard table.retail tbody tr:has(.destination)~tr:not(:has(.destination)) .aleft a {
    color: var(--general-text-color);
    font-size: .8125rem;
    text-decoration: none
}

article.wc_member .member-dashboard table.retail tbody tr:has(.destination)~tr:not(:has(.destination)) .aleft a:hover {
    text-decoration: none
}

article.wc_member .member-dashboard table.retail tbody tr:has(.destination)~tr:not(:has(.destination)) .aright {
    grid-column: 2/3;
    font-size: .8125rem
}

@media screen and (min-width: 1200px) {
    article.wc_member .member-dashboard table.retail tbody tr:has(.destination)~tr:not(:has(.destination)) .aright {
        text-align: center
    }
}

article.wc_member .member-dashboard table.retail tbody tr:has(.destination)~tr:not(:has(.destination)) .aright:nth-of-type(3)::before {
    content: attr(data-label);
    margin-right: .5rem
}

@media screen and (min-width: 1200px) {
    article.wc_member .member-dashboard table.retail tbody tr:has(.destination)~tr:not(:has(.destination)) .aright:nth-of-type(3)::before {
        content: none
    }
}

@media screen and (min-width: 1200px) {
    article.wc_member .member-dashboard table.retail tbody tr:has(.destination)~tr:not(:has(.destination)) .aright:nth-of-type(4) {
        min-width: 4.375rem
    }
}

article.wc_member .member-dashboard table.retail tbody tr:has(.destination)~tr:not(:has(.destination)) .aright:nth-of-type(4)::before {
    content: attr(data-label);
    margin-right: .5rem
}

@media screen and (min-width: 1200px) {
    article.wc_member .member-dashboard table.retail tbody tr:has(.destination)~tr:not(:has(.destination)) .aright:nth-of-type(4)::before {
        content: none
    }
}

article.wc_member .member-dashboard table.retail tbody tr:has(.destination)~tr:not(:has(.destination)) .aright:nth-of-type(5) {
    grid-column: 3/4;
    font-size: .875rem;
    text-align: right
}

article.wc_member .member-dashboard table.retail tbody tr:has(.destination)~tr:not(:has(.destination))~tr:has(.destination) {
    margin-top: 1.875rem;
    padding-top: 1.875rem;
    border-top: 1px solid var(--general-border-color)
}

article.wc_member .member-dashboard table.retail tbody tr:has(.destination)+tr:not(:has(.destination)) {
    margin-top: 0;
    padding: 0;
    border: none
}

article.wc_member .member-dashboard table.retail tr {
    display: grid;
    position: relative;
    grid-template-columns: 1.25rem 4rem auto auto;
    gap: .5rem .625rem;
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
    border-bottom: 1px solid var(--general-border-color)
}

@media screen and (min-width: 1200px) {
    article.wc_member .member-dashboard table.retail tr {
        display: table-row;
        position: static
    }
}

article.wc_member .member-dashboard table.retail tr:last-child {
    margin-bottom: 0
}

@media screen and (min-width: 1200px) {
    article.wc_member .member-dashboard table.retail tr th {
        padding: .5rem 1rem;
        border: 1px solid var(--general-border-color);
        font-size: .75rem
    }
}

@media screen and (min-width: 1200px) {

    article.wc_member .member-dashboard table.retail tr th.cartrownum,
    article.wc_member .member-dashboard table.retail tr th.price,
    article.wc_member .member-dashboard table.retail tr th.quantity,
    article.wc_member .member-dashboard table.retail tr th.subtotal {
        text-align: center
    }
}

article.wc_member .member-dashboard table.retail tr td {
    padding: 0;
    vertical-align: top
}

@media screen and (min-width: 1200px) {
    article.wc_member .member-dashboard table.retail tr td {
        padding: .625rem;
        border: 1px solid var(--general-border-color);
        vertical-align: middle
    }
}

article.wc_member .member-dashboard table.retail tr td.cartrownum {
    grid-column: 1/2;
    grid-row: 1/4;
    margin-top: 1.25rem;
    font-size: .875rem
}

article.wc_member .member-dashboard table.retail tr td.thumbnail {
    grid-column: 2/3;
    grid-row: 1/4;
    width: 4rem
}

@media screen and (min-width: 1200px) {
    article.wc_member .member-dashboard table.retail tr td.thumbnail {
        width: 6.875rem
    }
}

article.wc_member .member-dashboard table.retail tr td.thumbnail img {
    width: 100%;
    height: auto;
    border: 1px solid var(--general-border-color);
    border-radius: 6px
}

@media screen and (min-width: 1200px) {
    article.wc_member .member-dashboard table.retail tr td.thumbnail img {
        border: none;
        border-radius: 0
    }
}

article.wc_member .member-dashboard table.retail tr td.thumbnail.destination {
    grid-row: 1/2
}

article.wc_member .member-dashboard table.retail tr td.productname {
    grid-column: 3/5;
    grid-row: 1/2;
    font-size: .875rem
}

@media screen and (min-width: 1200px) {
    article.wc_member .member-dashboard table.retail tr td.productname {
        padding-inline: 1rem;
        font-size: .8125rem
    }
}

article.wc_member .member-dashboard table.retail tr td.productname a {
    color: var(--general-text-color);
    text-decoration: none
}

article.wc_member .member-dashboard table.retail tr td.productname .redownload_link {
    margin: .8rem 0 .5rem
}

article.wc_member .member-dashboard table.retail tr td.productname .redownload_link .redownload_button {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.25rem;
    padding: 0 1.25rem;
    border: none;
    border-radius: 4px;
    background-color: var(--btn-primary-bg-color);
    color: var(--btn-primary-text-color);
    font-size: .8125rem;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.2rem;
    text-align: center
}

@media screen and (min-width: 992px) {
    article.wc_member .member-dashboard table.retail tr td.productname .redownload_link .redownload_button:hover {
        opacity: .8
    }
}

article.wc_member .member-dashboard table.retail tr td.productname .regular_info {
    font-size: .8125rem
}

article.wc_member .member-dashboard table.retail tr td.productname .regular_info .regular_info_title {
    font-size: .8125rem
}

article.wc_member .member-dashboard table.retail tr td.price,
article.wc_member .member-dashboard table.retail tr td.quantity {
    grid-column: 3/4;
    font-size: .8125rem
}

article.wc_member .member-dashboard table.retail tr td.price::before,
article.wc_member .member-dashboard table.retail tr td.quantity::before {
    margin-right: .5rem
}

article.wc_member .member-dashboard table.retail tr td.price::before {
    content: attr(data-label)
}

@media screen and (min-width: 1200px) {
    article.wc_member .member-dashboard table.retail tr td.price::before {
        content: none
    }
}

@media screen and (min-width: 1200px) {
    article.wc_member .member-dashboard table.retail tr td.quantity {
        min-width: 4.375rem
    }
}

article.wc_member .member-dashboard table.retail tr td.quantity::before {
    content: attr(data-label)
}

@media screen and (min-width: 1200px) {
    article.wc_member .member-dashboard table.retail tr td.quantity::before {
        content: none
    }
}

article.wc_member .member-dashboard table.retail tr td.subtotal {
    grid-column: 4/5;
    grid-row: 3/4;
    font-size: .875rem;
    text-align: right
}

@media screen and (min-width: 1200px) {

    article.wc_member .member-dashboard table.retail tr td.cartrownum,
    article.wc_member .member-dashboard table.retail tr td.price,
    article.wc_member .member-dashboard table.retail tr td.quantity,
    article.wc_member .member-dashboard table.retail tr td.subtotal {
        font-size: .8125rem;
        text-align: center
    }
}

@media screen and (min-width: 1200px) {
    article.wc_member .member-dashboard .customer_form tr.inp1 {
        gap: 0 1.875rem
    }
}

@media screen and (min-width: 1200px) {
    article.wc_member .member-dashboard .customer_form tr.inp1 td {
        width: calc(50% - .9375rem)
    }
}

@media screen and (min-width: 1200px) {

    article.wc_member .member-dashboard .customer_form tr#tel_row,
    article.wc_member .member-dashboard .customer_form tr#fax_row {
        width: calc(50% - .9375rem)
    }
}

article.wc_member .member-dashboard .user-edit-info {
    padding-top: 3.75rem;
    scroll-margin-top: 1.875rem
}

@media screen and (min-width: 1200px) {
    article.wc_member .member-dashboard .user-edit-info {
        scroll-margin-top: 3.125rem
    }
}

article.wc_member .member-dashboard .user-edit-info .send {
    display: grid;
    margin-top: .75rem;
    padding-top: 2.1875rem;
    border-top: 1px solid var(--general-border-color);
    gap: 2rem
}

@media screen and (min-width: 768px) {
    article.wc_member .member-dashboard .user-edit-info .send {
        display: grid;
        grid-template-columns: repeat(2, auto)
    }
}

article.wc_member .member-dashboard .user-edit-info .send .editmember {
    grid-row: 1/2
}

@media screen and (min-width: 768px) {
    article.wc_member .member-dashboard .user-edit-info .send .editmember {
        grid-column: 1/3
    }
}

article.wc_member .member-dashboard .user-edit-info .send .top {
    font-size: .875rem
}

@media screen and (min-width: 768px) {
    article.wc_member .member-dashboard .user-edit-info .send .top {
        margin: 0 auto 0 0;
        font-size: .9375rem
    }
}

article.wc_member .member-dashboard .user-edit-info .send .deletemember {
    margin-top: 1.5rem;
    font-size: .875rem
}

@media screen and (min-width: 768px) {
    article.wc_member .member-dashboard .user-edit-info .send .deletemember {
        margin: 0 0 0 auto;
        font-size: .9375rem
    }
}

main.member-page article.wc_member {
    margin-block: 3rem 5rem
}

@media screen and (min-width: 992px) {
    main.member-page article.wc_member {
        margin-block: 6.25rem 9.375rem
    }
}

main.member-page article.wc_member .member_page_title {
    margin-bottom: 1.5rem
}

@media screen and (min-width: 768px) {
    main.member-page article.wc_member .member_page_title {
        margin-bottom: 2.25rem
    }
}

main.member-page article.wc_member #memberedit h2,
main.member-page article.wc_member #memberedit .h2 {
    margin-bottom: 1.125rem;
    font-size: 1rem;
    text-align: center
}

@media screen and (min-width: 768px) {

    main.member-page article.wc_member #memberedit h2,
    main.member-page article.wc_member #memberedit .h2 {
        font-size: 1.125rem
    }
}

main.member-page article.wc_member #memberedit h2~p,
main.member-page article.wc_member #memberedit .h2~p {
    text-align: center
}

main.member-page article.wc_member #memberedit .header_explanation:not(:has(p)),
main.member-page article.wc_member #memberedit .footer_explanation:not(:has(p)) {
    margin-block: 0
}

@media screen and (min-width: 768px) {
    main.member-page article.wc_member #memberedit .customer_form tr.inp1 {
        gap: 0 1.875rem
    }
}

@media screen and (min-width: 768px) {
    main.member-page article.wc_member #memberedit .customer_form tr.inp1 td {
        width: calc(50% - 1.875rem)
    }
}

@media screen and (min-width: 768px) {

    main.member-page article.wc_member #memberedit .customer_form tr#tel_row,
    main.member-page article.wc_member #memberedit .customer_form tr#fax_row {
        width: calc(50% - .9375rem)
    }
}

main.member-page article.wc_member #memberedit .send {
    display: grid;
    gap: 2rem;
    margin-top: 1.5rem
}

main.member-page article.wc_member #memberedit .send:has(.top:only-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

main.member-page article.wc_member #memberedit .send:has(.top:only-child) .top {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 240px;
    margin: 0 auto;
    padding-block: 1.1875rem;
    border: none;
    border-radius: 8px;
    background-color: var(--btn-primary-bg-color);
    color: var(--btn-primary-text-color);
    font-size: .875rem;
    font-weight: bold;
    line-height: 1;
    text-decoration: none
}

@media screen and (min-width: 992px) {
    main.member-page article.wc_member #memberedit .send:has(.top:only-child) .top:hover {
        opacity: .9
    }
}

@media screen and (min-width: 768px) {
    main.member-page article.wc_member #memberedit .send {
        grid-template-columns: repeat(2, auto)
    }
}

main.member-page article.wc_member #memberedit .send .top {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

@media screen and (min-width: 768px) {
    main.member-page article.wc_member #memberedit .send .top {
        margin: 0 0 0 auto
    }
}

main.member-page article.wc_member #memberedit .send .back {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media screen and (min-width: 768px) {
    main.member-page article.wc_member #memberedit .send .back {
        margin: 0 auto 0 0
    }
}

main.member-page article.wc_member #memberedit .send .deletemember {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

@media screen and (min-width: 768px) {
    main.member-page article.wc_member #memberedit .send .deletemember {
        grid-column: 1/3;
        margin: 0 0 0 auto
    }
}

main.member-page article.wc_member #memberedit .send .editmember {
    grid-row: 1/2
}

@media screen and (min-width: 768px) {
    main.member-page article.wc_member #memberedit .send .editmember {
        grid-column: 1/3
    }
}

main.member-page article.wc_member #memberedit form {
    display: block;
    max-width: 60rem;
    margin: 1.875rem auto
}

@media screen and (min-width: 992px) {
    main.member-page article.wc_member #memberedit form {
        margin-block: 4.5rem
    }
}

#wc_newmemberform {
    max-width: 60rem;
    margin-inline: auto
}

@media screen and (min-width: 992px) {
    #wc_newmemberform #memberpages .header_explanation {
        margin-bottom: 3rem
    }
}

#wc_newmemberform #memberpages .header_explanation:not(:empty) {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--general-border-color)
}

#wc_newmemberform #memberpages .header_explanation ul {
    padding-left: 1.25rem
}

#wc_newmemberform #memberpages .header_explanation ul li {
    margin-bottom: .9375rem
}

#wc_newmemberform #memberpages .header_explanation ul li:last-child {
    margin-bottom: 0
}

@media screen and (min-width: 768px) {
    #wc_newmemberform .customer_form tr.inp1 {
        gap: 0 1.875rem
    }
}

@media screen and (min-width: 768px) {
    #wc_newmemberform .customer_form tr.inp1 td {
        width: calc(50% - .9375rem)
    }
}

@media screen and (min-width: 768px) {

    #wc_newmemberform .customer_form tr#tel_row,
    #wc_newmemberform .customer_form tr#fax_row {
        width: calc(50% - .9375rem)
    }
}

#wc_newmemberform .send {
    margin-top: 1.5rem
}

#wc_newmemberform .send input {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 100%;
    padding-block: 1.1875rem;
    border: none;
    border-radius: 8px;
    background-color: var(--btn-primary-bg-color);
    color: var(--btn-primary-text-color);
    font-size: .875rem;
    font-weight: bold;
    line-height: 1
}

@media screen and (min-width: 992px) {
    #wc_newmemberform .send input:hover {
        opacity: .9
    }
}

#memberpages>.post h2,
#memberpages>.post .h2 {
    margin-bottom: 1.125rem;
    font-size: 1rem;
    text-align: center
}

@media screen and (min-width: 768px) {

    #memberpages>.post h2,
    #memberpages>.post .h2 {
        font-size: 1.125rem
    }
}

#memberpages>.post p {
    text-align: center
}

#memberpages>.post p:has(+.send) a {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: block;
    width: 100%;
    max-width: 22.125rem;
    margin: 2.5rem auto 0;
    padding-block: 1.1875rem;
    border: none;
    border-radius: 8px;
    background-color: var(--btn-primary-bg-color);
    color: var(--btn-primary-text-color);
    font-size: .875rem;
    font-weight: bold;
    line-height: 1;
    text-decoration: none
}

#memberpages>.post p:has(+.send) a:hover {
    text-decoration: none
}

@media screen and (min-width: 992px) {
    #memberpages>.post p:has(+.send) a:hover {
        opacity: .9
    }
}

#memberpages>.post .send {
    margin-block: 1.875rem
}

#memberpages>.post .send .back_to_top_button {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    margin-inline: auto;
    color: var(--general-text-color);
    font-size: 1rem;
    text-decoration: underline
}

@media screen and (min-width: 992px) {
    #memberpages>.post .send .back_to_top_button:hover {
        opacity: .8;
        text-decoration: none
    }
}

#wc_lostmemberpassword {
    max-width: 35.875rem;
    margin-inline: auto
}

#wc_lostmemberpassword .loginbox form .submit {
    margin-bottom: 0
}

#wc_lostmemberpassword .loginbox form .submit input {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 100%;
    padding-block: 1.1875rem;
    border: none;
    border-radius: 8px;
    background-color: var(--btn-primary-bg-color);
    color: var(--btn-primary-text-color);
    font-size: .875rem;
    font-weight: bold;
    line-height: 1
}

@media screen and (min-width: 992px) {
    #wc_lostmemberpassword .loginbox form .submit input:hover {
        opacity: .9
    }
}

#wc_lostmemberpassword .loginbox>p {
    margin-block: 1.875rem;
    text-align: center
}

#wc_lostmemberpassword #nav a {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    color: var(--general-text-color);
    font-size: 1rem;
    text-decoration: underline
}

@media screen and (min-width: 992px) {
    #wc_lostmemberpassword #nav a:hover {
        opacity: .8;
        text-decoration: none
    }
}

#wc_changepassword {
    max-width: 35.875rem;
    margin-inline: auto
}

#wc_changepassword .form-floating:has(+.password_policy) {
    margin-bottom: .375rem
}

#wc_changepassword .password_policy {
    margin-bottom: 1.75rem;
    color: var(--general-input-placeholder-color);
    font-size: .75rem
}

@media screen and (min-width: 1200px) {
    #wc_changepassword .password_policy {
        font-size: .8125rem
    }
}

#wc_changepassword .submit {
    margin-top: 1.75rem
}

#wc_changepassword .submit input {
    width: 100%;
    padding-block: 1.1875rem;
    border: none;
    border-radius: 8px;
    background-color: var(--btn-primary-bg-color);
    color: var(--btn-primary-text-color);
    font-size: .875rem;
    font-weight: bold;
    line-height: 1;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media screen and (min-width: 992px) {
    #wc_changepassword .submit input:hover {
        opacity: .9
    }
}

#wc_lostcompletion #memberpages p,
#wc_changepasscompletion #memberpages p,
#wc_newcompletion #memberpages p,
#wc_ordercompletion #memberpages p {
    text-align: center
}

#wc_lostcompletion #memberpages p:has(+.send) a,
#wc_changepasscompletion #memberpages p:has(+.send) a,
#wc_newcompletion #memberpages p:has(+.send) a,
#wc_ordercompletion #memberpages p:has(+.send) a {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: block;
    width: 100%;
    max-width: 22.125rem;
    margin: 2.5rem auto 0;
    padding-block: 1.1875rem;
    border: none;
    border-radius: 8px;
    background-color: var(--btn-primary-bg-color);
    color: var(--btn-primary-text-color);
    font-size: .875rem;
    font-weight: bold;
    line-height: 1;
    text-decoration: none
}

#wc_lostcompletion #memberpages p:has(+.send) a:hover,
#wc_changepasscompletion #memberpages p:has(+.send) a:hover,
#wc_newcompletion #memberpages p:has(+.send) a:hover,
#wc_ordercompletion #memberpages p:has(+.send) a:hover {
    text-decoration: none
}

@media screen and (min-width: 992px) {

    #wc_lostcompletion #memberpages p:has(+.send) a:hover,
    #wc_changepasscompletion #memberpages p:has(+.send) a:hover,
    #wc_newcompletion #memberpages p:has(+.send) a:hover,
    #wc_ordercompletion #memberpages p:has(+.send) a:hover {
        opacity: .9
    }
}

#wc_lostcompletion #memberpages .send,
#wc_changepasscompletion #memberpages .send,
#wc_newcompletion #memberpages .send,
#wc_ordercompletion #memberpages .send {
    margin-block: 1.875rem
}

#wc_lostcompletion #memberpages .send .back_to_top_button,
#wc_changepasscompletion #memberpages .send .back_to_top_button,
#wc_newcompletion #memberpages .send .back_to_top_button,
#wc_ordercompletion #memberpages .send .back_to_top_button {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    margin-inline: auto;
    color: var(--general-text-color);
    font-size: 1rem;
    text-decoration: underline
}

@media screen and (min-width: 992px) {

    #wc_lostcompletion #memberpages .send .back_to_top_button:hover,
    #wc_changepasscompletion #memberpages .send .back_to_top_button:hover,
    #wc_newcompletion #memberpages .send .back_to_top_button:hover,
    #wc_ordercompletion #memberpages .send .back_to_top_button:hover {
        opacity: .8;
        text-decoration: none
    }
}

.send:has(.amazon-next) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.send #cart_checkout_box .cart-next {
    margin-top: 1.875rem
}

.send #cart_checkout_box .cart-next .text {
    margin-bottom: 1.25rem;
    text-align: center
}

.send #cart_checkout_box .cart-next .text h4,
.send #cart_checkout_box .cart-next .text .h4 {
    margin: 0;
    color: initial
}

.send #cart_checkout_box .cart-buttons {
    gap: 2rem
}

.send #cart_checkout_box .cart-buttons .to_customerinfo_button {
    max-width: none;
    margin: 0;
    padding: .625rem
}

.send #cart_checkout_box .cart-buttons .continue_shopping_button {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    height: auto;
    margin: 0 auto;
    padding: 0
}

.send #cart_checkout_box .line {
    margin: 1.4rem 0
}

button#updateShippingAddressButton,
button#updatePaymentMethodButton {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: inline-block;
    margin-right: 1rem;
    padding: .375rem .875rem;
    border: 1px solid var(--primary-color);
    border-radius: 3px;
    background: var(--btn-senary-bg-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--primary-color);
    font-size: .8125rem;
    line-height: 1.4;
    text-decoration: none;
    vertical-align: middle
}

button#updateShippingAddressButton:hover,
button#updatePaymentMethodButton:hover {
    background: var(--primary-color);
    color: var(--btn-senary-hov-text-color)
}

.header_explanation .negative.message {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    margin-block: 1rem 0 !important;
    padding: 1.75rem 1.125rem !important;
    border: 1px solid var(--allocation-dialog-border-color);
    border-radius: 6px;
    background-color: var(--allocation-dialog-color) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.header_explanation .negative.message .messages-container,
.header_explanation .negative.message .button-container {
    padding: 0 !important;
    text-align: center
}

.header_explanation .negative.message .messages-container .header,
.header_explanation .negative.message .button-container .header {
    color: var(--general-text-color);
    font-size: 1rem
}

.header_explanation .negative.message .messages-container p,
.header_explanation .negative.message .button-container p {
    font-size: .8125rem
}

.header_explanation .negative.message .button-container {
    margin-top: 1.25rem
}

.header_explanation .negative.message .button-container button {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: block;
    width: 100%;
    max-width: 354px;
    margin: 0 auto;
    padding-block: 1.0625rem;
    border: none;
    border-radius: 8px;
    background-color: var(--btn-secondary-bg-color);
    color: var(--btn-primary-text-color);
    font-size: .875rem;
    font-weight: bold;
    line-height: 1
}

@media screen and (min-width: 992px) {
    .header_explanation .negative.message .button-container button:hover {
        opacity: .9
    }
}

.footer_explanation .negative.message {
    display: none !important
}

#checkout_review {
    margin-top: 2.1875rem
}

#checkout_review .note {
    margin-bottom: 2rem;
    text-align: center
}

#checkout_review .login-btn-container form {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 2rem
}

#checkout_review .login-btn-container #AmazonPayButton {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

#checkout_review .update-payment-method-container {
    margin-top: 0
}

#checkout_review .update-payment-method-container .message {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    border: 1px solid var(--allocation-dialog-border-color);
    background: var(--allocation-dialog-color);
    -webkit-box-shadow: none;
    box-shadow: none
}

#checkout_review .update-payment-method-container .message a {
    color: var(--general-text-color);
    font-size: .875rem
}

#checkout_review .login-btn-container .back_button,
#checkout_review .back-or-confirm-container>.buttons .login-backbtn {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding: 0;
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: .875rem;
    font-weight: normal;
    text-decoration: underline
}

@media screen and (min-width: 992px) {

    #checkout_review .login-btn-container .back_button,
    #checkout_review .back-or-confirm-container>.buttons .login-backbtn {
        font-size: .9375rem
    }
}

#checkout_review .login-btn-container .back_button:hover,
#checkout_review .back-or-confirm-container>.buttons .login-backbtn:hover {
    text-decoration: none
}

@media screen and (min-width: 992px) {

    #checkout_review .login-btn-container .back_button:hover,
    #checkout_review .back-or-confirm-container>.buttons .login-backbtn:hover {
        opacity: .8
    }
}

#checkout_review .login-btn-container .back_button:focus,
#checkout_review .back-or-confirm-container>.buttons .login-backbtn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media screen and (min-width: 1200px) {
    #quickpay_wrapper {
        display: contents
    }
}

@media screen and (min-width: 1200px) {
    #quickpay_wrapper #checkout_review {
        display: contents
    }
}

#quickpay_wrapper #info-confirm {
    padding-inline: var(--general-gutter-x)
}

@media screen and (min-width: 1200px) {
    #quickpay_wrapper #info-confirm {
        display: contents
    }
}

@media screen and (min-width: 1200px) {
    #quickpay_wrapper #info-confirm .header_explanation {
        grid-column: 1/2;
        grid-row: 2/3;
        margin-block: 0 1.5rem
    }
}

@media screen and (min-width: 1200px) {
    #quickpay_wrapper #info-confirm div:has(.back-or-confirm-container) {
        grid-column: 2/3
    }
}

#quickpay_wrapper #info-confirm #cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 1200px) {
    #quickpay_wrapper #info-confirm #cart {
        grid-column: 2/3;
        grid-row: 1/20
    }
}

#quickpay_wrapper #info-confirm #cart>div:has(#cart_table) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 2.875rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--general-border-color)
}

@media screen and (min-width: 1200px) {
    #quickpay_wrapper #info-confirm #cart>div:has(#cart_table) {
        padding: 0;
        border: none
    }
}

#quickpay_wrapper #info-confirm #cart>div:has(#time) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

#quickpay_wrapper #info-confirm #cart>div:has(#point_table) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
    border-bottom: 1px solid var(--general-border-color)
}

#quickpay_wrapper #info-confirm #cart>div:has(#coupon_table) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

#quickpay_wrapper #info-confirm #cart #notes_table {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

#quickpay_wrapper #info-confirm #cart>div:has(#custom_customer) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

#quickpay_wrapper #info-confirm #cart>div:has(#gift_form) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 1.25rem
}

@media screen and (min-width: 1200px) {
    #quickpay_wrapper #info-confirm .amazon-details-container {
        grid-column: 1/2;
        grid-row: 3/30
    }
}

@media screen and (min-width: 1200px) {
    #quickpay_wrapper #info-confirm .footer_explanation {
        grid-column: 2/3;
        margin-block: 4.5rem 0
    }
}

#quickpay_wrapper .confirm-notice {
    margin-bottom: 1.875rem;
    padding: .5rem .75rem;
    border: 1px solid var(--notice-color);
    color: var(--notice-color);
    font-size: .8125rem
}

@media screen and (min-width: 576px) {
    #quickpay_wrapper .confirm-notice {
        padding-block: .625rem;
        text-align: center
    }
}

@media screen and (min-width: 1200px) {
    #quickpay_wrapper .confirm-notice {
        grid-column: 1/2;
        grid-row: 1/2;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

#quickpay_wrapper .currency_code {
    display: none
}

#quickpay_wrapper table {
    background: rgba(0, 0, 0, 0)
}

#quickpay_wrapper table#cart_table {
    border: none
}

#quickpay_wrapper table#cart_table thead {
    display: none
}

#quickpay_wrapper table#cart_table tbody tr {
    display: grid;
    grid-template-columns: auto 64px auto 1fr;
    padding-block: 1.875rem;
    border-bottom: 1px solid var(--general-border-color);
    gap: 0 10px
}

@media screen and (min-width: 1200px) {
    #quickpay_wrapper table#cart_table tbody tr {
        gap: 0 20px;
        padding-top: 0;
        border: none
    }
}

#quickpay_wrapper table#cart_table tbody tr:first-child {
    padding-top: 0
}

@media screen and (min-width: 1200px) {
    #quickpay_wrapper table#cart_table tbody tr:last-child {
        padding-bottom: .25rem
    }
}

#quickpay_wrapper table#cart_table tbody td {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    font-size: .8125rem
}

#quickpay_wrapper table#cart_table tbody td.num {
    grid-column: 1/2;
    grid-row: 1/3;
    margin-top: 1.5rem
}

#quickpay_wrapper table#cart_table tbody td.thumbnail {
    grid-column: 2/3;
    grid-row: 1/4
}

#quickpay_wrapper table#cart_table tbody td.thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 6px
}

#quickpay_wrapper table#cart_table tbody td.productname {
    grid-column: 3/5;
    grid-row: 1/2;
    margin-bottom: .25rem;
    font-size: .875rem;
    line-height: 1.6;
    word-break: break-all
}

#quickpay_wrapper table#cart_table tbody td.productname .regular_info {
    margin-top: .5rem;
    color: var(--general-text-color);
    font-size: .8125rem;
    font-weight: bold
}

#quickpay_wrapper table#cart_table tbody td.productname .regular_info br:not(:nth-of-type(2)) {
    display: none
}

#quickpay_wrapper table#cart_table tbody td.productname .regular_info .regular_info_title {
    display: block;
    margin-bottom: .25rem;
    font-size: .8125rem;
    font-weight: bold
}

#quickpay_wrapper table#cart_table tbody td.unitprice {
    grid-column: 3/5;
    grid-row: 2/3;
    margin-bottom: .3125rem
}

#quickpay_wrapper table#cart_table tbody td.unitprice>img {
    width: 30px;
    margin-right: .625rem
}

#quickpay_wrapper table#cart_table tbody td.unitprice br {
    display: none
}

#quickpay_wrapper table#cart_table tbody td.unitprice::before {
    content: attr(data-label) " : ";
    display: inline-block
}

#quickpay_wrapper table#cart_table tbody td.quantity {
    grid-column: 3/4;
    grid-row: 3/4
}

#quickpay_wrapper table#cart_table tbody td.quantity input {
    width: 3.375rem;
    height: 2.125rem;
    text-align: center
}

#quickpay_wrapper table#cart_table tbody td.quantity::before {
    content: attr(data-label) " : "
}

#quickpay_wrapper table#cart_table tbody td.subtotal {
    grid-column: 4/5;
    grid-row: 3/4;
    align-self: center;
    font-size: .875rem;
    letter-spacing: .5px;
    text-align: right
}

#quickpay_wrapper table#cart_table tbody td.action {
    grid-column: 1/3;
    grid-row: 4/5;
    align-self: center
}

#quickpay_wrapper table#cart_table tbody td.action input[type=submit] {
    padding: 0;
    border: none;
    background: none;
    text-decoration: underline;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#quickpay_wrapper table#cart_table tbody td.action input[type=submit]:hover {
    text-decoration: none
}

#quickpay_wrapper table#cart_table tfoot {
    border: none
}

#quickpay_wrapper table#cart_table tfoot tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#quickpay_wrapper table#cart_table tfoot tr th,
#quickpay_wrapper table#cart_table tfoot tr td {
    padding-block: .25rem;
    font-size: .875rem;
    font-weight: normal
}

#quickpay_wrapper table#cart_table tfoot tr th:last-child,
#quickpay_wrapper table#cart_table tfoot tr td:last-child {
    margin-left: auto
}

#quickpay_wrapper table#cart_table tfoot tr:first-child {
    padding-top: 1.3125rem
}

@media screen and (min-width: 1200px) {
    #quickpay_wrapper table#cart_table tfoot tr:first-child {
        padding-top: 1rem
    }
}

@media screen and (min-width: 1200px) {
    #quickpay_wrapper table#cart_table tfoot tr:last-child {
        margin-top: .9375rem;
        padding-top: .9375rem;
        border-top: 1px solid var(--general-border-color)
    }
}

#quickpay_wrapper table#cart_table tfoot tr:last-child th,
#quickpay_wrapper table#cart_table tfoot tr:last-child td {
    margin-top: .9375rem;
    opacity: 1;
    font-size: 1.25rem;
    font-weight: bold
}

@media screen and (min-width: 1200px) {

    #quickpay_wrapper table#cart_table tfoot tr:last-child th,
    #quickpay_wrapper table#cart_table tfoot tr:last-child td {
        margin-top: 0
    }
}

#quickpay_wrapper table#cart_table tfoot th,
#quickpay_wrapper table#cart_table tfoot td {
    display: block;
    padding: 0;
    border: none;
    font-size: .8125rem
}

#quickpay_wrapper table#cart_table tfoot th {
    background: none
}

#quickpay_wrapper table#cart_table tfoot td {
    text-align: left
}

#quickpay_wrapper table#point_table,
#quickpay_wrapper table#coupon_table {
    width: 100%;
    margin: 0;
    border: none
}

@media screen and (min-width: 1200px) {
    #quickpay_wrapper table#point_table {
        position: relative
    }
}

#quickpay_wrapper table#point_table tbody {
    display: grid
}

#quickpay_wrapper table#point_table tbody tr:first-child td {
    margin-bottom: .625rem
}

@media screen and (min-width: 1200px) {
    #quickpay_wrapper table#point_table tbody tr:first-child td {
        margin-bottom: .9375rem
    }
}

#quickpay_wrapper table#point_table tr:has(.c-point) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-row: 2/3;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-weight: bold
}

#quickpay_wrapper table#point_table tr:has(.c-point) .c-point {
    font-weight: bold
}

@media screen and (min-width: 1200px) {
    #quickpay_wrapper table#point_table tr:has(.c-point) .c-point {
        left: 0;
        margin-bottom: 0
    }
}

#quickpay_wrapper table#point_table tr:has(.c-point) .point {
    padding-right: .25rem;
    font-size: 1rem
}

#quickpay_wrapper table#point_table tr:has(.c-point) .point::before {
    content: ":";
    display: inline;
    padding-right: .25rem;
    font-size: .75rem;
    vertical-align: text-bottom
}

#quickpay_wrapper table#point_table th,
#quickpay_wrapper table#point_table td {
    display: block;
    padding: 0;
    border: none;
    background: none
}

#quickpay_wrapper table#point_table th {
    margin-bottom: .125rem
}

@media screen and (min-width: 1200px) {
    #quickpay_wrapper table#point_table th {
        margin-bottom: .375rem
    }
}

#quickpay_wrapper table#point_table td {
    position: relative;
    margin-bottom: 1rem;
    font-size: .75rem
}

@media screen and (min-width: 1200px) {
    #quickpay_wrapper table#point_table td {
        font-size: .8125rem
    }
}

#quickpay_wrapper table#point_table td input[type=text] {
    width: 100%
}

#quickpay_wrapper table#point_table td.u-point {
    margin-bottom: .125rem;
    font-size: .875rem;
    font-weight: bold
}

@media screen and (min-width: 1200px) {
    #quickpay_wrapper table#point_table td.u-point {
        margin-bottom: .1875rem
    }
}

#quickpay_wrapper table#point_table td:has(.used_point) {
    display: grid;
    grid-template-columns: 1fr 3rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--general-input-border-color);
    border-radius: 6px;
    font-size: .875rem;
    font-weight: bold;
    text-align: center
}

#quickpay_wrapper table#point_table td:has(.used_point) input {
    border: none
}

#quickpay_wrapper table#point_table td:has(.used_point) input:focus,
#quickpay_wrapper table#point_table td:has(.used_point) input:focus-visible,
#quickpay_wrapper table#point_table td:has(.used_point) input:focus-within {
    outline: none
}

#quickpay_wrapper table#coupon_table {
    position: relative;
    float: none
}

#quickpay_wrapper table#coupon_table tbody {
    position: relative
}

#quickpay_wrapper table#coupon_table tbody tr:first-child td:first-child {
    margin-bottom: .125rem;
    font-weight: bold
}

@media screen and (min-width: 1200px) {
    #quickpay_wrapper table#coupon_table tbody tr:first-child td:first-child {
        margin-bottom: .375rem
    }
}

#quickpay_wrapper table#coupon_table tbody tr:first-child td:last-child {
    margin-bottom: 1.25rem
}

@media screen and (min-width: 1200px) {
    #quickpay_wrapper table#coupon_table tbody tr:first-child td:last-child {
        margin-bottom: .9375rem
    }
}

#quickpay_wrapper table#coupon_table td {
    display: block;
    height: auto;
    padding: 0;
    border: none;
    background: none
}

#quickpay_wrapper table#coupon_table td input[type=text] {
    width: 100%;
    padding-right: 5rem
}

#quickpay_wrapper table#coupon_table .button:not(.basic) {
    display: block;
    position: absolute;
    top: 40px;
    right: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding: 0;
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: .75rem;
    font-weight: normal;
    text-decoration: underline;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media screen and (min-width: 1200px) {
    #quickpay_wrapper table#coupon_table .button:not(.basic) {
        top: 44px;
        font-size: .8125rem
    }
}

#quickpay_wrapper table#coupon_table .button:not(.basic):hover {
    text-decoration: none
}

@media screen and (min-width: 992px) {
    #quickpay_wrapper table#coupon_table .button:not(.basic):hover {
        opacity: .8
    }
}

#quickpay_wrapper table#coupon_table .button:not(.basic):focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

#quickpay_wrapper table#notes_table textarea {
    width: 100%
}

#quickpay_wrapper table#confirm_table {
    display: block;
    margin-top: 3.125rem;
    padding: 1rem 1.25rem 1.5rem;
    border-radius: 8px;
    border-color: var(--general-border-color)
}

@media screen and (min-width: 768px) {
    #quickpay_wrapper table#confirm_table {
        padding: 1.25rem 1.875rem
    }
}

@media screen and (min-width: 1200px) {
    #quickpay_wrapper table#confirm_table {
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-top: 0
    }
}

#quickpay_wrapper table#confirm_table h3,
#quickpay_wrapper table#confirm_table .h3 {
    width: 100%;
    margin-bottom: 1rem;
    padding-bottom: .375rem;
    border-bottom: 1px solid var(--general-border-color);
    font-size: 1rem;
    font-weight: bold
}

@media screen and (min-width: 768px) {

    #quickpay_wrapper table#confirm_table h3,
    #quickpay_wrapper table#confirm_table .h3 {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
        font-size: 1.125rem
    }
}

#quickpay_wrapper table#confirm_table tbody,
#quickpay_wrapper table#confirm_table tr,
#quickpay_wrapper table#confirm_table th,
#quickpay_wrapper table#confirm_table td {
    display: block
}

@media screen and (min-width: 768px) {
    #quickpay_wrapper table#confirm_table tbody {
        display: table-row-group
    }

    #quickpay_wrapper table#confirm_table tr {
        display: table-row
    }

    #quickpay_wrapper table#confirm_table th,
    #quickpay_wrapper table#confirm_table td {
        display: table-cell
    }
}

#quickpay_wrapper table#confirm_table th,
#quickpay_wrapper table#confirm_table td {
    padding: 0;
    border: none
}

#quickpay_wrapper table#confirm_table th {
    margin-bottom: .125rem;
    background: none;
    font-size: .875rem
}

@media screen and (min-width: 768px) {
    #quickpay_wrapper table#confirm_table th {
        width: 11.25rem;
        padding: .375rem 1rem .375rem 0;
        font-size: .875rem;
        font-weight: normal
    }
}

#quickpay_wrapper table#confirm_table td {
    min-height: 1.4375rem;
    margin-bottom: .3125rem;
    font-size: 1rem
}

@media screen and (min-width: 768px) {
    #quickpay_wrapper table#confirm_table td {
        min-height: auto;
        padding: .375rem 0
    }
}

#quickpay_wrapper table#confirm_table tbody tr.ttl:not(:first-child) h3,
#quickpay_wrapper table#confirm_table tbody tr.ttl:not(:first-child) .h3 {
    margin-top: 1.125rem
}

@media screen and (min-width: 768px) {

    #quickpay_wrapper table#confirm_table tbody tr.ttl:not(:first-child) h3,
    #quickpay_wrapper table#confirm_table tbody tr.ttl:not(:first-child) .h3 {
        margin-top: .8125rem;
        padding-top: 24px
    }
}

#quickpay_wrapper table#time {
    opacity: 1
}

#quickpay_wrapper table#time select {
    width: 100%
}

#quickpay_wrapper table#gift_form .checkbox-wrapper {
    padding-block: .625rem 0
}

#quickpay_wrapper table#gift_form .checkbox-wrapper label {
    margin-bottom: 0
}

#quickpay_wrapper table#gift_form td {
    margin: 0
}

#quickpay_wrapper table#gift_fields_t {
    display: block;
    margin-top: 1.25rem;
    padding: 1rem 1.25rem 1.5rem;
    border: 1px solid var(--general-border-color);
    border-radius: 8px;
    background-color: var(--general-bg-color)
}

#quickpay_wrapper table#gift_fields_t thead {
    display: block
}

#quickpay_wrapper table#gift_fields_t thead tr {
    display: block
}

#quickpay_wrapper table#gift_fields_t thead th {
    display: block;
    margin-bottom: .3125rem;
    padding: 0;
    border: none;
    background: rgba(0, 0, 0, 0)
}

#quickpay_wrapper table#gift_fields_t thead #gift-form-header {
    padding: 0
}

#quickpay_wrapper table#gift_fields_t thead h3,
#quickpay_wrapper table#gift_fields_t thead .h3 {
    margin-bottom: 1rem;
    padding-bottom: .375rem;
    border-bottom: 1px solid var(--general-border-color);
    font-size: 1rem;
    font-weight: bold;
    text-align: left
}

#quickpay_wrapper table#gift_fields_t tbody #readonly_email_row {
    padding: 0
}

#quickpay_wrapper table#gift_fields_t tbody tr.inp1 td {
    gap: 5px
}

#quickpay_wrapper button.basic {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: block;
    width: 100%;
    margin: 0;
    padding-block: 1.0625rem;
    border: none;
    border-radius: 8px;
    background-color: var(--btn-secondary-bg-color);
    color: var(--btn-primary-text-color);
    font-size: .875rem;
    font-weight: bold;
    line-height: 1
}

@media screen and (min-width: 1200px) {
    #quickpay_wrapper button.basic {
        width: 220px;
        margin-left: auto
    }
}

@media screen and (min-width: 992px) {
    #quickpay_wrapper button.basic:hover {
        opacity: .9
    }
}

#checkout_review .back-or-confirm-container,
#quickpay_wrapper .back-or-confirm-container {
    margin-top: 2.1875rem
}

@media screen and (min-width: 1200px) {

    #checkout_review .back-or-confirm-container,
    #quickpay_wrapper .back-or-confirm-container {
        margin-top: 3.75rem
    }
}

#checkout_review .back-or-confirm-container .buttons,
#quickpay_wrapper .back-or-confirm-container .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 2.25rem;
    width: 100%
}

#checkout_review .back-or-confirm-container .buttons button,
#quickpay_wrapper .back-or-confirm-container .buttons button {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    padding-block: 1.1875rem;
    border: none;
    border-radius: 8px;
    opacity: 1 !important;
    background: var(--btn-primary-bg-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--btn-primary-text-color);
    font-size: .875rem;
    font-weight: bold;
    line-height: 1
}

@media screen and (min-width: 992px) {

    #checkout_review .back-or-confirm-container .buttons button:hover,
    #quickpay_wrapper .back-or-confirm-container .buttons button:hover {
        opacity: .9 !important
    }
}

#checkout_review .back-or-confirm-container .buttons button.disabled,
#quickpay_wrapper .back-or-confirm-container .buttons button.disabled {
    opacity: .5 !important;
    background: #8a8a8a !important;
    pointer-events: noe !important
}

#checkout_review .back-or-confirm-container .buttons #purchase_form:has(.login-backbtn),
#checkout_review .back-or-confirm-container .buttons .login-backbtn,
#quickpay_wrapper .back-or-confirm-container .buttons #purchase_form:has(.login-backbtn),
#quickpay_wrapper .back-or-confirm-container .buttons .login-backbtn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media screen and (min-width: 992px) {

    #checkout_review .back-or-confirm-container .buttons #purchase_form:has(.login-backbtn),
    #checkout_review .back-or-confirm-container .buttons .login-backbtn,
    #quickpay_wrapper .back-or-confirm-container .buttons #purchase_form:has(.login-backbtn),
    #quickpay_wrapper .back-or-confirm-container .buttons .login-backbtn {
        margin-inline: 0 auto
    }
}

#memberpages #wcexaap-button-wrapper {
    margin-top: 2rem
}

#memberpages #wcexaap-button-wrapper .info-message {
    margin-bottom: 1rem;
    color: var(--general-text-color);
    font-size: .875rem
}

#memberpages #wcexaap-button-wrapper #AmazonPayButton {
    width: 100% !important
}

#memberpages .amzlogin.customer_form {
    margin-bottom: 1rem
}

#memberpages .amzlogin.customer_form tr th i {
    margin-inline: .3125rem 0
}

#memberpages .amzlogin.customer_form tr td {
    margin: 0;
    padding: 0
}

#memberpages .amzlogin.customer_form .actions-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .625rem 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#memberpages .amzlogin.customer_form .actions-wrapper .radio-wrapper {
    margin: 0
}

#memberpages .amzlogin.customer_form .actions-wrapper .radio-wrapper input {
    margin-bottom: 0
}

#memberpages .amzlogin.customer_form .actions-wrapper .ui.button {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: inline-block;
    height: 2.125rem;
    margin: 0;
    padding: .375rem 1.875rem;
    border: 1px solid var(--primary-color);
    border-radius: 3px;
    background: var(--btn-senary-bg-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--primary-color);
    font-size: .8125rem;
    font-weight: normal;
    text-decoration: none
}

#memberpages .amzlogin.customer_form .actions-wrapper .ui.button:hover {
    background: var(--primary-color);
    color: var(--btn-senary-hov-text-color)
}

.article-item #wc_regular {
    margin-top: 1.5rem;
    padding: 1.25rem;
    border: none;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    box-shadow: 0 0 4px rgba(0, 0, 0, .1)
}

@media screen and (min-width: 992px) {
    .article-item #wc_regular {
        padding: 1.625rem 1.5rem 2.5rem
    }
}

.article-item #wc_regular table.autodelivery {
    display: block;
    padding-bottom: 1.5rem;
    border: none;
    border-bottom: 1px solid var(--general-border-color)
}

.article-item #wc_regular table.autodelivery tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid var(--general-border-color);
    border-radius: 6px;
    background-color: var(--general-light-bg-color)
}

.article-item #wc_regular table.autodelivery tbody tr {
    width: 50%
}

.article-item #wc_regular table.autodelivery tbody tr:last-child {
    border-left: 1px solid var(--general-border-color)
}

.article-item #wc_regular table.autodelivery tr,
.article-item #wc_regular table.autodelivery th,
.article-item #wc_regular table.autodelivery td {
    display: block
}

.article-item #wc_regular table.autodelivery tr {
    padding: .625rem 1rem .25rem
}

.article-item #wc_regular table.autodelivery th,
.article-item #wc_regular table.autodelivery td {
    padding: 0;
    border: none;
    text-align: center
}

.article-item #wc_regular table.autodelivery th {
    margin-bottom: .125rem;
    background: none;
    font-size: .75rem;
    font-weight: bold
}

@media screen and (min-width: 992px) {
    .article-item #wc_regular table.autodelivery th {
        font-size: .8125rem
    }
}

.article-item #wc_regular table.autodelivery td {
    font-size: .8125rem
}

@media screen and (min-width: 992px) {
    .article-item #wc_regular table.autodelivery td {
        font-size: .9375rem
    }
}

.article-item:not(.autodelivery) #wc_regular .skuform {
    margin-top: 1.125rem
}

@media screen and (min-width: 992px) {
    .article-item:not(.autodelivery) #wc_regular .skuform {
        margin-top: 1.5rem
    }
}

.article-item:not(.autodelivery) #wc_regular .skuname {
    font-size: 1rem
}

@media screen and (min-width: 992px) {
    .article-item:not(.autodelivery) #wc_regular .skuname {
        font-size: 1.125rem
    }
}

.article-item:not(.autodelivery) #wc_regular .itemGpExp {
    padding: .875rem
}

.article-item:not(.autodelivery) #wc_regular .itemGpExp dd {
    font-size: .875rem
}

@media screen and (min-width: 768px) {
    .article-item:not(.autodelivery) #wc_regular .itemGpExp dd {
        font-size: .8125rem
    }
}

@media screen and (min-width: 992px) {
    .article-item:not(.autodelivery) #wc_regular .itemGpExp dd {
        font-size: .875rem
    }
}

.article-item:not(.autodelivery) #wc_regular .item-option {
    margin-block: .875rem
}

.article-item:not(.autodelivery) #wc_regular .item-price {
    font-size: 1.25rem
}

.article-item:not(.autodelivery) #wc_regular .item-price .tax {
    font-size: .75rem
}

.article-item:not(.autodelivery) #wc_regular .purchase-box {
    margin-top: .875rem
}

.article-item:not(.autodelivery) #wc_regular .cart-button {
    margin-top: .5rem
}

.article-item:not(.autodelivery) .regular-purchase-ttl {
    margin-bottom: .875rem;
    font-size: 1rem;
    font-weight: bold
}

@media screen and (min-width: 992px) {
    .article-item:not(.autodelivery) .regular-purchase-ttl {
        margin-bottom: 1.125rem;
        font-size: 1.125rem
    }
}

.article-item.autodelivery #wc_regular {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.article-item.autodelivery #wc_regular table.autodelivery {
    margin-block: 1.875rem;
    padding: 0;
    border-bottom: none
}

@media screen and (min-width: 992px) {
    .article-item.autodelivery #wc_regular table.autodelivery {
        margin-block: 2.8125rem
    }
}

.article-item.autodelivery .regular-purchase-ttl {
    display: none
}

#wc_autodelivery_history .member_page_title {
    margin-top: 0
}

#wc_autodelivery_history .currency_code {
    margin-bottom: 1rem;
    font-size: .8125rem
}

#wc_autodelivery_history .inside {
    margin-bottom: 2.5rem
}

#wc_autodelivery_history .inside table,
#wc_autodelivery_history .inside thead,
#wc_autodelivery_history .inside tbody,
#wc_autodelivery_history .inside tr,
#wc_autodelivery_history .inside th,
#wc_autodelivery_history .inside td {
    display: block
}

#wc_autodelivery_history .inside th,
#wc_autodelivery_history .inside td {
    border: none
}

#wc_autodelivery_history .inside th {
    background: none
}

#wc_autodelivery_history .inside table {
    margin: 0;
    font-size: 13px
}

#wc_autodelivery_history .inside table:nth-child(odd) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 1.25rem;
    padding: 1rem 1rem 0;
    border: 1px solid var(--general-border-color);
    border-radius: 6px;
    background-color: var(--general-light-bg-color)
}

@media screen and (min-width: 768px) {
    #wc_autodelivery_history .inside table:nth-child(odd) {
        grid-template-columns: repeat(5, 1fr);
        padding: .875rem 1.25rem
    }
}

#wc_autodelivery_history .inside table:nth-child(odd) th,
#wc_autodelivery_history .inside table:nth-child(odd) td {
    padding: 0
}

#wc_autodelivery_history .inside table:nth-child(odd) th {
    margin-bottom: .25rem;
    font-weight: bold
}

#wc_autodelivery_history .inside table:nth-child(odd) td {
    margin-bottom: 1rem
}

@media screen and (min-width: 768px) {
    #wc_autodelivery_history .inside table:nth-child(odd) td {
        margin-bottom: 0
    }
}

#wc_autodelivery_history .inside table:nth-child(odd) thead,
#wc_autodelivery_history .inside table:nth-child(odd) tbody,
#wc_autodelivery_history .inside table:nth-child(odd) tr {
    display: contents
}

#wc_autodelivery_history .inside table:nth-child(odd) tr th:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2
}

#wc_autodelivery_history .inside table:nth-child(odd) tr th:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2
}

#wc_autodelivery_history .inside table:nth-child(odd) tr th:nth-child(3) {
    grid-column: 3/4;
    grid-row: 1/2
}

#wc_autodelivery_history .inside table:nth-child(odd) tr th:nth-child(4) {
    grid-column: 1/2;
    grid-row: 3/4
}

@media screen and (min-width: 768px) {
    #wc_autodelivery_history .inside table:nth-child(odd) tr th:nth-child(4) {
        grid-column: 4/5;
        grid-row: 1/2
    }
}

#wc_autodelivery_history .inside table:nth-child(odd) tr th:nth-child(5) {
    grid-column: 2/4;
    grid-row: 3/4
}

@media screen and (min-width: 768px) {
    #wc_autodelivery_history .inside table:nth-child(odd) tr th:nth-child(5) {
        grid-column: 5/6;
        grid-row: 1/2
    }
}

#wc_autodelivery_history .inside table:nth-child(odd) tr td:nth-child(1) {
    grid-column: 1/2;
    grid-row: 2/3
}

#wc_autodelivery_history .inside table:nth-child(odd) tr td:nth-child(2) {
    grid-column: 2/3;
    grid-row: 2/3
}

#wc_autodelivery_history .inside table:nth-child(odd) tr td:nth-child(3) {
    grid-column: 3/4;
    grid-row: 2/3
}

#wc_autodelivery_history .inside table:nth-child(odd) tr td:nth-child(4) {
    grid-column: 1/2;
    grid-row: 4/5
}

@media screen and (min-width: 768px) {
    #wc_autodelivery_history .inside table:nth-child(odd) tr td:nth-child(4) {
        grid-column: 4/5;
        grid-row: 2/3
    }
}

#wc_autodelivery_history .inside table:nth-child(odd) tr td:nth-child(5) {
    grid-column: 2/4;
    grid-row: 4/5
}

@media screen and (min-width: 768px) {
    #wc_autodelivery_history .inside table:nth-child(odd) tr td:nth-child(5) {
        grid-column: 5/6;
        grid-row: 2/3
    }
}

#wc_autodelivery_history .inside table:nth-child(even) {
    padding-top: 1.25rem;
    border: none;
    border-top: 1px solid var(--general-border-color)
}

@media screen and (min-width: 768px) {
    #wc_autodelivery_history .inside table:nth-child(even) {
        display: table
    }
}

#wc_autodelivery_history .inside table:nth-child(even) tbody {
    margin-bottom: 2.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--general-border-color)
}

@media screen and (min-width: 768px) {
    #wc_autodelivery_history .inside table:nth-child(even) tbody {
        display: table-row-group
    }
}

#wc_autodelivery_history .inside table:nth-child(even) tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: .7rem 0
}

@media screen and (min-width: 768px) {
    #wc_autodelivery_history .inside table:nth-child(even) tr {
        display: table-row
    }
}

#wc_autodelivery_history .inside table:nth-child(even) th,
#wc_autodelivery_history .inside table:nth-child(even) td {
    padding: 0
}

@media screen and (min-width: 768px) {

    #wc_autodelivery_history .inside table:nth-child(even) th,
    #wc_autodelivery_history .inside table:nth-child(even) td {
        display: table-cell;
        padding: .625rem;
        border: 1px solid var(--general-border-color);
        text-align: center
    }
}

@media screen and (min-width: 992px) {

    #wc_autodelivery_history .inside table:nth-child(even) th,
    #wc_autodelivery_history .inside table:nth-child(even) td {
        padding: 1rem
    }
}

#wc_autodelivery_history .inside table:nth-child(even) th {
    width: 100px;
    padding-inline: 1.375rem .5rem;
    font-weight: bold
}

@media screen and (min-width: 768px) {
    #wc_autodelivery_history .inside table:nth-child(even) th {
        width: 115px;
        padding: .625rem
    }
}

@media screen and (min-width: 992px) {
    #wc_autodelivery_history .inside table:nth-child(even) th {
        width: 126px;
        padding: 1rem
    }
}

#wc_autodelivery_history .inside table:nth-child(even) td {
    width: calc((100% - 200px)/2)
}

@media screen and (min-width: 768px) {
    #wc_autodelivery_history .inside table:nth-child(even) td {
        width: auto
    }
}

#wc_autodelivery_history .inside table:nth-child(even) tr:first-child td:first-child {
    width: 24px;
    margin-bottom: 1rem
}

@media screen and (min-width: 768px) {
    #wc_autodelivery_history .inside table:nth-child(even) tr:first-child td:first-child {
        width: 50px
    }
}

#wc_autodelivery_history .inside table:nth-child(even) tr:first-child td:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 24px);
    margin-bottom: 1rem
}

@media screen and (min-width: 768px) {
    #wc_autodelivery_history .inside table:nth-child(even) tr:first-child td:nth-child(2) {
        display: table-cell;
        text-align: left
    }
}

#wc_autodelivery_history .inside table:nth-child(even) tr:first-child td:nth-child(2) .item_img {
    width: 64px;
    margin-right: 10px
}

@media screen and (min-width: 768px) {
    #wc_autodelivery_history .inside table:nth-child(even) tr:first-child td:nth-child(2) .item_img {
        width: auto;
        margin: 0 0 .625rem
    }
}

#wc_autodelivery_history .inside table:nth-child(even) tr:first-child td:nth-child(2) .item_img img {
    width: 100%;
    height: auto;
    border: 1px solid var(--general-border-color);
    border-radius: 6px
}

@media screen and (min-width: 768px) {
    #wc_autodelivery_history .inside table:nth-child(even) tr:first-child td:nth-child(2) .item_img img {
        width: 90px;
        border: none;
        border-radius: 0
    }
}

#wc_autodelivery_history .inside table:nth-child(even) tr:first-child td:nth-child(2) .item_content {
    width: calc(100% - 74px);
    font-size: .9rem
}

#wc_autodelivery_history .inside table:nth-child(even) tr:first-child td:nth-child(2) .item_content p {
    margin-bottom: 0
}

#wc_autodelivery_history .inside table .change-shipping-address {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: inline-block;
    margin-left: .5rem;
    padding: .25rem .8rem;
    border: 1px solid var(--primary-color);
    border-radius: 3px;
    background-color: var(--btn-senary-bg-color);
    color: var(--primary-color)
}

#wc_autodelivery_history .inside table .change-shipping-address:hover {
    background-color: var(--primary-color);
    color: var(--btn-senary-hov-text-color)
}

#wc_autodelivery_history .send {
    display: grid;
    margin-top: 2rem;
    text-align: center;
    gap: 2rem
}

#wc_autodelivery_history .send input {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    margin-inline: auto;
    border: none
}

#wc_autodelivery_history .send input:hover,
#wc_autodelivery_history .send input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

#wc_autodelivery_history .send input.back-mypage {
    width: 100%;
    max-width: 354px;
    padding-block: 1.1875rem;
    border: none;
    border-radius: 8px;
    background-color: var(--btn-primary-bg-color);
    color: var(--btn-primary-text-color);
    font-size: .875rem;
    font-weight: bold;
    line-height: 1
}

@media screen and (min-width: 992px) {
    #wc_autodelivery_history .send input.back-mypage:hover {
        opacity: .9
    }
}

#wc_autodelivery_history .send input.back-top {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding: 0;
    border: none;
    background: none;
    text-decoration: underline
}

#wc_autodelivery_history .send input.back-top:hover {
    text-decoration: none
}

.article-item .dlseller-subscription {
    margin-top: 1.875rem;
    border: none;
    background: none
}

@media screen and (min-width: 992px) {
    .article-item .dlseller-subscription {
        margin-top: 2.8125rem
    }
}

.article-item .dlseller-subscription tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
}

.article-item .dlseller-subscription tr {
    display: block;
    padding: .5rem 1rem .25rem;
    border: 1px solid var(--general-border-color);
    border-radius: 6px;
    background-color: var(--general-light-bg-color);
    text-align: center
}

@media screen and (min-width: 992px) {
    .article-item .dlseller-subscription tr {
        padding-top: .75rem
    }
}

.article-item .dlseller-subscription th,
.article-item .dlseller-subscription td {
    display: block;
    padding: 0;
    border: none;
    background: none
}

.article-item .dlseller-subscription th {
    font-size: .75rem
}

@media screen and (min-width: 992px) {
    .article-item .dlseller-subscription th {
        font-size: .8125rem
    }
}

.article-item .dlseller-subscription td {
    font-size: .8125rem
}

@media screen and (min-width: 992px) {
    .article-item .dlseller-subscription td {
        font-size: .9375rem
    }
}

.article-item .dlseller-subscription+.dlseller-charging-info {
    display: block;
    width: 100%;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--general-border-color)
}

@media screen and (min-width: 992px) {
    .article-item .dlseller-subscription+.dlseller-charging-info {
        display: table;
        padding-top: 0;
        border-top: none
    }
}

.article-item .dlseller-charging-info {
    margin-top: 1.875rem;
    border: none
}

@media screen and (min-width: 992px) {
    .article-item .dlseller-charging-info {
        margin-top: 2.8125rem
    }
}

.article-item .dlseller-charging-info tbody {
    display: block;
    padding: .5rem 1rem 1rem;
    border: 1px solid var(--general-border-color)
}

@media screen and (min-width: 992px) {
    .article-item .dlseller-charging-info tbody {
        display: table-row-group
    }
}

.article-item .dlseller-charging-info tbody tr:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.article-item .dlseller-charging-info tr {
    display: block;
    padding-block: .5rem .25rem;
    border-bottom: 1px solid var(--general-border-color)
}

@media screen and (min-width: 992px) {
    .article-item .dlseller-charging-info tr {
        display: table-row
    }
}

.article-item .dlseller-charging-info th,
.article-item .dlseller-charging-info td {
    display: block;
    padding: 0;
    border: none;
    font-size: .8125rem
}

@media screen and (min-width: 992px) {

    .article-item .dlseller-charging-info th,
    .article-item .dlseller-charging-info td {
        display: table-cell;
        padding: .75rem 1rem;
        border: 1px solid var(--general-border-color)
    }
}

.article-item .dlseller-charging-info th {
    background: none;
    font-weight: normal
}

@media screen and (min-width: 992px) {
    .article-item .dlseller-charging-info th {
        width: 50%
    }
}

.article-item .item-price .frequency {
    padding: .1875rem .3125rem;
    border-radius: 4px;
    background-color: var(--general-text-color);
    color: #fff;
    font-size: .75rem;
    font-weight: bold;
    vertical-align: middle
}

@media screen and (min-width: 992px) {
    .article-item .item-price .frequency {
        padding: .375rem .5rem;
        font-size: .875rem
    }
}

.article-item .item-price:has(.frequency)+.tax_inc_block {
    margin-top: .25rem
}

#wc_member_auto_billing_info .member-grid {
    display: block
}

#wc_member_auto_billing_info .member_submenu:has(li:empty) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#wc_member_auto_billing_info .member_submenu li:empty {
    display: none
}

#wc_member_auto_billing_info #memberinfo .currency_code {
    margin-bottom: 1rem;
    font-size: .8125rem
}

#wc_member_auto_billing_info #memberinfo .auto_billing_contents .subscription_block {
    margin-bottom: 2.5rem;
    border: none
}

#wc_member_auto_billing_info #memberinfo .auto_billing_contents dl {
    display: grid;
    grid-template-columns: repeat(3, auto);
    margin-bottom: 1.25rem;
    padding: 1rem;
    border: 1px solid var(--general-border-color);
    border-radius: 6px;
    background-color: var(--general-light-bg-color);
    gap: 0 .625rem
}

@media screen and (min-width: 768px) {
    #wc_member_auto_billing_info #memberinfo .auto_billing_contents dl {
        grid-template-columns: repeat(6, 1fr)
    }
}

#wc_member_auto_billing_info #memberinfo .auto_billing_contents dl::after {
    content: none
}

#wc_member_auto_billing_info #memberinfo .auto_billing_contents dl dt,
#wc_member_auto_billing_info #memberinfo .auto_billing_contents dl dd {
    padding: 0;
    border: none;
    font-size: .8125rem
}

@media screen and (min-width: 768px) {

    #wc_member_auto_billing_info #memberinfo .auto_billing_contents dl dt,
    #wc_member_auto_billing_info #memberinfo .auto_billing_contents dl dd {
        text-align: center
    }
}

#wc_member_auto_billing_info #memberinfo .auto_billing_contents dl dt {
    padding-bottom: .25rem
}

#wc_member_auto_billing_info #memberinfo .auto_billing_contents dl dd {
    padding: 0 0 1rem
}

@media screen and (min-width: 768px) {
    #wc_member_auto_billing_info #memberinfo .auto_billing_contents dl dd {
        padding: 0
    }
}

#wc_member_auto_billing_info #memberinfo .auto_billing_contents dl>:nth-child(1),
#wc_member_auto_billing_info #memberinfo .auto_billing_contents dl>:nth-child(3),
#wc_member_auto_billing_info #memberinfo .auto_billing_contents dl>:nth-child(5) {
    grid-row: 1/2
}

#wc_member_auto_billing_info #memberinfo .auto_billing_contents dl>:nth-child(7),
#wc_member_auto_billing_info #memberinfo .auto_billing_contents dl>:nth-child(9),
#wc_member_auto_billing_info #memberinfo .auto_billing_contents dl>:nth-child(11) {
    grid-row: 3/4
}

@media screen and (min-width: 768px) {

    #wc_member_auto_billing_info #memberinfo .auto_billing_contents dl>:nth-child(7),
    #wc_member_auto_billing_info #memberinfo .auto_billing_contents dl>:nth-child(9),
    #wc_member_auto_billing_info #memberinfo .auto_billing_contents dl>:nth-child(11) {
        grid-row: 1/2
    }
}

#wc_member_auto_billing_info #memberinfo .auto_billing_contents .data-table-wrap {
    padding: 1rem;
    border: 1px solid var(--general-border-color)
}

#wc_member_auto_billing_info #memberinfo .auto_billing_contents .data-table-wrap h2,
#wc_member_auto_billing_info #memberinfo .auto_billing_contents .data-table-wrap .h2 {
    margin-bottom: 1.25rem;
    padding: .75rem 0 1.75rem;
    border-bottom: 1px solid var(--general-border-color);
    background: rgba(0, 0, 0, 0);
    color: var(--general-text-color);
    font-size: 1rem
}

#wc_member_auto_billing_info #memberinfo .auto_billing_contents .data-table-wrap .billing-year-select {
    top: 1rem
}

#wc_member_auto_billing_info #memberinfo .auto_billing_contents .data-table-wrap .billing-year-select select {
    height: 2.75rem
}

#wc_member_auto_billing_info #memberinfo .auto_billing_contents .data-table-wrap table {
    width: 100%;
    margin-bottom: 1rem
}

#wc_member_auto_billing_info #memberinfo .auto_billing_contents .data-table-wrap table:not(:has(tbody)) {
    display: none
}

#wc_member_auto_billing_info #memberinfo .auto_billing_contents .data-table-wrap table tbody {
    border-color: var(--general-border-color)
}

#wc_member_auto_billing_info #memberinfo .auto_billing_contents .data-table-wrap table th,
#wc_member_auto_billing_info #memberinfo .auto_billing_contents .data-table-wrap table td {
    border-color: var(--general-border-color);
    background: rgba(0, 0, 0, 0);
    font-size: .8125rem
}

#wc_member_auto_billing_info #memberinfo .auto_billing_contents .data-table-wrap table td {
    padding: .625rem
}

#wc_member_auto_billing_info #memberinfo .auto_billing_contents .data-table-wrap table a {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: inline-block;
    padding: .375rem .8rem;
    border: 1px solid var(--primary-color);
    border-radius: 3px;
    background-color: var(--btn-senary-bg-color);
    color: var(--primary-color);
    text-decoration: none
}

#wc_member_auto_billing_info #memberinfo .auto_billing_contents .data-table-wrap table a:hover {
    background-color: var(--primary-color);
    color: var(--btn-senary-hov-text-color)
}

#wc_member_auto_billing_info #memberinfo .auto_billing_contents .data-table-wrap .nodata {
    padding: 1rem 0;
    border: none
}

.article-item .favorite-icon {
    position: absolute;
    top: 1rem;
    right: 1rem
}

@media screen and (min-width: 1200px) {
    .article-item .favorite-icon {
        top: 1.5rem;
        right: 1.5rem
    }
}

.article-item .favorite-icon:hover {
    cursor: pointer
}

.article-item .favorite-icon img {
    width: 2rem;
    height: 2rem
}

@media screen and (min-width: 1200px) {
    .article-item .favorite-icon img {
        right: 2.5rem;
        bottom: 2.5rem
    }
}

.article-item .favorite-button {
    width: auto;
    margin: 1.25rem 0 0
}

.article-item .favorite-button .add-favorite,
.article-item .favorite-button .add-favorite.added {
    width: 100%;
    height: auto;
    padding-block: 1.125rem;
    border-radius: 8px;
    font-size: .875rem;
    letter-spacing: 1px;
    line-height: 1;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.article-item .favorite-button .add-favorite {
    border: 1px solid var(--btn-tertiary-color);
    background-color: var(--btn-tertiary-bg-color);
    color: var(--btn-tertiary-color)
}

.article-item .favorite-button .add-favorite:hover {
    background-color: var(--btn-tertiary-hov-bg-color);
    color: var(--btn-tertiary-bg-color)
}

.article-item .favorite-button .add-favorite.added {
    border: 1px solid var(--btn-tertiary-hov-bg-color);
    background-color: var(--btn-tertiary-hov-bg-color);
    color: var(--btn-tertiary-bg-color)
}

@media screen and (min-width: 992px) {
    .article-item .favorite-button .add-favorite.added:hover {
        opacity: .9
    }
}

#tofavorite-overlay {
    z-index: 2000
}

#tofavorite-content {
    z-index: 3000;
    width: 90%;
    max-width: 480px;
    padding: 1.5rem 1rem;
    border-radius: 8px
}

@media screen and (min-width: 768px) {
    #tofavorite-content {
        padding: 1.5rem 2rem 2rem
    }
}

#tofavorite-content p {
    margin: 0
}

#tofavorite-content .tologin-message,
#tofavorite-content .tofavorite-message {
    margin-bottom: .6875rem;
    text-align: center
}

#tofavorite-content .tologin-page-link a,
#tofavorite-content .tologin-newmember-page-link a,
#tofavorite-content .tofavorite-page-link a {
    width: 100%;
    max-width: none;
    height: auto;
    padding-block: 1.1875rem;
    border: none;
    border-radius: 8px;
    background-color: var(--btn-primary-bg-color);
    color: var(--btn-primary-text-color);
    font-size: .875rem;
    letter-spacing: 1px;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media screen and (min-width: 992px) {

    #tofavorite-content .tologin-page-link a:hover,
    #tofavorite-content .tologin-newmember-page-link a:hover,
    #tofavorite-content .tofavorite-page-link a:hover {
        opacity: .9
    }
}

#tofavorite-content #tofavorite-close {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: none;
    height: auto;
    margin-top: 1rem;
    padding: 0;
    background: none;
    color: var(--general-text-color);
    line-height: normal;
    text-decoration: underline
}

@media screen and (min-width: 992px) {
    #tofavorite-content #tofavorite-close {
        margin-top: 1.625rem
    }
}

#tofavorite-content #tofavorite-close:hover {
    background: none;
    text-decoration: none
}

.card-item .favorite-icon {
    position: absolute;
    right: .625rem;
    bottom: .625rem;
    width: 1.5rem
}

@media screen and (min-width: 768px) {
    .card-item .favorite-icon {
        right: 1rem;
        bottom: 1rem
    }
}

@media screen and (min-width: 992px) {
    .card-item .favorite-icon {
        width: 1.875rem
    }
}

.card-item a:hover .favorite-icon img {
    scale: 1
}

#wc_member_favorite_page #memberinfo>p {
    text-align: center
}

#wc_member_favorite_page .send {
    margin-top: 3rem
}

@media screen and (min-width: 992px) {
    #wc_member_favorite_page .send {
        margin-top: 5rem
    }
}

#wc_member_favorite_page .send .back_to_mypage {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 100%;
    max-width: 354px;
    margin-inline: auto;
    padding-block: 1.1875rem;
    border: none;
    border-radius: 8px;
    background-color: var(--btn-primary-bg-color);
    color: var(--btn-primary-text-color);
    font-size: .875rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-decoration: none
}

#wc_member_favorite_page .send .back_to_mypage:hover {
    text-decoration: none
}

@media screen and (min-width: 992px) {
    #wc_member_favorite_page .send .back_to_mypage:hover {
        opacity: .9
    }
}

.cart-page:has(#kuroneko_atobarai_sms) {
    margin-inline: 0
}

.cart-page:has(#kuroneko_atobarai_sms) #wc_cart {
    max-width: 600px;
    margin-top: 3rem
}

@media screen and (min-width: 992px) {
    .cart-page:has(#kuroneko_atobarai_sms) #wc_cart {
        margin-top: 6.25rem
    }
}

.cart-page:has(#kuroneko_atobarai_sms) #wc_cart .cart_page_title {
    margin-bottom: 1.875rem;
    font-size: 1.25rem;
    text-align: center
}

@media screen and (min-width: 992px) {
    .cart-page:has(#kuroneko_atobarai_sms) #wc_cart .cart_page_title {
        margin-bottom: 4.5rem;
        font-size: 1.5rem
    }
}

.cart-page:has(#kuroneko_atobarai_sms) #wc_cart .confiem_notice {
    margin-bottom: 1.875rem;
    padding: .5rem .75rem;
    border: 1px solid var(--notice-color);
    color: var(--notice-color);
    font-size: .8125rem
}

@media screen and (min-width: 576px) {
    .cart-page:has(#kuroneko_atobarai_sms) #wc_cart .confiem_notice {
        padding-block: .625rem;
        text-align: center
    }
}

.cart-page:has(#kuroneko_atobarai_sms) #wc_cart .cart_navi {
    display: none
}

.cart-page:has(#kuroneko_atobarai_sms) #wc_cart .error_message {
    text-align: center
}

.cart-page:has(#kuroneko_atobarai_sms) #wc_cart .send {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 2.5rem;
    gap: 2rem
}

.cart-page:has(#kuroneko_atobarai_sms) #wc_cart .send:has(.back_to_delivery_button:only-child) .back_to_delivery_button {
    margin-inline: auto
}

.article-item .item-sku {
    margin-block: 1.5rem
}

.article-item dl.item-sku {
    display: block;
    padding: 0;
    border: none;
    font-size: .875rem
}

.article-item dl.item-sku dt,
.article-item dl.item-sku dd {
    display: block;
    padding: 0;
    border: none
}

.article-item dl.item-sku dt {
    background: none;
    font-weight: normal
}

.article-item dl.item-sku dd {
    margin-bottom: 1rem
}

.article-item dl.item-sku dd select {
    width: 100%;
    height: 2.5rem;
    margin-top: .25rem
}

@media screen and (min-width: 992px) {
    .article-item dl.item-sku dd select {
        width: auto;
        min-width: 240px
    }
}

.article-item dl.item-sku label {
    margin: .25rem .25rem 0 0;
    padding: .625rem .9375rem;
    border: 1px solid var(--btn-quinary-border-color);
    border-radius: 6px;
    background-color: var(--btn-quinary-bg-color);
    color: var(--btn-quinary-text-color);
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.article-item dl.item-sku label:hover {
    padding: .625rem .9375rem;
    border: 1px solid var(--btn-quinary-hov-color);
    color: var(--btn-quinary-hov-color)
}

.article-item dl.item-sku input[type=radio]:checked+label {
    padding: .625rem .9375rem;
    border: 1px solid var(--btn-quinary-hov-color);
    color: var(--btn-quinary-hov-color)
}

.article-item table.item-sku {
    border: var(--general-input-border-color);
    font-size: .8125rem
}

.article-item table.item-sku th,
.article-item table.item-sku td {
    padding: .25rem;
    border: 1px solid var(--general-border-color)
}

.article-item table.item-sku th {
    background-color: var(--table-thead-bg-color);
    font-weight: normal
}

.article-item table.item-sku input[type=radio] {
    vertical-align: sub
}

.article-item table.item-sku input[type=radio]::after {
    background-color: var(--general-text-color)
}

.article-item table.item-sku input[type=radio]:checked {
    border: 1px solid var(--btn-quinary-hov-color);
    color: var(--btn-quinary-hov-color)
}

.article-item table.item-sku input[type=radio]:focus,
.article-item table.item-sku input[type=radio]:active,
.article-item table.item-sku input[type=radio]:focus-visible {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

#memberinfo .msa_area .return_navi {
    position: inherit
}

@media screen and (min-width: 992px) {
    #memberinfo .msa_area .return_navi {
        position: absolute
    }
}

#memberinfo .msa_area .return_navi a {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .875rem 1.875rem;
    border: 1px solid var(--general-text-color);
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--general-text-color);
    font-size: .875rem;
    line-height: 1;
    text-align: center;
    text-decoration: none
}

@media screen and (min-width: 992px) {
    #memberinfo .msa_area .return_navi a {
        width: 12.5rem
    }
}

#memberinfo .msa_area .return_navi a:hover {
    border-color: var(--btn-secondary-hov-bg-color);
    background-color: var(--btn-secondary-hov-bg-color);
    color: var(--btn-secondary-text-color)
}

#multi_cart_table {
    margin-top: 1.5rem
}

#cart_table:has(.msa-destination) {
    border: none
}

#cart_table:has(.msa-destination) thead {
    display: none
}

#cart_table:has(.msa-destination) tbody tr {
    display: grid;
    grid-template-columns: 4rem auto auto;
    gap: .1875rem .9375rem;
    padding: 1.875rem .9375rem 1.25rem;
    border: 1px solid var(--general-border-color);
    border-radius: 0 0 8px 8px;
    background: var(--general-bg-color)
}

#cart_table:has(.msa-destination) tbody tr:has(.productname) {
    margin-top: -10px
}

#cart_table:has(.msa-destination) tbody tr:has(.msa-destination) {
    grid-template-columns: 30px 60px auto;
    padding: .9375rem;
    border-top: 1px solid var(--general-border-color);
    border-radius: 8px 8px 0 0;
    gap: .375rem 0
}

#cart_table:has(.msa-destination) tbody tr:has(.msa-destination)~tr:has(.msa-destination) {
    margin-top: 1.25rem
}

#cart_table:has(.msa-destination) tbody tr:has(.msa-destination)+tr {
    margin-top: 0;
    padding-bottom: 1.875rem;
    border-top: none
}

#cart_table:has(.msa-destination) tbody tr:has(.msa-destination) td {
    font-size: .8125rem
}

#cart_table:has(.msa-destination) tbody tr:has(.msa-destination) td.num {
    width: auto;
    margin: 0;
    text-align: left
}

#cart_table:has(.msa-destination) tbody tr:has(.msa-destination) td.msa-destination {
    grid-column: 2/4
}

#cart_table:has(.msa-destination) tbody tr:has(.msa-destination) td.msa-postage-title {
    grid-column: 2/3
}

#cart_table:has(.msa-destination) tbody tr:has(.msa-destination) td.msa-postage-detail {
    grid-column: 3/4;
    grid-row: 2/3;
    text-align: left
}

#cart_table:has(.msa-destination) tbody tr td {
    display: block;
    width: 100%;
    padding: 0;
    border: none
}

#cart_table:has(.msa-destination) tbody tr .thumbnail {
    grid-column: 1/2;
    grid-row: 1/4
}

#cart_table:has(.msa-destination) tbody tr .thumbnail img {
    width: 100%;
    border: 1px solid var(--general-border-color);
    border-radius: 6px
}

#cart_table:has(.msa-destination) tbody tr .productname {
    grid-column: 2/4
}

#cart_table:has(.msa-destination) tbody tr .unitprice,
#cart_table:has(.msa-destination) tbody tr .quantity {
    grid-column: 2/3;
    font-size: .75rem;
    text-align: left
}

#cart_table:has(.msa-destination) tbody tr .unitprice::before,
#cart_table:has(.msa-destination) tbody tr .quantity::before {
    content: none
}

#cart_table:has(.msa-destination) tbody tr .subtotal {
    grid-column: 3/4;
    grid-row: 3/4;
    font-weight: bold
}

#wc_member_msa .msa_total,
#wc_member_mda .msa_total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: .875rem
}

#wc_member_msa .msa_total:has(+.return_navi) input#new_destination,
#wc_member_mda .msa_total:has(+.return_navi) input#new_destination {
    width: 100%;
    margin: .625rem 0
}

@media screen and (min-width: 992px) {

    #wc_member_msa .msa_total:has(+.return_navi) input#new_destination,
    #wc_member_mda .msa_total:has(+.return_navi) input#new_destination {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 .625rem
    }
}

#wc_member_msa .msa_total input#new_destination,
#wc_member_mda .msa_total input#new_destination {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    padding: .875rem 1.25rem;
    border: 1px solid var(--primary-color);
    border-radius: 6px;
    background-color: var(--btn-senary-bg-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--primary-color);
    font-size: .875rem;
    line-height: 1
}

#wc_member_msa .msa_total input#new_destination:hover,
#wc_member_mda .msa_total input#new_destination:hover {
    background-color: var(--primary-color);
    color: var(--btn-senary-hov-text-color)
}

#wc_member_msa .allocation_dialog_exp,
#wc_member_mda .allocation_dialog_exp {
    padding: .875rem;
    border: 1px solid var(--allocation-dialog-border-color);
    border-radius: 6px;
    background-color: var(--allocation-dialog-color);
    font-size: .875rem
}

#wc_member_msa .msa_operation,
#wc_member_mda .msa_operation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .625rem 1.25rem
}

#wc_member_msa .msa_operation .destination_label,
#wc_member_mda .msa_operation .destination_label {
    margin: 0;
    font-size: .875rem
}

#wc_member_msa .msa_operation select,
#wc_member_mda .msa_operation select {
    width: 100%;
    margin: 0;
    padding-right: 3rem
}

@media screen and (min-width: 768px) {

    #wc_member_msa .msa_operation select,
    #wc_member_mda .msa_operation select {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        cursor: pointer
    }
}

#wc_member_msa .msa_field_block .msa_title,
#wc_member_mda .msa_field_block .msa_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: .875rem;
    gap: 1.25rem
}

#wc_member_msa .msa_field_block .msa_field,
#wc_member_mda .msa_field_block .msa_field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
    border: none;
    background: rgba(0, 0, 0, 0)
}

#wc_member_msa .msa_field_block .msa_field label,
#wc_member_mda .msa_field_block .msa_field label {
    width: auto;
    margin: 0;
    padding: 0;
    font-size: .875rem
}

#wc_member_msa .msa_field_block .msa_field label:first-child,
#wc_member_mda .msa_field_block .msa_field label:first-child {
    display: block;
    width: 100%;
    margin-bottom: .375rem;
    padding: 0;
    font-weight: bold
}

#wc_member_msa .msa_field_block .msa_field label:has(input[type=radio]),
#wc_member_mda .msa_field_block .msa_field label:has(input[type=radio]) {
    margin-right: .625rem;
    color: var(--general-input-placeholder-color);
    font-size: .75rem;
    font-weight: normal
}

#wc_member_msa .msa_field_block .msa_field em,
#wc_member_mda .msa_field_block .msa_field em {
    display: inline-block;
    margin-right: .25rem;
    color: var(--required-color);
    font-size: .75rem
}

#wc_member_msa .msa_field_block .msa_field span,
#wc_member_mda .msa_field_block .msa_field span {
    font-size: .75rem
}

#wc_member_msa .msa_field_block .msa_field select,
#wc_member_msa .msa_field_block .msa_field textarea,
#wc_member_msa .msa_field_block .msa_field input[type=text],
#wc_member_mda .msa_field_block .msa_field select,
#wc_member_mda .msa_field_block .msa_field textarea,
#wc_member_mda .msa_field_block .msa_field input[type=text] {
    width: 100%;
    margin: 0
}

#wc_member_msa .msa_field_block .msa_field select,
#wc_member_mda .msa_field_block .msa_field select {
    padding-right: 3rem
}

#wc_member_msa .msa_field_block .msa_field input[type=text],
#wc_member_mda .msa_field_block .msa_field input[type=text] {
    padding: 0 .75rem
}

#wc_member_msa .msa_field_block .msa_field textarea,
#wc_member_mda .msa_field_block .msa_field textarea {
    padding: .75rem
}

#wc_member_msa .msa_field_block .msa_field:has(.member_name) span,
#wc_member_msa .msa_field_block .msa_field:has(.member_furigana) span,
#wc_member_mda .msa_field_block .msa_field:has(.member_name) span,
#wc_member_mda .msa_field_block .msa_field:has(.member_furigana) span {
    width: 24px
}

#wc_member_msa .msa_field_block .msa_field:has(.member_name) input,
#wc_member_msa .msa_field_block .msa_field:has(.member_furigana) input,
#wc_member_mda .msa_field_block .msa_field:has(.member_name) input,
#wc_member_mda .msa_field_block .msa_field:has(.member_furigana) input {
    width: calc((100% - 68px)/2);
    margin-left: .3125rem
}

#wc_member_msa .msa_field_block .msa_field:has(.member_name) input+.member_name,
#wc_member_msa .msa_field_block .msa_field:has(.member_name) input+.member_furigana,
#wc_member_msa .msa_field_block .msa_field:has(.member_furigana) input+.member_name,
#wc_member_msa .msa_field_block .msa_field:has(.member_furigana) input+.member_furigana,
#wc_member_mda .msa_field_block .msa_field:has(.member_name) input+.member_name,
#wc_member_mda .msa_field_block .msa_field:has(.member_name) input+.member_furigana,
#wc_member_mda .msa_field_block .msa_field:has(.member_furigana) input+.member_name,
#wc_member_mda .msa_field_block .msa_field:has(.member_furigana) input+.member_furigana {
    margin-left: .625rem
}

@media screen and (min-width: 1200px) {

    #wc_member_msa .msa_field_block .msa_field:has(#msa_tel),
    #wc_member_msa .msa_field_block .msa_field:has(#msa_fax),
    #wc_member_mda .msa_field_block .msa_field:has(#msa_tel),
    #wc_member_mda .msa_field_block .msa_field:has(#msa_fax) {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: calc(50% - 15px)
    }
}

@media screen and (min-width: 1200px) {

    #wc_member_msa .msa_field_block .msa_field:has(#msa_fax),
    #wc_member_mda .msa_field_block .msa_field:has(#msa_fax) {
        margin-left: 1.5rem
    }
}

#wc_member_msa .msa_field_block .msa_field #msa_zip,
#wc_member_msa .msa_field_block .msa_field #zipcode,
#wc_member_mda .msa_field_block .msa_field #msa_zip,
#wc_member_mda .msa_field_block .msa_field #zipcode {
    max-width: 200px
}

#wc_member_msa .msa_field_block .msa_field #search_zipcode,
#wc_member_mda .msa_field_block .msa_field #search_zipcode {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    margin: 0 0 0 .3125rem;
    padding: .9375rem .875rem;
    border: none;
    border-radius: 6px;
    background-color: var(--btn-secondary-bg-color);
    color: var(--btn-secondary-text-color);
    font-size: .75rem
}

@media screen and (min-width: 992px) {

    #wc_member_msa .msa_field_block .msa_field #search_zipcode,
    #wc_member_mda .msa_field_block .msa_field #search_zipcode {
        padding-block: 1.0625rem
    }
}

#wc_member_msa .msa_field_block .msa_field #search_zipcode:hover,
#wc_member_mda .msa_field_block .msa_field #search_zipcode:hover {
    background-color: var(--btn-secondary-hov-bg-color)
}

#wc_member_msa #msa_button,
#wc_member_mda #msa_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2.5rem;
    padding-top: 2.1875rem
}

#wc_member_msa #msa_button #add_destination,
#wc_member_msa #msa_button #edit_destination,
#wc_member_mda #msa_button #add_destination,
#wc_member_mda #msa_button #edit_destination {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    margin: 0;
    padding-block: 1.1875rem;
    border: none;
    border-radius: 8px;
    background-color: var(--btn-primary-bg-color);
    color: var(--btn-primary-text-color);
    font-size: .875rem;
    font-weight: bold;
    line-height: 1
}

@media screen and (min-width: 992px) {

    #wc_member_msa #msa_button #add_destination:hover,
    #wc_member_msa #msa_button #edit_destination:hover,
    #wc_member_mda #msa_button #add_destination:hover,
    #wc_member_mda #msa_button #edit_destination:hover {
        opacity: .9
    }
}

#wc_member_msa #msa_button #del_destination,
#wc_member_mda #msa_button #del_destination {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    margin: 0;
    margin-top: -1rem;
    padding-block: 1.1875rem;
    border: none;
    border-radius: 8px;
    background-color: var(--btn-secondary-bg-color);
    color: var(--btn-secondary-text-color);
    font-size: .875rem;
    font-weight: bold;
    line-height: 1;
    text-decoration: none
}

@media screen and (min-width: 992px) {

    #wc_member_msa #msa_button #del_destination:hover,
    #wc_member_mda #msa_button #del_destination:hover {
        opacity: .9
    }
}

#wc_member_msa #msa_button #del_destination:focus,
#wc_member_mda #msa_button #del_destination:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

#wc_member_msa #msa_button #cancel_destination,
#wc_member_mda #msa_button #cancel_destination {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0;
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: underline
}

#wc_member_msa #msa_button #cancel_destination:hover,
#wc_member_mda #msa_button #cancel_destination:hover {
    text-decoration: none
}

@media screen and (min-width: 992px) {

    #wc_member_msa #msa_button #cancel_destination:hover,
    #wc_member_mda #msa_button #cancel_destination:hover {
        opacity: .8
    }
}

#wc_member_msa #msa_button #cancel_destination:focus,
#wc_member_mda #msa_button #cancel_destination:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

#wc_delivery .msa_row {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 1rem;
    padding: .875rem clamp(0.375rem, -4.125rem + 0.2*100vw, 0.75rem);
    border: 1px solid var(--btn-quinary-border-color);
    border-radius: 6px;
    background-color: var(--btn-quinary-bg-color);
    text-align: center;
    cursor: pointer
}

@media screen and (min-width: 1200px) {
    #wc_delivery .msa_row {
        width: 15rem
    }
}

#wc_delivery .msa_row:hover,
#wc_delivery .msa_row:has(:checked) {
    border-color: var(--btn-quinary-hov-color)
}

#wc_delivery .msa_row:hover .open_allocation_bt,
#wc_delivery .msa_row:has(:checked) .open_allocation_bt {
    color: var(--btn-quinary-hov-color)
}

#wc_delivery .msa_row label {
    width: auto;
    margin: 0
}

#wc_delivery .msa_row input {
    margin: 0 .375rem 0 0;
    vertical-align: bottom
}

#wc_delivery .msa_row .open_allocation_bt {
    padding: 0;
    border: none;
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--btn-quinary-text-color);
    font-size: clamp(0.75rem, 0rem + 0.0333333333*100vw, 0.8125rem)
}

@media screen and (min-width: 1200px) {
    #wc_delivery .msa_row .open_allocation_bt {
        font-size: .875rem
    }
}

@media screen and (min-width: 768px) {
    #wc_delivery #delivery_table .delivery-address-book select {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

#wc_delivery #delivery_table .delivery-address-book .new-delivery-address-button {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: inline-block;
    width: 100%;
    margin-top: .375rem;
    padding-block: .875rem;
    float: none;
    border: none;
    border-radius: 8px;
    background-color: var(--btn-secondary-bg-color);
    color: var(--btn-primary-text-color);
    font-size: .875rem;
    font-weight: bold;
    text-align: center
}

@media screen and (min-width: 768px) {
    #wc_delivery #delivery_table .delivery-address-book .new-delivery-address-button {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 220px;
        height: 3.25rem;
        margin-top: 0
    }
}

@media screen and (min-width: 992px) {
    #wc_delivery #delivery_table .delivery-address-book .new-delivery-address-button:hover {
        opacity: .9
    }
}

html:has(#wgct_row_group.show) {
    overflow: clip
}

@media screen and (min-width: 992px) {
    html.is-safari:has(#wgct_row_group) {
        height: 100%;
        overflow: auto
    }

    html.is-safari:has(#wgct_row_group) body {
        height: 100%;
        overflow: auto
    }
}

body:has(#wgct_row_group.show) {
    overflow: inherit !important;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    -ms-touch-action: none;
    touch-action: none
}

body:has(.view-cart):not(:has(#wgct_row_group.show)) {
    padding-right: 0 !important;
    overflow: inherit !important
}

header .widgetcart-close-btn a {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

header .empty_cart {
    margin: 1.875rem 0 .625rem;
    font-size: .875rem;
    text-align: center
}

header .view-cart .offcanvas-top {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: block;
    top: 0;
    right: auto;
    bottom: 0;
    left: -100%;
    height: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: var(--general-bg-color)
}

@media screen and (min-width: 992px) {
    header .view-cart .offcanvas-top {
        left: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

header .view-cart .offcanvas-top.show {
    visibility: visible;
    left: 0
}

@media screen and (min-width: 992px) {
    header .view-cart .offcanvas-top.show {
        -webkit-transform: none;
        transform: none
    }
}

header .view-cart .offcanvas-backdrop.show {
    opacity: .6
}

header .view-cart #wgct_row_group {
    z-index: 1050;
    width: 90%;
    height: 100dvh;
    padding: 2rem 1.5rem;
    overflow-y: scroll;
    scrollbar-width: thin;
    -ms-scroll-chaining: none !important;
    overscroll-behavior: contain !important;
    -webkit-overflow-scrolling: touch !important
}

header .view-cart #wgct_row_group::after {
    content: "";
    display: block;
    height: 1px
}

@media screen and (min-width: 992px) {
    header .view-cart #wgct_row_group {
        width: 100%;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        max-height: calc(100dvh - 5%);
        padding: 4rem var(--layout-wide-980-full-bleed-max)
    }
}

header .view-cart #wgct_row_group #wdgctToCart {
    margin-bottom: 1.875rem
}

header .view-cart #wgct_row_group #wgct_row {
    padding: 0;
    overflow-y: initial
}

header .view-cart #wgct_row_group a {
    color: var(--general-text-color);
    text-decoration: none
}

header .view-cart .offcanvas-footer {
    padding: 0 !important;
    text-align: center !important
}

header .view-cart .offcanvas-footer .offcanvas-close {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 100%;
    min-width: auto;
    height: auto;
    padding-block: 1.125rem;
    border: 1px solid var(--btn-quaternary-border-color);
    border-radius: 8px;
    background-color: var(--btn-quaternary-bg-color);
    color: var(--btn-quaternary-text-color);
    font-size: .875rem;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1
}

header .view-cart .offcanvas-footer .offcanvas-close:hover {
    border: 1px solid var(--btn-quaternary-border-color);
    background-color: var(--btn-quaternary-hov-bg-color);
    color: var(--btn-quaternary-text-color)
}

@media screen and (min-width: 992px) {
    header .view-cart .offcanvas-footer .offcanvas-close:hover {
        opacity: .8
    }
}

header #wgct_alert.update_box,
header #wgct_alert.completion_box {
    display: none;
    position: fixed;
    z-index: 1060;
    top: 50% !important;
    left: 50% !important;
    width: 100%;
    max-width: 360px;
    height: auto;
    padding: 2rem 1.5rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid var(--general-border-color);
    border-radius: 8px;
    background: var(--general-light-bg-color);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    color: var(--general-text-color);
    font-size: .875rem;
    text-align: center
}

header #wgct_alert #wdgctToCheckout {
    margin-block: 1.875rem 0
}

header .view-cart #wdgctToCheckout a,
header #wgct_alert #wdgctToCheckout a,
.widget_wcex_widgetcart #wdgctToCheckout a {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 3.25rem;
    margin-bottom: .625rem;
    border: none;
    border-radius: 8px;
    background-color: var(--btn-primary-bg-color);
    background-image: none;
    color: var(--btn-primary-text-color);
    font-size: .875rem;
    font-weight: bold;
    line-height: 1;
    text-decoration: none
}

header .view-cart #wdgctToCheckout a:hover,
header #wgct_alert #wdgctToCheckout a:hover,
.widget_wcex_widgetcart #wdgctToCheckout a:hover {
    color: var(--btn-primary-text-color);
    text-decoration: none
}

@media screen and (min-width: 992px) {

    header .view-cart #wdgctToCheckout a:hover,
    header #wgct_alert #wdgctToCheckout a:hover,
    .widget_wcex_widgetcart #wdgctToCheckout a:hover {
        opacity: .9
    }
}

header .view-cart #wdgctToCart a,
.widget_wcex_widgetcart #wgct_row #wdgctToCart a {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    padding: .5625rem 1rem;
    border: 1px solid var(--btn-tertiary-color);
    border-radius: 6px;
    background-color: var(--btn-tertiary-bg-color);
    color: var(--btn-tertiary-color);
    font-size: .75rem;
    text-decoration: none
}

header .view-cart #wdgctToCart a:hover,
.widget_wcex_widgetcart #wgct_row #wdgctToCart a:hover {
    border-color: var(--btn-tertiary-hov-bg-color);
    opacity: 1;
    background-color: var(--btn-tertiary-hov-bg-color);
    color: var(--btn-tertiary-hov-text-color)
}

header .view-cart .widgetcart_rows,
.widget_wcex_widgetcart #wgct_row .widgetcart_rows {
    display: block;
    border: none
}

header .view-cart .widgetcart_rows tbody,
.widget_wcex_widgetcart #wgct_row .widgetcart_rows tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

header .view-cart .widgetcart_rows tr,
.widget_wcex_widgetcart #wgct_row .widgetcart_rows tr {
    display: grid;
    grid-template-columns: 50% 20% 20% 10%;
    width: 100%;
    border-bottom: 1px solid var(--general-border-color)
}

header .view-cart .widgetcart_rows tr:has(.header),
.widget_wcex_widgetcart #wgct_row .widgetcart_rows tr:has(.header) {
    grid-template-columns: 10rem auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-ordinal-group: 101;
    -ms-flex-order: 100;
    order: 100;
    border: none
}

@media screen and (min-width: 768px) {

    header .view-cart .widgetcart_rows tr:has(.header),
    .widget_wcex_widgetcart #wgct_row .widgetcart_rows tr:has(.header) {
        gap: .625rem;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-left: auto
    }
}

header .view-cart .widgetcart_rows tr:has(.header) .header,
header .view-cart .widgetcart_rows tr:has(.header) .total_price,
.widget_wcex_widgetcart #wgct_row .widgetcart_rows tr:has(.header) .header,
.widget_wcex_widgetcart #wgct_row .widgetcart_rows tr:has(.header) .total_price {
    padding: .625rem 0 1.75rem;
    border: none;
    background: none;
    font-weight: bold
}

@media screen and (min-width: 992px) {

    header .view-cart .widgetcart_rows tr:has(.header) .header,
    header .view-cart .widgetcart_rows tr:has(.header) .total_price,
    .widget_wcex_widgetcart #wgct_row .widgetcart_rows tr:has(.header) .header,
    .widget_wcex_widgetcart #wgct_row .widgetcart_rows tr:has(.header) .total_price {
        padding-bottom: 2rem
    }
}

header .view-cart .widgetcart_rows tr:has(.header) .header,
.widget_wcex_widgetcart #wgct_row .widgetcart_rows tr:has(.header) .header {
    font-size: 1.25rem
}

header .view-cart .widgetcart_rows tr:has(.header) .header .tax,
.widget_wcex_widgetcart #wgct_row .widgetcart_rows tr:has(.header) .header .tax {
    font-size: .875rem
}

header .view-cart .widgetcart_rows tr:has(.header) .total_price,
.widget_wcex_widgetcart #wgct_row .widgetcart_rows tr:has(.header) .total_price {
    color: var(--general-text-color);
    font-size: 1.25rem;
    text-align: left
}

header .view-cart .widgetcart_rows tr:has(.footer),
.widget_wcex_widgetcart #wgct_row .widgetcart_rows tr:has(.footer) {
    grid-template-columns: 1fr;
    border: none
}

header .view-cart .widgetcart_rows tr:has(.footer) .footer,
.widget_wcex_widgetcart #wgct_row .widgetcart_rows tr:has(.footer) .footer {
    padding: 1rem 0 1.25rem;
    border: none;
    background: none;
    font-size: .75rem;
    text-align: right
}

header .view-cart .widgetcart_rows th,
header .view-cart .widgetcart_rows td,
.widget_wcex_widgetcart #wgct_row .widgetcart_rows th,
.widget_wcex_widgetcart #wgct_row .widgetcart_rows td {
    display: block;
    border: none;
    background: none
}

header .view-cart .widgetcart_rows th,
.widget_wcex_widgetcart #wgct_row .widgetcart_rows th {
    font-size: .8125rem
}

@media screen and (min-width: 992px) {

    header .view-cart .widgetcart_rows th,
    .widget_wcex_widgetcart #wgct_row .widgetcart_rows th {
        font-size: .8125rem
    }
}

header .view-cart .widgetcart_rows th.item,
.widget_wcex_widgetcart #wgct_row .widgetcart_rows th.item {
    padding: 0 .3125rem .75rem 0;
    text-align: left
}

@media screen and (min-width: 992px) {

    header .view-cart .widgetcart_rows th.item,
    .widget_wcex_widgetcart #wgct_row .widgetcart_rows th.item {
        padding: 0 1rem 1rem
    }
}

header .view-cart .widgetcart_rows th.quant,
header .view-cart .widgetcart_rows th.price,
.widget_wcex_widgetcart #wgct_row .widgetcart_rows th.quant,
.widget_wcex_widgetcart #wgct_row .widgetcart_rows th.price {
    padding: 0 .3125rem .75rem;
    text-align: center
}

@media screen and (min-width: 992px) {

    header .view-cart .widgetcart_rows th.quant,
    header .view-cart .widgetcart_rows th.price,
    .widget_wcex_widgetcart #wgct_row .widgetcart_rows th.quant,
    .widget_wcex_widgetcart #wgct_row .widgetcart_rows th.price {
        padding: 0 1rem 1rem
    }
}

header .view-cart .widgetcart_rows th.trush,
.widget_wcex_widgetcart #wgct_row .widgetcart_rows th.trush {
    padding-inline: 5px 10px;
    text-align: center
}

@media screen and (min-width: 992px) {

    header .view-cart .widgetcart_rows th.trush,
    .widget_wcex_widgetcart #wgct_row .widgetcart_rows th.trush {
        padding: 0 1rem 1rem
    }
}

header .view-cart .widgetcart_rows td,
.widget_wcex_widgetcart #wgct_row .widgetcart_rows td {
    padding-block: .875rem;
    border: none;
    font-size: .8125rem
}

@media screen and (min-width: 992px) {

    header .view-cart .widgetcart_rows td,
    .widget_wcex_widgetcart #wgct_row .widgetcart_rows td {
        padding-block: 1.5rem;
        font-size: .875rem
    }
}

header .view-cart .widgetcart_rows td.widgetcart_item,
.widget_wcex_widgetcart #wgct_row .widgetcart_rows td.widgetcart_item {
    padding-inline: 0 .3125rem;
    text-align: left
}

@media screen and (min-width: 992px) {

    header .view-cart .widgetcart_rows td.widgetcart_item,
    .widget_wcex_widgetcart #wgct_row .widgetcart_rows td.widgetcart_item {
        padding-inline: 1rem
    }
}

header .view-cart .widgetcart_rows td.widgetcart_item a,
.widget_wcex_widgetcart #wgct_row .widgetcart_rows td.widgetcart_item a {
    display: -webkit-box;
    padding: 0;
    overflow: hidden;
    color: var(--general-text-color);
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3
}

header .view-cart .widgetcart_rows td.widgetcart_item a:hover,
.widget_wcex_widgetcart #wgct_row .widgetcart_rows td.widgetcart_item a:hover {
    opacity: .7
}

header .view-cart .widgetcart_rows td.widgetcart_quant,
header .view-cart .widgetcart_rows td.widgetcart_price,
.widget_wcex_widgetcart #wgct_row .widgetcart_rows td.widgetcart_quant,
.widget_wcex_widgetcart #wgct_row .widgetcart_rows td.widgetcart_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-inline: .3125rem
}

@media screen and (min-width: 992px) {

    header .view-cart .widgetcart_rows td.widgetcart_quant,
    header .view-cart .widgetcart_rows td.widgetcart_price,
    .widget_wcex_widgetcart #wgct_row .widgetcart_rows td.widgetcart_quant,
    .widget_wcex_widgetcart #wgct_row .widgetcart_rows td.widgetcart_price {
        padding-inline: 1rem
    }
}

header .view-cart .widgetcart_rows td.widgetcart_trush,
.widget_wcex_widgetcart #wgct_row .widgetcart_rows td.widgetcart_trush {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 1.875rem;
    padding-inline: .3125rem .625rem
}

@media screen and (min-width: 992px) {

    header .view-cart .widgetcart_rows td.widgetcart_trush,
    .widget_wcex_widgetcart #wgct_row .widgetcart_rows td.widgetcart_trush {
        padding-inline: 1rem
    }
}

header .view-cart .widgetcart_rows td.widgetcart_trush a,
.widget_wcex_widgetcart #wgct_row .widgetcart_rows td.widgetcart_trush a {
    display: block;
    width: 1.25rem;
    height: auto;
    margin: 0 auto;
    padding: 0
}