@charset "UTF-8";

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar
}

*,
::after,
::before {
  box-sizing: inherit
}

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {
  .container {
    max-width: 540px
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px
  }
}

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

.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%
}

.order-first {
  order: -1
}

.order-last {
  order: 13
}

.order-0 {
  order: 0
}

.order-1 {
  order: 1
}

.order-2 {
  order: 2
}

.order-3 {
  order: 3
}

.order-4 {
  order: 4
}

.order-5 {
  order: 5
}

.order-6 {
  order: 6
}

.order-7 {
  order: 7
}

.order-8 {
  order: 8
}

.order-9 {
  order: 9
}

.order-10 {
  order: 10
}

.order-11 {
  order: 11
}

.order-12 {
  order: 12
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-sm-first {
    order: -1
  }

  .order-sm-last {
    order: 13
  }

  .order-sm-0 {
    order: 0
  }

  .order-sm-1 {
    order: 1
  }

  .order-sm-2 {
    order: 2
  }

  .order-sm-3 {
    order: 3
  }

  .order-sm-4 {
    order: 4
  }

  .order-sm-5 {
    order: 5
  }

  .order-sm-6 {
    order: 6
  }

  .order-sm-7 {
    order: 7
  }

  .order-sm-8 {
    order: 8
  }

  .order-sm-9 {
    order: 9
  }

  .order-sm-10 {
    order: 10
  }

  .order-sm-11 {
    order: 11
  }

  .order-sm-12 {
    order: 12
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-md-first {
    order: -1
  }

  .order-md-last {
    order: 13
  }

  .order-md-0 {
    order: 0
  }

  .order-md-1 {
    order: 1
  }

  .order-md-2 {
    order: 2
  }

  .order-md-3 {
    order: 3
  }

  .order-md-4 {
    order: 4
  }

  .order-md-5 {
    order: 5
  }

  .order-md-6 {
    order: 6
  }

  .order-md-7 {
    order: 7
  }

  .order-md-8 {
    order: 8
  }

  .order-md-9 {
    order: 9
  }

  .order-md-10 {
    order: 10
  }

  .order-md-11 {
    order: 11
  }

  .order-md-12 {
    order: 12
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-lg-first {
    order: -1
  }

  .order-lg-last {
    order: 13
  }

  .order-lg-0 {
    order: 0
  }

  .order-lg-1 {
    order: 1
  }

  .order-lg-2 {
    order: 2
  }

  .order-lg-3 {
    order: 3
  }

  .order-lg-4 {
    order: 4
  }

  .order-lg-5 {
    order: 5
  }

  .order-lg-6 {
    order: 6
  }

  .order-lg-7 {
    order: 7
  }

  .order-lg-8 {
    order: 8
  }

  .order-lg-9 {
    order: 9
  }

  .order-lg-10 {
    order: 10
  }

  .order-lg-11 {
    order: 11
  }

  .order-lg-12 {
    order: 12
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-xl-first {
    order: -1
  }

  .order-xl-last {
    order: 13
  }

  .order-xl-0 {
    order: 0
  }

  .order-xl-1 {
    order: 1
  }

  .order-xl-2 {
    order: 2
  }

  .order-xl-3 {
    order: 3
  }

  .order-xl-4 {
    order: 4
  }

  .order-xl-5 {
    order: 5
  }

  .order-xl-6 {
    order: 6
  }

  .order-xl-7 {
    order: 7
  }

  .order-xl-8 {
    order: 8
  }

  .order-xl-9 {
    order: 9
  }

  .order-xl-10 {
    order: 10
  }

  .order-xl-11 {
    order: 11
  }

  .order-xl-12 {
    order: 12
  }

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

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

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

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

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

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

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

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

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

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

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

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

.d-none {
  display: none
}

.d-inline {
  display: inline
}

.d-inline-block {
  display: inline-block
}

.d-block {
  display: block
}

.d-table {
  display: table
}

.d-table-row {
  display: table-row
}

.d-table-cell {
  display: table-cell
}

.d-flex {
  display: flex
}

.d-inline-flex {
  display: inline-flex
}

@media (min-width:576px) {
  .d-sm-none {
    display: none
  }

  .d-sm-inline {
    display: inline
  }

  .d-sm-inline-block {
    display: inline-block
  }

  .d-sm-block {
    display: block
  }

  .d-sm-table {
    display: table
  }

  .d-sm-table-row {
    display: table-row
  }

  .d-sm-table-cell {
    display: table-cell
  }

  .d-sm-flex {
    display: flex
  }

  .d-sm-inline-flex {
    display: inline-flex
  }
}

@media (min-width:768px) {
  .d-md-none {
    display: none
  }

  .d-md-inline {
    display: inline
  }

  .d-md-inline-block {
    display: inline-block
  }

  .d-md-block {
    display: block
  }

  .d-md-table {
    display: table
  }

  .d-md-table-row {
    display: table-row
  }

  .d-md-table-cell {
    display: table-cell
  }

  .d-md-flex {
    display: flex
  }

  .d-md-inline-flex {
    display: inline-flex
  }
}

@media (min-width:992px) {
  .d-lg-none {
    display: none
  }

  .d-lg-inline {
    display: inline
  }

  .d-lg-inline-block {
    display: inline-block
  }

  .d-lg-block {
    display: block
  }

  .d-lg-table {
    display: table
  }

  .d-lg-table-row {
    display: table-row
  }

  .d-lg-table-cell {
    display: table-cell
  }

  .d-lg-flex {
    display: flex
  }

  .d-lg-inline-flex {
    display: inline-flex
  }
}

@media (min-width:1200px) {
  .d-xl-none {
    display: none
  }

  .d-xl-inline {
    display: inline
  }

  .d-xl-inline-block {
    display: inline-block
  }

  .d-xl-block {
    display: block
  }

  .d-xl-table {
    display: table
  }

  .d-xl-table-row {
    display: table-row
  }

  .d-xl-table-cell {
    display: table-cell
  }

  .d-xl-flex {
    display: flex
  }

  .d-xl-inline-flex {
    display: inline-flex
  }
}

@media print {
  .d-print-none {
    display: none
  }

  .d-print-inline {
    display: inline
  }

  .d-print-inline-block {
    display: inline-block
  }

  .d-print-block {
    display: block
  }

  .d-print-table {
    display: table
  }

  .d-print-table-row {
    display: table-row
  }

  .d-print-table-cell {
    display: table-cell
  }

  .d-print-flex {
    display: flex
  }

  .d-print-inline-flex {
    display: inline-flex
  }
}

.flex-row {
  flex-direction: row
}

.flex-column {
  flex-direction: column
}

.flex-row-reverse {
  flex-direction: row-reverse
}

.flex-column-reverse {
  flex-direction: column-reverse
}

.flex-wrap {
  flex-wrap: wrap
}

.flex-nowrap {
  flex-wrap: nowrap
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse
}

.flex-fill {
  flex: 1 1 auto
}

.flex-grow-0 {
  flex-grow: 0
}

.flex-grow-1 {
  flex-grow: 1
}

.flex-shrink-0 {
  flex-shrink: 0
}

.flex-shrink-1 {
  flex-shrink: 1
}

.justify-content-start {
  justify-content: flex-start
}

.justify-content-end {
  justify-content: flex-end
}

.justify-content-center {
  justify-content: center
}

.justify-content-between {
  justify-content: space-between
}

.justify-content-around {
  justify-content: space-around
}

.align-items-start {
  align-items: flex-start
}

.align-items-end {
  align-items: flex-end
}

.align-items-center {
  align-items: center
}

.align-items-baseline {
  align-items: baseline
}

.align-items-stretch {
  align-items: stretch
}

.align-content-start {
  align-content: flex-start
}

.align-content-end {
  align-content: flex-end
}

.align-content-center {
  align-content: center
}

.align-content-between {
  align-content: space-between
}

.align-content-around {
  align-content: space-around
}

.align-content-stretch {
  align-content: stretch
}

.align-self-auto {
  align-self: auto
}

.align-self-start {
  align-self: flex-start
}

.align-self-end {
  align-self: flex-end
}

.align-self-center {
  align-self: center
}

.align-self-baseline {
  align-self: baseline
}

.align-self-stretch {
  align-self: stretch
}

@media (min-width:576px) {
  .flex-sm-row {
    flex-direction: row
  }

  .flex-sm-column {
    flex-direction: column
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse
  }

  .flex-sm-wrap {
    flex-wrap: wrap
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse
  }

  .flex-sm-fill {
    flex: 1 1 auto
  }

  .flex-sm-grow-0 {
    flex-grow: 0
  }

  .flex-sm-grow-1 {
    flex-grow: 1
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1
  }

  .justify-content-sm-start {
    justify-content: flex-start
  }

  .justify-content-sm-end {
    justify-content: flex-end
  }

  .justify-content-sm-center {
    justify-content: center
  }

  .justify-content-sm-between {
    justify-content: space-between
  }

  .justify-content-sm-around {
    justify-content: space-around
  }

  .align-items-sm-start {
    align-items: flex-start
  }

  .align-items-sm-end {
    align-items: flex-end
  }

  .align-items-sm-center {
    align-items: center
  }

  .align-items-sm-baseline {
    align-items: baseline
  }

  .align-items-sm-stretch {
    align-items: stretch
  }

  .align-content-sm-start {
    align-content: flex-start
  }

  .align-content-sm-end {
    align-content: flex-end
  }

  .align-content-sm-center {
    align-content: center
  }

  .align-content-sm-between {
    align-content: space-between
  }

  .align-content-sm-around {
    align-content: space-around
  }

  .align-content-sm-stretch {
    align-content: stretch
  }

  .align-self-sm-auto {
    align-self: auto
  }

  .align-self-sm-start {
    align-self: flex-start
  }

  .align-self-sm-end {
    align-self: flex-end
  }

  .align-self-sm-center {
    align-self: center
  }

  .align-self-sm-baseline {
    align-self: baseline
  }

  .align-self-sm-stretch {
    align-self: stretch
  }
}

@media (min-width:768px) {
  .flex-md-row {
    flex-direction: row
  }

  .flex-md-column {
    flex-direction: column
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse
  }

  .flex-md-wrap {
    flex-wrap: wrap
  }

  .flex-md-nowrap {
    flex-wrap: nowrap
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse
  }

  .flex-md-fill {
    flex: 1 1 auto
  }

  .flex-md-grow-0 {
    flex-grow: 0
  }

  .flex-md-grow-1 {
    flex-grow: 1
  }

  .flex-md-shrink-0 {
    flex-shrink: 0
  }

  .flex-md-shrink-1 {
    flex-shrink: 1
  }

  .justify-content-md-start {
    justify-content: flex-start
  }

  .justify-content-md-end {
    justify-content: flex-end
  }

  .justify-content-md-center {
    justify-content: center
  }

  .justify-content-md-between {
    justify-content: space-between
  }

  .justify-content-md-around {
    justify-content: space-around
  }

  .align-items-md-start {
    align-items: flex-start
  }

  .align-items-md-end {
    align-items: flex-end
  }

  .align-items-md-center {
    align-items: center
  }

  .align-items-md-baseline {
    align-items: baseline
  }

  .align-items-md-stretch {
    align-items: stretch
  }

  .align-content-md-start {
    align-content: flex-start
  }

  .align-content-md-end {
    align-content: flex-end
  }

  .align-content-md-center {
    align-content: center
  }

  .align-content-md-between {
    align-content: space-between
  }

  .align-content-md-around {
    align-content: space-around
  }

  .align-content-md-stretch {
    align-content: stretch
  }

  .align-self-md-auto {
    align-self: auto
  }

  .align-self-md-start {
    align-self: flex-start
  }

  .align-self-md-end {
    align-self: flex-end
  }

  .align-self-md-center {
    align-self: center
  }

  .align-self-md-baseline {
    align-self: baseline
  }

  .align-self-md-stretch {
    align-self: stretch
  }
}

@media (min-width:992px) {
  .flex-lg-row {
    flex-direction: row
  }

  .flex-lg-column {
    flex-direction: column
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse
  }

  .flex-lg-wrap {
    flex-wrap: wrap
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse
  }

  .flex-lg-fill {
    flex: 1 1 auto
  }

  .flex-lg-grow-0 {
    flex-grow: 0
  }

  .flex-lg-grow-1 {
    flex-grow: 1
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1
  }

  .justify-content-lg-start {
    justify-content: flex-start
  }

  .justify-content-lg-end {
    justify-content: flex-end
  }

  .justify-content-lg-center {
    justify-content: center
  }

  .justify-content-lg-between {
    justify-content: space-between
  }

  .justify-content-lg-around {
    justify-content: space-around
  }

  .align-items-lg-start {
    align-items: flex-start
  }

  .align-items-lg-end {
    align-items: flex-end
  }

  .align-items-lg-center {
    align-items: center
  }

  .align-items-lg-baseline {
    align-items: baseline
  }

  .align-items-lg-stretch {
    align-items: stretch
  }

  .align-content-lg-start {
    align-content: flex-start
  }

  .align-content-lg-end {
    align-content: flex-end
  }

  .align-content-lg-center {
    align-content: center
  }

  .align-content-lg-between {
    align-content: space-between
  }

  .align-content-lg-around {
    align-content: space-around
  }

  .align-content-lg-stretch {
    align-content: stretch
  }

  .align-self-lg-auto {
    align-self: auto
  }

  .align-self-lg-start {
    align-self: flex-start
  }

  .align-self-lg-end {
    align-self: flex-end
  }

  .align-self-lg-center {
    align-self: center
  }

  .align-self-lg-baseline {
    align-self: baseline
  }

  .align-self-lg-stretch {
    align-self: stretch
  }
}

@media (min-width:1200px) {
  .flex-xl-row {
    flex-direction: row
  }

  .flex-xl-column {
    flex-direction: column
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse
  }

  .flex-xl-wrap {
    flex-wrap: wrap
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse
  }

  .flex-xl-fill {
    flex: 1 1 auto
  }

  .flex-xl-grow-0 {
    flex-grow: 0
  }

  .flex-xl-grow-1 {
    flex-grow: 1
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1
  }

  .justify-content-xl-start {
    justify-content: flex-start
  }

  .justify-content-xl-end {
    justify-content: flex-end
  }

  .justify-content-xl-center {
    justify-content: center
  }

  .justify-content-xl-between {
    justify-content: space-between
  }

  .justify-content-xl-around {
    justify-content: space-around
  }

  .align-items-xl-start {
    align-items: flex-start
  }

  .align-items-xl-end {
    align-items: flex-end
  }

  .align-items-xl-center {
    align-items: center
  }

  .align-items-xl-baseline {
    align-items: baseline
  }

  .align-items-xl-stretch {
    align-items: stretch
  }

  .align-content-xl-start {
    align-content: flex-start
  }

  .align-content-xl-end {
    align-content: flex-end
  }

  .align-content-xl-center {
    align-content: center
  }

  .align-content-xl-between {
    align-content: space-between
  }

  .align-content-xl-around {
    align-content: space-around
  }

  .align-content-xl-stretch {
    align-content: stretch
  }

  .align-self-xl-auto {
    align-self: auto
  }

  .align-self-xl-start {
    align-self: flex-start
  }

  .align-self-xl-end {
    align-self: flex-end
  }

  .align-self-xl-center {
    align-self: center
  }

  .align-self-xl-baseline {
    align-self: baseline
  }

  .align-self-xl-stretch {
    align-self: stretch
  }
}

.m-0 {
  margin: 0
}

.mt-0,
.my-0 {
  margin-top: 0
}

.mr-0,
.mx-0 {
  margin-right: 0
}

.mb-0,
.my-0 {
  margin-bottom: 0
}

.ml-0,
.mx-0 {
  margin-left: 0
}

.m-1 {
  margin: .25rem
}

.mt-1,
.my-1 {
  margin-top: .25rem
}

.mr-1,
.mx-1 {
  margin-right: .25rem
}

.mb-1,
.my-1 {
  margin-bottom: .25rem
}

.ml-1,
.mx-1 {
  margin-left: .25rem
}

.m-2 {
  margin: .5rem
}

.mt-2,
.my-2 {
  margin-top: .5rem
}

.mr-2,
.mx-2 {
  margin-right: .5rem
}

.mb-2,
.my-2 {
  margin-bottom: .5rem
}

.ml-2,
.mx-2 {
  margin-left: .5rem
}

.m-3 {
  margin: 1rem
}

.mt-3,
.my-3 {
  margin-top: 1rem
}

.mr-3,
.mx-3 {
  margin-right: 1rem
}

.mb-3,
.my-3 {
  margin-bottom: 1rem
}

.ml-3,
.mx-3 {
  margin-left: 1rem
}

.m-4 {
  margin: 1.5rem
}

.mt-4,
.my-4 {
  margin-top: 1.5rem
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem
}

.m-5 {
  margin: 3rem
}

.mt-5,
.my-5 {
  margin-top: 3rem
}

.mr-5,
.mx-5 {
  margin-right: 3rem
}

.mb-5,
.my-5 {
  margin-bottom: 3rem
}

.ml-5,
.mx-5 {
  margin-left: 3rem
}

.p-0 {
  padding: 0
}

.pt-0,
.py-0 {
  padding-top: 0
}

.pr-0,
.px-0 {
  padding-right: 0
}

.pb-0,
.py-0 {
  padding-bottom: 0
}

.pl-0,
.px-0 {
  padding-left: 0
}

.p-1 {
  padding: .25rem
}

.pt-1,
.py-1 {
  padding-top: .25rem
}

.pr-1,
.px-1 {
  padding-right: .25rem
}

.pb-1,
.py-1 {
  padding-bottom: .25rem
}

.pl-1,
.px-1 {
  padding-left: .25rem
}

.p-2 {
  padding: .5rem
}

.pt-2,
.py-2 {
  padding-top: .5rem
}

.pr-2,
.px-2 {
  padding-right: .5rem
}

.pb-2,
.py-2 {
  padding-bottom: .5rem
}

.pl-2,
.px-2 {
  padding-left: .5rem
}

.p-3 {
  padding: 1rem
}

.pt-3,
.py-3 {
  padding-top: 1rem
}

.pr-3,
.px-3 {
  padding-right: 1rem
}

.pb-3,
.py-3 {
  padding-bottom: 1rem
}

.pl-3,
.px-3 {
  padding-left: 1rem
}

.p-4 {
  padding: 1.5rem
}

.pt-4,
.py-4 {
  padding-top: 1.5rem
}

.pr-4,
.px-4 {
  padding-right: 1.5rem
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem
}

.pl-4,
.px-4 {
  padding-left: 1.5rem
}

.p-5 {
  padding: 3rem
}

.pt-5,
.py-5 {
  padding-top: 3rem
}

.pr-5,
.px-5 {
  padding-right: 3rem
}

.pb-5,
.py-5 {
  padding-bottom: 3rem
}

.pl-5,
.px-5 {
  padding-left: 3rem
}

.m-n1 {
  margin: -.25rem
}

.mt-n1,
.my-n1 {
  margin-top: -.25rem
}

.mr-n1,
.mx-n1 {
  margin-right: -.25rem
}

.mb-n1,
.my-n1 {
  margin-bottom: -.25rem
}

.ml-n1,
.mx-n1 {
  margin-left: -.25rem
}

.m-n2 {
  margin: -.5rem
}

.mt-n2,
.my-n2 {
  margin-top: -.5rem
}

.mr-n2,
.mx-n2 {
  margin-right: -.5rem
}

.mb-n2,
.my-n2 {
  margin-bottom: -.5rem
}

.ml-n2,
.mx-n2 {
  margin-left: -.5rem
}

.m-n3 {
  margin: -1rem
}

.mt-n3,
.my-n3 {
  margin-top: -1rem
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem
}

.m-n4 {
  margin: -1.5rem
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem
}

.m-n5 {
  margin: -3rem
}

.mt-n5,
.my-n5 {
  margin-top: -3rem
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem
}

.m-auto {
  margin: auto
}

.mt-auto,
.my-auto {
  margin-top: auto
}

.mr-auto,
.mx-auto {
  margin-right: auto
}

.mb-auto,
.my-auto {
  margin-bottom: auto
}

.ml-auto,
.mx-auto {
  margin-left: auto
}

@media (min-width:576px) {
  .m-sm-0 {
    margin: 0
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0
  }

  .m-sm-1 {
    margin: .25rem
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: .25rem
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: .25rem
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: .25rem
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: .25rem
  }

  .m-sm-2 {
    margin: .5rem
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: .5rem
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: .5rem
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: .5rem
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: .5rem
  }

  .m-sm-3 {
    margin: 1rem
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem
  }

  .m-sm-4 {
    margin: 1.5rem
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem
  }

  .m-sm-5 {
    margin: 3rem
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem
  }

  .p-sm-0 {
    padding: 0
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0
  }

  .p-sm-1 {
    padding: .25rem
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: .25rem
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: .25rem
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: .25rem
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: .25rem
  }

  .p-sm-2 {
    padding: .5rem
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: .5rem
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: .5rem
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: .5rem
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: .5rem
  }

  .p-sm-3 {
    padding: 1rem
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem
  }

  .p-sm-4 {
    padding: 1.5rem
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem
  }

  .p-sm-5 {
    padding: 3rem
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem
  }

  .m-sm-n1 {
    margin: -.25rem
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -.25rem
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -.25rem
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -.25rem
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -.25rem
  }

  .m-sm-n2 {
    margin: -.5rem
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -.5rem
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -.5rem
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -.5rem
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -.5rem
  }

  .m-sm-n3 {
    margin: -1rem
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem
  }

  .m-sm-n4 {
    margin: -1.5rem
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem
  }

  .m-sm-n5 {
    margin: -3rem
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem
  }

  .m-sm-auto {
    margin: auto
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto
  }
}

@media (min-width:768px) {
  .m-md-0 {
    margin: 0
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0
  }

  .m-md-1 {
    margin: .25rem
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: .25rem
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: .25rem
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: .25rem
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: .25rem
  }

  .m-md-2 {
    margin: .5rem
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: .5rem
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: .5rem
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: .5rem
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: .5rem
  }

  .m-md-3 {
    margin: 1rem
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem
  }

  .m-md-4 {
    margin: 1.5rem
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem
  }

  .m-md-5 {
    margin: 3rem
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem
  }

  .p-md-0 {
    padding: 0
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0
  }

  .p-md-1 {
    padding: .25rem
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: .25rem
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: .25rem
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: .25rem
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: .25rem
  }

  .p-md-2 {
    padding: .5rem
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: .5rem
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: .5rem
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: .5rem
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: .5rem
  }

  .p-md-3 {
    padding: 1rem
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem
  }

  .p-md-4 {
    padding: 1.5rem
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem
  }

  .p-md-5 {
    padding: 3rem
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem
  }

  .m-md-n1 {
    margin: -.25rem
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -.25rem
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -.25rem
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -.25rem
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -.25rem
  }

  .m-md-n2 {
    margin: -.5rem
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -.5rem
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -.5rem
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -.5rem
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -.5rem
  }

  .m-md-n3 {
    margin: -1rem
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem
  }

  .m-md-n4 {
    margin: -1.5rem
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem
  }

  .m-md-n5 {
    margin: -3rem
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem
  }

  .m-md-auto {
    margin: auto
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto
  }
}

@media (min-width:992px) {
  .m-lg-0 {
    margin: 0
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0
  }

  .m-lg-1 {
    margin: .25rem
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: .25rem
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: .25rem
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: .25rem
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: .25rem
  }

  .m-lg-2 {
    margin: .5rem
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: .5rem
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: .5rem
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: .5rem
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: .5rem
  }

  .m-lg-3 {
    margin: 1rem
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem
  }

  .m-lg-4 {
    margin: 1.5rem
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem
  }

  .m-lg-5 {
    margin: 3rem
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem
  }

  .p-lg-0 {
    padding: 0
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0
  }

  .p-lg-1 {
    padding: .25rem
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: .25rem
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: .25rem
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: .25rem
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: .25rem
  }

  .p-lg-2 {
    padding: .5rem
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: .5rem
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: .5rem
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: .5rem
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: .5rem
  }

  .p-lg-3 {
    padding: 1rem
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem
  }

  .p-lg-4 {
    padding: 1.5rem
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem
  }

  .p-lg-5 {
    padding: 3rem
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem
  }

  .m-lg-n1 {
    margin: -.25rem
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -.25rem
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -.25rem
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -.25rem
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -.25rem
  }

  .m-lg-n2 {
    margin: -.5rem
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -.5rem
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -.5rem
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -.5rem
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -.5rem
  }

  .m-lg-n3 {
    margin: -1rem
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem
  }

  .m-lg-n4 {
    margin: -1.5rem
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem
  }

  .m-lg-n5 {
    margin: -3rem
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem
  }

  .m-lg-auto {
    margin: auto
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto
  }
}

@media (min-width:1200px) {
  .m-xl-0 {
    margin: 0
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0
  }

  .m-xl-1 {
    margin: .25rem
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: .25rem
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: .25rem
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: .25rem
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: .25rem
  }

  .m-xl-2 {
    margin: .5rem
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: .5rem
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: .5rem
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: .5rem
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: .5rem
  }

  .m-xl-3 {
    margin: 1rem
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem
  }

  .m-xl-4 {
    margin: 1.5rem
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem
  }

  .m-xl-5 {
    margin: 3rem
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem
  }

  .p-xl-0 {
    padding: 0
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0
  }

  .p-xl-1 {
    padding: .25rem
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: .25rem
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: .25rem
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .25rem
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: .25rem
  }

  .p-xl-2 {
    padding: .5rem
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: .5rem
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: .5rem
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: .5rem
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: .5rem
  }

  .p-xl-3 {
    padding: 1rem
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem
  }

  .p-xl-4 {
    padding: 1.5rem
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem
  }

  .p-xl-5 {
    padding: 3rem
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem
  }

  .m-xl-n1 {
    margin: -.25rem
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -.25rem
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -.25rem
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -.25rem
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -.25rem
  }

  .m-xl-n2 {
    margin: -.5rem
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -.5rem
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -.5rem
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -.5rem
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -.5rem
  }

  .m-xl-n3 {
    margin: -1rem
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem
  }

  .m-xl-n4 {
    margin: -1.5rem
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem
  }

  .m-xl-n5 {
    margin: -3rem
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem
  }

  .m-xl-auto {
    margin: auto
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto
  }
}
@charset "UTF-8";
/* ----------------------------------------------------------------
			Variables
-----------------------------------------------------------------*/
:root, :root .v-light {
  --bg-color: #f9f9f9;
  --assistant-color: #e6e6e6;
  --theme-color: #CAC4F1;
  --font-color: #0009;
  --heading-color: #000;
  --border-color: #bebebe;
  --smooth-color: #141414;
  --reverse-color: #141414;
  --reverse-heading-color: #fff;
  --overlay-color:#7e6cf7;
  --specially-color:#f0eefc;
  --secondary-color:#F5D4A7;
  --secondaryer-color:#EEBA7E;
  --secondaryest-color:#E69F55;
}

:root .v-dark, :root .v-dark-head {
  --bg-color: #000;
  --assistant-color: #101010;
  --theme-color: #CAC4F1;
  --font-color: #bbb;
  --heading-color: #fff;
  --border-color: rgba(255, 255, 255, 0.5);
  --smooth-color: #f9f9f9;
  --reverse-color: #f9f9f9;
  --reverse-heading-color: #000;
  --overlay-color:#7e6cf7;
  --specially-color:#f0eefc;
  --secondary-color:#F5D4A7;
  --secondaryer-color:#EEBA7E;
  --secondaryest-color:#E69F55;
}

@media only screen and (max-width: 991px) {
  .v-dark-head-mobile {
    --bg-color: #000;
    --assistant-color: #101010;
    --theme-color: #CAC4F1;
    --font-color: #bbb;
    --heading-color: #fff;
    --border-color: rgba(255, 255, 255, 0.07);
    --smooth-color: #f9f9f9;
    --reverse-color: #f9f9f9;
    --reverse-heading-color: #000;
    --overlay-color:#7e6cf7;
    --specially-color:#f0eefc;
    --secondary-color:#F5D4A7;
    --secondaryer-color:#EEBA7E;
    --secondaryest-color:#E69F55;
  }
}
:root {
  --body-font: "Roboto", sans-serif;
  --heading-font: "Poppins", sans-serif;
  --font-code: Menlo, monaco, Consolas, Lucida Console, monospace;
  --font-pre: "Courier 10 Pitch", Courier, monospace;
  --font-size-base: 16px;
  --font-size-h1: 40px;
  --font-size-h2: 35px;
  --font-size-h3: 30px;
  --font-size-h4: 25px;
  --font-size-h5: 22px;
  --font-size-h6: 16px;
  --menu-size: 12px;
  --line-height-base: 1.4;
  --line-height-content: 1.6;
  --font-weight-heading: 600;
  --margin-padding: 120px;
  --margin-padding-mobile: 80px;
  --body-style-space: 100px;
  --smooth-width: 4px;
}

* {
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  outline: none;
  margin: 0;
  padding: 0;
  transition: none;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
}

body {
  font-size: 16px;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

iframe {
  border: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
  background: inherit;
  border: none;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

button,
input,
optgroup,
select,
textarea {
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: var(--font-size-h1);
}

h2 {
  font-size: var(--font-size-h2);
}

h3 {
  font-size: var(--font-size-h3);
}

h4 {
  font-size: var(--font-size-h4);
}

h5 {
  font-size: var(--font-size-h5);
}

h6 {
  font-size: var(--font-size-h6);
}

.sub-heading {
  letter-spacing: 3px;
  font-size: 16px;
}

.section-title {
  position: relative;
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 50px;
}
@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 30px;
    letter-spacing: inherit;
  }
}

.title-block {
  letter-spacing: 2px;
  font-size: 20px;
}

.sm-p {
  font-size: 14px;
  letter-spacing: 1.5px;
}

.sm-title-block {
  letter-spacing: 1px;
  font-size: 16px;
}

.xm-title-block {
  letter-spacing: 1px;
  font-size: 16px;
}

.header-scale-hero {
  transform: scale(1.15);
}

.subtitle {
  color: var(--font-color);
  font-size: 14px;
  letter-spacing: 1px;
}

.metas {
  padding: 0 5px;
  font-size: 16px;
}

.metas span {
  position: relative;
  color: var(--heading-color);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-right: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
  padding: 6px 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.metas span:before,
.metas span:after {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  height: 1px;
  background-color: var(--border-color);
}

.metas span:before {
  top: 0;
}

.metas span:after {
  bottom: 0;
}

.metas span:last-of-type {
  margin-right: 0;
}

.title-h2 {
  font-size: 46px;
  letter-spacing: 2px;
}

@media only screen and (max-width: 991px) {
  .title-h2 {
    font-size: 35px;
    line-height: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .title-h2 {
    font-size: 25px;
  }
}
.sub-text-header {
  margin-top: 25px;
}

.sub-text-header h5 {
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 24px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .section-title,
.sm-p,
.sub-heading,
.sub-text-header,
.subtitle,
.title,
.title-h2 {
    max-width: 570px;
  }

  .section-title br,
.sm-p br,
.sub-heading br,
.sub-text-header br,
.subtitle br,
.title-h2 br,
.title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sm-title-block br,
.title-block br {
    display: none;
  }
}
p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: var(--line-height-content);
}

cite,
dfn,
em,
i {
  font-style: italic;
}

a,
span {
  color: inherit;
}

blockquote cite {
  font-style: normal;
  font-family: var(--heading-font);
}

pre {
  font-family: var(--font-pre);
  overflow: auto;
}

code,
kbd,
tt,
var {
  font-family: var(--font-code);
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

ins,
mark {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

a {
  background-color: transparent;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

.v-dark,
.v-light {
  background-color: var(--bg-color);
  color: var(--font-color);
}

.v-dark-head {
  color: var(--font-color);
}

.background-main {
  background-color: var(--bg-color);
}

.background-section {
  background-color: var(--assistant-color);
}

.background-specially {
  background-color: var(--specially-color);
}

.background-secondary {
  background-color: var(--secondary-color);
}

.background-white {
  background-color: var(--reverse-heading-color);
}

.background-Animated-1 {
  /* background: linear-gradient(-45deg, #3f51b1 0%, #5a55ae 13%, #7b5fac 25%, #8f6aae 38%, #a86aa4 50%, #cc6b8e 62%, #f18271 75%, #f3a469 87%, #f7c978 100%);; */
  background: linear-gradient(-45deg, #dedaf7 0%, #d8d5f2 13%, #dad6f2 25%, #f9f9f9 38%, #f9f9f9 50%, #f9f9f9 62%, #f9f9f9 75%, #f9f9f9 87%, #f9f9f9 100%);
  background-size: 400% 400%;
  -webkit-animation: animate 7.5s ease-in-out infinite;
          animation: animate 7.5s ease-in-out infinite;
}

.background-Animated-2 {
  background: url(/assets/images/bg/white-waves.png);
  background-repeat: repeat;
  background-position: top;
}

@-webkit-keyframes animate {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

@keyframes animate {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.background-gradient-left {
  background: var(--assistant-color);
  background: linear-gradient(90deg, var(--assistant-color) 0%, var(--theme-color) 50%);
}

.background-gradient-bottom {
  background: var(--assistant-color);
  background: linear-gradient(0deg, var(--assistant-color) 0%, var(--theme-color) 50%);
}

.background-gradient-right {
  background: var(--assistant-color);
  background: linear-gradient(390deg, var(--assistant-color) 0%, var(--theme-color) 50%);
}

.background-gradient-top {
  background: var(--assistant-color);
  background: linear-gradient(180deg, var(--assistant-color) 0%, var(--theme-color) 50%);
}

.background-theme {
  background-color: var(--theme-color);
}

.theme-color {
  color: var(--theme-color);
}

.heading-color {
  color: var(--heading-color);
}

.body-color {
  color: var(--font-color);
}

.reduced-margin {
  margin-right: -5px;
  /* Reduce the margin on the right */
  margin-left: -5px;
  /* Reduce the margin on the left */
}

.custom-padding {
  padding-right: 5px;
  padding-left: 5px;
}

@media only screen and (min-width: 992px) {
  .dsn-col .dsn-col-1:nth-of-type(n+2) {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .dsn-col .dsn-col-1:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .dsn-col .dsn-col-lg-1:nth-of-type(n+2) {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .dsn-col .dsn-col-lg-1:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .dsn-col .dsn-col-md-1:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .dsn-col .dsn-col-sm-1:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .dsn-col .dsn-col-2:nth-of-type(n+3) {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .dsn-col .dsn-col-2:nth-of-type(n+3) {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .dsn-col .dsn-col-lg-2:nth-of-type(n+3) {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .dsn-col .dsn-col-lg-2:nth-of-type(n+3) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .dsn-col .dsn-col-md-2:nth-of-type(n+3) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .dsn-col .dsn-col-sm-2:nth-of-type(n+3) {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .dsn-col .dsn-col-3:nth-of-type(n+4) {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .dsn-col .dsn-col-3:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .dsn-col .dsn-col-lg-3:nth-of-type(n+4) {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .dsn-col .dsn-col-lg-3:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .dsn-col .dsn-col-md-3:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .dsn-col .dsn-col-sm-3:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .dsn-col .dsn-col-4:nth-of-type(n+5) {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .dsn-col .dsn-col-4:nth-of-type(n+5) {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .dsn-col .dsn-col-lg-4:nth-of-type(n+5) {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .dsn-col .dsn-col-lg-4:nth-of-type(n+5) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .dsn-col .dsn-col-md-4:nth-of-type(n+5) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .dsn-col .dsn-col-sm-4:nth-of-type(n+5) {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .dsn-col .dsn-col-5:nth-of-type(n+6) {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .dsn-col .dsn-col-5:nth-of-type(n+6) {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .dsn-col .dsn-col-lg-5:nth-of-type(n+6) {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .dsn-col .dsn-col-lg-5:nth-of-type(n+6) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .dsn-col .dsn-col-md-5:nth-of-type(n+6) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .dsn-col .dsn-col-sm-5:nth-of-type(n+6) {
    margin-top: 30px;
  }
}
[data-overlay]:before {
  content: "";
  position: absolute;
  background-image: url("/assets/images/bg/pastelpolkadot.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

[data-overlay-color=light]:before {
  background-image: url("/assets/images/bg/pastelpolkadot-light.jpg");
}

[data-overlay="0"]:before {
  opacity: 0;
  z-index: 1;
}

[data-overlay="1"]:before {
  opacity: 0.1;
  z-index: 1;
}

[data-overlay="2"]:before {
  opacity: 0.2;
  z-index: 1;
}

[data-overlay="3"]:before {
  opacity: 0.3;
  z-index: 1;
}

[data-overlay="4"]:before {
  opacity: 0.4;
  z-index: 1;
}

[data-overlay="5"]:before {
  opacity: 0.5;
  z-index: 1;
}

[data-overlay="6"]:before {
  opacity: 0.6;
  z-index: 1;
}

[data-overlay="7"]:before {
  opacity: 0.7;
  z-index: 1;
}

[data-overlay="8"]:before {
  opacity: 0.8;
  z-index: 1;
}

[data-overlay="9"]:before {
  opacity: 0.9;
  z-index: 1;
}

[data-overlay="10"]:before {
  opacity: 1;
  z-index: 1;
}

.section-margin {
  margin-top: var(--margin-padding);
  margin-bottom: var(--margin-padding);
}
@media only screen and (max-width: 991px) {
  .section-margin {
    margin-top: var(--margin-padding-mobile);
    margin-bottom: var(--margin-padding-mobile);
  }
}

.mt-section {
  margin-top: var(--margin-padding);
}
@media only screen and (max-width: 991px) {
  .mt-section {
    margin-top: var(--margin-padding-mobile);
  }
}

@media only screen and (min-width: 992px) {
  .mt-lg-section {
    margin-top: var(--margin-padding);
  }
}
@media only screen and (max-width: 767px) {
  .mt-sm-section {
    margin-top: var(--margin-padding-mobile);
  }
}
@media only screen and (min-width: 992px) {
  .mb-lg-section {
    margin-bottom: var(--margin-padding);
  }
}
@media only screen and (max-width: 767px) {
  .mb-sm-section {
    margin-bottom: var(--margin-padding-mobile);
  }
}
.mb-section {
  margin-bottom: var(--margin-padding);
}

@media only screen and (max-width: 991px) {
  .mb-section {
    margin-bottom: var(--margin-padding-mobile);
  }
}
.section-padding {
  padding-top: var(--margin-padding);
  padding-bottom: var(--margin-padding);
}

@media only screen and (max-width: 991px) {
  .section-padding {
    padding-top: var(--margin-padding-mobile);
    padding-bottom: var(--margin-padding-mobile);
  }
}
.pt-section {
  padding-top: var(--margin-padding);
}

@media only screen and (max-width: 991px) {
  .pt-section {
    padding-top: var(--margin-padding-mobile);
  }
}
@media only screen and (min-width: 992px) {
  .pt-lg-section {
    padding-top: var(--margin-padding);
  }
}
@media only screen and (max-width: 767px) {
  .pt-sm-section {
    padding-top: var(--margin-padding-mobile);
  }
}
@media only screen and (min-width: 992px) {
  .pb-lg-section {
    padding-bottom: var(--margin-padding);
  }
}
@media only screen and (max-width: 767px) {
  .pb-sm-section {
    padding-bottom: var(--margin-padding-mobile);
  }
}
.pb-section {
  padding-bottom: var(--margin-padding);
}

@media only screen and (max-width: 991px) {
  .pb-section {
    padding-bottom: var(--margin-padding-mobile);
  }
}
.dsn-container {
  padding-right: 50px;
  padding-left: 50px;
}

@media only screen and (max-width: 991px) {
  .container,
.dsn-container {
    max-width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .container,
.dsn-container {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .container,
.dsn-container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 991px) and (min-width: 575px) {
  .container-tablet {
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1200px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1480px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 2000px) {
  .container {
    max-width: 1600px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.m-0 {
  margin: 0px;
}

.m-5 {
  margin: 5px;
}

.m-10 {
  margin: 10px;
}

.m-15 {
  margin: 15px;
}

.m-20 {
  margin: 20px;
}

.m-25 {
  margin: 25px;
}

.m-30 {
  margin: 30px;
}

.m-35 {
  margin: 35px;
}

.m-40 {
  margin: 40px;
}

.m-45 {
  margin: 45px;
}

.m-50 {
  margin: 50px;
}

.m-55 {
  margin: 55px;
}

.m-60 {
  margin: 60px;
}

.m-65 {
  margin: 65px;
}

.m-70 {
  margin: 70px;
}

.m-75 {
  margin: 75px;
}

.m-80 {
  margin: 80px;
}

.m-85 {
  margin: 85px;
}

.m-90 {
  margin: 90px;
}

.m-95 {
  margin: 95px;
}

.m-100 {
  margin: 100px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

@media only screen and (max-width: 991px) {
  .mt-sm {
    margin-top: 50px;
  }
}
.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.p-0 {
  padding: 0px;
}

.p-5 {
  padding: 5px;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-30 {
  padding: 30px;
}

.p-35 {
  padding: 35px;
}

.p-40 {
  padding: 40px;
}

.p-45 {
  padding: 45px;
}

.p-50 {
  padding: 50px;
}

.p-55 {
  padding: 55px;
}

.p-60 {
  padding: 60px;
}

.p-65 {
  padding: 65px;
}

.p-70 {
  padding: 70px;
}

.p-75 {
  padding: 75px;
}

.p-80 {
  padding: 80px;
}

.p-85 {
  padding: 85px;
}

.p-90 {
  padding: 90px;
}

.p-95 {
  padding: 95px;
}

.p-100 {
  padding: 100px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.h-0 {
  height: 0%;
}

.h-10 {
  height: 10%;
}

.h-20 {
  height: 20%;
}

.h-30 {
  height: 30%;
}

.h-40 {
  height: 40%;
}

.h-50 {
  height: 50%;
}

.h-60 {
  height: 60%;
}

.h-70 {
  height: 70%;
}

.h-80 {
  height: 80%;
}

.h-90 {
  height: 90%;
}

.h-100 {
  height: 100%;
}

.h-v-0 {
  height: 0vh;
}

.h-v-10 {
  height: 10vh;
}

.h-v-20 {
  height: 20vh;
}

.h-v-30 {
  height: 30vh;
}

.h-v-40 {
  height: 40vh;
}

.h-v-50 {
  height: 50vh;
}

.h-v-60 {
  height: 60vh;
}

.h-v-70 {
  height: 70vh;
}

.h-v-80 {
  height: 80vh;
}

.h-v-90 {
  height: 90vh;
}

.h-v-100 {
  height: 100vh;
}

.w-0 {
  width: 0%;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.d-grid {
  display: -ms-grid;
  display: grid;
}

.d-grid:not(.d-grid-no-space) {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

@media only screen and (min-width: 768px) {
  .grid-half-1 {
    -ms-grid-columns: 35% auto;
    grid-template-columns: 35% auto;
  }
}
@media only screen and (min-width: 768px) {
  .grid-1-half {
    -ms-grid-columns: auto 35%;
    grid-template-columns: auto 35%;
  }
}
.grid-2 {
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (min-width: 992px) {
  .grid-lg-2 {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .grid-md-2 {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) {
  .grid-sm-2 {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-3 {
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
}

@media only screen and (min-width: 992px) {
  .grid-lg-3 {
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .grid-md-3 {
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 576px) {
  .grid-sm-3 {
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid-4 {
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(4, 1fr);
}

@media only screen and (min-width: 992px) {
  .grid-lg-4 {
    -ms-grid-columns: 1fr [4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .grid-md-4 {
    -ms-grid-columns: 1fr [4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 576px) {
  .grid-sm-4 {
    -ms-grid-columns: 1fr [4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.grid-5 {
  -ms-grid-columns: 1fr [5];
  grid-template-columns: repeat(5, 1fr);
}

@media only screen and (min-width: 992px) {
  .grid-lg-5 {
    -ms-grid-columns: 1fr [5];
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .grid-md-5 {
    -ms-grid-columns: 1fr [5];
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (min-width: 576px) {
  .grid-sm-5 {
    -ms-grid-columns: 1fr [5];
    grid-template-columns: repeat(5, 1fr);
  }
}
.w-auto {
  width: auto;
}

.w-100-v {
  width: 100vh;
}

.h-30-v {
  height: 30vh;
}

.h-70-v {
  height: 70vh;
}

.h-80-v {
  height: 80vh;
}

.h-100-v {
  height: 100vh;
}

.h-100-padding {
  height: calc(100% + var(--margin-padding));
}

.top-0 {
  top: 0%;
}

.top-5 {
  top: 5%;
}

.top-10 {
  top: 10%;
}

.top-15 {
  top: 15%;
}

.top-20 {
  top: 20%;
}

.top-25 {
  top: 25%;
}

.top-30 {
  top: 30%;
}

.top-35 {
  top: 35%;
}

.top-40 {
  top: 40%;
}

.top-45 {
  top: 45%;
}

.top-50 {
  top: 50%;
}

.top-55 {
  top: 55%;
}

.top-60 {
  top: 60%;
}

.top-65 {
  top: 65%;
}

.top-70 {
  top: 70%;
}

.top-75 {
  top: 75%;
}

.top-80 {
  top: 80%;
}

.top-85 {
  top: 85%;
}

.top-90 {
  top: 90%;
}

.top-95 {
  top: 95%;
}

.top-100 {
  top: 100%;
}

.left-0 {
  left: 0%;
}

.left-5 {
  left: 5%;
}

.left-10 {
  left: 10%;
}

.left-15 {
  left: 15%;
}

.left-20 {
  left: 20%;
}

.left-25 {
  left: 25%;
}

.left-30 {
  left: 30%;
}

.left-35 {
  left: 35%;
}

.left-40 {
  left: 40%;
}

.left-45 {
  left: 45%;
}

.left-50 {
  left: 50%;
}

.left-55 {
  left: 55%;
}

.left-60 {
  left: 60%;
}

.left-65 {
  left: 65%;
}

.left-70 {
  left: 70%;
}

.left-75 {
  left: 75%;
}

.left-80 {
  left: 80%;
}

.left-85 {
  left: 85%;
}

.left-90 {
  left: 90%;
}

.left-95 {
  left: 95%;
}

.left-100 {
  left: 100%;
}

.right-0 {
  right: 0%;
}

.right-5 {
  right: 5%;
}

.right-10 {
  right: 10%;
}

.right-15 {
  right: 15%;
}

.right-20 {
  right: 20%;
}

.right-25 {
  right: 25%;
}

.right-30 {
  right: 30%;
}

.right-35 {
  right: 35%;
}

.right-40 {
  right: 40%;
}

.right-45 {
  right: 45%;
}

.right-50 {
  right: 50%;
}

.right-55 {
  right: 55%;
}

.right-60 {
  right: 60%;
}

.right-65 {
  right: 65%;
}

.right-70 {
  right: 70%;
}

.right-75 {
  right: 75%;
}

.right-80 {
  right: 80%;
}

.right-85 {
  right: 85%;
}

.right-90 {
  right: 90%;
}

.right-95 {
  right: 95%;
}

.right-100 {
  right: 100%;
}

.bottom-0 {
  bottom: 0%;
}

.bottom-5 {
  bottom: 5%;
}

.bottom-10 {
  bottom: 10%;
}

.bottom-15 {
  bottom: 15%;
}

.bottom-20 {
  bottom: 20%;
}

.bottom-25 {
  bottom: 25%;
}

.bottom-30 {
  bottom: 30%;
}

.bottom-35 {
  bottom: 35%;
}

.bottom-40 {
  bottom: 40%;
}

.bottom-45 {
  bottom: 45%;
}

.bottom-50 {
  bottom: 50%;
}

.bottom-55 {
  bottom: 55%;
}

.bottom-60 {
  bottom: 60%;
}

.bottom-65 {
  bottom: 65%;
}

.bottom-70 {
  bottom: 70%;
}

.bottom-75 {
  bottom: 75%;
}

.bottom-80 {
  bottom: 80%;
}

.bottom-85 {
  bottom: 85%;
}

.bottom-90 {
  bottom: 90%;
}

.bottom-95 {
  bottom: 95%;
}

.bottom-100 {
  bottom: 100%;
}

.z-index--1 {
  z-index: -1;
}

.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

.z-index-10 {
  z-index: 10;
}

.z-index-11 {
  z-index: 11;
}

.z-index-12 {
  z-index: 12;
}

.dsn-text-shadow {
  text-shadow: -2px 4px 0 rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 991px) {
  .mb-70 {
    margin-bottom: 50px;
  }
}
.cover-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.v-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.v-middle-horizontal {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.v-middle-vertical {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.clear {
  clear: both;
}

.clear:after,
.clear:before {
  content: "";
  display: table;
  table-layout: fixed;
}

.max-w570 {
  max-width: 570px;
}

.max-w750 {
  max-width: 750px;
}

.text-center .max-w570,
.text-center .max-w750 {
  margin-left: auto;
  margin-right: auto;
}

[data-dsn-grid=move-up],
[data-dsn-grid=moveUp] {
  position: relative;
  overflow: hidden;
  height: 100vh;
  will-change: transform;
  transform-origin: bottom;
}

.container [data-dsn-grid=move-up],
.container [data-dsn-grid=moveUp] {
  height: 60vh;
}

@media only screen and (max-width: 767px) {
  [data-dsn-grid=move-up],
[data-dsn-grid=moveUp] {
    height: 80vh;
  }
}
@media only screen and (max-width: 575px) {
  [data-dsn-grid=move-up],
[data-dsn-grid=moveUp] {
    height: 50vh;
  }
}
[data-dsn-grid=move-up] img,
[data-dsn-grid=move-up] video,
[data-dsn-grid=moveUp] img,
[data-dsn-grid=moveUp] video {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -o-object-fit: cover;
  object-fit: cover;
  transform-style: preserve-3d;
}

[data-dsn-grid=move-up] img.has-bigger-scale,
[data-dsn-grid=move-up] video.has-bigger-scale,
[data-dsn-grid=moveUp] img.has-bigger-scale,
[data-dsn-grid=moveUp] video.has-bigger-scale {
  transform: scale(1.3);
}

[data-dsn-grid=move-up] img.has-skew,
[data-dsn-grid=move-up] video.has-skew,
[data-dsn-grid=moveUp] img.has-skew,
[data-dsn-grid=moveUp] video.has-skew {
  transform-origin: 0 90%;
  transform: skewX(5deg);
}

[data-dsn-grid=move-up] img.has-opposite-direction,
[data-dsn-grid=move-up] video.has-opposite-direction,
[data-dsn-grid=moveUp] img.has-opposite-direction,
[data-dsn-grid=moveUp] video.has-opposite-direction {
  height: 120%;
  top: 0;
}

[data-dsn-grid=move-up].h-100,
[data-dsn-grid=moveUp].h-100 {
  height: 100%;
}

.cover-bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.box-padding {
  padding: 80px 60px;
}
@media only screen and (max-width: 991px) {
  .box-padding {
    padding: 60px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .box-padding {
    padding: 60px 25px;
  }
}
@media only screen and (max-width: 575px) {
  .box-padding {
    padding: 50px 15px;
  }
}

.dsn-pagination {
  position: relative;
  height: 45px;
}

@media only screen and (max-width: 767px) {
  .dsn-pagination {
    width: 100%;
  }
}
.swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
}

.swiper-next,
.swiper-prev {
  position: absolute;
}

.swiper-next.swiper-next,
.swiper-prev.swiper-next {
  right: 75px;
}

@media only screen and (max-width: 767px) {
  .swiper-next.swiper-next,
.swiper-prev.swiper-next {
    right: 15px;
  }
}
.swiper-next.swiper-prev,
.swiper-prev.swiper-prev {
  left: 75px;
}

@media only screen and (max-width: 767px) {
  .swiper-next.swiper-prev,
.swiper-prev.swiper-prev {
    left: 15px;
  }
}
.next-containers,
.prev-containers {
  cursor: pointer;
}

.next-containers .container-inner,
.prev-containers .container-inner {
  position: relative;
  width: 35px;
  height: 84px;
}

.next-containers .container-inner:before,
.prev-containers .container-inner:before {
  background: var(--border-color);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 1px;
  height: 55px;
  margin: 0 auto;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.next-containers .container-inner svg,
.prev-containers .container-inner svg {
  position: absolute;
  left: 0;
}

.next-containers .container-inner svg.arrow,
.prev-containers .container-inner svg.arrow {
  top: 62px;
  right: 0;
  width: 7px;
  height: 5px;
  margin: 0 auto;
  transition: top 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.next-containers .container-inner svg.arrow path,
.prev-containers .container-inner svg.arrow path {
  fill: var(--heading-color);
  transition: fill 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.next-containers .container-inner svg.circle,
.prev-containers .container-inner svg.circle {
  left: -6px;
  bottom: 0;
  width: 45px;
  height: 45px;
}

.next-containers .container-inner svg.circle circle,
.prev-containers .container-inner svg.circle circle {
  stroke: var(--border-color);
  stroke-dasharray: 95;
  stroke-dashoffset: 0;
  transition: all 0.6s ease-in;
}

.next-containers.next-containers .container-inner,
.prev-containers.next-containers .container-inner {
  transform: rotate(270deg);
}

.next-containers.prev-containers .container-inner,
.prev-containers.prev-containers .container-inner {
  transform: rotate(90deg);
}

.next-containers.prev-containers svg.arrow,
.prev-containers.prev-containers svg.arrow {
  transform: rotate(0deg);
}

.next-containers:hover .container-inner:before,
.prev-containers:hover .container-inner:before {
  height: 75px;
}

.next-containers:hover .container-inner svg.arrow,
.prev-containers:hover .container-inner svg.arrow {
  top: 75px;
}

.next-containers:hover .container-inner svg.circle circle,
.prev-containers:hover .container-inner svg.circle circle {
  stroke-dashoffset: 95;
}

.next-container,
.prev-container {
  cursor: pointer;
}

.next-container .triangle,
.prev-container .triangle {
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.next-container.next-container .container-inner:before,
.prev-container.next-container .container-inner:before {
  content: "";
  margin-right: 7px;
}

.next-container.next-container .triangle,
.prev-container.next-container .triangle {
  border-left: 6px solid var(--heading-color);
  margin-right: 19.5px;
}

.next-container.next-container svg,
.prev-container.next-container svg {
  right: 0;
}

.next-container.prev-container .container-inner:after,
.prev-container.prev-container .container-inner:after {
  content: "";
  margin-left: 7px;
}

.next-container.prev-container .triangle,
.prev-container.prev-container .triangle {
  border-right: 6px solid var(--heading-color);
  margin-left: 19.5px;
}

.next-container.prev-container svg,
.prev-container.prev-container svg {
  left: 0;
}

.next-container .container-inner,
.prev-container .container-inner {
  position: relative;
  height: 45px;
  display: flex;
  align-items: center;
}

.next-container .container-inner:after,
.next-container .container-inner:before,
.prev-container .container-inner:after,
.prev-container .container-inner:before {
  position: relative;
  width: 55px;
  height: 1px;
  background-color: var(--border-color);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.next-container .container-inner svg,
.prev-container .container-inner svg {
  position: absolute;
  width: 45px;
  height: 45px;
}

.next-container .container-inner svg circle,
.prev-container .container-inner svg circle {
  stroke: var(--border-color);
  stroke-dasharray: 95;
  stroke-dashoffset: 0;
}

.next-container svg circle,
.prev-container svg circle {
  transition: all 0.6s ease-in;
}

.next-container:hover .container-inner:after,
.next-container:hover .container-inner:before,
.prev-container:hover .container-inner:after,
.prev-container:hover .container-inner:before {
  width: 75px;
}

.next-container:hover .container-inner .triangle,
.prev-container:hover .container-inner .triangle {
  margin: 0;
}

.next-container:hover .container-inner svg circle,
.prev-container:hover .container-inner svg circle {
  stroke-dashoffset: 95;
}

.swiper-pagination {
  top: 10px;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  border-radius: 0;
  margin-right: 5px;
  cursor: pointer;
  background: var(--theme-color);
  transition: transform 0.3s ease-in-out;
}

.pointer-events {
  pointer-events: none;
}

.border-radius {
  border-radius: 5px;
}

@media only screen and (min-width: 992px) {
  .fill-right-container {
    width: calc(100% - (-50vw + 50%) - 115px);
  }
}
@media only screen and (min-width: 992px) {
  .fill-right-container-no-margin {
    width: calc(100% - (-50vw + 50%) - 100px);
  }
}
a.link-hover {
  color: var(--heading-color);
  display: inline-block;
  letter-spacing: 2px;
  font-size: 13px;
  font-family: var(--heading-font);
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
}

a.link-hover:before {
  content: attr(data-hover-text);
  position: absolute;
  left: 0;
  top: 100%;
  color: var(--heading-color);
}

a.link-hover:hover {
  transform: translateY(-100%);
  text-decoration: none;
}

@media only screen and (max-width: 991px) {
  .pl-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.animation-rotate img {
  -webkit-animation: rotate 15s linear infinite;
  animation: rotate 15s linear infinite;
}

.scroll-to-top {
  position: fixed;
  right: -100px;
  bottom: 40px;
  width: 70px;
  height: 70px;
  z-index: 99;
  cursor: pointer;
}

.scroll-to-top .box-numper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  line-height: 35px;
  transform: translate(-50%, -50%);
  text-align: center;
  color: var(--heading-color);
}

.scroll-to-top .box-numper span {
  font-size: 12px;
}

.scroll-to-top img {
  width: 65px;
}

.v-light .scroll-to-top img {
  filter: invert(1);
}

.container-fluid.no-padding,
.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.bg-section {
  top: 0;
  bottom: 0;
}

.d-flex {
  display: flex;
}

.a-item-center {
  align-items: center;
}

.text-right {
  text-align: right;
}

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

.text-uppercase {
  text-transform: uppercase;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.full-width {
  position: relative;
  width: calc(100vw - 10px);
  left: 50%;
  margin-left: -50vw;
}

.dsn-effect-scroll .full-width {
  width: 100vw;
}

.fw-blod {
  font-weight: bold;
}

.over-hidden {
  overflow: hidden;
}

.hidden {
  opacity: 0;
  visibility: hidden;
}

.before-z-index:before {
  z-index: 1;
}

.fw-600 {
  font-weight: 600;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.header-padding-top {
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .header-padding-top {
    padding-top: 100px;
  }
}

.header-padding-bottom {
  padding-bottom: 80px;
}

.box-after {
  position: relative;
  margin-bottom: 5px;
}

.box-after:after {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: 100%;
  display: block;
  background: var(--theme-color);
  bottom: -5px;
  left: 10px;
  z-index: -1;
}

.border {
  border: 1px solid var(--border-color);
}

.border-left {
  border-left: 1px solid var(--border-color);
}

.border-right {
  border-right: 1px solid var(--border-color);
}

.border-top {
  border-top: 1px solid var(--border-color);
}

.border-bottom {
  border-bottom: 1px solid var(--border-color);
}

.custom-container {
  width: 120%;
}

@media only screen and (max-width: 400px) {
  .custom-container {
    width: 100%;
  }
}
.content-center {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.icon-lg {
  vertical-align: middle;
  font-size: 42px;
}

.text-underline {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 2px;
}

.dsn-video {
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -20 !important;
  width: 100%;
  height: 100%;
}

[data-dsn=video] {
  width: 100%;
  height: 100%;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.scrool-down {
  width: 140px;
  height: 140px;
  transform: scaleX(1.2);
  overflow: hidden;
  transition: 0.5s ease;
  z-index: 3;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

.scrool-down a {
  z-index: 3;
}

.scrool-down a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 99em;
  border-top: 2px solid #555;
  border-right: 2px solid #555;
  transition: 0.5s ease;
  transform: translateY(75%) rotate(-45deg);
  will-change: transform;
  cursor: pointer;
}

.scrool-down a:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  margin: 0 auto;
  transition: 0.2s ease;
}

.color-white {
  color: #fff;
}

.overflow-hidden {
  overflow: hidden;
}

.user-no-selection {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.user-no-selection::-moz-selection {
  background: none;
  color: inherit;
}

.user-no-selection::selection {
  background: none;
  color: inherit;
}

[data-overlay] .transform-3d {
  position: relative;
  z-index: -1;
}

.no-shadow {
  box-shadow: none;
}

.transform-3d {
  transform-style: preserve-3d;
}

.text-left {
  text-align: left;
}

.p-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.dsn-ajax-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 900199;
  visibility: hidden;
  opacity: 0;
  background-color: var(--bg-color);
}

.dsn-ajax-loader.dsn-ajax-normal {
  transition: background-color 0.5s ease-in-out;
}

.dsn-ajax-effect {
  overflow: hidden !important;
}

.dsn-z-index-2 {
  z-index: 2;
}

.has-horizontal {
  position: relative;
}

.splitting .whitespace {
  margin-right: 15px;
}

.box-options {
  position: fixed;
  left: 15px;
  bottom: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  background-color: var(--assistant-color);
  padding: 5px 5px 5px 0;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  z-index: 100;
}

.box-options,
.box-options .box-inner-option {
  transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.box-options .title-mode {
  position: absolute;
  padding: 8px 10px 1px;
  border-radius: 30px;
  left: 0;
  top: 1px;
  color: var(--heading-color);
  letter-spacing: 2px;
  font-size: 12px;
  width: 110px;
  z-index: 0;
}

.box-options .box-icon {
  position: relative;
  width: 35px;
  height: 35px;
  background-color: var(--theme-color);
  border-radius: 50%;
  cursor: pointer;
  left: 2.5px;
}

.box-options .box-icon:after {
  content: "";
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  background: var(--theme-color);
  z-index: -1;
  border-radius: 50%;
  opacity: 0.25;
}

.box-options .box-icon svg {
  width: 22px;
  fill: var(--heading-color);
}

.box-options .box-inner-option {
  width: 0;
  display: flex;
  left: 35px;
  overflow: hidden;
  height: 100px;
  align-items: center;
}

.box-options .box-inner-option .day-night,
.box-options .box-inner-option .mode-layout {
  cursor: pointer;
}

.box-options .box-inner-option .day-night .title-mode .dsn-word-wrapper,
.box-options .box-inner-option .mode-layout .title-mode .dsn-word-wrapper {
  overflow: hidden;
  will-change: transform;
}

.box-options .box-inner-option .day-night .title-mode .dsn-chars-wrapper,
.box-options .box-inner-option .mode-layout .title-mode .dsn-chars-wrapper {
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  transform: translateY(50%) rotate(15deg) scale(0.8);
  transform-origin: top left;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), visibility 0.3s;
  transition-delay: calc(30ms * var(--char-dsn-index) + 1ms);
}

.box-options .box-inner-option .day-night:hover .title-mode,
.box-options .box-inner-option .mode-layout:hover .title-mode {
  background-color: var(--theme-color);
}

.box-options .box-inner-option .day-night:hover .title-mode .dsn-chars-wrapper,
.box-options .box-inner-option .mode-layout:hover .title-mode .dsn-chars-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) rotate(0deg) scale(1);
}

.box-options .day-night {
  padding: 0 20px;
  height: 25px;
}

.box-options .day-night .moon,
.box-options .day-night .night {
  position: absolute;
  width: 25px;
  height: 25px;
  pointer-events: none;
  transition: opacity 0.8s;
  border-radius: 100%;
  opacity: 0;
  cursor: pointer;
}

.box-options .day-night .moon svg,
.box-options .day-night .night svg {
  width: 100%;
  height: 100%;
}

.box-options .day-night .night {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background-color: #fff;
  opacity: 1;
}

.box-options .day-night .night svg {
  fill: #000;
  width: 100%;
  height: 100%;
}

.box-options .day-night .moon {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background-color: #000;
  opacity: 0;
}

.box-options .day-night .moon svg {
  transform: rotate(270deg);
  fill: #f0f0f0;
}

.v-light .box-options .day-night .night {
  opacity: 0;
}

.v-light .box-options .day-night .moon {
  opacity: 1;
}

.box-options .mode-layout {
  height: 25px;
  width: 25px;
  margin-left: 20px;
}

.box-options .mode-layout .icon {
  width: 25px;
  height: 25px;
  pointer-events: none;
  border-radius: 100%;
  cursor: pointer;
  background-color: #fff;
}

.box-options .mode-layout .icon svg {
  transform: rotate(90deg);
  transition: transform 0.5s;
  width: 15px;
  fill: #000;
}

@media only screen and (min-width: 992px) {
  body.dsn-line-style .box-options .mode-layout .icon svg {
    transform: none;
  }
}
.box-options:hover {
  width: 145px;
}

.box-options:hover .box-inner-option {
  width: 110px;
}

.box-im.h-100,
.img-box.h-100 {
  position: absolute;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .box-im.h-100,
.img-box.h-100 {
    position: relative;
    height: 70vh;
  }
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: var(--bg-color);
}

.preloader .preloader-before {
  top: 0;
}

.preloader .preloader-after {
  bottom: 0;
}

.preloader .loading-text,
.preloader .percent {
  position: absolute;
  letter-spacing: 3px;
  font-size: 14px;
  bottom: 55px;
}

.preloader .loading-text.loading-text,
.preloader .percent.loading-text {
  left: 40px;
}

.preloader .loading-text.percent,
.preloader .percent.percent {
  font-weight: 500;
  left: calc(15vw + 40px);
  color: var(--theme-color);
}

@media only screen and (max-width: 767px) {
  .preloader .loading-text.percent,
.preloader .percent.percent {
    left: calc(50vw + 40px);
  }
}
.preloader .title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 0.9;
  letter-spacing: 10px;
}

.preloader .title .text-strok {
  color: transparent;
  -webkit-text-stroke: 1px var(--heading-color);
}

.preloader .title .text-fill {
  color: var(--heading-color);
  position: absolute;
  left: 0;
  -webkit-clip-path: inset(100.09% 0% 0% 0%);
  clip-path: inset(100.09% 0% 0% 0%);
}

.preloader .preloader-bar {
  position: absolute;
  width: 15vw;
  height: 2.5px;
  left: 40px;
  bottom: 40px;
  background: var(--assistant-color);
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .preloader .preloader-bar {
    width: 50vw;
  }
}
.preloader .preloader-bar .preloader-progress {
  width: 0%;
  height: 100%;
  background: var(--theme-color);
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .filtering-t {
    text-align: left;
  }
}
.filtering-t .filter-title {
  color: var(--font-color);
  letter-spacing: 3px;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .filtering-t .filter-title {
    display: none;
  }
}
.filtering-t button {
  position: relative;
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-size: 14px;
  font-weight: 500;
  padding: 7px 15px 8px 35px;
  margin-right: 5px;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.filtering-t button.active {
  background-color: var(--assistant-color);
}

.filtering-t button.active:before {
  background-color: var(--theme-color);
}

.filtering-t button.active:after {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 14.5px;
  margin-top: 1px;
  font-size: 7px;
  transform: translateY(-50%);
  z-index: 2;
}

.filtering-t button:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  z-index: 2;
}

.filtering-t button:hover {
  background-color: var(--assistant-color);
}

@media only screen and (max-width: 991px) {
  .sm-mb-30 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .sm-mb-20 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .grid-md-2 .pl-40 {
    padding-left: 0;
  }
}
/* 嵌入字型設定 暫無 */
@font-face {
  font-family: "kunstler";
  src: url(../fonts/kunstler.ttf);
}
@font-face {
  font-family: "euro";
  src: url(../fonts/euro.ttf);
}
.tab ul.tabMenu, .themes, main.col_2_right .main_container .inner aside, main.col_2_right .main_container .inner .main_content, main.col_2_right .main_container, main.col_2_right, main.col_2_left .main_container .inner, main.col_2_left .main_container, main.col_2_left, main.col_1 .main_content, main .main_container .inner, main .main_container {
  display: block;
}
.tab ul.tabMenu:after, .themes:after, main.col_2_right .main_container .inner aside:after, main.col_2_right .main_container .inner .main_content:after, main.col_2_right .main_container:after, main.col_2_right:after, main.col_2_left .main_container .inner:after, main.col_2_left .main_container:after, main.col_2_left:after, main.col_1 .main_content:after, main .main_container .inner:after, main .main_container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  line-height: 0;
  height: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif, Microsoft JhengHei;
}

body,
div,
figure,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

pre {
  white-space: pre-wrap;
  *word-wrap: break-word;
  line-height: 20px;
  font-family: "細明體";
}

table {
  border-collapse: collapse;
  empty-cells: show;
  border-spacing: 0;
}

fieldset,
img {
  border: none;
}

address,
button,
cite,
code,
dfn,
input,
option,
select,
textarea,
var {
  font: inherit;
}

ul,
ol {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  text-decoration: none;
}

a,
button {
  outline: none;
  behavior: expression(this.onFocus=this.blur());
  cursor: pointer;
}

input[type=button],
input[type=submit],
input[type=reset] {
  cursor: pointer;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
select {
  vertical-align: middle;
  outline: none;
  padding: 2px 3px;
}

input:focus {
  background: #f2f2f2;
}

textarea {
  resize: none;
  outline: none;
  padding: 2px 3px;
}

.watermark {
  color: #888;
}

input::-webkit-input-placeholder {
  color: #888;
}

input:-moz-placeholder {
  color: #888;
}

abbr,
acronym {
  font-variant: normal;
  cursor: help;
}

hr {
  display: block;
  margin: 15px 0;
  padding: 0;
  border: none;
  height: 1px;
}

del {
  text-decoration: line-through;
}

ins {
  text-decoration: none;
  color: #f00;
}

legend {
  color: #000;
}

i {
  font-style: normal;
}

q:before,
q:after {
  content: "";
}

/* ANIMATION
-------------------------------------------------------------------------------------------*/
.tab ul.tabMenu, .themes, main.col_2_right .main_container .inner aside, main.col_2_right .main_container .inner .main_content, main.col_2_right .main_container, main.col_2_right, main.col_2_left .main_container .inner, main.col_2_left .main_container, main.col_2_left, main.col_1 .main_content, main .main_container .inner, main .main_container {
  display: block;
}
.tab ul.tabMenu:after, .themes:after, main.col_2_right .main_container .inner aside:after, main.col_2_right .main_container .inner .main_content:after, main.col_2_right .main_container:after, main.col_2_right:after, main.col_2_left .main_container .inner:after, main.col_2_left .main_container:after, main.col_2_left:after, main.col_1 .main_content:after, main .main_container .inner:after, main .main_container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  line-height: 0;
  height: 0;
}

.announcement {
  padding: 10px;
  font-size: 16px;
  background-color: #f2f2f2;
  margin: 0 0 20px 0;
}
.announcement .title {
  font-size: 18px;
  font-weight: bold;
}
.announcement ul,
.announcement ol {
  margin: 0 0 20px 0;
}
.announcement ol {
  list-style: decimal;
  padding: 0 0 0 20px;
}
.announcement p {
  margin: 0 0 20px 0 !important;
}
.announcement p:last-child {
  margin: 0 0 0px 0 !important;
}
.announcement .highlight {
  color: #ff0066;
}
.announcement a {
  color: #ff0066;
}
.announcement a:hover {
  color: #f1152e;
}

@media (max-width: 767px) {
  .announcement {
    max-width: 320px;
    margin: 0 auto 20px;
    box-sizing: border-box;
  }
}
.purchasing_list .title {
  margin: 0 0 20px 0;
  font-weight: bold;
}
.purchasing_list .nodata {
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.purchasing_list .ps {
  font-size: 18px;
  margin: 0 0 20px 0;
}
.purchasing_list .wrapper .item {
  position: relative;
  display: inline-block;
  width: 32.5%;
  margin: 0 0.5% 10px 0;
  padding: 10px;
  box-sizing: border-box;
  background: #efefef;
  border-radius: 10px;
}
.purchasing_list .wrapper .item:hover figure img {
  transform: scale(1.2);
}
.purchasing_list .wrapper .item .start_check,
.purchasing_list .wrapper .item .buy_check {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  z-index: 2;
}
.purchasing_list .wrapper .item .start_check.checked:after,
.purchasing_list .wrapper .item .buy_check.checked:after {
  content: "";
  display: block;
  position: relative;
  top: -14px;
  left: -4px;
  width: 29px;
  height: 29px;
  background: url(../img/new/check_ok.png) no-repeat 0 0;
}
.purchasing_list .wrapper .item figure {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 10px 0 0;
  border-radius: 10px;
  border: 1px solid #ccc;
  overflow: hidden;
}
.purchasing_list .wrapper .item figure img {
  display: block;
  max-width: 100%;
  width: 100%;
  transition: all 1s;
}
.purchasing_list .wrapper .item .word {
  display: inline-block;
  width: 65%;
  vertical-align: top;
}
.purchasing_list .wrapper .item .word .name {
  font-size: 18px;
  font-weight: bold;
  height: 45px;
  overflow: hidden;
  margin: 0 0 5px 0;
}
.purchasing_list .wrapper .item .word .name a {
  color: #333;
}
.purchasing_list .wrapper .item .word .name a:hover {
  color: #bea16f;
}
.purchasing_list .wrapper .item .word .desc {
  color: #666;
  padding: 2px 0 0;
  font-size: 14px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 32px;
  line-height: 120%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.purchasing_list .wrapper .item .word .bonus_percent {
  text-align: right;
  color: #ff0066;
}
.purchasing_list .wrapper .item .word .bonus_percent .title {
  font-size: 14px;
}
.purchasing_list .wrapper .item .word .bonus_percent .num_percent {
  font-size: 18px;
}
.purchasing_list .wrapper .item .word .bonus_percent .num_percent:after {
  font-size: 14px;
  content: "%";
}
.purchasing_list .wrapper .item .word .price_all {
  margin: 5px 0 5px 0;
}
.purchasing_list .wrapper .item .word .price_all .price_original {
  display: block;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  text-decoration: line-through;
}
.purchasing_list .wrapper .item .word .price_all .price_original:before {
  content: "原價：$";
}
.purchasing_list .wrapper .item .word .price_all .price_final {
  display: block;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  color: #b87813;
}
.purchasing_list .wrapper .item .word .price_all .price_final:before {
  content: "揪團價：$";
}
.purchasing_list .wrapper .item .word .price_gift {
  margin: 5px 0 5px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.purchasing_list .wrapper .item .word .price_gift .price_original {
  font-size: 14px;
  font-weight: bold;
  text-decoration: line-through;
}
.purchasing_list .wrapper .item .word .price_gift .price_original:before {
  content: "原價：$";
}
.purchasing_list .wrapper .item .word .price_gift .price_final {
  font-size: 14px;
  font-weight: bold;
  color: #b87813;
}
.purchasing_list .wrapper .item .word .price_gift .price_final:before {
  content: "加購送：$";
}
.purchasing_list .wrapper .item .word .quantity {
  padding: 5px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.purchasing_list .wrapper .item .word .quantity .title {
  margin: 0;
}
.purchasing_list .wrapper .item .word .quantity .quantity_box {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.purchasing_list .wrapper .item .word .quantity .quantity_box .quantity_num {
  display: inline-block;
  width: 50px;
  text-align: center;
  background: none;
  color: #000;
}
.purchasing_list .wrapper .item .word .quantity .quantity_box .unit {
  min-width: 30px;
  text-align: center;
}
.purchasing_list .wrapper .item .word .quantity .btn {
  color: #fff;
  background-color: #2a2a2a;
  border-radius: 5px;
  text-align: center;
  width: 23px;
  display: inline-block;
  height: 23px;
  cursor: pointer;
}
.purchasing_list .buttons .submit {
  background: url(../img/new/btn_pay.png) no-repeat 0 0;
  color: #333;
  font-size: 20px;
  padding: 11px 62px 11px 30px;
  width: 200px;
  font-weight: bold;
  transition: all 1s;
}
.purchasing_list .buttons .submit:hover {
  background-position: 18px 0;
}

.modal_shopping_car .purchasing_list .wrapper .item {
  width: 49%;
  margin: 0 0.5% 30px 0;
}

@media (max-width: 767px) {
  .purchasing_list {
    max-width: 320px;
    margin: 0 auto;
  }
  .purchasing_list .title {
    margin: 0 0 20px 0;
  }
  .purchasing_list .nodata {
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }
  .purchasing_list .wrapper .item {
    display: block;
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .purchasing_list .wrapper .item:hover figure img {
    transform: scale(1.2);
  }
  .purchasing_list .wrapper .item .buy_check {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    z-index: 2;
  }
  .purchasing_list .wrapper .item .buy_check.checked:after {
    content: "";
    display: block;
    position: relative;
    top: -14px;
    left: -4px;
    width: 29px;
    height: 29px;
    background: url(../img/new/check_ok.png) no-repeat 0 0;
  }
  .purchasing_list .wrapper .item figure {
    width: 100%;
  }
  .purchasing_list .wrapper .item .word {
    width: 100%;
  }
  .purchasing_list .wrapper .item .word .name {
    font-size: 18px;
    font-weight: bold;
  }
  .purchasing_list .wrapper .item .word .name a {
    color: #333;
  }
  .purchasing_list .wrapper .item .word .name a:hover {
    color: #bea16f;
  }
  .purchasing_list .wrapper .item .word .desc {
    color: #666;
    padding: 2px 0 0;
    font-size: 14px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 32px;
    line-height: 120%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .purchasing_list .wrapper .item .word .price_all {
    margin: 5px 0 5px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .purchasing_list .wrapper .item .word .price_all .price_original {
    font-size: 14px;
    font-weight: bold;
    text-decoration: line-through;
  }
  .purchasing_list .wrapper .item .word .price_all .price_original:before {
    content: "$";
  }
  .purchasing_list .wrapper .item .word .price_all .price_final {
    font-size: 18px;
    font-weight: bold;
    color: #f1152e;
  }
  .purchasing_list .wrapper .item .word .price_all .price_final:before {
    content: "$";
  }
  .purchasing_list .wrapper .item .word .quantity {
    padding: 5px;
    font-size: 16px;
    background-color: #f7f7f7;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .purchasing_list .wrapper .item .word .quantity .title {
    margin: 0;
  }
  .purchasing_list .wrapper .item .word .quantity .quantity_box {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .purchasing_list .wrapper .item .word .quantity .btn {
    color: #fff;
    background-color: #2a2a2a;
    border-radius: 5px;
    text-align: center;
    width: 23px;
    display: inline-block;
    height: 23px;
    cursor: pointer;
  }
  .purchasing_list .buttons .submit {
    background: url(../img/new/btn_pay.png) no-repeat 0 0;
    color: #333;
    font-size: 20px;
    padding: 11px 62px 11px 30px;
    width: 200px;
    font-weight: bold;
    transition: all 1s;
  }
  .purchasing_list .buttons .submit:hover {
    background-position: 18px 0;
  }
}
/********************************/
.func_page {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2004;
}
.func_page.active .inner {
  left: 0;
}
.func_page.active .mask {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
}
.func_page .inner {
  position: fixed;
  left: -300px;
  width: 80%;
  height: 100%;
  overflow-y: auto;
  max-width: 300px;
  height: 100%;
  background: #fff;
  transition: all 1s;
  z-index: 1002;
}
.func_page .inner .search_box {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 10px;
}
.func_page .inner .search_box input {
  margin: 5px;
  padding: 5px;
  border: none;
  width: 80%;
}
.func_page .inner .search_box a {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-indent: -5000px;
  background-image: url(../img/new/icon_all_2.png);
  background-position: -115px -57px;
}
.func_page .inner .login_info {
  text-align: center;
  font-size: 14px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
}
.func_page .inner .login_info.none {
  padding: 10px 0 10px 0;
}
.func_page .inner .login_info .name {
  margin: 0 5px;
}
.func_page .inner .login_info .name:before {
  position: relative;
  top: 3px;
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin: 0 5px;
  background-image: url(../img/new/icon_all_2.png);
  background-position: -114px -78px;
}
.func_page .inner .login_info a {
  color: #000;
  margin: 0 5px;
}
.func_page .inner .newtags {
  padding: 40px 0 0px 0;
}
.func_page .inner .newtags ul li {
  padding: 10px 40px;
}
.func_page .inner .newtags a {
  display: inline-block;
  font-size: 18px;
  color: #333333;
  padding: 2px 5px;
}
.func_page .inner .newtags a:hover {
  color: #fff;
  background-color: #bea16f;
}
.func_page .inner .menu {
  padding: 0px 0 40px 0;
}
.func_page .inner .menu ul li {
  font-size: 18px;
}
.func_page .inner .menu ul li a {
  display: block;
  padding: 10px 40px;
  color: #333333;
}
.func_page .inner .menu ul li a:hover {
  color: #fff;
  background: #000;
}
.func_page .inner .menu ul li.mainnav {
  position: relative;
}
.func_page .inner .menu ul li.mainnav .toggle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 3px;
  right: 40px;
  width: 30px;
  height: 34px;
  cursor: pointer;
  text-indent: -5000px;
  background-image: url(../img/new/icon_right_2.png);
  background-size: auto 40%;
  background-repeat: no-repeat;
  background-position: center center;
}
.func_page .inner .menu ul li.mainnav:hover a {
  color: #fff;
  background: #000;
}
.func_page .inner .menu ul li.mainnav:hover .toggle {
  background-image: url(../img/new/icon_right.png);
}
.func_page .inner .menu ul li.mainnav.active a {
  color: #fff;
  background: #000;
}
.func_page .inner .menu ul li.mainnav.active .toggle {
  background-image: url(../img/new/icon_right.png);
}
.func_page .inner .menu ul li.mainnav.active .subnav {
  display: block;
}
.func_page .inner .menu ul li.mainnav .subnav {
  display: none;
}
.func_page .inner .menu ul li.mainnav .subnav a {
  color: #333333;
  background: #eeeeee;
}
.func_page .inner .menu ul li.mainnav .subnav a:hover {
  color: #fff;
  background: #bea16f;
}
.func_page .inner .menu ul li.mainnav .subnav .secondnav {
  position: relative;
}
.func_page .inner .menu ul li.mainnav .subnav .secondnav.active a {
  color: #000;
}
.func_page .inner .menu ul li.mainnav .subnav .secondnav.active .toggle {
  transform: rotate(90deg);
}
.func_page .inner .menu ul li.mainnav .subnav .secondnav.active .thirdnav {
  display: block;
}
.func_page .inner .menu ul li.mainnav .subnav .secondnav .toggle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 3px;
  right: 40px;
  width: 30px;
  height: 34px;
  cursor: pointer;
  text-indent: -5000px;
  background-image: url(../img/new/icon_right_3.png);
  background-size: auto 40%;
  background-repeat: no-repeat;
  background-position: center center;
}
.func_page .inner .menu ul li.mainnav .subnav .secondnav a {
  color: #999999;
}
.func_page .inner .menu ul li.mainnav .subnav .secondnav a:hover {
  color: #fff;
  background: #bea16f;
}
.func_page .inner .menu ul li.mainnav .subnav .secondnav .thirdnav {
  display: none;
}
.func_page .inner .menu ul li.mainnav .subnav .secondnav .thirdnav a {
  color: #333333;
  background: #fff;
}
.func_page .inner .menu ul li.mainnav .subnav .secondnav .thirdnav a:hover {
  color: #fff;
  background: #bea16f;
}
.func_page .inner .social {
  padding: 20px 0 20px 40px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.func_page .inner .social a {
  display: inline-block;
  width: 20px;
  height: 16px;
  margin: 0 5px 0 0;
  text-align: left;
  text-indent: -5000px;
  background-image: url(../img/new/icon_all.png);
  background-repeat: no-repeat;
}
.func_page .inner .social a.facebook {
  background-position: 6px 0;
}
.func_page .inner .social a.facebook:hover {
  background-position: 6px -30px;
}
.func_page .inner .social a.instagram {
  background-position: -19px 0;
}
.func_page .inner .social a.instagram:hover {
  background-position: -19px -30px;
}
.func_page .inner .social a.line {
  background-position: -45px 0;
}
.func_page .inner .social a.line:hover {
  background-position: -45px -30px;
}
.func_page .inner .social a.youtube {
  background-position: -75px 0;
}
.func_page .inner .social a.youtube:hover {
  background-position: -75px -30px;
}
.func_page .inner .social a.tiktok {
  background-position: -104px 0;
}
.func_page .inner .social a.tiktok:hover {
  background-position: -104px -30px;
}
.func_page .inner .web_map {
  padding: 40px 0;
}
.func_page .inner .web_map ul li {
  font-size: 18px;
}
.func_page .inner .web_map ul li a {
  display: block;
  padding: 10px 40px;
  color: #333333;
}
.func_page .inner .web_map ul li a:hover {
  color: #fff;
  background: #000;
}
.func_page .inner .logo {
  padding: 10px 0 10px 40px;
  background: #000;
}
.func_page .inner .disclaimer {
  padding: 30px 40px 10px 40px;
  font-size: 12px;
}

/*********************************
  Main Content
*********************************/
.seo {
  opacity: 0;
  width: 100%;
  height: 0;
  position: absolute;
  z-index: -1;
  word-break: break-all;
}
.seo img {
  max-width: 100%;
}

.mobile_hidden {
  display: inline-block !important;
}

.mobile_hidden_block {
  display: block !important;
}

.mobile_show {
  display: none !important;
}

.mobile_show_block {
  display: none !important;
}

body {
  color: #333333;
  font-size: 14px !important;
  font-family: Arial, Helvetica, sans-serif, Microsoft JhengHei;
}

.article-pic {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

/*********************************
  main 架構
*********************************/
.mobile_show {
  display: none !important;
}

.mobile_hidden {
  display: block !important;
}

#container1.fixed main {
  margin: 178px 0 0 0 !important;
}
#container1.fixed main.no_fixed {
  margin: 0px 0 0 0 !important;
}
#container1.m_fixed main {
  margin: 40px 0 0 0 !important;
}

main {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background-size: 100% auto;
}
main .main_container {
  position: relative;
  z-index: 1;
}
main .main_container.shop_nav_fixed {
  margin: 80px auto 0 auto !important;
}
main.col_1 .main_content {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0px;
  margin: 0px auto;
}
main.col_1 aside {
  float: right;
  padding: 0px 0px;
  width: 24%;
  margin: 0px 1% 0 0;
}
main.col_2_left.w_1024 .main_container .inner {
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
main.col_2_left.w_1024 .main_container .inner .main_content {
  max-width: 745px;
}
main.col_2_left.w_1024 .main_container .inner aside {
  max-width: auto;
  min-width: auto;
  margin: 0px 0% 0 0;
}
main.col_2_left.w_1480 .main_container .inner {
  display: block;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}
main.col_2_left.w_1480 .main_container .inner .main_content {
  max-width: 1140px;
  width: 78%;
}
main.col_2_left .main_container {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
main.col_2_left .main_container .inner {
  display: block;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}
main.col_2_left .main_container .inner .main_content {
  float: left;
  padding: 0px;
  margin: 0px;
  width: 74.9%;
}
main.col_2_left .main_container .inner .main_content .md.topic_list {
  padding: 0px;
}
main.col_2_left .main_container .inner aside {
  float: right;
  padding: 0px 0px;
  width: 25%;
  max-width: auto;
  min-width: auto;
  margin: 0px 4% 0 0;
}
main.col_2_left .main_container .inner aside.right-banner {
  margin: 0px 0% 0 0;
  width: 25%;
  max-width: 25%;
}
@media (max-width: 768px) {
  main.col_2_left .main_container .inner aside.right-banner {
    width: 100%;
    max-width: 100%;
  }
}
main.col_2_left .main_container .inner aside.right-banner .md.trial_report .md_hd {
  padding-bottom: 30px;
}
main.col_2_left .main_container .inner aside.right-banner .md.trial_report .md_hd h4 {
  display: none;
}
main.col_2_left .main_container .inner aside.right-banner .md.trial_report .assess_list .wrapper .item .box {
  max-width: 100%;
  width: 100%;
}
main.col_2_right .main_container {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
main.col_2_right .main_container .inner {
  display: block;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}
main.col_2_right .main_container .inner .main_content {
  float: right;
  padding: 80px 10px;
  margin: 0px;
  width: 72%;
  max-width: 1180px;
}
main.col_2_right .main_container .inner aside {
  float: left;
  padding: 80px 0px;
  width: 300px;
  margin: 0px;
}

.article_content .topic_detail figure.main_figure {
  height: 0;
  padding-bottom: 66.7%;
  background-color: #eaeaea;
}
.article_content .topic_detail figure.main_figure img {
  width: 100%;
  max-width: none;
}
.article_content aside .md_hd {
  display: none;
}
.article_content aside .try_list .wrapper .item figure {
  display: block;
  position: relative;
  margin: 0 auto;
  height: 0;
  overflow: hidden;
  padding-bottom: 67%;
  border: 1px solid #efefef;
}
.article_content aside .try_list .wrapper .item figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #f1f1f1;
}
.article_content aside .try_list .wrapper .item .word .desc a {
  font-size: 16px;
  height: 60px;
  font-weight: 400;
}
.article_content aside .try_list .wrapper .item .word .desc a:hover {
  color: #ffffffc2;
}
.article_content aside .try_list .wrapper .item .word .tryout {
  margin: 10px 0px 20px 0;
}
.article_content aside .try_list .wrapper .item .word .buttons {
  padding: 30px 0px 30px 0px;
  transition: all 0.3s;
  font-weight: normal;
  font-size: 20px;
}
.article_content aside .try_list .wrapper .item .word .buttons:hover {
  transform: scale(1.1);
}
.article_content aside .slick-dots {
  text-align: left;
}
.article_content aside .slick-dots li button {
  border-radius: 0px;
}
.article_content aside .slick-next, .article_content aside .slick-prev {
  filter: invert(1);
  top: 85.5%;
  z-index: 10;
  opacity: 0.5;
}
.article_content aside .slick-prev {
  left: 10px;
  background: url(../img/new/slick.png) no-repeat -6px 5px;
}
.article_content aside .slick-next {
  right: 10px;
  background: url(../img/new/slick.png) no-repeat -61px 3px;
}

.tryout .md_hd {
  text-align: center;
  margin: 10px 0;
}
.tryout .md_hd h4 {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}

/*********************************
  Header
*********************************/
.top_banner {
  max-width: 100%;
  height: auto;
}
.top_banner.none {
  display: none;
}
.top_banner img {
  width: 100%;
  display: block;
}

header {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
header.fixed {
  background-color: #fff;
  position: fixed;
  z-index: 2000;
  top: 0;
}
header.fixed .top_logo {
  display: none;
}
header.fixed > .breadcrumbs {
  display: none;
}
header.m_fixed {
  background-color: #fff;
  position: fixed;
  z-index: 2000;
  top: 0;
}
header.m_fixed .top_logo {
  display: none;
}
header.m_fixed > .breadcrumbs {
  display: none;
}
header .top_logo {
  text-align: center;
  padding: 20px 0 0;
}
header .top_info {
  top: 0;
  left: 0;
  width: 100%;
  line-height: 150%;
  z-index: 1003;
  padding: 10px 0px 10px 0px;
  background: #e9e5da;
  transition: all 1s;
  box-sizing: border-box;
}
header .top_info.none {
  top: -50px;
}
header .top_info .inner {
  width: 100%;
  max-width: 1480px;
  margin: 0px auto;
}
header .top_info .inner .toggle {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 30px;
  height: 22px;
  margin: 0 10px 0 0;
  text-indent: -5000px;
  background: url(../img/new/menubar.png) no-repeat 0 0;
}
header .top_info .inner .toggle:hover {
  background-position: 0% 100%;
}
header .top_info .inner .title {
  display: inline-block;
  font-size: 24px;
  margin: 0 10px 0 0;
  color: #9a9994;
  height: auto;
  line-height: 100%;
  vertical-align: middle;
  padding: 0px 20px;
}
header .top_info .inner .title a {
  color: #9a9994;
}
header .top_info .inner .title a:hover {
  color: #bea16f;
}
header .top_info .inner .func_area {
  float: right;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  top: 0px;
}
header .top_info .inner .func_area .social_box {
  display: inline-block;
  vertical-align: top;
}
header .top_info .inner .func_area .social_box.open .box {
  display: inline-block;
  width: 165px;
}
header .top_info .inner .func_area .social_box.open .social {
  background-position: 89% 110%;
}
header .top_info .inner .func_area .social_box .box {
  display: none;
  vertical-align: top;
  position: relative;
  text-align: center;
  right: 0;
  width: 165px;
  height: 26px;
  transition: all 2s;
  overflow: hidden;
}
header .top_info .inner .func_area .social_box .btn.social {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  width: 26px;
  height: 26px;
  margin: 0 3px 0 0;
  text-indent: -5000px;
  background-image: url(../img/new/icon_func_area_2023.png);
  background-repeat: no-repeat;
  background-size: 1110% auto;
  background-position: 89% -3%;
}
header .top_info .inner .func_area .social_box .btn.social:hover {
  background-position: 89% 110%;
}
header .top_info .inner .func_area a {
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 26px;
  margin: 0 3px 0 0;
  text-indent: -5000px;
  background-image: url(../img/new/icon_func_area_2023.png);
  background-repeat: no-repeat;
  background-size: 1110% auto;
}
header .top_info .inner .func_area a.facebook {
  background-position: 11% -10%;
}
header .top_info .inner .func_area a.facebook:hover {
  background-position: 11% 105%;
}
header .top_info .inner .func_area a.instagram {
  background-position: 39% -3%;
}
header .top_info .inner .func_area a.instagram:hover {
  background-position: 39% 111%;
}
header .top_info .inner .func_area a.line {
  background-position: 53% -3%;
}
header .top_info .inner .func_area a.line:hover {
  background-position: 53% 111%;
}
header .top_info .inner .func_area a.youtube {
  background-position: 24.5% -6%;
}
header .top_info .inner .func_area a.youtube:hover {
  background-position: 24.5% 109%;
}
header .top_info .inner .func_area a.tiktok {
  background-position: -2% -8%;
}
header .top_info .inner .func_area a.tiktok:hover {
  background-position: -2% 107%;
}
header .top_info .inner .func_area a.login {
  background-position: 76% -3%;
}
header .top_info .inner .func_area a.login:hover {
  background-position: 76% 111%;
}
header .top_info .inner .func_area .btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  width: 26px;
  height: 26px;
  margin: 0 3px 0 0;
  text-indent: -5000px;
  background-image: url(../img/new/icon_func_area_2023.png);
  background-repeat: no-repeat;
  background-size: 1110% auto;
}
header .top_info .inner .func_area .btn.search {
  background-position: 64.5% -3%;
}
header .top_info .inner .func_area .btn.search:hover {
  background-position: 64.5% 111%;
}
header .top_info .inner .func_area .btn.login {
  background-position: 76% -3%;
}
header .top_info .inner .func_area .btn.login:hover {
  background-position: 76% 111%;
}
header .top_info .inner .func_area .btn.shopping_car {
  position: relative;
  background-position: 101% -3%;
}
header .top_info .inner .func_area .btn.shopping_car .num {
  text-indent: 0;
  position: absolute;
  color: #fff;
  background: #bea16f;
  top: -6px;
  left: 15px;
  font-size: 8px;
  padding: 3px;
  line-height: 8px;
  border-radius: 50%;
}
header .top_info .inner .func_area .btn.shopping_car:hover {
  background-position: 101% 111%;
}
header .main_menu {
  padding: 20px 10px;
  display: block;
}
header .main_menu .inner {
  width: 100%;
  max-width: 1480px;
  margin: 0px auto;
  text-align: center;
}
header .main_menu .inner .menu ul li {
  display: inline-block;
}
header .main_menu .inner .menu ul li.active a {
  color: #bea16f;
}
header .main_menu .inner .menu ul li a {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}
header .main_menu .inner .menu ul li a:hover {
  color: #bea16f;
}
header .main_menu .inner .menu ul li a:after {
  content: "";
  display: inline-block;
  margin: 0 23px 0 23px;
  color: #cccccc;
}
header .main_menu .inner .newtags {
  padding: 10px 0 0;
}
header .main_menu .inner .newtags ul li {
  display: inline-block;
}
header .main_menu .inner .newtags ul li:first-child a {
  background-color: #19007C;
}
header .main_menu .inner .newtags ul li:first-child a:hover {
  color: #19007C;
  background-color: #fff;
}
header .main_menu .inner .newtags ul li:nth-child(2) a {
  background-color: #ff0066;
}
header .main_menu .inner .newtags ul li:nth-child(2) a:hover {
  color: #ff0066;
  background-color: #fff;
}
header .main_menu .inner .newtags a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  background-color: #bea16f;
  margin: 0 10px;
  padding: 2px 5px;
}
header .main_menu .inner .newtags a:hover {
  color: #bea16f;
  background-color: #fff;
}
header .web_info {
  margin: 49px 0 0 0;
  border-bottom: 1px solid #cccccc;
  padding: 29px 10px;
}
header .web_info .inner {
  width: 100%;
  max-width: 1480px;
  margin: 0px auto;
}
header .web_info .inner .logo {
  display: inline-block;
}
header .web_info .inner .classification {
  float: right;
}
header .web_info .inner .classification .social {
  text-align: right;
  margin: 0 0 10px 0;
}
header .web_info .inner .classification .social ul li {
  display: inline-block;
}
header .web_info .inner .classification .social ul li a {
  display: inline-block;
  width: 24px;
  height: 18px;
  text-align: left;
  text-indent: -5000px;
  background-image: url(../img/new/icon_all.png);
  background-repeat: no-repeat;
}
header .web_info .inner .classification .social ul li a.youtube {
  background-position: 0 0;
}
header .web_info .inner .classification .social ul li a.facebook {
  background-position: -33px 0;
}
header .web_info .inner .classification .social ul li a.instagram {
  background-position: -66px 0;
}
header .web_info .inner .classification .social ul li a.line {
  background-position: -93px 0;
}
header .web_info .inner .classification .menu ul li {
  display: inline-block;
}
header .web_info .inner .classification .menu ul li.active a {
  color: #bea16f;
  font-weight: bold;
}
header .web_info .inner .classification .menu ul li a {
  font-size: 18px;
  color: #333333;
}
header .web_info .inner .classification .menu ul li a:hover {
  color: #bea16f;
}
header .web_info .inner .classification .menu ul li a:after {
  content: "|";
  display: inline-block;
  margin: 0 10px;
  color: #cccccc;
}
header .web_info .inner .classification .menu ul li:last-child a:after {
  content: "";
  display: inline-block;
  margin: 0;
}

/*** nav ***/
/*********************************
  All md
*********************************/
.themes {
  margin: 0px 0px 20px 0px;
}

.shop_nav {
  padding: 40px 0 0;
  text-align: center;
}
.shop_nav.fixed {
  position: fixed;
  top: 68px;
  z-index: 2000;
  width: 100%;
  background: #fff;
  left: 0;
  padding: 40px 0;
}
.shop_nav ul {
  position: relative;
}
.shop_nav ul li {
  display: inline-block;
  font-size: 18px;
  padding: 4px 0;
}
.shop_nav ul li.active a {
  color: #bea16f;
}
.shop_nav ul li:hover .subnav {
  display: block;
}
.shop_nav ul li a {
  color: #000000;
  padding: 0 10px;
}
.shop_nav ul li a:hover {
  color: #bea16f;
}
.shop_nav ul li .subnav {
  display: none;
  position: absolute;
  width: 120%;
  left: -10%;
  top: 32px;
  background-color: #ececec;
  z-index: 1001;
  text-align: left;
}
.shop_nav ul li .subnav ul {
  text-align: center;
}
.shop_nav ul li .subnav ul li {
  display: inline-block;
  width: 13.98%;
  vertical-align: top;
  padding: 8px 5px;
}
.shop_nav ul li .subnav ul li a {
  text-align: center;
  display: block;
  color: #fff;
  background-color: #aaa;
  line-height: 200%;
}
.shop_nav ul li .subnav ul li a:hover {
  color: #fff;
  background-color: #444;
}
.shop_nav ul li .subnav ul li .thirdnav ul li {
  display: block;
  width: auto;
  padding: 8px 0;
  font-size: 15px;
}
.shop_nav ul li .subnav ul li .thirdnav ul li a {
  display: block;
  color: #999;
  text-align: left;
  background-color: transparent;
}
.shop_nav ul li .subnav ul li .thirdnav ul li a:hover {
  color: #bea16f;
}

/*********************************
  分頁
*********************************/
.pagination a,
.pagination span,
.pagination em {
  min-width: 32px;
  padding: 5px 10px;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  color: var(--color-fg-default);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  border: 1px solid transparent;
  border-radius: 6px;
  transition: border-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
}

.pagination a:hover,
.pagination a:focus,
.pagination span:hover,
.pagination span:focus,
.pagination em:hover,
.pagination em:focus {
  text-decoration: none;
  border-color: var(--color-border-default);
  outline: 0;
  transition-duration: 0.1s;
}

.pagination a:active,
.pagination span:active,
.pagination em:active {
  border-color: var(--color-border-muted);
  transition: none;
}

.pagination .previous_page,
.pagination .next_page {
  color: var(--color-accent-fg);
}

.pagination .current,
.pagination .current:hover,
.pagination [aria-current]:not([aria-current=false]) {
  color: var(--color-fg-on-emphasis);
  background-color: var(--color-accent-emphasis);
  border-color: transparent;
}

.pagination .gap,
.pagination .disabled,
.pagination [aria-disabled=true],
.pagination .gap:hover,
.pagination .disabled:hover,
.pagination [aria-disabled=true]:hover {
  color: var(--color-primer-fg-disabled);
  cursor: default;
  border-color: transparent;
}

@supports ((-webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%)) or (clip-path: polygon(50% 0, 100% 50%, 50% 100%))) {
  .pagination .previous_page::before,
.pagination .next_page::after {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    content: "";
    background-color: currentColor;
  }

  .pagination .previous_page::before {
    margin-right: 4px;
    -webkit-clip-path: polygon(9.8px 12.8px, 8.7px 12.8px, 4.5px 8.5px, 4.5px 7.5px, 8.7px 3.2px, 9.8px 4.3px, 6.1px 8px, 9.8px 11.7px, 9.8px 12.8px);
    clip-path: polygon(9.8px 12.8px, 8.7px 12.8px, 4.5px 8.5px, 4.5px 7.5px, 8.7px 3.2px, 9.8px 4.3px, 6.1px 8px, 9.8px 11.7px, 9.8px 12.8px);
  }

  .pagination .next_page::after {
    margin-left: 4px;
    -webkit-clip-path: polygon(6.2px 3.2px, 7.3px 3.2px, 11.5px 7.5px, 11.5px 8.5px, 7.3px 12.8px, 6.2px 11.7px, 9.9px 8px, 6.2px 4.3px, 6.2px 3.2px);
    clip-path: polygon(6.2px 3.2px, 7.3px 3.2px, 11.5px 7.5px, 11.5px 8.5px, 7.3px 12.8px, 6.2px 11.7px, 9.9px 8px, 6.2px 4.3px, 6.2px 3.2px);
  }
}
.pagination > * {
  display: none;
}

.pagination > :first-child,
.pagination > :last-child,
.pagination > .previous_page,
.pagination > .next_page {
  display: inline-block;
}

@media (min-width: 544px) {
  .pagination > :nth-child(2),
.pagination > :nth-last-child(2),
.pagination > .current,
.pagination > .gap {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .pagination > * {
    display: inline-block;
  }
}
.paginate-container {
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  width: 100%;
}

.paginate-container .pagination {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/*********************************
  footer
*********************************/
footer {
  z-index: 1;
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background-color: #f1f1f1;
}
footer.fixed .footer_all {
  margin: 0 0 59px 0;
}
footer.fixed .statement {
  position: fixed;
  bottom: 0;
  z-index: 10003;
  width: 100%;
  background: #fff;
}
footer.fixed .statement .inner .desc {
  width: 70%;
}
footer.fixed .statement .inner .btn {
  display: block;
}
footer.none .footer_all {
  margin: 0 0 0px 0;
}
footer.none .statement {
  display: none;
}
footer .edm_order {
  width: 100%;
  padding: 100px 0;
  background-size: cover;
  background-color: transparent;
}
footer .edm_order .title {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto 20px auto;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
footer .edm_order .title span {
  border-bottom: 2px solid #333;
}
footer .edm_order p {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto 50px auto;
  font-size: 18px;
  color: #333;
  text-align: center;
}
footer .edm_order .mail_order {
  display: block;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
footer .edm_order .mail_order #sub-form {
  border: none;
  text-align: center;
  display: block;
}
footer .edm_order .mail_order #sub-form input {
  height: 60px;
  max-width: 60%;
  vertical-align: top;
  font-size: 18px;
  background: #fff;
  padding: 0px 10px;
  border: 1px solid #cccccc;
}
footer .edm_order .mail_order input {
  display: inline-block;
  width: 60%;
  max-width: unset;
  height: 58px;
  background: #fff;
  vertical-align: top;
  font-size: 18px;
  padding: 0px 10px;
  border: 1px solid #cccccc;
}
footer .edm_order .mail_order a {
  position: relative;
  left: -4px;
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 60px;
  text-indent: -5000px;
  background: url(../img/new/submit.jpg) no-repeat 0 0;
}
footer .footer_all {
  width: 100%;
  background: #000000;
}
footer .footer_all .web_info {
  width: 100%;
  max-width: 1480px;
  margin: 0px auto;
  padding: 30px 0 15px;
  border-bottom: 1px solid #666;
}
footer .footer_all .web_info .logo {
  display: inline-block;
}
footer .footer_all .web_info .social {
  float: right;
  text-align: right;
  margin: 0px 0 0px 0;
}
footer .footer_all .web_info .social .box a {
  display: inline-block;
  width: 22px;
  height: 25px;
  margin: 0 10px 0 0;
  text-align: left;
  text-indent: -5000px;
  background-image: url(../img/new/icon_all_w.png);
  background-repeat: no-repeat;
}
footer .footer_all .web_info .social .box a:last-child {
  margin: 0;
}
footer .footer_all .web_info .social .box a.youtube {
  background-position: -38px 0px;
}
footer .footer_all .web_info .social .box a.facebook {
  background-position: 9px 2px;
}
footer .footer_all .web_info .social .box a.instagram {
  background-position: -85px 0px;
}
footer .footer_all .web_info .social .box a.line {
  background-position: -125px 0px;
}
footer .footer_all .web_info .social .box a.tiktok {
  background-position: -162px 0px;
}
footer .footer_all .web_structure {
  width: 100%;
  max-width: 1480px;
  margin: 0px auto;
  padding: 15px 0 30px;
  font-size: 14px;
}
footer .footer_all .web_structure .web_map {
  margin: 0 0 10px 0;
}
footer .footer_all .web_structure .web_map ul:after {
  content: "|";
  color: #fff;
  display: inline-block;
  margin: 0 2px;
}
footer .footer_all .web_structure .web_map ul li {
  display: inline-block;
}
footer .footer_all .web_structure .web_map ul li a {
  display: inline-block;
  color: #fff;
}
footer .footer_all .web_structure .web_map ul li a:hover {
  text-decoration: underline;
}
footer .footer_all .web_structure .web_map ul li:before {
  content: "|";
  color: #fff;
  display: inline-block;
  margin: 0 3px 0 1px;
}
footer .footer_all .web_structure p {
  font-size: 12px;
  color: #aaa;
  margin: 0 0 10px 0;
}
footer .footer_all .web_structure .copyright {
  font-size: 12px;
  color: #aaa;
}
footer .statement {
  border-top: 1px solid #ccc;
}
footer .statement .inner {
  width: 100%;
  line-height: 150%;
  max-width: 1480px;
  margin: 0px auto;
  padding: 20px 0;
  font-size: 12px;
}
footer .statement .inner .desc {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  color: #333333;
}
footer .statement .inner .desc a {
  color: #bea16f;
  font-weight: bold;
}
footer .statement .inner .desc a:hover {
  text-decoration: underline;
}
footer .statement .inner .btn {
  position: relative;
  top: -7px;
  display: none;
  float: right;
  padding: 7px 35px;
  font-size: 14px;
  color: #333;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #333;
}
footer .statement .inner .btn:hover {
  color: #bea16f;
  border: 1px solid #bea16f;
}

.gototop {
  position: fixed;
  right: 10px;
  bottom: -15%;
  z-index: 1001;
  transition: all 1s;
}
.gototop.fixed {
  bottom: 5%;
}
.gototop a {
  position: relative;
  display: block;
  z-index: 1001;
  cursor: pointer;
  width: 50px;
  height: 50px;
  text-indent: -5000px;
  background: url(../img/new/top.png) no-repeat 0 0;
  background-size: 100% auto;
}
.gototop a.msg {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/new/fb_msg.png) no-repeat 0 0;
  background-size: 100% auto;
  margin: 0 0 30px 0;
}

.themes {
  clear: both;
}
.themes .theme_content {
  width: 600px;
  float: left;
}
.themes .theme_aisde {
  width: 180px;
  float: right;
}
.try_search.themes {
  background-size: 100% auto;
}
.try_search.themes .search_func {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 80px 0 0;
  text-align: center;
}
.try_search.themes .slick_960 {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}
.member.themes .theme_content {
  width: 680px;
  float: right;
}
.member.themes .theme_content .basic_info {
  position: relative;
  text-align: left;
}
.member.themes .theme_content .basic_info h2 {
  font-size: 30px;
  line-height: 200%;
  border-bottom: 1px solid #949494;
}
.member.themes .theme_content .basic_info .filter {
  position: absolute;
  right: 0;
  top: 0;
}
.member.themes .theme_content .basic_info .accumulated_points {
  padding: 20px 0;
  max-width: 320px;
  margin: 0 auto;
}
.member.themes .theme_content .basic_info .accumulated_points .title {
  display: inline-block;
  font-size: 24px;
  color: #333333;
}
.member.themes .theme_content .basic_info .accumulated_points .point {
  display: inline-block;
  font-size: 36px;
  color: #bea16f;
  width: 30%;
  text-align: right;
  padding: 0 20px;
}
.member.themes .theme_content .basic_info .accumulated_points a {
  display: inline-block;
  font-size: 20px;
  padding: 10px 10px;
  text-align: center;
  color: #fff;
  background: #000;
  display: inline-block;
  border-radius: 5px;
}
.member.themes .theme_content .basic_info .form_list {
  width: 100%;
  padding: 20px 0;
}
.member.themes .theme_content .basic_info .form_list.normal ul {
  width: 100%;
}
.member.themes .theme_content .basic_info .form_list.normal ul li .title {
  width: 20%;
  vertical-align: top;
  padding: 15px 0 0;
}
.member.themes .theme_content .basic_info .form_list.normal ul li .import {
  width: 75%;
}
.member.themes .theme_content .basic_info .form_list.normal ul li a {
  color: #333333;
  display: inline-block;
}
.member.themes .theme_content .basic_info .form_list.normal ul li a:hover {
  color: #bea16f;
}
.member.themes .theme_content .basic_info .form_list .title {
  display: inline-block;
  width: 20%;
  font-size: 24px;
  vertical-align: top;
}
.member.themes .theme_content .basic_info .form_list ul {
  display: inline-block;
  width: 75%;
  vertical-align: top;
  font-size: 18px;
}
.member.themes .theme_content .basic_info .form_list ul strong {
  color: #ff3300;
}
.member.themes .theme_content .basic_info .form_list ul li .import label {
  width: 100%;
}
.member.themes .theme_content .basic_info .highlight {
  color: #bea16f;
  font-weight: bold;
}
.member.themes .theme_content .basic_info .buttons {
  text-align: right;
  margin: 10 0 10px 0;
}
.member.themes .theme_content .basic_info .buttons.center {
  text-align: center;
}
.member.themes .theme_content .basic_info .ps_box {
  color: #333333;
  padding: 20px;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin: 50px 0 0 0;
}
.member.themes .theme_content .basic_info .ps_box strong {
  color: #bea16f;
}
.member.themes .theme_content .basic_info .ps_box .title {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.member.themes .theme_content .basic_info .ps_box .desc {
  font-size: 14px;
  line-height: 170%;
}
.member.themes .theme_content .basic_info a {
  color: #bea16f;
  font-size: 16px;
  margin: 0 3px;
}
.member.themes .theme_content .form_info {
  padding: 20px 0;
  text-align: left;
}
.member.themes .theme_content .form_info h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 200%;
  border-bottom: 1px solid #ccc;
}
.member.themes .theme_content .form_info .form_list {
  width: 100%;
  margin: 0;
}
.member.themes .theme_content .form_info .form_list ul li {
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  line-height: 200%;
  padding: 10px 0;
}
.member.themes .theme_content .form_info .form_list ul li:last-child {
  border-bottom: none;
}
.member.themes .theme_content .form_info .form_list ul li .date {
  display: inline-block;
  width: 20%;
}
.member.themes .theme_content .form_info .form_list ul li .name {
  width: 60%;
}
.member.themes .theme_content .form_info .form_list ul li .name3 {
  width: 68%;
}
.member.themes .theme_content .form_info .form_list ul li .name2 {
  display: inline-block;
  width: 45%;
}
.member.themes .theme_content .form_info .form_list ul li .status {
  display: inline-block;
  width: 15%;
}
.member.themes .theme_content .form_info .form_list ul li .usepoint,
.member.themes .theme_content .form_info .form_list ul li .getpoint {
  display: inline-block;
  width: 15%;
  text-align: right;
}
.member.themes .theme_content .form_info .form_list ul li .change {
  display: inline-block;
  width: 15%;
  text-align: center;
}
.member.themes .theme_content .form_info .form_list ul li .change a {
  display: inline-block;
  font-size: 20px;
  padding: 0px 10px;
  text-align: center;
  color: #333333;
  border: 1px solid #333333;
  display: inline-block;
  border-radius: 5px;
}
.member.themes .theme_content .article_collection .item {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.member.themes .theme_content .article_collection .item:last-child {
  border-bottom: none;
}
.member.themes .theme_content .article_collection .item figure {
  display: inline-block;
  width: 44.118%;
  vertical-align: top;
}
.member.themes .theme_content .article_collection .item figure img {
  width: 100%;
}
.member.themes .theme_content .article_collection .item .word {
  display: inline-block;
  width: 55%;
  vertical-align: top;
  text-align: left;
  box-sizing: border-box;
  padding: 0 10px;
}
.member.themes .theme_content .article_collection .item .word .title {
  font-size: 18px;
  margin: 0 0 10px 0;
}
.member.themes .theme_content .article_collection .item .word .info {
  font-size: 14px;
}
.member.themes .theme_content .article_collection .item .word .info.collection {
  margin: 0 0 20px 0;
}
.member.themes .theme_content .article_collection .item .word .info .editor {
  display: inline-block;
}
.member.themes .theme_content .article_collection .item .word .info .editor a {
  color: #bea16f;
}
.member.themes .theme_content .article_collection .item .word .info .editor a:after {
  content: "．";
}
.member.themes .theme_content .article_collection .item .word .info .editor a:last-child:after {
  content: "";
}
.member.themes .theme_content .article_collection .item .word .info .editor:after {
  content: "-";
}
.member.themes .theme_content .article_collection .item .word .info .date {
  display: inline-block;
}
.member.themes .theme_content .article_collection .item .word .cancel {
  padding: 5px 10px;
  font-size: 18px;
  color: #333333;
  border-radius: 5px;
  border: 1px solid #333333;
}
.member.themes .theme_content .article_collection .item .word .cancel:hover {
  color: #bea16f;
  border: 1px solid #bea16f;
}
.member.themes .theme_content .product_collection .item {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.member.themes .theme_content .product_collection .item:last-child {
  border-bottom: none;
}
.member.themes .theme_content .product_collection .item figure {
  display: inline-block;
  width: 21.3%;
  vertical-align: top;
  margin: 0 10px 0 0;
}
.member.themes .theme_content .product_collection .item figure img {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 15px;
}
.member.themes .theme_content .product_collection .item .word {
  display: inline-block;
  width: 75%;
  vertical-align: top;
  text-align: left;
  box-sizing: border-box;
  padding: 0 10px;
}
.member.themes .theme_content .product_collection .item .word .title {
  font-size: 18px;
}
.member.themes .theme_content .product_collection .item .word .brand {
  font-size: 18px;
  margin: 0 0 10px 0;
}
.member.themes .theme_content .product_collection .item .word .price_none {
  color: #949494;
  text-decoration: line-through;
}
.member.themes .theme_content .product_collection .item .word .price {
  color: #bea16f;
}
.member.themes .theme_content .product_collection .item .word .info {
  font-size: 14px;
}
.member.themes .theme_content .product_collection .item .word .info.collection {
  margin: 0 0 20px 0;
}
.member.themes .theme_content .product_collection .item .word .info .editor {
  display: inline-block;
}
.member.themes .theme_content .product_collection .item .word .info .editor a {
  color: #bea16f;
}
.member.themes .theme_content .product_collection .item .word .info .editor a:after {
  content: "．";
}
.member.themes .theme_content .product_collection .item .word .info .editor a:last-child:after {
  content: "";
}
.member.themes .theme_content .product_collection .item .word .info .editor:after {
  content: "-";
}
.member.themes .theme_content .product_collection .item .word .info .date {
  display: inline-block;
}
.member.themes .theme_content .product_collection .item .word .cancel {
  padding: 5px 10px;
  font-size: 18px;
  color: #333333;
  border-radius: 5px;
  border: 1px solid #333333;
}
.member.themes .theme_content .product_collection .item .word .cancel:hover {
  color: #bea16f;
  border: 1px solid #bea16f;
}
.member.themes .theme_content .message_record .item {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.member.themes .theme_content .message_record .item:last-child {
  border-bottom: none;
}
.member.themes .theme_content .message_record .item .original {
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #eee;
}
.member.themes .theme_content .message_record .item .original figure {
  display: inline-block;
  width: 15.2%;
  margin: 0 1% 0 0;
  vertical-align: top;
}
.member.themes .theme_content .message_record .item .original figure img {
  width: 100%;
}
.member.themes .theme_content .message_record .item .original .word {
  display: inline-block;
  width: 83%;
  vertical-align: top;
  text-align: left;
  line-height: 170%;
}
.member.themes .theme_content .message_record .item .original .word .classification {
  font-size: 16px;
}
.member.themes .theme_content .message_record .item .original .word .title {
  font-size: 16px;
}
.member.themes .theme_content .message_record .item .original .word .tag {
  font-size: 14px;
}
.member.themes .theme_content .message_record .item .original .word .tag .editor {
  display: inline-block;
}
.member.themes .theme_content .message_record .item .original .word .tag .editor a {
  color: #bea16f;
}
.member.themes .theme_content .message_record .item .original .word .tag .editor a:after {
  content: "．";
}
.member.themes .theme_content .message_record .item .original .word .tag .editor a:last-child:after {
  content: "";
}
.member.themes .theme_content .message_record .item .original .word .tag .editor:after {
  content: "-";
}
.member.themes .theme_content .message_record .item .original .word .tag .date {
  display: inline-block;
}
.member.themes .theme_content .message_record .item .reply {
  padding: 10px 0;
}
.member.themes .theme_content .message_record .item .reply.non-img .word {
  width: 100%;
}
.member.themes .theme_content .message_record .item .reply.non-img figure {
  display: none;
}
.member.themes .theme_content .message_record .item .reply .word {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 75%;
}
.member.themes .theme_content .message_record .item .reply .word .info {
  font-size: 14px;
  margin: 0 0 10px 0;
}
.member.themes .theme_content .message_record .item .reply .word .info .title {
  display: inline-block;
}
.member.themes .theme_content .message_record .item .reply .word .info .title:after {
  content: "：";
}
.member.themes .theme_content .message_record .item .reply .word .info .date {
  display: inline-block;
}
.member.themes .theme_content .message_record .item .reply .word .desc {
  font-size: 18px;
}
.member.themes .theme_content .message_record .item .reply figure {
  display: inline-block;
  vertical-align: top;
  width: 22.1%;
}
.member.themes .theme_content .message_record .item .reply figure img {
  width: 100%;
  border-radius: 5px;
}
.member.themes .theme_content .activity_list .item {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.member.themes .theme_content .activity_list .item:last-child {
  border-bottom: none;
}
.member.themes .theme_content .activity_list .item .original {
  margin: 0 0 10px 0;
}
.member.themes .theme_content .activity_list .item .original figure {
  display: inline-block;
  width: 15.2%;
  vertical-align: top;
  margin: 0 1% 0 0;
}
.member.themes .theme_content .activity_list .item .original figure img {
  width: 100%;
  border-radius: 5px;
}
.member.themes .theme_content .activity_list .item .original .word {
  display: inline-block;
  width: 83%;
  vertical-align: top;
  text-align: left;
  line-height: 170%;
}
.member.themes .theme_content .activity_list .item .original .word .classification {
  font-size: 16px;
  font-weight: bold;
}
.member.themes .theme_content .activity_list .item .original .word .title {
  font-size: 16px;
}
.member.themes .theme_content .activity_list .item .original .word .tag {
  font-size: 14px;
}
.member.themes .theme_content .activity_list .item .original .word .tag .editor {
  display: inline-block;
}
.member.themes .theme_content .activity_list .item .original .word .tag .editor a {
  color: #bea16f;
}
.member.themes .theme_content .activity_list .item .original .word .tag .editor a:after {
  content: "．";
}
.member.themes .theme_content .activity_list .item .original .word .tag .editor a:last-child:after {
  content: "";
}
.member.themes .theme_content .activity_list .item .original .word .tag .editor:after {
  content: "-";
}
.member.themes .theme_content .activity_list .item .original .word .tag .date {
  display: inline-block;
}
.member.themes .theme_content .activity_list .experience {
  padding: 20px 20px;
  text-align: left;
  font-size: 18px;
  border: 1px solid #ccc;
  background-color: #eee;
}
.member.themes .theme_content .activity_list .experience .btns {
  float: right;
  text-align: right;
}
.member.themes .theme_content .activity_list .experience .btns a {
  color: #333333;
  border: 1px solid #ccc;
  padding: 5px 20px;
  border-radius: 5px;
  background-color: #fff;
}
.member.themes .theme_content .activity_list .experience .btns a:hover {
  background-color: #000;
  color: #fff;
}
.member.themes .theme_content .article_box {
  text-align: left;
  padding: 20px 0;
  border-top: 1px solid #ccc;
}
.member.themes .theme_content .article_box h4 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.member.themes .theme_content .article_box p {
  font-size: 18px;
}
.member.themes .theme_content .article_box .question {
  font-size: 18px;
}
.member.themes .theme_content .article_box .question ol {
  list-style: decimal;
  padding: 0 0 0 20px;
}
.member.themes .theme_content .article_box .question ol li {
  padding: 0 0 20px 0;
  line-height: 170%;
}
.member.themes .theme_content .article_box .question ol li .issue {
  margin: 0 0 10px 0;
}
.member.themes .theme_content .article_box .question ol li input[type=radio] {
  display: none;
}
.member.themes .theme_content .article_box .question ol li input[type=checkbox] {
  display: none;
}
.member.themes .theme_content .article_box .question ol li input[type=radio] + label span.radio {
  top: 5px;
}
.member.themes .theme_content .article_box .btns {
  text-align: center;
}
.member.themes .theme_content .article_box .btns a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  background-color: #4b6eb6;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.member.themes .theme_content .buttons {
  margin: 10px 0 10px 0;
}
.member.themes .theme_aisde {
  width: 300px;
  float: left;
}
.member.themes .theme_aisde .man_info figure img {
  overflow: hidden;
  border-radius: 50%;
}
.member.themes .theme_aisde .man_info .word {
  font-size: 24px;
  font-weight: bold;
}
.member.themes .theme_aisde .man_info .word .sort {
  color: #bea16f;
}
.member.themes .theme_aisde .man_info .buttons {
  border: none;
}
.member.themes .theme_aisde .member_menu ul li a {
  display: block;
  color: #949494;
  font-size: 24px;
  line-height: 300%;
}
.member.themes .theme_aisde .member_menu ul li a:hover {
  color: #333333;
  font-weight: bold;
}
.member.themes .theme_aisde .member_menu ul li.active a {
  color: #333333;
  font-weight: bold;
}
.member.themes .theme_aisde .point_info figure img {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.member.themes .theme_aisde .point_info .word .name {
  color: #333333;
  font-size: 20px;
}
.member.themes .theme_aisde .point_info .word .point {
  color: #bea16f;
  font-size: 30px;
}

@media (max-width: 1280px) {
  main.col_2_right .main_container .inner .main_content {
    width: 67%;
    max-width: 860px;
  }
}
@media (max-width: 1050px) {
  .mobile_show {
    display: none !important;
  }

  .mobile_hidden {
    display: block !important;
  }

  header .main_menu .inner .menu ul li a:after {
    margin: 0 6px 0 6px;
  }

  main.col_2_left.w_1024 .main_container .inner {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  main.col_2_left.w_1024 .main_container .inner .main_content {
    max-width: 55%;
  }
  main.col_2_left.w_1024 .main_container .inner aside {
    max-width: 300px;
  }

  footer.fixed .statement {
    box-sizing: border-box;
  }
  footer.fixed .statement .inner .desc {
    width: 60%;
  }
  footer.fixed .statement .inner .btn {
    top: 0;
    width: auto;
    float: right;
  }
  footer .edm_order {
    padding: 54px 0;
  }
  footer .edm_order .title {
    width: 100%;
    margin: 0 auto 20px auto;
    font-size: 24px;
  }
  footer .edm_order p {
    width: 90%;
    margin: 0 auto 30px auto;
    font-size: 14px;
    line-height: 150%;
  }
  footer .edm_order .mail_order {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  footer .edm_order .mail_order #sub-form input {
    width: 60%;
    height: 46px;
    font-size: 14px;
  }
  footer .edm_order .mail_order input {
    display: inline-block;
    width: 60%;
    font-size: 14px;
    padding: 12px 10px;
    height: 20px;
  }
  footer .edm_order .mail_order a {
    width: 46px;
    height: 46px;
    background-size: 100% auto;
  }
  footer .footer_all .web_info {
    display: block;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }
  footer .footer_all .web_info .logo {
    margin: 0 0 10px 0;
  }
  footer .footer_all .web_info .logo img {
    width: auto;
  }
  footer .footer_all .web_structure {
    display: block;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }
  footer .footer_all .web_structure .web_map ul li:after {
    margin: 3px 5px;
  }
  footer .statement {
    padding: 5px 5%;
    background: #fff;
  }
  footer .statement .inner {
    padding: 0px 0 0px;
  }
  footer .statement .inner .desc {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .mobile_show {
    display: block !important;
  }

  .mobile_hidden {
    display: none !important;
  }

  main.col_2_left.w_1024 .main_container .inner {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  main.col_2_left.w_1024 .main_container .inner .main_content {
    max-width: 100%;
  }
  main.col_2_left.w_1024 .main_container .inner aside {
    max-width: 100%;
  }
  main.col_2_left .main_container .inner {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 0px;
  }
  main.col_2_left .main_container .inner .main_content {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 0;
  }
  main.col_2_left .main_container .inner aside {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
  main.col_2_right .main_container .inner {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  main.col_2_right .main_container .inner .main_content {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }
  main.col_2_right .main_container .inner aside {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }

  /*********************************
        Header
  *********************************/
  header {
    padding: 0;
  }
  header .top_logo {
    padding: 22px 20px 18px 20px;
  }
  header .top_logo img {
    max-width: 100%;
  }
  header .top_info {
    padding: 5px 10px 5px 10px;
    height: 34px;
  }
  header .top_info.fixed .inner .login_area {
    bottom: 3%;
  }
  header .top_info .inner {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  header .top_info .inner .toggle {
    display: inline-block;
    margin: 2px 2px 0 0;
    background-size: 80% auto;
    width: 25px;
    height: 19px;
  }
  header .top_info .inner .toggle:hover {
    background-position: 0% 126%;
  }
  header .top_info .inner .title {
    font-size: 20px;
  }
  header .top_info .inner .breadcrumb {
    margin: 2px 0px 0 0;
    padding: 10px 20px;
  }
  header .top_info .inner .breadcrumb .title {
    margin: 0 0px 0 0;
  }
  header .top_info .inner .breadcrumb .title a {
    font-size: 20px;
  }
  header .top_info .inner .breadcrumb span a {
    font-size: 20px;
  }
  header .top_info .inner .func_area .social_box {
    display: inline-block;
    vertical-align: top;
  }
  header .top_info .inner .func_area .social_box.open .box {
    width: 180px;
    height: 28px;
  }
  header .top_info .inner .func_area .social_box .box {
    position: absolute;
    top: 29px;
    right: 0;
    width: 180px;
    height: 0px;
    background: rgba(233, 229, 218, 0.9);
    z-index: 1002;
  }
  header .main_menu {
    display: none;
    max-width: 100%;
    padding: 0;
    overflow: hidden;
  }
  header .main_menu .inner .menu {
    display: inline-block;
    max-width: 100%;
    height: 32px;
    overflow-x: scroll;
  }
  header .main_menu .inner .menu::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
  header .main_menu .inner .menu ul {
    display: inline-block;
    min-width: 940px;
    text-align: left;
    padding: 0 0 0 15px;
  }
  header .main_menu .inner .newtags {
    display: inline-block;
    max-width: 100%;
    height: 32px;
    overflow-x: scroll;
    padding: 0;
  }
  header .main_menu .inner .newtags::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
  header .main_menu .inner .newtags ul {
    display: inline-block;
    min-width: 800px;
    text-align: left;
  }
  header .web_info {
    display: none;
  }
  header .breadcrumbs .inner {
    padding: 0 10px;
    box-sizing: border-box;
  }
  header .login_area .search {
    top: 0px;
  }
  header .login_area.login .desc {
    display: none;
  }

  main .main_container.shop_nav_fixed {
    margin: 0px 0 0 !important;
  }

  .shop_nav {
    top: 60px;
    display: none;
  }

  .page.shop_beauty_detail header .top_info.fixed .inner .login_area {
    bottom: 7%;
  }
  .page.shop_beauty_detail .gototop.fixed {
    bottom: 5%;
  }

  /*********************************
        footer
    *********************************/
  footer {
    margin: 0 auto 0px;
  }
  footer.fixed .statement {
    box-sizing: border-box;
  }
  footer.fixed .statement .inner .desc {
    width: 100%;
    margin: 0 0 10px 0;
  }
  footer.fixed .statement .inner .btn {
    top: 0;
    width: 100%;
    margin: 0 auto;
    float: none;
    box-sizing: border-box;
    text-align: center;
  }
  footer .edm_order {
    padding: 23px 0;
  }
  footer .edm_order .title {
    font-size: 20px;
  }
  footer .edm_order p {
    width: 82%;
    margin: 0 auto 10px auto;
    font-size: 13px;
  }
  footer .footer_all .web_info {
    text-align: center;
    padding: 20px 0 15px;
  }
  footer .footer_all .web_info .logo img {
    width: auto;
  }
  footer .footer_all .web_info .social {
    float: none;
    text-align: center;
  }
  footer .footer_all .web_structure {
    padding: 15px 0 20px;
  }

  .gototop {
    right: 10px;
    bottom: -25%;
  }
  .gototop.fixed {
    bottom: 1%;
  }
  .gototop a {
    width: 30px;
    height: 30px;
  }
  .gototop a.msg {
    width: 30px;
    height: 30px;
    margin: 0 0 10px 0;
  }

  .shopping_btns {
    display: block;
  }
}
/*********************************
  shared
*********************************/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  margin: 5px 0 5px 0;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #dbdbdb;
}

input {
  font-size: 16px;
}
input[type=text] {
  font-family: Arial, Helvetica, sans-serif, Microsoft JhengHei;
}
input[type=radio] {
  display: none;
}
input[type=radio] + label {
  cursor: pointer;
}
input[type=radio] + label span.radio {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 4px;
  background-image: url(../img/new/dot.png);
  width: 20px;
  height: 19px;
  background-position: -19px -28px;
}
input[type=radio] + label span.desc {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 30px);
}
input[type=radio]:checked + label span.radio {
  background-position: -19px 0;
}
input[type=checkbox] {
  display: none !important;
}
input[type=checkbox] + label {
  cursor: pointer;
}
input[type=checkbox] + label span.checkbox {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 4px;
  background-image: url(../img/new/icon_checkbox.png);
  width: 20px;
  height: 20px;
  background-position: -20px -29px;
}
input[type=checkbox] + label span.desc {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 40px);
  margin-left: 10px;
}
input[type=checkbox]:checked + label span.checkbox {
  background-position: 0px 0;
}

[class^=icon].like {
  display: inline-block;
  width: 21px;
  height: 20px;
  vertical-align: text-bottom;
  background: url(../img/new/icon_all_2.png) no-repeat 0px -129px;
}
[class^=icon].like.active {
  background-position: -31px -129px;
}

.buttons {
  text-align: center;
  padding: 10px 10px 30px 10px;
  margin: 0;
  box-sizing: border-box;
}
.buttons.normal input[type=button],
.buttons.normal a {
  color: #fff;
  border-radius: 5px;
  background-color: #000;
}
.buttons.normal input[type=button]:hover,
.buttons.normal a:hover {
  background-color: #bea16f;
}
.buttons.member a {
  color: #fff;
  border-radius: 10px;
  background-color: #000;
}
.buttons.member a:hover {
  background-color: #bea16f;
}
.buttons input[type=button],
.buttons a {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif, Microsoft JhengHei;
  text-align: center;
  padding: 6px 30px;
  box-sizing: border-box;
  border: none;
}
.buttons input[type=button].more,
.buttons a.more {
  font-size: 42px;
  border-radius: 0px;
  padding: 0 32px 0 0;
  margin: 0 0 0 40px;
  color: #000;
  max-width: 210px;
  width: 210px;
  background-color: transparent;
  background-image: url(../img/new/btn_1.png);
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 95% auto;
  transition: all 1s;
}
.buttons input[type=button].more:hover,
.buttons a.more:hover {
  background-position: 7px bottom;
}
.buttons .ps {
  font-size: 14px;
  color: #999;
}

select {
  cursor: pointer;
  background: url(../img/new/select.png) no-repeat 98% center transparent;
  background-size: 7% auto;
  padding: 5px 5px 5px 5px;
  width: 100%;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  background-color: #bea16f;
  border-radius: 10px;
  border: #bea16f;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.sort {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  color: #333333;
  font-size: 14px;
  margin: 0 3px;
  background-image: url(../img/new/sort_all.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 100% 7px;
  padding: 0 20px 0 0;
}
select.normal {
  background: url(../img/new/icon_down.png) no-repeat 100% center #f6f7f7;
  width: 100%;
  font-size: 15px;
  color: #333333;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 15px 40px 15px 10px;
}

.breadcrumbs {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 150%;
}
.breadcrumbs .inner {
  width: 100%;
  max-width: 1480px;
  margin: 0px auto;
}
.breadcrumbs .inner a {
  color: #ccc;
}
.breadcrumbs .inner a:hover {
  color: #bea16f;
}
.breadcrumbs .inner a:after {
  content: ">";
  margin: 0 5px;
}
.breadcrumbs .inner a:last-child:after {
  content: "";
  margin: 0 0px;
}

.teaching {
  text-align: right;
  padding: 5px 9px;
}
.teaching.mypage a {
  display: inline-block;
  width: 52px;
  height: 52px;
  font-size: 16px;
  color: #fff;
  background: #ccc;
  border: 1px solid #ccc;
  border-radius: 50%;
  line-height: 110%;
  box-sizing: border-box;
  padding: 8px 5px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
}
.teaching.mypage a:hover {
  color: #333;
  background-color: #fff;
}
.teaching a {
  font-size: 12px;
  color: #999;
  text-decoration: underline;
}
.teaching a:hover {
  color: #ff0066;
}

@media (max-width: 1050px) {
  .breadcrumbs {
    padding: 0 0 10px 0 !important;
  }
  .breadcrumbs .inner {
    padding: 0 !important;
  }

  .buttons a.more {
    max-width: 160px;
    width: 160px;
    font-size: 30px;
    padding: 0 26px 7px 0;
    margin: 0 0px 0 24px;
  }
}
@media (max-width: 767px) {
  ::-webkit-scrollbar {
    height: 2px;
  }

  input[type=radio] + label span.radio {
    top: 2px;
  }
  input[type=checkbox] + label span.checkbox {
    top: 2px;
  }

  .breadcrumbs {
    padding: 10px 0px 10px !important;
    max-width: 88%;
    margin: 0 auto;
    font-size: 13px;
  }

  .buttons a.more {
    max-width: 130px;
    width: 130px;
    font-size: 22px;
    padding: 0 26px 7px 0;
    margin: 0 0px 0 24px;
  }

  .teaching {
    max-width: 310px;
    margin: 0 auto;
  }
  .teaching.mypage {
    display: block !important;
    max-width: 320px;
    padding: 5px 13px 0px 0;
  }
  .teaching.mypage a {
    font-size: 13px;
    padding: 4px 3px;
    width: 40px;
    height: 40px;
  }
  .teaching a {
    font-size: 12px;
    color: #999;
    text-decoration: underline;
  }
  .teaching a:hover {
    color: #ff0066;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  text-align: center;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 0px 10px 0px !important;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left !important;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 46%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background-color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #333 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -35px;
  background: url(../img/new/slick.png) no-repeat -6px 5px;
  width: 22px;
  height: 57px;
}

[dir=rtl] .slick-prev {
  right: -32px;
  left: auto;
}

.slick-next {
  right: -35px;
  background: url(../img/new/slick.png) no-repeat -61px 5px;
  width: 22px;
  height: 57px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -30px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 0px 0;
  list-style: none;
  text-align: center;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
  top: -5px;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  text-align: center;
  opacity: 0.25;
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button {
  opacity: 0.75;
}

@media (max-width: 767px) {
  .slick-list {
    margin: 0 auto 5px auto !important;
  }
}
.md.rolling_ad {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  height: 50vh;
  overflow: hidden;
  text-align: center;
}
.md.rolling_ad.slick .slick-dots {
  position: absolute !important;
  bottom: 10px;
}
.md.rolling_ad.fixed {
  position: relative;
}
.md.rolling_ad.fixed iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}
.md.rolling_ad.fixed a {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin: 0 auto;
  z-index: 1;
}
.md.rolling_ad.none {
  display: none;
}
.md.rolling_ad a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.md.rolling_ad a:hover span.img {
  background-size: 110% auto;
}
.md.rolling_ad a span.img {
  display: block;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.5s;
}
.md.rolling_ad img {
  width: 100%;
  height: auto;
}
.md.rolling_ad iframe {
  width: 100%;
  height: 100%;
}
.md.main_banner {
  display: block;
  max-width: 1920px;
  margin: 0 auto;
}
.md.main_banner a {
  display: block;
}
.md.main_banner img {
  display: block;
  max-width: 100%;
}

@media (max-width: 1050px) {
  .md.rolling_ad {
    height: 300px;
  }
  .md.rolling_ad.mv {
    height: 430px;
  }
  .md.rolling_ad.mv.fixed iframe {
    height: 430px;
  }
  .md.rolling_ad a {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .md.rolling_ad {
    height: 564px;
  }
  .md.rolling_ad .wrapper {
    height: 564px;
  }
  .md.rolling_ad .wrapper .slick-list {
    height: 564px;
  }
  .md.rolling_ad .wrapper .slick-list .slick-track {
    height: 564px;
  }
  .md.rolling_ad.mv {
    height: 380px;
  }
  .md.rolling_ad.mv.fixed iframe {
    height: 380px;
  }
  .md.rolling_ad a {
    height: 564px;
  }
}
.try_list {
  margin: 0 0 50px 0;
}
.try_list .nodata {
  font-size: 18px;
  padding: 10px;
  text-align: center;
}
.try_list .wrapper {
  margin: 0 0 10px 0 !important;
  text-align: center;
}
.try_list .wrapper .item {
  display: inline-block;
  text-align: left;
}
.try_list .wrapper .item.color_red .word {
  background-color: #a21318;
}
.try_list .wrapper .item.color_red .word .buttons a {
  color: #a21318;
}
.try_list .wrapper .item.color_red .word .buttons a:hover {
  color: #fff;
  background-color: #a21318;
}
.try_list .wrapper .item.color_blue .word {
  background-color: #358584;
}
.try_list .wrapper .item.color_blue .word .buttons a {
  color: #358584;
}
.try_list .wrapper .item.color_blue .word .buttons a:hover {
  color: #fff;
  background-color: #358584;
}
.try_list .wrapper .item.color_yellow .word {
  background-color: #c9a879;
}
.try_list .wrapper .item.color_yellow .word .buttons a {
  color: #c9a879;
}
.try_list .wrapper .item.color_yellow .word .buttons a:hover {
  color: #fff;
  background-color: #c9a879;
}
.try_list .wrapper .item figure {
  display: block;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}
.try_list .wrapper .item figure img {
  display: block;
  max-width: 100%;
}
.try_list .wrapper .item .word {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
}
.try_list .wrapper .item .word .desc {
  color: #fff;
  line-height: 120%;
}
.try_list .wrapper .item .word .desc a {
  color: #fff;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 28px;
  height: 108px;
  line-height: 130%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.try_list .wrapper .item .word .desc a:hover {
  color: #000;
}
.try_list .wrapper .item .word .tryout {
  color: #fff;
  font-size: 20px;
  line-height: 120%;
  border-top: 1px solid #fff;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
}
.try_list .wrapper .item .word .buttons a {
  font-size: 24px;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #fff;
}

aside .try_list .wrapper .item .word .desc a {
  font-size: 18px;
  height: 72px;
}
aside .try_list .wrapper .item .word .tryout {
  font-size: 14px;
}

@media (max-width: 1440px) {
  .try_list {
    margin: 0 0 10px 0;
  }
  .try_list .wrapper .item .word .tryout {
    font-size: 18px;
  }
}
@media (max-width: 1050px) {
  .try_list {
    margin: 0 0 10px 0;
  }
  .try_list .wrapper .item .word .desc {
    font-size: 18px;
  }
  .try_list .wrapper .item .word .desc a {
    height: 78px;
  }
  .try_list .wrapper .item .word .tryout {
    font-size: 12px;
  }
  .try_list .wrapper .item .word .buttons a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .try_list {
    display: block;
    max-width: 86%;
    width: 86%;
    max-width: 320px;
    margin: 0 auto 20px auto;
  }
  .try_list .wrapper {
    margin: 0 0 10px 0 !important;
  }
  .try_list .wrapper .item {
    display: inline-block;
    text-align: left;
  }
  .try_list .wrapper .item .word .desc a {
    height: 70px;
    font-size: 18px;
  }
  .try_list .wrapper .item .word .tryout {
    font-size: 14px;
  }
  .try_list .wrapper .item .word .buttons a {
    font-size: 18px;
  }
  .try_list .wrapper .slick-prev,
.try_list .wrapper .slick-next {
    top: 50%;
  }

  aside .try_list .wrapper .item .word .desc a {
    height: 70px;
    font-size: 18px;
  }
}
.bloggerlist_blog .md.tryout .md_hd,
.ibeauty_index .right-banner .md.tryout .md_hd {
  margin: -6px 0 2rem 0;
}
.bloggerlist_blog .md.tryout .md_hd h4,
.ibeauty_index .right-banner .md.tryout .md_hd h4 {
  color: #fff;
}
.bloggerlist_blog .try_list .wrapper .item figure,
.ibeauty_index .right-banner .try_list .wrapper .item figure {
  display: block;
  position: relative;
  margin: 0 auto;
  height: 0;
  overflow: hidden;
  padding-bottom: 67%;
}
.bloggerlist_blog .try_list .wrapper .item figure img,
.ibeauty_index .right-banner .try_list .wrapper .item figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #f1f1f1;
}
.bloggerlist_blog .try_list .wrapper .item .word .desc a,
.ibeauty_index .right-banner .try_list .wrapper .item .word .desc a {
  font-size: 16px;
  height: 60px;
  font-weight: 400;
}
.bloggerlist_blog .try_list .wrapper .item .word .desc a:hover,
.ibeauty_index .right-banner .try_list .wrapper .item .word .desc a:hover {
  color: #ffffffc2;
}
.bloggerlist_blog .try_list .wrapper .item .word .tryout,
.ibeauty_index .right-banner .try_list .wrapper .item .word .tryout {
  margin: 10px 0px 20px 0;
}
.bloggerlist_blog .try_list .wrapper .item .word .buttons,
.ibeauty_index .right-banner .try_list .wrapper .item .word .buttons {
  padding: 30px 0px 30px 0px;
  transition: all 0.3s;
  font-weight: normal;
  font-size: 20px;
}
.bloggerlist_blog .try_list .wrapper .item .word .buttons:hover,
.ibeauty_index .right-banner .try_list .wrapper .item .word .buttons:hover {
  transform: scale(1.1);
}
.bloggerlist_blog .slick-dots,
.ibeauty_index .right-banner .slick-dots {
  top: -24px;
  text-align: left;
  position: absolute;
}
.bloggerlist_blog .slick-dots li button,
.ibeauty_index .right-banner .slick-dots li button {
  border-radius: 0px;
}
.bloggerlist_blog .slick-next, .bloggerlist_blog .slick-prev,
.ibeauty_index .right-banner .slick-next,
.ibeauty_index .right-banner .slick-prev {
  filter: invert(1);
  top: 85.5%;
  z-index: 10;
  opacity: 0.5;
}
.bloggerlist_blog .slick-prev,
.ibeauty_index .right-banner .slick-prev {
  left: 10px;
  background: url(../img/new/slick.png) no-repeat -6px 5px;
}
.bloggerlist_blog .slick-next,
.ibeauty_index .right-banner .slick-next {
  right: 10px;
  background: url(../img/new/slick.png) no-repeat -61px 3px;
}

.modal {
  display: none;
  position: fixed;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2003;
  overflow: hidden;
}
.modal.open {
  display: block;
  width: 100%;
}
.modal.modal_sucess, .modal.modal_fail, .modal.modal_tips {
  z-index: 2004;
}
.modal.modal_sucess article .inner, .modal.modal_fail article .inner, .modal.modal_tips article .inner {
  top: 20vh;
}
.modal.modal_sucess article .inner img, .modal.modal_fail article .inner img, .modal.modal_tips article .inner img {
  max-width: 100%;
}
.modal.modal_sucess .buttons, .modal.modal_fail .buttons, .modal.modal_tips .buttons {
  padding: 10px 10px 10px 10px;
}
.modal.modal_tips article .inner {
  top: 15vh;
}
.modal.modal_tips article .inner .ps {
  text-align: center;
}
.modal.modal_tips .article_hd {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  max-width: 100%;
  padding: 0px 0px 5px 0px;
  margin: 0px 15px 0px 15px;
  border-bottom: 1px solid #ccc;
}
.modal.modal_sucess article .article_hd {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  max-width: 100%;
  padding: 0px 0px 5px 0px;
  margin: 0px 15px 0px 15px;
  border-bottom: 1px solid #ccc;
}
.modal.modal_teaching article .article_hd a {
  color: #bea16f;
  text-decoration: underline;
  font-size: 16px;
}
.modal.modal_teaching article .inner .teaching_info {
  text-align: center;
  padding: 5px 0;
}
.modal.modal_teaching article .inner img {
  max-width: 100%;
}
.modal .modal_backdrop {
  position: fixed;
  width: 100dvw;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.8);
}
.modal .modal_backdrop.white {
  background: rgba(255, 255, 255, 0.8);
}
.modal .modal_content {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.modal .modal_content {
  background-size: 100% auto;
}
.modal.basic.large article {
  padding: 15px 15px;
}
.modal.basic.large article .inner {
  max-width: 1480px;
  overflow: hidden;
}
.modal.basic.small article .inner {
  max-width: 300px;
}
.modal.basic article .close.icon {
  right: 15px;
  top: 15px;
  padding: 0;
  width: 25px;
  height: 25px;
  border: none;
  text-indent: -5000px;
  background: url(../img/new/icon_close_large_2.png) no-repeat 50% 50% transparent;
  background-size: 100% auto;
}
.modal.basic article .inner {
  max-width: 1200px;
  background-color: #fff;
  border-radius: 5px;
  padding: 35px;
}
.modal.basic article .inner .ps {
  padding: 10px;
  font-size: 16px;
}
.modal.basic article .inner .upload {
  padding: 40px 0;
  text-align: center;
}
.modal.basic article .inner .upload img {
  display: block;
  margin: 0 auto;
}
.modal.modal_msg_all .leave_msg {
  overflow-y: auto;
  height: 70vh;
}
.modal.modal_try_assess {
  z-index: 2023;
}
.modal article {
  box-sizing: border-box;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 0;
}
.modal article .article_hd {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  max-width: 100%;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #ccc;
}
.modal article .article_hd .nodata {
  color: #f1152e;
  font-size: 13px;
}
.modal article .close {
  position: absolute;
  right: 17.5%;
  top: 170px;
  font-size: 18px;
  color: #333;
  padding: 5px 20px;
  border: 1px solid #333;
  border-radius: 5px;
  background: #fff;
  z-index: 10;
}
.modal article .close.icon {
  padding: 0;
  right: 6.5%;
  top: 110px;
  width: 42px;
  height: 42px;
  border: none;
  text-indent: -5000px;
  background: url(../img/new/icon_close_large.png) no-repeat 50% 50% transparent;
  background-size: 100% auto;
}
.modal article .inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto 0px auto;
  box-sizing: border-box;
  padding: 10px 10px 30px 10px;
}
.modal article .inner .buttons {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 30px 0px 30px 0px;
}
.modal article .inner .buttons.ft {
  flex-direction: row-reverse;
}
.modal article .inner .buttons .close {
  position: relative;
  top: 0;
  right: 0;
  background: #000;
  color: #fff;
}
.modal article .inner .buttons .close:hover {
  background-color: #bea16f;
  border: 1px solid #bea16f;
}
.modal article .inner .buttons .close:active {
  background-color: #999;
  border: 1px solid #999;
}
.modal article .inner .buttons .tip {
  position: absolute;
  background: #000;
  padding: 5px;
  color: #fff;
  bottom: 70px;
  left: calc(50% + 20px);
}
.modal article .inner .buttons.ft a {
  margin-top: 30px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 3px;
  color: #fff;
  background-color: #bea16f;
  cursor: pointer;
  border: 0;
  font-size: 14px;
  margin: 5px;
}
.modal article .inner .buttons.ft a.none {
  background-color: #ccc;
  border: 1px solid #ccc;
  cursor: no-drop;
}
.modal article .inner .buttons.member {
  padding: 20% 0 0 0;
  margin: auto 0;
  align-items: center;
}
.modal article .inner .buttons.member a {
  font-size: 30px;
  max-width: 200px;
  margin: 10px 20px;
}
.modal .search_box {
  padding: 20% 0 0 0;
  max-width: 800px;
  margin: 0 auto;
}
.modal .search_box .box {
  padding: 10px 40px;
  border-radius: 50px;
  background-color: #fff;
  font-size: 48px;
}
.modal .search_box .box input {
  background-color: transparent;
  border: none;
  color: #333;
  font-size: 48px;
  width: 85%;
}
.modal .search_box .box a.btn.search {
  display: inline-block;
  float: right;
  width: 60px;
  height: 60px;
  text-indent: -5000px;
  margin: 7px 0 0 0;
  background: url(../img/new/icon_search_large.png) no-repeat 50% 50% transparent;
  background-size: 100% auto;
}
.modal .social_box {
  padding: 40% 0 0 0;
}
.modal .social_box .box {
  padding: 10px;
  text-align: center;
}
.modal .social_box a.btn {
  display: inline-block;
  width: 130px;
  height: 35px;
  margin: 0 30px;
  padding: 130px 0 0 0;
  text-align: center;
  color: #fff;
  font-size: 30px;
  background: url(../img/new/icon_social_all.png) no-repeat 0 0 transparent;
}
.modal .social_box a.btn.youtube {
  background-position: 0 0;
}
.modal .social_box a.btn.youtube:hover {
  background-position: 0 -174px;
}
.modal .social_box a.btn.fb {
  background-position: -207px 0px;
}
.modal .social_box a.btn.fb:hover {
  background-position: -207px -174px;
}
.modal .social_box a.btn.instagram {
  background-position: -422px 0px;
}
.modal .social_box a.btn.instagram:hover {
  background-position: -422px -174px;
}
.modal .social_box a.btn.line {
  background-position: -627px 0px;
}
.modal .social_box a.btn.line:hover {
  background-position: -627px -174px;
}
.modal .share_func_list {
  height: 20vh;
  overflow-y: auto;
  padding: 20px;
}
.modal .share_func_list a {
  display: block;
  color: #333333;
  background-image: url(../img/new/share_btn.png);
  background-repeat: no-repeat;
  padding: 3px 0 3px 24px;
  margin: 0 0 10px;
}
.modal .share_func_list a:hover {
  color: #b87813;
}
.modal .share_func_list a.myboard {
  background-position: 3px 4px;
}
.modal .share_func_list a.myfb {
  background-position: 3px -89px;
}
.modal .share_func_list a.myline {
  background-position: 2px -122px;
}
.modal .share_func_list a.link {
  background-position: 3px -23px;
}
.modal .share_func_list a.msg {
  background-position: 3px -55px;
}
.modal .change_password input {
  display: inline-block;
  width: 190px;
  vertical-align: middle;
  margin: 7px 0px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}
.modal .change_password .nodata {
  display: inline-block;
  width: 190px;
  vertical-align: middle;
  color: #f1152e;
  text-align: left;
  padding: 5px;
  box-sizing: border-box;
}
.modal .change_password li,
.modal .change_password .sent {
  text-align: center;
}
.modal .change_password .submit {
  display: inline-block;
  vertical-align: middle;
  margin: 7px 0px;
  padding: 10px;
  color: #fff;
  background-color: #000000;
  border-radius: 5px;
}
.modal .change_password .submit:hover {
  background-color: #bea16f;
}
.modal .video_frame {
  overflow-y: auto;
}
.modal .video_frame .edit_box {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
  padding: 10px;
}
.modal .video_frame .edit_box .name {
  font-size: 16px;
  padding-bottom: 10px;
}
.modal .video_frame .edit_box .embed_type {
  margin: 0 0 10px 0;
  padding-top: 30px;
}
.modal .video_frame .edit_box .embed_type select {
  margin: 0;
  width: 100%;
}
.modal .video_frame .edit_box .embed_code {
  padding-top: 30px;
}
.modal .video_frame .edit_box .embed_code #embed_code,
.modal .video_frame .edit_box .embed_code textarea#embed_code,
.modal .video_frame .edit_box .embed_code input,
.modal .video_frame .edit_box .embed_code p#embed_code {
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #ccc;
  font-size: 14px;
  box-sizing: border-box;
  height: 50px;
  min-height: 50px;
}
.modal .video_frame .edit_box .preview {
  margin-top: 30px;
  display: inline-block;
  padding: 20px 50px;
  border-radius: 3px;
  color: #fff;
  background-color: #bea16f;
  cursor: pointer;
  border: 0;
}
.modal .video_frame .edit_box .preview:hover {
  background-color: black;
}
.modal .video_frame .preview_box {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 20px;
  margin: 20px 0;
  background-color: #f8f8f8;
  border: 1px solid #ececec;
}
.modal .video_frame .preview_box h4 {
  color: rgba(51, 51, 51, 0.308);
  font-size: 14px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.modal .video_frame .preview_box .tips {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #ff0033;
  word-break: break-all;
  padding: 10px;
}
.modal .video_frame .preview_box .buttons {
  padding: 30px 0px 30px 0px;
}
.modal .video_frame .preview_box .embed_box {
  text-align: center;
}

@media (max-width: 1050px) {
  .modal .search_box {
    padding: 33% 8%;
  }
  .modal .search_box .box {
    padding: 10px 40px;
    font-size: 30px;
  }
  .modal .search_box .box input {
    font-size: 30px;
  }
  .modal .search_box .box a.btn.search {
    width: 40px;
    height: 40px;
    margin: 2px 0 0 0;
  }
}
@media (max-width: 767px) {
  .modal.basic article {
    width: 98%;
  }
  .modal.basic article .inner {
    width: 99%;
    padding: 10px 10px;
  }
  .modal article .inner .close {
    right: 5.5%;
    top: 0;
  }
  .modal article .inner .close {
    padding: 5px;
  }
  .modal article .inner .close.icon2 {
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    background-size: 100% auto;
    padding: 0;
  }
  .modal article .inner .wrapper {
    width: 100%;
  }
  .modal article .inner .buttons.member {
    padding: 25% 0%;
    margin: auto 0;
    align-items: center;
  }
  .modal article .inner .buttons.member a {
    font-size: 20px;
    max-width: 150px;
    margin: 10px 10px;
  }
  .modal .search_box {
    padding: 30% 10px 0 30px;
  }
  .modal .search_box .box {
    font-size: 24px;
    padding: 9px 20px 10px;
  }
  .modal .search_box .box input {
    font-size: 24px;
    width: 75%;
  }
  .modal .search_box .box a.btn.search {
    width: 35px;
    height: 35px;
    margin: 0;
    background-size: 100% auto;
  }
  .modal .social_box {
    padding: 30% 0 0 0;
  }
  .modal .social_box .box {
    padding: 10px;
    text-align: center;
  }
  .modal .social_box a.btn {
    display: inline-block;
    width: 70px;
    height: 0px;
    text-align: center;
    margin: 30px 30px;
    padding: 75px 0 0 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: url(../img/new/icon_social_all.png) no-repeat 0 0 transparent;
    background-size: 600% auto;
  }
  .modal .social_box a.btn.youtube {
    background-position: 0 0;
  }
  .modal .social_box a.btn.youtube:hover {
    background-position: 0 -174px;
  }
  .modal .social_box a.btn.fb {
    background-position: -118px 0px;
  }
  .modal .social_box a.btn.fb:hover {
    background-position: -207px -174px;
  }
  .modal .social_box a.btn.instagram {
    background-position: -235px 0px;
  }
  .modal .social_box a.btn.instagram:hover {
    background-position: -422px -174px;
  }
  .modal .social_box a.btn.line {
    background-position: -349px 0px;
  }
  .modal .social_box a.btn.line:hover {
    background-position: -627px -174px;
  }
  .modal .video_frame .edit_box {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .modal .video_frame .preview_box {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .modal .video_frame .preview_box .tips {
    padding: 0;
  }
  .modal .video_frame .preview_box .embed_box {
    width: 100%;
  }
  .modal .video_frame .preview_box .embed_box .youtube_iframe {
    width: 100%;
    height: 300px;
  }
}
body.no-scroll {
  overflow: hidden;
}

.newsletter {
  position: fixed;
  z-index: 2002;
  top: -500px;
  left: 50%;
  display: block;
  padding: 30px 10px;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  width: 320px;
  text-align: center;
  font-size: 18px;
  margin: 0 0 0 -171px;
  transition: all 1s;
}
.newsletter.active {
  top: 5%;
}
.newsletter p {
  margin: 10px 0;
}
.newsletter .buttons {
  padding: 0;
}
.newsletter .buttons a {
  max-width: 140px;
  padding: 10px 0;
}
.newsletter .buttons a.next {
  background-color: transparent;
  text-decoration: underline;
  color: #333;
}
.tipbox_start,
.tipbox {
  position: fixed;
  z-index: 2002;
  top: 20%;
  right: -500px;
  display: block;
  padding: 10px 10px;
  background-color: #feffc2;
  border: 1px solid #feffc2;
  width: 130px;
  text-align: center;
  font-size: 14px;
  transition: all 1s;
}
.tipbox_start.btn,
.tipbox.btn {
  right: 0%;
}
.tipbox_start.active,
.tipbox.active {
  right: 0%;
}
.tipbox_start strong,
.tipbox strong {
  color: #bea16f;
  font-weight: bold;
}
.tipbox_start p,
.tipbox p {
  margin: 20px 0;
}
.tipbox_start .buttons,
.tipbox .buttons {
  padding: 0;
}
.tipbox_start .buttons a,
.tipbox .buttons a {
  max-width: 70%;
  padding: 10px 10px;
}
.vue-notification-group {
  display: block;
  position: fixed;
  z-index: 5000;
}

.vue-notification-wrapper {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}

.vue-notification {
  font-size: 12px;
  padding: 5px;
  margin: 0 0px 0px;
  color: #fff;
  background: #44a4fc;
  border-left: 5px solid #187fe7;
}

.vue-notification-group {
  top: 20% !important;
  width: 110px !important;
}
.vue-notification-group .vue-notification-wrapper .vue-notification.info {
  font-size: 12px;
  color: #fff;
  background: #44a4fc;
  border-left: 5px solid #187fe7;
}
.vue-notification-group .vue-notification-wrapper .vue-notification.point {
  font-size: 12px;
  color: #777;
  background-color: #e9e5da;
  border-left: 5px solid #bea16f;
}
.vue-notification-group .vue-notification-wrapper .vue-notification strong {
  color: #bea16f;
  font-weight: bold;
}

.fadein_tab {
  -webkit-animation: 1s linear 0s alternate none 1 fadein_tab;
          animation: 1s linear 0s alternate none 1 fadein_tab;
}

@-webkit-keyframes fadein_tab {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein_tab {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.shake {
  -webkit-animation: 1s linear 0s alternate none 1 shake;
          animation: 1s linear 0s alternate none 1 shake;
}

@-webkit-keyframes shake {
  25% {
    transform: translateX(50px);
  }
  50% {
    transform: translateX(-30px);
  }
  75% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes shake {
  25% {
    transform: translateX(50px);
  }
  50% {
    transform: translateX(-30px);
  }
  75% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes shake_up_down {
  25% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(-2px);
  }
  75% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(-1px);
  }
}
@keyframes shake_up_down {
  25% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(-2px);
  }
  75% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(-1px);
  }
}
.tab.main ul.tabMenu li.tabM {
  margin: 5px 20px;
}
.tab.main ul.tabMenu li.tabM:last-child .sense .title:after {
  content: "";
  display: none;
}
.tab.main ul.tabMenu li.tabM.active .sense .title:before {
  width: 100%;
}
.tab.main ul.tabMenu li.tabM.blog.no_open {
  position: relative;
}
.tab.main ul.tabMenu li.tabM.blog.no_open:after {
  content: "立即點我設定";
  border-radius: 5px;
  color: #fff;
  background-color: #f06;
  position: absolute;
  top: -25px;
  right: 54px;
  padding: 3px 5px;
  font-size: 12px;
  -webkit-animation: 1.5s linear 0s alternate none 1 shake_up_down;
          animation: 1.5s linear 0s alternate none 1 shake_up_down;
  -webkit-animation-iteration-count: 10;
          animation-iteration-count: 10;
}
.tab.main ul.tabMenu li.tabM .sense .title {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  color: #000;
  min-width: 56px;
}
.tab.main ul.tabMenu li.tabM .sense .title:before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  content: "";
  display: block;
  width: 0;
  height: 15px;
  background: #dedbdb;
  transition: all 1s;
}
.tab.main ul.tabMenu li.tabM .sense .title:after {
  position: absolute;
  right: -25px;
  top: 0px;
  display: inline-block;
  content: "";
  background: url(../img/new/tab_line.png) no-repeat 0 center;
  width: 2px;
  height: 100%;
}
.tab.main ul.tabMenu li.tabM .sense .unlink {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}
.tab.main ul.tabMenu li.tabM .sense .num {
  font-size: 14px;
  color: #7a7a7a;
}
.tab.member_tab {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  min-height: 60vh;
  padding: 40px 0 0 0;
}
.tab.member_tab ul.tabMenu li.tabM {
  margin: 0 20px;
}
.tab.member_tab ul.tabMenu li.tabM .sense .num {
  color: #7a7a7a;
}
.tab.submain ul.tabMenu {
  text-align: left;
}
.tab.submain ul.tabMenu li.tabM {
  font-size: 20px;
  margin: 0 20px;
}
.tab.submain ul.tabMenu li.tabM:first-child {
  margin: 0 20px 0 15px;
}
.tab.submain ul.tabMenu li.tabM:last-child .sense .title:after {
  content: "";
}
.tab.submain ul.tabMenu li.tabM.active .sense .title:before {
  width: 100%;
}
.tab.submain ul.tabMenu li.tabM .sense .title {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  color: #000;
}
.tab.submain ul.tabMenu li.tabM .sense .title:before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  content: "";
  display: block;
  width: 0;
  height: 15px;
  background: #dedbdb;
  transition: all 1s;
}
.tab.submain ul.tabMenu li.tabM .sense .title:after {
  position: absolute;
  right: -28px;
  top: 0px;
  display: inline-block;
  content: "┇";
}
.tab.submain ul.tabMenu li.tabM .sense .num {
  font-size: 14px;
  color: #7a7a7a;
}
.tab.moreinfo ul.tabMenu {
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  border: 1px solid #ccc;
}
.tab.moreinfo ul.tabMenu li.tabM {
  display: block;
  width: 100%;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  color: #999999;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  text-align: center;
}
.tab.moreinfo ul.tabMenu li.tabM.active:after {
  width: 100%;
}
.tab.moreinfo ul.tabMenu li.tabM:after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #f06;
  transition: all 1s;
}
.tab .m_tabMenu {
  display: none;
  text-align: center;
}
.tab .m_tabMenu select {
  padding: 7px 24px 7px 10px;
  font-size: 20px;
  width: 100%;
  max-width: 320px;
}
.tab ul.tabMenu {
  text-align: center;
  list-style: none !important;
}
.tab ul.tabMenu li.tabM {
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  font-size: 20px;
  color: #999999;
  box-sizing: border-box;
}
.tab ul.tabMenu li.tabM a {
  padding: 10px 0;
  color: #999999;
}
.tab ul.tabMenu li.tabM span {
  display: block;
  padding: 10px 0;
}
.tab ul.tabMenu li.tabM.active {
  color: #000;
}
.tab ul.tabMenu li.tabM.active a {
  color: #000;
}
.tab ul.tabMenu li.tabM.important .sense .title {
  color: #f1152e;
}
.tab ul.tabMenu li.tabM:last-child {
  border: none;
}
.tab .tabBox {
  opacity: 0;
  min-height: 55vh;
  padding: 2rem 0px 2rem 0px;
}
.tab .tabBox.active {
  opacity: 1;
  -webkit-animation: 2s linear 0s alternate none 1 fadein_tab;
          animation: 2s linear 0s alternate none 1 fadein_tab;
}
.tab .tabBox .nodata {
  text-align: center;
  font-size: 16px;
}
.tab ul.tabBody {
  padding: 0 10px 10px 10px;
}
.tab ul.tabBody li.tabB {
  font-size: 16px;
  display: none;
  padding: 20px 0px 30px 0;
}
.tab ul.tabBody li.tabB.active {
  display: block;
  -webkit-animation: 1s linear 0s alternate none 1 fadein_tab;
          animation: 1s linear 0s alternate none 1 fadein_tab;
}
.tab ul.tabBody li.tabB h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 150%;
}
.tab ul.tabBody li.tabB h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 150%;
}
.tab ul.tabBody li.tabB h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
}
.tab ul.tabBody li.tabB p {
  margin: 0px 0;
  line-height: 150%;
}
.tab ul.tabBody li.tabB img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.tab ul.tabBody li.tabB .empty {
  padding: 20px 20px;
  text-align: center;
}

@media (max-width: 1050px) {
  .tab.main ul.tabMenu li.tabM .sense .title {
    font-size: 16px;
  }
  .tab.main ul.tabMenu li.tabM .sense .num {
    font-size: 12px;
  }
  .tab.moreinfo ul.tabMenu li.tabM {
    font-size: 16px;
  }
  .tab ul.tabBody li.tabB {
    padding: 10px 0px;
  }
}
@media (max-width: 767px) {
  .tab .m_tabMenu {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .tab .m_tabMenu.fixed {
    position: fixed;
    top: 34px;
    z-index: 22;
    width: 100%;
  }
  .tab .m_tabMenu.fixed select {
    padding: 5px 24px 5px 10px;
    font-size: 13px;
    width: 64%;
    opacity: 0.8;
  }
  .tab .m_tabMenu select {
    transition: all 0.5s;
  }
  .tab .pc_tabMenu {
    display: none !important;
  }
  .tab ul.tabBody {
    padding: 0 0px 0px 0px;
  }
  .tab ul.tabBody li.tabB {
    padding: 30px 0px 0;
  }
  .tab ul.tabBody li.tabB h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 170%;
  }
  .tab ul.tabBody li.tabB h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 170%;
  }
  .tab ul.tabBody li.tabB h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 170%;
  }
  .tab .tabBox {
    padding: 20px 10px 10px 10px;
  }
}
.withSubmenu .submenu {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  padding: 0;
  /* 初始 padding */
  transition: padding 0.5s ease, row-gap 0.5s ease, opacity 0.5s ease;
  /* 設置 padding 和 row-gap 變化的動畫效果 */
  opacity: 0%;
  row-gap: 0px;
  position: relative;
  margin: 8px 0 8px 0;
  justify-content: center;
}
.withSubmenu .submenu .hoverBox {
  position: absolute;
  background-color: #eee;
  top: 0;
  left: -20%;
  height: 100%;
  width: calc(100vw - 10px);
  z-index: 1;
  cursor: default;
}
.withSubmenu .submenu li {
  color: #000;
  display: block;
  height: 0;
  width: 100%;
  transition: height 0.5s ease;
  position: relative;
}
.withSubmenu .submenu li .submenuSec {
  position: absolute;
  height: 0;
  transition: height 0.5s ease;
  left: -16%;
  overflow: hidden;
  display: flex;
  z-index: 2;
  align-items: center;
  gap: 6px;
  justify-content: flex-start;
  cursor: default;
}
.withSubmenu .submenu li .submenuSec .main {
  font-weight: bold;
  font-size: 18px;
}
.withSubmenu .submenu li .submenuSec .colLine {
  width: 1px;
  height: 60%;
  background-color: #666;
  display: inline;
  margin: 0 4px 0 4px;
}
.withSubmenu .submenu li .submenuSec a {
  color: #000;
  box-sizing: border-box;
  padding: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.withSubmenu .submenu li .submenuSec a span {
  white-space: nowrap;
  /* 防止文本換行 */
}
.withSubmenu .submenu li .submenuSec a:hover {
  color: #f06 !important;
}
.withSubmenu:hover .submenu {
  /* 懸停時顯示子選單 */
  padding: 8px 0 8px 0;
  row-gap: 2.8px;
  opacity: 100%;
}
.withSubmenu:hover .submenu li {
  height: 20px;
}
.withSubmenu:hover .submenu li .submenuSec {
  height: 100%;
}
.M_lightBoxGroup {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  /* 允許點擊穿透 */
}
.M_lightBoxGroup .lightBox_tabMenu::-webkit-scrollbar {
  display: none;
}
.M_lightBoxGroup .lightBox_tabMenu {
  z-index: 60000000;
  position: fixed;
  top: 100dvh;
  right: 0px;
  left: 0px;
  bottom: calc(-100dvh - 200px);
  height: auto;
  background-color: #eee;
  display: flex;
  flex-direction: column;
  overflow: auto;
  color: #000 !important;
  box-sizing: border-box;
  padding: 20px 20px;
  transition: top 0.5s ease;
  /* 動畫效果，持續時間為0.5秒，可以根據需要調整 */
  gap: 12px;
}
.M_lightBoxGroup .lightBox_tabMenu .tabM {
  z-index: 3;
  background-color: #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000 !important;
  padding-bottom: 8px;
}
.M_lightBoxGroup .lightBox_tabMenu .tabM .tabM_sense {
  display: flex;
  flex-direction: column;
}
.M_lightBoxGroup .lightBox_tabMenu .tabM .tabM_sense .tabM_text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  vertical-align: middle;
  gap: 8px;
}
.M_lightBoxGroup .lightBox_tabMenu .tabM .tabM_sense .tabM_text .num {
  margin-left: auto;
}
.M_lightBoxGroup .lightBox_tabMenu .tabM .tabM_sense .triangle {
  display: none;
}
.M_lightBoxGroup .lightBox_tabMenu .tabM .tabM_withSubmenu {
  z-index: 2;
}
.M_lightBoxGroup .lightBox_tabMenu .tabM .tabM_withSubmenu .triangle {
  display: flex;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #0000;
  border-radius: 20%;
  align-items: center;
  justify-content: center;
}
.M_lightBoxGroup .lightBox_tabMenu .tabM .tabM_withSubmenu .tabM_submenu {
  height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #ddd;
  text-align: left;
  width: calc(100% + 40px);
  box-sizing: border-box;
  padding: 0px 20px 0 56px;
  margin: 0px auto;
  transform: translateX(-20px);
  align-self: center;
}
.M_lightBoxGroup .lightBox_tabMenu .tabM .tabM_withSubmenu .tabM_submenu .tabM_submenuSec span {
  padding: 0;
}
.M_lightBoxGroup .lightBox_tabMenu .tabM .tabM_withSubmenu .tabM_submenu .tabM_submenuSec .tabM_child_text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 0;
}
.M_lightBoxGroup .lightBox_tabMenu .tabM .tabM_withSubmenu .tabM_submenu .tabM_submenuSec .tabM_child_text .tabM_main {
  padding: 0 0;
}
.M_lightBoxGroup .lightBox_tabMenu .tabM .tabM_withSubmenu .tabM_submenu .tabM_submenuSec .tabM_subchild_text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 0;
}
.M_lightBoxGroup .lightBox_tabMenu .tabM .tabM_withSubmenu_open .triangle {
  transform: rotate(90deg);
}
.M_lightBoxGroup .lightBox_tabMenu .tabM .tabM_withSubmenu_open .tabM_submenu {
  max-height: 2000px;
  height: auto;
  margin: 8px auto;
}
.M_lightBoxGroup .lightBox_tabMenu .tabM .tabM_withSubmenu_open .tabM_submenu .tabM_submenuSec .tabM_colLine {
  background-color: #0004;
  width: 100dvw;
  height: 1px;
  transform: translateX(-56px);
}
.M_lightBoxGroup .lightBox_tabMenu .tabM .tabM_withSubmenu_open .tabM_submenu .tabM_submenuSec .leafItem {
  margin-left: 1em;
}
.M_lightBoxGroup .lightBoxBackground {
  display: none;
  opacity: 0;
  background-color: #0004;
  width: 100dvw;
  height: 100dvh;
  z-index: 4;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  /* 允許點擊穿透 */
}

.M_lightBoxGroup_open {
  display: flex;
  pointer-events: auto;
  /* 允許點擊事件 */
}
.M_lightBoxGroup_open .lightBox_tabMenu {
  top: 50dvh;
  bottom: 0;
  transition: top 0.5s ease;
  /* 動畫效果，持續時間為0.5秒，可以根據需要調整 */
  display: flex;
}
.M_lightBoxGroup_open .lightBoxBackground {
  display: flex;
  opacity: 1;
  pointer-events: auto;
  /* 允許點擊事件 */
}

#m_tabMenuBtn {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: auto;
  padding: 4px 16px;
  border: 0px;
  background-color: #eee;
  border-radius: 8px;
  color: #000;
}
#m_tabMenuBtn .triangle {
  display: flex;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #0000;
  border-radius: 20%;
  align-items: center;
  justify-content: center;
  transform: rotate(90deg);
}
#m_tabMenuBtn .triangle svg {
  width: 100%;
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: Arial, Helvetica, sans-serif, Microsoft JhengHei;
}

.custom-select select {
  display: none;
  /*hide original SELECT element: */
}

.select-selected {
  background-color: #bea16f;
  border-radius: 10px;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #bea16f;
  width: 94%;
  top: 100%;
  left: 3%;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.md.try_topic .md_hd {
  text-align: center;
  margin: 0 0 30px 0;
}
.md.try_topic .md_hd h1 {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  padding: 10px 30px;
  background-color: #242424;
}
.md.try_topic .md_hd h2 {
  font-size: 80px;
  color: #333333;
  font-weight: bold;
}
.md.try_topic .md_hd .desc {
  font-size: 18px;
}
.md.try_topic .md_hd .select_all {
  margin: 20px auto 0;
}
.md.try_topic .md_hd .select_all .title {
  font-size: 24px;
  margin: 0 0 10px 0;
}
@media (max-width: 1050px) {
  .md.try_topic .md_hd {
    text-align: center;
    margin: 0 0 30px 0;
  }
  .md.try_topic .md_hd h1 {
    font-size: 18px;
  }
  .md.try_topic .md_hd h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .md.try_topic .md_hd {
    margin: 0px 0 10px 0;
  }
  .md.try_topic .md_hd .select_all {
    max-width: 90%;
  }
  .md.try_topic .md_hd .select_all .title {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  .md.try_topic .md_hd .select_all select {
    width: 90%;
    font-size: 16px;
    margin: 0 0 10px 0;
  }
}

header .top_logo {
  display: none;
}

.md .tabBox {
  padding: 30px 0px 0px 0;
}
.md.try_topic {
  padding: 30px 0px 0px 0;
}
.md.try_topic .try_list {
  margin: auto;
}
@media (max-width: 1440px) {
  .md.try_topic .try_list {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .md.try_topic .try_list {
    max-width: 100%;
    width: 100%;
    max-width: 100%;
  }
}
.md.try_topic .try_list .wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .md.try_topic .try_list .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.md.try_topic .try_list .wrapper .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  vertical-align: top;
  border: 1px solid #efefef;
}
.md.try_topic .try_list .wrapper .item figure {
  display: block;
  position: relative;
  margin: 0 auto;
  height: 0;
  overflow: hidden;
  padding-bottom: 67%;
}
.md.try_topic .try_list .wrapper .item figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #f1f1f1;
}
.md.try_topic .try_list .wrapper .item .word .desc a {
  font-size: 20px;
  height: 78px;
}
.md.try_topic .try_list .wrapper .item .word .desc a:hover {
  color: white;
  opacity: 0.6;
}
.md.try_topic .try_list .wrapper .item .word .tryout {
  margin: 10px 0 30px 0px;
  font-size: 16px;
}
.md.try_topic .try_list .wrapper .item .word .buttons {
  padding: 30px 0px 30px 0px;
  transition: all 0.3s;
  font-weight: normal;
  font-size: 20px;
}
.md.try_topic .try_list .wrapper .item .word .buttons:hover {
  transform: scale(1.1);
}
.md.try_topic .try_list .more_box {
  opacity: 0;
}
.md.try_topic .try_list .more_box a.more {
  background: none;
}
.md.try_topic .try_list .more_box.active {
  opacity: 1;
}
