@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"');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,800;1,800&display=swap');

@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-size: 16px;
  height: 100%;
}

body {
  height: 100%;
  line-height: 1.5;
  box-sizing: border-box;
  margin:0;
  overflow-x:hidden;
}

a{
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 1620px;
  margin: 0 auto;
}

/*導覽列*/
.main-header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 16px 0px;
  /* backdrop-filter: blur(4px); */
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.header-container{
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  display: flex;
  border-radius: 5px;
  padding: 12px 24px;
  height: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 25px 0 25px;
}

.header-container .brand-logo{
  height: 100%;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  color:#000;
}

.brand-logo{
  display: flex;
  align-items: center;
  font-family: "Fugaz One", sans-serif;
  font-size: 34px;
  font-weight: bold;
}

.bg-full .brand-logo::before,.bg-full .brand-logo::after{
  color: #fff;
}

.brand-logo::before{
  content: "WitSync";
}

.brand-logo::after{
  content: "緯芯智能";
  font-size: 22px;
  margin-left: 5px;
}

.brand-logo img{
  border-radius: 50px;
  margin: 2px 0;
  width: 60px;
  height: 60px;
}

.brand-logo-content{
  line-height: 1.6;
  font-weight: bold;
  margin-left: 10px;
}

.brand-logo-content div:first-child{
  font-size: 22px;
  border-bottom: 2px solid;
  line-height: 1.5;
}

.brand-logo-content div:last-child{
  font-size: 16px;
  margin-top: 2px;
  margin-left: 25px;
}

.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;
  letter-spacing: 0.15em;
  height: 70px;
  display: flex;
  align-items: center;
}

.nav-link-en{
  letter-spacing: normal;
}

.navbar-list svg{
  height: 72px;
  color: var(--text-primary);
  padding: 0 5px;
  margin: 0 7px;
  cursor: pointer;
  stroke-width: 1.5px;
}

.section{
  position: relative;
  padding: 20px 20px 60px;
}

#service.section{
  padding: 0px 20px 50px;
  background-color: #FFF;
}
#service.service.section{
  padding: 0px 20px 50px;
  background-color: #f0f0f0;
}


#help{
  background: #F0F0F0;
  user-select: none;
  overflow: hidden;
}

#help li{
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgb(214 214 214 / 20%);
  animation: animate 25s linear infinite;
  bottom: -150px;
}

#help li:nth-child(1){
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}


#help li:nth-child(2){
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

#help li:nth-child(3){
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

#help li:nth-child(4){
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

#help li:nth-child(5){
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

#help li:nth-child(6){
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

#help li:nth-child(7){
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

#help li:nth-child(8){
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

#help li:nth-child(9){
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

#help li:nth-child(10){
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {

  0%{
      transform: translateY(0) rotate(0deg);
      opacity: 1;
      border-radius: 0;
  }

  100%{
      transform: translateY(-1000px) rotate(720deg);
      opacity: 0;
      border-radius: 50%;
  }

}

#help.section{
  padding: 0px 20px 0px;
}

#help-wrapper{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 16px;
  margin-top: 60px;
  text-align: center;
  margin-bottom: 120px;
}

.help-wrapper-en{
  margin-bottom: 60px;
}

@media screen and (min-width: 1380px){
  #help-wrapper{
    grid-column-gap: 135px;
  }

}

.help-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fbfbfb;
  border: 1px solid #e7ebf1;
  border-radius: 6px;
  padding: 40px 16px;
  max-width: 270px;
}

.help-content-en{
  padding: 40px 16px 0;
}

.help-content:hover{
  transform: translateY(-20px);
  -webkit-transition: all .5s;
  transition: all .5s;
  border: 1px solid #20b4a6;
}

.help-content img{
  height: 150px;
  margin-bottom: 12px;
}

.help-content h5{
  font-size: 22px;
  font-weight: 600;
  color: #062860;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
}

.help-content p{
  font-weight: 400;
  color: #11151b;
}

#help .content_title{
  padding-top: 110px;
}

#help .content_title-en{
  padding-top: 60px;
}

@media screen and (max-width: 1095px){
  #help .content_title{
    padding-top: 50px;
  }
}

@media screen and (max-width: 768px){
  #help .content_title div:first-child{
    font-size: 50px !important;
  }
  #help .content_title div:last-child{
    font-size: 30px !important;
  }
  #help-wrapper{
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-row-gap: 16px;
  }
  .about-slogan-en span{
    font-size: 23px !important;
  }
}

@media screen and (max-width: 560px){
  #help .content_title div:first-child{
    font-size: 34px !important;
  }
  #help .content_title div:last-child{
    font-size: 30px !important;
  }
  .content_title div:first-child{
    font-size: 32px !important;
  }
  #help .content_title{
    padding-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .help_text_en{
    padding: 0 0 !important;
  }
  #help-wrapper{
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    grid-row-gap: 16px;
    margin-top: 30px !important;
    margin-bottom: 30px;
  }
  .help-content{
    max-width: none;
  }
  .help_text{
    font-size: 18px;
  }
}

#content_form.section{
  padding: 0 28px 28px 28px;
  z-index: 1;
}

#service_item_left{
  padding: 50px 20px 40px;
}

.service_item_left .img-wrapper img,.service_item_right .img-wrapper img{
  width: 500px;
  height: 330px;
}

#Page_Content_2.section{
  padding: 20px 20px 20px;
  background: #00000008;
}

#section_banner .section,#Page_Content_1 .section{
  overflow-x: hidden;
}

#section_banner,#Page_Content_1{
  padding:0;
}

.wrapper{
  height: 100vh;
}

#about{
  user-select: none;
}

#about .container{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wrapper-5{
  height: 50vh;
}

.img-wrapper{
  max-width: 450px;
  height: auto;
  margin-right: 150px;
  user-select: none;
}

.img-wrapper-en{
  max-width: none;
}

.img-wrapper-r{
  margin-left: 100px;
  margin-right: 0;
}

.img-wrapper img{
  max-width: 568px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.service_item_left{
  padding: 100px 20px 0px;
}

#service_item_left_2{
  padding: 0 20px 30px;
}

#service_item{
 padding: 0px 20px 20px;
}

.service_item_right{
  padding: 0px 20px 50px;
}

.service_item_left .wrapper-5 , #service_item .wrapper-5 .service_item_right .wrapper-5,.service_item_left .container ,#service_item .container ,.service_item_right .container{
  height: auto;
}

#section_banner .wrapper .container,#Page_Content_1 .container{
  position: fixed;
  padding-top: 60px;
  height: calc(100% - 60px);
  background: #F5F5F5;
  width: 100%;
  max-width: none;
}

.content_title{
  font-size: 43px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  color: #FFF;
  line-height: 1;
  margin-bottom: 40px;
}

.content_title div:first-child{
  color: #000;
  font-family: "Fugaz One", sans-serif;
  font-size: 43px;
  user-select: none;
}

#help .content_title div:first-child{
  font-size: 63px;
  color:#20b4a6;
  margin-bottom: 10px;
}

.content_title div:last-child{
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  user-select: none;
  text-align: center;
  margin-left: 5px;
  color: #222222;
}

#help .content_title div:last-child{
  font-size: 36px;
  font-family: Montserrat, sans-serif;
}

#help .wrapper{
  z-index: 2;
  position: relative;
  height: auto;
}

.help_text{
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.76px;
  line-height: 1.7;
  color: #000;
}

.help_text_en{
  letter-spacing: normal;
  padding: 0 50px;
}

.phonemenu_trg{
  display: none;
  left: auto;
  right: 20px;
  top: 25px;
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 10000;
  padding: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.phonemenu_trg .icon,.phonemenu_trg .icon::before,.phonemenu_trg .icon::after{
  background-color: #414040;
  width: 25px;
  height: 2px;
  transition-property: background-color, transform;
  transition-duration: .4s;
  position: relative;
  margin-top: 0px;
  margin-bottom: 7px;
}

.phonemenu_trg .icon{
  margin-top: 11px;
}

.phonemenu_trg .icon::before{
  position: absolute;
  content: "";
  background-color: #414040;
  top: -7px;
}

.phonemenu_trg .icon::after{
  background-color: #414040;
  top: 7px;
  position: absolute;
  content: "";
}

.container-c{
  display: flex;
  flex-direction:column;
  max-width: none;
  width: 100%;
  height: 100%;
  position: absolute;
  justify-content: center;
  background-image: url(../images/banner-img.png);
  background-size: cover;
  background-color: rgb(0 0 0 / 15%);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-slides{
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.banner-slide{
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-size: cover;
  background-color: rgb(0 0 0 / 15%);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center;
  animation: none;
  opacity: 1;
}

.banner-slide-1{
  background-image: url(../images/banner-img.png);
}

.banner-slide-2{
  background-image: url(../images/banner-img2.png);
  animation-name: banner-fade-in;
}

@keyframes banner-fade-out{
  0%, 45%{
    opacity: 1;
  }
  55%, 95%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

@keyframes banner-fade-in{
  0%, 45%{
    opacity: 0;
  }
  55%, 95%{
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
}

.container-c > :not(.banner-slides){
  position: relative;
  z-index: 1;
}

.phonemenu_trg.active .icon::before{
  background-color: #0d0d0d;
  transform: translateY(7px) rotate(45deg);
}

.phonemenu_trg.active .icon::after{
  background-color: #0d0d0d;
  transform: translateY(-7px) rotate(-45deg);
}

.banner-left{
  margin:120px 0 0 70px;
}

.banner-left-1{
  color: #FFF;
  font-weight: bold;
  margin-top: 30px;
  padding: 0 15px;
  letter-spacing: 0.05em;
  left: 21%;
  top: 24%;
  font-size: 2.4vw;
  user-select: none;
  display: flex;
  align-items: center;
  text-shadow: 5px 1px 0 rgba(0, 0, 0, .3);
  line-height: 0.5;
}

.banner-left-1 svg{
  width: 2.4vw;
  height: 2.4vw;
  margin-left: 5px;
}

.banner-left-2{
  font-size: 3.6vw;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
  left: 20%;
  top: 24%;
  user-select: none;
  text-shadow: 5px 1px 0px rgba(0, 0, 0, 0.3);
  padding: 0 15px;
}

.banner-left-2-en{
  line-height: 1;
  margin-top: 20px;
  letter-spacing:normal;
}

.banner-left-2 span{
  background: linear-gradient(to top, #ffffff, #00c2b0, #00ffe7);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  /* color:#20b4a6; */
}

.banner-right img{
  position: absolute;
  bottom: -40px;
  width: 65%;
  right: -2%;
}

#slider{
  text-shadow: 5px 1px 0px rgba(0, 0, 0, 0.3);
  padding: 0 15px;
}

#sliderValue {
  display: flex;
  font-size: 1.8vw;
  font-weight: 700;
  line-height: 3;
  letter-spacing: .05em;
  left: 21%;
  user-select: none;
  color: #FFF;
}

.start {
  opacity: 0;
}

.animation {
  animation: fade .3s forwards;
}


@keyframes fade {
  0%{
    opacity: 0;
    transform: translateY(20px);
  }
  100%{
    opacity: 1;
    transform: translateY(0px);
  }
}

.holder-animation {
  animation: holder 4s;
}

@keyframes holder {
  0%{
    opacity: 1;
  }
  95%{
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
}

.holder-animation-en {
  animation: holder-en 7s;
}

@keyframes holder-en {
  0%{
    opacity: 1;
  }
  95%{
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
}

.c-button-1{
  font-size: 20px;
  color: #000;
  position: relative;
  height: 25px;
  line-height: 1.2;
  padding: 7px 25px;
  letter-spacing: 0.15em;
  width: max-content;
  margin-right: 15px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 4px #bad7d8;
  border: solid 2px #bad7d8;
}

#content_form .c-button-1{
  font-weight: 600;
}

.c-button-1:hover{
  background: #20b4a6;
  color:#FFF;
  box-shadow: 0 0 #20b4a6;
  transform: translateY(4px);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
  opacity: 1 !important;
}

.c-button-2{
  font-size: 20px;
  color: #000;
  position: relative;
  padding: 7px 25px;
  letter-spacing: 0.15em;
  width: max-content;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 4px #bad7d8;
  border: solid 2px #bad7d8;
  height: 25px;
  line-height: 1.2;
}

.c-button-2:hover{
  background: #20b4a6;
  box-shadow: 0 0 #20b4a6;
  color:#FFF;
  transform: translateY(4px);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
  opacity: 1 !important;
}

.scroll-p{
  position: relative;
  width: 20px;
  height: auto;
  font-family: "Fugaz One", sans-serif;
  font-size: 16px;
  color: #FFF;
  display: flex;
  flex-direction: column;
  letter-spacing: .08em;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
  left: 150px;
  bottom: -125px;
  user-select: none;
}

.scroll-line {
  display: block;
  position: relative;
  bottom: -70px;
  left: 150px;
  width: 1px;
  height: 140px;
  transition: all 1.4s;
}

.scroll-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  margin: 0;
  background-image: linear-gradient(to bottom, #666, #666 1px, transparent 1px, transparent 3px);
  background-size: 2px 3px;
  background-repeat: repeat-y;
}

.scroll-line::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 1px;
  background-color: #666;
  -webkit-animation: lineMove 3.0s ease infinite;
  animation: lineMove 3.0s ease infinite;
}

@keyframes lineMove {
	0% {
		bottom: 100%;
		height: 0;
	}
	20% {
		bottom: 0;
		height: 100%;
	}
	40% {
		bottom: 0;
		height: 0;
	}
	100% {
		bottom: 0;
		height: 0;
	}
}

* {
  scroll-behavior: smooth;
}


#service_items .wrapper{
  height: 100%;
}

#service_items.section{
  padding: 100px 20px 0px;
}

.swiper{
  height: 100%;
  display: flex;
  align-items:center;
  justify-content:center;
}

.swiper-wrapper{
  display: flex;
  flex-direction:row;
  flex-wrap: wrap;
  justify-content: center;
}

.swiper-content{
  width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 5px;
  background: #ffffff8a;
  box-shadow: 0px 4px 15px #0000000D;
  border-radius: 10px;
}

@media screen and (max-width: 1286px){
  .swiper-content{
    margin: 20px 50px;
  }
}

.swiper-img{
  width: 300px;
  height: 250px;
  margin: 10px;
  border-radius: .5rem;
  box-shadow: 4px 16px 40px rgba(30, 103, 64, 0.16);
  overflow: hidden;
}

.swiper-content:hover .swiper-img img{
  transform: scale(1.05, 1.05);
  transition-duration: 800ms;
  transition-timing-function: cubic-bezier(0, 0 , 0.25, 1 );
}

.swiper-img img{
  width: 100%;
  height: 100%;
}

.swiper-text{
  margin: 0px 16px 25px;
  text-align: center;
  line-height: 2;
}

.swiper-text p{
  color: #383842;
  font-weight: 600;
  margin:0 0 10px 0;
  font-size: 20px;
}

.aboutus-content{
  color:#FFF;
  background: #20b4a6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content_icon_wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: space-around;
  align-items: center;
  color: #FFF;
  z-index: 0;
  width: 650px;
}

.content_icon_wrapper p{
  margin-bottom: 0;
}

.content_slogan{
  display: flex;
    justify-content: center;
  letter-spacing: 0.05em;
  margin: 20px 0 20px 0;
  font-size: 28px;
  font-weight: 600;
}

@media screen and (max-width: 900px){
  .service-item .service-img p{
    opacity: 0 !important;
  }
}

@media screen and (max-width: 470px){
  .img-sm{
    width: 40px;
  }
  .service-item .service-img p{
    left: -80px;
  }
  #help-wrapper{
    height: 78% !important;
  }
  .service_items-wrapper-en{
    width: 300px !important;
  }
}

.content_text{
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.05em;
  max-width: 500px;
  line-height: 2;
}

.content_text_en{
  letter-spacing: normal;
  line-height: normal;
  max-width: 400px;
}

.contact-btn-wrapper{
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.0);
  border: 1px solid rgb(218 218 218);
  border-radius: 5px;
  flex: none;
  flex-direction: row;
  flex-wrap: wrap;
  height: 80px;
  justify-content: center;
  margin: 40px 0px 50px 0;
  padding: 0px 40px 0px;
  width: 100%;
  z-index: 3;
  max-width: 100%;
  width: 360px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.contact-btn-wrapper:last-child{
  margin-left: 20px;
}

.hover-dot{
  background: #20b4a6;
  bottom: 0px;
  flex: none;
  height: auto;
  left: 0;
  margin: 0 0 0 0;
  position: absolute;
  top: 0px;
  width: 0%;
  max-width: 0%;
  transition: width 500ms;
  border-radius: 5px;
}

.contact-btn-wrapper:hover{
  border: 1px solid #20b4a6;
  opacity: 1;
  color: #FFF;
}

.contact-btn-wrapper:hover .hover-dot{
  flex: none;
  width: 100%;
  max-width: 100%;
}

.contact-btn-text{
  display: block;
  font-size: 1.2rem;
  margin-right: 20px;
  z-index: 4;
}

.contact-btn-wrapper div:last-child{
  font-family: "Fugaz One", sans-serif;
  font-size: 26px;
  z-index: 4;
  color:#20b4a6;
}

.contact-btn-wrapper:hover .contact-tel{
  color:#FFF
}

.spotlight{
  width: 150px;
  position: absolute;
  right: 10%;
  top: -20%;
  user-select: none;
}

.r-car{
  position: absolute;
  bottom: -10px;
  right: 50px;
  opacity: 0.8;
}

#contactus.section{
  padding: 0;
}

#contactus .wrapper{
  height: 192px;
  margin-top: 30px;
}

@media only screen and (max-width: 620px){
  #contact-wrapper{
    flex-direction: column;
    align-items: center;
  }

  #contactus .wrapper{
    height: 270px;
  }

  .spotlight{
    right: -3%;
    top: -15%;
  }

  .contact-btn-wrapper{
    width: 200px;
    margin:20px;
  }
  .r-car{
    right: 0px;
  }
  .r-car img{
    width: 100px;
  }
  .content_icon_wrapper{
    width: 400px;
  }
}

.footer {
  position: relative;
  background: #FFF;
  color: #BBBBBB;
  padding: 15px 0 15px 0;
}

.footer-container{
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-content-more{
  display: flex;
  justify-content:center;
  width: 500px;
}

.footer-content-more-en{
  width: 700px;
}

.footer-content{
  width: 450px;
  height: 80px;
  color: #000;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.footer-content-more li{
  padding: 10px;
}

.footer-content a{
  color:#000;
}

.footer-content ul:nth-child(1){
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.footer-content a:hover{
  color: #20b4a6;
}

.copyright{
  border-top: 2px solid #20b4a6;
  padding-top: 15px;
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.mail-wrapper{
  margin-top: 160px;
}

.mail-btn {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #20b4a6;
  min-width: 200px;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
  box-sizing: border-box;
  padding: 16px 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.mail-btn:hover {
  opacity: .95;
}

.mail-btn .animation {
  border-radius: 100%;
  animation: ripple 0.6s linear infinite;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
  }
}

@media only screen and (max-width: 615px){
  .brand-logo{
    justify-content: center;
  }
  .footer-container{
    flex-direction: column;
  }
  .footer-content{
    margin-top: 30px;
    height: auto;
    flex-direction:column;
  }
  .copyright{
    margin:30px 0 15px 0;
  }
  .footer-content ul{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-content ul:nth-child(1){
    margin-bottom: 15px;
    margin-right: 0;
  }
  .footer-content-more{
    flex-wrap: wrap;
    flex-direction: row !important;
  }
  .footer-content-more li{
    padding: 10px 10px;
  }
}

.phone-menu{
  background-color: #000000e0;
  flex-direction: column;
  height: 100%;
  padding: 30px 0;
  position: fixed;
  transition: all .3s ease-in-out;
  width: 100%;
  opacity: 0;
  display: none;
}

.menu-open{
  opacity: 1;
  z-index: 10;
}

.phone-menu ul{
  font-size: 30px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.phone-menu li {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  color: #FFF;
  margin: 10px;
}

.phone-menu li a{
  color: #FFF;
}

.phone-menu li p {
  font-size: 14px;
  line-height: 0;
  margin-bottom: 5px;
}

.page-title{
  width: 100%;
  height: 230px;
}

.page-title-l{
  padding-left: 0;
  padding-right: 0;
  margin-top: -50px;
  font-size: 1rem;
  color: #5c626a;
  position: relative;
  z-index: 1;
  background: #fff;
  height: 60px;
  padding: 100px 0 0 80px;
}

.page-title-l li{
  position: relative;
  margin: 45px 30px 0 0;
  line-height: 2;  
}

.page-title-l .par-li::after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 1px #5C626A;
  border-right: solid 1px #5C626A;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -17px;
  margin-top: -4px;
}

.page-title-bg{
  min-height: 80px;
  /* border-bottom-right-radius: 3000px 300px;
  border-bottom-left-radius: 3000px 300px; */
  width: 100%;
  position: relative;
  background: #fff;
}

.par-li a:hover{
  color: #20b4a6;
}

.page-title-content{
  position: relative;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #000;
  user-select: none;
  top: -65px;
  z-index: 5;
}

.page-title-content-en{
  font-family: "Montserrat", sans-serif;
}

.page-content{
  position: relative;
  max-width: 1530px;
  width: 100%;
  max-height: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5px;
}

.page-content-product{
  max-height: none;
}

.product_spec_title{
  font-size: 26px;
  font-weight: 500;
}

.product_spec_wrapper{
  padding: 32px;
  display: flex;
  justify-content: center;
}

.product_spec_wrapper table{
  border-collapse: collapse;
  width: 100%;
}

.product_spec_wrapper td{
  border: 1px solid #e1e1e1;
  border-color: rgb(235, 232, 232);
  border-width: 2px;
  border-style: solid;
  padding: 5px;
  font-size: 1.2rem;
}

.page-content-100{
  position: relative;
  width: 100%;
}

.page-content-wrapper{
  display: flex;
  flex-direction: row;
  margin: 0 20px 70px 20px;
  border-radius: 40px;
}

.page-content-text{
  border-radius: 10px;
  padding: 20px;
  font-size: 20px;
}

.page-content-img{
  margin: 15px;
}

.page-content-img img{
  border-radius: 50%;
  max-width: 355px;
  width: inherit;
}

@media only screen and (max-width: 825px){
  .page-content-wrapper{
    flex-wrap:wrap;
  }
  .page-content-img{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 25px 15px 10px;
  }
}

@media screen and (max-width: 1184px) and (min-width: 550px){
  .banner-right img{
    width: 700px;
  }
}

@media screen and (max-width: 425px){
  .banner-right img{
    width: 500px;
  }
  .sop_title{
    font-size: 26px !important;
  }
}

.page-down-point{
  position: relative;
  width: 220px;
  height: 100px;
  background: #20b4a6;
  color: rgb(255, 255, 255);
  margin: auto;
  bottom: 45px;
  border-top-left-radius: 2000px;
  border-top-right-radius: 2000px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1030px){
  #page-content-rwd{
    flex-wrap: wrap;
  }
}

.more.scroll-p{
  bottom: 75px;
  left: -3.6%;
}

.more.scroll-line{
  bottom: 40px;
  left: 0.7%;
}

.page-content-wrapper-2{
  display: flex;
  flex-direction: column;
  margin-top: -75px;
  margin-bottom: 75px;
}

.service-item{
  width: 100%;
}

.page-boxs{
  display: flex; 
  margin-bottom: 55px;
}

.page-boxs-r{
  margin-left: 25px;
}

.page-boxs-l img{
  max-width: 300px;
  margin-top: 40px;
}

.page-boxs-r p{
  font-size: 30px;
  color: #FFF;
  font-weight: 600;
}

.page-boxs-r-check{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #FFF;
}

.page-boxs-r-check img{
  margin-right: 10px;
}

.page-box2{
  display: flex;
  justify-content: space-between;
}

.page-box2-heading{
  color: #FFF;
  font-size: 36px;
  margin-bottom: 12px;
  border-bottom: 2px solid;
  line-height: 2;
}

.page-box2-img{
  bottom: 5.75vw;
  right: -3.25vw;
  position: relative;
}

.page-box2-img img{
  max-width: 250px;
}

.page-box2-text{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  letter-spacing: 0.1em;
}

.page-content-wrapper-2 .mt-20{
  margin-top: 20px;
}

@media only screen and (max-width: 936px){
  .page-content{
    max-height: none;
  }
  .page-box2{
    flex-direction:column;
  }
  .page-box2-img{
    width: 100%;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .page-box2-img img{
    max-width: 200px;
  }
  .page-box2-heading{
    margin-top: 0;
    font-size: 30px;
  }
  .page-boxs-r p{
    font-size: 24px;
  }
}

.page-content.pd-275{
  padding: 0 275px;
  letter-spacing: 0.15em;
}

/*loading*/
.word {
  bottom: 0;
  color: #fff;
  font-size: 3.2em;
  height: 2.5em;
  left: 0;
  line-height: 2.5em;
  margin: auto;
  right: 0;
  position: absolute;
  top: 0;
  font-family: "Fugaz One", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 3px 1px 0 rgba(0, 0, 0, .3);
}

.word p{
  font-size: 2.2rem;
  margin-left: 5px;
}

.word span {
  display: inline-block;
  transform: translateX(100%) scale(0.9);
  transition: transform 500ms;
}

.word .done {
  color: #6f6;
  transform: translateX(0) scale(1);
}

@media only screen and (max-width: 420px){
  .main-header .brand-logo {
    font-size: 26px;
  }
  .header-container{
    height: 50px;
  }
  .phonemenu_trg .icon{
    margin-top: 3px;
  }
  .phone-menu ul{
    font-size: 24px;
  }
}

.overlay {
  background-size: 1000px 2px;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.loading-wrapper{
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(ellipse at center, #335200 35%, #0e2201 85%);
}

.fade{
  animation: boxout 1s infinite ; 
}

@keyframes boxout{
  0%{
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
}

.content-st2{
  max-width: 600px;
  user-select: none;
}

.content-st2-en{
  max-width: 750px;
}

.service_item_left .content-st2 , .service_item_right .content-st2{
  font-size: 18px;
}

.content-title{
  font-size: 34px;
  font-weight: 600;
  line-height: 2.5;
}

.content-title-en{
  font-size: 32px;
  line-height:normal;
  margin-bottom: 15px;
}

@media only screen and (max-width: 906px){
  .service_item_left .img-wrapper,.service_item_right .img-wrapper ,#service_item t-img {
    margin-right: 0;
  }
  .content-title{
    text-align: center;
  }
}

.rating{
  margin-left: 10px;
  width: 70px;
  position: absolute;
  left: 190px;
}

.rating-en{
  margin-left: 200px;
}

.center-title{
  width: 100%;
  text-align: center;
  max-width: 400px;
  background: #343434;
  padding: 0 10px;
  letter-spacing: .05em;
  font-size: 24px;
  color: #fff;
  user-select: none;
  line-height: 1.7;
  z-index: 1;
  border-radius: 5px;
}

.center-title p{
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #343434 transparent transparent transparent;
  left: 45%;
  top: 15px;
}

.center-title-en{
  max-width: 600px;
}

.t-img img{
  width: 300px;
}

.font-b{
  color: black;
}

.service_item-wrapper{
  display: flex;
  flex-direction:column;
  align-items:center;
  margin-right: 72px;
  user-select: none;
}

.service_item-wrapper:last-child{
  margin-right: 0;
}

@media screen and (max-width: 1093px){
  .swiper-content{
    margin: 20px 50px;
  }
  .service_item-wrapper{
    margin-right: 10px;
  }
  .service_item {
    padding: 100px 20px 0px;
  }
}

.img-sm{
  border: 2px solid #ffffff57;
  padding: 5px;
  border-radius: 50%;
}

.product_wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 30px 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  max-height: 240px;
  max-width: 260px;
  text-align: center;
}

.product_wrapper img{
  max-width: 200px;
  max-height: 180px;
}

.product_wrapper:hover img{
  transition: width 1s, height 1s, transform 0.5s;
  transform: scale(1.2);
}

.product_wrapper p{
  height: 70px;
  font-size: 1.2rem;
  color: #222222;
  margin:0;
}

.product_wrapper div{
  width: 265px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Product catalogue cards */
.product-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 42px 28px;
  width: min(100%, 1240px);
  padding: 0 28px 56px;
  box-sizing: border-box;
  align-items: start;
}

.product-grid .product_wrapper{
  width: 100%;
  min-width: 0;
  max-width: none;
  max-height: none;
  margin: 0;
  align-items: flex-start;
  color: #222;
  text-align: left;
  text-decoration: none;
}

.product-grid .product_wrapper > div{
  width: 100%;
  height: auto;
  aspect-ratio: 1.12 / 1;
  box-sizing: border-box;
  padding: 18px;
  border: 1px solid #c3c1c1;
}

.product-grid .product_wrapper img{
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  transition: transform .3s ease;
}

.product-grid .product_wrapper:hover img{
  transform: scale(1.05);
}

.product-grid .product_wrapper p{
  width: 100%;
  height: auto;
  margin: 10px 0 0;
  color: #222;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  justify-content: center;
}

/* News listing */
#news.news-page{padding:0 0 10px 0}#news.news-page .news-page-content{margin:0 auto}
#Page_Content_1.news-page > .wrapper{height:auto;min-height:0}.news-page-content{max-width:1240px;max-height:none;margin:35px auto 0px;padding:52px 40px 64px;box-sizing:border-box;background:linear-gradient(135deg,#EAF9FF 0%,#FFFFFF 55%,#DDF7F4 100%)}.news-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:38px 54px}.news-card{display:grid;grid-template-columns:180px minmax(0,1fr);gap:20px;min-width:0;color:#222;text-decoration:none}.news-card:hover .news-card__title{color:#20b4a6}.news-card__media{display:flex;align-items:center;justify-content:center;width:180px;height:180px;overflow:hidden;background:#fff}.news-card__media img{width:100%;height:100%;object-fit:cover}.news-card__media--alert{box-sizing:border-box;border:10px solid #fff;outline:7px repeating-linear-gradient(-55deg,#d7112b 0 7px,#fff 7px 14px);outline-offset:-7px;background:#fff;color:#1f1f1f;font-size:2rem;font-weight:800;letter-spacing:.1em;text-align:center}.news-card__meta{display:flex;align-items:center;gap:14px;margin:5px 0 13px;font-size:.95rem;font-weight:600}.news-card__tag{display:inline-flex;padding:6px 11px;border-radius:5px;    background: #20b4a6;
    color: #FFF;}.news-card__title{display:block;margin:0 0 12px;overflow:hidden;color:#171717;font-size:1.25rem;font-weight:700;line-height:1.45;text-overflow:ellipsis;white-space:nowrap;transition:color .2s ease}.news-card__excerpt{display:-webkit-box;margin:0;overflow:hidden;color:#838383;font-size:1rem;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:2}

@media (max-width:900px){.news-page-content{padding:38px 28px 50px}.news-list{grid-template-columns:1fr;gap:30px}}@media (max-width:520px){.news-page-content{margin-top:0;padding:30px 20px 40px;margin-top: 25px;}.news-card{grid-template-columns:120px minmax(0,1fr);gap:15px}.news-card__media{width:120px;height:120px}.news-card__media--alert{font-size:1.35rem}.news-card__meta{gap:8px;margin:0 0 8px;font-size:.82rem}.news-card__tag{padding:5px 8px}.news-card__title{margin-bottom:6px;font-size:1.05rem;white-space:normal}.news-card__excerpt{font-size:.9rem;-webkit-line-clamp:3}}

@media only screen and (max-width: 900px){
  .product-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 560px){
  .product-grid{
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 20px 40px;
  }
}

.more-link::before,.more-link::after{
  content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 7px;
    background: #464c4e;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

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

.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: -340px;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(4px);
  margin-top: 190px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.services-more a:hover{
  color: #20b4a6 !important;
}

@keyframes fade2 {
  0%{
    opacity: 0;
    transform: translateY(5px);
  }
  100%{
    opacity: 1;
    transform: translateY(0px);
  }
}

.more-link:hover + .services-more , .services-more:hover{
  display: block;
}

.services-more a {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 5px 0 5px 0;
}

.product_list{
  padding: 0 15px;
  font-size: 18px;
}

.product_list_en{
  width: 100%;
  font-size: 16px;
  justify-content: center;
}

.product_list li{
  margin: 0 10px 30px;
  box-shadow: 1px 0 0 0 #ddd, 0 1px 0 0 #ddd, 1px 1px 0 0 #ddd, 1px 0 0 0 #ddd inset, 0 1px 0 0 #ddd inset;
  padding: 5px 15px 5px;
  text-align: center;
  width: 15%;
  max-width: 180px;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.product_list li:hover{
  color: #FFF;
  background-color: #20b4a6;
}

.nav-link.more-link:hover{
  color: var(--text-primary);
}

.bg-full .brand-logo::after, .bg-full .nav-link,.bg-full .navbar-list svg,.bg-full .more-link:hover,.bg-full a{
  color:#FFF;
}

.nav-link-language{
  color: #000;
}

.nav-link:hover,.nav-link-language:hover{
  color:#20b4a6;
}


.bg-full .navbar-list{
  right: 40px;
}

.bg-full .header-container{
  margin: 0;
  border-radius: 0;
  padding: 12px 50px;
  background: none;
}

.bg-full .services-more{
  background: rgb(255 255 255 / 9%);
  color: #FFF;
  border-radius: 5px;
}

.bg-full .phonemenu_trg.active .icon::before ,.bg-full .phonemenu_trg.active .icon::after,.bg-full .phonemenu_trg .icon::before,.bg-full .phonemenu_trg .icon::after,.bg-full .phonemenu_trg .icon{
  background-color: #FFF;
}

.phonemenu_trg.active .icon {
  background-color: transparent;
}

.sm-slogan{
  color: #FFF;
  font-size: 14px;
  user-select: none;
  padding: 0 15px;
}

.md-slogan{
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 24px;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  user-select: none;
  z-index: 1;
  line-height: 1.2;
  font-size: 27px;
}

.md-slogan-en{
  font-size: 27px;
  font-family: "Montserrat", sans-serif;
}

.md-slogan::before{
  content: "";
    position: absolute;
    z-index: 0;
    bottom: .2rem;
    left: 0;
    width: 100%;
    height: 1.5rem;
    background-color: #20b4a6a6;
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
    z-index: -1;
}

.md-slogan-en::before{
  background-color: unset;
}

@media only screen and (max-width: 477px){
  .md-slogan{
    margin: 0 10px 24px;
  }
  .word{
    font-size: 36px;
}
  .word p{
      font-size: 26px;
  }
  .center-title-en{
    font-size: 22px;
  }
  .page-title-l{
    padding: 100px 0 0 0 !important;
  }
  .page-title-l li{
    margin: 45px 0 0 0;
    padding-left: 24px;
  }
}

#about , #speedgate-about , #parkinglot-about,#Indexabout{
  padding: 0;
}

#speedgate-about , #parkinglot-about{
  z-index: 1;
}

.about-eg{
  font-size: 46px !important;
  opacity: 0.5;
  margin-top: 10px;
  color: #FFF !important;
}

#about::before{
  width: 100%;
  background-image: url(../images/pass.png);
  content: "";
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, .6);
  background-blend-mode: multiply;
  background-repeat: round;
  background-size: cover;
}

#speedgate-about::before{
  width: 100%;
  background-image: url(../images/speedgate-item.png);
  content: "";
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, .6);
  background-blend-mode: multiply;
  background-repeat: round;
  background-size: cover;
}

#parkinglot-about{
  user-select: none;
}

#parkinglot-about::before{
  width: 100%;
  background-image: url(../images/planningservices-item2.jpg);
  content: "";
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, .6);
  background-blend-mode: multiply;
  background-repeat: round;
  background-size: cover;
}

#speedgate-about .wrapper,#about .wrapper,#sop .wrapper,#Indexabout .wrapper{
  height: 350px;
}

#speedgate-about .container , #parkinglot-about .container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction:column;
}

.about-slogan{
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-size: 36px;
  position: relative;
  letter-spacing: 0.1em;
  text-shadow: 1px 1px 2px black;
  display: math;
  line-height: 1.2;
  text-shadow: 5px 1px 0 rgba(0, 0, 0, .3);
}

.about-slogan-en{
  font-size: 30px;
  letter-spacing:normal;
}

.about-slogan p:nth-child(1){
  margin: 0;
}

.about-slogan p:nth-child(2){
  margin: 15px 0 25px 0;
}

#speedgate-about .about-slogan{
  margin:auto;
}

#speedgate-about{
  user-select: none;
}

.content-text{
  font-size: 1.2rem;
  margin-bottom: 24px;
}

@media only screen and (max-width: 910px){
  .contact-btn-wrapper{
    width: 220px;
  }
  .contact-btn-text{
    margin-right: 0;
  }
  .about-slogan{
    font-size: 30px;
  }
  .about-eg{
    font-size: 38px!important;
  }
  .content-text{
    margin-bottom: 0;
  }
}

#about span{
  color: #FFF;
  font-size: 20px;
  margin: 10px 0;
}

#speedgate-about span{
  font-size: 36px;
}

@media only screen and (max-width: 742px) {
  #about .wrapper img{
    width: 60px;
  }
}
@media only screen and (max-width: 722px) {
  .service_item-wrapper-en1{
    margin-top: -70px !important;
  }
  .center-title-en{
    margin-top: 35px;
  }
  .center-title-en p{
    display: none;
  }
}

@media only screen and (max-width: 620px){
  .content_icon_en{
    width: 155px;
  }
}


@media screen and (max-width: 450px){
  .content_slogan{
    font-size: 19px;
    letter-spacing: 0;
  }
  .content_icon_wrapper{
    width: 330px;
    margin-top: 15px;
  }
  #speedgate-about .about-slogan {
    font-size: 19px;
    margin: 20px 0;
  }

  #speedgate-about .wrapper {
    height: 450px;
  }
  .no-mg{
    margin:0 !important;
  }
  .content_slogan{
    margin: 15px 0 15px 0;
  }
  .content-title{
    font-size: 26px;
  }
  .content-title-en{
    padding: 0 15px;
  }
  .content_title div:last-child{
    font-size: 24px;
  }
  .page-title-content{
    font-size: 26px;
    top: -55px;
  }
  #service_item{
    padding: 0px 20px 20px;
  }
  .section{
    padding: 20px 20px 60px 20px;
  }
  .service_item_left,.service_item_right{
    padding: 20px 0 0;
  }
  .first-img{
    margin-top: -45px;
  }
  .content_text{
    font-size: 1rem;
  }
  .content_title{
    font-size: 1.3rem;
    justify-content: center;
    flex-direction: column !important;
  }
  .about-slogan{
    margin-top: 10px;
  }
  .content_icon_wrapper_en{
    width: 400px !important;
  }
}

.service-item:nth-child(1) .service-img{
  background: url(../images/planningservices-item.jpg) center / cover no-repeat;
}

.service-item:nth-child(2) .service-img{
  background: url(../images/speedgate-item.png) center / cover no-repeat;
}

.service-item .service-img{
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 160px;
  display: flex;
  justify-content: center;
}

.service-item:hover .service-img::before{
  opacity: 1;
}

.service-item .service-img::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #20b4a685, 20%, rgba(0, 0, 0, .8));
  z-index: 0;
  opacity: 0;
  transition: all 0.6s ease-out;
}

.service-item .service-img p{
  color: #fff;
  text-align: justify;
  z-index: 1;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
  max-width: 400px;
  height: 50px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.service-item:hover .service-img p{
  opacity: 1;
}

.service-readmore{
  position: relative;
  width: 100%;
  border-radius: 0 0 5px 5px;
  background: linear-gradient(-90deg, white, #cdd8e6);
  box-sizing: border-box;
  padding: 15px 30px;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.service-readmore p{
  position: relative;
  color: #002140;
  z-index: 1;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 0;
  margin: 0 10px 0 0;
  font-family: Montserrat, sans-serif;
}

.service-readmore img{
  position: relative;
  width: 100%;
  max-width: 30px;
  height: auto;
  transition: all 0.2s ease-out;
}

.service-item:hover .service-readmore img{
  transform: translateX(10px);
}

#service .wrapper{
  height: auto;
}

#service.service{
  padding: 0 20px 50px 20px;
}

.aboutus-img{
  width: 90%;
  height: 380px;
  background-image: url(../images/about_img.png);
  background-size: cover;
  background-position: bottom;
  margin-bottom: 24px;
}

#service-wrapper a{
  border-radius: 0 0 5px 5px;
  z-index: 1;
}

@media screen and (max-width: 1086px){
  #service-wrapper{
    flex-wrap:wrap;
  }

  .service-item:nth-child(1){
    margin-bottom: 24px;
  }

  .service-item:nth-child(2){
    margin-left: 0;
  }
  .service-item .service-img p{
    width: 580px;
    margin-bottom: 30px;
  }
}

.about-wrapper{
  width: 108px;
  display: flex;
  justify-content:center;
  flex-direction:column;
  align-items: center;
}

.p-img{
  max-width: 500px;
  z-index: 3;
}

.p-desc{
  max-width: 600px;
  padding: 30px 50px;
  z-index: 2;
  display: flex;
  align-items: center;
}

.p-content{
  line-height: 2;
  font-size: 20px;
}

.p-content-en{
  line-height:normal;
}

.bg-banner{
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 24px;
  height: 100%;
}

.bg-banner::after{
  content: "";
  position: absolute;
  left: calc((100% - 450px) / 2);
  display: block;
  height: 95%;
  min-width: 800px;
  transform: skew(-8deg);
  z-index: 1;
  transform: skew(-8deg) translate(0, 0);
}

.aboutus-text{
  padding: 0px 100px 24px 100px;
  font-size: 1.2rem;
  user-select: none;
}

@media only screen and (max-width: 451px)  {
  .about-slogan{
    top:5px;
  }
}

@media only screen and (min-width: 1024px){
  .banner-slide, #about::before , #speedgate-about::before , #parkinglot-about::before,#aboutws::before{
    background-attachment: fixed;
  }
}

.form-control{
  position: relative;
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1.2rem;
  line-height: 1.5;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  margin: 2px 0;
  border-radius: 3px;
  -webkit-appearance: none;
}

.form-control:focus-visible{
  outline: 1px solid #20b4a6;
}

.form-group{
  position: relative;
}

#content_form .form-group .form-control{
  text-indent: 1.5rem;
}

textarea.form-control{
  text-indent: 0 !important;
}

.form-group svg{
  position: absolute;
  z-index: 1;
  left: .75rem;
}

.form-control::-webkit-input-placeholder, select.form-control, select.form-control:invalid, select.form-control:disabled {
  color: #1D1D1F30;
}

select option {
  color: #585858 ;
}

.selected-c{
  color: #000 !important;
}

.send-btn{
  font-size: 18px;
  padding: 7px 30px;
  height: 37px;
  letter-spacing: normal;
  margin: 0;
}

.send-btn-en{
  font-family: Montserrat, sans-serif;
}

input:focus-visible{
  outline: none;
}


@media only screen and (max-width: 682px)  {
  #speedgate-about span{
    font-size: 28px;
    display: block;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 1007px)  {
  #service_item_left{
    padding: 20px;
  }
  #service_item_right{
    padding: 0 20px 20px;
  }
}

@media only screen and (max-width: 910px)  {
  .img-wrapper{
    margin-right: 0;
    margin-left: 0;
  }

  .page-boxs-r-check:nth-child(1){
    margin: 10px 0 0 0 !important;
  }
  .page-boxs-r-check:nth-child(2){
    padding: 15px 0 !important;
  }
}

@media only screen and (max-width: 1080px){
  .product_list_en{
    display: none !important;
  }
}

@media only screen and (max-width: 560px)  {
  #parkinglot-about span{
    display: block;
  }
  .spotlight{
    display: none !important;
  }
  .product_list{
    display: none !important;
  }
  .service-readmore p{
    font-size: 16px;
  }
}

.service_items-wrapper{
  display: flex;
  flex-direction: column;
  width: 190px;
  margin-top: 15px;
}

.service_items-wrapper-en{
  width: 400px;
  padding: 0 25px;
}

@media only screen and (max-width: 960px){
  .banner-left{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 80px 0 0 0px;
  }
  .banner-slide{
    background-color: rgb(0 0 0 / 40%);
  }
  .banner-left, .banner-right{
    width: 100%;
    height: 50%;
  }
  .banner-right{
    display: flex;
    justify-content: center;
  }
  .banner-right img{
    right: auto;
    bottom: -95px;
  }

  .banner-left-1{
    margin-top:0px;
    left: 0;
    top: 10%;
    font-size: 34px;
  }
  .banner-left-2{
    left: 0;
    top: 11%;
    font-size: 38px;
  }
  #sliderValue{
    left: 0;
    top: 25px;
    font-size: 18px;
  }
  .banner-more{
    left: 0;
    top: 0%;
  }
  .c-button-1,.c-button-2{
    font-size: 18px;
    padding: 5px 20px;
  }
  .scroll-line{
    height: 0;
  }
  .scroll-line{
    display: none;
  }
  .scroll-p{
    display: none;
  }
  
  .aboutus-text{
    margin-bottom: 24px;
    padding:0 25px 0px 25px;
  }
  
}

/*loading*/


@media screen and (max-width: 549px){
  .banner-right img{
    width: 550px;
    bottom: -50px;
  }
  .banner-left{
    margin-top: 30px;
    position: relative;
  }
  .about-slogan{
    font-size: 22px;
  }
  #about span{
    font-size: 18px;
  }
  .content_title{
    flex-direction: column;
  }
  .holder-animation-en{
    line-height:normal !important;
    flex-wrap: wrap;
    padding: 10px 0;
  }
  .banner-left-2-en,.sm-slogan-en{
    text-align: center;
  }
}

/*splide*/
.splide{
  height: 225px;
}

.splide__slide {
  padding: 1.5em !important;
  box-sizing: border-box;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  background-color: #fbfbfb;
  border: 1px solid #e7ebf1;
}

.splide__slide:hover{
  background-color: #f1f1f1a3;
  --e-global-color-secondary: #20b4a6;
  background-image: linear-gradient(180deg, #FFFFFF00 99%, var(--e-global-color-secondary) 96%);
}

.splide__slide div{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-content: flex-end;
}

.splide__slide img{
  width: 100%;
  height: 210px;
}

.splide__slide__container img{
  vertical-align: middle;
  object-fit: contain;
}

.splide__slide__container h4{
  height: 24px;
  position: relative;
  top: 15px;
  padding: 5px 0;
  font-family: Montserrat, sans-serif;
  letter-spacing: -0.5px;
  word-break: break-word;
  text-align: center;
}

.splide__pagination {
  bottom: -5em !important;
}

.is_active {
  color: #fff;
  background-color: #20b4a6;
}

.splide__arrow{
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.15) !important;
  background: #ffffff !important;
  width: 3em !important;
  height: 3em !important;
  top:60% !important;
}

.splide__arrow--next{
  right: -4em !important;
}

.splide__arrow--prev{
  left: -4em !important;
}

@media only screen and (max-width: 450px){
  .splide__arrow--next{
    right: -3.5em !important;
  }
  
  .splide__arrow--prev{
    left: -3.5em !important;
  }
}

.splide__pagination li{
  padding: 0 0.2em !important;
}

#products{
  padding: 50px 20px 10px;
}

.products_en{
  padding: 70px 20px 0px !important;
}

#products .wrapper{
  height: 460px;
}

@media only screen and (max-width: 600px){
  #products .wrapper{
    height: 380px;
  }
  .splide__pagination{
    bottom: -4rem !important;
  }
  .splide__slide img{
    height: 190px;
  }
  .products_en{
    padding: 30px 20px 0 !important;
  }
}

@media only screen and (max-width: 450px){
  .splide__pagination{
    bottom: -2.5rem !important;
  }
  #products.section{
    padding: 20px 20px 20px 20px;
  }
  .splide__slide img{
    height: 165px;
  }
  #products .content_title{
    margin-bottom: 0 !important;
  }
}

.splide__pagination__page.is-active{
  background-color: #20b4a6 !important;
}

.footer-content-mark{
  display: flex;
  top: 1px;
  position: relative;
}

.line-wbtn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: #20b4a6;
  color: white;
  border-radius: 32px;
  position: fixed;
  right: 18px;
  bottom: 18px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 8px;
  z-index: 99;
  cursor: pointer;
  font-weight: 600;
  transition: 0.25s;
  transform: scale(1);
}

.line-wbtn:hover{
  transition: 0.25s;
  transform: scale(1.1);
}

#aboutws .wrapper{
  height: 750px;
}

#aboutws .container{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#aboutws,#Indexabout{
  user-select: none;
}

#aboutws::before{
  content: "";
  background-color: #e9e9e9;
  background-image: url(../images/about_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0.2;
}

#aboutws.section , #sop.section{
  padding: 0;
}

.aboutws_titlebox{
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aboutws_title{
  color: #000;
  font-size: 43px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
}

.aboutws_title_en,.aboutws_titlebox_en h2,.aboutws_contentBox_en{
  font-family: Montserrat, sans-serif;
}

.aboutws_titlebox h2{
  color: #20b4a6;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-top: 15px;
}

.aboutws_titlebox h3{
  color: #000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.2;
  margin-top: 40px;
  max-width: 720px;
  padding: 0 15px;
}

.aboutws_titlebox_en h3{
  max-width: 900px;
  font-weight: 500;
}

.aboutws_contentBox{
  padding:40px 20px 80px 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-content: space-around;
}

.aboutws_content_Item{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aboutws_content_Item_num{
  font-size: 43px;
  line-height: 95.5%;
  font-weight: 700;
  margin-bottom: 25px;
  color: #000;
}

.aboutws_content_Item_text{
  font-size: 36px;
  line-height: 100%;
  font-weight: 700;
  color:#000;
  text-align: center;
}

.aboutws_href{
  display: flex;
  align-items: center;
  justify-content: center;
}

.aboutws_viewmore{
  font-size: 20px;
  font-family: "Fugaz One", sans-serif;
  color:#000;
  z-index: 99;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.aboutws_viewmore:hover svg{
  transform: translateX(10px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.parkinglot-about_wrapper{
  min-width: 650px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .aboutws_title{
    font-size: 30px;
  }
  .aboutws_titlebox h2{
    font-size: 20px;
  }
  .aboutws_content_Item_num,.aboutws_content_Item_text{
    font-size: 24px;
  }
  .content_title_dash::after, .content_title_dash::before{
    width: unset !important;
  }
  .parkinglot-about_wrapper{
    padding:25px;
    min-width:auto;
  }
}

@media (min-width: 768px){
  .parkinglot-about_wrapper{
    padding:65px;
  }
}

#sop .wrapper{
  padding: 0 25px;
}

.sop_titlebox{
  position: relative;
  text-align: center;
  user-select: none;
}

.sop_title{
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 600;
}

.sop_title_line{
  position: relative;
  color: #838383;
  font-size: 14px;
  font-weight: 400;
}

.sop_title_line::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 42%;
  height: 1px;
  background: #838383;
  opacity: 0.2;
}

.sop_title_line::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 42%;
  height: 1px;
  background: #838383;
  opacity: 0.2;
}

.sop_title_line_en::before,.sop_title_line_en::after{
  width: 34%;
}

.sop_list{
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.sop_list_en{
  margin-bottom: 40px;
}

.sop_item{
  position: relative;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sop_item:hover{
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.sop_imgbox{
  position: relative;
  width: 135px;
  height: 135px;
  border-radius: 100%;
  border: 1px solid #20b4a6;
  margin: 0 auto;
  padding: 5px;
  background-color: #FFF;
}

.sop_imgbox::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 85%;
  height: 85%;
  border-radius: 100%;
  border: 1px dashed #20b4a6;
  -webkit-animation: rotate 10s linear infinite;
  animation: boxrotate 15s linear infinite;
}

@keyframes boxrotate{
  100%{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.sop_img{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
}

.sop_img img{
  width: 100%;
  display: block;
}

.sop_textbox{
  font-size: 16px;
  font-weight: bold;
  padding-top: 15px;
}

.sop_textbox_en h3{
  max-width: 147px;
}

.sop_item:hover .sop_textbox h3 {
  color: #20b4a6;
}

@media only screen and (max-width: 1006px){
  #column-reverse{
    flex-direction: column-reverse;
  }
  .content-st2{
    align-items: center;
  }
  .rating{
    display: none;
  }
  .sop_list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
  }
  #sop .wrapper{
    height:540px;
  }
  .sop_item{
    margin-bottom: 30px;
  }
}

.footer_title_box{
  width: 100%;
  user-select: none;
}

.footer_title{
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
  font-family: "Fugaz One", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer_title_name{
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #000;
  font-style: italic;
  font-synthesis: initial;
  user-select: none;
}

@media only screen and (max-width: 1185px){
  .phonemenu_trg {
    display: block;
  }
  .phone-menu{
    display: block;
  }
  .navbar-list{
    display: none;
  }
  .header-container{
    margin: 0 20px 0 20px;
  }
  .page-title-l{
    padding: 100px 0 0 45px;
  }
  .container-c{
    flex-direction: column;
  }

  .footer_title_box::before{
    width: 41%;
  }
  .footer_title_box::after{
    width: 41%;
  }
}

@media only screen and (max-width: 910px)  {
  .sop_list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
  }
  #sop .wrapper{
    height:750px;
  }
  .footer_title_box::before{
    width: 35%;
  }
  .footer_title_box::after{
    width: 35%;
  }
}

@media only screen and (max-width: 500px){
  .r-car{
    display: none;
  }
  html{
    overflow-x:hidden;
  }
  .line-wbtn{
    right: 25px !important;
  }
  .footer_title_box::before{
    width: 28%;
  }
  .footer_title_box::after{
    width: 28%;
  }
}

#service_item .content_title{
  font-size: 26px;
}

#service_item .content_title_en{
  font-size: 22px;
  text-align: center;
}

#Indexabout .container{
  display: flex;
  flex-direction: row;
  max-width: inherit;
}

.Indexabout_item{
  cursor: pointer;
}

.Indexabout_item_img{
  position: relative;
  overflow: hidden;
  height: 100%;
  background-color: #000;
}

.Indexabout_item_img::before{
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  z-index: 1;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Indexabout_item_img img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.8;
}

.Indexabout_item:hover .Indexabout_item_img::before {
  width: 100%;
  right: initial;
  left: 0;
}

.Indexabout_item:hover .Indexabout_btn a{
  background-color: #20b4a6c4;
}

.Indexabout_text{
  pointer-events: none;
    position: absolute;
    bottom: 0;
    padding-left: 70px;
    padding-bottom: 100px;
    z-index: 1;
}

.Indexabout_text_en{
  padding-bottom: 110px;
}

.Indexabout_text h2{
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.Indexabout_text h3{
  margin-top: 10px;
  font-size: 30px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #fff;
  line-height: 1;
}

.Indexabout_item:hover .Indexabout_text h3{
  text-shadow: 0px 0px 10px #00c2cb, 0px 0px 20px #00c2cb;  
}

.Indexabout_btn{
  margin-top: 35px;
}

.Indexabout_btn a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 185px;
  height: 45px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background-color: rgba(202, 202, 202, 0.7);
}

@media only screen and (max-width: 664px) {
  .p-img{
    max-width: 400px;
  }
  .p-desc{
    padding: 0 20px;
    margin: 24px 0 0;
  }
  
  .bg-banner::after{
    background:#ffffff00;
    left: -30px;
  }

  .p-content{
    text-align: center;
  }

  .bg-banner{
    align-items: center;
    flex-direction:column;
  }
  #Page_Content_2.section{
    padding: 70px 20px 60px;
  }
  .content-st2 div:nth-child(2){
    padding: 0 25px;
    margin-bottom: 0;
  }
  .aboutus-text{
    padding: 0px 25px 30px 25px;
  }
  #Indexabout .container{
    flex-direction: column;
  }
  #Indexabout .wrapper{
    height: auto;
  }
  .Indexabout_item{
    height: 216px;
  }
  .Indexabout_item:nth-child(1) .Indexabout_text{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    flex-direction: column;
    height: 216px;
  }
  .Indexabout_item:nth-child(2) .Indexabout_text{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    flex-direction: column;
    height: 625px;
  }
}

#Page_Content_1 .page-content{
  z-index: 1;
  max-width: min(100%, 1400px);
}

#aboutus .container{
  overflow: hidden;
  position: relative;
  max-width: none;
  user-select: none;
}

.aboutus_cloud{
  width: 100%;
}

.aboutus_building{
  position: absolute;
  left: 0;
  top: -70px;
  z-index: 0;
  width: 60%;
}

.container-f{
  background-color: #FFF !important;
}

.aboutus_top::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -150px;
  width: 100%;
  height: 200px;
  background: url(../images/cloud_top.png) center top no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

.aboutus_content{
  top: 30%;
  left: 50%;
  position: absolute;
}

.aboutus_content_en{
  top: 20%;
}

@media only screen and (max-width: 1560px){
  .md-slogan-en{
    font-size: 25px;
  }
  .aboutus_content_en{
    top:10%;
  }
}

#aboutus .wrapper,#aboutus-1 .wrapper,#aboutus-2 .wrapper{
  height: 670px;
}

#aboutus-3 .wrapper{
  height: 650px;
}

@media only screen and (max-width: 1300px) {
  .aboutus_building{
    top: 90px;
    width: 45%;
  }
  .md-slogan{
    font-size: 22px;
  }
}

@media only screen and (max-width: 1170px) {
  .aboutus_cloud img{
    height: 800px;
  }
  .aboutus_building{
    top: unset;
    bottom: 0;
    opacity: 0.7 !important;
  }
  .aboutus_content{
    top: 0%;
    left: 0;
    z-index: 1;
  }
  .aboutus-text{
    font-size: 18px;
    text-align: center;
  }
  #aboutus .wrapper{
    height: 600px;
  }
  #aboutus .wrapper_en{
    height: 800px;
  }
}

.aboutus_building_1{
  width: 48%;
  height: 528px;
}

.aboutus_building_1::after{
  background-color: #f5f5f5;
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.aboutus_building_1_img::before{
  width: 100%;
  background-image: url(../images/Smarttechnology.png);
  background-repeat: round;
  content: "";
  height: 100%;
  position: absolute;
  background-size: cover;
  background-color: rgb(0 0 0 / 15%);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center;
}

.aboutus_building_2_img::before{
  width: 100%;
  background-image: url(../images/Imagerecognition.png);
  background-repeat: round;
  content: "";
  height: 100%;
  position: absolute;
  background-size: cover;
  background-color: rgb(0 0 0 / 15%);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center;
}

.aboutus_building_3_img::before{
  width: 100%;
  background-image: url(../images/Dataanalysis.png);
  background-repeat: round;
  content: "";
  height: 100%;
  position: absolute;
  background-size: cover;
  background-color: rgb(0 0 0 / 15%);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center;
}

.aboutus-1_1_img::before{
  width: 100%;
  background-image: url(../images/faceperception.png);
  background-repeat: round;
  content: "";
  height: 100%;
  position: absolute;
  background-size: cover;
  background-color: rgb(0 0 0 / 15%);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center;
}

.aboutus_content_1{
  width: 38%;
  position: relative;
  left: 50px;
}

.aboutus_content_1 .md-slogan{
  font-size: 34px;
}

.aboutus_content_1_en .md-slogan{
  font-size: 27px;
  font-family: Montserrat, sans-serif;
}

.aboutus_content_1 .aboutus-text{
  padding: 0 50px 24px 50px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 1280px){
  .aboutus_building_1{
    height: 428px;
  }
}

.content_title_dash::after,.content_title_dash::before{
  content: "";
  position: absolute;
  width: calc((100% - 550px) / 2);
  height: 2px;
  top: 1.5rem;
  margin: 0;
  background: #333;
  display: block;
}

.content_title_dash::after{
  right: 0;
}

.content_title_dash::before{
  left: 0;
}

#service .content_title_dash::after,#service .content_title_dash::before{
  width: calc((100% - 360px) / 2);
}

.aboutus-left{
  right: 25px;
  left: auto;
}

.aboutus-right{
  right: 100px;
  left: auto;
}

@media only screen and (max-width: 1120px){
  #aboutus-1 .wrapper, #aboutus-2 .wrapper{
    height: auto;
  }
  #aboutus-3 .wrapper{
    height: auto;
  }
  .aboutus_building_1{
    position: relative;
    top: 40px;
    max-width: 500px;
    width: 100%;
    margin-bottom: 0 !important
  }
  .aboutus_content_1 .md-slogan{
    font-size: 22px;
    text-align: center;
  }
  .aboutus_content_1 .aboutus-text{
    font-size: 20px;
    padding: inherit;
    margin-bottom: 0;
    text-align: center;
  }
  .min_1200{
    flex-direction:column;
  }
  .min_1200_reverse{
    flex-direction:column-reverse;
  }
  .aboutus-right{
    right: auto;
  }
  #aboutus-3 .aboutus_building_1{
    height: 420px;
  }
  #aboutus-3 .aboutus_content_1{
    margin-bottom: 40px;
  }
  .aboutus_content_1{
    width: auto;
    padding: 0 20px;
    left: 0;
    margin-bottom: 0 !important;
    margin: 120px 0;
  }
  .aboutus_content_1{
    margin: 120px 0 24px!important;
  }
}

@media only screen and (max-width: 520px){
  .md-slogan::before{
    background-color:#20b4a600;
  }
  .aboutus_building_1_img::before,.aboutus_building_2_img::before,.aboutus_building_3_img::before{
    height: 320px;
  }
  .aboutus_building_1::after{
    height: 80%;
    bottom: 80px;
  }
  .aboutus_content_1{
    padding: 0px 40px 0;
    width: auto;
    margin: 0 0 24px!important;
    top: -15px;
  }
  .aboutus_content_1 .md-slogan span{
    font-weight: 600;
  }
  .Indexabout_text h3{
    font-size: 22px;
  }
}

.product_detail_img{
  padding: 30px;
  border: 1px solid #ccc;
  background: #F5F5F5;
  max-width: 500px;
  max-height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product_detail_info{
  margin-top: 30px;
  padding-left: 3vw;
  user-select: none;
}

.product_detail_header{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #000;
}

.product_detail_body{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.head__title{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.head__title h1{
  color: #0061a9;
  font-size: 35px;
}

.product_detail_body ul{
  line-height: 2;
  color: #222;
  font-size: 1.2rem;
}

.product_detail_body ul li{
  display: flex;
  align-items:center;
}

.service_p_en{
  letter-spacing:0px !important;
  line-height:normal !important;
  height:100px !important;
  text-align: unset !important;
}

@media (max-width: 1420px) {
  .md-slogan::before{
    background-color:unset;
  }
}

.service_item_left_en{
  padding: 50px 20px 40px !important;
}

#Page_Content_2.section_en{
  padding: 20px 20px 20px;
}

.product-tabs { display: flex; justify-content: center; gap: 12px;}
.product-tab { padding: 10px 28px; border: 1px solid #20b4a6; background: #fff; color: #222; cursor: pointer; font-size: 18px; transition: .2s; }
.product-tab:hover, .product-tab.is-active { background: #20b4a6; color: #fff; }
.product-tab-panel[hidden] { display: none; }
.product-description { max-width: 900px; margin: 0 auto; padding: 32px; background: #f5f5f5; text-align: left; line-height: 1.9; font-size: 1.2rem; }
.product-description p { margin: 0 0 16px; }
.product-description p:last-child { margin-bottom: 0; }
.product-back-link { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; background: #20b4a6; color: #fff; font-size: 17px; transition: .2s; }
.product-back-link:hover { background: #5b9006; color: #fff; }
@media (max-width: 600px) {
    .product-detail-layout { flex-direction: column !important; align-items: center; }
    .product-detail-layout .product_detail_img { width: 100%; box-sizing: border-box; }
    .product-detail-layout .product_detail_info {
      width: 100%;
      box-sizing: border-box;
      padding: 0 20px;
    }
    .product-tab { flex: 1; padding: 10px 12px; }
    .product-description { padding: 24px 20px; }
}

/* News article */
#news-article{padding:0 20px 0px}.news-article-content{max-width:1040px;margin:0 auto}.news-article-body{width:100%;box-sizing:border-box;padding:0px;background:#fff;color:#343434}.news-article-meta{display:flex;align-items:center;gap:14px;margin-bottom:22px;font-size:.95rem;font-weight:600}.news-article-body h1{margin:0 0 28px;color:#1d1d1d;font-size:2rem;line-height:1.45}.news-article-body h2{margin:42px 0 14px;color:#277a47;font-size:1.35rem;line-height:1.45}.news-article-body p{margin:0 0 18px;font-size:1.15rem;line-height:2;letter-spacing:.03em}.news-article-lead{font-size:1.22rem!important;font-weight:500}.news-article-hero{display:block;width:100%;max-height:460px;margin:0 0 30px;object-fit:cover}.news-article-closing{margin-top:40px!important;padding-top:28px;border-top:1px solid #d9d9d9}.news-article-closing a{color:#277a47;text-decoration:underline}.news-back-link{display:inline-block;margin-top:18px;padding:10px 18px;border:1px solid #277a47;color:#277a47;text-decoration:none;transition:.2s}.news-back-link:hover{background:#277a47;color:#fff}@media(max-width:700px){.news-article-body{padding:0px 24px 0px}.news-article-body h1{font-size:1.55rem}.news-article-body h2{margin-top:32px;font-size:1.25rem}.news-article-body p{font-size:1rem;line-height:1.85}.news-article-hero{max-height:280px}.news-article-lead{font-size:1.08rem!important}}

@media (max-width:600px){body.news-article-page .page-title-l ul{align-items:center;flex-wrap:nowrap;white-space:nowrap}body.news-article-page .page-title-l li:last-child{display:none}}

/* Online monthly parking application */
#Page_Content_1 .online-rent-image{display:block;max-width:100%;height:650px;object-fit:contain}
.online-rent-link{color:#20b4a6!important;font-weight:700;text-decoration:none;transition:color .2s ease,text-decoration-color .2s ease}.online-rent-link:hover{color:#20b4a6!important;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px}
#online-rent-process{padding:20px 20px 40px;background:#f7faf9}.online-rent-process-container{height:auto}.online-rent-process-title{margin:0 0 20px;color:#002140;font-size:2rem;text-align:center}.online-rent-process-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;max-width:1100px;margin:0 auto}.online-rent-step{box-sizing:border-box;min-height:210px;padding:34px 30px 28px;background:#fff;border-radius:12px;box-shadow:0 8px 24px rgba(0,33,64,.08)}.online-rent-step-number{display:inline-block;margin-bottom:14px;padding:5px 12px;border-radius:999px;background:#20b4a6;color:#fff;font-size:.82rem;font-weight:700;letter-spacing:.08em}.online-rent-step h3{margin:0 0 12px;color:#002140;font-size:1.25rem}.online-rent-step p{margin:0;color:#4f5d68;font-size:1rem;line-height:1.8}@media(max-width:700px){#online-rent-process{padding:15px 15px 15px}.online-rent-process-title{margin-bottom:15px;font-size:1.65rem}.online-rent-process-list{grid-template-columns:1fr;gap:16px}.online-rent-step{min-height:0;padding:26px 22px}.online-rent-step h3{font-size:1.15rem}}
@media(max-width:700px){#Page_Content_1 .online-rent-image{width:100%;height:auto}}
