@charset "UTF-8";
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-2xs, .container-xs, .container-sm {
    max-width: 33.75rem; } }

@media (min-width: 768px) {
  .container, .container-2xs, .container-xs, .container-sm, .container-md {
    max-width: 45rem; } }

@media (min-width: 992px) {
  .container, .container-2xs, .container-xs, .container-sm, .container-md, .container-lg {
    max-width: 95%; } }

@media (min-width: 1200px) {
  .container, .container-2xs, .container-xs, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 71.25rem; } }

@media (min-width: 1400px) {
  .container, .container-2xs, .container-xs, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 82.5rem; } }

:root {
  --bs-breakpoint-3xs: 0;
  --bs-breakpoint-2xs: 320px;
  --bs-breakpoint-xs: 390px;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

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

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

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

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

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

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

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

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

@media (min-width: 320px) {
  .col-2xs {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-2xs-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-2xs-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-2xs-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-2xs-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-2xs-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-2xs-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-2xs-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-2xs-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-2xs-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-2xs-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-2xs-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-2xs-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-2xs-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-2xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-2xs-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-2xs-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-2xs-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-2xs-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-2xs-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-2xs-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-2xs-0 {
    margin-left: 0; }
  .offset-2xs-1 {
    margin-left: 8.33333%; }
  .offset-2xs-2 {
    margin-left: 16.66667%; }
  .offset-2xs-3 {
    margin-left: 25%; }
  .offset-2xs-4 {
    margin-left: 33.33333%; }
  .offset-2xs-5 {
    margin-left: 41.66667%; }
  .offset-2xs-6 {
    margin-left: 50%; }
  .offset-2xs-7 {
    margin-left: 58.33333%; }
  .offset-2xs-8 {
    margin-left: 66.66667%; }
  .offset-2xs-9 {
    margin-left: 75%; }
  .offset-2xs-10 {
    margin-left: 83.33333%; }
  .offset-2xs-11 {
    margin-left: 91.66667%; }
  .g-2xs-2rem,
  .gx-2xs-2rem {
    --bs-gutter-x: ; }
  .g-2xs-2rem,
  .gy-2xs-2rem {
    --bs-gutter-y: ; } }

@media (min-width: 390px) {
  .col-xs {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-xs-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-xs-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-xs-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-xs-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xs-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-xs-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-xs-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xs-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xs-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-xs-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xs-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-xs-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-xs-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-xs-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-xs-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-xs-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-xs-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-xs-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-xs-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-xs-0 {
    margin-left: 0; }
  .offset-xs-1 {
    margin-left: 8.33333%; }
  .offset-xs-2 {
    margin-left: 16.66667%; }
  .offset-xs-3 {
    margin-left: 25%; }
  .offset-xs-4 {
    margin-left: 33.33333%; }
  .offset-xs-5 {
    margin-left: 41.66667%; }
  .offset-xs-6 {
    margin-left: 50%; }
  .offset-xs-7 {
    margin-left: 58.33333%; }
  .offset-xs-8 {
    margin-left: 66.66667%; }
  .offset-xs-9 {
    margin-left: 75%; }
  .offset-xs-10 {
    margin-left: 83.33333%; }
  .offset-xs-11 {
    margin-left: 91.66667%; }
  .g-xs-2rem,
  .gx-xs-2rem {
    --bs-gutter-x: ; }
  .g-xs-2rem,
  .gy-xs-2rem {
    --bs-gutter-y: ; } }

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-2rem,
  .gx-sm-2rem {
    --bs-gutter-x: ; }
  .g-sm-2rem,
  .gy-sm-2rem {
    --bs-gutter-y: ; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-2rem,
  .gx-md-2rem {
    --bs-gutter-x: ; }
  .g-md-2rem,
  .gy-md-2rem {
    --bs-gutter-y: ; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-2rem,
  .gx-lg-2rem {
    --bs-gutter-x: ; }
  .g-lg-2rem,
  .gy-lg-2rem {
    --bs-gutter-y: ; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .g-xl-2rem,
  .gx-xl-2rem {
    --bs-gutter-x: ; }
  .g-xl-2rem,
  .gy-xl-2rem {
    --bs-gutter-y: ; } }

@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-2rem,
  .gx-xxl-2rem {
    --bs-gutter-x: ; }
  .g-xxl-2rem,
  .gy-xxl-2rem {
    --bs-gutter-y: ; } }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: Roboto, Noto Sans TC, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", 微軟正黑體, Microsoft JhengHei;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  --bracket: 0rem; }
  body.opened {
    overflow: hidden; }
  body.fontsize--sm {
    --bracket: 0rem; }
  body.fontsize--md {
    --bracket: .125rem; }
  body.fontsize--lg {
    --bracket: .25rem; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

img {
  display: block; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.sr-only {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px; }

a,
button {
  text-decoration: none;
  cursor: pointer; }
  @media (min-width: 768px) {
    a,
    button {
      -webkit-transition: color 0.3s, background 0.3s, border-color 0.3s;
      -o-transition: color 0.3s, background 0.3s, border-color 0.3s;
      transition: color 0.3s, background 0.3s, border-color 0.3s; } }

.accesskey {
  position: absolute;
  left: 0;
  top: 0;
  color: transparent;
  opacity: 0; }

.flicking-viewport {
  position: relative;
  overflow: hidden; }

.flicking-viewport.vertical {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.flicking-viewport.vertical > .flicking-camera {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.flicking-viewport.flicking-hidden > .flicking-camera > * {
  visibility: hidden; }

.flicking-camera {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 1;
  will-change: transform; }

.flicking-camera > * {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.flicking-arrow-prev,
.flicking-arrow-next {
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  color: #073c40;
  background-color: white;
  border: 1px solid #e9e8e8;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2; }

.flicking-arrow-prev.is-circle,
.flicking-arrow-next.is-circle {
  border-radius: 50%; }

.flicking-arrow-disabled.is-circle {
  background-color: rgba(10, 10, 10, 0.1); }

.flicking-arrow-prev {
  left: 0; }
  .flicking-arrow-prev::before {
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1); }

.flicking-arrow-next {
  right: 0; }

.flicking-arrow-prev.is-outside {
  left: -74px; }

.flicking-arrow-next.is-outside {
  right: -74px; }

.flicking-arrow-disabled,
.flicking-arrow-disabled {
  cursor: default; }

.flicking-pagination {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 2; }

.flicking-pagination-bullets,
.flicking-pagination-scroll {
  font-size: 0; }

.flicking-pagination-scroll {
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  white-space: nowrap;
  overflow: hidden; }

.flicking-pagination-scroll .flicking-pagination-slider {
  -webkit-transition: 0.2s -webkit-transform;
  transition: 0.2s -webkit-transform;
  -o-transition: 0.2s transform;
  transition: 0.2s transform;
  transition: 0.2s transform, 0.2s -webkit-transform; }

.flicking-pagination-scroll.flicking-pagination-uninitialized .flicking-pagination-slider,
.flicking-pagination-scroll.flicking-pagination-uninitialized .flicking-pagination-bullet {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.flicking-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 50%;
  background-color: rgba(10, 10, 10, 0.1);
  cursor: pointer;
  font-size: calc(1rem + var(--bracket)); }

.flicking-pagination-scroll .flicking-pagination-bullet {
  vertical-align: middle;
  position: relative;
  -webkit-transition: 0.2s -webkit-transform;
  transition: 0.2s -webkit-transform;
  -o-transition: 0.2s transform;
  transition: 0.2s transform;
  transition: 0.2s transform, 0.2s -webkit-transform; }

.flicking-pagination-bullet-active {
  background-color: #f2a65e; }

.flicking-pagination-scroll .flicking-pagination-bullet {
  vertical-align: middle;
  position: relative;
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0); }

.flicking-pagination-scroll .flicking-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.flicking-pagination-scroll .flicking-pagination-bullet-prev,
.flicking-pagination-scroll .flicking-pagination-bullet-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66); }

.flicking-pagination-scroll .flicking-pagination-bullet-prev2,
.flicking-pagination-scroll .flicking-pagination-bullet-next2 {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33); }

@font-face {
  font-family: "sme-startup-insight";
  src: url("../fonts/sme-startup-insight.eot?jxiixk");
  src: url("../fonts/sme-startup-insight.eot?jxiixk#iefix") format("embedded-opentype"), url("../fonts/sme-startup-insight.ttf?jxiixk") format("truetype"), url("../fonts/sme-startup-insight.woff?jxiixk") format("woff"), url("../fonts/sme-startup-insight.svg?jxiixk#sme-startup-insight") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "sme-startup-insight" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-right:before {
  content: "\e900"; }

.icon-caret-up-group:before {
  content: "\e901"; }

.icon-chevron-right:before {
  content: "\e902"; }

.icon-circle-play:before {
  content: "\e903"; }

.icon-cross:before {
  content: "\e907"; }

.icon-font-size:before {
  content: "\e904"; }

.icon-sparkling:before {
  content: "\e908"; }

.icon-taiwan:before {
  content: "\e905"; }

.icon-translator:before {
  content: "\e906"; }

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  z-index: 1; }
  header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  header .logo__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem; }
    header .logo__group img {
      display: block;
      height: 2.5rem; }
      @media (min-width: 768px) {
        header .logo__group img {
          height: 3.75rem; } }
    header .logo__group a {
      display: block; }
      header .logo__group a.link--back {
        position: relative;
        margin-left: 1.25rem;
        padding-left: 1.25rem;
        color: #1d4843;
        font-size: calc(1rem + var(--bracket));
        line-height: 1.375;
        letter-spacing: 0.01em;
        border-left: 1px solid #1d4843; }
  header .function__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.625rem; }
  header .btn--circle {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 2.75rem;
    height: 3rem;
    padding: 0;
    color: #1d4843;
    font-size: calc(1.625rem + var(--bracket));
    background-color: transparent;
    border: 0; }
  header .btn--translator {
    position: relative; }
    header .btn--translator::before, header .btn--translator::after {
      content: "";
      display: block;
      position: absolute;
      width: 0.45em;
      padding-top: 0.4em;
      background-color: white;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: -1; }
    header .btn--translator::before {
      top: calc(0.7em - var(--bracket));
      left: calc(0.625em - var(--bracket)); }
    header .btn--translator::after {
      bottom: calc(0.3em - var(--bracket));
      right: calc(0.165em - var(--bracket)); }
  header .fontsize__group {
    position: relative; }
    header .fontsize__group:hover .fontsize__dropdown {
      height: calc(2.75rem * 3 + 0.125rem + 0.375rem + 0.375rem);
      opacity: 1;
      -webkit-user-select: auto;
         -moz-user-select: auto;
          -ms-user-select: auto;
              user-select: auto;
      pointer-events: initial; }
  header .fontsize__dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    height: 0;
    padding: 0.375rem;
    opacity: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    -webkit-transition: height 0.5s ease, opacity 0.1s ease;
    -o-transition: height 0.5s ease, opacity 0.1s ease;
    transition: height 0.5s ease, opacity 0.1s ease;
    -webkit-transform: translate(-50%, -0.375rem);
        -ms-transform: translate(-50%, -0.375rem);
            transform: translate(-50%, -0.375rem);
    overflow: hidden; }
    header .fontsize__dropdown ul {
      margin: 0;
      padding: 0;
      list-style: none;
      background-color: white;
      font-size: calc(1rem + var(--bracket));
      font-weight: 600;
      border-radius: 1.375rem;
      -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
              box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
      overflow: hidden; }
    header .fontsize__dropdown li + li {
      border-top: 0.0625rem solid #e7e7e7; }
    header .fontsize__dropdown button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 2.75rem;
      height: 2.75rem;
      padding: 0;
      color: #16474b;
      background: none;
      border: 0;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
      header .fontsize__dropdown button:hover {
        background-color: #f1fcfc; }

footer {
  position: relative;
  padding-top: 1.875rem;
  padding-bottom: 3.125rem;
  color: #222;
  text-align: center;
  background-color: #f4f4f4; }
  footer .row {
    display: grid;
    gap: 0.625rem;
    font-size: calc(0.875rem + var(--bracket)); }
    @media (max-width: 767.98px) {
      footer .row {
        padding-left: 0.5rem;
        padding-right: 0.5rem; } }
    footer .row > * {
      padding: 0; }
  footer .unit__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.25rem; }
  footer .unit__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.25rem; }
    @media (min-width: 390px) {
      footer .unit__item {
        gap: 0.5rem; } }
    @media (min-width: 768px) {
      footer .unit__item {
        gap: 0.625rem; } }
    footer .unit__item .item__image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 0.25rem; }
      @media (min-width: 390px) {
        footer .unit__item .item__image {
          gap: 0.5rem; } }
      @media (min-width: 768px) {
        footer .unit__item .item__image {
          gap: 0.625rem; } }
    footer .unit__item img {
      display: block; }
      footer .unit__item img.item__image--sme {
        height: 1.625rem; }
        @media (min-width: 390px) {
          footer .unit__item img.item__image--sme {
            height: 1.875rem; } }
        @media (min-width: 768px) {
          footer .unit__item img.item__image--sme {
            height: 2rem; } }
      footer .unit__item img.item__image--nasme {
        height: 1.375rem; }
        @media (min-width: 390px) {
          footer .unit__item img.item__image--nasme {
            height: 1.625rem; } }
        @media (min-width: 768px) {
          footer .unit__item img.item__image--nasme {
            height: 1.75rem; } }
      footer .unit__item img.item__image--niea {
        height: 0.875rem; }
        @media (min-width: 390px) {
          footer .unit__item img.item__image--niea {
            height: 1.125rem; } }
        @media (min-width: 768px) {
          footer .unit__item img.item__image--niea {
            height: 1.25rem; } }
  footer .contact__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    list-style: none; }
    footer .contact__list li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 767.98px) {
        footer .contact__list--server li {
          display: inline; } }
      footer .contact__list li::after {
        content: "";
        display: block;
        width: 0.0625rem;
        height: 1.5em;
        margin-left: 0.625rem;
        background-color: currentColor; }
        @media (max-width: 767.98px) {
          footer .contact__list--server li::after {
            display: none; } }
      footer .contact__list li:last-child::after {
        display: none; }
    footer .contact__list a {
      color: currentColor; }
      footer .contact__list a:hover {
        color: #d04c14; }

.goog-te-gadget-simple[id*=":0.targetLanguage"] {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 0;
  border-radius: 1.5rem;
  background-color: transparent;
  opacity: 0; }
  .goog-te-gadget-simple[id*=":0.targetLanguage"] > img {
    display: block; }
  .goog-te-gadget-simple[id*=":0.targetLanguage"] > span {
    display: none;
    width: 0; }

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0; }

.hero__banner {
  position: relative;
  width: 100%;
  background-color: #27b4b9;
  overflow: hidden;
  z-index: 0; }
  @media (min-width: 992px) {
    .hero__banner {
      padding-bottom: 23.625rem;
      margin-bottom: -23.625rem; } }
  @media (max-width: 991.98px) {
    .hero__banner {
      height: 120vh;
      margin-bottom: -20vh; } }
  .hero__banner::before, .hero__banner::after {
    content: "";
    display: table;
    clear: both;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    aspect-ratio: 1.25/1;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    pointer-events: none; }
    @media (min-width: 576px) {
      .hero__banner::before, .hero__banner::after {
        aspect-ratio: 1/1; } }
    @media (min-width: 768px) {
      .hero__banner::before, .hero__banner::after {
        aspect-ratio: 2/1; } }
    @media (min-width: 992px) {
      .hero__banner::before, .hero__banner::after {
        aspect-ratio: 144/31; } }
  .hero__banner::before {
    background-image: url("../images/texture.png");
    background-size: cover;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(25%, white));
    -webkit-mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 25%);
            mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(25%, white));
            mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 25%);
    z-index: 1; }
  .hero__banner::after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), to(white));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 50%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, white 100%); }
    @media (min-width: 992px) {
      .hero__banner::after {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); } }
  .hero__banner canvas {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  .hero__banner .container--text {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 6.25rem;
    z-index: 1; }
    @media (min-width: 992px) {
      .hero__banner .container--text {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        height: 100vh; } }
    @media (min-width: 1400px) {
      .hero__banner .container--text {
        max-width: 83.5rem; } }
  .hero__banner .container--image {
    position: relative;
    height: 100%; }
  .hero__banner--flicking {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none; }
    .hero__banner--flicking .flicking-panel {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%; }
      @media (min-width: 992px) {
        .hero__banner--flicking .flicking-panel {
          height: 111vh; } }
  .hero__banner--pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.375rem;
    pointer-events: auto; }
    @media (min-width: 992px) {
      .hero__banner--pagination {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 0.5rem; } }
    @media (max-width: 991.98px) {
      .hero__banner--pagination {
        padding-right: 1rem;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
    .hero__banner--pagination button {
      position: relative;
      width: calc((100% - 0.75rem) / 3);
      height: 0.125rem;
      padding: 0;
      background-color: rgba(255, 255, 255, 0.6);
      border-width: 0;
      border-radius: 0.25rem;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      overflow: hidden;
      -webkit-transition: height 0.3s;
      -o-transition: height 0.3s;
      transition: height 0.3s; }
      @media (min-width: 992px) {
        .hero__banner--pagination button {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          width: 0.25rem;
          height: 2.75rem; } }
      .hero__banner--pagination button::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        border-radius: 0.25rem;
        -webkit-transform-origin: left center;
            -ms-transform-origin: left center;
                transform-origin: left center;
        -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%); }
        @media (min-width: 992px) {
          .hero__banner--pagination button::before {
            -webkit-transform-origin: top center;
                -ms-transform-origin: top center;
                    transform-origin: top center;
            -webkit-transform: translateY(-100%);
                -ms-transform: translateY(-100%);
                    transform: translateY(-100%); } }
      @media (min-width: 992px) {
        .hero__banner--pagination button.active {
          height: 10rem; } }
  .hero__banner__image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0.375rem;
    margin-top: 3.5rem;
    margin-left: 0;
    margin-right: -14.123125rem;
    z-index: 1;
    --article-slider-width: calc(100vw - 25rem + 14.123125rem); }
    @media (min-width: 576px) {
      .hero__banner__image {
        --article-slider-width: calc(33.75rem - 25rem);
        margin-right: 0; } }
    @media (min-width: 768px) {
      .hero__banner__image {
        --article-slider-width: calc(45rem - 27rem); } }
    @media (min-width: 992px) {
      .hero__banner__image {
        -ms-flex-line-pack: center;
            align-content: center;
        gap: 0;
        height: calc(100vh + 6.25rem);
        padding-bottom: 0;
        margin-top: 0;
        margin-left: -25.5rem;
        margin-right: 0;
        z-index: 0;
        -webkit-transform: translateY(-6.25rem);
            -ms-transform: translateY(-6.25rem);
                transform: translateY(-6.25rem); } }
    @media (min-width: 1200px) {
      .hero__banner__image {
        height: calc(100vh + 27.75rem);
        margin-bottom: 0;
        margin-left: -22rem; } }
    @media (min-width: 1400px) {
      .hero__banner__image {
        margin-left: -9rem;
        margin-bottom: -8rem; } }
  .hero__banner hr {
    width: 100%;
    height: 0;
    margin: 0;
    border-width: 0;
    border-color: transparent; }
    @media (max-width: 991.98px) {
      .hero__banner hr {
        display: none; } }
  .hero__banner .slider__item {
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    -o-transition: filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s; }
    @media (max-width: 991.98px) {
      .hero__banner .slider__item {
        height: 6.5rem; }
        .hero__banner .slider__item img {
          height: 6.5rem; } }
    @media (max-width: 575.98px) {
      .hero__banner .slider__item {
        height: 5.875rem; }
        .hero__banner .slider__item img {
          height: 5.875rem; } }
    .hero__banner .slider__item--1 {
      width: 7.793125rem; }
      @media (min-width: 576px) {
        .hero__banner .slider__item--1 {
          width: 8.621875rem; } }
      @media (min-width: 992px) {
        .hero__banner .slider__item--1 {
          width: 20.3125rem;
          height: auto;
          margin-top: 4.5rem;
          margin-left: 1.875rem;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
      .hero__banner .slider__item--1 + hr {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .hero__banner .slider__item--1 img {
        aspect-ratio: 65/49; }
        @media (min-width: 992px) {
          .hero__banner .slider__item--1 img {
            width: 20.3125rem; } }
    .hero__banner .slider__item--2 {
      width: 4.838125rem; }
      @media (min-width: 576px) {
        .hero__banner .slider__item--2 {
          width: 5.3525rem; } }
      @media (min-width: 992px) {
        .hero__banner .slider__item--2 {
          width: 17.5rem;
          margin-left: auto;
          margin-top: 2.75rem;
          margin-bottom: 2rem;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
      .hero__banner .slider__item--2 + hr {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .hero__banner .slider__item--2 img {
        aspect-ratio: 14/17; }
        @media (min-width: 992px) {
          .hero__banner .slider__item--2 img {
            width: 17.5rem; } }
    .hero__banner .slider__item--3 {
      width: 8.535rem; }
      @media (min-width: 576px) {
        .hero__banner .slider__item--3 {
          width: 9.443125rem; } }
      @media (min-width: 992px) {
        .hero__banner .slider__item--3 {
          width: 24.0625rem;
          margin-top: -4.5rem;
          -webkit-box-ordinal-group: 5;
              -ms-flex-order: 4;
                  order: 4; } }
      .hero__banner .slider__item--3 + hr {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4; }
      .hero__banner .slider__item--3 img {
        aspect-ratio: 77/53; }
        @media (min-width: 992px) {
          .hero__banner .slider__item--3 img {
            width: 24.0625rem; } }
    .hero__banner .slider__item--4 {
      width: var(--article-slider-width);
      height: auto;
      margin-left: 0;
      margin-right: auto; }
      @media (min-width: 992px) {
        .hero__banner .slider__item--4 {
          width: 17.5rem;
          margin-left: auto;
          margin-right: 0;
          -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3; } }
      .hero__banner .slider__item--4 + hr {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
    .hero__banner .slider__item img {
      display: block;
      -o-object-fit: cover;
         object-fit: cover;
      pointer-events: none; }
  .hero__banner__text {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 38.125rem;
    color: #1d4843;
    pointer-events: initial;
    z-index: 1; }
    .hero__banner__text::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 31.625rem;
      aspect-ratio: 1520/1353;
      background-image: url("../images/hero-banner-text-bg.png");
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-transform: translate(27.5%, -17.5%);
          -ms-transform: translate(27.5%, -17.5%);
              transform: translate(27.5%, -17.5%);
      z-index: -1; }
    .hero__banner__text img {
      max-width: 100%;
      pointer-events: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .hero__banner__text h1 {
      margin: 0; }
    .hero__banner__text h2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 0.1375em;
      margin: 0 -1em 0 0;
      font-size: calc(((100vw - 2rem) / 17.25) + var(--bracket));
      font-weight: normal;
      line-height: 1;
      letter-spacing: 0.15em; }
      @media (min-width: 576px) {
        .hero__banner__text h2 {
          font-size: calc((31.75rem / 16.75) + var(--bracket)); } }
      @media (min-width: 992px) {
        .hero__banner__text h2 {
          font-size: calc(2rem + var(--bracket));
          letter-spacing: calc(0.3em - (var(--bracket) * 1.5)); } }
      .hero__banner__text h2 i.icon {
        font-size: calc(1rem + var(--bracket)); }
        @media (min-width: 992px) {
          .hero__banner__text h2 i.icon {
            font-size: calc(1.25rem + var(--bracket)); } }
    .hero__banner__text p {
      margin: 0;
      font-size: calc(1rem + var(--bracket));
      line-height: 1.7; }
      @media (min-width: 576px) {
        .hero__banner__text p {
          font-size: calc(1.125rem + var(--bracket)); } }
      .hero__banner__text p span {
        display: block; }
  .hero__banner__article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    width: var(--article-slider-width);
    padding-bottom: 0.125rem;
    color: #1d4843; }
    @media (min-width: 992px) {
      .hero__banner__article {
        width: 17.5rem;
        padding-top: 2rem;
        padding-left: 1.75rem;
        padding-right: 0.75rem; } }
    .hero__banner__article--blue {
      color: #1d4843; }
      .hero__banner__article--blue .icon-arrow-right {
        color: white;
        background-color: #1d4843; }
    .hero__banner__article--yellow {
      color: #c1780b; }
      .hero__banner__article--yellow .icon-arrow-right {
        color: white;
        background-color: #c1780b; }
    .hero__banner__article--orange {
      color: #d04c14; }
      .hero__banner__article--orange .icon-arrow-right {
        color: white;
        background-color: #d04c14; }
    .hero__banner__article--purple {
      color: #2d31a5; }
      .hero__banner__article--purple .icon-arrow-right {
        color: white;
        background-color: #2d31a5; }
    .hero__banner__article .article--label {
      font-size: calc(1rem + var(--bracket));
      letter-spacing: 0.15em;
      line-height: 1; }
      @media (min-width: 992px) {
        .hero__banner__article .article--label {
          font-size: calc(1.25rem + var(--bracket)); } }
    .hero__banner__article .article--title {
      font-size: calc(1.125rem + var(--bracket));
      font-weight: 500;
      letter-spacing: 0.05em;
      line-height: 1.3; }
      @media (min-width: 992px) {
        .hero__banner__article .article--title {
          font-size: calc(1.375rem + var(--bracket)); } }
    .hero__banner__article .article--company {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 0.125rem;
      font-size: calc(0.875rem + var(--bracket));
      letter-spacing: 0.15em;
      line-height: 1; }
      @media (min-width: 992px) {
        .hero__banner__article .article--company {
          font-size: calc(1.125rem + var(--bracket)); } }
      .hero__banner__article .article--company .icon-arrow-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: calc(1.5rem + var(--bracket));
        height: calc(1.5rem + var(--bracket));
        padding-left: 0.35rem;
        margin-left: 0.375rem;
        font-size: calc(0.875rem + var(--bracket));
        border-radius: 50%;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s; }
        @media (min-width: 992px) {
          .hero__banner__article .article--company .icon-arrow-right {
            margin-left: auto; } }
    .hero__banner__article:hover i.icon-arrow-right {
      -webkit-transform: translateX(0.5rem);
          -ms-transform: translateX(0.5rem);
              transform: translateX(0.5rem); }
  .hero__banner__decoration {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.7); }
    @media (min-width: 992px) {
      .hero__banner__decoration {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        height: calc(100vh - 6.25rem);
        padding-bottom: 1.25rem; } }
  @media screen and (min-width: 992px) and (min-height: 860px) {
    .hero__banner__decoration {
      height: calc(100vh - 12.5rem);
      padding-bottom: 0; } }
    .hero__banner__decoration--left {
      margin-right: 2.25rem; }
      @media (max-width: 991.98px) {
        .hero__banner__decoration--left {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          padding-top: 3.5rem;
          margin-bottom: 1rem; }
          .hero__banner__decoration--left span {
            font-size: calc(0.875rem + var(--bracket)); } }
    .hero__banner__decoration--right {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
      @media (min-width: 992px) {
        .hero__banner__decoration--right {
          margin-left: 1rem; } }
      @media (max-width: 991.98px) {
        .hero__banner__decoration--right {
          margin-top: 1rem; }
          .hero__banner__decoration--right span {
            font-size: calc(0.75rem + var(--bracket)); } }
    .hero__banner__decoration span {
      line-height: 1.7; }
      @media (min-width: 992px) {
        .hero__banner__decoration span {
          font-size: calc(1.5rem + var(--bracket));
          -webkit-writing-mode: tb-rl;
              -ms-writing-mode: tb-rl;
                  writing-mode: tb-rl;
          -webkit-transform: scale(-1);
              -ms-transform: scale(-1);
                  transform: scale(-1); } }
    .hero__banner__decoration i.icon {
      font-size: calc(3.375rem + var(--bracket)); }
      @media (max-width: 991.98px) {
        .hero__banner__decoration i.icon.icon-caret-up-group {
          font-size: calc(1.75rem + var(--bracket));
          -webkit-writing-mode: sideways-rl;
              -ms-writing-mode: sideways-rl;
                  writing-mode: sideways-rl; } }
      @media (max-width: 991.98px) {
        .hero__banner__decoration i.icon.icon-taiwan {
          font-size: calc(0.875rem + var(--bracket)); } }

@-webkit-keyframes paginationHor {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

@keyframes paginationHor {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

@-webkit-keyframes paginationVer {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@keyframes paginationVer {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

.numeric__grade {
  position: relative;
  padding-top: 2.625rem;
  overflow: hidden;
  z-index: 1; }
  @media (min-width: 992px) {
    .numeric__grade {
      padding-bottom: 10.75rem; } }
  @media (min-width: 992px) {
    .numeric__grade .container {
      max-width: 95vw; } }
  @media (min-width: 1400px) {
    .numeric__grade .container {
      max-width: 71rem; } }
  .numeric__grade ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.375rem 1rem; }
    @media (min-width: 992px) {
      .numeric__grade ul {
        gap: 3rem; } }
  .numeric__grade li {
    width: calc((100% - 1rem) / 2);
    padding: 1rem 0.875rem;
    color: #1d4843;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0.75rem;
    -webkit-backdrop-filter: blur(0.25rem);
            backdrop-filter: blur(0.25rem);
    -webkit-box-shadow: 0 0 1.25rem rgba(168, 168, 168, 0.25);
            box-shadow: 0 0 1.25rem rgba(168, 168, 168, 0.25); }
    @media (min-width: 992px) {
      .numeric__grade li {
        margin-top: calc(1.5rem * var(--index));
        padding: 1.875rem;
        width: calc((100% - 9rem) / 4);
        border-radius: 1rem; } }
    @media (max-width: 991.98px) {
      .numeric__grade li:nth-child(odd) {
        margin-top: 1rem; } }
  .numeric__grade .grade__title {
    margin-bottom: 0.5rem;
    font-size: calc(1.125rem + var(--bracket));
    font-weight: 600;
    line-height: 1.5; }
    @media (min-width: 992px) {
      .numeric__grade .grade__title {
        margin-bottom: 0.75rem;
        font-size: calc(1.5rem + var(--bracket)); } }
  .numeric__grade .grade__highlight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .numeric__grade .grade__highlight--number, .numeric__grade .grade__highlight--prefix {
      font-size: calc(2rem + var(--bracket));
      line-height: 1; }
      @media (min-width: 992px) {
        .numeric__grade .grade__highlight--number, .numeric__grade .grade__highlight--prefix {
          font-size: calc(2.875rem + var(--bracket)); } }
      @media (max-width: 991.98px) {
        .numeric__grade .grade__highlight--number, .numeric__grade .grade__highlight--prefix {
          letter-spacing: -0.025em; } }
    .numeric__grade .grade__highlight--unit {
      margin-left: 0.25rem;
      font-size: calc(1.125rem + var(--bracket));
      line-height: 1.15; }
      @media (min-width: 992px) {
        .numeric__grade .grade__highlight--unit {
          font-size: calc(1.625rem + var(--bracket)); } }

.categories__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  padding-top: 6.25rem;
  margin-bottom: 4rem;
  overflow: hidden; }
  @media (min-width: 992px) {
    .categories__list {
      gap: 4.375rem;
      padding-top: 23.625rem;
      padding-bottom: 5rem;
      margin-bottom: 5rem; } }
  @media screen and (min-height: 48rem) {
    .categories__list {
      padding-top: 17rem; } }
  @media screen and (min-height: 62.5rem) {
    .categories__list {
      padding-top: 10.75rem; } }
  .categories__list .container {
    max-width: 60.125rem; }
  .categories__list .category__item {
    --theme-color: #073c40;
    --variant-color: #288990; }
    .categories__list .category__item--blue {
      --theme-color: #073c40;
      --variant-color: #288990; }
    .categories__list .category__item--yellow {
      --theme-color: #c1780b;
      --variant-color: #df9c18; }
    .categories__list .category__item--orange {
      --theme-color: #d04c14;
      --variant-color: #e86a0e; }
    .categories__list .category__item--purple {
      --theme-color: #1d24bf;
      --variant-color: #2d31a5; }
  .categories__list .item__slider {
    position: relative; }
    @media (max-width: 767.98px) {
      .categories__list .item__slider {
        padding-left: 0;
        padding-right: 0; } }
    .categories__list .item__slider::before {
      content: "";
      display: table;
      clear: both;
      position: absolute;
      top: 50%;
      aspect-ratio: 653/378;
      background-size: cover;
      background-position: center; }
      @media (min-width: 768px) {
        .categories__list .item__slider::before {
          width: 653px; } }
    .categories__list .item__slider--blue::before {
      right: 0;
      background-image: url("../images/category-bg-blue.png");
      -webkit-transform: rotate(-90deg) translate(35%, 35%);
          -ms-transform: rotate(-90deg) translate(35%, 35%);
              transform: rotate(-90deg) translate(35%, 35%); }
      @media (max-width: 767.98px) {
        .categories__list .item__slider--blue::before {
          width: 150vw;
          -webkit-transform: rotate(-90deg) translate(60%, 40%);
              -ms-transform: rotate(-90deg) translate(60%, 40%);
                  transform: rotate(-90deg) translate(60%, 40%); } }
    .categories__list .item__slider--yellow::before {
      background-image: url("../images/category-bg-yellow.png"); }
      @media (min-width: 768px) {
        .categories__list .item__slider--yellow::before {
          left: 0;
          -webkit-transform: translate(-7.5%, -57.5%);
              -ms-transform: translate(-7.5%, -57.5%);
                  transform: translate(-7.5%, -57.5%); } }
      @media (max-width: 767.98px) {
        .categories__list .item__slider--yellow::before {
          left: 50%;
          width: 130vw;
          -webkit-transform: translate(-50%, -110%);
              -ms-transform: translate(-50%, -110%);
                  transform: translate(-50%, -110%); } }
    .categories__list .item__slider--orange::before {
      background-image: url("../images/category-bg-orange.png"); }
      @media (min-width: 768px) {
        .categories__list .item__slider--orange::before {
          right: 0;
          -webkit-transform: translate(5%, -50%);
              -ms-transform: translate(5%, -50%);
                  transform: translate(5%, -50%); } }
      @media (max-width: 767.98px) {
        .categories__list .item__slider--orange::before {
          left: 50%;
          width: 150vw;
          -webkit-transform: translate(-50%, -100%);
              -ms-transform: translate(-50%, -100%);
                  transform: translate(-50%, -100%); } }
    .categories__list .item__slider--purple::before {
      background-image: url("../images/category-bg-purple.png"); }
      @media (min-width: 768px) {
        .categories__list .item__slider--purple::before {
          left: 0;
          -webkit-transform: translate(-10%, -55%);
              -ms-transform: translate(-10%, -55%);
                  transform: translate(-10%, -55%); } }
      @media (max-width: 767.98px) {
        .categories__list .item__slider--purple::before {
          left: 50%;
          width: 150vw;
          -webkit-transform: translate(-50%, -100%);
              -ms-transform: translate(-50%, -100%);
                  transform: translate(-50%, -100%); } }
    @media (max-width: 767.98px) {
      .categories__list .item__slider .flicking-arrow-prev,
      .categories__list .item__slider .flicking-arrow-next {
        top: auto;
        bottom: calc(((100vw - 2rem) * 240 / 343) / 2);
        -webkit-transform: translateY(50%);
            -ms-transform: translateY(50%);
                transform: translateY(50%); }
      .categories__list .item__slider .flicking-arrow-prev {
        left: 0.25rem; }
      .categories__list .item__slider .flicking-arrow-next {
        right: 0.25rem; } }
  .categories__list .item__subtitle {
    position: relative;
    margin-top: 0;
    margin-bottom: 0.5rem;
    color: var(--theme-color);
    font-size: calc(2.5rem + var(--bracket));
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
    z-index: 1; }
    @media (min-width: 768px) {
      .categories__list .item__subtitle {
        margin-bottom: 1rem; } }
  .categories__list .flicking-panel .panel__group {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem; }
    @media (min-width: 768px) {
      .categories__list .flicking-panel .panel__group {
        grid-template-columns: 458fr 366fr;
        gap: 2.5rem;
        padding-left: 2rem;
        padding-right: 2rem; } }
  .categories__list .flicking-panel .panel--image {
    padding: 0 1rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    @media (min-width: 768px) {
      .categories__list .flicking-panel .panel--image {
        padding: 1.25rem;
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1; } }
  .categories__list .flicking-panel img {
    width: 100%;
    aspect-ratio: 343/240;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (min-width: 768px) {
      .categories__list .flicking-panel img {
        aspect-ratio: 414/288; } }
  .categories__list .flicking-panel .panel--text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
    color: var(--theme-color);
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }
    @media (min-width: 768px) {
      .categories__list .flicking-panel .panel--text {
        gap: 1.25rem;
        padding: 1.25rem 1.25rem 1.25rem 0.625rem; } }
    @media (max-width: 767.98px) {
      .categories__list .flicking-panel .panel--text {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        padding: 0 1rem; } }
    .categories__list .flicking-panel .panel--text:hover {
      color: var(--variant-color); }
      .categories__list .flicking-panel .panel--text:hover i.icon {
        -webkit-transform: translateX(0.5rem);
            -ms-transform: translateX(0.5rem);
                transform: translateX(0.5rem); }
  .categories__list .flicking-panel .text__article {
    font-size: calc(1.5rem + var(--bracket));
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.05em; }
  .categories__list .flicking-panel button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    padding: 0;
    background: none transparent;
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .categories__list .flicking-panel button span {
      color: var(--variant-color);
      font-size: calc(1.125rem + var(--bracket));
      letter-spacing: 0.02em; }
    .categories__list .flicking-panel button i.icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 1.5rem;
      color: white;
      font-size: calc(0.75rem + var(--bracket));
      aspect-ratio: 1/1;
      background-color: var(--variant-color);
      border-radius: 50%;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }

.partner__list {
  display: grid;
  gap: 2.8125rem;
  margin: 5rem 0;
  text-align: center; }
  .partner__list .container {
    max-width: 64.5rem; }
    @media (max-width: 767.98px) {
      .partner__list .container {
        padding: 0 .5rem; } }
  .partner__list h3 {
    margin-top: 0;
    margin-bottom: 1.25rem;
    size: calc(1rem + var(--bracket));
    font-weight: normal;
    line-height: 1; }
  .partner__list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: .625rem; }
    @media (min-width: 768px) {
      .partner__list ul {
        gap: 1.5rem; } }
    .partner__list ul img {
      display: block;
      height: 3rem; }

article {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding-top: 7.25rem;
  padding-bottom: 6rem; }
  @media (min-width: 768px) {
    article {
      padding-top: 8.25rem; } }
  article .container {
    max-width: 49.625rem; }

.article-background {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 10rem;
  pointer-events: none;
  opacity: 0.9;
  overflow: hidden;
  z-index: -1; }
  .article-background-orange.article-background {
    background-color: #f29745; }
  .article-background-blue.article-background {
    background-color: #1AB6BB; }
  .article-background-yellow.article-background {
    background-color: #FFD81B; }
  @media (min-width: 768px) {
    .article-background {
      height: 17.5rem; } }
  .article-background::after {
    content: "";
    display: table;
    clear: both;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(255, 255, 255, 0)), to(white));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 25%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 25%, white 100%); }
  .article-background span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%; }
    .article-background span::before, .article-background span::after {
      content: "";
      display: table;
      clear: both;
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      -webkit-filter: blur(10vw);
              filter: blur(10vw); }
      @media (min-width: 768px) {
        .article-background span::before, .article-background span::after {
          -webkit-filter: blur(4vw);
                  filter: blur(4vw); } }
    .article-background span.light::before {
      top: 0;
      left: 0;
      -webkit-transform: translate(-25%, -25%);
          -ms-transform: translate(-25%, -25%);
              transform: translate(-25%, -25%); }
      .article-background-orange.article-background span.light::before {
        background-color: #fadbb1; }
      .article-background-blue.article-background span.light::before {
        background-color: #68C1BE; }
      .article-background-yellow.article-background span.light::before {
        background-color: #FEFB8E; }
      @media (min-width: 768px) {
        .article-background span.light::before {
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); } }
    .article-background span.light::after {
      bottom: 0;
      right: 0;
      -webkit-transform: translate(25%, 25%);
          -ms-transform: translate(25%, 25%);
              transform: translate(25%, 25%); }
      .article-background-orange.article-background span.light::after {
        background-color: #fadbb1; }
      .article-background-blue.article-background span.light::after {
        background-color: #B3D2D0; }
      .article-background-yellow.article-background span.light::after {
        background-color: #FEFB8E; }
      @media (min-width: 768px) {
        .article-background span.light::after {
          -webkit-transform: translate(50%, 50%);
              -ms-transform: translate(50%, 50%);
                  transform: translate(50%, 50%); }
          .article-background-orange.article-background span.light::after {
            background-color: #fdf3de; } }
    .article-background span.dark::before {
      bottom: 0;
      left: 0;
      -webkit-transform: translate(-25%, 25%);
          -ms-transform: translate(-25%, 25%);
              transform: translate(-25%, 25%); }
      .article-background-orange.article-background span.dark::before {
        background-color: #f29745; }
      .article-background-blue.article-background span.dark::before {
        background-color: #3BB5B8; }
      .article-background-yellow.article-background span.dark::before {
        background-color: #FFD81B; }
      @media (min-width: 768px) {
        .article-background span.dark::before {
          -webkit-transform: translate(-50%, 50%);
              -ms-transform: translate(-50%, 50%);
                  transform: translate(-50%, 50%); }
          .article-background-orange.article-background span.dark::before {
            background-color: #ec6303; }
          .article-background-blue.article-background span.dark::before {
            background-color: #008B8B; }
          .article-background-yellow.article-background span.dark::before {
            background-color: #F7B200; } }
    .article-background span.dark::after {
      top: 0;
      right: 0;
      -webkit-transform: translate(25%, -25%);
          -ms-transform: translate(25%, -25%);
              transform: translate(25%, -25%); }
      .article-background-orange.article-background span.dark::after {
        background-color: #f29745; }
      .article-background-blue.article-background span.dark::after {
        background-color: #359C9B; }
      .article-background-yellow.article-background span.dark::after {
        background-color: #FFFEFF; }
      @media (min-width: 768px) {
        .article-background span.dark::after {
          -webkit-transform: translate(50%, -50%);
              -ms-transform: translate(50%, -50%);
                  transform: translate(50%, -50%); } }

.article-title .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .article-title .container {
      gap: 0.625rem;
      text-align: center; } }

.article-title .img__container--lg img {
  height: 4.25rem; }
  @media (min-width: 768px) {
    .article-title .img__container--lg img {
      height: 5rem; } }

.article-title img {
  display: block;
  height: 2.25rem;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .article-title img {
      height: 3rem; } }

.article-title h1 {
  margin: 0;
  color: #1d4843;
  font-size: calc(2rem + var(--bracket));
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  white-space: pre-line; }
  @media (min-width: 768px) {
    .article-title h1 {
      font-size: calc(2.5rem + var(--bracket)); } }

.article-hero-banner .container {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  color: #616161; }

.article-hero-banner img {
  grid-column: span 2;
  display: block;
  width: 100%;
  aspect-ratio: 794/476;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: .25rem; }

.article-hero-banner .article-publish-date {
  font-size: calc(1rem + var(--bracket));
  text-align: left; }

.article-hero-banner .article-viewer {
  font-size: calc(1rem + var(--bracket));
  text-align: right; }

.article-content .container {
  max-width: 48.25rem;
  color: #222222; }
  .article-content .container > * {
    margin: 1.875rem 0; }
    @media (min-width: 768px) {
      .article-content .container > * {
        margin: 2.5rem 0; } }
    @media (min-width: 768px) {
      .article-content .container > *:not(.article-image-group) {
        padding-left: 4.6875rem;
        padding-right: 4.6875rem; } }
  .article-content .container > h2 {
    color: #1d4843;
    font-size: calc(1.625rem + var(--bracket));
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    text-transform: capitalize; }
    @media (max-width: 767.98px) {
      .article-content .container > h2 {
        white-space: pre-line; } }
  .article-content .container > p {
    font-size: calc(1.125rem + var(--bracket));
    line-height: 1.7; }
  .article-content .container > blockquote {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    font-family: "Noto Serif TC", serif;
    font-size: calc(1.25rem + var(--bracket));
    line-height: 1.7;
    letter-spacing: 0.015em;
    text-align: center; }
    @media (min-width: 768px) {
      .article-content .container > blockquote {
        margin-left: 3.75rem;
        margin-right: 3.75rem;
        text-align: left; } }
    .article-content .container > blockquote::before, .article-content .container > blockquote::after {
      content: "";
      display: table;
      clear: both;
      position: absolute;
      left: 50%;
      width: 3.75rem;
      height: 0.125rem;
      background: -webkit-gradient(linear, left top, right top, from(#45a7a3), to(#47cbc6));
      background: -o-linear-gradient(left, #45a7a3 0%, #47cbc6 100%);
      background: linear-gradient(to right, #45a7a3 0%, #47cbc6 100%);
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
    .article-content .container > blockquote::before {
      top: 0; }
    .article-content .container > blockquote::after {
      bottom: 0; }

.article-content .article-image-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem; }
  @media (min-width: 768px) {
    .article-content .article-image-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      gap: 1.5625rem; } }
  .article-content .article-image-group--landscape {
    --image-width: 29.6875rem; }
  .article-content .article-image-group--portrait {
    --image-width: 22.5rem; }
  .article-content .article-image-group img {
    width: 100%; }
    @media (min-width: 768px) {
      .article-content .article-image-group img {
        width: var(--image-width); } }
  .article-content .article-image-group span {
    color: #848484;
    font-size: calc(0.9375rem + var(--bracket));
    line-height: 1.5;
    letter-spacing: 0.02em; }
    @media (min-width: 768px) {
      .article-content .article-image-group span {
        width: calc(100% - 1.5625rem - var(--image-width)); } }

.article-content .article-video {
  position: relative;
  width: 100%; }
  .article-content .article-video::before {
    display: block;
    padding-top: calc(9 / 16 * 100%);
    content: ""; }
  .article-content .article-video > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.article-counseling-cases {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center; }
  .article-counseling-cases .container {
    color: #018b8b; }
  .article-counseling-cases p {
    display: inline-block;
    margin: 0 auto;
    padding: .625rem 1.25rem;
    font-size: calc(1.125rem + var(--bracket));
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    text-transform: capitalize;
    border: .0625rem solid currentColor; }
    @media (min-width: 768px) {
      .article-counseling-cases p {
        font-size: calc(1.375rem + var(--bracket)); } }

.article-further-reading {
  margin-top: 1.875rem; }
  @media (min-width: 768px) {
    .article-further-reading {
      margin-top: 2.5rem; } }
  .article-further-reading h3 {
    margin: 0;
    font-size: calc(2rem + var(--bracket));
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.009375em;
    text-transform: uppercase;
    text-align: center; }
  .article-further-reading ul {
    margin: 1.875rem auto 0;
    padding: 0;
    list-style: none;
    max-width: 29.25rem; }
    @media (min-width: 768px) {
      .article-further-reading ul {
        margin-top: 2.5rem; } }
  .article-further-reading li + li {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 0.0625rem solid #E4E2E2; }
  .article-further-reading a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.875rem;
    color: #222222; }
    .article-further-reading a:hover i.icon-arrow-right {
      -webkit-transform: translateX(0.5rem);
          -ms-transform: translateX(0.5rem);
              transform: translateX(0.5rem); }
  .article-further-reading .article-name {
    width: calc(100% - 1.875rem - 1.5rem);
    font-size: calc(1.375rem + var(--bracket));
    line-height: 1.7;
    text-transform: capitalize; }
    @media (min-width: 768px) {
      .article-further-reading .article-name {
        font-size: calc(1.5rem + var(--bracket)); } }
  .article-further-reading .icon-arrow-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1.5rem;
    color: #ffffff;
    font-size: calc(0.75rem + var(--bracket));
    font-weight: bold;
    aspect-ratio: 1/1;
    background-color: #1d4843;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }

/*# sourceMappingURL=index.css.map */
