@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Fugaz+One&family=Noto+Sans+TC:wght@300&display=swap"');

:root {
    --active-color: rgb(0 172 37);
}

@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: 1320px;
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.col {
    flex: 1 0 0%;
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.offset-1 {
    margin-left: 8.33333333%;
}

.offset-2 {
    margin-left: 16.66666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333333%;
}

.offset-5 {
    margin-left: 41.66666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333333%;
}

.offset-8 {
    margin-left: 66.66666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333333%;
}

.offset-11 {
    margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333333%;
    }

    .offset-sm-2 {
        margin-left: 16.66666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333333%;
    }

    .offset-sm-5 {
        margin-left: 41.66666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333333%;
    }

    .offset-sm-8 {
        margin-left: 66.66666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333333%;
    }

    .offset-sm-11 {
        margin-left: 91.66666667%;
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333333%;
    }

    .offset-md-2 {
        margin-left: 16.66666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333333%;
    }

    .offset-md-5 {
        margin-left: 41.66666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333333%;
    }

    .offset-md-8 {
        margin-left: 66.66666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333333%;
    }

    .offset-md-11 {
        margin-left: 91.66666667%;
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333333%;
    }

    .offset-lg-2 {
        margin-left: 16.66666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333333%;
    }

    .offset-lg-5 {
        margin-left: 41.66666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333333%;
    }

    .offset-lg-8 {
        margin-left: 66.66666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333333%;
    }

    .offset-lg-11 {
        margin-left: 91.66666667%;
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xl-11 {
        margin-left: 91.66666667%;
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-grid {
    display: grid !important;
}

.d-inline-grid {
    display: inline-grid !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.order-first {
    order: -1 !important;
}

.order-0 {
    order: 0 !important;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-last {
    order: 6 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

@media (min-width: 576px) {
    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-grid {
        display: grid !important;
    }

    .d-sm-inline-grid {
        display: inline-grid !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }

    .d-sm-none {
        display: none !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }

    .order-sm-first {
        order: -1 !important;
    }

    .order-sm-0 {
        order: 0 !important;
    }

    .order-sm-1 {
        order: 1 !important;
    }

    .order-sm-2 {
        order: 2 !important;
    }

    .order-sm-3 {
        order: 3 !important;
    }

    .order-sm-4 {
        order: 4 !important;
    }

    .order-sm-5 {
        order: 5 !important;
    }

    .order-sm-last {
        order: 6 !important;
    }

    .m-sm-0 {
        margin: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mt-sm-3 {
        margin-top: 1rem !important;
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mt-sm-5 {
        margin-top: 3rem !important;
    }

    .mt-sm-auto {
        margin-top: auto !important;
    }

    .me-sm-0 {
        margin-right: 0 !important;
    }

    .me-sm-1 {
        margin-right: 0.25rem !important;
    }

    .me-sm-2 {
        margin-right: 0.5rem !important;
    }

    .me-sm-3 {
        margin-right: 1rem !important;
    }

    .me-sm-4 {
        margin-right: 1.5rem !important;
    }

    .me-sm-5 {
        margin-right: 3rem !important;
    }

    .me-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    .mb-sm-auto {
        margin-bottom: auto !important;
    }

    .ms-sm-0 {
        margin-left: 0 !important;
    }

    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }

    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }

    .ms-sm-3 {
        margin-left: 1rem !important;
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }

    .ms-sm-5 {
        margin-left: 3rem !important;
    }

    .ms-sm-auto {
        margin-left: auto !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pt-sm-3 {
        padding-top: 1rem !important;
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pt-sm-5 {
        padding-top: 3rem !important;
    }

    .pe-sm-0 {
        padding-right: 0 !important;
    }

    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pe-sm-3 {
        padding-right: 1rem !important;
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pe-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }

    .ps-sm-0 {
        padding-left: 0 !important;
    }

    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }

    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }

    .ps-sm-3 {
        padding-left: 1rem !important;
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }

    .ps-sm-5 {
        padding-left: 3rem !important;
    }
}

@media (min-width: 768px) {
    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-grid {
        display: grid !important;
    }

    .d-md-inline-grid {
        display: inline-grid !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }

    .d-md-none {
        display: none !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }

    .order-md-first {
        order: -1 !important;
    }

    .order-md-0 {
        order: 0 !important;
    }

    .order-md-1 {
        order: 1 !important;
    }

    .order-md-2 {
        order: 2 !important;
    }

    .order-md-3 {
        order: 3 !important;
    }

    .order-md-4 {
        order: 4 !important;
    }

    .order-md-5 {
        order: 5 !important;
    }

    .order-md-last {
        order: 6 !important;
    }

    .m-md-0 {
        margin: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }

    .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    .mt-md-5 {
        margin-top: 3rem !important;
    }

    .mt-md-auto {
        margin-top: auto !important;
    }

    .me-md-0 {
        margin-right: 0 !important;
    }

    .me-md-1 {
        margin-right: 0.25rem !important;
    }

    .me-md-2 {
        margin-right: 0.5rem !important;
    }

    .me-md-3 {
        margin-right: 1rem !important;
    }

    .me-md-4 {
        margin-right: 1.5rem !important;
    }

    .me-md-5 {
        margin-right: 3rem !important;
    }

    .me-md-auto {
        margin-right: auto !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-md-3 {
        margin-bottom: 1rem !important;
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    .mb-md-auto {
        margin-bottom: auto !important;
    }

    .ms-md-0 {
        margin-left: 0 !important;
    }

    .ms-md-1 {
        margin-left: 0.25rem !important;
    }

    .ms-md-2 {
        margin-left: 0.5rem !important;
    }

    .ms-md-3 {
        margin-left: 1rem !important;
    }

    .ms-md-4 {
        margin-left: 1.5rem !important;
    }

    .ms-md-5 {
        margin-left: 3rem !important;
    }

    .ms-md-auto {
        margin-left: auto !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-md-0 {
        padding-top: 0 !important;
    }

    .pt-md-1 {
        padding-top: 0.25rem !important;
    }

    .pt-md-2 {
        padding-top: 0.5rem !important;
    }

    .pt-md-3 {
        padding-top: 1rem !important;
    }

    .pt-md-4 {
        padding-top: 1.5rem !important;
    }

    .pt-md-5 {
        padding-top: 3rem !important;
    }

    .pe-md-0 {
        padding-right: 0 !important;
    }

    .pe-md-1 {
        padding-right: 0.25rem !important;
    }

    .pe-md-2 {
        padding-right: 0.5rem !important;
    }

    .pe-md-3 {
        padding-right: 1rem !important;
    }

    .pe-md-4 {
        padding-right: 1.5rem !important;
    }

    .pe-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-md-3 {
        padding-bottom: 1rem !important;
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-md-5 {
        padding-bottom: 3rem !important;
    }

    .ps-md-0 {
        padding-left: 0 !important;
    }

    .ps-md-1 {
        padding-left: 0.25rem !important;
    }

    .ps-md-2 {
        padding-left: 0.5rem !important;
    }

    .ps-md-3 {
        padding-left: 1rem !important;
    }

    .ps-md-4 {
        padding-left: 1.5rem !important;
    }

    .ps-md-5 {
        padding-left: 3rem !important;
    }
}

@media (min-width: 992px) {
    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-grid {
        display: grid !important;
    }

    .d-lg-inline-grid {
        display: inline-grid !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }

    .d-lg-none {
        display: none !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }

    .order-lg-first {
        order: -1 !important;
    }

    .order-lg-0 {
        order: 0 !important;
    }

    .order-lg-1 {
        order: 1 !important;
    }

    .order-lg-2 {
        order: 2 !important;
    }

    .order-lg-3 {
        order: 3 !important;
    }

    .order-lg-4 {
        order: 4 !important;
    }

    .order-lg-5 {
        order: 5 !important;
    }

    .order-lg-last {
        order: 6 !important;
    }

    .m-lg-0 {
        margin: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mt-lg-3 {
        margin-top: 1rem !important;
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mt-lg-5 {
        margin-top: 3rem !important;
    }

    .mt-lg-auto {
        margin-top: auto !important;
    }

    .me-lg-0 {
        margin-right: 0 !important;
    }

    .me-lg-1 {
        margin-right: 0.25rem !important;
    }

    .me-lg-2 {
        margin-right: 0.5rem !important;
    }

    .me-lg-3 {
        margin-right: 1rem !important;
    }

    .me-lg-4 {
        margin-right: 1.5rem !important;
    }

    .me-lg-5 {
        margin-right: 3rem !important;
    }

    .me-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    .mb-lg-auto {
        margin-bottom: auto !important;
    }

    .ms-lg-0 {
        margin-left: 0 !important;
    }

    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }

    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }

    .ms-lg-3 {
        margin-left: 1rem !important;
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }

    .ms-lg-5 {
        margin-left: 3rem !important;
    }

    .ms-lg-auto {
        margin-left: auto !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-lg-0 {
        padding-top: 0 !important;
    }

    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pt-lg-3 {
        padding-top: 1rem !important;
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pt-lg-5 {
        padding-top: 3rem !important;
    }

    .pe-lg-0 {
        padding-right: 0 !important;
    }

    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pe-lg-3 {
        padding-right: 1rem !important;
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pe-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }

    .ps-lg-0 {
        padding-left: 0 !important;
    }

    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }

    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }

    .ps-lg-3 {
        padding-left: 1rem !important;
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }

    .ps-lg-5 {
        padding-left: 3rem !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-grid {
        display: grid !important;
    }

    .d-xl-inline-grid {
        display: inline-grid !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }

    .d-xl-none {
        display: none !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }

    .order-xl-first {
        order: -1 !important;
    }

    .order-xl-0 {
        order: 0 !important;
    }

    .order-xl-1 {
        order: 1 !important;
    }

    .order-xl-2 {
        order: 2 !important;
    }

    .order-xl-3 {
        order: 3 !important;
    }

    .order-xl-4 {
        order: 4 !important;
    }

    .order-xl-5 {
        order: 5 !important;
    }

    .order-xl-last {
        order: 6 !important;
    }

    .m-xl-0 {
        margin: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xl-3 {
        margin-top: 1rem !important;
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xl-5 {
        margin-top: 3rem !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .me-xl-0 {
        margin-right: 0 !important;
    }

    .me-xl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xl-3 {
        margin-right: 1rem !important;
    }

    .me-xl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xl-5 {
        margin-right: 3rem !important;
    }

    .me-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .ms-xl-0 {
        margin-left: 0 !important;
    }

    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xl-3 {
        margin-left: 1rem !important;
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xl-5 {
        margin-left: 3rem !important;
    }

    .ms-xl-auto {
        margin-left: auto !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xl-3 {
        padding-top: 1rem !important;
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xl-5 {
        padding-top: 3rem !important;
    }

    .pe-xl-0 {
        padding-right: 0 !important;
    }

    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xl-3 {
        padding-right: 1rem !important;
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }

    .ps-xl-0 {
        padding-left: 0 !important;
    }

    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xl-3 {
        padding-left: 1rem !important;
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xl-5 {
        padding-left: 3rem !important;
    }
}

@media (min-width: 1400px) {
    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-grid {
        display: grid !important;
    }

    .d-xxl-inline-grid {
        display: inline-grid !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-table-row {
        display: table-row !important;
    }

    .d-xxl-table-cell {
        display: table-cell !important;
    }

    .d-xxl-flex {
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: inline-flex !important;
    }

    .d-xxl-none {
        display: none !important;
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xxl-row {
        flex-direction: row !important;
    }

    .flex-xxl-column {
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        justify-content: space-between !important;
    }

    .justify-content-xxl-around {
        justify-content: space-around !important;
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xxl-start {
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        align-items: flex-end !important;
    }

    .align-items-xxl-center {
        align-items: center !important;
    }

    .align-items-xxl-baseline {
        align-items: baseline !important;
    }

    .align-items-xxl-stretch {
        align-items: stretch !important;
    }

    .align-content-xxl-start {
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        align-content: center !important;
    }

    .align-content-xxl-between {
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        align-self: auto !important;
    }

    .align-self-xxl-start {
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        align-self: stretch !important;
    }

    .order-xxl-first {
        order: -1 !important;
    }

    .order-xxl-0 {
        order: 0 !important;
    }

    .order-xxl-1 {
        order: 1 !important;
    }

    .order-xxl-2 {
        order: 2 !important;
    }

    .order-xxl-3 {
        order: 3 !important;
    }

    .order-xxl-4 {
        order: 4 !important;
    }

    .order-xxl-5 {
        order: 5 !important;
    }

    .order-xxl-last {
        order: 6 !important;
    }

    .m-xxl-0 {
        margin: 0 !important;
    }

    .m-xxl-1 {
        margin: 0.25rem !important;
    }

    .m-xxl-2 {
        margin: 0.5rem !important;
    }

    .m-xxl-3 {
        margin: 1rem !important;
    }

    .m-xxl-4 {
        margin: 1.5rem !important;
    }

    .m-xxl-5 {
        margin: 3rem !important;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xxl-0 {
        margin-top: 0 !important;
    }

    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xxl-3 {
        margin-top: 1rem !important;
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xxl-5 {
        margin-top: 3rem !important;
    }

    .mt-xxl-auto {
        margin-top: auto !important;
    }

    .me-xxl-0 {
        margin-right: 0 !important;
    }

    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xxl-3 {
        margin-right: 1rem !important;
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xxl-5 {
        margin-right: 3rem !important;
    }

    .me-xxl-auto {
        margin-right: auto !important;
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xxl-auto {
        margin-bottom: auto !important;
    }

    .ms-xxl-0 {
        margin-left: 0 !important;
    }

    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xxl-3 {
        margin-left: 1rem !important;
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xxl-5 {
        margin-left: 3rem !important;
    }

    .ms-xxl-auto {
        margin-left: auto !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .p-xxl-1 {
        padding: 0.25rem !important;
    }

    .p-xxl-2 {
        padding: 0.5rem !important;
    }

    .p-xxl-3 {
        padding: 1rem !important;
    }

    .p-xxl-4 {
        padding: 1.5rem !important;
    }

    .p-xxl-5 {
        padding: 3rem !important;
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xxl-0 {
        padding-top: 0 !important;
    }

    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xxl-3 {
        padding-top: 1rem !important;
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xxl-5 {
        padding-top: 3rem !important;
    }

    .pe-xxl-0 {
        padding-right: 0 !important;
    }

    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xxl-3 {
        padding-right: 1rem !important;
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xxl-5 {
        padding-right: 3rem !important;
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }

    .ps-xxl-0 {
        padding-left: 0 !important;
    }

    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xxl-3 {
        padding-left: 1rem !important;
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xxl-5 {
        padding-left: 3rem !important;
    }
}

@media print {
    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-grid {
        display: grid !important;
    }

    .d-print-inline-grid {
        display: inline-grid !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }

    .d-print-none {
        display: none !important;
    }
}

:root {
    --slate-50: #F8FAFC;
    --slate-100: #F1F5F9;
    --slate-200: #E2E8F0;
    --slate-300: #CBD5E1;
    --slate-400: #94A3B8;
    --slate-500: #64748B;
    --slate-600: #475569;
    --slate-700: #334155;
    --slate-800: #1E293B;
    --slate-900: #0F172A;
    --primary-gradient: -webkit-linear-gradient(left, #E5793B 1.54%, #FF4185 97.86%);
    --primary-color: #DA7D4A;
    --text-primary: var(--slate-800);
    --text-secondary: var(--slate-400);
    --bg-primary: #FDFCFB;
    --bg-secondary: #F7ECE1;
    font-family: 'Noto Sans TC', 'Noto Sans SC', sans-serif;
    line-height: 1.5;
    font-weight: 400;
    color: var(--text-primary);
    font-synthesis: none;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

html {
    font-family: 'Noto Sans TC', Arial, sans-serif;
    font-size: 16px;
    height: 100%;
    overflow-x: hidden;
/*    background-color: #f7f7f8;*/
    background-color: #EAEAEA;
}

body {
    /* height: 100%; */
    line-height: 1.5;
    box-sizing: border-box;
    margin: 0;
    overflow-x: hidden;
    color: #333;
    color:#000;
}

a {
    -webkit-tap-highlight-color: transparent;
}

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    transition: height 0.3s;
    background: #fff;
    z-index: 1002;
    -webkit-box-shadow: 0 3px 5px rgba(190, 190, 190, .46);
    box-shadow: 0 3px 5px rgba(190, 190, 190, .46);
}

.header-container {
    position: relative;
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 12px 24px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 25px 0 25px;
}

.header-container .brand-logo {
    height: 105%;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.navbar-list {
    position: absolute;
    min-height: 60px;
    max-width: 860px;
    top: 0;
    right: 15px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.nav-link {
    position: relative;
    color: #000;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    padding: 0 15px;
    text-decoration: none;
    margin: 0 7px;
    height: 70px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.nav-link:hover{
    color: rgb(0 172 37);
}

.accordion-card a:hover {
    color: rgb(0 172 37);
}

.more-link {
    margin-right: 25px;
}

.more-link::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 4px;
}

.more-link::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 0;
}

.more-link::after,
.more-link::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 7px;
    background: #464c4e;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.services-more {
    display: none;
    position: fixed;
    color: #000;
    font-size: 18px;
    padding: 5px 30px;
    animation: fade2 .5s forwards;
    box-shadow: 3px 3px 0 rgba(27, 32, 40, .1);
    margin-left: -280px;
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(4px);
    margin-top: 155px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

@keyframes fade2 {
    0% {
        opacity: 0;
        transform: translateY(5px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.services-more a {
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 5px 0 5px 0;
    font-size: 20px;
}

.more-link:hover+.services-more,
.services-more:hover {
    display: block;
}

.phone-menu {
    display: none;
    width: 100%;
    height: 100%;
}

.phone-menu-logo {
    position: absolute;
    top: 12px;
    margin-left: 20px;
}

.content {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    position: relative;
    text-align: left;
    margin-top: 70px;
}

.container {
    width: 100%;
    height: 100%;
    max-width: min(100%, 1140px);
    margin: 0 auto;
    margin: 15px auto 32px auto;
}

#MROnlinePayment.container {
    margin: 0 auto;
}

#container, #PaymentResultSearch {
    margin-top: 70px;
}

.web-banner-wrapper {
    display: block;
    position: relative;
    width: 100%;
}

.web-banner {
    position: relative;
    background-repeat: repeat-x;
    max-width: 100%;
    height: 480px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    transition: height 0.3s ease;
}

.service-area {
    display: flex;
    justify-content: center;
    padding: 0 15px;
}

.btn-link {
    width: 100%;
    /*    background: linear-gradient(to bottom, #17cb55e6 0%, #04ad11 100%);*/
    background: #00bb33;
    display: flex;
    justify-content: center;
    margin: 0 10px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    border-radius: 5px;
    align-items: center;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    cursor: pointer;
}

.btn-link img {
    margin-left: 60px;
}

.btn-link:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.btn-link-icontop {
    margin: 0px -45px -6px 90px;
}

.btn-wrapper {
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.btn-text {
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}

#Index .btn-text {
    color: black;
    font-size: 24px;
    font-weight: 500;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}

#Index .btn-text-note {
    color: #585858;
    font-size: 20px;
}

.btn-text-note {
    color: #efff00;
    font-size: 20px;
}

@media only screen and (max-width: 783px) {
    .service-area {
        flex-direction: column;
    }

    .btn-link {
        width: auto;
        margin: 0 0px 20px 0px;
    }

    .btn-link:last-child {
        margin: 0;
    }
}

@media only screen and (max-width: 400px) {
    .btn-text-note {
        font-size: 18px;
    }
}

.service-title {
    display: flex;
    flex-direction: column;
    margin: 15px 0;
}

.service-title-img img {
    width: 180px;
    height: 30px;
    margin-top: -10px;
}

footer {
    width: 100%;
    min-height: 88px;
    background-color: #354248;
    color: #fff;
    text-align: center;
    line-height: 1.5rem;
    letter-spacing: 1px;
    padding: 1rem;
    bottom: 0px;
    box-sizing: border-box;
}

footer ul {
    line-height: 2;
}

footer li {
    display: inline-block;
    margin: 0px .5rem;
    color: #FFF;
}

footer li a {
    color: #fff;
    text-decoration: none;
}

.progress_inner {
    height: 70px;
}

.progress_inner__step {
    width: 23%;
    height: 70px;
    font-size: 14px;
    padding: 0 10px;
    transition: all 0.4s;
    float: left;
    text-align: center;
    position: relative;
}

.progress_inner__step:nth-of-type(1):before {
    content: "1";
}

.progress_inner__step:nth-of-type(2):before {
    content: "2";
}

.progress_inner__step:nth-of-type(3):before {
    content: "3";
}

.progress_inner__step:nth-of-type(4):before {
    content: "4";
}

.progress_inner__step:nth-of-type(5):before {
    content: "5";
}

.progress_inner__step:nth-of-type(6):before {
    content: "6";
}

.progress_inner__step:before {
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: auto;
    width: 30px;
    height: 30px;
    color: #04ad11;
    background: white;
    line-height: 30px;
    border: 3px solid #04ad11;
    font-size: 20px;
    font-weight: 600;
    top: 40px;
    border-radius: 100%;
    transition: all 0.4s;
    cursor: pointer;
    pointer-events: none;
}

.progress_inner__bar--set,
body .progress_inner__bar {
    height: 6px;
    left: 11%;
    top: 36px;
    background: repeating-linear-gradient(45deg, rgb(0 172 37), rgb(0 172 37) 4px, #05ce30 4px, #05ce30 10px);
    transition: width 800ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
    border-radius: 6px;
    width: 0;
    position: relative;
    z-index: -1;
}

.progress_inner__bar--set {
    width: 76%;
    top: 30px;
    background: #16c03b63;
    position: relative;
    z-index: -2;
}

.progress_inner .progress20 {
    width: 25%;
}

.progress_inner .progress40 {
    width: 50%;
}

.progress_inner .progress60 {
    width: 75%;
}

.progress_inner .progress80 {
    width: 100%;
}

.progress_inner__step.active:before {
    color: #FFF;
    background-color: #04ad11;
    box-shadow: 0 0 0 0.125em hsl(124.62deg 100% 37.81% / 40%);
}

.progress_title {
    text-align: center;
    font-size: 28px;
    color: #00a022;
    letter-spacing: 4px;
    text-shadow: 1px 1px 0px rgb(20 114 0 / 32%);
}

@media only screen and (max-width: 1017px) {
    .progress_inner__step {
        width: 22.6%;
    }
}

@media only screen and (max-width: 850px) {
    .progress_inner__step {
        width: 22.1%;
    }
}

@media only screen and (max-width: 730px) {
    .progress_inner__step {
        width: 21.7%;
    }
}

@media only screen and (max-width: 623px) {
    .progress_inner__step {
        width: 21%;
    }
}

@media only screen and (max-width: 517px) {
    .progress_inner__step {
        width: 20.1%;
    }
}

@media only screen and (max-width: 424px) {
    .progress_inner__step {
        width: 19.6%;
    }

    .ATM-info-wrapper {
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 386px) {
    .progress_inner__step {
        width: 19.2%;
    }
}

@media only screen and (max-width: 360px) {
    .progress_inner__step {
        width: 19%;
    }
}



/*黃色警告*/
.alert>.start-icon {
    margin-right: 0;
    min-width: 20px;
    text-align: center;
}

.alert>.start-icon {
    margin-right: 5px;
}

.alert-simple.alert-danger {
    border: 1px solid rgb(241 6 6 / 81%);
    box-shadow: 0px 0px 2px #ff0303;
    background-color: rgb(220 1 1 / 16%);
    color: #ff0000;
    text-shadow: 2px 1px #ffffff;
    transition: 0.5s;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
    margin-top: 15px;
    text-align: center;
}

.alert-simple.alert-warning {
    border: 1px solid rgba(241, 142, 6, 0.81);
    background-color: rgba(220, 128, 1, 0.16);
    box-shadow: 0px 0px 2px #ffb103;
    /* color: #ff9000; */
    color: #000;
    text-shadow: 2px 1px #ffffff;
    transition: 0.5s;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
    margin-top: 15px;
}

.alert-danger:hover {
    background-color: rgb(220 1 1 / 33%);
    transition: 0.5s;
}

.alert-warning:hover {
    background-color: rgba(220, 128, 1, 0.33);
    transition: 0.5s;
}

.square_box {
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top-left-radius: 45px;
    opacity: 0.302;
}

@-webkit-keyframes blink-1 {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes blink-1 {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

/**/

.card {
    background: #fff;
    padding: 24px 20px 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 12px -2px rgba(52, 52, 54, .15);
    box-shadow: 0 2px 12px -2px rgba(52, 52, 54, .15);
    margin: 20px 0;
}

.plan-card {
    margin: 0;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.card-header {
    position: relative;
    padding: 0;
    border-bottom: none;
}

.card-header-tag {
    background-color: #FC7B66;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    position: absolute;
    left: -20px;
    top: -24px;
    z-index: 1;
    height: 28px;
    padding: 0 12px;
    border-top-left-radius: 5px;
}

.card-header-tag::after {
    content: "";
    width: 0;
    height: 0;
    border-right: 28px solid transparent;
    border-top: 28px solid #FC7B66;
    position: absolute;
    right: -28px;
    bottom: 0;
}

.plan-duration {
    position: relative;
    right: -25px;
    top: -18px;
    color: #595959;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    font-size: 12px;

}

.plan-duration svg:hover {
    fill: red;
    transition: 0.3s;
}

@media only screen and (max-width: 420px) {
    .plan-duration {
        width: 268px;
    }
}

.plan-btn {
    position: relative;
    color: #000000;
    cursor: pointer;
    padding: 12px;
    border-radius: 0;
    letter-spacing: -0.05rem;
    line-height: 1.5rem;
    margin: 0;
}

.plan-btn.active::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #ef3123;
}

.plan-scrool {
    overflow-x: auto;
}

.plan-scrool::-webkit-scrollbar {
    display: none;
}

.plan-choose-card {
    display: flex;
    justify-content: center;
    margin-top:-15px;
}

.plan-choose-card-radio {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}

.plan-choose-card .plan-choose-card-radio {
    margin-top: -5px;
}

.plan-choose-card-radio-wrapper {
    width: 250px;
    height: 88px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid rgb(0 0 0 / 35%);
    border-radius: 0.25rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    margin: 15px 15px 0 0;
}

.plan-choose-card-radio-wrapper:hover {
    border: 2px solid #05CE30;
    background-color: #0bd4001f;
}

@media only screen and (max-width: 732px) {
    .plan-choose-card-radio-wrapper {
        margin: 20px 0 0 0;
    }
}

.plan-choose-card-price {
    text-align: center;
}

.plan-choose-card-price::before {
    line-height: 16px;
    content: "NT$";
    color: #000;
    letter-spacing: 0.01rem;
    font-weight: 600;
}

.plan-choose-card-price2 {
    display: flex;
    align-items: center;
}

.plan-choose-card-price2 h4 {
    font-size: 30px;
    font-weight: 600;
}

.radio-input {
    height: 88px;
    width: 230px;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.plan-choose-card-radio-content {
    padding: 15px 30px;
    display: flex;
    flex-direction: column;
    align-items: self-start;
}

.plan-choose-card-radio-wrapper.no-select {
    border: 2px solid rgba(0, 0, 0, 0.12) !important;
}

.plan-choose-card-radio-wrapper.no-select .radio-input {
    cursor: no-drop;
}

.plan-choose-card-radio-wrapper.no-select .plan-choose-card-price::before,
.plan-choose-card-radio-wrapper.no-select .plan-choose-card-price2 h4,
.plan-choose-card-radio-wrapper.no-select .plan-choose-card-price2 span {
    color: #919191;
}

.checkbox {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.checkbox .checkbox-input {
    height: 1px;
    width: 1px;
    position: absolute;
}

.checkbox-tile {
    display: flex;
    align-items: center;
    vertical-align: top;
    padding: 0px 15px 0 33px;
    border-radius: .25rem;
    background-color: #fff;
    border: 2px solid #b5bfb9;
    cursor: pointer;
    transition: 0.15s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    line-height: 27px;
    font-size: 16px;
    height: 36px;
}

.checkbox-input:checked+.checkbox-tile {
    border-color: var(--active-color);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: var(--active-color);
}

.checkbox-tile:before {
    content: "";
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    border: 2px solid #b5bfb9;
    border-radius: 50%;
    top: 9px;
    left: 8px;
    opacity: 1;
    transition: 0.25s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.checkbox-input:checked+.checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
    background-color: var(--active-color);
    border-color: var(--active-color);
}

.checkbox-label {
    color: #000;
    transition: 0.25s ease;
    line-height: 1.7;
}

.checkbox-input:checked+.checkbox-tile .checkbox-label {
    color: var(--active-color);
}

.button-primary {
    background-color: rgb(0 172 37);
    border-radius: 3px;
    border: 1px solid rgb(4 164 38);
    font-weight: 500;
    font-size: 18px;
    width: 290px;
    margin-bottom: 0;
    color: #fff;
    padding: 5px 12px;
    cursor: pointer;
    box-shadow: 0px 2px 8px rgb(10 199 24 / 35%);
    text-align: center;
}

.button-primary:hover {
    background-color: rgb(7 188 46);
}

.c-table {
    width: 100%;
    border-spacing: 0;
}

.c-table thead {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .c-table thead {
        display: table-header-group;
    }

    .c-table tr th {
        border-top: .0625rem solid #d6d0c9;
    }

    .c-table tr th:first-child {
        border-left: .0625rem solid #d6d0c9;
        border-top-left-radius: 5px;
    }

    .c-table th {
        background-color: #12b6024d;
    }

    .c-table td,
    .c-table th {
        box-sizing: border-box;
        padding: .4375rem;
        border-bottom: .0625rem solid #d6d0c9;
        border-right: .0625rem solid #d6d0c9;
    }

    .c-table tr th:last-child {
        border-right: .0625rem solid #d6d0c9;
        border-top-right-radius: 5px;
    }

    .c-table td>div {
        display: block;
        padding: 0;
        border: 0;
    }

    .c-table tbody {
        display: table-row-group;
    }

    .c-table tr {
        display: table-row;
        border: 0;
    }

    .c-table tr:last-of-type td:first-child {
        border-bottom-left-radius: 5px;
    }

    .c-table tr td:first-child {
        border-left: .0625rem solid #d6d0c9;
    }

    .c-table td {
        display: table-cell;
    }

    .c-table tr td:first-child>div {
        border-radius: 0;
        border: 0;
    }

    .c-table td.is-pcCenter>div {
        text-align: center;
    }

    .c-table tr:last-of-type td:last-child {
        border-bottom-right-radius: 5px;
    }

    .c-table td:nth-last-of-type(1) {
        border-bottom: .0625rem solid #d6d0c9;
    }
}

@media only screen and (max-width: 1024px) {
    .ce-day {
        margin-bottom: 5px;
    }
    #Index .btn-text-note {
        font-size: 18px;
    }
}

@media only screen and (max-width: 945px) {
    #Index .btn-text-note {
        font-size: 16px;
    }
}

.ce-day {
    color: rgba(0, 0, 0, 0.54);
    letter-spacing: 0.025rem;
}

.ce-cost {
    font-weight: 700;
    display: flex;
    justify-content: center;
}

.ce-cost-red {
    font-weight: 700;
    color: #da0000;
}

.ce-cost-total {
    background: rgb(0 172 37);
    color: #FFF;
    font-size: 20px;
}

.ce-cost-white {
    font-weight: 700;
    display: flex;
    justify-content: center;
}

/* 注意事項捲軸式 */
.notice-box-scorll {
    margin: 15px;
}

.notice-box {
    overflow-y: scroll;
    border: 1px solid rgb(201, 202, 202);
    margin-bottom: 2px;
    height: 300px;
}

.notice-box h4 {
    font-family: 'Noto Sans TC', Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    background-color: rgb(239, 239, 239);
    text-align: center;
    margin: 0;
    padding: 5px 0;
}

.notice-box h5 {
    font-size: 16px;
    padding: 0 15px;
    line-height: 2;
    font-family: 'Noto Sans TC', Arial, sans-serif;
    font-weight: 400;
}

.notice-box p {
    color: rgb(102, 86, 80);
    line-height: 1.8em;
    margin-bottom: 20px;
    padding: 0 10px;
}

.checktxt {
    background-color: rgb(234 234 234);
    padding: 10px;
    font-size: 15px;
}


.checktxt h6 {
    font-size: 16px;
}

.cyberpunk-checkbox-label {
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    margin: 0 10px 0 0;
}

.cyberpunk-checkbox {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background-color: transparent;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #838383;
}

.notice-box li {
    list-style: unset;
}

.notice-box ol {
    padding: 0 15px;
}

.send-mail-code {
    cursor: pointer;
    color: #00a022;
    background-color: transparent;
    background-image: none;
    border-color: #00a022;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 2px solid #04ad11;
    padding: 0.3125rem 1.5rem;
    line-height: 1.75;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    margin-top: 9px;
}

.send-mail-code:hover {
    background-color: #00a022;
    color: #FFF;
}

.modal-body span {
    font-weight: 600;
}

/*badge requird*/

.badge {
    display: inline;
    margin-left: 8px;
    margin-right: 15px;
    top: -3px;
    padding: 1px 6px 2px;
    vertical-align: baseline;
    font-size: 11px;
    font-weight: 700;
    line-height: 2.4;
    border-radius: 4px;
}

.badge--required {
    background: #ff0332;
    color: #fff;
}

.ATM-info-wrapper {
    font-weight: 700;
    font-size: 20px;
    border: 2px solid;
    padding: 12px;
}

.ATM-info-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: stretch;
}

.ATM-info-title-en {
    font-size: 20px;
    display: flex;
    align-items: center;
    margin-left: 5px;
    font-weight: 600;
}

.ATM-info-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-bottom: 2px dashed;
    padding-bottom: 5px;
}

.ATM-info-title-wrapper-bt {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 6px;
}

.disabled {
    background-color: #e5e5e5 !important;
    user-select: none;
}

.btn-link2 {
    height: 260px;
}

@media only screen and (max-width: 768px) {
    #Map_Cunli {
        margin-bottom: 0 !important;
        margin-top: 10px;
    }

    #Map_Town {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .btn-link2:hover .fc-text {
        background-color: #00bb33;
        color: #FFF;
    }
    #Index .btn-link2:hover .btn-text {
        color: #fff;
    }
    #Index .btn-link2:hover .btn-text-note {
        right: 8px;
        color: #fff;
    }
}

/*Loading*/
.loading-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 300px;
    height: 100vh;
    margin: 0 auto;
    justify-content: center;
}

.boy {
    position: absolute;
    width: 65px;
    height: 100px;
    border-radius: 150px 25px 25px 80px;
    border: 1px solid #180C0B;
    background: #D8D8D8;
    z-index: 1;
    box-shadow: inset -28px -10px #40505E, inset 8px 1px #C6C6C6;
    left: 80px;
}

.boy .arm-l,
.boy .arm-r {
    position: absolute;
    width: 75px;
    height: 25px;
    border-radius: 12px;
    border: 1px solid #180C0B;
    background: #D8D8D8;
    bottom: 40px;
    left: 30px;
    transform: rotate(30deg);
    box-shadow: inset -9px -7px #C6C6C6;
}

.boy .arm-l {
    -webkit-animation: type 0.1s 0.1s infinite alternate;
    animation: type 0.1s 0.1s infinite alternate;
}

.boy .arm-r {
    width: 85px;
    height: 25px;
    bottom: 35px;
    left: 5px;
    z-index: 1;
    border-radius: 12px 0 0 12px;
    border-left: 3px solid #D8D8D8;
    -webkit-animation: type 0.1s infinite alternate;
    animation: type 0.1s infinite alternate;
}

.boy .arm-r:before {
    content: "";
    width: 20px;
    height: 18px;
    border: 1px solid #180C0B;
    background: #E8C6A9;
    bottom: 3px;
    right: -20px;
    position: absolute;
}

.boy .foot-l,
.boy .foot-r {
    position: absolute;
    width: 30px;
    height: 85px;
    border-radius: 50%;
    border: 1px solid #180C0B;
    background: #526576;
    bottom: 0;
    right: -20px;
    box-shadow: inset 10px 1px rgba(47, 59, 70, 0.6);
}

.boy .foot-l:before,
.boy .foot-r:before {
    content: "";
    width: 35px;
    height: 15px;
    border: 1px solid #180C0B;
    background: #526576;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    box-shadow: inset 15px 1px rgba(47, 59, 70, 0.6);
}

.boy .foot-l:after,
.boy .foot-r:after {
    content: "";
    width: 50px;
    height: 15px;
    border: 1px solid #180C0B;
    border-radius: 0 100px 0 0;
    background: #006579;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.boy .foot-r {
    right: 0;
}

.boy .head {
    position: absolute;
    width: 65px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #180C0B;
    background: #D8D8D8;
    top: -33px;
    left: 6px;
    transform: rotate(-20deg);
    box-shadow: inset 6px 8px #C6C6C6;
    -webkit-animation: head 2s linear infinite alternate;
    animation: head 2s linear infinite alternate;
}

.boy .face {
    position: absolute;
    width: 40px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #180C0B;
    background: #E8C6A9;
    bottom: -11px;
    right: 6px;
    transform: rotate(52deg);
    overflow: hidden;
    box-shadow: inset 14px 8px rgba(201, 158, 121, 0.6);
}

.boy .hair-1 {
    position: absolute;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid #000;
    bottom: 3px;
    right: 13px;
    transform: rotate(7deg);
}

.boy .hair-2 {
    position: absolute;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid #000;
    bottom: 30px;
    right: 6px;
    border-radius: 25px;
    transform: rotate(-15deg);
}

.boy .eye-l,
.boy .eye-r {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    bottom: 32px;
    right: 4px;
}

.boy .eye-r {
    right: 13px;
    bottom: 27px;
}

.laptop {
    position: absolute;
    width: 75px;
    height: 7px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: #000000;
    bottom: -1px;
    right: -67px;
}

.laptop:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 55px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: #000000;
    bottom: -1px;
    right: -30px;
    z-index: 1;
    transform: skew(-25deg);
}

.laptop .light {
    width: 127px;
    height: 300px;
    opacity: 0.3;
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    position: absolute;
    z-index: 1;
    transform: rotate(133deg) translate(-130px, 263px);
    -webkit-animation: light 1s infinite alternate cubic-bezier(1, -0.93, 0.08, 0.18);
    animation: light 1s infinite alternate cubic-bezier(1, -0.93, 0.08, 0.18);
}

@-webkit-keyframes type {
    to {
        transform: rotate(35deg);
    }
}

@keyframes type {
    to {
        transform: rotate(35deg);
    }
}

@-webkit-keyframes light {
    to {
        opacity: 0.5;
    }
}

@keyframes light {
    to {
        opacity: 0.5;
    }
}

@-webkit-keyframes sleep {
    to {
        transform: rotate(14deg);
    }
}

@keyframes sleep {
    to {
        transform: rotate(14deg);
    }
}

@-webkit-keyframes head {
    from {
        transform: rotate(-20deg);
    }

    to {
        transform: rotate(-20deg) translatey(3px);
    }
}

@keyframes head {
    from {
        transform: rotate(-20deg);
    }

    to {
        transform: rotate(-20deg) translatey(3px);
    }
}

.laptop-logo {
    position: absolute;
    left: 58px;
    font-size: 16px;
    color: #FFF;
    top: -33px;
    z-index: 2;
    font-weight: bold;
    user-select: none;
}

.loading-text {
    position: absolute;
    margin-top: 180px;
    font-size: 20px;
    text-align: center;
}

/* 汗水點樣式 */
.sweat-drop {
    position: absolute;
    width: 5px;
    height: 10px;
    background-color: #add8e6;
    border-radius: 50%;
    /* 淡藍色模擬水滴 */
    opacity: 0;
    transform: translateY(-10px);
    animation: sweat-fall 1.2s ease-in infinite;
}

/* 汗水點位置 */
.drop1 {
    top: -10px;
    left: 70px;
    animation-delay: 0s;
}

.drop2 {
    left: 30px;
    animation-delay: 1s;
}

/* 汗水落下動畫 */
@keyframes sweat-fall {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    20% {
        opacity: 1;
    }

    60% {
        transform: translateY(20px);
        /* 掉落的距離 */
    }

    100% {
        opacity: 0;
        transform: translateY(30px);
        /* 最終掉落距離 */
    }
}

/*側邊logo*/
@media screen and (min-width: 1120px) {
    .main-header-pd {
        padding: 0 53px;
        box-sizing: border-box;
    }

    .container {
        padding: 0 53px;
        box-sizing: border-box;
        max-width: 1320px;
    }

    .nav-toggle {
        left: 40px;
    }
}



@keyframes sideSliderPC {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 -21.3rem;
    }
}

.container.apply-select-user, #PaymentResult .apply-select-user {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0 !important;
}

.blue-circle {
    position: absolute;
    right: -40px;
}

.blue-circle-text:before {
    content: "請按此";
    position: absolute;
    width: 19%;
    right: -5px;
    font-size: 24px;
    top: 42px;
    color: #fff;
}

.btn-wrapper-sm {
    padding: 5% 15% 5% 0%;
}

@media only screen and (max-width: 1130px) {
    .btn-link img, .blue-circle-text {
        display: none;
    }

    .btn-wrapper, .btn-wrapper-sm {
        padding: 2% 15%;
    }
}

.service-area-wrapper {
    min-height: calc(100vh - 158px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media only screen and (max-width: 760px) {
    .service-area-wrapper {
        min-height: calc(100vh - 214px);
    }
}

.check-rent-title {
    font-size: 24px;
    font-weight: 500;
    background-color: #E70012;
    color: #FFF;
    line-height:1.6;
}

.check-rent-text-num {
    background: #ff0332;
    color: #fff;
    margin: 10px;
    padding: 0px 7px;
    font-size: 16px;
    line-height: 1.6;
}

.check-rent-img {
    border: 1px solid;
    background: #EFEFEF;
    font-weight: 600;
}

.border-bottom-1 {
    border-bottom: 1px solid;
}

/* 定義動畫 */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(0);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

/* 讓元素加上動畫 */
.fade-in-down {
    animation: fadeInUp 0.5s ease-out forwards;
}

#VFCode {
    width: 115px;
    margin-right: 10px;
}

#Code {
    border: 2px solid #c9c9c9;
}

.checkbox-wrapper {
    margin-bottom: 0;
}

.getvfcode {
    width: 15px;
    height: 15px;
    margin: 0 0 10px 10px;
}

.login-title {
    display: flex;
    justify-content: center;
    font-size: calc(1.325rem + .9vw);
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
}

.eyes-check {
    position: absolute;
    right: 0;
    top: 0;
    cursor:pointer;
}

#map {
    width: 100%;
    min-height: 500px;
}

.map_detail {
    font-family: 'Noto Sans TC', Arial, sans-serif;
    font-size: 16px;
}

.map_title {
    width: 100%;
    position: absolute;
    font-size: 18px;
    text-align: center;
    line-height: 1.3;
}

.map_content {
    background: #FFF;
    color: #000;
    margin: 5px 0;
    border-radius: 3px;
    padding: 5px;
}

.br-1 {
    border-right: 1px solid #c7c7c7;
}

.map_content_title {
    font-size: 14px;
    color: rgb(0 0 0 / 48%);
    font-weight: 600;
}

.map_btn {
    background: #FFF;
    border: 1px solid rgb(0 172 37);
    padding: 5px;
    width: 100%;
    font-size: 16px;
    font-family: 'Noto Sans TC', Arial, sans-serif;
    line-height: 1.3;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map_btn_full {
    background: #ff0000;
    color: #FFF;
    border: 1px solid rgb(0 172 37);
    padding: 5px;
    width: 100%;
    font-size: 15px;
    font-family: 'Noto Sans TC', Arial, sans-serif;
    line-height: 1.3;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.RenewContract {
    background: #0045ff;
    color: #FFF;
    border: 1px solid rgb(0 172 37);
    padding: 5px;
    width: 100%;
    font-size: 15px;
    font-family: 'Noto Sans TC', Arial, sans-serif;
    line-height: 1.3;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map_btn:hover, .map_btn_full:hover, .RenewContract:hover {
    transform: scale(1.02);
}

.button-primary-grey {
    background-color: #878787;
    border: none;
    box-shadow: 0px 2px 8px rgb(171 171 171 / 35%);
}

.button-primary-grey:hover {
    background-color: #a5a5a5;
}

.accordion-card.card {
    padding: 0 24px;
    display: flex;
    align-items: center;
    font-size: 1.0625rem;
    margin: 2px 0;
}

.accordion-card a {
    width: 100%;
    display: flex;
    padding: 15px 0px;
    align-items: center;
}

.accordion-card div {
    font-size: 18px;
    margin-left: 15px;
}

.trems-title {
    padding: 25px;
    color: #14ae3e;
}

ol {
    padding: 0 15px;
}

#Privacy ol {
    padding: revert;
    margin: 15px 0;
    padding-left: 15px;
}

#Privacy li{
    list-style: unset;
}

.ol-first {
    padding: 0 20px;
    padding-left: 15px;
}

.trems-date {
    color: #7b7b7b;
    display: flex;
    justify-content: flex-end;
}


/*滿版圖示效果*/
/*
.web-banner{
    height: 500px;
}*/

.menu-img {
    animation: illust-zoom 12s ease-in-out infinite alternate;
    width: 14.8%;
    min-width: 150px;
    position: relative;
}
.menu-img::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 99%;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 160px;
}

.menu-img-01 {
    transition-delay: 0.2s;
    left: 46%;
    top: 9.6%;
}
    .menu-img-01::before {
        background-image: url(../images/menu-img138.png);
    }

.menu-img-02 {
    left: 32%;
    top: 1.6%;
    animation-direction: alternate-reverse;
}

.menu-img-02::before {
    background-image: url(../images/menu-img133.png);
}

.menu-img-03 {
    left: 60%;
    top: 1.6%;
    animation-direction: alternate-reverse;
}

@keyframes illust-zoom {
    0% {
        transform: scale(1) rotate(0.02deg);
    }
    25% {
        transform: scale(1.1) rotate(0.02deg);
    }
    75% {
        transform: scale(0.9) rotate(0.02deg);
    }
    100% {
        transform: scale(1) rotate(0.02deg);
    }
}

.voice-text {
    background-color: #ededed;
    padding: 0 5px;
    border-radius: .4rem;
    position: relative;
    white-space: nowrap;
}

.voice-text:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -.4rem;
    border: 6px solid transparent;
    border-left-color: #ededed;
}

.voice-text p {
    margin: 0;
    display: flex;
    align-items: center;
}

.banner {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 5px;
    display: flex;
    flex-direction:column;
}

.mt-30{
    margin-top: 30px;
}

.marquee {
    height: 40px;
    width: 1200px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    border-radius: 5px;
    margin-top: 15px;
    box-shadow: 3px 2px 10px 0 rgba(0, 0, 0, .149);
}

.marquee div {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    animation: marquee 25s linear infinite;
}

.marquee span,
.marquee a {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.marquee a:hover {
    color: #14ae3e;
    text-decoration: underline;
}

@keyframes marquee {
    0% {
        left: 1200px;
    }

    100% {
        left: -70%;
    }
}

@keyframes marquee1120 {
    0% {
        left: 1120px;
    }

    100% {
        left: -70%;
    }
}

@keyframes marquee950 {
    0% {
        left: 950px;
    }

    100% {
        left: -70%;
    }
}

@keyframes marquee800 {
    0% {
        left: 800px;
    }

    100% {
        left: -70%;
    }
}

@keyframes marquee678 {
    0% {
        left: 678px;
    }

    100% {
        left: -70%;
    }
}

@keyframes marquee575 {
    0% {
        left: 575px;
    }

    100% {
        left: -70%;
    }
}

@keyframes marquee480 {
    0% {
        left: 480px;
    }

    100% {
        left: -70%;
    }
}

@media only screen and (max-width: 1120px) {
    .header-container {
        display: none;
    }

    .phone-menu {
        display: flex;
        justify-content: space-around;
    }

    .nav-toggle {
        position: absolute;
        display: block;
        overflow: hidden;
        width: 60px;
        height: 60px;
        box-sizing: border-box;
        padding: 0;
        left: 0;
        top: 5px;
        -moz-transition: -moz-transform 0.3s;
        -o-transition: -o-transform 0.3s;
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        cursor: pointer;
    }

        .nav-toggle:before {
            margin-top: -10px;
        }

        .nav-toggle span,
        .nav-toggle:before,
        .nav-toggle:after {
            position: absolute;
            display: block;
            height: 3px;
            width: 30px;
            top: 47%;
            left: 50%;
            margin-left: -11px;
            background: white;
            content: '';
            background-color: #333333;
            transition: all 300ms ease-in-out;
        }

        .nav-toggle:after {
            margin-top: 10px;
        }

    .web-banner {
        height: 450px;
    }

    .marquee div {
        animation: marquee1120 25s linear infinite;
    }
}

.service-title-text {
    font-size: 30px;
    margin-left: 25px;
    color:black;
}

@media only screen and (max-width: 950px) {
    .web-banner {
        height: 400px;
    }

    .marquee div {
        animation: marquee950 15s linear infinite;
    }
}

@media only screen and (max-width: 800px) {
    .web-banner {
        height: 350px;
    }

    .marquee div {
        animation: marquee800 15s linear infinite;
    }
}

@media only screen and (max-width: 678px) {
    .web-banner {
        height: 305px;
    }

    .marquee div {
        animation: marquee678 15s linear infinite;
    }
}

@media only screen and (max-width: 575px) {
    .web-banner {
        height: 280px;
    }

    .test-img {
        background-position: top center !important;
    }

    .marquee div {
        animation: marquee575 15s linear infinite;
    }
}

@media only screen and (max-width: 480px) {
    .web-banner {
        height: 250px;
    }

    .service-title-text {
        font-size: 26px;
    }

    .marquee div {
        animation: marquee480 15s linear infinite;
    }
}
@media only screen and (max-width: 450px) {
    .marquee{
        height: 50px;
    }
    #slider-08{
        height: 71%;
    }
}

.cursor-nodrop{
    cursor:no-drop;
}

.fc-text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
    padding: 8px 5px;
    background-color: #fff;
    transition: background .2s ease-in-out;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.fc_pic {
    position: relative;
    z-index: 1;
    background-image: url(../images/fc-1.png);
    background-size: cover;
    background-position: center center;
    background-position-y: -5px;
    opacity: 1;
    width: 100%;
    height: 180px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.fc_pic2 {
    position: relative;
    z-index: 1;
    background-image: url(../images/fc-2.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-position-y: 0px;
    opacity: 1;
    width: 100%;
    height: 180px;
    filter: blur(1px);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.fc_pic3 {
    position: relative;
    z-index: 1;
    background-image: url(../images/fc-3.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
    width: 100%;
    height: 180px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

@media (max-width: 400px) {
    .fc_pic2 {
        background-position-y: -25px;
    }
}

.btn-text-note {
    position: relative;
    display: inline-block;
    right: 0;
    transition: all .2s ease-in-out;
}

@media (max-width: 768px) {
    .button-primary-grey{
        margin-top:15px;
    }
    #PaymentResult .button-primary-grey{
        margin-top: 0px;
    }
    #btn-wrapper {
        flex-direction: column-reverse;
    }
    #Index .col-md-4 {
        margin-bottom: 24px;
    }
    #Index .col-md-4:last-child{
        margin-bottom:0;
    }
}

/*Bootstrap Accordion*/
.accordion-collapse {
    padding: 1rem;
    border: 1px solid #d2d2d2;
    background: rgb(255, 255, 255);
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 16px;
    font-weight: 900;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    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;
    cursor: pointer;
    border: 1px solid #d2d2d2;
}

    .accordion-button:not(.collapsed) {
        color: #0c63e4;
        background-color: #e7f1ff;
        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='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
            transform: rotate(-180deg);
        }

    .accordion-button::after {
        flex-shrink: 0;
        width: 1.25rem;
        height: 1.25rem;
        margin-left: auto;
        content: "";
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-size: 1.25rem;
        transition: transform .2s ease-in-out;
    }

.accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

@media (min-width: 576px) {
    .bd-example {
        padding: 1.5rem;
        margin-right: 0;
        margin-left: 0;
        border-width: 1px;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
}

.bd-example {
    position: relative;
    padding: 1rem;
    margin: 1rem -0.75rem 0;
    border: solid #dee2e6;
    border-width: 1px 0 0;
}

.accordion-body .modal-footer {
    padding: 0;
}

/*Bootstrap Accordion End*/

#PaymentResult{
    padding-top:15px;
}

footer a:hover {
    color: rgb(0 172 37);
}

.overlay-text {
    position: relative;
    color: #fff;
    font-size: 26px;
    z-index: 2;
    bottom: 175px;
    text-align: center;
    font-weight:600;
}

#TenantInformation {
    margin-top: 70px;
}

.button-primary.disabled {
    opacity: 0.5;
    pointer-events: none; /* 禁用點擊事件 */
    background-color: rgb(0 172 37) !important;
}

@media screen and (min-width: 555px) and (max-width: 768px) {
    .fc_pic, .fc_pic2, .fc_pic3 {
        height: 280px;
    }

    .overlay-text {
        bottom: 220px;
    }
}

.account_no_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.e-card-btn {
    width: 120px;
    font-size: 12px;
    padding: 5px 5px;
}

.copy-btn {
    padding: 5px 10px;
    background-color: #007BFF;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 15px;
    font-family: 'Noto Sans TC', Arial, sans-serif;
}

.copy-btn:hover {
    background-color: #0056b3;
}

.toast-message {
    position: fixed;
    bottom: -100px; /* 初始位置在頁面下方 */
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    opacity: 0;
    transition: bottom 0.5s ease, opacity 0.5s ease;
    z-index: 1000;
}

.toast-message.show {
    bottom: 20px; /* 顯示位置 */
    opacity: 1;
}

@media (max-width: 439px) {
    .copy-btn{
        margin-top:5px;
    }
}

.choose-parkingname {
    font-size: 28px;
}

.choose-parkingname img {
    width: 42px;
    height: 42px;
    margin-right: 5px;
}

.right-tag {
    position: fixed;
    right: 20px;
    bottom: 13px;
    display: flex;
    z-index: 99;
}

.right-tag img{
    width:50px;
    cursor:pointer;
    transition: transform 0.3s ease-in-out;
}

.right-tag img:hover {
    transform: scale(1.2);
}

/* 首頁最新公告 */
.home-announcements {
    margin: 72px 0 40px;
}

.home-announcements__heading {
    align-items: flex-end;
    border-bottom: 2px solid #cbcbcb;
    display: flex;
    justify-content: space-between;
    padding-bottom: 14px;
}

.service-heading {
    margin: 40px 0 30px;
}

.home-announcements__heading p {
    color: #14ae3e;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    margin: 0 0 3px;
}

.home-announcements__heading h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

.home-announcements__heading > a {
    color: #4c4c4c;
    font-size: 14px;
    text-decoration: none;
}

.home-announcements__heading > a:hover {
    color: #14ae3e;
}

.home-announcements__heading > a span {
    color: #14ae3e;
    font-size: 18px;
    margin-left: 4px;
}

.home-announcements__item {
    align-items: center;
    border-bottom: 1px solid #dedede;
    color: #282828;
    display: flex;
    gap: 22px;
    min-height: 62px;
    padding: 14px 16px;
    text-decoration: none;
    transition: background-color .2s ease, padding-left .2s ease;
}

.home-announcements__item:not(.home-announcements__item--empty):hover {
    background-color: #f3faf4;
    color: #282828;
    padding-left: 22px;
}

.home-announcements__item time {
    color: #168239;
    flex: 0 0 98px;
    font-size: 14px;
    font-weight: 700;
}

.home-announcements__item span {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-announcements__item b {
    color: #14ae3e;
    font-size: 20px;
    font-weight: 400;
}

.home-announcements__item--empty {
    background-color: #fafafa;
}

@media (max-width: 575px) {
    .home-announcements {
        margin-top: 52px;
    }

    .home-announcements__heading h2 {
        font-size: 24px;
    }

    .home-announcements__item {
        gap: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .home-announcements__item time {
        flex-basis: 84px;
        font-size: 12px;
    }

    .home-announcements__item span {
        font-size: 14px;
    }
}

/*下拉勾選功能*/
.dropdown {
    position: absolute;
    transform: translateY(-30%);
    z-index: 10;
    width: 300px;
}

.dropdown dd,
.dropdown dt {
    margin: 0px;
    padding: 0px;
}

.dropdown ul {
    margin: -1px 0 0 0;
}

.dropdown dd {
    position: relative;
}

.dropdown a,
.dropdown a:visited {
    text-decoration: none;
    outline: none;
    font-size: 16px;
}

    .dropdown dt a {
        border: 2px solid #c9c9c9;
        border-radius: .25rem;
        box-shadow: 0.1rem 0.2rem 0 rgba(0, 0, 0, .1);
        font-family: 'Noto Sans TC', Arial, sans-serif;
        color: #000;
        display: block;
        padding: 0px 15px 0px 10px;
        min-height: 25px;
        max-height: 40px;
        overflow: hidden;
        width: 270px;
    }

    .multiSel{
        margin: 0;
        height: 40px;
    }

    .dropdown dt a span,
    .multiSel span {
        cursor: pointer;
        display: inline-block;
        padding: 8px 0 8px 0;
    }

    .dropdown dd ul {
        background-color: #ffffff;
        border: 2px solid #c9c9c9;
        border-top: 0;
        color: #000;
        display: none;
        left: 0px;
        top:2px;
        padding: 2px 13px 2px 2px;
        position: absolute;
        width: 280px;
        list-style: none;
        max-height: 200px;
        overflow: auto;
    }

.dropdown span.value {
    display: none;
}

.dropdown dd ul li a {
    padding: 5px;
    display: block;
}

.dropdown dd ul li a:hover {
    background-color: #fff;
}

input[type=checkbox] {
    width: 18px;
    height: 18px;
    margin-left: 5px;
}
.mutliSelect li {
    display: block;
    align-items: flex-end;
    font-size: 16px;
}

    .mutliSelect li label {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 5px;
        cursor: pointer;
    }

        .mutliSelect li label:hover {
            background-color: #f5f5f5;
        }

        .mutliSelect li label span {
            margin-left: 8px;
        }

/* 確保複選框垂直置中 */
.mutliSelect input[type=checkbox] {
    width: 18px;
    height: 18px;
    margin: 0;
    vertical-align: middle;
}

.form-group.space {
    width: 25%;
    min-width: 280px;
    margin: 0;
    margin-top: 10px;
}

.form-group.space label{
    position: absolute;
    margin: 0 0 0 10px;
}

.form-group.space .form-control{
    text-align:center;
}


/*Slider*/
.circular-chart {
    display: block;
    margin: 20px auto;
    max-width: 80%;
    max-height: 250px;
}

.bg {
    fill: none;
    stroke: #eee;
    stroke-width: 2.8;
}

.slider_progress {
    fill: none;
    stroke: #1fba0f;
    stroke-width: 2.8;
    stroke-linecap: round;
    transform-origin: center;
    transition: stroke-dasharray 0.5s ease;
}

.month-count {
    fill: #333;
    font-size: 10px;
    text-anchor: middle;
    font-family: monospace;
    font-weight: bold;
}

.month-count-text{
    fill: #333;
    font-size: 4px;
    text-anchor: middle;
    font-family: monospace;
    font-weight: bold;
}

.slider_wrapper input[type="range"] {
    width: 100%;
    max-width: 400px;
}

.date-range {
    font-size: 18px;
    margin: 16px 0 -12px 0;
    text-align: center;
}

.button-nextstep {
    border-radius: 3px;
    font-weight: 500;
    font-size: 18px;
    width: 290px;
    margin-bottom: 0;
    color: #fff;
    padding: 5px 12px;
    cursor: pointer;
    text-align: center;
    background-color: rgb(75 75 75);
    border: 1px solid rgb(75 75 75);
    box-shadow: 0px 2px 8px rgb(0 0 0 / 35%);
}

#monthSlider {
    -webkit-appearance: none;
    appearance: none;
    width: 80%;
    height: 8px;
    background: transparent; /* 背景交給 track 處理 */
    cursor: pointer;
}

    /* ---------- Chrome / Safari / Edge ---------- */
    #monthSlider::-webkit-slider-runnable-track {
        height: 8px;
        background: linear-gradient(to right, #1fba0f 0%, #007bff var(--value-percent), #ddd var(--value-percent), #ddd 100%);
        border-radius: 5px;
    }

    /* 這裡是 thumb */
    #monthSlider::-webkit-slider-thumb {
        -webkit-appearance: none;
        height: 30px;
        width: 30px;
        background: #14c400;
        border-radius: 50%;
        margin-top: -11px;
        border: none;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
        position: relative;
        z-index: 2;
    }

    /* ---------- Firefox ---------- */
    #monthSlider::-moz-range-track {
        height: 8px;
        background: #ddd;
        border-radius: 5px;
    }

    #monthSlider::-moz-range-progress {
        height: 8px;
        background: #1fba0f;
        border-radius: 5px;
    }

    #monthSlider::-moz-range-thumb {
        height: 30px;
        width: 30px;
        background: #1fba0f;
        border-radius: 50%;
        border: none;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    }

/* 提供 JS 使用 */
#monthSlider {
    --value-percent: 0%;
}

.confirm-button-150 {
    width: 150px !important;
    font-weight: 500 !important;
}

@media (max-width: 767px) {
    .service-heading {
        margin: 40px 15px 30px;
    }
    .home-announcements__heading {
        margin: 0px 15px;
    }
}
