/**
 * Grid Block styles.
 * These styles are loaded into both the editor, and the frontend.
 */
/**
 * Padding Options
 */
/* autoprefixer grid: no-autoplace */
.wp-block-jetpack-layout-grid-editor,
.wp-block-jetpack-layout-grid {
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__none,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__none {
    padding-left: 0px;
    padding-right: 0px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__small,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__small {
    padding-left: 8px;
    padding-right: 8px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__medium,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__medium {
    padding-left: 16px;
    padding-right: 16px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__huge,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__huge {
    padding-left: 48px;
    padding-right: 48px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__nowrap,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__nowrap {
    padding-left: 0px;
    padding-right: 0px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-none,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-none {
    padding: 0px; }
    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-none.has-background,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-none.has-background {
      padding: 0px 13px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column {
    padding: 8px; }
    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column.has-background,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column.has-background {
      padding: 8px 21px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column {
    padding: 16px; }
    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column.has-background,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column.has-background {
      padding: 16px 29px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column {
    padding: 24px; }
    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column.has-background,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column.has-background {
      padding: 24px 37px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column {
    padding: 48px; }
    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column.has-background,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column.has-background {
      padding: 48px 61px; }

/**
 * Individual Column Options
 */
.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.has-background,
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.has-background {
  margin-left: -13px;
  margin-right: -13px;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: .05px;
  padding-bottom: .05px; }

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none,
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none {
  padding: 0px; }
  .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none.has-background,
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none.has-background {
    padding: 0px 13px;
    max-width: calc( 100% + 26px); }

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small,
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small {
  padding: 8px; }
  .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small.has-background,
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small.has-background {
    padding: 8px 21px;
    max-width: calc( 100% + 42px); }

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium,
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium {
  padding: 16px; }
  .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium.has-background,
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium.has-background {
    padding: 16px 29px;
    max-width: calc( 100% + 58px); }

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large,
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large {
  padding: 24px; }
  .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large.has-background,
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large.has-background {
    padding: 24px 37px;
    max-width: calc( 100% + 74px); }

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge,
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge {
  padding: 48px; }
  .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge.has-background,
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge.has-background {
    padding: 48px 61px;
    max-width: calc( 100% + 122px); }

/**
 * Parent column alignment
 */
.wp-block-jetpack-layout-grid.are-vertically-aligned-top {
  align-items: flex-start; }

.wp-block-jetpack-layout-grid.are-vertically-aligned-center {
  align-items: center; }

.wp-block-jetpack-layout-grid.are-vertically-aligned-bottom {
  align-items: flex-end; }

/**
 * Individual column alignment
 */
.wp-block-jetpack-layout-grid-column.is-vertically-aligned-top {
  align-self: flex-start;
  height: 100%; }

.wp-block-jetpack-layout-grid-column.is-vertically-aligned-center {
  align-self: center; }

.wp-block-jetpack-layout-grid-column.is-vertically-aligned-bottom {
  align-self: flex-end; }

/**
 * Responsive Grid Options. Exclude these from the editor.
 */
/* autoprefixer grid: no-autoplace */
.wp-block-jetpack-layout-grid {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr); }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 1; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 1; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 1; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 1; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 2; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 2; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 2; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 2; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 3; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 3; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 3; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 3; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 4; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 4; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 4; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 4; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 5; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 5; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 5; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 5; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 6; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 6; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 6; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 6; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 7; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 7; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 7; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 7; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 8; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 8; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 8; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 8; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 9; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 9; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 9; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 9; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 10; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 10; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 10; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 10; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 11; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 11; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 11; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 11; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 12; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 12; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 12; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 12; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 1; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 1; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 1; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 1; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 2; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 2; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 2; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 2; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 3; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 3; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 3; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 3; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 4; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 4; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 4; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 4; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 5; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 5; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 5; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 5; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 6; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 6; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 6; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 6; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 7; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 7; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 7; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 7; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 8; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 8; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 8; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 8; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 9; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 9; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 9; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 9; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 10; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 10; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 10; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 10; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 11; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 11; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 11; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 11; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 12; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 12; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 12; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 12; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-row-start: 1; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-row-start: 1; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-row-start: 1; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-row-start: 1; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-row-start: 2; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-row-start: 2; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-row-start: 2; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-row-start: 2; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-row-start: 3; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-row-start: 3; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-row-start: 3; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-row-start: 3; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-row-start: 4; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-row-start: 4; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-row-start: 4; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-row-start: 4; }
  @media (min-width: 600px) {
    .wp-block-jetpack-layout-grid {
      grid-template-columns: repeat(8, 1fr); }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 4; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 4; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 4; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 4; } }
  @media (min-width: 1080px) {
    .wp-block-jetpack-layout-grid {
      grid-template-columns: repeat(12, 1fr); }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 4; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 4; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 4; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 4; } }
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column * {
    word-break: break-word;
    word-wrap: break-word; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__none {
    grid-gap: 0px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__small {
    grid-gap: 8px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__medium {
    grid-gap: 16px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__huge {
    grid-gap: 48px; }

.wp-block-jetpack-layout-grid-column {
  max-width: 100%; }
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
/* = Penci Review
----------------------------------------------------*/
@font-face {
    font-family: 'star';
    src: url(../fonts/star.eot);
    src: url(../fonts/star.eot#iefix) format('embedded-opentype'),
    url(../fonts/star.woff) format('woff'),
    url(../fonts/star.ttf) format('truetype'),
    url(../images/star.svg#star) format('svg');
    font-weight: normal;
    font-style: normal;
}
.wrapper-penci-review {
    margin-bottom: 25px;
    margin-top: 20px;
    border: 1px solid #dedede;
}
.wrapper-penci-review.el {
    margin-top: 0;
    margin-bottom: 0;
}
.penci-review-container {
    padding: 25px;
}
.penci-review-thumb {
    float: left;
    width: 80px;
    margin-right: 20px;
}
.penci-review-thumb img {
    max-width: 100%;
    height: auto;
}
.penci-review-metas {
    display: block;
    overflow: hidden;
}
.penci-review-metas .penci-review-meta {
    margin-right: 15px;
    display: inline-block;
    color: #888;
    font-size: 13px;
    line-height: 1.5;
}
.penci-review-metas .penci-review-meta i {
    font-size: 14px;
    margin-right: 4px;
    color: #aaa;
    font-style: normal;
}
.penci-review-metas .penci-review-btnbuy {
    float: left;
    font-size: 12px;
    font-weight: 700;
    margin-top: 4px;
    border: 1px solid;
    padding: 0 12px;
    height: 28px;
    line-height: 26px;
    color: var(--pcaccent-cl);
    -moz-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}
.penci-review-metas .penci-review-btnbuy:hover {
    background: var(--pcaccent-cl);
    color: #fff;
    border-color: var(--pcaccent-cl);
    text-decoration: none;
}
.penci-review-container.penci-review-count {
    border-bottom: 1px solid #dedede;
}
.penci-review-container.penci-review-count h4 {
    font-size: 20px;
    margin: 0;
}
.penci-review-container.penci-review-count h4 span,
.penci-review-container.penci-review-count h4 a {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-decoration: none !important;
}
.penci-review-schemas,
.penci-review-desc {
    margin-top: 10px;
}
.post-entry .penci-review-desc p {
    margin: 0;
}
.wrapper-penci-review .penci-review ul.penci-review-number {
    padding: 0;
    margin: 20px 0 0 0;
    clear: both;
    width: 100%;
}
.wrapper-penci-review .penci-review ul.penci-review-number li {
    list-style: none;
    margin-bottom: 18px;
}
.wrapper-penci-review .penci-review ul.penci-review-number li:last-child {
    margin-bottom: 0;
}
.wrapper-penci-review .penci-review ul.penci-review-number li:before,
.wrapper-penci-review .penci-review ul.penci-review-number li:after,
ul.penci-review-number li .penci-review-text:before,
ul.penci-review-number li .penci-review-text:after,
.penci-review-row:before,
.penci-review-row:after,
.penci-review-point:before,
.penci-review-point:after {
    content: '';
    display: table;
}
.penci-review-text {
    font-weight: bold;
}
.penci-review-point {
    font-size: inherit;
    display: inline-block;
}
.penci-review-container.penci-review-point {
    display: block;
}
.penci-review-score {
    float: right;
    font-size: inherit;
}
.penci-review-process {
    display: block;
    height: 13px;
    background: #e6e6e6;
    width: 100%;
    margin-top: 5px;
}
.penci-review-process span {
    display: block;
    height: 13px;
    width: 0;
    background: var(--pcaccent-cl);
}
.penci-review-number.star-rating .penci-review-process {
    height: auto;
    background: transparent;
    width: fit-content;
    position: relative;
}
.penci-review-number.star-rating .penci-review-process:before,
.penci-review-number.star-rating .penci-review-process span:before {
    content: "SSSSS";
    color: var(--pcborder-cl);
    font-family: 'star';
    letter-spacing: 0.05em;
    font-size: 18px;
}
.penci-review-number.star-rating .penci-review-process span {
    height: auto;
    background: transparent;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.penci-review-number.star-rating .penci-review-process span:before {
    color: #ffca00;
}
.penci-review-number.star-rating .penci-review-score {
    display: none;
}
.penci-review-score-num.star-num-enable {
    font-size: 28px;
}
.penci-review-score-num .pc-review-stars {
    position: relative;
    font-size: 28px;
    display: inline-block;
    vertical-align: top;
}
.penci-review-score-num .current-stars {
    position: absolute;
    top: 0;
    left: 0;
    color: #ffca00;
    white-space: nowrap;
    overflow: hidden;
}
body.rtl .penci-review-score-num .current-stars {
    left: auto;
    right: 0;
}

.wrapper-penci-review .penci-review ul.penci-review-number.star-rating li:before,
.wrapper-penci-review .penci-review ul.penci-review-number.star-rating li:after {
    display: none;
}
.wrapper-penci-review .penci-review ul.penci-review-number.star-rating li {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    border-bottom: 1px dotted var(--pcborder-cl);
}
.wrapper-penci-review .penci-review ul.penci-review-number.star-rating li:last-child {
    border-bottom: 0;
}
.penci-review-row {
    display: inline-block;
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
    vertical-align: top;
}
.penci-review-stuff,
.penci-review-average {
    float: left;
    display: inline-block;
    width: 66.666%;
    padding: 0 12px;
}
.penci-review-row.star-row-enable .penci-review-stuff {
    margin-bottom: 20px;
}
.penci-review-row.star-row-enable .penci-review-stuff,
.penci-review-row.star-row-enable .penci-review-average {
    float: none;
    width: 100%;
}
.penci-review-average {
    width: 33.333%;
}
.penci-review-average.full-w {
    width: 100%;
    margin: 0 !important;
}
.penci-review-stuff .penci-review-good {
    width: 50%;
    float: left;
    display: inline-block;
    padding: 0 12px;
}
.penci-review-stuff .penci-review-row.full-w .penci-review-good {
    width: 100%;
}
.penci-review-stuff .penci-review-good h5 {
    font-size: 15px;
    margin-bottom: 15px;
}
.penci-review .penci-review-good ul {
    padding: 0 0 0 0;
    margin: 0;
}
.penci-review .penci-review-good ul li {
    list-style: none;
    padding-left: 18px;
    margin-bottom: 7px;
}
.penci-review .penci-review-good ul li:last-child {
    margin-bottom: 0;
}
.penci-review .penci-review-good ul li:before {
    content: "\f058";
    color: #22b162;
    position: absolute;
    left: 0;
    top: 5px;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 1;
    background: none !important;
}
.penci-fawesome-ver5 .penci-review .penci-review-good ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.penci-review .penci-review-bad ul li:before {
    content: "\f056";
    color: #e03030;
}
.penci-review-score-total {
    background: var(--pcaccent-cl);
    color: #fff;
    text-align: center;
    padding: 16px 10px;
    display: block;
}
.penci-review-score-total.only-score {
    padding: 30px 10px;
}
.penci-review-score-num {
    font-size: 56px;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
    font-weight: 400;
}
.penci-review-score-total span {
    font-size: 12px;
}
.penci-piechart {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    right: 20px;
    top: 20px;
    text-align: center;
    width: 50px;
    height: 50px;
    z-index: 8;
}
body.rtl .penci-piechart {
    right: auto;
    left: 20px;
}
.penci-piechart.penci-piechart-small {
    width: 34px;
    height: 34px;
    top: 7px;
    right: 7px;
}
.penci-piechart.penci-piechart-small[data-size="28"] {
    width: 28px;
    height: 28px;
}
.penci-piechart.penci-piechart-small[data-size="28"] .penci-chart-text {
    width: 28px;
    height: 28px;
    line-height: 28px;
}
.penci-chart-text {
    width: 50px;
    height: 50px;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 50px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #fff;
}
body.rtl .penci-chart-text {
    left: auto;
    right: 0;
}
.penci-piechart-small .penci-chart-text {
    width: 34px;
    height: 34px;
    font-size: 12px;
    line-height: 34px;
}
.penci-rv-sm-show.stars-rating {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9;
    color: var(--pcborder-cl);
    line-height: 1;
}
.penci-rv-sm-show.stars-rating.penci-stars-small{
    top: 7px;
    right: 7px;
    left: auto;
}
.penci-rv-sm-show.stars-rating .star-progress {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
    vertical-align: top;
}
.penci-rv-sm-show.stars-rating .normal-stars {
    color: var(--pcborder-cl);
}
.penci-rv-sm-show.stars-rating .rate-stars {
    position: absolute;
    top: 0;
    left: 0;
    color: #ffca00;
}
body.rtl .penci-rv-sm-show.stars-rating .rate-stars {
    left: auto;
    right: 0;
}
.penci-rv-sm-show.stars-rating .star-progress:before {
    content: "SSSSS";
    display: inline-block;
    font-family: 'star';
}
.penci-mega-post .penci-rv-sm-show.stars-rating {
    right: 15px;
    left: auto;
}
body.rtl .penci-mega-post .penci-rv-sm-show.stars-rating {
    left: auto;
    right: 10px;
}
@media only screen and (max-width: 767px) {
    .penci-review-stuff, .penci-review-average,
    .penci-review-stuff .penci-review-good {
        width: 100%;
    }
    .penci-review-score-total,
    .penci-review-stuff .penci-review-bad {
        margin-top: 20px;
    }
    .penci-review-container.penci-review-count h4 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 479px) {
    .penci-review-thumb {
        display: none;
    }
    .penci-review-metas .penci-review-meta {
        display: block;
        margin-bottom: 4px;
    }
}
.penci-review-average .pc-review-stars .fa-star:before {
    content: "S";
    font-family: 'star';
}
body.rtl .penci-piechart.penci-piechart-small {
    right: auto;
    left: 7px;
}.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	position: fixed;
	outline: 0 !important;
	-webkit-backface-visibility: hidden
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle
}
.mfp-align-top .mfp-container:before {
	display: none
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}
.mfp-ajax-cur {
	cursor: progress
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
	cursor: auto
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}
.mfp-loading.mfp-figure {
	display: none
}
.mfp-hide {
	display: none !important
}
.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}
.mfp-preloader a {
	color: #ccc
}
.mfp-preloader a:hover {
	color: #fff
}
.mfp-s-ready .mfp-preloader {
	display: none
}
.mfp-s-error .mfp-content {
	display: none
}
button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: absolute
}
button.mfp-arrow,
button.mfp-close {
	font-size: 28px
}
button::-moz-focus-inner {
	padding: 0;
	border: 0
}
button.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 30px;
	font-family: Arial, Baskerville, monospace
}
.mfp-close:focus,
.mfp-close:hover {
	opacity: 1
}
.mfp-close:active {
	top: 1px
}
.mfp-close-btn-in .mfp-close {
	color: #333;
	font-size: 28px
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px
}
.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}
.mfp-arrow:active {
	margin-top: -54px
}
.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1
}
.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}
.mfp-arrow .mfp-a,
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}
.mfp-arrow .mfp-b,
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}
.mfp-arrow-left {
	left: 0
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}
.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}
.mfp-arrow-right {
	right: 0
}
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}
.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 1200px
}
.mfp-iframe-holder .mfp-close {
	top: -40px
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto
}
.mfp-figure {
	line-height: 0
}
.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}
.mfp-figure figure {
	margin: 0
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}
.mfp-image-holder .mfp-content {
	max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}
@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}
@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75)
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}
.mfp-ie7 .mfp-img {
	padding: 0
}
.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px
}
.mfp-ie7 .mfp-container {
	padding: 0
}
.mfp-ie7 .mfp-content {
	padding-top: 44px
}
.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0
}
.mfp-ani-wrap .mfp-with-anim .summary-inner {
	opacity: 0;
	transition: transform .3s ease, opacity .3s ease;
	transform: translateX(30px)
}
.mfp-ani-wrap.mfp-bg {
	opacity: 0;
	transition: opacity .25s ease, visibility 0s ease .25s
}
.mfp-ani-wrap.mfp-ready.mfp-bg {
	opacity: .75;
	transition: opacity .25s ease, visibility 0s ease
}
.mfp-ani-wrap .mfp-with-anim {
	opacity: 0;
	transition: transform .3s ease, opacity .3s ease
}
.mfp-ani-wrap.mfp-removing .mfp-close {
	display: none
}
.mfp-ani-wrap .mfp-with-anim.move-to-top {
	transform: translateY(100px)
}
.mfp-ani-wrap.mfp-removing .mfp-with-anim.move-to-top {
	transform: translateY(-100px)
}
.mfp-ani-wrap .mfp-with-anim.move-to-bottom {
	transform: translateY(-100px)
}
.mfp-ani-wrap.mfp-removing .mfp-with-anim.move-to-bottom {
	transform: translateY(100px)
}
.mfp-ani-wrap .mfp-with-anim.move-to-left {
	transform: translateX(100px)
}
.mfp-ani-wrap.mfp-removing .mfp-with-anim.move-to-left {
	transform: translateX(-100px)
}
.mfp-ani-wrap .mfp-with-anim.move-to-right {
	transform: translateX(-100px)
}
.mfp-ani-wrap.mfp-removing .mfp-with-anim.move-to-right {
	transform: translateX(100px)
}
.mfp-ani-wrap .mfp-with-anim.zoomin {
	transform: scale(.8)
}
.mfp-ani-wrap.mfp-removing .mfp-with-anim.zoomin {
	transform: scale(1)
}
.mfp-ani-wrap.mfp-ready .mfp-with-anim,
.mfp-ani-wrap.mfp-ready .mfp-with-anim .summary-inner {
	opacity: 1;
	transform: none
}
.mfp-ani-wrap.mfp-removing .mfp-with-anim {
	opacity: 0
}
.mfp-ani-wrap.mfp-removing.mfp-bg {
	opacity: 0
}
.mfp-ani-wrap .bottom-left,
.mfp-ani-wrap .middle-left,
.mfp-ani-wrap .top-left {
	margin-left: 0
}
.mfp-ani-wrap.bottom-left .mfp-container,
.mfp-ani-wrap.middle-left .mfp-container,
.mfp-ani-wrap.top-left .mfp-container {
	margin-left: 0;
	padding-left: 0
}
.mfp-ani-wrap .bottom-right,
.mfp-ani-wrap .middle-right,
.mfp-ani-wrap .top-right {
	margin-right: 0
}
.mfp-ani-wrap.bottom-right .mfp-container,
.mfp-ani-wrap.middle-right .mfp-container,
.mfp-ani-wrap.top-right .mfp-container {
	margin-right: 0;
	padding-right: 0
}
.mfp-ani-wrap.bottom-center .mfp-container,
.mfp-ani-wrap.bottom-left .mfp-container,
.mfp-ani-wrap.bottom-right .mfp-container,
.mfp-ani-wrap.top-center .mfp-container,
.mfp-ani-wrap.top-left .mfp-container,
.mfp-ani-wrap.top-right .mfp-container {
	height: unset
}
.mfp-ani-wrap.top-center .mfp-container,
.mfp-ani-wrap.top-left .mfp-container,
.mfp-ani-wrap.top-right .mfp-container {
	top: 0;
	left: 0
}
.mfp-ani-wrap.bottom-center .mfp-container,
.mfp-ani-wrap.bottom-left .mfp-container,
.mfp-ani-wrap.bottom-right .mfp-container {
	top: auto;
	bottom: 0
}
.penci-owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.penci-owl-carousel .owl-animated-in {
	z-index: 0
}
.penci-owl-carousel .owl-animated-out {
	z-index: 1
}
.penci-owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}
.owl-height {
	-webkit-transition: height .5s ease-in-out;
	-moz-transition: height .5s ease-in-out;
	-ms-transition: height .5s ease-in-out;
	-o-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out
}
.penci-owl-carousel {
	display: block;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
	--pcfs-delay: 0.5s
}
.penci-owl-carousel .penci-owl-dot,
.penci-owl-carousel .penci-owl-nav .owl-next,
.penci-owl-carousel .penci-owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.penci-owl-carousel.penci-owl-loaded {
	display: block
}
.penci-owl-carousel.owl-loading {
	opacity: 0;
	display: block
}
.penci-owl-carousel.owl-hidden {
	opacity: 0
}
.penci-owl-carousel .owl-refresh .owl-item {
	display: none
}
.penci-owl-carousel.owl-rtl {
	direction: rtl
}
.penci-owl-carousel.owl-rtl .owl-item {
	float: right
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}
@-webkit-keyframes bounce {
	20%,
	53%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}
@keyframes bounce {
	20%,
	53%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}
.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}
@-webkit-keyframes flash {
	50%,
	from,
	to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}
@keyframes flash {
	50%,
	from,
	to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}
.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}
@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}
@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}
@-webkit-keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}
@keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}
.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}
@-webkit-keyframes shake {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}
@keyframes shake {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}
.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}
@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake
}
@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}
@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}
.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}
@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}
@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}
.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}
@-webkit-keyframes wobble {
	from {
		-webkit-transform: none;
		transform: none
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}
@keyframes wobble {
	from {
		-webkit-transform: none;
		transform: none
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}
.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}
@-webkit-keyframes jello {
	11.1%,
	from,
	to {
		-webkit-transform: none;
		transform: none
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}
@keyframes jello {
	11.1%,
	from,
	to {
		-webkit-transform: none;
		transform: none
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}
.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center
}
@-webkit-keyframes bounceIn {
	20%,
	40%,
	60%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}
@keyframes bounceIn {
	20%,
	40%,
	60%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}
.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}
@-webkit-keyframes bounceInDown {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}
@keyframes bounceInDown {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}
@-webkit-keyframes bounceInLeft {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}
@keyframes bounceInLeft {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}
@-webkit-keyframes bounceInRight {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}
@keyframes bounceInRight {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}
@-webkit-keyframes bounceInUp {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}
@keyframes bounceInUp {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}
@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}
@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}
.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}
@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}
@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}
.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}
@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}
@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}
.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}
@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}
@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}
.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}
@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}
@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}
.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
@-webkit-keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}
@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}
@-webkit-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}
@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}
@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}
@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
@-webkit-keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}
@-webkit-keyframes fadeOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}
@keyframes fadeOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}
@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}
@keyframes fadeOutDown {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}
@-webkit-keyframes fadeOutDownBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}
@keyframes fadeOutDownBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}
.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}
@-webkit-keyframes fadeOutLeft {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}
@keyframes fadeOutLeft {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}
.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}
@-webkit-keyframes fadeOutLeftBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}
@keyframes fadeOutLeftBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}
.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}
@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}
@keyframes fadeOutRight {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}
.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}
@-webkit-keyframes fadeOutRightBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}
@keyframes fadeOutRightBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}
.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}
@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}
@keyframes fadeOutUp {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}
@-webkit-keyframes fadeOutUpBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}
@keyframes fadeOutUpBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}
.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}
@-webkit-keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}
@keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}
.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}
@-webkit-keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}
@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}
.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}
@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}
@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}
.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}
@-webkit-keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}
@keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}
.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}
@-webkit-keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}
@keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}
.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}
@-webkit-keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}
@keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}
.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}
@-webkit-keyframes lightSpeedOut {
	from {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}
@keyframes lightSpeedOut {
	from {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}
.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}
@-webkit-keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}
@keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}
.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}
@-webkit-keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}
@keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}
.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}
@-webkit-keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}
@keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}
.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}
@-webkit-keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}
@keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}
.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}
@-webkit-keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}
@keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}
.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}
@-webkit-keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}
@keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}
.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}
@-webkit-keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}
@keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}
.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}
@-webkit-keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}
@keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}
.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}
@-webkit-keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}
@keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}
.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}
@-webkit-keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}
@keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}
.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}
@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}
@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}
.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge
}
@-webkit-keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}
@-webkit-keyframes rollOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}
@keyframes rollOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}
.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}
@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}
@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}
.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}
@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}
@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}
@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}
@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}
@-webkit-keyframes zoomOut {
	from {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	to {
		opacity: 0
	}
}
@keyframes zoomOut {
	from {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	to {
		opacity: 0
	}
}
.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}
@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}
@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}
@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}
.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft
}
@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}
@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}
.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight
}
@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}
@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}
@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}
@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}
@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}
.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}
@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}
@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}
.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}
@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}
@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}
.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}
@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}
@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}
.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}
@-webkit-keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}
@keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}
.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}
@-webkit-keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}
@keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}
.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}
@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}
@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}
.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}
@-webkit-keyframes justified-gallery-show-caption-animation {
	from {
		opacity: 0
	}
	to {
		opacity: .7
	}
}
@-moz-keyframes justified-gallery-show-caption-animation {
	from {
		opacity: 0
	}
	to {
		opacity: .7
	}
}
@-o-keyframes justified-gallery-show-caption-animation {
	from {
		opacity: 0
	}
	to {
		opacity: .7
	}
}
@keyframes justified-gallery-show-caption-animation {
	from {
		opacity: 0
	}
	to {
		opacity: .7
	}
}
@-webkit-keyframes justified-gallery-show-entry-animation {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@-moz-keyframes justified-gallery-show-entry-animation {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@-o-keyframes justified-gallery-show-entry-animation {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@keyframes justified-gallery-show-entry-animation {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
.justified-gallery {
	width: 100%;
	position: relative;
	overflow: hidden
}
.justified-gallery>a,
.justified-gallery>div {
	position: absolute;
	display: inline-block;
	overflow: hidden;
	opacity: 0
}
.justified-gallery>a>a>img,
.justified-gallery>a>img,
.justified-gallery>div>a>img,
.justified-gallery>div>img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	border: 0
}
.justified-gallery>a>.caption,
.justified-gallery>div>.caption {
	display: none;
	position: absolute;
	bottom: 0;
	padding: 5px;
	background-color: #000;
	left: 0;
	right: 0;
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	font-family: sans-serif
}
.justified-gallery>a>.caption.caption-visible,
.justified-gallery>div>.caption.caption-visible {
	display: initial;
	opacity: .7;
	filter: "alpha(opacity=70)";
	-webkit-animation: justified-gallery-show-caption-animation .5s 0 ease;
	-moz-animation: justified-gallery-show-caption-animation .5s 0 ease;
	-ms-animation: justified-gallery-show-caption-animation .5s 0 ease
}
.justified-gallery>.entry-visible {
	opacity: 1;
	-webkit-animation: justified-gallery-show-entry-animation .5s 0 ease;
	-moz-animation: justified-gallery-show-entry-animation .5s 0 ease;
	-ms-animation: justified-gallery-show-entry-animation .5s 0 ease
}
.justified-gallery>.jg-filtered {
	display: none
}
.justified-gallery>.spinner {
	position: absolute;
	bottom: 0;
	margin-left: -24px;
	padding: 10px 0;
	left: 50%;
	opacity: initial;
	filter: initial;
	overflow: initial
}
.justified-gallery>.spinner>span {
	display: inline-block;
	opacity: 0;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	background-color: #000;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px
}
.jq-ry-container {
	position: relative;
	padding: 0 5px;
	line-height: 0;
	display: block;
	cursor: pointer;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	direction: ltr
}
.jq-ry-container[readonly=readonly] {
	cursor: default
}
.jq-ry-container>.jq-ry-group-wrapper {
	position: relative;
	width: 100%
}
.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group {
	position: relative;
	line-height: 0;
	z-index: 10;
	white-space: nowrap
}
.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
	display: inline-block
}
.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group {
	width: 100%
}
.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group {
	width: 0;
	z-index: 11;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: 0
}
*,
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
label,
li,
ol,
p,
pre,
td,
th,
ul {
	margin: 0;
	padding: 0
}
input {
	background-color: transparent
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
fieldset,
img {
	border: 0
}
address,
caption,
cite,
code,
dfn,
strong,
th,
var {
	font-style: normal;
	font-weight: 400
}
li,
ol,
ul {
	list-style: none
}
caption,
th {
	text-align: left
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 400
}
q:after,
q:before {
	content: ""
}
strong {
	font-weight: 700
}
em {
	font-style: italic
}
img {
	max-width: 100%;
	vertical-align: top;
	height: auto
}
a img {
	border: none
}
iframe {
	border: none;
	max-width: none
}
iframe[name=google_conversion_frame] {
	height: 0;
	display: block;
	overflow: hidden
}
.penci-center {
	text-align: center
}
body:not(.penci-fawesome-ver5) .penci-faicon {
	font-family: FontAwesome;
	font-weight: 400
}
body:not(.penci-fawesome-ver5) .penci-faicon.fa-vimeo:before {
	content: "\f27d"
}
button,
input[type=button],
input[type=email],
input[type=search],
input[type=submit],
input[type=text],
textarea {
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0
}
p:empty:before {
	content: none
}
body,
html {
	-webkit-font-smoothing: antialiased
}
body {
	font-family: var(--pcbody-font);
	color: #313131;
	background-color: #fff;
	font-size: 14px;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	--pcbg-cl: #fff;
	--pctext-cl: #313131;
	--pcborder-cl: #dedede;
	--pcheading-cl: #313131;
	--pcmeta-cl: #888888;
	--pcaccent-cl: #6eb48c;
	--pcbody-font: "PT Serif", serif;
	--pchead-font: "Raleway", sans-serif;
	--pchead-wei: bold;
	--pchd-mg: 60px;
	--pcctain: 1170px;
	--pcctain2:1400px;
	--pcajs_tcl: var(--pcheading-cl);
	--pcajs_thcl: var(--pcaccent-cl);
	--pcajs_mcl: var(--pcmeta-cl);
	--pcajs_mhcl: var(--pcmeta-cl);
	--pcajs_ncl: var(--pctext-cl);
	--pcajs_bcl: var(--pcborder-cl);
	--pcajs_bgcl: var(--pcbg-cl);
	--pcajs_bghcl: #f9f9f9;
	--pcajs_tfz: 13px;
	--pcajs_mfz: 12px;
	--pcajs_nfz: 13px;
	--pcsnav-w: 270px
}
textarea {
	min-height: 100px
}
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
	font-family: var(--pcbody-font);
	padding: 11px 20px;
	max-width: 100%;
	width: 100%;
	border: 1px solid var(--pcborder-cl);
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
	color: var(--pctext-cl);
	vertical-align: middle;
	font-size: inherit
}
select {
	padding: 8px 28px 8px 15px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
	background-position: right 10px top 50%;
	background-size: auto 18px;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
	outline: 0
}
[type=button],
[type=submit],
button {
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei);
	padding: 12px 20px;
	font-size: 13px;
	line-height: 1.2;
	background-color: var(--pcaccent-cl);
	color: #fff;
	text-align: center;
	display: inline-block;
	outline: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	text-decoration: none;
	text-shadow: none;
	cursor: pointer;
	text-transform: uppercase
}
button[disabled],
input[disabled] {
	opacity: .6 !important;
	cursor: default
}
p {
	font-size: 14px;
	line-height: 28px
}
.elementor-widget-text-editor p {
	font-size: inherit;
	line-height: inherit;
	text-align: inherit
}
a {
	text-decoration: none;
	color: var(--pcaccent-cl);
	transition: color .3s;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	outline: 0;
	cursor: pointer
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--pchead-font);
	font-style: normal;
	font-weight: var(--pchead-wei);
	line-height: 1.35
}
.container {
	width: var(--pcctain);
	margin: 0 auto
}
.container.container-1400 {
	max-width: var(--pcctain2);
	width: 100%
}
.container.container-fullwidth {
	max-width: 100%;
	width: 100%
}
.pc-wrapbuilder-header-inner .container.container-1400,
.penci-header-wrap .container.container-1400 {
	--pcctain: var(--pcctain2)
}
.pc-wrapbuilder-header-inner .container.container-fullwidth,
.penci-header-wrap .container.container-fullwidth {
	--pcctain: 100vw
}
.penci-page-container-smaller {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	display: block
}
.container.penci_sidebar:after,
.container.penci_sidebar:before {
	content: "";
	display: table;
	clear: both
}
body:not(.penci-fawesome-ver5) .penci-faicon.fa-facebook-f:before,
body:not(.penci-fawesome-ver5) .penci-faicon.fa-facebook:before {
	content: "\f09a"
}
#main {
	width: 100%
}
.container.penci_sidebar #main,
.penci-single-style-10 .penci-single-s10-content{
	width: 70.94%;
	padding-right: 50px;
	float: left
}
.penci-single-style-20 .penci-single-s20-content{
	width: 55%;
}
.penci-single-style-20 .penci-post-image-wrapper .penci-sidebar-content {
	width: 40%;
}
.penci-single-style-13 .penci-single-s13-content {
	width: calc(50vw + (100vw - var(--pcctain)) / 2);
	margin-left: calc((100vw - var(--pcctain)) / -2);
}
.container.penci_sidebar.left-sidebar #main,
.penci-single-style-10.penci_sidebar.left-sidebar .penci-single-s10-content,
.penci-single-style-20.penci_sidebar.left-sidebar .penci-single-s20-content,
.penci-single-style-13.penci_sidebar.left-sidebar .penci-single-s13-content {
	float: right;
	padding: 0 0 0 60px
}
.penci-single-style-20 .header-standard .post-box-meta-single {
	margin-top: 20px;
}
.penci-sidebar-content {
	width: 29.06%;
	float: right
}
.penci-single-style-13 .penci-post-image-wrapper .penci-sidebar-content {
	width: 60%;
}
.penci-single-style-13 .container.two-sidebar .penci-sidebar-content {
	width: 50%;
}
.penci-single-style-13 .post-format-entry-header {
	display: flex;
	flex-direction: row-reverse;
}
.penci-single-style-13 .penci-post-image-wrapper .penci-sidebar-content {
	align-content: center;
	position: relative;
	z-index: 4;
	background: var(--pcaccent-cl);
}
.penci-single-style-13 .penci-post-image-wrapper .penci-sidebar-content:before,
.penci-single-style-13 .penci-post-image-wrapper .penci-sidebar-content:after {
	content: '';
	position: absolute;
	bottom: -40px;
	width: 100%;
	height: 40px;
	left: 0;
	right: 0;
	background: var(--pcaccent-cl);
	z-index: 2;
}
.penci-single-style-13.penci-show-ft-caption .penci-post-image-wrapper .penci-sidebar-content:after {
	display: block;
}
@media only screen and (max-width: 960px) {
	.penci-single-style-13.penci-show-ft-caption .penci-post-image-wrapper .penci-sidebar-content:after,
	.penci-single-style-13 .penci-post-image-wrapper .penci-sidebar-content:after {
		display: none;
	}
}
@media only screen and (min-width: 768px){
	.penci-single-style-13.penci-show-ft-caption .penci-featured-caption {
		position: absolute;
		text-align: right;
		background: transparent;
		color: var(--pcheading-cl);
		bottom: -40px;
	}
}
.penci-single-style-13.penci-show-ft-caption .post-image {
	overflow: visible;
}
.penci-single-style-13 .penci-post-image-wrapper .penci-sidebar-content:before {
	right: auto;
	opacity: 0.5;
	left: 100%;
	bottom: 0;
	z-index: -1;
	background: var(--pcbg-cl);
	opacity: 0.1;
}
.penci-single-style-13 .penci-post-image-wrapper .penci-sidebar-content .single-header {
	position: relative;
	padding: 50px 0 50px 50px;
}  
.penci-single-style-13 .penci-container-inside.penci-breadcrumb {
	position: relative;
	padding-left: 50px;
}
.penci-single-style-13 .penci-container-inside.penci-breadcrumb span,
.penci-single-style-13 .penci-container-inside.penci-breadcrumb i,
.penci-single-style-13 .penci-container-inside.penci-breadcrumb span a {
	color: #fff;
}
.penci-single-style-13 .penci-sidebar-content,
.penci-single-style-13 .penci-main-sticky-sidebar {
	margin-top: 40px;
}
@media only screen and (min-width:961px) {
	.penci-single-style-10 .penci-post-image-wrapper .container.two-sidebar .penci-sidebar-content {
		width: 29.06%
	}
	.penci-single-style-20 .penci-post-image-wrapper .container.two-sidebar .penci-sidebar-content {
		width: 39%;
	}
}
.penci-sidebar-content-vc {
	width: 100% !important;
	float: none
}
.penci_sidebar.left-sidebar .penci-sidebar-content {
	float: left
}
.penci-sidebar-content.penci-sticky-sidebar.is-sticky {
	margin-top: 75px
}
.admin-bar .penci-sidebar-content.penci-sticky-sidebar.is-sticky {
	margin-top: 107px
}
#penci-end-sidebar-sticky {
	margin-top: -300px;
	padding-top: 300px
}
.clear-footer {
	height: 1px;
	margin-bottom: 29px;
	clear: both;
	display: block;
	width: 100%
}
.clearfix {
	clear: both
}
.penci-clearfix {
	clear: both
}
.penci-clearfix:after,
.penci-clearfix:before {
	content: "";
	display: table;
	clear: both
}
.wrapper-boxed {
	overflow: hidden
}
body.penci-body-boxed {
	background: #f5f5f5;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed
}
.wrapper-boxed.enable-boxed {
	background: #fff;
	max-width: calc(var(--pcctain) + 60px);
	display: block;
	overflow: hidden;
	margin: 0 auto;
	box-shadow: 0 5px 8px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 5px 8px rgba(0, 0, 0, .2)
}
.wrapper-boxed.enable-boxed .penci_header.penci_builder_sticky_header_desktop {
	--pmx: calc(var(--pcctain) + 60px);
	width: 100%;
	max-width: var(--pmx);
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.penci-body-boxed.penci-two-sidebar .wrapper-boxed.enable-boxed {
	max-width: calc(var(--pcctain2) + 30px)
}
.penci-body-boxed.penci-two-sidebar .container.penci-breadcrumb,
.penci-body-boxed.penci-two-sidebar .container.two-sidebar {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px
}
.penci-top-bar {
	background: #313131;
	height: auto
}
.penci-top-bar.topbar-1400px,
.penci-top-bar.topbar-fullwidth {
	padding: 0 20px
}
.penci-top-bar.topbar-fullwidth .container {
	width: 100%
}
.penci-headline {
	display: block
}
.penci-headline:after,
.penci-headline:before {
	content: "";
	display: table;
	clear: both
}
.penci-headline .pctopbar-item {
	display: flex;
	margin: 0 15px;
	float: left;
	line-height: 32px;
	color: #fff
}
.penci-topbar-ctext {
	font-size: 13px
}
.penci-topbar-ctext * {
	color: inherit;
	font-size: inherit
}
.penci-headline .pctopbar-item:first-child {
	margin-left: 0
}
.penci-headline .pctopbar-item:last-child {
	margin-right: 0
}
@media only screen and (min-width:1170px) {
	.penci-headline .pctopbar-item:last-child:not(:first-child) {
		float: right
	}
}
.headline-title {
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
	font-size: 12px;
	color: #fff;
	background: var(--pcaccent-cl);
	float: left;
	text-transform: uppercase;
	font-family: var(--pchead-font);
	z-index: 10;
	position: relative;
	display: inline-block;
	font-weight: var(--pchead-wei)
}
.penci-top-bar .penci-owl-carousel:not(.penci-owl-loaded)>div:first-child {
	height: 32px
}
.penci-owl-carousel.penci-headline-posts .owl-stage-outer {
	height: 32px !important
}
.penci-owl-carousel-slider.penci-headline-posts .penci-owl-nav .owl-next,
.penci-owl-carousel-slider.penci-headline-posts .penci-owl-nav .owl-prev {
	width: 16px;
	height: 20px;
	border: none;
	background: 0 0;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	left: -54px;
	outline: 0;
	cursor: pointer;
	position: absolute;
	color: #999;
	opacity: 1 !important;
	font-size: 18px;
	transition: color .3s;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	padding: 0;
	top: 50%;
	margin-top: -10px
}
.penci-owl-carousel-slider.penci-headline-posts .penci-owl-nav .owl-next {
	left: -32px
}
.penci-trending-nav {
	line-height: 32px
}
.penci-trending-nav a {
	font-size: 16px;
	line-height: inherit;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	text-decoration: none !important;
	color: #999;
	position: relative
}
.penci-owl-carousel-slider.penci-headline-posts .penci-owl-nav .owl-next:hover,
.penci-owl-carousel-slider.penci-headline-posts .penci-owl-nav .owl-prev:hover,
.penci-trending-nav a:hover {
	color: #fff
}
@keyframes TickerslideOutRight {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		transform: translate3d(20px, 0, 0)
	}
}
@keyframes TickerslideInRight {
	from {
		opacity: 0;
		transform: translate3d(20px, 0, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}
.penci-headline-posts .owl-item.sliderInUp {
	animation-name: sliderInUp;
	-webkit-animation-name: sliderInUp
}
.penci-headline-posts .owl-item.sliderOutUp {
	animation-name: sliderOutUp;
	-webkit-animation-name: sliderOutUp
}
.penci-headline-posts .slideInUp {
	-webkit-animation-name: slideInUp !important;
	animation-name: slideInUp !important
}
.penci-headline-posts .slideOutUp {
	-webkit-animation-name: slideOutUp !important;
	animation-name: slideOutUp !important
}
.penci-headline-posts .TickerslideInRight {
	-webkit-animation-name: TickerslideInRight !important;
	animation-name: TickerslideInRight !important
}
.penci-headline-posts .TickerslideOutRight {
	-webkit-animation-name: TickerslideOutRight !important;
	animation-name: TickerslideOutRight !important
}
.penci-headline-posts .fadeIn {
	-webkit-animation-name: fadeIn !important;
	animation-name: fadeIn !important
}
.penci-headline-posts .fadeOut {
	-webkit-animation-name: fadeOut !important;
	animation-name: fadeOut !important
}
a.penci-topbar-post-title {
	color: #fff;
	font-size: 12px;
	font-family: var(--pchead-font);
	text-decoration: none !important;
	text-transform: uppercase;
	transition: color .3s;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	display: inline-block;
	white-space: nowrap;
	line-height: 32px;
	font-weight: var(--pchead-wei)
}
a.penci-topbar-post-title:hover {
	color: var(--pcaccent-cl)
}
.loaded a.penci-topbar-post-title {
	opacity: 1
}
.penci-owl-carousel-slider.swiper-fade .swiper-slide {
	pointer-events: initial;
}
.penci-topbar-social {
	display: inline-block;
	float: right;
	z-index: 10;
	position: relative
}
.penci-topbar-social>div {
	display: inline-block;
	vertical-align: top
}
.penci-topbar-social a {
	float: left;
	display: inline-block;
	vertical-align: top;
	margin-left: 13px;
	font-size: 13px;
	color: #fff;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	line-height: 32px
}
.penci-topbar-social a:first-child {
	margin-left: 0
}
.penci-topbar-social a:hover {
	color: var(--pcaccent-cl)
}
.penci-topbar-trending .animated.TickerslideInRight,
.penci-topbar-trending .animated.TickerslideOutRight,
.penci-topbar-trending .animated.fadeIn,
.penci-topbar-trending .animated.fadeOut,
.penci-topbar-trending .animated.slideInUp,
.penci-topbar-trending .animated.slideOutUp {
	-webkit-animation-duration: .3s;
	animation-duration: .3s
}
.penci-topbar-trending {
	display: flex;
	float: left;
	overflow: hidden;
	width: 100%;
	max-width: 420px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap
}
.penci-topbar-trending .penci-trending-nav {
	float: left;
	position: relative;
	z-index: 100;
	padding-left: 8px;
	padding-right: 8px
}
.penci-topbar-trending .swiper {
	overflow: visible;
	max-height: 32px;
}
.penci-topbar-trending .penci-owl-carousel .owl-item {
	background: #313131
}
.headline-title.nticker-style-2 {
	margin-right: 8px
}
.headline-title.nticker-style-4 {
	margin-right: 9px
}
.headline-title.nticker-style-2:after {
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 9px solid var(--pcaccent-cl);
	border-bottom: 8px solid transparent;
	border-top-color: transparent !important;
	border-bottom-color: transparent !important;
	content: "";
	position: absolute;
	right: -8px;
	top: 50%;
	margin-top: -8px;
	display: inline-block
}
.headline-title.nticker-style-3 {
	padding-right: 25px
}
.headline-title.nticker-style-3:after {
	width: 0;
	height: 0;
	border-top: 16px solid transparent;
	border-right: 11px solid #313131;
	border-bottom: 16px solid transparent;
	border-top-color: transparent !important;
	border-bottom-color: transparent !important;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block
}
.headline-title.nticker-style-4:after {
	width: 0;
	height: 0;
	content: "";
	position: absolute;
	right: -9px;
	top: 0;
	display: inline-block;
	border-bottom: 32px solid var(--pcaccent-cl);
	border-right: 9px solid transparent;
	border-right-color: transparent !important;
	opacity: .8
}
.penci-enews-ticker.penci-topbar-trending {
	float: none;
	display: flex;
	text-overflow: clip;
	max-width: 100%
}
.penci-enews-ticker.penci-topbar-trending .penci-owl-carousel .owl-item {
	background: #fff
}
.penci-enews-ticker .headline-title.nticker-style-3:after {
	border-color: #fff
}
.penci-enews-ticker .penci-trending-nav a,
.penci-enews-ticker .penci-trending-nav a:hover {
	color: #666
}
div.penci-topbar-menu>ul,
ul.penci-topbar-menu {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0
}
div.penci-topbar-menu>ul li,
ul.penci-topbar-menu li {
	position: relative
}
div.penci-topbar-menu>ul>li,
ul.penci-topbar-menu>li {
	display: inline-block;
	float: left;
	margin-right: 20px
}
div.penci-topbar-menu>ul>li:last-child,
ul.penci-topbar-menu>li:last-child {
	margin-right: 0
}
div.penci-topbar-menu>ul>li a,
ul.penci-topbar-menu>li a {
	color: #fff;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	background: 0 0;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 32px;
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei)
}
div.penci-topbar-menu>ul>li>a,
ul.penci-topbar-menu>li>a {
	display: inline-block;
	vertical-align: top
}
.penci-topbar-menu img {
	vertical-align: middle
}
div.penci-topbar-menu>ul>li a:hover,
ul.penci-topbar-menu>li a:hover {
	color: var(--pcaccent-cl)
}
div.penci-topbar-menu>ul ul.sub-menu,
ul.penci-topbar-menu ul.sub-menu {
	display: none;
	position: absolute;
	left: 0;
	background: #313131;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .15)
}
div.penci-topbar-menu>ul li:hover>ul.sub-menu,
ul.penci-topbar-menu li:hover>ul.sub-menu {
	display: block;
	z-index: 105
}
div.penci-topbar-menu>ul li:hover ul.sub-menu ul.sub-menu,
ul.penci-topbar-menu li:hover ul.sub-menu ul.sub-menu {
	left: 100%;
	top: 0
}
div.penci-topbar-menu>ul ul.sub-menu li a,
ul.penci-topbar-menu ul.sub-menu li a {
	width: 150px;
	padding: 7px 0;
	margin: 0 20px;
	line-height: 1.7;
	display: block;
	text-align: left
}
div.penci-topbar-menu>ul ul.sub-menu li a,
div.penci-topbar-menu>ul>li>ul.sub-menu>li:first-child,
ul.penci-topbar-menu ul.sub-menu li a,
ul.penci-topbar-menu>li>ul.sub-menu>li:first-child {
	border-top: 1px solid #414141
}
div.penci-topbar-menu>ul ul.sub-menu li:first-child>a,
ul.penci-topbar-menu ul.sub-menu>li:first-child>a {
	border-top: none
}
.penci-top-bar .pclogin-item,
.penci-top-bar .pctopbar-login-btn {
	display: inline-block;
	position: relative;
	vertical-align: top
}
.penci-topbar-social .pclogin-item,
.penci-topbar-social-mobile .pclogin-item {
	margin-right: 13px
}
.penci-top-bar .pclogin-item:not(.penci-login-popup-btn) a,.penci-top-bar .penci-login-popup-btn a {
	font-size: inherit
}
.penci-top-bar .penci-login-popup-btn a i {
	font-size: 13px
}
.pclogin-item.login-popup span {
	margin-left: 4px;
	font-size: inherit
}
.penci-topbar-social.penci-lgdisplay-right .pclogin-item {
	margin-right: 0;
	margin-left: 13px
}
.pctopbar-login-btn .pclogin-sub {
	position: absolute;
	left: 0;
	width: 200px;
	top: 32px;
	background: #313131;
	padding: 10px 20px;
	display: none;
	z-index: 10
}
.pctopbar-login-btn li.pclogin-item:hover>.pclogin-sub {
	display: block
}
.pctopbar-login-btn li.pclogin-item img {
	position: relative;
	top: 5px;
	margin: 0;
	margin-right: 5px
}
.pctopbar-login-btn .pclogin-sub li {
	display: block;
	float: none;
	font-size: inherit
}
.pctopbar-login-btn .pclogin-sub li a {
	display: block;
	float: none;
	font-size: inherit
}
.pctopbar-login-btn .pclogin-sub li a i {
	margin-right: 5px;
	font-style: normal
}
.penci-loader-effect {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	margin-top: -26px;
	margin-left: -26px;
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 300
}
.penci-loader-effect .penci-ld {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 0;
	display: block
}
.penci-ld .penci-ldin {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}
.penci-ld .penci-ld2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg)
}
.penci-ld .penci-ld3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg)
}
.penci-ld .penci-ld4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.penci-ld .penci-ld5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg)
}
.penci-ld .penci-ld6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg)
}
.penci-ld .penci-ld7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.penci-ld .penci-ld8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg)
}
.penci-ld .penci-ld9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg)
}
.penci-ld .penci-ld10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}
.penci-ld .penci-ld11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg)
}
.penci-ld .penci-ld12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg)
}
.penci-ld .penci-ldin:before {
	content: "";
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	border-radius: 100%;
	-webkit-animation: LoadingCircleEf .7s infinite ease-in-out both;
	animation: LoadingCircleEf .7s infinite ease-in-out both;
	background: var(--pcaccent-cl)
}
.penci-ld .penci-ld2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}
.penci-ld .penci-ld3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}
.penci-ld .penci-ld4:before {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}
.penci-ld .penci-ld5:before {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s
}
.penci-ld .penci-ld6:before {
	-webkit-animation-delay: -.7s;
	animation-delay: -.7s
}
.penci-ld .penci-ld7:before {
	-webkit-animation-delay: -.6s;
	animation-delay: -.6s
}
.penci-ld .penci-ld8:before {
	-webkit-animation-delay: -.5s;
	animation-delay: -.5s
}
.penci-ld .penci-ld9:before {
	-webkit-animation-delay: -.4s;
	animation-delay: -.4s
}
.penci-ld .penci-ld10:before {
	-webkit-animation-delay: -.3s;
	animation-delay: -.3s
}
.penci-ld .penci-ld11:before {
	-webkit-animation-delay: -.2s;
	animation-delay: -.2s
}
.penci-ld .penci-ld12:before {
	-webkit-animation-delay: -.1s;
	animation-delay: -.1s
}
@-webkit-keyframes LoadingCircleEf {
	0%,
	100%,
	80% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes LoadingCircleEf {
	0%,
	100%,
	80% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
.pc-login-register-mobile .pclogin-sub {
	left: auto;
	right: auto;
	z-index: 999999
}
.penci-hidden {
	display: none
}
#penci-login-popup {
	position: relative;
	display: block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 10;
	width: 100%;
	max-width: 470px;
	padding: 44px;
	background: 0 0;
	background-size: auto;
	color: #313131;
	opacity: 0;
	-webkit-transition: all .4s cubic-bezier(.5, 0, .1, 1);
	transition: all .4s cubic-bezier(.5, 0, .1, 1);
	transform: scale(.6);
	-webkit-transform: scale(.6)
}
#penci-login-popup:after,
#penci-login-popup:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: #fff no-repeat fixed center center;
	opacity: .75
}
#penci-login-popup:after {
	z-index: -2;
	background-color: transparent;
	opacity: 1
}
.mfp-ready #penci-login-popup {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1)
}
.mfp-ready.mfp-removing #penci-login-popup {
	opacity: 0;
	transform: scale(.6);
	-webkit-transform: scale(.6)
}
.mfp-bg.penci-popup-animation {
	opacity: 0;
	transition: all .3s ease-out
}
.mfp-bg.penci-popup-animation.mfp-ready {
	opacity: .9
}
.mfp-bg.penci-popup-animation.mfp-ready.mfp-removing {
	opacity: 0
}
#penci-login-popup.ajax-loading:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: #fff;
	opacity: .65
}
#penci-login-popup.ajax-loading .penci-loader-effect {
	display: block
}
.penci-login-container .penci-login .register-input-checkbox,
.penci-login-container .penci-login input[type=email],
.penci-login-container .penci-login input[type=tel],
.penci-login-container .penci-login input[type=password],
.penci-login-container .penci-login input[type=submit],
.penci-login-container .penci-login input[type=text] {
	width: 100%;
	padding: 0 15px;
	border-radius: 0;
	margin-bottom: 20px;
	line-height: 40px
}
.register-input-checkbox:not(.checked) .pcpop-button {
	pointer-events: none;
	cursor: disabled;
	opacity: .6;
}
.penci-lgpop-title {
	text-align: center;
	line-height: 1.2;
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 20px;
	letter-spacing: 0;
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei)
}
.pclogin-input-checkbox {
	margin-bottom: 20px
}
.pclg-2col>div {
	float: left;
	width: 47.5%;
	margin-right: 5%
}
.pclg-2col>div:last-child {
	margin-right: 0
}
.top-search-classes {
	float: right;
	width: 20px;
	text-align: center;
	margin-right: 0
}
#navigation .pcheader-icon.penci-top-search {
	margin-right: 0
}
#navigation .pcheader-icon,
.top-search-classes.shoping-cart-icon {
	margin-right: 10px
}
.top-search-classes.shoping-cart-icon {
	position: relative
}
#navigation .pcheader-icon:first-child,
#navigation.header-4 .pcheader-icon,
#navigation.header-5 .pcheader-icon,
#navigation.header-6 .pcheader-icon {
	margin-right: 0
}
.top-search-classes a.cart-contents,
.top-search-classes>a {
	font-size: 14px;
	line-height: 58px;
	display: block;
	height: 58px;
	cursor: pointer;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #313131;
	background: 0 0
}
#navigation.header-6 .menu {
	margin-right: 30px
}
@media only screen and (min-width:961px) {
	#navigation.header-10 .top-search-classes>a,
	#navigation.header-10 a.cart-contents,
	#navigation.header-11 .top-search-classes>a,
	#navigation.header-11 a.cart-contents,
	#navigation.header-6 .top-search-classes>a,
	#navigation.header-6 a.cart-contents {
		line-height: 80px;
		height: 80px
	}
}
@media only screen and (max-width:960px) {
	#navigation.header-10 .top-search-classes>a,
	#navigation.header-10 a.cart-contents,
	#navigation.header-11 .top-search-classes>a,
	#navigation.header-11 a.cart-contents,
	#navigation.header-6 .top-search-classes>a,
	#navigation.header-6 a.cart-contents {
		line-height: 60px;
		height: 60px
	}
}
.is-sticky #navigation.header-10 .top-search-classes>a,
.is-sticky #navigation.header-10 a.cart-contents,
.is-sticky #navigation.header-11 .top-search-classes>a,
.is-sticky #navigation.header-11 a.cart-contents,
.is-sticky #navigation.header-6 .top-search-classes>a,
.is-sticky #navigation.header-6 a.cart-contents {
	line-height: 58px;
	height: 58px
}
.top-search-classes a.cart-contents>i,
.top-search-classes>a>i {
	width: 20px
}
.top-search-classes a.cart-contents,
.top-search-classes.compare-icon>a,
.top-search-classes.shoping-cart-icon>a,
.top-search-classes.wishlist-icon>a {
	position: relative
}
.top-search-classes a.cart-contents>i,
.top-search-classes.shoping-cart-icon>a>i {
	font-size: 17px
}
.top-search-classes a.cart-contents>span,
.top-search-classes.compare-icon>a>span,
.top-search-classes.shoping-cart-icon>a>span,
.top-search-classes.wishlist-icon>a>span {
	font-family: var(--pcbody-font);
	font-size: 9px;
	line-height: 14px;
	position: absolute;
	z-index: 1;
	top: calc(50% - 17px);
	right: -4px;
	display: inline-block;
	width: 14px;
	height: 14px;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: var(--pcaccent-cl)
}
.top-search-classes .svg-icon {
	display: inline-block;
	margin-top: 5px
}
.top-search-classes.shoping-cart-icon .svg-icon {
	margin-top: 3px
}
@media only screen and (max-width:960px) {
	#navigation.header-10 .pcheader-icon a.cart-contents,
	#navigation.header-10 .pcheader-icon>a,
	#navigation.header-11 .pcheader-icon a.cart-contents,
	#navigation.header-11 .pcheader-icon>a,
	#navigation.header-9 .pcheader-icon a.cart-contents,
	#navigation.header-9 .pcheader-icon>a {
		height: 58px;
		line-height: 58px
	}
}
#navigation {
	background: #fff;
	height: 60px;
	z-index: 9999;
	width: 100%;
	-webkit-backface-visibility: hidden;
	border-bottom: 1px solid #ececec;
	transition: box-shadow .3s;
	-webkit-transition: box-shadow .3s;
	-moz-transition: box-shadow .3s;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}
.wrapper-boxed.enable-boxed #navigation {
	transition: height .3s, box-shadow .3s;
	-webkit-transition: height .3s, box-shadow .3s;
	-moz-transition: height .3s, box-shadow .3s
}
#navigation.sticky-active {
	z-index: 99999
}
#navigation.header-6,
#navigation.header-9 {
	transition: box-shadow .3s, height .3s;
	-webkit-transition: box-shadow .3s, height .3s;
	-moz-transition: box-shadow .3s, height .3s
}
#navigation.header-7,
#navigation.header-8,
#navigation.header-9 {
	padding: 0 20px
}
#navigation.header-layout-bottom {
	box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	-moz-box-shadow: 0 0 0 transparent;
	border-top: 1px solid #ececec
}
#navigation.header-1,
#navigation.header-4,
#navigation.header-7 {
	border-top: 1px solid transparent !important
}
.is-sticky #navigation {
	box-shadow: 0 1px 5px rgba(190, 190, 190, .46);
	-webkit-box-shadow: 0 1px 5px rgba(190, 190, 190, .46);
	-moz-box-shadow: 0 1px 5px rgba(190, 190, 190, .46);
	border-color: transparent !important
}
.wrapper-boxed.enable-boxed .is-sticky #navigation {
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 100%;
	max-width: calc(var(--pcctain) + 60px)
}
.penci-body-boxed.penci-two-sidebar .wrapper-boxed.enable-boxed .is-sticky #navigation {
	max-width: calc(var(--pcctain2) + 30px)
}
.slicknav_menu {
	display: none
}
#navigation .container {
	position: relative;
	display: table;
	text-align: center
}
#navigation.header-7 .container,
#navigation.header-8 .container,
#navigation.header-9 .container {
	width: 100%;
	--pcctain: calc(100vw - 40px)
}
#navigation .container .inner-top-navigation {
	display: inline-block;
	vertical-align: top
}
#navigation .menu {
	float: left
}
#navigation.header-4 .menu,
#navigation.header-4 .pcheader-icon,
#navigation.header-4 .top-search-classes,
#navigation.header-5 .menu,
#navigation.header-5 .pcheader-icon,
#navigation.header-5 .top-search-classes {
	float: none;
	vertical-align: top
}
#navigation.header-4 .pcheader-icon,
#navigation.header-4 .top-search-classes,
#navigation.header-5 .pcheader-icon,
#navigation.header-5 .top-search-classes {
	margin-left: 40px;
	display: inline-block
}
#navigation .menu>ul>li,
#navigation ul.menu>li {
	display: inline-block;
	position: relative;
	float: left;
	margin-right: 30px
}
#navigation .menu>li:last-child,
#navigation .menu>ul>li:last-child {
	margin-right: 0
}
#navigation .menu>li>a,
#navigation .sub-menu li a {
	font-family: var(--pchead-font);
	font-size: 12px;
	color: #313131;
	text-transform: uppercase;
	display: inline-block;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	position: relative;
	font-weight: var(--pchead-wei);
	text-decoration: none
}
#navigation .menu>li>a {
	line-height: 58px
}
#navigation .menu>li>a>i,
#navigation .sub-menu li>a>i {
	font-size: 13px;
	margin-right: 5px
}
#navigation .menu>ul>li>a:before,
#navigation ul.menu>li>a:before {
	content: "";
	position: absolute;
	bottom: 18px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	left: 50%;
	height: 2px;
	width: 0;
	background: var(--pcaccent-cl)
}
#navigation .menu>ul>li:hover>a:before,
#navigation .menu>ul>li>a:hover:before,
#navigation ul.menu>li:hover>a:before,
#navigation ul.menu>li>a:hover:before {
	left: 0;
	width: 100%
}
#navigation .menu>li.current-menu-ancestor>a,
#navigation .menu>li.current-menu-item>a,
#navigation .menu>li.current_page_item>a,
#navigation .menu>li:hover>a,
#navigation .menu>li>a:hover {
	color: var(--pcaccent-cl)
}
#navigation .menu>ul>li>a>img,
#navigation ul.menu>li>a>img {
	vertical-align: middle
}
#navigation .button-menu-mobile {
	display: none;
	float: left;
	line-height: 60px;
	text-align: center;
	color: #313131;
	font-size: 21px;
	cursor: pointer;
	transition: color .3s;
	-webkit-transition: color .3s;
	-moz-transition: color .3s
}
#logo a {
	display: inline-block;
	vertical-align: top
}
#logo h1 {
	margin: 0
}
.penci-mobile-hlogo {
	display: none;
	float: left;
	margin-left: 10px
}
.penci-mobile-hlogo a {
	display: inline-block
}
.penci-mobile-hlogo img {
	max-height: 60px;
	padding: 8px 0;
	width: auto
}
@media only screen and (max-width:960px) {
	.penci-hlogo-center #navigation.header-6 #logo,
	.penci-hlogo-center .penci-mobile-hlogo {
		float: none;
		margin: 0;
		position: absolute;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		z-index: 10
	}
	.penci-mobile-hlogo {
		display: inline-block
	}
}
#navigation.header-6 {
	height: 82px
}
#navigation.header-6 .container {
	text-align: right
}
#navigation.header-6 .menu {
	float: none
}
#navigation.header-6 #logo {
	float: left;
	display: block;
	text-align: left
}
#navigation.header-6 #logo img {
	padding: 12px 0;
	max-height: 80px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	width: auto
}
#navigation.header-6 .menu>li>a,
#navigation.header-6 ul.menu>li>a {
	line-height: 80px
}
#navigation.header-6 .menu>ul>li>a:before,
#navigation.header-6 ul.menu>li>a:before {
	bottom: 29px
}
#navigation.header-6 .pcheader-icon {
	margin-left: 40px
}
#navigation.header-6 .pcheader-icon>a {
	height: 80px;
	line-height: 80px
}
@media only screen and (min-width:961px) {
	.header-search-style-default #navigation.header-6 .penci-menuhbg-toggle,
	.header-search-style-default #navigation.header-6 .show-search {
		height: 80px
	}
	.header-search-style-default #navigation.header-6 .show-search a.close-search {
		height: 80px;
		line-height: 80px
	}
	.header-search-style-default #navigation.header-6 .show-search form.pc-searchform input.search-input {
		height: 80px;
		padding: 26px 35px 26px 0
	}
}
#navigation.header-10>.container,
#navigation.header-11>.container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
#navigation.header-10 .penci-menu-wrap,
#navigation.header-11 .penci-menu-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex: 3 0;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	float: left;
	text-align: center;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
#navigation.header-10 .penci-menu-wrap #logo,
#navigation.header-11 .penci-menu-wrap #logo {
	width: 24%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative
}
#navigation.header-10 .penci-menu-wrap .menu,
#navigation.header-11 .penci-menu-wrap .menu {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap
}
#navigation.header-10,
#navigation.header-11 {
	height: 82px
}
#navigation.header-10 .menu>li>a,
#navigation.header-10 ul.menu>li>a,
#navigation.header-11 .menu>li>a,
#navigation.header-11 ul.menu>li>a {
	line-height: 80px
}
#navigation.header-10 #logo img,
#navigation.header-11 #logo img {
	padding: 12px 0;
	max-height: 80px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	width: auto
}
.is-sticky #navigation.header-10 #logo img,
.is-sticky #navigation.header-11 #logo img {
	padding: 7px 0
}
#navigation.header-10 .penci-header-extra,
#navigation.header-11 .penci-header-extra {
	margin-left: 15px
}
#navigation.header-10 .pcheader-icon>a,
#navigation.header-10 .penci-menuhbg-toggle,
#navigation.header-10 .show-search a.close-search,
#navigation.header-11 .pcheader-icon>a,
#navigation.header-11 .penci-menuhbg-toggle,
#navigation.header-11 .show-search a.close-search {
	height: 80px;
	line-height: 80px
}
@media only screen and (min-width:961px) {
	.header-search-style-default #navigation.header-11 .show-search form.pc-searchform input.search-input {
		height: 80px;
		padding: 26px 35px 26px 20px
	}
	.header-search-style-default #navigation.header-10 .show-search form.pc-searchform input.search-input {
		height: 80px;
		padding: 26px 35px 26px 0
	}
	.header-search-style-default #navigation.header-10 .show-search,
	.header-search-style-default #navigation.header-11 .show-search {
		height: 80px
	}
	.header-search-style-default #navigation.header-11 .show-search a.close-search {
		right: 10px
	}
}
.is-sticky #navigation.header-10,
.is-sticky #navigation.header-11,
.is-sticky #navigation.header-6 {
	height: 60px
}
.is-sticky #navigation.header-6 #logo img {
	max-height: 58px;
	padding: 7px 0
}
.is-sticky #navigation.header-6 .menu>li>a,
.is-sticky #navigation.header-6 ul.menu>li>a {
	line-height: 58px
}
.is-sticky #navigation.header-6 .menu>ul>li>a:before,
.is-sticky #navigation.header-6 ul.menu>li>a:before {
	bottom: 18px
}
.is-sticky #navigation.header-10 .penci-menuhbg-toggle,
.is-sticky #navigation.header-10 .show-search,
.is-sticky #navigation.header-11 .penci-menuhbg-toggle,
.is-sticky #navigation.header-11 .show-search,
.is-sticky #navigation.header-6 .penci-menuhbg-toggle,
.is-sticky #navigation.header-6 .show-search {
	height: 58px
}
.is-sticky #navigation.header-10 .pcheader-icon>a,
.is-sticky #navigation.header-10 .show-search a.close-search,
.is-sticky #navigation.header-11 .pcheader-icon>a,
.is-sticky #navigation.header-11 .show-search a.close-search,
.is-sticky #navigation.header-6 .pcheader-icon>a,
.is-sticky #navigation.header-6 .show-search a.close-search {
	height: 58px;
	line-height: 58px
}
.is-sticky #navigation.header-11 .show-search form.pc-searchform input.search-input {
	padding: 15px 35px 15px 15px;
	height: 58px
}
.is-sticky #navigation.header-10 .show-search form.pc-searchform input.search-input,
.is-sticky #navigation.header-6 .show-search form.pc-searchform input.search-input {
	height: 58px;
	padding: 15px 35px 15px 0
}
#navigation .penci-dropdown-menu,
#navigation .sub-menu,
.navigation .penci-dropdown-menu,
.navigation .sub-menu {
	pointer-events: none
}
#navigation li:hover>.penci-dropdown-menu,
#navigation li:hover>.sub-menu,
.navigation li:hover>.penci-dropdown-menu,
.navigation li:hover>.sub-menu {
	pointer-events: auto
}
#navigation .menu .sub-menu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 0;
	z-index: 9999;
	box-shadow: 0 3px 3px rgba(190, 190, 190, .6);
	-webkit-box-shadow: 0 3px 3px rgba(190, 190, 190, .6);
	-moz-box-shadow: 0 3px 3px rgba(190, 190, 190, .6);
	border-top: 1px solid #ececec;
	margin-top: 0;
	background: #fff
}
#navigation ul.menu ul.sub-menu li>a {
	margin: 0 20px;
	padding: 12px 0;
	font-size: 12px;
	min-width: 200px;
	line-height: 1.4;
	-moz-transition: color .3s, background-color .3s;
	-webkit-transition: color .3s, background-color .3s;
	transition: color .3s, background-color .3s;
	border-bottom: 1px solid #e0e0e0;
	text-align: left;
	border-left: none !important;
	position: relative;
	overflow: hidden;
	vertical-align: top
}
#navigation ul.menu ul.sub-menu li,
#navigation ul.menu ul.sub-menu ul li {
	padding-right: 0;
	margin-right: 0;
	float: none;
	position: relative;
	width: 100%
}
#navigation .menu ul.sub-menu>li:last-child>a {
	border-bottom: none
}
#navigation .menu .sub-menu ul {
	left: 100%;
	top: 0
}
body #navigation .menu .sub-menu,
body .navigation .menu .sub-menu,
body .penci-dropdown-menu {
	transition: transform .27s ease-in-out, opacity .27s ease-in-out, visibility .27s ease-in-out;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0
}
body.pcmn-drdw-style-slide_down #navigation .menu .sub-menu,
body.pcmn-drdw-style-slide_down .navigation .menu .sub-menu,
body.pcmn-drdw-style-slide_down .penci-dropdown-menu {
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg)
}
body.pcmn-drdw-style-slide_down #navigation .menu ul li:hover>.penci-dropdown-menu,
body.pcmn-drdw-style-slide_down #navigation .menu ul li:hover>ul,
body.pcmn-drdw-style-slide_down #navigation ul.menu li:hover>.penci-dropdown-menu,
body.pcmn-drdw-style-slide_down #navigation ul.menu li:hover>ul,
body.pcmn-drdw-style-slide_down .navigation .menu ul li:hover>.penci-dropdown-menu,
body.pcmn-drdw-style-slide_down .navigation .menu ul li:hover>ul,
body.pcmn-drdw-style-slide_down .navigation ul.menu li:hover>.penci-dropdown-menu,
body.pcmn-drdw-style-slide_down .navigation ul.menu li:hover>ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-ms-transform: rotateX(0);
	-o-transform: rotateX(0);
	transform: rotateX(0)
}
body.pcmn-drdw-style-fadein_up #navigation .menu .sub-menu,
body.pcmn-drdw-style-fadein_up .navigation .menu .sub-menu,
body.pcmn-drdw-style-fadein_up .penci-dropdown-menu {
	-ms-transform: translateY(10px);
	transform: translateY(10px)
}
body.pcmn-drdw-style-fadein_down #navigation .menu .sub-menu,
body.pcmn-drdw-style-fadein_down .navigation .menu .sub-menu,
body.pcmn-drdw-style-fadein_down .penci-dropdown-menu {
	-ms-transform: translateY(-10px);
	transform: translateY(-10px)
}
body.pcmn-drdw-style-fadein_down #navigation .menu ul li:hover>.penci-dropdown-menu,
body.pcmn-drdw-style-fadein_down #navigation .menu ul li:hover>ul,
body.pcmn-drdw-style-fadein_down #navigation ul.menu li:hover>.penci-dropdown-menu,
body.pcmn-drdw-style-fadein_down #navigation ul.menu li:hover>ul,
body.pcmn-drdw-style-fadein_down .navigation .menu ul li:hover>.penci-dropdown-menu,
body.pcmn-drdw-style-fadein_down .navigation .menu ul li:hover>ul,
body.pcmn-drdw-style-fadein_down .navigation ul.menu li:hover>.penci-dropdown-menu,
body.pcmn-drdw-style-fadein_down .navigation ul.menu li:hover>ul,
body.pcmn-drdw-style-fadein_up #navigation .menu ul li:hover>.penci-dropdown-menu,
body.pcmn-drdw-style-fadein_up #navigation .menu ul li:hover>ul,
body.pcmn-drdw-style-fadein_up #navigation ul.menu li:hover>.penci-dropdown-menu,
body.pcmn-drdw-style-fadein_up #navigation ul.menu li:hover>ul,
body.pcmn-drdw-style-fadein_up .navigation .menu ul li:hover>.penci-dropdown-menu,
body.pcmn-drdw-style-fadein_up .navigation .menu ul li:hover>ul,
body.pcmn-drdw-style-fadein_up .navigation ul.menu li:hover>.penci-dropdown-menu,
body.pcmn-drdw-style-fadein_up .navigation ul.menu li:hover>ul {
	visibility: visible;
	opacity: 1;
	-ms-transform: translateY(0);
	transform: translateY(0)
}
body.pcmn-drdw-style-fadein_left #navigation .menu .sub-menu,
body.pcmn-drdw-style-fadein_left .navigation .menu .sub-menu,
body.pcmn-drdw-style-fadein_left .penci-dropdown-menu {
	-ms-transform: translateX(-10px);
	transform: translateX(-10px)
}
body.pcmn-drdw-style-fadein_right #navigation .menu .sub-menu,
body.pcmn-drdw-style-fadein_right .navigation .menu .sub-menu,
body.pcmn-drdw-style-fadein_right .penci-dropdown-menu {
	-ms-transform: translateX(10px);
	transform: translateX(10px)
}
body.pcmn-drdw-style-fadein_left #navigation .menu ul li:hover>.penci-dropdown-menu,
body.pcmn-drdw-style-fadein_left #navigation .menu ul li:hover>ul,
body.pcmn-drdw-style-fadein_left #navigation ul.menu li:hover>.penci-dropdown-menu,
body.pcmn-drdw-style-fadein_left #navigation ul.menu li:hover>ul,
body.pcmn-drdw-style-fadein_left .navigation ul.menu li:hover>.penci-dropdown-menu,
body.pcmn-drdw-style-fadein_left .navigation ul.menu li:hover>ul,
body.pcmn-drdw-style-fadein_right #navigation .menu ul li:hover>.penci-dropdown-menu,
body.pcmn-drdw-style-fadein_right #navigation .menu ul li:hover>ul,
body.pcmn-drdw-style-fadein_right #navigation ul.menu li:hover>.penci-dropdown-menu,
body.pcmn-drdw-style-fadein_right #navigation ul.menu li:hover>ul,
body.pcmn-drdw-style-fadein_right .navigation ul.menu li:hover>.penci-dropdown-menu,
body.pcmn-drdw-style-fadein_right .navigation ul.menu li:hover>ul {
	visibility: visible;
	opacity: 1;
	-ms-transform: translateX(0);
	transform: translateX(0)
}
body.pcmn-drdw-style-fadein_none #navigation .menu .sub-menu,
body.pcmn-drdw-style-fadein_none .navigation .menu .sub-menu,
body.pcmn-drdw-style-fadein_none .penci-dropdown-menu {
	opacity: 0
}
body.pcmn-drdw-style-fadein_none #navigation .menu ul li:hover>.penci-dropdown-menu,
body.pcmn-drdw-style-fadein_none #navigation ul.menu li:hover>.penci-dropdown-menu,
body.pcmn-drdw-style-fadein_none .navigation ul.menu li:hover>.penci-dropdown-menu,
body.pcmn-drdw-style-fadein_none .navigation ul.menu li:hover>ul {
	visibility: visible;
	opacity: 1
}
#navigation .menu li.penci-mega-menu {
	position: static !important
}
li.penci-mega-menu>ul.sub-menu {
	display: none
}
#sidebar-nav li.penci-mega-menu .penci-content-megamenu,
.penci-menu-hbg li.penci-mega-menu .penci-content-megamenu {
	display: none !important
}
#navigation .menu li.penci-mega-menu>ul.sub-menu {
	width: 100%;
	padding: 0 !important;
	clear: both;
	display: block
}
#navigation .menu li.penci-block-mega.penci-mg-fullwidth>.penci-dropdown-menu {
	width: 100vw !important;
	left: calc((100vw - var(--pcctain))/ 2 * -1) !important
}
#navigation .menu li.penci-block-mega.penci-mg-fullwidth,
#navigation .menu li.penci-block-mega.penci-mg-fullwidth.penci-megapos-center,
#navigation .menu li.penci-block-mega.penci-mg-fullwidth.penci-megapos-flexible,
.navigation .menu li.penci-block-mega.penci-mg-fullwidth.penci-megapos-center,
.navigation .menu li.penci-block-mega.penci-mg-fullwidth.penci-megapos-flexible {
	position: static !important
}
#navigation .menu li.penci-block-mega.penci-mg-fullwidth>.penci-dropdown-menu>.container {
	width: 100%
}
#navigation .penci-megamenu {
	width: 100%;
	display: table
}
#navigation .penci-megamenu .penci-mega-child-categories {
	width: 230px;
	display: table-cell;
	vertical-align: top;
	background: #fff;
	padding: 20px 0;
	position: relative
}
#navigation .penci-megamenu .penci-mega-child-categories.pcmit-top {
	display: table-row;
	width: 100%
}
#navigation .penci-megamenu .penci-mega-child-categories.pcmit-bottom {
	display: table-footer-group;
	width: 100%
}
#navigation .penci-megamenu .penci-mega-child-categories:after {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ececec
}
#navigation .penci-megamenu .penci-mega-child-categories a {
	min-width: 0;
	display: block;
	font-size: 12px;
	text-align: right;
	line-height: 1.4em;
	margin: 0;
	padding: 12px 20px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	position: relative
}
#navigation .penci-megamenu .penci-mega-child-categories.pcmit-bottom a,
#navigation .penci-megamenu .penci-mega-child-categories.pcmit-top a {
	display: inline-block
}
#navigation .penci-megamenu .penci-mega-child-categories a.cat-active {
	border-top-color: #ececec;
	border-bottom-color: #ececec;
	background: #fff;
	color: var(--pcaccent-cl);
	z-index: 10;
	position: relative
}
#navigation .penci-megamenu .penci-mega-child-categories a.cat-active:before {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	z-index: 1;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none
}
#navigation .penci-megamenu .penci-content-megamenu {
	display: table-cell
}
#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts {
	padding: 20px 10px 0 10px
}
#navigation .penci-megamenu .penci-content-megamenu .penci-mega-row {
	width: 100%;
	display: none;
	vertical-align: top
}
.penci-mega-post-inner {
	position: relative;
	overflow: hidden;
}
#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts .penci-mega-post,
.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts .penci-mega-post {
	width: 20%;
	padding: 0 10px;
	float: left;
	margin-bottom: 20px;
	position: relative
}
#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-4 .penci-mega-post,
.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-4 .penci-mega-post {
	width: 25%
}
#navigation .penci-megamenu .pcmit-side+.penci-content-megamenu.pcmis-4 .penci-mega-latest-posts.col-mn-4 .penci-mega-post,
.navigation .penci-megamenu .pcmit-side+.penci-content-megamenu.pcmis-4 .penci-mega-latest-posts.col-mn-4 .penci-mega-post {
	width: calc(100% / 3)
}
.navigation .penci-megamenu .pcmit-side+.penci-content-megamenu.pcmis-4 .penci-mega-latest-posts.col-mn-4 .penci-mega-post:nth-child(3n+1),
#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-5 .penci-mega-post:nth-child(5n+1),
.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-5 .penci-mega-post:nth-child(5n+1) {
	clear: both
}
#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-4 .penci-mega-post:nth-child(4n+1),
.navigation .penci-megamenu .pcmit-side+.penci-content-megamenu.pcmis-4 .penci-mega-latest-posts.col-mn-4 .penci-mega-post:nth-child(3n+1){
	clear: none
}
.penci-megamenu .penci-image-holder:before {
	padding-top: 66.6667%
}
@media only screen and (min-width:1800px) {
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7 .penci-mega-post {
		width: 14.2857%
	}
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6 .penci-mega-post {
		width: 16.66666%
	}
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6 .penci-mega-post:nth-child(6n+1),
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7 .penci-mega-post:nth-child(7n+1) {
		clear: both
	}
}
@media only screen and (max-width:1799px) and (min-width:1500px) {
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7 .penci-mega-post {
		width: 16.66666%
	}
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6 .penci-mega-post {
		width: 20%
	}
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6 .penci-mega-post:nth-child(5n+1),
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7 .penci-mega-post:nth-child(6n+1) {
		clear: both
	}
	#navigation .penci-megamenu .penci-content-megamenu.pcmis-5 .penci-mega-latest-posts.col-mn-6 .penci-mega-post:nth-child(5n+1) {
		clear: none
	}
}
@media only screen and (max-width:1799px) {
	#navigation .penci-megamenu .penci-content-megamenu:not(.pcmis-5) .penci-mega-latest-posts.col-mn-6.mega-row-1 .penci-mega-post:nth-child(6),
	#navigation .penci-megamenu .penci-content-megamenu:not(.pcmis-5) .penci-mega-latest-posts.col-mn-6.mega-row-2 .penci-mega-post:nth-child(11),
	#navigation .penci-megamenu .penci-content-megamenu:not(.pcmis-5) .penci-mega-latest-posts.col-mn-6.mega-row-2 .penci-mega-post:nth-child(12),
	#navigation .penci-megamenu .penci-content-megamenu:not(.pcmis-5) .penci-mega-latest-posts.col-mn-6.mega-row-3 .penci-mega-post:nth-child(16),
	#navigation .penci-megamenu .penci-content-megamenu:not(.pcmis-5) .penci-mega-latest-posts.col-mn-6.mega-row-3 .penci-mega-post:nth-child(17),
	#navigation .penci-megamenu .penci-content-megamenu:not(.pcmis-5) .penci-mega-latest-posts.col-mn-6.mega-row-3 .penci-mega-post:nth-child(18),
	#navigation .penci-megamenu .penci-content-megamenu:not(.pcmis-5) .penci-mega-latest-posts.col-mn-7.mega-row-1 .penci-mega-post:nth-child(7),
	#navigation .penci-megamenu .penci-content-megamenu:not(.pcmis-5) .penci-mega-latest-posts.col-mn-7.mega-row-2 .penci-mega-post:nth-child(13),
	#navigation .penci-megamenu .penci-content-megamenu:not(.pcmis-5) .penci-mega-latest-posts.col-mn-7.mega-row-2 .penci-mega-post:nth-child(14),
	#navigation .penci-megamenu .penci-content-megamenu:not(.pcmis-5) .penci-mega-latest-posts.col-mn-7.mega-row-3 .penci-mega-post:nth-child(19),
	#navigation .penci-megamenu .penci-content-megamenu:not(.pcmis-5) .penci-mega-latest-posts.col-mn-7.mega-row-3 .penci-mega-post:nth-child(20),
	#navigation .penci-megamenu .penci-content-megamenu:not(.pcmis-5) .penci-mega-latest-posts.col-mn-7.mega-row-3 .penci-mega-post:nth-child(21) {
		display: none
	}
}
@media only screen and (max-width:1499px) and (min-width:1170px) {
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7 .penci-mega-post {
		width: 20%
	}
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6 .penci-mega-post {
		width: 25%
	}
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6 .penci-mega-post:nth-child(4n+1),
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7 .penci-mega-post:nth-child(5n+1) {
		clear: both
	}
}
@media only screen and (max-width:1499px) {
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-1 .penci-mega-post:nth-child(5),
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-2 .penci-mega-post:nth-child(10),
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-2 .penci-mega-post:nth-child(9),
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-3 .penci-mega-post:nth-child(13),
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-3 .penci-mega-post:nth-child(14),
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-3 .penci-mega-post:nth-child(15),
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-1 .penci-mega-post:nth-child(6),
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-2 .penci-mega-post:nth-child(11),
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-2 .penci-mega-post:nth-child(12),
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-3 .penci-mega-post:nth-child(16),
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-3 .penci-mega-post:nth-child(17),
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-3 .penci-mega-post:nth-child(18) {
		display: none
	}
}
@media only screen and (max-width:1169px) {
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7 .penci-mega-post {
		width: 25%
	}
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6 .penci-mega-post {
		width: 33.33333%
	}
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6 .penci-mega-post:nth-child(3n+1),
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7 .penci-mega-post:nth-child(4n+1) {
		clear: both
	}
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-1 .penci-mega-post:nth-child(4),
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-2 .penci-mega-post:nth-child(7),
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-2 .penci-mega-post:nth-child(8),
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-3 .penci-mega-post:nth-child(10),
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-3 .penci-mega-post:nth-child(11),
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-3 .penci-mega-post:nth-child(12),
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-1 .penci-mega-post:nth-child(5),
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-2 .penci-mega-post:nth-child(10),
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-2 .penci-mega-post:nth-child(9),
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-3 .penci-mega-post:nth-child(13),
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-3 .penci-mega-post:nth-child(14),
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-3 .penci-mega-post:nth-child(15) {
		display: none
	}
}
#navigation .penci-megamenu .penci-mega-thumbnail {
	display: block;
	margin: 0 0 17px 0;
	position: relative
}
#navigation .penci-megamenu .penci-mega-thumbnail a {
	width: 100%
}
#navigation .penci-megamenu .penci-mega-thumbnail .mega-cat-name {
	font-size: 10px;
	background: var(--pcaccent-cl);
	text-transform: uppercase;
	position: absolute;
	display: inline-block;
	padding: 0 6px;
	color: #fff;
	top: 0;
	left: 0;
	z-index: 3;
	height: 18px;
	font-weight: 400;
	line-height: 18px
}
#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts .penci-mega-post a {
	margin: 0;
	padding: 0;
	min-width: 0;
	border-bottom: none;
	position: relative;
	text-align: center;
	line-height: 1.4
}
#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts .penci-mega-post a:hover,
.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts .penci-mega-post a:hover {
	color: var(--pcaccent-cl)
}
#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts .penci-mega-thumbnail a {
	transition: opacity .3s;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s
}
#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts .penci-mega-thumbnail a:hover {
	opacity: .8
}
#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts .penci-mega-thumbnail .mega-cat-name a {
	font-size: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
	color: inherit !important;
	opacity: 1;
	padding: 0;
	margin: 0;
	text-transform: none;
	letter-spacing: 0
}
#navigation .penci-megamenu .penci-mega-thumbnail img {
	width: 100%;
	height: auto
}
.penci-megamenu .post-mega-title {
	font-family: var(--pchead-font);
	font-style: normal;
	font-weight: var(--pchead-wei);
	line-height: 1.35
}
#navigation .penci-megamenu .post-mega-title {
	text-align: center;
	margin: 0
}
#navigation .penci-megamenu .post-mega-title a {
	text-align: center
}
#navigation .penci-megamenu .penci-mega-date {
	line-height: 1;
	font-size: 12px;
	color: #999;
	text-align: center;
	margin-top: 6px
}
#navigation ul.menu>li.megamenu {
	position: static
}
#navigation ul.menu>li.megamenu>ul.sub-menu {
	width: var(--pcctain);
	padding: 15px 0;
	display: table;
	table-layout: fixed;
	background: #fff;
	left: 0
}
#navigation.header-7 ul.menu>li.megamenu>ul.sub-menu,
#navigation.header-8 ul.menu>li.megamenu>ul.sub-menu,
#navigation.header-9 ul.menu>li.megamenu>ul.sub-menu {
	width: 100%
}
#navigation ul.menu>li.megamenu>ul.sub-menu>li {
	min-width: 200px;
	max-width: 300px;
	display: table-cell;
	vertical-align: top;
	padding: 0 5px;
	margin: 0;
	position: relative
}
#navigation ul.menu>li.megamenu>ul.sub-menu>li:before {
	left: 0;
	content: "";
	position: absolute;
	top: 15px;
	bottom: 15px;
	width: 1px;
	display: block;
	background: #e0e0e0
}
#navigation ul.menu>li.megamenu>ul.sub-menu>li:first-child:before {
	content: none;
	display: none
}
#navigation ul.menu>li.megamenu>ul.sub-menu>li>a {
	margin: 0 20px;
	border-bottom: 1px solid #e0e0e0;
	display: none
}
#navigation ul.menu>li.megamenu>ul.sub-menu>li>ul.sub-menu {
	visibility: visible;
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	position: static;
	border: none
}
#navigation ul.menu>li.megamenu>ul.sub-menu>li>ul.sub-menu li,
#navigation ul.menu>li.megamenu>ul.sub-menu>li>ul.sub-menu li a {
	display: block
}
#navigation.menu-style-2 .menu>ul>li>a:before,
#navigation.menu-style-2 ul.menu>li>a:before {
	content: none;
	display: none
}
#navigation .menu>ul>li.menu-item-has-children>a:after,
#navigation .menu>ul>li.penci-mega-menu>a:after,
#navigation ul.menu>li.menu-item-has-children>a:after,
#navigation ul.menu>li.penci-mega-menu>a:after {
	font-family: FontAwesome;
	content: "\f107";
	margin-left: 5px;
	color: inherit;
	font-size: 13px;
	font-weight: 400;
	width: auto;
	display: inline-block;
	transform: scale(.8)
}
#navigation ul.sub-menu>li.menu-item-has-children>a:after {
	font-family: FontAwesome;
	content: "\f105";
	margin-left: 5px;
	color: inherit;
	font-size: 13px;
	font-weight: 400;
	width: auto;
	display: inline-block;
	float: right;
	transform: scale(.8)
}
.penci-fawesome-ver5 #navigation .menu>ul>li.menu-item-has-children>a:after,
.penci-fawesome-ver5 #navigation .menu>ul>li.penci-mega-menu>a:after,
.penci-fawesome-ver5 #navigation ul.menu>li.menu-item-has-children>a:after,
.penci-fawesome-ver5 #navigation ul.menu>li.penci-mega-menu>a:after {
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	font-weight: 900
}
#navigation.menu-style-2 .menu .children,
#navigation.menu-style-2 .menu .sub-menu {
	border-top: 4px solid #e0e0e0;
	padding: 8px 0
}
#navigation.menu-style-2 .menu ul ul.sub-menu:before,
#navigation.menu-style-2 ul.menu ul.sub-menu:before {
	width: 0;
	height: 4px;
	top: -4px;
	position: absolute;
	background: var(--pcaccent-cl);
	left: 0;
	-webkit-transition: width .4s cubic-bezier(.87, .02, .23, 1);
	-webkit-transition: width .4s cubic-bezier(.87, .02, .23, 1.005);
	-moz-transition: width .4s cubic-bezier(.87, .02, .23, 1.005);
	-o-transition: width .5s cubic-bezier(.87, .02, .23, 1.005);
	transition: width .5s cubic-bezier(.87, .02, .23, 1.005);
	content: "";
	transition-delay: .3s;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s
}
#navigation.menu-style-2 .menu ul li:hover>ul:before,
#navigation.menu-style-2 ul.menu li:hover>ul:before {
	width: 100%
}
#navigation.menu-style-2 ul.menu ul.sub-menu a {
	padding: 8px 0;
	border: none !important
}
#navigation.menu-style-2 .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts {
	padding: 0
}
#navigation.menu-style-2 .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts .penci-mega-post {
	margin: 0;
	position: relative;
	z-index: 5
}
#navigation.menu-style-2 .penci-megamenu .penci-content-megamenu.pcmis-1 .penci-mega-latest-posts .penci-mega-post {
	padding: 0 0 15px;
}
#navigation.menu-style-2 .penci-megamenu .penci-mega-thumbnail {
	position: relative;
	z-index: 5
}
#navigation.menu-style-2 .penci-megamenu .penci-mega-meta {
	padding: 0 5px
}
#navigation.menu-style-2 .penci-megamenu .post-mega-title {
	line-height: 1
}
.menu-style-2 .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts .penci-mega-post:before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #f1f1f2;
	z-index: 1
}
#navigation.menu-style-2 .penci-megamenu .penci-mega-thumbnail .mega-cat-name {
	bottom: 0;
	top: auto
}
#navigation.menu-style-2 .penci-megamenu .penci-mega-child-categories {
	padding: 12px 0
}
#navigation.menu-style-2 .penci-megamenu .penci-mega-child-categories:after {
	background-color: #f1f1f2
}
#navigation.menu-style-2 .penci-megamenu .penci-mega-child-categories a {
	min-width: 0;
	display: block;
	text-align: left;
	line-height: 1.4em;
	margin: 0;
	padding: 6px 0 6px 20px;
	position: relative;
	border: none;
	background-color: inherit;
	z-index: 0
}
#navigation.menu-style-2 .penci-megamenu .penci-mega-child-categories.pcmit-bottom a,
#navigation.menu-style-2 .penci-megamenu .penci-mega-child-categories.pcmit-top a {
	display: inline-block
}
#navigation.menu-style-2 ul.sub-menu .penci-megamenu .penci-mega-child-categories a,
.navigation.menu-style-2 ul.sub-menu .penci-megamenu .penci-mega-child-categories a {
	padding: 6px 0 6px 20px
}
#navigation.menu-style-2 ul.sub-menu .penci-megamenu .penci-mega-child-categories.pcmit-bottom a,
#navigation.menu-style-2 ul.sub-menu .penci-megamenu .penci-mega-child-categories.pcmit-top a {
	padding-top: 20px;
	padding-bottom: 20px
}
#navigation.menu-style-2 .penci-megamenu .penci-mega-child-categories a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -.5px;
	-webkit-transition: width .4s ease-in-out;
	-o-transition: width .4s ease-in-out;
	transition: width .4s ease-in-out;
	border-bottom: 1px solid;
	width: 0;
	opacity: .3;
	left: 20px;
	z-index: 1;
	box-shadow: none;
	-webkit-box-shadow: none;
	color: inherit
}
#navigation.menu-style-2 .penci-megamenu .penci-mega-child-categories a:hover:after {
	width: calc(100% + 20px)
}
#navigation.menu-style-2 .penci-megamenu .penci-mega-child-categories a span {
	position: relative;
	z-index: 2;
	background-color: inherit;
	padding-right: 20px;
	display: inline-block
}
#navigation.menu-style-2 .penci-megamenu .penci-mega-child-categories a.all-style:before {
	content: "";
	background: #f1f1f2;
	width: 24px;
	display: block;
	height: 1px;
	margin: 4px 0 17px;
	opacity: 1;
	position: static;
	box-shadow: none;
	-webkit-box-shadow: none
}
#navigation.menu-style-2 .penci-megamenu .penci-mega-child-categories.pcmit-bottom a.all-style:before,
#navigation.menu-style-2 .penci-megamenu .penci-mega-child-categories.pcmit-top a.all-style:before {
	display: none
}
#navigation.menu-style-2 .penci-megamenu .penci-mega-child-categories a.all-style:after {
	content: none;
	display: none
}
#navigation.menu-style-2 ul.menu>li.megamenu>ul.sub-menu {
	padding: 5px 0
}
#navigation.menu-style-2 ul.menu>li.megamenu>ul.sub-menu>li>ul.sub-menu:before {
	display: none;
	content: none
}
#navigation.menu-style-3 .menu .children,
#navigation.menu-style-3 .menu .penci-dropdown-menu,
#navigation.menu-style-3 .menu .sub-menu,
.navigation.menu-style-3 .menu .children,
.navigation.menu-style-3 .menu .penci-dropdown-menu,
.navigation.menu-style-3 .menu .sub-menu {
	border: 1px solid var(--pcborder-cl)
}
#navigation.menu-style-3 .menu .sub-menu:after,
#navigation.menu-style-3 .menu .sub-menu:before,
.navigation.menu-style-3 .menu .sub-menu:after,
.navigation.menu-style-3 .menu .sub-menu:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent var(--pcborder-cl) transparent;
	transform: rotate(0);
	position: absolute;
	top: -6px;
	left: 14px;
	content: "";
	z-index: 99
}
#navigation.menu-style-3 .menu .sub-menu .sub-menu:after,
#navigation.menu-style-3 .menu .sub-menu .sub-menu:before,
.navigation.menu-style-3 .menu .sub-menu .sub-menu:after,
.navigation.menu-style-3 .menu .sub-menu .sub-menu:before {
	top: 10px;
	left: -6px;
	border-width: 6px 6px 6px 0;
	border-color: transparent var(--pcborder-cl) transparent transparent;
	border-bottom-color: transparent !important
}
#navigation.menu-style-3 .menu .sub-menu:after,
.navigation.menu-style-3 .menu .sub-menu:after {
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #fff transparent;
	top: -4px;
	left: 15px
}
#navigation.menu-style-3 .menu .sub-menu .sub-menu:after,
.navigation.menu-style-3 .menu .sub-menu .sub-menu:after {
	top: 11px;
	left: -4px;
	border-width: 5px 5px 5px 0;
	border-color: transparent #fff transparent transparent;
	border-bottom-color: transparent !important
}
#navigation.menu-style-3 .menu .megamenu .sub-menu:after,
#navigation.menu-style-3 .menu .megamenu .sub-menu:before,
#navigation.menu-style-3 .menu .penci-mega-menu .sub-menu:after,
#navigation.menu-style-3 .menu .penci-mega-menu .sub-menu:before,
.navigation.menu-style-3 .menu .megamenu .sub-menu:after,
.navigation.menu-style-3 .menu .megamenu .sub-menu:before,
.navigation.menu-style-3 .menu .penci-mega-menu .sub-menu:after,
.navigation.menu-style-3 .menu .penci-mega-menu .sub-menu:before {
	content: none;
	display: none
}
#navigation.menu-item-padding .menu>ul>li,
#navigation.menu-item-padding ul.menu>li {
	margin: 0
}
#navigation.menu-item-padding .menu>ul>li>a,
#navigation.menu-item-padding ul.menu>li>a {
	padding: 0 15px
}
#navigation.menu-item-padding .menu>li.current-menu-ancestor>a,
#navigation.menu-item-padding .menu>li.current-menu-item>a,
#navigation.menu-item-padding .menu>li.current_page_item>a,
#navigation.menu-item-padding .menu>li:hover>a,
#navigation.menu-item-padding .menu>li>a:hover {
	background-color: #ececec
}
#navigation.menu-item-padding .menu>ul>li>a:before,
#navigation.menu-item-padding ul.menu>li>a:before {
	content: none;
	display: none
}
@media only screen and (min-width:961px) {
	#navigation.header-1.menu-item-padding,
	#navigation.header-1.menu-item-padding ul.menu>li>a,
	#navigation.header-4.menu-item-padding,
	#navigation.header-4.menu-item-padding ul.menu>li>a,
	#navigation.header-7.menu-item-padding,
	#navigation.header-7.menu-item-padding ul.menu>li>a {
		height: 59px
	}
	.is-sticky #navigation.header-1.menu-item-padding ul.menu>li>a,
	.is-sticky #navigation.header-10.menu-item-padding ul.menu>li>a,
	.is-sticky #navigation.header-11.menu-item-padding ul.menu>li>a,
	.is-sticky #navigation.header-4.menu-item-padding ul.menu>li>a,
	.is-sticky #navigation.header-6.menu-item-padding ul.menu>li>a,
	.is-sticky #navigation.header-7.menu-item-padding ul.menu>li>a,
	.is-sticky #navigation.header-9.menu-item-padding ul.menu>li>a {
		height: 58px
	}
	.is-sticky #navigation.header-10.penci-logo-overflow #logo,
	.is-sticky #navigation.header-11.penci-logo-overflow #logo {
		height: 58px !important
	}
	.is-sticky #navigation.header-10 #logo img,
	.is-sticky #navigation.header-11 #logo img {
		max-height: 58px
	}
	.is-sticky #navigation.header-10 .menu>li>a,
	.is-sticky #navigation.header-10 ul.menu>li>a,
	.is-sticky #navigation.header-11 .menu>li>a,
	.is-sticky #navigation.header-11 ul.menu>li>a {
		line-height: 58px
	}
	#navigation.header-10.menu-item-padding,
	#navigation.header-10.menu-item-padding ul.menu>li>a,
	#navigation.header-11.menu-item-padding,
	#navigation.header-11.menu-item-padding ul.menu>li>a,
	#navigation.header-6.menu-item-padding,
	#navigation.header-6.menu-item-padding ul.menu>li>a,
	#navigation.header-9.menu-item-padding,
	#navigation.header-9.menu-item-padding ul.menu>li>a {
		height: 81px
	}
	#navigation.header-2.menu-item-padding ul.menu>li>a,
	#navigation.header-3.menu-item-padding ul.menu>li>a,
	#navigation.header-5.menu-item-padding ul.menu>li>a,
	#navigation.header-8.menu-item-padding ul.menu>li>a {
		height: 60px;
		margin-top: -1px
	}
	.is-sticky #navigation.header-2.menu-item-padding ul.menu>li>a,
	.is-sticky #navigation.header-3.menu-item-padding ul.menu>li>a,
	.is-sticky #navigation.header-5.menu-item-padding ul.menu>li>a,
	.is-sticky #navigation.header-8.menu-item-padding ul.menu>li>a {
		height: 58px;
		margin-top: 0
	}
	#navigation.header-1.menu-item-padding,
	#navigation.header-4.menu-item-padding,
	#navigation.header-6.menu-item-padding,
	#navigation.header-7.menu-item-padding,
	#navigation.header-9.menu-item-padding {
		border-top: none !important
	}
	.is-sticky #navigation.menu-item-padding {
		height: 58px;
		border: none !important
	}
	#navigation-sticky-wrapper:not(.is-sticky) .menu .children,
	#navigation-sticky-wrapper:not(.is-sticky) .menu .sub-menu {
		margin-top: -1px
	}
}
@-moz-document url-prefix() {
	#navigation.menu-style-2 ul.menu>li.megamenu>ul.sub-menu:before {
		top: 0
	}
}
.pcmis-2 .penci-mega-post .penci-mega-meta {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
	width: 100%;
	padding: 10px 5px;
	z-index: 6
}
#navigation.menu-style-2 .pcmis-2 .penci-mega-post .penci-mega-meta,
.navigation.menu-style-2 .pcmis-2 .penci-mega-post .penci-mega-meta {
	left: 0;
	right: 0;
	width: 100%;
	padding-bottom: 15px
}
#navigation.menu-style-2 .penci-megamenu .pcmis-2.penci-content-megamenu .penci-mega-latest-posts .penci-mega-post,
#navigation.menu-style-2 .penci-megamenu .pcmis-3.penci-content-megamenu .penci-mega-latest-posts .penci-mega-post,
.navigation.menu-style-2 .penci-megamenu .pcmis-2.penci-content-megamenu .penci-mega-latest-posts .penci-mega-post,
.navigation.menu-style-2 .penci-megamenu .pcmis-3.penci-content-megamenu .penci-mega-latest-posts .penci-mega-post {
	padding-bottom: 0
}
#navigation .penci-megamenu .pcmis-2 .penci-mega-thumbnail,
.navigation .penci-megamenu .pcmis-2 .penci-mega-thumbnail {
	margin-bottom: 0
}
.penci-megamenu .pcmis-2 .penci-image-holder:before {
	padding-top: 100%
}
#navigation.menu-style-2 .penci-megamenu .pcmis-2 .penci-mega-thumbnail .mega-cat-name,
#navigation.menu-style-2 .penci-megamenu .pcmis-3 .penci-mega-thumbnail .mega-cat-name,
.navigation.menu-style-2 .penci-megamenu .pcmis-2 .penci-mega-thumbnail .mega-cat-name,
.navigation.menu-style-2 .penci-megamenu .pcmis-3 .penci-mega-thumbnail .mega-cat-name {
	top: 0;
	bottom: auto
}
#navigation .menu ul.sub-menu li .pcmis-2 .penci-mega-post a,
#navigation .penci-megamenu .pcmis-2 .penci-mega-date,
.navigation .penci-megamenu .pcmis-2 .penci-mega-date,
.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.pcmis-2 .penci-mega-post a {
	color: var(--pcbg-cl)
}
.pcmis-3 .penci-mega-post .penci-mega-meta {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	width: 100%;
	z-index: 6;
	text-align: left
}
#navigation .pcmis-3 .penci-mega-post .penci-mega-meta .post-mega-title,
#navigation .pcmis-4 .penci-mega-post .penci-mega-meta .post-mega-title,
#navigation .pcmis-5 .penci-mega-post .penci-mega-meta .post-mega-title,
#navigation .penci-megamenu .pcmis-3 .penci-mega-date,
#navigation .penci-megamenu .pcmis-4 .penci-mega-date,
#navigation .penci-megamenu .pcmis-5 .penci-mega-date,
#navigation .penci-megamenu .penci-content-megamenu.pcmis-3 .penci-mega-latest-posts .penci-mega-post a,
#navigation .penci-megamenu .penci-content-megamenu.pcmis-4 .penci-mega-latest-posts .penci-mega-post a,
#navigation .penci-megamenu .penci-content-megamenu.pcmis-5 .penci-mega-latest-posts .penci-mega-post a,
.navigation .pcmis-3 .penci-mega-post .penci-mega-meta .post-mega-title,
.navigation .pcmis-4 .penci-mega-post .penci-mega-meta .post-mega-title,
.navigation .pcmis-5 .penci-mega-post .penci-mega-meta .post-mega-title,
.navigation .penci-megamenu .pcmis-3 .penci-mega-date,
.navigation .penci-megamenu .pcmis-4 .penci-mega-date,
.navigation .penci-megamenu .pcmis-5 .penci-mega-date,
.navigation .penci-megamenu .penci-content-megamenu.pcmis-3 .penci-mega-latest-posts .penci-mega-post a,
.navigation .penci-megamenu .penci-content-megamenu.pcmis-4 .penci-mega-latest-posts .penci-mega-post a,
.navigation .penci-megamenu .penci-content-megamenu.pcmis-5 .penci-mega-latest-posts .penci-mega-post a {
	text-align: inherit
}
#navigation .penci-megamenu .pcmis-3 .penci-mega-date time,
.navigation .penci-megamenu .pcmis-3 .penci-mega-date time {
	background: var(--pcbg-cl);
	display: inline
}
#navigation .pcmis-3 .penci-mega-post .penci-mega-meta .post-mega-title,
.navigation .pcmis-3 .penci-mega-post .penci-mega-meta .post-mega-title {
	display: inline;
	background: #fff;
	line-height: normal;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone
}
#navigation .penci-megamenu .penci-content-megamenu.pcmis-3 .penci-mega-latest-posts .penci-mega-post a,
.navigation .penci-megamenu .penci-content-megamenu.pcmis-3 .penci-mega-latest-posts .penci-mega-post a {
	line-height: normal
}
#navigation .pcmis-3 .penci-mega-post .penci-mega-meta .post-mega-title a,
.navigation .pcmis-3 .penci-mega-post .penci-mega-meta .post-mega-title a {
	display: inline
}
#navigation .penci-megamenu .pcmis-3 .penci-mega-thumbnail,
.navigation .penci-megamenu .pcmis-3 .penci-mega-thumbnail {
	margin-bottom: 0
}
.pcmis-4 .penci-mega-post .penci-mega-post-inner,
.pcmis-5 .penci-mega-post .penci-mega-post-inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center
}
.pcmis-4 .penci-mega-post .penci-mega-post-inner .penci-mega-thumbnail,
.pcmis-5 .penci-mega-post .penci-mega-post-inner .penci-mega-thumbnail {
	width: 100px
}
.pcmis-4 .penci-mega-post .penci-mega-post-inner .penci-mega-meta,
.pcmis-5 .penci-mega-post .penci-mega-post-inner .penci-mega-meta {
	width: calc(100% - 100px)
}
.pcmis-4 .penci-mega-post .penci-mega-meta,
.pcmis-5 .penci-mega-post .penci-mega-meta {
	text-align: left;
	padding: 0 0 0 20px
}
#navigation .penci-megamenu .pcmis-4 .penci-mega-thumbnail,
#navigation .penci-megamenu .pcmis-5 .penci-mega-thumbnail,
.navigation .penci-megamenu .pcmis-4 .penci-mega-thumbnail,
.navigation .penci-megamenu .pcmis-5 .penci-mega-thumbnail {
	margin-bottom: 0
}
.penci-megamenu .pcmis-4 .penci-image-holder:before {
	padding-top: 100%
}
.penci-megamenu .pcmis-5 .penci-image-holder:before {
	padding-top: 130px
}
#navigation .penci-megamenu .penci-content-megamenu.pcmis-5 .penci-mega-latest-posts.col-mn-4 .penci-mega-post:nth-child(5n+1),
#navigation .penci-megamenu .penci-content-megamenu.pcmis-5 .penci-mega-latest-posts.col-mn-6 .penci-mega-post:nth-child(7n+1),
.navigation .penci-megamenu .penci-content-megamenu.pcmis-5 .penci-mega-latest-posts.col-mn-4 .penci-mega-post:nth-child(5n+1),
.navigation .penci-megamenu .penci-content-megamenu.pcmis-5 .penci-mega-latest-posts.col-mn-6 .penci-mega-post:nth-child(7n+1) {
	width: 40%;
	clear: both
}
.pcmis-5 .penci-mega-latest-posts.col-mn-4 .penci-mega-post:nth-child(5n+1) .penci-mega-post-inner .penci-mega-meta,
.pcmis-5 .penci-mega-latest-posts.col-mn-4 .penci-mega-post:nth-child(5n+1) .penci-mega-post-inner .penci-mega-thumbnail,
.pcmis-5 .penci-mega-latest-posts.col-mn-6 .penci-mega-post:nth-child(7n+1) .penci-mega-post-inner .penci-mega-meta,
.pcmis-5 .penci-mega-latest-posts.col-mn-6 .penci-mega-post:nth-child(7n+1) .penci-mega-post-inner .penci-mega-thumbnail {
	width: 100%;
	padding: 0
}
.pcmis-5 .penci-mega-latest-posts.col-mn-4 .penci-mega-post:nth-child(5n+1) .penci-mega-post-inner .penci-mega-thumbnail .penci-image-holder:before,
.pcmis-5 .penci-mega-latest-posts.col-mn-6 .penci-mega-post:nth-child(7n+1) .penci-mega-post-inner .penci-mega-thumbnail .penci-image-holder:before {
	padding-top: 275px
}
#navigation .penci-megamenu .penci-content-megamenu.pcmis-5 .penci-mega-latest-posts.col-mn-4 .penci-mega-post,
.navigation .penci-megamenu .penci-content-megamenu.pcmis-5 .penci-mega-latest-posts.col-mn-4 .penci-mega-post {
	width: 30%
}
.pcmis-5 .penci-mega-latest-posts.col-mn-4 .penci-mega-post:nth-child(5n+1) .penci-mega-post-inner,
.pcmis-5 .penci-mega-latest-posts.col-mn-6 .penci-mega-post:nth-child(7n+1) .penci-mega-post-inner {
	display: block
}
.pcmis-5 .penci-mega-latest-posts.col-mn-4 .penci-mega-post:nth-child(5n+1) .penci-mega-post-inner .penci-mega-meta,
.pcmis-5 .penci-mega-latest-posts.col-mn-6 .penci-mega-post:nth-child(7n+1) .penci-mega-post-inner .penci-mega-meta {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	background: #000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
	z-index: 9
}
.pcmis-5 .penci-mega-latest-posts.col-mn-4 .penci-mega-post:nth-child(5n+1) .penci-mega-post-inner .penci-mega-meta .post-mega-title a,
.pcmis-5 .penci-mega-latest-posts.col-mn-6 .penci-mega-post:nth-child(7n+1) .penci-mega-post-inner .penci-mega-meta .post-mega-title a {
	font-size: 18px
}
#navigation.menu-style-2 .penci-megamenu .pcmis-5 .penci-mega-latest-posts.col-mn-4 .penci-mega-post:nth-child(5n+1) .penci-mega-meta,
#navigation.menu-style-2 .penci-megamenu .pcmis-5 .penci-mega-latest-posts.col-mn-6 .penci-mega-post:nth-child(7n+1) .penci-mega-meta,
.navigation.menu-style-2 .penci-megamenu .pcmis-5 .penci-mega-latest-posts.col-mn-4 .penci-mega-post:nth-child(5n+1) .penci-mega-meta,
.navigation.menu-style-2 .penci-megamenu .pcmis-5 .penci-mega-latest-posts.col-mn-6 .penci-mega-post:nth-child(7n+1) .penci-mega-meta {
	padding: 30px
}
@media only screen and (min-width:961px) and (max-width:1170px) {
	.pcmis-4 .penci-mega-latest-posts .penci-mega-post .penci-mega-post-inner .penci-mega-meta .post-mega-title a,
	.pcmis-5 .penci-mega-latest-posts .penci-mega-post .penci-mega-post-inner .penci-mega-meta .post-mega-title a {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box !important;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical
	}
}
#navigation .menu ul.sub-menu li .pcmis-2 .penci-mega-post a:not(:hover),
#navigation .menu ul.sub-menu li .pcmis-5 .penci-mega-latest-posts.col-mn-4 .penci-mega-post:nth-child(5n+1) a:not(:hover),
#navigation .menu ul.sub-menu li .pcmis-5 .penci-mega-latest-posts.col-mn-6 .penci-mega-post:nth-child(7n+1) a:not(:hover),
#navigation .penci-megamenu .pcmis-5 .penci-mega-latest-posts.col-mn-4 .penci-mega-post:nth-child(5n+1) .penci-mega-date,
#navigation .penci-megamenu .pcmis-5 .penci-mega-latest-posts.col-mn-6 .penci-mega-post:nth-child(7n+1) .penci-mega-date,
#navigation .penci-megamenu .penci-content-megamenu.pcmis-2 .penci-mega-post .penci-mega-date,
.navigation .menu ul.sub-menu li .pcmis-2 .penci-mega-post a:not(:hover),
.navigation .menu ul.sub-menu li .pcmis-5 .penci-mega-latest-posts.col-mn-4 .penci-mega-post:nth-child(5n+1) a:not(:hover),
.navigation .menu ul.sub-menu li .pcmis-5 .penci-mega-latest-posts.col-mn-6 .penci-mega-post:nth-child(7n+1) a:not(:hover),
.navigation .penci-megamenu .pcmis-5 .penci-mega-latest-posts.col-mn-4 .penci-mega-post:nth-child(5n+1) .penci-mega-date,
.navigation .penci-megamenu .pcmis-5 .penci-mega-latest-posts.col-mn-6 .penci-mega-post:nth-child(7n+1) .penci-mega-date,.navigation .penci-megamenu .penci-content-megamenu.pcmis-2 .penci-mega-post .penci-mega-date {
	color: #fff
}
#navigation.menu-style-2 .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-4 .penci-mega-post .penci-mega-post-inner,
.navigation.menu-style-2 .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-4 .penci-mega-post .penci-mega-post-inner {
	margin: 10px
}
#navigation.menu-style-2 .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-4 .penci-mega-post,
.navigation.menu-style-2 .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-4 .penci-mega-post {
	padding-bottom: 0
}
.menu-style-2 .pcmis-5 .penci-mega-post {
	padding-left: 15px;
	padding-right: 15px
}
#navigation .penci-megamenu .pcmit-side.penci-mega-child-categories a.pcmnl-ci,
.navigation .penci-megamenu .pcmit-side.penci-mega-child-categories a.pcmnl-ci {
	font-size: 80%
}
#sidebar-nav,
.penci-menu-hbg {
	position: fixed !important;
	top: 0;
	height: 100%;
	z-index: 99997;
	width: 270px;
	overflow-y: auto;
	padding: 30px 20px 20px;
	background: #fff;
	left: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transform: translateX(-270px);
	-webkit-transform: translateX(-270px);
	-moz-transform: translateX(-270px)
}
#sidebar-nav {
	transform: translateX(calc(var(--pcsnav-w) * -1));
	-webkit-transform: translateX(calc(var(--pcsnav-w) * -1));
	-moz-transform: translateX(calc(var(--pcsnav-w) * -1))
}
.penci-menu-hbg.penci-vernav-show {
	z-index: 100
}
@media only screen and (min-width:961px) {
	#sidebar-nav {
		display: none
	}
}
#sidebar-nav #logo {
	display: none !important
}
#sidebar-nav #logo+ul {
	border-top: 1px solid #dedede
}
.penci-menu-hbg {
	width: 330px;
	transform: translateX(-330px);
	-webkit-transform: translateX(-330px);
	-moz-transform: translateX(-330px)
}
.admin-bar .penci-menu-hbg {
	padding-top: 62px
}
.open-sidebar-nav #sidebar-nav {
	left: 270px
}
.penci-menuhbg-open .penci-menu-hbg.penci-menu-hbg-left {
	left: 330px
}
.penci-menu-hbg::-webkit-scrollbar {
	width: 0
}
#sidebar-nav::-webkit-scrollbar {
	width: 6px;
	background: #848484
}
#sidebar-nav::-webkit-scrollbar-thumb {
	background-color: #313131;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0
}
#sidebar-nav::-webkit-scrollbar-corner {
	background-color: #dedede
}
#sidebar-nav-logo {
	padding: 0 20px 20px;
	text-align: center;
	margin: 0 0 15px 0;
	position: relative
}
#sidebar-nav-logo:before {
	content: "";
	width: 60px;
	height: 1px;
	background: var(--pcaccent-cl);
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px
}
.header-social.sidebar-nav-social {
	margin: 0 0 43px 0;
	padding: 0 10px
}
.header-social.sidebar-nav-social .inner-header-social:after,
.header-social.sidebar-nav-social .inner-header-social:before {
	content: none
}
.header-social.sidebar-nav-social a i {
	color: #313131
}
.penci-menu-hbg .header-social.sidebar-nav-social a i {
	font-size: 14px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.header-social.sidebar-nav-social a i:hover {
	color: var(--pcaccent-cl)
}
.penci-menu-hbg .header-social.penci-hbg-social-style-2 a,
.penci-menu-hbg .header-social.penci-hbg-social-style-4 a {
	margin: 0 3px 6px
}
.penci-menu-hbg .header-social.penci-hbg-social-style-2 a i,
.penci-menu-hbg .header-social.penci-hbg-social-style-4 a i {
	width: 36px;
	height: 36px;
	line-height: 34px;
	background: 0 0;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin: 0;
	display: inline-block;
	text-align: center
}
.penci-menu-hbg .header-social.penci-hbg-social-style-2 a:hover i {
	background: var(--pcaccent-cl);
	border-color: var(--pcaccent-cl);
	color: #fff
}
.penci-menu-hbg .header-social.penci-hbg-social-style-2.hgb-social-style-3 a i,
.penci-menu-hbg .header-social.penci-hbg-social-style-4.hgb-social-style-5 a i {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0
}
.penci-menu-hbg .header-social.penci-hbg-social-style-4 a i,
.penci-menu-hbg .header-social.penci-hbg-social-style-4 a:hover i,
.penci-social-colored ul.footer-socials li a i {
	color: #fff !important;
	border: none !important;
	line-height: 36px
}
.penci-social-colored a i.pccsi-img,
.penci-social-colored a i.pccsi-svg,
.penci-social-colored ul.footer-socials li a i.pccsi-img,
.penci-social-colored ul.footer-socials li a i.pccsi-svg {
	background-color: var(--pcci, var(--pcaccent-cl)) !important
}
.penci-social-colored ul.footer-socials li a i svg {
	fill: #fff
}
.penci-menu-hbg .header-social.penci-hbg-social-style-4 a:hover i,
.penci-social-colored ul.footer-socials li a:hover i {
	opacity: .85
}
.pcsoccl-brandbg .pcsc-brandflag.pcsoci-facebook,
.penci-social-colored a i.fa-facebook,
.penci-social-colored a i.fa-facebook-f,
.penci-social-colored a i.penciicon-facebook,
.tags-share-box.tags-share-box-s2 .post-share-facebook {
	background: #0d47a1 !important
}
.pcsoccl-brandbg .pcsc-brandflag.pcsoci-twitter,
.penci-social-colored a i.fa-twitter,
.penci-social-colored a i.penciicon-twitter,
.penci-social-colored a i.penciicon-x-twitter,
.tags-share-box.tags-share-box-s2 .post-share-twitter {
	background: #40c4ff !important
}
.penci-social-colored a i.fa-google-plus {
	background: #eb4026 !important
}
.pcsoccl-brandbg .pcsc-brandflag.pcsoci-instagram,
.penci-social-colored a i.fa-instagram,
.penci-social-colored a i.penciicon-instagram {
	background: #4d7a9e !important;
	background: radial-gradient(circle farthest-corner at 35% 90%, #ffa100, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #efa11c, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #8f44c7, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d43178, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%) !important
}
.pcsoccl-brandbg .pcsc-brandflag.pcsoci-pinterest,
.penci-social-colored a i.fa-pinterest,
.penci-social-colored a i.penciicon-pinterest,
.tags-share-box.tags-share-box-s2 .post-share-pinterest {
	background: #bd081c !important
}
.pcsoccl-brandbg .pcsc-brandflag.pcsoci-threads,
.penci-social-colored a i.fa-threads,
.penci-social-colored a i.penciicon-threads,
.tags-share-box.tags-share-box-s2 .post-share-threads {
	background: #000 !important
}
.pcsoccl-brandbg .pcsc-brandflag.pcsoci-bluesky,
.penci-social-colored a i.fa-bluesky,
.penci-social-colored a i.penciicon-bluesky,
.tags-share-box.tags-share-box-s2 .post-share-bluesky {
	background: rgb(16, 131, 254) !important
}
.penci-social-colored a i.fa-linkedin,
.penci-social-colored a i.fa-linkedin-in,
.penci-social-colored a i.penciicon-linkedin,
.penci-social-linkedin .penci-social-content,
.tags-share-box.tags-share-box-s2 .post-share-linkedin {
	background: #0077b5 !important
}
.pcsoccl-brandbg .pcsc-brandflag.pcsoci-flickr,
.penci-social-colored a i.fa-flickr,
.penci-social-colored a i.penciicon-flickr {
	background: #ff0084 !important
}
.pcsoccl-brandbg .pcsc-brandflag.pcsoci-behance,
.penci-social-colored a i.fa-behance,
.penci-social-colored a i.penciicon-behance {
	background: #053eff !important
}
.penci-social-colored a i.fa-tumblr,
.penci-social-colored a i.penciicon-tumblr,
.penci-social-tumblr .penci-social-content,
.tags-share-box.tags-share-box-s2 .post-share-tumblr {
	background: #34465d !important
}
.pcsoccl-brandbg .pcsc-brandflag.pcsoci-youtube,
.penci-social-colored a i.fa-youtube,
.penci-social-colored a i.fa-youtube-play,
.penci-social-colored a i.penciicon-youtube {
	background: red !important
}
.penci-social-colored a i.fa-envelope,
.penci-social-colored a i.fa-envelope-o,
.penci-social-colored a i.penciicon-email,
.penci-social-email .penci-social-content,
.tags-share-box.tags-share-box-s2 .post-share-email {
	background: #0084ff !important
}
.pcsoccl-brandbg .pcsc-brandflag.pcsoci-vk,
.penci-social-colored a i.fa-vk,
.penci-social-colored a i.penciicon-vk,
.tags-share-box.tags-share-box-s2 .post-share-vk {
	background: #5181b8 !important
}
.penci-social-colored a i.fa-pocket,
.penci-social-pocket .penci-social-content,
.tags-share-box.tags-share-box-s2 .post-share-pocket {
	background: #ef4056 !important
}
.penci-social-colored a i.fa-skype,
.penci-social-skype .penci-social-content,
.tags-share-box.tags-share-box-s2 .post-share-skype {
	background: #00aff0 !important
}
.penci-social-colored a i.fa-heart,
.penci-social-heart .penci-social-content {
	background: #000 !important
}
.penci-social-colored a i.fa-vine,
.penci-social-colored a i.penciicon-vine,
.penci-social-vine .penci-social-content {
	background: #00b98a !important
}
.pcsoccl-brandbg .pcsc-brandflag.pcsoci-soundcloud,
.penci-social-colored a i.fa-soundcloud,
.penci-social-colored a i.penciicon-soundcloud {
	background: #f76201 !important
}
.penci-social-colored a i.fa-snapchat,
.penci-social-colored a i.fa-snapchat-ghost,
.penci-social-colored a i.penciicon-snapchat,
.penci-social-snapchat .penci-social-content {
	background: #f6f600 !important
}
.penci-social-colored a i.fa-spotify,
.penci-social-colored a i.penciicon-spotify,
.penci-social-spotify .penci-social-content {
	background: #22c95c !important
}
.penci-social-colored a i.fa-github,
.penci-social-colored a i.penciicon-github,
.penci-social-github .penci-social-content {
	background: #302f2f !important
}
.penci-social-colored a i.fa-stack-overflow,
.penci-social-colored a i.penciicon-stack-overflow,
.penci-social-stack .penci-social-content {
	background: #f7a000 !important
}
.pcsoccl-brandbg .pcsc-brandflag.pcsoci-twitch,
.penci-social-colored a i.fa-twitch,
.penci-social-colored a i.penciicon-twitch {
	background: #613fa0 !important
}
.pcsoccl-brandbg .pcsc-brandflag.pcsoci-vimeo,
.penci-social-colored a i.fa-vimeo,
.penci-social-colored a i.fa-vimeo-v,
.penci-social-colored a i.penciicon-vimeo {
	background: #00a8e8 !important
}
.penci-social-colored a i.fa-steam,
.penci-social-colored a i.penciicon-steam,
.penci-social-steam .penci-social-content {
	background: #bcbab8 !important
}
.penci-social-colored a i.fa-xing,
.penci-social-colored a i.penciicon-xing,
.penci-social-xing .penci-social-content {
	background: #007c7c !important
}
.penci-social-colored a i.fa-whatsapp,
.penci-social-colored a i.penciicon-whatsapp,
.penci-social-whatsapp .penci-social-content,
.tags-share-box.tags-share-box-s2 .post-share-whatsapp {
	background: #00e676 !important
}
.penci-social-colored a i.fa-heart-o {
	background: #000 !important
}
.penci-social-colored a i.fa-telegram,
.penci-social-colored a i.penciicon-telegram,
.penci-social-telegram .penci-social-content,
.tags-share-box.tags-share-box-s2 .post-share-telegram {
	background: #289fd9 !important
}
.penci-social-colored a i.fa-reddit-alien,
.penci-social-colored a i.penciicon-reddit,
.penci-social-reddit .penci-social-content,
.tags-share-box.tags-share-box-s2 .post-share-reddit {
	background: #f74300 !important
}
.penci-social-colored a i.fa-odnoklassniki,
.penci-social-colored a i.penciicon-odnoklassniki,
.penci-social-odnoklassniki .penci-social-content,
.tags-share-box.tags-share-box-s2 .post-share-ok {
	background: #f18f00 !important
}
.penci-social-500px .penci-social-content,
.penci-social-colored a i.fa-500px {
	background: #0af !important
}
.penci-social-colored a i.fa-stumbleupon,
.penci-social-colored a i.penciicon-stumbleupon,
.penci-social-stumbleupon .penci-social-content,
.tags-share-box.tags-share-box-s2 .post-share-stumbleupon {
	background: #eb4823 !important
}
.penci-social-colored a i.fa-weixin,
.penci-social-colored a i.penciicon-wechat,
.penci-social-weixin .penci-social-content {
	background: #0fc91c !important
}
.penci-social-colored a i.fa-weibo,
.penci-social-colored a i.penciicon-sina-weibo,
.penci-social-weibo .penci-social-content {
	background: #df152c !important
}
.pcsoccl-brandbg .pcsc-brandflag.pcsoci-rss,
.penci-social-colored a i.fa-rss,
.penci-social-colored a i.penciicon-rss {
	background: #f0941a !important
}
.penci-social-colored a i.fa-line,
.penci-social-colored a i.penci-icon-line,
.penci-social-colored a i.penciicon-line,
.penci-social-colored a i.penciicon-line-1,
.penci-social-line .penci-social-content {
	background: #01b901 !important
}
.penci-social-colored a i.fa-viber,
.penci-social-colored a i.penci-icon-viber,
.penci-social-colored a i.penciicon-viber,
.penci-social-colored a i.penciicon-viber-1,
.penci-social-viber .penci-social-content,
.tags-share-box.tags-share-box-s2 .post-share-viber {
	background: #7d51a0 !important
}
.penci-social-colored a i.fa-discord,
.penci-social-colored a i.penci-icon-discord,
.penci-social-colored a i.penciicon-discord,
.penci-social-colored a i.penciicon-discord-1,
.penci-social-discord .penci-social-content {
	background: #7289da !important
}
.penci-social-colored a i.fa-slack,
.penci-social-colored a i.penciicon-slack {
	background: #611f69 !important
}
.penci-social-colored a i.fa-mixcloud {
	background: #f3b2a6 !important
}
.penci-social-colored a i.fa-goodreads,
.penci-social-colored a i.penci-icon-goodreads,
.penci-social-colored a i.penciicon-goodreads {
	background: #8a5724 !important
}
.penci-social-colored a i.fa-tripadvisor,
.penci-social-colored a i.penciicon-tripadvisor {
	background: #34e0a1 !important
}
.pcsoccl-brandbg .pcsc-brandflag.pcsoci-tiktok,
.penci-social-colored a i.fa-tiktok,
.penci-social-colored a i.penci-icon-tiktok,
.penci-social-colored a i.penciicon-tik-tok,
.penci-social-colored a i.penciicon-tik-tok-1 {
	background: #fe2c55 !important
}
.pcsoccl-brandbg .pcsc-brandflag.pcsoci-butterfly,
.penci-social-colored a i.penciicon-butterfly{
	background: #1185fe !important
}
.pcsoccl-brandbg .pcsc-brandflag.pcsoci-threads,
.penci-social-colored a i.penciicon-threads{
	background: #000 !important
}
.pcsoccl-brandbg .pcsc-brandflag.fa-yelp,
.penci-social-colored a i.fa-yelp{
	background: rgba(244,13,21,1) !important
}
.penci-social-colored a i.penciicon-douban-logo {
	background: #00b51d !important
}
.penci-social-colored a i.penciicon-qq-social-logo-of-a-penguin {
	background: #4292ff !important
}
.tags-share-box.tags-share-box-s2 .post-share-line {
	background: #01b901 !important
}
.tags-share-box.tags-share-box-s2 .post-share-plike {
	background: var(--pcaccent-cl)
}
.penci-social-delicious .penci-social-content {
	background: var(--pcaccent-cl) !important
}
.penci-social-dribbble .penci-social-content {
	background: #ea4c89 !important
}
.penci-social-colored a i.penciicon-letter-d {
	background: #000 !important
}
.penci-social-colored a i.penciicon-blogger,
.penci-social-colored a i.penciicon-blogger-1 {
	background: #ed7800 !important
}
.penci-social-colored a i.fa-delicious {
	background: #0078f0 !important
}
.penci-social-colored a i.penciicon-deviantart,
.penci-social-colored a i.penciicon-deviantart-1 {
	background: #01ca3a !important
}
.penci-social-colored a i.fa-digg {
	background: #005be2 !important
}
.penci-social-colored a i.penciicon-evernote,
.penci-social-colored a i.penciicon-evernote-1 {
	background: #00a32c !important
}
.penci-social-colored a i.penciicon-forrst,
.penci-social-colored a i.penciicon-forrst-1 {
	background: #054958 !important
}
.penci-social-colored a i.penciicon-grooveshark,
.penci-social-colored a i.penciicon-grooveshark-1 {
	background: #f75421 !important
}
.penci-social-colored a i.penciicon-lastfm {
	background: #e31b23 !important
}
.penci-social-colored a i.penciicon-myspace,
.penci-social-colored a i.penciicon-myspace-logo {
	background: #0037c1 !important
}
.penci-social-colored a i.fa-paypal,
.penci-social-colored a i.penciicon-brand {
	background: #0070ba !important
}
.penci-social-colored a i.fa-skype,
.penci-social-colored a i.penciicon-skype {
	background: #00aff0 !important
}
.penci-social-colored a i.fa-windows,
.penci-social-colored a i.penciicon-windows {
	background: #00adef !important
}
.penci-social-colored a i.fa-wordpress,
.penci-social-colored a i.penciicon-wordpress-logo {
	background: #21759b !important
}
.penci-social-colored a i.penciicon-yahoo-logo {
	background: #6001d2 !important
}
.penci-social-colored a i.penciicon-y {
	background: #fc401d !important
}
.penci-social-colored a i.fa-globe {
	background: var(--pcaccent-cl) !important
}
.penci-social-colored a i.fa-dribbble {
	background: #ea4c89 !important
}
.pcsoccl-brandtext .pcsc-brandflag.pcsoci-facebook i,
.penci-social-textcolored a i.fa-facebook,
.penci-social-textcolored a i.fa-facebook-f,
.penci-social-textcolored a i.penciicon-facebook {
	color: #0d47a1 !important
}
.pcsoccl-brandtext .pcsc-brandflag.pcsoci-twitter i,
.penci-social-textcolored a i.fa-twitter,
.penci-social-textcolored a i.penciicon-twitter,
.penci-social-textcolored a i.penciicon-x-twitter {
	color: #40c4ff !important
}
.penci-social-textcolored a i.fa-google-plus {
	color: #eb4026 !important
}
.pcsoccl-brandtext .pcsc-brandflag.pcsoci-instagram i,
.penci-social-textcolored a i.fa-instagram,
.penci-social-textcolored a i.penciicon-instagram {
	color: #4d7a9e !important
}
.pcsoccl-brandtext .pcsc-brandflag.pcsoci-pinterest i,
.penci-social-textcolored a i.fa-pinterest,
.penci-social-textcolored a i.penciicon-pinterest {
	color: #bd081c !important
}
.penci-social-textcolored a i.fa-linkedin,
.penci-social-textcolored a i.fa-linkedin-in,
.penci-social-textcolored a i.penciicon-linkedin {
	color: #0077b5 !important
}
.pcsoccl-brandtext .pcsc-brandflag.pcsoci-flickr i,
.penci-social-textcolored a i.fa-flickr,
.penci-social-textcolored a i.penciicon-flickr {
	color: #ff0084 !important
}
.pcsoccl-brandtext .pcsc-brandflag.pcsoci-behance i,
.penci-social-textcolored a i.fa-behance,
.penci-social-textcolored a i.penciicon-behance {
	color: #053eff !important
}
.penci-social-textcolored a i.fa-tumblr,
.penci-social-textcolored a i.penciicon-tumblr {
	color: #34465d !important
}
.pcsoccl-brandtext .pcsc-brandflag.pcsoci-youtube i,
.penci-social-textcolored a i.fa-youtube,
.penci-social-textcolored a i.fa-youtube-play,
.penci-social-textcolored a i.penciicon-youtube {
	color: red !important
}
.penci-social-textcolored a i.fa-envelope,
.penci-social-textcolored a i.fa-envelope-o,
.penci-social-textcolored a i.penciicon-email {
	color: #0084ff !important
}
.pcsoccl-brandtext .pcsc-brandflag.pcsoci-vk i,
.penci-social-textcolored a i.fa-vk,
.penci-social-textcolored a i.penciicon-vk {
	color: #5181b8 !important
}
.penci-social-textcolored a i.fa-heart,
.penci-social-textcolored a i.fa-heart-o {
	color: #000 !important
}
.penci-social-textcolored a i.fa-vine,
.penci-social-textcolored a i.penciicon-vine {
	color: #00b98a !important
}
.pcsoccl-brandtext .pcsc-brandflag.pcsoci-soundcloud i,
.penci-social-textcolored a i.fa-soundcloud,
.penci-social-textcolored a i.penciicon-soundcloud {
	color: #f76201 !important
}
.penci-social-textcolored a i.fa-pocket {
	color: #ef4056 !important
}
.penci-social-textcolored a i.fa-snapchat,
.penci-social-textcolored a i.fa-snapchat-ghost,
.penci-social-textcolored a i.penciicon-snapchat {
	color: #f6f600 !important
}
.penci-social-textcolored a i.fa-spotify,
.penci-social-textcolored a i.penciicon-spotify {
	color: #22c95c !important
}
.penci-social-textcolored a i.fa-github,
.penci-social-textcolored a i.penciicon-github {
	color: #302f2f !important
}
.penci-social-textcolored a i.fa-stack-overflow,
.penci-social-textcolored a i.penciicon-stack-overflow {
	color: #f7a000 !important
}
.pcsoccl-brandtext .pcsc-brandflag.pcsoci-twitch i,
.penci-social-textcolored a i.fa-twitch,
.penci-social-textcolored a i.penciicon-twitch {
	color: #613fa0 !important
}
.pcsoccl-brandtext .pcsc-brandflag.pcsoci-vimeo i,
.penci-social-textcolored a i.fa-vimeo,
.penci-social-textcolored a i.fa-vimeo-v,
.penci-social-textcolored a i.penciicon-vimeo {
	color: #00a8e8 !important
}
.penci-social-textcolored a i.fa-steam,
.penci-social-textcolored a i.penciicon-steam {
	color: #bcbab8 !important
}
.penci-social-textcolored a i.fa-xing,
.penci-social-textcolored a i.penciicon-xing {
	color: #007c7c !important
}
.penci-social-textcolored a i.fa-whatsapp,
.penci-social-textcolored a i.penciicon-whatsapp {
	color: #00e676 !important
}
.penci-social-textcolored a i.fa-telegram,
.penci-social-textcolored a i.penciicon-telegram {
	color: #289fd9 !important
}
.penci-social-textcolored a i.fa-reddit-alien,
.penci-social-textcolored a i.penciicon-reddit {
	color: #f74300 !important
}
.penci-social-textcolored a i.fa-odnoklassniki,
.penci-social-textcolored a i.penciicon-odnoklassniki {
	color: #f18f00 !important
}
.penci-social-textcolored a i.fa-500px {
	color: #0af !important
}
.penci-social-textcolored a i.fa-stumbleupon,
.penci-social-textcolored a i.penciicon-stumbleupon {
	color: #eb4823 !important
}
.penci-social-textcolored a i.fa-weixin,
.penci-social-textcolored a i.penciicon-wechat {
	color: #0fc91c !important
}
.penci-social-textcolored a i.fa-weibo,
.penci-social-textcolored a i.penciicon-sina-weibo {
	color: #df152c !important
}
.pcsoccl-brandtext .pcsc-brandflag.pcsoci-rss i,
.penci-social-textcolored a i.fa-rss,
.penci-social-textcolored a i.penciicon-rss {
	color: #f0941a !important
}
.penci-social-textcolored a i.fa-slack,
.penci-social-textcolored a i.penciicon-slack {
	color: #611f69 !important
}
.penci-social-textcolored a i.fa-mixcloud {
	color: #f3b2a6 !important
}
.penci-social-textcolored a i.fa-goodreads,
.penci-social-textcolored a i.penci-icon-goodreads,
.penci-social-textcolored a i.penciicon-goodreads {
	color: #8a5724 !important
}
.penci-social-textcolored a i.fa-tripadvisor,
.penci-social-textcolored a i.penciicon-tripadvisor {
	color: #34e0a1 !important
}
.pcsoccl-brandtext .pcsc-brandflag.pcsoci-tiktok i,
.penci-social-textcolored a i.fa-tiktok,
.penci-social-textcolored a i.penci-icon-tiktok,
.penci-social-textcolored a i.penciicon-tik-tok,
.penci-social-textcolored a i.penciicon-tik-tok-1 {
	color: #fe2c55 !important
}
.pcsoccl-brandtext .pcsc-brandflag.pcsoci-butterfly i,
.pcsoccl-brandtext .pcsc-brandflag.penciicon-butterfly i,
.penci-social-textcolored a i.penciicon-butterfly{
	color: #1185fe !important
}
.pcsoccl-brandtext .pcsc-brandflag.pcsoci-threads i,
.pcsoccl-brandtext .pcsc-brandflag.penciicon-threads i,
.penci-social-textcolored a i.penciicon-threads{
	color: #B0B0B0 !important
}
.pcsoccl-brandtext .pcsc-brandflag.pcsoci-yelp i,
.pcsoccl-brandtext .pcsc-brandflag i.fa-yelp,
.penci-social-textcolored a i.fa-yelp{
	color: rgba(244,13,21,1) !important
}
.penci-social-textcolored a i.fa-line,
.penci-social-textcolored a i.penci-icon-line,
.penci-social-textcolored a i.penciicon-line,
.penci-social-textcolored a i.penciicon-line-1 {
	color: #01b901 !important
}
.penci-social-textcolored a i.fa-viber,
.penci-social-textcolored a i.penci-icon-viber,
.penci-social-textcolored a i.penciicon-viber,
.penci-social-textcolored a i.penciicon-viber-1 {
	color: #7d51a0 !important
}
.penci-social-textcolored a i.fa-discord,
.penci-social-textcolored a i.penci-icon-discord,
.penci-social-textcolored a i.penciicon-discord,
.penci-social-textcolored a i.penciicon-discord-1 {
	color: #7289da !important
}
.penci-social-textcolored a i.penciicon-douban-logo {
	color: #00b51d !important
}
.penci-social-textcolored a i.penciicon-qq-social-logo-of-a-penguin {
	color: #4292ff !important
}
.penci-social-textcolored a i.penciicon-letter-d {
	color: #000 !important
}
.penci-social-textcolored a i.penciicon-blogger,
.penci-social-textcolored a i.penciicon-blogger-1 {
	color: #ed7800 !important
}
.penci-social-textcolored a i.fa-delicious {
	color: #0078f0 !important
}
.penci-social-textcolored a i.penciicon-deviantart,
.penci-social-textcolored a i.penciicon-deviantart-1 {
	color: #01ca3a !important
}
.penci-social-textcolored a i.fa-digg {
	color: #005be2 !important
}
.penci-social-textcolored a i.penciicon-evernote,
.penci-social-textcolored a i.penciicon-evernote-1 {
	color: #00a32c !important
}
.penci-social-textcolored a i.penciicon-forrst,
.penci-social-textcolored a i.penciicon-forrst-1 {
	color: #054958 !important
}
.penci-social-textcolored a i.penciicon-grooveshark,
.penci-social-textcolored a i.penciicon-grooveshark-1 {
	color: #f75421 !important
}
.penci-social-textcolored a i.penciicon-lastfm {
	color: #e31b23 !important
}
.penci-social-textcolored a i.penciicon-myspace,
.penci-social-textcolored a i.penciicon-myspace-logo {
	color: #0037c1 !important
}
.penci-social-textcolored a i.fa-paypal,
.penci-social-textcolored a i.penciicon-brand {
	color: #0070ba !important
}
.penci-social-textcolored a i.fa-skype,
.penci-social-textcolored a i.penciicon-skype {
	color: #00aff0 !important
}
.penci-social-textcolored a i.fa-windows,
.penci-social-textcolored a i.penciicon-windows {
	color: #00adef !important
}
.penci-social-textcolored a i.fa-wordpress,
.penci-social-textcolored a i.penciicon-wordpress-logo {
	color: #21759b !important
}
.penci-social-textcolored a i.penciicon-yahoo-logo {
	color: #6001d2 !important
}
.penci-social-textcolored a i.penciicon-y {
	color: #fc401d !important
}
.penci-social-textcolored a i.fa-globe {
	color: var(--pcaccent-cl) !important
}
.penci-social-textcolored a i.fa-dribbble {
	color: #ea4c89 !important
}
#sidebar-nav .menu,
.pchgbel .menu,
.penci-menu-hbg .menu {
	margin: 0;
	list-style: none
}
#sidebar-nav .menu li,
.pchgbel .menu li,
.penci-menu-hbg .menu li {
	display: block;
	border-bottom: 1px solid #dedede;
	padding: 0;
	margin-bottom: 0
}
.pchgbel .menu li.penci-mega-menu .sub-menu a:empty,
.penci-menu-hbg .menu li.penci-mega-menu .sub-menu a:empty {
	padding: 0;
	display: none
}
.pchgbel.menu li.penci-mega-menu .sub-menu a:blank,
.penci-menu-hbg .menu li.penci-mega-menu .sub-menu a:blank {
	padding: 0;
	display: none
}
.pchgbel .menu li.penci-mega-menu .sub-menu .penci-megamenu a:not(.mega-cat-child),
.penci-menu-hbg .menu li.penci-mega-menu .sub-menu .penci-megamenu a:not(.mega-cat-child) {
	padding: 0;
	display: none
}
.pchgbel .menu li.penci-mega-menu .sub-menu .penci-megamenu a.mega-normal-child,
.penci-menu-hbg .menu li.penci-mega-menu .sub-menu .penci-megamenu a.mega-normal-child {
	padding: 10px 0;
	display: block
}
#sidebar-nav .menu ul>li:last-child,
#sidebar-nav .menu>li:last-child,
.pchgbel .menu ul>li:last-child,
.pchgbel .menu>li:last-child,
.penci-menu-hbg .menu ul>li:last-child,
.penci-menu-hbg .menu>li:last-child {
	border-bottom: none
}
#sidebar-nav .menu li a,
.pchgbel .menu li a,
.penci-menu-hbg .menu li a {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #313131;
	margin: 0;
	position: relative;
	padding: 13px 0 13px 0;
	display: block;
	line-height: 1.3em;
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei)
}
.pchgbel .menu li a,
.penci-menu-hbg .menu li a {
	text-decoration: none
}
#sidebar-nav .menu li.menu-item-has-children a,
.pchgbel .menu li.menu-item-has-children a,
.penci-menu-hbg .menu li.menu-item-has-children a {
	padding-right: 17px
}
#sidebar-nav .menu li a:hover,
.pchgbel .menu li a:hover,
.penci-menu-hbg .menu li a:hover {
	color: var(--pcaccent-cl)
}
#sidebar-nav .menu li a>i,
.pchgbel .menu li a>i,
.penci-menu-hbg .menu li a>i {
	display: inline-block;
	margin-right: 5px
}
#sidebar-nav ul.sub-menu,
.pchgbel ul.sub-menu,
.penci-menu-hbg ul.sub-menu {
	border-top: 1px solid #dedede;
	display: none;
	padding: 10px 0 10px 12px
}
.pchgbel ul.sub-menu,
.penci-menu-hbg ul.sub-menu {
	margin: 0
}
#sidebar-nav ul.sub-menu ul.sub-menu,
.pchgbel ul.sub-menu ul.sub-menu,
.penci-menu-hbg ul.sub-menu ul.sub-menu {
	border: none;
	padding: 5px 0 5px 12px
}
#sidebar-nav ul.sub-menu ul.sub-menu,
.pchgbel ul.sub-menu ul.sub-menu,
.penci-menu-hbg ul.sub-menu ul.sub-menu {
	padding-right: 0
}
#sidebar-nav ul.sub-menu li,
.pchgbel ul.sub-menu li,
.penci-menu-hbg ul.sub-menu li {
	overflow: hidden;
	border: none
}
#sidebar-nav ul.sub-menu li a,
.pchgbel ul.sub-menu li a,
.penci-menu-hbg ul.sub-menu li a {
	margin: 0;
	padding: 10px 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}
#sidebar-nav .menu li a .indicator,
.pchgbel .menu li a .indicator,
.penci-menu-hbg .menu li a .indicator {
	text-decoration: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 20;
	font-size: 17px;
	font-style: normal;
	text-align: right;
	padding: 11px 0 11px 5px;
	line-height: 1;
	color: inherit !important;
	opacity: .85
}
.pchgbel .menu li a .indicator .fa-angle-up:before,
.menu li a .indicator .fa-angle-up:before {
	content: "\f106"
}
#sidebar-nav .menu .sub-menu li a .indicator,
.pchgbel .menu .sub-menu li a .indicator,
.penci-menu-hbg .menu .sub-menu li a .indicator {
	padding: 8px 0 8px 5px
}
#sidebar-nav .menu .sub-menu li a .indicator:hover,
.pchgbel .menu .sub-menu li a .indicator:hover,
.penci-menu-hbg .menu .sub-menu li a .indicator:hover,
#sidebar-nav .menu li a .indicator:hover,
.penci-menu-hbg .menu li a .indicator:hover {
	color: var(--pcaccent-cl)
}
#sidebar-nav ul.menu>li.megamenu>ul.sub-menu>li>ul.sub-menu,
.pchgbel ul.menu>li.megamenu>ul.sub-menu>li>ul.sub-menu,
.penci-menu-hbg ul.menu>li.megamenu>ul.sub-menu>li>ul.sub-menu {
	display: block;
	padding: 0
}
#sidebar-nav ul.menu>li.megamenu>ul.sub-menu>li>a,
.pchgbel ul.menu>li.megamenu>ul.sub-menu>li>a,
.penci-menu-hbg ul.menu>li.megamenu>ul.sub-menu>li>a {
	display: none
}
.fa-angle-double-up:before {
	content: "\f102"
}
#close-sidebar-nav,
.penci-menu-hbg-overlay {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	text-decoration: none;
	top: 0;
	left: 0;
	font-size: 1.4em;
	color: #313131;
	padding: 10px;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	right: 0;
	z-index: 99996;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s
}
.penci-menuhbg-open .penci-menu-hbg-overlay {
	left: 0;
	opacity: 1;
	visibility: visible
}
.open-sidebar-nav #close-sidebar-nav {
	left: 270px;
	opacity: 1;
	visibility: visible
}
#close-sidebar-nav i {
	display: none;
	width: 24px;
	height: 24px;
	background-color: #fff;
	line-height: 24px;
	text-align: center;
	border-radius: 12px;
	font-size: 14px
}
.penci-menu-hbg {
	background-repeat: no-repeat;
	background-position: center center
}
.penci-menu-hbg #logo {
	display: none
}
.penci-menuhbg-wapper {
	float: right;
	width: 18px;
	margin-right: 12px;
	text-align: center
}
.penci-menuhbg-toggle {
	padding: 0;
	width: 18px;
	line-height: 20px;
	background-position: right top;
	background-repeat: no-repeat;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	display: flex;
	align-items: center;
	height: 58px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.penci-menuhbg-toggle .penci-menuhbg-inner {
	transition: -webkit-transform .33s .3s ease-in;
	transition: transform .33s .3s ease-in;
	-webkit-transform-origin: center;
	transform-origin: center;
	display: block;
	height: 20px;
	position: relative;
	width: 100%;
	overflow: hidden
}
.penci-menuhbg-toggle .penci-lines {
	height: 2px;
	display: block;
	width: 18px;
	background-color: transparent;
	position: relative;
	transition: background .2s ease, opacity .2s ease
}
.penci-menuhbg-toggle .penci-lines:before {
	top: 5px;
	transition: transform .65s cubic-bezier(.3, 1, .3, 1) 0s, background-color .2s ease, opacity .2s ease
}
.penci-menuhbg-toggle .penci-lines:after {
	top: -5px;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	transition: transform .65s cubic-bezier(.3, 1, .3, 1) 80ms, background-color .2s ease, opacity .2s ease
}
.penci-menuhbg-toggle .penci-lines:after,
.penci-menuhbg-toggle .penci-lines:before {
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	content: "";
	background-color: #313131
}
.penci-menuhbg-toggle .lines-button {
	cursor: pointer;
	line-height: 0 !important;
	top: 9px;
	position: relative;
	font-size: 0 !important;
	user-select: none;
	display: block
}
.penci-menuhbg-toggle .lines-button.penci-hover-effect {
	left: -30px;
	margin-top: -2px
}
.penci-menuhbg-toggle .lines-button:after {
	height: 2px;
	display: inline-block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background-color: #313131;
	transition: transform .65s cubic-bezier(.3, 1, .3, 1) 40ms, background-color .2s ease, opacity .2s ease
}
.penci-menuhbg-toggle.closed .penci-menuhbg-inner {
	transition: -webkit-transform .33s 0s ease;
	transition: transform .33s 0s ease
}
.penci-menuhbg-toggle:hover .lines-button:after,
.penci-menuhbg-toggle:hover .penci-lines:after,
.penci-menuhbg-toggle:hover .penci-lines:before {
	background: var(--pcaccent-cl)
}
.penci-menuhbg-toggle:hover .lines-button:after,
.penci-menuhbg-toggle:hover .penci-lines:after,
.penci-menuhbg-toggle:hover .penci-lines:before {
	transform: translateX(30px)
}
.penci-menu-hbg-inner #penci-close-hbg {
	position: absolute;
	top: 10px;
	left: 15px;
	cursor: pointer;
	z-index: 1;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	width: 20px;
	height: 20px;
	display: block;
	overflow: hidden
}
.penci-menu-hbg-inner #penci-close-hbg i {
	display: none
}
.admin-bar .penci-menu-hbg #penci-close-hbg {
	top: 40px
}
.penci-menu-hbg-inner #penci-close-hbg:after,
.penci-menu-hbg-inner #penci-close-hbg:before {
	content: "";
	height: 100%;
	width: 2px;
	backface-visibility: hidden;
	position: absolute;
	border-radius: 5px;
	background: #888;
	left: 9px;
	transition: opacity .2s ease, background-color .2s ease
}
.penci-menu-hbg-inner #penci-close-hbg:before {
	transform: rotate(45deg)
}
.penci-menu-hbg-inner #penci-close-hbg:after {
	transform: rotate(-45deg)
}
.penci-menu-hbg-inner #penci-close-hbg:hover {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg)
}
.penci-menu-hbg-inner #penci-close-hbg:hover:after,
.penci-menu-hbg-inner #penci-close-hbg:hover:before {
	background-color: #111
}
.penci-menu-hbg-inner .penci-hbg_sitetitle {
	font-size: 18px;
	margin-top: 15px;
	line-height: 1.3;
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei)
}
.penci-menu-hbg-inner .penci-hbg_desc {
	margin-top: 10px;
	line-height: 1.45;
	font-size: 14px
}
.penci-menu-hbg-inner .penci-hbg-header {
	text-align: center;
	margin-bottom: 30px
}
.penci-hbg-header .penci-lazy[src*=penci-holder] {
	width: auto;
	height: auto
}
.penci-hbg-header .penci-hbg-logo .penci-lazy[src*=penci-holder] {
	background: 0 0
}
.penci-menu-hbg-inner .menu-hamburger-navigation {
	margin-bottom: 30px
}
.penci-menu-hbg-widgets1 {
	margin-top: 40px
}
.penci-menu-hbg-widgets2 {
	margin-top: 40px
}
.penci-menu-hbg .penci-sidebar-content .widget {
	margin-bottom: 40px
}
.penci-menu-hbg-inner .header-social.sidebar-nav-social {
	text-align: left;
	padding-left: 0;
	padding-right: 0;
	margin: 26px -3px 0
}
.penci-menu-hbg-inner .penci-hbg-footer {
	margin-bottom: 0;
	margin-top: 30px
}
.penci_menu_hbg_ftext {
	line-height: 1.6
}
.penci-menu-hbg {
	padding-bottom: 30px
}
.penci-menu-hbg.penci-menu-hbg-left #penci-close-hbg {
	left: auto;
	right: 10px
}
.penci-menu-hbg-inner .penci-sidebar-content {
	width: 100% !important;
	float: none !important
}
.penci-menu-hbg.penci-menu-hbg-right {
	right: 0;
	left: auto;
	transform: translateX(330px);
	-webkit-transform: translateX(330px);
	-moz-transform: translateX(330px)
}
.penci-menuhbg-open .penci-menu-hbg.penci-menu-hbg-right {
	transform: translateX(0)
}
#navigation.header-4 .penci-menuhbg-wapper,
#navigation.header-5 .penci-menuhbg-wapper {
	float: none;
	vertical-align: top;
	display: inline-block
}
.wrap-social-search {
	display: inline-block;
	vertical-align: top
}
.pcheader-icon {
	float: right;
	width: 20px;
	text-align: center
}
.pcheader-icon.shoping-cart-icon {
	margin-right: 15px
}
#navigation.header-4 .pcheader-icon.shoping-cart-icon,
#navigation.header-5 .pcheader-icon.shoping-cart-icon,
#navigation.header-6 .pcheader-icon.shoping-cart-icon,
.pcheader-icon.shoping-cart-icon.clear-right {
	margin-right: 0
}
.pcheader-icon>a {
	height: 58px;
	font-size: 14px;
	line-height: 58px;
	color: #313131;
	cursor: pointer;
	background: 0 0;
	display: block;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.pcheader-icon.shoping-cart-icon>a {
	position: relative
}
.pcheader-icon.shoping-cart-icon>a>i {
	font-size: 17px
}
.pcheader-icon.shoping-cart-icon>a>span {
	position: absolute;
	z-index: 1;
	width: 14px;
	height: 14px;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	top: calc(50% - 17px);
	right: -4px;
	background: var(--pcaccent-cl);
	color: #fff;
	text-align: center;
	white-space: nowrap;
	line-height: 14px;
	font-size: 8px;
	font-family: var(--pcbody-font);
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}
body:not(.penci-fawesome-ver5) .shoping-cart-icon>a i.fas.fa-shopping-cart {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
#navigation.header-6 .pcheader-icon.shoping-cart-icon>a>span {
	top: 23px
}
.is-sticky #navigation.header-6 .pcheader-icon.shoping-cart-icon>a>span {
	top: 12px
}
.pcheader-icon .fa-shopping-bag:before {
	content: "\f07a";
	font-family: FontAwesome
}
.penci-fawesome-ver5 .pcheader-icon .fa-shopping-bag:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900
}
.show-search {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 58px;
	background: #fff;
	text-align: left;
	z-index: 200;
	display: none
}
.show-search form.pc-searchform input.search-input {
	padding: 15px 35px 15px 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	color: #313131;
	height: 58px;
	line-height: 28px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: 0 0;
	font-weight: 400;
	letter-spacing: 0;
	font-size: 13px
}
.show-search form.pc-searchform i {
	display: none
}
.header-search-style-overlay .show-search form.pc-searchform i {
	display: block;
	font-size: 24px
}
.show-search a.close-search {
	position: absolute;
	width: 20px;
	height: 60px;
	display: inline-block;
	right: 0;
	top: 0;
	z-index: 5;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	cursor: pointer;
	color: #313131
}
.show-search a.close-search i {
	font-size: 70%
}
form.pc-searchform .searchsubmit {
	display: none
}
.penci-header-trans .show-search form.pc-searchform input.search-input {
	padding-left: 15px
}
.penci-header-trans .show-search a.close-search {
	right: 15px
}
.header-search-style-showup .penci-top-search {
	position: relative
}
.header-search-style-showup .show-search {
	left: auto;
	right: 0;
	width: 300px;
	top: 100%;
	padding: 20px;
	border-top: 4px solid var(--pcaccent-cl);
	height: auto !important;
	visibility: hidden;
	display: block;
	-webkit-transition: all .27s ease-in-out;
	-moz-transition: all .27s ease-in-out;
	-o-transition: all .27s ease-in-out;
	transition: all .27s ease-in-out;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	box-shadow: 0 3px 3px rgba(190, 190, 190, .6);
	-webkit-box-shadow: 0 3px 3px rgba(190, 190, 190, .6);
	-moz-box-shadow: 0 3px 3px rgba(190, 190, 190, .6)
}
.header-search-style-showup .show-search,
.header-search-style-showup .sticky-wrapper.is-sticky .show-search,
.header-search-style-showup .sticky-wrapper:not(.is-sticky) #navigation .show-search,
.header-search-style-showup .sticky-wrapper:not(.is-sticky) .show-search {
	height: auto !important
}
.header-search-style-showup .show-search.active {
	-webkit-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-ms-transform: rotateX(0);
	-o-transform: rotateX(0);
	transform: rotateX(0);
	visibility: visible
}
.header-search-style-showup .show-search:before {
	visibility: hidden;
	opacity: 0;
	content: "";
	display: block;
	position: absolute;
	top: -9px;
	right: 5px;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	border-color: transparent transparent var(--pcaccent-cl) transparent;
	border-bottom-color: var(--pcaccent-cl)
}
.header-search-style-showup .show-search.active:before {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.header-search-style-showup .show-search form.pc-searchform input.search-input,
.header-search-style-showup .sticky-wrapper.is-sticky .show-search form.pc-searchform input.search-input,
.header-search-style-showup .sticky-wrapper:not(.is-sticky) .show-search form.pc-searchform input.search-input {
	border: 1px solid var(--pcborder-cl);
	border-right: 0;
	height: 40px !important;
	padding: 5px 12px !important;
	position: relative
}
.header-search-style-showup .show-search a.close-search {
	display: none
}
.header-search-style-showup .show-search form.pc-searchform .searchsubmit {
	display: block;
	border: 0;
	padding: 0 16px;
	font-size: 13px;
	font-weight: var(--pchead-wei);
	font-family: var(--pchead-font);
	background-color: var(--pcaccent-cl);
	color: #fff;
	text-transform: uppercase;
	transition: all .3s;
	cursor: pointer;
	white-space: nowrap
}
.widget.widget_search form.pc-searchform .searchsubmit {
	display: none
}
.header-search-style-showup .show-search .pc-searchform-inner {
	display: flex
}
.header-search-style-showup .search-results-wrapper .penci-dropdown-results {
	left: -20px;
	width: calc(100% + 40px)
}
.header-search-style-showup .penci-builder-element .search-results-wrapper .penci-dropdown-results {
	left: 0;
	width: 100%
}
.main-nav-social {
	display: inline-block;
	text-align: left;
	margin: 0 13px 0 0;
	float: right;
	line-height: 58px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
#navigation.header-4 .main-nav-social,
#navigation.header-5 .main-nav-social {
	float: none;
	vertical-align: top;
	margin: 0 0 0 30px
}
.main-nav-social .inner-header-social {
	display: inline-block;
	vertical-align: top;
	position: relative
}
.main-nav-social a {
	float: left;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	color: #313131;
	font-size: 14px
}
.main-nav-social a:last-child {
	margin-right: 0
}
.main-nav-social a:hover {
	color: var(--pcaccent-cl)
}
#navigation.header-6 .main-nav-social {
	line-height: 80px;
	margin: 0 0 0 30px
}
.button-menu-mobile i,
.main-nav-social a i,
.pcheader-icon a i {
	line-height: inherit;
	vertical-align: top
}
.is-sticky #navigation.header-6 .main-nav-social {
	line-height: 58px
}
@media only screen and (min-width:961px) {
	#navigation.header-10 .main-nav-social,
	#navigation.header-11 .main-nav-social,
	#navigation.header-9 .main-nav-social {
		line-height: 80px
	}
	.is-sticky #navigation.header-10 .main-nav-social,
	.is-sticky #navigation.header-11 .main-nav-social,
	.is-sticky #navigation.header-9 .main-nav-social {
		line-height: 58px
	}
}
#navigation.header-4 .pcheader-icon,
#navigation.header-4 .penci-menuhbg-toggle,
#navigation.header-4 .top-search-classes,
#navigation.header-5 .pcheader-icon,
#navigation.header-5 .penci-menuhbg-toggle,
#navigation.header-5 .top-search-classes,
#navigation.header-6 .pcheader-icon,
#navigation.header-6 .penci-menuhbg-toggle,
#navigation.header-6 .top-search-classes {
	margin-left: 15px
}
#header {
	margin-bottom: var(--pchd-mg);
	position: relative
}
.elementor-template-full-width #header,
.elementor-template-full-width .penci-page-header-wrap,
.page-template-page-fullwidth #header,
.page-template-page-fullwidth .penci-page-header-wrap,
.single.elementor-template-full-width .post {
	margin-bottom: 0
}
.elementor-template-full-width .clear-footer,
.page-template-page-fullwidth .clear-footer {
	height: 0;
	margin-bottom: 0
}
.header-header-1.has-bottom-line,
.header-header-4.has-bottom-line,
.header-header-7.has-bottom-line {
	border-bottom: 1px solid #ececec
}
.header-header-1.has-bottom-line.penci-vernav-hide-innerhead,
.header-header-4.has-bottom-line.penci-vernav-hide-innerhead,
.header-header-7.has-bottom-line.penci-vernav-hide-innerhead {
	border-bottom: none
}
#header .inner-header {
	width: 100%;
	background-size: cover;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	height: auto
}
.penci-header-trans #header .inner-header {
	background: 0 0 !important
}
#header .inner-header .container {
	padding: 40px 0;
	text-align: center;
	position: relative;
	overflow: hidden
}
.header-style-header-3 #header .inner-header .container {
	display: table
}
@media only screen and (max-width:767px) {
	.header-style-header-3 #header .inner-header .container {
		display: block
	}
}
#logo {
	text-align: center
}
.container.align-left-logo #logo {
	text-align: left
}
.container.has-banner #logo {
	display: table-cell;
	vertical-align: middle;
	width: 400px
}
.container.has-banner .header-banner {
	display: table-cell;
	vertical-align: middle;
	width: 770px;
	text-align: right
}
.penci-header-trans .penci-header-wrap {
	position: absolute;
	z-index: 10000;
	left: 0;
	right: 0
}
.penci-header-trans .penci-header-wrap #header {
	margin-bottom: 0
}
.penci-header-trans .penci-header-second {
	box-shadow: none;
	border: 0
}
.penci-header-trans .penci-header-signup-form {
	margin-top: 0
}
.penci-header-trans #logo .penci-logo-sticky,
.penci-header-trans .is-sticky #logo .penci-logo {
	display: none
}
.penci-header-trans .is-sticky #logo .penci-logo-sticky {
	display: block;
	position: static;
	visibility: visible;
	opacity: 1
}
.penci-header-trans #navigation.sticky.sticky-active #logo .penci-logo-sticky {
	display: inline
}
.penci-header-trans #navigation.sticky.sticky-active #logo .penci-logo {
	display: none
}
@media only screen and (min-width:961px) {
	#navigation.header-11 {
		background: 0 0 !important
	}
	#navigation.header-11>.container {
		background: #fff;
		box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
		padding-left: 20px;
		padding-right: 20px
	}
	#navigation.header-11.header-layout-bottom {
		box-shadow: none;
		border: 0
	}
	.penci-header-trans .header-style-header-1 .penci-header-wrap>#navigation:not(.sticky-active),
	.penci-header-trans .header-style-header-10 #header>#navigation:not(.sticky-active),
	.penci-header-trans .header-style-header-11 #header>#navigation:not(.sticky-active) .container,
	.penci-header-trans .header-style-header-2 #header>#navigation:not(.sticky-active),
	.penci-header-trans .header-style-header-3 #header>#navigation:not(.sticky-active),
	.penci-header-trans .header-style-header-4 .penci-header-wrap>#navigation:not(.sticky-active),
	.penci-header-trans .header-style-header-5 #header>#navigation:not(.sticky-active),
	.penci-header-trans .header-style-header-6 #header>#navigation:not(.sticky-active),
	.penci-header-trans .header-style-header-7 .penci-header-wrap>#navigation:not(.sticky-active),
	.penci-header-trans .header-style-header-8 #header>#navigation:not(.sticky-active),
	.penci-header-trans .header-style-header-9 #header>#navigation:not(.sticky-active) {
		background: 0 0 !important;
		border-top-color: transparent !important;
		border-bottom-color: transparent !important
	}
	.penci-header-trans .sticky-wrapper:not(.is-sticky) #navigation,
	.penci-header-trans .sticky-wrapper:not(.is-sticky) #navigation.header-11>.container {
		background: 0 0 !important;
		border-top-color: transparent !important;
		border-bottom-color: transparent !important
	}
	#navigation.header-10.penci-logo-overflow #logo,
	#navigation.header-11.penci-logo-overflow #logo {
		z-index: 199;
		position: relative;
		height: 80px !important;
		line-height: 1 !important
	}
	#navigation.header-10.penci-logo-overflow #logo a,
	#navigation.header-11.penci-logo-overflow #logo a {
		position: absolute;
		top: 0;
		width: 100%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%)
	}
	#navigation.header-10.penci-logo-overflow #logo img,
	#navigation.header-11.penci-logo-overflow #logo img {
		height: auto !important;
		max-height: inherit;
		margin-top: 0 !important;
		z-index: 199
	}
}
@media only screen and (max-width:960px) {
	.penci-header-trans #navigation.penci-disable-sticky-nav #logo .penci-logo-sticky,
	.penci-header-trans #navigation.sticky #logo .penci-logo-sticky,
	.penci-header-trans .sticky-wrapper #navigation.header-6 #logo .penci-logo-sticky {
		display: inline
	}
	.penci-header-trans #navigation.penci-disable-sticky-nav #logo .penci-logo,
	.penci-header-trans #navigation.sticky #logo .penci-logo,
	.penci-header-trans .sticky-wrapper #navigation.header-6 #logo .penci-logo {
		display: none
	}
}
.header-slogan {
	margin: 17px 0 0 0;
	text-align: center;
	line-height: 1
}
.header-slogan .header-slogan-text {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	font-style: italic;
	color: #313131;
	display: inline-block;
	position: relative;
	font-family: var(--pcbody-font);
	padding: 0 15px;
	vertical-align: top
}
.header-slogan .header-slogan-text:after,
.header-slogan .header-slogan-text:before {
	content: "";
	position: absolute;
	top: 50%;
	height: 1px;
	display: block;
	width: 60px;
	background: var(--pcborder-cl);
	left: 100%
}
.header-slogan .header-slogan-text:before {
	left: auto;
	right: 100%
}
.header-social {
	display: block;
	text-align: center;
	margin: 20px 0 0
}
.header-social .inner-header-social {
	display: inline-block;
	vertical-align: top;
	position: relative
}
.header-social a {
	align-items: center;
	display: inline-flex;
	vertical-align: middle;
	margin-right: 13px
}
.header-social a:last-child {
	margin-right: 0
}
.header-social a i {
	font-size: 14px;
	color: #313131;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	vertical-align: top
}
.header-social a:hover i {
	color: var(--pcaccent-cl)
}
.featured-area {
	margin-top: calc(var(--pchd-mg) * -1 + 4px);
	margin-bottom: var(--pchd-mg);
	position: relative
}
.penci-block-el.featured-area,
.penci-block-vc.featured-area {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}
.featured-area:after,
.featured-area:before {
	content: "";
	display: table;
	clear: both
}
.featured-area.featured-style-2,
.featured-area.featured-style-6 {
	margin-top: calc(var(--pchd-mg) * -1 + 10px)
}
.penci-vernav-enable #header+.featured-area {
	margin-top: calc(var(--pchd-mg) * -1)
}
.penci-vernav-enable #header+.featured-area.featured-style-1,
.penci-vernav-enable #header+.featured-area.featured-style-10,
.penci-vernav-enable #header+.featured-area.featured-style-12,
.penci-vernav-enable #header+.featured-area.featured-style-14,
.penci-vernav-enable #header+.featured-area.featured-style-16,
.penci-vernav-enable #header+.featured-area.featured-style-18,
.penci-vernav-enable #header+.featured-area.featured-style-19,
.penci-vernav-enable #header+.featured-area.featured-style-20,
.penci-vernav-enable #header+.featured-area.featured-style-21,
.penci-vernav-enable #header+.featured-area.featured-style-22,
.penci-vernav-enable #header+.featured-area.featured-style-23,
.penci-vernav-enable #header+.featured-area.featured-style-24,
.penci-vernav-enable #header+.featured-area.featured-style-25,
.penci-vernav-enable #header+.featured-area.featured-style-26,
.penci-vernav-enable #header+.featured-area.featured-style-27,
.penci-vernav-enable #header+.featured-area.featured-style-29.style-30,
.penci-vernav-enable #header+.featured-area.featured-style-32,
.penci-vernav-enable #header+.featured-area.featured-style-35.style-36,
.penci-vernav-enable #header+.featured-area.featured-style-4:not(.style-5),.penci-vernav-enable #header+.featured-area.featured-style-8 {
	margin-top: calc(30px - var(--pchd-mg))
}
.penci-vernav-enable #header+.featured-area.featured-style-28,
.penci-vernav-enable #header+.featured-area.featured-style-38 {
	margin-top: calc(var(--pchd-mg) * -1 + 4px)
}
.penci-vernav-enable #header+.featured-area.featured-style-2,
.penci-vernav-enable #header+.featured-area.featured-style-37,
.penci-vernav-enable #header+.featured-area.featured-style-6 {
	margin-top: calc(var(--pchd-mg) * -1 + 10px)
}
.penci-vernav-enable #header+.penci-header-signup-form {
	margin-top: calc(var(--pchd-mg) * -1)
}
.single.penci-vernav-enable.penci-body-single-style-10.penci-show-pthumb:not(.single-portfolio) #header+.penci-header-signup-form,
.single.penci-vernav-enable.penci-body-single-style-20.penci-show-pthumb:not(.single-portfolio) #header+.penci-header-signup-form,
.single.penci-vernav-enable.penci-body-single-style-4.penci-body-title-bellow.penci-show-pthumb:not(.single-portfolio) #header+.penci-header-signup-form,
.single.penci-vernav-enable.penci-body-single-style-5.penci-show-pthumb:not(.single-portfolio) #header+.penci-header-signup-form,
.single.penci-vernav-enable.penci-body-single-style-7.penci-body-title-bellow.penci-show-pthumb:not(.single-portfolio) #header+.penci-header-signup-form,
.single.penci-vernav-enable.penci-body-single-style-9.penci-body-title-bellow.penci-show-pthumb:not(.single-portfolio) #header+.penci-header-signup-form {
	margin-top: 0
}
.featured-area.featured-video {
	background: #fafafa url(../images/loading.gif) no-repeat center center
}
.wrapper-boxed.penci-page-hide-header .featured-area {
	margin-top: 0
}
.dark-layout-enabled .featured-area.featured-video {
	background-color: #2d2d2d;
	background-image: url(../images/loading2.gif)
}
.featured-area.featured-video>div {
	visibility: hidden
}
.featured-area.featured-video.loaded-wait>div {
	visibility: visible
}
.featured-area.featured-video.loaded-wait {
	background: 0 0
}
.penci-owl-carousel .owl-item .owl-lazy,
.penci-owl-carousel .owl-item .penci-lazy {
	opacity: 1;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none
}
.penci-owl-carousel .penci-owl-nav .owl-next,
.penci-owl-carousel .penci-owl-nav .owl-prev,
.penci-slick-carousel .slick-arrow {
	width: 34px;
	height: 34px;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	color: #010101;
	font-size: 12px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	z-index: 10;
	top: 50%;
	margin-top: -18px;
	left: 20px;
	line-height: 34px;
	text-align: center;
	opacity: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	border: none
}
.penci-slick-carousel .slick-arrow {
	padding: 0
}
.penci-owl-carousel .penci-owl-nav .owl-next i[class*=" penciicon-"],
.penci-owl-carousel .penci-owl-nav .owl-next i[class^=penciicon-],
.penci-owl-carousel .penci-owl-nav .owl-prev i[class*=" penciicon-"],
.penci-owl-carousel .penci-owl-nav .owl-prev i[class^=penciicon-],
.penci-slick-carousel .slick-arrow i {
	font-weight: 700 !important;
	vertical-align: top
}
.penci-owl-carousel .penci-owl-nav .owl-next i,
.penci-owl-carousel .penci-owl-nav .owl-prev i,
.penci-slick-carousel .slick-arrow i {
	line-height: inherit
}
.penci-nav-visible .penci-owl-nav .owl-next,
.penci-nav-visible .penci-owl-nav .owl-prev {
	opacity: .5
}
.penci-owl-carousel .penci-owl-nav.disabled {
	display: none
}
.penci-owl-carousel .penci-owl-nav.disabled .owl-next,
.penci-owl-carousel .penci-owl-nav.disabled .owl-prev {
	display: none !important
}
.penci-owl-carousel .penci-owl-nav .owl-next,
.penci-slick-carousel .slick-next {
	left: auto;
	right: 20px
}
.penci-owl-carousel:hover .penci-owl-nav .owl-next,
.penci-owl-carousel:hover .penci-owl-nav .owl-prev,
.penci-slick-carousel .slick-arrow {
	opacity: .8
}
.penci-owl-carousel .penci-owl-nav .owl-next:hover,
.penci-owl-carousel .penci-owl-nav .owl-prev:hover,
.penci-slick-carousel .slick-next:hover {
	opacity: 1
}
.penci-custom-slides .penci-owl-carousel .penci-owl-dots,
.penci-owl-carousel .penci-owl-dots {
	position: absolute;
	bottom: 15px !important;
	z-index: 10;
	width: 100%;
	text-align: center;
	left: 0
}
.penci-owl-carousel .penci-owl-dots.disabled {
	display: none !important
}
.penci-custom-slides .penci-owl-carousel .penci-owl-dot,
.penci-owl-carousel .penci-owl-dot {
	display: inline-block;
	margin: 0 3px;
	vertical-align: top;
	background: 0 0;
	border: none
}
.penci-owl-carousel .penci-owl-dot span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 2px solid #fff;
	background: rgba(0, 0, 0, .3);
	display: inline-block;
	vertical-align: top;
	transition: .3s all ease-in-out;
	transform: scale(.75)
}
.penci-owl-carousel .penci-owl-dot.active span {
	background: #fff
}
.penci-owl-carousel-slider .penci-owl-dot.active span {
	transform: scale(1)
}
.penci-enSticky .penci-sticky-ct.elementor-column,
.penci-enSticky .penci-sticky-sb.elementor-column {
	display: block !important
}
.penci-featured-content {
	position: absolute;
	display: block;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 25px;
	z-index: 9
}
.penci-featured-content .feat-text {
	max-width: 480px;
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 23px 10px 21px;
	position: relative;
	text-align: center;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .7s;
	-moz-animation-duration: .7s;
	-ms-animation-duration: .7s;
	-o-animation-duration: .7s;
	animation-duration: .7s;
	animation-delay: .4s;
	-webkit-animation-delay: .4s;
	animation-delay: var(--pcfs-delay);
	-webkit-animation-delay: var(--pcfs-delay);
	opacity: 0
}
.penci-owl-carousel.penci-owl-loaded .active .penci-featured-content .feat-text,
.penci-slick-carousel .slick-current .penci-featured-content .feat-text,
.penci-slick-carousel .swiper-slide-active .penci-featured-content .feat-text {
	-webkit-animation-name: pencitextslider;
	-moz-animation-name: pencitextslider;
	-o-animation-name: pencitextslider;
	animation-name: pencitextslider
}
@-webkit-keyframes pencifade {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@-moz-keyframes pencifade {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@-o-keyframes pencifade {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@keyframes pencifade {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@-webkit-keyframes pencitextslider {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@-moz-keyframes pencitextslider {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@-o-keyframes pencitextslider {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes pencitextslider {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@-webkit-keyframes pencitextslide {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@-moz-keyframes pencitextslide {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@-o-keyframes pencitextslide {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes pencitextslide {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
.penci-featured-content .featured-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: #000;
	opacity: .7
}
.penci-featured-content .feat-text .featured-cat {
	z-index: 3;
	position: relative;
	margin-bottom: 5px;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .7s;
	-moz-animation-duration: .7s;
	-ms-animation-duration: .7s;
	-o-animation-duration: .7s;
	animation-duration: .7s
}
.penci-featured-content .feat-text .featured-cat a {
	color: #fff;
	text-decoration: none !important
}
.penci-featured-content .feat-text h3 {
	z-index: 3;
	position: relative;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .7s;
	-moz-animation-duration: .7s;
	-ms-animation-duration: .7s;
	-o-animation-duration: .7s;
	animation-duration: .7s
}
.penci-featured-content .feat-text h3 a {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	text-decoration: none
}
.penci-featured-content .feat-text .feat-meta {
	z-index: 3;
	position: relative;
	margin-top: 6px;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .7s;
	-moz-animation-duration: .7s;
	-ms-animation-duration: .7s;
	-o-animation-duration: .7s;
	animation-duration: .7s
}
.penci-featured-content .feat-text>:nth-child(1) {
	animation-delay: var(--pcfs-delay)
}
.penci-featured-content .feat-text>:nth-child(2),
.penci-mag-featured-content .feat-text>:nth-child(1) {
	animation-delay: calc(var(--pcfs-delay) + .2s)
}
.penci-featured-content .feat-text>:nth-child(3),
.penci-mag-featured-content .feat-text>:nth-child(2) {
	animation-delay: calc(var(--pcfs-delay) + .4s)
}
.penci-featured-content .feat-text>:nth-child(4),
.penci-mag-featured-content .feat-text>:nth-child(3) {
	animation-delay: calc(var(--pcfs-delay) + .6s)
}
.penci-featured-content .feat-text .feat-meta span,
.penci-fslider-fmeta {
	color: #fff;
	font-size: 13px
}
.feat-meta span>time,
.penci-fslider-fmeta span>time,
span.date>time,
span.side-item-meta>time {
	font-size: inherit;
	color: inherit;
	text-decoration: inherit;
	font-weight: inherit;
	background: 0 0;
	font-style: inherit;
	font-family: inherit
}
.penci-featured-content .feat-text .feat-meta span a,
.penci-fslider-fmeta span a {
	color: #fff;
	font-size: inherit;
	text-decoration: none !important
}
.penci-featured-content .feat-text .feat-meta>span:after,
.penci-fslider-fmeta>span:after,
.popularpost_meta>span:after {
	content: "";
	display: inline-block;
	margin: 0 8px 0 12px;
	width: 0;
	height: 10px;
	border-left: 1px solid;
	opacity: .35;
	color: inherit
}
.penci-featured-content .feat-text .feat-meta>span:last-of-type:after,
.penci-fslider-fmeta>span:last-of-type:after,
.popularpost_meta>span:last-of-type:after {
	content: none;
	display: none
}
.penci-owl-carousel.penci-owl-loaded .active .feat-text .feat-meta,
.penci-owl-carousel.penci-owl-loaded .active .feat-text .featured-cat,
.penci-owl-carousel.penci-owl-loaded .active .feat-text .penci-featured-slider-button,
.penci-owl-carousel.penci-owl-loaded .active .feat-text h3 {
	-webkit-animation-name: pencitextslide;
	-moz-animation-name: pencitextslide;
	-o-animation-name: pencitextslide;
	animation-name: pencitextslide
}
.featured-style-1 .penci-owl-carousel .penci-image-holder:before {
	padding-top: 45%
}
.featured-style-2 .penci-owl-carousel .penci-image-holder:before {
	padding-top: 57%
}
.featured-style-2 .penci-owl-carousel .swiper-slide {
	width: 900px
}
.featured-style-2 .penci-owl-carousel.penci-owl-loaded .active .feat-text .feat-meta,
.featured-style-2 .penci-owl-carousel.penci-owl-loaded .active .feat-text .featured-cat,
.featured-style-2 .penci-owl-carousel.penci-owl-loaded .active .feat-text h3,
.featured-style-2 .penci-owl-carousel.penci-owl-loaded .active .penci-featured-content .feat-text {
	-webkit-animation-name: none;
	-moz-animation-name: none;
	-o-animation-name: none;
	animation-name: none
}
.featured-style-2 .penci-owl-carousel.penci-owl-loaded .active .penci-featured-content .feat-text {
	-webkit-animation-name: pencitextslider;
	-moz-animation-name: pencitextslider;
	-o-animation-name: pencitextslider;
	animation-name: pencitextslider
}
.featured-style-2 .penci-owl-carousel.penci-owl-loaded .active .feat-text .feat-meta,
.featured-style-2 .penci-owl-carousel.penci-owl-loaded .active .feat-text .featured-cat,
.featured-style-2 .penci-owl-carousel.penci-owl-loaded .active .feat-text h3 {
	-webkit-animation-name: pencitextslide;
	-moz-animation-name: pencitextslide;
	-o-animation-name: pencitextslide;
	animation-name: pencitextslide
}
.featured-style-3 .penci-featured-content .feat-text {
	max-width: 500px
}
.featured-style-3 .penci-owl-carousel .penci-image-holder:before {
	padding-top: 0;
	height: 540px
}
.featured-style-4 .penci-owl-carousel .penci-image-holder {
	width: 67%
}
.featured-style-4 .penci-owl-carousel .penci-image-holder:before {
	height: 526px;
	padding-top: 0
}
.penci-slider4-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 26%, #000 65%);
	background: -webkit-gradient(linear, left top, right top, color-stop(26%, #000), color-stop(65%, transparent));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 26%, #000 65%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 26%, #000 65%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 26%, #000 65%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 26%, #000 65%)
}
.featured-style-4 .penci-featured-content {
	width: 40%;
	padding: 0 20px;
	right: 0;
	z-index: 5
}
.featured-style-4 .penci-featured-content .featured-slider-overlay {
	background: 0 0
}
.featured-style-4 .penci-featured-content .feat-text h3 a {
	font-weight: inherit;
	letter-spacing: 0;
	font-size: 26px;
	transition: all .3s;
	-webkit-transition: all .3s;
	line-height: 1.3;
	font-family: inherit;
	text-transform: uppercase
}
.featured-style-4 .penci-featured-content .feat-text h3 a:hover {
	opacity: .8
}
.featured-style-4 .overlay-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2
}
.featured-style-4 .penci-featured-content .feat-text .featured-cat {
	margin-bottom: 2px
}
.featured-style-37 .penci-image-holder:before,
.featured-style-6 .penci-image-holder:before {
	padding-top: 64%
}
.featured-area .wrapper-item-classess {
	width: 100%;
	position: relative;
	display: inline-block;
	vertical-align: top
}
.penci-item-mag {
	position: relative
}
.featured-style-37 .penci-featured-items-left,
.featured-style-37 .penci-featured-items-right,
.featured-style-6 .wrapper-item .penci-item-mag {
	float: left;
	display: inline-block;
	width: 32.6%;
	position: relative
}
.featured-style-37 .penci-featured-items-left,
.featured-style-6 .wrapper-item .penci-item-1 {
	width: 67.4%;
	border-right: 10px solid transparent
}
.featured-style-6 .wrapper-item .penci-item-2 {
	border-bottom: 5px solid transparent
}
.featured-style-6 .wrapper-item .penci-item-0 {
	border-top: 5px solid transparent
}
.penci-slide-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}
.penci-slide-overlay .overlay-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #000 100%);
	background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #000 100%);
	background: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #000 100%);
	background: -ms-linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #000 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #000 100%);
	-webkit-transition: opacity .4s ease 0s;
	-moz-transition: opacity .4s ease 0s;
	-o-transition: opacity .4s ease 0s;
	transition: opacity .4s ease 0s;
	opacity: .7
}
.penci-item-mag:hover .penci-slide-overlay .overlay-link {
	opacity: .9
}
.penci-slide-overlay .penci-mag-featured-content {
	position: absolute;
	bottom: 16px;
	left: 20px;
	padding-right: 20px;
	z-index: 5;
	opacity: 0;
	transition: opacity .4s;
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	transition-delay: .3s;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	width: calc(100% - 20px)
}
.featured-area .active .penci-mag-featured-content,
.featured-area .swiper-slide-visible .penci-mag-featured-content,
.featured-style-7 .penci-mag-featured-content,
.featured-style-8 .penci-mag-featured-content {
	opacity: 1
}
.penci-mag-featured-content h3 {
	line-height: 1.3
}
.penci-mag-featured-content h3 a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px
}
.penci-mag-featured-content h3 a:hover {
	text-decoration: none
}
.featured-style-37 .penci-item-1 .penci-mag-featured-content h3 a,
.featured-style-6 .penci-item-1 .penci-mag-featured-content h3 a {
	font-size: 24px
}
.penci-mag-featured-content .cat>a.penci-cat-name {
	color: #fff
}
.penci-mag-featured-content .cat {
	margin-bottom: 2px
}
.penci-mag-featured-content .feat-meta>span:after {
	content: "";
	display: inline-block;
	margin: 0 8px 0 12px;
	width: 0;
	height: 8px;
	border-left: 1px solid;
	opacity: .5
}
.penci-mag-featured-content .feat-meta {
	margin-top: 6px
}
.penci-mag-featured-content .feat-meta>span:last-child:after {
	content: none
}
.penci-mag-featured-content .feat-meta a,
.penci-mag-featured-content .feat-meta span {
	color: #fff;
	font-size: 13px
}
.featured-style-7 .penci-image-holder:before {
	padding-top: 100%
}
.featured-area.featured-style-14 .wrapper-item-classess,
.featured-area.featured-style-20 .wrapper-item-classess,
.featured-area.featured-style-21 .wrapper-item-classess,
.featured-area.featured-style-22 .wrapper-item-classess,
.featured-area.featured-style-23 .wrapper-item-classess,
.featured-area.featured-style-25 .wrapper-item-classess,
.featured-area.featured-style-26 .wrapper-item-classess,
.featured-area.featured-style-27 .wrapper-item-classess {
	width: calc(100% + 4px);
	margin-left: -2px
}
.featured-style-8 .penci-image-holder:before {
	padding-top: 135.416%
}
.featured-style-8 .wrapper-item .penci-item-mag {
	position: relative;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent
}
.featured-style-9 .penci-image-holder:before {
	padding-top: 80%
}
.featured-style-9 .penci-mag-featured-content h3 a {
	font-size: 18px
}
.featured-style-9 .wrapper-item .penci-item-mag {
	position: relative
}
.featured-style-10 .penci-image-holder:before {
	padding-top: 120%
}
.featured-style-10 .wrapper-item .penci-item-mag {
	position: relative;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent
}
.featured-style-11 .penci-slide-overlay .penci-mag-featured-content,
.featured-style-15 .penci-slide-overlay .penci-mag-featured-content {
	left: 0;
	padding: 0 20px;
	text-align: center;
	width: 100%
}
.featured-style-11 .penci-image-holder:before {
	padding-top: 56%
}
.featured-style-11 .penci-mag-featured-content h3 a {
	font-size: 24px
}
.featured-style-11 .wrapper-item .penci-item-mag {
	position: relative
}
.featured-style-12 .penci-mag-featured-content h3 a {
	font-size: 18px
}
.featured-style-12 .wrapper-item .penci-item-mag {
	position: relative;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent
}
.featured-style-10 .penci-slide-overlay .penci-mag-featured-content,
.featured-style-12 .penci-slide-overlay .penci-mag-featured-content,
.featured-style-7 .penci-slide-overlay .penci-mag-featured-content,
.featured-style-8 .penci-slide-overlay .penci-mag-featured-content,
.featured-style-9 .penci-slide-overlay .penci-mag-featured-content {
	text-align: center
}
.featured-style-12 .penci-image-holder:before {
	padding-top: 66.6667%
}
.featured-style-13 .wrapper-item .penci-item-mag,
.featured-style-15 .wrapper-item .penci-item-mag {
	float: left;
	display: inline-block;
	width: 25%;
	position: relative
}
.featured-style-13 .wrapper-item .penci-item-1,
.featured-style-15 .wrapper-item .penci-item-2 {
	width: 50%
}
.featured-style-13 .penci-image-holder:before,
.featured-style-15 .penci-image-holder:before {
	padding-top: 0;
	height: 500px
}
.featured-style-13 .penci-mag-featured-content h3 a,
.featured-style-15 .penci-mag-featured-content h3 a {
	font-size: 18px
}
.featured-style-13 .penci-item-1 .penci-mag-featured-content h3 a,
.featured-style-15 .penci-item-2 .penci-mag-featured-content h3 a {
	font-size: 24px
}
.featured-style-14 .wrapper-item .penci-item-mag,
.featured-style-16 .wrapper-item .penci-item-mag {
	float: left;
	display: inline-block;
	width: 25%;
	position: relative;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent
}
.featured-style-14 .wrapper-item .penci-item-1,
.featured-style-16 .wrapper-item .penci-item-2 {
	width: 50%
}
.featured-style-14 .penci-image-holder:before,
.featured-style-16 .penci-image-holder:before {
	padding-top: 0;
	height: 380px
}
.featured-style-16 .penci-item-2 .penci-mag-featured-content {
	left: 0;
	padding: 0 20px;
	text-align: center;
	width: 100%
}
.featured-style-14 .penci-item-1 .penci-mag-featured-content h3 a,
.featured-style-16 .penci-item-2 .penci-mag-featured-content h3 a {
	font-size: 20px
}
.featured-style-17 .wrapper-item .penci-slider17-mag-item {
	float: left;
	display: inline-block;
	width: 25%;
	position: relative
}
.featured-style-17 .wrapper-item .penci-slide17-item-2 {
	width: 50%;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent
}
.featured-style-17 .penci-image-holder:before {
	padding: 0;
	height: 273px
}
.featured-style-17 .penci-slide17-item-2 .penci-image-holder:before {
	height: 550px
}
.featured-style-17 .wrapper-item .penci-item-1,
.featured-style-17 .wrapper-item .penci-item-4 {
	margin-bottom: 4px
}
.featured-style-17 .penci-slide-overlay .penci-mag-featured-content {
	text-align: center
}
.featured-style-17 .penci-item-3 .penci-mag-featured-content h3 a {
	font-size: 24px
}
.featured-style-18 .wrapper-item .penci-slider17-mag-item {
	float: left;
	display: inline-block;
	width: 25%;
	position: relative
}
.featured-style-18 .wrapper-item .penci-slide17-item-2 {
	width: 50%;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent
}
.featured-style-18 .penci-image-holder:before {
	padding: 0;
	height: 198px
}
.featured-style-18 .penci-slide17-item-2 .penci-image-holder:before {
	height: 400px
}
.featured-style-18 .wrapper-item .penci-item-1,
.featured-style-18 .wrapper-item .penci-item-4 {
	margin-bottom: 4px
}
.featured-style-18 .penci-item-3 .penci-mag-featured-content {
	text-align: center
}
.featured-style-18 .penci-mag-featured-content h3 a {
	font-size: 14px
}
.featured-style-18 .penci-item-3 .penci-mag-featured-content h3 a {
	font-size: 20px
}
.featured-style-19 .wrapper-item .penci-item-mag {
	float: left;
	display: inline-block;
	width: 55%;
	position: relative
}
.featured-style-19 .wrapper-item .penci-item-2,
.featured-style-19 .wrapper-item .penci-item-3 {
	width: 45%
}
.featured-style-19 .wrapper-item .penci-item-0,
.featured-style-19 .wrapper-item .penci-item-2 {
	border-left: 4px solid transparent
}
.featured-style-19 .wrapper-item .penci-item-1,
.featured-style-19 .wrapper-item .penci-item-2 {
	border-bottom: 4px solid transparent
}
.featured-style-19 .penci-image-holder:before {
	height: 275px;
	padding-top: 0
}
.featured-style-19 .penci-item-0 .penci-mag-featured-content h3 a,
.featured-style-19 .penci-item-1 .penci-mag-featured-content h3 a {
	font-size: 20px
}
.featured-style-20 .wrapper-item .penci-item-mag,
.featured-style-21 .wrapper-item .penci-item-mag {
	float: left;
	display: inline-block;
	width: 33.33333%;
	position: relative;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent
}
.featured-style-22 .wrapper-item .penci-item-mag {
	float: left;
	display: inline-block;
	width: 20%;
	position: relative;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent
}
.featured-style-20 .wrapper-item .penci-item-1,
.featured-style-20 .wrapper-item .penci-item-2,
.featured-style-22 .wrapper-item .penci-item-1,
.featured-style-22 .wrapper-item .penci-item-2 {
	width: 50%;
	border-bottom: 4px solid transparent
}
.featured-style-20 .penci-item-1 .penci-mag-featured-content h3 a,
.featured-style-20 .penci-item-2 .penci-mag-featured-content h3 a,
.featured-style-21 .penci-item-0 .penci-mag-featured-content h3 a,
.featured-style-21 .penci-item-4 .penci-mag-featured-content h3 a,
.featured-style-22 .penci-item-1 .penci-mag-featured-content h3 a,
.featured-style-22 .penci-item-2 .penci-mag-featured-content h3 a,
.featured-style-23 .penci-item-1 .penci-mag-featured-content h3 a,
.featured-style-23 .penci-item-2 .penci-mag-featured-content h3 a {
	font-size: 20px
}
.featured-style-20 .penci-image-holder:before,
.featured-style-21 .penci-image-holder:before {
	padding-top: 60%
}
.featured-style-20 .penci-mag-featured-content,
.featured-style-21 .penci-mag-featured-content {
	text-align: center
}
.featured-style-22 .penci-image-holder:before {
	padding-top: 66.6667%
}
.featured-style-21 .wrapper-item .penci-item-0,
.featured-style-21 .wrapper-item .penci-item-4 {
	border-top: 4px solid transparent;
	width: 50%
}
.featured-style-22 .penci-item-1 .penci-mag-featured-content,
.featured-style-22 .penci-item-2 .penci-mag-featured-content,
.featured-style-23 .penci-item-1 .penci-mag-featured-content,
.featured-style-23 .penci-item-2 .penci-mag-featured-content {
	text-align: center
}
.featured-style-22 .penci-item-0 .penci-slide-overlay .penci-mag-featured-content,
.featured-style-22 .penci-item-3 .penci-slide-overlay .penci-mag-featured-content,
.featured-style-22 .penci-item-4 .penci-slide-overlay .penci-mag-featured-content,
.featured-style-22 .penci-item-5 .penci-slide-overlay .penci-mag-featured-content,
.featured-style-22 .penci-item-6 .penci-slide-overlay .penci-mag-featured-content,
.featured-style-23 .penci-item-0 .penci-slide-overlay .penci-mag-featured-content,
.featured-style-23 .penci-item-3 .penci-slide-overlay .penci-mag-featured-content,
.featured-style-23 .penci-item-4 .penci-slide-overlay .penci-mag-featured-content,
.featured-style-23 .penci-item-5 .penci-slide-overlay .penci-mag-featured-content {
	bottom: 12px;
	left: 0;
	width: 100%;
	padding: 0 15px;
	text-align: center
}
.featured-style-22 .penci-item-0 .penci-mag-featured-content h3 a,
.featured-style-22 .penci-item-3 .penci-mag-featured-content h3 a,
.featured-style-22 .penci-item-4 .penci-mag-featured-content h3 a,
.featured-style-22 .penci-item-5 .penci-mag-featured-content h3 a,
.featured-style-22 .penci-item-6 .penci-mag-featured-content h3 a,
.featured-style-23 .penci-item-0 .penci-mag-featured-content h3 a,
.featured-style-23 .penci-item-3 .penci-mag-featured-content h3 a,
.featured-style-23 .penci-item-4 .penci-mag-featured-content h3 a,
.featured-style-23 .penci-item-5 .penci-mag-featured-content h3 a {
	font-size: 14px;
	text-transform: none;
	letter-spacing: 0
}
.featured-style-23 .wrapper-item .penci-item-mag {
	float: left;
	display: inline-block;
	width: 25%;
	position: relative;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent
}
.featured-style-23 .wrapper-item .penci-item-1,
.featured-style-23 .wrapper-item .penci-item-2 {
	width: 50%;
	border-bottom: 4px solid transparent
}
.featured-style-23 .penci-image-holder:before {
	padding-top: 66.6667%
}
.featured-style-23 .penci-item-1 .penci-image-holder:before,
.featured-style-23 .penci-item-2 .penci-image-holder:before {
	padding-top: 60%
}
.featured-style-24 .wrapper-item .penci-item-mag {
	float: left;
	display: inline-block;
	width: 25%;
	position: relative;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent
}
.featured-style-24 .wrapper-item .penci-item-1,
.featured-style-24 .wrapper-item .penci-item-2 {
	width: 50%;
	border-bottom: 4px solid transparent
}
.featured-style-24 .wrapper-item .penci-item-2 {
	border-bottom: 4px solid transparent
}
.featured-style-24 .penci-image-holder:before {
	padding: 0;
	height: 192px
}
.featured-style-24 .penci-item-1 .penci-image-holder:before {
	height: 456px
}
.featured-style-24 .penci-item-2 .penci-image-holder:before {
	height: 260px
}
.featured-style-24 .penci-item-0 .penci-mag-featured-content h3 a,
.featured-style-24 .penci-item-3 .penci-mag-featured-content h3 a {
	font-size: 14px;
	letter-spacing: 0
}
.featured-style-24 .penci-item-2 .penci-mag-featured-content h3 a {
	font-size: 20px
}
.featured-style-24 .penci-item-1 .penci-mag-featured-content h3 a {
	font-size: 22px
}
.featured-style-25 .wrapper-item .penci-item-mag {
	float: left;
	display: inline-block;
	width: 33.33333%;
	position: relative;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent
}
.featured-style-25 .wrapper-item .penci-item-1 {
	width: 66.66666%
}
.featured-style-25 .wrapper-item .penci-item-2,
.featured-style-25 .wrapper-item .penci-item-3 {
	border-bottom: 4px solid transparent
}
.featured-style-25 .penci-image-holder:before {
	padding: 0;
	height: 170px
}
.featured-style-25 .penci-item-1 .penci-image-holder:before {
	height: 518px
}
.featured-style-25 .penci-item-1 .penci-mag-featured-content h3 a {
	font-size: 24px
}
.featured-style-26 .wrapper-item .penci-item-mag {
	float: left;
	display: inline-block;
	width: 25%;
	position: relative;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent
}
.featured-style-26 .wrapper-item .penci-item-1 {
	width: 50%
}
.featured-style-26 .wrapper-item .penci-item-2,
.featured-style-26 .wrapper-item .penci-item-3 {
	border-bottom: 4px solid transparent
}
.featured-style-26 .penci-image-holder:before {
	padding: 0;
	height: 238px
}
.featured-style-26 .penci-item-1 .penci-image-holder:before {
	height: 480px
}
.featured-style-26 .penci-item-1 .penci-mag-featured-content h3 a {
	font-size: 22px
}
.featured-style-26 .penci-item-0 .penci-mag-featured-content h3 a,
.featured-style-26 .penci-item-2 .penci-mag-featured-content h3 a,
.featured-style-26 .penci-item-3 .penci-mag-featured-content h3 a,
.featured-style-26 .penci-item-4 .penci-mag-featured-content h3 a {
	text-transform: none;
	letter-spacing: 0
}
.featured-style-27 .wrapper-item .penci-item-mag {
	float: left;
	display: inline-block;
	width: 33.33333%;
	position: relative;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent
}
.featured-style-27 .wrapper-item .penci-item-1 {
	width: 66.66666%
}
.featured-style-27 .wrapper-item .penci-item-1,
.featured-style-27 .wrapper-item .penci-item-2 {
	border-bottom: 4px solid transparent
}
.featured-style-27 .penci-image-holder:before {
	padding: 0;
	height: 260px
}
.featured-style-27 .penci-item-1 .penci-mag-featured-content h3 a {
	font-size: 22px
}
.featured-style-28 .wrapper-item {
	padding-left: 2px;
	padding-right: 2px
}
.featured-style-28 .wrapper-item .penci-item-mag {
	width: 300px
}
.featured-style-28 .penci-image-holder:before {
	padding-top: 66.6667%
}
.featured-style-28 .wrapper-item .penci-item-1 {
	width: 606px
}
.featured-style-28 .penci-slide-overlay .penci-mag-featured-content {
	opacity: 1
}
.featured-style-28 .wrapper-item .penci-item-2,
.featured-style-28 .wrapper-item .penci-item-4,
.featured-style-28 .wrapper-item .penci-item-6 {
	border-bottom: 4px solid transparent
}
.featured-style-28 .penci-item-0 .penci-mag-featured-content h3 a,
.featured-style-28 .penci-item-2 .penci-mag-featured-content h3 a,
.featured-style-28 .penci-item-3 .penci-mag-featured-content h3 a,
.featured-style-28 .penci-item-4 .penci-mag-featured-content h3 a,
.featured-style-28 .penci-item-5 .penci-mag-featured-content h3 a,
.featured-style-28 .penci-item-6 .penci-mag-featured-content h3 a {
	text-transform: none;
	letter-spacing: 0
}
.featured-style-28 .penci-item-1 .penci-mag-featured-content h3 a {
	font-size: 22px
}
.overlay-icon-format {
	position: absolute;
	text-align: center;
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 32px;
	top: 50%;
	left: 50%;
	margin: -18px 0 0 -18px;
	font-size: 14px;
	opacity: 0;
	color: rgba(255, 255, 255, .9);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	border: 2px solid rgba(255, 255, 255, .9);
	transform: scale(.5);
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5);
	z-index: 3;
	background: rgba(0, 0, 0, .3)
}
.overlay-icon-format.lager-size-icon {
	width: 42px;
	height: 42px;
	line-height: 38px;
	margin: -21px 0 0 -21px;
	font-size: 16px
}
.penci-item-mag:hover .overlay-icon-format {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1)
}
.overlay-icon-format i.fa-music {
	margin-right: 3px
}
.overlay-icon-format i.fa-play {
	margin-left: 2px
}
.featured-style-17 .penci-item-0 .overlay-icon-format,
.featured-style-17 .penci-item-1 .overlay-icon-format,
.featured-style-17 .penci-item-2 .overlay-icon-format,
.featured-style-17 .penci-item-4 .overlay-icon-format,
.featured-style-18 .penci-item-0 .overlay-icon-format,
.featured-style-18 .penci-item-1 .overlay-icon-format,
.featured-style-18 .penci-item-2 .overlay-icon-format,
.featured-style-18 .penci-item-4 .overlay-icon-format,
.featured-style-19 .penci-item-mag .overlay-icon-format,
.featured-style-20 .penci-item-0 .overlay-icon-format,
.featured-style-20 .penci-item-3 .overlay-icon-format,
.featured-style-20 .penci-item-4 .overlay-icon-format,
.featured-style-21 .penci-item-1 .overlay-icon-format,
.featured-style-21 .penci-item-2 .overlay-icon-format,
.featured-style-21 .penci-item-3 .overlay-icon-format,
.featured-style-22 .penci-item-0 .overlay-icon-format,
.featured-style-22 .penci-item-3 .overlay-icon-format,
.featured-style-22 .penci-item-4 .overlay-icon-format,
.featured-style-22 .penci-item-5 .overlay-icon-format,
.featured-style-22 .penci-item-6 .overlay-icon-format,
.featured-style-23 .penci-item-0 .overlay-icon-format,
.featured-style-23 .penci-item-3 .overlay-icon-format,
.featured-style-23 .penci-item-4 .overlay-icon-format,
.featured-style-23 .penci-item-5 .overlay-icon-format,
.featured-style-24 .penci-item-0 .overlay-icon-format,
.featured-style-24 .penci-item-2 .overlay-icon-format,
.featured-style-24 .penci-item-3 .overlay-icon-format,
.featured-style-25 .penci-item-0 .overlay-icon-format,
.featured-style-25 .penci-item-2 .overlay-icon-format,
.featured-style-25 .penci-item-3 .overlay-icon-format,
.featured-style-26 .penci-item-0 .overlay-icon-format,
.featured-style-26 .penci-item-2 .overlay-icon-format,
.featured-style-26 .penci-item-3 .overlay-icon-format,
.featured-style-26 .penci-item-4 .overlay-icon-format,
.featured-style-27 .penci-item-mag .overlay-icon-format,
.featured-style-6 .penci-item-0 .overlay-icon-format,
.featured-style-6 .penci-item-2 .overlay-icon-format {
	top: 20px;
	left: auto;
	right: 20px;
	margin: 0
}
.featured-style-29 .penci-image-holder:before {
	height: 550px;
	padding: 0
}
.featured-style-35 .penci-image-holder:before {
	height: 600px;
	padding: 0
}
.featured-style-29 .featured-slider-overlay {
	position: absolute;
	background: #000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .3;
	z-index: 1
}
.featured-style-29 .penci-featured-content {
	z-index: 5
}
.featured-style-29 .penci-featured-content .feat-text {
	width: 100%;
	max-width: var(--pcctain);
	margin: 0 auto;
	padding: 0
}
.featured-style-29 .penci-featured-content .feat-text h3 {
	position: relative;
	padding-bottom: 15px
}
.featured-style-29 .penci-featured-content .feat-text h3:before {
	width: 60px;
	height: 0;
	border-top: 1px solid #fff;
	left: 50%;
	margin-left: -30px;
	bottom: 0;
	content: "";
	position: absolute
}
.featured-style-29 .penci-featured-content .feat-text h3 a {
	font-size: 28px
}
.featured-style-29 .penci-featured-slider-button,
.featured-style-38 .penci-featured-slider-button,
.featured-style-39 .penci-featured-slider-button,
.featured-style-40 .penci-featured-slider-button,
.featured-style-41 .penci-featured-slider-button,
.featured-style-42 .penci-featured-slider-button,
.featured-style-44 .penci-featured-slider-button {
	margin-top: 20px;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-webkit-animation-duration: .7s;
	-moz-animation-duration: .7s;
	-ms-animation-duration: .7s;
	-o-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}
.featured-style-29 .penci-featured-slider-button a,
.featured-style-35 .penci-featured-slider-button a,
.featured-style-38 .penci-featured-slider-button a,
.featured-style-39 .penci-featured-slider-button a,
.featured-style-40 .penci-featured-slider-button a,
.featured-style-41 .penci-featured-slider-button a,
.featured-style-42 .penci-featured-slider-button a,
.featured-style-44 .penci-featured-slider-button a {
	height: 36px;
	line-height: 34px;
	padding: 0 15px;
	border: 1px solid #fff;
	color: #fff;
	font-family: var(--pchead-font);
	font-size: 12px;
	text-transform: uppercase;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	display: inline-block;
	vertical-align: top;
	font-weight: var(--pchead-wei);
	text-decoration: none !important
}
.featured-style-29 .penci-featured-slider-button a:hover,
.featured-style-35 .penci-featured-slider-button a:hover,
.featured-style-38 .penci-featured-slider-button a:hover,
.featured-style-39 .penci-featured-slider-button a:hover,
.featured-style-40 .penci-featured-slider-button a:hover,
.featured-style-41 .penci-featured-slider-button a:hover,
.featured-style-42 .penci-featured-slider-button a:hover,
.featured-style-44 .penci-featured-slider-button a:hover {
	background: #fff;
	color: #010101;
	text-decoration: none
}
.featured-style-29 .penci-featured-content .feat-text .featured-cat a {
	font-size: 14px
}
.featured-style-29 .penci-featured-content .feat-text {
	opacity: 1;
	animation-delay: 0s;
	-webkit-animation-delay: 0s
}
.featured-style-29 .penci-owl-carousel.penci-owl-loaded .active .penci-featured-content .feat-text {
	-webkit-animation-name: none;
	-moz-animation-name: none;
	-o-animation-name: none;
	animation-name: none
}
.featured-style-29 .penci-owl-carousel.penci-owl-loaded .active .penci-featured-content .feat-text h3,
.featured-style-29 .penci-owl-carousel.penci-owl-loaded .active .penci-featured-content .featured-cat,
.featured-style-29 .penci-owl-carousel.penci-owl-loaded .active .penci-featured-slider-button {
	-webkit-animation-name: pencifadeInUp;
	-moz-animation-name: pencifadeInUp;
	-o-animation-name: pencifadeInUp;
	animation-name: pencifadeInUp
}
.penci-featured-content-right {
	position: absolute;
	right: 0;
	width: 450px;
	top: 0;
	bottom: 0;
	height: 100%;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px
}
.penci-featured-content-right:before {
	background: #000;
	opacity: 0;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
	animation-delay: var(--pcfs-delay);
	-webkit-animation-delay: var(--pcfs-delay);
	-webkit-animation-duration: .6s;
	-moz-animation-duration: .6s;
	-ms-animation-duration: .6s;
	-o-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}
.featured-style-35 .penci-owl-carousel.penci-owl-loaded .active .penci-featured-content-right:before {
	-webkit-animation-name: pencifadeInUpDiv;
	-moz-animation-name: pencifadeInUpDiv;
	-o-animation-name: pencifadeInUpDiv;
	animation-name: pencifadeInUpDiv
}
@-webkit-keyframes pencifadeInUpDiv {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 450px, 0);
		transform: translate3d(0, 450px, 0)
	}
	100% {
		opacity: .7;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes pencifadeInUpDiv {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 450px, 0);
		transform: translate3d(0, 450px, 0)
	}
	100% {
		opacity: .7;
		-webkit-transform: none;
		transform: none
	}
}
.feat-text-right {
	position: absolute;
	display: block;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
	left: 0;
	padding-left: 20px;
	padding-right: 20px
}
.featured-style-35 .penci-featured-content-right {
	z-index: 5
}
.featured-style-35 .feat-text-right h3 a {
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none
}
.featured-style-35 .featured-cat {
	margin-bottom: 5px
}
.featured-style-35 .cat>a.penci-cat-name {
	color: #fff
}
.featured-style-35 .featured-content-excerpt {
	margin-top: 7px
}
.featured-content-excerpt .sd-sharing-enabled {
	display: none
}
.featured-style-35 .featured-content-excerpt p {
	color: #fff;
	line-height: 1.6;
	opacity: .85;
	margin-top: 10px;
	font-size: 14px
}
.featured-style-35 .penci-featured-slider-button {
	margin-top: 25px
}
.featured-style-35 .feat-text-right h3,
.featured-style-35 .featured-cat,
.featured-style-35 .featured-content-excerpt,
.featured-style-35 .penci-featured-slider-button,
.featured-style-37 .penci-item-1 .feat-meta,
.featured-style-37 .penci-item-1 .feat-text h3,
.featured-style-37 .penci-item-1 .featured-cat {
	-webkit-animation-duration: .5s;
	-moz-animation-duration: .5s;
	-ms-animation-duration: .5s;
	-o-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}
.featured-style-35 .penci-owl-carousel.penci-owl-loaded .active .feat-text-right h3,
.featured-style-35 .penci-owl-carousel.penci-owl-loaded .active .featured-cat,
.featured-style-35 .penci-owl-carousel.penci-owl-loaded .active .featured-content-excerpt,
.featured-style-35 .penci-owl-carousel.penci-owl-loaded .active .penci-featured-slider-button,
.featured-style-37 .penci-owl-carousel.penci-owl-loaded .active .feat-text .feat-meta,
.featured-style-37 .penci-owl-carousel.penci-owl-loaded .active .feat-text h3,
.featured-style-37 .penci-owl-carousel.penci-owl-loaded .active .featured-cat {
	-webkit-animation-name: pencifadeInUpSmall;
	-moz-animation-name: pencifadeInUpSmall;
	-o-animation-name: pencifadeInUpSmall;
	animation-name: pencifadeInUpSmall
}
.feat-text-right>:nth-child(1) {
	animation-delay: calc(var(--pcfs-delay) + .4s)
}
.feat-text-right>:nth-child(2) {
	animation-delay: calc(var(--pcfs-delay) + .6s)
}
.feat-text-right>:nth-child(3) {
	animation-delay: calc(var(--pcfs-delay) + .8s)
}
.feat-text-right>:nth-child(4) {
	animation-delay: calc(var(--pcfs-delay) + 1s)
}
.feat-text-right>:nth-child(5) {
	animation-delay: calc(var(--pcfs-delay) + 1.2s)
}
.featured-style-35 .featured-content-excerpt .feat-meta span {
	color: #fff;
	font-size: 13px
}
.featured-style-35 .featured-content-excerpt .feat-meta>span:after {
	content: "";
	display: inline-block;
	margin: 0 8px 0 12px;
	width: 0;
	height: 10px;
	border-left: 1px solid;
	opacity: .35;
	color: inherit
}
.featured-style-35 .featured-content-excerpt .feat-meta>span:last-child:after {
	content: none
}
.featured-style-35 .featured-content-excerpt .feat-meta span a {
	color: #fff;
	font-size: inherit;
	text-decoration: none !important
}
.featured-style-35.style-36 .penci-image-holder:before {
	height: 550px;
	padding: 0
}
.featured-style-35.style-36 .penci-featured-content-right {
	width: 420px
}
.featured-style-37 .penci-featured-items-right>.item:first-child {
	margin-bottom: 11px
}
.featured-style-37 .penci-slide-overlay .penci-mag-featured-content {
	opacity: 1;
	text-align: center
}
.featured-style-37 .penci-owl-carousel .penci-owl-dots {
	bottom: 11px
}
.featured-style-37 .penci-item-1 .penci-slide-overlay .penci-mag-featured-content {
	bottom: 46px
}
.featured-style-37 .penci-owl-carousel[data-dots=false] .penci-item-1 .penci-slide-overlay .penci-mag-featured-content {
	bottom: 16px
}
.featured-style-37 .penci-item-1 .feat-meta,
.featured-style-37 .penci-item-1 .feat-text h3,
.featured-style-37 .penci-item-1 .featured-cat {
	opacity: 0
}
.featured-style-38 .penci-owl-carousel .item {
	width: 450px;
	width: 25vw
}
.featured-style-38 .penci-image-holder:before {
	padding-top: 120%
}
.penci-slider38-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .4;
	z-index: 1;
	transition: opacity .3s;
	-webkit-transition: opacity .3s
}
.featured-style-38 .item:hover .penci-slider38-overlay {
	opacity: .7
}
.featured-style-38 .penci-featured-content {
	z-index: 5
}
.featured-style-38 .penci-featured-slider-button {
	margin-top: 24px
}
.featured-slider-excerpt {
	margin-top: 7px
}
.featured-slider-excerpt p {
	color: #fff;
	line-height: 1.6
}
.featured-style-38 .penci-featured-content .feat-text,
.featured-style-38 .penci-owl-carousel .feat-text .feat-meta,
.featured-style-38 .penci-owl-carousel .feat-text .featured-cat,
.featured-style-38 .penci-owl-carousel .feat-text h3 {
	-webkit-animation-delay: 0 !important;
	-moz-animation-delay: 0 !important;
	-o-animation-delay: 0 !important;
	animation-delay: 0 !important;
	-webkit-animation-name: none !important;
	-moz-animation-name: none !important;
	-o-animation-name: none !important;
	animation-name: none !important;
	opacity: 1 !important
}
.post-entry .penci-featured-content .feat-text .feat-meta,
.post-entry .penci-featured-content .feat-text .featured-cat,
.post-entry .penci-mag-featured-content .cat,
.post-entry .penci-mag-featured-content .feat-meta,
.post-entry .penci-widget-slide-detail .slide-item-date {
	line-height: 1
}
.post-entry .featured-style-35 .feat-text-right h3,
.post-entry .penci-featured-content .feat-text h3,
.post-entry .penci-mag-featured-content h3,
.post-entry .penci-owl-featured-area .feat-text h3,
.post-entry .penci-widget-slider h4 {
	margin-bottom: 0
}
.post-entry .penci-widget-slider h4 a:hover {
	text-decoration: none
}
.penci-image-holder {
	position: relative;
	width: 100%;
	background: #f5f5f5;
	display: inline-block;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	overflow: hidden
}
.swiper-slide .penci-image-holder,
.swiper-slide a.penci-image-holder {
	display: block
}
.penci-image-holder:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 66.6667%;
	background: 0 0 !important;
	box-shadow: none !important
}
.penci-image-holder.penci-list-nocrop-thumb:before {
	content: none;
	padding-top: 0
}
.owl-lazy[src*="20xmlns='http://www.w3.org/2000/svg'"],
.penci-holder-load:not([style*=background-image]),
.penci-image-holder:not([style*=background-image]),
.penci-lazy:not(.lazyloaded),.penci-lazy[src*="20xmlns='http://www.w3.org/2000/svg'"],.penci-lazy[src*=penci-holder] {
	background-image: linear-gradient(to left, #f5f5f5 0, #efefef 15%, #f5f5f5 40%, #f5f5f5 100%);
	background-repeat: no-repeat !important;
	background-color: #f5f5f5;
	background-size: 900px 1700px !important;
	animation: pencipreload .6s infinite linear forwards;
	-webkit-animation: pencipreload .6s infinite linear forwards
}
.penci-image-holder img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover
}
.penci-lazy[src*=penci-holder] {
	width: 100%;
	height: auto
}
.holder-square.penci-lazy[src*=penci-holder] {
	height: 0;
	padding-bottom: 100%
}
.about-widget img.penci-lazy[src*=penci-holder] {
	opacity: 0
}
.instagram-square-lazy.penci-lazy[src*=penci-holder] {
	height: 0 !important;
	padding-bottom: 100% !important
}
.footer-widget-wrapper .thumbnails.no-border .instagram-square-lazy.penci-lazy[src*=penci-holder],
.penci-sidebar-content .thumbnails.no-border .instagram-square-lazy.penci-lazy[src*=penci-holder] {
	margin: 5px !important;
	width: calc(100% - 10px) !important
}
@-webkit-keyframes pencipreload {
	from {
		background-position: -800px 0
	}
	to {
		background-position: 100px 0
	}
}
@keyframes pencipreload {
	from {
		background-position: -800px 0
	}
	to {
		background-position: 100px 0
	}
}
.penci-image-holder.small-fix-size {
	width: 120px
}
.penci-image-holder.square-fix-size:before {
	padding-top: 100%
}
.penci-image-holder.rectangle-fix-size:before {
	padding-top: 128%
}
.penci-image-holder.slider-style-1-fix {
	height: 600px
}
.penci-image-holder.slider-style-2-fix {
	width: 900px
}
.penci-image-holder.slider-style-2-fix:before {
	padding-top: 56.7%
}
.penci-image-holder.slider-style-7-fix:before {
	padding-top: 56.6667%
}
.penci-image-holder.slider-style-3-fix {
	height: 560px
}
.featured-style-31 .penci-image-holder:before,
.featured-style-32 .penci-image-holder:before {
	content: none
}
.pencislider-item .penci-image-holder {
	position: relative
}
.pencislider-item .penci-image-holder a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 1
}
.pencislider-container {
	position: absolute;
	display: block;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 40px;
	z-index: 5
}
.pencislider-container .pencislider-content {
	display: block;
	margin: 0 auto;
	max-width: var(--pcctain)
}
.pencislider-container .pencislider-content .pencislider-title {
	font-family: var(--pchead-font);
	font-size: 30px;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 0;
	font-weight: var(--pchead-wei)
}
.pencislider-container .pencislider-content .pencislider-title a {
	color: inherit;
	font-size: inherit
}
.pencislider-container .pencislider-content .pencislider-title span {
	display: inline-block;
	vertical-align: top;
	padding: 5px 12px;
	color: inherit;
	font-size: inherit;
	background-color: rgba(0, 0, 0, .4)
}
.pencislider-container .pencislider-content .pencislider-caption {
	font-size: 16px;
	line-height: 1.3em;
	margin: 15px 0 0
}
.pencislider-container .pencislider-content .pencislider-caption span {
	display: inline-block;
	vertical-align: top;
	padding: 5px 12px;
	color: inherit;
	font-size: inherit;
	background-color: rgba(0, 0, 0, .4)
}
.pencislider-container .pencislider-content .penci-button {
	margin: 25px 0 0;
	background: 0 0;
	padding: 0;
	vertical-align: top;
	max-width: 100%
}
.pencislider-container .pencislider-content .pencislider-button {
	text-decoration: none;
	display: inline-block;
	padding: 11px 20px 11px;
	text-transform: uppercase;
	transition: opacity .3s;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	font-family: var(--pchead-font);
	cursor: pointer;
	font-size: 14px;
	line-height: 1.3;
	border: none;
	position: relative;
	font-weight: var(--pchead-wei)
}
.pencislider-container .pencislider-content .pencislider-button:hover {
	opacity: .9
}
.pencislider-container .pencislider-caption,
.pencislider-container .pencislider-content .penci-button,
.pencislider-container .pencislider-title {
	text-align: left;
	opacity: 0;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s
}
.pencislider-container.align-center .penci-button,
.pencislider-container.align-center .pencislider-caption,
.pencislider-container.align-center .pencislider-title {
	text-align: center
}
.pencislider-container.align-right .penci-button,
.pencislider-container.align-right .pencislider-caption,
.pencislider-container.align-right .pencislider-title {
	text-align: right
}
.pencislider-container .pencislider-content>:nth-child(1) {
	animation-delay: var(--pcfs-delay)
}
.pencislider-container .pencislider-content>:nth-child(2) {
	animation-delay: calc(var(--pcfs-delay) + .2s)
}
.pencislider-container .pencislider-content>:nth-child(3) {
	animation-delay: calc(var(--pcfs-delay) + .4s)
}
@-webkit-keyframes pencifadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -40px, 0);
		transform: translate3d(0, -40px, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes pencifadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -40px, 0);
		transform: translate3d(0, -40px, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
.featured-area .active .pencislider-container.penci-fadeInDown .pencislider-caption,
.featured-area .active .pencislider-container.penci-fadeInDown .pencislider-content .penci-button,
.featured-area .active .pencislider-container.penci-fadeInDown .pencislider-title {
	-webkit-animation-name: pencifadeInDown;
	-moz-animation-name: pencifadeInDown;
	-o-animation-name: pencifadeInDown;
	animation-name: pencifadeInDown
}
@-webkit-keyframes pencifadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes pencifadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@-webkit-keyframes pencifadeInUpSmall {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes pencifadeInUpSmall {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
.featured-area .active .pencislider-container.penci-fadeInUp .pencislider-caption,
.featured-area .active .pencislider-container.penci-fadeInUp .pencislider-content .penci-button,
.featured-area .active .pencislider-container.penci-fadeInUp .pencislider-title {
	-webkit-animation-name: pencifadeInUp;
	-moz-animation-name: pencifadeInUp;
	-o-animation-name: pencifadeInUp;
	animation-name: pencifadeInUp
}
@-webkit-keyframes pencifadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes pencifadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
.featured-area .active .pencislider-container.penci-fadeInLeft .pencislider-caption,
.featured-area .active .pencislider-container.penci-fadeInLeft .pencislider-content .penci-button,
.featured-area .active .pencislider-container.penci-fadeInLeft .pencislider-title {
	-webkit-animation-name: pencifadeInLeft;
	-moz-animation-name: pencifadeInLeft;
	-o-animation-name: pencifadeInLeft;
	animation-name: pencifadeInLeft
}
@-webkit-keyframes pencifadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(50px, 0, 0);
		transform: translate3d(50px, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes pencifadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(50px, 0, 0);
		transform: translate3d(50px, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
.featured-area .active .pencislider-container.penci-fadeInRight .pencislider-caption,
.featured-area .active .pencislider-container.penci-fadeInRight .pencislider-content .penci-button,
.featured-area .active .pencislider-container.penci-fadeInRight .pencislider-title {
	-webkit-animation-name: pencifadeInRight;
	-moz-animation-name: pencifadeInRight;
	-o-animation-name: pencifadeInRight;
	animation-name: pencifadeInRight
}
.penci-flat-overlay .penci-slide-overlay .overlay-link {
	background: 0 0 !important;
	opacity: 0 !important
}
.penci-flat-overlay .penci-slide-overlay .penci-mag-featured-content {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 17px 20px;
	width: 100%
}
.penci-flat-overlay .penci-slide-overlay .penci-mag-featured-content:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #000;
	opacity: .5;
	content: "";
	z-index: 1;
	-webkit-transition: opacity .4s ease 0s;
	-moz-transition: opacity .4s ease 0s;
	-o-transition: opacity .4s ease 0s;
	transition: opacity .4s ease 0s
}
.penci-flat-overlay .penci-item-mag:hover .penci-slide-overlay .penci-mag-featured-content:before {
	opacity: .7
}
.penci-flat-overlay .feat-text,
.penci-flat-overlay .penci-mag-featured-content .cat {
	position: relative;
	z-index: 5
}
.featured-style-22.penci-flat-overlay .penci-item-0 .penci-slide-overlay .penci-mag-featured-content,
.featured-style-22.penci-flat-overlay .penci-item-3 .penci-slide-overlay .penci-mag-featured-content,
.featured-style-22.penci-flat-overlay .penci-item-4 .penci-slide-overlay .penci-mag-featured-content,
.featured-style-22.penci-flat-overlay .penci-item-5 .penci-slide-overlay .penci-mag-featured-content,
.featured-style-22.penci-flat-overlay .penci-item-6 .penci-slide-overlay .penci-mag-featured-content,
.featured-style-23.penci-flat-overlay .penci-item-0 .penci-slide-overlay .penci-mag-featured-content,
.featured-style-23.penci-flat-overlay .penci-item-3 .penci-slide-overlay .penci-mag-featured-content,
.featured-style-23.penci-flat-overlay .penci-item-4 .penci-slide-overlay .penci-mag-featured-content,
.featured-style-23.penci-flat-overlay .penci-item-5 .penci-slide-overlay .penci-mag-featured-content {
	bottom: 0;
	padding: 10px 5px
}
.featured-style-28.penci-flat-overlay .penci-slide-overlay .penci-mag-featured-content {
	padding: 12px 15px
}
.featured-style-28.penci-flat-overlay .penci-item-1 .penci-slide-overlay .penci-mag-featured-content {
	padding: 17px 20px
}
.penci-owl-carousel:not(.penci-owl-loaded) {
	display: block
}
.penci-owl-carousel:not(.penci-owl-loaded) .penci-featured-content-right,
.penci-owl-carousel:not(.penci-owl-loaded)>.swiper-wrapper>div,
.penci-owl-carousel:not(.penci-owl-loaded)>.swiper-wrapper>figure,
.penci-owl-carousel:not(.penci-owl-loaded)>.swiper-wrapper>img,
.penci-owl-carousel:not(.penci-owl-loaded)>div {
	display: none
}
.penci-owl-carousel:not(.penci-owl-loaded)>.swiper-wrapper,
.penci-owl-carousel:not(.penci-owl-loaded)>.swiper-wrapper>div:first-child,
.penci-owl-carousel:not(.penci-owl-loaded)>.swiper-wrapper>figure:first-child,
.penci-owl-carousel:not(.penci-owl-loaded)>.swiper-wrapper>img:first-child {
	display: block
}
.penci-owl-carousel:not(.penci-owl-loaded)>.swiper-wrapper {
	overflow: hidden
}
.featured-style-2 .penci-owl-carousel:not(.penci-owl-loaded) .swiper-wrapper>.item {
	width: 900px;
	margin-left: auto;
	margin-right: auto
}
.featured-style-38 .penci-owl-carousel:not(.penci-owl-loaded) .swiper-wrapper>.item {
	width: 450px;
	width: 25vw;
	margin-left: auto;
	margin-right: auto;
	position: relative
}
@media only screen and (max-width:1200px) {
	.featured-style-38 .penci-owl-carousel:not(.penci-owl-loaded) .swiper-wrapper>.item {
		width: 400px
	}
}
@media only screen and (max-width:960px) {
	.featured-style-2 .penci-owl-carousel:not(.penci-owl-loaded) .swiper-wrapper>.item {
		width: 760px
	}
}
@media only screen and (max-width:767px) {
	.featured-style-2 .penci-owl-carousel:not(.penci-owl-loaded) .swiper-wrapper>.item {
		width: 480px
	}
}
@media only screen and (max-width:479px) {
	.featured-style-2 .penci-owl-carousel:not(.penci-owl-loaded) .swiper-wrapper>.item,
	.featured-style-38 .penci-owl-carousel:not(.penci-owl-loaded) .swiper-wrapper>.item {
		width: 360px
	}
}
.penci-owl-carousel:not(.penci-owl-loaded) .penci-featured-content {
	display: none
}
.penci-owl-carousel:not(.penci-owl-loaded):after,
.penci-owl-carousel:not(.penci-owl-loaded):before {
	content: "";
	clear: both;
	display: table
}
.penci-owl-carousel.penci-headline-posts:not(.penci-owl-loaded):after,
.penci-owl-carousel.penci-headline-posts:not(.penci-owl-loaded):before {
	content: none;
	clear: none;
	display: none
}
@media only screen and (min-width:1170px) {
	.penci-owl-carousel:not(.penci-owl-loaded)[data-item="6"] .swiper-wrapper>div {
		width: 16.666666%;
		float: left
	}
	.penci-owl-carousel:not(.penci-owl-loaded)[data-item="5"] .swiper-wrapper>div {
		width: 20%;
		float: left
	}
	.penci-owl-carousel:not(.penci-owl-loaded)[data-item="4"] .swiper-wrapper>div {
		width: 25%;
		float: left
	}
	.penci-owl-carousel:not(.penci-owl-loaded)[data-item="3"] .swiper-wrapper>div {
		width: 33.3333%;
		float: left
	}
	.penci-owl-carousel:not(.penci-owl-loaded)[data-item="2"] .swiper-wrapper>div {
		width: 50%;
		float: left
	}
	.penci-owl-carousel:not(.penci-owl-loaded)[data-item="2"] .swiper-wrapper>div:nth-child(2),
	.penci-owl-carousel:not(.penci-owl-loaded)[data-item="3"] .swiper-wrapper>div:nth-child(2),
	.penci-owl-carousel:not(.penci-owl-loaded)[data-item="3"] .swiper-wrapper>div:nth-child(3),
	.penci-owl-carousel:not(.penci-owl-loaded)[data-item="4"] .swiper-wrapper>div:nth-child(2),
	.penci-owl-carousel:not(.penci-owl-loaded)[data-item="4"] .swiper-wrapper>div:nth-child(3),
	.penci-owl-carousel:not(.penci-owl-loaded)[data-item="4"] .swiper-wrapper>div:nth-child(4),
	.penci-owl-carousel:not(.penci-owl-loaded)[data-item="5"] .swiper-wrapper>div:nth-child(2),
	.penci-owl-carousel:not(.penci-owl-loaded)[data-item="5"] .swiper-wrapper>div:nth-child(3),
	.penci-owl-carousel:not(.penci-owl-loaded)[data-item="5"] .swiper-wrapper>div:nth-child(4),
	.penci-owl-carousel:not(.penci-owl-loaded)[data-item="5"] .swiper-wrapper>div:nth-child(5),
	.penci-owl-carousel:not(.penci-owl-loaded)[data-item="6"] .swiper-wrapper>div:nth-child(2),
	.penci-owl-carousel:not(.penci-owl-loaded)[data-item="6"] .swiper-wrapper>div:nth-child(3),
	.penci-owl-carousel:not(.penci-owl-loaded)[data-item="6"] .swiper-wrapper>div:nth-child(4),
	.penci-owl-carousel:not(.penci-owl-loaded)[data-item="6"] .swiper-wrapper>div:nth-child(5),
	.penci-owl-carousel:not(.penci-owl-loaded)[data-item="6"] .swiper-wrapper>div:nth-child(6) {
		display: block
	}
}
@media only screen and (max-width:1169px) and (min-width:768px) {
	.penci-owl-carousel:not(.penci-owl-loaded)[data-tablet="4"] .swiper-wrapper>div {
		width: 25%;
		float: left
	}
	.penci-owl-carousel:not(.penci-owl-loaded)[data-tablet="4"] .swiper-wrapper>div:nth-child(2),
	.penci-owl-carousel:not(.penci-owl-loaded)[data-tablet="4"] .swiper-wrapper>div:nth-child(3),
	.penci-owl-carousel:not(.penci-owl-loaded)[data-tablet="4"] .swiper-wrapper>div:nth-child(4) {
		display: block
	}
	.penci-owl-carousel:not(.penci-owl-loaded)[data-tablet="3"] .swiper-wrapper>div {
		width: 33.3333%;
		float: left
	}
	.penci-owl-carousel:not(.penci-owl-loaded)[data-tablet="3"] .swiper-wrapper>div:nth-child(2),
	.penci-owl-carousel:not(.penci-owl-loaded)[data-tablet="3"] .swiper-wrapper>div:nth-child(3) {
		display: block
	}
	.penci-owl-carousel:not(.penci-owl-loaded)[data-tablet="2"] .swiper-wrapper>div {
		width: 50%;
		float: left
	}
	.penci-owl-carousel:not(.penci-owl-loaded)[data-tablet="2"] .swiper-wrapper>div:nth-child(2) {
		display: block
	}
}
@media only screen and (max-width:767px) and (min-width:481px) {
	.penci-owl-carousel:not(.penci-owl-loaded)[data-tabsmall="4"] .swiper-wrapper>div {
		width: 25%;
		float: left
	}
	.penci-owl-carousel:not(.penci-owl-loaded)[data-tabsmall="4"] .swiper-wrapper>div:nth-child(2),
	.penci-owl-carousel:not(.penci-owl-loaded)[data-tabsmall="4"] .swiper-wrapper>div:nth-child(3),
	.penci-owl-carousel:not(.penci-owl-loaded)[data-tabsmall="4"] .swiper-wrapper>div:nth-child(4) {
		display: block
	}
	.penci-owl-carousel:not(.penci-owl-loaded)[data-tabsmall="3"] .swiper-wrapper>div {
		width: 33.3333%;
		float: left
	}
	.penci-owl-carousel:not(.penci-owl-loaded)[data-tabsmall="3"] .swiper-wrapper>div:nth-child(2),
	.penci-owl-carousel:not(.penci-owl-loaded)[data-tabsmall="3"] .swiper-wrapper>div:nth-child(3) {
		display: block
	}
	.penci-owl-carousel:not(.penci-owl-loaded)[data-tabsmall="2"] .swiper-wrapper>div {
		width: 50%;
		float: left
	}
	.penci-owl-carousel:not(.penci-owl-loaded)[data-tabsmall="2"] .swiper-wrapper>div:nth-child(2) {
		display: block
	}
}
.pc-wrapbuilder-header {
	--pchb-socialw: 28px;
	--pchb-m-socialw: 28px
}
.pc-wrapbuilder-header .container {
	max-width: 100%;
}
.pc-wrapbuilder-header .container.container-1400 {
	max-width: var(--pcctain2);
}
.penci_nav_row {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	margin-left: -10px;
	margin-right: -10px
}
.pchb-boxed-layout .penci_nav_row {
	margin-left: 10px;
	margin-right: 10px
}
.penci_nav_normal {
	flex: 0 0 auto
}
.pcmiddle-center .penci_nav_center,
.pcmiddle-center .penci_nav_left,
.pcmiddle-center .penci_nav_right {
	display: flex;
	flex-direction: row;
	align-items: center
}
.pcmiddle-center .penci_nav_left,
.pcmiddle-center .penci_nav_right {
	flex: 1 1 0
}
.pcmiddle-center .penci_nav_left,
.pcmiddle-normal .penci_nav_alignleft {
	justify-content: flex-start
}
.pcmiddle-center .penci_nav_right,
.pcmiddle-normal .penci_nav_alignright {
	justify-content: flex-end
}
.pcmiddle-center .penci_nav_aligncenter,
.pcmiddle-normal .penci_nav_aligncenter {
	justify-content: center
}
.pcmiddle-normal .penci_nav_center {
	flex: 1 1 0
}
.pc-builder-menu .navigation {
	background-color: transparent;
	border: 0;
	height: auto
}
.penci-desktop-bottombar,
.penci-desktop-midbar,
.penci-desktop-sticky-bottom,
.penci-desktop-sticky-mid,
.penci-desktop-sticky-top,
.penci-desktop-topbar,
.penci-mobile-bottombar,
.penci-mobile-midbar,
.penci-mobile-topbar {
	padding-top: 10px;
	padding-bottom: 10px;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll
}
.penci-desktop-bottombar.pc-noel,
.penci-desktop-midbar.pc-noel,
.penci-desktop-sticky-bottom.pc-noel,
.penci-desktop-sticky-mid.pc-noel,
.penci-desktop-sticky-top.pc-noel,
.penci-desktop-topbar.pc-noel,
.penci-mobile-bottombar.pc-noel,
.penci-mobile-midbar.pc-noel,
.penci-mobile-topbar.pc-noel {
	padding-top: 0;
	padding-bottom: 0
}
.penci-desktop-bottombar,
.penci-desktop-bottomblock,
.penci-desktop-midbar,
.penci-desktop-topbar,
.penci-desktop-topblock {
	background-color: #fff
}
.penci-header-trans .penci-desktop-bottombar,
.penci-header-trans .penci-desktop-bottomblock,
.penci-header-trans .penci-desktop-midbar,
.penci-header-trans .penci-desktop-topbar,
.penci-header-trans .penci-desktop-topblock {
	background-color: transparent
}
.penci_header_overlap .penci-desktop-bottombar,
.penci_header_overlap .penci-desktop-bottomblock,
.penci_header_overlap .penci-desktop-midbar,
.penci_header_overlap .penci-desktop-topbar,
.penci_header_overlap .penci-desktop-topblock {
	background-color: transparent
}
.penci-desktop-bottombar.bg-transparent,
.penci-desktop-bottomblock.bg-transparent,
.penci-desktop-midbar.bg-transparent,
.penci-desktop-topbar.bg-transparent,
.penci-desktop-topblock.bg-transparent {
	background-color: transparent !important
}
.pc-wrapbuilder-header {
	margin-bottom: var(--pchd-mg)
}
.elementor-template-full-width .pc-wrapbuilder-header,
.page-template-page-fullwidth .pc-wrapbuilder-header {
	margin-bottom: 0
}
.pc-wrapbuilder-header .header-social .inner-header-social {
	display: flex;
	position: relative
}
.pc-wrapbuilder-header #penci_off_canvas .header-social .inner-header-social {
	display: inline-block
}
@media only screen and (max-width:479px) {
	#penci_off_canvas .penci-builder-element.header-social a {
		margin-bottom: 10px
	}
}
.pc-wrapbuilder-header .header-social.mobile-social .inner-header-social {
	justify-content: center
}
.single.penci-body-single-style-10 #header,
.single.penci-body-single-style-10 .pc-wrapbuilder-header,
.single.penci-body-single-style-5 #header,
.single.penci-body-single-style-5 .pc-wrapbuilder-header,
.single.penci-body-single-style-6 #header,
.single.penci-body-single-style-6 .pc-wrapbuilder-header {
	--pchd-mg: 40px
}
.navigation {
	background: #fff;
	height: 60px;
	z-index: 9999;
	width: 100%;
	-webkit-backface-visibility: hidden;
	border-bottom: 1px solid #ececec;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}
.navigation.pc-elehd-menu,
.navigation.mobile-menu {
	background-color: transparent;
	height: unset
}
.navigation.pc-elehd-menu {
	border: 0;
	display: flex;
}
.post-entry .navigation.pc-elehd-menu > ul {
	padding: 0;
	list-style: none;
}
.post-entry .navigation.pc-elehd-menu > ul li {
	list-style: none;
}
.navigation.pchdvertical-enabled .menu .sub-menu {
	top: 0;
	left: 100%;
}
.navigation.pchdvertical-enabled ul.menu > li.menu-item-has-children > a:after {
	content: '\f105';
}
.navigation.pchdvertical-enabled ul.menu > li {
	float: none; 
	display: block;
}
.wrapper-boxed.enable-boxed .navigation {
	transition: height .3s, box-shadow .3s;
	-webkit-transition: height .3s, box-shadow .3s;
	-moz-transition: height .3s, box-shadow .3s
}
.navigation.sticky-active {
	z-index: 99999
}
.navigation.header-layout-bottom {
	box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	-moz-box-shadow: 0 0 0 transparent;
	border-top: 1px solid #ececec
}
.is-sticky .navigation {
	box-shadow: 0 1px 5px rgba(190, 190, 190, .46);
	-webkit-box-shadow: 0 1px 5px rgba(190, 190, 190, .46);
	-moz-box-shadow: 0 1px 5px rgba(190, 190, 190, .46);
	border-color: transparent !important
}
.wrapper-boxed.enable-boxed .is-sticky .navigation {
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 100%;
	max-width: calc(var(--pcctain) + 60px)
}
.penci-body-boxed.penci-two-sidebar .wrapper-boxed.enable-boxed .is-sticky .navigation {
	max-width: calc(var(--pcctain2) + 30px)
}
.slicknav_menu {
	display: none
}
.navigation .container {
	position: relative;
	display: table;
	text-align: center
}
.navigation .container .inner-top-navigation {
	display: inline-block;
	vertical-align: top
}
.navigation .menu {
	float: left
}
.navigation .menu>ul>li,
.navigation ul.menu>li {
	display: inline-block;
	position: relative;
	float: left;
	margin-right: 30px
}
.navigation .menu>li:last-child,
.navigation .menu>ul>li:last-child {
	margin-right: 0
}
.navigation .menu>li>a,
.navigation .sub-menu>li>a {
	font-family: var(--pchead-font);
	font-size: 12px;
	color: #313131;
	text-transform: uppercase;
	display: inline-block;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	position: relative;
	font-weight: var(--pchead-wei);
	text-decoration: none
}
.navigation .menu>li>a {
	line-height: 58px
}
.navigation .menu>li>a>i,
.navigation .sub-menu li>a>i {
	font-size: 13px;
	margin-right: 5px
}
.navigation .menu>ul.sub-menu>li>a:before,
.navigation ul.menu>li>a:before {
	content: "";
	position: absolute;
	bottom: calc(50% - 12px);
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	left: 50%;
	height: 2px;
	width: 0;
	background: var(--pcaccent-cl)
}
.navigation .menu>ul>li:hover>a:before,
.navigation .menu>ul>li>a:hover:before,
.navigation ul.menu>li:hover>a:before,
.navigation ul.menu>li>a:hover:before {
	left: 0;
	width: 100%
}
.navigation .menu li.current-menu-item>a,
.navigation .menu li:hover>a,
.navigation .menu li>a:hover,
.navigation .menu>li.current-menu-ancestor>a,
.navigation .menu>li.current-menu-item>a,
.navigation .menu>li.current_page_item>a {
	color: var(--pcaccent-cl)
}
.navigation .menu>ul>li>a>img,
.navigation ul.menu>li>a>img {
	vertical-align: middle
}
.navigation .button-menu-mobile {
	display: none;
	float: left;
	text-align: center;
	color: #313131;
	font-size: 21px;
	cursor: pointer;
	transition: color .3s;
	-webkit-transition: color .3s;
	-moz-transition: color .3s
}
@media only screen and (max-width:960px) {
	.penci-hlogo-center .penci-mobile-hlogo {
		float: none;
		margin: 0;
		position: absolute;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		z-index: 10
	}
	.penci-mobile-hlogo {
		display: inline-block
	}
}
.pb-logo-sidebar-mobile {
	text-align: center
}
.navigation .menu .children,
.navigation .menu .sub-menu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 0;
	z-index: 9999;
	box-shadow: 0 3px 3px rgba(190, 190, 190, .6);
	-webkit-box-shadow: 0 3px 3px rgba(190, 190, 190, .6);
	-moz-box-shadow: 0 3px 3px rgba(190, 190, 190, .6);
	border-top: 1px solid #ececec;
	margin-top: 0;
	background: #fff
}
body.penci-hsubmenu-overlay .navigation .menu .children,
body.penci-hsubmenu-overlay .navigation .menu .sub-menu {
	box-shadow: 0 3px 3px rgba(34, 33, 33, 0.6);
	-webkit-box-shadow: 0 3px 3px rgba(34, 33, 33, 0.6);
	-moz-box-shadow: 0 3px 3px rgba(34, 33, 33, 0.6);
}
.navigation ul.menu ul.sub-menu li a {
	margin: 0 20px;
	padding: 12px 0;
	font-size: 12px;
	min-width: 200px;
	line-height: 1.4;
	-moz-transition: color .3s, background-color .3s;
	-webkit-transition: color .3s, background-color .3s;
	transition: color .3s, background-color .3s;
	border-bottom: 1px solid #e0e0e0;
	text-align: left;
	border-left: none !important;
	position: relative;
	overflow: hidden;
	vertical-align: top
}
.navigation ul.menu ul ul.sub-menu li,
.navigation ul.menu ul.sub-menu li {
	padding-right: 0;
	margin-right: 0;
	float: none;
	position: relative;
	width: 100%
}
.navigation .menu ul.sub-menu>li:last-child>a {
	border-bottom: none
}
.navigation .menu .children ul,
.navigation .menu .sub-menu ul {
	left: 100%;
	top: 0
}
.navigation .menu li.penci-mega-menu {
	position: static !important
}
#navigation .menu li.penci-block-mega.penci-megapos-center,
#navigation .menu li.penci-block-mega.penci-megapos-flexible,
.navigation .menu li.penci-block-mega.penci-megapos-center,
.navigation .menu li.penci-block-mega.penci-megapos-flexible {
	position: relative !important
}
li.penci-mega-menu>ul.sub-menu {
	display: none
}
#sidebar-nav li.penci-mega-menu .penci-content-megamenu,
.penci-menu-hbg li.penci-mega-menu .penci-content-megamenu {
	display: none !important
}
.navigation .menu li.penci-mega-menu>ul.sub-menu {
	width: 100%;
	padding: 0 !important;
	clear: both;
	display: block
}
.navigation .menu li.penci-block-mega.penci-mg-fullwidth {
	position: static !important;
	--pcctnspc: 0;
}
.navigation .menu li.penci-block-mega.penci-mg-fullwidth>.penci-dropdown-menu {
	width: 100vw !important;
	left: calc((100vw - var(--pcctain))/ 2 * -1 + 10px - var(--pcctnspc)) !important
}
.navigation .menu li.penci-block-mega.penci-mg-fullwidth>.penci-dropdown-menu>.container {
	width: 100%
}
.navigation .penci-megamenu {
	width: 100%;
	display: table
}
.navigation .penci-megamenu .penci-mega-child-categories {
	width: 230px;
	display: table-cell;
	vertical-align: top;
	background: #fff;
	padding: 20px 0;
	position: relative
}
.navigation .penci-megamenu .penci-mega-child-categories.pcmit-bottom {
	display: table-footer-group;
	width: 100%;
	text-align: center
}
.navigation .penci-megamenu .penci-mega-child-categories.pcmit-top {
	display: table-row;
	width: 100%;
	text-align: center
}
.navigation .penci-megamenu .penci-mega-child-categories:after {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ececec
}
.navigation ul.sub-menu .penci-megamenu .penci-mega-child-categories a {
	min-width: 0;
	display: block;
	font-size: 12px;
	text-align: right;
	line-height: 1.4em;
	margin: 0;
	padding: 12px 20px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	position: relative
}
.navigation ul.sub-menu .penci-megamenu .penci-mega-child-categories.pcmit-bottom a,
.navigation ul.sub-menu .penci-megamenu .penci-mega-child-categories.pcmit-top a {
	display: inline-block
}
.navigation ul.sub-menu .penci-megamenu .penci-mega-child-categories a.cat-active {
	border-top-color: #ececec;
	border-bottom-color: #ececec;
	background: #fff;
	color: var(--pcaccent-cl);
	z-index: 10;
	position: relative
}
#navigation ul.sub-menu .penci-megamenu .penci-mega-child-categories.pcmit-bottom a.cat-active,
.navigation ul.sub-menu .penci-megamenu .penci-mega-child-categories.pcmit-bottom a.cat-active {
	border-bottom-color: transparent
}
#navigation ul.sub-menu .penci-megamenu .penci-mega-child-categories.pcmit-top a.cat-active,
.navigation ul.sub-menu .penci-megamenu .penci-mega-child-categories.pcmit-top a.cat-active {
	border-top-color: transparent
}
.navigation .penci-megamenu .penci-mega-child-categories a.cat-active:before {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	z-index: 1;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none
}
.navigation .penci-megamenu .penci-content-megamenu {
	display: table-cell
}
.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts {
	padding: 20px 10px 0 10px
}
.navigation .penci-megamenu .penci-content-megamenu .penci-mega-row {
	width: 100%;
	display: none;
	vertical-align: top
}
.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts .penci-mega-post {
	width: 20%;
	padding: 0 10px;
	float: left;
	margin-bottom: 15px;
	position: relative
}
.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-4 .penci-mega-post {
	width: 25%
}
.navigation .penci-megamenu .penci-content-megamenu:not(.pcmis-5) .penci-mega-latest-posts.col-mn-4 .penci-mega-post:nth-child(4n+1),
.navigation .penci-megamenu .penci-content-megamenu:not(.pcmis-5) .penci-mega-latest-posts.col-mn-5 .penci-mega-post:nth-child(5n+1) {
	clear: both
}
.navigation .penci-megamenu .pcmit-side+.penci-content-megamenu .penci-mega-latest-posts.col-mn-4 .penci-mega-post:nth-child(4n+1),
.navigation .penci-megamenu .pcmit-side+.penci-content-megamenu .penci-mega-latest-posts.col-mn-5 .penci-mega-post:nth-child(5n+1) {
	clear: both /* fix issue */
}
.penci-megamenu .penci-image-holder:before {
	padding-top: 66.6667%
}
@media only screen and (min-width:1800px) {
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7 .penci-mega-post {
		width: 14.2857%
	}
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6 .penci-mega-post {
		width: 16.66666%
	}
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6 .penci-mega-post:nth-child(6n+1),
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7 .penci-mega-post:nth-child(7n+1) {
		clear: both
	}
}
@media only screen and (max-width:1799px) and (min-width:1500px) {
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7 .penci-mega-post {
		width: 16.66666%
	}
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6 .penci-mega-post {
		width: 20%
	}
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6 .penci-mega-post:nth-child(5n+1),
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7 .penci-mega-post:nth-child(6n+1) {
		clear: both
	}
	.navigation .penci-megamenu .penci-content-megamenu.pcmis-5 .penci-mega-latest-posts.col-mn-6 .penci-mega-post:nth-child(5n+1) {
		clear: none
	}
}
@media only screen and (max-width:1799px) {
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-1 .penci-mega-post:nth-child(6),
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-2 .penci-mega-post:nth-child(11),
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-2 .penci-mega-post:nth-child(12),
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-3 .penci-mega-post:nth-child(16),
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-3 .penci-mega-post:nth-child(17),
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-3 .penci-mega-post:nth-child(18),
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-1 .penci-mega-post:nth-child(7),
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-2 .penci-mega-post:nth-child(13),
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-2 .penci-mega-post:nth-child(14),
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-3 .penci-mega-post:nth-child(19),
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-3 .penci-mega-post:nth-child(20),
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-3 .penci-mega-post:nth-child(21) {
		display: none
	}
}
@media only screen and (max-width:1499px) and (min-width:1170px) {
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7 .penci-mega-post {
		width: 20%
	}
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6 .penci-mega-post {
		width: 25%
	}
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6 .penci-mega-post:nth-child(4n+1),
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7 .penci-mega-post:nth-child(5n+1) {
		clear: both
	}
}
@media only screen and (max-width:1499px) {
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-1 .penci-mega-post:nth-child(5),
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-2 .penci-mega-post:nth-child(10),
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-2 .penci-mega-post:nth-child(9),
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-3 .penci-mega-post:nth-child(13),
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-3 .penci-mega-post:nth-child(14),
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-3 .penci-mega-post:nth-child(15),
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-1 .penci-mega-post:nth-child(6),
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-2 .penci-mega-post:nth-child(11),
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-2 .penci-mega-post:nth-child(12),
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-3 .penci-mega-post:nth-child(16),
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-3 .penci-mega-post:nth-child(17),
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-3 .penci-mega-post:nth-child(18) {
		display: none
	}
}
@media only screen and (max-width:1169px) {
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7 .penci-mega-post {
		width: 25%
	}
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6 .penci-mega-post {
		width: 33.33333%
	}
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6 .penci-mega-post:nth-child(3n+1),
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7 .penci-mega-post:nth-child(4n+1) {
		clear: both
	}
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-1 .penci-mega-post:nth-child(4),
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-2 .penci-mega-post:nth-child(7),
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-2 .penci-mega-post:nth-child(8),
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-3 .penci-mega-post:nth-child(10),
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-3 .penci-mega-post:nth-child(11),
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-6.mega-row-3 .penci-mega-post:nth-child(12),
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-1 .penci-mega-post:nth-child(5),
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-2 .penci-mega-post:nth-child(10),
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-2 .penci-mega-post:nth-child(9),
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-3 .penci-mega-post:nth-child(13),
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-3 .penci-mega-post:nth-child(14),
	.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-7.mega-row-3 .penci-mega-post:nth-child(15) {
		display: none
	}
}
.navigation .penci-megamenu .penci-mega-thumbnail {
	display: block;
	margin: 0 0 17px 0;
	position: relative
}
.navigation .penci-megamenu .penci-mega-thumbnail a {
	width: 100%
}
.navigation .penci-megamenu .penci-mega-thumbnail .mega-cat-name {
	font-size: 10px;
	background: var(--pcaccent-cl);
	text-transform: uppercase;
	position: absolute;
	display: inline-block;
	padding: 0 6px;
	color: #fff;
	top: 0;
	left: 0;
	z-index: 3;
	height: 18px;
	font-weight: 400;
	text-align: center;
	line-height: 18px
}
.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts .penci-mega-post a {
	margin: 0;
	padding: 0;
	min-width: 0;
	border-bottom: none;
	position: relative
}
.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts .penci-mega-thumbnail a {
	transition: opacity .3s;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s
}
.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts .penci-mega-thumbnail a:hover {
	opacity: .8
}
.navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts .penci-mega-thumbnail .mega-cat-name a {
	font-size: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
	color: inherit !important;
	opacity: 1;
	padding: 0;
	margin: 0;
	text-transform: none;
	letter-spacing: 0
}
.navigation .penci-megamenu .penci-mega-thumbnail img {
	width: 100%;
	height: auto
}
.navigation .penci-megamenu .post-mega-title {
	text-align: center;
	margin: 0
}
.navigation .penci-megamenu .post-mega-title a {
	text-align: center
}
.navigation .penci-megamenu .penci-mega-date {
	line-height: 1;
	font-size: 12px;
	color: #999;
	text-align: center;
	margin-top: 6px
}
.navigation ul.menu>li.megamenu {
	position: static
}
.navigation ul.menu>li.megamenu>ul.sub-menu {
	width: var(--pcctain);
	padding: 15px 0;
	display: table;
	table-layout: fixed;
	background: #fff;
	left: 0
}
.navigation ul.menu>li.megamenu>ul.sub-menu>li {
	min-width: 200px;
	max-width: 300px;
	display: table-cell;
	vertical-align: top;
	padding: 0 5px;
	margin: 0;
	position: relative
}
.navigation ul.menu>li.megamenu>ul.sub-menu>li:before {
	left: 0;
	content: "";
	position: absolute;
	top: 15px;
	bottom: 15px;
	width: 1px;
	display: block;
	background: #e0e0e0
}
.navigation ul.menu>li.megamenu>ul.sub-menu>li:first-child:before {
	content: none;
	display: none
}
.navigation ul.menu>li.megamenu>ul.sub-menu>li>a {
	margin: 0 20px;
	border-bottom: 1px solid #e0e0e0;
	display: none
}
.navigation ul.menu>li.megamenu>ul.sub-menu>li>ul.sub-menu {
	visibility: visible;
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	position: static;
	border: none
}
.navigation ul.menu>li.megamenu>ul.sub-menu>li>ul.sub-menu li,
.navigation ul.menu>li.megamenu>ul.sub-menu>li>ul.sub-menu li a {
	display: block
}
.navigation.menu-style-2 .menu>ul>li>a:before,
.navigation.menu-style-2 ul.menu>li>a:before {
	content: none;
	display: none
}
.navigation .menu>ul.sub-menu>li.menu-item-has-children>a:after,
.navigation .menu>ul.sub-menu>li.penci-mega-menu>a:after,
.navigation ul.menu>li.menu-item-has-children>a:after,
.navigation ul.menu>li.penci-mega-menu>a:after {
	font-family: FontAwesome;
	content: "\f107";
	margin-left: 5px;
	color: inherit;
	font-size: 13px;
	font-weight: 400;
	width: auto;
	display: inline-block;
	vertical-align: top;
	line-height: inherit
}
.penci-fawesome-ver5 .navigation .menu>ul>li.menu-item-has-children>a:after,
.penci-fawesome-ver5 .navigation .menu>ul>li.penci-mega-menu>a:after,
.penci-fawesome-ver5 .navigation ul.menu>li.menu-item-has-children>a:after,
.penci-fawesome-ver5 .navigation ul.menu>li.penci-mega-menu>a:after {
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	font-weight: 900
}
.navigation.menu-style-2 .menu .children,
.navigation.menu-style-2 .menu .sub-menu {
	border-top: 4px solid #e0e0e0;
	padding: 8px 0
}
.navigation.menu-style-2 ul.menu ul.sub-menu:before {
	width: 0;
	height: 4px;
	top: -4px;
	position: absolute;
	background: var(--pcaccent-cl);
	left: 0;
	-webkit-transition: width .4s cubic-bezier(.87, .02, .23, 1);
	-webkit-transition: width .4s cubic-bezier(.87, .02, .23, 1.005);
	-moz-transition: width .4s cubic-bezier(.87, .02, .23, 1.005);
	-o-transition: width .5s cubic-bezier(.87, .02, .23, 1.005);
	transition: width .5s cubic-bezier(.87, .02, .23, 1.005);
	content: "";
	transition-delay: .3s;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s
}
.navigation.menu-style-2 .menu ul li:hover>ul.sub-menu:before,
.navigation.menu-style-2 ul.menu li:hover>ul.sub-menu:before {
	width: 100%
}
.navigation.menu-style-2 ul.menu ul.sub-menu a {
	padding: 8px 0;
	border: none !important
}
.navigation.menu-style-2 .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts {
	padding: 0
}
.navigation.menu-style-2 .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts .penci-mega-post {
	margin: 0;
	position: relative;
	z-index: 5
}
.navigation.menu-style-2 .penci-megamenu .penci-content-megamenu.pcmis-1 .penci-mega-latest-posts .penci-mega-post {
	padding: 0 0 15px;
}
#navigation.menu-style-2 .penci-megamenu .penci-content-megamenu:not(.pcmis-1) .penci-mega-latest-posts .penci-mega-post,
.navigation.menu-style-2 .penci-megamenu .penci-content-megamenu:not(.pcmis-1) .penci-mega-latest-posts .penci-mega-post {
	padding-top: 15px;
	padding-bottom: 15px;
}
.navigation.menu-style-2 .penci-megamenu .penci-mega-thumbnail {
	position: relative;
	z-index: 5
}
.navigation.menu-style-2 .penci-megamenu .penci-mega-meta {
	padding: 0 5px
}
.navigation.menu-style-2 .penci-megamenu .post-mega-title {
	line-height: 1
}
.menu-style-2 .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts .penci-mega-post:before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #f1f1f2;
	z-index: 1
}
.navigation.menu-style-2 .penci-megamenu .penci-mega-thumbnail .mega-cat-name {
	bottom: 0;
	top: auto
}
.navigation.menu-style-2 .penci-megamenu .penci-mega-child-categories {
	padding: 12px 0
}
.navigation.menu-style-2 .penci-megamenu .penci-mega-child-categories:after {
	background-color: #f1f1f2
}
.navigation.menu-style-2 ul.sub-menu .penci-megamenu .penci-mega-child-categories a {
	min-width: 0;
	display: block;
	text-align: left;
	line-height: 1.4em;
	margin: 0;
	padding: 6px 0 6px 20px;
	position: relative;
	border: none;
	background-color: inherit;
	z-index: 0
}
.navigation.menu-style-2 ul.sub-menu .penci-megamenu .penci-mega-child-categories.pcmit-bottom a,
.navigation.menu-style-2 ul.sub-menu .penci-megamenu .penci-mega-child-categories.pcmit-top a {
	padding-top: 20px;
	padding-bottom: 20px
}
.navigation.menu-style-2 ul.sub-menu .penci-megamenu .penci-mega-child-categories.pcmit-bottom a,
.navigation.menu-style-2 ul.sub-menu .penci-megamenu .penci-mega-child-categories.pcmit-top a {
	display: inline-block
}
.navigation.menu-style-2 .penci-megamenu .penci-mega-child-categories a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -.5px;
	-webkit-transition: width .4s ease-in-out;
	-o-transition: width .4s ease-in-out;
	transition: width .4s ease-in-out;
	border-bottom: 1px solid;
	width: 0;
	opacity: .3;
	left: 20px;
	z-index: 1;
	box-shadow: none;
	-webkit-box-shadow: none;
	color: inherit
}
.navigation.menu-style-2 .penci-megamenu .penci-mega-child-categories a:hover:after {
	width: calc(100% + 20px)
}
.navigation.menu-style-2 .penci-megamenu .penci-mega-child-categories a span {
	position: relative;
	z-index: 2;
	background-color: inherit;
	padding-right: 20px;
	display: inline-block
}
.navigation.menu-style-2 .penci-megamenu .penci-mega-child-categories a.all-style:before {
	content: "";
	background: #f1f1f2;
	width: 24px;
	display: block;
	height: 1px;
	margin: 4px 0 17px;
	opacity: 1;
	position: static;
	box-shadow: none;
	-webkit-box-shadow: none
}
.navigation.menu-style-2 .penci-megamenu .penci-mega-child-categories.pcmit-bottom a.all-style:before,
.navigation.menu-style-2 .penci-megamenu .penci-mega-child-categories.pcmit-top a.all-style:before {
	display: none
}
.navigation.menu-style-2 .penci-megamenu .penci-mega-child-categories a.all-style:after {
	content: none;
	display: none
}
.navigation.menu-style-2 ul.menu>li.megamenu>ul.sub-menu {
	padding: 5px 0
}
.navigation.menu-style-2 ul.menu>li.megamenu>ul.sub-menu>li>ul.sub-menu:before {
	display: none;
	content: none
}
.penci-megamenu[data-number="1"] {
	min-height: 279px
}
.penci-megamenu[data-number="2"] {
	min-height: 558px
}
.penci-megamenu[data-number="3"] {
	min-height: 837px
}
.penci-megamenu[data-style="3"] {
	min-height: 190px
}
.penci-megamenu[data-style="3"][data-number="2"] {
	min-height: 380px
}
.penci-megamenu[data-style="3"][data-number="3"] {
	min-height: 570px
}
.penci-megamenu[data-style="4"] {
	min-height: 130px
}
.penci-megamenu[data-style="4"][data-number="2"] {
	min-height: 260px
}
.penci-megamenu[data-style="4"][data-number="3"] {
	min-height: 390px
}
.penci-megamenu.loaded {
	min-height: unset
}
.penci-mega-default-width {
	min-width: var(--pcctain)
}
.penci-mega-default-width .container {
	width: 100%
}
.navigation.menu-item-padding .menu>ul>li,
.navigation.menu-item-padding ul.menu>li {
	margin: 0
}
.navigation.menu-item-padding .menu>ul>li>a,
.navigation.menu-item-padding ul.menu>li>a {
	padding: 0 15px
}
.navigation.menu-item-padding .menu>li.current-menu-ancestor>a,
.navigation.menu-item-padding .menu>li.current-menu-item>a,
.navigation.menu-item-padding .menu>li.current_page_item>a,
.navigation.menu-item-padding .menu>li:hover>a,
.navigation.menu-item-padding .menu>li>a:hover {
	background-color: #ececec
}
.navigation.menu-item-padding .menu>ul>li>a:before,
.navigation.menu-item-padding ul.menu>li>a:before {
	content: none;
	display: none
}
@media only screen and (min-width:961px) {
	.is-sticky .navigation.menu-item-padding {
		height: 58px;
		border: none !important
	}
	.navigation-sticky-wrapper:not(.is-sticky) .menu .children,
	.navigation-sticky-wrapper:not(.is-sticky) .menu .sub-menu {
		margin-top: -1px
	}
}
@-moz-document url-prefix() {
	.navigation.menu-style-2 ul.menu>li.megamenu>ul.sub-menu:before {
		top: 0
	}
}
.penci-header-image-logo,
.penci-header-text-logo {
	--pchb-logo-title-size: 40px;
	--pchb-logo-title-font: var(--pchead-font);
	--pchb-logo-title-fw: "400";
	--pchb-logo-title-fs: "normal";
	--pchb-logo-slogan-size: 14px;
	--pchb-logo-slogan-font: "inherit";
	--pchb-logo-slogan-fw: "400";
	--pchb-logo-slogan-fs: "normal";
	--pchb-logo-title-color: "inherit";
	--pchb-logo-slogan-color: var(--pctext-cl)
}
.penci-header-text-logo .site-name {
	font-size: var(--pchb-logo-title-size);
	font-family: var(--pchb-logo-title-font);
	font-weight: var(--pchb-logo-title-fw);
	font-style: var(--pchb-logo-title-fs);
	color: var(--pchb-logo-title-color);
	line-height: 1
}
.penci-header-image-logo .site-slogan,
.penci-header-text-logo .site-slogan {
	font-size: var(--pchb-logo-slogan-size);
	font-family: var(--pchb-logo-slogan-font);
	font-weight: var(--pchb-logo-slogan-fw);
	font-style: var(--pchb-logo-slogan-fs);
	color: var(--pchb-logo-slogan-color);
	line-height: 1.3;
	margin-top: 12px
}
.penci_navbar_mobile .penci-header-text-logo {
	--pchb-m-logo-title-size: 20px;
	--pchb-m-logo-title-m-size: 20px;
	--pchb-m-logo-title-font: var(--pchead-font);
	--pchb-m-logo-title-fw: "400";
	--pchb-m-logo-title-fs: "normal";
	--pchb-m-logo-slogan-size: 14px;
	--pchb-m-logo-slogan-m-size: 14px;
	--pchb-m-logo-slogan-font: "inherit";
	--pchb-m-logo-slogan-fw: "400";
	--pchb-m-logo-slogan-fs: "normal";
	--pchb-m-logo-title-color: "inherit";
	--pchb-m-logo-slogan-color: "inherit"
}
.penci_navbar_mobile .penci-header-text-logo .site-name {
	font-size: var(--pchb-m-logo-title-size);
	font-family: var(--pchb-m-logo-title-font);
	font-weight: var(--pchb-m-logo-title-fw);
	font-style: var(--pchb-m-logo-title-fs);
	color: var(--pchb-m-logo-title-color);
	line-height: 1
}
.penci_navbar_mobile .site-slogan {
	font-size: var(--pchb-m-logo-slogan-size);
	font-family: var(--pchb-m-logo-slogan-font);
	font-weight: var(--pchb-m-logo-slogan-fw);
	font-style: var(--pchb-m-logo-slogan-fs);
	color: var(--pchb-m-logo-slogan-color);
	line-height: 1.3;
	margin-top: 12px
}
.pc-logo-sticky {
	--pchb-logo-s-title-size: 40px;
	--pchb-logo-s-title-font: var(--pchead-font);
	--pchb-logo-s-title-fw: "400";
	--pchb-logo-s-title-fs: "normal";
	--pchb-logo-s-slogan-size: 14px;
	--pchb-logo-s-slogan-font: "inherit";
	--pchb-logo-s-slogan-fw: "400";
	--pchb-logo-s-slogan-fs: "normal";
	--pchb-logo-s-title-color: "inherit";
	--pchb-logo-s-slogan-color: "inherit"
}
.pc-logo-sticky.penci-header-text-logo .site-name {
	font-size: var(--pchb-logo-s-title-size);
	font-family: var(--pchb-logo-s-title-font);
	font-weight: var(--pchb-logo-s-title-fw);
	font-style: var(--pchb-logo-s-title-fs);
	color: var(--pchb-logo-s-title-color);
	line-height: 1
}
.pc-logo-sticky.penci-header-image-logo .site-slogan,
.pc-logo-sticky.penci-header-text-logo .site-slogan {
	font-size: var(--pchb-logo-s-slogan-size);
	font-family: var(--pchb-logo-s-slogan-font);
	font-weight: var(--pchb-logo-s-slogan-fw);
	font-style: var(--pchb-logo-s-slogan-fs);
	color: var(--pchb-logo-s-slogan-color);
	line-height: 1.3;
	margin-top: 12px
}
.pb-logo-sidebar-mobile {
	--pchb-logo-sm-title-size: 40px;
	--pchb-logo-sm-title-font: var(--pchead-font);
	--pchb-logo-sm-title-fw: "400";
	--pchb-logo-sm-title-fs: "normal";
	--pchb-logo-sm-slogan-size: 14px;
	--pchb-logo-sm-slogan-font: "inherit";
	--pchb-logo-sm-slogan-fw: "400";
	--pchb-logo-sm-slogan-fs: "normal";
	--pchb-logo-sm-title-color: "inherit";
	--pchb-logo-sm-slogan-color: "inherit"
}
.pb-logo-sidebar-mobile.penci-header-text-logo .site-name {
	font-size: var(--pchb-logo-sm-title-size);
	font-family: var(--pchb-logo-sm-title-font);
	font-weight: var(--pchb-logo-sm-title-fw);
	font-style: var(--pchb-logo-sm-title-fs);
	color: var(--pchb-logo-sm-title-color);
	line-height: 1
}
.pb-logo-sidebar-mobile.penci-header-image-logo .site-slogan,
.pb-logo-sidebar-mobile.penci-header-text-logo .site-slogan {
	font-size: var(--pchb-logo-sm-slogan-size);
	font-family: var(--pchb-logo-sm-slogan-font);
	font-weight: var(--pchb-logo-sm-slogan-fw);
	font-style: var(--pchb-logo-sm-slogan-fs);
	color: var(--pchb-logo-sm-slogan-color);
	line-height: 1.3;
	margin-top: 12px
}
.penci-builder-element.penci-data-time-format {
	white-space: nowrap
}
.penci-builder-element.header-social a i {
	width: var(--pchb-socialw);
	height: var(--pchb-socialw);
	line-height: calc(var(--pchb-socialw) - 2px);
	background: 0 0;
	border: 1px solid #e0e0e0;
	margin: 0;
	display: inline-block;
	text-align: center;
	color: var(--pctext-cl)
}
.penci-builder-element.header-social.mobile-social a i {
	width: var(--pchb-m-socialw);
	height: var(--pchb-m-socialw);
	line-height: calc(var(--pchb-m-socialw) - 2px)
}
.penci-builder-element.header-social a:hover i {
	color: var(--pcaccent-cl)
}
.penci-builder-element.header-social a {
	margin-right: 10px
}
body:not(.rtl) .penci-builder-element.header-social a:last-child {
	margin-right: 0 !important
}
.penci-builder-element.header-social .penci-social-colored a {
	transition: opacity .3s
}
.penci-builder-element.header-social .penci-social-colored a:hover {
	opacity: .85
}
.penci-builder-element.header-social .penci-social-colored a i {
	border: none !important;
	color: #fff !important;
	line-height: var(--pchb-socialw)
}
.penci-builder-element.header-social.mobile-social .penci-social-colored a i {
	border: none !important;
	color: #fff !important;
	line-height: var(--pchb-m-socialw)
}
.penci-builder-element.header-social .penci-social-simple a i {
	line-height: 1;
	width: auto !important;
	height: auto !important;
	border-color: transparent !important;
	background-color: transparent !important
}
.penci-builder-element.header-social .penci-social-bordered a i {
	background-color: transparent
}
.penci-builder-element.header-social {
	margin-top: 0
}
.penci-vertical-line {
	display: inline-block;
	width: 1px;
	height: 20px;
	background-color: var(--pcborder-cl)
}
.penci-builder-element.header-social .penci-social-circle a i {
	border-radius: 50%
}
.pc-builder-element.pc-main-menu {
	--pchb-main-menu-font: var(--pchead-font);
	--pchb-main-menu-fs: 12px;
	--pchb-main-menu-lh: 58px;
	--pchb-main-menu-fs_l2:var(--pchb-main-menu-fs);
	--pchb-main-menu-cl: #313131;
	--pchb-main-menu-fw: bold;
	--pchb-main-menu-tt: uppercase;
	--pchb-main-menu-mg: 30px;
	--pchb-main-menu-mgi: 0;
	--pchb-mainm-linect: ""
}
.pc-builder-element.pc-main-menu .navigation .menu ul.sub-menu li a,
.pc-builder-element.pc-main-menu .navigation .menu>li>a {
	font-family: var(--pchb-main-menu-font);
	font-size: var(--pchb-main-menu-fs);
	font-weight: var(--pchb-main-menu-fw);
	color: var(--pchb-main-menu-cl);
	letter-spacing: 0;
	text-transform: var(--pchb-main-menu-tt)
}
.pc-builder-element.pc-main-menu .navigation .menu li.current-menu-item>a,
.pc-builder-element.pc-main-menu .navigation .menu li>a:hover,
.pc-builder-element.pc-main-menu .navigation .menu>li.current-menu-ancestor>a,
.pc-builder-element.pc-main-menu .navigation .menu>li.current-menu-item>a,
.pc-builder-element.pc-main-menu .navigation .menu>li.current_page_item>a {
	color: var(--pcaccent-cl)
}
.pc-builder-element.pc-main-menu .navigation ul.menu ul.sub-menu li a {
	font-size: var(--pchb-main-menu-fs_l2)
}
.pc-builder-element.pc-main-menu .navigation .menu>ul>li,
.pc-builder-element.pc-main-menu .navigation ul.menu>li {
	margin-right: var(--pchb-main-menu-mg)
}
.pc-builder-element.pc-main-menu .navigation ul.menu>li:last-child {
	margin-right: 0
}
.pc-builder-element.pc-main-menu .navigation .menu>li>a {
	line-height: var(--pchb-main-menu-lh)
}
.pc-builder-element.pc-main-menu .navigation.menu-item-padding .menu>ul>li>a,
.pc-builder-element.pc-main-menu .navigation.menu-item-padding ul.menu>li>a {
	padding-left: calc(var(--pchb-main-menu-mg)/ 2);
	padding-right: calc(var(--pchb-main-menu-mg)/ 2)
}
.pc-builder-element.pc-main-menu .navigation.menu-item-padding .menu>ul>li:not(:last-child),
.pc-builder-element.pc-main-menu .navigation.menu-item-padding ul.menu>li:not(:last-child) {
	margin-right: var(--pchb-main-menu-mgi)
}
.pc-builder-element.pc-second-menu {
	--pchb-second-menu-font: var(--pchead-font);
	--pchb-second-menu-fs: 12px;
	--pchb-second-menu-lh: 58px;
	--pchb-second-menu-fs_l2:var(--pchb-second-menu-fs);
	--pchb-second-menu-cl: #313131;
	--pchb-second-menu-fw: bold;
	--pchb-second-menu-tt: uppercase;
	--pchb-second-menu-mg: 30px;
	--pchb-second-menu-mgi: 0;
	--pchb-secondm-linect: ""
}
.pc-builder-element.pc-second-menu .navigation .menu ul.sub-menu li a,
.pc-builder-element.pc-second-menu .navigation .menu>li>a {
	font-family: var(--pchb-second-menu-font);
	font-size: var(--pchb-second-menu-fs);
	font-weight: var(--pchb-second-menu-fw);
	color: var(--pchb-second-menu-cl);
	text-transform: var(--pchb-second-menu-tt)
}
.pc-builder-element.pc-second-menu .navigation .menu li.current-menu-item>a,
.pc-builder-element.pc-second-menu .navigation .menu li>a:hover,
.pc-builder-element.pc-second-menu .navigation .menu>li.current-menu-ancestor>a,
.pc-builder-element.pc-second-menu .navigation .menu>li.current-menu-item>a,
.pc-builder-element.pc-second-menu .navigation .menu>li.current_page_item>a {
	color: var(--pcaccent-cl)
}
.pc-builder-element.pc-second-menu .navigation ul.menu ul.sub-menu li a {
	font-size: var(--pchb-second-menu-fs_l2)
}
.pc-builder-element.pc-second-menu .navigation .menu>ul>li,
.pc-builder-element.pc-second-menu .navigation ul.menu>li {
	margin-right: var(--pchb-second-menu-mg)
}
.pc-builder-element.pc-second-menu .navigation .menu>ul>li:last-child,
.pc-builder-element.pc-second-menu .navigation ul.menu>li:last-child {
	margin-right: 0
}
.pc-builder-element.pc-second-menu .navigation .menu>li>a {
	line-height: var(--pchb-second-menu-lh)
}
.pc-builder-element.pc-second-menu .navigation.menu-item-padding .menu>ul>li>a,
.pc-builder-element.pc-second-menu .navigation.menu-item-padding ul.menu>li>a {
	padding-left: calc(var(--pchb-second-menu-mg)/ 2);
	padding-right: calc(var(--pchb-second-menu-mg)/ 2)
}
.pc-builder-element.pc-second-menu .navigation.menu-item-padding .menu>ul>li:not(:last-child),
.pc-builder-element.pc-second-menu .navigation.menu-item-padding ul.menu>li:not(:last-child) {
	margin-right: var(--pchb-second-menu-mgi)
}
.pc-builder-element.pc-third-menu {
	--pchb-third-menu-font: var(--pchead-font);
	--pchb-third-menu-fs: 12px;
	--pchb-third-menu-lh: 58px;
	--pchb-third-menu-fs_l2:var(--pchb-third-menu-fs);
	--pchb-third-menu-cl: #313131;
	--pchb-third-menu-fw: bold;
	--pchb-third-menu-tt: uppercase;
	--pchb-third-menu-mg: 30px;
	--pchb-third-menu-mgi: 0;
	--pchb-thirdm-linect: ""
}
.pc-builder-element.pc-third-menu .navigation .menu ul.sub-menu li a,
.pc-builder-element.pc-third-menu .navigation .menu>li>a {
	font-family: var(--pchb-third-menu-font);
	font-size: var(--pchb-third-menu-fs);
	font-weight: var(--pchb-third-menu-fw);
	color: var(--pchb-third-menu-cl);
	text-transform: var(--pchb-third-menu-tt)
}
.pc-builder-element.pc-third-menu .navigation .menu li.current-menu-item>a,
.pc-builder-element.pc-third-menu .navigation .menu li>a:hover,
.pc-builder-element.pc-third-menu .navigation .menu>li.current-menu-ancestor>a,
.pc-builder-element.pc-third-menu .navigation .menu>li.current-menu-item>a,
.pc-builder-element.pc-third-menu .navigation .menu>li.current_page_item>a {
	color: var(--pcaccent-cl)
}
.pc-builder-element.pc-third-menu .navigation ul.menu ul.sub-menu li a {
	font-size: var(--pchb-third-menu-fs_l2)
}
.pc-builder-element.pc-third-menu .navigation .menu>ul>li,
.pc-builder-element.pc-third-menu .navigation ul.menu>li {
	margin-right: var(--pchb-third-menu-mg)
}
.pc-builder-element.pc-third-menu .navigation .menu>ul>li:last-child,
.pc-builder-element.pc-third-menu .navigation ul.menu>li:last-child {
	margin-right: 0
}
.pc-builder-element.pc-third-menu .navigation .menu>li>a {
	line-height: var(--pchb-third-menu-lh)
}
.pc-builder-element.pc-builder-menu .pcremove-lineh ul.menu>li>a:before {
	content: none
}
.pc-builder-element.pc-third-menu .navigation.menu-item-padding .menu>ul>li>a,
.pc-builder-element.pc-third-menu .navigation.menu-item-padding ul.menu>li>a {
	padding-left: calc(var(--pchb-third-menu-mg)/ 2);
	padding-right: calc(var(--pchb-third-menu-mg)/ 2)
}
.pc-builder-element.pc-third-menu .navigation.menu-item-padding .menu>ul>li:not(:last-child),
.pc-builder-element.pc-third-menu .navigation.menu-item-padding ul.menu>li:not(:last-child) {
	margin-right: var(--pchb-third-menu-mgi)
}
.penci-builder-element.penci-topbar-trending .penci-owl-carousel .swiper-slide {
	background-color: transparent
}
.penci-builder-element.penci-topbar-trending a.penci-topbar-post-title {
	color: var(--pcheading-cl)
}
@keyframes Penci-FadeDown {
	from {
		transform: translate3d(0, -100%, 0)
	}
	to {
		transform: none
	}
}
@keyframes Penci-FadeUp {
	from {
		transform: none
	}
	to {
		transform: translate3d(0, -100%, 0)
	}
}
.penci_header.penci_builder_sticky_header_desktop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9998;
	opacity: 0;
	visibility: hidden;
	transition: visibility .1s ease, opacity .1s ease, transform .3s ease;
	transform: translate3d(0, -100%, 0);
	background-color: #fff;
	border-style: solid;
	border-width: 0
}
.penci_header.main-builder-header {
	border-width: 0
}
body.admin-bar .penci_header.penci_builder_sticky_header_desktop {
	top: 32px
}
.penci_header.penci_builder_sticky_header_desktop.sticky-apply {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0)
}
.penci_header.main-builder-header.ns-apply .navigation .menu .penci-dropdown,
.penci_header.main-builder-header.ns-apply .navigation .menu .sub-menu {
	display: none
}
.penci_navbar_mobile {
	background: var(--pcbg-cl)
}
.penci_navbar_mobile.mobile-overlap {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9996;
	background: 0 0
}
body.admin-bar .penci_navbar_mobile.mobile-overlap {
	top: 46px
}
body.admin-bar .penci_navbar_mobile.mobile-overlap.mobile-sticky {
	top: 0
}
.penci_header.penci_builder_sticky_header_desktop.sticky-apply.hide-scroll-down.scrolldown,
.penci_navbar_mobile.mobile-sticky.hide-scroll-down,
.penci_navbar_mobile.mobile-sticky.hide-scroll-down.scrolldown {
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, -100%, 0)
}
.penci_header.penci_builder_sticky_header_desktop.sticky-apply.hide-scroll-down.scrollup,
.penci_navbar_mobile.mobile-sticky.hide-scroll-down.scrollup {
	opacity: 1;
	visibility: visible;
	display: block;
	transform: translate3d(0, 0, 0)
}
.penci-header-image-logo img,
.penci_builder_sticky_header_desktop .penci-header-image-logo img {
	width: auto;
	height: auto
}
.pc-builder-element .search-click,
.pc-builder-element.penci-top-search .search-click {
	height: unset;
	line-height: unset;
	display: inline-block
}
.pchd-elcart,
.pc-elehdbd-search {
	display: flex;
	min-height: 1px;
}
.pchd-elcompare.top-search-classes,
.pchd-elwishlist.top-search-classes,
.pchd-elcart .top-search-classes,
.pc-elehdbd-search.top-search-classes {
	float: none;
}
.pchd-elcart .top-search-classes,
.pchd-elcart .top-search-classes a.cart-contents,
.pchd-elwishlist.top-search-classes > a,
.pchd-elcompare.top-search-classes > a {
	width: 58px;
}
.pchd-elcart a.cart-contents, 
.pchd-elcart.top-search-classes > a {
	line-height: unset;
	height: unset;
}
@media only screen and (min-width:961px) {
	.penci_navbar_mobile,
	.penci_navbar_mobile.mobile-sticky,
	.penci_navbar_mobile.mobile-sticky.hide-scroll-down.scrollup {
		display: none
	}
}
@media only screen and (max-width:960px) {
	.penci_builder_sticky_header_desktop,
	.penci_header.penci-header-builder.main-builder-header,
	.penci_header.penci_builder_sticky_header_desktop,
	.penci_header.penci_builder_sticky_header_desktop.sticky-apply {
		display: none !important
	}
}
.penci_header.penci-header-builder.penci_header_overlap {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9996
}
@media only screen and (max-width:479px) {
	.penci_navbar_mobile .container {
		padding-left: 10px;
		padding-right: 10px
	}
}
.penci_navbar_mobile .navigation {
	border: 0
}
.penci_navbar_mobile .navigation .button-menu-mobile {
	display: block
}
.penci-header-builder.shadow-enable,
.penci_builder_sticky_header_desktop.shadow-enable,
.penci_navbar_mobile.mobile-sticky.shadow-enable {
	box-shadow: 0 1px 5px rgba(190, 190, 190, .46);
	-webkit-box-shadow: 0 1px 5px rgba(190, 190, 190, .46);
	-moz-box-shadow: 0 1px 5px rgba(190, 190, 190, .46);
	border-color: transparent;
	border-width: 0
}
.penci-builder.penci-builder-button,
[class^=pc-button-define-style-] {
	display: inline-block;
	transition: .3s all ease-in-out;
	border-style: solid;
	border-width: 0
}
.pc-button-define-style-1,
.penci-builder.penci-builder-button.button-define-style-1,
.top-search-classes>.pc-button-define-style-1 {
	padding: 10px;
	border: 2px solid var(--pcaccent-cl);
	color: var(--pcaccent-cl)
}
.penci-builder.penci-builder-button.button-define-style-1 {
	padding: 5px 15px
}
.penci-top-search.pc-builder-element {
	width: auto
}
.penci-top-search.pc-builder-element .penci-search-form form.penci-ajax-search {
	display: block
}
.pc-button-define-style-2,
.penci-builder.penci-builder-button.button-define-style-2,
.top-search-classes>.pc-button-define-style-2 {
	color: var(--pcaccent-cl);
	border-bottom: 1px solid var(--pcaccent-cl);
	padding: 0 0 4px;
	padding-top: 0 !important;
	background-color: transparent !important
}
.pc-button-define-style-3,
.penci-builder.penci-builder-button.button-define-style-3,
.top-search-classes>.pc-button-define-style-3 {
	padding: 10px;
	background-color: #f2f2f2;
	color: var(--pcheading-cl);
	border-bottom: 2px solid #dedede
}
.penci-builder.penci-builder-button.button-define-style-3 {
	padding: 7px 15px
}
.pc-button-define-style-4,
.penci-builder.penci-builder-button.button-define-style-4,
.top-search-classes>.pc-button-define-style-4 {
	padding: 10px;
	background-color: #f2f2f2;
	color: var(--pcheading-cl)
}
.penci-builder.penci-builder-button.button-define-style-4 {
	padding: 7px 12px
}
.penci-builder.penci-builder-button.button-shape-rectangle {
	border-radius: 0
}
.penci-builder.penci-builder-button.button-shape-circle {
	border-radius: 400px
}
.penci-builder.penci-builder-button.button-shape-round {
	border-radius: 10px
}
.pb-header-builder.cart-icon:not(.pc-button-define-customize) .top-search-classes.shoping-cart-icon {
	margin-right: 0;
	margin-left: 0
}
.top-search-classes.penci-builder-element,
.top-search-classes.penci-builder-elements {
	width: auto
}
.penci_navbar_mobile .navigation.mobile-menu {
	width: auto;
	float: none
}
.penci-builder-mobile-sidebar-nav {
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 100001;
	width: 330px;
	overflow-y: auto;
	padding: 30px 20px 20px;
	background: #fff;
	left: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transform: translateX(-330px);
	-webkit-transform: translateX(-330px);
	-moz-transform: translateX(-330px)
}
.open-mobile-builder-sidebar-nav .penci-builder-mobile-sidebar-nav {
	left: 330px
}
.penci-builder-mobile-sidebar-nav.mpos-right {
	left: auto;
	right: 0;
	transform: translateX(330px);
	-webkit-transform: translateX(330px);
	-moz-transform: translateX(330px)
}
.open-mobile-builder-sidebar-nav .penci-builder-mobile-sidebar-nav.mpos-right {
	right: 330px;
	left: auto
}
.close-mobile-menu-builder {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	text-decoration: none;
	top: 0;
	left: 0;
	font-size: 1.4em;
	color: #313131;
	padding: 10px;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	right: 0;
	z-index: 100000;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s
}
.close-mobile-menu-builder.mpos-right {
	left: auto;
	right: 0
}
.close-mobile-menu-builder i {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-color: #fff;
	line-height: 24px;
	text-align: center;
	border-radius: 12px;
	font-size: 14px
}
.open-mobile-builder-sidebar-nav .close-mobile-menu-builder {
	left: 330px;
	opacity: 1;
	visibility: visible
}
.close-mobile-menu-builder.mpos-right {
	right: 0;
	left: 0;
	text-align: right
}
.open-mobile-builder-sidebar-nav .close-mobile-menu-builder.mpos-right {
	right: 330px;
	left: 0
}
.pc-builder-menu.pc-dropdown-menu {
	--pchb-dd-fn: var(--pchead-font);
	--pchb-dd-fw: var(--pchead-wei);
	--pchb-dd-lv1:13px;
	--pchb-dd-lv2:13px;
	--pchb-dd-tt: uppercase
}
.pc-builder-menu.pc-dropdown-menu .menu li a {
	font-family: var(--pchb-dd-fn);
	font-weight: var(--pchb-dd-fw);
	font-size: var(--pchb-dd-lv1);
	text-transform: var(--pchb-dd-tt)
}
.pc-builder-menu.pc-dropdown-menu .menu li li a {
	font-size: var(--pchb-dd-lv2)
}
.penci_navbar_mobile.mobile-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	transition: visibility .1s ease, opacity .1s ease, transform .3s ease;
	background-color: var(--pcbg-cl)
}
.penci_navbar_mobile.mobile-sticky .penci_container {
	display: none;
	transition: .3s all ease-in-out
}
.penci_navbar_mobile.mobile-sticky .penci_container.sticky-enable {
	display: block;
	opacity: 1
}
.pc-header-element.pc-login-register {
	position: relative
}
.widget .pc-widget-searchform button[type=submit] {
	width: auto
}
.widget .pc-widget-searchform.search-style-default button[type=submit] {
	display: none
}
.penci-builder-element.pc-search-form {
	max-width: 300px;
	width: 100%
}
.pcwg-widget.penci-builder-element.pc-search-form,
.penci-builder-element.pc-search-form-sidebar {
	max-width: 100%;
	width: 100%
}
.pc-search-form.search-style-icon-button,
.pc-search-form.search-style-text-button {
	position: relative
}
.pc-search-form.search-style-icon-button .search-input,
.pc-search-form.search-style-text-button .search-input {
	line-height: 36px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 20px;
	border-right-width: 0
}
.penci-builder-element.pc-search-form-desktop {
	--pcs-d-txt-cl: var(--pctext-cl)
}
.penci-builder-element.pc-search-form-desktop form.pc-searchform input.search-input {
	color: var(--pcs-d-txt-cl)
}
.penci-builder-element.pc-search-form-desktop form.pc-searchform input.search-input::placeholder {
	color: var(--pcs-d-txt-cl)
}
.penci-builder-element.pc-search-form-desktop form.pc-searchform input.search-input:-ms-input-placeholder {
	color: var(--pcs-d-txt-cl)
}
.penci-builder-element.pc-search-form-desktop form.pc-searchform input.search-input::-ms-input-placeholder {
	color: var(--pcs-d-txt-cl)
}
.penci-builder-element.pc-search-form-sidebar {
	--pcs-s-txt-cl: var(--pctext-cl)
}
.penci-builder-element.pc-search-form-sidebar form.pc-searchform input.search-input {
	color: var(--pcs-s-txt-cl)
}
.penci-builder-element.pc-search-form-sidebar form.pc-searchform input.search-input::placeholder {
	color: var(--pcs-s-txt-cl)
}
.penci-builder-element.pc-search-form-sidebar form.pc-searchform input.search-input:-ms-input-placeholder {
	color: var(--pcs-s-txt-cl)
}
.penci-builder-element.pc-search-form-sidebar form.pc-searchform input.search-input::-ms-input-placeholder {
	color: var(--pcs-s-txt-cl)
}
.pc-search-form.search-style-icon-button .searchsubmit,
.pc-search-form.search-style-text-button .searchsubmit {
	display: block;
	height: 100%;
	padding: 0 15px;
	background-color: var(--pcaccent-cl);
	font-weight: var(--pchead-wei);
	font-family: var(--pchead-font);
	color: #fff;
	border: 0;
	transition: .3s all ease-in-out;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
	cursor: pointer
}
.pc-wrapbuilder-header .pc-search-form.search-style-text-button .searchsubmit {
	text-transform: uppercase
}
body.rtl .pc-search-form.search-style-icon-button .searchsubmit,
body.rtl .pc-search-form.search-style-text-button .searchsubmit {
	right: auto;
	left: 0
}
.pc-search-form.search-style-text-button .search-input {
	padding-right: 100px
}
body.rtl .pc-search-form.search-style-text-button .search-input {
	padding-right: 20px;
	padding-left: 100px;
	border-right-width: 1px;
	border-left-width: 0
}
.pc-search-form.search-style-icon-button .search-input {
	padding-right: 66px
}
body.rtl .pc-search-form.search-style-text-button .search-input {
	padding-left: 66px;
	padding-right: 20px;
	border-right-width: 1px;
	border-left-width: 0
}
.pc-search-form.search-style-icon-button .searchsubmit {
	font-size: 0;
	line-height: 0
}
.pc-search-form.search-style-icon-button .searchsubmit:before {
	font-size: 16px;
	line-height: 38px;
	content: "\f108";
	font-family: penciicon, serif;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale
}
.pc-search-form.search-style-icon-button .penciicon-magnifiying-glass,
.pc-search-form.search-style-text-button .penciicon-magnifiying-glass {
	display: none
}
.penci-header-block {
	width: 100%
}
.pc-header-element.penci-topbar-social a,
.pc-header-element.penci-topbar-social-mobile a {
	color: inherit
}
.pc-header-element.penci-topbar-social .pclogin-item>a,
.pc-header-element.penci-topbar-social-mobile .pclogin-item>a {
	line-height: unset;
	display: inline-flex;
	align-items: center;
	justify-content: center
}
.pc-header-element.penci-topbar-social .pclogin-item>a img,
.pc-header-element.penci-topbar-social-mobile .pclogin-item>a img {
	top: auto
}
.pc-header-element .pctopbar-login-btn .pclogin-sub li a {
	color: #fff
}
.pc-header-element .pctopbar-login-btn .pclogin-sub {
	top: 100%
}
.pc-header-element .pctopbar-login-btn .pclogin-sub li a:hover {
	color: var(--pcaccent-cl)
}
.penci_nav_col {
	display: flex;
	align-items: center;
	flex-direction: row;
	padding-left: 10px;
	padding-right: 10px
}
.penci_nav_col.penci_nav_flexcolumn {
	flex-direction: column;
	align-items: initial;
}
.penci_nav_col.penci_nav_flexcolumn.penci_nav_alignleft {
	align-items: flex-start;
}
.penci_nav_col.penci_nav_flexcolumn.penci_nav_aligncenter {
	align-items: center;
}
.penci_nav_col.penci_nav_flexcolumn.penci_nav_alignright {
	align-items: flex-end;
}
.penci_nav_col.penci_content_columns {
	flex-direction: column
}
.penci_nav_col>:not(:first-child) {
	margin-left: 10px
}
.penci-header-builder .pcheader-icon>a,
.penci-header-builder .penci-menuhbg-toggle,
.penci-header-builder .top-search-classes a.cart-contents,
.penci-header-builder .top-search-classes>a {
	height: auto;
	line-height: unset
}
.header-search-style-showup .penci-header-builder .show-search,
.header-search-style-showup .penci_navbar_mobile .show-search {
	top: calc(100% + 10px)
}
.header-search-style-showup .penci_nav_left .show-search {
	left: 0;
	right: auto
}
.header-search-style-showup .penci_nav_left .show-search:before {
	left: 5px;
	right: auto
}
.container.container-custom {
	margin-left: auto;
	margin-right: auto
}
.admin-bar .penci-builder-mobile-sidebar-nav.penci-menu-hbg {
	padding-top: 30px
}
.penci-builder-item-wrap>div:not(:last-child) {
	margin-bottom: 20px
}
.penci-header-builder.pchb-boxed-layout.container-1400 .container,
.penci-header-builder.pchb-boxed-layout.container-custom .container,
.penci-header-builder.pchb-boxed-layout.container-fullwidth .container,
.penci-header-builder.pchb-boxed-layout.container-normal .container {
	max-width: 100%
}
.penci-header-builder.pchb-boxed-layout.container-1400,
.penci-header-builder.pchb-boxed-layout.container-custom,
.penci-header-builder.pchb-boxed-layout.container-fullwidth,
.penci-header-builder.pchb-boxed-layout.container-normal {
	width: 100%;
	padding-left: 0;
	padding-right: 0
}
.penci-header-builder.pchb-boxed-layout.container-normal {
	max-width: var(--pcctain)
}
.penci-header-builder.pchb-boxed-layout.container-fullwidth {
	max-width: 100%
}
.penci-header-builder.pchb-boxed-layout.container-1400 {
	max-width: var(--pcctain2)
}
.pc-builder-element .pc-logo img,
.pc-builder-element.pc-logo img {
	max-height: 60px
}
.penci-disable-uppercase {
	text-transform: none !important
}
.penci-enable-uppercase {
	text-transform: uppercase !important
}
.penci-header-builder .pc-builder-element.penci-menuhbg-wapper {
	width: auto
}
.penci-elhb-hbg.penci-menuhbg-wapper {
	width: auto;
	float: none;
	margin: 0;
}
.penci-menuhbg-toggle.builder {
	--pcbd-menuhbg-size: 18px;
	height: auto
}
.penci-menuhbg-toggle.builder {
	width: var(--pcbd-menuhbg-size)
}
.penci-menuhbg-toggle.builder .penci-menuhbg-inner {
	height: var(--pcbd-menuhbg-size)
}
.penci-menuhbg-toggle.builder .penci-lines,
.penci-menuhbg-wapper {
	width: var(--pcbd-menuhbg-size)
}
.penci-menuhbg-toggle.builder .lines-button {
	top: calc((var(--pcbd-menuhbg-size) - 2px)/ 2)
}
.penci-menuhbg-toggle.builder .penci-lines:before {
	top: calc(var(--pcbd-menuhbg-size)/ 2 - 4px)
}
.penci-menuhbg-toggle.builder .penci-lines:after {
	top: calc((var(--pcbd-menuhbg-size)/ 2 - 4px) * -1)
}
.penci-menuhbg-toggle.builder:hover .lines-button:after,
.penci-menuhbg-toggle.builder:hover .penci-lines:after,
.penci-menuhbg-toggle.builder:hover .penci-lines:before {
	transform: translateX(calc(var(--pcbd-menuhbg-size) + 10px))
}
.penci-menuhbg-toggle.builder .lines-button.penci-hover-effect {
	left: calc((var(--pcbd-menuhbg-size) + 10px) * -1)
}
.pc-wrapbuilder-header {
	--pchd-sinput-txt: var(--pctext-cl)
}
.header-search-style-showup .pc-wrapbuilder-header .show-search form.pc-searchform input.search-input {
	color: var(--pchd-sinput-txt)
}
.header-search-style-showup .pc-wrapbuilder-header .show-search form.pc-searchform input.search-input::placeholder {
	color: var(--pchd-sinput-txt);
	opacity: 1
}
.header-search-style-showup .pc-wrapbuilder-header .show-search form.pc-searchform input.search-input:-ms-input-placeholder {
	color: var(--pchd-sinput-txt)
}
.header-search-style-showup .pc-wrapbuilder-header .show-search form.pc-searchform input.search-input::-ms-input-placeholder {
	color: var(--pchd-sinput-txt)
}
#penci-featured-video-bg {
	height: 600px
}
.overlay-video-click,
.penci-video-bg-overlay,
.penci-video-overlay-background {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: none
}
.overlay-video-click {
	display: block;
	z-index: 20
}
.penci-placeholder-videobg,
.penci-video-bg-overlay {
	z-index: 2;
	display: block
}
.penci-video-overlay {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	text-align: center;
	left: 20px;
	right: 20px;
	z-index: 10
}
.penci-video-custom-img,
h2.penci-heading-video,
p.penci-sub-heading-video {
	opacity: 0;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	animation-delay: 1.5s
}
.penci-video-custom-img {
	margin: 0 0 24px 0
}
.penci-video-custom-img.no-margin-bottom {
	margin: 0
}
h2.penci-heading-video {
	color: #fff;
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei);
	font-size: 30px;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 0;
	-webkit-animation-delay: 1.8s;
	-moz-animation-delay: 1.8s;
	-o-animation-delay: 1.8s;
	animation-delay: 1.8s
}
p.penci-sub-heading-video {
	font-size: 16px;
	line-height: 1.3em;
	margin: 15px 0 0;
	font-style: italic;
	color: #fff;
	-webkit-animation-delay: 2.1s;
	-moz-animation-delay: 2.1s;
	-o-animation-delay: 2.1s;
	animation-delay: 2.1s
}
.featured-area.loaded-animation .penci-video-custom-img,
.featured-area.loaded-animation h2.penci-heading-video,
.featured-area.loaded-animation p.penci-sub-heading-video {
	-webkit-animation-name: pencifadeInUp;
	-moz-animation-name: pencifadeInUp;
	-o-animation-name: pencifadeInUp;
	animation-name: pencifadeInUp
}
.featured-area.magazine-slider {
	width: var(--pcctain);
	margin-left: auto;
	margin-right: auto
}
.penci-magazine-slider.penci-loading {
	background: #fafafa url(../images/loading.gif) no-repeat center center;
	min-height: 506px
}
.featured-area.loaded-wait .penci-magazine-slider.penci-loading {
	background: 0 0;
	min-height: 0 !important
}
.penci-magazine-slider {
	margin: 0;
	padding: 0;
	position: relative
}
.penci-magazine-slider .penci-mag-item {
	display: none
}
.penci-magazine-slider ul.mag-wrap {
	list-style: none;
	margin: 0;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	bottom: 0;
	left: 0
}
.penci-magazine-slider ul.mag-wrap li {
	overflow: hidden;
	display: block;
	float: left;
	position: relative;
	width: 380px;
	height: 253px
}
.penci-magazine-slider ul.mag-wrap li.mag-item-1 {
	width: 790px;
	height: 506px;
	border-right: 10px solid transparent
}
.penci-magazine-slider ul.mag-wrap li.mag-item-2 {
	border-bottom: 10px solid transparent
}
.penci-magazine-slider .mag-meta {
	position: absolute;
	padding: 20px;
	width: 100%;
	z-index: 10;
	left: 0;
	bottom: 0
}
.penci-magazine-slider .mag-item-1 .mag-meta {
	padding: 30px
}
.penci-magazine-slider .mag-cat {
	margin-bottom: 4px
}
.penci-magazine-slider .mag-cat a.penci-cat-name {
	border-color: #fff;
	color: #fff
}
.penci-magazine-slider .mag-cat a.penci-cat-name:after {
	border-color: #fff
}
.penci-magazine-slider .mag-cat a.penci-cat-name:hover {
	text-decoration: none;
	color: var(--pcaccent-cl)
}
.penci-magazine-slider .mag-meta h3 {
	line-height: 1.3
}
.penci-magazine-slider .mag-meta h3 a {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0
}
.penci-magazine-slider .mag-item-1 .mag-meta h3 a {
	font-size: 24px
}
.penci-magazine-slider .mag-meta-child {
	margin-top: 6px
}
.penci-magazine-slider .mag-item-1 .mag-meta-child {
	margin-top: 7px
}
.penci-magazine-slider .mag-meta-child span {
	color: #fff;
	font-size: 12px
}
.penci-magazine-slider .mag-item-1 .mag-meta-child span {
	font-size: 14px
}
.penci-magazine-slider .mag-meta-child span:after {
	content: "";
	display: inline-block;
	margin: 0 7px 0 10px;
	width: 0;
	height: 8px;
	border-left: 1px solid #fff;
	opacity: .5
}
.penci-magazine-slider .mag-item-1 .mag-meta-child span:after {
	margin: 0 8px 0 12px;
	height: 10px
}
.penci-magazine-slider .mag-meta-child span:last-child:after {
	content: none;
	display: none
}
.penci-magazine-slider .penci-direction-nav a {
	position: absolute;
	width: 36px;
	height: 36px;
	display: inline-block;
	top: 50%;
	margin-top: -18px;
	font-size: 20px;
	cursor: pointer;
	outline: 0;
	opacity: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	text-align: center;
	line-height: 36px;
	background: #fff;
	z-index: 12;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	color: #313131;
	border: none
}
.penci-magazine-slider .penci-direction-nav a.penci-prev {
	left: 30px
}
.penci-magazine-slider .penci-direction-nav a.penci-next {
	right: 30px
}
.penci-magazine-slider:hover .penci-direction-nav a {
	opacity: 1
}
.penci-magazine-slider .penci-direction-nav a:hover {
	background: var(--pcaccent-cl);
	color: #fff
}
.penci-magazine-slider .penci-direction-nav a:before {
	content: none;
	display: none
}
.penci-magazine-slider .mag-overlay {
	background: #000;
	opacity: .6;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: -moz-linear-gradient(top, transparent 0, #000 100%);
	background: -webkit-linear-gradient(top, transparent 0, #000 100%);
	background: -o-linear-gradient(top, transparent 0, #000 100%);
	background: -ms-linear-gradient(top, transparent 0, #000 100%);
	background: linear-gradient(to bottom, transparent 0, #000 100%);
	-webkit-transition: opacity .4s ease 0s;
	-moz-transition: opacity .4s ease 0s;
	-o-transition: opacity .4s ease 0s;
	transition: opacity .4s ease 0s
}
.penci-magazine-slider ul.mag-wrap .mag-content:hover .mag-overlay {
	opacity: .8
}
.penci-magazine-slider.penci-mag3-slider.penci-loading {
	min-height: 387px
}
.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-1,
.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-2 {
	border: none
}
.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li,
.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-1 {
	width: 287px;
	height: auto
}
.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-1 .mag-content,
.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-3 .mag-content {
	height: 191px;
	position: relative
}
.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-2 .mag-content {
	height: 387px;
	position: relative
}
.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-2 {
	width: 586px
}
.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-2 {
	margin: 0 5px
}
.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-1 .mag-content:first-child,
.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-3 .mag-content:first-child {
	margin-bottom: 5px
}
.penci-magazine-slider ul.mag-wrap li .mag-content .mag-img,
.penci-magazine-slider.penci-mag1-slider ul.mag-wrap li .mag-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover
}
.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li .mag-content h3 a {
	font-size: 14px;
	letter-spacing: 0
}
.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-2 .mag-content h3 {
	text-align: center
}
.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-2 .mag-content h3 a {
	font-size: 16px
}
.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li .mag-content .mag-meta {
	padding: 10px;
	width: 100%
}
.penci-magazine-slider.penci-mag3-slider .mag-cat {
	text-align: center
}
.penci-mag2-carousel {
	overflow: hidden
}
.featured-area.magazine-slider-2 {
	height: 463px;
	overflow: hidden
}
.featured-area.magazine-slider-2.loaded-wait {
	height: auto;
	overflow: visible
}
.penci-mag2-carousel .mag2-item {
	display: block;
	float: left;
	margin: 0 1px 0 0;
	width: 700px;
	height: 463px;
	position: relative
}
.penci-mag2-carousel .penci-mag2-carousel-content>.mag2-item {
	margin-right: 1px !important
}
.penci-mag2-carousel .mag2-item.mag2-even {
	width: 346px
}
.penci-mag2-carousel .mag2-item .mag2-item {
	width: 346px;
	height: 231px;
	margin: 0;
	position: relative
}
.penci-mag2-carousel .mag2-item>.mag2-item:first-child {
	margin-bottom: 1px
}
.mag2-thumbnail,
.mag2-thumbnail .mag-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover
}
.mag2slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.mag2slider-overlay i {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	border-radius: 50%;
	background: 0 0;
	text-align: center;
	font: 14px/40px FontAwesome;
	color: rgba(255, 255, 255, .9);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: opacity .3s;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	border: 2px solid rgba(255, 255, 255, .9);
	opacity: 0;
	font-size: 18px;
	z-index: 3;
	line-height: 48px
}
.mag2slider-overlay i.fa-play:before {
	margin-left: 2px
}
.mag2slider-overlay i.fa-music:before {
	margin-right: 2px
}
.penci-mag2-carousel .mag2-item .mag2-item .mag2slider-overlay i {
	width: 44px;
	height: 44px;
	line-height: 40px;
	font-size: 17px;
	margin: -22px 0 0 -22px
}
.mag2slider-overlay:after {
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: opacity .3s;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	opacity: .05;
	content: ""
}
.mag2-thumbnail:hover .mag2slider-overlay i {
	opacity: 1
}
.mag2-thumbnail:hover .mag2slider-overlay:after {
	opacity: .7
}
.penci-mag2-carousel .mag2-header {
	position: absolute;
	padding: 17px 20px;
	width: 100%;
	z-index: 8;
	left: 0;
	bottom: 0;
	text-align: center
}
.penci-mag2-carousel .mag2-item .mag2-item .mag2-header {
	padding: 17px 20px !important
}
.penci-mag2-carousel .mag2-header h3 a {
	font-size: 24px;
	text-transform: uppercase;
	color: #fff
}
.penci-mag2-carousel .mag2-item .mag2-item .mag2-header {
	text-align: left
}
.penci-mag2-carousel .mag2-item .mag2-item .mag2-header h3 a {
	font-size: 16px;
	letter-spacing: 0
}
.penci-mag2-carousel .cat>a.penci-cat-name {
	color: #fff
}
.penci-mag2-carousel .cat>a.penci-cat-name:after {
	border-color: #fff
}
@media only screen and (min-width:779px) {
	.penci-mag2-carousel .mag2-thumbnail img {
		transform: none !important;
		-webkit-transform: none !important
	}
	.penci-mag2-carousel .mag2-header {
		width: 100% !important
	}
}
@media only screen and (max-width:778px) {
	.mag2slider-overlay i {
		display: none
	}
	.penci-mag2-carousel .cat.mag-cat {
		display: none
	}
	.penci-mag2-carousel .mag2-header h3 a {
		font-size: 18px
	}
	.penci-mag2-carousel .mag2-header {
		padding-right: 15px;
		text-align: left
	}
}
.container.home-featured-boxes {
	display: table;
	margin-top: calc(30px - var(--pchd-mg));
	margin-bottom: 30px
}
.container.home-featured-boxes-vc {
	width: 100%
}
.home-featured-boxes .penci-image-holder:before {
	padding-top: 66.75%
}
@media only screen and (min-width:961px) {
	.boxes-size-horizontal .homepage-featured-boxes.boxes-4-columns .penci-image-holder:before {
		padding-top: 70.37%
	}
}
.home-featured-boxes.boxes-size-square .penci-image-holder:before {
	padding-top: 100%
}
.home-featured-boxes.boxes-size-vertical .penci-image-holder:before {
	padding-top: 135.4%
}
.home-featured-boxes-vc {
	overflow: hidden
}
ul.homepage-featured-boxes {
	list-style: none;
	margin-left: -15px;
	margin-right: -15px;
	padding: 0 !important
}
.post-entry ul.homepage-featured-boxes li,
ul.homepage-featured-boxes li {
	width: 33.3333%;
	float: left;
	display: inline-block;
	padding: 0 15px;
	margin-bottom: 30px
}
ul.homepage-featured-boxes li .penci-fea-in {
	position: relative;
	overflow: hidden
}
ul.homepage-featured-boxes li .penci-fea-in:after,
ul.homepage-featured-boxes li .penci-fea-in:before {
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	content: "";
	opacity: 0;
	-webkit-transition: opacity .3s, -webkit-transform .4s;
	transition: opacity .3s, transform .4s;
	z-index: 5
}
ul.homepage-featured-boxes li .penci-fea-in.boxes-style-2:after,
ul.homepage-featured-boxes li .penci-fea-in.boxes-style-2:before {
	content: none !important;
	display: none !important
}
ul.homepage-featured-boxes li .penci-fea-in:before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1)
}
ul.homepage-featured-boxes li .penci-fea-in:after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0)
}
ul.homepage-featured-boxes li .penci-fea-in:hover:after,
ul.homepage-featured-boxes li .penci-fea-in:hover:before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}
ul.homepage-featured-boxes .penci-fea-in .fea-box-img {
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}
ul.homepage-featured-boxes .penci-fea-in .fea-box-img:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	content: "";
	background: #000;
	transition: opacity .25s;
	-webkit-transition: opacity .25s;
	-moz-transition: opacity .25s;
	opacity: 0
}
ul.homepage-featured-boxes .penci-fea-in:hover .fea-box-img:after {
	opacity: .3
}
ul.homepage-featured-boxes .penci-fea-in.boxes-style-2 .fea-box-img {
	right: 0;
	bottom: 0
}
ul.homepage-featured-boxes .penci-fea-in.boxes-style-2 .fea-box-img:after {
	content: none !important;
	display: none !important
}
ul.homepage-featured-boxes .penci-fea-in h4 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	text-align: center;
	z-index: 5;
	font-style: italic;
	letter-spacing: 0;
	font-family: var(--pcbody-font);
	font-weight: 400;
	padding: 5px 20px;
	margin-top: -25px
}
ul.homepage-featured-boxes .penci-fea-in h4>span {
	display: inline-block;
	position: relative
}
ul.homepage-featured-boxes .penci-fea-in h4 span span {
	display: inline-block;
	background: #fff;
	color: #313131;
	padding: 0 15px;
	position: relative;
	min-width: 120px;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	font-style: normal;
	font-size: 14px;
	font-weight: 400
}
ul.homepage-featured-boxes .penci-fea-in h4 span span:before {
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	content: "";
	display: block;
	background: 0 0;
	position: absolute;
	border: 1px solid #fff
}
ul.homepage-featured-boxes .penci-fea-in:hover h4 span {
	color: var(--pcaccent-cl)
}
ul.homepage-featured-boxes .penci-fea-in.boxes-style-2 h4 {
	background: #fff;
	padding: 0 20px;
	margin-top: -20px
}
ul.homepage-featured-boxes .penci-fea-in.boxes-style-2 h4:before {
	top: -5px;
	left: 0;
	right: 0;
	width: 100%;
	bottom: -5px;
	content: "";
	display: block;
	background: 0 0;
	position: absolute;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
ul.homepage-featured-boxes .penci-fea-in.boxes-style-2 h4 span {
	background: 0 0
}
ul.homepage-featured-boxes .penci-fea-in.boxes-style-2 h4 span:before {
	content: none;
	display: none
}
.home-featured-boxes-sc .penci-fea-in.boxes-style-4 .fea-box-img:after,
.home-featured-boxes-sc .penci-fea-in.boxes-style-4 h4 span span:before,
ul.homepage-featured-boxes .penci-fea-in.boxes-style-3 .fea-box-img:after,
ul.homepage-featured-boxes .penci-fea-in.boxes-style-3 h4 span span:before {
	content: none
}
.home-featured-boxes-sc li .penci-fea-in.boxes-style-4:after,
.home-featured-boxes-sc li .penci-fea-in.boxes-style-4:before,
ul.homepage-featured-boxes li .penci-fea-in.boxes-style-3:after,
ul.homepage-featured-boxes li .penci-fea-in.boxes-style-3:before {
	opacity: .4;
	-webkit-transition: all .4s;
	transition: all .4s;
	z-index: 5;
	transform: none;
	-webkit-transform: none;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px
}
.home-featured-boxes-sc li .penci-fea-in.boxes-style-4:hover:after,
.home-featured-boxes-sc li .penci-fea-in.boxes-style-4:hover:before,
ul.homepage-featured-boxes li .penci-fea-in.boxes-style-3:hover:after,
ul.homepage-featured-boxes li .penci-fea-in.boxes-style-3:hover:before {
	opacity: 1
}
ul.homepage-featured-boxes .penci-fea-in.boxes-style-3 .fea-box-img {
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out
}
ul.homepage-featured-boxes .penci-fea-in.boxes-style-3:hover .fea-box-img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05)
}
ul.homepage-featured-boxes .penci-fea-in.boxes-style-3 h4 span span {
	text-transform: uppercase;
	font-size: 12px;
	font-family: var(--pchead-font)
}
.boxes-weight-bold ul.homepage-featured-boxes .penci-fea-in h4 span span {
	font-weight: 700
}
.home-featured-boxes-sc .penci-fea-in.boxes-style-4:hover .fea-box-img:after {
	opacity: 0
}
.home-featured-boxes-sc li.boxes-no-text .penci-fea-in.boxes-style-4:after,
.home-featured-boxes-sc li.boxes-no-text .penci-fea-in.boxes-style-4:before {
	border: 0
}
ul.homepage-featured-boxes.boxes-4-columns li {
	width: 25%
}
.home-featured-boxes-sc ul.homepage-featured-boxes.boxes-2-columns li {
	width: 50%
}
.home-featured-boxes-sc ul.homepage-featured-boxes.boxes-1-column li {
	width: 100%;
	margin-bottom: 20px
}
.penci-biggrid {
	--pcgap: 4px
}
.penci-biggrid-wrapper {
	margin-bottom: 20px
}
.biggrid-archive-wrapper.penci-biggrid-wrapper {
	margin-bottom: 35px
}
.penci-biggrid-inner {
	overflow: hidden;
	display: block
}
.penci-biggrid-wrapper .pcbg-content-inner {
	z-index: 5
}
.biggrid-archive-wrapper.container.two-sidebar {
	display: block
}
.penci-dflex {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	align-items: flex-start
}
.penci-bgstyle-1 .penci-dflex {
	margin-left: -10px;
	margin-right: -10px;
	width: calc(100% + 20px)
}
.penci-bgstyle-1 .penci-dflex .penci-bgitem {
	padding: 0 10px;
	margin-bottom: 20px
}
.pcsl-col-1 .pcsl-item,
.penci-grid-col-1 .penci-dflex .penci-bgitem {
	flex: 0 0 100%
}
.pcsl-col-2 .pcsl-item,
.penci-grid-col-2 .penci-dflex .penci-bgitem {
	flex: 0 0 50%
}
.pcsl-col-3 .pcsl-item,
.penci-grid-col-3 .penci-dflex .penci-bgitem {
	flex: 0 0 33.33333%
}
.pcsl-col-4 .pcsl-item,
.penci-grid-col-4 .penci-dflex .penci-bgitem {
	flex: 0 0 25%
}
.pcsl-col-5 .pcsl-item,
.penci-grid-col-5 .penci-dflex .penci-bgitem {
	flex: 0 0 20%
}
.pcsl-col-6 .pcsl-item,
.penci-grid-col-6 .penci-dflex .penci-bgitem {
	flex: 0 0 16.66667%
}
.pcbg-thumb,
.penci-bgitin {
	position: relative;
	overflow: hidden
}
.pcbg-thumb .pcbg-bgoverlay.active-overlay {
	z-index: 2
}
.pcbg-bgoverlay.active-overlay {
	background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #000 100%);
	background: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #000 100%);
	background: -ms-linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #000 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #000 100%);
	opacity: .7
}
.penci-bgitem:hover .pcbg-bgoverlay.active-overlay {
	opacity: .9
}
.penci-bgmain {
	display: flex;
	flex-direction: column;
	position: relative
}
.pcbg-bgoverlay,
.pcbg-bgoverlaytext,
.pcbg-cbgoverlap,
.pcbg-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block
}
.pcbg-cbgoverlap {
	z-index: 100
}
.penci-bgrid-content-above .pcbg-content,
.penci-bgrid-content-below .pcbg-content {
	position: static
}
.penci-bgrid-content-above .penci-bgmain {
	flex-direction: column-reverse
}
.pcbg-bgoverlay,
.pcbg-bgoverlaytext {
	transition: opacity .3s
}
.pcbg-bgoverlaytext {
	z-index: -1
}
.pcbg-mask-title .pcbg-content-inner .pcbg-above {
	margin-bottom: 5px
}
.penci-bgrid-based-custom.pcbg-mask-title .pcbg-content-inner .pcbg-above {
	margin-bottom: 9px
}
.pcbg-mask-title .pcbg-content-inner .pcbg-meta,
.post-entry .pcbg-mask-title .pcbg-content-inner .pcbg-meta {
	margin-top: 13px
}
.pcbg-mask-subtitle .cat>a.penci-cat-name:after {
	content: none;
	display: none
}
.penci-bgrid-based-post.pcbg-mask-subtitle .cat>a.penci-cat-name {
	display: inline-block;
	padding: 1px 5px !important;
	background: #a2d4af;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	margin-right: 5px
}
.penci-bgrid-based-post.pcbg-mask-subtitle .cat>a.penci-cat-name:last-child {
	margin-right: 0
}
.pcbg-mask-meta .pcbg-meta-desc,
.pcbg-mask-title .pcbg-title,
.penci-bgrid-based-custom.pcbg-mask-subtitle .pcbg-sub-title {
	display: inline;
	background: #a2d4af;
	border: none;
	padding: 0 4px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	max-width: 99%;
	transition: background-color .3s, border-color .3s
}
.pcbg-mask-title .pcbg-title {
	border-width: 3px 10px
}
.pcbg-mask-meta .pcbg-meta-desc {
	border-width: 2px 8px
}
.pcbg-content-flex {
	display: flex;
	height: 100%;
	width: 100%;
	z-index: 1;
	align-items: flex-end
}
.pcbg-content-inner {
	padding: 20px;
	position: relative;
	z-index: 1;
	display: block;
	width: 100%
}
.pcbg-content-inner.bgcontent-inline-block {
	display: inline-block;
	width: auto
}
.pcbg-content-inner .pcbg-above {
	line-height: 1;
	margin-bottom: 2px
}
.pcbg-content-inner .cat>a.penci-cat-name,
.pcbg-content-inner .cat>a.penci-cat-name:hover {
	color: inherit
}
.penci-bgrid-content-on .pcbg-content-inner .pcbg-sub-title {
	color: #fff
}
.penci-biggrid-data .pcbg-content-inner .pcbg-title {
	font-size: 18px
}
.penci-biggrid-data .pcbg-content-inner .pcbg-title a {
	font-size: inherit
}
.penci-biggrid-data.penci-fixh .pcbg-content-inner .pcbg-title {
	font-size: 16px
}
.penci-biggrid-data.penci-fixh .pcbg-big-item .pcbg-content-inner .pcbg-title {
	font-size: 24px
}
.penci-biggrid-data .pcbg-content-inner .pcbg-title,
.penci-biggrid-data .pcbg-content-inner .pcbg-title a,
.penci-biggrid-data .pcbg-content-inner .pcbg-title a:hover {
	letter-spacing: 0;
	text-decoration: none;
	margin: 0
}
.penci-bgrid-content-on .pcbg-content-inner .pcbg-title,
.penci-bgrid-content-on .pcbg-content-inner .pcbg-title a,
.penci-bgrid-content-on .pcbg-content-inner .pcbg-title a:hover {
	color: #fff
}
.pcbg-content-inner .pcbg-meta,
.post-entry .pcbg-content-inner .pcbg-meta {
	margin-top: 6px;
	line-height: 1.3;
	font-size: 14px
}
.penci-bgrid-content-on .pcbg-meta,
.penci-bgrid-content-on .pcbg-meta span,
.penci-bgrid-content-on .pcbg-meta span a {
	color: #fff
}
.pcbg-above,
.penci-bgrid-based-custom .pcbg-meta {
	font-size: 14px
}
.penci-bgitem .pcbg-pexcerpt p {
	color: inherit;
	line-height: 1.5;
	text-align: inherit
}
.penci-bgitem .pcbg-pexcerpt p:last-child {
	margin-bottom: 0 !important
}
.pcbg-content-inner .pcbg-meta>div,
.post-entry .pcbg-content-inner .pcbg-meta>div {
	margin-top: 10px
}
.pcbg-content-inner .pcbg-meta>div:first-child,
.post-entry .pcbg-content-inner .pcbg-meta>div:first-child {
	margin-top: 0
}
.penci-bgrid-based-custom .pcbg-sub-title {
	line-height: 1.2;
	margin-bottom: 7px
}
.penci-bgrid-based-custom .pcbg-sub-title a {
	color: inherit
}
.penci-biggrid-data .pcbg-readmore-sec {
	margin-top: 15px
}
.pcbg-readmore-sec .pcbg-readmorebtn,
.pcsl-readmore .pcsl-readmorebtn {
	padding: 10px 15px;
	font-size: 13px;
	line-height: 1;
	background-color: #efefef;
	color: #111;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	outline: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	border-radius: 0;
	box-shadow: none;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: .3px;
	cursor: pointer;
	text-decoration: none !important;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease, box-shadow .3s ease, opacity .3s ease
}
.pcbg-readmore-sec .pcbg-readmorebtn.pcreadmore-icon-right {
	flex-direction: row
}
.pcbg-readmore-sec .pcbg-readmorebtn.pcreadmore-icon-left {
	flex-direction: row-reverse
}
.penci-biggrid-data .pcbg-readmore-sec span {
	color: inherit;
	font: inherit
}
.penci-biggrid-data .pcbg-readmore-sec i {
	font-size: inherit;
	color: inherit
}
.pcbg-readmore-sec .pcrm-text {
	line-height: 1
}
.pcbg-readmore-sec .pcreadmore-icon-right i,
.pcbg-readmore-sec .pcreadmore-icon-right svg {
	margin-left: 5px
}
.pcbg-readmore-sec .pcreadmore-icon-left i,
.pcbg-readmore-sec .pcreadmore-icon-left svg {
	margin-right: 5px
}
.pcbg-thumb .icon-post-format {
	position: absolute;
	z-index: 2;
	text-align: center;
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 32px;
	margin: 0;
	font-size: 15px;
	opacity: 1;
	color: rgba(255, 255, 255, .9);
	background: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	background: rgba(0, 0, 0, .4);
	border: 2px solid rgba(255, 255, 255, .9)
}
.pcbg-thumb .icon-post-format .fa-play {
	margin-left: 2px
}
.pcbg-thumb .penci-piechart {
	right: auto;
	top: auto
}
.pcbg-ficonpo-top-right .pcbg-thumb .icon-post-format,
.pcbg-reiconpo-top-right .pcbg-thumb .penci-piechart {
	top: 20px;
	right: 20px
}
.pcbg-ficonpo-top-left .pcbg-thumb .icon-post-format,
.pcbg-reiconpo-top-left .pcbg-thumb .penci-piechart {
	top: 20px;
	left: 20px
}
.pcbg-ficonpo-bottom-right .pcbg-thumb .icon-post-format,
.pcbg-reiconpo-bottom-right .pcbg-thumb .penci-piechart {
	bottom: 20px;
	right: 20px
}
.pcbg-ficonpo-bottom-left .pcbg-thumb .icon-post-format,
.pcbg-reiconpo-bottom-left .pcbg-thumb .penci-piechart {
	bottom: 20px;
	left: 20px
}
.pcbg-ficonpo-center .pcbg-thumb .icon-post-format,
.pcbg-reiconpo-center .pcbg-thumb .penci-piechart {
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px
}
.pcbg-reiconpo-center .pcbg-thumb .penci-piechart {
	margin: -25px 0 0 -25px
}
.penci-bgitem:hover .icon-post-format {
	opacity: 0;
	transform: scale(.5);
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5)
}
@media only screen and (max-width:767px) {
	.penci-biggrid-wrapper.hide-mdesc .pcbg-content-inner .pcbg-meta,
	.penci-biggrid-wrapper.hide-mexcerpt .pcbg-content-inner .pcbg-pexcerpt,
	.penci-biggrid-wrapper.hide-mreadmorebt .pcbg-content-inner .pcbg-readmore-sec,
	.penci-biggrid-wrapper.hide-msubtitle .pcbg-content-inner .pcbg-above,
	.penci-biggrid-wrapper.hide-msubtitle .pcbg-content-inner .pcbg-below {
		display: none
	}
	.pcbg-ficonpo-top-right .pcbg-thumb .icon-post-format,
	.pcbg-reiconpo-top-right .pcbg-thumb .penci-piechart {
		top: 15px;
		right: 15px
	}
	.pcbg-ficonpo-top-left .pcbg-thumb .icon-post-format,
	.pcbg-reiconpo-top-left .pcbg-thumb .penci-piechart {
		top: 15px;
		left: 15px
	}
	.pcbg-ficonpo-bottom-right .pcbg-thumb .icon-post-format,
	.pcbg-reiconpo-bottom-right .pcbg-thumb .penci-piechart {
		bottom: 15px;
		right: 15px
	}
	.pcbg-ficonpo-bottom-left .pcbg-thumb .icon-post-format,
	.pcbg-reiconpo-bottom-left .pcbg-thumb .penci-piechart {
		bottom: 15px;
		left: 15px
	}
}
.penci-biggrid .penci-pagination {
	margin-bottom: 0;
	margin-top: 20px
}
.penci-bgstyle-1 .penci-pagination,
.penci-bgstyle-2 .penci-pagination {
	margin-top: 0
}
.penci-biggrid .penci-pagination a i {
	font-size: inherit
}
.pcbg-thumbin {
	display: block;
	margin: -1px;
	transition: -webkit-transform .5s cubic-bezier(0, 0, .42, 1.21);
	transition: transform .5s cubic-bezier(0, 0, .42, 1.21)
}
.pencibg-imageh-move-bottom .penci-bgitem .pcbg-thumbin,
.pencibg-imageh-move-left .penci-bgitem .pcbg-thumbin,
.pencibg-imageh-move-right .penci-bgitem .pcbg-thumbin,
.pencibg-imageh-move-top .penci-bgitem .pcbg-thumbin,
.pencibg-imageh-zoom-in .penci-bgitem:hover .pcbg-thumbin,
.pencibg-imageh-zoom-out .penci-bgitem .pcbg-thumbin {
	-webkit-transform: scale(1.09);
	transform: scale(1.09)
}
.pencibg-imageh-zoom-out .penci-bgitem:hover .pcbg-thumbin {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}
.pencibg-imageh-move-left .penci-bgitem .pcbg-thumbin {
	-webkit-transform: scale3d(1.1, 1.1, 1) translateX(4%);
	transform: scale3d(1.1, 1.1, 1) translateX(4%)
}
.pencibg-imageh-move-left .penci-bgitem:hover .pcbg-thumbin {
	-webkit-transform: scale3d(1.1, 1.1, 1) translateX(-4%);
	transform: scale3d(1.1, 1.1, 1) translateX(-4%)
}
.pencibg-imageh-move-right .penci-bgitem .pcbg-thumbin {
	-webkit-transform: scale3d(1.1, 1.1, 1) translateX(-4%);
	transform: scale3d(1.1, 1.1, 1) translateX(-4%)
}
.pencibg-imageh-move-right .penci-bgitem:hover .pcbg-thumbin {
	-webkit-transform: scale3d(1.1, 1.1, 1) translateX(4%);
	transform: scale3d(1.1, 1.1, 1) translateX(4%)
}
.pencibg-imageh-move-top .penci-bgitem .pcbg-thumbin {
	-webkit-transform: scale3d(1.1, 1.1, 1) translateY(4%);
	transform: scale3d(1.1, 1.1, 1) translateY(4%)
}
.pencibg-imageh-move-top .penci-bgitem:hover .pcbg-thumbin {
	-webkit-transform: scale3d(1.1, 1.1, 1) translateY(-4%);
	transform: scale3d(1.1, 1.1, 1) translateY(-4%)
}
.pencibg-imageh-move-bottom .penci-bgitem .pcbg-thumbin {
	-webkit-transform: scale3d(1.1, 1.1, 1) translateY(-4%);
	transform: scale3d(1.1, 1.1, 1) translateY(-4%)
}
.pencibg-imageh-move-bottom .penci-bgitem:hover .pcbg-thumbin {
	-webkit-transform: scale3d(1.1, 1.1, 1) translateY(4%);
	transform: scale3d(1.1, 1.1, 1) translateY(4%)
}
.textop .pcbg-content-inner>div:nth-of-type(1) {
	transition-delay: 50ms
}
.textop .pcbg-content-inner>div:nth-of-type(2) {
	transition-delay: .1s
}
.textop .pcbg-content-inner>div:nth-of-type(3) {
	transition-delay: .15s
}
.textop .pcbg-content-inner>div:nth-of-type(4) {
	transition-delay: .2s
}
.pencibg-texth-show-in.textop .item-hover {
	opacity: 0;
	visibility: hidden;
	transition: transform .2s ease-in-out, opacity .2s ease-in-out
}
.pencibg-texth-show-in.textop.pencibg-textani-movetop .item-hover {
	transform: translateY(15px);
	-webkit-transform: translateY(15px)
}
.pencibg-texth-show-in.textop.pencibg-textani-movebottom .item-hover {
	transform: translateY(-15px);
	-webkit-transform: translateY(-15px)
}
.pencibg-texth-show-in.textop.pencibg-textani-moveleft .item-hover {
	transform: translateX(15px);
	-webkit-transform: translateX(15px)
}
.pencibg-texth-show-in.textop.pencibg-textani-moveright .item-hover {
	transform: translateX(-15px);
	-webkit-transform: translateX(-15px)
}
.pencibg-texth-show-in.textop .penci-bgitem:hover .item-hover {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0)
}
.pencibg-texth-hide-in.textop .item-hover {
	opacity: 1;
	transition: transform .2s ease-in-out, opacity .2s ease-in-out, visibility .2s ease-in-out;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	visibility: visible
}
.pencibg-texth-hide-in.textop.pencibg-textani-movetop .penci-bgitem:hover .item-hover {
	transform: translateY(-15px);
	-webkit-transform: translateY(-15px)
}
.pencibg-texth-hide-in.textop.pencibg-textani-movebottom .penci-bgitem:hover .item-hover {
	transform: translateY(15px);
	-webkit-transform: translateY(15px)
}
.pencibg-texth-hide-in.textop.pencibg-textani-moveleft .penci-bgitem:hover .item-hover {
	transform: translateX(-15px);
	-webkit-transform: translateX(-15px)
}
.pencibg-texth-hide-in.textop.pencibg-textani-moveright .penci-bgitem:hover .item-hover {
	transform: translateX(15px);
	-webkit-transform: translateX(15px)
}
.pencibg-texth-hide-in.textop .penci-bgitem:hover .item-hover {
	opacity: 0;
	visibility: hidden
}
.pencibg-texth-show-in.notextop .pcbg-content-inner {
	opacity: 0;
	transition: opacity .2s ease-in-out, transform .2s ease-in-out
}
.pencibg-texth-show-in.pencibg-textani-zoomin .pcbg-content-inner {
	transform: scale(.8);
	-webkit-transform: scale(.8)
}
.pencibg-texth-show-in.pencibg-textani-zoomout .pcbg-content-inner {
	transform: scale(1.2);
	-webkit-transform: scale(1.2)
}
.pencibg-texth-show-in.notextop .penci-bgitem:hover .pcbg-content-inner {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1)
}
.pencibg-texth-hide-in.notextop .pcbg-content-inner {
	opacity: 1;
	transition: opacity .2s ease-in-out, transform .2s ease-in-out;
	transform: scale(1);
	-webkit-transform: scale(1)
}
.pencibg-texth-hide-in.pencibg-textani-zoomin .penci-bgitem:hover .pcbg-content-inner {
	opacity: 0;
	transform: scale(1.2);
	-webkit-transform: scale(1.2)
}
.pencibg-texth-hide-in.pencibg-textani-zoomout .penci-bgitem:hover .pcbg-content-inner {
	opacity: 0;
	transform: scale(.8);
	-webkit-transform: scale(.8)
}
.pencibg-texth-hide-in.pencibg-textani-fade .penci-bgitem:hover .pcbg-content-inner {
	opacity: 0
}
.penci-biggrid-wrapper.pcbg-titles-visible .pcbg-heading.item-hover {
	opacity: 1 !important;
	visibility: visible !important
}
.penci-bgstyle-2 .penci-biggrid-data {
	margin-left: -10px;
	margin-right: -10px
}
.penci-bgstyle-2 .item-masonry {
	width: 33.3333%;
	float: left;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px
}
.penci-bgstyle-2 .penci-image-holder:before {
	content: none
}
.penci-grid-col-1 .penci-bgstyle-2 .item-masonry {
	width: 100%
}
.penci-grid-col-2 .penci-bgstyle-2 .item-masonry {
	width: 50%
}
.penci-grid-col-4 .penci-bgstyle-2 .item-masonry {
	width: 25%
}
.penci-grid-col-5 .penci-bgstyle-2 .item-masonry {
	width: 20%
}
.penci-grid-col-6 .penci-bgstyle-2 .item-masonry {
	width: 16.666666%
}
.penci-fixh {
	display: block
}
.penci-fixh .pcbg-thumb,
.penci-fixh .pcbg-thumbin,
.penci-fixh .penci-bgitin,
.penci-fixh .penci-bgmain,
.penci-fixh .penci-image-holder {
	height: 100%
}
.penci-fixh .penci-image-holder:before {
	content: none;
	padding-top: 0
}
.penci-fixh .penci-bgitem {
	margin-right: var(--pcgap);
	margin-bottom: var(--pcgap);
	float: left
}
.penci-pagination.pcbg-paging-align-center.penci-ajax-more a.penci-ajax-more-button {
	margin-right: auto;
	margin-left: auto
}
.penci-pagination.pcbg-paging-align-right.penci-ajax-more a.penci-ajax-more-button {
	margin-left: auto;
	margin-right: 0
}
.penci-pagination.pcbg-paging-align-left.penci-ajax-more a.penci-ajax-more-button {
	margin-right: auto;
	margin-left: 0
}
.penci-bgstyle-3 .penci-fixh {
	--bgh: 500px
}
.penci-bgstyle-3 .penci-fixh .penci-bgitem {
	width: 33.33333%;
	height: calc(var(--bgh)/ 2 - var(--pcgap)/ 2);
	margin-right: 0
}
.penci-bgstyle-3 .penci-fixh .bgitem-1 {
	width: calc(66.66667% - var(--pcgap));
	height: var(--bgh);
	margin-right: var(--pcgap)
}
.penci-bgstyle-4 .penci-fixh {
	--bgh: 460px
}
.penci-bgstyle-4 .penci-fixh .penci-bgitem {
	width: calc(25% - var(--pcgap)/ 2);
	height: calc(var(--bgh)/ 2 - var(--pcgap)/ 2)
}
.penci-bgstyle-4 .penci-fixh .bgitem-1 {
	width: calc(50% - var(--pcgap));
	height: var(--bgh)
}
.penci-bgstyle-4 .penci-fixh .bgitem-0,
.penci-bgstyle-4 .penci-fixh .bgitem-3 {
	margin-right: 0
}
.penci-bgstyle-5 .penci-fixh {
	--bgh: 400px
}
.penci-bgstyle-5 .penci-fixh .penci-bgitem {
	width: calc(25% - var(--pcgap)/ 2);
	height: var(--bgh)
}
.penci-bgstyle-5 .penci-fixh .bgitem-1 {
	width: calc(50% - var(--pcgap))
}
.penci-bgstyle-5 .penci-fixh .bgitem-0 {
	margin-right: 0
}
.penci-bgstyle-6 .penci-fixh {
	--bgh: 460px;
	display: flex;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	max-height: var(--bgh)
}
.penci-bgstyle-6 .penci-fixh:after,
.penci-bgstyle-6 .penci-fixh:before {
	content: none
}
.penci-bgstyle-6 .penci-fixh .penci-bgitem {
	height: calc(var(--bgh)/ 2 - var(--pcgap));
	width: calc(25% - var(--pcgap));
	order: 1
}
.penci-bgstyle-6 .penci-fixh .bgitem-1 {
	width: 50%;
	height: var(--bgh);
	order: 2
}
.penci-bgstyle-6 .penci-fixh .bgitem-0,
.penci-bgstyle-6 .penci-fixh .bgitem-4 {
	margin-right: 0
}
.penci-bgstyle-6 .penci-fixh .bgitem-0,
.penci-bgstyle-6 .penci-fixh .bgitem-4 {
	order: 3
}
.penci-bgstyle-7 .penci-fixh {
	--bgh: 460px
}
.penci-bgstyle-7 .penci-fixh .penci-bgitem {
	height: calc(var(--bgh)/ 2 - var(--pcgap)/ 2);
	width: calc(25% - var(--pcgap)/ 2)
}
.penci-bgstyle-7 .penci-fixh .bgitem-1 {
	width: calc(50% - var(--pcgap));
	height: var(--bgh)
}
.penci-bgstyle-7 .penci-fixh .bgitem-2 {
	width: 50%
}
.penci-bgstyle-7 .penci-fixh .bgitem-0,
.penci-bgstyle-7 .penci-fixh .bgitem-2 {
	margin-right: 0
}
.penci-bgstyle-8 .penci-fixh {
	--bgh: 460px
}
.penci-bgstyle-8 .penci-fixh .penci-bgitem {
	width: calc(38% - var(--pcgap)/ 2);
	height: calc(var(--bgh)/ 3 - var(--pcgap));
	margin-right: 0
}
.penci-bgstyle-8 .penci-fixh .bgitem-1 {
	width: calc(62% - var(--pcgap)/ 2);
	height: var(--bgh);
	margin-right: var(--pcgap)
}
.penci-bgstyle-8 .penci-fixh .bgitem-2 {
	height: calc(var(--bgh)/ 3)
}
.penci-bgstyle-10 .penci-fixh,
.penci-bgstyle-9 .penci-fixh {
	--bgh: 250px
}
.penci-bgstyle-10 .penci-fixh .penci-bgitem,
.penci-bgstyle-9 .penci-fixh .penci-bgitem {
	width: calc((100% - 2 * var(--pcgap))/ 3);
	height: var(--bgh)
}
.penci-bgstyle-10 .penci-fixh .bgitem-0,
.penci-bgstyle-10 .penci-fixh .bgitem-4,
.penci-bgstyle-9 .penci-fixh .bgitem-1,
.penci-bgstyle-9 .penci-fixh .bgitem-2 {
	width: calc(50% - var(--pcgap)/ 2);
	height: calc(var(--bgh) * 1.5)
}
.penci-bgstyle-10 .penci-fixh .bgitem-0,
.penci-bgstyle-10 .penci-fixh .bgitem-3,
.penci-bgstyle-9 .penci-fixh .bgitem-0,
.penci-bgstyle-9 .penci-fixh .bgitem-2 {
	margin-right: 0
}
.penci-bgstyle-11 .penci-fixh {
	--bgh: 400px
}
.penci-bgstyle-11 .penci-fixh .penci-bgitem {
	width: 40%;
	height: calc(var(--bgh)/ 2 - var(--pcgap)/ 2)
}
.penci-bgstyle-11 .penci-fixh .bgitem-1,
.penci-bgstyle-11 .penci-fixh .bgitem-2 {
	width: calc(30% - var(--pcgap));
	height: var(--bgh)
}
.penci-bgstyle-11 .penci-fixh .bgitem-0,
.penci-bgstyle-11 .penci-fixh .bgitem-3 {
	margin-right: 0
}
.penci-bgstyle-12 .penci-fixh {
	--bgh: 400px
}
.penci-bgstyle-12 .penci-fixh .penci-bgitem {
	width: calc(25% - var(--pcgap));
	height: calc(var(--bgh)/ 2 - var(--pcgap)/ 2)
}
.penci-bgstyle-12 .penci-fixh .bgitem-1 {
	width: 50%;
	height: var(--bgh)
}
.penci-bgstyle-12 .penci-fixh .bgitem-2 {
	height: var(--bgh)
}
.penci-bgstyle-12 .penci-fixh .bgitem-0,
.penci-bgstyle-12 .penci-fixh .bgitem-3 {
	margin-right: 0
}
.penci-bgstyle-13 .penci-fixh {
	--bgh: 600px
}
.penci-bgstyle-13 .penci-fixh .penci-bgitem {
	width: calc(50% - var(--pcgap)/ 2);
	height: calc(var(--bgh)/ 2);
	margin-right: 0
}
.penci-bgstyle-13 .penci-fixh .bgitem-1 {
	width: 100%;
	height: var(--bgh)
}
.penci-bgstyle-13 .penci-fixh .bgitem-2 {
	margin-right: var(--pcgap)
}
.penci-bgstyle-14 .penci-fixh {
	--bgh: 660px
}
.penci-bgstyle-14 .penci-fixh .penci-bgitem {
	width: calc((100% - 2 * var(--pcgap))/ 3);
	height: calc(var(--bgh)/ 3)
}
.penci-bgstyle-14 .penci-fixh .bgitem-1 {
	width: 100%;
	height: var(--bgh)
}
.penci-bgstyle-14 .penci-fixh .bgitem-0,
.penci-bgstyle-14 .penci-fixh .bgitem-1 {
	margin-right: 0
}
.penci-bgstyle-15 .penci-fixh {
	--bgh: 500px
}
.penci-bgstyle-15 .penci-fixh .penci-bgitem {
	width: calc((100% - 2 * var(--pcgap))/ 3);
	height: calc(var(--bgh)/ 2 - var(--pcgap)/ 2)
}
.penci-bgstyle-15 .penci-fixh .bgitem-1 {
	width: calc(100% - (100% - 2 * var(--pcgap))/ 3 - var(--pcgap));
	height: var(--bgh)
}
.penci-bgstyle-15 .penci-fixh .bgitem-0,
.penci-bgstyle-15 .penci-fixh .bgitem-2,
.penci-bgstyle-15 .penci-fixh .bgitem-3 {
	margin-right: 0
}
.penci-bgstyle-16 .penci-fixh {
	--bgh: 300px
}
.penci-bgstyle-16 .penci-fixh .penci-bgitem {
	width: calc(44% - var(--pcgap)/ 2);
	height: var(--bgh)
}
.penci-bgstyle-16 .penci-fixh .bgitem-0,
.penci-bgstyle-16 .penci-fixh .bgitem-1 {
	width: calc(56% - var(--pcgap)/ 2)
}
.penci-bgstyle-16 .penci-fixh .bgitem-0,
.penci-bgstyle-16 .penci-fixh .bgitem-2 {
	margin-right: 0
}
.penci-bgstyle-17 .penci-fixh {
	--bgh: 400px;
	display: flex;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	margin-right: 0
}
.penci-bgstyle-17 .penci-fixh {
	--bgh: 400px
}
.penci-bgstyle-17 .penci-fixh .penci-bgitem {
	width: calc(25% - var(--pcgap)/ 2);
	height: var(--bgh);
	order: 2
}
.penci-bgstyle-17 .penci-fixh .bgitem-1 {
	width: calc(50% - var(--pcgap));
	order: 3
}
.penci-bgstyle-17 .penci-fixh .bgitem-0 {
	margin-right: 0;
	order: 4
}
.penci-bgstyle-18 .penci-fixh {
	--bgh: 560px
}
.penci-bgstyle-18 .penci-fixh .penci-bgitem {
	width: calc(35% - var(--pcgap)/ 2);
	height: var(--bgh)
}
.penci-bgstyle-18 .penci-fixh .bgitem-0,
.penci-bgstyle-18 .penci-fixh .bgitem-1 {
	width: calc(65% - var(--pcgap)/ 2)
}
.penci-bgstyle-18 .penci-fixh .bgitem-0,
.penci-bgstyle-18 .penci-fixh .bgitem-3 {
	height: calc(var(--bgh) * .6)
}
.penci-bgstyle-18 .penci-fixh .bgitem-0,
.penci-bgstyle-18 .penci-fixh .bgitem-2 {
	margin-right: 0
}
.penci-bgstyle-19 .penci-fixh,
.penci-bgstyle-20 .penci-fixh,
.penci-bgstyle-21 .penci-fixh,
.penci-bgstyle-22 .penci-fixh {
	--bgh: 250px;
	margin-left: calc(var(--pcgap) * -1 / 2);
	margin-right: calc(var(--pcgap) * -1 / 2)
}
.penci-bgstyle-19 .penci-fixh .penci-bgitem,
.penci-bgstyle-20 .penci-fixh .penci-bgitem {
	width: calc(33.3333% - var(--pcgap));
	height: var(--bgh);
	margin-left: calc(var(--pcgap)/ 2);
	margin-right: calc(var(--pcgap)/ 2)
}
.penci-bgstyle-19 .penci-fixh .bgitem-3,
.penci-bgstyle-20 .penci-fixh .bgitem-1 {
	height: calc(2 * var(--bgh) + var(--pcgap));
	float: right
}
.penci-bgstyle-19 .penci-fixh .bgitem-0,
.penci-bgstyle-20 .penci-fixh .bgitem-6 {
	width: calc(66.6667% - var(--pcgap))
}
.penci-bgstyle-20 .penci-fixh .bgitem-1 {
	float: left
}
.penci-bgstyle-21 .penci-fixh .penci-bgitem,
.penci-bgstyle-22 .penci-fixh .penci-bgitem {
	float: left;
	width: calc(25% - var(--pcgap));
	height: calc(var(--bgh) * 3 / 4);
	margin-left: calc(var(--pcgap)/ 2);
	margin-right: calc(var(--pcgap)/ 2)
}
.penci-bgstyle-21 .penci-fixh .pcbg-big-item,
.penci-bgstyle-22 .penci-fixh .pcbg-big-item {
	width: calc(33.3333% - var(--pcgap));
	height: var(--bgh)
}
@media screen and (max-width:960px) {
	.penci-bgstyle-3 .penci-fixh {
		--bgh: 460px
	}
	.penci-bgstyle-3 .penci-fixh .penci-bgitem {
		width: calc(50% - var(--pcgap)/ 2);
		margin-right: var(--pcgap)
	}
	.penci-bgstyle-3 .penci-fixh .bgitem-0 {
		margin-right: 0
	}
	.penci-bgstyle-3 .penci-fixh .bgitem-1 {
		width: 100%;
		margin-right: 0
	}
	.penci-bgstyle-4 .penci-fixh .penci-bgitem {
		width: calc(50% - var(--pcgap)/ 2)
	}
	.penci-bgstyle-4 .penci-fixh .bgitem-1 {
		width: 100%
	}
	.penci-bgstyle-5 .penci-fixh {
		--bgh: 500px
	}
	.penci-bgstyle-5 .penci-fixh .penci-bgitem {
		width: calc(50% - var(--pcgap)/ 2);
		height: calc(var(--bgh) * .8)
	}
	.penci-bgstyle-5 .penci-fixh .bgitem-1 {
		width: 100%;
		height: var(--bgh)
	}
	.penci-bgstyle-6 .penci-fixh {
		--bgh: 500px;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		max-height: none
	}
	.penci-bgstyle-6 .penci-fixh .penci-bgitem {
		width: calc(50% - var(--pcgap)/ 2);
		height: calc(var(--bgh)/ 2)
	}
	.penci-bgstyle-6 .penci-fixh .bgitem-1 {
		width: 100%;
		height: var(--bgh);
		margin-right: 0
	}
	.penci-bgstyle-6 .penci-fixh .bgitem-4 {
		margin-right: var(--pcgap)
	}
	.penci-bgstyle-6 .penci-fixh .bgitem-0,
	.penci-bgstyle-6 .penci-fixh .bgitem-3 {
		margin-right: 0
	}
	.penci-bgstyle-7 .penci-fixh .penci-bgitem {
		height: calc(var(--bgh)/ 2);
		width: calc(50% - var(--pcgap)/ 2);
		margin-right: 0
	}
	.penci-bgstyle-7 .penci-fixh .bgitem-1 {
		width: 100%;
		height: var(--bgh)
	}
	.penci-bgstyle-7 .penci-fixh .bgitem-2 {
		width: 100%
	}
	.penci-bgstyle-7 .penci-fixh .bgitem-3 {
		margin-right: var(--pcgap)
	}
	.penci-bgstyle-8 .penci-fixh {
		--bgh: 460px
	}
	.penci-bgstyle-8 .penci-fixh .penci-bgitem {
		width: 100%;
		height: calc(var(--bgh)/ 2)
	}
	.penci-bgstyle-8 .penci-fixh .bgitem-1 {
		width: 100%;
		margin-right: 0;
		height: var(--bgh)
	}
	.penci-bgstyle-10 .penci-fixh,
	.penci-bgstyle-9 .penci-fixh {
		--bgh: 460px
	}
	.penci-bgstyle-10 .penci-fixh .penci-bgitem,
	.penci-bgstyle-9 .penci-fixh .penci-bgitem {
		width: 100%;
		height: var(--bgh);
		margin-right: 0
	}
	.penci-bgstyle-10 .penci-fixh .bgitem-0,
	.penci-bgstyle-10 .penci-fixh .bgitem-4,
	.penci-bgstyle-9 .penci-fixh .bgitem-1,
	.penci-bgstyle-9 .penci-fixh .bgitem-2 {
		width: calc(50% - var(--pcgap)/ 2);
		height: calc(var(--bgh)/ 2)
	}
	.penci-bgstyle-10 .penci-fixh .bgitem-4,
	.penci-bgstyle-9 .penci-fixh .bgitem-1 {
		margin-right: var(--pcgap)
	}
	.penci-bgstyle-11 .penci-fixh,
	.penci-bgstyle-14 .penci-fixh,
	.penci-bgstyle-15 .penci-fixh {
		--bgh: 250px
	}
	.penci-bgstyle-11 .penci-fixh .penci-bgitem,
	.penci-bgstyle-14 .penci-fixh .penci-bgitem,
	.penci-bgstyle-15 .penci-fixh .penci-bgitem {
		width: calc(50% - var(--pcgap)/ 2);
		height: var(--bgh);
		margin-right: var(--pcgap)
	}
	.penci-bgstyle-11 .penci-fixh .bgitem-0,
	.penci-bgstyle-11 .penci-fixh .bgitem-2,
	.penci-bgstyle-14 .penci-fixh .bgitem-0,
	.penci-bgstyle-14 .penci-fixh .bgitem-2,
	.penci-bgstyle-15 .penci-fixh .bgitem-0,
	.penci-bgstyle-15 .penci-fixh .bgitem-2,
	.penci-bgstyle-15 .penci-fixh .bgitem-4 {
		margin-right: 0
	}
	.penci-bgstyle-12 .penci-fixh {
		--bgh: 460px
	}
	.penci-bgstyle-12 .penci-fixh .penci-bgitem {
		width: calc(50% - var(--pcgap)/ 2);
		margin-right: 0
	}
	.penci-bgstyle-12 .penci-fixh .bgitem-1 {
		width: 100%
	}
	.penci-bgstyle-12 .penci-fixh .bgitem-2 {
		margin-right: var(--pcgap)
	}
	.penci-bgstyle-12 .penci-fixh .bgitem-0,
	.penci-bgstyle-12 .penci-fixh .bgitem-3 {
		margin-right: 0
	}
	.penci-bgstyle-13 .penci-fixh {
		--bgh: 460px
	}
	.penci-bgstyle-16 .penci-fixh {
		--bgh: 200px
	}
	.penci-bgstyle-17 .penci-fixh {
		--bgh: 500px;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: 0
	}
	.penci-bgstyle-17 .penci-fixh .penci-bgitem {
		width: calc(50% - var(--pcgap)/ 2);
		height: calc(var(--bgh) * .8)
	}
	.penci-bgstyle-17 .penci-fixh .bgitem-1 {
		width: 100%;
		height: var(--bgh);
		margin-right: 0;
		order: 1
	}
	.penci-bgstyle-18 .penci-fixh .penci-bgitem {
		width: calc(45% - var(--pcgap)/ 2)
	}
	.penci-bgstyle-18 .penci-fixh .bgitem-0,
	.penci-bgstyle-18 .penci-fixh .bgitem-1 {
		width: calc(55% - var(--pcgap)/ 2)
	}
	.penci-bgstyle-18 .penci-fixh .bgitem-0,
	.penci-bgstyle-18 .penci-fixh .bgitem-3 {
		height: calc(var(--bgh) * .8)
	}
	.penci-bgstyle-18 .penci-fixh {
		--bgh: 300px
	}
	.penci-bgstyle-19 .penci-fixh .bgitem-0,
	.penci-bgstyle-19 .penci-fixh .penci-bgitem,
	.penci-bgstyle-20 .penci-fixh .bgitem-6,
	.penci-bgstyle-20 .penci-fixh .penci-bgitem {
		width: calc(50% - var(--pcgap))
	}
	.penci-bgstyle-19 .penci-fixh .bgitem-3,
	.penci-bgstyle-20 .penci-fixh .bgitem-1 {
		width: calc(100% + var(--pcgap))
	}
	.penci-bgstyle-21 .penci-fixh .penci-bgitem,
	.penci-bgstyle-22 .penci-fixh .penci-bgitem {
		width: calc(50% - var(--pcgap));
		height: var(--bgh)
	}
	.penci-bgstyle-21 .penci-fixh .bgitem-1,
	.penci-bgstyle-22 .penci-fixh .bgitem-1 {
		height: calc(var(--bgh) * 2);
		width: calc(100% + var(--pcgap))
	}
}
@media screen and (max-width:767px) {
	.penci-bgstyle-3 .penci-fixh,
	.penci-bgstyle-8 .penci-fixh {
		--bgh: 320px
	}
	.penci-bgstyle-4 .penci-fixh,
	.penci-bgstyle-6 .penci-fixh {
		--bgh: 380px
	}
	.penci-bgstyle-7 .penci-fixh {
		--bgh: 400px
	}
	.penci-bgstyle-11 .penci-fixh,
	.penci-bgstyle-14 .penci-fixh,
	.penci-bgstyle-15 .penci-fixh,
	.penci-bgstyle-16 .penci-fixh,
	.penci-bgstyle-19 .penci-fixh,
	.penci-bgstyle-20 .penci-fixh,
	.penci-bgstyle-21 .penci-fixh,
	.penci-bgstyle-22 .penci-fixh {
		--bgh: 190px
	}
	.penci-bgstyle-10 .penci-fixh,
	.penci-bgstyle-12 .penci-fixh,
	.penci-bgstyle-13 .penci-fixh,
	.penci-bgstyle-17 .penci-fixh,
	.penci-bgstyle-5 .penci-fixh,
	.penci-bgstyle-9 .penci-fixh {
		--bgh: 300px
	}
	.penci-bgstyle-10 .penci-fixh .bgitem-0,
	.penci-bgstyle-10 .penci-fixh .bgitem-4,
	.penci-bgstyle-9 .penci-fixh .bgitem-1,
	.penci-bgstyle-9 .penci-fixh .bgitem-2 {
		width: 100%;
		height: var(--bgh);
		margin-right: 0
	}
	.penci-bgstyle-18 .penci-fixh {
		--bgh: 240px
	}
	.penci-bgrid-monecol .penci-fixh .penci-bgitem {
		margin-right: 0 !important;
		margin-left: 0 !important;
		width: 100% !important
	}
	.penci-bgrid-monecol .penci-fixh {
		margin-left: 0 !important;
		margin-right: 0 !important
	}
	.penci-bgrid-monecol .penci-bgstyle-11 .penci-fixh .penci-bgitem,
	.penci-bgrid-monecol .penci-bgstyle-13 .penci-fixh .penci-bgitem,
	.penci-bgrid-monecol .penci-bgstyle-14 .penci-fixh .penci-bgitem,
	.penci-bgrid-monecol .penci-bgstyle-15 .penci-fixh .penci-bgitem,
	.penci-bgrid-monecol .penci-bgstyle-3 .penci-fixh .penci-bgitem,
	.penci-bgrid-monecol .penci-bgstyle-4 .penci-fixh .penci-bgitem,
	.penci-bgrid-monecol .penci-bgstyle-6 .penci-fixh .penci-bgitem {
		height: var(--bgh)
	}
	.penci-bgrid-msameh .penci-fixh .penci-bgitem {
		height: var(--bgh) !important
	}
	.pcbg-content-inner {
		padding: 15px
	}
}
.pcbg-verbd .penci-dflex .penci-bgitem,
.pcsl-verbd .pcsl-item {
	border-right: 1px solid var(--pcborder-cl)
}
.pcbg-verbd .penci-dflex .penci-bgitem:last-child,
.pcsl-verbd:not(.pcsl-crs) .pcsl-item:last-child {
	border-right: none !important
}
@media screen and (max-width:767px) {
	.pcbg-verbd .penci-dflex .penci-bgitem,
	.pcsl-verbd .pcsl-item {
		border-right: none !important
	}
}
@media screen and (max-width:1169px) {
	.pcsl-col-5 .pcsl-item,
	.pcsl-col-6 .pcsl-item,
	.penci-grid-col-5 .penci-dflex .penci-bgitem,
	.penci-grid-col-6 .penci-dflex .penci-bgitem {
		flex: 0 0 33.33333%
	}
	.penci-grid-col-5 .penci-bgstyle-2 .item-masonry,
	.penci-grid-col-6 .penci-bgstyle-2 .item-masonry {
		width: 33.33333%
	}
}
@media screen and (max-width:960px) {
	.pcsl-col-4 .pcsl-item,
	.penci-grid-col-4 .penci-bgitem {
		flex: 0 0 50%
	}
	.penci-grid-col-4 .penci-bgstyle-2 .item-masonry {
		width: 50%
	}
}
@media screen and (max-width:1169px) {
	.pcsl-tabcol-1 .pcsl-item,
	.penci-grid-tcol-1 .penci-dflex .penci-bgitem {
		flex: 0 0 100%
	}
	.pcsl-tabcol-2 .pcsl-item,
	.penci-grid-tcol-2 .penci-dflex .penci-bgitem {
		flex: 0 0 50%
	}
	.pcsl-tabcol-3 .pcsl-item,
	.penci-grid-tcol-3 .penci-dflex .penci-bgitem {
		flex: 0 0 33.33333%
	}
	.pcsl-tabcol-4 .pcsl-item,
	.penci-grid-tcol-4 .penci-dflex .penci-bgitem {
		flex: 0 0 25%
	}
	.penci-grid-tcol-1 .penci-bgstyle-2 .item-masonry {
		width: 100%
	}
	.penci-grid-tcol-2 .penci-bgstyle-2 .item-masonry {
		width: 50%
	}
	.penci-grid-tcol-3 .penci-bgstyle-2 .item-masonry {
		width: 33.33333%
	}
	.penci-grid-tcol-4 .penci-bgstyle-2 .item-masonry {
		width: 25%
	}
}
@media screen and (max-width:767px) {
	.pcsl-col-2 .pcsl-item,
	.pcsl-col-3 .pcsl-item,
	.pcsl-col-4 .pcsl-item,
	.pcsl-col-5 .pcsl-item,
	.pcsl-col-6 .pcsl-item,
	.pcsl-mobcol-1 .pcsl-item,
	.penci-dflex .penci-bgitem,
	.penci-grid-col-2 .penci-dflex .penci-bgitem,
	.penci-grid-col-3 .penci-dflex .penci-bgitem,
	.penci-grid-col-4 .penci-dflex .penci-bgitem,
	.penci-grid-col-5 .penci-dflex .penci-bgitem,
	.penci-grid-col-6 .penci-dflex .penci-bgitem,
	.penci-grid-mcol-1 .penci-dflex .penci-bgitem {
		flex: 0 0 100%
	}
	.pcsl-mobcol-2 .pcsl-item,
	.penci-grid-mcol-2 .penci-dflex .penci-bgitem {
		flex: 0 0 50%
	}
	.pcsl-mobcol-3 .pcsl-item,
	.penci-grid-mcol-3 .penci-dflex .penci-bgitem {
		flex: 0 0 33.33333%
	}
	.penci-grid-col-2 .penci-bgstyle-2 .item-masonry,
	.penci-grid-col-3 .penci-bgstyle-2 .item-masonry,
	.penci-grid-col-4 .penci-bgstyle-2 .item-masonry,
	.penci-grid-col-5 .penci-bgstyle-2 .item-masonry,
	.penci-grid-col-6 .penci-bgstyle-2 .item-masonry,
	.penci-grid-mcol-1 .penci-bgstyle-2 .item-masonry {
		width: 100%
	}
	.penci-grid-mcol-2 .penci-bgstyle-2 .item-masonry {
		width: 50%
	}
	.penci-grid-mcol-3 .penci-bgstyle-2 .item-masonry {
		width: 33.33333%
	}
}
.pcfooter-navmenu {
	--pcfnmn-space: 30px;
	--pcfnmn-spea-height: 12px;
	--pcfnmn-cirspea-h: 4px
}
.pcfooter-navmenu {
	display: block;
	clear: both
}
.pcfooter-navmenu .pcfoot-navmenu {
	padding: 0;
	list-style: none;
	margin: 0;
	vertical-align: top;
	line-height: 1.6
}
.pcfoot-navmenu:after,
.pcfoot-navmenu:before {
	content: "";
	display: table;
	clear: both
}
.pcfooter-navmenu .pcfoot-navmenu .sub-menu,
.pcfooter-navmenu .pcfoot-navmenu>li ul {
	display: none !important
}
.pcfooter-navmenu .pcfoot-navmenu>li {
	display: inline-block;
	vertical-align: top;
	margin-right: var(--pcfnmn-space);
	margin-bottom: 0;
	line-height: unset;
	position: relative
}
.pcfooter-navmenu .pcfoot-navmenu>li:last-child {
	margin-right: 0
}
.pcfooter-navmenu .pcfoot-navmenu li a {
	color: var(--pctext-cl);
	text-decoration: none;
	transition: all .3s;
	display: block;
	line-height: 1.5
}
.pcfooter-navmenu.pcfnm-bgitems .pcfoot-navmenu li a {
	background: #e5e5e5;
	padding: 5px 15px;
	line-height: 1.3
}
.pcfooter-navmenu.pcfnm-bditems .pcfoot-navmenu li a {
	padding: 5px 15px;
	line-height: 1.3;
	border: 1px solid var(--pcborder-cl)
}
.pcfooter-navmenu .pcfoot-navmenu li a:hover,
.pcfooter-navmenu .pcfoot-navmenu li.current-menu-item a {
	color: var(--pcaccent-cl)
}
.pcfooter-navmenu.pcfnm-bgitems .pcfoot-navmenu li a:hover {
	background: #ddd
}
.pcfooter-navmenu .pcfoot-navmenu>li:after {
	content: "";
	display: block;
	width: 0;
	border: 0 solid var(--pcborder-cl);
	border-left-width: 1px;
	height: var(--pcfnmn-spea-height);
	position: absolute;
	right: calc(var(--pcfnmn-space) * -1 / 2 - 2px);
	top: 50%;
	margin-top: calc(var(--pcfnmn-spea-height) * -1 / 2)
}
.pcfnm-sepa-slash .pcfoot-navmenu>li:after {
	transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	right: calc(var(--pcfnmn-space) * -1 / 2 - 3px)
}
.pcfnm-sepa-dslash .pcfoot-navmenu>li:after {
	transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	border-right-width: 1px;
	width: 4px;
	right: calc(var(--pcfnmn-space) * -1 / 2 - 5px)
}
.pcfnm-sepa-circle .pcfoot-navmenu>li:after {
	width: var(--pcfnmn-cirspea-h);
	height: var(--pcfnmn-cirspea-h);
	border: none;
	border-radius: 50%;
	background: var(--pcborder-cl);
	transform: none;
	margin-top: calc(var(--pcfnmn-cirspea-h) * -1 / 2);
	right: calc(var(--pcfnmn-space) * -1 / 2 - var(--pcfnmn-cirspea-h)/ 2 - 2px)
}
.pcfooter-navmenu.pcfnm-sepa-none .pcfoot-navmenu>li:after,
body.rtl .pcfooter-navmenu .pcfoot-navmenu>li:first-child:after,
body:not(.rtl) .pcfooter-navmenu .pcfoot-navmenu>li:last-child:after {
	content: none;
	display: none
}
.penci-smalllist {
	display: block;
	width: 100%;
	clear: both;
	--pcsl-hgap: 20px;
	--pcsl-bgap: 20px;
	--pcsl-between: 20px;
	--pcsl-dwidth: 15%;
	overflow: hidden
}
.pcsl-inner,
.swiper.pcsl-inner {
	margin-left: calc(var(--pcsl-hgap) * -1 / 2);
	margin-right: calc(var(--pcsl-hgap) * -1 / 2);
	width: calc(100% + var(--pcsl-hgap));
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	align-items: flex-start
}
.pcsl-inner .pcsl-item {
	padding: 0 calc(var(--pcsl-hgap)/ 2);
	width: 100%;
	margin-bottom: var(--pcsl-bgap)
}
.pcsl-inner .pcsl-iteminer {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	align-items: flex-start
}
.pcsl-inner.pcsl-imgpos-top .pcsl-iteminer {
	flex-direction: column
}
.sl-date {
	color: var(--pcmeta-cl)
}
.pcsl-crs.pcsl-inner .pcsl-item {
	margin-bottom: 0 !important
}
.pcsl-inner .pcsl-thumb {
	width: 32%;
	order: 2;
	transition: opacity .3s;
	position: relative
}
.pcsl-inner .pcsl-thumb:hover {
	opacity: .85
}
.pcsl-inner .pcsl-content {
	width: 68%;
	padding: 0 var(--pcsl-between);
	order: 3
}
.pcsl-inner.pcsl-hdate .pcsl-date {
	width: var(--pcsl-dwidth);
	order: 1;
	padding: 0 var(--pcsl-between)
}
.pcsl-inner.pcsl-hdate .pcsl-date.pcsl-dpos-left {
	padding-left: 0;
	order: 0
}
.pcsl-inner.pcsl-hdate .pcsl-date.pcsl-dpos-right {
	padding-right: 0;
	order: 5
}
.pcsl-inner.pcsl-hdate .pcsl-thumb {
	width: 20%
}
.pcsl-inner.pcsl-hdate .pcsl-content {
	width: 65%;
	width: calc(80% - var(--pcsl-dwidth))
}
.pcsl-inner .pcsl-content ins {
	text-decoration: none
}
.pcsl-inner.pcsl-imgpos-top .pcsl-thumb {
	margin-bottom: var(--pcsl-between);
	width: 100%
}
.pcsl-imgpos-left .pcsl-content {
	padding-right: 0
}
.pcsl-imgpos-right .pcsl-content {
	padding-left: 0;
	order: 1
}
.pcsl-imgpos-top .pcsl-content,
.pcsl-inner .pcsl-nothumb .pcsl-content {
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important
}
.pcsl-inner .pcsl-content .pcsl-title {
	font-size: 16px;
	color: var(--pcheading-cl);
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei);
	line-height: 1.4;
	display: block
}
.pcsl-inner .pcsl-content .pcsl-title a {
	font-size: inherit;
	color: inherit;
	font-family: inherit;
	font-weight: inherit;
	text-decoration: none
}
.pcsl-inner .pcsl-content .pcsl-title a:hover {
	color: var(--pcaccent-cl)
}
.pcsl-inner .pcsl-content .cat {
	line-height: 1.3;
	margin-bottom: 4px
}
.pcsl-inner .pcsl-content .cat .penci-product-cats,
.pcsl-inner .pcsl-content .cat .penci-product-cats a {
	text-decoration: none;
	color: var(--pcaccent-cl)
}
.pcsl-inner .grid-post-box-meta,
.post-entry .pcsl-inner .grid-post-box-meta {
	margin-top: 8px;
	line-height: 1.3;
	font-size: 14px
}
.pcsl-nocrop .penci-image-holder:before {
	padding-top: 0;
	content: none
}
.pcsl-flex-full {
	width: 100%;
	order: 10
}
.pcsl-pexcerpt {
	margin-top: 15px
}
.pcsl-inner .pcsl-pexcerpt p {
	line-height: 1.5
}
.pcsl-inner .pcsl-pexcerpt p:last-child {
	margin-bottom: 0
}
.pcsl-readmore {
	margin-top: 15px;
	display: block
}
.pcsl-readmore .pcsl-readmorebtn.pcsl-btns-bordered {
	border: 1px solid var(--pcborder-cl);
	background: 0 0
}
.pcsl-readmore .pcsl-readmorebtn.pcsl-btns-underline {
	border: 0 solid var(--pcborder-cl);
	border-bottom-width: 2px;
	background: 0 0 !important;
	padding: 0 0 3px 0 !important
}
.pcsl-readmore .pcsl-readmorebtn.pcsl-btns-text {
	padding: 0 !important;
	border: none !important;
	background: 0 0 !important
}
@media screen and (min-width:1025px) {
	.pcsl-grid.pcsl-col-2 .pcsl-item:nth-last-child(2),
	.pcsl-grid.pcsl-col-3 .pcsl-item:nth-last-child(2),
	.pcsl-grid.pcsl-col-3 .pcsl-item:nth-last-child(3),
	.pcsl-grid.pcsl-col-4 .pcsl-item:nth-last-child(2),
	.pcsl-grid.pcsl-col-4 .pcsl-item:nth-last-child(3),
	.pcsl-grid.pcsl-col-4 .pcsl-item:nth-last-child(4),
	.pcsl-grid.pcsl-col-5 .pcsl-item:nth-last-child(2),
	.pcsl-grid.pcsl-col-5 .pcsl-item:nth-last-child(3),
	.pcsl-grid.pcsl-col-5 .pcsl-item:nth-last-child(4),
	.pcsl-grid.pcsl-col-5 .pcsl-item:nth-last-child(5),
	.pcsl-grid.pcsl-col-6 .pcsl-item:nth-last-child(2),
	.pcsl-grid.pcsl-col-6 .pcsl-item:nth-last-child(3),
	.pcsl-grid.pcsl-col-6 .pcsl-item:nth-last-child(4),
	.pcsl-grid.pcsl-col-6 .pcsl-item:nth-last-child(5),
	.pcsl-grid.pcsl-col-6 .pcsl-item:nth-last-child(6) {
		margin-bottom: 0 !important
	}
}
@media screen and (max-width:1024px) and (min-width:768px) {
	.pcsl-grid.pcsl-tabcol-2 .pcsl-item:nth-last-child(2),
	.pcsl-grid.pcsl-tabcol-3 .pcsl-item:nth-last-child(2),
	.pcsl-grid.pcsl-tabcol-3 .pcsl-item:nth-last-child(3),
	.pcsl-grid.pcsl-tabcol-4 .pcsl-item:nth-last-child(2),
	.pcsl-grid.pcsl-tabcol-4 .pcsl-item:nth-last-child(3),
	.pcsl-grid.pcsl-tabcol-4 .pcsl-item:nth-last-child(4) {
		margin-bottom: 0 !important
	}
}
@media screen and (max-width:767px) {
	.pcsl-grid.pcsl-mobcol-2 .pcsl-item:nth-last-child(2),
	.pcsl-grid.pcsl-mobcol-3 .pcsl-item:nth-last-child(2),
	.pcsl-grid.pcsl-mobcol-3 .pcsl-item:nth-last-child(3) {
		margin-bottom: 0 !important
	}
	.pcsl-inner.pcsl-cat-mhide .pcsl-content .cat,
	.pcsl-inner.pcsl-excerpt-mhide .pcsl-pexcerpt,
	.pcsl-inner.pcsl-meta-mhide .pcsl-meta,
	.pcsl-inner.pcsl-rm-mhide .pcsl-readmore {
		display: none
	}
	.pcsl-inner.pcsl-imgtopmobile .pcsl-thumb {
		margin-bottom: var(--pcsl-between);
		width: 100%;
		order: 1
	}
	.pcsl-inner.pcsl-hdate .pcsl-content,
	.pcsl-inner.pcsl-hdate .pcsl-date,
	.pcsl-inner.pcsl-hdate .pcsl-thumb,
	.pcsl-inner.pcsl-imgtopmobile .pcsl-content {
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 100% !important
	}
	.pcsl-inner.pcsl-hdate .pcsl-thumb {
		order: 1 !important;
		margin-bottom: 15px
	}
	.pcsl-inner.pcsl-hdate .pcsl-date {
		order: 2 !important;
		margin-bottom: 8px
	}
	.pcsl-inner.pcsl-hdate .pcsl-content {
		order: 3 !important
	}
}
.pcsl-grid .pcsl-item:last-child,
.pcsl-nlist .pcsl-item:last-child {
	margin-bottom: 0 !important
}
.penci-homepage-title {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
	clear: both;
	background: 0 0;
	margin-top: 5px
}
.penci-border-arrow {
	position: relative;
	line-height: 1.3;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px
}
.post-entry .penci-border-arrow a,
.post-entry .penci-border-arrow a:hover {
	text-decoration: none
}
.penci-border-arrow .inner-arrow {
	border: 1px solid #313131;
	background: #fff;
	position: relative;
	display: block;
	text-transform: uppercase;
	padding: 8px 12px 7px;
	z-index: 3;
	font-size: 14px
}
.penci-border-arrow .inner-arrow a {
	text-decoration: none !important;
	font-size: inherit;
	font-weight: inherit;
	color: inherit !important
}
.penci-border-arrow .inner-arrow .pcbh-extrabtn {
	font-size: 70%;
	display: inline-block
}
.penci-border-arrow .inner-arrow .pcbh-btns-underline {
	position: relative;
	padding-bottom: 3px;
	line-height: 1;
	transform: translateY(-2px);
	transition: all .3s
}
.penci-border-arrow .inner-arrow .pcbh-btns-underline:after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: red;
	transition: all .3s
}
@media only screen and (max-width:479px) {
	.penci-border-arrow .inner-arrow .pcbh-extrabtn.pcbtn-etrhm {
		display: none
	}
}
.penci-border-arrow .inner-arrow .pcbh-extrabtn.pcbh-btnp-left {
	margin-right: 10px
}
.penci-border-arrow .inner-arrow .pcbh-extrabtn.pcbh-btnp-right {
	margin-left: 10px
}
.penci-border-arrow .inner-arrow .pcbh-extrabtn.pcbh-btni-right i {
	margin-left: 5px;
	margin-right: 0
}
.penci-border-arrow .inner-arrow .pcbh-extrabtn.pcbh-btni-left i {
	margin-right: 5px;
	margin-left: 0
}
.penci-homepage-title {
	--extrabtn: 0;
}
.penci-border-arrow.block-tbtnpos-left .inner-arrow .pcbh-extrabtn,
.penci-border-arrow.block-tbtnpos-right .inner-arrow .pcbh-extrabtn {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 0;
	margin-right: 0;
}
.penci-border-arrow.block-tbtnpos-left .inner-arrow .pcbh-extrabtn {
	left: 0;
	right: auto;
}
.pcalign-right.block-tbtnpos-left .pcnav-lgroup {
	left: calc( var(--extrabtn) + 15px );
}
.block-tbtnpos-right .pcnav-lgroup,
.pcalign-right.block-tbtnpos-right .pcnav-lgroup {
	right: calc( var(--extrabtn) + 15px );
}
.penci-border-arrow:after,
.penci-border-arrow:before {
	content: "";
	position: absolute
}
.penci-border-arrow:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	bottom: -5px;
	left: 50%;
	border-top-color: #313131;
	border-width: 6px;
	border-bottom: 0;
	margin-left: -6px;
	z-index: 5
}
.penci-border-arrow:after {
	border: 1px solid #313131;
	left: -5px;
	right: -5px;
	bottom: 3px;
	display: block;
	z-index: 1;
	height: 100%
}
.penci-homepage-title h3 {
	font-size: 14px;
	color: #313131;
	text-transform: uppercase;
	position: relative;
	z-index: 1
}
.penci-simplelist,
.penci-simplelist li,
.post-entry ul.penci-simplelist {
	margin: 0;
	padding: 0;
	list-style: none
}
.penci-simplelist li,
.post-entry ul.penci-simplelist li {
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 10px;
	line-height: 1.4
}
.penci-simplelist>li:last-child,
.post-entry ul.penci-simplelist>li:last-child {
	margin-bottom: 0 !important
}
.penci-simplelist li .list-icon {
	display: inline-block;
	margin-right: 5px;
	transition: all .3s;
	order: 0
}
.penci-simplelist li .list-icon svg {
	width: 15px;
	height: auto;
	vertical-align: middle
}
.penci-iconp-right li .list-icon {
	order: 2;
	margin-right: 0;
	margin-left: 5px
}
.penci-simplelist.penci-justify-center li {
	justify-content: center
}
.penci-simplelist.penci-justify-right li {
	justify-content: flex-end
}
.penci-simplelist li a {
	color: inherit;
	font-family: inherit;
	font-size: inherit
}
.penci-simplelist li a:hover {
	text-transform: none
}
.penci-simplelist-shape-icon li .list-icon {
	line-height: 25px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 25px;
	min-height: 25px;
	text-align: center;
	padding: 4px
}
.list-icon img {
	width: auto;
	max-height: 50px
}
.penci-simplelist-style-rounded .list-icon {
	border-radius: 50%
}
.penci-simplelist.penci-simplelist-type-ordered {
	counter-reset: section
}
.penci-simplelist.penci-simplelist-type-ordered li:before {
	content: counter(section) ". ";
	counter-increment: section;
	background-color: transparent
}
.penci-simplelist.penci-simplelist-type-unordered li:before {
	display: inline-block;
	content: "\25B8";
	background-color: transparent;
	line-height: 1;
	margin-right: 5px;
	transition: color .3s
}
.penci-simplelist.penci-iconp-right.penci-simplelist-type-unordered li:before {
	order: 3;
	margin-left: 5px;
	margin-right: 0
}
.mega-menu-list,
.mega-menu-list ul,
.post-entry ul.mega-menu-list,
.post-entry ul.mega-menu-list ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.mega-menu-list {
	--pcmega-colspace: 20px
}
.mega-menu-list ul,
.post-entry ul.mega-menu-list ul {
	margin-top: 15px
}
.post-entry ul.mega-menu-list a:hover,
ul.mega-menu-list a {
	text-decoration: none
}
.post-entry ul.mega-menu-list a:hover,
ul.mega-menu-list a:hover {
	color: var(--pcaccent-cl)
}
.post-entry ul.mega-menu-list li,
ul.mega-menu-list li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
	margin-bottom: 15px
}
.post-entry ul.mega-menu-list li:last-child,
ul.mega-menu-list li:last-child {
	margin-bottom: 0 !important
}
.mega-menu-list>li>a {
	font-family: var(--pchead-font);
	font-weight: 700;
	text-transform: uppercase;
	position: relative
}
.mega-menu-list>li.heading-style-style-2>a {
	border-bottom: 3px solid var(--pctext-cl);
	padding: 0 0 8px;
	display: block
}
.mega-menu-list>li.heading-style-style-2>a:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 3px;
	background-color: var(--pcaccent-cl);
	left: 0;
	bottom: -3px
}
.mega-menu-list>li.heading-style-style-3 {
	overflow: hidden
}
.mega-menu-list>li.heading-style-style-3>a {
	padding-right: 12px
}
.mega-menu-list>li.heading-style-style-3>a:after {
	position: absolute;
	content: "";
	width: 2000px;
	height: 0;
	top: 50%;
	left: 100%;
	border-bottom: 1px solid var(--pcborder-cl);
	z-index: 1
}
.mega-menu-list li a {
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: var(--pctext-cl);
	line-height: unset
}
.mega-menu-list li a img {
	display: inline-block;
	width: auto;
	max-height: 20px
}
.mega-menu-list .menu-label {
	font-size: 9px;
	font-weight: 600;
	line-height: 12px;
	position: absolute;
	z-index: 1;
	top: calc(50% - 24px);
	left: 100%;
	display: inline-block;
	margin-left: -20px;
	padding: 3px 4px;
	vertical-align: middle;
	white-space: nowrap;
	letter-spacing: .3px;
	text-transform: uppercase;
	color: #fff;
	line-height: 1;
	background-color: var(--pcaccent-cl)
}
.mega-menu-list .menu-label.label-style-1:before,
.mega-menu-list .menu-label.label-style-2:before {
	position: absolute;
	top: 100%;
	left: 10px;
	content: "";
	border: 4px solid;
	border-color: var(--pcaccent-cl);
	border-right-width: 7px;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
	border-left-width: 0
}
.mega-menu-list .menu-label.label-style-2:before {
	left: 0;
	border-right-width: 5px
}
.mega-menu-list .menu-label.label-style-3 {
	top: calc(50% - 8px);
	left: 100%;
	margin-left: 5px;
	border-color: var(--pcaccent-cl)
}
.mega-menu-list .menu-label.label-style-3:before {
	position: absolute;
	top: calc(50% - 4px);
	left: -4px;
	content: "";
	border-width: 4px 4px 4px 0;
	border-style: solid;
	border-color: var(--pcaccent-cl);
	border-top-color: transparent !important;
	border-bottom-color: transparent !important;
	border-left-color: transparent !important
}
.mega-menu-list .menu-label.label-style-4:before {
	position: absolute;
	right: 50%;
	bottom: -4px;
	left: 50%;
	margin-left: -3px;
	content: "";
	border-width: 4px 3px 0 3px;
	border-style: solid;
	border-color: var(--pcaccent-cl);
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
	border-left-color: transparent !important
}
ul.pcmg-subcol-2>li {
	display: block;
	float: left;
	width: calc(50% - var(--pcmega-colspace)/ 2);
	margin-right: var(--pcmega-colspace)
}
ul.pcmg-subcol-3>li {
	display: block;
	float: left;
	width: calc(33.3333% - var(--pcmega-colspace)/ 3 * 2);
	margin-right: var(--pcmega-colspace)
}
ul.pcmg-subcol-2>li:nth-child(2n+2),
ul.pcmg-subcol-3>li:nth-child(3n+3) {
	margin-right: 0
}
ul.pcmg-subcol-2>li:nth-child(2n+1),
ul.pcmg-subcol-3>li:nth-child(3n+1) {
	clear: both
}
ul.pcmg-subcol-2>li:nth-last-child(2),
ul.pcmg-subcol-3>li:nth-last-child(2),
ul.pcmg-subcol-3>li:nth-last-child(3) {
	margin-bottom: 0 !important
}
.standard-post-special {
	position: relative;
	margin: 0 0 26px 0
}
.standard-content-special {
	padding: 0;
	text-align: center;
	background: #fff;
	display: block;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, .2)
}
.standard-post-special.no-thumbnail .standard-content-special {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: 1px solid #ececec
}
.format-post-box {
	display: block;
	padding: 52px 30px 21px 30px;
	position: relative
}
.format-post-box.penci-format-link {
	padding-top: 19px
}
.format-post-box .post-format-icon {
	position: absolute;
	width: 100%;
	text-align: center;
	display: block;
	top: 16px;
	margin-left: -30px
}
.format-post-box.penci-format-link .post-format-icon {
	display: none
}
.format-post-box .post-format-icon i {
	font-size: 35px;
	padding: 0 20px;
	display: inline-block;
	color: var(--pcaccent-cl)
}
.format-post-box .post-format-icon i.fa-quote-left:before {
	content: "\f101";
	font-family: penciicon;
	font-size: 26px;
	font-weight: 400
}
.format-post-box .dt-special,
.format-post-box .dt-special a {
	color: #888;
	font-size: 112.5%;
	font-style: italic
}
.format-post-box.penci-format-quote .dt-special {
	text-align: center;
	font-style: italic;
	font-size: 18px
}
.format-post-box .dt-special a:hover {
	color: var(--pcaccent-cl)
}
.author-quote {
	margin: 15px 0 5px;
	text-align: center;
	display: block;
	overflow: hidden
}
.author-quote span {
	display: inline-block;
	font-size: 12px;
	padding: 0 11px;
	position: relative;
	color: var(--pcaccent-cl);
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei);
	text-transform: uppercase
}
.author-quote span:after,
.author-quote span:before {
	position: absolute;
	content: "";
	width: 60px;
	height: 1px;
	top: 50%;
	left: 100%;
	background: var(--pcaccent-cl)
}
.author-quote span:before {
	left: auto;
	right: 100%
}
.standard-post-image {
	margin: 0 0 26px 0;
	text-align: center;
	display: block;
	position: relative
}
.standard-content-special,
.standard-post-image .audio-iframe {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 30px;
	display: block
}
.standard-post-image.no-thumbnail .audio-iframe,
.standard-post-special.no-thumbnail .standard-content-special {
	position: static
}
.standard-post-image img {
	vertical-align: top;
	max-width: 100%;
	height: auto
}
.header-standard {
	text-align: center;
	padding-bottom: 17px;
	position: relative;
	margin: 0 0 19px 0
}
.header-standard:after {
	content: "";
	position: absolute;
	width: 60px;
	height: 1px;
	background: var(--pcaccent-cl);
	display: block;
	bottom: 0;
	left: 50%;
	margin-left: -30px
}
.header-standard-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	column-gap: 30px;
	margin-bottom: 6px;
}
.header-standard-wrapper > div {
	margin: 0;
}
.header-standard-wrapper > div .cat > a.penci-cat-name {
	margin-bottom: 0;
	font-size: 14px;
}
.penci-standard-cat {
	overflow: hidden;
	display: block;
	margin-bottom: 6px
}
.header-standard .cat {
	display: inline-block;
	position: relative
}
.pc_titlebig_standard,
.pc_titlebig_standard a,
.header-standard .post-title,
.header-standard h2,
.header-standard h2 a {
	color: #313131;
	font-size: 24px;
	text-transform: uppercase
}
.container-single .header-standard h2.penci-psub-title,
.container-single h2.penci-psub-title,
.pcsb-subtt .penci-psub-title {
	letter-spacing: 0;
	text-transform: none;
	font-size: 18px;
	line-height: 1.3;
	margin: 8px 0;
	color: #777
}
.pcsb-subtt .penci-psub-title {
	margin: 0
}
@media only screen and (min-width:768px) {
	.penci-header-text-white .header-standard h2.penci-psub-title,
	.penci-single-style-10.penci-header-text-white .header-standard h2.penci-psub-title,
	.penci-single-style-20.penci-header-text-white .header-standard h2.penci-psub-title,
	.penci-single-style-13.penci-header-text-white .header-standard h2.penci-psub-title {
		color: #ccc
	}
}
@media only screen and (max-width:767px) {
	.container-single .header-standard h2.penci-psub-title,
	.container-single h2.penci-psub-title {
		font-size: 16px
	}
}
.pc_titlebig_standard a:hover,
.header-standard h2 a:hover {
	color: #888
}
.header-standard .author-post > span {
	color: #888
}
.header-standard .author-post {
	margin: 6px 0 0;
	font-size: 14px
}
.header-standard .author-post span,
.header-standard .author-post span a {
	font-size: inherit
}
.header-standard .author-post span a:not(.penci-cat-name) {
	color: #313131;
	text-transform: capitalize
}
.header-standard .author-post span a:hover {
	color: var(--pcaccent-cl)
}
.header-standard .author-post span a.penci-cat-name {
	margin-bottom: 0;
  	line-height: inherit;
}
.standard-content {
	position: relative
}
.standard-main-content {
	text-align: left
}
.penci-more-link {
	text-align: center;
	overflow: hidden;
	clear: both
}
.penci-more-link a.more-link {
	font-family: var(--pchead-font);
	color: var(--pcaccent-cl);
	text-transform: uppercase;
	font-size: 12px;
	display: inline-block;
	margin-top: 5px;
	font-weight: var(--pchead-wei);
	position: relative;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}
.standard-post-entry a.more-link:hover {
	text-decoration: none
}
.penci-more-link a.more-link:after,
.penci-more-link a.more-link:before {
	position: absolute;
	content: "";
	width: 60px;
	height: 0;
	top: 50%;
	left: 100%;
	margin: 0 10px;
	margin-top: -1px;
	border-top: 1px solid var(--pcaccent-cl);
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}
.penci-more-link a.more-link:before {
	left: auto;
	right: 100%
}
.penci-more-link a.more-link:hover:before {
	right: 50%;
	margin-right: -10px;
	width: 90px
}
.penci-more-link a.more-link:hover:after {
	left: 50%;
	margin-left: -10px;
	width: 90px
}
.penci-more-link.penci-more-link-button {
	margin-top: 17px
}
.penci-more-link.penci-more-link-button a.more-link:after,
.penci-more-link.penci-more-link-button a.more-link:before {
	content: none;
	display: none
}
.penci-more-link.penci-more-link-button a.more-link {
	line-height: 1;
	color: #fff;
	background: var(--pcaccent-cl);
	padding: 14px 16px;
	margin-top: 0
}
.penci-more-link.penci-more-link-button a.more-link:hover {
	opacity: .8
}
.penci-post-box-meta {
	padding: 15px 0;
	clear: both;
	display: block;
	border-top: 1px solid var(--pcborder-cl);
	border-bottom: 1px solid var(--pcborder-cl);
	margin: 30px 0 0
}
.penci-post-box-meta.center-inner {
	text-align: center
}
.penci-post-box-meta.center-inner .penci-post-share-box {
	float: none
}
.penci-post-box-meta .penci-box-meta {
	display: inline-block;
	font-size: 14px
}
.penci-hide-tagupdated {
	display: none !important
}
.penci-post-box-meta .penci-box-meta a,
.penci-post-box-meta .penci-box-meta span {
	color: #888
}
.grid-post-box-meta i,
.penci-post-box-meta .penci-box-meta i {
	margin-right: 5px
}
.penci-post-box-meta .penci-box-meta a:hover {
	color: var(--pcaccent-cl)
}
.penci-post-box-meta .penci-box-meta span:after {
	content: "";
	width: 0;
	height: 10px;
	margin: 0 16px 0 20px;
	display: inline-block;
	background: 0 0 !important;
	border-right: 1px solid;
	opacity: .7
}
.penci-post-box-meta .penci-box-meta span:last-child:after {
	content: none;
	display: none
}
.penci-post-box-meta .penci-post-share-box {
	display: inline-block;
	float: right
}
.penci-post-box-meta .penci-post-share-box a {
	display: inline-block;
	position: relative;
	color: #313131;
	margin-left: 10px;
	font-size: 14px
}
.penci-post-box-meta .penci-post-share-box a:first-child {
	margin-left: 0
}
.penci-post-share-box a.liked,
.penci-post-share-box a:hover {
	color: var(--pcaccent-cl)
}
.penci-post-share-box .dt-share {
	position: absolute;
	display: inline-block;
	font-size: 9px;
	font-family: var(--pchead-font);
	font-weight: 400;
	background: #313131;
	color: #fff;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	text-align: center;
	bottom: -45px;
	width: 60px;
	left: 50%;
	margin-left: -30px;
	opacity: 0;
	visibility: hidden;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	z-index: 5
}
.penci-post-share-box a:hover .dt-share {
	opacity: 1;
	bottom: -30px;
	visibility: visible
}
.penci-post-share-box .dt-share:before {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 7px solid #313131;
	content: "";
	top: -7px;
	left: 50%;
	margin-left: -4px
}
.penci-post-like.liked i:before {
	content: "\f004"
}
.penci-fawesome-ver5 .penci-post-like.liked i:before {
	font-weight: 900
}
.list-posts-share .penci-svg-line,
.penci-post-share-box .penci-svg-line {
	vertical-align: top;
	transform: translateY(2px);
	-webkit-transform: translateY(2px)
}
.list-posts-share .penci-svg-viber,
.penci-post-share-box .penci-svg-viber {
	vertical-align: top;
	transform: translateY(4px);
	-webkit-transform: translateY(4px)
}
.penci-svg-discord,
.penci-svg-goodreads,
.penci-svg-line,
.penci-svg-messenger,
.penci-svg-tiktok,
.penci-svg-viber {
	width: 14px;
	vertical-align: middle
}
.post-share-item.show-on-mobile {
	display: none
}
.tags-share-box-sticky .dt-share {
	display: none !important
}
@media only screen and (max-width:960px) {
	.post-share-item.show-on-desktop {
		display: none
	}
}
.header-standard.header-classic {
	margin: 0 0 26px 0;
	padding: 0
}
.header-standard.header-classic:after {
	content: none;
	display: none
}
.header-standard.header-classic.penci-title-bellow {
	margin-bottom: 40px
}
ul.penci-grid {
	display: flex;
	flex-wrap: wrap;
	row-gap: 0;
	--pcrgap: 30px;
	column-gap: var(--pcrgap);
	padding: 0 !important;
	margin: 0
}
@media only screen and (min-width: 768px) {
	ul.penci-grid[data-layout="boxed-2"] {
		row-gap: var(--pcrgap);
	}
}
.penci-grid>li {
	width: calc((100% - var(--pcrgap) * 2)/ 3);
	margin-bottom: 51px;
	list-style: none !important
}
.sd-content ul li {
	clear: none !important;
	width: auto !important
}
.penci-grid>li.grid-style {
	text-align: center
}
.container.penci_sidebar .penci-grid>li,
.penci-grid>li.grid-2-style {
	width: calc((100% - var(--pcrgap))/ 2)
}
.penci-lposts-ctcol.pencisc-grid-1 .penci-grid>li,
.penci-lposts-ctcol.pencisc-grid-2 .penci-grid>li,
.penci-lposts-ctcol.pencisc-grid-3 .penci-grid>li,
.penci-lposts-ctcol.pencisc-grid-4 .penci-grid>li,
.penci-lposts-ctcol.pencisc-grid-5 .penci-grid>li,
.penci-lposts-ctcol.pencisc-grid-6 .penci-grid>li {
	width: 100%;
	margin-bottom: 0;
	margin-right: 0
}
.penci-grid li .item>.thumbnail,
.penci-masonry .item-masonry>.thumbnail {
	display: inline-block;
	position: relative;
	transition: opacity .3s;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	margin-bottom: 28px;
	width: 100%
}
.grid-mixed .thumbnail .icon-post-format,
.pcsl-thumb .icon-post-format,
.penci-grid li .item .thumbnail .icon-post-format,
.penci-masonry .item-masonry>.thumbnail .icon-post-format {
	position: absolute;
	z-index: 2;
	text-align: center;
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 38px;
	top: 50%;
	left: 50%;
	margin: -21px 0 0 -21px;
	font-size: 16px;
	opacity: 1;
	color: rgba(255, 255, 255, .9);
	background: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	background: rgba(0, 0, 0, .4);
	border: 2px solid rgba(255, 255, 255, .9)
}
.pcsl-thumb .icon-post-format {
	width: 34px;
	height: 34px;
	line-height: 30px;
	margin: -17px 0 0 -17px;
	font-size: 14px
}
.pcsl-thumb .icon-post-format i.fa-play,
.penci-grid li .item .thumbnail .icon-post-format i.fa-play,
.penci-masonry .item-masonry>.thumbnail .icon-post-format i.fa-play {
	margin-left: 3px
}
.grid-mixed .thumbnail:hover .icon-post-format,
.pcsl-thumb:hover .icon-post-format,
.penci-grid li .item>.thumbnail:hover .icon-post-format,
.penci-masonry .item-masonry>.thumbnail:hover .icon-post-format {
	opacity: 0;
	transform: scale(.5);
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5)
}
.grid-mixed .thumbnail:hover,
.penci-grid li .item>.thumbnail:hover,
.penci-masonry .item-masonry>.thumbnail:hover {
	opacity: .85
}
.penci-grid li .item img,
.penci-masonry .item-masonry a img {
	width: 100%;
	height: auto;
	vertical-align: top;
	margin: 0
}
.penci-grid li .item .cat,
.penci-masonry .item-masonry .cat {
	color: var(--pcaccent-cl);
	display: block;
	margin-bottom: 8px
}
.penci-masonry .item-masonry .grid-post-box-meta .cat,
.penci-grid li .item .grid-post-box-meta .cat {
	display: inline-block;
	margin-bottom: 0;
}
.penci-masonry .item-masonry .grid-post-box-meta .cat > a.penci-cat-name,
.penci-grid li .item .grid-post-box-meta .cat > a.penci-cat-name {
	margin-bottom: 0;
	line-height: inherit;
	font-size: inherit;
}
.penci_grid_title a,
.penci-grid li .item h2 a,
.penci-masonry .item-masonry h2 a {
	font-size: 18px;
	color: var(--pcheading-cl);
	text-transform: uppercase;
	transition: .3s;
}
.penci_grid_title a:hover,
.penci-grid li .item h2 a:hover,
.penci-masonry .item-masonry h2 a:hover {
	color: #888
}
.penci-grid li .item p,
.penci-masonry .item-masonry p {
	margin-bottom: 0
}
.penci-grid .mixed-detail .item-content,
.penci-grid li .item .item-content,
.penci-masonry .item-masonry .item-content {
	margin-top: 18px;
	text-align: left
}
.penci-post-box-meta.penci-post-box-grid {
	border: none !important;
	padding: 0;
	text-align: center;
	position: relative;
	margin-top: 16px;
	clear: none
}
.penci-post-box-meta.penci-post-box-grid:before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	height: 1px;
	background: #dedede;
	display: block;
	top: 49%;
	z-index: 1
}
.penci-post-box-meta.penci-post-box-grid .penci-post-share-box {
	float: none !important;
	padding: 0 10px;
	position: relative;
	z-index: 5;
	background: #fff;
	display: inline-block;
	margin-top: 0
}
.grid-header-box {
	padding-bottom: 17px;
	position: relative
}
.grid-header-box:after {
	width: 60px;
	height: 1px;
	background: var(--pcaccent-cl);
	margin-left: -30px;
	position: absolute;
	left: 50%;
	bottom: 0;
	content: ""
}
.grid-boxed-4-item .grid-header-box::after {
	display: none;
}
.penci-grid li.grid-overlay-meta .item>.thumbnail,
.penci-masonry .item-masonry.grid-overlay-meta>.thumbnail {
	margin-bottom: 0;
	vertical-align: top
}
.grid-overlay-meta .grid-header-box {
	margin: -30px 25px 0;
	background: #fff;
	padding-top: 25px;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 10;
	position: relative
}
.penci-featured-cat-seemore,
.penci-readmore-btn {
	margin-top: 10px;
	display: block;
	text-align: left
}
.penci-featured-cat-seemore {
	clear: both;
	margin: -40px 0 60px;
	line-height: 1
}
.penci-seemore-style-8 {
	margin-top: -20px
}
.penci-featured-cat-seemore a,
.penci-readmore-btn a {
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	line-height: inherit
}
.penci-featured-cat-seemore a:hover,
.penci-readmore-btn a:hover {
	opacity: .7
}
.penci-featured-cat-seemore i,
.penci-readmore-btn i {
	margin-left: 5px;
	font-size: inherit;
	color: inherit
}
.penci-readmore-btn.penci-btn-make-button {
	margin-top: 21px
}
.penci-featured-cat-seemore.penci-btn-remove-arrow i,
.penci-readmore-btn.penci-btn-remove-arrow i {
	display: none
}
.penci-featured-cat-seemore.penci-btn-make-button a,
.penci-readmore-btn.penci-btn-make-button a {
	line-height: 1;
	color: #fff;
	background: var(--pcaccent-cl);
	padding: 10px 15px;
	text-transform: uppercase;
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei);
	font-size: 12px;
	display: inline-block
}
.penci-featured-cat-seemore.penci-btn-align-center,
.penci-readmore-btn.penci-btn-align-center {
	text-align: center
}
.penci-featured-cat-seemore.penci-btn-align-left,
.penci-readmore-btn.penci-btn-align-left {
	text-align: left
}
.penci-featured-cat-seemore.penci-btn-align-right,
.penci-readmore-btn.penci-btn-align-right {
	text-align: right
}
.penci-wrap-masonry {
	margin-left: -15px;
	margin-right: -15px
}
.penci-masonry {
	width: 100%;
	display: inline-block;
	vertical-align: top
}
.penci-masonry .item-masonry {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 33.3333%;
	display: inline-block;
	padding: 0 15px;
	float: left;
	margin-bottom: 51px;
	text-align: center
}
.penci-isotope-padding {
	display: block !important;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover
}
.item-link-relative,
.penci-post-gallery-container .item-link-relative {
	position: relative;
	display: block;
	vertical-align: top
}
.item-link-relative>img,
.item-masonry a img,
.penci-post-gallery-container .item-link-relative img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	z-index: 1;
	width: 100%
}
.container.penci_sidebar .penci-masonry .item-masonry,
.container.penci_sidebar .penci-masonry[data-cols="2"] .item-masonry,
.penci-masonry .item-masonry.grid-masonry-2,
.penci-masonry[data-cols="2"] .item-masonry {
	width: 50%
}
.penci-masonry .item-masonry .thumbnail>a {
	display: inline-block;
	vertical-align: top;
	width: 100%
}
.container.penci_sidebar .penci-masonry[data-cols="6"] .item-masonry,
.penci-masonry[data-cols="6"] .item-masonry,
.pencisc-grid-6 .penci-masonry .item-masonry {
	width: 16.6666667%
}
.container.penci_sidebar .penci-masonry[data-cols="5"] .item-masonry,
.penci-masonry[data-cols="5"] .item-masonry,
.pencisc-grid-5 .penci-masonry .item-masonry {
	width: 20%
}
.container.penci_sidebar .penci-masonry[data-cols="4"] .item-masonry,
.penci-masonry[data-cols="4"] .item-masonry,
.pencisc-grid-4 .penci-masonry .item-masonry {
	width: 25%
}
.container.penci_sidebar .penci-masonry[data-cols="3"] .item-masonry,
.penci-masonry[data-cols="3"] .item-masonry,
.pencisc-grid-3 .penci-masonry .item-masonry {
	width: 33.3333%
}
.container.penci_sidebar .penci-masonry[data-cols="2"] .item-masonry,
.penci-masonry[data-cols="2"] .item-masonry,
.pencisc-grid-2 .penci-masonry .item-masonry {
	width: 50%
}
.container.penci_sidebar .penci-masonry[data-cols="1"] .item-masonry,
.penci-masonry[data-cols="1"] .item-masonry,
.pencisc-grid-1 .penci-masonry .item-masonry {
	width: 100%
}
.penci-masonry .standard-masonry {
	width: 50%
}
.standard-masonry .standard-main-content>h2 {
	font-size: 20px
}
.standard-masonry .standard-main-content>h2:before {
	height: 18px;
	top: 3px
}
.penci-masonry .item-masonry.standard-masonry .cat a {
	margin-bottom: 13px
}
.standard-masonry .post-box-meta {
	margin-top: 14px
}
.cat>a.penci-cat-name {
	font-size: 13px;
	color: var(--pcaccent-cl);
	line-height: 1.2;
	margin: 0 15px 0 0;
	padding-right: 10px;
	display: inline-block;
	vertical-align: top;
	background: 0 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	font-weight: 400;
	margin-bottom: 5px;
	position: relative;
	text-decoration: none
}
.cat>a.penci-cat-name:after {
	content: "";
	display: inline-block;
	border: 1px solid;
	font-size: 12px;
	margin-left: 10px;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	width: 3px;
	height: 3px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	box-sizing: unset;
	-webkit-box-sizing: unset;
	opacity: .65
}
.cat>a.penci-cat-name:first-child {
	margin-left: 0
}
.cat>a.penci-cat-name:last-child {
	margin-right: 0;
	padding: 0
}
.cat>a.penci-cat-name:last-child:after {
	content: none;
	display: none
}
.penci-grid li.list-post {
	width: 100% !important;
	margin-right: 0 !important;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #dedede
}
.penci-grid li.list-post .item {
	width: 100%
}
.penci-grid li.list-post:last-child {
	margin-bottom: 40px;
	padding-bottom: 0;
	border-bottom: none
}
.penci-grid li.list-post .item>.thumbnail {
	margin: 0;
	width: 46.25%;
	float: left;
	max-width: 100%
}
.pc-has-thumb.pc-list-imgright article {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}
.pc-has-thumb.pc-list-imgright article .thumbnail {
	align-self: start;
}
.penci-grid li.pclist-layout.pc-has-thumb.pc-list-imgright .item .content-list-right {
	padding-left: 0;
	padding-right: 30px;
}
.penci-latest-posts-sc .penci-grid li.list-post .item>.thumbnail {
	max-width: 100%
}
.penci-grid li.list-post .item .content-list-right {
	margin: 0;
	padding-left: 30px;
	width: 53.75%;
	float: left
}
.penci-grid li.list-post .item .content-list-right.fullwidth {
	padding: 0 !important;
	width: 100% !important
}
.penci-grid[data-layout=list-boxed] li.list-post.pc-nothumb .item {
	border-left: 1px solid var(--pcborder-cl);
	padding-left: 20px
}
.penci-grid[data-layout=list-boxed-2] li.list-post.pc-nothumb .item {
	border-right: 1px solid var(--pcborder-cl);
	padding-right: 20px
}
.list-post .header-list-style {
	position: relative;
	padding-bottom: 17px
}
.list-post .header-list-style:after {
	content: "";
	width: 60px;
	height: 1px;
	background: var(--pcaccent-cl);
	display: block;
	bottom: 0;
	left: 0;
	position: absolute
}
.content-special-list {
	width: 100%;
	display: block;
	padding: 30px;
	background-size: cover;
	background-position: center center;
	position: relative
}
.content-special-list.no-thumbnail {
	padding: 0
}
.content-special-list .standard-content-special {
	position: relative;
	left: auto;
	top: auto;
	bottom: auto;
	right: auto
}
.content-special-list.no-thumbnail .standard-content-special {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: 1px solid #ececec
}
.list-post.penci-slistp .header-list-style {
	padding-bottom: 5px
}
.penci-grid li.list-post.penci-slistp .item>.thumbnail {
	width: 160px;
	max-width: 100%;
	margin-right: 16px;
	float: left
}
.penci-grid li.list-post.penci-slistp .item .content-list-right {
	display: block;
	float: none !important;
	overflow: hidden;
	width: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important
}
.list-post.penci-slistp .header-list-style:after {
	content: none;
	display: none
}
.penci-grid li.list-post.penci-slistp {
	padding-bottom: 15px;
	margin-bottom: 15px
}
.penci-latest-posts-small-list li.penci-slistp:last-child {
	padding-bottom: 0 !important
}
.penci-latest-posts-mixed-3 .penci-grid li.penci-slistp,
.penci-latest-posts-mixed-4 .penci-grid li.penci-slistp,
.penci-layout-mixed-3 .penci-grid li.penci-slistp,
.penci-layout-mixed-4 .penci-grid li.penci-slistp {
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 15px;
	border-bottom: none;
	border-top: 1px solid var(--pcborder-cl)
}
.penci-latest-posts-mixed-3 .penci-grid li.penci-slistp~.penci-slistp,
.penci-latest-posts-mixed-4 .penci-grid li.penci-slistp~.penci-slistp,
.penci-layout-mixed-3 .penci-grid li.penci-slistp~.penci-slistp,
.penci-layout-mixed-4 .penci-grid li.penci-slistp~.penci-slistp {
	margin-top: 15px
}
.penci-latest-posts-mixed-3 .penci-grid li.list-post.penci-slistp:last-child,
.penci-latest-posts-mixed-4 .penci-grid li.list-post.penci-slistp:last-child,
.penci-layout-mixed-3 .penci-grid li.list-post.penci-slistp:last-child,
.penci-layout-mixed-4 .penci-grid li.list-post.penci-slistp:last-child {
	margin-bottom: 30px
}
.post-entry li.penci-slistp .grid-post-box-meta {
	line-height: 1.3;
	margin-top: 10px
}
.penci-grid li.penci-slistp .item .thumbnail .icon-post-format {
	width: 32px;
	height: 32px;
	line-height: 30px;
	margin: -16px 0 0 -16px;
	font-size: 14px;
	left: 50%;
	right: auto
}
.grid-mixed {
	display: table;
	width: 100%;
	vertical-align: top;
	border: 1px solid var(--pcborder-cl);
	margin-bottom: 60px
}
.grid-mixed>article {
	width: 100%;
	display: table
}
.grid-mixed .mixed-detail,
.grid-mixed .thumbnail {
	display: table-cell;
	vertical-align: top
}
.grid-mixed .thumbnail.thumb-right {
	display: none
}
.penci-grid>.grid-mixed:nth-of-type(2n) .thumbnail.thumb-right {
	display: table-cell
}
.penci-grid>.grid-mixed:nth-of-type(2n) .thumbnail.thumb-left {
	display: none
}
.grid-mixed .thumbnail {
	width: 65.812%;
	transition: opacity .3s;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	position: relative
}
.grid-mixed .mixed-detail {
	width: 34.188%;
	padding: 30px;
	padding-bottom: 115px;
	position: relative
}
.grid-mixed .mixed-detail .cat {
	margin-bottom: 8px;
	display: block
}
.grid-mixed .mixed-detail h2 a {
	font-size: 18px;
	text-transform: uppercase;
	color: #313131
}
.grid-mixed .mixed-detail h2 a:hover {
	color: #888
}
.grid-mixed .grid-header-box:after {
	left: 0;
	margin: 0
}
.grid-mixed .penci-post-box-meta {
	margin: 0 0 4px 0;
	position: absolute;
	left: 30px;
	bottom: 30px;
	right: 30px;
	display: block
}
.penci-el-mixed-s2 .grid-mixed .mixed-detail,
.penci-el-mixed-s2 .grid-mixed .thumbnail.thumb-left,
.penci-latest-posts-sc .grid-mixed .mixed-detail,
.penci-latest-posts-sc .grid-mixed .thumbnail.thumb-left,
.penci_sidebar .grid-mixed .mixed-detail,
.penci_sidebar .grid-mixed .thumbnail.thumb-left {
	display: block !important;
	width: 100%
}
@media only screen and (min-width:961px) {
	.penci-latest-posts-mixed-larger .grid-mixed .thumbnail.thumb-left {
		width: 65.812%
	}
	.penci-latest-posts-mixed-larger .grid-mixed .mixed-detail {
		width: 34.188%
	}
	.penci-latest-posts-mixed-larger .grid-mixed .mixed-detail,
	.penci-latest-posts-mixed-larger .grid-mixed .thumbnail.thumb-left {
		display: table-cell !important;
		vertical-align: top
	}
	.penci-latest-posts-mixed-larger .grid-mixed.pcmx-hide-share .mixed-detail {
		padding-bottom: 30px;
		vertical-align: middle;
	}
}
.penci_sidebar .grid-mixed .mixed-detail {
	padding: 30px
}
.penci_sidebar .grid-mixed .penci-post-box-meta {
	position: relative;
	margin: 31px 0 4px;
	left: auto;
	right: auto;
	bottom: auto
}
.penci-el-mixed-s2 .grid-mixed .thumbnail.thumb-right,
.penci-latest-posts-sc .grid-mixed .thumbnail.thumb-right,
.penci_sidebar .grid-mixed .thumbnail.thumb-right {
	display: none !important
}
.penci-el-mixed-s2 .penci-grid>li {
	width: calc((100% - var(--pcrgap))/ 2)
}
.penci-grid .list-post.list-boxed-post {
	position: relative;
	padding-bottom: 0;
	border: 1px solid #dedede !important;
	margin-bottom: 60px
}
.penci-post-box-meta.post-box-boxed-1 {
	margin: 31px 0 0;
	text-align: left
}
.list-post.list-boxed-post .header-list-style:after,
.penci-layout-boxed-1 .list-boxed-post .header-list-style:after,
.penci-layout-classic-boxed-1 .list-boxed-post .header-list-style:after,
.penci-layout-standard-boxed-1 .list-boxed-post .header-list-style:after {
	left: 50%;
	margin-left: -30px
}
.grid-post-box-meta {
	margin: 12px 0 0;
	font-size: 14px
}
.grid-post-box-meta > span:not(.cat) {
	color: #888
}
.grid-post-box-meta a,
.grid-post-box-meta span {
	font-size: inherit
}
.grid-post-box-meta span:after {
	content: "";
	width: 1px;
	height: 10px;
	background: #dedede;
	margin: 0 8px 0 10px;
	border-right: 1px solid;
	background: 0 0 !important;
	opacity: .6;
	display: inline-block
}
.grid-post-box-meta span:last-child:after {
	content: none;
	display: none
}
.grid-post-box-meta span a {
	color: #313131
}
.grid-post-box-meta span a.comment-link {
	color: #888;
	font-style: normal
}
.grid-post-box-meta span a.comment-link:hover,
.grid-post-box-meta span a:hover {
	color: var(--pcaccent-cl)
}
.list-boxed-post .grid-post-share-box .inner-grid-post-share-box {
	background: #fff
}
.penci-grid .list-post.list-boxed-post .item>.thumbnail {
	width: 50%;
	max-width: none;
	position: relative;
	float: none
}
.penci-grid .list-post.list-boxed-post .item>.content-list-right {
	float: right
}
.penci-grid li.list-boxed-post:nth-of-type(2n+2) .item>.content-list-right {
	float: left
}
.penci-grid .list-post.list-boxed-post .item>.thumbnail:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 20px solid #fff;
	border-bottom: 20px solid transparent;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	z-index: 5
}
.penci-grid .list-post.list-boxed-post:nth-of-type(2n+2) .item>.thumbnail:before {
	border-right: none;
	border-left: 20px solid #fff;
	right: auto;
	left: 0
}
.penci-grid .list-post.list-boxed-post .item .content-list-right {
	padding: 20px 60px;
	display: table;
	width: 50%;
	min-height: 389px;
	height: 389px;
	text-align: center
}
.list-boxed-post .inner-content-list-right {
	vertical-align: middle;
	display: table-cell
}
.penci_sidebar .penci-grid .list-post.list-boxed-post .item .content-list-right {
	padding: 20px 30px;
	min-height: 0;
	height: auto
}
.penci-grid .list-post.list-boxed-post .item .content-list-right.fullwidth {
	width: 100%;
	max-width: none
}
.list-boxed-post .fullwidth .inner-content-list-right {
	min-height: 0;
	padding-left: 0;
	padding-right: 0
}
.grid-featured.penci-infeed-data,
.penci-grid .list-post.list-boxed-post.penci-infeed-data {
	border: none !important
}
.penci-infeed-data {
	overflow: hidden;
	text-align: center !important
}
.penci-infeed-data .penci-inner-infeed-data {
	display: block
}
.penci-infeed-data.penci-infeed-fullwidth-ads {
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 40px
}
.grid-overlay {
	margin-bottom: 60px;
	position: relative;
	display: block;
	clear: both
}
.grid-style.grid-overlay {
	width: 100%
}
.penci-overlay-over {
	position: relative
}
.penci-overlay-over:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .3;
	z-index: 1;
	transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease
}
.penci-overlay-over:hover:before {
	opacity: .5
}
.penci-overlay-over .overlay-header-box {
	position: absolute;
	text-align: center;
	left: 20px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	z-index: 10;
	padding-bottom: 18px
}
.penci-overlay-over .overlay-header-box:after {
	content: "";
	height: 1px;
	background: #fff;
	display: block;
	position: absolute;
	bottom: 0;
	width: 60px;
	left: 50%;
	margin-left: -30px
}
.penci-overlay-over:hover .overlay-header-box:after {
	width: 60px;
	left: 50%;
	margin-left: -30px
}
.overlay-header-box .cat {
	display: block;
	margin-bottom: 6px
}
.overlay-header-box .cat>a.penci-cat-name {
	color: #fff
}
.overlay-header-box .cat>a.penci-cat-name:hover {
	color: var(--pcaccent-cl);
	text-decoration: none
}
.overlay-header-box .cat>a.penci-cat-name:after {
	border-color: #fff
}
.overlay-header-box .overlay-author {
	margin-top: 6px;
	font-size: 14px
}
.overlay-header-box .overlay-title a {
	text-transform: uppercase;
	color: #fff;
	font-size: 24px
}
.overlay-author a,
.overlay-author span {
	color: #fff;
	font-style: italic
}
.overlay-author a:hover {
	color: var(--pcaccent-cl)
}
.penci-overlay-over .overlay-border {
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	display: block;
	border: 1px solid #fff;
	z-index: 5
}
.overlay-post-box-meta {
	position: absolute;
	bottom: -1px;
	left: 30px;
	right: 30px;
	text-align: center;
	margin: 0;
	background: #fff;
	z-index: 7;
	border: none;
	padding: 21px 10px 0
}
.overlay-post-box-meta>div {
	display: inline-block;
	vertical-align: bottom;
	line-height: 1;
	float: none !important
}
.overlay-post-box-meta>div:after {
	content: "";
	width: 0;
	height: 10px;
	margin: 0 13px 0 16px;
	display: inline-block;
	border-right: 1px solid;
	background: 0 0 !important;
	opacity: .7
}
.overlay-post-box-meta > span.cat {
	display: inline-block;
	vertical-align: bottom;
	line-height: 1;
	float: none !important;
}
.overlay-post-box-meta > span.cat a {
	margin: 0;
}
.overlay-post-box-meta>div:last-child:after {
	content: none;
	display: none
}
.overlay-post-box-meta,
.overlay-post-box-meta .overlay-share a,
.overlay-post-box-meta .overlay-share span {
	color: #888
}
.overlay-post-box-meta .overlay-share a:hover {
	color: var(--pcaccent-cl)
}
.overlay-post-box-meta .overlay-share i {
	color: inherit;
	margin-right: 5px
}
.grid-featured {
	margin-bottom: 60px;
	border: 1px solid var(--pcborder-cl);
	overflow: hidden;
	width: 100%;
}
.grid-featured .thumbnail {
	position: relative;
	margin: -1px -1px 0 -1px
}
.penci-featured-infor {
	padding: 20px;
	text-align: center
}
.penci-featured-infor .cat {
	display: block;
	margin-bottom: 8px
}
.penci-featured-infor .grid-post-box-meta .cat {
	margin: initial;
	display: inline-block;
}
.penci-featured-infor .penci-entry-title {
	text-transform: uppercase;
	font-size: 24px
}
.penci-featured-infor .penci-entry-title a {
	color: var(--pcheading-cl);
	text-decoration: none;
	font-size: inherit
}
.penci-featured-infor .penci-entry-title a:hover {
	color: var(--pcaccent-cl);
	text-decoration: none
}
.penci-featured-infor .item-content {
	margin-top: 18px;
	text-align: left
}
.penci-featured-infor .item-content>p:last-child {
	margin-bottom: 0 !important
}
.grid-featured .penci-featured-share-box a {
	color: inherit;
	line-height: inherit
}
.grid-featured .penci-featured-share-box a i {
	line-height: inherit
}
.grid-featured .penci-featured-share-box .penci-shareso a {
	margin-right: 10px
}
.grid-featured .penci-featured-share-box .penci-shareso a.penci-post-like {
	margin-right: 6px
}
.grid-featured .penci-featured-share-box .penci-shareso a:last-child {
	margin-right: 0
}
.grid-featured .penci-featured-share-box a:hover {
	color: var(--pcaccent-cl)
}
.penci-featured-share-box .dt-share {
	display: none !important
}
.penci-featured-share-box .penci-shareso {
	opacity: 0;
	visibility: hidden;
	transform: translateX(40px);
	-webkit-transform: translateX(40px);
	z-index: 2
}
.penci-featured-share-box .penci-shareic,
.penci-featured-share-box .penci-shareso {
	transition: opacity .3s, transform .3s;
	-webkit-transition: opacity .3s, transform .3s;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	background: var(--pctext-cl);
	color: var(--pcbg-cl);
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10
}
.penci-featured-share-box .penci-shareic {
	padding: 0;
	width: 40px;
	text-align: center
}
.grid-featured .thumbnail:hover .penci-shareso {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
	display: inline-block;
	visibility: visible
}
.grid-featured .thumbnail:hover .penci-shareic {
	transform: translateX(-40px);
	-webkit-transform: translateX(-40px)
}
.penci-grid li.list-boxed-post-2 {
	margin: 0 !important;
	width: 33.3333%
}
.penci-grid li.list-boxed-post-2:last-child {
	margin-bottom: 60px !important
}
.penci_sidebar .penci-grid li.list-boxed-post-2 {
	width: calc((100% - var(--pcrgap))/ 2);
}
.penci-grid li.list-boxed-post-2 .item>.thumbnail {
	margin: 0
}
.penci-grid li.list-boxed-post-2 .item>.thumbnail:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 18px solid #fff;
	left: 50%;
	margin-left: -18px;
	bottom: 0
}
.penci-grid li.list-boxed-post-2 .item>.thumbnail.arrow-top:before {
	border-bottom: none;
	border-top: 18px solid #fff;
	bottom: auto;
	top: 0
}
.penci-grid li.list-boxed-post-2 .content-boxed-2 {
	border: 1px solid #efefef
}
.penci-grid li.list-boxed-post-2 .content-boxed-2.show-bottom {
	border-top: none
}
.penci-grid li.list-boxed-post-2 .content-boxed-2.show-top {
	border-bottom: none
}
.penci-grid li.list-boxed-post-2 .content-boxed-2.boxed-none {
	display: none
}
.penci-grid li.list-boxed-post-2 .inner-parent-boxed-2 {
	height: 258px;
	display: table;
	text-align: center;
	padding: 20px;
	width: 100%
}
.penci_sidebar .penci-grid li.list-boxed-post-2 .inner-parent-boxed-2 {
	height: 256px
}
.penci-grid li.list-boxed-post-2 .inner-boxed-2 {
	display: table-cell;
	vertical-align: middle;
	max-width: 100%
}
.typography-style .content-typography {
	position: absolute;
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px;
	transition: opacity .4s;
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s
}
.penci-grid li.typography-style {
	margin-bottom: 30px
}
.penci-grid li.typography-style:last-child {
	margin-bottom: 60px
}
.penci-grid li.typography-style .item>.thumbnail {
	margin-bottom: 0
}
.penci-grid li.typography-style .item>.thumbnail:hover {
	opacity: 1
}
.penci-grid .typography-style .thumbnail:hover .content-typography,
.typography-style .content-typography:hover {
	opacity: 1
}
.penci-grid li.typography-style .overlay-typography {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .3;
	transition: opacity .3s ease 0s;
	-webkit-transition: opacity .3s ease 0s;
	-moz-transition: opacity .3s ease 0s
}
.penci-grid li.typography-style:hover .overlay-typography {
	opacity: .7
}
.penci-grid li.typography-style .overlay-typography:after,
.penci-grid li.typography-style .overlay-typography:before {
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	content: "";
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s
}
.penci-grid li.typography-style .overlay-typography:before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1)
}
.penci-grid li.typography-style .overlay-typography:after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0)
}
.penci-grid li.typography-style:hover .overlay-typography:after,
.penci-grid li.typography-style:hover .overlay-typography:before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}
.typography-style .main-typography {
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%)
}
.typography-style .main-typography a.penci-cat-name {
	color: #fff;
	border-color: #fff;
	text-decoration: none
}
.typography-style .main-typography a.penci-cat-name:after {
	border-color: #fff
}
.penci-grid li.typography-style .item .main-typography h2 a {
	color: #fff
}
.penci-grid li.typography-style .grid-post-box-meta span,
.penci-grid li.typography-style .grid-post-box-meta span a {
	color: #fff
}
.penci-grid li.typography-style .grid-post-box-meta span a:hover,
.penci-grid li.typography-style .item .main-typography h2 a:hover {
	color: var(--pcaccent-cl)
}
.penci-grid>li.photography-2 {
	margin-bottom: 30px
}
.penci-grid>li.photography-2:last-child {
	margin-bottom: 60px
}
.penci-photo-2-effect {
	position: relative;
	overflow: hidden;
	background: #000;
	text-align: center;
	cursor: pointer
}
.penci-photo-2-effect img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	opacity: .7;
	display: block;
	position: relative
}
.penci-photo-2-effect:hover img {
	opacity: .4;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1)
}
.penci-photo-2-effect figcaption,
.penci-photo-2-effect figcaption a.photo-2-overlay {
	padding: 60px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.penci-photo-2-effect figcaption {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.penci-photo-2-effect a.photo-2-overlay {
	z-index: 100;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0
}
.penci-photo-2-effect figcaption h2,
.penci-photo-2-effect figcaption p {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transition: all .3s;
	-webkit-transition: all .3s
}
.penci-photo-2-effect figcaption h2 {
	font-size: 24px;
	padding: 0 60px;
	text-transform: uppercase;
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei);
	top: 50%;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	padding-bottom: 30px
}
.penci-photo-2-effect:hover figcaption h2 {
	padding-bottom: 15px
}
.penci-photo-2-effect figcaption p {
	padding: 0 60px;
	top: 50%;
	margin-top: 30px;
	line-height: 1.8
}
.penci-photo-2-effect:hover figcaption p {
	margin-top: 15px
}
.penci-photo-2-effect figcaption:after,
.penci-photo-2-effect figcaption:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 1px;
	background: #fff;
	content: "";
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0)
}
.penci-photo-2-effect:hover figcaption:after {
	opacity: .5;
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
	transform: translate3d(-50%, -50%, 0) rotate(-45deg)
}
.penci-photo-2-effect:hover figcaption:before {
	opacity: .5;
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
	transform: translate3d(-50%, -50%, 0) rotate(45deg)
}
.penci_sidebar .penci-photo-2-effect figcaption {
	padding: 20px
}
.penci_sidebar .penci-photo-2-effect figcaption h2 {
	padding: 0 20px 20px;
	font-size: 18px
}
.penci_sidebar .penci-photo-2-effect figcaption p {
	margin-top: 20px;
	padding: 0 20px;
	font-size: 93%
}
.penci_sidebar .penci-photo-2-effect:hover figcaption h2 {
	padding-bottom: 10px
}
.penci_sidebar .penci-photo-2-effect:hover figcaption p {
	margin-top: 10px
}
section.home-featured-cat {
	clear: both;
	display: block;
	width: 100%
}
.home-featured-cat.mag-cat-style-2 {
	display: inline-block;
	width: 48.05%;
	margin-right: 3.9%;
	float: left
}
.penci-featured-cat-sc .home-featured-cat.mag-cat-style-2,
.vc_row .home-featured-cat.mag-cat-style-2 {
	width: 100%;
	float: none;
	margin-right: 0;
	vertical-align: top
}
#main .theiaStickySidebar>div.mag-cat-style-2:nth-of-type(2n+2),
#main>div.mag-cat-style-2:nth-of-type(2n+2) {
	margin-right: 0
}
.penci-grid li.magazine-layout .item h2 a {
	text-transform: none;
	letter-spacing: 0
}
.container.penci_sidebar .penci-grid > li.list-post-3,
.penci-grid > li.list-post-3,
.list-post-3 {
	width: 100%;
}
.list-post-3 .item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list-post-3 + .list-post-3 {
	margin-top: 30px;
}
.penci-grid li.list-post-3 .item > .thumbnail {
	width: 45%;
	align-items: stretch;
	display: flex;
	margin: 0;
}
.list-post-3 .content-list-right {
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 20px 0px;
	padding: 30px;
	width: calc(55% + 20px);
	margin: 20px 20px 20px -40px;
	position: relative;
	z-index: 2;
	border-radius: 5px;
	overflow: hidden;
}
.list-post-3 .grid-post-box-meta {
	padding: 25px 30px;
	background: var(--pcaccent-cl);
	margin: 20px -30px -30px -30px;
}
.list-post-3 .entry-content {
	margin-top: 20px;
}
.list-post-3 .grid-post-box-meta span,
.list-post-3 .grid-post-box-meta span a {
	color: #fff;
}
.list-post-3 .thumbnail {
	position: relative;
}
.list-post-3 .penci-post-box-meta {
	background: transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	backdrop-filter: blur(30px) brightness(90%);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: 0.3s all ease-in-out;
}
.list-post-3 .penci-post-box-meta.active {
	opacity: 1;
}
.list-post-3 .penci-post-box-meta:before,
.list-post-3 .penci-post-box-meta:after {
	display: none;
}
.list-post-3 .penci-post-box-meta .penci-post-share-box {
	background: transparent;
}
.list-post-3 .penci-post-box-meta .penci-post-share-box a,
.list-post-3 .penci-post-box-meta .penci-post-share-box span {
	color: #fff;
}
.list-post-3.pc-nothumb .content-list-right {
	width: 100%;
	margin: 0;
}
.penci-post-share-box-btn {
	position: absolute;
	width: 32px;
	height: 32px;
	z-index: 99;
	background: var(--pcbg-cl);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 10px;
	left: 10px;
	font-size: 16px;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.penci-post-share-box-btn a {
	color: var(--pcheading-cl);
}
@media only screen and (min-width:961px) {
	.penci-featured-cat-sc .mag-cat-style-7 .penci-grid>li {
		width: calc((100% - var(--pcrgap))/ 2)
	}
}
.penci-homepage-title.penci-magazine-title {
	text-align: left
}
.penci-homepage-title.penci-magazine-title:before {
	left: 30px
}
.penci-homepage-title.penci-magazine-title h3 a {
	color: #313131
}
.penci-homepage-title.pcalign-left {
	text-align: left
}
.penci-homepage-title.pcalign-center {
	text-align: center
}
.penci-homepage-title.pcalign-right {
	text-align: right
}
.home-featured-cat-content {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 60px
}
.elementor-widget-penci-featured-cat .penci-featured-cat-seemore.penci-seemore-style-13 {
	margin-top: 0;
	margin-bottom: 0
}
.elementor-widget-penci-featured-cat .penci-featured-cat-seemore,
.elementor-widget-penci-featured-cat .penci-featured-cat-seemore.penci-seemore-style-8 {
	margin-top: 20px;
	margin-bottom: 0
}
.elementor-widget-penci-featured-cat .home-featured-cat-content {
	margin-bottom: 0 !important
}
.home-featured-cat-content.style-1 {
	display: table;
	width: 100%;
	width: calc(100% + 30px);
	margin-left: -15px;
	margin-right: -15px
}
.home-featured-cat-content.style-11,
.home-featured-cat-content.style-3 {
	display: table;
	width: 100%;
	width: calc(100% + 10px);
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 50px
}
.penci-featured-cat-ctcol .home-featured-cat-content.style-11,
.penci-featured-cat-ctcol .home-featured-cat-content.style-3 {
	width: 100%;
	margin-left: 0;
	margin-right: 0
}
.home-featured-cat-content.style-5 {
	overflow: hidden
}
.home-featured-cat-content.style-7 {
	margin-bottom: 34px
}
.home-featured-cat-content.style-8 {
	margin-bottom: 0
}
.home-featured-cat-content.style-13 {
	margin-bottom: 40px
}
.home-featured-cat-content .cat-left,
.home-featured-cat-content .cat-right {
	width: 50%;
	float: left;
	display: inline-block;
	padding: 0 15px
}
.home-featured-cat-content .mag-post-box {
	width: 100%;
	overflow: hidden;
	display: table;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid var(--pcborder-cl)
}
.home-featured-cat-content .mag-post-box.first-post {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}
.home-featured-cat-content .cat-right>.mag-post-box:last-child,
.home-featured-cat-content>.mag-post-box:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none
}
.home-featured-cat-content.style-10 .mag-post-box.first-post,
.home-featured-cat-content.style-2 .mag-post-box.first-post {
	padding-bottom: 22px;
	margin-bottom: 30px;
	border-bottom: 1px solid #dedede
}
.home-featured-cat-content .mag-post-box .magcat-thumb {
	float: left;
	margin-right: 20px;
	position: relative;
	transition: opacity .3s;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s
}
.cat-right .magcat-detail,
.home-featured-cat-content.style-10 .mag-post-box:not(.first-post) .magcat-detail,
.home-featured-cat-content.style-2 .mag-post-box:not(.first-post) .magcat-detail,.home-featured-cat-content.style-9 .magcat-detail {
	overflow: hidden
}
.home-featured-cat-content .magcat-thumb .icon-post-format,
.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-image a.icon-post-format,
.widget ul.side-newsfeed li .side-item .side-image a.icon-post-format {
	width: 30px;
	height: 30px;
	position: absolute;
	display: inline-block;
	line-height: 26px;
	z-index: 10;
	top: 50%;
	left: 50%;
	text-align: center;
	margin: -15px 0 0 -15px;
	border-radius: 50%;
	font-size: 13px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	border: 2px solid rgba(255, 255, 255, .9);
	background: rgba(0, 0, 0, .4);
	color: rgba(255, 255, 255, .9)
}
.home-featured-cat-content .mag-post-box.first-post .magcat-thumb .icon-post-format,
.home-featured-cat-content.style-3 .magcat-thumb .icon-post-format,
.home-featured-cat-content.style-4 .magcat-thumb .icon-post-format,
.penci_recent-posts-sc ul.side-newsfeed li.featured-news .side-item .side-image a.icon-post-format,
.widget ul.side-newsfeed li.featured-news .side-item .side-image a.icon-post-format {
	font-size: 18px;
	width: 42px;
	height: 42px;
	line-height: 38px;
	margin: -21px 0 0 -21px
}
.home-featured-cat-content.style-3 .magcat-thumb .icon-post-format {
	left: 20px;
	top: 20px;
	margin: 0
}
.home-featured-cat-content.style-4 .magcat-thumb .icon-post-format {
	left: auto;
	top: 20px;
	right: 20px;
	margin: 0
}
.home-featured-cat-content .magcat-thumb .icon-post-format i.fa-play,
.penci_recent-posts-sc ul.side-newsfeed li.featured-news .side-item .side-image a.icon-post-format i.fa-play,
.widget ul.side-newsfeed li.featured-news .side-item .side-image a.icon-post-format i.fa-play {
	margin-left: 2px
}
.home-featured-cat-content .magcat-thumb .icon-post-format i.fa-music,
.penci_recent-posts-sc ul.side-newsfeed li.featured-news .side-item .side-image a.icon-post-format i.fa-music,
.widget ul.side-newsfeed li.featured-news .side-item .side-image a.icon-post-format i.fa-music {
	margin-right: 2px
}
.penci-magcat-carousel .magcat-thumb .mag-post-thumb {
	position: relative
}
.penci-magcat-carousel .magcat-thumb .mag-post-thumb i {
	position: absolute;
	z-index: 2;
	text-align: center;
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 38px;
	background: 0 0;
	top: 50%;
	left: 50%;
	margin: -21px 0 0 -21px;
	font-size: 18px;
	opacity: 1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	border: 2px solid rgba(255, 255, 255, .9);
	background: rgba(0, 0, 0, .4);
	color: rgba(255, 255, 255, .9)
}
.penci-magcat-carousel .magcat-thumb .mag-post-thumb i.fa-play:before {
	margin-left: 2px
}
.penci-magcat-carousel .magcat-thumb .mag-post-thumb i.fa-music:before {
	margin-right: 2px
}
.home-featured-cat-content .magcat-thumb:hover .icon-post-format,
.penci-magcat-carousel .magcat-thumb .mag-post-thumb:hover i,
.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-image:hover a.icon-post-format,
.widget ul.side-newsfeed li .side-item .side-image:hover a.icon-post-format {
	opacity: 0;
	transform: scale(.5);
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5)
}
.home-featured-cat-content .mag-post-box .magcat-thumb img {
	width: 120px;
	height: auto
}
.home-featured-cat-content .mag-post-box.first-post .magcat-thumb {
	margin: 0 0 24px 0;
	float: none
}
.home-featured-cat-content .mag-post-box .magcat-thumb:hover {
	opacity: .8
}
.home-featured-cat-content .mag-post-box.first-post .magcat-thumb img {
	width: 100% !important
}
.home-featured-cat-content .first-post .magcat-detail .mag-header {
	padding-bottom: 17px;
	margin-bottom: 19px;
	position: relative
}
.home-featured-cat-content .first-post .magcat-detail .mag-header:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 1px;
	background: var(--pcaccent-cl);
	display: block
}
.home-featured-cat-content .magcat-detail h3 a {
	color: var(--pcheading-cl);
	display: inline-block;
	font-size: 14px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei);
	letter-spacing: 0;
	line-height: 1.4
}
.home-featured-cat-content .first-post .magcat-detail h3 a {
	font-size: 18px
}
.home-featured-cat-content .magcat-detail h3 a:hover {
	color: var(--pcaccent-cl);
	text-decoration: none
}
.home-featured-cat-content .magcat-detail .mag-meta {
	margin-top: 7px
}
.home-featured-cat-content .mag-photo {
	display: inline-block;
	width: 50%;
	float: left;
	margin-bottom: 10px;
	padding: 0 5px;
	overflow: hidden
}
.penci-featured-cat-ctcol.pencisc-grid-1 .style-11 .mag-photo,
.penci-featured-cat-ctcol.pencisc-grid-1 .style-3 .mag-photo,
.penci-featured-cat-ctcol.pencisc-grid-2 .style-11 .mag-photo,
.penci-featured-cat-ctcol.pencisc-grid-2 .style-3 .mag-photo,
.penci-featured-cat-ctcol.pencisc-grid-3 .style-11 .mag-photo,
.penci-featured-cat-ctcol.pencisc-grid-3 .style-3 .mag-photo,
.penci-featured-cat-ctcol.pencisc-grid-4 .style-11 .mag-photo,
.penci-featured-cat-ctcol.pencisc-grid-4 .style-3 .mag-photo,
.penci-featured-cat-ctcol.pencisc-grid-5 .style-11 .mag-photo,
.penci-featured-cat-ctcol.pencisc-grid-5 .style-3 .mag-photo,
.penci-featured-cat-ctcol.pencisc-grid-6 .style-11 .mag-photo,
.penci-featured-cat-ctcol.pencisc-grid-6 .style-3 .mag-photo {
	width: 100%;
	margin: 0;
	padding: 0
}
.home-featured-cat-content.style-3>.mag-photo:nth-child(2n+3) {
	clear: both
}
.home-featured-cat-content .mag-photo .magcat-thumb {
	position: relative;
	overflow: hidden
}
.home-featured-cat-content .mag-photo .magcat-detail {
	position: absolute;
	padding: 20px;
	width: 100%;
	z-index: 5;
	left: 0;
	bottom: 0
}
.home-featured-cat-content .mag-photo .magcat-detail h3 a {
	color: #fff;
	font-size: 18px
}
.home-featured-cat-content .mag-photo .mag-overlay-photo {
	position: absolute;
	background: #000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .15;
	transition: opacity .3s;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	z-index: 2
}
.home-featured-cat-content .mag-photo:hover .mag-overlay-photo {
	opacity: .7
}
.home-featured-cat-content .mag-photo .grid-post-box-meta span,
.home-featured-cat-content .mag-photo .grid-post-box-meta span a {
	color: #fff
}
.home-featured-cat-content .mag-photo .grid-post-box-meta span:after {
	color: #fff
}
.container .penci-grid li.magazine-layout {
	text-align: left
}
.container .penci-grid li.magazine-layout .grid-header-box:after {
	left: 0;
	margin-left: 0
}
.penci-featured-cat-custom-ads {
	margin-top: -40px;
	margin-bottom: 60px;
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
	text-align: center
}
.home-featured-cat-content.style-6 {
	margin-bottom: 50px
}
.home-featured-cat-content.style-6 .cat-left,
.home-featured-cat-content.style-6 .cat-right {
	width: 100%;
	float: none;
	padding: 0
}
.home-featured-cat-content.style-6 .cat-left {
	margin-bottom: 30px
}
.home-featured-cat-content.style-6 .mag-post-box.first-post {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	width: 100%;
	float: none
}
.home-featured-cat-content.style-6 .mag-post-box.first-post .magcat-thumb {
	margin: 0;
	width: 46.25%;
	float: left
}
.home-featured-cat-content.style-6 .mag-post-box.first-post .magcat-detail {
	padding-left: 30px;
	width: 53.75%;
	float: left
}
.home-featured-cat-content.style-6 .mag-post-box.first-post.full-mag-cat .magcat-detail {
	padding: 0 !important
}
.home-featured-cat-content.style-6 .cat-right .mag-post-box {
	float: left;
	width: 48.5%;
	margin-right: 3%;
	display: inline-block;
	border: none;
	padding-bottom: 0;
	margin-bottom: 30px
}
.home-featured-cat-content.style-6 .cat-right .mag-post-box:nth-child(2n+2) {
	margin-right: 0
}
.home-featured-cat-content.style-6 .cat-right .mag-post-box:last-child {
	margin-bottom: 0
}
.mag-single-slider .penci-image-holder:before {
	padding-top: 66.6667%
}
section.home-featured-cat.mag-cat-style-4,
section.home-featured-cat.mag-cat-style-5 {
	display: block;
	clear: both
}
.elementor-widget-penci-featured-cat .home-featured-cat-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.elementor-widget-penci-featured-cat .home-featured-cat-content {
	order: 1;
}
.elementor-widget-penci-featured-cat .penci-featured-cat-seemore {
	order: 2;
	width: 100%;
}
.penci-slider.penci-single-mag-slider .penci-control-nav {
	position: static;
	clear: both;
	margin-top: 20px !important
}
.penci-slider.penci-single-mag-slider ul.slides li:after,
.penci-slider.penci-single-mag-slider ul.slides li:before {
	content: none;
	display: none
}
.penci-single-mag-slider .magcat-thumb {
	position: relative
}
.penci-single-mag-slider .mag-single-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
	background: -moz-linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 1) 100%);
	background: -o-linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 1) 100%);
	background: -ms-linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 1) 100%);
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	-moz-transition: all .4s ease-in;
	opacity: .7
}
.penci-single-mag-slider .magcat-thumb:hover .mag-single-slider-overlay {
	opacity: .85
}
.penci-single-mag-slider .magcat-detail {
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 25px 30px
}
.penci-single-mag-slider .magcat-detail .magcat-titlte {
	font-size: 24px;
	margin: 0;
	line-height: 1.3;
	opacity: 0;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-o-animation-delay: .5s;
	animation-delay: .5s
}
.penci-single-mag-slider .magcat-detail .magcat-titlte a {
	font-size: inherit;
	color: #fff;
	line-height: inherit
}
.penci-single-mag-slider .magcat-detail .magcat-titlte a:hover {
	color: #fff
}
.home-featured-cat-content .penci-single-mag-slider .grid-post-box-meta {
	margin-top: 8px;
	opacity: 0;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: .7s;
	-moz-animation-delay: .7s;
	-o-animation-delay: .7s;
	animation-delay: .7s
}
.penci-single-mag-slider .active .grid-post-box-meta,
.penci-single-mag-slider .active .magcat-detail .magcat-titlte {
	-webkit-animation-name: pencifadeInUp;
	-moz-animation-name: pencifadeInUp;
	-o-animation-name: pencifadeInUp;
	animation-name: pencifadeInUp
}
.penci-single-mag-slider .grid-post-box-meta span,
.penci-single-mag-slider .grid-post-box-meta span a {
	color: #fff
}
body .penci-slider.penci-single-mag-slider ol.penci-control-nav li {
	margin: 0 4px
}
.penci-magcat-carousel-wrapper {
	margin-left: -15px;
	margin-right: -15px
}
.home-featured-cat-content.style-12 .penci-magcat-carousel-wrapper {
	margin-left: -10px;
	margin-right: -10px
}
.penci-magcat-carousel .magcat-carousel {
	padding: 0 15px;
	transition: opacity .25s ease-in;
	-webkit-transition: opacity .25s ease-in;
	-moz-transition: opacity .25s ease-in
}
.home-featured-cat-content.style-12 .penci-magcat-carousel .magcat-carousel {
	padding: 0 10px
}
.penci-magcat-carousel .magcat-thumb .mag-post-thumb {
	transition: opacity .3s;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	margin: 0 0 24px 0;
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 100%
}
.penci-magcat-carousel .magcat-thumb .mag-post-thumb:hover {
	opacity: .9
}
.home-featured-cat-content .penci-magcat-carousel .magcat-detail h3 a {
	font-size: 18px
}
.home-featured-cat-content.style-7 .penci-grid>li {
	margin-bottom: 26px
}
.home-featured-cat-content.style-7 .grid-header-box {
	text-align: left
}
.home-featured-cat-content.style-7 .grid-overlay-meta .grid-header-box,
.magazine-layout.magazine-2 .grid-header-box {
	margin-left: 0;
	padding-left: 0
}
.home-featured-cat-content.style-7 .grid-header-box:after {
	margin: 0;
	left: 0
}
.home-featured-cat-content.style-7 .penci-grid li .item h2 a {
	text-transform: none;
	letter-spacing: 0
}
.home-featured-cat-content.style-10 .mag-post-box,
.home-featured-cat-content.style-9 .mag-post-box {
	width: 48.0745%;
	float: left;
	margin-right: 3.851%;
	border-bottom: none
}
.home-featured-cat-content.style-10 .mag-post-box:nth-child(2n+1),
.home-featured-cat-content.style-9 .mag-post-box:nth-child(2n+1) {
	clear: both
}
.home-featured-cat-content.style-10 .mag-post-box:nth-child(2n+2),
.home-featured-cat-content.style-9 .mag-post-box:nth-child(2n+2) {
	margin-right: 0
}
.home-featured-cat-content.style-9 .mag-post-box.first-post {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}
.home-featured-cat-content.style-10 .mag-post-box.first-post {
	margin-bottom: 30px
}
@media only screen and (min-width:768px) {
	.home-featured-cat-content.style-10 .mag-post-box:nth-last-child(2),
	.home-featured-cat-content.style-6 .cat-right .mag-post-box:nth-last-child(2),
	.home-featured-cat-content.style-9 .mag-post-box:nth-last-child(2) {
		margin-bottom: 0;
		padding: 0;
		border-bottom: 0
	}
}
.home-featured-cat-content.style-11 .mag-photo .magcat-detail {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	bottom: auto;
	top: 50%;
	text-align: center;
	padding: 10px 20px
}
.home-featured-cat-content.style-12 .penci-magcat-carousel .magcat-thumb .mag-post-thumb {
	margin-bottom: 18px
}
.home-featured-cat-content.style-12 .penci-magcat-carousel .magcat-detail h3 a {
	font-size: 15px
}
.home-featured-cat-content.style-12 .magcat-detail .mag-meta {
	font-size: 13px;
	margin-top: 5px
}
@media only screen and (min-width:1170px) {
	ul.penci-grid.penci-fea-cat-style-13 {
		--pcrgap: 20px;
		row-gap: 20px
	}
	.container.penci_sidebar .penci-grid.penci-fea-cat-style-13>li,
	.penci-grid.penci-fea-cat-style-13>li {
		margin-bottom: 0 !important
	}
}
.penci-grid.penci-fea-cat-style-13>li.grid-style {
	text-align: left
}
.penci-grid.penci-fea-cat-style-13 li .item>.thumbnail {
	margin-bottom: 18px
}
.penci-grid.penci-fea-cat-style-13 li .item h2 a {
	font-size: 15px;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1.4
}
.penci-fea-cat-style-13 .grid-post-box-meta {
	font-size: 13px;
	margin-top: 5px
}
.penci-fea-cat-style-13 .grid-header-box {
	padding-bottom: 0
}
.penci-fea-cat-style-13 .grid-header-box:after {
	content: none
}
.home-featured-cat-content.style-14 .first-post .magcat-detail {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 17px;
	z-index: 10
}
.home-featured-cat-content.style-14 .first-post .magcat-detail .mag-header:after {
	content: none
}
.home-featured-cat-content.style-14 .mag-post-box {
	margin-bottom: 10px;
	padding-bottom: 10px
}
.home-featured-cat-content.style-14 .mag-post-box:last-child {
	margin: 0;
	padding: 0
}
.home-featured-cat-content.style-14 .first-post .magcat-detail .mag-header {
	margin-bottom: 14px;
	padding-bottom: 0
}
.home-featured-cat-content.style-14 .first-post .magcat-detail h3 a {
	font-size: 16px
}
.home-featured-cat-content.style-14 .first-post .magcat-detail h3 a,
.home-featured-cat-content.style-14 .first-post .magcat-detail h3 a:hover {
	color: #fff
}
.home-featured-cat-content.style-14 .mag-meta {
	color: #fff;
	font-size: 13px;
	margin-top: 5px
}
.home-featured-cat-content.style-14 .mag-meta span,
.home-featured-cat-content.style-14 .mag-meta span a {
	color: inherit
}
.home-featured-cat-content .magcat-detail .magcat-title-small a {
	font-size: 14px;
	font-weight: 400
}
.home-featured-cat-content.style-14 .mag-post-box.first-post .magcat-thumb {
	margin-bottom: 0
}
.home-featured-cat-content.style-14 .magcat-padding {
	padding-left: 17px;
	position: relative
}
.home-featured-cat-content.style-14 .magcat-padding:before {
	content: "";
	width: 4px;
	height: 4px;
	border: 1px solid var(--pcaccent-cl);
	position: absolute;
	left: 0;
	top: 6px
}
.home-featured-cat-content.style-14 .mag-post-box .magcat-thumb:hover {
	opacity: 1
}
.home-featured-cat-content.style-14 .penci-image-holder:after,
.home-featured-cat-content.style-15 .mag-post-box.first-post .penci-image-holder:after {
	bottom: 0;
	content: "";
	display: block;
	height: 90%;
	width: 100%;
	position: absolute;
	z-index: 1;
	background: -moz-linear-gradient(top, transparent 50%, #000 100%);
	background: -webkit-linear-gradient(top, transparent 50%, #000 100%);
	background: -o-linear-gradient(top, transparent 50%, #000 100%);
	background: -ms-linear-gradient(top, transparent 50%, #000 100%);
	background: linear-gradient(to bottom, transparent 50%, #000 100%);
	opacity: .5;
	transition: opacity .3s;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s
}
.home-featured-cat-content.style-14 .magcat-thumb:hover .penci-image-holder:after,
.home-featured-cat-content.style-15 .mag-post-box.first-post:hover .penci-image-holder:after {
	opacity: .8
}
@media only screen and (min-width:768px) {
	.home-featured-cat-content.style-15 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: center
	}
	.home-featured-cat.mag-cat-style-15 .cat-left,
	.home-featured-cat.mag-cat-style-15 .cat-right {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		float: none;
		display: block;
		width: auto
	}
}
.home-featured-cat-content.style-15 {
	border: 1px solid var(--pcborder-cl)
}
.home-featured-cat.mag-cat-style-15 .cat-left {
	padding: 0;
	margin: -1px -1px 0 -1px;
	width: calc(100% + 2px)
}
@media only screen and (min-width:768px) {
	.home-featured-cat.mag-cat-style-15 .cat-left {
		margin: -1px 0 0 -1px;
		width: calc(100% + 1px)
	}
}
.home-featured-cat.mag-cat-style-15 .cat-right {
	padding: 20px
}
.home-featured-cat-content.style-15 .mag-post-box.first-post .magcat-thumb {
	margin: 0
}
.home-featured-cat.mag-cat-style-15 .mag-post-box {
	position: relative
}
.home-featured-cat-content.style-15 .first-post .magcat-thumb:hover {
	opacity: 1
}
.home-featured-cat-content.style-15 .first-post .magcat-detail .mag-header {
	padding: 20px;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 5
}
.home-featured-cat-content.style-15 .first-post .magcat-detail .mag-header:after {
	content: none;
	display: none
}
.home-featured-cat-content.style-15 .first-post .grid-post-box-meta span,
.home-featured-cat-content.style-15 .first-post .grid-post-box-meta span a,
.home-featured-cat-content.style-15 .first-post .magcat-detail h3 a {
	color: #fff
}
.home-featured-cat-content.style-15 .penci-image-holder.small-fix-size {
	width: 100px
}
.penci-home-popular-posts {
	padding: 25px 0 0;
	border: none;
	border-top: 1px solid #dedede;
	position: relative;
	margin-bottom: 60px
}
.penci-popular-posts-sc.hide-heading .penci-home-popular-posts,
.penci-popular-posts-sc .penci-home-popular-posts:not(.use-heading-default) {
	border-top: 0;
	padding-top: 0
}
.penci-home-popular-post,
.swiper.penci-home-popular-post {
	margin-left: -10px;
	margin-right: -10px;
	width: 100%;
	width: calc(100% + 20px)
}
.penci-home-popular-post .item-related h3 a {
	text-transform: uppercase
}
.home-pupular-posts-title {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	transform: translateY(-55%);
	-webkit-transform: translateY(-55%);
	-moz-transform: translateY(-55%);
	text-align: center;
	font-size: 18px;
	color: #313131;
	text-transform: uppercase
}
.home-pupular-posts-title a,
.home-pupular-posts-title span {
	font-size: inherit;
	color: inherit;
	padding: 0 18px;
	line-height: 1;
	display: inline-block;
	background: #fff;
	text-decoration: none !important
}
.home-pupular-posts-title.pcalign-right {
	text-align: right
}
.home-pupular-posts-title.pcalign-left {
	text-align: left
}
.home-pupular-posts-title.pcalign-left a,
.home-pupular-posts-title.pcalign-left span {
	padding-left: 0
}
.home-pupular-posts-title.pcalign-right a,
.home-pupular-posts-title.pcalign-right span {
	padding-right: 0
}
article.portfolio,
article.post,
article.type-post {
	margin-bottom: 60px
}
.penci-layout-classic-boxed-1 article.post,
.penci-layout-classic-grid article.post,
.penci-layout-classic-list article.post,
.penci-layout-standard-boxed-1 article.post,
.penci-layout-standard-grid article.post,
.penci-layout-standard-list article.post {
	margin-bottom: 60px
}
.single .post {
	margin-bottom: 60px
}
.penci-jarallax {
	width: 100%;
	padding-top: 50%;
	position: relative;
	z-index: 0
}
.penci-jarallax>.jarallax-img {
	position: absolute;
	object-fit: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}
.post-image .mejs-container,
.post-image .mejs-overlay.load,
.post-image .wp-video,
.post-image video.wp-video-shortcode {
	width: 100% !important;
	height: 100% !important
}
.post-image .mejs-container {
	padding-top: 56.25%
}
.post-image .wp-video,
.post-image video.wp-video-shortcode {
	max-width: 100% !important
}
.post-image video.wp-video-shortcode {
	position: relative
}
.post-image .mejs-mediaelement {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}
.post-image .mejs-controls {
	z-index: 0 !important
}
.post-image .mejs-overlay-play {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto !important;
	height: auto !important
}
.post-image .mejs-container.wp-audio-shortcode {
	padding-top: 0 !important
}
.container-single-fullwidth.two-sidebar .post-image {
	display: block;
	width: 100%
}
.penci-single-style-3:not(.penci-single-pheader-noimg).penci_sidebar #main article.post,
.penci-single-style-7:not(.penci-single-pheader-noimg).penci_sidebar #main article.post {
	padding-left: 10px;
	padding-right: 10px
}
.penci-single-style-16:not(.penci-single-pheader-noimg).penci_sidebar #main article.post {
	padding-left: 40px;
	padding-right: 40px;
	margin-left: 40px;
}
@media only screen and (min-width:961px) {
	.penci-single-style-3:not(.penci-single-pheader-noimg).container.penci_sidebar #main,
	.penci-single-style-16:not(.penci-single-pheader-noimg).container.penci_sidebar #main,
	.penci-single-style-7:not(.penci-single-pheader-noimg).container.penci_sidebar #main {
		position: relative;
		z-index: 10;
		padding-right: 30px
	}
	.penci-single-style-3:not(.penci-single-pheader-noimg).container.penci_sidebar.two-sidebar #main,
	.penci-single-style-16:not(.penci-single-pheader-noimg).container.penci_sidebar.two-sidebar #main,
	.penci-single-style-7:not(.penci-single-pheader-noimg).container.penci_sidebar.two-sidebar #main {
		padding-right: 50px
	}
	.penci-single-style-3:not(.penci-single-pheader-noimg) #main article.post,
	.penci-single-style-7:not(.penci-single-pheader-noimg) #main article.post {
		margin-top: -80px
	}
	.penci-single-style-16:not(.penci-single-pheader-noimg) #main article.post {
		margin-top: -220px;
	}
	.penci-single-style-3.penci_is_nosidebar #main article.post,
	.penci-single-style-16.penci_is_nosidebar #main article.post,
	.penci-single-style-7.penci_is_nosidebar #main article.post {
		margin-top: 0
	}
	.penci-single-style-3:not(.penci-single-pheader-noimg).container.penci_sidebar.left-sidebar #main,
	.penci-single-style-16:not(.penci-single-pheader-noimg).container.penci_sidebar.left-sidebar #main,
	.penci-single-style-7:not(.penci-single-pheader-noimg).container.penci_sidebar.left-sidebar #main {
		padding-left: 40px;
		padding-right: 0
	}
	.penci-single-style-3:not(.penci-single-pheader-noimg).penci_sidebar #main article.post,
	.penci-single-style-7:not(.penci-single-pheader-noimg).penci_sidebar #main article.post {
		background: #fff;
		padding-top: 20px
	}
	.penci-single-style-16:not(.penci-single-pheader-noimg).penci_sidebar #main article.post {
		background: #fff;
		padding-top: 40px
	}
	.penci-single-style-14:not(.penci-single-pheader-noimg).penci_sidebar #main article.post {
		background: #fff;
		padding-top: 40px;
		margin-top: -80px;
		position: relative;
		margin-left: 40px;
		padding-left: 40px;
	}
	.penci-single-style-17:not(.penci-single-pheader-noimg).penci_sidebar #main article.post {
		padding-left: 40px;
	}
	.penci-single-style-16:not(.penci-single-pheader-noimg).right-sidebar #main article.post {
		padding-left: 40px;
	}
	.penci-single-style-7:not(.penci-single-pheader-noimg).right-sidebar #main article.post {
		padding-left: 20px
	}
	.penci-single-style-3:not(.penci-single-pheader-noimg).right-sidebar #main article.post {
		padding-right: 20px;
		padding-left: 0
	}
	.penci-single-style-3:not(.penci-single-pheader-noimg).left-sidebar #main article.post,
	.penci-single-style-16:not(.penci-single-pheader-noimg).left-sidebar #main article.post,
	.penci-single-style-7:not(.penci-single-pheader-noimg).left-sidebar #main article.post {
		padding-left: 20px
	}
	.penci-single-style-3:not(.penci_is_nosidebar) .standard-content-special,
	.penci-single-style-3:not(.penci_is_nosidebar) .standard-post-image .audio-iframe {
		bottom: 70px
	}
}
@media only screen and (min-width:1200px) {
	.penci-single-style-17 .penci-sidebar-right {
	  border-left: 1px solid var(--pcborder-cl);
	  padding-left: 30px;
	}
	.penci-single-style-17 .penci-sidebar-left {
	  border-right: 1px solid var(--pcborder-cl);
	  padding-right: 30px;
	}
}
.penci-single-4 .standard-post-special img {
	width: 100%
}
.penci-body-single-style-13.penci-show-pthumb:not(.penci-port-product) #header,
.penci-body-single-style-13.penci-show-pthumb:not(.penci-port-product) .pc-wrapbuilder-header,
.penci-body-single-style-21.penci-show-pthumb:not(.penci-port-product) #header,
.penci-body-single-style-21.penci-show-pthumb:not(.penci-port-product) .pc-wrapbuilder-header,
.penci-body-single-style-18.penci-show-pthumb:not(.penci-port-product) #header,
.penci-body-single-style-18.penci-show-pthumb:not(.penci-port-product) .pc-wrapbuilder-header,
.penci-body-single-style-16.penci-body-title-bellow.penci-show-pthumb:not(.penci-port-product) #header,
.penci-body-single-style-16.penci-body-title-bellow.penci-show-pthumb:not(.penci-port-product) .pc-wrapbuilder-header,
.penci-body-single-style-15.penci-show-pthumb:not(.penci-port-product) #header,
.penci-body-single-style-15.penci-show-pthumb:not(.penci-port-product) .pc-wrapbuilder-header,
.penci-body-single-style-12.penci-show-pthumb:not(.penci-port-product) #header,
.penci-body-single-style-12.penci-show-pthumb:not(.penci-port-product) .pc-wrapbuilder-header,
.penci-body-single-style-11.penci-show-pthumb:not(.penci-port-product) #header,
.penci-body-single-style-11.penci-show-pthumb:not(.penci-port-product) .pc-wrapbuilder-header,
.penci-body-single-style-10.penci-show-pthumb:not(.penci-port-product) #header,
.penci-body-single-style-10.penci-show-pthumb:not(.penci-port-product) .pc-wrapbuilder-header,
.penci-body-single-style-20.penci-show-pthumb:not(.penci-port-product) #header,
.penci-body-single-style-20.penci-show-pthumb:not(.penci-port-product) .pc-wrapbuilder-header,
.penci-body-single-style-4.penci-body-title-bellow.penci-show-pthumb:not(.penci-port-product) #header,
.penci-body-single-style-4.penci-body-title-bellow.penci-show-pthumb:not(.penci-port-product) .pc-wrapbuilder-header,
.penci-body-single-style-5.penci-show-pthumb:not(.penci-port-product) #header,
.penci-body-single-style-5.penci-show-pthumb:not(.penci-port-product) .pc-wrapbuilder-header,
.penci-body-single-style-7.penci-body-title-bellow.penci-show-pthumb:not(.penci-port-product) #header,
.penci-body-single-style-7.penci-body-title-bellow.penci-show-pthumb:not(.penci-port-product) .pc-wrapbuilder-header,
.penci-body-single-style-9.penci-body-title-bellow.penci-show-pthumb:not(.penci-port-product) #header,
.penci-body-single-style-9.penci-body-title-bellow.penci-show-pthumb:not(.penci-port-product) .pc-wrapbuilder-header {
	margin-bottom: 0
}
.penci-body-single-style-10.penci-show-pthumb:not(.penci-port-product) .penci-header-signup-form,
.penci-body-single-style-20.penci-show-pthumb:not(.penci-port-product) .penci-header-signup-form,
.penci-body-single-style-4.penci-body-title-bellow.penci-show-pthumb:not(.penci-port-product) .penci-header-signup-form,
.penci-body-single-style-5.penci-show-pthumb:not(.penci-port-product) .penci-header-signup-form,
.penci-body-single-style-7.penci-body-title-bellow.penci-show-pthumb:not(.penci-port-product) .penci-header-signup-form,
.penci-body-single-style-16.penci-body-title-bellow.penci-show-pthumb:not(.penci-port-product) .penci-header-signup-form,
.penci-body-single-style-9.penci-body-title-bellow.penci-show-pthumb:not(.penci-port-product) .penci-header-signup-form {
	margin-top: 10px;
	margin-bottom: 10px
}
.penci-body-single-style-4.single-format-video .post-image iframe,
.penci-body-single-style-5.single-format-video .post-image iframe,
.penci-body-single-style-7.single-format-video .post-image iframe,
.penci-body-single-style-16.single-format-video .post-image iframe,
.penci-video-format-vimeo iframe,
.penci-video-format-youtube iframe,
.standard-post-image.video-post iframe {
	width: 100%
}
.penci-video-format-youtube iframe,
.standard-post-image.video-post iframe {
	aspect-ratio: 16/9;
	height: auto
}
.standard-post-image.video-post .fluid-width-video-wrapper iframe {
	height: 100%;
	aspect-ratio: unset
}
.penci-video-format-youtube .fluid-width-video-wrapper iframe {
	aspect-ratio: unset
}
.player .vp-player-layout {
	left: 0 !important;
	width: 100% !important
}
.penci-single-featured-img {
	position: relative;
	width: 100%;
	background-color: #f5f5f5;
	display: block;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	padding-top: 66.6667%
}
.standard-post-special_wrapper {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 0;
	display: block;
	z-index: 10
}
.penci-single-style-21 .post-image {
	position: relative;
}
.penci-single-style-21 .post-image:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(74, 76, 83, 0.79);
	z-index: 1;
	content: '';
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="150" height="1" viewBox="0 0 151 1"><defs><clipPath id="clip-Custom_Size_1"><rect width="150" height="1" transform="translate(150 1801)"/></clipPath></defs><g id="Custom_Size_1" data-name="Custom Size – 1" transform="translate(0 -1801)" clip-path="url(%23clip-Custom_Size_1)"><rect width="1" height="5000" transform="translate(150 900.466)" fill="%23ffffff" opacity=".05"/></g></svg>');
}
.penci-single-style-21 .standard-post-special_wrapper {
	z-index: 3;
}
.penci-single-style-21 .standard-post-special_wrapper {
	top: 50%;
	transform: translateY(-50%);
	bottom: auto;
}  
.penci-single-style-21 .header-standard.header-classic {
	margin-bottom: 0;
}
.penci-author-img-wrapper .author {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 10px;
	justify-content: center;
	margin-top: 20px;
}
.penci-author-img-wrapper .author img {
	border-radius: 50%;
	max-width: 60px;
	height: auto;
}
.penci-author-img-wrapper .author-name {
	color: #fff;
	font-size: 16px;
}
.standard-post-image .standard-post-special_wrapper .audio-iframe,
.standard-post-special_wrapper .standard-content-special {
	position: static;
	margin-bottom: 23px
}
.penci-body-single-style-7 .standard-post-image .standard-post-special_wrapper .audio-iframe,
.penci-body-single-style-7 .standard-post-special_wrapper .standard-content-special,
.penci-body-single-style-11 .standard-post-image .standard-post-special_wrapper .audio-iframe,
.penci-body-single-style-11 .standard-post-special_wrapper .standard-content-special {
	margin-bottom: 70px
}
.penci-body-single-style-12 .standard-post-image .standard-post-special_wrapper .audio-iframe {
	margin-left: -40px;
	margin-right: -40px;
}
@media only screen and (min-width: 961px) {
	.penci-body-single-style-14 .standard-post-special .standard-content-special,
	.penci-body-single-style-14 .standard-post-image .audio-iframe {
		bottom: 80px;
		left: 40px;
	}
	.penci-body-single-style-15 .standard-post-special_wrapper .standard-content-special,
	.penci-body-single-style-15 .standard-post-image .audio-iframe {
		max-width: calc(var(--pcctain) - 60px);
	}
	.penci-body-single-style-16 .standard-content-special,
	.penci-body-single-style-16 .standard-post-image .audio-iframe {
		bottom: 220px;
		left: 40px;
		right: 40px;
	}
}
.penci-body-single-style-7 .penci_is_nosidebar .standard-post-image .standard-post-special_wrapper .audio-iframe,
.penci-body-single-style-7 .penci_is_nosidebar .standard-post-special_wrapper .standard-content-special {
	margin-bottom: 30px
}
.penci-body-single-style-5 .container-single .post-image {
	position: relative
}
.penci-body-single-style-5 .penci-move-title-above:after,
.penci-body-single-style-6 .penci-move-title-above:after,
.penci-body-single-style-7 .penci-move-title-above:after,
.penci-body-single-style-8 .penci-move-title-above:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1;
	bottom: 0;
	right: 0;
	background: linear-gradient(to bottom, transparent 50%, #000 90%);
	opacity: .7;
	transition: .3s
}
.penci-single-style-3 .single-breadcrumb,
.penci-single-style-4 .single-breadcrumb,
.penci-single-style-5 .single-breadcrumb,
.penci-single-style-6 .single-breadcrumb,
.penci-single-style-7 .single-breadcrumb,
.penci-single-style-9 .single-breadcrumb {
	text-align: center
}
.penci-single-pheader .container.two-sidebar,
.penci-single-pheader.container.two-sidebar,
.penci-single-style-10.container-single-magazine .container.two-sidebar,
.penci-single-style-20.container-single-magazine .container.two-sidebar,
.penci-single-style-13.container-single-magazine .container.two-sidebar,
.penci-single-style-15.container-single-magazine .container.two-sidebar,
.penci-single-style-9.container-single-magazine .container.two-sidebar {
	display: block
}
.penci-single-style-13.container-single-magazine .two-sidebar .penci-sidebar-content,
.penci-single-style-15.container-single-magazine .two-sidebar .penci-sidebar-content,
.penci-single-style-10.container-single-magazine .two-sidebar .penci-sidebar-content,
.penci-single-style-20.container-single-magazine .two-sidebar .penci-sidebar-content {
	width: 29.06%
}
@media only screen and (min-width: 1170px){
	.penci-body-single-style-11 .post-image:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: var(--pcbg-cl);
		z-index: 1;
		bottom: 0;
		right: 0;
		background: linear-gradient(to bottom, transparent 20%, var(--pcbg-cl) 100%);
		transition: .3s;
	}
}
@media only screen and (max-width: 1169px){
	.penci-body-single-style-11 .container.penci-breadcrumb {
		margin-top: 0;
	}
}
.penci-body-single-style-18 .penci-post-content-wrapper {
	background: linear-gradient(to top, var(--pcaccent-cl) 0%, rgba(255,255,255, 0.8) 100%);
	padding-top: 120px;
}
.penci-body-single-style-18 .penci-post-content-wrapper-inner {
	background: #fff;
	padding: 40px 40px 10px 40px;
}
.container.penci-single-style-18 {
	background: #fff;
	padding: 40px;
	box-shadow: 0 15px 35px 0 rgba(175, 181, 204, 0.35);
}
.penci-body-single-style-18 .container-single-fullwidth .post-image {
	margin-bottom: 0;
}
.penci-body-single-style-19 .header-standard {
	border-bottom: 1px solid var(--pcborder-cl);
	padding-bottom: 30px;
	margin-bottom: 35px;
}
@media only screen and (min-width:768px) {
	.container-single.penci-header-text-white .header-standard .post-title,
	.penci-header-text-white .cat>a.penci-cat-name,
	.penci-header-text-white .container.penci-breadcrumb a,
	.penci-header-text-white .container.penci-breadcrumb i,
	.penci-header-text-white .container.penci-breadcrumb span,
	.penci-header-text-white .header-standard .author-post span a,
	.penci-header-text-white .header-standard .post-title,
	.penci-header-text-white .header-standard h2,
	.penci-header-text-white .header-standard h2 a,
	.penci-header-text-white .pc_titlebig_standard,
	.penci-header-text-white .pc_titlebig_standard a,
	.penci-header-text-white .post-box-meta-single span,
	.penci-single-style-5.penci-header-text-white .penci-standard-cat .cat>a.penci-cat-name,
	.penci-single-style-6.penci-header-text-white .penci-standard-cat .cat>a.penci-cat-name,
	.penci-single-style-8.penci-header-text-white .penci-standard-cat .cat>a.penci-cat-name,
	.penci-single-style-11.penci-header-text-white .penci-standard-cat .cat>a.penci-cat-name {
		color: #fff
	}
}
.penci-single-style-10.penci-header-text-white .header-standard .author-post span a,
.penci-single-style-10.penci-header-text-white .header-standard .post-title,
.penci-single-style-10.penci-header-text-white .header-standard h2,
.penci-single-style-10.penci-header-text-white .header-standard h2 a,
.penci-single-style-10.penci-header-text-white .pc_titlebig_standard,
.penci-single-style-10.penci-header-text-white .pc_titlebig_standard a,
.penci-single-style-10.penci-header-text-white .penci-standard-cat .cat>a.penci-cat-name,
.penci-single-style-13.penci-header-text-white .post-box-meta-single span,
.penci-single-style-13.penci-header-text-white .header-standard .author-post span a,
.penci-single-style-13.penci-header-text-white .header-standard .post-title,
.penci-single-style-13.penci-header-text-white .header-standard h2,
.penci-single-style-13.penci-header-text-white .header-standard h2 a,
.penci-single-style-13.penci-header-text-white .pc_titlebig_standard,
.penci-single-style-13.penci-header-text-white .pc_titlebig_standard a,
.penci-single-style-13.penci-header-text-white .penci-standard-cat .cat>a.penci-cat-name,
.penci-single-style-13.penci-header-text-white .post-box-meta-single span {
	color: #fff
}
i.penci-post-countview-number {
	font-style: normal;
	font-size: inherit;
	font-weight: inherit;
	color: inherit
}
@media only screen and (max-width:767px) {
	.standard-post-special_wrapper {
		position: static;
		background: #fff;
		margin-bottom: 0;
		padding-top: 20px
	}
	.penci-single-style-16 .standard-post-special_wrapper,
	.penci-single-style-7 .standard-post-special_wrapper {
		background: 0 0
	}
	.penci-header-text-white .standard-post-special_wrapper .header-standard.header-classic {
		margin-bottom: 0
	}
	.penci-header-text-white .penci-move-title-above:after,
	.penci-header-text-white .standard-post-special_wrapper .container-single .post-image:after {
		content: none
	}
	.standard-post-image .standard-post-special_wrapper .audio-iframe,
	.standard-post-special_wrapper .standard-content-special {
		margin-bottom: 20px
	}
	.penci-header-text-white .format-post-box {
		display: block;
		padding: 20px
	}
	.penci-header-text-white .standard-content-special {
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none
	}
	.pcsb-ft-o .standard-post-special_wrapper {
		position: absolute;
		left: 15px;
		right: 15px;
		bottom: 0;
		display: block;
		z-index: 10;
		background: unset;
		padding: 0
	}
}
.penci-single-style-9 .penci-post-image-wrapper {
	background-color: #111;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	max-height: inherit
}
.penci-single-style-13 .penci-post-image-wrapper .post-image,
.penci-single-style-15 .penci-post-image-wrapper .post-image,
.penci-single-style-20 .penci-post-image-wrapper .post-image,
.penci-single-style-10 .penci-post-image-wrapper .post-image,
.penci-single-style-9 .penci-post-image-wrapper .post-image {
	margin-bottom: 0
}
.penci-single-style-10 .post-format-entry-header:after,
.penci-single-style-10 .post-format-entry-header:before,
.penci-single-style-15 .post-format-entry-header:after,
.penci-single-style-15 .post-format-entry-header:before,
.penci-single-style-13 .post-format-entry-header:after,
.penci-single-style-13 .post-format-entry-header:before {
	content: "";
	display: table;
	clear: both
}
.penci-single-style-10 .penci-post-image-wrapper {
	background-color: #111;
	padding-top: 40px;
	padding-bottom: 40px;
	max-height: inherit;
	margin-bottom: 40px
}
.penci-single-style-20 .post-format-entry-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.penci-single-style-20 .penci-post-image-wrapper {
	border-bottom: 1px solid var(--pcborder-cl);
	padding-top: 40px;
	padding-bottom: 40px;
	max-height: inherit;
	margin-bottom: 40px
}
.penci-single-style-15 .penci-post-image-wrapper,
.penci-single-style-13 .penci-post-image-wrapper {
	max-height: inherit;
	margin-bottom: 45px;
	background: var(--pcaccent-cl);
}
.penci-single-style-10 .header-standard,
.penci-single-style-10 .post-box-meta-single,
.penci-single-style-15 .header-standard,
.penci-single-style-15 .post-box-meta-single,
.penci-single-style-13 .header-standard,
.penci-single-style-13 .post-box-meta-single {
	text-align: left
}
.penci-body-single-style-10.penci-hide-pthumb .post-format-entry-header .penci-sidebar-content,
.penci-body-single-style-20.penci-hide-pthumb .post-format-entry-header .penci-sidebar-content,
.penci-body-single-style-15.penci-hide-pthumb .post-format-entry-header .penci-sidebar-content,
.penci-body-single-style-13.penci-hide-pthumb .post-format-entry-header .penci-sidebar-content {
	width: 100%;
	float: none
}
.penci-single-style-15 .post-format-entry-header {
	position: relative;
}
.penci-single-style-15 .container.two-sidebar .penci-sidebar-content,
.penci-single-style-15 .penci-post-image-wrapper .penci-sidebar-content {
	position: absolute;
	z-index: 99;
	left: 0;
	background: #fff;
	padding: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 40%;
}
.penci-single-style-15 .penci-single-s15-content {
	width: 100vw;
	padding-left: 20%;
}
.penci-single-style-15 .penci-container-inside {
	width: var(--pcctain);
  	margin: 0 auto;
}
.penci-single-style-15 .penci-container-inside.penci-breadcrumb {
	padding-top: 30px;
}
.penci-single-style-15 .penci-container-inside.penci-breadcrumb a, 
.penci-single-style-15 .penci-container-inside.penci-breadcrumb i,
.penci-single-style-15 .penci-container-inside.penci-breadcrumb span, 
.penci-single-style-15 .penci-container-inside.penci-breadcrumb span a {
	color: #fff;
}
.penci-body-single-style-22 .container.penci-breadcrumb {
	margin-top: 10px;
}
.penci-body-single-style-16 .container.penci-breadcrumb,
.penci-body-single-style-11 .penci-breadcrumb,
.penci-body-single-style-12 .penci-breadcrumb,
.penci-body-single-style-14 .penci-breadcrumb,
.penci-body-single-style-16 .penci-breadcrumb,
.penci-body-single-style-17 .penci-breadcrumb,
.penci-body-single-style-18 .penci-breadcrumb,
.penci-body-single-style-19 .penci-breadcrumb,
.penci-body-single-style-22 .container.penci-breadcrumb,
.penci-body-single-style-22 .container-single .header-standard, 
.penci-body-single-style-22 .container-single .post-box-meta-single {
	text-align: center;
}
.penci-body-single-style-22 .container-single .header-standard {
	margin-bottom: 40px;
	padding-bottom: 35px;
	position: relative;
}
.penci-body-single-style-22 .container-single .header-standard:after {
	content: '';
	position: absolute;
	display: block;
	justify-content: center;
	background: var(--pcmeta-cl);
	width: 100px;
	height: 4px;
	align-self: center;
	bottom: 0;
	left: 50%;
	margin-left: -50px;
	transform: unset;
}   
.penci-body-single-style-22 .container-single-fullwidth .post-image {
	position: relative;
	overflow: visible;
	margin-bottom: 80px;
}
.penci-body-single-style-22 .post-image .penci-author-wrapper {
	position: absolute;
	bottom: -50px;
	left: 50%;
	right: 50%;
	z-index: 10;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
	padding: 5px;
	transform: translateX(-50%);
	box-shadow: 0 0 30px rgba(0,0,0,.08);
}
.penci-body-single-style-22 .post-image .penci-author-wrapper img {
  	border-radius: 50%;
}
@media only screen and (max-width: 960px) {
	.penci-body-single-style-22 .post-image .penci-author-wrapper {
	  width: 60px;
	  height: 60px;
	  bottom: -30px;
	}
	.penci-body-single-style-22 .container-single-fullwidth .post-image {
	  margin-bottom: 40px;
	}
}
@media only screen and (max-width: 1169px) {
	.penci-single-style-13 .penci-container-inside.penci-breadcrumb,
	.penci-single-style-13 .penci-post-image-wrapper .penci-sidebar-content .single-header {
		max-width: 100%;
		float: none;
	}
	.penci-single-style-15 .penci-post-image-wrapper,
	.penci-single-style-13 .penci-post-image-wrapper {
		margin-bottom: 40px;
	}
	.penci-body-single-style-14 .penci-single-smore .container {
		padding-left: 0;
		padding-right: 0;
	}
	.penci-single-style-15 .container.two-sidebar .penci-sidebar-content, 
	.penci-single-style-15 .penci-post-image-wrapper .penci-sidebar-content {
		transform: unset;
	}
	.penci-single-style-15 .penci-single-s15-content {
		padding-left: 10%;
	}
	.penci-single-style-15 .penci-container-inside {
		max-width: 100%;
	} 
	.penci-single-style-19 .container.penci-breadcrumb,
	.penci-single-style-17 .container.penci-breadcrumb {
		padding-left: 0;
		padding-right: 0;
	}
	.penci-body-single-style-18 .penci-post-content-wrapper-inner {
		padding: 20px;
	}
	.penci-body-single-style-18 .penci-post-content-wrapper {
		padding-top: 30px;
	}
	.penci-single-style-20 .post-format-entry-header {
		flex-direction: column;
	}
	.penci-single-style-20 .penci-post-image-wrapper .penci-sidebar-content,
	.penci-single-style-20 .penci-single-s20-content {
		width: 100%;
	}
}
@media only screen and (max-width: 960px) {
	.penci-single-style-13 .post-format-entry-header {
		flex-direction: column;
	}
	.penci-single-style-15 .penci-single-s15-content {
		padding-left: 0;
		width: 100%;
	}
	.penci-single-style-16:not(.penci-single-pheader-noimg).penci_sidebar #main article.post {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
	}
}
@media only screen and (max-width: 767px) {
	.penci-single-style-13.penci-show-ft-caption .penci-post-image-wrapper .penci-sidebar-content:after,
	.penci-single-style-13 .penci-post-image-wrapper .penci-sidebar-content:before,
	.penci-single-style-13 .penci-post-image-wrapper .penci-sidebar-content:after {
		display: none;
	}
	.penci-single-style-13 .penci-container-inside.penci-breadcrumb,
	.penci-single-style-13 .penci-post-image-wrapper .penci-sidebar-content .single-header {
		padding: 0;
	}
	.penci-single-style-21 .standard-post-special_wrapper {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 0 30px;
		display: block;
		z-index: 10;
		background: transparent;
		margin-bottom: 0;
		padding-top: 0;
	}
	.penci-single-style-21 .post-image:after {
		content: '';
	}
	.penci-single-style-21.container-single.penci-header-text-white .header-standard .post-title,
	.penci-single-style-21.penci-header-text-white .cat>a.penci-cat-name,
	.penci-single-style-21.penci-header-text-white .container.penci-breadcrumb a,
	.penci-single-style-21.penci-header-text-white .container.penci-breadcrumb i,
	.penci-single-style-21.penci-header-text-white .container.penci-breadcrumb span,
	.penci-single-style-21.penci-header-text-white .header-standard .author-post span a,
	.penci-single-style-21.penci-header-text-white .header-standard .post-title,
	.penci-single-style-21.penci-header-text-white .header-standard h2,
	.penci-single-style-21.penci-header-text-white .header-standard h2 a,	
	.penci-single-style-21.penci-header-text-white .pc_titlebig_standard,
	.penci-single-style-21.penci-header-text-white .pc_titlebig_standard a,
	.penci-single-style-21.penci-header-text-white .post-box-meta-single span {
		color: #fff
	}
	.penci-author-img-wrapper .author img {
		max-width: 30px;
	}
	.penci-author-img-wrapper .author-name {
		font-size: 12px;
	}
}
@media only screen and (max-width:479px) {
	.penci-single-style-9 .penci-post-image-wrapper {
		padding-top: 20px;
		padding-bottom: 20px
	}
}
.post-box-meta-single {
	text-align: center;
	margin: 6px 0 0;
	font-size: 14px
}
.post-box-meta-single span {
	color: #888
}
.header-standard .post-box-meta-single .author-post,
.header-standard .post-box-meta-single .author-post span a,
.header-standard .post-box-meta-single span {
	font-size: inherit
}
.post-box-meta-single span strong,
.post-box-meta-single span time {
	font-size: inherit;
	font-family: inherit;
	color: inherit
}
.post-box-meta-single a {
	color: #313131
}
.post-box-meta-single a:hover {
	color: var(--pcaccent-cl)
}
.post-box-meta-single>span:before,
.standard-top-meta>span:before {
	content: "";
	width: 0;
	height: 10px;
	margin: 0 13px;
	display: inline-block;
	background: 0 0 !important;
	border-right: 1px solid;
	opacity: .7
}
.post-box-meta-single>span:first-child:before,
.standard-top-meta>span:first-child:before {
	content: none;
	display: block
}
#wpadminbar {
	z-index: 9999
}
#wpadminbar:hover {
	z-index: 99999
}
.post-image {
	margin-bottom: 26px;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
	position: relative
}
body.single .post-image:hover {
	overflow: initial;
}
.container-single-fullwidth .post-image {
	margin-bottom: 40px
}
.post-image img {
	max-width: 100%;
	height: auto
}
.post-image.audio iframe,
.standard-post-image.audio iframe {
	height: 166px;
	width: 100%
}
.container-single a[data-rel=penci-gallery-bground-content],
.container-single a[data-rel=penci-gallery-image-content],
.container-single-page a[data-rel=penci-gallery-image-content] {
	cursor: zoom-in
}
.penci-slick-slider {
	position: relative;
	opacity: 0;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	max-height: 500px
}
.penci-grid .penci-slick-slider,
.penci-masonry .penci-slick-slider {
	max-height: 250px;
	overflow: hidden
}
.penci-slick-slider img {
	width: 100%
}
.penci-slick-slider.loaded {
	opacity: 1;
	overflow: visible !important;
	max-height: none !important
}
.penci-slick-slider>button.slick-next,
.penci-slick-slider>button.slick-prev {
	position: absolute;
	width: 36px;
	height: 36px;
	display: inline-block;
	top: 50%;
	margin-top: -18px;
	cursor: pointer;
	outline: 0;
	opacity: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	text-align: center;
	line-height: 36px;
	background: #fff;
	z-index: 12;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	color: #313131;
	border: none
}
.penci-slick-slider>button.slick-prev {
	left: 30px
}
.penci-grid .penci-slick-slider>button.slick-prev,
.penci-masonry .penci-slick-slider>button.slick-prev {
	left: 20px
}
.penci-slick-slider>button.slick-next {
	right: 30px
}
.penci-grid .penci-slick-slider>button.slick-next,
.penci-masonry .penci-slick-slider>button.slick-next {
	right: 20px
}
.penci-slick-slider.loaded>button.slick-next,
.penci-slick-slider.loaded>button.slick-prev {
	opacity: .8
}
.penci-slick-slider.loaded>button.slick-next:hover,
.penci-slick-slider.loaded>button.slick-prev:hover,
.penci-slick-slider>button.slick-next:hover,
.penci-slick-slider>button.slick-prev:hover {
	opacity: 1
}
.penci-slick-slider>button.slick-next i,
.penci-slick-slider>button.slick-prev i {
	font-size: 20px;
	display: inline-block;
	line-height: 36px
}
.penci-grid .penci-slick-slider>button.slick-next,
.penci-grid .penci-slick-slider>button.slick-prev {
	opacity: .8
}
.penci-grid .penci-slick-slider:hover>button.slick-next,
.penci-grid .penci-slick-slider:hover>button.slick-prev {
	opacity: .8
}
.penci-grid .penci-slick-slider>button.slick-next:hover,
.penci-grid .penci-slick-slider>button.slick-prev:hover {
	opacity: 1
}
.penci-single-smaller-width {
	max-width: 780px
}
.post-entry {
	margin-bottom: 33px;
	line-height: 28px
}
.penci-custom-html-inside-content {
	margin-bottom: 20px
}
.post-entry.standard-post-entry {
	margin-bottom: 0
}
.post-entry:before {
	content: " ";
	display: table
}
.post-entry .inner-post-entry:after {
	content: " ";
	display: table;
	clear: both
}
.post-entry.page-has-margin {
	margin-bottom: 60px
}
.post-entry img {
	max-width: 100%;
	height: auto
}
.wpb_text_column {
	line-height: 1.8
}
.post-entry a:hover,
.wpb_text_column a:hover {
	text-decoration: underline
}
.elementor-widget-text-editor h1,
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4,
.elementor-widget-text-editor h5,
.elementor-widget-text-editor h6,
.elementor-widget-text-editor hr,
.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6,
.post-entry hr,
.woocommerce .page-description h1,
.woocommerce .page-description h2,
.woocommerce .page-description h3,
.woocommerce .page-description h4,
.woocommerce .page-description h5,
.woocommerce .page-description h6,
.woocommerce .page-description hr,
.wpb_text_column h1,
.wpb_text_column h2,
.wpb_text_column h3,
.wpb_text_column h4,
.wpb_text_column h5,
.wpb_text_column h6,
.wpb_text_column hr {
	margin-bottom: 17px
}
.elementor-widget-text-editor .widget ul li,
.elementor-widget-text-editor p,
.post-entry .elementor-widget-text-editor p {
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	text-align: inherit
}
.post-entry p,
.woocommerce .page-description p,
.wpb_text_column p {
	margin-bottom: 17px
}
.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6,
.woocommerce .page-description h1,
.woocommerce .page-description h2,
.woocommerce .page-description h3,
.woocommerce .page-description h4,
.woocommerce .page-description h5,
.woocommerce .page-description h6,
.wpb_text_column h1,
.wpb_text_column h2,
.wpb_text_column h3,
.wpb_text_column h4,
.wpb_text_column h5,
.wpb_text_column h6 {
	color: var(--pcheading-cl);
	letter-spacing: 0;
	line-height: 1.3em
}
.elementor-widget-text-editor h1,
.post-entry h1,
.woocommerce .page-description h1,
.wpb_text_column h1 {
	font-size: 24px
}
.elementor-widget-text-editor h2,
.post-entry h2,
.woocommerce .page-description h2,
.wpb_text_column h2 {
	font-size: 22px
}
.elementor-widget-text-editor h3,
.post-entry h3,
.woocommerce .page-description h3,
.wpb_text_column h3 {
	font-size: 20px
}
.elementor-widget-text-editor h4,
.post-entry h4,
.woocommerce .page-description h4,
.wpb_text_column h4 {
	font-size: 18px
}
.elementor-widget-text-editor h5,
.post-entry h5,
.woocommerce .page-description h5,
.wpb_text_column h5 {
	font-size: 16px
}
.elementor-widget-text-editor h6,
.post-entry h6,
.woocommerce .page-description h6,
.wpb_text_column h6 {
	font-size: 14px
}
.elementor-widget-text-editor hr,
.post-entry hr,
.woocommerce .page-description hr,
.wpb_text_column hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #dedede;
	clear: both
}
.post-password-form input[type=email],
.post-password-form input[type=number],
.post-password-form input[type=password],
.post-password-form input[type=text] {
	padding: 9px 20px;
	border: 1px solid #dedede;
	margin-bottom: 28px;
	font-size: 12px;
	font-weight: 400;
	font-family: var(--pcbody-font);
	max-height: 50px;
	outline: 0;
	height: 36px;
	line-height: 36px
}
.post-password-form input[type=submit] {
	padding: 0 20px;
	border: none;
	background: #313131;
	color: #fff;
	cursor: pointer;
	outline: 0;
	text-transform: uppercase;
	transition: opacity .3s;
	-webkit-transition: opacity .3s;
	height: 36px;
	line-height: 36px;
	margin-left: 5px
}
.post-password-form input[type=submit]:hover {
	opacity: .85
}
.post-entry blockquote,
.woocommerce .page-description blockquote,
.wpb_text_column blockquote {
	padding: 0;
	position: relative;
	margin: 0 0 20px 0
}
.post-entry blockquote,
.post-entry blockquote p,
.woocommerce .page-description blockquote,
.woocommerce .page-description blockquote p,
.wpb_text_column blockquote,
.wpb_text_column blockquote p {
	font-size: 16px;
	color: #888;
	font-style: italic;
	line-height: 1.7;
	text-align: left
}
.post-entry blockquote p,
.woocommerce .page-description blockquote p,
.wpb_text_column blockquote p {
	margin: 0
}
.post-entry blockquote,
.woocommerce .page-description blockquote,
.wpb_text_column blockquote {
	position: relative;
	padding: 0 0 0 40px;
	border: none;
	overflow: hidden
}
.post-entry .wp-block-quote,
.woocommerce .page-description .wp-block-quote,
.wpb_text_column .wp-block-quote {
	padding-left: 1em;
	border-left: 4px solid #000
}
.post-entry blockquote:before,
.woocommerce .page-description blockquote:before,
.wpb_text_column blockquote:before {
	color: var(--pcaccent-cl);
	content: "\f101";
	font-family: penciicon;
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	font-style: normal;
	position: absolute;
	top: 6px;
	left: 2px
}
.post-entry blockquote .author,
.post-entry blockquote cite,
.woocommerce .page-description blockquote .author,
.woocommerce .page-description blockquote cite,
.wpb_text_column blockquote .author,
.wpb_text_column blockquote cite {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 7px;
	color: var(--pcaccent-cl);
	font-style: normal;
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei);
	overflow: hidden;
	text-align: left;
	position: relative;
	z-index: 1
}
.post-entry blockquote .author span,
.woocommerce .page-description blockquote .author span,
.wpb_text_column blockquote .author span {
	position: relative;
	display: inline-block;
	padding: 0 10px 0 0
}
.post-entry blockquote .author span:after,
.woocommerce .page-description blockquote .author span:after,
.wpb_text_column blockquote .author span:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 90px;
	height: 1px;
	background: var(--pcaccent-cl);
	left: 100%;
	opacity: .8
}
.penci-single-link-pages {
	display: block;
	width: 100%
}
.penci-single-link-pages:after,
.penci-single-link-pages:before {
	content: "";
	display: table;
	clear: both
}
.penci-single-link-pages a {
	display: inline-block;
	margin: 0 4px 5px 4px;
	padding: 4px 7px;
	line-height: 1;
	border: 1px solid;
	color: inherit;
	text-decoration: none !important;
	transition: all .3s;
	-webkit-transition: all .3s
}
.penci-single-link-pages a:hover {
	opacity: .7
}
.elementor-widget-table-of-contents .elementor-toc__header-title {
	margin-bottom: 0
}
.post-entry .elementor-widget-table-of-contents ol,
.post-entry .elementor-widget-table-of-contents ul {
	padding: 0;
	margin-bottom: 0
}
.post-entry .elementor-widget-table-of-contents ol li,
.post-entry .elementor-widget-table-of-contents ul li {
	list-style-type: none
}
.post-entry.blockquote-style-2 blockquote {
	background: #f5f5f5;
	padding: 10px 20px 10px 24px
}
.post-entry.blockquote-style-2 blockquote:before {
	content: "";
	left: 0;
	position: absolute;
	height: 100%;
	top: 0;
	width: 4px;
	background: var(--pcaccent-cl)
}
.post-entry.blockquote-style-2 .author span {
	padding: 0 0 0 30px
}
.post-entry.blockquote-style-2 .author span:after {
	width: 20px;
	left: 0
}
.penci-pullqoute.align-left {
	max-width: 460px;
	float: left;
	width: 100%;
	margin-right: 20px
}
.penci-pullqoute.align-right {
	max-width: 460px;
	float: right;
	width: 100%;
	margin-left: 20px
}
.elementor-widget-text-editor ol,
.elementor-widget-text-editor ul,
.post-entry ol,
.post-entry ul,
.woocommerce .page-description ol,
.woocommerce .page-description ul {
	padding-left: 36px;
	margin-bottom: 20px
}
.elementor-widget-text-editor .penci-sidebar-content ol,
.elementor-widget-text-editor .penci-sidebar-content ul,
.post-entry .penci-sidebar-content ol,
.post-entry .penci-sidebar-content ul,
.woocommerce .page-description .penci-sidebar-content ol,
.woocommerce .page-description .penci-sidebar-content ul {
	padding-left: 0;
	margin-bottom: 0
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	background-color: transparent !important
}
.elementor-widget-text-editor ol ol,
.elementor-widget-text-editor ol ul,
.elementor-widget-text-editor ul ol,
.elementor-widget-text-editor ul ul,
.post-entry ol ol,
.post-entry ol ul,
.post-entry ul ol,
.post-entry ul ul,
.woocommerce .page-description ol ol,
.woocommerce .page-description ol ul,
.woocommerce .page-description ul ol,
.woocommerce .page-description ul ul {
	margin: 2px 0;
	padding-left: 22px
}
.elementor-widget-text-editor .penci-sidebar-content ol ol,
.elementor-widget-text-editor .penci-sidebar-content ol ul,
.elementor-widget-text-editor .penci-sidebar-content ul ol,
.elementor-widget-text-editor .penci-sidebar-content ul ul,
.post-entry .penci-sidebar-content ol ol,
.post-entry .penci-sidebar-content ol ul,
.post-entry .penci-sidebar-content ul ol,
.post-entry .penci-sidebar-content ul ul,
.woocommerce .page-description .penci-sidebar-content ol ol,
.woocommerce .page-description .penci-sidebar-content ol ul,
.woocommerce .page-description .penci-sidebar-content ul ol,
.woocommerce .page-description .penci-sidebar-content ul ul {
	margin: 0;
	padding-left: 0
}
.elementor-widget-text-editor ul li,
.post-entry ul li,
.woocommerce .page-description ul li {
	margin-bottom: 6px;
	position: relative;
	list-style-type: square;
	line-height: 1.7
}
.elementor-widget-text-editor ol li,
.post-entry ol li,
.woocommerce .page-description ol li {
	margin-bottom: 2px;
	list-style: decimal
}
.elementor-widget-text-editor .penci-sidebar-content ol li,
.elementor-widget-text-editor .penci-sidebar-content ul li,
.post-entry .penci-sidebar-content ol li,
.post-entry .penci-sidebar-content ul li,
.woocommerce .page-description .penci-sidebar-content ol li,
.woocommerce .page-description .penci-sidebar-content ul li {
	list-style-type: none
}
.post-entry ol.wp-block-gallery,
.post-entry ul.wp-block-gallery {
	padding: 0
}
.sticky.post .post-header {
	border: 1px dashed #ddd;
	padding: 20px 0
}
.post-entry table {
	width: 100%;
	margin-bottom: 22px;
	border-collapse: collapse;
	border-left: 1px solid var(--pcborder-cl);
	border-right: 1px solid var(--pcborder-cl);
	border-top: 1px solid var(--pcborder-cl)
}
.post-entry td,
.post-entry th {
	padding: 12px;
	border-bottom: 1px solid var(--pcborder-cl);
	border-color: var(--pcborder-cl)
}
.post-entry th {
	font-weight: 700
}
.post-entry em strong {
	font-style: italic
}
.pencisc-button,
.post-entry .pencisc-button,
.woocommerce-product-details__short-description .pencisc-button {
	border: none;
	border-radius: 0;
	background: var(--pcaccent-cl);
	color: #fff;
	line-height: 1.3;
	padding: 10px 20px;
	text-align: center;
	transition: all .25s;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	text-decoration: none !important
}
.pencisc-button i {
	margin-right: 5px
}
.pencisc-button.pencisc-icon-right i {
	margin: 0 0 0 5px
}
.pencisc-align-right {
	float: right;
	margin: 5px 0 20px 20px
}
.pencisc-align-left {
	float: left;
	margin: 5px 20px 20px 0
}
.pencisc-button.pencisc-full,
.post-entry .pencisc-button.pencisc-full,
.woocommerce-product-details__short-description .pencisc-button.pencisc-full {
	display: block;
	width: 100%;
	margin-left: 0;
	margin-right: 0
}
.pencisc-button,
.post-entry .pencisc-button.pencisc-small,
.woocommerce-product-details__short-description .pencisc-button.pencisc-small {
	padding: 7px 12px;
	font-size: 12px
}
.pencisc-button,
.post-entry .pencisc-button.pencisc-large,
.woocommerce-product-details__short-description .pencisc-button.pencisc-large {
	padding: 15px 30px;
	font-size: 18px
}
ul.penci_list_shortcode {
	list-style: none !important;
	list-style-type: none !important
}
.elementor-widget-text-editor ul.penci_list_shortcode,
.post-entry ul.penci_list_shortcode,
.woocommerce .page-description ul.penci_list_shortcode {
	padding-left: 19px
}
.heading1-style-1 .entry-content>h1,
.heading1-style-2 .entry-content>h1,
.heading2-style-1 .entry-content>h2,
.heading2-style-2 .entry-content>h2,
.heading3-style-1 .entry-content>h3,
.heading3-style-2 .entry-content>h3,
.heading4-style-1 .entry-content>h4,
.heading4-style-2 .entry-content>h4,
.heading5-style-1 .entry-content>h5,
.heading5-style-2 .entry-content>h5 {
	padding-bottom: 8px;
	border-bottom: 1px solid var(--pcborder-cl);
	overflow: hidden
}
.heading1-style-2 .entry-content>h1,
.heading2-style-2 .entry-content>h2,
.heading3-style-2 .entry-content>h3,
.heading4-style-2 .entry-content>h4,
.heading5-style-2 .entry-content>h5 {
	border-bottom-width: 0;
	position: relative
}
.heading1-style-2 .entry-content>h1:before,
.heading2-style-2 .entry-content>h2:before,
.heading3-style-2 .entry-content>h3:before,
.heading4-style-2 .entry-content>h4:before,
.heading5-style-2 .entry-content>h5:before {
	content: "";
	width: 50px;
	height: 2px;
	bottom: 0;
	left: 0;
	z-index: 2;
	background: var(--pcaccent-cl);
	position: absolute
}
.heading1-style-2 .entry-content>h1:after,
.heading2-style-2 .entry-content>h2:after,
.heading3-style-2 .entry-content>h3:after,
.heading4-style-2 .entry-content>h4:after,
.heading5-style-2 .entry-content>h5:after {
	content: "";
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 20px;
	z-index: 1;
	background: var(--pcborder-cl);
	position: absolute
}
.heading1-style-3 .entry-content>h1,
.heading1-style-4 .entry-content>h1,
.heading2-style-3 .entry-content>h2,
.heading2-style-4 .entry-content>h2,
.heading3-style-3 .entry-content>h3,
.heading3-style-4 .entry-content>h3,
.heading4-style-3 .entry-content>h4,
.heading4-style-4 .entry-content>h4,
.heading5-style-3 .entry-content>h5,
.heading5-style-4 .entry-content>h5 {
	position: relative;
	padding-left: 20px
}
.heading1-style-3 .entry-content>h1:before,
.heading1-style-4 .entry-content>h1:before,
.heading2-style-3 .entry-content>h2:before,
.heading2-style-4 .entry-content>h2:before,
.heading3-style-3 .entry-content>h3:before,
.heading3-style-4 .entry-content>h3:before,
.heading4-style-3 .entry-content>h4:before,
.heading4-style-4 .entry-content>h4:before,
.heading5-style-3 .entry-content>h5:before,
.heading5-style-4 .entry-content>h5:before {
	width: 10px;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: var(--pcaccent-cl)
}
.heading1-style-4 .entry-content>h1,
.heading2-style-4 .entry-content>h2,
.heading3-style-4 .entry-content>h3,
.heading4-style-4 .entry-content>h4,
.heading5-style-4 .entry-content>h5 {
	padding: 10px 20px;
	background: #f1f1f1
}
.heading1-style-5 .entry-content>h1,
.heading2-style-5 .entry-content>h2,
.heading3-style-5 .entry-content>h3,
.heading4-style-5 .entry-content>h4,
.heading5-style-5 .entry-content>h5 {
	position: relative
}
.heading1-style-5 .entry-content>h1:before,
.heading2-style-5 .entry-content>h2:before,
.heading3-style-5 .entry-content>h3:before,
.heading4-style-5 .entry-content>h4:before,
.heading5-style-5 .entry-content>h5:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 200px;
	height: 50%;
	transform: skew(-25deg) translateX(0);
	background: var(--pcaccent-cl);
	z-index: -1;
	opacity: .4
}
.heading1-style-6 .entry-content>h1,
.heading2-style-6 .entry-content>h2,
.heading3-style-6 .entry-content>h3,
.heading4-style-6 .entry-content>h4,
.heading5-style-6 .entry-content>h5 {
	text-decoration: underline;
	text-underline-offset: 2px;
	text-decoration-thickness: 4px;
	text-decoration-color: var(--pcaccent-cl)
}
.penci_list_shortcode li {
	position: relative;
	list-style: none !important;
	padding-left: 20px !important
}
.penci_list_shortcode li:before {
	color: var(--pcaccent-cl);
	content: "\f00c" !important;
	width: 20px !important;
	height: auto !important;
	margin-left: -20px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: none;
	background: 0 0 !important;
	transform: none !important;
	opacity: 1 !important;
	position: static !important;
	border: none !important
}
.penci_list_shortcode.penci_list-starlist li:before {
	content: "\f005" !important
}
.penci_list_shortcode.penci_list-pluslist li:before {
	content: "\f0fe" !important
}
.penci_list_shortcode.penci_list-minuslist li:before {
	content: "\f146" !important
}
.penci_list_shortcode.penci_list-editlist li:before {
	content: "\f044" !important
}
.penci_list_shortcode.penci_list-asterisklist li:before {
	content: "\f069" !important
}
.penci_list_shortcode.penci_list-thumbuplist li:before {
	content: "\f164" !important
}
.penci_list_shortcode.penci_list-folderlist li:before {
	content: "\f07b" !important
}
.penci_list_shortcode.penci_list-thumbdownlist li:before {
	content: "\f165" !important
}
.penci_list_shortcode.penci_list-heartlist li:before {
	content: "\f004" !important
}
.penci-highlight-black {
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	background-color: rgba(0, 0, 0, .8);
	padding: 2px 0;
	margin: 0 7px 0 8px;
	box-shadow: 6px 0 0 rgba(0, 0, 0, .8), -8px 0 0 rgba(0, 0, 0, .8);
	color: gray
}
.penci-highlight-black:hover {
	color: #fff
}
.penci-highlighted-black {
	background-color: rgba(0, 0, 0, .8);
	padding: 2px 0;
	margin: 0 7px 0 8px;
	box-shadow: 6px 0 0 rgba(0, 0, 0, .8), -8px 0 0 rgba(0, 0, 0, .8);
	color: #fff
}
.penci-highlighted-red {
	background-color: red;
	padding: 2px 0;
	margin: 0 7px 0 8px;
	box-shadow: 6px 0 0 red, -8px 0 0 red;
	color: #fff
}
.penci-highlighted-blue {
	background-color: #3f51b5;
	padding: 2px 0;
	margin: 0 7px 0 8px;
	box-shadow: 6px 0 0 #3f51b5, -8px 0 0 #3f51b5;
	color: #fff
}
.penci-highlighted-green {
	background-color: green;
	padding: 2px 0;
	margin: 0 7px 0 8px;
	box-shadow: 6px 0 0 green, -8px 0 0 green;
	color: #fff
}
.penci-highlighted-yellow {
	background-color: #ffcb00;
	padding: 2px 0;
	margin: 0 7px 0 8px;
	box-shadow: 6px 0 0 #ffcb00, -8px 0 0 #ffcb00;
	color: #fff
}
.penci-highlighted-pink {
	background-color: pink;
	padding: 2px 0;
	margin: 0 7px 0 8px;
	box-shadow: 6px 0 0 pink, -8px 0 0 pink;
	color: #fff
}
.penci-tpadding-0,
.penci-tpadding-1,
.penci-tpadding-2,
.penci-tpadding-3,
.penci-tpadding-4,
.penci-tpadding-5,
.penci-tpadding-6,
.penci-tpadding-7 {
	display: block;
	margin-bottom: 17px
}
.penci-tpadding-1 {
	padding-left: 0;
	padding-right: 5%
}
.penci-tpadding-2 {
	padding-left: 5%;
	padding-right: 0
}
.penci-tpadding-3 {
	padding-left: 5%;
	padding-right: 5%
}
.penci-tpadding-4 {
	padding-left: 5%;
	padding-right: 10%
}
.penci-tpadding-5 {
	padding-left: 10%;
	padding-right: 5%
}
.penci-tpadding-6 {
	padding-left: 10%;
	padding-right: 10%
}
.penci-tpadding-7 {
	padding-left: 15%;
	padding-right: 15%
}
@media (max-width:767px) {
	.penci-tpadding-0,
	.penci-tpadding-1,
	.penci-tpadding-2,
	.penci-tpadding-3,
	.penci-tpadding-4,
	.penci-tpadding-5,
	.penci-tpadding-6,
	.penci-tpadding-7 {
		padding-left: 3% !important;
		padding-right: 3% !important
	}
}
.penci-dropcap-box {
	float: left;
	display: block;
	background-color: var(--pcaccent-cl);
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	min-width: 56px;
	font-size: 48px;
	line-height: 50px;
	margin: 6px 13px 0 0;
	padding: 3px 13px
}
.penci-dropcap-box-outline {
	float: left;
	display: block;
	background-color: transparent !important;
	text-align: center;
	text-transform: uppercase;
	border: 2px solid var(--pcaccent-cl);
	color: var(--pcaccent-cl);
	min-width: 56px;
	font-size: 48px;
	line-height: 50px;
	margin: 6px 13px 0 0;
	padding: 3px 13px
}
.penci-dropcap-circle {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	float: left;
	display: block;
	background-color: var(--pcaccent-cl);
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	min-width: 56px;
	font-size: 48px;
	line-height: 50px;
	margin: 6px 13px 0 0;
	padding: 3px 13px
}
.penci-dropcap-circle-outline {
	float: left;
	display: block;
	background-color: transparent !important;
	text-align: center;
	text-transform: uppercase;
	border: 2px solid var(--pcaccent-cl);
	color: var(--pcaccent-cl);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	min-width: 56px;
	font-size: 48px;
	line-height: 50px;
	margin: 6px 13px 0 0;
	padding: 3px 13px
}
.penci-dropcap-regular {
	float: left;
	display: block;
	text-align: center;
	text-transform: uppercase;
	background-color: transparent !important;
	color: var(--pcaccent-cl);
	font-size: 68px;
	line-height: 68px;
	margin: 0 13px 0 0;
	padding: 0
}
.penci-dropcap-bold {
	float: left;
	display: block;
	text-align: center;
	text-transform: uppercase;
	background-color: transparent !important;
	color: var(--pcaccent-cl);
	font-weight: 700;
	font-size: 68px;
	line-height: 68px;
	margin: 0 13px 0 0;
	padding: 0
}
.penci-ilrelated-posts {
	margin: 20px 0;
	overflow: hidden;
	padding: 17px 20px;
	border: 1px solid var(--pcborder-cl);
	width: 100%
}
.penci-ilrelated-posts.pcilrt-left {
	float: left;
	margin: 5px 20px 20px 0;
	max-width: 360px;
	width: 100%
}
.penci-ilrelated-posts.pcilrt-right {
	float: right;
	margin: 5px 0 20px 20px;
	max-width: 360px;
	width: 100%
}
.pcilrp-heading {
	margin-bottom: 20px;
	text-align: left
}
.pcilrp-heading span {
	font-size: 18px;
	line-height: 1.3;
	display: block;
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei);
	color: var(--pcheading-cl);
	letter-spacing: 0;
	padding-bottom: 10px;
	position: relative
}
.pcilrp-heading span:after {
	content: "";
	width: 50px;
	border-top: 1px solid var(--pcaccent-cl);
	display: block;
	position: absolute;
	bottom: 0;
	left: 0
}
.pcilrph-align-center {
	text-align: center
}
.pcilrph-align-center span:after {
	left: 50%;
	margin-left: -25px
}
.pcilrph-align-right {
	text-align: right
}
.pcilrph-align-right span:after {
	left: auto;
	right: 0
}
.penci-ilrelated-posts ul.pcilrp-content {
	margin-bottom: 0 !important
}
.penci-ilrelated-posts.pcilrt-grid ul.pcilrp-content li {
	line-height: unset
}
.penci-ilrelated-posts.pcilrt-list ul.pcilrp-content {
	padding-left: 18px
}
.penci-ilrelated-posts.pcilrt-list ul.pcilrp-content li {
	line-height: 1.6
}
.penci-ilrelated-posts.pcilrt-list ul.pcilrp-content li:last-child {
	margin-bottom: 0
}
.penci-ilrelated-posts ul.pcilrp-content li.pcilrp-item-grid {
	list-style-type: none
}
.pcilrt-grid .pcilrp-content {
	padding: 0 !important;
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.pcilrt-grid .pcilrp-item-grid {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	padding: 0 10px;
	margin-bottom: 20px
}
.pcilrt-grid .pcilrp-item-hidethumb {
	margin-bottom: 8px
}
.pcilrt-grid.pcilrt-col-2 .pcilrp-item-grid {
	flex: 0 0 50%
}
.pcilrt-grid.pcilrt-col-3 .pcilrp-item-grid {
	flex: 0 0 33.3333%
}
.pcilrt-grid .pcilrp-content>.pcilrp-item-grid:last-child {
	margin-bottom: 0
}
@media only screen and (min-width:961px) {
	.pcilrt-col-3 .pcilrp-content>.pcilrp-item-grid:nth-last-of-type(2),
	.pcilrt-col-3 .pcilrp-content>.pcilrp-item-grid:nth-last-of-type(3) {
		margin-bottom: 0
	}
}
@media only screen and (min-width:768px) {
	.pcilrt-col-2 .pcilrp-content>.pcilrp-item-grid:nth-last-of-type(2) {
		margin-bottom: 0
	}
}
@media only screen and (max-width:960px) {
	.pcilrt-grid.pcilrt-col-3 .pcilrp-item-grid {
		flex: 0 0 100%
	}
}
@media only screen and (max-width:767px) {
	.pcilrt-grid.pcilrt-col-2 .pcilrp-item-grid {
		flex: 0 0 100%
	}
	.penci-ilrelated-posts.pcilrt-left,
	.penci-ilrelated-posts.pcilrt-right {
		max-width: 100%
	}
}
.pcilrt-grid .pcilrp-flex {
	display: flex;
	-ms-flex-wrap: wrap;
	align-items: center;
	width: 100%
}
.pcilrp-flex .pcilrp-thumb {
	flex: 0 0 90px;
	margin-right: 20px;
	transition: all .3s
}
.pcilrp-flex .pcilrp-body {
	flex: 0 0 calc(100% - 110px)
}
.pcilrp-item-hidethumb .pcilrp-flex .pcilrp-body {
	flex: 0 0 100%
}
.pcilrt-thumbright .pcilrp-flex .pcilrp-thumb {
	order: 2;
	margin: 0 0 0 20px
}
.pcilrp-flex .pcilrp-thumb:hover {
	opacity: .85
}
.pcilrp-item-grid .pcilrp-title {
	line-height: 1.35
}
.penci-ilrelated-posts .pcilrp-item-grid .pcilrp-title a {
	color: var(--pctext-cl);
	line-height: 1.4;
	text-decoration: none;
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei);
	font-size: 14px
}
.penci-ilrelated-posts .pcilrp-item-grid .pcilrp-title a:hover {
	color: var(--pcaccent-cl)
}
.pcilrp-meta {
	margin-top: 5px;
	font-size: 13px;
	color: var(--pcmeta-cl);
	line-height: 1.3
}
.pcilrp-meta span {
	margin-right: 10px;
	font-size: inherit;
	color: inherit
}
.pcilrp-meta span:last-child {
	margin-right: 0
}
.pcilrp-meta i {
	margin-right: 5px;
	opacity: .8
}
.gird-post-share {
	margin-top: 9px;
	position: relative;
	text-align: center
}
.gird-list-posts-share {
	background: #fff;
	display: inline-block;
	padding-right: 11px;
	position: relative;
	padding-left: 11px
}
.gird-post-share:before {
	position: absolute;
	width: 100%;
	top: 9px;
	height: 1px;
	content: "";
	left: 0;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9
}
.gird-post-share a {
	margin: 0 4px;
	font-size: 14px;
	color: #939393
}
.gird-post-share a:hover {
	color: var(--pcaccent-cl)
}
.gird-post-share .gird-list-posts-share a:first-child {
	margin-left: 0
}
.share-box-grid.share-box-comments i {
	font-size: 15px
}
.tags-share-box {
	display: table;
	width: 100%;
	margin: 0;
	position: relative;
	padding: 19px 160px 18px 0;
	clear: both;
	border-top: 1px solid #dedede;
	font-size: 14px
}
.tags-share-box.center-box {
	text-align: center;
	padding: 15px 0
}
.tags-share-box.hide-tags.page-share {
	text-align: center;
	padding: 16px 0;
	position: relative;
	border-bottom: 1px solid #dedede;
	margin-bottom: -1px
}
.tags-share-box.hide-tags.page-share.pcnew-share {
	border-bottom: none;
	margin-bottom: 0;
	padding: 0
}
.tags-share-box.hide-tags.page-share.tags-share-box-2_3 {
	padding: 6px 20px
}
.tags-share-box.hide-tags.page-share .list-posts-share {
	vertical-align: middle;
	line-height: 16px
}
.tags-share-box.share-box-border-bot {
	border-bottom: 1px solid var(--pcborder-cl)
}
.post-tags {
	display: block;
	position: relative;
	z-index: 10;
	color: #888;
	margin-bottom: 0;
	line-height: 1.4;
	margin-top: 31px
}
.post-tags>span {
	display: inline-block;
	text-transform: uppercase;
	margin: 0 12px 0 0;
	font-style: italic;
	color: #888
}
.post-tags>span i {
	vertical-align: bottom
}
.post-tags.penci-post-sources > span,
.pc-search-suggest-term > a,
.container-single .post-entry .post-tags a {
	text-transform: uppercase;
	color: #888;
	padding: 5px 12px;
	margin-right: 8px;
	margin-bottom: 8px;
	display: inline-block;
	font-size: 11px !important;
	background: 0 0;
	border: 1px solid #dedede;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	outline: 0;
	font-weight: 400;
	line-height: 1.2
}
.post-tags.penci-post-sources > span {
	background: #000;
	color: #fff;
	font-style: normal;
  	font-weight: bold;
}
.post-tags.penci-post-sources > span::before {
	content: '\f0c1';
	font-family: 'FontAwesome';
	display: inline-block;
	margin-right: 4px;
	transform: rotate(85deg);
}
.pc-search-suggest-term > a:hover,
.container-single .post-entry .post-tags a:hover {
	background: var(--pcaccent-cl);
	color: #fff;
	border-color: var(--pcaccent-cl);
	text-decoration: none
}
.post-share {
	display: inline-block;
	position: absolute;
	z-index: 10;
	right: 0;
	top: 20px
}
.nc_socialPanel .nc_tweetContainer a.nc_tweet,
.swp_social_panel .nc_tweetContainer a.nc_tweet {
	color: #fff
}
.tags-share-box.center-box .post-share,
.tags-share-box.hide-tags.page-share .post-share {
	position: static
}
.tags-share-box.hide-tags.page-share .share-title {
	font-size: 12px;
	text-transform: uppercase;
	color: #313131;
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei);
	margin-right: 5px
}
.post-share .count-number-like {
	font-weight: 700;
	font-style: italic;
	font-size: 13px;
	color: var(--pcaccent-cl);
	vertical-align: top
}
.post-share .list-posts-share {
	display: inline-block;
	vertical-align: top
}
.post-share a {
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	font-size: 14px;
	margin: 0 0 0 10px;
	color: #313131;
	display: inline-block;
	vertical-align: top;
	position: relative
}
.post-share.hide-like-count .list-posts-share a:first-child {
	margin-left: 0
}
.post-share a.liked,
.post-share a:hover {
	color: var(--pcaccent-cl)
}
.post-share a.penci-post-like {
	margin-left: 5px
}
.tags-share-box .single-comment-o {
	color: #888
}
.tags-share-box .single-comment-o i {
	margin-right: 5px
}
.post-share a.penci-post-like:after,
.tags-share-box .single-comment-o:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 12px;
	margin: 4px 6px 0 20px;
	vertical-align: top;
	border: none;
	background-color: #dedede
}
.no-social-enabled.tags-share-box .single-comment-o:after {
	display: none
}
.tags-share-box .single-comment-o:after {
	margin-right: 20px
}
.tags-share-box .single-comment-o.hide-comments-o:after {
	display: none;
	content: none
}
.post-share a .dt-share {
	position: absolute;
	display: inline-block;
	font-size: 9px;
	font-family: var(--pchead-font);
	font-weight: 400;
	background: #313131;
	color: #fff;
	height: 20px;
	white-space: nowrap;
	line-height: 20px;
	text-align: center;
	z-index: 20;
	bottom: -45px;
	width: 60px;
	left: 50%;
	margin-left: -30px;
	opacity: 0;
	visibility: hidden;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out
}
.post-share a:hover .dt-share {
	opacity: 1;
	bottom: -30px;
	visibility: visible
}
.post-share a .dt-share:before {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 7px solid #313131;
	content: "";
	top: -7px;
	left: 50%;
	margin-left: -4px
}
article.page.type-page {
	margin-bottom: 60px
}
.tags-share-box.tags-share-box-top {
	border-bottom: 1px solid #dedede;
	margin-bottom: 33px
}
.tags-share-box.tags-share-box-2_3 {
	border: 1px solid #dedede;
	padding: 6px 15px
}
.tags-share-box.tags-share-box-2_3 .post-share {
	display: inline;
	position: relative;
	top: 0
}
.tags-share-box.tags-share-box-2_3 .post-share .list-posts-share {
	display: inline;
	vertical-align: middle
}
.tags-share-box.tags-share-box-2_3 .post-share:after,
.tags-share-box.tags-share-box-2_3 .post-share:before {
	content: "";
	width: 100%;
	clear: both
}
.tags-share-box.tags-share-box-2_3+.post-author {
	border-top: 0
}
.tags-share-box.tags-share-box-2_3 .penci-social-share-text {
	text-transform: uppercase;
	font-weight: 700;
	margin-right: 15px;
	font-size: 14px;
	top: 2px;
	color: #111;
	position: relative
}
.tags-share-box.tags-share-box-2_3 a.penci-post-like:after {
	content: none
}
.tags-share-box.tags-share-box-2_3 .post-share .count-number-like,
.tags-share-box.tags-share-box-2_3 .post-share a {
	color: #fff
}
.tags-share-box.tags-share-box-2_3 .penci-svg-line {
	vertical-align: middle;
	transform: translateY(-1px);
	-webkit-transform: translateY(-1px)
}
.tags-share-box.tags-share-box-2_3 .post-share-item {
	display: inline-block;
	margin: 5px 9px 5px 0;
	font-weight: 400;
	line-height: 32px;
	text-align: left;
	color: #fff;
	text-transform: none;
	height: 32px;
	border: 0;
	background-color: #111;
	padding: 0 12px;
	transition: opacity .3s;
	border-radius: 2px;
	vertical-align: middle
}
.tags-share-box-s2 .post-share .count-number-like,
.tags-share-box-s2 .post-share a,
.tags-share-box-s2 .post-share-item {
	color: #fff !important
}
.tags-share-box.tags-share-box-2_3 .post-share-plike {
	vertical-align: bottom
}
.tags-share-box.page-share .penci-social-share-text {
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei);
	font-size: 12px;
	text-transform: uppercase;
	vertical-align: middle
}
.tags-share-box.social-align-left {
	text-align: left !important
}
.tags-share-box.social-align-right {
	text-align: right !important
}
.tags-share-box.social-align-center {
	text-align: center !important
}
.post-author {
	margin: 0;
	overflow: hidden;
	padding: 38px 0 37px 0;
	border-top: 1px solid var(--pcborder-cl)
}
.abio-style-2,
.abio-style-3,
.abio-style-4 {
	padding: 20px;
	border: 1px solid var(--pcborder-cl);
	margin-bottom: 30px
}
body.author .post-author {
	padding: 20px 20px;
	border: 1px solid var(--pcborder-cl);
	margin-bottom: 40px
}
.abio-style-3,
.abio-style-4 {
	text-align: center
}
.abio-style-4 {
	margin-top: 80px;
	overflow: visible
}
.author-img {
	float: left;
	margin-right: 20px;
	overflow: hidden
}
.abio-style-3 .author-img,
.abio-style-4 .author-img {
	display: block;
	margin: 0 0 15px;
	float: none !important
}
.abio-style-4 .author-img {
	margin-top: -70px
}
.post-author .author-img img {
	margin: 0;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%
}
.abio-style-3 .author-img img,
.abio-style-4 .author-img img {
	display: inline-block;
	vertical-align: top;
	border: 2px solid var(--pcborder-cl);
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 15%)
}
.abio-style-4 .author-img img {
	background-color: var(--pcbg-cl)
}
.bioimg-square .author-img img {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0
}
.bioimg-sround .author-img img {
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px
}
.post-author .author-content {
	margin-left: 120px
}
.abio-style-3 .author-content,
.abio-style-4 .author-content {
	margin-left: 0
}
.author-content h5 {
	font-size: 14px;
	margin: 0 0 15px;
	color: #313131;
	display: block;
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei);
	text-transform: uppercase
}
.author-content h5 a {
	display: inline-block;
	margin: 0;
	color: #313131
}
.author-content h5 a:hover {
	color: var(--pcaccent-cl)
}
.author-content p {
	margin-bottom: 16px
}
.abio-style-4 .author-content p {
	text-align: center
}
.author-content .author-social {
	font-size: 14px;
	color: #313131;
	margin-right: 10px
}
.author-content .bio-social .author-social:last-child {
	margin-right: 0
}
.author-content .author-social:hover {
	color: var(--pcaccent-cl)
}
.author-content .author-social i {
	vertical-align: top
}
.post-pagination {
	overflow: hidden;
	margin: 0;
	padding: 15px 0 15px;
	border-top: 1px solid #dedede
}
.post-pagination .prev-post {
	float: left;
	width: 50%
}
.post-pagination .next-post {
	float: right;
	text-align: right;
	width: 50%
}
.post-pagination span {
	margin: 0;
	display: inline-block;
	color: #888
}
.post-pagination span i {
	font-size: 15px;
	margin-right: 8px
}
.post-pagination span i.fa-angle-double-right {
	margin: 0 0 0 8px
}
.post-pagination .arrow {
	font-size: 64px;
	color: #ddd;
	line-height: 64px
}
.post-pagination .prev-post .arrow {
	float: left;
	margin-right: 18px
}
.post-pagination .next-post .arrow {
	float: right;
	margin-left: 18px
}
.pagi-text {
	margin-top: 6px
}
.post-pagination h5 {
	font-size: 14px;
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei);
	padding: 0 25px 0 0;
	position: relative;
	text-transform: uppercase;
	line-height: 1.4
}
.post-pagination h5.next-title {
	padding: 0 0 0 25px
}
.post-pagination a {
	color: #313131
}
.post-pagination a:hover {
	color: var(--pcaccent-cl)
}
.penci-post-nav-thumb {
	width: 56px;
	min-width: 56px;
	height: 56px;
	margin-right: 15px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}
.penci-post-nav-thumb.nav-thumb-next {
	float: right;
	margin: 0 0 0 15px
}
.pcsb-pnavi .penci-post-nav-thumb {
	flex-shrink: 0
}
.post-related {
	overflow: hidden;
	margin: 0;
	text-align: center;
	padding: 36px 0 36px;
	border-top: 1px solid #dedede
}
#respond h3.comment-reply-title,
.post-title-box {
	position: relative;
	padding: 0;
	margin-bottom: 30px;
	text-align: center
}
#respond h3.comment-reply-title span,
.post-box-title {
	font-size: 18px;
	text-transform: uppercase;
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei);
	color: #313131;
	position: relative;
	z-index: 10;
	display: inline-block;
	padding: 0 10px
}
#respond h3.comment-reply-title span:after,
#respond h3.comment-reply-title span:before,
.post-box-title:after,
.post-box-title:before {
	content: "";
	position: absolute;
	width: 60px;
	height: 1px;
	background: var(--pcaccent-cl);
	display: block;
	top: 50%;
	margin-top: -1px;
	left: 100%
}
#respond h3.comment-reply-title span:before,
.post-box-title:before {
	left: auto;
	right: 100%
}
.penci-carousel {
	margin-left: -15px;
	margin-right: -15px;
	max-height: 220px
}
.penci-carousel.loaded {
	max-height: none
}
.penci-carousel button.slick-next,
.penci-carousel button.slick-prev {
	position: absolute;
	width: 36px;
	height: 36px;
	display: inline-block;
	top: 50%;
	margin-top: -18px;
	cursor: pointer;
	outline: 0;
	opacity: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	text-align: center;
	line-height: 36px;
	background: #fff;
	z-index: 12;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	color: #313131;
	border: none;
	font-size: 20px
}
.penci-carousel.loaded:hover button.slick-next,
.penci-carousel.loaded:hover button.slick-prev {
	opacity: .8
}
.penci-carousel.loaded button.slick-next:hover,
.penci-carousel.loaded button.slick-prev:hover {
	opacity: 1
}
.penci-carousel>button.slick-prev {
	left: 25px
}
.penci-carousel>button.slick-next {
	right: 25px
}
.penci-carousel>button.slick-next.slick-disabled,
.penci-carousel>button.slick-prev.slick-disabled {
	cursor: auto
}
.item-related {
	padding: 0 10px;
	transition: opacity .2s;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	text-align: center;
	position: relative
}
.penci-posts-related-grid {
	padding-bottom: 16px
}
.penci-related-grid-display,
.post-related .swiper {
	margin-left: -10px;
	margin-right: -10px;
	width: 100%;
	width: calc(100% + 20px)
}
.penci-related-grid-display .item-related {
	opacity: 1;
	margin: 0 0 20px;
	padding: 0 10px;
	width: 33.333333%;
	float: left
}
.penci-owl-carousel.penci-owl-loaded .item-related {
	opacity: 1
}
.penci-related-carousel .item-related-thumb {
	position: relative
}
.post-related-wrapper {
	position: relative
}
.penci-related-thumb-carousel {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	z-index: 9;
	padding: 0 30px
}
.penci-related-thumb-carousel.pcrl-style-8 {
	background: rgba(0, 0, 0, .5);
	bottom: 0
}
.penci-related-thumb-carousel .item-related-thumb {
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	opacity: .8;
	transition: .3s all ease-in-out
}
.penci-related-thumb-carousel.pcrl-style-8 .item-related-thumb {
	padding-left: 10px;
	padding-right: 10px
}
.penci-related-thumb-carousel.pcrl-style-8 .item-related-thumb {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 5px solid transparent;
	text-align: left
}
.penci-related-thumb-carousel.pcrl-style-8 h3 {
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical
}
.penci-related-thumb-carousel.pcrl-style-8 .swiper-slide-thumb-active .item-related-thumb {
	border-bottom-color: var(--pcaccent-cl)
}
.penci-related-thumb-carousel.pcrl-style-8 .swiper-slide-thumb-active h3 {
	color: var(--pcaccent-cl)
}
.penci-related-thumb-carousel.pcrl-style-8 span {
	color: rgba(255, 255, 255, .7);
	font-size: 12px;
	display: block;
	margin-bottom: 10px
}
.penci-related-thumb-carousel.pcrl-style-8 .swiper-slide-thumb-active span {
	color: #fff
}
.penci-related-thumb-carousel .item-related-thumb span.related-thumb {
	border: 3px solid rgba(255, 255, 255, .7)
}
.penci-related-thumb-carousel .item-related-thumb:hover,
.penci-related-thumb-carousel .swiper-slide-thumb-active .item-related-thumb {
	opacity: 1
}
.penci-related-thumb-carousel .swiper-slide-thumb-active .item-related-thumb span.related-thumb {
	border-color: var(--pcaccent-cl)
}
.penci-owl-carousel-slider .penci-owl-dots {
	position: static;
	height: 10px;
	clear: both;
	margin-top: 16px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	transform: none !important
}
.penci-owl-carousel-slider .penci-owl-dots.disabled,
.penci-owl-carousel-slider .penci-owl-nav.disabled {
	display: none
}
.penci-related-carousel .penci-owl-dot span {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-size: 0;
	background: #fff;
	margin: 0 2px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	outline: 0;
	vertical-align: top;
	cursor: pointer;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	border: 2px solid var(--pcborder-cl)
}
.penci-owl-carousel-slider .penci-owl-dot.active span,
.penci-related-carousel .penci-owl-dot.active span {
	background: var(--pcaccent-cl);
	border-color: var(--pcaccent-cl)
}
.item-related img {
	width: 100%;
	height: auto
}
.item-related .item-related-inner>a {
	transition: opacity .3s;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	display: inline-block;
	margin-bottom: 17px;
	width: 100%;
	position: relative
}
.item-related .item-related-inner>a:hover {
	opacity: .85
}
#navigation .penci-megamenu .penci-mega-post a i,
.home-featured-cat-content.style-12 .penci-magcat-carousel .magcat-thumb .mag-post-thumb i,
.item-related .item-related-inner>a i,
.navigation .penci-megamenu .penci-mega-post a i,
.penci-grid.penci-fea-cat-style-13 li .item .thumbnail .icon-post-format {
	position: absolute;
	width: 36px;
	height: 36px;
	line-height: 32px;
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -15px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	font-size: 14px;
	transition: all .25s;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	border: 2px solid rgba(255, 255, 255, .9);
	background: rgba(0, 0, 0, .4);
	color: rgba(255, 255, 255, .9);
	text-align: center
}
#navigation .penci-megamenu .penci-mega-post a i.fa-music:before,
.item-related>a i.fa-music:before,
.navigation .penci-megamenu .penci-mega-post a i.fa-music:before {
	margin-right: 2px
}
#navigation .penci-megamenu .penci-mega-post a i.fa-play:before,
.item-related>a i.fa-play:before,
.navigation .penci-megamenu .penci-mega-post a i.fa-play:before {
	margin-left: 2px
}
#navigation .penci-megamenu .penci-mega-post a:hover i,
.item-related>a:hover i,
.navigation .penci-megamenu .penci-mega-post a:hover i {
	opacity: 0;
	transform: scale(.5);
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5)
}
.item-related h3 a {
	font-size: 14px;
	text-transform: uppercase;
	color: #313131;
	line-height: 1.4
}
.item-related h3 a:hover {
	color: var(--pcaccent-cl)
}
.item-related span.date {
	color: #888;
	display: inline-block;
	margin-top: 8px;
	font-size: 13px
}
ul.slick-dots {
	opacity: 0;
	transition: opacity .2s;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	list-style: none;
	text-align: center;
	display: block;
	clear: both;
	margin-top: 13px
}
.slick-slider.loaded ul.slick-dots {
	opacity: 1
}
ul.slick-dots li {
	display: inline-block;
	line-height: 1
}
ul.slick-dots li button {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-size: 0;
	background: #fff;
	margin: 0 5px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	outline: 0;
	vertical-align: top;
	cursor: pointer;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	border: 2px solid #dedede
}
ul.slick-dots li button:hover,
ul.slick-dots li.slick-active button {
	background: var(--pcaccent-cl);
	border-color: var(--pcaccent-cl)
}
.pcrlt-style-2 .item-related-inner {
	position: relative;
	text-align: left
}
.pcrlt-style-2 .item-related .item-related-inner>a {
	margin-bottom: 0
}
.pcrlt-style-2 .item-related .related-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	background: #000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0, rgba(255, 255, 255, 0) 100%)
}
.pcrlt-style-2 .item-related .related-content h3 a,
.pcrlt-style-2 .item-related .related-content span {
	color: #fff
}
.pcrlt-style-2 a.penci-cat-name {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 9;
	background-color: var(--pcaccent-cl);
	display: inline-block;
	width: auto;
	color: #fff;
	font-size: 12px;
	padding: 0 5px;
	line-height: 20px
}
.pcrlt-style-3 .related-content {
	background-color: #000;
	padding: 20px 10px;
	transition: all .1s ease-in-out;
	border: 1px solid transparent;
	border-bottom: none
}
.pcrlt-style-3 .item-related .item-related-inner>a {
	margin-bottom: 0
}
.pcrlt-style-3 .item-related .related-content h3 a,
.pcrlt-style-3 .item-related .related-content span {
	color: #fff
}
.pcrlt-style-3 .item-related-inner {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column
}
.pcrlt-style-3 .item-related:nth-child(2n) .related-content {
	order: 1;
	background-color: var(--pcbg-cl);
	border: 1px solid var(--pcborder-cl);
	border-bottom: none
}
.pcrlt-style-3 .item-related:nth-child(2n) .related-content h3 a {
	color: var(--pcheading-cl)
}
.pcrlt-style-3 .item-related:nth-child(2n) .related-content span {
	color: var(--pcmeta-cl)
}
.pcrlt-style-3 .item-related:nth-child(2n) .related-thumb {
	order: 2
}
.pcrlt-style-4 .item-related-inner {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	text-align: left
}
.pcrlt-style-4 .item-related .item-related-inner>a {
	max-width: 160px;
	margin-bottom: 0
}
.pcrlt-style-4 .related-content {
	width: calc(100% - 160px);
	padding-left: 15px;
	display: flex;
	flex-wrap: wrap;
	align-content: center
}
.pcrlt-style-4 .item-related {
	width: 50%
}
.pcrlt-style-4 .penci-cat-name {
	font-size: 12px;
	display: inline-block;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: var(--pchead-wei);
	font-family: var(--pchead-font)
}
.pcrlt-style-5 .item-related .item-related-inner>a {
	margin-bottom: 0
}
.pcrlt-style-5 .related-content {
	position: relative;
	padding: 15px;
	width: 95%;
	margin: -10px 2.5% 0;
}
.pcrlt-style-5 .penci-owl-carousel .related-content {
	margin-bottom: 6px
}
.pcrlt-style-5 .penci-cat-name {
	position: absolute;
	top: -50px;
	left: 20px;
	z-index: 9;
	background-color: var(--pcaccent-cl);
	display: inline-block;
	width: auto;
	color: #fff;
	font-size: 12px;
	padding: 0 5px;
	line-height: 20px
}
.pcrlt-style-5 .penci-related-grid-display {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.pcrlt-style-5 .penci-related-grid-display .item-related {
	display: flex;
	flex-shrink: 1;
	height: auto;
}
.pcrlt-style-5 .penci-related-grid-display .item-related .item-related-inner {
	position: relative;
}
.pcrlt-style-5 .penci-related-grid-display .related-content:before {
	content: '';
	position: absolute;
	top: -10px;
	height: 20px;
	left: 3px;
	right: 3px;
	background: var(--pcbg-cl);
	z-index: 1;
}
.pcrlt-style-5 .swiper .related-content {
	box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
	background: var(--pcbg-cl);
}
.pcrlt-style-5 .penci-related-grid-display .item-related .item-related-inner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 10px;
	right: 10px;
	bottom: 0;
	background: var(--pcbg-cl);
  	box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}
.pcrlt-style-5 .item-related .item-related-inner,
.pcrlt-style-6 .item-related .item-related-inner {
	width: 100%;
}
.pcrlt-style-6 .item-related .item-related-inner > a {
	margin-bottom: 0;
}
.pcrlt-style-6 .item-related-inner .related-content {
	padding: 20px;
}
.pcrlt-style-6 .penci-related-grid-display {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.pcrlt-style-6 .penci-related-grid-display .item-related {
	display: flex;
	flex-shrink: 1;
	height: auto;
}
.pcrlt-style-6 .item-related .item-related-inner {
	height: 100%;
	border: 1px solid var(--pcborder-cl);
}
.pcrlt-style-6 .swiper .item-related {
	align-self: stretch;
}
@media only screen and (min-width:1170px) {
	.pcrlt-style-1 .penci-related-grid-display .item-related:nth-child(3n+1),
	.pcrlt-style-3 .penci-related-grid-display .item-related:nth-child(3n+1),
	.pcrlt-style-4 .penci-related-grid-display .item-related:nth-child(2n+1),
	.pcrlt-style-5 .penci-related-grid-display .item-related:nth-child(3n+1),
	.pcrlt-style-6 .penci-related-grid-display .item-related:nth-child(3n+1) {
		clear: both
	}
}
.penci-rlt-popup {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 5000;
	background: #fff;
	box-shadow: 2px 10px 7px rgba(0, 0, 0, .2);
	width: 340px;
	max-height: 75%;
	overflow: hidden;
	padding: 0;
	-webkit-transform: translate(0, 100%);
	-moz-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	-moz-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	transition: all .6s cubic-bezier(.19, 1, .22, 1)
}
@media only screen and (min-width:961px) {
	.penci-vernav-enable.penci-vernav-poleft .penci-rltpopup-left {
		left: 330px
	}
	.penci-vernav-enable.penci-vernav-poright .penci-rltpopup-right {
		right: 330px
	}
}
.penci-rlt-popup.penci-rltpopup-right {
	left: auto;
	right: 0
}
.penci-rlt-popup.rltpopup-show-up {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}
.penci-rlt-popup .penci-rtlpopup-content {
	padding: 20px
}
.penci-rlt-popup .penci-rtlpopup-content:after,
.penci-rlt-popup .penci-rtlpopup-content:before {
	content: "";
	display: table;
	clear: both
}
.penci-rlt-popup .rtlpopup-heading {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 16px;
	text-align: left;
	background: #111;
	color: #fff;
	padding: 8px 30px 8px 20px;
	line-height: 1.25;
	margin: 0;
	position: relative
}
.penci-rlt-popup .rltpopup-item {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(0, 10px);
	-moz-transform: translate(0, 10px);
	-ms-transform: translate(0, 10px);
	-o-transform: translate(0, 10px);
	transform: translate(0, 10px);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea
}
.penci-rlt-popup .penci-rtlpopup-content .rltpopup-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}
.penci-rlt-popup.rltpopup-show-up .rltpopup-item {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}
.penci-rlt-popup .rltpopup-thumbnail {
	display: block;
	float: left;
	width: 90px;
	margin: 0 20px 0 0;
	transition: opacity .3s;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s
}
.penci-rlt-popup .rltpopup-thumbnail:hover {
	opacity: .8
}
.penci-rlt-popup .rltpopup-meta {
	display: block;
	overflow: hidden
}
.penci-rlt-popup .rltpopup-meta .rltpopup-title {
	margin-bottom: 5px;
	color: #313131;
	display: block;
	font-size: 15px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	font-family: inherit;
	letter-spacing: 0;
	line-height: 1.35
}
.penci-rlt-popup .rltpopup-meta .rltpopup-title:hover {
	color: var(--pcaccent-cl)
}
.penci-rlt-popup .rltpopup-meta .date {
	letter-spacing: 0;
	color: #888;
	font-size: 13px
}
.penci-rlt-popup .penci-close-rltpopup {
	position: absolute;
	top: 50%;
	right: 6px;
	height: 24px;
	width: 24px;
	text-align: center;
	line-height: 22px;
	margin: -12px 0 0 0;
	padding: 0;
	border: 0;
	background: 0 0;
	color: #fff;
	outline: 0;
	box-shadow: none;
	font-size: 0 !important;
	opacity: .75;
	transition: opacity .3s;
	-webkit-transition: opacity .3s
}
.penci-rlt-popup .penci-close-rltpopup:hover {
	opacity: 1
}
.penci-rlt-popup .penci-close-rltpopup span {
	display: block;
	width: 20px;
	border-top: 1px solid;
	position: absolute;
	top: 50%;
	left: 0
}
.penci-rlt-popup .penci-close-rltpopup span:first-child {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg)
}
.penci-rlt-popup .penci-close-rltpopup span:last-child {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg)
}
.container.under-construction-page {
	text-align: center;
	margin-top: 232px;
	margin-bottom: 176px
}
.under-construction-page .under-title {
	font-size: 30px;
	color: #313131;
	text-transform: uppercase;
	margin: 0 0 8px
}
.under-construction-page .sub-title-content,
.under-construction-page .sub-title-content p {
	font-size: 16px;
	font-style: italic;
	margin: 0
}
.under-construction-page .sub-title-content a:hover {
	text-decoration: underline
}
.penci-countdown {
	text-align: center;
	margin: 71px 0 0 0
}
.penci-countdown .countdown-section {
	margin: 0 57px;
	display: inline-block
}
.penci-countdown .countdown-row .countdown-section:first-child {
	margin-left: 0
}
.penci-countdown .countdown-row .countdown-section:last-child {
	margin-right: 0
}
.penci-countdown .countdown-amount {
	font-size: 72px;
	color: var(--pcaccent-cl);
	text-transform: uppercase;
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei);
	line-height: 1;
	display: block;
	text-align: center;
	letter-spacing: 3px
}
.penci-countdown .countdown-period {
	display: block;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	color: #313131;
	margin: 26px 0 0 0;
	line-height: 1;
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei)
}
.penci-column {
	margin-right: 4%;
	position: relative;
	float: left;
	min-height: 1px;
	display: block;
	padding: 0 !important;
	margin-bottom: 17px
}
.column-last {
	margin-right: 0 !important
}
.column-1-2 {
	width: 48%
}
.column-1-3 {
	width: 30.6666666667%
}
.column-2-3 {
	width: 65.3333333333%
}
.column-1-4 {
	width: 22%
}
.column-3-4 {
	width: 74%
}
#comments_pagination,
.penci-pagination {
	margin-bottom: 40px;
	overflow: hidden;
	clear: both;
	text-align: center
}
#comments_pagination {
	margin-bottom: 26px
}
.penci-pagination.align-left {
	text-align: left
}
.penci-pagination.align-center {
	text-align: center
}
.penci-pagination.align-right {
	text-align: right
}
.penci-pagenavi-shortcode {
	margin-top: 30px
}
.penci-pagination .disable-url,
.penci-pagination a {
	color: #999;
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei);
	text-transform: uppercase;
	font-size: 12px;
	display: inline-block;
	line-height: 1;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}
.penci-pagination .disable-url span {
	opacity: .5
}
.penci-pagination .disable-url i,
.penci-pagination a i {
	font-size: 14px;
	margin-left: 8px
}
.penci-fawesome-ver5 .penci-pagination .disable-url i,
.penci-fawesome-ver5 .penci-pagination a i {
	font-size: 12px
}
.penci-pagination .newer .disable-url i,
.penci-pagination .newer a i {
	margin: 0 8px 0 0
}
.penci-pagination a:hover {
	text-decoration: none;
	color: var(--pcaccent-cl)
}
.penci-pagination .newer,
.penci-pagination .older {
	display: inline-block
}
.penci-pagination .newer:after {
	content: "/";
	display: inline-block;
	margin: 0 16px 0 20px;
	font-family: var(--pchead-font);
	font-size: 12px;
	color: #999
}
.penci-pagination ul.page-numbers {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0
}
.penci-pagination ul.page-numbers li {
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-bottom: 0;
	list-style: none
}
.penci-pagination ul.page-numbers li:last-child {
	margin-right: 0
}
#comments_pagination a,
#comments_pagination span,
.penci-pagination ul.page-numbers li a,
.penci-pagination ul.page-numbers li span {
	padding: 0;
	min-width: 30px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	display: inline-block;
	border: 1px solid #dedede;
	color: #888;
	text-decoration: none
}
#comments_pagination a,
#comments_pagination span,
.penci-pagination ul.page-numbers li a {
	padding: 0 5px
}
#comments_pagination a:hover,
.penci-pagination ul.page-numbers li a:hover {
	color: #313131;
	border-color: #999;
	text-decoration: none
}
#comments_pagination span,
.penci-pagination ul.page-numbers li span.current {
	color: #fff;
	background: var(--pcaccent-cl);
	border-color: var(--pcaccent-cl);
	text-decoration: none
}
.penci-pagination ul.page-numbers li a i {
	font-size: 16px;
	line-height: 28px;
	margin-left: 2px;
	font-family: FontAwesome !important
}
.penci-fawesome-ver5 .penci-pagination ul.page-numbers li a i {
	font-family: "Font Awesome 5 Free" !important
}
.penci-pagination.penci-ajax-more a.penci-ajax-more-button {
	display: block;
	padding: 11px 10px;
	max-width: 400px;
	margin: 0 auto;
	border: 1px solid var(--pcborder-cl);
	line-height: 1.4;
	text-align: center;
	transition: all .25s;
	-webkit-transition: all .25s;
	background: #fff
}
.penci-pagination.penci-ajax-more a.penci-ajax-more-button .ajax-more-text {
	color: inherit;
	font-family: inherit;
	font-weight: inherit
}
.penci-pagination.penci-ajax-more a.penci-ajax-more-button:hover {
	border-color: var(--pcaccent-cl)
}
.penci-pagination.penci-ajax-more a.penci-ajax-more-button.loading-posts {
	opacity: .8;
	color: #999 !important;
	border-color: #ececec !important;
	cursor: auto
}
.penci-pagination.penci-ajax-more a.penci-ajax-more-button.loading-posts span.ajaxdot:after {
	content: "...";
	font-size: inherit;
	color: inherit;
	font-family: inherit;
	font-weight: inherit
}
.penci-pagination.penci-ajax-more a.penci-ajax-more-button i {
	color: inherit
}
.penci-pagination.penci-ajax-more a.penci-ajax-more-button.loading-posts i {
	animation-name: pencirotate;
	-o-animation-name: pencirotate;
	-ms-animation-name: pencirotate;
	-webkit-animation-name: pencirotate;
	-moz-animation-name: pencirotate;
	animation-duration: .8s;
	-o-animation-duration: .8s;
	-ms-animation-duration: .8s;
	-webkit-animation-duration: .8s;
	-moz-animation-duration: .8s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-timing-function: linear;
	-o-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear
}
@keyframes pencirotate {
	from {
		transform: rotate(360deg)
	}
	to {
		transform: rotate(0)
	}
}
@-o-keyframes pencirotate {
	from {
		-o-transform: rotate(360deg)
	}
	to {
		-o-transform: rotate(0)
	}
}
@-webkit-keyframes pencirotate {
	from {
		-webkit-transform: rotate(360deg)
	}
	to {
		-webkit-transform: rotate(0)
	}
}
@-moz-keyframes pencirotate {
	from {
		-moz-transform: rotate(360deg)
	}
	to {
		-moz-transform: rotate(0)
	}
}
p.no-comments {
	text-align: center;
	font-size: 16px
}
#footer-area {
	background: #171717;
	padding: 60px 0;
	text-align: center;
	position: relative;
	clear: both
}
#footer-section {
	padding: 0;
	background: #313131;
	text-align: center;
	color: #999;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}
.penci-footer-social-moved {
	background: #313131;
	border-top: 1px solid #ececec
}
.footer-socials-section {
	padding: 30px 0 15px;
	border-bottom: 1px solid #4a4a4a;
	text-align: center
}
.penci-footer-social-moved .footer-socials-section {
	border-bottom: none
}
ul.footer-socials {
	list-style: none;
	display: inline-block;
	vertical-align: top
}
ul.footer-socials li {
	float: none;
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 15px
}
ul.footer-socials li:last-child {
	margin-right: 0
}
ul.footer-socials li a {
	line-height: 36px;
	display: inline-block;
	vertical-align: top
}
ul.footer-socials li a i {
	width: 36px;
	height: 36px;
	line-height: 34px;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: 0 0;
	color: #999;
	border: 1px solid #999;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	font-size: 14px;
	vertical-align: top
}
ul.footer-socials li a i svg {
	fill: #999
}
ul.footer-socials li a:hover i {
	background: var(--pcaccent-cl);
	color: #fff;
	border-color: var(--pcaccent-cl)
}
ul.footer-socials li a span {
	text-transform: uppercase;
	font-size: 14px;
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei);
	color: #999;
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
ul.footer-socials li a:hover span {
	color: var(--pcaccent-cl)
}
.footer-social-remove-circle ul.footer-socials li a {
	line-height: 20px
}
.footer-social-remove-circle ul.footer-socials li a i,
.footer-social-remove-circle ul.footer-socials li a:hover i {
	border: none;
	background: 0 0;
	padding: 0;
	width: auto;
	height: auto;
	line-height: 20px
}
.footer-social-drop-line ul.footer-socials li a span {
	margin: 5px 0 0;
	display: block
}
.footer-social-remove-radius ul.footer-socials li a i {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0
}
.footer-social-remove-text ul.footer-socials li a span {
	display: none
}
.widget-social svg,
ul.footer-socials li svg {
	vertical-align: middle
}
.widget-social svg,
ul.footer-socials li svg {
	max-width: 16px;
	height: auto
}
.footer-logo-copyright {
	padding: 40px 0 73px;
	text-align: center
}
.footer-logo-copyright.footer-not-gotop {
	padding: 40px 0
}
.footer-logo-copyright.footer-not-logo {
	padding: 20px 0 62px
}
.footer-logo-copyright.footer-not-logo.footer-not-gotop {
	padding: 20px 0
}
#footer-logo {
	margin: 0 0 32px 0
}
#footer-logo a {
	display: inline-block;
	vertical-align: top
}
#footer-logo .penci-lazy[src*=penci-holder] {
	width: 0
}
#footer-copyright * {
	font-size: 14px;
	color: #999;
	line-height: 1.4;
	font-style: italic
}
#footer-copyright a {
	color: var(--pcaccent-cl)
}
#footer-copyright a:hover {
	text-decoration: underline
}
body.single-penci-block .penci-go-to-top-floating,
body.single-penci-block .penci-wrap-gprd-law {
	display: none !important
}
body.single-penci-block .clear-footer {
	margin-bottom: 0;
	height: 0
}
body.single-penci-block .pc-wrapbuilder-header {
	margin-bottom: 0
}
.footer-menu-wrap {
	display: block;
	text-align: center;
	margin-bottom: 10px
}
.footer-menu-wrap:before {
	content: "";
	display: table
}
.footer-menu-wrap:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	content: ""
}
div.footer-menu>ul,
ul.footer-menu {
	list-style: none;
	display: inline-block;
	vertical-align: top
}
.footer-menu li {
	display: inline-block;
	padding: 0 15px;
	position: relative;
	margin-bottom: 5px
}
#footer-section .footer-menu li a {
	color: #999
}
#footer-section .footer-menu li a:hover {
	color: var(--pcaccent-cl)
}
.footer-menu ul.sub-menu {
	display: none !important
}
#footer-section .go-to-top-parent {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	left: 0;
	bottom: 17px;
	text-align: center;
	z-index: 10
}
#footer-section .go-to-top-parent span {
	color: #999;
	font-size: 12px;
	font-weight: var(--pchead-wei);
	font-family: var(--pchead-font);
	text-transform: uppercase;
	line-height: 1;
	display: inline-block;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}
#footer-section .go-to-top-parent span:after,
#footer-section .go-to-top-parent span:before {
	content: " ";
	display: table
}
#footer-section .go-to-top-parent span:after {
	clear: both
}
#footer-section .go-to-top-parent i {
	font-size: 12px;
	z-index: 5;
	position: relative;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	color: #999;
	line-height: 1;
	margin-bottom: 3px
}
#footer-section .go-to-top:hover i,
#footer-section .go-to-top:hover span {
	color: #fff
}
.penci-go-to-top-floating {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	background-color: var(--pcaccent-cl);
	color: #fff;
	z-index: 99999;
	text-align: center;
	transform: translate3d(0, 80px, 0);
	-webkit-transform: translate3d(0, 80px, 0);
	-webkit-transition: transform .5s cubic-bezier(.55, 0, .05, 1.1) 0s, opacity .3s;
	transition: transform .5s cubic-bezier(.55, 0, .05, 1.1) 0s, opacity .3s
}
.penci-go-to-top-floating i[class^=penciicon-] {
	vertical-align: top;
	line-height: inherit
}
.penci-go-to-top-floating.show-up {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0)
}
.penci-go-to-top-floating:hover {
	opacity: .85
}
.penci-go-to-top-floating i {
	font-size: inherit;
	line-height: inherit;
	color: inherit
}
.penci-go-to-top-floating.pgtt-style-2 {
	border-radius: 50%;
}
.penci-go-to-top-floating.pgtt-style-3 {
	border-radius: 50%;
	background: var(--pcbg-cl);
	color: var(--pcaccent-cl);
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
}  
.textwidget {
	line-height: 1.8
}
#widget-area {
	overflow: hidden;
	margin: 0;
	padding: 60px 0;
	background: #fff;
	position: relative;
	border-top: 1px solid #ececec;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}
#widget-area>.container {
	position: relative;
	z-index: 3
}
#widget-area>.container:after,
#widget-area>.container:before {
	content: "";
	display: table;
	clear: both
}
.footer-widget-wrapper {
	width: 31%;
	margin-right: 3.5%;
	float: left
}
.footer-widget-wrapper.footer-widget-style-2 {
	width: 32.1666%
}
.footer-widget-wrapper.footer-widget-style-2.last {
	width: 64.3334%
}
.footer-widget-wrapper.footer-widget-style-3 {
	width: 64.3334%
}
.footer-widget-wrapper.footer-widget-style-3.last {
	width: 32.1666%
}
.footer-widget-wrapper.footer-widget-style-4 {
	width: 22.75%;
	margin-right: 3%
}
.footer-widget-wrapper.footer-widget-style-5,
.footer-widget-wrapper.footer-widget-style-6,
.footer-widget-wrapper.footer-widget-style-7 {
	width: 23.25%
}
.footer-widget-wrapper.footer-widget-style-5:first-child,
.footer-widget-wrapper.footer-widget-style-6:nth-child(2),.footer-widget-wrapper.footer-widget-style-7:last-child {
	width: 46.5%
}
.footer-widget-wrapper.footer-widget-style-8,
.footer-widget-wrapper.footer-widget-style-9 {
	width: 23.5%
}
.footer-widget-wrapper.footer-widget-style-8:last-child,
.footer-widget-wrapper.footer-widget-style-9:first-child {
	width: 73%
}
.footer-widget-wrapper.footer-widget-style-10 {
	width: 48%;
	margin-right: 4%
}
#widget-area .footer-widget-wrapper.last {
	margin-right: 0
}
.footer-widget-wrapper>.widget:last-child {
	margin-bottom: 0 !important
}
.widget input {
	font-weight: 400
}
.penci-button,
.widget button[type=submit],
.widget input[type=submit] {
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei)
}
.penci-sidebar-content.pcsb-boxed-whole {
	padding: 20px;
	border: 1px solid var(--pcborder-cl);
	margin-bottom: 60px
}
.penci-sidebar-content .widget {
	width: 100%;
	margin-right: 0;
	float: none;
	margin-bottom: 60px;
	clear: both
}
.penci-sidebar-content.pcsb-boxed-widget .widget {
	padding: 20px;
	border: 1px solid var(--pcborder-cl)
}
.penci-sidebar-content.pcsb-boxed-whole .widget:last-child {
	margin-bottom: 0
}
.penci-sidebar-content img {
	max-width: 100%;
	height: auto;
	vertical-align: top
}
.penci-sidebar-content .widget-title {
	color: #313131;
	margin-bottom: 30px;
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei);
	position: relative;
	text-align: center;
	line-height: 1.3;
	background: 0 0
}
body.ehf-header .featuredsl-customizer,
body.ehf-header .penci-header-wrap {
	display: none
}
body.ehf-footer #footer-section,
body.ehf-footer #widget-area,
body.ehf-footer .clear-footer,
body.ehf-footer .footer-instagram,
body.ehf-footer .footer-subscribe,
body.ehf-footer .penci-footer-social-media {
	display: none
}
.penci-sidebar-content.pcalign-left .widget-title {
	text-align: left
}
.penci-sidebar-content.pcalign-right .widget-title {
	text-align: right
}
.penci-homepage-title.style-10,
.penci-homepage-title.style-11,
.penci-homepage-title.style-12,
.penci-homepage-title.style-13,
.penci-homepage-title.style-2,
.penci-homepage-title.style-3,
.penci-homepage-title.style-4,
.penci-homepage-title.style-5,
.penci-homepage-title.style-6,
.penci-homepage-title.style-7,
.penci-homepage-title.style-8,
.penci-homepage-title.style-9,
.penci-sidebar-content.style-10 .widget-title,
.penci-sidebar-content.style-11 .widget-title,
.penci-sidebar-content.style-12 .widget-title,
.penci-sidebar-content.style-13 .widget-title,
.penci-sidebar-content.style-14 .widget-title,
.penci-sidebar-content.style-2 .widget-title,
.penci-sidebar-content.style-3 .widget-title,
.penci-sidebar-content.style-4 .widget-title,
.penci-sidebar-content.style-5 .widget-title,
.penci-sidebar-content.style-6 .widget-title,
.penci-sidebar-content.style-7 .widget-title,
.penci-sidebar-content.style-8 .widget-title,
.penci-sidebar-content.style-9 .widget-title {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0
}
.penci-homepage-title.style-14 {
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 0
}
.penci-homepage-title.style-2:before,
.penci-sidebar-content.style-2 .penci-border-arrow:before {
	bottom: -4px
}
.penci-border-arrow.penci-homepage-title.style-2:after,
.penci-sidebar-content.style-2 .penci-border-arrow:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	bottom: -2px;
	left: 50%;
	top: auto;
	right: auto;
	border-width: 6px;
	border-bottom: 0;
	margin-left: -6px;
	z-index: 5;
	border-top-color: #fff;
	background: 0 0 !important
}
.penci-homepage-title.style-2 .inner-arrow,
.penci-sidebar-content.style-2 .penci-border-arrow .inner-arrow {
	border-width: 2px
}
.penci-homepage-title.style-1.pcalign-left:before,
.penci-homepage-title.style-2.pcalign-left:after,
.penci-homepage-title.style-2.pcalign-left:before,
.penci-sidebar-content.style-1.pcalign-left .penci-border-arrow:before,
.penci-sidebar-content.style-2.pcalign-left .penci-border-arrow:after,
.penci-sidebar-content.style-2.pcalign-left .penci-border-arrow:before {
	left: 19px;
	right: auto
}
.penci-homepage-title.style-1.pcalign-right:before,
.penci-homepage-title.style-2.pcalign-right:after,
.penci-homepage-title.style-2.pcalign-right:before,
.penci-sidebar-content.style-1.pcalign-right .penci-border-arrow:before,
.penci-sidebar-content.style-2.pcalign-right .penci-border-arrow:after,
.penci-sidebar-content.style-2.pcalign-right .penci-border-arrow:before {
	left: auto;
	right: 19px
}
.penci-homepage-title.style-1.pcalign-center:before,
.penci-homepage-title.style-2.pcalign-center:after,
.penci-homepage-title.style-2.pcalign-center:before {
	left: 50%;
	margin-left: -6px;
	right: auto
}
.penci-homepage-title.style-3:after,
.penci-homepage-title.style-3:before,
.penci-homepage-title.style-4:after,
.penci-homepage-title.style-4:before,
.penci-homepage-title.style-5:after,
.penci-homepage-title.style-5:before,
.penci-homepage-title.style-6:after,
.penci-homepage-title.style-6:before,
.penci-homepage-title.style-7:after,
.penci-homepage-title.style-7:before,
.penci-homepage-title.style-8:after,
.penci-homepage-title.style-8:before,
.penci-homepage-title.style-9:after,
.penci-homepage-title.style-9:before,
.penci-sidebar-content.style-3 .penci-border-arrow:after,
.penci-sidebar-content.style-3 .penci-border-arrow:before,
.penci-sidebar-content.style-4 .penci-border-arrow:after,
.penci-sidebar-content.style-4 .penci-border-arrow:before,
.penci-sidebar-content.style-5 .penci-border-arrow:after,
.penci-sidebar-content.style-5 .penci-border-arrow:before,
.penci-sidebar-content.style-6 .penci-border-arrow:after,
.penci-sidebar-content.style-6 .penci-border-arrow:before,
.penci-sidebar-content.style-7 .penci-border-arrow:after,
.penci-sidebar-content.style-7 .penci-border-arrow:before,
.penci-sidebar-content.style-8 .penci-border-arrow:after,
.penci-sidebar-content.style-8 .penci-border-arrow:before,
.penci-sidebar-content.style-9 .penci-border-arrow:after,
.penci-sidebar-content.style-9 .penci-border-arrow:before {
	content: none
}
.penci-homepage-title.style-3.pcalign-center .inner-arrow,
.penci-homepage-title.style-3.pcalign-left .inner-arrow,
.penci-sidebar-content.style-3.pcalign-center .penci-border-arrow .inner-arrow,
.penci-sidebar-content.style-3.pcalign-left .penci-border-arrow .inner-arrow {
	border-left-width: 6px
}
.penci-homepage-title.style-3.pcalign-right .inner-arrow,
.penci-sidebar-content.style-3.pcalign-right .penci-border-arrow .inner-arrow {
	border-right-width: 6px
}
.pc-flexmnld,
.penci-homepage-title.style-4,
.penci-sidebar-content.style-4 .penci-border-arrow {
	overflow: hidden
}
.pc-flexmnld .penci-homepage-title.style-4,
.pc-flexmnld .penci-sidebar-content.style-4 .penci-border-arrow {
	overflow: visible
}
.elementor-widget-penci-block-heading .pc-flexmnld {
	overflow: visible
}
.penci-homepage-title.style-4 .inner-arrow,
.penci-sidebar-content.style-4 .penci-border-arrow .inner-arrow {
	padding: 0 12px;
	border: none;
	display: inline-block;
	background: 0 0 !important
}
.elementor-widget-penci-block-heading .penci-homepage-title.style-4 .inner-arrow>span {
	position: relative;
	padding: 0 12px
}
.elementor-widget-penci-block-heading .penci-homepage-title.style-4.pcalign-left .inner-arrow>span,
.penci-homepage-title.style-4.pcalign-left .inner-arrow,
.penci-sidebar-content.style-4.pcalign-left .penci-border-arrow .inner-arrow {
	padding-left: 0
}
.elementor-widget-penci-block-heading .penci-homepage-title.style-4.pcalign-right .inner-arrow>span,
.penci-homepage-title.style-4.pcalign-right .inner-arrow,
.penci-sidebar-content.style-4.pcalign-right .penci-border-arrow .inner-arrow {
	padding-right: 0
}
.elementor-widget-penci-block-heading .penci-homepage-title.style-4 .inner-arrow {
	overflow: hidden
}
.elementor-widget-penci-block-heading .penci-homepage-title.style-4 .inner-arrow>span:after,
.elementor-widget-penci-block-heading .penci-homepage-title.style-4 .inner-arrow>span:before,
.penci-homepage-title.style-4 .inner-arrow:after,
.penci-homepage-title.style-4 .inner-arrow:before,
.penci-sidebar-content.style-4 .penci-border-arrow .inner-arrow:after,
.penci-sidebar-content.style-4 .penci-border-arrow .inner-arrow:before {
	position: absolute;
	content: "";
	width: 1200px;
	height: 0;
	top: 50%;
	left: 100%;
	border: none;
	border-bottom: 1px solid;
	z-index: 1;
	opacity: .5
}
.elementor-widget-penci-block-heading .penci-homepage-title.style-4 .inner-arrow:after,
.elementor-widget-penci-block-heading .penci-homepage-title.style-4 .inner-arrow:before {
	display: none
}
.elementor-widget-penci-block-heading .penci-homepage-title.style-4 .inner-arrow>span:before,
.penci-homepage-title.style-4 .inner-arrow:before,
.penci-sidebar-content.style-4 .penci-border-arrow .inner-arrow:before {
	left: auto;
	right: 100%
}
.elementor-widget-penci-block-heading .penci-homepage-title.style-4 .inner-arrow {
	display: block
}
.penci-homepage-title.style-5,
.penci-homepage-title.style-7,
.penci-homepage-title.style-9,
.penci-sidebar-content.style-5 .penci-border-arrow,
.penci-sidebar-content.style-7 .penci-border-arrow,
.penci-sidebar-content.style-9 .penci-border-arrow {
	border-bottom: 2px solid #313131
}
.penci-homepage-title.style-5 .inner-arrow,
.penci-sidebar-content.style-5 .penci-border-arrow .inner-arrow {
	display: inline-block;
	border-bottom-width: 2px;
	margin-bottom: -2px !important
}
.penci-homepage-title.style-5.pcalign-left .inner-arrow,
.penci-sidebar-content.style-5.pcalign-left .penci-border-arrow .inner-arrow {
	border-left-width: 2px
}
.penci-homepage-title.style-5.pcalign-right .inner-arrow,
.penci-sidebar-content.style-5.pcalign-right .penci-border-arrow .inner-arrow {
	border-right-width: 2px
}
.penci-homepage-title.style-6 .inner-arrow,
.penci-sidebar-content.style-6 .penci-border-arrow .inner-arrow {
	background: 0 0 !important;
	padding: 0 !important;
	border: none !important
}
.penci-homepage-title.style-7,
.penci-sidebar-content.style-7 .penci-border-arrow {
	border-bottom-width: 3px
}
.penci-homepage-title.style-9,
.penci-sidebar-content.style-9 .penci-border-arrow {
	border-bottom-width: 1px
}
.penci-homepage-title.style-7 .inner-arrow,
.penci-homepage-title.style-9 .inner-arrow,
.penci-sidebar-content.style-7 .penci-border-arrow .inner-arrow,
.penci-sidebar-content.style-9 .penci-border-arrow .inner-arrow {
	background: 0 0 !important;
	padding: 0 0 8px 0;
	border: none
}
.penci-homepage-title.style-7 .inner-arrow:before,
.penci-homepage-title.style-9 .inner-arrow:before,
.penci-sidebar-content.style-7 .penci-border-arrow .inner-arrow:before,
.penci-sidebar-content.style-9 .penci-border-arrow .inner-arrow:before {
	content: "";
	width: 40px;
	height: 3px;
	position: absolute;
	bottom: -3px;
	background: var(--pcaccent-cl)
}
.penci-homepage-title.style-9 .inner-arrow:before,
.penci-sidebar-content.style-9 .penci-border-arrow .inner-arrow:before {
	bottom: -2px
}
.penci-homepage-title.style-7.pcalign-center .inner-arrow:before,
.penci-homepage-title.style-9.pcalign-center .inner-arrow:before,
.penci-sidebar-content.style-7.pcalign-center .penci-border-arrow .inner-arrow:before,
.penci-sidebar-content.style-9.pcalign-center .penci-border-arrow .inner-arrow:before {
	left: 50%;
	margin-left: -20px
}
.penci-homepage-title.style-7.pcalign-left .inner-arrow:before,
.penci-homepage-title.style-9.pcalign-left .inner-arrow:before,
.penci-sidebar-content.style-7.pcalign-left .penci-border-arrow .inner-arrow:before,
.penci-sidebar-content.style-9.pcalign-left .penci-border-arrow .inner-arrow:before {
	left: 0;
	margin: 0
}
.penci-homepage-title.style-7.pcalign-right .inner-arrow:before,
.penci-homepage-title.style-9.pcalign-right .inner-arrow:before,
.penci-sidebar-content.style-7.pcalign-right .penci-border-arrow .inner-arrow:before,
.penci-sidebar-content.style-9.pcalign-right .penci-border-arrow .inner-arrow:before {
	right: 0;
	margin: 0
}
.penci-homepage-title.style-8 .inner-arrow,
.penci-sidebar-content.style-8 .penci-border-arrow .inner-arrow {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	border: none !important;
	padding-top: 13px;
	padding-bottom: 12px
}
.penci-homepage-title.style-8.pcalign-left .inner-arrow,
.penci-sidebar-content.style-8.pcalign-left .penci-border-arrow .inner-arrow {
	background-position: left center
}
.penci-homepage-title.style-8.pcalign-right .inner-arrow,
.penci-sidebar-content.style-8.pcalign-right .penci-border-arrow .inner-arrow {
	background-position: right center
}
.penci-homepage-title.style-8.pcalign-center .inner-arrow,
.penci-sidebar-content.style-8.pcalign-center .penci-border-arrow .inner-arrow {
	background-position: center center
}
.penci-homepage-title.style-10,
.penci-sidebar-content.style-10 .penci-border-arrow {
	border-top: 3px solid #313131;
	border-bottom: 1px solid #dedede
}
.penci-homepage-title.style-10 .inner-arrow,
.penci-sidebar-content.style-10 .penci-border-arrow .inner-arrow {
	background: 0 0 !important;
	border: none !important;
	padding: 9px 0 !important
}
.penci-sidebar-content.style-10 .penci-border-arrow:after,
.penci-sidebar-content.style-10 .penci-border-arrow:before,
.penci-sidebar-content.style-11 .penci-border-arrow:after,
.penci-sidebar-content.style-11 .penci-border-arrow:before,
.penci-sidebar-content.style-12 .penci-border-arrow:after,
.penci-sidebar-content.style-12 .penci-border-arrow:before,
.penci-sidebar-content.style-13 .penci-border-arrow:after,
.penci-sidebar-content.style-13 .penci-border-arrow:before,
.penci-sidebar-content.style-14 .penci-border-arrow:after,
.penci-sidebar-content.style-14 .penci-border-arrow:before {
	content: none
}
.penci-homepage-title.style-10:after,
.penci-homepage-title.style-10:before,
.penci-homepage-title.style-11:after,
.penci-homepage-title.style-11:before,
.penci-homepage-title.style-12:after,
.penci-homepage-title.style-12:before,
.penci-homepage-title.style-13:after,
.penci-homepage-title.style-13:before,
.penci-homepage-title.style-14:after,
.penci-homepage-title.style-14:before {
	content: none
}
.penci-homepage-title.style-11 .inner-arrow,
.penci-sidebar-content.style-11 .penci-border-arrow .inner-arrow {
	border: none !important;
	background-color: #444;
	color: #fff;
	border-radius: 0 0 12px;
	padding-left: 25px;
	padding-right: 25px;
	display: inline-block;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 34px
}
.penci-homepage-title.style-11 .inner-arrow:after,
.penci-homepage-title.style-11 .inner-arrow:before,
.penci-sidebar-content.style-11 .penci-border-arrow .inner-arrow:after,
.penci-sidebar-content.style-11 .penci-border-arrow .inner-arrow:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	z-index: 1;
	border-top: 20px solid #fff;
	border-right: 15px solid transparent
}
.penci-homepage-title.style-11 .inner-arrow:after,
.penci-sidebar-content.style-11 .penci-border-arrow .inner-arrow:after {
	border-right: none;
	border-top: none;
	border-bottom: 20px solid rgba(0, 0, 0, .3);
	border-left: 15px solid transparent;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .05)
}
.penci-homepage-title.style-12,
.penci-sidebar-content.style-12 .penci-border-arrow {
	border-bottom: 2px solid #313131
}
.penci-homepage-title.style-12 .inner-arrow,
.penci-sidebar-content.style-12 .penci-border-arrow .inner-arrow {
	display: inline-block;
	margin-bottom: -2px;
	background-color: #313131;
	color: #fff;
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 34px
}
.penci-homepage-title.style-12 .inner-arrow:before,
.penci-sidebar-content.style-12 .penci-border-arrow .inner-arrow:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	border-bottom: 34px solid #000;
	border-right: 20px solid transparent;
	z-index: 1;
	right: -20px;
	opacity: .7;
	background-color: transparent !important
}
.penci-homepage-title.style-12.pcalign-center .inner-arrow:after,
.penci-homepage-title.style-12.pcalign-right .inner-arrow:after,
.penci-sidebar-content.style-12.pcalign-center .penci-border-arrow .inner-arrow:after,
.penci-sidebar-content.style-12.pcalign-right .penci-border-arrow .inner-arrow:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	border-bottom: 34px solid #000;
	border-left: 20px solid transparent;
	z-index: 1;
	left: -20px;
	opacity: .7;
	background-color: transparent !important
}
.penci-homepage-title.style-12.pcalign-right .inner-arrow:before,
.penci-sidebar-content.style-12.pcalign-right .penci-border-arrow .inner-arrow:before {
	content: none
}
.penci-homepage-title.style-13 .inner-arrow,
.penci-sidebar-content.style-13 .penci-border-arrow .inner-arrow {
	display: inline-block;
	margin-bottom: 0;
	background-color: #313131;
	color: #fff;
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 34px
}
.penci-homepage-title.style-13.pcalign-right .inner-arrow:before,
.penci-sidebar-content.style-13.pcalign-right .penci-border-arrow .inner-arrow:before {
	content: none
}
.penci-homepage-title.style-13.pcalign-left .inner-arrow,
.penci-sidebar-content.style-13.pcalign-left .penci-border-arrow .inner-arrow {
	padding-right: 30px
}
.penci-homepage-title.style-13.pcalign-center .inner-arrow:after,
.penci-homepage-title.style-13.pcalign-center .inner-arrow:before,
.penci-homepage-title.style-13.pcalign-left .inner-arrow:after,
.penci-homepage-title.style-13.pcalign-right .inner-arrow:before,
.penci-sidebar-content.style-13.pcalign-center .penci-border-arrow .inner-arrow:after,
.penci-sidebar-content.style-13.pcalign-center .penci-border-arrow .inner-arrow:before,
.penci-sidebar-content.style-13.pcalign-left .penci-border-arrow .inner-arrow:after,
.penci-sidebar-content.style-13.pcalign-right .penci-border-arrow .inner-arrow:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	z-index: 1;
	border-top: 16px solid transparent;
	border-bottom: 17px solid transparent
}
.penci-homepage-title.style-13.pcalign-center .inner-arrow:after,
.penci-homepage-title.style-13.pcalign-left .inner-arrow:after,
.penci-sidebar-content.style-13.pcalign-center .penci-border-arrow .inner-arrow:after,
.penci-sidebar-content.style-13.pcalign-left .penci-border-arrow .inner-arrow:after {
	border-right: 16px solid #fff;
	right: 0
}
.penci-homepage-title.style-13.pcalign-center .inner-arrow,
.penci-sidebar-content.style-13.pcalign-center .penci-border-arrow .inner-arrow {
	padding-right: 30px;
	padding-left: 30px
}
.penci-homepage-title.style-13.pcalign-right .inner-arrow,
.penci-sidebar-content.style-13.pcalign-right .penci-border-arrow .inner-arrow {
	padding-right: 15px;
	padding-left: 30px
}
.penci-homepage-title.style-13.pcalign-center .inner-arrow:before,
.penci-homepage-title.style-13.pcalign-right .inner-arrow:before,
.penci-sidebar-content.style-13.pcalign-center .penci-border-arrow .inner-arrow:before,
.penci-sidebar-content.style-13.pcalign-right .penci-border-arrow .inner-arrow:before {
	left: 0;
	border-left: 15px solid #fff
}
.penci-homepage-title.style-14 .inner-arrow,
.penci-sidebar-content.style-14 .penci-border-arrow .inner-arrow {
	display: inline-block;
	margin-bottom: 0;
	background-color: transparent !important;
	color: #fff;
	border: 0;
	position: relative;
	padding-left: 25px;
	padding-right: 25px
}
.penci-homepage-title.style-11 .inner-arrow a,
.penci-homepage-title.style-12 .inner-arrow a,
.penci-homepage-title.style-13 .inner-arrow a,
.penci-homepage-title.style-14 .inner-arrow a {
	color: inherit
}
.penci-homepage-title.style-14 .inner-arrow:before,
.penci-sidebar-content.style-14 .penci-border-arrow .inner-arrow:before {
	background: #313131;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	content: "";
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1
}
.penci-homepage-title.style-15,
.penci-homepage-title.style-16,
.penci-homepage-title.style-18,
.penci-sidebar-content.style-15 .widget-title,
.penci-sidebar-content.style-16 .widget-title,
.penci-sidebar-content.style-18 .widget-title {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0
}
.penci-homepage-title.style-15 .inner-arrow,
.penci-sidebar-content.style-15 .penci-border-arrow .inner-arrow {
	background: #f2f2f2;
	border: none;
	padding-right: 48px
}
.penci-homepage-title.style-15.penci-border-arrow:before,
.penci-sidebar-content.style-15 .penci-border-arrow:before {
	width: 36px;
	display: block;
	top: 0;
	left: auto;
	right: 0;
	bottom: 0;
	height: 100%;
	background: #e6e6e6;
	z-index: 5;
	border: none;
	margin: 0
}
.penci-homepage-title.style-15.penci-border-arrow:after,
.penci-sidebar-content.style-15 .penci-border-arrow:after {
	left: auto;
	right: 0;
	bottom: auto;
	width: 36px;
	border: none;
	background: 0 0;
	border: none;
	z-index: 10;
	display: inline-block;
	content: "\f11a";
	font-size: 12px;
	font-family: penciicon;
	font-weight: 600;
	text-align: center;
	height: 24px;
	line-height: 24px;
	top: 50%;
	transform: translateY(-50%);
	margin: 0
}
.penci-homepage-title.style-15.pciconp-left .inner-arrow,
.penci-sidebar-content.style-15.pciconp-left .penci-border-arrow .inner-arrow {
	padding-right: 12px;
	padding-left: 48px
}
.penci-homepage-title.style-15.pciconp-left.penci-border-arrow:after,
.penci-homepage-title.style-15.pciconp-left.penci-border-arrow:before,
.penci-sidebar-content.style-15.pciconp-left .penci-border-arrow:after,
.penci-sidebar-content.style-15.pciconp-left .penci-border-arrow:before {
	left: 0;
	right: auto
}
.penci-homepage-title.style-15.penci-border-arrow.pcicon-left:after,
.penci-sidebar-content.style-15.pcicon-left .penci-border-arrow:after {
	content: "\f11d"
}
.penci-homepage-title.style-15.penci-border-arrow.pcicon-down:after,
.penci-sidebar-content.style-15.pcicon-down .penci-border-arrow:after {
	content: "\f11c"
}
.penci-homepage-title.style-15.penci-border-arrow.pcicon-up:after,
.penci-sidebar-content.style-15.pcicon-up .penci-border-arrow:after {
	content: "\f11d"
}
.penci-homepage-title.style-15.penci-border-arrow.pcicon-star:after,
.penci-sidebar-content.style-15.pcicon-star .penci-border-arrow:after {
	content: "\f005";
	font-family: FontAwesome;
	font-size: 14px
}
.penci-homepage-title.style-15.penci-border-arrow.pcicon-bars:after,
.penci-sidebar-content.style-15.pcicon-bars .penci-border-arrow:after {
	content: "\f0c9";
	font-family: FontAwesome;
	font-size: 14px
}
.penci-homepage-title.style-15.penci-border-arrow.pcicon-file:after,
.penci-sidebar-content.style-15.pcicon-file .penci-border-arrow:after {
	content: "\f0f6";
	font-family: FontAwesome;
	font-size: 14px
}
.penci-homepage-title.style-15.penci-border-arrow.pcicon-fire:after,
.penci-sidebar-content.style-15.pcicon-fire .penci-border-arrow:after {
	content: "\f06d";
	font-family: FontAwesome;
	font-size: 14px
}
.penci-homepage-title.style-15.penci-border-arrow.pcicon-book:after,
.penci-sidebar-content.style-15.pcicon-book .penci-border-arrow:after {
	content: "\f02d";
	font-family: FontAwesome;
	font-size: 14px
}
.penci-homepage-title.style-16.penci-border-arrow:before,
.penci-sidebar-content.style-16 .penci-border-arrow:before {
	content: none;
	display: none
}
.penci-homepage-title.style-16 .inner-arrow,
.penci-sidebar-content.style-16 .widget-title .inner-arrow {
	padding: 0 3px;
	border: none;
	background: 0 0 !important
}
.penci-homepage-title.style-16.penci-border-arrow:after,
.penci-sidebar-content.style-16 .penci-border-arrow:after {
	left: 0;
	right: 0;
	bottom: 0;
	top: auto;
	height: 10px;
	border: none;
	background: #efefef
}
.penci-homepage-title.style-17 .inner-arrow,
.penci-sidebar-content.style-17 .widget-title .inner-arrow {
	display: inline-block
}
.penci-homepage-title.style-18 .inner-arrow,
.penci-sidebar-content.style-18 .widget-title .inner-arrow {
	border: none !important;
	background: 0 0 !important
}
.penci-homepage-title.style-18.penci-border-arrow:after,
.penci-sidebar-content.style-18 .penci-border-arrow:after {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	margin: 0;
	color: #dedede;
	background-image: linear-gradient(-45deg, transparent, transparent 30%, currentColor 30%, currentColor 50%, transparent 50%, transparent 80%, currentColor 80%);
	background-size: 5px 5px;
	background-color: transparent !important;
	border: none !important
}
.penci-homepage-title.style-18.penci-border-arrow:before,
.penci-sidebar-content.style-18 .penci-border-arrow:before {
	content: none;
	display: none
}
.penci-homepage-title.style-19.penci-border-arrow:after,
.penci-sidebar-content.style-19 .penci-border-arrow:after {
	background-image: linear-gradient(-90deg, transparent, transparent 30%, currentColor 30%, currentColor 50%, transparent 50%, transparent 80%, currentColor 80%)
}
.penci-homepage-title.style-20.penci-border-arrow:after,
.penci-sidebar-content.style-20 .penci-border-arrow:after {
	background-image: linear-gradient(0deg, transparent, transparent 30%, currentColor 30%, currentColor 50%, transparent 50%, transparent 80%, currentColor 80%)
}
.penci-homepage-title.style-21.penci-border-arrow,
.penci-homepage-title.style-21 .inner-arrow,
.penci-sidebar-content.style-21 .inner-arrow,
.penci-sidebar-content.style-21 .widget-title {
	border: 0;
	background: 0 0 !important;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-top: 0
}
.penci-homepage-title.style-21:after,
.penci-homepage-title.style-21:before,
.penci-sidebar-content.style-21 .widget-title:after,
.penci-sidebar-content.style-21 .widget-title:before {
	display: none
}
.penci-sidebar-content.style-21 .widget-title,
.penci-homepage-title.style-22.penci-border-arrow {
	display: block;
}
.penci-sidebar-content.style-21 .inner-arrow,
.penci-homepage-title.style-22.penci-border-arrow .inner-arrow {
	padding-top: 7px;
	background: transparent !important;
}
.penci-homepage-title.style-21 .inner-arrow span,
.penci-sidebar-content.style-21 .widget-title span {
	color: var(--pcheading-cl)
}
.penci-homepage-title.style-21 .inner-arrow>a:after,
.penci-homepage-title.style-21 .inner-arrow>span:after,
.penci-sidebar-content.style-21 .widget-title span:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 2px;
	content: "";
	background: linear-gradient(90deg, var(--pcaccent-cl) 0, transparent 100%)
}
.penci-homepage-title.style-21.pcalign-right .inner-arrow>span:after,
.penci-homepage-title.style-21.pcalign-right .inner-arrow>a:after,
.penci-sidebar-content.style-21.pcalign-right .widget-title span:after {
	right: 0;
	left: auto;
	background: linear-gradient(90deg, transparent 0, var(--pcaccent-cl) 100%)
}
.penci-homepage-title.style-21.pcalign-center .inner-arrow>a:after,
.penci-homepage-title.style-21.pcalign-center .inner-arrow>span:after,
.penci-sidebar-content.style-21.pcalign-center .widget-title span:after {
	left: 50%;
	right: 50%;
	transform: translateX(-50%);
	background: linear-gradient(90deg, transparent 0, var(--pcaccent-cl) 50%, transparent 100%)
}
.penci-homepage-title.style-22.penci-border-arrow,
.penci-homepage-title.style-22 .inner-arrow,
.penci-sidebar-content.style-22 .inner-arrow,
.penci-sidebar-content.style-22 .widget-title {
	border: 0;
	background: 0 0;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-top: 0;
	display: inline-block
}
.penci-homepage-title.style-22.penci-border-arrow,
.penci-sidebar-content.style-22 .widget-title {
	display: block;
}
.penci-homepage-title.style-22:after,
.penci-homepage-title.style-22:before {
	display: none
}
.penci-homepage-title.style-22 .inner-arrow>a,
.penci-homepage-title.style-22 .inner-arrow>span,
.penci-sidebar-content.style-22 .widget-title>span {
	color: var(--pcheading-cl);
	letter-spacing: .05rem;
	z-index: 3;
	position: relative;
	background: var(--pcbg-cl);
	margin: 0 30px;
	padding: 0 10px
}
.penci-homepage-title.style-22 .inner-arrow:after,
.penci-homepage-title.style-22 .inner-arrow:before,
.penci-sidebar-content.style-22 .widget-title:after,
.penci-sidebar-content.style-22 .widget-title:before {
	position: absolute;
	left: 0;
	top: 50%;
	bottom: 50%;
	width: 8px;
	height: 8px;
	content: "";
	transform: translateY(-50%);
	background: var(--pcaccent-cl);
	z-index: 2;
	border-radius: 50%;
	border: 0
}
.penci-homepage-title.style-22 .inner-arrow:after,
.penci-sidebar-content.style-22 .widget-title:after {
	background: var(--pcborder-cl);
	left: 0;
	right: 0;
	height: 1px;
	z-index: 1;
	width: 100%
}
.penci-sidebar-content.style-22 .widget-title:after,
.penci-sidebar-content.style-22 .widget-title:before {
	display: block;
}
.penci-homepage-title.style-23.penci-border-arrow,
.penci-homepage-title.style-23 .inner-arrow,
.penci-sidebar-content.style-23 .inner-arrow,
.penci-sidebar-content.style-23 .widget-title {
	border: 0;
	background: 0 0 !important;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-top: 0
}
.penci-homepage-title.style-23:after,
.penci-homepage-title.style-23:before,
.penci-sidebar-content.style-23 .widget-title:after,
.penci-sidebar-content.style-23 .widget-title:before {
	display: none
}
.penci-homepage-title.style-23 .inner-arrow>a,
.penci-homepage-title.style-23 .inner-arrow>span,
.penci-sidebar-content.style-23 .widget-title>span {
	color: var(--pcheading-cl);
	letter-spacing: -.005rem;
	z-index: 3;
	padding: 0 0 0 35px;
	position: relative;
	display: inline-block
}
.penci-homepage-title.style-23 .inner-arrow>span:after,
.penci-homepage-title.style-23 .inner-arrow>span:before,
.penci-homepage-title.style-23 .inner-arrow>a:after,
.penci-homepage-title.style-23 .inner-arrow>a:before,
.penci-sidebar-content.style-23 .widget-title>span:after,
.penci-sidebar-content.style-23 .widget-title>span:before {
	position: absolute;
	left: 5px;
	top: 50%;
	bottom: 50%;
	width: 9px;
	height: 85%;
	content: "";
	transform: translateY(-50%) skew(-20deg);
	background: var(--pcaccent-cl);
	z-index: 2
}
.penci-homepage-title.style-23 .inner-arrow>a:after,
.penci-homepage-title.style-23 .inner-arrow>span:after,
.penci-sidebar-content.style-23 .widget-title>span:after {
	left: 17px;
	background: var(--pcborder-cl)
}
.penci-homepage-title.style-24.penci-border-arrow,
.penci-homepage-title.style-24 .inner-arrow,
.penci-sidebar-content.style-24 .inner-arrow,
.penci-sidebar-content.style-24 .widget-title {
	border: 0;
	background: 0 0 !important;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-top: 0
}
.penci-homepage-title.style-24:after,
.penci-homepage-title.style-24:before,
.penci-sidebar-content.style-24 .widget-title:after,
.penci-sidebar-content.style-24 .widget-title:before {
	display: none
}
.penci-homepage-title.style-24 .inner-arrow>a,
.penci-homepage-title.style-24 .inner-arrow>span,
.penci-sidebar-content.style-24 .widget-title>span {
	color: var(--pcheading-cl);
	padding: 0 0 10px;
	z-index: 3;
	position: relative;
	display: inline-block
}
.penci-homepage-title.style-24 .inner-arrow>a:after,
.penci-homepage-title.style-24 .inner-arrow>a:before,
.penci-homepage-title.style-24 .inner-arrow>span:after,
.penci-homepage-title.style-24 .inner-arrow>span:before,
.penci-sidebar-content.style-24 .widget-title>span:after,
.penci-sidebar-content.style-24 .widget-title>span:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 15px;
	height: 5px;
	content: "";
	background: var(--pcaccent-cl);
	z-index: 2
}
.penci-homepage-title.style-24 .inner-arrow>a:after,
.penci-homepage-title.style-24 .inner-arrow>span:after,
.penci-sidebar-content.style-24 .widget-title>span:after {
	left: 20px;
	background: var(--pcborder-cl);
	width: calc(100% - 20px)
}
.penci-homepage-title.style-25.penci-border-arrow,
.penci-homepage-title.style-25 .inner-arrow,
.penci-sidebar-content.style-25 .inner-arrow,
.penci-sidebar-content.style-25 .widget-title {
	border: 0;
	background: 0 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0
}
.penci-homepage-title.style-25 .inner-arrow,
.penci-sidebar-content.style-25 .inner-arrow,
.penci-sidebar-content.style-25 .widget-title {
	border: 0;
	background: var(--pcaccent-cl);
	overflow: hidden
}
.penci-homepage-title.style-25:after,
.penci-homepage-title.style-25:before,
.penci-sidebar-content.style-25 .widget-title:after,
.penci-sidebar-content.style-25 .widget-title:before {
	display: none
}
.penci-homepage-title.style-25 .inner-arrow>a,
.penci-homepage-title.style-25 .inner-arrow>span,
.penci-sidebar-content.style-25 .widget-title span {
	color: #fff;
	font-size: 18px;
	z-index: 3;
	font-weight: bolder;
	text-shadow: var(--pcheading-cl) 1px 1px, var(--pcheading-cl) 2px 2px, var(--pcheading-cl) 3px 3px, var(--pcheading-cl) 3px 3px, var(--pcheading-cl) 4px 4px, var(--pcheading-cl) 5px 5px, var(--pcheading-cl) 6px 6px, var(--pcheading-cl) 7px 7px, var(--pcheading-cl) 8px 8px, var(--pcheading-cl) 9px 9px, var(--pcheading-cl) 10px 10px, var(--pcheading-cl) 11px 11px, var(--pcheading-cl) 12px 12px, var(--pcheading-cl) 13px 13px, var(--pcheading-cl) 14px 14px, var(--pcheading-cl) 15px 15px, var(--pcheading-cl) 16px 16px, var(--pcheading-cl) 17px 17px, var(--pcheading-cl) 18px 18px, var(--pcheading-cl) 19px 19px, var(--pcheading-cl) 20px 20px, var(--pcheading-cl) 21px 21px, var(--pcheading-cl) 22px 22px, var(--pcheading-cl) 23px 23px, var(--pcheading-cl) 24px 24px, var(--pcheading-cl) 25px 25px, var(--pcheading-cl) 26px 26px, var(--pcheading-cl) 27px 27px, var(--pcheading-cl) 28px 28px, var(--pcheading-cl) 29px 29px, var(--pcheading-cl) 30px 30px, var(--pcheading-cl) 31px 31px, var(--pcheading-cl) 32px 32px, var(--pcheading-cl) 33px 33px, var(--pcheading-cl) 34px 34px, var(--pcheading-cl) 35px 35px, var(--pcheading-cl) 36px 36px, var(--pcheading-cl) 37px 37px, var(--pcheading-cl) 38px 38px, var(--pcheading-cl) 39px 39px, var(--pcheading-cl) 40px 40px, var(--pcheading-cl) 41px 41px, var(--pcheading-cl) 42px 42px, var(--pcheading-cl) 43px 43px, var(--pcheading-cl) 44px 44px, var(--pcheading-cl) 45px 45px, var(--pcheading-cl) 46px 46px, var(--pcheading-cl) 47px 47px, var(--pcheading-cl) 48px 48px, var(--pcheading-cl) 49px 49px, var(--pcheading-cl) 50px 50px, var(--pcheading-cl) 51px 51px, var(--pcheading-cl) 52px 52px, var(--pcheading-cl) 53px 53px, var(--pcheading-cl) 54px 54px, var(--pcheading-cl) 55px 55px, var(--pcheading-cl) 56px 56px, var(--pcheading-cl) 57px 57px, var(--pcheading-cl) 58px 58px, var(--pcheading-cl) 59px 59px, var(--pcheading-cl) 60px 60px, var(--pcheading-cl) 61px 61px, var(--pcheading-cl) 62px 62px, var(--pcheading-cl) 63px 63px, var(--pcheading-cl) 64px 64px, var(--pcheading-cl) 65px 65px, var(--pcheading-cl) 66px 66px, var(--pcheading-cl) 67px 67px, var(--pcheading-cl) 68px 68px, var(--pcheading-cl) 69px 69px, var(--pcheading-cl) 70px 70px, var(--pcheading-cl) 71px 71px, var(--pcheading-cl) 72px 72px, var(--pcheading-cl) 73px 73px, var(--pcheading-cl) 74px 74px, var(--pcheading-cl) 75px 75px, var(--pcheading-cl) 76px 76px, var(--pcheading-cl) 77px 77px, var(--pcheading-cl) 78px 78px, var(--pcheading-cl) 79px 79px, var(--pcheading-cl) 80px 80px, var(--pcheading-cl) 81px 81px, var(--pcheading-cl) 82px 82px, var(--pcheading-cl) 83px 83px, var(--pcheading-cl) 84px 84px, var(--pcheading-cl) 85px 85px, var(--pcheading-cl) 86px 86px, var(--pcheading-cl) 87px 87px, var(--pcheading-cl) 88px 88px, var(--pcheading-cl) 89px 89px, var(--pcheading-cl) 90px 90px, var(--pcheading-cl) 91px 91px, var(--pcheading-cl) 92px 92px, var(--pcheading-cl) 93px 93px, var(--pcheading-cl) 94px 94px, var(--pcheading-cl) 95px 95px, var(--pcheading-cl) 96px 96px, var(--pcheading-cl) 97px 97px, var(--pcheading-cl) 98px 98px, var(--pcheading-cl) 99px 99px, var(--pcheading-cl) 100px 100px
}
.penci-homepage-title.style-26 .inner-arrow, 
.penci-sidebar-content.style-26 .inner-arrow, 
.penci-sidebar-content.style-26 .widget-title {
  	border: 0;
}
.penci-homepage-title.style-26 .inner-arrow, 
.penci-sidebar-content.style-26 .widget-title{
	background: transparent !important;
}
.penci-sidebar-content.style-26 .widget-title:before,
.penci-sidebar-content.style-26 .widget-title:after,
.penci-homepage-title.style-26:before, 
.penci-homepage-title.style-26:after {
  	display: none;
}
.penci-sidebar-content.style-26 .widget-title,
.penci-homepage-title.style-26 {
  	margin-left: 0;
  	margin-right: 0;
	margin-top: 0;
}
.penci-sidebar-content.style-26 .inner-arrow,
.penci-homepage-title.style-26 .inner-arrow {
  	padding: 0;
}
.penci-sidebar-content.style-26 .inner-arrow {
  	display: inline-block;
}
.penci-sidebar-content.style-26 .widget-title {
	position: relative;
}
.penci-sidebar-content.style-26 .widget-title:after,
.penci-homepage-title.style-26 .inner-arrow:after {
	width: 100%;
	content: '';
	background: var(--pcborder-cl);
	display: block;
	height: 2px;
	position: absolute;
	top: 50%;
	bottom: 50%;
	border: 0;
	left: 0;
	right: 0;
	margin-top: -1px;
}
.penci-sidebar-content.style-26 .inner-arrow,
.penci-homepage-title.style-26 .inner-arrow span span {
	background-color: var(--pcbg-cl) !important;
	position: relative;
	z-index: 2;
	padding-right: 20px;
	border-right: 2px solid var(--pcborder-cl);
}
.penci-homepage-title.style-26 .pcnav-lgroup {
	background-color: var(--pcbg-cl) !important;
}
.penci-sidebar-content.style-26.pcalign-right .inner-arrow,
.penci-sidebar-content.style-26.pcalign-center .inner-arrow,
.penci-homepage-title.style-26.pcalign-right .inner-arrow span span,
.penci-homepage-title.style-26.pcalign-center .inner-arrow span span {
  	padding-left: 20px;
  	border-left: 2px solid var(--pcborder-cl);
}
.penci-sidebar-content.style-26.pcalign-right .inner-arrow,
.penci-homepage-title.style-26.pcalign-right .inner-arrow span span {
	border-right: 0;
	padding-right: 0;
}
.penci-homepage-title.style-27 .inner-arrow,
.penci-sidebar-content.style-27 .inner-arrow,
.penci-sidebar-content.style-27 .widget-title {
	border: 0;
}
.penci-homepage-title.style-27 .inner-arrow,
.penci-sidebar-content.style-27 .widget-title {
	background: transparent !important;
}
.penci-sidebar-content.style-27 .widget-title:before,
.penci-sidebar-content.style-27 .widget-title:after,
.penci-homepage-title.style-27:before,
.penci-homepage-title.style-27:after {
	display: none;
}
.penci-sidebar-content.style-27 .widget-title,
.penci-homepage-title.style-27 {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}
.penci-sidebar-content.style-27 .inner-arrow,
.penci-homepage-title.style-27 .inner-arrow {
	padding: 0;
}
.penci-sidebar-content.style-27 .inner-arrow {
	display: inline-block;
}
.penci-sidebar-content.style-27 .widget-title {
	position: relative;
}
.penci-sidebar-content.style-27 .widget-title:after,
.penci-homepage-title.style-27 .inner-arrow:after {
	width: 100%;
	content: "";
	background: var(--pcborder-cl);
	box-shadow: 0px 3px 0px var(--pcborder-cl);
	display: block;
	height: 1px;
	position: absolute;
	top: 50%;
	bottom: 50%;
	border: 0;
	left: 0;
	right: 0;
	margin-top: -1px;
}
.penci-sidebar-content.style-27 .inner-arrow,
.penci-homepage-title.style-27 .inner-arrow span span {
	background-color: var(--pcbg-cl) !important;
	position: relative;
	z-index: 2;
	padding-right: 20px;
}
.penci-homepage-title.style-27 .pcnav-lgroup {
	background-color: var(--pcbg-cl) !important;
}
.penci-sidebar-content.style-27.pcalign-right .inner-arrow,
.penci-sidebar-content.style-27.pcalign-center .inner-arrow,
.penci-homepage-title.style-27.pcalign-right .inner-arrow span span,
.penci-homepage-title.style-27.pcalign-center .inner-arrow span span {
	padding-left: 20px;
}
.penci-sidebar-content.style-27.pcalign-right .inner-arrow,
.penci-homepage-title.style-27.pcalign-right .inner-arrow span span {
	border-right: 0;
	padding-right: 0;
}
.penci-homepage-title.style-28 {
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	--pcheading-cl: #fff;
}
.penci-homepage-title.style-28 .inner-arrow {
	border: 0;
	background: transparent;
	padding: 0;
  	padding-left: 10px;
}
.penci-homepage-title.style-28:before,
.penci-homepage-title.style-28:after {
	display: none;
}
.penci-homepage-title.style-28 span a,
.penci-homepage-title.style-28 span {
	position: relative;
}
.penci-homepage-title.style-28 .inner-arrow > span {
	display: inline-flex;
  	align-items: center;
}
.penci-homepage-title.style-28 span a,
.penci-homepage-title.style-28 span span {
	padding: 5px 12px;
	margin: 0 10px;
	z-index: 4;
	color: var(--pcheading-cl);
}
.penci-homepage-title.style-28 .inner-arrow > span:before,
.penci-homepage-title.style-28 .inner-arrow > span:after,
.penci-homepage-title.style-28 span a:before,
.penci-homepage-title.style-28 span a:after,
.penci-homepage-title.style-28 span span:before,
.penci-homepage-title.style-28 span span:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--pcaccent-cl);
	content: "";
	display: block;
	z-index: -1;
	transform: skew(-10deg, 0deg);
	opacity: 1;
}
.penci-homepage-title.style-28 span a:before,
.penci-homepage-title.style-28 span span:before {
	width: 10px;
	right: auto;
	left: -15px;
	opacity: 0.7;
}
.penci-homepage-title.style-28 .inner-arrow > span:before,
.penci-homepage-title.style-28 .inner-arrow > span:after {
	width: 7px;
	left: auto;
	right: -2px;
	opacity: 0.7;
}
.penci-homepage-title.style-28 .inner-arrow > span:after {
	right: -18px;
	width: 12px;
	opacity: 0.5;
}
.penci-sidebar-content.style-28 .inner-arrow,
.penci-sidebar-content.style-28 .widget-title {
	border: 0;
}
.penci-sidebar-content.style-28 .widget-title {
	background: transparent !important;
}
.penci-sidebar-content.style-28 .widget-title:before,
.penci-sidebar-content.style-28 .widget-title:after {
	display: none;
}
.penci-sidebar-content.style-28 .widget-title {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}
.penci-sidebar-content.style-28 .inner-arrow {
	padding: 0;
}
.penci-sidebar-content.style-28 .penci-border-arrow .inner-arrow {
	padding: 0;
	margin: 0;
	--pcheading-cl: #fff;
}
.penci-sidebar-content.style-28 .penci-border-arrow .inner-arrow {
	border: 0;
	background: transparent;
}
.penci-sidebar-content.style-28 .penci-border-arrow .inner-arrow {
	position: relative;
}
.penci-sidebar-content.style-28 .penci-border-arrow .inner-arrow {
	padding: 5px 12px;
	margin: 0 10px;
	z-index: 4;
	color: var(--pcheading-cl);
}
.penci-sidebar-content.style-28 .penci-border-arrow:before,
.penci-sidebar-content.style-28 .penci-border-arrow:after,
.penci-sidebar-content.style-28 .penci-border-arrow .inner-arrow:before,
.penci-sidebar-content.style-28 .penci-border-arrow .inner-arrow:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--pcaccent-cl);
	content: "";
	display: block;
	z-index: -1;
	transform: skew(-10deg, 0deg);
	opacity: 1;
	height: 100%;
}
.penci-sidebar-content.style-28 .penci-border-arrow:before,
.penci-sidebar-content.style-28 .penci-border-arrow:after,
.penci-sidebar-content.style-28 .penci-border-arrow .inner-arrow:before {
	width: 10px;
	right: auto;
	left: -15px;
	opacity: 0.7;
}
.penci-sidebar-content.style-28 .penci-border-arrow:before,
.penci-sidebar-content.style-28 .penci-border-arrow:after {
	border: 0;
}
.penci-sidebar-content.style-28 .penci-border-arrow:before,
.penci-sidebar-content.style-28 .penci-border-arrow:after {
	width: 7px;
	left: auto;
	right: -2px;
	opacity: 0.7;
}
.penci-sidebar-content.style-28 .penci-border-arrow:before {
	right: 14px;
	left: auto;
	opacity: 1;
	margin: 0;
	position: absolute;
}
.penci-sidebar-content.style-28 .penci-border-arrow .inner-arrow:after {
	right: 0;
	left: 0;
	opacity: 1;
	width: calc(100% - 15px);
}
.penci-sidebar-content.style-28 .penci-border-arrow:after {
	right: 0;
	width: 10px;
	left: auto;
}
.penci-homepage-title.style-29.penci-border-arrow,
.penci-homepage-title.style-29 .inner-arrow,
.penci-sidebar-content.style-29 .inner-arrow,
.penci-sidebar-content.style-29 .widget-title {
	border: 0;
	background: 0 0 !important;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-top: 0;
}
.penci-homepage-title.style-29:after,
.penci-homepage-title.style-29:before,
.penci-sidebar-content.style-29 .widget-title:after,
.penci-sidebar-content.style-29 .widget-title:before {
	display: none;
}
.penci-sidebar-content.style-29 .widget-title,
.penci-homepage-title.style-29.penci-border-arrow {
	display: block;
}
.penci-sidebar-content.style-29 .inner-arrow,
.penci-homepage-title.style-29.penci-border-arrow .inner-arrow {
	padding-top: 7px;
	background: transparent !important;
}
.penci-homepage-title.style-29 .inner-arrow span,
.penci-sidebar-content.style-29 .widget-title span {
	color: var(--pcheading-cl);
}
.penci-homepage-title.style-29 .inner-arrow > span,
.penci-sidebar-content.style-29 .widget-title > span {
	padding: 0 0 0 20px;
	position: relative;
}
.penci-homepage-title.style-29.pcalign-right .inner-arrow > span,
.penci-sidebar-content.style-29.pcalign-right .widget-title > span {
	padding: 0 20px 0 0;
}
.penci-homepage-title.style-29 .inner-arrow > span:before,
.penci-sidebar-content.style-29 .widget-title > span:before {
	content: "";
	width: 10px;
	height: 3px;
	background: var(--pcaccent-cl);
	position: absolute;
	top: 0;
	left: 0;
}
.penci-homepage-title.style-29 .inner-arrow > span:after,
.penci-sidebar-content.style-29 .widget-title > span:after {
	content: "";
	width: 3px;
	height: 10px;
	background: var(--pcaccent-cl);
	position: absolute;
	top: 0;
	left: 0;
}
.penci-sidebar-content.style-29.pcalign-right .widget-title > span:before,
.penci-homepage-title.style-29.pcalign-right .inner-arrow > span:before {
	left: auto;
	right: 0;
}
.penci-sidebar-content.style-29.pcalign-right .widget-title > span:after,
.penci-homepage-title.style-29.pcalign-right .inner-arrow > span:after {
	left: auto;
	right: 0;
}
.penci-homepage-title.style-30.penci-border-arrow,
.penci-homepage-title.style-30 .inner-arrow,
.penci-sidebar-content.style-30 .inner-arrow,
.penci-sidebar-content.style-30 .widget-title {
	border: 0;
	background: 0 0;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-top: 0;
}
.penci-homepage-title.style-30:after,
.penci-homepage-title.style-30:before,
.penci-sidebar-content.style-30 .widget-title:after,
.penci-sidebar-content.style-30 .widget-title:before {
	display: none;
}
.penci-sidebar-content.style-30 .widget-title,
.penci-homepage-title.style-30.penci-border-arrow {
	display: block;
}
.penci-sidebar-content.style-30 .inner-arrow,
.penci-homepage-title.style-30.penci-border-arrow .inner-arrow {
	padding-top: 0;
	background: transparent;
}
.penci-homepage-title.style-30 .inner-arrow > span,
.penci-sidebar-content.style-30 .widget-title > span {
	color: #fff;
	background: var(--pcaccent-cl);
	display: inline-block;
	padding: 5px 10px;
	transform: skewX(-15deg);
	z-index: 2;
	position: relative;
}
.penci-sidebar-content.style-30 .widget-title:before,
.penci-homepage-title.style-30:before {
	display: block;
	border: 0;
	width: calc(100% - 5px);
	height: 1px;
	background: var(--pcborder-cl);
	left: 5px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.penciel-bheading .inner-arrow span {
	display: inline-flex;
	align-items: center;
}
.widget ol,
.widget ul {
	list-style: none
}
.penci-block-popular-cat ul {
	padding-left: 0
}
.widget ol ol,
.widget ul ul {
	padding-top: 11px;
	margin-top: 12px;
	border-top: 1px solid var(--pcborder-cl);
	padding-left: 20px
}
.widget ol li,
.widget ul li {
	margin-bottom: 11px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--pcborder-cl);
	font-size: 14px;
	color: #888
}
.widget ol>li:last-child,
.widget ul>li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}
.widget ol li a,
.widget ul li a {
	font-size: 14px;
	font-style: normal;
	line-height: 1.4
}
.widget a {
	color: var(--pctext-cl)
}
.widget a:hover {
	color: var(--pcaccent-cl);
	text-decoration: underline
}
.widget.widget_archive label.screen-reader-text,
.widget.widget_categories label.screen-reader-text {
	display: none
}
.widget .screen-reader-text {
	display: block;
	margin: 0 0 10px 0;
	font-size: 14px
}
.widget select {
	padding: 2px;
	line-height: 32px;
	min-height: 32px;
	vertical-align: middle;
	border-spacing: 0;
	clear: both;
	margin: 0;
	font-size: 14px;
	width: 100%;
	max-width: 360px;
	outline: 0
}
.pc-widget-advanced-tax.tax-style-1 ul li,
.widget.widget_archive ul li,
.widget.widget_categories ul li {
	text-align: right;
	color: #888;
	display: table;
	width: 100%;
	font-style: italic;
	padding-right: 0
}
.pc-widget-advanced-tax.tax-style-1 ul li,
.widget.widget_categories ul li {
	text-align: left
}
.widget.widget_archive ul li a {
	float: left
}
.pc-widget-advanced-tax.tax-style-1 ul li a,
.widget.widget_categories ul li a {
	display: block !important;
	text-decoration: none
}
.pc-widget-advanced-tax.tax-style-1 ul li a:before,
.widget.widget_archive ul li a:before,
.widget.widget_categories ul li a:before {
	content: "\f105";
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 10px;
	font-size: 90%
}
.penci-fawesome-ver5 .widget.widget_archive ul li a:before,
.penci-fawesome-ver5 .widget.widget_categories ul li a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900
}
.pc-widget-advanced-tax.tax-style-1 ul li span.category-item-count,
.widget.widget_categories ul li span.category-item-count {
	float: right;
	font-style: normal;
	color: #888;
	font-family: var(--pcbody-font);
	font-weight: 400
}
form.pc-searchform {
	position: relative
}
form.pc-searchform input.search-input {
	border: 1px solid #e9e9e9;
	background: 0 0;
	padding: 12px 40px 12px 20px;
	color: #313131;
	font-size: 13px;
	font-family: var(--pcbody-font);
	font-weight: 400;
	width: 100%
}
form.pc-searchform i {
	position: absolute;
	color: var(--pctext-cl);
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 20px;
	z-index: 1;
	font-size: 15px;
	opacity: .9
}
form.pc-searchform #s:focus {
	outline: 0
}
.penci-sidebar-content .widget form.pc-searchform input.search-input,
.widget form.pc-searchform input.search-input {
	width: 100%;
	max-width: 100%;
	background-color: transparent;
	margin-bottom: 0
}
.penci-about-me .about-widget,
.widget .about-widget {
	text-align: center
}
.penci-about-me .about-widget.pc_alignleft,
.widget .about-widget.pc_alignleft {
	text-align: left
}
.penci-about-me .about-widget.pc_alignright,
.widget .about-widget.pc_alignright {
	text-align: right
}
.about-widget img {
	max-width: 100% !important;
	height: auto;
	margin-bottom: 20px;
	width: 100%
}
.about-widget .about-me-heading {
	color: #313131;
	font-size: 18px;
	font-family: var(--pcbody-font);
	font-weight: 700;
	padding-bottom: 16px;
	line-height: 1.3;
	margin-bottom: 19px;
	position: relative
}
.about-widget .about-me-heading:before {
	content: "";
	display: inline-block;
	width: 60px;
	position: absolute;
	margin-left: -30px;
	left: 50%;
	bottom: 0;
	border-top: 1px solid var(--pcaccent-cl)
}
.about-widget.pc_alignleft .about-me-heading:before {
	margin: 0;
	left: 0
}
.about-widget.pc_alignright .about-me-heading:before {
	margin: 0;
	left: auto;
	right: 0
}
.pc-widget-advanced-tax.tax-style-2 a,
.widget .tagcloud a {
	text-transform: uppercase;
	background: #fff;
	color: #999;
	padding: 6px 12px 5px;
	margin-right: 5px;
	margin-bottom: 8px;
	display: inline-block;
	font-size: 11px;
	background: 0 0;
	border: 1px solid #dedede;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	outline: 0;
	font-weight: 400;
	line-height: 1.2
}
.widget .tagcloud a {
	font-size: 11px !important;
}
.pc-widget-advanced-tax.tax-style-2 a {
	display: inline-flex;
  	align-items: center;
}
.pc-widget-advanced-tax.tax-style-3 select {
	padding-left: 10px;
	padding-right: 10px;
}
.pc-widget-advanced-tax.tax-style-2 .tag-link-count {
	margin-left: 3px;
}
.pc-widget-advanced-tax.tax-style-2 a:hover,
.widget .tagcloud a:hover {
	color: #fff;
	background: var(--pcaccent-cl);
	border-color: var(--pcaccent-cl);
	text-decoration: none
}
#wp-calendar {
	width: 100%
}
#wp-calendar caption {
	text-align: center;
	color: #777;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 700
}
.post-entry #wp-calendar caption {
	font-size: 16px;
	margin-bottom: 10px;
	color: inherit
}
#wp-calendar thead {
	font-size: 12px
}
#wp-calendar thead th {
	padding-bottom: 10px
}
#wp-calendar tbody {
	color: #aaa
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	text-align: center;
	padding: 8px
}
#wp-calendar tbody td a {
	font-weight: 700;
	color: #222
}
#wp-calendar tbody td:hover {
	background: #fff
}
#wp-calendar tbody .pad {
	background: 0 0
}
#wp-calendar tfoot #next {
	font-size: 11px;
	text-transform: uppercase;
	text-align: right
}
#wp-calendar tfoot #prev {
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 15px
}
#wp-calendar thead th {
	padding-bottom: 10px;
	text-align: center
}
.wp-calendar-nav {
	margin-top: 10px
}
.post-entry .wp-calendar-nav {
	margin-bottom: 20px;
	margin-top: 0
}
.wp-block-calendar a {
	text-decoration: none
}
.wp-block-search__inside-wrapper {
	display: flex;
	flex: auto;
	flex-wrap: nowrap;
	max-width: 100%
}
.widgettitle {
	margin-bottom: 10px
}
.penci_recent-posts-sc ul.side-newsfeed {
	padding: 0;
	margin: 0
}
.penci_recent-posts-sc ul.side-newsfeed:after,
.penci_recent-posts-sc ul.side-newsfeed:before,
.widget ul.side-newsfeed:after,
.widget ul.side-newsfeed:before {
	display: table;
	content: "";
	clear: both;
	line-height: 0
}
.penci_recent-posts-sc ul.side-newsfeed li {
	border-bottom: 1px solid #dedede;
	font-size: 14px;
	color: #888
}
.penci_recent-posts-sc ul.side-newsfeed li,
.widget ul.side-newsfeed li {
	list-style-type: none;
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-left: 0;
	position: relative
}
.side-newsfeed.penci-vscroll .js-marquee-wrapper .js-marquee {
	border-bottom: 1px solid var(--pcborder-cl);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
ul.side-newsfeed.penci-rcpw-hborders li {
	padding-bottom: 0 !important;
	border-bottom: none !important
}
.penci_recent-posts-sc ul.penci-feed-2columns li,
.widget ul.penci-feed-2columns li {
	width: 47%;
	float: left;
	padding-bottom: 0;
	margin-bottom: 20px;
	border-bottom: none
}
.penci_recent-posts-sc ul.penci-feed-2columns.display-order-numbers li,
.widget ul.penci-feed-2columns.display-order-numbers li {
	margin-bottom: 30px
}
.penci_recent-posts-sc ul.penci-2columns-feed>li:nth-child(2n+1),
.widget ul.penci-2columns-feed>li:nth-child(2n+1) {
	clear: both;
	margin-right: 6%
}
.penci_recent-posts-sc ul.penci-2columns-featured>li:nth-child(2n),
.widget ul.penci-2columns-featured>li:nth-child(2n) {
	clear: both;
	margin-right: 6%
}
.penci_recent-posts-sc ul.side-newsfeed li:last-child,
.penci_recent-posts-sc ul.side-newsfeed.penci-feed-2columns li:nth-last-child(2),
.widget ul.side-newsfeed li:last-child,
.widget ul.side-newsfeed.penci-feed-2columns li:nth-last-child(2) {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important
}
.penci_recent-posts-sc ul.side-newsfeed li:last-child {
	border-bottom: 0 !important
}
.penci_recent-posts-sc ul.side-newsfeed li .side-item,
.widget ul.side-newsfeed li .side-item {
	overflow: hidden;
	position: relative
}
.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-image,
.widget ul.side-newsfeed li .side-item .side-image {
	float: left;
	margin-right: 20px;
	position: relative
}
.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-image.thumbnail-right,
.widget ul.side-newsfeed li .side-item .side-image.thumbnail-right {
	float: right;
	margin-right: 0;
	margin-left: 20px
}
.penci_recent-posts-sc ul.penci-feed-2columns li .side-item .side-image,
.penci_recent-posts-sc ul.penci-feed-2columns li .side-item .side-image.thumbnail-right,
.widget ul.penci-feed-2columns li .side-item .side-image,
.widget ul.penci-feed-2columns li .side-item .side-image.thumbnail-right {
	width: 100%;
	margin: 0 0 16px 0;
	float: none !important
}
.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-image a,
.widget ul.side-newsfeed li .side-item .side-image a {
	transition: opacity .3s;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s
}
.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-image a:hover,
.widget ul.side-newsfeed li .side-item .side-image a:hover {
	opacity: .8
}
.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-image a span.count-post,
.widget ul.side-newsfeed li .side-item .side-image a span.count-post {
	position: absolute;
	z-index: 2;
	bottom: 10px;
	left: 10px;
	display: inline-block;
	background: #fff;
	color: #010101;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%
}
.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-image img,
.widget ul.side-newsfeed li .side-item .side-image img {
	width: 120px;
	height: auto
}
.penci_recent-posts-sc ul.penci-feed-2columns li .side-item .side-image .small-fix-size,
.widget ul.penci-feed-2columns li .side-item .side-image .small-fix-size {
	width: 100%
}
.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-item-text,
.widget ul.side-newsfeed li .side-item .side-item-text {
	overflow: hidden
}
.penci_recent-posts-sc ul.penci-feed-2columns li .side-item .side-item-text,
.widget ul.penci-feed-2columns li .side-item .side-item-text {
	display: block
}
.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-item-text h4,
.widget ul.side-newsfeed li .side-item .side-item-text h4 {
	margin-bottom: 0
}
.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-item-text h4 a,
.widget ul.side-newsfeed li .side-item .side-item-text h4 a {
	margin-bottom: 0;
	color: var(--pcheading-cl);
	display: block;
	font-size: 16px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	letter-spacing: 0;
	line-height: 1.4
}
.penci_recent-posts-sc ul.penci-feed-2columns li .side-item .side-item-text h4 a,
.widget ul.penci-feed-2columns li .side-item .side-item-text h4 a {
	font-size: 14px;
	margin-bottom: 2px
}
.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-item-text h4 a:hover,
.widget ul.side-newsfeed li .side-item .side-item-text h4 a:hover {
	color: var(--pcaccent-cl);
	text-decoration: none
}
.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-item-text .side-item-meta,
.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta {
	letter-spacing: 0;
	color: #888;
	font-family: inherit;
	font-size: 13px
}
.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta a {
	color: var(--pctext-cl);
	font-size: inherit
}
.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta a:hover {
	color: var(--pcaccent-cl)
}
ul.side-newsfeed li .grid-post-box-meta.penci-side-item-meta {
	margin-top: 5px;
	line-height: 1.2
}
ul.side-newsfeed li .grid-post-box-meta.penci-side-item-meta.pcsnmt-above {
	margin: 0 0 5px 0
}
.penci_recent-posts-sc ul.side-newsfeed li.featured-news,
.widget ul.side-newsfeed li.featured-news {
	width: 100% !important;
	margin-right: 0
}
.penci_recent-posts-sc ul.side-newsfeed li.featured-news.all-featured-news,
.widget ul.side-newsfeed li.featured-news.all-featured-news {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 26px
}
.penci_recent-posts-sc ul.side-newsfeed li.featured-news .side-image,
.widget ul.side-newsfeed li.featured-news .side-image {
	float: none !important;
	margin: 0 0 12px 0 !important
}
.penci_recent-posts-sc ul.side-newsfeed li.featured-news .side-image img,
.widget ul.side-newsfeed li.featured-news .side-image img {
	width: 100% !important
}
.penci_recent-posts-sc ul.side-newsfeed li.featured-news .side-item .side-item-text h4 a,
.widget ul.side-newsfeed li.featured-news .side-item .side-item-text h4 a {
	font-size: 18px;
	margin-bottom: 6px
}
.penci_recent-posts-sc .penci-feed-excerpt,
.widget .penci-feed-excerpt {
	margin-top: 16px
}
.penci_recent-posts-sc ul.side-newsfeed li.featured-news2 .side-item .side-item-text,
.widget ul.side-newsfeed li.featured-news2 .side-item .side-item-text {
	position: absolute;
	z-index: 1;
	bottom: 12px;
	padding: 15px 10px 0 20px;
	left: 20px;
	right: 20px;
	background: #fff
}
.penci_recent-posts-sc ul.side-newsfeed li.featured-news2.all-featured-news .side-item .side-item-text,
.widget ul.side-newsfeed li.featured-news2.all-featured-news .side-item .side-item-text {
	padding-left: 10px
}
.penci_recent-posts-sc ul.side-newsfeed li .order-border-number,
.widget ul.side-newsfeed li .order-border-number {
	position: absolute;
	left: 5px;
	top: -15px;
	background-color: rgba(255, 255, 255, .3);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .25);
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	line-height: 28px;
	border-radius: 50%;
	z-index: 6;
	text-align: center
}
.penci_recent-posts-sc ul.side-newsfeed li .order-border-number.right-side,
.widget ul.side-newsfeed li .order-border-number.right-side {
	left: auto;
	right: 5px
}
.penci_recent-posts-sc ul.side-newsfeed li.featured-news .order-border-number.right-side,
.widget ul.side-newsfeed li.featured-news .order-border-number.right-side {
	left: 15px;
	right: auto
}
.penci_recent-posts-sc ul.side-newsfeed li .number-post,
.widget ul.side-newsfeed li .number-post {
	background-color: #383838;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	line-height: 28px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 12px;
	font-family: var(--pchead-font);
	font-weight: 600;
	z-index: 3
}
.penci_recent-posts-sc ul.side-newsfeed li.featured-news .order-border-number,
.widget ul.side-newsfeed li.featured-news .order-border-number {
	width: 40px;
	height: 40px;
	line-height: 38px
}
.penci_recent-posts-sc ul.side-newsfeed li.featured-news .number-post,
.widget ul.side-newsfeed li.featured-news .number-post {
	width: 36px;
	height: 36px;
	line-height: 38px;
	font-size: 16px
}
.side-newsfeed.pctlst {
	padding-left: 20px !important;
	border-left: 1px solid;
	border-color: var(--pcborder-cl);
	margin-left: 5px !important
}
.side-newsfeed.pctlst .penci-feed:after,
.side-newsfeed.pctlst .penci-feed:before {
	width: 9px;
	height: 9px;
	left: -25px;
	display: inline-block;
	top: 0;
	transition: all .3s;
	background: var(--pcaccent-cl);
	position: absolute;
	border-radius: 50%;
	z-index: 2
}
.side-newsfeed.pctlst .penci-feed:before {
	content: "";
	z-index: 1
}
.side-newsfeed.pctlst.penci-2columns-featured>.penci-feed:not(.featured-news):nth-child(2n+1):after,
.side-newsfeed.pctlst.penci-2columns-featured>.penci-feed:not(.featured-news):nth-child(2n+1):before,
.side-newsfeed.pctlst.penci-2columns-feed>.penci-feed:nth-child(2n):after,
.side-newsfeed.pctlst.penci-2columns-feed>.penci-feed:nth-child(2n):before {
	content: none
}
@keyframes pencisonar {
	0% {
		opacity: 0;
		transform: scale(.2)
	}
	50% {
		opacity: .9
	}
	100% {
		opacity: 0;
		transform: scale(1)
	}
}
.side-newsfeed.pctlst.pctl-s2 .penci-feed:before,
.side-newsfeed.pctlst.pctl-s3 .penci-feed:before {
	background: var(--pcborder-cl)
}
.side-newsfeed.pctlst.pctl-s2 .penci-feed:hover:before {
	background: var(--pcaccent-cl)
}
.side-newsfeed.pctlst.pctl-s3 .penci-feed:after {
	content: "";
	background: var(--pcaccent-cl);
	animation: pencisonar 1.5s ease infinite
}
.penci-widget-slider {
	width: 100%
}
.widget .penci-widget-slider .penci-slide-widget {
	margin: 0;
	padding: 0;
	border-bottom: none
}
.widget .penci-widget-slider .penci-slide-widget:after,
.widget .penci-widget-slider .penci-slide-widget:before {
	content: none;
	display: none
}
.penci-widget-slider .penci-slide-content {
	position: relative;
	text-align: center
}
.penci-widget-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .3;
	transition: opacity .25s ease;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	z-index: 2
}
.penci-widget-slider .penci-widget-slide-detail {
	position: absolute;
	top: 50%;
	left: 25px;
	right: 25px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	z-index: 5
}
.penci_post-slider-sc .penci-post-slider-style-1 .penci-widget-slide-detail h4 a,
.penci_post-slider-sc .penci-post-slider-style-2 .penci-widget-slide-detail h4 a,
.widget .penci-widget-slider .penci-widget-slide-detail h4 a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	letter-spacing: 0
}
.penci_post-slider-sc .penci-post-slider-style-3 .penci-widget-slide-detail h4 a {
	color: #313131
}
.penci-widget-slide-detail .slide-item-date {
	color: #fff;
	display: block;
	margin-top: 5px;
	font-size: 13px
}
.penci-owl-carousel.penci-widget-slider.penci-post-slider-style-1 .penci-owl-nav .owl-next,
.penci-owl-carousel.penci-widget-slider.penci-post-slider-style-1 .penci-owl-nav .owl-prev,
.penci-owl-carousel.penci-widget-slider.penci-post-slider-style-2 .penci-owl-nav .owl-next,
.penci-owl-carousel.penci-widget-slider.penci-post-slider-style-2 .penci-owl-nav .owl-prev {
	width: 16px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	background: 0 0;
	color: #fff;
	font-size: 16px
}
.penci-owl-carousel.penci-widget-slider.penci-post-slider-style-1 .penci-owl-nav .owl-prev,
.penci-owl-carousel.penci-widget-slider.penci-post-slider-style-2 .penci-owl-nav .owl-prev {
	left: 10px
}
.penci-owl-carousel.penci-widget-slider.penci-post-slider-style-1 .penci-owl-nav .owl-next,
.penci-owl-carousel.penci-widget-slider.penci-post-slider-style-2 .penci-owl-nav .owl-next {
	right: 10px
}
.penci-widget-slider.penci-post-slider-style-2 .penci-slide-content,
.penci-widget-slider.penci-post-slider-style-3 .penci-slide-content {
	text-align: left
}
.penci-widget-slider.penci-post-slider-style-2 .penci-widget-slide-detail {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	top: auto;
	bottom: 20px
}
.penci-post-slider-style-2 .penci-widget-slider-overlay {
	background: -moz-linear-gradient(top, transparent 0, #000 100%);
	background: -webkit-linear-gradient(top, transparent 0, #000 100%);
	background: -o-linear-gradient(top, transparent 0, #000 100%);
	background: -ms-linear-gradient(top, transparent 0, #000 100%);
	background: linear-gradient(to bottom, transparent 0, #000 100%);
	-webkit-transition: opacity .4s ease 0s;
	-moz-transition: opacity .4s ease 0s;
	-o-transition: opacity .4s ease 0s;
	transition: opacity .4s ease 0s;
	opacity: .7
}
.penci-post-slider-style-2 .penci-slide-widget:hover .penci-widget-slider-overlay {
	opacity: .9
}
.penci-widget-slider.penci-post-slider-style-3 .penci-widget-slide-detail {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	position: static;
	margin-top: 16px
}
.widget .penci-widget-slider.penci-post-slider-style-3 .penci-widget-slide-detail h4 a {
	color: inherit;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}
.widget .penci-widget-slider.penci-post-slider-style-3 .penci-widget-slide-detail h4 a:hover {
	opacity: .8
}
.penci-post-slider-style-3 .penci-widget-slide-detail .slide-item-date {
	color: #888
}
.widget-social {
	text-align: center;
	display: table;
	width: 100%;
	font-size: 0;
}
.widget-social.pc_alignleft {
	text-align: left
}
.widget-social.pc_alignright {
	text-align: right
}
.widget-social.pc_alignleft>a:first-child i {
	margin-left: 0
}
.widget-social.pc_alignright>a:last-child i {
	margin-right: 0
}
@media only screen and (max-width:767px) {
	.pcfb-wrapper .widget-social.pc_alignleft,
	.pcfb-wrapper .widget-social.pc_alignright {
		text-align: center
	}
}
.widget-social.show-text {
	margin-left: -5px
}
.widget-social a i {
	width: 36px;
	height: 36px;
	line-height: 34px;
	background: 0 0;
	color: #313131;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin: 0 5px 5px 0px;
	display: inline-block;
	font-size: 14px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-align: center
}
.widget-social.show-text a i {
	margin-bottom: 0
}
.widget-social a:hover {
	text-decoration: none !important
}
.widget-social a:hover i {
	text-decoration: none;
	color: #fff;
	background: var(--pcaccent-cl);
	border-color: var(--pcaccent-cl)
}
.widget-social a span {
	display: none
}
.widget-social a:first-child {
	margin-left: 0
}
.widget-social a:last-child {
	margin-right: 0
}
.widget-social.show-text {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	margin-left: 0;
}
.widget-social.show-text>a {
	width: 49%;
	text-align: left;
	margin-bottom: 10px;
	text-decoration: none;
	display: flex;
	justify-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
}
.widget-social.show-text>a:nth-child(2n+1) {
	clear: both
}
.widget-social.show-text a span {
	display: inline-block;
	color: #313131;
	text-transform: uppercase;
	font-size: 13px;
	margin-left: 5px;
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei);
	letter-spacing: 0;
	transition: color .3s;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	line-height: 20px
}
.widget-social.show-text.remove-uppercase-text a span {
	text-transform: none
}
.widget-social.show-text a:hover span {
	color: var(--pcaccent-cl)
}
.widget-social.remove-circle a i {
	width: auto;
	height: auto;
	line-height: 20px;
	background: 0 0 !important;
	border: none !important
}
.widget-social.remove-circle a:hover i {
	color: var(--pcaccent-cl)
}
.widget-social.remove-circle a span {
	line-height: 20px;
	margin-left: 5px
}
.widget-social.remove-circle:not(.show-text) a i {
	margin: 0 7px 5px
}
.widget-social.penci-social-colored a i {
	border: none !important;
	line-height: 36px;
	color: #fff !important
}
.widget-social.penci-social-colored a:hover i {
	opacity: .85
}
.widget-social.remove-border-radius a i {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0
}
.quote-widget {
	position: relative;
	display: block
}
.quote-widget>i {
	color: #999;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 22px
}
.quote-widget>p {
	padding-left: 40px
}
.footer-widget-wrapper .quote-widget>i {
	font-size: 24px
}
.footer-widget-wrapper .quote-widget>p {
	padding-left: 42px
}
.penci-pinterest-widget-container {
	margin: -5px -5px 0 -5px
}
.penci-images-pin-widget:after,
.penci-images-pin-widget:before {
	display: table;
	clear: both;
	content: ""
}
.penci-pinterest-widget-container .penci-images-pin-widget a {
	width: 33.3333%;
	display: inline-block;
	padding: 5px;
	transition: opacity .2s;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	position: relative;
	float: left;
	vertical-align: top
}
.penci-pinterest-widget-container .penci-images-pin-widget a .penci-image-holder {
	border-radius: 0;
	-webkit-border-radius: 0
}
.penci-pinterest-widget-container .penci-images-pin-widget a:hover {
	opacity: .8
}
.penci-pinterest-widget-container .penci-images-pin-widget a:after,
.penci-pinterest-widget-container .penci-images-pin-widget a:before {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	content: "";
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	z-index: 1
}
.penci-pinterest-widget-container .penci-images-pin-widget a:before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1)
}
.penci-pinterest-widget-container .penci-images-pin-widget a:after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0)
}
.penci-pinterest-widget-container .penci-images-pin-widget a:hover:after,
.penci-pinterest-widget-container .penci-images-pin-widget a:hover:before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}
.penci-pinterest-widget-container .pin_link {
	text-align: center;
	margin-top: 20px
}
.penci-pinterest-widget-container.penci-loading .pin_link {
	clear: both;
	display: block
}
.penci-pinterest-widget-container .pin_link a {
	font-style: italic;
	color: #999;
	font-size: 16px
}
.penci-list-banner {
	display: block
}
.penci-promo-item {
	position: relative;
	width: 100%;
	margin: 0 0 25px 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-color: #ccc
}
.penci-list-banner .penci-promo-item:last-child {
	margin-bottom: 0
}
.penci-promo-item.penci-banner-crop {
	padding-bottom: 56%
}
.penci-promo-item.penci-banner-has-text:after {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	content: "";
	-webkit-transition: all .4s;
	transition: all .4s;
	z-index: 5;
	border: 1px solid #fff;
	opacity: .4
}
.penci-promo-item.penci-banner-has-text:hover:after {
	opacity: 1
}
.penci-promo-url {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background: 0 0 !important
}
.penci-promo-text {
	position: absolute;
	display: block;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 10px;
	left: 0;
	z-index: 1;
	text-align: center
}
.penci-promo-text h4 {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.3;
	background: #fff;
	display: inline-block;
	padding: 12px 12px;
	min-width: 120px;
	text-align: center;
	color: #010101
}
.penci-promo-item img {
	width: 100%
}
.penci-list.penci-wpb {
	list-style: none;
	margin: 0;
	padding: 0
}
.penci-list.penci-wpb li {
	list-style: none
}
.penci-list.penci-wpb li a:hover {
	text-decoration: none
}
.footer-widget-wrapper .widget {
	margin-bottom: 30px
}
.footer-widget-wrapper .widget .widget-title {
	color: #313131;
	margin: 0 0 30px;
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei);
	position: relative;
	text-align: left;
	font-size: 16px;
	text-transform: uppercase;
	background: 0 0
}
.footer-widget-wrapper .widget .widget-title .inner-arrow {
	border-top: none;
	border-left: none;
	border-right: none;
	padding: 0 0 10px;
	background: 0 0;
	border-bottom: 3px solid #e0e0e0
}
.footer-widget-wrapper .widget .widget-title:after,
.footer-widget-wrapper .widget .widget-title:before {
	content: none
}
.mc4wp-form {
	max-width: 450px;
	width: 100%;
	margin: 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto
}
.post-entry .mc4wp-form {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 17px
}
.mc4wp-form .mc4wp-form-fields>p,
.mc4wp-form>form>p {
	margin-bottom: 20px
}
.penci-mailchimp-s3 .footer-subscribe .mc4wp-form .memail {
	margin-bottom: 0
}
.mc4wp-form .mc4wp-form-fields>p:last-of-type,
.widget .mc4wp-form>form>p:last-of-type {
	margin-bottom: 0
}
.mc4wp-form input {
	border: 1px solid #dedede;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	outline: 0;
	background: 0 0;
	display: block;
	font-size: 12px;
	line-height: 1;
	padding: 17px 20px;
	margin-bottom: 20px;
	letter-spacing: 0;
	font-family: var(--pcbody-font)
}
.mc4wp-form input:focus {
	background: #fff
}
.mc4wp-form input[type=date],
.mc4wp-form input[type=email],
.mc4wp-form input[type=number],
.mc4wp-form input[type=text] {
	width: 100%
}
.mc4wp-form input[type=checkbox] {
	display: inline-block;
	vertical-align: middle
}
.mc4wp-form input[type=submit] {
	display: block;
	width: 100%;
	font-size: 14px;
	padding: 18px 20px;
	text-transform: uppercase;
	color: #313131;
	margin: 0;
	cursor: pointer;
	border: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	background: #f5f5f5
}
.mc4wp-form input[type=submit]:hover {
	background: var(--pcaccent-cl);
	color: #fff
}
div.wpforms-container .wpforms-form.wpforms-form .wpforms-field:not(:last-child) {
	padding: 0 0 28px 0
}
div.wpforms-container .wpforms-form.wpforms-form .wpforms-field-label {
	color: #939393;
	font-size: 12px;
	display: block;
	font-family: var(--pchead-font);
	text-transform: uppercase;
	font-weight: var(--pchead-wei);
	margin-bottom: 8px
}
div.wpforms-container .wpforms-form.wpforms-form input[type=date],
div.wpforms-container .wpforms-form.wpforms-form input[type=datetime-local],
div.wpforms-container .wpforms-form.wpforms-form input[type=datetime],
div.wpforms-container .wpforms-form.wpforms-form input[type=email],
div.wpforms-container .wpforms-form.wpforms-form input[type=month],
div.wpforms-container .wpforms-form.wpforms-form input[type=number],
div.wpforms-container .wpforms-form.wpforms-form input[type=password],
div.wpforms-container .wpforms-form.wpforms-form input[type=range],
div.wpforms-container .wpforms-form.wpforms-form input[type=search],
div.wpforms-container .wpforms-form.wpforms-form input[type=tel],
div.wpforms-container .wpforms-form.wpforms-form input[type=text],
div.wpforms-container .wpforms-form.wpforms-form input[type=time],
div.wpforms-container .wpforms-form.wpforms-form input[type=url],
div.wpforms-container .wpforms-form.wpforms-form input[type=week],
div.wpforms-container .wpforms-form.wpforms-form select,
div.wpforms-container .wpforms-form.wpforms-form textarea {
	padding: 12px 20px;
	border: 1px solid #dedede;
	font-size: 12px;
	width: 100%;
	font-weight: 400;
	font-family: var(--pcbody-font);
	max-height: 50px;
	height: auto;
	background: 0 0
}
div.wpforms-container .wpforms-form .wpforms-field-label-inline {
	font-size: inherit;
	font-weight: inherit;
	line-height: 1.3
}
div.wpforms-container-full .wpforms-form label.wpforms-error {
	margin-top: 5px
}
div.wpforms-container .wpforms-form.wpforms-form .wpforms-page-button,
div.wpforms-container .wpforms-form.wpforms-form button[type=submit],
div.wpforms-container .wpforms-form.wpforms-form input[type=submit] {
	text-transform: uppercase;
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei);
	background: #f5f5f5;
	border-radius: 0;
	font-size: 14px;
	color: #313131;
	padding: 12px 20px;
	display: inline-block;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
	width: auto;
	min-width: 120px;
	text-align: center;
	margin: 0;
	border: none
}
.mc4wp-form input[type=submit]:hover,
div.wpforms-container .wpforms-form.wpforms-form .wpforms-page-button:hover,
div.wpforms-container .wpforms-form.wpforms-form button[type=submit]:hover,
div.wpforms-container .wpforms-form.wpforms-form input[type=submit]:hover {
	color: #fff;
	border: none;
	background: var(--pcaccent-cl)
}
.footer-widget-wrapper .widget .jr-insta-thumb,
.penci-sidebar-content .widget .jr-insta-thumb {
	margin: -5px -5px 0 -5px
}
.footer-widget-wrapper .widget .jr-insta-thumb ul.thumbnails li,
.penci-sidebar-content .widget .jr-insta-thumb ul.thumbnails li {
	transition: opacity .2s;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	margin: 0
}
.footer-widget-wrapper .widget .jr-insta-thumb ul.thumbnails li:hover,
.penci-sidebar-content .widget .jr-insta-thumb ul.thumbnails li:hover {
	opacity: .8
}
.footer-widget-wrapper .widget .jr-insta-thumb ul.thumbnails li img,
.penci-sidebar-content .widget .jr-insta-thumb ul.thumbnails li img {
	padding: 5px;
	width: 100%
}
.jr-insta-thumb ul.thumbnails li img {
	width: 100%
}
.widget .jr-insta-thumb ul.thumbnails {
	margin: 0
}
.widget .jr-insta-thumb ul.thumbnails.jr_col_2 li {
	width: 50% !important
}
.widget .jr-insta-thumb ul.thumbnails.jr_col_3 li {
	width: 33.3333% !important
}
.widget .jr-insta-thumb ul.thumbnails.jr_col_4 li {
	width: 25% !important
}
.widget .jr-insta-thumb ul.thumbnails.jr_col_5 li {
	width: 20% !important
}
.pllexislider .pllex-direction-nav {
	background: 0 0 !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important
}
.pllexislider .pllex-direction-nav .pllex-next {
	margin-left: 1px
}
.pllexislider .pllex-direction-nav li a {
	width: 40px;
	height: 40px;
	line-height: 40px !important;
	background: rgba(0, 0, 0, .5);
	text-align: center
}
.pllexislider .pllex-direction-nav li {
	border: none !important
}
.pllexislider .pllex-direction-nav .pllex-next:before,
.pllexislider .pllex-direction-nav .pllex-prev:before {
	font-family: FontAwesome, sans-serif !important;
	padding: 0 !important;
	text-shadow: none !important;
	font-size: 22px !important
}
.penci-fawesome-ver5 .pllexislider .pllex-direction-nav .pllex-next:before,
.penci-fawesome-ver5 .pllexislider .pllex-direction-nav .pllex-prev:before {
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900
}
.pllexislider .pllex-direction-nav .pllex-next:before {
	content: "\f105" !important
}
.pllexislider .pllex-direction-nav .pllex-prev:before {
	content: "\f104" !important
}
.pllexislider-overlay ul li .jr-insta-wrap .jr-insta-datacontainer .jr-insta-caption {
	font-size: 12px !important;
	line-height: 1.5em !important;
	margin-top: 8px !important;
	margin-bottom: 0 !important
}
.pllexislider-overlay ul li .jr-insta-wrap .jr-insta-datacontainer {
	text-shadow: none !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important
}
.penci-instaslider-normal .penci-insta-datacontainer {
	margin-top: 5px;
	margin-bottom: 5px;
	display: block
}
.penci-instaslider-normal .penci-insta-datacontainer .penci-insta-username {
	text-decoration: none;
	display: inline-block
}
.penci-instaslider-normal .penci-insta-datacontainer .penci-insta-time {
	float: right;
	display: inline-block;
	text-align: right;
	display: none
}
.penci-instaslider-normal .penci-insta-datacontainer .penci-insta-caption {
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	clear: both
}
.penci-instaslider-overlay a {
	color: #fff;
	text-decoration: none
}
.penci-instaslider-overlay .penci-insta-wrap {
	position: relative;
	color: #fff;
	line-height: normal
}
.penci-instaslider-overlay .penci-insta-wrap .penci-insta-datacontainer {
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-shadow: 0 0 5px rgba(0, 0, 0, .7);
	background: rgba(0, 0, 0, .4);
	padding: 5px 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.penci-instaslider-overlay .penci-insta-info:hover .penci-insta-wrap .penci-insta-datacontainer {
	opacity: 1;
	visibility: visible
}
.penci-instaslider-overlay .penci-insta-wrap .penci-insta-datacontainer .penci-insta-username a {
	color: #fff !important;
	text-decoration: none;
	font-weight: 700
}
.penci-instaslider-overlay .penci-insta-wrap .penci-insta-datacontainer .penci-insta-time {
	float: right;
	text-align: right
}
.penci-instaslider-overlay .penci-insta-wrap .penci-insta-datacontainer .penci-insta-caption {
	line-height: normal;
	color: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block
}
.penci-insta-thumb .penci-image-holder {
	border-radius: 0;
	-webkit-border-radius: 0
}
.penci-insta-thumb ul.thumbnails {
	list-style: none;
	font-size: 0;
	margin-left: -2.5%;
	padding: 0;
	margin-bottom: 0
}
.penci-insta-thumb ul.thumbnails.no-border {
	margin-left: 0
}
.penci-insta-thumb ul.thumbnails li {
	display: inline-block;
	padding: 0;
	margin: 0 0 2.5% 2.5%;
	background: 0 0;
	border: 0;
	vertical-align: top;
	box-shadow: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
.penci-insta-thumb ul.thumbnails.no-border li {
	margin: 0
}
.penci-insta-thumb ul.thumbnails li img {
	max-width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	border: 0 !important;
	vertical-align: top
}
.penci-insta-thumb ul.thumbnails li a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}
.penci-insta-thumb ul.thumbnails.penci-inscol1 li {
	width: 97.5% !important
}
.penci-insta-thumb ul.thumbnails.penci-inscol2 li {
	width: 47.5% !important
}
.penci-insta-thumb ul.thumbnails.penci-inscol3 li {
	width: 30.83% !important
}
.penci-insta-thumb ul.thumbnails.penci-inscol4 li {
	width: 22.5% !important
}
.penci-insta-thumb ul.thumbnails.penci-inscol5 li {
	width: 17.5% !important
}
.penci-insta-thumb ul.thumbnails.penci-inscol6 li {
	width: 16.66% !important
}
.penci-insta-thumb ul.thumbnails.penci-inscol7 li {
	width: 14.28% !important
}
.penci-insta-thumb ul.thumbnails.penci-inscol8 li {
	width: 12.5% !important
}
.penci-insta-thumb ul.thumbnails.penci-inscol9 li {
	width: 11.11% !important
}
.penci-insta-thumb ul.thumbnails.penci-inscol10 li {
	width: 10% !important
}
.penci-insta-thumb ul.thumbnails.no-border.penci-inscol1 li {
	width: 100% !important
}
.penci-insta-thumb ul.thumbnails.no-border.penci-inscol2 li {
	width: 50% !important
}
.penci-insta-thumb ul.thumbnails.no-border.penci-inscol3 li {
	width: 33.33% !important
}
.penci-insta-thumb ul.thumbnails.no-border.penci-inscol4 li {
	width: 25% !important
}
.penci-insta-thumb ul.thumbnails.no-border.penci-inscol5 li {
	width: 20% !important
}
.penci-insta-thumb ul.thumbnails.no-border.penci-inscol6 li {
	width: 16.66% !important
}
.penci-insta-thumb ul.thumbnails.no-border.penci-inscol7 li {
	width: 14.28% !important
}
.penci-insta-thumb ul.thumbnails.no-border.penci-inscol8 li {
	width: 12.5% !important
}
.penci-insta-thumb ul.thumbnails.no-border.penci-inscol9 li {
	width: 11.11% !important
}
.penci-insta-thumb ul.thumbnails.no-border.penci-inscol10 li {
	width: 10% !important
}
.penci_instagram_widget-sc .penci-insta-thumb ul.thumbnails.penci-inscol1 li {
	width: 100% !important
}
.penci_instagram_widget-sc .penci-insta-thumb ul.thumbnails.penci-inscol6 li {
	width: 16.66% !important
}
.penci_instagram_widget-sc .penci-insta-thumb ul.thumbnails.penci-inscol7 li {
	width: 14.28% !important
}
.penci_instagram_widget-sc .penci-insta-thumb ul.thumbnails.penci-inscol8 li {
	width: 12.5% !important
}
.penci_instagram_widget-sc .penci-insta-thumb ul.thumbnails.penci-inscol9 li {
	width: 11.11% !important
}
.penci_instagram_widget-sc .penci-insta-thumb ul.thumbnails.penci-inscol10 li {
	width: 10% !important
}
.penci-insta-thumb .penci-image-holder:before {
	padding-top: 100%
}
@media all and (max-width:640px) {
	.penci-insta-thumb ul.thumbnails.penci-inscol3 li,
	.penci-insta-thumb ul.thumbnails.penci-inscol4 li,
	.penci-insta-thumb ul.thumbnails.penci-inscol5 li,
	.penci-insta-thumb ul.thumbnails.penci-inscol6 li {
		width: 47.5% !important
	}
	.penci_instagram_widget-sc .penci-insta-thumb ul.thumbnails.penci-inscol6 li {
		width: 33.3333% !important
	}
	.penci_instagram_widget-sc .penci-insta-thumb ul.thumbnails.penci-inscol10 li,
	.penci_instagram_widget-sc .penci-insta-thumb ul.thumbnails.penci-inscol7 li,
	.penci_instagram_widget-sc .penci-insta-thumb ul.thumbnails.penci-inscol8 li,
	.penci_instagram_widget-sc .penci-insta-thumb ul.thumbnails.penci-inscol9 li {
		width: 25% !important
	}
	.penci-insta-thumb ul.thumbnails.penci-inscol10 li,
	.penci-insta-thumb ul.thumbnails.penci-inscol7 li,
	.penci-insta-thumb ul.thumbnails.penci-inscol8 li,
	.penci-insta-thumb ul.thumbnails.penci-inscol9 li {
		width: 22.5% !important
	}
	.penci-insta-thumb ul.thumbnails.no-border.penci-inscol3 li,
	.penci-insta-thumb ul.thumbnails.no-border.penci-inscol4 li,
	.penci-insta-thumb ul.thumbnails.no-border.penci-inscol5 li,
	.penci-insta-thumb ul.thumbnails.no-border.penci-inscol6 li {
		width: 50% !important
	}
	.penci-insta-thumb ul.thumbnails.no-border.penci-inscol10 li,
	.penci-insta-thumb ul.thumbnails.no-border.penci-inscol7 li,
	.penci-insta-thumb ul.thumbnails.no-border.penci-inscol8 li,
	.penci-insta-thumb ul.thumbnails.no-border.penci-inscol9 li {
		width: 25% !important
	}
}
@media all and (max-width:480px) {
	.penci-insta-thumb ul.thumbnails li {
		width: 100% !important
	}
}
.footer-widget-wrapper .widget .penci-insta-thumb,
.penci-sidebar-content .widget .penci-insta-thumb,
.penci_instagram_widget-sc .penci-insta-thumb {
	margin: -5px -5px 0 -5px
}
.penci_instagram_widget-sc.penci_insta-thumbs-no-border .penci-insta-thumb {
	margin: 0
}
.footer-widget-wrapper .widget .penci-insta-thumb ul.thumbnails li,
.penci-sidebar-content .widget .penci-insta-thumb ul.thumbnails li,
.penci_instagram_widget-sc .penci-insta-thumb ul.thumbnails li {
	transition: opacity .2s;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	margin: 0
}
.footer-widget-wrapper .widget .penci-insta-thumb ul.thumbnails li:hover,
.penci-sidebar-content .widget .penci-insta-thumb ul.thumbnails li:hover,
.penci_instagram_widget-sc .penci-insta-thumb ul.thumbnails li:hover {
	opacity: .8
}
.footer-widget-wrapper .widget .penci-insta-thumb ul.thumbnails li a,
.penci-sidebar-content .widget .penci-insta-thumb ul.thumbnails li a,
.penci_instagram_widget-sc .penci-insta-thumb ul.thumbnails li a {
	padding: 5px;
	width: 100%
}
.penci_instagram_widget-sc.penci_insta-thumbs-no-border .penci-insta-thumb ul.thumbnails li a {
	padding: 0
}
.penci-insta-thumb ul.thumbnails li img {
	width: 100%
}
.penci_instagram_widget-sc .penci-insta-thumb ul.thumbnails,
.widget .penci-insta-thumb ul.thumbnails {
	margin: 0
}
.penci_instagram_widget-sc .penci-insta-thumb ul.thumbnails.penci-inscol2 li,
.widget .penci-insta-thumb ul.thumbnails.penci-inscol2 li {
	width: 50% !important
}
.penci_instagram_widget-sc .penci-insta-thumb ul.thumbnails.penci-inscol3 li,
.widget .penci-insta-thumb ul.thumbnails.penci-inscol3 li {
	width: 33.3333% !important
}
.penci_instagram_widget-sc .penci-insta-thumb ul.thumbnails.penci-inscol4 li,
.widget .penci-insta-thumb ul.thumbnails.penci-inscol4 li {
	width: 25% !important
}
.penci_instagram_widget-sc .penci-insta-thumb ul.thumbnails.penci-inscol5 li,
.widget .penci-insta-thumb ul.thumbnails.penci-inscol5 li {
	width: 20% !important
}
.penci-instaslider-overlay .penci-insta-wrap .penci-insta-datacontainer .penci-insta-caption {
	font-size: 12px !important;
	line-height: 1.5em !important;
	margin-top: 8px !important;
	margin-bottom: 0 !important
}
.penci-instaslider-overlay .penci-insta-wrap .penci-insta-datacontainer {
	text-shadow: none !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important
}
.footer-subscribe {
	text-align: center;
	padding: 50px 0 40px;
	background-color: #f7f7f7
}
.footer-subscribe h4.footer-subscribe-title {
	font-size: 32px;
	letter-spacing: 0;
	text-transform: none;
	margin-bottom: 10px;
	line-height: 1.3
}
.footer-subscribe .mc4wp-form {
	max-width: 540px;
	margin: 0 auto
}
.footer-subscribe .mc4wp-form-fields:after,
.footer-subscribe .mc4wp-form-fields:before,
.footer-subscribe .mc4wp-form:after,
.footer-subscribe .mc4wp-form:before {
	content: "";
	display: table;
	clear: both
}
.footer-subscribe .mc4wp-form .mdes {
	color: #5c5c5e;
	font-size: 18px;
	font-style: italic;
	line-height: 1.5;
	width: 740px;
	display: block;
	clear: both;
	margin-bottom: 23px;
	margin-left: -100px
}
.footer-subscribe .mc4wp-form .mname {
	display: none
}
.footer-subscribe .mc4wp-form .memail {
	display: inline-block;
	float: left;
	width: 390px
}
.footer-subscribe .mc4wp-form .msubmit {
	display: inline-block;
	float: left;
	width: 140px;
	margin-left: 10px
}
.mc4wp-response {
	clear: both;
	color: #5c5c5e
}
.mc4wp-response p {
	line-height: 1.4;
	color: #5c5c5e
}
.footer-subscribe .widget .mc4wp-form input[type=email],
.footer-subscribe .widget .mc4wp-form input[type=text] {
	background: 0 0;
	border-radius: 0;
	border-color: #d7d7da;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	padding-top: 0;
	padding-bottom: 0;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	margin: 0;
	color: #313131
}
.footer-subscribe input[type=email]::-webkit-input-placeholder {
	color: #313131
}
.footer-subscribe input[type=email]:-moz-placeholder {
	color: #313131;
	opacity: 1
}
.footer-subscribe input[type=email]::-moz-placeholder {
	color: #313131;
	opacity: 1
}
.footer-subscribe input[type=email]:-ms-input-placeholder {
	color: #313131
}
.footer-subscribe input[type=email]::-ms-input-placeholder {
	color: #313131
}
.footer-subscribe input[type=text]::-webkit-input-placeholder {
	color: #313131
}
.footer-subscribe input[type=text]:-moz-placeholder {
	color: #313131;
	opacity: 1
}
.footer-subscribe input[type=text]::-moz-placeholder {
	color: #313131;
	opacity: 1
}
.footer-subscribe input[type=text]:-ms-input-placeholder {
	color: #313131
}
.footer-subscribe input[type=text]::-ms-input-placeholder {
	color: #313131
}
.footer-subscribe .widget .mc4wp-form input[type=email]:focus,
.footer-subscribe .widget .mc4wp-form input[type=email]:hover,
.footer-subscribe .widget .mc4wp-form input[type=text]:focus,
.footer-subscribe .widget .mc4wp-form input[type=text]:hover {
	border-color: #888
}
.footer-subscribe .widget .mc4wp-form input[type=submit] {
	background: #313131;
	border-radius: 0;
	color: #fff;
	padding-top: 0;
	padding-bottom: 0;
	height: 48px;
	line-height: 48px;
	padding: 0;
	text-align: center
}
.footer-subscribe .widget .mc4wp-form input[type=submit]:hover {
	background: var(--pcaccent-cl)
}
.footer-instagram {
	width: 100%;
	clear: both;
	display: block;
	position: relative
}
.footer-instagram .widget {
	margin: 0
}
.footer-instagram h4.footer-instagram-title {
	position: relative;
	white-space: nowrap;
	margin: 0;
	width: 100%;
	color: #313131;
	text-align: center;
	padding: 12px 0;
	border-top: 1px solid #ececec
}
.footer-instagram.penci-top-instagram h4.footer-instagram-title {
	border-top: none
}
.footer-instagram h4.footer-instagram-title span {
	display: inline-block;
	position: relative;
	padding: 0;
	background: inherit;
	color: inherit;
	text-transform: uppercase;
	font-size: 16px;
	z-index: 20;
	vertical-align: top
}
.footer-instagram h4.footer-instagram-title span.title {
	padding: 0;
	background: 0 0;
	position: relative;
	z-index: 10
}
.footer-instagram h4.footer-instagram-title>span:before {
	content: "\f16d";
	font-family: FontAwesome;
	font-size: 16px;
	color: inherit;
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	margin-bottom: 3px
}
.penci-fawesome-ver5 .footer-instagram h4.footer-instagram-title>span:before {
	font-family: "Font Awesome 5 Brands" !important;
	font-weight: 900
}
.footer-instagram .jr-insta-thumb {
	position: relative;
	z-index: 1
}
.footer-instagram .jr-insta-thumb ul.thumbnails li {
	transition: opacity .2s;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s
}
.footer-instagram .jr-insta-thumb ul.thumbnails li:hover {
	opacity: .9
}
.jr-insta-thumb ul.thumbnails li a {
	position: relative;
	display: inline-block;
	vertical-align: top !important;
	width: 100%
}
.jr-insta-thumb ul.thumbnails li a:after,
.jr-insta-thumb ul.thumbnails li a:before {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	content: "";
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s
}
.footer-instagram .jr-insta-thumb ul.thumbnails li a:after,
.footer-instagram .jr-insta-thumb ul.thumbnails li a:before {
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px
}
.penci-insta-thumb ul.thumbnails li a {
	position: relative;
	display: inline-block;
	vertical-align: top !important;
	width: 100%
}
.penci-insta-thumb ul.thumbnails li a:after,
.penci-insta-thumb ul.thumbnails li a:before {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	content: "";
	opacity: 0;
	z-index: 10;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s
}
.footer-instagram .penci-insta-thumb ul.thumbnails li a:after,
.footer-instagram .penci-insta-thumb ul.thumbnails li a:before {
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px
}
.penci-insta-thumb ul.thumbnails li a:before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1)
}
.penci-insta-thumb ul.thumbnails li a:after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0)
}
.penci-insta-thumb ul.thumbnails li a:hover:after,
.penci-insta-thumb ul.thumbnails li a:hover:before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}
.jr-insta-thumb ul.thumbnails li a:before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1)
}
.jr-insta-thumb ul.thumbnails li a:after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0)
}
.jr-insta-thumb ul.thumbnails li a:hover:after,
.jr-insta-thumb ul.thumbnails li a:hover:before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}
.footer-instagram.penci-insta-title-overlay h4.footer-instagram-title {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	padding: 0;
	border: none
}
.footer-instagram.penci-insta-title-overlay h4.footer-instagram-title>span {
	display: inline-block;
	line-height: 50px;
	padding: 0 20px;
	background: #fff
}
.footer-instagram.penci-insta-title-overlay h4.footer-instagram-title>span,
.footer-instagram.penci-insta-title-overlay h4.footer-instagram-title>span>span {
	font-size: 13px
}
.footer-instagram.penci-insta-title-overlay h4.footer-instagram-title>span:before {
	font-size: 15px;
	margin-bottom: 0
}
form#commentform>div.penci-gdpr-message {
	line-height: 1.5;
	margin: -4px 0 15px;
	font-size: 14px;
	color: #777
}
.post-comments .post-title-box {
	border-top: 1px solid #dedede;
	padding-top: 36px
}
body.single-portfolio .post-comments .post-title-box {
	border-top: none
}
h3.comment-reply-title {
	padding-top: 36px !important;
	border-top: 1px solid #dedede
}
.comments .comment {
	border-top: 1px solid #dedede
}
.comments .comment>.comment:first-child,
.comments>.comment:first-child {
	border-top: none
}
.thecomment {
	padding-top: 28px;
	padding-bottom: 21px;
	display: table;
	width: 100%
}
.comments>.comment:first-child>.thecomment {
	padding-top: 0
}
.thecomment .author-img {
	float: left;
	margin-right: 20px;
	width: 60px
}
.thecomment .author-img img {
	margin: 0;
	width: 100%
}
.thecomment .comment-text {
	margin-left: 80px;
	position: relative
}
.thecomment .comment-text span.author,
.thecomment .comment-text span.author a {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	color: #313131;
	margin-bottom: 11px;
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei)
}
.thecomment .comment-text span.author a {
	display: inline-block;
	margin: 0
}
.thecomment .comment-text span.author a:hover {
	color: #9e9e9e
}
.thecomment .comment-text span.date {
	font-size: 12px;
	color: #888;
	display: block
}
.thecomment .comment-text span.date i {
	margin-right: 5px
}
.thecomment .comment-text>em {
	font-size: 12px;
	display: block;
	color: orange;
	margin: 5px 0 0
}
.thecomment .comment-text>em i {
	font-size: 14px;
	color: #f3bd00
}
.thecomment .comment-content {
	margin-top: 15px;
	margin-bottom: 0
}
.thecomment .comment-text span.reply {
	position: absolute;
	top: 0;
	right: 0
}
.post-comments span.reply a {
	font-size: 11px;
	color: #888;
	margin-left: 18px;
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei);
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	text-transform: uppercase;
	line-height: 1;
	display: inline-block;
	text-align: center
}
.post-comments span.reply a:hover {
	color: #313131
}
.comments .children,
.comments>.comment>.comment,
.comments>.comment>.comment>.comment,
.comments>.comment>.comment>.comment>.comment,
.comments>.comment>.comment>.comment>.comment>.comment {
	margin: 0 0 0 60px
}
@media only screen and (max-width:767px) {
	.comment-respond .comment-reply-title small {
		display: block;
		margin-top: 15px
	}
}
#respond {
	overflow: hidden;
	margin-bottom: 40px;
	position: relative
}
.no-comment-yet #respond {
	padding-top: 0;
	border-top: 0
}
#respond h3 {
	font-size: 14px;
	color: #939393;
	font-weight: 500;
	margin-bottom: 30px;
	font-family: var(--pchead-font);
	text-transform: uppercase
}
#respond h3 a {
	color: #000;
	display: inline-block
}
#respond h3 small a {
	text-transform: uppercase;
	font-size: 12px;
	color: #888;
	padding: 0;
	margin-left: 7px;
	letter-spacing: 0;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	font-weight: 500;
	position: absolute;
	right: 0
}
#respond h3 small a:hover {
	color: #313131
}
form.wpcf7-form {
	margin-left: -14px;
	margin-right: -14px
}
#respond form#commentform {
	margin: 0
}
#respond form#commentform>iframe.jetpack_remote_comment {
	max-width: calc(100% - 1px)
}
.mc4wp-form label {
	text-align: left;
	margin-bottom: 10px;
	display: block
}
#respond p.comment-form-author,
#respond p.comment-form-email,
#respond p.comment-form-url,
.wpcf7 p.email,
.wpcf7 p.name,
.wpcf7 p.subject {
	width: 33.333333%;
	padding: 0 14px;
	float: left;
	display: inline-block;
	margin: 0
}
#respond p.comment-form-author,
#respond p.comment-form-email,
#respond p.comment-form-url {
	width: 32%;
	margin-left: 2%;
	padding: 0
}
.wpcf7 .ajax-loader {
	display: none
}
.wpcf7 form.submitting .ajax-loader {
	display: inline-block
}
#respond p.comment-form-author {
	margin-left: 0
}
#respond #add_comment_rating_wrap,
#respond .review-title-form,
#respond p.comment-form-comment {
	clear: both;
	margin: 0
}
#respond #add_comment_rating_wrap {
	position: relative;
	font-size: 12px;
	display: block;
	margin-bottom: 20px
}
#add_comment_rating_wrap i {
	color: #ffb900
}
#add_post_rating {
	position: absolute;
	bottom: 0;
	right: 0;
	visibility: hidden
}
.wpcf7 p.message {
	clear: both;
	margin: 0 14px
}
form#commentform>div,
form#commentform>input,
form#commentform>label,
form#commentform>p,
form#commentform>span,
form#commentform>textarea,
form.comment-form>div,
form.comment-form>input,
form.comment-form>label,
form.comment-form>p,
form.comment-form>span,
form.comment-form>textarea,
form.wpcf7-form>div,
form.wpcf7-form>input,
form.wpcf7-form>label,
form.wpcf7-form>p,
form.wpcf7-form>span,
form.wpcf7-form>textarea {
	margin: 0 14px
}
form#commentform>input[type=checkbox] {
	margin-left: 14px !important;
	margin-right: 14px !important
}
form.wpcf7-form>div.wpcf7-response-output {
	margin-left: 14px;
	margin-right: 14px
}
form#commentform>p.comment-form-mailpoet,
form#commentform>p.mc4wp-checkbox {
	margin-left: 0
}
.captchaSizeDivLarge {
	clear: both
}
label#captcha_code_label {
	display: inline-block
}
form#commentform>p.comment-subscription-form {
	margin-top: 15px;
	margin-left: 0;
	line-height: 1.3
}
form#commentform>p.comment-subscription-form:last-child {
	margin-top: 5px
}
form#commentform>p.comment-subscription-form input[type=checkbox] {
	margin: 0;
	vertical-align: top
}
#respond p.comment-subscription-form label {
	vertical-align: top
}
form#commentform p.comment-subscription-form label,
form#commentform p.mc4wp-checkbox label {
	font-family: inherit;
	font-size: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	font-weight: inherit;
	color: #777
}
#respond label,
.wpcf7 label {
	color: #939393;
	font-size: 12px;
	display: block;
	font-family: var(--pchead-font);
	text-transform: none;
	font-weight: var(--pchead-wei);
	margin-bottom: 8px
}
#respond .comment-form label {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	color: inherit;
	letter-spacing: 0
}
#respond .comment-form #add_comment_rating_wrap label {
	font-family: var(--pcbody-font);
	font-weight: inherit;
	font-size: inherit;
	color: var(--pctext-cl);
	letter-spacing: 0;
	font-size: 14px
}
#respond .comment-form-cookies-consent label {
	display: inline
}
#respond p.form-submit,
.wpcf7 p.submit {
	margin: 0 14px;
	text-align: center;
	clear: both
}
#respond p.form-submit {
	margin: 0
}
.pclg-2col:after,
.pclg-2col:before,
.penci-login-register:after,
.penci-login-register:before {
	content: "";
	display: table;
	width: 100%
}
#respond input,
.penci-login-register input[type=email],
.penci-login-register input[type=number],
.penci-login-register input[type=password],
.penci-login-register input[type=text],
.widget_wysija input,
.wpcf7 input {
	padding: 12px 20px;
	max-width: 100%;
	border: 1px solid #dedede;
	margin-bottom: 28px;
	font-size: 14px;
	width: 100%;
	font-weight: 400;
	font-family: var(--pcbody-font);
	max-height: 50px;
	background: 0 0
}
#respond input:focus,
.penci-login-register input:focus,
.wpcf7 input:focus {
	outline: 0
}
.jetpack_subscription_widget #subscribe-email input {
	width: 100% !important;
	padding: 12px 20px !important;
	margin-top: 10px
}
#respond textarea,
.penci-login-register textarea,
.wpcf7 textarea {
	padding: 15px 20px;
	border: 1px solid #dedede;
	width: 100%;
	height: 120px;
	font-size: 14px;
	color: #313131;
	margin-bottom: 28px;
	line-height: 20px;
	font-weight: 400;
	outline: 0;
	vertical-align: top;
	font-family: var(--pcbody-font)
}
#respond textarea:focus,
.penci-login-register textarea:focus,
.wpcf7 textarea:focus {
	outline: 0
}
#respond #submit,
.penci-login-register input[type=submit],
.widget_wysija input[type=submit],
.wpcf7 input[type=submit] {
	text-transform: uppercase;
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei);
	background: #f5f5f5;
	border-radius: 0;
	font-size: 14px;
	color: #313131;
	padding: 12px 20px;
	display: inline-block;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
	width: auto;
	min-width: 120px;
	text-align: center;
	margin: 0;
	border: none
}
#respond #submit:hover,
.penci-login-register input[type=submit]:hover,
.widget_wysija input[type=submit]:hover,
.wpcf7 input[type=submit]:hover {
	color: #fff;
	background: var(--pcaccent-cl)
}
.contact-form input[type=email],
.contact-form input[type=text] {
	max-width: 300px;
	width: 100%;
	padding: 10px 15px
}
.contact-form input[type=submit] {
	text-transform: uppercase;
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei);
	background: #f5f5f5;
	border-radius: 0;
	font-size: 14px;
	color: #313131;
	padding: 16px 20px;
	display: inline-block;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
	width: auto;
	min-width: 120px;
	text-align: center;
	margin: 0;
	border: none
}
.widget input[type=date],
.widget input[type=email],
.widget input[type=number],
.widget input[type=password],
.widget input[type=search],
.widget input[type=text] {
	border: 1px solid #dedede;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	outline: 0;
	background: 0 0;
	display: block;
	font-size: 13px;
	padding: 11px 20px;
	margin-bottom: 20px;
	letter-spacing: 0;
	font-family: var(--pcbody-font);
	width: 100%;
	max-width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: auto;
	height: auto;
	vertical-align: baseline;
	line-height: normal
}
.penci-button,
.widget button[type=submit],
.widget input[type=submit] {
	display: block;
	width: 100%;
	font-size: 14px;
	padding: 12px 20px;
	text-transform: uppercase;
	color: #313131;
	margin: 0;
	cursor: pointer;
	border: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	background: #f5f5f5;
	max-width: 100%;
	outline: 0
}
.penci-button,
.widget button[type=submit]:hover,
.widget input[type=submit]:hover {
	background: var(--pcaccent-cl);
	color: #fff
}
#respond input[type=checkbox],
#respond input[type=radio],
.widget input[type=checkbox],
.widget input[type=radio],
.widget_wysija input[type=checkbox],
.widget_wysija input[type=radio],
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
	width: auto;
	margin: 0;
	padding: 0
}
form#commentform>.comment-form-cookies-consent {
	margin: 0 0 15px 0;
	clear: both;
	line-height: 1.4;
	color: #777
}
#respond .comment-form-cookies-consent input[type=checkbox] {
	margin-right: 5px;
	transform: translateY(2px);
	-webkit-transform: translateY(2px)
}
@media only screen and (min-width:768px) {
	.post-comments.penci-comments-hide-1 #respond input,
	.post-comments.penci-comments-hide-2 #respond input {
		max-width: 100%
	}
	.post-comments.penci-comments-hide-1 #respond p.comment-form-author,
	.post-comments.penci-comments-hide-1 #respond p.comment-form-email,
	.post-comments.penci-comments-hide-1 #respond p.comment-form-url {
		width: 49%
	}
	.post-comments.penci-comments-hide-1 #respond .comment-form>p:nth-child(2) {
		margin-left: 0
	}
	.post-comments.penci-comments-hide-2 #respond p.comment-form-author,
	.post-comments.penci-comments-hide-2 #respond p.comment-form-email,
	.post-comments.penci-comments-hide-2 #respond p.comment-form-url {
		width: 100%;
		margin-left: 0;
		margin-right: 0
	}
}
.penci-sidebar-content .wp-block-search {
	margin-bottom: 0
}
.wp-block-search .wp-block-search__label {
	display: block
}
.widget_block.widget_search input[type=search] {
	margin: 0
}
.widget_block.widget_search button[type=submit] {
	margin-left: .625em;
	width: auto;
	white-space: nowrap
}
.widget_block.widget_search .wp-block-search__no-button .wp-block-search__inside-wrapper {
	position: relative
}
.widget_block.widget_search .wp-block-search__no-button .wp-block-search__inside-wrapper:before {
	content: "\f108";
	font-family: penciicon;
	font-style: normal;
	font-weight: 400;
	display: inline-block;
	position: absolute;
	color: var(--pctext-cl);
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 20px;
	z-index: 1;
	font-size: 15px;
	opacity: .9
}
.widget_block.widget_search .wp-block-search__no-button input[type=search] {
	padding-right: 40px
}
.widget_block.widget_search .wp-block-search__no-button input[type=search]::-webkit-search-cancel-button {
	display: none
}
.widget.widget_block .wp-block-latest-posts {
	padding: 0 !important;
	border: none
}
.widget .wp-block-group>div>h1 {
	margin-bottom: 20px;
	font-size: 24px
}
.widget .wp-block-group>div>h2 {
	margin-bottom: 20px;
	font-size: 20px
}
.widget .wp-block-group>div>h3:not(.penci-border-arrow) {
	margin-bottom: 20px;
	font-size: 18px
}
.widget .wp-block-group>div>h4 {
	margin-bottom: 20px;
	font-size: 17px
}
.widget .wp-block-group>div>h5 {
	margin-bottom: 20px;
	font-size: 16px
}
.widget .wp-block-group>div>h6 {
	margin-bottom: 20px;
	font-size: 14px
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button,
.wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__button {
	padding: 8px 15px
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	border-color: var(--pcborder-cl)
}
.penci-sidebar-content .widget.penci_block_heading_widget {
	margin-bottom: 0
}
.archive-box {
	background: 0 0;
	margin: 0 0 30px 0;
	position: relative;
	text-align: center
}
.archive-box.container {
	margin-left: auto;
	margin-right: auto;
}
.archive-box:after,
.archive-box:before {
	content: none
}
.archive-box:before {
	width: 60px;
	bottom: -5px;
	margin-left: -30px
}
.archive-box .title-bar {
	position: relative;
	display: block
}
.archive-box .title-bar.pcatitle-right {
	text-align: right;
}
.archive-box .title-bar.pcatitle-left {
	text-align: left;
}
.archive-box .title-bar.pcatitle-center {
	text-align: center;
}
.archive-box h1,
.archive-box span {
	color: #313131;
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei);
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.2em;
	position: relative;
	z-index: 10
}
.archive-box h1 {
	display: inline-block;
	color: var(--pcaccent-cl)
}
.archive-box .pccat-count {
	--size: 35px;
	min-width: var(--size);
	height: var(--size);
	display: inline-flex;
	background: var(--pcheading-cl);
	line-height: var(--size);
	margin-left: 10px;
	color: var(--pcbg-cl);
	padding-left: 5px;
	padding-right: 5px;
	justify-content: center;
	align-content: center;
}
.pc-title-bar-sorter form {
	display: flex;
	column-gap: 10px;
	flex-wrap: wrap;
	flex-direction: row;
}
.pc-title-bar-sorter form select {
	flex: 1 calc(50% - 10px);
}
.nothing {
	margin-bottom: 60px;
	text-align: center
}
.nothing span {
	position: relative;
	z-index: 10;
	color: inherit;
	font-size: 14px
}
.penci-category-description {
	margin-bottom: 35px;
	line-height: 1.8
}
.penci-category-description.pcdesc-left {
	text-align: left
}
.penci-category-description.pcdesc-center {
	text-align: center
}
.penci-category-description.pcdesc-right {
	text-align: right
}
.container.penci-breadcrumb,
.penci-container-inside.penci-breadcrumb {
	line-height: 1.4;
	margin-bottom: 20px
}
.container.penci-breadcrumb {
	margin-top: calc(25px - var(--pchd-mg));
	clear: both
}
.container.penci-breadcrumb.penci-crumb-inside {
	width: 100%;
	margin-top: 0
}
.post-image .container.penci-breadcrumb {
	width: 100%;
	margin-bottom: 20px
}
.single.penci-body-single-style-5 .container.penci-breadcrumb,
.single.penci-body-single-style-6 .container.penci-breadcrumb {
	margin-bottom: 20px
}
.penci-header-text-white .container.penci-breadcrumb {
	margin-top: 0
}
.wrapper-boxed.penci-page-hide-header .container.penci-breadcrumb {
	margin-top: 10px
}
.penci-container-inside.penci-breadcrumb {
	margin-top: -5px
}
.wrapper-boxed.penci-page-hide-header .featured-area+.container.penci-breadcrumb {
	margin-top: calc(25px - var(--pchd-mg))
}
.page #sidebar-nav+.container.penci-breadcrumb {
	margin-top: 0
}
.container.penci-breadcrumb a,
.container.penci-breadcrumb span,
.container.penci-breadcrumb span a,
.penci-container-inside.penci-breadcrumb a,
.penci-container-inside.penci-breadcrumb span,
.penci-container-inside.penci-breadcrumb span a {
	font-size: 13px;
	color: #888
}
.container.penci-breadcrumb a:hover,
.container.penci-breadcrumb span a:hover,
.penci-container-inside.penci-breadcrumb a:hover,
.penci-container-inside.penci-breadcrumb span a:hover {
	color: var(--pcaccent-cl)
}
.container.penci-breadcrumb i,
.container.penci-breadcrumb span.separator,
.penci-container-inside.penci-breadcrumb i,
.penci-container-inside.penci-breadcrumb span.separator {
	color: #888;
	font-size: 13px;
	margin: 0 15px 0 19px
}
.container.penci-breadcrumb span.separator,
.penci-container-inside.penci-breadcrumb span.separator {
	margin: 0 15px 0 15px
}
.container.penci-woo-breadcrumb,
.penci-container-inside.penci-woo-breadcrumb {
	width: 100% !important;
	margin-top: 0
}
.penci-page-header {
	margin: 0 0 30px 0;
	text-align: center;
	position: relative
}
.penci-page-header:after,
.penci-page-header:before {
	content: none
}
.penci-page-header h1 {
	font-size: 24px;
	color: #313131;
	text-transform: uppercase
}
.alignnone {
	margin: 5px 0 20px 0
}
.post-entry p>.alignnone {
	margin: 5px 0 0 0
}
.aligncenter,
.video-align-center,
div.aligncenter {
	display: block;
	margin: 5px auto 20px auto
}
.alignright,
.video-align-right {
	float: right;
	margin: 5px 0 20px 20px
}
.alignleft,
.video-align-left {
	float: left;
	margin: 5px 20px 20px 0
}
.video-align-left,
.video-align-right {
	display: block;
	width: 100%
}
.aligncenter {
	display: block;
	margin: 5px auto 20px auto
}
a img.alignright {
	float: right;
	margin: 5px 0 17px 30px
}
a img.alignnone {
	margin: 5px 20px 20px 0
}
a img.alignleft {
	float: left;
	margin: 5px 30px 17px 0
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: 0 0;
	border: none;
	padding: 0;
	max-width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden
}
.wp-caption.alignnone {
	margin: 5px 0 17px 0
}
.wp-caption.alignleft {
	margin: 5px 30px 17px 0
}
.wp-caption.alignright {
	margin: 5px 0 17px 30px
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: 100%
}
.penci-featured-caption,
.wp-caption p.wp-caption-text {
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
	padding: 11px 10px;
	color: #fff;
	font-style: italic;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s
}
.wp-caption p.wp-caption-text {
	text-align: center
}
.post-image:hover .penci-featured-caption,
.wp-caption:hover p.wp-caption-text {
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	opacity: .7
}
.penci-single-style-3 .penci-featured-caption,
.penci-single-style-3 .post-image .penci-owl-carousel figure p,
.penci-single-style-16 .penci-featured-caption,
.penci-single-style-16 .post-image .penci-owl-carousel figure p,
.penci-single-style-7 .penci-featured-caption,
.penci-single-style-7 .post-image .penci-owl-carousel figure p {
	bottom: 40px;
	text-align: left;
	display: inline-block;
	width: auto;
	transform: none !important;
	opacity: 1 !important;
	padding: 10px 20px;
	left: 0;
	right: auto
}
.penci-single-style-7 .penci-featured-caption,
.penci-single-style-7 .post-image .penci-owl-carousel figure p,
.penci-single-style-16 .penci-featured-caption,
.penci-single-style-16 .post-image .penci-owl-carousel figure p {
	width: 100%;
	text-align: center
}
.penci-featured-caption.penci-fixed-caption {
	transform: none !important;
	opacity: 1 !important;
	z-index: 3;
}
.penci-single-style-14 .penci-featured-caption.penci-fixed-caption {
	bottom: 55px;
	margin-left: 40px;
}
.penci-single-style-16 .penci-featured-caption.penci-fixed-caption,
.penci-single-style-22 .penci-featured-caption.penci-fixed-caption {
	bottom: auto;
	top: 0;
}
.penci-featured-caption.penci-fixed-caption.penci-caption-relative {
	position: static;
	background: 0 0;
	padding: 0;
	display: block;
	margin-top: 10px
}
.penci-featured-caption.penci-fixed-caption.penci-caption-relative:before {
	content: none;
	display: none
}
.penci-featured-caption.penci-fixed-caption.penci-caption-relative a {
	color: inherit
}
@media only screen and (min-width: 961px) {
	.penci-single-style-13.penci-two-sidebar .penci-single-s13-content,
	.penci-two-sidebar .penci-single-style-16 {
		--pcctain: var(--pcctain2);
	}
}
@media only screen and (max-width:960px) {
	.penci-single-style-3 .penci-featured-caption,
	.penci-single-style-3 .post-image .penci-owl-carousel figure p,
	.penci-single-style-16 .penci-featured-caption,
	.penci-single-style-16 .post-image .penci-owl-carousel figure p,
	.penci-single-style-7 .penci-featured-caption,
	.penci-single-style-7 .post-image .penci-owl-carousel figure p {
		bottom: 0;
		width: 100%;
		text-align: center
	}
	.penci-single-style-14 .penci-featured-caption.penci-fixed-caption {
		bottom: 0;
  		margin-left: 0;
	}
}
.penci-body-single-style-12.penci-body-title-bellow .penci-single-style-12 {
	margin-bottom: 0;
}
.penci-single-style-12 .post-image {
	overflow: visible;
}
@media only screen and (min-width: 768px){
	.penci-single-style-12 .post-image .standard-post-special_wrapper.two-sidebar,
	.penci-single-style-12 .post-image .standard-post-special_wrapper {
		padding: 40px 40px 0;
		background: var(--pcbg-cl);
		bottom: -95px;
		width: calc(var(--pcctain) - 8%);
	}
	.penci-single-style-12 {
		margin-bottom: 105px;
	}
}
@media only screen and (min-width: 1401px){
	.penci-single-style-12 .post-image .standard-post-special_wrapper.two-sidebar {
		max-width: calc(var(--pcctain2) - 8%);
	}
}
@media only screen and (min-width: 961px) and (max-width: 1400px) {
	.penci-single-style-12 .post-image .standard-post-special_wrapper.two-sidebar {
		max-width: 92%;
	}
}
.penci-single-style-12 .container.penci-breadcrumb {
	margin-top: 0;
}
.post-entry pre {
	display: block;
	font-size: 14px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre-wrap;
	background-color: #f4f4f4;
	border: 1px solid rgba(0, 0, 0, .1);
	margin: 0 0 20px;
	line-height: 1.4;
	padding: 15px;
	letter-spacing: 0;
	color: inherit
}
.post-entry code {
	padding: 2px;
	border-radius: 2px;
	color: #23282d;
	background: #f4f4f4;
	font-family: Menlo, Consolas, monaco, monospace;
	font-size: inherit;
	border: none
}
.penci-single-block {
	display: block;
	clear: both
}
.penci-ldsingle {
	display: block;
	clear: both;
	text-align: center;
	width: 100%;
	margin: 30px 0
}
.penci-ldspinner {
	display: inline-block;
	vertical-align: top
}
.penci-ldspinner>div {
	width: 18px;
	height: 18px;
	margin: 0 5px;
	background-color: var(--pcaccent-cl);
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.2s infinite ease-in-out both;
	animation: sk-bouncedelay 1.2s infinite ease-in-out both
}
.penci-ldspinner .bounce1 {
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s
}
.penci-ldspinner .bounce2 {
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s
}
@-webkit-keyframes sk-bouncedelay {
	0%,
	100%,
	80% {
		-webkit-transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1)
	}
}
@keyframes sk-bouncedelay {
	0%,
	100%,
	80% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
.penci-single-infiads {
	margin: 10px 0 40px;
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
	text-align: center
}
.penci-single-infiscroll .penci-single-block:not(:first-child) .container.penci-breadcrumb {
	margin-top: 0
}
.widget .zframe-flickr-wrap-ltr,
.widget ul.instagram-pics {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin-left: -3px;
	margin-right: -3px
}
.widget .zframe-flickr-wrap-ltr .flickr_badge_image,
.widget ul.instagram-pics li {
	display: block;
	float: left;
	width: 33.33%;
	padding: 3px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 !important;
	border: none !important
}
.widget .zframe-flickr-wrap-ltr .flickr_badge_image img {
	margin: 0;
	width: 100%;
	float: none;
	height: auto
}
.instag ul.thumbnails>li,
.jr-insta-thumb ul>li {
	width: 32% !important
}
.instag ul li,
.jr-insta-thumb ul li {
	margin: 0;
	padding-bottom: 0;
	border-bottom: none
}
.pllexislider ul li {
	margin: 0;
	padding-bottom: 0;
	border-bottom: none
}
.pllexislider-normal ul li .jr-insta-datacontainer .jr-insta-caption,
.pllexislider-normal ul li .jr-insta-datacontainer .jr-insta-time,
.pllexislider-normal ul li .jr-insta-datacontainer .jr-insta-username {
	line-height: 1.5
}
.gallery .gallery-caption {
	font-size: 13px;
	color: #939393;
	font-family: var(--pchead-font);
	font-style: italic
}
.gallery .gallery-icon img {
	border-radius: 2px;
	border: 1px solid #eee !important;
	padding: 7px
}
.gallery .gallery-icon img:hover {
	border: 1px solid #ccc !important
}
.penci-post-gallery-container {
	margin-bottom: 20px
}
.penci-post-gallery-container a {
	opacity: 0
}
.penci-post-gallery-container.single-slider a,
.penci-post-gallery-container.thumbnail-slider a {
	opacity: 1
}
.penci-post-gallery-container.single-slider figure,
.penci-post-gallery-container.thumbnail-slider figure,
.post-image .penci-owl-carousel figure {
	position: relative
}
.penci-post-gallery-container.single-slider figure p,
.penci-post-gallery-container.thumbnail-slider figure p,
.post-image .penci-owl-carousel figure p {
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	vertical-align: top;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	padding: 7px 15px;
	font-style: italic;
	font-size: 13px;
	line-height: 1.4;
	z-index: 2
}
.penci-post-gallery-container.thumbnail-slider figure p {
	right: 15px;
	max-width: calc(100% - 30px);
	text-align: right
}
.justified-gallery>a>.caption,
.justified-gallery>div>.caption {
	font-family: inherit;
	font-weight: inherit;
	padding: 9px 15px;
	line-height: 1.5;
	background: rgba(0, 0, 0, .6);
	opacity: 1
}
.penci-post-gallery-container.masonry .item-gallery-masonry {
	width: 33.33333%;
	float: left;
	margin-bottom: 6px;
	padding: 0 3px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: inline-block;
	position: relative
}
.penci-post-gallery-container.masonry.column-2 .item-gallery-masonry {
	width: 50%
}
.penci-post-gallery-container.masonry.column-4 .item-gallery-masonry {
	width: 25%
}
.penci-post-gallery-container.masonry .item-gallery-masonry a {
	position: relative;
	opacity: 0;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .7s;
	-moz-animation-duration: .7s;
	-ms-animation-duration: .7s;
	-o-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-o-animation-delay: .1s;
	animation-delay: .1s;
	display: inline-block;
	width: 100%
}
.penci-post-gallery-container.masonry .item-gallery-masonry a.animated {
	-webkit-animation-name: pencifadeInUp;
	-moz-animation-name: pencifadeInUp;
	-o-animation-name: pencifadeInUp;
	animation-name: pencifadeInUp;
	opacity: 1
}
.masonry.column-2 .inner-gallery-masonry-container .item-gallery-masonry:nth-child(2n+2) a,
.masonry.column-3 .inner-gallery-masonry-container .item-gallery-masonry:nth-child(3n+2) a,
.masonry.column-4 .inner-gallery-masonry-container .item-gallery-masonry:nth-child(4n+2) a {
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	-o-animation-delay: .3s;
	animation-delay: .3s
}
.masonry.column-3 .inner-gallery-masonry-container .item-gallery-masonry:nth-child(3n+3) a,
.masonry.column-4 .inner-gallery-masonry-container .item-gallery-masonry:nth-child(4n+3) a {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s
}
.masonry.column-4 .inner-gallery-masonry-container .item-gallery-masonry:nth-child(4n+4) a {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s
}
.penci-post-gallery-container.masonry {
	margin-left: -3px;
	margin-right: -3px
}
.penci-post-gallery-container.masonry img {
	width: 100%
}
.penci-post-gallery-container.masonry .inner-gallery-masonry-container {
	display: inline-block;
	width: 100%;
	vertical-align: top
}
.inner-item-masonry-gallery {
	position: relative
}
.penci-post-gallery-container.masonry .item-gallery-masonry .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	color: #fff;
	font-size: 13px;
	font-family: inherit;
	font-weight: inherit;
	padding: 9px 15px;
	line-height: 1.5;
	background: rgba(0, 0, 0, .6);
	opacity: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	z-index: 2
}
.penci-post-gallery-container.masonry .item-gallery-masonry:hover .caption {
	opacity: 1
}
.penci-tweets-widget-content ul li {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important
}
.penci-slider.penci-tweets-slider ul.slides li:after,
.penci-slider.penci-tweets-slider ul.slides li:before {
	content: none !important;
	display: none !important
}
.penci-tweets-widget-content .icon-tweets {
	display: block;
	text-align: center;
	margin-bottom: 12px;
	font-size: 32px;
	color: var(--pcaccent-cl);
	margin-top: -10px
}
.penci-tweets-widget-content .tweet-text {
	color: #313131;
	margin-bottom: 10px;
	text-align: center
}
.penci-tweets-widget-content .tweet-intents {
	text-align: center;
	overflow: hidden;
	line-height: 1
}
.penci-tweets-widget-content .tweet-intents a {
	color: var(--pcaccent-cl);
	font-size: 13px;
	font-style: italic
}
.penci-tweets-widget-content .tweet-intents span:after {
	content: "/";
	margin: 0 5px;
	font-size: 11px;
	color: var(--pcaccent-cl);
	font-family: var(--pcbody-font)
}
.penci-tweets-widget-content .tweet-intents span:last-child:after {
	content: none;
	display: none
}
.penci-tweets-widget-content .tweet-intents-inner {
	display: inline-block;
	vertical-align: top;
	position: relative
}
.penci-tweets-widget-content .tweet-intents-inner:after,
.penci-tweets-widget-content .tweet-intents-inner:before {
	content: "";
	position: absolute;
	top: 50%;
	width: 250px;
	height: 1px;
	background: var(--pcaccent-cl);
	right: 100%;
	margin-right: 15px;
	opacity: .5
}
.penci-tweets-widget-content .tweet-intents-inner:after {
	right: auto;
	left: 100%;
	margin-right: 0;
	margin-left: 15px
}
.penci-tweets-widget-content .tweet-date {
	line-height: 1.8;
	white-space: nowrap;
	text-align: center;
	margin-bottom: 9px;
	opacity: .7;
	font-size: 14px
}
.penci-owl-carousel.penci-tweets-slider .penci-owl-dots {
	position: static;
	margin-top: 23px !important
}
.penci-owl-carousel.penci-tweets-slider .penci-owl-dots .penci-owl-dot {
	margin: 0 4px
}
.penci-owl-carousel.penci-tweets-slider .penci-owl-dots .penci-owl-dot span {
	width: 10px;
	height: 10px;
	box-shadow: none;
	-webkit-box-shadow: none;
	border: 1px solid #d4d4d4
}
.penci-owl-carousel.penci-tweets-slider .penci-owl-dots .penci-owl-dot.active span,
.penci-owl-carousel.penci-tweets-slider .penci-owl-dots .penci-owl-dot:hover span {
	border-color: var(--pcaccent-cl);
	background: var(--pcaccent-cl)
}
.penci-tweets-widget-content.pc_alignleft .icon-tweets,
.penci-tweets-widget-content.pc_alignleft .penci-owl-carousel-slider .penci-owl-dots,
.penci-tweets-widget-content.pc_alignleft .tweet-date,
.penci-tweets-widget-content.pc_alignleft .tweet-intents,
.penci-tweets-widget-content.pc_alignleft .tweet-text {
	text-align: left
}
.penci-tweets-widget-content.pc_alignright .icon-tweets,
.penci-tweets-widget-content.pc_alignright .penci-owl-carousel-slider .penci-owl-dots,
.penci-tweets-widget-content.pc_alignright .tweet-date,
.penci-tweets-widget-content.pc_alignright .tweet-intents,
.penci-tweets-widget-content.pc_alignright .tweet-text {
	text-align: right
}
div.wpcf7 {
	overflow: hidden;
	margin-top: 40px
}
span.wpcf7-not-valid-tip {
	margin-top: -15px;
	margin-bottom: 15px
}
div.wpcf7-response-output {
	margin: 20px 14px 1em;
	padding: .6em 1em;
	margin-top: 20px !important
}
.error-404 {
	text-align: center;
	margin: 150px 0 112px
}
.error-image {
	position: relative;
	padding-bottom: 41px;
	margin-bottom: 30px
}
.error-image img {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.error-image:after {
	content: "";
	position: absolute;
	width: 60px;
	height: 1px;
	background: var(--pcaccent-cl);
	bottom: 0;
	left: 50%;
	margin-left: -30px
}
.error-404 .sub-heading-text-404 {
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	color: #313131;
	text-align: center
}
.error-404 form.pc-searchform {
	margin: 31px 0 0;
	padding: 0 10px
}
.error-404 form.pc-searchform .pc-searchform-inner {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	position: relative
}
.error-404 .go-back-home {
	margin-top: 50px;
	text-align: center
}
.error-404 .go-back-home a {
	font-size: 12px;
	text-transform: uppercase;
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei);
	text-decoration: none;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding-bottom: 1px
}
.error-404 .go-back-home a:after {
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background: var(--pcaccent-cl);
	content: ""
}
.penci-mailchimp-block {
	--pcmc-height: 40px;
	--pcmc-bdw: 1px
}
.penci-mailchimp-block input[type=date],
.penci-mailchimp-block input[type=email],
.penci-mailchimp-block input[type=number],
.penci-mailchimp-block input[type=search],
.penci-mailchimp-block input[type=text] {
	border-width: var(--pcmc-bdw)
}
.penci-header-signup-form {
	display: block;
	padding: 20px 0;
	background: var(--pcaccent-cl);
	margin: -50px 0 60px;
	clear: both
}
.penci-header-signup-form.penci-header-signup-form-below {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto
}
.elementor-template-full-width .wrapper-boxed>.penci-header-signup-form {
	display: none
}
.penci-header-signup-form .mc4wp-form {
	margin: 0;
	width: 100%;
	max-width: 100%;
	color: #fff
}
.penci-header-signup-form .mc4wp-form>form {
	display: table;
	width: 100%
}
.penci-header-signup-form h4.header-signup-form {
	text-align: center;
	margin-bottom: 18px;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase
}
.penci-header-signup-form .mc4wp-form-fields {
	display: table;
	width: 100%
}
.penci-header-signup-form .mc4wp-form-fields>p,
.penci-header-signup-form form>p {
	display: table-cell;
	text-align: left;
	color: #fff;
	padding-right: 20px;
	line-height: 1.5;
	vertical-align: middle
}
.penci-header-signup-form .mc4wp-form-fields>p:last-of-type,
.penci-header-signup-form form>p:last-of-type {
	padding-right: 0
}
.penci-header-signup-form .mc4wp-form-fields>p:first-of-type,
.penci-header-signup-form form>p:first-of-type {
	max-width: 500px
}
.penci-header-signup-form .mc4wp-form input[type=email],
.penci-header-signup-form .mc4wp-form input[type=text] {
	margin: 0;
	margin-right: 20px;
	border-color: #fff;
	color: #fff
}
.penci-header-signup-form .mc4wp-form input[type=email]::-webkit-input-placeholder,
.penci-header-signup-form .mc4wp-form input[type=text]::-webkit-input-placeholder {
	color: #fff
}
.penci-header-signup-form .mc4wp-form input[type=email]:-moz-placeholder,
.penci-header-signup-form .mc4wp-form input[type=text]:-moz-placeholder {
	color: #fff;
	opacity: 1
}
.penci-header-signup-form .mc4wp-form input[type=email]::-moz-placeholder,
.penci-header-signup-form .mc4wp-form input[type=text]::-moz-placeholder {
	color: #fff;
	opacity: 1
}
.penci-header-signup-form .mc4wp-form input[type=email]:-ms-input-placeholder,
.penci-header-signup-form .mc4wp-form input[type=text]:-ms-input-placeholder {
	color: #fff
}
.penci-header-signup-form .widget input[type=submit] {
	color: #313131;
	background: #fff
}
.penci-header-signup-form .mc4wp-alert,
.penci-header-signup-form .mc4wp-error {
	margin-top: 15px
}
.penci-mailchimp-s3 {
	--pcmc-height: 48px
}
.penci-mailchimp-block .mc4wp-form-fields .memail input,
.penci-mailchimp-block .mc4wp-form-fields .mname input {
	padding: 0 20px;
	line-height: calc(var(--pcmc-height) - 2 * var(--pcmc-bdw))
}
.penci-mailchimp-block .mc4wp-form-fields .msubmit input {
	padding: 0 20px;
	line-height: var(--pcmc-height)
}
@media only screen and (min-width:1170px) {
	.penci-mailchimp-s2 .penci-header-signup-form .mc4wp-form-fields>p {
		margin-bottom: 0 !important
	}
	.penci-mailchimp-s2 .penci-header-signup-form .mc4wp-form-fields {
		display: flex;
		align-items: center
	}
	.penci-mailchimp-s2 .penci-header-signup-form .mc4wp-form-fields .mdes {
		flex: 1 1 400px
	}
	.penci-mailchimp-s2 .penci-header-signup-form .mc4wp-form-fields .memail,
	.penci-mailchimp-s2 .penci-header-signup-form .mc4wp-form-fields .mname {
		flex: 1 1 200px
	}
	.penci-mailchimp-s2 .penci-header-signup-form .mc4wp-form-fields .msubmit {
		flex: 0 0 auto
	}
}
.penci-mailchimp-s4 .mc4wp-form-fields {
	display: flex;
	align-items: center;
	margin-left: -5px;
	margin-right: -5px
}
@media only screen and (max-width:479px) {
	.penci-mailchimp-s4 .mc4wp-form-fields {
		flex-wrap: wrap
	}
}
.penci-mailchimp-s4 .mc4wp-form-fields .memail,
.penci-mailchimp-s4 .mc4wp-form-fields .mname {
	flex: 1 1 200px;
	padding: 0 5px
}
.penci-mailchimp-s4 .mc4wp-form-fields .msubmit {
	flex: 0 0 auto;
	padding: 0 5px
}
.penci-mailchimp-s4 .mc4wp-form-fields .memail,
.penci-mailchimp-s4 .mc4wp-form-fields .mname,
.penci-mailchimp-s4 .mc4wp-form-fields .msubmit {
	margin-bottom: 10px !important
}
.penci-mailchimp-s4 .mc4wp-form-fields .memail input,
.penci-mailchimp-s4 .mc4wp-form-fields .mname input,
.penci-mailchimp-s4 .mc4wp-form-fields .msubmit input {
	margin-bottom: 0 !important
}
.penci-mailchimp-s4 .mc4wp-form-fields .mdes,
.penci-mailchimp-s4 .mc4wp-form-fields .mname {
	display: none
}
.penci-portfolio-thumbnail .penci-image-placeholder {
	position: relative;
	display: block;
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover
}
.penci-portfolio-thumbnail .penci-image-placeholder>img {
	position: absolute;
	display: block;
	max-width: 100%;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}
.wrapper-penci-portfolio {
	width: 100%;
	overflow: hidden
}
.penci-portfolio-filter {
	display: block;
	text-align: center;
	margin: 0 0 15px 0
}
.penci-portfolio-filter ul,
.post-entry .penci-portfolio-filter ul {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 !important;
	margin: 0
}
.penci-portfolio-filter ul li,
.post-entry .penci-portfolio-filter ul li {
	display: inline-block;
	float: left;
	margin: 0 15px 5px;
	padding: 0
}
.penci-portfolio-filter ul li a,
.post-entry .penci-portfolio-filter ul li a {
	color: #313131;
	font-family: var(--pchead-font)
}
.penci-portfolio-filter ul li a:hover,
.penci-portfolio-filter ul li.active a,
.post-entry .penci-portfolio-filter ul li a:hover,
.post-entry .penci-portfolio-filter ul li.active a {
	color: var(--pcaccent-cl);
	text-decoration: none
}
.penci-portfolio-wrap {
	margin-left: -10px;
	margin-right: -10px
}
.penci-portfolio-wrap .inner-portfolio-posts {
	display: inline-block;
	width: 100%;
	vertical-align: top
}
.inner-portfolio-posts .portfolio-item {
	width: 33.33333%;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
	margin-bottom: 20px
}
.container .penci-portfolio.column-2 .inner-portfolio-posts .portfolio-item,
.penci-portfolio.column-2 .inner-portfolio-posts .portfolio-item {
	width: 50%
}
.inner-item-portfolio {
	position: relative;
	opacity: 0;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .7s;
	-moz-animation-duration: .7s;
	-ms-animation-duration: .7s;
	-o-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-o-animation-delay: .1s;
	animation-delay: .1s
}
.penci-portfolio-wrap.column-2 .portfolio-item:nth-child(2n+1) .inner-item-portfolio,
.penci-portfolio-wrap.column-3 .portfolio-item:nth-child(3n+2) .inner-item-portfolio {
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-o-animation-delay: .4s;
	animation-delay: .4s
}
.penci-portfolio-wrap.column-3 .portfolio-item:nth-child(3n+3) .inner-item-portfolio {
	-webkit-animation-delay: .7s;
	-moz-animation-delay: .7s;
	-o-animation-delay: .7s;
	animation-delay: .7s
}
.pcpt-ajax-ftl .inner-portfolio-posts.loaded .inner-item-portfolio.animated,
.penci-portfolio.loaded .inner-item-portfolio.animated {
	-webkit-animation-name: pencifadeInUp;
	-moz-animation-name: pencifadeInUp;
	-o-animation-name: pencifadeInUp;
	animation-name: pencifadeInUp;
	opacity: 1
}
.penci-portfolio-thumbnail a:after {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	content: "";
	-webkit-transition: .5s;
	transition: .5s;
	z-index: 10
}
.inner-item-portfolio:hover .penci-portfolio-thumbnail a:after {
	opacity: .87
}
.inner-item-portfolio .portfolio-desc {
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	padding: 0 10px;
	margin: 0;
	z-index: 12;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.inner-item-portfolio a {
	text-decoration: none !important
}
.inner-item-portfolio .portfolio-desc h3 {
	opacity: 0;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 10px;
	position: relative;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: .3s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: .3s cubic-bezier(.215, .61, .355, 1) 0s;
	transition-delay: .2s;
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	color: #313131
}
.inner-item-portfolio .portfolio-desc span {
	opacity: 0;
	font-size: 12px;
	display: block;
	vertical-align: top;
	line-height: 1.3;
	text-decoration: none;
	color: #888;
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
	-webkit-transition: .3s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: .3s cubic-bezier(.215, .61, .355, 1) 0s;
	transition-delay: .2s;
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s
}
.inner-item-portfolio .portfolio-desc span del {
	margin-right: 5px;
	transform: translateY(2px);
	-webkit-transform: translateY(2px);
	display: inline-block
}
.inner-item-portfolio .portfolio-desc span span {
	display: inline-block
}
.inner-item-portfolio .portfolio-desc span del span {
	text-decoration: inherit
}
.inner-item-portfolio .portfolio-desc span ins span {
	font-size: 13px
}
.inner-item-portfolio:hover .portfolio-desc h3,
.inner-item-portfolio:hover .portfolio-desc span {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.penci-portfolio-below_img .inner-item-portfolio .portfolio-desc {
	margin-top: 20px;
	position: relative;
	top: 0;
	transform: none
}
.penci-portfolio-below_img .inner-item-portfolio .portfolio-desc h3,
.penci-portfolio-below_img .inner-item-portfolio .portfolio-desc span {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.penci-portfolio-below_img .penci-portfolio-thumbnail a:after {
	content: none
}
.single-portfolio-thumbnail {
	margin-bottom: 26px;
	text-align: center;
	vertical-align: top
}
.portfolio-page-content .portfolio-detail {
	margin: 0 auto;
	max-width: 1000px
}
.project-pagination a {
	font-weight: var(--pchead-wei);
	font-family: var(--pchead-font);
	text-transform: uppercase;
	font-size: 13px
}
.project-pagination .next-post a:after {
	display: inline-block;
	color: inherit;
	content: "\f178";
	font-family: FontAwesome;
	font-size: 14px;
	margin-left: 5px
}
.project-pagination .prev-post a:before {
	display: inline-block;
	color: inherit;
	content: "\f177";
	font-family: FontAwesome;
	font-size: 14px;
	margin-right: 5px
}
.penci-fawesome-ver5 .project-pagination .next-post a:after,
.penci-fawesome-ver5 .project-pagination .prev-post a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900
}
.tags-share-box.hide-tags.page-share.no-border-bottom-portfolio {
	border-bottom: none
}
.penci-plf-loadmore {
	position: relative
}
.penci-pfl-ajaxdot {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #111;
	border-radius: 100%;
	-webkit-animation: scaleoutPortfolio 1s infinite ease-in-out;
	animation: scaleoutPortfolio 1s infinite ease-in-out;
	z-index: 50;
	opacity: 0;
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -15px;
	visibility: hidden
}
.penci-ajax-more-button.loading-portfolios .penci-pfl-ajaxdot {
	opacity: 1;
	z-index: 100;
	visibility: visible
}
.penci-ajax-more-button.loading-portfolios .ajax-more-text {
	opacity: 0;
	visibility: hidden
}
.penci-ajax-more-button.loading-portfolios {
	background: 0 0 !important;
	color: transparent !important;
	border-color: transparent !important
}
@-webkit-keyframes scaleoutPortfolio {
	0% {
		-webkit-transform: scale(0)
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0
	}
}
@keyframes scaleoutPortfolio {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}
.portfolio-page-content .portfolio-detail {
	margin-left: 0;
	margin-right: 0
}
.penci-portfolio-meta-wrapper {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin: 30px -15px;
	--pc-pf-ct-w: 60%;
	--pc-pf-mt-w: 40%
}
.penci-portfolio-meta-wrapper .penci-page-header {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px
}
.penci-portfolio-meta-wrapper .penci-portfolio-col {
	width: var(--pc-pf-ct-w);
	padding-left: 15px;
	padding-right: 15px
}
.penci-portfolio-meta-wrapper .penci-meta-lists {
	width: var(--pc-pf-mt-w)
}
@media only screen and (max-width:767px) {
	.penci-portfolio-meta-wrapper .penci-meta-lists {
		width: 100%
	}
}
.penci-portfolio-meta-wrapper .penci-shortdesc {
	width: var(--pc-pf-ct-w)
}
@media only screen and (max-width:767px) {
	.penci-portfolio-meta-wrapper .penci-shortdesc {
		width: 100%
	}
}
ul.portfolio-meta-lists {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%
}
ul.portfolio-meta-lists li {
	display: table-row
}
ul.portfolio-meta-lists li:not(:last-child) span {
	padding-bottom: 10px
}
ul.portfolio-meta-lists span {
	display: table-cell
}
ul.portfolio-meta-lists span.title {
	font-weight: 700;
	min-width: 70px;
	padding-right: 10px
}
.container:not(.penci_sidebar) .post-entry.portfolio-style-3 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row
}
@media only screen and (max-width:767px) {
	.container:not(.penci_sidebar) .post-entry.portfolio-style-3 {
		flex-direction: column-reverse
	}
}
.container:not(.penci_sidebar) .post-entry.portfolio-style-3 .penci-portfolio-meta-wrapper {
	flex-direction: column;
	margin-top: 0;
	margin-bottom: 0
}
.container:not(.penci_sidebar) .post-entry.portfolio-style-3 .penci-portfolio-meta-wrapper .penci-portfolio-col {
	width: 100%
}
.container:not(.penci_sidebar) .post-entry.portfolio-style-3 .penci-portfolio-meta-wrapper,
.container:not(.penci_sidebar) .post-entry.portfolio-style-3 .portfolio-page-content {
	flex: 0 0 auto
}
.container:not(.penci_sidebar) .post-entry.portfolio-style-3 .penci-portfolio-meta-wrapper {
	width: 29.06%
}
@media only screen and (max-width:767px) {
	.container:not(.penci_sidebar) .post-entry.portfolio-style-3 .penci-portfolio-meta-wrapper {
		width: 100%
	}
}
.container:not(.penci_sidebar) .post-entry.portfolio-style-3 .portfolio-page-content {
	width: 70.94%;
	padding-left: 60px
}
@media only screen and (max-width:767px) {
	.container:not(.penci_sidebar) .post-entry.portfolio-style-3 .portfolio-page-content {
		width: 100%;
		padding-left: 0
	}
}
.container.no_content .post-entry.portfolio-style-3 .portfolio-page-content {
	width: 100%;
	padding-left: 0
}
.penci-sidebar-content .penci-portfolio-meta-wrapper {
	flex-direction: column;
	margin-top: 0;
	margin-bottom: 60px
}
.penci-sidebar-content .penci-portfolio-meta-wrapper .penci-portfolio-col {
	width: 100%
}
.portfolio-bottom-share {
	text-align: center
}
.portfolio-bottom-share.has-border {
	border-bottom: 1px solid #dedede
}
.portfolio-share-box>span {
	border-top: 1px solid var(--pcborder-cl);
	padding-top: 10px;
	margin-top: 10px
}
.portfolio-bottom-share .portfolio-share-box>span {
	border-top: 0;
	padding-top: 0;
	margin-top: 0
}
.portfolio-share-box.tags-share-box {
	padding-right: 0
}
.portfolio-share-box .share-title {
	font-weight: var(--pchead-wei);
	font-family: var(--pchead-font);
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 10px
}
.portfolio-share-box .list-posts-share a {
	color: var(--pcheading-cl);
	text-decoration: none
}
.portfolio-share-box .list-posts-share a:hover {
	color: var(--pcaccent-cl)
}
.portfolio-share-box .list-posts-share a span {
	display: none
}
.portfolio-share-box .list-posts-share a:not(:last-child) {
	margin-right: 10px
}
.portfolio-share-box.style-2 .list-posts-share a,
.portfolio-share-box.style-3 .list-posts-share a,
.portfolio-share-box.style-4 .list-posts-share a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	margin-right: 5px;
	transition: all .3s ease-in-out;
	color: #000;
	border: 1px solid var(--pcborder-cl);
	border-radius: 50%
}
.portfolio-share-box.style-2 .list-posts-share a:hover,
.portfolio-share-box.style-3 .list-posts-share a,
.portfolio-share-box.style-3 .list-posts-share a:hover,
.portfolio-share-box.style-4 .list-posts-share a:hover {
	color: #fff
}
.portfolio-share-box.style-2 a.post-share-facebook:hover,
.portfolio-share-box.style-3 a.post-share-facebook,
.portfolio-share-box.style-3 a.post-share-facebook:hover,
.portfolio-share-box.style-4 a.post-share-facebook:hover {
	background-color: #0d47a1;
	border-color: #0d47a1
}
.portfolio-share-box.style-2 a.post-share-twitter:hover,
.portfolio-share-box.style-3 a.post-share-twitter,
.portfolio-share-box.style-3 a.post-share-twitter:hover,
.portfolio-share-box.style-4 a.post-share-twitter:hover {
	background-color: #40c4ff;
	border-color: #40c4ff
}
.portfolio-share-box.style-2 a.post-share-pinterest:hover,
.portfolio-share-box.style-3 a.post-share-pinterest,
.portfolio-share-box.style-3 a.post-share-pinterest:hover,
.portfolio-share-box.style-4 a.post-share-pinterest:hover {
	background-color: #bd081c;
	border-color: #bd081c
}
.portfolio-share-box.style-2 a.post-share-email:hover,
.portfolio-share-box.style-3 a.post-share-email,
.portfolio-share-box.style-3 a.post-share-email:hover,
.portfolio-share-box.style-4 a.post-share-email:hover {
	background-color: #0084ff;
	border-color: #0084ff
}
.portfolio-share-box.style-2 a.post-share-linkedin:hover,
.portfolio-share-box.style-3 a.post-share-linkedin,
.portfolio-share-box.style-3 a.post-share-linkedin:hover,
.portfolio-share-box.style-4 a.post-share-linkedin:hover {
	background-color: #0077b5;
	border-color: #0077b5
}
.portfolio-share-box.style-2 a.post-share-tumblr:hover,
.portfolio-share-box.style-3 a.post-share-tumblr,
.portfolio-share-box.style-3 a.post-share-tumblr:hover,
.portfolio-share-box.style-4 a.post-share-tumblr:hover {
	background-color: #34465d;
	border-color: #34465d
}
.portfolio-share-box.style-2 a.post-share-vk:hover,
.portfolio-share-box.style-3 a.post-share-vk,
.portfolio-share-box.style-3 a.post-share-vk:hover,
.portfolio-share-box.style-4 a.post-share-vk:hover {
	background-color: #5181b8;
	border-color: #5181b8
}
.portfolio-share-box.style-2 a.post-share-pocket:hover,
.portfolio-share-box.style-3 a.post-share-pocket,
.portfolio-share-box.style-3 a.post-share-pocket:hover,
.portfolio-share-box.style-4 a.post-share-pocket:hover {
	background-color: #ef4056;
	border-color: #ef4056
}
.portfolio-share-box.style-2 a.post-share-skype:hover,
.portfolio-share-box.style-3 a.post-share-skype,
.portfolio-share-box.style-3 a.post-share-skype:hover,
.portfolio-share-box.style-4 a.post-share-skype:hover {
	background-color: #00aff0;
	border-color: #00aff0
}
.portfolio-share-box.style-2 a.post-share-whatsapp:hover,
.portfolio-share-box.style-3 a.post-share-whatsapp,
.portfolio-share-box.style-3 a.post-share-whatsapp:hover,
.portfolio-share-box.style-4 a.post-share-whatsapp:hover {
	background-color: #00e676;
	border-color: #00e676
}
.portfolio-share-box.style-2 a.post-share-telegram:hover,
.portfolio-share-box.style-3 a.post-share-telegram,
.portfolio-share-box.style-3 a.post-share-telegram:hover,
.portfolio-share-box.style-4 a.post-share-telegram:hover {
	background-color: #289fd9;
	border-color: #289fd9
}
.portfolio-share-box.style-2 a.post-share-reddit:hover,
.portfolio-share-box.style-3 a.post-share-reddit,
.portfolio-share-box.style-3 a.post-share-reddit:hover,
.portfolio-share-box.style-4 a.post-share-reddit:hover {
	background-color: #f74300;
	border-color: #f74300
}
.portfolio-share-box.style-2 a.post-share-ok:hover,
.portfolio-share-box.style-3 a.post-share-ok,
.portfolio-share-box.style-3 a.post-share-ok:hover,
.portfolio-share-box.style-4 a.post-share-ok:hover {
	background-color: #f18f00;
	border-color: #f18f00
}
.portfolio-share-box.style-2 a.post-share-stumbleupon:hover,
.portfolio-share-box.style-3 a.post-share-stumbleupon,
.portfolio-share-box.style-3 a.post-share-stumbleupon:hover,
.portfolio-share-box.style-4 a.post-share-stumbleupon:hover {
	background-color: #eb4823;
	border-color: #eb4823
}
.portfolio-share-box.style-2 a.post-share-viber:hover,
.portfolio-share-box.style-3 a.post-share-viber,
.portfolio-share-box.style-3 a.post-share-viber:hover,
.portfolio-share-box.style-4 a.post-share-viber:hover {
	background-color: #7d51a0;
	border-color: #7d51a0
}
.portfolio-share-box.style-2 a.post-share-line:hover,
.portfolio-share-box.style-3 a.post-share-line,
.portfolio-share-box.style-3 a.post-share-line:hover,
.portfolio-share-box.style-4 a.post-share-line:hover {
	background-color: #01b901;
	border-color: #01b901
}
.portfolio-share-box.style-3 .list-posts-share a:hover {
	opacity: .85
}
.portfolio-share-box.style-4 .list-posts-share a {
	background-color: #eee;
	border-color: #eee
}
.portfolio-share-box.style-4 .list-posts-share a:hover {
	color: #fff
}
@media only screen and (min-width:768px) {
	.container.portfolio-single-width-no-sidebar-small-container {
		max-width: 770px;
		margin-left: auto;
		margin-right: auto
	}
}
.container.portfolio-single-width-fullwidth {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px
}
.portfolio-releated-area .item-related h3 a {
	letter-spacing: 0;
	text-transform: none;
	font-size: 16px
}
.portfolio-releated-area .item-related .portfolio-cat {
	display: block;
	margin-top: 6px
}
.portfolio-releated-area .item-related .portfolio-cat a {
	color: var(--pcmeta-cl)
}
.portfolio-releated-area .item-related .portfolio-cat a:hover {
	color: var(--pcaccent-cl)
}
.portfolio-releated-area .item-related .portfolio-cat a:not(:last-child):after {
	content: ",";
	display: inline-block
}
.portfolio-page-content .portfolio-detail {
	max-width: unset
}
div.bbp-breadcrumb {
	float: none;
	display: block;
	margin-bottom: 30px
}
.bbp-breadcrumb a,
.bbp-breadcrumb span {
	font-size: 13px;
	color: #888;
	font-family: var(--pchead-font);
	font-weight: 500
}
.bbp-breadcrumb .bbp-breadcrumb-sep {
	color: #888;
	font-size: 13px;
	margin: 0 15px
}
.widget_display_stats dl {
	overflow: hidden
}
.widget_display_stats dd,
.widget_display_stats dt {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 11px;
	padding-bottom: 12px;
	border-bottom: 1px solid #dedede;
	font-size: 14px
}
.widget_display_stats dd:last-of-type,
.widget_display_stats dt:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}
.widget_display_stats dt {
	float: left;
	width: 75%
}
.widget_display_stats dt:before {
	content: "\f105";
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 10px;
	font-size: 90%
}
.penci-fawesome-ver5 .widget_display_stats dt:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900
}
.widget_display_stats dd {
	float: right;
	font-style: italic;
	color: #888;
	font-family: var(--pcbody-font);
	font-weight: 400;
	text-align: right;
	width: 25%;
	position: relative
}
.widget_display_stats dd strong {
	font-weight: 400
}
div.ppt {
	font-weight: 400
}
.pp_gallery ul,
.pp_gallery ul a {
	height: 62px
}
.pp_gallery {
	margin-top: -65px
}
.pp_nav p {
	line-height: 1
}
.penci-google-adsense,
.penci-google-adsense-1,
.penci-google-adsense-2 {
	margin: 0 0 30px;
	text-align: center;
	overflow: hidden;
	display: block
}
@media only screen and (max-width:767px) {
	.penci-google-adsense,
	.penci-google-adsense-1,
	.penci-google-adsense-2 {
		overflow: visible
	}
}
.penci-google-adsense.penci-google-adsense-footer {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px
}
.penci-adsense-below-slider {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	margin-top: calc(30px - var(--pchd-mg));
	text-align: center
}
.widget_text .textwidget blockquote {
	margin-bottom: 10px;
	padding-left: 40px;
	position: relative
}
.widget_text .textwidget blockquote:before {
	color: #999;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 22px;
	content: "\f10d";
	font-family: FontAwesome;
	line-height: 1
}
.penci-fawesome-ver5 .widget_text .textwidget blockquote:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900
}
.penci-vernav-enable .penci-menu-hbg {
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .15)
}
.penci-vernav-toggle {
	position: fixed;
	width: 50px;
	height: 50px;
	display: none;
	line-height: 40px;
	background: 0 0;
	top: 0;
	left: 0;
	z-index: 99997;
	transition: all .5s;
	-webkit-transition: all .5s;
	overflow: hidden
}
.penci-vernav-toggle svg {
	position: absolute;
	top: 5px;
	left: 5px;
	fill: #fff
}
.penci-vernav-poright .penci-vernav-toggle svg {
	left: auto;
	right: 5px
}
.penci-vernav-poright .penci-vernav-toggle {
	right: 0;
	left: auto
}
.penci-vernav-poleft.penci-menuhbg-open .penci-vernav-toggle {
	left: 330px
}
.penci-vernav-poright.penci-menuhbg-open .penci-vernav-toggle {
	right: 330px
}
body.admin-bar .penci-vernav-toggle {
	top: 32px
}
@media screen and (max-width:782px) {
	body.admin-bar .penci-vernav-toggle {
		top: 46px
	}
}
.penci-vernav-toggle:before {
	width: 0;
	height: 0;
	border-top: 50px solid var(--pcaccent-cl);
	border-right: 50px solid transparent;
	content: "";
	display: block
}
.penci-vernav-poright .penci-vernav-toggle:before {
	border-left: 50px solid transparent
}
.penci-vernav-toggle i {
	position: absolute;
	z-index: 10;
	font-size: 14px;
	top: 7px;
	left: 9px;
	font-weight: 400;
	line-height: 1;
	color: #fff
}
body.penci-fawesome-ver5 .penci-vernav-toggle i {
	font-weight: 900
}
.penci-vernav-poright .penci-vernav-toggle i {
	left: auto;
	right: 9px
}
@media only screen and (min-width:961px) {
	.penci-vernav-enable.penci-vernav-poleft .pencipdc_podcast.pencipdc_dock_player,
	.penci-vernav-enable.penci-vernav-poleft .wrapper-boxed {
		padding-left: 330px
	}
	.penci-vernav-enable.penci-vernav-poright .pencipdc_podcast.pencipdc_dock_player,
	.penci-vernav-enable.penci-vernav-poright .wrapper-boxed {
		padding-right: 330px
	}
	.penci-vernav-enable .is-sticky #navigation {
		width: calc(100% - 330px)
	}
	.penci-vernav-enable .penci-menu-hbg {
		transform: none !important;
		-webkit-transform: none !important;
		-moz-transform: none !important
	}
}
@media only screen and (max-width:960px) {
	.penci-vernav-toggle {
		display: inline-block
	}
}
@media only screen and (max-width:479px) {
	.penci-menu-hbg {
		width: 330px !important
	}
	.penci-menuhbg-open .penci-menu-hbg.penci-menu-hbg-left,
	.penci-vernav-poleft.penci-menuhbg-open .penci-vernav-toggle {
		left: 330px !important
	}
	.penci-menuhbg-open .penci-menu-hbg.penci-menu-hbg-right,
	.penci-vernav-poright.penci-menuhbg-open .penci-vernav-toggle {
		right: 330px !important
	}
	.penci-menu-hbg.penci-menu-hbg-right {
		transform: translateX(330px) !important;
		-webkit-transform: translateX(330px) !important;
		-moz-transform: translateX(330px) !important
	}
	.penci-menu-hbg.penci-menu-hbg-left {
		transform: translateX(-330px) !important;
		-webkit-transform: translateX(-330px) !important;
		-moz-transform: translateX(-330px) !important
	}
}
.penci-hbg-search-box {
	margin-bottom: 30px
}
form.pc-searchform.penci-hbg-search-form .inner-hbg-search-form {
	position: relative
}
form.pc-searchform.penci-hbg-search-form input.search-input {
	width: 100%;
	background: 0 0;
	font-size: 13px;
	letter-spacing: 0;
	transition: all .3s;
	-webkit-transition: all .3s
}
form.pc-searchform.penci-hbg-search-form input.search-input:focus,
form.pc-searchform.penci-hbg-search-form input.search-input:hover {
	border-color: var(--pcaccent-cl)
}
form.pc-searchform.penci-hbg-search-form i {
	font-size: 14px;
	color: #c7c7c7
}
#sidebar-nav form.pc-searchform.penci-hbg-search-form input.search-input:focus,
#sidebar-nav form.pc-searchform.penci-hbg-search-form input.search-input:hover {
	border-color: #e9e9e9
}
@media only screen and (max-width:1350px) and (min-width:961px) {
	.penci-vernav-enable .container.penci_sidebar #main,
	.penci-vernav-enable .penci-sidebar-content,
	.penci-vernav-enable .penci-single-style-10 #sidebar.penci-sidebar-content,
	.penci-vernav-enable .penci-single-style-10 .penci-single-s10-content,
	.penci-vernav-enable .penci-single-style-13 #sidebar.penci-sidebar-content,
	.penci-vernav-enable .penci-single-style-13 .penci-single-s13-content {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important
	}
	.penci-vernav-enable .penci-single-style-10 .penci-sidebar-content,
	.penci-vernav-enable .penci-single-style-10 .penci-single-s10-content,
	.penci-vernav-enable .penci-single-style-13 .penci-sidebar-content,
	.penci-vernav-enable .penci-single-style-13 .penci-single-s13-content {
		width: 100%;
		position: static;
		margin-left: 0;
		top: auto;
		float: none;
		display: block
	}
	.penci-vernav-enable .penci-single-style-10 .penci-sidebar-content,
	.penci-vernav-enable .penci-single-style-13 .penci-sidebar-content {
		margin-bottom: 30px
	}
	.penci-vernav-enable .penci-sidebar-content,
	.penci-vernav-enable .penci-single-style-10 #sidebar.penci-sidebar-content,
	.penci-vernav-enable .penci-single-style-13 #sidebar.penci-sidebar-content {
		margin-bottom: 40px
	}
}
@media only screen and (max-width:1300px) and (min-width:961px) {
	.penci-vernav-enable .footer-widget-wrapper.footer-widget-style-1,
	.penci-vernav-enable .footer-widget-wrapper.footer-widget-style-2,
	.penci-vernav-enable .footer-widget-wrapper.footer-widget-style-3,
	.penci-vernav-enable .footer-widget-wrapper.footer-widget-style-5,
	.penci-vernav-enable .footer-widget-wrapper.footer-widget-style-6,
	.penci-vernav-enable .footer-widget-wrapper.footer-widget-style-7,
	.penci-vernav-enable .footer-widget-wrapper.footer-widget-style-8,
	.penci-vernav-enable .footer-widget-wrapper.footer-widget-style-9 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px
	}
	.penci-vernav-enable .footer-widget-wrapper.footer-widget-style-4 {
		width: 48.5%;
		margin-bottom: 30px
	}
	.penci-vernav-enable .footer-widget-wrapper.last {
		margin-bottom: 0
	}
	.penci-vernav-enable .footer-widget-wrapper.footer-widget-style-4:nth-child(2n+2) {
		margin-right: 0
	}
}
.penci-wpblock .penci-gutenberg-missing {
	display: none !important
}
.penci-wpblock ul.penci-grid {
	margin-left: 0;
	padding-left: 0
}
.post-entry ol li.wp-block-latest-comments__comment {
	margin-bottom: 15px
}
.post-entry .wp-block-quote::before,
.wp-block-quote::before {
	content: "â€"
}
.penci_is_nosidebar .alignfull,
.penci_is_nosidebar .wp-block-cover-image.alignfull,
.penci_is_nosidebar .wp-block-cover.alignfull,
.penci_is_nosidebar .wp-block-gallery.alignfull,
.penci_is_nosidebar .wp-block-image.alignfull {
	margin-left: calc(50% - 50vw);
	width: 100vw;
	max-width: 100vw
}
.penci_is_nosidebar .alignfull,
.penci_is_nosidebar .wp-block-cover-image.alignfull,
.penci_is_nosidebar .wp-block-cover.alignfull,
.penci_is_nosidebar .wp-block-gallery.alignfull,
.penci_is_nosidebar .wp-block-image.alignfull {
	margin-left: calc(50% - 50vw);
	width: 100vw;
	max-width: 100vw
}
.post-entry ul.blocks-gallery-grid {
	padding-left: 0
}
.is-type-wp-embed .wp-block-embed__wrapper iframe {
	position: static !important
}
.is-type-wp-embed .wp-block-embed__wrapper blockquote {
	display: none
}
@media only screen and (min-width:961px) {
	.penci-vernav-enable .penci_is_nosidebar .alignfull,
	.penci-vernav-enable .penci_is_nosidebar .wp-block-cover-image.alignfull,
	.penci-vernav-enable .penci_is_nosidebar .wp-block-cover.alignfull,
	.penci-vernav-enable .penci_is_nosidebar .wp-block-gallery.alignfull,
	.penci-vernav-enable .penci_is_nosidebar .wp-block-image.alignfull {
		margin-left: calc(50% - 50vw + 165px);
		width: calc(100vw - 330px)
	}
}
.penci_is_nosidebar .alignwide,
.penci_is_nosidebar .wp-block-cover-image.alignwide,
.penci_is_nosidebar .wp-block-cover.alignwide,
.penci_is_nosidebar .wp-block-gallery.alignwide,
.penci_is_nosidebar .wp-block-image.alignwide {
	margin-left: calc(25% - 25vw);
	width: calc(50vw + 50%);
	max-width: calc(50vw + 50%)
}
@media only screen and (max-width:767px) {
	.penci_is_nosidebar .alignwide,
	.penci_is_nosidebar .wp-block-cover-image.alignwide,
	.penci_is_nosidebar .wp-block-cover.alignwide,
	.penci_is_nosidebar .wp-block-gallery.alignwide,
	.penci_is_nosidebar .wp-block-image.alignwide {
		margin-left: calc(50% - 50vw);
		width: 100vw;
		max-width: 100vw
	}
}
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2 {
	font-size: 36px
}
@media only screen and (max-width:767px) {
	.wp-block-cover .wp-block-cover-image-text,
	.wp-block-cover .wp-block-cover-text,
	.wp-block-cover h2,
	.wp-block-cover-image .wp-block-cover-image-text,
	.wp-block-cover-image .wp-block-cover-text,
	.wp-block-cover-image h2 {
		font-size: 28px
	}
}
.post-entry .wp-block-cover .wp-block-cover-text a {
	color: #fff;
	text-decoration: none
}
blockquote.wp-block-quote:before {
	content: none;
	display: none
}
.post-entry blockquote.wp-block-quote p,
.wpb_text_column blockquote.wp-block-quote p {
	font-size: 16px;
	font-style: normal;
	color: #191e23
}
.post-entry blockquote.wp-block-quote cite,
.wpb_text_column blockquote.wp-block-quote cite {
	color: #6c7781;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	font-family: inherit
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	background: #f5f5f5;
	padding: 10px 20px 11px
}
.post-entry blockquote.wp-block-quote.is-large p,
.post-entry blockquote.wp-block-quote.is-style-large p,
.wpb_text_column blockquote.wp-block-quote.is-large p,
.wpb_text_column blockquote.wp-block-quote.is-style-large p {
	font-size: 24px;
	font-style: italic
}
.wpb_text_column ol,
.wpb_text_column ul {
	padding-left: 36px;
	margin-bottom: 20px
}
.wpb_text_column ol ol,
.wpb_text_column ol ul,
.wpb_text_column ul ol,
.wpb_text_column ul ul {
	margin: 2px 0;
	padding-left: 22px
}
.wpb_text_column ul li {
	margin-bottom: 6px;
	position: relative;
	list-style-type: square;
	line-height: 1.7
}
.wpb_text_column ol li {
	margin-bottom: 2px;
	list-style: decimal
}
.post-entry .wp-block-file {
	font-size: 16px
}
.container-single .post-entry .wp-block-file a,
.post-entry .wp-block-file a {
	color: inherit
}
.post-entry .wp-block-file a.wp-block-file__button {
	color: #fff;
	font-size: 14px
}
.penci_is_nosidebar .wp-block-video.alignfull video,
.penci_is_nosidebar .wp-block-video.alignwide video {
	width: 100%
}
.post-entry .wp-block-table.is-style-stripes {
	border-top: none;
	border-left: none;
	border-right: none
}
.post-entry .wp-block-verse pre,
.post-entry pre.wp-block-verse {
	border: none;
	background: #f5f5f5;
	padding: 10px 20px;
	font-size: 16px;
	font-family: inherit;
	white-space: nowrap;
	overflow: auto;
	line-height: 1.8
}
.post-entry .wp-block-pullquote {
	padding: 30px 0;
	margin-bottom: 20px
}
.post-entry .wp-block-pullquote blockquote,
.post-entry .wp-block-pullquote blockquote cite,
.post-entry .wp-block-pullquote blockquote p {
	text-align: inherit
}
.post-entry .wp-block-pullquote blockquote {
	padding-left: 0;
	margin-bottom: 0
}
.post-entry .wp-block-pullquote blockquote:before {
	content: none;
	display: none
}
.post-entry .wp-block-pullquote blockquote p {
	font-size: 28px;
	font-style: normal;
	color: #313131
}
.post-entry .wp-block-pullquote blockquote cite {
	font-weight: inherit;
	color: inherit;
	font-family: inherit;
	margin-top: 10px;
	font-size: 13px
}
.wp-block-pullquote.is-style-solid-color {
	background: #f5f5f5
}
@media (min-width:600px) {
	.wp-block-columns .wp-block-column:last-child {
		margin-right: 0
	}
	.penci_is_nosidebar .wp-block-column .alignfull,
	.penci_is_nosidebar .wp-block-column .alignwide,
	.penci_is_nosidebar .wp-block-column .wp-block-cover-image.alignfull,
	.penci_is_nosidebar .wp-block-column .wp-block-cover-image.alignwide,
	.penci_is_nosidebar .wp-block-column .wp-block-gallery.alignfull,
	.penci_is_nosidebar .wp-block-column .wp-block-gallery.alignwide,
	.penci_is_nosidebar .wp-block-column .wp-block-image.alignfull,
	.penci_is_nosidebar .wp-block-column .wp-block-image.alignwide {
		margin-left: 0;
		width: 100%;
		max-width: 100%
	}
}
.post-entry a.wp-block-button__link {
	text-decoration: none
}
.has-huge-font-size,
.has-larger-font-size {
	line-height: 1.4
}
.container-single .post-entry a.has-white-color,
.container-single .post-entry a.wp-block-button__link,
.post-entry a.has-white-color,
.post-entry a.wp-block-button__link {
	color: #fff
}
.container-single .post-entry a.has-black-color,
.post-entry a.has-black-color {
	color: #000
}
.container-single .post-entry a.has-vivid-purple-color,
.post-entry a.has-vivid-purple-color {
	color: #9b51e0
}
.post-entry .wp-block-social-links:not(.is-style-logos-only) .wp-social-link a {
	color: #fff
}
.wp-block-media-text .wp-block-media-text__content p:last-child {
	margin-bottom: 0
}
.post-entry hr.wp-block-separator,
.wp-block-separator {
	border-bottom: 2px solid #8f98a1
}
.post-entry hr.wp-block-separator.is-style-wide,
.wp-block-separator.is-style-wide {
	border-width: 1px
}
.wp-block-separator.is-style-dots {
	border: none !important
}
.wp-block-separator.is-style-dots:before {
	color: inherit;
	line-height: 1
}
.wp-block-latest-posts {
	padding: 16px 20px 16px 36px !important;
	border: 1px solid #dedede
}
.wp-block-latest-posts.is-grid {
	padding-bottom: 0 !important
}
.wp-block-categories .category-item-count {
	color: #313131
}
@media (min-width:600px) {
	.wp-block-latest-posts.is-grid li {
		padding-right: 8px
	}
}
@media only screen and (max-width:767px) {
	.wp-block-media-text {
		display: block
	}
	.wp-block-media-text .wp-block-media-text__content {
		display: block;
		padding: 0;
		text-align: center;
		margin-top: 20px
	}
	.wp-block-media-text .has-huge-font-size,
	.wp-block-media-text .has-large-font-size {
		font-size: 22px;
		line-height: 1.5
	}
}
.has-pale-pink-color.has-pale-pink-color {
	color: #f78da7 !important
}
.has-vivid-red-color.has-vivid-red-color {
	color: #cf2e2e !important
}
.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color {
	color: #ff6900 !important
}
.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color {
	color: #fcb900 !important
}
.has-light-green-cyan-color.has-light-green-cyan-color {
	color: #7bdcb5 !important
}
.has-vivid-green-cyan-color.has-vivid-green-cyan-color {
	color: #00d084 !important
}
.has-pale-cyan-blue-color.has-pale-cyan-blue-color {
	color: #8ed1fc !important
}
.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color {
	color: #0693e3 !important
}
.has-very-light-gray-color.has-very-light-gray-color {
	color: #eee !important
}
.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color {
	color: #abb8c3 !important
}
.has-very-dark-gray-color.has-very-dark-gray-color {
	color: #313131 !important
}
.wp-block-embed .wp-block-embed__wrapper iframe,
.wp-block-embed .wp-block-embed__wrapper twitter-widget {
	display: inline-block !important
}
.wp-block-embed.aligncenter,
.wp-block-embed.alignfull,
.wp-block-embed.alignwide {
	text-align: center
}
.wp-block-embed.alignleft {
	text-align: left
}
.wp-block-embed.alignright {
	text-align: right
}
.wp-block-embed-instagram figcaption {
	margin-top: -8px
}
.wp-block-embed-dailymotion .wp-block-embed__wrapper {
	position: relative;
	padding-bottom: 56.2393%
}
.wp-block-embed-youtube .wp-block-embed__wrapper {
	position: relative;
	padding-bottom: 56.25%
}
.wp-block-embed-youtube .wp-block-embed__wrapper .yt-video-place.embed-responsive {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-bottom: 0;
	width: 100%;
	padding-bottom: 0 !important
}
.yt-video-place {
	position: relative;
	text-align: center
}
.yt-video-place .play-yt-video {
	margin: auto
}
.yt-video-place.embed-responsive {
	padding-bottom: 10px !important;
	height: auto
}
.yt-video-place.embed-responsive:before {
	padding: 0 !important
}
.start-video {
	position: absolute;
	padding: 0;
	opacity: 1;
	cursor: pointer;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
#hpp_mPlayNxt {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999000000;
	text-align: center
}
#hpp_mPlayNxt .yt-video-place {
	top: 10%;
	display: inline-block;
	height: auto
}
#hpp_mPlayNxt .cover {
	position: absolute;
	background: #dadada;
	opacity: .5;
	width: 100%;
	height: 100%
}
.widget_media_video iframe {
	width: 100%;
	min-height: 400px
}
mediaelementwrapper>iframe {
	width: 100%;
	height: 100%
}
.mejs-overlay-play {
	width: 100% !important
}
.mejs-mediaelement {
	position: relative !important
}
.mejs-container.wp-video-shortcode {
	height: auto !important
}
.mejs-container video {
	height: auto
}
.yt-video-place.embed-responsive .play-yt-video {
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover
}
.yt-video-place.embed-responsive .start-video {
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	transform: none
}
.yt-video-place.embed-responsive .start-video svg {
	margin: 0;
	padding: 0;
	top: 50%;
	display: inline-block;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 68px;
	height: auto
}
.yt-video-place.embed-responsive .start-video:hover svg path {
	transition: .3s all ease-in-out
}
.yt-video-place.embed-responsive .start-video svg .red {
	fill: #212121;
	fill-opacity: .8
}
.yt-video-place.embed-responsive .start-video svg .white {
	fill: #fff
}
.yt-video-place.embed-responsive .start-video:hover svg .red {
	fill: red;
	fill-opacity: 1
}
.fluid-width-video-wrapper iframe {
	z-index: 10
}
.fluid-width-video-wrapper .yt-video-place.embed-responsive {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%
}
.fluid-width-video-wrapper .yt-video-place.embed-responsive>img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}
.wp-block-embed-youtube .wp-block-embed__wrapper .fluid-width-video-wrapper {
	padding-top: 0 !important;
	position: static !important
}
.wp-block-embed-dailymotion .wp-block-embed__wrapper iframe,
.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.wp-block-yoast-how-to-block .schema-how-to-description,
.wp-block-yoast-how-to-block .schema-how-to-total-time {
	font-size: 16px;
	margin-bottom: 7px
}
.wp-block-yoast-how-to-block ol.schema-how-to-steps {
	padding: 15px 20px 20px 32px;
	border: 1px solid #dedede
}
.wp-block-yoast-how-to-block ol.schema-how-to-steps li {
	padding: 0;
	border-bottom: 1px solid #dedede;
	margin-bottom: 17px
}
.wp-block-yoast-how-to-block ol.schema-how-to-steps li:last-child {
	margin-bottom: 0;
	border-bottom: none
}
.wp-block-yoast-how-to-block ol.schema-how-to-steps li:last-child p.schema-how-to-step-text {
	margin-bottom: 0
}
.wp-block-yoast-faq-block .schema-faq-section {
	border: 1px solid #dedede;
	padding: 15px 20px;
	margin-bottom: 15px
}
.wp-block-yoast-faq-block .schema-faq-answer {
	margin-bottom: 0
}
p.has-drop-cap:not(:focus):first-letter {
	float: left;
	font-size: 60px;
	line-height: .9;
	margin: 0 8px 0 0;
	text-transform: uppercase;
	font-style: normal
}
.has-small-font-size,
.post-entry p.has-small-font-size>* {
	font-size: 12px
}
.has-medium-font-size,
.post-entry p.has-medium-font-size>* {
	font-size: 20px
}
.has-large-font-size,
.post-entry p.has-large-font-size>* {
	font-size: 32px
}
.has-huge-font-size,
.post-entry p.has-huge-font-size>* {
	font-size: 42px
}
.wp-block-embed-soundcloud .wp-block-embed__wrapper {
	width: 100%;
	position: relative;
	padding: 0;
	padding-top: 23.0555%
}
.wp-block-embed-soundcloud .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.wp-block-search {
	margin-bottom: 20px
}
.wp-block-search .wp-block-search__label {
	margin-bottom: 5px
}
.wp-block-search .wp-block-search__input {
	border: 1px solid #dedede;
	padding: 10px 20px
}
.wp-block-search .wp-block-search__button {
	border: none;
	outline: 0;
	padding: 0 12px;
	cursor: pointer;
	background: #e2e2e2
}
.post-entry .grid-header-box,
.post-entry .grid-header-box .grid-title,
.post-entry .grid-post-box-meta,
.post-entry .header-list-style,
.post-entry .header-list-style .grid-title,
.post-entry .header-standard,
.post-entry .inner-boxed-2,
.post-entry .inner-boxed-2 .grid-title,
.post-entry .item-related,
.post-entry .main-typography,
.post-entry .main-typography .grid-title,
.post-entry .penci-overlay-over .overlay-header-box {
	line-height: 1
}
.post-entry .grid-header-box .grid-title,
.post-entry .header-list-style .grid-title,
.post-entry .header-standard .post-title,
.post-entry .header-standard h2,
.post-entry .pc_titlebig_standard,
.post-entry .home-featured-cat .magcat-titlte,
.post-entry .home-pupular-posts-title,
.post-entry .inner-boxed-2 .grid-title,
.post-entry .item-related h3,
.post-entry .main-typography .grid-title,
.post-entry .overlay-title,
.post-entry .penci-border-arrow .inner-arrow,
.post-entry ul.penci-grid {
	margin-bottom: 0
}
.post-entry .cat>a.penci-cat-name,
.post-entry .grid-mixed .mixed-detail a,
.post-entry .grid-post-box-meta a,
.post-entry .header-standard .author-post span a,
.post-entry .header-standard h2 a,
.post-entry .pc_titlebig_standard a,
.post-entry .item-related a,
.post-entry .overlay-author a,
.post-entry .overlay-header-box .overlay-title a,
.post-entry .penci-featured-cat-seemore a,
.post-entry .penci-grid li .item h2 a,
.post-entry .penci-magazine-title a,
.post-entry .penci-masonry .item-masonry h2 a,
.post-entry .penci-post-box-meta .penci-box-meta a,
.post-entry .penci-readmore-btn a {
	text-decoration: none
}
.post-entry .penci-grid>li {
	margin-bottom: 40px
}
.post-entry .item-content p,
.post-entry .mag-excerpt p {
	margin-bottom: 0
}
.elementor-column-gap-wider>.elementor-column>.theiaStickySidebar>.elementor-element-populated {
	padding: 30px
}
.elementor-column-gap-wide>.elementor-column>.theiaStickySidebar>.elementor-element-populated {
	padding: 20px
}
.elementor-column-gap-extended>.elementor-column>.theiaStickySidebar>.elementor-element-populated {
	padding: 15px
}
.elementor-column-gap-default>.elementor-column>.theiaStickySidebar>.elementor-element-populated {
	padding: 10px
}
.elementor-column-gap-narrow>.elementor-column>.theiaStickySidebar>.elementor-element-populated {
	padding: 5px
}
.post-pagination.pcpagp-style-2 .prev-post-title,
.post-pagination.pcpagp-style-3 .prev-post-title,
.post-pagination.pcpagp-style-4 .prev-post-title,
.post-pagination.pcpagp-style-5 .prev-post-title {
	text-transform: uppercase;
	font-size: 12px;
	font-family: var(--pchead-font);
	letter-spacing: .05em;
	position: relative
}
.post-pagination.pcpagp-style-2 .penci-post-nav-thumb {
	flex: 0 0 170px;
	height: 170px
}
.post-pagination.pcpagp-style-2 .next-post,
.post-pagination.pcpagp-style-2 .prev-post {
	display: flex;
	flex-direction: row;
	align-items: center
}
.post-pagination.pcpagp-style-2 .next-post {
	flex-direction: row-reverse
}
.post-pagination.pcpagp-style-3 {
	display: flex;
	justify-content: space-between
}
.post-pagination.pcpagp-style-3 .penci-post-nav-thumb.nav-thumb-next {
	margin: 0
}
.post-pagination.pcpagp-style-3 .next-post,
.post-pagination.pcpagp-style-3 .prev-post {
	position: relative
}
.post-pagination.pcpagp-style-3 .penci-post-nav-thumb {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%
}
.post-pagination.pcpagp-style-3 .next-post-inner,
.post-pagination.pcpagp-style-3 .prev-post-inner {
	position: relative;
	padding: 40px 20px;
	height: 100%;
	display: flex;
	align-items: center
}
.post-pagination.pcpagp-style-3 .next-post-inner:before,
.post-pagination.pcpagp-style-3 .prev-post-inner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5)
}
.post-pagination.pcpagp-style-3 h5,
.post-pagination.pcpagp-style-3 span {
	color: #fff;
	padding: 0
}
.post-pagination.pcpagp-style-4 .penci-post-nav-thumb,
.post-pagination.pcpagp-style-5 .penci-post-nav-thumb {
	width: 100%;
	height: 170px;
	float: none;
	margin-bottom: 15px
}
.post-pagination.pcpagp-style-5 .penci-post-nav-thumb.nav-thumb-next {
	margin-left: 0;
	margin-right: 0
}
.post-pagination.pcpagp-style-4 {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: space-between;
}
.post-pagination.pcpagp-style-4 .penci-post-nav-thumb.nav-thumb-next {
	margin-left: 0;
}
.post-pagination.pcpagp-style-4 .prev-post,
.post-pagination.pcpagp-style-4 .next-post {
	width: auto;
	flex: 0 0 calc(50% - 15px);
}
.post-pagination.pcpagp-style-3 .next-post,
.post-pagination.pcpagp-style-3 .prev-post,
.post-pagination.pcpagp-style-5 .next-post,
.post-pagination.pcpagp-style-5 .prev-post {
	width: calc(50% - 10px)
}
.post-pagination.pcpagp-style-5 .next-post-inner,
.post-pagination.pcpagp-style-5 .prev-post-inner {
	padding: 20px 20px 20px 0;
	background: #fff;
	margin: -60px 60px 0 0;
	position: relative
}
.post-pagination.pcpagp-style-5 .next-post-inner {
	margin: -60px 0 0 60px;
	padding: 20px 0 20px 20px
}
.post-entry.blockquote-style-3 blockquote:not(.wp-block-quote) {
	padding: 15px 50px 15px 0;
	border-top: 5px solid var(--pcaccent-cl);
	border-bottom: 1px solid var(--pcaccent-cl)
}
.post-entry.blockquote-style-3 blockquote:not(.wp-block-quote) p {
	font-size: 24px;
	color: var(--pcaccent-cl);
	font-style: normal;
	line-height: 1.6;
	font-weight: var(--pchead-wei);
	font-family: var(--pchead-font)
}
.post-entry.blockquote-style-3 blockquote:not(.wp-block-quote):before {
	transform: rotate(180deg);
	font-size: 50px;
	bottom: 10px;
	right: 0;
	top: auto;
	left: auto;
	opacity: .1
}
.post-entry.blockquote-style-4 blockquote:not(.wp-block-quote),
.post-entry.blockquote-style-5 blockquote:not(.wp-block-quote),
.post-entry.blockquote-style-6 blockquote:not(.wp-block-quote) {
	padding: 15px 10%;
	margin: 1.2em auto
}
.post-entry.blockquote-style-4 blockquote:not(.wp-block-quote) p {
	font-size: 22px;
	color: var(--pcmeta-cl);
	font-style: italic;
	line-height: 1.6;
	text-align: center
}
.post-entry.blockquote-style-4 blockquote:not(.wp-block-quote):after,
.post-entry.blockquote-style-4 blockquote:not(.wp-block-quote):before,
.post-entry.blockquote-style-5 blockquote:not(.wp-block-quote):after {
	content: "";
	width: 100px;
	height: 2px;
	background: var(--pcmeta-cl);
	left: 50%;
	right: 50%;
	transform: translateX(-50%);
	position: absolute;
	opacity: .5;
	top: 0
}
.post-entry.blockquote-style-4 blockquote:not(.wp-block-quote):after {
	bottom: 0;
	top: auto
}
.post-entry.blockquote-style-5 blockquote:not(.wp-block-quote),
.post-entry.blockquote-style-6 blockquote:not(.wp-block-quote),
.post-entry.blockquote-style-7 blockquote:not(.wp-block-quote),
.post-entry.blockquote-style-8 blockquote:not(.wp-block-quote) {
	padding-top: 40px
}
.post-entry.blockquote-style-5 blockquote:not(.wp-block-quote) p,
.post-entry.blockquote-style-6 blockquote:not(.wp-block-quote) p,
.post-entry.blockquote-style-7 blockquote:not(.wp-block-quote) p,
.post-entry.blockquote-style-8 blockquote:not(.wp-block-quote) p {
	font-size: 22px;
	color: var(--pcheading-cl);
	font-style: italic;
	line-height: 1.6;
	text-align: center
}
.post-entry.blockquote-style-5 blockquote:not(.wp-block-quote):before,
.post-entry.blockquote-style-6 blockquote:not(.wp-block-quote):before,
.post-entry.blockquote-style-7 blockquote:not(.wp-block-quote):before,
.post-entry.blockquote-style-8 blockquote:not(.wp-block-quote):before {
	left: 50%;
	right: 50%;
	transform: translateX(-50%) rotate(180deg);
	top: 0;
	color: var(--pcmeta-cl);
	display: inline-block;
	width: 40px;
	text-align: center;
	font-size: 32px;
	opacity: .7
}
.post-entry.blockquote-style-5 blockquote:not(.wp-block-quote):after,
.post-entry.blockquote-style-6 blockquote:not(.wp-block-quote):after {
	bottom: 0;
	top: auto
}
.post-entry.blockquote-style-4 blockquote:not(.wp-block-quote) .author,
.post-entry.blockquote-style-5 blockquote:not(.wp-block-quote) .author,
.post-entry.blockquote-style-6 blockquote:not(.wp-block-quote) .author,
.post-entry.blockquote-style-7 blockquote:not(.wp-block-quote) .author,
.post-entry.blockquote-style-8 blockquote:not(.wp-block-quote) .author {
	text-align: center
}
.post-entry.blockquote-style-4 blockquote:not(.wp-block-quote) .author span:after,
.post-entry.blockquote-style-5 blockquote:not(.wp-block-quote) .author span:after,
.post-entry.blockquote-style-6 blockquote:not(.wp-block-quote) .author span:after,
.post-entry.blockquote-style-7 blockquote:not(.wp-block-quote) .author span:after,
.post-entry.blockquote-style-8 blockquote:not(.wp-block-quote) .author span:after {
	display: none
}
.post-entry.blockquote-style-6 blockquote:not(.wp-block-quote) {
	background: var(--pcaccent-cl);
	border-radius: 5px;
	overflow: visible !important;
	margin-top: 30px;
	padding: 30px 30px 30px 90px
}
.post-entry.blockquote-style-6 blockquote:not(.wp-block-quote) .author,
.post-entry.blockquote-style-6 blockquote:not(.wp-block-quote) p {
	text-align: left;
	color: #fff
}
.post-entry.blockquote-style-6 blockquote:not(.wp-block-quote):before {
	opacity: 1;
	top: 30px;
	left: 40px;
	color: #fff;
	transform: scaleY(-1)
}
.post-entry.blockquote-style-7 blockquote:not(.wp-block-quote) {
	background: #22c1c3;
	background: linear-gradient(0deg, rgba(34, 193, 195, 1) 0, rgba(146, 190, 119, 1) 50%, var(--pcaccent-cl) 100%);
	border-radius: 5px;
	overflow: visible !important;
	padding: 40px;
	margin-top: 43px
}
.post-entry.blockquote-style-7 blockquote:not(.wp-block-quote) p {
	color: #fff
}
.post-entry.blockquote-style-7 blockquote:not(.wp-block-quote):before {
	background: #22c1c3;
	background: linear-gradient(0deg, rgba(34, 193, 195, 1) 0, rgba(146, 190, 119, 1) 50%, var(--pcaccent-cl) 100%);
	border: 5px solid #fff;
	top: -25px;
	border-radius: 50%;
	line-height: 50px;
	width: 50px;
	color: #fff;
	opacity: 1
}
.post-entry.blockquote-style-8 blockquote:not(.wp-block-quote) {
	border: 3px solid var(--pcaccent-cl);
	border-radius: 5px;
	overflow: visible !important;
	margin-top: 43px;
	padding: 40px
}
.post-entry.blockquote-style-8 blockquote:not(.wp-block-quote) p {
	color: var(--pcaccent-cl)
}
.post-entry.blockquote-style-8 blockquote:not(.wp-block-quote):before {
	background: #22c1c3;
	background: linear-gradient(0deg, rgba(34, 193, 195, 1) 0, var(--pcaccent-cl) 100%);
	top: -30px;
	border-radius: 50%;
	line-height: 50px;
	border: 5px solid #fff;
	width: 50px;
	color: #fff;
	opacity: 1
}
.penci-preview-thumb {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5
}
.penci-preview-thumb.active {
	background: #000;
}
.penci-preview-thumb .penci-preview-iframe {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%
}
.penci-preview-thumb iframe,
.penci-preview-thumb video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none
}
.penci-preview-thumb iframe:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3
}
.post-related .penci-preview-thumb {
	margin-left: 10px;
	margin-right: 10px;
	max-height: 160px
}
.penci-preview-iframe,
.penci-preview-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none
}
.penci-preview-iframe iframe {
	max-width: unset !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.e-con>.e-con-inner>.theiaStickySidebar>.elementor-widget>.elementor-widget-container,
.e-con>.theiaStickySidebar>.elementor-widget>.elementor-widget-container {
	height: 100%
}
.e-con.e-con>.theiaStickySidebar>.e-con-inner>.elementor-widget,
.elementor.elementor .e-con>.theiaStickySidebar>.elementor-widget {
	max-width: 100%
}
.elementor-element:where(.e-con-full) .theiaStickySidebar {
	display: var(--display);
	flex-direction: var(--flex-direction);
	flex-wrap: var(--flex-wrap);
	justify-content: var(--justify-content);
	align-items: var(--align-items);
	align-content: var(--align-content);
	gap: var(--gap)
}
.elementor-widget-penci-sidebar .theiaStickySidebar {
	display: block !important
}
.pc-comment-s1-button a {
	padding: 0 25px;
	line-height: 46px;
	background: var(--pcaccent-cl);
	color: #fff;
	display: inline-block;
	font-weight: var(--pchead-wei);
	font-family: var(--pchead-font);
	margin-bottom: 30px;
	font-size: 16px
}
.pc-comment-s1-button i {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
	line-height: inherit
}
.pc-comment-s1 {
	display: none
}
.comments .pc-comment-s1 {
	display: block
}
.pc-comment-s1.active {
	display: block
}
.comments.pc-cms-style-2 .thecomment .comment-text {
	padding: 30px;
	background: #f1f1f1
}
.comments.pc-cms-style-2 .thecomment .comment-text span.reply {
	top: 30px;
	right: 30px
}
.comments.pc-cms-style-2 .thecomment {
	padding-bottom: 0
}
.comments.pc-cms-style-2 .comment {
	border-top: 0;
	padding-bottom: 0
}
.comments.pc-cms-style-2 .thecomment .comment-text:before {
	content: "";
	position: absolute;
	left: -10px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #f1f1f1;
	transform: translatey(-50%) rotate(-90deg)
}
a.penci_cmrm {
	display: inline-block;
	margin-top: 15px;
	font-size: 14px;
	font-weight: var(--pchead-wei)
}
.thecomment .comment-text.showfull .comment-content {
	-webkit-line-clamp: initial
}
.comments.pc-cms-style-2 h3.comment-reply-title {
	border-top: 0
}
.comments.pc-cms-style-2 #respond {
	margin-left: 80px
}
.pc-cms-style-3 .thecomment .author-img {
	width: 30px;
	margin-right: 20px;
	border-radius: 5px
}
.pc-cms-style-3 .thecomment .comment-text {
	margin-left: 50px;
	border: 1px solid var(--pcborder-cl);
	padding: 15px;
	border-radius: 5px
}
.pc-cms-style-3 .thecomment .comment-text:after,
.pc-cms-style-3 .thecomment .comment-text:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent var(--pcborder-cl) transparent transparent;
	transform: rotate(0);
	content: '';
	position: absolute;
	top: 10px;
	left: -10px
}
.pc-cms-style-3 .thecomment {
	padding-bottom: 0
}
.pc-cms-style-3 .thecomment .comment-text:after {
	border-width: 8px 8px 8px 0;
	border-color: transparent var(--pcbg-cl) transparent transparent;
	left: -8px;
	top: 12px
}
.pc-cms-style-3.comments .comment {
	border-top: 0
}
.pc-cms-style-3 .thecomment .comment-text span.reply {
	top: 15px;
	right: 15px
}
@media only screen and (min-width:961px) and (max-width:1400px) {
	.container.two-sidebar.two-sidebar {
		width: 100%;
		max-width: 100%;
		padding-left: 10px;
		padding-right: 10px
	}
}
@media only screen and (min-width:1170px) {
	.footer-widget-wrapper .fb_iframe_widget,
	.footer-widget-wrapper .fb_iframe_widget span,
	.footer-widget-wrapper .fb_iframe_widget span iframe[style] {
		width: 340px !important
	}
	.footer-widget-wrapper .widget.penci_facebook_widget {
		text-align: center
	}
}
@media only screen and (max-width:1200px) {
	.featured-style-38 .penci-owl-carousel .swiper-slide {
		width: 400px
	}
}
@media only screen and (max-width:1169px) {
	.penci-video-overlay-background {
		display: block
	}
	.inner-portfolio-posts .portfolio-item,
	.penci-post-gallery-container.masonry .item-gallery-masonry {
		width: 50%
	}
	.penci-header-signup-form .mc4wp-form-fields>p,
	.penci-header-signup-form form>p {
		display: block;
		max-width: 100% !important;
		text-align: center;
		padding: 0
	}
	.penci-header-signup-form .mc4wp-form input[type=email],
	.penci-header-signup-form .mc4wp-form input[type=submit],
	.penci-header-signup-form .mc4wp-form input[type=text] {
		margin: 20px auto 0;
		max-width: 400px
	}
	.post-entry ul.homepage-featured-boxes,
	ul.homepage-featured-boxes {
		margin-left: -8px;
		margin-right: -8px
	}
	.post-entry ul.homepage-featured-boxes li,
	ul.homepage-featured-boxes li {
		padding: 0 8px
	}
	.penci-post-gallery-container.masonry.column-4 .item-gallery-masonry {
		width: 50%
	}
	.pencislider-container {
		padding: 0 25px
	}
	.featured-style-3 .penci-owl-carousel .penci-image-holder:before {
		height: 0;
		padding-top: 50%
	}
	.featured-style-20 .penci-mag-featured-content .feat-meta,
	.featured-style-21 .penci-mag-featured-content .feat-meta,
	.featured-style-22 .penci-mag-featured-content .feat-meta,
	.featured-style-23 .penci-mag-featured-content .feat-meta,
	.featured-style-24 .penci-mag-featured-content .feat-meta,
	.featured-style-25 .penci-mag-featured-content .feat-meta,
	.featured-style-26 .penci-mag-featured-content .feat-meta {
		display: none
	}
	.penci-item-mag {
		overflow: hidden
	}
	.featured-style-24 .penci-image-holder:before {
		height: 160px
	}
	.featured-style-24 .penci-item-2 .penci-image-holder:before {
		height: 200px
	}
	.featured-style-24 .penci-item-1 .penci-image-holder:before {
		height: 364px
	}
	.featured-style-24 .penci-item-1 .penci-mag-featured-content h3 a {
		font-size: 20px
	}
	.featured-style-24 .penci-item-2 .penci-mag-featured-content h3 a {
		font-size: 16px
	}
	.featured-style-24 .penci-item-0 .penci-mag-featured-content h3 a,
	.featured-style-24 .penci-item-3 .penci-mag-featured-content h3 a {
		text-transform: none;
		letter-spacing: 0
	}
	.featured-style-25 .penci-image-holder:before {
		height: 150px
	}
	.featured-style-26 .penci-image-holder:before {
		height: 160px
	}
	.featured-style-25 .penci-item-1 .penci-image-holder:before {
		height: 458px
	}
	.featured-style-26 .penci-item-1 .penci-image-holder:before {
		height: 324px
	}
	.featured-style-29.style-30 .penci-image-holder:before {
		height: 450px
	}
	.footer-widget-wrapper.footer-widget-style-4 {
		width: 48%;
		margin-right: 4%
	}
	.footer-widget-wrapper.footer-widget-style-4:nth-child(2) {
		margin-right: 0
	}
	.footer-widget-wrapper.footer-widget-style-4:nth-child(3) {
		clear: both
	}
	.footer-widget-wrapper.footer-widget-style-4:nth-child(1),
	.footer-widget-wrapper.footer-widget-style-4:nth-child(2) {
		margin-bottom: 30px
	}
	.footer-widget-wrapper.footer-widget-style-5,
	.footer-widget-wrapper.footer-widget-style-6,
	.footer-widget-wrapper.footer-widget-style-7 {
		width: 25.25%
	}
	.footer-widget-wrapper.footer-widget-style-5:first-child,
	.footer-widget-wrapper.footer-widget-style-6:nth-child(2),.footer-widget-wrapper.footer-widget-style-7:last-child {
		width: 42.5%
	}
	.footer-widget-wrapper.footer-widget-style-8,
	.footer-widget-wrapper.footer-widget-style-9 {
		width: 26%
	}
	.footer-widget-wrapper.footer-widget-style-8:last-child,
	.footer-widget-wrapper.footer-widget-style-9:first-child {
		width: 70.5%
	}
	.penci-related-grid-display .item-related {
		width: 50%
	}
	.penci-related-grid-display .item-related:nth-child(3n+1) {
		clear: none
	}
	.penci-related-grid-display .item-related:nth-child(2n+1) {
		clear: both
	}
	.featured-style-35 .penci-featured-content-right,
	.featured-style-35.style-36 .penci-featured-content-right {
		width: 350px
	}
	.featured-style-35 .penci-image-holder:before,
	.featured-style-35.style-36 .penci-image-holder:before {
		height: 450px
	}
	.featured-style-35 .featured-content-excerpt p {
		display: none
	}
	.featured-style-35 .feat-text-right .penci-featured-slider-button {
		animation-delay: 1.2s;
		-webkit-animation-delay: 1.2s
	}
	.featured-style-35 .feat-text-right h3 a {
		font-size: 24px
	}
	.penci-headline {
		text-align: center;
		padding: 15px 0 8px
	}
	.penci-headline .pctopbar-item {
		float: none;
		margin-left: 0;
		margin-right: 0;
		display: block;
		margin-bottom: 10px;
		line-height: normal
	}
	.penci-headline .pctopbar-item.penci-topbar-social,
	.penci-headline .pctopbar-item.penci-topbar-social-mobile {
		margin-bottom: 6px
	}
	.penci-topbar-social a,
	.penci-topbar-social-mobile a {
		line-height: normal;
		float: none;
		margin-bottom: 5px
	}
	div.penci-topbar-menu-mobile>ul>li>a,
	div.penci-topbar-menu>ul>li>a,
	ul.penci-topbar-menu-mobile>li>a,
	ul.penci-topbar-menu>li>a {
		line-height: 1.6
	}
	.penci-headline .pctopbar-item.penci-topbar-trending {
		margin-left: auto;
		margin-right: auto
	}
	.pctopbar-login-btn li.pclogin-item img {
		top: auto;
		display: inline-block
	}
}
@media only screen and (min-width:961px) and (max-width:1169px) {
	body {
		--pcctain: 940px;
	}
	#navigation ul.menu>li.megamenu>ul.sub-menu,
	.container,
	.featured-area.magazine-slider,
	.featured-area.style-1,
	.featured-area.style-4 {
		width: var(--pcctain);
		max-width: calc(100% - 60px);
	}
	.wrapper-boxed.enable-boxed,
	.wrapper-boxed.enable-boxed .is-sticky #navigation {
		max-width: 1000px
	}
	.container.has-banner #logo {
		width: 320px;
		padding-right: 30px
	}
	.container.has-banner .header-banner {
		width: 620px
	}
	#navigation.header-4 .pcheader-icon,
	#navigation.header-5 .pcheader-icon,
	#navigation.header-6 .pcheader-icon {
		margin-left: 26px
	}
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts .penci-mega-post {
		width: 25%
	}
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-4 .penci-mega-post {
		width: 33.3333%
	}
	#navigation .penci-megamenu .penci-content-megamenu:not(.pcmis-5) .penci-mega-latest-posts.col-mn-4.mega-row-1 .penci-mega-post:nth-child(4),
	#navigation .penci-megamenu .penci-content-megamenu:not(.pcmis-5) .penci-mega-latest-posts.col-mn-4.mega-row-2 .penci-mega-post:nth-child(7),
	#navigation .penci-megamenu .penci-content-megamenu:not(.pcmis-5) .penci-mega-latest-posts.col-mn-4.mega-row-2 .penci-mega-post:nth-child(8),
	#navigation .penci-megamenu .penci-content-megamenu:not(.pcmis-5) .penci-mega-latest-posts.col-mn-4.mega-row-3 .penci-mega-post:nth-child(10),
	#navigation .penci-megamenu .penci-content-megamenu:not(.pcmis-5) .penci-mega-latest-posts.col-mn-4.mega-row-3 .penci-mega-post:nth-child(11),
	#navigation .penci-megamenu .penci-content-megamenu:not(.pcmis-5) .penci-mega-latest-posts.col-mn-4.mega-row-3 .penci-mega-post:nth-child(12),
	#navigation .penci-megamenu .penci-content-megamenu:not(.pcmis-5) .penci-mega-latest-posts.col-mn-5.mega-row-1 .penci-mega-post:nth-child(5),
	#navigation .penci-megamenu .penci-content-megamenu:not(.pcmis-5) .penci-mega-latest-posts.col-mn-5.mega-row-2 .penci-mega-post:nth-child(10),
	#navigation .penci-megamenu .penci-content-megamenu:not(.pcmis-5) .penci-mega-latest-posts.col-mn-5.mega-row-2 .penci-mega-post:nth-child(9),
	#navigation .penci-megamenu .penci-content-megamenu:not(.pcmis-5) .penci-mega-latest-posts.col-mn-5.mega-row-3 .penci-mega-post:nth-child(13),
	#navigation .penci-megamenu .penci-content-megamenu:not(.pcmis-5) .penci-mega-latest-posts.col-mn-5.mega-row-3 .penci-mega-post:nth-child(14),
	#navigation .penci-megamenu .penci-content-megamenu:not(.pcmis-5) .penci-mega-latest-posts.col-mn-5.mega-row-3 .penci-mega-post:nth-child(15) {
		display: none
	}
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-4 .penci-mega-post:nth-child(4n+1),
	#navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-5 .penci-mega-post:nth-child(5n+1) {
		clear: none
	}
	#navigation .penci-megamenu .penci-content-megamenu:not(.pcmis-5) .penci-mega-latest-posts.col-mn-4.mega-row-2 .penci-mega-post:nth-child(3n+1),
	#navigation .penci-megamenu .penci-content-megamenu:not(.pcmis-5) .penci-mega-latest-posts.col-mn-4.mega-row-3 .penci-mega-post:nth-child(3n+1),
	#navigation .penci-megamenu .penci-content-megamenu:not(.pcmis-5) .penci-mega-latest-posts.col-mn-5 .penci-mega-post:nth-child(4n+1) {
		clear: both
	}
	#navigation .menu>ul>li,
	#navigation ul.menu>li {
		margin-right: 16px
	}
	#navigation .menu ul li.megamenu ul ul>li>a,
	#navigation ul.menu li.megamenu ul ul>li>a {
		margin: 0 10px
	}
	.featured-carousel .featured-content,
	.featured-carousel.style-2 .featured-content {
		top: 38.7%
	}
	.featured-carousel.style-7 .featured-content .feat-text h3,
	.featured-carousel.style-7 .featured-content .feat-text h3 a,
	.wrapper-boxed.enable-boxed .featured-carousel.style-7 .featured-content .feat-text h3 {
		padding: 0
	}
	.featured-carousel.style-7 .featured-content .feat-text h3 a:after,
	.featured-carousel.style-7 .featured-content .feat-text h3 a:before {
		content: none;
		display: none
	}
	.penci-image-holder.slider-style-1-fix {
		height: 480px
	}
	.penci-image-holder.slider-style-3-fix {
		height: 460px
	}
	.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-1 .mag-content,
	.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-3 .mag-content {
		height: 300px
	}
	.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-2 .mag-content {
		height: 600px
	}
	.penci-magazine-slider ul.mag-wrap li {
		width: 303px;
		height: 212px
	}
	.penci-magazine-slider ul.mag-wrap li.mag-item-1 {
		width: 636px;
		height: 424px
	}
	ul.homepage-featured-boxes .penci-fea-in.boxes-style-2 .fea-box-img:before {
		left: 10px;
		top: 10px;
		right: 10px;
		bottom: 10px
	}
	.featured-style-6 .wrapper-item .penci-item-mag {
		width: 32.83%
	}
	.featured-style-6 .wrapper-item .penci-item-1 {
		width: 67.17%;
		border-right: 5px solid transparent
	}
	.featured-style-6 .wrapper-item .penci-item-2 {
		border-bottom: 2px solid transparent
	}
	.featured-style-6 .wrapper-item .penci-item-0 {
		border-top: 3px solid transparent
	}
	.featured-style-13 .penci-image-holder:before,
	.featured-style-15 .penci-image-holder:before {
		height: 350px
	}
	.featured-style-14 .penci-image-holder:before,
	.featured-style-16 .penci-image-holder:before {
		height: 300px
	}
	.featured-style-16 .penci-mag-featured-content h3 a {
		font-size: 15px
	}
	.featured-style-17 .penci-image-holder:before,
	.featured-style-18 .penci-image-holder:before {
		height: 160px
	}
	.featured-style-17 .penci-slide17-item-2 .penci-image-holder:before,
	.featured-style-18 .penci-slide17-item-2 .penci-image-holder:before {
		height: 324px
	}
	.featured-style-17 .penci-mag-featured-content .feat-meta,
	.featured-style-18 .penci-mag-featured-content .feat-meta {
		display: none
	}
	.penci-mag-featured-content h3 a {
		font-size: 14px
	}
	.featured-style-17 .penci-item-3 .penci-mag-featured-content h3 a,
	.featured-style-18 .penci-item-3 .penci-mag-featured-content h3 a {
		font-size: 20px
	}
	.featured-style-17 .penci-slide-overlay .penci-mag-featured-content,
	.featured-style-18 .penci-slide-overlay .penci-mag-featured-content {
		left: 0;
		width: 100%;
		padding: 0 5px;
		text-align: center
	}
	.penci-grid li.list-boxed-post-2 {
		width: 50%
	}
	.penci_sidebar .penci-grid li.list-boxed-post-2 {
		width: 100%
	}
	.penci-grid li.list-boxed-post-2:nth-of-type(2n+1) {
		clear: both
	}
	.penci-grid li.list-boxed-post-2 .inner-parent-boxed-2 {
		height: 312px
	}
	.penci-grid li.list-boxed-post-2:nth-of-type(2n+1) .content-boxed-2.show-top {
		display: none
	}
	.penci-grid li.list-boxed-post-2:nth-of-type(2n+1) .content-boxed-2.show-bottom {
		display: block
	}
	.penci-grid li.list-boxed-post-2:nth-of-type(2n+2) .content-boxed-2.show-top {
		display: block
	}
	.penci-grid li.list-boxed-post-2:nth-of-type(2n+2) .content-boxed-2.show-bottom {
		display: none
	}
	.penci_sidebar .penci-grid li.list-boxed-post-2 .content-boxed-2.show-top {
		display: none !important
	}
	.penci_sidebar .penci-grid li.list-boxed-post-2 .content-boxed-2.show-bottom {
		display: block !important
	}
	.penci_sidebar .penci-grid li.list-boxed-post-2 .inner-parent-boxed-2 {
		min-height: 312px;
		height: auto
	}
	.penci-grid li.list-boxed-post-2 .item>.thumbnail:before {
		display: none;
		content: none
	}
	.penci-photo-2-effect figcaption h2 {
		padding: 0 20px 20px;
		font-size: 18px
	}
	.penci-photo-2-effect figcaption p {
		margin-top: 20px;
		padding: 0 20px;
		font-size: 93%
	}
	.penci_sidebar .penci-photo-2-effect figcaption p {
		display: none
	}
	.penci_sidebar .penci-photo-2-effect figcaption:after,
	.penci_sidebar .penci-photo-2-effect figcaption:before {
		display: none;
		content: none
	}
	.penci_sidebar .penci-photo-2-effect figcaption h2 {
		padding: 0 20px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		font-size: 14px
	}
	.container.penci_sidebar .penci-grid li.typography-style {
		width: 48.05%;
		margin-right: 3.9%
	}
	.container.penci_sidebar .penci-grid li.typography-style:nth-of-type(3n+3) {
		margin-right: 3.9%;
		clear: none
	}
	.container.penci_sidebar .penci-grid li.typography-style:nth-of-type(2n+1) {
		margin-right: 0
	}
	.container.penci_sidebar .penci-grid li.typography-style:nth-of-type(2n+1) {
		clear: both
	}
	.container.penci_sidebar .penci-grid li.typography-style {
		width: 100%;
		margin-right: 0
	}
	.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-image img,
	.widget ul.side-newsfeed li .side-item .side-image img {
		width: 100px
	}
	.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-item-text h4 a,
	.widget ul.side-newsfeed li .side-item .side-item-text h4 a {
		font-size: 14px
	}
	.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-item-text .side-item-meta,
	.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta {
		font-size: 11px
	}
	.penci_sidebar .penci-portfolio.column-2 .portfolio-overlay-content .portfolio-short,
	.portfolio-overlay-content .portfolio-short {
		margin-top: 17%
	}
	.penci-grid .list-post.list-boxed-post .item .content-list-right {
		min-height: 313px;
		height: 313px
	}
	.container.penci_sidebar .penci-masonry .item-masonry.standard-masonry {
		width: 100%
	}
	.home-featured-cat-content .mag-photo .magcat-detail {
		width: 100%
	}
	.home-featured-cat-content .magcat-detail h3 a {
		font-size: 14px
	}
	.home-featured-cat-content .magcat-detail .mag-meta {
		margin-top: 5px
	}
	.home-featured-cat-content .mag-photo .grid-post-box-meta span,
	.home-featured-cat-content .mag-photo .grid-post-box-meta span a {
		font-size: 12px
	}
	.widget-social.show-text a span {
		margin-left: 1px;
		font-size: 12px
	}
	ul.footer-socials li {
		margin-right: 12px
	}
	ul.footer-socials li a span {
		margin-left: 8px
	}
	.overlay-header-box .overlay-title a {
		font-size: 20px
	}
	.widget .penci-widget-slider .penci-widget-slide-detail h4 a {
		font-size: 14px
	}
	.penci-widget-slide-detail .slide-item-date {
		font-size: 13px
	}
	.home-featured-cat-content .mag-photo .magcat-detail {
		padding: 15px
	}
	.home-featured-cat-content .penci-magcat-carousel .magcat-detail h3 a {
		font-size: 16px
	}
	.penci-single-mag-slider .magcat-detail .magcat-titlte {
		font-size: 20px
	}
}
@media only screen and (max-width:1169px) {
	.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li,
	.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-1,
	.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-2 {
		margin: 0 0 5px;
		width: 100% !important
	}
	.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-3 {
		margin: 0
	}
	.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li .mag-content {
		width: 50%;
		float: left;
		display: block;
		margin: 0 !important
	}
	.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li .mag-content:first-child {
		border-right: 3px solid transparent
	}
	.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li .mag-content:last-child {
		border-left: 3px solid transparent
	}
	.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-2 .mag-content {
		width: 100%;
		border: none !important
	}
	.penci-magazine-slider img {
		width: 100%
	}
}
@media only screen and (min-width:961px) {
	#navigation .menu {
		display: inline-block !important
	}
}
@media only screen and (max-width:960px) {
	.container.has-banner #logo {
		text-align: center;
		display: block;
		width: auto
	}
	.container.has-banner .header-banner {
		display: block;
		margin-top: 30px;
		width: 100%;
		text-align: center
	}
	.featured-area.style-7.loaded .featured-carousel:before {
		content: none;
		display: none
	}
	.featured-style-2 .penci-owl-carousel .swiper-slide {
		width: 760px
	}
	.penci-top-bar {
		text-align: center
	}
	.penci-top-bar.no-social.topbar-menu {
		display: block
	}
	.penci-topbar-social {
		float: none
	}
	.overlay-video-click {
		display: none !important
	}
	#navigation.header-10>.container,
	#navigation.header-11>.container {
		display: table
	}
	#navigation.header-10 .penci-menu-wrap,
	#navigation.header-11 .penci-menu-wrap {
		display: none
	}
	#navigation.header-10,
	#navigation.header-10 .penci-menuhbg-toggle,
	#navigation.header-11,
	#navigation.header-11 .penci-menuhbg-toggle,
	#navigation.header-6,
	#navigation.header-6 .penci-menuhbg-toggle {
		height: 60px
	}
	#navigation.header-6 .container {
		text-align: center
	}
	#navigation.header-6 #logo {
		float: none;
		display: inline-block
	}
	#navigation.header-6 #logo img {
		max-height: 58px;
		padding: 10px 0
	}
	#navigation.header-10 .show-search,
	#navigation.header-11 .show-search,
	#navigation.header-6 .show-search,
	#navigation.header-9 .show-search {
		height: 58px
	}
	#navigation.header-10 .main-nav-social,
	#navigation.header-10 .pcheader-icon>a,
	#navigation.header-10 .show-search a.close-search,
	#navigation.header-11 .main-nav-social,
	#navigation.header-11 .pcheader-icon>a,
	#navigation.header-11 .show-search a.close-search,
	#navigation.header-9 .main-nav-social,
	#navigation.header-9 .pcheader-icon>a,
	#navigation.header-9 .show-search a.close-search {
		height: 58px;
		line-height: 58px
	}
	#navigation.header-6 .main-nav-social,
	#navigation.header-6 .pcheader-icon>a,
	#navigation.header-6 .show-search a.close-search {
		height: 58px;
		line-height: 58px
	}
	#navigation.header-6 .show-search form.pc-searchform input.search-input {
		height: 58px;
		padding: 15px 35px 15px 0
	}
	#navigation.header-6 .pcheader-icon.shoping-cart-icon>a>span {
		top: 12px
	}
	#navigation.header-7,
	#navigation.header-8,
	#navigation.header-9 {
		padding: 0 10px
	}
	.penci-magazine-slider ul.mag-wrap li {
		width: 50%;
		height: 240px;
		border: none
	}
	.wrapper-boxed.enable-boxed .featured-area.style-2.loaded-wait button.slick-prev {
		left: 0 !important
	}
	.wrapper-boxed.enable-boxed .featured-area.style-2.loaded-wait button.slick-next {
		right: 0 !important
	}
	.penci-magazine-slider ul.mag-wrap li.mag-item-1 {
		width: 100%;
		padding-bottom: 66.11%;
		height: 0;
		border: none;
		border-bottom: 4px solid transparent
	}
	.penci-magazine-slider ul.mag-wrap li.mag-item-2 {
		border-right: 2px solid transparent;
		border-bottom: none
	}
	.penci-magazine-slider ul.mag-wrap li.mag-item-3 {
		border-left: 2px solid transparent;
		border-bottom: none
	}
	.featured-style-4 .penci-owl-carousel .penci-image-holder:before,
	.featured-style-5 .penci-owl-carousel .penci-image-holder:before {
		height: 0;
		padding-top: 50%
	}
	.featured-style-4 .penci-featured-content .featured-slider-overlay,
	.featured-style-5 .penci-featured-content .featured-slider-overlay {
		background: #000
	}
	.featured-style-4 .penci-featured-content .feat-text h3 a,
	.featured-style-5 .penci-featured-content .feat-text h3 a {
		font-size: 22px
	}
	.featured-style-4 .penci-featured-content,
	.featured-style-4 .penci-owl-carousel .penci-image-holder,
	.featured-style-5 .penci-featured-content,
	.featured-style-5 .penci-owl-carousel .penci-image-holder {
		width: 100%
	}
	.penci-slider4-overlay,
	.penci-slider5-overlay {
		background: 0 0 !important
	}
	.featured-style-6 .wrapper-item .penci-item-mag {
		width: 50%;
		border: none
	}
	.featured-style-14 .wrapper-item .penci-item-1,
	.featured-style-16 .wrapper-item .penci-item-2,
	.featured-style-16 .wrapper-item .penci-item-mag,
	.featured-style-6 .wrapper-item .penci-item-1 {
		width: 100%;
		border: none;
		border-bottom: 4px solid transparent
	}
	.featured-style-6 .wrapper-item .penci-item-2 {
		border-right: 2px solid transparent
	}
	.featured-style-6 .wrapper-item .penci-item-0 {
		border-left: 2px solid transparent
	}
	.featured-style-13 .wrapper-item .penci-item-mag,
	.featured-style-14 .wrapper-item .penci-item-mag {
		width: 50%
	}
	.featured-style-13 .wrapper-item .penci-item-1,
	.featured-style-14 .wrapper-item .penci-item-1,
	.featured-style-15 .wrapper-item .penci-item-2,
	.featured-style-15 .wrapper-item .penci-item-mag {
		width: 100%
	}
	.featured-style-13 .penci-slide-overlay .penci-mag-featured-content,
	.featured-style-14 .penci-slide-overlay .penci-mag-featured-content,
	.featured-style-15 .penci-slide-overlay .penci-mag-featured-content,
	.featured-style-16 .penci-slide-overlay .penci-mag-featured-content {
		text-align: center
	}
	.featured-style-13 .penci-image-holder:before {
		height: 400px
	}
	.featured-style-14 .penci-image-holder:before,
	.featured-style-15 .penci-image-holder:before,
	.featured-style-16 .penci-image-holder:before {
		height: 350px
	}
	.featured-style-17 .wrapper-item .penci-slide17-item-2,
	.featured-style-17 .wrapper-item .penci-slider17-mag-item,
	.featured-style-18 .wrapper-item .penci-slide17-item-2,
	.featured-style-18 .wrapper-item .penci-slider17-mag-item {
		float: none;
		width: 100%;
		vertical-align: top
	}
	.featured-style-17 .wrapper-item .penci-slide17-item-2,
	.featured-style-18 .wrapper-item .penci-slide17-item-2 {
		border: none;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent
	}
	.featured-style-17 .wrapper-item .penci-slider17-mag-item .penci-item-0,
	.featured-style-17 .wrapper-item .penci-slider17-mag-item .penci-item-1,
	.featured-style-17 .wrapper-item .penci-slider17-mag-item .penci-item-2,
	.featured-style-17 .wrapper-item .penci-slider17-mag-item .penci-item-4,
	.featured-style-18 .wrapper-item .penci-slider17-mag-item .penci-item-0,
	.featured-style-18 .wrapper-item .penci-slider17-mag-item .penci-item-1,
	.featured-style-18 .wrapper-item .penci-slider17-mag-item .penci-item-2,
	.featured-style-18 .wrapper-item .penci-slider17-mag-item .penci-item-4 {
		width: 50%;
		float: left
	}
	.featured-style-17 .wrapper-item .penci-slider17-mag-item .penci-item-1,
	.featured-style-17 .wrapper-item .penci-slider17-mag-item .penci-item-4,
	.featured-style-18 .wrapper-item .penci-slider17-mag-item .penci-item-1,
	.featured-style-18 .wrapper-item .penci-slider17-mag-item .penci-item-4 {
		border-right: 2px solid transparent;
		margin: 0
	}
	.featured-style-17 .wrapper-item .penci-slider17-mag-item .penci-item-0,
	.featured-style-17 .wrapper-item .penci-slider17-mag-item .penci-item-2,
	.featured-style-18 .wrapper-item .penci-slider17-mag-item .penci-item-0,
	.featured-style-18 .wrapper-item .penci-slider17-mag-item .penci-item-2 {
		border-left: 2px solid transparent
	}
	.featured-style-17 .penci-image-holder:before,
	.featured-style-18 .penci-image-holder:before {
		height: 200px
	}
	.featured-style-17 .penci-slide17-item-2 .penci-image-holder:before,
	.featured-style-18 .penci-slide17-item-2 .penci-image-holder:before {
		height: 300px
	}
	.featured-style-19 .penci-mag-featured-content .feat-meta {
		display: none
	}
	.featured-style-19 .penci-image-holder:before {
		height: 215px
	}
	.featured-style-19 .penci-mag-featured-content h3 a {
		font-size: 14px
	}
	.featured-style-19 .penci-item-0 .penci-mag-featured-content h3 a,
	.featured-style-19 .penci-item-1 .penci-mag-featured-content h3 a {
		font-size: 18px
	}
	.featured-style-20 .penci-item-1 .penci-mag-featured-content h3 a,
	.featured-style-20 .penci-item-2 .penci-mag-featured-content h3 a,
	.featured-style-21 .penci-item-0 .penci-mag-featured-content h3 a,
	.featured-style-21 .penci-item-4 .penci-mag-featured-content h3 a {
		font-size: 16px
	}
	.featured-style-20 .penci-item-0 .penci-mag-featured-content h3 a,
	.featured-style-20 .penci-item-3 .penci-mag-featured-content h3 a,
	.featured-style-20 .penci-item-4 .penci-mag-featured-content h3 a,
	.featured-style-21 .penci-item-1 .penci-mag-featured-content h3 a,
	.featured-style-21 .penci-item-2 .penci-mag-featured-content h3 a,
	.featured-style-21 .penci-item-3 .penci-mag-featured-content h3 a {
		font-size: 14px;
		text-transform: none;
		letter-spacing: 0
	}
	.featured-style-22 .wrapper-item .penci-item-mag,
	.featured-style-23 .wrapper-item .penci-item-mag,
	.featured-style-27 .wrapper-item .penci-item-mag {
		border-bottom: 4px solid transparent;
		width: 50%
	}
	.featured-style-22 .wrapper-item .penci-item-1,
	.featured-style-27 .wrapper-item .penci-item-1 {
		width: 100%
	}
	.featured-style-22 .penci-item-0 .penci-mag-featured-content h3 a,
	.featured-style-22 .penci-item-2 .penci-mag-featured-content h3 a,
	.featured-style-22 .penci-item-3 .penci-mag-featured-content h3 a,
	.featured-style-22 .penci-item-4 .penci-mag-featured-content h3 a,
	.featured-style-22 .penci-item-5 .penci-mag-featured-content h3 a,
	.featured-style-22 .penci-item-6 .penci-mag-featured-content h3 a {
		font-size: 16px;
		text-transform: none;
		letter-spacing: 0
	}
	.featured-style-23 .penci-item-0 .penci-mag-featured-content h3 a,
	.featured-style-23 .penci-item-1 .penci-mag-featured-content h3 a,
	.featured-style-23 .penci-item-2 .penci-mag-featured-content h3 a,
	.featured-style-23 .penci-item-3 .penci-mag-featured-content h3 a,
	.featured-style-23 .penci-item-4 .penci-mag-featured-content h3 a,
	.featured-style-23 .penci-item-5 .penci-mag-featured-content h3 a {
		font-size: 18px;
		text-transform: none;
		letter-spacing: 0
	}
	.featured-style-24 .wrapper-item .penci-item-mag,
	.featured-style-25 .wrapper-item .penci-item-1,
	.featured-style-25 .wrapper-item .penci-item-mag,
	.featured-style-26 .wrapper-item .penci-item-mag {
		width: 50%
	}
	.featured-style-24 .wrapper-item .penci-item-0,
	.featured-style-24 .wrapper-item .penci-item-1,
	.featured-style-24 .wrapper-item .penci-item-2,
	.featured-style-24 .wrapper-item .penci-item-3 {
		border-bottom: 4px solid transparent
	}
	.featured-style-24 .penci-item-0 .penci-image-holder:before,
	.featured-style-24 .penci-item-1 .penci-image-holder:before,
	.featured-style-24 .penci-item-2 .penci-image-holder:before,
	.featured-style-24 .penci-item-3 .penci-image-holder:before,
	.featured-style-25 .penci-item-0 .penci-image-holder:before,
	.featured-style-25 .penci-item-1 .penci-image-holder:before,
	.featured-style-25 .penci-item-2 .penci-image-holder:before,
	.featured-style-25 .penci-item-3 .penci-image-holder:before,
	.featured-style-27 .penci-image-holder:before {
		height: 200px
	}
	.featured-style-24 .penci-mag-featured-content .cat,
	.featured-style-25 .penci-mag-featured-content .cat {
		display: none
	}
	.featured-style-24 .penci-item-0 .penci-mag-featured-content h3 a,
	.featured-style-24 .penci-item-1 .penci-mag-featured-content h3 a,
	.featured-style-24 .penci-item-2 .penci-mag-featured-content h3 a,
	.featured-style-24 .penci-item-3 .penci-mag-featured-content h3 a,
	.featured-style-25 .penci-item-0 .penci-mag-featured-content h3 a,
	.featured-style-25 .penci-item-1 .penci-mag-featured-content h3 a,
	.featured-style-25 .penci-item-2 .penci-mag-featured-content h3 a,
	.featured-style-25 .penci-item-3 .penci-mag-featured-content h3 a {
		font-size: 16px;
		text-transform: none;
		letter-spacing: 0
	}
	.featured-style-26 .wrapper-item .penci-item-1 {
		width: 100%;
		border-bottom: 4px solid transparent
	}
	.featured-style-27 .penci-mag-featured-content .feat-meta {
		display: none
	}
	.featured-style-27 .penci-item-1 .penci-image-holder:before {
		height: 250px
	}
	.featured-style-35 .penci-featured-content-right,
	.featured-style-35.style-36 .penci-featured-content-right {
		width: 100%;
		text-align: center
	}
	.featured-style-35 .penci-image-holder:before,
	.featured-style-35.style-36 .penci-image-holder:before {
		height: 0;
		padding-top: 55%
	}
	.featured-style-35 .feat-text-right .penci-featured-slider-button {
		display: none
	}
	.penci-featured-content-right:before {
		content: none
	}
	.penci-featured-content-right .feat-text-right:before {
		background: #000;
		opacity: .7;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		display: block;
		z-index: 1
	}
	.featured-style-35 .feat-text-right h3,
	.featured-style-35 .featured-cat {
		z-index: 5;
		position: relative
	}
	.featured-style-35 .penci-owl-carousel.penci-owl-loaded .active .feat-text-right h3,
	.featured-style-35 .penci-owl-carousel.penci-owl-loaded .active .featured-cat,
	.featured-style-35 .penci-owl-carousel.penci-owl-loaded .active .featured-content-excerpt,
	.featured-style-35 .penci-owl-carousel.penci-owl-loaded .active .penci-featured-slider-button {
		animation-name: none;
		-webkit-animation-name: none;
		-moz-animation-name: none;
		-o-animation-name: none
	}
	.featured-style-35 .featured-content-excerpt {
		display: none
	}
	.feat-text-right {
		padding-top: 15px;
		padding-bottom: 15px;
		width: 450px;
		left: 50%;
		margin-left: -225px
	}
	.featured-style-37 .penci-featured-items-left,
	.featured-style-37 .penci-featured-items-right {
		width: 100%;
		border: none;
		float: none
	}
	.featured-style-37 .penci-featured-items-left {
		margin-bottom: 4px
	}
	.featured-style-37 .penci-featured-items-right .item {
		width: 50%;
		border: none;
		margin: 0 !important;
		float: left
	}
	.featured-style-37 .penci-featured-items-right .item:first-child {
		border-right: 2px solid transparent
	}
	.featured-style-37 .penci-featured-items-right .item:last-child {
		border-left: 2px solid transparent
	}
	h2.penci-heading-video {
		font-size: 24px
	}
	p.penci-sub-heading-video {
		font-size: 14px
	}
	.penci-grid li.list-boxed-post-2 {
		width: 100% !important
	}
	.penci-grid li.list-boxed-post-2 .content-boxed-2.show-top {
		display: none !important
	}
	.penci-grid li.list-boxed-post-2 .content-boxed-2.show-bottom {
		display: block !important
	}
	.penci-grid li.list-boxed-post-2 .inner-parent-boxed-2,
	.penci_sidebar .penci-grid li.list-boxed-post-2 .inner-parent-boxed-2 {
		min-height: 312px;
		height: auto
	}
	.penci-grid li.list-boxed-post-2 .item>.thumbnail:before {
		display: none;
		content: none
	}
	.container .penci-grid li.typography-style {
		width: 100% !important;
		margin-right: 0 !important
	}
	.penci-photo-2-effect figcaption p,
	.penci_sidebar .penci-photo-2-effect figcaption p {
		display: none
	}
	.penci-photo-2-effect figcaption:after,
	.penci-photo-2-effect figcaption:before,
	.penci_sidebar .penci-photo-2-effect figcaption:after,
	.penci_sidebar .penci-photo-2-effect figcaption:before {
		display: none;
		content: none
	}
	.penci-photo-2-effect figcaption h2,
	.penci_sidebar .penci-photo-2-effect figcaption h2 {
		padding: 0 20px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%)
	}
	.grid-mixed .thumbnail img {
		width: 100%;
		height: auto
	}
	.grid-mixed .mixed-detail,
	.grid-mixed .thumbnail.thumb-left {
		display: block !important;
		width: 100%
	}
	.grid-mixed .mixed-detail {
		padding: 30px
	}
	.grid-mixed .penci-post-box-meta {
		position: relative;
		margin: 31px 0 4px;
		left: auto;
		right: auto;
		bottom: auto
	}
	.grid-mixed .thumbnail.thumb-right {
		display: none !important
	}
	#navigation.header-4 .container,
	#navigation.header-5 .container {
		text-align: right
	}
	#navigation.header-4 .container .pcheader-icon,
	#navigation.header-5 .container .pcheader-icon,
	#navigation.header-6 .container .pcheader-icon {
		margin-left: 15px
	}
	#navigation .button-menu-mobile {
		display: inline-block
	}
	#navigation .menu {
		display: none !important
	}
	.portfolio-page-content .portfolio-left,
	.portfolio-page-content .portfolio-right {
		width: 100%;
		padding: 0
	}
	.portfolio-page-content .portfolio-left {
		margin-bottom: 30px
	}
	.container.penci_sidebar #main {
		width: 100%;
		margin: 0 0 60px 0;
		padding: 0 !important;
		float: none !important
	}
	.penci-single-style-10 .penci-single-s10-content,
	.penci-single-style-13 .penci-single-s13-content {
		width: 100%;
		margin: 20px 0 0 0;
		padding: 0 !important;
		float: none !important
	}
	.penci-sidebar-content {
		position: static !important;
		margin-left: 0 !important;
		top: auto !important;
		float: none !important;
		width: 100% !important
	}
	.penci-single-infiscroll .penci-single-block:not(.penci-single-infiblock-end) .penci-sidebar-content {
		display: none !important
	}
	.penci-single-infiscroll .penci-single-block:not(.penci-single-infiblock-end) .container.penci_sidebar #main {
		margin: 0
	}
	.penci-single-infiscroll .penci-single-block:not(.penci-single-infiblock-end) article.post {
		margin-bottom: 40px
	}
	.featured-carousel .featured-content .feat-text h3 a {
		font-size: 18px
	}
	.featured-carousel .carousel-meta {
		margin-top: 5px
	}
	.featured-carousel .carousel-meta span {
		font-size: 13px
	}
	.featured-carousel .featured-cat a {
		font-size: 11px
	}
	.about-widget {
		text-align: center
	}
	.footer-widget-wrapper {
		width: 100% !important;
		margin: 0 0 30px 0 !important;
		float: none
	}
	.footer-widget-wrapper.last {
		margin-bottom: 0 !important
	}
	.widget .jr-insta-thumb ul.thumbnails.no-border.jr_col_6 li {
		width: 33.33% !important
	}
	.widget .jr-insta-thumb ul.thumbnails.no-border.jr_col_8 li {
		width: 25% !important
	}
	.widget .jr-insta-thumb ul.thumbnails.no-border.jr_col_10 li {
		width: 20% !important
	}
	.container .penci-portfolio.column-3 .inner-portfolio-posts .portfolio-item {
		width: 50%
	}
	.column-1-2,
	.column-1-3,
	.column-1-4,
	.column-2-3,
	.column-3-4 {
		width: 100%;
		margin: 0 0 30px 0
	}
	.penci-masonry .item-masonry {
		width: 50%
	}
	.standard-masonry .standard-content .standard-share-box {
		display: none
	}
	.standard-masonry .standard-main-content.has-padding {
		min-height: 0;
		padding-left: 0
	}
	.pencisc-grid-tablet-6 .penci-masonry .item-masonry {
		width: 16.6666667%
	}
	.pencisc-grid-tablet-5 .penci-masonry .item-masonry {
		width: 20%
	}
	.pencisc-grid-tablet-4 .penci-masonry .item-masonry {
		width: 25%
	}
	.pencisc-grid-tablet-3 .penci-masonry .item-masonry {
		width: 33.3333%
	}
	.pencisc-grid-tablet-2 .penci-masonry .item-masonry {
		width: 50%
	}
	.pencisc-grid-tablet-1 .penci-masonry .item-masonry {
		width: 100%
	}
	.footer-social-drop-line ul.footer-socials li a span,
	ul.footer-socials li a span {
		display: none
	}
	.inner-item-portfolio {
		opacity: 1
	}
	.pcpt-ajax-ftl .inner-portfolio-posts.loaded .inner-item-portfolio.animated,
	.penci-portfolio.loaded .inner-item-portfolio.animated {
		-webkit-animation-name: none;
		-moz-animation-name: none;
		-o-animation-name: none;
		animation-name: none
	}
	div.penci-topbar-menu>ul {
		display: none !important
	}
	div.penci-topbar-menu>ul,
	ul.penci-topbar-menu {
		width: 100%;
		text-align: center
	}
	div.penci-topbar-menu>ul>li,
	ul.penci-topbar-menu>li {
		float: none;
		margin-right: 15px
	}
	div.penci-topbar-menu>ul ul.sub-menu,
	ul.penci-topbar-menu ul.sub-menu {
		top: auto
	}
}
@media only screen and (min-width:768px) and (max-width:960px) {
	body {
		--pcctain: 726px;
	}
	.container,
	.container.two-sidebar.two-sidebar,
	.featured-area.magazine-slider,
	.featured-area.style-1,
	.featured-area.style-4,
	.featured-carousel.style-2 .item img {
		width: var(--pcctain);
		max-width: calc(100% - 60px);
	}
	.wrapper-boxed.enable-boxed,
	.wrapper-boxed.enable-boxed .is-sticky #navigation {
		max-width: 766px
	}
	.featured-area .featured-carousel,
	.featured-area .featured-carousel.style-2,
	.penci-slick-slider {
		max-height: 420px
	}
	.featured-area.style-4,
	.featured-area.style-5,
	.penci-magazine-slider.penci-loading {
		min-height: 420px
	}
	#logo img {
		max-width: 600px;
		height: auto
	}
	.penci-image-holder.slider-style-1-fix {
		height: 372px
	}
	.penci-image-holder.slider-style-2-fix {
		width: 726px
	}
	.penci-image-holder.slider-style-3-fix {
		height: 400px
	}
	.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-1 {
		padding-bottom: 0 !important
	}
	.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-1 .mag-content,
	.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-3 .mag-content {
		height: 230px
	}
	.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-2 .mag-content {
		height: 450px
	}
	.featured-carousel .featured-content,
	.featured-carousel.style-2 .featured-content {
		top: 35.3%
	}
	.penci-slider .pencislider-container .pencislider-content .pencislider-title {
		font-size: 26px
	}
	.penci-slider .pencislider-container .pencislider-content .pencislider-caption {
		font-size: 16px
	}
	ul.homepage-featured-boxes {
		margin-left: -10px;
		margin-right: -10px
	}
	.post-entry ul.homepage-featured-boxes li,
	ul.homepage-featured-boxes li {
		padding: 0 10px
	}
	ul.homepage-featured-boxes.boxes-4-columns li {
		width: 50%
	}
	ul.homepage-featured-boxes .penci-fea-in.boxes-style-2 .fea-box-img:before {
		left: 8px;
		top: 8px;
		right: 8px;
		bottom: 8px
	}
	.penci-grid .list-post.list-boxed-post .item .content-list-right {
		display: inline-block;
		padding: 20px 20px 20px 30px;
		min-height: 0;
		height: auto
	}
	.penci-photo-2-effect figcaption h2,
	.penci_sidebar .penci-photo-2-effect figcaption h2 {
		font-size: 14px
	}
	.list-boxed-post .inner-content-list-right {
		vertical-align: top;
		display: block
	}
	.penci-pinterest-widget-container .penci-images-pin-widget a {
		width: 16.6666%
	}
	.penci-countdown .countdown-section {
		margin: 0 20px
	}
	.penci-countdown .countdown-amount {
		font-size: 60px
	}
	.penci-latest-posts-mixed-larger .penci-grid>li,
	.penci-layout-mixed .penci-grid>li {
		width: 100% !important
	}
	.container.penci_sidebar .penci-grid>li,
	.penci-grid>li,
	.penci-grid>li.grid-2-style {
		width: calc((100% - var(--pcrgap))/ 2)
	}
}
.penci-featured-cat-sc .home-featured-cat-content .mag-photo:last-child,
.penci-featured-cat-sc .home-featured-cat-content.style-6 .cat-right .mag-post-box:last-child {
	margin-bottom: 0 !important
}
@media only screen and (min-width:768px) {
	.penci-featured-cat-sc .home-featured-cat-content .mag-photo:nth-last-child(2) .penci-featured-cat-sc .home-featured-cat-content.style-6 .cat-right .mag-post-box:nth-last-child(2),
	.penci-featured-cat-sc .home-featured-cat-content.style-10 .mag-post-box:nth-last-child(2),
	.penci-featured-cat-sc .home-featured-cat-content.style-9 .mag-post-box:nth-last-child(2) {
		margin-bottom: 0 !important
	}
	.penci-featured-cat-sc .home-featured-cat-content.style-10 .mag-post-box:nth-last-child(2),
	.penci-featured-cat-sc .home-featured-cat-content.style-9 .mag-post-box:nth-last-child(2) {
		padding-bottom: 0 !important
	}
	.penci-featured-cat-sc .home-featured-cat-content.style-6 .mag-post-box.first-post .magcat-detail,
	.penci-featured-cat-sc .penci-grid li.list-post .item .content-list-right,
	.penci-grid li.pclist-layout .item .content-list-right,
	.penci-latest-posts-sc .penci-grid li.penci-item-listp .item .content-list-right {
		padding-left: 30px;
		width: 53.75%;
		float: left
	}
	.penci-featured-cat-sc .penci-grid li.list-post .item>.thumbnail,
	.penci-grid li.pclist-layout .item>.thumbnail,
	.penci-latest-posts-sc .penci-grid li.list-post .item>.thumbnail {
		max-width: 100%
	}
	.penci-featured-cat-sc .home-featured-cat-content.style-6 .mag-post-box.first-post.full-mag-cat .magcat-detail {
		padding: 0 !important
	}
	.penci-featured-cat-sc .penci-grid li.list-post .item .content-list-right.fullwidth,
	.penci-latest-posts-sc .penci-grid li.list-post .item .content-list-right.fullwidth {
		padding: 0;
		width: 100%
	}
}
@media only screen and (max-width:767px) {
	.container,
	.container.two-sidebar.two-sidebar,
	.featured-area.magazine-slider,
	.featured-area.style-1,
	.featured-area.style-4,
	.featured-carousel.style-2 .item img {
		width: 100%
	}
	.wrapper-boxed.enable-boxed,
	.wrapper-boxed.enable-boxed .is-sticky #navigation {
		max-width: 100%
	}
	.header-slogan .header-slogan-text {
		padding: 0 10px
	}
	.featured-area .featured-carousel,
	.featured-area .featured-carousel.style-2,
	.penci-slick-slider {
		max-height: 180px
	}
	.featured-area.style-4,
	.featured-area.style-5,
	.penci-magazine-slider.penci-loading {
		min-height: 180px
	}
	.penci-image-holder.slider-style-1-fix {
		height: 250px
	}
	.penci-image-holder.slider-style-2-fix {
		width: 480px
	}
	.penci-image-holder.slider-style-3-fix {
		height: 260px
	}
	.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li .mag-content {
		width: 100% !important;
		border: none !important
	}
	.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li {
		padding-bottom: 0 !important;
		height: auto !important
	}
	.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-1 .mag-content,
	.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-2 .mag-content,
	.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-3 .mag-content {
		height: 200px
	}
	.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-1 .mag-content:first-child,
	.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-3 .mag-content:first-child {
		margin-bottom: 10px !important
	}
	.featured-carousel .feat-text .feat-time {
		display: none
	}
	.featured-carousel .featured-cat a {
		margin-bottom: 0
	}
	.penci-magazine-slider ul.mag-wrap li {
		width: 100% !important;
		border: none !important;
		height: 0 !important;
		padding-bottom: 55% !important;
		border-bottom: 4px solid transparent !important
	}
	#penci-end-sidebar-sticky,
	.penci-magazine-slider .mag-cat {
		display: none
	}
	.penci-magazine-slider .mag-item-1 .mag-meta h3 a,
	.penci-magazine-slider .mag-meta h3 a {
		font-size: 18px
	}
	.penci-magazine-slider .mag-item-1 .mag-meta-child {
		margin-top: 5px
	}
	.home-featured-cat-content.style-10 .mag-post-box:nth-last-child(2),
	.home-featured-cat-content.style-9 .mag-post-box:nth-last-child(2) {
		padding-bottom: 15px;
		margin-bottom: 15px
	}
	.featured-carousel.style-7 .featured-content .feat-text h3,
	.featured-carousel.style-7 .featured-content .feat-text h3 a,
	.wrapper-boxed.enable-boxed .featured-carousel.style-7 .featured-content .feat-text h3 {
		padding: 0
	}
	.featured-carousel.style-7 .featured-content .feat-text h3 a:after,
	.featured-carousel.style-7 .featured-content .feat-text h3 a:before {
		content: none;
		display: none
	}
	.penci-featured-content .feat-text {
		padding: 15px 5px 16px;
		max-width: 350px
	}
	.penci-flat-overlay .penci-slide-overlay .penci-mag-featured-content {
		padding: 12px 5px
	}
	.penci-slide-overlay .penci-mag-featured-content .feat-text {
		text-align: center
	}
	.featured-style-35 .featured-cat,
	.penci-featured-content .feat-text .feat-meta,
	.penci-featured-content .feat-text .featured-cat,
	.penci-mag-featured-content .cat,
	.penci-mag-featured-content .feat-meta {
		display: none
	}
	.penci-slide-overlay .penci-mag-featured-content {
		left: 0;
		width: 100%;
		padding: 0 5px;
		bottom: 10px
	}
	.featured-style-13 .penci-mag-featured-content h3 a,
	.penci-mag-featured-content h3 a {
		font-size: 14px
	}
	.featured-style-13 .penci-item-1 .penci-mag-featured-content h3 a,
	.featured-style-17 .penci-item-3 .penci-mag-featured-content h3 a,
	.featured-style-26 .penci-item-1 .penci-mag-featured-content h3 a,
	.featured-style-37 .penci-item-1 .penci-mag-featured-content h3 a,
	.featured-style-6 .penci-item-1 .penci-mag-featured-content h3 a {
		font-size: 20px
	}
	.featured-style-35 .feat-text-right h3 a,
	.featured-style-4 .penci-featured-content .feat-text h3 a,
	.featured-style-5 .penci-featured-content .feat-text h3 a,
	.penci-featured-content .feat-text h3 a {
		font-size: 18px
	}
	.feat-text-right {
		padding-left: 15px;
		padding-right: 15px;
		width: 350px;
		margin-left: -175px
	}
	.featured-style-2 .penci-owl-carousel .swiper-slide {
		width: 480px
	}
	.featured-style-10 .penci-mag-featured-content h3 a,
	.featured-style-11 .penci-mag-featured-content h3 a,
	.featured-style-12 .penci-mag-featured-content h3 a,
	.featured-style-15 .penci-item-2 .penci-mag-featured-content h3 a,
	.featured-style-15 .penci-mag-featured-content h3 a,
	.featured-style-16 .penci-item-2 .penci-mag-featured-content h3 a,
	.featured-style-16 .penci-mag-featured-content h3 a,
	.featured-style-7 .penci-mag-featured-content h3 a,
	.featured-style-8 .penci-mag-featured-content h3 a,
	.featured-style-9 .penci-mag-featured-content h3 a {
		font-size: 16px
	}
	.featured-style-13 .penci-image-holder:before,
	.featured-style-14 .penci-image-holder:before {
		height: 300px
	}
	.featured-style-15 .penci-image-holder:before,
	.featured-style-16 .penci-image-holder:before {
		height: 200px
	}
	.featured-style-17 .penci-image-holder:before,
	.featured-style-18 .penci-image-holder:before {
		height: 160px
	}
	.featured-style-17 .penci-slide17-item-2 .penci-image-holder:before,
	.featured-style-18 .penci-slide17-item-2 .penci-image-holder:before {
		height: 240px
	}
	.featured-style-19 .penci-image-holder:before {
		height: 150px
	}
	.featured-style-19 .penci-item-0 .penci-mag-featured-content h3 a,
	.featured-style-19 .penci-item-1 .penci-mag-featured-content h3 a,
	.featured-style-19 .penci-mag-featured-content h3 a {
		font-size: 14px
	}
	.featured-style-19 .wrapper-item .penci-item-2,
	.featured-style-19 .wrapper-item .penci-item-3,
	.featured-style-19 .wrapper-item .penci-item-mag {
		width: 50%
	}
	.featured-style-19 .wrapper-item .penci-item-1,
	.featured-style-19 .wrapper-item .penci-item-3 {
		border-right: 2px solid transparent
	}
	.featured-style-19 .wrapper-item .penci-item-0,
	.featured-style-19 .wrapper-item .penci-item-2 {
		border-left: 2px solid transparent
	}
	.featured-style-20 .penci-item-1 .penci-mag-featured-content h3 a,
	.featured-style-21 .penci-item-1 .penci-mag-featured-content h3 a {
		font-size: 16px
	}
	.featured-style-20 .penci-item-2 .penci-mag-featured-content h3 a {
		font-size: 14px;
		text-transform: none;
		letter-spacing: 0
	}
	.featured-style-20 .penci-item-0 .penci-mag-featured-content h3 a,
	.featured-style-20 .penci-item-3 .penci-mag-featured-content h3 a,
	.featured-style-20 .penci-item-4 .penci-mag-featured-content h3 a,
	.featured-style-21 .penci-item-0 .penci-mag-featured-content h3 a,
	.featured-style-21 .penci-item-4 .penci-mag-featured-content h3 a {
		font-size: 14px;
		text-transform: none;
		letter-spacing: 0
	}
	.featured-style-20 .wrapper-item .penci-item-mag,
	.featured-style-21 .wrapper-item .penci-item-mag {
		width: 50%
	}
	.featured-style-20 .wrapper-item .penci-item-1,
	.featured-style-21 .wrapper-item .penci-item-1 {
		width: 100%;
		border-bottom: 4px solid transparent
	}
	.featured-style-20 .wrapper-item .penci-item-3 {
		border-bottom: 4px solid transparent
	}
	.featured-style-23 .penci-item-0 .penci-mag-featured-content h3 a,
	.featured-style-23 .penci-item-1 .penci-mag-featured-content h3 a,
	.featured-style-23 .penci-item-2 .penci-mag-featured-content h3 a,
	.featured-style-23 .penci-item-3 .penci-mag-featured-content h3 a,
	.featured-style-23 .penci-item-4 .penci-mag-featured-content h3 a,
	.featured-style-23 .penci-item-5 .penci-mag-featured-content h3 a,
	.featured-style-27 .penci-item-0 .penci-mag-featured-content h3 a,
	.featured-style-27 .penci-item-2 .penci-mag-featured-content h3 a,
	.featured-style-27 .penci-item-3 .penci-mag-featured-content h3 a,
	.featured-style-27 .penci-item-4 .penci-mag-featured-content h3 a {
		font-size: 14px;
		text-transform: none;
		letter-spacing: 0
	}
	.featured-style-24 .penci-item-0 .penci-image-holder:before,
	.featured-style-24 .penci-item-1 .penci-image-holder:before,
	.featured-style-24 .penci-item-2 .penci-image-holder:before,
	.featured-style-24 .penci-item-3 .penci-image-holder:before,
	.featured-style-25 .penci-item-0 .penci-image-holder:before,
	.featured-style-25 .penci-item-1 .penci-image-holder:before,
	.featured-style-25 .penci-item-2 .penci-image-holder:before,
	.featured-style-25 .penci-item-3 .penci-image-holder:before,
	.featured-style-27 .penci-item-0 .penci-image-holder:before,
	.featured-style-27 .penci-item-2 .penci-image-holder:before,
	.featured-style-27 .penci-item-3 .penci-image-holder:before,
	.featured-style-27 .penci-item-4 .penci-image-holder:before {
		height: 150px
	}
	.featured-style-24 .penci-item-0 .penci-mag-featured-content h3 a,
	.featured-style-24 .penci-item-1 .penci-mag-featured-content h3 a,
	.featured-style-24 .penci-item-2 .penci-mag-featured-content h3 a,
	.featured-style-24 .penci-item-3 .penci-mag-featured-content h3 a,
	.featured-style-25 .penci-item-0 .penci-mag-featured-content h3 a,
	.featured-style-25 .penci-item-1 .penci-mag-featured-content h3 a,
	.featured-style-25 .penci-item-2 .penci-mag-featured-content h3 a,
	.featured-style-25 .penci-item-3 .penci-mag-featured-content h3 a {
		font-size: 14px
	}
	.featured-style-27 .penci-item-1 .penci-mag-featured-content h3 a {
		font-size: 18px
	}
	.featured-style-28 .wrapper-item .penci-item-1 {
		width: 480px
	}
	.featured-style-28 .penci-item-1 .penci-image-holder:before {
		height: 404px;
		padding: 0
	}
	.featured-style-28 .penci-mag-featured-content h3 a {
		font-size: 16px
	}
	.featured-style-29 .penci-featured-content .feat-text h3 a {
		font-size: 24px
	}
	.featured-style-29.style-30 .penci-featured-content .feat-text h3 a {
		font-size: 20px
	}
	.featured-style-29.style-30 .penci-featured-content {
		padding: 0 15px
	}
	.featured-style-29 .penci-image-holder:before,
	.featured-style-29.style-30 .penci-image-holder:before {
		height: 400px
	}
	.pencislider-container .pencislider-content .pencislider-title {
		font-size: 24px
	}
	.pencislider-container .pencislider-content .pencislider-caption span,
	.pencislider-container .pencislider-content .pencislider-title span {
		padding: 2px 10px
	}
	.pencislider-container .pencislider-content .pencislider-button {
		padding: 9px 15px 9px;
		font-size: 12px
	}
	.penci-home-popular-posts {
		padding: 30px 0 0 0;
		border: none
	}
	.penci-video-overlay {
		left: 10px;
		right: 10px
	}
	.penci-video-custom-img {
		-webkit-animation-delay: .1s;
		-moz-animation-delay: .1s;
		-o-animation-delay: .1s;
		animation-delay: .1s
	}
	h2.penci-heading-video {
		font-size: 18px;
		-webkit-animation-delay: .3s;
		-moz-animation-delay: .3s;
		-o-animation-delay: .3s;
		animation-delay: .3s
	}
	p.penci-sub-heading-video {
		font-size: 12px;
		-webkit-animation-delay: .5s;
		-moz-animation-delay: .5s;
		-o-animation-delay: .5s;
		animation-delay: .5s
	}
	.home-featured-boxes-sc ul.homepage-featured-boxes.boxes-2-columns li,
	.post-entry ul.homepage-featured-boxes li,
	ul.homepage-featured-boxes li {
		width: 100% !important;
		margin-bottom: 20px
	}
	.grid-mixed,
	.grid-mixed>article {
		display: block
	}
	#logo img {
		max-width: 100%;
		height: auto
	}
	.archive-box h1,
	.archive-box span,
	.post-header h1,
	.post-header h1 a,
	.post-header h2 a {
		font-size: 18px
	}
	.standard-content .standard-share-box {
		display: none
	}
	.standard-main-content.has-padding {
		padding-left: 0
	}
	.standard-main-content.classic-main-content.has-padding,
	.standard-main-content.has-padding {
		min-height: 0
	}
	.post-image.audio iframe,
	.standard-post-image.audio iframe {
		height: 120px;
		width: 100%
	}
	.thecomment .author-img {
		display: none
	}
	.thecomment .comment-text {
		margin-left: 0
	}
	#respond p.comment-form-author,
	#respond p.comment-form-email,
	#respond p.comment-form-url,
	.wpcf7 p.email,
	.wpcf7 p.name,
	.wpcf7 p.subject {
		width: 100%;
		margin: 0
	}
	.featured-carousel .featured-content,
	.featured-carousel.style-2 .featured-content {
		top: 34%
	}
	.featured-carousel>button.slick-next,
	.featured-carousel>button.slick-prev {
		right: 10px
	}
	.featured-carousel>button.slick-prev,
	.penci-slider .penci-direction-nav .penci-prev {
		left: 10px
	}
	.featured-carousel .featured-content {
		width: 340px
	}
	.featured-carousel .featured-content .feat-text {
		padding: 20px 10px !important
	}
	.error-404 .heading-text-404,
	.header-classic>h2,
	.standard-main-content>h2 {
		font-size: 24px;
		padding: 0
	}
	.penci-slider.penci-loading {
		min-height: 250px
	}
	.penci-slider ul.slides li .pencislider-container {
		padding: 0 65px
	}
	.penci-slider .pencislider-container .pencislider-content .pencislider-title {
		font-size: 18px
	}
	.penci-slider .pencislider-container .pencislider-content .pencislider-caption {
		font-size: 13px
	}
	.penci-slider .pencislider-container .pencislider-content .penci-button {
		margin: 20px 0 0
	}
	.penci-slider .pencislider-container .pencislider-content .pencislider-button {
		padding: 8px 20px;
		font-size: 12px
	}
	.penci-slider .pencislider-container .pencislider-content .pencislider-button:before {
		content: none;
		display: none
	}
	.header-classic>h2 a:after,
	.header-classic>h2 a:before,
	.post-header h1 span:after,
	.post-header h1 span:before,
	.post-header h2 span:after,
	.post-header h2 span:before,
	.standard-main-content>h2:before {
		content: none !important
	}
	.container.penci_sidebar .penci-grid>li {
		width: 100% !important;
		margin: 0 0 40px !important
	}
	.container.penci_sidebar .penci-grid[data-mcols="2"]>li,
	.penci-grid[data-mcols="2"]>li {
		width: calc((100% - var(--pcrgap))/ 2) !important;
		margin-bottom: 20px
	}
	.post-header h1 span,
	.post-header h2 span {
		padding: 0
	}
	.penci-portfolio-filter ul {
		display: block
	}
	.inner-portfolio-posts .portfolio-item,
	.penci-post-gallery-container.masonry .item-gallery-masonry {
		width: 100% !important
	}
	.post-entry .penci-portfolio-filter ul li {
		float: none
	}
	.penci-portfolio-filter ul li,
	.post-entry .penci-portfolio-filter ul li {
		margin: 0 10px 5px
	}
	.home-featured-cat-content.style-6 .mag-post-box.first-post .magcat-detail,
	.home-featured-cat-content.style-6 .mag-post-box.first-post .magcat-thumb,
	.penci-grid .list-post.list-boxed-post .item .content-list-right,
	.penci-grid .list-post.list-boxed-post .item>.thumbnail,
	.penci-grid li.list-post .item>.thumbnail {
		width: 100% !important;
		display: block;
		height: auto;
		min-height: 0;
		float: none;
		max-width: 100%
	}
	.penci-grid .list-post.list-boxed-post .item>.thumbnail:before {
		content: none;
		display: none
	}
	.penci-grid li {
		width: 100% !important;
		margin-right: 0 !important;
		float: none
	}
	.container.penci_sidebar .penci-masonry .item-masonry {
		width: 100%;
		float: none;
		position: static !important;
		margin-bottom: 30px
	}
	.penci-grid li.pclist-layout.pc-has-thumb.pc-list-imgright .item .content-list-right,
	.penci-grid li.list-post .item .content-list-right {
		padding: 0;
		width: 100% !important;
		float: none
	}
	.penci-grid .list-post.list-boxed-post .item .content-list-right {
		padding: 30px
	}
	.penci-grid li.list-post .item>.thumbnail {
		margin-bottom: 30px
	}
	.penci-grid .list-post.list-boxed-post .item>.thumbnail {
		margin-bottom: 0
	}
	.penci-grid li .item>.thumbnail,
	.penci-masonry .item-masonry>.thumbnail {
		width: 100%
	}
	.penci-masonry .item-masonry {
		width: 100% !important
	}
	.penci-grid li.list-post.penci-slistp .item>.thumbnail {
		width: 120px !important
	}
	.pencisc-grid-mobile-6 .home-featured-cat-content .mag-photo,
	.pencisc-grid-mobile-6 .penci-masonry .item-masonry {
		width: 16.6666667% !important
	}
	.pencisc-grid-mobile-5 .home-featured-cat-content .mag-photo,
	.pencisc-grid-mobile-5 .penci-masonry .item-masonry {
		width: 20% !important
	}
	.pencisc-grid-mobile-4 .home-featured-cat-content .mag-photo,
	.pencisc-grid-mobile-4 .penci-masonry .item-masonry {
		width: 25% !important
	}
	.pencisc-grid-mobile-3 .home-featured-cat-content .mag-photo,
	.pencisc-grid-mobile-3 .penci-masonry .item-masonry {
		width: 33.3333% !important
	}
	.pencisc-grid-mobile-2 .home-featured-cat-content .mag-photo,
	.pencisc-grid-mobile-2 .penci-masonry .item-masonry {
		width: 50% !important
	}
	.pencisc-grid-mobile-1 .home-featured-cat-content .mag-photo,
	.pencisc-grid-mobile-1 .penci-masonry .item-masonry {
		width: 100% !important
	}
	.container.penci_sidebar .penci-masonry[data-mcols="2"] .item-masonry,
	.penci-masonry[data-mcols="2"] .item-masonry {
		width: 50% !important;
		float: left !important
	}
	.penci-featured-cat-ctcol.pencisc-grid-mobile-2 .home-featured-cat-content .mag-photo,
	.penci-featured-cat-ctcol.pencisc-grid-mobile-3 .home-featured-cat-content .mag-photo,
	.penci-featured-cat-ctcol.pencisc-grid-mobile-4 .home-featured-cat-content .mag-photo,
	.penci-featured-cat-ctcol.pencisc-grid-mobile-5 .home-featured-cat-content .mag-photo,
	.penci-featured-cat-ctcol.pencisc-grid-mobile-6 .home-featured-cat-content .mag-photo {
		width: 100% !important
	}
	.list-boxed-post .inner-content-list-right {
		display: block
	}
	.penci-photo-2-effect figcaption h2,
	.penci_sidebar .penci-photo-2-effect figcaption h2 {
		font-size: 22px
	}
	.home-featured-cat-content .mag-photo {
		width: 100%;
		margin-bottom: 15px
	}
	.home-featured-cat-content.style-1 {
		margin-left: 0;
		margin-right: 0;
		width: 100%
	}
	.home-featured-cat-content .cat-left,
	.home-featured-cat-content .cat-right {
		width: 100%;
		float: none
	}
	.home-featured-cat-content.style-1 .cat-left,
	.home-featured-cat-content.style-1 .cat-right {
		padding: 0
	}
	.home-featured-cat-content .cat-left {
		margin-bottom: 30px
	}
	.home-featured-cat.mag-cat-style-2 {
		width: 100%;
		margin: 0 0 20px 0;
		float: none
	}
	.home-featured-cat-content.style-6 .mag-post-box.first-post .magcat-detail {
		padding: 0
	}
	.home-featured-cat-content.style-6 .mag-post-box.first-post .magcat-thumb {
		margin-bottom: 24px
	}
	.home-featured-cat-content.style-6 .cat-right .mag-post-box {
		margin-right: 0;
		width: 100%;
		float: none;
		display: table;
		padding-bottom: 15px;
		border-bottom: 1px solid #dedede;
		margin-bottom: 15px
	}
	.home-featured-cat-content.style-6 .cat-right .mag-post-box:last-child {
		border: none
	}
	.home-featured-cat-content.style-10 .mag-post-box,
	.home-featured-cat-content.style-9 .mag-post-box {
		width: 100%;
		float: none;
		margin-right: 0
	}
	.content-special-list {
		padding: 15px
	}
	.format-post-box .post-format-icon {
		top: 10px;
		margin-left: -35px;
		display: none
	}
	.format-post-box .post-format-icon i {
		font-size: 24px
	}
	.format-post-box .dt-special,
	.format-post-box .dt-special a,
	.format-post-box.penci-format-quote .dt-special {
		font-size: 16px;
		line-height: 1.7
	}
	.author-quote span {
		font-size: 13px
	}
	.under-construction-page .under-title {
		font-size: 23px
	}
	.penci-countdown .countdown-section {
		margin: 0 5px
	}
	.penci-countdown .countdown-amount {
		font-size: 30px
	}
	.penci-countdown .countdown-period {
		font-size: 13px;
		margin: 15px 0 0
	}
	.post-entry h1 {
		font-size: 24px
	}
	.post-entry h2 {
		font-size: 22px
	}
	.post-entry h3 {
		font-size: 20px
	}
	.post-entry h4 {
		font-size: 18px
	}
	.post-entry h5 {
		font-size: 16px
	}
	.post-entry h6 {
		font-size: 15px
	}
	.elementor-widget-text-editor h1 {
		font-size: 24px
	}
	.elementor-widget-text-editor h2 {
		font-size: 22px
	}
	.elementor-widget-text-editor h3 {
		font-size: 20px
	}
	.elementor-widget-text-editor h4 {
		font-size: 18px
	}
	.elementor-widget-text-editor h5 {
		font-size: 16px
	}
	.elementor-widget-text-editor h6 {
		font-size: 15px
	}
	.penci-post-gallery-container.masonry .item-gallery-masonry a {
		opacity: 1;
		-webkit-animation-delay: 0s !important;
		-moz-animation-delay: 0s !important;
		-o-animation-delay: 0s !important;
		animation-delay: 0s !important;
		-webkit-animation-name: none !important;
		-moz-animation-name: none !important;
		-o-animation-name: none !important;
		animation-name: none !important
	}
	ul.footer-socials li {
		margin-right: 20px
	}
	.header-standard .post-title,
	.header-standard h2,
	.header-standard h2 a,
	.pc_titlebig_standard,
	.pc_titlebig_standard a,
	.penci-header-signup-form h4.header-signup-form,
	.penci-page-header h1 {
		font-size: 20px
	}
	.tags-share-box {
		padding: 20px 0
	}
	.post-share {
		position: static;
		margin-top: 15px;
		clear: both;
		display: block
	}
	.post-share.tags-share-box-top {
		margin-top: 0;
	}
	.penci-overlay-over .overlay-header-box {
		padding: 0;
		left: 10px;
		right: 10px
	}
	.overlay-header-box .cat,
	.overlay-header-box .overlay-author {
		display: none
	}
	.overlay-header-box .overlay-title a {
		font-size: 18px
	}
	.penci-overlay-over .overlay-header-box:after {
		content: none;
		display: none
	}
	.overlay-post-box-meta {
		position: static;
		padding: 20px 0 0
	}
	.penci-single-mag-slider .magcat-detail .magcat-titlte {
		font-size: 20px
	}
	.home-featured-cat-content .penci-single-mag-slider .grid-post-box-meta {
		margin-top: 7px
	}
	.post-pagination .next-post,
	.post-pagination .prev-post {
		float: none;
		width: 100%;
		display: table
	}
	.post-pagination .prev-post {
		margin-bottom: 15px
	}
	.footer-subscribe h4.footer-subscribe-title {
		font-size: 28px
	}
	.footer-subscribe .mc4wp-form {
		width: 480px
	}
	.footer-subscribe .mc4wp-form .mdes {
		margin-left: 0;
		width: 100%;
		font-size: 16px
	}
	.footer-subscribe .mc4wp-form .memail {
		width: 328px
	}
	.footer-social-remove-circle ul.footer-socials li a i {
		font-size: 16px
	}
	.post-pagination.pcpagp-style-3 {
		display: block
	}
	.post-pagination.pcpagp-style-3 .next-post {
		padding-left: 0
	}
	.penci-post-nav-thumb.nav-thumb-next {
		margin: 0
	}
	.post-pagination.pcpagp-style-5 .next-post-inner,
	.post-pagination.pcpagp-style-5 .prev-post-inner {
		margin: -60px 10px 0 10px;
		padding: 15px 10px 10px 10px
	}
	.post-entry.blockquote-style-4 blockquote:not(.wp-block-quote),
	.post-entry.blockquote-style-5 blockquote:not(.wp-block-quote) {
		padding-left: 0;
		padding-right: 0
	}
	.post-pagination.pcpagp-style-3 .next-post,
	.post-pagination.pcpagp-style-3 .prev-post,
	.post-pagination.pcpagp-style-5 .next-post,
	.post-pagination.pcpagp-style-5 .prev-post {
		width: 100%
	}
	.e-parent.e-con.e-flex {
		--flex-wrap: nowrap
	}
	.comments.pc-cms-style-2 .thecomment .author-img,
	.comments.pc-cms-style-3 .thecomment .author-img {
		display: block;
		margin-right: 10px;
		width: 30px
	}
	.comments.pc-cms-style-2 .comment-text {
		margin-left: 40px
	}
	.comments.pc-cms-style-2 .thecomment .comment-text:before {
		top: 15px
	}
	.pcrstb-wrap {
		width: 100%;
		overflow: auto;
	}
}
@media only screen and (min-width:480px) and (max-width:767px) {
	body {
		--pcctain: 480px;
	}
	.container,
	.container.two-sidebar.two-sidebar,
	.featured-area.magazine-slider,
	.featured-area.style-1,
	.featured-area.style-4,
	.featured-carousel.style-2 .item img {
		width: var(--pcctain)
	}
	.wrapper-boxed.enable-boxed,
	.wrapper-boxed.enable-boxed .is-sticky #navigation {
		max-width: 520px
	}
	.featured-area .featured-carousel,
	.featured-area .featured-carousel.style-2,
	.penci-slick-slider {
		max-height: 280px
	}
	.featured-area.style-4,
	.featured-area.style-5,
	.penci-magazine-slider.penci-loading {
		min-height: 280px
	}
	#logo img {
		max-width: 100%;
		height: auto
	}
	.standard-content-special,
	.standard-post-image .audio-iframe {
		left: 15px;
		right: 15px;
		bottom: 15px
	}
	.post-image.audio iframe {
		width: 100%;
		height: auto
	}
	.penci-countdown .countdown-section {
		margin: 0 15px
	}
	.penci-countdown .countdown-amount {
		font-size: 40px
	}
	.penci-countdown .countdown-period {
		font-size: 16px;
		margin: 20px 0 0
	}
}
@media only screen and (max-width:479px) {
	#footer-section>.container,
	#widget-area>.container,
	.penci-page-header-wrap .penci-page-header-inner.container,
	.penci-post-image-wrapper>.container,
	.penci-single-smore .container,
	.penci-two-sidebar .container.penci-breadcrumb,
	.wrapper-boxed>.container,
	.wrapper-boxed>.penci-single-wrapper>.penci-single-block>.container,
	â€‹.penci-page-header-wrap {
		padding-left: 20px;
		padding-right: 20px
	}
	.penci-single-smore .container .container,
	.wrapper-boxed>.container>.container {
		padding-left: 0;
		padding-right: 0
	}
	#header .inner-header {
		height: auto
	}
	.penci-single-smore .container .container {
		padding-left: 0;
		padding-right: 0
	}
	.penci-header-signup-form {
		padding-left: 10px;
		padding-right: 10px
	}
	.penci-single-style-10 .header-standard,
	.penci-single-style-10 .post-box-meta-single,
	.penci-single-style-13 .header-standard,
	.penci-single-style-13 .post-box-meta-single {
		text-align: center
	}
	.feat-text-right {
		width: 330px;
		margin-left: -165px
	}
	.penci-google-adsense-single-s10 {
		width: 100%
	}
	#navigation,
	.inner-header {
		padding-left: 10px;
		padding-right: 10px
	}
	.header-slogan .header-slogan-text {
		font-size: 12px;
		padding: 0 10px
	}
	#navigation.header-6 .pcheader-icon {
		margin-left: 5px
	}
	#navigation.header-6 #logo img {
		max-width: 300px
	}
	.featured-carousel .featured-content {
		width: 250px
	}
	.featured-carousel .featured-content .feat-text h3 a,
	.featured-style-35 .feat-text-right h3 a {
		font-size: 16px
	}
	.featured-carousel .carousel-meta {
		display: none
	}
	.penci-image-holder.slider-style-1-fix {
		height: 180px
	}
	.penci-image-holder.slider-style-2-fix {
		width: 300px
	}
	.penci-image-holder.slider-style-3-fix {
		height: 180px
	}
	.penci-magazine-slider .mag-item-1 .mag-meta h3 a,
	.penci-magazine-slider .mag-meta h3 a {
		font-size: 14px
	}
	.penci-magazine-slider .mag-item-1 .mag-meta {
		padding: 15px
	}
	.featured-style-2 .penci-owl-carousel .swiper-slide,
	.featured-style-38 .penci-owl-carousel .swiper-slide {
		width: 360px
	}
	.featured-style-38 .penci-featured-content .feat-text h3 a {
		font-size: 18px
	}
	.penci-magazine-slider .penci-direction-nav a.penci-prev,
	.penci-owl-carousel .penci-owl-nav .owl-prev {
		left: 10px
	}
	.penci-magazine-slider .penci-direction-nav a.penci-next,
	.penci-owl-carousel .penci-owl-nav .owl-next {
		right: 10px
	}
	.penci-magazine-slider ul.mag-wrap li .mag-content {
		width: 100% !important;
		border: none !important
	}
	.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li .mag-content {
		margin-bottom: 5px !important
	}
	.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li,
	.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-1,
	.penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-2 {
		margin: 0 !important;
		border: none !important
	}
	.featured-carousel.style-7 .featured-content {
		bottom: 5px
	}
	.featured-carousel.style-7 .featured-content .feat-text h3 a {
		padding: 0
	}
	.featured-style-37 .penci-owl-carousel .penci-owl-dots {
		display: none
	}
	.featured-style-37 .penci-item-1 .penci-slide-overlay .penci-mag-featured-content {
		bottom: 16px
	}
	.standard-content-special,
	.standard-post-image .audio-iframe {
		left: 10px;
		right: 10px;
		bottom: 10px
	}
	ul.homepage-featured-boxes .penci-fea-in.boxes-style-2 .fea-box-img:before {
		top: 10px;
		left: 10px;
		bottom: 10px;
		right: 10px
	}
	.grid-overlay-meta .grid-header-box {
		margin-left: 10px;
		margin-right: 10px
	}
	.footer-widget-wrapper .quote-widget>p {
		padding-left: 35px
	}
	#penci-login-popup {
		padding: 30px
	}
	.penci-lgpop-title {
		font-size: 22px
	}
	.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-image img,
	.widget ul.side-newsfeed li .side-item .side-image img {
		width: 100px
	}
	.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-item-text h4 a,
	.widget ul.side-newsfeed li .side-item .side-item-text h4 a {
		font-size: 15px
	}
	.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-item-text .side-item-meta,
	.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta {
		font-size: 13px
	}
	.post-box-meta span.author-post {
		display: none
	}
	.standard-post-special.penci-special-format-quote .standard-content-special {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		border: 1px solid #dedede;
		border-top: none
	}
	.format-post-box {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px
	}
	.format-post-box.penci-format-link {
		padding: 15px
	}
	.format-post-box .dt-special a {
		font-size: 14px
	}
	.post-entry blockquote {
		padding: 0 0 0 40px
	}
	.post-entry blockquote:before {
		font-size: 30px
	}
	.post-entry blockquote,
	.post-entry blockquote p {
		font-size: 15px
	}
	.post-author .author-content {
		margin: 0
	}
	.author-img {
		margin-right: 20px
	}
	.author-img img {
		width: 80px;
		height: auto;
		margin: 0
	}
	.author-content h5,
	.author-content h5 a,
	.item-related h3 a,
	.post-box-title,
	.thecomment .comment-text span.author,
	.thecomment .comment-text span.author a {
		font-size: 18px
	}
	.penci-magazine-slider .penci-direction-nav a,
	.penci-slick-slider>button.slick-next,
	.penci-slick-slider>button.slick-prev {
		width: 32px;
		height: 32px;
		line-height: 32px;
		margin-top: -16px;
		font-size: 15px
	}
	.penci-slick-slider>button.slick-next {
		right: 10px
	}
	.penci-slick-slider>button.slick-prev {
		left: 10px
	}
	.penci-slick-slider>button.slick-next i,
	.penci-slick-slider>button.slick-prev i {
		line-height: 32px;
		font-size: 15px
	}
	.featured-carousel>button.slick-next,
	.featured-carousel>button.slick-prev {
		display: none !important
	}
	.featured-carousel .featured-content {
		width: 240px;
		top: 37%
	}
	.featured-carousel .featured-cat a {
		padding: 2px 10px 1px
	}
	.featured-carousel.style-2 .featured-content {
		top: 37%
	}
	.featured-carousel .featured-content .feat-text {
		padding: 15px 10px !important
	}
	.error-404 .heading-text-404,
	.header-classic>h2,
	.standard-main-content>h2 {
		font-size: 20px
	}
	.penci-portfolio.column-2 .portfolio-overlay-content .portfolio-short,
	.penci_sidebar .penci-portfolio.column-2 .portfolio-overlay-content .portfolio-short,
	.portfolio-overlay-content .portfolio-short {
		margin-top: 17.5%
	}
	.featured-carousel .featured-cat {
		margin-bottom: 5px
	}
	.featured-carousel .featured-content .feat-text h3 a,
	.wrapper-boxed.enable-boxed .featured-carousel .featured-content .feat-text h3 a {
		font-size: 14px
	}
	.penci-slider.penci-loading {
		min-height: 160px
	}
	.penci-slider ul.slides li .pencislider-container {
		padding: 0 20px
	}
	.penci-slider .pencislider-container .pencislider-content .pencislider-title {
		font-size: 14px
	}
	.penci-slider .pencislider-container .pencislider-content .pencislider-caption {
		font-size: 12px;
		margin: 3px 0 0
	}
	.penci-slider .pencislider-container .pencislider-content .penci-button {
		margin: 14px 0 0
	}
	.penci-slider .pencislider-container .pencislider-content .pencislider-button {
		padding: 5px 10px;
		font-size: 10px
	}
	.penci-slider .penci-direction-nav .penci-next,
	.penci-slider .penci-direction-nav .penci-prev {
		display: none !important
	}
	.penci-grid .list-post.list-boxed-post .item .content-list-right {
		padding: 30px 15px !important;
		clear: both
	}
	.penci-featured-content .feat-text {
		width: 100%
	}
	.featured-style-4 .penci-featured-content .feat-text h3 a,
	.featured-style-5 .penci-featured-content .feat-text h3 a {
		font-size: 16px
	}
	.penci-featured-infor .penci-entry-title {
		font-size: 18px
	}
	.featured-style-13 .penci-mag-featured-content h3 a,
	.featured-style-18 .penci-mag-featured-content h3 a,
	.penci-mag-featured-content h3 a {
		font-size: 12px
	}
	.featured-style-13 .penci-item-1 .penci-mag-featured-content h3 a,
	.featured-style-14 .penci-item-1 .penci-mag-featured-content h3 a,
	.featured-style-15 .penci-mag-featured-content h3 a,
	.featured-style-17 .penci-item-3 .penci-mag-featured-content h3 a,
	.featured-style-18 .penci-item-3 .penci-mag-featured-content h3 a,
	.featured-style-37 .penci-item-1 .penci-mag-featured-content h3 a,
	.featured-style-6 .penci-item-1 .penci-mag-featured-content h3 a {
		font-size: 16px
	}
	.featured-style-1 .penci-owl-carousel .penci-image-holder:before {
		padding-top: 50%
	}
	.penci-photo-2-effect figcaption h2,
	.penci_sidebar .penci-photo-2-effect figcaption h2 {
		font-size: 14px
	}
	.featured-style-13 .penci-image-holder:before,
	.featured-style-14 .penci-image-holder:before {
		height: 200px
	}
	.featured-style-17 .penci-image-holder:before,
	.featured-style-18 .penci-image-holder:before {
		height: 140px
	}
	.featured-style-17 .penci-slide17-item-2 .penci-image-holder:before,
	.featured-style-18 .penci-slide17-item-2 .penci-image-holder:before {
		height: 220px
	}
	.featured-style-19 .penci-item-0 .penci-mag-featured-content h3 a,
	.featured-style-19 .penci-item-1 .penci-mag-featured-content h3 a,
	.featured-style-19 .penci-mag-featured-content h3 a {
		font-size: 13px
	}
	.featured-style-22 .penci-item-0 .penci-mag-featured-content h3 a,
	.featured-style-22 .penci-item-2 .penci-mag-featured-content h3 a,
	.featured-style-22 .penci-item-3 .penci-mag-featured-content h3 a,
	.featured-style-22 .penci-item-4 .penci-mag-featured-content h3 a,
	.featured-style-22 .penci-item-5 .penci-mag-featured-content h3 a,
	.featured-style-22 .penci-item-6 .penci-mag-featured-content h3 a {
		font-size: 14px
	}
	.featured-style-22 .penci-item-1 .penci-mag-featured-content h3 a {
		font-size: 16px
	}
	.featured-style-22 .penci-item-2 .penci-slide-overlay .penci-mag-featured-content,
	.featured-style-22 .penci-item-3 .penci-slide-overlay .penci-mag-featured-content,
	.featured-style-22 .penci-item-4 .penci-slide-overlay .penci-mag-featured-content,
	.featured-style-22 .penci-item-5 .penci-slide-overlay .penci-mag-featured-content,
	.featured-style-22 .penci-item-6 .penci-slide-overlay .penci-mag-featured-content,
	.featured-style-23 .penci-item-1 .penci-slide-overlay .penci-mag-featured-content,
	.featured-style-23 .penci-item-2 .penci-slide-overlay .penci-mag-featured-content,
	.featured-style-23 .penci-item-3 .penci-slide-overlay .penci-mag-featured-content,
	.featured-style-23 .penci-item-4 .penci-slide-overlay .penci-mag-featured-content,
	.featured-style-23 .penci-item-5 .penci-slide-overlay .penci-mag-featured-content,
	.featured-style-23 .penci-item-6 .penci-slide-overlay .penci-mag-featured-content {
		padding: 0 5px;
		bottom: 10px
	}
	.featured-style-22.penci-flat-overlay .penci-item-2 .penci-slide-overlay .penci-mag-featured-content,
	.featured-style-22.penci-flat-overlay .penci-item-3 .penci-slide-overlay .penci-mag-featured-content,
	.featured-style-22.penci-flat-overlay .penci-item-4 .penci-slide-overlay .penci-mag-featured-content,
	.featured-style-22.penci-flat-overlay .penci-item-5 .penci-slide-overlay .penci-mag-featured-content,
	.featured-style-22.penci-flat-overlay .penci-item-6 .penci-slide-overlay .penci-mag-featured-content,
	.featured-style-23.penci-flat-overlay .penci-item-1 .penci-slide-overlay .penci-mag-featured-content,
	.featured-style-23.penci-flat-overlay .penci-item-2 .penci-slide-overlay .penci-mag-featured-content,
	.featured-style-23.penci-flat-overlay .penci-item-3 .penci-slide-overlay .penci-mag-featured-content,
	.featured-style-23.penci-flat-overlay .penci-item-4 .penci-slide-overlay .penci-mag-featured-content,
	.featured-style-23.penci-flat-overlay .penci-item-5 .penci-slide-overlay .penci-mag-featured-content,
	.featured-style-23.penci-flat-overlay .penci-item-6 .penci-slide-overlay .penci-mag-featured-content {
		padding: 12px 5px;
		bottom: 0
	}
	.featured-style-26 .penci-item-1 .penci-mag-featured-content h3 a {
		font-size: 16px
	}
	.featured-style-26 .penci-item-0 .penci-mag-featured-content h3 a,
	.featured-style-26 .penci-item-2 .penci-mag-featured-content h3 a,
	.featured-style-26 .penci-item-3 .penci-mag-featured-content h3 a,
	.featured-style-26 .penci-item-4 .penci-mag-featured-content h3 a {
		font-size: 14px
	}
	.featured-style-26 .penci-item-1 .penci-image-holder:before {
		height: 220px
	}
	.featured-style-27 .penci-item-1 .penci-mag-featured-content h3 a {
		font-size: 16px
	}
	.featured-style-28 .wrapper-item .penci-item-1 {
		width: 300px
	}
	.featured-style-28 .penci-item-1 .penci-image-holder:before {
		height: 404px;
		padding: 0
	}
	.featured-style-28 .penci-item-1 .penci-mag-featured-content h3 a {
		font-size: 18px
	}
	.featured-style-29 .penci-featured-content,
	.featured-style-30 .penci-featured-content {
		padding: 0 15px
	}
	.featured-style-29 .penci-featured-content .feat-text h3 a,
	.featured-style-30 .penci-featured-content .feat-text h3 a {
		font-size: 18px
	}
	.featured-style-29 .penci-image-holder:before,
	.featured-style-30 .penci-image-holder:before {
		height: 300px
	}
	.featured-style-29 .penci-featured-slider-button a,
	.featured-style-30 .penci-featured-slider-button a {
		height: 30px;
		line-height: 26px;
		padding: 0 10px;
		font-size: 11px
	}
	.featured-style-31 .penci-image-holder,
	.featured-style-32 .penci-image-holder {
		height: 400px !important
	}
	.pencislider-container .pencislider-content .pencislider-title {
		font-size: 20px
	}
	.pencislider-container .pencislider-content .pencislider-caption {
		font-size: 14px
	}
	.pencislider-container .pencislider-content .pencislider-button {
		padding: 8px 15px 8px;
		font-size: 12px
	}
	.container .penci-grid li.typography-style .grid-post-box-meta {
		display: none
	}
	.grid-mixed .mixed-detail {
		padding: 30px 15px
	}
	.grid-mixed .mixed-detail h2 a {
		font-size: 16px
	}
	.typography-style .content-typography {
		left: 10px;
		right: 10px;
		top: 10px;
		bottom: 10px
	}
	.penci-grid li.list-boxed-post-2 .inner-parent-boxed-2,
	.penci_sidebar .penci-grid li.list-boxed-post-2 .inner-parent-boxed-2 {
		min-height: 200px;
		height: auto;
		padding: 30px 15px
	}
	.error-404 .sub-heading-text-404 {
		font-size: 13px
	}
	.penci-post-box-meta,
	.penci-post-box-meta.post-box-boxed-1 {
		text-align: center
	}
	.penci-post-box-meta .penci-post-share-box {
		display: block;
		float: none;
		margin-top: 15px
	}
	.penci-post-box-meta .penci-box-meta i {
		display: none
	}
	.penci-more-link a.more-link {
		font-size: 12px;
		padding: 5px 0
	}
	.widget .tagcloud a {
		font-size: 10px !important;
		padding: 4px 10px 3px;
		margin-right: 4px;
		margin-bottom: 8px
	}
	.header-standard .post-title,
	.header-standard h2,
	.header-standard h2 a,
	.pc_titlebig_standard,
	.pc_titlebig_standard a,
	.penci-header-signup-form h4.header-signup-form,
	.penci-page-header h1 {
		font-size: 18px
	}
	.cat>a.penci-cat-name,
	.penci-grid li .item .cat a,
	.penci-masonry .item-masonry .cat a {
		font-size: 11px
	}
	.home-featured-cat-content .mag-photo .magcat-detail {
		padding: 15px;
		width: 100%
	}
	.home-featured-cat-content .mag-photo .magcat-detail h3 a {
		font-size: 16px;
		letter-spacing: 0
	}
	.home-featured-cat-content .magcat-detail .mag-meta {
		margin-top: 5px
	}
	.home-featured-cat-content .mag-photo .grid-post-box-meta span,
	.home-featured-cat-content .mag-photo .grid-post-box-meta span a {
		font-size: 12px
	}
	.home-featured-cat-content .magcat-detail h3 a {
		font-size: 15px;
		line-height: 1.3
	}
	.home-featured-cat-content .magcat-detail .mag-meta span {
		font-size: 13px
	}
	.post-box-meta-single span {
		margin-top: 3px
	}
	.penci-pagination .disable-url,
	.penci-pagination a {
		font-size: 11px
	}
	.penci-pagination a i {
		font-size: 12px
	}
	ul.slick-dots li button {
		margin: 0 3px
	}
	.home-pupular-posts-title {
		font-size: 16px
	}
	#footer-copyright * {
		font-size: 12px
	}
	.penci_facebook_widget .fb_iframe_widget {
		display: block;
		margin-left: auto;
		margin-right: auto
	}
	.penci-rlt-popup {
		width: 240px
	}
	.penci-rlt-popup .rtlpopup-heading {
		padding-left: 12px;
		font-size: 14px
	}
	.penci-rlt-popup .rltpopup-item {
		padding-bottom: 12px;
		margin-bottom: 12px
	}
	.penci-rlt-popup .penci-rtlpopup-content {
		padding: 12px
	}
	.penci-rlt-popup .rltpopup-thumbnail {
		margin-right: 12px;
		width: 80px
	}
	.penci-rlt-popup .penci-close-rltpopup {
		right: 2px
	}
	.penci-rlt-popup .rltpopup-meta .rltpopup-title {
		font-size: 13px
	}
	.penci-rlt-popup .rltpopup-meta .date {
		font-size: 12px
	}
	a img.alignleft,
	a img.alignnone,
	a img.alignright {
		margin: 0 auto 30px auto;
		float: none;
		display: block
	}
	.video-align-left,
	.video-align-right {
		margin-left: 0;
		margin-right: 0;
		float: none
	}
	.elementor-widget-text-editor ol,
	.elementor-widget-text-editor ul,
	.post-entry ol,
	.post-entry ul,
	.woocommerce .page-description ol,
	.woocommerce .page-description ul {
		padding-left: 25px
	}
	.archive-box h1,
	.archive-box span,
	.author-content h5,
	.author-content h5 a,
	.item-related h3 a,
	.post-box-title,
	.thecomment .comment-text span.author,
	.thecomment .comment-text span.author a {
		font-size: 16px
	}
	.post-header h1 {
		font-size: 16px
	}
	.page .post-header h1 {
		font-size: 20px
	}
	.post-tags {
		display: block
	}
	.post-share {
		display: block;
		float: none;
		margin-top: 8px
	}
	.post-share .share-title {
		display: inline-block
	}
	.post-pagination .next-post,
	.post-pagination .prev-post {
		width: 100%;
		float: none;
		text-align: center
	}
	.post-pagination h5,
	.post-pagination h5.next-title {
		padding: 0 !important
	}
	.post-pagination .prev-post {
		margin-bottom: 15px
	}
	.post-pagination.pcpagp-style-1 .penci-post-nav-thumb,
	.post-pagination.pcpagp-style-2 .penci-post-nav-thumb {
		display: none !important
	}
	.penci-related-grid-display .item-related {
		width: 100%;
		float: none
	}
	.comments ul.children {
		margin: 0 0 0 35px
	}
	#sidebar-nav {
		width: var(--pcsnav-w);
		transform: translateX(calc( var(--pcsnav-w) * -1 ));
		-webkit-transform: translateX(calc( var(--pcsnav-w) * -1 ));
		-moz-transform: translateX(calc( var(--pcsnav-w) * -1 ))
	}
	.open-sidebar-nav #close-sidebar-nav {
		left: var(--pcsnav-w)
	}
	.open-sidebar-nav #sidebar-nav {
		left: var(--pcsnav-w)
	}
	.penci-pagination ul.page-numbers li {
		margin-right: 5px
	}
	.penci-pagination ul.page-numbers li a,
	.penci-pagination ul.page-numbers li span {
		width: 25px
	}
	ul.footer-socials li {
		margin-right: 10px
	}
	ul.footer-socials li a {
		line-height: 32px
	}
	ul.footer-socials li a i {
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 14px
	}
	#footer-logo a {
		max-width: 280px
	}
	#footer-logo img {
		max-width: 100%
	}
	.footer-instagram h4.footer-instagram-title span {
		padding: 0 20px;
		font-size: 14px
	}
	.comments .children,
	.comments>.comment>.comment {
		margin: 0 0 0 20px
	}
	.overlay-post-box-meta>div {
		margin-top: 15px
	}
	.overlay-post-box-meta>div:first-child {
		margin-top: 0;
		display: block
	}
	.overlay-post-box-meta>div:after {
		content: none;
		display: none
	}
	.penci-single-mag-slider .magcat-detail {
		padding: 10px 15px
	}
	.penci-single-mag-slider .magcat-detail .magcat-titlte {
		font-size: 15px
	}
	.footer-menu li {
		padding: 0 5px
	}
	.penci-post-gallery-container.masonry .item-gallery-masonry {
		width: 100% !important;
		opacity: 1
	}
	.penci-post-gallery-container.masonry .item-gallery-masonry.animated {
		animation-name: none;
		-webkit-animation-name: none;
		-moz-animation-name: none;
		-o-animation-name: none
	}
	.footer-subscribe {
		padding: 40px 0
	}
	.footer-subscribe h4.footer-subscribe-title {
		font-size: 24px
	}
	.footer-subscribe .mc4wp-form {
		width: 100%;
		padding: 0 20px
	}
	.footer-subscribe .mc4wp-form .memail,
	.footer-subscribe .mc4wp-form .msubmit {
		width: 100%;
		float: none;
		margin-left: 0
	}
	.footer-subscribe .widget .mc4wp-form input[type=submit] {
		max-width: 100%
	}
	.penci-menu-hbg.mstyle-fullwidth {
		width: 100% !important;
	}
	.open-mobile-builder-sidebar-nav .penci-builder-mobile-sidebar-nav.mstyle-fullwidth {
		left: 100%;
	}
	.penci-builder-mobile-sidebar-nav.mstyle-fullwidth {
		transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		transition: unset;
	}
	.open-mobile-builder-sidebar-nav .close-mobile-menu-builder.mstyle-fullwidth {
		height: auto;
		top: 10px;
		left: 10px;
		right: auto;
		z-index: 99999999;
		padding: 0;
		background: transparent;
	}
	.close-mobile-menu-builder.mstyle-fullwidth i {
		background-color: transparent;
		font-size: 18px;
	}
	.close-mobile-menu-builder.mstyle-fullwidth {
		background-color: transparent;
		transition: none;
	}
	.open-mobile-builder-sidebar-nav #wpadminbar {
		z-index: 9;
	}
	#sidebar-nav.mstyle-fullwidth {
		width: 100% !important;
	}
	.open-sidebar-nav #sidebar-nav.mstyle-fullwidth {
		left: 100%;
	}
	#sidebar-nav.mstyle-fullwidth {
		transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		transition: unset;
	}
	.open-sidebar-nav #close-sidebar-nav.mstyle-fullwidth {
		height: auto;
		top: 10px;
		left: 10px;
		right: auto;
		z-index: 99999999;
		padding: 0;
		background: transparent;
	}
	#close-sidebar-nav.mstyle-fullwidth i {
		background-color: transparent;
		font-size: 18px;
	}
	#close-sidebar-nav.mstyle-fullwidth {
		background-color: transparent;
		transition: none;
	}
	.open-sidebar-nav #wpadminbar {
		z-index: 9;
	}
	.penci-single-style-12 {
		margin-bottom: 0;
	}
}
@media screen and (max-width:782px) and (min-width:601px) {
	.admin-bar .is-sticky #navigation {
		top: 46px !important
	}
}
@media screen and (max-width:600px) {
	.is-sticky #navigation {
		top: 0 !important;
		z-index: 999999
	}
	#close-sidebar-nav,
	#sidebar-nav,
	.penci-menu-hbg,
	.penci-menu-hbg-overlay {
		z-index: 9999999
	}
	#close-sidebar-nav i {
		display: inline-block
	}
}
.penci-wrap-gprd-law {
	display: block;
	color: #212121;
	font-size: 14px
}
.penci-gprd-law {
	padding: 7px 15px;
	color: inherit;
	font-size: inherit;
	display: block;
	text-align: center;
	transition: all .3s;
	-webkit-transition: all .3s;
	background: #f5f5f5
}
.penci-gprd-law p {
	font-size: inherit;
	color: inherit;
	margin: 0;
	display: inline-block
}
.penci-gprd-law .penci-gprd-accept,
.penci-gprd-law .penci-gprd-more {
	display: inline-block;
	padding: 0;
	line-height: 1;
	font-size: inherit;
	color: inherit;
	margin-left: 10px;
	transition: opacity .3s;
	-webkit-transition: opacity .3s
}
.penci-gprd-law .penci-gprd-accept {
	background: #212121;
	color: #fff;
	padding: 6px 15px
}
.penci-gprd-law .penci-gprd-accept:hover,
.penci-gprd-law .penci-gprd-more:hover {
	opacity: .8
}
.penci-gprd-law,
.penci-wrap-gprd-law .penci-gdrd-show {
	position: fixed;
	z-index: 19999;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%
}
.penci-wrap-gprd-law .penci-gdrd-show {
	display: inline-block;
	width: auto;
	right: 100px;
	left: auto;
	padding: 6px 15px;
	font-size: inherit;
	color: inherit;
	background: #f5f5f5;
	line-height: 1;
	transition: all .3s;
	-webkit-transition: all .3s;
	transition-delay: .2s;
	-webkit-transition-delay: .2s
}
.penci-wrap-gprd-law-close {
	z-index: 0
}
.penci-close-all .penci-gdrd-show,
.penci-close-all .penci-gprd-law {
	visibility: hidden
}
.penci-wrap-gprd-law .penci-gdrd-show,
.penci-wrap-gprd-law-close .penci-gprd-law {
	transform: translateY(100%);
	-webkit-transform: translateY(100%)
}
.penci-wrap-gprd-law-close .penci-gdrd-show {
	transform: translateY(0);
	-webkit-transform: translateY(0)
}
@media screen and (max-width:767px) {
	.penci-wrap-gprd-law .penci-gdrd-show {
		display: none !important
	}
}
.bos_searchbox_widget_class #flexi_searchbox #b_searchboxInc {
	padding: 20px
}
#flexi_searchbox #b_searchboxInc .b_submitButton_wrapper .b_submitButton {
	display: inline-block
}
.bos_searchbox_widget_class #flexi_searchbox h1,
.bos_searchbox_widget_class #flexi_searchbox h2,
.bos_searchbox_widget_class #flexi_searchbox h3,
.bos_searchbox_widget_class #flexi_searchbox h4 {
	font-family: var(--pchead-font);
	font-style: normal;
	font-weight: var(--pchead-wei)
}
.bos_searchbox_widget_class #flexi_searchbox h3,
.bos_searchbox_widget_class #flexi_searchbox h4 {
	margin-bottom: 10px
}
.bos_searchbox_widget_class #flexi_searchbox h3 {
	font-size: 24px
}
.bos_searchbox_widget_class #flexi_searchbox #b_searchboxInc input[type=text],
.bos_searchbox_widget_class #flexi_searchbox #b_searchboxInc select {
	border-radius: 0;
	border: none
}
.bos_searchbox_widget_class #flexi_searchbox #b_searchboxInc input[type=text] {
	height: 34px;
	line-height: 34px;
	padding: 0 10px !important;
	width: 100% !important
}
.bos_searchbox_widget_class #flexi_searchbox #b_searchboxInc select {
	padding: 5px 10px !important;
	height: 28px;
	line-height: 28px;
	margin-right: 10px
}
.bos_searchbox_widget_class #flexi_searchbox #b_searchboxInc .b_submitButton_wrapper .b_submitButton,
.bos_searchbox_widget_class #flexi_searchbox #b_searchboxInc .b_submitButton_wrapper .b_submitButton:hover {
	border-radius: 0;
	border: none;
	box-shadow: none;
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei);
	font-size: 14px;
	padding: 0 20px;
	line-height: 40px
}
.bos_searchbox_widget_class #flexi_searchbox #b_searchboxInc .b_submitButton_wrapper .b_submitButton:hover {
	border: 0;
	border-radius: 0;
	opacity: .8
}
.bos_searchbox_widget_class #flexi_searchbox #b_searchboxInc #b_searchCheckInDate,
.bos_searchbox_widget_class #flexi_searchbox #b_searchboxInc #b_searchCheckOutDate,
.bos_searchbox_widget_class #flexi_searchbox #b_searchboxInc #b_searchDest,
.bos_searchbox_widget_class #flexi_searchbox #b_searchboxInc .b_submitButton_wrapper {
	margin-bottom: 20px
}
.penci-vc-row {
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	flex-wrap: wrap
}
.penci-vc-column {
	float: left;
	padding-left: 10px;
	padding-right: 10px
}
.penci-vc-row:after {
	content: " ";
	display: table;
	width: 100%
}
.penci-col-1,
.penci-col-10,
.penci-col-11,
.penci-col-12,
.penci-col-2,
.penci-col-3,
.penci-col-4,
.penci-col-5,
.penci-col-6,
.penci-col-7,
.penci-col-8,
.penci-col-9 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px
}
@media (min-width:480px) {
	.penci-col-1,
	.penci-col-10,
	.penci-col-11,
	.penci-col-12,
	.penci-col-2,
	.penci-col-3,
	.penci-col-4,
	.penci-col-5,
	.penci-col-6,
	.penci-col-7,
	.penci-col-8,
	.penci-col-9 {
		width: 100%
	}
}
@media (min-width:768px) {
	.penci-col-10,
	.penci-col-11,
	.penci-col-12,
	.penci-col-7,
	.penci-col-8,
	.penci-col-9 {
		width: 100%
	}
}
@media (min-width:992px) {
	.penci-col-1,
	.penci-col-10,
	.penci-col-11,
	.penci-col-12,
	.penci-col-2,
	.penci-col-3,
	.penci-col-4,
	.penci-col-5,
	.penci-col-6,
	.penci-col-7,
	.penci-col-8,
	.penci-col-9 {
		float: left;
		margin-bottom: 0
	}
	.penci-col-12 {
		width: 100%
	}
	.penci-col-11 {
		width: 91.66666667%
	}
	.penci-col-10 {
		width: 83.33333333%
	}
	.penci-col-9 {
		width: 75%
	}
	.penci-col-8 {
		width: 66.66666667%
	}
	.penci-col-7 {
		width: 58.33333333%
	}
	.penci-col-6 {
		width: 50%
	}
	.penci-col-5 {
		width: 41.66666667%
	}
	.penci-col-4 {
		width: 33.33333333%
	}
	.penci-col-3 {
		width: 25%
	}
	.penci-col-2 {
		width: 16.66666667%
	}
	.penci-col-1 {
		width: 8.33333333%
	}
}
.pencisc-grid .pencisc-grid-item {
	word-break: break-word;
	min-width: 0
}
.penci-lposts-ctcol.pencisc-grid-1 .penci-grid,
.penci-lposts-ctcol.pencisc-grid-2 .penci-grid,
.penci-lposts-ctcol.pencisc-grid-3 .penci-grid,
.penci-lposts-ctcol.pencisc-grid-4 .penci-grid,
.penci-lposts-ctcol.pencisc-grid-5 .penci-grid,
.penci-lposts-ctcol.pencisc-grid-6 .penci-grid {
	display: flex;
	overflow: hidden;
	flex-wrap: wrap;
	grid-column-gap: 30px;
	grid-row-gap: 30px
}
.penci-featured-cat-ctcol.pencisc-grid-1 .home-featured-cat-content,
.penci-featured-cat-ctcol.pencisc-grid-2 .home-featured-cat-content,
.penci-featured-cat-ctcol.pencisc-grid-3 .home-featured-cat-content,
.penci-featured-cat-ctcol.pencisc-grid-4 .home-featured-cat-content,
.penci-featured-cat-ctcol.pencisc-grid-5 .home-featured-cat-content,
.penci-featured-cat-ctcol.pencisc-grid-6 .home-featured-cat-content {
	display: flex;
	overflow: hidden;
	flex-wrap: wrap;
	grid-column-gap: 10px;
	grid-row-gap: 10px
}
.pencisc-grid-1 .pencisc-grid,
.pencisc-grid-2 .pencisc-grid,
.pencisc-grid-3 .pencisc-grid,
.pencisc-grid-4 .pencisc-grid,
.pencisc-grid-5 .pencisc-grid,
.pencisc-grid-6 .pencisc-grid {
	display: flex;
	overflow: hidden;
	flex-wrap: wrap;
	grid-column-gap: 30px;
	grid-row-gap: 30px
}
.penci-gallery-bsc .pencisc-grid {
	grid-column-gap: 0;
	grid-row-gap: 0
}
.penci-featured-cat-ctcol.pencisc-grid-1 .home-featured-cat-content,
.penci-lposts-ctcol.pencisc-grid-1 .penci-grid,
.pencisc-grid-1 .pencisc-grid {
	grid-template-columns: repeat(1, 1fr);
	display: grid
}
.penci-featured-cat-ctcol.pencisc-grid-2 .home-featured-cat-content,
.penci-lposts-ctcol.pencisc-grid-2 .penci-grid,
.pencisc-grid-2 .pencisc-grid {
	grid-template-columns: repeat(2, 1fr);
	display: grid
}
.penci-featured-cat-ctcol.pencisc-grid-3 .home-featured-cat-content,
.penci-lposts-ctcol.pencisc-grid-3 .penci-grid,
.pencisc-grid-3 .pencisc-grid {
	grid-template-columns: repeat(3, 1fr);
	display: grid
}
.penci-featured-cat-ctcol.pencisc-grid-4 .home-featured-cat-content,
.penci-lposts-ctcol.pencisc-grid-4 .penci-grid,
.pencisc-grid-4 .pencisc-grid {
	grid-template-columns: repeat(4, 1fr);
	display: grid
}
.penci-featured-cat-ctcol.pencisc-grid-5 .home-featured-cat-content,
.penci-lposts-ctcol.pencisc-grid-5 .penci-grid,
.pencisc-grid-5 .pencisc-grid {
	grid-template-columns: repeat(5, 1fr);
	display: grid
}
.penci-featured-cat-ctcol.pencisc-grid-6 .home-featured-cat-content,
.penci-lposts-ctcol.pencisc-grid-6 .penci-grid,
.pencisc-grid-6 .pencisc-grid {
	grid-template-columns: repeat(6, 1fr);
	display: grid
}
@media (max-width:1024px) {
	.pencisc-grid-tablet-0 .pencisc-grid {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		overflow: hidden;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.penci-featured-cat-ctcol.pencisc-grid-tablet-1 .home-featured-cat-content,
	.penci-lposts-ctcol.pencisc-grid-tablet-1 .penci-grid,
	.pencisc-grid-tablet-1 .pencisc-grid {
		grid-template-columns: repeat(1, 1fr);
		display: grid
	}
	.penci-featured-cat-ctcol.pencisc-grid-tablet-2 .home-featured-cat-content,
	.penci-lposts-ctcol.pencisc-grid-tablet-2 .penci-grid,
	.pencisc-grid-tablet-2 .pencisc-grid {
		grid-template-columns: repeat(2, 1fr);
		display: grid
	}
	.penci-featured-cat-ctcol.pencisc-grid-tablet-3 .home-featured-cat-content,
	.penci-lposts-ctcol.pencisc-grid-tablet-3 .penci-grid,
	.pencisc-grid-tablet-3 .pencisc-grid {
		grid-template-columns: repeat(3, 1fr);
		display: grid
	}
	.penci-featured-cat-ctcol.pencisc-grid-tablet-4 .home-featured-cat-content,
	.penci-lposts-ctcol.pencisc-grid-tablet-4 .penci-grid,
	.pencisc-grid-tablet-4 .pencisc-grid {
		grid-template-columns: repeat(4, 1fr);
		display: grid
	}
	.penci-featured-cat-ctcol.pencisc-grid-tablet-5 .home-featured-cat-content,
	.penci-lposts-ctcol.pencisc-grid-tablet-5 .penci-grid,
	.pencisc-grid-tablet-5 .pencisc-grid {
		grid-template-columns: repeat(5, 1fr);
		display: grid
	}
	.penci-featured-cat-ctcol.pencisc-grid-tablet-6 .home-featured-cat-content,
	.penci-lposts-ctcol.pencisc-grid-tablet-6 .penci-grid,
	.pencisc-grid-tablet-6 .pencisc-grid {
		grid-template-columns: repeat(6, 1fr);
		display: grid
	}
	.pencisc-grid-tablet-7 .pencisc-grid {
		grid-template-columns: repeat(7, 1fr);
		display: grid
	}
	.pencisc-grid-tablet-8 .pencisc-grid {
		grid-template-columns: repeat(8, 1fr);
		display: grid
	}
	.pencisc-grid-tablet-9 .pencisc-grid {
		grid-template-columns: repeat(9, 1fr);
		display: grid
	}
	.pencisc-grid-tablet-10 .pencisc-grid {
		grid-template-columns: repeat(10, 1fr);
		display: grid
	}
	.pencisc-grid-tablet-11 .pencisc-grid {
		grid-template-columns: repeat(11, 1fr);
		display: grid
	}
	.pencisc-grid-tablet-12 .pencisc-grid {
		grid-template-columns: repeat(12, 1fr);
		display: grid
	}
}
@media (max-width:767px) {
	.pencisc-grid-mobile-0 .pencisc-grid {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		overflow: hidden;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.penci-featured-cat-ctcol.pencisc-grid-mobile-1 .home-featured-cat-content,
	.penci-lposts-ctcol.pencisc-grid-mobile-1 .penci-grid,
	.pencisc-grid-mobile-1 .pencisc-grid {
		grid-template-columns: repeat(1, 1fr);
		display: grid
	}
	.penci-featured-cat-ctcol.pencisc-grid-mobile-2 .home-featured-cat-content,
	.penci-lposts-ctcol.pencisc-grid-mobile-2 .penci-grid,
	.pencisc-grid-mobile-2 .pencisc-grid {
		grid-template-columns: repeat(2, 1fr);
		display: grid
	}
	.penci-featured-cat-ctcol.pencisc-grid-mobile-3 .home-featured-cat-content,
	.penci-lposts-ctcol.pencisc-grid-mobile-3 .penci-grid,
	.pencisc-grid-mobile-3 .pencisc-grid {
		grid-template-columns: repeat(3, 1fr);
		display: grid
	}
	.penci-featured-cat-ctcol.pencisc-grid-mobile-4 .home-featured-cat-content,
	.penci-lposts-ctcol.pencisc-grid-mobile-4 .penci-grid,
	.pencisc-grid-mobile-4 .pencisc-grid {
		grid-template-columns: repeat(4, 1fr);
		display: grid
	}
	.penci-featured-cat-ctcol.pencisc-grid-mobile-5 .home-featured-cat-content,
	.penci-lposts-ctcol.pencisc-grid-mobile-5 .penci-grid,
	.pencisc-grid-mobile-5 .pencisc-grid {
		grid-template-columns: repeat(5, 1fr);
		display: grid
	}
	.penci-featured-cat-ctcol.pencisc-grid-mobile-6 .home-featured-cat-content,
	.penci-lposts-ctcol.pencisc-grid-mobile-6 .penci-grid,
	.pencisc-grid-mobile-6 .pencisc-grid {
		grid-template-columns: repeat(6, 1fr);
		display: grid
	}
	.pencisc-grid-mobile-7 .pencisc-grid {
		grid-template-columns: repeat(7, 1fr);
		display: grid
	}
	.pencisc-grid-mobile-8 .pencisc-grid {
		grid-template-columns: repeat(8, 1fr);
		display: grid
	}
	.pencisc-grid-mobile-9 .pencisc-grid {
		grid-template-columns: repeat(9, 1fr);
		display: grid
	}
	.pencisc-grid-mobile-10 .pencisc-grid {
		grid-template-columns: repeat(10, 1fr);
		display: grid
	}
	.pencisc-grid-mobile-11 .pencisc-grid {
		grid-template-columns: repeat(11, 1fr);
		display: grid
	}
	.pencisc-grid-mobile-12 .pencisc-grid {
		grid-template-columns: repeat(12, 1fr);
		display: grid
	}
}
.container.two-sidebar {
	width: var(--pcctain2);
	display: flex;
	flex-wrap: wrap
}
.container.penci-breadcrumb.two-sidebar {
	display: block
}
.penci-two-sidebar .container.penci-breadcrumb {
	width: var(--pcctain2);
	display: block
}
.penci-vc-row.penci-vc-dis-padding {
	margin-left: 0;
	margin-right: 0
}
.container.two-sidebar #main,
.layout-14_12_14 .penci-main-content {
	width: 57%;
	order: 2;
	padding-left: 50px;
	padding-right: 50px
}
.container.two-sidebar .penci-sidebar-content,
.layout-14_12_14 .penci-vc-sidebar {
	width: 21.5%
}
.container.two-sidebar .penci-sidebar-left,
.layout-14_12_14 .penci-sidebar-left {
	order: 1
}
.container.two-sidebar .penci-sidebar-right,
.layout-14_12_14 .penci-sidebar-right {
	order: 3
}
.layout-12_14_14 .penci-main-content {
	order: 1;
	width: 53.5%;
	padding-right: 50px
}
.layout-12_14_14 .penci-sidebar-left {
	order: 2;
	width: 25%;
	padding-right: 50px
}
.layout-12_14_14 .penci-sidebar-right {
	order: 3;
	width: 21.5%
}
.layout-14_14_12 .penci-main-content {
	order: 3;
	width: 53.5%;
	padding-left: 50px
}
.layout-14_14_12 .penci-sidebar-left {
	order: 1;
	width: 21.5%
}
.layout-14_14_12 .penci-sidebar-right {
	order: 2;
	width: 25%;
	padding-left: 50px
}
.layout-13_23 .penci-main-content,
.layout-23_13 .penci-main-content {
	width: 70.94%;
	float: left
}
.layout-23_13 .penci-main-content {
	padding-right: 50px
}
.layout-13_23 .penci-main-content {
	padding-left: 50px
}
.layout-13_23 .penci-vc-sidebar,
.layout-23_13 .penci-vc-sidebar {
	width: 29.06%;
	float: right
}
.penci-vc-container {
	margin-left: auto;
	margin-right: auto
}
.vc-penci-w1080,
.vc-penci-w1170,
.vc-penci-w1400 {
	width: 100%
}
.vc-penci-w1080 {
	max-width: 1080px
}
.vc-penci-w1170 {
	max-width: var(--pcctain)
}
.vc-penci-w1400 {
	max-width: var(--pcctain2)
}
.penci-missing-settings {
	font-size: 13px;
	font-weight: 400;
	text-align: left;
	padding: 10px 10px 5px;
	outline: 2px dashed #d4d4d4;
	color: #131313;
	font-family: Verdana, Geneva, sans-serif;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 10px
}
.penci-missing-settings span {
	font-size: 11px;
	position: relative;
	margin-right: 10px;
	margin-bottom: 5px;
	background-color: red;
	color: #fff;
	font-weight: 700;
	padding: 5px 10px;
	display: inline-block;
	vertical-align: top
}
.block-title-icon-left .inner-arrow i,
.block-title-icon-left .inner-arrow svg {
	margin-right: 8px;
	transition: 0.3s all ease-in-out;
}
.block-title-icon-right .inner-arrow i,
.block-title-icon-right .inner-arrow svg {
	margin-left: 8px;
	transition: 0.3s all ease-in-out;
}
.inner-arrow svg path {
	transition: 0.3s all ease-in-out;
}
.block-title-icon-left .inner-arrow svg,
.block-title-icon-right .inner-arrow svg {
	width: 16px;
	height: auto;
}
.penci-fancy-heading.penci-block-vc {
	background-color: transparent
}
.penci-fancy-heading.penci-heading-text-center {
	text-align: center
}
.penci-fancy-heading.penci-heading-text-center .penci-heading-content,
.penci-fancy-heading.penci-heading-text-center .penci-heading-subtitle {
	margin-left: auto;
	margin-right: auto
}
.penci-fancy-heading .penci-heading-content p {
	line-height: inherit;
	font-size: inherit;
	color: inherit;
	margin-bottom: 17px
}
.penci-fancy-heading .penci-heading-content p:last-child {
	margin-bottom: 0
}
.penci-fancy-heading.penci-heading-text-right {
	text-align: right;
	overflow: hidden
}
.penci-fancy-heading.penci-heading-text-right .penci-heading-content,
.penci-fancy-heading.penci-heading-text-right .penci-heading-subtitle,
.penci-fancy-heading.penci-heading-text-right .penci-heading-title {
	text-align: right;
	clear: both
}
.penci-fancy-heading.penci-heading-text-right .penci-heading-content {
	margin-right: 0;
	margin-left: auto
}
.penci-fancy-heading.penci-heading-text-right li {
	text-align: right;
	list-style-position: inside
}
.penci-fancy-heading.penci-heading-text-left {
	text-align: left
}
.penci-fancy-heading.penci-heading-text-left .penci-heading-content,
.penci-fancy-heading.penci-heading-text-left .penci-heading-subtitle,
.penci-fancy-heading.penci-heading-text-left .penci-heading-title {
	text-align: left;
	clear: both
}
.penci-fancy-heading.penci-heading-text-left .penci-heading-content {
	margin-right: auto;
	margin-left: 0
}
.penci-fancy-heading .penci-heading-title {
	font-size: 36px;
	color: #111;
	margin-top: 0;
	margin-bottom: 5px;
	line-height: 1.3;
	overflow: hidden
}
.penci-fancy-heading .inner-tit {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	display: inline-block;
	vertical-align: top;
	font-family: inherit
}
.penci-fancy-heading.pc-fctline .inner-tit {
	position: relative;
	padding: 0 20px
}
.penci-fancy-heading.pc-fctline .inner-tit:after,
.penci-fancy-heading.pc-fctline .inner-tit:before {
	content: "";
	height: 1px;
	top: 50%;
	right: 100%;
	width: 1000px;
	display: block;
	background: var(--pcborder-cl);
	position: absolute;
	margin-top: 1px
}
.penci-fancy-heading.pc-fctline .inner-tit:after {
	right: auto;
	left: 100%
}
.penci-fancy-heading .penci-heading-subtitle {
	margin-bottom: 10px
}
.penci-fancy-heading .penci-heading-title+.penci-heading-subtitle {
	margin-top: 10px
}
.penci-fancy-heading .penci-heading-content,
.penci-fancy-heading .penci-heading-subtitle {
	font-size: 16px
}
.penci-fancy-heading .penci-heading-content {
	margin-top: 10px;
	clear: both
}
.penci-fancy-heading .penci-separator {
	margin-bottom: 15px
}
.penci-separator {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	max-width: 60px;
	width: 100%;
	clear: both
}
.penci-separator-left .penci-heading-icon {
	margin-left: 0 !important
}
.penci-heading-text-left .inner-tit {
	padding-left: 0 !important
}
.penci-separator-center {
	margin-left: auto;
	margin-right: auto
}
.penci-separator-right {
	float: right
}
.penci-separator-right .penci-heading-icon {
	margin-right: 0 !important
}
.penci-heading-text-right .inner-tit {
	padding-right: 0 !important
}
.penci-separator-left .penci-sep_holder_l,
.penci-separator-right .penci-sep_holder_r {
	display: none
}
.penci-separator .penci-sep_holder {
	height: 1px;
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 10%
}
.penci-separator .penci-sep_line {
	height: 1px;
	border-top: 1px solid #dedede;
	border-color: #dedede;
	display: block;
	position: relative;
	top: 1px;
	width: 100%;
	border-bottom: none;
	border-left: none;
	border-right: none
}
.penci-separator-dotted .penci-sep_line {
	border-style: dotted
}
.penci-separator-dashed .penci-sep_line {
	border-style: dashed
}
.penci-separator-double .penci-sep_line {
	border-top-style: double;
	border-top-width: 4px;
	top: -2px
}
.penci-separator .penci-heading-icon {
	margin: 10px 15px;
	font-size: 20px;
	color: var(--pcaccent-cl)
}
.penci-animation-shrink {
	transition-duration: .3s;
	transition-property: transform
}
.penci-animation-shrink:active .penci-ibox-icon,
.penci-animation-shrink:hover .penci-ibox-icon {
	transform: scale(.9)
}
.penci-animation-grow {
	transition-duration: .3s;
	transition-property: transform
}
.penci-animation-grow:active .penci-ibox-icon,
.penci-animation-grow:hover .penci-ibox-icon {
	transform: scale(1.1)
}
@keyframes penci-animation-pulse {
	25% {
		transform: scale(1.1)
	}
	75% {
		transform: scale(.9)
	}
}
.penci-animation-pulse:active .penci-ibox-icon,
.penci-animation-pulse:hover .penci-ibox-icon {
	animation-name: penci-animation-pulse;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite
}
@keyframes penci-animation-pulse-grow {
	to {
		transform: scale(1.1)
	}
}
.penci-animation-pulse-grow:active .penci-ibox-icon,
.penci-animation-pulse-grow:hover .penci-ibox-icon {
	animation-name: penci-animation-pulse-grow;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate
}
@keyframes penci-animation-pulse-shrink {
	to {
		transform: scale(.9)
	}
}
.penci-animation-pulse-shrink:active .penci-ibox-icon,
.penci-animation-pulse-shrink:hover .penci-ibox-icon {
	animation-name: penci-animation-pulse-shrink;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate
}
@keyframes penci-animation-push {
	50% {
		transform: scale(.8)
	}
	100% {
		transform: scale(1)
	}
}
.penci-animation-push:active .penci-ibox-icon,
.penci-animation-push:hover .penci-ibox-icon {
	animation-name: penci-animation-push;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: 1
}
@keyframes penci-animation-pop {
	50% {
		transform: scale(1.2)
	}
}
.penci-animation-pop:active .penci-ibox-icon,
.penci-animation-pop:hover .penci-ibox-icon {
	animation-name: penci-animation-pop;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: 1
}
.penci-icon {
	display: inline-block;
	line-height: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: #818a91;
	font-size: 50px;
	text-align: center
}
.penci-icon i {
	width: 1em;
	height: 1em;
	position: relative;
	z-index: 20;
	display: block
}
.penci-info-box .penci-icon i:before,
.penci-info-box .penci-icon svg:before {
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.penci-icon:hover {
	color: #818a91
}
.penci-view-stacked .penci-icon {
	padding: .5em;
	background-color: #818a91;
	color: #fff;
	fill: #fff
}
.penci-view-stacked .penci-icon a {
	color: inherit
}
.penci-view-framed .penci-icon {
	padding: .5em;
	color: #818a91;
	border: 3px solid #818a91;
	background-color: transparent !important
}
.penci-shape-circle .penci-icon {
	-webkit-border-radius: 50%;
	border-radius: 50%
}
.penci-info-box {
	position: relative;
	margin-top: 0;
	padding-left: 0;
	padding-right: 0;
	transition: background-color .3s, background-image .3s, box-shadow .3s
}
.penci-info-box:after,
.penci-info-box:before {
	content: "";
	display: table;
	clear: both
}
.penci-info-box .penci-ibox-img_active {
	transition: all .7s
}
.penci-info-box .penci-ibox-img_hover {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: auto;
	left: 0;
	transition: all .7s
}
.penci-info-box .penci-ibox-icon--image {
	width: 90px;
	height: auto !important;
	overflow: hidden;
	position: relative
}
.penci-info-box .penci-ibox-icon--image img {
	width: 100%;
	height: auto
}
.penci-info-box.penci-shape-circle .penci-ibox-icon--image {
	border-radius: 50%;
	-webkit-border-radius: 50%
}
.penci-info-box .penci-ibox-line {
	margin-top: 10px;
	margin-bottom: 0;
	width: 40px;
	height: 2px;
	background: var(--pcaccent-cl);
	display: inline-block;
	vertical-align: top
}
.penci-info-box .penci-ibox-icon svg {
	vertical-align: top;
	transition: fill .15s
}
.penci-info-box .penci-ibox-icon-fa {
	z-index: 2;
	position: relative
}
.penci-info-box a.penci-ibox-icon-fa-fix {
	z-index: 25;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center
}
.penci-iboxwrap-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 30;
	display: block
}
.penci-info-box .penci-ibox-inner:hover .penci-ibox-icon--image.has-hover .penci-ibox-img_active {
	opacity: 0;
	visibility: hidden
}
.penci-info-box .penci-ibox-inner:hover .penci-ibox-icon--image.has-hover .penci-ibox-img_hover {
	opacity: 1;
	visibility: visible
}
.penci-info-box .penci-ibox-inner .penci-ibox-icon--image .penci-ibox-icon-fa {
	display: block;
	width: 100%;
	height: auto;
}

.penci-info-box .penci-ibox-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
	color: #111
}
.penci-info-box .penci-ibox-content {
	margin: 8px 0 0 0;
	color: #999;
	line-height: 1.7
}
.penci-info-box .penci-ibox-content a,
.penci-info-box .penci-ibox-content p {
	font-size: inherit;
	font-family: inherit;
	line-height: 1.7
}
.penci-info-box .pc-ibox-ctext {
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei)
}
.penci-info-box .penci-ibox-content>p:last-child {
	margin-bottom: 0
}
.penci-info-box .penci-ibox-stit {
	line-height: 1.4;
	margin-bottom: 5px;
	font-size: 13px;
	color: #666
}
.pc-ibox-wpline {
	line-height: 1
}
.penci-ibox-readmore,
.penci-media-rmbtn {
	margin-top: 15px;
	line-height: 1
}
.penci-info-box .penci-ibox-readmore a,
.penci-media-carousels .penci-media-rmbtn a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-family: var(--pchead-font);
	font-weight: 500;
	background: #f2f2f2;
	color: #111;
	display: inline-block;
	vertical-align: top;
	transition: all .3s;
	padding: 12px 20px;
	line-height: 1;
	vertical-align: top
}
.penci-info-box .penci-ibox-readmore.pc-ibox-borders a,
.penci-media-carousels .penci-media-rmbtn.pc-rmbtn-borders a {
	border: 2px solid
}
.penci-info-box .penci-ibox-readmore a:hover,
.penci-media-carousels .penci-media-rmbtn a:hover {
	background: #ddd
}
.penci-ibox-top-center .penci-ibox-icon,
.penci-ibox-top-left .penci-ibox-icon,
.penci-ibox-top-right .penci-ibox-icon {
	margin-bottom: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center
}
.penci-ibox-top-center .penci-ibox-icon {
	margin-left: auto;
	margin-right: auto
}
.penci-ibox-top-center .penci-ibox-icon--image,
.penci-ibox-top-left .penci-ibox-icon--image,
.penci-ibox-top-right .penci-ibox-icon--image {
	height: auto
}
.penci-ibox-top-center .penci-ibox-inner {
	text-align: center
}
.penci-ibox-top-center .penci-ibox-icon--image {
	margin-left: auto;
	margin-right: auto
}
.penci-ibox-top-left .penci-ibox-inner {
	text-align: left
}
.penci-ibox-top-left .penci-ibox-inner .penci-ibox-icon {
	float: left
}
.penci-ibox-top-right .penci-ibox-inner {
	text-align: right
}
.penci-ibox-top-right .penci-ibox-inner .penci-ibox-icon {
	float: right
}
.penci-ibox-top-left .penci-ibox-content-wrap,
.penci-ibox-top-right .penci-ibox-content-wrap {
	clear: both
}
.penci-ibox-float-left .penci-ibox-inner {
	display: flex;
	text-align: left;
	flex-direction: row;
	align-items: flex-start
}
.penci-ibox-float-left .penci-ibox-icon {
	margin-right: 20px;
	margin-bottom: 0 !important
}
.penci-ibox-float-right .penci-ibox-icon {
	margin-left: 20px;
	margin-bottom: 0 !important
}
.penci-ibox-top-right .penci-ibox-icon--image {
	float: right
}
.penci-ibox-top-right .penci-ibox-content {
	clear: both
}
.penci-ibox-float-left .penci-ibox-icon,
.penci-ibox-float-right .penci-ibox-icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center
}
.penci-ibox-float-right .penci-ibox-inner {
	display: flex;
	text-align: right;
	flex-direction: row-reverse;
	align-items: flex-start
}
.penci-info-box .penci-icon {
	position: relative
}
.penci-shape-circle .penci-animation-custom-1 .penci-ibox-icon:after,
.penci-shape-circle .penci-animation-custom-2 .penci-ibox-icon:after,
.penci-shape-circle .penci-animation-custom-3 .penci-ibox-icon:after,
.penci-shape-circle .penci-animation-custom-4 .penci-ibox-icon:after,
.penci-shape-circle .penci-animation-custom-5 .penci-ibox-icon:after {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index: 1
}
.penci-view-stacked .penci-animation-custom-1 .penci-ibox-icon:after,
.penci-view-stacked .penci-animation-custom-2 .penci-ibox-icon:after,
.penci-view-stacked .penci-animation-custom-3 .penci-ibox-icon:after,
.penci-view-stacked .penci-animation-custom-4 .penci-ibox-icon:after,
.penci-view-stacked .penci-animation-custom-5 .penci-ibox-icon:after {
	content: "";
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	box-shadow: 0 0 0 3px #818a91;
	transition: transform .3s, opacity .3s;
	opacity: 0
}
.penci-view-stacked .penci-animation-custom-2 .penci-ibox-icon:after {
	transform: scale(1.3)
}
.penci-view-stacked .penci-animation-custom-1 .penci-ibox-icon:after {
	transform: scale(.8)
}
.penci-view-stacked .penci-animation-custom-1:hover .penci-ibox-icon,
.penci-view-stacked .penci-animation-custom-2:hover .penci-ibox-icon {
	background-color: #818a91;
	color: #fff;
	fill: #fff
}
.penci-view-stacked .penci-animation-custom-1:hover .penci-ibox-icon:after,
.penci-view-stacked .penci-animation-custom-2:hover .penci-ibox-icon:after {
	-webkit-transform: scale(1.11);
	-moz-transform: scale(1.11);
	-ms-transform: scale(1.11);
	transform: scale(1.11);
	opacity: 1
}
.penci-view-stacked .penci-animation-custom-3 .penci-ibox-icon:after,
.penci-view-stacked .penci-animation-custom-4 .penci-ibox-icon:after,
.penci-view-stacked .penci-animation-custom-5 .penci-ibox-icon:after {
	transform: scale(1);
	box-shadow: none;
	background: #818a91;
	opacity: 1;
	z-index: 0
}
.penci-view-stacked .penci-animation-custom-3 .penci-ibox-icon,
.penci-view-stacked .penci-animation-custom-4 .penci-ibox-icon,
.penci-view-stacked .penci-animation-custom-5 .penci-ibox-icon {
	background-color: transparent !important;
	box-shadow: inset 0 0 0 3px #818a91
}
.penci-view-stacked .penci-animation-custom-3:hover .penci-ibox-icon:after {
	-webkit-transform: scale(.85);
	-moz-transform: scale(.85);
	-ms-transform: scale(.85);
	transform: scale(.85)
}
.penci-view-stacked .penci-animation-custom-4:hover .penci-ibox-icon:after {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 1
}
.penci-view-stacked .penci-animation-custom-4 .penci-ibox-icon:hover,
.penci-view-stacked .penci-animation-custom-5 .penci-ibox-icon:hover {
	color: #818a91;
	fill: #818a91
}
.penci-view-stacked .penci-animation-custom-5 {
	transition: color .3s
}
.penci-view-stacked .penci-animation-custom-5:hover .penci-ibox-icon:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0
}
.penci-view-framed .penci-animation-custom-1 .penci-ibox-icon:after,
.penci-view-framed .penci-animation-custom-2 .penci-ibox-icon:after,
.penci-view-framed .penci-animation-custom-5 .penci-ibox-icon:after {
	content: "";
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	transition: transform .2s, opacity .2s;
	opacity: 0
}
.penci-view-framed .penci-animation-custom-1 .penci-ibox-icon:after {
	background: #818a91;
	z-index: -1;
	transform: scale(1.3)
}
.penci-view-framed .penci-animation-custom-1 .penci-ibox-icon:hover {
	color: #fff
}
.penci-view-framed .penci-animation-custom-1:hover .penci-ibox-icon:after {
	transform: scale(1);
	opacity: 1
}
.penci-view-framed .penci-animation-custom-2 .penci-ibox-icon:after {
	z-index: 10;
	border: 3px dashed #818a91;
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
	width: auto;
	height: auto;
	opacity: 1
}
.penci-view-framed .penci-animation-custom-2 .penci-ibox-icon:hover {
	border-color: transparent !important
}
.penci-view-framed .penci-animation-custom-3 .penci-ibox-icon {
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 1);
	overflow: hidden;
	transition: background .3s, color .3s, box-shadow .3s
}
.penci-view-framed .penci-animation-custom-3:hover .penci-ibox-icon--i {
	-webkit-animation: penciIconToRightFromLeft .3s forwards;
	-moz-animation: penciIconToRightFromLeft .3s forwards;
	animation: penciIconToRightFromLeft .3s forwards
}
@-webkit-keyframes penciIconToRightFromLeft {
	49% {
		-webkit-transform: translate(100%)
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%)
	}
	51% {
		opacity: 1
	}
}
@keyframes penciIconToRightFromLeft {
	49% {
		transform: translate(100%)
	}
	50% {
		opacity: 0;
		transform: translate(-100%)
	}
	51% {
		opacity: 1
	}
}
@-webkit-keyframes penciIconspinAround {
	from {
		-webkit-transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg)
	}
}
@keyframes penciIconspinAround {
	from {
		transform: rotate(0)
	}
	to {
		transform: rotate(360deg)
	}
}
.penci-view-framed .penci-animation-custom-4:hover .penci-ibox-icon--i {
	-webkit-animation: penciIconspinAround 2s linear infinite;
	-moz-animation: penciIconspinAround 2s linear infinite;
	animation: penciIconspinAround 2s linear infinite
}
.penci-view-framed .penci-animation-custom-5 .penci-ibox-icon:after {
	z-index: 10;
	border: 3px solid #818a91;
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
	width: auto;
	height: auto;
	opacity: 1
}
.penci-view-framed .penci-animation-custom-5:hover {
	border-color: transparent !important;
	box-shadow: 0 0 0 6px #818a91
}
.penci-view-framed .penci-animation-custom-5:hover .penci-ibox-icon:after {
	-webkit-transform: scale(.85);
	-moz-transform: scale(.85);
	-ms-transform: scale(.85);
	transform: scale(.85);
	opacity: .5
}
.penci-countdown-bsc {
	overflow: hidden
}
.penci-countdown-bsc:after,
.penci-countdown-bsc:before {
	content: "";
	display: table;
	clear: both
}
.penci-countdown-bsc.penci-style-center {
	text-align: center
}
.penci-countdown-bsc.penci-style-right {
	text-align: right
}
.penci-countdown-bsc.penci-border-solid .penci-countdown-amount {
	border-style: solid
}
.penci-countdown-bsc.penci-border-dashed .penci-countdown-amount {
	border-style: dashed
}
.penci-countdown-bsc.penci-border-dotted .penci-countdown-amount {
	border-style: dotted
}
.penci-countdown-bsc.penci-border-double .penci-countdown-amount {
	border-style: double
}
.penci-countdown-rtl {
	direction: rtl
}
.penci-countdown-holding span {
	color: #888
}
.penci-countdown-row {
	clear: both;
	width: 100%;
	padding: 0;
	display: block;
	margin: -30px auto 0
}
.penci-countdown-show1 .penci-countdown-section {
	width: 100%
}
.penci-countdown-show2 .penci-countdown-section {
	width: 50%
}
.penci-countdown-show3 .penci-countdown-section {
	width: 33.3333%
}
.penci-countdown-show4 .penci-countdown-section {
	width: 25%
}
.penci-countdown-show5 .penci-countdown-section {
	width: 20%
}
.penci-countdown-show6 .penci-countdown-section {
	width: 16.6666667%
}
.penci-countdown-show7 .penci-countdown-section {
	width: 14.2857143%
}
.penci-countdown-section {
	display: block;
	float: left;
	font-size: 75%;
	padding: 30px 15px 0
}
.penci-countdown-s1.penci-style-left .penci-countdown-section {
	padding-left: 0
}
.penci-countdown-s1.penci-style-right .penci-countdown-section {
	padding-right: 0
}
.penci-countdown-amount {
	font-size: 90px;
	color: #111;
	font-family: var(--pchead-font);
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	min-width: 1em;
	max-width: 100%;
	min-height: 1em;
	line-height: 1em;
	display: inline-block
}
.penci-countdown-s1 .penci-countdown-period {
	display: block;
	vertical-align: top
}
.penci-countdown-period {
	display: inline-block;
	padding: 0 4px;
	font-size: 20px;
	color: #111;
	line-height: 1;
	margin-top: 5px
}
.penci-period-upper .penci-countdown-period {
	text-transform: uppercase
}
.penci-countdown-descr {
	display: block;
	width: 100%
}
.penci-countdown-s2 .penci-countdown-row,
.penci-countdown-s3 .penci-countdown-row,
.penci-countdown-s4 .penci-countdown-row {
	margin-left: -15px;
	margin-right: -15px;
	width: calc(100% + 30px)
}
.penci-countdown-s2 .penci-countdown-section,
.penci-countdown-s3 .penci-countdown-section,
.penci-countdown-s4 .penci-countdown-section {
	position: relative
}
.penci-countdown-s2 .penci-countdown-section:before,
.penci-countdown-s3 .penci-countdown-section:before,
.penci-countdown-s4 .penci-countdown-section:before {
	content: "";
	padding-top: 100%;
	display: block
}
.penci-countdown-s2 .penci-span-inner,
.penci-countdown-s3 .penci-span-inner,
.penci-countdown-s4 .penci-span-inner {
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	overflow: hidden;
	position: absolute;
	top: 30px;
	left: 15px;
	right: 15px;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column
}
.penci-countdown-s2 .penci-countdown-amount,
.penci-countdown-s3 .penci-countdown-amount,
.penci-countdown-s4 .penci-countdown-amount {
	font-size: 70px
}
.penci-countdown-s2 .penci-countdown-period,
.penci-countdown-s3 .penci-countdown-period,
.penci-countdown-s4 .penci-countdown-period {
	margin-bottom: 15px
}
.penci-countdown-s2 .penci-span-inner span,
.penci-countdown-s3 .penci-span-inner span,
.penci-countdown-s4 .penci-span-inner span {
	display: block
}
.penci-countdown-s2 .penci-span-inner {
	border-color: var(--pcaccent-cl)
}
.penci-countdown-s3 .penci-span-inner {
	border-color: #f5f5f5;
	background-color: #f5f5f5;
	border-radius: 50%
}
.penci-countdown-s4 .penci-span-inner {
	border: 0;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1)
}
.penci-cup_icon {
	font-size: 80px;
	display: inline-block;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	margin-bottom: 12px
}
.penci-cup-number-wrapper {
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 5px;
	color: #111;
	display: inline-block
}
.penci-cup-number-wrapper .penci-span-inner {
	display: flex;
	align-items: center
}
.penci-counter-up .penci-cup-label {
	font-size: 70%;
	line-height: 100%
}
.penci-counter-up .penci-counterup-number {
	margin-left: 5px;
	margin-right: 5px
}
.penci-counter-up .penci-cup-title {
	font-family: var(--pchead-font);
	font-style: normal;
	font-weight: var(--pchead-wei);
	font-size: 24px;
	margin-top: 5px
}
.penci-counterup-center {
	text-align: center
}
.penci-counterup-right {
	text-align: right;
	float: right
}
.penci-counterup-left {
	text-align: left
}
.penci-counter-up.penci-style-s2 .penci-counter-up_inner {
	display: flex;
	align-items: center
}
.penci-style-s2 .penci-cup_icon {
	margin-right: 15px
}
.penci-image-not-caption .caption {
	display: none !important
}
.penci-image-gallery-s2 .penci-block_content,
.penci-image-gallery-s3 .penci-block_content {
	display: flex;
	flex-wrap: wrap
}
.penci-image-gallery .pencisc-grid {
	grid-column-gap: 0;
	grid-row-gap: 0
}
.penci-image-gallery .caption {
	position: absolute;
	bottom: 0;
	background-color: #000;
	left: 0;
	right: 0;
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-family: sans-serif;
	font-weight: inherit;
	padding: 9px 15px;
	line-height: 1.5;
	background: rgba(0, 0, 0, .6);
	opacity: 0;
	transition: all .3s;
	z-index: 20
}
.penci-gallery-item:hover .caption {
	opacity: 1
}
.penci-gallery-item i {
	font-size: 25px;
	width: 1em;
	height: 1em;
	margin-left: -.5em;
	margin-top: -.5em;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 20;
	transition: all .4s;
	opacity: 0;
	visibility: visible;
	transform: scale(.7)
}
.penci-gallery-item a::after {
	content: "";
	background: var(--pcaccent-cl);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	transition: all .3s;
	visibility: visible;
	opacity: 0
}
.penci-gallery-item:hover i {
	opacity: 1;
	visibility: visible;
	transform: scale(1)
}
.penci-gallery-item a:hover:after {
	opacity: .6;
	visibility: visible
}
.penci-image-gallery-s2 .penci-galitem-1 {
	width: 50%;
	float: left
}
.penci-image-gallery-s2 .penci-post-smalls,
.penci-image-gallery-s2 .penci-post-smalls .penci-gallery-item {
	width: 50%;
	float: left
}
.penci-image-gallery-s3 .penci-gallery-big-item,
.penci-image-gallery-s4 .penci-gallery-big-item {
	width: 50%;
	float: left
}
.penci-image-gallery-s3 .penci-gallery-small-item,
.penci-image-gallery-s4 .penci-gallery-small-item {
	width: 33.3333%;
	float: left
}
.penci-login-register input[type=email],
.penci-login-register input[type=number],
.penci-login-register input[type=password],
.penci-login-register input[type=submit],
.penci-login-register input[type=text] {
	max-width: 100%;
	width: 100%
}
.penci-login-register p,
.post-entry .penci-login-register p {
	margin-bottom: 0
}
.penci-login-register p.login-submit {
	margin: 28px 0 0;
	clear: both
}
.penci-loginform-extra {
	margin-top: 15px
}
.penci-loginform-extra a:first-child {
	margin-right: 10px
}
.penci-login-form .penci-user-logged-in {
	text-align: center
}
.penci-user-logged-in .penci-login-header img {
	border-radius: 50%;
	width: 85px;
	height: 85px
}
.penci-user-logged-in .penci-login-header {
	text-align: center;
	margin-bottom: 15px
}
.penci-user-logged-in .penci-text-hello {
	opacity: .75
}
.penci-user-logged-in .penci-display_name {
	font-weight: 700
}
.penci-user-logged-in .penci-user-action-links a {
	display: inline-block;
	text-decoration: none;
	line-height: 30px;
	height: 30px;
	font-weight: 400;
	text-transform: none;
	font-size: 13px;
	float: left;
	width: 48%;
	font-family: var(--pchead-font);
	background: #f5f5f5;
	border-radius: 0;
	color: #313131;
	transition: .3s;
	cursor: pointer;
	text-align: center;
	margin: 0;
	padding: 0;
	max-width: 100%
}
.penci-user-logged-in .penci-user-action-links a:hover {
	color: #fff;
	background: var(--pcaccent-cl)
}
.penci-user-logged-in .penci-user-action-links i {
	margin-right: 5px
}
.penci-user-logged-in .penci-user-action-links a:first-child {
	margin-right: 4%
}
.penci-login-register .penci-login-wrap.hidden,
.penci-login-register .penci-register-wrap.hidden {
	display: none
}
.penci-login-register input.invalid {
	border-color: red !important
}
.penci-login-register .message-error {
	color: #a94442;
	background: #f2dede
}
.penci-login-register .message-success {
	color: #3c763d;
	background: #dff0d8
}
.penci-login-register .message {
	display: block;
	margin-top: 10px;
	padding: 5px 15px;
	text-align: left;
	clear: both
}
.penci-block_content {
	position: relative
}
.penci-block_content .penci-loading-icon {
	display: none
}
.penci-block_content.ajax-loading .penci-loading-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center
}
.penci-block_content.ajax-loading .penci-login-wrap,
.penci-block_content.ajax-loading .penci-register-wrap {
	opacity: .3
}
.penci-mailchimp-s1 .mc4wp-form,
.penci-mailchimp-s1 .widget input,
.penci-mailchimp-s4 .mc4wp-form {
	max-width: 100%
}
.penci-mailchimp-s2 .penci-header-signup-form {
	margin: 0;
	padding: 20px
}
.penci-mailchimp-s3 .footer-subscribe .mc4wp-form {
	max-width: 540px;
	margin: 0 auto
}
.penci-mailchimp-block .mc4wp-form input[type=submit]:not(:hover) {
	background: #313131;
	color: #fff
}
.penci-working-hours .penci-workingh-lists ul {
	margin: 0;
	padding: 0
}
.penci-working-hours .penci-workingh-lists li {
	list-style: none;
	line-height: 30px;
	color: #666;
	margin-left: 0;
	font-size: 15px
}
.penci-working-hours .penci-workingh-lists li:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important
}
.penci-working-hours .penci-workingh-lists .penci-workingh-item-inner {
	position: relative;
	overflow: hidden
}
.penci-working-hours .penci-workingh-lists .penci-workingh-line1 {
	display: flex;
	align-items: flex-start
}
.penci-working-hours .penci-workingh-lists .penci-icontitle {
	flex: 1;
	overflow: hidden
}
.penci-working-hours .penci-workingh-lists .penci-listitem-icon {
	font-size: 14px;
	padding-right: 10px;
	padding-left: 1px
}
.penci-working-hours .penci-workingh-lists .penci-listitem-title {
	font-weight: 700;
	position: relative;
	line-height: 1.3
}
.penci-working-hours .penci-workingh-lists .penci-listitem-title:before {
	content: "";
	border-top: 1px dotted;
	position: absolute;
	bottom: 20%;
	left: 100%;
	margin-left: 10px;
	width: 2000px;
	opacity: .7
}
.penci-working-hours .penci-workingh-lists .penci-listitem-hours {
	float: right;
	z-index: 1;
	position: relative;
	padding-left: 10px
}
.penci-working-hours .penci-workingh-lists .penci-listitem-subtitle {
	display: block;
	line-height: 1.3;
	margin-bottom: 5px
}
.penci-working-hours .penci-workingh-lists .penci-listitem-hours,
.penci-working-hours .penci-workingh-lists .penci-listitem-title,
.penci-working-hours .penci-workingh-lists .penci-workingh-icon {
	line-height: inherit;
	color: inherit
}
.penci-progress-bar .penci-probar-items {
	margin: 0;
	padding: 0
}
.penci-progress-bar .penci-probar-items li {
	list-style: none;
	margin-left: 0;
	margin-bottom: 20px
}
.penci-progress-bar .penci-probar-items li:last-child {
	margin-bottom: 0 !important
}
.penci-progress-bar .penci-probar-items .penci-probar-text {
	line-height: 1.3;
	color: #111
}
.penci-progress-bar .penci-probar-items .penci-probar-point {
	font-weight: 700;
	text-transform: uppercase
}
.penci-progress-bar .penci-probar-items .penci-probar-score {
	float: right;
	text-align: right
}
.penci-progress-bar .penci-probar-items .penci-review-process {
	margin-top: 10px;
	overflow: hidden
}
.penci-progress-bar .penci-review-process {
	display: block;
	height: 13px;
	background-color: #e6e6e6;
	width: 100%;
	margin-top: 5px
}
.penci-progress-bar .penci-review-process span {
	display: block !important;
	height: 100%;
	width: 0;
	background-color: var(--pcaccent-cl)
}
.penci-progress-bar .penci-probar-animated {
	transition: width 1s linear;
	-moz-transition: width 1s linear;
	-webkit-transition: width 1s linear;
	-o-transition: width 1s linear;
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-moz-animation: progress-bar-stripes 2s linear infinite;
	-ms-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}
.penci-progress-bar .penci-probar-striped {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	background-size: 40px 40px
}
@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}
@-moz-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}
@-ms-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}
@-o-keyframes progress-bar-stripes {
	from {
		background-position: 0 0
	}
	to {
		background-position: 40px 0
	}
}
@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}
.pcsoc-wrapper-outside {
	width: 100%;
	display: block;
	clear: both
}
.pcsoc-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
	--pcsoc-space: 10px;
	--pcsoc-bspace: 10px;
	flex-direction: row;
	margin-left: calc(var(--pcsoc-space) * -1 / 2);
	margin-right: calc(var(--pcsoc-space) * -1 / 2)
}
.pcsocs-s4 {
	justify-content: center
}
.pcsoc-wrapper .pcsoc-item {
	color: var(--pctext-cl);
	text-decoration: none !important;
	line-height: 38px;
	display: -ms-flexbox;
	display: -ms-flexbox;
	display: block;
	font-size: 14px;
	transition: background-color .3s, border-color .3s, opacity .3s, color .3s;
	--pcsci-bg: #f5f5f5;
	--pcsci-hbg: #ccc;
	--pcsci-border: var(--pcborder-cl)
}
.pcsoc-wrapper .pcsoc-item:after,
.pcsoc-wrapper .pcsoc-item:before {
	clear: both;
	content: "";
	display: table
}
.pcsoc-wrapper .pcsoc-icon {
	font-size: 16px
}
.pcsoc-wrapper .pcsoc-counter {
	font-size: inherit;
	font-weight: 700;
	margin-right: 5px;
	text-transform: uppercase
}
.pcsoc-wrapper.pcsocs-s3 .pcsoc-counter.pcsoc-socname,
.pcsoc-wrapper.pcsocs-s4 .pcsoc-counter.pcsoc-socname {
	text-transform: capitalize
}
.pcsoc-wrapper .pcsoc-fan {
	font-size: inherit
}
.pcsoc-wrapper .pcsoc-item {
	background: var(--pcsci-bg);
	margin-bottom: var(--pcsoc-bspace)
}
.pcsoc-wrapper .pcsoc-item-wrap:last-child .pcsoc-item {
	margin-bottom: 0
}
.pcsoc-wrapper.pcsocs-s1,
.pcsoc-wrapper.pcsocs-s2 {
	white-space: nowrap
}
.pcsoc-wrapper .pcsoc-item:hover {
	background: var(--pcsci-hbg)
}
.pcsoc-wrapper.pcsocs-s1 .pcsoc-icon,
.pcsoc-wrapper.pcsocs-s2 .pcsoc-icon {
	width: 40px;
	text-align: center;
	line-height: inherit;
	display: inline-block;
	float: left
}
.pcsoc-wrapper.pcsocs-s1 .pcsoc-like,
.pcsoc-wrapper.pcsocs-s2 .pcsoc-like {
	float: right;
	margin: 0 10px
}
.pcsoc-wrapper.pcsocs-s2 .pcsoc-item,
.pcsoc-wrapper.pcsocs-s4 .pcsoc-item {
	background: 0 0
}
.pcsocs-s2 .pcsoc-icon {
	background: var(--pcsci-bg);
	margin-right: 15px;
	transition: background-color .3s, color .3s, border-color .3s
}
.pcsoc-wrapper .pcsoc-item-wrap {
	padding-left: calc(var(--pcsoc-space)/ 2);
	padding-right: calc(var(--pcsoc-space)/ 2)
}
.pcsoc-wrapper.pcsocs-s3 .pcsoc-item-wrap,
.pcsoc-wrapper.pcsocs-s4 .pcsoc-item-wrap {
	flex: 0 0 33.33333%;
	align-items: center;
	text-align: center
}
.pcsoc-wrapper.pcsocs-s4 {
	--pcsoc-space: 20px;
	--pcsoc-bspace: 20px
}
.pcsoc-wrapper.pcsocs-s4 .pcsoc-item-wrap {
	flex: unset
}
.pcsoc-wrapper.pcsocs-s3 .pcsoc-item {
	line-height: 1;
	padding: 12px 1px
}
.pcsoc-wrapper.pcsocs-s3 .pcsoc-item.empty-count {
	min-height: calc(100% - 10px);
	justify-content: center;
	display: flex;
	align-items: center;
	flex-direction: column
}
.pcsoc-wrapper.pcsocs-s4 .pcsoc-item {
	line-height: 1
}
.pcsocs-s3 .pcsoc-item>span,
.pcsocs-s4 .pcsoc-item>span {
	display: block;
	margin-left: 0;
	margin-right: 0
}
.pcsocs-s4 .pcsoc-item>span {
	margin-left: auto;
	margin-right: auto
}
.pcsoc-wrapper.pcsocs-s3 .pcsoc-icon {
	font-size: 28px;
	line-height: 32px
}
.pcsoc-icon i,
.pcsoc-icon i[class*=" penciicon-"],
.pcsoc-icon i[class^=penciicon-] {
	display: block;
	line-height: inherit;
	vertical-align: top
}
.pcsoc-wrapper.pcsocs-s3 .pcsoc-counter {
	margin-top: 6px;
	font-size: 18px
}
.pcsoc-wrapper.pcsocs-s3 .pcsoc-fan {
	margin-top: 6px;
	font-size: 12px
}
.pcsocs-s4 .pcsoc-icon {
	width: 60px;
	height: 60px;
	display: inline-block;
	vertical-align: top;
	line-height: 60px;
	background: var(--pcsci-bg);
	transition: background-color .3s, color .3s, border-color .3s;
	font-size: 22px
}
.pcsocs-s2 .pcsoc-item:hover>.pcsoc-icon,
.pcsocs-s4 .pcsoc-item:hover>.pcsoc-icon {
	background: var(--pcsci-hbg)
}
.pcsoc-wrapper.pcsocs-s4 .pcsoc-counter {
	font-size: 18px;
	margin-top: 10px
}
.pcsoc-wrapper.pcsocs-s4 .pcsoc-fan {
	font-size: 12px;
	margin-top: 4px
}
.pcsocs-round.pcsocs-s1 .pcsoc-item,
.pcsocs-round.pcsocs-s2 .pcsoc-icon,
.pcsocs-round.pcsocs-s3 .pcsoc-item,
.pcsocs-round.pcsocs-s4 .pcsoc-icon {
	border-radius: 8px
}
.pcsocs-circle.pcsocs-s1 .pcsoc-item,
.pcsocs-circle.pcsocs-s2 .pcsoc-icon,
.pcsocs-circle.pcsocs-s3 .pcsoc-item,
.pcsocs-circle.pcsocs-s4 .pcsoc-icon {
	border-radius: 800px
}
.pcsocf-border .pcsc-brandflag {
	border: 1px solid var(--pcsci-border);
	background: 0 0
}
@media only screen and (min-width:1025px) {
	.pcsoc-wrapper.pcsocc-1 .pcsoc-item-wrap {
		flex: 0 0 100%
	}
	.pcsoc-wrapper.pcsocc-2 .pcsoc-item-wrap {
		flex: 0 0 50%
	}
	.pcsoc-wrapper.pcsocc-3 .pcsoc-item-wrap {
		flex: 0 0 33.3333%
	}
	.pcsoc-wrapper.pcsocc-4 .pcsoc-item-wrap {
		flex: 0 0 25%
	}
	.pcsocc-2 .pcsoc-item-wrap:nth-last-child(2) .pcsoc-item,
	.pcsocc-3 .pcsoc-item-wrap:nth-last-child(2) .pcsoc-item,
	.pcsocc-3 .pcsoc-item-wrap:nth-last-child(3) .pcsoc-item,
	.pcsocc-4 .pcsoc-item-wrap:nth-last-child(2) .pcsoc-item,
	.pcsocc-4 .pcsoc-item-wrap:nth-last-child(3) .pcsoc-item,
	.pcsocc-4 .pcsoc-item-wrap:nth-last-child(4) .pcsoc-item {
		margin-bottom: 0
	}
}
@media only screen and (max-width:1024px) {
	.pcsoc-wrapper.pcsocc-tabcol-1 .pcsoc-item-wrap {
		flex: 0 0 100%
	}
	.pcsoc-wrapper.pcsocc-tabcol-2 .pcsoc-item-wrap {
		flex: 0 0 50%
	}
	.pcsoc-wrapper.pcsocc-tabcol-3 .pcsoc-item-wrap {
		flex: 0 0 33.3333%
	}
	.pcsoc-wrapper.pcsocc-tabcol-4 .pcsoc-item-wrap {
		flex: 0 0 25%
	}
	.pcsocc-tabcol-2 .pcsoc-item-wrap:nth-last-child(2) .pcsoc-item,
	.pcsocc-tabcol-3 .pcsoc-item-wrap:nth-last-child(2) .pcsoc-item,
	.pcsocc-tabcol-3 .pcsoc-item-wrap:nth-last-child(3) .pcsoc-item,
	.pcsocc-tabcol-4 .pcsoc-item-wrap:nth-last-child(2) .pcsoc-item,
	.pcsocc-tabcol-4 .pcsoc-item-wrap:nth-last-child(3) .pcsoc-item,
	.pcsocc-tabcol-4 .pcsoc-item-wrap:nth-last-child(4) .pcsoc-item {
		margin-bottom: 0
	}
}
@media only screen and (max-width:479px) {
	.pcsoc-wrapper.pcsocc-mocol-1 .pcsoc-item-wrap {
		flex: 0 0 100%
	}
	.pcsoc-wrapper.pcsocc-mocol-2 .pcsoc-item-wrap {
		flex: 0 0 50%
	}
	.pcsoc-wrapper.pcsocc-mocol-3 .pcsoc-item-wrap {
		flex: 0 0 33.3333%
	}
	.pcsocc-mocol-2 .pcsoc-item-wrap:nth-last-child(2) .pcsoc-item,
	.pcsocc-mocol-3 .pcsoc-item-wrap:nth-last-child(2) .pcsoc-item,
	.pcsocc-mocol-3 .pcsoc-item-wrap:nth-last-child(3) .pcsoc-item {
		margin-bottom: 0
	}
}
.pcsoccl-brandbg .pcsc-brandflag,
.pcsoccl-brandbg .pcsc-brandflag i,
.pcsoccl-brandbg .pcsc-brandflag span {
	color: #fff !important;
	border: none !important
}
.pcsocshadow .pcsc-brandflag {
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075)
}
.pcsoccl-brandbg.pcsocs-s1 .pcsoc-item:hover,
.pcsoccl-brandbg.pcsocs-s2 .pcsoc-item:hover .pcsoc-icon,
.pcsoccl-brandbg.pcsocs-s3 .pcsoc-item:hover,
.pcsoccl-brandbg.pcsocs-s4 .pcsoc-item:hover .pcsoc-icon {
	opacity: .8
}
.pcsoc-wrapper-outside.source-customizer .pcsoc-wrapper.pcsocs-s3 .pcsoc-item.empty-count {
	flex-direction: column;
	min-height: unset
}
.pcsoc-wrapper-outside.source-customizer .pcsoc-wrapper.pcsocs-s3 .pcsoc-counter,
.pcsoc-wrapper-outside.source-customizer .pcsoc-wrapper.pcsocs-s4 .pcsoc-counter {
	font-size: 14px;
	font-weight: 400
}
.penci-teammb-bsc {
	text-align: center;
	--pcteammb-w: 28px
}
.penci-teammb-item {
	overflow: hidden
}
.penci-teammb-bsc .penci-teammb-inner {
	padding: 30px 15px
}
.penci-teammb-s1 .penci-teammb-inner {
	border: 1px solid #dedede
}
.penci-teammb-s1 .penci-teammb-img,
.penci-teammb-s2 .penci-teammb-img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	max-width: 100%;
	margin-bottom: 21px
}
.penci-teammb-s1 .penci-teammb-img:before,
.penci-teammb-s2 .penci-teammb-img:before {
	padding-top: 100%
}
.penci-teammb-bsc .penci-team_member_name {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 0
}
.penci-team_member_desc {
	margin-top: 15px;
	line-height: 1.5
}
.penci-team_member_socails {
	margin-top: 7px;
	overflow: hidden
}
.penci-team_member_pos {
	color: #999;
	line-height: 1;
	margin-top: 10px
}
.penci-teammb-bsc .penci-team_member_socails {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	line-height: 1
}
.penci-teammb-bsc .penci-team_member_socails .penci-social-item {
	margin: 8px 8px 0 8px;
	text-decoration: none
}
.pcteam-shape .penci-team_member_socails .penci-social-item {
	margin-left: 5px;
	margin-right: 5px
}
.pcteam-shape .penci-social-item i {
	width: var(--pcteammb-w);
	height: var(--pcteammb-w);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: top;
	transition: all .3s;
	border: 1px solid transparent
}
.pcsc-shape-round .penci-social-item i {
	border-radius: 6px
}
.pcsc-shape-circle .penci-social-item i {
	border-radius: 50%
}
.pcsc-st-filled .penci-social-item i {
	background: #ececec;
	color: var(--pctext-cl)
}
.pcsc-st-bordered .penci-social-item i {
	border-color: var(--pcborder-cl);
	color: var(--pctext-cl)
}
.penci-social-colored .penci-social-item i {
	color: #fff !important;
	border: none !important
}
.penci-teammb-bsc .penci-team_member_socails .penci-social-item:first-child {
	margin-left: 0 !important
}
.penci-teammb-bsc .penci-team_member_socails .penci-social-item:last-child {
	margin-right: 0 !important
}
.penci-teammb-s2 .penci-teammb-inner {
	background-color: #f5f5f5;
	border: none;
	border-radius: 15px;
	padding-top: 40px;
	padding-bottom: 40px
}
.penci-teammb-s3 .penci-teammb-inner {
	background-color: #f5f5f5;
	padding: 0
}
.penci-teammb-s3 .penci-teammb-img {
	width: 100%;
	display: block
}
.penci-teammb-s3 .penci-teammb-img:before {
	padding-top: 66.6667%
}
.penci-teammb-s3 .penci-team_item__info {
	padding: 15px 20px 30px
}
.penci-teammb-s4 .penci-teammb-inner {
	background-color: #fff;
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .1);
	padding: 0;
	position: relative
}
.penci-teammb-s4 .penci-teammb-img:before {
	padding-top: 120%
}
.penci-teammb-s4 .penci-team_item__info {
	padding: 20px 10px 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	transform: translateY(35px);
	transition: all .3s
}
.penci-teammb-s4 .penci-social-wrap .penci-social-item {
	width: auto;
	height: auto;
	background: 0 0 !important
}
.penci-teammb-s4 .penci-team_member_desc {
	color: #fff;
	margin-top: 10px
}
.penci-teammb-s4 .penci-social-wrap .penci-social-item,
.penci-teammb-s4 .penci-team_member_name,
.penci-teammb-s4 .penci-team_member_pos {
	color: #fff
}
.penci-teammb-s4 .penci-team_member_socails .penci-social-item {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 15px
}
.penci-teammb-s4 .penci-social-wrap .penci-social-item:hover {
	color: var(--pcaccent-cl)
}
.penci-teammb-s4 .penci-teammb-img:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1;
	bottom: 0;
	right: 0;
	background: linear-gradient(to bottom, transparent 50%, #000 90%);
	opacity: .6;
	transition: opacity .3s
}
.penci-teammb-s4 .penci-teammb-item:hover .penci-team_item__info,
.penci-teammb-s5 .penci-teammb-item .penci-team_item__info {
	transform: translateY(0)
}
.penci-teammb-s4.penci-teammb-bsc .penci-team_member_socails {
	opacity: 0;
	transition: opacity .3s
}
.penci-teammb-s4 .penci-teammb-item:hover .penci-team_member_socails,
.penci-teammb-s5 .penci-teammb-item .penci-team_member_socails {
	opacity: 1
}
.penci-testimonail {
	text-align: center;
	position: relative
}
.penci-smalllist.penci-testimonails {
	--pcsl-hgap: 30px;
	--pcsl-bgap: 30px;
	--pcsl-between: 30px
}
.penci-testimonail .penci-testi-bq-icon:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.penci-testi-s1 .penci-testimonail .penci-testi-blockquote {
	font-size: 23px;
	font-weight: 500;
	font-style: italic;
	line-height: 1.5;
	color: #111;
	clear: both;
	position: relative;
	text-align: center;
	background-color: #f5f5f5;
	padding: 39px 30px 35px;
	margin-top: 24px
}
.penci-testi-s1 .penci-testimonail .penci-testi-bq-icon {
	width: 48px;
	height: 48px;
	position: absolute;
	top: -24px;
	left: 50%;
	margin-left: -24px
}
.penci-testi-bq-icon:before {
	content: "\f101";
	font-family: penciicon;
	font-weight: 400;
	font-style: normal
}
.penci-testi-s1 .penci-testimonail .penci-testi-bq-icon:before {
	display: block;
	text-align: center;
	border-radius: 50%;
	margin: 0;
	width: 48px;
	height: 48px;
	font-size: 21px;
	line-height: 48px;
	background-color: var(--pcaccent-cl);
	color: #fff;
	z-index: 2
}
.penci-testi-rating {
	color: #ffb74d;
	font-size: 18px;
	line-height: 1;
	margin-top: 15px
}
.penci-testi-rating i:not(:last-child) {
	margin-right: 3px
}
.penci-testi-blockquote {
	line-height: 1.5
}
.penci-testi-avatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	margin: 25px auto 0;
	background: #e6e9ec
}
.penci-testi-s4 .penci-testi-avatar {
	margin-top: 0
}
.penci-testi-s4 .penci-testi-blockquote {
	margin-top: 12px;
	position: relative
}
.penci-testimonails .penci-testi-avatar img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover
}
.penci-testi-name,
.post-entry h3.penci-testi-name {
	font-size: 16px;
	margin-top: 18px;
	margin-bottom: 0
}
.penci-testi-company {
	font-size: 13px;
	margin-top: 10px;
	line-height: 1.3;
	color: var(--pcmeta-cl)
}
.penci-testi-company .testiname {
	font-weight: 700;
	color: var(--pctext-cl)
}
.penci-testi-company span:last-child {
	margin-left: 5px
}
.penci-testi-s2 .penci-testimonail {
	text-align: left
}
.penci-testi-s2 .penci-testimonail .penci-testi-blockquote {
	border: 1px solid var(--pcborder-cl);
	background-color: var(--pcbg-cl);
	border-radius: 15px;
	padding: 30px 30px 56px
}
.penci-testi-s2 .penci-testimonail .penci-testi-bq-icon:before {
	display: block;
	text-align: left;
	border-radius: 50%;
	margin: 0;
	width: 48px;
	height: 48px;
	font-size: 42px;
	line-height: 48px;
	z-index: 2;
	color: var(--pcaccent-cl)
}
.penci-testi-s2 .penci-testi-avatar {
	margin-left: 30px;
	margin-top: -30px;
	position: relative;
	z-index: 10
}
.penci-testi-s2 .penci-testi-rating {
	margin-top: 5px
}
.penci-testi-s2 .penci-testi-company,
.penci-testi-s2 .penci-testi-name {
	margin-left: 30px
}
.penci-testi-s3 .penci-testimonail .penci-testi-bq-icon:before {
	display: block;
	text-align: center;
	border-radius: 50%;
	margin: 0 auto;
	width: 48px;
	height: 48px;
	font-size: 21px;
	line-height: 48px;
	z-index: 2;
	border: 2px solid var(--pcaccent-cl);
	color: var(--pcaccent-cl)
}
.penci-testi-s3 .penci-testi-bq-icon {
	margin-bottom: 16px;
	display: block
}
.penci-testi-s3 .penci-testimonail .penci-testi-blockquote {
	font-size: 23px;
	font-style: italic;
	line-height: 1.5;
	color: #111;
	clear: both;
	position: relative;
	text-align: center
}
.penci-testi-s3 .penci-testi-name {
	text-transform: uppercase;
	color: var(--pcaccent-cl)
}
.penci-testi-s4.penci-testimonails {
	overflow: visible
}
.penci-testi-s4 .pc-testiinner {
	padding: 20px;
	box-shadow: 0 0 4px rgba(0, 0, 0, .15)
}
.pctesti-head,
.penci-testi-s4.pcimgpos-left .pc-testiinner,
.penci-testi-s4.pcimgpos-right .pc-testiinner {
	display: flex;
	align-items: flex-start;
	flex-direction: row
}
.pctesti-head {
	align-items: center
}
.penci-testi-s4.pcimgpos-right .pc-testiinner {
	flex-direction: row-reverse
}
.pcimgpos-left .penci-testi-rating,
.pcimgpos-right .penci-testi-rating {
	margin-top: 0
}
.pctesti-head .pc-testiava,
.penci-testi-s4 .pc-testiava {
	flex: 0 0 auto
}
.pctesti-head .pctesticont,
.penci-testi-s4 .pctesticont {
	flex: 1 1 auto
}
.penci-testi-s4.pcimgpos-left .pctesticont {
	text-align: left
}
.penci-testi-s4.pcimgpos-right .pctesticont {
	text-align: right
}
.pctesti-head .pc-testiava,
.penci-testi-s4.pcimgpos-left .pc-testiava {
	margin-right: 20px
}
.penci-testi-s4.pcimgpos-right .pc-testiava {
	margin-left: 20px
}
.penci-testi-s4 .owl-stage-outer,
.penci-testi-s4 .penci-owl-carousel:not(.penci-owl-loaded) {
	padding-top: 6px;
	padding-bottom: 6px
}
.penci-testi-s4 .penci-testi-bq-inner,
.penci-testi-s5 .penci-testi-bq-inner {
	position: relative
}
.penci-testi-s4 .penci-testi-bq-icon:before,
.penci-testi-s5 .penci-testi-bq-icon:before {
	position: absolute;
	display: inline-block;
	font-size: 26px;
	color: rgba(0, 0, 0, .1);
	right: 0;
	top: -8px;
	transform: rotate(180deg)
}
.penci-testi-s4.pcimgpos-right .penci-testi-bq-icon:before {
	left: 0;
	right: auto;
	transform: none
}
.penci-testi-s4 .penci-testi-company span {
	display: inline-block
}
.penci-testi-s5 .penci-testimonail {
	text-align: left
}
.penci-testi-s5 .penci-testi-blockquote {
	padding: 20px;
	background: #f5f5f5;
	margin-bottom: 20px;
	position: relative
}
.penci-testi-s5 .penci-testi-blockquote:after {
	content: "";
	position: absolute;
	bottom: -11px;
	left: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 10px 0 10px;
	border-color: #f5f5f5 transparent transparent transparent;
	z-index: 3
}
.penci-testi-s5 .penci-testi-avatar,
.penci-testi-s5 .penci-testi-name,
.post-entry .penci-testi-s5 h3.penci-testi-name {
	margin-top: 0
}
.penci-testi-s5 .penci-testi-company,
.penci-testi-s5 .penci-testi-rating {
	margin-top: 5px
}
.penci-media-obj {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}
.penci-media-obj .penci-mobj-img {
	margin-right: 20px;
	position: relative
}
.penci-media-obj .penci-mobj-body {
	flex: 1
}
.penci-media-obj.penci-mobj-right .penci-mobj-img {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	margin-right: 0;
	margin-left: 20px
}
.penci-video_playlist .penci-block_content {
	position: relative;
	display: flex;
	flex-wrap: wrap
}
.penci-video_playlist .penci-playlist-title {
	background: var(--pcaccent-cl);
	color: #fff;
	min-height: 70px;
	width: 100%;
	padding: 0 15px;
	line-height: 17px;
	font-size: 20px;
	z-index: 9
}
.penci-video_playlist .penci-playlist-title .playlist-title-icon {
	font-size: 27px;
	float: left;
	margin-right: 10px;
	height: 70px;
	line-height: 70px;
	width: 40px;
	text-align: center;
	font-weight: 400
}
.penci-video_playlist .penci-playlist-title a {
	color: inherit
}
.penci-video_playlist .penci-playlist-title .fa {
	padding-right: 5px
}
.penci-video_playlist .penci-playlist-title h2 {
	padding-top: 14px;
	font-size: 18px;
	clear: none;
	color: inherit;
	margin: 0
}
.penci-video_playlist .penci-playlist-title .penci-videos-number {
	font-size: 11px;
	display: block;
	float: left
}
.penci-video_playlist .penci-video-play {
	background-color: #111;
	position: relative;
	width: 66%;
	float: left
}
.penci-video_playlist .penci-video-nav {
	width: 34%;
	height: 100%;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	border-width: 0 1px 1px 0;
	background: #f5f5f5;
	overflow: hidden
}
.penci-video_playlist .penci-custom-scroll {
	overflow-y: auto;
	height: 100%
}
.penci-video_playlist .penci-custom-scroll::-webkit-scrollbar {
	width: 6px;
	background: #dedede
}
.penci-video_playlist .penci-custom-scroll::-webkit-scrollbar-thumb {
	background-color: var(--pcaccent-cl);
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0
}
.penci-video_playlist .penci-custom-scroll::-webkit-scrollbar-corner {
	background-color: #dedede
}
.penci-video_playlist .fluid-width-video-wrapper {
	padding-top: 56.25% !important
}
.penci-video_playlist .penci-video-play {
	background-color: #111;
	position: relative;
	width: 66%;
	float: left
}
.penci-video_playlist .penci-video-play .video-player-wrapper {
	position: relative;
	z-index: 2
}
.penci-video_playlist .penci-video-play .loader-overlay {
	z-index: 1
}
.penci-video_playlist .penci-video-play .video-frame {
	visibility: hidden
}
.penci-video_playlist .penci-video-play iframe {
	width: 100%
}
.penci-video_playlist .fluid-width-video-wrapper {
	position: relative;
	z-index: 2
}
.fluid-width-video-wrapper embed,
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.penci-video_playlist .penci-video-nav .penci-video-thumbnail {
	width: 100px;
	height: 56px;
	float: left
}
.penci-video_playlist .penci-video-thumbnail:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	z-index: 1;
	transition: opacity .3s ease
}
.penci-video_playlist .penci-video-nav .penci-video-thumbnail:hover:after {
	opacity: .3
}
.penci-video_playlist .penci-video-nav .playlist-panel-item {
	float: left;
	width: 20px;
	text-align: left;
	line-height: 56px;
	font-size: 13px;
	color: #111
}
.penci-video_playlist .penci-video-nav .penci-video-playlist-item {
	padding: 12px 15px;
	display: block;
	overflow: hidden;
	cursor: pointer;
	border-bottom: 1px solid #dedede;
	transition: all .3s
}
.penci-video_playlist .penci-video-nav .penci-video-playlist-item:hover {
	background: #dedede
}
.penci-video_playlist .penci-video-playlist-item .penci-video-play-icon {
	display: none;
	color: var(--pcaccent-cl)
}
.penci-video_playlist .penci-video-playlist-item .penci-video-paused-icon {
	display: none
}
.penci-video_playlist .penci-video-playlist-item.is-playing .penci-video-play-icon {
	display: block
}
.penci-video_playlist .penci-video-playlist-item.is-playing .penci-video-number {
	display: none
}
.penci-video_playlist .penci-video-playlist-item.is-paused .penci-video-paused-icon {
	display: block
}
.penci-video_playlist .penci-video-playlist-item.is-paused .penci-video-number {
	display: none
}
.penci-video_playlist .penci-video-playlist-item .penci-video-title {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3;
	font-family: inherit;
	width: 100%;
	display: block;
	float: left;
	margin-top: -2px;
	transition: all .3s;
	color: #000
}
.penci-video_playlist .penci-video-playlist-item .penci-video-title:hover {
	color: var(--pcaccent-cl)
}
.penci-video_playlist .penci-video-playlist-item .penci-video-duration {
	float: left;
	font-size: 11px;
	color: #888;
	margin-top: 5px;
	line-height: 1
}
.pencisc-column-1.penci-video_playlist .penci-video-nav {
	width: 100%;
	position: relative
}
.pencisc-column-1.penci-video_playlist .penci-video-play {
	width: 100%
}
.pencisc-column-1.penci-video_playlist .penci-video-nav .penci-video-thumbnail,
.pencisc-column-2.penci-video_playlist .penci-video-nav .penci-video-thumbnail {
	width: 75px;
	height: 42.18px
}
.pencisc-column-1.penci-video_playlist .penci-video-nav .penci-video-playlist-nav {
	min-height: 100px;
	max-height: 283px
}
.pencisc-column-1.penci-video_playlist .penci-video-nav .playlist-panel-item,
.pencisc-column-2.penci-video_playlist .penci-video-nav .playlist-panel-item {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 10px;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	z-index: 10;
	background: var(--pcaccent-cl);
	color: #fff
}
.penci-media-carousels {
	overflow: hidden
}
.penci-advanced-carousel-mg {
	margin-left: -5px;
	margin-right: -5px;
	display: block;
	clear: both
}
.penci-media-carousels .penci-image-holder[style*=background-image] {
	background-color: transparent
}
.penci-media-carousels .overlay-icon-format {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transition: all .3s
}
.pc-ctpos-on .overlay-icon-format {
	top: 10px;
	right: 10px;
	z-index: 10;
	margin: 0;
	left: auto
}
.penci-media-carousels .penci-media-inner {
	padding: 0 5px
}
.penci-media-carousels .penci-media-inct {
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	position: relative
}
.penci-media-carousels .penci-media-content {
	text-align: center;
	margin-top: 20px
}
.penci-media-img {
	position: relative
}
.penci-media-img>a {
	display: block
}
.penci-media-carousels.pc-ctpos-above .penci-media-img {
	order: 3
}
.penci-media-carousels.pc-ctpos-above .penci-media-content {
	order: 1;
	margin-top: 0;
	margin-bottom: 20px
}
.penci-media-carousels.pc-ctpos-on .penci-media-content {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	z-index: 9;
	align-items: flex-end
}
.pc-ctpos-on .penci-media-content .pc-media-ctinner {
	width: 100%;
	padding: 15px 10px;
	position: relative;
	z-index: 2
}
.pc-media-ctinner {
	position: relative
}
.pc-ctpos-on .penci-media-content>a,
.penci-media-carousels .pc-adcr-overlay,
.penci-media-carousels .pc-media-ctinner:before {
	position: absolute;
	font-size: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 9
}
.penci-media-carousels .pc-media-ctinner:before {
	z-index: -1;
	content: ""
}
.pc-adcr-overlay,
.penci-media-carousels .pc-media-ctinner:before {
	opacity: .5;
	transition: all .3s
}
.penci-media-carousels .penci-media-inct:hover .pc-media-ctinner:before .penci-media-inct:hover .pc-adcr-overlay {
	opacity: .7
}
.penci-media-carousels .penci-media-stit {
	line-height: 1.4;
	margin-bottom: 5px;
	font-size: 13px;
	color: #666
}
.penci-media-carousels .penci-media-title {
	font-size: 18px;
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei);
	margin: 0
}
.penci-media-carousels .penci-media-desc {
	margin-top: 8px;
	line-height: 1.6
}
.penci-media-rmbtn i,
.penci-media-rmbtn svg {
	color: inherit;
	font-size: inherit
}
.penci-media-carousels .pc-icpos-left i,
.penci-media-carousels .pc-icpos-left svg {
	margin-right: 5px
}
.penci-media-carousels .pc-icpos-right i,
.penci-media-carousels .pc-icpos-right svg {
	margin-left: 5px
}
.penci-weather-widget {
	overflow: hidden;
	color: #111;
	position: relative
}
.penci-weather-widget.loading span.penci-wuser-gps svg {
	animation: penci-spin .4s infinite linear
}
.penci-weather-city {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 7px
}
.penci-weather-condition {
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	opacity: .8
}
.penci-location-icon {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 22px;
	opacity: .6;
	z-index: 1
}
.penci-location-icon:hover {
	cursor: pointer;
	opacity: .9
}
.penci-weather-temperature {
	padding: 3px 0;
	display: inline-block;
	width: 100%;
	float: left;
	text-align: center
}
@media screen and (max-width:1018px) {
	.penci-weather-temperature {
		margin-bottom: -6px;
		padding: 0
	}
}
.penci-weather-temp-wrap {
	display: inline-block
}
.penci-weather-now {
	text-align: center;
	line-height: 1;
	font-weight: 300;
	align-content: center;
	width: 30%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
@media screen and (max-width:1018px) {
	.penci-weather-now {
		padding: 28px 0;
		position: relative;
		left: -10px;
		width: 90px;
		margin-left: 12px
	}
}
@media screen and (min-width:768px) and (max-width:1018px) {
	.penci-weather-now {
		margin-left: 0
	}
}
@media screen and (max-width:767px) {
	.penci-weather-now {
		width: 100px
	}
}
.penci-weather-now .penci-big-degrees {
	font-size: 40px
}
@media screen and (max-width:1018px) {
	.penci-weather-now .penci-big-degrees {
		font-size: 32px
	}
}
.penci-weather-now .penci-circle {
	font-size: 30px;
	position: relative;
	top: -6px;
	opacity: .6;
	line-height: 1;
	vertical-align: top
}
.penci-weather-now .penci-weather-unit {
	font-size: 16px;
	position: relative;
	top: -4px;
	font-weight: 400;
	opacity: .6;
	left: -2px;
	line-height: 1;
	vertical-align: top
}
.penci-weather-now:hover {
	cursor: pointer
}
.penci-weather-lo-hi {
	width: 20%;
	text-align: center
}
.penci-weather-lo-hi__content {
	padding: 15px 0
}
.penci-weather-lo-hi__content .penci-circle {
	padding-left: 3px
}
.penci-weather-degrees-wrap {
	padding: 15px 0;
	text-align: right;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between
}
@media screen and (max-width:1018px) {
	.penci-weather-degrees-wrap {
		padding: 10px
	}
}
.penci-weather-degrees-wrap i {
	position: relative;
	top: 1px;
	font-size: 16px;
	color: #b3b3b3;
	right: 5px
}
.penci-weather-degrees-wrap .penci-small-degrees {
	font-size: 12px
}
.penci-weather-degrees-wrap .penci-circle {
	font-size: 18px;
	position: relative;
	right: 3px;
	top: 3px
}
.penci-weather-information {
	font-size: 12px;
	position: relative;
	padding: 5px 0;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	opacity: .6;
	margin-top: 19px;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec
}
.penci-weather-information i {
	font-size: 16px;
	position: relative;
	top: 2px;
	margin-right: 5px
}
.penci-weather-section {
	float: left;
	width: 33%
}
.penci_humidty {
	text-align: right;
	padding-right: 10px
}
.penci_wind {
	text-align: center
}
.penci_clouds {
	text-align: left;
	padding-left: 10px
}
.penci-weather-week {
	padding: 15px 8px;
	width: 100%;
	text-align: center;
	line-height: 1;
	position: relative;
	display: block;
	margin-bottom: -5px;
	clear: both;
	overflow: hidden
}
.penci-weather-week:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--pcaccent-cl);
	opacity: .07
}
.penci-weather-days {
	width: 20%;
	float: left;
	text-align: center;
	text-transform: uppercase;
	line-height: 1
}
.penci-weather-days .penci-day {
	margin-bottom: 8px;
	font-size: 11px;
	opacity: .5
}
.penci-weather-days .penci-day-degrees {
	font-size: 20px;
	position: relative;
	left: 4px;
	line-height: 14px;
	opacity: .7
}
.penci-weather-days .penci-circle {
	position: relative;
	right: 5px
}
.penci-weather-days .penci-day {
	margin-top: 8px;
	font-size: 11px;
	opacity: .5
}
.penci-weather-set-location {
	display: none;
	position: absolute;
	top: 0
}
.penci-weather-set-location .penci-location-set-input {
	height: 20px;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	border: 0;
	padding: 0 10px
}
.penci-weather-set-location .penci-location-set-input:focus~label {
	top: -20px;
	font-size: 11px;
	opacity: .5
}
.penci-show-location {
	display: block !important
}
.penci-show-location label {
	position: absolute;
	top: 0;
	left: 10px;
	font-size: 13px;
	opacity: .6;
	pointer-events: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}
.penci-weather-animated-icon {
	width: 45%;
	position: relative;
	text-align: center
}
.penci-weather-animated-icon i {
	width: 70px;
	font-size: 70px;
	opacity: .4;
	top: 15px;
	left: 0;
	right: auto
}
.penci_facebook_widget .penci-block_content {
	text-align: center
}
.penci_facebook_widget .fb_iframe_widget {
	max-width: 340px
}
.weather-icon {
	position: relative;
	margin: 0 auto .1em;
	width: 1em;
	height: .9em;
	font-size: 35px
}
.penci-weather-animated-icon .weather-icon {
	font-size: 75px
}
.penci-weather-widget [class*=" icon-"]:after,
.penci-weather-widget [class*=" icon-"]:before,
.penci-weather-widget [class^=icon-]:after,
.penci-weather-widget [class^=icon-]:before {
	font-family: weathericons
}
.icon-thunder-animi {
	position: absolute;
	width: 100%;
	height: 100%
}
.icon-thunder-animi:after,
.icon-thunder-animi:before {
	content: "\f010";
	position: absolute;
	width: 100%;
	z-index: 2;
	font-size: 3em;
	left: 40%;
	-webkit-transform: translateX(-50%) translateY(-30%);
	-ms-transform: translateX(-50%) translateY(-30%);
	transform: translateX(-50%) translateY(-30%)
}
.icon-thunder-animi:after {
	color: orange;
	z-index: 2;
	font-size: 2.5em;
	top: 90%
}
.icon-moon,
.icon-rainy-animi,
.icon-rainy-animi-2,
.icon-rainy-animi-4,
.icon-rainy-animi-5,
.icon-windysnow-animi,
.icon-windysnow-animi-2 {
	position: absolute;
	width: 100%;
	height: 100%
}
.icon-rainy-animi-2:after,
.icon-rainy-animi-2:before,
.icon-rainy-animi-4:after,
.icon-rainy-animi-4:before,
.icon-rainy-animi-5:after,
.icon-rainy-animi-5:before,
.icon-rainy-animi:after,
.icon-rainy-animi:before,
.icon-windysnow-animi-2:after,
.icon-windysnow-animi-2:before,
.icon-windysnow-animi:after,
.icon-windysnow-animi:before {
	content: "\f036";
	position: absolute;
	z-index: 2;
	opacity: .6
}
.icon-rainy-animi-2:after,
.icon-rainy-animi-4:after,
.icon-rainy-animi-5:after,
.icon-rainy-animi:after,
.icon-windysnow-animi-2:after,
.icon-windysnow-animi:after {
	opacity: 0;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}
.animi-icons-wrap {
	font-size: .14em;
	position: absolute;
	z-index: 2;
	left: 48%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 2.5em;
	height: 2.5em
}
.icon-rainy-animi-2:after,
.icon-rainy-animi-2:before,
.icon-rainy-animi-4:after,
.icon-rainy-animi-4:before,
.icon-rainy-animi-5:after,
.icon-rainy-animi-5:before,
.icon-rainy-animi:after,
.icon-rainy-animi:before {
	content: "\f078";
	top: calc(50% - .43em);
	left: 0;
	right: auto;
	width: .96em;
	height: .96em;
	color: #fff
}
.icon-rainy-animi-2:after,
.icon-rainy-animi-2:before {
	right: 0;
	left: auto;
	top: calc(50% - .43em)
}
.icon-rainy-animi-4:after,
.icon-rainy-animi-4:before {
	left: calc(50% - .43em);
	top: calc(100% - .96em)
}
.icon-rainy-animi-5:after,
.icon-rainy-animi-5:before {
	left: calc(50% - .43em);
	top: 0
}
.drizzle-icons .icon-rainy-animi-2:after,
.drizzle-icons .icon-rainy-animi-2:before,
.drizzle-icons .icon-rainy-animi-4:after,
.drizzle-icons .icon-rainy-animi-4:before,
.drizzle-icons .icon-rainy-animi-5:after,
.drizzle-icons .icon-rainy-animi-5:before,
.drizzle-icons .icon-rainy-animi:after,
.drizzle-icons .icon-rainy-animi:before {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg)
}
.icon-windysnow-animi-2:after,
.icon-windysnow-animi-2:before,
.icon-windysnow-animi:after,
.icon-windysnow-animi:before {
	content: "\f021";
	width: 100%;
	height: 100%;
	font-size: 1.8em;
	top: 0;
	left: .3em
}
.icon-windysnow-animi-2:after,
.icon-windysnow-animi:after {
	width: 2em;
	height: 2em
}
.icon-windysnow-animi-2:after,
.icon-windysnow-animi-2:before {
	font-size: 1em;
	top: 1.5em;
	right: .7em;
	left: auto
}
.icon-windysnow-animi-2:after {
	width: 2em;
	height: 2em;
	left: -.5em
}
.icon-moon:after {
	content: "\f02e";
	position: absolute;
	font-size: .65em;
	left: 0;
	right: 0;
	top: .2em
}
.icon-moon:before {
	display: none
}
.icon-moon-animi:before {
	content: "\f02e";
	position: absolute;
	right: -.3em;
	font-size: .35em;
	top: .2em
}
.icon-sun:after {
	content: "\f00d";
	position: absolute;
	color: orange;
	font-size: .9em;
	left: 0;
	right: 0
}
.icon-sun-animi:after {
	content: "\f00d";
	position: absolute;
	color: orange;
	right: -.3em;
	top: .07em;
	font-size: .4em
}
.basecloud:before,
.icon-cloud:after {
	font-family: FontAwesome !important;
	content: "\f0c2" !important;
	font-size: .86em;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
	color: var(--pcaccent-cl);
	text-shadow: var(--pcbg-cl) 2px 0 0, var(--pcbg-cl) 1.75517px .958851px 0, var(--pcbg-cl) 1.0806px 1.68294px 0, var(--pcbg-cl) .141474px 1.99499px 0, var(--pcbg-cl) -.832294px 1.81859px 0, var(--pcbg-cl) -1.60229px 1.19694px 0, var(--pcbg-cl) -1.97998px .28224px 0, var(--pcbg-cl) -1.87291px -.701566px 0, var(--pcbg-cl) -1.30729px -1.5136px 0, var(--pcbg-cl) -.421592px -1.95506px 0, var(--pcbg-cl) .567324px -1.91785px 0, var(--pcbg-cl) 1.41734px -1.41108px 0, var(--pcbg-cl) 1.92034px -.558831px 0
}
.basecloud:before {
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.icon-basecloud-bg:after {
	content: "\f07d";
	z-index: 1
}
.icon-cloud-behind:after {
	font-size: .48em;
	content: "\f041";
	position: absolute;
	left: -.2em;
	top: .4em;
	z-index: 1;
	opacity: .6
}
.icon-mist:before {
	content: "\f021";
	position: absolute;
	left: 0;
	right: 0
}
.icon-mist-animi:before {
	content: "\f021";
	position: absolute;
	left: 0;
	right: 0;
	display: none
}
.is-animated .icon-thunder-animi:before {
	-webkit-animation: flashing 2s ease-out infinite;
	animation: flashing 2s ease-out infinite
}
.is-animated .icon-thunder-animi:after {
	-webkit-animation: flashing-reverse 2s steps(1) infinite;
	animation: flashing-reverse 2s steps(1) infinite
}
.is-animated .icon-rainy-animi:after {
	-webkit-animation: rain-animi-effect .2s ease-out infinite;
	animation: rain-animi-effect .2s ease-out infinite
}
.is-animated .icon-rainy-animi-2:after {
	-webkit-animation: rain-animi-effect .25s ease-out infinite;
	animation: rain-animi-effect .25s ease-out infinite
}
.is-animated .icon-rainy-animi-4:after {
	-webkit-animation: rain-animi-effect .35s ease-out infinite;
	animation: rain-animi-effect .35s ease-out infinite
}
.is-animated .icon-rainy-animi-5:after {
	-webkit-animation: rain-animi-effect .4s ease-out infinite;
	animation: rain-animi-effect .4s ease-out infinite
}
.is-animated .drizzle-icons .icon-rainy-animi:after {
	-webkit-animation: drizzle-animi-effect 2.2s ease-out infinite;
	animation: drizzle-animi-effect 2.2s ease-out infinite
}
.is-animated .drizzle-icons .icon-rainy-animi-2:after {
	-webkit-animation: drizzle-animi-effect 2.3s ease-out infinite;
	animation: drizzle-animi-effect 2.3s ease-out infinite
}
.is-animated .drizzle-icons .icon-rainy-animi-4:after {
	-webkit-animation: drizzle-animi-effect 2.5s ease-out infinite;
	animation: drizzle-animi-effect 2.5s ease-out infinite
}
.is-animated .drizzle-icons .icon-rainy-animi-5:after {
	-webkit-animation: drizzle-animi-effect 2.6s ease-out infinite;
	animation: drizzle-animi-effect 2.6s ease-out infinite
}
.is-animated .showers-icons .icon-rainy-animi:after {
	-webkit-animation: drizzle-animi-effect .2s ease-out infinite;
	animation: drizzle-animi-effect .2s ease-out infinite
}
.is-animated .showers-icons .icon-rainy-animi-2:after {
	-webkit-animation: drizzle-animi-effect .23s ease-out infinite;
	animation: drizzle-animi-effect .23s ease-out infinite
}
.is-animated .showers-icons .icon-rainy-animi-4:after {
	-webkit-animation: drizzle-animi-effect .18s ease-out infinite;
	animation: drizzle-animi-effect .18s ease-out infinite
}
.is-animated .showers-icons .icon-rainy-animi-5:after {
	-webkit-animation: drizzle-animi-effect .44s ease-out infinite;
	animation: drizzle-animi-effect .44s ease-out infinite
}
.is-animated .icon-windysnow-animi-2:after,
.is-animated .icon-windysnow-animi:after {
	-webkit-animation: rain-animi-effect-with-rotate 2s ease-out infinite;
	animation: rain-animi-effect-with-rotate 2s ease-out infinite
}
.is-animated .icon-windysnow-animi-2:after {
	-webkit-animation: rain-animi-effect-with-rotate 1.5s ease-out infinite;
	animation: rain-animi-effect-with-rotate 1.5s ease-out infinite
}
.is-animated .icon-moon:after {
	-webkit-animation: penci-float-y 2s linear infinite;
	animation: penci-float-y 2s linear infinite
}
.is-animated .icon-moon-animi:before {
	-webkit-animation: penci-float-y 2s linear infinite;
	animation: penci-float-y 2s linear infinite
}
.is-animated .icon-sun:after {
	-webkit-animation: penci-spin 8s infinite linear;
	animation: penci-spin 8s infinite linear
}
.is-animated .icon-sun-animi:after {
	-webkit-animation: penci-spin 8s infinite linear;
	animation: penci-spin 8s infinite linear
}
.is-animated .icon-cloud-behind:after {
	-webkit-animation: passing 2s linear infinite;
	animation: passing 2s linear infinite
}
.is-animated .icon-mist:before {
	-webkit-animation: penci-float-x 2s infinite ease;
	animation: penci-float-x 2s infinite ease
}
.is-animated .icon-mist-animi:before {
	display: inline-block;
	-webkit-animation: burst 2s infinite linear;
	animation: burst 2s infinite linear
}
.penci-weather-widget .icon-basecloud-bg:after {
	color: #1db523
}
@-webkit-keyframes rain-animi-effect {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(3em);
		transform: translateY(3em)
	}
}
@keyframes rain-animi-effect {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(3em);
		transform: translateY(3em)
	}
}
@-webkit-keyframes rain-animi-effect-with-rotate {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(1em) rotate(360deg);
		transform: translateY(1em) rotate(360deg)
	}
}
@keyframes rain-animi-effect-with-rotate {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(1em) rotate(360deg);
		transform: translateY(1em) rotate(360deg)
	}
}
@-webkit-keyframes drizzle-animi-effect {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0) translateX(0) rotate(10deg);
		transform: translateY(0) translateX(0) rotate(10deg)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(3em) translateX(-3em) rotate(20deg);
		transform: translateY(3em) translateX(-3em) rotate(20deg)
	}
}
@keyframes drizzle-animi-effect {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0) translateX(0) rotate(10deg);
		transform: translateY(0) translateX(0) rotate(10deg)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(3em) translateX(-3em) rotate(20deg);
		transform: translateY(3em) translateX(-3em) rotate(20deg)
	}
}
@-webkit-keyframes penci-float-y {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes penci-float-y {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@-webkit-keyframes penci-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes penci-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@-webkit-keyframes passing {
	0% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
	100% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		opacity: 0
	}
}
@keyframes passing {
	0% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
	100% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		opacity: 0
	}
}
@-webkit-keyframes burst {
	0% {
		opacity: .6
	}
	50% {
		-webkit-transform: scale(1.8);
		transform: scale(1.8);
		opacity: 0
	}
	100% {
		opacity: 0
	}
}
@keyframes burst {
	0% {
		opacity: .6
	}
	50% {
		-webkit-transform: scale(1.8);
		transform: scale(1.8);
		opacity: 0
	}
	100% {
		opacity: 0
	}
}
@-webkit-keyframes penci-float-x {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(-6px);
		transform: translateX(-6px)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes penci-float-x {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(-6px);
		transform: translateX(-6px)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@-webkit-keyframes flashing {
	0%,
	100%,
	50% {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}
@keyframes flashing {
	0%,
	100%,
	50% {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}
@-webkit-keyframes flashing-reverse {
	0%,
	100%,
	50% {
		opacity: 0
	}
	25%,
	75% {
		opacity: 1
	}
}
@keyframes flashing-reverse {
	0%,
	100%,
	50% {
		opacity: 0
	}
	25%,
	75% {
		opacity: 1
	}
}
span.penci-wuser-gps {
	position: absolute;
	top: 0;
	right: 0;
	opacity: .5;
	cursor: pointer
}
span.penci-wuser-gps svg {
	width: 30px;
	height: 30px
}
.penci-pricing-item {
	color: #888;
	text-align: center;
	padding: 20px;
	font-size: 15px;
	box-sizing: content-box;
	overflow: hidden;
	position: relative
}
.penci-pricing_featured.penci-pricing-f-hheight {
	padding-top: 50px;
	padding-bottom: 50px;
	transform: translateY(-30px);
	position: relative
}
@media (min-width:768px) {
	.penci-pricing_featured.penci-pricing-f-scale {
		background: var(--pcbg-cl);
		transform: scale(1.15);
		-webkit-transform: scale(1.15);
		position: relative;
		z-index: 3
	}
}
.penci-pricing_featured .penci-pricing-ribbon {
	position: absolute;
	height: 60px;
	width: 38px;
	background: var(--pcaccent-cl);
	color: #fff;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	right: 15px;
	top: 0;
	padding-bottom: 15px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	font-size: 18px;
	z-index: 5
}
.penci-pricing_featured .penci-pricing-ribbon-text {
	position: absolute;
	top: 18px;
	right: -67px;
	padding: 4px 0;
	width: 200px;
	background-color: #ff6618;
	color: #fff;
	transform: rotate(40deg);
	text-align: center;
	font-size: 12px;
	line-height: 1.3em;
	z-index: 5;
	text-transform: uppercase;
	font-family: var(--pchead-font)
}
.penci-pricing-item.penci-pricing-s1 {
	border: 1px solid var(--pcborder-cl)
}
.penci-pricing-item.penci-pricing-s2 {
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .1);
	background-color: #ffff;
	border-radius: 15px
}
.penci-pricing-item.penci-pricing-s2 .penci-pricing-btn {
	border-radius: 10px
}
.penci-pricing-item:after {
	content: "";
	display: table;
	width: 100%
}
.penci-pricing-item .penci-pricing-inner {
	position: relative
}
.penci-pricing-item .penci-pricing-image {
	width: 150px;
	text-align: center;
	margin: 0 auto 20px;
	overflow: hidden
}
.penci-pricing-item .penci-pricing-image img {
	height: auto;
	display: inline-block;
	vertical-align: top
}
.penci-pricing-item .penci-pricing-icon {
	text-align: center;
	font-size: 50px;
	margin-bottom: 20px;
	line-height: 1
}
.penci-pricing-item .penci-pricing-icon i {
	font-size: inherit;
	color: inherit;
	display: inline-block;
	vertical-align: top
}
.penci-pricing-item .penci-pricing-header {
	margin-bottom: 20px
}
.penci-pricing-fheader .penci-pricing-header {
	margin-top: -20px;
	margin-right: -20px;
	margin-left: -20px;
	padding: 20px 0;
	background: #fff000
}
.penci-pricing_featured.penci-pricing-f-hheight.penci-pricing-fheader .penci-pricing-header {
	padding-top: 50px;
	margin-top: -50px
}
.penci-pricing-item .penci-pricing-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 1
}
.penci-pricing-item .penci-pricing-subtitle {
	color: #888;
	line-height: 1.3;
	margin-top: 10px
}
.penci-pricing-item .penci-price-unit,
.penci-pricing-item .penci-pricing-title {
	color: #111
}
.penci-pricing-item .penci-pricing-price {
	font-size: 48px;
	line-height: 1;
	display: inline-block
}
.penci-pricing-item .penci-pricing-unit {
	display: block
}
.penci-pricing-oneline .penci-pricing-unit {
	display: inline-block
}
.penci-pricing-item .penci-pricing-featured {
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 16px
}
.penci-pricing-btn-above .penci-pricing-featured {
	margin-bottom: 5px
}
.penci-pricing-btn-above .penci-pricing-pbutton {
	margin-top: 20px
}
.penci-pricing-item .penci-pricing-featured ol,
.penci-pricing-item .penci-pricing-featured ul {
	margin: 0;
	padding: 0
}
.penci-pricing-item .penci-pricing-featured li {
	margin-left: 0;
	list-style: none;
	margin-bottom: 10px
}
.penci-pricing-item .penci-pricing-featured a,
.penci-pricing-item .penci-pricing-featured div,
.penci-pricing-item .penci-pricing-featured li,
.penci-pricing-item .penci-pricing-featured ol,
.penci-pricing-item .penci-pricing-featured p,
.penci-pricing-item .penci-pricing-featured span,
.penci-pricing-item .penci-pricing-featured strong,
.penci-pricing-item .penci-pricing-featured ul {
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	font-style: inherit;
	text-decoration: inherit;
	line-height: 1.3
}
.penci-pricing-item .penci-pricing-featured li:last-child {
	margin-bottom: 0
}
.penci-pricing-item .penci-pricing-btn {
	display: block;
	width: 100%;
	font-size: 15px;
	box-sizing: border-box;
	max-width: 100%;
	text-decoration: none !important;
	margin-left: auto;
	margin-right: auto;
	color: #fff
}
.penci-pricing-btn-borders .penci-pricing-btn {
	background: 0 0 !important;
	border: 2px solid;
	color: var(--pctext-cl)
}
.penci-pricing-btn-borders .penci-pricing-btn:hover {
	border-color: var(--pcaccent-cl);
	color: var(--pcaccent-cl)
}
@media (max-width:767px) {
	.penci-pricing_featured.penci-pricing-f-hheight {
		transform: translateY(0);
		padding-top: 20px;
		padding-bottom: 20px
	}
	.penci-pricing_featured.penci-pricing-f-hheight.penci-pricing-fheader .penci-pricing-header {
		padding-top: 20px;
		margin-top: -20px
	}
}
.pcbtn-wrapper {
	display: block
}
.pcbtn-align-left {
	text-align: left
}
.pcbtn-align-center {
	text-align: center
}
.pcbtn-align-right {
	text-align: right
}
.pcbtn-wrapper a.pcbtn {
	display: inline-block;
	text-decoration: none;
	background: #f2f2f2;
	color: #333;
	position: relative;
	font-family: var(--pchead-font);
	font-size: 16px;
	vertical-align: top;
	transition: color .3s, transform .3s
}
.pcbtn-wrapper a.pcbtn:before {
	content: "";
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	transition: all .3s
}
.pcbtn-wrapper a.pcbtn:hover:before {
	opacity: 1
}
.pcbtn-bordered .pcbtn-wrapperin,
.pcbtn-wrapper a.pcbtn-bordered:before {
	border: 2px solid
}
.pcbtn-bstyle-dotted .pcbtn-wrapperin,
.pcbtn-wrapper a.pcbtn-bstyle-dotted:before {
	border-style: dotted
}
.pcbtn-bstyle-dashed .pcbtn-wrapperin,
.pcbtn-wrapper a.pcbtn-bstyle-dashed:before {
	border-style: dashed
}
.pcbtn-bstyle-double .pcbtn-wrapperin,
.pcbtn-wrapper a.pcbtn-bstyle-double:before {
	border-style: double
}
.pcbtn-bstyle-groove .pcbtn-wrapperin,
.pcbtn-wrapper a.pcbtn-bstyle-groove:before {
	border-style: groove
}
.pcbtn-bstyle-ridge .pcbtn-wrapperin,
.pcbtn-wrapper a.pcbtn-bstyle-ridge:before {
	border-style: ridge
}
.pcbtn-bstyle-inset .pcbtn-wrapperin,
.pcbtn-wrapper a.pcbtn-bstyle-inset:before {
	border-style: inset
}
.pcbtn-bstyle-outset .pcbtn-wrapperin,
.pcbtn-wrapper a.pcbtn-bstyle-outset:before {
	border-style: outset
}
.pcbtn-bstyle-gradient .pcbtn-wrapperin,
.pcbtn-wrapper a.pcbtn-bstyle-gradient:before {
	border-image: linear-gradient(360deg, var(--pcaccent-cl), #bbb);
	border-image: -webkit-linear-gradient(360deg, var(--pcaccent-cl), #bbb);
	border-image-slice: 1
}
.pcbtn-align-justify a.pcbtn {
	display: block;
	width: 100%
}
@media (max-width:1024px) {
	.pcbtn-talign-left {
		text-align: left
	}
	.pcbtn-talign-center {
		text-align: center
	}
	.pcbtn-talign-right {
		text-align: right
	}
	.pcbtn-talign-center a.pcbtn,
	.pcbtn-talign-left a.pcbtn,
	.pcbtn-talign-right a.pcbtn {
		width: auto;
		display: inline-block
	}
	.pcbtn-talign-justify a.pcbtn {
		display: block;
		width: 100%
	}
}
@media (max-width:767px) {
	.pcbtn-malign-left {
		text-align: left
	}
	.pcbtn-malign-center {
		text-align: center
	}
	.pcbtn-malign-right {
		text-align: right
	}
	.pcbtn-malign-center a.pcbtn,
	.pcbtn-malign-left a.pcbtn,
	.pcbtn-malign-right a.pcbtn {
		width: auto;
		display: inline-block
	}
	.pcbtn-malign-justify a.pcbtn {
		display: block;
		width: 100%
	}
}
.pcbtn-wrapperin {
	text-align: center;
	padding: 10px 20px;
	display: block
}
.pcbtn-align-justify .pcbtn-wrapperin,
.pcbtn-align-justify .pcbtn-wrapperin span {
	width: 100%
}
.pcbtn-content svg {
	width: 16px;
	height: auto;
	vertical-align: middle;
	transition: fill .3s
}
.pcbtn-icon-left span span i,
.pcbtn-icon-left span span svg {
	margin-right: 5px
}
.pcbtn-icon-right span span i,
.pcbtn-icon-right span span svg {
	margin-left: 5px
}
.pcbtn-wrapperin span {
	display: block;
	line-height: 1.3
}
.pcbtn-wrapperin span.pcbtn-content {
	text-transform: uppercase;
	font-weight: 500;
	z-index: 5;
	position: relative;
	transition: all .3s
}
.pcbtn-wrapperin span.pcbtn-subtext {
	margin: 5px 0 0 0;
	font-size: 12px;
	z-index: 5;
	position: relative
}
.penci-ctslide-wrap {
	height: 400px;
	position: relative
}
.penci-ctslide-wrap:before {
	display: block;
	width: 100%;
	background: 0 0 !important;
	box-shadow: none !important
}
.penci-custom-slide {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}
.penci-ctslide-inner {
	height: 100%;
	width: 100%;
	z-index: 10
}
.penci-ctslide-bg,
.penci-ctslider-bg-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-width: 100%;
	min-height: 100%;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 10s;
	-o-transition-duration: 10s;
	transition-duration: 10s
}
.penci-ctslider-featimg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 15;
	background: 0 0 !important
}
.penci-ctslide-inner,
.penci-ctslider-content {
	position: relative;
	z-index: 50
}
.penci-ctslide-inner {
	display: flex
}
.penci-slides-wrap .owl-item.active .penci-ctslide-bg {
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-duration: 20s;
	animation-duration: 20s
}
.penci-slides-wrap .owl-item.active .penci-ctslide-bg.penci-ctslider-ken-in {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-animation-name: penci-ken-burns-in;
	animation-name: penci-ken-burns-in
}
.penci-slides-wrap .owl-item.active .penci-ctslide-bg.penci-ctslider-ken-out {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-animation-name: penci-ken-burns-out;
	animation-name: penci-ken-burns-out
}
.penci-slides-wrap .penci-ctslider-content {
	padding: 30px;
	width: 100%
}
.penci-v-poswrap-top .penci-ctslide-inner {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}
.penci-v-poswrap-bottom .penci-ctslide-inner {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}
.penci-v-poswrap-middle .penci-ctslide-inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.penci-h-poswrap-left .penci-ctslide-inner {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.penci-h-poswrap-right .penci-ctslide-inner {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.penci-h-poswrap-center .penci-ctslide-inner {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.xpenci-slides-wrap div:not(.lslide)>.penci-ctslide-inner {
	display: none
}
.penci-slides-wrap .pencislider-caption,
.penci-slides-wrap .pencislider-title {
	color: #fff
}
.penci-slides-wrap .penci-slider_btnwrap,
.penci-slides-wrap .pencislider-caption,
.penci-slides-wrap .pencislider-title {
	opacity: 0;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .65s;
	-moz-animation-duration: .65s;
	-ms-animation-duration: .65s;
	-o-animation-duration: .65s;
	animation-duration: .65s
}
.penci-slides-wrap .pencislider-title {
	font-size: 30px;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 0 0 15px 0
}
.penci-slides-wrap .pencislider-caption {
	font-size: 16px;
	line-height: 1.4;
	margin: 0 0 25px 0
}
.penci-slides-wrap .penci-ctslider-content>:nth-child(1) {
	animation-delay: calc(var(--pcfs-delay) + .3s)
}
.penci-slides-wrap .penci-ctslider-content>:nth-child(2) {
	animation-delay: calc(var(--pcfs-delay) + .5s)
}
.penci-slides-wrap .penci-ctslider-content>:nth-child(3) {
	animation-delay: calc(var(--pcfs-delay) + .7s)
}
.penci-slides-wrap .pencislider-caption-overlay .pslider-bgoverlay-inner,
.penci-slides-wrap .pencislider-title-overlay .pslider-bgoverlay-inner {
	position: relative;
	padding: 5px 12px;
	display: inline-block;
	vertical-align: top
}
.penci-slides-wrap .pencislider-caption-overlay .pslider-bgoverlay-inner:before,
.penci-slides-wrap .pencislider-title-overlay .pslider-bgoverlay-inner:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0
}
.penci-slides-wrap .pencislider-caption-overlay .pslider-bgoverlay-inner span,
.penci-slides-wrap .pencislider-title-overlay .pslider-bgoverlay-inner span {
	position: relative;
	z-index: 10;
	padding: 0;
	margin: 0
}
.penci-slides-wrap .penci-slider_btnwrap {
	margin: 0;
	background: 0 0;
	padding: 0;
	vertical-align: top;
	animation-delay: 1.3s;
	-webkit-animation-delay: 1.3s
}
.penci-slider_btnwrap .pencislider-btn {
	display: inline-block;
	background: 0 0;
	border: 1px solid #fff;
	color: #fff;
	line-height: 1;
	height: 36px;
	padding: 0 20px;
	border-radius: 0;
	font-size: 12px;
	font-weight: 600;
	width: auto
}
.penci-slider_btnwrap .pencislider-btn>span {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap
}
.penci-slider_btnwrap .pencislider-btn:hover {
	background: var(--pcaccent-cl);
	border-color: var(--pcaccent-cl);
	color: #fff;
	text-decoration: none
}
.penci-slider_btnwrap .pencislider-btn:not(:last-child) {
	margin-right: 15px
}
@keyframes penci-ken-burns-in {
	0% {
		transform: scale(1)
	}
	100% {
		transform: scale(1.2)
	}
}
@keyframes penci-ken-burns-out {
	0% {
		transform: scale(1.2)
	}
	100% {
		transform: scale(1)
	}
}
.penci-slides-wrap .active .penci-fadeInDown .penci-slider_btnwrap,
.penci-slides-wrap .active .penci-fadeInDown .pencislider-caption,
.penci-slides-wrap .active .penci-fadeInDown .pencislider-title {
	-webkit-animation-name: pencifadeInDown;
	-moz-animation-name: pencifadeInDown;
	-o-animation-name: pencifadeInDown;
	animation-name: pencifadeInDown
}
.penci-slides-wrap .active .penci-fadeInUp .penci-slider_btnwrap,
.penci-slides-wrap .active .penci-fadeInUp .pencislider-caption,
.penci-slides-wrap .active .penci-fadeInUp .pencislider-title {
	-webkit-animation-name: pencifadeInUp;
	-moz-animation-name: pencifadeInUp;
	-o-animation-name: pencifadeInUp;
	animation-name: pencifadeInUp
}
.penci-slides-wrap .active .penci-fadeInLeft .penci-slider_btnwrap,
.penci-slides-wrap .active .penci-fadeInLeft .pencislider-caption,
.penci-slides-wrap .active .penci-fadeInLeft .pencislider-title {
	-webkit-animation-name: pencifadeInLeft;
	-moz-animation-name: pencifadeInLeft;
	-o-animation-name: pencifadeInLeft;
	animation-name: pencifadeInLeft
}
.penci-slides-wrap .active .penci-fadeInRight .penci-slider_btnwrap,
.penci-slides-wrap .active .penci-fadeInRight .pencislider-caption,
.penci-slides-wrap .active .penci-fadeInRight .pencislider-title {
	-webkit-animation-name: pencifadeInRight;
	-moz-animation-name: pencifadeInRight;
	-o-animation-name: pencifadeInRight;
	animation-name: pencifadeInRight
}
@-webkit-keyframes pencifadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes pencifadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@-webkit-keyframes pencifadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes pencifadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@-webkit-keyframes pencifadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(50px, 0, 0);
		transform: translate3d(50px, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes pencifadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(50px, 0, 0);
		transform: translate3d(50px, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@-webkit-keyframes pencifadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -40px, 0);
		transform: translate3d(0, -40px, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes pencifadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -40px, 0);
		transform: translate3d(0, -40px, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
.popUpfadeInDown {
	animation-name: fadeInDown
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}
@keyframes popUpfadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -80px, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}
.penci-page-header-wrap {
	background: #dfdfdf;
	color: #111;
	overflow: hidden;
	padding-top: 80px;
	padding-bottom: 80px;
	margin-bottom: 60px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center
}
.penci-body-epageheader #header,
.penci-body-epageheader .penci-header-signup-form {
	margin-bottom: 0;
	margin-top: 0
}
.penci-page-header-wrap .container.penci-breadcrumb {
	margin-top: 0;
	width: 100%;
	margin-bottom: 0
}
.penci-page-header-wrap .penci-page-header-title {
	position: relative;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 600;
	color: #111;
	line-height: 1;
	padding: 0 0 14px;
	margin: 0 0 23px
}
.penci-page-header-wrap .penci-page-header-title:before {
	content: "";
	position: absolute;
	border-top: 2px solid;
	width: 40px;
	bottom: 0;
	left: 50%;
	color: inherit;
	opacity: .2;
	margin-left: -20px
}
.penci-page-header-wrap.penci-phhide-bread .penci-page-header-title {
	margin-bottom: 0 !important
}
.penci-page-header-wrap.penci-phhide-line .penci-page-header-title {
	padding-bottom: 0 !important
}
.penci-page-header-wrap.penci-phhide-line .penci-page-header-title:before {
	content: none
}
.penci-page-header-wrap.penci-pheader-left {
	text-align: left
}
.penci-page-header-wrap.penci-pheader-left .penci-page-header-title:before {
	left: 0;
	margin-left: 0
}
.penci-page-header-wrap.penci-pheader-center {
	text-align: center
}
.penci-page-header-wrap.penci-pheader-center .penci-page-header-title:before {
	left: 50%;
	margin-left: -20px
}
.penci-page-header-wrap.penci-pheader-right {
	text-align: right
}
.penci-page-header-wrap.penci-pheader-right .penci-page-header-title:before {
	left: auto;
	right: 0
}
.penci-latest-posts-left .grid-header-box,
.penci-latest-posts-left .header-list-style,
.penci-latest-posts-left .header-standard {
	text-align: left
}
.penci-latest-posts-left .grid-header-box:after,
.penci-latest-posts-left .header-list-style:after,
.penci-latest-posts-left .header-standard.standard-overlay-meta:after,
.penci-latest-posts-left .header-standard:after,
.penci-latest-posts-left .list-post .header-list-style:after,
.penci-latest-posts-left .list-post.list-boxed-post .header-list-style:after,
.penci-latest-posts-left.penci-latest-posts-mixed .grid-header-box:after {
	left: 0;
	margin-left: 0;
	right: auto
}
.penci-latest-posts-left .header-standard.standard-overlay-meta {
	padding-left: 20px !important;
	padding-right: 10px
}
.penci-latest-posts-left .header-standard.standard-overlay-meta:after {
	left: 20px;
	right: auto
}
.penci-latest-posts-left .grid-overlay-meta .grid-header-box {
	padding-left: 10px;
	padding-right: 5px
}
.container .penci-latest-posts-left .penci-grid li.magazine-layout.grid-overlay-meta .grid-header-box:after,
.penci-latest-posts-left .grid-overlay-meta .grid-header-box:after {
	left: 10px;
	right: auto
}
.penci-latest-posts-left.penci-latest-posts-grid .grid-overlay-meta .grid-header-box,
.penci-latest-posts-left.penci-latest-posts-grid-2 .grid-overlay-meta .grid-header-box {
	margin-left: 0;
	padding-left: 0
}
.penci-latest-posts-right.penci-latest-posts-grid .grid-overlay-meta .grid-header-box,
.penci-latest-posts-right.penci-latest-posts-grid-2 .grid-overlay-meta .grid-header-box {
	margin-right: 0;
	padding-right: 0
}
.penci-latest-posts-center .grid-header-box,
.penci-latest-posts-center .header-list-style,
.penci-latest-posts-center .header-standard {
	text-align: center
}
.penci-latest-posts-center .grid-header-box:after,
.penci-latest-posts-center .header-list-style:after,
.penci-latest-posts-center .header-standard.standard-overlay-meta:after,
.penci-latest-posts-center .header-standard:after,
.penci-latest-posts-center .list-post .header-list-style:after,
.penci-latest-posts-center .list-post.list-boxed-post .header-list-style:after,
.penci-latest-posts-center.penci-latest-posts-mixed .grid-header-box:after {
	left: 50%;
	right: auto;
	margin-left: -30px
}
.penci-latest-posts-center .header-standard.standard-overlay-meta {
	padding-left: 10px;
	padding-right: 10px
}
.penci-latest-posts-right .grid-header-box,
.penci-latest-posts-right .header-list-style,
.penci-latest-posts-right .header-standard {
	text-align: right
}
.penci-latest-posts-right .grid-header-box:after,
.penci-latest-posts-right .header-list-style:after,
.penci-latest-posts-right .header-standard.standard-overlay-meta:after,
.penci-latest-posts-right .header-standard:after,
.penci-latest-posts-right .list-post .header-list-style:after,
.penci-latest-posts-right .list-post.list-boxed-post .header-list-style:after,
.penci-latest-posts-right.penci-latest-posts-mixed .grid-header-box:after {
	left: auto;
	margin-left: 0;
	right: 0;
	margin-right: 0
}
.penci-latest-posts-right .grid-overlay-meta .grid-header-box {
	padding-right: 10px;
	padding-left: 5px
}
.container .penci-latest-posts-right .penci-grid li.magazine-layout.grid-overlay-meta .grid-header-box:after,
.penci-latest-posts-right .grid-overlay-meta .grid-header-box:after {
	left: auto;
	right: 10px
}
.penci-latest-posts-right .header-standard.standard-overlay-meta {
	padding-left: 10px;
	padding-right: 20px !important
}
.penci-latest-posts-right .header-standard.standard-overlay-meta:after {
	left: auto;
	right: 20px
}
.penci-grid-excerpt-left .penci-featured-infor .item-content,
.penci-grid-excerpt-left .penci-grid .grid-mixed .mixed-detail .item-content,
.penci-grid-excerpt-left .penci-grid li .item .item-content,
.penci-grid-excerpt-left .penci-masonry .item-masonry .item-content,
.penci-std-continue-left .penci-more-link,
.penci-std-excerpt-left .penci-grid .mixed-detail .item-content,
.penci-std-excerpt-left .standard-main-content {
	text-align: left
}
.penci-grid-excerpt-center .penci-featured-infor .item-content,
.penci-grid-excerpt-center .penci-grid .grid-mixed .mixed-detail .item-content,
.penci-grid-excerpt-center .penci-grid li .item .item-content,
.penci-grid-excerpt-center .penci-masonry .item-masonry .item-content,
.penci-std-continue-center .penci-more-link,
.penci-std-excerpt-center .penci-grid .mixed-detail .item-content,
.penci-std-excerpt-center .standard-main-content {
	text-align: center
}
.penci-grid-excerpt-right .penci-featured-infor .item-content,
.penci-grid-excerpt-right .penci-grid .grid-mixed .mixed-detail .item-content,
.penci-grid-excerpt-right .penci-grid li .item .item-content,
.penci-grid-excerpt-right .penci-masonry .item-masonry .item-content,
.penci-std-continue-right .penci-more-link,
.penci-std-excerpt-right .penci-grid .mixed-detail .item-content,
.penci-std-excerpt-right .standard-main-content {
	text-align: right
}
.penci-std-continue-left .penci-more-link a.more-link:before,
.penci-std-continue-right .penci-more-link a.more-link:after {
	content: none
}
.penci-std-continue-center .penci-more-link a.more-link:after,
.penci-std-continue-center .penci-more-link a.more-link:before,
.penci-std-continue-left .penci-more-link a.more-link:after,
.penci-std-continue-right .penci-more-link a.more-link:before {
	content: ""
}
@media only screen and (max-width:1400px) and (min-width:961px) {
	.penci-two-sidebar .container.penci-breadcrumb {
		width: 100%;
		padding: 0 10px
	}
}
@media only screen and (max-width:960px) and (min-width:768px) {
	.penci-two-sidebar .container.penci-breadcrumb {
		width: 726px
	}
}
@media only screen and (max-width:767px) and (min-width:480px) {
	.penci-two-sidebar .container.penci-breadcrumb {
		width: 480px
	}
}
@media only screen and (max-width:479px) {
	.penci-two-sidebar .container.penci-breadcrumb {
		width: 100%
	}
	.penci-slides-wrap .penci-ctslider-content {
		padding: 10px
	}
	.btn-twoline .penci-slider_btnwrap {
		white-space: pre-line
	}
	.btn-twoline .penci-slider_btnwrap .pencislider-btn:not(:last-child) {
		margin-right: 0 !important
	}
	.btn-twoline .penci-slider_btnwrap .pencislider-btn.pencislider-btn-2 {
		margin-top: 15px
	}
}
@media only screen and (min-width:768px) {
	.penci-latest-posts-el.penci-latest-posts-boxed-1 .list-boxed-post .item,
	.penci-latest-posts-el.penci-latest-posts-standard-boxed-1 .list-boxed-post .item {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center
	}
	.penci-latest-posts-el.penci-latest-posts-boxed-1 .list-boxed-post .item .content-list-right,
	.penci-latest-posts-el.penci-latest-posts-standard-boxed-1 .list-boxed-post .item .content-list-right {
		height: auto;
		min-height: 0
	}
	.penci-latest-posts-el.penci-latest-posts-boxed-1 .list-boxed-post:nth-child(2n+2) .item .content-list-right,
	.penci-latest-posts-el.penci-latest-posts-standard-boxed-1 .list-boxed-post:nth-of-type(2n+2) .item .content-list-right {
		order: 1
	}
	.penci-latest-posts-el.penci-latest-posts-boxed-1 .list-boxed-post:nth-child(2n+2) .item .thumbnail,
	.penci-latest-posts-el.penci-latest-posts-standard-boxed-1 .list-boxed-post:nth-of-type(2n+2) .item .thumbnail {
		order: 2
	}
}
.penci-latest-posts-el .penci-pagination {
	margin-top: 30px;
	margin-bottom: 0
}
.penci-latest-posts-el.penci-latest-posts-boxed-2 .penci-grid li.list-boxed-post-2:last-child {
	margin-bottom: 0 !important
}
.penci-latest-posts-el.penci-latest-posts-boxed-1 .penci-wrapper-data>.list-boxed-post:last-child,
.penci-latest-posts-el.penci-latest-posts-classic .penci-wrapper-data>article:last-child,
.penci-latest-posts-el.penci-latest-posts-classic-boxed-1 .penci-wrapper-data>.list-boxed-post:last-child,
.penci-latest-posts-el.penci-latest-posts-classic-grid .penci-wrapper-data>.grid-style:last-child,
.penci-latest-posts-el.penci-latest-posts-classic-grid-2 .penci-wrapper-data>.grid-style:last-child,
.penci-latest-posts-el.penci-latest-posts-classic-list .penci-wrapper-data>.list-post:last-child,
.penci-latest-posts-el.penci-latest-posts-featured .penci-wrapper-data>.grid-featured:last-child,
.penci-latest-posts-el.penci-latest-posts-grid .penci-wrapper-data>.grid-style:last-child,
.penci-latest-posts-el.penci-latest-posts-grid-2 .penci-wrapper-data>.grid-style:last-child,
.penci-latest-posts-el.penci-latest-posts-list .penci-wrapper-data>.list-post:last-child,
.penci-latest-posts-el.penci-latest-posts-mixed .penci-grid>li:last-child,
.penci-latest-posts-el.penci-latest-posts-mixed-2 .penci-grid>li:last-child,
.penci-latest-posts-el.penci-latest-posts-overlay .penci-wrapper-data>.grid-overlay:last-child,
.penci-latest-posts-el.penci-latest-posts-photography .penci-grid>.typography-style:last-child,
.penci-latest-posts-el.penci-latest-posts-standard .penci-wrapper-data>article:last-child,
.penci-latest-posts-el.penci-latest-posts-standard-boxed-1 .penci-wrapper-data>.list-boxed-post:last-child,
.penci-latest-posts-el.penci-latest-posts-standard-grid .penci-wrapper-data>.grid-style:last-child,
.penci-latest-posts-el.penci-latest-posts-standard-grid-2 .penci-wrapper-data>.grid-style:last-child,
.penci-latest-posts-el.penci-latest-posts-standard-list .penci-wrapper-data>.list-post:last-child {
	margin-bottom: 0 !important
}
@media only screen and (min-width:961px) {
	.penci-latest-posts-el.penci-latest-posts-classic-grid .penci-wrapper-data>.grid-style:nth-last-of-type(2),
	.penci-latest-posts-el.penci-latest-posts-classic-grid .penci-wrapper-data>.grid-style:nth-last-of-type(3),
	.penci-latest-posts-el.penci-latest-posts-classic-grid-2 .penci-wrapper-data>.grid-style:nth-last-of-type(2),
	.penci-latest-posts-el.penci-latest-posts-grid .penci-wrapper-data>.grid-style:nth-last-child(2),
	.penci-latest-posts-el.penci-latest-posts-grid .penci-wrapper-data>.grid-style:nth-last-child(3),
	.penci-latest-posts-el.penci-latest-posts-grid-2 .penci-wrapper-data>.grid-style:nth-last-child(2),
	.penci-latest-posts-el.penci-latest-posts-mixed .penci-grid>li.grid-style:nth-last-of-type(2),
	.penci-latest-posts-el.penci-latest-posts-mixed-2 .penci-grid>li.grid-style:nth-last-of-type(2),
	.penci-latest-posts-el.penci-latest-posts-mixed-2.penci-el-mixed-s1 .penci-grid>li.grid-style:nth-last-of-type(3),
	.penci-latest-posts-el.penci-latest-posts-mixed.penci-el-mixed-s1 .penci-grid>li.grid-style:nth-last-of-type(3),
	.penci-latest-posts-el.penci-latest-posts-photography .penci-grid>.typography-style:nth-last-child(2),
	.penci-latest-posts-el.penci-latest-posts-standard-grid .penci-wrapper-data>.grid-style:nth-last-of-type(2),
	.penci-latest-posts-el.penci-latest-posts-standard-grid .penci-wrapper-data>.grid-style:nth-last-of-type(3),
	.penci-latest-posts-el.penci-latest-posts-standard-grid-2 .penci-wrapper-data>.grid-style:nth-last-of-type(2) {
		margin-bottom: 0 !important
	}
}
@media only screen and (max-width:960px) and (min-width:768px) {
	.penci-latest-posts-el.penci-latest-posts-classic-grid .penci-wrapper-data>.grid-style:nth-last-of-type(2),
	.penci-latest-posts-el.penci-latest-posts-classic-grid-2 .penci-wrapper-data>.grid-style:nth-last-of-type(2),
	.penci-latest-posts-el.penci-latest-posts-grid .penci-wrapper-data>.grid-style:nth-last-child(2),
	.penci-latest-posts-el.penci-latest-posts-grid-2 .penci-wrapper-data>.grid-style:nth-last-child(2),
	.penci-latest-posts-el.penci-latest-posts-mixed .penci-grid>li.grid-style:nth-last-of-type(2),
	.penci-latest-posts-el.penci-latest-posts-mixed-2 .penci-grid>li.grid-style:nth-last-of-type(2),
	.penci-latest-posts-el.penci-latest-posts-photography .penci-grid>.typography-style:nth-last-child(2),
	.penci-latest-posts-el.penci-latest-posts-standard-grid .penci-wrapper-data>.grid-style:nth-last-of-type(2),
	.penci-latest-posts-el.penci-latest-posts-standard-grid-2 .penci-wrapper-data>.grid-style:nth-last-of-type(2) {
		margin-bottom: 0 !important
	}
}
@media only screen and (max-width:1200px) and (min-width:961px) {
	.container.two-sidebar .penci-sidebar-left,
	.layout-12_14_14 .penci-sidebar-left,
	.layout-14_12_14 .penci-sidebar-left,
	.layout-14_14_12 .penci-sidebar-right,
	.penci-repons-elsection.penci-structure-31 .elementor-column.elementor-col-25.penci-ercol-order-1,
	.penci-repons-elsection.penci-structure-32 .elementor-column.elementor-col-25.penci-ercol-order-2,
	.penci-repons-elsection.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-1 {
		display: none !important
	}
	.container.two-sidebar .penci-sidebar-content,
	.layout-12_14_14 .penci-vc-sidebar,
	.layout-14_12_14 .penci-vc-sidebar,
	.layout-14_14_12 .penci-vc-sidebar,
	.penci-repons-elsection.penci-structure-31 .elementor-column.elementor-col-25.penci-ercol-order-2,
	.penci-repons-elsection.penci-structure-32 .elementor-column.elementor-col-25.penci-ercol-order-3,
	.penci-repons-elsection.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-3 {
		width: 29.06%
	}
	.layout-14_14_12 .penci-main-content,
	.penci-repons-elsection.penci-structure-31 .elementor-column.elementor-col-50.penci-ercol-order-3,
	.penci-repons-elsection.penci-structure-32 .elementor-column.elementor-col-50.penci-ercol-order-1,
	.penci-repons-elsection.penci-structure-33 .elementor-column.elementor-col-50.penci-ercol-order-2 {
		width: 70.94%
	}
	.container.two-sidebar #main,
	.layout-12_14_14 .penci-main-content,
	.layout-14_12_14 .penci-main-content {
		padding-left: 0;
		width: 70.94%
	}
}
@media only screen and (max-width:1200px) and (min-width:768px) {
	.penci-repons-elsection.penci-structure-34 .elementor-row {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.penci-repons-elsection.penci-structure-34 .elementor-column.elementor-col-16.penci-ercol-order-1,
	.penci-repons-elsection.penci-structure-34 .elementor-column.elementor-col-16.penci-ercol-order-3 {
		width: 50%
	}
	.penci-repons-elsection.penci-structure-34 .elementor-column.elementor-col-66.penci-ercol-order-2 {
		width: 100%;
		order: 1
	}
	.penci-repons-elsection.penci-structure-34 .elementor-column.elementor-col-16.penci-ercol-order-3 {
		order: 3
	}
	.penci-repons-elsection.penci-structure-34 .elementor-column.elementor-col-16.penci-ercol-order-1 {
		order: 2
	}
}
@media only screen and (max-width:1400px) {
	.penci-repons-elsection.penci-structure-50 .elementor-row,
	.penci-repons-elsection.penci-structure-60 .elementor-row {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.penci-repons-elsection.penci-structure-50 .elementor-column.penci-ercol-20,
	.penci-repons-elsection.penci-structure-60 .elementor-column.penci-ercol-16 {
		width: 33.3333%
	}
}
@media only screen and (max-width:1170px) {
	.penci-repons-elsection.penci-structure-40 .elementor-row {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.penci-repons-elsection.penci-structure-40 .elementor-column.penci-ercol-25,
	.penci-repons-elsection.penci-structure-50 .elementor-column.penci-ercol-20,
	.penci-repons-elsection.penci-structure-60 .elementor-column.penci-ercol-16 {
		width: 50%
	}
}
@media only screen and (max-width:960px) {
	.container.two-sidebar #main,
	.container.two-sidebar .penci-sidebar-content {
		width: 100%
	}
	.container.two-sidebar #main {
		order: 1
	}
	.penci-vc-row .penci-vc-column {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px
	}
	.penci-countdown-show5 .penci-countdown-section,
	.penci-countdown-show6 .penci-countdown-section,
	.penci-countdown-show7 .penci-countdown-section {
		width: 33.33333%
	}
	.penci-image-gallery-s2 .penci-galitem-1 {
		width: 100%;
		float: left
	}
	.penci-image-gallery-s2 .penci-post-smalls {
		width: 100%
	}
	.penci-image-gallery-s2 .penci-post-smalls .penci-gallery-item {
		width: 50%;
		float: left
	}
	.penci-video_playlist .penci-video-nav,
	.penci-video_playlist .penci-video-play {
		width: 100%;
		float: none;
		position: relative
	}
	.penci-video_playlist .penci-video-nav .playlist-panel-item {
		position: absolute;
		bottom: 0;
		left: 0;
		font-size: 10px;
		width: 20px;
		height: 20px;
		text-align: center;
		vertical-align: middle;
		line-height: 20px;
		z-index: 10;
		background: #111;
		color: #fff
	}
	.penci-repons-elsection.penci-structure-21 .elementor-row,
	.penci-repons-elsection.penci-structure-22 .elementor-row,
	.penci-repons-elsection.penci-structure-30 .elementor-row {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.penci-repons-elsection.penci-structure-21 .elementor-column.penci-ercol-33,
	.penci-repons-elsection.penci-structure-21 .elementor-column.penci-ercol-66,
	.penci-repons-elsection.penci-structure-22 .elementor-column.penci-ercol-33,
	.penci-repons-elsection.penci-structure-22 .elementor-column.penci-ercol-66,
	.penci-repons-elsection.penci-structure-30 .elementor-column.penci-ercol-33 {
		width: 100%
	}
	.penci-repons-elsection.penci-structure-31 .elementor-column.elementor-col-25.penci-ercol-order-1,
	.penci-repons-elsection.penci-structure-32 .elementor-column.elementor-col-25.penci-ercol-order-2,
	.penci-repons-elsection.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-1 {
		display: block;
		width: 50%
	}
	.penci-repons-elsection.penci-structure-31 .elementor-column.elementor-col-25.penci-ercol-order-2,
	.penci-repons-elsection.penci-structure-32 .elementor-column.elementor-col-25.penci-ercol-order-3,
	.penci-repons-elsection.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-3 {
		width: 50%
	}
	.penci-repons-elsection.penci-structure-31 .elementor-column.elementor-col-50.penci-ercol-order-3,
	.penci-repons-elsection.penci-structure-32 .elementor-column.elementor-col-50.penci-ercol-order-1,
	.penci-repons-elsection.penci-structure-33 .elementor-column.elementor-col-50.penci-ercol-order-2 {
		width: 100%
	}
	.penci-repons-elsection.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-1,
	.penci-repons-elsection.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-3 {
		order: 2
	}
	.penci-repons-elsection.penci-structure-33 .elementor-column.elementor-col-50.penci-ercol-order-2 {
		order: 1
	}
	.footer-subscribe .mc4wp-form .mdes {
		width: 100%;
		text-align: center;
		margin-left: 0
	}
}
@media only screen and (max-width:767px) {
	#main .penci-repons-elsection .elementor-column {
		width: 100% !important
	}
	#main .penci-repons-elsection .elementor-column:not(:last-child) {
		margin-bottom: 20px
	}
	.penci-repons-elsection .elementor-column-gap-default>.elementor-row>.elementor-col-16+.elementor-column.elementor-col-66>.elementor-element-populated,
	.penci-repons-elsection .elementor-column-gap-default>.elementor-row>.elementor-col-25+.elementor-col-25+.elementor-col-50>.elementor-element-populated,
	.penci-repons-elsection .elementor-column-gap-default>.elementor-row>.elementor-col-50+.elementor-col-25+.elementor-col-25>.elementor-element-populated,
	.penci-repons-elsection .elementor-column-gap-default>.elementor-row>.elementor-col-50+.elementor-col-25>.elementor-element-populated,
	.penci-repons-elsection .elementor-column-gap-default>.elementor-row>.elementor-column.elementor-col-25+.elementor-column.elementor-col-50>.elementor-element-populated,
	.penci-repons-elsection .elementor-column-gap-default>.elementor-row>.elementor-column.elementor-col-33+.elementor-column.elementor-col-66>.elementor-element-populated,
	.penci-repons-elsection .elementor-column-gap-default>.elementor-row>.elementor-column.elementor-col-66>.elementor-element-populated,
	.penci-repons-elsection .elementor-column-gap-default>.elementor-row>.elementor-column[data-col="16"]+.elementor-column[data-col="66"]>.elementor-element-populated,
	.penci-repons-elsection .elementor-column-gap-default>.elementor-row>.elementor-column[data-col="25"]+.elementor-column[data-col="25"]+.elementor-column[data-col="50"]>.elementor-element-populated,
	.penci-repons-elsection .elementor-column-gap-default>.elementor-row>.elementor-column[data-col="25"]+.elementor-column[data-col="50"]>.elementor-element-populated,
	.penci-repons-elsection .elementor-column-gap-default>.elementor-row>.elementor-column[data-col="33"]+.elementor-column[data-col="66"]>.elementor-element-populated,
	.penci-repons-elsection .elementor-column-gap-default>.elementor-row>.elementor-column[data-col="50"]+.elementor-column[data-col="25"]+.elementor-column[data-col="25"]>.elementor-element-populated,
	.penci-repons-elsection .elementor-column-gap-default>.elementor-row>.elementor-column[data-col="50"]+.elementor-column[data-col="25"]>.elementor-element-populated,
	.penci-repons-elsection .elementor-column-gap-default>.elementor-row>.elementor-column[data-col="66"]>.elementor-element-populated {
		padding-left: 10px;
		padding-right: 10px
	}
	.penci-countdown-show4 .penci-countdown-section,
	.penci-countdown-show5 .penci-countdown-section,
	.penci-countdown-show6 .penci-countdown-section,
	.penci-countdown-show7 .penci-countdown-section {
		width: 50%
	}
	.penci-con_sb1_sb2.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-3,
	.penci-con_sb2_sb1.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-1,
	.penci-sb1_con_sb2.penci-structure-33 .elementor-column.elementor-col-50.penci-ercol-order-2,
	.penci-sb1_sb2_con.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-1,
	.penci-sb2_con_sb1.penci-structure-33 .elementor-column.elementor-col-50.penci-ercol-order-2,
	.penci-sb2_sb1_con.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-3 {
		order: 2
	}
	.penci-con_sb1_sb2.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-1,
	.penci-con_sb2_sb1.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-3,
	.penci-sb1_con_sb2.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-1,
	.penci-sb1_sb2_con.penci-structure-33 .elementor-column.elementor-col-50.penci-ercol-order-2,
	.penci-sb2_con_sb1.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-3,
	.penci-sb2_sb1_con.penci-structure-33 .elementor-column.elementor-col-50.penci-ercol-order-2 {
		order: 3
	}
	.penci-con_sb1_sb2.penci-structure-33 .elementor-column.elementor-col-50.penci-ercol-order-2,
	.penci-con_sb2_sb1.penci-structure-33 .elementor-column.elementor-col-50.penci-ercol-order-2,
	.penci-sb1_con_sb2.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-3,
	.penci-sb1_sb2_con.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-3,
	.penci-sb2_con_sb1.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-1,
	.penci-sb2_sb1_con.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-1 {
		order: 1
	}
	.penci-repons-elsection.penci-structure-31 .elementor-column.elementor-col-25.penci-ercol-order-1,
	.penci-repons-elsection.penci-structure-31 .elementor-column.elementor-col-25.penci-ercol-order-2,
	.penci-repons-elsection.penci-structure-32 .elementor-column.elementor-col-25.penci-ercol-order-2,
	.penci-repons-elsection.penci-structure-32 .elementor-column.elementor-col-25.penci-ercol-order-3,
	.penci-repons-elsection.penci-structure-40 .elementor-column.penci-ercol-25,
	.penci-repons-elsection.penci-structure-50 .elementor-column.penci-ercol-20,
	.penci-repons-elsection.penci-structure-60 .elementor-column.penci-ercol-16 {
		width: 100%
	}
	.penci-top-bar .pctopbar-item.penci-topbar-trending {
		display: none;
		padding: 0 10px
	}
}
@media only screen and (max-width:480px) {
	.penci-image-gallery-s2 .penci-post-smalls .penci-gallery-item {
		width: 100%;
		float: left
	}
	.penci-image-gallery-s3 .penci-gallery-big-item,
	.penci-image-gallery-s3 .penci-gallery-small-item,
	.penci-image-gallery-s4 .penci-gallery-big-item,
	.penci-image-gallery-s4 .penci-gallery-small-item {
		width: 100%;
		float: none
	}
}
.penci-grid .pc-hasmorepost,
.penci-grid .pc-nomorepost {
	display: none
}
.penci-grid[data-layout=grid-boxed-2] li .item,
.penci-grid[data-layout=grid-boxed] li .item {
	border: 1px solid var(--pcborder-cl);
	padding: 20px;
	height: 100%
}
.penci-grid[data-layout=grid-boxed-2] li .item {
	padding-bottom: 0
}
.penci-grid[data-layout=grid-boxed-2] li .item>.thumbnail,
.penci-grid[data-layout=grid-boxed] li .item>.thumbnail {
	margin-left: -21px;
	margin-right: -21px;
	margin-top: -21px;
	display: block;
	width: calc(100% + 42px)
}
.penci-grid[data-layout=grid-boxed-2] li .item {
	display: flex;
	flex-wrap: wrap
}
.penci-grid[data-layout=grid-boxed-2] li .item>div {
	order: 1;
	width: 100%
}
.penci-grid[data-layout=grid-boxed-2] li .item>.thumbnail {
	order: 2;
	margin-bottom: 0;
	margin-top: 0;
	align-content: end
}
.penci-grid[data-layout=grid-boxed-2] li .item>.item-content {
	margin-bottom: 30px
}
.penci-grid[data-layout=list-boxed-2] li.list-post,
.penci-grid[data-layout=list-boxed] li.list-post {
	padding-bottom: 0;
	border-bottom: 0
}
.penci-grid[data-layout=list-boxed-2] li.list-post .item,
.penci-grid[data-layout=list-boxed] li.list-post .item {
	border: 1px solid var(--pcborder-cl);
	padding: 20px;
	display: flex;
	flex-wrap: wrap
}
.penci-grid[data-layout=list-boxed] li.list-post .item {
	padding-left: 0;
	border-left: 0
}
.penci-grid[data-layout=list-boxed-2] li.list-post .item {
	padding-right: 0;
	border-right: 0
}
.penci-grid[data-layout=list-boxed-2] li.list-post .item>.thumbnail,
.penci-grid[data-layout=list-boxed] li.list-post .item>.thumbnail {
	margin-top: -21px;
	margin-bottom: -21px
}
.penci-grid[data-layout=list-boxed-2] li.list-post .item>.thumbnail .penci-image-holder,
.penci-grid[data-layout=list-boxed] li.list-post .item>.thumbnail .penci-image-holder {
	height: 100%
}
.penci-grid[data-layout=list-boxed-2] li.list-post .item>div {
	order: 1
}
.penci-grid[data-layout=list-boxed-2] li.list-post .item>.thumbnail {
	order: 2;
	margin-left: 0
}
.penci-grid[data-layout=list-boxed-2] li.list-post .item .content-list-right {
	padding-right: 30px;
	padding-left: 0
}
.penci-grid[data-layout="grid-boxed-3"] li .item {
	--pcheading-cl: #fff;
	--pcmeta-cl: #fff;
	padding: 20px;
	background: var(--pctext-cl);
	color: var(--pcbg-cl);
	position: relative;
	margin-left: 15px;
}
.penci-grid[data-layout="grid-boxed-3"] li.pchide-cat .item {
	margin-left: 0;
}
.penci-grid[data-layout="grid-boxed-3"] li .item .grid-header-box {
	position: static;
}
.penci-grid[data-layout="grid-boxed-3"] li .item .cat {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(calc(0px - 50% - 18px), 80px) rotate(-90deg);
	width: 100%;
	max-width: 170px;
	align-items: flex-start;
	justify-content: flex-end;
	display: flex;
	margin: 0;
}
.penci-grid[data-layout="grid-boxed-3"] li .item .cat a {
	margin-bottom: 0;
	font-weight: var(--pchead-wei);
}
.penci-grid[data-layout="grid-boxed-3"] li .item .grid-post-box-meta span {
	color: var(--pcmeta-cl);
	opacity: 0.5;
}
.penci-grid[data-layout="grid-boxed-3"] li .item .grid-post-box-meta span a {
	color: var(--pcmeta-cl);
}
.penci-grid[data-layout="grid-boxed-3"] .grid-header-box:after,
.penci-grid[data-layout="grid-boxed-3"]
	.penci-post-box-meta.penci-post-box-grid:before {
	display: none;
}
.penci-grid[data-layout="grid-boxed-3"]
	.penci-post-box-meta.penci-post-box-grid {
	background: rgba(255, 255, 255, 0.1);
	padding: 20px;
	margin: 20px -20px -20px;
}
.penci-grid[data-layout="grid-boxed-3"]
	.penci-post-box-meta.penci-post-box-grid
	.penci-post-share-box {
	background: transparent;
}
.penci-grid[data-layout="grid-boxed-3"]
	.penci-post-box-meta.penci-post-box-grid
	.penci-post-share-box
	a {
	color: var(--pcmeta-cl);
}
.grid-boxed-4-item {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.09)
}
.grid-boxed-4-item .item-content {
	padding-left: 20px;
	padding-right: 20px;
}
.grid-boxed-4-item .grid-header-box {
	padding: 20px;
}
.penci-grid li.grid-boxed-4-item .item .item-content {
	padding-bottom: 0;
	padding-top: 0;
}
.grid-boxed-4-item .grid-header-box {
	--mask:
	  radial-gradient(8.41px at 50% calc(100% - 11.4px),#000 99%,#0000 101%) calc(50% - 8px) 0/16px 100%,
	  radial-gradient(8.41px at 50% calc(100% + 7.4px),#0000 99%,#000 101%) 50% calc(100% - 4px)/16px 100% repeat-x;
	-webkit-mask: var(--mask);
	mask: var(--mask);
	background: #f1f1f1;
	width: 100%;
}
.penci-grid li.grid-boxed-4-item .item > .thumbnail {
	margin-bottom: 0;
}  
.grid-boxed-4-item .grid-header-box {
	text-align: left;
}
.grid-boxed-4-item .penci-btn-readmore {
	padding: 12px 20px;
}
.grid-boxed-4-item .penci-post-box-meta:before {
	display: none;
}
.grid-boxed-4-item .penci-post-box-meta {
	padding: 10px 0;
	border-top: 1px dotted var(--pcborder-cl) !important;
}
.grid-boxed-4-item .item {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	height: 100%;
}
.grid-boxed-4-item .penci-readmore-btn,
.grid-boxed-4-item .penci-post-box-meta {
	flex: 100%;
}
.grid-boxed-4-item .penci-post-box-meta {
	align-self: end;
	padding-left: 20px;
  	padding-right: 20px;
}
@media only screen and ( min-width: 768px ) {
	ul.penci-grid[data-layout="grid-boxed-5"] {
		display: flex;
		flex-wrap: wrap;
		padding: 0 !important;
		margin: 0;
		list-style: none;
		row-gap: 0;
		--pcrgap: 0;
		column-gap: var(--pcrgap);
		margin-left: -30px;
		margin-right: -30px;
	}
}
@media only screen and ( min-width: 961px ){
	ul.penci-grid[data-layout="grid-boxed-5"] > li {
		box-sizing: border-box;
		padding: 0;
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
		padding-right: 31px;
		width: initial;
	}
	ul.penci-grid[data-layout="grid-boxed-5"] > li:nth-child(5n+2){
		border-left: 1px solid var(--pcborder-cl);
		border-right: 1px solid var(--pcborder-cl);
		padding-left: 30px;
		padding-right: 30px;
	}
	.elgrid52-yes ul.penci-grid[data-layout="grid-boxed-5"] > li:nth-child(5n+2),
	.container.penci_sidebar ul.penci-grid[data-layout="grid-boxed-5"] > li:nth-child(5n+2) {
		border-left: 0;
		border-right: 0;
	}
	ul.penci-grid[data-layout="grid-boxed-5"] > li:nth-child(5n+1) {
		padding-left: 30px;
		padding-right: 31px;
	}
	ul.penci-grid[data-layout="grid-boxed-5"] > li:nth-child(5n+3) {
		padding-left: 31px;
		padding-right: 30px;
	}
	ul.penci-grid[data-layout="grid-boxed-5"] > li:nth-child(5n),
	ul.penci-grid[data-layout="grid-boxed-5"] > li:nth-child(5n-1) {
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 30px;
	}
	ul.penci-grid[data-layout="grid-boxed-5"] > li:nth-child(5n) {
		border-left: 1px solid var(--pcborder-cl);
		padding-right: 30px;
	}
	.elgrid52-yes ul.penci-grid[data-layout="grid-boxed-5"] > li:nth-child(5n),
	.container.penci_sidebar ul.penci-grid[data-layout="grid-boxed-5"] > li:nth-child(5n) {
		border-left: 0;
	}
	ul.penci-grid[data-layout="grid-boxed-5"] > li:nth-child(5n-1) {
		padding-right: 31px;
	}

	.elgrid52-yes ul.penci-grid[data-layout="grid-boxed-5"],
	.container.penci_sidebar ul.penci-grid[data-layout="grid-boxed-5"] {
		margin-left: 0;
		margin-right: 0;
	}
	.elgrid52-yes ul.penci-grid[data-layout="grid-boxed-5"] > li,
	.container.penci_sidebar ul.penci-grid[data-layout="grid-boxed-5"] > li {
		flex: 0 0 50%;
		max-width: 50%;
		padding-right: 31px;
		padding-left: 0;
	}
	.elgrid52-yes
		ul.penci-grid[data-layout="grid-boxed-5"]
		> li:nth-child(3n-1),
	.container.penci_sidebar
		ul.penci-grid[data-layout="grid-boxed-5"]
		> li:nth-child(3n-1) {
		border-left: 1px solid var(--pcborder-cl);
		padding-right: 0;
		padding-left: 30px;
		border-right: 0;
	}
	.elgrid52-yes
		ul.penci-grid[data-layout="grid-boxed-5"]
		> li:nth-child(3n),
	.container.penci_sidebar
		ul.penci-grid[data-layout="grid-boxed-5"]
		> li:nth-child(3n) {
		flex: 0 0 100%;
		max-width: 100%;
		border: none;
		padding: 40px 0;
		border-top: 1px solid var(--pcborder-cl);
		border-bottom: 1px solid var(--pcborder-cl);
	}
}
@media only screen and ( max-width: 960px ){
	ul.penci-grid[data-layout="grid-boxed-5"] {
		margin-left: 0;
		margin-right: 0;
	}
	ul.penci-grid[data-layout="grid-boxed-5"] > li {
		flex: 0 0 50%;
		max-width: 50%;
		padding-right: 31px;
		padding-left: 0;
	}
	ul.penci-grid[data-layout="grid-boxed-5"]
		> li:nth-child(3n-1) {
		border-left: 1px solid var(--pcborder-cl);
		padding-right: 0;
		padding-left: 30px;
		border-right: 0;
	}
	ul.penci-grid[data-layout="grid-boxed-5"]
		> li:nth-child(3n) {
		flex: 0 0 100%;
		max-width: 100%;
		border: none;
		padding: 40px 0;
		border-top: 1px solid var(--pcborder-cl);
		border-bottom: 1px solid var(--pcborder-cl);
	}
}
@media only screen and ( max-width: 760px ){
	ul.penci-grid[data-layout="grid-boxed-5"] > li,
	ul.penci-grid[data-layout="grid-boxed-5"] > li:nth-child(3n),
	ul.penci-grid[data-layout="grid-boxed-5"] > li:nth-child(3n-1),
	.elgrid52-yes ul.penci-grid[data-layout="grid-boxed-5"] > li,
	.container.penci_sidebar ul.penci-grid[data-layout="grid-boxed-5"] > li {
		flex: 0 0 100%;
		width: 100%;
		max-width: unset;
		padding: 0 0 40px;
		border: 0;
		border-bottom: 1px solid var(--pcborder-cl);
	}
}
.penci-grid4-date {
	position: absolute;
	bottom: 0;
  	left: 0;
	z-index: 2;
	color: #fff;
	background: var(--pcaccent-cl);
	padding-right: 10px;
	text-transform: uppercase;
	font-size: 12px;
}
.penci-grid4-date span {
	display: inline-block;
	padding: 5px 10px;
	background: #000;
	margin-right: 10px;
	font-size: 18px;
	vertical-align: middle;
}
@media only screen and (min-width:961px) {
	.container.penci_sidebar .penci-grid[data-cols="2"]>li,
	.penci-grid[data-cols="2"]>li {
		width: calc((100% - var(--pcrgap))/ 2);
		margin-bottom: 40px
	}
	.container.penci_sidebar .penci-grid[data-cols="3"]>li,
	.penci-grid[data-cols="3"]>li {
		width: calc((100% - var(--pcrgap) * 2)/ 3);
		margin-bottom: 40px
	}
	.container.penci_sidebar .penci-grid[data-cols="4"]>li,
	.penci-grid[data-cols="4"]>li {
		width: calc((100% - var(--pcrgap) * 3)/ 4);
		margin-bottom: 40px
	}
	.container.penci_sidebar .penci-grid[data-cols="5"]>li,
	.penci-grid[data-cols="5"]>li {
		width: calc((100% - var(--pcrgap) * 4)/ 5);
		margin-bottom: 40px
	}
}
@media only screen and (min-width:961px) and (max-width:1169px) {
	.container .penci-grid[data-cols="4"]>li,
	.container .penci-grid[data-cols="5"]>li {
		width: calc((100% - var(--pcrgap) * 2)/ 3);
		margin-bottom: 40px
	}
	.container.penci_sidebar .penci-grid[data-cols="4"]>li,
	.container.penci_sidebar .penci-grid[data-cols="5"]>li {
		width: calc((100% - var(--pcrgap))/ 2);
		margin-bottom: 40px
	}
}
@media only screen and (max-width:961px) {
	.container.penci_sidebar .penci-grid[data-cols="1"]>li,
	.penci-grid[data-cols="1"]>li {
		width: 100%
	}
	.container.penci_sidebar .penci-grid[data-cols="2"]>li,
	.penci-grid[data-cols="2"]>li {
		width: calc((100% - var(--pcrgap))/ 2)
	}
}
@media only screen and (min-width:768px) and (max-width:1024px) {
	.container.penci_sidebar .penci-grid[data-tcols="1"]>li,
	.penci-grid[data-tcols="1"]>li {
		width: 100% !important
	}
	.container.penci_sidebar .penci-grid[data-tcols="2"]>li,
	.penci-grid[data-tcols="2"]>li {
		width: calc((100% - var(--pcrgap))/ 2) !important
	}
	.container.penci_sidebar .penci-grid[data-tcols="3"]>li,
	.penci-grid[data-tcols="3"]>li {
		width: calc((100% - var(--pcrgap) * 2)/ 3) !important
	}
	.container.penci_sidebar .penci-grid[data-tcols="4"]>li,
	.penci-grid[data-tcols="4"]>li {
		width: calc((100% - var(--pcrgap) * 3)/ 4) !important
	}
	.container.penci_sidebar .penci-masonry[data-cols="3"] .item-masonry,
	.container.penci_sidebar .penci-masonry[data-cols="4"] .item-masonry,
	.container.penci_sidebar .penci-masonry[data-cols="5"] .item-masonry,
	.penci-masonry[data-cols="3"] .item-masonry,
	.penci-masonry[data-cols="4"] .item-masonry,
	.penci-masonry[data-cols="5"] .item-masonry {
		width: 50%
	}
	.penci-masonry[data-tcols="1"] .item-masonry {
		width: 100% !important
	}
	.penci-masonry[data-tcols="2"] .item-masonry {
		width: 50% !important
	}
	.penci-masonry[data-tcols="3"] .item-masonry {
		width: calc(100% / 3) !important
	}
}
@media only screen and (max-width:767px) {
	.penci-grid[data-layout=list-boxed] li.list-post .item .content-list-right {
		border: 1px solid var(--pcborder-cl);
		padding: 20px;
		border-top: 0
	}
	.penci-grid[data-layout=list-boxed] li.list-post .item>.thumbnail {
		margin-top: 0;
		margin-bottom: 0
	}
	.penci-grid[data-layout=list-boxed] li.list-post .item {
		border: 0;
		padding: 0
	}
	.penci-grid[data-layout=list-boxed-2] li.list-post .item .content-list-right {
		border: 1px solid var(--pcborder-cl);
		padding: 20px;
		border-bottom: 0
	}
	.penci-grid[data-layout=list-boxed-2] li.list-post .item>.thumbnail {
		margin-top: 0;
		margin-bottom: 0
	}
	.penci-grid[data-layout=list-boxed-2] li.list-post .item {
		border: 0;
		padding: 0
	}
	ul.penci-grid {
		--pcrgap: 20px
	}
}
.menu-item-has-label .menu-label {
	font-size: 9px;
	font-weight: 600;
	line-height: 12px;
	position: absolute;
	z-index: 1;
	top: calc(50% - 25px);
	left: 100%;
	display: inline-block;
	margin-left: -20px;
	padding: 2px 4px;
	vertical-align: middle;
	white-space: nowrap;
	letter-spacing: .3px;
	text-transform: uppercase;
	color: #fff;
	background-color: var(--pcaccent-cl)
}
#sidebar-nav .menu-item-has-label .menu-label,
.pc-dropdown-menu .menu-item-has-label .menu-label,
.penci-menu-hbg .menu-item-has-label .menu-label {
	left: auto
}
.menu-item-has-label .menu-label.label-style-1:before,
.menu-item-has-label .menu-label.label-style-2:before {
	position: absolute;
	top: 100%;
	left: 10px;
	content: "";
	border: 4px solid;
	border-color: var(--pcaccent-cl);
	border-right-width: 7px;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
	border-left-width: 0
}
.menu-item-has-label .menu-label.label-style-2:before {
	left: 0
}
.menu-item-has-label .menu-label.label-style-4:before {
	position: absolute;
	right: 50%;
	bottom: -4px;
	left: 50%;
	margin-left: -4px;
	content: "";
	border-width: 4px 4px 0 4px;
	border-style: solid;
	border-color: var(--pcaccent-cl);
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
	border-left-color: transparent !important
}
.penci-mega-content-container {
	text-align: initial
}
.desktop-meta-bg-hidden {
	display: none
}
@media only screen and (min-width:767px) and (max-width:1169px) {
	.tablet-meta-bg-hidden {
		display: none
	}
}
@media only screen and (max-width:767px) {
	.mobile-meta-bg-hidden {
		display: none
	}
}
.biggrid-archive-wrapper .grid-post-box-meta {
	overflow: hidden
}
.featured-list-title {
	margin-bottom: 30px
}
.penci-dropdown-menu {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	z-index: 9999;
	box-shadow: 0 3px 3px rgba(190, 190, 190, .6);
	-webkit-box-shadow: 0 3px 3px rgba(190, 190, 190, .6);
	-moz-box-shadow: 0 3px 3px rgba(190, 190, 190, .6);
	border-top: 1px solid #ececec;
	margin-top: 0;
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}
.penci-dropdown-menu.penci-mega-full-width {
	left: 0
}
.penci-dropdown-menu.penci-mega-custom-width {
	left: auto;
	right: auto
}
#navigation .penci-dropdown-menu.penci-mega-custom-width .container,
.navigation .penci-dropdown-menu.penci-mega-custom-width .container {
	display: block
}
.penci-dropdown-menu .post-entry {
	line-height: unset;
	margin-bottom: 0
}
#navigation .penci-dropdown-menu,
.navigation .penci-dropdown-menu {
	max-width: 100vw;
	display: none
}
#navigation .penci-dropdown-menu .container,
#navigation .penci-dropdown-menu .penci-megamenu,
.navigation .penci-dropdown-menu .container,
.navigation .penci-dropdown-menu .penci-megamenu {
	display: block
}
#navigation .penci-mega-custom-width .container,
.navigation .penci-mega-custom-width .container {
	width: 100%
}
.penci-dropdown-menu.loading {
	min-height: 150px
}
.penci-dropdown-menu:before,
.penci-megamenu:before {
	opacity: 0;
	background-color: inherit;
	transition: all .2s ease;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	position: absolute;
	min-height: 0
}
.penci-dropdown-menu.loading:before,
.penci-megamenu.loading:before {
	opacity: 1;
	z-index: 8
}
.penci-dropdown-menu:after,
.penci-megamenu:after {
	opacity: 0;
	transition: opacity .2s ease;
	content: "";
	display: inline-block;
	border: 1px solid #bbb;
	border-left-color: #000;
	border-top-color: #000;
	border-radius: 50%;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px;
	width: 24px;
	height: 24px
}
@keyframes penci-menu-rotate {
	100% {
		transform: rotate(360deg)
	}
}
.penci-dropdown-menu.loading:after,
.penci-megamenu.loading:after {
	opacity: 1;
	z-index: 9;
	animation: penci-menu-rotate .35s infinite linear
}
.button-popup-content,
.penci-age-verify,
.penci-epopup-content,
.penci-popup-content {
	position: relative;
	width: 100%;
	max-width: 650px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	padding: 40px;
	text-align: center;
	display: none
}
.mfp-wrap .button-popup-content,
.mfp-wrap .penci-age-verify,
.mfp-wrap .penci-epopup-content,
.mfp-wrap .penci-popup-content {
	display: block
}
.penci-age-verify .penci-age-verify-buttons {
	margin-top: 30px
}
.penci-age-verify .penci-age-verify-buttons .button {
	display: inline-block;
	padding: 0 15px;
	line-height: 35px;
	background-color: var(--pcaccent-cl);
	color: #fff;
	text-transform: uppercase;
	font-weight: var(--pchead-wei);
	transition: .3s all ease-in-out
}
.penci-age-verify .penci-age-verify-buttons .button.penci-age-verify-forbidden {
	color: var(--pctext-cl);
	background-color: #f1f1f1
}
.penci-age-verify .penci-age-verify-buttons .button:hover {
	opacity: .8
}
.penci-age-verify.penci-forbidden .penci-age-verify-buttons,
.penci-age-verify.penci-forbidden .penci-age-verify-text {
	display: none
}
.pc-fho-wrap {
	position: relative;
	--gap: 20px;
	--vgap: 20px;
	--maingap: 30px;
	--iconw: 25%;
	--iconsz: 150px;
	--iconbd: 5px;
	--obg: rgba(0, 0, 0, 0.5);
	--ohbg: rgba(0, 0, 0, 0.8);
	--sobg: rgba(0, 0, 0, 0);
	--sohbg: rgba(0, 0, 0, 0.5);
	z-index: 1;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto
}
.pc-fho-wrap .mp-link {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background-size: cover;
	z-index: 1;
	display: block;
	text-indent: -99999999px
}
.pc-fho-wrap .mp-link:not(.penci-lazy) {
	background-color: rgba(0, 0, 0, .5)
}
.pc-fho-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--pcctain)
}
.pc-fho-wrap .mp-link:before {
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background-color: var(--obg);
	z-index: 2;
	transition: .3s background-color ease-in-out
}
.pc-fho-wrap .mp-link:hover:before {
	background-color: var(--ohbg)
}
.pc-fho-wrap .pc-fho-mpct {
	position: relative;
	z-index: 2
}
.pc-fho-wrap .pc-fho-mpct:hover~.mp-link:before {
	background-color: var(--ohbg)
}
.pc-fho-wrap .pc-fho-bg-wrap {
	padding: 60px
}
.pc-fho-wrap .pc-fho-mpct {
	margin-left: calc(var(--maingap)/ 2 * -1);
	margin-right: calc(var(--maingap)/ 2 * -1);
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	align-items: center
}
.pc-fho-wrap .pc-fho-mpct .pc-fho-mc,
.pc-fho-wrap .pc-fho-mpct .pc-fho-mi {
	padding-left: calc(var(--maingap)/ 2);
	padding-right: calc(var(--maingap)/ 2)
}
.pc-fho-wrap .pc-fho-mpct .pc-fho-mi {
	flex: 0 0 var(--iconw);
	align-items: center;
	display: flex
}
.pc-fho-wrap .pc-fho-mpct .pc-fho-mc {
	flex: 0 0 calc(100% - var(--iconw))
}
.pc-fho-wrap .pc-fho-mpct .pc-fho-mc.bct-fullwidth {
	flex: 0 0 100% !important
}
.pc-fho-wrap .pc-fho-mc .pc-fho-mt h3 {
	font-size: 55px;
	line-height: 1.1;
	margin-bottom: 0
}
.pc-fho-wrap .pc-fho-mc .pc-fho-mm a,
.pc-fho-wrap .pc-fho-mc .pc-fho-mt a {
	color: #fff;
	text-decoration: none
}
.pc-fho-wrap .pc-fho-mi-i {
	max-width: var(--iconsz);
	height: var(--iconsz);
	border: var(--iconbd) solid #fff;
	background: rgba(0, 0, 0, .1);
	color: #fff;
	border-radius: 50%;
	text-align: center;
	width: 100%
}
.pc-fho-wrap .pc-fho-mi-i a {
	color: inherit
}
.pc-fho-wrap .pc-fho-mi-i i {
	font-size: 70px;
	line-height: calc(var(--iconsz) - (var(--iconbd) * 2))
}
.pc-fho-wrap .pc-fho-msli {
	margin-left: calc(var(--gap)/ 2 * -1);
	margin-right: calc(var(--gap)/ 2 * -1);
	margin-top: 60px
}
.pc-fho-wrap .pc-fho-msli .pc-fho-msli-inner-ct {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	align-items: flex-start;
	overflow: hidden
}
.pc-fho-wrap .pc-fho-msli .pc-fho-li {
	position: relative;
	z-index: 3;
	padding-left: calc(var(--gap)/ 2);
	padding-right: calc(var(--gap)/ 2)
}
.pc-fho-msli-inner-ct:not(.penci-owl-carousel) .pc-fho-li {
	margin-bottom: var(--vgap)
}
.pc-fho-wrap .pc-fho-msli.columns-1 .pc-fho-li {
	flex: 0 0 100%
}
.pc-fho-wrap .pc-fho-msli.columns-2 .pc-fho-li {
	flex: 0 0 50%
}
.pc-fho-wrap .pc-fho-msli.columns-3 .pc-fho-li {
	flex: 0 0 33.3333333333%
}
.pc-fho-wrap .pc-fho-msli.columns-4 .pc-fho-li {
	flex: 0 0 25%
}
.pc-fho-wrap .pc-fho-msli.columns-5 .pc-fho-li {
	flex: 0 0 20%
}
.pc-fho-wrap .pc-fho-msli.columns-6 .pc-fho-li {
	flex: 0 0 16.6666666667%
}
.pc-fho-msli-inner-ct>.pc-fho-li:last-child {
	margin-bottom: 0 !important
}
@media only screen and (min-width:1170px) {
	.pc-fho-msli.columns-2 .pc-fho-msli-inner-ct>.pc-fho-li:nth-last-child(2),
	.pc-fho-msli.columns-3 .pc-fho-msli-inner-ct>.pc-fho-li:nth-last-child(2),
	.pc-fho-msli.columns-3 .pc-fho-msli-inner-ct>.pc-fho-li:nth-last-child(3),
	.pc-fho-msli.columns-4 .pc-fho-msli-inner-ct>.pc-fho-li:nth-last-child(2),
	.pc-fho-msli.columns-4 .pc-fho-msli-inner-ct>.pc-fho-li:nth-last-child(3),
	.pc-fho-msli.columns-4 .pc-fho-msli-inner-ct>.pc-fho-li:nth-last-child(4),
	.pc-fho-msli.columns-5 .pc-fho-msli-inner-ct>.pc-fho-li:nth-last-child(2),
	.pc-fho-msli.columns-5 .pc-fho-msli-inner-ct>.pc-fho-li:nth-last-child(3),
	.pc-fho-msli.columns-5 .pc-fho-msli-inner-ct>.pc-fho-li:nth-last-child(4),
	.pc-fho-msli.columns-5 .pc-fho-msli-inner-ct>.pc-fho-li:nth-last-child(5),
	.pc-fho-msli.columns-6 .pc-fho-msli-inner-ct>.pc-fho-li:nth-last-child(2),
	.pc-fho-msli.columns-6 .pc-fho-msli-inner-ct>.pc-fho-li:nth-last-child(3),
	.pc-fho-msli.columns-6 .pc-fho-msli-inner-ct>.pc-fho-li:nth-last-child(4),
	.pc-fho-msli.columns-6 .pc-fho-msli-inner-ct>.pc-fho-li:nth-last-child(5),
	.pc-fho-msli.columns-6 .pc-fho-msli-inner-ct>.pc-fho-li:nth-last-child(6) {
		margin-bottom: 0
	}
}
@media only screen and (min-width:768px) and (max-width:1169px) {
	.pc-fho-msli.tablet-columns-2 .pc-fho-msli-inner-ct>.pc-fho-li:nth-last-child(2),
	.pc-fho-msli.tablet-columns-3 .pc-fho-msli-inner-ct>.pc-fho-li:nth-last-child(2),
	.pc-fho-msli.tablet-columns-3 .pc-fho-msli-inner-ct>.pc-fho-li:nth-last-child(3),
	.pc-fho-msli.tablet-columns-4 .pc-fho-msli-inner-ct>.pc-fho-li:nth-last-child(2),
	.pc-fho-msli.tablet-columns-4 .pc-fho-msli-inner-ct>.pc-fho-li:nth-last-child(3),
	.pc-fho-msli.tablet-columns-4 .pc-fho-msli-inner-ct>.pc-fho-li:nth-last-child(4) {
		margin-bottom: 0
	}
}
@media only screen and (max-width:767px) {
	.pc-fho-msli.mobile-columns-2 .pc-fho-msli-inner-ct>.pc-fho-li:nth-last-child(2) {
		margin-bottom: 0
	}
}
.pc-fho-wrap .pc-fho-cat a,
.pc-fho-wrap .pc-fho-cat a:hover {
	text-decoration: none
}
.pc-fho-wrap .pc-fho-list-img {
	margin-bottom: 15px
}
.pc-fho-wrap .pc-fho-list-img a {
	display: block
}
.pc-fho-wrap .pc-fho-li .icon-post-format {
	top: 50%;
	right: auto;
	left: 50%;
	width: 38px;
	height: 38px;
	line-height: 34px;
	font-size: 18px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	margin: -18px 0 0 -18px
}
.pc-fho-slolay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	display: block;
	z-index: 1;
	background: var(--sobg);
	transition: all .3s
}
.pc-fho-wrap .pc-fho-list-img:hover .pc-fho-slolay {
	background: var(--sohbg)
}
.pc-fho-wrap .pc-fho-li .icon-post-format i.penci-faicon {
	line-height: inherit
}
.pc-fho-wrap .pc-fho-li .pc-fho-list-img:hover .icon-post-format {
	opacity: 0;
	transform: scale(.5);
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5)
}
.pc-fho-wrap .pc-fho-li .penci-piechart.penci-piechart-small {
	top: 10px;
	right: 10px
}
.pc-fho-wrap .pc-fho-lt h3 {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.3
}
.pc-fho-cat {
	line-height: 1;
	margin-bottom: 4px
}
.pc-fho-wrap .grid-post-box-meta {
	margin-top: 5px
}
.pc-fho-mpct .grid-post-box-meta a,
.pc-fho-mpct .grid-post-box-meta span,
.pc-fho-wrap .cat>a.penci-cat-name,
.pc-fho-wrap .pc-fho-lm a,
.pc-fho-wrap .pc-fho-lm span,
.pc-fho-wrap .pc-fho-lt a {
	color: #fff;
	text-decoration: none
}
@media only screen and (min-width:768px) and (max-width:1169px) {
	.pc-fho-wrap .pc-fho-msli.tablet-columns-2 .pc-fho-li {
		flex: 0 0 50%
	}
	.pc-fho-wrap .pc-fho-msli.tablet-columns-3 .pc-fho-li {
		flex: 0 0 33.3333333333%
	}
	.pc-fho-wrap .pc-fho-msli.tablet-columns-4 .pc-fho-li {
		flex: 0 0 25%
	}
	.pc-fho-wrap .pc-fho-mc .pc-fho-mt h3 {
		font-size: 42px
	}
}
@media only screen and (min-width:768px) {
	.pc-fho-wrap .pc-fho-mp {
		background: unset !important
	}
}
@media only screen and (max-width:767px) {
	.pc-fho-wrap .mp-link {
		display: none
	}
	.pc-fho-wrap .pc-fho-bg-wrap {
		padding: 0;
		background: unset !important
	}
	.pc-fho-wrap .pc-fho-mp {
		padding: 40px 20px;
		background-size: cover;
		position: relative
	}
	.pc-fho-wrap .pc-fho-mp:before {
		content: "";
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		position: absolute;
		background-color: var(--obg);
		z-index: 2;
		transition: .3s background-color ease-in-out
	}
	.pc-fho-wrap .pc-fho-mp:hover:before {
		background-color: var(--ohbg)
	}
	.pc-fho-wrap .pc-fho-mpct .pc-fho-mi {
		flex: 0 0 100%;
		margin-bottom: var(--maingap)
	}
	.pc-fho-wrap .pc-fho-mpct .pc-fho-mc {
		flex: 0 0 100%;
		text-align: center
	}
	.pc-fho-wrap .pc-fho-mc .pc-fho-mt h3 {
		font-size: 20px;
		line-height: 1.2
	}
	.pc-fho-wrap .pc-fho-msli .pc-fho-li {
		flex: 0 0 50%;
		margin-bottom: 30px
	}
	.pc-fho-wrap .pc-fho-mi-i i {
		font-size: 28px
	}
	.pc-fho-wrap {
		--iconsz: 60px;
		--iconbd: 2px;
		--maingap: 20px
	}
	.pc-fho-wrap .pc-fho-msli {
		margin-top: 30px
	}
	.pc-fho-wrap .pc-fho-msli.mobile-columns-1 .pc-fho-li {
		flex: 0 0 100%
	}
	.pc-fho-wrap .pc-fho-lm a {
		color: var(--pctext-cl)
	}
	.pc-fho-wrap .pc-fho-lm span {
		color: var(--pcmeta-cl)
	}
	.pc-fho-wrap .pc-fho-li .cat>a.penci-cat-name {
		color: var(--pcaccent-cl)
	}
	.pc-fho-wrap .pc-fho-lt a {
		color: var(--pcheading-cl)
	}
}
.pctmp-term-list .term-labels {
	display: inline-block
}
.pctmp-term-list .pctmp-term-item,
.pctmp-term-list li {
	display: inline-block
}
.pctmp-term-list li .count {
	margin-left: 5px
}
.elementor-widget-penci-single-related-posts .post-related {
	border: 0
}
.elementor-widget-penci-single-comment-form h3.comment-reply-title {
	border-top: 0 !important;
	padding-top: 0 !important
}
.pcmt-icon {
	display: inline-block;
	vertical-align: baseline
}
.tags-share-box.pcnew-share,
.tags-share-box.share-box-border-bot.pcnew-share,
.tags-share-box.tags-share-box-bot.pcnew-share,
.tags-share-box.tags-share-box-top.pcnew-share {
	border-top: 0;
	border-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 15px
}
.tags-share-box.post-share {
	top: 0
}
.pcnew-share .post-share-item {
	margin: 0 4px 0 4px
}
.tags-share-box.disable-btnplus {
	white-space: normal;
	opacity: 1 !important
}
.tags-share-box.post-share.disable-btnplus .auto-hidden {
	display: inline-block !important
}
.tags-share-box.post-share.disable-btnplus .post-share-expand {
	display: none !important;
	visibility: hidden !important
}
.pcnew-share.penci-icon-full .post-share-item i,
.pcnew-share:not(.penci-icon-full) .post-share-item {
	position: relative;
	display: inline-block;
	margin: 0 4px 8px;
	height: 40px;
	min-width: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	overflow: hidden
}
body:not(.rtl) .tags-share-box.post-share.disable-btnplus .post-share-item {
	margin-left: 0 !important;
	margin-right: 8px
}
body.rtl .tags-share-box.post-share.disable-btnplus .post-share-item {
	margin-right: 0 !important;
	margin-left: 8px
}
.tags-share-box-n1.penci-social-colored a i.fa-heart,
.tags-share-box-n10.penci-social-colored a i.fa-heart,
.tags-share-box-n12.penci-social-colored a i.fa-heart,
.tags-share-box-n19.penci-social-colored a i.fa-heart,
.tags-share-box-n20.penci-social-colored a i.fa-heart,
.tags-share-box-n3.penci-social-colored a i.fa-heart,
.tags-share-box-n5.penci-social-colored a i.fa-heart,
.tags-share-box-n8.penci-social-colored a i.fa-heart {
	background-color: transparent !important
}
.pcnew-share .post-share-item:not(.post-share-plike) i {
	z-index: 1
}
.pcnew-share.penci-icon-full .post-share-item i {
	margin: 0
}
.pcnew-share.full-border.penci-icon-full.border-style .post-share-item.post-share-plike i {
	vertical-align: top
}
.pcnew-share .post-share-item {
	transition: opacity .3s ease-in-out
}
.pcnew-share .post-share-item:hover {
	opacity: .85
}
.tags-share-box.pcnew-share {
	padding-right: 0
}
.pcnew-share .post-share a {
	margin: 0 0 0 5px
}
.pcnew-share .post-share-item i,
.pcnew-share.penci-icon-full .post-share-item i {
	margin-bottom: 0
}
.pcnew-share.border-style:not(.penci-icon-full) .post-share-item,.pcnew-share.full-border .post-share-item,.pcnew-share.penci-icon-full.border-style .post-share-item i {
	border: 1px solid var(--pcborder-cl);
	margin-bottom: 0
}
.pcnew-share.full-border.penci-icon-full.border-style .post-share-item i {
	margin: 0;
	border-width: 0
}
.show-txt.border-style.full-border a .dt-share {
	border: 0;
	margin: 0;
	padding: 0 15px
}
.pcnew-share.full-border .post-share-item {
	padding-left: 0;
	padding-right: 0
}
.pcnew-share.size-large .post-share-item,
.pcnew-share.size-large.penci-icon-full .post-share-item i {
	height: 60px;
	min-width: 60px;
	line-height: 60px;
	font-size: 18px;
	vertical-align: top
}
.pcnew-share.size-large.penci-icon-full.txt-below .post-share-item i {
	line-height: 75px
}
.pcnew-share.size-large.penci-icon-full .post-share-item.post-share-plike i {
	width: auto;
	min-width: unset
}
.rounder .post-share-item,
.rounder .post-share-item i {
	border-radius: 50px
}
.pcnew-share .post-share-plike {
	background-color: #000;
	padding-left: 10px
}
.pcnew-share.border-style .post-share-plike {
	background-color: transparent;
	color: #000;
	border: 1px solid var(--pcborder-cl)
}
.pcnew-share.border-style:not(.tags-share-box-n20) .post-share-plike i {
	border: 0 !important
}
.pcnew-share .post-share-plike .post-share-item,
.pcnew-share.penci-icon-full .post-share-plike .post-share-item i {
	width: auto
}
.pcnew-share a.penci-post-like:after {
	display: none
}
.pcnew-share.post-share {
	position: initial
}
.show-txt.post-share a .dt-share {
	position: static;
	padding: 0;
	margin: 0 0 0 8px;
	opacity: 1;
	visibility: visible;
	background-color: transparent;
	font-size: 13px;
	width: auto;
	max-width: unset
}
.show-txt.focus-icon.post-share a .dt-share {
	border: 0
}
.show-txt.focus-icon .post-share-item i {
	background-color: rgba(0, 0, 0, .5);
	height: 40px;
	min-width: 40px;
	line-height: 40px
}
.show-txt.focus-icon .post-share-item.post-share-plike i {
	background-color: transparent;
	min-width: unset
}
.show-txt a:not(.single-like-button) {
	padding-left: 12px;
	padding-right: 12px
}
.show-txt.focus-icon a {
	padding-left: 0
}
.show-txt.rounder a {
	padding-left: 20px;
	padding-right: 20px
}
.show-txt.rounder a.single-like-button {
	padding-left: 0;
	padding-right: 0
}
.show-txt.post-share a .dt-share:after,
.show-txt.post-share a .dt-share:before {
	display: none
}
.show-shadow:not(.show-txt).post-share .post-share-item.post-share-plike,
.show-shadow:not(.show-txt).post-share .post-share-item:not(.post-share-plike) i {
	-webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .31);
	box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .31)
}
.show-shadow.show-txt.post-share .post-share-item {
	-webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .31);
	box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .31)
}
.show-txt.txt-below.size-large.post-share a {
	position: relative;
	line-height: 50px;
	height: 90px
}
.show-txt.txt-below.pcnew-share.size-large .post-share-item.post-share-plike,
.show-txt.txt-below.pcnew-share.size-large .post-share-item.post-share-plike i {
	line-height: 90px;
	height: 90px
}
.show-txt.txt-below.pcnew-share.size-large .post-share-item.post-share-plike i {
	background-color: transparent !important
}
.show-txt.txt-below.size-large.post-share a i {
	font-size: 22px
}
.show-txt.txt-below.post-share a .dt-share {
	display: block;
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	z-index: 2;
	color: #fff;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1
}
.show-txt.border-style.post-share a .dt-share {
	color: #000;
	border-color: rgba(0, 0, 0, .1)
}
.no-spacing .post-share-item,
.no-spacing .post-share-item i,
.pcnew-share.penci-icon-full.no-spacing .post-share-item i {
	margin-left: 0;
	margin-right: 0
}
.black-ver .post-share-item,
.black-ver .post-share-item i {
	background-color: #000;
	color: #fff
}
.black-ver .post-share-item.post-share-plike i {
	background-color: transparent !important
}
.tags-share-box-n19.pcnew-share.border-style .post-share-item i,
.tags-share-box-n20 .post-share-item i,
.tags-share-box-n20.pcnew-share.border-style .post-share-item i {
	position: relative;
	color: #fff
}
.tags-share-box-n19.pcnew-share.border-style .post-share-item.post-share-plike,
.tags-share-box-n20.pcnew-share.border-style .post-share-item.post-share-plike {
	padding-left: 12px;
	padding-right: 12px
}
.tags-share-box-n19.pcnew-share.border-style .post-share-item.post-share-plike i,
.tags-share-box-n20.pcnew-share.border-style .post-share-item.post-share-plike i {
	padding-right: 5px;
	background-color: transparent
}
.tags-share-box-n19 .count-number-like,
.tags-share-box-n20 .count-number-like {
	float: right;
	padding: 0
}
.tags-share-box-n20.pcnew-share.penci-icon-full .post-share-item i {
	overflow: visible
}
.tags-share-box-n20 .post-share-item i:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 5px;
	border-color: transparent transparent transparent transparent;
	border-left-color: inherit;
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: 100%;
	transform: translateY(-50%)
}
.tags-share-box-n20 .post-share-item.post-share-plike i:after {
	display: none
}
.pcnew-share .post-share-plike {
	height: 40px;
	display: inline-block;
	line-height: 40px;
	overflow: hidden
}
.pcnew-share .penci-social-share-text {
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid var(--pcborder-cl);
	display: inline-block;
	padding: 0 15px;
	margin-right: 12px;
	position: relative;
	vertical-align: top !important;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px
}
.pcnew-share .post-share-plike i,
.pcnew-share.penci-icon-full .post-share-item.post-share-plike i {
	min-width: unset
}
.pcnew-share .post-share-plike {
	padding-left: 12px;
	padding-right: 12px
}
.pcnew-share.border-style.show-txt .penci-social-share-text,
.pcnew-share.border-style.show-txt .post-share-plike {
	height: 42px;
	line-height: 42px
}
.pcnew-share .penci-social-share-text:after,
.pcnew-share .penci-social-share-text:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent var(--pcborder-cl);
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: 100%;
	transform: translateY(-50%)
}
.pcnew-share .penci-social-share-text:after {
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent var(--pcbg-cl)
}
.size-large.pcnew-share .penci-social-share-text {
	height: 60px;
	line-height: 60px
}
.size-large.pcnew-share.show-txt.txt-below .penci-social-share-text {
	height: 90px;
	line-height: 90px
}
.penci-social-share-text {
	vertical-align: middle
}
.penci-social-share-text i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	font-size: 14px;
	transform: translateY(-1px)
}
.tags-share-box-n19.post-share a.penci-post-like,
.tags-share-box-n20.post-share a.penci-post-like {
	padding-right: 0;
	padding-left: 0;
	margin-left: 0;
	background-color: var(--pcaccent-cl);
	color: #fff
}
.pcnew-share.penci-social-colored .post-share-plike i.fa-heart-o {
	background: 0 0 !important
}
.pcnew-share.penci-social-colored .post-share-item.post-share-plike {
	background-color: var(--pcaccent-cl)
}
.pcnew-share.penci-social-colored .post-share-item.post-share-plike .count-number-like,
.post-share.tags-share-box-n14 .count-number-like {
	color: #fff
}
.post-meta-share {
	position: relative;
}
.post-meta-share:hover .penci-pshare-dropdown {
	visibility: visible;
	opacity: 1;
	transform: translateY(10px);
}
.post-meta-share .post-share-text:before {
	content: '\f1e0';
	font-family: 'FontAwesome';
	margin-right: 5px;
}  
.penci-pshare-dropdown a:hover {
	background: #f1f1f1;
}
.penci-pshare-dropdown {
	display: block;
	position: absolute;
	z-index: 9;
	background: #fff;
	padding: 0;
	top: 100%;
	left: 12px;
	width: 170px;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s all ease-in-out;
	transform: translateY(40px);
	box-shadow: 0px 4px 8px rgba(174, 174, 174, 0.5);
}
.penci-pshare-dropdown a {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	border-bottom: 1px solid var(--pcborder-cl);
	color: var(--pcheading-cl);
}
.penci-pshare-dropdown a i {
	transform: unset !important;
}
.penci-pshare-dropdown a span,
.penci-header-text-white .post-box-meta-single .penci-pshare-dropdown a span{
	color: inherit;
}
.penci-pshare-dropdown a:hover {
	color: var(--pcaccent-cl);
}
.penci-pshare-dropdown a i {
	margin-right: 5px;
}
.penci-pshare-dropdown a:nth-last-child(-n + 2) {
	border-bottom: 0;
}
.penci-pshare-dropdown .post-share-expand {
	display: none;
}
.penci-social-colored a i.fa-facebook,
.penci-social-colored a i.fa-facebook-f,
.penci-social-colored a i.penciicon-facebook {
	border-left-color: #0d47a1 !important
}
.penci-social-colored a i.fa-twitter,
.penci-social-colored a i.penciicon-twitter,
.penci-social-colored a i.penciicon-x-twitter {
	border-left-color: #40c4ff !important
}
.penci-social-colored a i.fa-google-plus {
	border-left-color: #eb4026 !important
}
.penci-social-colored a i.fa-instagram,
.penci-social-colored a i.penciicon-instagram {
	border-left-color: #4d7a9e !important
}
.penci-social-colored a i.fa-pinterest,
.penci-social-colored a i.penciicon-pinterest {
	border-left-color: #bd081c !important
}
.penci-social-colored a i.fa-linkedin,
.penci-social-colored a i.fa-linkedin-in,
.penci-social-colored a i.penciicon-linkedin {
	border-left-color: #0077b5 !important
}
.penci-social-colored a i.fa-flickr,
.penci-social-colored a i.penciicon-flickr {
	border-left-color: #ff0084 !important
}
.penci-social-colored a i.fa-behance,
.penci-social-colored a i.penciicon-behance {
	border-left-color: #053eff !important
}
.penci-social-colored a i.fa-tumblr,
.penci-social-colored a i.penciicon-tumblr {
	border-left-color: #34465d !important
}
.penci-social-colored a i.fa-youtube,
.penci-social-colored a i.fa-youtube-play,
.penci-social-colored a i.penciicon-youtube {
	border-left-color: red !important
}
.penci-social-colored a i.fa-envelope,
.penci-social-colored a i.fa-envelope-o,
.penci-social-colored a i.penciicon-email {
	border-left-color: #0084ff !important
}
.penci-social-colored a i.fa-vk,
.penci-social-colored a i.penciicon-vk {
	border-left-color: #5181b8 !important
}
.penci-social-colored a i.fa-pocket {
	border-left-color: #ef4056 !important
}
.penci-social-colored a i.fa-skype {
	border-left-color: #00aff0 !important
}
.penci-social-colored a i.fa-heart {
	border-left-color: #000 !important
}
.penci-social-colored a i.fa-vine,
.penci-social-colored a i.penciicon-vine {
	border-left-color: #00b98a !important
}
.penci-social-colored a i.fa-soundcloud,
.penci-social-colored a i.penciicon-soundcloud {
	border-left-color: #f76201 !important
}
.penci-social-colored a i.fa-snapchat,
.penci-social-colored a i.fa-snapchat-ghost,
.penci-social-colored a i.penciicon-snapchat {
	border-left-color: #f6f600 !important
}
.penci-social-colored a i.fa-spotify,
.penci-social-colored a i.penciicon-spotify {
	border-left-color: #22c95c !important
}
.penci-social-colored a i.fa-github,
.penci-social-colored a i.penciicon-github {
	border-left-color: #302f2f !important
}
.penci-social-colored a i.fa-stack-overflow,
.penci-social-colored a i.penciicon-stack-overflow {
	border-left-color: #f7a000 !important
}
.penci-social-colored a i.fa-twitch,
.penci-social-colored a i.penciicon-twitch {
	border-left-color: #613fa0 !important
}
.penci-social-colored a i.fa-vimeo,
.penci-social-colored a i.fa-vimeo-v,
.penci-social-colored a i.penciicon-vimeo {
	border-left-color: #00a8e8 !important
}
.penci-social-colored a i.fa-steam,
.penci-social-colored a i.penciicon-steam {
	border-left-color: #bcbab8 !important
}
.penci-social-colored a i.fa-xing,
.penci-social-colored a i.penciicon-xing {
	border-left-color: #007c7c !important
}
.penci-social-colored a i.fa-whatsapp,
.penci-social-colored a i.penciicon-whatsapp {
	border-left-color: #00e676 !important
}
.penci-social-colored a i.fa-heart-o {
	border-left-color: var(--pcaccent-cl) !important
}
.penci-social-colored a i.fa-telegram,
.penci-social-colored a i.penciicon-telegram {
	border-left-color: #289fd9 !important
}
.penci-social-colored a i.fa-reddit-alien,
.penci-social-colored a i.penciicon-reddit {
	border-left-color: #f74300 !important
}
.penci-social-colored a i.fa-odnoklassniki,
.penci-social-colored a i.penciicon-odnoklassniki {
	border-left-color: #f18f00 !important
}
.penci-social-colored a i.fa-500px {
	border-left-color: #0af !important
}
.penci-social-colored a i.fa-stumbleupon,
.penci-social-colored a i.penciicon-stumbleupon {
	border-left-color: #eb4823 !important
}
.penci-social-colored a i.fa-weixin,
.penci-social-colored a i.penciicon-wechat {
	border-left-color: #0fc91c !important
}
.penci-social-colored a i.fa-weibo,
.penci-social-colored a i.penciicon-sina-weibo {
	border-left-color: #df152c !important
}
.penci-social-colored a i.fa-rss,
.penci-social-colored a i.penciicon-rss {
	border-left-color: #f0941a !important
}
.penci-social-colored a i.fa-line,
.penci-social-colored a i.penci-icon-line,
.penci-social-colored a i.penciicon-line,
.penci-social-colored a i.penciicon-line-1 {
	border-left-color: #01b901 !important
}
.penci-social-colored a i.fa-viber,
.penci-social-colored a i.penci-icon-viber,
.penci-social-colored a i.penciicon-viber,
.penci-social-colored a i.penciicon-viber-1 {
	border-left-color: #7d51a0 !important
}
.penci-social-colored a i.fa-discord,
.penci-social-colored a i.penci-icon-discord,
.penci-social-colored a i.penciicon-discord,
.penci-social-colored a i.penciicon-discord-1 {
	border-left-color: #7289da !important
}
.penci-social-colored a i.fa-slack,
.penci-social-colored a i.penciicon-slack {
	border-left-color: #611f69 !important
}
.penci-social-colored a i.fa-mixcloud {
	border-left-color: #f3b2a6 !important
}
.penci-social-colored a i.fa-goodreads,
.penci-social-colored a i.penci-icon-goodreads,
.penci-social-colored a i.penciicon-goodreads {
	border-left-color: #8a5724 !important
}
.penci-social-colored a i.fa-tripadvisor,
.penci-social-colored a i.penciicon-tripadvisor {
	border-left-color: #34e0a1 !important
}
.penci-social-colored a i.fa-tiktok,
.penci-social-colored a i.penci-icon-tiktok,
.penci-social-colored a i.penciicon-tik-tok,
.penci-social-colored a i.penciicon-tik-tok-1 {
	border-left-color: #fe2c55 !important
}
.penci-social-colored a i.penciicon-douban-logo {
	border-left-color: #00b51d !important
}
.penci-social-colored a i.penciicon-qq-social-logo-of-a-penguin {
	border-left-color: #4292ff !important
}
.penci-social-colored a i.penciicon-letter-d {
	border-left-color: #000 !important
}
.penci-social-colored a i.penciicon-blogger,
.penci-social-colored a i.penciicon-blogger-1 {
	border-left-color: #ed7800 !important
}
.penci-social-colored a i.fa-delicious {
	border-left-color: #0078f0 !important
}
.penci-social-colored a i.penciicon-deviantart,
.penci-social-colored a i.penciicon-deviantart-1 {
	border-left-color: #01ca3a !important
}
.penci-social-colored a i.fa-digg {
	border-left-color: #005be2 !important
}
.penci-social-colored a i.penciicon-evernote,
.penci-social-colored a i.penciicon-evernote-1 {
	border-left-color: #00a32c !important
}
.penci-social-colored a i.penciicon-forrst,
.penci-social-colored a i.penciicon-forrst-1 {
	border-left-color: #054958 !important
}
.penci-social-colored a i.penciicon-grooveshark,
.penci-social-colored a i.penciicon-grooveshark-1 {
	border-left-color: #f75421 !important
}
.penci-social-colored a i.penciicon-lastfm {
	border-left-color: #e31b23 !important
}
.penci-social-colored a i.penciicon-myspace,
.penci-social-colored a i.penciicon-myspace-logo {
	border-left-color: #0037c1 !important
}
.penci-social-colored a i.fa-paypal,
.penci-social-colored a i.penciicon-brand {
	border-left-color: #0070ba !important
}
.penci-social-colored a i.fa-skype,
.penci-social-colored a i.penciicon-skype {
	border-left-color: #00aff0 !important
}
.penci-social-colored a i.fa-windows,
.penci-social-colored a i.penciicon-windows {
	border-left-color: #00adef !important
}
.penci-social-colored a i.fa-wordpress,
.penci-social-colored a i.penciicon-wordpress-logo {
	border-left-color: #21759b !important
}
.penci-social-colored a i.penciicon-yahoo-logo {
	border-left-color: #6001d2 !important
}
.penci-social-colored a i.penciicon-y {
	border-left-color: #fc401d !important
}
.penci-social-colored a i.fa-get-pocket {
	border-left-color: #e83c53 !important
}
.pcnew-share.border-style .post-share-item i {
	color: #000
}
.post-box-meta-single .pcmt-icon {
	text-align: center !important;
	margin-right: 5px
}
.post-box-meta-single .pcmt-icon i {
	vertical-align: baseline;
	line-height: inherit
}
.post-box-meta-single.style-s1 .pcmt-icon,
.post-box-meta-single.style-s2 .pcmt-icon,
.post-box-meta-single.style-s3 .pcmt-icon,
.post-box-meta-single.style-s4 .pcmt-icon {
	width: 24px;
	height: 24px;
	line-height: 24px
}
.post-box-meta-single.style-s1 .pcmt-icon {
	background-color: #000;
	color: #fff
}
.post-box-meta-single.style-s2 .pcmt-icon {
	background-color: #000;
	color: #fff;
	border-radius: 50px !important
}
.post-box-meta-single.style-s3 .pcmt-icon {
	background-color: #000;
	color: #fff;
	position: relative
}
.post-box-meta-single.style-s3 .pcmt-icon:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 3px;
	border-color: transparent transparent transparent #000;
	top: 50%;
	bottom: auto;
	left: 100%;
	transform: translateY(-50%)
}
.post-box-meta-single.style-s4 .pcmt-icon {
	border: 1px solid var(--pcborder-cl) !important;
	position: relative
}
.post-box-meta-single.style-s4 .pcmt-icon:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #fff;
	top: calc(50% - 4px);
	bottom: 50%;
	right: -4px;
	z-index: 2
}
.post-box-meta-single.style-s4 .pcmt-icon:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent var(--pcborder-cl);
	top: calc(50% - 6px);
	bottom: 50%;
	right: -6px;
	z-index: 1
}
.tags-share-box.post-share .auto-hidden {
	display: none !important
}
.tags-share-box.post-share .auto-hidden.active {
	display: inline-block !important
}
.pcnew-share .post-share-item {
	margin-bottom: 8px !important
}
.pctmp-term-list.label-style-s1 .term-labels,
.pctmp-term-list.term-style-s1 .pctmp-term-item {
	text-transform: uppercase;
	color: var(--pcmeta-cl);
	padding: 6px 12px 5px;
	margin-right: 8px;
	margin-bottom: 8px;
	display: inline-block;
	font-size: 11px;
	background: 0 0;
	border: 1px solid var(--pcborder-cl);
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	outline: 0;
	font-weight: 400;
	line-height: 1.2
}
.pctmp-term-list .term-labels i,
.pctmp-term-list .term-labels svg {
	vertical-align: middle;
	margin-right: 3px
}
.pctmp-term-list .term-labels svg {
	width: auto;
	max-height: 10px;
	display: inline-block
}
.pctmp-term-list.label-style-s2 .term-labels,
.pctmp-term-list.label-style-s3 .term-labels,
.pctmp-term-list.label-style-s4 .term-labels,
.pctmp-term-list.term-style-s2 .pctmp-term-item,
.pctmp-term-list.term-style-s3 .pctmp-term-item,
.pctmp-term-list.term-style-s4 .pctmp-term-item {
	padding: 6px 12px;
	border: 1px solid var(--pcborder-cl);
	color: #000;
	margin-left: 8px;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-size: 11px
}
.pctmp-term-list.label-style-s3 .term-labels,
.pctmp-term-list.term-style-s3 .pctmp-term-item {
	border-radius: 50px
}
.pctmp-term-list.label-style-s4 .term-labels,
.pctmp-term-list.term-style-s4 .pctmp-term-item {
	border: 0;
	border-bottom: 2px solid var(--pcborder-cl);
	background-color: #f1f1f1
}
.pctmp-term-list .pctmp-term-item.current-item,
.pctmp-term-list .pctmp-term-item:hover,
.pctmp-term-list.term-style-s4 .pctmp-term-item.current-item,
.pctmp-term-list.term-style-s4 .pctmp-term-item:hover {
	border-color: var(--pcaccent-cl);
	background-color: var(--pcaccent-cl);
	color: #fff
}
.tags-share-box.post-share {
	position: relative;
	background: var(--pcbg-cl);
	z-index: 1;
}
.item.hentry .post-share-item.post-share-expand,
.item.hentry .post-share-item.post-share-plike,
.penci-featured-share-box .post-share-expand {
	display: none !important
}
.post-share-item.post-share-expand {
	visibility: hidden
}
body:not(.rtl) .post-share-item.post-share-expand {
	margin-right: 0 !important
}
body.rtl .post-share-item.post-share-expand {
	margin-left: 0 !important
}
.post-share-item.post-share-expand.showing {
	visibility: visible
}
.post-share-item.post-share-expand.hidden {
	display: none
}
.pcnew-share.size-large.penci-icon-full .post-share-item.post-share-expand i,
.penci-social-colored .post-share-item.post-share-expand i,
.tags-share-box.tags-share-box-s2 .post-share-item.post-share-expand {
	background-color: var(--pctext-cl);
	color: var(--pcbg-cl)
}
.pcnew-share.size-large.penci-icon-full .post-share-item.post-share-expand i:after,
.penci-social-colored .post-share-item.post-share-expand i:after {
	display: none
}
.tags-share-box.tags-share-box-s2 .post-share-item.post-share-plike .count-number-like,
.tags-share-box.tags-share-box-s2 .post-share-item.post-share-plike a {
	color: #fff
}
.pcnew-share:not(.penci-icon-full) .post-share-item.post-share-expand {
	padding-left: 0;
	padding-right: 0;
	font-size: 15px
}
.tags-share-box-s1 .post-share-item {
	background-color: transparent !important
}
.tags-share-box.tags-share-box-2_3 .post-share-expand i {
	transform: translateY(-1px)
}
.pcnew-share .post-share-expand i {
	transform: translateY(1px)
}
.pcnew-share.penci-icon-full .post-share-expand i {
	transform: none
}
.pcnew-share.no-spacing .post-share-expand i {
	transform: none
}
.tags-share-box {
	white-space: nowrap;
	opacity: 0;
	transition: opacity .15s ease-in-out
}
.tags-share-box.showing-hidden {
	white-space: normal
}
.tags-share-box.tags-share-box-s1 {
	opacity: 1;
	white-space: normal
}
.tags-share-box .new-ver-share:hover {
	z-index: 4
}
.tags-share-box .post-share-item.post-share-plike a:after {
	display: none
}
.show-txt.txt-below.size-large.post-share a.post-share-expand,
.show-txt.txt-below.size-large.post-share a.post-share-expand i {
	line-height: 90px
}
.penci-social-colored a i.fa-get-pocket {
	background: #e83c53
}
.pcsb-cml .post-comments .post-title-box {
	padding-top: 0;
	border-top: 0
}
.penci-standard-cat.s1 .penci-cat-name:after,
.penci-standard-cat.s2 .penci-cat-name:after,
.penci-standard-cat.s3 .penci-cat-name:after,
.penci-standard-cat.s4 .penci-cat-name:after {
	display: none
}
.penci-standard-cat.s1 .cat>.penci-cat-name,
.penci-standard-cat.s2 .cat>.penci-cat-name,
.penci-standard-cat.s3 .cat>.penci-cat-name,
.penci-standard-cat.s4 .cat>.penci-cat-name {
	padding: 2px 8px;
	background: #fff;
	color: var(--pcheading-cl);
	border-radius: 3px;
	display: inline-block;
	box-shadow: 1px 1px 1px rgba(55, 55, 55, .5)
}
.penci-standard-cat.s2 .cat>.penci-cat-name {
	background-color: var(--pcaccent-cl);
	color: #fff
}
.penci-standard-cat.s3 .cat>.penci-cat-name {
	background-color: #000;
	color: #fff
}
.penci-standard-cat.s4 .cat>.penci-cat-name {
	background-color: transparent;
	border: 1px solid var(--pcheading-cl);
	color: var(--pcheading-cl);
	padding: 2px 8px
}
.penci-standard-cat.s1 .cat>.penci-cat-name:hover,
.penci-standard-cat.s2 .cat>.penci-cat-name:hover,
.penci-standard-cat.s3 .cat>.penci-cat-name:hover {
	opacity: .85
}
.penci-standard-cat.s4 .cat>.penci-cat-name:hover {
	border-color: var(--pcaccent-cl);
	background-color: var(--pcaccent-cl);
	color: #fff
}
.penci-toc-wrapper {
	border: 1px solid var(--pcborder-cl);
	padding: 20px 25px 15px;
	margin-bottom: 20px;
	max-width: 320px;
	width: 100%;
	background-color: var(--pcbg-cl)
}
.penci-aw-sticky .entry-content .penci-toc-wrapper {
	display: none;
}
@media only screen and (max-width:767px) {
	.penci-toc-wrapper {
		max-width: unset !important
	}
}
.penci-toc-wrapper.penci-toc-default {
	max-width: unset
}
.penci-sticky-toc {
	position: fixed;
	transition: .3s all ease-in-out;
	max-width: 270px;
	width: 100%;
	top: 120px;
	z-index: 99999
}
.penci-sticky-toc.sticky-disable {
	display: none
}
.penci-sticky-toc.sticky-bottom {
	top: auto;
	bottom: 40px
}
.penci-sticky-toc.sticky-left {
	opacity: 0;
	visibility: hidden;
	left: 10px
}
.penci-sticky-toc {
	opacity: 0;
	visibility: hidden;
	transition: .3s all ease-in-out
}
.penci-sticky-toc.tocSticky {
	opacity: 1;
	visibility: visible
}
.penci-sticky-toc.sticky-right {
	right: 10px
}
.tocSticky .dis-toggle.penci-toc-wrapper.hide-table .penci-toc-head {
	margin-bottom: 15px
}
.penci-toc-wrapper .penci-toc-title {
	padding-right: 30px
}
@media only screen and (max-width:767px) {
	.penci-toc-container-wrapper {
		z-index: 1
	}
	.penci-sticky-toc {
		top: 120px;
		bottom: 0;
		z-index: 999999
	}
	.penci-sticky-toc.sticky-left {
		left: 15px
	}
	.penci-sticky-toc.sticky-right {
		right: 15px
	}
	.penci-sticky-toc.sticky-bottom {
		bottom: 120px;
		top: auto
	}
	.penci-sticky-toc.hide-table {
		z-index: 1;
		max-width: 50px
	}
	.penci-toc-container-wrapper.tocSticky.sticky-right .penci-toc-wrapper.hide-table {
		position: absolute;
		right: 0
	}
	.penci-toc-container-wrapper.tocSticky .penci-toc-wrapper.hide-table .penci-toc-title {
		max-width: 0;
		display: block;
		visibility: hidden;
		max-height: 0
	}
	.penci-toc-container-wrapper.tocSticky .penci-toc-wrapper span.penci-toc-title-toggle {
		top: 14px
	}
	.penci-toc-container-wrapper.tocSticky .penci-toc-wrapper.hide-table {
		padding: 10px
	}
	.penci-toc-container-wrapper.tocSticky .penci-toc-wrapper.hide-table span.penci-toc-title-toggle {
		top: 0;
		right: 0;
		transform: unset
	}
}
.penci-toc-wrapper.s2 {
	border-radius: 5px;
	background-color: var(--pcbg-cl);
	box-shadow: 0 1px 4px 3px rgba(0, 0, 0, .05)
}
.penci-toc-wrapper .penci-toc-title {
	margin: 0;
	font-size: 18px;
	font-weight: var(--pchead-wei)
}
.penci-toc-wrapper .penci-toc-head {
	position: relative;
	margin-bottom: 15px;
	min-height: 28px
}
.penci-toc-wrapper.s3 .penci-toc-head {
	margin-bottom: 5px
}
.penci-toc-wrapper .penci-toc-title-toggle {
	width: 28px;
	height: 28px;
	background-color: var(--pcmeta-cl);
	color: var(--pcbg-cl);
	position: absolute;
	line-height: 28px;
	right: 0;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	top: 50%;
	transform: translateY(-50%)
}
.penci-toc-wrapper.s2 .penci-toc-title-toggle {
	border-radius: 5px;
	background-color: var(--pcaccent-cl);
	color: #fff
}
.penci-toc-wrapper .penci-toc-title-toggle:hover {
	text-decoration: none
}
.penci-toc-wrapper .penci-toc-title-toggle:before {
	font-family: penciicon !important;
	font-size: 13px;
	content: "\f174"
}
.penci-toc-wrapper.show-table .penci-toc-title-toggle:before {
	content: "\f175"
}
.penci-toc-wrapper.hide-table .penci-toc-title-toggle:before {
	content: "\f174"
}
.penci-toc-wrapper.dis-toggle .penci-toc-title-toggle:before {
	font-size: 16px;
	content: "\f172" !important
}
.penci-toc-wrapper.hide-table .penci-toc-head {
	margin-bottom: 0
}
.penci-toc-wrapper .penci-toc>ul {
	border-top: 0;
	padding-top: 5px;
	margin-top: 5px
}
.post-entry .penci-toc-wrapper ul,
.post-entry .penci-toc-wrapper ul>li {
	list-style: none;
	margin: 0;
	padding-left: 0;
	padding-right: 0
}
.penci-toc-wrapper.counter-flat .penci-toc ul li {
	border-top: 1px solid var(--pcborder-cl)
}
.penci-toc-wrapper ul li {
	margin-bottom: 0
}
.penci-toc-wrapper.style-number ul,
.penci-toc-wrapper.style-number ul li {
	list-style: decimal outside;
	padding-left: 10px
}
.penci-toc-wrapper.style-bullets ul,
.penci-toc-wrapper.style-bullets ul li {
	list-style: square outside;
	padding-left: 10px
}
.penci-toc-wrapper.style-number ul li::marker {
	font-weight: 700
}
.post-entry .penci-toc ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.post-entry .penci-toc ul li a {
	padding-top: 8px;
	padding-bottom: 8px
}
.post-entry .penci-toc ul ul {
	padding: 0 0 2px 10px;
	border-top: 1px solid var(--pcborder-cl)
}
.post-entry .penci-toc ul ul ul {
	border: 0
}
nav.penci-toc {
	max-height: calc(100vh - 230px);
	overflow: auto
}
.entry-content nav.penci-toc {
	max-height: 500px
}
.penci-toc ul ul {
	padding-left: 10px
}
.penci-toc>ul>li:not(:first-child),
.penci-toc>ul>li:not(:last-child) {
	border-top: 1px solid var(--pcborder-cl)
}
.penci-toc ul li:last-child>a {
	border: 0
}
.penci-toc ul ul li:last-child>a {
	border-bottom: 0
}
.penci-toc ul li:last-child {
	border-bottom: 0
}
.penci-toc ul a {
	display: block;
	padding: 2px 0;
	font-size: 14px;
	font-weight: 700;
	color: var(--pctext-cl);
	opacity: .82;
	text-decoration: none;
	transition: all .3s
}
.penci-toc ul a:hover,
.penci-toc ul li.active>a {
	text-decoration: none;
	color: var(--pcaccent-cl);
	opacity: 1
}
.penci-toc ul ul a {
	font-size: 14px;
	font-weight: 400
}
.penci-toc-wrapper .penci-toc ul,
.penci-toc-wrapper.counter-numeric .penci-toc>ul {
	counter-reset: item
}
.penci-toc-wrapper.counter-decimal .penci-toc ul li a:before {
	content: counters(item, ".") ". ";
	display: inline-block;
	counter-increment: item;
	margin-right: .2em
}
.penci-toc-wrapper.counter-roman .penci-toc ul li a:before {
	content: counters(item, ".", upper-roman) ". ";
	counter-increment: item;
	margin-right: .2em
}
.penci-toc-wrapper.counter-numeric .penci-toc ul li a:before {
	content: counters(item, ".") " ";
	counter-increment: item;
	margin-right: .2em
}
.penci-toc-wrapper.s3 {
	background-color: #f1f1f1
}
.penci-toc-wrapper.s3 ul,
.penci-toc-wrapper.s3 ul li,
.penci-toc-wrapper.s3 ul li a {
	border: 0 !important;
	padding-bottom: 1px;
	padding-top: 1px
}
.penci-toc-wrapper.penci-toc-wrap-left {
	float: left;
	margin: 0 30px 20px 0
}
.penci-toc-wrapper.penci-toc-wrap-right {
	float: right;
	margin: 0 0 20px 30px
}
.sticky-wrapper .penci-toc-wrapper {
	left: 30px
}
.showing-hidden .post-share-expand i.penciicon-add:before {
	content: "\f178"
}
.pcsb-ptitle .header-standard {
	margin-bottom: 0;
	overflow: hidden
}
.pcsb-ptitle .header-standard.align-left {
	text-align: left
}
.pcsb-ptitle .header-standard.align-left:after {
	left: 30px
}
.pcsb-ptitle .header-standard.align-right {
	text-align: right
}
.pcsb-ptitle .header-standard.align-right:after {
	right: 0;
	left: auto
}
.pcsb-share .tags-share-box {
	margin-bottom: 0
}
.pcsb-share .tags-share-box.post-share {
	position: relative;
	top: 0
}
.pcab-adesc .post-entry p,
.pcab-atitle .post-entry p {
	line-height: 1.6
}
.pcab-abrcrb .container.penci-breadcrumb,
.pcab-adesc .post-entry,
.pcab-adesc .post-entry>p:last-child,
.pcab-atitle .archive-box,
.pcab-atitle .post-entry>p:last-child {
	margin-bottom: 0
}
.pcab-atitle .post-entry.pcdcp-after {
	margin: 15px 0 0
}
.pcab-atitle .post-entry.pcdcp-before {
	margin: 0 0 15px
}
.pcab-abrcrb .container.penci-breadcrumb {
	margin-top: 0
}
.pcsb-brcrb .container.penci-breadcrumb,
.pcsb-ft .post-image,
.pcsb-meta .post-box-meta-single,
.pcsb-pnavi .post-pagination {
	margin-top: 0;
	margin-bottom: 0;
	border: 0
}
.pcsb-brcrb .container {
	width: 100%;
}
.pcsb-pnavi .post-pagination {
	padding-top: 0;
	padding-bottom: 0
}
.pcsb-pnavi .post-pagination.default-ratio .penci-post-nav-thumb {
	height: 56px !important
}
.pcsb-ft-o .container.penci-breadcrumb {
	margin-top: 0
}
.pcsb-ft-o .header-standard.header-classic {
	margin-bottom: 0
}
.pcsb-ft-o .post-image {
	margin-bottom: 0
}
.pcsb-ft-o .penci-move-title-above:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1;
	bottom: 0;
	right: 0;
	background: linear-gradient(to bottom, transparent 50%, #000 90%);
	opacity: .7;
	transition: .3s
}
.pcsb-ft-o .cat>a.penci-cat-name,
.pcsb-ft-o .container.penci-breadcrumb i,
.pcsb-ft-o .container.penci-breadcrumb span,
.pcsb-ft-o .container.penci-breadcrumb span a,
.pcsb-ft-o .header-standard .author-post span,
.pcsb-ft-o .header-standard .author-post span a,
.pcsb-ft-o .header-standard .post-title,
.pcsb-ft-o .header-standard h2,
.pcsb-ft-o .header-standard h2 a,
.pcsb-ft-o .pc_titlebig_standard,
.pcsb-ft-o .pc_titlebig_standard a,
.pcsb-ft-o .penci-container-inside.penci-breadcrumb i,
.pcsb-ft-o .penci-container-inside.penci-breadcrumb span,
.pcsb-ft-o .penci-container-inside.penci-breadcrumb span a,
.pcsb-ft-o .post-box-meta-single a,
.pcsb-ft-o .post-box-meta-single span,
.pcsb-ft-o .post-box-meta-single span i {
	color: #fff
}
.pcsb-ft-o h2.penci-psub-title {
	letter-spacing: 0;
	text-transform: none;
	font-size: 18px;
	line-height: 1.3;
	margin: 8px 0
}
.pcsb-share .tags-share-box,
.pcsb-share .tags-share-box.center-box {
	border: 0;
	padding: 0;
	margin: 0
}
.elementor-widget-penci-single-related-posts .post-related {
	padding: 0
}
.post-box-meta-single .author-url img {
	vertical-align: middle;
	border-radius: 50%
}
.gradient-enable .post-title span,
.gradient-enable.penci-psub-title span {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}
.pcsb-pnavi .post-pagination .next-post,
.pcsb-pnavi .post-pagination .prev-post {
	display: flex;
	align-items: center
}
.pcsb-pnavi .post-pagination .next-post {
	flex-direction: row-reverse
}
@media only screen and (max-width:767px) {
	.pcsb-pnavi .post-pagination .next-post,
	.pcsb-pnavi .post-pagination .prev-post {
		width: 100% !important;
		text-align: center;
		display: block
	}
	.pcsb-pnavi .post-pagination h5,
	.pcsb-pnavi .post-pagination h5.next-title {
		padding: 0
	}
}
.post-share.pcnew-share .count-number-like,
.post-share.tags-share-box-2_3.post-share .count-number-like,
.tags-share-box.tags-share-box-2_3.post-share .post-share-item .penci-post-like {
	color: #fff
}
.post-share.pcnew-share.border-style .count-number-like {
	color: var(--pcheading-cl)
}
.pcab-abox .title-bar {
	position: relative;
	padding-bottom: 15px;
	overflow: hidden
}
.pcab-abox .title-bar:after {
	content: "";
	position: absolute;
	width: 60px;
	height: 1px;
	background: var(--pcaccent-cl);
	display: block;
	bottom: 0
}
.pcab-abox .title-bar.align-center:after {
	left: 50%;
	margin-left: -30px
}
.pcab-abox .title-bar.align-center {
	text-align: center
}
.pcab-abox .title-bar.align-left {
	text-align: left
}
.pcab-abox .title-bar.align-left:after {
	left: 0
}
.pcab-abox .title-bar.align-right {
	text-align: right
}
.pcab-abox .title-bar.align-right:after {
	right: 0
}
.max-lv-1 ul ul {
	display: none
}
.max-lv-2 ul ul ul {
	display: none
}
.max-lv-3 ul ul ul ul {
	display: none
}
.max-lv-4 ul ul ul ul ul {
	display: none
}
.max-lv-5 ul ul ul ul ul ul {
	display: none
}
.pccustom-template-enable #header,
.pccustom-template-enable .pc-wrapbuilder-header,
.single-archive-template #header,
.single-custom-post-template #header,
.single-custom-post-template .pc-wrapbuilder-header {
	margin-bottom: 0 !important
}
.pccustom-template-enable .clear-footer,
.single-archive-template .clear-footer,
.single-custom-post-template .clear-footer {
	height: 0;
	margin-bottom: 0
}
.pcsb-athor .abio-style-2,
.pcsb-athor .abio-style-3,
.pcsb-athor .abio-style-4,
.pcsb-cmf #respond,
.pcsb-cmf .comment-respond,
.pcsb-mct .post-entry {
	margin-bottom: 0 !important
}
.pcsb-athor .post-author:not(:last-child) {
	margin-bottom: 30px
}
.pcsb-cmf .no-comment-yet h3.comment-reply-title {
	padding-top: 0 !important;
	border-top: 0
}
.pcsb-athor .abio-style-1 {
	border: none;
	padding: 0
}
@media only screen and (max-width:767px) {
	.pcsb-athor .abio-style-1.post-author .author-img,
	.pcsb-athor .abio-style-2.post-author .author-img {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto
	}
	.pcsb-athor .abio-style-1.post-author .author-content,
	.pcsb-athor .abio-style-2.post-author .author-content {
		margin-left: 0 !important;
		text-align: center;
		margin-top: 10px
	}
}
.header-search-style-overlay .show-search {
	display: block !important;
	visibility: hidden;
	opacity: 0;
	transition: .3s all;
	transform: scale(.95)
}
body.search-open .header-search-style-overlay .show-search.active {
	visibility: visible;
	opacity: 1;
	transform: scale(1)
}
.header-search-style-overlay .show-search {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .95);
	z-index: 99999999;
	width: 100vw;
	height: 100vh !important
}
.header-search-style-overlay .show-search .penci-search-form,
.header-search-style-overlay .show-search form.pc-searchform {
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	top: 50%;
	transform: translateY(-50%);
	position: relative;
	transition: .3s transform ease-in-out
}
.header-search-style-overlay .show-search .penci-search-form.has-search-items {
	transform: translateY(calc((50% + 125px) * -1))
}
.header-search-style-overlay .show-search form.pc-searchform .pc-searchform-inner {
	padding: 5px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .2)
}
.header-search-style-overlay .show-search form.pc-searchform.penci-ajax-search .pc-searchform-inner {
	width: 100%
}
.header-search-style-overlay .show-search .penci-search-form input.s,
.header-search-style-overlay .show-search form.pc-searchform input.search-input {
	position: static;
	color: #fff;
	font-size: 38px;
	line-height: 75px;
	font-weight: 700;
	width: 90%
}
.header-search-style-overlay .show-search .penci-search-form form {
	border: 0;
	padding: 0
}
.header-search-style-overlay .show-search .penci-search-form form button {
	border: 0;
	background: 0 0;
	padding: 0
}
.header-search-style-overlay .show-search .search-results-wrapper {
	top: 10px;
	transform: translateY(-45px);
	--pcajs_tcl: #fff;
	--pcbg-cl: #000;
	--pcborder-cl: rgba(255, 251, 2, 0.25);
	--pcajs_bcl: rgba(255, 255, 255, 0.1)
}
.header-search-style-overlay .show-search .search-results-wrapper .view-all-results {
	background-color: #000;
	color: var(--pcajs_tcl)
}
.header-search-style-overlay .show-search .search-results-wrapper .view-all-results:hover {
	color: var(--pcaccent-cl)
}
.header-search-style-overlay .show-search .search-results-wrapper .penci-dropdown-results {
	background-color: transparent
}
@media only screen and (min-width:1170px) {
	.header-search-style-overlay .show-search .search-results-wrapper .penci-search-results .autocomplete-suggestion {
		flex: 1 1 50%;
		max-width: 50%;
		padding: 5px 20px
	}
}
.header-search-style-overlay .show-search .search-results-wrapper .penci-dropdown-results .autocomplete-suggestions {
	background-color: #121212
}
.header-search-style-default .show-search.pcajx-search-loading .penci-search-form form button {
	padding: 0;
	transition: unset
}
.autocomplete-suggestions {
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden
}
.pcbds-overlay .search-results-wrapper .penci-dropdown-results.penci-opened {
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important
}
.header-search-style-overlay .penci-search-form.penci-ajax-search form button:after {
	width: 24px;
	height: 24px;
	top: calc(50% - 12px);
	margin: 0 0 0 -13px
}
.header-search-style-overlay .show-search .penci-search-form form button:after,
.header-search-style-overlay .show-search .penci-search-form form button:before {
	font-size: 22px;
	line-height: 22px
}
.header-search-style-overlay .penci-search-form form.penci-ajax-search .pc-eajxsearch button:after {
	content: "\f108" !important;
	font-family: penciicon !important;
	display: block;
	visibility: visible;
	animation: none;
	border: 0;
	margin: 0;
	right: 0;
	top: 50%;
	left: auto;
	color: var(--pctext-cl);
	opacity: .9
}
.header-search-style-overlay .penci-search-form form.penci-ajax-search.search-loading .pc-eajxsearch button:after {
	visibility: hidden;
	display: none;
	opacity: 0
}
.header-search-style-overlay .show-search form.pc-searchform::placeholder {
	color: #fff
}
.header-search-style-overlay .show-search a.close-search {
	color: #fff;
	font-size: 32px;
	top: 30px;
	right: 30px;
	background: 0 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	height: auto !important;
	line-height: unset !important;
	width: auto;
	transition: .3s all ease-in-out
}
@media only screen and (max-width:767px) {
	.header-search-style-overlay .show-search a.close-search {
		top: 15px;
		right: 15px
	}
	.header-search-style-overlay .show-search form.pc-searchform input.search-input {
		font-size: 28px;
		padding-top: 10px;
		padding-bottom: 10px
	}
}
.header-search-style-overlay .show-search a.close-search:hover {
	opacity: .85
}
body.pchds-overlay.search-open {
	overflow: hidden
}
.penci_nav_row .show-search.active,
body.pchds-overlay.search-open .show-search {
	display: block !important
}
.penci_search_box_widget input[type=text] {
	margin: 0
}
.penci_search_box_widget .penci-search-form form {
	border: 0;
	padding: 0
}
.penci_search_box_widget .search-style-text-button.penci-search-form form button:after {
	display: none
}
.pcnav-lgroup {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	flex-direction: row;
	justify-content: end;
	opacity: 0;
	z-index: 9;
	padding: 0 12px
}
.pcnav-lgroup .hidden-item {
	visibility: hidden;
	width: 1px
}
.pcalign-right .pcnav-lgroup {
	right: auto;
	left: 0;
	justify-content: start
}
.pciconp-right.pcalign-left.style-15 .pcnav-lgroup {
	right: 36px
}
.pciconp-left.pcalign-right.style-15 .pcnav-lgroup {
	left: 36px
}
.pcnav-lgroup.loaded {
	opacity: 1
}
.pcnav-lgroup ul {
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: normal
}
.pcnav-lgroup ul ul {
	position: absolute;
	top: 100%;
	right: 0;
	width: 190px;
	background-color: rgba(255, 255, 255, .9);
	border: 1px solid var(--pcborder-cl);
	margin: 4px 0 0;
	padding: 10px 15px;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	text-align: right
}
.pcalign-right .pcnav-lgroup ul ul {
	right: auto;
	left: 0;
	text-align: left
}
.pcnav-lgroup ul li:hover>ul {
	opacity: 1;
	visibility: visible;
	display: block !important
}
.pcnav-lgroup ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
	line-height: unset;
	list-style: none
}
.pcnav-lgroup ul li.pcaj-next {
	margin-left: 4px
}
.pcnav-lgroup ul.pcflx>li:last-child>a {
	padding-right: 0 !important
}
.pcnav-lgroup ul.pcflx>li:first-child>a {
	padding-left: 0 !important
}
.pcalign-right .pcnav-lgroup ul li.pcaj-next {
	margin-right: 0
}
.pcnav-lgroup ul.pcflx-nav {
	padding-left: 15px
}
@media only screen and (max-width: 767px) {
	.pcnav-lgroup {
		padding-left: 0;
		padding-right: 0;
		left: auto;
		right: 12px;
	}
	.pcalign-right .pcnav-lgroup {
		right: auto;
		left: 12px;
	}
	.pcnav-lgroup ul.pcflx-nav {
		padding-left: 10px;
	  	margin-top: -3px;
	}
  }
.pcnav-lgroup ul li.pcaj-nav-item a {
	padding-left: 0;
	padding-right: 0;
	vertical-align: middle;
	font-size: 13px
}
.pcnav-lgroup ul li.pcaj-nav-item a i {
	line-height: inherit;
	vertical-align: middle
}
.pcnav-lgroup ul li.pcaj-nav-item a.disable {
	pointer-events: none;
	opacity: .4 !important;
	cursor: default
}
.pcnav-lgroup ul li.pc-more-items>a:after {
	font-family: FontAwesome;
	content: "\f107";
	display: inline-block;
	margin-left: 3px;
	font-size: 13px;
	opacity: inherit
}
.pcnav-lgroup ul li {
	color: var(--pcheading-cl)
}
.pcnav-lgroup ul li a {
	display: inline-block;
	padding: 0 10px;
	color: inherit;
	opacity: .6;
	transition: all .3s;
	text-decoration: none;
	font-size: 14px
}
.pcnav-lgroup ul li i {
	color: inherit
}
.pcnav-lgroup ul li:hover>a,
.pcnav-lgroup ul li>a.clactive {
	opacity: 1;
	color: var(--pcaccent-cl)
}
.pcnav-lgroup ul ul li a {
	line-height: 1.3;
	display: block;
	padding: 3px 0
}
.pcnav-lgroup ul ul li a:hover {
	color: var(--pcaccent-cl)
}
.pcnav-lgroup ul ul li {
	display: block;
	padding: 2px 0
}
.pcnav-lgroup ul ul li:last-child {
	border: 0
}
.loading-posts.pctb-ajax-ldp {
	position: relative
}
.loading-posts.pctb-ajax-ldp:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 200;
	background: #fff;
	opacity: .65;
	display: block
}
.penci-biggrid .penci-pagination {
	order: 9999999
}
.penci-homepage-title.style-4 .pcnav-lgroup {
	background-color: transparent
}
.penci-homepage-title.style-4 .pcnav-lgroup>ul {
	background-color: var(--pcbg-cl)
}
.penci-homepage-title.style-4.pcalign-right .pcnav-lgroup>ul {
	padding-right: 15px
}
.penci-homepage-title.style-4.pcalign-center .pcnav-lgroup>ul,
.penci-homepage-title.style-4.pcalign-left .pcnav-lgroup>ul {
	padding-left: 15px
}
.penci-homepage-title.style-10 .pcnav-lgroup,
.penci-homepage-title.style-11 .pcnav-lgroup,
.penci-homepage-title.style-12 .pcnav-lgroup,
.penci-homepage-title.style-13 .pcnav-lgroup,
.penci-homepage-title.style-14 .pcnav-lgroup,
.penci-homepage-title.style-16 .pcnav-lgroup,
.penci-homepage-title.style-17 .pcnav-lgroup,
.penci-homepage-title.style-4 .pcnav-lgroup,
.penci-homepage-title.style-5 .pcnav-lgroup,
.penci-homepage-title.style-6 .pcnav-lgroup,
.penci-homepage-title.style-7 .pcnav-lgroup,
.penci-homepage-title.style-9 .pcnav-lgroup {
	padding: 0
}
.pcftaj-ld {
	position: relative;
	overflow: hidden
}
.pcftaj-ld .penci-loader-effect {
	display: block
}
.pcftaj-ld:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 200;
	background: var(--pcbg-cl);
	opacity: .65;
	display: block
}
.penci-loader-effect {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	margin-top: -20px;
	margin-left: -20px;
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 300
}
.penci-portfolio .penci-loader-effect {
	top: 50px;
}
@media (max-width:767px) {
	.penci-loader-effect {
		top: 135px
	}
}
.penci-loading-animation:after,
.penci-loading-animation:before {
	content: "";
	position: absolute
}
.penci-loading-animation-1 .penci-loading-animation,
.penci-loading-animation-1 .penci-loading-animation:after,
.penci-loading-animation-1 .penci-loading-animation:before,
.penci-loading-animation-5 .penci-loading-animation,
.penci-loading-animation-6 .penci-loading-animation:before,
.penci-loading-animation-7 .penci-loading-animation,
.penci-loading-animation-8 .penci-loading-animation,
.penci-loading-animation-9 .penci-loading-circle-inner:before {
	background-color: var(--pcaccent-cl)
}
.penci-load-thecube {
	transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg)
}
.penci-load-thecube .penci-load-cube {
	position: relative;
	transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg)
}
.penci-load-thecube .penci-load-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1)
}
.penci-load-thecube .penci-load-cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: penci-load-fold-thecube 1.44s infinite linear both;
	-webkit-animation: penci-load-fold-thecube 1.44s infinite linear both;
	-moz-animation: penci-load-fold-thecube 1.44s infinite linear both;
	transform-origin: 100% 100%;
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%
}
.penci-load-thecube .penci-load-c2 {
	transform: scale(1.1) rotateZ(90deg);
	-webkit-transform: scale(1.1) rotateZ(90deg);
	-moz-transform: scale(1.1) rotateZ(90deg)
}
.penci-load-thecube .penci-load-c3 {
	transform: scale(1.1) rotateZ(180deg);
	-ms-transform: scale(1.1) rotateZ(180deg);
	-webkit-transform: scale(1.1) rotateZ(180deg);
	-moz-transform: scale(1.1) rotateZ(180deg)
}
.penci-load-thecube .penci-load-c4 {
	transform: scale(1.1) rotateZ(270deg);
	-webkit-transform: scale(1.1) rotateZ(270deg);
	-moz-transform: scale(1.1) rotateZ(270deg)
}
.penci-load-thecube .penci-load-c2:before {
	animation-delay: 175ms;
	-webkit-animation-delay: 175ms;
	-moz-animation-delay: 175ms
}
.penci-load-thecube .penci-load-c3:before {
	animation-delay: .36s;
	-webkit-animation-delay: .36s;
	-moz-animation-delay: .36s
}
.penci-load-thecube .penci-load-c4:before {
	animation-delay: 535ms;
	-webkit-animation-delay: 535ms;
	-moz-animation-delay: 535ms
}
@keyframes penci-load-fold-thecube {
	0%,
	10% {
		transform: perspective(77px) rotateX(-180deg);
		opacity: 0
	}
	25%,
	75% {
		transform: perspective(77px) rotateX(0);
		opacity: 1
	}
	100%,
	90% {
		transform: perspective(77px) rotateY(180deg);
		opacity: 0
	}
}
@-webkit-keyframes penci-load-fold-thecube {
	0%,
	10% {
		-webkit-transform: perspective(77px) rotateX(-180deg);
		opacity: 0
	}
	25%,
	75% {
		-webkit-transform: perspective(77px) rotateX(0);
		opacity: 1
	}
	100%,
	90% {
		-webkit-transform: perspective(77px) rotateY(180deg);
		opacity: 0
	}
}
.penci-three-bounce {
	text-align: center;
	position: relative
}
.penci-three-bounce .one,
.penci-three-bounce .three,
.penci-three-bounce .two {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background-color: var(--pcaccent-cl);
	-webkit-animation: pencibouncedelay 1s infinite ease-in-out both;
	animation: pencibouncedelay 1s infinite ease-in-out both
}
.penci-three-bounce .one {
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s
}
.penci-three-bounce .two {
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s;
	margin: 0 5px
}
@-webkit-keyframes pencibouncedelay {
	0%,
	100%,
	80% {
		-webkit-transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1)
	}
}
@keyframes pencibouncedelay {
	0%,
	100%,
	80% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	40% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}
.penci-loading-animation-1 {
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px;
	margin-left: -25px;
	margin-top: -20px
}
.penci-loading-animation-1>div {
	background-color: var(--pcaccent-cl);
	height: 100%;
	width: 6px;
	margin: 0 1px;
	display: inline-block;
	-webkit-animation: pencistretchdelay 1s infinite ease-in-out;
	animation: pencistretchdelay 1s infinite ease-in-out
}
.penci-loading-animation-1 .rect2 {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}
.penci-loading-animation-1 .rect3 {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s
}
.penci-loading-animation-1 .rect4 {
	-webkit-animation-delay: -.7s;
	animation-delay: -.7s
}
@-webkit-keyframes pencistretchdelay {
	0%,
	100%,
	40% {
		-webkit-transform: scaleY(.4)
	}
	20% {
		-webkit-transform: scaleY(1)
	}
}
@keyframes pencistretchdelay {
	0%,
	100%,
	40% {
		transform: scaleY(.4);
		-webkit-transform: scaleY(.4)
	}
	20% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1)
	}
}
body {
	--pc-loader-2:var(--pcaccent-cl)
}
.penci-loading-animation-2 {
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5)
}
.penci-loading-animation-2 .penci-loading-animation {
	margin: 26px auto;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: relative;
	-webkit-animation: loader-2 .85s infinite linear;
	animation: loader-2 .85s infinite linear
}
@-webkit-keyframes loader-2 {
	0%,
	100% {
		box-shadow: 0 -3em 0 .2em var(--pc-loader-2), 2em -2em 0 0 var(--pc-loader-2), 3em 0 0 -1em var(--pc-loader-2), 2em 2em 0 -1em var(--pc-loader-2), 0 3em 0 -1em var(--pc-loader-2), -2em 2em 0 -1em var(--pc-loader-2), -3em 0 0 -1em var(--pc-loader-2), -2em -2em 0 0 var(--pc-loader-2)
	}
	12.5% {
		box-shadow: 0 -3em 0 0 var(--pc-loader-2), 2em -2em 0 .2em var(--pc-loader-2), 3em 0 0 0 var(--pc-loader-2), 2em 2em 0 -1em var(--pc-loader-2), 0 3em 0 -1em var(--pc-loader-2), -2em 2em 0 -1em var(--pc-loader-2), -3em 0 0 -1em var(--pc-loader-2), -2em -2em 0 -1em var(--pc-loader-2)
	}
	25% {
		box-shadow: 0 -3em 0 -.5em var(--pc-loader-2), 2em -2em 0 0 var(--pc-loader-2), 3em 0 0 .2em var(--pc-loader-2), 2em 2em 0 0 var(--pc-loader-2), 0 3em 0 -1em var(--pc-loader-2), -2em 2em 0 -1em var(--pc-loader-2), -3em 0 0 -1em var(--pc-loader-2), -2em -2em 0 -1em var(--pc-loader-2)
	}
	37.5% {
		box-shadow: 0 -3em 0 -1em var(--pc-loader-2), 2em -2em 0 -1em var(--pc-loader-2), 3em 0 0 0 var(--pc-loader-2), 2em 2em 0 .2em var(--pc-loader-2), 0 3em 0 0 var(--pc-loader-2), -2em 2em 0 -1em var(--pc-loader-2), -3em 0 0 -1em var(--pc-loader-2), -2em -2em 0 -1em var(--pc-loader-2)
	}
	50% {
		box-shadow: 0 -3em 0 -1em var(--pc-loader-2), 2em -2em 0 -1em var(--pc-loader-2), 3em 0 0 -1em var(--pc-loader-2), 2em 2em 0 0 var(--pc-loader-2), 0 3em 0 .2em var(--pc-loader-2), -2em 2em 0 0 var(--pc-loader-2), -3em 0 0 -1em var(--pc-loader-2), -2em -2em 0 -1em var(--pc-loader-2)
	}
	62.5% {
		box-shadow: 0 -3em 0 -1em var(--pc-loader-2), 2em -2em 0 -1em var(--pc-loader-2), 3em 0 0 -1em var(--pc-loader-2), 2em 2em 0 -1em var(--pc-loader-2), 0 3em 0 0 var(--pc-loader-2), -2em 2em 0 .2em var(--pc-loader-2), -3em 0 0 0 var(--pc-loader-2), -2em -2em 0 -1em var(--pc-loader-2)
	}
	75% {
		box-shadow: 0 -3em 0 -1em var(--pc-loader-2), 2em -2em 0 -1em var(--pc-loader-2), 3em 0 0 -1em var(--pc-loader-2), 2em 2em 0 -1em var(--pc-loader-2), 0 3em 0 -1em var(--pc-loader-2), -2em 2em 0 0 var(--pc-loader-2), -3em 0 0 .2em var(--pc-loader-2), -2em -2em 0 0 var(--pc-loader-2)
	}
	87.5% {
		box-shadow: 0 -3em 0 0 var(--pc-loader-2), 2em -2em 0 -1em var(--pc-loader-2), 3em 0 0 -1em var(--pc-loader-2), 2em 2em 0 -1em var(--pc-loader-2), 0 3em 0 -1em var(--pc-loader-2), -2em 2em 0 0 var(--pc-loader-2), -3em 0 0 0 var(--pc-loader-2), -2em -2em 0 .2em var(--pc-loader-2)
	}
}
@keyframes loader-2 {
	0%,
	100% {
		box-shadow: 0 -3em 0 .2em var(--pc-loader-2), 2em -2em 0 0 var(--pc-loader-2), 3em 0 0 -1em var(--pc-loader-2), 2em 2em 0 -1em var(--pc-loader-2), 0 3em 0 -1em var(--pc-loader-2), -2em 2em 0 -1em var(--pc-loader-2), -3em 0 0 -1em var(--pc-loader-2), -2em -2em 0 0 var(--pc-loader-2)
	}
	12.5% {
		box-shadow: 0 -3em 0 0 var(--pc-loader-2), 2em -2em 0 .2em var(--pc-loader-2), 3em 0 0 0 var(--pc-loader-2), 2em 2em 0 -1em var(--pc-loader-2), 0 3em 0 -1em var(--pc-loader-2), -2em 2em 0 -1em var(--pc-loader-2), -3em 0 0 -1em var(--pc-loader-2), -2em -2em 0 -1em var(--pc-loader-2)
	}
	25% {
		box-shadow: 0 -3em 0 -.5em var(--pc-loader-2), 2em -2em 0 0 var(--pc-loader-2), 3em 0 0 .2em var(--pc-loader-2), 2em 2em 0 0 var(--pc-loader-2), 0 3em 0 -1em var(--pc-loader-2), -2em 2em 0 -1em var(--pc-loader-2), -3em 0 0 -1em var(--pc-loader-2), -2em -2em 0 -1em var(--pc-loader-2)
	}
	37.5% {
		box-shadow: 0 -3em 0 -1em var(--pc-loader-2), 2em -2em 0 -1em var(--pc-loader-2), 3em 0 0 0 var(--pc-loader-2), 2em 2em 0 .2em var(--pc-loader-2), 0 3em 0 0 var(--pc-loader-2), -2em 2em 0 -1em var(--pc-loader-2), -3em 0 0 -1em var(--pc-loader-2), -2em -2em 0 -1em var(--pc-loader-2)
	}
	50% {
		box-shadow: 0 -3em 0 -1em var(--pc-loader-2), 2em -2em 0 -1em var(--pc-loader-2), 3em 0 0 -1em var(--pc-loader-2), 2em 2em 0 0 var(--pc-loader-2), 0 3em 0 .2em var(--pc-loader-2), -2em 2em 0 0 var(--pc-loader-2), -3em 0 0 -1em var(--pc-loader-2), -2em -2em 0 -1em var(--pc-loader-2)
	}
	62.5% {
		box-shadow: 0 -3em 0 -1em var(--pc-loader-2), 2em -2em 0 -1em var(--pc-loader-2), 3em 0 0 -1em var(--pc-loader-2), 2em 2em 0 -1em var(--pc-loader-2), 0 3em 0 0 var(--pc-loader-2), -2em 2em 0 .2em var(--pc-loader-2), -3em 0 0 0 var(--pc-loader-2), -2em -2em 0 -1em var(--pc-loader-2)
	}
	75% {
		box-shadow: 0 -3em 0 -1em var(--pc-loader-2), 2em -2em 0 -1em var(--pc-loader-2), 3em 0 0 -1em var(--pc-loader-2), 2em 2em 0 -1em var(--pc-loader-2), 0 3em 0 -1em var(--pc-loader-2), -2em 2em 0 0 var(--pc-loader-2), -3em 0 0 .2em var(--pc-loader-2), -2em -2em 0 0 var(--pc-loader-2)
	}
	87.5% {
		box-shadow: 0 -3em 0 0 var(--pc-loader-2), 2em -2em 0 -1em var(--pc-loader-2), 3em 0 0 -1em var(--pc-loader-2), 2em 2em 0 -1em var(--pc-loader-2), 0 3em 0 -1em var(--pc-loader-2), -2em 2em 0 0 var(--pc-loader-2), -3em 0 0 0 var(--pc-loader-2), -2em -2em 0 .2em var(--pc-loader-2)
	}
}
.penci-loading-animation-3 {
	-webkit-transform: scale(.55);
	-ms-transform: scale(.55);
	transform: scale(.55)
}
.penci-loading-animation-3 .penci-loading-animation {
	margin: 26px auto;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	position: relative;
	-webkit-animation: loader-3 .7s infinite ease;
	animation: loader-3 .7s infinite ease
}
@-webkit-keyframes loader-3 {
	0%,
	100% {
		box-shadow: 0 -2.6em 0 0 #3f51b5, 1.8em -1.8em 0 0 rgba(63, 81, 181, .2), 2.5em 0 0 0 rgba(63, 81, 181, .2), 1.75em 1.75em 0 0 rgba(63, 81, 181, .2), 0 2.5em 0 0 rgba(63, 81, 181, .2), -1.8em 1.8em 0 0 rgba(63, 81, 181, .2), -2.6em 0 0 0 rgba(63, 81, 181, .5), -1.8em -1.8em 0 0 rgba(63, 81, 181, .7)
	}
	12.5% {
		box-shadow: 0 -2.6em 0 0 rgba(63, 81, 181, .7), 1.8em -1.8em 0 0 #3f51b5, 2.5em 0 0 0 rgba(63, 81, 181, .2), 1.75em 1.75em 0 0 rgba(63, 81, 181, .2), 0 2.5em 0 0 rgba(63, 81, 181, .2), -1.8em 1.8em 0 0 rgba(63, 81, 181, .2), -2.6em 0 0 0 rgba(63, 81, 181, .2), -1.8em -1.8em 0 0 rgba(63, 81, 181, .5)
	}
	25% {
		box-shadow: 0 -2.6em 0 0 rgba(63, 81, 181, .5), 1.8em -1.8em 0 0 rgba(63, 81, 181, .7), 2.5em 0 0 0 #3f51b5, 1.75em 1.75em 0 0 rgba(63, 81, 181, .2), 0 2.5em 0 0 rgba(63, 81, 181, .2), -1.8em 1.8em 0 0 rgba(63, 81, 181, .2), -2.6em 0 0 0 rgba(63, 81, 181, .2), -1.8em -1.8em 0 0 rgba(63, 81, 181, .2)
	}
	37.5% {
		box-shadow: 0 -2.6em 0 0 rgba(63, 81, 181, .2), 1.8em -1.8em 0 0 rgba(63, 81, 181, .5), 2.5em 0 0 0 rgba(63, 81, 181, .7), 1.75em 1.75em 0 0 rgba(63, 81, 181, .2), 0 2.5em 0 0 rgba(63, 81, 181, .2), -1.8em 1.8em 0 0 rgba(63, 81, 181, .2), -2.6em 0 0 0 rgba(63, 81, 181, .2), -1.8em -1.8em 0 0 rgba(63, 81, 181, .2)
	}
	50% {
		box-shadow: 0 -2.6em 0 0 rgba(63, 81, 181, .2), 1.8em -1.8em 0 0 rgba(63, 81, 181, .2), 2.5em 0 0 0 rgba(63, 81, 181, .5), 1.75em 1.75em 0 0 rgba(63, 81, 181, .7), 0 2.5em 0 0 #3f51b5, -1.8em 1.8em 0 0 rgba(63, 81, 181, .2), -2.6em 0 0 0 rgba(63, 81, 181, .2), -1.8em -1.8em 0 0 rgba(63, 81, 181, .2)
	}
	62.5% {
		box-shadow: 0 -2.6em 0 0 rgba(63, 81, 181, .2), 1.8em -1.8em 0 0 rgba(63, 81, 181, .2), 2.5em 0 0 0 rgba(63, 81, 181, .2), 1.75em 1.75em 0 0 rgba(63, 81, 181, .5), 0 2.5em 0 0 rgba(63, 81, 181, .7), -1.8em 1.8em 0 0 #3f51b5, -2.6em 0 0 0 rgba(63, 81, 181, .2), -1.8em -1.8em 0 0 rgba(63, 81, 181, .2)
	}
	75% {
		box-shadow: 0 -2.6em 0 0 rgba(63, 81, 181, .2), 1.8em -1.8em 0 0 rgba(63, 81, 181, .2), 2.5em 0 0 0 rgba(63, 81, 181, .2), 1.75em 1.75em 0 0 rgba(63, 81, 181, .2), 0 2.5em 0 0 rgba(63, 81, 181, .5), -1.8em 1.8em 0 0 rgba(63, 81, 181, .7), -2.6em 0 0 0 #3f51b5, -1.8em -1.8em 0 0 rgba(63, 81, 181, .2)
	}
	87.5% {
		box-shadow: 0 -2.6em 0 0 rgba(63, 81, 181, .2), 1.8em -1.8em 0 0 rgba(63, 81, 181, .2), 2.5em 0 0 0 rgba(63, 81, 181, .2), 1.75em 1.75em 0 0 rgba(63, 81, 181, .2), 0 2.5em 0 0 rgba(63, 81, 181, .2), -1.8em 1.8em 0 0 rgba(63, 81, 181, .5), -2.6em 0 0 0 rgba(63, 81, 181, .7), -1.8em -1.8em 0 0 #3f51b5
	}
}
@keyframes loader-3 {
	0%,
	100% {
		box-shadow: 0 -2.6em 0 0 #3f51b5, 1.8em -1.8em 0 0 rgba(63, 81, 181, .2), 2.5em 0 0 0 rgba(63, 81, 181, .2), 1.75em 1.75em 0 0 rgba(63, 81, 181, .2), 0 2.5em 0 0 rgba(63, 81, 181, .2), -1.8em 1.8em 0 0 rgba(63, 81, 181, .2), -2.6em 0 0 0 rgba(63, 81, 181, .5), -1.8em -1.8em 0 0 rgba(63, 81, 181, .7)
	}
	12.5% {
		box-shadow: 0 -2.6em 0 0 rgba(63, 81, 181, .7), 1.8em -1.8em 0 0 #3f51b5, 2.5em 0 0 0 rgba(63, 81, 181, .2), 1.75em 1.75em 0 0 rgba(63, 81, 181, .2), 0 2.5em 0 0 rgba(63, 81, 181, .2), -1.8em 1.8em 0 0 rgba(63, 81, 181, .2), -2.6em 0 0 0 rgba(63, 81, 181, .2), -1.8em -1.8em 0 0 rgba(63, 81, 181, .5)
	}
	25% {
		box-shadow: 0 -2.6em 0 0 rgba(63, 81, 181, .5), 1.8em -1.8em 0 0 rgba(63, 81, 181, .7), 2.5em 0 0 0 #3f51b5, 1.75em 1.75em 0 0 rgba(63, 81, 181, .2), 0 2.5em 0 0 rgba(63, 81, 181, .2), -1.8em 1.8em 0 0 rgba(63, 81, 181, .2), -2.6em 0 0 0 rgba(63, 81, 181, .2), -1.8em -1.8em 0 0 rgba(63, 81, 181, .2)
	}
	37.5% {
		box-shadow: 0 -2.6em 0 0 rgba(63, 81, 181, .2), 1.8em -1.8em 0 0 rgba(63, 81, 181, .5), 2.5em 0 0 0 rgba(63, 81, 181, .7), 1.75em 1.75em 0 0 rgba(63, 81, 181, .2), 0 2.5em 0 0 rgba(63, 81, 181, .2), -1.8em 1.8em 0 0 rgba(63, 81, 181, .2), -2.6em 0 0 0 rgba(63, 81, 181, .2), -1.8em -1.8em 0 0 rgba(63, 81, 181, .2)
	}
	50% {
		box-shadow: 0 -2.6em 0 0 rgba(63, 81, 181, .2), 1.8em -1.8em 0 0 rgba(63, 81, 181, .2), 2.5em 0 0 0 rgba(63, 81, 181, .5), 1.75em 1.75em 0 0 rgba(63, 81, 181, .7), 0 2.5em 0 0 #3f51b5, -1.8em 1.8em 0 0 rgba(63, 81, 181, .2), -2.6em 0 0 0 rgba(63, 81, 181, .2), -1.8em -1.8em 0 0 rgba(63, 81, 181, .2)
	}
	62.5% {
		box-shadow: 0 -2.6em 0 0 rgba(63, 81, 181, .2), 1.8em -1.8em 0 0 rgba(63, 81, 181, .2), 2.5em 0 0 0 rgba(63, 81, 181, .2), 1.75em 1.75em 0 0 rgba(63, 81, 181, .5), 0 2.5em 0 0 rgba(63, 81, 181, .7), -1.8em 1.8em 0 0 #3f51b5, -2.6em 0 0 0 rgba(63, 81, 181, .2), -1.8em -1.8em 0 0 rgba(63, 81, 181, .2)
	}
	75% {
		box-shadow: 0 -2.6em 0 0 rgba(63, 81, 181, .2), 1.8em -1.8em 0 0 rgba(63, 81, 181, .2), 2.5em 0 0 0 rgba(63, 81, 181, .2), 1.75em 1.75em 0 0 rgba(63, 81, 181, .2), 0 2.5em 0 0 rgba(63, 81, 181, .5), -1.8em 1.8em 0 0 rgba(63, 81, 181, .7), -2.6em 0 0 0 #3f51b5, -1.8em -1.8em 0 0 rgba(63, 81, 181, .2)
	}
	87.5% {
		box-shadow: 0 -2.6em 0 0 rgba(63, 81, 181, .2), 1.8em -1.8em 0 0 rgba(63, 81, 181, .2), 2.5em 0 0 0 rgba(63, 81, 181, .2), 1.75em 1.75em 0 0 rgba(63, 81, 181, .2), 0 2.5em 0 0 rgba(63, 81, 181, .2), -1.8em 1.8em 0 0 rgba(63, 81, 181, .5), -2.6em 0 0 0 rgba(63, 81, 181, .7), -1.8em -1.8em 0 0 #3f51b5
	}
}
.penci-loading-animation-4 {
	width: auto;
	height: auto;
	margin-top: 0;
	margin-left: 0
}
.penci-loading-animation-4 .penci-loading-animation {
	font-size: 30px;
	overflow: hidden;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	margin: 0 auto;
	margin-top: -.5em;
	margin-left: -.5em;
	position: relative;
	-webkit-animation: loader-4 1s infinite ease;
	animation: loader-4 1s infinite ease
}
@-webkit-keyframes loader-4 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		box-shadow: 0 -.83em 0 -.4em var(--pcaccent-cl), 0 -.83em 0 -.42em var(--pcaccent-cl), 0 -.83em 0 -.44em var(--pcaccent-cl), 0 -.83em 0 -.46em var(--pcaccent-cl), 0 -.83em 0 -.477em var(--pcaccent-cl)
	}
	5%,
	95% {
		box-shadow: 0 -.83em 0 -.4em var(--pcaccent-cl), 0 -.83em 0 -.42em var(--pcaccent-cl), 0 -.83em 0 -.44em var(--pcaccent-cl), 0 -.83em 0 -.46em var(--pcaccent-cl), 0 -.83em 0 -.477em var(--pcaccent-cl)
	}
	10%,
	59% {
		box-shadow: 0 -.83em 0 -.4em var(--pcaccent-cl), -.087em -.825em 0 -.42em var(--pcaccent-cl), -.173em -.812em 0 -.44em var(--pcaccent-cl), -.256em -.789em 0 -.46em var(--pcaccent-cl), -.297em -.775em 0 -.477em var(--pcaccent-cl)
	}
	20% {
		box-shadow: 0 -.83em 0 -.4em var(--pcaccent-cl), -.338em -.758em 0 -.42em var(--pcaccent-cl), -.555em -.617em 0 -.44em var(--pcaccent-cl), -.671em -.488em 0 -.46em var(--pcaccent-cl), -.749em -.34em 0 -.477em var(--pcaccent-cl)
	}
	48% {
		box-shadow: 0 -.83em 0 -.4em var(--pcaccent-cl), -.377em -.74em 0 -.42em var(--pcaccent-cl), -.645em -.522em 0 -.44em var(--pcaccent-cl), -.775em -.297em 0 -.46em var(--pcaccent-cl), -.82em -.09em 0 -.477em var(--pcaccent-cl)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		box-shadow: 0 -.83em 0 -.4em var(--pcaccent-cl), 0 -.83em 0 -.42em var(--pcaccent-cl), 0 -.83em 0 -.44em var(--pcaccent-cl), 0 -.83em 0 -.46em var(--pcaccent-cl), 0 -.83em 0 -.477em var(--pcaccent-cl)
	}
}
@keyframes loader-4 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		box-shadow: 0 -.83em 0 -.4em var(--pcaccent-cl), 0 -.83em 0 -.42em var(--pcaccent-cl), 0 -.83em 0 -.44em var(--pcaccent-cl), 0 -.83em 0 -.46em var(--pcaccent-cl), 0 -.83em 0 -.477em var(--pcaccent-cl)
	}
	5%,
	95% {
		box-shadow: 0 -.83em 0 -.4em var(--pcaccent-cl), 0 -.83em 0 -.42em var(--pcaccent-cl), 0 -.83em 0 -.44em var(--pcaccent-cl), 0 -.83em 0 -.46em var(--pcaccent-cl), 0 -.83em 0 -.477em var(--pcaccent-cl)
	}
	10%,
	59% {
		box-shadow: 0 -.83em 0 -.4em var(--pcaccent-cl), -.087em -.825em 0 -.42em var(--pcaccent-cl), -.173em -.812em 0 -.44em var(--pcaccent-cl), -.256em -.789em 0 -.46em var(--pcaccent-cl), -.297em -.775em 0 -.477em var(--pcaccent-cl)
	}
	20% {
		box-shadow: 0 -.83em 0 -.4em var(--pcaccent-cl), -.338em -.758em 0 -.42em var(--pcaccent-cl), -.555em -.617em 0 -.44em var(--pcaccent-cl), -.671em -.488em 0 -.46em var(--pcaccent-cl), -.749em -.34em 0 -.477em var(--pcaccent-cl)
	}
	48% {
		box-shadow: 0 -.83em 0 -.4em var(--pcaccent-cl), -.377em -.74em 0 -.42em var(--pcaccent-cl), -.645em -.522em 0 -.44em var(--pcaccent-cl), -.775em -.297em 0 -.46em var(--pcaccent-cl), -.82em -.09em 0 -.477em var(--pcaccent-cl)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		box-shadow: 0 -.83em 0 -.4em var(--pcaccent-cl), 0 -.83em 0 -.42em var(--pcaccent-cl), 0 -.83em 0 -.44em var(--pcaccent-cl), 0 -.83em 0 -.46em var(--pcaccent-cl), 0 -.83em 0 -.477em var(--pcaccent-cl)
	}
}
.penci-loading-animation-5 {
	width: 58px;
	height: 20px;
	position: absolute;
	margin-top: -10px;
	margin-left: -29px
}
.penci-loading-animation-7 .penci-loading-animation {
	width: 33%;
	height: 33%;
	float: left;
	-webkit-animation: loader-7 1.1s infinite ease-in-out;
	animation: loader-7 1.1s infinite ease-in-out
}
.penci-loading-animation-7 .penci-loading-animation-inner-1 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}
.penci-loading-animation-7 .penci-loading-animation-inner-2 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}
.penci-loading-animation-7 .penci-loading-animation-inner-3 {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}
.penci-loading-animation-7 .penci-loading-animation-inner-4 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}
.penci-loading-animation-7 .penci-loading-animation-inner-5 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}
.penci-loading-animation-7 .penci-loading-animation-inner-6 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}
.penci-loading-animation-7 .penci-loading-animation-inner-7 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}
.penci-loading-animation-7 .penci-loading-animation-inner-8 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}
.penci-loading-animation-7 .penci-loading-animation-inner-9 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}
@-webkit-keyframes loader-7 {
	0%,
	100%,
	70% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1)
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1)
	}
}
@keyframes loader-7 {
	0%,
	100%,
	70% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1)
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1)
	}
}
.penci-loading-animation-8 .penci-loading-animation {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: loader-8 1.6s ease-in-out -1.8s infinite both;
	animation: loader-8 1.6s ease-in-out -1.8s infinite both
}
.penci-loading-animation-8 .penci-loading-animation-inner-2 {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}
@-webkit-keyframes loader-8 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	25% {
		-webkit-transform: translateX(30px) rotate(-90deg) scale(.5);
		transform: translateX(30px) rotate(-90deg) scale(.5)
	}
	50% {
		-webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
		transform: translateX(30px) translateY(30px) rotate(-179deg)
	}
	50.1% {
		-webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
		transform: translateX(30px) translateY(30px) rotate(-180deg)
	}
	75% {
		-webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
		transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}
@keyframes loader-8 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	25% {
		-webkit-transform: translateX(30px) rotate(-90deg) scale(.5);
		transform: translateX(30px) rotate(-90deg) scale(.5)
	}
	50% {
		-webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
		transform: translateX(30px) translateY(30px) rotate(-179deg)
	}
	50.1% {
		-webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
		transform: translateX(30px) translateY(30px) rotate(-180deg)
	}
	75% {
		-webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
		transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}
.penci-loading-circle {
	margin: 0 auto;
	width: 40px;
	height: 40px;
	position: relative
}
.penci-loading-circle .penci-loading-circle-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}
.penci-loading-circle .penci-loading-circle-inner:before {
	content: "";
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	border-radius: 100%;
	-webkit-animation: penciLoadingCircleBounceDelay .7s infinite ease-in-out both;
	animation: penciLoadingCircleBounceDelay .7s infinite ease-in-out both
}
.penci-loading-circle .penci-loading-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg)
}
.penci-loading-circle .penci-loading-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg)
}
.penci-loading-circle .penci-loading-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.penci-loading-circle .penci-loading-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg)
}
.penci-loading-circle .penci-loading-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg)
}
.penci-loading-circle .penci-loading-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.penci-loading-circle .penci-loading-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg)
}
.penci-loading-circle .penci-loading-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg)
}
.penci-loading-circle .penci-loading-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}
.penci-loading-circle .penci-loading-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg)
}
.penci-loading-circle .penci-loading-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg)
}
.penci-loading-circle .penci-loading-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}
.penci-loading-circle .penci-loading-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}
.penci-loading-circle .penci-loading-circle4:before {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}
.penci-loading-circle .penci-loading-circle5:before {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s
}
.penci-loading-circle .penci-loading-circle6:before {
	-webkit-animation-delay: -.7s;
	animation-delay: -.7s
}
.penci-loading-circle .penci-loading-circle7:before {
	-webkit-animation-delay: -.6s;
	animation-delay: -.6s
}
.penci-loading-circle .penci-loading-circle8:before {
	-webkit-animation-delay: -.5s;
	animation-delay: -.5s
}
.penci-loading-circle .penci-loading-circle9:before {
	-webkit-animation-delay: -.4s;
	animation-delay: -.4s
}
.penci-loading-circle .penci-loading-circle10:before {
	-webkit-animation-delay: -.3s;
	animation-delay: -.3s
}
.penci-loading-circle .penci-loading-circle11:before {
	-webkit-animation-delay: -.2s;
	animation-delay: -.2s
}
.penci-loading-circle .penci-loading-circle12:before {
	-webkit-animation-delay: -.1s;
	animation-delay: -.1s
}
@-webkit-keyframes penciLoadingCircleBounceDelay {
	0%,
	100%,
	80% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes penciLoadingCircleBounceDelay {
	0%,
	100%,
	80% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@-webkit-keyframes PenciSlideInUp {
	from {
		-webkit-transform: translate3d(0, 15px, 0);
		transform: translate3d(0, 15px, 0);
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}
@keyframes PenciSlideInUp {
	from {
		-webkit-transform: translate3d(0, 15px, 0);
		transform: translate3d(0, 15px, 0);
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}
.penci-ajrs-animate {
	opacity: 0;
	-webkit-animation: PenciSlideInUp .3s forwards 1;
	animation: PenciSlideInUp .3s forwards 1;
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}
.penci-smalllist-wrapper .penci-pagination {
	margin-top: 20px;
	margin-bottom: 0
}
.pcajx-nopost {
	padding: 5px;
	border: 1px solid var(--pcborder-cl);
	text-align: center;
	border-radius: 5px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	background: #f1f1f1
}
.featured-area.text-align-right .penci-featured-content .feat-text,
.featured-area.text-align-right .penci-featured-content-right .feat-text-right,
.featured-area.text-align-right .penci-slide-overlay .penci-mag-featured-content {
	text-align: right
}
.featured-area.text-align-left .penci-featured-content .feat-text,
.featured-area.text-align-left .penci-featured-content-right .feat-text-right,
.featured-area.text-align-left .penci-slide-overlay .penci-mag-featured-content {
	text-align: left
}
.featured-area.text-align-left .penci-featured-content .feat-text,
.featured-area.text-align-right .penci-featured-content .feat-text {
	padding-left: 20px;
	padding-right: 20px
}
.featured-area.text-align-left .penci-slider4-overlay .penci-featured-content .feat-text,
.featured-area.text-align-right .penci-slider4-overlay .penci-featured-content .feat-text,
.featured-style-29.text-align-left .penci-featured-content .feat-text,
.featured-style-29.text-align-right .penci-featured-content .feat-text,
.featured-style-38.text-align-left .penci-featured-content .feat-text,
.featured-style-38.text-align-right .penci-featured-content .feat-text {
	padding-left: 0;
	padding-right: 0
}
.featured-area.text-align-center .penci-featured-content-right .feat-text-right,
.featured-area.text-align-center .penci-slide-overlay .penci-mag-featured-content {
	text-align: center
}
.featured-area.text-align-left.featured-style-29 .penci-featured-content .feat-text h3:before {
	left: 0;
	margin-left: 0
}
.featured-area.vertical-align-top .penci-featured-content,
.featured-area.vertical-align-top .penci-featured-content-right .feat-text-right,
.featured-area.vertical-align-top .penci-slide-overlay .penci-mag-featured-content {
	top: 0;
	transform: none;
	margin-top: 20px
}
.featured-area.vertical-align-middle .penci-slide-overlay .penci-mag-featured-content {
	top: 50%;
	transform: translateY(-50%);
	bottom: auto
}
.featured-area.vertical-align-bottom .penci-featured-content,
.featured-area.vertical-align-bottom .penci-featured-content-right .feat-text-right,
.featured-area.vertical-align-bottom .penci-slide-overlay .penci-mag-featured-content {
	top: auto;
	bottom: 0;
	transform: none;
	margin-bottom: 20px
}
.featured-area.text-align-right.featured-style-29 .penci-featured-content .feat-text h3:before {
	left: auto;
	right: 0;
	margin-left: 0
}
.featured-area.horizontal-align-left .penci-featured-content,
.featured-area.horizontal-align-right .penci-featured-content {
	display: flex;
	flex-wrap: wrap
}
.featured-area.horizontal-align-left .penci-featured-content {
	justify-content: start
}
.featured-area.horizontal-align-right .penci-featured-content {
	justify-content: end
}
.featured-area.horizontal-align-left .penci-featured-content .feat-text,
.featured-area.horizontal-align-right .penci-featured-content .feat-text {
	margin: 0
}
.pc-cscomments.move-top h3.comment-reply-title {
	border-top: 0 !important;
	padding-top: 0 !important
}
.pc-cscomments.move-top .post-title-box {
	border-top: 1px solid var(--pcborder-cl);
	padding-top: 30px;
	margin-top: 30px
}
.pc-widget-user-lists ul li {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center
}
.pc-widget-user-lists .pc-uw-ava {
	padding-right: 15px
}
.pc-widget-user-lists .pc-uw-ava img {
	width: 100%;
	height: auto
}
.pc-widget-user-lists .name a {
	font-size: 16px;
	line-height: 1.3
}
.pc-widget-user-lists .name a:hover {
	text-decoration: none
}
.pc-widget-user-lists .count {
	display: block;
	margin-top: 5px;
	color: var(--pcmeta-cl);
	line-height: 1
}
.penci_posts_tabs_widget .tabs {
	border-bottom: 1px solid var(--pcborder-cl);
	padding-bottom: 15px;
	margin-bottom: 20px;
	overflow: hidden
}
.penci_posts_tabs_widget .tabs ul>li {
	border: 0;
	padding: 0;
	margin: 0;
	float: left
}
.penci_posts_tabs_widget.el ul {
	padding-left: 0;
	margin-bottom: 0
}
.penci_posts_tabs_widget.el ul li {
	list-style: none
}
.penci_posts_tabs_widget .tabs ul {
	display: flex
}
.penci_posts_tabs_widget .default-tabs .tabs ul {
	justify-content: space-between
}
.penci_posts_tabs_widget .box-tabs .tabs ul>li {
	float: none;
	flex-grow: 1;
	flex-basis: 0;
	text-align: center
}
.penci_posts_tabs_widget .box-tabs .tabs ul>li:not(:last-child) {
	margin-right: 0
}
.penci_posts_tabs_widget .box-tabs .tabs {
	border-bottom: 0;
	padding-bottom: 0
}
.penci_posts_tabs_widget .box-tabs .tabs ul>li a {
	display: block;
	border: 1px solid var(--pcborder-cl);
	border-right-width: 0;
	padding: 15px 2px
}
.penci_posts_tabs_widget .box-tabs .tabs ul>li.active a {
	background: rgba(136, 136, 136, .1)
}
.penci_posts_tabs_widget .box-tabs .tabs ul>li:last-child a {
	border-right-width: 1px
}
.penci_posts_tabs_widget .show-icon .tabs ul>li a:before {
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 5px
}
.penci_posts_tabs_widget .show-icon .tabs ul>li.li-tab-recent a:before {
	content: "\f0f6"
}
.penci_posts_tabs_widget .show-icon .tabs ul>li.li-tab-popular a:before {
	content: "\f06d"
}
.penci_posts_tabs_widget .show-icon .tabs ul>li.li-tab-comments a:before {
	content: "\f086"
}
.penci_posts_tabs_widget .tabs ul>li a {
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none
}
.penci_posts_tabs_widget .tabs ul>li:not(:last-child) {
	margin-right: 20px
}
.penci_posts_tabs_widget .tabs-content>div,
.penci_posts_tabs_widget .tabs>li {
	display: none
}
.penci_posts_tabs_widget .tabs-content>div.active {
	display: block
}
.penci_posts_tabs_widget .tabs>li.active {
	display: inline-block
}
.penci_posts_tabs_widget .tabs ul>li.active a {
	color: var(--pcaccent-cl)
}
.penci_posts_tabs_widget .recent-comments li {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 15px;
	padding-bottom: 15px
}
.penci_posts_tabs_widget .recent-comments .avatar {
	flex: 0 0 50px;
	margin-right: 15px
}
.penci_posts_tabs_widget .author-info {
	line-height: 1.5;
	display: block;
	color: var(--pcmeta-cl)
}
.pc-widget-advanced-tax.tax-style-1 ul li a {
	background-color: transparent !important
}
.penci_snapchat_widget .pc-snapchat-badge {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
	line-height: 0;
	border: 3px solid var(--pcborder-cl);
	overflow: hidden;
	width: 170px;
	height: 170px;
	margin: 0 auto;
	border-radius: 20px;
	transition: all .25s;
	position: relative;
	background-color: transparent !important
}
.penci_snapchat_widget.pcsnapal-left .pc-snapchat-badge {
	margin-right: auto;
	margin-left: 0
}
.penci_snapchat_widget.pcsnapal-right .pc-snapchat-badge {
	margin-right: 0;
	margin-left: auto
}
.penci_snapchat_widget .pc-snapchat-badge-over {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: transparent !important;
	z-index: 3
}
.penci_snapchat_widget .pc-snapchat-avatar {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 50%;
	left: 50%;
	right: 50%;
	transform: translateX(-50%) translateY(-50%);
	border-radius: 20px;
	background-color: transparent;
	z-index: 1
}
.penci_snapchat_widget .pc-snapchat-badge.is-circle,
.penci_snapchat_widget .pc-snapchat-badge.is-circle .pc-snapchat-avatar {
	border-radius: 100%
}
.penci_snapchat_widget .pc-snapchat-wrapper a:hover {
	color: var(--pcaccent-cl);
	text-decoration: none
}
.penci_snapchat_widget .pc-snapchat-wrapper .pc-snapchat-id,
.penci_snapchat_widget .pc-snapchat-wrapper .pc-snapchat-name {
	text-align: center;
	display: block
}
.penci_snapchat_widget.pcsnapal-left .pc-snapchat-wrapper .pc-snapchat-id,
.penci_snapchat_widget.pcsnapal-left .pc-snapchat-wrapper .pc-snapchat-name {
	text-align: left
}
.penci_snapchat_widget.pcsnapal-right .pc-snapchat-wrapper .pc-snapchat-id,
.penci_snapchat_widget.pcsnapal-right .pc-snapchat-wrapper .pc-snapchat-name {
	text-align: right
}
.penci_snapchat_widget .pc-snapchat-wrapper .pc-snapchat-name {
	margin-top: 10px;
	font-size: 20px;
	font-weight: 700
}
.penci_tiktok_widget .tiktok-feed-feed .tiktok-feed-list .tiktok-feed-item {
	padding: 6px !important
}
.penci_tiktok_widget .tiktok-feed-feed .tiktok-feed-list .tiktok-feed-item .tiktok-feed-icon>span,
.penci_tiktok_widget .tiktok-feed-feed .tiktok-feed-list .tiktok-feed-item .tiktok-feed-video-mask-content>span {
	font-weight: 400 !important;
	font-size: 13px !important
}
.penci_tiktok_widget .tiktok-feed-feed .tiktok-feed-actions {
	margin-bottom: 0;
	margin-right: -5px;
	margin-left: -5px
}
.penci_tiktok_widget .tiktok-feed-feed .tiktok-feed-actions .tiktok-feed-button {
	width: 100%;
	margin: 0
}
.penci_tiktok_widget .tiktok-feed-feed .tiktok-feed-actions .tiktok-feed-button:hover {
	box-shadow: 0 8px 19px -4px #ff5374
}
.pc-tiktok-avatar a {
	width: 70px;
	height: 70px;
	display: block;
	position: relative;
	float: left;
	margin-right: 15px
}
.pc-tiktok-avatar img {
	border-radius: 50%
}
.pc-tiktok-username {
	display: block;
	font-size: 1.35em
}
.pc-tiktok-verified {
	background-color: #20d5ec;
	color: #fff;
	border-radius: 50%;
	font-size: 12px;
	padding: 4px;
	margin: 0 5px
}
.pc-tiktok-desc {
	margin-top: 8px
}
.pc-tiktok-counts {
	padding: 10px 0
}
.pc-tiktok-counts li {
	display: inline-block;
	padding: 0 10px 0 0
}
.pc-tiktok-counts .counts-number {
	font-weight: 700
}
.pc-tiktok-counts span:last-child {
	opacity: .7;
	font-size: 90%
}
.penci_comments_widget ul li {
	display: flex
}
.penci_comments_widget ul li .post-widget-thumbnail {
	align-self: center
}
.penci_comments_widget ul li .comment-body {
	padding-left: 15px;
	align-self: center
}
.penci-tweets-lists .penci-tweet:not(:last-child) {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--pcborder-cl)
}
.penci-tweets-lists .tweet-intents span:after,
.penci-tweets-lists .tweet-intents-inner:after,
.penci-tweets-lists .tweet-intents-inner:before {
	display: none
}
.penci-tweets-lists .tweet-intents-inner a:hover {
	text-decoration: none;
	opacity: .85
}
.penci-tweets-lists .tweet-intents-inner>span:not(:last-child) {
	margin-right: 10px
}
.penci-tweets-lists .tweet-date {
	line-height: 1;
	display: block
}
.penci-tweets-lists .penci-tweet {
	position: relative
}
.penci-tweets-lists .penci-tweet:before {
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	font-size: 24px;
	content: "\f099";
	right: 0;
	color: #2196f3;
	opacity: .6
}
.penci-tweets-lists .tweet-intents-inner>span a {
	color: var(--pcmeta-cl)
}
.pc-widget-advanced-tax.tax-style-1.hlmark .category-item-count {
	display: inline-block;
	padding: 2px 3px;
	background-color: var(--pcaccent-cl);
	color: #fff;
	font-size: 11px;
	border-radius: 2px
}
.pc-widget-advanced-tax.tax-style-2 ul {
	margin: 0;
	padding: 0
}
.pc-widget-advanced-tax.tax-style-2 ul li {
	display: inline-block
}
.elementor-widget-penci-advanced-categories .pc-widget-advanced-tax.tax-style-3 select {
	padding: 10px 15px;
	border: 1px solid var(--pcborder-cl);
	background: 0 0
}
.wpcf7 .ajax-loader {
	display: none
}
.wpcf7 form.submitting .ajax-loader {
	display: inline-block
}
.pc-widget-user-lists ul,
.widget.pcel-acat .pc-widget-advanced-tax>ul {
	padding-left: 0;
	margin-bottom: 0
}
.pc-widget-user-lists.el .name {
	margin-bottom: 5px
}
.pc-widget-user-lists.el ul li:not(:last-child) {
	border-bottom: 1px solid var(--pcborder-cl);
	padding-bottom: 5px;
	margin-bottom: 5px
}
.pc-widget-user-lists.el ul li:last-child {
	margin: 0;
	padding: 0
}
.penci_comments_widget.el ul {
	padding-left: 0;
	margin-bottom: 0
}
.penci_comments_widget.el ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0
}
.post-entry.blockquote-style-1 .tiktok-embed,
.post-entry.blockquote-style-2 .tiktok-embed,
.tiktok-embed {
	padding: 0;
	margin: 0;
	border: 0
}
.post-entry.blockquote-style-1 .tiktok-embed:after,
.post-entry.blockquote-style-1 .tiktok-embed:before,
.post-entry.blockquote-style-2 .tiktok-embed:after,
.post-entry.blockquote-style-2 .tiktok-embed:before,
.tiktok-embed:after,
.tiktok-embed:before {
	display: none
}
.pc-wstories {
	--gap: 5px;
	overflow: hidden
}
.pc-wstories-wrapper .pc-wstories-list {
	margin-left: calc(var(--gap) * -1);
	margin-right: calc(var(--gap) * -1);
	display: flex;
	flex-wrap: wrap;
	flex-direction: row
}
.pc-wstories-wrapper .pc-wstories-list.slider {
	margin-left: 0;
	margin-right: 0
}
.pc-wstories-wrapper .pc-wstories-list.one-row {
	flex-wrap: nowrap;
	overflow-x: auto;
	cursor: grab
}
.pc-wstories-wrapper .pc-webstory-item {
	width: 8.3333333333%;
	padding-left: var(--gap);
	padding-right: var(--gap);
	cursor: pointer;
	transition: opacity .2s;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s
}
.pc-wstories-wrapper .slider .pc-webstory-item {
	width: 100%
}
.pc-wstories-wrapper .grid .pc-webstory-item {
	margin-bottom: var(--gap)
}
.pc-wstories-wrapper .grid {
	margin-bottom: calc(var(--gap) * -1)
}
.pc-wstories-wrapper .pc-wstories-list.one-row .pc-webstory-item {
	width: 100px;
	flex: 0 0 100px;
	cursor: grab
}
.pc-wstories-wrapper .pc-webstory-thumb-wrapper {
	border-radius: 50%;
	overflow: hidden;
	background-color: var(--pcaccent-cl);
	padding: 2px;
	cursor: pointer
}
.pc-wstories-wrapper .pc-webstory-item.seen .pc-webstory-thumb-wrapper {
	background-color: gray
}
.pc-wstories-wrapper .pc-webstory-thumb {
	border-radius: 50%;
	border: 2px solid var(--pcbg-cl)
}
.pc-wstories-wrapper .pc-webstory-thumb:before {
	padding-top: 100%
}
.pc-wstories-wrapper .pc-webstory-item-title {
	display: block
}
.pc-wstories-wrapper .pc-webstory-item-title h4 {
	text-align: center;
	font-size: 14px;
	margin: 5px 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
.pc-wstories-popup-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999999;
	opacity: 0;
	visibility: hidden;
	transition: .3s all ease-in-out;
	background-color: #000
}
.pc-wstories-popup-content {
	opacity: 0;
	visibility: hidden;
	transition: .3s all ease-in-out
}
.pc-wstories-popup-content iframe {
	width: 100vw;
	height: 100vh
}
.pc-wstories-popup-wrapper.loading,
.pc-wstories-popup-wrapper.show,
.pc-wstories-popup-wrapper.show .pc-wstories-popup-content {
	opacity: 1;
	visibility: visible
}
.pc-wstories-popup-wrapper.loading .penci-loader-effect {
	display: block
}
.pc-wstories-popup-wrapper .pc-wstories-popup-toolbar {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 99999999
}
.pc-wstories-popup-wrapper .pc-ws-btn {
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	margin-right: 30px
}
.pc-wstories-popup-wrapper .pc-story-info {
	cursor: initial
}
.pc-wstories-popup-wrapper .pc-ws-btn.disable {
	pointer-events: none;
	opacity: .3
}
body.pc-webstories-show {
	overflow: hidden
}
.pc-wstories-wrapper .pc-wstories-list.slider {
	display: block;
	overflow: hidden
}
.yt-video-place .fluid-width-video-wrapper,
.yt-video-place iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	width: 100%;
	height: 100%
}
.penci-search-form form.penci-ajax-search button,
.penci-search-form form.penci-ajax-search input {
	border: 0
}
.penci-search-form form.penci-ajax-search {
	display: flex;
	align-self: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0
}
.penci-search-form form.penci-ajax-search .pc-eajxsearch button {
	height: 40px
}
.penci-search-form form.penci-ajax-search input {
	font-family: inherit;
	border: 1px solid var(--pcborder-cl)
}
.penci-search-form form.penci-ajax-search button {
	font-size: 0;
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
	border-left: 1px solid var(--pcborder-cl);
	background-color: var(--pcaccent-cl);
	color: #fff
}
.search-style-text-button form.penci-ajax-search button {
	font-size: 13px
}
.search-style-default form.penci-ajax-search .searchsubmit {
	display: block;
	background: 0 0;
	margin: 0;
	border: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	color: inherit
}
.search-style-default form.penci-ajax-search .searchsubmit:before {
	border-color: #f1f1f1;
	border-left-color: var(--pcmeta-cl)
}
.search-style-text-button form.search-loading button span {
	opacity: 0
}
.search-style-text-button form.penci-ajax-search button:before {
	visibility: visible
}
.search-style-text-button form.penci-ajax-search button:after {
	display: none
}
@keyframes lds-dual-ring {
	100% {
		transform: rotate(360deg)
	}
}
.header-search-style-default .pcajx-search-loading.show-search a.close-search i:after,
.header-search-style-overlay .show-search .penci-search-form form button:after,
.penci-search-form form.penci-ajax-search button:before {
	font-family: inherit !important;
	line-height: 0;
	position: absolute;
	z-index: 2;
	top: calc(50% - 7px);
	right: 50%;
	left: 50%;
	display: block;
	visibility: hidden;
	width: 14px;
	height: 14px;
	margin: 0 0 0 -9px;
	content: " " !important;
	animation: lds-dual-ring .5s linear infinite;
	vertical-align: middle;
	opacity: 1;
	border: 1px solid rgba(255, 255, 255, .5);
	border-left-color: var(--pcbg-cl);
	border-radius: 50%
}
.penci-search-form form.penci-ajax-search button:after {
	font-family: penciicon;
	font-size: 16px;
	line-height: 16px;
	content: "\f108"
}
.penci-search-form form.penci-ajax-search .pc-eajxsearch button:after {
	display: none
}
.penci-search-form .search-loading.penci-ajax-search button:after,
.penci-search-form .search-loading.penci-ajax-search button>span {
	visibility: hidden
}
.header-search-style-overlay .show-search .penci-search-form .search-loading.penci-ajax-search button:after,
.penci-search-form .search-loading.penci-ajax-search button:before {
	visibility: visible
}
.header-search-style-overlay .show-search.active form.pc-searchform.penci-ajax-search .searchsubmit {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	height: 100%
}
.header-search-style-overlay .show-search.active form.pc-searchform.penci-ajax-search button:before {
	top: calc(50% - 12px);
	width: 24px;
	height: 24px;
	margin: 0 0 0 -20px
}
.search-results-wrapper {
	position: relative;
	top: 0
}
.search-results-wrapper .penci-dropdown-results {
	position: absolute;
	z-index: 30;
	top: 0;
	right: 0;
	left: 0;
	border-bottom: 1px solid var(--pcajs_bcl);
	background-color: var(--pcajs_bgcl);
	opacity: 0
}
.search-results-wrapper .penci-dropdown-results.penci-opened {
	opacity: 1
}
.search-results-wrapper .autocomplete-suggestions {
	width: 100%;
	border: 0;
	background-color: var(--pcajs_bgcl);
	position: relative;
	max-height: 300px;
	box-shadow: none
}
.search-results-wrapper .autocomplete-suggestions .autocomplete-suggestion {
	white-space: normal;
	color: var(--pctext-cl)
}
.search-results-wrapper .no-found-msg {
	font-size: var(--pcajs_nfz);
	line-height: 1.2;
	text-align: center;
	display: block;
	width: 100%;
	font-weight: 700;
	padding: 0 20px
}
.header-search-style-overlay .show-search.active .search-results-wrapper .no-found-msg {
	color: rgba(255, 255, 255, .7);
	text-align: center
}
.widget.penci_search_box_widget .search-results-wrapper .no-found-msg {
	color: var(--pctext-cl)
}
.widget.penci_search_box_widget .search-loading button span {
	color: transparent
}
.search-results-wrapper .penci-dropdown-results.penci-opened,
.widget.penci_search_box_widget .penci-opened .penci-search-results-wrapper {
	-moz-box-shadow: 0 2px 3px rgba(190, 190, 190, .4);
	-webkit-box-shadow: 0 2px 3px rgba(190, 190, 190, .4);
	box-shadow: 0 2px 3px rgba(190, 190, 190, .4)
}
.penci-scroll-content {
	overflow: hidden;
	overflow-y: visible
}
.penci-ajax-search .inner-hbg-search-form {
	display: flex;
	flex: 1 1 100%;
	justify-content: space-between
}
.search-results-wrapper .autocomplete-suggestions {
	display: flex;
	flex-wrap: wrap;
	left: 0;
	width: 100%;
	border-top: 0;
	padding: 10px 0
}
.header-search-style-default .penci-search-form form button,
.header-search-style-default .show-search a.close-search {
	transition: all .3s ease-in-out
}
.header-search-style-default .pcajx-search-loading.show-search a.close-search i:before {
	visibility: hidden
}
.header-search-style-default .penci-search-form form button {
	opacity: 0
}
.header-search-style-default .pcajx-search-loading.show-search a.close-search i:after {
	visibility: visible;
	border-color: #f1f1f1;
	border-left-color: var(--pcmeta-cl)
}
.header-search-style-default .pcajx-search-loading.show-search .penci-search-form form button {
	opacity: 1
}
.header-search-style-default .pcajx-search-loading.show-search .penci-search-form form button:before {
	border-color: var(--pcmeta-cl);
	border-left-color: var(--pctext-cl)
}
.header-search-style-default .search-results-wrapper .no-found-msg {
	text-align: left
}
.penci-search-results .autocomplete-suggestion {
	line-height: 1;
	display: flex;
	flex: 1 1 100%;
	max-width: 100%;
	padding: 5px 20px;
	cursor: pointer;
	transition: all .3s ease
}
@media only screen and (min-width:1170px) {
	.header-search-style-default .penci-search-results .autocomplete-suggestion {
		flex: 1 1 25%;
		max-width: 25%
	}
}
@media only screen and (min-width:768px) and (max-width:1169px) {
	.header-search-style-default .penci-search-results .autocomplete-suggestion {
		flex: 1 1 50%;
		max-width: 50%
	}
}
.penci-search-results .autocomplete-suggestion .suggestion-thumb {
	flex: 0 0 auto;
	max-width: 70px;
	width: 70px;
	margin-right: 15px;
	padding: 5px 0
}
.penci-search-results .autocomplete-suggestion .suggestion-thumb i {
	position: absolute;
	width: 24px;
	height: 24px;
	line-height: 24px;
	left: 50%;
	top: 50%;
	margin: -11px 0 0 -11px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	font-size: 12px;
	transition: all .25s;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	border: 1px solid rgba(255, 255, 255, .9);
	background: rgba(0, 0, 0, .4);
	color: rgba(255, 255, 255, .9);
	text-align: center
}
.penci-search-results .autocomplete-suggestion .suggestion-content {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-self: center
}
.penci-search-results .autocomplete-suggestion .suggestion-thumb .penci-image-holder:before {
	padding-top: 100%
}
.penci-search-results .autocomplete-suggestion .penci-post-title {
	font-size: var(--pcajs_tfz);
	line-height: initial;
	margin: 0;
	color: var(--pcajs_tcl)
}
.penci-search-results .autocomplete-suggestion .penci-post-title a {
	color: var(--pcajs_tcl)
}
.penci-search-results .autocomplete-suggestion .penci-post-title a:hover,
.penci-search-results .autocomplete-suggestion.autocomplete-selected .penci-post-title,
.penci-search-results .autocomplete-suggestion:hover .penci-post-title {
	color: var(--pcajs_thcl)
}
.penci-search-results .autocomplete-suggestion .post-date {
	color: var(--pcajs_mcl);
	font-size: var(--pcajs_mfz);
	margin-top: 7px
}
.penci-search-results .autocomplete-suggestion.autocomplete-selected .post-date,
.penci-search-results .autocomplete-suggestion:hover .post-date {
	color: var(--pcajs_mhcl)
}
.penci-search-results .autocomplete-suggestion .price {
	color: var(--pcaccent-cl);
	font-weight: var(--pchead-wei)
}
.penci-search-results .autocomplete-suggestion .suggestion-sku {
	font-size: var(--pcajs_mfz)
}
.penci-search-results .autocomplete-suggestion del {
	font-size: 80%
}
.penci-search-results .autocomplete-suggestion ins {
	text-decoration: none
}
.penci-search-results .autocomplete-suggestion.suggestion-divider {
	flex-basis: 100% !important;
	width: 100%;
	cursor: default;
	background-color: var(--pcajs_bcl)
}
.autocomplete-suggestion.suggestion-divider h5 {
	margin-bottom: 0;
	text-transform: uppercase
}
.view-all-results {
	font-weight: var(--pchead-wei);
	line-height: 40px;
	flex: 1 1 100%;
	height: 40px;
	margin-bottom: -1px;
	cursor: pointer;
	transition: all .25s ease;
	text-align: center;
	border-top: 1px solid var(--pcajs_bcl);
	font-size: 13px
}
.view-all-results a {
	color: var(--pcajs_ncl)
}
.pcbds-overlay .view-all-results a {
	color: #fff
}
.pcbds-overlay .view-all-results a:hover,
.view-all-results a:hover {
	color: var(--pcaccent-cl)
}
.header-search-style-default .penci-search-form form {
	border: 0
}
.header-search-style-default .search-results-wrapper .penci-dropdown-results {
	border: 0;
	top: 1px
}
.header-search-style-default .search-results-wrapper .penci-search-form form input {
	width: unset
}
.header-search-style-default .penci-search-form,
.header-search-style-default .penci-search-form form button,
.header-search-style-default .penci-search-form form input,
.header-search-style-default .searchform {
	height: 100%
}
.header-search-style-default .penci-search-form form button,
.header-search-style-default .penci-search-form form input {
	width: unset
}
.header-search-style-default .penci-search-form form.penci-ajax-search input {
	width: calc(100% - 60px)
}
.header-search-style-default .penci-search-form form button {
	background-color: transparent;
	color: var(--pcheading-cl);
	border: 0
}
.header-search-style-default .penci-search-form form.penci-ajax-search button {
	visibility: hidden
}
.autocomplete-suggestions::-webkit-scrollbar {
	width: 2px
}
.autocomplete-suggestions::-webkit-scrollbar-track {
	background-color: var(--pcbg-cl)
}
.autocomplete-suggestions::-webkit-scrollbar-thumb {
	background-color: var(--pcmeta-cl)
}
.pcsb-csf .post-box-meta-single {
	margin: 0
}
.pcsb-csf .post-box-meta-single img {
	vertical-align: middle
}
.pcsml-el .pcsml-item {
	position: relative
}
.pcsml-el .post-entry {
	margin-bottom: 0
}
.pcsml-el .pcsml-ad .pcsml-placeholder-title:before {
	content: "Smart List Ad" !important
}
.pcsml-el {
	margin-bottom: 0
}
.pcsml-el .pcsml-ad {
	clear: both;
	text-align: center
}
.pcsml-el .pcsml-ad>div {
	margin-top: 0
}
.pcsml-el .pcsml-ad img {
	margin: 0;
	width: 100%
}
.pcsml-el .pcsml-ad .adsbygoogle {
	margin-top: 0;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.pcsml-desc {
	display: block
}
.pcsml-el .pcsml-ad .pcsml-placeholder-title:before {
	content: "Smart List Ad"
}
.pcsml-title-wrapper {
	width: 100%
}
.pcsml-title-wrapper h1,
.pcsml-title-wrapper h2,
.pcsml-title-wrapper h3,
.pcsml-title-wrapper h4,
.pcsml-title-wrapper h5,
.pcsml-title-wrapper h6 {
	margin: 0
}
.pcsml-item-number span {
	display: block;
	background-color: var(--pcheading-cl);
	font-weight: 700;
	text-align: center;
	color: var(--pcbg-cl)
}
.pcsml-item-title {
	font-weight: 700
}
.pcsml-figure img {
	display: inline-block;
	vertical-align: top
}
.pcsml-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 20px
}
.pcsml_style_1 .pcsml-item-number,
.pcsml_style_1 .pcsml-item-title {
	display: table-cell
}
.pcsml_style_1 .pcsml-item-title {
	vertical-align: middle
}
.pcsml_style_1 .pcsml-item {
	margin-bottom: 50px
}
.pcsml_style_1 .pcsml-title-wrapper {
	margin-bottom: 20px;
	position: relative
}
.pcsml_style_1 h1,
.pcsml_style_1 h2,
.pcsml_style_1 h3,
.pcsml_style_1 h4,
.pcsml_style_1 h5,
.pcsml_style_1 h6 {
	margin: 2px 0 0
}
.pcsml_style_1 .pcsml-item-number span {
	padding: 0 5px;
	font-size: 22px;
	line-height: 36px;
	min-width: 36px
}
.pcsml_style_1 .pcsml-item-title {
	width: 100%;
	padding-left: 15px;
	font-size: 22px;
	line-height: 1.3
}
.pcsml_style_2 .pcsml-info {
	overflow: hidden
}
.pcsml_style_2 .pcsml-item-number,
.pcsml_style_2 .pcsml-item-title {
	display: table-cell
}
.pcsml_style_2 .pcsml-item-title {
	vertical-align: middle
}
.pcsml_style_2 .pcsml-item {
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid var(--pcborder-cl)
}
.pcsml_style_2 .pcsml-item:first-child {
	padding-top: 9px
}
.pcsml_style_2 .pcsml-item:last-of-type {
	border-bottom: none
}
.pcsml_style_2 .pcsml-item-number span {
	font-size: 18px;
	min-width: 32px;
	min-height: 32px;
	line-height: 32px
}
.pcsml_style_2 .pcsml-item-title {
	font-size: 18px;
	line-height: 24px;
	padding-left: 14px
}
.pcsml_style_2 .pcsml-figure {
	vertical-align: top;
	width: 170px
}
.pcsml_style_2 .pcsml-caption {
	line-height: 14px;
	margin-bottom: 0
}
.pcsml_style_2 .pcsml-desc {
	margin-top: 11px
}
@media only screen and (min-width:768px) {
	.pcsml_style_2 .pcsml-item {
		display: flex
	}
	.pcsml_style_2 .pcsml-figure,
	.pcsml_style_2 .pcsml-info {
		display: table-cell
	}
	.pcsml_style_2 .pcsml-info {
		flex: 1
	}
	.pcsml_style_2 .pcsml-figure {
		padding-left: 20px
	}
}
@media only screen and (max-width:767px) {
	.pcsml_style_2 {
		text-align: center
	}
	.pcsml_style_2 .pcsml-figure,
	.pcsml_style_2 h1,
	.pcsml_style_2 h2,
	.pcsml_style_2 h3,
	.pcsml_style_2 h4,
	.pcsml_style_2 h5,
	.pcsml_style_2 h6 {
		display: inline-block
	}
}
.pcsml_style_3 .pcsml-item {
	margin-bottom: 50px
}
.pcsml_style_3 .pcsml-figure {
	position: relative
}
.pcsml_style_3 figcaption div:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	height: 150%;
	width: 100%;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 100%);
	z-index: -1
}
.pcsml_style_3 figcaption div:empty {
	display: none
}
.pcsml_style_3 .pcsml-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: right;
	color: var(--pcbg-cl);
	margin-bottom: 0;
	padding: 12px 16px;
	z-index: 1
}
.pcsml_style_3 .pcsml-item-number {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}
.pcsml_style_3 .pcsml-item-number span {
	background-color: rgba(0, 0, 0, .8);
	min-width: 44px;
	min-height: 44px;
	font-family: var(--pchead-font);
	font-size: 26px;
	line-height: 44px
}
.pcsml_style_3 h1,
.pcsml_style_3 h2,
.pcsml_style_3 h3,
.pcsml_style_3 h4,
.pcsml_style_3 h5,
.pcsml_style_3 h6 {
	margin: 0
}
.pcsml_style_3 .pcsml-title-wrapper {
	margin-bottom: 17px;
	margin-top: 20px
}
.pcsml_style_3 .pcsml-item-title {
	font-size: 22px;
	line-height: 26px
}
.pcsml_style_3 .pcsml-desc {
	margin-top: 0
}
.pcsml-pagination {
	text-align: center;
	margin-bottom: 26px
}
.pcsml-button {
	font-family: var(--pchead-font);
	line-height: 40px;
	background-color: var(--pcheading-cl);
	color: #fff !important;
	padding: 11px 24px;
	font-size: 16px;
	font-style: normal;
	text-align: center;
	-webkit-transition: background-color .2s ease 0s;
	transition: background-color .2s ease 0s;
	cursor: pointer;
	margin: 0 10px;
	text-decoration: none !important
}
.pcsml-button:hover {
	background-color: var(--pcaccent-cl)
}
.pcsml-button .penciicon-left-chevron {
	font-size: 12px;
	position: relative;
	top: 1px;
	padding-right: 16px
}
.pcsml-button .penciicon-right-chevron {
	font-size: 12px;
	position: relative;
	top: 1px;
	padding-left: 16px
}
.pcsm-disable {
	opacity: .5;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}
.pcsm-disable:hover {
	background-color: var(--pcheading-cl)
}
.pcsml_style_4 .pcsml-item-number,
.pcsml_style_4 .pcsml-item-title {
	display: table-cell
}
.pcsml_style_4 .pcsml-item-title {
	vertical-align: middle
}
.pcsml_style_4 .pcsml-ad .adsbygoogle,
.pcsml_style_4 .pcsml-ad .pcsml-placeholder-title,
.pcsml_style_4 .pcsml-ad>div {
	margin-bottom: 16px
}
.pcsml_style_4 {
	position: relative
}
.pcsml_style_4 h1,
.pcsml_style_4 h2,
.pcsml_style_4 h3,
.pcsml_style_4 h4,
.pcsml_style_4 h5,
.pcsml_style_4 h6 {
	margin: 2px 0 0
}
.pcsml_style_4 .pcsml-title-wrapper {
	margin-bottom: 21px
}
.pcsml_style_4 .pcsml-item-number span {
	min-width: 37px;
	min-height: 37px;
	font-size: 22px;
	line-height: 37px
}
.pcsml_style_4 .pcsml-item-title {
	margin-top: 5px;
	padding-left: 19px;
	font-size: 22px;
	line-height: 26px
}
.pcsml_style_4 .pcsml-figure {
	text-align: center;
	display: table;
	margin-left: auto;
	margin-right: auto
}
.pcsml_style_4 .pcsml-figure img {
	width: 100%
}
.pcsml_style_4 .pcsml-desc {
	margin-top: 0
}
.pcsml_style_4 .pcsml-pagination {
	margin-top: 26px
}
@media only screen and (max-width:767px) {
	.pcsml_style_4 {
		margin-top: 20px
	}
	.pcsml_style_4 h1,
	.pcsml_style_4 h2,
	.pcsml_style_4 h3,
	.pcsml_style_4 h4,
	.pcsml_style_4 h5,
	.pcsml_style_4 h6 {
		text-align: center;
		margin: 0
	}
	.pcsml_style_4 .pcsml-title-wrapper {
		margin-bottom: 10px
	}
	.pcsml_style_4 .pcsml-item-number {
		display: inline-block
	}
	.pcsml_style_4 .pcsml-item-title {
		display: inline-block;
		width: 100%;
		margin-top: 10px;
		padding-left: 0
	}
}
.pcsml-pagination {
	text-align: center;
	margin-bottom: 26px
}
.pcsml-button {
	font-family: var(--pchead-font);
	display: inline-block;
	line-height: 41px;
	padding: 0 20px;
	background-color: var(--pcheading-cl);
	color: var(--pcbg-cl);
	font-size: 16px;
	font-style: normal;
	text-align: center;
	-webkit-transition: background-color .2s ease 0s;
	transition: background-color .2s ease 0s;
	cursor: pointer;
	margin: 0 10px
}
.pcsml-button:hover {
	color: var(--pcbg-cl);
	background-color: var(--pcaccent-cl)
}
.pcsml-button .penciicon-left-chevron {
	font-size: 14px;
	position: relative;
	top: 1px;
	padding-right: 11px
}
.pcsml-button .penciicon-right-chevron {
	font-size: 14px;
	position: relative;
	top: 1px;
	padding-left: 11px
}
.pcsm-disable {
	opacity: .5;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}
.pcsm-disable:hover {
	background-color: var(--pcheading-cl)
}
.pcsml_style_5 {
	position: relative;
	margin-bottom: 30px
}
@media only screen and (max-width:767px) {
	.pcsml_style_5 {
		margin-top: 20px
	}
}
.pcsml_style_5 .pcsml-ad .pcsml-placeholder-title,
.pcsml_style_5 .pcsml-ad>div {
	margin-bottom: 26px
}
.pcsml_style_5 .pcsml-ad .adsbygoogle {
	margin-bottom: 21px
}
.pcsml_style_5 .pcsml-item .pcsml-pagination {
	position: relative;
	display: inline-block;
	margin-bottom: 26px
}
.pcsml_style_5 .pcsml-head {
	position: relative
}
.pcsml_style_5 h1,
.pcsml_style_5 h2,
.pcsml_style_5 h3,
.pcsml_style_5 h4,
.pcsml_style_5 h5,
.pcsml_style_5 h6 {
	margin-top: 0;
	margin-bottom: 18px;
	padding: 0 120px;
	min-height: 42px;
	text-align: center;
	line-height: 1
}
.pcsml_style_5 .pcsml-item-title {
	display: inline-block;
	margin-top: 6px;
	margin-bottom: 8px;
	width: 100%;
	font-size: 22px;
	line-height: 28px
}
.pcsml_style_5 .pcsml-desc {
	margin-top: 0
}
.pcsml_style_5 .pcsml-figure img {
	margin-top: 26px;
	width: 100%
}
.pcsml_style_5 .pcsml-figure {
	text-align: center;
	display: table;
	margin-left: auto;
	margin-right: auto
}
.pcsml_style_5 .pcsml-caption {
	text-align: left
}
.pcsml_style_5 .pcsml-pagination {
	display: inline-block;
	width: 100%;
	top: 0;
	margin-bottom: 0
}
.pcsml_style_5 .pcsml-pagination .pcsml-button {
	margin: 0
}
.pcsml_style_5 .pcsml-pagination .pcsm-back {
	float: left
}
.pcsml_style_5 .pcsml-pagination .pcsm-next {
	float: right
}
@media only screen and (min-width:768px) and (max-width:1018px) {
	.pcsml_style_5 .pcsml-item-title {
		margin-top: 10px;
		line-height: 24px;
		font-size: 19px
	}
}
@media only screen and (max-width:767px) {
	.pcsml_style_5 .pcsml-item .pcsml-pagination {
		margin-bottom: 0
	}
	.pcsml_style_5 h1,
	.pcsml_style_5 h2,
	.pcsml_style_5 h3,
	.pcsml_style_5 h4,
	.pcsml_style_5 h5,
	.pcsml_style_5 h6 {
		margin-bottom: 0;
		padding: 0;
		min-height: 0
	}
	.pcsml_style_5 .pcsml-item-title {
		margin-top: 10px;
		text-align: left;
		line-height: 30px;
		font-weight: 500;
		font-size: 26px
	}
}
@media only screen and (min-width:767px) {
	.pcsml_style_5 .pcsml-head .pcsml-pagination {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}
.pcsml-dropdown-wrap {
	text-align: center;
	border: 1px solid var(--pcborder-cl);
	margin-bottom: 30px;
	clear: both
}
.pcsml-dropdown-wrap .pcsml-dropdown {
	height: 30px;
	padding: 0 35px 0 10px;
	margin: 10px 0;
	overflow: hidden;
	background-color: var(--pcbg-cl);
	border: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	outline: 0;
	font-family: var(--pchead-font);
	max-width: 100%;
	text-overflow: ellipsis;
	cursor: pointer;
	font-size: 16px
}
.pcsml-dropdown-wrap .pcsml-dropdown option {
	font-size: 14px
}
.pcsml-dropdown-wrap .pcsml-dropdown::-ms-expand {
	display: none
}
.pcsml-dropdown-wrap .pcsml-container {
	display: inline-block;
	position: relative;
	width: 50%
}
.pcsml-dropdown-wrap .pcsml-container:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	right: 16px;
	z-index: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
	pointer-events: none;
	transform: translateY(-40%)
}
.pcsml-dropdown-wrap .pcsml-button {
	font-family: var(--pchead-font);
	line-height: 40px;
	font-size: 16px;
	font-style: normal;
	text-align: center;
	-webkit-transition: background-color .2s ease 0s;
	transition: background-color .2s ease 0s;
	cursor: pointer;
	padding: 2px 18px;
	margin: 0;
	background-color: transparent;
	color: var(--pctext-cl) !important
}
.pcsml-dropdown-wrap .pcsml-button i {
	font-size: 12px;
	position: relative;
	top: 1px
}
.pcsml-dropdown-wrap .pcsml-button .penciicon-left-chevron {
	padding-right: 6px
}
.pcsml-dropdown-wrap .pcsml-button .penciicon-right-chevron {
	padding-left: 6px
}
.pcsml-dropdown-wrap .pcsml-button:hover {
	text-decoration: none !important;
	color: var(--pcaccent-cl)
}
.pcsml-dropdown-wrap .pcsm-disable {
	opacity: .5;
	cursor: default;
	-webkit-user-select: none;
	user-select: none
}
.pcsml-dropdown-wrap .pcsm-disable:hover {
	color: var(--pcheading-cl)
}
.pcsml-dropdown-wrap .pcsm-next {
	text-align: right;
	width: 25%;
	display: inline-block
}
.pcsml-dropdown-wrap .pcsm-back {
	text-align: left;
	width: 25%;
	display: inline-block
}
@media only screen and (min-width:768px) and (max-width:1018px) {
	.pcsml-dropdown-wrap .pcsml-dropdown {
		max-width: 50%
	}
}
@media only screen and (max-width:767px) {
	.pcsml-dropdown-wrap .pcsml-dropdown option {
		text-align: left
	}
	.pcsml-dropdown-wrap .pcsml-button {
		width: 15%
	}
	.pcsml-dropdown-wrap .pcsml-container {
		width: 70%
	}
	.pcsml-dropdown-wrap .pcsml-button i {
		display: inline;
		top: 0
	}
	.pcsml-dropdown-wrap .pcsml-button span {
		display: none
	}
}
.pcsml_style_6 .pcsml-ad>div {
	margin-bottom: 15px
}
.pcsml_style_6 .pcsml-ad .adsbygoogle {
	margin-bottom: 15px
}
.pcsml_style_6 .pcsml-ad .pcsml-placeholder-title {
	margin-bottom: 15px
}
.pcsml_style_6 {
	position: relative
}
.pcsml_style_6 .pcsml-title-wrapper {
	margin-bottom: 15px
}
.pcsml_style_6 .pcsml-title-wrapper h1,
.pcsml_style_6 .pcsml-title-wrapper h2,
.pcsml_style_6 .pcsml-title-wrapper h3,
.pcsml_style_6 .pcsml-title-wrapper h4,
.pcsml_style_6 .pcsml-title-wrapper h5,
.pcsml_style_6 .pcsml-title-wrapper h6 {
	margin: 5px 0 0;
	line-height: 30px
}
.pcsml_style_6 .pcsml-item-title {
	font-size: 22px;
	line-height: 26px
}
.pcsml_style_6 .pcsml-desc {
	margin-top: 0;
	margin-bottom: 25px
}
.pcsml_style_6 .pcsml-desc .aligncenter {
	margin-top: 20px
}
.pcsml-desc p:empty {
	display: none
}
.post-entry .pcsml-desc>ol:last-child,
.post-entry .pcsml-desc>p:last-child,
.post-entry .pcsml-desc>ul:last-child {
	margin-bottom: 0
}
.widget .penci-pagination {
	margin-top: 20px;
	margin-bottom: 0
}
.widget .penci-pagination a {
	text-decoration: none
}
.penci-pagination.penci-ajax-nav .pcajx-btn {
	align-items: center;
	display: flex;
	min-width: 35px;
	font-size: 12px;
	border: 1px solid var(--pcborder-cl);
	cursor: pointer;
	transition: .3s all ease-in-out;
	padding: 0 10px
}
.penci-pagination.penci-ajax-nav .pcnav-title {
	padding: 0 5px;
	font-size: 12px;
	font-weight: var(--pchead-wei);
	font-family: var(--pchead-font);
	text-transform: uppercase
}
.penci-pagination.penci-ajax-nav .pcajx-btn:not(.disable):hover {
	border-color: var(--pcaccent-cl);
	background-color: var(--pcaccent-cl);
	color: #fff
}
.penci-pagination.penci-ajax-nav .pcajx-btn.disable {
	opacity: .5
}
.penci-pagination.penci-ajax-nav .pcajx-btn.disable:hover {
	cursor: not-allowed
}
.penci-pagination.penci-ajax-nav .pcajx-btn i {
	line-height: 30px
}
.penci-custom-slides .penci-owl-carousel.pcdots-number .penci-owl-dots,
.penci-owl-carousel.pcdots-number .penci-owl-dots {
	counter-reset: penci-dots-counter
}
.penci-custom-slides .penci-owl-carousel.pcdots-number .penci-owl-dot span,
.penci-owl-carousel.pcdots-number .penci-owl-dot span {
	width: auto;
	height: auto;
	background: 0 0;
	border: none;
	font-family: var(--pchead-font);
	white-space: nowrap;
	line-height: 1;
	font-weight: var(--pchead-wei);
	color: #fff;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 14px
}
.penci-custom-slides .penci-owl-carousel.pcdots-number.line .penci-owl-dot span,
.penci-owl-carousel.pcdots-number.line .penci-owl-dot span {
	margin-left: 0;
	margin-right: 0
}
.penci-custom-slides .penci-owl-carousel.pcdots-number:not(.line) .penci-owl-dot span:before,
.penci-owl-carousel.pcdots-number:not(.line) .penci-owl-dot span:before {
	counter-increment: penci-dots-counter;
	content: "0"counter(penci-dots-counter)
}
.penci-custom-slides .penci-owl-carousel.pcdots-number .penci-owl-dot span:after,
.penci-owl-carousel.pcdots-number .penci-owl-dot span:after {
	content: "";
	width: 15px;
	height: 2px;
	background-color: currentColor;
	transition: width .3s ease;
	vertical-align: middle;
	display: inline-block;
	margin: 0 0 0 5px
}
.penci-custom-slides .penci-owl-carousel.pcdots-number .penci-owl-dot.active span:after,
.penci-owl-carousel.pcdots-number .penci-owl-dot.active span:after {
	width: 30px
}
.penci-custom-slides.penci-jarallax {
	width: auto;
	padding-top: 0
}
.widget .penci-pagination.penci-ajax-nav {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between
}
.widget {
	position: relative
}
.widget .pcwgajx-ld-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	visibility: hidden
}
.widget.ajx-loading .pcwgajx-ld-wrapper {
	visibility: visible
}
.widget.ajx-loading ul {
	opacity: .5
}
.widget.ajx-loading .penci-loader-effect {
	display: block
}
@-webkit-keyframes pcani-dash {
	0% {
		stroke-dasharray: 0 1500
	}
	15% {
		stroke-dasharray: 1500 1500
	}
	85% {
		opacity: 1
	}
	90% {
		stroke-dasharray: 1500 1500;
		opacity: 0
	}
	100% {
		stroke-dasharray: 0 1500;
		opacity: 0
	}
}
@keyframes pcani-dash {
	0% {
		stroke-dasharray: 0 1500
	}
	15% {
		stroke-dasharray: 1500 1500
	}
	85% {
		opacity: 1
	}
	90% {
		stroke-dasharray: 1500 1500;
		opacity: 0
	}
	100% {
		stroke-dasharray: 0 1500;
		opacity: 0
	}
}
@-webkit-keyframes pcani-pulse {
	0% {
		-webkit-transform: translateY(-50%) scale(1);
		transform: translateY(-50%) scale(1);
		opacity: 1
	}
	40% {
		-webkit-transform: translateY(-50%) scale(.9);
		transform: translateY(-50%) scale(.9);
		opacity: 0
	}
	100% {
		-webkit-transform: translateY(-50%) scale(0);
		transform: translateY(-50%) scale(0);
		opacity: 0
	}
}
@keyframes pcani-pulse {
	0% {
		-webkit-transform: translateY(-50%) scale(1);
		transform: translateY(-50%) scale(1);
		opacity: 1
	}
	40% {
		-webkit-transform: translateY(-50%) scale(.9);
		transform: translateY(-50%) scale(.9);
		opacity: 0
	}
	100% {
		-webkit-transform: translateY(-50%) scale(0);
		transform: translateY(-50%) scale(0);
		opacity: 0
	}
}
@-webkit-keyframes pcani-swirl-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(90deg);
		transform: translateZ(-20px) rotateX(90deg)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(-10deg);
		transform: translateZ(-20px) rotateX(-10deg)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(0);
		transform: translateZ(-20px) rotateX(0)
	}
}
@keyframes pcani-swirl-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(90deg);
		transform: translateZ(-20px) rotateX(90deg)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(-10deg);
		transform: translateZ(-20px) rotateX(-10deg)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(0);
		transform: translateZ(-20px) rotateX(0)
	}
}
@-webkit-keyframes pcani-blinds-in {
	0% {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg)
	}
	100% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0)
	}
}
@keyframes pcani-blinds-in {
	0% {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg)
	}
	100% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0)
	}
}
@-webkit-keyframes pcani-wave-up {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}
	60% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}
@keyframes pcani-wave-up {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}
	60% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}
@-webkit-keyframes pcani-flip-in {
	0% {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
		opacity: 0
	}
	35% {
		-webkit-transform: rotateX(120deg);
		transform: rotateX(120deg);
		opacity: 0
	}
	65% {
		opacity: 0
	}
	100% {
		-webkit-transform: rotateX(360deg);
		transform: rotateX(360deg);
		opacity: 1
	}
}
@keyframes pcani-flip-in {
	0% {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
		opacity: 0
	}
	35% {
		-webkit-transform: rotateX(120deg);
		transform: rotateX(120deg);
		opacity: 0
	}
	65% {
		opacity: 0
	}
	100% {
		-webkit-transform: rotateX(360deg);
		transform: rotateX(360deg);
		opacity: 1
	}
}
@-webkit-keyframes pcani-flip-out {
	0% {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
		opacity: 1
	}
	35% {
		-webkit-transform: rotateX(-40deg);
		transform: rotateX(-40deg);
		opacity: 0
	}
	65% {
		opacity: 0
	}
	100% {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
		opacity: 0
	}
}
@keyframes pcani-flip-out {
	0% {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
		opacity: 1
	}
	35% {
		-webkit-transform: rotateX(-40deg);
		transform: rotateX(-40deg);
		opacity: 0
	}
	65% {
		opacity: 0
	}
	100% {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
		opacity: 0
	}
}
@-webkit-keyframes pcani-drop-in-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(100px);
		transform: translateZ(100px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes pcani-drop-in-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(100px);
		transform: translateZ(100px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@-webkit-keyframes pcani-drop-in-out {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateZ(-100px);
		transform: translateZ(-100px)
	}
}
@keyframes pcani-drop-in-out {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateZ(-100px);
		transform: translateZ(-100px)
	}
}
@-webkit-keyframes pcani-slide-right-in {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(10%);
		transform: translateX(10%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes pcani-slide-right-in {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(10%);
		transform: translateX(10%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@-webkit-keyframes pcani-slide-right-out {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	60% {
		opacity: 0;
		-webkit-transform: translateX(110%);
		transform: translateX(110%)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}
@keyframes pcani-slide-right-out {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	60% {
		opacity: 0;
		-webkit-transform: translateX(110%);
		transform: translateX(110%)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}
@-webkit-keyframes pcani-slide-left-in {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-10%);
		transform: translateX(-10%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes pcani-slide-left-in {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-10%);
		transform: translateX(-10%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@-webkit-keyframes pcani-slide-left-out {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	60% {
		opacity: 0;
		-webkit-transform: translateX(-110%);
		transform: translateX(-110%)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}
@keyframes pcani-slide-left-out {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	60% {
		opacity: 0;
		-webkit-transform: translateX(-110%);
		transform: translateX(-110%)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}
@-webkit-keyframes pcani-slide-up-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(-20%);
		transform: translateY(-20%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes pcani-slide-up-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(-20%);
		transform: translateY(-20%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@-webkit-keyframes pcani-slide-up-out {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	60% {
		opacity: 0;
		-webkit-transform: translateY(-120%);
		transform: translateY(-120%)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}
@keyframes pcani-slide-up-out {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	60% {
		opacity: 0;
		-webkit-transform: translateY(-120%);
		transform: translateY(-120%)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}
@-webkit-keyframes pcani-slide-down-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(20%);
		transform: translateY(20%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes pcani-slide-down-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(20%);
		transform: translateY(20%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@-webkit-keyframes pcani-slide-down-out {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	60% {
		opacity: 0;
		-webkit-transform: translateY(120%);
		transform: translateY(120%)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
}
@keyframes pcani-slide-down-out {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	60% {
		opacity: 0;
		-webkit-transform: translateY(120%);
		transform: translateY(120%)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
}
@-webkit-keyframes pcani-bounce-in {
	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}
@keyframes pcani-bounce-in {
	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}
@-webkit-keyframes pcani-bounce-out {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	50%,
	55% {
		opacity: 0;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}
@keyframes pcani-bounce-out {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	50%,
	55% {
		opacity: 0;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}
@-webkit-keyframes pcani-swing-in {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
	to {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}
@keyframes pcani-swing-in {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
	to {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}
@-webkit-keyframes pcani-swing-out {
	20% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	40% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
	60% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg)
	}
	80% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg)
	}
	to {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}
}
@keyframes pcani-swing-out {
	20% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	40% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
	60% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg)
	}
	80% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg)
	}
	to {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}
}
@-webkit-keyframes pcani-rubber-band-in {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}
@keyframes pcani-rubber-band-in {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}
@-webkit-keyframes pcani-rubber-band-out {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	30% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
	40% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	75% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}
@keyframes pcani-rubber-band-out {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	30% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
	40% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	75% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}
.penci-animated-headline {
	--pcaccent-cl-dk: var(--pcheading-cl);
	position: relative
}
.penci-animated-headline .pc-textlink {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2
}
.penci-animated-headline {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.penci-animated-headline a {
	text-decoration: none;
	color: var(--pcaccent-cl)
}
.penci-animated-headline .penci-animated-text {
	padding: 0;
	margin: 0;
	display: inline-block
}
.penci-animated-headline .penci-animated-text .normal-text {
	z-index: 1;
	position: relative;
	vertical-align: bottom;
	font-size: 43px;
	font-weight: 500;
	line-height: 1.2
}
.penci-animated-headline .penci-animated-text .normal-text.style-gradient {
	background: var(--pcaccent-cl-dk);
	background: -webkit-gradient(linear, left top, left bottom, from(var(--pcaccent-cl)), to(var(--pcaccent-cl-dk)));
	background: linear-gradient(180deg, var(--pcaccent-cl) 0, var(--pcaccent-cl-dk) 100%);
	-moz-text-fill-color: transparent;
	-o-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	-webkit-background-clip: text
}
.penci-animated-headline .penci-animated-text .dynamic-wrapper {
	overflow: visible;
	text-align: inherit;
	display: inline-block;
	position: relative;
	vertical-align: bottom
}
.penci-animated-headline .penci-animated-text .dynamic-wrapper.style-gradient .dynamic-text {
	background: var(--pcaccent-cl-dk);
	background: -webkit-gradient(linear, left top, left bottom, from(var(--pcaccent-cl)), to(var(--pcaccent-cl-dk)));
	background: linear-gradient(180deg, var(--pcaccent-cl) 0, var(--pcaccent-cl-dk) 100%);
	-moz-text-fill-color: transparent;
	-o-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	-webkit-background-clip: text
}
.penci-animated-headline .penci-animated-text .dynamic-wrapper.style-gradient .dynamic-text .dynamic-text-letter {
	background: var(--pcaccent-cl-dk);
	background: -webkit-gradient(linear, left top, left bottom, from(var(--pcaccent-cl)), to(var(--pcaccent-cl-dk)));
	background: linear-gradient(180deg, var(--pcaccent-cl) 0, var(--pcaccent-cl-dk) 100%);
	-moz-text-fill-color: transparent;
	-o-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	-webkit-background-clip: text
}
.penci-animated-headline .penci-animated-text .dynamic-text {
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	font-size: 43px;
	font-weight: 500;
	line-height: 1.2
}
.penci-animated-headline .penci-animated-text svg {
	position: absolute;
	left: 0;
	overflow: visible
}
.penci-animated-headline .penci-animated-text svg path {
	fill: none;
	stroke-dasharray: 1500;
	-webkit-animation: pcani-dash 10s infinite;
	animation: pcani-dash 10s infinite
}
.penci-animated-headline .penci-animated-text svg path.style-color {
	stroke: var(--pcaccent-cl)
}
.penci-animated-headline .penci-animated-text svg path:nth-of-type(2) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}
.penci-animated-headline .penci-animated-text svg linearGradient stop:nth-of-type(1) {
	stop-color: var(--pcaccent-cl)
}
.penci-animated-headline .penci-animated-text svg linearGradient stop:nth-of-type(2) {
	stop-color: var(--pcaccent-cl-dk)
}
.penci-animated-headline[data-shape=underline-2] .penci-animated-text svg {
	top: auto;
	bottom: -50%;
	width: 100%;
	height: 100%
}
.penci-animated-headline[data-shape=underline-1] .penci-animated-text svg {
	top: auto;
	bottom: -50%;
	width: 100%;
	height: 100%
}
.penci-animated-headline[data-shape=heart] .penci-animated-text svg {
	top: -30px;
	bottom: -20px;
	width: calc(100% + 80px);
	height: calc(100% + 80px);
	left: -40px;
	right: -40px
}
.penci-animated-headline[data-shape=click] .penci-animated-text svg {
	top: auto;
	bottom: -10px;
	width: 50px;
	height: 50px;
	left: auto;
	right: -20px
}
.penci-animated-headline[data-shape=sparkle] .penci-animated-text svg {
	top: -10px;
	bottom: auto;
	width: 30px;
	height: 30px;
	left: auto;
	right: 0
}
.penci-animated-headline[data-shape=bolt] .penci-animated-text svg,
.penci-animated-headline[data-shape=check] .penci-animated-text svg,
.penci-animated-headline[data-shape=pan] .penci-animated-text svg {
	top: -20px;
	bottom: -20px;
	width: 100%;
	height: calc(100% + 40px);
	left: 0;
	right: 0
}
.penci-animated-headline[data-shape=line] .penci-animated-text svg {
	top: 15px;
	bottom: 0;
	width: calc(100% + 40px);
	height: calc(100%);
	left: -10px;
	right: -40px
}
.penci-animated-headline[data-shape=line-2] .penci-animated-text svg {
	top: -5px;
	bottom: 0;
	width: calc(100% + 40px);
	height: calc(100% + 20px);
	left: -20px;
	right: -20px
}
.penci-animated-headline[data-shape=line-1] .penci-animated-text svg {
	top: -5px;
	bottom: 0;
	width: calc(100% + 40px);
	height: calc(100% + 20px);
	left: -20px;
	right: -20px
}
.penci-animated-headline[data-shape=strikethrough] .penci-animated-text svg {
	top: 50%;
	width: 100%;
	height: 100%
}
.penci-animated-headline[data-shape="x"] .penci-animated-text svg,
.penci-animated-headline[data-shape=diagonal] .penci-animated-text svg,
.penci-animated-headline[data-shape=double] .penci-animated-text svg {
	top: 0;
	width: 100%;
	height: 100%
}
.penci-animated-headline[data-shape=curly] .penci-animated-text svg,
.penci-animated-headline[data-shape=double-underline] .penci-animated-text svg,
.penci-animated-headline[data-shape=underline-zigzag] .penci-animated-text svg,
.penci-animated-headline[data-shape=underline] .penci-animated-text svg {
	top: 90%;
	width: 100%;
	height: 100%
}
.penci-animated-headline[data-shape=circle] .penci-animated-text svg {
	top: 0;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	-webkit-transform: translate(-10px, -10px);
	transform: translate(-10px, -10px)
}
.penci-animated-headline[data-style=rotating] .penci-animated-text .dynamic-text:not(.show-text) {
	visibility: hidden;
	opacity: 0;
	display: none
}
.penci-animated-headline[data-style=rotating][data-rotate=typing] .penci-animated-text .dynamic-wrapper:after {
	content: "";
	position: absolute;
	left: auto;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 90%;
	width: 1px;
	background-color: var(--pctext-cl)
}
.penci-animated-headline[data-style=rotating][data-rotate=typing] .penci-animated-text .dynamic-wrapper.cursor-blink:after {
	-webkit-animation: pcani-pulse 1s infinite;
	animation: pcani-pulse 1s infinite
}
.penci-animated-headline[data-style=rotating][data-rotate=typing] .penci-animated-text .dynamic-wrapper.typing-delete {
	background: var(--pcaccent-cl)
}
.penci-animated-headline[data-style=rotating][data-rotate=typing] .penci-animated-text .dynamic-wrapper.typing-delete.style-gradient .dynamic-text {
	color: var(--pctext-cl);
	background: 0 0;
	background-clip: border-box;
	-webkit-background-clip: border-box;
	-moz-text-fill-color: unset;
	-o-text-fill-color: unset;
	-webkit-text-fill-color: unset
}
.penci-animated-headline[data-style=rotating][data-rotate=typing] .penci-animated-text .dynamic-wrapper.typing-delete.style-gradient .dynamic-text .dynamic-text-letter {
	background: 0 0;
	background-clip: border-box;
	-webkit-background-clip: border-box;
	-webkit-background-clip: border-box;
	-moz-text-fill-color: unset;
	-o-text-fill-color: unset;
	-webkit-text-fill-color: unset
}
.penci-animated-headline[data-style=rotating][data-rotate=typing] .penci-animated-text .dynamic-wrapper.typing-delete .dynamic-text .dynamic-text-letter {
	color: var(--pctext-cl)
}
.penci-animated-headline[data-style=rotating][data-rotate=typing] .penci-animated-text .dynamic-text-letter:not(.show-letter) {
	display: none
}
.penci-animated-headline[data-style=rotating][data-rotate=swirl] .penci-animated-text .dynamic-wrapper {
	-webkit-transition: width .3s ease;
	transition: width .3s ease;
	overflow: hidden
}
.penci-animated-headline[data-style=rotating][data-rotate=swirl] .penci-animated-text .dynamic-text-letter {
	display: inline-block;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(-20px) rotateX(90deg);
	transform: translateZ(-20px) rotateX(90deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.penci-animated-headline[data-style=rotating][data-rotate=swirl] .penci-animated-text .dynamic-text-letter.show-letter {
	-webkit-animation: pcani-swirl-in .4s forwards;
	animation: pcani-swirl-in .4s forwards
}
.penci-animated-headline[data-style=rotating][data-rotate=blinds] {
	-webkit-transition: width .3s ease;
	transition: width .3s ease
}
.penci-animated-headline[data-style=rotating][data-rotate=blinds] .penci-animated-text .dynamic-text-letter {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.penci-animated-headline[data-style=rotating][data-rotate=blinds] .penci-animated-text .dynamic-text-letter.show-letter {
	-webkit-animation: pcani-blinds-in .6s forwards;
	animation: pcani-blinds-in .6s forwards
}
.penci-animated-headline[data-style=rotating][data-rotate=wave] {
	-webkit-transition: width .3s ease;
	transition: width .3s ease
}
.penci-animated-headline[data-style=rotating][data-rotate=wave] .penci-animated-text .dynamic-text-letter {
	-webkit-transform: scale(0);
	transform: scale(0);
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.penci-animated-headline[data-style=rotating][data-rotate=wave] .penci-animated-text .dynamic-text-letter.show-letter {
	-webkit-animation: pcani-wave-up .3s forwards;
	animation: pcani-wave-up .3s forwards
}
.penci-animated-headline[data-style=rotating][data-rotate=flip] .penci-animated-text .dynamic-wrapper {
	-webkit-transition: width .3s ease;
	transition: width .3s ease;
	overflow: hidden
}
.penci-animated-headline[data-style=rotating][data-rotate=flip] .penci-animated-text .dynamic-text {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	position: relative
}
.penci-animated-headline[data-style=rotating][data-rotate=flip] .penci-animated-text .dynamic-text.show-text {
	position: relative;
	white-space: nowrap;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	-webkit-animation: pcani-flip-in 1.2s;
	animation: pcani-flip-in 1.2s
}
.penci-animated-headline[data-style=rotating][data-rotate=flip] .penci-animated-text .dynamic-text:not(.show-text) {
	display: inline-block;
	position: absolute;
	visibility: visible;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-animation: pcani-flip-out 1.2s;
	animation: pcani-flip-out 1.2s
}
.penci-animated-headline[data-style=rotating][data-rotate=drop-in] .penci-animated-text .dynamic-wrapper {
	-webkit-transition: width .3s ease;
	transition: width .3s ease;
	-webkit-perspective: 300px;
	perspective: 300px;
	overflow: hidden
}
.penci-animated-headline[data-style=rotating][data-rotate=drop-in] .penci-animated-text .dynamic-text {
	position: relative
}
.penci-animated-headline[data-style=rotating][data-rotate=drop-in] .penci-animated-text .dynamic-text.show-text {
	position: relative;
	white-space: nowrap;
	-webkit-animation: pcani-drop-in-in .6s;
	animation: pcani-drop-in-in .6s
}
.penci-animated-headline[data-style=rotating][data-rotate=drop-in] .penci-animated-text .dynamic-text:not(.show-text) {
	display: inline-block;
	position: absolute;
	visibility: visible;
	-webkit-animation: pcani-drop-in-out .6s;
	animation: pcani-drop-in-out .6s
}
.penci-animated-headline[data-style=rotating][data-rotate=slide-left] .penci-animated-text .dynamic-wrapper {
	-webkit-transition: width .3s ease;
	transition: width .3s ease;
	overflow: hidden
}
.penci-animated-headline[data-style=rotating][data-rotate=slide-left] .penci-animated-text .dynamic-text.show-text {
	position: relative;
	white-space: nowrap;
	-webkit-animation: pcani-slide-left-in .6s;
	animation: pcani-slide-left-in .6s
}
.penci-animated-headline[data-style=rotating][data-rotate=slide-left] .penci-animated-text .dynamic-text:not(.show-text) {
	display: inline-block;
	position: absolute;
	visibility: visible;
	-webkit-animation: pcani-slide-left-out .6s;
	animation: pcani-slide-left-out .6s
}
.penci-animated-headline[data-style=rotating][data-rotate=slide-right] .penci-animated-text .dynamic-wrapper {
	-webkit-transition: width .3s ease;
	transition: width .3s ease;
	overflow: hidden
}
.penci-animated-headline[data-style=rotating][data-rotate=slide-right] .penci-animated-text .dynamic-text.show-text {
	position: relative;
	white-space: nowrap;
	-webkit-animation: pcani-slide-right-in .6s;
	animation: pcani-slide-right-in .6s
}
.penci-animated-headline[data-style=rotating][data-rotate=slide-right] .penci-animated-text .dynamic-text:not(.show-text) {
	display: inline-block;
	position: absolute;
	visibility: visible;
	-webkit-animation: pcani-slide-right-out .6s;
	animation: pcani-slide-right-out .6s
}
.penci-animated-headline[data-style=rotating][data-rotate=slide-up] .penci-animated-text .dynamic-wrapper {
	-webkit-transition: width .3s ease;
	transition: width .3s ease;
	overflow: hidden
}
.penci-animated-headline[data-style=rotating][data-rotate=slide-up] .penci-animated-text .dynamic-text.show-text {
	position: relative;
	white-space: nowrap;
	-webkit-animation: pcani-slide-up-in .6s;
	animation: pcani-slide-up-in .6s
}
.penci-animated-headline[data-style=rotating][data-rotate=slide-up] .penci-animated-text .dynamic-text:not(.show-text) {
	display: inline-block;
	position: absolute;
	visibility: visible;
	-webkit-animation: pcani-slide-up-out .6s;
	animation: pcani-slide-up-out .6s
}
.penci-animated-headline[data-style=rotating][data-rotate=slide-down] .penci-animated-text .dynamic-wrapper {
	-webkit-transition: width .3s ease;
	transition: width .3s ease;
	overflow: hidden
}
.penci-animated-headline[data-style=rotating][data-rotate=slide-down] .penci-animated-text .dynamic-text.show-text {
	position: relative;
	white-space: nowrap;
	-webkit-animation: pcani-slide-down-in .6s;
	animation: pcani-slide-down-in .6s
}
.penci-animated-headline[data-style=rotating][data-rotate=slide-down] .penci-animated-text .dynamic-text:not(.show-text) {
	display: inline-block;
	position: absolute;
	visibility: visible;
	-webkit-animation: pcani-slide-down-out .6s;
	animation: pcani-slide-down-out .6s
}
.penci-animated-headline[data-style=rotating][data-rotate=bounce] .penci-animated-text .dynamic-wrapper {
	-webkit-transition: width .3s ease;
	transition: width .3s ease;
	overflow: hidden
}
.penci-animated-headline[data-style=rotating][data-rotate=bounce] .penci-animated-text .dynamic-text.show-text {
	position: relative;
	white-space: nowrap;
	-webkit-animation: pcani-bounce-in .6s;
	animation: pcani-bounce-in .6s
}
.penci-animated-headline[data-style=rotating][data-rotate=bounce] .penci-animated-text .dynamic-text:not(.show-text) {
	display: inline-block;
	position: absolute;
	visibility: visible;
	-webkit-animation: pcani-bounce-out .6s;
	animation: pcani-bounce-out .6s
}
.penci-animated-headline[data-style=rotating][data-rotate=swing] .penci-animated-text .dynamic-wrapper {
	-webkit-transition: width .3s ease;
	transition: width .3s ease;
	overflow: hidden
}
.penci-animated-headline[data-style=rotating][data-rotate=swing] .penci-animated-text .dynamic-text.show-text {
	position: relative;
	white-space: nowrap;
	-webkit-animation: pcani-swing-in .6s;
	animation: pcani-swing-in .6s
}
.penci-animated-headline[data-style=rotating][data-rotate=swing] .penci-animated-text .dynamic-text:not(.show-text) {
	display: inline-block;
	position: absolute;
	visibility: visible;
	-webkit-animation: pcani-swing-out .6s;
	animation: pcani-swing-out .6s
}
.penci-animated-headline[data-style=rotating][data-rotate=rubber-band] .penci-animated-text .dynamic-wrapper {
	-webkit-transition: width .3s ease;
	transition: width .3s ease;
	overflow: hidden
}
.penci-animated-headline[data-style=rotating][data-rotate=rubber-band] .penci-animated-text .dynamic-text.show-text {
	position: relative;
	white-space: nowrap;
	-webkit-animation: pcani-rubber-band-in .6s;
	animation: pcani-rubber-band-in .6s
}
.penci-animated-headline[data-style=rotating][data-rotate=rubber-band] .penci-animated-text .dynamic-text:not(.show-text) {
	display: inline-block;
	position: absolute;
	visibility: visible;
	-webkit-animation: pcani-rubber-band-out .6s;
	animation: pcani-rubber-band-out .6s
}
.penci-animated-headline[data-style=rotating][data-rotate=clip] .penci-animated-text .dynamic-wrapper {
	overflow: hidden;
	text-align: left
}
.penci-animated-headline[data-style=rotating][data-rotate=clip] .penci-animated-text .dynamic-wrapper:after {
	content: "";
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	height: 100%;
	width: 2px;
	background-color: var(--pctext-cl)
}
.penci-animated-headline[data-style=rotating][data-rotate=clip] .penci-animated-text .dynamic-text.show-text {
	white-space: nowrap
}
.penci-adblocker-popup-container {
	max-width: 550px;
	padding: 60px;
	background: var(--pcbg-cl);
	margin: 0 auto;
	text-align: center
}
.penci-adblocker-popup-container .penci-adblocker-adblock-icon {
	font-size: 50px;
	color: red
}
.penci-adblocker-popup-container h2 {
	margin: 15px 0;
	font-size: 24px
}
.penci-adblocker-popup-container .penci-adblock-message {
	font-size: 16px;
	line-height: 1.4
}
.penci-adblocker-popup-container .mfp-close {
	position: static;
	width: auto;
	font-size: 14px;
	padding: 0;
	margin: 15px auto 0;
	height: auto;
	line-height: unset
}
.pcac_page_container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row
}
.pcac_page_container.full {
	display: block
}
.pcac_page_container .pcac_page_left {
	min-width: 270px;
	margin-right: 60px
}
body.rtl .pcac_page_container .pcac_page_left {
	margin-right: 0;
	margin-left: 60px
}
.pcac_page_container .pcac_author_info {
	border: 1px solid var(--pcborder-cl);
	padding: 30px;
	text-align: center
}
.pcac_page_container .pcac_author_info .avatar {
	border-radius: 50%
}
.pcac_page_container .pcac_account_nav,
.pcac_page_container .pcac_author_content {
	margin-top: 15px
}
.pcac_page_container .pcac_account_nav {
	border-top: 1px solid var(--pcborder-cl);
	padding-top: 15px
}
.pcac_page_container .pcac_account_nav li {
	margin: 0 0 10px
}
.pcac_page_container .pcac_account_nav li a {
	color: var(--pcheading-cl)
}
.pcac_page_container .pcac_account_nav li a:hover {
	color: var(--pcaccent-cl)
}
.pcac_page_container .pcac_account_nav li.active a {
	color: var(--pcaccent-cl);
	font-weight: 700
}
.pcac_page_container .pcac_page_right {
	width: calc(100% - 360px)
}
.pcac_page_container .pcac_account_title {
	font-size: 22px;
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px solid var(--pcborder-cl)
}
.pcac_page_container .form-group {
	margin-bottom: 30px
}
.pcac_page_container .form-group > label {
	display: inline-block;
	margin: 0 0 15px;
	font-size: 14px;
	font-weight: 700
}
.pcac_page_container .form-group .required {
	color: red
}
.pcac_page_container .form-group input,
.pcac_page_container .form-group select,
.penci-sidebar-content .form-group input,
.penci-sidebar-content .form-group select,
.penci_post_list_filter select {
	display: block;
	border: 1px solid var(--pcborder-cl);
	padding: 0 10px;
	line-height: 40px;
	transition: .25s ease;
	box-shadow: none;
	outline: 0;
	background: #fff
}
.penci_post_list_filter select {
	padding: 0 20px
}
.pcac_page_container .form-group select,
.penci-sidebar-content .form-group select,
.penci_post_list_filter select {
	height: 40px;
	background: 0 0
}
.pcac_page_container .form-group input:not([type=submit]):focus,.pcac_page_container .form-group select:focus,.pcac_page_container .form-group textarea:focus {
	border-color: #666;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .025)
}
.pcac_page_container .form-group input[type=submit],
.penci-sidebar-content .form-group input[type=submit] {
	background: var(--pcaccent-cl);
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	cursor: pointer;
	border: 0;
	outline: 0;
	padding: 0 20px;
	width: auto
}
.pcac_page_container .form-group input[type=submit]:hover,
.penci-sidebar-content .form-group input[type=submit]:hover {
	opacity: .7
}
.pcac_page_container.full .form-group input {
	width: 100%
}
.pcac_page_container.full .title-field input {
	font-size: 18px;
	font-weight: 700
}
.pcac_page_container .row {
	margin-right: -15px;
	margin-left: -15px
}
.pcac_page_container .pccol_1,
.pcac_page_container .pccol_2 {
	width: 50%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
body.rtl .pcac_page_container .pccol_1,
body.rtl .pcac_page_container .pccol_2 {
	float: right
}
.pcac_page_container .pccol_1 {
	width: 100%
}
.pcac_page_container .pccol_1 h3 {
	border-bottom: 1px solid var(--pcborder-cl);
	padding-bottom: 30px;
	margin-bottom: 30px
}
.pcac_page_container .pccol_1 input,
.pcac_page_container .pccol_1 select,
.pcac_page_container .pccol_2 input,
.pcac_page_container .pccol_2 select {
	width: 100%
}
.pcac_page_container .alert {
	padding-left: 15px;
	margin-bottom: 15px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	font-weight: 500
}
.pcac_page_container .alert-error {
	background: red;
	color: #fff
}
.pcac_page_container .alert-success {
	background: #dcffb4;
	color: #595959
}
.pcac_page_container .alert-compatibility {
	background: #fff5f6;
	position: absolute;
	top: 0;
	opacity: 0;
	visibility: hidden;
	width: auto;
	border-radius: 0;
	text-align: center
}
.penci-sidebar-content .form-group:not(.submit-field):not(.format-field) {
	border: 1px solid var(--pcborder-cl);
	padding: 30px;
	margin-bottom: 30px;
	background-color: #f9f9f9
}
.penci-sidebar-content .form-group.format-field .form-input-wrapper {
	border: 1px solid var(--pcborder-cl);
	padding: 30px;
	margin-bottom: 30px;
	background-color: #f9f9f9
}
.penci-sidebar-content .form-group label {
	display: block;
	font-weight: 700;
	margin-bottom: 10px
}
.penci-sidebar-content .form-group input,
.penci-sidebar-content .form-group select {
	width: 100%
}
.penci-post-tablist {
	list-style: none
}
.penci-post-tablist li {
	display: inline-block
}
.penci-post-tablist li a {
	display: inline-block;
	padding: 10px 15px;
	border: 1px solid var(--pcborder-cl);
	border-bottom: 0;
	color: var(--pcheading-cl);
	position: relative;
	top: 1px;
	font-weight: 700;
	font-size: 14px
}
.penci-post-tablist li a.active {
	background-color: #f9f9f9;
	color: var(--pcaccent-cl)
}
.pcft-posteditor .format-field .form-input-wrapper input {
	display: none
}
.pcft-posteditor .penci_upload_wrapper:not(.active) {
	display: none
}
.penci_post_list_meta {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	border-bottom: 1px solid var(--pcborder-cl);
	padding-bottom: 30px;
	margin-bottom: 30px;
	align-items: center
}
.pcac_page_container .penci-pagination {
	margin-top: 30px
}
.frontend-submit-button {
	margin: 30px -25px -25px
}
.frontend-submit-button .button {
	display: block;
	padding: 15px 20px;
	background: var(--pcaccent-cl);
	font-weight: 700;
	color: #fff;
	transition: .2s
}
.frontend-submit-button .button:hover {
	opacity: .7
}
@media only screen and (max-width:767px) {
	.pcac_page_container .pcac_page_left,
	.pcac_page_container .pcac_page_right {
		width: 100%
	}
	.pcac_page_container .pcac_page_left {
		margin-right: 0;
		margin-bottom: 30px
	}
}
.pcac_page_container .upload_preview_container {
	margin: 0 0 30px;
	position: relative;
	max-width: 80px
}
.pcac_page_container .upload_preview_container .remove {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	cursor: pointer;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center
}
.pcac_page_container .upload_preview_container img {
	border-radius: 50%;
	max-height: 80px;
	width: auto
}
.pcac_page_container .penci-upload-img-btn {
	display: inline-block;
	padding: 0 10px;
	line-height: 30px;
	background-color: var(--pcheading-cl);
	color: var(--pcbg-cl);
	cursor: pointer;
	transition: .3s all
}
.pcac_page_container .penci-upload-img-btn:hover {
	opacity: .8
}
.penci_post_status.Pending {
	color: #c09853;
	font-weight: 700
}
.penci_post_status.Published {
	color: var(--pcaccent-cl);
	font-weight: 700
}
body.rtl .penci_account_posts .pcsl-inner .pcsl-content {
	padding: 0 var(--pcsl-between)
}
.penci_account_posts .pcsl-inner .sl-date {
	display: inline-block
}
body.pc-has-sorter .archive-box,
.archive-box.pc-has-sorter {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	align-items: start;
}
.penci_gsr_wrapper .gsst_b {
	padding: 0 5px
}
.penci_gsr_wrapper table.gsc-search-box td {
	vertical-align: middle
}
.penci_gsr_wrapper .gsc-input {
	padding: 0;
	line-height: 31px
}
.penci_gsr_wrapper .gsc-search-button-v2 {
	height: 42px;
	line-height: 42px;
	padding: 6px 27px
}
.penci_gsr_wrapper .gsc-search-button-v2 svg {
	width: 15px;
	height: 15px
}
.penci_gsr_wrapper .gsib_a {
	padding: 5px 15px 4px 15px
}
.penci_gsr_wrapper .gscb_a {
	line-height: 36px
}
.penci-patreon-badge-wrap {
	text-align: center
}
.penci-patreon-badge-wrap .button {
	display: block;
	background: #ff424d;
	font-weight: 700;
	font-size: 14px;
	border-radius: 100px;
	padding: 12px 5px;
	margin-top: 20px;
	text-decoration: none
}
.penci-patreon-badge-wrap .button:hover {
	background: #ff424d;
	text-decoration: none;
	color: #000
}
.penci-patreon-badge-wrap svg {
	height: 5rem;
	width: 5rem;
	display: inline-block;
	margin: 10px auto
}
.penci-patreon-badge-wrap svg [data-color="1"] {
	fill: #ff424d
}
.penci-patreon-badge-wrap svg [data-color="2"] {
	fill: #241e12
}
.widget .penci-buymeacoffee-badge-wrap {
	text-align: center
}
.widget .penci-buymeacoffee-badge-wrap a.button {
	display: block;
	background: #fd0;
	font-weight: 700;
	font-size: 14px;
	color: #000;
	border-radius: 100px;
	padding: 12px 5px;
	margin-top: 20px;
	text-decoration: none;
	transition: .3s all ease-in-out
}
.widget .penci-buymeacoffee-badge-wrap a.button:hover {
	background: #000;
	color: #fd0;
	text-decoration: none
}
.widget .penci-buymeacoffee-badge-wrap svg {
	height: 6rem;
	width: 6rem;
	display: inline-block;
	margin: 10px auto
}
.cancel-off-png,
.cancel-on-png,
.star-half-png,
.star-off-png,
.star-on-png {
	font-size: 1.8em
}
@font-face {
	font-family: raty;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/raty.eot);
	src: url(../fonts/raty.eot#iefix) format("embedded-opentype");
	src: url(../images/raty.svg#raty) format("svg");
	src: url(../fonts/raty.ttf) format("truetype");
	src: url(../fonts/raty.woff) format("woff")
}
.cancel-off-png,
.cancel-on-png,
.star-half-png,
.star-off-png,
.star-on-png {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: raty;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: none;
	text-transform: none
}
.cancel-on-png:before {
	content: "\e600"
}
.cancel-off-png:before {
	content: "\e601"
}
.star-on-png:before {
	content: "\f005"
}
.star-off-png:before {
	content: "\f006"
}
.star-half-png:before {
	content: "\f123"
}
.thecomment .comment-text .penci-review-author span.author,
.thecomment .comment-text .penci-review-author span.author a,
.thecomment .comment-text .penci-review-author span.date {
	display: inline-block;
	margin: 0;
	text-transform: none
}
.thecomment .comment-text .penci-review-author span.author {
	margin-right: 5px;
	font-size: 14px
}
.thecomment .comment-text .penci-review-author span.author a {
	font-size: inherit
}
.penci-review-summary .pccm_rating_title,
.penci-review-summary .review_rated {
	display: inline-block;
	margin: 0
}
.penci-review-summary .review_rated {
	font-size: 7px;
	color: #ffb900;
	margin-right: 5px
}
.pcgl-thumb-slider:not(.slick-initialized) {
	margin-left: -5px;
	margin-right: -5px
}
.pcgl-thumb-slider .pcgl-thumb-item {
	padding: 0 5px;
	cursor: pointer;
	width: 100px
}
.pcgl-thumb-slider .swiper-wrapper {
	justify-content: center
}
.pcgl-thumb-slider:not(.slick-initialized) {
	white-space: nowrap;
	overflow: hidden
}
.pcgl-thumb-slider:not(.slick-initialized) .pcgl-thumb-item {
	opacity: 0;
	transition: .3s all ease-in-out
}
.pcgl-thumb-slider[data-cols="2"]:not(.slick-initialized) .pcgl-thumb-item {
	width: 50%
}
.pcgl-thumb-slider[data-cols="4"]:not(.slick-initialized) .pcgl-thumb-item {
	width: 25%
}
.pcgl-thumb-slider[data-cols="5"]:not(.slick-initialized) .pcgl-thumb-item {
	width: 20%
}
.pcgl-thumb-slider[data-cols="6"]:not(.slick-initialized) .pcgl-thumb-item {
	width: calc(100% / 6)
}
.penci-slick-carousel.pcthumb-s-msl:not(.slick-initialized) figure:not(:first-child) {
	display: none
}
.penci-slick-carousel.pcthumb-s-msl figure {
	margin: 0 auto;
	vertical-align: top;
	padding: 15px 15px 0
}
.penci-image-gallery-thumbnail-slider {
	background: #111;
	overflow: hidden
}
.elementor-widget-penci-image-gallery .penci-image-gallery-thumbnail-slider {
	padding: 0
}
.pcgl-thumb-slider.swiper {
	padding: 10px;
	border-bottom: 1px solid #222
}
.pcgl-thumb-slider .penci-image-holder {
	outline: solid 3px rgba(255, 255, 255, .5);
	outline-offset: -3px;
	min-height: 80px
}
.pcgl-thumb-slider .swiper-slide-thumb-active .penci-image-holder {
	outline: solid 3px #fff
}
.penci-image-gallery-3d {
	--item: 180px;
	--pd: 30px;
	margin: 0 auto;
	padding-top: var(--pd);
	height: calc(var(--item) * 2 + var(--pd));
}
@media only screen and (max-width: 767px){
	.penci-image-gallery-3d {
		--item: 140px;
		--pd: 15px;
	}
}
.inner-gallery-3d-container {
	margin: auto;
	width: var(--item);
	perspective: var(--pcctain);
	position: relative;
	padding-top: var(--pd);
}
.pcgallery-3d-wrap {
	width: 100%;
	position: absolute;
	float: right;
	animation: pcgallery-3d 15s infinite linear;
	transform-style: preserve-3d;
}
.pcgallery-3d-wrap:hover {
	animation-play-state: paused;
	cursor: pointer;
}
.pcgallery-3d-wrap .penci-gallery-ite {
	width: 100%;
	height: var(--item);
	border: 1px solid var(--pcborder-cl);
	overflow: hidden;
	position: absolute;
}
.pcgallery-3d-wrap .penci-gallery-ite:nth-child(1) {
	transform: rotateY(0deg) translateZ(300px);
}
.pcgallery-3d-wrap .penci-gallery-ite:nth-child(2) {
	transform: rotateY(40deg) translateZ(300px);
}
.pcgallery-3d-wrap .penci-gallery-ite:nth-child(3) {
	transform: rotateY(80deg) translateZ(300px);
}
.pcgallery-3d-wrap .penci-gallery-ite:nth-child(4) {
	transform: rotateY(120deg) translateZ(300px);
}
.pcgallery-3d-wrap .penci-gallery-ite:nth-child(5) {
	transform: rotateY(160deg) translateZ(300px);
}
.pcgallery-3d-wrap .penci-gallery-ite:nth-child(6) {
	transform: rotateY(200deg) translateZ(300px);
}
.pcgallery-3d-wrap .penci-gallery-ite:nth-child(7) {
	transform: rotateY(240deg) translateZ(300px);
}
.pcgallery-3d-wrap .penci-gallery-ite:nth-child(8) {
	transform: rotateY(280deg) translateZ(300px);
}
.pcgallery-3d-wrap .penci-gallery-ite:nth-child(9) {
	transform: rotateY(320deg) translateZ(300px);
}
.pcgallery-3d-wrap .penci-gallery-ite:nth-child(10) {
	transform: rotateY(360deg) translateZ(300px);
}
.pcgallery-3d-wrap .penci-gallery-ite {
	position: absolute;
	box-shadow: 0px 13px 20px 3px rgba(55,55,55,0.1);
	border-radius: 1px;
	opacity: 1;
}
.pcgallery-3d-wrap .penci-gallery-ite img {
	image-rendering: auto;
	transition: all 300ms;
	width: 100%;
	height: 100%;
}
.pcgallery-3d-wrap .penci-gallery-ite img:hover {
	transform: scale(1.2);
	transition: all 300ms;
}
@keyframes pcgallery-3d {
	from {
		transform: rotateY(0deg);
	}
	to {
		transform: rotateY(360deg);
	}
}
.penci-slick-carousel-top-nav {
	color: #fff;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	padding: 15px 10px 0;
	align-items: center
}
.pcslick-title-area h5 {
	color: #fff;
	margin: 0
}
.pcslick-nav button {
	padding: 0 5px;
	margin: 0;
	font-size: 16px;
	background: 0 0;
	vertical-align: middle;
	line-height: 1
}
.pcslick-nav-area {
	display: flex;
	flex-direction: row-reverse;
	align-items: center
}
.pcslick-nav {
	margin: 0 0 0 10px;
	line-height: 0
}
.slider-num {
	font-size: 13px;
	font-weight: 700
}
.elementor-widget-penci-image-gallery .penci-post-gallery-container.thumbnail-slider {
	margin-bottom: 0
}
.author-url .avatar,
.grid-post-box-meta img.avatar,
.penci-grid li .item .author-url .avatar,
.penci-masonry .item-masonry a .author-url .avatar {
	vertical-align: middle;
	border-radius: var(--pcava_bdr);
	display: inline-block;
	width: 22px;
	height: auto;
	margin: 0
}
.author-url .author-a-name,
.grid-post-box-meta .author-a-name {
	font-weight: inherit;
	margin-left: 5px
}
#penci-header-bookmark a:hover {
	color: var(--pcaccent-cl)
}
.penci-font-changer {
	font-weight: 700;
	position: relative
}
.penci-fchanger-pcontent {
	background: var(--pcbg-cl);
	border: 1px solid var(--pcborder-cl);
	border-radius: 2px;
	padding: 10px;
	position: relative;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 10px 15px -3px rgba(0, 0, 0, .1)
}
.penci-fcpopup-ct-wrapper {
	position: absolute;
	top: 100%;
	width: 160px;
	transform: translateX(-50%);
	left: 50%;
	display: none;
	z-index: 99999;
	padding: 10px 0 0
}
.penci-fchanger-pcontent:after {
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent var(--pcbg-cl) transparent;
	top: -5px;
	left: 50%;
	right: 50%;
	margin-left: -2.5px;
	z-index: 5
}
.penci-fchanger-pcontent:before {
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 0 7px 7px 7px;
	border-color: transparent transparent var(--pcborder-cl) transparent;
	top: -7px;
	left: 50%;
	right: 50%;
	margin-left: -4px;
	z-index: 4
}
.penci-fchanger-pcontent .penci-font-changer-reset {
	color: var(--pctext-cl);
	font-size: 12px;
	font-weight: 400;
	display: block;
	margin: 5px 0 0;
	cursor: pointer
}
.standard-post-special_wrapper .penci-fchanger-pcontent:after {
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #fff transparent transparent transparent;
	top: auto;
	bottom: -5px;
	left: 50%;
	right: 50%;
	margin-left: -2.5px
}
.standard-post-special_wrapper .penci-fchanger-pcontent:before {
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: transparent transparent var(--pcborder-cl) transparent;
	top: auto;
	bottom: -7px;
	left: 50%;
	right: 50%;
	margin-left: -4px;
	z-index: 4
}
.penci-font-changer-popup.active .penci-fcpopup-ct-wrapper {
	display: block
}
.standard-post-special_wrapper .penci-fcpopup-ct-wrapper {
	top: auto;
	bottom: 100%;
	padding: 0 0 10px
}
.penci-font-changer-popup {
	position: relative;
	display: inline-block;
	text-align: center
}
.header-standard .post-box-meta-single .penci-font-changer span {
	cursor: pointer;
	color: inherit;
	margin: 0 5px;
	display: inline-block;
	opacity: .7;
	transition: all .3s ease-in-out;
	outline: 0
}
.header-standard .post-box-meta-single .penci-font-changer span:focus {
	opacity: 1
}
.header-standard .post-box-meta-single .penci-font-changer span:hover {
	color: var(--pcaccent-cl)
}
.header-standard .post-box-meta-single .penci-font-changer .pcf-changer-smaller {
	font-size: 12px
}
.header-standard .post-box-meta-single .penci-font-changer .pcf-changer-larer {
	font-size: 16px
}
.penci-header-wrap {
	position: relative;
	z-index: 999
}
.penci-header-wrap .pcscrollbar {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 5px;
	background-color: var(--pcaccent-cl);
	z-index: 999;
	width: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s
}
.penci-header-wrap .pcscrollbar.active {
	opacity: 1;
	visibility: visible
}
.penci-header-wrap .pcscrollbar span {
	display: none
}
.slider-container {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: 0
}
.slider-container .back-bar {
	height: 10px;
	position: relative
}
.slider-container .back-bar .selected-bar {
	position: absolute;
	height: 100%
}
.slider-container .back-bar .pointer {
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: var(--pcmeta-cl);
	cursor: col-resize;
	opacity: 1;
	z-index: 2
}
.slider-container .back-bar .pointer.last-active {
	z-index: 3
}
.slider-container .back-bar .pointer-label {
	position: absolute;
	top: -17px;
	font-size: 10px;
	white-space: nowrap;
	line-height: 1
}
.penci-single-style-10 .slider-container .back-bar .pointer-label,
.penci-single-style-13 .slider-container .back-bar .pointer-label,
.standard-post-special_wrapper .slider-container .back-bar .pointer-label {
	color: #fff
}
.slider-container .back-bar .focused {
	z-index: 10
}
.slider-container .clickable-dummy {
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1
}
.slider-container .scale {
	top: 2px;
	position: relative
}
.slider-container .scale span {
	position: absolute;
	height: 5px;
	border-left: 1px solid #999;
	font-size: 0
}
.slider-container .scale ins {
	font-size: 9px;
	text-decoration: none;
	position: absolute;
	left: 0;
	top: 5px;
	color: #999;
	line-height: 1
}
.slider-container.slider-readonly .clickable-dummy,
.slider-container.slider-readonly .pointer {
	cursor: auto
}
.penci-fs-slider .back-bar {
	height: 5px;
	border-radius: 2px;
	background-color: #eee
}
.pcdark-mode.pcdm-enable .penci-fs-slider .back-bar {
	background-color: #333
}
.penci-fs-slider .back-bar .selected-bar {
	background-color: var(--pcaccent-cl)
}
.penci-fs-slider .back-bar .pointer {
	width: 14px;
	height: 14px;
	top: -5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	background-color: var(--pcaccent-cl)
}
.penci-fs-slider .back-bar .pointer-label,
.penci-fs-slider .scale ins {
	color: var(--pctext-cl)
}
.penci-fs-slider .back-bar .focused {
	color: var(--pcheading-cl)
}
.penci-fs-slider .scale span {
	border-left: 1px solid var(--pcborder-cl)
}
.post-author.abio-style-5 {
	padding: 30px;
	margin-top: 30px;
	border: 1px solid var(--pcborder-cl);
	border-bottom: none !important
}
.post-author.abio-style-5 .bio-social {
	margin: 30px -35px -30px;
	padding: 20px 30px;
	border-top: 1px solid var(--pcborder-cl);
	clear: both
}
body.archive.author .post-author.abio-style-5 {
	border-bottom: 1px solid var(--pcborder-cl) !important;
}
.post-author.abio-style-5 .author-content:after {
	content: "";
	display: table;
	clear: both
}
.post-author.abio-style-5 .bio-social>a {
	margin-left: 5px;
	margin-right: 5px;
	color: var(--pctext-cl)
}
.post-author.abio-style-5 .bio-social>a:hover {
	color: var(--pcaccent-cl)
}
.author-top-tabs {
	clear: both;
	margin: -30px -40px 30px;
	padding: 0;
	border-bottom: 1px solid var(--pcborder-cl)
}
.author-top-tabs ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between
}
.author-top-tabs ul li {
	width: 50%
}
.author-top-tabs ul li a {
	display: block;
	padding: 20px 10px;
	text-align: center;
	position: relative;
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei)
}
.author-top-tabs ul li:first-child {
	border-right: 1px solid var(--pcborder-cl)
}
.author-top-tabs ul li a:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 5px;
	background: 0 0;
	content: "";
	z-index: 9
}
.author-top-tabs ul li a.active:before {
	background: var(--pcaccent-cl)
}
.post-related-author {
	border: 0;
	padding: 0
}
.author-tab-content {
	display: none
}
.author-tab-content.active {
	display: block
}
.author-tab-content .penci-ilrelated-posts {
	margin: 0;
	padding: 0;
	border: 0
}
@media only screen and (max-width:767px) {
	.post-author.abio-style-5 .author-img {
		max-width: 70px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		float: none
	}
	.post-author.abio-style-5 .author-content {
		text-align: center;
		margin: 15px auto 0
	}
	.post-author.abio-style-5 .bio-social {
		text-align: center
	}
}
.pccsi-img,
.pccsi-svg {
	vertical-align: middle !important;
	line-height: 100%;
	display: inline-flex !important;
	align-items: center;
	justify-content: center
}
.elementor .pccsi-img img,
.pccsi-img img {
	max-width: 17px;
	height: auto
}
.pccsi-svg svg path {
	transition: all .3s
}
.elementor .pccsi-svg svg,
.pccsi-svg svg {
	width: 12px;
	height: auto
}
.header-social a:hover svg path,
.main-nav-social a:hover svg path {
	fill: var(--pcaccent-cl)
}
.pcsoccl-brandtext i.pccsi-svg svg path,
.penci-social-textcolored a i.pccsi-svg svg path {
	fill: var(--pcci, var(--pcaccent-cl))
}
#header .inner-header-social .penci-faicon.penciicon-x-twitter,
.footer-socials .penci-faicon.penciicon-line,
.footer-socials .penci-faicon.penciicon-viber,
.footer-socials .penci-faicon.penciicon-x-twitter,
.header-style-header-1 .main-nav-social .penci-faicon.penciicon-x-twitter,
.pcnew-share.penci-icon-full .post-share-item .penci-faicon.penciicon-x-twitter,
.pcsoc-icon.pcsoci-twitter .penci-faicon.penciicon-x-twitter,
.penci-builder-element .penci-faicon.penciicon-x-twitter,
.penci-social-colored .penci-faicon.penciicon-line,
.penci-social-colored .penci-faicon.penciicon-viber,
.penci-social-colored .penci-faicon.penciicon-x-twitter,
.penci-social-square .penci-faicon.penciicon-line,
.penci-social-square .penci-faicon.penciicon-viber,
.penci-social-square .penci-faicon.penciicon-x-twitter,
.penci-team_member_socails .penci-faicon.penciicon-x-twitter,
.show-txt.focus-icon .post-share-item .penci-faicon.penciicon-x-twitter,
.single-product-share .new-ver-share .penci-faicon.penciicon-line,
.single-product-share .new-ver-share .penci-faicon.penciicon-viber,
.single-product-share .new-ver-share .penci-faicon.penciicon-x-twitter {
	transform: translateY(0)
}
.single-post-share.tags-share-box-s1 .penci-faicon.penciicon-line,
.single-post-share.tags-share-box-s1 .penci-faicon.penciicon-viber,
.single-post-share.tags-share-box-s1 .penci-faicon.penciicon-x-twitter {
	transform: translateY(2px)
}
body:not(.penci-disable-desc-collapse) .penci-category-description {
	position: relative;
	max-height: 120px;
	overflow: hidden
}
body:not(.penci-disable-desc-collapse) .penci-category-description.active {
	max-height: 99999px
}
.penci-category-description .penci-category-description-button {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}
.penci-category-description-button:before {
	content: "";
	position: absolute;
	inset-inline: 0;
	bottom: 0;
	z-index: 10;
	height: 80px;
	background: linear-gradient(to bottom, transparent 0, currentColor 40px);
	color: var(--pcbg-cl);
	z-index: 1
}
.penci-category-description.active .penci-category-description-button:before {
	display: none
}
.penci-category-description-button a {
	color: var(--pcheading-cl);
	display: inline-block;
	position: relative;
	z-index: 2;
	font-weight: 700;
	font-family: var(--pchead-font);
	font-size: 15px;
	line-height: 30px
}
.penci-category-description.active .penci-category-description-inner {
	padding-bottom: 30px
}
.penci-slick-featured-area.elsl-style-39 .penci-active-bg {
	opacity: 1 !important
}
.penci-slick-featured-area.elsl-style-39 .item {
	position: relative;
	padding: 120px
}
@media only screen and (max-width:767px) {
	.penci-slick-featured-area.elsl-style-39 .item {
		padding: 5px
	}
}
.penci-slick-featured-area.elsl-style-39 .item-inner-content {
	position: relative;
	z-index: 99;
	overflow: hidden
}
.penci-slick-featured-area.elsl-style-39 .penci-featured-content:before {
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .3);
	position: absolute;
	z-index: 11
}
.penci-slick-featured-area.elsl-style-39 .item-inner-content .penci-slider39-suboverlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%
}
.penci-slick-featured-area.elsl-style-39 .penci-featured-content .feat-text {
	z-index: 11
}
.penci-slick-featured-area.elsl-style-39 .penci-featured-content {
	left: 0;
	right: 0;
	width: auto;
	position: relative;
	top: 0;
	bottom: 0
}
.penci-slick-featured-area.elsl-style-39 .penci-slider39-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}
.penci-slick-featured-area.elsl-style-39 .penci-slider39-overlay:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
	background: rgba(55, 55, 55, .8);
	z-index: 2
}
.penci-slider39-thumb {
	max-width: 550px;
	transform: translateY(-40px);
	margin: 0 auto
}
.penci-slider39-thumb .slick-thumb-item {
	padding: 0 10px;
	cursor: pointer
}
.featured-area .slick-slider .slick-arrow {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	padding: 0;
	background: #fff;
	color: var(--pcheading-cl)
}
.featured-area .slick-slider .slick-arrow:before {
	font-size: 12px
}
.featured-area .slick-slider .slick-arrow.slick-next {
	right: 0;
	left: auto
}
.featured-area .slick-slider:hover .slick-arrow.slick-next {
	right: 15px;
	left: auto
}
@keyframes selectionSharerPopover-animation {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
.penci-sharect {
	padding: 10px 6px;
	line-height: 0;
	transition: all .2s ease-in-out 0s;
	box-shadow: rgba(0, 0, 0, .15) 0 2px 15px 1px;
	position: absolute;
	border-radius: 3px
}
.penci-sharect .pcshare-item {
	display: inline-block;
	margin: 7px;
	cursor: pointer;
	transition: all .2s ease-in-out 0s
}
.penci-sharect i {
	color: #fff;
	font-size: 18px
}
.penci-sharect>div>div {
	vertical-align: top;
	margin: 0 10px !important
}
.penci-sharect-arrow {
	position: absolute;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #fff;
	bottom: -6px;
	left: 50%;
	right: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0
}
.entry-content ::selection {
	background-color: var(--pcheading-cl);
	color: #fff
}
.penci-social-fixed-share.post-share {
	position: fixed;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	width: 40px;
	white-space: break-spaces;
	display: none;
	margin-bottom: 0
}
.penci-social-fixed-share.post-share .post-share-item {
	font-size: 18px
}
.penci-social-fixed-share.post-share.pos-right {
	left: auto;
	right: 20px
}
.penci-social-fixed-share.share-style-1 .post-share-item {
	margin: 0 !important
}
.penci-single-block.inview .penci-social-fixed-share.post-share {
	opacity: 1;
	display: block
}
.penci-social-fixed-share.post-share .post-share-item:last-child {
	margin-bottom: 0 !important
}
.penci-social-fixed-share.share-style-2 .post-share-item,
.penci-social-fixed-share.share-style-3 .post-share-item {
	border-radius: 50%
}
.penci-social-fixed-share.share-style-3 .post-share-item {
	background: var(--pcbg-cl);
	border: 1px solid var(--pcborder-cl);
	box-shadow: 1px 1px 1px 0 rgba(55, 55, 55, .1);
	transition: .3s all ease-in-out;
	line-height: 38px
}
.penci-social-fixed-share.share-style-3 .post-share-item:hover {
	background: #f1f1f1
}
.widget .categories-block ul li {
	padding: 0;
	margin: 0;
	overflow: hidden
}
.categories-block .category-title {
	font-weight: 700;
	white-space: nowrap
}
.categories-block .category-count {
	border-radius: 100%;
	background-color: var(--pcaccent-cl);
	color: #fff;
	min-width: 34px;
	text-align: center;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	display: inline-block
}
.categories-block.categories-block-vertical li {
	text-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.categories-block.categories-block-vertical li a {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 210px;
	width: 100%
}
.categories-block.categories-block-horizontal a {
	gap: 10px
}
.categories-block.categories-block-horizontal .category-title {
	-webkit-flex-grow: 2;
	-ms-flex-positive: 2;
	flex-grow: 2
}
.categories-block ul {
	--gap: 10px;
	--col: 3;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: var(--gap);
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.categories-block.cols-2 ul {
	--col: 2;
}
.categories-block.cols-4 ul {
	--col: 4;
}
.categories-block.cols-5 ul {
	--col: 5;
}
.categories-block ul.categories-layout-scroll {
	overflow: auto;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-bottom: 30px
}
.categories-block ul.categories-layout-scroll li {
	min-width: 210px;
	text-align: center
}
.categories-block ul.categories-layout-scroll li a {
	min-width: 210px
}
.categories-block ul.categories-layout-wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.categories-block ul.categories-layout-wrap.categories-wrap-1 li {
	-webkit-flex-basis: 60%;
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
	background-color: rgba(0, 0, 0, .1);
	border: 0
}
.categories-block ul.categories-layout-wrap.categories-wrap-2 li {
	-webkit-flex-basis: 45%;
	-ms-flex-preferred-size: 45%;
	flex-basis: 45%
}
.categories-block ul.categories-layout-wrap.categories-wrap-3 li {
	-webkit-flex-basis: 30%;
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%
}
.categories-block li {
	background: rgba(0, 0, 0, .02);
	transition: .15s;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border-radius: 5px
}
.categories-block li.has-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}
.categories-block li.has-bg:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	transition: opacity .2s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .6);
	border-radius: 5px
}
.categories-block li.has-bg:hover:after {
	opacity: .7
}
.categories-block li.has-bg .category-title {
	color: #fff;
	font-size: 16px
}
.categories-block li.has-bg .category-desc {
	color: #fff;
	text-align: center;
	font-size: 12px;
}
.categories-block li a {
	padding: 10px 20px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	z-index: 1;
	gap: 5px
}
.categories-block li a:hover {
	text-decoration: none !important
}
.categories-block .penci-image-holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: transform 1s, filter 2s ease-in-out;
	transform: scale(1.2)
}
.categories-block li:hover .penci-image-holder {
	transform: scale(1)
}
ul.pc-advanced-cat li {
	position: relative
}
ul.pc-advanced-cat li .indicator {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	cursor: pointer
}
ul.pc-advanced-cat.toggle-enable li .category-item-count {
	margin-right: 30px
}
.pc-cat-archive {
	margin-bottom: 60px
}
.pc-cat-archive ul {
	flex-wrap: wrap;
	justify-content: flex-start
}
.pc-cat-archive li {
	-webkit-flex-basis: calc((100% - (var(--gap) * (var(--col) - 1))) / var(--col));
	-ms-flex-preferred-size: calc((100% - (var(--gap) * (var(--col) - 1))) / var(--col));
	flex-basis: calc((100% - (var(--gap) * (var(--col) - 1))) / var(--col));
}
.pc-cat-archive li a {
	justify-content: center;
	flex-direction: column;
	min-width: 150px;
	width: 100%;
	position: relative;
	z-index: 3;
	padding: 20px 10px
}
.pc-cat-archive .category-count {
	background: var(--pcbg-cl);
	color: var(--pcheading-cl);
	font-size: 14px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .6)
}
.popularpost_list,
.widget .popularpost_list {
	padding-left: 0
}
.popularpost_item {
	display: block;
	position: relative;
	margin-bottom: 20px;
	padding-left: 60px
}
.popularpost_list.columns-format {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0
}
.popularpost_list.columns-format .popularpost_item {
	flex: 0 0 auto;
	width: calc(100% / 3);
	padding-right: 15px
}
.popularpost_list.columns-format.col-2 .popularpost_item {
	width: 50%
}
.popularpost_list.columns-format.col-4 .popularpost_item {
	width: 25%
}
.popularpost_list.columns-format.col-5 .popularpost_item {
	width: 20%
}
@media only screen and (max-width:960px) {
	.popularpost_list.columns-format.t-col-1 .popularpost_item {
		width: 100%;
		padding-right: 0
	}
	.popularpost_list.columns-format .popularpost_item,
	.popularpost_list.columns-format.t-col-2 .popularpost_item {
		width: 50%
	}
	.popularpost_list.columns-format.t-col-3 .popularpost_item {
		width: calc(100% / 3)
	}
}
@media only screen and (max-width:479px) {
	.popularpost_list.columns-format .popularpost_item,
	.popularpost_list.columns-format.m-col-1 .popularpost_item {
		width: 100%;
		padding-right: 0
	}
	.popularpost_list.columns-format.m-col-2 .popularpost_item {
		width: 50%
	}
}
.widget ul.popularpost_list.columns-format>li.popularpost_item:last-child {
	border-bottom: 1px solid var(--pcborder-cl);
	margin-bottom: 11px;
	padding-bottom: 12px
}
.popularpost_item .pcpopular_new_post_title {
	font-size: 14px;
	margin: 0 0 5px
}
.popularpost_item .pcpopular_new_post_title a {
	color: var(--pcheading-cl);
	font-size: inherit
}
.popularpost_item .pcpopular_new_post_title a:hover {
	text-decoration: none;
	color: var(--pcaccent-cl)
}
.popularpost_item .pcpopular_new_post_title a:before {
	content: attr(data-num);
	position: absolute;
	font-size: 18px;
	text-align: center;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-style: italic;
	background: #e6e6e6;
	padding: 10px;
	border-radius: 100%;
	box-sizing: content-box;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei)
}
.popularpost_item:hover .pcpopular_new_post_title a:before {
	background: var(--pcaccent-cl);
	color: #fff
}
.popularpost_item.first {
	padding-left: 0;
	padding-bottom: 15px;
	border-bottom: 3px solid var(--pcborder-cl)
}
.popularpost_item.first .pcpopular_new_post_title a::before {
	transform: scale(1.15)
}
.popularpost_list.columns-format .popularpost_item.first .pcpopular_new_post_title a::before {
	transform: none
}
.popularpost_item.first .pcpopular_new_post_title {
	font-size: 18px;
	font-weight: 700;
	margin: 15px auto 15px;
	line-height: 1.25;
	position: relative
}
.popularpost_item.first .pcpopular_new_post_title,
.popularpost_item.first .popularpost_meta {
	padding-left: 60px
}
.popularpost_meta {
	font-size: 13px;
	color: var(--pcmeta-cl)
}
.widget ul li .popularpost_meta a {
	font-size: inherit
}
.post-related .swiper-slide,
.swiper-multi-items .swiper-slide {
	transition-timing-function: cubic-bezier(.76, .09, .215, 1)
}
.slider-41-wrapper {
	display: flex;
	flex-direction: column;
	min-height: 310px
}
.slider-41-wrapper ul {
	margin-bottom: 0 !important
}
.slider-41-swiper {
	position: relative;
	flex-grow: 1;
	padding: 0;
	display: flex;
	margin-top: -1px;
	overflow: hidden
}
.slider-41-wrapper+.section,
.slider-41-wrapper+.section-wrap {
	z-index: 4
}
.slider-41-wrapper .actueel-header {
	flex-grow: 1;
	padding: 0;
	display: flex
}
.slider-41-item {
	padding-top: 120px;
	padding-bottom: 160px;
	display: flex;
	align-items: center;
	position: relative;
	flex-grow: 1
}
.slider-41-wrapper .container {
	width: calc(var(--pcctain) - 120px)
}
.slider-41-item .thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 5px);
	border-radius: 5px;
	background: #000
}
.slider-41-item .thumbnail .dark-overlay {
	background: rgba(0, 0, 0, .5)
}
.slider-41-item .row .flex-col:nth-child(1) {
	display: flex;
	flex-direction: column;
	gap: 2em
}
.slider-41-item .small-title {
	color: #fff
}
.slider-41-item h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	min-height: calc(2em * 1.15);
	color: #fff;
	font-size: 28px;
	font-weight: bolder
}
.slider-41-item h3 a {
	color: inherit;
	font-weight: inherit
}
.slider-41-item .row .flex-col:nth-child(1) .tags {
	padding-top: .3em
}
.slider-41-item .tags .single-tag {
	color: #fff
}
.slider-41-item .tags .single-tag.light-medium {
	background: #fff
}
.slider-41-item .row .flex-col:nth-child(2) {
	display: flex;
	flex-direction: column;
	gap: 2.5em
}
.slider-41-item .author-box {
	background: rgba(0, 0, 0, .75);
	padding: 15px;
	border-radius: 15px;
	max-width: 190px
}
.slider-41-item .author-box h4 {
	color: #fff
}
.slider-41-swiper .swiper-pagination {
	position: absolute
}
.slider-41-swiper .fixed-items {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding-top: 120px;
	padding-bottom: 120px
}
.slider-41-swiper .fixed-items .container {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	height: 100%;
	position: relative
}
.slider-41-swiper .fixed-items .flex-col:nth-child(2) {
	display: flex;
	justify-content: flex-end
}
.slider-41-swiper .fixed-items .btn {
	z-index: 1;
	transform: translateY(120px)
}
.slider-41-swiper .readmore {
	background: #000;
	color: #fff;
	border-radius: 50px;
	padding: 0 15px;
	line-height: 35px;
	font-size: 13px;
	display: inline-block
}
.slider-41-swiper .featured-cat a {
	color: #fff
}
@media screen and (max-width:1024px) {
	.slider-41-item .row .flex-col:nth-child(2) {
		display: none
	}
	.slider-41-item .row .flex-col:nth-child(1) {
		gap: 1.5em
	}
	.slider-41-item h1 {
		-webkit-line-clamp: 3;
		line-clamp: 3;
		min-height: calc(3em * 1.15)
	}
	.slider-41-wrapper {
		min-height: 550px
	}
	.slider-41-item {
		padding-top: 120px;
		padding-bottom: 180px
	}
}
.featured-style-41 .swiper-container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	position: relative;
	flex-grow: 1;
	width: 100%
}
.featured-style-41 .swiper-wrapper {
	flex-grow: 1;
	position: relative;
	width: 100%;
	-webkit-transform-style: preserve-3d;
	transition-timing-function: cubic-bezier(.5, 0, .1, 1);
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0)
}
.featured-style-41 .swiper-slide {
	position: relative;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0)
}
.featured-style-41 .swiper-container .swiper-pagination {
	position: relative;
	width: 100%;
	display: flex;
	bottom: unset;
	left: unset;
	gap: .5em
}
.featured-style-41 .swiper-container .swiper-pagination-bullet {
	height: 1em;
	position: relative;
	border-radius: 0;
	margin: unset;
	width: 100%;
	background-color: transparent;
	display: flex;
	opacity: 1;
	flex-direction: column;
	justify-content: center
}
.featured-style-41 .swiper-container .swiper-pagination-bullet::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .7);
	opacity: .4;
	position: absolute
}
.featured-style-41 .swiper-container .progress {
	height: 2px;
	position: absolute;
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
	transform: scaleX(0);
	transform-origin: left top;
	opacity: 0;
	transition: opacity .3s ease-in-out
}
.featured-style-41 .swiper-container .swiper-pagination-bullet-active .progress {
	opacity: 1
}
.slider-41-item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}
.slider-41-item img.overlay,
.slider-41-item video.overlay {
	object-fit: cover
}
.slider-41-item .penci-fslider-fmeta .featured-slider-excerpt {
	margin-top: 30px
}
.slider-41-item .readmore-btn {
	padding-bottom: 60px
}
.featured-style-41 .row {
	display: flex;
	flex-wrap: wrap;
	position: relative
}
.featured-style-41 .row.split.split-30-70,
.featured-style-41 .row.split.split-70-30 {
	justify-content: space-between
}
.featured-style-41 .row.split.split-30-70 .flex-col:nth-child(2),
.featured-style-41 .row.split.split-70-30 .flex-col:nth-child(1) {
	width: calc(70% - (60px * .5))
}
.featured-style-41 .row.split.split-30-70 .flex-col:nth-child(1),
.featured-style-41 .row.split.split-70-30 .flex-col:nth-child(2) {
	width: calc(30% - (60px * .5))
}
@media only screen and (max-width:1024px) {
	.featured-style-41 .row.split.split-30-70 .flex-col:nth-child(1),
	.featured-style-41 .row.split.split-30-70 .flex-col:nth-child(2),
	.featured-style-41 .row.split.split-70-30 .flex-col:nth-child(1),
	.featured-style-41 .row.split.split-70-30 .flex-col:nth-child(2) {
		width: calc(100vw - 60px);
		padding-left: 30px;
		padding-right: 30px
	}
}
.slider-40-wrapper {
	text-align: center;
	background-size: cover;
	margin-bottom: 0;
	height: 840px;
	position: relative;
	overflow: hidden
}
.featured-style-40 .nav-slider {
	margin: 0;
	position: absolute;
	left: -60px;
	right: -60px;
	z-index: 1
}
@media (max-width:1020px) and (min-width:767px) {
	.slider-40-wrapper {
		height: 720px
	}
}
@media (max-width:767px) {
	.slider-40-wrapper {
		height: 480px
	}
}
.slider-40-wrapper .container-bg-slider-40 {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 5
}
.slider-40-wrapper .container-bg-slider-40 .item-bg-slider-40 {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden
}
.slider-40-wrapper .container-bg-slider-40 .item-bg-slider-40:first-child {
	z-index: 4
}
.slider-40-wrapper .container-bg-slider-40 .item-bg-slider-40 .item-bg-slider-40-content {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}
.slider-40-wrapper .list-slider-creative {
	position: relative;
	width: 1000px;
	height: 565px
}
@media (max-width:1020px) {
	.slider-40-wrapper .list-slider-creative {
		width: 700px;
		height: 400px;
		margin-left: auto;
		margin-right: auto
	}
}
@media (max-width:767px) {
	.slider-40-wrapper .list-slider-creative {
		width: 100%;
		height: 300px
	}
}
.slider-40-wrapper .list-slider-creative .item-slider-creative {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	overflow: hidden
}
.slider-40-wrapper .list-slider-creative .item-slider-creative:first-child {
	z-index: 3
}
.slider-40-wrapper .list-slider-creative .item-slider-creative .img-container {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}
.slider-40-wrapper .list-slider-creative .item-slider-creative .img-container:before {
	content: "";
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, .6);
	transition: opacity .3s ease-in-out
}
.slider-40-wrapper .list-slider-creative .item-slider-creative .content-item-creative {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}
.slider-40-wrapper .container-slider-40 {
	width: 1000px;
	margin: 80px auto 0;
	position: relative;
	z-index: 10
}
@media (max-width:1020px) and (min-width:767px) {
	.slider-40-wrapper .container-slider-40 {
		width: 100%
	}
}
@media (max-width:767px) {
	.slider-40-wrapper .container-slider-40 {
		width: 100%
	}
}
.slider-40-wrapper .header-creative {
	position: relative
}
.slider-40-wrapper .see-all {
	position: absolute;
	right: 0;
	bottom: -2px
}
@media (max-width:767px) {
	.slider-40-wrapper .see-all.visible-xs {
		position: inherit;
		right: 0;
		bottom: 0;
		margin-top: 35px
	}
}
.slider-40-wrapper .see-all:hover {
	color: #44c8e6
}
.slider-40-wrapper .galery-slider-40 {
	position: relative
}
@media (max-width:1020px) and (min-width:767px) {
	.slider-40-wrapper .galery-slider-40 {
		margin-top: 27px
	}
	.featured-style-40 .nav-slider {
		left: 30px;
		right: 30px
	}
}
@media (max-width:767px) {
	.slider-40-wrapper .galery-slider-40 .slider-creative {
		margin-bottom: 0;
		padding: 0 60px
	}
	.featured-style-40 .nav-slider {
		left: 10px;
		right: 10px
	}
}
.slider-40-wrapper .galery-slider-40 .slider-creative .nav-slider-slider-40 {
	top: 50%;
	transform: translateY(-50%)
}
.slider-40-wrapper .galery-slider-40 .slider-creative .nav-slider-slider-40 .nav-slider-button .icon-arrow-left {
	margin: 0
}
@media (max-width:1020px) and (min-width:767px) {
	.slider-40-wrapper .galery-slider-40 .slider-creative .nav-slider-slider-40 {
		left: 10px;
		right: 10px
	}
}
@media (max-width:767px) {
	.slider-40-wrapper .galery-slider-40 .container-thumb-creative {
		overflow-y: scroll;
		position: relative;
		width: 100%;
		bottom: -25px;
		left: 0
	}
}
.slider-40-wrapper .nav-thumb-creative {
	width: 690px;
	padding: 10px 5px 0;
	background-color: #fff;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99
}
.slider-40-wrapper .nav-thumb-creative .swiper-slide {
	width: 25%
}
.slider-40-wrapper .nav-thumb-creative:not(.penci-owl-loaded) .thumb-container {
	display: none
}
.slider-40-wrapper .nav-thumb-creative:not(.penci-owl-loaded) .thumb-container:nth-child(1),
.slider-40-wrapper .nav-thumb-creative:not(.penci-owl-loaded) .thumb-container:nth-child(2),
.slider-40-wrapper .nav-thumb-creative:not(.penci-owl-loaded) .thumb-container:nth-child(3),
.slider-40-wrapper .nav-thumb-creative:not(.penci-owl-loaded) .thumb-container:nth-child(4) {
	display: block
}
@media (max-width:1020px) and (min-width:767px) {
	.slider-40-wrapper .nav-thumb-creative {
		padding: 10px;
		width: 100%
	}
}
@media (max-width:767px) {
	.slider-40-wrapper .nav-thumb-creative {
		left: 0;
		bottom: 0;
		position: inherit
	}
}
.slider-40-wrapper .nav-thumb-creative .thumb-container {
	position: relative;
	overflow: hidden;
	text-align: center;
	display: block
}
.slider-40-wrapper .nav-thumb-creative .thumb-container .penci-image-holder {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 3;
	-webkit-transition: transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	display: inline-block;
	vertical-align: middle
}
.slider-40-wrapper .penci-image-holder:before {
	padding-top: 66.6667% !important
}
.slider-40-wrapper .nav-thumb-creative .thumb-container:after {
	content: "";
	opacity: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	background-color: var(--pcaccent-cl);
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	z-index: 5
}
.slider-40-wrapper .nav-thumb-creative .thumb-container:hover:after {
	visibility: visible;
	opacity: .5
}
@media (max-width:1020px) and (min-width:767px) {
	.slider-40-wrapper .nav-thumb-creative .thumb-container+.thumb-container {
		margin-left: 9px
	}
}
.slider-40-wrapper .nav-thumb-creative .swiper-slide.active .penci-image-holder {
	-webkit-transform: scale(.95, .93);
	-ms-transform: scale(.95, .93);
	-o-transform: scale(.95, .93);
	transform: scale(.95, .93)
}
.slider-40-wrapper .nav-thumb-creative .swiper-slide.active .thumb-container:after,
.slider-40-wrapper .nav-thumb-creative .swiper-slide.active:hover .thumb-container:after {
	opacity: 1;
	visibility: visible;
	z-index: 0
}
.slider-40-wrapper .nav-thumb-creative .thumb-container:hover .thumb-container:after {
	z-index: 4;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	opacity: .6;
	visibility: visible
}
.slider-40-wrapper .bg-img-slider-40-background,
.slider-40-wrapper .bg-img-slider-40-behind {
	overflow: hidden;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	background-size: cover;
	background-position: center
}
.slider-40-wrapper .nav-slider-button {
	height: 34px;
	width: 34px;
	border-radius: 50%;
	float: left;
	text-align: center;
	transition: all .3s ease-in-out;
	line-height: 34px;
	padding: 0;
	background: #fff;
	color: #010101;
	opacity: .8
}
.slider-40-wrapper .nav-slider-button:hover {
	opacity: 1
}
.slider-40-wrapper .nav-slider-button i {
	font-size: 12px;
	color: inherit;
	line-height: inherit
}
.slider-40-wrapper .next-button {
	right: 0;
	float: right
}
.slider-40-wrapper .nav-thumb-creative .swiper-slide-inner {
	padding-left: 5px;
	padding-right: 5px
}
.slider-40-wrapper .nav-thumb-creative:not(.penci-owl-loaded) .swiper-slide:nth-child(4) {
	margin-right: 0
}
.penci-43-slider-item {
	width: 100%;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	position: relative;
	z-index: 5;
	overflow: hidden
}
@media (max-width:1020px) and (min-width:767px) {
	.penci-43-slider-item {
		height: 400px
	}
}
.penci-43-slider-item .img-container {
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden
}
.penci-43-slider-item .img-container .img-responsive {
	margin: 0 auto
}
.penci-43-slider-item .img-container:before {
	content: "";
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, .15)
}
.penci-43-slider-item .img-container img {
	-webkit-transition: transform 2s ease-in-out;
	-o-transition: transform 2s ease-in-out;
	transition: transform 2s ease-in-out
}
.penci-43-slider-item>div {
	width: 700px;
	margin: 0 auto;
	position: relative;
	z-index: 4
}
.penci-43-slider-item div .featured-cat a {
	color: #fff
}
.penci-43-slider-item .featured-slider-excerpt {
	margin-top: 15px
}
.penci-43-slider-item .featured-slider-excerpt p {
	margin-bottom: 0
}
@media (max-width:1020px) and (min-width:767px) {
	.penci-43-slider-item div {
		width: 550px
	}
}
@media (max-width:767px) {
	.penci-43-slider-item>div:last-child {
		width: 100%;
		padding: 10px
	}
	.penci-43-slider-item div .number-tv {
		display: block;
		margin-bottom: 14px
	}
}
@media (max-width:767px) and (max-width:767px) {
	.penci-43-slider-item div .number-tv {
		margin-bottom: 3px
	}
}
.penci-43-slider-item .title-part {
	font-size: 42px;
	margin: 0;
	font-weight: var(--pchead-wei);
	line-height: 1.2;
	color: #fff
}
.penci-43-slider-item .penci-fslider-fmeta {
	margin-top: 6px
}
.penci-43-slider-item .title-part a {
	color: inherit;
	font-size: inherit
}
.penci-43-slider-item .title-part a:hover {
	text-decoration: none
}
@media only screen and (max-width:1170px) {
	.penci-43-slider-item .title-part {
		font-size: 36px
	}
}
@media only screen and (max-width:960px) {
	.penci-43-slider-item .title-part {
		font-size: 30px
	}
	.penci-43-slider-item .featured-slider-excerpt {
		display: none
	}
}
@media only screen and (max-width:767px) {
	.penci-43-slider-item .title-part {
		font-size: 24px
	}
}
@media only screen and (max-width:479px) {
	.penci-43-slider-item .title-part {
		font-size: 20px
	}
}
.featured-area.featured-style-39 .penci-slider38-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 3
}
.featured-area.featured-style-39 .penci-image-holder {
	max-height: 450px
}
.featured-area.featured-style-39 .penci-featured-content .feat-text {
	max-width: calc(100% - 390px);
	margin: 0;
	text-align: center
}
@media only screen and (max-width:767px) {
	.featured-area.featured-style-39 .penci-featured-content .feat-text {
		max-width: 100%
	}
}
.featured-area.featured-style-39 .penci-featured-content {
	z-index: 4
}
.featured-area.featured-style-39 .penci-slider39-thumb {
	position: absolute;
	bottom: 0;
	top: 40px;
	right: 0;
	z-index: 99;
	padding: 30px;
	width: 370px;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	overflow: hidden
}
@media only screen and (max-width:1170px) {
	.featured-area.featured-style-39 .penci-featured-content .feat-text {
		max-width: calc(100% - 320px)
	}
	.featured-area.featured-style-39 .penci-slider39-thumb {
		width: 320px
	}
}
@media only screen and (max-width:767px) {
	.featured-area.featured-style-39 .penci-slider39-thumb {
		display: none
	}
}
.featured-area.featured-style-39 .penci-slider39-thumb .owl-thumb-item h3 {
	font-size: 16px;
	color: #fff;
	margin: 0;
	line-height: 1.3;
	margin-left: 90px;
	opacity: .75
}
.featured-area.featured-style-39 .penci-slider39-thumb .owl-thumb-item {
	cursor: pointer
}
.featured-area.featured-style-39 .penci-slider39-thumb .swiper-slide-thumb-active.owl-thumb-item h3 {
	opacity: 1
}
.featured-area.featured-style-39 .featured-slider-excerpt,
.featured-area.featured-style-39 .featured-slider-excerpt p {
	text-align: center
}
.featured-area.featured-style-39 .penci-slider39-thumb .owl-thumb-item .penci-image-holder {
	width: 70px;
	height: 70px;
	border: 1px solid rgba(255, 255, 255, .5);
	float: left
}
.featured-area.featured-style-39 .penci-slider39-thumb .active .owl-thumb-item .penci-image-holder {
	border-color: var(--pcaccent-cl)
}
.penci-owl-carousel-slider[data-direction=vertical]:not(.penci-owl-loaded)>div:first-child {
	display: flex;
	flex-direction: column
}
.penci-owl-carousel-slider[data-direction=vertical]:not(.penci-owl-loaded) .swiper-slide {
	flex-shrink: 0;
	width: 100% !important;
	height: auto;
	margin-bottom: 30px;
	position: relative;
	transition-property: transform;
	float: none !important
}
.swiper-mark-item {
	overflow: hidden;
	transition: all .4s ease
}
.penci-swiper-mask {
	position: relative;
	z-index: 1
}
.featured-style-45 .swiper-slide {
	overflow: hidden;
	color: #fff;
	min-height: 550px;
	transition: all .4s ease
}
.featured-style-45 .slide-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left
}
.featured-style-45 .penci-featured-content {
	top: 60px;
	left: 60px;
	bottom: 60px;
	transform: unset;
	max-width: 420px;
	display: flex;
	align-items: center;
}
.featured-style-45 .penci-featured-content .feat-text {
	max-width: 100%;
	text-align: left;
	padding: 60px;
	border-radius: 5px;
	overflow: hidden;
}
.featured-style-45 .penci-featured-content .featured-slider-overlay {
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(2px) saturate(180%);
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	box-shadow: 0 8px 32px rgba(31, 38, 135, 0.2), 
				inset 0 4px 20px rgba(255, 255, 255, 0.3);
}
.featured-style-45 .swiper-slide .penci-image-holder:before {
	padding-top: 45%;
}
.swiper-button-disabled {
	cursor: not-allowed !important;
	opacity: .5 !important
}
.post-image.stick-video-enable {
	position: fixed;
	max-width: var(--pcajs_fvw);
	width: 100%;
	height: auto;
	z-index: 99999;
	margin: 0;
	overflow: visible
}
@media only screen and (max-width:767px) {
	.post-image.stick-video-enable {
		max-width: var(--pcajs_fvmw)
	}
}
.post-image.stick-video-enable.top-right {
	top: 40px;
	right: 40px
}
.post-image.stick-video-enable.bottom-right {
	bottom: 40px;
	right: 40px
}
.post-image.stick-video-enable.top-left {
	top: 40px;
	left: 40px
}
.post-image.stick-video-enable.bottom-left {
	bottom: 40px;
	left: 40px
}
.post-image.stick-video-enable .standard-post-special_wrapper {
	display: none
}
.swiper-button-lock {
	display: none !important
}
.swiper-fade .item {
	opacity: 0;
	visibility: hidden
}
.swiper-fade .item.swiper-slide-visible {
	opacity: 1;
	visibility: visible
}
.stick-video-enable-remove {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #000;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	position: absolute;
	top: -5px;
	right: -5px;
	z-index: 99999;
	cursor: pointer;
	transition: all .3s ease-in-out
}
.stick-video-enable-remove:hover {
	background: var(--pcaccent-cl);
	color: #fff
}
.stick-video-enable-remove i {
	line-height: inherit !important
}
.swiper-cards .swiper-slide {
	opacity: .5
}
.swiper-cards .swiper-slide.active {
	opacity: 1
}
.featured-style-28 .swiper-slide {
	width: fit-content !important
}
.penci-sponsored-label {
	display: inline-block;
	padding: 1px 5px;
	background-color: var(--pcaccent-cl);
	color: var(--pcbg-cl) !important;
	margin: 0 5px 0 0 !important
}
.penci-sponsored-label:before {
	content: attr(data-text)
}
.penci-sponsored-logo img {
	display: inline-block;
	max-height: 20px;
	width: auto;
	vertical-align: middle;
	margin-left: 5px
}
.penci-csublist.cat {
	margin-top: 10px
}
.penci-csublist.cat>a.penci-cat-name {
	font-size: 16px
}
.penci-mtp-filters-wrapper {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	--spacing: 30px;
	--sidebar: 25%;
	--listspc: 0
}
.penci-mtp-filters-terms {
	width: var(--sidebar);
	padding-right: var(--spacing)
}
.penci-mtp-filters-posts {
	width: calc(100% - var(--sidebar));
	border-left: 1px solid var(--pcborder-cl);
	padding-left: var(--spacing)
}
.penci-mtp-filters-wrapper.pctp-right {
	flex-direction: row-reverse
}
.penci-mtp-filters-wrapper.pctp-right .penci-mtp-filters-terms {
	padding-right: 0;
	padding-left: var(--spacing)
}
.penci-mtp-filters-wrapper.pctp-right .penci-mtp-filters-posts {
	border-right: 1px solid var(--pcborder-cl);
	padding-right: var(--spacing);
	border-left: 0;
	padding-left: 0
}
.penci-mtp-filters-wrapper.pctp-top {
	flex-direction: column
}
.penci-mtp-filters-wrapper.pctp-top .penci-mtp-filters-posts,
.penci-mtp-filters-wrapper.pctp-top .penci-mtp-filters-terms {
	width: 100%;
	border: 0;
	padding: 0
}
.penci-mtp-filters-wrapper.pctp-top .penci-mtp-filters-posts {
	border-top: 1px solid var(--pcborder-cl);
	padding-top: var(--spacing);
	margin-top: var(--spacing)
}
.penci-mtp-filters-wrapper.pctp-top .penci-mtp-filters-terms {
	display: flex;
	flex: 1;
	overflow: auto
}
.penci-mtp-filters-wrapper.pctp-top .penci-mtp-filters-terms ul {
	display: flex;
	flex-shrink: 0
}
.penci-mtp-filters-terms ul {
	background: #f5f5f5
}
.penci-mtp-filters-terms ul,
.penci-mtp-filters-terms ul li {
	list-style: none;
	margin: 0;
	padding: 0
}
.penci-mtp-filters-terms ul li:not(:last-child) {
	list-style: none
}
.penci-mtp-filters-terms ul li a:hover {
	text-decoration: none
}
.penci-mtp-filters-posts.layout-list .pcsl-inner .pcsl-item:not(:last-child) {
	padding-bottom: var(--pcsl-bgap);
	border-bottom: 1px solid var(--pcborder-cl)
}
.penci-mtp-filters-terms ul li:not(:last-child) {
	margin-bottom: var(--listspc)
}
.penci-mtp-filters-terms ul li a {
	padding: 0 20px 0 40px;
	position: relative;
	background: 0 0;
	display: flex;
	justify-content: space-between;
	line-height: 45px;
	color: var(--pcheading-cl);
	font-weight: var(--pchead-wei);
	font-family: var(--pchead-font);
	font-size: 16px
}
.penci-mtp-filters-terms ul li a.added,
.penci-mtp-filters-wrapper[data-filter-terms=""] ul li a[data-id=all] {
	background: var(--pcaccent-cl);
	color: #fff
}
.penci-mtp-filters-terms ul li a.added:before,
.penci-mtp-filters-wrapper[data-filter-terms=""] ul li a[data-id=all]:before {
	content: "\f111";
	font-family: penciicon;
	font-size: 14px;
	font-display: swap;
	display: inline-block;
	font-style: normal;
	font-weight: 400 !important;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 14px;
	top: 0;
	bottom: 0
}
.penci-mtp-filters-wrapper.pctp-top .penci-mtp-filters-terms ul li:not(:last-child) {
	margin-right: var(--listspc);
	margin-bottom: 0
}
.penci-mtp-filters-wrapper.pctp-top .penci-mtp-filters-terms .count {
	margin-left: 10px
}
.penci-mtp-filters-wrapper.pctp-top .penci-mtp-filters-terms .count:before {
	content: '('
}
.penci-mtp-filters-wrapper.pctp-top .penci-mtp-filters-terms .count:after {
	content: ')'
}
.penci-mtp-filters-wrapper .penci-pagination {
	margin-top: 30px;
	margin-bottom: 0
}
.penci-mtp-filters-wrapper .pcsl-inner .pcsl-iteminer {
	position: relative
}
.penci-mtp-filters-wrapper .pcsl-inner .grid-post-box-meta.pcmtf-mt-alt,
.post-entry .penci-mtp-filters-wrapper .pcsl-inner .grid-post-box-meta.pcmtf-mt-alt {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.4;
	color: var(--pcheading-cl)
}
.penci-mtp-filters-wrapper .pcsl-inner.pcmtp-ct-middle .grid-post-box-meta.pcmtf-mt-alt,
.post-entry .penci-mtp-filters-wrapper .pcsl-inner.pcmtp-ct-middle .grid-post-box-meta.pcmtf-mt-alt {
	top: 50%;
	bottom: 50%;
	transform: translateY(-50%)
}
.penci-mtp-filters-wrapper .pcsl-inner.pcmtp-ct-bottom .grid-post-box-meta.pcmtf-mt-alt,
.post-entry .penci-mtp-filters-wrapper .pcsl-inner.pcmtp-ct-bottom .grid-post-box-meta.pcmtf-mt-alt {
	top: auto;
	bottom: 0
}
.penci-mtp-filters-wrapper .pcsl-inner .grid-post-box-meta.pcmtf-mt-alt span,
.post-entry .penci-mtp-filters-wrapper .pcsl-inner .grid-post-box-meta.pcmtf-mt-alt span {
	color: inherit
}
.penci-mtp-filters-posts .pcsl-col-1.pcsl-inner .pcsl-iteminer {
	padding-right: 120px
}
.penci-mtp-filters-posts .pcsl-col-1.pcsl-inner.no-date .pcsl-iteminer {
	padding-right: 0
}
.penci-mtp-filters-posts .pcsl-col-1.pcsl-inner .grid-post-box-meta.pcsl-meta:not(.pcmtf-mt-alt) .sl-date {
	display: none;
}
.penci-mtp-filters-close,
.penci-mtp-filters-mobile {
	display: none
}
.pencif-contact-form-wrapper {
	width: 100%;
}
.pencif-contact-form-wrapper .pencif-button-full-width {
	width: 100%;
}
.pencif-contact-form .elementor-field-type-submit .penci-button {
	width: auto;
}
.pencif-contact-form .grecaptcha-badge {
	z-index: 999;
}
.pencif-field-group {
	margin-bottom: 15px;
}
.pencif-contact-form .pencif-field-group.pencif-margin-remove-bottom {
	line-height: 1;
}
.pencif-contact-form .pencif-field-group .pencif-checkbox {
	margin-right: 3px;
}
.pencif-contact-form .elementor-field-type-submit {
	margin-bottom: 0 !important;
}
.pencif-register-additional-message {
	font-size: 12px;
	color: #999;
}
form.pencif-2col {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	column-gap: 30px;
}
form.pencif-2col .pencif-col {
	flex: 1 1 auto;
}
form.pencif-name-inline  {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}
form.pencif-name-inline .pencif-field-group {
	width: 100%;
}
form.pencif-name-inline .pencif-field-normal {
	width: 49%;
}
.pencif-field-group > label {
	display: block;
}
.pencif-text-notice {
	padding-left: 15px;
	margin-bottom: 15px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	width: 100%;
}
.pencif-text-warning {
	background: red;
	color: #fff
}
.pencif-text-warning {
	background: yellow;
	color: #fff
}
.pencif-text-success {
	background: #dcffb4;
	color: #595959
}
.pencif-contact-form.loading .pencif-button:before {
    content: "\f110";
    font-family: "penciicon";
}
.pencif-contact-form.loading .pencif-button {
    position: relative;
}
.pencif-contact-form.loading .pencif-button:before {
    opacity: 1;
    transition: opacity .2s ease;
    content: "";
    display: inline-block;
    border: 1px solid #bbb;
    border-left-color: #fff;
    border-top-color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    z-index: 9;
    animation: penci-menu-rotate .35s infinite linear
}
.pencif-contact-form.loading .pencif-button {
    color: transparent !important;
}
.pencif-contact-form.loading input,
.pencif-contact-form.loading textarea {
	pointer-events: none;
	opacity: 0.5;
}
@media screen and (max-width: 1169px) {
	.penci-mtp-filters-posts .pcsl-col-1.pcsl-inner .pcsl-iteminer {
		padding-right: 0;
	}
	.penci-mtp-filters-wrapper .pcsl-inner .grid-post-box-meta.pcmtf-mt-alt,
	.post-entry .penci-mtp-filters-wrapper .pcsl-inner .grid-post-box-meta.pcmtf-mt-alt {
		display: none;
	}
	.penci-mtp-filters-posts .pcsl-col-1.pcsl-inner .grid-post-box-meta.pcsl-meta:not(.pcmtf-mt-alt) .sl-date {
		display: inline-block;
	}
}  
@media only screen and (max-width:767px) {
	.penci-mtp-filters-posts .theiaStickySidebar,
	.penci-mtp-filters-terms .theiaStickySidebar {
		position: static !important
	}
	.penci-mtp-filters-mobile.active {
		display: none
	}
	.penci-mtp-filters-main.active {
		display: block;
		margin-bottom: 30px
	}
	.penci-mtp-filters-wrapper {
		flex-direction: column
	}
	.penci-mtp-filters-main {
		display: none
	}
	.penci-mtp-filters-wrapper .penci-mtp-filters-posts,
	.penci-mtp-filters-wrapper .penci-mtp-filters-terms {
		width: 100%;
		border: 0;
		padding: 0
	}
	.penci-mtp-filters-close.active,
	.penci-mtp-filters-mobile {
		display: block;
		padding: 10px 40px;
		border: 1px solid var(--pcborder-cl);
		margin-bottom: 30px;
		position: relative
	}
	.penci-mtp-filters-close.active:after,
	.penci-mtp-filters-mobile:after {
		content: "\f11c";
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		font-family: penciicon
	}
	.penci-mtp-filters-close.active {
		border-bottom: 0;
		margin-bottom: 0
	}
	.penci-mtp-filters-close.active:after {
		content: "\f110"
	}
	.penci-mtp-filters-wrapper .pcsl-inner .grid-post-box-meta.pcmtf-mt-alt span,
	.post-entry .penci-mtp-filters-wrapper .pcsl-inner .grid-post-box-meta.pcmtf-mt-alt span {
		font-size: 12px
	}
	.list-post-3 .content-list-right,
	.penci-grid li.list-post-3 .item > .thumbnail {
		width: 100%;
	}
	.list-post-3 .content-list-right {
		margin: -20px 10px 0;
	}
	.penci-post-share-box-btn {
		bottom: 30px;
	}
	form.pencif-2col .pencif-col {
		max-width: 100%;
	}
	form.pencif-2col .pencif-col .pencif-field-group {
		margin-bottom: 15px;
	}
	.pcrlt-style-5 .penci-related-grid-display .related-content::before {
		left: 0;
		right: 0;
	}
}
.pcstyle-style-1 .container-single .post-entry .post-tags a {
	align-items:center;
	background-color:transparent;
	border:1px solid var(--pcborder-cl);
	border-radius:10px;
	color: var(--pcheading-cl);
	font-size: 13px;
	justify-content:center;
	line-height:25px;
	padding:0 15px;
	position:relative;
	transition:.2s ease-in-out;
	z-index:2;
}
.pcstyle-style-1 .container-single .post-entry .post-tags a:before {
	background-color:var(--pcaccent-cl);
	border-radius:100%;
	display: inline-block;
	height:9px;
	margin-right:5px;
	content: '';
	width:9px;
	vertical-align: middle;
}
.pcstyle-style-2 .container-single .post-entry .post-tags a {
	border: 0;
	padding-left: 0;
	padding-right: 0;
	font-weight: bold;
	font-size: 14px !important;
}
.pcstyle-style-2 .container-single .post-entry .post-tags a:hover {
	background: transparent;
	color: var(--pcaccent-cl);
}
.pcstyle-style-2 .container-single .post-entry .post-tags a:before {
	margin-right:2px;
	content: '#';
	opacity: 0.5;
}
.pcstyle-style-3 .container-single .post-entry .post-tags a {
	text-transform: none;
	border-radius: 4px;
	border: 0;
	background: #f1f1f1;
	font-size: 14px !important;
	color: var(--pcheading-cl);
}
.pcstyle-style-3 .container-single .post-entry .post-tags a:hover {
	background: var(--pcaccent-cl);
	color: #fff;
}
.pcstyle-style-4 .container-single .post-entry .post-tags a {
	text-transform: none;
	border-radius: 3px;
	line-height: 20px;
	padding: 6px 15px 6px 12px;
	border: 0;
	background: #f1f1f1;
	font-size: 14px !important;
	color: var(--pcheading-cl);
	position: relative;
	overflow: hidden;
}
.pcstyle-style-4 .container-single .post-entry .post-tags a:before {
	background: var(--pctext-cl);
	border-radius: 10px;
	content: '';
	height: 6px;
	left: 10px;
	width: 6px;
	display: inline-block;
	margin-right: 5px;
	opacity: 0.5;
}
.pcstyle-style-4 .container-single .post-entry .post-tags a:after {
	background: var(--pcbg-cl);
	border-bottom: 16px solid transparent;
	border-left: 10px solid #f1f1f1;
	border-top: 17px solid transparent;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
.pcstyle-style-4 .container-single .post-entry .post-tags a:hover {
	background: var(--pcaccent-cl);
	color: #fff;
}
.pcstyle-style-4 .container-single .post-entry .post-tags a:hover:after {
	border-left-color: var(--pcaccent-cl);
}
.pcstyle-style-5 .container-single .post-entry .post-tags a {
	background-color: var(--pcaccent-cl);
	-webkit-border-radius: 4px 3px 3px 4px;
	-moz-border-radius: 4px 3px 3px 4px;
	border-radius: 4px 3px 3px 4px;
	position: relative;
	color: #fff;
	zoom: 1;
	line-height: 22px;
	padding: 0 8px 0 10px;
	margin: 4px 4px 4px 8px;
	border:0;
}
.pcstyle-style-5 .container-single .post-entry .post-tags a:before {
	content: "";
	position: absolute;
	left: -5px;
	top: 1px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 6px solid var(--pcaccent-cl);
	border-bottom: 10px solid transparent;
}
.post-tags.penci-post-sources {
	margin-top: 5px;
}
.penciwp-notice-form {
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: rgba(55,55,55,0.8);
}
.penciwp-notice-form .penciwp-notice-form-inner {
    max-width: 450px;
    position: relative;
    padding: 30px;
    margin: 30px;
    width: 100%;
    text-align: center;
    background: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 2px 2px 2px rgba(55,55,555,0.2);
}
.pcwp-close-btn {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    background: var(--pcaccent-cl);
    top: -15px;
    right: -15px;
    color: #fff;
    line-height: 30px;
    font-size: 10px;
    border-radius: 50%;
    transition: 0.3s all ease-in-out;
}
.pcwp-close-btn:hover {
    opacity: 0.8;
}
.pcwp-close-btn:before {
    content: "\f110";
    font-family: "penciicon";
}
.mc4wp-form.loading .msubmit {
    position: relative;
}
.mc4wp-form.loading .msubmit:before {
    opacity: 1;
    transition: opacity .2s ease;
    content: "";
    display: inline-block;
    border: 1px solid #bbb;
    border-left-color: #fff;
    border-top-color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    z-index: 9;
    animation: penci-menu-rotate .35s infinite linear
}
.mc4wp-form.loading .msubmit input {
    color: transparent !important;
}
.penci-sg-cth:not(.show-full) {
	position: relative;
}
.penci-sg-cth:not(.show-full):after {
	content: '';
	background: var(--pcbg-cl);
	background: linear-gradient(0deg, var(--pcbg-cl) 0%, transparent 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 120px;
	z-index: 1;
	display: block;
}
.penci-sg-cth .penci-btn-more-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.container-single .penci-sg-cth .penci-btn-more-content a,
.post-entry .penci-sg-cth .penci-btn-more-content a {
	font-weight: var(--pchead-wei);
	font-family: var(--pchead-font);
	position: relative;
	z-index: 3;
	color: var(--pcbg-cl);
	background: var(--pcaccent-cl);
	display: inline-block;
	padding: 0 20px;
	line-height: 35px;
}
.container-single .penci-sg-cth .penci-btn-more-content a:hover,
.post-entry .penci-sg-cth .penci-btn-more-content a:hover {
	opacity: 0.8;
	text-decoration: none;
}
@-webkit-keyframes fadeInZoom {
	from {
		opacity: 0;
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInZoom {
	from {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		-webkit-filter: blur(5px);
		filter: blur(5px);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-filter: blur(0);
		filter: blur(0);
	}
}
.pclz-effs .penci-lazy,
.pclz-effs .thumbnail,
.pclz-effs .standard-post-image {
	overflow: hidden;
}
.pclz-style-1 .penci-lazy.pcloaded,
.pclz-style-1 .thumbnail .pcloaded,
.pclz-style-1 .standard-post-image .pcloaded {
	opacity: 1;
	animation: fadeIn 0.3s ease-in;
}
.pclz-style-2 .penci-lazy.pcloaded,
.pclz-style-2 .thumbnail .pcloaded,
.pclz-style-2 .standard-post-image .pcloaded {
	opacity: 1;
	animation: fadeInZoom 0.3s ease-in;
}
.pclz-style-3 .penci-lazy,
.pclz-style-3 .thumbnail .penci-lazy,
.pclz-style-3 .standard-post-image .penci-lazy {
	-webkit-filter: blur(30px);
	filter: blur(30px);
	transition: filter 400ms, -webkit-filter 400ms;
}
.pclz-style-3 .penci-lazy.pcloaded,
.pclz-style-3 .thumbnail .pcloaded,
.pclz-style-3 .standard-post-image .pcloaded {
	-webkit-filter: blur(0);
	filter: blur(0);
}
.pclz-effs .swiper-slide .penci-lazy {
	overflow: initial;
}
.pclz-style-1 .swiper-slide .penci-lazy:not(.lazyloaded),
.pclz-style-2 .swiper-slide .penci-lazy:not(.lazyloaded),
.pclz-style-3 .swiper-slide .penci-lazy:not(.lazyloaded) {
	animation: pencipreload .6s infinite linear forwards;
}
.pclz-style-3 .swiper-slide .penci-lazy:not(.pcloaded) {
	-webkit-filter: unset;
	filter: unset;
}
.pclz-style-1 .swiper-slide .penci-lazy.pcloaded,
.pclz-style-2 .swiper-slide .penci-lazy.pcloaded,
.pclz-style-3 .swiper-slide .penci-lazy.pcloaded {
	animation: unset;
	-webkit-filter: unset;
	filter: unset;
}
body.loading-posts #main .pcft-elers-wrapper,
body.loading-posts #main .theiaStickySidebar > ul,
body.loading-posts #main .theiaStickySidebar .post,
body.loading-posts #main .theiaStickySidebar section,
body.loading-posts #main .theiaStickySidebar > div:not(.archive-box) {
	opacity: 0.7;
}
body.loading-posts #main .pcft-elers-wrapper,
body.loading-posts #main .archive-box,
body.home.loading-posts #main .penci-wrapper-data {
	position: relative
}
body.loading-posts .pcft-elers-wrapper .penci-loader-effect,
body.loading-posts #main .penci-loader-effect {
	display: block;
	top: 200px;
	opacity: 1 !important;
	transform: translateX(-25px);
}
body.loading-posts .pcft-elers-wrapper .penci-loader-effect,
body.loading-posts #main .pcft-elers-wrapper .penci-loader-effect {
	transform: unset;
}
body.home.loading-posts #main .theiaStickySidebar > .penci-wrapper-posts-content {
	opacity: 1;
}
body.home.loading-posts #main .penci-wrapper-data > * {
	opacity: 0.7;
}
.penci-advanced-map {
	height: 100%;
	--mheight: 360px;
	--search-height: 80px;
}
.penci-advanced-map .penci-grid-wrap {
	display: block
}
.penci-advanced-map .penci-advanced-map-wrapper {
	width: 100%
}
.penci-advanced-map .penci-gmap-lists-wrapper {
	width: 100%
}
.penci-advanced-map .penci-gmap-lists {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 300px;
	overflow: auto
}
.penci-gmap-lists-wrapper {
	background: var(--pcbg-cl)
}
.penci-gmap-lists-wrapper .penci-gmap-search-wrapper {
	margin-bottom: 0;
	border-bottom: 1px solid var(--pcborder-cl);
}
.penci-gmap-lists-wrapper .penci-gmap-search-wrapper .penci-search-default {
	padding: 0 20px;
	display: flex;
	align-items: center;
	height: var(--search-height);
	width: 100%
}
.penci-gmap-lists-wrapper .penci-gmap-search-wrapper .penci-search-default .search-box {
	width: 100%
}
.penci-advanced-map .penci-gmap-list-item {
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--pcborder-cl);
	padding: 16px 20px;
	cursor: pointer;
}
.penci-advanced-map .penci-gmap-list-item:nth-last-child(1) {
	border-bottom: 0
}
.penci-advanced-map .penci-gmap-list-item:nth-last-child(1) {
	margin-bottom: 0
}
.penci-advanced-map .scroll-content {
	display: flex;
	height: 100%;
	flex-direction: column
}
.penci-advanced-map .penci-title {
	font-size: 16px;
	color: var(--pcheading-cl);
	margin-bottom: 10px;
}
.penci-advanced-map .penci-phone,
.penci-advanced-map .penci-web,
.penci-advanced-map .penci-place {
	font-size: 12px;
	line-height: 1.6;
	color: var(--pcmeta-cl);
	display: block;
}
.penci-advanced-map .penci-phone {
	margin-top: 5px;
}
.penci-advanced-map .form-control {
	height: 40px;
	width: 100%;
	text-transform: capitalize;
	padding: 0 13px;
	border: 1px solid var(--pcborder-cl);
	font-size: 12px;
	outline: none;
	border-radius: 5px
}
.penci-advanced-map .form-control:focus {
	border: 1px solid #bdbbbb
}
.penci-advanced-map.penci-direction-left .penci-gmap-lists {
	overflow-y: auto;
	direction: rtl
}
.penci-advanced-map.penci-direction-left .penci-gmap-lists .penci-gmap-list-item {
	direction: ltr
}
.penci-advanced-map .penci-gmap-lists::-webkit-scrollbar {
	width: 5px
}
.penci-advanced-map .penci-gmap-lists::-webkit-scrollbar-track {
	background: #f1f1f1
}
.penci-advanced-map .penci-gmap-lists::-webkit-scrollbar-thumb {
	background: #c8c8c8
}
.penci-advanced-map .penci-gmap-lists::-webkit-scrollbar-thumb:hover {
	background: #afaeae
}
.penci_admap_item {
	display: none;
}
.penci_admap_item.active {
	display: block;
}
.penci_admap_item iframe {
	height: 100%;
	min-height: var(--mheight);
}
@media (min-width:768px) {
	.penci-advanced-map {
		height: var(--mheight);
		margin-bottom: 0
	}
	.penci-advanced-map.penci-direction-left .penci-grid-wrap {
		flex-direction: row-reverse
	}
	.penci-advanced-map .penci-grid-wrap {
		display: flex
	}
	.penci-advanced-map .penci-gmap-lists-wrapper {
		width: 50%;
		max-width: 350px;
		border: 1px solid var(--pcborder-cl);
		height: calc(100% - 2px);
	}
	.penci-advanced-map.penci-has-lists-search-yes .penci-gmap-lists {
		height: calc(var(--mheight) - var(--search-height))
	}
	.penci-advanced-map .penci-gmap-lists {
		height: var(--mheight)
	}
}
.widget ul.side-newsfeed.order-numbers-2.display-order-numbers .order-border-number {
	display: none;
}
.widget ul.side-newsfeed.order-numbers-2.display-order-numbers {
	counter-reset: section;
}
.widget ul.side-newsfeed.order-numbers-2.display-order-numbers li .side-item-text {
	position: relative;
}
.widget ul.side-newsfeed.order-numbers-2.display-order-numbers li .side-item-text:before {
	counter-increment: section;
	content: "#" counter(section);
	font-size: 16px;
	line-height: 1;
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei);
	color: var(--pcheading-cl);
	opacity: 0.4;
	margin-bottom: 5px;
	display: block;
}
.widget ul.side-newsfeed {
	--oboxsize: 30px;
}
.widget ul.side-newsfeed.order-numbers-3 li .order-border-number {
	position: absolute;
	background: var(--pcbg-cl);
	box-shadow: none;
	width: var(--oboxsize);
	height: var(--oboxsize);
	line-height: unset;
	border-radius: unset;
	left: 0;
	top: 15px;
}
.widget ul.side-newsfeed.order-numbers-3 li {
	padding-left: 15px;
}
.widget ul.side-newsfeed.order-numbers-3 li .number-post {
	background-color: transparent;
	border-radius: unset;
	width: inherit;
	height: inherit;
	line-height: calc(var(--oboxsize) - 2px);
	text-align: center;
	display: inline-block;
	vertical-align: top;
	color: var(--pcaccent-cl);
	font-size: 17px;
	font-family: var(--pchead-font);
	font-weight: 600;
	z-index: 3;
	border: 2px solid var(--pcaccent-cl);
}
.widget ul.side-newsfeed.order-numbers-4 li .order-border-number {
	display: none;
}
.widget ul.side-newsfeed.order-numbers-4.display-order-numbers {
	counter-reset: section;
}
.widget ul.side-newsfeed.order-numbers-4.display-order-numbers li .side-image {
	position: relative;
}
.widget ul.side-newsfeed.order-numbers-4.display-order-numbers li .side-image:before {
	counter-increment: section;
	content: counter(section);
	position: absolute;
	left: 0;
	right: auto;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	font-family: var(--pchead-font);
	color: #fff;
	font-weight: var(--pchead-wei);
	width: var(--oboxsize);
	height: var(--oboxsize);
	background: var(--pcaccent-cl);
	opacity: 0.9;
	border: 2px solid var(--pcbg-cl);
	bottom: 0;
}
.penci-slider41-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 30px;
}
.penci-slider41-main-wrapper {
	width: calc(70% - 15px);
}
.penci-slider41-thumb-wrapper {
	width: calc(30% - 15px);
}
.penci-slider41-thumb {
	height: 100% !important;
	border-bottom: 1px solid var(--pcborder-cl);
}
.penci-slider41-t-item {
	display: flex;
	justify-content: space-between;
	column-gap: 15px;
	height: 100%;
  	align-items: center;
	border-top: 1px solid var(--pcborder-cl);
	cursor: pointer;
}
.penci-slider41-t-item .pcslider-41-img {
	flex: 0 0 120px;
}
.penci-slider41-t-item .pcslider-41-ct {
	flex: 1;
}
.penci-slider41-t-item .pcslider-41-ct h3 {
	font-size: 16px;
	margin-bottom: 0;
}
.penci-slider41-main-wrapper .penci-featured-content {
	left: 0;
	right: auto;
	bottom: 0;
	top: auto;
	transform: none;
	padding: 30px;
}
.penci-slider41-main-wrapper .penci-featured-content .feat-text {
	text-align: left;
	margin: 0;
	max-width: unset;
	padding: 0;
}
.swiper-slide-thumb-active .penci-slider41-t-item h3{
	color: var(--pcaccent-cl);
}
.penci-slider41-main-wrapper .penci-featured-content {
	background: rgb(55,55,55);
	background: linear-gradient(0deg, rgba(55,55,55,1) 0%, rgba(255,255,255,0) 100%);
}
@media only screen and (max-width: 960px) {
	.penci-slider41-wrapper {
		flex-direction: column-reverse;
		row-gap: 10px;
	}
	.penci-slider41-main-wrapper,
	.penci-slider41-thumb-wrapper {
		width: 100%;
	}
	.penci-slider41-thumb-wrapper {
		border-bottom: 0;
	}
	.penci-slider41-t-item {
		flex-direction: column;
		row-gap: 10px;
		border-top: 0;
		opacity: 0.7;
	}
	.penci-slider41-t-item .pcslider-41-img,
	.penci-slider41-t-item .pcslider-41-ct {
		width: 100%;
	}
	.penci-slider41-t-item .pcslider-41-ct {
		display: none;
	}
	.swiper-slide-thumb-active .penci-slider41-t-item {
		opacity: 1;
	}
	.penci-slider41-main-wrapper .penci-featured-content {
		padding: 20px;
	}
}
.penci-slider42-wrapper {
	position: relative;
}
.penci-slider42-wrapper .penci-slider42-thumb-wrapper {
	position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
	z-index: 9;
}
.penci-slider42-t-item {
	max-width: 100%;
	height: 100%;
}
.pcslider-42-ct {
	padding: 20px;
	background: rgba(55,55,55,0.8);
	height: 100%;
	display: flex;
  	align-items: center;
	cursor: pointer;
}
.pcslider-42-ct h3 {
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
}
.swiper-slide-thumb-active .pcslider-42-ct {
	background: #fff;
}
.pcslider-42-ct h3 {
	overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
				line-clamp: 2; 
		-webkit-box-orient: vertical;
}
.swiper-slide-thumb-active .pcslider-42-ct h3 {
	color: var(--pcheading-cl);
}
.penci-slider42-thumb-wrapper .swiper-slide {
	height: auto;
	align-self: stretch;
}
.featured-area.featured-style-42 .penci-featured-content .feat-text {
	text-align: left;
}
.featured-area.featured-style-42 .penci-featured-content {
	bottom: auto;
  	top: 50%;
  	max-width: 50%;
  	transform: translateY( calc( -50% - 34px ) );
}
.featured-area.featured-style-42 .item-inner-content {
	position: relative;
	overflow: hidden;
}
.featured-style-42 .penci-owl-carousel .item-inner-content .penci-image-holder::before {
	padding-top: 45%;
}
.featured-area.featured-style-42 .item-inner-content:after {
	position: absolute;
	background: rgb(24,24,24);
	background: linear-gradient(0deg, rgba(24,24,24,1) 0%, rgba(255,255,255,0) 100%);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: '';
}
.featured-area.featured-style-42 .penci-featured-content .feat-text {
	padding: 0;
	margin: 0;
}
.featured-area.featured-style-42 .penci-featured-content .featured-slider-excerpt:before {
	width: 60px;
	height: 2px;
	content: '';
	background: var(--pcaccent-cl);
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
	.featured-area.featured-style-42 .penci-featured-content {
		max-width: 100%;
	}
	.featured-area.featured-style-42 .penci-featured-content .feat-text .featured-slider-excerpt {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.featured-area.featured-style-42 .penci-featured-content {
		max-width: 100%;
	}
	.featured-area.featured-style-42 .penci-featured-content .feat-text {
		text-align: center;
	}
	.penci-slider42-wrapper .penci-slider42-thumb-wrapper {
		left: 10px;
		right: 10px;
	}
	.pcslider-42-ct h3 {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1;
				line-clamp: 1; 
		-webkit-box-orient: vertical;
	}
	.pcslider-42-ct {
		padding: 10px 15px;
	}
	.featured-area.featured-style-42 .penci-featured-content {
		transform: translateY( calc( -50% - 20px ) );
	}
}
.featured-area.featured-style-43 .penci-image-holder:before {
	padding-top: 430px;
	transition: 0.3s all ease-in-out;
}
.featured-area.featured-style-43 .swiper-slide-fully-visible.active .wrapper-item{
	padding-left: 30px;
	padding-right: 30px;
}
.featured-area.featured-style-43 .penci-mag-featured-content {
	margin: 30px 0 0;
	opacity: 0;
	background: var(--pcbg-cl);
	padding: 30px 0 0;
	position: relative;
	transition: 0.3s all ease-in-out;
	text-align: center;
	position: absolute;
	top: auto;
	bottom: -60px;
	left: 0;
	right: 0;
}
.featured-area.featured-style-43 .penci-mag-featured-content .cat > a.penci-cat-name {
	color: var(--pcaccent-cl);
}
.featured-area.featured-style-43 .swiper-slide-fully-visible.active .penci-image-holder:before {
	padding-top: 400px;
}
.featured-area.featured-style-43 .swiper-slide-fully-visible.active .penci-mag-featured-content {
	opacity: 1;
	bottom: 0;
}
.featured-area.featured-style-43 .penci-mag-featured-content h3 a {
	color: var(--pcheading-cl);
	font-size: 22px;
	line-height: 1.3;
	text-transform: none;
}
.featured-area.featured-style-43 .penci-mag-featured-content .feat-meta a, 
.featured-area.featured-style-43 .penci-mag-featured-content .feat-meta span {
	color: var(--pcmeta-cl);
}
@media only screen and (max-width: 767px) {
	.featured-area.featured-style-43 .penci-mag-featured-content h3 a {
		font-size: 16px;
	}
	.featured-area.featured-style-43 .swiper-slide-fully-visible.active .penci-mag-featured-content {
		position: static;
		margin-top: 0;
	}
}
.penci-slider44-wrapper {
	position: relative;
}
.penci-slider44-main-wrapper .item-inner-content {
	height: 520px;
}
.penci-owl-carousel.penci-slider44-main .penci-image-holder,
.penci-block-el .penci-slider44-main-wrapper .item-inner-content {
	height: 100%;
}
.penci-slider44-main-wrapper .item {
	overflow: hidden;
}
.penci-slider44-thumb-wrapper {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	width: 340px;
	z-index: 99;
}
.penci-slider44-thumb {
	height: 100% !important;
}
.penci-slider44-t-item {
	display: flex;
	justify-content: space-between;
	column-gap: 15px;
  	align-items: center;
	cursor: pointer;
	padding: 10px;
	position: relative;
}
.penci-slider44-t-item:before {
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	position: absolute;
	z-index: 1;
	background: #000;
	opacity: .6;
}
.swiper-slide-thumb-active .penci-slider44-t-item:before {
	background: var(--pcaccent-cl);
	opacity: .85;
}
.penci-slider44-t-item > div {
	z-index: 2;
}
.penci-slider44-t-item h3 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
}
.penci-slider44-t-item .pcslider-44-img {
	flex: 0 0 120px;
}
.penci-slider44-t-item .pcslider-44-ct {
	flex: 1;
}
.penci-slider44-main-wrapper .penci-featured-content {
	left: 0;
	right: auto;
	bottom: 0;
	top: auto;
	transform: none;
}
.penci-slider44-main-wrapper .penci-featured-content .feat-text {
	text-align: left;
	margin: 0;
	max-width: unset;
}
.penci-slider44-main-wrapper .penci-featured-content {
	background: rgb(55,55,55);
	background: linear-gradient(0deg, rgba(55,55,55,1) 0%, rgba(255,255,255,0) 100%);
	padding: 30px;
}
.penci-slider44-main-wrapper .penci-featured-content .feat-text {
	max-width: calc(100% - 370px);
	padding: 0;
}
.penci-slider44-main.penci-owl-carousel .penci-owl-nav .owl-next, 
.penci-slider44-main.penci-owl-carousel .penci-owl-nav .owl-prev {
	border-radius: 0;
	top: 30px;
	left: 30px;
	margin: 0;
}
.penci-slider44-main.penci-owl-carousel .penci-owl-nav .owl-next {
	left: 70px;
}
@media only screen and (max-width: 960px) {
	.penci-slider44-wrapper {
		display: flex;
		flex-direction: column-reverse;
	}
	.penci-slider44-wrapper .penci-featured-slider-button {
		display: none;
	}
	.penci-slider44-thumb-wrapper {
		position: static;
	}
	.penci-slider44-main-wrapper .item-inner-content {
		height: auto;
	}
	.penci-slider44-main-wrapper .penci-featured-content {
		padding: 20px;
	}
	.penci-slider44-main-wrapper .penci-featured-content .feat-text {
		max-width: 100%;
	}
	.penci-slider44-thumb-wrapper {
		width: 100%;
		margin-top: 10px;
	}
	.penci-slider44-t-item .pcslider-44-img {
		flex: 0 0 50px;
	}
	.penci-slider44-t-item h3 {
		font-size: 12px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2; /* number of lines to show */
				line-clamp: 2; 
		-webkit-box-orient: vertical;
	}
	.penci-slider44-main.penci-owl-carousel .penci-owl-nav .owl-next, 
	.penci-slider44-main.penci-owl-carousel .penci-owl-nav .owl-prev {
		opacity: 0.6;
		top: 20px;
		left: 20px;
	}
	.penci-slider44-main.penci-owl-carousel .penci-owl-nav .owl-next {
		left: 60px;
	}
	.penci-slider44-wrapper .penci-owl-carousel-slider[data-direction="vertical"]:not(.penci-owl-loaded) .swiper-slide {
		margin-bottom: 0;
	}
	.penci-slider44-thumb:not(.penci-owl-loaded) .swiper-slide {
		width: 50%;
		max-width: calc( 50% - 7.5px );
	}
}
.penci-owl-carousel:not(.penci-owl-loaded) .penci-slider41-thumb-inner.swiper-wrapper > div .penci-slider41-t-item {
	padding-top: 22px;
}
.penci-owl-carousel:not(.penci-owl-loaded) .penci-slider41-thumb-inner.swiper-wrapper > div {
	margin-bottom: 26px;
}
.penci-owl-carousel:not(.penci-owl-loaded) .penci-slider42-thumb-inner {
	display: flex !important;
}
.penci-owl-carousel:not(.penci-owl-loaded) .penci-slider42-thumb-inner > div > div {
	margin-right: 15px;
}
.penci-owl-carousel:not(.penci-owl-loaded) .penci-slider42-thumb-inner {
	width: calc(100% + 15px);
}
@media only screen and (max-width: 767px) {
	.penci-owl-carousel:not(.penci-owl-loaded) .penci-slider42-thumb-inner > div {
		width: 50%;
	}
	.penci-owl-carousel:not(.penci-owl-loaded) .penci-slider41-thumb-inner.swiper-wrapper > div {
		width: calc(100%/3) !important;;
	}
	.penci-owl-carousel:not(.penci-owl-loaded) .penci-slider41-thumb-inner.swiper-wrapper > div .penci-slider41-t-item {
		padding-top: 0;
	}
}


.penci-ct-accordion {
	display: flex;
	height: 360px;
	overflow: hidden
}
.penci-ct-accordion-item {
	position: relative;
	overflow: hidden;
	flex: 1;
	transition: flex .3s
}
.pcct-ac--default .penci-ct-accordion-item,
.pcct-ac--vertical .penci-ct-accordion-item {
	text-align: center;
	text-decoration: none;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}
.pcct-ac--default .penci-ct-accordion-content:before,
.pcct-ac--vertical .penci-ct-accordion-content:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.44);
	left: 0;
	top: 0;
	transition: opacity .3s ease-in-out;
	z-index: 0;
	opacity: 0
}
.pcct-ac--default .penci-ct-accordion-item:after,
.pcct-ac--vertical .penci-ct-accordion-item:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 5px;
	background: var(--pcbg-cl);
	right: -2.5px;
	top: 0;
	z-index: 1
}
.pcct-ac--default .penci-ct-accordion-item:nth-last-child(1):after,
.pcct-ac--vertical .penci-ct-accordion-item:nth-last-child(1):after {
	opacity: 0
}
.penci-ct-accordion-item.active {
	flex: 10
}
.penci-ct-accordion-item.active .penci-ct-accordion-content:before {
	opacity: 1
}
.penci-ct-accordion-item.active .penci-ct-accordion-content * {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition: all .3s ease
}
.penci-ct-accordion-item.active .penci-ct-accordion-sub-title {
	transition-delay: .2s
}
.penci-ct-accordion-item.active .penci-ct-accordion-title {
	transition-delay: .3s
}
.penci-ct-accordion-item.active .penci-ct-accordion-text {
	transition-delay: .4s
}
.penci-ct-accordion-item.active .grid-post-box-meta {
	transition-delay: .4s
}
.penci-ct-accordion-item.active .penci-ct-accordion-button {
	transition-delay: .4s
}
.penci-ct-accordion-item.active .penci-ct-accordion-lightbox {
	opacity: 1;
	transition-delay: .4s;
	visibility: visible
}
.penci-ct-accordion-item.active .penci-ct-accordion-img:before {
	opacity: 1
}
.penci-ct-accordion-content {
	position: absolute;
	padding: 10px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%
}
.penci-ct-accordion-content * {
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px)
}
.penci-ct-accordion-sub-title {
	color: var(--pcbg-cl);
	margin-bottom: 3px;
	font-weight: 500
}
.penci-ct-accordion-sub-title a,
.post-entry .penci-ct-accordion-sub-title a {
	color: inherit;
	text-decoration: none;
}
.penci-ct-accordion-title,
.post-entry .penci-ct-accordion-title {
	font-size: 20px;
	font-weight: 700;
	color: var(--pcbg-cl);
	margin: 0
}
.penci-ct-accordion-title a,
.post-entry .penci-ct-accordion-title a {
	color: inherit;
	text-decoration: none;
}
.penci-ct-accordion-text,
.post-entry .penci-ct-accordion-text {
	color: var(--pcbg-cl);
	line-height: 1.5em;
	font-size: 15px;
	margin-top: 12px;
	padding: 0;
}
.penci-ct-accordion-item .grid-post-box-meta {
	margin: 10px 0 0;
}
.penci-ct-accordion-text p {
	margin: 0
}
.penci-ct-accordion-button {
	display: block;
	position: relative;
	margin-top: 18px;
}
.post-entry .penci-ct-accordion-button a,
.penci-ct-accordion-button a {
	display: inline-block;
	font-size: 13px;
	font-weight: var(--pchead-wei);
	font-family: var(--pchead-font);
	color: var(--pcbg-cl);
	padding: 5px 15px;
	background: var(--pcaccent-cl);
}
.penci-ct-accordion-button a:hover,
.post-entry .penci-ct-accordion-button a:hover {
	background: var(--pcbg-cl);
	color: var(--pcheading-cl);
}
.penci-ct-accordion-lightbox {
	position: absolute;
	z-index: 10;
	display: inline-flex;
	padding: 10px;
	color: var(--pcbg-cl);
	border: 1px solid var(--pcbg-cl);
	border-radius: 100px;
	opacity: 0;
	margin: 10px;
	transition: all .3s ease;
	visibility: hidden
}
.penci-ct-accordion-lightbox i {
	transition: transform .3s ease
}
.penci-ct-accordion-lightbox:hover {
	color: var(--pcbg-cl);
}
.penci-ct-accordion-lightbox:hover i {
	transform: scale(1.25)
}
.penci-ct-meta {
	margin-bottom: 20px;
}
.penci-ct-meta span,
.penci-ct-meta span a{
	color: var(--pcbg-cl);
}
.pcct-img-position--row-reverse .penci-ct-accordion-item.active .penci-ct-accordion-content {
	margin-right: 50%;
	margin-left: auto
}
.elementor-widget-penci-content-accordion .elementor-widget-container {
	overflow: hidden
}
@media only screen and (min-width:768px) {
	.penci-ct-accordion {
		height: 400px
	}
	.penci-ct-accordion-item.active {
		flex: 6
	}
	.penci-ct-accordion-title {
		font-size: 28px
	}
	.penci-ct-accordion-text {
		font-size: 16px
	}
	.penci-ct-accordion-button a {
		font-size: 14px
	}
}
@media only screen and (min-width:961px) {
	.penci-ct-accordion {
		height: 500px
	}
	.pcct-ac--vertical .penci-ct-accordion-item:after {
		width: 100% !important;
		left: 0;
		right: auto !important;
		top: auto;
		height: var(--divider-width, 5px);
		bottom: calc(var(--divider-bottom, -5px) / 2)
	}
}
@media only screen and (min-width:768px) and (max-width:1024px) {
	.pcct-ac--tablet-vertical .penci-ct-accordion-item:after {
		width: 100% !important;
		left: 0;
		right: auto !important;
		top: auto;
		height: var(--divider-width, 5px);
		bottom: calc(var(--divider-bottom, -5px) / 2)
	}
}
@media only screen and (max-width:767px) {
	.pcct-ac--mobile-vertical .penci-ct-accordion-item:after {
		width: 100% !important;
		left: 0;
		right: auto !important;
		top: auto;
		height: var(--divider-width, 5px);
		bottom: calc(var(--divider-bottom, -5px) / 2)
	}
	.pccthide-m {
		display: none !important;
	}
}
.penciimg-compare {
	position: relative;
}
.penciimg-compare .icv__icv--horizontal img {
	height: 100%;
	max-width: inherit
}
.penciimg-compare .penciimg-compare-overlay:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(55, 55, 5, 0.25);
	z-index: 3
}
.penciimg-compare .icv {
	position: relative;
	overflow: hidden;
	cursor: row-resize
}
.penciimg-compare .icv__icv--vertical {
	cursor: row-resize
}
.penciimg-compare .icv__icv--horizontal {
	cursor: col-resize
}
.penciimg-compare .icv__img {
	pointer-events: none;
	-o-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	max-width: none;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	top: 0;
	display: block
}
.penciimg-compare .icv__is--fluid .icv__img {
	display: none
}
.penciimg-compare .icv__img-a {
	height: auto;
	position: static;
	z-index: 1;
	left: 0px
}
.penciimg-compare .icv__img-b {
	height: 100%;
	position: absolute;
	z-index: 2;
	left: auto;
	right: 0px;
	width: auto
}
.penciimg-compare .icv__icv--vertical .icv__img-b {
	width: 100%;
	height: auto
}
.penciimg-compare .icv__imposter {
	z-index: 4;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%
}
.penciimg-compare .icv__wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0px;
	top: 0px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 3
}
.penciimg-compare .icv__is--fluid .icv__wrapper,
.penciimg-compare .icv__icv--vertical .icv__wrapper {
	width: 100% !important
}
.penciimg-compare .icv__is--fluid .icv__wrapper,
.penciimg-compare .icv__icv--horizontal .icv__wrapper {
	height: 100% !important
}
.penciimg-compare .icv__fluidwrapper {
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.penciimg-compare .icv__control {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	top: 0px;
	z-index: 5
}
.penciimg-compare .icv__icv--vertical .icv__control {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	left: 0;
	width: 100%
}
.penciimg-compare .icv__control-line {
	height: 50%;
	width: 2px;
	z-index: 6
}
.penciimg-compare .icv__icv--vertical .icv__control-line {
	width: 50%
}
.penciimg-compare .icv__theme-wrapper {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	-webkit-transition: all .1s ease-out 0s;
	transition: all .1s ease-out 0s;
	z-index: 5
}
.penciimg-compare .icv__icv--vertical .icv__theme-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.penciimg-compare .icv__arrow-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .1s ease-out 0s;
	transition: all .1s ease-out 0s
}
.penciimg-compare .icv__arrow-a {
	-webkit-transform: scale(1.5) rotateZ(180deg);
	transform: scale(1.5) rotateZ(180deg);
	height: 20px;
	width: 20px;
	-webkit-filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.33));
	filter: drop-shadow(0 -3px 5px rgba(0, 0, 0, 0.33))
}
.penciimg-compare .icv__arrow-b {
	-webkit-transform: scale(1.5) rotateZ(0deg);
	transform: scale(1.5) rotateZ(0deg);
	height: 20px;
	width: 20px;
	-webkit-filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.33));
	filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.33))
}
.penciimg-compare .icv__circle {
	width: 50px;
	height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 999px
}
.penciimg-compare .icv__label {
	position: absolute;
	z-index: 12;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: var(--pcbg-cl);
	font-size: 12px;
	background: rgba(255, 255, 255, 0.3);
	padding: 6px 12px;
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei);
	text-transform: uppercase;
}
.penciimg-compare .icv__label.vertical {
	bottom: auto;
	left: 50%;
	transform: translateX(-50%)
}
.penciimg-compare .icv__icv--horizontal .icv__label {
	top: 50%;
	transform: translateY(-50%)
}
.penciimg-compare .icv__label.on-hover {
	opacity: 0;
	-webkit-transition: .3s cubic-bezier(.62, .24, .60, 1.35);
	transition: .3s cubic-bezier(.62, .24, .60, 1.35)
}
.penciimg-compare .icv:hover .icv__label.on-hover {
	opacity: 1
}
.penciimg-compare .icv__label-before {
	left: 15px;
}
.penciimg-compare .icv__label-after {
	right: 15px;
}
.penciimg-compare .icv__label-before.vertical {
	top: 15px;
}
.penciimg-compare .icv__label-after.vertical {
	bottom: 15px;
	right: auto
}
.penciimg-compare .icv__body {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.penci-wrap-gprd-law.style-2 .penci-gprd-law {
	max-width: 470px;
	margin: 30px;
	padding: 20px 30px;
	background: #444;
	box-shadow: 1px 3px 6px rgba(50, 50, 50, 0.25);
}
.penci-wrap-gprd-law.style-2 .penci-gprd-law .penci-gprd-law-content {
	display: block;
	margin-bottom: 20px;
	color: #fff;
	font-size: 16px;
	line-height: 1.6;
}
.penci-wrap-gprd-law.style-2 .penci-gprd-accept,
.penci-wrap-gprd-law.style-2 .penci-gprd-law {
	line-height: 20px;
}
.penci-wrap-gprd-law.style-2 .penci-gprd-accept {
	margin-left: 0;
}
.penci-wrap-gprd-law.style-2 .penci-gprd-law .penci-gprd-more {
	color: #fff;
}
.penci-wrap-gprd-law.style-2.penci-wrap-gprd-law-close .penci-gprd-law {
	bottom: -30px;
}
.penci-wrap-gprd-law.style-3 .penci-gprd-law {
	max-width: 470px;
	margin: 30px;
	padding: 20px 30px;
	background: #eee;
  	box-shadow: 8px 8px 0px #444;
}
.penci-wrap-gprd-law.style-3 .penci-gprd-law .penci-gprd-law-content {
	display: block;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.6;
}
.penci-wrap-gprd-law.style-3 .penci-gprd-accept,
.penci-wrap-gprd-law.style-3 .penci-gprd-more {
	line-height: 20px;
}
.penci-wrap-gprd-law.style-3 .penci-gprd-accept {
	margin-left: 0;
	background: var(--pcaccent-cl);
}
.penci-wrap-gprd-law.style-3 .penci-gprd-law .penci-gprd-more {
	color: #fff;
	background: #000;
	padding: 6px 15px;
}
.penci-wrap-gprd-law.style-3.penci-wrap-gprd-law-close .penci-gprd-law {
	bottom: -30px;
}
.penci-wrap-gprd-law.style-4 .penci-gprd-law {
	max-width: 470px;
	margin: 30px;
	padding: 20px 30px;
	background: #fff;
	border: 1px solid var(--pcborder-cl);
	box-shadow: 1px 3px 6px rgba(50, 50, 50, 0.25);
}
.penci-wrap-gprd-law.style-4 .penci-gprd-law .penci-gprd-law-content {
	display: block;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.6;
}
.penci-wrap-gprd-law.style-4 .penci-gprd-accept,
.penci-wrap-gprd-law.style-4 .penci-gprd-more {
	line-height: 20px;
	display: block;
}
.penci-wrap-gprd-law.style-4 .penci-gprd-accept {
	margin-left: 0;
}
.penci-wrap-gprd-law.style-4 .penci-gprd-more {
	margin-top: 10px;
}
.penci-wrap-gprd-law.style-4.penci-wrap-gprd-law-close .penci-gprd-law {
	bottom: -30px;
}
.penci-wrap-gprd-law:not(.style-1) .penci-gdrd-show {
	right: auto;
	left: 30px;
}
.penci-a-post-subtitle {
  	margin: 0 0 10px;
  	font-weight: var(--pchead-wei);
}
.penci-a-post-subtitle.pcloop {
	pointer-events: none;
	cursor: not-allowed;
	margin: 8px 0 -2px;
	font-size: 105%;
	line-height: 1.25;
	font-weight: var(--pchead-wei);
	font-family: var(--pchead-font);
}
.penci-ajax-more-button.disable {
	pointer-events: none;
	cursor: not-allowed;
}
.penci-toc-wrapper .penci-el-toc-table-of-content ul:not(:last-child),
.post-entry
	.penci-toc-wrapper
	.penci-el-toc-table-of-content
	ul:not(:last-child) {
	border-bottom: 1px solid var(--pcborder-cl);
}
.penci-toc-wrapper .penci-el-toc-table-of-content ul li,
.post-entry .penci-toc-wrapper .penci-el-toc-table-of-content ul li {
	padding-top: 10px;
	padding-bottom: 10px;
}
.penci-toc-wrapper .penci-el-toc-table-of-content ul li:not(:last-child),
.post-entry
	.penci-toc-wrapper
	.penci-el-toc-table-of-content
	ul
	li:not(:last-child) {
	border-bottom: 1px solid var(--pcborder-cl);
}
.penci-toc-wrapper .penci-el-toc-table-of-content ul li a,
.post-entry .penci-toc-wrapper .penci-el-toc-table-of-content ul li a {
	text-decoration: none;
	color: var(--pcheading-cl);
}
.penci-toc-wrapper .penci-el-toc-table-of-content ul li a:hover,
.post-entry .penci-toc-wrapper .penci-el-toc-table-of-content ul li a:hover {
	color: var(--pcaccent-cl);
}
.penci-toc-wrapper .penci-el-toc-table-of-content ul ul,
.post-entry .penci-toc-wrapper .penci-el-toc-table-of-content ul ul {
	padding-left: 20px;
}
.penci-el-toc-wrapper,
.post-entry .penci-el-toc-wrapper {
	margin-bottom: 0;
}
.penci-owl-carousel.pcmarquee-slider:not(.penci-owl-loaded) > .swiper-wrapper > div,
.pcmarquee-slider .swiper-wrapper .swiper-slide {
	display: inline-block;
	width: auto;
	height: auto;
	margin-right: 30px;
}
.penci-owl-carousel.pcmarquee-slider:not(.penci-owl-loaded) > .swiper-wrapper > div:last-child,
.pcmarquee-slider .swiper-wrapper .swiper-slide:last-child {
	margin-right: 0;
}
.pcmarquee-slider .swiper-wrapper {
	overflow: hidden;
}
.pencisctn-sticky.pencisctn-active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	transition: all 0.3s ease-in-out;
}
.pencisctn-sticky.pencisctn-footer.pencisctn-active {
	top: auto;
	bottom: 0;
}
body.admin-bar .pencisctn-sticky.pencisctn-header.pencisctn-active {
	top: 32px;
}
.penci-mc4wp-widget.penci-mailchimp-s5 .mc4wp-form-fields,
.penci-mailchimp-s5 .widget_mc4wp_form_widget {
	--iconsize: 70px;
	border: 5px solid var(--pcborder-cl);
	padding: 40px 20px 20px;
	position: relative;
	margin-top: var(--iconsize);
}
.penci-mc4wp-widget.penci-mailchimp-s5 .mc4wp-form-fields:before,
.penci-mailchimp-s5 .widget_mc4wp_form_widget:before {
	content: "\f0e0";
	font-family: "FontAwesome";
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	color: #fff;
	width: var(--iconsize);
	height: var(--iconsize);
	background: var(--pcaccent-cl);
	position: absolute;
	border-radius: 50%;
	top: calc(-0.5 * var(--iconsize) - 5px);
	left: 50%;
	right: 50%;
	transform: translateX(-50%);
}
.penci-mailchimp-s5 .mc4wp-form input[type="submit"]:not(:hover) {
	background: var(--pcaccent-cl);
	color: var(--pcbg-cl);
}
.penci-mc4wp-widget.penci-mailchimp-s6 .mc4wp-form-fields,
.penci-mailchimp-s6 .widget_mc4wp_form_widget {
	--iconsize: 70px;
	border: 1px solid var(--pcborder-cl);
	padding: 40px 20px 20px;
	position: relative;
	margin-top: var(--iconsize);
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.04);
}
.penci-mailchimp-s6 .mc4wp-form {
	max-width: 100%;
}
.penci-mc4wp-widget.penci-mailchimp-s6 .mc4wp-form-fields:before,
.penci-mailchimp-s6 .widget_mc4wp_form_widget:before {
	content: "";
	background: url(../images/s6.svg);
	background-size: auto 60px;
	background-repeat: no-repeat;
	background-position: center center;
	width: 81px;
	height: 60px;
	position: absolute;
	top: calc(-0.5 * var(--iconsize) - 5px);
	left: 50%;
	right: 50%;
	transform: translateX(-50%) rotate(-22deg);
}
.penci-mailchimp-s6 .mc4wp-form input[type="submit"]:not(:hover) {
	background: #ffbc2c;
	color: var(--pcbg-cl);
}
.penci-mailchimp-s6 .mc4wp-form-fields {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	column-gap: 10px;
}
.penci-mailchimp-s6 .mc4wp-form-fields input {
	margin-bottom: 0;
}
.penci-mailchimp-s6 .mc4wp-form-fields > p {
	flex: 1;
}
.penci-mailchimp-s6 .mc4wp-form-fields > p:last-child,
.penci-mailchimp-s6 .mc4wp-form-fields .mdes {
	flex: 100%;
}
.penci-mc4wp-widget.penci-mailchimp-s7 .mc4wp-form-fields,
.penci-mailchimp-s7 .widget_mc4wp_form_widget {
	--iconsize: 70px;
	border: 1px solid var(--pcborder-cl);
	padding: 0 20px 20px;
	position: relative;
	margin-top: var(--iconsize);
	border-top: 5px solid #000;
}
.penci-mc4wp-widget.penci-mailchimp-s7 .mc4wp-form-fields {
	margin-top: 0;
}
.penci-mc4wp-widget.penci-mailchimp-s7 .mc4wp-form-fields:before,
.penci-mailchimp-s7 .widget_mc4wp_form_widget:before {
	content: "\f0e0";
	font-family: "FontAwesome";
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	color: #fff;
	width: var(--iconsize);
	height: var(--iconsize);
	background: #000;
	top: calc(-0.5 * var(--iconsize) - 5px);
	margin: 0 auto 40px;
}
.penci-mailchimp-s7 .mc4wp-form input[type="submit"]:not(:hover) {
	background: var(--pcaccent-cl);
	color: var(--pcbg-cl);
}
.penci-mailchimp-s7 .mc4wp-form input[type="submit"]:not(:hover) {
	background: #000;
}
.penci-mailchimp-s7 .mc4wp-form-fields {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	column-gap: 10px;
}
.penci-mailchimp-s7 .mc4wp-form-fields input {
	margin-bottom: 0;
}
.penci-mailchimp-s7 .mc4wp-form-fields > p {
	flex: 1;
}
.penci-mailchimp-s7 .mc4wp-form-fields > p:last-child,
.penci-mailchimp-s7 .mc4wp-form-fields .mdes {
	flex: 100%;
}
.penci-mc4wp-widget.penci-mailchimp-s8 .mc4wp-form-fields,
.penci-mailchimp-s8 .widget_mc4wp_form_widget {
	--iconsize: 70px;
	border: 1px solid var(--pcborder-cl);
	padding: 20px;
	position: relative;
	margin-top: var(--iconsize);
	border-top: 5px solid #ffcb5a;
}
.penci-mc4wp-widget.penci-mailchimp-s8 .mc4wp-form-fields {
	margin-top: 0;
}
.penci-mailchimp-s8 .mc4wp-form input[type="submit"]:not(:hover) {
	background: var(--pcaccent-cl);
	color: var(--pcbg-cl);
}
.penci-mailchimp-s8 .mc4wp-form input[type="submit"]:not(:hover) {
	background: #ffcb5a;
}
.penci-mc4wp-widget.penci-mailchimp-s9 .mc4wp-form-fields,
.penci-mailchimp-s9 .widget_mc4wp_form_widget {
	border: 1px solid var(--pcborder-cl);
	padding: 20px;
	position: relative;
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.04);
}
.penci-mailchimp-s9 .mc4wp-form input[type="submit"]:not(:hover) {
	background: var(--pcaccent-cl);
	color: var(--pcbg-cl);
}
.penci-mailchimp-s9 .mc4wp-form-fields {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	column-gap: 0;
}
.penci-mc4wp-widget.penci-mailchimp-s9 .mc4wp-form-fields {
	flex-direction: column;
}
.penci-mailchimp-s9 .mc4wp-form-fields input {
	margin-bottom: 0;
}
.penci-mailchimp-s9 .mc4wp-form-fields > p {
	flex: 1;
}
.penci-mailchimp-s9 .mc4wp-form-fields .mdes {
	flex: 100%;
}
.penci-mc4wp-widget.penci-mailchimp-s10 .mc4wp-form-fields,
.penci-mailchimp-s10 .widget_mc4wp_form_widget {
	border: 1px solid var(--pcborder-cl);
	border-top: 0;
	padding: 20px;
	position: relative;
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.04);
}
.penci-mc4wp-widget.penci-mailchimp-s10 .mc4wp-form-fields {
	padding: 20px;
}
.penci-mc4wp-widget.penci-mailchimp-s10 .mc4wp-form-fields:before,
.penci-mailchimp-s10 .widget_mc4wp_form_widget:before {
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	height: 4px;
	background: #fff;
	background: repeating-linear-gradient(-45deg, #e91c2e, #a01521 19px, transparent 10px, transparent 30px, #7337df 20px, #7337df 46px, transparent 40px, transparent 57px);
	background-clip: border-box;
	background-clip: padding-box;
	content: "";
}
.penci-mailchimp-s10 .mc4wp-form input[type="submit"]:not(:hover) {
	background: #e91c2e;
	color: var(--pcbg-cl);
}
.penci-mc4wp-widget.penci-mailchimp-s11 .mc4wp-form-fields,
.penci-mailchimp-s11 .widget_mc4wp_form_widget {
	border: 1px solid var(--pcborder-cl);
	position: relative;
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.04);
}
.penci-mc4wp-widget.penci-mailchimp-s11 .mc4wp-form-fields {
	padding-bottom: 20px;
}
.penci-mc4wp-widget.penci-mailchimp-s11 .mc4wp-form-fields:before,
.penci-mailchimp-s11 .widget_mc4wp_form_widget:before {
	content: "";
	background-image: url(../images/s11.svg);
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fffbf1;
	padding: 120px 0;
	margin-bottom: 40px;
	border-bottom: 1px solid var(--pcborder-cl);
}
.penci-mc4wp-widget.penci-mailchimp-s11 .mc4wp-form-fields:before {
	background-size: auto 120px;
}
.penci-mc4wp-widget.penci-mailchimp-s11 .mc4wp-form-fields p {
	padding-left: 20px;
	padding-right: 20px;
}
.penci-mailchimp-s11 .mc4wp-form input[type="submit"]:not(:hover) {
	background: #e9ad25;
	color: var(--pcbg-cl);
}
.penci-mc4wp-widget.penci-mailchimp-s12 .mc4wp-form-fields,
.penci-mailchimp-s12 .widget_mc4wp_form_widget {
	border: 1px solid var(--pcborder-cl);
	position: relative;
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.04);
	background: #f2ffff;
	padding: 40px 0 0;
}
.penci-mc4wp-widget.penci-mailchimp-s12 .mc4wp-form-fields:before,
.penci-mailchimp-s12 .widget_mc4wp_form_widget:before {
	content: "";
	background-image: url(../images/s12.svg);
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 140px 0;
	margin-bottom: 40px;
}
.penci-mc4wp-widget.penci-mailchimp-s12 .mc4wp-form-fields:before {
	background-size: auto 120px;
	padding: 80px 0;
}
.penci-mailchimp-s12 .mc4wp-form input[type="submit"]:not(:hover) {
	background: #f3688d;
	color: var(--pcbg-cl);
}
.penci-mailchimp-s12 .mc4wp-form-fields {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	column-gap: 0;
}
.penci-mc4wp-widget.penci-mailchimp-s12 .mc4wp-form-fields {
	flex-direction: column;
	padding-bottom: 20px;
}
.penci-mc4wp-widget.penci-mailchimp-s12 .mc4wp-form-fields p {
	padding-left: 20px;
	padding-right: 20px;
}
.penci-mailchimp-s12 .mc4wp-form-fields input {
	margin-bottom: 0;
}
.penci-mailchimp-s12 .mc4wp-form-fields > p {
	flex: 1;
}
.penci-mailchimp-s12 .mc4wp-form-fields .mdes {
	flex: 100%;
}
.penci-mc4wp-widget.penci-mailchimp-s13 .mc4wp-form,
.penci-mailchimp-s13 .widget_mc4wp_form_widget {
	border: 1px solid var(--pcborder-cl);
	position: relative;
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.04);
	padding-bottom: 40px;
}
.penci-mc4wp-widget.penci-mailchimp-s13 .mc4wp-form {
	padding: 0;
}
.penci-mc4wp-widget.penci-mailchimp-s13 .mc4wp-form-fields {
	padding: 20px;
}
.penci-mc4wp-widget.penci-mailchimp-s13 .mc4wp-form:before,
.penci-mailchimp-s13 .widget_mc4wp_form_widget:before {
	content: "";
	background-image: url(../images/s13.svg);
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 140px 0;
	margin-bottom: 40px;
	background-color: #cbf8ff;
}
.penci-mc4wp-widget.penci-mailchimp-s13 .mc4wp-form:before {
	padding: 120px 0;
	background-size: 150px auto;
	margin-bottom: 0;
}
.penci-mailchimp-s13 .mc4wp-form input[type="submit"]:not(:hover) {
	background: #c52228;
	color: var(--pcbg-cl);
}
.penci-mc4wp-widget.penci-mailchimp-s14 .mc4wp-form-fields,
.penci-mailchimp-s14 .widget_mc4wp_form_widget {
	border: 1px solid var(--pcborder-cl);
	position: relative;
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.04);
	padding-bottom: 40px;
}
.penci-mc4wp-widget.penci-mailchimp-s14 .mc4wp-form-fields:before,
.penci-mailchimp-s14 .widget_mc4wp_form_widget:before {
	content: "";
	background-image: url(../images/s14.svg);
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 120px 0;
	margin-bottom: 40px;
}
.penci-mc4wp-widget.penci-mailchimp-s14 .mc4wp-form-fields:before {
	background-size: auto 110px;
	padding: 60px 0;
	margin-bottom: 0;
}
.penci-mailchimp-s14 .mc4wp-form input[type="submit"]:not(:hover) {
	background: #000;
	color: var(--pcbg-cl);
}
.penci-mailchimp-s14 .mc4wp-form-fields {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	column-gap: 0;
}
.penci-mc4wp-widget.penci-mailchimp-s14 .mc4wp-form-fields {
	flex-direction: column;
}
.penci-mc4wp-widget.penci-mailchimp-s14 .mc4wp-form-fields p {
	padding-left: 20px;
	padding-right: 20px;
}
.penci-mailchimp-s14 .mc4wp-form-fields input {
	margin-bottom: 0;
}
.penci-mailchimp-s14 .mc4wp-form-fields > p {
	flex: 1;
}
.penci-mailchimp-s14 .mc4wp-form-fields .mdes {
	flex: 100%;
}
.penci-mc4wp-widget.penci-mailchimp-s15 .mc4wp-form-fields,
.penci-mailchimp-s15 .widget_mc4wp_form_widget {
	border: 1px solid var(--pcborder-cl);
	position: relative;
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.04);
	padding: 20px 20px 30px;
	background: #000;
	color: #fff;
}
.penci-mailchimp-s15 .mc4wp-form input {
	border-color: #333;
	color: #fff;
}
.penci-mailchimp-s15 .mc4wp-form input[type="submit"]:not(:hover) {
	background: #208a4f;
	color: var(--pcbg-cl);
}
.penci-mailchimp-s15 .mc4wp-form-fields {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	column-gap: 0;
}
.penci-mc4wp-widget.penci-mailchimp-s15 .mc4wp-form-fields {
	flex-direction: column;
}
.penci-mailchimp-s15 .mc4wp-form-fields input {
	margin-bottom: 0;
}
.penci-mailchimp-s15 .mc4wp-form input:not([type="submit"]) {
	border-right: 0;
}
.penci-mailchimp-s15 .mc4wp-form-fields > p {
	flex: 1;
}
.penci-mailchimp-s15 .mc4wp-form-fields .mdes {
	flex: 100%;
}
.penci-el-mailchimp.penci-mailchimp-s8 .widget_mc4wp_form_widget {
	margin-top: 0;
}
.penci-el-mailchimp.penci-mailchimp-s9 .mc4wp-form-fields,
.penci-el-mailchimp.penci-mailchimp-s12 .mc4wp-form-fields,
.penci-el-mailchimp.penci-mailchimp-s14 .mc4wp-form-fields {
	column-gap: 20px;
}
.penci-el-mailchimp.penci-mailchimp-s9 .mc4wp-form-fields > p.msubmit,
.penci-el-mailchimp.penci-mailchimp-s12 .mc4wp-form-fields > p.msubmit,
.penci-el-mailchimp.penci-mailchimp-s14 .mc4wp-form-fields > p.msubmit {
	flex: 100%;
}
.penci-el-mailchimp.penci-mailchimp-s15 .mc4wp-form {
	max-width: 550px;
}
.penci-el-mailchimp.penci-mailchimp-s11 .widget_mc4wp_form_widget:before,
.penci-el-mailchimp.penci-mailchimp-s12 .widget_mc4wp_form_widget:before,
.penci-el-mailchimp.penci-mailchimp-s13 .widget_mc4wp_form_widget:before,
.penci-el-mailchimp.penci-mailchimp-s14 .widget_mc4wp_form_widget:before {
	background-size: 120px auto;
}
.penci-el-mailchimp.penci-mailchimp-s12 .widget_mc4wp_form_widget:before,
.penci-el-mailchimp.penci-mailchimp-s14 .widget_mc4wp_form_widget:before {
	padding-top: 80px;
	padding-bottom: 80px;
}
.penci-el-mailchimp.penci-mailchimp-s13 .widget_mc4wp_form_widget,
.penci-el-mailchimp.penci-mailchimp-s14 .widget_mc4wp_form_widget {
	padding-bottom: 0;
}
.penci-el-mailchimp.penci-mailchimp-s11 .mc4wp-form,
.penci-el-mailchimp.penci-mailchimp-s12 .mc4wp-form,
.penci-el-mailchimp.penci-mailchimp-s13 .mc4wp-form,
.penci-el-mailchimp.penci-mailchimp-s14 .mc4wp-form {
	margin-bottom: 30px;
}
.penci_az_taxonomy_listing_head {
	background: var(--pcaccent-cl);
	padding: 15px 10px;
  	margin-bottom: 40px;
}
.penci_az_taxonomy_listing_head.style-2 {
	background: none !important;
	padding: 0;
}
.penci_az_taxonomy_listing_head ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	column-gap: 10px;
}
.post-entry .penci_az_taxonomy_listing_head ul,
.post-entry .penci_az_taxonomy_listing_head ul li {
	list-style: none;
  	line-height: initial;
	margin: 0;
	padding: 0;
}
.penci_az_taxonomy_listing_head a,
.post-entry .penci_az_taxonomy_listing_head ul li a {
	color: #fff;
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei);
	font-size: 20px;
	text-transform: uppercase;
}
.penci_az_taxonomy_listing_head.style-2 a {
	padding: 0;
	background: var(--pcaccent-cl);
	width: 36px;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	text-align: center;
}
.penci_az_taxonomy_listing {
  --col:3;
  --gap: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: var(--gap);
  row-gap: var(--gap);
}
.penci_az_taxonomy_item {
  width: calc((100% - (var(--gap) * (var(--col) - 1))) / var(--col));
}
.penci_az_taxonomy_listing h3 {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 5px solid var(--pcheading-cl);
  font-size: 22px;
}
.penci_az_taxonomy_item ul,
.penci_az_taxonomy_item ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.penci_az_taxonomy_item ul li:not(:last-child) {
  border-bottom: 1px solid var(--pcborder-cl);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.penci_az_taxonomy_item a {
  color: var(--pctext-cl);
  display: flex;
  justify-content: space-between;
}
.penci_az_taxonomy_item .pcaz_tcount {
	color: var(--pcmeta-cl);
}
.item-content[data-excerpt-link]:hover {
    cursor: pointer;
}
.penci-cc-cursor {
	--pccrs-cccr: 3.75rem;
	--pccrs-ccsm: 2rem;
	--pccrs-ccesm: 1.25rem;
	--pccrs-ccinner: 0.5rem;
  	--pccrs-cn: #000;
	--pccrs-bw: 1px;
	--pccrs-bs: solid;
}
.penci-cc-cursor .circle-cursor {
	position: fixed;
	left: 0;
	top: 0;
	pointer-events: none;
	transform: translateZ(0);
	visibility: hidden;
	border-radius: 50%;
}
.penci-cc-cursor .penci-ccircle-cinner {
	margin-left: calc(var(--pccrs-ccinner) / 2 * (-1));
	margin-top: calc(var(--pccrs-ccinner) / 2 * (-1));
	width: var(--pccrs-ccinner);
	height: var(--pccrs-ccinner);
	z-index: 10000001;
	background-color: var(--pcaccent-cl);
}
.penci-cc-cursor .penci-ccircle-cinner.penci-clinkh {
	margin-left: calc(var(--pccrs-ccesm) / 2 * (-1));
	margin-top: calc(var(--pccrs-ccesm) / 2 * (-1));
	width: var(--pccrs-ccesm);
	height: var(--pccrs-ccesm);
	background-color: var(--pcaccent-cl);
	opacity: 0.5;
}
.penci-cc-cursor .penci-ccircle-couter {
	margin-left: calc(var(--pccrs-ccsm) / 2 * (-1));
	margin-top: calc(var(--pccrs-ccsm) / 2 * (-1));
	width: var(--pccrs-ccsm);
	height: var(--pccrs-ccsm);
	border: var(--pccrs-bw) var(--pccrs-bs) var(--pcaccent-cl);
	z-index: 10000000;
	opacity: 0.5;
	transition: all 0.125s ease-out;
}
.penci-cc-cursor .cursor-link.penci-ccircle-cinner {
	background: transparent !important;
}
.penci-cc-cursor .cursor-link.penci-ccircle-cinner.penci-clinkh {
	opacity: 1;
}
.penci-cc-cursor .cursor-link.penci-ccircle-cinner svg {
	fill: var(--pcbg-cl);
}
.penci-cc-cursor .cursor-link.penci-ccircle-couter.penci-clinkh {
	margin-left: calc(var(--pccrs-cccr) / 2 * (-1));
	margin-top: calc(var(--pccrs-cccr) / 2 * (-1));
	width: var(--pccrs-cccr);
	height: var(--pccrs-cccr);
	background-color: color-mix(
		in srgb,
		var(--pccrs-cn) 75%,
		transparent
	);
	border: none;
}
.penci-cc-cursor a[data-cursor-class] {
	cursor: none;
}
.pencihd-progress-container {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 40px;
    height: 40px;
    z-index: 1000;
}
.pencihd-progress-container svg {
    transform: rotate(-90deg);
    width: 100%;
    height: 100%;
}
.pencihd-progress-container circle {
    fill: none;
    stroke-width: 5;
    stroke-linecap: round;
}
.pencihd-progress-container circle.bg {
    stroke: #ddd;
}
.pencihd-progress-container circle.progress {
    stroke: var(--pcaccent-cl);
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    transition: stroke-dashoffset 0.2s ease-out;
}
body.pczoomt-effect .standard-post-image,
body.pczoomt-effect .penci_recent-posts-sc ul.side-newsfeed li .side-item .side-image,
body.pczoomt-effect .widget ul.side-newsfeed li .side-item .side-image,
body.pczoomt-effect .grid-mixed .thumbnail,
body.pczoomt-effect .penci-grid li .item > .thumbnail,
body.pczoomt-effect .penci-masonry .item-masonry > .thumbnail {
  overflow: hidden;
}
body.pczoomt-effect .standard-post-image > a img,
body.pczoomt-effect .penci_recent-posts-sc ul.side-newsfeed li .side-item .side-image a,
body.pczoomt-effect .widget ul.side-newsfeed li .side-item .side-image a,
body.pczoomt-effect .grid-mixed .thumbnail .penci-image-holder,
body.pczoomt-effect .penci-grid li .item > .thumbnail .penci-image-holder,
body.pczoomt-effect .penci-masonry .item-masonry > .thumbnail .penci-image-holder {
  transition: 0.5s all ease-in-out;
}
body.pczoomt-effect .standard-post-image > a:hover img,
body.pczoomt-effect .penci_recent-posts-sc ul.side-newsfeed li .side-item .side-image a:hover,
body.pczoomt-effect .widget ul.side-newsfeed li .side-item .side-image a:hover,
body.pczoomt-effect .grid-mixed .thumbnail:hover .penci-image-holder,
body.pczoomt-effect .penci-grid li .item > .thumbnail:hover .penci-image-holder,
body.pczoomt-effect .penci-masonry .item-masonry > .thumbnail:hover .penci-image-holder {
  transform: scale(1.2);
}
.penci-visitor-count {
	position: fixed;
	max-width: calc( 100% - 60px );
	padding: 10px 20px 10px 35px;
	border-radius: 5px;
	box-shadow: 0px 0px 8px rgba(55,55,55,0.2);
	opacity: 0;
	transition: 0.3 all ease-in-out;
	transform: translateY(-30px);
	text-align: left;
	z-index: 999;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/fire.svg) 10px center;
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-color: #fff;
}
.penci-visitor-count.active {
	opacity: 1;
	transform: translateY(0);
}
.penci-visitor-count.bottom-left {
	bottom: 30px;
	left: 30px;
}
.penci-visitor-count.bottom-right {
	bottom: 30px;
	right: 30px;
}
.penci-visitor-count.top-right {
	top: 30px;
	right: 30px;
}
.penci-visitor-count.top-left {
	top: 30px;
	left: 30px;
}
.penci-article-feedback {
	background-color: #f1f1f1;
	margin-top: 30px;
	padding: 15px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 30px;
}
@media only screen and (max-width:767px) {
	.penci-article-feedback {
	  flex-direction: column;
	  row-gap: 10px;
	}
}  
.penci-afb-yn {
	display: flex;
  	flex-wrap: wrap;
}
.penci-afb-yn span {
	padding: 10px 20px;
	background-color: #fff;
	color: var(--pcheading-cl);
	cursor: pointer;
	font-size: 12px;
	transition: 0.3s all ease-in-out;
	display: flex;
  	justify-content: center;
  	align-items: center;
	column-gap: 5px;
}
.penci-afb-yn span svg {
	width: 15px;
  	height: auto;
	transition: 0.3s all ease-in-out;
}
.penci-afb-yn span + span svg {
	transform: rotate(180deg);
}
.penci-afb-yn span:hover {
	background-color: var(--pcaccent-cl);
	color: #fff;
}
.penci-afb-yn span:hover svg {
	fill: #fff;
}
.penci-afb-yn span i {
	font-style: normal;
}
.penci-afb-yn span i:before {
	content: '( ';
}
.penci-afb-yn span i:after {
	content: ' )';
}
.penci-afb-yn span:active {
	background-color: var(--pcaccent-cl);
	color: #fff;
}
.penci-afb-yn span:first-child {
	margin-right: 0.4em;
}
.penci-afb-yn span:last-child {
	margin-left: 0.4em;
}
.penci-article-feedback.penci-afb-disabled {
	pointer-events: none;
}
.penci-advcal-label {
	display: block;
}
.penci-advcal-mouse-disabled {
	pointer-events: none;
}
.penci-advcal-hidden {
	display: none;
}
.penci-advcal-form {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}
.penci-advcal-form .penci-advcal-field-wrap {
	width: 100%;
}
.penci-advcal-el-radio-inline-yes {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	column-gap: 15px;
}
.penci-hsubmenu-overlay-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	background: rgba(55,55,55,0.8);
	transition: 0.3s all ease-in-out;
	opacity: 0;
	visibility: hidden;
}
body.menu-hover .penci-hsubmenu-overlay-wrapper {
	opacity: 1;
	visibility: visible;
}
.show-search.pcbds-popup {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	max-width: 999px;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	top: calc(50% - 50px);
	padding: 40px;
	height: auto;
	z-index: 999999;
	transition: all 0.3s ease-in-out;
	display: block;
	height: initial !important;
}
.show-search.pcbds-popup.active {
	top: 50%;
	opacity: 1;
	visibility: visible;
}
.show-search.pcbds-popup form.pc-searchform input.search-input {
	position: static;
	border: 1px solid var(--pcborder-cl);
}
.show-search.pcbds-popup form.pc-searchform .pc-searchform-inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 15px;
	width: 100%;
}
.show-search.pcbds-popup form.pc-searchform .search-input {
	height: auto;
  	padding: 0 15px;
}
.show-search.pcbds-popup .close-search {
	--size: 22px;
	right: 10px;
  	top: 10px;
	width: var(--size);
	height: var(--size) !important;
  	line-height: var(--size) !important;
	color: var(--pcheading-cl);
	font-size: var(--size);
}
.show-search.pcbds-popup form.pc-searchform .searchsubmit {
  	display: block;
}
.show-search.pcbds-popup form.pc-searchform .searchsubmit:after {
	content: '\f105';
	font-family: 'FontAwesome';
	margin-left: 10px;
}
.show-search.pcbds-popup .penci-search-form form.penci-ajax-search button {
	font-size: 12px;
	height: 58px;
}
.pc-search-top-title {
	margin-bottom: 15px;
	font-size: 22px;
}
.pc-search-suggest-term {
	margin-top: 15px;
}
.pc-search-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	left: 0;
	z-index: 9999;
	width: 100vw;
	height: 100vh;
	background: rgba(17, 17, 17, 0.75);
	visibility: hidden;
	opacity: 0;
	margin: 0 !important;
	padding: 0 !important;
	transition: all 0.3s ease-in-out;
	backdrop-filter: blur(5px);
}
body.search-open .pc-search-popup-overlay {
	visibility: visible;
	opacity: 1;
}
.pc-search-recent-posts {
	margin-top: 30px;
}
.pc-search-recent-posts > h3 {
	margin-bottom: 15px;
	font-size: 18px;
}
@media only screen and (max-width: 960px) {
	.pc-search-recent-posts {
		display: none;
	}
	.show-search.pcbds-popup form.pc-searchform .pc-searchform-inner {
		flex-direction: column;
	}
}
body.pah-underline .entry-title a {
	background-image: linear-gradient(var(--pcaccent-cl) 0%, var(--pcaccent-cl) 98%);
	background-size: 0 3px;
	background-repeat: no-repeat;
	background-position: left 100%;
	word-break: break-word;
}
body.pah-underline .entry-title a:hover {
  	background-size: 100% 3px;
}
.penci-post-sticky-nav {
	position: fixed;
	top: 120px;
	left: 0;
	right: 0;
	background: rgba(255,255,255,0.99);
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s all ease-in-out;
	border-top: 1px solid var(--pcborder-cl);
	box-shadow: 0 5px 5px 0 rgba(181, 181, 181, 0.5);
}
.penci-post-sticky-nav .container {
	max-width: calc(100% - 60px);
	width: 100%;
}
.wrapper-boxed.enable-boxed .penci-post-sticky-nav {
	width: calc(var(--pcctain) + 60px);
	left: auto;
	right: auto;
}
.penci-post-sticky-nav.active {
	opacity: 1;
	visibility: visible;
}
.penci-post-sticky-nav-wrap {
	display: grid;
	grid-template-columns: 352px minmax(0, 1fr) 352px;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.penci-post-sticky-nav-wrap .next-post,
.penci-post-sticky-nav-wrap .prev-post {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	grid-column: 1/2;
	word-wrap: break-word;
	word-break: break-word;
}
.penci-post-sticky-nav-wrap .next-post {
	padding-right: 30px;
}
.penci-post-sticky-nav-wrap .prev-post {
	padding-left: 30px;
}
.penci-post-sticky-nav-wrap .next-post-wrap:before,
.penci-post-sticky-nav-wrap .prev-post-wrap:before {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	font-size: 22px;
	height: 100%;
	display: flex;
	align-items: center;
	color: var(--pcaccent-cl);
}
.penci-post-sticky-nav-wrap .prev-post-wrap:before {
	right: auto;
	left: 0;
	content: '\f104';
}
.penci-post-sticky-nav-wrap .next-post {
	flex-direction: row-reverse;
	grid-column: 3/4;
	justify-content: space-between;
}
.penci-post-sticky-nav-wrap .current-post {
	align-self: center;
	display: flex;
	grid-column: 2/3;
	justify-content: center;
	align-items: center;
}
.penci-post-sticky-nav-wrap .penci-post-nav-thumb {
	border-radius: 4px;
}
.snav-pwrap {
	display: flex;
	align-items: center;
}
.snav-pwrap .pagi-text {
	margin: 0;
}
.penci-post-sticky-nav .next-post-wrap {
	flex-direction: row-reverse;
}
.penci-post-sticky-nav .pagi-text h5 {
	color: var(--pcheading-cl);
	margin-top: 0;
}
.penci-post-sticky-nav .pagi-text h5:hover {
	color: var(--pcaccent-cl);
}
.penci-post-sticky-nav-wrap .current-post h4 {
	font-size: 20px;
	text-align: center;
}
.penci-post-sticky-nav-wrap .prev-post-wrap:after,
.penci-post-sticky-nav-wrap .next-post-wrap:after {
	content: "";
	width: 100%;
	max-width: 0;
	height: 2px;
	background: var(--pcaccent-cl);
	left: 0;
	position: absolute;
	transform: translateY(1px);
	transition: 0.3s all ease-in-out;
}
.penci-post-sticky-nav .prev-post .prev-post-wrap:before {
	transition: 0.3s all ease-in-out;
}
.penci-post-sticky-nav .prev-post:hover .prev-post-wrap:before {
	left: -10px;
}
.penci-post-sticky-nav .prev-post:hover .prev-post-wrap:after {
	max-width: 20px;
	left: -8px;
}
.penci-post-sticky-nav-wrap .next-post-wrap:after {
	right: 0;
	left: auto;
}
.penci-post-sticky-nav .next-post .next-post-wrap:before {
	transition: 0.3s all ease-in-out;
}
.penci-post-sticky-nav .next-post:hover .next-post-wrap:before {
	right: -10px;
}
.penci-post-sticky-nav .next-post:hover .next-post-wrap:after {
	max-width: 20px;
	right: -8px;
}
@media only screen and (max-width: 1170px) {
	.penci-post-sticky-nav-wrap {
		grid-template-columns: 50px minmax(0, 1fr) 50px;
    	gap: 10px;
	}
	.penci-post-sticky-nav-wrap .pnavi-inner,
	.penci-post-sticky-nav-wrap .penci-image-holder {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.penci-post-sticky-nav {
		display: none;
	}
}
.penci-focus-mode-button {
	position: fixed;
	bottom: 20px;
	left: auto;
	right: 20px;
	background: #000;
	color: #fff;
	padding: 0 18px;
	border-radius: 0;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	z-index: 9999;
	height: 40px;
  	line-height: 40px;
	transition: 0.3s all ease-in-out;
}
.penci-focus-mode-icon::before {
	content: '\f2da';
	font-family: 'FontAwesome';
	margin-right: 6px;
	display: inline-block;
	font-size: 125%;
	vertical-align: middle;
}
.penci-focus-mode-button.left {
	left: 20px;
	right: auto;
}
body.penci-gtt-enable .penci-focus-mode-button.right{
	right: 70px;
}
body.rtl.penci-gtt-enable .penci-focus-mode-button.left{
	left: 70px;
}
body.penci-focus-mode .penci-breadcrumb,
body.penci-focus-mode .post-related,
body.penci-focus-mode .post-author,
body.penci-focus-mode .single-post-share,
body.penci-focus-mode .pcfb-wrapper,
body.penci-focus-mode .penci-sticky-sidebar,
body.penci-focus-mode .penci-post-sticky-nav,
body.penci-focus-mode .penci-ilrelated-posts,
body.penci-focus-mode .penci-header-wrap {
	display: none;
}
body.penci-focus-mode .penci-main-sticky-sidebar {
	min-height: initial !important;
}
body.penci-focus-mode .theiaStickySidebar {
	position: static !important;
}
body.penci-focus-mode {
	--pcbg-cl: #fff;
	background: var(--pcbg-cl);
}
body.penci-focus-mode .penci-single-block {
	margin: 60px 0;
}
body.penci-body-boxed.penci-focus-mode {
	background: var(--pcbg-cl);
}
body.penci-focus-mode.single .post {
	margin-bottom: 0;
	margin-top: 60px;
}
body.penci-focus-mode .container.penci_sidebar #main,
body.penci-focus-mode .penci-single-style-10 .penci-single-s10-content {
	width: 100%;
	margin: 0 auto;
	float: none;
	padding: 0;
	max-width: 770px;
}
body.penci-focus-mode .penci-focus-mode-button {
	background: var(--pcaccent-cl);
	color: #fff;
}
body.penci-focus-mode .wrapper-boxed.enable-boxed {
	box-shadow: unset;
  	webkit-box-shadow: unset;
  	-moz-box-shadow: unset;
}
body.penci-focus-mode #main article.post {
	margin: 0 !important
}
.penci-vscroll {
	overflow: hidden;
}
.penci_push_notification {
	padding: 30px;
	border: 1px solid var(--pcborder-cl);
	text-align: center;
	box-shadow: 0 3px 8px 0 rgba(55,55,55,0.1);
	background: #fcfcfc;
}
.post-entry .penci_push_notification p,
.penci_push_notification p {
	text-align: center;
	font-weight: bolder;
	margin-bottom: 15px;
}
.post-entry .penci_push_notification .button,
.penci_push_notification .button {
	background: var(--pcaccent-cl);
	color: #fff;
	display: inline-block;
	padding: 5px 15px;
	text-decoration: none;
}
.post-entry .penci_push_notification .button:hover,
.penci_push_notification .button:hover {
	text-decoration: none;
	opacity: 0.8;
}
.penci-tiline-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	margin-left: 0px;
	padding: 0;
	list-style: none;
}
.penci-tiline-item {
	width: 100%;
}
.penci-tiline-align-center .penci-tiline-item {
	width: 50%;
}
.penci-tiline .penci-tiline-item-main-container {
	padding-left: 50px;
	padding-bottom: 50px;
}
.penci-tiline .penci-tiline-thumbnail {
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.penci-tiline .penci-tiline-thumbnail img {
	width: 100%;
	object-fit: cover;
}
.penci-tiline .penci-tiline-item-main-wrapper {
	position: relative;
	padding-left: 50px;
}
.penci-tiline
	.penci-tiline-item-main-wrapper
	.penci-tiline-item-main-container {
	padding-left: 50px;
}
.penci-tiline .penci-tiline-item-main-wrapper .penci-tiline-item-main {
	position: relative;
	background: #f1f1f1;
}
.penci-tiline.penci-tiline-posts .penci-tiline-item-main-wrapper .penci-tiline-item-main {
	background: #fff;
}
.penci-tiline.penci-tiline-posts .penci-biggrid .penci-bgitin {
	border: 1px solid var(--pcborder-cl);
}
.penci-tiline.penci-tiline-posts .pcbg-title a,
.post-entry .penci-tiline.penci-tiline-posts .pcbg-title a {
	color: var(--pcheading-cl);
}
.penci-tiline.penci-tiline-posts .pcbg-title a:hover,
.post-entry .penci-tiline.penci-tiline-posts .pcbg-title a:hover {
	color: var(--pcaccent-cl);
}
.penci-tiline.penci-tiline-posts .pcbg-readmore-sec .pcbg-readmorebtn {
	background: #555;
	color: #fff;
	font-weight: 600;
}
.penci-tiline.penci-tiline-posts .pcbg-readmore-sec .pcbg-readmorebtn:hover {
	background: #000;
}
.penci-tiline.penci-tiline-posts .grid-post-box-meta span:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 2px solid;
	border-radius: 2px;
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}
.penci-tiline .penci-tiline-item-main-wrapper .penci-tiline-line {
	position: absolute;
	top: 0;
	height: 100%;
}
.penci-tiline .penci-tiline-item-main-wrapper .penci-tiline-line span {
	height: 100%;
	position: absolute;
	transform: translateX(-50%);
	transform-origin: center;
	display: block;
	border-width: 2px;
	border-left-style: dashed;
	border-color: var(--pcborder-cl);
}
.penci-tiline .penci-tiline-item-main-wrapper .penci-tiline-icon {
	position: absolute;
	top: 20px;
	transform: translate(-50%, -50%);
	left: 51px;
}
.penci-tiline .penci-tiline-item-main-wrapper .penci-tiline-icon span {
	position: absolute;
	text-align: center;
	border: 4px solid color-mix(in srgb, var(--pcaccent-cl) 40%, #fff);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	height: 48px;
	width: 48px;
	background: var(--pcaccent-cl);
	display: flex;
	align-items: center;
	justify-content: center;
}
.penci-tiline .penci-tiline-item-main-wrapper .penci-tiline-icon span i,
.penci-tiline .penci-tiline-item-main-wrapper .penci-tiline-icon span svg {
	color: #fff;
}
.penci-tiline .penci-tiline-meta {
	margin-bottom: 0;
}
.penci-tiline .penci-tiline-meta li {
	display: inline-block;
}
.penci-tiline .penci-tiline-title,
.penci-tiline .penci-tiline-excerpt,
.penci-tiline .penci-tiline-excerpt p {
	margin: 0;
	padding: 0;
}
.penci-tiline .penci-tiline-title {
	font-size: 18px;
}
.penci-tiline .penci-tiline-readmore {
	margin: 0;
}
.penci-tiline .penci-tiline-readmore svg {
	width: 1em;
	height: 1em;
	vertical-align: middle;
}
.penci-tiline .penci-tiline-arrow {
	position: absolute;
	width: 15px;
	height: 15px;
	transform: rotate(45deg);
	z-index: 0;
	top: 15px;
	left: -8px;
	background: #f1f1f1;
}
.penci-tiline
	.penci-tiline-item:nth-last-child(-n + 1)
	.penci-tiline-item-main-container {
	padding-bottom: 0;
}
.penci-tiline .penci-tiline-item:nth-last-child(-n + 1) .penci-tiline-line {
	display: none;
}
.penci-tiline-right .penci-tiline-item {
	margin-left: auto;
}
.penci-tiline-right .penci-tiline-item .penci-tiline-item-main-wrapper {
	padding-left: 0;
}
.penci-tiline-right
	.penci-tiline-item.left-part
	.penci-tiline-item-main-container,
.penci-tiline-right
	.penci-tiline-item.right-part
	.penci-tiline-item-main-container {
	padding-right: 50px;
	padding-left: 0;
}
.penci-tiline-right .penci-tiline-item.left-part .penci-tiline-arrow,
.penci-tiline-right .penci-tiline-item.right-part .penci-tiline-arrow {
	right: -8px;
	left: auto;
}
.penci-tiline-right .penci-tiline-item.left-part .penci-tiline-line,
.penci-tiline-right .penci-tiline-item.right-part .penci-tiline-line {
	right: 0;
}
.penci-tiline-right .penci-tiline-item.left-part .penci-tiline-icon,
.penci-tiline-right .penci-tiline-item.right-part .penci-tiline-icon {
	right: 0;
	left: auto;
}
.penci-tiline-right .penci-tiline-date {
	padding: 10px 50px;
}
.penci-tiline-icon svg {
	width: 1em;
	height: 1em;
}
.penci-tiline-desc {
	padding: 30px;
}
@media (max-width: 959px) {
	.penci-tiline-right .penci-tiline-item .penci-tiline-item-main-wrapper {
		padding-right: 55px;
	}
	.penci-tiline-right .penci-tiline-item.left-part .penci-tiline-line,
	.penci-tiline-right .penci-tiline-item.right-part .penci-tiline-line {
		right: 55px;
	}
	.penci-tiline-right .penci-tiline-item.left-part .penci-tiline-icon,
	.penci-tiline-right .penci-tiline-item.right-part .penci-tiline-icon {
		right: 55px;
		left: auto;
	}
}
@media (min-width: 960px) {
	.penci-tiline-center .penci-tiline-item .penci-tiline-item-main-wrapper {
		padding-left: 0;
	}
	.penci-tiline-center
		.penci-tiline-item.left-part
		.penci-tiline-item-main-container {
		padding-right: 50px;
		padding-left: 0;
	}
	.penci-tiline-center .penci-tiline-item.left-part .penci-tiline-arrow {
		right: -8px;
		left: auto;
	}
	.penci-tiline-center .penci-tiline-item.left-part .penci-tiline-line {
		right: 0;
	}
	.penci-tiline-center .penci-tiline-item.left-part .penci-tiline-icon {
		right: 0;
		left: auto;
	}
	.penci-tiline-center
		.penci-tiline-item.right-part
		.penci-tiline-item-main-container {
		padding-left: 50px;
		padding-right: 0;
	}
	.penci-tiline-center .penci-tiline-item.right-part .penci-tiline-icon {
		left: 0;
	}
	.penci-tiline-center .penci-tiline-date {
		padding: 5px 50px;
	}
	.penci-tiline-center
		.penci-tiline-item:nth-child(-n + 2)
		.penci-tiline-item-main-container {
		padding-top: 0;
	}
	.penci-tiline-center
		.penci-tiline-item:nth-child(-n + 2)
		.penci-tiline-icon {
		top: 22px;
	}
	.penci-tiline-center
		.penci-tiline-item:nth-last-child(-n + 2)
		.penci-tiline-item-main-container {
		padding-bottom: 0;
	}
	.penci-tiline-archive.penci-tiline-center .penci-tiline-date {
		margin-top: 5px;
	}
}
.penci-tiline figcaption {
	margin-bottom: 0;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
		top: 70px;
	}
	100% {
		opacity: 1;
		top: 0;
	}
}
@keyframes liftUp {
	0% {
		top: 0;
	}
	100% {
		top: -15px;
	}
}
.post-entry .penci-tiline-meta,
.post-entry .penci-tiline-meta li {
	margin: 0;
	padding: 0;
}
.penci-tiline-meta,
.post-entry .penci-tiline-meta {
	list-style: none;
	font-size: 13px;
	padding: 10px 0;
}
.penci-tiline-meta li:not(:last-child),
.post-entry .penci-tiline-meta li:not(:last-child) {
	margin-right: 20px;
}
.penci-tiline-readmore,
.post-entry .penci-tiline-readmore {
	padding: 5px 15px;
	display: inline-block;
	background: var(--pcaccent-cl);
	color: var(--pcbg-cl);
	transition: 0.3 all ease-in-out;
	margin-top: 20px;
}
.penci-tiline-readmore:hover {
	opacity: 0.8;
}
.penci-tiline-item-date-wrap.right {
	text-align: right;
}
.penci-tiline .penci-tiline-icon span {
	background: #fff;
}
.penci-tiline .penci-tiline-date span {
	background: #1c1b1b;
	color: #fff;
	padding: 10px 15px;
	display: inline;
	box-decoration-break: clone;
  	-webkit-box-decoration-break: clone;
}
.penci-tiline-item--top .penci-tiline-content:after {
	border-top-color: #f1f1f1;
}
.penci-tiline-item--bottom .penci-tiline-content:after {
	border-bottom-color: #f1f1f1;
}
.penci-tiline--mobile .penci-tiline-content:after {
	border-right-color: #f1f1f1;
}
@media only screen and (max-width: 960px) {
	.penci-tiline-align-center .penci-tiline-item {
		width: 100%;
	}
	.penci-tiline-align-center .penci-tiline-item-date-wrap {
		display: none;
	}
	.penci-tiline .penci-tiline-item-main-wrapper {
		padding: 0;
	}
	.penci-tiline .penci-tiline-item-main-wrapper .penci-tiline-icon {
		left: 0;
	}
}
.penci-tiline {
	padding-top: 30px;
}
.penci-tiline-archive {
	padding-top: 60px;
	padding-bottom: 60px;
}
.penci-tiline
	.penci-tiline-item:first-child
	.penci-tiline-item-main-wrapper
	.penci-tiline-line {
	top: -30px;
	height: calc(100% + 30px);
}
.penci-tiline
	.penci-tiline-item:first-child
	.penci-tiline-item-main-wrapper
	.penci-tiline-line:before {
	width: 10px;
	height: 10px;
	content: "";
	background: var(--pcborder-cl);
	top: -20px;
	position: absolute;
	transform: translateX(-50%);
	z-index: 9;
	border-radius: 50%;
}
.penci-tiline-meta a,
.post-entry .penci-tiline-meta a {
	color: var(--pcheading-cl);
	text-decoration: none;
}
.post-entry .penci-tiline-item a {
	text-decoration: none;
}
.penci-tiline .penci-biggrid-wrapper .pcbg-content-inner {
	background: #fff;
}
.penci-tiline .penci-biggrid-wrapper,
.penci-tiline .penci-bgstyle-1 .penci-dflex .penci-bgitem {
	margin-bottom: 0;
}
.penci-tiline-item .pcbg-readmorebtn svg {
	max-height: 15px;
	width: auto;
}
.penci-post-box-timeline {
	padding-bottom: 0;
	border-bottom: 0;
	text-align: center;
}
.penci-post-box-timeline .penci-post-share-box {
	float: none;
	vertical-align: middle;
}
.penci-post-reactions {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 5px solid var(--pcborder-cl);
}
.penci-post-reactions ul,
.penci-post-reactions ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.penci-post-reactions ul {
	display: flex;
	justify-content: center;
	gap: 30px;
}
.penci-post-reactions img {
	width: 50px;
	height: auto;
	transform: scale(0.8);
	transition: all 0.15s ease-in-out;
}
.penci-post-reactions li:hover img {
	transform: scale(1);
}
.penci-post-reactions li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.penci-post-reactions .penci-reaction-count {
	font-weight: bold;
	font-size: 12px;
	color: var(--pcmeta-cl);
}
.penci-post-reactions {
  	text-align: center;
}
.post-entry .penci-post-reactions-title {
	margin: 0;
	padding: 0;
}
.post-entry .penci-post-reactions-desc {
	font-size: 14px;
}
@media only screen and (max-width:767px) {
	.penci-post-reactions ul {
		gap: 10px;
	}
	.penci-post-reactions img {
		width: 30px;
	}
}
body.penci-btn-e .penci-ele-btn,
body.penci-btn-e .penci-readmore-btn.penci-btn-make-button a,
body.penci-btn-e .penci-featured-cat-seemore.penci-btn-make-button a,
body.penci-btn-e .standard-content .penci-more-link.penci-more-link-button a.more-link,
body.penci-btn-e .post-tags a,
body.penci-btn-e .pgtt-style-1,
body.penci-btn-e .pgtt-style-2,
body.penci-btn-e .pcbf-size-normal .penci-bf-button,
body.penci-btn-e .wp-element-button {
	position: relative;
	transition:
      opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1),
      transform 0.3s cubic-bezier(0.2, 0, 0.1, 1),
      box-shadow 0.5s ease,
      color 0.5s ease,
      background 0.5s ease;
	will-change: box-shadow, color, transform, opacity, background;
}
body.penci-btn-e .penci-bf-follow-post-wrapper.pcbf-size-normal .penci-bf-button {
	overflow: hidden;
	border-radius: 50%;
}
body.penci-btn-e .post-box-meta-single .penci-bf-follow-post-wrapper .penci-bf-button {
	border-radius: unset;
}
body.penci-btn-e .post-box-meta-single .penci-bf-follow-post-wrapper .penci-bf-button:before {
	display: none;
}
body.penci-btn-e .pgtt-style-1,
body.penci-btn-e .pgtt-style-2 {
	position: fixed;
	overflow: hidden;
}
body.penci-btn-e .penci-ele-btn:before,
body.penci-btn-e .penci-readmore-btn.penci-btn-make-button a:before,
body.penci-btn-e .penci-featured-cat-seemore.penci-btn-make-button a:before,
body.penci-btn-e .standard-content .penci-more-link.penci-more-link-button a.more-link:before,
body.penci-btn-e .post-tags a:before,
body.penci-btn-e .pgtt-style-1:before,
body.penci-btn-e .pgtt-style-2:before,
body.penci-btn-e .pcbf-size-normal .penci-bf-button:before,
body.penci-btn-e .wp-element-button:before {
	position: absolute;
    transition: .3s;
    content: '';
    background: var(--pcaccent-cl);
	filter: brightness(1.2);
	width: 0;
	height: 100%;
    left: 0;
	top: 0;
    z-index: -1;
}
body.penci-btn-e .penci-ele-btn:hover:before,
body.penci-btn-e .penci-readmore-btn.penci-btn-make-button a:hover:before,
body.penci-btn-e .penci-featured-cat-seemore.penci-btn-make-button a:hover:before,
body.penci-btn-e .standard-content .penci-more-link.penci-more-link-button a.more-link:hover:before,
body.penci-btn-e .post-tags a:hover:before,
body.penci-btn-e .pgtt-style-1:hover:before,
body.penci-btn-e .pgtt-style-2:hover:before,
body.penci-btn-e .pcbf-size-normal .penci-bf-button:hover:before,
body.penci-btn-e .wp-element-button:hover:before {
    width: 100%;
}
@media only screen and (min-width: 1170px){
	/* Base sticky-left share box */
	body.pcsshare-sticky-left .tags-share-box.post-share {
		position: absolute;
		top: 0;
		left: -80px;
		max-width: 60px;
		padding: 5px;
		margin: 0;
	}
	/* Flex layout for items & links */
	body.pcsshare-sticky-left .tags-share-box.post-share a,
	body.pcsshare-sticky-left:not(.rtl) .tags-share-box.post-share.disable-btnplus .post-share-item {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		gap: 3px;
		margin: 0;
	}

	/* Text styling inside share boxes */
	body.pcsshare-sticky-left .tags-share-box.tags-share-box-2_3 .penci-social-share-text,
	body.pcsshare-sticky-left .pcnew-share .penci-social-share-text {
		text-align: center;
		margin: 0;
	}
	body.pcsshare-sticky-left .pcnew-share .penci-social-share-text {
		width: 100%;
		padding: 5px;
		margin-bottom: 10px;
		font-size: 11px;
		line-height: initial;
		height: auto;
	}

	/* Hide share text inside links */
	body.pcsshare-sticky-left .show-txt.post-share a .dt-share {
		display: none;
	}

	/* Unified large-size styles */
	body.pcsshare-sticky-left .show-txt.txt-below.size-large.post-share a,
	body.pcsshare-sticky-left .pcnew-share.size-large .post-share-item,
	body.pcsshare-sticky-left .pcnew-share.size-large.penci-icon-full .post-share-item i,
	body.pcsshare-sticky-left .show-txt.txt-below.pcnew-share.size-large .post-share-item.post-share-plike,
	body.pcsshare-sticky-left .show-txt.txt-below.pcnew-share.size-large .post-share-item.post-share-plike i,
	body.pcsshare-sticky-left .pcnew-share.border-style:not(.penci-icon-full) .post-share-item,
	body.pcsshare-sticky-left .pcnew-share.full-border .post-share-item,
	body.pcsshare-sticky-left .pcnew-share.border-style.show-txt .post-share-plike {
		width: 50px;
		height: 50px;
		line-height: 50px;
		min-width: initial;
		padding: 0;
		border: 0;
	}

	body.pcsshare-sticky-left .pcnew-share .penci-social-share-text,
	body.pcsshare-sticky-left .pcnew-share.border-style.show-txt .penci-social-share-text {
		width: 50px;
		height: 50px;
		line-height: initial;
		min-width: initial;
	}

	/* Override line-height for text */
	body.pcsshare-sticky-left .size-large.pcnew-share.show-txt.txt-below .penci-social-share-text {
		line-height: initial;
		margin-right: 0;
	}

	/* Text as flex container */
	body.pcsshare-sticky-left .pcnew-share .penci-social-share-text,
	body.pcsshare-sticky-left .pcnew-share.border-style.show-txt span.penci-social-share-text {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	/* Special overrides */
	body.pcsshare-sticky-left:not(.rtl) .tags-share-box.post-share.disable-btnplus .post-share-plike i {
		width: initial;
	}
	body.pcsshare-sticky-left .pcnew-share.penci-icon-full .post-share-item i,
	body.pcsshare-sticky-left .pcnew-share:not(.penci-icon-full) .post-share-item {
		width: 100%;
	}

	body.pcsshare-sticky-left .pcnew-share .penci-social-share-text:after,
	body.pcsshare-sticky-left .pcnew-share .penci-social-share-text:before {
		border-width: 8px 8px 0 8px;
		bottom: -8px;
		left: 50%;
		right: 50%;
		position: absolute;
		transform: unset;
		top: auto;
		transform: translateX(-50%);
		border-color: var(--pcborder-cl) transparent transparent transparent;
	}
	body.pcsshare-sticky-left .pcnew-share .penci-social-share-text:after {
		border-width: 6px 6px 0 6px;
		margin-bottom: 2px;
		border-color: var(--pcbg-cl) transparent transparent transparent;
	}
	body.pcsshare-sticky-left .tags-share-box.post-share.tags-share-box-s1 {
		border: 0;
	}
	body.pcsshare-sticky-left
		.tags-share-box.post-share.tags-share-box-s1
		.single-comment-o:after {
		display: none;
	}
	body.pcsshare-sticky-left
		.tags-share-box.post-share.tags-share-box-s1
		.post-share-item {
		padding: 10px 0;
	}
	body.pcsshare-sticky-left
		.tags-share-box.post-share.tags-share-box-s1
		.single-comment-o {
		font-size: 10px;
		text-align: center;
		letter-spacing: -0.07rem;
	}
	body.pcsshare-sticky-left
		.tags-share-box.post-share.tags-share-box-s1
		.single-comment-o
		i {
		display: block;
		font-size: 17px;
		margin: 0;
	}
	body.pcsshare-sticky-left .tags-share-box.post-share.tags-share-box-2_3 {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		gap: 5px;
	}
	body.pcsshare-sticky-left .tags-share-box-sticky.tags-share-box-n3 {
		padding: 5px;
		background: var(--pcbg-cl);
		border-radius: 50px;
		box-shadow: 0 3px 5px 0 rgba(130, 129, 129, 0.31);
		max-width: 40px;
		left: -60px;
		gap: 5px;
		display: flex;
		flex-wrap: wrap;
	}
	.tags-share-box-sticky.tags-share-box-n3 .post-share-plike,
	.tags-share-box-sticky.tags-share-box-n3 .post-share-item i,
	.tags-share-box-sticky.tags-share-box-n3 .post-share-item {
		width: 30px;
		height: 30px;
		line-height: 30px;
		min-width: unset;
	}
	.tags-share-box-sticky.tags-share-box-n3 .post-share-item {
		margin-bottom: 0 !important;
	}
	.tags-share-box-sticky.border-style.tags-share-box-n16 .post-share-item i {
		border: 1px solid currentColor;
		height: 50px;
		line-height: 50px;
		border-radius: 50%;
	}
	.tags-share-box-sticky.border-style.tags-share-box-n16:hover .post-share-item {
		opacity: 0.5;
	}
	.tags-share-box-sticky.border-style.tags-share-box-n16:hover .post-share-item:hover {
		opacity: 1;
	}
	body.pcsshare-sticky-left .penci_sidebar.two-sidebar .tags-share-box.post-share {
		left: -20px;
	}
	body.pcsshare-sticky-left .penci_sidebar.left-sidebar .tags-share-box.post-share {
		right: -80px;
		left: auto;
	}
}
@media only screen and (max-width: 1169px) {
	body.pcsshare-sticky-left .tags-share-box.post-share {
		position: static !important;
	}
}/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}/* = Font Awesome
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face{font-family:'FontAwesome';src:url(../fonts/fontawesome-webfont_1.eot);src:url(../fonts/fontawesome-webfont.eot#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2) format('woff2'),url(../fonts/fontawesome-webfont.woff) format('woff'),url(../fonts/fontawesome-webfont.ttf) format('truetype'),url(../images/fontawesome-webfont.svg#fontawesomeregular) format('svg'); font-display: swap; font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@font-face{font-family:"penciicon";font-display:swap;src:url(../fonts/penciicon.ttf) format("truetype"),url(../fonts/penciicon.woff) format("woff"),url(../fonts/penciicon.woff2) format("woff2"),url(../fonts/penciicon.eot#iefix) format("embedded-opentype"),url(../images/penciicon.svg#penciicon) format("svg")}i[class^="penciicon-"],i[class*=" penciicon-"]{display:inline-block;font-family:penciicon!important;font-style:normal;font-weight:normal!important;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.penciicon-left-quote:before{content:"\f101"}.penciicon-messenger:before{content:"\f102"}.penciicon-goodreads:before{content:"\f103"}.penciicon-viber:before{content:"\f104"}.penciicon-discord:before{content:"\f105"}.penciicon-tik-tok:before{content:"\f106"}.penciicon-line:before{content:"\f107"}.penciicon-magnifiying-glass:before{content:"\f108"}.penciicon-heart:before{content:"\f109"}.penciicon-shuffle:before{content:"\f10a"}.penciicon-shopping-bag:before{content:"\f10b"}.penciicon-shopping-cart:before{content:"\f10c"}.penciicon-share:before{content:"\f10d"}.penciicon-sharing:before{content:"\f10e"}.penciicon-user:before{content:"\f10f"}.penciicon-close-button:before{content:"\f110"}.penciicon-check-symbol:before{content:"\f111"}.penciicon-expand:before{content:"\f112"}.penciicon-avatar:before{content:"\f113"}.penciicon-search:before{content:"\f114"}.penciicon-ruler:before{content:"\f115"}.penciicon-moon:before{content:"\f116"}.penciicon-sun:before{content:"\f117"}.penciicon-shopping-cart-1:before{content:"\f118"}.penciicon-shopping-cart-2:before{content:"\f119"}.penciicon-right-chevron:before{content:"\f11a"}.penciicon-left-chevron:before{content:"\f11b"}.penciicon-down-chevron:before{content:"\f11c"}.penciicon-up-chevron:before{content:"\f11d"}.penciicon-exchange:before{content:"\f11e"}.penciicon-down-arrow:before{content:"\f11f"}.penciicon-left-arrow:before{content:"\f120"}.penciicon-exchange-1:before{content:"\f121"}.penciicon-right-chevron-1:before{content:"\f122"}.penciicon-down-chevron-1:before{content:"\f123"}.penciicon-left-chevron-1:before{content:"\f124"}.penciicon-up-chevron-1:before{content:"\f125"}.penciicon-undo:before{content:"\f126"}.penciicon-free-delivery:before{content:"\f127"}.penciicon-facebook:before{content:"\f128"}.penciicon-twitter:before{content:"\f129"}.penciicon-instagram:before{content:"\f12a"}.penciicon-pinterest:before{content:"\f12b"}.penciicon-linkedin:before{content:"\f12c"}.penciicon-flickr:before{content:"\f12d"}.penciicon-behance:before{content:"\f12e"}.penciicon-tumblr:before{content:"\f12f"}.penciicon-youtube:before{content:"\f130"}.penciicon-email:before{content:"\f131"}.penciicon-vk:before{content:"\f132"}.penciicon-vine:before{content:"\f133"}.penciicon-soundcloud:before{content:"\f134"}.penciicon-snapchat:before{content:"\f135"}.penciicon-spotify:before{content:"\f136"}.penciicon-github:before{content:"\f137"}.penciicon-stack-overflow:before{content:"\f138"}.penciicon-twitch:before{content:"\f139"}.penciicon-steam:before{content:"\f13a"}.penciicon-vimeo:before{content:"\f13b"}.penciicon-xing:before{content:"\f13c"}.penciicon-whatsapp:before{content:"\f13d"}.penciicon-telegram:before{content:"\f13e"}.penciicon-reddit:before{content:"\f13f"}.penciicon-odnoklassniki:before{content:"\f140"}.penciicon-500px-monogram:before{content:"\f141"}.penciicon-stumbleupon:before{content:"\f142"}.penciicon-wechat:before{content:"\f143"}.penciicon-sina-weibo:before{content:"\f144"}.penciicon-line-1:before{content:"\f145"}.penciicon-viber-1:before{content:"\f146"}.penciicon-discord-1:before{content:"\f147"}.penciicon-rss:before{content:"\f148"}.penciicon-slack:before{content:"\f149"}.penciicon-slack-1:before{content:"\f14a"}.penciicon-tripadvisor:before{content:"\f14b"}.penciicon-tik-tok-1:before{content:"\f14c"}.penciicon-letter-d:before{content:"\f14d"}.penciicon-d:before{content:"\f14e"}.penciicon-blogger:before{content:"\f14f"}.penciicon-blogger-1:before{content:"\f150"}.penciicon-delicious:before{content:"\f151"}.penciicon-deviantart:before{content:"\f152"}.penciicon-digg:before{content:"\f153"}.penciicon-dribbble:before{content:"\f154"}.penciicon-ebay:before{content:"\f155"}.penciicon-ebay-1:before{content:"\f156"}.penciicon-evernote:before{content:"\f157"}.penciicon-evernote-1:before{content:"\f158"}.penciicon-flipboard:before{content:"\f159"}.penciicon-forrst:before{content:"\f15a"}.penciicon-forrst-1:before{content:"\f15b"}.penciicon-grooveshark:before{content:"\f15c"}.penciicon-grooveshark-1:before{content:"\f15d"}.penciicon-lastfm:before{content:"\f15e"}.penciicon-myspace:before{content:"\f15f"}.penciicon-myspace-logo:before{content:"\f160"}.penciicon-brand:before{content:"\f161"}.penciicon-skype:before{content:"\f162"}.penciicon-windows:before{content:"\f163"}.penciicon-yahoo-logo:before{content:"\f164"}.penciicon-yahoo:before{content:"\f165"}.penciicon-y:before{content:"\f166"}.penciicon-right-quotation-sign:before{content:"\f167"}.penciicon-deviantart-1:before{content:"\f168"}.penciicon-transfer:before{content:"\f169"}.penciicon-right-and-left:before{content:"\f16a"}.penciicon-exchange-2:before{content:"\f16b"}.penciicon-shopping-cart-3:before{content:"\f16c"}.penciicon-shop:before{content:"\f16d"}.penciicon-home:before{content:"\f16e"}.penciicon-user-1:before{content:"\f16f"}.penciicon-gallery:before{content:"\f170"}.penciicon-megaphone:before{content:"\f171"}.penciicon-news:before{content:"\f172"}.penciicon-newspaper:before{content:"\f173"}.penciicon-add:before{content:"\f174"}.penciicon-calculation-operations-minus-sign:before{content:"\f175"}.penciicon-x-twitter:before{content:"\f176"}.penciicon-threads:before{content:"\f177"}.penciicon-butterfly:before{content:"\f178"}.penciicon-square:before{content:"\f179"}.penci-faicon.penciicon-line,.penci-faicon.penciicon-viber,.penci-faicon.penciicon-threads,.penci-faicon.penciicon-butterfly,.penci-faicon.penciicon-x-twitter{transform:translateY(2px)}.pcsoc-icon.pcsoci-twitter .penci-faicon.penciicon-x-twitter,.penci-builder-element .penci-faicon.penciicon-x-twitter,#header .inner-header-social .penci-faicon.penciicon-x-twitter,.pcnew-share.penci-icon-full .post-share-item .penci-faicon.penciicon-x-twitter,.show-txt.focus-icon .post-share-item .penci-faicon.penciicon-x-twitter,.penci-social-colored .penci-faicon.penciicon-x-twitter,.penci-social-colored .penci-faicon.penciicon-viber,.penci-social-colored .penci-faicon.penciicon-line,.penci-social-colored .penci-faicon.penciicon-threads,.penci-social-colored .penci-faicon.penciicon-butterfly,.penci-social-square .penci-faicon.penciicon-x-twitter,.penci-social-square .penci-faicon.penciicon-viber,.penci-social-square .penci-faicon.penciicon-line,.penci-social-square .penci-faicon.penciicon-threads,.penci-social-square .penci-faicon.penciicon-butterfly,.footer-socials .penci-faicon.penciicon-line,.footer-socials .penci-faicon.penciicon-viber,.footer-socials .penci-faicon.penciicon-x-twitter,.footer-socials .penci-faicon.penciicon-x-threads,.footer-socials .penci-faicon.penciicon-x-butterfly,.single-product-share .new-ver-share .penci-faicon.penciicon-line,.single-product-share .new-ver-share .penci-faicon.penciicon-threads,.single-product-share .new-ver-share .penci-faicon.penciicon-butterfly,.single-product-share .new-ver-share .penci-faicon.penciicon-viber,.single-product-share .new-ver-share .penci-faicon.penciicon-x-twitter{transform:translateY(0)}.widget-social.penci-social-colored .penci-faicon.penciicon-x-twitter,.single-post-share.tags-share-box-s1 .penci-faicon.penciicon-x-twitter,.single-post-share.tags-share-box-s1 .penci-faicon.penciicon-threads,.single-post-share.tags-share-box-s1 .penci-faicon.penciicon-butterfly,.single-post-share.tags-share-box-s1 .penci-faicon.penciicon-viber,.single-post-share.tags-share-box-s1 .penci-faicon.penciicon-line{transform:translateY(2px)}
/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Version:      1.0
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */.penci-socialCT-wrap .penci-socialCT-item.penci-social-member a {
  background-color: #e2725c;
}
.penci-socialCT-wrap .penci-socialCT-item.penci-social-foursquare a {
  background-color: #0d9ed1;
}
.penci-socialCT-wrap .penci-socialCT-item.penci-social-px500 a {
  background-color: #00aeef;
}
.penci-socialCT-wrap .penci-socialCT-item.penci-social-mixcloud a {
  background-color: #589fc3;
}
.penci-socialCT-wrap .penci-socialCT-item.penci-social-goodreads a {
  background-color: #a06e0a;
}
.penci-socialCT-wrap .penci-socialCT-item.penci-social-posts a {
  background-color: #1abc9c;
}
.penci-socialCT-wrap .penci-socialCT-item.penci-social-comments a {
  background-color: #9b59b6;
}
.penci-socialCT-wrap:not(.columns-1) {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.penci-socialCT-wrap:not(.columns-1) .penci-socialCT-item {
  flex: 0 0 auto;
  padding-left: 5px;
  padding-right: 5px;
}
.penci-socialCT-wrap.columns-2 .penci-socialCT-item {
  width: 50%;
}
.penci-socialCT-wrap.columns-3 .penci-socialCT-item {
  width: 33.3333333333%;
}
.penci-socialCT-wrap.columns-4 .penci-socialCT-item {
  width: 25%;
}
.penci-socialCT-wrap.columns-5 .penci-socialCT-item {
  width: 20%;
}
.penci-socialCT-wrap.columns-6 .penci-socialCT-item {
  width: 16.6666666667%;
}
.penci-socialCT-wrap.penci-socialCT-s7 .penci-socialCT-item {
  overflow: visible;
}
.penci-socialCT-wrap.penci-socialCT-s7 .penci-socialCT-item a {
  background: transparent !important;
  border: 1px solid var(--pcborder-cl);
  color: var(--pcheading-cl);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
.penci-socialCT-wrap.penci-socialCT-s7 .penci-socialCT-item a:hover {
  background: rgba(55, 55, 55, 0.05) !important;
}
.penci-socialCT-wrap.penci-socialCT-s7 .penci-social-number {
  margin-right: 5px;
  font-weight: bold;
}
.penci-socialCT-wrap.penci-socialCT-s7 .penci-social-info-text {
  color: var(--pctext-cl);
}
.penci-socialCT-wrap.penci-socialCT-s8 .penci-socialCT-item span, .penci-socialCT-wrap.penci-socialCT-s9 .penci-socialCT-item span {
  display: block;
  text-align: center;
}
.penci-socialCT-wrap.penci-socialCT-s8 .penci-socialCT-item span i, .penci-socialCT-wrap.penci-socialCT-s9 .penci-socialCT-item span i {
  display: block;
  margin-right: 0;
  font-size: 28px;
  line-height: 1.2;
}
.penci-socialCT-wrap.penci-socialCT-s8 .penci-socialCT-item .penci-social-number, .penci-socialCT-wrap.penci-socialCT-s9 .penci-socialCT-item .penci-social-number {
  font-weight: bold;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.penci-socialCT-wrap.penci-socialCT-s8 .penci-socialCT-item .penci-social-info-text, .penci-socialCT-wrap.penci-socialCT-s9 .penci-socialCT-item .penci-social-info-text {
  font-size: 11px;
  opacity: 0.5;
}
.penci-socialCT-wrap.penci-socialCT-s8 .penci-socialCT-item a, .penci-socialCT-wrap.penci-socialCT-s9 .penci-socialCT-item a {
  justify-content: center;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.penci-socialCT-wrap.penci-socialCT-s8 {
  margin-left: 0;
  margin-right: 0;
}
.penci-socialCT-wrap.penci-socialCT-s8 .penci-socialCT-item {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: -1px;
  margin-right: -1px;
}
.penci-socialCT-wrap.penci-socialCT-s8 .penci-socialCT-item .penci-social-info-text {
  color: var(--pctext-cl);
}
.penci-socialCT-wrap.penci-socialCT-s8 .penci-socialCT-item a {
  background: transparent !important;
  border: 1px solid var(--pcborder-cl);
  color: var(--pcheading-cl);
}
.penci-socialCT-wrap.penci-socialCT-s8 .penci-socialCT-item a:hover {
  background-color: rgba(55, 55, 55, 0.05) !important;
}
.penci-socialCT-wrap.penci-socialCT-s9 {
  margin-left: -2px;
  margin-right: -2px;
}
.penci-socialCT-wrap.penci-socialCT-s9 .penci-socialCT-item {
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 4px;
}

.penci-social-textcolored .penci-social-member i {
  color: #e2725c;
}
.penci-social-textcolored .penci-social-foursquare i {
  color: #0d9ed1;
}
.penci-social-textcolored .penci-social-px500 i {
  color: #00aeef;
}
.penci-social-textcolored .penci-social-mixcloud i {
  color: #589fc3;
}
.penci-social-textcolored .penci-social-goodreads i {
  color: #a06e0a;
}
.penci-social-textcolored .penci-social-posts i {
  color: #1abc9c;
}
.penci-social-textcolored .penci-social-comments i {
  color: #9b59b6;
}
/*! elementor-icons - v5.44.0 - 01-09-2025 */
@font-face{font-family:eicons;src:url(../fonts/eicons.eot);src:url(../fonts/eicons.eot#iefix) format("embedded-opentype"),url(../fonts/eicons.woff2) format("woff2"),url(../fonts/eicons.woff) format("woff"),url(../fonts/eicons.ttf) format("truetype"),url(../images/eicons.svg#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e9dd"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-div-block:before{content:"\eb9b"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzag:before{content:"\e9cc"}.eicon-e-button:before{content:"\e9ce"}.eicon-flexbox:before{content:"\e9d0"}.eicon-paragraph:before{content:"\e9d1"}.eicon-icon:before{content:"\e9d2"}.eicon-e-image:before{content:"\e9d3"}.eicon-video:before{content:"\e9d4"}.eicon-svg:before{content:"\e9d5"}.eicon-e-divider:before{content:"\e9d6"}.eicon-e-heading:before{content:"\e9d7"}.eicon-atomic:before{content:"\ebae"}.eicon-library-delete:before{content:"\e9d8"}.eicon-library-copy:before{content:"\e9d9"}.eicon-library-folder-empty:before{content:"\e9da"}.eicon-library-move:before{content:"\e9db"}.eicon-library-edit:before{content:"\e9dc"}.eicon-library-subscription-upgrade:before{content:"\e9de"}.eicon-library-folder-view:before{content:"\e9df"}.eicon-library-grid:before{content:"\e9e1"}.eicon-library-cloud-connect:before{content:"\e9e2"}.eicon-library-import:before{content:"\e9e3"}.eicon-library-list:before{content:"\e9e4"}.eicon-library-cloud-empty:before{content:"\e9e5"}.eicon-folder-plus:before{content:"\e8aa"}.eicon-library-folder:before{content:"\e9e6"}.eicon-accessibility:before{content:"\e9bf"}.eicon-lock-outline:before{content:"\e9e7"}.eicon-e-youtube:before{content:"\e9e8"}.eicon-contact:before{content:"\ebd2"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}/*! elementor - v3.32.0 - 21-10-2025 */
:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}.elementor-kit-10{--e-global-color-primary:#306E88;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#285F9E;--e-global-typography-primary-font-family:"Noto Sans TC";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Noto Sans TC";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Sans TC";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Sans TC";--e-global-typography-accent-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/*! elementor - v3.32.0 - 21-10-2025 */
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}/*! elementor - v3.32.0 - 21-10-2025 */
.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var( --container-widget-align-self,initial );--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{min-height:22px;min-width:22px;position:relative}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{height:22px;inset:0;margin:auto;padding:0;position:absolute;width:22px}/*! elementor-pro - v3.32.0 - 21-10-2025 */
@charset "UTF-8";.elementor-widget-archive-posts:after,.elementor-widget-posts:after{display:none}.elementor-post__thumbnail__link{transition:none}.elementor-posts-container.elementor-posts-masonry{align-items:flex-start}.elementor-posts-container:not(.elementor-posts-masonry){align-items:stretch}.elementor-posts-container .elementor-post{margin:0;padding:0}.elementor-posts-container .elementor-post__excerpt{flex-grow:var(--read-more-alignment,0)}.elementor-posts-container .elementor-post__thumbnail{overflow:hidden}.elementor-posts-container .elementor-post__thumbnail img{display:block;max-height:none;max-width:none;transition:filter .3s;width:100%}.elementor-posts-container .elementor-post__thumbnail__link{display:block;position:relative;width:100%}.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail{inset:0}.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img{height:auto;left:calc(50% + 1px);position:absolute;top:calc(50% + 1px);transform:scale(1.01) translate(-50%,-50%)}.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail.elementor-fit-height img{height:100%;width:auto}.elementor-posts .elementor-post{flex-direction:column;transition-duration:.25s;transition-property:background,border,box-shadow}.elementor-posts .elementor-post__title{font-size:18px;margin:0}.elementor-posts .elementor-post__excerpt{margin-bottom:10px}.elementor-posts .elementor-post__excerpt p{color:#777;font-size:14px;line-height:1.5em;margin:0}.elementor-posts .elementor-post__text{display:var(--item-display,block);flex-direction:column;flex-grow:1}.elementor-posts .elementor-post__meta-data{color:#adadad;font-size:12px;line-height:1.3em;margin-bottom:13px}.elementor-posts .elementor-post__read-more{align-self:flex-start;font-size:12px;font-weight:700}.elementor-posts .elementor-post__thumbnail{position:relative}.elementor-posts--skin-classic .elementor-post{overflow:hidden}.elementor-posts--align-left .elementor-post{text-align:left}.elementor-posts--align-right .elementor-post{text-align:right}.elementor-posts--align-center .elementor-post{text-align:center}.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px}.elementor-posts--thumbnail-top .elementor-post__text{width:100%}.elementor-posts--thumbnail-top.elementor-posts--align-left .elementor-post__thumbnail__link{margin-right:auto}.elementor-posts--thumbnail-top.elementor-posts--align-right .elementor-post__thumbnail__link{margin-left:auto}.elementor-posts--thumbnail-top.elementor-posts--align-center .elementor-post__thumbnail__link{margin-left:auto;margin-right:auto}.elementor-posts--thumbnail-left .elementor-post,.elementor-posts--thumbnail-right .elementor-post{flex-direction:row}.elementor-posts--thumbnail-left .elementor-post__thumbnail__link,.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{flex-shrink:0;width:25%}.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;order:0}.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;order:5}.elementor-posts--thumbnail-none .elementor-posts-container .elementor-post__thumbnail__link{display:none}.elementor-posts .elementor-post{display:flex}.elementor-posts .elementor-post__card{background-color:#fff;border:0 solid #69727d;border-radius:3px;display:flex;flex-direction:column;min-height:100%;overflow:hidden;position:relative;transition:all .25s;width:100%}.elementor-posts .elementor-post__card .elementor-post__thumbnail{position:relative;transform-style:preserve-3d;-webkit-transform-style:preserve-3d}.elementor-posts .elementor-post__card .elementor-post__thumbnail img{width:calc(100% + 1px)}.elementor-posts .elementor-post__card .elementor-post__text{margin-bottom:0;margin-top:20px;padding:0 30px}.elementor-posts .elementor-post__card .elementor-post__read-more{display:inline-block;margin-bottom:20px}.elementor-posts .elementor-post__card .elementor-post__meta-data{border-top:1px solid #eaeaea;margin-bottom:0;padding:15px 30px}.elementor-posts .elementor-post__card .elementor-post__meta-data span+span:before{margin:0 5px}.elementor-posts .elementor-post__card .elementor-post__title{font-size:21px}.elementor-posts .elementor-post__card .elementor-post__excerpt{line-height:1.7}.elementor-posts .elementor-post__card .elementor-post__excerpt,.elementor-posts .elementor-post__card .elementor-post__title{margin-bottom:25px}.elementor-posts .elementor-post__card .elementor-post__badge,.elementor-posts .elementor-post__card .elementor-post__read-more{text-transform:uppercase}.elementor-posts .elementor-post__badge{background:#69727d;border-radius:999px;color:#fff;font-size:12px;font-weight:400;line-height:1;margin:20px;padding:.6em 1.2em;position:absolute;top:0}.elementor-posts .elementor-post__avatar{height:0;padding:0 30px;pointer-events:none;position:relative;top:-25px;width:100%}.elementor-posts .elementor-post__avatar img{border-radius:50%;pointer-events:all;transform:translateY(-50%);width:60px}.elementor-posts .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__meta-data,.elementor-posts--thumbnail-top .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__meta-data{margin-top:auto}.elementor-posts--thumbnail-none .elementor-post__card .elementor-post__avatar{height:auto;padding-top:0;position:static}.elementor-posts--thumbnail-none .elementor-post__card .elementor-post__avatar img.avatar{transform:translateY(0);vertical-align:bottom}.elementor-posts--show-avatar .elementor-post__thumbnail__link{margin-bottom:25px}.elementor-posts__hover-gradient .elementor-post__card .elementor-post__thumbnail__link:after{background-image:linear-gradient(0deg,rgba(0,0,0,.35),transparent 75%);background-repeat:no-repeat;bottom:0;content:"";display:block;height:100%;opacity:1;position:absolute;transition:all .3s ease-out;width:100%}.elementor-posts__hover-gradient .elementor-post__card:hover .elementor-post__thumbnail__link:after{opacity:.5}.elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img{height:100%}.elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img{width:calc(100% + 1px)}.elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img{height:115%}.elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img{width:115%}.elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img{height:115%}.elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img{width:115%}.elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img{height:100%}.elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img{width:calc(100% + 1px)}.elementor-posts__hover-zoom-in .elementor-post__thumbnail img,.elementor-posts__hover-zoom-out .elementor-post__thumbnail img{transition:filter .3s,height 1s cubic-bezier(0,.25,.07,1),width 1s cubic-bezier(0,.25,.07,1)}.elementor-card-shadow-yes .elementor-post__card{box-shadow:0 0 10px 0 rgba(0,0,0,.15)}.elementor-card-shadow-yes .elementor-post__card:hover{box-shadow:0 0 30px 0 rgba(0,0,0,.15)}.elementor-posts--skin-full_content article{flex-direction:column;overflow:hidden}.elementor-posts--skin-full_content article .elementor-post__thumbnail{padding-bottom:0}body.elementor-editor-active .elementor-posts--skin-archive_full_content,body.elementor-editor-active .elementor-posts--skin-full_content{pointer-events:none}body.elementor-editor-active .elementor-posts--skin-archive_full_content .elementor-post__thumbnail__link,body.elementor-editor-active .elementor-posts--skin-full_content .elementor-post__thumbnail__link{display:none}.elementor-posts.elementor-posts--skin-archive_full_content article.elementor-post,body.elementor-editor-active .elementor-posts--show-thumbnail .elementor-post__thumbnail__link{display:block}.elementor-portfolio__filters{display:flex;flex-wrap:wrap;justify-content:center;list-style:none;margin:0;padding:0}.elementor-portfolio__filter{cursor:pointer;margin:0;padding:8px}.elementor-portfolio__filter:focus-visible{outline:1px auto -webkit-focus-ring-color}.elementor-portfolio-item{align-self:flex-start;margin:0;overflow:hidden;transform-style:preserve-3d;transition-property:transform,opacity;transition-timing-function:ease-in-out}.elementor-portfolio-item__title{color:#fff;font-size:18px;line-height:1;margin:0;padding:0}.elementor-portfolio-item__tags__separator:before{content:", "}.elementor-portfolio-item__overlay{background-color:hsla(213,9%,45%,.8);display:flex;flex-direction:column;inset:0;justify-content:center;opacity:0;overflow:hidden;padding:15px;position:absolute;text-align:center;transition:opacity 1s}.elementor-portfolio-item__img img[src=""]{background-color:rgba(0,0,0,.1);height:100%}.elementor-portfolio-item:focus-within .elementor-portfolio-item__overlay,.elementor-portfolio-item:hover .elementor-portfolio-item__overlay{opacity:1;transition:opacity .5s}.elementor-portfolio.elementor-has-item-ratio{transition:height .5s}.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail{background-color:rgba(0,0,0,.1);position:absolute}.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail__link{padding-bottom:56.25%}.elementor ul li.elementor-portfolio__filter{list-style-type:none}.e-con-inner>.elementor-widget-portfolio,.e-con>.elementor-widget-portfolio{width:var(--container-widget-width);--flex-grow:var( --container-widget-flex-grow )}.elementor-widget-archive-posts.load-more-align-center .elementor-button-wrapper,.elementor-widget-posts.load-more-align-center .elementor-button-wrapper{text-align:center}.elementor-widget-archive-posts.load-more-align-start .elementor-button-wrapper,.elementor-widget-posts.load-more-align-start .elementor-button-wrapper{text-align:start}.elementor-widget-archive-posts.load-more-align-end .elementor-button-wrapper,.elementor-widget-posts.load-more-align-end .elementor-button-wrapper{text-align:end}.elementor-widget-archive-posts.load-more-align-justify .elementor-button,.elementor-widget-posts.load-more-align-justify .elementor-button{width:100%}.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container,.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container{cursor:default}.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner,.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner{margin-top:var(--load-more—spacing,30px)}.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner i,.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner svg,.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner i,.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner svg{display:flex}.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper,.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper{visibility:hidden}.elementor-widget-archive-posts.e-load-more-pagination-end:not(:has(>.elementor-widget-container))>.elementor-button-wrapper,.elementor-widget-archive-posts.e-load-more-pagination-end>.elementor-widget-container>.elementor-button-wrapper,.elementor-widget-posts.e-load-more-pagination-end:not(:has(>.elementor-widget-container))>.elementor-button-wrapper,.elementor-widget-posts.e-load-more-pagination-end>.elementor-widget-container>.elementor-button-wrapper{display:none}.elementor-widget-archive-posts.e-load-more-pagination-end:not(:has(>.elementor-widget-container))>.e-load-more-message,.elementor-widget-archive-posts.e-load-more-pagination-end>.elementor-widget-container>.e-load-more-message,.elementor-widget-posts.e-load-more-pagination-end:not(:has(>.elementor-widget-container))>.e-load-more-message,.elementor-widget-posts.e-load-more-pagination-end>.elementor-widget-container>.e-load-more-message{display:block}.elementor-widget-archive-posts.e-load-more-no-spinner:not(:has(>.elementor-widget-container))>.elementor-button-wrapper .elementor-button-content-wrapper,.elementor-widget-archive-posts.e-load-more-no-spinner>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper,.elementor-widget-posts.e-load-more-no-spinner:not(:has(>.elementor-widget-container))>.elementor-button-wrapper .elementor-button-content-wrapper,.elementor-widget-posts.e-load-more-no-spinner>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper{visibility:visible}.elementor-widget-archive-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner,.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner,.elementor-widget-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner,.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner{display:flex}.elementor-widget-archive-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner i,.elementor-widget-archive-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner svg,.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner i,.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner svg,.elementor-widget-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner i,.elementor-widget-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner svg,.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner i,.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner svg{display:none;margin:0 auto}.elementor-widget-archive-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner i,.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner i,.elementor-widget-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner i,.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner i{color:var(--load-more-spinner-color)}.elementor-widget-archive-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner svg,.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner svg,.elementor-widget-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner svg,.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner svg{fill:var(--load-more-spinner-color);height:1em;width:1em}.elementor-widget-archive-posts:not(:has(>.elementor-widget-container)) .e-load-more-message,.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-message,.elementor-widget-posts:not(:has(>.elementor-widget-container)) .e-load-more-message,.elementor-widget-posts>.elementor-widget-container .e-load-more-message{color:var(--load-more-message-color);display:none;margin-top:var(--load-more—spacing,30px);text-align:var(--load-more-message-alignment,center)}.elementor-widget-archive-posts:not(:has(>.elementor-widget-container))>.elementor-button-wrapper,.elementor-widget-archive-posts>.elementor-widget-container>.elementor-button-wrapper,.elementor-widget-posts:not(:has(>.elementor-widget-container))>.elementor-button-wrapper,.elementor-widget-posts>.elementor-widget-container>.elementor-button-wrapper{margin-top:var(--load-more—spacing,30px)}.elementor-widget-archive-posts:not(:has(>.elementor-widget-container))>.elementor-button-wrapper .e-load-more-spinner,.elementor-widget-archive-posts>.elementor-widget-container>.elementor-button-wrapper .e-load-more-spinner,.elementor-widget-posts:not(:has(>.elementor-widget-container))>.elementor-button-wrapper .e-load-more-spinner,.elementor-widget-posts>.elementor-widget-container>.elementor-button-wrapper .e-load-more-spinner{inset-block-start:50%;inset-inline-start:50%;margin:inherit;position:absolute;transform:translate(-50%,-50%)}.elementor-widget-archive-posts:not(:has(>.elementor-widget-container))>.elementor-button-wrapper .elementor-button,.elementor-widget-archive-posts>.elementor-widget-container>.elementor-button-wrapper .elementor-button,.elementor-widget-posts:not(:has(>.elementor-widget-container))>.elementor-button-wrapper .elementor-button,.elementor-widget-posts>.elementor-widget-container>.elementor-button-wrapper .elementor-button{cursor:pointer;position:relative}/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.elementor-element,.elementor-lightbox{--swiper-theme-color:#000;--swiper-navigation-size:44px;--swiper-pagination-bullet-size:6px;--swiper-pagination-bullet-horizontal-gap:6px}.elementor-element .swiper .swiper-slide figure,.elementor-lightbox .swiper .swiper-slide figure{line-height:0}.elementor-element .swiper .elementor-lightbox-content-source,.elementor-lightbox .swiper .elementor-lightbox-content-source{display:none}.elementor-element .swiper .elementor-swiper-button,.elementor-element .swiper~.elementor-swiper-button,.elementor-lightbox .swiper .elementor-swiper-button,.elementor-lightbox .swiper~.elementor-swiper-button{color:hsla(0,0%,93%,.9);cursor:pointer;display:inline-flex;font-size:25px;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.elementor-element .swiper .elementor-swiper-button svg,.elementor-element .swiper~.elementor-swiper-button svg,.elementor-lightbox .swiper .elementor-swiper-button svg,.elementor-lightbox .swiper~.elementor-swiper-button svg{fill:hsla(0,0%,93%,.9);height:1em;width:1em}.elementor-element .swiper .elementor-swiper-button-prev,.elementor-element .swiper~.elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev,.elementor-lightbox .swiper~.elementor-swiper-button-prev{left:10px}.elementor-element .swiper .elementor-swiper-button-next,.elementor-element .swiper~.elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next,.elementor-lightbox .swiper~.elementor-swiper-button-next{right:10px}.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled{opacity:.3}.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image{width:100%}.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper .swiper-pagination-custom,.elementor-element .swiper .swiper-pagination-fraction,.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper~.swiper-pagination-custom,.elementor-element .swiper~.swiper-pagination-fraction,.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper .swiper-pagination-custom,.elementor-lightbox .swiper .swiper-pagination-fraction,.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper~.swiper-pagination-custom,.elementor-lightbox .swiper~.swiper-pagination-fraction{bottom:5px}.elementor-element .swiper.swiper-cube .elementor-swiper-button,.elementor-element .swiper.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button{transform:translate3d(0,-50%,1px)}.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets{bottom:5px;left:0;width:100%}.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.elementor-element :where(.swiper-horizontal)~.swiper-pagination-progressbar,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-progressbar{height:4px;left:0;top:0;width:100%}.elementor-element.elementor-pagination-position-outside .swiper,.elementor-lightbox.elementor-pagination-position-outside .swiper{padding-bottom:30px}.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button{top:calc(50% - 30px / 2)}.elementor-element .elementor-swiper,.elementor-lightbox .elementor-swiper{position:relative}.elementor-element .elementor-main-swiper,.elementor-lightbox .elementor-main-swiper{position:static}.elementor-element.elementor-arrows-position-outside .swiper,.elementor-lightbox.elementor-arrows-position-outside .swiper{width:calc(100% - 60px)}.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev{left:0}.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next{right:0}/*! elementor-pro - v3.32.0 - 21-10-2025 */
.elementor-widget-n-carousel{--e-n-carousel-slides-to-show:3;--e-n-carousel-swiper-slides-gap:10px;--e-n-carousel-swiper-slides-to-display:3;--e-n-carousel-swiper-pagination-size:0;--e-n-carousel-swiper-pagination-spacing:10px;--e-n-carousel-swiper-offset-size:0;height:-moz-fit-content;height:fit-content;--e-n-carousel-arrow-prev-top-align:50%;--e-n-carousel-arrow-prev-top-position:0px;--e-n-carousel-arrow-prev-caption-spacing:15px;--e-n-carousel-arrow-next-top-align:50%;--e-n-carousel-arrow-next-top-position:0px;--e-n-carousel-arrow-next-caption-spacing:15px;--e-n-carousel-arrow-prev-left-align:0px;--e-n-carousel-arrow-prev-left-position:0px;--e-n-carousel-arrow-next-right-align:0px;--e-n-carousel-arrow-next-right-position:0px;--e-n-carousel-arrow-next-translate-x:0px;--e-n-carousel-arrow-next-translate-y:0px;--e-n-carousel-arrow-prev-translate-x:0px;--e-n-carousel-arrow-prev-translate-y:0px;--e-n-carousel-swiper-padding-bottom:calc(var(--e-n-carousel-swiper-pagination-size) + var(--e-n-carousel-swiper-pagination-spacing));--e-n-carousel-dots-vertical-position:100%;--e-n-carousel-dots-vertical-offset:0px;--e-n-carousel-dots-horizontal-position:50%;--e-n-carousel-dots-horizontal-offset:0px;--e-n-carousel-dots-horizontal-transform:-50%;--e-n-carousel-dots-vertical-transform:-100%;--e-n-carousel-fraction-vertical-position:100%;--e-n-carousel-fraction-vertical-offset:0px;--e-n-carousel-fraction-horizontal-position:50%;--e-n-carousel-fraction-horizontal-offset:0px;--e-n-carousel-fraction-horizontal-transform:-50%;--e-n-carousel-fraction-vertical-transform:-100%;--direction-multiplier:1}.elementor-widget-n-carousel .e-n-carousel{display:flex;min-width:0}.elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper>.swiper-slide-active.elementor-edit-area-active{overflow:initial}.elementor-widget-n-carousel .e-n-carousel.offset-left{padding-inline-start:var(--e-n-carousel-swiper-offset-size,0)}.elementor-widget-n-carousel .e-n-carousel.offset-both,.elementor-widget-n-carousel .e-n-carousel.offset-right{padding-inline-end:var(--e-n-carousel-swiper-offset-size,0)}.elementor-widget-n-carousel .e-n-carousel.offset-both{padding-inline-start:var(--e-n-carousel-swiper-offset-size,0)}.elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper .swiper-slide a.e-con{display:var(--display)}.elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper>.swiper-slide{flex-shrink:0;height:var(--e-n-carousel-slide-height,initial)}.elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper>.swiper-slide>.e-con{height:var(--e-n-carousel-slide-container-height,initial);max-width:calc(100% - var(--margin-inline-start, var(--margin-left)) - var(--margin-inline-end, var(--margin-right)))}.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next,.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev{border-style:var(--e-n-carousel-arrow-normal-border-type);color:var(--e-n-carousel-arrow-normal-color,hsla(0,0%,93%,.9));font-size:var(--e-n-carousel-arrow-size,25px);transition-duration:.25s;z-index:2}.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next svg,.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev svg{fill:var(--e-n-carousel-arrow-normal-color,hsla(0,0%,93%,.9))}.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next:hover,.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover{border-style:var(--e-n-carousel-arrow-hover-border-type);color:var(--e-n-carousel-arrow-hover-color,hsla(0,0%,93%,.9))}.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next:hover svg,.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover svg{fill:var(--e-n-carousel-arrow-hover-color,hsla(0,0%,93%,.9))}.elementor-widget-n-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-next{right:calc(var(--e-n-carousel-arrow-next-right-align) + var(--e-n-carousel-arrow-next-right-position));top:calc(var(--e-n-carousel-arrow-next-top-align) + var(--e-n-carousel-arrow-next-top-position) - var(--e-n-carousel-arrow-next-caption-spacing));transform:translate(var(--e-n-carousel-arrow-next-translate-x),var(--e-n-carousel-arrow-next-translate-y))}.elementor-widget-n-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-prev{left:calc(var(--e-n-carousel-arrow-prev-left-align) + var(--e-n-carousel-arrow-prev-left-position));top:calc(var(--e-n-carousel-arrow-prev-top-align) + var(--e-n-carousel-arrow-prev-top-position) - var(--e-n-carousel-arrow-prev-caption-spacing));transform:translate(var(--e-n-carousel-arrow-prev-translate-x),var(--e-n-carousel-arrow-prev-translate-y))}.elementor-widget-n-carousel.elementor-pagination-type-bullets{--e-n-carousel-swiper-pagination-size:6px}.elementor-widget-n-carousel.elementor-pagination-type-fraction{--e-n-carousel-swiper-pagination-size:16px}.elementor-widget-n-carousel.elementor-pagination-type-progressbar{--e-n-carousel-swiper-pagination-size:4px}.elementor-widget-n-carousel .swiper-pagination-progressbar{height:var(--e-n-carousel-swiper-pagination-size)}.elementor-widget-n-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--e-n-carousel-progressbar-normal-color,#000)}.elementor-widget-n-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill:hover{background:var(--e-n-carousel-progressbar-hover-color,#000)}.elementor-widget-n-carousel .swiper-pagination-fraction{color:var(--e-n-carousel-fraction-color,#000)}.elementor-widget-n-carousel .swiper-pagination-bullet{background:var(--e-n-carousel-dots-normal-color,#000);height:var(--e-n-carousel-swiper-pagination-size);width:var(--e-n-carousel-swiper-pagination-size)}.elementor-widget-n-carousel .swiper-pagination-bullet:hover{background:var(--e-n-carousel-dots-hover-color,#000);opacity:1}.elementor-widget-n-carousel .swiper-horizontal>.swiper-pagination-bullets,.elementor-widget-n-carousel .swiper-pagination,.elementor-widget-n-carousel .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-widget-n-carousel .swiper-pagination-custom,.elementor-widget-n-carousel .swiper-pagination-fraction{font-size:var(--e-n-carousel-swiper-pagination-size);line-height:var(--e-n-carousel-swiper-pagination-size)}.elementor-widget-n-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container))>.swiper,.elementor-widget-n-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container))>.swiper-container,.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper,.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper-container{padding-bottom:var(--e-n-carousel-swiper-padding-bottom)}.elementor-widget-n-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container))>.swiper .elementor-background-slideshow,.elementor-widget-n-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container))>.swiper-container .elementor-background-slideshow,.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper .elementor-background-slideshow,.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper-container .elementor-background-slideshow{padding-bottom:0}.elementor-widget-n-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container)) .swiper-pagination-bullet,.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container .swiper-pagination-bullet{vertical-align:top}.elementor-widget-n-carousel .swiper-pagination-bullets{height:-moz-max-content;height:max-content;inset-inline-start:calc(var(--e-n-carousel-dots-horizontal-position) + var(--e-n-carousel-dots-horizontal-offset));top:calc(var(--e-n-carousel-dots-vertical-position) + var(--e-n-carousel-dots-vertical-offset));transform:translate(calc(var(--e-n-carousel-dots-horizontal-transform) * var(--direction-multiplier, 1)),var(--e-n-carousel-dots-vertical-transform));width:-moz-max-content;width:max-content;z-index:3}.elementor-widget-n-carousel .swiper-pagination-fraction{height:-moz-max-content;height:max-content;inset-inline-start:calc(var(--e-n-carousel-fraction-horizontal-position) + var(--e-n-carousel-fraction-horizontal-offset));top:calc(var(--e-n-carousel-fraction-vertical-position) + var(--e-n-carousel-fraction-vertical-offset));transform:translate(calc(var(--e-n-carousel-fraction-horizontal-transform) * var(--direction-multiplier, 1)),var(--e-n-carousel-fraction-vertical-transform));width:-moz-max-content;width:max-content;z-index:3}.swiper-container:not(.swiper-container-initialized)>.swiper-wrapper,.swiper:not(.swiper-initialized)>.swiper-wrapper{gap:var(--e-n-carousel-swiper-slides-gap);overflow:hidden}.swiper-container:not(.swiper-container-initialized)>.swiper-wrapper>.swiper--slide,.swiper:not(.swiper-initialized)>.swiper-wrapper>.swiper--slide{--e-n-carousel-number-of-gaps:max(calc(var(--e-n-carousel-swiper-slides-to-display) - 1),0);--e-n-carousel-gaps-width-total:calc(var(--e-n-carousel-number-of-gaps) * var(--e-n-carousel-swiper-slides-gap));max-width:calc((100% - var(--e-n-carousel-gaps-width-total)) / var(--e-n-carousel-swiper-slides-to-display, 1))}[data-core-v316-plus=true] .elementor-widget-n-carousel .e-n-carousel .swiper-slide>.e-con{--padding-top:initial;--padding-right:initial;--padding-bottom:initial;--padding-left:initial}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}/*! elementor - v3.32.0 - 21-10-2025 */
.elementor-widget-video .elementor-widget-container,.elementor-widget-video:not(:has(.elementor-widget-container)){overflow:hidden;transform:translateZ(0)}.elementor-widget-video .elementor-wrapper{aspect-ratio:var(--video-aspect-ratio)}.elementor-widget-video .elementor-wrapper iframe,.elementor-widget-video .elementor-wrapper video{background-color:#000;border:none;display:flex;height:100%;width:100%}.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay{background-position:50%;background-size:cover;inset:0;position:absolute}.elementor-widget-video .elementor-custom-embed-image-overlay{cursor:pointer;text-align:center}.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i{opacity:1}.elementor-widget-video .elementor-custom-embed-image-overlay img{aspect-ratio:var(--video-aspect-ratio);display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;width:100%}.elementor-widget-video .e-hosted-video .elementor-video{-o-object-fit:cover;object-fit:cover}.e-con-inner>.elementor-widget-video,.e-con>.elementor-widget-video{width:var(--container-widget-width);--flex-grow:var( --container-widget-flex-grow )}/*! elementor - v3.32.0 - 21-10-2025 */
.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}.elementor-3408 .elementor-element.elementor-element-4f98172{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--flex-wrap:wrap;--align-content:flex-start;--overlay-opacity:0.5;border-style:none;--border-style:none;box-shadow:0px 0px 20px 0px rgba(0,0,0,0.5);}.elementor-3408 .elementor-element.elementor-element-4f98172::before, .elementor-3408 .elementor-element.elementor-element-4f98172 > .elementor-background-video-container::before, .elementor-3408 .elementor-element.elementor-element-4f98172 > .e-con-inner > .elementor-background-video-container::before, .elementor-3408 .elementor-element.elementor-element-4f98172 > .elementor-background-slideshow::before, .elementor-3408 .elementor-element.elementor-element-4f98172 > .e-con-inner > .elementor-background-slideshow::before, .elementor-3408 .elementor-element.elementor-element-4f98172 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-3408 .elementor-element.elementor-element-be60a3e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overlay-opacity:0.3;}.elementor-3408 .elementor-element.elementor-element-be60a3e:not(.elementor-motion-effects-element-type-background), .elementor-3408 .elementor-element.elementor-element-be60a3e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("../images/index-banner-01-01-01-01.webp");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-3408 .elementor-element.elementor-element-be60a3e::before, .elementor-3408 .elementor-element.elementor-element-be60a3e > .elementor-background-video-container::before, .elementor-3408 .elementor-element.elementor-element-be60a3e > .e-con-inner > .elementor-background-video-container::before, .elementor-3408 .elementor-element.elementor-element-be60a3e > .elementor-background-slideshow::before, .elementor-3408 .elementor-element.elementor-element-be60a3e > .e-con-inner > .elementor-background-slideshow::before, .elementor-3408 .elementor-element.elementor-element-be60a3e > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-3408 .elementor-element.elementor-element-5cebfdc{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3408 .elementor-element.elementor-element-11ba1fe > .elementor-widget-container{margin:160px 0px 0px 030px;}.elementor-3408 .elementor-element.elementor-element-11ba1fe{text-align:left;}.elementor-3408 .elementor-element.elementor-element-11ba1fe .elementor-heading-title{font-family:"Noto Sans TC", Sans-serif;font-size:40px;font-weight:600;color:#FFFFFF;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-3408 .elementor-element.elementor-element-98f5b7a > .elementor-widget-container{margin:0px 0px 0px 30px;}.elementor-3408 .elementor-element.elementor-element-98f5b7a{text-align:left;font-family:"Noto Sans TC", Sans-serif;font-size:14px;font-weight:500;color:#FFFFFF;}.elementor-3408 .elementor-element.elementor-element-d270eab{--spacer-size:218px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-3408 .elementor-element.elementor-element-19244aa .elementor-button{background-color:var( --e-global-color-secondary );font-family:"Noto Sans TC", Sans-serif;font-weight:500;border-radius:5px 5px 5px 5px;}.elementor-3408 .elementor-element.elementor-element-19244aa .elementor-button:hover, .elementor-3408 .elementor-element.elementor-element-19244aa .elementor-button:focus{background-color:var( --e-global-color-text );}.elementor-3408 .elementor-element.elementor-element-19244aa{z-index:8;}.elementor-3408 .elementor-element.elementor-element-463a171{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3408 .elementor-element.elementor-element-6fe2586{--display:flex;}.elementor-3408 .elementor-element.elementor-element-85268b5{--spacer-size:344px;}.elementor-3408 .elementor-element.elementor-element-4ad7134{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.8;--border-radius:20px 20px 20px 20px;--z-index:20;}.elementor-3408 .elementor-element.elementor-element-4ad7134::before, .elementor-3408 .elementor-element.elementor-element-4ad7134 > .elementor-background-video-container::before, .elementor-3408 .elementor-element.elementor-element-4ad7134 > .e-con-inner > .elementor-background-video-container::before, .elementor-3408 .elementor-element.elementor-element-4ad7134 > .elementor-background-slideshow::before, .elementor-3408 .elementor-element.elementor-element-4ad7134 > .e-con-inner > .elementor-background-slideshow::before, .elementor-3408 .elementor-element.elementor-element-4ad7134 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#292C30;--background-overlay:'';}.elementor-3408 .elementor-element.elementor-element-873f849 .elementor-heading-title{font-family:"Noto Sans TC", Sans-serif;font-size:16px;font-weight:500;color:#FFFFFF;}.elementor-widget-posts .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-posts a.elementor-post__read-more{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-3408 .elementor-element.elementor-element-abf28ec > .elementor-widget-container{margin:0px 10px 10px 10px;}.elementor-3408 .elementor-element.elementor-element-abf28ec .elementor-post__thumbnail__link{width:100%;}.elementor-3408 .elementor-element.elementor-element-abf28ec{--grid-column-gap:10px;}.elementor-3408 .elementor-element.elementor-element-abf28ec.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:10px;}.elementor-3408 .elementor-element.elementor-element-abf28ec.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:10px;}.elementor-3408 .elementor-element.elementor-element-abf28ec.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:10px;}.elementor-3408 .elementor-element.elementor-element-abf28ec .elementor-post__title, .elementor-3408 .elementor-element.elementor-element-abf28ec .elementor-post__title a{color:#FFFFFF;font-family:"Noto Sans TC", Sans-serif;font-size:12px;font-weight:400;}.elementor-3408 .elementor-element.elementor-element-abf28ec .elementor-post__read-more{color:#FFF75E;}.elementor-3408 .elementor-element.elementor-element-abf28ec a.elementor-post__read-more{font-family:"Noto Sans TC", Sans-serif;font-weight:500;}.elementor-3408 .elementor-element.elementor-element-abf28ec .elementor-post__text{margin-bottom:0px;}.elementor-3408 .elementor-element.elementor-element-a6ad4d1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overlay-opacity:0.5;}.elementor-3408 .elementor-element.elementor-element-a6ad4d1:not(.elementor-motion-effects-element-type-background), .elementor-3408 .elementor-element.elementor-element-a6ad4d1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("../images/index-banner-03-01-01.webp");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-3408 .elementor-element.elementor-element-a6ad4d1::before, .elementor-3408 .elementor-element.elementor-element-a6ad4d1 > .elementor-background-video-container::before, .elementor-3408 .elementor-element.elementor-element-a6ad4d1 > .e-con-inner > .elementor-background-video-container::before, .elementor-3408 .elementor-element.elementor-element-a6ad4d1 > .elementor-background-slideshow::before, .elementor-3408 .elementor-element.elementor-element-a6ad4d1 > .e-con-inner > .elementor-background-slideshow::before, .elementor-3408 .elementor-element.elementor-element-a6ad4d1 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-3408 .elementor-element.elementor-element-c268159{--display:flex;}.elementor-3408 .elementor-element.elementor-element-a38adf8 > .elementor-widget-container{margin:160px 0px 0px 030px;}.elementor-3408 .elementor-element.elementor-element-a38adf8{text-align:left;}.elementor-3408 .elementor-element.elementor-element-a38adf8 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:40px;font-weight:600;color:#FFFFFF;}.elementor-3408 .elementor-element.elementor-element-1b3936f > .elementor-widget-container{margin:0px 0px 0px 30px;}.elementor-3408 .elementor-element.elementor-element-1b3936f{text-align:left;font-family:"Noto Sans TC", Sans-serif;font-size:14px;font-weight:500;color:#FFFFFF;}.elementor-3408 .elementor-element.elementor-element-7710a39{--spacer-size:218px;}.elementor-3408 .elementor-element.elementor-element-db7b356 .elementor-button{background-color:var( --e-global-color-secondary );border-radius:5px 5px 5px 5px;}.elementor-3408 .elementor-element.elementor-element-db7b356 .elementor-button:hover, .elementor-3408 .elementor-element.elementor-element-db7b356 .elementor-button:focus{background-color:var( --e-global-color-text );}.elementor-3408 .elementor-element.elementor-element-83445a5{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3408 .elementor-element.elementor-element-dbaf070{--display:flex;}.elementor-3408 .elementor-element.elementor-element-b20549d{--spacer-size:344px;}.elementor-3408 .elementor-element.elementor-element-eaed650{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.8;--border-radius:20px 20px 20px 20px;}.elementor-3408 .elementor-element.elementor-element-eaed650::before, .elementor-3408 .elementor-element.elementor-element-eaed650 > .elementor-background-video-container::before, .elementor-3408 .elementor-element.elementor-element-eaed650 > .e-con-inner > .elementor-background-video-container::before, .elementor-3408 .elementor-element.elementor-element-eaed650 > .elementor-background-slideshow::before, .elementor-3408 .elementor-element.elementor-element-eaed650 > .e-con-inner > .elementor-background-slideshow::before, .elementor-3408 .elementor-element.elementor-element-eaed650 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#292C30;--background-overlay:'';}.elementor-3408 .elementor-element.elementor-element-0a406ca .elementor-heading-title{font-family:"Noto Sans TC", Sans-serif;font-size:16px;font-weight:500;color:#FFFFFF;}.elementor-3408 .elementor-element.elementor-element-a5fa3a8 > .elementor-widget-container{margin:0px 10px 10px 10px;}.elementor-3408 .elementor-element.elementor-element-a5fa3a8 .elementor-post__thumbnail__link{width:100%;}.elementor-3408 .elementor-element.elementor-element-a5fa3a8{--grid-column-gap:15px;}.elementor-3408 .elementor-element.elementor-element-a5fa3a8.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:10px;}.elementor-3408 .elementor-element.elementor-element-a5fa3a8.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:10px;}.elementor-3408 .elementor-element.elementor-element-a5fa3a8.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:10px;}.elementor-3408 .elementor-element.elementor-element-a5fa3a8 .elementor-post__title, .elementor-3408 .elementor-element.elementor-element-a5fa3a8 .elementor-post__title a{color:#FFFFFF;font-family:"Noto Sans TC", Sans-serif;font-size:12px;font-weight:400;}.elementor-3408 .elementor-element.elementor-element-a5fa3a8 .elementor-post__read-more{color:#FFF75E;}.elementor-3408 .elementor-element.elementor-element-a5fa3a8 a.elementor-post__read-more{font-family:"Noto Sans TC", Sans-serif;font-weight:500;}.elementor-3408 .elementor-element.elementor-element-a5fa3a8 .elementor-post__text{margin-bottom:0px;}.elementor-3408 .elementor-element.elementor-element-0086e28{--e-n-carousel-swiper-slides-to-display:1;--e-n-carousel-swiper-slides-gap:10px;--e-n-carousel-slide-height:auto;--e-n-carousel-slide-container-height:100%;--e-n-carousel-arrow-prev-left-align:100%;--e-n-carousel-arrow-prev-translate-x:-100%;--e-n-carousel-arrow-prev-left-position:-62px;--e-n-carousel-arrow-prev-top-align:0%;--e-n-carousel-arrow-prev-caption-spacing:0px;--e-n-carousel-arrow-prev-translate-y:0px;--e-n-carousel-arrow-prev-top-position:30px;--e-n-carousel-arrow-next-right-align:0%;--e-n-carousel-arrow-next-translate-x:0%;--e-n-carousel-arrow-next-right-position:10px;--e-n-carousel-arrow-next-top-align:0%;--e-n-carousel-arrow-next-caption-spacing:0px;--e-n-carousel-arrow-next-translate-y:0px;--e-n-carousel-arrow-next-top-position:30px;--e-n-carousel-arrow-normal-color:#FFFFFF;--e-n-carousel-arrow-hover-color:#FFFFFF;}.elementor-3408 .elementor-element.elementor-element-3825df2{--spacer-size:10px;}.elementor-3408 .elementor-element.elementor-element-8a856c6{--display:flex;--min-height:20px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3408 .elementor-element.elementor-element-e4f6e68 > .elementor-container{max-width:1200px;}.elementor-3408 .elementor-element.elementor-element-e4f6e68{padding:0px 0px 40px 0px;}.elementor-3408 .elementor-element.elementor-element-0e54d52 > .elementor-widget-container{padding:30px 30px 30px 30px;}.elementor-3408 .elementor-element.elementor-element-0e54d52 .penci-info-box .penci-ibox-stit{font-family:"Noto Sans TC", Sans-serif;}.elementor-3408 .elementor-element.elementor-element-0e54d52 .penci-ibox-title{font-family:"Noto Sans TC", Sans-serif;}.elementor-3408 .elementor-element.elementor-element-0e54d52 .penci-ibox-content{color:#666666;}.elementor-3408 .elementor-element.elementor-element-0e54d52 .penci-ibox-content, .elementor-3408 .elementor-element.elementor-element-0e54d52 .penci-ibox-content p{font-family:"Noto Sans TC", Sans-serif;}body:not(.pcdm-enable) .elementor-3408 .elementor-element.elementor-element-0e54d52 .penci-view-stacked .penci-ibox-icon{background-color:#626B70;}body:not(.pcdm-enable) .elementor-3408 .elementor-element.elementor-element-0e54d52 .penci-view-framed .penci-ibox-icon{background-color:#626B70;}body:not(.pcdm-enable) .elementor-3408 .elementor-element.elementor-element-0e54d52 .penci-view-stacked .penci-animation-custom-3 .penci-ibox-icon:after{background-color:#626B70;}body:not(.pcdm-enable) .elementor-3408 .elementor-element.elementor-element-0e54d52 .penci-view-stacked .penci-animation-custom-4 .penci-ibox-icon:after{background-color:#626B70;}body:not(.pcdm-enable) .elementor-3408 .elementor-element.elementor-element-0e54d52 .penci-view-stacked .penci-animation-custom-5 .penci-ibox-icon:after{background-color:#626B70;}body:not(.pcdm-enable) .elementor-3408 .elementor-element.elementor-element-0e54d52 .penci-view-stacked .penci-ibox-inner:hover .penci-ibox-icon{background-color:#2681B3;}body:not(.pcdm-enable) .elementor-3408 .elementor-element.elementor-element-0e54d52 .penci-view-framed .penci-ibox-inner:hover .penci-ibox-icon{background-color:#2681B3;}body:not(.pcdm-enable) .elementor-3408 .elementor-element.elementor-element-0e54d52 .penci-view-stacked .penci-animation-custom-3:hover .penci-ibox-icon:after{background-color:#2681B3;}body:not(.pcdm-enable) .elementor-3408 .elementor-element.elementor-element-0e54d52 .penci-view-stacked .penci-animation-custom-4:hover .penci-ibox-icon:after{background-color:#2681B3;}body:not(.pcdm-enable) .elementor-3408 .elementor-element.elementor-element-0e54d52 .penci-view-stacked .penci-animation-custom-5:hover .penci-ibox-icon:after{background-color:#2681B3;}body:not(.pcdm-enable) .elementor-3408 .elementor-element.elementor-element-0e54d52 .penci-view-framed .penci-animation-custom-1 .penci-ibox-icon:after{background-color:#2681B3;}.elementor-3408 .elementor-element.elementor-element-0e54d52 .penci-view-stacked .penci-ibox-inner:hover .penci-ibox-icon{border-color:var( --e-global-color-primary );}.elementor-3408 .elementor-element.elementor-element-0e54d52 .penci-view-framed .penci-ibox-inner:hover .penci-ibox-icon{border-color:var( --e-global-color-primary );}.elementor-3408 .elementor-element.elementor-element-0e54d52 .penci-view-stacked .penci-animation-custom-2 .penci-ibox-icon:after{box-shadow:var( --e-global-color-primary );}.elementor-3408 .elementor-element.elementor-element-0e54d52 .penci-view-stacked .penci-animation-custom-1 .penci-ibox-icon:after{box-shadow:var( --e-global-color-primary );}.elementor-3408 .elementor-element.elementor-element-0e54d52 .penci-view-stacked .penci-animation-custom-3:hover .penci-ibox-icon{box-shadow:var( --e-global-color-primary );}.elementor-3408 .elementor-element.elementor-element-0e54d52 .penci-view-stacked .penci-animation-custom-4:hover .penci-ibox-icon{box-shadow:var( --e-global-color-primary );}.elementor-3408 .elementor-element.elementor-element-0e54d52 .penci-view-stacked .penci-animation-custom-5:hover .penci-ibox-icon{box-shadow:var( --e-global-color-primary );}.elementor-3408 .elementor-element.elementor-element-0e54d52 .penci-view-framed .penci-animation-custom-2:hover  .penci-ibox-icon:after{border-color:var( --e-global-color-primary );}.elementor-3408 .elementor-element.elementor-element-0e54d52 .penci-view-framed .penci-animation-custom-5:hover  .penci-ibox-icon:after{border-color:var( --e-global-color-primary );}.elementor-3408 .elementor-element.elementor-element-0e54d52 .penci-view-framed .penci-animation-custom-5:hover .penci-ibox-icon{box-shadow:var( --e-global-color-primary );}.elementor-3408 .elementor-element.elementor-element-0e54d52 .penci-ibox-icon--icon{font-size:36px;}.elementor-3408 .elementor-element.elementor-element-0e54d52 .penci-ibox-icon svg{width:36px;height:auto;}.elementor-3408 .elementor-element.elementor-element-dbe5273 > .elementor-widget-container{padding:30px 30px 30px 30px;}.elementor-3408 .elementor-element.elementor-element-dbe5273 .penci-info-box .penci-ibox-stit{font-family:"Noto Sans TC", Sans-serif;}.elementor-3408 .elementor-element.elementor-element-dbe5273 .penci-ibox-title{font-family:"Noto Sans TC", Sans-serif;}.elementor-3408 .elementor-element.elementor-element-dbe5273 .penci-ibox-content{color:#666666;}.elementor-3408 .elementor-element.elementor-element-dbe5273 .penci-ibox-content, .elementor-3408 .elementor-element.elementor-element-dbe5273 .penci-ibox-content p{font-family:"Noto Sans TC", Sans-serif;}body:not(.pcdm-enable) .elementor-3408 .elementor-element.elementor-element-dbe5273 .penci-view-stacked .penci-ibox-icon{background-color:#626B70;}body:not(.pcdm-enable) .elementor-3408 .elementor-element.elementor-element-dbe5273 .penci-view-framed .penci-ibox-icon{background-color:#626B70;}body:not(.pcdm-enable) .elementor-3408 .elementor-element.elementor-element-dbe5273 .penci-view-stacked .penci-animation-custom-3 .penci-ibox-icon:after{background-color:#626B70;}body:not(.pcdm-enable) .elementor-3408 .elementor-element.elementor-element-dbe5273 .penci-view-stacked .penci-animation-custom-4 .penci-ibox-icon:after{background-color:#626B70;}body:not(.pcdm-enable) .elementor-3408 .elementor-element.elementor-element-dbe5273 .penci-view-stacked .penci-animation-custom-5 .penci-ibox-icon:after{background-color:#626B70;}body:not(.pcdm-enable) .elementor-3408 .elementor-element.elementor-element-dbe5273 .penci-view-stacked .penci-ibox-inner:hover .penci-ibox-icon{background-color:#2681B3;}body:not(.pcdm-enable) .elementor-3408 .elementor-element.elementor-element-dbe5273 .penci-view-framed .penci-ibox-inner:hover .penci-ibox-icon{background-color:#2681B3;}body:not(.pcdm-enable) .elementor-3408 .elementor-element.elementor-element-dbe5273 .penci-view-stacked .penci-animation-custom-3:hover .penci-ibox-icon:after{background-color:#2681B3;}body:not(.pcdm-enable) .elementor-3408 .elementor-element.elementor-element-dbe5273 .penci-view-stacked .penci-animation-custom-4:hover .penci-ibox-icon:after{background-color:#2681B3;}body:not(.pcdm-enable) .elementor-3408 .elementor-element.elementor-element-dbe5273 .penci-view-stacked .penci-animation-custom-5:hover .penci-ibox-icon:after{background-color:#2681B3;}body:not(.pcdm-enable) .elementor-3408 .elementor-element.elementor-element-dbe5273 .penci-view-framed .penci-animation-custom-1 .penci-ibox-icon:after{background-color:#2681B3;}.elementor-3408 .elementor-element.elementor-element-dbe5273 .penci-view-stacked .penci-ibox-inner:hover .penci-ibox-icon{border-color:var( --e-global-color-primary );}.elementor-3408 .elementor-element.elementor-element-dbe5273 .penci-view-framed .penci-ibox-inner:hover .penci-ibox-icon{border-color:var( --e-global-color-primary );}.elementor-3408 .elementor-element.elementor-element-dbe5273 .penci-view-stacked .penci-animation-custom-2 .penci-ibox-icon:after{box-shadow:var( --e-global-color-primary );}.elementor-3408 .elementor-element.elementor-element-dbe5273 .penci-view-stacked .penci-animation-custom-1 .penci-ibox-icon:after{box-shadow:var( --e-global-color-primary );}.elementor-3408 .elementor-element.elementor-element-dbe5273 .penci-view-stacked .penci-animation-custom-3:hover .penci-ibox-icon{box-shadow:var( --e-global-color-primary );}.elementor-3408 .elementor-element.elementor-element-dbe5273 .penci-view-stacked .penci-animation-custom-4:hover .penci-ibox-icon{box-shadow:var( --e-global-color-primary );}.elementor-3408 .elementor-element.elementor-element-dbe5273 .penci-view-stacked .penci-animation-custom-5:hover .penci-ibox-icon{box-shadow:var( --e-global-color-primary );}.elementor-3408 .elementor-element.elementor-element-dbe5273 .penci-view-framed .penci-animation-custom-2:hover  .penci-ibox-icon:after{border-color:var( --e-global-color-primary );}.elementor-3408 .elementor-element.elementor-element-dbe5273 .penci-view-framed .penci-animation-custom-5:hover  .penci-ibox-icon:after{border-color:var( --e-global-color-primary );}.elementor-3408 .elementor-element.elementor-element-dbe5273 .penci-view-framed .penci-animation-custom-5:hover .penci-ibox-icon{box-shadow:var( --e-global-color-primary );}.elementor-3408 .elementor-element.elementor-element-dbe5273 .penci-ibox-icon--icon{font-size:36px;}.elementor-3408 .elementor-element.elementor-element-dbe5273 .penci-ibox-icon svg{width:36px;height:auto;}.elementor-3408 .elementor-element.elementor-element-c0d3cfb > .elementor-widget-container{padding:30px 30px 30px 30px;}.elementor-3408 .elementor-element.elementor-element-c0d3cfb .penci-info-box .penci-ibox-stit{font-family:"Noto Sans TC", Sans-serif;}.elementor-3408 .elementor-element.elementor-element-c0d3cfb .penci-ibox-title{font-family:"Noto Sans TC", Sans-serif;}.elementor-3408 .elementor-element.elementor-element-c0d3cfb .penci-ibox-content{color:#666666;}.elementor-3408 .elementor-element.elementor-element-c0d3cfb .penci-ibox-content, .elementor-3408 .elementor-element.elementor-element-c0d3cfb .penci-ibox-content p{font-family:"Noto Sans TC", Sans-serif;}body:not(.pcdm-enable) .elementor-3408 .elementor-element.elementor-element-c0d3cfb .penci-view-stacked .penci-ibox-icon{background-color:#626B70;}body:not(.pcdm-enable) .elementor-3408 .elementor-element.elementor-element-c0d3cfb .penci-view-framed .penci-ibox-icon{background-color:#626B70;}body:not(.pcdm-enable) .elementor-3408 .elementor-element.elementor-element-c0d3cfb .penci-view-stacked .penci-animation-custom-3 .penci-ibox-icon:after{background-color:#626B70;}body:not(.pcdm-enable) .elementor-3408 .elementor-element.elementor-element-c0d3cfb .penci-view-stacked .penci-animation-custom-4 .penci-ibox-icon:after{background-color:#626B70;}body:not(.pcdm-enable) .elementor-3408 .elementor-element.elementor-element-c0d3cfb .penci-view-stacked .penci-animation-custom-5 .penci-ibox-icon:after{background-color:#626B70;}body:not(.pcdm-enable) .elementor-3408 .elementor-element.elementor-element-c0d3cfb .penci-view-stacked .penci-ibox-inner:hover .penci-ibox-icon{background-color:#2681B3;}body:not(.pcdm-enable) .elementor-3408 .elementor-element.elementor-element-c0d3cfb .penci-view-framed .penci-ibox-inner:hover .penci-ibox-icon{background-color:#2681B3;}body:not(.pcdm-enable) .elementor-3408 .elementor-element.elementor-element-c0d3cfb .penci-view-stacked .penci-animation-custom-3:hover .penci-ibox-icon:after{background-color:#2681B3;}body:not(.pcdm-enable) .elementor-3408 .elementor-element.elementor-element-c0d3cfb .penci-view-stacked .penci-animation-custom-4:hover .penci-ibox-icon:after{background-color:#2681B3;}body:not(.pcdm-enable) .elementor-3408 .elementor-element.elementor-element-c0d3cfb .penci-view-stacked .penci-animation-custom-5:hover .penci-ibox-icon:after{background-color:#2681B3;}body:not(.pcdm-enable) .elementor-3408 .elementor-element.elementor-element-c0d3cfb .penci-view-framed .penci-animation-custom-1 .penci-ibox-icon:after{background-color:#2681B3;}.elementor-3408 .elementor-element.elementor-element-c0d3cfb .penci-view-stacked .penci-ibox-inner:hover .penci-ibox-icon{border-color:var( --e-global-color-primary );}.elementor-3408 .elementor-element.elementor-element-c0d3cfb .penci-view-framed .penci-ibox-inner:hover .penci-ibox-icon{border-color:var( --e-global-color-primary );}.elementor-3408 .elementor-element.elementor-element-c0d3cfb .penci-view-stacked .penci-animation-custom-2 .penci-ibox-icon:after{box-shadow:var( --e-global-color-primary );}.elementor-3408 .elementor-element.elementor-element-c0d3cfb .penci-view-stacked .penci-animation-custom-1 .penci-ibox-icon:after{box-shadow:var( --e-global-color-primary );}.elementor-3408 .elementor-element.elementor-element-c0d3cfb .penci-view-stacked .penci-animation-custom-3:hover .penci-ibox-icon{box-shadow:var( --e-global-color-primary );}.elementor-3408 .elementor-element.elementor-element-c0d3cfb .penci-view-stacked .penci-animation-custom-4:hover .penci-ibox-icon{box-shadow:var( --e-global-color-primary );}.elementor-3408 .elementor-element.elementor-element-c0d3cfb .penci-view-stacked .penci-animation-custom-5:hover .penci-ibox-icon{box-shadow:var( --e-global-color-primary );}.elementor-3408 .elementor-element.elementor-element-c0d3cfb .penci-view-framed .penci-animation-custom-2:hover  .penci-ibox-icon:after{border-color:var( --e-global-color-primary );}.elementor-3408 .elementor-element.elementor-element-c0d3cfb .penci-view-framed .penci-animation-custom-5:hover  .penci-ibox-icon:after{border-color:var( --e-global-color-primary );}.elementor-3408 .elementor-element.elementor-element-c0d3cfb .penci-view-framed .penci-animation-custom-5:hover .penci-ibox-icon{box-shadow:var( --e-global-color-primary );}.elementor-3408 .elementor-element.elementor-element-c0d3cfb .penci-ibox-icon--icon{font-size:36px;}.elementor-3408 .elementor-element.elementor-element-c0d3cfb .penci-ibox-icon svg{width:36px;height:auto;}.elementor-3408 .elementor-element.elementor-element-6f9ed58:not(.elementor-motion-effects-element-type-background), .elementor-3408 .elementor-element.elementor-element-6f9ed58 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#CFCFCF7D;}.elementor-3408 .elementor-element.elementor-element-6f9ed58 > .elementor-container{max-width:1170px;}.elementor-3408 .elementor-element.elementor-element-6f9ed58{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:50px 0px 50px 0px;z-index:10;}.elementor-3408 .elementor-element.elementor-element-6f9ed58 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3408 .elementor-element.elementor-element-3790302 .penci-fancy-heading{margin-left:auto;margin-right:auto;padding:0px 0px 0px 0px;}.elementor-3408 .elementor-element.elementor-element-3790302  .penci-heading-content{max-width:510px;width:100%;}.elementor-3408 .elementor-element.elementor-element-3790302 .penci-heading-subtitle{color:#039be5;font-family:"Noto Sans TC", Sans-serif;font-size:14px;font-weight:bold;text-transform:uppercase;}.elementor-3408 .elementor-element.elementor-element-3790302 .penci-heading-title{font-family:"Noto Sans TC", Sans-serif;font-size:39px;}.elementor-3408 .elementor-element.elementor-element-3790302 .penci-heading-content{color:#666666;font-family:"Noto Sans TC", Sans-serif;font-size:16px;line-height:1.4em;}.elementor-3408 .elementor-element.elementor-element-3c11b68 > .elementor-container{max-width:1170px;}.elementor-3408 .elementor-element.elementor-element-3c11b68{margin-top:-10px;margin-bottom:0px;}.elementor-3408 .elementor-element.elementor-element-443fe09 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:40px 40px 40px 40px;}.elementor-3408 .elementor-element.elementor-element-443fe09 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3408 .elementor-element.elementor-element-b43a7f9 .penci-ibox-icon{width:130px;height:130px;display:flex;margin-bottom:10px;}.elementor-3408 .elementor-element.elementor-element-b43a7f9 .penci-info-box .penci-ibox-stit{font-family:"Noto Sans TC", Sans-serif;}.elementor-3408 .elementor-element.elementor-element-b43a7f9 .penci-ibox-title{font-family:"Noto Sans TC", Sans-serif;font-size:27px;letter-spacing:0px;}.elementor-3408 .elementor-element.elementor-element-b43a7f9 .penci-ibox-content, .elementor-3408 .elementor-element.elementor-element-b43a7f9 .penci-ibox-content p{font-family:"Noto Sans TC", Sans-serif;}.elementor-3408 .elementor-element.elementor-element-b717d48 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:40px 40px 40px 40px;}.elementor-3408 .elementor-element.elementor-element-b717d48 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3408 .elementor-element.elementor-element-a9b1dd5 .penci-ibox-icon{width:130px;height:130px;display:flex;margin-bottom:10px;}.elementor-3408 .elementor-element.elementor-element-a9b1dd5 .penci-info-box .penci-ibox-stit{font-family:"Noto Sans TC", Sans-serif;}.elementor-3408 .elementor-element.elementor-element-a9b1dd5 .penci-ibox-title{font-family:"Noto Sans TC", Sans-serif;font-size:27px;letter-spacing:0px;}.elementor-3408 .elementor-element.elementor-element-a9b1dd5 .penci-ibox-content, .elementor-3408 .elementor-element.elementor-element-a9b1dd5 .penci-ibox-content p{font-family:"Noto Sans TC", Sans-serif;}.elementor-3408 .elementor-element.elementor-element-fbed51c > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:40px 40px 40px 40px;}.elementor-3408 .elementor-element.elementor-element-fbed51c > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3408 .elementor-element.elementor-element-21eccce .penci-ibox-icon{width:130px;height:130px;display:flex;margin-bottom:10px;}.elementor-3408 .elementor-element.elementor-element-21eccce .penci-info-box .penci-ibox-stit{font-family:"Noto Sans TC", Sans-serif;}.elementor-3408 .elementor-element.elementor-element-21eccce .penci-ibox-title{font-family:"Noto Sans TC", Sans-serif;font-size:27px;letter-spacing:0px;}.elementor-3408 .elementor-element.elementor-element-21eccce .penci-ibox-content, .elementor-3408 .elementor-element.elementor-element-21eccce .penci-ibox-content p{font-family:"Noto Sans TC", Sans-serif;}.elementor-3408 .elementor-element.elementor-element-a827dee > .elementor-container{max-width:1170px;}.elementor-3408 .elementor-element.elementor-element-a827dee{margin-top:0px;margin-bottom:0px;}.elementor-3408 .elementor-element.elementor-element-44a4599 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:40px 40px 40px 40px;}.elementor-3408 .elementor-element.elementor-element-44a4599 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3408 .elementor-element.elementor-element-e1c3101 .penci-ibox-icon{width:130px;height:130px;display:flex;margin-bottom:10px;}.elementor-3408 .elementor-element.elementor-element-e1c3101 .penci-info-box .penci-ibox-stit{font-family:"Noto Sans TC", Sans-serif;}.elementor-3408 .elementor-element.elementor-element-e1c3101 .penci-ibox-title{font-family:"Noto Sans TC", Sans-serif;font-size:27px;letter-spacing:0px;}.elementor-3408 .elementor-element.elementor-element-e1c3101 .penci-ibox-content, .elementor-3408 .elementor-element.elementor-element-e1c3101 .penci-ibox-content p{font-family:"Noto Sans TC", Sans-serif;}.elementor-3408 .elementor-element.elementor-element-6404d58 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:40px 40px 40px 40px;}.elementor-3408 .elementor-element.elementor-element-6404d58 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3408 .elementor-element.elementor-element-e2e16ac .penci-ibox-icon{width:130px;height:130px;display:flex;margin-bottom:10px;}.elementor-3408 .elementor-element.elementor-element-e2e16ac .penci-info-box .penci-ibox-stit{font-family:"Noto Sans TC", Sans-serif;}.elementor-3408 .elementor-element.elementor-element-e2e16ac .penci-ibox-title{color:#020101;font-family:"Noto Sans TC", Sans-serif;font-size:27px;letter-spacing:0px;}.elementor-3408 .elementor-element.elementor-element-e2e16ac .penci-ibox-content, .elementor-3408 .elementor-element.elementor-element-e2e16ac .penci-ibox-content p{font-family:"Noto Sans TC", Sans-serif;}.elementor-3408 .elementor-element.elementor-element-6232f3c > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:40px 40px 40px 40px;}.elementor-3408 .elementor-element.elementor-element-6232f3c > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3408 .elementor-element.elementor-element-e6a538c .penci-ibox-icon{width:130px;height:130px;display:flex;margin-bottom:10px;}.elementor-3408 .elementor-element.elementor-element-e6a538c .penci-info-box .penci-ibox-stit{font-family:"Noto Sans TC", Sans-serif;}.elementor-3408 .elementor-element.elementor-element-e6a538c .penci-ibox-title{font-family:"Noto Sans TC", Sans-serif;font-size:27px;letter-spacing:0px;}.elementor-3408 .elementor-element.elementor-element-e6a538c .penci-ibox-content, .elementor-3408 .elementor-element.elementor-element-e6a538c .penci-ibox-content p{font-family:"Noto Sans TC", Sans-serif;}.elementor-3408 .elementor-element.elementor-element-ad02ba4:not(.elementor-motion-effects-element-type-background), .elementor-3408 .elementor-element.elementor-element-ad02ba4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#383838;}.elementor-3408 .elementor-element.elementor-element-ad02ba4 > .elementor-background-overlay{background-color:#8F8F8F;opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3408 .elementor-element.elementor-element-ad02ba4 > .elementor-container{max-width:1170px;}.elementor-3408 .elementor-element.elementor-element-ad02ba4{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:80px 0px 80px 0px;}.elementor-3408 .elementor-element.elementor-element-79a91a5 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-3408 .elementor-element.elementor-element-79a91a5 > .elementor-container{max-width:1170px;}.elementor-3408 .elementor-element.elementor-element-79a91a5{padding:20px 0px 0px 0px;}.elementor-3408 .elementor-element.elementor-element-783f3a4 .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-3408 .elementor-element.elementor-element-6a1d946 > .elementor-element-populated{padding:0px 0px 0px 20px;}.elementor-3408 .elementor-element.elementor-element-2078106 .penci-fancy-heading{margin-left:auto;margin-right:auto;padding:0px 0px 0px 0px;}.elementor-3408 .elementor-element.elementor-element-2078106  .penci-heading-subtitle{margin-top:10px;margin-bottom:20px;}.elementor-3408 .elementor-element.elementor-element-2078106  .penci-heading-content{max-width:510px;width:100%;}.elementor-3408 .elementor-element.elementor-element-2078106 .penci-heading-subtitle{color:#039be5;font-family:"Noto Sans TC", Sans-serif;font-size:14px;font-weight:bold;text-transform:uppercase;}.elementor-3408 .elementor-element.elementor-element-2078106 .penci-heading-title, .elementor-3408 .elementor-element.elementor-element-2078106 .penci-heading-title span, .elementor-3408 .elementor-element.elementor-element-2078106 .penci-heading-title a{color:#ffffff;}.elementor-3408 .elementor-element.elementor-element-2078106 .penci-heading-title{font-family:"Noto Sans TC", Sans-serif;font-size:39px;}.elementor-3408 .elementor-element.elementor-element-2078106 .penci-heading-content{color:#ffffff;font-family:"Noto Sans TC", Sans-serif;font-size:16px;line-height:1.4em;}.elementor-3408 .elementor-element.elementor-element-850cb19 .elementor-button{background-color:#1198DA;font-family:"Noto Sans TC", Sans-serif;font-weight:500;border-radius:10px 10px 10px 10px;}.elementor-3408 .elementor-element.elementor-element-850cb19 > .elementor-widget-container{margin:25px 0px 0px 0px;}.elementor-3408 .elementor-element.elementor-element-8441b5a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3408 .elementor-element.elementor-element-a5359be{--spacer-size:15px;}.elementor-3408 .elementor-element.elementor-element-9e514f9{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-3408 .elementor-element.elementor-element-fb41492{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:10px;--margin-bottom:10px;--margin-left:10px;--margin-right:10px;}.elementor-3408 .elementor-element.elementor-element-fb41492.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-3408 .elementor-element.elementor-element-035350c{--display:flex;--margin-top:0px;--margin-bottom:-29px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3408 .elementor-element.elementor-element-80adb2f > .elementor-widget-container{padding:0px 0px 0px 015px;}.elementor-3408 .elementor-element.elementor-element-80adb2f{text-align:left;}.elementor-3408 .elementor-element.elementor-element-80adb2f .elementor-heading-title{font-family:"Noto Sans TC", Sans-serif;font-size:33px;font-weight:900;color:var( --e-global-color-secondary );}.elementor-3408 .elementor-element.elementor-element-e5b3dec{--display:flex;--margin-top:0px;--margin-bottom:-19px;--margin-left:0px;--margin-right:0px;}.elementor-3408 .elementor-element.elementor-element-a4e26d8 > .elementor-widget-container{margin:25px 0px 0px 0px;}.elementor-3408 .elementor-element.elementor-element-a4e26d8 .penci-counter-up .penci-cup_icon{color:#039be5;}.elementor-3408 .elementor-element.elementor-element-a4e26d8 .penci-counterup-number{color:#039be5;font-family:"Alfa Slab One", Sans-serif;font-size:90px;font-weight:900;letter-spacing:4.5px;}.elementor-3408 .elementor-element.elementor-element-a4e26d8 .penci-cup-postfix,.elementor-3408 .elementor-element.elementor-element-a4e26d8 .penci-cup-prefix{color:#039be5;font-family:"Revalia", Sans-serif;font-size:84px;font-weight:bold;}.elementor-3408 .elementor-element.elementor-element-bf7823f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:50px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-3408 .elementor-element.elementor-element-dd22238{width:var( --container-widget-width, 107.617% );max-width:107.617%;--container-widget-width:107.617%;--container-widget-flex-grow:0;}.elementor-3408 .elementor-element.elementor-element-dd22238 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3408 .elementor-element.elementor-element-dd22238.elementor-element{--align-self:flex-start;--flex-grow:0;--flex-shrink:0;}.elementor-3408 .elementor-element.elementor-element-dd22238 img{max-width:110%;height:36%;object-fit:cover;object-position:center left;}.elementor-3408 .elementor-element.elementor-element-90353fe{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:10px;--margin-bottom:10px;--margin-left:10px;--margin-right:10px;}.elementor-3408 .elementor-element.elementor-element-90353fe.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-3408 .elementor-element.elementor-element-585f422{--spacer-size:2vh;}.elementor-3408 .elementor-element.elementor-element-87517c9{width:var( --container-widget-width, 103.95% );max-width:103.95%;--container-widget-width:103.95%;--container-widget-flex-grow:0;}.elementor-3408 .elementor-element.elementor-element-87517c9 > .elementor-widget-container{background-color:#F5F5F5;padding:10px 10px 10px 10px;}.elementor-3408 .elementor-element.elementor-element-87517c9.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-3408 .elementor-element.elementor-element-87517c9 .penci-fancy-heading{margin-left:auto;margin-right:auto;}.elementor-3408 .elementor-element.elementor-element-87517c9  .penci-heading-content{max-width:2000px;width:100%;}.elementor-3408 .elementor-element.elementor-element-87517c9 .penci-heading-subtitle{color:#039be5;font-family:"Noto Sans TC", Sans-serif;font-size:14px;font-weight:bold;text-transform:uppercase;}.elementor-3408 .elementor-element.elementor-element-87517c9 .penci-heading-title, .elementor-3408 .elementor-element.elementor-element-87517c9 .penci-heading-title span, .elementor-3408 .elementor-element.elementor-element-87517c9 .penci-heading-title a{color:#039be5;}.elementor-3408 .elementor-element.elementor-element-87517c9 .penci-heading-title{font-family:"Noto Sans TC", Sans-serif;font-size:20px;letter-spacing:0px;}.elementor-3408 .elementor-element.elementor-element-87517c9 .penci-heading-content{color:#666666;font-family:"Noto Sans TC", Sans-serif;font-size:14px;line-height:1.4em;}.elementor-3408 .elementor-element.elementor-element-137f679 > .elementor-widget-container{background-color:#D8D8D8;margin:-10px 0px 0px 0px;padding:10px 10px 20px 10px;}.elementor-3408 .elementor-element.elementor-element-137f679 .penci-fancy-heading{margin-left:auto;margin-right:auto;}.elementor-3408 .elementor-element.elementor-element-137f679  .penci-heading-content{max-width:2000px;width:100%;}.elementor-3408 .elementor-element.elementor-element-137f679 .penci-heading-subtitle{color:#039be5;font-family:"Noto Sans TC", Sans-serif;font-size:14px;font-weight:bold;text-transform:uppercase;}.elementor-3408 .elementor-element.elementor-element-137f679 .penci-heading-title, .elementor-3408 .elementor-element.elementor-element-137f679 .penci-heading-title span, .elementor-3408 .elementor-element.elementor-element-137f679 .penci-heading-title a{color:#039be5;}.elementor-3408 .elementor-element.elementor-element-137f679 .penci-heading-title{font-family:"Noto Sans TC", Sans-serif;font-size:20px;letter-spacing:0px;}.elementor-3408 .elementor-element.elementor-element-137f679 .penci-heading-content{color:#666666;font-family:"Noto Sans TC", Sans-serif;font-size:14px;line-height:1.4em;}.elementor-3408 .elementor-element.elementor-element-3782eb4 > .elementor-widget-container{background-color:#F5F5F5;margin:-18px 0px 0px 0px;padding:10px 10px 25px 10px;}.elementor-3408 .elementor-element.elementor-element-3782eb4 .penci-fancy-heading{margin-left:auto;margin-right:auto;}.elementor-3408 .elementor-element.elementor-element-3782eb4  .penci-heading-content{max-width:2000px;width:100%;}.elementor-3408 .elementor-element.elementor-element-3782eb4 .penci-heading-subtitle{color:#039be5;font-family:"Noto Sans TC", Sans-serif;font-size:14px;font-weight:bold;text-transform:uppercase;}.elementor-3408 .elementor-element.elementor-element-3782eb4 .penci-heading-title, .elementor-3408 .elementor-element.elementor-element-3782eb4 .penci-heading-title span, .elementor-3408 .elementor-element.elementor-element-3782eb4 .penci-heading-title a{color:#039be5;}.elementor-3408 .elementor-element.elementor-element-3782eb4 .penci-heading-title{font-family:"Noto Sans TC", Sans-serif;font-size:20px;letter-spacing:0px;}.elementor-3408 .elementor-element.elementor-element-3782eb4 .penci-heading-content{color:#666666;font-family:"Noto Sans TC", Sans-serif;font-size:14px;line-height:1.4em;}@media(max-width:1024px){.elementor-3408 .elementor-element.elementor-element-0086e28{--e-n-carousel-swiper-slides-to-display:1;}.elementor-3408 .elementor-element.elementor-element-4f1df49 > .elementor-element-populated{padding:10px 10px 10px 10px;}}@media(min-width:768px){.elementor-3408 .elementor-element.elementor-element-5cebfdc{--width:50%;}.elementor-3408 .elementor-element.elementor-element-463a171{--width:50%;}.elementor-3408 .elementor-element.elementor-element-c268159{--width:50%;}.elementor-3408 .elementor-element.elementor-element-83445a5{--width:50%;}.elementor-3408 .elementor-element.elementor-element-fb41492{--width:37%;}.elementor-3408 .elementor-element.elementor-element-90353fe{--width:63%;}}@media(max-width:767px){.elementor-3408 .elementor-element.elementor-element-abf28ec .elementor-post__thumbnail__link{width:100%;}.elementor-3408 .elementor-element.elementor-element-a5fa3a8 .elementor-post__thumbnail__link{width:100%;}.elementor-3408 .elementor-element.elementor-element-0086e28{--e-n-carousel-swiper-slides-to-display:1;}}/* Start custom CSS for image, class: .elementor-element-dd22238 */#slanted-heading {
  position: relative;
  display: inline-block;
  transform: skewX(-10deg);
}/* End custom CSS */
/* Start custom CSS for penci-fancy_heading, class: .elementor-element-87517c9 *//* 設定外框斜切 */
#slanted-heading {
  position: relative;
  display: inline-block;
  transform: skewX(-10deg);
}

/* 把裡面文字反向斜回來，才不會歪掉 */
#slanted-heading * {
  transform: skewX(2deg);
  display: block;
}/* End custom CSS */
/* Start custom CSS for penci-fancy_heading, class: .elementor-element-3782eb4 */slanted-heading {
  position: relative;
  display: inline-block;
  padding: 20px;
  background: #EFEFEF; /* 背景色 */
  transform: skewY(-10deg); /* 斜5度 */
}/* End custom CSS */.elementor-86 .elementor-element.elementor-element-a8ba80f{--display:flex;--min-height:15px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.85;}.elementor-86 .elementor-element.elementor-element-a8ba80f::before, .elementor-86 .elementor-element.elementor-element-a8ba80f > .elementor-background-video-container::before, .elementor-86 .elementor-element.elementor-element-a8ba80f > .e-con-inner > .elementor-background-video-container::before, .elementor-86 .elementor-element.elementor-element-a8ba80f > .elementor-background-slideshow::before, .elementor-86 .elementor-element.elementor-element-a8ba80f > .e-con-inner > .elementor-background-slideshow::before, .elementor-86 .elementor-element.elementor-element-a8ba80f > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-86 .elementor-element.elementor-element-05cb7fa{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;--align-content:flex-start;--overlay-opacity:0.85;}.elementor-86 .elementor-element.elementor-element-05cb7fa::before, .elementor-86 .elementor-element.elementor-element-05cb7fa > .elementor-background-video-container::before, .elementor-86 .elementor-element.elementor-element-05cb7fa > .e-con-inner > .elementor-background-video-container::before, .elementor-86 .elementor-element.elementor-element-05cb7fa > .elementor-background-slideshow::before, .elementor-86 .elementor-element.elementor-element-05cb7fa > .e-con-inner > .elementor-background-slideshow::before, .elementor-86 .elementor-element.elementor-element-05cb7fa > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-86 .elementor-element.elementor-element-fd07e9c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-86 .elementor-element.elementor-element-e4308d8 .elementor-heading-title{font-family:"Noto Sans TC", Sans-serif;font-size:22px;font-weight:600;color:#FFFFFF;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-86 .elementor-element.elementor-element-5ecb45d{font-family:"Noto Sans TC", Sans-serif;font-size:16px;font-weight:400;color:#AFAFAF;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-86 .elementor-element.elementor-element-4319d9c .elementor-button{background-color:var( --e-global-color-primary );font-family:"Noto Sans TC", Sans-serif;font-weight:500;border-radius:10px 10px 10px 10px;}.elementor-86 .elementor-element.elementor-element-3d16cfb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-86 .elementor-element.elementor-element-58278d4 .elementor-heading-title{font-family:"Noto Sans TC", Sans-serif;font-size:22px;font-weight:600;color:#FFFFFF;}.elementor-86 .elementor-element.elementor-element-312a14f{font-family:"Noto Sans TC", Sans-serif;font-size:16px;font-weight:400;color:#AFAFAF;}.elementor-86 .elementor-element.elementor-element-59362ef{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-86 .elementor-element.elementor-element-59362ef.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-86 .elementor-element.elementor-element-8eff24b .elementor-heading-title{font-family:"Noto Sans TC", Sans-serif;font-size:22px;font-weight:600;color:#FFFFFF;}.elementor-86 .elementor-element.elementor-element-02d24a9{width:var( --container-widget-width, 143.503% );max-width:143.503%;--container-widget-width:143.503%;--container-widget-flex-grow:0;font-family:"Noto Sans TC", Sans-serif;font-size:16px;font-weight:400;color:#AFAFAF;}.elementor-86 .elementor-element.elementor-element-02d24a9.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-86 .elementor-element.elementor-element-b2bb1b6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-widget-icon.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-86 .elementor-element.elementor-element-6a4bb55{width:var( --container-widget-width, 8% );max-width:8%;--container-widget-width:8%;--container-widget-flex-grow:0;}.elementor-86 .elementor-element.elementor-element-6a4bb55.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-86 .elementor-element.elementor-element-6a4bb55 .elementor-icon-wrapper{text-align:left;}.elementor-86 .elementor-element.elementor-element-6a4bb55.elementor-view-stacked .elementor-icon{background-color:#FFFFFF;}.elementor-86 .elementor-element.elementor-element-6a4bb55.elementor-view-framed .elementor-icon, .elementor-86 .elementor-element.elementor-element-6a4bb55.elementor-view-default .elementor-icon{color:#FFFFFF;border-color:#FFFFFF;}.elementor-86 .elementor-element.elementor-element-6a4bb55.elementor-view-framed .elementor-icon, .elementor-86 .elementor-element.elementor-element-6a4bb55.elementor-view-default .elementor-icon svg{fill:#FFFFFF;}.elementor-86 .elementor-element.elementor-element-6a4bb55.elementor-view-stacked .elementor-icon:hover{background-color:#F1FF00;}.elementor-86 .elementor-element.elementor-element-6a4bb55.elementor-view-framed .elementor-icon:hover, .elementor-86 .elementor-element.elementor-element-6a4bb55.elementor-view-default .elementor-icon:hover{color:#F1FF00;border-color:#F1FF00;}.elementor-86 .elementor-element.elementor-element-6a4bb55.elementor-view-framed .elementor-icon:hover, .elementor-86 .elementor-element.elementor-element-6a4bb55.elementor-view-default .elementor-icon:hover svg{fill:#F1FF00;}.elementor-86 .elementor-element.elementor-element-6a4bb55 .elementor-icon{font-size:25px;}.elementor-86 .elementor-element.elementor-element-6a4bb55 .elementor-icon svg{height:25px;}.elementor-86 .elementor-element.elementor-element-6e19ac7{width:var( --container-widget-width, 8% );max-width:8%;--container-widget-width:8%;--container-widget-flex-grow:0;}.elementor-86 .elementor-element.elementor-element-6e19ac7 .elementor-icon-wrapper{text-align:left;}.elementor-86 .elementor-element.elementor-element-6e19ac7.elementor-view-stacked .elementor-icon{background-color:#FFFFFF;}.elementor-86 .elementor-element.elementor-element-6e19ac7.elementor-view-framed .elementor-icon, .elementor-86 .elementor-element.elementor-element-6e19ac7.elementor-view-default .elementor-icon{color:#FFFFFF;border-color:#FFFFFF;}.elementor-86 .elementor-element.elementor-element-6e19ac7.elementor-view-framed .elementor-icon, .elementor-86 .elementor-element.elementor-element-6e19ac7.elementor-view-default .elementor-icon svg{fill:#FFFFFF;}.elementor-86 .elementor-element.elementor-element-6e19ac7.elementor-view-stacked .elementor-icon:hover{background-color:#F1FF00;}.elementor-86 .elementor-element.elementor-element-6e19ac7.elementor-view-framed .elementor-icon:hover, .elementor-86 .elementor-element.elementor-element-6e19ac7.elementor-view-default .elementor-icon:hover{color:#F1FF00;border-color:#F1FF00;}.elementor-86 .elementor-element.elementor-element-6e19ac7.elementor-view-framed .elementor-icon:hover, .elementor-86 .elementor-element.elementor-element-6e19ac7.elementor-view-default .elementor-icon:hover svg{fill:#F1FF00;}.elementor-86 .elementor-element.elementor-element-6e19ac7 .elementor-icon{font-size:25px;}.elementor-86 .elementor-element.elementor-element-6e19ac7 .elementor-icon svg{height:25px;}.elementor-86 .elementor-element.elementor-element-7428ec3{--display:flex;--min-height:15px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.85;}.elementor-86 .elementor-element.elementor-element-7428ec3::before, .elementor-86 .elementor-element.elementor-element-7428ec3 > .elementor-background-video-container::before, .elementor-86 .elementor-element.elementor-element-7428ec3 > .e-con-inner > .elementor-background-video-container::before, .elementor-86 .elementor-element.elementor-element-7428ec3 > .elementor-background-slideshow::before, .elementor-86 .elementor-element.elementor-element-7428ec3 > .e-con-inner > .elementor-background-slideshow::before, .elementor-86 .elementor-element.elementor-element-7428ec3 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-86 .elementor-element.elementor-element-a25a8c8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.95;}.elementor-86 .elementor-element.elementor-element-a25a8c8::before, .elementor-86 .elementor-element.elementor-element-a25a8c8 > .elementor-background-video-container::before, .elementor-86 .elementor-element.elementor-element-a25a8c8 > .e-con-inner > .elementor-background-video-container::before, .elementor-86 .elementor-element.elementor-element-a25a8c8 > .elementor-background-slideshow::before, .elementor-86 .elementor-element.elementor-element-a25a8c8 > .e-con-inner > .elementor-background-slideshow::before, .elementor-86 .elementor-element.elementor-element-a25a8c8 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-86 .elementor-element.elementor-element-2deea5a{--display:flex;}.elementor-86 .elementor-element.elementor-element-2deea5a.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-86 .elementor-element.elementor-element-45bdee6{font-family:"Noto Sans TC", Sans-serif;font-weight:400;color:#BCBCBC;}@media(max-width:1024px){.elementor-86 .elementor-element.elementor-element-45bdee6{line-height:1.5em;}}@media(min-width:768px){.elementor-86 .elementor-element.elementor-element-fd07e9c{--width:33%;}.elementor-86 .elementor-element.elementor-element-3d16cfb{--width:33%;}.elementor-86 .elementor-element.elementor-element-59362ef{--width:33%;}.elementor-86 .elementor-element.elementor-element-2deea5a{--width:98.404%;}}@media(max-width:767px){.elementor-86 .elementor-element.elementor-element-45bdee6 > .elementor-widget-container{margin:0px 0px 10px 0px;}.elementor-86 .elementor-element.elementor-element-45bdee6{text-align:center;}}@font-face {
	font-family: "ficon";
	src: url(../fonts/ficon.eot);
	src: url(../fonts/ficon.eot#iefix) format("embedded-opentype"),
		url(../fonts/ficon.woff2) format("woff2"),
		url(../fonts/ficon.woff) format("woff"),
		url(../fonts/ficon.ttf) format("truetype"),
		url(../images/ficon.svg#ficon) format("svg");
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	@font-face {
		font-family: "ficon";
		src: url(../images/ficon.svg#ficon) format("svg");
		font-display: swap;
	}
}
[class^="ficon-"],
[class*=" ficon-"] {
	font-size: 14px;
}
[class^="ficon-"]:before,
[class*=" ficon-"]:before,
[class^="ficon-"]:after,
[class*=" ficon-"]:after {
	font-family: ficon;
	font-size: inherit;
	font-style: normal;
}

.ficon-salad:before {
	content: "\f100";
}
.ficon-cucumber:before {
	content: "\f101";
}
.ficon-nuts:before {
	content: "\f102";
}
.ficon-cooking:before {
	content: "\f103";
}
.ficon-clock:before {
	content: "\f104";
}
.ficon-hot-food:before {
	content: "\f105";
}
.ficon-fire:before {
	content: "\f106";
}

/* = Penci Recipe
----------------------------------------------------*/
.wrapper-penci-recipe {
	margin-bottom: 25px;
	margin-top: 20px;
	clear: both;
}
.elementor-widget-penci-recipe .wrapper-penci-recipe {
	margin-top: 0;
	margin-bottom: 0;
}
.wrapper-penci-recipe.showing-tagged-recipe {
	margin-bottom: 0;
}
.penci-recipe {
	border: 1px solid #dedede;
	padding: 25px 25px 6px;
}
.showing-tagged-recipe .penci-recipe {
	padding-bottom: 20px;
}
.penci-recipe .swp_social_panel {
	display: none !important;
}
.penci-recipe.penci-recipe-hide-featured {
	padding-top: 20px;
}
.penci-recipe-heading {
	border-bottom: 1px solid #dedede;
	margin: 0 -25px 25px -25px;
	padding: 0;
	overflow: visible;
}
.precipe-style-1 .penci-recipe-heading {
	overflow: hidden;
}
.precipe-style-1 .penci-recipe-heading {
	padding: 0 25px 20px;
}
.penci-recipe-thumb {
	float: left;
	width: 80px;
	margin-right: 20px;
}
.penci-recipe-thumb img {
	max-width: 100%;
	height: auto;
}
.penci-recipe-metades {
	display: block;
	overflow: hidden;
}
.post-entry .penci-recipe-heading .recipe-title-nooverlay {
	font-size: 20px;
	float: left;
	color: #313131;
	margin-bottom: 8px;
}
.penci-recipe-heading a.penci-recipe-print {
	float: right;
	font-size: 12px;
	font-weight: 700;
	margin-top: 4px;
	border: 1px solid;
	padding: 0 12px;
	height: 28px;
	line-height: 26px;
	color: #6eb48c;
	-moz-transition: 0.25s;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.penci-recipe-heading a.penci-recipe-print i {
	margin-right: 4px;
	font-size: 13px;
}
.penci-recipe-heading a.penci-recipe-print:hover {
	background: #6eb48c;
	color: #fff;
	border-color: #6eb48c;
	text-decoration: none;
}
.penci-recipe-heading .penci-recipe-meta,
.penci-recipe-rating {
	clear: both;
	color: #888;
	font-size: 13px;
	line-height: 1.5;
}
.penci-recipe-heading .penci-recipe-meta {
	margin-left: 1px;
}
.penci-recipe-heading .penci-recipe-meta span {
	margin-right: 15px;
}
.penci-recipe-heading .penci-recipe-meta span.remeta-item {
	margin-right: 0;
}
.penci-recipe-heading .penci-recipe-meta span.servings {
	margin-right: 0;
}
.penci-recipe-heading .penci-recipe-meta span time {
	margin: 0;
	padding: 0;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}
.penci-recipe-heading .penci-recipe-meta span i,
.penci-ficon.ficon-fire {
	font-size: 16px;
	margin-right: 2px;
	color: #aaa;
}
.penci-ficon.ficon-fire {
	margin-right: 4px;
}
.post-entry .penci-recipe-title {
	font-size: 15px;
	color: #888;
	margin-bottom: 18px;
	text-transform: uppercase;
}
.penci-recipe-ingredients {
	border-bottom: 1px solid #dedede;
	margin: 0 -25px 25px -25px;
	padding: 0 20px 30px;
}
.penci-recipe .penci-recipe-ingredients h4.recipe-ingredient-heading {
	font-size: 16px;
	margin: 15px 0 15px -18px;
}
.penci-recipe-ingredients ul {
	margin: 0;
	padding-left: 18px;
}
.penci-recipe-ingredients ul li {
	padding-bottom: 6px;
	line-height: 1.6;
	list-style: none;
	position: relative;
	margin-bottom: 0;
}
.penci-recipe-ingredients ul li:before {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	border: 1px solid;
	display: inline-block;
	top: 8px;
	left: -16px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	background: none !important;
	opacity: 0.5;
}
.penci-recipe-ingredients ul li:last-child,
.penci-recipe-ingredients.penci-recipe-ingre-visual ul li:last-child {
	margin: 0;
	padding: 0;
}
.penci-recipe-ingredients.penci-recipe-ingre-visual ul {
	margin-bottom: 12px;
	padding-left: 15px;
}
.penci-recipe-ingredients.penci-recipe-ingre-visual ul li {
	padding-bottom: 0;
	margin-bottom: 7px;
	position: relative;
	list-style-type: square;
	line-height: 1.7;
}
.penci-recipe-ingredients.penci-recipe-ingre-visual ul li:before {
	content: none;
}
.penci-recipe-notes {
	border-top: 1px solid #dedede;
	margin: 10px -25px 0;
	padding: 25px 25px 15px;
}
.post-entry .penci-recipe-notes.penci-recipe-notes-novisual p {
	margin: 0;
}
.penci-recipe-notes .penci-recipe-title {
	margin-bottom: 8px;
}
.wrapper-penci-recipe .penci-recipe-method ul,
.wrapper-penci-recipe .penci-recipe-method ol {
	padding-left: 18px;
}
.penci-recipe-rating {
	margin-top: 6px;
}
.penci_rateyo {
	display: inline-block;
	vertical-align: top;
	top: 2px;
}
.penci-nutrition {
	display: none;
}
.penci-nutrition.penci-show-nutrition {
	display: block;
}
.penci-hide-nutrition {
	display: none !important;
}
.penci-nutrition > .nutrition-item:after {
	content: ",";
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	margin-right: 5px;
}
.penci-nutrition > .nutrition-item:last-child:after {
	content: none;
	display: none;
}
.nutrition-lable {
	margin-right: 5px;
}

/* Style 2 & 3 */
.precipe-style-2 {
	padding-top: 0;
}
.precipe-style-2 .penci-recipe-thumb {
	float: none;
	width: 100%;
	display: block;
	margin: -1px -1px 20px -1px;
	width: calc(100% + 2px);
	position: relative;
	padding-bottom: 60%;
}
.precipe-style-2 .penci-recipe-thumb img {
	width: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	object-position: 50% 50%;
	top: 0;
	bottom: 0;
	height: 100%;
}
.precipe-style-2 .penci-recipe-metades {
	padding: 0 25px;
	margin-bottom: 25px;
}
.post-entry .penci-recipe-heading .recipe-title-overlay {
	position: absolute;
	z-index: 3;
	left: 0;
	right: 0;
	bottom: 20px;
	font-size: 24px;
	color: #fff;
	line-height: 1.3;
	width: 100%;
	padding: 0 25px;
	margin: 0 !important;
}
.post-entry .precipe-style-2 .penci-recipe-heading .recipe-title-overlay {
	bottom: 25px;
}
.recipe-header-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: -moz-linear-gradient(top, transparent 60%, #000 100%);
	background: -webkit-linear-gradient(top, transparent 60%, #000 100%);
	background: -o-linear-gradient(top, transparent 60%, #000 100%);
	background: -ms-linear-gradient(top, transparent 60%, #000 100%);
	background: linear-gradient(to bottom, transparent 60%, #000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
	-webkit-transition: opacity 0.4s ease 0s;
	-moz-transition: opacity 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s;
	transition: opacity 0.4s ease 0s;
	opacity: 0.8;
}
.wrapper-buttons-overlay {
	position: absolute;
	bottom: -25px;
	z-index: 4;
	right: 25px;
	display: inline-block;
}
.wrapper-buttons-overlay a {
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	text-decoration: none !important;
	font-size: 14px;
	color: #fff !important;
	line-height: 1.2;
	background-color: #6eb48c;
	-webkit-box-shadow: 0 5px 20px #6eb48c;
	box-shadow: 0 5px 20px #6eb48c;
	border: none;
	padding: 7px 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	margin-right: 10px;
}
.wrapper-buttons-overlay > a:last-of-type {
	margin-right: 0;
}
.wrapper-buttons-overlay a i,
.post-entry .wrapper-buttons-overlay a i {
	display: block;
	margin-bottom: 4px;
	font-size: 16px;
}
.wrapper-buttons-overlay .penci-recipe-pin {
	background: #c62026;
	-webkit-box-shadow: 0 5px 20px #c62026;
	box-shadow: 0 5px 20px #c62026;
}
.precipe-style-2 .penci-recipe-heading .penci-recipe-meta {
	border: 1px solid #dedede;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.precipe-style-2 .penci-recipe-heading .penci-recipe-meta > span {
	margin-right: 15px;
	margin: 0;
	-ms-flex: 1 0 25%;
	flex: 1 0 25%;
	padding: 10px 1.5%;
	position: relative;
	text-align: center;
	border-right: 1px solid #dedede;
}
.precipe-style-2 .penci-recipe-heading .penci-recipe-meta > span:last-child {
	border-right: none;
}
.precipe-style-2 .penci-recipe-heading .penci-recipe-meta span i,
.precipe-style-2 .penci-recipe-heading .penci-recipe-meta span span,
.precipe-style-2 .penci-recipe-heading .penci-recipe-meta span time {
	display: block;
	margin: 0;
}
.precipe-style-2
	.penci-recipe-heading
	.penci-recipe-meta
	span
	span.nutrition-item {
	display: inline-block;
}
.penci-nutrition-meta {
	display: none;
}
.penci-show-nutrition {
	display: block;
}
.precipe-style-2 .penci-recipe-heading .penci-recipe-meta span i,
.precipe-style-2 .penci-ficon.ficon-fire {
	font-size: 24px;
}
.precipe-style-2 .penci-recipe-rating {
	margin-bottom: 15px;
}
.penci-recipe-overtitle .penci-recipe-rating {
	margin-top: 0;
}
.precipe-style-2 .penci-recipe-heading .penci-recipe-meta span.remeta-item {
	font-weight: bold;
	font-size: 14px;
	color: #313131;
	display: block;
	padding: 2px 0 3px;
}

/* Style 3 */
.precipe-style-3.penci-recipe-overtitle .wrapper-buttons-overlay {
	bottom: 20px;
}
.precipe-style-3 .wrapper-buttons-overlay {
	bottom: 25px;
	display: block;
	left: 0;
	right: 0;
	width: 100%;
	padding: 0 25px;
}
.post-entry .precipe-style-3 .penci-recipe-heading .recipe-title-overlay {
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	padding: 0;
	margin-top: 15px !important;
}
.precipe-style-3 .wrapper-buttons-overlay a i,
.post-entry .precipe-style-3 .wrapper-buttons-overlay a i {
	display: inline-block;
	margin-bottom: 0;
	font-size: inherit;
	margin-right: 2px;
}
.precipe-style-3 .wrapper-buttons-overlay a {
	height: 36px;
	line-height: 36px;
	width: auto;
	padding: 0 20px;
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

/* Style 4 */
.precipe-style-4 {
	border: 5px solid #555 !important;
	padding-top: 0;
	margin-top: 97px;
}
.precipe-style-4 .penci-recipe-heading {
	background: #555;
	padding: 25px 22px;
	border-bottom: none !important;
}
.precipe-style-4 .penci-recipe-thumb {
	float: none;
	text-align: center;
	display: block;
	width: 100%;
	transform: translateY(-107px);
	-webkit-transform: translateY(-107px);
	margin-bottom: 18px;
}
.precipe-style-4 .penci-recipe-thumb .recipe-thumb-top {
	width: 160px;
	height: 160px;
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
	border: 5px solid #555;
	vertical-align: top;
	position: relative;
}
.precipe-style-4 .penci-recipe-thumb img {
	width: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	object-position: 50% 50%;
	top: 0;
	bottom: 0;
	height: 100%;
}
.precipe-style-4 .penci-recipe-metades {
	margin-top: -107px;
	text-align: center;
}
.post-entry .precipe-style-4 .penci-recipe-heading .recipe-title-nooverlay {
	float: none;
	position: relative;
	padding-bottom: 16px;
	color: #fff;
	margin-bottom: 16px;
}
.post-entry
	.precipe-style-4
	.penci-recipe-heading
	.recipe-title-nooverlay:after {
	content: "";
	position: absolute;
	width: 90%;
	height: 2px;
	background: #777;
	bottom: 0;
	left: 5%;
}
.wrapper-buttons-style4 {
	text-align: center;
	margin-bottom: 15px;
	margin-left: -12px;
	margin-right: -12px;
}
.wrapper-buttons-style4 .wrapper-col-btn {
	display: block;
	float: left;
	width: 50%;
	padding: 0 12px;
	margin-bottom: 10px;
}
.wrapper-buttons-style4 a {
	display: block;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #6eb48c;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.wrapper-buttons-style4 a:hover {
	opacity: 0.85;
}
.wrapper-buttons-style4 .penci-recipe-pin {
	background: #c62026;
}
.precipe-style-4 .penci-recipe-heading .penci-recipe-meta,
.precipe-style-4 .penci-recipe-rating {
	color: #fff;
}
.precipe-style-4 .penci-recipe-heading .penci-recipe-meta span.remeta-item {
	opacity: 0.8;
}
.precipe-style-4 .penci-recipe-heading .penci-recipe-meta span i,
.precipe-style-4 .penci-ficon.ficon-fire {
	color: #fff;
}

/* Hide featured images */
.penci-recipe-hide-featured.precipe-style-4 {
	padding-top: 0;
	margin-top: 0;
}
.penci-recipe-hide-featured.precipe-style-4 .penci-recipe-metades {
	margin-top: 0;
}

/* = Penci Buttons
----------------------------------------------------*/
.penci-recipe-action-buttons {
	text-align: center;
	margin: 20px 0 20px;
	display: block;
}
.penci-recipe-action-buttons:before,
.penci-recipe-action-buttons:after,
.wrapper-buttons-style4:before,
.wrapper-buttons-style4:after {
	content: "";
	display: table;
	clear: both;
}
.penci-recipe-action-buttons.buttons-align-left {
	text-align: left;
}
.penci-recipe-action-buttons.buttons-align-right {
	text-align: right;
}
.penci-recipe-action-buttons .penci-recipe-button {
	padding: 10px 20px;
	color: #fff;
	font-size: 14px;
	background: #313131;
	outline: none;
	text-decoration: none !important;
	margin: 0 8px 10px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	display: inline-block;
}
.penci-recipe-action-buttons .penci-recipe-button i {
	margin-right: 6px;
}
.penci-recipe-action-buttons .penci-recipe-button:hover {
	background: #6eb48c;
}
.penci-recipe-action-buttons.buttons-align-left .penci-recipe-button {
	margin: 0 16px 0 0;
}
.penci-recipe-action-buttons.buttons-align-right .penci-recipe-button {
	margin: 0 0 0 16px;
}

.penci-recipe-tagged {
	margin-bottom: 25px;
	padding: 25px;
	background: #555;
}
.elementor-widget-penci-recipe .penci-recipe-tagged {
	margin-bottom: 0;
}
.penci-recipe-tagged .prt-wrap-span {
	display: block;
	text-align: center;
}
.penci-recipe-tagged .prt-icon {
	margin-top: -44px;
	margin-bottom: 5px;
}
.penci-recipe-tagged .prt-icon span {
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	background: #6eb48c;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	font-size: 30px;
}
.penci-recipe-tagged .prt-wrap-spantext {
}
.penci-recipe-tagged .prt-span-heading {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: var(--pchead-wei);
	display: block;
	line-height: 1.3;
	margin-bottom: 6px;
}
.penci-recipe-tagged .prt-span-des,
.penci-recipe-tagged .prt-span-des * {
	color: #fff !important;
	font-size: 15px;
	line-height: 1.5;
}
.penci-recipe-tagged .prt-span-des a {
	text-decoration: underline !important;
}

/* = Penci Recipe Index
----------------------------------------------------*/
.penci-recipe-index-wrap h4.recipe-index-heading {
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 25px;
	line-height: 1.3;
	color: #777;
	overflow: hidden;
	text-align: center;
}
.penci-recipe-index-wrap h4.recipe-index-heading > span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-right: 15px;
	padding-left: 15px;
	color: inherit;
	background: none;
	font-family: inherit;
	font-size: inherit;
}
.penci-recipe-index-wrap h4.recipe-index-heading > span:before,
.penci-recipe-index-wrap h4.recipe-index-heading > span:after {
	content: "";
	width: 2000px;
	left: 100%;
	position: absolute;
	top: 50%;
	border-top: 1px solid;
	opacity: 0.4;
}
.penci-recipe-index-wrap h4.recipe-index-heading > span:before {
	left: auto;
	right: 100%;
}
.penci-recipe-index-wrap h4.recipe-index-heading a {
	color: inherit;
	background: none;
	font-family: inherit;
	font-size: inherit;
	text-decoration: none;
}
.penci-recipe-index-wrap ul.penci-recipe-index {
	padding: 0;
	margin-left: -10px;
	margin-right: -10px;
	width: 100%;
	width: calc(100% + 20px);
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}
.penci-recipe-index-wrap ul.penci-recipe-index:before,
.penci-recipe-index-wrap ul.penci-recipe-index:after {
	clear: both;
	content: "";
}
.penci-recipe-index-wrap ul.penci-recipe-index li {
	width: 33.333333%;
	float: left;
	padding: 0 10px;
	margin-bottom: 30px;
	list-style: none;
	line-height: normal;
	text-align: center;
}
.penci-recipe-index-wrap ul.penci-recipe-index.column-2 li {
	width: 50%;
}
.penci-recipe-index-wrap ul.penci-recipe-index.column-4 li {
	width: 25%;
}
.penci-recipe-index-wrap ul.penci-recipe-index.column-2 li:nth-child(2n + 1),
.penci-recipe-index-wrap ul.penci-recipe-index.column-3 li:nth-child(3n + 1),
.penci-recipe-index-wrap ul.penci-recipe-index.column-4 li:nth-child(4n + 1) {
	clear: both;
}
.penci-recipe-index-wrap ul.penci-recipe-index li article {
	margin: 0;
}
.penci-index-post-img {
	margin-bottom: 17px;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}
.penci-index-post-img:hover {
	opacity: 0.85;
}
.penci-index-post-img .penci-holder-size-horizontal:before {
	padding-top: 66.6667%;
}
.penci-index-post-img .penci-holder-size-square:before {
	padding-top: 100%;
}
.penci-index-post-img .penci-holder-size-vertical:before {
	padding-top: 135.4%;
}
.penci-recipe-index .cat {
	display: block;
	clear: both;
	margin-bottom: 4px;
}
.penci-recipe-index .cat > a.penci-cat-name {
	font-size: 12px;
}
.penci-recipe-index-wrap h2.penci-recipe-index-title {
	margin: 0 0 0 0;
	line-height: 1;
}
.penci-recipe-index-wrap .penci-recipe-index-title a {
	font-size: 16px;
	text-decoration: none;
	color: #313131;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	line-height: 1.3;
	letter-spacing: 0;
	font-family: inherit;
	vertical-align: top;
	display: inline-block;
}
.penci-recipe-index-wrap .penci-recipe-index-title a:hover {
	opacity: 0.7;
}
.penci-recipe-index .date {
	font-size: 13px;
	color: #888888;
	margin-top: 3px;
	display: block;
}
.penci-recipe-index-wrap .penci-index-more-link {
	line-height: 1;
	text-align: center;
	margin-top: -10px;
	margin-bottom: 40px;
}
.penci-recipe-index-wrap .penci-index-more-link a {
	display: inline-block;
	background: #313131;
	padding: 0 25px;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	text-transform: uppercase;
	font-family: var(--pchead-font);
	font-weight: var(--pchead-wei);
	font-size: 13px;
}
.penci-recipe-index-wrap .penci-index-more-link a:hover {
	opacity: 0.8;
}
.penci-recipe-index-wrap .penci-index-more-link a i {
	margin-left: 4px;
}
@media only screen and (max-width: 767px) {
	.post-entry .penci-recipe-heading .recipe-title-nooverlay {
		display: block;
		float: none;
	}
	.penci-recipe-heading a.penci-recipe-print {
		float: none;
		display: inline-block;
		height: 26px;
		line-height: 24px;
	}
	.penci-recipe-heading .penci-recipe-meta {
		margin-top: 15px;
	}
	.penci-recipe-index-wrap ul.penci-recipe-index li,
	.penci-recipe-index-wrap ul.penci-recipe-index.column-4 li,
	.penci-recipe-index-wrap ul.penci-recipe-index.column-3 li {
		width: 50%;
	}
	.penci-recipe-index-wrap
		ul.penci-recipe-index.column-2
		li:nth-child(2n + 1),
	.penci-recipe-index-wrap
		ul.penci-recipe-index.column-3
		li:nth-child(3n + 1),
	.penci-recipe-index-wrap
		ul.penci-recipe-index.column-4
		li:nth-child(4n + 1) {
		clear: none;
	}
	.penci-recipe-index-wrap
		ul.penci-recipe-index.column-2
		li:nth-child(2n + 1),
	.penci-recipe-index-wrap
		ul.penci-recipe-index.column-3
		li:nth-child(2n + 1),
	.penci-recipe-index-wrap
		ul.penci-recipe-index.column-4
		li:nth-child(2n + 1) {
		clear: both;
	}
	.precipe-style-2 .penci-recipe-heading .penci-recipe-meta > span {
		flex: 1 0 50%;
	}
	.precipe-style-2
		.penci-recipe-heading
		.penci-recipe-meta
		> span:nth-of-type(1),
	.precipe-style-2
		.penci-recipe-heading
		.penci-recipe-meta
		> span:nth-of-type(2) {
		border-bottom: 1px solid #dedede;
	}
}

@media only screen and (max-width: 479px) {
	.penci-recipe-thumb {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.penci-recipe-heading .penci-recipe-meta > span {
		display: block;
		margin-bottom: 4px;
	}
	.penci-recipe-heading .penci-recipe-meta > span:last-child {
		margin-bottom: 0;
	}
	.penci-recipe-index-wrap ul.penci-recipe-index.column-2 li,
	.penci-recipe-index-wrap ul.penci-recipe-index.column-4 li,
	.penci-recipe-index-wrap ul.penci-recipe-index.column-3 li {
		width: 100%;
		float: none;
	}
	.penci-recipe-index-wrap
		ul.penci-recipe-index.column-2
		li:nth-child(2n + 1),
	.penci-recipe-index-wrap
		ul.penci-recipe-index.column-3
		li:nth-child(2n + 1),
	.penci-recipe-index-wrap
		ul.penci-recipe-index.column-4
		li:nth-child(2n + 1) {
		clear: both;
	}
	.penci-recipe-index-wrap ul.penci-recipe-index li article {
		margin-left: auto;
		margin-right: auto;
	}
	.wrapper-buttons-style4 .wrapper-col-btn {
		float: none;
		width: 100%;
	}
}
.penci-recipe-meta.archive-pos {
	font-size: 14px;
	color: var(--pcmeta-cl);
	margin-bottom: 15px;
	padding: 5px 0;
	border-top: 1px solid var(--pcborder-cl);
	border-bottom: 1px solid var(--pcborder-cl);
}
.penci-recipe-meta.archive-pos > span + span {
	margin-left: 5px;
}
.penci-recipe-meta.archive-pos i {
	color: var(--pcheading-cl);
}
.penci-recipe-meta.archive-pos .remeta-item {
	color: var(--pcheading-cl);
}
/*
Theme Name: soledad
Theme URI: https://pencidesign.net/
Description: A Multipurpose, Newspaper, Blog & WooCommerce WordPress Theme
Author: PenciDesign
Author URI: https://pencidesign.net/
Version: 8.6.9
Requires PHP: 7.4
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: black, green, white, light, one-column, two-columns, three-columns, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, featured-images, post-formats, translation-ready
Text Domain: soledad
Domain Path: /languages
*/
/*
 * Silence is gold
 */
/* The main css file is located in "themes/soledad/main.css" */
/* [0] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.0.woff2) format('woff2');
  unicode-range: U+1f921-1f930, U+1f932-1f935, U+1f937-1f939, U+1f940-1f944, U+1f947-1f94a, U+1f950-1f95f, U+1f962-1f967, U+1f969-1f96a, U+1f980-1f981, U+1f984-1f98d, U+1f990-1f992, U+1f994-1f996, U+1f9c0, U+1f9d0, U+1f9d2, U+1f9d4, U+1f9d6, U+1f9d8, U+1f9da, U+1f9dc-1f9dd, U+1f9df-1f9e2, U+1f9e5-1f9e6, U+20024, U+20487, U+20779, U+20c41, U+20c78, U+20d71, U+20e98, U+20ef9, U+2107b, U+210c1, U+22c51, U+233b4, U+24a12, U+2512b, U+2546e, U+25683, U+267cc, U+269f2, U+27657, U+282e2, U+2898d, U+29d5a, U+f0001-f0005, U+f0019, U+f009b, U+f0101-f0104, U+f012b, U+f01ba, U+f01d6, U+f0209, U+f0217, U+f0223-f0224, U+fc355, U+fe327, U+fe517, U+feb97, U+fffb4;
}
/* [6] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.6.woff2) format('woff2');
  unicode-range: U+ff78-ff7e, U+ff80-ff86, U+ff89-ff94, U+ff97-ff9e, U+ffb9, U+ffe0-ffe3, U+ffe9, U+ffeb, U+ffed, U+fffc, U+1d7c7, U+1f004, U+1f0cf, U+1f141-1f142, U+1f150, U+1f154, U+1f158, U+1f15b, U+1f15d-1f15e, U+1f162-1f163, U+1f170-1f171, U+1f174, U+1f177-1f178, U+1f17d-1f17f, U+1f192-1f195, U+1f197-1f19a, U+1f1e6-1f1f5, U+1f1f7-1f1ff, U+1f21a, U+1f22f, U+1f232-1f237, U+1f239-1f23a, U+1f250-1f251, U+1f300, U+1f302-1f319;
}
/* [7] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.7.woff2) format('woff2');
  unicode-range: U+fa0a, U+fa0c, U+fa11, U+fa17, U+fa19, U+fa1b, U+fa1d, U+fa26, U+fa2c, U+fb01, U+fdfc, U+fe0e, U+fe33-fe36, U+fe38-fe44, U+fe49-fe51, U+fe54, U+fe56-fe57, U+fe59-fe5c, U+fe5f-fe6a, U+fe8e, U+fe92-fe93, U+feae, U+fecb-fecc, U+fee0, U+feec, U+fef3, U+ff04, U+ff07, U+ff26-ff2c, U+ff31-ff32, U+ff35-ff37, U+ff39-ff3a, U+ff3c, U+ff3e-ff5b, U+ff5d, U+ff61-ff65, U+ff67-ff68, U+ff6a, U+ff6c-ff77;
}
/* [8] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.8.woff2) format('woff2');
  unicode-range: U+f78a-f78c, U+f78e, U+f792-f796, U+f798, U+f79c, U+f7f5, U+f812, U+f815, U+f876, U+f8f5, U+f8f8, U+f8ff, U+f901-f902, U+f904, U+f906, U+f909-f90a, U+f90f, U+f914, U+f918-f919, U+f91b, U+f91d, U+f91f, U+f923, U+f925, U+f92d-f92f, U+f934, U+f937-f938, U+f93d, U+f93f, U+f941, U+f949, U+f94c, U+f94e-f94f, U+f95a, U+f95d-f95e, U+f961-f963, U+f965-f970, U+f974, U+f976-f97a, U+f97c, U+f97e-f97f, U+f981, U+f983, U+f988, U+f98a, U+f98c, U+f98e, U+f996-f997, U+f999-f99a, U+f99c, U+f99f-f9a0, U+f9a3, U+f9a8, U+f9ad, U+f9b2-f9b6, U+f9b9-f9ba, U+f9bd-f9be, U+f9c1, U+f9c4, U+f9c7, U+f9ca, U+f9cd, U+f9d0-f9d1, U+f9d3-f9d4, U+f9d7-f9d8, U+f9dc-f9dd, U+f9df-f9e1, U+f9e4, U+f9e8-f9ea, U+f9f4, U+f9f6-f9f7, U+f9f9-f9fa, U+f9fc-fa01, U+fa03-fa04, U+fa06, U+fa08-fa09;
}
/* [19] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.19.woff2) format('woff2');
  unicode-range: U+9ee5, U+9ee7, U+9eee, U+9ef3-9ef4, U+9ef6-9ef7, U+9ef9, U+9efb-9efd, U+9eff, U+9f07-9f09, U+9f10, U+9f14-9f15, U+9f19, U+9f22, U+9f29, U+9f2c, U+9f2f, U+9f31, U+9f34, U+9f37, U+9f39, U+9f3d-9f3e, U+9f41, U+9f4c-9f50, U+9f54, U+9f57, U+9f59, U+9f5c, U+9f5f-9f60, U+9f62-9f63, U+9f66-9f67, U+9f6a, U+9f6c, U+9f72, U+9f76-9f77, U+9f7f, U+9f84-9f85, U+9f88, U+9f8e, U+9f91, U+9f94-9f96, U+9f98, U+9f9a-9f9b, U+9f9f-9fa0, U+9fa2, U+9fa4, U+9ff0-9fff, U+a1f4, U+a4b0-a4b1, U+a4b3, U+a9c1-a9c2, U+aa31, U+ab34, U+ac00-ac01, U+ac04, U+ac08, U+ac10-ac11, U+ac13-ac16, U+ac19, U+ac1c-ac1d, U+ac24, U+ac70-ac71, U+ac74, U+ac77-ac78, U+ac80-ac81, U+ac83, U+ac8c, U+ac90, U+aca0, U+aca8-aca9, U+acac, U+acb0, U+acb8-acb9, U+acbc-acbd, U+acc1, U+acc4, U+ace0-ace1, U+ace4, U+ace8, U+acf0-acf1, U+acf3, U+acf5, U+acfc;
}
/* [20] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.20.woff2) format('woff2');
  unicode-range: U+9d77, U+9d7a, U+9d7e, U+9d87, U+9d89, U+9d8f, U+9d91-9d93, U+9d96, U+9d98, U+9d9a, U+9da1-9da2, U+9da5, U+9da9, U+9dab-9dac, U+9db1-9db2, U+9db5, U+9db9-9dbc, U+9dbf-9dc2, U+9dc4, U+9dc7-9dc9, U+9dd3, U+9dd6, U+9dd9-9dda, U+9dde-9ddf, U+9de2, U+9de5-9de6, U+9de8, U+9def-9df0, U+9df2-9df4, U+9df8, U+9dfa, U+9dfd, U+9dff, U+9e02, U+9e07, U+9e0a, U+9e11, U+9e15, U+9e18, U+9e1a-9e1b, U+9e1d-9e1e, U+9e20-9e23, U+9e25-9e26, U+9e2d, U+9e2f, U+9e33, U+9e35, U+9e3d-9e3f, U+9e42-9e43, U+9e45, U+9e48-9e4a, U+9e4c, U+9e4f, U+9e51, U+9e55, U+9e64, U+9e66, U+9e6b, U+9e6d-9e6e, U+9e70, U+9e73, U+9e75, U+9e78, U+9e80-9e83, U+9e87-9e88, U+9e8b-9e8c, U+9e90-9e91, U+9e93, U+9e96, U+9e9d, U+9ea1, U+9ea4, U+9ea6, U+9ea9-9eab, U+9ead, U+9eaf, U+9eb4, U+9eb7-9eba, U+9ebe-9ebf, U+9ecc-9ecd, U+9ed0, U+9ed2, U+9ed4, U+9ed9-9eda, U+9edc-9edd, U+9edf-9ee0, U+9ee2;
}
/* [21] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.21.woff2) format('woff2');
  unicode-range: U+9bf0-9bf1, U+9bf5, U+9bf7, U+9bf9, U+9bfd, U+9bff, U+9c02, U+9c06, U+9c08-9c0a, U+9c0d, U+9c10, U+9c12-9c13, U+9c15, U+9c1c, U+9c1f, U+9c21, U+9c23-9c25, U+9c28-9c29, U+9c2d-9c2e, U+9c31-9c33, U+9c35-9c37, U+9c39-9c3b, U+9c3d-9c3e, U+9c40, U+9c42, U+9c45-9c49, U+9c52, U+9c54, U+9c56, U+9c58-9c5a, U+9c5d, U+9c5f-9c60, U+9c63, U+9c67-9c68, U+9c72, U+9c75, U+9c78, U+9c7a-9c7c, U+9c7f-9c81, U+9c87-9c88, U+9c8d, U+9c91, U+9c94, U+9c97, U+9c9b, U+9ca4, U+9ca8, U+9cab, U+9cad, U+9cb1-9cb3, U+9cb6-9cb8, U+9cc4-9cc5, U+9ccc-9ccd, U+9cd5-9cd7, U+9cdd-9cdf, U+9ce7, U+9ce9, U+9cee-9cf0, U+9cf2, U+9cfc-9cfe, U+9d03, U+9d06-9d08, U+9d0e, U+9d10, U+9d12, U+9d15, U+9d17, U+9d1d-9d1f, U+9d23, U+9d2b, U+9d2f-9d30, U+9d34, U+9d37, U+9d3d, U+9d42, U+9d50, U+9d52-9d53, U+9d59, U+9d5c, U+9d5e-9d61, U+9d6a, U+9d6f-9d70;
}
/* [22] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.22.woff2) format('woff2');
  unicode-range: U+9a87, U+9a8a-9a8b, U+9a8f-9a91, U+9a97, U+9a9a, U+9a9e, U+9aa0-9aa1, U+9aa4-9aa5, U+9aaf-9ab1, U+9ab6-9ab7, U+9ab9-9aba, U+9abe, U+9ac0-9ac5, U+9ac8, U+9acb-9acc, U+9ace-9acf, U+9ad1, U+9ad5-9ad7, U+9ad9, U+9adf, U+9ae1, U+9ae3, U+9aea-9aeb, U+9aed, U+9aef, U+9af2, U+9af4, U+9af9, U+9afb, U+9afd, U+9b03-9b04, U+9b08, U+9b13, U+9b18, U+9b1f, U+9b22-9b23, U+9b28-9b2a, U+9b2c-9b30, U+9b32, U+9b3b, U+9b43, U+9b46-9b49, U+9b4b-9b4e, U+9b51, U+9b55, U+9b58, U+9b5b, U+9b5e-9b60, U+9b63, U+9b68-9b69, U+9b74, U+9b7d, U+9b80-9b81, U+9b83-9b84, U+9b87-9b88, U+9b8a-9b8b, U+9b8d-9b8e, U+9b90, U+9b92-9b95, U+9b97, U+9b9f-9ba0, U+9ba2-9ba3, U+9ba8, U+9bab, U+9bb0, U+9bb8, U+9bc0-9bc1, U+9bc3, U+9bc6-9bc8, U+9bd3-9bd7, U+9bd9, U+9bdb, U+9bdd, U+9be1-9be2, U+9be4-9be5, U+9be7, U+9bea, U+9bed-9bee;
}
/* [23] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.23.woff2) format('woff2');
  unicode-range: U+993c-9940, U+9943-9944, U+9948-994a, U+994c-994e, U+9951, U+9954, U+995c, U+995e-995f, U+9961-9962, U+9965, U+9968, U+996a, U+996d-9972, U+9975-9976, U+997a, U+997c, U+997f-9980, U+9984-9985, U+9988, U+998b, U+998d, U+998f, U+9992, U+9994-9995, U+9997-9998, U+999c, U+999e, U+99a0-99a1, U+99ab, U+99af, U+99b1, U+99b4, U+99b9, U+99c4-99c6, U+99cf, U+99d1-99d2, U+99d4, U+99d6, U+99d8-99d9, U+99df, U+99e1-99e2, U+99e9, U+99ee, U+99f0, U+99f8, U+99fb, U+9a01-9a05, U+9a0c, U+9a0f-9a13, U+9a16, U+9a1b-9a1c, U+9a20, U+9a24, U+9a28, U+9a2b, U+9a2d-9a2e, U+9a34-9a36, U+9a38, U+9a3e, U+9a40-9a44, U+9a4a, U+9a4c-9a4e, U+9a52, U+9a56, U+9a62-9a65, U+9a69-9a6b, U+9a6d, U+9a6f-9a71, U+9a73-9a74, U+9a76, U+9a78-9a79, U+9a7b-9a7c, U+9a7e-9a7f, U+9a81-9a82, U+9a84-9a86;
}
/* [24] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.24.woff2) format('woff2');
  unicode-range: U+97f5, U+97f9-97fa, U+97fe, U+9804, U+9807, U+980a, U+980e-980f, U+9814, U+9816, U+981a, U+981c, U+981e, U+9820-9821, U+9823, U+9826, U+9828, U+982a-982c, U+9832, U+9834-9835, U+9837, U+9839, U+983c-983d, U+9845, U+9848-9849, U+984e, U+9852-9857, U+9859-985a, U+9862-9863, U+9865, U+9870-9871, U+9873-9874, U+9877, U+987a-987f, U+9881-9882, U+9885, U+9887-988a, U+988c-988d, U+9890, U+9893, U+9896-9897, U+989a, U+989c-989e, U+98a0, U+98a4, U+98a6-98a7, U+98a9, U+98ae-98af, U+98b2-98b3, U+98b6-98b8, U+98ba-98bd, U+98bf, U+98c7-98c8, U+98ca, U+98d2-98d3, U+98d8-98da, U+98dc, U+98de, U+98e0-98e1, U+98e3, U+98e5, U+98e7-98e9, U+98eb-98ee, U+98f1, U+98f4, U+9901, U+9908-9909, U+990c, U+9911-9912, U+9914, U+9916-9917, U+991b-991c, U+991e, U+9920, U+9927, U+992b-992c, U+992e, U+9931-9933, U+9938, U+993a;
}
/* [25] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.25.woff2) format('woff2');
  unicode-range: U+9672, U+9674, U+967a, U+9682-9685, U+9688-9689, U+968b, U+968d, U+9695, U+9697-9698, U+969e, U+96a0-96a4, U+96a9, U+96ac, U+96ae, U+96b0, U+96b2-96b4, U+96b6-96b7, U+96b9, U+96bc-96be, U+96c3, U+96c9-96cb, U+96ce-96cf, U+96d1-96d2, U+96d8, U+96dd, U+96e9, U+96eb, U+96f0-96f1, U+96f3-96f4, U+96f9, U+96fe-96ff, U+9701-9702, U+9705, U+9708, U+970a, U+970e-9711, U+9719, U+971d, U+971f-9720, U+9728, U+972a, U+972d, U+9730, U+9733, U+973a, U+973d, U+9744, U+9746-9747, U+9749, U+9750-9751, U+9753, U+9758-9759, U+975b, U+975d, U+9763, U+9765-9766, U+9768, U+976c-976d, U+9771, U+9773, U+9776, U+977a, U+977c, U+9780, U+9784-9786, U+9788, U+978e-978f, U+9798, U+979d-979e, U+97a3, U+97a5-97a6, U+97a8, U+97ab-97ac, U+97ae, U+97b6-97b7, U+97b9, U+97bf, U+97c1, U+97c3, U+97c6, U+97c9, U+97cd, U+97d6, U+97d8-97d9, U+97dc-97de, U+97e1, U+97e6-97e7, U+97ec-97ee, U+97f0-97f1;
}
/* [26] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.26.woff2) format('woff2');
  unicode-range: U+9530, U+9535, U+953a-953b, U+9540-9542, U+9547, U+9549-954a, U+954d, U+9550-9551, U+9554-9556, U+955c, U+956c-956d, U+956f-9570, U+9573, U+9576, U+9578, U+9582, U+9586, U+9588, U+958e-958f, U+9599, U+959c, U+959e-959f, U+95a1-95a2, U+95a4, U+95a6-95a7, U+95aa-95ae, U+95b0, U+95b2, U+95b6, U+95b9-95bf, U+95c2-95c4, U+95c7-95c9, U+95cb-95cd, U+95d0, U+95d3-95d5, U+95d7-95d8, U+95da, U+95de, U+95e0-95e1, U+95e4-95e5, U+95ea-95eb, U+95ef-95f0, U+95f2-95f3, U+95f5, U+95f7-95fa, U+95fd, U+9600-9602, U+9607-9609, U+960e, U+9610-9611, U+9614, U+9616, U+9619-961a, U+961c-961d, U+961f, U+9621, U+9624, U+9628, U+962f, U+9633-9636, U+963c, U+9641-9643, U+9645, U+9647-9648, U+964e-964f, U+9651, U+9653-9655, U+9658, U+965b-965f, U+9661, U+9665, U+9668-9669, U+966c;
}
/* [27] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.27.woff2) format('woff2');
  unicode-range: U+941a, U+941c, U+941e, U+9420-9425, U+9427-942b, U+942e, U+9432-9433, U+9436, U+9438, U+943a, U+943d, U+943f-9440, U+9445, U+944a, U+944c, U+9454-9455, U+945a-945b, U+945e, U+9460, U+9462-9463, U+9468, U+946a, U+946d, U+946f, U+9471, U+9474-9477, U+9479, U+947e-9481, U+9488-948a, U+948e, U+9492-9493, U+9497, U+9499, U+949b-94a3, U+94a5-94a9, U+94ac, U+94ae-94b1, U+94b3-94b5, U+94bb-94bc, U+94be-94c3, U+94c5-94c6, U+94c9, U+94ce-94d0, U+94db-94dd, U+94e0, U+94e2-94e3, U+94e8, U+94ec-94ee, U+94f0, U+94f2, U+94f5-94f6, U+94f8, U+94fa, U+94ff-9502, U+9504-9506, U+9508, U+950b-950c, U+950f-9510, U+9519-951b, U+951d, U+951f, U+9521-9526, U+952d-952f;
}
/* [28] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.28.woff2) format('woff2');
  unicode-range: U+930b, U+930f, U+9312, U+9315, U+9319-931b, U+931d-931f, U+9321, U+9323-9325, U+9327-932a, U+932c-932e, U+9331-9333, U+9335, U+9338, U+933c, U+9340-9341, U+9345-9349, U+934f-9352, U+9354, U+9356-935a, U+935c-9360, U+9363-9367, U+9369-936a, U+936c, U+936e, U+9370-9371, U+9373, U+9376, U+9379-937a, U+937c, U+9385, U+9387, U+938c, U+938f, U+9394, U+9397-9398, U+939a-939b, U+939d-939e, U+93a1-93a3, U+93a6-93a7, U+93a9-93aa, U+93ac-93ad, U+93af-93b0, U+93b3-93bb, U+93bd-93be, U+93c0-93c4, U+93c7, U+93ca-93cd, U+93d0-93d1, U+93d6-93d8, U+93dc-93de, U+93e0, U+93e4, U+93e8, U+93ee, U+93f0, U+93f5, U+93f7-93f9, U+93fb, U+9403, U+9407, U+940f-9410, U+9413-9414, U+9417, U+9419;
}
/* [29] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.29.woff2) format('woff2');
  unicode-range: U+9208-920a, U+920d-920e, U+9210-9211, U+9217, U+9219, U+921c, U+9221, U+9224-9225, U+9227, U+922a, U+922d-922e, U+9230-9231, U+9233, U+9235-9239, U+923b, U+923d-9241, U+9244, U+9246, U+9248-9249, U+924b-9251, U+9253, U+925a, U+925d-925e, U+9262, U+9265-9267, U+926b-926d, U+926f, U+9271-9272, U+9274, U+9276, U+9278, U+927a-927c, U+927e-927f, U+9282-9283, U+9286, U+9288, U+928a, U+928d-928e, U+9291, U+9295-9296, U+9299-929b, U+929d, U+92a0-92ae, U+92b2, U+92b5-92b6, U+92bb-92bc, U+92c2-92c3, U+92c6-92cd, U+92cf-92d1, U+92d5, U+92d7, U+92d9, U+92dd, U+92df, U+92e4-92e6, U+92e8-92e9, U+92ed-92ef, U+92f1-92f3, U+92f6, U+92f9, U+92fb, U+9300-9302, U+9306;
}
/* [30] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.30.woff2) format('woff2');
  unicode-range: U+90e2-90e4, U+90ea-90eb, U+90ef, U+90f4, U+90f7-90f8, U+90fc, U+90fe-9100, U+9102, U+9104, U+9106, U+9112, U+9114-911a, U+911c, U+911e, U+9120, U+9122-9123, U+9129, U+912b, U+912f, U+9131-9132, U+9134, U+9136, U+9139-913a, U+9143, U+9146, U+9148-914a, U+914e-9150, U+9154, U+9156-9157, U+9159-915a, U+915d-915e, U+9161-9164, U+916b, U+916e, U+9170-9172, U+9174, U+9176, U+9179-917a, U+917f, U+9181-9182, U+9184-9186, U+918c-918e, U+9190-9191, U+9196, U+919a-919b, U+919e, U+91a1-91a4, U+91a7, U+91aa, U+91ae-91b2, U+91b4-91b5, U+91b8, U+91bd-91be, U+91c1, U+91c3, U+91c5-91c6, U+91c8-91ca, U+91d2-91d5, U+91d7, U+91d9, U+91e1, U+91e4, U+91e6-91e9, U+91ec-91ed, U+91f0-91f1, U+91f5-91fa, U+91fd, U+91ff-9201, U+9203-9207;
}
/* [31] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.31.woff2) format('woff2');
  unicode-range: U+8f85-8f86, U+8f88-8f8a, U+8f8d, U+8f90, U+8f93, U+8f95-8f97, U+8f99, U+8f9e-8f9f, U+8fa2, U+8fa7, U+8fa9, U+8fab, U+8fae, U+8fb3, U+8fb5-8fb6, U+8fba-8fbd, U+8fbf, U+8fc1-8fc2, U+8fc6, U+8fc8, U+8fcc-8fcd, U+8fd2-8fd3, U+8fd5, U+8fdc-8fdd, U+8fdf, U+8fe2-8fe5, U+8fe8-8fe9, U+8fed-8fee, U+8ff3, U+8ff5, U+8ff8, U+8ffa-8ffc, U+8ffe, U+9002, U+9004, U+9008, U+900a-900b, U+9011-9013, U+9016, U+901e, U+9021, U+9024, U+902d, U+902f-9030, U+9034-9036, U+9039-903b, U+9041, U+9044-9045, U+904f-9052, U+9057-9058, U+905b, U+905d, U+9061-9062, U+9065, U+9068, U+906f, U+9074, U+9079, U+907d, U+9083, U+9085, U+9087-9089, U+908b, U+9090, U+9093, U+9095, U+9097, U+9099, U+909b, U+909d-909e, U+90a0-90a2, U+90ac, U+90af-90b0, U+90b2-90b4, U+90b6, U+90b9, U+90bb, U+90bd-90be, U+90c3-90c5, U+90c7, U+90d1, U+90d4-90d5, U+90d7, U+90db-90df;
}
/* [32] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.32.woff2) format('woff2');
  unicode-range: U+8e30-8e31, U+8e35, U+8e39, U+8e3c-8e3d, U+8e40-8e42, U+8e47, U+8e49-8e4e, U+8e50, U+8e53-8e55, U+8e59-8e5b, U+8e60, U+8e62-8e63, U+8e67, U+8e69, U+8e6c-8e6d, U+8e6f, U+8e74, U+8e76, U+8e7a-8e7c, U+8e82, U+8e84-8e85, U+8e87, U+8e89-8e8b, U+8e8f-8e95, U+8e99-8e9a, U+8e9d-8e9e, U+8ea1, U+8ea3, U+8ea5-8ea6, U+8eaa, U+8eac-8ead, U+8eaf-8eb1, U+8eb9, U+8ebc, U+8ebe, U+8ec6, U+8ecb, U+8ecf, U+8ed1, U+8ed4, U+8ed7, U+8eda-8edb, U+8ee2, U+8ee8, U+8eeb, U+8ef2, U+8ef9-8efe, U+8f05, U+8f07-8f08, U+8f0a-8f0c, U+8f12-8f13, U+8f17, U+8f19-8f1a, U+8f1c, U+8f1e-8f1f, U+8f25-8f26, U+8f2d, U+8f30, U+8f33, U+8f36, U+8f3e, U+8f40-8f42, U+8f45-8f47, U+8f4d, U+8f54-8f55, U+8f5d, U+8f61-8f62, U+8f64, U+8f67-8f69, U+8f6d-8f72, U+8f74, U+8f76, U+8f7b-8f7c, U+8f7f, U+8f83-8f84;
}
/* [33] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.33.woff2) format('woff2');
  unicode-range: U+8ce1, U+8ce8, U+8ceb, U+8cf0, U+8cf8, U+8cfb, U+8cfe, U+8d04, U+8d07, U+8d0b, U+8d0d, U+8d10, U+8d12-8d14, U+8d17, U+8d1b-8d1f, U+8d21-8d26, U+8d29-8d2c, U+8d2e-8d32, U+8d34-8d35, U+8d37-8d38, U+8d3a-8d3c, U+8d3e-8d3f, U+8d41-8d43, U+8d48, U+8d4b-8d4c, U+8d4e-8d50, U+8d54, U+8d56, U+8d58, U+8d5a-8d5b, U+8d5f-8d60, U+8d62-8d63, U+8d66-8d69, U+8d6c-8d6e, U+8d73, U+8d75-8d76, U+8d7b, U+8d7d, U+8d84, U+8d8b, U+8d90-8d91, U+8d94, U+8d96, U+8d9c, U+8dab, U+8daf, U+8db2, U+8db5, U+8db7, U+8dba, U+8dbc, U+8dbf, U+8dc2-8dc3, U+8dc6, U+8dcb, U+8dce-8dd0, U+8dd6-8dd7, U+8dda-8ddb, U+8de3-8de4, U+8de9, U+8deb-8dec, U+8df1, U+8df5-8df7, U+8dfa-8dfd, U+8e05, U+8e08-8e0a, U+8e0e, U+8e14, U+8e16, U+8e18, U+8e1d-8e21, U+8e23, U+8e26-8e28, U+8e2a-8e2b, U+8e2d-8e2e;
}
/* [34] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.34.woff2) format('woff2');
  unicode-range: U+8b9c, U+8b9e-8b9f, U+8ba3, U+8ba5, U+8ba7, U+8baa, U+8bad, U+8bb2-8bb4, U+8bb6-8bb9, U+8bbc-8bbd, U+8bbf-8bc0, U+8bc3, U+8bc5, U+8bc8-8bcb, U+8bcf, U+8bd1, U+8bd7-8bdc, U+8bde-8be1, U+8be3, U+8be5, U+8be7, U+8be9, U+8beb-8bec, U+8bef, U+8bf1-8bf2, U+8bf5-8bf6, U+8bf8, U+8bfa, U+8bfd-8bfe, U+8c01-8c02, U+8c05, U+8c08, U+8c0a-8c11, U+8c13-8c15, U+8c18-8c1c, U+8c1f, U+8c23-8c29, U+8c2c-8c2d, U+8c31, U+8c34, U+8c36, U+8c39, U+8c3f, U+8c47, U+8c49-8c4c, U+8c4f, U+8c51, U+8c55, U+8c62, U+8c68, U+8c73, U+8c78, U+8c7a-8c7c, U+8c82, U+8c85, U+8c89-8c8a, U+8c8d-8c8e, U+8c90, U+8c94, U+8c98-8c99, U+8ca3-8ca4, U+8cad-8cb0, U+8cb2, U+8cb9-8cba, U+8cbd, U+8cc1-8cc2, U+8cc4-8cc5, U+8ccf-8cd2, U+8cd4-8cd5, U+8cd9-8cdb;
}
/* [35] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.35.woff2) format('woff2');
  unicode-range: U+8a1b, U+8a22, U+8a25, U+8a27, U+8a2b, U+8a33, U+8a36, U+8a38, U+8a3d-8a3e, U+8a41, U+8a45-8a46, U+8a48, U+8a4e, U+8a51-8a52, U+8a54, U+8a56-8a58, U+8a5b, U+8a5d, U+8a61, U+8a63, U+8a67, U+8a6a-8a6c, U+8a70, U+8a74-8a76, U+8a7a-8a7c, U+8a82, U+8a84-8a86, U+8a89, U+8a8f-8a92, U+8a94, U+8a9a, U+8aa1, U+8aa3, U+8aa5, U+8aa7-8aa8, U+8aad, U+8ab1, U+8ab6, U+8abe, U+8ac2, U+8ac4, U+8ac6, U+8ac9, U+8acc-8acf, U+8ad1, U+8adb, U+8add-8ae2, U+8ae4, U+8ae6, U+8aea-8aeb, U+8aed, U+8af1-8af6, U+8afa, U+8afc, U+8b01, U+8b04-8b05, U+8b07, U+8b0b-8b0d, U+8b0f-8b10, U+8b13-8b14, U+8b16, U+8b1a, U+8b1c, U+8b21-8b22, U+8b26, U+8b28, U+8b2b, U+8b2e, U+8b33, U+8b41, U+8b46, U+8b4c-8b4f, U+8b53-8b54, U+8b56, U+8b59, U+8b5e-8b60, U+8b64, U+8b6a-8b6d, U+8b72, U+8b7e, U+8b83, U+8b89, U+8b8c, U+8b8e, U+8b90, U+8b92, U+8b95-8b96, U+8b99;
}
/* [36] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.36.woff2) format('woff2');
  unicode-range: U+88b7-88b8, U+88bc-88be, U+88c0, U+88c4, U+88c6-88c7, U+88c9-88cc, U+88ce, U+88d2, U+88d6, U+88d8, U+88db, U+88df, U+88e4, U+88e8-88e9, U+88ec, U+88ef-88f1, U+88f3-88f5, U+88fc, U+88fe, U+8900, U+8902, U+8906, U+890a-890c, U+8912-8915, U+8918-891a, U+891f, U+8921, U+8923, U+8925, U+892a-892b, U+892d, U+8930, U+8933, U+8935-8936, U+8938, U+893d, U+8941-8943, U+8946-8947, U+8949, U+894c-894d, U+8956-8957, U+8959, U+895c, U+895e-8960, U+8964, U+8966, U+896c, U+8971, U+8974, U+897b, U+897e, U+8980, U+8982-8983, U+8987-8988, U+898a, U+898c, U+8991, U+8994-8995, U+8997-8998, U+899a, U+899c, U+89a1, U+89a4-89a7, U+89a9, U+89ac, U+89af, U+89b2-89b3, U+89b7, U+89bb, U+89bf, U+89c5, U+89c9-89ca, U+89d1, U+89d4-89d5, U+89da, U+89dc-89de, U+89e5-89e7, U+89ed, U+89f1, U+89f3-89f4, U+89f6, U+89ff, U+8a01, U+8a03, U+8a07, U+8a09, U+8a0c, U+8a0f-8a12, U+8a16;
}
/* [37] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.37.woff2) format('woff2');
  unicode-range: U+8763-8765, U+8768, U+876a, U+876c-8770, U+8772, U+8777, U+877a-877b, U+877d, U+8781, U+8784-8785, U+8788, U+878b, U+8793, U+8797-8798, U+879f, U+87a3, U+87a8, U+87ab-87ad, U+87af, U+87b3, U+87b5, U+87b9, U+87bb, U+87bd-87c0, U+87c4-87c8, U+87ca-87cc, U+87ce, U+87d2, U+87db-87dc, U+87e0-87e1, U+87e3, U+87e5, U+87e7, U+87ea-87eb, U+87ee-87ef, U+87f3-87f4, U+87f6-87f7, U+87fe, U+8802-8806, U+880a-880b, U+880e, U+8810-8811, U+8813, U+8815-8816, U+881b, U+8821, U+8823, U+8827, U+8831-8832, U+8835, U+8839-883a, U+883c, U+8844-8846, U+884a, U+884e, U+8852, U+8854-8856, U+8859-885a, U+885e, U+8862, U+8864-8865, U+8869-886a, U+886c-886e, U+8871-8872, U+8875, U+8879, U+887d-887f, U+8882, U+8884-8885, U+8888, U+8890, U+8892-8893, U+8897-8898, U+889a-889c, U+889e, U+88a2, U+88a4, U+88a8, U+88aa, U+88ad-88ae, U+88b1, U+88b4;
}
/* [38] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.38.woff2) format('woff2');
  unicode-range: U+8621-8622, U+8627, U+8629-862a, U+8634-8636, U+8638, U+863a, U+863c, U+8640, U+8642, U+8646, U+864c-864d, U+864f, U+8651-8654, U+8657, U+8659-865a, U+865c, U+8662, U+866b-866c, U+866f-8671, U+8673, U+8677, U+867a-867b, U+867d-867e, U+8680-8682, U+868b-868d, U+8693-8696, U+869a, U+869c-869d, U+86a1, U+86a3-86a4, U+86a7-86aa, U+86af-86b1, U+86b3-86b4, U+86b6, U+86b9-86ba, U+86c0-86c2, U+86c4, U+86c6, U+86c9-86ca, U+86cc-86ce, U+86d0, U+86d3-86d4, U+86de-86df, U+86e9, U+86ed-86f0, U+86f3, U+86f8-86fc, U+86fe, U+8703, U+8706-870a, U+870d-870e, U+8711-8712, U+8715, U+8717, U+8719-871a, U+871e, U+8721-8723, U+8725, U+8728-8729, U+872e, U+8731, U+8734, U+8737, U+873a, U+873e-8740, U+8742, U+8747, U+8749, U+874b-874c, U+874e-874f, U+8753, U+8757-8758, U+875d, U+875f, U+8761-8762;
}
/* [39] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.39.woff2) format('woff2');
  unicode-range: U+84c0, U+84c2, U+84c6-84c7, U+84ca, U+84cd-84d2, U+84d6, U+84dd, U+84df, U+84e2, U+84e6-84e8, U+84ea, U+84ef-84f0, U+84f3-84f4, U+84f7, U+84fa, U+84fc-84fd, U+84ff-8500, U+8506, U+850c, U+8511, U+8515, U+8517, U+851d-851f, U+8524, U+852b, U+852f, U+8532, U+8534-8535, U+8537-8538, U+853a, U+853c, U+853e, U+8541-8542, U+8545, U+8548, U+854b, U+854d-854e, U+8552-8553, U+8555-8558, U+855a, U+855e, U+8561-8565, U+8568, U+856a-856c, U+856f, U+8574, U+8577-857b, U+8580-8581, U+8585-8586, U+858a, U+858c, U+858f-8590, U+8594, U+8597-8599, U+859c, U+859f, U+85a1-85a2, U+85a4, U+85a8, U+85ab-85ac, U+85ae, U+85b3-85b4, U+85b7, U+85b9-85ba, U+85bd-85be, U+85c1-85c2, U+85cb, U+85ce, U+85d0, U+85d3, U+85d5, U+85dc, U+85e0, U+85e6, U+85e8, U+85ea, U+85ed, U+85f4, U+85f6-85f7, U+85f9-85fa, U+85ff, U+8602, U+8604-8605, U+8610, U+8616-8618, U+861a, U+861e;
}
/* [40] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.40.woff2) format('woff2');
  unicode-range: U+8380, U+8383, U+8385-8386, U+8392, U+8394-8395, U+8398-8399, U+839b-839c, U+83a0, U+83a2, U+83a4, U+83a7-83aa, U+83af-83b5, U+83b7, U+83b9-83ba, U+83bc-83c0, U+83c2, U+83c4-83c5, U+83c8-83c9, U+83cb, U+83ce-83cf, U+83d1, U+83d4-83d6, U+83d8, U+83dd, U+83df, U+83e1-83e2, U+83e5, U+83ea-83eb, U+83f0, U+83f3-83f4, U+83f9, U+83fb-83fe, U+8406-8407, U+840b, U+840f, U+8411, U+8413, U+8418, U+841b-841d, U+8420-8421, U+8423-8424, U+8426-8429, U+842b, U+842d-842e, U+8432-8433, U+8435, U+8437-8439, U+843b-843c, U+843e, U+8445-8447, U+844e, U+8451-8452, U+8456, U+8459-845a, U+845c, U+845f, U+8462, U+8466-8467, U+846d, U+846f-8471, U+8473-8474, U+8476-8478, U+847a, U+8484, U+848b, U+848d-848e, U+8493-8494, U+8497, U+849d, U+849f, U+84a1, U+84a8, U+84af, U+84b1, U+84b4, U+84b9-84bb, U+84bd-84bf;
}
/* [41] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.41.woff2) format('woff2');
  unicode-range: U+827d, U+827f, U+8283-8284, U+8288-828a, U+828d-8291, U+8293-8294, U+8298, U+829a-829c, U+829e-82a4, U+82a6-82ab, U+82ae, U+82b0, U+82b4, U+82b6, U+82ba-82bc, U+82be, U+82c1, U+82c4-82c5, U+82c7, U+82cb, U+82cd, U+82cf-82d0, U+82d2, U+82d5-82d6, U+82d9, U+82db-82dc, U+82de-82e1, U+82e3-82e4, U+82e7, U+82ea-82eb, U+82ef-82f0, U+82f3-82f4, U+82f6-82f7, U+82f9-82fc, U+82fe-8301, U+8306-8308, U+830b-830e, U+8316, U+8318, U+831a-831b, U+831d-831e, U+8327, U+832a, U+832c-832d, U+832f, U+8331, U+8333-8334, U+8337, U+833a-833c, U+833f-8340, U+8342, U+8344-8347, U+834b-834c, U+834f, U+8351, U+8356-8358, U+835a, U+835e-8361, U+8363-8364, U+8367-8368, U+836b, U+836f, U+8373, U+8375, U+8378, U+837a-837f;
}
/* [42] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.42.woff2) format('woff2');
  unicode-range: U+811b, U+811e, U+8121-8127, U+8129, U+812c, U+812f-8134, U+8137-8138, U+813a, U+813d, U+8144, U+8146, U+8148, U+814a, U+814c-814d, U+8151, U+8153, U+8156, U+8158, U+815a, U+8160, U+8167, U+8169, U+816d, U+816f, U+8171, U+8174, U+817b-817c, U+817e, U+8182, U+8188, U+818a, U+8194-8195, U+8198, U+819b, U+819e, U+81a3, U+81a6-81a7, U+81ab, U+81af-81b0, U+81b5-81b6, U+81b8, U+81ba-81bb, U+81be-81bf, U+81c3, U+81c6, U+81ca, U+81cc, U+81cf, U+81d1-81d3, U+81d6-81d7, U+81d9-81da, U+81dd-81de, U+81e0-81e2, U+81e7, U+81ec, U+81ef, U+81fc, U+81fe, U+8200-8202, U+8204-8206, U+820b, U+820e, U+8210, U+8215, U+8217-8218, U+821b, U+821d, U+8221-8222, U+8224, U+8228-8229, U+822b, U+822f-8234, U+8236-8238, U+823a, U+823e, U+8240, U+8244-8245, U+8249, U+824b, U+824e-824f, U+8257, U+825a, U+825f, U+8264, U+8268, U+826b, U+826e, U+8270, U+8273, U+8276, U+8278-8279;
}
/* [43] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.43.woff2) format('woff2');
  unicode-range: U+7fb8, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fcb-7fcc, U+7fce-7fcf, U+7fd1, U+7fd5, U+7fd8, U+7fdb, U+7fde-7fdf, U+7fe5-7fe6, U+7fe9, U+7feb-7fec, U+7fee, U+7ff2-7ff3, U+7ffa, U+7ffd-7ffe, U+8002, U+8004, U+8006, U+800b, U+800e, U+8011-8012, U+8014, U+8016, U+8018-8019, U+801c, U+8024, U+8026, U+8028, U+802c, U+8030, U+8035, U+8037-8039, U+803b, U+8042-8043, U+804b-804c, U+8052, U+8061, U+8068, U+806a, U+806e, U+8071, U+8073-8076, U+8079, U+807c, U+807e-807f, U+8083-8084, U+808f, U+8093, U+8095, U+8098, U+809c, U+809f-80a0, U+80a4, U+80a7, U+80ab, U+80ad-80ae, U+80b0-80b1, U+80b4-80b6, U+80b8, U+80bc-80c2, U+80c4, U+80c6-80c7, U+80cb, U+80cd, U+80cf, U+80d4, U+80d7, U+80d9, U+80db-80dd, U+80e0, U+80e3-80e5, U+80e7, U+80eb-80ed, U+80ef-80f1, U+80f3-80f4, U+80f6-80f7, U+80fc, U+80fe-80ff, U+8101, U+8107, U+8109, U+810f-8113, U+8115, U+8117-8118, U+811a;
}
/* [44] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.44.woff2) format('woff2');
  unicode-range: U+7eb3, U+7eb5-7eba, U+7ebd-7ebe, U+7ec0-7ec1, U+7ec3, U+7ec5, U+7ec7-7eca, U+7ecd-7ece, U+7ed1-7ed2, U+7ed4-7ed5, U+7ed7-7ed8, U+7eda-7edb, U+7edd-7ede, U+7ee2-7ee3, U+7ee5, U+7ee7, U+7ee9-7eeb, U+7eee-7ef0, U+7ef3, U+7ef5, U+7ef7-7ef8, U+7efd-7f01, U+7f03, U+7f05-7f09, U+7f0e, U+7f10, U+7f13-7f15, U+7f18-7f1a, U+7f1c-7f1d, U+7f20, U+7f24-7f25, U+7f28-7f2a, U+7f2d-7f2e, U+7f30, U+7f34, U+7f36-7f37, U+7f3d, U+7f42-7f45, U+7f47-7f4e, U+7f52, U+7f54, U+7f58, U+7f5a, U+7f5d, U+7f5f-7f63, U+7f65, U+7f68, U+7f6b, U+7f78, U+7f7d-7f7e, U+7f81-7f83, U+7f86-7f87, U+7f8b-7f8d, U+7f91, U+7f93-7f95, U+7f97, U+7f99-7f9a, U+7f9d, U+7f9f, U+7fa1-7fa3, U+7fa5, U+7fa7, U+7fad-7fb2, U+7fb4, U+7fb6;
}
/* [45] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.45.woff2) format('woff2');
  unicode-range: U+7d8c-7d8f, U+7d91, U+7d95-7d96, U+7d98-7d9a, U+7d9d-7d9e, U+7da2-7da3, U+7da6, U+7daa, U+7dac, U+7dae-7db0, U+7db3, U+7db5, U+7db7, U+7db9, U+7dbd, U+7dc1, U+7dc3-7dc7, U+7dcc-7dcf, U+7dd1, U+7dd6-7dd9, U+7ddb-7ddc, U+7de1-7de2, U+7de6, U+7df0-7df3, U+7df6, U+7dfe, U+7e01-7e02, U+7e04, U+7e08-7e0b, U+7e10-7e11, U+7e13, U+7e15, U+7e1d-7e20, U+7e22, U+7e25-7e27, U+7e29, U+7e2d, U+7e2f-7e30, U+7e32-7e37, U+7e39, U+7e3b, U+7e44-7e45, U+7e47-7e48, U+7e4a-7e4b, U+7e4d, U+7e50-7e52, U+7e56, U+7e58-7e5b, U+7e62, U+7e68, U+7e6d-7e70, U+7e76, U+7e78, U+7e7b, U+7e7e, U+7e81-7e82, U+7e86-7e88, U+7e8a, U+7e8d-7e8e, U+7e92-7e94, U+7e98-7e9b, U+7e9e, U+7ea0, U+7ea3-7ea4, U+7ea8, U+7eaa-7eaf, U+7eb1-7eb2;
}
/* [46] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.46.woff2) format('woff2');
  unicode-range: U+7c23, U+7c25-7c26, U+7c2a-7c2b, U+7c37-7c39, U+7c40-7c41, U+7c48-7c49, U+7c50, U+7c53-7c54, U+7c56-7c57, U+7c59-7c5c, U+7c5f, U+7c63, U+7c65, U+7c69, U+7c6c-7c6e, U+7c74-7c75, U+7c79, U+7c7c, U+7c7e, U+7c84, U+7c8b, U+7c8d, U+7c91, U+7c94-7c95, U+7c9b, U+7c9f, U+7ca2, U+7ca4, U+7ca6, U+7ca8-7caa, U+7cae, U+7cb1-7cb3, U+7cba, U+7cbc, U+7cbf-7cc0, U+7cc5, U+7cc8-7cc9, U+7ccc-7cce, U+7cd7, U+7cdc-7cdd, U+7ce0, U+7ce2, U+7ce8, U+7cea, U+7ced, U+7cf2, U+7cf4, U+7cf6, U+7cf8-7cfa, U+7cfc, U+7d02, U+7d06-7d0a, U+7d0f, U+7d11-7d12, U+7d15, U+7d18, U+7d1c-7d1e, U+7d25, U+7d27, U+7d29, U+7d2c, U+7d31-7d32, U+7d35, U+7d38, U+7d3a, U+7d3c, U+7d3e-7d41, U+7d43, U+7d45, U+7d4c, U+7d4e-7d4f, U+7d53-7d54, U+7d56, U+7d5b-7d5d, U+7d5f, U+7d63, U+7d67, U+7d6a, U+7d6d, U+7d70, U+7d73, U+7d75, U+7d79-7d7b, U+7d7d, U+7d80, U+7d83-7d84, U+7d86-7d89, U+7d8b;
}
/* [47] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.47.woff2) format('woff2');
  unicode-range: U+7afd-7afe, U+7b01-7b06, U+7b09-7b0b, U+7b0e-7b10, U+7b14, U+7b18, U+7b1a, U+7b1e-7b1f, U+7b22-7b25, U+7b29-7b2b, U+7b2d-7b2e, U+7b31-7b35, U+7b38-7b3c, U+7b45, U+7b47-7b48, U+7b4a, U+7b4c, U+7b4e-7b50, U+7b58, U+7b5b, U+7b5d, U+7b60, U+7b62, U+7b65-7b67, U+7b69, U+7b6d-7b6f, U+7b72-7b76, U+7b79, U+7b7e, U+7b82, U+7b84-7b85, U+7b87, U+7b8b, U+7b8d-7b93, U+7b95-7b96, U+7b98, U+7b9c-7b9d, U+7ba0, U+7ba7, U+7ba9-7bac, U+7bb0, U+7bb4, U+7bb6, U+7bb8-7bb9, U+7bc1, U+7bc3, U+7bc6, U+7bcb-7bcc, U+7bcf, U+7bd4, U+7bd9-7bdb, U+7bdd, U+7be0-7be1, U+7be5-7be6, U+7bea, U+7bed-7bee, U+7bf1-7bf3, U+7bf8-7bf9, U+7bfc-7c01, U+7c03, U+7c07, U+7c0a-7c0d, U+7c0f, U+7c11-7c12, U+7c15, U+7c1e-7c20;
}
/* [48] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.48.woff2) format('woff2');
  unicode-range: U+798a-798b, U+7991, U+7993-7996, U+7998, U+799a-799b, U+799f-79a2, U+79a4, U+79a8-79a9, U+79af-79b0, U+79b3, U+79b5, U+79b8, U+79ba, U+79c3, U+79c6, U+79c8, U+79cf, U+79d5-79d6, U+79dc-79de, U+79e3, U+79e7, U+79ea-79ed, U+79ef-79f0, U+79f4, U+79f6-79f8, U+79fd, U+7a02-7a03, U+7a08-7a0a, U+7a0c, U+7a0e, U+7a10-7a11, U+7a14, U+7a17-7a19, U+7a1c, U+7a1e-7a1f, U+7a23, U+7a26, U+7a2d, U+7a32-7a33, U+7a37, U+7a39, U+7a3c, U+7a42, U+7a45, U+7a49, U+7a4f, U+7a56, U+7a5a, U+7a5c, U+7a60-7a61, U+7a63, U+7a68, U+7a6d-7a6e, U+7a70-7a71, U+7a77-7a79, U+7a80, U+7a83, U+7a85-7a86, U+7a88, U+7a8d, U+7a90-7a91, U+7a93-7a96, U+7a98, U+7a9c-7a9d, U+7aa0, U+7aa3, U+7aa5-7aa6, U+7aa8, U+7aaa, U+7aac, U+7ab0, U+7ab3, U+7ab6, U+7ab8, U+7abb, U+7abe-7abf, U+7ac2, U+7ac8-7ac9, U+7ad1-7ad2, U+7ad6, U+7ada, U+7adc-7ade, U+7ae4, U+7ae6, U+7ae9-7aeb, U+7af4, U+7af8, U+7afa-7afb;
}
/* [49] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.49.woff2) format('woff2');
  unicode-range: U+7842-7843, U+7845, U+7847, U+784a, U+784c-7850, U+7852-7853, U+7855, U+7858, U+785a, U+785c-785d, U+7864, U+7866, U+7868, U+786a, U+786f, U+7874, U+7876, U+787c, U+787f, U+7886-7887, U+7889, U+788d, U+788f, U+7893, U+7895-7896, U+7898, U+789a, U+789e, U+78a1, U+78a3, U+78a5, U+78aa, U+78ad, U+78b1-78b2, U+78b4, U+78b6, U+78b8, U+78be, U+78c8-78c9, U+78cb, U+78ce, U+78d0-78d1, U+78d4-78d5, U+78d7-78d8, U+78de, U+78e3, U+78e6-78e7, U+78ea, U+78ec, U+78f2-78f4, U+78fa-78fb, U+78fd-7900, U+7904-7906, U+790a, U+790c, U+7910-7912, U+791c, U+791e, U+7920-7921, U+792a-792c, U+792e, U+7931, U+7934, U+7938, U+793b, U+793d, U+793f, U+7941-7942, U+7945-7947, U+7949, U+794c, U+794e, U+7953-7954, U+7957-795c, U+795f, U+7961-7962, U+7964, U+7967, U+7969, U+796b-796c, U+796f, U+7972-7973, U+7977-7979, U+797b-797c, U+797e, U+7980, U+7982, U+7984-7988;
}
/* [50] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.50.woff2) format('woff2');
  unicode-range: U+7707-7708, U+770a, U+770c, U+770f, U+7715, U+7719-771b, U+771d-771e, U+7722, U+7725-7726, U+7728, U+772d, U+772f, U+7733-7736, U+7738, U+773b, U+773d, U+7741, U+7744, U+7746, U+774c, U+774e-7752, U+7755, U+7759-775a, U+775f-7760, U+7762, U+7765-7766, U+7768-776a, U+776c-776e, U+7771, U+7778, U+777a, U+777d-777e, U+7780, U+7785, U+7787, U+7789, U+778b-778d, U+7791-7793, U+779c, U+779f-77a0, U+77a2, U+77a5, U+77a9, U+77b0-77b1, U+77b4, U+77b6-77b7, U+77b9, U+77bc-77bf, U+77c5, U+77c7, U+77cc-77cd, U+77d3, U+77d6-77d7, U+77dc, U+77de, U+77e3, U+77e7, U+77eb-77ec, U+77f0, U+77f2, U+77f6, U+77f8, U+77fa-77fc, U+77fe-7800, U+7803, U+7805-7806, U+7809, U+7810-7812, U+7815-7816, U+781a, U+781c-781d, U+781f-7823, U+7825-7827, U+7829, U+782c-7830, U+7833, U+7835, U+7837, U+7839-783a, U+783c, U+783e, U+7840;
}
/* [51] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.51.woff2) format('woff2');
  unicode-range: U+75cd, U+75d2, U+75d4, U+75d9, U+75df, U+75e2-75e4, U+75e6-75e7, U+75e9-75ec, U+75f0-75f3, U+75f7, U+75f9-75fa, U+75fc, U+75fe-7602, U+7608-760a, U+760c-760d, U+7610, U+7615-7616, U+7618-7620, U+7622-7623, U+7625, U+7627, U+7629, U+762b, U+762e, U+7630, U+7632-7635, U+7638, U+763a-763c, U+763e, U+7640, U+7643, U+7646, U+7648-7649, U+764d-764e, U+7654, U+7658, U+765c, U+765f, U+7663-7667, U+7669, U+766b-766d, U+766f-7670, U+7676, U+7678-767a, U+767f-7681, U+7683, U+7688, U+768a-768b, U+768e, U+7690, U+7695-7696, U+769a-769e, U+76a3-76a4, U+76aa, U+76b0-76b1, U+76b4, U+76b7-76b8, U+76c2, U+76c5, U+76c9, U+76cc-76cd, U+76cf-76d1, U+76d6-76d8, U+76e5-76e6, U+76e9, U+76ec, U+76f1, U+76f7, U+76f9-76fb, U+76ff-7700, U+7704-7705;
}
/* [52] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.52.woff2) format('woff2');
  unicode-range: U+749c-74a1, U+74a3, U+74a5-74a7, U+74a9-74ab, U+74ae, U+74b1-74b2, U+74b5, U+74b8, U+74ba, U+74bf, U+74c5, U+74c8, U+74cc-74cd, U+74d2, U+74d4, U+74d6, U+74d8, U+74da, U+74de-74e0, U+74e2, U+74e4, U+74e8-74e9, U+74ee-74ef, U+74f4, U+74f9, U+74fb, U+74ff-7501, U+7503, U+7507, U+750c-750d, U+7511, U+7513, U+7515-7517, U+7519, U+751e, U+7521, U+7525, U+752a, U+752c-752f, U+7534, U+753e, U+7542, U+7545, U+7547-7548, U+754a-754b, U+754e, U+7551, U+755a-755b, U+755d, U+7560, U+7563-7564, U+7566-7568, U+756c-756f, U+7572-7575, U+7577-757a, U+757c, U+757e-757f, U+7583-7584, U+7587, U+7589, U+758b-758e, U+7590, U+7592, U+7594-7595, U+7597, U+7599-759a, U+759d, U+759f, U+75a1-75a3, U+75a5, U+75a7, U+75aa, U+75ac, U+75ae-75b1, U+75b3-75b4, U+75b8, U+75bd, U+75c0, U+75c2-75c4, U+75c9-75ca, U+75cc;
}
/* [53] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.53.woff2) format('woff2');
  unicode-range: U+73b4-73ba, U+73bc, U+73bf, U+73c2, U+73c4-73c6, U+73c9, U+73cb-73cc, U+73ce-73d2, U+73d6-73d7, U+73d9, U+73db-73de, U+73e3, U+73e5-73eb, U+73ef, U+73f5-73f7, U+73f9-73fa, U+73fc-73fd, U+7400-7401, U+7404-7405, U+7407-7408, U+740a-740d, U+740f-7410, U+7416, U+741a-741b, U+741d-741e, U+7420-7425, U+7428-7429, U+742c-7432, U+7435-7436, U+7438-743a, U+743c-7442, U+7445-7446, U+7448-744a, U+7451-7452, U+7454, U+7457, U+7459, U+745d, U+7460-7462, U+7465, U+7467-7468, U+746c-746e, U+7471-7477, U+7479-747a, U+747c-747f, U+7481-7482, U+7484-7486, U+7488-748a, U+748e-7490, U+7492, U+7498, U+749a;
}
/* [54] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.54.woff2) format('woff2');
  unicode-range: U+7281-7282, U+7284, U+7287, U+728a, U+728d, U+7292, U+7296, U+7298, U+729b, U+729f-72a2, U+72ad-72ae, U+72b0-72b5, U+72b8-72b9, U+72bc-72bd, U+72c1, U+72c3, U+72c5-72c6, U+72c8, U+72cc-72ce, U+72d2, U+72d4, U+72db, U+72dd, U+72df, U+72e1, U+72e8, U+72ec-72ee, U+72f1, U+72f3-72f4, U+72f7, U+72fa-72fb, U+72fd, U+7300-7301, U+7304, U+7307, U+730a-730b, U+730e, U+7313, U+7315-7317, U+7319, U+731e-731f, U+7322, U+7328-732e, U+7330-7331, U+7337, U+733a-733c, U+733e, U+7340-7341, U+7343, U+734c-734d, U+734f-7350, U+7352, U+7355, U+7357, U+7359-735a, U+7360-7363, U+7365, U+7369-7370, U+7373-7374, U+7377, U+737a, U+737c, U+737e, U+7380, U+7385-7386, U+738a, U+738e-738f, U+7391-7395, U+7397-7398, U+739b, U+73a0-73a2, U+73a5-73a8, U+73ad-73ae, U+73b3;
}
/* [55] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.55.woff2) format('woff2');
  unicode-range: U+7115-7116, U+7118, U+711c, U+711e, U+7120, U+7122, U+712e-712f, U+7131, U+7134, U+713c, U+713f, U+7143, U+7145-7147, U+714a-714b, U+7150-7153, U+7155-7156, U+715a, U+7160, U+7162, U+7166, U+7168, U+716c, U+7171, U+7173, U+7178, U+717a-717b, U+717d, U+7180-7181, U+7185, U+7187-7188, U+718b, U+718f-7190, U+7192, U+7196-7198, U+719a-719c, U+71a0, U+71a4, U+71a8, U+71af, U+71b2-71b3, U+71b5, U+71b7-71ba, U+71be, U+71c1, U+71c4, U+71ca-71cb, U+71ce-71d0, U+71d4, U+71d7-71d8, U+71da, U+71dc, U+71e0-71e1, U+71e7, U+71ec, U+71ee, U+71f4-71f6, U+71f9, U+71fc, U+71fe-7201, U+7203, U+7207, U+7209, U+720c, U+7213-7215, U+7217, U+721a, U+721d, U+7222-7223, U+7228, U+722b, U+7230, U+7237, U+723b, U+723f-7242, U+724b, U+724d, U+7252-7253, U+7256, U+7258, U+725d, U+7263-7266, U+726a-726b, U+726e-7270, U+7273-7275, U+7277, U+727a-727b, U+727e-727f;
}
/* [56] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.56.woff2) format('woff2');
  unicode-range: U+6fec, U+6fee, U+6ff0, U+6ff3, U+6ff5-6ff6, U+6ffa, U+6ffc, U+6fff-7001, U+7003, U+7005-7007, U+700b, U+700d, U+7015, U+7018, U+701b, U+701e, U+7020-7021, U+7023, U+7026-7027, U+702c, U+702f-7032, U+7034-7035, U+7037-703c, U+7040, U+7042-7044, U+7046, U+7049, U+704b, U+704f, U+7052, U+7054-7055, U+705c-7061, U+7064-7069, U+706c-706d, U+706f, U+7073-7075, U+7078, U+707a, U+707e-7081, U+7085-7086, U+7089, U+7090-7091, U+7094-7096, U+7098, U+709c, U+709f, U+70a1, U+70a4, U+70a9, U+70ac, U+70af-70b2, U+70b4-70b5, U+70b7, U+70bb-70be, U+70c0-70c3, U+70ca-70cb, U+70d2, U+70d4-70d5, U+70d9-70dd, U+70df, U+70e6-70e9, U+70eb-70ec, U+70ef, U+70f1, U+70f4, U+70f7, U+70fa, U+70fd, U+70ff, U+7104, U+7106, U+7109, U+710c, U+7110, U+7113-7114;
}
/* [57] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.57.woff2) format('woff2');
  unicode-range: U+6eda-6edb, U+6edd-6ede, U+6ee2, U+6ee4-6ee5, U+6ee8-6ee9, U+6eeb, U+6eee, U+6ef3, U+6ef8-6efb, U+6f00, U+6f08-6f0a, U+6f0d-6f0e, U+6f11-6f13, U+6f15, U+6f19-6f1a, U+6f23, U+6f25-6f2a, U+6f2d-6f31, U+6f33-6f36, U+6f3a-6f3c, U+6f40-6f41, U+6f43-6f44, U+6f47, U+6f4d-6f4f, U+6f53, U+6f57, U+6f59-6f5a, U+6f5c, U+6f5e-6f61, U+6f63, U+6f66-6f67, U+6f69-6f6c, U+6f6f, U+6f72-6f78, U+6f7a-6f7f, U+6f81-6f82, U+6f87, U+6f89, U+6f8b-6f8d, U+6f90, U+6f92, U+6f94-6f97, U+6f9c, U+6f9f-6fa0, U+6fa2-6fa3, U+6fa5-6fa8, U+6faa-6fab, U+6fae-6faf, U+6fb4, U+6fb6, U+6fb9-6fba, U+6fbc, U+6fc2, U+6fc6-6fcb, U+6fce, U+6fd1-6fd2, U+6fd4, U+6fd8, U+6fda, U+6fde, U+6fe0-6fe2, U+6fe8-6fe9;
}
/* [58] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.58.woff2) format('woff2');
  unicode-range: U+6dd6, U+6dd9, U+6ddb-6de0, U+6de2-6de6, U+6de9, U+6dec, U+6def-6df0, U+6df2, U+6df4, U+6df6, U+6df8, U+6dfc-6dfd, U+6e00, U+6e02-6e03, U+6e07-6e0b, U+6e0d-6e0e, U+6e10, U+6e13-6e15, U+6e17, U+6e19-6e1a, U+6e1d, U+6e1f, U+6e22, U+6e24-6e25, U+6e27, U+6e2b, U+6e2d-6e2e, U+6e30-6e31, U+6e36, U+6e39-6e3a, U+6e3c-6e3d, U+6e40-6e41, U+6e44-6e45, U+6e47, U+6e49, U+6e4b, U+6e4d-6e4f, U+6e51, U+6e53-6e54, U+6e59, U+6e5c, U+6e5e-6e61, U+6e63-6e66, U+6e69-6e6b, U+6e6e, U+6e70-6e76, U+6e78, U+6e7c, U+6e7f-6e80, U+6e83, U+6e85-6e86, U+6e88-6e89, U+6e8b, U+6e8d-6e8f, U+6e93, U+6e98-6e9a, U+6e9f, U+6ea1, U+6ea4-6ea7, U+6eae, U+6eb1-6eb2, U+6eb4-6eb5, U+6eb7, U+6ebd, U+6ec1-6ec3, U+6ec7-6ec9, U+6ecd-6ed0, U+6ed3-6ed6, U+6ed8;
}
/* [59] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.59.woff2) format('woff2');
  unicode-range: U+6cdd-6cde, U+6ce0, U+6ce7, U+6ce9-6cec, U+6cee-6cef, U+6cf1, U+6cf7-6cf8, U+6cfb-6cfe, U+6d00-6d02, U+6d04, U+6d06-6d07, U+6d09-6d0a, U+6d0c, U+6d0e-6d12, U+6d18-6d1a, U+6d1f, U+6d22-6d24, U+6d27-6d28, U+6d2b, U+6d2d-6d31, U+6d33-6d3a, U+6d3c, U+6d3f, U+6d43-6d47, U+6d4a-6d4b, U+6d4e-6d4f, U+6d51-6d53, U+6d57-6d58, U+6d5a, U+6d5c, U+6d5e-6d65, U+6d67, U+6d6c-6d6d, U+6d6f-6d70, U+6d72, U+6d75, U+6d79, U+6d7c, U+6d7f, U+6d82, U+6d85, U+6d87, U+6d8e-6d8f, U+6d91-6d95, U+6d97-6d99, U+6d9b, U+6d9d, U+6d9f, U+6da1, U+6da4, U+6da6-6dac, U+6db3-6db4, U+6db7-6db8, U+6dbe-6dc0, U+6dc2, U+6dc4-6dc5, U+6dc8-6dca, U+6dcc-6dcd, U+6dcf-6dd0, U+6dd2-6dd3, U+6dd5;
}
/* [60] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.60.woff2) format('woff2');
  unicode-range: U+6bc1-6bc2, U+6bcc, U+6bce, U+6bd0-6bd1, U+6bd5-6bd9, U+6bde, U+6be1, U+6bec, U+6bf3, U+6bf9, U+6bfd, U+6bff-6c00, U+6c02, U+6c05-6c06, U+6c0a, U+6c0c-6c0d, U+6c10, U+6c13, U+6c16, U+6c18-6c1a, U+6c1f, U+6c21-6c22, U+6c24, U+6c26, U+6c28-6c2a, U+6c2c, U+6c2e-6c33, U+6c35-6c37, U+6c39-6c3a, U+6c3d-6c3f, U+6c43, U+6c46, U+6c49-6c4f, U+6c54-6c55, U+6c58, U+6c5a-6c5c, U+6c5e, U+6c64-6c69, U+6c6b-6c6f, U+6c71-6c75, U+6c78-6c79, U+6c7c, U+6c7e, U+6c82, U+6c84-6c87, U+6c8c-6c8d, U+6c8f, U+6c93-6c94, U+6c98, U+6c9a, U+6c9d, U+6c9f, U+6ca2, U+6ca5-6ca8, U+6caa, U+6cac-6cb2, U+6cb4-6cb5, U+6cba, U+6cbc, U+6cc2-6cc3, U+6cc5-6cc7, U+6cd0-6cd2, U+6cd4, U+6cd6-6cd7, U+6cd9-6cda, U+6cdc;
}
/* [61] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.61.woff2) format('woff2');
  unicode-range: U+6a35, U+6a3b, U+6a3e-6a40, U+6a47-6a48, U+6a50, U+6a52, U+6a55-6a57, U+6a5a-6a5b, U+6a5e, U+6a62, U+6a66, U+6a6a, U+6a71, U+6a79, U+6a7c, U+6a7e-6a81, U+6a84, U+6a87, U+6a89, U+6a8d-6a8e, U+6a90-6a92, U+6a97, U+6a9c, U+6a9e-6aa1, U+6aa3-6aa5, U+6aa8, U+6aab, U+6aae, U+6ab5, U+6aba, U+6abe, U+6ac2, U+6ac5-6ac6, U+6ac8-6ac9, U+6acc, U+6ad3, U+6ada-6adb, U+6add-6adf, U+6ae3, U+6ae7-6ae8, U+6aea-6aec, U+6af1, U+6af3, U+6af8, U+6afa, U+6afc, U+6b05, U+6b09, U+6b0e-6b13, U+6b17, U+6b1d-6b1e, U+6b25, U+6b2c, U+6b31, U+6b35-6b37, U+6b39, U+6b3b, U+6b40, U+6b43, U+6b46, U+6b48, U+6b53-6b55, U+6b59, U+6b5b, U+6b5f-6b60, U+6b68-6b69, U+6b6f, U+6b74, U+6b7a, U+6b7c, U+6b7f-6b84, U+6b86-6b87, U+6b89, U+6b8b, U+6b8d, U+6b91-6b93, U+6b9b, U+6b9e, U+6ba1-6ba2, U+6ba4, U+6baa-6bab, U+6bad-6bae, U+6bb2-6bb4, U+6bbb, U+6bbd;
}
/* [62] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.62.woff2) format('woff2');
  unicode-range: U+6904, U+6906-6907, U+6909, U+690b, U+690f-6910, U+6917, U+691a-691c, U+6925, U+692a, U+692c-692d, U+6932, U+6934, U+6939, U+693c-6940, U+6942, U+6949, U+6952, U+6954-6957, U+6959, U+695b-695f, U+6961-696c, U+696e-6970, U+6973-6974, U+6976, U+6978-697a, U+697c, U+6980, U+6984-6986, U+6988-698a, U+698d-698e, U+6990-6991, U+6994, U+6996-699b, U+699e, U+69a3-69a7, U+69ab, U+69ad, U+69af, U+69b1, U+69b3, U+69b6-69b7, U+69bb-69bc, U+69bf, U+69c1, U+69c3-69c5, U+69c7, U+69ca, U+69cc, U+69ce, U+69d0-69d1, U+69d4, U+69d8-69d9, U+69db, U+69df, U+69e4, U+69e8-69ea, U+69ed-69ee, U+69f1-69f4, U+69f6, U+69f8, U+69fa-69fb, U+69ff-6a00, U+6a05, U+6a0a-6a0b, U+6a17-6a18, U+6a1b, U+6a28-6a2b, U+6a31-6a32;
}
/* [63] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.63.woff2) format('woff2');
  unicode-range: U+67dc-67e0, U+67e2, U+67e4, U+67e9-67ea, U+67f0, U+67f2, U+67f6-67f8, U+67fa-67fb, U+67fe, U+6800-6805, U+6808-6809, U+680b, U+680e-680f, U+6811-6812, U+6814, U+6816, U+6818, U+681c-681e, U+6820, U+6822, U+6825, U+6827-6829, U+682b, U+682e-682f, U+6831-6834, U+683a-683b, U+683e, U+6840-6841, U+6844-6845, U+6849, U+684e, U+6853, U+6855-6856, U+685c-685d, U+685f, U+6861-6863, U+6865-6869, U+686b, U+686d, U+686f, U+6871-6872, U+6874-6875, U+6877, U+6879, U+687b-687c, U+687e, U+6880, U+6882-6883, U+6886, U+688f, U+6891-6892, U+6894, U+6896, U+6898, U+689b-689c, U+689f-68a0, U+68a2-68a3, U+68a6, U+68a9, U+68b1-68b2, U+68b4, U+68b6, U+68c0, U+68c3, U+68c6, U+68c8, U+68ca, U+68d0-68d1, U+68d3, U+68d6, U+68e1, U+68e3, U+68e6, U+68e8-68ec, U+68ef-68f1, U+68f3, U+68f6-68f7, U+68f9, U+68fb-68fd, U+6900, U+6902;
}
/* [64] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.64.woff2) format('woff2');
  unicode-range: U+66b3, U+66b5, U+66b8-66bc, U+66be, U+66c1, U+66c4, U+66c7-66c8, U+66cc, U+66cf, U+66d5, U+66d8-66db, U+66df, U+66e1-66e2, U+66e8-66e9, U+66ef, U+66f1, U+66f5, U+66f7, U+66fa, U+66fd, U+6705, U+670a, U+670f-6710, U+6713-6715, U+6718-6719, U+6720, U+6722-6727, U+6729, U+672e, U+6733, U+6736, U+6738-6739, U+673f-6740, U+6742, U+6745, U+6747-6748, U+674b-674d, U+6753, U+6755, U+6759, U+675d-675e, U+6760, U+6762-6763, U+6767-676a, U+676c, U+676e, U+6772-6777, U+677a-677c, U+6782, U+6786-6787, U+678a-678c, U+678e-678f, U+6791-6793, U+6796, U+6798-6799, U+679f-67a3, U+67a5, U+67aa-67ae, U+67b0-67b5, U+67b7-67bc, U+67c0-67c3, U+67c5-67c6, U+67c8-67ca, U+67ce, U+67d2, U+67d8-67d9, U+67db;
}
/* [65] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.65.woff2) format('woff2');
  unicode-range: U+6565, U+6567, U+656b, U+656d-656e, U+6573, U+6576, U+6579-657b, U+6581, U+6586, U+6588-6589, U+658b, U+658e, U+6593, U+6595, U+659b, U+659d, U+659f-65a1, U+65a9, U+65ab, U+65ad, U+65b2-65b3, U+65b5, U+65bb, U+65be-65bf, U+65c2-65c4, U+65c6, U+65cc, U+65ce, U+65d2, U+65d6, U+65db, U+65e1, U+65e3, U+65e7, U+65ee-65f0, U+65f2-65f4, U+65f7-65f8, U+65fc-65fd, U+6600, U+6603-6605, U+6609, U+660d, U+6610-6611, U+6619, U+661c-661e, U+6621-6622, U+6624, U+6626, U+6629, U+662b, U+6630, U+6633-6636, U+6639-663d, U+6640-6641, U+6644-6645, U+664a-664c, U+6653-6657, U+6659, U+665b, U+665d-665e, U+6661-6667, U+6669, U+666c, U+6672-6673, U+6677-6679, U+667b-667e, U+6681-6684, U+668b-6690, U+6692, U+6698, U+669d, U+669f-66a0, U+66a6-66a7, U+66aa, U+66b2;
}
/* [66] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.66.woff2) format('woff2');
  unicode-range: U+642b, U+642f-6430, U+6432, U+6434, U+6437, U+643a, U+643d-6444, U+6446-6447, U+644a-644b, U+644e, U+6450-6453, U+6456, U+6459, U+645b-645c, U+645e, U+6460-6461, U+6463-6465, U+6468, U+646c-646e, U+6470, U+6472-6477, U+6479, U+647b, U+647d, U+6480, U+6482, U+6485, U+648b-648c, U+6491, U+6493, U+6496-649a, U+649d, U+649f-64a0, U+64a2-64a3, U+64ac, U+64b1, U+64b3-64b4, U+64b7-64b9, U+64bb, U+64be, U+64c0, U+64c3-64c4, U+64d0, U+64d2, U+64d5, U+64d7-64d8, U+64e1-64e4, U+64e7, U+64e9, U+64ed, U+64ef-64f0, U+64f3, U+64f8, U+64fb-64fc, U+64ff, U+6504-6506, U+6509, U+6511-6512, U+6516, U+6518-6519, U+651b, U+6520-6523, U+6525-6526, U+6529, U+652b, U+652e, U+6530, U+6532, U+6534-6535, U+6537-6538, U+653a, U+653d, U+6542-6543, U+6549, U+654c-654e, U+6554-6555, U+655b, U+655d, U+6561, U+6564;
}
/* [67] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.67.woff2) format('woff2');
  unicode-range: U+6312-6313, U+6319-631b, U+631d-6321, U+6323-6325, U+632d-632e, U+6332, U+6334-6339, U+633b-633c, U+633e-6340, U+6342-6346, U+634b-634c, U+634e, U+6352, U+6357, U+635a, U+635c, U+635e-635f, U+6361, U+6363, U+6365, U+6369, U+636b-636d, U+636f-6370, U+6373, U+6375-6376, U+637a-637b, U+637d, U+6381, U+6384, U+6387, U+638a, U+638d-638e, U+6390, U+6394-6397, U+639e-639f, U+63a3-63a4, U+63a6, U+63ac-63af, U+63b1-63b4, U+63b7, U+63b9-63bb, U+63bd-63be, U+63c3-63c4, U+63c8, U+63cd-63ce, U+63d1, U+63d6, U+63dc, U+63de, U+63e0, U+63e3-63e4, U+63e6, U+63e9, U+63f0, U+63f2-63f3, U+63f5-63f8, U+63fa, U+63fc-63fe, U+6400-6402, U+6405-6406, U+6409-640c, U+6410, U+6414-6415, U+6418, U+641b, U+641f-6423, U+6425-6428, U+642a;
}
/* [68] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.68.woff2) format('woff2');
  unicode-range: U+61cc-61cd, U+61d0, U+61d2, U+61de-61e0, U+61e3, U+61e6, U+61e8, U+61ed-61ee, U+61f5, U+61f9-61fa, U+61fd-61fe, U+6207, U+6209, U+620d-620e, U+6213-6215, U+6219, U+621b, U+621d-6223, U+6225-6227, U+6229, U+622b-622c, U+622e-622f, U+6231, U+6238, U+623b, U+623d-623e, U+6242-6243, U+6246, U+6248-6249, U+624c, U+6251, U+6255, U+6259-625a, U+625e, U+6260-6262, U+6265-6267, U+6269, U+626b-626c, U+6270-6273, U+6275, U+627a-627d, U+6283, U+6285-6286, U+6289, U+628c, U+628e, U+6294, U+629a-629e, U+62a0, U+62a2, U+62a6, U+62a8, U+62af, U+62b3, U+62b6, U+62ba-62bb, U+62be-62bf, U+62c2, U+62c4-62c5, U+62c8, U+62ca, U+62cf, U+62d1, U+62d5, U+62d7, U+62d9, U+62dd, U+62df-62e3, U+62e5-62e8, U+62ee, U+62f4-62fb, U+62fd, U+6300, U+6302, U+6308, U+630c-630e, U+6310;
}
/* [69] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.69.woff2) format('woff2');
  unicode-range: U+60b0-60b1, U+60b3-60b5, U+60b8, U+60bb, U+60bd-60be, U+60c0, U+60c6-60c7, U+60ca-60cb, U+60d3-60d5, U+60d7-60db, U+60dd, U+60e2-60e3, U+60e6-60f0, U+60f2, U+60f4, U+60f6, U+60fa-60fb, U+60ff-6100, U+6103, U+6106, U+610a-610b, U+610d-610e, U+6110, U+6112-6116, U+6120, U+6123-6124, U+6128-6130, U+6134, U+6136, U+613c-613f, U+6144, U+6146-6147, U+6149-614a, U+614d, U+6151-6153, U+6159-615a, U+615c-615f, U+6164-6165, U+6169-616d, U+616f, U+6171-6175, U+6177, U+617a, U+617c, U+617f-6180, U+6187, U+618a-618e, U+6192-6194, U+6199-619b, U+619f, U+61a1, U+61a7-61a8, U+61aa-61af, U+61b8, U+61ba, U+61bf, U+61c3, U+61c6, U+61ca-61cb;
}
/* [70] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.70.woff2) format('woff2');
  unicode-range: U+5f82-5f84, U+5f87, U+5f89-5f8a, U+5f8d, U+5f93, U+5f95, U+5f98-5f99, U+5f9b-5f9c, U+5fa0, U+5fa4, U+5fa6-5fa8, U+5fab-5fad, U+5fb3-5fb4, U+5fbc, U+5fc4, U+5fc6, U+5fc9, U+5fcb, U+5fce-5fd6, U+5fdc-5fdf, U+5fe1, U+5fe4, U+5fe7, U+5fea, U+5fec-5fee, U+5ff1, U+5ff3, U+5ff8, U+5ffa-5ffc, U+5fff-6000, U+6002, U+6005, U+600a, U+600d, U+600f-6010, U+6014, U+6017, U+6019-601c, U+601e, U+6020, U+6022, U+6026, U+6029, U+602b-602c, U+602e-602f, U+6031, U+6033-6035, U+6039, U+603c, U+6040-6043, U+6045, U+6047, U+604a-604c, U+604f, U+6053, U+6059-605b, U+605d, U+6060, U+6063, U+6067, U+606a-606b, U+606e, U+6072-6076, U+6078, U+607a, U+607c, U+607f-6081, U+6083, U+6086, U+608a, U+608c, U+608e, U+6092-6093, U+6095-6097, U+609b, U+609d, U+60a2, U+60a6-60a7, U+60a9-60aa, U+60ac-60ad, U+60af;
}
/* [71] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.71.woff2) format('woff2');
  unicode-range: U+5e3c, U+5e40, U+5e42-5e44, U+5e47, U+5e54, U+5e57-5e5b, U+5e5e-5e5f, U+5e61-5e62, U+5e64, U+5e6a, U+5e6c, U+5e6e, U+5e75, U+5e77, U+5e7a, U+5e80-5e81, U+5e83, U+5e86, U+5e88, U+5e8b, U+5e90, U+5e92, U+5e96, U+5e99, U+5e9b, U+5e9d-5ea2, U+5ea4-5ea5, U+5eb3-5eb6, U+5eb9, U+5ebe, U+5ec3-5ec4, U+5ec6, U+5ecb-5ecd, U+5ed0-5ed2, U+5ed4-5ed5, U+5ed8-5ed9, U+5edb, U+5edd, U+5ee1, U+5ee8-5ee9, U+5eec, U+5eef-5ef0, U+5ef4-5ef5, U+5ef8, U+5efb-5efc, U+5efe, U+5f01-5f03, U+5f05, U+5f07-5f09, U+5f0b-5f0e, U+5f10-5f12, U+5f14, U+5f16, U+5f1b, U+5f1d, U+5f22, U+5f25, U+5f28-5f29, U+5f2d, U+5f2f-5f30, U+5f36, U+5f38-5f39, U+5f3c, U+5f3e, U+5f40-5f42, U+5f45-5f46, U+5f4a, U+5f50-5f52, U+5f54, U+5f56-5f58, U+5f5a-5f5e, U+5f61, U+5f63, U+5f66-5f67, U+5f6b, U+5f72-5f74, U+5f76, U+5f78, U+5f7b, U+5f7d;
}
/* [72] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.72.woff2) format('woff2');
  unicode-range: U+5ce6, U+5ce8-5cea, U+5ced-5cee, U+5cf1, U+5cf4-5cf5, U+5cf8, U+5cfe-5d00, U+5d06, U+5d08, U+5d0a-5d0d, U+5d15, U+5d18, U+5d1a, U+5d1d, U+5d1f-5d22, U+5d24, U+5d26-5d28, U+5d2c-5d2e, U+5d33-5d35, U+5d3d, U+5d3f, U+5d42-5d43, U+5d46-5d47, U+5d49-5d4b, U+5d4e, U+5d52-5d53, U+5d57-5d59, U+5d5b-5d5c, U+5d65, U+5d68-5d69, U+5d6b-5d6c, U+5d6f, U+5d74-5d75, U+5d7e-5d7f, U+5d81-5d82, U+5d85-5d88, U+5d8b-5d8c, U+5d92, U+5d94, U+5d97, U+5d99, U+5d9d, U+5da0-5da2, U+5da7, U+5da9-5daa, U+5dae, U+5db2, U+5db4, U+5db7-5db8, U+5dbd, U+5dc2-5dc5, U+5dc9, U+5dcb-5dcd, U+5dd2, U+5dd6, U+5dd8, U+5ddb-5ddc, U+5de0, U+5de3, U+5de9, U+5df0, U+5df3, U+5df5, U+5df9, U+5dfb-5dfd, U+5e00-5e01, U+5e04-5e05, U+5e0a, U+5e11, U+5e14, U+5e18-5e1c, U+5e1f-5e22, U+5e27-5e28, U+5e2f-5e30, U+5e34, U+5e37, U+5e3a;
}
/* [73] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.73.woff2) format('woff2');
  unicode-range: U+5b84, U+5b8d, U+5b92-5b93, U+5b95-5b96, U+5b9f-5ba1, U+5ba6-5ba8, U+5baa-5bad, U+5bbd-5bbe, U+5bc0-5bc1, U+5bc3, U+5bd0-5bd1, U+5bd4-5bd8, U+5bdb-5bdd, U+5be4-5be5, U+5bef, U+5bf3, U+5bfb, U+5bfe-5bff, U+5c02-5c03, U+5c05, U+5c09, U+5c0c, U+5c10, U+5c12-5c13, U+5c15, U+5c18-5c19, U+5c1b, U+5c1d-5c1f, U+5c22, U+5c25, U+5c27-5c28, U+5c2a-5c2b, U+5c34, U+5c38, U+5c3d, U+5c42, U+5c44, U+5c47, U+5c49-5c4a, U+5c50, U+5c53, U+5c58-5c59, U+5c5b, U+5c5d, U+5c61, U+5c63, U+5c68, U+5c6d-5c6e, U+5c74, U+5c79-5c84, U+5c86, U+5c88, U+5c8a-5c8d, U+5c92-5c9c, U+5ca0, U+5ca2-5ca3, U+5ca5-5ca7, U+5cab-5cad, U+5cb5, U+5cb7, U+5cba-5cbb, U+5cc1, U+5cc8, U+5cca-5ccb, U+5cce, U+5cd2, U+5cd6, U+5cd8-5cda, U+5cdf-5ce1, U+5ce5;
}
/* [74] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.74.woff2) format('woff2');
  unicode-range: U+5a57, U+5a5d-5a5e, U+5a60-5a62, U+5a65, U+5a67, U+5a6a, U+5a6c-5a6d, U+5a73-5a76, U+5a7a-5a7c, U+5a81-5a84, U+5a8c, U+5a90, U+5a93, U+5a96-5a97, U+5a9c, U+5a9e-5aa0, U+5aa4, U+5aa7, U+5aab-5aac, U+5aae-5aaf, U+5ab1, U+5ab4-5ab5, U+5ab8, U+5aba-5abc, U+5abe-5abf, U+5ac3-5ac4, U+5ac6-5acb, U+5acf-5ad2, U+5ad4-5adc, U+5ae0-5ae1, U+5ae3, U+5ae5-5ae6, U+5ae8, U+5aea-5aeb, U+5aee, U+5af0, U+5af2, U+5af5, U+5afa, U+5aff, U+5b01, U+5b05, U+5b08, U+5b0b, U+5b11, U+5b16-5b17, U+5b19, U+5b1b, U+5b1d, U+5b21-5b23, U+5b28, U+5b2a-5b2d, U+5b32, U+5b34, U+5b36-5b38, U+5b3e-5b40, U+5b43-5b46, U+5b4b-5b4c, U+5b51, U+5b53, U+5b59, U+5b5b-5b5c, U+5b62, U+5b65, U+5b6c-5b6e, U+5b70-5b73, U+5b75, U+5b7a-5b7b, U+5b7d, U+5b7f-5b82;
}
/* [75] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.75.woff2) format('woff2');
  unicode-range: U+5910-5911, U+5914, U+5919, U+591b, U+591f, U+5923-5924, U+592c, U+5932, U+5938-593a, U+5940, U+5942, U+5944, U+594b-594c, U+594e, U+5950, U+5953, U+5956, U+5958, U+595a, U+5961, U+5966, U+5968-5969, U+596c-596d, U+5975, U+5977, U+597b-597c, U+597e, U+5980-5981, U+5986-5988, U+598a, U+598f, U+5997-5998, U+599f-59a3, U+59a6-59a7, U+59a9, U+59ab-59ac, U+59af, U+59b1-59b2, U+59b6, U+59b8, U+59ba, U+59be, U+59c1, U+59c3, U+59c7-59c9, U+59cd-59ce, U+59d2, U+59d6-59d9, U+59dd-59de, U+59e0, U+59e3-59e5, U+59e9-59eb, U+59ee, U+59f1-59f3, U+59f5-59f9, U+59fc-59fd, U+5a00, U+5a04-5a07, U+5a09, U+5a0c, U+5a11, U+5a13, U+5a16-5a17, U+5a1a, U+5a1e, U+5a20, U+5a23-5a24, U+5a29-5a2b, U+5a2d-5a2f, U+5a32-5a34, U+5a38, U+5a3c, U+5a3f-5a44, U+5a47-5a48, U+5a4a, U+5a4c-5a4d, U+5a50-5a51, U+5a53, U+5a56;
}
/* [76] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.76.woff2) format('woff2');
  unicode-range: U+57a9, U+57ab, U+57b5, U+57b8-57bb, U+57c2, U+57c5-57c8, U+57cc, U+57cf, U+57d2, U+57dc-57de, U+57e1-57e2, U+57e5, U+57e7, U+57ed-57ee, U+57f0, U+57f3-57f6, U+57f8, U+57fb-57fd, U+5800-5801, U+5803-5804, U+5807, U+5809-580b, U+580d-580e, U+5810-5811, U+5814-5815, U+5819, U+581d-581e, U+5820, U+5823, U+5826, U+582c-582d, U+5830, U+583a, U+583f-5841, U+5848, U+584b, U+584d, U+584f, U+5852, U+5859-585a, U+585c, U+5861, U+5864, U+5868-5869, U+586c-586d, U+5871-5872, U+5879, U+587c-5881, U+5887-5889, U+588e, U+5890-5892, U+5896-5899, U+589d, U+58a1, U+58a3, U+58a6, U+58a9, U+58ac, U+58b0-58b1, U+58bb-58bc, U+58c2, U+58c5-58c6, U+58ca, U+58cc, U+58ce, U+58d0-58d1, U+58d5, U+58d9-58da, U+58df-58e0, U+58e9, U+58ec, U+58ee, U+58f1-58f3, U+58f6-58f7, U+58fb-58fc, U+5900, U+5902, U+5906, U+5909-590c, U+590e;
}
/* [77] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.77.woff2) format('woff2');
  unicode-range: U+567b-567c, U+5680, U+5684-5686, U+568c, U+568e-568f, U+5692-5693, U+5697-5699, U+569c, U+569e, U+56a1-56a7, U+56a9, U+56ab-56ad, U+56af, U+56b3, U+56b5-56b6, U+56b8, U+56bf-56c1, U+56c3, U+56c5, U+56c7-56c8, U+56cb-56cc, U+56d1-56d4, U+56d6-56d9, U+56dd, U+56df, U+56e1-56e5, U+56ea-56ec, U+56ee-56ef, U+56f1-56f4, U+56f7, U+56f9, U+56ff-5700, U+5703-5704, U+5706-5707, U+5709-570a, U+570c, U+570f, U+5711, U+5717, U+571c, U+5723-5724, U+5727, U+5729-572a, U+572c, U+572e-572f, U+5734-5735, U+573b, U+5741, U+574b-574d, U+574f, U+5752, U+5754, U+575a-5760, U+5763, U+5768-5769, U+576b, U+576d, U+576f-5770, U+5772-5775, U+5777, U+577b-577d, U+5780, U+5784, U+5788, U+578c, U+578e, U+5792-5793, U+5795, U+579a-579b, U+579f-57a1, U+57a4, U+57a6;
}
/* [78] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.78.woff2) format('woff2');
  unicode-range: U+555c, U+5562-5563, U+5567, U+5569, U+556b-556c, U+5570, U+5575-5579, U+557b-557c, U+557f, U+5581, U+5583, U+5586, U+5588, U+558b, U+558f, U+5591, U+5599, U+559f, U+55a1, U+55a3, U+55a5-55a6, U+55a8-55a9, U+55ab, U+55ad, U+55b0-55b1, U+55b3, U+55b6-55b7, U+55b9, U+55bc-55bd, U+55c4-55c5, U+55c7, U+55c9, U+55cc-55cd, U+55d0, U+55d2, U+55d4-55d9, U+55db, U+55dd-55df, U+55e1-55e6, U+55e9-55ea, U+55ec, U+55ee, U+55f1-55f3, U+55f5-55f7, U+55f9-55fa, U+55fe, U+5600-5602, U+5608, U+560c, U+560f, U+5612-5613, U+5615-5616, U+5618, U+561a, U+561c, U+561e, U+5620, U+5623-5625, U+5627, U+562a, U+562c-562e, U+5630-5631, U+5635-5636, U+5638-563a, U+5640, U+5642-5643, U+5649, U+564c-5650, U+5654, U+5658-565d, U+5664-5666, U+5669, U+566b, U+566d, U+566f, U+5671-5672, U+5676, U+567a;
}
/* [79] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.79.woff2) format('woff2');
  unicode-range: U+5447, U+5449, U+544b-544d, U+5450-5455, U+5457, U+545b-545c, U+545f-5460, U+5463-5464, U+546a-5472, U+5474, U+5476, U+5478, U+547b, U+547e-547f, U+5482-5488, U+548a, U+548d-5491, U+5494, U+5498-549d, U+54a1-54a5, U+54ab, U+54ad-54af, U+54b5, U+54b7, U+54bb-54bc, U+54be-54bf, U+54ca, U+54cc, U+54cf-54d2, U+54d4, U+54d6-54d7, U+54da, U+54de-54df, U+54e2, U+54e4, U+54e7, U+54eb, U+54f3, U+54fd, U+54ff, U+5501-5502, U+5504-5506, U+550a, U+550c, U+550e-550f, U+5511-5513, U+5516-5517, U+551a-551b, U+551e, U+5520, U+5524, U+5526-5527, U+552a, U+552c-552d, U+5530, U+5532-5533, U+5535-5536, U+553b-553c, U+553e-553f, U+5541-5542, U+5544-5545, U+5547, U+5549, U+554b, U+554d-554e, U+5550-5551, U+5553, U+5555-5557;
}
/* [80] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.80.woff2) format('woff2');
  unicode-range: U+52eb, U+52ed-52ee, U+52f0-52f2, U+52f7, U+52f9-52fa, U+5300-5302, U+530a-530b, U+530d, U+530f-5310, U+5315, U+531a, U+531c-531d, U+532d-532e, U+5331, U+5338, U+533b-533e, U+5344-5345, U+534b-534d, U+534f-5350, U+5358, U+535e-535f, U+5362-5364, U+5367, U+5369, U+536b-536c, U+536e-536f, U+5372, U+5374, U+5379-537a, U+537c-537d, U+5382, U+5385, U+5389, U+538b-538c, U+538e, U+5392-5396, U+5399, U+53a0-53a2, U+53a4-53a6, U+53a8-53a9, U+53ae, U+53b0, U+53b3-53b4, U+53b6-53b7, U+53b9, U+53bf, U+53c1, U+53c4, U+53ce-53cf, U+53d2, U+53d5, U+53d9-53da, U+53df-53e1, U+53e7-53e9, U+53f1, U+53f5-53f6, U+53f9, U+53fb-53fd, U+5400-5402, U+5405-5407, U+540f, U+5412, U+5414-5417, U+541a, U+5420-5421, U+5424-5425, U+5428-5429, U+542c-542f, U+5431-5432, U+5434, U+5437, U+543d, U+543f, U+5441, U+5444-5445;
}
/* [81] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.81.woff2) format('woff2');
  unicode-range: U+5197, U+519a-519c, U+519e, U+51a2, U+51a6-51a9, U+51ab, U+51ad-51af, U+51b1-51b6, U+51ba-51c0, U+51c3-51c5, U+51c7, U+51c9-51cb, U+51ce-51d1, U+51d4, U+51d6, U+51d9, U+51db-51dc, U+51df, U+51e4, U+51e6, U+51e9-51ea, U+51ed, U+51ef, U+51f4-51f5, U+51fc, U+51ff, U+5201-5202, U+5204-5205, U+5208, U+520b, U+520d-520e, U+5213, U+5215-5216, U+5218, U+521a, U+5220, U+5223, U+5226-5228, U+5232-5234, U+5239, U+523c, U+5241-5242, U+5244, U+5249, U+524c, U+5251-5252, U+5255, U+5257, U+525c, U+525e, U+5261, U+5263-5265, U+526e, U+5270, U+5273-5274, U+5277, U+527d, U+527f, U+5281-5282, U+5284, U+528a, U+528c, U+528f, U+5292-5294, U+529d, U+52a6, U+52ac-52ad, U+52b1-52b5, U+52b9, U+52bb-52bc, U+52be-52c0, U+52c5, U+52cb, U+52cd, U+52d0-52d1, U+52d6-52d7, U+52db, U+52e0, U+52e3, U+52e6-52e7;
}
/* [82] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.82.woff2) format('woff2');
  unicode-range: U+5040-5041, U+5043, U+5045-5046, U+5048, U+504a-504e, U+5051-5053, U+505d-5060, U+5063, U+506a, U+506f-5072, U+5078, U+507a-507b, U+507f-5080, U+5088-5089, U+508b-508c, U+508e, U+5092, U+5095-5096, U+509a-509d, U+50a3, U+50a5, U+50a8, U+50af, U+50b1, U+50b4, U+50ba, U+50c2, U+50c6-50ca, U+50cd-50ce, U+50d6, U+50d9, U+50dd-50df, U+50e1, U+50e3, U+50e5-50e6, U+50e8-50ea, U+50ec-50f0, U+50f3, U+50fb, U+50fe, U+5101-5102, U+5105-5109, U+510b-510e, U+5110, U+5113-5115, U+5117, U+511a-511c, U+511e, U+5120-5121, U+5125, U+512b, U+5131, U+5134-5135, U+5138-513c, U+5140, U+514e, U+5150-5151, U+5155-5157, U+515a, U+515f, U+5162, U+516a, U+516e, U+5172, U+5174, U+5179, U+517b, U+517d, U+5182, U+5186, U+5188-5189, U+518b, U+518f, U+5191, U+5193, U+5195-5196;
}
/* [83] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.83.woff2) format('woff2');
  unicode-range: U+4f2d, U+4f31-4f32, U+4f35, U+4f37, U+4f39, U+4f3b, U+4f3e, U+4f41-4f43, U+4f47, U+4f49, U+4f4c, U+4f52, U+4f57-4f58, U+4f5a, U+4f5d-4f5f, U+4f61, U+4f63-4f64, U+4f67, U+4f6a, U+4f6e-4f6f, U+4f72, U+4f74, U+4f76-4f7b, U+4f7d-4f7e, U+4f80-4f82, U+4f84, U+4f89-4f8a, U+4f8e-4f94, U+4f96-4f98, U+4f9a, U+4f9e, U+4fa0-4fa3, U+4fa5-4fa8, U+4faa-4fac, U+4fb2-4fb3, U+4fb7-4fba, U+4fc0-4fc1, U+4fc5-4fc7, U+4fcb, U+4fcd-4fce, U+4fd1, U+4fd3-4fd4, U+4fd8-4fdc, U+4fdf, U+4fe2-4fe5, U+4fe8-4fea, U+4fec-4fed, U+4ff3-4ff6, U+4ff8-4ffa, U+4ffd, U+5000, U+5002, U+5005, U+5008, U+500c, U+500f, U+5013-5015, U+501b-501c, U+501e, U+5022-5025, U+5027-5028, U+502c-502e, U+5030-5032, U+5036, U+503a-503b, U+503e;
}
/* [84] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.84.woff2) format('woff2');
  unicode-range: U+3f97, U+4102, U+411b, U+4181, U+43c8, U+4552, U+4576, U+46e5, U+4837, U+493d, U+4a3b, U+4d09, U+4db6-4dbf, U+4e02, U+4e04-4e05, U+4e0c, U+4e0f-4e10, U+4e15, U+4e17, U+4e1b, U+4e21-4e22, U+4e25, U+4e27, U+4e31, U+4e34, U+4e36-4e37, U+4e3d, U+4e3f-4e42, U+4e44, U+4e47, U+4e49, U+4e4c, U+4e52-4e54, U+4e57, U+4e5a-4e5b, U+4e60-4e61, U+4e69, U+4e6d, U+4e78, U+4e80-4e81, U+4e85, U+4e87, U+4e89-4e8a, U+4e8d, U+4e8f, U+4e93, U+4e96, U+4e98-4e99, U+4e9c, U+4e9f-4ea0, U+4ea2, U+4ea5, U+4ea9, U+4eb0, U+4eb2-4eb3, U+4eb5-4eb7, U+4eb9, U+4ebb-4ebc, U+4ebf, U+4ec2-4ec6, U+4ec8-4ec9, U+4ecf, U+4ed1, U+4ed3, U+4edc-4ee1, U+4ee7-4eeb, U+4eee-4eef, U+4ef1, U+4ef3-4ef5, U+4efa, U+4efc, U+4f00, U+4f02-4f03, U+4f05, U+4f07-4f09, U+4f0b, U+4f0e, U+4f15, U+4f17, U+4f1d-4f1f, U+4f22, U+4f24, U+4f29-4f2b;
}
/* [85] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.85.woff2) format('woff2');
  unicode-range: U+3052, U+305c, U+3062, U+306d, U+307a, U+307c, U+3080, U+308e, U+3090-3091, U+3099-309e, U+30a5, U+30c2, U+30c5, U+30ee, U+30f0-30f2, U+30f4-30f6, U+30fd-30fe, U+3105-3106, U+3108, U+310a-310b, U+310d-3112, U+3115-3117, U+3119, U+3131, U+3134, U+3137, U+3139, U+3141-3142, U+3145, U+3147-3148, U+314b, U+314d-314f, U+3153, U+315c, U+3160-3161, U+3163-3164, U+3181, U+318d, U+3192-3193, U+3196-3198, U+319d-319f, U+3220-3226, U+3231, U+3268, U+3281, U+328b, U+3291-3292, U+3295-3297, U+3299, U+329d, U+329f, U+32a3-32a4, U+32d6, U+32e1, U+3314, U+3322, U+337f, U+338e-338f, U+339c-339e, U+33a1, U+33c4, U+33d1-33d2, U+3440, U+3449, U+3479, U+3551, U+3569, U+35ad, U+35ce, U+36ac, U+373a, U+3863, U+38ec, U+39b8, U+3a02, U+3a17, U+3a52, U+3b22, U+3bd7, U+3bff, U+3ca5, U+3d68, U+3ddb, U+3de7, U+3deb, U+3e03, U+3e74, U+3f08, U+3f0e, U+3f21;
}
/* [86] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.86.woff2) format('woff2');
  unicode-range: U+2748-274f, U+2752-275b, U+275d-275e, U+2761, U+2763, U+2765-2769, U+276e-276f, U+2771, U+2776-277e, U+2780-2782, U+278a-278c, U+2794-2796, U+2798-2799, U+279c-27a6, U+27a8-27ab, U+27ad, U+27af-27b0, U+27b2-27b3, U+27b7-27b9, U+27bc-27bd, U+27bf, U+27e9-27eb, U+27f5-27f6, U+2800, U+28ec, U+2922, U+2934-2935, U+29bf, U+2a2f, U+2b05-2b07, U+2b1b, U+2b50, U+2b55, U+2cf5, U+2e1c-2e1d, U+2f00, U+2f08, U+2f12, U+2f24, U+2f29, U+2f2f, U+2f3c, U+2f3f, U+2f42, U+2f45, U+2f63-2f64, U+2f83, U+2f8f, U+3003-3007, U+3012-3013, U+3016-3019, U+3020-3025, U+3030, U+303d, U+3041, U+3043, U+3045, U+3047, U+3049;
}
/* [87] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.87.woff2) format('woff2');
  unicode-range: U+2649-2656, U+2658-265c, U+265e-2660, U+2662-2664, U+2666-2669, U+266b-266f, U+267b, U+2692-2696, U+2698, U+269b-269c, U+26a0-26a1, U+26a3-26a5, U+26aa-26ac, U+26bd-26be, U+26c4-26c5, U+26c8, U+26d1, U+26d3-26d4, U+26e4, U+26e9-26ea, U+26f0-26f5, U+26f9-26fa, U+26fd, U+2701-2702, U+2704-2706, U+2708, U+270a-2712, U+2714, U+2716-2727, U+2729-273e, U+2740-2747;
}
/* [88] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.88.woff2) format('woff2');
  unicode-range: U+2566-2570, U+2572, U+2574, U+2579, U+2580-258a, U+258c-2595, U+2597, U+25a1, U+25a3-25a4, U+25a6-25ac, U+25b0, U+25b4, U+25b7-25b9, U+25bb, U+25bd, U+25bf-25c2, U+25c7-25ca, U+25cc-25cd, U+25d0-25d9, U+25dc-25e6, U+25ea-25eb, U+25ef, U+25fb-25fe, U+2600-2604, U+2607, U+2609-260b, U+260d-2615, U+2618, U+261a-2623, U+262a, U+262d-2630, U+2638-263e, U+2641-2642, U+2648;
}
/* [89] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.89.woff2) format('woff2');
  unicode-range: U+2475-2481, U+2488-2491, U+24b6-24c5, U+24c7-24ca, U+24cc, U+24ce, U+24d0-24df, U+24e1-24ea, U+24f5, U+24ff, U+2501, U+2503-250d, U+250f-2511, U+2513-2515, U+2517-2518, U+251b-251d, U+2520, U+2523-2524, U+2528, U+252b-252c, U+252f, U+2533-2534, U+2537, U+253b-253c, U+2541, U+2543-2545, U+254b, U+2550-2565;
}
/* [90] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.90.woff2) format('woff2');
  unicode-range: U+2139, U+2153, U+2194-2197, U+2199, U+219d-219e, U+21a0, U+21a9-21aa, U+21ac, U+21af-21b1, U+21b3-21b5, U+21ba-21bb, U+21c4, U+21ca, U+21cc, U+21d0, U+21d2-21d4, U+21d8, U+21dd, U+21e2-21e9, U+2200, U+2202, U+2205-2208, U+220e-220f, U+2211-2212, U+2215, U+2217-221a, U+221d-2220, U+2225, U+2227-222b, U+222e, U+2234-2237, U+223c-223d, U+2248, U+2256, U+2260-2261, U+2264-2265, U+226a-226b, U+226e-226f, U+2282-2283, U+2295-2296, U+2299, U+22a5, U+22b0-22b1, U+22b9, U+22bf, U+22c5-22c6, U+22c8, U+22d0-22d1, U+22ee, U+2312-2313, U+2318, U+231a-231b, U+2323, U+2328, U+239d, U+23a0, U+23af, U+23e4, U+23e9-23ea, U+23ec, U+23f0-23f3, U+23fa, U+2445, U+2460-2471, U+2474;
}
/* [91] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.91.woff2) format('woff2');
  unicode-range: U+1ec0-1ec3, U+1ec5-1ec6, U+1ec9, U+1ecb-1ecd, U+1ecf-1ed1, U+1ed3-1ed5, U+1ed7-1edd, U+1edf, U+1ee1, U+1ee3-1ee7, U+1ee9, U+1eeb, U+1eed, U+1eef-1ef1, U+1ef3, U+1ef7, U+1ef9, U+1f62, U+1fa2, U+2001-2006, U+2009-200a, U+200c-200d, U+200f-2012, U+2015-2016, U+201a, U+201e, U+2020-2021, U+2023-2025, U+2028, U+202a-202d, U+202f-2030, U+2032-2033, U+2035, U+2038, U+203e-203f, U+2042-2044, U+2049, U+204d-204e, U+2060-2061, U+2063, U+2070, U+2074-207b, U+207d-2083, U+208a, U+208d-208e, U+20a1, U+20a4, U+20a6, U+20a8-20ab, U+20ad-20ae, U+20b1-20b3, U+20b5, U+20b8-20ba, U+20bd, U+20dd, U+20e3, U+2105, U+2109, U+2112-2113, U+2115-2117, U+2120-2121, U+2126, U+212b;
}
/* [92] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.92.woff2) format('woff2');
  unicode-range: U+11af, U+11b7, U+11bc, U+121b, U+122d, U+129b, U+12a0, U+13a6, U+13a9, U+13ac, U+13af, U+13b3, U+13c2, U+13e3, U+141b, U+1555, U+1557, U+15dc, U+15e8, U+1780-1782, U+1784-1785, U+1787, U+178a, U+178e-1791, U+1793-179c, U+179f, U+17a2, U+17b6-17b9, U+17bb-17bc, U+17bf-17c7, U+17c9, U+17cb, U+17d0, U+17d2, U+17db, U+1871, U+18fa, U+1bff, U+1d00, U+1d04-1d05, U+1d07, U+1d0a-1d0b, U+1d0d, U+1d0f, U+1d17-1d18, U+1d1b-1d1c, U+1d20-1d22, U+1d25, U+1d2c, U+1d2e, U+1d30-1d31, U+1d33-1d3a, U+1d3c, U+1d3e-1d42, U+1d52, U+1d55, U+1d5b, U+1d5e, U+1d9c, U+1da0, U+1dc4-1dc5, U+1e3b, U+1e43, U+1e45, U+1e47, U+1e63, U+1e6d, U+1e73, U+1ea0, U+1ea2, U+1ea4-1ea9, U+1eab-1eaf, U+1eb1, U+1eb3, U+1eb5, U+1eb7, U+1eb9, U+1ebb, U+1ebd-1ebe;
}
/* [97] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.97.woff2) format('woff2');
  unicode-range: U+2c8-2c9, U+2cc-2cd, U+2d0, U+2d8, U+2da, U+2dc, U+2e1-2e3, U+2e7, U+2eb, U+2ee, U+2f1-2ff, U+302-304, U+306-309, U+30c-30d, U+311, U+31b, U+321, U+323-325, U+328-329, U+32b-32c, U+32e-32f, U+331-33a, U+33c-33f, U+348, U+353, U+358-359, U+35c, U+35e-35f, U+361, U+363, U+367-368, U+36c, U+36f, U+530-535, U+537-540, U+55e, U+561-565, U+568-56d, U+56f-576, U+578-582, U+584, U+5a1, U+5a3-5a4, U+5aa, U+5ae, U+5b0-5b4;
}
/* [98] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.98.woff2) format('woff2');
  unicode-range: U+1af, U+1b1, U+1b4-1be, U+1d0, U+1d2, U+1d4, U+1da, U+1dc-1dd, U+1e1, U+1e3-1e4, U+1e7, U+1e9, U+1eb-1ec, U+1f0-1f1, U+1f3-1f5, U+1f7, U+1f9-1ff, U+219, U+221, U+225-226, U+228-22b, U+22e-22f, U+231-235, U+239, U+23b, U+23e, U+250-252, U+254-255, U+259-25e, U+261-263, U+268-26b, U+26d, U+26f-277, U+279-27a, U+27d-281, U+283, U+28a-28c, U+28f, U+292, U+294-296, U+298-29a, U+29c, U+29f, U+2a1-2a2, U+2a4-2a7, U+2a9-2aa, U+2ae-2b3, U+2b5-2b7, U+2b9-2bf, U+2c2-2c4, U+2c6-2c7;
}
/* [99] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.99.woff2) format('woff2');
  unicode-range: U+a1-a2, U+a4, U+a6-a8, U+aa, U+ac, U+af, U+b1, U+b5-b6, U+b8-ba, U+bc-be, U+c0-c8, U+ca-cc, U+ce-d5, U+d8-df, U+f0, U+f5, U+f8, U+fb, U+fe-100, U+102, U+105, U+107, U+109-10b, U+10f, U+112, U+115, U+117, U+119, U+11b, U+11f, U+121, U+123-124, U+127, U+129, U+12c-12d, U+130-13f, U+141-142, U+144, U+148, U+14b-14c, U+14f-153, U+159-15b, U+15e-160, U+163-166, U+169-16a, U+16d-171, U+173-17e, U+192, U+1a0, U+1a4, U+1aa, U+1ac-1ad;
}
/* [100] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.100.woff2) format('woff2');
  unicode-range: U+a3, U+2ca, U+2223, U+2640, U+273f, U+301c-301d, U+3107, U+310c, U+4e30, U+4e3e, U+4e5e, U+4e71, U+4f26, U+4f7c, U+4f83, U+50da, U+5243, U+5267, U+529e, U+5321, U+5352, U+5477, U+548b, U+54a6, U+54b2, U+54c2, U+54c4, U+54c6, U+54cd, U+54ee, U+5543, U+55d1, U+55d3, U+55f0, U+55fd, U+560d, U+5629, U+5660, U+57ae, U+57e0, U+57e4, U+5904, U+592d, U+5965, U+5a31, U+5a7f, U+5b5a, U+5bb8, U+5c14, U+5c3b, U+5c5c, U+5c5e, U+5d10, U+5e10, U+5e4c, U+603b, U+604d, U+611c, U+6137, U+61c8, U+6292, U+62c7, U+6371, U+6382, U+645f, U+64ae, U+64c2, U+651e, U+65f1, U+660a, U+663e, U+673d, U+6784, U+6789, U+67ff, U+6813, U+6854, U+68d8, U+68fa, U+697d, U+6a01, U+6a1e, U+6baf, U+6c08, U+6c17, U+6c2b, U+6c81, U+6cbd, U+6dc6, U+6df9, U+6ed9, U+6ee1, U+6f86, U+6fc1, U+6fdb, U+701f, U+7076, U+715c, U+7194, U+71fb, U+720d, U+72b6, U+7396, U+73af, U+745b, U+746f, U+748b, U+7647, U+7699, U+76bf, U+76ce, U+76de, U+77aa, U+786b, U+7881, U+78ca, U+793c, U+797a, U+79b9, U+79bb, U+79bf, U+7a92, U+7ac7, U+7ae3, U+7b19, U+7b20, U+7b51, U+7b94, U+7cbd, U+7cde, U+7cef, U+7d46, U+7dde, U+7f88, U+80da, U+814b, U+81cd, U+8235, U+8258, U+8282, U+82b9, U+846b, U+84c1, U+84d3, U+8518, U+8611, U+8783, U+8814, U+8a15, U+8aa6, U+8b2c, U+8ba8-8ba9, U+8bc6, U+8be2, U+8be6, U+8c22, U+8d05, U+8d27, U+8dbe, U+8e34, U+8e66, U+8ec0, U+9005, U+9082, U+9091, U+914b, U+916f, U+92c5, U+92f0, U+9318, U+9382, U+938a, U+93e2, U+964b, U+96c1, U+96cc-96cd, U+96db, U+973e, U+97a0, U+9803, U+9876, U+9879, U+9955, U+9986, U+99f1, U+9a5b, U+9abc, U+9c57, U+9c9c, U+9d1b, U+9d26, U+9d51, U+9eef, U+9f99, U+c2a4, U+e253, U+e313-e314, U+e5c7, U+e5c9, U+e8db-e8dc, U+ff25, U+ff2d-ff2e, U+ff34, U+ffe5, U+1f60a, U+1f618, U+1f62d;
}
/* [101] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.101.woff2) format('woff2');
  unicode-range: U+b4, U+10d, U+2d9, U+641, U+6cc, U+e20, U+e29, U+200e, U+20ac, U+2266, U+25be, U+301e, U+3058, U+4e07, U+4e1d, U+4e66, U+4ece, U+4fde, U+5016, U+5180, U+5199, U+51aa, U+5306, U+5386, U+53d8, U+5413, U+541d, U+5436, U+54ce, U+54e8, U+54fc, U+5571, U+557e, U+558e, U+55a7, U+56a8, U+57a2-57a3, U+58b3, U+5960, U+5992-5993, U+59a4, U+5a55, U+5ab2, U+5afb, U+5b56, U+5bc5, U+5bc7, U+5bf0, U+5cb1, U+5cc7, U+5dff, U+5e93, U+5ed3, U+5f6a, U+60bc, U+61ff, U+6218, U+6254, U+634d, U+6467, U+64f1-64f2, U+6582, U+65fb, U+6615, U+6687, U+66e6, U+66f0, U+6781, U+67f5, U+68a7, U+6a1f, U+6b27, U+6b4e, U+6b73, U+6b79, U+6bcb, U+6c5d, U+6cf5, U+6dee, U+6ec4, U+6ecc, U+6f88, U+6fef, U+701d, U+703e, U+707c, U+7099, U+710a, U+725f, U+72d9, U+72e9, U+731d, U+7325, U+739f, U+7463, U+7480, U+74a8, U+7523, U+7526, U+75e0, U+7613, U+7656, U+76d4, U+773a, U+775c, U+775e, U+780c, U+78e1, U+78f7, U+7960, U+7a20, U+7aaf, U+7b08, U+7b71, U+7be4, U+7cec, U+7cf0, U+7d5e, U+7d62, U+7dbe, U+7e1b, U+7ea2, U+7ec4, U+7ec6, U+7edc, U+7eed, U+7efc, U+7f16, U+7f57, U+7fb9, U+7fca, U+803d, U+816e, U+82a5, U+82b7, U+8317, U+8338, U+834a, U+83d3, U+8401, U+8469, U+849e, U+854a, U+8559, U+865e, U+86e4, U+8700, U+8759, U+8760, U+8778, U+8782, U+879e, U+87d1, U+880d, U+8836, U+8944, U+89c8, U+8aac, U+8b74, U+8ba2, U+8ba4, U+8bae, U+8bfb, U+8c4e, U+8cb3, U+8cb6, U+8d16, U+8d28, U+8e44, U+8f3b, U+8f3f, U+8f91, U+8fb9, U+8fc4, U+8fde, U+8ff9, U+9076, U+90ae, U+90b8, U+9257, U+9310, U+93df, U+94fe, U+95a5, U+95a9, U+962e, U+968f-9690, U+9704, U+9713, U+97f6, U+9824, U+986b, U+9884, U+9886, U+98e2, U+991a, U+99a5, U+99dd, U+9ab8, U+9b41, U+9b77, U+9bad, U+c774, U+e5d4, U+fe52, U+ff02, U+1f389, U+1f449, U+1f495;
}
/* [102] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.102.woff2) format('woff2');
  unicode-range: U+2cb, U+5d1, U+5d9, U+5e2, U+5e8, U+5ea, U+633, U+e32, U+2252, U+2267, U+2573, U+25b3, U+25c4, U+2713, U+2715, U+30e2, U+4e28, U+4e3c, U+4e4d, U+4e70, U+4f88, U+4fef, U+5018, U+501a, U+5026, U+5137, U+513f, U+51f3, U+524b, U+5254, U+52d8, U+5308, U+5384, U+53cc, U+5443, U+5466, U+54a7-54a8, U+54bd, U+54c9, U+54cb, U+555e, U+556a, U+5580, U+560e, U+5614, U+561f, U+562f, U+566c, U+5679, U+56bc, U+56cd, U+56e7, U+56ed, U+572d, U+57d7, U+582f, U+589f, U+5b09, U+5ba5, U+5c51, U+5c90, U+5cef, U+5d16, U+5d84, U+5dd4, U+5e08, U+5e26, U+5f0a, U+5f20, U+606c, U+61c7, U+620f, U+625b, U+62a4, U+62d0, U+62f1, U+63a0, U+63c6, U+63f9, U+6413, U+6417, U+6483, U+64f7, U+650f, U+65a7, U+665f, U+66ae, U+66d6, U+66e0, U+6746, U+6756, U+67d1, U+6837, U+68d7, U+68e0, U+68f5, U+6977, U+6995, U+69a8, U+69b4, U+69d3, U+6a3d, U+6abb, U+6bb7, U+6bd3, U+6c47, U+6cc4, U+6cd3, U+6dae, U+6e26, U+6e29, U+6e5b, U+6eaf, U+6eba, U+7028, U+70b3, U+711a, U+733f, U+73c0, U+73ee, U+7444, U+745a, U+7487, U+7540, U+75a4, U+7729, U+779e, U+798e, U+79cd, U+79e9, U+7a3d, U+7a4c, U+7a9f, U+7ac4, U+7aff, U+7b77, U+7c27, U+7ca7, U+7cd9, U+7d76, U+7e43, U+7ea6, U+7ed9, U+7ff1, U+808b, U+809b, U+80fa, U+827a, U+8309, U+8328, U+832b, U+8396, U+83e0, U+840e, U+8425, U+852d, U+853b, U+8588, U+85e9, U+86b5, U+8718, U+87ec, U+8910, U+893b, U+89c1-89c2, U+8b3e, U+8baf, U+8bc1, U+8bcd, U+8bdd, U+8c41, U+8c48, U+8d2d, U+8d5e, U+8fbe, U+9015, U+90a8, U+90b5, U+90e1, U+9169, U+9183, U+91d0, U+91dc, U+9293, U+92f8, U+9472, U+9598, U+95ed, U+95fb, U+9605, U+96c7, U+9739, U+9742, U+9761, U+99ad, U+9ae6, U+9b1a, U+9b44, U+9bc9, U+9d3f, U+9dd7, U+9e7c, U+9e92, U+fe5d-fe5e, U+ff22-ff24, U+ff2f-ff30, U+ff33;
}
/* [103] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.103.woff2) format('woff2');
  unicode-range: U+60, U+f7, U+161, U+2198, U+2571, U+258b, U+25b6, U+2661, U+3051, U+3109, U+4e11, U+4e1c, U+4e24, U+4e2b, U+4ef7, U+4f18, U+4f36, U+4fd0, U+5029-502a, U+5055, U+508d, U+50ad, U+50d5, U+50e7, U+50f1, U+50f5, U+51a5, U+51c8, U+51fb, U+5203, U+524e, U+5288, U+5323, U+53c2, U+5458, U+54b1, U+54b3, U+54b8, U+5582, U+55b2, U+55ba, U+55da, U+55dc, U+5662, U+5678, U+56c2, U+5742, U+57d5, U+5862, U+58e4, U+58f0, U+5907, U+590d, U+5934, U+5978, U+5984, U+5a25, U+5c06, U+5c62, U+5c91, U+5cfb, U+5d01, U+5d11, U+5d1b, U+5e87, U+5eff, U+5f27, U+5f3a, U+5f53, U+5f64, U+6001, U+6168, U+61a9, U+6233, U+62a5, U+62ce, U+62ed, U+638f, U+6399, U+63c0, U+646f, U+6590, U+6631, U+664f, U+6689, U+66dc, U+672f, U+67af, U+67ec, U+6807, U+6a44, U+6c14, U+6c40, U+6c70, U+6c76, U+6cb8, U+6ce3, U+6df3, U+6e20, U+6e43, U+6ebc, U+6eec, U+6f2c, U+6fb1, U+7009, U+7011, U+701a, U+7117, U+7184, U+72f9, U+7426, U+74bd, U+74cf, U+752b, U+7554, U+75b9, U+7621, U+7671-7672, U+7693, U+76ef, U+7737, U+77a7, U+77b3, U+77bb, U+77da, U+77e2, U+77e9, U+77ef, U+7801, U+7940, U+797f, U+79a7, U+79b1, U+79bd, U+7a6b, U+7ac5, U+7b1b, U+7dab, U+7db4, U+7db8, U+7dcb, U+7ddd, U+7de0, U+7e55, U+7e9c, U+7ed3, U+7ef4, U+803f, U+8046, U+8087, U+8116, U+81a8, U+8214, U+821c, U+82d4, U+8305, U+831c, U+8335, U+8339, U+8350, U+8354, U+8526, U+860a, U+86db, U+8713, U+873b, U+8822, U+8993, U+8a1f, U+8ab9, U+8ad7, U+8e72, U+8f4e, U+8f9c, U+8fd0, U+8fd8, U+8fe6, U+9042, U+907c, U+91ba, U+9452, U+9591, U+95e2, U+9631, U+9699, U+96b8, U+9709, U+978d, U+9811, U+9830, U+98ce, U+9945, U+99ed, U+9a8c, U+9ad3, U+9baa, U+9be8, U+9c77, U+9cf6, U+9d72, U+9e1f, U+9ec4, U+fe31, U+fe55, U+ff03, U+ff20, U+ff3b, U+ff3d, U+1f3fb, U+1f44d, U+1f60d;
}
/* [104] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.104.woff2) format('woff2');
  unicode-range: U+10c, U+e44, U+2728, U+3081, U+4e13, U+4e19, U+4e1e, U+4e5c, U+4ea7, U+4ed7, U+4f20, U+4f8d, U+4ffe, U+5021, U+515c, U+51a4, U+51e0, U+521b, U+522b, U+532a, U+534e, U+5355, U+537f, U+5398, U+539d, U+541f, U+543c, U+544e, U+5509, U+5598, U+5622, U+5632, U+563f, U+5641, U+566a, U+5695, U+569f, U+56ae, U+56da, U+573a, U+574e, U+5835, U+584c, U+5885, U+58ae, U+5a1f, U+5ac2, U+5b24, U+5bb0, U+5bde, U+5be1, U+5bfc, U+5c39, U+5c4c, U+5c60, U+5e76, U+5e7f, U+5e9a, U+5eb8, U+5f13, U+5f6c, U+6127, U+61f2, U+6208, U+620a, U+620c, U+6252, U+62ef, U+6328, U+633d, U+6362, U+63b0, U+63c9, U+640f, U+64a9, U+6514, U+652c, U+655e, U+6583, U+658c, U+6627, U+66f3, U+6734, U+6743, U+676d, U+67c4, U+67da, U+68cd, U+68f2, U+690e, U+6ab3, U+6b16, U+6b38, U+6b3d, U+6bc6, U+6ca1, U+6cab, U+6d8c, U+6dea, U+6e32, U+6e3e, U+6e58, U+6eef, U+6ef2, U+6fe4, U+708a, U+7130, U+7165, U+7172, U+71c9, U+71ed, U+7232, U+7239, U+7261, U+7280, U+72a7, U+72f8, U+73c8, U+7464, U+753b, U+754f, U+755c, U+75d8, U+76ea, U+776b, U+7779, U+777f, U+7784, U+778e, U+77db, U+77ee, U+79e4, U+7a46, U+7a57, U+7aba, U+7aed, U+7b4d, U+7c7b, U+7c7d, U+7d13, U+7d33, U+7dbb, U+7df9, U+7e46, U+7ea7, U+8085, U+8165, U+81fb, U+82b8, U+82d3, U+8343, U+839e, U+83e9, U+840d, U+851a, U+853d, U+8543, U+859b, U+85fb, U+87fb, U+888d, U+88c5, U+8adc, U+8b0a, U+8bb0, U+8bbe, U+8bc4, U+8bf4, U+8c5a, U+8cc3, U+8ce4, U+8d44, U+8e81, U+8f44, U+8f66, U+8fdb, U+900d, U+9063, U+914c, U+9223, U+9226, U+923a, U+925b, U+9264, U+929c, U+92b9, U+9320, U+934d, U+935b, U+9444, U+957f, U+96a7, U+97ad, U+97cc, U+9898, U+98ea, U+9921, U+9952, U+9a55, U+9b0d, U+9b91, U+9bca, U+9ebd, U+9f4b, U+e60f-e610, U+ff1c-ff1d, U+ff21, U+ff38, U+ff9f, U+fffd, U+1f602;
}
/* [105] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.105.woff2) format('woff2');
  unicode-range: U+e17, U+e22, U+2103, U+25a0, U+266a, U+3014-3015, U+4e1a, U+4e50, U+4f10, U+4f6c, U+4f70, U+4fcf, U+5006, U+50d1, U+5170, U+518c, U+51f0, U+51f6, U+51f9, U+5219, U+5256, U+525d, U+52c9, U+5349, U+5351, U+5356, U+5375, U+53db, U+53ee, U+53f7, U+5492, U+54fa, U+5538, U+55bb, U+55e8, U+5757, U+58be, U+5937, U+59dc, U+59e8, U+5a49, U+5a9a-5a9b, U+5ab3, U+5b9b, U+5b9e, U+5be8, U+5c37, U+5c4e, U+5d14, U+5d19, U+5d4c, U+5d50, U+5deb, U+5e84, U+5e94, U+5ec2, U+5f17, U+5f26, U+5f55, U+5f77, U+5f7f, U+5fbd, U+6052, U+6064-6065, U+608d, U+609a, U+6101, U+611a, U+614c, U+621a, U+6237, U+6284, U+6296, U+62e9, U+632a-632b, U+634f, U+6488, U+6500, U+652a, U+6556, U+65e0, U+65ec, U+6643, U+679a, U+6850, U+6893, U+6897, U+68b3, U+68d5, U+6930, U+6960, U+6a11, U+6a38, U+6a3a, U+6b22, U+6b67, U+6b6a, U+6c59, U+6c83, U+6ccc, U+6df5, U+6ef7, U+6f3e, U+6f80, U+70ed, U+7164, U+722a, U+7260, U+7272, U+73b0, U+74ca, U+74e3, U+7538, U+7586, U+75b5, U+7624, U+7661-7662, U+7838, U+786e, U+788c, U+7950, U+79a6, U+79aa, U+7a40, U+7a62, U+7bf7, U+7c3e, U+7c98, U+7ca5, U+7d21, U+7d2e, U+7dba, U+7dec, U+7e79, U+7ecf, U+7edf, U+7f79, U+8086, U+810a, U+8139, U+813e, U+817a, U+81b3, U+821f, U+8247, U+8259, U+8271, U+8431, U+846c, U+849c, U+84b2, U+84c4, U+8513-8514, U+8549, U+8755, U+8877, U+8881, U+88f9, U+8a1d, U+8a3c, U+8a6d-8a6e, U+8a93, U+8ae7, U+8af7, U+8b17, U+8b5a, U+8ba1, U+8bba, U+8cdc, U+8dea, U+8f6c, U+8f7d, U+8fc7, U+8fd9, U+902e, U+90ca, U+916a, U+916c, U+921e, U+9245, U+947c, U+9594, U+95a8, U+95ee, U+95f4, U+9706, U+971e, U+9756, U+980c, U+9891, U+98b1, U+98fc, U+9903, U+9957, U+99ae, U+99ff, U+9db4, U+e602-e605, U+e611, U+ff16-ff19;
}
/* [106] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.106.woff2) format('woff2');
  unicode-range: U+a5, U+2190-2191, U+2193, U+22c1, U+2302, U+25cb, U+2699, U+2709, U+4e0e, U+4e18, U+4e3a, U+4e48, U+4e91, U+4eec, U+4f3d, U+5112, U+524a, U+52a3, U+52ab, U+52c3, U+52f3, U+52fb, U+5320, U+5339, U+533f, U+53e2, U+543e, U+5480, U+5495, U+5497, U+5564, U+5572, U+55c6, U+55ef, U+563b, U+5653, U+5657, U+56b7, U+5764, U+5824, U+58d8, U+5955, U+5983, U+598d, U+59a8, U+59da, U+59e6, U+5a36, U+5bb5, U+5bc2, U+5bee, U+5bf9, U+5cb3, U+5d17, U+5dbc, U+5e2e, U+6070, U+60df, U+6190, U+61a4, U+61be, U+61fc, U+62ac, U+62bc, U+636e, U+6398, U+63a9, U+6435, U+6487, U+6495, U+64ab, U+64bf, U+6577, U+65ac, U+6602, U+6652, U+66f9, U+672d, U+6761, U+683d, U+68ad, U+68b5, U+68da, U+68e7, U+6a59, U+6a61, U+6ae5, U+6b47, U+6bef, U+6c50, U+6c9b, U+6e23, U+6e34, U+6e4a, U+6e67, U+6ea2, U+6eb6, U+6f20, U+6feb, U+7149, U+714c, U+715e, U+7199, U+71ac, U+7231, U+7262, U+7409, U+745f, U+7469, U+7504, U+7535, U+753a, U+75f4, U+7682, U+76ba, U+76f2, U+77fd, U+780d, U+7832, U+78c5, U+78ef, U+7901, U+79be, U+79c9, U+79e6, U+7a1a, U+7a84, U+7aca, U+7cb5, U+7cb9, U+7cdf, U+7ce7, U+7d6e, U+7db1, U+7def, U+7e61, U+7e7d, U+7e8f, U+7f38, U+7f77, U+7fa8, U+7fc5, U+7fe1, U+7ff9, U+800d, U+8015, U+8054, U+80a2, U+80aa, U+80ba, U+814e, U+8180, U+819d, U+81c0, U+828b, U+82ad, U+82af, U+83f1, U+83f8, U+8403, U+8475, U+84bc, U+84c9, U+84ec, U+8523, U+8569, U+8591, U+85b0, U+86d9, U+8774, U+881f, U+884d, U+88d4, U+89c4, U+89c6, U+8a60, U+8a79, U+8b19, U+8bd5, U+8bf7, U+8c03, U+8c79, U+8cc8, U+8d9f, U+8e10, U+8e48, U+8faf, U+9009, U+9017, U+9175, U+9187, U+918b, U+91d8, U+9214, U+946b, U+9470, U+9640, U+9675, U+96ef, U+9716, U+97cb, U+97e9, U+985b, U+99b3, U+9b4f, U+9d09, U+9e9f, U+9edb, U+9f90, U+ff05, U+ff14, U+1f464;
}
/* [107] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.107.woff2) format('woff2');
  unicode-range: U+25ce, U+4e08, U+4e2a, U+4e56, U+4e9a, U+4ea8, U+4ead, U+4ec7, U+4f3a, U+4f51, U+4f62, U+4faf, U+507d, U+5098, U+50ac, U+5147, U+5173, U+5187, U+51f8, U+52a1, U+52a8, U+52f8, U+535c, U+53ed, U+541e, U+5435, U+5475, U+54a9, U+54c0, U+54c7, U+5589, U+5605, U+5690, U+5733, U+5782, U+57c3, U+5858, U+5893, U+589c, U+58e2, U+5974, U+599e, U+59a5, U+59ec, U+5b66, U+5b99, U+5b9d, U+5c2c, U+5c48, U+5c65, U+5cfd, U+5d0e, U+5dba, U+5de2, U+5e06, U+5e15, U+5ec1, U+5ed6, U+5f00, U+5f4c, U+5f65, U+6055, U+609f, U+60b6, U+6241, U+624e, U+626f, U+6291, U+62cc, U+62d3, U+62d8, U+62da, U+62fe, U+6349, U+6367, U+63ea, U+6454, U+64a4, U+64b2, U+64bc, U+64c5, U+64ce, U+6558, U+6572, U+65a5, U+65e8, U+65ed, U+6606, U+6614, U+6670, U+6688, U+673a, U+674f, U+6770, U+6795, U+68cb, U+6912, U+6953, U+6aac, U+6aaf, U+6ab8, U+6b20, U+6b96, U+6bbf, U+6bc5, U+6c6a, U+6cbe, U+6d59, U+6d78, U+6dc7, U+6deb, U+6e7e, U+6e9c, U+6f3f, U+6f51, U+6f70, U+6f84, U+704c, U+7051, U+70ab, U+70ad, U+70f9, U+7119, U+714e, U+71d9, U+71e5-71e6, U+72c4, U+72d0, U+72e0, U+7334, U+744b, U+7455, U+74f7, U+7529, U+75ab, U+75b2, U+766e, U+76c3, U+76fc, U+76fe, U+7891, U+7948, U+7a74, U+7b28, U+7c60, U+7c72, U+7cca, U+7ebf, U+7f55, U+7ff0, U+8154, U+81c2, U+81d8, U+81e3, U+81e5, U+8292, U+8299, U+8302, U+8304, U+8332, U+83c1, U+83c7, U+83ca, U+845b, U+8490, U+85af, U+8650, U+8667, U+8abc, U+8b0e, U+8b39, U+8bed, U+8c54, U+8c6b, U+8c9e, U+8ca7, U+8caa-8cab, U+8ce6, U+8cec-8ced, U+8eb2, U+8eba, U+8fb0, U+901d, U+908f, U+9127, U+91c0, U+9215, U+92b3, U+932b, U+93fd, U+95ca, U+964c, U+96c0, U+970d, U+9774, U+97fb, U+9812, U+9817, U+9913, U+9935, U+99c1, U+9b31, U+9d5d, U+9d6c, U+9e79, U+fe0f, U+fe30, U+ff0b, U+ff10, U+ff15;
}
/* [108] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.108.woff2) format('woff2');
  unicode-range: U+b0, U+926, U+928, U+939, U+93f-940, U+94d, U+200b, U+22ef, U+25ba, U+25c6, U+2665, U+4e4f, U+4e59, U+4f0d, U+4f0f, U+4f19, U+4f59, U+4fae, U+5075, U+50b2, U+50b5, U+511f, U+5141, U+5146, U+514c, U+5185, U+51dd, U+51fd, U+522e, U+5319, U+533a, U+5378, U+53ad, U+53c9, U+53d1, U+53d4, U+543b, U+5442, U+5446, U+5481, U+54e9, U+5507, U+5565, U+559a, U+55aa, U+5606, U+56ca, U+56fe, U+582a, U+58fa, U+5915, U+5949, U+5962, U+5996, U+59fb, U+5a77, U+5b0c, U+5b5f, U+5bd3, U+5be2, U+5bfa, U+5c41, U+5ca9, U+5d07, U+5ec8, U+5eca, U+5f18, U+5f4e, U+5f59, U+5f6d, U+5f79, U+5fb9, U+6028, U+6062, U+6068, U+606d, U+6094, U+60f1, U+6108-6109, U+614e, U+6170, U+617e, U+61b2, U+61f8, U+6247, U+626d, U+6276, U+62ab, U+62cb, U+62f3, U+6368, U+6380, U+6492, U+64b0, U+64e0, U+6570, U+660f, U+6649, U+6691, U+66a8, U+6749, U+67f1, U+67f3-67f4, U+6842, U+6851, U+687f, U+68df, U+69fd, U+6a58, U+6c27, U+6c88, U+6cca, U+6cdb, U+6d29, U+6d66, U+6daf, U+6f01, U+6f06, U+6f58, U+6f62, U+6f6d, U+6fa1, U+6ff1, U+6ffe, U+7058, U+70ae, U+7235, U+7267, U+73ca, U+742a, U+758f, U+75bc, U+76c6, U+7740, U+7955, U+7a00, U+7a3b, U+7b4b, U+7bad, U+7be9, U+7c4c, U+7cfe, U+7dbf, U+7e2b, U+7e31, U+7f9e, U+7fc1, U+7ffc, U+8096, U+809d, U+80de, U+8108, U+8155, U+816b, U+81df, U+8277, U+82bd, U+8352, U+8393, U+8404, U+8525, U+856d, U+8587, U+8606, U+868a, U+8776, U+87ba, U+87f9, U+886b, U+8870, U+88d5, U+896a, U+896f, U+8a23, U+8a87, U+8ad2, U+8b00, U+8b20, U+8cb8, U+8cca, U+8ce0, U+8d39, U+8d6b, U+8d81, U+8db4, U+8e29, U+8ef8, U+8f1b, U+8f5f, U+8fa8, U+906e, U+9077, U+90aa, U+90b1, U+90c1, U+9165, U+919c, U+92c1, U+95d6, U+95e8, U+975a, U+98c6, U+9ecf, U+9f0e, U+9f52, U+feff, U+ff06, U+ff0a, U+ff12-ff13;
}
/* [109] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.109.woff2) format('woff2');
  unicode-range: U+627-629, U+631, U+639, U+644, U+64a, U+25cf, U+2606, U+2764, U+3008-3009, U+4e1f, U+4e38, U+4e43, U+4ed5, U+4ef0, U+4eff, U+4fb6, U+4fe0, U+5085, U+50a2, U+50be, U+5118, U+5211-5212, U+5272, U+52fe, U+5366, U+53b2, U+53ec, U+54ac, U+5587, U+55b5, U+561b, U+5751, U+576a, U+57cb, U+58ef, U+592f, U+594f, U+5951, U+5954, U+596e, U+59d1, U+5ac1, U+5acc, U+5b8b, U+5c4d, U+5c6f, U+5ca1, U+5d29, U+5de1, U+5dfe, U+5e7d, U+5edf, U+5ef7, U+5f7c, U+5f81, U+5fa1, U+5faa, U+5fcc, U+5ffd, U+6021, U+6046, U+6155, U+6212, U+62b9, U+6316, U+6350, U+6478, U+647a, U+6490, U+64e6, U+6524, U+6591, U+659c, U+65a4, U+65e6, U+65f6, U+6607, U+6674, U+6765, U+679d, U+68a8, U+6b3a, U+6c57, U+6c61, U+6c90, U+6cbf, U+6d69, U+6db5, U+6dcb, U+6dd1, U+6e21, U+70d8, U+71c3, U+71d5, U+722c, U+727d, U+72ac, U+72fc, U+731c, U+7336, U+7344, U+7384, U+73ab, U+7433-7434, U+745c, U+7470, U+758a, U+75d5, U+7652, U+76c8, U+76e7, U+7709, U+7720, U+7747, U+7763, U+77ac-77ad, U+7802, U+78a7, U+78a9, U+78b3, U+78c1, U+78da, U+7926, U+796d, U+798d, U+7aae, U+7b52, U+7c92, U+7d68, U+7d81, U+7e5e, U+7e69, U+7e73, U+7f50, U+7f70, U+7f75, U+8058, U+8070, U+80c3, U+8105-8106, U+8179, U+818f, U+81a9, U+81ed, U+820c-820d, U+82d1, U+838e, U+83cc, U+8461, U+84b8, U+852c, U+857e, U+85e4, U+863f, U+8679, U+86c7, U+8702, U+8896, U+88c2, U+88f8, U+8af8, U+8b7d, U+8ca2, U+8cc0, U+8d64, U+8d74, U+8d99, U+8e5f, U+8e8d, U+8ecc, U+8ed2, U+8fb1, U+8fc5, U+9022, U+9038, U+903e, U+905c, U+9072, U+9081, U+9189, U+9234, U+92d2, U+934a, U+95a3, U+962a, U+9646, U+9676, U+96d5, U+971c, U+9838, U+9875, U+98c4, U+99db, U+9a45, U+9a5f, U+9a6c, U+9ad2, U+9cf4, U+9d28, U+9daf, U+9df9, U+9e7d, U+9f9c, U+ff11, U+ff1e;
}
/* [110] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.110.woff2) format('woff2');
  unicode-range: U+2500, U+25bc, U+4e95, U+4f50, U+4f54, U+4f69, U+4fc4, U+4fca, U+5009, U+50bb, U+5154, U+51cc, U+528d, U+5291, U+52d2, U+52e4, U+5353, U+5360, U+540a-540b, U+5410, U+54f2, U+5510, U+5514, U+5537, U+558a, U+55ac, U+5617, U+56fd, U+573e, U+5766, U+5783, U+57d4, U+5806, U+5821, U+5857, U+5875, U+58f9, U+596a, U+59ae, U+59c6, U+59ca, U+59ff, U+5a03, U+5ae9, U+5b64, U+5bb4, U+5c3f, U+5e16, U+5e45, U+5e72, U+5ec9, U+5f90-5f92, U+6012, U+6016, U+6084-6085, U+6089, U+60a0, U+60a3, U+60b2, U+60d1, U+60f9, U+6148, U+6158, U+6191, U+626e, U+62d4, U+632f, U+633a, U+6355, U+63aa, U+642c, U+64a5, U+64cb, U+6566, U+6575, U+6597, U+660c, U+66b1, U+66ec, U+6731, U+6735, U+675c, U+67ef, U+6846, U+6876, U+6881, U+68af-68b0, U+68c9, U+6905, U+6b98, U+6bc0, U+6beb, U+6c0f, U+6c1b, U+6c41, U+6ce5, U+6cf3, U+6d25, U+6d2a, U+6d3d, U+6d6e, U+6dd8, U+6dda, U+6dfa, U+6e9d, U+6eaa, U+6ec5, U+6ecb, U+6ef4, U+6f0f, U+6f32, U+707d, U+708e, U+7092, U+716e, U+723a, U+731b, U+7345, U+7375, U+7378, U+73b2, U+74e6, U+75be, U+75de, U+764c, U+76dc, U+788e, U+7897, U+789f, U+78b0, U+790e, U+7965, U+7a4e, U+7aa9, U+7c43, U+7d17, U+7dd2, U+7e96, U+7f51, U+7f69, U+7f72, U+7fd4, U+7fe0, U+8017, U+80a9, U+80d6, U+8102, U+8150, U+8178, U+81bd, U+829d, U+82ac, U+8303, U+840c, U+8482, U+8499, U+85a9-85aa, U+883b, U+8861, U+88c1, U+88cf, U+88d9, U+8a3a, U+8a98, U+8aee, U+8c8c, U+8ce2, U+8d0f, U+8da8, U+8dcc, U+8e0f, U+8e22, U+8f1d, U+8f29, U+8fad, U+9003, U+9006, U+903c, U+904d, U+9059, U+9075, U+90ce, U+90ed, U+9130, U+91ac, U+91e3, U+9285, U+9298, U+92ea, U+9326, U+937e, U+93c8, U+95c6, U+9677, U+9727, U+994b, U+99a8, U+99d0, U+9a30, U+9a37, U+9b42, U+9b45, U+9d3b, U+9e7f, U+9ee8, U+9f3b, U+c5b4;
}
/* [111] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.111.woff2) format('woff2');
  unicode-range: U+5e, U+2502, U+2605, U+4e32, U+4e58, U+4ea1, U+4ef2, U+4f2f-4f30, U+4f75, U+4fd7, U+4ff1, U+501f, U+5049, U+5074, U+5091, U+5144, U+517c, U+51c6, U+51cd, U+5269-526a, U+52aa, U+52c1, U+52c7, U+52df, U+5377, U+541b, U+5439, U+5440, U+5448, U+54aa, U+54e6, U+54ed, U+5674, U+5687, U+585e, U+588a, U+58a8, U+58c1, U+5925, U+5948, U+5999, U+59b3, U+5a1c, U+5a46, U+5b54, U+5b5d, U+5b6b, U+5b8f, U+5bd2, U+5be9, U+5c0a, U+5c16, U+5c46, U+5cf0, U+5e25, U+5e3d, U+5e79, U+5ee2, U+5f04, U+5f31, U+5fcd, U+5fe0, U+60dc, U+6163, U+616e, U+6182, U+61f6, U+622a, U+6258, U+6293, U+62c6, U+62d2, U+6372, U+63da, U+63ed-63ee, U+6416, U+6458, U+649e, U+64ec, U+64f4, U+651c, U+65cb, U+65e2, U+65fa, U+6628, U+6668, U+66a2, U+66c9, U+66fc, U+6717, U+67cf, U+67d4, U+6817, U+6885, U+69cd, U+6a6b, U+6afb, U+6b32, U+6b49, U+6bbc, U+6c89, U+6c96, U+6cc9, U+6d1b, U+6d1e, U+6dfb, U+6efe, U+6f38, U+6f5b, U+6f64, U+6f8e, U+6fa4, U+7070, U+70b8, U+70cf, U+70e4, U+7159, U+7169, U+7210, U+721b, U+7238, U+737b, U+73bb, U+746a, U+7483, U+74dc, U+74f6, U+7518, U+756a, U+75c7, U+775b, U+78e8, U+7919, U+7956, U+795d, U+7a0d, U+7bc9, U+7c97, U+7cd5, U+7d10, U+7d1b, U+7de9, U+7dfb, U+7e3e, U+7e6a, U+7f6a, U+7f8a, U+7fbd, U+8000, U+8036, U+809a, U+80ce, U+80e1, U+80f8, U+8170, U+819c, U+8216, U+8239, U+8266, U+827e, U+82b3, U+8377, U+83ab, U+85c9, U+865b, U+8766, U+87a2, U+87f2, U+8972, U+8a17, U+8a50, U+8a95, U+8b02, U+8b6f, U+8c6c, U+8ca9, U+8cfa, U+8d95, U+8de1, U+8f14, U+8f9b, U+8fa3, U+8feb, U+8ff4, U+9010, U+901b, U+905e, U+9080, U+912d, U+9177, U+91c7, U+9336, U+9451, U+947d, U+963b, U+966a, U+9670, U+9769, U+9813, U+98fd, U+99d5, U+9a19, U+9b27, U+9b6f, U+9ece, U+9ed8, U+9f13, U+9f20, U+ad6d, U+d55c;
}
/* [112] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.112.woff2) format('woff2');
  unicode-range: U+201c-201d, U+203b, U+2192, U+25b2, U+300f, U+4e01, U+4e39, U+4e73, U+4e88, U+4e8e, U+4ed9, U+4f0a, U+4f38, U+4f5b, U+4fc3, U+500d, U+504f, U+5076-5077, U+5100, U+5104, U+5132, U+5175, U+5192, U+51a0, U+51ac, U+51e1, U+51f1, U+5200, U+5224, U+5237-5238, U+523a, U+526f, U+5289, U+52de, U+52f5, U+5371, U+539a, U+53e5, U+540e, U+547c, U+552f, U+5531, U+5634, U+56c9, U+56f0, U+574a, U+5761, U+57f7, U+57f9, U+5805, U+5851, U+5854, U+586b, U+58fd, U+592e, U+5967, U+59bb, U+59d3, U+5a18, U+5b30, U+5b55, U+5b87, U+5b97, U+5be7, U+5bec, U+5bf8, U+5c24, U+5cb8, U+5df7, U+5e1d, U+5e2d, U+5e7b, U+5f1f, U+5f70, U+5fd9, U+61b6, U+6234, U+62b5, U+62d6, U+62dc, U+62fc, U+6383, U+63cf, U+63d2, U+63e1, U+640d, U+64cd, U+64fa, U+64fe, U+654f, U+6562, U+656c, U+65c1, U+65d7, U+6620, U+6676, U+6697, U+66ab, U+66c6, U+66dd, U+66ff, U+671d, U+672b, U+677e, U+67d0, U+67d3, U+68c4, U+690d, U+694a, U+695a, U+6ac3, U+6b04, U+6b23, U+6b78, U+6b8a, U+6c60, U+6d74, U+6d89, U+6db2, U+6dbc, U+6de1, U+6df7, U+6e38, U+6e6f, U+6f02, U+6fc3, U+6fd5, U+70c8, U+7126, U+718a, U+723d, U+7246, U+72af, U+73cd, U+760b, U+7626, U+7687, U+79df, U+7a05, U+7a3f, U+7a69, U+7af6, U+7c3d, U+7c3f, U+7c4d, U+7cd6, U+7d0b, U+7d2b, U+7de3, U+7e2e, U+8010, U+808c, U+80a5, U+80af, U+812b, U+817f, U+819a, U+82d7, U+8389-838a, U+83f2, U+840a, U+8463, U+8521, U+8584, U+860b, U+864e, U+871c, U+878d, U+885d, U+8932, U+89f8, U+8a69, U+8afe, U+8b5c, U+8c37, U+8c46, U+8cbf, U+8cd3, U+8cf4, U+8d08, U+8d0a, U+8ddd, U+8fea, U+9014, U+9055, U+907a, U+9178, U+92fc, U+934b, U+9396, U+93ae, U+9583, U+9663, U+96bb, U+9707, U+9738, U+9846, U+9905, U+9a0e, U+9aa8, U+9b25, U+9b3c, U+9ce5, U+9cf3, U+9ea5, U+9eb5, U+9f4a, U+9f61, U+ff0d;
}
/* [113] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.113.woff2) format('woff2');
  unicode-range: U+3c, U+d7, U+300e, U+4e4e, U+4e82, U+4e92, U+4ec1, U+4ecd, U+4f48, U+4f53, U+4fb5, U+5012, U+502b, U+522a, U+52dd, U+52ff, U+532f, U+53eb, U+53f3, U+5409, U+5433, U+5496, U+54c8, U+554a, U+5561, U+5594, U+559d, U+56b4, U+56fa, U+5713, U+5750, U+57df, U+584a, U+58c7, U+58de, U+593e, U+5976, U+59d0, U+59d4, U+5a66, U+5b85, U+5b88, U+5ba3, U+5bae, U+5bbf, U+5bdf, U+5c01, U+5c04, U+5c3a, U+5c3e, U+5c4f, U+5ddd-5dde, U+5de8, U+5e63, U+5e7c, U+5e8a, U+5eda, U+5ef3, U+5ef6, U+5f48, U+6015, U+6025, U+602a, U+6050, U+6069, U+60e1, U+6162, U+6176, U+61c2, U+6200, U+6263, U+6279, U+6297, U+62b1, U+62bd, U+62ec, U+6311, U+6377, U+6388-6389, U+638c, U+63a2, U+63f4, U+641e, U+6436, U+64c1, U+6551, U+6557, U+6563, U+6696, U+66b4, U+66f2, U+6751, U+675f, U+676f, U+6790, U+6838, U+684c, U+68d2, U+6982, U+699c, U+69ae, U+69cb, U+6a39, U+6a4b, U+6b66, U+6bd2, U+6cb3, U+6ce1, U+6d3e, U+6de8, U+6ed1, U+6f22, U+6f54, U+6fc0, U+6fdf, U+719f, U+71c8, U+7236, U+7259, U+72d7, U+7389, U+73e0, U+745e, U+751a, U+7532-7533, U+7562, U+7591, U+75c5, U+75db, U+7686, U+76d2, U+76db, U+76df, U+76e3, U+7701, U+7761, U+786c, U+7981, U+79cb, U+79d2, U+79fb, U+7a81, U+7a97, U+7aef, U+7b26, U+7b80, U+7c64, U+7d0d, U+7d14, U+7d2f, U+7dca, U+7df4, U+7e54, U+7e6b, U+7f3a, U+8033, U+804a, U+805a, U+81a0, U+81e8, U+8212, U+821e, U+82e6, U+8336, U+8449, U+84cb, U+84ee, U+85e5, U+8607, U+888b, U+8a13, U+8a5e, U+8aa0, U+8aa4, U+8ab0, U+8ab2, U+8ac7, U+8b66, U+8c6a, U+8c93, U+8c9d, U+8de8, U+8f2a, U+8fb2, U+906d, U+907f, U+90a6, U+9109, U+9192, U+91cb, U+91dd, U+964d, U+9686, U+968e, U+9694, U+969c, U+96de, U+96e8, U+96ea, U+96f7, U+975c, U+9760, U+978b, U+9858, U+9918, U+9aee, U+9ebb, U+ff0e-ff0f, U+ff5c;
}
/* [114] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.114.woff2) format('woff2');
  unicode-range: U+b7, U+2022, U+2027, U+3042, U+3044, U+3046, U+3048, U+304a-3050, U+3053-3057, U+3059-305b, U+305d-3061, U+3063-306c, U+306e-3079, U+307b, U+307d-307f, U+3082-308d, U+308f, U+3092-3093, U+30a1-30a4, U+30a6-30c1, U+30c3-30c4, U+30c6-30e1, U+30e3-30ed, U+30ef, U+30f3, U+30fb-30fc, U+4e7e, U+4ea6, U+4eac, U+4f34, U+50b7, U+51b0, U+523b, U+5283, U+5348, U+5354, U+54e5, U+5708, U+590f, U+592b, U+599d, U+59b9, U+5a01, U+5a5a, U+5de7, U+5e78, U+5e9c, U+5fb5, U+6167, U+61f7, U+627f, U+63a1, U+64d4, U+65bd, U+68ee, U+6b4c, U+6bba, U+6c5f, U+6d0b, U+6d6a, U+6e1b, U+6e56, U+6f6e, U+71d2, U+722d, U+72c2, U+751c, U+7530, U+7642, U+76e1, U+79c0, U+7adf, U+7af9, U+7d9c, U+7da0, U+7e23, U+7e41, U+8056, U+8173, U+822a, U+8349, U+83dc, U+8840, U+885b, U+8907, U+8a34, U+8cb4, U+8dd1, U+8fd4, U+8ff0, U+93e1, U+984f, U+98ef, U+9b54;
}
/* [115] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.115.woff2) format('woff2');
  unicode-range: U+23-25, U+3d, U+2026, U+4e03, U+4e45, U+4e5d, U+4eae, U+4ed4, U+4ed8, U+4f01, U+4f11, U+4f3c, U+4f8b, U+4fc2, U+5019, U+505c, U+50c5, U+5145, U+51b7, U+5207, U+521d, U+525b, U+5287, U+52e2, U+535a, U+537b, U+5426, U+542b, U+5438, U+5462, U+54ea, U+555f, U+5566, U+5584, U+5609, U+570d, U+571f, U+5747, U+5802, U+58d3, U+591c, U+5920, U+5922, U+5957, U+5979, U+5a92, U+5abd, U+5b63, U+5b69, U+5b83, U+5b9c, U+5bb3, U+5bc4, U+5bf5, U+5c3c, U+5c40, U+5c4b, U+5c64, U+5cf6, U+5de6, U+5e0c, U+5e55, U+5eab, U+5ead, U+5ee0, U+5f85, U+5f8b, U+5fa9, U+5fd7-5fd8, U+5ff5, U+600e, U+6298, U+62db, U+62ff, U+639b, U+63a7, U+642d, U+6469, U+64ad, U+651d, U+653b, U+65b7, U+65cf, U+665a, U+666e, U+66fe, U+6728, U+674e, U+67b6, U+6821, U+6839, U+6843, U+6a94, U+6b50, U+6b62, U+6b72, U+6b7b, U+6bcd, U+6bdb, U+6c38, U+6c7a, U+6c7d, U+6c99, U+6cb9, U+6ce2, U+6cf0, U+6d17, U+6d32, U+6e2c, U+6fb3, U+7206, U+723e, U+725b, U+734e, U+7387, U+73ed, U+7565, U+7570, U+76ca, U+76e4, U+773e, U+77ed, U+77f3, U+7814, U+7834, U+7968, U+79d8, U+7a76, U+7a7f, U+7b11, U+7b46, U+7b54, U+7bc4, U+7d19, U+7d20, U+7d22, U+7d42, U+7d55, U+7e7c, U+7f85, U+7ffb, U+8077, U+8089, U+80cc, U+81c9, U+81f4, U+81fa, U+820a, U+822c, U+826f, U+85cd, U+86cb, U+88dc, U+8986, U+8a0e, U+8a2a, U+8a73, U+8a8c, U+8b1b, U+8b9a, U+8c50, U+8c61, U+8ca0, U+8cde, U+8cfd, U+8d8a, U+8df3, U+8e64, U+8ecd, U+8edf, U+8f38, U+8ff7, U+9000, U+9047, U+9060, U+90f5, U+9152, U+91ce, U+9280, U+9418, U+9435, U+9589, U+9592, U+9678, U+967d, U+968a, U+96aa, U+96c5, U+96d6, U+96dc, U+96f6, U+9732, U+9748, U+9802, U+9806, U+9808, U+9818, U+983b, U+984d, U+9867, U+98db, U+98f2, U+98fe, U+9a5a, U+9b06, U+9b5a, U+9bae, U+9e97, U+ff1b, U+ff5e;
}
/* [116] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.116.woff2) format('woff2');
  unicode-range: U+26, U+40, U+5f, U+4e14, U+4e9e, U+4ec0, U+4f4e-4f4f, U+4f73, U+4fee, U+503c, U+5047, U+514b, U+516b, U+516d, U+5178, U+520a, U+5236, U+5343, U+5347, U+534a, U+5370, U+53cd, U+53e4, U+53e6, U+53f2, U+5403, U+5411, U+5427, U+5468, U+5473, U+547d, U+552e, U+55ce, U+5740, U+57ce, U+5883, U+589e, U+5931, U+5947, U+59cb, U+5a1b, U+5b58, U+5b98, U+5ba4, U+5bc6, U+5bcc, U+5beb, U+5bf6, U+5c45, U+5c6c, U+5dee, U+5df4, U+5e03, U+5e33, U+5e6b, U+5e7e, U+5e8f, U+5e95, U+5ea7, U+5f15, U+5f62, U+5f69, U+5f80, U+5fae, U+5fb7, U+601d, U+60e0, U+614b, U+6230, U+6236, U+623f, U+628a, U+6295, U+62c9, U+6309, U+63db, U+64c7, U+64ca, U+64da, U+652f, U+6545, U+6548, U+65af, U+65e9, U+6625, U+666f, U+667a, U+670b, U+671b, U+6750, U+677f, U+6848, U+6975, U+6a13, U+6a21, U+6aa2, U+6b65, U+6b77, U+6bb5, U+6cc1, U+6ce8, U+6df1, U+6e90, U+6e96, U+6eab, U+6f14, U+6f2b, U+700f, U+706b, U+724c, U+72c0, U+7368, U+7372, U+74b0, U+756b, U+76ae, U+773c, U+78ba, U+78bc, U+798f, U+79ae, U+7a4d, U+7ae5, U+7b56, U+7b97, U+7bb1, U+7bc7, U+7c73, U+7c89, U+7d00, U+7d30, U+7d39, U+7d72, U+7dad, U+7e8c, U+7f6e, U+7fa4, U+7fa9, U+7fd2, U+8003, U+807d, U+80a1, U+80b2, U+8166, U+8208-8209, U+82e5, U+843d, U+85cf, U+85dd, U+862d, U+8857, U+8863, U+88e1, U+89ba, U+89d2, U+8a31, U+8a62, U+8a66, U+8a72, U+8abf, U+8b1d, U+8b58, U+8b70, U+8b80, U+8ca1, U+8ca8, U+8cac, U+8cbc, U+8d70, U+8da3, U+8db3, U+8ddf, U+8f03, U+8f15, U+8f2f, U+8fa6, U+8fce, U+8ffd, U+900f, U+9031, U+9069, U+908a, U+91ab, U+91cc, U+92b7, U+9322, U+932f, U+9375, U+9632, U+963f, U+9644, U+9662, U+9673, U+96a8, U+96c4, U+96d9, U+96e2-96e3, U+96f2, U+9752, U+97d3, U+97ff, U+9805, U+9810, U+986f, U+990a, U+9910, U+9928, U+9ec3, U+9ed1, U+9f8d;
}
/* [117] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.117.woff2) format('woff2');
  unicode-range: U+3e, U+7e, U+3000, U+300a-300b, U+3010-3011, U+4e16, U+4e26, U+4e94, U+4e9b, U+4ea4, U+4eca-4ecb, U+4efb, U+4efd, U+4f46, U+4f55, U+4f9b, U+4f9d, U+4fbf, U+505a, U+5065, U+5099, U+50cf, U+50f9, U+512a, U+5143, U+5148, U+514d, U+5152, U+5169, U+5171, U+5177, U+518a, U+5217, U+5225, U+5247, U+5275, U+529f, U+52a9, U+5305, U+5341, U+5357, U+5361, U+5373, U+53bb, U+53c3, U+53c8, U+53d6-53d7, U+53e3, U+53ea, U+53f8, U+5404, U+559c, U+5668, U+56db, U+56e0, U+5712, U+5718, U+578b, U+57fa, U+58eb, U+592a, U+5c0b, U+5c0e, U+5c11, U+5c1a, U+5c55, U+5c71, U+5df1, U+5e2b, U+5e36, U+5e97, U+5eb7, U+5ee3, U+5efa, U+5f35, U+5f37, U+5f88, U+5f9e, U+5fc5, U+606f, U+60a8, U+6232, U+624d, U+6253, U+627e, U+6280, U+62cd, U+6301, U+6307, U+6392, U+63a5, U+6539, U+653e-653f, U+6559, U+6574, U+65c5, U+6613, U+66f8, U+672a, U+6797, U+67e5, U+6a19, U+6a23, U+6b61, U+6bcf, U+6bd4, U+6c11, U+6c42, U+6d41, U+6d77, U+6d88, U+6e05, U+6e2f, U+6eff, U+7136, U+7167, U+71df, U+738b, U+73a9, U+7403, U+7531, U+7537, U+754c, U+7559, U+767d-767e, U+76f4, U+793a, U+795e, U+79c1, U+79d1, U+7a2e, U+7a31, U+7a7a, U+7ae0, U+7ba1, U+7bc0, U+7c21, U+7cfb, U+7d04-7d05, U+7d1a, U+7d44, U+7d66, U+7d71, U+7de8, U+7e3d, U+8001, U+800c, U+805e, U+8072, U+81f3, U+82b1, U+82f1, U+83ef, U+842c, U+8457, U+85a6, U+8655, U+8853, U+88ab, U+88dd, U+88fd, U+897f, U+898f, U+89aa, U+89bd, U+89c0, U+89e3, U+8a02, U+8a3b, U+8a55, U+8a8d, U+8a9e, U+8ad6, U+8b49, U+8b77, U+8b8a, U+8b93, U+8cb7, U+8ce3, U+8cea, U+8cfc, U+8f09, U+8fd1, U+9001, U+901f-9020, U+9054, U+90a3, U+914d, U+91cf, U+9304, U+95b1, U+9650, U+9664, U+969b, U+96b1, U+96c6, U+9700, U+975e, U+97f3, U+98a8, U+98df, U+9999, U+99ac, U+9a57, U+9ebc;
}
/* [118] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.118.woff2) format('woff2');
  unicode-range: U+d, U+2b, U+7c, U+a0, U+a9, U+300c-300d, U+4e09, U+4e3b, U+4e4b, U+4e5f, U+4e86, U+4e8b-4e8c, U+4eab, U+4ed6, U+4ee3-4ee4, U+4ef6, U+4f1a, U+4f4d, U+4f60, U+4f7f, U+4f86, U+4fdd, U+4fe1, U+5011, U+50b3, U+5149, U+5167, U+5176, U+518d, U+5229, U+524d, U+529b, U+52a0, U+52d9, U+5316-5317, U+5340, U+539f, U+53ca-53cb, U+5408, U+540c-540d, U+544a, U+548c, U+54c1, U+54e1, U+5546, U+554f, U+55ae, U+56de, U+5716, U+5831, U+5834, U+5916, U+5929, U+5973, U+597d, U+5982, U+5b57, U+5b78, U+5b89, U+5b8c, U+5b9a, U+5ba2, U+5bb9, U+5be6, U+5c07-5c08, U+5c0d, U+5c31, U+5de5, U+5df2, U+5e02, U+5e38, U+5e73-5e74, U+5ea6, U+5f0f, U+5f71, U+5f8c, U+5f97, U+5feb, U+6027, U+60c5, U+60f3, U+610f, U+611b, U+611f, U+61c9, U+6210, U+6216, U+6240, U+624b, U+63a8, U+63d0, U+641c, U+6536, U+6578, U+6599, U+65b9, U+660e, U+661f, U+662d, U+66f4, U+670d, U+671f, U+6771, U+679c, U+682a, U+683c, U+689d, U+696d, U+6a02, U+6a5f, U+6b0a, U+6b21, U+6b3e, U+6b64, U+6c23, U+6c34, U+6c92, U+6cbb, U+6cd5, U+6d3b, U+7063, U+7121, U+71b1, U+7247-7248, U+7269, U+7279, U+73fe, U+7406, U+7522, U+7576, U+767b, U+76ee, U+76f8, U+770b, U+771f, U+77e5, U+793e, U+7a0b, U+7acb, U+7ad9, U+7b2c, U+7b49, U+7cbe, U+7d50, U+7d61, U+7d93, U+7dda, U+7f8e, U+8005, U+806f, U+80fd, U+81ea, U+8207, U+8272, U+865f, U+8868, U+8981, U+898b, U+8996, U+8a00, U+8a08, U+8a0a, U+8a18, U+8a2d, U+8a71, U+8aaa, U+8acb, U+8cbb, U+8cc7, U+8d77, U+8d85, U+8def, U+8eab, U+8eca, U+8f49, U+9019-901a, U+9023, U+9032, U+904a-904b, U+904e, U+9053, U+9078, U+9084, U+90e8, U+90fd, U+91cd, U+91d1, U+9577, U+9580, U+9593, U+9762, U+982d, U+984c, U+985e, U+9996, U+9ad4, U+9ad8, U+9ede, U+ff01, U+ff08-ff09, U+ff1f;
}
/* [119] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.119.woff2) format('woff2');
  unicode-range: U+20-22, U+27-2a, U+2c-3b, U+3f, U+41-5d, U+61-7b, U+7d, U+ab, U+ae, U+b2-b3, U+bb, U+bf, U+c9, U+cd, U+d6, U+e0-ef, U+f1-f4, U+f6, U+f9-fa, U+fc-fd, U+101, U+103, U+110-111, U+113, U+12b, U+14d, U+16b, U+1a1, U+1b0, U+1ce, U+300-301, U+1ea1, U+1ea3, U+1ebf, U+1ec7, U+2013-2014, U+2039-203a, U+203c, U+2122, U+3001-3002, U+3113-3114, U+3118, U+311a-3129, U+4e00, U+4e0a-4e0b, U+4e0d, U+4e2d, U+4eba, U+4ee5, U+4f5c, U+500b, U+5165, U+5168, U+516c, U+51fa, U+5206, U+5230, U+52d5, U+53ef-53f0, U+570b, U+5728, U+5730, U+591a, U+5927, U+5b50, U+5bb6, U+5c0f, U+5fc3, U+6211, U+6587, U+65b0, U+65bc, U+65e5, U+662f, U+6642, U+6700, U+6703, U+6708-6709, U+672c, U+6b63, U+70b9-70ba, U+751f, U+7528, U+767c, U+7684, U+7db2, U+884c, U+958b, U+95dc, U+96fb, U+9801, U+ff0c, U+ff1a;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9i1pcekm_y.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9i1nyekm_y.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9i1niekm_y.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9i1ocek.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* [0] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.0.woff2) format('woff2');
  unicode-range: U+1f921-1f930, U+1f932-1f935, U+1f937-1f939, U+1f940-1f944, U+1f947-1f94a, U+1f950-1f95f, U+1f962-1f967, U+1f969-1f96a, U+1f980-1f981, U+1f984-1f98d, U+1f990-1f992, U+1f994-1f996, U+1f9c0, U+1f9d0, U+1f9d2, U+1f9d4, U+1f9d6, U+1f9d8, U+1f9da, U+1f9dc-1f9dd, U+1f9df-1f9e2, U+1f9e5-1f9e6, U+20024, U+20487, U+20779, U+20c41, U+20c78, U+20d71, U+20e98, U+20ef9, U+2107b, U+210c1, U+22c51, U+233b4, U+24a12, U+2512b, U+2546e, U+25683, U+267cc, U+269f2, U+27657, U+282e2, U+2898d, U+29d5a, U+f0001-f0005, U+f0019, U+f009b, U+f0101-f0104, U+f012b, U+f01ba, U+f01d6, U+f0209, U+f0217, U+f0223-f0224, U+fc355, U+fe327, U+fe517, U+feb97, U+fffb4;
}
/* [6] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.6.woff2) format('woff2');
  unicode-range: U+ff78-ff7e, U+ff80-ff86, U+ff89-ff94, U+ff97-ff9e, U+ffb9, U+ffe0-ffe3, U+ffe9, U+ffeb, U+ffed, U+fffc, U+1d7c7, U+1f004, U+1f0cf, U+1f141-1f142, U+1f150, U+1f154, U+1f158, U+1f15b, U+1f15d-1f15e, U+1f162-1f163, U+1f170-1f171, U+1f174, U+1f177-1f178, U+1f17d-1f17f, U+1f192-1f195, U+1f197-1f19a, U+1f1e6-1f1f5, U+1f1f7-1f1ff, U+1f21a, U+1f22f, U+1f232-1f237, U+1f239-1f23a, U+1f250-1f251, U+1f300, U+1f302-1f319;
}
/* [7] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.7.woff2) format('woff2');
  unicode-range: U+fa0a, U+fa0c, U+fa11, U+fa17, U+fa19, U+fa1b, U+fa1d, U+fa26, U+fa2c, U+fb01, U+fdfc, U+fe0e, U+fe33-fe36, U+fe38-fe44, U+fe49-fe51, U+fe54, U+fe56-fe57, U+fe59-fe5c, U+fe5f-fe6a, U+fe8e, U+fe92-fe93, U+feae, U+fecb-fecc, U+fee0, U+feec, U+fef3, U+ff04, U+ff07, U+ff26-ff2c, U+ff31-ff32, U+ff35-ff37, U+ff39-ff3a, U+ff3c, U+ff3e-ff5b, U+ff5d, U+ff61-ff65, U+ff67-ff68, U+ff6a, U+ff6c-ff77;
}
/* [8] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.8.woff2) format('woff2');
  unicode-range: U+f78a-f78c, U+f78e, U+f792-f796, U+f798, U+f79c, U+f7f5, U+f812, U+f815, U+f876, U+f8f5, U+f8f8, U+f8ff, U+f901-f902, U+f904, U+f906, U+f909-f90a, U+f90f, U+f914, U+f918-f919, U+f91b, U+f91d, U+f91f, U+f923, U+f925, U+f92d-f92f, U+f934, U+f937-f938, U+f93d, U+f93f, U+f941, U+f949, U+f94c, U+f94e-f94f, U+f95a, U+f95d-f95e, U+f961-f963, U+f965-f970, U+f974, U+f976-f97a, U+f97c, U+f97e-f97f, U+f981, U+f983, U+f988, U+f98a, U+f98c, U+f98e, U+f996-f997, U+f999-f99a, U+f99c, U+f99f-f9a0, U+f9a3, U+f9a8, U+f9ad, U+f9b2-f9b6, U+f9b9-f9ba, U+f9bd-f9be, U+f9c1, U+f9c4, U+f9c7, U+f9ca, U+f9cd, U+f9d0-f9d1, U+f9d3-f9d4, U+f9d7-f9d8, U+f9dc-f9dd, U+f9df-f9e1, U+f9e4, U+f9e8-f9ea, U+f9f4, U+f9f6-f9f7, U+f9f9-f9fa, U+f9fc-fa01, U+fa03-fa04, U+fa06, U+fa08-fa09;
}
/* [19] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.19.woff2) format('woff2');
  unicode-range: U+9ee5, U+9ee7, U+9eee, U+9ef3-9ef4, U+9ef6-9ef7, U+9ef9, U+9efb-9efd, U+9eff, U+9f07-9f09, U+9f10, U+9f14-9f15, U+9f19, U+9f22, U+9f29, U+9f2c, U+9f2f, U+9f31, U+9f34, U+9f37, U+9f39, U+9f3d-9f3e, U+9f41, U+9f4c-9f50, U+9f54, U+9f57, U+9f59, U+9f5c, U+9f5f-9f60, U+9f62-9f63, U+9f66-9f67, U+9f6a, U+9f6c, U+9f72, U+9f76-9f77, U+9f7f, U+9f84-9f85, U+9f88, U+9f8e, U+9f91, U+9f94-9f96, U+9f98, U+9f9a-9f9b, U+9f9f-9fa0, U+9fa2, U+9fa4, U+9ff0-9fff, U+a1f4, U+a4b0-a4b1, U+a4b3, U+a9c1-a9c2, U+aa31, U+ab34, U+ac00-ac01, U+ac04, U+ac08, U+ac10-ac11, U+ac13-ac16, U+ac19, U+ac1c-ac1d, U+ac24, U+ac70-ac71, U+ac74, U+ac77-ac78, U+ac80-ac81, U+ac83, U+ac8c, U+ac90, U+aca0, U+aca8-aca9, U+acac, U+acb0, U+acb8-acb9, U+acbc-acbd, U+acc1, U+acc4, U+ace0-ace1, U+ace4, U+ace8, U+acf0-acf1, U+acf3, U+acf5, U+acfc;
}
/* [20] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.20.woff2) format('woff2');
  unicode-range: U+9d77, U+9d7a, U+9d7e, U+9d87, U+9d89, U+9d8f, U+9d91-9d93, U+9d96, U+9d98, U+9d9a, U+9da1-9da2, U+9da5, U+9da9, U+9dab-9dac, U+9db1-9db2, U+9db5, U+9db9-9dbc, U+9dbf-9dc2, U+9dc4, U+9dc7-9dc9, U+9dd3, U+9dd6, U+9dd9-9dda, U+9dde-9ddf, U+9de2, U+9de5-9de6, U+9de8, U+9def-9df0, U+9df2-9df4, U+9df8, U+9dfa, U+9dfd, U+9dff, U+9e02, U+9e07, U+9e0a, U+9e11, U+9e15, U+9e18, U+9e1a-9e1b, U+9e1d-9e1e, U+9e20-9e23, U+9e25-9e26, U+9e2d, U+9e2f, U+9e33, U+9e35, U+9e3d-9e3f, U+9e42-9e43, U+9e45, U+9e48-9e4a, U+9e4c, U+9e4f, U+9e51, U+9e55, U+9e64, U+9e66, U+9e6b, U+9e6d-9e6e, U+9e70, U+9e73, U+9e75, U+9e78, U+9e80-9e83, U+9e87-9e88, U+9e8b-9e8c, U+9e90-9e91, U+9e93, U+9e96, U+9e9d, U+9ea1, U+9ea4, U+9ea6, U+9ea9-9eab, U+9ead, U+9eaf, U+9eb4, U+9eb7-9eba, U+9ebe-9ebf, U+9ecc-9ecd, U+9ed0, U+9ed2, U+9ed4, U+9ed9-9eda, U+9edc-9edd, U+9edf-9ee0, U+9ee2;
}
/* [21] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.21.woff2) format('woff2');
  unicode-range: U+9bf0-9bf1, U+9bf5, U+9bf7, U+9bf9, U+9bfd, U+9bff, U+9c02, U+9c06, U+9c08-9c0a, U+9c0d, U+9c10, U+9c12-9c13, U+9c15, U+9c1c, U+9c1f, U+9c21, U+9c23-9c25, U+9c28-9c29, U+9c2d-9c2e, U+9c31-9c33, U+9c35-9c37, U+9c39-9c3b, U+9c3d-9c3e, U+9c40, U+9c42, U+9c45-9c49, U+9c52, U+9c54, U+9c56, U+9c58-9c5a, U+9c5d, U+9c5f-9c60, U+9c63, U+9c67-9c68, U+9c72, U+9c75, U+9c78, U+9c7a-9c7c, U+9c7f-9c81, U+9c87-9c88, U+9c8d, U+9c91, U+9c94, U+9c97, U+9c9b, U+9ca4, U+9ca8, U+9cab, U+9cad, U+9cb1-9cb3, U+9cb6-9cb8, U+9cc4-9cc5, U+9ccc-9ccd, U+9cd5-9cd7, U+9cdd-9cdf, U+9ce7, U+9ce9, U+9cee-9cf0, U+9cf2, U+9cfc-9cfe, U+9d03, U+9d06-9d08, U+9d0e, U+9d10, U+9d12, U+9d15, U+9d17, U+9d1d-9d1f, U+9d23, U+9d2b, U+9d2f-9d30, U+9d34, U+9d37, U+9d3d, U+9d42, U+9d50, U+9d52-9d53, U+9d59, U+9d5c, U+9d5e-9d61, U+9d6a, U+9d6f-9d70;
}
/* [22] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.22.woff2) format('woff2');
  unicode-range: U+9a87, U+9a8a-9a8b, U+9a8f-9a91, U+9a97, U+9a9a, U+9a9e, U+9aa0-9aa1, U+9aa4-9aa5, U+9aaf-9ab1, U+9ab6-9ab7, U+9ab9-9aba, U+9abe, U+9ac0-9ac5, U+9ac8, U+9acb-9acc, U+9ace-9acf, U+9ad1, U+9ad5-9ad7, U+9ad9, U+9adf, U+9ae1, U+9ae3, U+9aea-9aeb, U+9aed, U+9aef, U+9af2, U+9af4, U+9af9, U+9afb, U+9afd, U+9b03-9b04, U+9b08, U+9b13, U+9b18, U+9b1f, U+9b22-9b23, U+9b28-9b2a, U+9b2c-9b30, U+9b32, U+9b3b, U+9b43, U+9b46-9b49, U+9b4b-9b4e, U+9b51, U+9b55, U+9b58, U+9b5b, U+9b5e-9b60, U+9b63, U+9b68-9b69, U+9b74, U+9b7d, U+9b80-9b81, U+9b83-9b84, U+9b87-9b88, U+9b8a-9b8b, U+9b8d-9b8e, U+9b90, U+9b92-9b95, U+9b97, U+9b9f-9ba0, U+9ba2-9ba3, U+9ba8, U+9bab, U+9bb0, U+9bb8, U+9bc0-9bc1, U+9bc3, U+9bc6-9bc8, U+9bd3-9bd7, U+9bd9, U+9bdb, U+9bdd, U+9be1-9be2, U+9be4-9be5, U+9be7, U+9bea, U+9bed-9bee;
}
/* [23] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.23.woff2) format('woff2');
  unicode-range: U+993c-9940, U+9943-9944, U+9948-994a, U+994c-994e, U+9951, U+9954, U+995c, U+995e-995f, U+9961-9962, U+9965, U+9968, U+996a, U+996d-9972, U+9975-9976, U+997a, U+997c, U+997f-9980, U+9984-9985, U+9988, U+998b, U+998d, U+998f, U+9992, U+9994-9995, U+9997-9998, U+999c, U+999e, U+99a0-99a1, U+99ab, U+99af, U+99b1, U+99b4, U+99b9, U+99c4-99c6, U+99cf, U+99d1-99d2, U+99d4, U+99d6, U+99d8-99d9, U+99df, U+99e1-99e2, U+99e9, U+99ee, U+99f0, U+99f8, U+99fb, U+9a01-9a05, U+9a0c, U+9a0f-9a13, U+9a16, U+9a1b-9a1c, U+9a20, U+9a24, U+9a28, U+9a2b, U+9a2d-9a2e, U+9a34-9a36, U+9a38, U+9a3e, U+9a40-9a44, U+9a4a, U+9a4c-9a4e, U+9a52, U+9a56, U+9a62-9a65, U+9a69-9a6b, U+9a6d, U+9a6f-9a71, U+9a73-9a74, U+9a76, U+9a78-9a79, U+9a7b-9a7c, U+9a7e-9a7f, U+9a81-9a82, U+9a84-9a86;
}
/* [24] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.24.woff2) format('woff2');
  unicode-range: U+97f5, U+97f9-97fa, U+97fe, U+9804, U+9807, U+980a, U+980e-980f, U+9814, U+9816, U+981a, U+981c, U+981e, U+9820-9821, U+9823, U+9826, U+9828, U+982a-982c, U+9832, U+9834-9835, U+9837, U+9839, U+983c-983d, U+9845, U+9848-9849, U+984e, U+9852-9857, U+9859-985a, U+9862-9863, U+9865, U+9870-9871, U+9873-9874, U+9877, U+987a-987f, U+9881-9882, U+9885, U+9887-988a, U+988c-988d, U+9890, U+9893, U+9896-9897, U+989a, U+989c-989e, U+98a0, U+98a4, U+98a6-98a7, U+98a9, U+98ae-98af, U+98b2-98b3, U+98b6-98b8, U+98ba-98bd, U+98bf, U+98c7-98c8, U+98ca, U+98d2-98d3, U+98d8-98da, U+98dc, U+98de, U+98e0-98e1, U+98e3, U+98e5, U+98e7-98e9, U+98eb-98ee, U+98f1, U+98f4, U+9901, U+9908-9909, U+990c, U+9911-9912, U+9914, U+9916-9917, U+991b-991c, U+991e, U+9920, U+9927, U+992b-992c, U+992e, U+9931-9933, U+9938, U+993a;
}
/* [25] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.25.woff2) format('woff2');
  unicode-range: U+9672, U+9674, U+967a, U+9682-9685, U+9688-9689, U+968b, U+968d, U+9695, U+9697-9698, U+969e, U+96a0-96a4, U+96a9, U+96ac, U+96ae, U+96b0, U+96b2-96b4, U+96b6-96b7, U+96b9, U+96bc-96be, U+96c3, U+96c9-96cb, U+96ce-96cf, U+96d1-96d2, U+96d8, U+96dd, U+96e9, U+96eb, U+96f0-96f1, U+96f3-96f4, U+96f9, U+96fe-96ff, U+9701-9702, U+9705, U+9708, U+970a, U+970e-9711, U+9719, U+971d, U+971f-9720, U+9728, U+972a, U+972d, U+9730, U+9733, U+973a, U+973d, U+9744, U+9746-9747, U+9749, U+9750-9751, U+9753, U+9758-9759, U+975b, U+975d, U+9763, U+9765-9766, U+9768, U+976c-976d, U+9771, U+9773, U+9776, U+977a, U+977c, U+9780, U+9784-9786, U+9788, U+978e-978f, U+9798, U+979d-979e, U+97a3, U+97a5-97a6, U+97a8, U+97ab-97ac, U+97ae, U+97b6-97b7, U+97b9, U+97bf, U+97c1, U+97c3, U+97c6, U+97c9, U+97cd, U+97d6, U+97d8-97d9, U+97dc-97de, U+97e1, U+97e6-97e7, U+97ec-97ee, U+97f0-97f1;
}
/* [26] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.26.woff2) format('woff2');
  unicode-range: U+9530, U+9535, U+953a-953b, U+9540-9542, U+9547, U+9549-954a, U+954d, U+9550-9551, U+9554-9556, U+955c, U+956c-956d, U+956f-9570, U+9573, U+9576, U+9578, U+9582, U+9586, U+9588, U+958e-958f, U+9599, U+959c, U+959e-959f, U+95a1-95a2, U+95a4, U+95a6-95a7, U+95aa-95ae, U+95b0, U+95b2, U+95b6, U+95b9-95bf, U+95c2-95c4, U+95c7-95c9, U+95cb-95cd, U+95d0, U+95d3-95d5, U+95d7-95d8, U+95da, U+95de, U+95e0-95e1, U+95e4-95e5, U+95ea-95eb, U+95ef-95f0, U+95f2-95f3, U+95f5, U+95f7-95fa, U+95fd, U+9600-9602, U+9607-9609, U+960e, U+9610-9611, U+9614, U+9616, U+9619-961a, U+961c-961d, U+961f, U+9621, U+9624, U+9628, U+962f, U+9633-9636, U+963c, U+9641-9643, U+9645, U+9647-9648, U+964e-964f, U+9651, U+9653-9655, U+9658, U+965b-965f, U+9661, U+9665, U+9668-9669, U+966c;
}
/* [27] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.27.woff2) format('woff2');
  unicode-range: U+941a, U+941c, U+941e, U+9420-9425, U+9427-942b, U+942e, U+9432-9433, U+9436, U+9438, U+943a, U+943d, U+943f-9440, U+9445, U+944a, U+944c, U+9454-9455, U+945a-945b, U+945e, U+9460, U+9462-9463, U+9468, U+946a, U+946d, U+946f, U+9471, U+9474-9477, U+9479, U+947e-9481, U+9488-948a, U+948e, U+9492-9493, U+9497, U+9499, U+949b-94a3, U+94a5-94a9, U+94ac, U+94ae-94b1, U+94b3-94b5, U+94bb-94bc, U+94be-94c3, U+94c5-94c6, U+94c9, U+94ce-94d0, U+94db-94dd, U+94e0, U+94e2-94e3, U+94e8, U+94ec-94ee, U+94f0, U+94f2, U+94f5-94f6, U+94f8, U+94fa, U+94ff-9502, U+9504-9506, U+9508, U+950b-950c, U+950f-9510, U+9519-951b, U+951d, U+951f, U+9521-9526, U+952d-952f;
}
/* [28] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.28.woff2) format('woff2');
  unicode-range: U+930b, U+930f, U+9312, U+9315, U+9319-931b, U+931d-931f, U+9321, U+9323-9325, U+9327-932a, U+932c-932e, U+9331-9333, U+9335, U+9338, U+933c, U+9340-9341, U+9345-9349, U+934f-9352, U+9354, U+9356-935a, U+935c-9360, U+9363-9367, U+9369-936a, U+936c, U+936e, U+9370-9371, U+9373, U+9376, U+9379-937a, U+937c, U+9385, U+9387, U+938c, U+938f, U+9394, U+9397-9398, U+939a-939b, U+939d-939e, U+93a1-93a3, U+93a6-93a7, U+93a9-93aa, U+93ac-93ad, U+93af-93b0, U+93b3-93bb, U+93bd-93be, U+93c0-93c4, U+93c7, U+93ca-93cd, U+93d0-93d1, U+93d6-93d8, U+93dc-93de, U+93e0, U+93e4, U+93e8, U+93ee, U+93f0, U+93f5, U+93f7-93f9, U+93fb, U+9403, U+9407, U+940f-9410, U+9413-9414, U+9417, U+9419;
}
/* [29] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.29.woff2) format('woff2');
  unicode-range: U+9208-920a, U+920d-920e, U+9210-9211, U+9217, U+9219, U+921c, U+9221, U+9224-9225, U+9227, U+922a, U+922d-922e, U+9230-9231, U+9233, U+9235-9239, U+923b, U+923d-9241, U+9244, U+9246, U+9248-9249, U+924b-9251, U+9253, U+925a, U+925d-925e, U+9262, U+9265-9267, U+926b-926d, U+926f, U+9271-9272, U+9274, U+9276, U+9278, U+927a-927c, U+927e-927f, U+9282-9283, U+9286, U+9288, U+928a, U+928d-928e, U+9291, U+9295-9296, U+9299-929b, U+929d, U+92a0-92ae, U+92b2, U+92b5-92b6, U+92bb-92bc, U+92c2-92c3, U+92c6-92cd, U+92cf-92d1, U+92d5, U+92d7, U+92d9, U+92dd, U+92df, U+92e4-92e6, U+92e8-92e9, U+92ed-92ef, U+92f1-92f3, U+92f6, U+92f9, U+92fb, U+9300-9302, U+9306;
}
/* [30] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.30.woff2) format('woff2');
  unicode-range: U+90e2-90e4, U+90ea-90eb, U+90ef, U+90f4, U+90f7-90f8, U+90fc, U+90fe-9100, U+9102, U+9104, U+9106, U+9112, U+9114-911a, U+911c, U+911e, U+9120, U+9122-9123, U+9129, U+912b, U+912f, U+9131-9132, U+9134, U+9136, U+9139-913a, U+9143, U+9146, U+9148-914a, U+914e-9150, U+9154, U+9156-9157, U+9159-915a, U+915d-915e, U+9161-9164, U+916b, U+916e, U+9170-9172, U+9174, U+9176, U+9179-917a, U+917f, U+9181-9182, U+9184-9186, U+918c-918e, U+9190-9191, U+9196, U+919a-919b, U+919e, U+91a1-91a4, U+91a7, U+91aa, U+91ae-91b2, U+91b4-91b5, U+91b8, U+91bd-91be, U+91c1, U+91c3, U+91c5-91c6, U+91c8-91ca, U+91d2-91d5, U+91d7, U+91d9, U+91e1, U+91e4, U+91e6-91e9, U+91ec-91ed, U+91f0-91f1, U+91f5-91fa, U+91fd, U+91ff-9201, U+9203-9207;
}
/* [31] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.31.woff2) format('woff2');
  unicode-range: U+8f85-8f86, U+8f88-8f8a, U+8f8d, U+8f90, U+8f93, U+8f95-8f97, U+8f99, U+8f9e-8f9f, U+8fa2, U+8fa7, U+8fa9, U+8fab, U+8fae, U+8fb3, U+8fb5-8fb6, U+8fba-8fbd, U+8fbf, U+8fc1-8fc2, U+8fc6, U+8fc8, U+8fcc-8fcd, U+8fd2-8fd3, U+8fd5, U+8fdc-8fdd, U+8fdf, U+8fe2-8fe5, U+8fe8-8fe9, U+8fed-8fee, U+8ff3, U+8ff5, U+8ff8, U+8ffa-8ffc, U+8ffe, U+9002, U+9004, U+9008, U+900a-900b, U+9011-9013, U+9016, U+901e, U+9021, U+9024, U+902d, U+902f-9030, U+9034-9036, U+9039-903b, U+9041, U+9044-9045, U+904f-9052, U+9057-9058, U+905b, U+905d, U+9061-9062, U+9065, U+9068, U+906f, U+9074, U+9079, U+907d, U+9083, U+9085, U+9087-9089, U+908b, U+9090, U+9093, U+9095, U+9097, U+9099, U+909b, U+909d-909e, U+90a0-90a2, U+90ac, U+90af-90b0, U+90b2-90b4, U+90b6, U+90b9, U+90bb, U+90bd-90be, U+90c3-90c5, U+90c7, U+90d1, U+90d4-90d5, U+90d7, U+90db-90df;
}
/* [32] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.32.woff2) format('woff2');
  unicode-range: U+8e30-8e31, U+8e35, U+8e39, U+8e3c-8e3d, U+8e40-8e42, U+8e47, U+8e49-8e4e, U+8e50, U+8e53-8e55, U+8e59-8e5b, U+8e60, U+8e62-8e63, U+8e67, U+8e69, U+8e6c-8e6d, U+8e6f, U+8e74, U+8e76, U+8e7a-8e7c, U+8e82, U+8e84-8e85, U+8e87, U+8e89-8e8b, U+8e8f-8e95, U+8e99-8e9a, U+8e9d-8e9e, U+8ea1, U+8ea3, U+8ea5-8ea6, U+8eaa, U+8eac-8ead, U+8eaf-8eb1, U+8eb9, U+8ebc, U+8ebe, U+8ec6, U+8ecb, U+8ecf, U+8ed1, U+8ed4, U+8ed7, U+8eda-8edb, U+8ee2, U+8ee8, U+8eeb, U+8ef2, U+8ef9-8efe, U+8f05, U+8f07-8f08, U+8f0a-8f0c, U+8f12-8f13, U+8f17, U+8f19-8f1a, U+8f1c, U+8f1e-8f1f, U+8f25-8f26, U+8f2d, U+8f30, U+8f33, U+8f36, U+8f3e, U+8f40-8f42, U+8f45-8f47, U+8f4d, U+8f54-8f55, U+8f5d, U+8f61-8f62, U+8f64, U+8f67-8f69, U+8f6d-8f72, U+8f74, U+8f76, U+8f7b-8f7c, U+8f7f, U+8f83-8f84;
}
/* [33] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.33.woff2) format('woff2');
  unicode-range: U+8ce1, U+8ce8, U+8ceb, U+8cf0, U+8cf8, U+8cfb, U+8cfe, U+8d04, U+8d07, U+8d0b, U+8d0d, U+8d10, U+8d12-8d14, U+8d17, U+8d1b-8d1f, U+8d21-8d26, U+8d29-8d2c, U+8d2e-8d32, U+8d34-8d35, U+8d37-8d38, U+8d3a-8d3c, U+8d3e-8d3f, U+8d41-8d43, U+8d48, U+8d4b-8d4c, U+8d4e-8d50, U+8d54, U+8d56, U+8d58, U+8d5a-8d5b, U+8d5f-8d60, U+8d62-8d63, U+8d66-8d69, U+8d6c-8d6e, U+8d73, U+8d75-8d76, U+8d7b, U+8d7d, U+8d84, U+8d8b, U+8d90-8d91, U+8d94, U+8d96, U+8d9c, U+8dab, U+8daf, U+8db2, U+8db5, U+8db7, U+8dba, U+8dbc, U+8dbf, U+8dc2-8dc3, U+8dc6, U+8dcb, U+8dce-8dd0, U+8dd6-8dd7, U+8dda-8ddb, U+8de3-8de4, U+8de9, U+8deb-8dec, U+8df1, U+8df5-8df7, U+8dfa-8dfd, U+8e05, U+8e08-8e0a, U+8e0e, U+8e14, U+8e16, U+8e18, U+8e1d-8e21, U+8e23, U+8e26-8e28, U+8e2a-8e2b, U+8e2d-8e2e;
}
/* [34] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.34.woff2) format('woff2');
  unicode-range: U+8b9c, U+8b9e-8b9f, U+8ba3, U+8ba5, U+8ba7, U+8baa, U+8bad, U+8bb2-8bb4, U+8bb6-8bb9, U+8bbc-8bbd, U+8bbf-8bc0, U+8bc3, U+8bc5, U+8bc8-8bcb, U+8bcf, U+8bd1, U+8bd7-8bdc, U+8bde-8be1, U+8be3, U+8be5, U+8be7, U+8be9, U+8beb-8bec, U+8bef, U+8bf1-8bf2, U+8bf5-8bf6, U+8bf8, U+8bfa, U+8bfd-8bfe, U+8c01-8c02, U+8c05, U+8c08, U+8c0a-8c11, U+8c13-8c15, U+8c18-8c1c, U+8c1f, U+8c23-8c29, U+8c2c-8c2d, U+8c31, U+8c34, U+8c36, U+8c39, U+8c3f, U+8c47, U+8c49-8c4c, U+8c4f, U+8c51, U+8c55, U+8c62, U+8c68, U+8c73, U+8c78, U+8c7a-8c7c, U+8c82, U+8c85, U+8c89-8c8a, U+8c8d-8c8e, U+8c90, U+8c94, U+8c98-8c99, U+8ca3-8ca4, U+8cad-8cb0, U+8cb2, U+8cb9-8cba, U+8cbd, U+8cc1-8cc2, U+8cc4-8cc5, U+8ccf-8cd2, U+8cd4-8cd5, U+8cd9-8cdb;
}
/* [35] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.35.woff2) format('woff2');
  unicode-range: U+8a1b, U+8a22, U+8a25, U+8a27, U+8a2b, U+8a33, U+8a36, U+8a38, U+8a3d-8a3e, U+8a41, U+8a45-8a46, U+8a48, U+8a4e, U+8a51-8a52, U+8a54, U+8a56-8a58, U+8a5b, U+8a5d, U+8a61, U+8a63, U+8a67, U+8a6a-8a6c, U+8a70, U+8a74-8a76, U+8a7a-8a7c, U+8a82, U+8a84-8a86, U+8a89, U+8a8f-8a92, U+8a94, U+8a9a, U+8aa1, U+8aa3, U+8aa5, U+8aa7-8aa8, U+8aad, U+8ab1, U+8ab6, U+8abe, U+8ac2, U+8ac4, U+8ac6, U+8ac9, U+8acc-8acf, U+8ad1, U+8adb, U+8add-8ae2, U+8ae4, U+8ae6, U+8aea-8aeb, U+8aed, U+8af1-8af6, U+8afa, U+8afc, U+8b01, U+8b04-8b05, U+8b07, U+8b0b-8b0d, U+8b0f-8b10, U+8b13-8b14, U+8b16, U+8b1a, U+8b1c, U+8b21-8b22, U+8b26, U+8b28, U+8b2b, U+8b2e, U+8b33, U+8b41, U+8b46, U+8b4c-8b4f, U+8b53-8b54, U+8b56, U+8b59, U+8b5e-8b60, U+8b64, U+8b6a-8b6d, U+8b72, U+8b7e, U+8b83, U+8b89, U+8b8c, U+8b8e, U+8b90, U+8b92, U+8b95-8b96, U+8b99;
}
/* [36] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.36.woff2) format('woff2');
  unicode-range: U+88b7-88b8, U+88bc-88be, U+88c0, U+88c4, U+88c6-88c7, U+88c9-88cc, U+88ce, U+88d2, U+88d6, U+88d8, U+88db, U+88df, U+88e4, U+88e8-88e9, U+88ec, U+88ef-88f1, U+88f3-88f5, U+88fc, U+88fe, U+8900, U+8902, U+8906, U+890a-890c, U+8912-8915, U+8918-891a, U+891f, U+8921, U+8923, U+8925, U+892a-892b, U+892d, U+8930, U+8933, U+8935-8936, U+8938, U+893d, U+8941-8943, U+8946-8947, U+8949, U+894c-894d, U+8956-8957, U+8959, U+895c, U+895e-8960, U+8964, U+8966, U+896c, U+8971, U+8974, U+897b, U+897e, U+8980, U+8982-8983, U+8987-8988, U+898a, U+898c, U+8991, U+8994-8995, U+8997-8998, U+899a, U+899c, U+89a1, U+89a4-89a7, U+89a9, U+89ac, U+89af, U+89b2-89b3, U+89b7, U+89bb, U+89bf, U+89c5, U+89c9-89ca, U+89d1, U+89d4-89d5, U+89da, U+89dc-89de, U+89e5-89e7, U+89ed, U+89f1, U+89f3-89f4, U+89f6, U+89ff, U+8a01, U+8a03, U+8a07, U+8a09, U+8a0c, U+8a0f-8a12, U+8a16;
}
/* [37] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.37.woff2) format('woff2');
  unicode-range: U+8763-8765, U+8768, U+876a, U+876c-8770, U+8772, U+8777, U+877a-877b, U+877d, U+8781, U+8784-8785, U+8788, U+878b, U+8793, U+8797-8798, U+879f, U+87a3, U+87a8, U+87ab-87ad, U+87af, U+87b3, U+87b5, U+87b9, U+87bb, U+87bd-87c0, U+87c4-87c8, U+87ca-87cc, U+87ce, U+87d2, U+87db-87dc, U+87e0-87e1, U+87e3, U+87e5, U+87e7, U+87ea-87eb, U+87ee-87ef, U+87f3-87f4, U+87f6-87f7, U+87fe, U+8802-8806, U+880a-880b, U+880e, U+8810-8811, U+8813, U+8815-8816, U+881b, U+8821, U+8823, U+8827, U+8831-8832, U+8835, U+8839-883a, U+883c, U+8844-8846, U+884a, U+884e, U+8852, U+8854-8856, U+8859-885a, U+885e, U+8862, U+8864-8865, U+8869-886a, U+886c-886e, U+8871-8872, U+8875, U+8879, U+887d-887f, U+8882, U+8884-8885, U+8888, U+8890, U+8892-8893, U+8897-8898, U+889a-889c, U+889e, U+88a2, U+88a4, U+88a8, U+88aa, U+88ad-88ae, U+88b1, U+88b4;
}
/* [38] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.38.woff2) format('woff2');
  unicode-range: U+8621-8622, U+8627, U+8629-862a, U+8634-8636, U+8638, U+863a, U+863c, U+8640, U+8642, U+8646, U+864c-864d, U+864f, U+8651-8654, U+8657, U+8659-865a, U+865c, U+8662, U+866b-866c, U+866f-8671, U+8673, U+8677, U+867a-867b, U+867d-867e, U+8680-8682, U+868b-868d, U+8693-8696, U+869a, U+869c-869d, U+86a1, U+86a3-86a4, U+86a7-86aa, U+86af-86b1, U+86b3-86b4, U+86b6, U+86b9-86ba, U+86c0-86c2, U+86c4, U+86c6, U+86c9-86ca, U+86cc-86ce, U+86d0, U+86d3-86d4, U+86de-86df, U+86e9, U+86ed-86f0, U+86f3, U+86f8-86fc, U+86fe, U+8703, U+8706-870a, U+870d-870e, U+8711-8712, U+8715, U+8717, U+8719-871a, U+871e, U+8721-8723, U+8725, U+8728-8729, U+872e, U+8731, U+8734, U+8737, U+873a, U+873e-8740, U+8742, U+8747, U+8749, U+874b-874c, U+874e-874f, U+8753, U+8757-8758, U+875d, U+875f, U+8761-8762;
}
/* [39] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.39.woff2) format('woff2');
  unicode-range: U+84c0, U+84c2, U+84c6-84c7, U+84ca, U+84cd-84d2, U+84d6, U+84dd, U+84df, U+84e2, U+84e6-84e8, U+84ea, U+84ef-84f0, U+84f3-84f4, U+84f7, U+84fa, U+84fc-84fd, U+84ff-8500, U+8506, U+850c, U+8511, U+8515, U+8517, U+851d-851f, U+8524, U+852b, U+852f, U+8532, U+8534-8535, U+8537-8538, U+853a, U+853c, U+853e, U+8541-8542, U+8545, U+8548, U+854b, U+854d-854e, U+8552-8553, U+8555-8558, U+855a, U+855e, U+8561-8565, U+8568, U+856a-856c, U+856f, U+8574, U+8577-857b, U+8580-8581, U+8585-8586, U+858a, U+858c, U+858f-8590, U+8594, U+8597-8599, U+859c, U+859f, U+85a1-85a2, U+85a4, U+85a8, U+85ab-85ac, U+85ae, U+85b3-85b4, U+85b7, U+85b9-85ba, U+85bd-85be, U+85c1-85c2, U+85cb, U+85ce, U+85d0, U+85d3, U+85d5, U+85dc, U+85e0, U+85e6, U+85e8, U+85ea, U+85ed, U+85f4, U+85f6-85f7, U+85f9-85fa, U+85ff, U+8602, U+8604-8605, U+8610, U+8616-8618, U+861a, U+861e;
}
/* [40] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.40.woff2) format('woff2');
  unicode-range: U+8380, U+8383, U+8385-8386, U+8392, U+8394-8395, U+8398-8399, U+839b-839c, U+83a0, U+83a2, U+83a4, U+83a7-83aa, U+83af-83b5, U+83b7, U+83b9-83ba, U+83bc-83c0, U+83c2, U+83c4-83c5, U+83c8-83c9, U+83cb, U+83ce-83cf, U+83d1, U+83d4-83d6, U+83d8, U+83dd, U+83df, U+83e1-83e2, U+83e5, U+83ea-83eb, U+83f0, U+83f3-83f4, U+83f9, U+83fb-83fe, U+8406-8407, U+840b, U+840f, U+8411, U+8413, U+8418, U+841b-841d, U+8420-8421, U+8423-8424, U+8426-8429, U+842b, U+842d-842e, U+8432-8433, U+8435, U+8437-8439, U+843b-843c, U+843e, U+8445-8447, U+844e, U+8451-8452, U+8456, U+8459-845a, U+845c, U+845f, U+8462, U+8466-8467, U+846d, U+846f-8471, U+8473-8474, U+8476-8478, U+847a, U+8484, U+848b, U+848d-848e, U+8493-8494, U+8497, U+849d, U+849f, U+84a1, U+84a8, U+84af, U+84b1, U+84b4, U+84b9-84bb, U+84bd-84bf;
}
/* [41] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.41.woff2) format('woff2');
  unicode-range: U+827d, U+827f, U+8283-8284, U+8288-828a, U+828d-8291, U+8293-8294, U+8298, U+829a-829c, U+829e-82a4, U+82a6-82ab, U+82ae, U+82b0, U+82b4, U+82b6, U+82ba-82bc, U+82be, U+82c1, U+82c4-82c5, U+82c7, U+82cb, U+82cd, U+82cf-82d0, U+82d2, U+82d5-82d6, U+82d9, U+82db-82dc, U+82de-82e1, U+82e3-82e4, U+82e7, U+82ea-82eb, U+82ef-82f0, U+82f3-82f4, U+82f6-82f7, U+82f9-82fc, U+82fe-8301, U+8306-8308, U+830b-830e, U+8316, U+8318, U+831a-831b, U+831d-831e, U+8327, U+832a, U+832c-832d, U+832f, U+8331, U+8333-8334, U+8337, U+833a-833c, U+833f-8340, U+8342, U+8344-8347, U+834b-834c, U+834f, U+8351, U+8356-8358, U+835a, U+835e-8361, U+8363-8364, U+8367-8368, U+836b, U+836f, U+8373, U+8375, U+8378, U+837a-837f;
}
/* [42] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.42.woff2) format('woff2');
  unicode-range: U+811b, U+811e, U+8121-8127, U+8129, U+812c, U+812f-8134, U+8137-8138, U+813a, U+813d, U+8144, U+8146, U+8148, U+814a, U+814c-814d, U+8151, U+8153, U+8156, U+8158, U+815a, U+8160, U+8167, U+8169, U+816d, U+816f, U+8171, U+8174, U+817b-817c, U+817e, U+8182, U+8188, U+818a, U+8194-8195, U+8198, U+819b, U+819e, U+81a3, U+81a6-81a7, U+81ab, U+81af-81b0, U+81b5-81b6, U+81b8, U+81ba-81bb, U+81be-81bf, U+81c3, U+81c6, U+81ca, U+81cc, U+81cf, U+81d1-81d3, U+81d6-81d7, U+81d9-81da, U+81dd-81de, U+81e0-81e2, U+81e7, U+81ec, U+81ef, U+81fc, U+81fe, U+8200-8202, U+8204-8206, U+820b, U+820e, U+8210, U+8215, U+8217-8218, U+821b, U+821d, U+8221-8222, U+8224, U+8228-8229, U+822b, U+822f-8234, U+8236-8238, U+823a, U+823e, U+8240, U+8244-8245, U+8249, U+824b, U+824e-824f, U+8257, U+825a, U+825f, U+8264, U+8268, U+826b, U+826e, U+8270, U+8273, U+8276, U+8278-8279;
}
/* [43] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.43.woff2) format('woff2');
  unicode-range: U+7fb8, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fcb-7fcc, U+7fce-7fcf, U+7fd1, U+7fd5, U+7fd8, U+7fdb, U+7fde-7fdf, U+7fe5-7fe6, U+7fe9, U+7feb-7fec, U+7fee, U+7ff2-7ff3, U+7ffa, U+7ffd-7ffe, U+8002, U+8004, U+8006, U+800b, U+800e, U+8011-8012, U+8014, U+8016, U+8018-8019, U+801c, U+8024, U+8026, U+8028, U+802c, U+8030, U+8035, U+8037-8039, U+803b, U+8042-8043, U+804b-804c, U+8052, U+8061, U+8068, U+806a, U+806e, U+8071, U+8073-8076, U+8079, U+807c, U+807e-807f, U+8083-8084, U+808f, U+8093, U+8095, U+8098, U+809c, U+809f-80a0, U+80a4, U+80a7, U+80ab, U+80ad-80ae, U+80b0-80b1, U+80b4-80b6, U+80b8, U+80bc-80c2, U+80c4, U+80c6-80c7, U+80cb, U+80cd, U+80cf, U+80d4, U+80d7, U+80d9, U+80db-80dd, U+80e0, U+80e3-80e5, U+80e7, U+80eb-80ed, U+80ef-80f1, U+80f3-80f4, U+80f6-80f7, U+80fc, U+80fe-80ff, U+8101, U+8107, U+8109, U+810f-8113, U+8115, U+8117-8118, U+811a;
}
/* [44] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.44.woff2) format('woff2');
  unicode-range: U+7eb3, U+7eb5-7eba, U+7ebd-7ebe, U+7ec0-7ec1, U+7ec3, U+7ec5, U+7ec7-7eca, U+7ecd-7ece, U+7ed1-7ed2, U+7ed4-7ed5, U+7ed7-7ed8, U+7eda-7edb, U+7edd-7ede, U+7ee2-7ee3, U+7ee5, U+7ee7, U+7ee9-7eeb, U+7eee-7ef0, U+7ef3, U+7ef5, U+7ef7-7ef8, U+7efd-7f01, U+7f03, U+7f05-7f09, U+7f0e, U+7f10, U+7f13-7f15, U+7f18-7f1a, U+7f1c-7f1d, U+7f20, U+7f24-7f25, U+7f28-7f2a, U+7f2d-7f2e, U+7f30, U+7f34, U+7f36-7f37, U+7f3d, U+7f42-7f45, U+7f47-7f4e, U+7f52, U+7f54, U+7f58, U+7f5a, U+7f5d, U+7f5f-7f63, U+7f65, U+7f68, U+7f6b, U+7f78, U+7f7d-7f7e, U+7f81-7f83, U+7f86-7f87, U+7f8b-7f8d, U+7f91, U+7f93-7f95, U+7f97, U+7f99-7f9a, U+7f9d, U+7f9f, U+7fa1-7fa3, U+7fa5, U+7fa7, U+7fad-7fb2, U+7fb4, U+7fb6;
}
/* [45] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.45.woff2) format('woff2');
  unicode-range: U+7d8c-7d8f, U+7d91, U+7d95-7d96, U+7d98-7d9a, U+7d9d-7d9e, U+7da2-7da3, U+7da6, U+7daa, U+7dac, U+7dae-7db0, U+7db3, U+7db5, U+7db7, U+7db9, U+7dbd, U+7dc1, U+7dc3-7dc7, U+7dcc-7dcf, U+7dd1, U+7dd6-7dd9, U+7ddb-7ddc, U+7de1-7de2, U+7de6, U+7df0-7df3, U+7df6, U+7dfe, U+7e01-7e02, U+7e04, U+7e08-7e0b, U+7e10-7e11, U+7e13, U+7e15, U+7e1d-7e20, U+7e22, U+7e25-7e27, U+7e29, U+7e2d, U+7e2f-7e30, U+7e32-7e37, U+7e39, U+7e3b, U+7e44-7e45, U+7e47-7e48, U+7e4a-7e4b, U+7e4d, U+7e50-7e52, U+7e56, U+7e58-7e5b, U+7e62, U+7e68, U+7e6d-7e70, U+7e76, U+7e78, U+7e7b, U+7e7e, U+7e81-7e82, U+7e86-7e88, U+7e8a, U+7e8d-7e8e, U+7e92-7e94, U+7e98-7e9b, U+7e9e, U+7ea0, U+7ea3-7ea4, U+7ea8, U+7eaa-7eaf, U+7eb1-7eb2;
}
/* [46] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.46.woff2) format('woff2');
  unicode-range: U+7c23, U+7c25-7c26, U+7c2a-7c2b, U+7c37-7c39, U+7c40-7c41, U+7c48-7c49, U+7c50, U+7c53-7c54, U+7c56-7c57, U+7c59-7c5c, U+7c5f, U+7c63, U+7c65, U+7c69, U+7c6c-7c6e, U+7c74-7c75, U+7c79, U+7c7c, U+7c7e, U+7c84, U+7c8b, U+7c8d, U+7c91, U+7c94-7c95, U+7c9b, U+7c9f, U+7ca2, U+7ca4, U+7ca6, U+7ca8-7caa, U+7cae, U+7cb1-7cb3, U+7cba, U+7cbc, U+7cbf-7cc0, U+7cc5, U+7cc8-7cc9, U+7ccc-7cce, U+7cd7, U+7cdc-7cdd, U+7ce0, U+7ce2, U+7ce8, U+7cea, U+7ced, U+7cf2, U+7cf4, U+7cf6, U+7cf8-7cfa, U+7cfc, U+7d02, U+7d06-7d0a, U+7d0f, U+7d11-7d12, U+7d15, U+7d18, U+7d1c-7d1e, U+7d25, U+7d27, U+7d29, U+7d2c, U+7d31-7d32, U+7d35, U+7d38, U+7d3a, U+7d3c, U+7d3e-7d41, U+7d43, U+7d45, U+7d4c, U+7d4e-7d4f, U+7d53-7d54, U+7d56, U+7d5b-7d5d, U+7d5f, U+7d63, U+7d67, U+7d6a, U+7d6d, U+7d70, U+7d73, U+7d75, U+7d79-7d7b, U+7d7d, U+7d80, U+7d83-7d84, U+7d86-7d89, U+7d8b;
}
/* [47] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.47.woff2) format('woff2');
  unicode-range: U+7afd-7afe, U+7b01-7b06, U+7b09-7b0b, U+7b0e-7b10, U+7b14, U+7b18, U+7b1a, U+7b1e-7b1f, U+7b22-7b25, U+7b29-7b2b, U+7b2d-7b2e, U+7b31-7b35, U+7b38-7b3c, U+7b45, U+7b47-7b48, U+7b4a, U+7b4c, U+7b4e-7b50, U+7b58, U+7b5b, U+7b5d, U+7b60, U+7b62, U+7b65-7b67, U+7b69, U+7b6d-7b6f, U+7b72-7b76, U+7b79, U+7b7e, U+7b82, U+7b84-7b85, U+7b87, U+7b8b, U+7b8d-7b93, U+7b95-7b96, U+7b98, U+7b9c-7b9d, U+7ba0, U+7ba7, U+7ba9-7bac, U+7bb0, U+7bb4, U+7bb6, U+7bb8-7bb9, U+7bc1, U+7bc3, U+7bc6, U+7bcb-7bcc, U+7bcf, U+7bd4, U+7bd9-7bdb, U+7bdd, U+7be0-7be1, U+7be5-7be6, U+7bea, U+7bed-7bee, U+7bf1-7bf3, U+7bf8-7bf9, U+7bfc-7c01, U+7c03, U+7c07, U+7c0a-7c0d, U+7c0f, U+7c11-7c12, U+7c15, U+7c1e-7c20;
}
/* [48] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.48.woff2) format('woff2');
  unicode-range: U+798a-798b, U+7991, U+7993-7996, U+7998, U+799a-799b, U+799f-79a2, U+79a4, U+79a8-79a9, U+79af-79b0, U+79b3, U+79b5, U+79b8, U+79ba, U+79c3, U+79c6, U+79c8, U+79cf, U+79d5-79d6, U+79dc-79de, U+79e3, U+79e7, U+79ea-79ed, U+79ef-79f0, U+79f4, U+79f6-79f8, U+79fd, U+7a02-7a03, U+7a08-7a0a, U+7a0c, U+7a0e, U+7a10-7a11, U+7a14, U+7a17-7a19, U+7a1c, U+7a1e-7a1f, U+7a23, U+7a26, U+7a2d, U+7a32-7a33, U+7a37, U+7a39, U+7a3c, U+7a42, U+7a45, U+7a49, U+7a4f, U+7a56, U+7a5a, U+7a5c, U+7a60-7a61, U+7a63, U+7a68, U+7a6d-7a6e, U+7a70-7a71, U+7a77-7a79, U+7a80, U+7a83, U+7a85-7a86, U+7a88, U+7a8d, U+7a90-7a91, U+7a93-7a96, U+7a98, U+7a9c-7a9d, U+7aa0, U+7aa3, U+7aa5-7aa6, U+7aa8, U+7aaa, U+7aac, U+7ab0, U+7ab3, U+7ab6, U+7ab8, U+7abb, U+7abe-7abf, U+7ac2, U+7ac8-7ac9, U+7ad1-7ad2, U+7ad6, U+7ada, U+7adc-7ade, U+7ae4, U+7ae6, U+7ae9-7aeb, U+7af4, U+7af8, U+7afa-7afb;
}
/* [49] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.49.woff2) format('woff2');
  unicode-range: U+7842-7843, U+7845, U+7847, U+784a, U+784c-7850, U+7852-7853, U+7855, U+7858, U+785a, U+785c-785d, U+7864, U+7866, U+7868, U+786a, U+786f, U+7874, U+7876, U+787c, U+787f, U+7886-7887, U+7889, U+788d, U+788f, U+7893, U+7895-7896, U+7898, U+789a, U+789e, U+78a1, U+78a3, U+78a5, U+78aa, U+78ad, U+78b1-78b2, U+78b4, U+78b6, U+78b8, U+78be, U+78c8-78c9, U+78cb, U+78ce, U+78d0-78d1, U+78d4-78d5, U+78d7-78d8, U+78de, U+78e3, U+78e6-78e7, U+78ea, U+78ec, U+78f2-78f4, U+78fa-78fb, U+78fd-7900, U+7904-7906, U+790a, U+790c, U+7910-7912, U+791c, U+791e, U+7920-7921, U+792a-792c, U+792e, U+7931, U+7934, U+7938, U+793b, U+793d, U+793f, U+7941-7942, U+7945-7947, U+7949, U+794c, U+794e, U+7953-7954, U+7957-795c, U+795f, U+7961-7962, U+7964, U+7967, U+7969, U+796b-796c, U+796f, U+7972-7973, U+7977-7979, U+797b-797c, U+797e, U+7980, U+7982, U+7984-7988;
}
/* [50] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.50.woff2) format('woff2');
  unicode-range: U+7707-7708, U+770a, U+770c, U+770f, U+7715, U+7719-771b, U+771d-771e, U+7722, U+7725-7726, U+7728, U+772d, U+772f, U+7733-7736, U+7738, U+773b, U+773d, U+7741, U+7744, U+7746, U+774c, U+774e-7752, U+7755, U+7759-775a, U+775f-7760, U+7762, U+7765-7766, U+7768-776a, U+776c-776e, U+7771, U+7778, U+777a, U+777d-777e, U+7780, U+7785, U+7787, U+7789, U+778b-778d, U+7791-7793, U+779c, U+779f-77a0, U+77a2, U+77a5, U+77a9, U+77b0-77b1, U+77b4, U+77b6-77b7, U+77b9, U+77bc-77bf, U+77c5, U+77c7, U+77cc-77cd, U+77d3, U+77d6-77d7, U+77dc, U+77de, U+77e3, U+77e7, U+77eb-77ec, U+77f0, U+77f2, U+77f6, U+77f8, U+77fa-77fc, U+77fe-7800, U+7803, U+7805-7806, U+7809, U+7810-7812, U+7815-7816, U+781a, U+781c-781d, U+781f-7823, U+7825-7827, U+7829, U+782c-7830, U+7833, U+7835, U+7837, U+7839-783a, U+783c, U+783e, U+7840;
}
/* [51] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.51.woff2) format('woff2');
  unicode-range: U+75cd, U+75d2, U+75d4, U+75d9, U+75df, U+75e2-75e4, U+75e6-75e7, U+75e9-75ec, U+75f0-75f3, U+75f7, U+75f9-75fa, U+75fc, U+75fe-7602, U+7608-760a, U+760c-760d, U+7610, U+7615-7616, U+7618-7620, U+7622-7623, U+7625, U+7627, U+7629, U+762b, U+762e, U+7630, U+7632-7635, U+7638, U+763a-763c, U+763e, U+7640, U+7643, U+7646, U+7648-7649, U+764d-764e, U+7654, U+7658, U+765c, U+765f, U+7663-7667, U+7669, U+766b-766d, U+766f-7670, U+7676, U+7678-767a, U+767f-7681, U+7683, U+7688, U+768a-768b, U+768e, U+7690, U+7695-7696, U+769a-769e, U+76a3-76a4, U+76aa, U+76b0-76b1, U+76b4, U+76b7-76b8, U+76c2, U+76c5, U+76c9, U+76cc-76cd, U+76cf-76d1, U+76d6-76d8, U+76e5-76e6, U+76e9, U+76ec, U+76f1, U+76f7, U+76f9-76fb, U+76ff-7700, U+7704-7705;
}
/* [52] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.52.woff2) format('woff2');
  unicode-range: U+749c-74a1, U+74a3, U+74a5-74a7, U+74a9-74ab, U+74ae, U+74b1-74b2, U+74b5, U+74b8, U+74ba, U+74bf, U+74c5, U+74c8, U+74cc-74cd, U+74d2, U+74d4, U+74d6, U+74d8, U+74da, U+74de-74e0, U+74e2, U+74e4, U+74e8-74e9, U+74ee-74ef, U+74f4, U+74f9, U+74fb, U+74ff-7501, U+7503, U+7507, U+750c-750d, U+7511, U+7513, U+7515-7517, U+7519, U+751e, U+7521, U+7525, U+752a, U+752c-752f, U+7534, U+753e, U+7542, U+7545, U+7547-7548, U+754a-754b, U+754e, U+7551, U+755a-755b, U+755d, U+7560, U+7563-7564, U+7566-7568, U+756c-756f, U+7572-7575, U+7577-757a, U+757c, U+757e-757f, U+7583-7584, U+7587, U+7589, U+758b-758e, U+7590, U+7592, U+7594-7595, U+7597, U+7599-759a, U+759d, U+759f, U+75a1-75a3, U+75a5, U+75a7, U+75aa, U+75ac, U+75ae-75b1, U+75b3-75b4, U+75b8, U+75bd, U+75c0, U+75c2-75c4, U+75c9-75ca, U+75cc;
}
/* [53] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.53.woff2) format('woff2');
  unicode-range: U+73b4-73ba, U+73bc, U+73bf, U+73c2, U+73c4-73c6, U+73c9, U+73cb-73cc, U+73ce-73d2, U+73d6-73d7, U+73d9, U+73db-73de, U+73e3, U+73e5-73eb, U+73ef, U+73f5-73f7, U+73f9-73fa, U+73fc-73fd, U+7400-7401, U+7404-7405, U+7407-7408, U+740a-740d, U+740f-7410, U+7416, U+741a-741b, U+741d-741e, U+7420-7425, U+7428-7429, U+742c-7432, U+7435-7436, U+7438-743a, U+743c-7442, U+7445-7446, U+7448-744a, U+7451-7452, U+7454, U+7457, U+7459, U+745d, U+7460-7462, U+7465, U+7467-7468, U+746c-746e, U+7471-7477, U+7479-747a, U+747c-747f, U+7481-7482, U+7484-7486, U+7488-748a, U+748e-7490, U+7492, U+7498, U+749a;
}
/* [54] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.54.woff2) format('woff2');
  unicode-range: U+7281-7282, U+7284, U+7287, U+728a, U+728d, U+7292, U+7296, U+7298, U+729b, U+729f-72a2, U+72ad-72ae, U+72b0-72b5, U+72b8-72b9, U+72bc-72bd, U+72c1, U+72c3, U+72c5-72c6, U+72c8, U+72cc-72ce, U+72d2, U+72d4, U+72db, U+72dd, U+72df, U+72e1, U+72e8, U+72ec-72ee, U+72f1, U+72f3-72f4, U+72f7, U+72fa-72fb, U+72fd, U+7300-7301, U+7304, U+7307, U+730a-730b, U+730e, U+7313, U+7315-7317, U+7319, U+731e-731f, U+7322, U+7328-732e, U+7330-7331, U+7337, U+733a-733c, U+733e, U+7340-7341, U+7343, U+734c-734d, U+734f-7350, U+7352, U+7355, U+7357, U+7359-735a, U+7360-7363, U+7365, U+7369-7370, U+7373-7374, U+7377, U+737a, U+737c, U+737e, U+7380, U+7385-7386, U+738a, U+738e-738f, U+7391-7395, U+7397-7398, U+739b, U+73a0-73a2, U+73a5-73a8, U+73ad-73ae, U+73b3;
}
/* [55] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.55.woff2) format('woff2');
  unicode-range: U+7115-7116, U+7118, U+711c, U+711e, U+7120, U+7122, U+712e-712f, U+7131, U+7134, U+713c, U+713f, U+7143, U+7145-7147, U+714a-714b, U+7150-7153, U+7155-7156, U+715a, U+7160, U+7162, U+7166, U+7168, U+716c, U+7171, U+7173, U+7178, U+717a-717b, U+717d, U+7180-7181, U+7185, U+7187-7188, U+718b, U+718f-7190, U+7192, U+7196-7198, U+719a-719c, U+71a0, U+71a4, U+71a8, U+71af, U+71b2-71b3, U+71b5, U+71b7-71ba, U+71be, U+71c1, U+71c4, U+71ca-71cb, U+71ce-71d0, U+71d4, U+71d7-71d8, U+71da, U+71dc, U+71e0-71e1, U+71e7, U+71ec, U+71ee, U+71f4-71f6, U+71f9, U+71fc, U+71fe-7201, U+7203, U+7207, U+7209, U+720c, U+7213-7215, U+7217, U+721a, U+721d, U+7222-7223, U+7228, U+722b, U+7230, U+7237, U+723b, U+723f-7242, U+724b, U+724d, U+7252-7253, U+7256, U+7258, U+725d, U+7263-7266, U+726a-726b, U+726e-7270, U+7273-7275, U+7277, U+727a-727b, U+727e-727f;
}
/* [56] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.56.woff2) format('woff2');
  unicode-range: U+6fec, U+6fee, U+6ff0, U+6ff3, U+6ff5-6ff6, U+6ffa, U+6ffc, U+6fff-7001, U+7003, U+7005-7007, U+700b, U+700d, U+7015, U+7018, U+701b, U+701e, U+7020-7021, U+7023, U+7026-7027, U+702c, U+702f-7032, U+7034-7035, U+7037-703c, U+7040, U+7042-7044, U+7046, U+7049, U+704b, U+704f, U+7052, U+7054-7055, U+705c-7061, U+7064-7069, U+706c-706d, U+706f, U+7073-7075, U+7078, U+707a, U+707e-7081, U+7085-7086, U+7089, U+7090-7091, U+7094-7096, U+7098, U+709c, U+709f, U+70a1, U+70a4, U+70a9, U+70ac, U+70af-70b2, U+70b4-70b5, U+70b7, U+70bb-70be, U+70c0-70c3, U+70ca-70cb, U+70d2, U+70d4-70d5, U+70d9-70dd, U+70df, U+70e6-70e9, U+70eb-70ec, U+70ef, U+70f1, U+70f4, U+70f7, U+70fa, U+70fd, U+70ff, U+7104, U+7106, U+7109, U+710c, U+7110, U+7113-7114;
}
/* [57] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.57.woff2) format('woff2');
  unicode-range: U+6eda-6edb, U+6edd-6ede, U+6ee2, U+6ee4-6ee5, U+6ee8-6ee9, U+6eeb, U+6eee, U+6ef3, U+6ef8-6efb, U+6f00, U+6f08-6f0a, U+6f0d-6f0e, U+6f11-6f13, U+6f15, U+6f19-6f1a, U+6f23, U+6f25-6f2a, U+6f2d-6f31, U+6f33-6f36, U+6f3a-6f3c, U+6f40-6f41, U+6f43-6f44, U+6f47, U+6f4d-6f4f, U+6f53, U+6f57, U+6f59-6f5a, U+6f5c, U+6f5e-6f61, U+6f63, U+6f66-6f67, U+6f69-6f6c, U+6f6f, U+6f72-6f78, U+6f7a-6f7f, U+6f81-6f82, U+6f87, U+6f89, U+6f8b-6f8d, U+6f90, U+6f92, U+6f94-6f97, U+6f9c, U+6f9f-6fa0, U+6fa2-6fa3, U+6fa5-6fa8, U+6faa-6fab, U+6fae-6faf, U+6fb4, U+6fb6, U+6fb9-6fba, U+6fbc, U+6fc2, U+6fc6-6fcb, U+6fce, U+6fd1-6fd2, U+6fd4, U+6fd8, U+6fda, U+6fde, U+6fe0-6fe2, U+6fe8-6fe9;
}
/* [58] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.58.woff2) format('woff2');
  unicode-range: U+6dd6, U+6dd9, U+6ddb-6de0, U+6de2-6de6, U+6de9, U+6dec, U+6def-6df0, U+6df2, U+6df4, U+6df6, U+6df8, U+6dfc-6dfd, U+6e00, U+6e02-6e03, U+6e07-6e0b, U+6e0d-6e0e, U+6e10, U+6e13-6e15, U+6e17, U+6e19-6e1a, U+6e1d, U+6e1f, U+6e22, U+6e24-6e25, U+6e27, U+6e2b, U+6e2d-6e2e, U+6e30-6e31, U+6e36, U+6e39-6e3a, U+6e3c-6e3d, U+6e40-6e41, U+6e44-6e45, U+6e47, U+6e49, U+6e4b, U+6e4d-6e4f, U+6e51, U+6e53-6e54, U+6e59, U+6e5c, U+6e5e-6e61, U+6e63-6e66, U+6e69-6e6b, U+6e6e, U+6e70-6e76, U+6e78, U+6e7c, U+6e7f-6e80, U+6e83, U+6e85-6e86, U+6e88-6e89, U+6e8b, U+6e8d-6e8f, U+6e93, U+6e98-6e9a, U+6e9f, U+6ea1, U+6ea4-6ea7, U+6eae, U+6eb1-6eb2, U+6eb4-6eb5, U+6eb7, U+6ebd, U+6ec1-6ec3, U+6ec7-6ec9, U+6ecd-6ed0, U+6ed3-6ed6, U+6ed8;
}
/* [59] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.59.woff2) format('woff2');
  unicode-range: U+6cdd-6cde, U+6ce0, U+6ce7, U+6ce9-6cec, U+6cee-6cef, U+6cf1, U+6cf7-6cf8, U+6cfb-6cfe, U+6d00-6d02, U+6d04, U+6d06-6d07, U+6d09-6d0a, U+6d0c, U+6d0e-6d12, U+6d18-6d1a, U+6d1f, U+6d22-6d24, U+6d27-6d28, U+6d2b, U+6d2d-6d31, U+6d33-6d3a, U+6d3c, U+6d3f, U+6d43-6d47, U+6d4a-6d4b, U+6d4e-6d4f, U+6d51-6d53, U+6d57-6d58, U+6d5a, U+6d5c, U+6d5e-6d65, U+6d67, U+6d6c-6d6d, U+6d6f-6d70, U+6d72, U+6d75, U+6d79, U+6d7c, U+6d7f, U+6d82, U+6d85, U+6d87, U+6d8e-6d8f, U+6d91-6d95, U+6d97-6d99, U+6d9b, U+6d9d, U+6d9f, U+6da1, U+6da4, U+6da6-6dac, U+6db3-6db4, U+6db7-6db8, U+6dbe-6dc0, U+6dc2, U+6dc4-6dc5, U+6dc8-6dca, U+6dcc-6dcd, U+6dcf-6dd0, U+6dd2-6dd3, U+6dd5;
}
/* [60] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.60.woff2) format('woff2');
  unicode-range: U+6bc1-6bc2, U+6bcc, U+6bce, U+6bd0-6bd1, U+6bd5-6bd9, U+6bde, U+6be1, U+6bec, U+6bf3, U+6bf9, U+6bfd, U+6bff-6c00, U+6c02, U+6c05-6c06, U+6c0a, U+6c0c-6c0d, U+6c10, U+6c13, U+6c16, U+6c18-6c1a, U+6c1f, U+6c21-6c22, U+6c24, U+6c26, U+6c28-6c2a, U+6c2c, U+6c2e-6c33, U+6c35-6c37, U+6c39-6c3a, U+6c3d-6c3f, U+6c43, U+6c46, U+6c49-6c4f, U+6c54-6c55, U+6c58, U+6c5a-6c5c, U+6c5e, U+6c64-6c69, U+6c6b-6c6f, U+6c71-6c75, U+6c78-6c79, U+6c7c, U+6c7e, U+6c82, U+6c84-6c87, U+6c8c-6c8d, U+6c8f, U+6c93-6c94, U+6c98, U+6c9a, U+6c9d, U+6c9f, U+6ca2, U+6ca5-6ca8, U+6caa, U+6cac-6cb2, U+6cb4-6cb5, U+6cba, U+6cbc, U+6cc2-6cc3, U+6cc5-6cc7, U+6cd0-6cd2, U+6cd4, U+6cd6-6cd7, U+6cd9-6cda, U+6cdc;
}
/* [61] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.61.woff2) format('woff2');
  unicode-range: U+6a35, U+6a3b, U+6a3e-6a40, U+6a47-6a48, U+6a50, U+6a52, U+6a55-6a57, U+6a5a-6a5b, U+6a5e, U+6a62, U+6a66, U+6a6a, U+6a71, U+6a79, U+6a7c, U+6a7e-6a81, U+6a84, U+6a87, U+6a89, U+6a8d-6a8e, U+6a90-6a92, U+6a97, U+6a9c, U+6a9e-6aa1, U+6aa3-6aa5, U+6aa8, U+6aab, U+6aae, U+6ab5, U+6aba, U+6abe, U+6ac2, U+6ac5-6ac6, U+6ac8-6ac9, U+6acc, U+6ad3, U+6ada-6adb, U+6add-6adf, U+6ae3, U+6ae7-6ae8, U+6aea-6aec, U+6af1, U+6af3, U+6af8, U+6afa, U+6afc, U+6b05, U+6b09, U+6b0e-6b13, U+6b17, U+6b1d-6b1e, U+6b25, U+6b2c, U+6b31, U+6b35-6b37, U+6b39, U+6b3b, U+6b40, U+6b43, U+6b46, U+6b48, U+6b53-6b55, U+6b59, U+6b5b, U+6b5f-6b60, U+6b68-6b69, U+6b6f, U+6b74, U+6b7a, U+6b7c, U+6b7f-6b84, U+6b86-6b87, U+6b89, U+6b8b, U+6b8d, U+6b91-6b93, U+6b9b, U+6b9e, U+6ba1-6ba2, U+6ba4, U+6baa-6bab, U+6bad-6bae, U+6bb2-6bb4, U+6bbb, U+6bbd;
}
/* [62] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.62.woff2) format('woff2');
  unicode-range: U+6904, U+6906-6907, U+6909, U+690b, U+690f-6910, U+6917, U+691a-691c, U+6925, U+692a, U+692c-692d, U+6932, U+6934, U+6939, U+693c-6940, U+6942, U+6949, U+6952, U+6954-6957, U+6959, U+695b-695f, U+6961-696c, U+696e-6970, U+6973-6974, U+6976, U+6978-697a, U+697c, U+6980, U+6984-6986, U+6988-698a, U+698d-698e, U+6990-6991, U+6994, U+6996-699b, U+699e, U+69a3-69a7, U+69ab, U+69ad, U+69af, U+69b1, U+69b3, U+69b6-69b7, U+69bb-69bc, U+69bf, U+69c1, U+69c3-69c5, U+69c7, U+69ca, U+69cc, U+69ce, U+69d0-69d1, U+69d4, U+69d8-69d9, U+69db, U+69df, U+69e4, U+69e8-69ea, U+69ed-69ee, U+69f1-69f4, U+69f6, U+69f8, U+69fa-69fb, U+69ff-6a00, U+6a05, U+6a0a-6a0b, U+6a17-6a18, U+6a1b, U+6a28-6a2b, U+6a31-6a32;
}
/* [63] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.63.woff2) format('woff2');
  unicode-range: U+67dc-67e0, U+67e2, U+67e4, U+67e9-67ea, U+67f0, U+67f2, U+67f6-67f8, U+67fa-67fb, U+67fe, U+6800-6805, U+6808-6809, U+680b, U+680e-680f, U+6811-6812, U+6814, U+6816, U+6818, U+681c-681e, U+6820, U+6822, U+6825, U+6827-6829, U+682b, U+682e-682f, U+6831-6834, U+683a-683b, U+683e, U+6840-6841, U+6844-6845, U+6849, U+684e, U+6853, U+6855-6856, U+685c-685d, U+685f, U+6861-6863, U+6865-6869, U+686b, U+686d, U+686f, U+6871-6872, U+6874-6875, U+6877, U+6879, U+687b-687c, U+687e, U+6880, U+6882-6883, U+6886, U+688f, U+6891-6892, U+6894, U+6896, U+6898, U+689b-689c, U+689f-68a0, U+68a2-68a3, U+68a6, U+68a9, U+68b1-68b2, U+68b4, U+68b6, U+68c0, U+68c3, U+68c6, U+68c8, U+68ca, U+68d0-68d1, U+68d3, U+68d6, U+68e1, U+68e3, U+68e6, U+68e8-68ec, U+68ef-68f1, U+68f3, U+68f6-68f7, U+68f9, U+68fb-68fd, U+6900, U+6902;
}
/* [64] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.64.woff2) format('woff2');
  unicode-range: U+66b3, U+66b5, U+66b8-66bc, U+66be, U+66c1, U+66c4, U+66c7-66c8, U+66cc, U+66cf, U+66d5, U+66d8-66db, U+66df, U+66e1-66e2, U+66e8-66e9, U+66ef, U+66f1, U+66f5, U+66f7, U+66fa, U+66fd, U+6705, U+670a, U+670f-6710, U+6713-6715, U+6718-6719, U+6720, U+6722-6727, U+6729, U+672e, U+6733, U+6736, U+6738-6739, U+673f-6740, U+6742, U+6745, U+6747-6748, U+674b-674d, U+6753, U+6755, U+6759, U+675d-675e, U+6760, U+6762-6763, U+6767-676a, U+676c, U+676e, U+6772-6777, U+677a-677c, U+6782, U+6786-6787, U+678a-678c, U+678e-678f, U+6791-6793, U+6796, U+6798-6799, U+679f-67a3, U+67a5, U+67aa-67ae, U+67b0-67b5, U+67b7-67bc, U+67c0-67c3, U+67c5-67c6, U+67c8-67ca, U+67ce, U+67d2, U+67d8-67d9, U+67db;
}
/* [65] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.65.woff2) format('woff2');
  unicode-range: U+6565, U+6567, U+656b, U+656d-656e, U+6573, U+6576, U+6579-657b, U+6581, U+6586, U+6588-6589, U+658b, U+658e, U+6593, U+6595, U+659b, U+659d, U+659f-65a1, U+65a9, U+65ab, U+65ad, U+65b2-65b3, U+65b5, U+65bb, U+65be-65bf, U+65c2-65c4, U+65c6, U+65cc, U+65ce, U+65d2, U+65d6, U+65db, U+65e1, U+65e3, U+65e7, U+65ee-65f0, U+65f2-65f4, U+65f7-65f8, U+65fc-65fd, U+6600, U+6603-6605, U+6609, U+660d, U+6610-6611, U+6619, U+661c-661e, U+6621-6622, U+6624, U+6626, U+6629, U+662b, U+6630, U+6633-6636, U+6639-663d, U+6640-6641, U+6644-6645, U+664a-664c, U+6653-6657, U+6659, U+665b, U+665d-665e, U+6661-6667, U+6669, U+666c, U+6672-6673, U+6677-6679, U+667b-667e, U+6681-6684, U+668b-6690, U+6692, U+6698, U+669d, U+669f-66a0, U+66a6-66a7, U+66aa, U+66b2;
}
/* [66] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.66.woff2) format('woff2');
  unicode-range: U+642b, U+642f-6430, U+6432, U+6434, U+6437, U+643a, U+643d-6444, U+6446-6447, U+644a-644b, U+644e, U+6450-6453, U+6456, U+6459, U+645b-645c, U+645e, U+6460-6461, U+6463-6465, U+6468, U+646c-646e, U+6470, U+6472-6477, U+6479, U+647b, U+647d, U+6480, U+6482, U+6485, U+648b-648c, U+6491, U+6493, U+6496-649a, U+649d, U+649f-64a0, U+64a2-64a3, U+64ac, U+64b1, U+64b3-64b4, U+64b7-64b9, U+64bb, U+64be, U+64c0, U+64c3-64c4, U+64d0, U+64d2, U+64d5, U+64d7-64d8, U+64e1-64e4, U+64e7, U+64e9, U+64ed, U+64ef-64f0, U+64f3, U+64f8, U+64fb-64fc, U+64ff, U+6504-6506, U+6509, U+6511-6512, U+6516, U+6518-6519, U+651b, U+6520-6523, U+6525-6526, U+6529, U+652b, U+652e, U+6530, U+6532, U+6534-6535, U+6537-6538, U+653a, U+653d, U+6542-6543, U+6549, U+654c-654e, U+6554-6555, U+655b, U+655d, U+6561, U+6564;
}
/* [67] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.67.woff2) format('woff2');
  unicode-range: U+6312-6313, U+6319-631b, U+631d-6321, U+6323-6325, U+632d-632e, U+6332, U+6334-6339, U+633b-633c, U+633e-6340, U+6342-6346, U+634b-634c, U+634e, U+6352, U+6357, U+635a, U+635c, U+635e-635f, U+6361, U+6363, U+6365, U+6369, U+636b-636d, U+636f-6370, U+6373, U+6375-6376, U+637a-637b, U+637d, U+6381, U+6384, U+6387, U+638a, U+638d-638e, U+6390, U+6394-6397, U+639e-639f, U+63a3-63a4, U+63a6, U+63ac-63af, U+63b1-63b4, U+63b7, U+63b9-63bb, U+63bd-63be, U+63c3-63c4, U+63c8, U+63cd-63ce, U+63d1, U+63d6, U+63dc, U+63de, U+63e0, U+63e3-63e4, U+63e6, U+63e9, U+63f0, U+63f2-63f3, U+63f5-63f8, U+63fa, U+63fc-63fe, U+6400-6402, U+6405-6406, U+6409-640c, U+6410, U+6414-6415, U+6418, U+641b, U+641f-6423, U+6425-6428, U+642a;
}
/* [68] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.68.woff2) format('woff2');
  unicode-range: U+61cc-61cd, U+61d0, U+61d2, U+61de-61e0, U+61e3, U+61e6, U+61e8, U+61ed-61ee, U+61f5, U+61f9-61fa, U+61fd-61fe, U+6207, U+6209, U+620d-620e, U+6213-6215, U+6219, U+621b, U+621d-6223, U+6225-6227, U+6229, U+622b-622c, U+622e-622f, U+6231, U+6238, U+623b, U+623d-623e, U+6242-6243, U+6246, U+6248-6249, U+624c, U+6251, U+6255, U+6259-625a, U+625e, U+6260-6262, U+6265-6267, U+6269, U+626b-626c, U+6270-6273, U+6275, U+627a-627d, U+6283, U+6285-6286, U+6289, U+628c, U+628e, U+6294, U+629a-629e, U+62a0, U+62a2, U+62a6, U+62a8, U+62af, U+62b3, U+62b6, U+62ba-62bb, U+62be-62bf, U+62c2, U+62c4-62c5, U+62c8, U+62ca, U+62cf, U+62d1, U+62d5, U+62d7, U+62d9, U+62dd, U+62df-62e3, U+62e5-62e8, U+62ee, U+62f4-62fb, U+62fd, U+6300, U+6302, U+6308, U+630c-630e, U+6310;
}
/* [69] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.69.woff2) format('woff2');
  unicode-range: U+60b0-60b1, U+60b3-60b5, U+60b8, U+60bb, U+60bd-60be, U+60c0, U+60c6-60c7, U+60ca-60cb, U+60d3-60d5, U+60d7-60db, U+60dd, U+60e2-60e3, U+60e6-60f0, U+60f2, U+60f4, U+60f6, U+60fa-60fb, U+60ff-6100, U+6103, U+6106, U+610a-610b, U+610d-610e, U+6110, U+6112-6116, U+6120, U+6123-6124, U+6128-6130, U+6134, U+6136, U+613c-613f, U+6144, U+6146-6147, U+6149-614a, U+614d, U+6151-6153, U+6159-615a, U+615c-615f, U+6164-6165, U+6169-616d, U+616f, U+6171-6175, U+6177, U+617a, U+617c, U+617f-6180, U+6187, U+618a-618e, U+6192-6194, U+6199-619b, U+619f, U+61a1, U+61a7-61a8, U+61aa-61af, U+61b8, U+61ba, U+61bf, U+61c3, U+61c6, U+61ca-61cb;
}
/* [70] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.70.woff2) format('woff2');
  unicode-range: U+5f82-5f84, U+5f87, U+5f89-5f8a, U+5f8d, U+5f93, U+5f95, U+5f98-5f99, U+5f9b-5f9c, U+5fa0, U+5fa4, U+5fa6-5fa8, U+5fab-5fad, U+5fb3-5fb4, U+5fbc, U+5fc4, U+5fc6, U+5fc9, U+5fcb, U+5fce-5fd6, U+5fdc-5fdf, U+5fe1, U+5fe4, U+5fe7, U+5fea, U+5fec-5fee, U+5ff1, U+5ff3, U+5ff8, U+5ffa-5ffc, U+5fff-6000, U+6002, U+6005, U+600a, U+600d, U+600f-6010, U+6014, U+6017, U+6019-601c, U+601e, U+6020, U+6022, U+6026, U+6029, U+602b-602c, U+602e-602f, U+6031, U+6033-6035, U+6039, U+603c, U+6040-6043, U+6045, U+6047, U+604a-604c, U+604f, U+6053, U+6059-605b, U+605d, U+6060, U+6063, U+6067, U+606a-606b, U+606e, U+6072-6076, U+6078, U+607a, U+607c, U+607f-6081, U+6083, U+6086, U+608a, U+608c, U+608e, U+6092-6093, U+6095-6097, U+609b, U+609d, U+60a2, U+60a6-60a7, U+60a9-60aa, U+60ac-60ad, U+60af;
}
/* [71] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.71.woff2) format('woff2');
  unicode-range: U+5e3c, U+5e40, U+5e42-5e44, U+5e47, U+5e54, U+5e57-5e5b, U+5e5e-5e5f, U+5e61-5e62, U+5e64, U+5e6a, U+5e6c, U+5e6e, U+5e75, U+5e77, U+5e7a, U+5e80-5e81, U+5e83, U+5e86, U+5e88, U+5e8b, U+5e90, U+5e92, U+5e96, U+5e99, U+5e9b, U+5e9d-5ea2, U+5ea4-5ea5, U+5eb3-5eb6, U+5eb9, U+5ebe, U+5ec3-5ec4, U+5ec6, U+5ecb-5ecd, U+5ed0-5ed2, U+5ed4-5ed5, U+5ed8-5ed9, U+5edb, U+5edd, U+5ee1, U+5ee8-5ee9, U+5eec, U+5eef-5ef0, U+5ef4-5ef5, U+5ef8, U+5efb-5efc, U+5efe, U+5f01-5f03, U+5f05, U+5f07-5f09, U+5f0b-5f0e, U+5f10-5f12, U+5f14, U+5f16, U+5f1b, U+5f1d, U+5f22, U+5f25, U+5f28-5f29, U+5f2d, U+5f2f-5f30, U+5f36, U+5f38-5f39, U+5f3c, U+5f3e, U+5f40-5f42, U+5f45-5f46, U+5f4a, U+5f50-5f52, U+5f54, U+5f56-5f58, U+5f5a-5f5e, U+5f61, U+5f63, U+5f66-5f67, U+5f6b, U+5f72-5f74, U+5f76, U+5f78, U+5f7b, U+5f7d;
}
/* [72] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.72.woff2) format('woff2');
  unicode-range: U+5ce6, U+5ce8-5cea, U+5ced-5cee, U+5cf1, U+5cf4-5cf5, U+5cf8, U+5cfe-5d00, U+5d06, U+5d08, U+5d0a-5d0d, U+5d15, U+5d18, U+5d1a, U+5d1d, U+5d1f-5d22, U+5d24, U+5d26-5d28, U+5d2c-5d2e, U+5d33-5d35, U+5d3d, U+5d3f, U+5d42-5d43, U+5d46-5d47, U+5d49-5d4b, U+5d4e, U+5d52-5d53, U+5d57-5d59, U+5d5b-5d5c, U+5d65, U+5d68-5d69, U+5d6b-5d6c, U+5d6f, U+5d74-5d75, U+5d7e-5d7f, U+5d81-5d82, U+5d85-5d88, U+5d8b-5d8c, U+5d92, U+5d94, U+5d97, U+5d99, U+5d9d, U+5da0-5da2, U+5da7, U+5da9-5daa, U+5dae, U+5db2, U+5db4, U+5db7-5db8, U+5dbd, U+5dc2-5dc5, U+5dc9, U+5dcb-5dcd, U+5dd2, U+5dd6, U+5dd8, U+5ddb-5ddc, U+5de0, U+5de3, U+5de9, U+5df0, U+5df3, U+5df5, U+5df9, U+5dfb-5dfd, U+5e00-5e01, U+5e04-5e05, U+5e0a, U+5e11, U+5e14, U+5e18-5e1c, U+5e1f-5e22, U+5e27-5e28, U+5e2f-5e30, U+5e34, U+5e37, U+5e3a;
}
/* [73] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.73.woff2) format('woff2');
  unicode-range: U+5b84, U+5b8d, U+5b92-5b93, U+5b95-5b96, U+5b9f-5ba1, U+5ba6-5ba8, U+5baa-5bad, U+5bbd-5bbe, U+5bc0-5bc1, U+5bc3, U+5bd0-5bd1, U+5bd4-5bd8, U+5bdb-5bdd, U+5be4-5be5, U+5bef, U+5bf3, U+5bfb, U+5bfe-5bff, U+5c02-5c03, U+5c05, U+5c09, U+5c0c, U+5c10, U+5c12-5c13, U+5c15, U+5c18-5c19, U+5c1b, U+5c1d-5c1f, U+5c22, U+5c25, U+5c27-5c28, U+5c2a-5c2b, U+5c34, U+5c38, U+5c3d, U+5c42, U+5c44, U+5c47, U+5c49-5c4a, U+5c50, U+5c53, U+5c58-5c59, U+5c5b, U+5c5d, U+5c61, U+5c63, U+5c68, U+5c6d-5c6e, U+5c74, U+5c79-5c84, U+5c86, U+5c88, U+5c8a-5c8d, U+5c92-5c9c, U+5ca0, U+5ca2-5ca3, U+5ca5-5ca7, U+5cab-5cad, U+5cb5, U+5cb7, U+5cba-5cbb, U+5cc1, U+5cc8, U+5cca-5ccb, U+5cce, U+5cd2, U+5cd6, U+5cd8-5cda, U+5cdf-5ce1, U+5ce5;
}
/* [74] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.74.woff2) format('woff2');
  unicode-range: U+5a57, U+5a5d-5a5e, U+5a60-5a62, U+5a65, U+5a67, U+5a6a, U+5a6c-5a6d, U+5a73-5a76, U+5a7a-5a7c, U+5a81-5a84, U+5a8c, U+5a90, U+5a93, U+5a96-5a97, U+5a9c, U+5a9e-5aa0, U+5aa4, U+5aa7, U+5aab-5aac, U+5aae-5aaf, U+5ab1, U+5ab4-5ab5, U+5ab8, U+5aba-5abc, U+5abe-5abf, U+5ac3-5ac4, U+5ac6-5acb, U+5acf-5ad2, U+5ad4-5adc, U+5ae0-5ae1, U+5ae3, U+5ae5-5ae6, U+5ae8, U+5aea-5aeb, U+5aee, U+5af0, U+5af2, U+5af5, U+5afa, U+5aff, U+5b01, U+5b05, U+5b08, U+5b0b, U+5b11, U+5b16-5b17, U+5b19, U+5b1b, U+5b1d, U+5b21-5b23, U+5b28, U+5b2a-5b2d, U+5b32, U+5b34, U+5b36-5b38, U+5b3e-5b40, U+5b43-5b46, U+5b4b-5b4c, U+5b51, U+5b53, U+5b59, U+5b5b-5b5c, U+5b62, U+5b65, U+5b6c-5b6e, U+5b70-5b73, U+5b75, U+5b7a-5b7b, U+5b7d, U+5b7f-5b82;
}
/* [75] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.75.woff2) format('woff2');
  unicode-range: U+5910-5911, U+5914, U+5919, U+591b, U+591f, U+5923-5924, U+592c, U+5932, U+5938-593a, U+5940, U+5942, U+5944, U+594b-594c, U+594e, U+5950, U+5953, U+5956, U+5958, U+595a, U+5961, U+5966, U+5968-5969, U+596c-596d, U+5975, U+5977, U+597b-597c, U+597e, U+5980-5981, U+5986-5988, U+598a, U+598f, U+5997-5998, U+599f-59a3, U+59a6-59a7, U+59a9, U+59ab-59ac, U+59af, U+59b1-59b2, U+59b6, U+59b8, U+59ba, U+59be, U+59c1, U+59c3, U+59c7-59c9, U+59cd-59ce, U+59d2, U+59d6-59d9, U+59dd-59de, U+59e0, U+59e3-59e5, U+59e9-59eb, U+59ee, U+59f1-59f3, U+59f5-59f9, U+59fc-59fd, U+5a00, U+5a04-5a07, U+5a09, U+5a0c, U+5a11, U+5a13, U+5a16-5a17, U+5a1a, U+5a1e, U+5a20, U+5a23-5a24, U+5a29-5a2b, U+5a2d-5a2f, U+5a32-5a34, U+5a38, U+5a3c, U+5a3f-5a44, U+5a47-5a48, U+5a4a, U+5a4c-5a4d, U+5a50-5a51, U+5a53, U+5a56;
}
/* [76] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.76.woff2) format('woff2');
  unicode-range: U+57a9, U+57ab, U+57b5, U+57b8-57bb, U+57c2, U+57c5-57c8, U+57cc, U+57cf, U+57d2, U+57dc-57de, U+57e1-57e2, U+57e5, U+57e7, U+57ed-57ee, U+57f0, U+57f3-57f6, U+57f8, U+57fb-57fd, U+5800-5801, U+5803-5804, U+5807, U+5809-580b, U+580d-580e, U+5810-5811, U+5814-5815, U+5819, U+581d-581e, U+5820, U+5823, U+5826, U+582c-582d, U+5830, U+583a, U+583f-5841, U+5848, U+584b, U+584d, U+584f, U+5852, U+5859-585a, U+585c, U+5861, U+5864, U+5868-5869, U+586c-586d, U+5871-5872, U+5879, U+587c-5881, U+5887-5889, U+588e, U+5890-5892, U+5896-5899, U+589d, U+58a1, U+58a3, U+58a6, U+58a9, U+58ac, U+58b0-58b1, U+58bb-58bc, U+58c2, U+58c5-58c6, U+58ca, U+58cc, U+58ce, U+58d0-58d1, U+58d5, U+58d9-58da, U+58df-58e0, U+58e9, U+58ec, U+58ee, U+58f1-58f3, U+58f6-58f7, U+58fb-58fc, U+5900, U+5902, U+5906, U+5909-590c, U+590e;
}
/* [77] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.77.woff2) format('woff2');
  unicode-range: U+567b-567c, U+5680, U+5684-5686, U+568c, U+568e-568f, U+5692-5693, U+5697-5699, U+569c, U+569e, U+56a1-56a7, U+56a9, U+56ab-56ad, U+56af, U+56b3, U+56b5-56b6, U+56b8, U+56bf-56c1, U+56c3, U+56c5, U+56c7-56c8, U+56cb-56cc, U+56d1-56d4, U+56d6-56d9, U+56dd, U+56df, U+56e1-56e5, U+56ea-56ec, U+56ee-56ef, U+56f1-56f4, U+56f7, U+56f9, U+56ff-5700, U+5703-5704, U+5706-5707, U+5709-570a, U+570c, U+570f, U+5711, U+5717, U+571c, U+5723-5724, U+5727, U+5729-572a, U+572c, U+572e-572f, U+5734-5735, U+573b, U+5741, U+574b-574d, U+574f, U+5752, U+5754, U+575a-5760, U+5763, U+5768-5769, U+576b, U+576d, U+576f-5770, U+5772-5775, U+5777, U+577b-577d, U+5780, U+5784, U+5788, U+578c, U+578e, U+5792-5793, U+5795, U+579a-579b, U+579f-57a1, U+57a4, U+57a6;
}
/* [78] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.78.woff2) format('woff2');
  unicode-range: U+555c, U+5562-5563, U+5567, U+5569, U+556b-556c, U+5570, U+5575-5579, U+557b-557c, U+557f, U+5581, U+5583, U+5586, U+5588, U+558b, U+558f, U+5591, U+5599, U+559f, U+55a1, U+55a3, U+55a5-55a6, U+55a8-55a9, U+55ab, U+55ad, U+55b0-55b1, U+55b3, U+55b6-55b7, U+55b9, U+55bc-55bd, U+55c4-55c5, U+55c7, U+55c9, U+55cc-55cd, U+55d0, U+55d2, U+55d4-55d9, U+55db, U+55dd-55df, U+55e1-55e6, U+55e9-55ea, U+55ec, U+55ee, U+55f1-55f3, U+55f5-55f7, U+55f9-55fa, U+55fe, U+5600-5602, U+5608, U+560c, U+560f, U+5612-5613, U+5615-5616, U+5618, U+561a, U+561c, U+561e, U+5620, U+5623-5625, U+5627, U+562a, U+562c-562e, U+5630-5631, U+5635-5636, U+5638-563a, U+5640, U+5642-5643, U+5649, U+564c-5650, U+5654, U+5658-565d, U+5664-5666, U+5669, U+566b, U+566d, U+566f, U+5671-5672, U+5676, U+567a;
}
/* [79] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.79.woff2) format('woff2');
  unicode-range: U+5447, U+5449, U+544b-544d, U+5450-5455, U+5457, U+545b-545c, U+545f-5460, U+5463-5464, U+546a-5472, U+5474, U+5476, U+5478, U+547b, U+547e-547f, U+5482-5488, U+548a, U+548d-5491, U+5494, U+5498-549d, U+54a1-54a5, U+54ab, U+54ad-54af, U+54b5, U+54b7, U+54bb-54bc, U+54be-54bf, U+54ca, U+54cc, U+54cf-54d2, U+54d4, U+54d6-54d7, U+54da, U+54de-54df, U+54e2, U+54e4, U+54e7, U+54eb, U+54f3, U+54fd, U+54ff, U+5501-5502, U+5504-5506, U+550a, U+550c, U+550e-550f, U+5511-5513, U+5516-5517, U+551a-551b, U+551e, U+5520, U+5524, U+5526-5527, U+552a, U+552c-552d, U+5530, U+5532-5533, U+5535-5536, U+553b-553c, U+553e-553f, U+5541-5542, U+5544-5545, U+5547, U+5549, U+554b, U+554d-554e, U+5550-5551, U+5553, U+5555-5557;
}
/* [80] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.80.woff2) format('woff2');
  unicode-range: U+52eb, U+52ed-52ee, U+52f0-52f2, U+52f7, U+52f9-52fa, U+5300-5302, U+530a-530b, U+530d, U+530f-5310, U+5315, U+531a, U+531c-531d, U+532d-532e, U+5331, U+5338, U+533b-533e, U+5344-5345, U+534b-534d, U+534f-5350, U+5358, U+535e-535f, U+5362-5364, U+5367, U+5369, U+536b-536c, U+536e-536f, U+5372, U+5374, U+5379-537a, U+537c-537d, U+5382, U+5385, U+5389, U+538b-538c, U+538e, U+5392-5396, U+5399, U+53a0-53a2, U+53a4-53a6, U+53a8-53a9, U+53ae, U+53b0, U+53b3-53b4, U+53b6-53b7, U+53b9, U+53bf, U+53c1, U+53c4, U+53ce-53cf, U+53d2, U+53d5, U+53d9-53da, U+53df-53e1, U+53e7-53e9, U+53f1, U+53f5-53f6, U+53f9, U+53fb-53fd, U+5400-5402, U+5405-5407, U+540f, U+5412, U+5414-5417, U+541a, U+5420-5421, U+5424-5425, U+5428-5429, U+542c-542f, U+5431-5432, U+5434, U+5437, U+543d, U+543f, U+5441, U+5444-5445;
}
/* [81] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.81.woff2) format('woff2');
  unicode-range: U+5197, U+519a-519c, U+519e, U+51a2, U+51a6-51a9, U+51ab, U+51ad-51af, U+51b1-51b6, U+51ba-51c0, U+51c3-51c5, U+51c7, U+51c9-51cb, U+51ce-51d1, U+51d4, U+51d6, U+51d9, U+51db-51dc, U+51df, U+51e4, U+51e6, U+51e9-51ea, U+51ed, U+51ef, U+51f4-51f5, U+51fc, U+51ff, U+5201-5202, U+5204-5205, U+5208, U+520b, U+520d-520e, U+5213, U+5215-5216, U+5218, U+521a, U+5220, U+5223, U+5226-5228, U+5232-5234, U+5239, U+523c, U+5241-5242, U+5244, U+5249, U+524c, U+5251-5252, U+5255, U+5257, U+525c, U+525e, U+5261, U+5263-5265, U+526e, U+5270, U+5273-5274, U+5277, U+527d, U+527f, U+5281-5282, U+5284, U+528a, U+528c, U+528f, U+5292-5294, U+529d, U+52a6, U+52ac-52ad, U+52b1-52b5, U+52b9, U+52bb-52bc, U+52be-52c0, U+52c5, U+52cb, U+52cd, U+52d0-52d1, U+52d6-52d7, U+52db, U+52e0, U+52e3, U+52e6-52e7;
}
/* [82] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.82.woff2) format('woff2');
  unicode-range: U+5040-5041, U+5043, U+5045-5046, U+5048, U+504a-504e, U+5051-5053, U+505d-5060, U+5063, U+506a, U+506f-5072, U+5078, U+507a-507b, U+507f-5080, U+5088-5089, U+508b-508c, U+508e, U+5092, U+5095-5096, U+509a-509d, U+50a3, U+50a5, U+50a8, U+50af, U+50b1, U+50b4, U+50ba, U+50c2, U+50c6-50ca, U+50cd-50ce, U+50d6, U+50d9, U+50dd-50df, U+50e1, U+50e3, U+50e5-50e6, U+50e8-50ea, U+50ec-50f0, U+50f3, U+50fb, U+50fe, U+5101-5102, U+5105-5109, U+510b-510e, U+5110, U+5113-5115, U+5117, U+511a-511c, U+511e, U+5120-5121, U+5125, U+512b, U+5131, U+5134-5135, U+5138-513c, U+5140, U+514e, U+5150-5151, U+5155-5157, U+515a, U+515f, U+5162, U+516a, U+516e, U+5172, U+5174, U+5179, U+517b, U+517d, U+5182, U+5186, U+5188-5189, U+518b, U+518f, U+5191, U+5193, U+5195-5196;
}
/* [83] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.83.woff2) format('woff2');
  unicode-range: U+4f2d, U+4f31-4f32, U+4f35, U+4f37, U+4f39, U+4f3b, U+4f3e, U+4f41-4f43, U+4f47, U+4f49, U+4f4c, U+4f52, U+4f57-4f58, U+4f5a, U+4f5d-4f5f, U+4f61, U+4f63-4f64, U+4f67, U+4f6a, U+4f6e-4f6f, U+4f72, U+4f74, U+4f76-4f7b, U+4f7d-4f7e, U+4f80-4f82, U+4f84, U+4f89-4f8a, U+4f8e-4f94, U+4f96-4f98, U+4f9a, U+4f9e, U+4fa0-4fa3, U+4fa5-4fa8, U+4faa-4fac, U+4fb2-4fb3, U+4fb7-4fba, U+4fc0-4fc1, U+4fc5-4fc7, U+4fcb, U+4fcd-4fce, U+4fd1, U+4fd3-4fd4, U+4fd8-4fdc, U+4fdf, U+4fe2-4fe5, U+4fe8-4fea, U+4fec-4fed, U+4ff3-4ff6, U+4ff8-4ffa, U+4ffd, U+5000, U+5002, U+5005, U+5008, U+500c, U+500f, U+5013-5015, U+501b-501c, U+501e, U+5022-5025, U+5027-5028, U+502c-502e, U+5030-5032, U+5036, U+503a-503b, U+503e;
}
/* [84] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.84.woff2) format('woff2');
  unicode-range: U+3f97, U+4102, U+411b, U+4181, U+43c8, U+4552, U+4576, U+46e5, U+4837, U+493d, U+4a3b, U+4d09, U+4db6-4dbf, U+4e02, U+4e04-4e05, U+4e0c, U+4e0f-4e10, U+4e15, U+4e17, U+4e1b, U+4e21-4e22, U+4e25, U+4e27, U+4e31, U+4e34, U+4e36-4e37, U+4e3d, U+4e3f-4e42, U+4e44, U+4e47, U+4e49, U+4e4c, U+4e52-4e54, U+4e57, U+4e5a-4e5b, U+4e60-4e61, U+4e69, U+4e6d, U+4e78, U+4e80-4e81, U+4e85, U+4e87, U+4e89-4e8a, U+4e8d, U+4e8f, U+4e93, U+4e96, U+4e98-4e99, U+4e9c, U+4e9f-4ea0, U+4ea2, U+4ea5, U+4ea9, U+4eb0, U+4eb2-4eb3, U+4eb5-4eb7, U+4eb9, U+4ebb-4ebc, U+4ebf, U+4ec2-4ec6, U+4ec8-4ec9, U+4ecf, U+4ed1, U+4ed3, U+4edc-4ee1, U+4ee7-4eeb, U+4eee-4eef, U+4ef1, U+4ef3-4ef5, U+4efa, U+4efc, U+4f00, U+4f02-4f03, U+4f05, U+4f07-4f09, U+4f0b, U+4f0e, U+4f15, U+4f17, U+4f1d-4f1f, U+4f22, U+4f24, U+4f29-4f2b;
}
/* [85] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.85.woff2) format('woff2');
  unicode-range: U+3052, U+305c, U+3062, U+306d, U+307a, U+307c, U+3080, U+308e, U+3090-3091, U+3099-309e, U+30a5, U+30c2, U+30c5, U+30ee, U+30f0-30f2, U+30f4-30f6, U+30fd-30fe, U+3105-3106, U+3108, U+310a-310b, U+310d-3112, U+3115-3117, U+3119, U+3131, U+3134, U+3137, U+3139, U+3141-3142, U+3145, U+3147-3148, U+314b, U+314d-314f, U+3153, U+315c, U+3160-3161, U+3163-3164, U+3181, U+318d, U+3192-3193, U+3196-3198, U+319d-319f, U+3220-3226, U+3231, U+3268, U+3281, U+328b, U+3291-3292, U+3295-3297, U+3299, U+329d, U+329f, U+32a3-32a4, U+32d6, U+32e1, U+3314, U+3322, U+337f, U+338e-338f, U+339c-339e, U+33a1, U+33c4, U+33d1-33d2, U+3440, U+3449, U+3479, U+3551, U+3569, U+35ad, U+35ce, U+36ac, U+373a, U+3863, U+38ec, U+39b8, U+3a02, U+3a17, U+3a52, U+3b22, U+3bd7, U+3bff, U+3ca5, U+3d68, U+3ddb, U+3de7, U+3deb, U+3e03, U+3e74, U+3f08, U+3f0e, U+3f21;
}
/* [86] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.86.woff2) format('woff2');
  unicode-range: U+2748-274f, U+2752-275b, U+275d-275e, U+2761, U+2763, U+2765-2769, U+276e-276f, U+2771, U+2776-277e, U+2780-2782, U+278a-278c, U+2794-2796, U+2798-2799, U+279c-27a6, U+27a8-27ab, U+27ad, U+27af-27b0, U+27b2-27b3, U+27b7-27b9, U+27bc-27bd, U+27bf, U+27e9-27eb, U+27f5-27f6, U+2800, U+28ec, U+2922, U+2934-2935, U+29bf, U+2a2f, U+2b05-2b07, U+2b1b, U+2b50, U+2b55, U+2cf5, U+2e1c-2e1d, U+2f00, U+2f08, U+2f12, U+2f24, U+2f29, U+2f2f, U+2f3c, U+2f3f, U+2f42, U+2f45, U+2f63-2f64, U+2f83, U+2f8f, U+3003-3007, U+3012-3013, U+3016-3019, U+3020-3025, U+3030, U+303d, U+3041, U+3043, U+3045, U+3047, U+3049;
}
/* [87] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.87.woff2) format('woff2');
  unicode-range: U+2649-2656, U+2658-265c, U+265e-2660, U+2662-2664, U+2666-2669, U+266b-266f, U+267b, U+2692-2696, U+2698, U+269b-269c, U+26a0-26a1, U+26a3-26a5, U+26aa-26ac, U+26bd-26be, U+26c4-26c5, U+26c8, U+26d1, U+26d3-26d4, U+26e4, U+26e9-26ea, U+26f0-26f5, U+26f9-26fa, U+26fd, U+2701-2702, U+2704-2706, U+2708, U+270a-2712, U+2714, U+2716-2727, U+2729-273e, U+2740-2747;
}
/* [88] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.88.woff2) format('woff2');
  unicode-range: U+2566-2570, U+2572, U+2574, U+2579, U+2580-258a, U+258c-2595, U+2597, U+25a1, U+25a3-25a4, U+25a6-25ac, U+25b0, U+25b4, U+25b7-25b9, U+25bb, U+25bd, U+25bf-25c2, U+25c7-25ca, U+25cc-25cd, U+25d0-25d9, U+25dc-25e6, U+25ea-25eb, U+25ef, U+25fb-25fe, U+2600-2604, U+2607, U+2609-260b, U+260d-2615, U+2618, U+261a-2623, U+262a, U+262d-2630, U+2638-263e, U+2641-2642, U+2648;
}
/* [89] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.89.woff2) format('woff2');
  unicode-range: U+2475-2481, U+2488-2491, U+24b6-24c5, U+24c7-24ca, U+24cc, U+24ce, U+24d0-24df, U+24e1-24ea, U+24f5, U+24ff, U+2501, U+2503-250d, U+250f-2511, U+2513-2515, U+2517-2518, U+251b-251d, U+2520, U+2523-2524, U+2528, U+252b-252c, U+252f, U+2533-2534, U+2537, U+253b-253c, U+2541, U+2543-2545, U+254b, U+2550-2565;
}
/* [90] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.90.woff2) format('woff2');
  unicode-range: U+2139, U+2153, U+2194-2197, U+2199, U+219d-219e, U+21a0, U+21a9-21aa, U+21ac, U+21af-21b1, U+21b3-21b5, U+21ba-21bb, U+21c4, U+21ca, U+21cc, U+21d0, U+21d2-21d4, U+21d8, U+21dd, U+21e2-21e9, U+2200, U+2202, U+2205-2208, U+220e-220f, U+2211-2212, U+2215, U+2217-221a, U+221d-2220, U+2225, U+2227-222b, U+222e, U+2234-2237, U+223c-223d, U+2248, U+2256, U+2260-2261, U+2264-2265, U+226a-226b, U+226e-226f, U+2282-2283, U+2295-2296, U+2299, U+22a5, U+22b0-22b1, U+22b9, U+22bf, U+22c5-22c6, U+22c8, U+22d0-22d1, U+22ee, U+2312-2313, U+2318, U+231a-231b, U+2323, U+2328, U+239d, U+23a0, U+23af, U+23e4, U+23e9-23ea, U+23ec, U+23f0-23f3, U+23fa, U+2445, U+2460-2471, U+2474;
}
/* [91] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.91.woff2) format('woff2');
  unicode-range: U+1ec0-1ec3, U+1ec5-1ec6, U+1ec9, U+1ecb-1ecd, U+1ecf-1ed1, U+1ed3-1ed5, U+1ed7-1edd, U+1edf, U+1ee1, U+1ee3-1ee7, U+1ee9, U+1eeb, U+1eed, U+1eef-1ef1, U+1ef3, U+1ef7, U+1ef9, U+1f62, U+1fa2, U+2001-2006, U+2009-200a, U+200c-200d, U+200f-2012, U+2015-2016, U+201a, U+201e, U+2020-2021, U+2023-2025, U+2028, U+202a-202d, U+202f-2030, U+2032-2033, U+2035, U+2038, U+203e-203f, U+2042-2044, U+2049, U+204d-204e, U+2060-2061, U+2063, U+2070, U+2074-207b, U+207d-2083, U+208a, U+208d-208e, U+20a1, U+20a4, U+20a6, U+20a8-20ab, U+20ad-20ae, U+20b1-20b3, U+20b5, U+20b8-20ba, U+20bd, U+20dd, U+20e3, U+2105, U+2109, U+2112-2113, U+2115-2117, U+2120-2121, U+2126, U+212b;
}
/* [92] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.92.woff2) format('woff2');
  unicode-range: U+11af, U+11b7, U+11bc, U+121b, U+122d, U+129b, U+12a0, U+13a6, U+13a9, U+13ac, U+13af, U+13b3, U+13c2, U+13e3, U+141b, U+1555, U+1557, U+15dc, U+15e8, U+1780-1782, U+1784-1785, U+1787, U+178a, U+178e-1791, U+1793-179c, U+179f, U+17a2, U+17b6-17b9, U+17bb-17bc, U+17bf-17c7, U+17c9, U+17cb, U+17d0, U+17d2, U+17db, U+1871, U+18fa, U+1bff, U+1d00, U+1d04-1d05, U+1d07, U+1d0a-1d0b, U+1d0d, U+1d0f, U+1d17-1d18, U+1d1b-1d1c, U+1d20-1d22, U+1d25, U+1d2c, U+1d2e, U+1d30-1d31, U+1d33-1d3a, U+1d3c, U+1d3e-1d42, U+1d52, U+1d55, U+1d5b, U+1d5e, U+1d9c, U+1da0, U+1dc4-1dc5, U+1e3b, U+1e43, U+1e45, U+1e47, U+1e63, U+1e6d, U+1e73, U+1ea0, U+1ea2, U+1ea4-1ea9, U+1eab-1eaf, U+1eb1, U+1eb3, U+1eb5, U+1eb7, U+1eb9, U+1ebb, U+1ebd-1ebe;
}
/* [97] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.97.woff2) format('woff2');
  unicode-range: U+2c8-2c9, U+2cc-2cd, U+2d0, U+2d8, U+2da, U+2dc, U+2e1-2e3, U+2e7, U+2eb, U+2ee, U+2f1-2ff, U+302-304, U+306-309, U+30c-30d, U+311, U+31b, U+321, U+323-325, U+328-329, U+32b-32c, U+32e-32f, U+331-33a, U+33c-33f, U+348, U+353, U+358-359, U+35c, U+35e-35f, U+361, U+363, U+367-368, U+36c, U+36f, U+530-535, U+537-540, U+55e, U+561-565, U+568-56d, U+56f-576, U+578-582, U+584, U+5a1, U+5a3-5a4, U+5aa, U+5ae, U+5b0-5b4;
}
/* [98] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.98.woff2) format('woff2');
  unicode-range: U+1af, U+1b1, U+1b4-1be, U+1d0, U+1d2, U+1d4, U+1da, U+1dc-1dd, U+1e1, U+1e3-1e4, U+1e7, U+1e9, U+1eb-1ec, U+1f0-1f1, U+1f3-1f5, U+1f7, U+1f9-1ff, U+219, U+221, U+225-226, U+228-22b, U+22e-22f, U+231-235, U+239, U+23b, U+23e, U+250-252, U+254-255, U+259-25e, U+261-263, U+268-26b, U+26d, U+26f-277, U+279-27a, U+27d-281, U+283, U+28a-28c, U+28f, U+292, U+294-296, U+298-29a, U+29c, U+29f, U+2a1-2a2, U+2a4-2a7, U+2a9-2aa, U+2ae-2b3, U+2b5-2b7, U+2b9-2bf, U+2c2-2c4, U+2c6-2c7;
}
/* [99] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.99.woff2) format('woff2');
  unicode-range: U+a1-a2, U+a4, U+a6-a8, U+aa, U+ac, U+af, U+b1, U+b5-b6, U+b8-ba, U+bc-be, U+c0-c8, U+ca-cc, U+ce-d5, U+d8-df, U+f0, U+f5, U+f8, U+fb, U+fe-100, U+102, U+105, U+107, U+109-10b, U+10f, U+112, U+115, U+117, U+119, U+11b, U+11f, U+121, U+123-124, U+127, U+129, U+12c-12d, U+130-13f, U+141-142, U+144, U+148, U+14b-14c, U+14f-153, U+159-15b, U+15e-160, U+163-166, U+169-16a, U+16d-171, U+173-17e, U+192, U+1a0, U+1a4, U+1aa, U+1ac-1ad;
}
/* [100] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.100.woff2) format('woff2');
  unicode-range: U+a3, U+2ca, U+2223, U+2640, U+273f, U+301c-301d, U+3107, U+310c, U+4e30, U+4e3e, U+4e5e, U+4e71, U+4f26, U+4f7c, U+4f83, U+50da, U+5243, U+5267, U+529e, U+5321, U+5352, U+5477, U+548b, U+54a6, U+54b2, U+54c2, U+54c4, U+54c6, U+54cd, U+54ee, U+5543, U+55d1, U+55d3, U+55f0, U+55fd, U+560d, U+5629, U+5660, U+57ae, U+57e0, U+57e4, U+5904, U+592d, U+5965, U+5a31, U+5a7f, U+5b5a, U+5bb8, U+5c14, U+5c3b, U+5c5c, U+5c5e, U+5d10, U+5e10, U+5e4c, U+603b, U+604d, U+611c, U+6137, U+61c8, U+6292, U+62c7, U+6371, U+6382, U+645f, U+64ae, U+64c2, U+651e, U+65f1, U+660a, U+663e, U+673d, U+6784, U+6789, U+67ff, U+6813, U+6854, U+68d8, U+68fa, U+697d, U+6a01, U+6a1e, U+6baf, U+6c08, U+6c17, U+6c2b, U+6c81, U+6cbd, U+6dc6, U+6df9, U+6ed9, U+6ee1, U+6f86, U+6fc1, U+6fdb, U+701f, U+7076, U+715c, U+7194, U+71fb, U+720d, U+72b6, U+7396, U+73af, U+745b, U+746f, U+748b, U+7647, U+7699, U+76bf, U+76ce, U+76de, U+77aa, U+786b, U+7881, U+78ca, U+793c, U+797a, U+79b9, U+79bb, U+79bf, U+7a92, U+7ac7, U+7ae3, U+7b19, U+7b20, U+7b51, U+7b94, U+7cbd, U+7cde, U+7cef, U+7d46, U+7dde, U+7f88, U+80da, U+814b, U+81cd, U+8235, U+8258, U+8282, U+82b9, U+846b, U+84c1, U+84d3, U+8518, U+8611, U+8783, U+8814, U+8a15, U+8aa6, U+8b2c, U+8ba8-8ba9, U+8bc6, U+8be2, U+8be6, U+8c22, U+8d05, U+8d27, U+8dbe, U+8e34, U+8e66, U+8ec0, U+9005, U+9082, U+9091, U+914b, U+916f, U+92c5, U+92f0, U+9318, U+9382, U+938a, U+93e2, U+964b, U+96c1, U+96cc-96cd, U+96db, U+973e, U+97a0, U+9803, U+9876, U+9879, U+9955, U+9986, U+99f1, U+9a5b, U+9abc, U+9c57, U+9c9c, U+9d1b, U+9d26, U+9d51, U+9eef, U+9f99, U+c2a4, U+e253, U+e313-e314, U+e5c7, U+e5c9, U+e8db-e8dc, U+ff25, U+ff2d-ff2e, U+ff34, U+ffe5, U+1f60a, U+1f618, U+1f62d;
}
/* [101] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.101.woff2) format('woff2');
  unicode-range: U+b4, U+10d, U+2d9, U+641, U+6cc, U+e20, U+e29, U+200e, U+20ac, U+2266, U+25be, U+301e, U+3058, U+4e07, U+4e1d, U+4e66, U+4ece, U+4fde, U+5016, U+5180, U+5199, U+51aa, U+5306, U+5386, U+53d8, U+5413, U+541d, U+5436, U+54ce, U+54e8, U+54fc, U+5571, U+557e, U+558e, U+55a7, U+56a8, U+57a2-57a3, U+58b3, U+5960, U+5992-5993, U+59a4, U+5a55, U+5ab2, U+5afb, U+5b56, U+5bc5, U+5bc7, U+5bf0, U+5cb1, U+5cc7, U+5dff, U+5e93, U+5ed3, U+5f6a, U+60bc, U+61ff, U+6218, U+6254, U+634d, U+6467, U+64f1-64f2, U+6582, U+65fb, U+6615, U+6687, U+66e6, U+66f0, U+6781, U+67f5, U+68a7, U+6a1f, U+6b27, U+6b4e, U+6b73, U+6b79, U+6bcb, U+6c5d, U+6cf5, U+6dee, U+6ec4, U+6ecc, U+6f88, U+6fef, U+701d, U+703e, U+707c, U+7099, U+710a, U+725f, U+72d9, U+72e9, U+731d, U+7325, U+739f, U+7463, U+7480, U+74a8, U+7523, U+7526, U+75e0, U+7613, U+7656, U+76d4, U+773a, U+775c, U+775e, U+780c, U+78e1, U+78f7, U+7960, U+7a20, U+7aaf, U+7b08, U+7b71, U+7be4, U+7cec, U+7cf0, U+7d5e, U+7d62, U+7dbe, U+7e1b, U+7ea2, U+7ec4, U+7ec6, U+7edc, U+7eed, U+7efc, U+7f16, U+7f57, U+7fb9, U+7fca, U+803d, U+816e, U+82a5, U+82b7, U+8317, U+8338, U+834a, U+83d3, U+8401, U+8469, U+849e, U+854a, U+8559, U+865e, U+86e4, U+8700, U+8759, U+8760, U+8778, U+8782, U+879e, U+87d1, U+880d, U+8836, U+8944, U+89c8, U+8aac, U+8b74, U+8ba2, U+8ba4, U+8bae, U+8bfb, U+8c4e, U+8cb3, U+8cb6, U+8d16, U+8d28, U+8e44, U+8f3b, U+8f3f, U+8f91, U+8fb9, U+8fc4, U+8fde, U+8ff9, U+9076, U+90ae, U+90b8, U+9257, U+9310, U+93df, U+94fe, U+95a5, U+95a9, U+962e, U+968f-9690, U+9704, U+9713, U+97f6, U+9824, U+986b, U+9884, U+9886, U+98e2, U+991a, U+99a5, U+99dd, U+9ab8, U+9b41, U+9b77, U+9bad, U+c774, U+e5d4, U+fe52, U+ff02, U+1f389, U+1f449, U+1f495;
}
/* [102] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.102.woff2) format('woff2');
  unicode-range: U+2cb, U+5d1, U+5d9, U+5e2, U+5e8, U+5ea, U+633, U+e32, U+2252, U+2267, U+2573, U+25b3, U+25c4, U+2713, U+2715, U+30e2, U+4e28, U+4e3c, U+4e4d, U+4e70, U+4f88, U+4fef, U+5018, U+501a, U+5026, U+5137, U+513f, U+51f3, U+524b, U+5254, U+52d8, U+5308, U+5384, U+53cc, U+5443, U+5466, U+54a7-54a8, U+54bd, U+54c9, U+54cb, U+555e, U+556a, U+5580, U+560e, U+5614, U+561f, U+562f, U+566c, U+5679, U+56bc, U+56cd, U+56e7, U+56ed, U+572d, U+57d7, U+582f, U+589f, U+5b09, U+5ba5, U+5c51, U+5c90, U+5cef, U+5d16, U+5d84, U+5dd4, U+5e08, U+5e26, U+5f0a, U+5f20, U+606c, U+61c7, U+620f, U+625b, U+62a4, U+62d0, U+62f1, U+63a0, U+63c6, U+63f9, U+6413, U+6417, U+6483, U+64f7, U+650f, U+65a7, U+665f, U+66ae, U+66d6, U+66e0, U+6746, U+6756, U+67d1, U+6837, U+68d7, U+68e0, U+68f5, U+6977, U+6995, U+69a8, U+69b4, U+69d3, U+6a3d, U+6abb, U+6bb7, U+6bd3, U+6c47, U+6cc4, U+6cd3, U+6dae, U+6e26, U+6e29, U+6e5b, U+6eaf, U+6eba, U+7028, U+70b3, U+711a, U+733f, U+73c0, U+73ee, U+7444, U+745a, U+7487, U+7540, U+75a4, U+7729, U+779e, U+798e, U+79cd, U+79e9, U+7a3d, U+7a4c, U+7a9f, U+7ac4, U+7aff, U+7b77, U+7c27, U+7ca7, U+7cd9, U+7d76, U+7e43, U+7ea6, U+7ed9, U+7ff1, U+808b, U+809b, U+80fa, U+827a, U+8309, U+8328, U+832b, U+8396, U+83e0, U+840e, U+8425, U+852d, U+853b, U+8588, U+85e9, U+86b5, U+8718, U+87ec, U+8910, U+893b, U+89c1-89c2, U+8b3e, U+8baf, U+8bc1, U+8bcd, U+8bdd, U+8c41, U+8c48, U+8d2d, U+8d5e, U+8fbe, U+9015, U+90a8, U+90b5, U+90e1, U+9169, U+9183, U+91d0, U+91dc, U+9293, U+92f8, U+9472, U+9598, U+95ed, U+95fb, U+9605, U+96c7, U+9739, U+9742, U+9761, U+99ad, U+9ae6, U+9b1a, U+9b44, U+9bc9, U+9d3f, U+9dd7, U+9e7c, U+9e92, U+fe5d-fe5e, U+ff22-ff24, U+ff2f-ff30, U+ff33;
}
/* [103] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.103.woff2) format('woff2');
  unicode-range: U+60, U+f7, U+161, U+2198, U+2571, U+258b, U+25b6, U+2661, U+3051, U+3109, U+4e11, U+4e1c, U+4e24, U+4e2b, U+4ef7, U+4f18, U+4f36, U+4fd0, U+5029-502a, U+5055, U+508d, U+50ad, U+50d5, U+50e7, U+50f1, U+50f5, U+51a5, U+51c8, U+51fb, U+5203, U+524e, U+5288, U+5323, U+53c2, U+5458, U+54b1, U+54b3, U+54b8, U+5582, U+55b2, U+55ba, U+55da, U+55dc, U+5662, U+5678, U+56c2, U+5742, U+57d5, U+5862, U+58e4, U+58f0, U+5907, U+590d, U+5934, U+5978, U+5984, U+5a25, U+5c06, U+5c62, U+5c91, U+5cfb, U+5d01, U+5d11, U+5d1b, U+5e87, U+5eff, U+5f27, U+5f3a, U+5f53, U+5f64, U+6001, U+6168, U+61a9, U+6233, U+62a5, U+62ce, U+62ed, U+638f, U+6399, U+63c0, U+646f, U+6590, U+6631, U+664f, U+6689, U+66dc, U+672f, U+67af, U+67ec, U+6807, U+6a44, U+6c14, U+6c40, U+6c70, U+6c76, U+6cb8, U+6ce3, U+6df3, U+6e20, U+6e43, U+6ebc, U+6eec, U+6f2c, U+6fb1, U+7009, U+7011, U+701a, U+7117, U+7184, U+72f9, U+7426, U+74bd, U+74cf, U+752b, U+7554, U+75b9, U+7621, U+7671-7672, U+7693, U+76ef, U+7737, U+77a7, U+77b3, U+77bb, U+77da, U+77e2, U+77e9, U+77ef, U+7801, U+7940, U+797f, U+79a7, U+79b1, U+79bd, U+7a6b, U+7ac5, U+7b1b, U+7dab, U+7db4, U+7db8, U+7dcb, U+7ddd, U+7de0, U+7e55, U+7e9c, U+7ed3, U+7ef4, U+803f, U+8046, U+8087, U+8116, U+81a8, U+8214, U+821c, U+82d4, U+8305, U+831c, U+8335, U+8339, U+8350, U+8354, U+8526, U+860a, U+86db, U+8713, U+873b, U+8822, U+8993, U+8a1f, U+8ab9, U+8ad7, U+8e72, U+8f4e, U+8f9c, U+8fd0, U+8fd8, U+8fe6, U+9042, U+907c, U+91ba, U+9452, U+9591, U+95e2, U+9631, U+9699, U+96b8, U+9709, U+978d, U+9811, U+9830, U+98ce, U+9945, U+99ed, U+9a8c, U+9ad3, U+9baa, U+9be8, U+9c77, U+9cf6, U+9d72, U+9e1f, U+9ec4, U+fe31, U+fe55, U+ff03, U+ff20, U+ff3b, U+ff3d, U+1f3fb, U+1f44d, U+1f60d;
}
/* [104] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.104.woff2) format('woff2');
  unicode-range: U+10c, U+e44, U+2728, U+3081, U+4e13, U+4e19, U+4e1e, U+4e5c, U+4ea7, U+4ed7, U+4f20, U+4f8d, U+4ffe, U+5021, U+515c, U+51a4, U+51e0, U+521b, U+522b, U+532a, U+534e, U+5355, U+537f, U+5398, U+539d, U+541f, U+543c, U+544e, U+5509, U+5598, U+5622, U+5632, U+563f, U+5641, U+566a, U+5695, U+569f, U+56ae, U+56da, U+573a, U+574e, U+5835, U+584c, U+5885, U+58ae, U+5a1f, U+5ac2, U+5b24, U+5bb0, U+5bde, U+5be1, U+5bfc, U+5c39, U+5c4c, U+5c60, U+5e76, U+5e7f, U+5e9a, U+5eb8, U+5f13, U+5f6c, U+6127, U+61f2, U+6208, U+620a, U+620c, U+6252, U+62ef, U+6328, U+633d, U+6362, U+63b0, U+63c9, U+640f, U+64a9, U+6514, U+652c, U+655e, U+6583, U+658c, U+6627, U+66f3, U+6734, U+6743, U+676d, U+67c4, U+67da, U+68cd, U+68f2, U+690e, U+6ab3, U+6b16, U+6b38, U+6b3d, U+6bc6, U+6ca1, U+6cab, U+6d8c, U+6dea, U+6e32, U+6e3e, U+6e58, U+6eef, U+6ef2, U+6fe4, U+708a, U+7130, U+7165, U+7172, U+71c9, U+71ed, U+7232, U+7239, U+7261, U+7280, U+72a7, U+72f8, U+73c8, U+7464, U+753b, U+754f, U+755c, U+75d8, U+76ea, U+776b, U+7779, U+777f, U+7784, U+778e, U+77db, U+77ee, U+79e4, U+7a46, U+7a57, U+7aba, U+7aed, U+7b4d, U+7c7b, U+7c7d, U+7d13, U+7d33, U+7dbb, U+7df9, U+7e46, U+7ea7, U+8085, U+8165, U+81fb, U+82b8, U+82d3, U+8343, U+839e, U+83e9, U+840d, U+851a, U+853d, U+8543, U+859b, U+85fb, U+87fb, U+888d, U+88c5, U+8adc, U+8b0a, U+8bb0, U+8bbe, U+8bc4, U+8bf4, U+8c5a, U+8cc3, U+8ce4, U+8d44, U+8e81, U+8f44, U+8f66, U+8fdb, U+900d, U+9063, U+914c, U+9223, U+9226, U+923a, U+925b, U+9264, U+929c, U+92b9, U+9320, U+934d, U+935b, U+9444, U+957f, U+96a7, U+97ad, U+97cc, U+9898, U+98ea, U+9921, U+9952, U+9a55, U+9b0d, U+9b91, U+9bca, U+9ebd, U+9f4b, U+e60f-e610, U+ff1c-ff1d, U+ff21, U+ff38, U+ff9f, U+fffd, U+1f602;
}
/* [105] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.105.woff2) format('woff2');
  unicode-range: U+e17, U+e22, U+2103, U+25a0, U+266a, U+3014-3015, U+4e1a, U+4e50, U+4f10, U+4f6c, U+4f70, U+4fcf, U+5006, U+50d1, U+5170, U+518c, U+51f0, U+51f6, U+51f9, U+5219, U+5256, U+525d, U+52c9, U+5349, U+5351, U+5356, U+5375, U+53db, U+53ee, U+53f7, U+5492, U+54fa, U+5538, U+55bb, U+55e8, U+5757, U+58be, U+5937, U+59dc, U+59e8, U+5a49, U+5a9a-5a9b, U+5ab3, U+5b9b, U+5b9e, U+5be8, U+5c37, U+5c4e, U+5d14, U+5d19, U+5d4c, U+5d50, U+5deb, U+5e84, U+5e94, U+5ec2, U+5f17, U+5f26, U+5f55, U+5f77, U+5f7f, U+5fbd, U+6052, U+6064-6065, U+608d, U+609a, U+6101, U+611a, U+614c, U+621a, U+6237, U+6284, U+6296, U+62e9, U+632a-632b, U+634f, U+6488, U+6500, U+652a, U+6556, U+65e0, U+65ec, U+6643, U+679a, U+6850, U+6893, U+6897, U+68b3, U+68d5, U+6930, U+6960, U+6a11, U+6a38, U+6a3a, U+6b22, U+6b67, U+6b6a, U+6c59, U+6c83, U+6ccc, U+6df5, U+6ef7, U+6f3e, U+6f80, U+70ed, U+7164, U+722a, U+7260, U+7272, U+73b0, U+74ca, U+74e3, U+7538, U+7586, U+75b5, U+7624, U+7661-7662, U+7838, U+786e, U+788c, U+7950, U+79a6, U+79aa, U+7a40, U+7a62, U+7bf7, U+7c3e, U+7c98, U+7ca5, U+7d21, U+7d2e, U+7dba, U+7dec, U+7e79, U+7ecf, U+7edf, U+7f79, U+8086, U+810a, U+8139, U+813e, U+817a, U+81b3, U+821f, U+8247, U+8259, U+8271, U+8431, U+846c, U+849c, U+84b2, U+84c4, U+8513-8514, U+8549, U+8755, U+8877, U+8881, U+88f9, U+8a1d, U+8a3c, U+8a6d-8a6e, U+8a93, U+8ae7, U+8af7, U+8b17, U+8b5a, U+8ba1, U+8bba, U+8cdc, U+8dea, U+8f6c, U+8f7d, U+8fc7, U+8fd9, U+902e, U+90ca, U+916a, U+916c, U+921e, U+9245, U+947c, U+9594, U+95a8, U+95ee, U+95f4, U+9706, U+971e, U+9756, U+980c, U+9891, U+98b1, U+98fc, U+9903, U+9957, U+99ae, U+99ff, U+9db4, U+e602-e605, U+e611, U+ff16-ff19;
}
/* [106] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.106.woff2) format('woff2');
  unicode-range: U+a5, U+2190-2191, U+2193, U+22c1, U+2302, U+25cb, U+2699, U+2709, U+4e0e, U+4e18, U+4e3a, U+4e48, U+4e91, U+4eec, U+4f3d, U+5112, U+524a, U+52a3, U+52ab, U+52c3, U+52f3, U+52fb, U+5320, U+5339, U+533f, U+53e2, U+543e, U+5480, U+5495, U+5497, U+5564, U+5572, U+55c6, U+55ef, U+563b, U+5653, U+5657, U+56b7, U+5764, U+5824, U+58d8, U+5955, U+5983, U+598d, U+59a8, U+59da, U+59e6, U+5a36, U+5bb5, U+5bc2, U+5bee, U+5bf9, U+5cb3, U+5d17, U+5dbc, U+5e2e, U+6070, U+60df, U+6190, U+61a4, U+61be, U+61fc, U+62ac, U+62bc, U+636e, U+6398, U+63a9, U+6435, U+6487, U+6495, U+64ab, U+64bf, U+6577, U+65ac, U+6602, U+6652, U+66f9, U+672d, U+6761, U+683d, U+68ad, U+68b5, U+68da, U+68e7, U+6a59, U+6a61, U+6ae5, U+6b47, U+6bef, U+6c50, U+6c9b, U+6e23, U+6e34, U+6e4a, U+6e67, U+6ea2, U+6eb6, U+6f20, U+6feb, U+7149, U+714c, U+715e, U+7199, U+71ac, U+7231, U+7262, U+7409, U+745f, U+7469, U+7504, U+7535, U+753a, U+75f4, U+7682, U+76ba, U+76f2, U+77fd, U+780d, U+7832, U+78c5, U+78ef, U+7901, U+79be, U+79c9, U+79e6, U+7a1a, U+7a84, U+7aca, U+7cb5, U+7cb9, U+7cdf, U+7ce7, U+7d6e, U+7db1, U+7def, U+7e61, U+7e7d, U+7e8f, U+7f38, U+7f77, U+7fa8, U+7fc5, U+7fe1, U+7ff9, U+800d, U+8015, U+8054, U+80a2, U+80aa, U+80ba, U+814e, U+8180, U+819d, U+81c0, U+828b, U+82ad, U+82af, U+83f1, U+83f8, U+8403, U+8475, U+84bc, U+84c9, U+84ec, U+8523, U+8569, U+8591, U+85b0, U+86d9, U+8774, U+881f, U+884d, U+88d4, U+89c4, U+89c6, U+8a60, U+8a79, U+8b19, U+8bd5, U+8bf7, U+8c03, U+8c79, U+8cc8, U+8d9f, U+8e10, U+8e48, U+8faf, U+9009, U+9017, U+9175, U+9187, U+918b, U+91d8, U+9214, U+946b, U+9470, U+9640, U+9675, U+96ef, U+9716, U+97cb, U+97e9, U+985b, U+99b3, U+9b4f, U+9d09, U+9e9f, U+9edb, U+9f90, U+ff05, U+ff14, U+1f464;
}
/* [107] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.107.woff2) format('woff2');
  unicode-range: U+25ce, U+4e08, U+4e2a, U+4e56, U+4e9a, U+4ea8, U+4ead, U+4ec7, U+4f3a, U+4f51, U+4f62, U+4faf, U+507d, U+5098, U+50ac, U+5147, U+5173, U+5187, U+51f8, U+52a1, U+52a8, U+52f8, U+535c, U+53ed, U+541e, U+5435, U+5475, U+54a9, U+54c0, U+54c7, U+5589, U+5605, U+5690, U+5733, U+5782, U+57c3, U+5858, U+5893, U+589c, U+58e2, U+5974, U+599e, U+59a5, U+59ec, U+5b66, U+5b99, U+5b9d, U+5c2c, U+5c48, U+5c65, U+5cfd, U+5d0e, U+5dba, U+5de2, U+5e06, U+5e15, U+5ec1, U+5ed6, U+5f00, U+5f4c, U+5f65, U+6055, U+609f, U+60b6, U+6241, U+624e, U+626f, U+6291, U+62cc, U+62d3, U+62d8, U+62da, U+62fe, U+6349, U+6367, U+63ea, U+6454, U+64a4, U+64b2, U+64bc, U+64c5, U+64ce, U+6558, U+6572, U+65a5, U+65e8, U+65ed, U+6606, U+6614, U+6670, U+6688, U+673a, U+674f, U+6770, U+6795, U+68cb, U+6912, U+6953, U+6aac, U+6aaf, U+6ab8, U+6b20, U+6b96, U+6bbf, U+6bc5, U+6c6a, U+6cbe, U+6d59, U+6d78, U+6dc7, U+6deb, U+6e7e, U+6e9c, U+6f3f, U+6f51, U+6f70, U+6f84, U+704c, U+7051, U+70ab, U+70ad, U+70f9, U+7119, U+714e, U+71d9, U+71e5-71e6, U+72c4, U+72d0, U+72e0, U+7334, U+744b, U+7455, U+74f7, U+7529, U+75ab, U+75b2, U+766e, U+76c3, U+76fc, U+76fe, U+7891, U+7948, U+7a74, U+7b28, U+7c60, U+7c72, U+7cca, U+7ebf, U+7f55, U+7ff0, U+8154, U+81c2, U+81d8, U+81e3, U+81e5, U+8292, U+8299, U+8302, U+8304, U+8332, U+83c1, U+83c7, U+83ca, U+845b, U+8490, U+85af, U+8650, U+8667, U+8abc, U+8b0e, U+8b39, U+8bed, U+8c54, U+8c6b, U+8c9e, U+8ca7, U+8caa-8cab, U+8ce6, U+8cec-8ced, U+8eb2, U+8eba, U+8fb0, U+901d, U+908f, U+9127, U+91c0, U+9215, U+92b3, U+932b, U+93fd, U+95ca, U+964c, U+96c0, U+970d, U+9774, U+97fb, U+9812, U+9817, U+9913, U+9935, U+99c1, U+9b31, U+9d5d, U+9d6c, U+9e79, U+fe0f, U+fe30, U+ff0b, U+ff10, U+ff15;
}
/* [108] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.108.woff2) format('woff2');
  unicode-range: U+b0, U+926, U+928, U+939, U+93f-940, U+94d, U+200b, U+22ef, U+25ba, U+25c6, U+2665, U+4e4f, U+4e59, U+4f0d, U+4f0f, U+4f19, U+4f59, U+4fae, U+5075, U+50b2, U+50b5, U+511f, U+5141, U+5146, U+514c, U+5185, U+51dd, U+51fd, U+522e, U+5319, U+533a, U+5378, U+53ad, U+53c9, U+53d1, U+53d4, U+543b, U+5442, U+5446, U+5481, U+54e9, U+5507, U+5565, U+559a, U+55aa, U+5606, U+56ca, U+56fe, U+582a, U+58fa, U+5915, U+5949, U+5962, U+5996, U+59fb, U+5a77, U+5b0c, U+5b5f, U+5bd3, U+5be2, U+5bfa, U+5c41, U+5ca9, U+5d07, U+5ec8, U+5eca, U+5f18, U+5f4e, U+5f59, U+5f6d, U+5f79, U+5fb9, U+6028, U+6062, U+6068, U+606d, U+6094, U+60f1, U+6108-6109, U+614e, U+6170, U+617e, U+61b2, U+61f8, U+6247, U+626d, U+6276, U+62ab, U+62cb, U+62f3, U+6368, U+6380, U+6492, U+64b0, U+64e0, U+6570, U+660f, U+6649, U+6691, U+66a8, U+6749, U+67f1, U+67f3-67f4, U+6842, U+6851, U+687f, U+68df, U+69fd, U+6a58, U+6c27, U+6c88, U+6cca, U+6cdb, U+6d29, U+6d66, U+6daf, U+6f01, U+6f06, U+6f58, U+6f62, U+6f6d, U+6fa1, U+6ff1, U+6ffe, U+7058, U+70ae, U+7235, U+7267, U+73ca, U+742a, U+758f, U+75bc, U+76c6, U+7740, U+7955, U+7a00, U+7a3b, U+7b4b, U+7bad, U+7be9, U+7c4c, U+7cfe, U+7dbf, U+7e2b, U+7e31, U+7f9e, U+7fc1, U+7ffc, U+8096, U+809d, U+80de, U+8108, U+8155, U+816b, U+81df, U+8277, U+82bd, U+8352, U+8393, U+8404, U+8525, U+856d, U+8587, U+8606, U+868a, U+8776, U+87ba, U+87f9, U+886b, U+8870, U+88d5, U+896a, U+896f, U+8a23, U+8a87, U+8ad2, U+8b00, U+8b20, U+8cb8, U+8cca, U+8ce0, U+8d39, U+8d6b, U+8d81, U+8db4, U+8e29, U+8ef8, U+8f1b, U+8f5f, U+8fa8, U+906e, U+9077, U+90aa, U+90b1, U+90c1, U+9165, U+919c, U+92c1, U+95d6, U+95e8, U+975a, U+98c6, U+9ecf, U+9f0e, U+9f52, U+feff, U+ff06, U+ff0a, U+ff12-ff13;
}
/* [109] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.109.woff2) format('woff2');
  unicode-range: U+627-629, U+631, U+639, U+644, U+64a, U+25cf, U+2606, U+2764, U+3008-3009, U+4e1f, U+4e38, U+4e43, U+4ed5, U+4ef0, U+4eff, U+4fb6, U+4fe0, U+5085, U+50a2, U+50be, U+5118, U+5211-5212, U+5272, U+52fe, U+5366, U+53b2, U+53ec, U+54ac, U+5587, U+55b5, U+561b, U+5751, U+576a, U+57cb, U+58ef, U+592f, U+594f, U+5951, U+5954, U+596e, U+59d1, U+5ac1, U+5acc, U+5b8b, U+5c4d, U+5c6f, U+5ca1, U+5d29, U+5de1, U+5dfe, U+5e7d, U+5edf, U+5ef7, U+5f7c, U+5f81, U+5fa1, U+5faa, U+5fcc, U+5ffd, U+6021, U+6046, U+6155, U+6212, U+62b9, U+6316, U+6350, U+6478, U+647a, U+6490, U+64e6, U+6524, U+6591, U+659c, U+65a4, U+65e6, U+65f6, U+6607, U+6674, U+6765, U+679d, U+68a8, U+6b3a, U+6c57, U+6c61, U+6c90, U+6cbf, U+6d69, U+6db5, U+6dcb, U+6dd1, U+6e21, U+70d8, U+71c3, U+71d5, U+722c, U+727d, U+72ac, U+72fc, U+731c, U+7336, U+7344, U+7384, U+73ab, U+7433-7434, U+745c, U+7470, U+758a, U+75d5, U+7652, U+76c8, U+76e7, U+7709, U+7720, U+7747, U+7763, U+77ac-77ad, U+7802, U+78a7, U+78a9, U+78b3, U+78c1, U+78da, U+7926, U+796d, U+798d, U+7aae, U+7b52, U+7c92, U+7d68, U+7d81, U+7e5e, U+7e69, U+7e73, U+7f50, U+7f70, U+7f75, U+8058, U+8070, U+80c3, U+8105-8106, U+8179, U+818f, U+81a9, U+81ed, U+820c-820d, U+82d1, U+838e, U+83cc, U+8461, U+84b8, U+852c, U+857e, U+85e4, U+863f, U+8679, U+86c7, U+8702, U+8896, U+88c2, U+88f8, U+8af8, U+8b7d, U+8ca2, U+8cc0, U+8d64, U+8d74, U+8d99, U+8e5f, U+8e8d, U+8ecc, U+8ed2, U+8fb1, U+8fc5, U+9022, U+9038, U+903e, U+905c, U+9072, U+9081, U+9189, U+9234, U+92d2, U+934a, U+95a3, U+962a, U+9646, U+9676, U+96d5, U+971c, U+9838, U+9875, U+98c4, U+99db, U+9a45, U+9a5f, U+9a6c, U+9ad2, U+9cf4, U+9d28, U+9daf, U+9df9, U+9e7d, U+9f9c, U+ff11, U+ff1e;
}
/* [110] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.110.woff2) format('woff2');
  unicode-range: U+2500, U+25bc, U+4e95, U+4f50, U+4f54, U+4f69, U+4fc4, U+4fca, U+5009, U+50bb, U+5154, U+51cc, U+528d, U+5291, U+52d2, U+52e4, U+5353, U+5360, U+540a-540b, U+5410, U+54f2, U+5510, U+5514, U+5537, U+558a, U+55ac, U+5617, U+56fd, U+573e, U+5766, U+5783, U+57d4, U+5806, U+5821, U+5857, U+5875, U+58f9, U+596a, U+59ae, U+59c6, U+59ca, U+59ff, U+5a03, U+5ae9, U+5b64, U+5bb4, U+5c3f, U+5e16, U+5e45, U+5e72, U+5ec9, U+5f90-5f92, U+6012, U+6016, U+6084-6085, U+6089, U+60a0, U+60a3, U+60b2, U+60d1, U+60f9, U+6148, U+6158, U+6191, U+626e, U+62d4, U+632f, U+633a, U+6355, U+63aa, U+642c, U+64a5, U+64cb, U+6566, U+6575, U+6597, U+660c, U+66b1, U+66ec, U+6731, U+6735, U+675c, U+67ef, U+6846, U+6876, U+6881, U+68af-68b0, U+68c9, U+6905, U+6b98, U+6bc0, U+6beb, U+6c0f, U+6c1b, U+6c41, U+6ce5, U+6cf3, U+6d25, U+6d2a, U+6d3d, U+6d6e, U+6dd8, U+6dda, U+6dfa, U+6e9d, U+6eaa, U+6ec5, U+6ecb, U+6ef4, U+6f0f, U+6f32, U+707d, U+708e, U+7092, U+716e, U+723a, U+731b, U+7345, U+7375, U+7378, U+73b2, U+74e6, U+75be, U+75de, U+764c, U+76dc, U+788e, U+7897, U+789f, U+78b0, U+790e, U+7965, U+7a4e, U+7aa9, U+7c43, U+7d17, U+7dd2, U+7e96, U+7f51, U+7f69, U+7f72, U+7fd4, U+7fe0, U+8017, U+80a9, U+80d6, U+8102, U+8150, U+8178, U+81bd, U+829d, U+82ac, U+8303, U+840c, U+8482, U+8499, U+85a9-85aa, U+883b, U+8861, U+88c1, U+88cf, U+88d9, U+8a3a, U+8a98, U+8aee, U+8c8c, U+8ce2, U+8d0f, U+8da8, U+8dcc, U+8e0f, U+8e22, U+8f1d, U+8f29, U+8fad, U+9003, U+9006, U+903c, U+904d, U+9059, U+9075, U+90ce, U+90ed, U+9130, U+91ac, U+91e3, U+9285, U+9298, U+92ea, U+9326, U+937e, U+93c8, U+95c6, U+9677, U+9727, U+994b, U+99a8, U+99d0, U+9a30, U+9a37, U+9b42, U+9b45, U+9d3b, U+9e7f, U+9ee8, U+9f3b, U+c5b4;
}
/* [111] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.111.woff2) format('woff2');
  unicode-range: U+5e, U+2502, U+2605, U+4e32, U+4e58, U+4ea1, U+4ef2, U+4f2f-4f30, U+4f75, U+4fd7, U+4ff1, U+501f, U+5049, U+5074, U+5091, U+5144, U+517c, U+51c6, U+51cd, U+5269-526a, U+52aa, U+52c1, U+52c7, U+52df, U+5377, U+541b, U+5439, U+5440, U+5448, U+54aa, U+54e6, U+54ed, U+5674, U+5687, U+585e, U+588a, U+58a8, U+58c1, U+5925, U+5948, U+5999, U+59b3, U+5a1c, U+5a46, U+5b54, U+5b5d, U+5b6b, U+5b8f, U+5bd2, U+5be9, U+5c0a, U+5c16, U+5c46, U+5cf0, U+5e25, U+5e3d, U+5e79, U+5ee2, U+5f04, U+5f31, U+5fcd, U+5fe0, U+60dc, U+6163, U+616e, U+6182, U+61f6, U+622a, U+6258, U+6293, U+62c6, U+62d2, U+6372, U+63da, U+63ed-63ee, U+6416, U+6458, U+649e, U+64ec, U+64f4, U+651c, U+65cb, U+65e2, U+65fa, U+6628, U+6668, U+66a2, U+66c9, U+66fc, U+6717, U+67cf, U+67d4, U+6817, U+6885, U+69cd, U+6a6b, U+6afb, U+6b32, U+6b49, U+6bbc, U+6c89, U+6c96, U+6cc9, U+6d1b, U+6d1e, U+6dfb, U+6efe, U+6f38, U+6f5b, U+6f64, U+6f8e, U+6fa4, U+7070, U+70b8, U+70cf, U+70e4, U+7159, U+7169, U+7210, U+721b, U+7238, U+737b, U+73bb, U+746a, U+7483, U+74dc, U+74f6, U+7518, U+756a, U+75c7, U+775b, U+78e8, U+7919, U+7956, U+795d, U+7a0d, U+7bc9, U+7c97, U+7cd5, U+7d10, U+7d1b, U+7de9, U+7dfb, U+7e3e, U+7e6a, U+7f6a, U+7f8a, U+7fbd, U+8000, U+8036, U+809a, U+80ce, U+80e1, U+80f8, U+8170, U+819c, U+8216, U+8239, U+8266, U+827e, U+82b3, U+8377, U+83ab, U+85c9, U+865b, U+8766, U+87a2, U+87f2, U+8972, U+8a17, U+8a50, U+8a95, U+8b02, U+8b6f, U+8c6c, U+8ca9, U+8cfa, U+8d95, U+8de1, U+8f14, U+8f9b, U+8fa3, U+8feb, U+8ff4, U+9010, U+901b, U+905e, U+9080, U+912d, U+9177, U+91c7, U+9336, U+9451, U+947d, U+963b, U+966a, U+9670, U+9769, U+9813, U+98fd, U+99d5, U+9a19, U+9b27, U+9b6f, U+9ece, U+9ed8, U+9f13, U+9f20, U+ad6d, U+d55c;
}
/* [112] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.112.woff2) format('woff2');
  unicode-range: U+201c-201d, U+203b, U+2192, U+25b2, U+300f, U+4e01, U+4e39, U+4e73, U+4e88, U+4e8e, U+4ed9, U+4f0a, U+4f38, U+4f5b, U+4fc3, U+500d, U+504f, U+5076-5077, U+5100, U+5104, U+5132, U+5175, U+5192, U+51a0, U+51ac, U+51e1, U+51f1, U+5200, U+5224, U+5237-5238, U+523a, U+526f, U+5289, U+52de, U+52f5, U+5371, U+539a, U+53e5, U+540e, U+547c, U+552f, U+5531, U+5634, U+56c9, U+56f0, U+574a, U+5761, U+57f7, U+57f9, U+5805, U+5851, U+5854, U+586b, U+58fd, U+592e, U+5967, U+59bb, U+59d3, U+5a18, U+5b30, U+5b55, U+5b87, U+5b97, U+5be7, U+5bec, U+5bf8, U+5c24, U+5cb8, U+5df7, U+5e1d, U+5e2d, U+5e7b, U+5f1f, U+5f70, U+5fd9, U+61b6, U+6234, U+62b5, U+62d6, U+62dc, U+62fc, U+6383, U+63cf, U+63d2, U+63e1, U+640d, U+64cd, U+64fa, U+64fe, U+654f, U+6562, U+656c, U+65c1, U+65d7, U+6620, U+6676, U+6697, U+66ab, U+66c6, U+66dd, U+66ff, U+671d, U+672b, U+677e, U+67d0, U+67d3, U+68c4, U+690d, U+694a, U+695a, U+6ac3, U+6b04, U+6b23, U+6b78, U+6b8a, U+6c60, U+6d74, U+6d89, U+6db2, U+6dbc, U+6de1, U+6df7, U+6e38, U+6e6f, U+6f02, U+6fc3, U+6fd5, U+70c8, U+7126, U+718a, U+723d, U+7246, U+72af, U+73cd, U+760b, U+7626, U+7687, U+79df, U+7a05, U+7a3f, U+7a69, U+7af6, U+7c3d, U+7c3f, U+7c4d, U+7cd6, U+7d0b, U+7d2b, U+7de3, U+7e2e, U+8010, U+808c, U+80a5, U+80af, U+812b, U+817f, U+819a, U+82d7, U+8389-838a, U+83f2, U+840a, U+8463, U+8521, U+8584, U+860b, U+864e, U+871c, U+878d, U+885d, U+8932, U+89f8, U+8a69, U+8afe, U+8b5c, U+8c37, U+8c46, U+8cbf, U+8cd3, U+8cf4, U+8d08, U+8d0a, U+8ddd, U+8fea, U+9014, U+9055, U+907a, U+9178, U+92fc, U+934b, U+9396, U+93ae, U+9583, U+9663, U+96bb, U+9707, U+9738, U+9846, U+9905, U+9a0e, U+9aa8, U+9b25, U+9b3c, U+9ce5, U+9cf3, U+9ea5, U+9eb5, U+9f4a, U+9f61, U+ff0d;
}
/* [113] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.113.woff2) format('woff2');
  unicode-range: U+3c, U+d7, U+300e, U+4e4e, U+4e82, U+4e92, U+4ec1, U+4ecd, U+4f48, U+4f53, U+4fb5, U+5012, U+502b, U+522a, U+52dd, U+52ff, U+532f, U+53eb, U+53f3, U+5409, U+5433, U+5496, U+54c8, U+554a, U+5561, U+5594, U+559d, U+56b4, U+56fa, U+5713, U+5750, U+57df, U+584a, U+58c7, U+58de, U+593e, U+5976, U+59d0, U+59d4, U+5a66, U+5b85, U+5b88, U+5ba3, U+5bae, U+5bbf, U+5bdf, U+5c01, U+5c04, U+5c3a, U+5c3e, U+5c4f, U+5ddd-5dde, U+5de8, U+5e63, U+5e7c, U+5e8a, U+5eda, U+5ef3, U+5ef6, U+5f48, U+6015, U+6025, U+602a, U+6050, U+6069, U+60e1, U+6162, U+6176, U+61c2, U+6200, U+6263, U+6279, U+6297, U+62b1, U+62bd, U+62ec, U+6311, U+6377, U+6388-6389, U+638c, U+63a2, U+63f4, U+641e, U+6436, U+64c1, U+6551, U+6557, U+6563, U+6696, U+66b4, U+66f2, U+6751, U+675f, U+676f, U+6790, U+6838, U+684c, U+68d2, U+6982, U+699c, U+69ae, U+69cb, U+6a39, U+6a4b, U+6b66, U+6bd2, U+6cb3, U+6ce1, U+6d3e, U+6de8, U+6ed1, U+6f22, U+6f54, U+6fc0, U+6fdf, U+719f, U+71c8, U+7236, U+7259, U+72d7, U+7389, U+73e0, U+745e, U+751a, U+7532-7533, U+7562, U+7591, U+75c5, U+75db, U+7686, U+76d2, U+76db, U+76df, U+76e3, U+7701, U+7761, U+786c, U+7981, U+79cb, U+79d2, U+79fb, U+7a81, U+7a97, U+7aef, U+7b26, U+7b80, U+7c64, U+7d0d, U+7d14, U+7d2f, U+7dca, U+7df4, U+7e54, U+7e6b, U+7f3a, U+8033, U+804a, U+805a, U+81a0, U+81e8, U+8212, U+821e, U+82e6, U+8336, U+8449, U+84cb, U+84ee, U+85e5, U+8607, U+888b, U+8a13, U+8a5e, U+8aa0, U+8aa4, U+8ab0, U+8ab2, U+8ac7, U+8b66, U+8c6a, U+8c93, U+8c9d, U+8de8, U+8f2a, U+8fb2, U+906d, U+907f, U+90a6, U+9109, U+9192, U+91cb, U+91dd, U+964d, U+9686, U+968e, U+9694, U+969c, U+96de, U+96e8, U+96ea, U+96f7, U+975c, U+9760, U+978b, U+9858, U+9918, U+9aee, U+9ebb, U+ff0e-ff0f, U+ff5c;
}
/* [114] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.114.woff2) format('woff2');
  unicode-range: U+b7, U+2022, U+2027, U+3042, U+3044, U+3046, U+3048, U+304a-3050, U+3053-3057, U+3059-305b, U+305d-3061, U+3063-306c, U+306e-3079, U+307b, U+307d-307f, U+3082-308d, U+308f, U+3092-3093, U+30a1-30a4, U+30a6-30c1, U+30c3-30c4, U+30c6-30e1, U+30e3-30ed, U+30ef, U+30f3, U+30fb-30fc, U+4e7e, U+4ea6, U+4eac, U+4f34, U+50b7, U+51b0, U+523b, U+5283, U+5348, U+5354, U+54e5, U+5708, U+590f, U+592b, U+599d, U+59b9, U+5a01, U+5a5a, U+5de7, U+5e78, U+5e9c, U+5fb5, U+6167, U+61f7, U+627f, U+63a1, U+64d4, U+65bd, U+68ee, U+6b4c, U+6bba, U+6c5f, U+6d0b, U+6d6a, U+6e1b, U+6e56, U+6f6e, U+71d2, U+722d, U+72c2, U+751c, U+7530, U+7642, U+76e1, U+79c0, U+7adf, U+7af9, U+7d9c, U+7da0, U+7e23, U+7e41, U+8056, U+8173, U+822a, U+8349, U+83dc, U+8840, U+885b, U+8907, U+8a34, U+8cb4, U+8dd1, U+8fd4, U+8ff0, U+93e1, U+984f, U+98ef, U+9b54;
}
/* [115] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.115.woff2) format('woff2');
  unicode-range: U+23-25, U+3d, U+2026, U+4e03, U+4e45, U+4e5d, U+4eae, U+4ed4, U+4ed8, U+4f01, U+4f11, U+4f3c, U+4f8b, U+4fc2, U+5019, U+505c, U+50c5, U+5145, U+51b7, U+5207, U+521d, U+525b, U+5287, U+52e2, U+535a, U+537b, U+5426, U+542b, U+5438, U+5462, U+54ea, U+555f, U+5566, U+5584, U+5609, U+570d, U+571f, U+5747, U+5802, U+58d3, U+591c, U+5920, U+5922, U+5957, U+5979, U+5a92, U+5abd, U+5b63, U+5b69, U+5b83, U+5b9c, U+5bb3, U+5bc4, U+5bf5, U+5c3c, U+5c40, U+5c4b, U+5c64, U+5cf6, U+5de6, U+5e0c, U+5e55, U+5eab, U+5ead, U+5ee0, U+5f85, U+5f8b, U+5fa9, U+5fd7-5fd8, U+5ff5, U+600e, U+6298, U+62db, U+62ff, U+639b, U+63a7, U+642d, U+6469, U+64ad, U+651d, U+653b, U+65b7, U+65cf, U+665a, U+666e, U+66fe, U+6728, U+674e, U+67b6, U+6821, U+6839, U+6843, U+6a94, U+6b50, U+6b62, U+6b72, U+6b7b, U+6bcd, U+6bdb, U+6c38, U+6c7a, U+6c7d, U+6c99, U+6cb9, U+6ce2, U+6cf0, U+6d17, U+6d32, U+6e2c, U+6fb3, U+7206, U+723e, U+725b, U+734e, U+7387, U+73ed, U+7565, U+7570, U+76ca, U+76e4, U+773e, U+77ed, U+77f3, U+7814, U+7834, U+7968, U+79d8, U+7a76, U+7a7f, U+7b11, U+7b46, U+7b54, U+7bc4, U+7d19, U+7d20, U+7d22, U+7d42, U+7d55, U+7e7c, U+7f85, U+7ffb, U+8077, U+8089, U+80cc, U+81c9, U+81f4, U+81fa, U+820a, U+822c, U+826f, U+85cd, U+86cb, U+88dc, U+8986, U+8a0e, U+8a2a, U+8a73, U+8a8c, U+8b1b, U+8b9a, U+8c50, U+8c61, U+8ca0, U+8cde, U+8cfd, U+8d8a, U+8df3, U+8e64, U+8ecd, U+8edf, U+8f38, U+8ff7, U+9000, U+9047, U+9060, U+90f5, U+9152, U+91ce, U+9280, U+9418, U+9435, U+9589, U+9592, U+9678, U+967d, U+968a, U+96aa, U+96c5, U+96d6, U+96dc, U+96f6, U+9732, U+9748, U+9802, U+9806, U+9808, U+9818, U+983b, U+984d, U+9867, U+98db, U+98f2, U+98fe, U+9a5a, U+9b06, U+9b5a, U+9bae, U+9e97, U+ff1b, U+ff5e;
}
/* [116] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.116.woff2) format('woff2');
  unicode-range: U+26, U+40, U+5f, U+4e14, U+4e9e, U+4ec0, U+4f4e-4f4f, U+4f73, U+4fee, U+503c, U+5047, U+514b, U+516b, U+516d, U+5178, U+520a, U+5236, U+5343, U+5347, U+534a, U+5370, U+53cd, U+53e4, U+53e6, U+53f2, U+5403, U+5411, U+5427, U+5468, U+5473, U+547d, U+552e, U+55ce, U+5740, U+57ce, U+5883, U+589e, U+5931, U+5947, U+59cb, U+5a1b, U+5b58, U+5b98, U+5ba4, U+5bc6, U+5bcc, U+5beb, U+5bf6, U+5c45, U+5c6c, U+5dee, U+5df4, U+5e03, U+5e33, U+5e6b, U+5e7e, U+5e8f, U+5e95, U+5ea7, U+5f15, U+5f62, U+5f69, U+5f80, U+5fae, U+5fb7, U+601d, U+60e0, U+614b, U+6230, U+6236, U+623f, U+628a, U+6295, U+62c9, U+6309, U+63db, U+64c7, U+64ca, U+64da, U+652f, U+6545, U+6548, U+65af, U+65e9, U+6625, U+666f, U+667a, U+670b, U+671b, U+6750, U+677f, U+6848, U+6975, U+6a13, U+6a21, U+6aa2, U+6b65, U+6b77, U+6bb5, U+6cc1, U+6ce8, U+6df1, U+6e90, U+6e96, U+6eab, U+6f14, U+6f2b, U+700f, U+706b, U+724c, U+72c0, U+7368, U+7372, U+74b0, U+756b, U+76ae, U+773c, U+78ba, U+78bc, U+798f, U+79ae, U+7a4d, U+7ae5, U+7b56, U+7b97, U+7bb1, U+7bc7, U+7c73, U+7c89, U+7d00, U+7d30, U+7d39, U+7d72, U+7dad, U+7e8c, U+7f6e, U+7fa4, U+7fa9, U+7fd2, U+8003, U+807d, U+80a1, U+80b2, U+8166, U+8208-8209, U+82e5, U+843d, U+85cf, U+85dd, U+862d, U+8857, U+8863, U+88e1, U+89ba, U+89d2, U+8a31, U+8a62, U+8a66, U+8a72, U+8abf, U+8b1d, U+8b58, U+8b70, U+8b80, U+8ca1, U+8ca8, U+8cac, U+8cbc, U+8d70, U+8da3, U+8db3, U+8ddf, U+8f03, U+8f15, U+8f2f, U+8fa6, U+8fce, U+8ffd, U+900f, U+9031, U+9069, U+908a, U+91ab, U+91cc, U+92b7, U+9322, U+932f, U+9375, U+9632, U+963f, U+9644, U+9662, U+9673, U+96a8, U+96c4, U+96d9, U+96e2-96e3, U+96f2, U+9752, U+97d3, U+97ff, U+9805, U+9810, U+986f, U+990a, U+9910, U+9928, U+9ec3, U+9ed1, U+9f8d;
}
/* [117] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.117.woff2) format('woff2');
  unicode-range: U+3e, U+7e, U+3000, U+300a-300b, U+3010-3011, U+4e16, U+4e26, U+4e94, U+4e9b, U+4ea4, U+4eca-4ecb, U+4efb, U+4efd, U+4f46, U+4f55, U+4f9b, U+4f9d, U+4fbf, U+505a, U+5065, U+5099, U+50cf, U+50f9, U+512a, U+5143, U+5148, U+514d, U+5152, U+5169, U+5171, U+5177, U+518a, U+5217, U+5225, U+5247, U+5275, U+529f, U+52a9, U+5305, U+5341, U+5357, U+5361, U+5373, U+53bb, U+53c3, U+53c8, U+53d6-53d7, U+53e3, U+53ea, U+53f8, U+5404, U+559c, U+5668, U+56db, U+56e0, U+5712, U+5718, U+578b, U+57fa, U+58eb, U+592a, U+5c0b, U+5c0e, U+5c11, U+5c1a, U+5c55, U+5c71, U+5df1, U+5e2b, U+5e36, U+5e97, U+5eb7, U+5ee3, U+5efa, U+5f35, U+5f37, U+5f88, U+5f9e, U+5fc5, U+606f, U+60a8, U+6232, U+624d, U+6253, U+627e, U+6280, U+62cd, U+6301, U+6307, U+6392, U+63a5, U+6539, U+653e-653f, U+6559, U+6574, U+65c5, U+6613, U+66f8, U+672a, U+6797, U+67e5, U+6a19, U+6a23, U+6b61, U+6bcf, U+6bd4, U+6c11, U+6c42, U+6d41, U+6d77, U+6d88, U+6e05, U+6e2f, U+6eff, U+7136, U+7167, U+71df, U+738b, U+73a9, U+7403, U+7531, U+7537, U+754c, U+7559, U+767d-767e, U+76f4, U+793a, U+795e, U+79c1, U+79d1, U+7a2e, U+7a31, U+7a7a, U+7ae0, U+7ba1, U+7bc0, U+7c21, U+7cfb, U+7d04-7d05, U+7d1a, U+7d44, U+7d66, U+7d71, U+7de8, U+7e3d, U+8001, U+800c, U+805e, U+8072, U+81f3, U+82b1, U+82f1, U+83ef, U+842c, U+8457, U+85a6, U+8655, U+8853, U+88ab, U+88dd, U+88fd, U+897f, U+898f, U+89aa, U+89bd, U+89c0, U+89e3, U+8a02, U+8a3b, U+8a55, U+8a8d, U+8a9e, U+8ad6, U+8b49, U+8b77, U+8b8a, U+8b93, U+8cb7, U+8ce3, U+8cea, U+8cfc, U+8f09, U+8fd1, U+9001, U+901f-9020, U+9054, U+90a3, U+914d, U+91cf, U+9304, U+95b1, U+9650, U+9664, U+969b, U+96b1, U+96c6, U+9700, U+975e, U+97f3, U+98a8, U+98df, U+9999, U+99ac, U+9a57, U+9ebc;
}
/* [118] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.118.woff2) format('woff2');
  unicode-range: U+d, U+2b, U+7c, U+a0, U+a9, U+300c-300d, U+4e09, U+4e3b, U+4e4b, U+4e5f, U+4e86, U+4e8b-4e8c, U+4eab, U+4ed6, U+4ee3-4ee4, U+4ef6, U+4f1a, U+4f4d, U+4f60, U+4f7f, U+4f86, U+4fdd, U+4fe1, U+5011, U+50b3, U+5149, U+5167, U+5176, U+518d, U+5229, U+524d, U+529b, U+52a0, U+52d9, U+5316-5317, U+5340, U+539f, U+53ca-53cb, U+5408, U+540c-540d, U+544a, U+548c, U+54c1, U+54e1, U+5546, U+554f, U+55ae, U+56de, U+5716, U+5831, U+5834, U+5916, U+5929, U+5973, U+597d, U+5982, U+5b57, U+5b78, U+5b89, U+5b8c, U+5b9a, U+5ba2, U+5bb9, U+5be6, U+5c07-5c08, U+5c0d, U+5c31, U+5de5, U+5df2, U+5e02, U+5e38, U+5e73-5e74, U+5ea6, U+5f0f, U+5f71, U+5f8c, U+5f97, U+5feb, U+6027, U+60c5, U+60f3, U+610f, U+611b, U+611f, U+61c9, U+6210, U+6216, U+6240, U+624b, U+63a8, U+63d0, U+641c, U+6536, U+6578, U+6599, U+65b9, U+660e, U+661f, U+662d, U+66f4, U+670d, U+671f, U+6771, U+679c, U+682a, U+683c, U+689d, U+696d, U+6a02, U+6a5f, U+6b0a, U+6b21, U+6b3e, U+6b64, U+6c23, U+6c34, U+6c92, U+6cbb, U+6cd5, U+6d3b, U+7063, U+7121, U+71b1, U+7247-7248, U+7269, U+7279, U+73fe, U+7406, U+7522, U+7576, U+767b, U+76ee, U+76f8, U+770b, U+771f, U+77e5, U+793e, U+7a0b, U+7acb, U+7ad9, U+7b2c, U+7b49, U+7cbe, U+7d50, U+7d61, U+7d93, U+7dda, U+7f8e, U+8005, U+806f, U+80fd, U+81ea, U+8207, U+8272, U+865f, U+8868, U+8981, U+898b, U+8996, U+8a00, U+8a08, U+8a0a, U+8a18, U+8a2d, U+8a71, U+8aaa, U+8acb, U+8cbb, U+8cc7, U+8d77, U+8d85, U+8def, U+8eab, U+8eca, U+8f49, U+9019-901a, U+9023, U+9032, U+904a-904b, U+904e, U+9053, U+9078, U+9084, U+90e8, U+90fd, U+91cd, U+91d1, U+9577, U+9580, U+9593, U+9762, U+982d, U+984c, U+985e, U+9996, U+9ad4, U+9ad8, U+9ede, U+ff01, U+ff08-ff09, U+ff1f;
}
/* [119] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.119.woff2) format('woff2');
  unicode-range: U+20-22, U+27-2a, U+2c-3b, U+3f, U+41-5d, U+61-7b, U+7d, U+ab, U+ae, U+b2-b3, U+bb, U+bf, U+c9, U+cd, U+d6, U+e0-ef, U+f1-f4, U+f6, U+f9-fa, U+fc-fd, U+101, U+103, U+110-111, U+113, U+12b, U+14d, U+16b, U+1a1, U+1b0, U+1ce, U+300-301, U+1ea1, U+1ea3, U+1ebf, U+1ec7, U+2013-2014, U+2039-203a, U+203c, U+2122, U+3001-3002, U+3113-3114, U+3118, U+311a-3129, U+4e00, U+4e0a-4e0b, U+4e0d, U+4e2d, U+4eba, U+4ee5, U+4f5c, U+500b, U+5165, U+5168, U+516c, U+51fa, U+5206, U+5230, U+52d5, U+53ef-53f0, U+570b, U+5728, U+5730, U+591a, U+5927, U+5b50, U+5bb6, U+5c0f, U+5fc3, U+6211, U+6587, U+65b0, U+65bc, U+65e5, U+662f, U+6642, U+6700, U+6703, U+6708-6709, U+672c, U+6b63, U+70b9-70ba, U+751f, U+7528, U+767c, U+7684, U+7db2, U+884c, U+958b, U+95dc, U+96fb, U+9801, U+ff0c, U+ff1a;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9i1pcekm_y.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9i1nyekm_y.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9i1niekm_y.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9i1ocek.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* [0] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.0.woff2) format('woff2');
  unicode-range: U+1f921-1f930, U+1f932-1f935, U+1f937-1f939, U+1f940-1f944, U+1f947-1f94a, U+1f950-1f95f, U+1f962-1f967, U+1f969-1f96a, U+1f980-1f981, U+1f984-1f98d, U+1f990-1f992, U+1f994-1f996, U+1f9c0, U+1f9d0, U+1f9d2, U+1f9d4, U+1f9d6, U+1f9d8, U+1f9da, U+1f9dc-1f9dd, U+1f9df-1f9e2, U+1f9e5-1f9e6, U+20024, U+20487, U+20779, U+20c41, U+20c78, U+20d71, U+20e98, U+20ef9, U+2107b, U+210c1, U+22c51, U+233b4, U+24a12, U+2512b, U+2546e, U+25683, U+267cc, U+269f2, U+27657, U+282e2, U+2898d, U+29d5a, U+f0001-f0005, U+f0019, U+f009b, U+f0101-f0104, U+f012b, U+f01ba, U+f01d6, U+f0209, U+f0217, U+f0223-f0224, U+fc355, U+fe327, U+fe517, U+feb97, U+fffb4;
}
/* [6] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.6.woff2) format('woff2');
  unicode-range: U+ff78-ff7e, U+ff80-ff86, U+ff89-ff94, U+ff97-ff9e, U+ffb9, U+ffe0-ffe3, U+ffe9, U+ffeb, U+ffed, U+fffc, U+1d7c7, U+1f004, U+1f0cf, U+1f141-1f142, U+1f150, U+1f154, U+1f158, U+1f15b, U+1f15d-1f15e, U+1f162-1f163, U+1f170-1f171, U+1f174, U+1f177-1f178, U+1f17d-1f17f, U+1f192-1f195, U+1f197-1f19a, U+1f1e6-1f1f5, U+1f1f7-1f1ff, U+1f21a, U+1f22f, U+1f232-1f237, U+1f239-1f23a, U+1f250-1f251, U+1f300, U+1f302-1f319;
}
/* [7] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.7.woff2) format('woff2');
  unicode-range: U+fa0a, U+fa0c, U+fa11, U+fa17, U+fa19, U+fa1b, U+fa1d, U+fa26, U+fa2c, U+fb01, U+fdfc, U+fe0e, U+fe33-fe36, U+fe38-fe44, U+fe49-fe51, U+fe54, U+fe56-fe57, U+fe59-fe5c, U+fe5f-fe6a, U+fe8e, U+fe92-fe93, U+feae, U+fecb-fecc, U+fee0, U+feec, U+fef3, U+ff04, U+ff07, U+ff26-ff2c, U+ff31-ff32, U+ff35-ff37, U+ff39-ff3a, U+ff3c, U+ff3e-ff5b, U+ff5d, U+ff61-ff65, U+ff67-ff68, U+ff6a, U+ff6c-ff77;
}
/* [8] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.8.woff2) format('woff2');
  unicode-range: U+f78a-f78c, U+f78e, U+f792-f796, U+f798, U+f79c, U+f7f5, U+f812, U+f815, U+f876, U+f8f5, U+f8f8, U+f8ff, U+f901-f902, U+f904, U+f906, U+f909-f90a, U+f90f, U+f914, U+f918-f919, U+f91b, U+f91d, U+f91f, U+f923, U+f925, U+f92d-f92f, U+f934, U+f937-f938, U+f93d, U+f93f, U+f941, U+f949, U+f94c, U+f94e-f94f, U+f95a, U+f95d-f95e, U+f961-f963, U+f965-f970, U+f974, U+f976-f97a, U+f97c, U+f97e-f97f, U+f981, U+f983, U+f988, U+f98a, U+f98c, U+f98e, U+f996-f997, U+f999-f99a, U+f99c, U+f99f-f9a0, U+f9a3, U+f9a8, U+f9ad, U+f9b2-f9b6, U+f9b9-f9ba, U+f9bd-f9be, U+f9c1, U+f9c4, U+f9c7, U+f9ca, U+f9cd, U+f9d0-f9d1, U+f9d3-f9d4, U+f9d7-f9d8, U+f9dc-f9dd, U+f9df-f9e1, U+f9e4, U+f9e8-f9ea, U+f9f4, U+f9f6-f9f7, U+f9f9-f9fa, U+f9fc-fa01, U+fa03-fa04, U+fa06, U+fa08-fa09;
}
/* [19] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.19.woff2) format('woff2');
  unicode-range: U+9ee5, U+9ee7, U+9eee, U+9ef3-9ef4, U+9ef6-9ef7, U+9ef9, U+9efb-9efd, U+9eff, U+9f07-9f09, U+9f10, U+9f14-9f15, U+9f19, U+9f22, U+9f29, U+9f2c, U+9f2f, U+9f31, U+9f34, U+9f37, U+9f39, U+9f3d-9f3e, U+9f41, U+9f4c-9f50, U+9f54, U+9f57, U+9f59, U+9f5c, U+9f5f-9f60, U+9f62-9f63, U+9f66-9f67, U+9f6a, U+9f6c, U+9f72, U+9f76-9f77, U+9f7f, U+9f84-9f85, U+9f88, U+9f8e, U+9f91, U+9f94-9f96, U+9f98, U+9f9a-9f9b, U+9f9f-9fa0, U+9fa2, U+9fa4, U+9ff0-9fff, U+a1f4, U+a4b0-a4b1, U+a4b3, U+a9c1-a9c2, U+aa31, U+ab34, U+ac00-ac01, U+ac04, U+ac08, U+ac10-ac11, U+ac13-ac16, U+ac19, U+ac1c-ac1d, U+ac24, U+ac70-ac71, U+ac74, U+ac77-ac78, U+ac80-ac81, U+ac83, U+ac8c, U+ac90, U+aca0, U+aca8-aca9, U+acac, U+acb0, U+acb8-acb9, U+acbc-acbd, U+acc1, U+acc4, U+ace0-ace1, U+ace4, U+ace8, U+acf0-acf1, U+acf3, U+acf5, U+acfc;
}
/* [20] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.20.woff2) format('woff2');
  unicode-range: U+9d77, U+9d7a, U+9d7e, U+9d87, U+9d89, U+9d8f, U+9d91-9d93, U+9d96, U+9d98, U+9d9a, U+9da1-9da2, U+9da5, U+9da9, U+9dab-9dac, U+9db1-9db2, U+9db5, U+9db9-9dbc, U+9dbf-9dc2, U+9dc4, U+9dc7-9dc9, U+9dd3, U+9dd6, U+9dd9-9dda, U+9dde-9ddf, U+9de2, U+9de5-9de6, U+9de8, U+9def-9df0, U+9df2-9df4, U+9df8, U+9dfa, U+9dfd, U+9dff, U+9e02, U+9e07, U+9e0a, U+9e11, U+9e15, U+9e18, U+9e1a-9e1b, U+9e1d-9e1e, U+9e20-9e23, U+9e25-9e26, U+9e2d, U+9e2f, U+9e33, U+9e35, U+9e3d-9e3f, U+9e42-9e43, U+9e45, U+9e48-9e4a, U+9e4c, U+9e4f, U+9e51, U+9e55, U+9e64, U+9e66, U+9e6b, U+9e6d-9e6e, U+9e70, U+9e73, U+9e75, U+9e78, U+9e80-9e83, U+9e87-9e88, U+9e8b-9e8c, U+9e90-9e91, U+9e93, U+9e96, U+9e9d, U+9ea1, U+9ea4, U+9ea6, U+9ea9-9eab, U+9ead, U+9eaf, U+9eb4, U+9eb7-9eba, U+9ebe-9ebf, U+9ecc-9ecd, U+9ed0, U+9ed2, U+9ed4, U+9ed9-9eda, U+9edc-9edd, U+9edf-9ee0, U+9ee2;
}
/* [21] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.21.woff2) format('woff2');
  unicode-range: U+9bf0-9bf1, U+9bf5, U+9bf7, U+9bf9, U+9bfd, U+9bff, U+9c02, U+9c06, U+9c08-9c0a, U+9c0d, U+9c10, U+9c12-9c13, U+9c15, U+9c1c, U+9c1f, U+9c21, U+9c23-9c25, U+9c28-9c29, U+9c2d-9c2e, U+9c31-9c33, U+9c35-9c37, U+9c39-9c3b, U+9c3d-9c3e, U+9c40, U+9c42, U+9c45-9c49, U+9c52, U+9c54, U+9c56, U+9c58-9c5a, U+9c5d, U+9c5f-9c60, U+9c63, U+9c67-9c68, U+9c72, U+9c75, U+9c78, U+9c7a-9c7c, U+9c7f-9c81, U+9c87-9c88, U+9c8d, U+9c91, U+9c94, U+9c97, U+9c9b, U+9ca4, U+9ca8, U+9cab, U+9cad, U+9cb1-9cb3, U+9cb6-9cb8, U+9cc4-9cc5, U+9ccc-9ccd, U+9cd5-9cd7, U+9cdd-9cdf, U+9ce7, U+9ce9, U+9cee-9cf0, U+9cf2, U+9cfc-9cfe, U+9d03, U+9d06-9d08, U+9d0e, U+9d10, U+9d12, U+9d15, U+9d17, U+9d1d-9d1f, U+9d23, U+9d2b, U+9d2f-9d30, U+9d34, U+9d37, U+9d3d, U+9d42, U+9d50, U+9d52-9d53, U+9d59, U+9d5c, U+9d5e-9d61, U+9d6a, U+9d6f-9d70;
}
/* [22] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.22.woff2) format('woff2');
  unicode-range: U+9a87, U+9a8a-9a8b, U+9a8f-9a91, U+9a97, U+9a9a, U+9a9e, U+9aa0-9aa1, U+9aa4-9aa5, U+9aaf-9ab1, U+9ab6-9ab7, U+9ab9-9aba, U+9abe, U+9ac0-9ac5, U+9ac8, U+9acb-9acc, U+9ace-9acf, U+9ad1, U+9ad5-9ad7, U+9ad9, U+9adf, U+9ae1, U+9ae3, U+9aea-9aeb, U+9aed, U+9aef, U+9af2, U+9af4, U+9af9, U+9afb, U+9afd, U+9b03-9b04, U+9b08, U+9b13, U+9b18, U+9b1f, U+9b22-9b23, U+9b28-9b2a, U+9b2c-9b30, U+9b32, U+9b3b, U+9b43, U+9b46-9b49, U+9b4b-9b4e, U+9b51, U+9b55, U+9b58, U+9b5b, U+9b5e-9b60, U+9b63, U+9b68-9b69, U+9b74, U+9b7d, U+9b80-9b81, U+9b83-9b84, U+9b87-9b88, U+9b8a-9b8b, U+9b8d-9b8e, U+9b90, U+9b92-9b95, U+9b97, U+9b9f-9ba0, U+9ba2-9ba3, U+9ba8, U+9bab, U+9bb0, U+9bb8, U+9bc0-9bc1, U+9bc3, U+9bc6-9bc8, U+9bd3-9bd7, U+9bd9, U+9bdb, U+9bdd, U+9be1-9be2, U+9be4-9be5, U+9be7, U+9bea, U+9bed-9bee;
}
/* [23] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.23.woff2) format('woff2');
  unicode-range: U+993c-9940, U+9943-9944, U+9948-994a, U+994c-994e, U+9951, U+9954, U+995c, U+995e-995f, U+9961-9962, U+9965, U+9968, U+996a, U+996d-9972, U+9975-9976, U+997a, U+997c, U+997f-9980, U+9984-9985, U+9988, U+998b, U+998d, U+998f, U+9992, U+9994-9995, U+9997-9998, U+999c, U+999e, U+99a0-99a1, U+99ab, U+99af, U+99b1, U+99b4, U+99b9, U+99c4-99c6, U+99cf, U+99d1-99d2, U+99d4, U+99d6, U+99d8-99d9, U+99df, U+99e1-99e2, U+99e9, U+99ee, U+99f0, U+99f8, U+99fb, U+9a01-9a05, U+9a0c, U+9a0f-9a13, U+9a16, U+9a1b-9a1c, U+9a20, U+9a24, U+9a28, U+9a2b, U+9a2d-9a2e, U+9a34-9a36, U+9a38, U+9a3e, U+9a40-9a44, U+9a4a, U+9a4c-9a4e, U+9a52, U+9a56, U+9a62-9a65, U+9a69-9a6b, U+9a6d, U+9a6f-9a71, U+9a73-9a74, U+9a76, U+9a78-9a79, U+9a7b-9a7c, U+9a7e-9a7f, U+9a81-9a82, U+9a84-9a86;
}
/* [24] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.24.woff2) format('woff2');
  unicode-range: U+97f5, U+97f9-97fa, U+97fe, U+9804, U+9807, U+980a, U+980e-980f, U+9814, U+9816, U+981a, U+981c, U+981e, U+9820-9821, U+9823, U+9826, U+9828, U+982a-982c, U+9832, U+9834-9835, U+9837, U+9839, U+983c-983d, U+9845, U+9848-9849, U+984e, U+9852-9857, U+9859-985a, U+9862-9863, U+9865, U+9870-9871, U+9873-9874, U+9877, U+987a-987f, U+9881-9882, U+9885, U+9887-988a, U+988c-988d, U+9890, U+9893, U+9896-9897, U+989a, U+989c-989e, U+98a0, U+98a4, U+98a6-98a7, U+98a9, U+98ae-98af, U+98b2-98b3, U+98b6-98b8, U+98ba-98bd, U+98bf, U+98c7-98c8, U+98ca, U+98d2-98d3, U+98d8-98da, U+98dc, U+98de, U+98e0-98e1, U+98e3, U+98e5, U+98e7-98e9, U+98eb-98ee, U+98f1, U+98f4, U+9901, U+9908-9909, U+990c, U+9911-9912, U+9914, U+9916-9917, U+991b-991c, U+991e, U+9920, U+9927, U+992b-992c, U+992e, U+9931-9933, U+9938, U+993a;
}
/* [25] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.25.woff2) format('woff2');
  unicode-range: U+9672, U+9674, U+967a, U+9682-9685, U+9688-9689, U+968b, U+968d, U+9695, U+9697-9698, U+969e, U+96a0-96a4, U+96a9, U+96ac, U+96ae, U+96b0, U+96b2-96b4, U+96b6-96b7, U+96b9, U+96bc-96be, U+96c3, U+96c9-96cb, U+96ce-96cf, U+96d1-96d2, U+96d8, U+96dd, U+96e9, U+96eb, U+96f0-96f1, U+96f3-96f4, U+96f9, U+96fe-96ff, U+9701-9702, U+9705, U+9708, U+970a, U+970e-9711, U+9719, U+971d, U+971f-9720, U+9728, U+972a, U+972d, U+9730, U+9733, U+973a, U+973d, U+9744, U+9746-9747, U+9749, U+9750-9751, U+9753, U+9758-9759, U+975b, U+975d, U+9763, U+9765-9766, U+9768, U+976c-976d, U+9771, U+9773, U+9776, U+977a, U+977c, U+9780, U+9784-9786, U+9788, U+978e-978f, U+9798, U+979d-979e, U+97a3, U+97a5-97a6, U+97a8, U+97ab-97ac, U+97ae, U+97b6-97b7, U+97b9, U+97bf, U+97c1, U+97c3, U+97c6, U+97c9, U+97cd, U+97d6, U+97d8-97d9, U+97dc-97de, U+97e1, U+97e6-97e7, U+97ec-97ee, U+97f0-97f1;
}
/* [26] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.26.woff2) format('woff2');
  unicode-range: U+9530, U+9535, U+953a-953b, U+9540-9542, U+9547, U+9549-954a, U+954d, U+9550-9551, U+9554-9556, U+955c, U+956c-956d, U+956f-9570, U+9573, U+9576, U+9578, U+9582, U+9586, U+9588, U+958e-958f, U+9599, U+959c, U+959e-959f, U+95a1-95a2, U+95a4, U+95a6-95a7, U+95aa-95ae, U+95b0, U+95b2, U+95b6, U+95b9-95bf, U+95c2-95c4, U+95c7-95c9, U+95cb-95cd, U+95d0, U+95d3-95d5, U+95d7-95d8, U+95da, U+95de, U+95e0-95e1, U+95e4-95e5, U+95ea-95eb, U+95ef-95f0, U+95f2-95f3, U+95f5, U+95f7-95fa, U+95fd, U+9600-9602, U+9607-9609, U+960e, U+9610-9611, U+9614, U+9616, U+9619-961a, U+961c-961d, U+961f, U+9621, U+9624, U+9628, U+962f, U+9633-9636, U+963c, U+9641-9643, U+9645, U+9647-9648, U+964e-964f, U+9651, U+9653-9655, U+9658, U+965b-965f, U+9661, U+9665, U+9668-9669, U+966c;
}
/* [27] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.27.woff2) format('woff2');
  unicode-range: U+941a, U+941c, U+941e, U+9420-9425, U+9427-942b, U+942e, U+9432-9433, U+9436, U+9438, U+943a, U+943d, U+943f-9440, U+9445, U+944a, U+944c, U+9454-9455, U+945a-945b, U+945e, U+9460, U+9462-9463, U+9468, U+946a, U+946d, U+946f, U+9471, U+9474-9477, U+9479, U+947e-9481, U+9488-948a, U+948e, U+9492-9493, U+9497, U+9499, U+949b-94a3, U+94a5-94a9, U+94ac, U+94ae-94b1, U+94b3-94b5, U+94bb-94bc, U+94be-94c3, U+94c5-94c6, U+94c9, U+94ce-94d0, U+94db-94dd, U+94e0, U+94e2-94e3, U+94e8, U+94ec-94ee, U+94f0, U+94f2, U+94f5-94f6, U+94f8, U+94fa, U+94ff-9502, U+9504-9506, U+9508, U+950b-950c, U+950f-9510, U+9519-951b, U+951d, U+951f, U+9521-9526, U+952d-952f;
}
/* [28] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.28.woff2) format('woff2');
  unicode-range: U+930b, U+930f, U+9312, U+9315, U+9319-931b, U+931d-931f, U+9321, U+9323-9325, U+9327-932a, U+932c-932e, U+9331-9333, U+9335, U+9338, U+933c, U+9340-9341, U+9345-9349, U+934f-9352, U+9354, U+9356-935a, U+935c-9360, U+9363-9367, U+9369-936a, U+936c, U+936e, U+9370-9371, U+9373, U+9376, U+9379-937a, U+937c, U+9385, U+9387, U+938c, U+938f, U+9394, U+9397-9398, U+939a-939b, U+939d-939e, U+93a1-93a3, U+93a6-93a7, U+93a9-93aa, U+93ac-93ad, U+93af-93b0, U+93b3-93bb, U+93bd-93be, U+93c0-93c4, U+93c7, U+93ca-93cd, U+93d0-93d1, U+93d6-93d8, U+93dc-93de, U+93e0, U+93e4, U+93e8, U+93ee, U+93f0, U+93f5, U+93f7-93f9, U+93fb, U+9403, U+9407, U+940f-9410, U+9413-9414, U+9417, U+9419;
}
/* [29] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.29.woff2) format('woff2');
  unicode-range: U+9208-920a, U+920d-920e, U+9210-9211, U+9217, U+9219, U+921c, U+9221, U+9224-9225, U+9227, U+922a, U+922d-922e, U+9230-9231, U+9233, U+9235-9239, U+923b, U+923d-9241, U+9244, U+9246, U+9248-9249, U+924b-9251, U+9253, U+925a, U+925d-925e, U+9262, U+9265-9267, U+926b-926d, U+926f, U+9271-9272, U+9274, U+9276, U+9278, U+927a-927c, U+927e-927f, U+9282-9283, U+9286, U+9288, U+928a, U+928d-928e, U+9291, U+9295-9296, U+9299-929b, U+929d, U+92a0-92ae, U+92b2, U+92b5-92b6, U+92bb-92bc, U+92c2-92c3, U+92c6-92cd, U+92cf-92d1, U+92d5, U+92d7, U+92d9, U+92dd, U+92df, U+92e4-92e6, U+92e8-92e9, U+92ed-92ef, U+92f1-92f3, U+92f6, U+92f9, U+92fb, U+9300-9302, U+9306;
}
/* [30] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.30.woff2) format('woff2');
  unicode-range: U+90e2-90e4, U+90ea-90eb, U+90ef, U+90f4, U+90f7-90f8, U+90fc, U+90fe-9100, U+9102, U+9104, U+9106, U+9112, U+9114-911a, U+911c, U+911e, U+9120, U+9122-9123, U+9129, U+912b, U+912f, U+9131-9132, U+9134, U+9136, U+9139-913a, U+9143, U+9146, U+9148-914a, U+914e-9150, U+9154, U+9156-9157, U+9159-915a, U+915d-915e, U+9161-9164, U+916b, U+916e, U+9170-9172, U+9174, U+9176, U+9179-917a, U+917f, U+9181-9182, U+9184-9186, U+918c-918e, U+9190-9191, U+9196, U+919a-919b, U+919e, U+91a1-91a4, U+91a7, U+91aa, U+91ae-91b2, U+91b4-91b5, U+91b8, U+91bd-91be, U+91c1, U+91c3, U+91c5-91c6, U+91c8-91ca, U+91d2-91d5, U+91d7, U+91d9, U+91e1, U+91e4, U+91e6-91e9, U+91ec-91ed, U+91f0-91f1, U+91f5-91fa, U+91fd, U+91ff-9201, U+9203-9207;
}
/* [31] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.31.woff2) format('woff2');
  unicode-range: U+8f85-8f86, U+8f88-8f8a, U+8f8d, U+8f90, U+8f93, U+8f95-8f97, U+8f99, U+8f9e-8f9f, U+8fa2, U+8fa7, U+8fa9, U+8fab, U+8fae, U+8fb3, U+8fb5-8fb6, U+8fba-8fbd, U+8fbf, U+8fc1-8fc2, U+8fc6, U+8fc8, U+8fcc-8fcd, U+8fd2-8fd3, U+8fd5, U+8fdc-8fdd, U+8fdf, U+8fe2-8fe5, U+8fe8-8fe9, U+8fed-8fee, U+8ff3, U+8ff5, U+8ff8, U+8ffa-8ffc, U+8ffe, U+9002, U+9004, U+9008, U+900a-900b, U+9011-9013, U+9016, U+901e, U+9021, U+9024, U+902d, U+902f-9030, U+9034-9036, U+9039-903b, U+9041, U+9044-9045, U+904f-9052, U+9057-9058, U+905b, U+905d, U+9061-9062, U+9065, U+9068, U+906f, U+9074, U+9079, U+907d, U+9083, U+9085, U+9087-9089, U+908b, U+9090, U+9093, U+9095, U+9097, U+9099, U+909b, U+909d-909e, U+90a0-90a2, U+90ac, U+90af-90b0, U+90b2-90b4, U+90b6, U+90b9, U+90bb, U+90bd-90be, U+90c3-90c5, U+90c7, U+90d1, U+90d4-90d5, U+90d7, U+90db-90df;
}
/* [32] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.32.woff2) format('woff2');
  unicode-range: U+8e30-8e31, U+8e35, U+8e39, U+8e3c-8e3d, U+8e40-8e42, U+8e47, U+8e49-8e4e, U+8e50, U+8e53-8e55, U+8e59-8e5b, U+8e60, U+8e62-8e63, U+8e67, U+8e69, U+8e6c-8e6d, U+8e6f, U+8e74, U+8e76, U+8e7a-8e7c, U+8e82, U+8e84-8e85, U+8e87, U+8e89-8e8b, U+8e8f-8e95, U+8e99-8e9a, U+8e9d-8e9e, U+8ea1, U+8ea3, U+8ea5-8ea6, U+8eaa, U+8eac-8ead, U+8eaf-8eb1, U+8eb9, U+8ebc, U+8ebe, U+8ec6, U+8ecb, U+8ecf, U+8ed1, U+8ed4, U+8ed7, U+8eda-8edb, U+8ee2, U+8ee8, U+8eeb, U+8ef2, U+8ef9-8efe, U+8f05, U+8f07-8f08, U+8f0a-8f0c, U+8f12-8f13, U+8f17, U+8f19-8f1a, U+8f1c, U+8f1e-8f1f, U+8f25-8f26, U+8f2d, U+8f30, U+8f33, U+8f36, U+8f3e, U+8f40-8f42, U+8f45-8f47, U+8f4d, U+8f54-8f55, U+8f5d, U+8f61-8f62, U+8f64, U+8f67-8f69, U+8f6d-8f72, U+8f74, U+8f76, U+8f7b-8f7c, U+8f7f, U+8f83-8f84;
}
/* [33] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.33.woff2) format('woff2');
  unicode-range: U+8ce1, U+8ce8, U+8ceb, U+8cf0, U+8cf8, U+8cfb, U+8cfe, U+8d04, U+8d07, U+8d0b, U+8d0d, U+8d10, U+8d12-8d14, U+8d17, U+8d1b-8d1f, U+8d21-8d26, U+8d29-8d2c, U+8d2e-8d32, U+8d34-8d35, U+8d37-8d38, U+8d3a-8d3c, U+8d3e-8d3f, U+8d41-8d43, U+8d48, U+8d4b-8d4c, U+8d4e-8d50, U+8d54, U+8d56, U+8d58, U+8d5a-8d5b, U+8d5f-8d60, U+8d62-8d63, U+8d66-8d69, U+8d6c-8d6e, U+8d73, U+8d75-8d76, U+8d7b, U+8d7d, U+8d84, U+8d8b, U+8d90-8d91, U+8d94, U+8d96, U+8d9c, U+8dab, U+8daf, U+8db2, U+8db5, U+8db7, U+8dba, U+8dbc, U+8dbf, U+8dc2-8dc3, U+8dc6, U+8dcb, U+8dce-8dd0, U+8dd6-8dd7, U+8dda-8ddb, U+8de3-8de4, U+8de9, U+8deb-8dec, U+8df1, U+8df5-8df7, U+8dfa-8dfd, U+8e05, U+8e08-8e0a, U+8e0e, U+8e14, U+8e16, U+8e18, U+8e1d-8e21, U+8e23, U+8e26-8e28, U+8e2a-8e2b, U+8e2d-8e2e;
}
/* [34] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.34.woff2) format('woff2');
  unicode-range: U+8b9c, U+8b9e-8b9f, U+8ba3, U+8ba5, U+8ba7, U+8baa, U+8bad, U+8bb2-8bb4, U+8bb6-8bb9, U+8bbc-8bbd, U+8bbf-8bc0, U+8bc3, U+8bc5, U+8bc8-8bcb, U+8bcf, U+8bd1, U+8bd7-8bdc, U+8bde-8be1, U+8be3, U+8be5, U+8be7, U+8be9, U+8beb-8bec, U+8bef, U+8bf1-8bf2, U+8bf5-8bf6, U+8bf8, U+8bfa, U+8bfd-8bfe, U+8c01-8c02, U+8c05, U+8c08, U+8c0a-8c11, U+8c13-8c15, U+8c18-8c1c, U+8c1f, U+8c23-8c29, U+8c2c-8c2d, U+8c31, U+8c34, U+8c36, U+8c39, U+8c3f, U+8c47, U+8c49-8c4c, U+8c4f, U+8c51, U+8c55, U+8c62, U+8c68, U+8c73, U+8c78, U+8c7a-8c7c, U+8c82, U+8c85, U+8c89-8c8a, U+8c8d-8c8e, U+8c90, U+8c94, U+8c98-8c99, U+8ca3-8ca4, U+8cad-8cb0, U+8cb2, U+8cb9-8cba, U+8cbd, U+8cc1-8cc2, U+8cc4-8cc5, U+8ccf-8cd2, U+8cd4-8cd5, U+8cd9-8cdb;
}
/* [35] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.35.woff2) format('woff2');
  unicode-range: U+8a1b, U+8a22, U+8a25, U+8a27, U+8a2b, U+8a33, U+8a36, U+8a38, U+8a3d-8a3e, U+8a41, U+8a45-8a46, U+8a48, U+8a4e, U+8a51-8a52, U+8a54, U+8a56-8a58, U+8a5b, U+8a5d, U+8a61, U+8a63, U+8a67, U+8a6a-8a6c, U+8a70, U+8a74-8a76, U+8a7a-8a7c, U+8a82, U+8a84-8a86, U+8a89, U+8a8f-8a92, U+8a94, U+8a9a, U+8aa1, U+8aa3, U+8aa5, U+8aa7-8aa8, U+8aad, U+8ab1, U+8ab6, U+8abe, U+8ac2, U+8ac4, U+8ac6, U+8ac9, U+8acc-8acf, U+8ad1, U+8adb, U+8add-8ae2, U+8ae4, U+8ae6, U+8aea-8aeb, U+8aed, U+8af1-8af6, U+8afa, U+8afc, U+8b01, U+8b04-8b05, U+8b07, U+8b0b-8b0d, U+8b0f-8b10, U+8b13-8b14, U+8b16, U+8b1a, U+8b1c, U+8b21-8b22, U+8b26, U+8b28, U+8b2b, U+8b2e, U+8b33, U+8b41, U+8b46, U+8b4c-8b4f, U+8b53-8b54, U+8b56, U+8b59, U+8b5e-8b60, U+8b64, U+8b6a-8b6d, U+8b72, U+8b7e, U+8b83, U+8b89, U+8b8c, U+8b8e, U+8b90, U+8b92, U+8b95-8b96, U+8b99;
}
/* [36] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.36.woff2) format('woff2');
  unicode-range: U+88b7-88b8, U+88bc-88be, U+88c0, U+88c4, U+88c6-88c7, U+88c9-88cc, U+88ce, U+88d2, U+88d6, U+88d8, U+88db, U+88df, U+88e4, U+88e8-88e9, U+88ec, U+88ef-88f1, U+88f3-88f5, U+88fc, U+88fe, U+8900, U+8902, U+8906, U+890a-890c, U+8912-8915, U+8918-891a, U+891f, U+8921, U+8923, U+8925, U+892a-892b, U+892d, U+8930, U+8933, U+8935-8936, U+8938, U+893d, U+8941-8943, U+8946-8947, U+8949, U+894c-894d, U+8956-8957, U+8959, U+895c, U+895e-8960, U+8964, U+8966, U+896c, U+8971, U+8974, U+897b, U+897e, U+8980, U+8982-8983, U+8987-8988, U+898a, U+898c, U+8991, U+8994-8995, U+8997-8998, U+899a, U+899c, U+89a1, U+89a4-89a7, U+89a9, U+89ac, U+89af, U+89b2-89b3, U+89b7, U+89bb, U+89bf, U+89c5, U+89c9-89ca, U+89d1, U+89d4-89d5, U+89da, U+89dc-89de, U+89e5-89e7, U+89ed, U+89f1, U+89f3-89f4, U+89f6, U+89ff, U+8a01, U+8a03, U+8a07, U+8a09, U+8a0c, U+8a0f-8a12, U+8a16;
}
/* [37] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.37.woff2) format('woff2');
  unicode-range: U+8763-8765, U+8768, U+876a, U+876c-8770, U+8772, U+8777, U+877a-877b, U+877d, U+8781, U+8784-8785, U+8788, U+878b, U+8793, U+8797-8798, U+879f, U+87a3, U+87a8, U+87ab-87ad, U+87af, U+87b3, U+87b5, U+87b9, U+87bb, U+87bd-87c0, U+87c4-87c8, U+87ca-87cc, U+87ce, U+87d2, U+87db-87dc, U+87e0-87e1, U+87e3, U+87e5, U+87e7, U+87ea-87eb, U+87ee-87ef, U+87f3-87f4, U+87f6-87f7, U+87fe, U+8802-8806, U+880a-880b, U+880e, U+8810-8811, U+8813, U+8815-8816, U+881b, U+8821, U+8823, U+8827, U+8831-8832, U+8835, U+8839-883a, U+883c, U+8844-8846, U+884a, U+884e, U+8852, U+8854-8856, U+8859-885a, U+885e, U+8862, U+8864-8865, U+8869-886a, U+886c-886e, U+8871-8872, U+8875, U+8879, U+887d-887f, U+8882, U+8884-8885, U+8888, U+8890, U+8892-8893, U+8897-8898, U+889a-889c, U+889e, U+88a2, U+88a4, U+88a8, U+88aa, U+88ad-88ae, U+88b1, U+88b4;
}
/* [38] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.38.woff2) format('woff2');
  unicode-range: U+8621-8622, U+8627, U+8629-862a, U+8634-8636, U+8638, U+863a, U+863c, U+8640, U+8642, U+8646, U+864c-864d, U+864f, U+8651-8654, U+8657, U+8659-865a, U+865c, U+8662, U+866b-866c, U+866f-8671, U+8673, U+8677, U+867a-867b, U+867d-867e, U+8680-8682, U+868b-868d, U+8693-8696, U+869a, U+869c-869d, U+86a1, U+86a3-86a4, U+86a7-86aa, U+86af-86b1, U+86b3-86b4, U+86b6, U+86b9-86ba, U+86c0-86c2, U+86c4, U+86c6, U+86c9-86ca, U+86cc-86ce, U+86d0, U+86d3-86d4, U+86de-86df, U+86e9, U+86ed-86f0, U+86f3, U+86f8-86fc, U+86fe, U+8703, U+8706-870a, U+870d-870e, U+8711-8712, U+8715, U+8717, U+8719-871a, U+871e, U+8721-8723, U+8725, U+8728-8729, U+872e, U+8731, U+8734, U+8737, U+873a, U+873e-8740, U+8742, U+8747, U+8749, U+874b-874c, U+874e-874f, U+8753, U+8757-8758, U+875d, U+875f, U+8761-8762;
}
/* [39] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.39.woff2) format('woff2');
  unicode-range: U+84c0, U+84c2, U+84c6-84c7, U+84ca, U+84cd-84d2, U+84d6, U+84dd, U+84df, U+84e2, U+84e6-84e8, U+84ea, U+84ef-84f0, U+84f3-84f4, U+84f7, U+84fa, U+84fc-84fd, U+84ff-8500, U+8506, U+850c, U+8511, U+8515, U+8517, U+851d-851f, U+8524, U+852b, U+852f, U+8532, U+8534-8535, U+8537-8538, U+853a, U+853c, U+853e, U+8541-8542, U+8545, U+8548, U+854b, U+854d-854e, U+8552-8553, U+8555-8558, U+855a, U+855e, U+8561-8565, U+8568, U+856a-856c, U+856f, U+8574, U+8577-857b, U+8580-8581, U+8585-8586, U+858a, U+858c, U+858f-8590, U+8594, U+8597-8599, U+859c, U+859f, U+85a1-85a2, U+85a4, U+85a8, U+85ab-85ac, U+85ae, U+85b3-85b4, U+85b7, U+85b9-85ba, U+85bd-85be, U+85c1-85c2, U+85cb, U+85ce, U+85d0, U+85d3, U+85d5, U+85dc, U+85e0, U+85e6, U+85e8, U+85ea, U+85ed, U+85f4, U+85f6-85f7, U+85f9-85fa, U+85ff, U+8602, U+8604-8605, U+8610, U+8616-8618, U+861a, U+861e;
}
/* [40] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.40.woff2) format('woff2');
  unicode-range: U+8380, U+8383, U+8385-8386, U+8392, U+8394-8395, U+8398-8399, U+839b-839c, U+83a0, U+83a2, U+83a4, U+83a7-83aa, U+83af-83b5, U+83b7, U+83b9-83ba, U+83bc-83c0, U+83c2, U+83c4-83c5, U+83c8-83c9, U+83cb, U+83ce-83cf, U+83d1, U+83d4-83d6, U+83d8, U+83dd, U+83df, U+83e1-83e2, U+83e5, U+83ea-83eb, U+83f0, U+83f3-83f4, U+83f9, U+83fb-83fe, U+8406-8407, U+840b, U+840f, U+8411, U+8413, U+8418, U+841b-841d, U+8420-8421, U+8423-8424, U+8426-8429, U+842b, U+842d-842e, U+8432-8433, U+8435, U+8437-8439, U+843b-843c, U+843e, U+8445-8447, U+844e, U+8451-8452, U+8456, U+8459-845a, U+845c, U+845f, U+8462, U+8466-8467, U+846d, U+846f-8471, U+8473-8474, U+8476-8478, U+847a, U+8484, U+848b, U+848d-848e, U+8493-8494, U+8497, U+849d, U+849f, U+84a1, U+84a8, U+84af, U+84b1, U+84b4, U+84b9-84bb, U+84bd-84bf;
}
/* [41] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.41.woff2) format('woff2');
  unicode-range: U+827d, U+827f, U+8283-8284, U+8288-828a, U+828d-8291, U+8293-8294, U+8298, U+829a-829c, U+829e-82a4, U+82a6-82ab, U+82ae, U+82b0, U+82b4, U+82b6, U+82ba-82bc, U+82be, U+82c1, U+82c4-82c5, U+82c7, U+82cb, U+82cd, U+82cf-82d0, U+82d2, U+82d5-82d6, U+82d9, U+82db-82dc, U+82de-82e1, U+82e3-82e4, U+82e7, U+82ea-82eb, U+82ef-82f0, U+82f3-82f4, U+82f6-82f7, U+82f9-82fc, U+82fe-8301, U+8306-8308, U+830b-830e, U+8316, U+8318, U+831a-831b, U+831d-831e, U+8327, U+832a, U+832c-832d, U+832f, U+8331, U+8333-8334, U+8337, U+833a-833c, U+833f-8340, U+8342, U+8344-8347, U+834b-834c, U+834f, U+8351, U+8356-8358, U+835a, U+835e-8361, U+8363-8364, U+8367-8368, U+836b, U+836f, U+8373, U+8375, U+8378, U+837a-837f;
}
/* [42] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.42.woff2) format('woff2');
  unicode-range: U+811b, U+811e, U+8121-8127, U+8129, U+812c, U+812f-8134, U+8137-8138, U+813a, U+813d, U+8144, U+8146, U+8148, U+814a, U+814c-814d, U+8151, U+8153, U+8156, U+8158, U+815a, U+8160, U+8167, U+8169, U+816d, U+816f, U+8171, U+8174, U+817b-817c, U+817e, U+8182, U+8188, U+818a, U+8194-8195, U+8198, U+819b, U+819e, U+81a3, U+81a6-81a7, U+81ab, U+81af-81b0, U+81b5-81b6, U+81b8, U+81ba-81bb, U+81be-81bf, U+81c3, U+81c6, U+81ca, U+81cc, U+81cf, U+81d1-81d3, U+81d6-81d7, U+81d9-81da, U+81dd-81de, U+81e0-81e2, U+81e7, U+81ec, U+81ef, U+81fc, U+81fe, U+8200-8202, U+8204-8206, U+820b, U+820e, U+8210, U+8215, U+8217-8218, U+821b, U+821d, U+8221-8222, U+8224, U+8228-8229, U+822b, U+822f-8234, U+8236-8238, U+823a, U+823e, U+8240, U+8244-8245, U+8249, U+824b, U+824e-824f, U+8257, U+825a, U+825f, U+8264, U+8268, U+826b, U+826e, U+8270, U+8273, U+8276, U+8278-8279;
}
/* [43] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.43.woff2) format('woff2');
  unicode-range: U+7fb8, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fcb-7fcc, U+7fce-7fcf, U+7fd1, U+7fd5, U+7fd8, U+7fdb, U+7fde-7fdf, U+7fe5-7fe6, U+7fe9, U+7feb-7fec, U+7fee, U+7ff2-7ff3, U+7ffa, U+7ffd-7ffe, U+8002, U+8004, U+8006, U+800b, U+800e, U+8011-8012, U+8014, U+8016, U+8018-8019, U+801c, U+8024, U+8026, U+8028, U+802c, U+8030, U+8035, U+8037-8039, U+803b, U+8042-8043, U+804b-804c, U+8052, U+8061, U+8068, U+806a, U+806e, U+8071, U+8073-8076, U+8079, U+807c, U+807e-807f, U+8083-8084, U+808f, U+8093, U+8095, U+8098, U+809c, U+809f-80a0, U+80a4, U+80a7, U+80ab, U+80ad-80ae, U+80b0-80b1, U+80b4-80b6, U+80b8, U+80bc-80c2, U+80c4, U+80c6-80c7, U+80cb, U+80cd, U+80cf, U+80d4, U+80d7, U+80d9, U+80db-80dd, U+80e0, U+80e3-80e5, U+80e7, U+80eb-80ed, U+80ef-80f1, U+80f3-80f4, U+80f6-80f7, U+80fc, U+80fe-80ff, U+8101, U+8107, U+8109, U+810f-8113, U+8115, U+8117-8118, U+811a;
}
/* [44] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.44.woff2) format('woff2');
  unicode-range: U+7eb3, U+7eb5-7eba, U+7ebd-7ebe, U+7ec0-7ec1, U+7ec3, U+7ec5, U+7ec7-7eca, U+7ecd-7ece, U+7ed1-7ed2, U+7ed4-7ed5, U+7ed7-7ed8, U+7eda-7edb, U+7edd-7ede, U+7ee2-7ee3, U+7ee5, U+7ee7, U+7ee9-7eeb, U+7eee-7ef0, U+7ef3, U+7ef5, U+7ef7-7ef8, U+7efd-7f01, U+7f03, U+7f05-7f09, U+7f0e, U+7f10, U+7f13-7f15, U+7f18-7f1a, U+7f1c-7f1d, U+7f20, U+7f24-7f25, U+7f28-7f2a, U+7f2d-7f2e, U+7f30, U+7f34, U+7f36-7f37, U+7f3d, U+7f42-7f45, U+7f47-7f4e, U+7f52, U+7f54, U+7f58, U+7f5a, U+7f5d, U+7f5f-7f63, U+7f65, U+7f68, U+7f6b, U+7f78, U+7f7d-7f7e, U+7f81-7f83, U+7f86-7f87, U+7f8b-7f8d, U+7f91, U+7f93-7f95, U+7f97, U+7f99-7f9a, U+7f9d, U+7f9f, U+7fa1-7fa3, U+7fa5, U+7fa7, U+7fad-7fb2, U+7fb4, U+7fb6;
}
/* [45] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.45.woff2) format('woff2');
  unicode-range: U+7d8c-7d8f, U+7d91, U+7d95-7d96, U+7d98-7d9a, U+7d9d-7d9e, U+7da2-7da3, U+7da6, U+7daa, U+7dac, U+7dae-7db0, U+7db3, U+7db5, U+7db7, U+7db9, U+7dbd, U+7dc1, U+7dc3-7dc7, U+7dcc-7dcf, U+7dd1, U+7dd6-7dd9, U+7ddb-7ddc, U+7de1-7de2, U+7de6, U+7df0-7df3, U+7df6, U+7dfe, U+7e01-7e02, U+7e04, U+7e08-7e0b, U+7e10-7e11, U+7e13, U+7e15, U+7e1d-7e20, U+7e22, U+7e25-7e27, U+7e29, U+7e2d, U+7e2f-7e30, U+7e32-7e37, U+7e39, U+7e3b, U+7e44-7e45, U+7e47-7e48, U+7e4a-7e4b, U+7e4d, U+7e50-7e52, U+7e56, U+7e58-7e5b, U+7e62, U+7e68, U+7e6d-7e70, U+7e76, U+7e78, U+7e7b, U+7e7e, U+7e81-7e82, U+7e86-7e88, U+7e8a, U+7e8d-7e8e, U+7e92-7e94, U+7e98-7e9b, U+7e9e, U+7ea0, U+7ea3-7ea4, U+7ea8, U+7eaa-7eaf, U+7eb1-7eb2;
}
/* [46] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.46.woff2) format('woff2');
  unicode-range: U+7c23, U+7c25-7c26, U+7c2a-7c2b, U+7c37-7c39, U+7c40-7c41, U+7c48-7c49, U+7c50, U+7c53-7c54, U+7c56-7c57, U+7c59-7c5c, U+7c5f, U+7c63, U+7c65, U+7c69, U+7c6c-7c6e, U+7c74-7c75, U+7c79, U+7c7c, U+7c7e, U+7c84, U+7c8b, U+7c8d, U+7c91, U+7c94-7c95, U+7c9b, U+7c9f, U+7ca2, U+7ca4, U+7ca6, U+7ca8-7caa, U+7cae, U+7cb1-7cb3, U+7cba, U+7cbc, U+7cbf-7cc0, U+7cc5, U+7cc8-7cc9, U+7ccc-7cce, U+7cd7, U+7cdc-7cdd, U+7ce0, U+7ce2, U+7ce8, U+7cea, U+7ced, U+7cf2, U+7cf4, U+7cf6, U+7cf8-7cfa, U+7cfc, U+7d02, U+7d06-7d0a, U+7d0f, U+7d11-7d12, U+7d15, U+7d18, U+7d1c-7d1e, U+7d25, U+7d27, U+7d29, U+7d2c, U+7d31-7d32, U+7d35, U+7d38, U+7d3a, U+7d3c, U+7d3e-7d41, U+7d43, U+7d45, U+7d4c, U+7d4e-7d4f, U+7d53-7d54, U+7d56, U+7d5b-7d5d, U+7d5f, U+7d63, U+7d67, U+7d6a, U+7d6d, U+7d70, U+7d73, U+7d75, U+7d79-7d7b, U+7d7d, U+7d80, U+7d83-7d84, U+7d86-7d89, U+7d8b;
}
/* [47] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.47.woff2) format('woff2');
  unicode-range: U+7afd-7afe, U+7b01-7b06, U+7b09-7b0b, U+7b0e-7b10, U+7b14, U+7b18, U+7b1a, U+7b1e-7b1f, U+7b22-7b25, U+7b29-7b2b, U+7b2d-7b2e, U+7b31-7b35, U+7b38-7b3c, U+7b45, U+7b47-7b48, U+7b4a, U+7b4c, U+7b4e-7b50, U+7b58, U+7b5b, U+7b5d, U+7b60, U+7b62, U+7b65-7b67, U+7b69, U+7b6d-7b6f, U+7b72-7b76, U+7b79, U+7b7e, U+7b82, U+7b84-7b85, U+7b87, U+7b8b, U+7b8d-7b93, U+7b95-7b96, U+7b98, U+7b9c-7b9d, U+7ba0, U+7ba7, U+7ba9-7bac, U+7bb0, U+7bb4, U+7bb6, U+7bb8-7bb9, U+7bc1, U+7bc3, U+7bc6, U+7bcb-7bcc, U+7bcf, U+7bd4, U+7bd9-7bdb, U+7bdd, U+7be0-7be1, U+7be5-7be6, U+7bea, U+7bed-7bee, U+7bf1-7bf3, U+7bf8-7bf9, U+7bfc-7c01, U+7c03, U+7c07, U+7c0a-7c0d, U+7c0f, U+7c11-7c12, U+7c15, U+7c1e-7c20;
}
/* [48] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.48.woff2) format('woff2');
  unicode-range: U+798a-798b, U+7991, U+7993-7996, U+7998, U+799a-799b, U+799f-79a2, U+79a4, U+79a8-79a9, U+79af-79b0, U+79b3, U+79b5, U+79b8, U+79ba, U+79c3, U+79c6, U+79c8, U+79cf, U+79d5-79d6, U+79dc-79de, U+79e3, U+79e7, U+79ea-79ed, U+79ef-79f0, U+79f4, U+79f6-79f8, U+79fd, U+7a02-7a03, U+7a08-7a0a, U+7a0c, U+7a0e, U+7a10-7a11, U+7a14, U+7a17-7a19, U+7a1c, U+7a1e-7a1f, U+7a23, U+7a26, U+7a2d, U+7a32-7a33, U+7a37, U+7a39, U+7a3c, U+7a42, U+7a45, U+7a49, U+7a4f, U+7a56, U+7a5a, U+7a5c, U+7a60-7a61, U+7a63, U+7a68, U+7a6d-7a6e, U+7a70-7a71, U+7a77-7a79, U+7a80, U+7a83, U+7a85-7a86, U+7a88, U+7a8d, U+7a90-7a91, U+7a93-7a96, U+7a98, U+7a9c-7a9d, U+7aa0, U+7aa3, U+7aa5-7aa6, U+7aa8, U+7aaa, U+7aac, U+7ab0, U+7ab3, U+7ab6, U+7ab8, U+7abb, U+7abe-7abf, U+7ac2, U+7ac8-7ac9, U+7ad1-7ad2, U+7ad6, U+7ada, U+7adc-7ade, U+7ae4, U+7ae6, U+7ae9-7aeb, U+7af4, U+7af8, U+7afa-7afb;
}
/* [49] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.49.woff2) format('woff2');
  unicode-range: U+7842-7843, U+7845, U+7847, U+784a, U+784c-7850, U+7852-7853, U+7855, U+7858, U+785a, U+785c-785d, U+7864, U+7866, U+7868, U+786a, U+786f, U+7874, U+7876, U+787c, U+787f, U+7886-7887, U+7889, U+788d, U+788f, U+7893, U+7895-7896, U+7898, U+789a, U+789e, U+78a1, U+78a3, U+78a5, U+78aa, U+78ad, U+78b1-78b2, U+78b4, U+78b6, U+78b8, U+78be, U+78c8-78c9, U+78cb, U+78ce, U+78d0-78d1, U+78d4-78d5, U+78d7-78d8, U+78de, U+78e3, U+78e6-78e7, U+78ea, U+78ec, U+78f2-78f4, U+78fa-78fb, U+78fd-7900, U+7904-7906, U+790a, U+790c, U+7910-7912, U+791c, U+791e, U+7920-7921, U+792a-792c, U+792e, U+7931, U+7934, U+7938, U+793b, U+793d, U+793f, U+7941-7942, U+7945-7947, U+7949, U+794c, U+794e, U+7953-7954, U+7957-795c, U+795f, U+7961-7962, U+7964, U+7967, U+7969, U+796b-796c, U+796f, U+7972-7973, U+7977-7979, U+797b-797c, U+797e, U+7980, U+7982, U+7984-7988;
}
/* [50] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.50.woff2) format('woff2');
  unicode-range: U+7707-7708, U+770a, U+770c, U+770f, U+7715, U+7719-771b, U+771d-771e, U+7722, U+7725-7726, U+7728, U+772d, U+772f, U+7733-7736, U+7738, U+773b, U+773d, U+7741, U+7744, U+7746, U+774c, U+774e-7752, U+7755, U+7759-775a, U+775f-7760, U+7762, U+7765-7766, U+7768-776a, U+776c-776e, U+7771, U+7778, U+777a, U+777d-777e, U+7780, U+7785, U+7787, U+7789, U+778b-778d, U+7791-7793, U+779c, U+779f-77a0, U+77a2, U+77a5, U+77a9, U+77b0-77b1, U+77b4, U+77b6-77b7, U+77b9, U+77bc-77bf, U+77c5, U+77c7, U+77cc-77cd, U+77d3, U+77d6-77d7, U+77dc, U+77de, U+77e3, U+77e7, U+77eb-77ec, U+77f0, U+77f2, U+77f6, U+77f8, U+77fa-77fc, U+77fe-7800, U+7803, U+7805-7806, U+7809, U+7810-7812, U+7815-7816, U+781a, U+781c-781d, U+781f-7823, U+7825-7827, U+7829, U+782c-7830, U+7833, U+7835, U+7837, U+7839-783a, U+783c, U+783e, U+7840;
}
/* [51] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.51.woff2) format('woff2');
  unicode-range: U+75cd, U+75d2, U+75d4, U+75d9, U+75df, U+75e2-75e4, U+75e6-75e7, U+75e9-75ec, U+75f0-75f3, U+75f7, U+75f9-75fa, U+75fc, U+75fe-7602, U+7608-760a, U+760c-760d, U+7610, U+7615-7616, U+7618-7620, U+7622-7623, U+7625, U+7627, U+7629, U+762b, U+762e, U+7630, U+7632-7635, U+7638, U+763a-763c, U+763e, U+7640, U+7643, U+7646, U+7648-7649, U+764d-764e, U+7654, U+7658, U+765c, U+765f, U+7663-7667, U+7669, U+766b-766d, U+766f-7670, U+7676, U+7678-767a, U+767f-7681, U+7683, U+7688, U+768a-768b, U+768e, U+7690, U+7695-7696, U+769a-769e, U+76a3-76a4, U+76aa, U+76b0-76b1, U+76b4, U+76b7-76b8, U+76c2, U+76c5, U+76c9, U+76cc-76cd, U+76cf-76d1, U+76d6-76d8, U+76e5-76e6, U+76e9, U+76ec, U+76f1, U+76f7, U+76f9-76fb, U+76ff-7700, U+7704-7705;
}
/* [52] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.52.woff2) format('woff2');
  unicode-range: U+749c-74a1, U+74a3, U+74a5-74a7, U+74a9-74ab, U+74ae, U+74b1-74b2, U+74b5, U+74b8, U+74ba, U+74bf, U+74c5, U+74c8, U+74cc-74cd, U+74d2, U+74d4, U+74d6, U+74d8, U+74da, U+74de-74e0, U+74e2, U+74e4, U+74e8-74e9, U+74ee-74ef, U+74f4, U+74f9, U+74fb, U+74ff-7501, U+7503, U+7507, U+750c-750d, U+7511, U+7513, U+7515-7517, U+7519, U+751e, U+7521, U+7525, U+752a, U+752c-752f, U+7534, U+753e, U+7542, U+7545, U+7547-7548, U+754a-754b, U+754e, U+7551, U+755a-755b, U+755d, U+7560, U+7563-7564, U+7566-7568, U+756c-756f, U+7572-7575, U+7577-757a, U+757c, U+757e-757f, U+7583-7584, U+7587, U+7589, U+758b-758e, U+7590, U+7592, U+7594-7595, U+7597, U+7599-759a, U+759d, U+759f, U+75a1-75a3, U+75a5, U+75a7, U+75aa, U+75ac, U+75ae-75b1, U+75b3-75b4, U+75b8, U+75bd, U+75c0, U+75c2-75c4, U+75c9-75ca, U+75cc;
}
/* [53] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.53.woff2) format('woff2');
  unicode-range: U+73b4-73ba, U+73bc, U+73bf, U+73c2, U+73c4-73c6, U+73c9, U+73cb-73cc, U+73ce-73d2, U+73d6-73d7, U+73d9, U+73db-73de, U+73e3, U+73e5-73eb, U+73ef, U+73f5-73f7, U+73f9-73fa, U+73fc-73fd, U+7400-7401, U+7404-7405, U+7407-7408, U+740a-740d, U+740f-7410, U+7416, U+741a-741b, U+741d-741e, U+7420-7425, U+7428-7429, U+742c-7432, U+7435-7436, U+7438-743a, U+743c-7442, U+7445-7446, U+7448-744a, U+7451-7452, U+7454, U+7457, U+7459, U+745d, U+7460-7462, U+7465, U+7467-7468, U+746c-746e, U+7471-7477, U+7479-747a, U+747c-747f, U+7481-7482, U+7484-7486, U+7488-748a, U+748e-7490, U+7492, U+7498, U+749a;
}
/* [54] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.54.woff2) format('woff2');
  unicode-range: U+7281-7282, U+7284, U+7287, U+728a, U+728d, U+7292, U+7296, U+7298, U+729b, U+729f-72a2, U+72ad-72ae, U+72b0-72b5, U+72b8-72b9, U+72bc-72bd, U+72c1, U+72c3, U+72c5-72c6, U+72c8, U+72cc-72ce, U+72d2, U+72d4, U+72db, U+72dd, U+72df, U+72e1, U+72e8, U+72ec-72ee, U+72f1, U+72f3-72f4, U+72f7, U+72fa-72fb, U+72fd, U+7300-7301, U+7304, U+7307, U+730a-730b, U+730e, U+7313, U+7315-7317, U+7319, U+731e-731f, U+7322, U+7328-732e, U+7330-7331, U+7337, U+733a-733c, U+733e, U+7340-7341, U+7343, U+734c-734d, U+734f-7350, U+7352, U+7355, U+7357, U+7359-735a, U+7360-7363, U+7365, U+7369-7370, U+7373-7374, U+7377, U+737a, U+737c, U+737e, U+7380, U+7385-7386, U+738a, U+738e-738f, U+7391-7395, U+7397-7398, U+739b, U+73a0-73a2, U+73a5-73a8, U+73ad-73ae, U+73b3;
}
/* [55] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.55.woff2) format('woff2');
  unicode-range: U+7115-7116, U+7118, U+711c, U+711e, U+7120, U+7122, U+712e-712f, U+7131, U+7134, U+713c, U+713f, U+7143, U+7145-7147, U+714a-714b, U+7150-7153, U+7155-7156, U+715a, U+7160, U+7162, U+7166, U+7168, U+716c, U+7171, U+7173, U+7178, U+717a-717b, U+717d, U+7180-7181, U+7185, U+7187-7188, U+718b, U+718f-7190, U+7192, U+7196-7198, U+719a-719c, U+71a0, U+71a4, U+71a8, U+71af, U+71b2-71b3, U+71b5, U+71b7-71ba, U+71be, U+71c1, U+71c4, U+71ca-71cb, U+71ce-71d0, U+71d4, U+71d7-71d8, U+71da, U+71dc, U+71e0-71e1, U+71e7, U+71ec, U+71ee, U+71f4-71f6, U+71f9, U+71fc, U+71fe-7201, U+7203, U+7207, U+7209, U+720c, U+7213-7215, U+7217, U+721a, U+721d, U+7222-7223, U+7228, U+722b, U+7230, U+7237, U+723b, U+723f-7242, U+724b, U+724d, U+7252-7253, U+7256, U+7258, U+725d, U+7263-7266, U+726a-726b, U+726e-7270, U+7273-7275, U+7277, U+727a-727b, U+727e-727f;
}
/* [56] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.56.woff2) format('woff2');
  unicode-range: U+6fec, U+6fee, U+6ff0, U+6ff3, U+6ff5-6ff6, U+6ffa, U+6ffc, U+6fff-7001, U+7003, U+7005-7007, U+700b, U+700d, U+7015, U+7018, U+701b, U+701e, U+7020-7021, U+7023, U+7026-7027, U+702c, U+702f-7032, U+7034-7035, U+7037-703c, U+7040, U+7042-7044, U+7046, U+7049, U+704b, U+704f, U+7052, U+7054-7055, U+705c-7061, U+7064-7069, U+706c-706d, U+706f, U+7073-7075, U+7078, U+707a, U+707e-7081, U+7085-7086, U+7089, U+7090-7091, U+7094-7096, U+7098, U+709c, U+709f, U+70a1, U+70a4, U+70a9, U+70ac, U+70af-70b2, U+70b4-70b5, U+70b7, U+70bb-70be, U+70c0-70c3, U+70ca-70cb, U+70d2, U+70d4-70d5, U+70d9-70dd, U+70df, U+70e6-70e9, U+70eb-70ec, U+70ef, U+70f1, U+70f4, U+70f7, U+70fa, U+70fd, U+70ff, U+7104, U+7106, U+7109, U+710c, U+7110, U+7113-7114;
}
/* [57] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.57.woff2) format('woff2');
  unicode-range: U+6eda-6edb, U+6edd-6ede, U+6ee2, U+6ee4-6ee5, U+6ee8-6ee9, U+6eeb, U+6eee, U+6ef3, U+6ef8-6efb, U+6f00, U+6f08-6f0a, U+6f0d-6f0e, U+6f11-6f13, U+6f15, U+6f19-6f1a, U+6f23, U+6f25-6f2a, U+6f2d-6f31, U+6f33-6f36, U+6f3a-6f3c, U+6f40-6f41, U+6f43-6f44, U+6f47, U+6f4d-6f4f, U+6f53, U+6f57, U+6f59-6f5a, U+6f5c, U+6f5e-6f61, U+6f63, U+6f66-6f67, U+6f69-6f6c, U+6f6f, U+6f72-6f78, U+6f7a-6f7f, U+6f81-6f82, U+6f87, U+6f89, U+6f8b-6f8d, U+6f90, U+6f92, U+6f94-6f97, U+6f9c, U+6f9f-6fa0, U+6fa2-6fa3, U+6fa5-6fa8, U+6faa-6fab, U+6fae-6faf, U+6fb4, U+6fb6, U+6fb9-6fba, U+6fbc, U+6fc2, U+6fc6-6fcb, U+6fce, U+6fd1-6fd2, U+6fd4, U+6fd8, U+6fda, U+6fde, U+6fe0-6fe2, U+6fe8-6fe9;
}
/* [58] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.58.woff2) format('woff2');
  unicode-range: U+6dd6, U+6dd9, U+6ddb-6de0, U+6de2-6de6, U+6de9, U+6dec, U+6def-6df0, U+6df2, U+6df4, U+6df6, U+6df8, U+6dfc-6dfd, U+6e00, U+6e02-6e03, U+6e07-6e0b, U+6e0d-6e0e, U+6e10, U+6e13-6e15, U+6e17, U+6e19-6e1a, U+6e1d, U+6e1f, U+6e22, U+6e24-6e25, U+6e27, U+6e2b, U+6e2d-6e2e, U+6e30-6e31, U+6e36, U+6e39-6e3a, U+6e3c-6e3d, U+6e40-6e41, U+6e44-6e45, U+6e47, U+6e49, U+6e4b, U+6e4d-6e4f, U+6e51, U+6e53-6e54, U+6e59, U+6e5c, U+6e5e-6e61, U+6e63-6e66, U+6e69-6e6b, U+6e6e, U+6e70-6e76, U+6e78, U+6e7c, U+6e7f-6e80, U+6e83, U+6e85-6e86, U+6e88-6e89, U+6e8b, U+6e8d-6e8f, U+6e93, U+6e98-6e9a, U+6e9f, U+6ea1, U+6ea4-6ea7, U+6eae, U+6eb1-6eb2, U+6eb4-6eb5, U+6eb7, U+6ebd, U+6ec1-6ec3, U+6ec7-6ec9, U+6ecd-6ed0, U+6ed3-6ed6, U+6ed8;
}
/* [59] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.59.woff2) format('woff2');
  unicode-range: U+6cdd-6cde, U+6ce0, U+6ce7, U+6ce9-6cec, U+6cee-6cef, U+6cf1, U+6cf7-6cf8, U+6cfb-6cfe, U+6d00-6d02, U+6d04, U+6d06-6d07, U+6d09-6d0a, U+6d0c, U+6d0e-6d12, U+6d18-6d1a, U+6d1f, U+6d22-6d24, U+6d27-6d28, U+6d2b, U+6d2d-6d31, U+6d33-6d3a, U+6d3c, U+6d3f, U+6d43-6d47, U+6d4a-6d4b, U+6d4e-6d4f, U+6d51-6d53, U+6d57-6d58, U+6d5a, U+6d5c, U+6d5e-6d65, U+6d67, U+6d6c-6d6d, U+6d6f-6d70, U+6d72, U+6d75, U+6d79, U+6d7c, U+6d7f, U+6d82, U+6d85, U+6d87, U+6d8e-6d8f, U+6d91-6d95, U+6d97-6d99, U+6d9b, U+6d9d, U+6d9f, U+6da1, U+6da4, U+6da6-6dac, U+6db3-6db4, U+6db7-6db8, U+6dbe-6dc0, U+6dc2, U+6dc4-6dc5, U+6dc8-6dca, U+6dcc-6dcd, U+6dcf-6dd0, U+6dd2-6dd3, U+6dd5;
}
/* [60] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.60.woff2) format('woff2');
  unicode-range: U+6bc1-6bc2, U+6bcc, U+6bce, U+6bd0-6bd1, U+6bd5-6bd9, U+6bde, U+6be1, U+6bec, U+6bf3, U+6bf9, U+6bfd, U+6bff-6c00, U+6c02, U+6c05-6c06, U+6c0a, U+6c0c-6c0d, U+6c10, U+6c13, U+6c16, U+6c18-6c1a, U+6c1f, U+6c21-6c22, U+6c24, U+6c26, U+6c28-6c2a, U+6c2c, U+6c2e-6c33, U+6c35-6c37, U+6c39-6c3a, U+6c3d-6c3f, U+6c43, U+6c46, U+6c49-6c4f, U+6c54-6c55, U+6c58, U+6c5a-6c5c, U+6c5e, U+6c64-6c69, U+6c6b-6c6f, U+6c71-6c75, U+6c78-6c79, U+6c7c, U+6c7e, U+6c82, U+6c84-6c87, U+6c8c-6c8d, U+6c8f, U+6c93-6c94, U+6c98, U+6c9a, U+6c9d, U+6c9f, U+6ca2, U+6ca5-6ca8, U+6caa, U+6cac-6cb2, U+6cb4-6cb5, U+6cba, U+6cbc, U+6cc2-6cc3, U+6cc5-6cc7, U+6cd0-6cd2, U+6cd4, U+6cd6-6cd7, U+6cd9-6cda, U+6cdc;
}
/* [61] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.61.woff2) format('woff2');
  unicode-range: U+6a35, U+6a3b, U+6a3e-6a40, U+6a47-6a48, U+6a50, U+6a52, U+6a55-6a57, U+6a5a-6a5b, U+6a5e, U+6a62, U+6a66, U+6a6a, U+6a71, U+6a79, U+6a7c, U+6a7e-6a81, U+6a84, U+6a87, U+6a89, U+6a8d-6a8e, U+6a90-6a92, U+6a97, U+6a9c, U+6a9e-6aa1, U+6aa3-6aa5, U+6aa8, U+6aab, U+6aae, U+6ab5, U+6aba, U+6abe, U+6ac2, U+6ac5-6ac6, U+6ac8-6ac9, U+6acc, U+6ad3, U+6ada-6adb, U+6add-6adf, U+6ae3, U+6ae7-6ae8, U+6aea-6aec, U+6af1, U+6af3, U+6af8, U+6afa, U+6afc, U+6b05, U+6b09, U+6b0e-6b13, U+6b17, U+6b1d-6b1e, U+6b25, U+6b2c, U+6b31, U+6b35-6b37, U+6b39, U+6b3b, U+6b40, U+6b43, U+6b46, U+6b48, U+6b53-6b55, U+6b59, U+6b5b, U+6b5f-6b60, U+6b68-6b69, U+6b6f, U+6b74, U+6b7a, U+6b7c, U+6b7f-6b84, U+6b86-6b87, U+6b89, U+6b8b, U+6b8d, U+6b91-6b93, U+6b9b, U+6b9e, U+6ba1-6ba2, U+6ba4, U+6baa-6bab, U+6bad-6bae, U+6bb2-6bb4, U+6bbb, U+6bbd;
}
/* [62] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.62.woff2) format('woff2');
  unicode-range: U+6904, U+6906-6907, U+6909, U+690b, U+690f-6910, U+6917, U+691a-691c, U+6925, U+692a, U+692c-692d, U+6932, U+6934, U+6939, U+693c-6940, U+6942, U+6949, U+6952, U+6954-6957, U+6959, U+695b-695f, U+6961-696c, U+696e-6970, U+6973-6974, U+6976, U+6978-697a, U+697c, U+6980, U+6984-6986, U+6988-698a, U+698d-698e, U+6990-6991, U+6994, U+6996-699b, U+699e, U+69a3-69a7, U+69ab, U+69ad, U+69af, U+69b1, U+69b3, U+69b6-69b7, U+69bb-69bc, U+69bf, U+69c1, U+69c3-69c5, U+69c7, U+69ca, U+69cc, U+69ce, U+69d0-69d1, U+69d4, U+69d8-69d9, U+69db, U+69df, U+69e4, U+69e8-69ea, U+69ed-69ee, U+69f1-69f4, U+69f6, U+69f8, U+69fa-69fb, U+69ff-6a00, U+6a05, U+6a0a-6a0b, U+6a17-6a18, U+6a1b, U+6a28-6a2b, U+6a31-6a32;
}
/* [63] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.63.woff2) format('woff2');
  unicode-range: U+67dc-67e0, U+67e2, U+67e4, U+67e9-67ea, U+67f0, U+67f2, U+67f6-67f8, U+67fa-67fb, U+67fe, U+6800-6805, U+6808-6809, U+680b, U+680e-680f, U+6811-6812, U+6814, U+6816, U+6818, U+681c-681e, U+6820, U+6822, U+6825, U+6827-6829, U+682b, U+682e-682f, U+6831-6834, U+683a-683b, U+683e, U+6840-6841, U+6844-6845, U+6849, U+684e, U+6853, U+6855-6856, U+685c-685d, U+685f, U+6861-6863, U+6865-6869, U+686b, U+686d, U+686f, U+6871-6872, U+6874-6875, U+6877, U+6879, U+687b-687c, U+687e, U+6880, U+6882-6883, U+6886, U+688f, U+6891-6892, U+6894, U+6896, U+6898, U+689b-689c, U+689f-68a0, U+68a2-68a3, U+68a6, U+68a9, U+68b1-68b2, U+68b4, U+68b6, U+68c0, U+68c3, U+68c6, U+68c8, U+68ca, U+68d0-68d1, U+68d3, U+68d6, U+68e1, U+68e3, U+68e6, U+68e8-68ec, U+68ef-68f1, U+68f3, U+68f6-68f7, U+68f9, U+68fb-68fd, U+6900, U+6902;
}
/* [64] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.64.woff2) format('woff2');
  unicode-range: U+66b3, U+66b5, U+66b8-66bc, U+66be, U+66c1, U+66c4, U+66c7-66c8, U+66cc, U+66cf, U+66d5, U+66d8-66db, U+66df, U+66e1-66e2, U+66e8-66e9, U+66ef, U+66f1, U+66f5, U+66f7, U+66fa, U+66fd, U+6705, U+670a, U+670f-6710, U+6713-6715, U+6718-6719, U+6720, U+6722-6727, U+6729, U+672e, U+6733, U+6736, U+6738-6739, U+673f-6740, U+6742, U+6745, U+6747-6748, U+674b-674d, U+6753, U+6755, U+6759, U+675d-675e, U+6760, U+6762-6763, U+6767-676a, U+676c, U+676e, U+6772-6777, U+677a-677c, U+6782, U+6786-6787, U+678a-678c, U+678e-678f, U+6791-6793, U+6796, U+6798-6799, U+679f-67a3, U+67a5, U+67aa-67ae, U+67b0-67b5, U+67b7-67bc, U+67c0-67c3, U+67c5-67c6, U+67c8-67ca, U+67ce, U+67d2, U+67d8-67d9, U+67db;
}
/* [65] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.65.woff2) format('woff2');
  unicode-range: U+6565, U+6567, U+656b, U+656d-656e, U+6573, U+6576, U+6579-657b, U+6581, U+6586, U+6588-6589, U+658b, U+658e, U+6593, U+6595, U+659b, U+659d, U+659f-65a1, U+65a9, U+65ab, U+65ad, U+65b2-65b3, U+65b5, U+65bb, U+65be-65bf, U+65c2-65c4, U+65c6, U+65cc, U+65ce, U+65d2, U+65d6, U+65db, U+65e1, U+65e3, U+65e7, U+65ee-65f0, U+65f2-65f4, U+65f7-65f8, U+65fc-65fd, U+6600, U+6603-6605, U+6609, U+660d, U+6610-6611, U+6619, U+661c-661e, U+6621-6622, U+6624, U+6626, U+6629, U+662b, U+6630, U+6633-6636, U+6639-663d, U+6640-6641, U+6644-6645, U+664a-664c, U+6653-6657, U+6659, U+665b, U+665d-665e, U+6661-6667, U+6669, U+666c, U+6672-6673, U+6677-6679, U+667b-667e, U+6681-6684, U+668b-6690, U+6692, U+6698, U+669d, U+669f-66a0, U+66a6-66a7, U+66aa, U+66b2;
}
/* [66] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.66.woff2) format('woff2');
  unicode-range: U+642b, U+642f-6430, U+6432, U+6434, U+6437, U+643a, U+643d-6444, U+6446-6447, U+644a-644b, U+644e, U+6450-6453, U+6456, U+6459, U+645b-645c, U+645e, U+6460-6461, U+6463-6465, U+6468, U+646c-646e, U+6470, U+6472-6477, U+6479, U+647b, U+647d, U+6480, U+6482, U+6485, U+648b-648c, U+6491, U+6493, U+6496-649a, U+649d, U+649f-64a0, U+64a2-64a3, U+64ac, U+64b1, U+64b3-64b4, U+64b7-64b9, U+64bb, U+64be, U+64c0, U+64c3-64c4, U+64d0, U+64d2, U+64d5, U+64d7-64d8, U+64e1-64e4, U+64e7, U+64e9, U+64ed, U+64ef-64f0, U+64f3, U+64f8, U+64fb-64fc, U+64ff, U+6504-6506, U+6509, U+6511-6512, U+6516, U+6518-6519, U+651b, U+6520-6523, U+6525-6526, U+6529, U+652b, U+652e, U+6530, U+6532, U+6534-6535, U+6537-6538, U+653a, U+653d, U+6542-6543, U+6549, U+654c-654e, U+6554-6555, U+655b, U+655d, U+6561, U+6564;
}
/* [67] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.67.woff2) format('woff2');
  unicode-range: U+6312-6313, U+6319-631b, U+631d-6321, U+6323-6325, U+632d-632e, U+6332, U+6334-6339, U+633b-633c, U+633e-6340, U+6342-6346, U+634b-634c, U+634e, U+6352, U+6357, U+635a, U+635c, U+635e-635f, U+6361, U+6363, U+6365, U+6369, U+636b-636d, U+636f-6370, U+6373, U+6375-6376, U+637a-637b, U+637d, U+6381, U+6384, U+6387, U+638a, U+638d-638e, U+6390, U+6394-6397, U+639e-639f, U+63a3-63a4, U+63a6, U+63ac-63af, U+63b1-63b4, U+63b7, U+63b9-63bb, U+63bd-63be, U+63c3-63c4, U+63c8, U+63cd-63ce, U+63d1, U+63d6, U+63dc, U+63de, U+63e0, U+63e3-63e4, U+63e6, U+63e9, U+63f0, U+63f2-63f3, U+63f5-63f8, U+63fa, U+63fc-63fe, U+6400-6402, U+6405-6406, U+6409-640c, U+6410, U+6414-6415, U+6418, U+641b, U+641f-6423, U+6425-6428, U+642a;
}
/* [68] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.68.woff2) format('woff2');
  unicode-range: U+61cc-61cd, U+61d0, U+61d2, U+61de-61e0, U+61e3, U+61e6, U+61e8, U+61ed-61ee, U+61f5, U+61f9-61fa, U+61fd-61fe, U+6207, U+6209, U+620d-620e, U+6213-6215, U+6219, U+621b, U+621d-6223, U+6225-6227, U+6229, U+622b-622c, U+622e-622f, U+6231, U+6238, U+623b, U+623d-623e, U+6242-6243, U+6246, U+6248-6249, U+624c, U+6251, U+6255, U+6259-625a, U+625e, U+6260-6262, U+6265-6267, U+6269, U+626b-626c, U+6270-6273, U+6275, U+627a-627d, U+6283, U+6285-6286, U+6289, U+628c, U+628e, U+6294, U+629a-629e, U+62a0, U+62a2, U+62a6, U+62a8, U+62af, U+62b3, U+62b6, U+62ba-62bb, U+62be-62bf, U+62c2, U+62c4-62c5, U+62c8, U+62ca, U+62cf, U+62d1, U+62d5, U+62d7, U+62d9, U+62dd, U+62df-62e3, U+62e5-62e8, U+62ee, U+62f4-62fb, U+62fd, U+6300, U+6302, U+6308, U+630c-630e, U+6310;
}
/* [69] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.69.woff2) format('woff2');
  unicode-range: U+60b0-60b1, U+60b3-60b5, U+60b8, U+60bb, U+60bd-60be, U+60c0, U+60c6-60c7, U+60ca-60cb, U+60d3-60d5, U+60d7-60db, U+60dd, U+60e2-60e3, U+60e6-60f0, U+60f2, U+60f4, U+60f6, U+60fa-60fb, U+60ff-6100, U+6103, U+6106, U+610a-610b, U+610d-610e, U+6110, U+6112-6116, U+6120, U+6123-6124, U+6128-6130, U+6134, U+6136, U+613c-613f, U+6144, U+6146-6147, U+6149-614a, U+614d, U+6151-6153, U+6159-615a, U+615c-615f, U+6164-6165, U+6169-616d, U+616f, U+6171-6175, U+6177, U+617a, U+617c, U+617f-6180, U+6187, U+618a-618e, U+6192-6194, U+6199-619b, U+619f, U+61a1, U+61a7-61a8, U+61aa-61af, U+61b8, U+61ba, U+61bf, U+61c3, U+61c6, U+61ca-61cb;
}
/* [70] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.70.woff2) format('woff2');
  unicode-range: U+5f82-5f84, U+5f87, U+5f89-5f8a, U+5f8d, U+5f93, U+5f95, U+5f98-5f99, U+5f9b-5f9c, U+5fa0, U+5fa4, U+5fa6-5fa8, U+5fab-5fad, U+5fb3-5fb4, U+5fbc, U+5fc4, U+5fc6, U+5fc9, U+5fcb, U+5fce-5fd6, U+5fdc-5fdf, U+5fe1, U+5fe4, U+5fe7, U+5fea, U+5fec-5fee, U+5ff1, U+5ff3, U+5ff8, U+5ffa-5ffc, U+5fff-6000, U+6002, U+6005, U+600a, U+600d, U+600f-6010, U+6014, U+6017, U+6019-601c, U+601e, U+6020, U+6022, U+6026, U+6029, U+602b-602c, U+602e-602f, U+6031, U+6033-6035, U+6039, U+603c, U+6040-6043, U+6045, U+6047, U+604a-604c, U+604f, U+6053, U+6059-605b, U+605d, U+6060, U+6063, U+6067, U+606a-606b, U+606e, U+6072-6076, U+6078, U+607a, U+607c, U+607f-6081, U+6083, U+6086, U+608a, U+608c, U+608e, U+6092-6093, U+6095-6097, U+609b, U+609d, U+60a2, U+60a6-60a7, U+60a9-60aa, U+60ac-60ad, U+60af;
}
/* [71] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.71.woff2) format('woff2');
  unicode-range: U+5e3c, U+5e40, U+5e42-5e44, U+5e47, U+5e54, U+5e57-5e5b, U+5e5e-5e5f, U+5e61-5e62, U+5e64, U+5e6a, U+5e6c, U+5e6e, U+5e75, U+5e77, U+5e7a, U+5e80-5e81, U+5e83, U+5e86, U+5e88, U+5e8b, U+5e90, U+5e92, U+5e96, U+5e99, U+5e9b, U+5e9d-5ea2, U+5ea4-5ea5, U+5eb3-5eb6, U+5eb9, U+5ebe, U+5ec3-5ec4, U+5ec6, U+5ecb-5ecd, U+5ed0-5ed2, U+5ed4-5ed5, U+5ed8-5ed9, U+5edb, U+5edd, U+5ee1, U+5ee8-5ee9, U+5eec, U+5eef-5ef0, U+5ef4-5ef5, U+5ef8, U+5efb-5efc, U+5efe, U+5f01-5f03, U+5f05, U+5f07-5f09, U+5f0b-5f0e, U+5f10-5f12, U+5f14, U+5f16, U+5f1b, U+5f1d, U+5f22, U+5f25, U+5f28-5f29, U+5f2d, U+5f2f-5f30, U+5f36, U+5f38-5f39, U+5f3c, U+5f3e, U+5f40-5f42, U+5f45-5f46, U+5f4a, U+5f50-5f52, U+5f54, U+5f56-5f58, U+5f5a-5f5e, U+5f61, U+5f63, U+5f66-5f67, U+5f6b, U+5f72-5f74, U+5f76, U+5f78, U+5f7b, U+5f7d;
}
/* [72] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.72.woff2) format('woff2');
  unicode-range: U+5ce6, U+5ce8-5cea, U+5ced-5cee, U+5cf1, U+5cf4-5cf5, U+5cf8, U+5cfe-5d00, U+5d06, U+5d08, U+5d0a-5d0d, U+5d15, U+5d18, U+5d1a, U+5d1d, U+5d1f-5d22, U+5d24, U+5d26-5d28, U+5d2c-5d2e, U+5d33-5d35, U+5d3d, U+5d3f, U+5d42-5d43, U+5d46-5d47, U+5d49-5d4b, U+5d4e, U+5d52-5d53, U+5d57-5d59, U+5d5b-5d5c, U+5d65, U+5d68-5d69, U+5d6b-5d6c, U+5d6f, U+5d74-5d75, U+5d7e-5d7f, U+5d81-5d82, U+5d85-5d88, U+5d8b-5d8c, U+5d92, U+5d94, U+5d97, U+5d99, U+5d9d, U+5da0-5da2, U+5da7, U+5da9-5daa, U+5dae, U+5db2, U+5db4, U+5db7-5db8, U+5dbd, U+5dc2-5dc5, U+5dc9, U+5dcb-5dcd, U+5dd2, U+5dd6, U+5dd8, U+5ddb-5ddc, U+5de0, U+5de3, U+5de9, U+5df0, U+5df3, U+5df5, U+5df9, U+5dfb-5dfd, U+5e00-5e01, U+5e04-5e05, U+5e0a, U+5e11, U+5e14, U+5e18-5e1c, U+5e1f-5e22, U+5e27-5e28, U+5e2f-5e30, U+5e34, U+5e37, U+5e3a;
}
/* [73] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.73.woff2) format('woff2');
  unicode-range: U+5b84, U+5b8d, U+5b92-5b93, U+5b95-5b96, U+5b9f-5ba1, U+5ba6-5ba8, U+5baa-5bad, U+5bbd-5bbe, U+5bc0-5bc1, U+5bc3, U+5bd0-5bd1, U+5bd4-5bd8, U+5bdb-5bdd, U+5be4-5be5, U+5bef, U+5bf3, U+5bfb, U+5bfe-5bff, U+5c02-5c03, U+5c05, U+5c09, U+5c0c, U+5c10, U+5c12-5c13, U+5c15, U+5c18-5c19, U+5c1b, U+5c1d-5c1f, U+5c22, U+5c25, U+5c27-5c28, U+5c2a-5c2b, U+5c34, U+5c38, U+5c3d, U+5c42, U+5c44, U+5c47, U+5c49-5c4a, U+5c50, U+5c53, U+5c58-5c59, U+5c5b, U+5c5d, U+5c61, U+5c63, U+5c68, U+5c6d-5c6e, U+5c74, U+5c79-5c84, U+5c86, U+5c88, U+5c8a-5c8d, U+5c92-5c9c, U+5ca0, U+5ca2-5ca3, U+5ca5-5ca7, U+5cab-5cad, U+5cb5, U+5cb7, U+5cba-5cbb, U+5cc1, U+5cc8, U+5cca-5ccb, U+5cce, U+5cd2, U+5cd6, U+5cd8-5cda, U+5cdf-5ce1, U+5ce5;
}
/* [74] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.74.woff2) format('woff2');
  unicode-range: U+5a57, U+5a5d-5a5e, U+5a60-5a62, U+5a65, U+5a67, U+5a6a, U+5a6c-5a6d, U+5a73-5a76, U+5a7a-5a7c, U+5a81-5a84, U+5a8c, U+5a90, U+5a93, U+5a96-5a97, U+5a9c, U+5a9e-5aa0, U+5aa4, U+5aa7, U+5aab-5aac, U+5aae-5aaf, U+5ab1, U+5ab4-5ab5, U+5ab8, U+5aba-5abc, U+5abe-5abf, U+5ac3-5ac4, U+5ac6-5acb, U+5acf-5ad2, U+5ad4-5adc, U+5ae0-5ae1, U+5ae3, U+5ae5-5ae6, U+5ae8, U+5aea-5aeb, U+5aee, U+5af0, U+5af2, U+5af5, U+5afa, U+5aff, U+5b01, U+5b05, U+5b08, U+5b0b, U+5b11, U+5b16-5b17, U+5b19, U+5b1b, U+5b1d, U+5b21-5b23, U+5b28, U+5b2a-5b2d, U+5b32, U+5b34, U+5b36-5b38, U+5b3e-5b40, U+5b43-5b46, U+5b4b-5b4c, U+5b51, U+5b53, U+5b59, U+5b5b-5b5c, U+5b62, U+5b65, U+5b6c-5b6e, U+5b70-5b73, U+5b75, U+5b7a-5b7b, U+5b7d, U+5b7f-5b82;
}
/* [75] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.75.woff2) format('woff2');
  unicode-range: U+5910-5911, U+5914, U+5919, U+591b, U+591f, U+5923-5924, U+592c, U+5932, U+5938-593a, U+5940, U+5942, U+5944, U+594b-594c, U+594e, U+5950, U+5953, U+5956, U+5958, U+595a, U+5961, U+5966, U+5968-5969, U+596c-596d, U+5975, U+5977, U+597b-597c, U+597e, U+5980-5981, U+5986-5988, U+598a, U+598f, U+5997-5998, U+599f-59a3, U+59a6-59a7, U+59a9, U+59ab-59ac, U+59af, U+59b1-59b2, U+59b6, U+59b8, U+59ba, U+59be, U+59c1, U+59c3, U+59c7-59c9, U+59cd-59ce, U+59d2, U+59d6-59d9, U+59dd-59de, U+59e0, U+59e3-59e5, U+59e9-59eb, U+59ee, U+59f1-59f3, U+59f5-59f9, U+59fc-59fd, U+5a00, U+5a04-5a07, U+5a09, U+5a0c, U+5a11, U+5a13, U+5a16-5a17, U+5a1a, U+5a1e, U+5a20, U+5a23-5a24, U+5a29-5a2b, U+5a2d-5a2f, U+5a32-5a34, U+5a38, U+5a3c, U+5a3f-5a44, U+5a47-5a48, U+5a4a, U+5a4c-5a4d, U+5a50-5a51, U+5a53, U+5a56;
}
/* [76] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.76.woff2) format('woff2');
  unicode-range: U+57a9, U+57ab, U+57b5, U+57b8-57bb, U+57c2, U+57c5-57c8, U+57cc, U+57cf, U+57d2, U+57dc-57de, U+57e1-57e2, U+57e5, U+57e7, U+57ed-57ee, U+57f0, U+57f3-57f6, U+57f8, U+57fb-57fd, U+5800-5801, U+5803-5804, U+5807, U+5809-580b, U+580d-580e, U+5810-5811, U+5814-5815, U+5819, U+581d-581e, U+5820, U+5823, U+5826, U+582c-582d, U+5830, U+583a, U+583f-5841, U+5848, U+584b, U+584d, U+584f, U+5852, U+5859-585a, U+585c, U+5861, U+5864, U+5868-5869, U+586c-586d, U+5871-5872, U+5879, U+587c-5881, U+5887-5889, U+588e, U+5890-5892, U+5896-5899, U+589d, U+58a1, U+58a3, U+58a6, U+58a9, U+58ac, U+58b0-58b1, U+58bb-58bc, U+58c2, U+58c5-58c6, U+58ca, U+58cc, U+58ce, U+58d0-58d1, U+58d5, U+58d9-58da, U+58df-58e0, U+58e9, U+58ec, U+58ee, U+58f1-58f3, U+58f6-58f7, U+58fb-58fc, U+5900, U+5902, U+5906, U+5909-590c, U+590e;
}
/* [77] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.77.woff2) format('woff2');
  unicode-range: U+567b-567c, U+5680, U+5684-5686, U+568c, U+568e-568f, U+5692-5693, U+5697-5699, U+569c, U+569e, U+56a1-56a7, U+56a9, U+56ab-56ad, U+56af, U+56b3, U+56b5-56b6, U+56b8, U+56bf-56c1, U+56c3, U+56c5, U+56c7-56c8, U+56cb-56cc, U+56d1-56d4, U+56d6-56d9, U+56dd, U+56df, U+56e1-56e5, U+56ea-56ec, U+56ee-56ef, U+56f1-56f4, U+56f7, U+56f9, U+56ff-5700, U+5703-5704, U+5706-5707, U+5709-570a, U+570c, U+570f, U+5711, U+5717, U+571c, U+5723-5724, U+5727, U+5729-572a, U+572c, U+572e-572f, U+5734-5735, U+573b, U+5741, U+574b-574d, U+574f, U+5752, U+5754, U+575a-5760, U+5763, U+5768-5769, U+576b, U+576d, U+576f-5770, U+5772-5775, U+5777, U+577b-577d, U+5780, U+5784, U+5788, U+578c, U+578e, U+5792-5793, U+5795, U+579a-579b, U+579f-57a1, U+57a4, U+57a6;
}
/* [78] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.78.woff2) format('woff2');
  unicode-range: U+555c, U+5562-5563, U+5567, U+5569, U+556b-556c, U+5570, U+5575-5579, U+557b-557c, U+557f, U+5581, U+5583, U+5586, U+5588, U+558b, U+558f, U+5591, U+5599, U+559f, U+55a1, U+55a3, U+55a5-55a6, U+55a8-55a9, U+55ab, U+55ad, U+55b0-55b1, U+55b3, U+55b6-55b7, U+55b9, U+55bc-55bd, U+55c4-55c5, U+55c7, U+55c9, U+55cc-55cd, U+55d0, U+55d2, U+55d4-55d9, U+55db, U+55dd-55df, U+55e1-55e6, U+55e9-55ea, U+55ec, U+55ee, U+55f1-55f3, U+55f5-55f7, U+55f9-55fa, U+55fe, U+5600-5602, U+5608, U+560c, U+560f, U+5612-5613, U+5615-5616, U+5618, U+561a, U+561c, U+561e, U+5620, U+5623-5625, U+5627, U+562a, U+562c-562e, U+5630-5631, U+5635-5636, U+5638-563a, U+5640, U+5642-5643, U+5649, U+564c-5650, U+5654, U+5658-565d, U+5664-5666, U+5669, U+566b, U+566d, U+566f, U+5671-5672, U+5676, U+567a;
}
/* [79] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.79.woff2) format('woff2');
  unicode-range: U+5447, U+5449, U+544b-544d, U+5450-5455, U+5457, U+545b-545c, U+545f-5460, U+5463-5464, U+546a-5472, U+5474, U+5476, U+5478, U+547b, U+547e-547f, U+5482-5488, U+548a, U+548d-5491, U+5494, U+5498-549d, U+54a1-54a5, U+54ab, U+54ad-54af, U+54b5, U+54b7, U+54bb-54bc, U+54be-54bf, U+54ca, U+54cc, U+54cf-54d2, U+54d4, U+54d6-54d7, U+54da, U+54de-54df, U+54e2, U+54e4, U+54e7, U+54eb, U+54f3, U+54fd, U+54ff, U+5501-5502, U+5504-5506, U+550a, U+550c, U+550e-550f, U+5511-5513, U+5516-5517, U+551a-551b, U+551e, U+5520, U+5524, U+5526-5527, U+552a, U+552c-552d, U+5530, U+5532-5533, U+5535-5536, U+553b-553c, U+553e-553f, U+5541-5542, U+5544-5545, U+5547, U+5549, U+554b, U+554d-554e, U+5550-5551, U+5553, U+5555-5557;
}
/* [80] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.80.woff2) format('woff2');
  unicode-range: U+52eb, U+52ed-52ee, U+52f0-52f2, U+52f7, U+52f9-52fa, U+5300-5302, U+530a-530b, U+530d, U+530f-5310, U+5315, U+531a, U+531c-531d, U+532d-532e, U+5331, U+5338, U+533b-533e, U+5344-5345, U+534b-534d, U+534f-5350, U+5358, U+535e-535f, U+5362-5364, U+5367, U+5369, U+536b-536c, U+536e-536f, U+5372, U+5374, U+5379-537a, U+537c-537d, U+5382, U+5385, U+5389, U+538b-538c, U+538e, U+5392-5396, U+5399, U+53a0-53a2, U+53a4-53a6, U+53a8-53a9, U+53ae, U+53b0, U+53b3-53b4, U+53b6-53b7, U+53b9, U+53bf, U+53c1, U+53c4, U+53ce-53cf, U+53d2, U+53d5, U+53d9-53da, U+53df-53e1, U+53e7-53e9, U+53f1, U+53f5-53f6, U+53f9, U+53fb-53fd, U+5400-5402, U+5405-5407, U+540f, U+5412, U+5414-5417, U+541a, U+5420-5421, U+5424-5425, U+5428-5429, U+542c-542f, U+5431-5432, U+5434, U+5437, U+543d, U+543f, U+5441, U+5444-5445;
}
/* [81] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.81.woff2) format('woff2');
  unicode-range: U+5197, U+519a-519c, U+519e, U+51a2, U+51a6-51a9, U+51ab, U+51ad-51af, U+51b1-51b6, U+51ba-51c0, U+51c3-51c5, U+51c7, U+51c9-51cb, U+51ce-51d1, U+51d4, U+51d6, U+51d9, U+51db-51dc, U+51df, U+51e4, U+51e6, U+51e9-51ea, U+51ed, U+51ef, U+51f4-51f5, U+51fc, U+51ff, U+5201-5202, U+5204-5205, U+5208, U+520b, U+520d-520e, U+5213, U+5215-5216, U+5218, U+521a, U+5220, U+5223, U+5226-5228, U+5232-5234, U+5239, U+523c, U+5241-5242, U+5244, U+5249, U+524c, U+5251-5252, U+5255, U+5257, U+525c, U+525e, U+5261, U+5263-5265, U+526e, U+5270, U+5273-5274, U+5277, U+527d, U+527f, U+5281-5282, U+5284, U+528a, U+528c, U+528f, U+5292-5294, U+529d, U+52a6, U+52ac-52ad, U+52b1-52b5, U+52b9, U+52bb-52bc, U+52be-52c0, U+52c5, U+52cb, U+52cd, U+52d0-52d1, U+52d6-52d7, U+52db, U+52e0, U+52e3, U+52e6-52e7;
}
/* [82] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.82.woff2) format('woff2');
  unicode-range: U+5040-5041, U+5043, U+5045-5046, U+5048, U+504a-504e, U+5051-5053, U+505d-5060, U+5063, U+506a, U+506f-5072, U+5078, U+507a-507b, U+507f-5080, U+5088-5089, U+508b-508c, U+508e, U+5092, U+5095-5096, U+509a-509d, U+50a3, U+50a5, U+50a8, U+50af, U+50b1, U+50b4, U+50ba, U+50c2, U+50c6-50ca, U+50cd-50ce, U+50d6, U+50d9, U+50dd-50df, U+50e1, U+50e3, U+50e5-50e6, U+50e8-50ea, U+50ec-50f0, U+50f3, U+50fb, U+50fe, U+5101-5102, U+5105-5109, U+510b-510e, U+5110, U+5113-5115, U+5117, U+511a-511c, U+511e, U+5120-5121, U+5125, U+512b, U+5131, U+5134-5135, U+5138-513c, U+5140, U+514e, U+5150-5151, U+5155-5157, U+515a, U+515f, U+5162, U+516a, U+516e, U+5172, U+5174, U+5179, U+517b, U+517d, U+5182, U+5186, U+5188-5189, U+518b, U+518f, U+5191, U+5193, U+5195-5196;
}
/* [83] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.83.woff2) format('woff2');
  unicode-range: U+4f2d, U+4f31-4f32, U+4f35, U+4f37, U+4f39, U+4f3b, U+4f3e, U+4f41-4f43, U+4f47, U+4f49, U+4f4c, U+4f52, U+4f57-4f58, U+4f5a, U+4f5d-4f5f, U+4f61, U+4f63-4f64, U+4f67, U+4f6a, U+4f6e-4f6f, U+4f72, U+4f74, U+4f76-4f7b, U+4f7d-4f7e, U+4f80-4f82, U+4f84, U+4f89-4f8a, U+4f8e-4f94, U+4f96-4f98, U+4f9a, U+4f9e, U+4fa0-4fa3, U+4fa5-4fa8, U+4faa-4fac, U+4fb2-4fb3, U+4fb7-4fba, U+4fc0-4fc1, U+4fc5-4fc7, U+4fcb, U+4fcd-4fce, U+4fd1, U+4fd3-4fd4, U+4fd8-4fdc, U+4fdf, U+4fe2-4fe5, U+4fe8-4fea, U+4fec-4fed, U+4ff3-4ff6, U+4ff8-4ffa, U+4ffd, U+5000, U+5002, U+5005, U+5008, U+500c, U+500f, U+5013-5015, U+501b-501c, U+501e, U+5022-5025, U+5027-5028, U+502c-502e, U+5030-5032, U+5036, U+503a-503b, U+503e;
}
/* [84] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.84.woff2) format('woff2');
  unicode-range: U+3f97, U+4102, U+411b, U+4181, U+43c8, U+4552, U+4576, U+46e5, U+4837, U+493d, U+4a3b, U+4d09, U+4db6-4dbf, U+4e02, U+4e04-4e05, U+4e0c, U+4e0f-4e10, U+4e15, U+4e17, U+4e1b, U+4e21-4e22, U+4e25, U+4e27, U+4e31, U+4e34, U+4e36-4e37, U+4e3d, U+4e3f-4e42, U+4e44, U+4e47, U+4e49, U+4e4c, U+4e52-4e54, U+4e57, U+4e5a-4e5b, U+4e60-4e61, U+4e69, U+4e6d, U+4e78, U+4e80-4e81, U+4e85, U+4e87, U+4e89-4e8a, U+4e8d, U+4e8f, U+4e93, U+4e96, U+4e98-4e99, U+4e9c, U+4e9f-4ea0, U+4ea2, U+4ea5, U+4ea9, U+4eb0, U+4eb2-4eb3, U+4eb5-4eb7, U+4eb9, U+4ebb-4ebc, U+4ebf, U+4ec2-4ec6, U+4ec8-4ec9, U+4ecf, U+4ed1, U+4ed3, U+4edc-4ee1, U+4ee7-4eeb, U+4eee-4eef, U+4ef1, U+4ef3-4ef5, U+4efa, U+4efc, U+4f00, U+4f02-4f03, U+4f05, U+4f07-4f09, U+4f0b, U+4f0e, U+4f15, U+4f17, U+4f1d-4f1f, U+4f22, U+4f24, U+4f29-4f2b;
}
/* [85] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.85.woff2) format('woff2');
  unicode-range: U+3052, U+305c, U+3062, U+306d, U+307a, U+307c, U+3080, U+308e, U+3090-3091, U+3099-309e, U+30a5, U+30c2, U+30c5, U+30ee, U+30f0-30f2, U+30f4-30f6, U+30fd-30fe, U+3105-3106, U+3108, U+310a-310b, U+310d-3112, U+3115-3117, U+3119, U+3131, U+3134, U+3137, U+3139, U+3141-3142, U+3145, U+3147-3148, U+314b, U+314d-314f, U+3153, U+315c, U+3160-3161, U+3163-3164, U+3181, U+318d, U+3192-3193, U+3196-3198, U+319d-319f, U+3220-3226, U+3231, U+3268, U+3281, U+328b, U+3291-3292, U+3295-3297, U+3299, U+329d, U+329f, U+32a3-32a4, U+32d6, U+32e1, U+3314, U+3322, U+337f, U+338e-338f, U+339c-339e, U+33a1, U+33c4, U+33d1-33d2, U+3440, U+3449, U+3479, U+3551, U+3569, U+35ad, U+35ce, U+36ac, U+373a, U+3863, U+38ec, U+39b8, U+3a02, U+3a17, U+3a52, U+3b22, U+3bd7, U+3bff, U+3ca5, U+3d68, U+3ddb, U+3de7, U+3deb, U+3e03, U+3e74, U+3f08, U+3f0e, U+3f21;
}
/* [86] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.86.woff2) format('woff2');
  unicode-range: U+2748-274f, U+2752-275b, U+275d-275e, U+2761, U+2763, U+2765-2769, U+276e-276f, U+2771, U+2776-277e, U+2780-2782, U+278a-278c, U+2794-2796, U+2798-2799, U+279c-27a6, U+27a8-27ab, U+27ad, U+27af-27b0, U+27b2-27b3, U+27b7-27b9, U+27bc-27bd, U+27bf, U+27e9-27eb, U+27f5-27f6, U+2800, U+28ec, U+2922, U+2934-2935, U+29bf, U+2a2f, U+2b05-2b07, U+2b1b, U+2b50, U+2b55, U+2cf5, U+2e1c-2e1d, U+2f00, U+2f08, U+2f12, U+2f24, U+2f29, U+2f2f, U+2f3c, U+2f3f, U+2f42, U+2f45, U+2f63-2f64, U+2f83, U+2f8f, U+3003-3007, U+3012-3013, U+3016-3019, U+3020-3025, U+3030, U+303d, U+3041, U+3043, U+3045, U+3047, U+3049;
}
/* [87] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.87.woff2) format('woff2');
  unicode-range: U+2649-2656, U+2658-265c, U+265e-2660, U+2662-2664, U+2666-2669, U+266b-266f, U+267b, U+2692-2696, U+2698, U+269b-269c, U+26a0-26a1, U+26a3-26a5, U+26aa-26ac, U+26bd-26be, U+26c4-26c5, U+26c8, U+26d1, U+26d3-26d4, U+26e4, U+26e9-26ea, U+26f0-26f5, U+26f9-26fa, U+26fd, U+2701-2702, U+2704-2706, U+2708, U+270a-2712, U+2714, U+2716-2727, U+2729-273e, U+2740-2747;
}
/* [88] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.88.woff2) format('woff2');
  unicode-range: U+2566-2570, U+2572, U+2574, U+2579, U+2580-258a, U+258c-2595, U+2597, U+25a1, U+25a3-25a4, U+25a6-25ac, U+25b0, U+25b4, U+25b7-25b9, U+25bb, U+25bd, U+25bf-25c2, U+25c7-25ca, U+25cc-25cd, U+25d0-25d9, U+25dc-25e6, U+25ea-25eb, U+25ef, U+25fb-25fe, U+2600-2604, U+2607, U+2609-260b, U+260d-2615, U+2618, U+261a-2623, U+262a, U+262d-2630, U+2638-263e, U+2641-2642, U+2648;
}
/* [89] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.89.woff2) format('woff2');
  unicode-range: U+2475-2481, U+2488-2491, U+24b6-24c5, U+24c7-24ca, U+24cc, U+24ce, U+24d0-24df, U+24e1-24ea, U+24f5, U+24ff, U+2501, U+2503-250d, U+250f-2511, U+2513-2515, U+2517-2518, U+251b-251d, U+2520, U+2523-2524, U+2528, U+252b-252c, U+252f, U+2533-2534, U+2537, U+253b-253c, U+2541, U+2543-2545, U+254b, U+2550-2565;
}
/* [90] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.90.woff2) format('woff2');
  unicode-range: U+2139, U+2153, U+2194-2197, U+2199, U+219d-219e, U+21a0, U+21a9-21aa, U+21ac, U+21af-21b1, U+21b3-21b5, U+21ba-21bb, U+21c4, U+21ca, U+21cc, U+21d0, U+21d2-21d4, U+21d8, U+21dd, U+21e2-21e9, U+2200, U+2202, U+2205-2208, U+220e-220f, U+2211-2212, U+2215, U+2217-221a, U+221d-2220, U+2225, U+2227-222b, U+222e, U+2234-2237, U+223c-223d, U+2248, U+2256, U+2260-2261, U+2264-2265, U+226a-226b, U+226e-226f, U+2282-2283, U+2295-2296, U+2299, U+22a5, U+22b0-22b1, U+22b9, U+22bf, U+22c5-22c6, U+22c8, U+22d0-22d1, U+22ee, U+2312-2313, U+2318, U+231a-231b, U+2323, U+2328, U+239d, U+23a0, U+23af, U+23e4, U+23e9-23ea, U+23ec, U+23f0-23f3, U+23fa, U+2445, U+2460-2471, U+2474;
}
/* [91] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.91.woff2) format('woff2');
  unicode-range: U+1ec0-1ec3, U+1ec5-1ec6, U+1ec9, U+1ecb-1ecd, U+1ecf-1ed1, U+1ed3-1ed5, U+1ed7-1edd, U+1edf, U+1ee1, U+1ee3-1ee7, U+1ee9, U+1eeb, U+1eed, U+1eef-1ef1, U+1ef3, U+1ef7, U+1ef9, U+1f62, U+1fa2, U+2001-2006, U+2009-200a, U+200c-200d, U+200f-2012, U+2015-2016, U+201a, U+201e, U+2020-2021, U+2023-2025, U+2028, U+202a-202d, U+202f-2030, U+2032-2033, U+2035, U+2038, U+203e-203f, U+2042-2044, U+2049, U+204d-204e, U+2060-2061, U+2063, U+2070, U+2074-207b, U+207d-2083, U+208a, U+208d-208e, U+20a1, U+20a4, U+20a6, U+20a8-20ab, U+20ad-20ae, U+20b1-20b3, U+20b5, U+20b8-20ba, U+20bd, U+20dd, U+20e3, U+2105, U+2109, U+2112-2113, U+2115-2117, U+2120-2121, U+2126, U+212b;
}
/* [92] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.92.woff2) format('woff2');
  unicode-range: U+11af, U+11b7, U+11bc, U+121b, U+122d, U+129b, U+12a0, U+13a6, U+13a9, U+13ac, U+13af, U+13b3, U+13c2, U+13e3, U+141b, U+1555, U+1557, U+15dc, U+15e8, U+1780-1782, U+1784-1785, U+1787, U+178a, U+178e-1791, U+1793-179c, U+179f, U+17a2, U+17b6-17b9, U+17bb-17bc, U+17bf-17c7, U+17c9, U+17cb, U+17d0, U+17d2, U+17db, U+1871, U+18fa, U+1bff, U+1d00, U+1d04-1d05, U+1d07, U+1d0a-1d0b, U+1d0d, U+1d0f, U+1d17-1d18, U+1d1b-1d1c, U+1d20-1d22, U+1d25, U+1d2c, U+1d2e, U+1d30-1d31, U+1d33-1d3a, U+1d3c, U+1d3e-1d42, U+1d52, U+1d55, U+1d5b, U+1d5e, U+1d9c, U+1da0, U+1dc4-1dc5, U+1e3b, U+1e43, U+1e45, U+1e47, U+1e63, U+1e6d, U+1e73, U+1ea0, U+1ea2, U+1ea4-1ea9, U+1eab-1eaf, U+1eb1, U+1eb3, U+1eb5, U+1eb7, U+1eb9, U+1ebb, U+1ebd-1ebe;
}
/* [97] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.97.woff2) format('woff2');
  unicode-range: U+2c8-2c9, U+2cc-2cd, U+2d0, U+2d8, U+2da, U+2dc, U+2e1-2e3, U+2e7, U+2eb, U+2ee, U+2f1-2ff, U+302-304, U+306-309, U+30c-30d, U+311, U+31b, U+321, U+323-325, U+328-329, U+32b-32c, U+32e-32f, U+331-33a, U+33c-33f, U+348, U+353, U+358-359, U+35c, U+35e-35f, U+361, U+363, U+367-368, U+36c, U+36f, U+530-535, U+537-540, U+55e, U+561-565, U+568-56d, U+56f-576, U+578-582, U+584, U+5a1, U+5a3-5a4, U+5aa, U+5ae, U+5b0-5b4;
}
/* [98] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.98.woff2) format('woff2');
  unicode-range: U+1af, U+1b1, U+1b4-1be, U+1d0, U+1d2, U+1d4, U+1da, U+1dc-1dd, U+1e1, U+1e3-1e4, U+1e7, U+1e9, U+1eb-1ec, U+1f0-1f1, U+1f3-1f5, U+1f7, U+1f9-1ff, U+219, U+221, U+225-226, U+228-22b, U+22e-22f, U+231-235, U+239, U+23b, U+23e, U+250-252, U+254-255, U+259-25e, U+261-263, U+268-26b, U+26d, U+26f-277, U+279-27a, U+27d-281, U+283, U+28a-28c, U+28f, U+292, U+294-296, U+298-29a, U+29c, U+29f, U+2a1-2a2, U+2a4-2a7, U+2a9-2aa, U+2ae-2b3, U+2b5-2b7, U+2b9-2bf, U+2c2-2c4, U+2c6-2c7;
}
/* [99] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.99.woff2) format('woff2');
  unicode-range: U+a1-a2, U+a4, U+a6-a8, U+aa, U+ac, U+af, U+b1, U+b5-b6, U+b8-ba, U+bc-be, U+c0-c8, U+ca-cc, U+ce-d5, U+d8-df, U+f0, U+f5, U+f8, U+fb, U+fe-100, U+102, U+105, U+107, U+109-10b, U+10f, U+112, U+115, U+117, U+119, U+11b, U+11f, U+121, U+123-124, U+127, U+129, U+12c-12d, U+130-13f, U+141-142, U+144, U+148, U+14b-14c, U+14f-153, U+159-15b, U+15e-160, U+163-166, U+169-16a, U+16d-171, U+173-17e, U+192, U+1a0, U+1a4, U+1aa, U+1ac-1ad;
}
/* [100] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.100.woff2) format('woff2');
  unicode-range: U+a3, U+2ca, U+2223, U+2640, U+273f, U+301c-301d, U+3107, U+310c, U+4e30, U+4e3e, U+4e5e, U+4e71, U+4f26, U+4f7c, U+4f83, U+50da, U+5243, U+5267, U+529e, U+5321, U+5352, U+5477, U+548b, U+54a6, U+54b2, U+54c2, U+54c4, U+54c6, U+54cd, U+54ee, U+5543, U+55d1, U+55d3, U+55f0, U+55fd, U+560d, U+5629, U+5660, U+57ae, U+57e0, U+57e4, U+5904, U+592d, U+5965, U+5a31, U+5a7f, U+5b5a, U+5bb8, U+5c14, U+5c3b, U+5c5c, U+5c5e, U+5d10, U+5e10, U+5e4c, U+603b, U+604d, U+611c, U+6137, U+61c8, U+6292, U+62c7, U+6371, U+6382, U+645f, U+64ae, U+64c2, U+651e, U+65f1, U+660a, U+663e, U+673d, U+6784, U+6789, U+67ff, U+6813, U+6854, U+68d8, U+68fa, U+697d, U+6a01, U+6a1e, U+6baf, U+6c08, U+6c17, U+6c2b, U+6c81, U+6cbd, U+6dc6, U+6df9, U+6ed9, U+6ee1, U+6f86, U+6fc1, U+6fdb, U+701f, U+7076, U+715c, U+7194, U+71fb, U+720d, U+72b6, U+7396, U+73af, U+745b, U+746f, U+748b, U+7647, U+7699, U+76bf, U+76ce, U+76de, U+77aa, U+786b, U+7881, U+78ca, U+793c, U+797a, U+79b9, U+79bb, U+79bf, U+7a92, U+7ac7, U+7ae3, U+7b19, U+7b20, U+7b51, U+7b94, U+7cbd, U+7cde, U+7cef, U+7d46, U+7dde, U+7f88, U+80da, U+814b, U+81cd, U+8235, U+8258, U+8282, U+82b9, U+846b, U+84c1, U+84d3, U+8518, U+8611, U+8783, U+8814, U+8a15, U+8aa6, U+8b2c, U+8ba8-8ba9, U+8bc6, U+8be2, U+8be6, U+8c22, U+8d05, U+8d27, U+8dbe, U+8e34, U+8e66, U+8ec0, U+9005, U+9082, U+9091, U+914b, U+916f, U+92c5, U+92f0, U+9318, U+9382, U+938a, U+93e2, U+964b, U+96c1, U+96cc-96cd, U+96db, U+973e, U+97a0, U+9803, U+9876, U+9879, U+9955, U+9986, U+99f1, U+9a5b, U+9abc, U+9c57, U+9c9c, U+9d1b, U+9d26, U+9d51, U+9eef, U+9f99, U+c2a4, U+e253, U+e313-e314, U+e5c7, U+e5c9, U+e8db-e8dc, U+ff25, U+ff2d-ff2e, U+ff34, U+ffe5, U+1f60a, U+1f618, U+1f62d;
}
/* [101] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.101.woff2) format('woff2');
  unicode-range: U+b4, U+10d, U+2d9, U+641, U+6cc, U+e20, U+e29, U+200e, U+20ac, U+2266, U+25be, U+301e, U+3058, U+4e07, U+4e1d, U+4e66, U+4ece, U+4fde, U+5016, U+5180, U+5199, U+51aa, U+5306, U+5386, U+53d8, U+5413, U+541d, U+5436, U+54ce, U+54e8, U+54fc, U+5571, U+557e, U+558e, U+55a7, U+56a8, U+57a2-57a3, U+58b3, U+5960, U+5992-5993, U+59a4, U+5a55, U+5ab2, U+5afb, U+5b56, U+5bc5, U+5bc7, U+5bf0, U+5cb1, U+5cc7, U+5dff, U+5e93, U+5ed3, U+5f6a, U+60bc, U+61ff, U+6218, U+6254, U+634d, U+6467, U+64f1-64f2, U+6582, U+65fb, U+6615, U+6687, U+66e6, U+66f0, U+6781, U+67f5, U+68a7, U+6a1f, U+6b27, U+6b4e, U+6b73, U+6b79, U+6bcb, U+6c5d, U+6cf5, U+6dee, U+6ec4, U+6ecc, U+6f88, U+6fef, U+701d, U+703e, U+707c, U+7099, U+710a, U+725f, U+72d9, U+72e9, U+731d, U+7325, U+739f, U+7463, U+7480, U+74a8, U+7523, U+7526, U+75e0, U+7613, U+7656, U+76d4, U+773a, U+775c, U+775e, U+780c, U+78e1, U+78f7, U+7960, U+7a20, U+7aaf, U+7b08, U+7b71, U+7be4, U+7cec, U+7cf0, U+7d5e, U+7d62, U+7dbe, U+7e1b, U+7ea2, U+7ec4, U+7ec6, U+7edc, U+7eed, U+7efc, U+7f16, U+7f57, U+7fb9, U+7fca, U+803d, U+816e, U+82a5, U+82b7, U+8317, U+8338, U+834a, U+83d3, U+8401, U+8469, U+849e, U+854a, U+8559, U+865e, U+86e4, U+8700, U+8759, U+8760, U+8778, U+8782, U+879e, U+87d1, U+880d, U+8836, U+8944, U+89c8, U+8aac, U+8b74, U+8ba2, U+8ba4, U+8bae, U+8bfb, U+8c4e, U+8cb3, U+8cb6, U+8d16, U+8d28, U+8e44, U+8f3b, U+8f3f, U+8f91, U+8fb9, U+8fc4, U+8fde, U+8ff9, U+9076, U+90ae, U+90b8, U+9257, U+9310, U+93df, U+94fe, U+95a5, U+95a9, U+962e, U+968f-9690, U+9704, U+9713, U+97f6, U+9824, U+986b, U+9884, U+9886, U+98e2, U+991a, U+99a5, U+99dd, U+9ab8, U+9b41, U+9b77, U+9bad, U+c774, U+e5d4, U+fe52, U+ff02, U+1f389, U+1f449, U+1f495;
}
/* [102] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.102.woff2) format('woff2');
  unicode-range: U+2cb, U+5d1, U+5d9, U+5e2, U+5e8, U+5ea, U+633, U+e32, U+2252, U+2267, U+2573, U+25b3, U+25c4, U+2713, U+2715, U+30e2, U+4e28, U+4e3c, U+4e4d, U+4e70, U+4f88, U+4fef, U+5018, U+501a, U+5026, U+5137, U+513f, U+51f3, U+524b, U+5254, U+52d8, U+5308, U+5384, U+53cc, U+5443, U+5466, U+54a7-54a8, U+54bd, U+54c9, U+54cb, U+555e, U+556a, U+5580, U+560e, U+5614, U+561f, U+562f, U+566c, U+5679, U+56bc, U+56cd, U+56e7, U+56ed, U+572d, U+57d7, U+582f, U+589f, U+5b09, U+5ba5, U+5c51, U+5c90, U+5cef, U+5d16, U+5d84, U+5dd4, U+5e08, U+5e26, U+5f0a, U+5f20, U+606c, U+61c7, U+620f, U+625b, U+62a4, U+62d0, U+62f1, U+63a0, U+63c6, U+63f9, U+6413, U+6417, U+6483, U+64f7, U+650f, U+65a7, U+665f, U+66ae, U+66d6, U+66e0, U+6746, U+6756, U+67d1, U+6837, U+68d7, U+68e0, U+68f5, U+6977, U+6995, U+69a8, U+69b4, U+69d3, U+6a3d, U+6abb, U+6bb7, U+6bd3, U+6c47, U+6cc4, U+6cd3, U+6dae, U+6e26, U+6e29, U+6e5b, U+6eaf, U+6eba, U+7028, U+70b3, U+711a, U+733f, U+73c0, U+73ee, U+7444, U+745a, U+7487, U+7540, U+75a4, U+7729, U+779e, U+798e, U+79cd, U+79e9, U+7a3d, U+7a4c, U+7a9f, U+7ac4, U+7aff, U+7b77, U+7c27, U+7ca7, U+7cd9, U+7d76, U+7e43, U+7ea6, U+7ed9, U+7ff1, U+808b, U+809b, U+80fa, U+827a, U+8309, U+8328, U+832b, U+8396, U+83e0, U+840e, U+8425, U+852d, U+853b, U+8588, U+85e9, U+86b5, U+8718, U+87ec, U+8910, U+893b, U+89c1-89c2, U+8b3e, U+8baf, U+8bc1, U+8bcd, U+8bdd, U+8c41, U+8c48, U+8d2d, U+8d5e, U+8fbe, U+9015, U+90a8, U+90b5, U+90e1, U+9169, U+9183, U+91d0, U+91dc, U+9293, U+92f8, U+9472, U+9598, U+95ed, U+95fb, U+9605, U+96c7, U+9739, U+9742, U+9761, U+99ad, U+9ae6, U+9b1a, U+9b44, U+9bc9, U+9d3f, U+9dd7, U+9e7c, U+9e92, U+fe5d-fe5e, U+ff22-ff24, U+ff2f-ff30, U+ff33;
}
/* [103] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.103.woff2) format('woff2');
  unicode-range: U+60, U+f7, U+161, U+2198, U+2571, U+258b, U+25b6, U+2661, U+3051, U+3109, U+4e11, U+4e1c, U+4e24, U+4e2b, U+4ef7, U+4f18, U+4f36, U+4fd0, U+5029-502a, U+5055, U+508d, U+50ad, U+50d5, U+50e7, U+50f1, U+50f5, U+51a5, U+51c8, U+51fb, U+5203, U+524e, U+5288, U+5323, U+53c2, U+5458, U+54b1, U+54b3, U+54b8, U+5582, U+55b2, U+55ba, U+55da, U+55dc, U+5662, U+5678, U+56c2, U+5742, U+57d5, U+5862, U+58e4, U+58f0, U+5907, U+590d, U+5934, U+5978, U+5984, U+5a25, U+5c06, U+5c62, U+5c91, U+5cfb, U+5d01, U+5d11, U+5d1b, U+5e87, U+5eff, U+5f27, U+5f3a, U+5f53, U+5f64, U+6001, U+6168, U+61a9, U+6233, U+62a5, U+62ce, U+62ed, U+638f, U+6399, U+63c0, U+646f, U+6590, U+6631, U+664f, U+6689, U+66dc, U+672f, U+67af, U+67ec, U+6807, U+6a44, U+6c14, U+6c40, U+6c70, U+6c76, U+6cb8, U+6ce3, U+6df3, U+6e20, U+6e43, U+6ebc, U+6eec, U+6f2c, U+6fb1, U+7009, U+7011, U+701a, U+7117, U+7184, U+72f9, U+7426, U+74bd, U+74cf, U+752b, U+7554, U+75b9, U+7621, U+7671-7672, U+7693, U+76ef, U+7737, U+77a7, U+77b3, U+77bb, U+77da, U+77e2, U+77e9, U+77ef, U+7801, U+7940, U+797f, U+79a7, U+79b1, U+79bd, U+7a6b, U+7ac5, U+7b1b, U+7dab, U+7db4, U+7db8, U+7dcb, U+7ddd, U+7de0, U+7e55, U+7e9c, U+7ed3, U+7ef4, U+803f, U+8046, U+8087, U+8116, U+81a8, U+8214, U+821c, U+82d4, U+8305, U+831c, U+8335, U+8339, U+8350, U+8354, U+8526, U+860a, U+86db, U+8713, U+873b, U+8822, U+8993, U+8a1f, U+8ab9, U+8ad7, U+8e72, U+8f4e, U+8f9c, U+8fd0, U+8fd8, U+8fe6, U+9042, U+907c, U+91ba, U+9452, U+9591, U+95e2, U+9631, U+9699, U+96b8, U+9709, U+978d, U+9811, U+9830, U+98ce, U+9945, U+99ed, U+9a8c, U+9ad3, U+9baa, U+9be8, U+9c77, U+9cf6, U+9d72, U+9e1f, U+9ec4, U+fe31, U+fe55, U+ff03, U+ff20, U+ff3b, U+ff3d, U+1f3fb, U+1f44d, U+1f60d;
}
/* [104] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.104.woff2) format('woff2');
  unicode-range: U+10c, U+e44, U+2728, U+3081, U+4e13, U+4e19, U+4e1e, U+4e5c, U+4ea7, U+4ed7, U+4f20, U+4f8d, U+4ffe, U+5021, U+515c, U+51a4, U+51e0, U+521b, U+522b, U+532a, U+534e, U+5355, U+537f, U+5398, U+539d, U+541f, U+543c, U+544e, U+5509, U+5598, U+5622, U+5632, U+563f, U+5641, U+566a, U+5695, U+569f, U+56ae, U+56da, U+573a, U+574e, U+5835, U+584c, U+5885, U+58ae, U+5a1f, U+5ac2, U+5b24, U+5bb0, U+5bde, U+5be1, U+5bfc, U+5c39, U+5c4c, U+5c60, U+5e76, U+5e7f, U+5e9a, U+5eb8, U+5f13, U+5f6c, U+6127, U+61f2, U+6208, U+620a, U+620c, U+6252, U+62ef, U+6328, U+633d, U+6362, U+63b0, U+63c9, U+640f, U+64a9, U+6514, U+652c, U+655e, U+6583, U+658c, U+6627, U+66f3, U+6734, U+6743, U+676d, U+67c4, U+67da, U+68cd, U+68f2, U+690e, U+6ab3, U+6b16, U+6b38, U+6b3d, U+6bc6, U+6ca1, U+6cab, U+6d8c, U+6dea, U+6e32, U+6e3e, U+6e58, U+6eef, U+6ef2, U+6fe4, U+708a, U+7130, U+7165, U+7172, U+71c9, U+71ed, U+7232, U+7239, U+7261, U+7280, U+72a7, U+72f8, U+73c8, U+7464, U+753b, U+754f, U+755c, U+75d8, U+76ea, U+776b, U+7779, U+777f, U+7784, U+778e, U+77db, U+77ee, U+79e4, U+7a46, U+7a57, U+7aba, U+7aed, U+7b4d, U+7c7b, U+7c7d, U+7d13, U+7d33, U+7dbb, U+7df9, U+7e46, U+7ea7, U+8085, U+8165, U+81fb, U+82b8, U+82d3, U+8343, U+839e, U+83e9, U+840d, U+851a, U+853d, U+8543, U+859b, U+85fb, U+87fb, U+888d, U+88c5, U+8adc, U+8b0a, U+8bb0, U+8bbe, U+8bc4, U+8bf4, U+8c5a, U+8cc3, U+8ce4, U+8d44, U+8e81, U+8f44, U+8f66, U+8fdb, U+900d, U+9063, U+914c, U+9223, U+9226, U+923a, U+925b, U+9264, U+929c, U+92b9, U+9320, U+934d, U+935b, U+9444, U+957f, U+96a7, U+97ad, U+97cc, U+9898, U+98ea, U+9921, U+9952, U+9a55, U+9b0d, U+9b91, U+9bca, U+9ebd, U+9f4b, U+e60f-e610, U+ff1c-ff1d, U+ff21, U+ff38, U+ff9f, U+fffd, U+1f602;
}
/* [105] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.105.woff2) format('woff2');
  unicode-range: U+e17, U+e22, U+2103, U+25a0, U+266a, U+3014-3015, U+4e1a, U+4e50, U+4f10, U+4f6c, U+4f70, U+4fcf, U+5006, U+50d1, U+5170, U+518c, U+51f0, U+51f6, U+51f9, U+5219, U+5256, U+525d, U+52c9, U+5349, U+5351, U+5356, U+5375, U+53db, U+53ee, U+53f7, U+5492, U+54fa, U+5538, U+55bb, U+55e8, U+5757, U+58be, U+5937, U+59dc, U+59e8, U+5a49, U+5a9a-5a9b, U+5ab3, U+5b9b, U+5b9e, U+5be8, U+5c37, U+5c4e, U+5d14, U+5d19, U+5d4c, U+5d50, U+5deb, U+5e84, U+5e94, U+5ec2, U+5f17, U+5f26, U+5f55, U+5f77, U+5f7f, U+5fbd, U+6052, U+6064-6065, U+608d, U+609a, U+6101, U+611a, U+614c, U+621a, U+6237, U+6284, U+6296, U+62e9, U+632a-632b, U+634f, U+6488, U+6500, U+652a, U+6556, U+65e0, U+65ec, U+6643, U+679a, U+6850, U+6893, U+6897, U+68b3, U+68d5, U+6930, U+6960, U+6a11, U+6a38, U+6a3a, U+6b22, U+6b67, U+6b6a, U+6c59, U+6c83, U+6ccc, U+6df5, U+6ef7, U+6f3e, U+6f80, U+70ed, U+7164, U+722a, U+7260, U+7272, U+73b0, U+74ca, U+74e3, U+7538, U+7586, U+75b5, U+7624, U+7661-7662, U+7838, U+786e, U+788c, U+7950, U+79a6, U+79aa, U+7a40, U+7a62, U+7bf7, U+7c3e, U+7c98, U+7ca5, U+7d21, U+7d2e, U+7dba, U+7dec, U+7e79, U+7ecf, U+7edf, U+7f79, U+8086, U+810a, U+8139, U+813e, U+817a, U+81b3, U+821f, U+8247, U+8259, U+8271, U+8431, U+846c, U+849c, U+84b2, U+84c4, U+8513-8514, U+8549, U+8755, U+8877, U+8881, U+88f9, U+8a1d, U+8a3c, U+8a6d-8a6e, U+8a93, U+8ae7, U+8af7, U+8b17, U+8b5a, U+8ba1, U+8bba, U+8cdc, U+8dea, U+8f6c, U+8f7d, U+8fc7, U+8fd9, U+902e, U+90ca, U+916a, U+916c, U+921e, U+9245, U+947c, U+9594, U+95a8, U+95ee, U+95f4, U+9706, U+971e, U+9756, U+980c, U+9891, U+98b1, U+98fc, U+9903, U+9957, U+99ae, U+99ff, U+9db4, U+e602-e605, U+e611, U+ff16-ff19;
}
/* [106] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.106.woff2) format('woff2');
  unicode-range: U+a5, U+2190-2191, U+2193, U+22c1, U+2302, U+25cb, U+2699, U+2709, U+4e0e, U+4e18, U+4e3a, U+4e48, U+4e91, U+4eec, U+4f3d, U+5112, U+524a, U+52a3, U+52ab, U+52c3, U+52f3, U+52fb, U+5320, U+5339, U+533f, U+53e2, U+543e, U+5480, U+5495, U+5497, U+5564, U+5572, U+55c6, U+55ef, U+563b, U+5653, U+5657, U+56b7, U+5764, U+5824, U+58d8, U+5955, U+5983, U+598d, U+59a8, U+59da, U+59e6, U+5a36, U+5bb5, U+5bc2, U+5bee, U+5bf9, U+5cb3, U+5d17, U+5dbc, U+5e2e, U+6070, U+60df, U+6190, U+61a4, U+61be, U+61fc, U+62ac, U+62bc, U+636e, U+6398, U+63a9, U+6435, U+6487, U+6495, U+64ab, U+64bf, U+6577, U+65ac, U+6602, U+6652, U+66f9, U+672d, U+6761, U+683d, U+68ad, U+68b5, U+68da, U+68e7, U+6a59, U+6a61, U+6ae5, U+6b47, U+6bef, U+6c50, U+6c9b, U+6e23, U+6e34, U+6e4a, U+6e67, U+6ea2, U+6eb6, U+6f20, U+6feb, U+7149, U+714c, U+715e, U+7199, U+71ac, U+7231, U+7262, U+7409, U+745f, U+7469, U+7504, U+7535, U+753a, U+75f4, U+7682, U+76ba, U+76f2, U+77fd, U+780d, U+7832, U+78c5, U+78ef, U+7901, U+79be, U+79c9, U+79e6, U+7a1a, U+7a84, U+7aca, U+7cb5, U+7cb9, U+7cdf, U+7ce7, U+7d6e, U+7db1, U+7def, U+7e61, U+7e7d, U+7e8f, U+7f38, U+7f77, U+7fa8, U+7fc5, U+7fe1, U+7ff9, U+800d, U+8015, U+8054, U+80a2, U+80aa, U+80ba, U+814e, U+8180, U+819d, U+81c0, U+828b, U+82ad, U+82af, U+83f1, U+83f8, U+8403, U+8475, U+84bc, U+84c9, U+84ec, U+8523, U+8569, U+8591, U+85b0, U+86d9, U+8774, U+881f, U+884d, U+88d4, U+89c4, U+89c6, U+8a60, U+8a79, U+8b19, U+8bd5, U+8bf7, U+8c03, U+8c79, U+8cc8, U+8d9f, U+8e10, U+8e48, U+8faf, U+9009, U+9017, U+9175, U+9187, U+918b, U+91d8, U+9214, U+946b, U+9470, U+9640, U+9675, U+96ef, U+9716, U+97cb, U+97e9, U+985b, U+99b3, U+9b4f, U+9d09, U+9e9f, U+9edb, U+9f90, U+ff05, U+ff14, U+1f464;
}
/* [107] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.107.woff2) format('woff2');
  unicode-range: U+25ce, U+4e08, U+4e2a, U+4e56, U+4e9a, U+4ea8, U+4ead, U+4ec7, U+4f3a, U+4f51, U+4f62, U+4faf, U+507d, U+5098, U+50ac, U+5147, U+5173, U+5187, U+51f8, U+52a1, U+52a8, U+52f8, U+535c, U+53ed, U+541e, U+5435, U+5475, U+54a9, U+54c0, U+54c7, U+5589, U+5605, U+5690, U+5733, U+5782, U+57c3, U+5858, U+5893, U+589c, U+58e2, U+5974, U+599e, U+59a5, U+59ec, U+5b66, U+5b99, U+5b9d, U+5c2c, U+5c48, U+5c65, U+5cfd, U+5d0e, U+5dba, U+5de2, U+5e06, U+5e15, U+5ec1, U+5ed6, U+5f00, U+5f4c, U+5f65, U+6055, U+609f, U+60b6, U+6241, U+624e, U+626f, U+6291, U+62cc, U+62d3, U+62d8, U+62da, U+62fe, U+6349, U+6367, U+63ea, U+6454, U+64a4, U+64b2, U+64bc, U+64c5, U+64ce, U+6558, U+6572, U+65a5, U+65e8, U+65ed, U+6606, U+6614, U+6670, U+6688, U+673a, U+674f, U+6770, U+6795, U+68cb, U+6912, U+6953, U+6aac, U+6aaf, U+6ab8, U+6b20, U+6b96, U+6bbf, U+6bc5, U+6c6a, U+6cbe, U+6d59, U+6d78, U+6dc7, U+6deb, U+6e7e, U+6e9c, U+6f3f, U+6f51, U+6f70, U+6f84, U+704c, U+7051, U+70ab, U+70ad, U+70f9, U+7119, U+714e, U+71d9, U+71e5-71e6, U+72c4, U+72d0, U+72e0, U+7334, U+744b, U+7455, U+74f7, U+7529, U+75ab, U+75b2, U+766e, U+76c3, U+76fc, U+76fe, U+7891, U+7948, U+7a74, U+7b28, U+7c60, U+7c72, U+7cca, U+7ebf, U+7f55, U+7ff0, U+8154, U+81c2, U+81d8, U+81e3, U+81e5, U+8292, U+8299, U+8302, U+8304, U+8332, U+83c1, U+83c7, U+83ca, U+845b, U+8490, U+85af, U+8650, U+8667, U+8abc, U+8b0e, U+8b39, U+8bed, U+8c54, U+8c6b, U+8c9e, U+8ca7, U+8caa-8cab, U+8ce6, U+8cec-8ced, U+8eb2, U+8eba, U+8fb0, U+901d, U+908f, U+9127, U+91c0, U+9215, U+92b3, U+932b, U+93fd, U+95ca, U+964c, U+96c0, U+970d, U+9774, U+97fb, U+9812, U+9817, U+9913, U+9935, U+99c1, U+9b31, U+9d5d, U+9d6c, U+9e79, U+fe0f, U+fe30, U+ff0b, U+ff10, U+ff15;
}
/* [108] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.108.woff2) format('woff2');
  unicode-range: U+b0, U+926, U+928, U+939, U+93f-940, U+94d, U+200b, U+22ef, U+25ba, U+25c6, U+2665, U+4e4f, U+4e59, U+4f0d, U+4f0f, U+4f19, U+4f59, U+4fae, U+5075, U+50b2, U+50b5, U+511f, U+5141, U+5146, U+514c, U+5185, U+51dd, U+51fd, U+522e, U+5319, U+533a, U+5378, U+53ad, U+53c9, U+53d1, U+53d4, U+543b, U+5442, U+5446, U+5481, U+54e9, U+5507, U+5565, U+559a, U+55aa, U+5606, U+56ca, U+56fe, U+582a, U+58fa, U+5915, U+5949, U+5962, U+5996, U+59fb, U+5a77, U+5b0c, U+5b5f, U+5bd3, U+5be2, U+5bfa, U+5c41, U+5ca9, U+5d07, U+5ec8, U+5eca, U+5f18, U+5f4e, U+5f59, U+5f6d, U+5f79, U+5fb9, U+6028, U+6062, U+6068, U+606d, U+6094, U+60f1, U+6108-6109, U+614e, U+6170, U+617e, U+61b2, U+61f8, U+6247, U+626d, U+6276, U+62ab, U+62cb, U+62f3, U+6368, U+6380, U+6492, U+64b0, U+64e0, U+6570, U+660f, U+6649, U+6691, U+66a8, U+6749, U+67f1, U+67f3-67f4, U+6842, U+6851, U+687f, U+68df, U+69fd, U+6a58, U+6c27, U+6c88, U+6cca, U+6cdb, U+6d29, U+6d66, U+6daf, U+6f01, U+6f06, U+6f58, U+6f62, U+6f6d, U+6fa1, U+6ff1, U+6ffe, U+7058, U+70ae, U+7235, U+7267, U+73ca, U+742a, U+758f, U+75bc, U+76c6, U+7740, U+7955, U+7a00, U+7a3b, U+7b4b, U+7bad, U+7be9, U+7c4c, U+7cfe, U+7dbf, U+7e2b, U+7e31, U+7f9e, U+7fc1, U+7ffc, U+8096, U+809d, U+80de, U+8108, U+8155, U+816b, U+81df, U+8277, U+82bd, U+8352, U+8393, U+8404, U+8525, U+856d, U+8587, U+8606, U+868a, U+8776, U+87ba, U+87f9, U+886b, U+8870, U+88d5, U+896a, U+896f, U+8a23, U+8a87, U+8ad2, U+8b00, U+8b20, U+8cb8, U+8cca, U+8ce0, U+8d39, U+8d6b, U+8d81, U+8db4, U+8e29, U+8ef8, U+8f1b, U+8f5f, U+8fa8, U+906e, U+9077, U+90aa, U+90b1, U+90c1, U+9165, U+919c, U+92c1, U+95d6, U+95e8, U+975a, U+98c6, U+9ecf, U+9f0e, U+9f52, U+feff, U+ff06, U+ff0a, U+ff12-ff13;
}
/* [109] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.109.woff2) format('woff2');
  unicode-range: U+627-629, U+631, U+639, U+644, U+64a, U+25cf, U+2606, U+2764, U+3008-3009, U+4e1f, U+4e38, U+4e43, U+4ed5, U+4ef0, U+4eff, U+4fb6, U+4fe0, U+5085, U+50a2, U+50be, U+5118, U+5211-5212, U+5272, U+52fe, U+5366, U+53b2, U+53ec, U+54ac, U+5587, U+55b5, U+561b, U+5751, U+576a, U+57cb, U+58ef, U+592f, U+594f, U+5951, U+5954, U+596e, U+59d1, U+5ac1, U+5acc, U+5b8b, U+5c4d, U+5c6f, U+5ca1, U+5d29, U+5de1, U+5dfe, U+5e7d, U+5edf, U+5ef7, U+5f7c, U+5f81, U+5fa1, U+5faa, U+5fcc, U+5ffd, U+6021, U+6046, U+6155, U+6212, U+62b9, U+6316, U+6350, U+6478, U+647a, U+6490, U+64e6, U+6524, U+6591, U+659c, U+65a4, U+65e6, U+65f6, U+6607, U+6674, U+6765, U+679d, U+68a8, U+6b3a, U+6c57, U+6c61, U+6c90, U+6cbf, U+6d69, U+6db5, U+6dcb, U+6dd1, U+6e21, U+70d8, U+71c3, U+71d5, U+722c, U+727d, U+72ac, U+72fc, U+731c, U+7336, U+7344, U+7384, U+73ab, U+7433-7434, U+745c, U+7470, U+758a, U+75d5, U+7652, U+76c8, U+76e7, U+7709, U+7720, U+7747, U+7763, U+77ac-77ad, U+7802, U+78a7, U+78a9, U+78b3, U+78c1, U+78da, U+7926, U+796d, U+798d, U+7aae, U+7b52, U+7c92, U+7d68, U+7d81, U+7e5e, U+7e69, U+7e73, U+7f50, U+7f70, U+7f75, U+8058, U+8070, U+80c3, U+8105-8106, U+8179, U+818f, U+81a9, U+81ed, U+820c-820d, U+82d1, U+838e, U+83cc, U+8461, U+84b8, U+852c, U+857e, U+85e4, U+863f, U+8679, U+86c7, U+8702, U+8896, U+88c2, U+88f8, U+8af8, U+8b7d, U+8ca2, U+8cc0, U+8d64, U+8d74, U+8d99, U+8e5f, U+8e8d, U+8ecc, U+8ed2, U+8fb1, U+8fc5, U+9022, U+9038, U+903e, U+905c, U+9072, U+9081, U+9189, U+9234, U+92d2, U+934a, U+95a3, U+962a, U+9646, U+9676, U+96d5, U+971c, U+9838, U+9875, U+98c4, U+99db, U+9a45, U+9a5f, U+9a6c, U+9ad2, U+9cf4, U+9d28, U+9daf, U+9df9, U+9e7d, U+9f9c, U+ff11, U+ff1e;
}
/* [110] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.110.woff2) format('woff2');
  unicode-range: U+2500, U+25bc, U+4e95, U+4f50, U+4f54, U+4f69, U+4fc4, U+4fca, U+5009, U+50bb, U+5154, U+51cc, U+528d, U+5291, U+52d2, U+52e4, U+5353, U+5360, U+540a-540b, U+5410, U+54f2, U+5510, U+5514, U+5537, U+558a, U+55ac, U+5617, U+56fd, U+573e, U+5766, U+5783, U+57d4, U+5806, U+5821, U+5857, U+5875, U+58f9, U+596a, U+59ae, U+59c6, U+59ca, U+59ff, U+5a03, U+5ae9, U+5b64, U+5bb4, U+5c3f, U+5e16, U+5e45, U+5e72, U+5ec9, U+5f90-5f92, U+6012, U+6016, U+6084-6085, U+6089, U+60a0, U+60a3, U+60b2, U+60d1, U+60f9, U+6148, U+6158, U+6191, U+626e, U+62d4, U+632f, U+633a, U+6355, U+63aa, U+642c, U+64a5, U+64cb, U+6566, U+6575, U+6597, U+660c, U+66b1, U+66ec, U+6731, U+6735, U+675c, U+67ef, U+6846, U+6876, U+6881, U+68af-68b0, U+68c9, U+6905, U+6b98, U+6bc0, U+6beb, U+6c0f, U+6c1b, U+6c41, U+6ce5, U+6cf3, U+6d25, U+6d2a, U+6d3d, U+6d6e, U+6dd8, U+6dda, U+6dfa, U+6e9d, U+6eaa, U+6ec5, U+6ecb, U+6ef4, U+6f0f, U+6f32, U+707d, U+708e, U+7092, U+716e, U+723a, U+731b, U+7345, U+7375, U+7378, U+73b2, U+74e6, U+75be, U+75de, U+764c, U+76dc, U+788e, U+7897, U+789f, U+78b0, U+790e, U+7965, U+7a4e, U+7aa9, U+7c43, U+7d17, U+7dd2, U+7e96, U+7f51, U+7f69, U+7f72, U+7fd4, U+7fe0, U+8017, U+80a9, U+80d6, U+8102, U+8150, U+8178, U+81bd, U+829d, U+82ac, U+8303, U+840c, U+8482, U+8499, U+85a9-85aa, U+883b, U+8861, U+88c1, U+88cf, U+88d9, U+8a3a, U+8a98, U+8aee, U+8c8c, U+8ce2, U+8d0f, U+8da8, U+8dcc, U+8e0f, U+8e22, U+8f1d, U+8f29, U+8fad, U+9003, U+9006, U+903c, U+904d, U+9059, U+9075, U+90ce, U+90ed, U+9130, U+91ac, U+91e3, U+9285, U+9298, U+92ea, U+9326, U+937e, U+93c8, U+95c6, U+9677, U+9727, U+994b, U+99a8, U+99d0, U+9a30, U+9a37, U+9b42, U+9b45, U+9d3b, U+9e7f, U+9ee8, U+9f3b, U+c5b4;
}
/* [111] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.111.woff2) format('woff2');
  unicode-range: U+5e, U+2502, U+2605, U+4e32, U+4e58, U+4ea1, U+4ef2, U+4f2f-4f30, U+4f75, U+4fd7, U+4ff1, U+501f, U+5049, U+5074, U+5091, U+5144, U+517c, U+51c6, U+51cd, U+5269-526a, U+52aa, U+52c1, U+52c7, U+52df, U+5377, U+541b, U+5439, U+5440, U+5448, U+54aa, U+54e6, U+54ed, U+5674, U+5687, U+585e, U+588a, U+58a8, U+58c1, U+5925, U+5948, U+5999, U+59b3, U+5a1c, U+5a46, U+5b54, U+5b5d, U+5b6b, U+5b8f, U+5bd2, U+5be9, U+5c0a, U+5c16, U+5c46, U+5cf0, U+5e25, U+5e3d, U+5e79, U+5ee2, U+5f04, U+5f31, U+5fcd, U+5fe0, U+60dc, U+6163, U+616e, U+6182, U+61f6, U+622a, U+6258, U+6293, U+62c6, U+62d2, U+6372, U+63da, U+63ed-63ee, U+6416, U+6458, U+649e, U+64ec, U+64f4, U+651c, U+65cb, U+65e2, U+65fa, U+6628, U+6668, U+66a2, U+66c9, U+66fc, U+6717, U+67cf, U+67d4, U+6817, U+6885, U+69cd, U+6a6b, U+6afb, U+6b32, U+6b49, U+6bbc, U+6c89, U+6c96, U+6cc9, U+6d1b, U+6d1e, U+6dfb, U+6efe, U+6f38, U+6f5b, U+6f64, U+6f8e, U+6fa4, U+7070, U+70b8, U+70cf, U+70e4, U+7159, U+7169, U+7210, U+721b, U+7238, U+737b, U+73bb, U+746a, U+7483, U+74dc, U+74f6, U+7518, U+756a, U+75c7, U+775b, U+78e8, U+7919, U+7956, U+795d, U+7a0d, U+7bc9, U+7c97, U+7cd5, U+7d10, U+7d1b, U+7de9, U+7dfb, U+7e3e, U+7e6a, U+7f6a, U+7f8a, U+7fbd, U+8000, U+8036, U+809a, U+80ce, U+80e1, U+80f8, U+8170, U+819c, U+8216, U+8239, U+8266, U+827e, U+82b3, U+8377, U+83ab, U+85c9, U+865b, U+8766, U+87a2, U+87f2, U+8972, U+8a17, U+8a50, U+8a95, U+8b02, U+8b6f, U+8c6c, U+8ca9, U+8cfa, U+8d95, U+8de1, U+8f14, U+8f9b, U+8fa3, U+8feb, U+8ff4, U+9010, U+901b, U+905e, U+9080, U+912d, U+9177, U+91c7, U+9336, U+9451, U+947d, U+963b, U+966a, U+9670, U+9769, U+9813, U+98fd, U+99d5, U+9a19, U+9b27, U+9b6f, U+9ece, U+9ed8, U+9f13, U+9f20, U+ad6d, U+d55c;
}
/* [112] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.112.woff2) format('woff2');
  unicode-range: U+201c-201d, U+203b, U+2192, U+25b2, U+300f, U+4e01, U+4e39, U+4e73, U+4e88, U+4e8e, U+4ed9, U+4f0a, U+4f38, U+4f5b, U+4fc3, U+500d, U+504f, U+5076-5077, U+5100, U+5104, U+5132, U+5175, U+5192, U+51a0, U+51ac, U+51e1, U+51f1, U+5200, U+5224, U+5237-5238, U+523a, U+526f, U+5289, U+52de, U+52f5, U+5371, U+539a, U+53e5, U+540e, U+547c, U+552f, U+5531, U+5634, U+56c9, U+56f0, U+574a, U+5761, U+57f7, U+57f9, U+5805, U+5851, U+5854, U+586b, U+58fd, U+592e, U+5967, U+59bb, U+59d3, U+5a18, U+5b30, U+5b55, U+5b87, U+5b97, U+5be7, U+5bec, U+5bf8, U+5c24, U+5cb8, U+5df7, U+5e1d, U+5e2d, U+5e7b, U+5f1f, U+5f70, U+5fd9, U+61b6, U+6234, U+62b5, U+62d6, U+62dc, U+62fc, U+6383, U+63cf, U+63d2, U+63e1, U+640d, U+64cd, U+64fa, U+64fe, U+654f, U+6562, U+656c, U+65c1, U+65d7, U+6620, U+6676, U+6697, U+66ab, U+66c6, U+66dd, U+66ff, U+671d, U+672b, U+677e, U+67d0, U+67d3, U+68c4, U+690d, U+694a, U+695a, U+6ac3, U+6b04, U+6b23, U+6b78, U+6b8a, U+6c60, U+6d74, U+6d89, U+6db2, U+6dbc, U+6de1, U+6df7, U+6e38, U+6e6f, U+6f02, U+6fc3, U+6fd5, U+70c8, U+7126, U+718a, U+723d, U+7246, U+72af, U+73cd, U+760b, U+7626, U+7687, U+79df, U+7a05, U+7a3f, U+7a69, U+7af6, U+7c3d, U+7c3f, U+7c4d, U+7cd6, U+7d0b, U+7d2b, U+7de3, U+7e2e, U+8010, U+808c, U+80a5, U+80af, U+812b, U+817f, U+819a, U+82d7, U+8389-838a, U+83f2, U+840a, U+8463, U+8521, U+8584, U+860b, U+864e, U+871c, U+878d, U+885d, U+8932, U+89f8, U+8a69, U+8afe, U+8b5c, U+8c37, U+8c46, U+8cbf, U+8cd3, U+8cf4, U+8d08, U+8d0a, U+8ddd, U+8fea, U+9014, U+9055, U+907a, U+9178, U+92fc, U+934b, U+9396, U+93ae, U+9583, U+9663, U+96bb, U+9707, U+9738, U+9846, U+9905, U+9a0e, U+9aa8, U+9b25, U+9b3c, U+9ce5, U+9cf3, U+9ea5, U+9eb5, U+9f4a, U+9f61, U+ff0d;
}
/* [113] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.113.woff2) format('woff2');
  unicode-range: U+3c, U+d7, U+300e, U+4e4e, U+4e82, U+4e92, U+4ec1, U+4ecd, U+4f48, U+4f53, U+4fb5, U+5012, U+502b, U+522a, U+52dd, U+52ff, U+532f, U+53eb, U+53f3, U+5409, U+5433, U+5496, U+54c8, U+554a, U+5561, U+5594, U+559d, U+56b4, U+56fa, U+5713, U+5750, U+57df, U+584a, U+58c7, U+58de, U+593e, U+5976, U+59d0, U+59d4, U+5a66, U+5b85, U+5b88, U+5ba3, U+5bae, U+5bbf, U+5bdf, U+5c01, U+5c04, U+5c3a, U+5c3e, U+5c4f, U+5ddd-5dde, U+5de8, U+5e63, U+5e7c, U+5e8a, U+5eda, U+5ef3, U+5ef6, U+5f48, U+6015, U+6025, U+602a, U+6050, U+6069, U+60e1, U+6162, U+6176, U+61c2, U+6200, U+6263, U+6279, U+6297, U+62b1, U+62bd, U+62ec, U+6311, U+6377, U+6388-6389, U+638c, U+63a2, U+63f4, U+641e, U+6436, U+64c1, U+6551, U+6557, U+6563, U+6696, U+66b4, U+66f2, U+6751, U+675f, U+676f, U+6790, U+6838, U+684c, U+68d2, U+6982, U+699c, U+69ae, U+69cb, U+6a39, U+6a4b, U+6b66, U+6bd2, U+6cb3, U+6ce1, U+6d3e, U+6de8, U+6ed1, U+6f22, U+6f54, U+6fc0, U+6fdf, U+719f, U+71c8, U+7236, U+7259, U+72d7, U+7389, U+73e0, U+745e, U+751a, U+7532-7533, U+7562, U+7591, U+75c5, U+75db, U+7686, U+76d2, U+76db, U+76df, U+76e3, U+7701, U+7761, U+786c, U+7981, U+79cb, U+79d2, U+79fb, U+7a81, U+7a97, U+7aef, U+7b26, U+7b80, U+7c64, U+7d0d, U+7d14, U+7d2f, U+7dca, U+7df4, U+7e54, U+7e6b, U+7f3a, U+8033, U+804a, U+805a, U+81a0, U+81e8, U+8212, U+821e, U+82e6, U+8336, U+8449, U+84cb, U+84ee, U+85e5, U+8607, U+888b, U+8a13, U+8a5e, U+8aa0, U+8aa4, U+8ab0, U+8ab2, U+8ac7, U+8b66, U+8c6a, U+8c93, U+8c9d, U+8de8, U+8f2a, U+8fb2, U+906d, U+907f, U+90a6, U+9109, U+9192, U+91cb, U+91dd, U+964d, U+9686, U+968e, U+9694, U+969c, U+96de, U+96e8, U+96ea, U+96f7, U+975c, U+9760, U+978b, U+9858, U+9918, U+9aee, U+9ebb, U+ff0e-ff0f, U+ff5c;
}
/* [114] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.114.woff2) format('woff2');
  unicode-range: U+b7, U+2022, U+2027, U+3042, U+3044, U+3046, U+3048, U+304a-3050, U+3053-3057, U+3059-305b, U+305d-3061, U+3063-306c, U+306e-3079, U+307b, U+307d-307f, U+3082-308d, U+308f, U+3092-3093, U+30a1-30a4, U+30a6-30c1, U+30c3-30c4, U+30c6-30e1, U+30e3-30ed, U+30ef, U+30f3, U+30fb-30fc, U+4e7e, U+4ea6, U+4eac, U+4f34, U+50b7, U+51b0, U+523b, U+5283, U+5348, U+5354, U+54e5, U+5708, U+590f, U+592b, U+599d, U+59b9, U+5a01, U+5a5a, U+5de7, U+5e78, U+5e9c, U+5fb5, U+6167, U+61f7, U+627f, U+63a1, U+64d4, U+65bd, U+68ee, U+6b4c, U+6bba, U+6c5f, U+6d0b, U+6d6a, U+6e1b, U+6e56, U+6f6e, U+71d2, U+722d, U+72c2, U+751c, U+7530, U+7642, U+76e1, U+79c0, U+7adf, U+7af9, U+7d9c, U+7da0, U+7e23, U+7e41, U+8056, U+8173, U+822a, U+8349, U+83dc, U+8840, U+885b, U+8907, U+8a34, U+8cb4, U+8dd1, U+8fd4, U+8ff0, U+93e1, U+984f, U+98ef, U+9b54;
}
/* [115] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.115.woff2) format('woff2');
  unicode-range: U+23-25, U+3d, U+2026, U+4e03, U+4e45, U+4e5d, U+4eae, U+4ed4, U+4ed8, U+4f01, U+4f11, U+4f3c, U+4f8b, U+4fc2, U+5019, U+505c, U+50c5, U+5145, U+51b7, U+5207, U+521d, U+525b, U+5287, U+52e2, U+535a, U+537b, U+5426, U+542b, U+5438, U+5462, U+54ea, U+555f, U+5566, U+5584, U+5609, U+570d, U+571f, U+5747, U+5802, U+58d3, U+591c, U+5920, U+5922, U+5957, U+5979, U+5a92, U+5abd, U+5b63, U+5b69, U+5b83, U+5b9c, U+5bb3, U+5bc4, U+5bf5, U+5c3c, U+5c40, U+5c4b, U+5c64, U+5cf6, U+5de6, U+5e0c, U+5e55, U+5eab, U+5ead, U+5ee0, U+5f85, U+5f8b, U+5fa9, U+5fd7-5fd8, U+5ff5, U+600e, U+6298, U+62db, U+62ff, U+639b, U+63a7, U+642d, U+6469, U+64ad, U+651d, U+653b, U+65b7, U+65cf, U+665a, U+666e, U+66fe, U+6728, U+674e, U+67b6, U+6821, U+6839, U+6843, U+6a94, U+6b50, U+6b62, U+6b72, U+6b7b, U+6bcd, U+6bdb, U+6c38, U+6c7a, U+6c7d, U+6c99, U+6cb9, U+6ce2, U+6cf0, U+6d17, U+6d32, U+6e2c, U+6fb3, U+7206, U+723e, U+725b, U+734e, U+7387, U+73ed, U+7565, U+7570, U+76ca, U+76e4, U+773e, U+77ed, U+77f3, U+7814, U+7834, U+7968, U+79d8, U+7a76, U+7a7f, U+7b11, U+7b46, U+7b54, U+7bc4, U+7d19, U+7d20, U+7d22, U+7d42, U+7d55, U+7e7c, U+7f85, U+7ffb, U+8077, U+8089, U+80cc, U+81c9, U+81f4, U+81fa, U+820a, U+822c, U+826f, U+85cd, U+86cb, U+88dc, U+8986, U+8a0e, U+8a2a, U+8a73, U+8a8c, U+8b1b, U+8b9a, U+8c50, U+8c61, U+8ca0, U+8cde, U+8cfd, U+8d8a, U+8df3, U+8e64, U+8ecd, U+8edf, U+8f38, U+8ff7, U+9000, U+9047, U+9060, U+90f5, U+9152, U+91ce, U+9280, U+9418, U+9435, U+9589, U+9592, U+9678, U+967d, U+968a, U+96aa, U+96c5, U+96d6, U+96dc, U+96f6, U+9732, U+9748, U+9802, U+9806, U+9808, U+9818, U+983b, U+984d, U+9867, U+98db, U+98f2, U+98fe, U+9a5a, U+9b06, U+9b5a, U+9bae, U+9e97, U+ff1b, U+ff5e;
}
/* [116] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.116.woff2) format('woff2');
  unicode-range: U+26, U+40, U+5f, U+4e14, U+4e9e, U+4ec0, U+4f4e-4f4f, U+4f73, U+4fee, U+503c, U+5047, U+514b, U+516b, U+516d, U+5178, U+520a, U+5236, U+5343, U+5347, U+534a, U+5370, U+53cd, U+53e4, U+53e6, U+53f2, U+5403, U+5411, U+5427, U+5468, U+5473, U+547d, U+552e, U+55ce, U+5740, U+57ce, U+5883, U+589e, U+5931, U+5947, U+59cb, U+5a1b, U+5b58, U+5b98, U+5ba4, U+5bc6, U+5bcc, U+5beb, U+5bf6, U+5c45, U+5c6c, U+5dee, U+5df4, U+5e03, U+5e33, U+5e6b, U+5e7e, U+5e8f, U+5e95, U+5ea7, U+5f15, U+5f62, U+5f69, U+5f80, U+5fae, U+5fb7, U+601d, U+60e0, U+614b, U+6230, U+6236, U+623f, U+628a, U+6295, U+62c9, U+6309, U+63db, U+64c7, U+64ca, U+64da, U+652f, U+6545, U+6548, U+65af, U+65e9, U+6625, U+666f, U+667a, U+670b, U+671b, U+6750, U+677f, U+6848, U+6975, U+6a13, U+6a21, U+6aa2, U+6b65, U+6b77, U+6bb5, U+6cc1, U+6ce8, U+6df1, U+6e90, U+6e96, U+6eab, U+6f14, U+6f2b, U+700f, U+706b, U+724c, U+72c0, U+7368, U+7372, U+74b0, U+756b, U+76ae, U+773c, U+78ba, U+78bc, U+798f, U+79ae, U+7a4d, U+7ae5, U+7b56, U+7b97, U+7bb1, U+7bc7, U+7c73, U+7c89, U+7d00, U+7d30, U+7d39, U+7d72, U+7dad, U+7e8c, U+7f6e, U+7fa4, U+7fa9, U+7fd2, U+8003, U+807d, U+80a1, U+80b2, U+8166, U+8208-8209, U+82e5, U+843d, U+85cf, U+85dd, U+862d, U+8857, U+8863, U+88e1, U+89ba, U+89d2, U+8a31, U+8a62, U+8a66, U+8a72, U+8abf, U+8b1d, U+8b58, U+8b70, U+8b80, U+8ca1, U+8ca8, U+8cac, U+8cbc, U+8d70, U+8da3, U+8db3, U+8ddf, U+8f03, U+8f15, U+8f2f, U+8fa6, U+8fce, U+8ffd, U+900f, U+9031, U+9069, U+908a, U+91ab, U+91cc, U+92b7, U+9322, U+932f, U+9375, U+9632, U+963f, U+9644, U+9662, U+9673, U+96a8, U+96c4, U+96d9, U+96e2-96e3, U+96f2, U+9752, U+97d3, U+97ff, U+9805, U+9810, U+986f, U+990a, U+9910, U+9928, U+9ec3, U+9ed1, U+9f8d;
}
/* [117] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.117.woff2) format('woff2');
  unicode-range: U+3e, U+7e, U+3000, U+300a-300b, U+3010-3011, U+4e16, U+4e26, U+4e94, U+4e9b, U+4ea4, U+4eca-4ecb, U+4efb, U+4efd, U+4f46, U+4f55, U+4f9b, U+4f9d, U+4fbf, U+505a, U+5065, U+5099, U+50cf, U+50f9, U+512a, U+5143, U+5148, U+514d, U+5152, U+5169, U+5171, U+5177, U+518a, U+5217, U+5225, U+5247, U+5275, U+529f, U+52a9, U+5305, U+5341, U+5357, U+5361, U+5373, U+53bb, U+53c3, U+53c8, U+53d6-53d7, U+53e3, U+53ea, U+53f8, U+5404, U+559c, U+5668, U+56db, U+56e0, U+5712, U+5718, U+578b, U+57fa, U+58eb, U+592a, U+5c0b, U+5c0e, U+5c11, U+5c1a, U+5c55, U+5c71, U+5df1, U+5e2b, U+5e36, U+5e97, U+5eb7, U+5ee3, U+5efa, U+5f35, U+5f37, U+5f88, U+5f9e, U+5fc5, U+606f, U+60a8, U+6232, U+624d, U+6253, U+627e, U+6280, U+62cd, U+6301, U+6307, U+6392, U+63a5, U+6539, U+653e-653f, U+6559, U+6574, U+65c5, U+6613, U+66f8, U+672a, U+6797, U+67e5, U+6a19, U+6a23, U+6b61, U+6bcf, U+6bd4, U+6c11, U+6c42, U+6d41, U+6d77, U+6d88, U+6e05, U+6e2f, U+6eff, U+7136, U+7167, U+71df, U+738b, U+73a9, U+7403, U+7531, U+7537, U+754c, U+7559, U+767d-767e, U+76f4, U+793a, U+795e, U+79c1, U+79d1, U+7a2e, U+7a31, U+7a7a, U+7ae0, U+7ba1, U+7bc0, U+7c21, U+7cfb, U+7d04-7d05, U+7d1a, U+7d44, U+7d66, U+7d71, U+7de8, U+7e3d, U+8001, U+800c, U+805e, U+8072, U+81f3, U+82b1, U+82f1, U+83ef, U+842c, U+8457, U+85a6, U+8655, U+8853, U+88ab, U+88dd, U+88fd, U+897f, U+898f, U+89aa, U+89bd, U+89c0, U+89e3, U+8a02, U+8a3b, U+8a55, U+8a8d, U+8a9e, U+8ad6, U+8b49, U+8b77, U+8b8a, U+8b93, U+8cb7, U+8ce3, U+8cea, U+8cfc, U+8f09, U+8fd1, U+9001, U+901f-9020, U+9054, U+90a3, U+914d, U+91cf, U+9304, U+95b1, U+9650, U+9664, U+969b, U+96b1, U+96c6, U+9700, U+975e, U+97f3, U+98a8, U+98df, U+9999, U+99ac, U+9a57, U+9ebc;
}
/* [118] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.118.woff2) format('woff2');
  unicode-range: U+d, U+2b, U+7c, U+a0, U+a9, U+300c-300d, U+4e09, U+4e3b, U+4e4b, U+4e5f, U+4e86, U+4e8b-4e8c, U+4eab, U+4ed6, U+4ee3-4ee4, U+4ef6, U+4f1a, U+4f4d, U+4f60, U+4f7f, U+4f86, U+4fdd, U+4fe1, U+5011, U+50b3, U+5149, U+5167, U+5176, U+518d, U+5229, U+524d, U+529b, U+52a0, U+52d9, U+5316-5317, U+5340, U+539f, U+53ca-53cb, U+5408, U+540c-540d, U+544a, U+548c, U+54c1, U+54e1, U+5546, U+554f, U+55ae, U+56de, U+5716, U+5831, U+5834, U+5916, U+5929, U+5973, U+597d, U+5982, U+5b57, U+5b78, U+5b89, U+5b8c, U+5b9a, U+5ba2, U+5bb9, U+5be6, U+5c07-5c08, U+5c0d, U+5c31, U+5de5, U+5df2, U+5e02, U+5e38, U+5e73-5e74, U+5ea6, U+5f0f, U+5f71, U+5f8c, U+5f97, U+5feb, U+6027, U+60c5, U+60f3, U+610f, U+611b, U+611f, U+61c9, U+6210, U+6216, U+6240, U+624b, U+63a8, U+63d0, U+641c, U+6536, U+6578, U+6599, U+65b9, U+660e, U+661f, U+662d, U+66f4, U+670d, U+671f, U+6771, U+679c, U+682a, U+683c, U+689d, U+696d, U+6a02, U+6a5f, U+6b0a, U+6b21, U+6b3e, U+6b64, U+6c23, U+6c34, U+6c92, U+6cbb, U+6cd5, U+6d3b, U+7063, U+7121, U+71b1, U+7247-7248, U+7269, U+7279, U+73fe, U+7406, U+7522, U+7576, U+767b, U+76ee, U+76f8, U+770b, U+771f, U+77e5, U+793e, U+7a0b, U+7acb, U+7ad9, U+7b2c, U+7b49, U+7cbe, U+7d50, U+7d61, U+7d93, U+7dda, U+7f8e, U+8005, U+806f, U+80fd, U+81ea, U+8207, U+8272, U+865f, U+8868, U+8981, U+898b, U+8996, U+8a00, U+8a08, U+8a0a, U+8a18, U+8a2d, U+8a71, U+8aaa, U+8acb, U+8cbb, U+8cc7, U+8d77, U+8d85, U+8def, U+8eab, U+8eca, U+8f49, U+9019-901a, U+9023, U+9032, U+904a-904b, U+904e, U+9053, U+9078, U+9084, U+90e8, U+90fd, U+91cd, U+91d1, U+9577, U+9580, U+9593, U+9762, U+982d, U+984c, U+985e, U+9996, U+9ad4, U+9ad8, U+9ede, U+ff01, U+ff08-ff09, U+ff1f;
}
/* [119] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.119.woff2) format('woff2');
  unicode-range: U+20-22, U+27-2a, U+2c-3b, U+3f, U+41-5d, U+61-7b, U+7d, U+ab, U+ae, U+b2-b3, U+bb, U+bf, U+c9, U+cd, U+d6, U+e0-ef, U+f1-f4, U+f6, U+f9-fa, U+fc-fd, U+101, U+103, U+110-111, U+113, U+12b, U+14d, U+16b, U+1a1, U+1b0, U+1ce, U+300-301, U+1ea1, U+1ea3, U+1ebf, U+1ec7, U+2013-2014, U+2039-203a, U+203c, U+2122, U+3001-3002, U+3113-3114, U+3118, U+311a-3129, U+4e00, U+4e0a-4e0b, U+4e0d, U+4e2d, U+4eba, U+4ee5, U+4f5c, U+500b, U+5165, U+5168, U+516c, U+51fa, U+5206, U+5230, U+52d5, U+53ef-53f0, U+570b, U+5728, U+5730, U+591a, U+5927, U+5b50, U+5bb6, U+5c0f, U+5fc3, U+6211, U+6587, U+65b0, U+65bc, U+65e5, U+662f, U+6642, U+6700, U+6703, U+6708-6709, U+672c, U+6b63, U+70b9-70ba, U+751f, U+7528, U+767c, U+7684, U+7db2, U+884c, U+958b, U+95dc, U+96fb, U+9801, U+ff0c, U+ff1a;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9i1pcekm_y.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9i1nyekm_y.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9i1niekm_y.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9i1ocek.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* [0] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.0.woff2) format('woff2');
  unicode-range: U+1f921-1f930, U+1f932-1f935, U+1f937-1f939, U+1f940-1f944, U+1f947-1f94a, U+1f950-1f95f, U+1f962-1f967, U+1f969-1f96a, U+1f980-1f981, U+1f984-1f98d, U+1f990-1f992, U+1f994-1f996, U+1f9c0, U+1f9d0, U+1f9d2, U+1f9d4, U+1f9d6, U+1f9d8, U+1f9da, U+1f9dc-1f9dd, U+1f9df-1f9e2, U+1f9e5-1f9e6, U+20024, U+20487, U+20779, U+20c41, U+20c78, U+20d71, U+20e98, U+20ef9, U+2107b, U+210c1, U+22c51, U+233b4, U+24a12, U+2512b, U+2546e, U+25683, U+267cc, U+269f2, U+27657, U+282e2, U+2898d, U+29d5a, U+f0001-f0005, U+f0019, U+f009b, U+f0101-f0104, U+f012b, U+f01ba, U+f01d6, U+f0209, U+f0217, U+f0223-f0224, U+fc355, U+fe327, U+fe517, U+feb97, U+fffb4;
}
/* [6] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.6.woff2) format('woff2');
  unicode-range: U+ff78-ff7e, U+ff80-ff86, U+ff89-ff94, U+ff97-ff9e, U+ffb9, U+ffe0-ffe3, U+ffe9, U+ffeb, U+ffed, U+fffc, U+1d7c7, U+1f004, U+1f0cf, U+1f141-1f142, U+1f150, U+1f154, U+1f158, U+1f15b, U+1f15d-1f15e, U+1f162-1f163, U+1f170-1f171, U+1f174, U+1f177-1f178, U+1f17d-1f17f, U+1f192-1f195, U+1f197-1f19a, U+1f1e6-1f1f5, U+1f1f7-1f1ff, U+1f21a, U+1f22f, U+1f232-1f237, U+1f239-1f23a, U+1f250-1f251, U+1f300, U+1f302-1f319;
}
/* [7] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.7.woff2) format('woff2');
  unicode-range: U+fa0a, U+fa0c, U+fa11, U+fa17, U+fa19, U+fa1b, U+fa1d, U+fa26, U+fa2c, U+fb01, U+fdfc, U+fe0e, U+fe33-fe36, U+fe38-fe44, U+fe49-fe51, U+fe54, U+fe56-fe57, U+fe59-fe5c, U+fe5f-fe6a, U+fe8e, U+fe92-fe93, U+feae, U+fecb-fecc, U+fee0, U+feec, U+fef3, U+ff04, U+ff07, U+ff26-ff2c, U+ff31-ff32, U+ff35-ff37, U+ff39-ff3a, U+ff3c, U+ff3e-ff5b, U+ff5d, U+ff61-ff65, U+ff67-ff68, U+ff6a, U+ff6c-ff77;
}
/* [8] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.8.woff2) format('woff2');
  unicode-range: U+f78a-f78c, U+f78e, U+f792-f796, U+f798, U+f79c, U+f7f5, U+f812, U+f815, U+f876, U+f8f5, U+f8f8, U+f8ff, U+f901-f902, U+f904, U+f906, U+f909-f90a, U+f90f, U+f914, U+f918-f919, U+f91b, U+f91d, U+f91f, U+f923, U+f925, U+f92d-f92f, U+f934, U+f937-f938, U+f93d, U+f93f, U+f941, U+f949, U+f94c, U+f94e-f94f, U+f95a, U+f95d-f95e, U+f961-f963, U+f965-f970, U+f974, U+f976-f97a, U+f97c, U+f97e-f97f, U+f981, U+f983, U+f988, U+f98a, U+f98c, U+f98e, U+f996-f997, U+f999-f99a, U+f99c, U+f99f-f9a0, U+f9a3, U+f9a8, U+f9ad, U+f9b2-f9b6, U+f9b9-f9ba, U+f9bd-f9be, U+f9c1, U+f9c4, U+f9c7, U+f9ca, U+f9cd, U+f9d0-f9d1, U+f9d3-f9d4, U+f9d7-f9d8, U+f9dc-f9dd, U+f9df-f9e1, U+f9e4, U+f9e8-f9ea, U+f9f4, U+f9f6-f9f7, U+f9f9-f9fa, U+f9fc-fa01, U+fa03-fa04, U+fa06, U+fa08-fa09;
}
/* [19] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.19.woff2) format('woff2');
  unicode-range: U+9ee5, U+9ee7, U+9eee, U+9ef3-9ef4, U+9ef6-9ef7, U+9ef9, U+9efb-9efd, U+9eff, U+9f07-9f09, U+9f10, U+9f14-9f15, U+9f19, U+9f22, U+9f29, U+9f2c, U+9f2f, U+9f31, U+9f34, U+9f37, U+9f39, U+9f3d-9f3e, U+9f41, U+9f4c-9f50, U+9f54, U+9f57, U+9f59, U+9f5c, U+9f5f-9f60, U+9f62-9f63, U+9f66-9f67, U+9f6a, U+9f6c, U+9f72, U+9f76-9f77, U+9f7f, U+9f84-9f85, U+9f88, U+9f8e, U+9f91, U+9f94-9f96, U+9f98, U+9f9a-9f9b, U+9f9f-9fa0, U+9fa2, U+9fa4, U+9ff0-9fff, U+a1f4, U+a4b0-a4b1, U+a4b3, U+a9c1-a9c2, U+aa31, U+ab34, U+ac00-ac01, U+ac04, U+ac08, U+ac10-ac11, U+ac13-ac16, U+ac19, U+ac1c-ac1d, U+ac24, U+ac70-ac71, U+ac74, U+ac77-ac78, U+ac80-ac81, U+ac83, U+ac8c, U+ac90, U+aca0, U+aca8-aca9, U+acac, U+acb0, U+acb8-acb9, U+acbc-acbd, U+acc1, U+acc4, U+ace0-ace1, U+ace4, U+ace8, U+acf0-acf1, U+acf3, U+acf5, U+acfc;
}
/* [20] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.20.woff2) format('woff2');
  unicode-range: U+9d77, U+9d7a, U+9d7e, U+9d87, U+9d89, U+9d8f, U+9d91-9d93, U+9d96, U+9d98, U+9d9a, U+9da1-9da2, U+9da5, U+9da9, U+9dab-9dac, U+9db1-9db2, U+9db5, U+9db9-9dbc, U+9dbf-9dc2, U+9dc4, U+9dc7-9dc9, U+9dd3, U+9dd6, U+9dd9-9dda, U+9dde-9ddf, U+9de2, U+9de5-9de6, U+9de8, U+9def-9df0, U+9df2-9df4, U+9df8, U+9dfa, U+9dfd, U+9dff, U+9e02, U+9e07, U+9e0a, U+9e11, U+9e15, U+9e18, U+9e1a-9e1b, U+9e1d-9e1e, U+9e20-9e23, U+9e25-9e26, U+9e2d, U+9e2f, U+9e33, U+9e35, U+9e3d-9e3f, U+9e42-9e43, U+9e45, U+9e48-9e4a, U+9e4c, U+9e4f, U+9e51, U+9e55, U+9e64, U+9e66, U+9e6b, U+9e6d-9e6e, U+9e70, U+9e73, U+9e75, U+9e78, U+9e80-9e83, U+9e87-9e88, U+9e8b-9e8c, U+9e90-9e91, U+9e93, U+9e96, U+9e9d, U+9ea1, U+9ea4, U+9ea6, U+9ea9-9eab, U+9ead, U+9eaf, U+9eb4, U+9eb7-9eba, U+9ebe-9ebf, U+9ecc-9ecd, U+9ed0, U+9ed2, U+9ed4, U+9ed9-9eda, U+9edc-9edd, U+9edf-9ee0, U+9ee2;
}
/* [21] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.21.woff2) format('woff2');
  unicode-range: U+9bf0-9bf1, U+9bf5, U+9bf7, U+9bf9, U+9bfd, U+9bff, U+9c02, U+9c06, U+9c08-9c0a, U+9c0d, U+9c10, U+9c12-9c13, U+9c15, U+9c1c, U+9c1f, U+9c21, U+9c23-9c25, U+9c28-9c29, U+9c2d-9c2e, U+9c31-9c33, U+9c35-9c37, U+9c39-9c3b, U+9c3d-9c3e, U+9c40, U+9c42, U+9c45-9c49, U+9c52, U+9c54, U+9c56, U+9c58-9c5a, U+9c5d, U+9c5f-9c60, U+9c63, U+9c67-9c68, U+9c72, U+9c75, U+9c78, U+9c7a-9c7c, U+9c7f-9c81, U+9c87-9c88, U+9c8d, U+9c91, U+9c94, U+9c97, U+9c9b, U+9ca4, U+9ca8, U+9cab, U+9cad, U+9cb1-9cb3, U+9cb6-9cb8, U+9cc4-9cc5, U+9ccc-9ccd, U+9cd5-9cd7, U+9cdd-9cdf, U+9ce7, U+9ce9, U+9cee-9cf0, U+9cf2, U+9cfc-9cfe, U+9d03, U+9d06-9d08, U+9d0e, U+9d10, U+9d12, U+9d15, U+9d17, U+9d1d-9d1f, U+9d23, U+9d2b, U+9d2f-9d30, U+9d34, U+9d37, U+9d3d, U+9d42, U+9d50, U+9d52-9d53, U+9d59, U+9d5c, U+9d5e-9d61, U+9d6a, U+9d6f-9d70;
}
/* [22] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.22.woff2) format('woff2');
  unicode-range: U+9a87, U+9a8a-9a8b, U+9a8f-9a91, U+9a97, U+9a9a, U+9a9e, U+9aa0-9aa1, U+9aa4-9aa5, U+9aaf-9ab1, U+9ab6-9ab7, U+9ab9-9aba, U+9abe, U+9ac0-9ac5, U+9ac8, U+9acb-9acc, U+9ace-9acf, U+9ad1, U+9ad5-9ad7, U+9ad9, U+9adf, U+9ae1, U+9ae3, U+9aea-9aeb, U+9aed, U+9aef, U+9af2, U+9af4, U+9af9, U+9afb, U+9afd, U+9b03-9b04, U+9b08, U+9b13, U+9b18, U+9b1f, U+9b22-9b23, U+9b28-9b2a, U+9b2c-9b30, U+9b32, U+9b3b, U+9b43, U+9b46-9b49, U+9b4b-9b4e, U+9b51, U+9b55, U+9b58, U+9b5b, U+9b5e-9b60, U+9b63, U+9b68-9b69, U+9b74, U+9b7d, U+9b80-9b81, U+9b83-9b84, U+9b87-9b88, U+9b8a-9b8b, U+9b8d-9b8e, U+9b90, U+9b92-9b95, U+9b97, U+9b9f-9ba0, U+9ba2-9ba3, U+9ba8, U+9bab, U+9bb0, U+9bb8, U+9bc0-9bc1, U+9bc3, U+9bc6-9bc8, U+9bd3-9bd7, U+9bd9, U+9bdb, U+9bdd, U+9be1-9be2, U+9be4-9be5, U+9be7, U+9bea, U+9bed-9bee;
}
/* [23] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.23.woff2) format('woff2');
  unicode-range: U+993c-9940, U+9943-9944, U+9948-994a, U+994c-994e, U+9951, U+9954, U+995c, U+995e-995f, U+9961-9962, U+9965, U+9968, U+996a, U+996d-9972, U+9975-9976, U+997a, U+997c, U+997f-9980, U+9984-9985, U+9988, U+998b, U+998d, U+998f, U+9992, U+9994-9995, U+9997-9998, U+999c, U+999e, U+99a0-99a1, U+99ab, U+99af, U+99b1, U+99b4, U+99b9, U+99c4-99c6, U+99cf, U+99d1-99d2, U+99d4, U+99d6, U+99d8-99d9, U+99df, U+99e1-99e2, U+99e9, U+99ee, U+99f0, U+99f8, U+99fb, U+9a01-9a05, U+9a0c, U+9a0f-9a13, U+9a16, U+9a1b-9a1c, U+9a20, U+9a24, U+9a28, U+9a2b, U+9a2d-9a2e, U+9a34-9a36, U+9a38, U+9a3e, U+9a40-9a44, U+9a4a, U+9a4c-9a4e, U+9a52, U+9a56, U+9a62-9a65, U+9a69-9a6b, U+9a6d, U+9a6f-9a71, U+9a73-9a74, U+9a76, U+9a78-9a79, U+9a7b-9a7c, U+9a7e-9a7f, U+9a81-9a82, U+9a84-9a86;
}
/* [24] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.24.woff2) format('woff2');
  unicode-range: U+97f5, U+97f9-97fa, U+97fe, U+9804, U+9807, U+980a, U+980e-980f, U+9814, U+9816, U+981a, U+981c, U+981e, U+9820-9821, U+9823, U+9826, U+9828, U+982a-982c, U+9832, U+9834-9835, U+9837, U+9839, U+983c-983d, U+9845, U+9848-9849, U+984e, U+9852-9857, U+9859-985a, U+9862-9863, U+9865, U+9870-9871, U+9873-9874, U+9877, U+987a-987f, U+9881-9882, U+9885, U+9887-988a, U+988c-988d, U+9890, U+9893, U+9896-9897, U+989a, U+989c-989e, U+98a0, U+98a4, U+98a6-98a7, U+98a9, U+98ae-98af, U+98b2-98b3, U+98b6-98b8, U+98ba-98bd, U+98bf, U+98c7-98c8, U+98ca, U+98d2-98d3, U+98d8-98da, U+98dc, U+98de, U+98e0-98e1, U+98e3, U+98e5, U+98e7-98e9, U+98eb-98ee, U+98f1, U+98f4, U+9901, U+9908-9909, U+990c, U+9911-9912, U+9914, U+9916-9917, U+991b-991c, U+991e, U+9920, U+9927, U+992b-992c, U+992e, U+9931-9933, U+9938, U+993a;
}
/* [25] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.25.woff2) format('woff2');
  unicode-range: U+9672, U+9674, U+967a, U+9682-9685, U+9688-9689, U+968b, U+968d, U+9695, U+9697-9698, U+969e, U+96a0-96a4, U+96a9, U+96ac, U+96ae, U+96b0, U+96b2-96b4, U+96b6-96b7, U+96b9, U+96bc-96be, U+96c3, U+96c9-96cb, U+96ce-96cf, U+96d1-96d2, U+96d8, U+96dd, U+96e9, U+96eb, U+96f0-96f1, U+96f3-96f4, U+96f9, U+96fe-96ff, U+9701-9702, U+9705, U+9708, U+970a, U+970e-9711, U+9719, U+971d, U+971f-9720, U+9728, U+972a, U+972d, U+9730, U+9733, U+973a, U+973d, U+9744, U+9746-9747, U+9749, U+9750-9751, U+9753, U+9758-9759, U+975b, U+975d, U+9763, U+9765-9766, U+9768, U+976c-976d, U+9771, U+9773, U+9776, U+977a, U+977c, U+9780, U+9784-9786, U+9788, U+978e-978f, U+9798, U+979d-979e, U+97a3, U+97a5-97a6, U+97a8, U+97ab-97ac, U+97ae, U+97b6-97b7, U+97b9, U+97bf, U+97c1, U+97c3, U+97c6, U+97c9, U+97cd, U+97d6, U+97d8-97d9, U+97dc-97de, U+97e1, U+97e6-97e7, U+97ec-97ee, U+97f0-97f1;
}
/* [26] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.26.woff2) format('woff2');
  unicode-range: U+9530, U+9535, U+953a-953b, U+9540-9542, U+9547, U+9549-954a, U+954d, U+9550-9551, U+9554-9556, U+955c, U+956c-956d, U+956f-9570, U+9573, U+9576, U+9578, U+9582, U+9586, U+9588, U+958e-958f, U+9599, U+959c, U+959e-959f, U+95a1-95a2, U+95a4, U+95a6-95a7, U+95aa-95ae, U+95b0, U+95b2, U+95b6, U+95b9-95bf, U+95c2-95c4, U+95c7-95c9, U+95cb-95cd, U+95d0, U+95d3-95d5, U+95d7-95d8, U+95da, U+95de, U+95e0-95e1, U+95e4-95e5, U+95ea-95eb, U+95ef-95f0, U+95f2-95f3, U+95f5, U+95f7-95fa, U+95fd, U+9600-9602, U+9607-9609, U+960e, U+9610-9611, U+9614, U+9616, U+9619-961a, U+961c-961d, U+961f, U+9621, U+9624, U+9628, U+962f, U+9633-9636, U+963c, U+9641-9643, U+9645, U+9647-9648, U+964e-964f, U+9651, U+9653-9655, U+9658, U+965b-965f, U+9661, U+9665, U+9668-9669, U+966c;
}
/* [27] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.27.woff2) format('woff2');
  unicode-range: U+941a, U+941c, U+941e, U+9420-9425, U+9427-942b, U+942e, U+9432-9433, U+9436, U+9438, U+943a, U+943d, U+943f-9440, U+9445, U+944a, U+944c, U+9454-9455, U+945a-945b, U+945e, U+9460, U+9462-9463, U+9468, U+946a, U+946d, U+946f, U+9471, U+9474-9477, U+9479, U+947e-9481, U+9488-948a, U+948e, U+9492-9493, U+9497, U+9499, U+949b-94a3, U+94a5-94a9, U+94ac, U+94ae-94b1, U+94b3-94b5, U+94bb-94bc, U+94be-94c3, U+94c5-94c6, U+94c9, U+94ce-94d0, U+94db-94dd, U+94e0, U+94e2-94e3, U+94e8, U+94ec-94ee, U+94f0, U+94f2, U+94f5-94f6, U+94f8, U+94fa, U+94ff-9502, U+9504-9506, U+9508, U+950b-950c, U+950f-9510, U+9519-951b, U+951d, U+951f, U+9521-9526, U+952d-952f;
}
/* [28] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.28.woff2) format('woff2');
  unicode-range: U+930b, U+930f, U+9312, U+9315, U+9319-931b, U+931d-931f, U+9321, U+9323-9325, U+9327-932a, U+932c-932e, U+9331-9333, U+9335, U+9338, U+933c, U+9340-9341, U+9345-9349, U+934f-9352, U+9354, U+9356-935a, U+935c-9360, U+9363-9367, U+9369-936a, U+936c, U+936e, U+9370-9371, U+9373, U+9376, U+9379-937a, U+937c, U+9385, U+9387, U+938c, U+938f, U+9394, U+9397-9398, U+939a-939b, U+939d-939e, U+93a1-93a3, U+93a6-93a7, U+93a9-93aa, U+93ac-93ad, U+93af-93b0, U+93b3-93bb, U+93bd-93be, U+93c0-93c4, U+93c7, U+93ca-93cd, U+93d0-93d1, U+93d6-93d8, U+93dc-93de, U+93e0, U+93e4, U+93e8, U+93ee, U+93f0, U+93f5, U+93f7-93f9, U+93fb, U+9403, U+9407, U+940f-9410, U+9413-9414, U+9417, U+9419;
}
/* [29] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.29.woff2) format('woff2');
  unicode-range: U+9208-920a, U+920d-920e, U+9210-9211, U+9217, U+9219, U+921c, U+9221, U+9224-9225, U+9227, U+922a, U+922d-922e, U+9230-9231, U+9233, U+9235-9239, U+923b, U+923d-9241, U+9244, U+9246, U+9248-9249, U+924b-9251, U+9253, U+925a, U+925d-925e, U+9262, U+9265-9267, U+926b-926d, U+926f, U+9271-9272, U+9274, U+9276, U+9278, U+927a-927c, U+927e-927f, U+9282-9283, U+9286, U+9288, U+928a, U+928d-928e, U+9291, U+9295-9296, U+9299-929b, U+929d, U+92a0-92ae, U+92b2, U+92b5-92b6, U+92bb-92bc, U+92c2-92c3, U+92c6-92cd, U+92cf-92d1, U+92d5, U+92d7, U+92d9, U+92dd, U+92df, U+92e4-92e6, U+92e8-92e9, U+92ed-92ef, U+92f1-92f3, U+92f6, U+92f9, U+92fb, U+9300-9302, U+9306;
}
/* [30] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.30.woff2) format('woff2');
  unicode-range: U+90e2-90e4, U+90ea-90eb, U+90ef, U+90f4, U+90f7-90f8, U+90fc, U+90fe-9100, U+9102, U+9104, U+9106, U+9112, U+9114-911a, U+911c, U+911e, U+9120, U+9122-9123, U+9129, U+912b, U+912f, U+9131-9132, U+9134, U+9136, U+9139-913a, U+9143, U+9146, U+9148-914a, U+914e-9150, U+9154, U+9156-9157, U+9159-915a, U+915d-915e, U+9161-9164, U+916b, U+916e, U+9170-9172, U+9174, U+9176, U+9179-917a, U+917f, U+9181-9182, U+9184-9186, U+918c-918e, U+9190-9191, U+9196, U+919a-919b, U+919e, U+91a1-91a4, U+91a7, U+91aa, U+91ae-91b2, U+91b4-91b5, U+91b8, U+91bd-91be, U+91c1, U+91c3, U+91c5-91c6, U+91c8-91ca, U+91d2-91d5, U+91d7, U+91d9, U+91e1, U+91e4, U+91e6-91e9, U+91ec-91ed, U+91f0-91f1, U+91f5-91fa, U+91fd, U+91ff-9201, U+9203-9207;
}
/* [31] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.31.woff2) format('woff2');
  unicode-range: U+8f85-8f86, U+8f88-8f8a, U+8f8d, U+8f90, U+8f93, U+8f95-8f97, U+8f99, U+8f9e-8f9f, U+8fa2, U+8fa7, U+8fa9, U+8fab, U+8fae, U+8fb3, U+8fb5-8fb6, U+8fba-8fbd, U+8fbf, U+8fc1-8fc2, U+8fc6, U+8fc8, U+8fcc-8fcd, U+8fd2-8fd3, U+8fd5, U+8fdc-8fdd, U+8fdf, U+8fe2-8fe5, U+8fe8-8fe9, U+8fed-8fee, U+8ff3, U+8ff5, U+8ff8, U+8ffa-8ffc, U+8ffe, U+9002, U+9004, U+9008, U+900a-900b, U+9011-9013, U+9016, U+901e, U+9021, U+9024, U+902d, U+902f-9030, U+9034-9036, U+9039-903b, U+9041, U+9044-9045, U+904f-9052, U+9057-9058, U+905b, U+905d, U+9061-9062, U+9065, U+9068, U+906f, U+9074, U+9079, U+907d, U+9083, U+9085, U+9087-9089, U+908b, U+9090, U+9093, U+9095, U+9097, U+9099, U+909b, U+909d-909e, U+90a0-90a2, U+90ac, U+90af-90b0, U+90b2-90b4, U+90b6, U+90b9, U+90bb, U+90bd-90be, U+90c3-90c5, U+90c7, U+90d1, U+90d4-90d5, U+90d7, U+90db-90df;
}
/* [32] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.32.woff2) format('woff2');
  unicode-range: U+8e30-8e31, U+8e35, U+8e39, U+8e3c-8e3d, U+8e40-8e42, U+8e47, U+8e49-8e4e, U+8e50, U+8e53-8e55, U+8e59-8e5b, U+8e60, U+8e62-8e63, U+8e67, U+8e69, U+8e6c-8e6d, U+8e6f, U+8e74, U+8e76, U+8e7a-8e7c, U+8e82, U+8e84-8e85, U+8e87, U+8e89-8e8b, U+8e8f-8e95, U+8e99-8e9a, U+8e9d-8e9e, U+8ea1, U+8ea3, U+8ea5-8ea6, U+8eaa, U+8eac-8ead, U+8eaf-8eb1, U+8eb9, U+8ebc, U+8ebe, U+8ec6, U+8ecb, U+8ecf, U+8ed1, U+8ed4, U+8ed7, U+8eda-8edb, U+8ee2, U+8ee8, U+8eeb, U+8ef2, U+8ef9-8efe, U+8f05, U+8f07-8f08, U+8f0a-8f0c, U+8f12-8f13, U+8f17, U+8f19-8f1a, U+8f1c, U+8f1e-8f1f, U+8f25-8f26, U+8f2d, U+8f30, U+8f33, U+8f36, U+8f3e, U+8f40-8f42, U+8f45-8f47, U+8f4d, U+8f54-8f55, U+8f5d, U+8f61-8f62, U+8f64, U+8f67-8f69, U+8f6d-8f72, U+8f74, U+8f76, U+8f7b-8f7c, U+8f7f, U+8f83-8f84;
}
/* [33] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.33.woff2) format('woff2');
  unicode-range: U+8ce1, U+8ce8, U+8ceb, U+8cf0, U+8cf8, U+8cfb, U+8cfe, U+8d04, U+8d07, U+8d0b, U+8d0d, U+8d10, U+8d12-8d14, U+8d17, U+8d1b-8d1f, U+8d21-8d26, U+8d29-8d2c, U+8d2e-8d32, U+8d34-8d35, U+8d37-8d38, U+8d3a-8d3c, U+8d3e-8d3f, U+8d41-8d43, U+8d48, U+8d4b-8d4c, U+8d4e-8d50, U+8d54, U+8d56, U+8d58, U+8d5a-8d5b, U+8d5f-8d60, U+8d62-8d63, U+8d66-8d69, U+8d6c-8d6e, U+8d73, U+8d75-8d76, U+8d7b, U+8d7d, U+8d84, U+8d8b, U+8d90-8d91, U+8d94, U+8d96, U+8d9c, U+8dab, U+8daf, U+8db2, U+8db5, U+8db7, U+8dba, U+8dbc, U+8dbf, U+8dc2-8dc3, U+8dc6, U+8dcb, U+8dce-8dd0, U+8dd6-8dd7, U+8dda-8ddb, U+8de3-8de4, U+8de9, U+8deb-8dec, U+8df1, U+8df5-8df7, U+8dfa-8dfd, U+8e05, U+8e08-8e0a, U+8e0e, U+8e14, U+8e16, U+8e18, U+8e1d-8e21, U+8e23, U+8e26-8e28, U+8e2a-8e2b, U+8e2d-8e2e;
}
/* [34] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.34.woff2) format('woff2');
  unicode-range: U+8b9c, U+8b9e-8b9f, U+8ba3, U+8ba5, U+8ba7, U+8baa, U+8bad, U+8bb2-8bb4, U+8bb6-8bb9, U+8bbc-8bbd, U+8bbf-8bc0, U+8bc3, U+8bc5, U+8bc8-8bcb, U+8bcf, U+8bd1, U+8bd7-8bdc, U+8bde-8be1, U+8be3, U+8be5, U+8be7, U+8be9, U+8beb-8bec, U+8bef, U+8bf1-8bf2, U+8bf5-8bf6, U+8bf8, U+8bfa, U+8bfd-8bfe, U+8c01-8c02, U+8c05, U+8c08, U+8c0a-8c11, U+8c13-8c15, U+8c18-8c1c, U+8c1f, U+8c23-8c29, U+8c2c-8c2d, U+8c31, U+8c34, U+8c36, U+8c39, U+8c3f, U+8c47, U+8c49-8c4c, U+8c4f, U+8c51, U+8c55, U+8c62, U+8c68, U+8c73, U+8c78, U+8c7a-8c7c, U+8c82, U+8c85, U+8c89-8c8a, U+8c8d-8c8e, U+8c90, U+8c94, U+8c98-8c99, U+8ca3-8ca4, U+8cad-8cb0, U+8cb2, U+8cb9-8cba, U+8cbd, U+8cc1-8cc2, U+8cc4-8cc5, U+8ccf-8cd2, U+8cd4-8cd5, U+8cd9-8cdb;
}
/* [35] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.35.woff2) format('woff2');
  unicode-range: U+8a1b, U+8a22, U+8a25, U+8a27, U+8a2b, U+8a33, U+8a36, U+8a38, U+8a3d-8a3e, U+8a41, U+8a45-8a46, U+8a48, U+8a4e, U+8a51-8a52, U+8a54, U+8a56-8a58, U+8a5b, U+8a5d, U+8a61, U+8a63, U+8a67, U+8a6a-8a6c, U+8a70, U+8a74-8a76, U+8a7a-8a7c, U+8a82, U+8a84-8a86, U+8a89, U+8a8f-8a92, U+8a94, U+8a9a, U+8aa1, U+8aa3, U+8aa5, U+8aa7-8aa8, U+8aad, U+8ab1, U+8ab6, U+8abe, U+8ac2, U+8ac4, U+8ac6, U+8ac9, U+8acc-8acf, U+8ad1, U+8adb, U+8add-8ae2, U+8ae4, U+8ae6, U+8aea-8aeb, U+8aed, U+8af1-8af6, U+8afa, U+8afc, U+8b01, U+8b04-8b05, U+8b07, U+8b0b-8b0d, U+8b0f-8b10, U+8b13-8b14, U+8b16, U+8b1a, U+8b1c, U+8b21-8b22, U+8b26, U+8b28, U+8b2b, U+8b2e, U+8b33, U+8b41, U+8b46, U+8b4c-8b4f, U+8b53-8b54, U+8b56, U+8b59, U+8b5e-8b60, U+8b64, U+8b6a-8b6d, U+8b72, U+8b7e, U+8b83, U+8b89, U+8b8c, U+8b8e, U+8b90, U+8b92, U+8b95-8b96, U+8b99;
}
/* [36] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.36.woff2) format('woff2');
  unicode-range: U+88b7-88b8, U+88bc-88be, U+88c0, U+88c4, U+88c6-88c7, U+88c9-88cc, U+88ce, U+88d2, U+88d6, U+88d8, U+88db, U+88df, U+88e4, U+88e8-88e9, U+88ec, U+88ef-88f1, U+88f3-88f5, U+88fc, U+88fe, U+8900, U+8902, U+8906, U+890a-890c, U+8912-8915, U+8918-891a, U+891f, U+8921, U+8923, U+8925, U+892a-892b, U+892d, U+8930, U+8933, U+8935-8936, U+8938, U+893d, U+8941-8943, U+8946-8947, U+8949, U+894c-894d, U+8956-8957, U+8959, U+895c, U+895e-8960, U+8964, U+8966, U+896c, U+8971, U+8974, U+897b, U+897e, U+8980, U+8982-8983, U+8987-8988, U+898a, U+898c, U+8991, U+8994-8995, U+8997-8998, U+899a, U+899c, U+89a1, U+89a4-89a7, U+89a9, U+89ac, U+89af, U+89b2-89b3, U+89b7, U+89bb, U+89bf, U+89c5, U+89c9-89ca, U+89d1, U+89d4-89d5, U+89da, U+89dc-89de, U+89e5-89e7, U+89ed, U+89f1, U+89f3-89f4, U+89f6, U+89ff, U+8a01, U+8a03, U+8a07, U+8a09, U+8a0c, U+8a0f-8a12, U+8a16;
}
/* [37] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.37.woff2) format('woff2');
  unicode-range: U+8763-8765, U+8768, U+876a, U+876c-8770, U+8772, U+8777, U+877a-877b, U+877d, U+8781, U+8784-8785, U+8788, U+878b, U+8793, U+8797-8798, U+879f, U+87a3, U+87a8, U+87ab-87ad, U+87af, U+87b3, U+87b5, U+87b9, U+87bb, U+87bd-87c0, U+87c4-87c8, U+87ca-87cc, U+87ce, U+87d2, U+87db-87dc, U+87e0-87e1, U+87e3, U+87e5, U+87e7, U+87ea-87eb, U+87ee-87ef, U+87f3-87f4, U+87f6-87f7, U+87fe, U+8802-8806, U+880a-880b, U+880e, U+8810-8811, U+8813, U+8815-8816, U+881b, U+8821, U+8823, U+8827, U+8831-8832, U+8835, U+8839-883a, U+883c, U+8844-8846, U+884a, U+884e, U+8852, U+8854-8856, U+8859-885a, U+885e, U+8862, U+8864-8865, U+8869-886a, U+886c-886e, U+8871-8872, U+8875, U+8879, U+887d-887f, U+8882, U+8884-8885, U+8888, U+8890, U+8892-8893, U+8897-8898, U+889a-889c, U+889e, U+88a2, U+88a4, U+88a8, U+88aa, U+88ad-88ae, U+88b1, U+88b4;
}
/* [38] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.38.woff2) format('woff2');
  unicode-range: U+8621-8622, U+8627, U+8629-862a, U+8634-8636, U+8638, U+863a, U+863c, U+8640, U+8642, U+8646, U+864c-864d, U+864f, U+8651-8654, U+8657, U+8659-865a, U+865c, U+8662, U+866b-866c, U+866f-8671, U+8673, U+8677, U+867a-867b, U+867d-867e, U+8680-8682, U+868b-868d, U+8693-8696, U+869a, U+869c-869d, U+86a1, U+86a3-86a4, U+86a7-86aa, U+86af-86b1, U+86b3-86b4, U+86b6, U+86b9-86ba, U+86c0-86c2, U+86c4, U+86c6, U+86c9-86ca, U+86cc-86ce, U+86d0, U+86d3-86d4, U+86de-86df, U+86e9, U+86ed-86f0, U+86f3, U+86f8-86fc, U+86fe, U+8703, U+8706-870a, U+870d-870e, U+8711-8712, U+8715, U+8717, U+8719-871a, U+871e, U+8721-8723, U+8725, U+8728-8729, U+872e, U+8731, U+8734, U+8737, U+873a, U+873e-8740, U+8742, U+8747, U+8749, U+874b-874c, U+874e-874f, U+8753, U+8757-8758, U+875d, U+875f, U+8761-8762;
}
/* [39] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.39.woff2) format('woff2');
  unicode-range: U+84c0, U+84c2, U+84c6-84c7, U+84ca, U+84cd-84d2, U+84d6, U+84dd, U+84df, U+84e2, U+84e6-84e8, U+84ea, U+84ef-84f0, U+84f3-84f4, U+84f7, U+84fa, U+84fc-84fd, U+84ff-8500, U+8506, U+850c, U+8511, U+8515, U+8517, U+851d-851f, U+8524, U+852b, U+852f, U+8532, U+8534-8535, U+8537-8538, U+853a, U+853c, U+853e, U+8541-8542, U+8545, U+8548, U+854b, U+854d-854e, U+8552-8553, U+8555-8558, U+855a, U+855e, U+8561-8565, U+8568, U+856a-856c, U+856f, U+8574, U+8577-857b, U+8580-8581, U+8585-8586, U+858a, U+858c, U+858f-8590, U+8594, U+8597-8599, U+859c, U+859f, U+85a1-85a2, U+85a4, U+85a8, U+85ab-85ac, U+85ae, U+85b3-85b4, U+85b7, U+85b9-85ba, U+85bd-85be, U+85c1-85c2, U+85cb, U+85ce, U+85d0, U+85d3, U+85d5, U+85dc, U+85e0, U+85e6, U+85e8, U+85ea, U+85ed, U+85f4, U+85f6-85f7, U+85f9-85fa, U+85ff, U+8602, U+8604-8605, U+8610, U+8616-8618, U+861a, U+861e;
}
/* [40] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.40.woff2) format('woff2');
  unicode-range: U+8380, U+8383, U+8385-8386, U+8392, U+8394-8395, U+8398-8399, U+839b-839c, U+83a0, U+83a2, U+83a4, U+83a7-83aa, U+83af-83b5, U+83b7, U+83b9-83ba, U+83bc-83c0, U+83c2, U+83c4-83c5, U+83c8-83c9, U+83cb, U+83ce-83cf, U+83d1, U+83d4-83d6, U+83d8, U+83dd, U+83df, U+83e1-83e2, U+83e5, U+83ea-83eb, U+83f0, U+83f3-83f4, U+83f9, U+83fb-83fe, U+8406-8407, U+840b, U+840f, U+8411, U+8413, U+8418, U+841b-841d, U+8420-8421, U+8423-8424, U+8426-8429, U+842b, U+842d-842e, U+8432-8433, U+8435, U+8437-8439, U+843b-843c, U+843e, U+8445-8447, U+844e, U+8451-8452, U+8456, U+8459-845a, U+845c, U+845f, U+8462, U+8466-8467, U+846d, U+846f-8471, U+8473-8474, U+8476-8478, U+847a, U+8484, U+848b, U+848d-848e, U+8493-8494, U+8497, U+849d, U+849f, U+84a1, U+84a8, U+84af, U+84b1, U+84b4, U+84b9-84bb, U+84bd-84bf;
}
/* [41] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.41.woff2) format('woff2');
  unicode-range: U+827d, U+827f, U+8283-8284, U+8288-828a, U+828d-8291, U+8293-8294, U+8298, U+829a-829c, U+829e-82a4, U+82a6-82ab, U+82ae, U+82b0, U+82b4, U+82b6, U+82ba-82bc, U+82be, U+82c1, U+82c4-82c5, U+82c7, U+82cb, U+82cd, U+82cf-82d0, U+82d2, U+82d5-82d6, U+82d9, U+82db-82dc, U+82de-82e1, U+82e3-82e4, U+82e7, U+82ea-82eb, U+82ef-82f0, U+82f3-82f4, U+82f6-82f7, U+82f9-82fc, U+82fe-8301, U+8306-8308, U+830b-830e, U+8316, U+8318, U+831a-831b, U+831d-831e, U+8327, U+832a, U+832c-832d, U+832f, U+8331, U+8333-8334, U+8337, U+833a-833c, U+833f-8340, U+8342, U+8344-8347, U+834b-834c, U+834f, U+8351, U+8356-8358, U+835a, U+835e-8361, U+8363-8364, U+8367-8368, U+836b, U+836f, U+8373, U+8375, U+8378, U+837a-837f;
}
/* [42] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.42.woff2) format('woff2');
  unicode-range: U+811b, U+811e, U+8121-8127, U+8129, U+812c, U+812f-8134, U+8137-8138, U+813a, U+813d, U+8144, U+8146, U+8148, U+814a, U+814c-814d, U+8151, U+8153, U+8156, U+8158, U+815a, U+8160, U+8167, U+8169, U+816d, U+816f, U+8171, U+8174, U+817b-817c, U+817e, U+8182, U+8188, U+818a, U+8194-8195, U+8198, U+819b, U+819e, U+81a3, U+81a6-81a7, U+81ab, U+81af-81b0, U+81b5-81b6, U+81b8, U+81ba-81bb, U+81be-81bf, U+81c3, U+81c6, U+81ca, U+81cc, U+81cf, U+81d1-81d3, U+81d6-81d7, U+81d9-81da, U+81dd-81de, U+81e0-81e2, U+81e7, U+81ec, U+81ef, U+81fc, U+81fe, U+8200-8202, U+8204-8206, U+820b, U+820e, U+8210, U+8215, U+8217-8218, U+821b, U+821d, U+8221-8222, U+8224, U+8228-8229, U+822b, U+822f-8234, U+8236-8238, U+823a, U+823e, U+8240, U+8244-8245, U+8249, U+824b, U+824e-824f, U+8257, U+825a, U+825f, U+8264, U+8268, U+826b, U+826e, U+8270, U+8273, U+8276, U+8278-8279;
}
/* [43] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.43.woff2) format('woff2');
  unicode-range: U+7fb8, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fcb-7fcc, U+7fce-7fcf, U+7fd1, U+7fd5, U+7fd8, U+7fdb, U+7fde-7fdf, U+7fe5-7fe6, U+7fe9, U+7feb-7fec, U+7fee, U+7ff2-7ff3, U+7ffa, U+7ffd-7ffe, U+8002, U+8004, U+8006, U+800b, U+800e, U+8011-8012, U+8014, U+8016, U+8018-8019, U+801c, U+8024, U+8026, U+8028, U+802c, U+8030, U+8035, U+8037-8039, U+803b, U+8042-8043, U+804b-804c, U+8052, U+8061, U+8068, U+806a, U+806e, U+8071, U+8073-8076, U+8079, U+807c, U+807e-807f, U+8083-8084, U+808f, U+8093, U+8095, U+8098, U+809c, U+809f-80a0, U+80a4, U+80a7, U+80ab, U+80ad-80ae, U+80b0-80b1, U+80b4-80b6, U+80b8, U+80bc-80c2, U+80c4, U+80c6-80c7, U+80cb, U+80cd, U+80cf, U+80d4, U+80d7, U+80d9, U+80db-80dd, U+80e0, U+80e3-80e5, U+80e7, U+80eb-80ed, U+80ef-80f1, U+80f3-80f4, U+80f6-80f7, U+80fc, U+80fe-80ff, U+8101, U+8107, U+8109, U+810f-8113, U+8115, U+8117-8118, U+811a;
}
/* [44] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.44.woff2) format('woff2');
  unicode-range: U+7eb3, U+7eb5-7eba, U+7ebd-7ebe, U+7ec0-7ec1, U+7ec3, U+7ec5, U+7ec7-7eca, U+7ecd-7ece, U+7ed1-7ed2, U+7ed4-7ed5, U+7ed7-7ed8, U+7eda-7edb, U+7edd-7ede, U+7ee2-7ee3, U+7ee5, U+7ee7, U+7ee9-7eeb, U+7eee-7ef0, U+7ef3, U+7ef5, U+7ef7-7ef8, U+7efd-7f01, U+7f03, U+7f05-7f09, U+7f0e, U+7f10, U+7f13-7f15, U+7f18-7f1a, U+7f1c-7f1d, U+7f20, U+7f24-7f25, U+7f28-7f2a, U+7f2d-7f2e, U+7f30, U+7f34, U+7f36-7f37, U+7f3d, U+7f42-7f45, U+7f47-7f4e, U+7f52, U+7f54, U+7f58, U+7f5a, U+7f5d, U+7f5f-7f63, U+7f65, U+7f68, U+7f6b, U+7f78, U+7f7d-7f7e, U+7f81-7f83, U+7f86-7f87, U+7f8b-7f8d, U+7f91, U+7f93-7f95, U+7f97, U+7f99-7f9a, U+7f9d, U+7f9f, U+7fa1-7fa3, U+7fa5, U+7fa7, U+7fad-7fb2, U+7fb4, U+7fb6;
}
/* [45] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.45.woff2) format('woff2');
  unicode-range: U+7d8c-7d8f, U+7d91, U+7d95-7d96, U+7d98-7d9a, U+7d9d-7d9e, U+7da2-7da3, U+7da6, U+7daa, U+7dac, U+7dae-7db0, U+7db3, U+7db5, U+7db7, U+7db9, U+7dbd, U+7dc1, U+7dc3-7dc7, U+7dcc-7dcf, U+7dd1, U+7dd6-7dd9, U+7ddb-7ddc, U+7de1-7de2, U+7de6, U+7df0-7df3, U+7df6, U+7dfe, U+7e01-7e02, U+7e04, U+7e08-7e0b, U+7e10-7e11, U+7e13, U+7e15, U+7e1d-7e20, U+7e22, U+7e25-7e27, U+7e29, U+7e2d, U+7e2f-7e30, U+7e32-7e37, U+7e39, U+7e3b, U+7e44-7e45, U+7e47-7e48, U+7e4a-7e4b, U+7e4d, U+7e50-7e52, U+7e56, U+7e58-7e5b, U+7e62, U+7e68, U+7e6d-7e70, U+7e76, U+7e78, U+7e7b, U+7e7e, U+7e81-7e82, U+7e86-7e88, U+7e8a, U+7e8d-7e8e, U+7e92-7e94, U+7e98-7e9b, U+7e9e, U+7ea0, U+7ea3-7ea4, U+7ea8, U+7eaa-7eaf, U+7eb1-7eb2;
}
/* [46] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.46.woff2) format('woff2');
  unicode-range: U+7c23, U+7c25-7c26, U+7c2a-7c2b, U+7c37-7c39, U+7c40-7c41, U+7c48-7c49, U+7c50, U+7c53-7c54, U+7c56-7c57, U+7c59-7c5c, U+7c5f, U+7c63, U+7c65, U+7c69, U+7c6c-7c6e, U+7c74-7c75, U+7c79, U+7c7c, U+7c7e, U+7c84, U+7c8b, U+7c8d, U+7c91, U+7c94-7c95, U+7c9b, U+7c9f, U+7ca2, U+7ca4, U+7ca6, U+7ca8-7caa, U+7cae, U+7cb1-7cb3, U+7cba, U+7cbc, U+7cbf-7cc0, U+7cc5, U+7cc8-7cc9, U+7ccc-7cce, U+7cd7, U+7cdc-7cdd, U+7ce0, U+7ce2, U+7ce8, U+7cea, U+7ced, U+7cf2, U+7cf4, U+7cf6, U+7cf8-7cfa, U+7cfc, U+7d02, U+7d06-7d0a, U+7d0f, U+7d11-7d12, U+7d15, U+7d18, U+7d1c-7d1e, U+7d25, U+7d27, U+7d29, U+7d2c, U+7d31-7d32, U+7d35, U+7d38, U+7d3a, U+7d3c, U+7d3e-7d41, U+7d43, U+7d45, U+7d4c, U+7d4e-7d4f, U+7d53-7d54, U+7d56, U+7d5b-7d5d, U+7d5f, U+7d63, U+7d67, U+7d6a, U+7d6d, U+7d70, U+7d73, U+7d75, U+7d79-7d7b, U+7d7d, U+7d80, U+7d83-7d84, U+7d86-7d89, U+7d8b;
}
/* [47] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.47.woff2) format('woff2');
  unicode-range: U+7afd-7afe, U+7b01-7b06, U+7b09-7b0b, U+7b0e-7b10, U+7b14, U+7b18, U+7b1a, U+7b1e-7b1f, U+7b22-7b25, U+7b29-7b2b, U+7b2d-7b2e, U+7b31-7b35, U+7b38-7b3c, U+7b45, U+7b47-7b48, U+7b4a, U+7b4c, U+7b4e-7b50, U+7b58, U+7b5b, U+7b5d, U+7b60, U+7b62, U+7b65-7b67, U+7b69, U+7b6d-7b6f, U+7b72-7b76, U+7b79, U+7b7e, U+7b82, U+7b84-7b85, U+7b87, U+7b8b, U+7b8d-7b93, U+7b95-7b96, U+7b98, U+7b9c-7b9d, U+7ba0, U+7ba7, U+7ba9-7bac, U+7bb0, U+7bb4, U+7bb6, U+7bb8-7bb9, U+7bc1, U+7bc3, U+7bc6, U+7bcb-7bcc, U+7bcf, U+7bd4, U+7bd9-7bdb, U+7bdd, U+7be0-7be1, U+7be5-7be6, U+7bea, U+7bed-7bee, U+7bf1-7bf3, U+7bf8-7bf9, U+7bfc-7c01, U+7c03, U+7c07, U+7c0a-7c0d, U+7c0f, U+7c11-7c12, U+7c15, U+7c1e-7c20;
}
/* [48] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.48.woff2) format('woff2');
  unicode-range: U+798a-798b, U+7991, U+7993-7996, U+7998, U+799a-799b, U+799f-79a2, U+79a4, U+79a8-79a9, U+79af-79b0, U+79b3, U+79b5, U+79b8, U+79ba, U+79c3, U+79c6, U+79c8, U+79cf, U+79d5-79d6, U+79dc-79de, U+79e3, U+79e7, U+79ea-79ed, U+79ef-79f0, U+79f4, U+79f6-79f8, U+79fd, U+7a02-7a03, U+7a08-7a0a, U+7a0c, U+7a0e, U+7a10-7a11, U+7a14, U+7a17-7a19, U+7a1c, U+7a1e-7a1f, U+7a23, U+7a26, U+7a2d, U+7a32-7a33, U+7a37, U+7a39, U+7a3c, U+7a42, U+7a45, U+7a49, U+7a4f, U+7a56, U+7a5a, U+7a5c, U+7a60-7a61, U+7a63, U+7a68, U+7a6d-7a6e, U+7a70-7a71, U+7a77-7a79, U+7a80, U+7a83, U+7a85-7a86, U+7a88, U+7a8d, U+7a90-7a91, U+7a93-7a96, U+7a98, U+7a9c-7a9d, U+7aa0, U+7aa3, U+7aa5-7aa6, U+7aa8, U+7aaa, U+7aac, U+7ab0, U+7ab3, U+7ab6, U+7ab8, U+7abb, U+7abe-7abf, U+7ac2, U+7ac8-7ac9, U+7ad1-7ad2, U+7ad6, U+7ada, U+7adc-7ade, U+7ae4, U+7ae6, U+7ae9-7aeb, U+7af4, U+7af8, U+7afa-7afb;
}
/* [49] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.49.woff2) format('woff2');
  unicode-range: U+7842-7843, U+7845, U+7847, U+784a, U+784c-7850, U+7852-7853, U+7855, U+7858, U+785a, U+785c-785d, U+7864, U+7866, U+7868, U+786a, U+786f, U+7874, U+7876, U+787c, U+787f, U+7886-7887, U+7889, U+788d, U+788f, U+7893, U+7895-7896, U+7898, U+789a, U+789e, U+78a1, U+78a3, U+78a5, U+78aa, U+78ad, U+78b1-78b2, U+78b4, U+78b6, U+78b8, U+78be, U+78c8-78c9, U+78cb, U+78ce, U+78d0-78d1, U+78d4-78d5, U+78d7-78d8, U+78de, U+78e3, U+78e6-78e7, U+78ea, U+78ec, U+78f2-78f4, U+78fa-78fb, U+78fd-7900, U+7904-7906, U+790a, U+790c, U+7910-7912, U+791c, U+791e, U+7920-7921, U+792a-792c, U+792e, U+7931, U+7934, U+7938, U+793b, U+793d, U+793f, U+7941-7942, U+7945-7947, U+7949, U+794c, U+794e, U+7953-7954, U+7957-795c, U+795f, U+7961-7962, U+7964, U+7967, U+7969, U+796b-796c, U+796f, U+7972-7973, U+7977-7979, U+797b-797c, U+797e, U+7980, U+7982, U+7984-7988;
}
/* [50] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.50.woff2) format('woff2');
  unicode-range: U+7707-7708, U+770a, U+770c, U+770f, U+7715, U+7719-771b, U+771d-771e, U+7722, U+7725-7726, U+7728, U+772d, U+772f, U+7733-7736, U+7738, U+773b, U+773d, U+7741, U+7744, U+7746, U+774c, U+774e-7752, U+7755, U+7759-775a, U+775f-7760, U+7762, U+7765-7766, U+7768-776a, U+776c-776e, U+7771, U+7778, U+777a, U+777d-777e, U+7780, U+7785, U+7787, U+7789, U+778b-778d, U+7791-7793, U+779c, U+779f-77a0, U+77a2, U+77a5, U+77a9, U+77b0-77b1, U+77b4, U+77b6-77b7, U+77b9, U+77bc-77bf, U+77c5, U+77c7, U+77cc-77cd, U+77d3, U+77d6-77d7, U+77dc, U+77de, U+77e3, U+77e7, U+77eb-77ec, U+77f0, U+77f2, U+77f6, U+77f8, U+77fa-77fc, U+77fe-7800, U+7803, U+7805-7806, U+7809, U+7810-7812, U+7815-7816, U+781a, U+781c-781d, U+781f-7823, U+7825-7827, U+7829, U+782c-7830, U+7833, U+7835, U+7837, U+7839-783a, U+783c, U+783e, U+7840;
}
/* [51] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.51.woff2) format('woff2');
  unicode-range: U+75cd, U+75d2, U+75d4, U+75d9, U+75df, U+75e2-75e4, U+75e6-75e7, U+75e9-75ec, U+75f0-75f3, U+75f7, U+75f9-75fa, U+75fc, U+75fe-7602, U+7608-760a, U+760c-760d, U+7610, U+7615-7616, U+7618-7620, U+7622-7623, U+7625, U+7627, U+7629, U+762b, U+762e, U+7630, U+7632-7635, U+7638, U+763a-763c, U+763e, U+7640, U+7643, U+7646, U+7648-7649, U+764d-764e, U+7654, U+7658, U+765c, U+765f, U+7663-7667, U+7669, U+766b-766d, U+766f-7670, U+7676, U+7678-767a, U+767f-7681, U+7683, U+7688, U+768a-768b, U+768e, U+7690, U+7695-7696, U+769a-769e, U+76a3-76a4, U+76aa, U+76b0-76b1, U+76b4, U+76b7-76b8, U+76c2, U+76c5, U+76c9, U+76cc-76cd, U+76cf-76d1, U+76d6-76d8, U+76e5-76e6, U+76e9, U+76ec, U+76f1, U+76f7, U+76f9-76fb, U+76ff-7700, U+7704-7705;
}
/* [52] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.52.woff2) format('woff2');
  unicode-range: U+749c-74a1, U+74a3, U+74a5-74a7, U+74a9-74ab, U+74ae, U+74b1-74b2, U+74b5, U+74b8, U+74ba, U+74bf, U+74c5, U+74c8, U+74cc-74cd, U+74d2, U+74d4, U+74d6, U+74d8, U+74da, U+74de-74e0, U+74e2, U+74e4, U+74e8-74e9, U+74ee-74ef, U+74f4, U+74f9, U+74fb, U+74ff-7501, U+7503, U+7507, U+750c-750d, U+7511, U+7513, U+7515-7517, U+7519, U+751e, U+7521, U+7525, U+752a, U+752c-752f, U+7534, U+753e, U+7542, U+7545, U+7547-7548, U+754a-754b, U+754e, U+7551, U+755a-755b, U+755d, U+7560, U+7563-7564, U+7566-7568, U+756c-756f, U+7572-7575, U+7577-757a, U+757c, U+757e-757f, U+7583-7584, U+7587, U+7589, U+758b-758e, U+7590, U+7592, U+7594-7595, U+7597, U+7599-759a, U+759d, U+759f, U+75a1-75a3, U+75a5, U+75a7, U+75aa, U+75ac, U+75ae-75b1, U+75b3-75b4, U+75b8, U+75bd, U+75c0, U+75c2-75c4, U+75c9-75ca, U+75cc;
}
/* [53] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.53.woff2) format('woff2');
  unicode-range: U+73b4-73ba, U+73bc, U+73bf, U+73c2, U+73c4-73c6, U+73c9, U+73cb-73cc, U+73ce-73d2, U+73d6-73d7, U+73d9, U+73db-73de, U+73e3, U+73e5-73eb, U+73ef, U+73f5-73f7, U+73f9-73fa, U+73fc-73fd, U+7400-7401, U+7404-7405, U+7407-7408, U+740a-740d, U+740f-7410, U+7416, U+741a-741b, U+741d-741e, U+7420-7425, U+7428-7429, U+742c-7432, U+7435-7436, U+7438-743a, U+743c-7442, U+7445-7446, U+7448-744a, U+7451-7452, U+7454, U+7457, U+7459, U+745d, U+7460-7462, U+7465, U+7467-7468, U+746c-746e, U+7471-7477, U+7479-747a, U+747c-747f, U+7481-7482, U+7484-7486, U+7488-748a, U+748e-7490, U+7492, U+7498, U+749a;
}
/* [54] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.54.woff2) format('woff2');
  unicode-range: U+7281-7282, U+7284, U+7287, U+728a, U+728d, U+7292, U+7296, U+7298, U+729b, U+729f-72a2, U+72ad-72ae, U+72b0-72b5, U+72b8-72b9, U+72bc-72bd, U+72c1, U+72c3, U+72c5-72c6, U+72c8, U+72cc-72ce, U+72d2, U+72d4, U+72db, U+72dd, U+72df, U+72e1, U+72e8, U+72ec-72ee, U+72f1, U+72f3-72f4, U+72f7, U+72fa-72fb, U+72fd, U+7300-7301, U+7304, U+7307, U+730a-730b, U+730e, U+7313, U+7315-7317, U+7319, U+731e-731f, U+7322, U+7328-732e, U+7330-7331, U+7337, U+733a-733c, U+733e, U+7340-7341, U+7343, U+734c-734d, U+734f-7350, U+7352, U+7355, U+7357, U+7359-735a, U+7360-7363, U+7365, U+7369-7370, U+7373-7374, U+7377, U+737a, U+737c, U+737e, U+7380, U+7385-7386, U+738a, U+738e-738f, U+7391-7395, U+7397-7398, U+739b, U+73a0-73a2, U+73a5-73a8, U+73ad-73ae, U+73b3;
}
/* [55] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.55.woff2) format('woff2');
  unicode-range: U+7115-7116, U+7118, U+711c, U+711e, U+7120, U+7122, U+712e-712f, U+7131, U+7134, U+713c, U+713f, U+7143, U+7145-7147, U+714a-714b, U+7150-7153, U+7155-7156, U+715a, U+7160, U+7162, U+7166, U+7168, U+716c, U+7171, U+7173, U+7178, U+717a-717b, U+717d, U+7180-7181, U+7185, U+7187-7188, U+718b, U+718f-7190, U+7192, U+7196-7198, U+719a-719c, U+71a0, U+71a4, U+71a8, U+71af, U+71b2-71b3, U+71b5, U+71b7-71ba, U+71be, U+71c1, U+71c4, U+71ca-71cb, U+71ce-71d0, U+71d4, U+71d7-71d8, U+71da, U+71dc, U+71e0-71e1, U+71e7, U+71ec, U+71ee, U+71f4-71f6, U+71f9, U+71fc, U+71fe-7201, U+7203, U+7207, U+7209, U+720c, U+7213-7215, U+7217, U+721a, U+721d, U+7222-7223, U+7228, U+722b, U+7230, U+7237, U+723b, U+723f-7242, U+724b, U+724d, U+7252-7253, U+7256, U+7258, U+725d, U+7263-7266, U+726a-726b, U+726e-7270, U+7273-7275, U+7277, U+727a-727b, U+727e-727f;
}
/* [56] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.56.woff2) format('woff2');
  unicode-range: U+6fec, U+6fee, U+6ff0, U+6ff3, U+6ff5-6ff6, U+6ffa, U+6ffc, U+6fff-7001, U+7003, U+7005-7007, U+700b, U+700d, U+7015, U+7018, U+701b, U+701e, U+7020-7021, U+7023, U+7026-7027, U+702c, U+702f-7032, U+7034-7035, U+7037-703c, U+7040, U+7042-7044, U+7046, U+7049, U+704b, U+704f, U+7052, U+7054-7055, U+705c-7061, U+7064-7069, U+706c-706d, U+706f, U+7073-7075, U+7078, U+707a, U+707e-7081, U+7085-7086, U+7089, U+7090-7091, U+7094-7096, U+7098, U+709c, U+709f, U+70a1, U+70a4, U+70a9, U+70ac, U+70af-70b2, U+70b4-70b5, U+70b7, U+70bb-70be, U+70c0-70c3, U+70ca-70cb, U+70d2, U+70d4-70d5, U+70d9-70dd, U+70df, U+70e6-70e9, U+70eb-70ec, U+70ef, U+70f1, U+70f4, U+70f7, U+70fa, U+70fd, U+70ff, U+7104, U+7106, U+7109, U+710c, U+7110, U+7113-7114;
}
/* [57] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.57.woff2) format('woff2');
  unicode-range: U+6eda-6edb, U+6edd-6ede, U+6ee2, U+6ee4-6ee5, U+6ee8-6ee9, U+6eeb, U+6eee, U+6ef3, U+6ef8-6efb, U+6f00, U+6f08-6f0a, U+6f0d-6f0e, U+6f11-6f13, U+6f15, U+6f19-6f1a, U+6f23, U+6f25-6f2a, U+6f2d-6f31, U+6f33-6f36, U+6f3a-6f3c, U+6f40-6f41, U+6f43-6f44, U+6f47, U+6f4d-6f4f, U+6f53, U+6f57, U+6f59-6f5a, U+6f5c, U+6f5e-6f61, U+6f63, U+6f66-6f67, U+6f69-6f6c, U+6f6f, U+6f72-6f78, U+6f7a-6f7f, U+6f81-6f82, U+6f87, U+6f89, U+6f8b-6f8d, U+6f90, U+6f92, U+6f94-6f97, U+6f9c, U+6f9f-6fa0, U+6fa2-6fa3, U+6fa5-6fa8, U+6faa-6fab, U+6fae-6faf, U+6fb4, U+6fb6, U+6fb9-6fba, U+6fbc, U+6fc2, U+6fc6-6fcb, U+6fce, U+6fd1-6fd2, U+6fd4, U+6fd8, U+6fda, U+6fde, U+6fe0-6fe2, U+6fe8-6fe9;
}
/* [58] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.58.woff2) format('woff2');
  unicode-range: U+6dd6, U+6dd9, U+6ddb-6de0, U+6de2-6de6, U+6de9, U+6dec, U+6def-6df0, U+6df2, U+6df4, U+6df6, U+6df8, U+6dfc-6dfd, U+6e00, U+6e02-6e03, U+6e07-6e0b, U+6e0d-6e0e, U+6e10, U+6e13-6e15, U+6e17, U+6e19-6e1a, U+6e1d, U+6e1f, U+6e22, U+6e24-6e25, U+6e27, U+6e2b, U+6e2d-6e2e, U+6e30-6e31, U+6e36, U+6e39-6e3a, U+6e3c-6e3d, U+6e40-6e41, U+6e44-6e45, U+6e47, U+6e49, U+6e4b, U+6e4d-6e4f, U+6e51, U+6e53-6e54, U+6e59, U+6e5c, U+6e5e-6e61, U+6e63-6e66, U+6e69-6e6b, U+6e6e, U+6e70-6e76, U+6e78, U+6e7c, U+6e7f-6e80, U+6e83, U+6e85-6e86, U+6e88-6e89, U+6e8b, U+6e8d-6e8f, U+6e93, U+6e98-6e9a, U+6e9f, U+6ea1, U+6ea4-6ea7, U+6eae, U+6eb1-6eb2, U+6eb4-6eb5, U+6eb7, U+6ebd, U+6ec1-6ec3, U+6ec7-6ec9, U+6ecd-6ed0, U+6ed3-6ed6, U+6ed8;
}
/* [59] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.59.woff2) format('woff2');
  unicode-range: U+6cdd-6cde, U+6ce0, U+6ce7, U+6ce9-6cec, U+6cee-6cef, U+6cf1, U+6cf7-6cf8, U+6cfb-6cfe, U+6d00-6d02, U+6d04, U+6d06-6d07, U+6d09-6d0a, U+6d0c, U+6d0e-6d12, U+6d18-6d1a, U+6d1f, U+6d22-6d24, U+6d27-6d28, U+6d2b, U+6d2d-6d31, U+6d33-6d3a, U+6d3c, U+6d3f, U+6d43-6d47, U+6d4a-6d4b, U+6d4e-6d4f, U+6d51-6d53, U+6d57-6d58, U+6d5a, U+6d5c, U+6d5e-6d65, U+6d67, U+6d6c-6d6d, U+6d6f-6d70, U+6d72, U+6d75, U+6d79, U+6d7c, U+6d7f, U+6d82, U+6d85, U+6d87, U+6d8e-6d8f, U+6d91-6d95, U+6d97-6d99, U+6d9b, U+6d9d, U+6d9f, U+6da1, U+6da4, U+6da6-6dac, U+6db3-6db4, U+6db7-6db8, U+6dbe-6dc0, U+6dc2, U+6dc4-6dc5, U+6dc8-6dca, U+6dcc-6dcd, U+6dcf-6dd0, U+6dd2-6dd3, U+6dd5;
}
/* [60] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.60.woff2) format('woff2');
  unicode-range: U+6bc1-6bc2, U+6bcc, U+6bce, U+6bd0-6bd1, U+6bd5-6bd9, U+6bde, U+6be1, U+6bec, U+6bf3, U+6bf9, U+6bfd, U+6bff-6c00, U+6c02, U+6c05-6c06, U+6c0a, U+6c0c-6c0d, U+6c10, U+6c13, U+6c16, U+6c18-6c1a, U+6c1f, U+6c21-6c22, U+6c24, U+6c26, U+6c28-6c2a, U+6c2c, U+6c2e-6c33, U+6c35-6c37, U+6c39-6c3a, U+6c3d-6c3f, U+6c43, U+6c46, U+6c49-6c4f, U+6c54-6c55, U+6c58, U+6c5a-6c5c, U+6c5e, U+6c64-6c69, U+6c6b-6c6f, U+6c71-6c75, U+6c78-6c79, U+6c7c, U+6c7e, U+6c82, U+6c84-6c87, U+6c8c-6c8d, U+6c8f, U+6c93-6c94, U+6c98, U+6c9a, U+6c9d, U+6c9f, U+6ca2, U+6ca5-6ca8, U+6caa, U+6cac-6cb2, U+6cb4-6cb5, U+6cba, U+6cbc, U+6cc2-6cc3, U+6cc5-6cc7, U+6cd0-6cd2, U+6cd4, U+6cd6-6cd7, U+6cd9-6cda, U+6cdc;
}
/* [61] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.61.woff2) format('woff2');
  unicode-range: U+6a35, U+6a3b, U+6a3e-6a40, U+6a47-6a48, U+6a50, U+6a52, U+6a55-6a57, U+6a5a-6a5b, U+6a5e, U+6a62, U+6a66, U+6a6a, U+6a71, U+6a79, U+6a7c, U+6a7e-6a81, U+6a84, U+6a87, U+6a89, U+6a8d-6a8e, U+6a90-6a92, U+6a97, U+6a9c, U+6a9e-6aa1, U+6aa3-6aa5, U+6aa8, U+6aab, U+6aae, U+6ab5, U+6aba, U+6abe, U+6ac2, U+6ac5-6ac6, U+6ac8-6ac9, U+6acc, U+6ad3, U+6ada-6adb, U+6add-6adf, U+6ae3, U+6ae7-6ae8, U+6aea-6aec, U+6af1, U+6af3, U+6af8, U+6afa, U+6afc, U+6b05, U+6b09, U+6b0e-6b13, U+6b17, U+6b1d-6b1e, U+6b25, U+6b2c, U+6b31, U+6b35-6b37, U+6b39, U+6b3b, U+6b40, U+6b43, U+6b46, U+6b48, U+6b53-6b55, U+6b59, U+6b5b, U+6b5f-6b60, U+6b68-6b69, U+6b6f, U+6b74, U+6b7a, U+6b7c, U+6b7f-6b84, U+6b86-6b87, U+6b89, U+6b8b, U+6b8d, U+6b91-6b93, U+6b9b, U+6b9e, U+6ba1-6ba2, U+6ba4, U+6baa-6bab, U+6bad-6bae, U+6bb2-6bb4, U+6bbb, U+6bbd;
}
/* [62] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.62.woff2) format('woff2');
  unicode-range: U+6904, U+6906-6907, U+6909, U+690b, U+690f-6910, U+6917, U+691a-691c, U+6925, U+692a, U+692c-692d, U+6932, U+6934, U+6939, U+693c-6940, U+6942, U+6949, U+6952, U+6954-6957, U+6959, U+695b-695f, U+6961-696c, U+696e-6970, U+6973-6974, U+6976, U+6978-697a, U+697c, U+6980, U+6984-6986, U+6988-698a, U+698d-698e, U+6990-6991, U+6994, U+6996-699b, U+699e, U+69a3-69a7, U+69ab, U+69ad, U+69af, U+69b1, U+69b3, U+69b6-69b7, U+69bb-69bc, U+69bf, U+69c1, U+69c3-69c5, U+69c7, U+69ca, U+69cc, U+69ce, U+69d0-69d1, U+69d4, U+69d8-69d9, U+69db, U+69df, U+69e4, U+69e8-69ea, U+69ed-69ee, U+69f1-69f4, U+69f6, U+69f8, U+69fa-69fb, U+69ff-6a00, U+6a05, U+6a0a-6a0b, U+6a17-6a18, U+6a1b, U+6a28-6a2b, U+6a31-6a32;
}
/* [63] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.63.woff2) format('woff2');
  unicode-range: U+67dc-67e0, U+67e2, U+67e4, U+67e9-67ea, U+67f0, U+67f2, U+67f6-67f8, U+67fa-67fb, U+67fe, U+6800-6805, U+6808-6809, U+680b, U+680e-680f, U+6811-6812, U+6814, U+6816, U+6818, U+681c-681e, U+6820, U+6822, U+6825, U+6827-6829, U+682b, U+682e-682f, U+6831-6834, U+683a-683b, U+683e, U+6840-6841, U+6844-6845, U+6849, U+684e, U+6853, U+6855-6856, U+685c-685d, U+685f, U+6861-6863, U+6865-6869, U+686b, U+686d, U+686f, U+6871-6872, U+6874-6875, U+6877, U+6879, U+687b-687c, U+687e, U+6880, U+6882-6883, U+6886, U+688f, U+6891-6892, U+6894, U+6896, U+6898, U+689b-689c, U+689f-68a0, U+68a2-68a3, U+68a6, U+68a9, U+68b1-68b2, U+68b4, U+68b6, U+68c0, U+68c3, U+68c6, U+68c8, U+68ca, U+68d0-68d1, U+68d3, U+68d6, U+68e1, U+68e3, U+68e6, U+68e8-68ec, U+68ef-68f1, U+68f3, U+68f6-68f7, U+68f9, U+68fb-68fd, U+6900, U+6902;
}
/* [64] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.64.woff2) format('woff2');
  unicode-range: U+66b3, U+66b5, U+66b8-66bc, U+66be, U+66c1, U+66c4, U+66c7-66c8, U+66cc, U+66cf, U+66d5, U+66d8-66db, U+66df, U+66e1-66e2, U+66e8-66e9, U+66ef, U+66f1, U+66f5, U+66f7, U+66fa, U+66fd, U+6705, U+670a, U+670f-6710, U+6713-6715, U+6718-6719, U+6720, U+6722-6727, U+6729, U+672e, U+6733, U+6736, U+6738-6739, U+673f-6740, U+6742, U+6745, U+6747-6748, U+674b-674d, U+6753, U+6755, U+6759, U+675d-675e, U+6760, U+6762-6763, U+6767-676a, U+676c, U+676e, U+6772-6777, U+677a-677c, U+6782, U+6786-6787, U+678a-678c, U+678e-678f, U+6791-6793, U+6796, U+6798-6799, U+679f-67a3, U+67a5, U+67aa-67ae, U+67b0-67b5, U+67b7-67bc, U+67c0-67c3, U+67c5-67c6, U+67c8-67ca, U+67ce, U+67d2, U+67d8-67d9, U+67db;
}
/* [65] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.65.woff2) format('woff2');
  unicode-range: U+6565, U+6567, U+656b, U+656d-656e, U+6573, U+6576, U+6579-657b, U+6581, U+6586, U+6588-6589, U+658b, U+658e, U+6593, U+6595, U+659b, U+659d, U+659f-65a1, U+65a9, U+65ab, U+65ad, U+65b2-65b3, U+65b5, U+65bb, U+65be-65bf, U+65c2-65c4, U+65c6, U+65cc, U+65ce, U+65d2, U+65d6, U+65db, U+65e1, U+65e3, U+65e7, U+65ee-65f0, U+65f2-65f4, U+65f7-65f8, U+65fc-65fd, U+6600, U+6603-6605, U+6609, U+660d, U+6610-6611, U+6619, U+661c-661e, U+6621-6622, U+6624, U+6626, U+6629, U+662b, U+6630, U+6633-6636, U+6639-663d, U+6640-6641, U+6644-6645, U+664a-664c, U+6653-6657, U+6659, U+665b, U+665d-665e, U+6661-6667, U+6669, U+666c, U+6672-6673, U+6677-6679, U+667b-667e, U+6681-6684, U+668b-6690, U+6692, U+6698, U+669d, U+669f-66a0, U+66a6-66a7, U+66aa, U+66b2;
}
/* [66] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.66.woff2) format('woff2');
  unicode-range: U+642b, U+642f-6430, U+6432, U+6434, U+6437, U+643a, U+643d-6444, U+6446-6447, U+644a-644b, U+644e, U+6450-6453, U+6456, U+6459, U+645b-645c, U+645e, U+6460-6461, U+6463-6465, U+6468, U+646c-646e, U+6470, U+6472-6477, U+6479, U+647b, U+647d, U+6480, U+6482, U+6485, U+648b-648c, U+6491, U+6493, U+6496-649a, U+649d, U+649f-64a0, U+64a2-64a3, U+64ac, U+64b1, U+64b3-64b4, U+64b7-64b9, U+64bb, U+64be, U+64c0, U+64c3-64c4, U+64d0, U+64d2, U+64d5, U+64d7-64d8, U+64e1-64e4, U+64e7, U+64e9, U+64ed, U+64ef-64f0, U+64f3, U+64f8, U+64fb-64fc, U+64ff, U+6504-6506, U+6509, U+6511-6512, U+6516, U+6518-6519, U+651b, U+6520-6523, U+6525-6526, U+6529, U+652b, U+652e, U+6530, U+6532, U+6534-6535, U+6537-6538, U+653a, U+653d, U+6542-6543, U+6549, U+654c-654e, U+6554-6555, U+655b, U+655d, U+6561, U+6564;
}
/* [67] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.67.woff2) format('woff2');
  unicode-range: U+6312-6313, U+6319-631b, U+631d-6321, U+6323-6325, U+632d-632e, U+6332, U+6334-6339, U+633b-633c, U+633e-6340, U+6342-6346, U+634b-634c, U+634e, U+6352, U+6357, U+635a, U+635c, U+635e-635f, U+6361, U+6363, U+6365, U+6369, U+636b-636d, U+636f-6370, U+6373, U+6375-6376, U+637a-637b, U+637d, U+6381, U+6384, U+6387, U+638a, U+638d-638e, U+6390, U+6394-6397, U+639e-639f, U+63a3-63a4, U+63a6, U+63ac-63af, U+63b1-63b4, U+63b7, U+63b9-63bb, U+63bd-63be, U+63c3-63c4, U+63c8, U+63cd-63ce, U+63d1, U+63d6, U+63dc, U+63de, U+63e0, U+63e3-63e4, U+63e6, U+63e9, U+63f0, U+63f2-63f3, U+63f5-63f8, U+63fa, U+63fc-63fe, U+6400-6402, U+6405-6406, U+6409-640c, U+6410, U+6414-6415, U+6418, U+641b, U+641f-6423, U+6425-6428, U+642a;
}
/* [68] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.68.woff2) format('woff2');
  unicode-range: U+61cc-61cd, U+61d0, U+61d2, U+61de-61e0, U+61e3, U+61e6, U+61e8, U+61ed-61ee, U+61f5, U+61f9-61fa, U+61fd-61fe, U+6207, U+6209, U+620d-620e, U+6213-6215, U+6219, U+621b, U+621d-6223, U+6225-6227, U+6229, U+622b-622c, U+622e-622f, U+6231, U+6238, U+623b, U+623d-623e, U+6242-6243, U+6246, U+6248-6249, U+624c, U+6251, U+6255, U+6259-625a, U+625e, U+6260-6262, U+6265-6267, U+6269, U+626b-626c, U+6270-6273, U+6275, U+627a-627d, U+6283, U+6285-6286, U+6289, U+628c, U+628e, U+6294, U+629a-629e, U+62a0, U+62a2, U+62a6, U+62a8, U+62af, U+62b3, U+62b6, U+62ba-62bb, U+62be-62bf, U+62c2, U+62c4-62c5, U+62c8, U+62ca, U+62cf, U+62d1, U+62d5, U+62d7, U+62d9, U+62dd, U+62df-62e3, U+62e5-62e8, U+62ee, U+62f4-62fb, U+62fd, U+6300, U+6302, U+6308, U+630c-630e, U+6310;
}
/* [69] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.69.woff2) format('woff2');
  unicode-range: U+60b0-60b1, U+60b3-60b5, U+60b8, U+60bb, U+60bd-60be, U+60c0, U+60c6-60c7, U+60ca-60cb, U+60d3-60d5, U+60d7-60db, U+60dd, U+60e2-60e3, U+60e6-60f0, U+60f2, U+60f4, U+60f6, U+60fa-60fb, U+60ff-6100, U+6103, U+6106, U+610a-610b, U+610d-610e, U+6110, U+6112-6116, U+6120, U+6123-6124, U+6128-6130, U+6134, U+6136, U+613c-613f, U+6144, U+6146-6147, U+6149-614a, U+614d, U+6151-6153, U+6159-615a, U+615c-615f, U+6164-6165, U+6169-616d, U+616f, U+6171-6175, U+6177, U+617a, U+617c, U+617f-6180, U+6187, U+618a-618e, U+6192-6194, U+6199-619b, U+619f, U+61a1, U+61a7-61a8, U+61aa-61af, U+61b8, U+61ba, U+61bf, U+61c3, U+61c6, U+61ca-61cb;
}
/* [70] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.70.woff2) format('woff2');
  unicode-range: U+5f82-5f84, U+5f87, U+5f89-5f8a, U+5f8d, U+5f93, U+5f95, U+5f98-5f99, U+5f9b-5f9c, U+5fa0, U+5fa4, U+5fa6-5fa8, U+5fab-5fad, U+5fb3-5fb4, U+5fbc, U+5fc4, U+5fc6, U+5fc9, U+5fcb, U+5fce-5fd6, U+5fdc-5fdf, U+5fe1, U+5fe4, U+5fe7, U+5fea, U+5fec-5fee, U+5ff1, U+5ff3, U+5ff8, U+5ffa-5ffc, U+5fff-6000, U+6002, U+6005, U+600a, U+600d, U+600f-6010, U+6014, U+6017, U+6019-601c, U+601e, U+6020, U+6022, U+6026, U+6029, U+602b-602c, U+602e-602f, U+6031, U+6033-6035, U+6039, U+603c, U+6040-6043, U+6045, U+6047, U+604a-604c, U+604f, U+6053, U+6059-605b, U+605d, U+6060, U+6063, U+6067, U+606a-606b, U+606e, U+6072-6076, U+6078, U+607a, U+607c, U+607f-6081, U+6083, U+6086, U+608a, U+608c, U+608e, U+6092-6093, U+6095-6097, U+609b, U+609d, U+60a2, U+60a6-60a7, U+60a9-60aa, U+60ac-60ad, U+60af;
}
/* [71] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.71.woff2) format('woff2');
  unicode-range: U+5e3c, U+5e40, U+5e42-5e44, U+5e47, U+5e54, U+5e57-5e5b, U+5e5e-5e5f, U+5e61-5e62, U+5e64, U+5e6a, U+5e6c, U+5e6e, U+5e75, U+5e77, U+5e7a, U+5e80-5e81, U+5e83, U+5e86, U+5e88, U+5e8b, U+5e90, U+5e92, U+5e96, U+5e99, U+5e9b, U+5e9d-5ea2, U+5ea4-5ea5, U+5eb3-5eb6, U+5eb9, U+5ebe, U+5ec3-5ec4, U+5ec6, U+5ecb-5ecd, U+5ed0-5ed2, U+5ed4-5ed5, U+5ed8-5ed9, U+5edb, U+5edd, U+5ee1, U+5ee8-5ee9, U+5eec, U+5eef-5ef0, U+5ef4-5ef5, U+5ef8, U+5efb-5efc, U+5efe, U+5f01-5f03, U+5f05, U+5f07-5f09, U+5f0b-5f0e, U+5f10-5f12, U+5f14, U+5f16, U+5f1b, U+5f1d, U+5f22, U+5f25, U+5f28-5f29, U+5f2d, U+5f2f-5f30, U+5f36, U+5f38-5f39, U+5f3c, U+5f3e, U+5f40-5f42, U+5f45-5f46, U+5f4a, U+5f50-5f52, U+5f54, U+5f56-5f58, U+5f5a-5f5e, U+5f61, U+5f63, U+5f66-5f67, U+5f6b, U+5f72-5f74, U+5f76, U+5f78, U+5f7b, U+5f7d;
}
/* [72] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.72.woff2) format('woff2');
  unicode-range: U+5ce6, U+5ce8-5cea, U+5ced-5cee, U+5cf1, U+5cf4-5cf5, U+5cf8, U+5cfe-5d00, U+5d06, U+5d08, U+5d0a-5d0d, U+5d15, U+5d18, U+5d1a, U+5d1d, U+5d1f-5d22, U+5d24, U+5d26-5d28, U+5d2c-5d2e, U+5d33-5d35, U+5d3d, U+5d3f, U+5d42-5d43, U+5d46-5d47, U+5d49-5d4b, U+5d4e, U+5d52-5d53, U+5d57-5d59, U+5d5b-5d5c, U+5d65, U+5d68-5d69, U+5d6b-5d6c, U+5d6f, U+5d74-5d75, U+5d7e-5d7f, U+5d81-5d82, U+5d85-5d88, U+5d8b-5d8c, U+5d92, U+5d94, U+5d97, U+5d99, U+5d9d, U+5da0-5da2, U+5da7, U+5da9-5daa, U+5dae, U+5db2, U+5db4, U+5db7-5db8, U+5dbd, U+5dc2-5dc5, U+5dc9, U+5dcb-5dcd, U+5dd2, U+5dd6, U+5dd8, U+5ddb-5ddc, U+5de0, U+5de3, U+5de9, U+5df0, U+5df3, U+5df5, U+5df9, U+5dfb-5dfd, U+5e00-5e01, U+5e04-5e05, U+5e0a, U+5e11, U+5e14, U+5e18-5e1c, U+5e1f-5e22, U+5e27-5e28, U+5e2f-5e30, U+5e34, U+5e37, U+5e3a;
}
/* [73] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.73.woff2) format('woff2');
  unicode-range: U+5b84, U+5b8d, U+5b92-5b93, U+5b95-5b96, U+5b9f-5ba1, U+5ba6-5ba8, U+5baa-5bad, U+5bbd-5bbe, U+5bc0-5bc1, U+5bc3, U+5bd0-5bd1, U+5bd4-5bd8, U+5bdb-5bdd, U+5be4-5be5, U+5bef, U+5bf3, U+5bfb, U+5bfe-5bff, U+5c02-5c03, U+5c05, U+5c09, U+5c0c, U+5c10, U+5c12-5c13, U+5c15, U+5c18-5c19, U+5c1b, U+5c1d-5c1f, U+5c22, U+5c25, U+5c27-5c28, U+5c2a-5c2b, U+5c34, U+5c38, U+5c3d, U+5c42, U+5c44, U+5c47, U+5c49-5c4a, U+5c50, U+5c53, U+5c58-5c59, U+5c5b, U+5c5d, U+5c61, U+5c63, U+5c68, U+5c6d-5c6e, U+5c74, U+5c79-5c84, U+5c86, U+5c88, U+5c8a-5c8d, U+5c92-5c9c, U+5ca0, U+5ca2-5ca3, U+5ca5-5ca7, U+5cab-5cad, U+5cb5, U+5cb7, U+5cba-5cbb, U+5cc1, U+5cc8, U+5cca-5ccb, U+5cce, U+5cd2, U+5cd6, U+5cd8-5cda, U+5cdf-5ce1, U+5ce5;
}
/* [74] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.74.woff2) format('woff2');
  unicode-range: U+5a57, U+5a5d-5a5e, U+5a60-5a62, U+5a65, U+5a67, U+5a6a, U+5a6c-5a6d, U+5a73-5a76, U+5a7a-5a7c, U+5a81-5a84, U+5a8c, U+5a90, U+5a93, U+5a96-5a97, U+5a9c, U+5a9e-5aa0, U+5aa4, U+5aa7, U+5aab-5aac, U+5aae-5aaf, U+5ab1, U+5ab4-5ab5, U+5ab8, U+5aba-5abc, U+5abe-5abf, U+5ac3-5ac4, U+5ac6-5acb, U+5acf-5ad2, U+5ad4-5adc, U+5ae0-5ae1, U+5ae3, U+5ae5-5ae6, U+5ae8, U+5aea-5aeb, U+5aee, U+5af0, U+5af2, U+5af5, U+5afa, U+5aff, U+5b01, U+5b05, U+5b08, U+5b0b, U+5b11, U+5b16-5b17, U+5b19, U+5b1b, U+5b1d, U+5b21-5b23, U+5b28, U+5b2a-5b2d, U+5b32, U+5b34, U+5b36-5b38, U+5b3e-5b40, U+5b43-5b46, U+5b4b-5b4c, U+5b51, U+5b53, U+5b59, U+5b5b-5b5c, U+5b62, U+5b65, U+5b6c-5b6e, U+5b70-5b73, U+5b75, U+5b7a-5b7b, U+5b7d, U+5b7f-5b82;
}
/* [75] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.75.woff2) format('woff2');
  unicode-range: U+5910-5911, U+5914, U+5919, U+591b, U+591f, U+5923-5924, U+592c, U+5932, U+5938-593a, U+5940, U+5942, U+5944, U+594b-594c, U+594e, U+5950, U+5953, U+5956, U+5958, U+595a, U+5961, U+5966, U+5968-5969, U+596c-596d, U+5975, U+5977, U+597b-597c, U+597e, U+5980-5981, U+5986-5988, U+598a, U+598f, U+5997-5998, U+599f-59a3, U+59a6-59a7, U+59a9, U+59ab-59ac, U+59af, U+59b1-59b2, U+59b6, U+59b8, U+59ba, U+59be, U+59c1, U+59c3, U+59c7-59c9, U+59cd-59ce, U+59d2, U+59d6-59d9, U+59dd-59de, U+59e0, U+59e3-59e5, U+59e9-59eb, U+59ee, U+59f1-59f3, U+59f5-59f9, U+59fc-59fd, U+5a00, U+5a04-5a07, U+5a09, U+5a0c, U+5a11, U+5a13, U+5a16-5a17, U+5a1a, U+5a1e, U+5a20, U+5a23-5a24, U+5a29-5a2b, U+5a2d-5a2f, U+5a32-5a34, U+5a38, U+5a3c, U+5a3f-5a44, U+5a47-5a48, U+5a4a, U+5a4c-5a4d, U+5a50-5a51, U+5a53, U+5a56;
}
/* [76] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.76.woff2) format('woff2');
  unicode-range: U+57a9, U+57ab, U+57b5, U+57b8-57bb, U+57c2, U+57c5-57c8, U+57cc, U+57cf, U+57d2, U+57dc-57de, U+57e1-57e2, U+57e5, U+57e7, U+57ed-57ee, U+57f0, U+57f3-57f6, U+57f8, U+57fb-57fd, U+5800-5801, U+5803-5804, U+5807, U+5809-580b, U+580d-580e, U+5810-5811, U+5814-5815, U+5819, U+581d-581e, U+5820, U+5823, U+5826, U+582c-582d, U+5830, U+583a, U+583f-5841, U+5848, U+584b, U+584d, U+584f, U+5852, U+5859-585a, U+585c, U+5861, U+5864, U+5868-5869, U+586c-586d, U+5871-5872, U+5879, U+587c-5881, U+5887-5889, U+588e, U+5890-5892, U+5896-5899, U+589d, U+58a1, U+58a3, U+58a6, U+58a9, U+58ac, U+58b0-58b1, U+58bb-58bc, U+58c2, U+58c5-58c6, U+58ca, U+58cc, U+58ce, U+58d0-58d1, U+58d5, U+58d9-58da, U+58df-58e0, U+58e9, U+58ec, U+58ee, U+58f1-58f3, U+58f6-58f7, U+58fb-58fc, U+5900, U+5902, U+5906, U+5909-590c, U+590e;
}
/* [77] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.77.woff2) format('woff2');
  unicode-range: U+567b-567c, U+5680, U+5684-5686, U+568c, U+568e-568f, U+5692-5693, U+5697-5699, U+569c, U+569e, U+56a1-56a7, U+56a9, U+56ab-56ad, U+56af, U+56b3, U+56b5-56b6, U+56b8, U+56bf-56c1, U+56c3, U+56c5, U+56c7-56c8, U+56cb-56cc, U+56d1-56d4, U+56d6-56d9, U+56dd, U+56df, U+56e1-56e5, U+56ea-56ec, U+56ee-56ef, U+56f1-56f4, U+56f7, U+56f9, U+56ff-5700, U+5703-5704, U+5706-5707, U+5709-570a, U+570c, U+570f, U+5711, U+5717, U+571c, U+5723-5724, U+5727, U+5729-572a, U+572c, U+572e-572f, U+5734-5735, U+573b, U+5741, U+574b-574d, U+574f, U+5752, U+5754, U+575a-5760, U+5763, U+5768-5769, U+576b, U+576d, U+576f-5770, U+5772-5775, U+5777, U+577b-577d, U+5780, U+5784, U+5788, U+578c, U+578e, U+5792-5793, U+5795, U+579a-579b, U+579f-57a1, U+57a4, U+57a6;
}
/* [78] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.78.woff2) format('woff2');
  unicode-range: U+555c, U+5562-5563, U+5567, U+5569, U+556b-556c, U+5570, U+5575-5579, U+557b-557c, U+557f, U+5581, U+5583, U+5586, U+5588, U+558b, U+558f, U+5591, U+5599, U+559f, U+55a1, U+55a3, U+55a5-55a6, U+55a8-55a9, U+55ab, U+55ad, U+55b0-55b1, U+55b3, U+55b6-55b7, U+55b9, U+55bc-55bd, U+55c4-55c5, U+55c7, U+55c9, U+55cc-55cd, U+55d0, U+55d2, U+55d4-55d9, U+55db, U+55dd-55df, U+55e1-55e6, U+55e9-55ea, U+55ec, U+55ee, U+55f1-55f3, U+55f5-55f7, U+55f9-55fa, U+55fe, U+5600-5602, U+5608, U+560c, U+560f, U+5612-5613, U+5615-5616, U+5618, U+561a, U+561c, U+561e, U+5620, U+5623-5625, U+5627, U+562a, U+562c-562e, U+5630-5631, U+5635-5636, U+5638-563a, U+5640, U+5642-5643, U+5649, U+564c-5650, U+5654, U+5658-565d, U+5664-5666, U+5669, U+566b, U+566d, U+566f, U+5671-5672, U+5676, U+567a;
}
/* [79] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.79.woff2) format('woff2');
  unicode-range: U+5447, U+5449, U+544b-544d, U+5450-5455, U+5457, U+545b-545c, U+545f-5460, U+5463-5464, U+546a-5472, U+5474, U+5476, U+5478, U+547b, U+547e-547f, U+5482-5488, U+548a, U+548d-5491, U+5494, U+5498-549d, U+54a1-54a5, U+54ab, U+54ad-54af, U+54b5, U+54b7, U+54bb-54bc, U+54be-54bf, U+54ca, U+54cc, U+54cf-54d2, U+54d4, U+54d6-54d7, U+54da, U+54de-54df, U+54e2, U+54e4, U+54e7, U+54eb, U+54f3, U+54fd, U+54ff, U+5501-5502, U+5504-5506, U+550a, U+550c, U+550e-550f, U+5511-5513, U+5516-5517, U+551a-551b, U+551e, U+5520, U+5524, U+5526-5527, U+552a, U+552c-552d, U+5530, U+5532-5533, U+5535-5536, U+553b-553c, U+553e-553f, U+5541-5542, U+5544-5545, U+5547, U+5549, U+554b, U+554d-554e, U+5550-5551, U+5553, U+5555-5557;
}
/* [80] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.80.woff2) format('woff2');
  unicode-range: U+52eb, U+52ed-52ee, U+52f0-52f2, U+52f7, U+52f9-52fa, U+5300-5302, U+530a-530b, U+530d, U+530f-5310, U+5315, U+531a, U+531c-531d, U+532d-532e, U+5331, U+5338, U+533b-533e, U+5344-5345, U+534b-534d, U+534f-5350, U+5358, U+535e-535f, U+5362-5364, U+5367, U+5369, U+536b-536c, U+536e-536f, U+5372, U+5374, U+5379-537a, U+537c-537d, U+5382, U+5385, U+5389, U+538b-538c, U+538e, U+5392-5396, U+5399, U+53a0-53a2, U+53a4-53a6, U+53a8-53a9, U+53ae, U+53b0, U+53b3-53b4, U+53b6-53b7, U+53b9, U+53bf, U+53c1, U+53c4, U+53ce-53cf, U+53d2, U+53d5, U+53d9-53da, U+53df-53e1, U+53e7-53e9, U+53f1, U+53f5-53f6, U+53f9, U+53fb-53fd, U+5400-5402, U+5405-5407, U+540f, U+5412, U+5414-5417, U+541a, U+5420-5421, U+5424-5425, U+5428-5429, U+542c-542f, U+5431-5432, U+5434, U+5437, U+543d, U+543f, U+5441, U+5444-5445;
}
/* [81] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.81.woff2) format('woff2');
  unicode-range: U+5197, U+519a-519c, U+519e, U+51a2, U+51a6-51a9, U+51ab, U+51ad-51af, U+51b1-51b6, U+51ba-51c0, U+51c3-51c5, U+51c7, U+51c9-51cb, U+51ce-51d1, U+51d4, U+51d6, U+51d9, U+51db-51dc, U+51df, U+51e4, U+51e6, U+51e9-51ea, U+51ed, U+51ef, U+51f4-51f5, U+51fc, U+51ff, U+5201-5202, U+5204-5205, U+5208, U+520b, U+520d-520e, U+5213, U+5215-5216, U+5218, U+521a, U+5220, U+5223, U+5226-5228, U+5232-5234, U+5239, U+523c, U+5241-5242, U+5244, U+5249, U+524c, U+5251-5252, U+5255, U+5257, U+525c, U+525e, U+5261, U+5263-5265, U+526e, U+5270, U+5273-5274, U+5277, U+527d, U+527f, U+5281-5282, U+5284, U+528a, U+528c, U+528f, U+5292-5294, U+529d, U+52a6, U+52ac-52ad, U+52b1-52b5, U+52b9, U+52bb-52bc, U+52be-52c0, U+52c5, U+52cb, U+52cd, U+52d0-52d1, U+52d6-52d7, U+52db, U+52e0, U+52e3, U+52e6-52e7;
}
/* [82] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.82.woff2) format('woff2');
  unicode-range: U+5040-5041, U+5043, U+5045-5046, U+5048, U+504a-504e, U+5051-5053, U+505d-5060, U+5063, U+506a, U+506f-5072, U+5078, U+507a-507b, U+507f-5080, U+5088-5089, U+508b-508c, U+508e, U+5092, U+5095-5096, U+509a-509d, U+50a3, U+50a5, U+50a8, U+50af, U+50b1, U+50b4, U+50ba, U+50c2, U+50c6-50ca, U+50cd-50ce, U+50d6, U+50d9, U+50dd-50df, U+50e1, U+50e3, U+50e5-50e6, U+50e8-50ea, U+50ec-50f0, U+50f3, U+50fb, U+50fe, U+5101-5102, U+5105-5109, U+510b-510e, U+5110, U+5113-5115, U+5117, U+511a-511c, U+511e, U+5120-5121, U+5125, U+512b, U+5131, U+5134-5135, U+5138-513c, U+5140, U+514e, U+5150-5151, U+5155-5157, U+515a, U+515f, U+5162, U+516a, U+516e, U+5172, U+5174, U+5179, U+517b, U+517d, U+5182, U+5186, U+5188-5189, U+518b, U+518f, U+5191, U+5193, U+5195-5196;
}
/* [83] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.83.woff2) format('woff2');
  unicode-range: U+4f2d, U+4f31-4f32, U+4f35, U+4f37, U+4f39, U+4f3b, U+4f3e, U+4f41-4f43, U+4f47, U+4f49, U+4f4c, U+4f52, U+4f57-4f58, U+4f5a, U+4f5d-4f5f, U+4f61, U+4f63-4f64, U+4f67, U+4f6a, U+4f6e-4f6f, U+4f72, U+4f74, U+4f76-4f7b, U+4f7d-4f7e, U+4f80-4f82, U+4f84, U+4f89-4f8a, U+4f8e-4f94, U+4f96-4f98, U+4f9a, U+4f9e, U+4fa0-4fa3, U+4fa5-4fa8, U+4faa-4fac, U+4fb2-4fb3, U+4fb7-4fba, U+4fc0-4fc1, U+4fc5-4fc7, U+4fcb, U+4fcd-4fce, U+4fd1, U+4fd3-4fd4, U+4fd8-4fdc, U+4fdf, U+4fe2-4fe5, U+4fe8-4fea, U+4fec-4fed, U+4ff3-4ff6, U+4ff8-4ffa, U+4ffd, U+5000, U+5002, U+5005, U+5008, U+500c, U+500f, U+5013-5015, U+501b-501c, U+501e, U+5022-5025, U+5027-5028, U+502c-502e, U+5030-5032, U+5036, U+503a-503b, U+503e;
}
/* [84] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.84.woff2) format('woff2');
  unicode-range: U+3f97, U+4102, U+411b, U+4181, U+43c8, U+4552, U+4576, U+46e5, U+4837, U+493d, U+4a3b, U+4d09, U+4db6-4dbf, U+4e02, U+4e04-4e05, U+4e0c, U+4e0f-4e10, U+4e15, U+4e17, U+4e1b, U+4e21-4e22, U+4e25, U+4e27, U+4e31, U+4e34, U+4e36-4e37, U+4e3d, U+4e3f-4e42, U+4e44, U+4e47, U+4e49, U+4e4c, U+4e52-4e54, U+4e57, U+4e5a-4e5b, U+4e60-4e61, U+4e69, U+4e6d, U+4e78, U+4e80-4e81, U+4e85, U+4e87, U+4e89-4e8a, U+4e8d, U+4e8f, U+4e93, U+4e96, U+4e98-4e99, U+4e9c, U+4e9f-4ea0, U+4ea2, U+4ea5, U+4ea9, U+4eb0, U+4eb2-4eb3, U+4eb5-4eb7, U+4eb9, U+4ebb-4ebc, U+4ebf, U+4ec2-4ec6, U+4ec8-4ec9, U+4ecf, U+4ed1, U+4ed3, U+4edc-4ee1, U+4ee7-4eeb, U+4eee-4eef, U+4ef1, U+4ef3-4ef5, U+4efa, U+4efc, U+4f00, U+4f02-4f03, U+4f05, U+4f07-4f09, U+4f0b, U+4f0e, U+4f15, U+4f17, U+4f1d-4f1f, U+4f22, U+4f24, U+4f29-4f2b;
}
/* [85] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.85.woff2) format('woff2');
  unicode-range: U+3052, U+305c, U+3062, U+306d, U+307a, U+307c, U+3080, U+308e, U+3090-3091, U+3099-309e, U+30a5, U+30c2, U+30c5, U+30ee, U+30f0-30f2, U+30f4-30f6, U+30fd-30fe, U+3105-3106, U+3108, U+310a-310b, U+310d-3112, U+3115-3117, U+3119, U+3131, U+3134, U+3137, U+3139, U+3141-3142, U+3145, U+3147-3148, U+314b, U+314d-314f, U+3153, U+315c, U+3160-3161, U+3163-3164, U+3181, U+318d, U+3192-3193, U+3196-3198, U+319d-319f, U+3220-3226, U+3231, U+3268, U+3281, U+328b, U+3291-3292, U+3295-3297, U+3299, U+329d, U+329f, U+32a3-32a4, U+32d6, U+32e1, U+3314, U+3322, U+337f, U+338e-338f, U+339c-339e, U+33a1, U+33c4, U+33d1-33d2, U+3440, U+3449, U+3479, U+3551, U+3569, U+35ad, U+35ce, U+36ac, U+373a, U+3863, U+38ec, U+39b8, U+3a02, U+3a17, U+3a52, U+3b22, U+3bd7, U+3bff, U+3ca5, U+3d68, U+3ddb, U+3de7, U+3deb, U+3e03, U+3e74, U+3f08, U+3f0e, U+3f21;
}
/* [86] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.86.woff2) format('woff2');
  unicode-range: U+2748-274f, U+2752-275b, U+275d-275e, U+2761, U+2763, U+2765-2769, U+276e-276f, U+2771, U+2776-277e, U+2780-2782, U+278a-278c, U+2794-2796, U+2798-2799, U+279c-27a6, U+27a8-27ab, U+27ad, U+27af-27b0, U+27b2-27b3, U+27b7-27b9, U+27bc-27bd, U+27bf, U+27e9-27eb, U+27f5-27f6, U+2800, U+28ec, U+2922, U+2934-2935, U+29bf, U+2a2f, U+2b05-2b07, U+2b1b, U+2b50, U+2b55, U+2cf5, U+2e1c-2e1d, U+2f00, U+2f08, U+2f12, U+2f24, U+2f29, U+2f2f, U+2f3c, U+2f3f, U+2f42, U+2f45, U+2f63-2f64, U+2f83, U+2f8f, U+3003-3007, U+3012-3013, U+3016-3019, U+3020-3025, U+3030, U+303d, U+3041, U+3043, U+3045, U+3047, U+3049;
}
/* [87] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.87.woff2) format('woff2');
  unicode-range: U+2649-2656, U+2658-265c, U+265e-2660, U+2662-2664, U+2666-2669, U+266b-266f, U+267b, U+2692-2696, U+2698, U+269b-269c, U+26a0-26a1, U+26a3-26a5, U+26aa-26ac, U+26bd-26be, U+26c4-26c5, U+26c8, U+26d1, U+26d3-26d4, U+26e4, U+26e9-26ea, U+26f0-26f5, U+26f9-26fa, U+26fd, U+2701-2702, U+2704-2706, U+2708, U+270a-2712, U+2714, U+2716-2727, U+2729-273e, U+2740-2747;
}
/* [88] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.88.woff2) format('woff2');
  unicode-range: U+2566-2570, U+2572, U+2574, U+2579, U+2580-258a, U+258c-2595, U+2597, U+25a1, U+25a3-25a4, U+25a6-25ac, U+25b0, U+25b4, U+25b7-25b9, U+25bb, U+25bd, U+25bf-25c2, U+25c7-25ca, U+25cc-25cd, U+25d0-25d9, U+25dc-25e6, U+25ea-25eb, U+25ef, U+25fb-25fe, U+2600-2604, U+2607, U+2609-260b, U+260d-2615, U+2618, U+261a-2623, U+262a, U+262d-2630, U+2638-263e, U+2641-2642, U+2648;
}
/* [89] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.89.woff2) format('woff2');
  unicode-range: U+2475-2481, U+2488-2491, U+24b6-24c5, U+24c7-24ca, U+24cc, U+24ce, U+24d0-24df, U+24e1-24ea, U+24f5, U+24ff, U+2501, U+2503-250d, U+250f-2511, U+2513-2515, U+2517-2518, U+251b-251d, U+2520, U+2523-2524, U+2528, U+252b-252c, U+252f, U+2533-2534, U+2537, U+253b-253c, U+2541, U+2543-2545, U+254b, U+2550-2565;
}
/* [90] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.90.woff2) format('woff2');
  unicode-range: U+2139, U+2153, U+2194-2197, U+2199, U+219d-219e, U+21a0, U+21a9-21aa, U+21ac, U+21af-21b1, U+21b3-21b5, U+21ba-21bb, U+21c4, U+21ca, U+21cc, U+21d0, U+21d2-21d4, U+21d8, U+21dd, U+21e2-21e9, U+2200, U+2202, U+2205-2208, U+220e-220f, U+2211-2212, U+2215, U+2217-221a, U+221d-2220, U+2225, U+2227-222b, U+222e, U+2234-2237, U+223c-223d, U+2248, U+2256, U+2260-2261, U+2264-2265, U+226a-226b, U+226e-226f, U+2282-2283, U+2295-2296, U+2299, U+22a5, U+22b0-22b1, U+22b9, U+22bf, U+22c5-22c6, U+22c8, U+22d0-22d1, U+22ee, U+2312-2313, U+2318, U+231a-231b, U+2323, U+2328, U+239d, U+23a0, U+23af, U+23e4, U+23e9-23ea, U+23ec, U+23f0-23f3, U+23fa, U+2445, U+2460-2471, U+2474;
}
/* [91] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.91.woff2) format('woff2');
  unicode-range: U+1ec0-1ec3, U+1ec5-1ec6, U+1ec9, U+1ecb-1ecd, U+1ecf-1ed1, U+1ed3-1ed5, U+1ed7-1edd, U+1edf, U+1ee1, U+1ee3-1ee7, U+1ee9, U+1eeb, U+1eed, U+1eef-1ef1, U+1ef3, U+1ef7, U+1ef9, U+1f62, U+1fa2, U+2001-2006, U+2009-200a, U+200c-200d, U+200f-2012, U+2015-2016, U+201a, U+201e, U+2020-2021, U+2023-2025, U+2028, U+202a-202d, U+202f-2030, U+2032-2033, U+2035, U+2038, U+203e-203f, U+2042-2044, U+2049, U+204d-204e, U+2060-2061, U+2063, U+2070, U+2074-207b, U+207d-2083, U+208a, U+208d-208e, U+20a1, U+20a4, U+20a6, U+20a8-20ab, U+20ad-20ae, U+20b1-20b3, U+20b5, U+20b8-20ba, U+20bd, U+20dd, U+20e3, U+2105, U+2109, U+2112-2113, U+2115-2117, U+2120-2121, U+2126, U+212b;
}
/* [92] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.92.woff2) format('woff2');
  unicode-range: U+11af, U+11b7, U+11bc, U+121b, U+122d, U+129b, U+12a0, U+13a6, U+13a9, U+13ac, U+13af, U+13b3, U+13c2, U+13e3, U+141b, U+1555, U+1557, U+15dc, U+15e8, U+1780-1782, U+1784-1785, U+1787, U+178a, U+178e-1791, U+1793-179c, U+179f, U+17a2, U+17b6-17b9, U+17bb-17bc, U+17bf-17c7, U+17c9, U+17cb, U+17d0, U+17d2, U+17db, U+1871, U+18fa, U+1bff, U+1d00, U+1d04-1d05, U+1d07, U+1d0a-1d0b, U+1d0d, U+1d0f, U+1d17-1d18, U+1d1b-1d1c, U+1d20-1d22, U+1d25, U+1d2c, U+1d2e, U+1d30-1d31, U+1d33-1d3a, U+1d3c, U+1d3e-1d42, U+1d52, U+1d55, U+1d5b, U+1d5e, U+1d9c, U+1da0, U+1dc4-1dc5, U+1e3b, U+1e43, U+1e45, U+1e47, U+1e63, U+1e6d, U+1e73, U+1ea0, U+1ea2, U+1ea4-1ea9, U+1eab-1eaf, U+1eb1, U+1eb3, U+1eb5, U+1eb7, U+1eb9, U+1ebb, U+1ebd-1ebe;
}
/* [97] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.97.woff2) format('woff2');
  unicode-range: U+2c8-2c9, U+2cc-2cd, U+2d0, U+2d8, U+2da, U+2dc, U+2e1-2e3, U+2e7, U+2eb, U+2ee, U+2f1-2ff, U+302-304, U+306-309, U+30c-30d, U+311, U+31b, U+321, U+323-325, U+328-329, U+32b-32c, U+32e-32f, U+331-33a, U+33c-33f, U+348, U+353, U+358-359, U+35c, U+35e-35f, U+361, U+363, U+367-368, U+36c, U+36f, U+530-535, U+537-540, U+55e, U+561-565, U+568-56d, U+56f-576, U+578-582, U+584, U+5a1, U+5a3-5a4, U+5aa, U+5ae, U+5b0-5b4;
}
/* [98] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.98.woff2) format('woff2');
  unicode-range: U+1af, U+1b1, U+1b4-1be, U+1d0, U+1d2, U+1d4, U+1da, U+1dc-1dd, U+1e1, U+1e3-1e4, U+1e7, U+1e9, U+1eb-1ec, U+1f0-1f1, U+1f3-1f5, U+1f7, U+1f9-1ff, U+219, U+221, U+225-226, U+228-22b, U+22e-22f, U+231-235, U+239, U+23b, U+23e, U+250-252, U+254-255, U+259-25e, U+261-263, U+268-26b, U+26d, U+26f-277, U+279-27a, U+27d-281, U+283, U+28a-28c, U+28f, U+292, U+294-296, U+298-29a, U+29c, U+29f, U+2a1-2a2, U+2a4-2a7, U+2a9-2aa, U+2ae-2b3, U+2b5-2b7, U+2b9-2bf, U+2c2-2c4, U+2c6-2c7;
}
/* [99] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.99.woff2) format('woff2');
  unicode-range: U+a1-a2, U+a4, U+a6-a8, U+aa, U+ac, U+af, U+b1, U+b5-b6, U+b8-ba, U+bc-be, U+c0-c8, U+ca-cc, U+ce-d5, U+d8-df, U+f0, U+f5, U+f8, U+fb, U+fe-100, U+102, U+105, U+107, U+109-10b, U+10f, U+112, U+115, U+117, U+119, U+11b, U+11f, U+121, U+123-124, U+127, U+129, U+12c-12d, U+130-13f, U+141-142, U+144, U+148, U+14b-14c, U+14f-153, U+159-15b, U+15e-160, U+163-166, U+169-16a, U+16d-171, U+173-17e, U+192, U+1a0, U+1a4, U+1aa, U+1ac-1ad;
}
/* [100] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.100.woff2) format('woff2');
  unicode-range: U+a3, U+2ca, U+2223, U+2640, U+273f, U+301c-301d, U+3107, U+310c, U+4e30, U+4e3e, U+4e5e, U+4e71, U+4f26, U+4f7c, U+4f83, U+50da, U+5243, U+5267, U+529e, U+5321, U+5352, U+5477, U+548b, U+54a6, U+54b2, U+54c2, U+54c4, U+54c6, U+54cd, U+54ee, U+5543, U+55d1, U+55d3, U+55f0, U+55fd, U+560d, U+5629, U+5660, U+57ae, U+57e0, U+57e4, U+5904, U+592d, U+5965, U+5a31, U+5a7f, U+5b5a, U+5bb8, U+5c14, U+5c3b, U+5c5c, U+5c5e, U+5d10, U+5e10, U+5e4c, U+603b, U+604d, U+611c, U+6137, U+61c8, U+6292, U+62c7, U+6371, U+6382, U+645f, U+64ae, U+64c2, U+651e, U+65f1, U+660a, U+663e, U+673d, U+6784, U+6789, U+67ff, U+6813, U+6854, U+68d8, U+68fa, U+697d, U+6a01, U+6a1e, U+6baf, U+6c08, U+6c17, U+6c2b, U+6c81, U+6cbd, U+6dc6, U+6df9, U+6ed9, U+6ee1, U+6f86, U+6fc1, U+6fdb, U+701f, U+7076, U+715c, U+7194, U+71fb, U+720d, U+72b6, U+7396, U+73af, U+745b, U+746f, U+748b, U+7647, U+7699, U+76bf, U+76ce, U+76de, U+77aa, U+786b, U+7881, U+78ca, U+793c, U+797a, U+79b9, U+79bb, U+79bf, U+7a92, U+7ac7, U+7ae3, U+7b19, U+7b20, U+7b51, U+7b94, U+7cbd, U+7cde, U+7cef, U+7d46, U+7dde, U+7f88, U+80da, U+814b, U+81cd, U+8235, U+8258, U+8282, U+82b9, U+846b, U+84c1, U+84d3, U+8518, U+8611, U+8783, U+8814, U+8a15, U+8aa6, U+8b2c, U+8ba8-8ba9, U+8bc6, U+8be2, U+8be6, U+8c22, U+8d05, U+8d27, U+8dbe, U+8e34, U+8e66, U+8ec0, U+9005, U+9082, U+9091, U+914b, U+916f, U+92c5, U+92f0, U+9318, U+9382, U+938a, U+93e2, U+964b, U+96c1, U+96cc-96cd, U+96db, U+973e, U+97a0, U+9803, U+9876, U+9879, U+9955, U+9986, U+99f1, U+9a5b, U+9abc, U+9c57, U+9c9c, U+9d1b, U+9d26, U+9d51, U+9eef, U+9f99, U+c2a4, U+e253, U+e313-e314, U+e5c7, U+e5c9, U+e8db-e8dc, U+ff25, U+ff2d-ff2e, U+ff34, U+ffe5, U+1f60a, U+1f618, U+1f62d;
}
/* [101] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.101.woff2) format('woff2');
  unicode-range: U+b4, U+10d, U+2d9, U+641, U+6cc, U+e20, U+e29, U+200e, U+20ac, U+2266, U+25be, U+301e, U+3058, U+4e07, U+4e1d, U+4e66, U+4ece, U+4fde, U+5016, U+5180, U+5199, U+51aa, U+5306, U+5386, U+53d8, U+5413, U+541d, U+5436, U+54ce, U+54e8, U+54fc, U+5571, U+557e, U+558e, U+55a7, U+56a8, U+57a2-57a3, U+58b3, U+5960, U+5992-5993, U+59a4, U+5a55, U+5ab2, U+5afb, U+5b56, U+5bc5, U+5bc7, U+5bf0, U+5cb1, U+5cc7, U+5dff, U+5e93, U+5ed3, U+5f6a, U+60bc, U+61ff, U+6218, U+6254, U+634d, U+6467, U+64f1-64f2, U+6582, U+65fb, U+6615, U+6687, U+66e6, U+66f0, U+6781, U+67f5, U+68a7, U+6a1f, U+6b27, U+6b4e, U+6b73, U+6b79, U+6bcb, U+6c5d, U+6cf5, U+6dee, U+6ec4, U+6ecc, U+6f88, U+6fef, U+701d, U+703e, U+707c, U+7099, U+710a, U+725f, U+72d9, U+72e9, U+731d, U+7325, U+739f, U+7463, U+7480, U+74a8, U+7523, U+7526, U+75e0, U+7613, U+7656, U+76d4, U+773a, U+775c, U+775e, U+780c, U+78e1, U+78f7, U+7960, U+7a20, U+7aaf, U+7b08, U+7b71, U+7be4, U+7cec, U+7cf0, U+7d5e, U+7d62, U+7dbe, U+7e1b, U+7ea2, U+7ec4, U+7ec6, U+7edc, U+7eed, U+7efc, U+7f16, U+7f57, U+7fb9, U+7fca, U+803d, U+816e, U+82a5, U+82b7, U+8317, U+8338, U+834a, U+83d3, U+8401, U+8469, U+849e, U+854a, U+8559, U+865e, U+86e4, U+8700, U+8759, U+8760, U+8778, U+8782, U+879e, U+87d1, U+880d, U+8836, U+8944, U+89c8, U+8aac, U+8b74, U+8ba2, U+8ba4, U+8bae, U+8bfb, U+8c4e, U+8cb3, U+8cb6, U+8d16, U+8d28, U+8e44, U+8f3b, U+8f3f, U+8f91, U+8fb9, U+8fc4, U+8fde, U+8ff9, U+9076, U+90ae, U+90b8, U+9257, U+9310, U+93df, U+94fe, U+95a5, U+95a9, U+962e, U+968f-9690, U+9704, U+9713, U+97f6, U+9824, U+986b, U+9884, U+9886, U+98e2, U+991a, U+99a5, U+99dd, U+9ab8, U+9b41, U+9b77, U+9bad, U+c774, U+e5d4, U+fe52, U+ff02, U+1f389, U+1f449, U+1f495;
}
/* [102] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.102.woff2) format('woff2');
  unicode-range: U+2cb, U+5d1, U+5d9, U+5e2, U+5e8, U+5ea, U+633, U+e32, U+2252, U+2267, U+2573, U+25b3, U+25c4, U+2713, U+2715, U+30e2, U+4e28, U+4e3c, U+4e4d, U+4e70, U+4f88, U+4fef, U+5018, U+501a, U+5026, U+5137, U+513f, U+51f3, U+524b, U+5254, U+52d8, U+5308, U+5384, U+53cc, U+5443, U+5466, U+54a7-54a8, U+54bd, U+54c9, U+54cb, U+555e, U+556a, U+5580, U+560e, U+5614, U+561f, U+562f, U+566c, U+5679, U+56bc, U+56cd, U+56e7, U+56ed, U+572d, U+57d7, U+582f, U+589f, U+5b09, U+5ba5, U+5c51, U+5c90, U+5cef, U+5d16, U+5d84, U+5dd4, U+5e08, U+5e26, U+5f0a, U+5f20, U+606c, U+61c7, U+620f, U+625b, U+62a4, U+62d0, U+62f1, U+63a0, U+63c6, U+63f9, U+6413, U+6417, U+6483, U+64f7, U+650f, U+65a7, U+665f, U+66ae, U+66d6, U+66e0, U+6746, U+6756, U+67d1, U+6837, U+68d7, U+68e0, U+68f5, U+6977, U+6995, U+69a8, U+69b4, U+69d3, U+6a3d, U+6abb, U+6bb7, U+6bd3, U+6c47, U+6cc4, U+6cd3, U+6dae, U+6e26, U+6e29, U+6e5b, U+6eaf, U+6eba, U+7028, U+70b3, U+711a, U+733f, U+73c0, U+73ee, U+7444, U+745a, U+7487, U+7540, U+75a4, U+7729, U+779e, U+798e, U+79cd, U+79e9, U+7a3d, U+7a4c, U+7a9f, U+7ac4, U+7aff, U+7b77, U+7c27, U+7ca7, U+7cd9, U+7d76, U+7e43, U+7ea6, U+7ed9, U+7ff1, U+808b, U+809b, U+80fa, U+827a, U+8309, U+8328, U+832b, U+8396, U+83e0, U+840e, U+8425, U+852d, U+853b, U+8588, U+85e9, U+86b5, U+8718, U+87ec, U+8910, U+893b, U+89c1-89c2, U+8b3e, U+8baf, U+8bc1, U+8bcd, U+8bdd, U+8c41, U+8c48, U+8d2d, U+8d5e, U+8fbe, U+9015, U+90a8, U+90b5, U+90e1, U+9169, U+9183, U+91d0, U+91dc, U+9293, U+92f8, U+9472, U+9598, U+95ed, U+95fb, U+9605, U+96c7, U+9739, U+9742, U+9761, U+99ad, U+9ae6, U+9b1a, U+9b44, U+9bc9, U+9d3f, U+9dd7, U+9e7c, U+9e92, U+fe5d-fe5e, U+ff22-ff24, U+ff2f-ff30, U+ff33;
}
/* [103] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.103.woff2) format('woff2');
  unicode-range: U+60, U+f7, U+161, U+2198, U+2571, U+258b, U+25b6, U+2661, U+3051, U+3109, U+4e11, U+4e1c, U+4e24, U+4e2b, U+4ef7, U+4f18, U+4f36, U+4fd0, U+5029-502a, U+5055, U+508d, U+50ad, U+50d5, U+50e7, U+50f1, U+50f5, U+51a5, U+51c8, U+51fb, U+5203, U+524e, U+5288, U+5323, U+53c2, U+5458, U+54b1, U+54b3, U+54b8, U+5582, U+55b2, U+55ba, U+55da, U+55dc, U+5662, U+5678, U+56c2, U+5742, U+57d5, U+5862, U+58e4, U+58f0, U+5907, U+590d, U+5934, U+5978, U+5984, U+5a25, U+5c06, U+5c62, U+5c91, U+5cfb, U+5d01, U+5d11, U+5d1b, U+5e87, U+5eff, U+5f27, U+5f3a, U+5f53, U+5f64, U+6001, U+6168, U+61a9, U+6233, U+62a5, U+62ce, U+62ed, U+638f, U+6399, U+63c0, U+646f, U+6590, U+6631, U+664f, U+6689, U+66dc, U+672f, U+67af, U+67ec, U+6807, U+6a44, U+6c14, U+6c40, U+6c70, U+6c76, U+6cb8, U+6ce3, U+6df3, U+6e20, U+6e43, U+6ebc, U+6eec, U+6f2c, U+6fb1, U+7009, U+7011, U+701a, U+7117, U+7184, U+72f9, U+7426, U+74bd, U+74cf, U+752b, U+7554, U+75b9, U+7621, U+7671-7672, U+7693, U+76ef, U+7737, U+77a7, U+77b3, U+77bb, U+77da, U+77e2, U+77e9, U+77ef, U+7801, U+7940, U+797f, U+79a7, U+79b1, U+79bd, U+7a6b, U+7ac5, U+7b1b, U+7dab, U+7db4, U+7db8, U+7dcb, U+7ddd, U+7de0, U+7e55, U+7e9c, U+7ed3, U+7ef4, U+803f, U+8046, U+8087, U+8116, U+81a8, U+8214, U+821c, U+82d4, U+8305, U+831c, U+8335, U+8339, U+8350, U+8354, U+8526, U+860a, U+86db, U+8713, U+873b, U+8822, U+8993, U+8a1f, U+8ab9, U+8ad7, U+8e72, U+8f4e, U+8f9c, U+8fd0, U+8fd8, U+8fe6, U+9042, U+907c, U+91ba, U+9452, U+9591, U+95e2, U+9631, U+9699, U+96b8, U+9709, U+978d, U+9811, U+9830, U+98ce, U+9945, U+99ed, U+9a8c, U+9ad3, U+9baa, U+9be8, U+9c77, U+9cf6, U+9d72, U+9e1f, U+9ec4, U+fe31, U+fe55, U+ff03, U+ff20, U+ff3b, U+ff3d, U+1f3fb, U+1f44d, U+1f60d;
}
/* [104] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.104.woff2) format('woff2');
  unicode-range: U+10c, U+e44, U+2728, U+3081, U+4e13, U+4e19, U+4e1e, U+4e5c, U+4ea7, U+4ed7, U+4f20, U+4f8d, U+4ffe, U+5021, U+515c, U+51a4, U+51e0, U+521b, U+522b, U+532a, U+534e, U+5355, U+537f, U+5398, U+539d, U+541f, U+543c, U+544e, U+5509, U+5598, U+5622, U+5632, U+563f, U+5641, U+566a, U+5695, U+569f, U+56ae, U+56da, U+573a, U+574e, U+5835, U+584c, U+5885, U+58ae, U+5a1f, U+5ac2, U+5b24, U+5bb0, U+5bde, U+5be1, U+5bfc, U+5c39, U+5c4c, U+5c60, U+5e76, U+5e7f, U+5e9a, U+5eb8, U+5f13, U+5f6c, U+6127, U+61f2, U+6208, U+620a, U+620c, U+6252, U+62ef, U+6328, U+633d, U+6362, U+63b0, U+63c9, U+640f, U+64a9, U+6514, U+652c, U+655e, U+6583, U+658c, U+6627, U+66f3, U+6734, U+6743, U+676d, U+67c4, U+67da, U+68cd, U+68f2, U+690e, U+6ab3, U+6b16, U+6b38, U+6b3d, U+6bc6, U+6ca1, U+6cab, U+6d8c, U+6dea, U+6e32, U+6e3e, U+6e58, U+6eef, U+6ef2, U+6fe4, U+708a, U+7130, U+7165, U+7172, U+71c9, U+71ed, U+7232, U+7239, U+7261, U+7280, U+72a7, U+72f8, U+73c8, U+7464, U+753b, U+754f, U+755c, U+75d8, U+76ea, U+776b, U+7779, U+777f, U+7784, U+778e, U+77db, U+77ee, U+79e4, U+7a46, U+7a57, U+7aba, U+7aed, U+7b4d, U+7c7b, U+7c7d, U+7d13, U+7d33, U+7dbb, U+7df9, U+7e46, U+7ea7, U+8085, U+8165, U+81fb, U+82b8, U+82d3, U+8343, U+839e, U+83e9, U+840d, U+851a, U+853d, U+8543, U+859b, U+85fb, U+87fb, U+888d, U+88c5, U+8adc, U+8b0a, U+8bb0, U+8bbe, U+8bc4, U+8bf4, U+8c5a, U+8cc3, U+8ce4, U+8d44, U+8e81, U+8f44, U+8f66, U+8fdb, U+900d, U+9063, U+914c, U+9223, U+9226, U+923a, U+925b, U+9264, U+929c, U+92b9, U+9320, U+934d, U+935b, U+9444, U+957f, U+96a7, U+97ad, U+97cc, U+9898, U+98ea, U+9921, U+9952, U+9a55, U+9b0d, U+9b91, U+9bca, U+9ebd, U+9f4b, U+e60f-e610, U+ff1c-ff1d, U+ff21, U+ff38, U+ff9f, U+fffd, U+1f602;
}
/* [105] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.105.woff2) format('woff2');
  unicode-range: U+e17, U+e22, U+2103, U+25a0, U+266a, U+3014-3015, U+4e1a, U+4e50, U+4f10, U+4f6c, U+4f70, U+4fcf, U+5006, U+50d1, U+5170, U+518c, U+51f0, U+51f6, U+51f9, U+5219, U+5256, U+525d, U+52c9, U+5349, U+5351, U+5356, U+5375, U+53db, U+53ee, U+53f7, U+5492, U+54fa, U+5538, U+55bb, U+55e8, U+5757, U+58be, U+5937, U+59dc, U+59e8, U+5a49, U+5a9a-5a9b, U+5ab3, U+5b9b, U+5b9e, U+5be8, U+5c37, U+5c4e, U+5d14, U+5d19, U+5d4c, U+5d50, U+5deb, U+5e84, U+5e94, U+5ec2, U+5f17, U+5f26, U+5f55, U+5f77, U+5f7f, U+5fbd, U+6052, U+6064-6065, U+608d, U+609a, U+6101, U+611a, U+614c, U+621a, U+6237, U+6284, U+6296, U+62e9, U+632a-632b, U+634f, U+6488, U+6500, U+652a, U+6556, U+65e0, U+65ec, U+6643, U+679a, U+6850, U+6893, U+6897, U+68b3, U+68d5, U+6930, U+6960, U+6a11, U+6a38, U+6a3a, U+6b22, U+6b67, U+6b6a, U+6c59, U+6c83, U+6ccc, U+6df5, U+6ef7, U+6f3e, U+6f80, U+70ed, U+7164, U+722a, U+7260, U+7272, U+73b0, U+74ca, U+74e3, U+7538, U+7586, U+75b5, U+7624, U+7661-7662, U+7838, U+786e, U+788c, U+7950, U+79a6, U+79aa, U+7a40, U+7a62, U+7bf7, U+7c3e, U+7c98, U+7ca5, U+7d21, U+7d2e, U+7dba, U+7dec, U+7e79, U+7ecf, U+7edf, U+7f79, U+8086, U+810a, U+8139, U+813e, U+817a, U+81b3, U+821f, U+8247, U+8259, U+8271, U+8431, U+846c, U+849c, U+84b2, U+84c4, U+8513-8514, U+8549, U+8755, U+8877, U+8881, U+88f9, U+8a1d, U+8a3c, U+8a6d-8a6e, U+8a93, U+8ae7, U+8af7, U+8b17, U+8b5a, U+8ba1, U+8bba, U+8cdc, U+8dea, U+8f6c, U+8f7d, U+8fc7, U+8fd9, U+902e, U+90ca, U+916a, U+916c, U+921e, U+9245, U+947c, U+9594, U+95a8, U+95ee, U+95f4, U+9706, U+971e, U+9756, U+980c, U+9891, U+98b1, U+98fc, U+9903, U+9957, U+99ae, U+99ff, U+9db4, U+e602-e605, U+e611, U+ff16-ff19;
}
/* [106] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.106.woff2) format('woff2');
  unicode-range: U+a5, U+2190-2191, U+2193, U+22c1, U+2302, U+25cb, U+2699, U+2709, U+4e0e, U+4e18, U+4e3a, U+4e48, U+4e91, U+4eec, U+4f3d, U+5112, U+524a, U+52a3, U+52ab, U+52c3, U+52f3, U+52fb, U+5320, U+5339, U+533f, U+53e2, U+543e, U+5480, U+5495, U+5497, U+5564, U+5572, U+55c6, U+55ef, U+563b, U+5653, U+5657, U+56b7, U+5764, U+5824, U+58d8, U+5955, U+5983, U+598d, U+59a8, U+59da, U+59e6, U+5a36, U+5bb5, U+5bc2, U+5bee, U+5bf9, U+5cb3, U+5d17, U+5dbc, U+5e2e, U+6070, U+60df, U+6190, U+61a4, U+61be, U+61fc, U+62ac, U+62bc, U+636e, U+6398, U+63a9, U+6435, U+6487, U+6495, U+64ab, U+64bf, U+6577, U+65ac, U+6602, U+6652, U+66f9, U+672d, U+6761, U+683d, U+68ad, U+68b5, U+68da, U+68e7, U+6a59, U+6a61, U+6ae5, U+6b47, U+6bef, U+6c50, U+6c9b, U+6e23, U+6e34, U+6e4a, U+6e67, U+6ea2, U+6eb6, U+6f20, U+6feb, U+7149, U+714c, U+715e, U+7199, U+71ac, U+7231, U+7262, U+7409, U+745f, U+7469, U+7504, U+7535, U+753a, U+75f4, U+7682, U+76ba, U+76f2, U+77fd, U+780d, U+7832, U+78c5, U+78ef, U+7901, U+79be, U+79c9, U+79e6, U+7a1a, U+7a84, U+7aca, U+7cb5, U+7cb9, U+7cdf, U+7ce7, U+7d6e, U+7db1, U+7def, U+7e61, U+7e7d, U+7e8f, U+7f38, U+7f77, U+7fa8, U+7fc5, U+7fe1, U+7ff9, U+800d, U+8015, U+8054, U+80a2, U+80aa, U+80ba, U+814e, U+8180, U+819d, U+81c0, U+828b, U+82ad, U+82af, U+83f1, U+83f8, U+8403, U+8475, U+84bc, U+84c9, U+84ec, U+8523, U+8569, U+8591, U+85b0, U+86d9, U+8774, U+881f, U+884d, U+88d4, U+89c4, U+89c6, U+8a60, U+8a79, U+8b19, U+8bd5, U+8bf7, U+8c03, U+8c79, U+8cc8, U+8d9f, U+8e10, U+8e48, U+8faf, U+9009, U+9017, U+9175, U+9187, U+918b, U+91d8, U+9214, U+946b, U+9470, U+9640, U+9675, U+96ef, U+9716, U+97cb, U+97e9, U+985b, U+99b3, U+9b4f, U+9d09, U+9e9f, U+9edb, U+9f90, U+ff05, U+ff14, U+1f464;
}
/* [107] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.107.woff2) format('woff2');
  unicode-range: U+25ce, U+4e08, U+4e2a, U+4e56, U+4e9a, U+4ea8, U+4ead, U+4ec7, U+4f3a, U+4f51, U+4f62, U+4faf, U+507d, U+5098, U+50ac, U+5147, U+5173, U+5187, U+51f8, U+52a1, U+52a8, U+52f8, U+535c, U+53ed, U+541e, U+5435, U+5475, U+54a9, U+54c0, U+54c7, U+5589, U+5605, U+5690, U+5733, U+5782, U+57c3, U+5858, U+5893, U+589c, U+58e2, U+5974, U+599e, U+59a5, U+59ec, U+5b66, U+5b99, U+5b9d, U+5c2c, U+5c48, U+5c65, U+5cfd, U+5d0e, U+5dba, U+5de2, U+5e06, U+5e15, U+5ec1, U+5ed6, U+5f00, U+5f4c, U+5f65, U+6055, U+609f, U+60b6, U+6241, U+624e, U+626f, U+6291, U+62cc, U+62d3, U+62d8, U+62da, U+62fe, U+6349, U+6367, U+63ea, U+6454, U+64a4, U+64b2, U+64bc, U+64c5, U+64ce, U+6558, U+6572, U+65a5, U+65e8, U+65ed, U+6606, U+6614, U+6670, U+6688, U+673a, U+674f, U+6770, U+6795, U+68cb, U+6912, U+6953, U+6aac, U+6aaf, U+6ab8, U+6b20, U+6b96, U+6bbf, U+6bc5, U+6c6a, U+6cbe, U+6d59, U+6d78, U+6dc7, U+6deb, U+6e7e, U+6e9c, U+6f3f, U+6f51, U+6f70, U+6f84, U+704c, U+7051, U+70ab, U+70ad, U+70f9, U+7119, U+714e, U+71d9, U+71e5-71e6, U+72c4, U+72d0, U+72e0, U+7334, U+744b, U+7455, U+74f7, U+7529, U+75ab, U+75b2, U+766e, U+76c3, U+76fc, U+76fe, U+7891, U+7948, U+7a74, U+7b28, U+7c60, U+7c72, U+7cca, U+7ebf, U+7f55, U+7ff0, U+8154, U+81c2, U+81d8, U+81e3, U+81e5, U+8292, U+8299, U+8302, U+8304, U+8332, U+83c1, U+83c7, U+83ca, U+845b, U+8490, U+85af, U+8650, U+8667, U+8abc, U+8b0e, U+8b39, U+8bed, U+8c54, U+8c6b, U+8c9e, U+8ca7, U+8caa-8cab, U+8ce6, U+8cec-8ced, U+8eb2, U+8eba, U+8fb0, U+901d, U+908f, U+9127, U+91c0, U+9215, U+92b3, U+932b, U+93fd, U+95ca, U+964c, U+96c0, U+970d, U+9774, U+97fb, U+9812, U+9817, U+9913, U+9935, U+99c1, U+9b31, U+9d5d, U+9d6c, U+9e79, U+fe0f, U+fe30, U+ff0b, U+ff10, U+ff15;
}
/* [108] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.108.woff2) format('woff2');
  unicode-range: U+b0, U+926, U+928, U+939, U+93f-940, U+94d, U+200b, U+22ef, U+25ba, U+25c6, U+2665, U+4e4f, U+4e59, U+4f0d, U+4f0f, U+4f19, U+4f59, U+4fae, U+5075, U+50b2, U+50b5, U+511f, U+5141, U+5146, U+514c, U+5185, U+51dd, U+51fd, U+522e, U+5319, U+533a, U+5378, U+53ad, U+53c9, U+53d1, U+53d4, U+543b, U+5442, U+5446, U+5481, U+54e9, U+5507, U+5565, U+559a, U+55aa, U+5606, U+56ca, U+56fe, U+582a, U+58fa, U+5915, U+5949, U+5962, U+5996, U+59fb, U+5a77, U+5b0c, U+5b5f, U+5bd3, U+5be2, U+5bfa, U+5c41, U+5ca9, U+5d07, U+5ec8, U+5eca, U+5f18, U+5f4e, U+5f59, U+5f6d, U+5f79, U+5fb9, U+6028, U+6062, U+6068, U+606d, U+6094, U+60f1, U+6108-6109, U+614e, U+6170, U+617e, U+61b2, U+61f8, U+6247, U+626d, U+6276, U+62ab, U+62cb, U+62f3, U+6368, U+6380, U+6492, U+64b0, U+64e0, U+6570, U+660f, U+6649, U+6691, U+66a8, U+6749, U+67f1, U+67f3-67f4, U+6842, U+6851, U+687f, U+68df, U+69fd, U+6a58, U+6c27, U+6c88, U+6cca, U+6cdb, U+6d29, U+6d66, U+6daf, U+6f01, U+6f06, U+6f58, U+6f62, U+6f6d, U+6fa1, U+6ff1, U+6ffe, U+7058, U+70ae, U+7235, U+7267, U+73ca, U+742a, U+758f, U+75bc, U+76c6, U+7740, U+7955, U+7a00, U+7a3b, U+7b4b, U+7bad, U+7be9, U+7c4c, U+7cfe, U+7dbf, U+7e2b, U+7e31, U+7f9e, U+7fc1, U+7ffc, U+8096, U+809d, U+80de, U+8108, U+8155, U+816b, U+81df, U+8277, U+82bd, U+8352, U+8393, U+8404, U+8525, U+856d, U+8587, U+8606, U+868a, U+8776, U+87ba, U+87f9, U+886b, U+8870, U+88d5, U+896a, U+896f, U+8a23, U+8a87, U+8ad2, U+8b00, U+8b20, U+8cb8, U+8cca, U+8ce0, U+8d39, U+8d6b, U+8d81, U+8db4, U+8e29, U+8ef8, U+8f1b, U+8f5f, U+8fa8, U+906e, U+9077, U+90aa, U+90b1, U+90c1, U+9165, U+919c, U+92c1, U+95d6, U+95e8, U+975a, U+98c6, U+9ecf, U+9f0e, U+9f52, U+feff, U+ff06, U+ff0a, U+ff12-ff13;
}
/* [109] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.109.woff2) format('woff2');
  unicode-range: U+627-629, U+631, U+639, U+644, U+64a, U+25cf, U+2606, U+2764, U+3008-3009, U+4e1f, U+4e38, U+4e43, U+4ed5, U+4ef0, U+4eff, U+4fb6, U+4fe0, U+5085, U+50a2, U+50be, U+5118, U+5211-5212, U+5272, U+52fe, U+5366, U+53b2, U+53ec, U+54ac, U+5587, U+55b5, U+561b, U+5751, U+576a, U+57cb, U+58ef, U+592f, U+594f, U+5951, U+5954, U+596e, U+59d1, U+5ac1, U+5acc, U+5b8b, U+5c4d, U+5c6f, U+5ca1, U+5d29, U+5de1, U+5dfe, U+5e7d, U+5edf, U+5ef7, U+5f7c, U+5f81, U+5fa1, U+5faa, U+5fcc, U+5ffd, U+6021, U+6046, U+6155, U+6212, U+62b9, U+6316, U+6350, U+6478, U+647a, U+6490, U+64e6, U+6524, U+6591, U+659c, U+65a4, U+65e6, U+65f6, U+6607, U+6674, U+6765, U+679d, U+68a8, U+6b3a, U+6c57, U+6c61, U+6c90, U+6cbf, U+6d69, U+6db5, U+6dcb, U+6dd1, U+6e21, U+70d8, U+71c3, U+71d5, U+722c, U+727d, U+72ac, U+72fc, U+731c, U+7336, U+7344, U+7384, U+73ab, U+7433-7434, U+745c, U+7470, U+758a, U+75d5, U+7652, U+76c8, U+76e7, U+7709, U+7720, U+7747, U+7763, U+77ac-77ad, U+7802, U+78a7, U+78a9, U+78b3, U+78c1, U+78da, U+7926, U+796d, U+798d, U+7aae, U+7b52, U+7c92, U+7d68, U+7d81, U+7e5e, U+7e69, U+7e73, U+7f50, U+7f70, U+7f75, U+8058, U+8070, U+80c3, U+8105-8106, U+8179, U+818f, U+81a9, U+81ed, U+820c-820d, U+82d1, U+838e, U+83cc, U+8461, U+84b8, U+852c, U+857e, U+85e4, U+863f, U+8679, U+86c7, U+8702, U+8896, U+88c2, U+88f8, U+8af8, U+8b7d, U+8ca2, U+8cc0, U+8d64, U+8d74, U+8d99, U+8e5f, U+8e8d, U+8ecc, U+8ed2, U+8fb1, U+8fc5, U+9022, U+9038, U+903e, U+905c, U+9072, U+9081, U+9189, U+9234, U+92d2, U+934a, U+95a3, U+962a, U+9646, U+9676, U+96d5, U+971c, U+9838, U+9875, U+98c4, U+99db, U+9a45, U+9a5f, U+9a6c, U+9ad2, U+9cf4, U+9d28, U+9daf, U+9df9, U+9e7d, U+9f9c, U+ff11, U+ff1e;
}
/* [110] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.110.woff2) format('woff2');
  unicode-range: U+2500, U+25bc, U+4e95, U+4f50, U+4f54, U+4f69, U+4fc4, U+4fca, U+5009, U+50bb, U+5154, U+51cc, U+528d, U+5291, U+52d2, U+52e4, U+5353, U+5360, U+540a-540b, U+5410, U+54f2, U+5510, U+5514, U+5537, U+558a, U+55ac, U+5617, U+56fd, U+573e, U+5766, U+5783, U+57d4, U+5806, U+5821, U+5857, U+5875, U+58f9, U+596a, U+59ae, U+59c6, U+59ca, U+59ff, U+5a03, U+5ae9, U+5b64, U+5bb4, U+5c3f, U+5e16, U+5e45, U+5e72, U+5ec9, U+5f90-5f92, U+6012, U+6016, U+6084-6085, U+6089, U+60a0, U+60a3, U+60b2, U+60d1, U+60f9, U+6148, U+6158, U+6191, U+626e, U+62d4, U+632f, U+633a, U+6355, U+63aa, U+642c, U+64a5, U+64cb, U+6566, U+6575, U+6597, U+660c, U+66b1, U+66ec, U+6731, U+6735, U+675c, U+67ef, U+6846, U+6876, U+6881, U+68af-68b0, U+68c9, U+6905, U+6b98, U+6bc0, U+6beb, U+6c0f, U+6c1b, U+6c41, U+6ce5, U+6cf3, U+6d25, U+6d2a, U+6d3d, U+6d6e, U+6dd8, U+6dda, U+6dfa, U+6e9d, U+6eaa, U+6ec5, U+6ecb, U+6ef4, U+6f0f, U+6f32, U+707d, U+708e, U+7092, U+716e, U+723a, U+731b, U+7345, U+7375, U+7378, U+73b2, U+74e6, U+75be, U+75de, U+764c, U+76dc, U+788e, U+7897, U+789f, U+78b0, U+790e, U+7965, U+7a4e, U+7aa9, U+7c43, U+7d17, U+7dd2, U+7e96, U+7f51, U+7f69, U+7f72, U+7fd4, U+7fe0, U+8017, U+80a9, U+80d6, U+8102, U+8150, U+8178, U+81bd, U+829d, U+82ac, U+8303, U+840c, U+8482, U+8499, U+85a9-85aa, U+883b, U+8861, U+88c1, U+88cf, U+88d9, U+8a3a, U+8a98, U+8aee, U+8c8c, U+8ce2, U+8d0f, U+8da8, U+8dcc, U+8e0f, U+8e22, U+8f1d, U+8f29, U+8fad, U+9003, U+9006, U+903c, U+904d, U+9059, U+9075, U+90ce, U+90ed, U+9130, U+91ac, U+91e3, U+9285, U+9298, U+92ea, U+9326, U+937e, U+93c8, U+95c6, U+9677, U+9727, U+994b, U+99a8, U+99d0, U+9a30, U+9a37, U+9b42, U+9b45, U+9d3b, U+9e7f, U+9ee8, U+9f3b, U+c5b4;
}
/* [111] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.111.woff2) format('woff2');
  unicode-range: U+5e, U+2502, U+2605, U+4e32, U+4e58, U+4ea1, U+4ef2, U+4f2f-4f30, U+4f75, U+4fd7, U+4ff1, U+501f, U+5049, U+5074, U+5091, U+5144, U+517c, U+51c6, U+51cd, U+5269-526a, U+52aa, U+52c1, U+52c7, U+52df, U+5377, U+541b, U+5439, U+5440, U+5448, U+54aa, U+54e6, U+54ed, U+5674, U+5687, U+585e, U+588a, U+58a8, U+58c1, U+5925, U+5948, U+5999, U+59b3, U+5a1c, U+5a46, U+5b54, U+5b5d, U+5b6b, U+5b8f, U+5bd2, U+5be9, U+5c0a, U+5c16, U+5c46, U+5cf0, U+5e25, U+5e3d, U+5e79, U+5ee2, U+5f04, U+5f31, U+5fcd, U+5fe0, U+60dc, U+6163, U+616e, U+6182, U+61f6, U+622a, U+6258, U+6293, U+62c6, U+62d2, U+6372, U+63da, U+63ed-63ee, U+6416, U+6458, U+649e, U+64ec, U+64f4, U+651c, U+65cb, U+65e2, U+65fa, U+6628, U+6668, U+66a2, U+66c9, U+66fc, U+6717, U+67cf, U+67d4, U+6817, U+6885, U+69cd, U+6a6b, U+6afb, U+6b32, U+6b49, U+6bbc, U+6c89, U+6c96, U+6cc9, U+6d1b, U+6d1e, U+6dfb, U+6efe, U+6f38, U+6f5b, U+6f64, U+6f8e, U+6fa4, U+7070, U+70b8, U+70cf, U+70e4, U+7159, U+7169, U+7210, U+721b, U+7238, U+737b, U+73bb, U+746a, U+7483, U+74dc, U+74f6, U+7518, U+756a, U+75c7, U+775b, U+78e8, U+7919, U+7956, U+795d, U+7a0d, U+7bc9, U+7c97, U+7cd5, U+7d10, U+7d1b, U+7de9, U+7dfb, U+7e3e, U+7e6a, U+7f6a, U+7f8a, U+7fbd, U+8000, U+8036, U+809a, U+80ce, U+80e1, U+80f8, U+8170, U+819c, U+8216, U+8239, U+8266, U+827e, U+82b3, U+8377, U+83ab, U+85c9, U+865b, U+8766, U+87a2, U+87f2, U+8972, U+8a17, U+8a50, U+8a95, U+8b02, U+8b6f, U+8c6c, U+8ca9, U+8cfa, U+8d95, U+8de1, U+8f14, U+8f9b, U+8fa3, U+8feb, U+8ff4, U+9010, U+901b, U+905e, U+9080, U+912d, U+9177, U+91c7, U+9336, U+9451, U+947d, U+963b, U+966a, U+9670, U+9769, U+9813, U+98fd, U+99d5, U+9a19, U+9b27, U+9b6f, U+9ece, U+9ed8, U+9f13, U+9f20, U+ad6d, U+d55c;
}
/* [112] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.112.woff2) format('woff2');
  unicode-range: U+201c-201d, U+203b, U+2192, U+25b2, U+300f, U+4e01, U+4e39, U+4e73, U+4e88, U+4e8e, U+4ed9, U+4f0a, U+4f38, U+4f5b, U+4fc3, U+500d, U+504f, U+5076-5077, U+5100, U+5104, U+5132, U+5175, U+5192, U+51a0, U+51ac, U+51e1, U+51f1, U+5200, U+5224, U+5237-5238, U+523a, U+526f, U+5289, U+52de, U+52f5, U+5371, U+539a, U+53e5, U+540e, U+547c, U+552f, U+5531, U+5634, U+56c9, U+56f0, U+574a, U+5761, U+57f7, U+57f9, U+5805, U+5851, U+5854, U+586b, U+58fd, U+592e, U+5967, U+59bb, U+59d3, U+5a18, U+5b30, U+5b55, U+5b87, U+5b97, U+5be7, U+5bec, U+5bf8, U+5c24, U+5cb8, U+5df7, U+5e1d, U+5e2d, U+5e7b, U+5f1f, U+5f70, U+5fd9, U+61b6, U+6234, U+62b5, U+62d6, U+62dc, U+62fc, U+6383, U+63cf, U+63d2, U+63e1, U+640d, U+64cd, U+64fa, U+64fe, U+654f, U+6562, U+656c, U+65c1, U+65d7, U+6620, U+6676, U+6697, U+66ab, U+66c6, U+66dd, U+66ff, U+671d, U+672b, U+677e, U+67d0, U+67d3, U+68c4, U+690d, U+694a, U+695a, U+6ac3, U+6b04, U+6b23, U+6b78, U+6b8a, U+6c60, U+6d74, U+6d89, U+6db2, U+6dbc, U+6de1, U+6df7, U+6e38, U+6e6f, U+6f02, U+6fc3, U+6fd5, U+70c8, U+7126, U+718a, U+723d, U+7246, U+72af, U+73cd, U+760b, U+7626, U+7687, U+79df, U+7a05, U+7a3f, U+7a69, U+7af6, U+7c3d, U+7c3f, U+7c4d, U+7cd6, U+7d0b, U+7d2b, U+7de3, U+7e2e, U+8010, U+808c, U+80a5, U+80af, U+812b, U+817f, U+819a, U+82d7, U+8389-838a, U+83f2, U+840a, U+8463, U+8521, U+8584, U+860b, U+864e, U+871c, U+878d, U+885d, U+8932, U+89f8, U+8a69, U+8afe, U+8b5c, U+8c37, U+8c46, U+8cbf, U+8cd3, U+8cf4, U+8d08, U+8d0a, U+8ddd, U+8fea, U+9014, U+9055, U+907a, U+9178, U+92fc, U+934b, U+9396, U+93ae, U+9583, U+9663, U+96bb, U+9707, U+9738, U+9846, U+9905, U+9a0e, U+9aa8, U+9b25, U+9b3c, U+9ce5, U+9cf3, U+9ea5, U+9eb5, U+9f4a, U+9f61, U+ff0d;
}
/* [113] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.113.woff2) format('woff2');
  unicode-range: U+3c, U+d7, U+300e, U+4e4e, U+4e82, U+4e92, U+4ec1, U+4ecd, U+4f48, U+4f53, U+4fb5, U+5012, U+502b, U+522a, U+52dd, U+52ff, U+532f, U+53eb, U+53f3, U+5409, U+5433, U+5496, U+54c8, U+554a, U+5561, U+5594, U+559d, U+56b4, U+56fa, U+5713, U+5750, U+57df, U+584a, U+58c7, U+58de, U+593e, U+5976, U+59d0, U+59d4, U+5a66, U+5b85, U+5b88, U+5ba3, U+5bae, U+5bbf, U+5bdf, U+5c01, U+5c04, U+5c3a, U+5c3e, U+5c4f, U+5ddd-5dde, U+5de8, U+5e63, U+5e7c, U+5e8a, U+5eda, U+5ef3, U+5ef6, U+5f48, U+6015, U+6025, U+602a, U+6050, U+6069, U+60e1, U+6162, U+6176, U+61c2, U+6200, U+6263, U+6279, U+6297, U+62b1, U+62bd, U+62ec, U+6311, U+6377, U+6388-6389, U+638c, U+63a2, U+63f4, U+641e, U+6436, U+64c1, U+6551, U+6557, U+6563, U+6696, U+66b4, U+66f2, U+6751, U+675f, U+676f, U+6790, U+6838, U+684c, U+68d2, U+6982, U+699c, U+69ae, U+69cb, U+6a39, U+6a4b, U+6b66, U+6bd2, U+6cb3, U+6ce1, U+6d3e, U+6de8, U+6ed1, U+6f22, U+6f54, U+6fc0, U+6fdf, U+719f, U+71c8, U+7236, U+7259, U+72d7, U+7389, U+73e0, U+745e, U+751a, U+7532-7533, U+7562, U+7591, U+75c5, U+75db, U+7686, U+76d2, U+76db, U+76df, U+76e3, U+7701, U+7761, U+786c, U+7981, U+79cb, U+79d2, U+79fb, U+7a81, U+7a97, U+7aef, U+7b26, U+7b80, U+7c64, U+7d0d, U+7d14, U+7d2f, U+7dca, U+7df4, U+7e54, U+7e6b, U+7f3a, U+8033, U+804a, U+805a, U+81a0, U+81e8, U+8212, U+821e, U+82e6, U+8336, U+8449, U+84cb, U+84ee, U+85e5, U+8607, U+888b, U+8a13, U+8a5e, U+8aa0, U+8aa4, U+8ab0, U+8ab2, U+8ac7, U+8b66, U+8c6a, U+8c93, U+8c9d, U+8de8, U+8f2a, U+8fb2, U+906d, U+907f, U+90a6, U+9109, U+9192, U+91cb, U+91dd, U+964d, U+9686, U+968e, U+9694, U+969c, U+96de, U+96e8, U+96ea, U+96f7, U+975c, U+9760, U+978b, U+9858, U+9918, U+9aee, U+9ebb, U+ff0e-ff0f, U+ff5c;
}
/* [114] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.114.woff2) format('woff2');
  unicode-range: U+b7, U+2022, U+2027, U+3042, U+3044, U+3046, U+3048, U+304a-3050, U+3053-3057, U+3059-305b, U+305d-3061, U+3063-306c, U+306e-3079, U+307b, U+307d-307f, U+3082-308d, U+308f, U+3092-3093, U+30a1-30a4, U+30a6-30c1, U+30c3-30c4, U+30c6-30e1, U+30e3-30ed, U+30ef, U+30f3, U+30fb-30fc, U+4e7e, U+4ea6, U+4eac, U+4f34, U+50b7, U+51b0, U+523b, U+5283, U+5348, U+5354, U+54e5, U+5708, U+590f, U+592b, U+599d, U+59b9, U+5a01, U+5a5a, U+5de7, U+5e78, U+5e9c, U+5fb5, U+6167, U+61f7, U+627f, U+63a1, U+64d4, U+65bd, U+68ee, U+6b4c, U+6bba, U+6c5f, U+6d0b, U+6d6a, U+6e1b, U+6e56, U+6f6e, U+71d2, U+722d, U+72c2, U+751c, U+7530, U+7642, U+76e1, U+79c0, U+7adf, U+7af9, U+7d9c, U+7da0, U+7e23, U+7e41, U+8056, U+8173, U+822a, U+8349, U+83dc, U+8840, U+885b, U+8907, U+8a34, U+8cb4, U+8dd1, U+8fd4, U+8ff0, U+93e1, U+984f, U+98ef, U+9b54;
}
/* [115] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.115.woff2) format('woff2');
  unicode-range: U+23-25, U+3d, U+2026, U+4e03, U+4e45, U+4e5d, U+4eae, U+4ed4, U+4ed8, U+4f01, U+4f11, U+4f3c, U+4f8b, U+4fc2, U+5019, U+505c, U+50c5, U+5145, U+51b7, U+5207, U+521d, U+525b, U+5287, U+52e2, U+535a, U+537b, U+5426, U+542b, U+5438, U+5462, U+54ea, U+555f, U+5566, U+5584, U+5609, U+570d, U+571f, U+5747, U+5802, U+58d3, U+591c, U+5920, U+5922, U+5957, U+5979, U+5a92, U+5abd, U+5b63, U+5b69, U+5b83, U+5b9c, U+5bb3, U+5bc4, U+5bf5, U+5c3c, U+5c40, U+5c4b, U+5c64, U+5cf6, U+5de6, U+5e0c, U+5e55, U+5eab, U+5ead, U+5ee0, U+5f85, U+5f8b, U+5fa9, U+5fd7-5fd8, U+5ff5, U+600e, U+6298, U+62db, U+62ff, U+639b, U+63a7, U+642d, U+6469, U+64ad, U+651d, U+653b, U+65b7, U+65cf, U+665a, U+666e, U+66fe, U+6728, U+674e, U+67b6, U+6821, U+6839, U+6843, U+6a94, U+6b50, U+6b62, U+6b72, U+6b7b, U+6bcd, U+6bdb, U+6c38, U+6c7a, U+6c7d, U+6c99, U+6cb9, U+6ce2, U+6cf0, U+6d17, U+6d32, U+6e2c, U+6fb3, U+7206, U+723e, U+725b, U+734e, U+7387, U+73ed, U+7565, U+7570, U+76ca, U+76e4, U+773e, U+77ed, U+77f3, U+7814, U+7834, U+7968, U+79d8, U+7a76, U+7a7f, U+7b11, U+7b46, U+7b54, U+7bc4, U+7d19, U+7d20, U+7d22, U+7d42, U+7d55, U+7e7c, U+7f85, U+7ffb, U+8077, U+8089, U+80cc, U+81c9, U+81f4, U+81fa, U+820a, U+822c, U+826f, U+85cd, U+86cb, U+88dc, U+8986, U+8a0e, U+8a2a, U+8a73, U+8a8c, U+8b1b, U+8b9a, U+8c50, U+8c61, U+8ca0, U+8cde, U+8cfd, U+8d8a, U+8df3, U+8e64, U+8ecd, U+8edf, U+8f38, U+8ff7, U+9000, U+9047, U+9060, U+90f5, U+9152, U+91ce, U+9280, U+9418, U+9435, U+9589, U+9592, U+9678, U+967d, U+968a, U+96aa, U+96c5, U+96d6, U+96dc, U+96f6, U+9732, U+9748, U+9802, U+9806, U+9808, U+9818, U+983b, U+984d, U+9867, U+98db, U+98f2, U+98fe, U+9a5a, U+9b06, U+9b5a, U+9bae, U+9e97, U+ff1b, U+ff5e;
}
/* [116] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.116.woff2) format('woff2');
  unicode-range: U+26, U+40, U+5f, U+4e14, U+4e9e, U+4ec0, U+4f4e-4f4f, U+4f73, U+4fee, U+503c, U+5047, U+514b, U+516b, U+516d, U+5178, U+520a, U+5236, U+5343, U+5347, U+534a, U+5370, U+53cd, U+53e4, U+53e6, U+53f2, U+5403, U+5411, U+5427, U+5468, U+5473, U+547d, U+552e, U+55ce, U+5740, U+57ce, U+5883, U+589e, U+5931, U+5947, U+59cb, U+5a1b, U+5b58, U+5b98, U+5ba4, U+5bc6, U+5bcc, U+5beb, U+5bf6, U+5c45, U+5c6c, U+5dee, U+5df4, U+5e03, U+5e33, U+5e6b, U+5e7e, U+5e8f, U+5e95, U+5ea7, U+5f15, U+5f62, U+5f69, U+5f80, U+5fae, U+5fb7, U+601d, U+60e0, U+614b, U+6230, U+6236, U+623f, U+628a, U+6295, U+62c9, U+6309, U+63db, U+64c7, U+64ca, U+64da, U+652f, U+6545, U+6548, U+65af, U+65e9, U+6625, U+666f, U+667a, U+670b, U+671b, U+6750, U+677f, U+6848, U+6975, U+6a13, U+6a21, U+6aa2, U+6b65, U+6b77, U+6bb5, U+6cc1, U+6ce8, U+6df1, U+6e90, U+6e96, U+6eab, U+6f14, U+6f2b, U+700f, U+706b, U+724c, U+72c0, U+7368, U+7372, U+74b0, U+756b, U+76ae, U+773c, U+78ba, U+78bc, U+798f, U+79ae, U+7a4d, U+7ae5, U+7b56, U+7b97, U+7bb1, U+7bc7, U+7c73, U+7c89, U+7d00, U+7d30, U+7d39, U+7d72, U+7dad, U+7e8c, U+7f6e, U+7fa4, U+7fa9, U+7fd2, U+8003, U+807d, U+80a1, U+80b2, U+8166, U+8208-8209, U+82e5, U+843d, U+85cf, U+85dd, U+862d, U+8857, U+8863, U+88e1, U+89ba, U+89d2, U+8a31, U+8a62, U+8a66, U+8a72, U+8abf, U+8b1d, U+8b58, U+8b70, U+8b80, U+8ca1, U+8ca8, U+8cac, U+8cbc, U+8d70, U+8da3, U+8db3, U+8ddf, U+8f03, U+8f15, U+8f2f, U+8fa6, U+8fce, U+8ffd, U+900f, U+9031, U+9069, U+908a, U+91ab, U+91cc, U+92b7, U+9322, U+932f, U+9375, U+9632, U+963f, U+9644, U+9662, U+9673, U+96a8, U+96c4, U+96d9, U+96e2-96e3, U+96f2, U+9752, U+97d3, U+97ff, U+9805, U+9810, U+986f, U+990a, U+9910, U+9928, U+9ec3, U+9ed1, U+9f8d;
}
/* [117] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.117.woff2) format('woff2');
  unicode-range: U+3e, U+7e, U+3000, U+300a-300b, U+3010-3011, U+4e16, U+4e26, U+4e94, U+4e9b, U+4ea4, U+4eca-4ecb, U+4efb, U+4efd, U+4f46, U+4f55, U+4f9b, U+4f9d, U+4fbf, U+505a, U+5065, U+5099, U+50cf, U+50f9, U+512a, U+5143, U+5148, U+514d, U+5152, U+5169, U+5171, U+5177, U+518a, U+5217, U+5225, U+5247, U+5275, U+529f, U+52a9, U+5305, U+5341, U+5357, U+5361, U+5373, U+53bb, U+53c3, U+53c8, U+53d6-53d7, U+53e3, U+53ea, U+53f8, U+5404, U+559c, U+5668, U+56db, U+56e0, U+5712, U+5718, U+578b, U+57fa, U+58eb, U+592a, U+5c0b, U+5c0e, U+5c11, U+5c1a, U+5c55, U+5c71, U+5df1, U+5e2b, U+5e36, U+5e97, U+5eb7, U+5ee3, U+5efa, U+5f35, U+5f37, U+5f88, U+5f9e, U+5fc5, U+606f, U+60a8, U+6232, U+624d, U+6253, U+627e, U+6280, U+62cd, U+6301, U+6307, U+6392, U+63a5, U+6539, U+653e-653f, U+6559, U+6574, U+65c5, U+6613, U+66f8, U+672a, U+6797, U+67e5, U+6a19, U+6a23, U+6b61, U+6bcf, U+6bd4, U+6c11, U+6c42, U+6d41, U+6d77, U+6d88, U+6e05, U+6e2f, U+6eff, U+7136, U+7167, U+71df, U+738b, U+73a9, U+7403, U+7531, U+7537, U+754c, U+7559, U+767d-767e, U+76f4, U+793a, U+795e, U+79c1, U+79d1, U+7a2e, U+7a31, U+7a7a, U+7ae0, U+7ba1, U+7bc0, U+7c21, U+7cfb, U+7d04-7d05, U+7d1a, U+7d44, U+7d66, U+7d71, U+7de8, U+7e3d, U+8001, U+800c, U+805e, U+8072, U+81f3, U+82b1, U+82f1, U+83ef, U+842c, U+8457, U+85a6, U+8655, U+8853, U+88ab, U+88dd, U+88fd, U+897f, U+898f, U+89aa, U+89bd, U+89c0, U+89e3, U+8a02, U+8a3b, U+8a55, U+8a8d, U+8a9e, U+8ad6, U+8b49, U+8b77, U+8b8a, U+8b93, U+8cb7, U+8ce3, U+8cea, U+8cfc, U+8f09, U+8fd1, U+9001, U+901f-9020, U+9054, U+90a3, U+914d, U+91cf, U+9304, U+95b1, U+9650, U+9664, U+969b, U+96b1, U+96c6, U+9700, U+975e, U+97f3, U+98a8, U+98df, U+9999, U+99ac, U+9a57, U+9ebc;
}
/* [118] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.118.woff2) format('woff2');
  unicode-range: U+d, U+2b, U+7c, U+a0, U+a9, U+300c-300d, U+4e09, U+4e3b, U+4e4b, U+4e5f, U+4e86, U+4e8b-4e8c, U+4eab, U+4ed6, U+4ee3-4ee4, U+4ef6, U+4f1a, U+4f4d, U+4f60, U+4f7f, U+4f86, U+4fdd, U+4fe1, U+5011, U+50b3, U+5149, U+5167, U+5176, U+518d, U+5229, U+524d, U+529b, U+52a0, U+52d9, U+5316-5317, U+5340, U+539f, U+53ca-53cb, U+5408, U+540c-540d, U+544a, U+548c, U+54c1, U+54e1, U+5546, U+554f, U+55ae, U+56de, U+5716, U+5831, U+5834, U+5916, U+5929, U+5973, U+597d, U+5982, U+5b57, U+5b78, U+5b89, U+5b8c, U+5b9a, U+5ba2, U+5bb9, U+5be6, U+5c07-5c08, U+5c0d, U+5c31, U+5de5, U+5df2, U+5e02, U+5e38, U+5e73-5e74, U+5ea6, U+5f0f, U+5f71, U+5f8c, U+5f97, U+5feb, U+6027, U+60c5, U+60f3, U+610f, U+611b, U+611f, U+61c9, U+6210, U+6216, U+6240, U+624b, U+63a8, U+63d0, U+641c, U+6536, U+6578, U+6599, U+65b9, U+660e, U+661f, U+662d, U+66f4, U+670d, U+671f, U+6771, U+679c, U+682a, U+683c, U+689d, U+696d, U+6a02, U+6a5f, U+6b0a, U+6b21, U+6b3e, U+6b64, U+6c23, U+6c34, U+6c92, U+6cbb, U+6cd5, U+6d3b, U+7063, U+7121, U+71b1, U+7247-7248, U+7269, U+7279, U+73fe, U+7406, U+7522, U+7576, U+767b, U+76ee, U+76f8, U+770b, U+771f, U+77e5, U+793e, U+7a0b, U+7acb, U+7ad9, U+7b2c, U+7b49, U+7cbe, U+7d50, U+7d61, U+7d93, U+7dda, U+7f8e, U+8005, U+806f, U+80fd, U+81ea, U+8207, U+8272, U+865f, U+8868, U+8981, U+898b, U+8996, U+8a00, U+8a08, U+8a0a, U+8a18, U+8a2d, U+8a71, U+8aaa, U+8acb, U+8cbb, U+8cc7, U+8d77, U+8d85, U+8def, U+8eab, U+8eca, U+8f49, U+9019-901a, U+9023, U+9032, U+904a-904b, U+904e, U+9053, U+9078, U+9084, U+90e8, U+90fd, U+91cd, U+91d1, U+9577, U+9580, U+9593, U+9762, U+982d, U+984c, U+985e, U+9996, U+9ad4, U+9ad8, U+9ede, U+ff01, U+ff08-ff09, U+ff1f;
}
/* [119] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.119.woff2) format('woff2');
  unicode-range: U+20-22, U+27-2a, U+2c-3b, U+3f, U+41-5d, U+61-7b, U+7d, U+ab, U+ae, U+b2-b3, U+bb, U+bf, U+c9, U+cd, U+d6, U+e0-ef, U+f1-f4, U+f6, U+f9-fa, U+fc-fd, U+101, U+103, U+110-111, U+113, U+12b, U+14d, U+16b, U+1a1, U+1b0, U+1ce, U+300-301, U+1ea1, U+1ea3, U+1ebf, U+1ec7, U+2013-2014, U+2039-203a, U+203c, U+2122, U+3001-3002, U+3113-3114, U+3118, U+311a-3129, U+4e00, U+4e0a-4e0b, U+4e0d, U+4e2d, U+4eba, U+4ee5, U+4f5c, U+500b, U+5165, U+5168, U+516c, U+51fa, U+5206, U+5230, U+52d5, U+53ef-53f0, U+570b, U+5728, U+5730, U+591a, U+5927, U+5b50, U+5bb6, U+5c0f, U+5fc3, U+6211, U+6587, U+65b0, U+65bc, U+65e5, U+662f, U+6642, U+6700, U+6703, U+6708-6709, U+672c, U+6b63, U+70b9-70ba, U+751f, U+7528, U+767c, U+7684, U+7db2, U+884c, U+958b, U+95dc, U+96fb, U+9801, U+ff0c, U+ff1a;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9i1pcekm_y.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9i1nyekm_y.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9i1niekm_y.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9i1ocek.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* [0] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.0.woff2) format('woff2');
  unicode-range: U+1f921-1f930, U+1f932-1f935, U+1f937-1f939, U+1f940-1f944, U+1f947-1f94a, U+1f950-1f95f, U+1f962-1f967, U+1f969-1f96a, U+1f980-1f981, U+1f984-1f98d, U+1f990-1f992, U+1f994-1f996, U+1f9c0, U+1f9d0, U+1f9d2, U+1f9d4, U+1f9d6, U+1f9d8, U+1f9da, U+1f9dc-1f9dd, U+1f9df-1f9e2, U+1f9e5-1f9e6, U+20024, U+20487, U+20779, U+20c41, U+20c78, U+20d71, U+20e98, U+20ef9, U+2107b, U+210c1, U+22c51, U+233b4, U+24a12, U+2512b, U+2546e, U+25683, U+267cc, U+269f2, U+27657, U+282e2, U+2898d, U+29d5a, U+f0001-f0005, U+f0019, U+f009b, U+f0101-f0104, U+f012b, U+f01ba, U+f01d6, U+f0209, U+f0217, U+f0223-f0224, U+fc355, U+fe327, U+fe517, U+feb97, U+fffb4;
}
/* [6] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.6.woff2) format('woff2');
  unicode-range: U+ff78-ff7e, U+ff80-ff86, U+ff89-ff94, U+ff97-ff9e, U+ffb9, U+ffe0-ffe3, U+ffe9, U+ffeb, U+ffed, U+fffc, U+1d7c7, U+1f004, U+1f0cf, U+1f141-1f142, U+1f150, U+1f154, U+1f158, U+1f15b, U+1f15d-1f15e, U+1f162-1f163, U+1f170-1f171, U+1f174, U+1f177-1f178, U+1f17d-1f17f, U+1f192-1f195, U+1f197-1f19a, U+1f1e6-1f1f5, U+1f1f7-1f1ff, U+1f21a, U+1f22f, U+1f232-1f237, U+1f239-1f23a, U+1f250-1f251, U+1f300, U+1f302-1f319;
}
/* [7] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.7.woff2) format('woff2');
  unicode-range: U+fa0a, U+fa0c, U+fa11, U+fa17, U+fa19, U+fa1b, U+fa1d, U+fa26, U+fa2c, U+fb01, U+fdfc, U+fe0e, U+fe33-fe36, U+fe38-fe44, U+fe49-fe51, U+fe54, U+fe56-fe57, U+fe59-fe5c, U+fe5f-fe6a, U+fe8e, U+fe92-fe93, U+feae, U+fecb-fecc, U+fee0, U+feec, U+fef3, U+ff04, U+ff07, U+ff26-ff2c, U+ff31-ff32, U+ff35-ff37, U+ff39-ff3a, U+ff3c, U+ff3e-ff5b, U+ff5d, U+ff61-ff65, U+ff67-ff68, U+ff6a, U+ff6c-ff77;
}
/* [8] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.8.woff2) format('woff2');
  unicode-range: U+f78a-f78c, U+f78e, U+f792-f796, U+f798, U+f79c, U+f7f5, U+f812, U+f815, U+f876, U+f8f5, U+f8f8, U+f8ff, U+f901-f902, U+f904, U+f906, U+f909-f90a, U+f90f, U+f914, U+f918-f919, U+f91b, U+f91d, U+f91f, U+f923, U+f925, U+f92d-f92f, U+f934, U+f937-f938, U+f93d, U+f93f, U+f941, U+f949, U+f94c, U+f94e-f94f, U+f95a, U+f95d-f95e, U+f961-f963, U+f965-f970, U+f974, U+f976-f97a, U+f97c, U+f97e-f97f, U+f981, U+f983, U+f988, U+f98a, U+f98c, U+f98e, U+f996-f997, U+f999-f99a, U+f99c, U+f99f-f9a0, U+f9a3, U+f9a8, U+f9ad, U+f9b2-f9b6, U+f9b9-f9ba, U+f9bd-f9be, U+f9c1, U+f9c4, U+f9c7, U+f9ca, U+f9cd, U+f9d0-f9d1, U+f9d3-f9d4, U+f9d7-f9d8, U+f9dc-f9dd, U+f9df-f9e1, U+f9e4, U+f9e8-f9ea, U+f9f4, U+f9f6-f9f7, U+f9f9-f9fa, U+f9fc-fa01, U+fa03-fa04, U+fa06, U+fa08-fa09;
}
/* [19] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.19.woff2) format('woff2');
  unicode-range: U+9ee5, U+9ee7, U+9eee, U+9ef3-9ef4, U+9ef6-9ef7, U+9ef9, U+9efb-9efd, U+9eff, U+9f07-9f09, U+9f10, U+9f14-9f15, U+9f19, U+9f22, U+9f29, U+9f2c, U+9f2f, U+9f31, U+9f34, U+9f37, U+9f39, U+9f3d-9f3e, U+9f41, U+9f4c-9f50, U+9f54, U+9f57, U+9f59, U+9f5c, U+9f5f-9f60, U+9f62-9f63, U+9f66-9f67, U+9f6a, U+9f6c, U+9f72, U+9f76-9f77, U+9f7f, U+9f84-9f85, U+9f88, U+9f8e, U+9f91, U+9f94-9f96, U+9f98, U+9f9a-9f9b, U+9f9f-9fa0, U+9fa2, U+9fa4, U+9ff0-9fff, U+a1f4, U+a4b0-a4b1, U+a4b3, U+a9c1-a9c2, U+aa31, U+ab34, U+ac00-ac01, U+ac04, U+ac08, U+ac10-ac11, U+ac13-ac16, U+ac19, U+ac1c-ac1d, U+ac24, U+ac70-ac71, U+ac74, U+ac77-ac78, U+ac80-ac81, U+ac83, U+ac8c, U+ac90, U+aca0, U+aca8-aca9, U+acac, U+acb0, U+acb8-acb9, U+acbc-acbd, U+acc1, U+acc4, U+ace0-ace1, U+ace4, U+ace8, U+acf0-acf1, U+acf3, U+acf5, U+acfc;
}
/* [20] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.20.woff2) format('woff2');
  unicode-range: U+9d77, U+9d7a, U+9d7e, U+9d87, U+9d89, U+9d8f, U+9d91-9d93, U+9d96, U+9d98, U+9d9a, U+9da1-9da2, U+9da5, U+9da9, U+9dab-9dac, U+9db1-9db2, U+9db5, U+9db9-9dbc, U+9dbf-9dc2, U+9dc4, U+9dc7-9dc9, U+9dd3, U+9dd6, U+9dd9-9dda, U+9dde-9ddf, U+9de2, U+9de5-9de6, U+9de8, U+9def-9df0, U+9df2-9df4, U+9df8, U+9dfa, U+9dfd, U+9dff, U+9e02, U+9e07, U+9e0a, U+9e11, U+9e15, U+9e18, U+9e1a-9e1b, U+9e1d-9e1e, U+9e20-9e23, U+9e25-9e26, U+9e2d, U+9e2f, U+9e33, U+9e35, U+9e3d-9e3f, U+9e42-9e43, U+9e45, U+9e48-9e4a, U+9e4c, U+9e4f, U+9e51, U+9e55, U+9e64, U+9e66, U+9e6b, U+9e6d-9e6e, U+9e70, U+9e73, U+9e75, U+9e78, U+9e80-9e83, U+9e87-9e88, U+9e8b-9e8c, U+9e90-9e91, U+9e93, U+9e96, U+9e9d, U+9ea1, U+9ea4, U+9ea6, U+9ea9-9eab, U+9ead, U+9eaf, U+9eb4, U+9eb7-9eba, U+9ebe-9ebf, U+9ecc-9ecd, U+9ed0, U+9ed2, U+9ed4, U+9ed9-9eda, U+9edc-9edd, U+9edf-9ee0, U+9ee2;
}
/* [21] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.21.woff2) format('woff2');
  unicode-range: U+9bf0-9bf1, U+9bf5, U+9bf7, U+9bf9, U+9bfd, U+9bff, U+9c02, U+9c06, U+9c08-9c0a, U+9c0d, U+9c10, U+9c12-9c13, U+9c15, U+9c1c, U+9c1f, U+9c21, U+9c23-9c25, U+9c28-9c29, U+9c2d-9c2e, U+9c31-9c33, U+9c35-9c37, U+9c39-9c3b, U+9c3d-9c3e, U+9c40, U+9c42, U+9c45-9c49, U+9c52, U+9c54, U+9c56, U+9c58-9c5a, U+9c5d, U+9c5f-9c60, U+9c63, U+9c67-9c68, U+9c72, U+9c75, U+9c78, U+9c7a-9c7c, U+9c7f-9c81, U+9c87-9c88, U+9c8d, U+9c91, U+9c94, U+9c97, U+9c9b, U+9ca4, U+9ca8, U+9cab, U+9cad, U+9cb1-9cb3, U+9cb6-9cb8, U+9cc4-9cc5, U+9ccc-9ccd, U+9cd5-9cd7, U+9cdd-9cdf, U+9ce7, U+9ce9, U+9cee-9cf0, U+9cf2, U+9cfc-9cfe, U+9d03, U+9d06-9d08, U+9d0e, U+9d10, U+9d12, U+9d15, U+9d17, U+9d1d-9d1f, U+9d23, U+9d2b, U+9d2f-9d30, U+9d34, U+9d37, U+9d3d, U+9d42, U+9d50, U+9d52-9d53, U+9d59, U+9d5c, U+9d5e-9d61, U+9d6a, U+9d6f-9d70;
}
/* [22] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.22.woff2) format('woff2');
  unicode-range: U+9a87, U+9a8a-9a8b, U+9a8f-9a91, U+9a97, U+9a9a, U+9a9e, U+9aa0-9aa1, U+9aa4-9aa5, U+9aaf-9ab1, U+9ab6-9ab7, U+9ab9-9aba, U+9abe, U+9ac0-9ac5, U+9ac8, U+9acb-9acc, U+9ace-9acf, U+9ad1, U+9ad5-9ad7, U+9ad9, U+9adf, U+9ae1, U+9ae3, U+9aea-9aeb, U+9aed, U+9aef, U+9af2, U+9af4, U+9af9, U+9afb, U+9afd, U+9b03-9b04, U+9b08, U+9b13, U+9b18, U+9b1f, U+9b22-9b23, U+9b28-9b2a, U+9b2c-9b30, U+9b32, U+9b3b, U+9b43, U+9b46-9b49, U+9b4b-9b4e, U+9b51, U+9b55, U+9b58, U+9b5b, U+9b5e-9b60, U+9b63, U+9b68-9b69, U+9b74, U+9b7d, U+9b80-9b81, U+9b83-9b84, U+9b87-9b88, U+9b8a-9b8b, U+9b8d-9b8e, U+9b90, U+9b92-9b95, U+9b97, U+9b9f-9ba0, U+9ba2-9ba3, U+9ba8, U+9bab, U+9bb0, U+9bb8, U+9bc0-9bc1, U+9bc3, U+9bc6-9bc8, U+9bd3-9bd7, U+9bd9, U+9bdb, U+9bdd, U+9be1-9be2, U+9be4-9be5, U+9be7, U+9bea, U+9bed-9bee;
}
/* [23] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.23.woff2) format('woff2');
  unicode-range: U+993c-9940, U+9943-9944, U+9948-994a, U+994c-994e, U+9951, U+9954, U+995c, U+995e-995f, U+9961-9962, U+9965, U+9968, U+996a, U+996d-9972, U+9975-9976, U+997a, U+997c, U+997f-9980, U+9984-9985, U+9988, U+998b, U+998d, U+998f, U+9992, U+9994-9995, U+9997-9998, U+999c, U+999e, U+99a0-99a1, U+99ab, U+99af, U+99b1, U+99b4, U+99b9, U+99c4-99c6, U+99cf, U+99d1-99d2, U+99d4, U+99d6, U+99d8-99d9, U+99df, U+99e1-99e2, U+99e9, U+99ee, U+99f0, U+99f8, U+99fb, U+9a01-9a05, U+9a0c, U+9a0f-9a13, U+9a16, U+9a1b-9a1c, U+9a20, U+9a24, U+9a28, U+9a2b, U+9a2d-9a2e, U+9a34-9a36, U+9a38, U+9a3e, U+9a40-9a44, U+9a4a, U+9a4c-9a4e, U+9a52, U+9a56, U+9a62-9a65, U+9a69-9a6b, U+9a6d, U+9a6f-9a71, U+9a73-9a74, U+9a76, U+9a78-9a79, U+9a7b-9a7c, U+9a7e-9a7f, U+9a81-9a82, U+9a84-9a86;
}
/* [24] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.24.woff2) format('woff2');
  unicode-range: U+97f5, U+97f9-97fa, U+97fe, U+9804, U+9807, U+980a, U+980e-980f, U+9814, U+9816, U+981a, U+981c, U+981e, U+9820-9821, U+9823, U+9826, U+9828, U+982a-982c, U+9832, U+9834-9835, U+9837, U+9839, U+983c-983d, U+9845, U+9848-9849, U+984e, U+9852-9857, U+9859-985a, U+9862-9863, U+9865, U+9870-9871, U+9873-9874, U+9877, U+987a-987f, U+9881-9882, U+9885, U+9887-988a, U+988c-988d, U+9890, U+9893, U+9896-9897, U+989a, U+989c-989e, U+98a0, U+98a4, U+98a6-98a7, U+98a9, U+98ae-98af, U+98b2-98b3, U+98b6-98b8, U+98ba-98bd, U+98bf, U+98c7-98c8, U+98ca, U+98d2-98d3, U+98d8-98da, U+98dc, U+98de, U+98e0-98e1, U+98e3, U+98e5, U+98e7-98e9, U+98eb-98ee, U+98f1, U+98f4, U+9901, U+9908-9909, U+990c, U+9911-9912, U+9914, U+9916-9917, U+991b-991c, U+991e, U+9920, U+9927, U+992b-992c, U+992e, U+9931-9933, U+9938, U+993a;
}
/* [25] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.25.woff2) format('woff2');
  unicode-range: U+9672, U+9674, U+967a, U+9682-9685, U+9688-9689, U+968b, U+968d, U+9695, U+9697-9698, U+969e, U+96a0-96a4, U+96a9, U+96ac, U+96ae, U+96b0, U+96b2-96b4, U+96b6-96b7, U+96b9, U+96bc-96be, U+96c3, U+96c9-96cb, U+96ce-96cf, U+96d1-96d2, U+96d8, U+96dd, U+96e9, U+96eb, U+96f0-96f1, U+96f3-96f4, U+96f9, U+96fe-96ff, U+9701-9702, U+9705, U+9708, U+970a, U+970e-9711, U+9719, U+971d, U+971f-9720, U+9728, U+972a, U+972d, U+9730, U+9733, U+973a, U+973d, U+9744, U+9746-9747, U+9749, U+9750-9751, U+9753, U+9758-9759, U+975b, U+975d, U+9763, U+9765-9766, U+9768, U+976c-976d, U+9771, U+9773, U+9776, U+977a, U+977c, U+9780, U+9784-9786, U+9788, U+978e-978f, U+9798, U+979d-979e, U+97a3, U+97a5-97a6, U+97a8, U+97ab-97ac, U+97ae, U+97b6-97b7, U+97b9, U+97bf, U+97c1, U+97c3, U+97c6, U+97c9, U+97cd, U+97d6, U+97d8-97d9, U+97dc-97de, U+97e1, U+97e6-97e7, U+97ec-97ee, U+97f0-97f1;
}
/* [26] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.26.woff2) format('woff2');
  unicode-range: U+9530, U+9535, U+953a-953b, U+9540-9542, U+9547, U+9549-954a, U+954d, U+9550-9551, U+9554-9556, U+955c, U+956c-956d, U+956f-9570, U+9573, U+9576, U+9578, U+9582, U+9586, U+9588, U+958e-958f, U+9599, U+959c, U+959e-959f, U+95a1-95a2, U+95a4, U+95a6-95a7, U+95aa-95ae, U+95b0, U+95b2, U+95b6, U+95b9-95bf, U+95c2-95c4, U+95c7-95c9, U+95cb-95cd, U+95d0, U+95d3-95d5, U+95d7-95d8, U+95da, U+95de, U+95e0-95e1, U+95e4-95e5, U+95ea-95eb, U+95ef-95f0, U+95f2-95f3, U+95f5, U+95f7-95fa, U+95fd, U+9600-9602, U+9607-9609, U+960e, U+9610-9611, U+9614, U+9616, U+9619-961a, U+961c-961d, U+961f, U+9621, U+9624, U+9628, U+962f, U+9633-9636, U+963c, U+9641-9643, U+9645, U+9647-9648, U+964e-964f, U+9651, U+9653-9655, U+9658, U+965b-965f, U+9661, U+9665, U+9668-9669, U+966c;
}
/* [27] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.27.woff2) format('woff2');
  unicode-range: U+941a, U+941c, U+941e, U+9420-9425, U+9427-942b, U+942e, U+9432-9433, U+9436, U+9438, U+943a, U+943d, U+943f-9440, U+9445, U+944a, U+944c, U+9454-9455, U+945a-945b, U+945e, U+9460, U+9462-9463, U+9468, U+946a, U+946d, U+946f, U+9471, U+9474-9477, U+9479, U+947e-9481, U+9488-948a, U+948e, U+9492-9493, U+9497, U+9499, U+949b-94a3, U+94a5-94a9, U+94ac, U+94ae-94b1, U+94b3-94b5, U+94bb-94bc, U+94be-94c3, U+94c5-94c6, U+94c9, U+94ce-94d0, U+94db-94dd, U+94e0, U+94e2-94e3, U+94e8, U+94ec-94ee, U+94f0, U+94f2, U+94f5-94f6, U+94f8, U+94fa, U+94ff-9502, U+9504-9506, U+9508, U+950b-950c, U+950f-9510, U+9519-951b, U+951d, U+951f, U+9521-9526, U+952d-952f;
}
/* [28] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.28.woff2) format('woff2');
  unicode-range: U+930b, U+930f, U+9312, U+9315, U+9319-931b, U+931d-931f, U+9321, U+9323-9325, U+9327-932a, U+932c-932e, U+9331-9333, U+9335, U+9338, U+933c, U+9340-9341, U+9345-9349, U+934f-9352, U+9354, U+9356-935a, U+935c-9360, U+9363-9367, U+9369-936a, U+936c, U+936e, U+9370-9371, U+9373, U+9376, U+9379-937a, U+937c, U+9385, U+9387, U+938c, U+938f, U+9394, U+9397-9398, U+939a-939b, U+939d-939e, U+93a1-93a3, U+93a6-93a7, U+93a9-93aa, U+93ac-93ad, U+93af-93b0, U+93b3-93bb, U+93bd-93be, U+93c0-93c4, U+93c7, U+93ca-93cd, U+93d0-93d1, U+93d6-93d8, U+93dc-93de, U+93e0, U+93e4, U+93e8, U+93ee, U+93f0, U+93f5, U+93f7-93f9, U+93fb, U+9403, U+9407, U+940f-9410, U+9413-9414, U+9417, U+9419;
}
/* [29] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.29.woff2) format('woff2');
  unicode-range: U+9208-920a, U+920d-920e, U+9210-9211, U+9217, U+9219, U+921c, U+9221, U+9224-9225, U+9227, U+922a, U+922d-922e, U+9230-9231, U+9233, U+9235-9239, U+923b, U+923d-9241, U+9244, U+9246, U+9248-9249, U+924b-9251, U+9253, U+925a, U+925d-925e, U+9262, U+9265-9267, U+926b-926d, U+926f, U+9271-9272, U+9274, U+9276, U+9278, U+927a-927c, U+927e-927f, U+9282-9283, U+9286, U+9288, U+928a, U+928d-928e, U+9291, U+9295-9296, U+9299-929b, U+929d, U+92a0-92ae, U+92b2, U+92b5-92b6, U+92bb-92bc, U+92c2-92c3, U+92c6-92cd, U+92cf-92d1, U+92d5, U+92d7, U+92d9, U+92dd, U+92df, U+92e4-92e6, U+92e8-92e9, U+92ed-92ef, U+92f1-92f3, U+92f6, U+92f9, U+92fb, U+9300-9302, U+9306;
}
/* [30] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.30.woff2) format('woff2');
  unicode-range: U+90e2-90e4, U+90ea-90eb, U+90ef, U+90f4, U+90f7-90f8, U+90fc, U+90fe-9100, U+9102, U+9104, U+9106, U+9112, U+9114-911a, U+911c, U+911e, U+9120, U+9122-9123, U+9129, U+912b, U+912f, U+9131-9132, U+9134, U+9136, U+9139-913a, U+9143, U+9146, U+9148-914a, U+914e-9150, U+9154, U+9156-9157, U+9159-915a, U+915d-915e, U+9161-9164, U+916b, U+916e, U+9170-9172, U+9174, U+9176, U+9179-917a, U+917f, U+9181-9182, U+9184-9186, U+918c-918e, U+9190-9191, U+9196, U+919a-919b, U+919e, U+91a1-91a4, U+91a7, U+91aa, U+91ae-91b2, U+91b4-91b5, U+91b8, U+91bd-91be, U+91c1, U+91c3, U+91c5-91c6, U+91c8-91ca, U+91d2-91d5, U+91d7, U+91d9, U+91e1, U+91e4, U+91e6-91e9, U+91ec-91ed, U+91f0-91f1, U+91f5-91fa, U+91fd, U+91ff-9201, U+9203-9207;
}
/* [31] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.31.woff2) format('woff2');
  unicode-range: U+8f85-8f86, U+8f88-8f8a, U+8f8d, U+8f90, U+8f93, U+8f95-8f97, U+8f99, U+8f9e-8f9f, U+8fa2, U+8fa7, U+8fa9, U+8fab, U+8fae, U+8fb3, U+8fb5-8fb6, U+8fba-8fbd, U+8fbf, U+8fc1-8fc2, U+8fc6, U+8fc8, U+8fcc-8fcd, U+8fd2-8fd3, U+8fd5, U+8fdc-8fdd, U+8fdf, U+8fe2-8fe5, U+8fe8-8fe9, U+8fed-8fee, U+8ff3, U+8ff5, U+8ff8, U+8ffa-8ffc, U+8ffe, U+9002, U+9004, U+9008, U+900a-900b, U+9011-9013, U+9016, U+901e, U+9021, U+9024, U+902d, U+902f-9030, U+9034-9036, U+9039-903b, U+9041, U+9044-9045, U+904f-9052, U+9057-9058, U+905b, U+905d, U+9061-9062, U+9065, U+9068, U+906f, U+9074, U+9079, U+907d, U+9083, U+9085, U+9087-9089, U+908b, U+9090, U+9093, U+9095, U+9097, U+9099, U+909b, U+909d-909e, U+90a0-90a2, U+90ac, U+90af-90b0, U+90b2-90b4, U+90b6, U+90b9, U+90bb, U+90bd-90be, U+90c3-90c5, U+90c7, U+90d1, U+90d4-90d5, U+90d7, U+90db-90df;
}
/* [32] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.32.woff2) format('woff2');
  unicode-range: U+8e30-8e31, U+8e35, U+8e39, U+8e3c-8e3d, U+8e40-8e42, U+8e47, U+8e49-8e4e, U+8e50, U+8e53-8e55, U+8e59-8e5b, U+8e60, U+8e62-8e63, U+8e67, U+8e69, U+8e6c-8e6d, U+8e6f, U+8e74, U+8e76, U+8e7a-8e7c, U+8e82, U+8e84-8e85, U+8e87, U+8e89-8e8b, U+8e8f-8e95, U+8e99-8e9a, U+8e9d-8e9e, U+8ea1, U+8ea3, U+8ea5-8ea6, U+8eaa, U+8eac-8ead, U+8eaf-8eb1, U+8eb9, U+8ebc, U+8ebe, U+8ec6, U+8ecb, U+8ecf, U+8ed1, U+8ed4, U+8ed7, U+8eda-8edb, U+8ee2, U+8ee8, U+8eeb, U+8ef2, U+8ef9-8efe, U+8f05, U+8f07-8f08, U+8f0a-8f0c, U+8f12-8f13, U+8f17, U+8f19-8f1a, U+8f1c, U+8f1e-8f1f, U+8f25-8f26, U+8f2d, U+8f30, U+8f33, U+8f36, U+8f3e, U+8f40-8f42, U+8f45-8f47, U+8f4d, U+8f54-8f55, U+8f5d, U+8f61-8f62, U+8f64, U+8f67-8f69, U+8f6d-8f72, U+8f74, U+8f76, U+8f7b-8f7c, U+8f7f, U+8f83-8f84;
}
/* [33] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.33.woff2) format('woff2');
  unicode-range: U+8ce1, U+8ce8, U+8ceb, U+8cf0, U+8cf8, U+8cfb, U+8cfe, U+8d04, U+8d07, U+8d0b, U+8d0d, U+8d10, U+8d12-8d14, U+8d17, U+8d1b-8d1f, U+8d21-8d26, U+8d29-8d2c, U+8d2e-8d32, U+8d34-8d35, U+8d37-8d38, U+8d3a-8d3c, U+8d3e-8d3f, U+8d41-8d43, U+8d48, U+8d4b-8d4c, U+8d4e-8d50, U+8d54, U+8d56, U+8d58, U+8d5a-8d5b, U+8d5f-8d60, U+8d62-8d63, U+8d66-8d69, U+8d6c-8d6e, U+8d73, U+8d75-8d76, U+8d7b, U+8d7d, U+8d84, U+8d8b, U+8d90-8d91, U+8d94, U+8d96, U+8d9c, U+8dab, U+8daf, U+8db2, U+8db5, U+8db7, U+8dba, U+8dbc, U+8dbf, U+8dc2-8dc3, U+8dc6, U+8dcb, U+8dce-8dd0, U+8dd6-8dd7, U+8dda-8ddb, U+8de3-8de4, U+8de9, U+8deb-8dec, U+8df1, U+8df5-8df7, U+8dfa-8dfd, U+8e05, U+8e08-8e0a, U+8e0e, U+8e14, U+8e16, U+8e18, U+8e1d-8e21, U+8e23, U+8e26-8e28, U+8e2a-8e2b, U+8e2d-8e2e;
}
/* [34] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.34.woff2) format('woff2');
  unicode-range: U+8b9c, U+8b9e-8b9f, U+8ba3, U+8ba5, U+8ba7, U+8baa, U+8bad, U+8bb2-8bb4, U+8bb6-8bb9, U+8bbc-8bbd, U+8bbf-8bc0, U+8bc3, U+8bc5, U+8bc8-8bcb, U+8bcf, U+8bd1, U+8bd7-8bdc, U+8bde-8be1, U+8be3, U+8be5, U+8be7, U+8be9, U+8beb-8bec, U+8bef, U+8bf1-8bf2, U+8bf5-8bf6, U+8bf8, U+8bfa, U+8bfd-8bfe, U+8c01-8c02, U+8c05, U+8c08, U+8c0a-8c11, U+8c13-8c15, U+8c18-8c1c, U+8c1f, U+8c23-8c29, U+8c2c-8c2d, U+8c31, U+8c34, U+8c36, U+8c39, U+8c3f, U+8c47, U+8c49-8c4c, U+8c4f, U+8c51, U+8c55, U+8c62, U+8c68, U+8c73, U+8c78, U+8c7a-8c7c, U+8c82, U+8c85, U+8c89-8c8a, U+8c8d-8c8e, U+8c90, U+8c94, U+8c98-8c99, U+8ca3-8ca4, U+8cad-8cb0, U+8cb2, U+8cb9-8cba, U+8cbd, U+8cc1-8cc2, U+8cc4-8cc5, U+8ccf-8cd2, U+8cd4-8cd5, U+8cd9-8cdb;
}
/* [35] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.35.woff2) format('woff2');
  unicode-range: U+8a1b, U+8a22, U+8a25, U+8a27, U+8a2b, U+8a33, U+8a36, U+8a38, U+8a3d-8a3e, U+8a41, U+8a45-8a46, U+8a48, U+8a4e, U+8a51-8a52, U+8a54, U+8a56-8a58, U+8a5b, U+8a5d, U+8a61, U+8a63, U+8a67, U+8a6a-8a6c, U+8a70, U+8a74-8a76, U+8a7a-8a7c, U+8a82, U+8a84-8a86, U+8a89, U+8a8f-8a92, U+8a94, U+8a9a, U+8aa1, U+8aa3, U+8aa5, U+8aa7-8aa8, U+8aad, U+8ab1, U+8ab6, U+8abe, U+8ac2, U+8ac4, U+8ac6, U+8ac9, U+8acc-8acf, U+8ad1, U+8adb, U+8add-8ae2, U+8ae4, U+8ae6, U+8aea-8aeb, U+8aed, U+8af1-8af6, U+8afa, U+8afc, U+8b01, U+8b04-8b05, U+8b07, U+8b0b-8b0d, U+8b0f-8b10, U+8b13-8b14, U+8b16, U+8b1a, U+8b1c, U+8b21-8b22, U+8b26, U+8b28, U+8b2b, U+8b2e, U+8b33, U+8b41, U+8b46, U+8b4c-8b4f, U+8b53-8b54, U+8b56, U+8b59, U+8b5e-8b60, U+8b64, U+8b6a-8b6d, U+8b72, U+8b7e, U+8b83, U+8b89, U+8b8c, U+8b8e, U+8b90, U+8b92, U+8b95-8b96, U+8b99;
}
/* [36] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.36.woff2) format('woff2');
  unicode-range: U+88b7-88b8, U+88bc-88be, U+88c0, U+88c4, U+88c6-88c7, U+88c9-88cc, U+88ce, U+88d2, U+88d6, U+88d8, U+88db, U+88df, U+88e4, U+88e8-88e9, U+88ec, U+88ef-88f1, U+88f3-88f5, U+88fc, U+88fe, U+8900, U+8902, U+8906, U+890a-890c, U+8912-8915, U+8918-891a, U+891f, U+8921, U+8923, U+8925, U+892a-892b, U+892d, U+8930, U+8933, U+8935-8936, U+8938, U+893d, U+8941-8943, U+8946-8947, U+8949, U+894c-894d, U+8956-8957, U+8959, U+895c, U+895e-8960, U+8964, U+8966, U+896c, U+8971, U+8974, U+897b, U+897e, U+8980, U+8982-8983, U+8987-8988, U+898a, U+898c, U+8991, U+8994-8995, U+8997-8998, U+899a, U+899c, U+89a1, U+89a4-89a7, U+89a9, U+89ac, U+89af, U+89b2-89b3, U+89b7, U+89bb, U+89bf, U+89c5, U+89c9-89ca, U+89d1, U+89d4-89d5, U+89da, U+89dc-89de, U+89e5-89e7, U+89ed, U+89f1, U+89f3-89f4, U+89f6, U+89ff, U+8a01, U+8a03, U+8a07, U+8a09, U+8a0c, U+8a0f-8a12, U+8a16;
}
/* [37] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.37.woff2) format('woff2');
  unicode-range: U+8763-8765, U+8768, U+876a, U+876c-8770, U+8772, U+8777, U+877a-877b, U+877d, U+8781, U+8784-8785, U+8788, U+878b, U+8793, U+8797-8798, U+879f, U+87a3, U+87a8, U+87ab-87ad, U+87af, U+87b3, U+87b5, U+87b9, U+87bb, U+87bd-87c0, U+87c4-87c8, U+87ca-87cc, U+87ce, U+87d2, U+87db-87dc, U+87e0-87e1, U+87e3, U+87e5, U+87e7, U+87ea-87eb, U+87ee-87ef, U+87f3-87f4, U+87f6-87f7, U+87fe, U+8802-8806, U+880a-880b, U+880e, U+8810-8811, U+8813, U+8815-8816, U+881b, U+8821, U+8823, U+8827, U+8831-8832, U+8835, U+8839-883a, U+883c, U+8844-8846, U+884a, U+884e, U+8852, U+8854-8856, U+8859-885a, U+885e, U+8862, U+8864-8865, U+8869-886a, U+886c-886e, U+8871-8872, U+8875, U+8879, U+887d-887f, U+8882, U+8884-8885, U+8888, U+8890, U+8892-8893, U+8897-8898, U+889a-889c, U+889e, U+88a2, U+88a4, U+88a8, U+88aa, U+88ad-88ae, U+88b1, U+88b4;
}
/* [38] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.38.woff2) format('woff2');
  unicode-range: U+8621-8622, U+8627, U+8629-862a, U+8634-8636, U+8638, U+863a, U+863c, U+8640, U+8642, U+8646, U+864c-864d, U+864f, U+8651-8654, U+8657, U+8659-865a, U+865c, U+8662, U+866b-866c, U+866f-8671, U+8673, U+8677, U+867a-867b, U+867d-867e, U+8680-8682, U+868b-868d, U+8693-8696, U+869a, U+869c-869d, U+86a1, U+86a3-86a4, U+86a7-86aa, U+86af-86b1, U+86b3-86b4, U+86b6, U+86b9-86ba, U+86c0-86c2, U+86c4, U+86c6, U+86c9-86ca, U+86cc-86ce, U+86d0, U+86d3-86d4, U+86de-86df, U+86e9, U+86ed-86f0, U+86f3, U+86f8-86fc, U+86fe, U+8703, U+8706-870a, U+870d-870e, U+8711-8712, U+8715, U+8717, U+8719-871a, U+871e, U+8721-8723, U+8725, U+8728-8729, U+872e, U+8731, U+8734, U+8737, U+873a, U+873e-8740, U+8742, U+8747, U+8749, U+874b-874c, U+874e-874f, U+8753, U+8757-8758, U+875d, U+875f, U+8761-8762;
}
/* [39] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.39.woff2) format('woff2');
  unicode-range: U+84c0, U+84c2, U+84c6-84c7, U+84ca, U+84cd-84d2, U+84d6, U+84dd, U+84df, U+84e2, U+84e6-84e8, U+84ea, U+84ef-84f0, U+84f3-84f4, U+84f7, U+84fa, U+84fc-84fd, U+84ff-8500, U+8506, U+850c, U+8511, U+8515, U+8517, U+851d-851f, U+8524, U+852b, U+852f, U+8532, U+8534-8535, U+8537-8538, U+853a, U+853c, U+853e, U+8541-8542, U+8545, U+8548, U+854b, U+854d-854e, U+8552-8553, U+8555-8558, U+855a, U+855e, U+8561-8565, U+8568, U+856a-856c, U+856f, U+8574, U+8577-857b, U+8580-8581, U+8585-8586, U+858a, U+858c, U+858f-8590, U+8594, U+8597-8599, U+859c, U+859f, U+85a1-85a2, U+85a4, U+85a8, U+85ab-85ac, U+85ae, U+85b3-85b4, U+85b7, U+85b9-85ba, U+85bd-85be, U+85c1-85c2, U+85cb, U+85ce, U+85d0, U+85d3, U+85d5, U+85dc, U+85e0, U+85e6, U+85e8, U+85ea, U+85ed, U+85f4, U+85f6-85f7, U+85f9-85fa, U+85ff, U+8602, U+8604-8605, U+8610, U+8616-8618, U+861a, U+861e;
}
/* [40] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.40.woff2) format('woff2');
  unicode-range: U+8380, U+8383, U+8385-8386, U+8392, U+8394-8395, U+8398-8399, U+839b-839c, U+83a0, U+83a2, U+83a4, U+83a7-83aa, U+83af-83b5, U+83b7, U+83b9-83ba, U+83bc-83c0, U+83c2, U+83c4-83c5, U+83c8-83c9, U+83cb, U+83ce-83cf, U+83d1, U+83d4-83d6, U+83d8, U+83dd, U+83df, U+83e1-83e2, U+83e5, U+83ea-83eb, U+83f0, U+83f3-83f4, U+83f9, U+83fb-83fe, U+8406-8407, U+840b, U+840f, U+8411, U+8413, U+8418, U+841b-841d, U+8420-8421, U+8423-8424, U+8426-8429, U+842b, U+842d-842e, U+8432-8433, U+8435, U+8437-8439, U+843b-843c, U+843e, U+8445-8447, U+844e, U+8451-8452, U+8456, U+8459-845a, U+845c, U+845f, U+8462, U+8466-8467, U+846d, U+846f-8471, U+8473-8474, U+8476-8478, U+847a, U+8484, U+848b, U+848d-848e, U+8493-8494, U+8497, U+849d, U+849f, U+84a1, U+84a8, U+84af, U+84b1, U+84b4, U+84b9-84bb, U+84bd-84bf;
}
/* [41] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.41.woff2) format('woff2');
  unicode-range: U+827d, U+827f, U+8283-8284, U+8288-828a, U+828d-8291, U+8293-8294, U+8298, U+829a-829c, U+829e-82a4, U+82a6-82ab, U+82ae, U+82b0, U+82b4, U+82b6, U+82ba-82bc, U+82be, U+82c1, U+82c4-82c5, U+82c7, U+82cb, U+82cd, U+82cf-82d0, U+82d2, U+82d5-82d6, U+82d9, U+82db-82dc, U+82de-82e1, U+82e3-82e4, U+82e7, U+82ea-82eb, U+82ef-82f0, U+82f3-82f4, U+82f6-82f7, U+82f9-82fc, U+82fe-8301, U+8306-8308, U+830b-830e, U+8316, U+8318, U+831a-831b, U+831d-831e, U+8327, U+832a, U+832c-832d, U+832f, U+8331, U+8333-8334, U+8337, U+833a-833c, U+833f-8340, U+8342, U+8344-8347, U+834b-834c, U+834f, U+8351, U+8356-8358, U+835a, U+835e-8361, U+8363-8364, U+8367-8368, U+836b, U+836f, U+8373, U+8375, U+8378, U+837a-837f;
}
/* [42] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.42.woff2) format('woff2');
  unicode-range: U+811b, U+811e, U+8121-8127, U+8129, U+812c, U+812f-8134, U+8137-8138, U+813a, U+813d, U+8144, U+8146, U+8148, U+814a, U+814c-814d, U+8151, U+8153, U+8156, U+8158, U+815a, U+8160, U+8167, U+8169, U+816d, U+816f, U+8171, U+8174, U+817b-817c, U+817e, U+8182, U+8188, U+818a, U+8194-8195, U+8198, U+819b, U+819e, U+81a3, U+81a6-81a7, U+81ab, U+81af-81b0, U+81b5-81b6, U+81b8, U+81ba-81bb, U+81be-81bf, U+81c3, U+81c6, U+81ca, U+81cc, U+81cf, U+81d1-81d3, U+81d6-81d7, U+81d9-81da, U+81dd-81de, U+81e0-81e2, U+81e7, U+81ec, U+81ef, U+81fc, U+81fe, U+8200-8202, U+8204-8206, U+820b, U+820e, U+8210, U+8215, U+8217-8218, U+821b, U+821d, U+8221-8222, U+8224, U+8228-8229, U+822b, U+822f-8234, U+8236-8238, U+823a, U+823e, U+8240, U+8244-8245, U+8249, U+824b, U+824e-824f, U+8257, U+825a, U+825f, U+8264, U+8268, U+826b, U+826e, U+8270, U+8273, U+8276, U+8278-8279;
}
/* [43] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.43.woff2) format('woff2');
  unicode-range: U+7fb8, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fcb-7fcc, U+7fce-7fcf, U+7fd1, U+7fd5, U+7fd8, U+7fdb, U+7fde-7fdf, U+7fe5-7fe6, U+7fe9, U+7feb-7fec, U+7fee, U+7ff2-7ff3, U+7ffa, U+7ffd-7ffe, U+8002, U+8004, U+8006, U+800b, U+800e, U+8011-8012, U+8014, U+8016, U+8018-8019, U+801c, U+8024, U+8026, U+8028, U+802c, U+8030, U+8035, U+8037-8039, U+803b, U+8042-8043, U+804b-804c, U+8052, U+8061, U+8068, U+806a, U+806e, U+8071, U+8073-8076, U+8079, U+807c, U+807e-807f, U+8083-8084, U+808f, U+8093, U+8095, U+8098, U+809c, U+809f-80a0, U+80a4, U+80a7, U+80ab, U+80ad-80ae, U+80b0-80b1, U+80b4-80b6, U+80b8, U+80bc-80c2, U+80c4, U+80c6-80c7, U+80cb, U+80cd, U+80cf, U+80d4, U+80d7, U+80d9, U+80db-80dd, U+80e0, U+80e3-80e5, U+80e7, U+80eb-80ed, U+80ef-80f1, U+80f3-80f4, U+80f6-80f7, U+80fc, U+80fe-80ff, U+8101, U+8107, U+8109, U+810f-8113, U+8115, U+8117-8118, U+811a;
}
/* [44] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.44.woff2) format('woff2');
  unicode-range: U+7eb3, U+7eb5-7eba, U+7ebd-7ebe, U+7ec0-7ec1, U+7ec3, U+7ec5, U+7ec7-7eca, U+7ecd-7ece, U+7ed1-7ed2, U+7ed4-7ed5, U+7ed7-7ed8, U+7eda-7edb, U+7edd-7ede, U+7ee2-7ee3, U+7ee5, U+7ee7, U+7ee9-7eeb, U+7eee-7ef0, U+7ef3, U+7ef5, U+7ef7-7ef8, U+7efd-7f01, U+7f03, U+7f05-7f09, U+7f0e, U+7f10, U+7f13-7f15, U+7f18-7f1a, U+7f1c-7f1d, U+7f20, U+7f24-7f25, U+7f28-7f2a, U+7f2d-7f2e, U+7f30, U+7f34, U+7f36-7f37, U+7f3d, U+7f42-7f45, U+7f47-7f4e, U+7f52, U+7f54, U+7f58, U+7f5a, U+7f5d, U+7f5f-7f63, U+7f65, U+7f68, U+7f6b, U+7f78, U+7f7d-7f7e, U+7f81-7f83, U+7f86-7f87, U+7f8b-7f8d, U+7f91, U+7f93-7f95, U+7f97, U+7f99-7f9a, U+7f9d, U+7f9f, U+7fa1-7fa3, U+7fa5, U+7fa7, U+7fad-7fb2, U+7fb4, U+7fb6;
}
/* [45] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.45.woff2) format('woff2');
  unicode-range: U+7d8c-7d8f, U+7d91, U+7d95-7d96, U+7d98-7d9a, U+7d9d-7d9e, U+7da2-7da3, U+7da6, U+7daa, U+7dac, U+7dae-7db0, U+7db3, U+7db5, U+7db7, U+7db9, U+7dbd, U+7dc1, U+7dc3-7dc7, U+7dcc-7dcf, U+7dd1, U+7dd6-7dd9, U+7ddb-7ddc, U+7de1-7de2, U+7de6, U+7df0-7df3, U+7df6, U+7dfe, U+7e01-7e02, U+7e04, U+7e08-7e0b, U+7e10-7e11, U+7e13, U+7e15, U+7e1d-7e20, U+7e22, U+7e25-7e27, U+7e29, U+7e2d, U+7e2f-7e30, U+7e32-7e37, U+7e39, U+7e3b, U+7e44-7e45, U+7e47-7e48, U+7e4a-7e4b, U+7e4d, U+7e50-7e52, U+7e56, U+7e58-7e5b, U+7e62, U+7e68, U+7e6d-7e70, U+7e76, U+7e78, U+7e7b, U+7e7e, U+7e81-7e82, U+7e86-7e88, U+7e8a, U+7e8d-7e8e, U+7e92-7e94, U+7e98-7e9b, U+7e9e, U+7ea0, U+7ea3-7ea4, U+7ea8, U+7eaa-7eaf, U+7eb1-7eb2;
}
/* [46] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.46.woff2) format('woff2');
  unicode-range: U+7c23, U+7c25-7c26, U+7c2a-7c2b, U+7c37-7c39, U+7c40-7c41, U+7c48-7c49, U+7c50, U+7c53-7c54, U+7c56-7c57, U+7c59-7c5c, U+7c5f, U+7c63, U+7c65, U+7c69, U+7c6c-7c6e, U+7c74-7c75, U+7c79, U+7c7c, U+7c7e, U+7c84, U+7c8b, U+7c8d, U+7c91, U+7c94-7c95, U+7c9b, U+7c9f, U+7ca2, U+7ca4, U+7ca6, U+7ca8-7caa, U+7cae, U+7cb1-7cb3, U+7cba, U+7cbc, U+7cbf-7cc0, U+7cc5, U+7cc8-7cc9, U+7ccc-7cce, U+7cd7, U+7cdc-7cdd, U+7ce0, U+7ce2, U+7ce8, U+7cea, U+7ced, U+7cf2, U+7cf4, U+7cf6, U+7cf8-7cfa, U+7cfc, U+7d02, U+7d06-7d0a, U+7d0f, U+7d11-7d12, U+7d15, U+7d18, U+7d1c-7d1e, U+7d25, U+7d27, U+7d29, U+7d2c, U+7d31-7d32, U+7d35, U+7d38, U+7d3a, U+7d3c, U+7d3e-7d41, U+7d43, U+7d45, U+7d4c, U+7d4e-7d4f, U+7d53-7d54, U+7d56, U+7d5b-7d5d, U+7d5f, U+7d63, U+7d67, U+7d6a, U+7d6d, U+7d70, U+7d73, U+7d75, U+7d79-7d7b, U+7d7d, U+7d80, U+7d83-7d84, U+7d86-7d89, U+7d8b;
}
/* [47] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.47.woff2) format('woff2');
  unicode-range: U+7afd-7afe, U+7b01-7b06, U+7b09-7b0b, U+7b0e-7b10, U+7b14, U+7b18, U+7b1a, U+7b1e-7b1f, U+7b22-7b25, U+7b29-7b2b, U+7b2d-7b2e, U+7b31-7b35, U+7b38-7b3c, U+7b45, U+7b47-7b48, U+7b4a, U+7b4c, U+7b4e-7b50, U+7b58, U+7b5b, U+7b5d, U+7b60, U+7b62, U+7b65-7b67, U+7b69, U+7b6d-7b6f, U+7b72-7b76, U+7b79, U+7b7e, U+7b82, U+7b84-7b85, U+7b87, U+7b8b, U+7b8d-7b93, U+7b95-7b96, U+7b98, U+7b9c-7b9d, U+7ba0, U+7ba7, U+7ba9-7bac, U+7bb0, U+7bb4, U+7bb6, U+7bb8-7bb9, U+7bc1, U+7bc3, U+7bc6, U+7bcb-7bcc, U+7bcf, U+7bd4, U+7bd9-7bdb, U+7bdd, U+7be0-7be1, U+7be5-7be6, U+7bea, U+7bed-7bee, U+7bf1-7bf3, U+7bf8-7bf9, U+7bfc-7c01, U+7c03, U+7c07, U+7c0a-7c0d, U+7c0f, U+7c11-7c12, U+7c15, U+7c1e-7c20;
}
/* [48] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.48.woff2) format('woff2');
  unicode-range: U+798a-798b, U+7991, U+7993-7996, U+7998, U+799a-799b, U+799f-79a2, U+79a4, U+79a8-79a9, U+79af-79b0, U+79b3, U+79b5, U+79b8, U+79ba, U+79c3, U+79c6, U+79c8, U+79cf, U+79d5-79d6, U+79dc-79de, U+79e3, U+79e7, U+79ea-79ed, U+79ef-79f0, U+79f4, U+79f6-79f8, U+79fd, U+7a02-7a03, U+7a08-7a0a, U+7a0c, U+7a0e, U+7a10-7a11, U+7a14, U+7a17-7a19, U+7a1c, U+7a1e-7a1f, U+7a23, U+7a26, U+7a2d, U+7a32-7a33, U+7a37, U+7a39, U+7a3c, U+7a42, U+7a45, U+7a49, U+7a4f, U+7a56, U+7a5a, U+7a5c, U+7a60-7a61, U+7a63, U+7a68, U+7a6d-7a6e, U+7a70-7a71, U+7a77-7a79, U+7a80, U+7a83, U+7a85-7a86, U+7a88, U+7a8d, U+7a90-7a91, U+7a93-7a96, U+7a98, U+7a9c-7a9d, U+7aa0, U+7aa3, U+7aa5-7aa6, U+7aa8, U+7aaa, U+7aac, U+7ab0, U+7ab3, U+7ab6, U+7ab8, U+7abb, U+7abe-7abf, U+7ac2, U+7ac8-7ac9, U+7ad1-7ad2, U+7ad6, U+7ada, U+7adc-7ade, U+7ae4, U+7ae6, U+7ae9-7aeb, U+7af4, U+7af8, U+7afa-7afb;
}
/* [49] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.49.woff2) format('woff2');
  unicode-range: U+7842-7843, U+7845, U+7847, U+784a, U+784c-7850, U+7852-7853, U+7855, U+7858, U+785a, U+785c-785d, U+7864, U+7866, U+7868, U+786a, U+786f, U+7874, U+7876, U+787c, U+787f, U+7886-7887, U+7889, U+788d, U+788f, U+7893, U+7895-7896, U+7898, U+789a, U+789e, U+78a1, U+78a3, U+78a5, U+78aa, U+78ad, U+78b1-78b2, U+78b4, U+78b6, U+78b8, U+78be, U+78c8-78c9, U+78cb, U+78ce, U+78d0-78d1, U+78d4-78d5, U+78d7-78d8, U+78de, U+78e3, U+78e6-78e7, U+78ea, U+78ec, U+78f2-78f4, U+78fa-78fb, U+78fd-7900, U+7904-7906, U+790a, U+790c, U+7910-7912, U+791c, U+791e, U+7920-7921, U+792a-792c, U+792e, U+7931, U+7934, U+7938, U+793b, U+793d, U+793f, U+7941-7942, U+7945-7947, U+7949, U+794c, U+794e, U+7953-7954, U+7957-795c, U+795f, U+7961-7962, U+7964, U+7967, U+7969, U+796b-796c, U+796f, U+7972-7973, U+7977-7979, U+797b-797c, U+797e, U+7980, U+7982, U+7984-7988;
}
/* [50] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.50.woff2) format('woff2');
  unicode-range: U+7707-7708, U+770a, U+770c, U+770f, U+7715, U+7719-771b, U+771d-771e, U+7722, U+7725-7726, U+7728, U+772d, U+772f, U+7733-7736, U+7738, U+773b, U+773d, U+7741, U+7744, U+7746, U+774c, U+774e-7752, U+7755, U+7759-775a, U+775f-7760, U+7762, U+7765-7766, U+7768-776a, U+776c-776e, U+7771, U+7778, U+777a, U+777d-777e, U+7780, U+7785, U+7787, U+7789, U+778b-778d, U+7791-7793, U+779c, U+779f-77a0, U+77a2, U+77a5, U+77a9, U+77b0-77b1, U+77b4, U+77b6-77b7, U+77b9, U+77bc-77bf, U+77c5, U+77c7, U+77cc-77cd, U+77d3, U+77d6-77d7, U+77dc, U+77de, U+77e3, U+77e7, U+77eb-77ec, U+77f0, U+77f2, U+77f6, U+77f8, U+77fa-77fc, U+77fe-7800, U+7803, U+7805-7806, U+7809, U+7810-7812, U+7815-7816, U+781a, U+781c-781d, U+781f-7823, U+7825-7827, U+7829, U+782c-7830, U+7833, U+7835, U+7837, U+7839-783a, U+783c, U+783e, U+7840;
}
/* [51] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.51.woff2) format('woff2');
  unicode-range: U+75cd, U+75d2, U+75d4, U+75d9, U+75df, U+75e2-75e4, U+75e6-75e7, U+75e9-75ec, U+75f0-75f3, U+75f7, U+75f9-75fa, U+75fc, U+75fe-7602, U+7608-760a, U+760c-760d, U+7610, U+7615-7616, U+7618-7620, U+7622-7623, U+7625, U+7627, U+7629, U+762b, U+762e, U+7630, U+7632-7635, U+7638, U+763a-763c, U+763e, U+7640, U+7643, U+7646, U+7648-7649, U+764d-764e, U+7654, U+7658, U+765c, U+765f, U+7663-7667, U+7669, U+766b-766d, U+766f-7670, U+7676, U+7678-767a, U+767f-7681, U+7683, U+7688, U+768a-768b, U+768e, U+7690, U+7695-7696, U+769a-769e, U+76a3-76a4, U+76aa, U+76b0-76b1, U+76b4, U+76b7-76b8, U+76c2, U+76c5, U+76c9, U+76cc-76cd, U+76cf-76d1, U+76d6-76d8, U+76e5-76e6, U+76e9, U+76ec, U+76f1, U+76f7, U+76f9-76fb, U+76ff-7700, U+7704-7705;
}
/* [52] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.52.woff2) format('woff2');
  unicode-range: U+749c-74a1, U+74a3, U+74a5-74a7, U+74a9-74ab, U+74ae, U+74b1-74b2, U+74b5, U+74b8, U+74ba, U+74bf, U+74c5, U+74c8, U+74cc-74cd, U+74d2, U+74d4, U+74d6, U+74d8, U+74da, U+74de-74e0, U+74e2, U+74e4, U+74e8-74e9, U+74ee-74ef, U+74f4, U+74f9, U+74fb, U+74ff-7501, U+7503, U+7507, U+750c-750d, U+7511, U+7513, U+7515-7517, U+7519, U+751e, U+7521, U+7525, U+752a, U+752c-752f, U+7534, U+753e, U+7542, U+7545, U+7547-7548, U+754a-754b, U+754e, U+7551, U+755a-755b, U+755d, U+7560, U+7563-7564, U+7566-7568, U+756c-756f, U+7572-7575, U+7577-757a, U+757c, U+757e-757f, U+7583-7584, U+7587, U+7589, U+758b-758e, U+7590, U+7592, U+7594-7595, U+7597, U+7599-759a, U+759d, U+759f, U+75a1-75a3, U+75a5, U+75a7, U+75aa, U+75ac, U+75ae-75b1, U+75b3-75b4, U+75b8, U+75bd, U+75c0, U+75c2-75c4, U+75c9-75ca, U+75cc;
}
/* [53] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.53.woff2) format('woff2');
  unicode-range: U+73b4-73ba, U+73bc, U+73bf, U+73c2, U+73c4-73c6, U+73c9, U+73cb-73cc, U+73ce-73d2, U+73d6-73d7, U+73d9, U+73db-73de, U+73e3, U+73e5-73eb, U+73ef, U+73f5-73f7, U+73f9-73fa, U+73fc-73fd, U+7400-7401, U+7404-7405, U+7407-7408, U+740a-740d, U+740f-7410, U+7416, U+741a-741b, U+741d-741e, U+7420-7425, U+7428-7429, U+742c-7432, U+7435-7436, U+7438-743a, U+743c-7442, U+7445-7446, U+7448-744a, U+7451-7452, U+7454, U+7457, U+7459, U+745d, U+7460-7462, U+7465, U+7467-7468, U+746c-746e, U+7471-7477, U+7479-747a, U+747c-747f, U+7481-7482, U+7484-7486, U+7488-748a, U+748e-7490, U+7492, U+7498, U+749a;
}
/* [54] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.54.woff2) format('woff2');
  unicode-range: U+7281-7282, U+7284, U+7287, U+728a, U+728d, U+7292, U+7296, U+7298, U+729b, U+729f-72a2, U+72ad-72ae, U+72b0-72b5, U+72b8-72b9, U+72bc-72bd, U+72c1, U+72c3, U+72c5-72c6, U+72c8, U+72cc-72ce, U+72d2, U+72d4, U+72db, U+72dd, U+72df, U+72e1, U+72e8, U+72ec-72ee, U+72f1, U+72f3-72f4, U+72f7, U+72fa-72fb, U+72fd, U+7300-7301, U+7304, U+7307, U+730a-730b, U+730e, U+7313, U+7315-7317, U+7319, U+731e-731f, U+7322, U+7328-732e, U+7330-7331, U+7337, U+733a-733c, U+733e, U+7340-7341, U+7343, U+734c-734d, U+734f-7350, U+7352, U+7355, U+7357, U+7359-735a, U+7360-7363, U+7365, U+7369-7370, U+7373-7374, U+7377, U+737a, U+737c, U+737e, U+7380, U+7385-7386, U+738a, U+738e-738f, U+7391-7395, U+7397-7398, U+739b, U+73a0-73a2, U+73a5-73a8, U+73ad-73ae, U+73b3;
}
/* [55] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.55.woff2) format('woff2');
  unicode-range: U+7115-7116, U+7118, U+711c, U+711e, U+7120, U+7122, U+712e-712f, U+7131, U+7134, U+713c, U+713f, U+7143, U+7145-7147, U+714a-714b, U+7150-7153, U+7155-7156, U+715a, U+7160, U+7162, U+7166, U+7168, U+716c, U+7171, U+7173, U+7178, U+717a-717b, U+717d, U+7180-7181, U+7185, U+7187-7188, U+718b, U+718f-7190, U+7192, U+7196-7198, U+719a-719c, U+71a0, U+71a4, U+71a8, U+71af, U+71b2-71b3, U+71b5, U+71b7-71ba, U+71be, U+71c1, U+71c4, U+71ca-71cb, U+71ce-71d0, U+71d4, U+71d7-71d8, U+71da, U+71dc, U+71e0-71e1, U+71e7, U+71ec, U+71ee, U+71f4-71f6, U+71f9, U+71fc, U+71fe-7201, U+7203, U+7207, U+7209, U+720c, U+7213-7215, U+7217, U+721a, U+721d, U+7222-7223, U+7228, U+722b, U+7230, U+7237, U+723b, U+723f-7242, U+724b, U+724d, U+7252-7253, U+7256, U+7258, U+725d, U+7263-7266, U+726a-726b, U+726e-7270, U+7273-7275, U+7277, U+727a-727b, U+727e-727f;
}
/* [56] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.56.woff2) format('woff2');
  unicode-range: U+6fec, U+6fee, U+6ff0, U+6ff3, U+6ff5-6ff6, U+6ffa, U+6ffc, U+6fff-7001, U+7003, U+7005-7007, U+700b, U+700d, U+7015, U+7018, U+701b, U+701e, U+7020-7021, U+7023, U+7026-7027, U+702c, U+702f-7032, U+7034-7035, U+7037-703c, U+7040, U+7042-7044, U+7046, U+7049, U+704b, U+704f, U+7052, U+7054-7055, U+705c-7061, U+7064-7069, U+706c-706d, U+706f, U+7073-7075, U+7078, U+707a, U+707e-7081, U+7085-7086, U+7089, U+7090-7091, U+7094-7096, U+7098, U+709c, U+709f, U+70a1, U+70a4, U+70a9, U+70ac, U+70af-70b2, U+70b4-70b5, U+70b7, U+70bb-70be, U+70c0-70c3, U+70ca-70cb, U+70d2, U+70d4-70d5, U+70d9-70dd, U+70df, U+70e6-70e9, U+70eb-70ec, U+70ef, U+70f1, U+70f4, U+70f7, U+70fa, U+70fd, U+70ff, U+7104, U+7106, U+7109, U+710c, U+7110, U+7113-7114;
}
/* [57] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.57.woff2) format('woff2');
  unicode-range: U+6eda-6edb, U+6edd-6ede, U+6ee2, U+6ee4-6ee5, U+6ee8-6ee9, U+6eeb, U+6eee, U+6ef3, U+6ef8-6efb, U+6f00, U+6f08-6f0a, U+6f0d-6f0e, U+6f11-6f13, U+6f15, U+6f19-6f1a, U+6f23, U+6f25-6f2a, U+6f2d-6f31, U+6f33-6f36, U+6f3a-6f3c, U+6f40-6f41, U+6f43-6f44, U+6f47, U+6f4d-6f4f, U+6f53, U+6f57, U+6f59-6f5a, U+6f5c, U+6f5e-6f61, U+6f63, U+6f66-6f67, U+6f69-6f6c, U+6f6f, U+6f72-6f78, U+6f7a-6f7f, U+6f81-6f82, U+6f87, U+6f89, U+6f8b-6f8d, U+6f90, U+6f92, U+6f94-6f97, U+6f9c, U+6f9f-6fa0, U+6fa2-6fa3, U+6fa5-6fa8, U+6faa-6fab, U+6fae-6faf, U+6fb4, U+6fb6, U+6fb9-6fba, U+6fbc, U+6fc2, U+6fc6-6fcb, U+6fce, U+6fd1-6fd2, U+6fd4, U+6fd8, U+6fda, U+6fde, U+6fe0-6fe2, U+6fe8-6fe9;
}
/* [58] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.58.woff2) format('woff2');
  unicode-range: U+6dd6, U+6dd9, U+6ddb-6de0, U+6de2-6de6, U+6de9, U+6dec, U+6def-6df0, U+6df2, U+6df4, U+6df6, U+6df8, U+6dfc-6dfd, U+6e00, U+6e02-6e03, U+6e07-6e0b, U+6e0d-6e0e, U+6e10, U+6e13-6e15, U+6e17, U+6e19-6e1a, U+6e1d, U+6e1f, U+6e22, U+6e24-6e25, U+6e27, U+6e2b, U+6e2d-6e2e, U+6e30-6e31, U+6e36, U+6e39-6e3a, U+6e3c-6e3d, U+6e40-6e41, U+6e44-6e45, U+6e47, U+6e49, U+6e4b, U+6e4d-6e4f, U+6e51, U+6e53-6e54, U+6e59, U+6e5c, U+6e5e-6e61, U+6e63-6e66, U+6e69-6e6b, U+6e6e, U+6e70-6e76, U+6e78, U+6e7c, U+6e7f-6e80, U+6e83, U+6e85-6e86, U+6e88-6e89, U+6e8b, U+6e8d-6e8f, U+6e93, U+6e98-6e9a, U+6e9f, U+6ea1, U+6ea4-6ea7, U+6eae, U+6eb1-6eb2, U+6eb4-6eb5, U+6eb7, U+6ebd, U+6ec1-6ec3, U+6ec7-6ec9, U+6ecd-6ed0, U+6ed3-6ed6, U+6ed8;
}
/* [59] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.59.woff2) format('woff2');
  unicode-range: U+6cdd-6cde, U+6ce0, U+6ce7, U+6ce9-6cec, U+6cee-6cef, U+6cf1, U+6cf7-6cf8, U+6cfb-6cfe, U+6d00-6d02, U+6d04, U+6d06-6d07, U+6d09-6d0a, U+6d0c, U+6d0e-6d12, U+6d18-6d1a, U+6d1f, U+6d22-6d24, U+6d27-6d28, U+6d2b, U+6d2d-6d31, U+6d33-6d3a, U+6d3c, U+6d3f, U+6d43-6d47, U+6d4a-6d4b, U+6d4e-6d4f, U+6d51-6d53, U+6d57-6d58, U+6d5a, U+6d5c, U+6d5e-6d65, U+6d67, U+6d6c-6d6d, U+6d6f-6d70, U+6d72, U+6d75, U+6d79, U+6d7c, U+6d7f, U+6d82, U+6d85, U+6d87, U+6d8e-6d8f, U+6d91-6d95, U+6d97-6d99, U+6d9b, U+6d9d, U+6d9f, U+6da1, U+6da4, U+6da6-6dac, U+6db3-6db4, U+6db7-6db8, U+6dbe-6dc0, U+6dc2, U+6dc4-6dc5, U+6dc8-6dca, U+6dcc-6dcd, U+6dcf-6dd0, U+6dd2-6dd3, U+6dd5;
}
/* [60] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.60.woff2) format('woff2');
  unicode-range: U+6bc1-6bc2, U+6bcc, U+6bce, U+6bd0-6bd1, U+6bd5-6bd9, U+6bde, U+6be1, U+6bec, U+6bf3, U+6bf9, U+6bfd, U+6bff-6c00, U+6c02, U+6c05-6c06, U+6c0a, U+6c0c-6c0d, U+6c10, U+6c13, U+6c16, U+6c18-6c1a, U+6c1f, U+6c21-6c22, U+6c24, U+6c26, U+6c28-6c2a, U+6c2c, U+6c2e-6c33, U+6c35-6c37, U+6c39-6c3a, U+6c3d-6c3f, U+6c43, U+6c46, U+6c49-6c4f, U+6c54-6c55, U+6c58, U+6c5a-6c5c, U+6c5e, U+6c64-6c69, U+6c6b-6c6f, U+6c71-6c75, U+6c78-6c79, U+6c7c, U+6c7e, U+6c82, U+6c84-6c87, U+6c8c-6c8d, U+6c8f, U+6c93-6c94, U+6c98, U+6c9a, U+6c9d, U+6c9f, U+6ca2, U+6ca5-6ca8, U+6caa, U+6cac-6cb2, U+6cb4-6cb5, U+6cba, U+6cbc, U+6cc2-6cc3, U+6cc5-6cc7, U+6cd0-6cd2, U+6cd4, U+6cd6-6cd7, U+6cd9-6cda, U+6cdc;
}
/* [61] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.61.woff2) format('woff2');
  unicode-range: U+6a35, U+6a3b, U+6a3e-6a40, U+6a47-6a48, U+6a50, U+6a52, U+6a55-6a57, U+6a5a-6a5b, U+6a5e, U+6a62, U+6a66, U+6a6a, U+6a71, U+6a79, U+6a7c, U+6a7e-6a81, U+6a84, U+6a87, U+6a89, U+6a8d-6a8e, U+6a90-6a92, U+6a97, U+6a9c, U+6a9e-6aa1, U+6aa3-6aa5, U+6aa8, U+6aab, U+6aae, U+6ab5, U+6aba, U+6abe, U+6ac2, U+6ac5-6ac6, U+6ac8-6ac9, U+6acc, U+6ad3, U+6ada-6adb, U+6add-6adf, U+6ae3, U+6ae7-6ae8, U+6aea-6aec, U+6af1, U+6af3, U+6af8, U+6afa, U+6afc, U+6b05, U+6b09, U+6b0e-6b13, U+6b17, U+6b1d-6b1e, U+6b25, U+6b2c, U+6b31, U+6b35-6b37, U+6b39, U+6b3b, U+6b40, U+6b43, U+6b46, U+6b48, U+6b53-6b55, U+6b59, U+6b5b, U+6b5f-6b60, U+6b68-6b69, U+6b6f, U+6b74, U+6b7a, U+6b7c, U+6b7f-6b84, U+6b86-6b87, U+6b89, U+6b8b, U+6b8d, U+6b91-6b93, U+6b9b, U+6b9e, U+6ba1-6ba2, U+6ba4, U+6baa-6bab, U+6bad-6bae, U+6bb2-6bb4, U+6bbb, U+6bbd;
}
/* [62] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.62.woff2) format('woff2');
  unicode-range: U+6904, U+6906-6907, U+6909, U+690b, U+690f-6910, U+6917, U+691a-691c, U+6925, U+692a, U+692c-692d, U+6932, U+6934, U+6939, U+693c-6940, U+6942, U+6949, U+6952, U+6954-6957, U+6959, U+695b-695f, U+6961-696c, U+696e-6970, U+6973-6974, U+6976, U+6978-697a, U+697c, U+6980, U+6984-6986, U+6988-698a, U+698d-698e, U+6990-6991, U+6994, U+6996-699b, U+699e, U+69a3-69a7, U+69ab, U+69ad, U+69af, U+69b1, U+69b3, U+69b6-69b7, U+69bb-69bc, U+69bf, U+69c1, U+69c3-69c5, U+69c7, U+69ca, U+69cc, U+69ce, U+69d0-69d1, U+69d4, U+69d8-69d9, U+69db, U+69df, U+69e4, U+69e8-69ea, U+69ed-69ee, U+69f1-69f4, U+69f6, U+69f8, U+69fa-69fb, U+69ff-6a00, U+6a05, U+6a0a-6a0b, U+6a17-6a18, U+6a1b, U+6a28-6a2b, U+6a31-6a32;
}
/* [63] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.63.woff2) format('woff2');
  unicode-range: U+67dc-67e0, U+67e2, U+67e4, U+67e9-67ea, U+67f0, U+67f2, U+67f6-67f8, U+67fa-67fb, U+67fe, U+6800-6805, U+6808-6809, U+680b, U+680e-680f, U+6811-6812, U+6814, U+6816, U+6818, U+681c-681e, U+6820, U+6822, U+6825, U+6827-6829, U+682b, U+682e-682f, U+6831-6834, U+683a-683b, U+683e, U+6840-6841, U+6844-6845, U+6849, U+684e, U+6853, U+6855-6856, U+685c-685d, U+685f, U+6861-6863, U+6865-6869, U+686b, U+686d, U+686f, U+6871-6872, U+6874-6875, U+6877, U+6879, U+687b-687c, U+687e, U+6880, U+6882-6883, U+6886, U+688f, U+6891-6892, U+6894, U+6896, U+6898, U+689b-689c, U+689f-68a0, U+68a2-68a3, U+68a6, U+68a9, U+68b1-68b2, U+68b4, U+68b6, U+68c0, U+68c3, U+68c6, U+68c8, U+68ca, U+68d0-68d1, U+68d3, U+68d6, U+68e1, U+68e3, U+68e6, U+68e8-68ec, U+68ef-68f1, U+68f3, U+68f6-68f7, U+68f9, U+68fb-68fd, U+6900, U+6902;
}
/* [64] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.64.woff2) format('woff2');
  unicode-range: U+66b3, U+66b5, U+66b8-66bc, U+66be, U+66c1, U+66c4, U+66c7-66c8, U+66cc, U+66cf, U+66d5, U+66d8-66db, U+66df, U+66e1-66e2, U+66e8-66e9, U+66ef, U+66f1, U+66f5, U+66f7, U+66fa, U+66fd, U+6705, U+670a, U+670f-6710, U+6713-6715, U+6718-6719, U+6720, U+6722-6727, U+6729, U+672e, U+6733, U+6736, U+6738-6739, U+673f-6740, U+6742, U+6745, U+6747-6748, U+674b-674d, U+6753, U+6755, U+6759, U+675d-675e, U+6760, U+6762-6763, U+6767-676a, U+676c, U+676e, U+6772-6777, U+677a-677c, U+6782, U+6786-6787, U+678a-678c, U+678e-678f, U+6791-6793, U+6796, U+6798-6799, U+679f-67a3, U+67a5, U+67aa-67ae, U+67b0-67b5, U+67b7-67bc, U+67c0-67c3, U+67c5-67c6, U+67c8-67ca, U+67ce, U+67d2, U+67d8-67d9, U+67db;
}
/* [65] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.65.woff2) format('woff2');
  unicode-range: U+6565, U+6567, U+656b, U+656d-656e, U+6573, U+6576, U+6579-657b, U+6581, U+6586, U+6588-6589, U+658b, U+658e, U+6593, U+6595, U+659b, U+659d, U+659f-65a1, U+65a9, U+65ab, U+65ad, U+65b2-65b3, U+65b5, U+65bb, U+65be-65bf, U+65c2-65c4, U+65c6, U+65cc, U+65ce, U+65d2, U+65d6, U+65db, U+65e1, U+65e3, U+65e7, U+65ee-65f0, U+65f2-65f4, U+65f7-65f8, U+65fc-65fd, U+6600, U+6603-6605, U+6609, U+660d, U+6610-6611, U+6619, U+661c-661e, U+6621-6622, U+6624, U+6626, U+6629, U+662b, U+6630, U+6633-6636, U+6639-663d, U+6640-6641, U+6644-6645, U+664a-664c, U+6653-6657, U+6659, U+665b, U+665d-665e, U+6661-6667, U+6669, U+666c, U+6672-6673, U+6677-6679, U+667b-667e, U+6681-6684, U+668b-6690, U+6692, U+6698, U+669d, U+669f-66a0, U+66a6-66a7, U+66aa, U+66b2;
}
/* [66] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.66.woff2) format('woff2');
  unicode-range: U+642b, U+642f-6430, U+6432, U+6434, U+6437, U+643a, U+643d-6444, U+6446-6447, U+644a-644b, U+644e, U+6450-6453, U+6456, U+6459, U+645b-645c, U+645e, U+6460-6461, U+6463-6465, U+6468, U+646c-646e, U+6470, U+6472-6477, U+6479, U+647b, U+647d, U+6480, U+6482, U+6485, U+648b-648c, U+6491, U+6493, U+6496-649a, U+649d, U+649f-64a0, U+64a2-64a3, U+64ac, U+64b1, U+64b3-64b4, U+64b7-64b9, U+64bb, U+64be, U+64c0, U+64c3-64c4, U+64d0, U+64d2, U+64d5, U+64d7-64d8, U+64e1-64e4, U+64e7, U+64e9, U+64ed, U+64ef-64f0, U+64f3, U+64f8, U+64fb-64fc, U+64ff, U+6504-6506, U+6509, U+6511-6512, U+6516, U+6518-6519, U+651b, U+6520-6523, U+6525-6526, U+6529, U+652b, U+652e, U+6530, U+6532, U+6534-6535, U+6537-6538, U+653a, U+653d, U+6542-6543, U+6549, U+654c-654e, U+6554-6555, U+655b, U+655d, U+6561, U+6564;
}
/* [67] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.67.woff2) format('woff2');
  unicode-range: U+6312-6313, U+6319-631b, U+631d-6321, U+6323-6325, U+632d-632e, U+6332, U+6334-6339, U+633b-633c, U+633e-6340, U+6342-6346, U+634b-634c, U+634e, U+6352, U+6357, U+635a, U+635c, U+635e-635f, U+6361, U+6363, U+6365, U+6369, U+636b-636d, U+636f-6370, U+6373, U+6375-6376, U+637a-637b, U+637d, U+6381, U+6384, U+6387, U+638a, U+638d-638e, U+6390, U+6394-6397, U+639e-639f, U+63a3-63a4, U+63a6, U+63ac-63af, U+63b1-63b4, U+63b7, U+63b9-63bb, U+63bd-63be, U+63c3-63c4, U+63c8, U+63cd-63ce, U+63d1, U+63d6, U+63dc, U+63de, U+63e0, U+63e3-63e4, U+63e6, U+63e9, U+63f0, U+63f2-63f3, U+63f5-63f8, U+63fa, U+63fc-63fe, U+6400-6402, U+6405-6406, U+6409-640c, U+6410, U+6414-6415, U+6418, U+641b, U+641f-6423, U+6425-6428, U+642a;
}
/* [68] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.68.woff2) format('woff2');
  unicode-range: U+61cc-61cd, U+61d0, U+61d2, U+61de-61e0, U+61e3, U+61e6, U+61e8, U+61ed-61ee, U+61f5, U+61f9-61fa, U+61fd-61fe, U+6207, U+6209, U+620d-620e, U+6213-6215, U+6219, U+621b, U+621d-6223, U+6225-6227, U+6229, U+622b-622c, U+622e-622f, U+6231, U+6238, U+623b, U+623d-623e, U+6242-6243, U+6246, U+6248-6249, U+624c, U+6251, U+6255, U+6259-625a, U+625e, U+6260-6262, U+6265-6267, U+6269, U+626b-626c, U+6270-6273, U+6275, U+627a-627d, U+6283, U+6285-6286, U+6289, U+628c, U+628e, U+6294, U+629a-629e, U+62a0, U+62a2, U+62a6, U+62a8, U+62af, U+62b3, U+62b6, U+62ba-62bb, U+62be-62bf, U+62c2, U+62c4-62c5, U+62c8, U+62ca, U+62cf, U+62d1, U+62d5, U+62d7, U+62d9, U+62dd, U+62df-62e3, U+62e5-62e8, U+62ee, U+62f4-62fb, U+62fd, U+6300, U+6302, U+6308, U+630c-630e, U+6310;
}
/* [69] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.69.woff2) format('woff2');
  unicode-range: U+60b0-60b1, U+60b3-60b5, U+60b8, U+60bb, U+60bd-60be, U+60c0, U+60c6-60c7, U+60ca-60cb, U+60d3-60d5, U+60d7-60db, U+60dd, U+60e2-60e3, U+60e6-60f0, U+60f2, U+60f4, U+60f6, U+60fa-60fb, U+60ff-6100, U+6103, U+6106, U+610a-610b, U+610d-610e, U+6110, U+6112-6116, U+6120, U+6123-6124, U+6128-6130, U+6134, U+6136, U+613c-613f, U+6144, U+6146-6147, U+6149-614a, U+614d, U+6151-6153, U+6159-615a, U+615c-615f, U+6164-6165, U+6169-616d, U+616f, U+6171-6175, U+6177, U+617a, U+617c, U+617f-6180, U+6187, U+618a-618e, U+6192-6194, U+6199-619b, U+619f, U+61a1, U+61a7-61a8, U+61aa-61af, U+61b8, U+61ba, U+61bf, U+61c3, U+61c6, U+61ca-61cb;
}
/* [70] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.70.woff2) format('woff2');
  unicode-range: U+5f82-5f84, U+5f87, U+5f89-5f8a, U+5f8d, U+5f93, U+5f95, U+5f98-5f99, U+5f9b-5f9c, U+5fa0, U+5fa4, U+5fa6-5fa8, U+5fab-5fad, U+5fb3-5fb4, U+5fbc, U+5fc4, U+5fc6, U+5fc9, U+5fcb, U+5fce-5fd6, U+5fdc-5fdf, U+5fe1, U+5fe4, U+5fe7, U+5fea, U+5fec-5fee, U+5ff1, U+5ff3, U+5ff8, U+5ffa-5ffc, U+5fff-6000, U+6002, U+6005, U+600a, U+600d, U+600f-6010, U+6014, U+6017, U+6019-601c, U+601e, U+6020, U+6022, U+6026, U+6029, U+602b-602c, U+602e-602f, U+6031, U+6033-6035, U+6039, U+603c, U+6040-6043, U+6045, U+6047, U+604a-604c, U+604f, U+6053, U+6059-605b, U+605d, U+6060, U+6063, U+6067, U+606a-606b, U+606e, U+6072-6076, U+6078, U+607a, U+607c, U+607f-6081, U+6083, U+6086, U+608a, U+608c, U+608e, U+6092-6093, U+6095-6097, U+609b, U+609d, U+60a2, U+60a6-60a7, U+60a9-60aa, U+60ac-60ad, U+60af;
}
/* [71] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.71.woff2) format('woff2');
  unicode-range: U+5e3c, U+5e40, U+5e42-5e44, U+5e47, U+5e54, U+5e57-5e5b, U+5e5e-5e5f, U+5e61-5e62, U+5e64, U+5e6a, U+5e6c, U+5e6e, U+5e75, U+5e77, U+5e7a, U+5e80-5e81, U+5e83, U+5e86, U+5e88, U+5e8b, U+5e90, U+5e92, U+5e96, U+5e99, U+5e9b, U+5e9d-5ea2, U+5ea4-5ea5, U+5eb3-5eb6, U+5eb9, U+5ebe, U+5ec3-5ec4, U+5ec6, U+5ecb-5ecd, U+5ed0-5ed2, U+5ed4-5ed5, U+5ed8-5ed9, U+5edb, U+5edd, U+5ee1, U+5ee8-5ee9, U+5eec, U+5eef-5ef0, U+5ef4-5ef5, U+5ef8, U+5efb-5efc, U+5efe, U+5f01-5f03, U+5f05, U+5f07-5f09, U+5f0b-5f0e, U+5f10-5f12, U+5f14, U+5f16, U+5f1b, U+5f1d, U+5f22, U+5f25, U+5f28-5f29, U+5f2d, U+5f2f-5f30, U+5f36, U+5f38-5f39, U+5f3c, U+5f3e, U+5f40-5f42, U+5f45-5f46, U+5f4a, U+5f50-5f52, U+5f54, U+5f56-5f58, U+5f5a-5f5e, U+5f61, U+5f63, U+5f66-5f67, U+5f6b, U+5f72-5f74, U+5f76, U+5f78, U+5f7b, U+5f7d;
}
/* [72] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.72.woff2) format('woff2');
  unicode-range: U+5ce6, U+5ce8-5cea, U+5ced-5cee, U+5cf1, U+5cf4-5cf5, U+5cf8, U+5cfe-5d00, U+5d06, U+5d08, U+5d0a-5d0d, U+5d15, U+5d18, U+5d1a, U+5d1d, U+5d1f-5d22, U+5d24, U+5d26-5d28, U+5d2c-5d2e, U+5d33-5d35, U+5d3d, U+5d3f, U+5d42-5d43, U+5d46-5d47, U+5d49-5d4b, U+5d4e, U+5d52-5d53, U+5d57-5d59, U+5d5b-5d5c, U+5d65, U+5d68-5d69, U+5d6b-5d6c, U+5d6f, U+5d74-5d75, U+5d7e-5d7f, U+5d81-5d82, U+5d85-5d88, U+5d8b-5d8c, U+5d92, U+5d94, U+5d97, U+5d99, U+5d9d, U+5da0-5da2, U+5da7, U+5da9-5daa, U+5dae, U+5db2, U+5db4, U+5db7-5db8, U+5dbd, U+5dc2-5dc5, U+5dc9, U+5dcb-5dcd, U+5dd2, U+5dd6, U+5dd8, U+5ddb-5ddc, U+5de0, U+5de3, U+5de9, U+5df0, U+5df3, U+5df5, U+5df9, U+5dfb-5dfd, U+5e00-5e01, U+5e04-5e05, U+5e0a, U+5e11, U+5e14, U+5e18-5e1c, U+5e1f-5e22, U+5e27-5e28, U+5e2f-5e30, U+5e34, U+5e37, U+5e3a;
}
/* [73] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.73.woff2) format('woff2');
  unicode-range: U+5b84, U+5b8d, U+5b92-5b93, U+5b95-5b96, U+5b9f-5ba1, U+5ba6-5ba8, U+5baa-5bad, U+5bbd-5bbe, U+5bc0-5bc1, U+5bc3, U+5bd0-5bd1, U+5bd4-5bd8, U+5bdb-5bdd, U+5be4-5be5, U+5bef, U+5bf3, U+5bfb, U+5bfe-5bff, U+5c02-5c03, U+5c05, U+5c09, U+5c0c, U+5c10, U+5c12-5c13, U+5c15, U+5c18-5c19, U+5c1b, U+5c1d-5c1f, U+5c22, U+5c25, U+5c27-5c28, U+5c2a-5c2b, U+5c34, U+5c38, U+5c3d, U+5c42, U+5c44, U+5c47, U+5c49-5c4a, U+5c50, U+5c53, U+5c58-5c59, U+5c5b, U+5c5d, U+5c61, U+5c63, U+5c68, U+5c6d-5c6e, U+5c74, U+5c79-5c84, U+5c86, U+5c88, U+5c8a-5c8d, U+5c92-5c9c, U+5ca0, U+5ca2-5ca3, U+5ca5-5ca7, U+5cab-5cad, U+5cb5, U+5cb7, U+5cba-5cbb, U+5cc1, U+5cc8, U+5cca-5ccb, U+5cce, U+5cd2, U+5cd6, U+5cd8-5cda, U+5cdf-5ce1, U+5ce5;
}
/* [74] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.74.woff2) format('woff2');
  unicode-range: U+5a57, U+5a5d-5a5e, U+5a60-5a62, U+5a65, U+5a67, U+5a6a, U+5a6c-5a6d, U+5a73-5a76, U+5a7a-5a7c, U+5a81-5a84, U+5a8c, U+5a90, U+5a93, U+5a96-5a97, U+5a9c, U+5a9e-5aa0, U+5aa4, U+5aa7, U+5aab-5aac, U+5aae-5aaf, U+5ab1, U+5ab4-5ab5, U+5ab8, U+5aba-5abc, U+5abe-5abf, U+5ac3-5ac4, U+5ac6-5acb, U+5acf-5ad2, U+5ad4-5adc, U+5ae0-5ae1, U+5ae3, U+5ae5-5ae6, U+5ae8, U+5aea-5aeb, U+5aee, U+5af0, U+5af2, U+5af5, U+5afa, U+5aff, U+5b01, U+5b05, U+5b08, U+5b0b, U+5b11, U+5b16-5b17, U+5b19, U+5b1b, U+5b1d, U+5b21-5b23, U+5b28, U+5b2a-5b2d, U+5b32, U+5b34, U+5b36-5b38, U+5b3e-5b40, U+5b43-5b46, U+5b4b-5b4c, U+5b51, U+5b53, U+5b59, U+5b5b-5b5c, U+5b62, U+5b65, U+5b6c-5b6e, U+5b70-5b73, U+5b75, U+5b7a-5b7b, U+5b7d, U+5b7f-5b82;
}
/* [75] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.75.woff2) format('woff2');
  unicode-range: U+5910-5911, U+5914, U+5919, U+591b, U+591f, U+5923-5924, U+592c, U+5932, U+5938-593a, U+5940, U+5942, U+5944, U+594b-594c, U+594e, U+5950, U+5953, U+5956, U+5958, U+595a, U+5961, U+5966, U+5968-5969, U+596c-596d, U+5975, U+5977, U+597b-597c, U+597e, U+5980-5981, U+5986-5988, U+598a, U+598f, U+5997-5998, U+599f-59a3, U+59a6-59a7, U+59a9, U+59ab-59ac, U+59af, U+59b1-59b2, U+59b6, U+59b8, U+59ba, U+59be, U+59c1, U+59c3, U+59c7-59c9, U+59cd-59ce, U+59d2, U+59d6-59d9, U+59dd-59de, U+59e0, U+59e3-59e5, U+59e9-59eb, U+59ee, U+59f1-59f3, U+59f5-59f9, U+59fc-59fd, U+5a00, U+5a04-5a07, U+5a09, U+5a0c, U+5a11, U+5a13, U+5a16-5a17, U+5a1a, U+5a1e, U+5a20, U+5a23-5a24, U+5a29-5a2b, U+5a2d-5a2f, U+5a32-5a34, U+5a38, U+5a3c, U+5a3f-5a44, U+5a47-5a48, U+5a4a, U+5a4c-5a4d, U+5a50-5a51, U+5a53, U+5a56;
}
/* [76] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.76.woff2) format('woff2');
  unicode-range: U+57a9, U+57ab, U+57b5, U+57b8-57bb, U+57c2, U+57c5-57c8, U+57cc, U+57cf, U+57d2, U+57dc-57de, U+57e1-57e2, U+57e5, U+57e7, U+57ed-57ee, U+57f0, U+57f3-57f6, U+57f8, U+57fb-57fd, U+5800-5801, U+5803-5804, U+5807, U+5809-580b, U+580d-580e, U+5810-5811, U+5814-5815, U+5819, U+581d-581e, U+5820, U+5823, U+5826, U+582c-582d, U+5830, U+583a, U+583f-5841, U+5848, U+584b, U+584d, U+584f, U+5852, U+5859-585a, U+585c, U+5861, U+5864, U+5868-5869, U+586c-586d, U+5871-5872, U+5879, U+587c-5881, U+5887-5889, U+588e, U+5890-5892, U+5896-5899, U+589d, U+58a1, U+58a3, U+58a6, U+58a9, U+58ac, U+58b0-58b1, U+58bb-58bc, U+58c2, U+58c5-58c6, U+58ca, U+58cc, U+58ce, U+58d0-58d1, U+58d5, U+58d9-58da, U+58df-58e0, U+58e9, U+58ec, U+58ee, U+58f1-58f3, U+58f6-58f7, U+58fb-58fc, U+5900, U+5902, U+5906, U+5909-590c, U+590e;
}
/* [77] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.77.woff2) format('woff2');
  unicode-range: U+567b-567c, U+5680, U+5684-5686, U+568c, U+568e-568f, U+5692-5693, U+5697-5699, U+569c, U+569e, U+56a1-56a7, U+56a9, U+56ab-56ad, U+56af, U+56b3, U+56b5-56b6, U+56b8, U+56bf-56c1, U+56c3, U+56c5, U+56c7-56c8, U+56cb-56cc, U+56d1-56d4, U+56d6-56d9, U+56dd, U+56df, U+56e1-56e5, U+56ea-56ec, U+56ee-56ef, U+56f1-56f4, U+56f7, U+56f9, U+56ff-5700, U+5703-5704, U+5706-5707, U+5709-570a, U+570c, U+570f, U+5711, U+5717, U+571c, U+5723-5724, U+5727, U+5729-572a, U+572c, U+572e-572f, U+5734-5735, U+573b, U+5741, U+574b-574d, U+574f, U+5752, U+5754, U+575a-5760, U+5763, U+5768-5769, U+576b, U+576d, U+576f-5770, U+5772-5775, U+5777, U+577b-577d, U+5780, U+5784, U+5788, U+578c, U+578e, U+5792-5793, U+5795, U+579a-579b, U+579f-57a1, U+57a4, U+57a6;
}
/* [78] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.78.woff2) format('woff2');
  unicode-range: U+555c, U+5562-5563, U+5567, U+5569, U+556b-556c, U+5570, U+5575-5579, U+557b-557c, U+557f, U+5581, U+5583, U+5586, U+5588, U+558b, U+558f, U+5591, U+5599, U+559f, U+55a1, U+55a3, U+55a5-55a6, U+55a8-55a9, U+55ab, U+55ad, U+55b0-55b1, U+55b3, U+55b6-55b7, U+55b9, U+55bc-55bd, U+55c4-55c5, U+55c7, U+55c9, U+55cc-55cd, U+55d0, U+55d2, U+55d4-55d9, U+55db, U+55dd-55df, U+55e1-55e6, U+55e9-55ea, U+55ec, U+55ee, U+55f1-55f3, U+55f5-55f7, U+55f9-55fa, U+55fe, U+5600-5602, U+5608, U+560c, U+560f, U+5612-5613, U+5615-5616, U+5618, U+561a, U+561c, U+561e, U+5620, U+5623-5625, U+5627, U+562a, U+562c-562e, U+5630-5631, U+5635-5636, U+5638-563a, U+5640, U+5642-5643, U+5649, U+564c-5650, U+5654, U+5658-565d, U+5664-5666, U+5669, U+566b, U+566d, U+566f, U+5671-5672, U+5676, U+567a;
}
/* [79] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.79.woff2) format('woff2');
  unicode-range: U+5447, U+5449, U+544b-544d, U+5450-5455, U+5457, U+545b-545c, U+545f-5460, U+5463-5464, U+546a-5472, U+5474, U+5476, U+5478, U+547b, U+547e-547f, U+5482-5488, U+548a, U+548d-5491, U+5494, U+5498-549d, U+54a1-54a5, U+54ab, U+54ad-54af, U+54b5, U+54b7, U+54bb-54bc, U+54be-54bf, U+54ca, U+54cc, U+54cf-54d2, U+54d4, U+54d6-54d7, U+54da, U+54de-54df, U+54e2, U+54e4, U+54e7, U+54eb, U+54f3, U+54fd, U+54ff, U+5501-5502, U+5504-5506, U+550a, U+550c, U+550e-550f, U+5511-5513, U+5516-5517, U+551a-551b, U+551e, U+5520, U+5524, U+5526-5527, U+552a, U+552c-552d, U+5530, U+5532-5533, U+5535-5536, U+553b-553c, U+553e-553f, U+5541-5542, U+5544-5545, U+5547, U+5549, U+554b, U+554d-554e, U+5550-5551, U+5553, U+5555-5557;
}
/* [80] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.80.woff2) format('woff2');
  unicode-range: U+52eb, U+52ed-52ee, U+52f0-52f2, U+52f7, U+52f9-52fa, U+5300-5302, U+530a-530b, U+530d, U+530f-5310, U+5315, U+531a, U+531c-531d, U+532d-532e, U+5331, U+5338, U+533b-533e, U+5344-5345, U+534b-534d, U+534f-5350, U+5358, U+535e-535f, U+5362-5364, U+5367, U+5369, U+536b-536c, U+536e-536f, U+5372, U+5374, U+5379-537a, U+537c-537d, U+5382, U+5385, U+5389, U+538b-538c, U+538e, U+5392-5396, U+5399, U+53a0-53a2, U+53a4-53a6, U+53a8-53a9, U+53ae, U+53b0, U+53b3-53b4, U+53b6-53b7, U+53b9, U+53bf, U+53c1, U+53c4, U+53ce-53cf, U+53d2, U+53d5, U+53d9-53da, U+53df-53e1, U+53e7-53e9, U+53f1, U+53f5-53f6, U+53f9, U+53fb-53fd, U+5400-5402, U+5405-5407, U+540f, U+5412, U+5414-5417, U+541a, U+5420-5421, U+5424-5425, U+5428-5429, U+542c-542f, U+5431-5432, U+5434, U+5437, U+543d, U+543f, U+5441, U+5444-5445;
}
/* [81] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.81.woff2) format('woff2');
  unicode-range: U+5197, U+519a-519c, U+519e, U+51a2, U+51a6-51a9, U+51ab, U+51ad-51af, U+51b1-51b6, U+51ba-51c0, U+51c3-51c5, U+51c7, U+51c9-51cb, U+51ce-51d1, U+51d4, U+51d6, U+51d9, U+51db-51dc, U+51df, U+51e4, U+51e6, U+51e9-51ea, U+51ed, U+51ef, U+51f4-51f5, U+51fc, U+51ff, U+5201-5202, U+5204-5205, U+5208, U+520b, U+520d-520e, U+5213, U+5215-5216, U+5218, U+521a, U+5220, U+5223, U+5226-5228, U+5232-5234, U+5239, U+523c, U+5241-5242, U+5244, U+5249, U+524c, U+5251-5252, U+5255, U+5257, U+525c, U+525e, U+5261, U+5263-5265, U+526e, U+5270, U+5273-5274, U+5277, U+527d, U+527f, U+5281-5282, U+5284, U+528a, U+528c, U+528f, U+5292-5294, U+529d, U+52a6, U+52ac-52ad, U+52b1-52b5, U+52b9, U+52bb-52bc, U+52be-52c0, U+52c5, U+52cb, U+52cd, U+52d0-52d1, U+52d6-52d7, U+52db, U+52e0, U+52e3, U+52e6-52e7;
}
/* [82] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.82.woff2) format('woff2');
  unicode-range: U+5040-5041, U+5043, U+5045-5046, U+5048, U+504a-504e, U+5051-5053, U+505d-5060, U+5063, U+506a, U+506f-5072, U+5078, U+507a-507b, U+507f-5080, U+5088-5089, U+508b-508c, U+508e, U+5092, U+5095-5096, U+509a-509d, U+50a3, U+50a5, U+50a8, U+50af, U+50b1, U+50b4, U+50ba, U+50c2, U+50c6-50ca, U+50cd-50ce, U+50d6, U+50d9, U+50dd-50df, U+50e1, U+50e3, U+50e5-50e6, U+50e8-50ea, U+50ec-50f0, U+50f3, U+50fb, U+50fe, U+5101-5102, U+5105-5109, U+510b-510e, U+5110, U+5113-5115, U+5117, U+511a-511c, U+511e, U+5120-5121, U+5125, U+512b, U+5131, U+5134-5135, U+5138-513c, U+5140, U+514e, U+5150-5151, U+5155-5157, U+515a, U+515f, U+5162, U+516a, U+516e, U+5172, U+5174, U+5179, U+517b, U+517d, U+5182, U+5186, U+5188-5189, U+518b, U+518f, U+5191, U+5193, U+5195-5196;
}
/* [83] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.83.woff2) format('woff2');
  unicode-range: U+4f2d, U+4f31-4f32, U+4f35, U+4f37, U+4f39, U+4f3b, U+4f3e, U+4f41-4f43, U+4f47, U+4f49, U+4f4c, U+4f52, U+4f57-4f58, U+4f5a, U+4f5d-4f5f, U+4f61, U+4f63-4f64, U+4f67, U+4f6a, U+4f6e-4f6f, U+4f72, U+4f74, U+4f76-4f7b, U+4f7d-4f7e, U+4f80-4f82, U+4f84, U+4f89-4f8a, U+4f8e-4f94, U+4f96-4f98, U+4f9a, U+4f9e, U+4fa0-4fa3, U+4fa5-4fa8, U+4faa-4fac, U+4fb2-4fb3, U+4fb7-4fba, U+4fc0-4fc1, U+4fc5-4fc7, U+4fcb, U+4fcd-4fce, U+4fd1, U+4fd3-4fd4, U+4fd8-4fdc, U+4fdf, U+4fe2-4fe5, U+4fe8-4fea, U+4fec-4fed, U+4ff3-4ff6, U+4ff8-4ffa, U+4ffd, U+5000, U+5002, U+5005, U+5008, U+500c, U+500f, U+5013-5015, U+501b-501c, U+501e, U+5022-5025, U+5027-5028, U+502c-502e, U+5030-5032, U+5036, U+503a-503b, U+503e;
}
/* [84] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.84.woff2) format('woff2');
  unicode-range: U+3f97, U+4102, U+411b, U+4181, U+43c8, U+4552, U+4576, U+46e5, U+4837, U+493d, U+4a3b, U+4d09, U+4db6-4dbf, U+4e02, U+4e04-4e05, U+4e0c, U+4e0f-4e10, U+4e15, U+4e17, U+4e1b, U+4e21-4e22, U+4e25, U+4e27, U+4e31, U+4e34, U+4e36-4e37, U+4e3d, U+4e3f-4e42, U+4e44, U+4e47, U+4e49, U+4e4c, U+4e52-4e54, U+4e57, U+4e5a-4e5b, U+4e60-4e61, U+4e69, U+4e6d, U+4e78, U+4e80-4e81, U+4e85, U+4e87, U+4e89-4e8a, U+4e8d, U+4e8f, U+4e93, U+4e96, U+4e98-4e99, U+4e9c, U+4e9f-4ea0, U+4ea2, U+4ea5, U+4ea9, U+4eb0, U+4eb2-4eb3, U+4eb5-4eb7, U+4eb9, U+4ebb-4ebc, U+4ebf, U+4ec2-4ec6, U+4ec8-4ec9, U+4ecf, U+4ed1, U+4ed3, U+4edc-4ee1, U+4ee7-4eeb, U+4eee-4eef, U+4ef1, U+4ef3-4ef5, U+4efa, U+4efc, U+4f00, U+4f02-4f03, U+4f05, U+4f07-4f09, U+4f0b, U+4f0e, U+4f15, U+4f17, U+4f1d-4f1f, U+4f22, U+4f24, U+4f29-4f2b;
}
/* [85] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.85.woff2) format('woff2');
  unicode-range: U+3052, U+305c, U+3062, U+306d, U+307a, U+307c, U+3080, U+308e, U+3090-3091, U+3099-309e, U+30a5, U+30c2, U+30c5, U+30ee, U+30f0-30f2, U+30f4-30f6, U+30fd-30fe, U+3105-3106, U+3108, U+310a-310b, U+310d-3112, U+3115-3117, U+3119, U+3131, U+3134, U+3137, U+3139, U+3141-3142, U+3145, U+3147-3148, U+314b, U+314d-314f, U+3153, U+315c, U+3160-3161, U+3163-3164, U+3181, U+318d, U+3192-3193, U+3196-3198, U+319d-319f, U+3220-3226, U+3231, U+3268, U+3281, U+328b, U+3291-3292, U+3295-3297, U+3299, U+329d, U+329f, U+32a3-32a4, U+32d6, U+32e1, U+3314, U+3322, U+337f, U+338e-338f, U+339c-339e, U+33a1, U+33c4, U+33d1-33d2, U+3440, U+3449, U+3479, U+3551, U+3569, U+35ad, U+35ce, U+36ac, U+373a, U+3863, U+38ec, U+39b8, U+3a02, U+3a17, U+3a52, U+3b22, U+3bd7, U+3bff, U+3ca5, U+3d68, U+3ddb, U+3de7, U+3deb, U+3e03, U+3e74, U+3f08, U+3f0e, U+3f21;
}
/* [86] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.86.woff2) format('woff2');
  unicode-range: U+2748-274f, U+2752-275b, U+275d-275e, U+2761, U+2763, U+2765-2769, U+276e-276f, U+2771, U+2776-277e, U+2780-2782, U+278a-278c, U+2794-2796, U+2798-2799, U+279c-27a6, U+27a8-27ab, U+27ad, U+27af-27b0, U+27b2-27b3, U+27b7-27b9, U+27bc-27bd, U+27bf, U+27e9-27eb, U+27f5-27f6, U+2800, U+28ec, U+2922, U+2934-2935, U+29bf, U+2a2f, U+2b05-2b07, U+2b1b, U+2b50, U+2b55, U+2cf5, U+2e1c-2e1d, U+2f00, U+2f08, U+2f12, U+2f24, U+2f29, U+2f2f, U+2f3c, U+2f3f, U+2f42, U+2f45, U+2f63-2f64, U+2f83, U+2f8f, U+3003-3007, U+3012-3013, U+3016-3019, U+3020-3025, U+3030, U+303d, U+3041, U+3043, U+3045, U+3047, U+3049;
}
/* [87] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.87.woff2) format('woff2');
  unicode-range: U+2649-2656, U+2658-265c, U+265e-2660, U+2662-2664, U+2666-2669, U+266b-266f, U+267b, U+2692-2696, U+2698, U+269b-269c, U+26a0-26a1, U+26a3-26a5, U+26aa-26ac, U+26bd-26be, U+26c4-26c5, U+26c8, U+26d1, U+26d3-26d4, U+26e4, U+26e9-26ea, U+26f0-26f5, U+26f9-26fa, U+26fd, U+2701-2702, U+2704-2706, U+2708, U+270a-2712, U+2714, U+2716-2727, U+2729-273e, U+2740-2747;
}
/* [88] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.88.woff2) format('woff2');
  unicode-range: U+2566-2570, U+2572, U+2574, U+2579, U+2580-258a, U+258c-2595, U+2597, U+25a1, U+25a3-25a4, U+25a6-25ac, U+25b0, U+25b4, U+25b7-25b9, U+25bb, U+25bd, U+25bf-25c2, U+25c7-25ca, U+25cc-25cd, U+25d0-25d9, U+25dc-25e6, U+25ea-25eb, U+25ef, U+25fb-25fe, U+2600-2604, U+2607, U+2609-260b, U+260d-2615, U+2618, U+261a-2623, U+262a, U+262d-2630, U+2638-263e, U+2641-2642, U+2648;
}
/* [89] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.89.woff2) format('woff2');
  unicode-range: U+2475-2481, U+2488-2491, U+24b6-24c5, U+24c7-24ca, U+24cc, U+24ce, U+24d0-24df, U+24e1-24ea, U+24f5, U+24ff, U+2501, U+2503-250d, U+250f-2511, U+2513-2515, U+2517-2518, U+251b-251d, U+2520, U+2523-2524, U+2528, U+252b-252c, U+252f, U+2533-2534, U+2537, U+253b-253c, U+2541, U+2543-2545, U+254b, U+2550-2565;
}
/* [90] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.90.woff2) format('woff2');
  unicode-range: U+2139, U+2153, U+2194-2197, U+2199, U+219d-219e, U+21a0, U+21a9-21aa, U+21ac, U+21af-21b1, U+21b3-21b5, U+21ba-21bb, U+21c4, U+21ca, U+21cc, U+21d0, U+21d2-21d4, U+21d8, U+21dd, U+21e2-21e9, U+2200, U+2202, U+2205-2208, U+220e-220f, U+2211-2212, U+2215, U+2217-221a, U+221d-2220, U+2225, U+2227-222b, U+222e, U+2234-2237, U+223c-223d, U+2248, U+2256, U+2260-2261, U+2264-2265, U+226a-226b, U+226e-226f, U+2282-2283, U+2295-2296, U+2299, U+22a5, U+22b0-22b1, U+22b9, U+22bf, U+22c5-22c6, U+22c8, U+22d0-22d1, U+22ee, U+2312-2313, U+2318, U+231a-231b, U+2323, U+2328, U+239d, U+23a0, U+23af, U+23e4, U+23e9-23ea, U+23ec, U+23f0-23f3, U+23fa, U+2445, U+2460-2471, U+2474;
}
/* [91] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.91.woff2) format('woff2');
  unicode-range: U+1ec0-1ec3, U+1ec5-1ec6, U+1ec9, U+1ecb-1ecd, U+1ecf-1ed1, U+1ed3-1ed5, U+1ed7-1edd, U+1edf, U+1ee1, U+1ee3-1ee7, U+1ee9, U+1eeb, U+1eed, U+1eef-1ef1, U+1ef3, U+1ef7, U+1ef9, U+1f62, U+1fa2, U+2001-2006, U+2009-200a, U+200c-200d, U+200f-2012, U+2015-2016, U+201a, U+201e, U+2020-2021, U+2023-2025, U+2028, U+202a-202d, U+202f-2030, U+2032-2033, U+2035, U+2038, U+203e-203f, U+2042-2044, U+2049, U+204d-204e, U+2060-2061, U+2063, U+2070, U+2074-207b, U+207d-2083, U+208a, U+208d-208e, U+20a1, U+20a4, U+20a6, U+20a8-20ab, U+20ad-20ae, U+20b1-20b3, U+20b5, U+20b8-20ba, U+20bd, U+20dd, U+20e3, U+2105, U+2109, U+2112-2113, U+2115-2117, U+2120-2121, U+2126, U+212b;
}
/* [92] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.92.woff2) format('woff2');
  unicode-range: U+11af, U+11b7, U+11bc, U+121b, U+122d, U+129b, U+12a0, U+13a6, U+13a9, U+13ac, U+13af, U+13b3, U+13c2, U+13e3, U+141b, U+1555, U+1557, U+15dc, U+15e8, U+1780-1782, U+1784-1785, U+1787, U+178a, U+178e-1791, U+1793-179c, U+179f, U+17a2, U+17b6-17b9, U+17bb-17bc, U+17bf-17c7, U+17c9, U+17cb, U+17d0, U+17d2, U+17db, U+1871, U+18fa, U+1bff, U+1d00, U+1d04-1d05, U+1d07, U+1d0a-1d0b, U+1d0d, U+1d0f, U+1d17-1d18, U+1d1b-1d1c, U+1d20-1d22, U+1d25, U+1d2c, U+1d2e, U+1d30-1d31, U+1d33-1d3a, U+1d3c, U+1d3e-1d42, U+1d52, U+1d55, U+1d5b, U+1d5e, U+1d9c, U+1da0, U+1dc4-1dc5, U+1e3b, U+1e43, U+1e45, U+1e47, U+1e63, U+1e6d, U+1e73, U+1ea0, U+1ea2, U+1ea4-1ea9, U+1eab-1eaf, U+1eb1, U+1eb3, U+1eb5, U+1eb7, U+1eb9, U+1ebb, U+1ebd-1ebe;
}
/* [97] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.97.woff2) format('woff2');
  unicode-range: U+2c8-2c9, U+2cc-2cd, U+2d0, U+2d8, U+2da, U+2dc, U+2e1-2e3, U+2e7, U+2eb, U+2ee, U+2f1-2ff, U+302-304, U+306-309, U+30c-30d, U+311, U+31b, U+321, U+323-325, U+328-329, U+32b-32c, U+32e-32f, U+331-33a, U+33c-33f, U+348, U+353, U+358-359, U+35c, U+35e-35f, U+361, U+363, U+367-368, U+36c, U+36f, U+530-535, U+537-540, U+55e, U+561-565, U+568-56d, U+56f-576, U+578-582, U+584, U+5a1, U+5a3-5a4, U+5aa, U+5ae, U+5b0-5b4;
}
/* [98] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.98.woff2) format('woff2');
  unicode-range: U+1af, U+1b1, U+1b4-1be, U+1d0, U+1d2, U+1d4, U+1da, U+1dc-1dd, U+1e1, U+1e3-1e4, U+1e7, U+1e9, U+1eb-1ec, U+1f0-1f1, U+1f3-1f5, U+1f7, U+1f9-1ff, U+219, U+221, U+225-226, U+228-22b, U+22e-22f, U+231-235, U+239, U+23b, U+23e, U+250-252, U+254-255, U+259-25e, U+261-263, U+268-26b, U+26d, U+26f-277, U+279-27a, U+27d-281, U+283, U+28a-28c, U+28f, U+292, U+294-296, U+298-29a, U+29c, U+29f, U+2a1-2a2, U+2a4-2a7, U+2a9-2aa, U+2ae-2b3, U+2b5-2b7, U+2b9-2bf, U+2c2-2c4, U+2c6-2c7;
}
/* [99] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.99.woff2) format('woff2');
  unicode-range: U+a1-a2, U+a4, U+a6-a8, U+aa, U+ac, U+af, U+b1, U+b5-b6, U+b8-ba, U+bc-be, U+c0-c8, U+ca-cc, U+ce-d5, U+d8-df, U+f0, U+f5, U+f8, U+fb, U+fe-100, U+102, U+105, U+107, U+109-10b, U+10f, U+112, U+115, U+117, U+119, U+11b, U+11f, U+121, U+123-124, U+127, U+129, U+12c-12d, U+130-13f, U+141-142, U+144, U+148, U+14b-14c, U+14f-153, U+159-15b, U+15e-160, U+163-166, U+169-16a, U+16d-171, U+173-17e, U+192, U+1a0, U+1a4, U+1aa, U+1ac-1ad;
}
/* [100] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.100.woff2) format('woff2');
  unicode-range: U+a3, U+2ca, U+2223, U+2640, U+273f, U+301c-301d, U+3107, U+310c, U+4e30, U+4e3e, U+4e5e, U+4e71, U+4f26, U+4f7c, U+4f83, U+50da, U+5243, U+5267, U+529e, U+5321, U+5352, U+5477, U+548b, U+54a6, U+54b2, U+54c2, U+54c4, U+54c6, U+54cd, U+54ee, U+5543, U+55d1, U+55d3, U+55f0, U+55fd, U+560d, U+5629, U+5660, U+57ae, U+57e0, U+57e4, U+5904, U+592d, U+5965, U+5a31, U+5a7f, U+5b5a, U+5bb8, U+5c14, U+5c3b, U+5c5c, U+5c5e, U+5d10, U+5e10, U+5e4c, U+603b, U+604d, U+611c, U+6137, U+61c8, U+6292, U+62c7, U+6371, U+6382, U+645f, U+64ae, U+64c2, U+651e, U+65f1, U+660a, U+663e, U+673d, U+6784, U+6789, U+67ff, U+6813, U+6854, U+68d8, U+68fa, U+697d, U+6a01, U+6a1e, U+6baf, U+6c08, U+6c17, U+6c2b, U+6c81, U+6cbd, U+6dc6, U+6df9, U+6ed9, U+6ee1, U+6f86, U+6fc1, U+6fdb, U+701f, U+7076, U+715c, U+7194, U+71fb, U+720d, U+72b6, U+7396, U+73af, U+745b, U+746f, U+748b, U+7647, U+7699, U+76bf, U+76ce, U+76de, U+77aa, U+786b, U+7881, U+78ca, U+793c, U+797a, U+79b9, U+79bb, U+79bf, U+7a92, U+7ac7, U+7ae3, U+7b19, U+7b20, U+7b51, U+7b94, U+7cbd, U+7cde, U+7cef, U+7d46, U+7dde, U+7f88, U+80da, U+814b, U+81cd, U+8235, U+8258, U+8282, U+82b9, U+846b, U+84c1, U+84d3, U+8518, U+8611, U+8783, U+8814, U+8a15, U+8aa6, U+8b2c, U+8ba8-8ba9, U+8bc6, U+8be2, U+8be6, U+8c22, U+8d05, U+8d27, U+8dbe, U+8e34, U+8e66, U+8ec0, U+9005, U+9082, U+9091, U+914b, U+916f, U+92c5, U+92f0, U+9318, U+9382, U+938a, U+93e2, U+964b, U+96c1, U+96cc-96cd, U+96db, U+973e, U+97a0, U+9803, U+9876, U+9879, U+9955, U+9986, U+99f1, U+9a5b, U+9abc, U+9c57, U+9c9c, U+9d1b, U+9d26, U+9d51, U+9eef, U+9f99, U+c2a4, U+e253, U+e313-e314, U+e5c7, U+e5c9, U+e8db-e8dc, U+ff25, U+ff2d-ff2e, U+ff34, U+ffe5, U+1f60a, U+1f618, U+1f62d;
}
/* [101] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.101.woff2) format('woff2');
  unicode-range: U+b4, U+10d, U+2d9, U+641, U+6cc, U+e20, U+e29, U+200e, U+20ac, U+2266, U+25be, U+301e, U+3058, U+4e07, U+4e1d, U+4e66, U+4ece, U+4fde, U+5016, U+5180, U+5199, U+51aa, U+5306, U+5386, U+53d8, U+5413, U+541d, U+5436, U+54ce, U+54e8, U+54fc, U+5571, U+557e, U+558e, U+55a7, U+56a8, U+57a2-57a3, U+58b3, U+5960, U+5992-5993, U+59a4, U+5a55, U+5ab2, U+5afb, U+5b56, U+5bc5, U+5bc7, U+5bf0, U+5cb1, U+5cc7, U+5dff, U+5e93, U+5ed3, U+5f6a, U+60bc, U+61ff, U+6218, U+6254, U+634d, U+6467, U+64f1-64f2, U+6582, U+65fb, U+6615, U+6687, U+66e6, U+66f0, U+6781, U+67f5, U+68a7, U+6a1f, U+6b27, U+6b4e, U+6b73, U+6b79, U+6bcb, U+6c5d, U+6cf5, U+6dee, U+6ec4, U+6ecc, U+6f88, U+6fef, U+701d, U+703e, U+707c, U+7099, U+710a, U+725f, U+72d9, U+72e9, U+731d, U+7325, U+739f, U+7463, U+7480, U+74a8, U+7523, U+7526, U+75e0, U+7613, U+7656, U+76d4, U+773a, U+775c, U+775e, U+780c, U+78e1, U+78f7, U+7960, U+7a20, U+7aaf, U+7b08, U+7b71, U+7be4, U+7cec, U+7cf0, U+7d5e, U+7d62, U+7dbe, U+7e1b, U+7ea2, U+7ec4, U+7ec6, U+7edc, U+7eed, U+7efc, U+7f16, U+7f57, U+7fb9, U+7fca, U+803d, U+816e, U+82a5, U+82b7, U+8317, U+8338, U+834a, U+83d3, U+8401, U+8469, U+849e, U+854a, U+8559, U+865e, U+86e4, U+8700, U+8759, U+8760, U+8778, U+8782, U+879e, U+87d1, U+880d, U+8836, U+8944, U+89c8, U+8aac, U+8b74, U+8ba2, U+8ba4, U+8bae, U+8bfb, U+8c4e, U+8cb3, U+8cb6, U+8d16, U+8d28, U+8e44, U+8f3b, U+8f3f, U+8f91, U+8fb9, U+8fc4, U+8fde, U+8ff9, U+9076, U+90ae, U+90b8, U+9257, U+9310, U+93df, U+94fe, U+95a5, U+95a9, U+962e, U+968f-9690, U+9704, U+9713, U+97f6, U+9824, U+986b, U+9884, U+9886, U+98e2, U+991a, U+99a5, U+99dd, U+9ab8, U+9b41, U+9b77, U+9bad, U+c774, U+e5d4, U+fe52, U+ff02, U+1f389, U+1f449, U+1f495;
}
/* [102] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.102.woff2) format('woff2');
  unicode-range: U+2cb, U+5d1, U+5d9, U+5e2, U+5e8, U+5ea, U+633, U+e32, U+2252, U+2267, U+2573, U+25b3, U+25c4, U+2713, U+2715, U+30e2, U+4e28, U+4e3c, U+4e4d, U+4e70, U+4f88, U+4fef, U+5018, U+501a, U+5026, U+5137, U+513f, U+51f3, U+524b, U+5254, U+52d8, U+5308, U+5384, U+53cc, U+5443, U+5466, U+54a7-54a8, U+54bd, U+54c9, U+54cb, U+555e, U+556a, U+5580, U+560e, U+5614, U+561f, U+562f, U+566c, U+5679, U+56bc, U+56cd, U+56e7, U+56ed, U+572d, U+57d7, U+582f, U+589f, U+5b09, U+5ba5, U+5c51, U+5c90, U+5cef, U+5d16, U+5d84, U+5dd4, U+5e08, U+5e26, U+5f0a, U+5f20, U+606c, U+61c7, U+620f, U+625b, U+62a4, U+62d0, U+62f1, U+63a0, U+63c6, U+63f9, U+6413, U+6417, U+6483, U+64f7, U+650f, U+65a7, U+665f, U+66ae, U+66d6, U+66e0, U+6746, U+6756, U+67d1, U+6837, U+68d7, U+68e0, U+68f5, U+6977, U+6995, U+69a8, U+69b4, U+69d3, U+6a3d, U+6abb, U+6bb7, U+6bd3, U+6c47, U+6cc4, U+6cd3, U+6dae, U+6e26, U+6e29, U+6e5b, U+6eaf, U+6eba, U+7028, U+70b3, U+711a, U+733f, U+73c0, U+73ee, U+7444, U+745a, U+7487, U+7540, U+75a4, U+7729, U+779e, U+798e, U+79cd, U+79e9, U+7a3d, U+7a4c, U+7a9f, U+7ac4, U+7aff, U+7b77, U+7c27, U+7ca7, U+7cd9, U+7d76, U+7e43, U+7ea6, U+7ed9, U+7ff1, U+808b, U+809b, U+80fa, U+827a, U+8309, U+8328, U+832b, U+8396, U+83e0, U+840e, U+8425, U+852d, U+853b, U+8588, U+85e9, U+86b5, U+8718, U+87ec, U+8910, U+893b, U+89c1-89c2, U+8b3e, U+8baf, U+8bc1, U+8bcd, U+8bdd, U+8c41, U+8c48, U+8d2d, U+8d5e, U+8fbe, U+9015, U+90a8, U+90b5, U+90e1, U+9169, U+9183, U+91d0, U+91dc, U+9293, U+92f8, U+9472, U+9598, U+95ed, U+95fb, U+9605, U+96c7, U+9739, U+9742, U+9761, U+99ad, U+9ae6, U+9b1a, U+9b44, U+9bc9, U+9d3f, U+9dd7, U+9e7c, U+9e92, U+fe5d-fe5e, U+ff22-ff24, U+ff2f-ff30, U+ff33;
}
/* [103] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.103.woff2) format('woff2');
  unicode-range: U+60, U+f7, U+161, U+2198, U+2571, U+258b, U+25b6, U+2661, U+3051, U+3109, U+4e11, U+4e1c, U+4e24, U+4e2b, U+4ef7, U+4f18, U+4f36, U+4fd0, U+5029-502a, U+5055, U+508d, U+50ad, U+50d5, U+50e7, U+50f1, U+50f5, U+51a5, U+51c8, U+51fb, U+5203, U+524e, U+5288, U+5323, U+53c2, U+5458, U+54b1, U+54b3, U+54b8, U+5582, U+55b2, U+55ba, U+55da, U+55dc, U+5662, U+5678, U+56c2, U+5742, U+57d5, U+5862, U+58e4, U+58f0, U+5907, U+590d, U+5934, U+5978, U+5984, U+5a25, U+5c06, U+5c62, U+5c91, U+5cfb, U+5d01, U+5d11, U+5d1b, U+5e87, U+5eff, U+5f27, U+5f3a, U+5f53, U+5f64, U+6001, U+6168, U+61a9, U+6233, U+62a5, U+62ce, U+62ed, U+638f, U+6399, U+63c0, U+646f, U+6590, U+6631, U+664f, U+6689, U+66dc, U+672f, U+67af, U+67ec, U+6807, U+6a44, U+6c14, U+6c40, U+6c70, U+6c76, U+6cb8, U+6ce3, U+6df3, U+6e20, U+6e43, U+6ebc, U+6eec, U+6f2c, U+6fb1, U+7009, U+7011, U+701a, U+7117, U+7184, U+72f9, U+7426, U+74bd, U+74cf, U+752b, U+7554, U+75b9, U+7621, U+7671-7672, U+7693, U+76ef, U+7737, U+77a7, U+77b3, U+77bb, U+77da, U+77e2, U+77e9, U+77ef, U+7801, U+7940, U+797f, U+79a7, U+79b1, U+79bd, U+7a6b, U+7ac5, U+7b1b, U+7dab, U+7db4, U+7db8, U+7dcb, U+7ddd, U+7de0, U+7e55, U+7e9c, U+7ed3, U+7ef4, U+803f, U+8046, U+8087, U+8116, U+81a8, U+8214, U+821c, U+82d4, U+8305, U+831c, U+8335, U+8339, U+8350, U+8354, U+8526, U+860a, U+86db, U+8713, U+873b, U+8822, U+8993, U+8a1f, U+8ab9, U+8ad7, U+8e72, U+8f4e, U+8f9c, U+8fd0, U+8fd8, U+8fe6, U+9042, U+907c, U+91ba, U+9452, U+9591, U+95e2, U+9631, U+9699, U+96b8, U+9709, U+978d, U+9811, U+9830, U+98ce, U+9945, U+99ed, U+9a8c, U+9ad3, U+9baa, U+9be8, U+9c77, U+9cf6, U+9d72, U+9e1f, U+9ec4, U+fe31, U+fe55, U+ff03, U+ff20, U+ff3b, U+ff3d, U+1f3fb, U+1f44d, U+1f60d;
}
/* [104] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.104.woff2) format('woff2');
  unicode-range: U+10c, U+e44, U+2728, U+3081, U+4e13, U+4e19, U+4e1e, U+4e5c, U+4ea7, U+4ed7, U+4f20, U+4f8d, U+4ffe, U+5021, U+515c, U+51a4, U+51e0, U+521b, U+522b, U+532a, U+534e, U+5355, U+537f, U+5398, U+539d, U+541f, U+543c, U+544e, U+5509, U+5598, U+5622, U+5632, U+563f, U+5641, U+566a, U+5695, U+569f, U+56ae, U+56da, U+573a, U+574e, U+5835, U+584c, U+5885, U+58ae, U+5a1f, U+5ac2, U+5b24, U+5bb0, U+5bde, U+5be1, U+5bfc, U+5c39, U+5c4c, U+5c60, U+5e76, U+5e7f, U+5e9a, U+5eb8, U+5f13, U+5f6c, U+6127, U+61f2, U+6208, U+620a, U+620c, U+6252, U+62ef, U+6328, U+633d, U+6362, U+63b0, U+63c9, U+640f, U+64a9, U+6514, U+652c, U+655e, U+6583, U+658c, U+6627, U+66f3, U+6734, U+6743, U+676d, U+67c4, U+67da, U+68cd, U+68f2, U+690e, U+6ab3, U+6b16, U+6b38, U+6b3d, U+6bc6, U+6ca1, U+6cab, U+6d8c, U+6dea, U+6e32, U+6e3e, U+6e58, U+6eef, U+6ef2, U+6fe4, U+708a, U+7130, U+7165, U+7172, U+71c9, U+71ed, U+7232, U+7239, U+7261, U+7280, U+72a7, U+72f8, U+73c8, U+7464, U+753b, U+754f, U+755c, U+75d8, U+76ea, U+776b, U+7779, U+777f, U+7784, U+778e, U+77db, U+77ee, U+79e4, U+7a46, U+7a57, U+7aba, U+7aed, U+7b4d, U+7c7b, U+7c7d, U+7d13, U+7d33, U+7dbb, U+7df9, U+7e46, U+7ea7, U+8085, U+8165, U+81fb, U+82b8, U+82d3, U+8343, U+839e, U+83e9, U+840d, U+851a, U+853d, U+8543, U+859b, U+85fb, U+87fb, U+888d, U+88c5, U+8adc, U+8b0a, U+8bb0, U+8bbe, U+8bc4, U+8bf4, U+8c5a, U+8cc3, U+8ce4, U+8d44, U+8e81, U+8f44, U+8f66, U+8fdb, U+900d, U+9063, U+914c, U+9223, U+9226, U+923a, U+925b, U+9264, U+929c, U+92b9, U+9320, U+934d, U+935b, U+9444, U+957f, U+96a7, U+97ad, U+97cc, U+9898, U+98ea, U+9921, U+9952, U+9a55, U+9b0d, U+9b91, U+9bca, U+9ebd, U+9f4b, U+e60f-e610, U+ff1c-ff1d, U+ff21, U+ff38, U+ff9f, U+fffd, U+1f602;
}
/* [105] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.105.woff2) format('woff2');
  unicode-range: U+e17, U+e22, U+2103, U+25a0, U+266a, U+3014-3015, U+4e1a, U+4e50, U+4f10, U+4f6c, U+4f70, U+4fcf, U+5006, U+50d1, U+5170, U+518c, U+51f0, U+51f6, U+51f9, U+5219, U+5256, U+525d, U+52c9, U+5349, U+5351, U+5356, U+5375, U+53db, U+53ee, U+53f7, U+5492, U+54fa, U+5538, U+55bb, U+55e8, U+5757, U+58be, U+5937, U+59dc, U+59e8, U+5a49, U+5a9a-5a9b, U+5ab3, U+5b9b, U+5b9e, U+5be8, U+5c37, U+5c4e, U+5d14, U+5d19, U+5d4c, U+5d50, U+5deb, U+5e84, U+5e94, U+5ec2, U+5f17, U+5f26, U+5f55, U+5f77, U+5f7f, U+5fbd, U+6052, U+6064-6065, U+608d, U+609a, U+6101, U+611a, U+614c, U+621a, U+6237, U+6284, U+6296, U+62e9, U+632a-632b, U+634f, U+6488, U+6500, U+652a, U+6556, U+65e0, U+65ec, U+6643, U+679a, U+6850, U+6893, U+6897, U+68b3, U+68d5, U+6930, U+6960, U+6a11, U+6a38, U+6a3a, U+6b22, U+6b67, U+6b6a, U+6c59, U+6c83, U+6ccc, U+6df5, U+6ef7, U+6f3e, U+6f80, U+70ed, U+7164, U+722a, U+7260, U+7272, U+73b0, U+74ca, U+74e3, U+7538, U+7586, U+75b5, U+7624, U+7661-7662, U+7838, U+786e, U+788c, U+7950, U+79a6, U+79aa, U+7a40, U+7a62, U+7bf7, U+7c3e, U+7c98, U+7ca5, U+7d21, U+7d2e, U+7dba, U+7dec, U+7e79, U+7ecf, U+7edf, U+7f79, U+8086, U+810a, U+8139, U+813e, U+817a, U+81b3, U+821f, U+8247, U+8259, U+8271, U+8431, U+846c, U+849c, U+84b2, U+84c4, U+8513-8514, U+8549, U+8755, U+8877, U+8881, U+88f9, U+8a1d, U+8a3c, U+8a6d-8a6e, U+8a93, U+8ae7, U+8af7, U+8b17, U+8b5a, U+8ba1, U+8bba, U+8cdc, U+8dea, U+8f6c, U+8f7d, U+8fc7, U+8fd9, U+902e, U+90ca, U+916a, U+916c, U+921e, U+9245, U+947c, U+9594, U+95a8, U+95ee, U+95f4, U+9706, U+971e, U+9756, U+980c, U+9891, U+98b1, U+98fc, U+9903, U+9957, U+99ae, U+99ff, U+9db4, U+e602-e605, U+e611, U+ff16-ff19;
}
/* [106] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.106.woff2) format('woff2');
  unicode-range: U+a5, U+2190-2191, U+2193, U+22c1, U+2302, U+25cb, U+2699, U+2709, U+4e0e, U+4e18, U+4e3a, U+4e48, U+4e91, U+4eec, U+4f3d, U+5112, U+524a, U+52a3, U+52ab, U+52c3, U+52f3, U+52fb, U+5320, U+5339, U+533f, U+53e2, U+543e, U+5480, U+5495, U+5497, U+5564, U+5572, U+55c6, U+55ef, U+563b, U+5653, U+5657, U+56b7, U+5764, U+5824, U+58d8, U+5955, U+5983, U+598d, U+59a8, U+59da, U+59e6, U+5a36, U+5bb5, U+5bc2, U+5bee, U+5bf9, U+5cb3, U+5d17, U+5dbc, U+5e2e, U+6070, U+60df, U+6190, U+61a4, U+61be, U+61fc, U+62ac, U+62bc, U+636e, U+6398, U+63a9, U+6435, U+6487, U+6495, U+64ab, U+64bf, U+6577, U+65ac, U+6602, U+6652, U+66f9, U+672d, U+6761, U+683d, U+68ad, U+68b5, U+68da, U+68e7, U+6a59, U+6a61, U+6ae5, U+6b47, U+6bef, U+6c50, U+6c9b, U+6e23, U+6e34, U+6e4a, U+6e67, U+6ea2, U+6eb6, U+6f20, U+6feb, U+7149, U+714c, U+715e, U+7199, U+71ac, U+7231, U+7262, U+7409, U+745f, U+7469, U+7504, U+7535, U+753a, U+75f4, U+7682, U+76ba, U+76f2, U+77fd, U+780d, U+7832, U+78c5, U+78ef, U+7901, U+79be, U+79c9, U+79e6, U+7a1a, U+7a84, U+7aca, U+7cb5, U+7cb9, U+7cdf, U+7ce7, U+7d6e, U+7db1, U+7def, U+7e61, U+7e7d, U+7e8f, U+7f38, U+7f77, U+7fa8, U+7fc5, U+7fe1, U+7ff9, U+800d, U+8015, U+8054, U+80a2, U+80aa, U+80ba, U+814e, U+8180, U+819d, U+81c0, U+828b, U+82ad, U+82af, U+83f1, U+83f8, U+8403, U+8475, U+84bc, U+84c9, U+84ec, U+8523, U+8569, U+8591, U+85b0, U+86d9, U+8774, U+881f, U+884d, U+88d4, U+89c4, U+89c6, U+8a60, U+8a79, U+8b19, U+8bd5, U+8bf7, U+8c03, U+8c79, U+8cc8, U+8d9f, U+8e10, U+8e48, U+8faf, U+9009, U+9017, U+9175, U+9187, U+918b, U+91d8, U+9214, U+946b, U+9470, U+9640, U+9675, U+96ef, U+9716, U+97cb, U+97e9, U+985b, U+99b3, U+9b4f, U+9d09, U+9e9f, U+9edb, U+9f90, U+ff05, U+ff14, U+1f464;
}
/* [107] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.107.woff2) format('woff2');
  unicode-range: U+25ce, U+4e08, U+4e2a, U+4e56, U+4e9a, U+4ea8, U+4ead, U+4ec7, U+4f3a, U+4f51, U+4f62, U+4faf, U+507d, U+5098, U+50ac, U+5147, U+5173, U+5187, U+51f8, U+52a1, U+52a8, U+52f8, U+535c, U+53ed, U+541e, U+5435, U+5475, U+54a9, U+54c0, U+54c7, U+5589, U+5605, U+5690, U+5733, U+5782, U+57c3, U+5858, U+5893, U+589c, U+58e2, U+5974, U+599e, U+59a5, U+59ec, U+5b66, U+5b99, U+5b9d, U+5c2c, U+5c48, U+5c65, U+5cfd, U+5d0e, U+5dba, U+5de2, U+5e06, U+5e15, U+5ec1, U+5ed6, U+5f00, U+5f4c, U+5f65, U+6055, U+609f, U+60b6, U+6241, U+624e, U+626f, U+6291, U+62cc, U+62d3, U+62d8, U+62da, U+62fe, U+6349, U+6367, U+63ea, U+6454, U+64a4, U+64b2, U+64bc, U+64c5, U+64ce, U+6558, U+6572, U+65a5, U+65e8, U+65ed, U+6606, U+6614, U+6670, U+6688, U+673a, U+674f, U+6770, U+6795, U+68cb, U+6912, U+6953, U+6aac, U+6aaf, U+6ab8, U+6b20, U+6b96, U+6bbf, U+6bc5, U+6c6a, U+6cbe, U+6d59, U+6d78, U+6dc7, U+6deb, U+6e7e, U+6e9c, U+6f3f, U+6f51, U+6f70, U+6f84, U+704c, U+7051, U+70ab, U+70ad, U+70f9, U+7119, U+714e, U+71d9, U+71e5-71e6, U+72c4, U+72d0, U+72e0, U+7334, U+744b, U+7455, U+74f7, U+7529, U+75ab, U+75b2, U+766e, U+76c3, U+76fc, U+76fe, U+7891, U+7948, U+7a74, U+7b28, U+7c60, U+7c72, U+7cca, U+7ebf, U+7f55, U+7ff0, U+8154, U+81c2, U+81d8, U+81e3, U+81e5, U+8292, U+8299, U+8302, U+8304, U+8332, U+83c1, U+83c7, U+83ca, U+845b, U+8490, U+85af, U+8650, U+8667, U+8abc, U+8b0e, U+8b39, U+8bed, U+8c54, U+8c6b, U+8c9e, U+8ca7, U+8caa-8cab, U+8ce6, U+8cec-8ced, U+8eb2, U+8eba, U+8fb0, U+901d, U+908f, U+9127, U+91c0, U+9215, U+92b3, U+932b, U+93fd, U+95ca, U+964c, U+96c0, U+970d, U+9774, U+97fb, U+9812, U+9817, U+9913, U+9935, U+99c1, U+9b31, U+9d5d, U+9d6c, U+9e79, U+fe0f, U+fe30, U+ff0b, U+ff10, U+ff15;
}
/* [108] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.108.woff2) format('woff2');
  unicode-range: U+b0, U+926, U+928, U+939, U+93f-940, U+94d, U+200b, U+22ef, U+25ba, U+25c6, U+2665, U+4e4f, U+4e59, U+4f0d, U+4f0f, U+4f19, U+4f59, U+4fae, U+5075, U+50b2, U+50b5, U+511f, U+5141, U+5146, U+514c, U+5185, U+51dd, U+51fd, U+522e, U+5319, U+533a, U+5378, U+53ad, U+53c9, U+53d1, U+53d4, U+543b, U+5442, U+5446, U+5481, U+54e9, U+5507, U+5565, U+559a, U+55aa, U+5606, U+56ca, U+56fe, U+582a, U+58fa, U+5915, U+5949, U+5962, U+5996, U+59fb, U+5a77, U+5b0c, U+5b5f, U+5bd3, U+5be2, U+5bfa, U+5c41, U+5ca9, U+5d07, U+5ec8, U+5eca, U+5f18, U+5f4e, U+5f59, U+5f6d, U+5f79, U+5fb9, U+6028, U+6062, U+6068, U+606d, U+6094, U+60f1, U+6108-6109, U+614e, U+6170, U+617e, U+61b2, U+61f8, U+6247, U+626d, U+6276, U+62ab, U+62cb, U+62f3, U+6368, U+6380, U+6492, U+64b0, U+64e0, U+6570, U+660f, U+6649, U+6691, U+66a8, U+6749, U+67f1, U+67f3-67f4, U+6842, U+6851, U+687f, U+68df, U+69fd, U+6a58, U+6c27, U+6c88, U+6cca, U+6cdb, U+6d29, U+6d66, U+6daf, U+6f01, U+6f06, U+6f58, U+6f62, U+6f6d, U+6fa1, U+6ff1, U+6ffe, U+7058, U+70ae, U+7235, U+7267, U+73ca, U+742a, U+758f, U+75bc, U+76c6, U+7740, U+7955, U+7a00, U+7a3b, U+7b4b, U+7bad, U+7be9, U+7c4c, U+7cfe, U+7dbf, U+7e2b, U+7e31, U+7f9e, U+7fc1, U+7ffc, U+8096, U+809d, U+80de, U+8108, U+8155, U+816b, U+81df, U+8277, U+82bd, U+8352, U+8393, U+8404, U+8525, U+856d, U+8587, U+8606, U+868a, U+8776, U+87ba, U+87f9, U+886b, U+8870, U+88d5, U+896a, U+896f, U+8a23, U+8a87, U+8ad2, U+8b00, U+8b20, U+8cb8, U+8cca, U+8ce0, U+8d39, U+8d6b, U+8d81, U+8db4, U+8e29, U+8ef8, U+8f1b, U+8f5f, U+8fa8, U+906e, U+9077, U+90aa, U+90b1, U+90c1, U+9165, U+919c, U+92c1, U+95d6, U+95e8, U+975a, U+98c6, U+9ecf, U+9f0e, U+9f52, U+feff, U+ff06, U+ff0a, U+ff12-ff13;
}
/* [109] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.109.woff2) format('woff2');
  unicode-range: U+627-629, U+631, U+639, U+644, U+64a, U+25cf, U+2606, U+2764, U+3008-3009, U+4e1f, U+4e38, U+4e43, U+4ed5, U+4ef0, U+4eff, U+4fb6, U+4fe0, U+5085, U+50a2, U+50be, U+5118, U+5211-5212, U+5272, U+52fe, U+5366, U+53b2, U+53ec, U+54ac, U+5587, U+55b5, U+561b, U+5751, U+576a, U+57cb, U+58ef, U+592f, U+594f, U+5951, U+5954, U+596e, U+59d1, U+5ac1, U+5acc, U+5b8b, U+5c4d, U+5c6f, U+5ca1, U+5d29, U+5de1, U+5dfe, U+5e7d, U+5edf, U+5ef7, U+5f7c, U+5f81, U+5fa1, U+5faa, U+5fcc, U+5ffd, U+6021, U+6046, U+6155, U+6212, U+62b9, U+6316, U+6350, U+6478, U+647a, U+6490, U+64e6, U+6524, U+6591, U+659c, U+65a4, U+65e6, U+65f6, U+6607, U+6674, U+6765, U+679d, U+68a8, U+6b3a, U+6c57, U+6c61, U+6c90, U+6cbf, U+6d69, U+6db5, U+6dcb, U+6dd1, U+6e21, U+70d8, U+71c3, U+71d5, U+722c, U+727d, U+72ac, U+72fc, U+731c, U+7336, U+7344, U+7384, U+73ab, U+7433-7434, U+745c, U+7470, U+758a, U+75d5, U+7652, U+76c8, U+76e7, U+7709, U+7720, U+7747, U+7763, U+77ac-77ad, U+7802, U+78a7, U+78a9, U+78b3, U+78c1, U+78da, U+7926, U+796d, U+798d, U+7aae, U+7b52, U+7c92, U+7d68, U+7d81, U+7e5e, U+7e69, U+7e73, U+7f50, U+7f70, U+7f75, U+8058, U+8070, U+80c3, U+8105-8106, U+8179, U+818f, U+81a9, U+81ed, U+820c-820d, U+82d1, U+838e, U+83cc, U+8461, U+84b8, U+852c, U+857e, U+85e4, U+863f, U+8679, U+86c7, U+8702, U+8896, U+88c2, U+88f8, U+8af8, U+8b7d, U+8ca2, U+8cc0, U+8d64, U+8d74, U+8d99, U+8e5f, U+8e8d, U+8ecc, U+8ed2, U+8fb1, U+8fc5, U+9022, U+9038, U+903e, U+905c, U+9072, U+9081, U+9189, U+9234, U+92d2, U+934a, U+95a3, U+962a, U+9646, U+9676, U+96d5, U+971c, U+9838, U+9875, U+98c4, U+99db, U+9a45, U+9a5f, U+9a6c, U+9ad2, U+9cf4, U+9d28, U+9daf, U+9df9, U+9e7d, U+9f9c, U+ff11, U+ff1e;
}
/* [110] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.110.woff2) format('woff2');
  unicode-range: U+2500, U+25bc, U+4e95, U+4f50, U+4f54, U+4f69, U+4fc4, U+4fca, U+5009, U+50bb, U+5154, U+51cc, U+528d, U+5291, U+52d2, U+52e4, U+5353, U+5360, U+540a-540b, U+5410, U+54f2, U+5510, U+5514, U+5537, U+558a, U+55ac, U+5617, U+56fd, U+573e, U+5766, U+5783, U+57d4, U+5806, U+5821, U+5857, U+5875, U+58f9, U+596a, U+59ae, U+59c6, U+59ca, U+59ff, U+5a03, U+5ae9, U+5b64, U+5bb4, U+5c3f, U+5e16, U+5e45, U+5e72, U+5ec9, U+5f90-5f92, U+6012, U+6016, U+6084-6085, U+6089, U+60a0, U+60a3, U+60b2, U+60d1, U+60f9, U+6148, U+6158, U+6191, U+626e, U+62d4, U+632f, U+633a, U+6355, U+63aa, U+642c, U+64a5, U+64cb, U+6566, U+6575, U+6597, U+660c, U+66b1, U+66ec, U+6731, U+6735, U+675c, U+67ef, U+6846, U+6876, U+6881, U+68af-68b0, U+68c9, U+6905, U+6b98, U+6bc0, U+6beb, U+6c0f, U+6c1b, U+6c41, U+6ce5, U+6cf3, U+6d25, U+6d2a, U+6d3d, U+6d6e, U+6dd8, U+6dda, U+6dfa, U+6e9d, U+6eaa, U+6ec5, U+6ecb, U+6ef4, U+6f0f, U+6f32, U+707d, U+708e, U+7092, U+716e, U+723a, U+731b, U+7345, U+7375, U+7378, U+73b2, U+74e6, U+75be, U+75de, U+764c, U+76dc, U+788e, U+7897, U+789f, U+78b0, U+790e, U+7965, U+7a4e, U+7aa9, U+7c43, U+7d17, U+7dd2, U+7e96, U+7f51, U+7f69, U+7f72, U+7fd4, U+7fe0, U+8017, U+80a9, U+80d6, U+8102, U+8150, U+8178, U+81bd, U+829d, U+82ac, U+8303, U+840c, U+8482, U+8499, U+85a9-85aa, U+883b, U+8861, U+88c1, U+88cf, U+88d9, U+8a3a, U+8a98, U+8aee, U+8c8c, U+8ce2, U+8d0f, U+8da8, U+8dcc, U+8e0f, U+8e22, U+8f1d, U+8f29, U+8fad, U+9003, U+9006, U+903c, U+904d, U+9059, U+9075, U+90ce, U+90ed, U+9130, U+91ac, U+91e3, U+9285, U+9298, U+92ea, U+9326, U+937e, U+93c8, U+95c6, U+9677, U+9727, U+994b, U+99a8, U+99d0, U+9a30, U+9a37, U+9b42, U+9b45, U+9d3b, U+9e7f, U+9ee8, U+9f3b, U+c5b4;
}
/* [111] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.111.woff2) format('woff2');
  unicode-range: U+5e, U+2502, U+2605, U+4e32, U+4e58, U+4ea1, U+4ef2, U+4f2f-4f30, U+4f75, U+4fd7, U+4ff1, U+501f, U+5049, U+5074, U+5091, U+5144, U+517c, U+51c6, U+51cd, U+5269-526a, U+52aa, U+52c1, U+52c7, U+52df, U+5377, U+541b, U+5439, U+5440, U+5448, U+54aa, U+54e6, U+54ed, U+5674, U+5687, U+585e, U+588a, U+58a8, U+58c1, U+5925, U+5948, U+5999, U+59b3, U+5a1c, U+5a46, U+5b54, U+5b5d, U+5b6b, U+5b8f, U+5bd2, U+5be9, U+5c0a, U+5c16, U+5c46, U+5cf0, U+5e25, U+5e3d, U+5e79, U+5ee2, U+5f04, U+5f31, U+5fcd, U+5fe0, U+60dc, U+6163, U+616e, U+6182, U+61f6, U+622a, U+6258, U+6293, U+62c6, U+62d2, U+6372, U+63da, U+63ed-63ee, U+6416, U+6458, U+649e, U+64ec, U+64f4, U+651c, U+65cb, U+65e2, U+65fa, U+6628, U+6668, U+66a2, U+66c9, U+66fc, U+6717, U+67cf, U+67d4, U+6817, U+6885, U+69cd, U+6a6b, U+6afb, U+6b32, U+6b49, U+6bbc, U+6c89, U+6c96, U+6cc9, U+6d1b, U+6d1e, U+6dfb, U+6efe, U+6f38, U+6f5b, U+6f64, U+6f8e, U+6fa4, U+7070, U+70b8, U+70cf, U+70e4, U+7159, U+7169, U+7210, U+721b, U+7238, U+737b, U+73bb, U+746a, U+7483, U+74dc, U+74f6, U+7518, U+756a, U+75c7, U+775b, U+78e8, U+7919, U+7956, U+795d, U+7a0d, U+7bc9, U+7c97, U+7cd5, U+7d10, U+7d1b, U+7de9, U+7dfb, U+7e3e, U+7e6a, U+7f6a, U+7f8a, U+7fbd, U+8000, U+8036, U+809a, U+80ce, U+80e1, U+80f8, U+8170, U+819c, U+8216, U+8239, U+8266, U+827e, U+82b3, U+8377, U+83ab, U+85c9, U+865b, U+8766, U+87a2, U+87f2, U+8972, U+8a17, U+8a50, U+8a95, U+8b02, U+8b6f, U+8c6c, U+8ca9, U+8cfa, U+8d95, U+8de1, U+8f14, U+8f9b, U+8fa3, U+8feb, U+8ff4, U+9010, U+901b, U+905e, U+9080, U+912d, U+9177, U+91c7, U+9336, U+9451, U+947d, U+963b, U+966a, U+9670, U+9769, U+9813, U+98fd, U+99d5, U+9a19, U+9b27, U+9b6f, U+9ece, U+9ed8, U+9f13, U+9f20, U+ad6d, U+d55c;
}
/* [112] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.112.woff2) format('woff2');
  unicode-range: U+201c-201d, U+203b, U+2192, U+25b2, U+300f, U+4e01, U+4e39, U+4e73, U+4e88, U+4e8e, U+4ed9, U+4f0a, U+4f38, U+4f5b, U+4fc3, U+500d, U+504f, U+5076-5077, U+5100, U+5104, U+5132, U+5175, U+5192, U+51a0, U+51ac, U+51e1, U+51f1, U+5200, U+5224, U+5237-5238, U+523a, U+526f, U+5289, U+52de, U+52f5, U+5371, U+539a, U+53e5, U+540e, U+547c, U+552f, U+5531, U+5634, U+56c9, U+56f0, U+574a, U+5761, U+57f7, U+57f9, U+5805, U+5851, U+5854, U+586b, U+58fd, U+592e, U+5967, U+59bb, U+59d3, U+5a18, U+5b30, U+5b55, U+5b87, U+5b97, U+5be7, U+5bec, U+5bf8, U+5c24, U+5cb8, U+5df7, U+5e1d, U+5e2d, U+5e7b, U+5f1f, U+5f70, U+5fd9, U+61b6, U+6234, U+62b5, U+62d6, U+62dc, U+62fc, U+6383, U+63cf, U+63d2, U+63e1, U+640d, U+64cd, U+64fa, U+64fe, U+654f, U+6562, U+656c, U+65c1, U+65d7, U+6620, U+6676, U+6697, U+66ab, U+66c6, U+66dd, U+66ff, U+671d, U+672b, U+677e, U+67d0, U+67d3, U+68c4, U+690d, U+694a, U+695a, U+6ac3, U+6b04, U+6b23, U+6b78, U+6b8a, U+6c60, U+6d74, U+6d89, U+6db2, U+6dbc, U+6de1, U+6df7, U+6e38, U+6e6f, U+6f02, U+6fc3, U+6fd5, U+70c8, U+7126, U+718a, U+723d, U+7246, U+72af, U+73cd, U+760b, U+7626, U+7687, U+79df, U+7a05, U+7a3f, U+7a69, U+7af6, U+7c3d, U+7c3f, U+7c4d, U+7cd6, U+7d0b, U+7d2b, U+7de3, U+7e2e, U+8010, U+808c, U+80a5, U+80af, U+812b, U+817f, U+819a, U+82d7, U+8389-838a, U+83f2, U+840a, U+8463, U+8521, U+8584, U+860b, U+864e, U+871c, U+878d, U+885d, U+8932, U+89f8, U+8a69, U+8afe, U+8b5c, U+8c37, U+8c46, U+8cbf, U+8cd3, U+8cf4, U+8d08, U+8d0a, U+8ddd, U+8fea, U+9014, U+9055, U+907a, U+9178, U+92fc, U+934b, U+9396, U+93ae, U+9583, U+9663, U+96bb, U+9707, U+9738, U+9846, U+9905, U+9a0e, U+9aa8, U+9b25, U+9b3c, U+9ce5, U+9cf3, U+9ea5, U+9eb5, U+9f4a, U+9f61, U+ff0d;
}
/* [113] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.113.woff2) format('woff2');
  unicode-range: U+3c, U+d7, U+300e, U+4e4e, U+4e82, U+4e92, U+4ec1, U+4ecd, U+4f48, U+4f53, U+4fb5, U+5012, U+502b, U+522a, U+52dd, U+52ff, U+532f, U+53eb, U+53f3, U+5409, U+5433, U+5496, U+54c8, U+554a, U+5561, U+5594, U+559d, U+56b4, U+56fa, U+5713, U+5750, U+57df, U+584a, U+58c7, U+58de, U+593e, U+5976, U+59d0, U+59d4, U+5a66, U+5b85, U+5b88, U+5ba3, U+5bae, U+5bbf, U+5bdf, U+5c01, U+5c04, U+5c3a, U+5c3e, U+5c4f, U+5ddd-5dde, U+5de8, U+5e63, U+5e7c, U+5e8a, U+5eda, U+5ef3, U+5ef6, U+5f48, U+6015, U+6025, U+602a, U+6050, U+6069, U+60e1, U+6162, U+6176, U+61c2, U+6200, U+6263, U+6279, U+6297, U+62b1, U+62bd, U+62ec, U+6311, U+6377, U+6388-6389, U+638c, U+63a2, U+63f4, U+641e, U+6436, U+64c1, U+6551, U+6557, U+6563, U+6696, U+66b4, U+66f2, U+6751, U+675f, U+676f, U+6790, U+6838, U+684c, U+68d2, U+6982, U+699c, U+69ae, U+69cb, U+6a39, U+6a4b, U+6b66, U+6bd2, U+6cb3, U+6ce1, U+6d3e, U+6de8, U+6ed1, U+6f22, U+6f54, U+6fc0, U+6fdf, U+719f, U+71c8, U+7236, U+7259, U+72d7, U+7389, U+73e0, U+745e, U+751a, U+7532-7533, U+7562, U+7591, U+75c5, U+75db, U+7686, U+76d2, U+76db, U+76df, U+76e3, U+7701, U+7761, U+786c, U+7981, U+79cb, U+79d2, U+79fb, U+7a81, U+7a97, U+7aef, U+7b26, U+7b80, U+7c64, U+7d0d, U+7d14, U+7d2f, U+7dca, U+7df4, U+7e54, U+7e6b, U+7f3a, U+8033, U+804a, U+805a, U+81a0, U+81e8, U+8212, U+821e, U+82e6, U+8336, U+8449, U+84cb, U+84ee, U+85e5, U+8607, U+888b, U+8a13, U+8a5e, U+8aa0, U+8aa4, U+8ab0, U+8ab2, U+8ac7, U+8b66, U+8c6a, U+8c93, U+8c9d, U+8de8, U+8f2a, U+8fb2, U+906d, U+907f, U+90a6, U+9109, U+9192, U+91cb, U+91dd, U+964d, U+9686, U+968e, U+9694, U+969c, U+96de, U+96e8, U+96ea, U+96f7, U+975c, U+9760, U+978b, U+9858, U+9918, U+9aee, U+9ebb, U+ff0e-ff0f, U+ff5c;
}
/* [114] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.114.woff2) format('woff2');
  unicode-range: U+b7, U+2022, U+2027, U+3042, U+3044, U+3046, U+3048, U+304a-3050, U+3053-3057, U+3059-305b, U+305d-3061, U+3063-306c, U+306e-3079, U+307b, U+307d-307f, U+3082-308d, U+308f, U+3092-3093, U+30a1-30a4, U+30a6-30c1, U+30c3-30c4, U+30c6-30e1, U+30e3-30ed, U+30ef, U+30f3, U+30fb-30fc, U+4e7e, U+4ea6, U+4eac, U+4f34, U+50b7, U+51b0, U+523b, U+5283, U+5348, U+5354, U+54e5, U+5708, U+590f, U+592b, U+599d, U+59b9, U+5a01, U+5a5a, U+5de7, U+5e78, U+5e9c, U+5fb5, U+6167, U+61f7, U+627f, U+63a1, U+64d4, U+65bd, U+68ee, U+6b4c, U+6bba, U+6c5f, U+6d0b, U+6d6a, U+6e1b, U+6e56, U+6f6e, U+71d2, U+722d, U+72c2, U+751c, U+7530, U+7642, U+76e1, U+79c0, U+7adf, U+7af9, U+7d9c, U+7da0, U+7e23, U+7e41, U+8056, U+8173, U+822a, U+8349, U+83dc, U+8840, U+885b, U+8907, U+8a34, U+8cb4, U+8dd1, U+8fd4, U+8ff0, U+93e1, U+984f, U+98ef, U+9b54;
}
/* [115] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.115.woff2) format('woff2');
  unicode-range: U+23-25, U+3d, U+2026, U+4e03, U+4e45, U+4e5d, U+4eae, U+4ed4, U+4ed8, U+4f01, U+4f11, U+4f3c, U+4f8b, U+4fc2, U+5019, U+505c, U+50c5, U+5145, U+51b7, U+5207, U+521d, U+525b, U+5287, U+52e2, U+535a, U+537b, U+5426, U+542b, U+5438, U+5462, U+54ea, U+555f, U+5566, U+5584, U+5609, U+570d, U+571f, U+5747, U+5802, U+58d3, U+591c, U+5920, U+5922, U+5957, U+5979, U+5a92, U+5abd, U+5b63, U+5b69, U+5b83, U+5b9c, U+5bb3, U+5bc4, U+5bf5, U+5c3c, U+5c40, U+5c4b, U+5c64, U+5cf6, U+5de6, U+5e0c, U+5e55, U+5eab, U+5ead, U+5ee0, U+5f85, U+5f8b, U+5fa9, U+5fd7-5fd8, U+5ff5, U+600e, U+6298, U+62db, U+62ff, U+639b, U+63a7, U+642d, U+6469, U+64ad, U+651d, U+653b, U+65b7, U+65cf, U+665a, U+666e, U+66fe, U+6728, U+674e, U+67b6, U+6821, U+6839, U+6843, U+6a94, U+6b50, U+6b62, U+6b72, U+6b7b, U+6bcd, U+6bdb, U+6c38, U+6c7a, U+6c7d, U+6c99, U+6cb9, U+6ce2, U+6cf0, U+6d17, U+6d32, U+6e2c, U+6fb3, U+7206, U+723e, U+725b, U+734e, U+7387, U+73ed, U+7565, U+7570, U+76ca, U+76e4, U+773e, U+77ed, U+77f3, U+7814, U+7834, U+7968, U+79d8, U+7a76, U+7a7f, U+7b11, U+7b46, U+7b54, U+7bc4, U+7d19, U+7d20, U+7d22, U+7d42, U+7d55, U+7e7c, U+7f85, U+7ffb, U+8077, U+8089, U+80cc, U+81c9, U+81f4, U+81fa, U+820a, U+822c, U+826f, U+85cd, U+86cb, U+88dc, U+8986, U+8a0e, U+8a2a, U+8a73, U+8a8c, U+8b1b, U+8b9a, U+8c50, U+8c61, U+8ca0, U+8cde, U+8cfd, U+8d8a, U+8df3, U+8e64, U+8ecd, U+8edf, U+8f38, U+8ff7, U+9000, U+9047, U+9060, U+90f5, U+9152, U+91ce, U+9280, U+9418, U+9435, U+9589, U+9592, U+9678, U+967d, U+968a, U+96aa, U+96c5, U+96d6, U+96dc, U+96f6, U+9732, U+9748, U+9802, U+9806, U+9808, U+9818, U+983b, U+984d, U+9867, U+98db, U+98f2, U+98fe, U+9a5a, U+9b06, U+9b5a, U+9bae, U+9e97, U+ff1b, U+ff5e;
}
/* [116] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.116.woff2) format('woff2');
  unicode-range: U+26, U+40, U+5f, U+4e14, U+4e9e, U+4ec0, U+4f4e-4f4f, U+4f73, U+4fee, U+503c, U+5047, U+514b, U+516b, U+516d, U+5178, U+520a, U+5236, U+5343, U+5347, U+534a, U+5370, U+53cd, U+53e4, U+53e6, U+53f2, U+5403, U+5411, U+5427, U+5468, U+5473, U+547d, U+552e, U+55ce, U+5740, U+57ce, U+5883, U+589e, U+5931, U+5947, U+59cb, U+5a1b, U+5b58, U+5b98, U+5ba4, U+5bc6, U+5bcc, U+5beb, U+5bf6, U+5c45, U+5c6c, U+5dee, U+5df4, U+5e03, U+5e33, U+5e6b, U+5e7e, U+5e8f, U+5e95, U+5ea7, U+5f15, U+5f62, U+5f69, U+5f80, U+5fae, U+5fb7, U+601d, U+60e0, U+614b, U+6230, U+6236, U+623f, U+628a, U+6295, U+62c9, U+6309, U+63db, U+64c7, U+64ca, U+64da, U+652f, U+6545, U+6548, U+65af, U+65e9, U+6625, U+666f, U+667a, U+670b, U+671b, U+6750, U+677f, U+6848, U+6975, U+6a13, U+6a21, U+6aa2, U+6b65, U+6b77, U+6bb5, U+6cc1, U+6ce8, U+6df1, U+6e90, U+6e96, U+6eab, U+6f14, U+6f2b, U+700f, U+706b, U+724c, U+72c0, U+7368, U+7372, U+74b0, U+756b, U+76ae, U+773c, U+78ba, U+78bc, U+798f, U+79ae, U+7a4d, U+7ae5, U+7b56, U+7b97, U+7bb1, U+7bc7, U+7c73, U+7c89, U+7d00, U+7d30, U+7d39, U+7d72, U+7dad, U+7e8c, U+7f6e, U+7fa4, U+7fa9, U+7fd2, U+8003, U+807d, U+80a1, U+80b2, U+8166, U+8208-8209, U+82e5, U+843d, U+85cf, U+85dd, U+862d, U+8857, U+8863, U+88e1, U+89ba, U+89d2, U+8a31, U+8a62, U+8a66, U+8a72, U+8abf, U+8b1d, U+8b58, U+8b70, U+8b80, U+8ca1, U+8ca8, U+8cac, U+8cbc, U+8d70, U+8da3, U+8db3, U+8ddf, U+8f03, U+8f15, U+8f2f, U+8fa6, U+8fce, U+8ffd, U+900f, U+9031, U+9069, U+908a, U+91ab, U+91cc, U+92b7, U+9322, U+932f, U+9375, U+9632, U+963f, U+9644, U+9662, U+9673, U+96a8, U+96c4, U+96d9, U+96e2-96e3, U+96f2, U+9752, U+97d3, U+97ff, U+9805, U+9810, U+986f, U+990a, U+9910, U+9928, U+9ec3, U+9ed1, U+9f8d;
}
/* [117] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.117.woff2) format('woff2');
  unicode-range: U+3e, U+7e, U+3000, U+300a-300b, U+3010-3011, U+4e16, U+4e26, U+4e94, U+4e9b, U+4ea4, U+4eca-4ecb, U+4efb, U+4efd, U+4f46, U+4f55, U+4f9b, U+4f9d, U+4fbf, U+505a, U+5065, U+5099, U+50cf, U+50f9, U+512a, U+5143, U+5148, U+514d, U+5152, U+5169, U+5171, U+5177, U+518a, U+5217, U+5225, U+5247, U+5275, U+529f, U+52a9, U+5305, U+5341, U+5357, U+5361, U+5373, U+53bb, U+53c3, U+53c8, U+53d6-53d7, U+53e3, U+53ea, U+53f8, U+5404, U+559c, U+5668, U+56db, U+56e0, U+5712, U+5718, U+578b, U+57fa, U+58eb, U+592a, U+5c0b, U+5c0e, U+5c11, U+5c1a, U+5c55, U+5c71, U+5df1, U+5e2b, U+5e36, U+5e97, U+5eb7, U+5ee3, U+5efa, U+5f35, U+5f37, U+5f88, U+5f9e, U+5fc5, U+606f, U+60a8, U+6232, U+624d, U+6253, U+627e, U+6280, U+62cd, U+6301, U+6307, U+6392, U+63a5, U+6539, U+653e-653f, U+6559, U+6574, U+65c5, U+6613, U+66f8, U+672a, U+6797, U+67e5, U+6a19, U+6a23, U+6b61, U+6bcf, U+6bd4, U+6c11, U+6c42, U+6d41, U+6d77, U+6d88, U+6e05, U+6e2f, U+6eff, U+7136, U+7167, U+71df, U+738b, U+73a9, U+7403, U+7531, U+7537, U+754c, U+7559, U+767d-767e, U+76f4, U+793a, U+795e, U+79c1, U+79d1, U+7a2e, U+7a31, U+7a7a, U+7ae0, U+7ba1, U+7bc0, U+7c21, U+7cfb, U+7d04-7d05, U+7d1a, U+7d44, U+7d66, U+7d71, U+7de8, U+7e3d, U+8001, U+800c, U+805e, U+8072, U+81f3, U+82b1, U+82f1, U+83ef, U+842c, U+8457, U+85a6, U+8655, U+8853, U+88ab, U+88dd, U+88fd, U+897f, U+898f, U+89aa, U+89bd, U+89c0, U+89e3, U+8a02, U+8a3b, U+8a55, U+8a8d, U+8a9e, U+8ad6, U+8b49, U+8b77, U+8b8a, U+8b93, U+8cb7, U+8ce3, U+8cea, U+8cfc, U+8f09, U+8fd1, U+9001, U+901f-9020, U+9054, U+90a3, U+914d, U+91cf, U+9304, U+95b1, U+9650, U+9664, U+969b, U+96b1, U+96c6, U+9700, U+975e, U+97f3, U+98a8, U+98df, U+9999, U+99ac, U+9a57, U+9ebc;
}
/* [118] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.118.woff2) format('woff2');
  unicode-range: U+d, U+2b, U+7c, U+a0, U+a9, U+300c-300d, U+4e09, U+4e3b, U+4e4b, U+4e5f, U+4e86, U+4e8b-4e8c, U+4eab, U+4ed6, U+4ee3-4ee4, U+4ef6, U+4f1a, U+4f4d, U+4f60, U+4f7f, U+4f86, U+4fdd, U+4fe1, U+5011, U+50b3, U+5149, U+5167, U+5176, U+518d, U+5229, U+524d, U+529b, U+52a0, U+52d9, U+5316-5317, U+5340, U+539f, U+53ca-53cb, U+5408, U+540c-540d, U+544a, U+548c, U+54c1, U+54e1, U+5546, U+554f, U+55ae, U+56de, U+5716, U+5831, U+5834, U+5916, U+5929, U+5973, U+597d, U+5982, U+5b57, U+5b78, U+5b89, U+5b8c, U+5b9a, U+5ba2, U+5bb9, U+5be6, U+5c07-5c08, U+5c0d, U+5c31, U+5de5, U+5df2, U+5e02, U+5e38, U+5e73-5e74, U+5ea6, U+5f0f, U+5f71, U+5f8c, U+5f97, U+5feb, U+6027, U+60c5, U+60f3, U+610f, U+611b, U+611f, U+61c9, U+6210, U+6216, U+6240, U+624b, U+63a8, U+63d0, U+641c, U+6536, U+6578, U+6599, U+65b9, U+660e, U+661f, U+662d, U+66f4, U+670d, U+671f, U+6771, U+679c, U+682a, U+683c, U+689d, U+696d, U+6a02, U+6a5f, U+6b0a, U+6b21, U+6b3e, U+6b64, U+6c23, U+6c34, U+6c92, U+6cbb, U+6cd5, U+6d3b, U+7063, U+7121, U+71b1, U+7247-7248, U+7269, U+7279, U+73fe, U+7406, U+7522, U+7576, U+767b, U+76ee, U+76f8, U+770b, U+771f, U+77e5, U+793e, U+7a0b, U+7acb, U+7ad9, U+7b2c, U+7b49, U+7cbe, U+7d50, U+7d61, U+7d93, U+7dda, U+7f8e, U+8005, U+806f, U+80fd, U+81ea, U+8207, U+8272, U+865f, U+8868, U+8981, U+898b, U+8996, U+8a00, U+8a08, U+8a0a, U+8a18, U+8a2d, U+8a71, U+8aaa, U+8acb, U+8cbb, U+8cc7, U+8d77, U+8d85, U+8def, U+8eab, U+8eca, U+8f49, U+9019-901a, U+9023, U+9032, U+904a-904b, U+904e, U+9053, U+9078, U+9084, U+90e8, U+90fd, U+91cd, U+91d1, U+9577, U+9580, U+9593, U+9762, U+982d, U+984c, U+985e, U+9996, U+9ad4, U+9ad8, U+9ede, U+ff01, U+ff08-ff09, U+ff1f;
}
/* [119] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.119.woff2) format('woff2');
  unicode-range: U+20-22, U+27-2a, U+2c-3b, U+3f, U+41-5d, U+61-7b, U+7d, U+ab, U+ae, U+b2-b3, U+bb, U+bf, U+c9, U+cd, U+d6, U+e0-ef, U+f1-f4, U+f6, U+f9-fa, U+fc-fd, U+101, U+103, U+110-111, U+113, U+12b, U+14d, U+16b, U+1a1, U+1b0, U+1ce, U+300-301, U+1ea1, U+1ea3, U+1ebf, U+1ec7, U+2013-2014, U+2039-203a, U+203c, U+2122, U+3001-3002, U+3113-3114, U+3118, U+311a-3129, U+4e00, U+4e0a-4e0b, U+4e0d, U+4e2d, U+4eba, U+4ee5, U+4f5c, U+500b, U+5165, U+5168, U+516c, U+51fa, U+5206, U+5230, U+52d5, U+53ef-53f0, U+570b, U+5728, U+5730, U+591a, U+5927, U+5b50, U+5bb6, U+5c0f, U+5fc3, U+6211, U+6587, U+65b0, U+65bc, U+65e5, U+662f, U+6642, U+6700, U+6703, U+6708-6709, U+672c, U+6b63, U+70b9-70ba, U+751f, U+7528, U+767c, U+7684, U+7db2, U+884c, U+958b, U+95dc, U+96fb, U+9801, U+ff0c, U+ff1a;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9i1pcekm_y.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9i1nyekm_y.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9i1niekm_y.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9i1ocek.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* [0] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.0.woff2) format('woff2');
  unicode-range: U+1f921-1f930, U+1f932-1f935, U+1f937-1f939, U+1f940-1f944, U+1f947-1f94a, U+1f950-1f95f, U+1f962-1f967, U+1f969-1f96a, U+1f980-1f981, U+1f984-1f98d, U+1f990-1f992, U+1f994-1f996, U+1f9c0, U+1f9d0, U+1f9d2, U+1f9d4, U+1f9d6, U+1f9d8, U+1f9da, U+1f9dc-1f9dd, U+1f9df-1f9e2, U+1f9e5-1f9e6, U+20024, U+20487, U+20779, U+20c41, U+20c78, U+20d71, U+20e98, U+20ef9, U+2107b, U+210c1, U+22c51, U+233b4, U+24a12, U+2512b, U+2546e, U+25683, U+267cc, U+269f2, U+27657, U+282e2, U+2898d, U+29d5a, U+f0001-f0005, U+f0019, U+f009b, U+f0101-f0104, U+f012b, U+f01ba, U+f01d6, U+f0209, U+f0217, U+f0223-f0224, U+fc355, U+fe327, U+fe517, U+feb97, U+fffb4;
}
/* [6] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.6.woff2) format('woff2');
  unicode-range: U+ff78-ff7e, U+ff80-ff86, U+ff89-ff94, U+ff97-ff9e, U+ffb9, U+ffe0-ffe3, U+ffe9, U+ffeb, U+ffed, U+fffc, U+1d7c7, U+1f004, U+1f0cf, U+1f141-1f142, U+1f150, U+1f154, U+1f158, U+1f15b, U+1f15d-1f15e, U+1f162-1f163, U+1f170-1f171, U+1f174, U+1f177-1f178, U+1f17d-1f17f, U+1f192-1f195, U+1f197-1f19a, U+1f1e6-1f1f5, U+1f1f7-1f1ff, U+1f21a, U+1f22f, U+1f232-1f237, U+1f239-1f23a, U+1f250-1f251, U+1f300, U+1f302-1f319;
}
/* [7] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.7.woff2) format('woff2');
  unicode-range: U+fa0a, U+fa0c, U+fa11, U+fa17, U+fa19, U+fa1b, U+fa1d, U+fa26, U+fa2c, U+fb01, U+fdfc, U+fe0e, U+fe33-fe36, U+fe38-fe44, U+fe49-fe51, U+fe54, U+fe56-fe57, U+fe59-fe5c, U+fe5f-fe6a, U+fe8e, U+fe92-fe93, U+feae, U+fecb-fecc, U+fee0, U+feec, U+fef3, U+ff04, U+ff07, U+ff26-ff2c, U+ff31-ff32, U+ff35-ff37, U+ff39-ff3a, U+ff3c, U+ff3e-ff5b, U+ff5d, U+ff61-ff65, U+ff67-ff68, U+ff6a, U+ff6c-ff77;
}
/* [8] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.8.woff2) format('woff2');
  unicode-range: U+f78a-f78c, U+f78e, U+f792-f796, U+f798, U+f79c, U+f7f5, U+f812, U+f815, U+f876, U+f8f5, U+f8f8, U+f8ff, U+f901-f902, U+f904, U+f906, U+f909-f90a, U+f90f, U+f914, U+f918-f919, U+f91b, U+f91d, U+f91f, U+f923, U+f925, U+f92d-f92f, U+f934, U+f937-f938, U+f93d, U+f93f, U+f941, U+f949, U+f94c, U+f94e-f94f, U+f95a, U+f95d-f95e, U+f961-f963, U+f965-f970, U+f974, U+f976-f97a, U+f97c, U+f97e-f97f, U+f981, U+f983, U+f988, U+f98a, U+f98c, U+f98e, U+f996-f997, U+f999-f99a, U+f99c, U+f99f-f9a0, U+f9a3, U+f9a8, U+f9ad, U+f9b2-f9b6, U+f9b9-f9ba, U+f9bd-f9be, U+f9c1, U+f9c4, U+f9c7, U+f9ca, U+f9cd, U+f9d0-f9d1, U+f9d3-f9d4, U+f9d7-f9d8, U+f9dc-f9dd, U+f9df-f9e1, U+f9e4, U+f9e8-f9ea, U+f9f4, U+f9f6-f9f7, U+f9f9-f9fa, U+f9fc-fa01, U+fa03-fa04, U+fa06, U+fa08-fa09;
}
/* [19] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.19.woff2) format('woff2');
  unicode-range: U+9ee5, U+9ee7, U+9eee, U+9ef3-9ef4, U+9ef6-9ef7, U+9ef9, U+9efb-9efd, U+9eff, U+9f07-9f09, U+9f10, U+9f14-9f15, U+9f19, U+9f22, U+9f29, U+9f2c, U+9f2f, U+9f31, U+9f34, U+9f37, U+9f39, U+9f3d-9f3e, U+9f41, U+9f4c-9f50, U+9f54, U+9f57, U+9f59, U+9f5c, U+9f5f-9f60, U+9f62-9f63, U+9f66-9f67, U+9f6a, U+9f6c, U+9f72, U+9f76-9f77, U+9f7f, U+9f84-9f85, U+9f88, U+9f8e, U+9f91, U+9f94-9f96, U+9f98, U+9f9a-9f9b, U+9f9f-9fa0, U+9fa2, U+9fa4, U+9ff0-9fff, U+a1f4, U+a4b0-a4b1, U+a4b3, U+a9c1-a9c2, U+aa31, U+ab34, U+ac00-ac01, U+ac04, U+ac08, U+ac10-ac11, U+ac13-ac16, U+ac19, U+ac1c-ac1d, U+ac24, U+ac70-ac71, U+ac74, U+ac77-ac78, U+ac80-ac81, U+ac83, U+ac8c, U+ac90, U+aca0, U+aca8-aca9, U+acac, U+acb0, U+acb8-acb9, U+acbc-acbd, U+acc1, U+acc4, U+ace0-ace1, U+ace4, U+ace8, U+acf0-acf1, U+acf3, U+acf5, U+acfc;
}
/* [20] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.20.woff2) format('woff2');
  unicode-range: U+9d77, U+9d7a, U+9d7e, U+9d87, U+9d89, U+9d8f, U+9d91-9d93, U+9d96, U+9d98, U+9d9a, U+9da1-9da2, U+9da5, U+9da9, U+9dab-9dac, U+9db1-9db2, U+9db5, U+9db9-9dbc, U+9dbf-9dc2, U+9dc4, U+9dc7-9dc9, U+9dd3, U+9dd6, U+9dd9-9dda, U+9dde-9ddf, U+9de2, U+9de5-9de6, U+9de8, U+9def-9df0, U+9df2-9df4, U+9df8, U+9dfa, U+9dfd, U+9dff, U+9e02, U+9e07, U+9e0a, U+9e11, U+9e15, U+9e18, U+9e1a-9e1b, U+9e1d-9e1e, U+9e20-9e23, U+9e25-9e26, U+9e2d, U+9e2f, U+9e33, U+9e35, U+9e3d-9e3f, U+9e42-9e43, U+9e45, U+9e48-9e4a, U+9e4c, U+9e4f, U+9e51, U+9e55, U+9e64, U+9e66, U+9e6b, U+9e6d-9e6e, U+9e70, U+9e73, U+9e75, U+9e78, U+9e80-9e83, U+9e87-9e88, U+9e8b-9e8c, U+9e90-9e91, U+9e93, U+9e96, U+9e9d, U+9ea1, U+9ea4, U+9ea6, U+9ea9-9eab, U+9ead, U+9eaf, U+9eb4, U+9eb7-9eba, U+9ebe-9ebf, U+9ecc-9ecd, U+9ed0, U+9ed2, U+9ed4, U+9ed9-9eda, U+9edc-9edd, U+9edf-9ee0, U+9ee2;
}
/* [21] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.21.woff2) format('woff2');
  unicode-range: U+9bf0-9bf1, U+9bf5, U+9bf7, U+9bf9, U+9bfd, U+9bff, U+9c02, U+9c06, U+9c08-9c0a, U+9c0d, U+9c10, U+9c12-9c13, U+9c15, U+9c1c, U+9c1f, U+9c21, U+9c23-9c25, U+9c28-9c29, U+9c2d-9c2e, U+9c31-9c33, U+9c35-9c37, U+9c39-9c3b, U+9c3d-9c3e, U+9c40, U+9c42, U+9c45-9c49, U+9c52, U+9c54, U+9c56, U+9c58-9c5a, U+9c5d, U+9c5f-9c60, U+9c63, U+9c67-9c68, U+9c72, U+9c75, U+9c78, U+9c7a-9c7c, U+9c7f-9c81, U+9c87-9c88, U+9c8d, U+9c91, U+9c94, U+9c97, U+9c9b, U+9ca4, U+9ca8, U+9cab, U+9cad, U+9cb1-9cb3, U+9cb6-9cb8, U+9cc4-9cc5, U+9ccc-9ccd, U+9cd5-9cd7, U+9cdd-9cdf, U+9ce7, U+9ce9, U+9cee-9cf0, U+9cf2, U+9cfc-9cfe, U+9d03, U+9d06-9d08, U+9d0e, U+9d10, U+9d12, U+9d15, U+9d17, U+9d1d-9d1f, U+9d23, U+9d2b, U+9d2f-9d30, U+9d34, U+9d37, U+9d3d, U+9d42, U+9d50, U+9d52-9d53, U+9d59, U+9d5c, U+9d5e-9d61, U+9d6a, U+9d6f-9d70;
}
/* [22] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.22.woff2) format('woff2');
  unicode-range: U+9a87, U+9a8a-9a8b, U+9a8f-9a91, U+9a97, U+9a9a, U+9a9e, U+9aa0-9aa1, U+9aa4-9aa5, U+9aaf-9ab1, U+9ab6-9ab7, U+9ab9-9aba, U+9abe, U+9ac0-9ac5, U+9ac8, U+9acb-9acc, U+9ace-9acf, U+9ad1, U+9ad5-9ad7, U+9ad9, U+9adf, U+9ae1, U+9ae3, U+9aea-9aeb, U+9aed, U+9aef, U+9af2, U+9af4, U+9af9, U+9afb, U+9afd, U+9b03-9b04, U+9b08, U+9b13, U+9b18, U+9b1f, U+9b22-9b23, U+9b28-9b2a, U+9b2c-9b30, U+9b32, U+9b3b, U+9b43, U+9b46-9b49, U+9b4b-9b4e, U+9b51, U+9b55, U+9b58, U+9b5b, U+9b5e-9b60, U+9b63, U+9b68-9b69, U+9b74, U+9b7d, U+9b80-9b81, U+9b83-9b84, U+9b87-9b88, U+9b8a-9b8b, U+9b8d-9b8e, U+9b90, U+9b92-9b95, U+9b97, U+9b9f-9ba0, U+9ba2-9ba3, U+9ba8, U+9bab, U+9bb0, U+9bb8, U+9bc0-9bc1, U+9bc3, U+9bc6-9bc8, U+9bd3-9bd7, U+9bd9, U+9bdb, U+9bdd, U+9be1-9be2, U+9be4-9be5, U+9be7, U+9bea, U+9bed-9bee;
}
/* [23] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.23.woff2) format('woff2');
  unicode-range: U+993c-9940, U+9943-9944, U+9948-994a, U+994c-994e, U+9951, U+9954, U+995c, U+995e-995f, U+9961-9962, U+9965, U+9968, U+996a, U+996d-9972, U+9975-9976, U+997a, U+997c, U+997f-9980, U+9984-9985, U+9988, U+998b, U+998d, U+998f, U+9992, U+9994-9995, U+9997-9998, U+999c, U+999e, U+99a0-99a1, U+99ab, U+99af, U+99b1, U+99b4, U+99b9, U+99c4-99c6, U+99cf, U+99d1-99d2, U+99d4, U+99d6, U+99d8-99d9, U+99df, U+99e1-99e2, U+99e9, U+99ee, U+99f0, U+99f8, U+99fb, U+9a01-9a05, U+9a0c, U+9a0f-9a13, U+9a16, U+9a1b-9a1c, U+9a20, U+9a24, U+9a28, U+9a2b, U+9a2d-9a2e, U+9a34-9a36, U+9a38, U+9a3e, U+9a40-9a44, U+9a4a, U+9a4c-9a4e, U+9a52, U+9a56, U+9a62-9a65, U+9a69-9a6b, U+9a6d, U+9a6f-9a71, U+9a73-9a74, U+9a76, U+9a78-9a79, U+9a7b-9a7c, U+9a7e-9a7f, U+9a81-9a82, U+9a84-9a86;
}
/* [24] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.24.woff2) format('woff2');
  unicode-range: U+97f5, U+97f9-97fa, U+97fe, U+9804, U+9807, U+980a, U+980e-980f, U+9814, U+9816, U+981a, U+981c, U+981e, U+9820-9821, U+9823, U+9826, U+9828, U+982a-982c, U+9832, U+9834-9835, U+9837, U+9839, U+983c-983d, U+9845, U+9848-9849, U+984e, U+9852-9857, U+9859-985a, U+9862-9863, U+9865, U+9870-9871, U+9873-9874, U+9877, U+987a-987f, U+9881-9882, U+9885, U+9887-988a, U+988c-988d, U+9890, U+9893, U+9896-9897, U+989a, U+989c-989e, U+98a0, U+98a4, U+98a6-98a7, U+98a9, U+98ae-98af, U+98b2-98b3, U+98b6-98b8, U+98ba-98bd, U+98bf, U+98c7-98c8, U+98ca, U+98d2-98d3, U+98d8-98da, U+98dc, U+98de, U+98e0-98e1, U+98e3, U+98e5, U+98e7-98e9, U+98eb-98ee, U+98f1, U+98f4, U+9901, U+9908-9909, U+990c, U+9911-9912, U+9914, U+9916-9917, U+991b-991c, U+991e, U+9920, U+9927, U+992b-992c, U+992e, U+9931-9933, U+9938, U+993a;
}
/* [25] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.25.woff2) format('woff2');
  unicode-range: U+9672, U+9674, U+967a, U+9682-9685, U+9688-9689, U+968b, U+968d, U+9695, U+9697-9698, U+969e, U+96a0-96a4, U+96a9, U+96ac, U+96ae, U+96b0, U+96b2-96b4, U+96b6-96b7, U+96b9, U+96bc-96be, U+96c3, U+96c9-96cb, U+96ce-96cf, U+96d1-96d2, U+96d8, U+96dd, U+96e9, U+96eb, U+96f0-96f1, U+96f3-96f4, U+96f9, U+96fe-96ff, U+9701-9702, U+9705, U+9708, U+970a, U+970e-9711, U+9719, U+971d, U+971f-9720, U+9728, U+972a, U+972d, U+9730, U+9733, U+973a, U+973d, U+9744, U+9746-9747, U+9749, U+9750-9751, U+9753, U+9758-9759, U+975b, U+975d, U+9763, U+9765-9766, U+9768, U+976c-976d, U+9771, U+9773, U+9776, U+977a, U+977c, U+9780, U+9784-9786, U+9788, U+978e-978f, U+9798, U+979d-979e, U+97a3, U+97a5-97a6, U+97a8, U+97ab-97ac, U+97ae, U+97b6-97b7, U+97b9, U+97bf, U+97c1, U+97c3, U+97c6, U+97c9, U+97cd, U+97d6, U+97d8-97d9, U+97dc-97de, U+97e1, U+97e6-97e7, U+97ec-97ee, U+97f0-97f1;
}
/* [26] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.26.woff2) format('woff2');
  unicode-range: U+9530, U+9535, U+953a-953b, U+9540-9542, U+9547, U+9549-954a, U+954d, U+9550-9551, U+9554-9556, U+955c, U+956c-956d, U+956f-9570, U+9573, U+9576, U+9578, U+9582, U+9586, U+9588, U+958e-958f, U+9599, U+959c, U+959e-959f, U+95a1-95a2, U+95a4, U+95a6-95a7, U+95aa-95ae, U+95b0, U+95b2, U+95b6, U+95b9-95bf, U+95c2-95c4, U+95c7-95c9, U+95cb-95cd, U+95d0, U+95d3-95d5, U+95d7-95d8, U+95da, U+95de, U+95e0-95e1, U+95e4-95e5, U+95ea-95eb, U+95ef-95f0, U+95f2-95f3, U+95f5, U+95f7-95fa, U+95fd, U+9600-9602, U+9607-9609, U+960e, U+9610-9611, U+9614, U+9616, U+9619-961a, U+961c-961d, U+961f, U+9621, U+9624, U+9628, U+962f, U+9633-9636, U+963c, U+9641-9643, U+9645, U+9647-9648, U+964e-964f, U+9651, U+9653-9655, U+9658, U+965b-965f, U+9661, U+9665, U+9668-9669, U+966c;
}
/* [27] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.27.woff2) format('woff2');
  unicode-range: U+941a, U+941c, U+941e, U+9420-9425, U+9427-942b, U+942e, U+9432-9433, U+9436, U+9438, U+943a, U+943d, U+943f-9440, U+9445, U+944a, U+944c, U+9454-9455, U+945a-945b, U+945e, U+9460, U+9462-9463, U+9468, U+946a, U+946d, U+946f, U+9471, U+9474-9477, U+9479, U+947e-9481, U+9488-948a, U+948e, U+9492-9493, U+9497, U+9499, U+949b-94a3, U+94a5-94a9, U+94ac, U+94ae-94b1, U+94b3-94b5, U+94bb-94bc, U+94be-94c3, U+94c5-94c6, U+94c9, U+94ce-94d0, U+94db-94dd, U+94e0, U+94e2-94e3, U+94e8, U+94ec-94ee, U+94f0, U+94f2, U+94f5-94f6, U+94f8, U+94fa, U+94ff-9502, U+9504-9506, U+9508, U+950b-950c, U+950f-9510, U+9519-951b, U+951d, U+951f, U+9521-9526, U+952d-952f;
}
/* [28] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.28.woff2) format('woff2');
  unicode-range: U+930b, U+930f, U+9312, U+9315, U+9319-931b, U+931d-931f, U+9321, U+9323-9325, U+9327-932a, U+932c-932e, U+9331-9333, U+9335, U+9338, U+933c, U+9340-9341, U+9345-9349, U+934f-9352, U+9354, U+9356-935a, U+935c-9360, U+9363-9367, U+9369-936a, U+936c, U+936e, U+9370-9371, U+9373, U+9376, U+9379-937a, U+937c, U+9385, U+9387, U+938c, U+938f, U+9394, U+9397-9398, U+939a-939b, U+939d-939e, U+93a1-93a3, U+93a6-93a7, U+93a9-93aa, U+93ac-93ad, U+93af-93b0, U+93b3-93bb, U+93bd-93be, U+93c0-93c4, U+93c7, U+93ca-93cd, U+93d0-93d1, U+93d6-93d8, U+93dc-93de, U+93e0, U+93e4, U+93e8, U+93ee, U+93f0, U+93f5, U+93f7-93f9, U+93fb, U+9403, U+9407, U+940f-9410, U+9413-9414, U+9417, U+9419;
}
/* [29] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.29.woff2) format('woff2');
  unicode-range: U+9208-920a, U+920d-920e, U+9210-9211, U+9217, U+9219, U+921c, U+9221, U+9224-9225, U+9227, U+922a, U+922d-922e, U+9230-9231, U+9233, U+9235-9239, U+923b, U+923d-9241, U+9244, U+9246, U+9248-9249, U+924b-9251, U+9253, U+925a, U+925d-925e, U+9262, U+9265-9267, U+926b-926d, U+926f, U+9271-9272, U+9274, U+9276, U+9278, U+927a-927c, U+927e-927f, U+9282-9283, U+9286, U+9288, U+928a, U+928d-928e, U+9291, U+9295-9296, U+9299-929b, U+929d, U+92a0-92ae, U+92b2, U+92b5-92b6, U+92bb-92bc, U+92c2-92c3, U+92c6-92cd, U+92cf-92d1, U+92d5, U+92d7, U+92d9, U+92dd, U+92df, U+92e4-92e6, U+92e8-92e9, U+92ed-92ef, U+92f1-92f3, U+92f6, U+92f9, U+92fb, U+9300-9302, U+9306;
}
/* [30] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.30.woff2) format('woff2');
  unicode-range: U+90e2-90e4, U+90ea-90eb, U+90ef, U+90f4, U+90f7-90f8, U+90fc, U+90fe-9100, U+9102, U+9104, U+9106, U+9112, U+9114-911a, U+911c, U+911e, U+9120, U+9122-9123, U+9129, U+912b, U+912f, U+9131-9132, U+9134, U+9136, U+9139-913a, U+9143, U+9146, U+9148-914a, U+914e-9150, U+9154, U+9156-9157, U+9159-915a, U+915d-915e, U+9161-9164, U+916b, U+916e, U+9170-9172, U+9174, U+9176, U+9179-917a, U+917f, U+9181-9182, U+9184-9186, U+918c-918e, U+9190-9191, U+9196, U+919a-919b, U+919e, U+91a1-91a4, U+91a7, U+91aa, U+91ae-91b2, U+91b4-91b5, U+91b8, U+91bd-91be, U+91c1, U+91c3, U+91c5-91c6, U+91c8-91ca, U+91d2-91d5, U+91d7, U+91d9, U+91e1, U+91e4, U+91e6-91e9, U+91ec-91ed, U+91f0-91f1, U+91f5-91fa, U+91fd, U+91ff-9201, U+9203-9207;
}
/* [31] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.31.woff2) format('woff2');
  unicode-range: U+8f85-8f86, U+8f88-8f8a, U+8f8d, U+8f90, U+8f93, U+8f95-8f97, U+8f99, U+8f9e-8f9f, U+8fa2, U+8fa7, U+8fa9, U+8fab, U+8fae, U+8fb3, U+8fb5-8fb6, U+8fba-8fbd, U+8fbf, U+8fc1-8fc2, U+8fc6, U+8fc8, U+8fcc-8fcd, U+8fd2-8fd3, U+8fd5, U+8fdc-8fdd, U+8fdf, U+8fe2-8fe5, U+8fe8-8fe9, U+8fed-8fee, U+8ff3, U+8ff5, U+8ff8, U+8ffa-8ffc, U+8ffe, U+9002, U+9004, U+9008, U+900a-900b, U+9011-9013, U+9016, U+901e, U+9021, U+9024, U+902d, U+902f-9030, U+9034-9036, U+9039-903b, U+9041, U+9044-9045, U+904f-9052, U+9057-9058, U+905b, U+905d, U+9061-9062, U+9065, U+9068, U+906f, U+9074, U+9079, U+907d, U+9083, U+9085, U+9087-9089, U+908b, U+9090, U+9093, U+9095, U+9097, U+9099, U+909b, U+909d-909e, U+90a0-90a2, U+90ac, U+90af-90b0, U+90b2-90b4, U+90b6, U+90b9, U+90bb, U+90bd-90be, U+90c3-90c5, U+90c7, U+90d1, U+90d4-90d5, U+90d7, U+90db-90df;
}
/* [32] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.32.woff2) format('woff2');
  unicode-range: U+8e30-8e31, U+8e35, U+8e39, U+8e3c-8e3d, U+8e40-8e42, U+8e47, U+8e49-8e4e, U+8e50, U+8e53-8e55, U+8e59-8e5b, U+8e60, U+8e62-8e63, U+8e67, U+8e69, U+8e6c-8e6d, U+8e6f, U+8e74, U+8e76, U+8e7a-8e7c, U+8e82, U+8e84-8e85, U+8e87, U+8e89-8e8b, U+8e8f-8e95, U+8e99-8e9a, U+8e9d-8e9e, U+8ea1, U+8ea3, U+8ea5-8ea6, U+8eaa, U+8eac-8ead, U+8eaf-8eb1, U+8eb9, U+8ebc, U+8ebe, U+8ec6, U+8ecb, U+8ecf, U+8ed1, U+8ed4, U+8ed7, U+8eda-8edb, U+8ee2, U+8ee8, U+8eeb, U+8ef2, U+8ef9-8efe, U+8f05, U+8f07-8f08, U+8f0a-8f0c, U+8f12-8f13, U+8f17, U+8f19-8f1a, U+8f1c, U+8f1e-8f1f, U+8f25-8f26, U+8f2d, U+8f30, U+8f33, U+8f36, U+8f3e, U+8f40-8f42, U+8f45-8f47, U+8f4d, U+8f54-8f55, U+8f5d, U+8f61-8f62, U+8f64, U+8f67-8f69, U+8f6d-8f72, U+8f74, U+8f76, U+8f7b-8f7c, U+8f7f, U+8f83-8f84;
}
/* [33] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.33.woff2) format('woff2');
  unicode-range: U+8ce1, U+8ce8, U+8ceb, U+8cf0, U+8cf8, U+8cfb, U+8cfe, U+8d04, U+8d07, U+8d0b, U+8d0d, U+8d10, U+8d12-8d14, U+8d17, U+8d1b-8d1f, U+8d21-8d26, U+8d29-8d2c, U+8d2e-8d32, U+8d34-8d35, U+8d37-8d38, U+8d3a-8d3c, U+8d3e-8d3f, U+8d41-8d43, U+8d48, U+8d4b-8d4c, U+8d4e-8d50, U+8d54, U+8d56, U+8d58, U+8d5a-8d5b, U+8d5f-8d60, U+8d62-8d63, U+8d66-8d69, U+8d6c-8d6e, U+8d73, U+8d75-8d76, U+8d7b, U+8d7d, U+8d84, U+8d8b, U+8d90-8d91, U+8d94, U+8d96, U+8d9c, U+8dab, U+8daf, U+8db2, U+8db5, U+8db7, U+8dba, U+8dbc, U+8dbf, U+8dc2-8dc3, U+8dc6, U+8dcb, U+8dce-8dd0, U+8dd6-8dd7, U+8dda-8ddb, U+8de3-8de4, U+8de9, U+8deb-8dec, U+8df1, U+8df5-8df7, U+8dfa-8dfd, U+8e05, U+8e08-8e0a, U+8e0e, U+8e14, U+8e16, U+8e18, U+8e1d-8e21, U+8e23, U+8e26-8e28, U+8e2a-8e2b, U+8e2d-8e2e;
}
/* [34] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.34.woff2) format('woff2');
  unicode-range: U+8b9c, U+8b9e-8b9f, U+8ba3, U+8ba5, U+8ba7, U+8baa, U+8bad, U+8bb2-8bb4, U+8bb6-8bb9, U+8bbc-8bbd, U+8bbf-8bc0, U+8bc3, U+8bc5, U+8bc8-8bcb, U+8bcf, U+8bd1, U+8bd7-8bdc, U+8bde-8be1, U+8be3, U+8be5, U+8be7, U+8be9, U+8beb-8bec, U+8bef, U+8bf1-8bf2, U+8bf5-8bf6, U+8bf8, U+8bfa, U+8bfd-8bfe, U+8c01-8c02, U+8c05, U+8c08, U+8c0a-8c11, U+8c13-8c15, U+8c18-8c1c, U+8c1f, U+8c23-8c29, U+8c2c-8c2d, U+8c31, U+8c34, U+8c36, U+8c39, U+8c3f, U+8c47, U+8c49-8c4c, U+8c4f, U+8c51, U+8c55, U+8c62, U+8c68, U+8c73, U+8c78, U+8c7a-8c7c, U+8c82, U+8c85, U+8c89-8c8a, U+8c8d-8c8e, U+8c90, U+8c94, U+8c98-8c99, U+8ca3-8ca4, U+8cad-8cb0, U+8cb2, U+8cb9-8cba, U+8cbd, U+8cc1-8cc2, U+8cc4-8cc5, U+8ccf-8cd2, U+8cd4-8cd5, U+8cd9-8cdb;
}
/* [35] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.35.woff2) format('woff2');
  unicode-range: U+8a1b, U+8a22, U+8a25, U+8a27, U+8a2b, U+8a33, U+8a36, U+8a38, U+8a3d-8a3e, U+8a41, U+8a45-8a46, U+8a48, U+8a4e, U+8a51-8a52, U+8a54, U+8a56-8a58, U+8a5b, U+8a5d, U+8a61, U+8a63, U+8a67, U+8a6a-8a6c, U+8a70, U+8a74-8a76, U+8a7a-8a7c, U+8a82, U+8a84-8a86, U+8a89, U+8a8f-8a92, U+8a94, U+8a9a, U+8aa1, U+8aa3, U+8aa5, U+8aa7-8aa8, U+8aad, U+8ab1, U+8ab6, U+8abe, U+8ac2, U+8ac4, U+8ac6, U+8ac9, U+8acc-8acf, U+8ad1, U+8adb, U+8add-8ae2, U+8ae4, U+8ae6, U+8aea-8aeb, U+8aed, U+8af1-8af6, U+8afa, U+8afc, U+8b01, U+8b04-8b05, U+8b07, U+8b0b-8b0d, U+8b0f-8b10, U+8b13-8b14, U+8b16, U+8b1a, U+8b1c, U+8b21-8b22, U+8b26, U+8b28, U+8b2b, U+8b2e, U+8b33, U+8b41, U+8b46, U+8b4c-8b4f, U+8b53-8b54, U+8b56, U+8b59, U+8b5e-8b60, U+8b64, U+8b6a-8b6d, U+8b72, U+8b7e, U+8b83, U+8b89, U+8b8c, U+8b8e, U+8b90, U+8b92, U+8b95-8b96, U+8b99;
}
/* [36] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.36.woff2) format('woff2');
  unicode-range: U+88b7-88b8, U+88bc-88be, U+88c0, U+88c4, U+88c6-88c7, U+88c9-88cc, U+88ce, U+88d2, U+88d6, U+88d8, U+88db, U+88df, U+88e4, U+88e8-88e9, U+88ec, U+88ef-88f1, U+88f3-88f5, U+88fc, U+88fe, U+8900, U+8902, U+8906, U+890a-890c, U+8912-8915, U+8918-891a, U+891f, U+8921, U+8923, U+8925, U+892a-892b, U+892d, U+8930, U+8933, U+8935-8936, U+8938, U+893d, U+8941-8943, U+8946-8947, U+8949, U+894c-894d, U+8956-8957, U+8959, U+895c, U+895e-8960, U+8964, U+8966, U+896c, U+8971, U+8974, U+897b, U+897e, U+8980, U+8982-8983, U+8987-8988, U+898a, U+898c, U+8991, U+8994-8995, U+8997-8998, U+899a, U+899c, U+89a1, U+89a4-89a7, U+89a9, U+89ac, U+89af, U+89b2-89b3, U+89b7, U+89bb, U+89bf, U+89c5, U+89c9-89ca, U+89d1, U+89d4-89d5, U+89da, U+89dc-89de, U+89e5-89e7, U+89ed, U+89f1, U+89f3-89f4, U+89f6, U+89ff, U+8a01, U+8a03, U+8a07, U+8a09, U+8a0c, U+8a0f-8a12, U+8a16;
}
/* [37] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.37.woff2) format('woff2');
  unicode-range: U+8763-8765, U+8768, U+876a, U+876c-8770, U+8772, U+8777, U+877a-877b, U+877d, U+8781, U+8784-8785, U+8788, U+878b, U+8793, U+8797-8798, U+879f, U+87a3, U+87a8, U+87ab-87ad, U+87af, U+87b3, U+87b5, U+87b9, U+87bb, U+87bd-87c0, U+87c4-87c8, U+87ca-87cc, U+87ce, U+87d2, U+87db-87dc, U+87e0-87e1, U+87e3, U+87e5, U+87e7, U+87ea-87eb, U+87ee-87ef, U+87f3-87f4, U+87f6-87f7, U+87fe, U+8802-8806, U+880a-880b, U+880e, U+8810-8811, U+8813, U+8815-8816, U+881b, U+8821, U+8823, U+8827, U+8831-8832, U+8835, U+8839-883a, U+883c, U+8844-8846, U+884a, U+884e, U+8852, U+8854-8856, U+8859-885a, U+885e, U+8862, U+8864-8865, U+8869-886a, U+886c-886e, U+8871-8872, U+8875, U+8879, U+887d-887f, U+8882, U+8884-8885, U+8888, U+8890, U+8892-8893, U+8897-8898, U+889a-889c, U+889e, U+88a2, U+88a4, U+88a8, U+88aa, U+88ad-88ae, U+88b1, U+88b4;
}
/* [38] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.38.woff2) format('woff2');
  unicode-range: U+8621-8622, U+8627, U+8629-862a, U+8634-8636, U+8638, U+863a, U+863c, U+8640, U+8642, U+8646, U+864c-864d, U+864f, U+8651-8654, U+8657, U+8659-865a, U+865c, U+8662, U+866b-866c, U+866f-8671, U+8673, U+8677, U+867a-867b, U+867d-867e, U+8680-8682, U+868b-868d, U+8693-8696, U+869a, U+869c-869d, U+86a1, U+86a3-86a4, U+86a7-86aa, U+86af-86b1, U+86b3-86b4, U+86b6, U+86b9-86ba, U+86c0-86c2, U+86c4, U+86c6, U+86c9-86ca, U+86cc-86ce, U+86d0, U+86d3-86d4, U+86de-86df, U+86e9, U+86ed-86f0, U+86f3, U+86f8-86fc, U+86fe, U+8703, U+8706-870a, U+870d-870e, U+8711-8712, U+8715, U+8717, U+8719-871a, U+871e, U+8721-8723, U+8725, U+8728-8729, U+872e, U+8731, U+8734, U+8737, U+873a, U+873e-8740, U+8742, U+8747, U+8749, U+874b-874c, U+874e-874f, U+8753, U+8757-8758, U+875d, U+875f, U+8761-8762;
}
/* [39] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.39.woff2) format('woff2');
  unicode-range: U+84c0, U+84c2, U+84c6-84c7, U+84ca, U+84cd-84d2, U+84d6, U+84dd, U+84df, U+84e2, U+84e6-84e8, U+84ea, U+84ef-84f0, U+84f3-84f4, U+84f7, U+84fa, U+84fc-84fd, U+84ff-8500, U+8506, U+850c, U+8511, U+8515, U+8517, U+851d-851f, U+8524, U+852b, U+852f, U+8532, U+8534-8535, U+8537-8538, U+853a, U+853c, U+853e, U+8541-8542, U+8545, U+8548, U+854b, U+854d-854e, U+8552-8553, U+8555-8558, U+855a, U+855e, U+8561-8565, U+8568, U+856a-856c, U+856f, U+8574, U+8577-857b, U+8580-8581, U+8585-8586, U+858a, U+858c, U+858f-8590, U+8594, U+8597-8599, U+859c, U+859f, U+85a1-85a2, U+85a4, U+85a8, U+85ab-85ac, U+85ae, U+85b3-85b4, U+85b7, U+85b9-85ba, U+85bd-85be, U+85c1-85c2, U+85cb, U+85ce, U+85d0, U+85d3, U+85d5, U+85dc, U+85e0, U+85e6, U+85e8, U+85ea, U+85ed, U+85f4, U+85f6-85f7, U+85f9-85fa, U+85ff, U+8602, U+8604-8605, U+8610, U+8616-8618, U+861a, U+861e;
}
/* [40] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.40.woff2) format('woff2');
  unicode-range: U+8380, U+8383, U+8385-8386, U+8392, U+8394-8395, U+8398-8399, U+839b-839c, U+83a0, U+83a2, U+83a4, U+83a7-83aa, U+83af-83b5, U+83b7, U+83b9-83ba, U+83bc-83c0, U+83c2, U+83c4-83c5, U+83c8-83c9, U+83cb, U+83ce-83cf, U+83d1, U+83d4-83d6, U+83d8, U+83dd, U+83df, U+83e1-83e2, U+83e5, U+83ea-83eb, U+83f0, U+83f3-83f4, U+83f9, U+83fb-83fe, U+8406-8407, U+840b, U+840f, U+8411, U+8413, U+8418, U+841b-841d, U+8420-8421, U+8423-8424, U+8426-8429, U+842b, U+842d-842e, U+8432-8433, U+8435, U+8437-8439, U+843b-843c, U+843e, U+8445-8447, U+844e, U+8451-8452, U+8456, U+8459-845a, U+845c, U+845f, U+8462, U+8466-8467, U+846d, U+846f-8471, U+8473-8474, U+8476-8478, U+847a, U+8484, U+848b, U+848d-848e, U+8493-8494, U+8497, U+849d, U+849f, U+84a1, U+84a8, U+84af, U+84b1, U+84b4, U+84b9-84bb, U+84bd-84bf;
}
/* [41] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.41.woff2) format('woff2');
  unicode-range: U+827d, U+827f, U+8283-8284, U+8288-828a, U+828d-8291, U+8293-8294, U+8298, U+829a-829c, U+829e-82a4, U+82a6-82ab, U+82ae, U+82b0, U+82b4, U+82b6, U+82ba-82bc, U+82be, U+82c1, U+82c4-82c5, U+82c7, U+82cb, U+82cd, U+82cf-82d0, U+82d2, U+82d5-82d6, U+82d9, U+82db-82dc, U+82de-82e1, U+82e3-82e4, U+82e7, U+82ea-82eb, U+82ef-82f0, U+82f3-82f4, U+82f6-82f7, U+82f9-82fc, U+82fe-8301, U+8306-8308, U+830b-830e, U+8316, U+8318, U+831a-831b, U+831d-831e, U+8327, U+832a, U+832c-832d, U+832f, U+8331, U+8333-8334, U+8337, U+833a-833c, U+833f-8340, U+8342, U+8344-8347, U+834b-834c, U+834f, U+8351, U+8356-8358, U+835a, U+835e-8361, U+8363-8364, U+8367-8368, U+836b, U+836f, U+8373, U+8375, U+8378, U+837a-837f;
}
/* [42] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.42.woff2) format('woff2');
  unicode-range: U+811b, U+811e, U+8121-8127, U+8129, U+812c, U+812f-8134, U+8137-8138, U+813a, U+813d, U+8144, U+8146, U+8148, U+814a, U+814c-814d, U+8151, U+8153, U+8156, U+8158, U+815a, U+8160, U+8167, U+8169, U+816d, U+816f, U+8171, U+8174, U+817b-817c, U+817e, U+8182, U+8188, U+818a, U+8194-8195, U+8198, U+819b, U+819e, U+81a3, U+81a6-81a7, U+81ab, U+81af-81b0, U+81b5-81b6, U+81b8, U+81ba-81bb, U+81be-81bf, U+81c3, U+81c6, U+81ca, U+81cc, U+81cf, U+81d1-81d3, U+81d6-81d7, U+81d9-81da, U+81dd-81de, U+81e0-81e2, U+81e7, U+81ec, U+81ef, U+81fc, U+81fe, U+8200-8202, U+8204-8206, U+820b, U+820e, U+8210, U+8215, U+8217-8218, U+821b, U+821d, U+8221-8222, U+8224, U+8228-8229, U+822b, U+822f-8234, U+8236-8238, U+823a, U+823e, U+8240, U+8244-8245, U+8249, U+824b, U+824e-824f, U+8257, U+825a, U+825f, U+8264, U+8268, U+826b, U+826e, U+8270, U+8273, U+8276, U+8278-8279;
}
/* [43] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.43.woff2) format('woff2');
  unicode-range: U+7fb8, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fcb-7fcc, U+7fce-7fcf, U+7fd1, U+7fd5, U+7fd8, U+7fdb, U+7fde-7fdf, U+7fe5-7fe6, U+7fe9, U+7feb-7fec, U+7fee, U+7ff2-7ff3, U+7ffa, U+7ffd-7ffe, U+8002, U+8004, U+8006, U+800b, U+800e, U+8011-8012, U+8014, U+8016, U+8018-8019, U+801c, U+8024, U+8026, U+8028, U+802c, U+8030, U+8035, U+8037-8039, U+803b, U+8042-8043, U+804b-804c, U+8052, U+8061, U+8068, U+806a, U+806e, U+8071, U+8073-8076, U+8079, U+807c, U+807e-807f, U+8083-8084, U+808f, U+8093, U+8095, U+8098, U+809c, U+809f-80a0, U+80a4, U+80a7, U+80ab, U+80ad-80ae, U+80b0-80b1, U+80b4-80b6, U+80b8, U+80bc-80c2, U+80c4, U+80c6-80c7, U+80cb, U+80cd, U+80cf, U+80d4, U+80d7, U+80d9, U+80db-80dd, U+80e0, U+80e3-80e5, U+80e7, U+80eb-80ed, U+80ef-80f1, U+80f3-80f4, U+80f6-80f7, U+80fc, U+80fe-80ff, U+8101, U+8107, U+8109, U+810f-8113, U+8115, U+8117-8118, U+811a;
}
/* [44] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.44.woff2) format('woff2');
  unicode-range: U+7eb3, U+7eb5-7eba, U+7ebd-7ebe, U+7ec0-7ec1, U+7ec3, U+7ec5, U+7ec7-7eca, U+7ecd-7ece, U+7ed1-7ed2, U+7ed4-7ed5, U+7ed7-7ed8, U+7eda-7edb, U+7edd-7ede, U+7ee2-7ee3, U+7ee5, U+7ee7, U+7ee9-7eeb, U+7eee-7ef0, U+7ef3, U+7ef5, U+7ef7-7ef8, U+7efd-7f01, U+7f03, U+7f05-7f09, U+7f0e, U+7f10, U+7f13-7f15, U+7f18-7f1a, U+7f1c-7f1d, U+7f20, U+7f24-7f25, U+7f28-7f2a, U+7f2d-7f2e, U+7f30, U+7f34, U+7f36-7f37, U+7f3d, U+7f42-7f45, U+7f47-7f4e, U+7f52, U+7f54, U+7f58, U+7f5a, U+7f5d, U+7f5f-7f63, U+7f65, U+7f68, U+7f6b, U+7f78, U+7f7d-7f7e, U+7f81-7f83, U+7f86-7f87, U+7f8b-7f8d, U+7f91, U+7f93-7f95, U+7f97, U+7f99-7f9a, U+7f9d, U+7f9f, U+7fa1-7fa3, U+7fa5, U+7fa7, U+7fad-7fb2, U+7fb4, U+7fb6;
}
/* [45] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.45.woff2) format('woff2');
  unicode-range: U+7d8c-7d8f, U+7d91, U+7d95-7d96, U+7d98-7d9a, U+7d9d-7d9e, U+7da2-7da3, U+7da6, U+7daa, U+7dac, U+7dae-7db0, U+7db3, U+7db5, U+7db7, U+7db9, U+7dbd, U+7dc1, U+7dc3-7dc7, U+7dcc-7dcf, U+7dd1, U+7dd6-7dd9, U+7ddb-7ddc, U+7de1-7de2, U+7de6, U+7df0-7df3, U+7df6, U+7dfe, U+7e01-7e02, U+7e04, U+7e08-7e0b, U+7e10-7e11, U+7e13, U+7e15, U+7e1d-7e20, U+7e22, U+7e25-7e27, U+7e29, U+7e2d, U+7e2f-7e30, U+7e32-7e37, U+7e39, U+7e3b, U+7e44-7e45, U+7e47-7e48, U+7e4a-7e4b, U+7e4d, U+7e50-7e52, U+7e56, U+7e58-7e5b, U+7e62, U+7e68, U+7e6d-7e70, U+7e76, U+7e78, U+7e7b, U+7e7e, U+7e81-7e82, U+7e86-7e88, U+7e8a, U+7e8d-7e8e, U+7e92-7e94, U+7e98-7e9b, U+7e9e, U+7ea0, U+7ea3-7ea4, U+7ea8, U+7eaa-7eaf, U+7eb1-7eb2;
}
/* [46] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.46.woff2) format('woff2');
  unicode-range: U+7c23, U+7c25-7c26, U+7c2a-7c2b, U+7c37-7c39, U+7c40-7c41, U+7c48-7c49, U+7c50, U+7c53-7c54, U+7c56-7c57, U+7c59-7c5c, U+7c5f, U+7c63, U+7c65, U+7c69, U+7c6c-7c6e, U+7c74-7c75, U+7c79, U+7c7c, U+7c7e, U+7c84, U+7c8b, U+7c8d, U+7c91, U+7c94-7c95, U+7c9b, U+7c9f, U+7ca2, U+7ca4, U+7ca6, U+7ca8-7caa, U+7cae, U+7cb1-7cb3, U+7cba, U+7cbc, U+7cbf-7cc0, U+7cc5, U+7cc8-7cc9, U+7ccc-7cce, U+7cd7, U+7cdc-7cdd, U+7ce0, U+7ce2, U+7ce8, U+7cea, U+7ced, U+7cf2, U+7cf4, U+7cf6, U+7cf8-7cfa, U+7cfc, U+7d02, U+7d06-7d0a, U+7d0f, U+7d11-7d12, U+7d15, U+7d18, U+7d1c-7d1e, U+7d25, U+7d27, U+7d29, U+7d2c, U+7d31-7d32, U+7d35, U+7d38, U+7d3a, U+7d3c, U+7d3e-7d41, U+7d43, U+7d45, U+7d4c, U+7d4e-7d4f, U+7d53-7d54, U+7d56, U+7d5b-7d5d, U+7d5f, U+7d63, U+7d67, U+7d6a, U+7d6d, U+7d70, U+7d73, U+7d75, U+7d79-7d7b, U+7d7d, U+7d80, U+7d83-7d84, U+7d86-7d89, U+7d8b;
}
/* [47] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.47.woff2) format('woff2');
  unicode-range: U+7afd-7afe, U+7b01-7b06, U+7b09-7b0b, U+7b0e-7b10, U+7b14, U+7b18, U+7b1a, U+7b1e-7b1f, U+7b22-7b25, U+7b29-7b2b, U+7b2d-7b2e, U+7b31-7b35, U+7b38-7b3c, U+7b45, U+7b47-7b48, U+7b4a, U+7b4c, U+7b4e-7b50, U+7b58, U+7b5b, U+7b5d, U+7b60, U+7b62, U+7b65-7b67, U+7b69, U+7b6d-7b6f, U+7b72-7b76, U+7b79, U+7b7e, U+7b82, U+7b84-7b85, U+7b87, U+7b8b, U+7b8d-7b93, U+7b95-7b96, U+7b98, U+7b9c-7b9d, U+7ba0, U+7ba7, U+7ba9-7bac, U+7bb0, U+7bb4, U+7bb6, U+7bb8-7bb9, U+7bc1, U+7bc3, U+7bc6, U+7bcb-7bcc, U+7bcf, U+7bd4, U+7bd9-7bdb, U+7bdd, U+7be0-7be1, U+7be5-7be6, U+7bea, U+7bed-7bee, U+7bf1-7bf3, U+7bf8-7bf9, U+7bfc-7c01, U+7c03, U+7c07, U+7c0a-7c0d, U+7c0f, U+7c11-7c12, U+7c15, U+7c1e-7c20;
}
/* [48] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.48.woff2) format('woff2');
  unicode-range: U+798a-798b, U+7991, U+7993-7996, U+7998, U+799a-799b, U+799f-79a2, U+79a4, U+79a8-79a9, U+79af-79b0, U+79b3, U+79b5, U+79b8, U+79ba, U+79c3, U+79c6, U+79c8, U+79cf, U+79d5-79d6, U+79dc-79de, U+79e3, U+79e7, U+79ea-79ed, U+79ef-79f0, U+79f4, U+79f6-79f8, U+79fd, U+7a02-7a03, U+7a08-7a0a, U+7a0c, U+7a0e, U+7a10-7a11, U+7a14, U+7a17-7a19, U+7a1c, U+7a1e-7a1f, U+7a23, U+7a26, U+7a2d, U+7a32-7a33, U+7a37, U+7a39, U+7a3c, U+7a42, U+7a45, U+7a49, U+7a4f, U+7a56, U+7a5a, U+7a5c, U+7a60-7a61, U+7a63, U+7a68, U+7a6d-7a6e, U+7a70-7a71, U+7a77-7a79, U+7a80, U+7a83, U+7a85-7a86, U+7a88, U+7a8d, U+7a90-7a91, U+7a93-7a96, U+7a98, U+7a9c-7a9d, U+7aa0, U+7aa3, U+7aa5-7aa6, U+7aa8, U+7aaa, U+7aac, U+7ab0, U+7ab3, U+7ab6, U+7ab8, U+7abb, U+7abe-7abf, U+7ac2, U+7ac8-7ac9, U+7ad1-7ad2, U+7ad6, U+7ada, U+7adc-7ade, U+7ae4, U+7ae6, U+7ae9-7aeb, U+7af4, U+7af8, U+7afa-7afb;
}
/* [49] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.49.woff2) format('woff2');
  unicode-range: U+7842-7843, U+7845, U+7847, U+784a, U+784c-7850, U+7852-7853, U+7855, U+7858, U+785a, U+785c-785d, U+7864, U+7866, U+7868, U+786a, U+786f, U+7874, U+7876, U+787c, U+787f, U+7886-7887, U+7889, U+788d, U+788f, U+7893, U+7895-7896, U+7898, U+789a, U+789e, U+78a1, U+78a3, U+78a5, U+78aa, U+78ad, U+78b1-78b2, U+78b4, U+78b6, U+78b8, U+78be, U+78c8-78c9, U+78cb, U+78ce, U+78d0-78d1, U+78d4-78d5, U+78d7-78d8, U+78de, U+78e3, U+78e6-78e7, U+78ea, U+78ec, U+78f2-78f4, U+78fa-78fb, U+78fd-7900, U+7904-7906, U+790a, U+790c, U+7910-7912, U+791c, U+791e, U+7920-7921, U+792a-792c, U+792e, U+7931, U+7934, U+7938, U+793b, U+793d, U+793f, U+7941-7942, U+7945-7947, U+7949, U+794c, U+794e, U+7953-7954, U+7957-795c, U+795f, U+7961-7962, U+7964, U+7967, U+7969, U+796b-796c, U+796f, U+7972-7973, U+7977-7979, U+797b-797c, U+797e, U+7980, U+7982, U+7984-7988;
}
/* [50] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.50.woff2) format('woff2');
  unicode-range: U+7707-7708, U+770a, U+770c, U+770f, U+7715, U+7719-771b, U+771d-771e, U+7722, U+7725-7726, U+7728, U+772d, U+772f, U+7733-7736, U+7738, U+773b, U+773d, U+7741, U+7744, U+7746, U+774c, U+774e-7752, U+7755, U+7759-775a, U+775f-7760, U+7762, U+7765-7766, U+7768-776a, U+776c-776e, U+7771, U+7778, U+777a, U+777d-777e, U+7780, U+7785, U+7787, U+7789, U+778b-778d, U+7791-7793, U+779c, U+779f-77a0, U+77a2, U+77a5, U+77a9, U+77b0-77b1, U+77b4, U+77b6-77b7, U+77b9, U+77bc-77bf, U+77c5, U+77c7, U+77cc-77cd, U+77d3, U+77d6-77d7, U+77dc, U+77de, U+77e3, U+77e7, U+77eb-77ec, U+77f0, U+77f2, U+77f6, U+77f8, U+77fa-77fc, U+77fe-7800, U+7803, U+7805-7806, U+7809, U+7810-7812, U+7815-7816, U+781a, U+781c-781d, U+781f-7823, U+7825-7827, U+7829, U+782c-7830, U+7833, U+7835, U+7837, U+7839-783a, U+783c, U+783e, U+7840;
}
/* [51] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.51.woff2) format('woff2');
  unicode-range: U+75cd, U+75d2, U+75d4, U+75d9, U+75df, U+75e2-75e4, U+75e6-75e7, U+75e9-75ec, U+75f0-75f3, U+75f7, U+75f9-75fa, U+75fc, U+75fe-7602, U+7608-760a, U+760c-760d, U+7610, U+7615-7616, U+7618-7620, U+7622-7623, U+7625, U+7627, U+7629, U+762b, U+762e, U+7630, U+7632-7635, U+7638, U+763a-763c, U+763e, U+7640, U+7643, U+7646, U+7648-7649, U+764d-764e, U+7654, U+7658, U+765c, U+765f, U+7663-7667, U+7669, U+766b-766d, U+766f-7670, U+7676, U+7678-767a, U+767f-7681, U+7683, U+7688, U+768a-768b, U+768e, U+7690, U+7695-7696, U+769a-769e, U+76a3-76a4, U+76aa, U+76b0-76b1, U+76b4, U+76b7-76b8, U+76c2, U+76c5, U+76c9, U+76cc-76cd, U+76cf-76d1, U+76d6-76d8, U+76e5-76e6, U+76e9, U+76ec, U+76f1, U+76f7, U+76f9-76fb, U+76ff-7700, U+7704-7705;
}
/* [52] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.52.woff2) format('woff2');
  unicode-range: U+749c-74a1, U+74a3, U+74a5-74a7, U+74a9-74ab, U+74ae, U+74b1-74b2, U+74b5, U+74b8, U+74ba, U+74bf, U+74c5, U+74c8, U+74cc-74cd, U+74d2, U+74d4, U+74d6, U+74d8, U+74da, U+74de-74e0, U+74e2, U+74e4, U+74e8-74e9, U+74ee-74ef, U+74f4, U+74f9, U+74fb, U+74ff-7501, U+7503, U+7507, U+750c-750d, U+7511, U+7513, U+7515-7517, U+7519, U+751e, U+7521, U+7525, U+752a, U+752c-752f, U+7534, U+753e, U+7542, U+7545, U+7547-7548, U+754a-754b, U+754e, U+7551, U+755a-755b, U+755d, U+7560, U+7563-7564, U+7566-7568, U+756c-756f, U+7572-7575, U+7577-757a, U+757c, U+757e-757f, U+7583-7584, U+7587, U+7589, U+758b-758e, U+7590, U+7592, U+7594-7595, U+7597, U+7599-759a, U+759d, U+759f, U+75a1-75a3, U+75a5, U+75a7, U+75aa, U+75ac, U+75ae-75b1, U+75b3-75b4, U+75b8, U+75bd, U+75c0, U+75c2-75c4, U+75c9-75ca, U+75cc;
}
/* [53] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.53.woff2) format('woff2');
  unicode-range: U+73b4-73ba, U+73bc, U+73bf, U+73c2, U+73c4-73c6, U+73c9, U+73cb-73cc, U+73ce-73d2, U+73d6-73d7, U+73d9, U+73db-73de, U+73e3, U+73e5-73eb, U+73ef, U+73f5-73f7, U+73f9-73fa, U+73fc-73fd, U+7400-7401, U+7404-7405, U+7407-7408, U+740a-740d, U+740f-7410, U+7416, U+741a-741b, U+741d-741e, U+7420-7425, U+7428-7429, U+742c-7432, U+7435-7436, U+7438-743a, U+743c-7442, U+7445-7446, U+7448-744a, U+7451-7452, U+7454, U+7457, U+7459, U+745d, U+7460-7462, U+7465, U+7467-7468, U+746c-746e, U+7471-7477, U+7479-747a, U+747c-747f, U+7481-7482, U+7484-7486, U+7488-748a, U+748e-7490, U+7492, U+7498, U+749a;
}
/* [54] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.54.woff2) format('woff2');
  unicode-range: U+7281-7282, U+7284, U+7287, U+728a, U+728d, U+7292, U+7296, U+7298, U+729b, U+729f-72a2, U+72ad-72ae, U+72b0-72b5, U+72b8-72b9, U+72bc-72bd, U+72c1, U+72c3, U+72c5-72c6, U+72c8, U+72cc-72ce, U+72d2, U+72d4, U+72db, U+72dd, U+72df, U+72e1, U+72e8, U+72ec-72ee, U+72f1, U+72f3-72f4, U+72f7, U+72fa-72fb, U+72fd, U+7300-7301, U+7304, U+7307, U+730a-730b, U+730e, U+7313, U+7315-7317, U+7319, U+731e-731f, U+7322, U+7328-732e, U+7330-7331, U+7337, U+733a-733c, U+733e, U+7340-7341, U+7343, U+734c-734d, U+734f-7350, U+7352, U+7355, U+7357, U+7359-735a, U+7360-7363, U+7365, U+7369-7370, U+7373-7374, U+7377, U+737a, U+737c, U+737e, U+7380, U+7385-7386, U+738a, U+738e-738f, U+7391-7395, U+7397-7398, U+739b, U+73a0-73a2, U+73a5-73a8, U+73ad-73ae, U+73b3;
}
/* [55] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.55.woff2) format('woff2');
  unicode-range: U+7115-7116, U+7118, U+711c, U+711e, U+7120, U+7122, U+712e-712f, U+7131, U+7134, U+713c, U+713f, U+7143, U+7145-7147, U+714a-714b, U+7150-7153, U+7155-7156, U+715a, U+7160, U+7162, U+7166, U+7168, U+716c, U+7171, U+7173, U+7178, U+717a-717b, U+717d, U+7180-7181, U+7185, U+7187-7188, U+718b, U+718f-7190, U+7192, U+7196-7198, U+719a-719c, U+71a0, U+71a4, U+71a8, U+71af, U+71b2-71b3, U+71b5, U+71b7-71ba, U+71be, U+71c1, U+71c4, U+71ca-71cb, U+71ce-71d0, U+71d4, U+71d7-71d8, U+71da, U+71dc, U+71e0-71e1, U+71e7, U+71ec, U+71ee, U+71f4-71f6, U+71f9, U+71fc, U+71fe-7201, U+7203, U+7207, U+7209, U+720c, U+7213-7215, U+7217, U+721a, U+721d, U+7222-7223, U+7228, U+722b, U+7230, U+7237, U+723b, U+723f-7242, U+724b, U+724d, U+7252-7253, U+7256, U+7258, U+725d, U+7263-7266, U+726a-726b, U+726e-7270, U+7273-7275, U+7277, U+727a-727b, U+727e-727f;
}
/* [56] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.56.woff2) format('woff2');
  unicode-range: U+6fec, U+6fee, U+6ff0, U+6ff3, U+6ff5-6ff6, U+6ffa, U+6ffc, U+6fff-7001, U+7003, U+7005-7007, U+700b, U+700d, U+7015, U+7018, U+701b, U+701e, U+7020-7021, U+7023, U+7026-7027, U+702c, U+702f-7032, U+7034-7035, U+7037-703c, U+7040, U+7042-7044, U+7046, U+7049, U+704b, U+704f, U+7052, U+7054-7055, U+705c-7061, U+7064-7069, U+706c-706d, U+706f, U+7073-7075, U+7078, U+707a, U+707e-7081, U+7085-7086, U+7089, U+7090-7091, U+7094-7096, U+7098, U+709c, U+709f, U+70a1, U+70a4, U+70a9, U+70ac, U+70af-70b2, U+70b4-70b5, U+70b7, U+70bb-70be, U+70c0-70c3, U+70ca-70cb, U+70d2, U+70d4-70d5, U+70d9-70dd, U+70df, U+70e6-70e9, U+70eb-70ec, U+70ef, U+70f1, U+70f4, U+70f7, U+70fa, U+70fd, U+70ff, U+7104, U+7106, U+7109, U+710c, U+7110, U+7113-7114;
}
/* [57] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.57.woff2) format('woff2');
  unicode-range: U+6eda-6edb, U+6edd-6ede, U+6ee2, U+6ee4-6ee5, U+6ee8-6ee9, U+6eeb, U+6eee, U+6ef3, U+6ef8-6efb, U+6f00, U+6f08-6f0a, U+6f0d-6f0e, U+6f11-6f13, U+6f15, U+6f19-6f1a, U+6f23, U+6f25-6f2a, U+6f2d-6f31, U+6f33-6f36, U+6f3a-6f3c, U+6f40-6f41, U+6f43-6f44, U+6f47, U+6f4d-6f4f, U+6f53, U+6f57, U+6f59-6f5a, U+6f5c, U+6f5e-6f61, U+6f63, U+6f66-6f67, U+6f69-6f6c, U+6f6f, U+6f72-6f78, U+6f7a-6f7f, U+6f81-6f82, U+6f87, U+6f89, U+6f8b-6f8d, U+6f90, U+6f92, U+6f94-6f97, U+6f9c, U+6f9f-6fa0, U+6fa2-6fa3, U+6fa5-6fa8, U+6faa-6fab, U+6fae-6faf, U+6fb4, U+6fb6, U+6fb9-6fba, U+6fbc, U+6fc2, U+6fc6-6fcb, U+6fce, U+6fd1-6fd2, U+6fd4, U+6fd8, U+6fda, U+6fde, U+6fe0-6fe2, U+6fe8-6fe9;
}
/* [58] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.58.woff2) format('woff2');
  unicode-range: U+6dd6, U+6dd9, U+6ddb-6de0, U+6de2-6de6, U+6de9, U+6dec, U+6def-6df0, U+6df2, U+6df4, U+6df6, U+6df8, U+6dfc-6dfd, U+6e00, U+6e02-6e03, U+6e07-6e0b, U+6e0d-6e0e, U+6e10, U+6e13-6e15, U+6e17, U+6e19-6e1a, U+6e1d, U+6e1f, U+6e22, U+6e24-6e25, U+6e27, U+6e2b, U+6e2d-6e2e, U+6e30-6e31, U+6e36, U+6e39-6e3a, U+6e3c-6e3d, U+6e40-6e41, U+6e44-6e45, U+6e47, U+6e49, U+6e4b, U+6e4d-6e4f, U+6e51, U+6e53-6e54, U+6e59, U+6e5c, U+6e5e-6e61, U+6e63-6e66, U+6e69-6e6b, U+6e6e, U+6e70-6e76, U+6e78, U+6e7c, U+6e7f-6e80, U+6e83, U+6e85-6e86, U+6e88-6e89, U+6e8b, U+6e8d-6e8f, U+6e93, U+6e98-6e9a, U+6e9f, U+6ea1, U+6ea4-6ea7, U+6eae, U+6eb1-6eb2, U+6eb4-6eb5, U+6eb7, U+6ebd, U+6ec1-6ec3, U+6ec7-6ec9, U+6ecd-6ed0, U+6ed3-6ed6, U+6ed8;
}
/* [59] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.59.woff2) format('woff2');
  unicode-range: U+6cdd-6cde, U+6ce0, U+6ce7, U+6ce9-6cec, U+6cee-6cef, U+6cf1, U+6cf7-6cf8, U+6cfb-6cfe, U+6d00-6d02, U+6d04, U+6d06-6d07, U+6d09-6d0a, U+6d0c, U+6d0e-6d12, U+6d18-6d1a, U+6d1f, U+6d22-6d24, U+6d27-6d28, U+6d2b, U+6d2d-6d31, U+6d33-6d3a, U+6d3c, U+6d3f, U+6d43-6d47, U+6d4a-6d4b, U+6d4e-6d4f, U+6d51-6d53, U+6d57-6d58, U+6d5a, U+6d5c, U+6d5e-6d65, U+6d67, U+6d6c-6d6d, U+6d6f-6d70, U+6d72, U+6d75, U+6d79, U+6d7c, U+6d7f, U+6d82, U+6d85, U+6d87, U+6d8e-6d8f, U+6d91-6d95, U+6d97-6d99, U+6d9b, U+6d9d, U+6d9f, U+6da1, U+6da4, U+6da6-6dac, U+6db3-6db4, U+6db7-6db8, U+6dbe-6dc0, U+6dc2, U+6dc4-6dc5, U+6dc8-6dca, U+6dcc-6dcd, U+6dcf-6dd0, U+6dd2-6dd3, U+6dd5;
}
/* [60] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.60.woff2) format('woff2');
  unicode-range: U+6bc1-6bc2, U+6bcc, U+6bce, U+6bd0-6bd1, U+6bd5-6bd9, U+6bde, U+6be1, U+6bec, U+6bf3, U+6bf9, U+6bfd, U+6bff-6c00, U+6c02, U+6c05-6c06, U+6c0a, U+6c0c-6c0d, U+6c10, U+6c13, U+6c16, U+6c18-6c1a, U+6c1f, U+6c21-6c22, U+6c24, U+6c26, U+6c28-6c2a, U+6c2c, U+6c2e-6c33, U+6c35-6c37, U+6c39-6c3a, U+6c3d-6c3f, U+6c43, U+6c46, U+6c49-6c4f, U+6c54-6c55, U+6c58, U+6c5a-6c5c, U+6c5e, U+6c64-6c69, U+6c6b-6c6f, U+6c71-6c75, U+6c78-6c79, U+6c7c, U+6c7e, U+6c82, U+6c84-6c87, U+6c8c-6c8d, U+6c8f, U+6c93-6c94, U+6c98, U+6c9a, U+6c9d, U+6c9f, U+6ca2, U+6ca5-6ca8, U+6caa, U+6cac-6cb2, U+6cb4-6cb5, U+6cba, U+6cbc, U+6cc2-6cc3, U+6cc5-6cc7, U+6cd0-6cd2, U+6cd4, U+6cd6-6cd7, U+6cd9-6cda, U+6cdc;
}
/* [61] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.61.woff2) format('woff2');
  unicode-range: U+6a35, U+6a3b, U+6a3e-6a40, U+6a47-6a48, U+6a50, U+6a52, U+6a55-6a57, U+6a5a-6a5b, U+6a5e, U+6a62, U+6a66, U+6a6a, U+6a71, U+6a79, U+6a7c, U+6a7e-6a81, U+6a84, U+6a87, U+6a89, U+6a8d-6a8e, U+6a90-6a92, U+6a97, U+6a9c, U+6a9e-6aa1, U+6aa3-6aa5, U+6aa8, U+6aab, U+6aae, U+6ab5, U+6aba, U+6abe, U+6ac2, U+6ac5-6ac6, U+6ac8-6ac9, U+6acc, U+6ad3, U+6ada-6adb, U+6add-6adf, U+6ae3, U+6ae7-6ae8, U+6aea-6aec, U+6af1, U+6af3, U+6af8, U+6afa, U+6afc, U+6b05, U+6b09, U+6b0e-6b13, U+6b17, U+6b1d-6b1e, U+6b25, U+6b2c, U+6b31, U+6b35-6b37, U+6b39, U+6b3b, U+6b40, U+6b43, U+6b46, U+6b48, U+6b53-6b55, U+6b59, U+6b5b, U+6b5f-6b60, U+6b68-6b69, U+6b6f, U+6b74, U+6b7a, U+6b7c, U+6b7f-6b84, U+6b86-6b87, U+6b89, U+6b8b, U+6b8d, U+6b91-6b93, U+6b9b, U+6b9e, U+6ba1-6ba2, U+6ba4, U+6baa-6bab, U+6bad-6bae, U+6bb2-6bb4, U+6bbb, U+6bbd;
}
/* [62] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.62.woff2) format('woff2');
  unicode-range: U+6904, U+6906-6907, U+6909, U+690b, U+690f-6910, U+6917, U+691a-691c, U+6925, U+692a, U+692c-692d, U+6932, U+6934, U+6939, U+693c-6940, U+6942, U+6949, U+6952, U+6954-6957, U+6959, U+695b-695f, U+6961-696c, U+696e-6970, U+6973-6974, U+6976, U+6978-697a, U+697c, U+6980, U+6984-6986, U+6988-698a, U+698d-698e, U+6990-6991, U+6994, U+6996-699b, U+699e, U+69a3-69a7, U+69ab, U+69ad, U+69af, U+69b1, U+69b3, U+69b6-69b7, U+69bb-69bc, U+69bf, U+69c1, U+69c3-69c5, U+69c7, U+69ca, U+69cc, U+69ce, U+69d0-69d1, U+69d4, U+69d8-69d9, U+69db, U+69df, U+69e4, U+69e8-69ea, U+69ed-69ee, U+69f1-69f4, U+69f6, U+69f8, U+69fa-69fb, U+69ff-6a00, U+6a05, U+6a0a-6a0b, U+6a17-6a18, U+6a1b, U+6a28-6a2b, U+6a31-6a32;
}
/* [63] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.63.woff2) format('woff2');
  unicode-range: U+67dc-67e0, U+67e2, U+67e4, U+67e9-67ea, U+67f0, U+67f2, U+67f6-67f8, U+67fa-67fb, U+67fe, U+6800-6805, U+6808-6809, U+680b, U+680e-680f, U+6811-6812, U+6814, U+6816, U+6818, U+681c-681e, U+6820, U+6822, U+6825, U+6827-6829, U+682b, U+682e-682f, U+6831-6834, U+683a-683b, U+683e, U+6840-6841, U+6844-6845, U+6849, U+684e, U+6853, U+6855-6856, U+685c-685d, U+685f, U+6861-6863, U+6865-6869, U+686b, U+686d, U+686f, U+6871-6872, U+6874-6875, U+6877, U+6879, U+687b-687c, U+687e, U+6880, U+6882-6883, U+6886, U+688f, U+6891-6892, U+6894, U+6896, U+6898, U+689b-689c, U+689f-68a0, U+68a2-68a3, U+68a6, U+68a9, U+68b1-68b2, U+68b4, U+68b6, U+68c0, U+68c3, U+68c6, U+68c8, U+68ca, U+68d0-68d1, U+68d3, U+68d6, U+68e1, U+68e3, U+68e6, U+68e8-68ec, U+68ef-68f1, U+68f3, U+68f6-68f7, U+68f9, U+68fb-68fd, U+6900, U+6902;
}
/* [64] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.64.woff2) format('woff2');
  unicode-range: U+66b3, U+66b5, U+66b8-66bc, U+66be, U+66c1, U+66c4, U+66c7-66c8, U+66cc, U+66cf, U+66d5, U+66d8-66db, U+66df, U+66e1-66e2, U+66e8-66e9, U+66ef, U+66f1, U+66f5, U+66f7, U+66fa, U+66fd, U+6705, U+670a, U+670f-6710, U+6713-6715, U+6718-6719, U+6720, U+6722-6727, U+6729, U+672e, U+6733, U+6736, U+6738-6739, U+673f-6740, U+6742, U+6745, U+6747-6748, U+674b-674d, U+6753, U+6755, U+6759, U+675d-675e, U+6760, U+6762-6763, U+6767-676a, U+676c, U+676e, U+6772-6777, U+677a-677c, U+6782, U+6786-6787, U+678a-678c, U+678e-678f, U+6791-6793, U+6796, U+6798-6799, U+679f-67a3, U+67a5, U+67aa-67ae, U+67b0-67b5, U+67b7-67bc, U+67c0-67c3, U+67c5-67c6, U+67c8-67ca, U+67ce, U+67d2, U+67d8-67d9, U+67db;
}
/* [65] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.65.woff2) format('woff2');
  unicode-range: U+6565, U+6567, U+656b, U+656d-656e, U+6573, U+6576, U+6579-657b, U+6581, U+6586, U+6588-6589, U+658b, U+658e, U+6593, U+6595, U+659b, U+659d, U+659f-65a1, U+65a9, U+65ab, U+65ad, U+65b2-65b3, U+65b5, U+65bb, U+65be-65bf, U+65c2-65c4, U+65c6, U+65cc, U+65ce, U+65d2, U+65d6, U+65db, U+65e1, U+65e3, U+65e7, U+65ee-65f0, U+65f2-65f4, U+65f7-65f8, U+65fc-65fd, U+6600, U+6603-6605, U+6609, U+660d, U+6610-6611, U+6619, U+661c-661e, U+6621-6622, U+6624, U+6626, U+6629, U+662b, U+6630, U+6633-6636, U+6639-663d, U+6640-6641, U+6644-6645, U+664a-664c, U+6653-6657, U+6659, U+665b, U+665d-665e, U+6661-6667, U+6669, U+666c, U+6672-6673, U+6677-6679, U+667b-667e, U+6681-6684, U+668b-6690, U+6692, U+6698, U+669d, U+669f-66a0, U+66a6-66a7, U+66aa, U+66b2;
}
/* [66] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.66.woff2) format('woff2');
  unicode-range: U+642b, U+642f-6430, U+6432, U+6434, U+6437, U+643a, U+643d-6444, U+6446-6447, U+644a-644b, U+644e, U+6450-6453, U+6456, U+6459, U+645b-645c, U+645e, U+6460-6461, U+6463-6465, U+6468, U+646c-646e, U+6470, U+6472-6477, U+6479, U+647b, U+647d, U+6480, U+6482, U+6485, U+648b-648c, U+6491, U+6493, U+6496-649a, U+649d, U+649f-64a0, U+64a2-64a3, U+64ac, U+64b1, U+64b3-64b4, U+64b7-64b9, U+64bb, U+64be, U+64c0, U+64c3-64c4, U+64d0, U+64d2, U+64d5, U+64d7-64d8, U+64e1-64e4, U+64e7, U+64e9, U+64ed, U+64ef-64f0, U+64f3, U+64f8, U+64fb-64fc, U+64ff, U+6504-6506, U+6509, U+6511-6512, U+6516, U+6518-6519, U+651b, U+6520-6523, U+6525-6526, U+6529, U+652b, U+652e, U+6530, U+6532, U+6534-6535, U+6537-6538, U+653a, U+653d, U+6542-6543, U+6549, U+654c-654e, U+6554-6555, U+655b, U+655d, U+6561, U+6564;
}
/* [67] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.67.woff2) format('woff2');
  unicode-range: U+6312-6313, U+6319-631b, U+631d-6321, U+6323-6325, U+632d-632e, U+6332, U+6334-6339, U+633b-633c, U+633e-6340, U+6342-6346, U+634b-634c, U+634e, U+6352, U+6357, U+635a, U+635c, U+635e-635f, U+6361, U+6363, U+6365, U+6369, U+636b-636d, U+636f-6370, U+6373, U+6375-6376, U+637a-637b, U+637d, U+6381, U+6384, U+6387, U+638a, U+638d-638e, U+6390, U+6394-6397, U+639e-639f, U+63a3-63a4, U+63a6, U+63ac-63af, U+63b1-63b4, U+63b7, U+63b9-63bb, U+63bd-63be, U+63c3-63c4, U+63c8, U+63cd-63ce, U+63d1, U+63d6, U+63dc, U+63de, U+63e0, U+63e3-63e4, U+63e6, U+63e9, U+63f0, U+63f2-63f3, U+63f5-63f8, U+63fa, U+63fc-63fe, U+6400-6402, U+6405-6406, U+6409-640c, U+6410, U+6414-6415, U+6418, U+641b, U+641f-6423, U+6425-6428, U+642a;
}
/* [68] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.68.woff2) format('woff2');
  unicode-range: U+61cc-61cd, U+61d0, U+61d2, U+61de-61e0, U+61e3, U+61e6, U+61e8, U+61ed-61ee, U+61f5, U+61f9-61fa, U+61fd-61fe, U+6207, U+6209, U+620d-620e, U+6213-6215, U+6219, U+621b, U+621d-6223, U+6225-6227, U+6229, U+622b-622c, U+622e-622f, U+6231, U+6238, U+623b, U+623d-623e, U+6242-6243, U+6246, U+6248-6249, U+624c, U+6251, U+6255, U+6259-625a, U+625e, U+6260-6262, U+6265-6267, U+6269, U+626b-626c, U+6270-6273, U+6275, U+627a-627d, U+6283, U+6285-6286, U+6289, U+628c, U+628e, U+6294, U+629a-629e, U+62a0, U+62a2, U+62a6, U+62a8, U+62af, U+62b3, U+62b6, U+62ba-62bb, U+62be-62bf, U+62c2, U+62c4-62c5, U+62c8, U+62ca, U+62cf, U+62d1, U+62d5, U+62d7, U+62d9, U+62dd, U+62df-62e3, U+62e5-62e8, U+62ee, U+62f4-62fb, U+62fd, U+6300, U+6302, U+6308, U+630c-630e, U+6310;
}
/* [69] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.69.woff2) format('woff2');
  unicode-range: U+60b0-60b1, U+60b3-60b5, U+60b8, U+60bb, U+60bd-60be, U+60c0, U+60c6-60c7, U+60ca-60cb, U+60d3-60d5, U+60d7-60db, U+60dd, U+60e2-60e3, U+60e6-60f0, U+60f2, U+60f4, U+60f6, U+60fa-60fb, U+60ff-6100, U+6103, U+6106, U+610a-610b, U+610d-610e, U+6110, U+6112-6116, U+6120, U+6123-6124, U+6128-6130, U+6134, U+6136, U+613c-613f, U+6144, U+6146-6147, U+6149-614a, U+614d, U+6151-6153, U+6159-615a, U+615c-615f, U+6164-6165, U+6169-616d, U+616f, U+6171-6175, U+6177, U+617a, U+617c, U+617f-6180, U+6187, U+618a-618e, U+6192-6194, U+6199-619b, U+619f, U+61a1, U+61a7-61a8, U+61aa-61af, U+61b8, U+61ba, U+61bf, U+61c3, U+61c6, U+61ca-61cb;
}
/* [70] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.70.woff2) format('woff2');
  unicode-range: U+5f82-5f84, U+5f87, U+5f89-5f8a, U+5f8d, U+5f93, U+5f95, U+5f98-5f99, U+5f9b-5f9c, U+5fa0, U+5fa4, U+5fa6-5fa8, U+5fab-5fad, U+5fb3-5fb4, U+5fbc, U+5fc4, U+5fc6, U+5fc9, U+5fcb, U+5fce-5fd6, U+5fdc-5fdf, U+5fe1, U+5fe4, U+5fe7, U+5fea, U+5fec-5fee, U+5ff1, U+5ff3, U+5ff8, U+5ffa-5ffc, U+5fff-6000, U+6002, U+6005, U+600a, U+600d, U+600f-6010, U+6014, U+6017, U+6019-601c, U+601e, U+6020, U+6022, U+6026, U+6029, U+602b-602c, U+602e-602f, U+6031, U+6033-6035, U+6039, U+603c, U+6040-6043, U+6045, U+6047, U+604a-604c, U+604f, U+6053, U+6059-605b, U+605d, U+6060, U+6063, U+6067, U+606a-606b, U+606e, U+6072-6076, U+6078, U+607a, U+607c, U+607f-6081, U+6083, U+6086, U+608a, U+608c, U+608e, U+6092-6093, U+6095-6097, U+609b, U+609d, U+60a2, U+60a6-60a7, U+60a9-60aa, U+60ac-60ad, U+60af;
}
/* [71] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.71.woff2) format('woff2');
  unicode-range: U+5e3c, U+5e40, U+5e42-5e44, U+5e47, U+5e54, U+5e57-5e5b, U+5e5e-5e5f, U+5e61-5e62, U+5e64, U+5e6a, U+5e6c, U+5e6e, U+5e75, U+5e77, U+5e7a, U+5e80-5e81, U+5e83, U+5e86, U+5e88, U+5e8b, U+5e90, U+5e92, U+5e96, U+5e99, U+5e9b, U+5e9d-5ea2, U+5ea4-5ea5, U+5eb3-5eb6, U+5eb9, U+5ebe, U+5ec3-5ec4, U+5ec6, U+5ecb-5ecd, U+5ed0-5ed2, U+5ed4-5ed5, U+5ed8-5ed9, U+5edb, U+5edd, U+5ee1, U+5ee8-5ee9, U+5eec, U+5eef-5ef0, U+5ef4-5ef5, U+5ef8, U+5efb-5efc, U+5efe, U+5f01-5f03, U+5f05, U+5f07-5f09, U+5f0b-5f0e, U+5f10-5f12, U+5f14, U+5f16, U+5f1b, U+5f1d, U+5f22, U+5f25, U+5f28-5f29, U+5f2d, U+5f2f-5f30, U+5f36, U+5f38-5f39, U+5f3c, U+5f3e, U+5f40-5f42, U+5f45-5f46, U+5f4a, U+5f50-5f52, U+5f54, U+5f56-5f58, U+5f5a-5f5e, U+5f61, U+5f63, U+5f66-5f67, U+5f6b, U+5f72-5f74, U+5f76, U+5f78, U+5f7b, U+5f7d;
}
/* [72] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.72.woff2) format('woff2');
  unicode-range: U+5ce6, U+5ce8-5cea, U+5ced-5cee, U+5cf1, U+5cf4-5cf5, U+5cf8, U+5cfe-5d00, U+5d06, U+5d08, U+5d0a-5d0d, U+5d15, U+5d18, U+5d1a, U+5d1d, U+5d1f-5d22, U+5d24, U+5d26-5d28, U+5d2c-5d2e, U+5d33-5d35, U+5d3d, U+5d3f, U+5d42-5d43, U+5d46-5d47, U+5d49-5d4b, U+5d4e, U+5d52-5d53, U+5d57-5d59, U+5d5b-5d5c, U+5d65, U+5d68-5d69, U+5d6b-5d6c, U+5d6f, U+5d74-5d75, U+5d7e-5d7f, U+5d81-5d82, U+5d85-5d88, U+5d8b-5d8c, U+5d92, U+5d94, U+5d97, U+5d99, U+5d9d, U+5da0-5da2, U+5da7, U+5da9-5daa, U+5dae, U+5db2, U+5db4, U+5db7-5db8, U+5dbd, U+5dc2-5dc5, U+5dc9, U+5dcb-5dcd, U+5dd2, U+5dd6, U+5dd8, U+5ddb-5ddc, U+5de0, U+5de3, U+5de9, U+5df0, U+5df3, U+5df5, U+5df9, U+5dfb-5dfd, U+5e00-5e01, U+5e04-5e05, U+5e0a, U+5e11, U+5e14, U+5e18-5e1c, U+5e1f-5e22, U+5e27-5e28, U+5e2f-5e30, U+5e34, U+5e37, U+5e3a;
}
/* [73] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.73.woff2) format('woff2');
  unicode-range: U+5b84, U+5b8d, U+5b92-5b93, U+5b95-5b96, U+5b9f-5ba1, U+5ba6-5ba8, U+5baa-5bad, U+5bbd-5bbe, U+5bc0-5bc1, U+5bc3, U+5bd0-5bd1, U+5bd4-5bd8, U+5bdb-5bdd, U+5be4-5be5, U+5bef, U+5bf3, U+5bfb, U+5bfe-5bff, U+5c02-5c03, U+5c05, U+5c09, U+5c0c, U+5c10, U+5c12-5c13, U+5c15, U+5c18-5c19, U+5c1b, U+5c1d-5c1f, U+5c22, U+5c25, U+5c27-5c28, U+5c2a-5c2b, U+5c34, U+5c38, U+5c3d, U+5c42, U+5c44, U+5c47, U+5c49-5c4a, U+5c50, U+5c53, U+5c58-5c59, U+5c5b, U+5c5d, U+5c61, U+5c63, U+5c68, U+5c6d-5c6e, U+5c74, U+5c79-5c84, U+5c86, U+5c88, U+5c8a-5c8d, U+5c92-5c9c, U+5ca0, U+5ca2-5ca3, U+5ca5-5ca7, U+5cab-5cad, U+5cb5, U+5cb7, U+5cba-5cbb, U+5cc1, U+5cc8, U+5cca-5ccb, U+5cce, U+5cd2, U+5cd6, U+5cd8-5cda, U+5cdf-5ce1, U+5ce5;
}
/* [74] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.74.woff2) format('woff2');
  unicode-range: U+5a57, U+5a5d-5a5e, U+5a60-5a62, U+5a65, U+5a67, U+5a6a, U+5a6c-5a6d, U+5a73-5a76, U+5a7a-5a7c, U+5a81-5a84, U+5a8c, U+5a90, U+5a93, U+5a96-5a97, U+5a9c, U+5a9e-5aa0, U+5aa4, U+5aa7, U+5aab-5aac, U+5aae-5aaf, U+5ab1, U+5ab4-5ab5, U+5ab8, U+5aba-5abc, U+5abe-5abf, U+5ac3-5ac4, U+5ac6-5acb, U+5acf-5ad2, U+5ad4-5adc, U+5ae0-5ae1, U+5ae3, U+5ae5-5ae6, U+5ae8, U+5aea-5aeb, U+5aee, U+5af0, U+5af2, U+5af5, U+5afa, U+5aff, U+5b01, U+5b05, U+5b08, U+5b0b, U+5b11, U+5b16-5b17, U+5b19, U+5b1b, U+5b1d, U+5b21-5b23, U+5b28, U+5b2a-5b2d, U+5b32, U+5b34, U+5b36-5b38, U+5b3e-5b40, U+5b43-5b46, U+5b4b-5b4c, U+5b51, U+5b53, U+5b59, U+5b5b-5b5c, U+5b62, U+5b65, U+5b6c-5b6e, U+5b70-5b73, U+5b75, U+5b7a-5b7b, U+5b7d, U+5b7f-5b82;
}
/* [75] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.75.woff2) format('woff2');
  unicode-range: U+5910-5911, U+5914, U+5919, U+591b, U+591f, U+5923-5924, U+592c, U+5932, U+5938-593a, U+5940, U+5942, U+5944, U+594b-594c, U+594e, U+5950, U+5953, U+5956, U+5958, U+595a, U+5961, U+5966, U+5968-5969, U+596c-596d, U+5975, U+5977, U+597b-597c, U+597e, U+5980-5981, U+5986-5988, U+598a, U+598f, U+5997-5998, U+599f-59a3, U+59a6-59a7, U+59a9, U+59ab-59ac, U+59af, U+59b1-59b2, U+59b6, U+59b8, U+59ba, U+59be, U+59c1, U+59c3, U+59c7-59c9, U+59cd-59ce, U+59d2, U+59d6-59d9, U+59dd-59de, U+59e0, U+59e3-59e5, U+59e9-59eb, U+59ee, U+59f1-59f3, U+59f5-59f9, U+59fc-59fd, U+5a00, U+5a04-5a07, U+5a09, U+5a0c, U+5a11, U+5a13, U+5a16-5a17, U+5a1a, U+5a1e, U+5a20, U+5a23-5a24, U+5a29-5a2b, U+5a2d-5a2f, U+5a32-5a34, U+5a38, U+5a3c, U+5a3f-5a44, U+5a47-5a48, U+5a4a, U+5a4c-5a4d, U+5a50-5a51, U+5a53, U+5a56;
}
/* [76] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.76.woff2) format('woff2');
  unicode-range: U+57a9, U+57ab, U+57b5, U+57b8-57bb, U+57c2, U+57c5-57c8, U+57cc, U+57cf, U+57d2, U+57dc-57de, U+57e1-57e2, U+57e5, U+57e7, U+57ed-57ee, U+57f0, U+57f3-57f6, U+57f8, U+57fb-57fd, U+5800-5801, U+5803-5804, U+5807, U+5809-580b, U+580d-580e, U+5810-5811, U+5814-5815, U+5819, U+581d-581e, U+5820, U+5823, U+5826, U+582c-582d, U+5830, U+583a, U+583f-5841, U+5848, U+584b, U+584d, U+584f, U+5852, U+5859-585a, U+585c, U+5861, U+5864, U+5868-5869, U+586c-586d, U+5871-5872, U+5879, U+587c-5881, U+5887-5889, U+588e, U+5890-5892, U+5896-5899, U+589d, U+58a1, U+58a3, U+58a6, U+58a9, U+58ac, U+58b0-58b1, U+58bb-58bc, U+58c2, U+58c5-58c6, U+58ca, U+58cc, U+58ce, U+58d0-58d1, U+58d5, U+58d9-58da, U+58df-58e0, U+58e9, U+58ec, U+58ee, U+58f1-58f3, U+58f6-58f7, U+58fb-58fc, U+5900, U+5902, U+5906, U+5909-590c, U+590e;
}
/* [77] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.77.woff2) format('woff2');
  unicode-range: U+567b-567c, U+5680, U+5684-5686, U+568c, U+568e-568f, U+5692-5693, U+5697-5699, U+569c, U+569e, U+56a1-56a7, U+56a9, U+56ab-56ad, U+56af, U+56b3, U+56b5-56b6, U+56b8, U+56bf-56c1, U+56c3, U+56c5, U+56c7-56c8, U+56cb-56cc, U+56d1-56d4, U+56d6-56d9, U+56dd, U+56df, U+56e1-56e5, U+56ea-56ec, U+56ee-56ef, U+56f1-56f4, U+56f7, U+56f9, U+56ff-5700, U+5703-5704, U+5706-5707, U+5709-570a, U+570c, U+570f, U+5711, U+5717, U+571c, U+5723-5724, U+5727, U+5729-572a, U+572c, U+572e-572f, U+5734-5735, U+573b, U+5741, U+574b-574d, U+574f, U+5752, U+5754, U+575a-5760, U+5763, U+5768-5769, U+576b, U+576d, U+576f-5770, U+5772-5775, U+5777, U+577b-577d, U+5780, U+5784, U+5788, U+578c, U+578e, U+5792-5793, U+5795, U+579a-579b, U+579f-57a1, U+57a4, U+57a6;
}
/* [78] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.78.woff2) format('woff2');
  unicode-range: U+555c, U+5562-5563, U+5567, U+5569, U+556b-556c, U+5570, U+5575-5579, U+557b-557c, U+557f, U+5581, U+5583, U+5586, U+5588, U+558b, U+558f, U+5591, U+5599, U+559f, U+55a1, U+55a3, U+55a5-55a6, U+55a8-55a9, U+55ab, U+55ad, U+55b0-55b1, U+55b3, U+55b6-55b7, U+55b9, U+55bc-55bd, U+55c4-55c5, U+55c7, U+55c9, U+55cc-55cd, U+55d0, U+55d2, U+55d4-55d9, U+55db, U+55dd-55df, U+55e1-55e6, U+55e9-55ea, U+55ec, U+55ee, U+55f1-55f3, U+55f5-55f7, U+55f9-55fa, U+55fe, U+5600-5602, U+5608, U+560c, U+560f, U+5612-5613, U+5615-5616, U+5618, U+561a, U+561c, U+561e, U+5620, U+5623-5625, U+5627, U+562a, U+562c-562e, U+5630-5631, U+5635-5636, U+5638-563a, U+5640, U+5642-5643, U+5649, U+564c-5650, U+5654, U+5658-565d, U+5664-5666, U+5669, U+566b, U+566d, U+566f, U+5671-5672, U+5676, U+567a;
}
/* [79] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.79.woff2) format('woff2');
  unicode-range: U+5447, U+5449, U+544b-544d, U+5450-5455, U+5457, U+545b-545c, U+545f-5460, U+5463-5464, U+546a-5472, U+5474, U+5476, U+5478, U+547b, U+547e-547f, U+5482-5488, U+548a, U+548d-5491, U+5494, U+5498-549d, U+54a1-54a5, U+54ab, U+54ad-54af, U+54b5, U+54b7, U+54bb-54bc, U+54be-54bf, U+54ca, U+54cc, U+54cf-54d2, U+54d4, U+54d6-54d7, U+54da, U+54de-54df, U+54e2, U+54e4, U+54e7, U+54eb, U+54f3, U+54fd, U+54ff, U+5501-5502, U+5504-5506, U+550a, U+550c, U+550e-550f, U+5511-5513, U+5516-5517, U+551a-551b, U+551e, U+5520, U+5524, U+5526-5527, U+552a, U+552c-552d, U+5530, U+5532-5533, U+5535-5536, U+553b-553c, U+553e-553f, U+5541-5542, U+5544-5545, U+5547, U+5549, U+554b, U+554d-554e, U+5550-5551, U+5553, U+5555-5557;
}
/* [80] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.80.woff2) format('woff2');
  unicode-range: U+52eb, U+52ed-52ee, U+52f0-52f2, U+52f7, U+52f9-52fa, U+5300-5302, U+530a-530b, U+530d, U+530f-5310, U+5315, U+531a, U+531c-531d, U+532d-532e, U+5331, U+5338, U+533b-533e, U+5344-5345, U+534b-534d, U+534f-5350, U+5358, U+535e-535f, U+5362-5364, U+5367, U+5369, U+536b-536c, U+536e-536f, U+5372, U+5374, U+5379-537a, U+537c-537d, U+5382, U+5385, U+5389, U+538b-538c, U+538e, U+5392-5396, U+5399, U+53a0-53a2, U+53a4-53a6, U+53a8-53a9, U+53ae, U+53b0, U+53b3-53b4, U+53b6-53b7, U+53b9, U+53bf, U+53c1, U+53c4, U+53ce-53cf, U+53d2, U+53d5, U+53d9-53da, U+53df-53e1, U+53e7-53e9, U+53f1, U+53f5-53f6, U+53f9, U+53fb-53fd, U+5400-5402, U+5405-5407, U+540f, U+5412, U+5414-5417, U+541a, U+5420-5421, U+5424-5425, U+5428-5429, U+542c-542f, U+5431-5432, U+5434, U+5437, U+543d, U+543f, U+5441, U+5444-5445;
}
/* [81] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.81.woff2) format('woff2');
  unicode-range: U+5197, U+519a-519c, U+519e, U+51a2, U+51a6-51a9, U+51ab, U+51ad-51af, U+51b1-51b6, U+51ba-51c0, U+51c3-51c5, U+51c7, U+51c9-51cb, U+51ce-51d1, U+51d4, U+51d6, U+51d9, U+51db-51dc, U+51df, U+51e4, U+51e6, U+51e9-51ea, U+51ed, U+51ef, U+51f4-51f5, U+51fc, U+51ff, U+5201-5202, U+5204-5205, U+5208, U+520b, U+520d-520e, U+5213, U+5215-5216, U+5218, U+521a, U+5220, U+5223, U+5226-5228, U+5232-5234, U+5239, U+523c, U+5241-5242, U+5244, U+5249, U+524c, U+5251-5252, U+5255, U+5257, U+525c, U+525e, U+5261, U+5263-5265, U+526e, U+5270, U+5273-5274, U+5277, U+527d, U+527f, U+5281-5282, U+5284, U+528a, U+528c, U+528f, U+5292-5294, U+529d, U+52a6, U+52ac-52ad, U+52b1-52b5, U+52b9, U+52bb-52bc, U+52be-52c0, U+52c5, U+52cb, U+52cd, U+52d0-52d1, U+52d6-52d7, U+52db, U+52e0, U+52e3, U+52e6-52e7;
}
/* [82] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.82.woff2) format('woff2');
  unicode-range: U+5040-5041, U+5043, U+5045-5046, U+5048, U+504a-504e, U+5051-5053, U+505d-5060, U+5063, U+506a, U+506f-5072, U+5078, U+507a-507b, U+507f-5080, U+5088-5089, U+508b-508c, U+508e, U+5092, U+5095-5096, U+509a-509d, U+50a3, U+50a5, U+50a8, U+50af, U+50b1, U+50b4, U+50ba, U+50c2, U+50c6-50ca, U+50cd-50ce, U+50d6, U+50d9, U+50dd-50df, U+50e1, U+50e3, U+50e5-50e6, U+50e8-50ea, U+50ec-50f0, U+50f3, U+50fb, U+50fe, U+5101-5102, U+5105-5109, U+510b-510e, U+5110, U+5113-5115, U+5117, U+511a-511c, U+511e, U+5120-5121, U+5125, U+512b, U+5131, U+5134-5135, U+5138-513c, U+5140, U+514e, U+5150-5151, U+5155-5157, U+515a, U+515f, U+5162, U+516a, U+516e, U+5172, U+5174, U+5179, U+517b, U+517d, U+5182, U+5186, U+5188-5189, U+518b, U+518f, U+5191, U+5193, U+5195-5196;
}
/* [83] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.83.woff2) format('woff2');
  unicode-range: U+4f2d, U+4f31-4f32, U+4f35, U+4f37, U+4f39, U+4f3b, U+4f3e, U+4f41-4f43, U+4f47, U+4f49, U+4f4c, U+4f52, U+4f57-4f58, U+4f5a, U+4f5d-4f5f, U+4f61, U+4f63-4f64, U+4f67, U+4f6a, U+4f6e-4f6f, U+4f72, U+4f74, U+4f76-4f7b, U+4f7d-4f7e, U+4f80-4f82, U+4f84, U+4f89-4f8a, U+4f8e-4f94, U+4f96-4f98, U+4f9a, U+4f9e, U+4fa0-4fa3, U+4fa5-4fa8, U+4faa-4fac, U+4fb2-4fb3, U+4fb7-4fba, U+4fc0-4fc1, U+4fc5-4fc7, U+4fcb, U+4fcd-4fce, U+4fd1, U+4fd3-4fd4, U+4fd8-4fdc, U+4fdf, U+4fe2-4fe5, U+4fe8-4fea, U+4fec-4fed, U+4ff3-4ff6, U+4ff8-4ffa, U+4ffd, U+5000, U+5002, U+5005, U+5008, U+500c, U+500f, U+5013-5015, U+501b-501c, U+501e, U+5022-5025, U+5027-5028, U+502c-502e, U+5030-5032, U+5036, U+503a-503b, U+503e;
}
/* [84] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.84.woff2) format('woff2');
  unicode-range: U+3f97, U+4102, U+411b, U+4181, U+43c8, U+4552, U+4576, U+46e5, U+4837, U+493d, U+4a3b, U+4d09, U+4db6-4dbf, U+4e02, U+4e04-4e05, U+4e0c, U+4e0f-4e10, U+4e15, U+4e17, U+4e1b, U+4e21-4e22, U+4e25, U+4e27, U+4e31, U+4e34, U+4e36-4e37, U+4e3d, U+4e3f-4e42, U+4e44, U+4e47, U+4e49, U+4e4c, U+4e52-4e54, U+4e57, U+4e5a-4e5b, U+4e60-4e61, U+4e69, U+4e6d, U+4e78, U+4e80-4e81, U+4e85, U+4e87, U+4e89-4e8a, U+4e8d, U+4e8f, U+4e93, U+4e96, U+4e98-4e99, U+4e9c, U+4e9f-4ea0, U+4ea2, U+4ea5, U+4ea9, U+4eb0, U+4eb2-4eb3, U+4eb5-4eb7, U+4eb9, U+4ebb-4ebc, U+4ebf, U+4ec2-4ec6, U+4ec8-4ec9, U+4ecf, U+4ed1, U+4ed3, U+4edc-4ee1, U+4ee7-4eeb, U+4eee-4eef, U+4ef1, U+4ef3-4ef5, U+4efa, U+4efc, U+4f00, U+4f02-4f03, U+4f05, U+4f07-4f09, U+4f0b, U+4f0e, U+4f15, U+4f17, U+4f1d-4f1f, U+4f22, U+4f24, U+4f29-4f2b;
}
/* [85] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.85.woff2) format('woff2');
  unicode-range: U+3052, U+305c, U+3062, U+306d, U+307a, U+307c, U+3080, U+308e, U+3090-3091, U+3099-309e, U+30a5, U+30c2, U+30c5, U+30ee, U+30f0-30f2, U+30f4-30f6, U+30fd-30fe, U+3105-3106, U+3108, U+310a-310b, U+310d-3112, U+3115-3117, U+3119, U+3131, U+3134, U+3137, U+3139, U+3141-3142, U+3145, U+3147-3148, U+314b, U+314d-314f, U+3153, U+315c, U+3160-3161, U+3163-3164, U+3181, U+318d, U+3192-3193, U+3196-3198, U+319d-319f, U+3220-3226, U+3231, U+3268, U+3281, U+328b, U+3291-3292, U+3295-3297, U+3299, U+329d, U+329f, U+32a3-32a4, U+32d6, U+32e1, U+3314, U+3322, U+337f, U+338e-338f, U+339c-339e, U+33a1, U+33c4, U+33d1-33d2, U+3440, U+3449, U+3479, U+3551, U+3569, U+35ad, U+35ce, U+36ac, U+373a, U+3863, U+38ec, U+39b8, U+3a02, U+3a17, U+3a52, U+3b22, U+3bd7, U+3bff, U+3ca5, U+3d68, U+3ddb, U+3de7, U+3deb, U+3e03, U+3e74, U+3f08, U+3f0e, U+3f21;
}
/* [86] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.86.woff2) format('woff2');
  unicode-range: U+2748-274f, U+2752-275b, U+275d-275e, U+2761, U+2763, U+2765-2769, U+276e-276f, U+2771, U+2776-277e, U+2780-2782, U+278a-278c, U+2794-2796, U+2798-2799, U+279c-27a6, U+27a8-27ab, U+27ad, U+27af-27b0, U+27b2-27b3, U+27b7-27b9, U+27bc-27bd, U+27bf, U+27e9-27eb, U+27f5-27f6, U+2800, U+28ec, U+2922, U+2934-2935, U+29bf, U+2a2f, U+2b05-2b07, U+2b1b, U+2b50, U+2b55, U+2cf5, U+2e1c-2e1d, U+2f00, U+2f08, U+2f12, U+2f24, U+2f29, U+2f2f, U+2f3c, U+2f3f, U+2f42, U+2f45, U+2f63-2f64, U+2f83, U+2f8f, U+3003-3007, U+3012-3013, U+3016-3019, U+3020-3025, U+3030, U+303d, U+3041, U+3043, U+3045, U+3047, U+3049;
}
/* [87] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.87.woff2) format('woff2');
  unicode-range: U+2649-2656, U+2658-265c, U+265e-2660, U+2662-2664, U+2666-2669, U+266b-266f, U+267b, U+2692-2696, U+2698, U+269b-269c, U+26a0-26a1, U+26a3-26a5, U+26aa-26ac, U+26bd-26be, U+26c4-26c5, U+26c8, U+26d1, U+26d3-26d4, U+26e4, U+26e9-26ea, U+26f0-26f5, U+26f9-26fa, U+26fd, U+2701-2702, U+2704-2706, U+2708, U+270a-2712, U+2714, U+2716-2727, U+2729-273e, U+2740-2747;
}
/* [88] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.88.woff2) format('woff2');
  unicode-range: U+2566-2570, U+2572, U+2574, U+2579, U+2580-258a, U+258c-2595, U+2597, U+25a1, U+25a3-25a4, U+25a6-25ac, U+25b0, U+25b4, U+25b7-25b9, U+25bb, U+25bd, U+25bf-25c2, U+25c7-25ca, U+25cc-25cd, U+25d0-25d9, U+25dc-25e6, U+25ea-25eb, U+25ef, U+25fb-25fe, U+2600-2604, U+2607, U+2609-260b, U+260d-2615, U+2618, U+261a-2623, U+262a, U+262d-2630, U+2638-263e, U+2641-2642, U+2648;
}
/* [89] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.89.woff2) format('woff2');
  unicode-range: U+2475-2481, U+2488-2491, U+24b6-24c5, U+24c7-24ca, U+24cc, U+24ce, U+24d0-24df, U+24e1-24ea, U+24f5, U+24ff, U+2501, U+2503-250d, U+250f-2511, U+2513-2515, U+2517-2518, U+251b-251d, U+2520, U+2523-2524, U+2528, U+252b-252c, U+252f, U+2533-2534, U+2537, U+253b-253c, U+2541, U+2543-2545, U+254b, U+2550-2565;
}
/* [90] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.90.woff2) format('woff2');
  unicode-range: U+2139, U+2153, U+2194-2197, U+2199, U+219d-219e, U+21a0, U+21a9-21aa, U+21ac, U+21af-21b1, U+21b3-21b5, U+21ba-21bb, U+21c4, U+21ca, U+21cc, U+21d0, U+21d2-21d4, U+21d8, U+21dd, U+21e2-21e9, U+2200, U+2202, U+2205-2208, U+220e-220f, U+2211-2212, U+2215, U+2217-221a, U+221d-2220, U+2225, U+2227-222b, U+222e, U+2234-2237, U+223c-223d, U+2248, U+2256, U+2260-2261, U+2264-2265, U+226a-226b, U+226e-226f, U+2282-2283, U+2295-2296, U+2299, U+22a5, U+22b0-22b1, U+22b9, U+22bf, U+22c5-22c6, U+22c8, U+22d0-22d1, U+22ee, U+2312-2313, U+2318, U+231a-231b, U+2323, U+2328, U+239d, U+23a0, U+23af, U+23e4, U+23e9-23ea, U+23ec, U+23f0-23f3, U+23fa, U+2445, U+2460-2471, U+2474;
}
/* [91] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.91.woff2) format('woff2');
  unicode-range: U+1ec0-1ec3, U+1ec5-1ec6, U+1ec9, U+1ecb-1ecd, U+1ecf-1ed1, U+1ed3-1ed5, U+1ed7-1edd, U+1edf, U+1ee1, U+1ee3-1ee7, U+1ee9, U+1eeb, U+1eed, U+1eef-1ef1, U+1ef3, U+1ef7, U+1ef9, U+1f62, U+1fa2, U+2001-2006, U+2009-200a, U+200c-200d, U+200f-2012, U+2015-2016, U+201a, U+201e, U+2020-2021, U+2023-2025, U+2028, U+202a-202d, U+202f-2030, U+2032-2033, U+2035, U+2038, U+203e-203f, U+2042-2044, U+2049, U+204d-204e, U+2060-2061, U+2063, U+2070, U+2074-207b, U+207d-2083, U+208a, U+208d-208e, U+20a1, U+20a4, U+20a6, U+20a8-20ab, U+20ad-20ae, U+20b1-20b3, U+20b5, U+20b8-20ba, U+20bd, U+20dd, U+20e3, U+2105, U+2109, U+2112-2113, U+2115-2117, U+2120-2121, U+2126, U+212b;
}
/* [92] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.92.woff2) format('woff2');
  unicode-range: U+11af, U+11b7, U+11bc, U+121b, U+122d, U+129b, U+12a0, U+13a6, U+13a9, U+13ac, U+13af, U+13b3, U+13c2, U+13e3, U+141b, U+1555, U+1557, U+15dc, U+15e8, U+1780-1782, U+1784-1785, U+1787, U+178a, U+178e-1791, U+1793-179c, U+179f, U+17a2, U+17b6-17b9, U+17bb-17bc, U+17bf-17c7, U+17c9, U+17cb, U+17d0, U+17d2, U+17db, U+1871, U+18fa, U+1bff, U+1d00, U+1d04-1d05, U+1d07, U+1d0a-1d0b, U+1d0d, U+1d0f, U+1d17-1d18, U+1d1b-1d1c, U+1d20-1d22, U+1d25, U+1d2c, U+1d2e, U+1d30-1d31, U+1d33-1d3a, U+1d3c, U+1d3e-1d42, U+1d52, U+1d55, U+1d5b, U+1d5e, U+1d9c, U+1da0, U+1dc4-1dc5, U+1e3b, U+1e43, U+1e45, U+1e47, U+1e63, U+1e6d, U+1e73, U+1ea0, U+1ea2, U+1ea4-1ea9, U+1eab-1eaf, U+1eb1, U+1eb3, U+1eb5, U+1eb7, U+1eb9, U+1ebb, U+1ebd-1ebe;
}
/* [97] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.97.woff2) format('woff2');
  unicode-range: U+2c8-2c9, U+2cc-2cd, U+2d0, U+2d8, U+2da, U+2dc, U+2e1-2e3, U+2e7, U+2eb, U+2ee, U+2f1-2ff, U+302-304, U+306-309, U+30c-30d, U+311, U+31b, U+321, U+323-325, U+328-329, U+32b-32c, U+32e-32f, U+331-33a, U+33c-33f, U+348, U+353, U+358-359, U+35c, U+35e-35f, U+361, U+363, U+367-368, U+36c, U+36f, U+530-535, U+537-540, U+55e, U+561-565, U+568-56d, U+56f-576, U+578-582, U+584, U+5a1, U+5a3-5a4, U+5aa, U+5ae, U+5b0-5b4;
}
/* [98] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.98.woff2) format('woff2');
  unicode-range: U+1af, U+1b1, U+1b4-1be, U+1d0, U+1d2, U+1d4, U+1da, U+1dc-1dd, U+1e1, U+1e3-1e4, U+1e7, U+1e9, U+1eb-1ec, U+1f0-1f1, U+1f3-1f5, U+1f7, U+1f9-1ff, U+219, U+221, U+225-226, U+228-22b, U+22e-22f, U+231-235, U+239, U+23b, U+23e, U+250-252, U+254-255, U+259-25e, U+261-263, U+268-26b, U+26d, U+26f-277, U+279-27a, U+27d-281, U+283, U+28a-28c, U+28f, U+292, U+294-296, U+298-29a, U+29c, U+29f, U+2a1-2a2, U+2a4-2a7, U+2a9-2aa, U+2ae-2b3, U+2b5-2b7, U+2b9-2bf, U+2c2-2c4, U+2c6-2c7;
}
/* [99] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.99.woff2) format('woff2');
  unicode-range: U+a1-a2, U+a4, U+a6-a8, U+aa, U+ac, U+af, U+b1, U+b5-b6, U+b8-ba, U+bc-be, U+c0-c8, U+ca-cc, U+ce-d5, U+d8-df, U+f0, U+f5, U+f8, U+fb, U+fe-100, U+102, U+105, U+107, U+109-10b, U+10f, U+112, U+115, U+117, U+119, U+11b, U+11f, U+121, U+123-124, U+127, U+129, U+12c-12d, U+130-13f, U+141-142, U+144, U+148, U+14b-14c, U+14f-153, U+159-15b, U+15e-160, U+163-166, U+169-16a, U+16d-171, U+173-17e, U+192, U+1a0, U+1a4, U+1aa, U+1ac-1ad;
}
/* [100] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.100.woff2) format('woff2');
  unicode-range: U+a3, U+2ca, U+2223, U+2640, U+273f, U+301c-301d, U+3107, U+310c, U+4e30, U+4e3e, U+4e5e, U+4e71, U+4f26, U+4f7c, U+4f83, U+50da, U+5243, U+5267, U+529e, U+5321, U+5352, U+5477, U+548b, U+54a6, U+54b2, U+54c2, U+54c4, U+54c6, U+54cd, U+54ee, U+5543, U+55d1, U+55d3, U+55f0, U+55fd, U+560d, U+5629, U+5660, U+57ae, U+57e0, U+57e4, U+5904, U+592d, U+5965, U+5a31, U+5a7f, U+5b5a, U+5bb8, U+5c14, U+5c3b, U+5c5c, U+5c5e, U+5d10, U+5e10, U+5e4c, U+603b, U+604d, U+611c, U+6137, U+61c8, U+6292, U+62c7, U+6371, U+6382, U+645f, U+64ae, U+64c2, U+651e, U+65f1, U+660a, U+663e, U+673d, U+6784, U+6789, U+67ff, U+6813, U+6854, U+68d8, U+68fa, U+697d, U+6a01, U+6a1e, U+6baf, U+6c08, U+6c17, U+6c2b, U+6c81, U+6cbd, U+6dc6, U+6df9, U+6ed9, U+6ee1, U+6f86, U+6fc1, U+6fdb, U+701f, U+7076, U+715c, U+7194, U+71fb, U+720d, U+72b6, U+7396, U+73af, U+745b, U+746f, U+748b, U+7647, U+7699, U+76bf, U+76ce, U+76de, U+77aa, U+786b, U+7881, U+78ca, U+793c, U+797a, U+79b9, U+79bb, U+79bf, U+7a92, U+7ac7, U+7ae3, U+7b19, U+7b20, U+7b51, U+7b94, U+7cbd, U+7cde, U+7cef, U+7d46, U+7dde, U+7f88, U+80da, U+814b, U+81cd, U+8235, U+8258, U+8282, U+82b9, U+846b, U+84c1, U+84d3, U+8518, U+8611, U+8783, U+8814, U+8a15, U+8aa6, U+8b2c, U+8ba8-8ba9, U+8bc6, U+8be2, U+8be6, U+8c22, U+8d05, U+8d27, U+8dbe, U+8e34, U+8e66, U+8ec0, U+9005, U+9082, U+9091, U+914b, U+916f, U+92c5, U+92f0, U+9318, U+9382, U+938a, U+93e2, U+964b, U+96c1, U+96cc-96cd, U+96db, U+973e, U+97a0, U+9803, U+9876, U+9879, U+9955, U+9986, U+99f1, U+9a5b, U+9abc, U+9c57, U+9c9c, U+9d1b, U+9d26, U+9d51, U+9eef, U+9f99, U+c2a4, U+e253, U+e313-e314, U+e5c7, U+e5c9, U+e8db-e8dc, U+ff25, U+ff2d-ff2e, U+ff34, U+ffe5, U+1f60a, U+1f618, U+1f62d;
}
/* [101] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.101.woff2) format('woff2');
  unicode-range: U+b4, U+10d, U+2d9, U+641, U+6cc, U+e20, U+e29, U+200e, U+20ac, U+2266, U+25be, U+301e, U+3058, U+4e07, U+4e1d, U+4e66, U+4ece, U+4fde, U+5016, U+5180, U+5199, U+51aa, U+5306, U+5386, U+53d8, U+5413, U+541d, U+5436, U+54ce, U+54e8, U+54fc, U+5571, U+557e, U+558e, U+55a7, U+56a8, U+57a2-57a3, U+58b3, U+5960, U+5992-5993, U+59a4, U+5a55, U+5ab2, U+5afb, U+5b56, U+5bc5, U+5bc7, U+5bf0, U+5cb1, U+5cc7, U+5dff, U+5e93, U+5ed3, U+5f6a, U+60bc, U+61ff, U+6218, U+6254, U+634d, U+6467, U+64f1-64f2, U+6582, U+65fb, U+6615, U+6687, U+66e6, U+66f0, U+6781, U+67f5, U+68a7, U+6a1f, U+6b27, U+6b4e, U+6b73, U+6b79, U+6bcb, U+6c5d, U+6cf5, U+6dee, U+6ec4, U+6ecc, U+6f88, U+6fef, U+701d, U+703e, U+707c, U+7099, U+710a, U+725f, U+72d9, U+72e9, U+731d, U+7325, U+739f, U+7463, U+7480, U+74a8, U+7523, U+7526, U+75e0, U+7613, U+7656, U+76d4, U+773a, U+775c, U+775e, U+780c, U+78e1, U+78f7, U+7960, U+7a20, U+7aaf, U+7b08, U+7b71, U+7be4, U+7cec, U+7cf0, U+7d5e, U+7d62, U+7dbe, U+7e1b, U+7ea2, U+7ec4, U+7ec6, U+7edc, U+7eed, U+7efc, U+7f16, U+7f57, U+7fb9, U+7fca, U+803d, U+816e, U+82a5, U+82b7, U+8317, U+8338, U+834a, U+83d3, U+8401, U+8469, U+849e, U+854a, U+8559, U+865e, U+86e4, U+8700, U+8759, U+8760, U+8778, U+8782, U+879e, U+87d1, U+880d, U+8836, U+8944, U+89c8, U+8aac, U+8b74, U+8ba2, U+8ba4, U+8bae, U+8bfb, U+8c4e, U+8cb3, U+8cb6, U+8d16, U+8d28, U+8e44, U+8f3b, U+8f3f, U+8f91, U+8fb9, U+8fc4, U+8fde, U+8ff9, U+9076, U+90ae, U+90b8, U+9257, U+9310, U+93df, U+94fe, U+95a5, U+95a9, U+962e, U+968f-9690, U+9704, U+9713, U+97f6, U+9824, U+986b, U+9884, U+9886, U+98e2, U+991a, U+99a5, U+99dd, U+9ab8, U+9b41, U+9b77, U+9bad, U+c774, U+e5d4, U+fe52, U+ff02, U+1f389, U+1f449, U+1f495;
}
/* [102] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.102.woff2) format('woff2');
  unicode-range: U+2cb, U+5d1, U+5d9, U+5e2, U+5e8, U+5ea, U+633, U+e32, U+2252, U+2267, U+2573, U+25b3, U+25c4, U+2713, U+2715, U+30e2, U+4e28, U+4e3c, U+4e4d, U+4e70, U+4f88, U+4fef, U+5018, U+501a, U+5026, U+5137, U+513f, U+51f3, U+524b, U+5254, U+52d8, U+5308, U+5384, U+53cc, U+5443, U+5466, U+54a7-54a8, U+54bd, U+54c9, U+54cb, U+555e, U+556a, U+5580, U+560e, U+5614, U+561f, U+562f, U+566c, U+5679, U+56bc, U+56cd, U+56e7, U+56ed, U+572d, U+57d7, U+582f, U+589f, U+5b09, U+5ba5, U+5c51, U+5c90, U+5cef, U+5d16, U+5d84, U+5dd4, U+5e08, U+5e26, U+5f0a, U+5f20, U+606c, U+61c7, U+620f, U+625b, U+62a4, U+62d0, U+62f1, U+63a0, U+63c6, U+63f9, U+6413, U+6417, U+6483, U+64f7, U+650f, U+65a7, U+665f, U+66ae, U+66d6, U+66e0, U+6746, U+6756, U+67d1, U+6837, U+68d7, U+68e0, U+68f5, U+6977, U+6995, U+69a8, U+69b4, U+69d3, U+6a3d, U+6abb, U+6bb7, U+6bd3, U+6c47, U+6cc4, U+6cd3, U+6dae, U+6e26, U+6e29, U+6e5b, U+6eaf, U+6eba, U+7028, U+70b3, U+711a, U+733f, U+73c0, U+73ee, U+7444, U+745a, U+7487, U+7540, U+75a4, U+7729, U+779e, U+798e, U+79cd, U+79e9, U+7a3d, U+7a4c, U+7a9f, U+7ac4, U+7aff, U+7b77, U+7c27, U+7ca7, U+7cd9, U+7d76, U+7e43, U+7ea6, U+7ed9, U+7ff1, U+808b, U+809b, U+80fa, U+827a, U+8309, U+8328, U+832b, U+8396, U+83e0, U+840e, U+8425, U+852d, U+853b, U+8588, U+85e9, U+86b5, U+8718, U+87ec, U+8910, U+893b, U+89c1-89c2, U+8b3e, U+8baf, U+8bc1, U+8bcd, U+8bdd, U+8c41, U+8c48, U+8d2d, U+8d5e, U+8fbe, U+9015, U+90a8, U+90b5, U+90e1, U+9169, U+9183, U+91d0, U+91dc, U+9293, U+92f8, U+9472, U+9598, U+95ed, U+95fb, U+9605, U+96c7, U+9739, U+9742, U+9761, U+99ad, U+9ae6, U+9b1a, U+9b44, U+9bc9, U+9d3f, U+9dd7, U+9e7c, U+9e92, U+fe5d-fe5e, U+ff22-ff24, U+ff2f-ff30, U+ff33;
}
/* [103] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.103.woff2) format('woff2');
  unicode-range: U+60, U+f7, U+161, U+2198, U+2571, U+258b, U+25b6, U+2661, U+3051, U+3109, U+4e11, U+4e1c, U+4e24, U+4e2b, U+4ef7, U+4f18, U+4f36, U+4fd0, U+5029-502a, U+5055, U+508d, U+50ad, U+50d5, U+50e7, U+50f1, U+50f5, U+51a5, U+51c8, U+51fb, U+5203, U+524e, U+5288, U+5323, U+53c2, U+5458, U+54b1, U+54b3, U+54b8, U+5582, U+55b2, U+55ba, U+55da, U+55dc, U+5662, U+5678, U+56c2, U+5742, U+57d5, U+5862, U+58e4, U+58f0, U+5907, U+590d, U+5934, U+5978, U+5984, U+5a25, U+5c06, U+5c62, U+5c91, U+5cfb, U+5d01, U+5d11, U+5d1b, U+5e87, U+5eff, U+5f27, U+5f3a, U+5f53, U+5f64, U+6001, U+6168, U+61a9, U+6233, U+62a5, U+62ce, U+62ed, U+638f, U+6399, U+63c0, U+646f, U+6590, U+6631, U+664f, U+6689, U+66dc, U+672f, U+67af, U+67ec, U+6807, U+6a44, U+6c14, U+6c40, U+6c70, U+6c76, U+6cb8, U+6ce3, U+6df3, U+6e20, U+6e43, U+6ebc, U+6eec, U+6f2c, U+6fb1, U+7009, U+7011, U+701a, U+7117, U+7184, U+72f9, U+7426, U+74bd, U+74cf, U+752b, U+7554, U+75b9, U+7621, U+7671-7672, U+7693, U+76ef, U+7737, U+77a7, U+77b3, U+77bb, U+77da, U+77e2, U+77e9, U+77ef, U+7801, U+7940, U+797f, U+79a7, U+79b1, U+79bd, U+7a6b, U+7ac5, U+7b1b, U+7dab, U+7db4, U+7db8, U+7dcb, U+7ddd, U+7de0, U+7e55, U+7e9c, U+7ed3, U+7ef4, U+803f, U+8046, U+8087, U+8116, U+81a8, U+8214, U+821c, U+82d4, U+8305, U+831c, U+8335, U+8339, U+8350, U+8354, U+8526, U+860a, U+86db, U+8713, U+873b, U+8822, U+8993, U+8a1f, U+8ab9, U+8ad7, U+8e72, U+8f4e, U+8f9c, U+8fd0, U+8fd8, U+8fe6, U+9042, U+907c, U+91ba, U+9452, U+9591, U+95e2, U+9631, U+9699, U+96b8, U+9709, U+978d, U+9811, U+9830, U+98ce, U+9945, U+99ed, U+9a8c, U+9ad3, U+9baa, U+9be8, U+9c77, U+9cf6, U+9d72, U+9e1f, U+9ec4, U+fe31, U+fe55, U+ff03, U+ff20, U+ff3b, U+ff3d, U+1f3fb, U+1f44d, U+1f60d;
}
/* [104] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.104.woff2) format('woff2');
  unicode-range: U+10c, U+e44, U+2728, U+3081, U+4e13, U+4e19, U+4e1e, U+4e5c, U+4ea7, U+4ed7, U+4f20, U+4f8d, U+4ffe, U+5021, U+515c, U+51a4, U+51e0, U+521b, U+522b, U+532a, U+534e, U+5355, U+537f, U+5398, U+539d, U+541f, U+543c, U+544e, U+5509, U+5598, U+5622, U+5632, U+563f, U+5641, U+566a, U+5695, U+569f, U+56ae, U+56da, U+573a, U+574e, U+5835, U+584c, U+5885, U+58ae, U+5a1f, U+5ac2, U+5b24, U+5bb0, U+5bde, U+5be1, U+5bfc, U+5c39, U+5c4c, U+5c60, U+5e76, U+5e7f, U+5e9a, U+5eb8, U+5f13, U+5f6c, U+6127, U+61f2, U+6208, U+620a, U+620c, U+6252, U+62ef, U+6328, U+633d, U+6362, U+63b0, U+63c9, U+640f, U+64a9, U+6514, U+652c, U+655e, U+6583, U+658c, U+6627, U+66f3, U+6734, U+6743, U+676d, U+67c4, U+67da, U+68cd, U+68f2, U+690e, U+6ab3, U+6b16, U+6b38, U+6b3d, U+6bc6, U+6ca1, U+6cab, U+6d8c, U+6dea, U+6e32, U+6e3e, U+6e58, U+6eef, U+6ef2, U+6fe4, U+708a, U+7130, U+7165, U+7172, U+71c9, U+71ed, U+7232, U+7239, U+7261, U+7280, U+72a7, U+72f8, U+73c8, U+7464, U+753b, U+754f, U+755c, U+75d8, U+76ea, U+776b, U+7779, U+777f, U+7784, U+778e, U+77db, U+77ee, U+79e4, U+7a46, U+7a57, U+7aba, U+7aed, U+7b4d, U+7c7b, U+7c7d, U+7d13, U+7d33, U+7dbb, U+7df9, U+7e46, U+7ea7, U+8085, U+8165, U+81fb, U+82b8, U+82d3, U+8343, U+839e, U+83e9, U+840d, U+851a, U+853d, U+8543, U+859b, U+85fb, U+87fb, U+888d, U+88c5, U+8adc, U+8b0a, U+8bb0, U+8bbe, U+8bc4, U+8bf4, U+8c5a, U+8cc3, U+8ce4, U+8d44, U+8e81, U+8f44, U+8f66, U+8fdb, U+900d, U+9063, U+914c, U+9223, U+9226, U+923a, U+925b, U+9264, U+929c, U+92b9, U+9320, U+934d, U+935b, U+9444, U+957f, U+96a7, U+97ad, U+97cc, U+9898, U+98ea, U+9921, U+9952, U+9a55, U+9b0d, U+9b91, U+9bca, U+9ebd, U+9f4b, U+e60f-e610, U+ff1c-ff1d, U+ff21, U+ff38, U+ff9f, U+fffd, U+1f602;
}
/* [105] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.105.woff2) format('woff2');
  unicode-range: U+e17, U+e22, U+2103, U+25a0, U+266a, U+3014-3015, U+4e1a, U+4e50, U+4f10, U+4f6c, U+4f70, U+4fcf, U+5006, U+50d1, U+5170, U+518c, U+51f0, U+51f6, U+51f9, U+5219, U+5256, U+525d, U+52c9, U+5349, U+5351, U+5356, U+5375, U+53db, U+53ee, U+53f7, U+5492, U+54fa, U+5538, U+55bb, U+55e8, U+5757, U+58be, U+5937, U+59dc, U+59e8, U+5a49, U+5a9a-5a9b, U+5ab3, U+5b9b, U+5b9e, U+5be8, U+5c37, U+5c4e, U+5d14, U+5d19, U+5d4c, U+5d50, U+5deb, U+5e84, U+5e94, U+5ec2, U+5f17, U+5f26, U+5f55, U+5f77, U+5f7f, U+5fbd, U+6052, U+6064-6065, U+608d, U+609a, U+6101, U+611a, U+614c, U+621a, U+6237, U+6284, U+6296, U+62e9, U+632a-632b, U+634f, U+6488, U+6500, U+652a, U+6556, U+65e0, U+65ec, U+6643, U+679a, U+6850, U+6893, U+6897, U+68b3, U+68d5, U+6930, U+6960, U+6a11, U+6a38, U+6a3a, U+6b22, U+6b67, U+6b6a, U+6c59, U+6c83, U+6ccc, U+6df5, U+6ef7, U+6f3e, U+6f80, U+70ed, U+7164, U+722a, U+7260, U+7272, U+73b0, U+74ca, U+74e3, U+7538, U+7586, U+75b5, U+7624, U+7661-7662, U+7838, U+786e, U+788c, U+7950, U+79a6, U+79aa, U+7a40, U+7a62, U+7bf7, U+7c3e, U+7c98, U+7ca5, U+7d21, U+7d2e, U+7dba, U+7dec, U+7e79, U+7ecf, U+7edf, U+7f79, U+8086, U+810a, U+8139, U+813e, U+817a, U+81b3, U+821f, U+8247, U+8259, U+8271, U+8431, U+846c, U+849c, U+84b2, U+84c4, U+8513-8514, U+8549, U+8755, U+8877, U+8881, U+88f9, U+8a1d, U+8a3c, U+8a6d-8a6e, U+8a93, U+8ae7, U+8af7, U+8b17, U+8b5a, U+8ba1, U+8bba, U+8cdc, U+8dea, U+8f6c, U+8f7d, U+8fc7, U+8fd9, U+902e, U+90ca, U+916a, U+916c, U+921e, U+9245, U+947c, U+9594, U+95a8, U+95ee, U+95f4, U+9706, U+971e, U+9756, U+980c, U+9891, U+98b1, U+98fc, U+9903, U+9957, U+99ae, U+99ff, U+9db4, U+e602-e605, U+e611, U+ff16-ff19;
}
/* [106] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.106.woff2) format('woff2');
  unicode-range: U+a5, U+2190-2191, U+2193, U+22c1, U+2302, U+25cb, U+2699, U+2709, U+4e0e, U+4e18, U+4e3a, U+4e48, U+4e91, U+4eec, U+4f3d, U+5112, U+524a, U+52a3, U+52ab, U+52c3, U+52f3, U+52fb, U+5320, U+5339, U+533f, U+53e2, U+543e, U+5480, U+5495, U+5497, U+5564, U+5572, U+55c6, U+55ef, U+563b, U+5653, U+5657, U+56b7, U+5764, U+5824, U+58d8, U+5955, U+5983, U+598d, U+59a8, U+59da, U+59e6, U+5a36, U+5bb5, U+5bc2, U+5bee, U+5bf9, U+5cb3, U+5d17, U+5dbc, U+5e2e, U+6070, U+60df, U+6190, U+61a4, U+61be, U+61fc, U+62ac, U+62bc, U+636e, U+6398, U+63a9, U+6435, U+6487, U+6495, U+64ab, U+64bf, U+6577, U+65ac, U+6602, U+6652, U+66f9, U+672d, U+6761, U+683d, U+68ad, U+68b5, U+68da, U+68e7, U+6a59, U+6a61, U+6ae5, U+6b47, U+6bef, U+6c50, U+6c9b, U+6e23, U+6e34, U+6e4a, U+6e67, U+6ea2, U+6eb6, U+6f20, U+6feb, U+7149, U+714c, U+715e, U+7199, U+71ac, U+7231, U+7262, U+7409, U+745f, U+7469, U+7504, U+7535, U+753a, U+75f4, U+7682, U+76ba, U+76f2, U+77fd, U+780d, U+7832, U+78c5, U+78ef, U+7901, U+79be, U+79c9, U+79e6, U+7a1a, U+7a84, U+7aca, U+7cb5, U+7cb9, U+7cdf, U+7ce7, U+7d6e, U+7db1, U+7def, U+7e61, U+7e7d, U+7e8f, U+7f38, U+7f77, U+7fa8, U+7fc5, U+7fe1, U+7ff9, U+800d, U+8015, U+8054, U+80a2, U+80aa, U+80ba, U+814e, U+8180, U+819d, U+81c0, U+828b, U+82ad, U+82af, U+83f1, U+83f8, U+8403, U+8475, U+84bc, U+84c9, U+84ec, U+8523, U+8569, U+8591, U+85b0, U+86d9, U+8774, U+881f, U+884d, U+88d4, U+89c4, U+89c6, U+8a60, U+8a79, U+8b19, U+8bd5, U+8bf7, U+8c03, U+8c79, U+8cc8, U+8d9f, U+8e10, U+8e48, U+8faf, U+9009, U+9017, U+9175, U+9187, U+918b, U+91d8, U+9214, U+946b, U+9470, U+9640, U+9675, U+96ef, U+9716, U+97cb, U+97e9, U+985b, U+99b3, U+9b4f, U+9d09, U+9e9f, U+9edb, U+9f90, U+ff05, U+ff14, U+1f464;
}
/* [107] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.107.woff2) format('woff2');
  unicode-range: U+25ce, U+4e08, U+4e2a, U+4e56, U+4e9a, U+4ea8, U+4ead, U+4ec7, U+4f3a, U+4f51, U+4f62, U+4faf, U+507d, U+5098, U+50ac, U+5147, U+5173, U+5187, U+51f8, U+52a1, U+52a8, U+52f8, U+535c, U+53ed, U+541e, U+5435, U+5475, U+54a9, U+54c0, U+54c7, U+5589, U+5605, U+5690, U+5733, U+5782, U+57c3, U+5858, U+5893, U+589c, U+58e2, U+5974, U+599e, U+59a5, U+59ec, U+5b66, U+5b99, U+5b9d, U+5c2c, U+5c48, U+5c65, U+5cfd, U+5d0e, U+5dba, U+5de2, U+5e06, U+5e15, U+5ec1, U+5ed6, U+5f00, U+5f4c, U+5f65, U+6055, U+609f, U+60b6, U+6241, U+624e, U+626f, U+6291, U+62cc, U+62d3, U+62d8, U+62da, U+62fe, U+6349, U+6367, U+63ea, U+6454, U+64a4, U+64b2, U+64bc, U+64c5, U+64ce, U+6558, U+6572, U+65a5, U+65e8, U+65ed, U+6606, U+6614, U+6670, U+6688, U+673a, U+674f, U+6770, U+6795, U+68cb, U+6912, U+6953, U+6aac, U+6aaf, U+6ab8, U+6b20, U+6b96, U+6bbf, U+6bc5, U+6c6a, U+6cbe, U+6d59, U+6d78, U+6dc7, U+6deb, U+6e7e, U+6e9c, U+6f3f, U+6f51, U+6f70, U+6f84, U+704c, U+7051, U+70ab, U+70ad, U+70f9, U+7119, U+714e, U+71d9, U+71e5-71e6, U+72c4, U+72d0, U+72e0, U+7334, U+744b, U+7455, U+74f7, U+7529, U+75ab, U+75b2, U+766e, U+76c3, U+76fc, U+76fe, U+7891, U+7948, U+7a74, U+7b28, U+7c60, U+7c72, U+7cca, U+7ebf, U+7f55, U+7ff0, U+8154, U+81c2, U+81d8, U+81e3, U+81e5, U+8292, U+8299, U+8302, U+8304, U+8332, U+83c1, U+83c7, U+83ca, U+845b, U+8490, U+85af, U+8650, U+8667, U+8abc, U+8b0e, U+8b39, U+8bed, U+8c54, U+8c6b, U+8c9e, U+8ca7, U+8caa-8cab, U+8ce6, U+8cec-8ced, U+8eb2, U+8eba, U+8fb0, U+901d, U+908f, U+9127, U+91c0, U+9215, U+92b3, U+932b, U+93fd, U+95ca, U+964c, U+96c0, U+970d, U+9774, U+97fb, U+9812, U+9817, U+9913, U+9935, U+99c1, U+9b31, U+9d5d, U+9d6c, U+9e79, U+fe0f, U+fe30, U+ff0b, U+ff10, U+ff15;
}
/* [108] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.108.woff2) format('woff2');
  unicode-range: U+b0, U+926, U+928, U+939, U+93f-940, U+94d, U+200b, U+22ef, U+25ba, U+25c6, U+2665, U+4e4f, U+4e59, U+4f0d, U+4f0f, U+4f19, U+4f59, U+4fae, U+5075, U+50b2, U+50b5, U+511f, U+5141, U+5146, U+514c, U+5185, U+51dd, U+51fd, U+522e, U+5319, U+533a, U+5378, U+53ad, U+53c9, U+53d1, U+53d4, U+543b, U+5442, U+5446, U+5481, U+54e9, U+5507, U+5565, U+559a, U+55aa, U+5606, U+56ca, U+56fe, U+582a, U+58fa, U+5915, U+5949, U+5962, U+5996, U+59fb, U+5a77, U+5b0c, U+5b5f, U+5bd3, U+5be2, U+5bfa, U+5c41, U+5ca9, U+5d07, U+5ec8, U+5eca, U+5f18, U+5f4e, U+5f59, U+5f6d, U+5f79, U+5fb9, U+6028, U+6062, U+6068, U+606d, U+6094, U+60f1, U+6108-6109, U+614e, U+6170, U+617e, U+61b2, U+61f8, U+6247, U+626d, U+6276, U+62ab, U+62cb, U+62f3, U+6368, U+6380, U+6492, U+64b0, U+64e0, U+6570, U+660f, U+6649, U+6691, U+66a8, U+6749, U+67f1, U+67f3-67f4, U+6842, U+6851, U+687f, U+68df, U+69fd, U+6a58, U+6c27, U+6c88, U+6cca, U+6cdb, U+6d29, U+6d66, U+6daf, U+6f01, U+6f06, U+6f58, U+6f62, U+6f6d, U+6fa1, U+6ff1, U+6ffe, U+7058, U+70ae, U+7235, U+7267, U+73ca, U+742a, U+758f, U+75bc, U+76c6, U+7740, U+7955, U+7a00, U+7a3b, U+7b4b, U+7bad, U+7be9, U+7c4c, U+7cfe, U+7dbf, U+7e2b, U+7e31, U+7f9e, U+7fc1, U+7ffc, U+8096, U+809d, U+80de, U+8108, U+8155, U+816b, U+81df, U+8277, U+82bd, U+8352, U+8393, U+8404, U+8525, U+856d, U+8587, U+8606, U+868a, U+8776, U+87ba, U+87f9, U+886b, U+8870, U+88d5, U+896a, U+896f, U+8a23, U+8a87, U+8ad2, U+8b00, U+8b20, U+8cb8, U+8cca, U+8ce0, U+8d39, U+8d6b, U+8d81, U+8db4, U+8e29, U+8ef8, U+8f1b, U+8f5f, U+8fa8, U+906e, U+9077, U+90aa, U+90b1, U+90c1, U+9165, U+919c, U+92c1, U+95d6, U+95e8, U+975a, U+98c6, U+9ecf, U+9f0e, U+9f52, U+feff, U+ff06, U+ff0a, U+ff12-ff13;
}
/* [109] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.109.woff2) format('woff2');
  unicode-range: U+627-629, U+631, U+639, U+644, U+64a, U+25cf, U+2606, U+2764, U+3008-3009, U+4e1f, U+4e38, U+4e43, U+4ed5, U+4ef0, U+4eff, U+4fb6, U+4fe0, U+5085, U+50a2, U+50be, U+5118, U+5211-5212, U+5272, U+52fe, U+5366, U+53b2, U+53ec, U+54ac, U+5587, U+55b5, U+561b, U+5751, U+576a, U+57cb, U+58ef, U+592f, U+594f, U+5951, U+5954, U+596e, U+59d1, U+5ac1, U+5acc, U+5b8b, U+5c4d, U+5c6f, U+5ca1, U+5d29, U+5de1, U+5dfe, U+5e7d, U+5edf, U+5ef7, U+5f7c, U+5f81, U+5fa1, U+5faa, U+5fcc, U+5ffd, U+6021, U+6046, U+6155, U+6212, U+62b9, U+6316, U+6350, U+6478, U+647a, U+6490, U+64e6, U+6524, U+6591, U+659c, U+65a4, U+65e6, U+65f6, U+6607, U+6674, U+6765, U+679d, U+68a8, U+6b3a, U+6c57, U+6c61, U+6c90, U+6cbf, U+6d69, U+6db5, U+6dcb, U+6dd1, U+6e21, U+70d8, U+71c3, U+71d5, U+722c, U+727d, U+72ac, U+72fc, U+731c, U+7336, U+7344, U+7384, U+73ab, U+7433-7434, U+745c, U+7470, U+758a, U+75d5, U+7652, U+76c8, U+76e7, U+7709, U+7720, U+7747, U+7763, U+77ac-77ad, U+7802, U+78a7, U+78a9, U+78b3, U+78c1, U+78da, U+7926, U+796d, U+798d, U+7aae, U+7b52, U+7c92, U+7d68, U+7d81, U+7e5e, U+7e69, U+7e73, U+7f50, U+7f70, U+7f75, U+8058, U+8070, U+80c3, U+8105-8106, U+8179, U+818f, U+81a9, U+81ed, U+820c-820d, U+82d1, U+838e, U+83cc, U+8461, U+84b8, U+852c, U+857e, U+85e4, U+863f, U+8679, U+86c7, U+8702, U+8896, U+88c2, U+88f8, U+8af8, U+8b7d, U+8ca2, U+8cc0, U+8d64, U+8d74, U+8d99, U+8e5f, U+8e8d, U+8ecc, U+8ed2, U+8fb1, U+8fc5, U+9022, U+9038, U+903e, U+905c, U+9072, U+9081, U+9189, U+9234, U+92d2, U+934a, U+95a3, U+962a, U+9646, U+9676, U+96d5, U+971c, U+9838, U+9875, U+98c4, U+99db, U+9a45, U+9a5f, U+9a6c, U+9ad2, U+9cf4, U+9d28, U+9daf, U+9df9, U+9e7d, U+9f9c, U+ff11, U+ff1e;
}
/* [110] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.110.woff2) format('woff2');
  unicode-range: U+2500, U+25bc, U+4e95, U+4f50, U+4f54, U+4f69, U+4fc4, U+4fca, U+5009, U+50bb, U+5154, U+51cc, U+528d, U+5291, U+52d2, U+52e4, U+5353, U+5360, U+540a-540b, U+5410, U+54f2, U+5510, U+5514, U+5537, U+558a, U+55ac, U+5617, U+56fd, U+573e, U+5766, U+5783, U+57d4, U+5806, U+5821, U+5857, U+5875, U+58f9, U+596a, U+59ae, U+59c6, U+59ca, U+59ff, U+5a03, U+5ae9, U+5b64, U+5bb4, U+5c3f, U+5e16, U+5e45, U+5e72, U+5ec9, U+5f90-5f92, U+6012, U+6016, U+6084-6085, U+6089, U+60a0, U+60a3, U+60b2, U+60d1, U+60f9, U+6148, U+6158, U+6191, U+626e, U+62d4, U+632f, U+633a, U+6355, U+63aa, U+642c, U+64a5, U+64cb, U+6566, U+6575, U+6597, U+660c, U+66b1, U+66ec, U+6731, U+6735, U+675c, U+67ef, U+6846, U+6876, U+6881, U+68af-68b0, U+68c9, U+6905, U+6b98, U+6bc0, U+6beb, U+6c0f, U+6c1b, U+6c41, U+6ce5, U+6cf3, U+6d25, U+6d2a, U+6d3d, U+6d6e, U+6dd8, U+6dda, U+6dfa, U+6e9d, U+6eaa, U+6ec5, U+6ecb, U+6ef4, U+6f0f, U+6f32, U+707d, U+708e, U+7092, U+716e, U+723a, U+731b, U+7345, U+7375, U+7378, U+73b2, U+74e6, U+75be, U+75de, U+764c, U+76dc, U+788e, U+7897, U+789f, U+78b0, U+790e, U+7965, U+7a4e, U+7aa9, U+7c43, U+7d17, U+7dd2, U+7e96, U+7f51, U+7f69, U+7f72, U+7fd4, U+7fe0, U+8017, U+80a9, U+80d6, U+8102, U+8150, U+8178, U+81bd, U+829d, U+82ac, U+8303, U+840c, U+8482, U+8499, U+85a9-85aa, U+883b, U+8861, U+88c1, U+88cf, U+88d9, U+8a3a, U+8a98, U+8aee, U+8c8c, U+8ce2, U+8d0f, U+8da8, U+8dcc, U+8e0f, U+8e22, U+8f1d, U+8f29, U+8fad, U+9003, U+9006, U+903c, U+904d, U+9059, U+9075, U+90ce, U+90ed, U+9130, U+91ac, U+91e3, U+9285, U+9298, U+92ea, U+9326, U+937e, U+93c8, U+95c6, U+9677, U+9727, U+994b, U+99a8, U+99d0, U+9a30, U+9a37, U+9b42, U+9b45, U+9d3b, U+9e7f, U+9ee8, U+9f3b, U+c5b4;
}
/* [111] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.111.woff2) format('woff2');
  unicode-range: U+5e, U+2502, U+2605, U+4e32, U+4e58, U+4ea1, U+4ef2, U+4f2f-4f30, U+4f75, U+4fd7, U+4ff1, U+501f, U+5049, U+5074, U+5091, U+5144, U+517c, U+51c6, U+51cd, U+5269-526a, U+52aa, U+52c1, U+52c7, U+52df, U+5377, U+541b, U+5439, U+5440, U+5448, U+54aa, U+54e6, U+54ed, U+5674, U+5687, U+585e, U+588a, U+58a8, U+58c1, U+5925, U+5948, U+5999, U+59b3, U+5a1c, U+5a46, U+5b54, U+5b5d, U+5b6b, U+5b8f, U+5bd2, U+5be9, U+5c0a, U+5c16, U+5c46, U+5cf0, U+5e25, U+5e3d, U+5e79, U+5ee2, U+5f04, U+5f31, U+5fcd, U+5fe0, U+60dc, U+6163, U+616e, U+6182, U+61f6, U+622a, U+6258, U+6293, U+62c6, U+62d2, U+6372, U+63da, U+63ed-63ee, U+6416, U+6458, U+649e, U+64ec, U+64f4, U+651c, U+65cb, U+65e2, U+65fa, U+6628, U+6668, U+66a2, U+66c9, U+66fc, U+6717, U+67cf, U+67d4, U+6817, U+6885, U+69cd, U+6a6b, U+6afb, U+6b32, U+6b49, U+6bbc, U+6c89, U+6c96, U+6cc9, U+6d1b, U+6d1e, U+6dfb, U+6efe, U+6f38, U+6f5b, U+6f64, U+6f8e, U+6fa4, U+7070, U+70b8, U+70cf, U+70e4, U+7159, U+7169, U+7210, U+721b, U+7238, U+737b, U+73bb, U+746a, U+7483, U+74dc, U+74f6, U+7518, U+756a, U+75c7, U+775b, U+78e8, U+7919, U+7956, U+795d, U+7a0d, U+7bc9, U+7c97, U+7cd5, U+7d10, U+7d1b, U+7de9, U+7dfb, U+7e3e, U+7e6a, U+7f6a, U+7f8a, U+7fbd, U+8000, U+8036, U+809a, U+80ce, U+80e1, U+80f8, U+8170, U+819c, U+8216, U+8239, U+8266, U+827e, U+82b3, U+8377, U+83ab, U+85c9, U+865b, U+8766, U+87a2, U+87f2, U+8972, U+8a17, U+8a50, U+8a95, U+8b02, U+8b6f, U+8c6c, U+8ca9, U+8cfa, U+8d95, U+8de1, U+8f14, U+8f9b, U+8fa3, U+8feb, U+8ff4, U+9010, U+901b, U+905e, U+9080, U+912d, U+9177, U+91c7, U+9336, U+9451, U+947d, U+963b, U+966a, U+9670, U+9769, U+9813, U+98fd, U+99d5, U+9a19, U+9b27, U+9b6f, U+9ece, U+9ed8, U+9f13, U+9f20, U+ad6d, U+d55c;
}
/* [112] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.112.woff2) format('woff2');
  unicode-range: U+201c-201d, U+203b, U+2192, U+25b2, U+300f, U+4e01, U+4e39, U+4e73, U+4e88, U+4e8e, U+4ed9, U+4f0a, U+4f38, U+4f5b, U+4fc3, U+500d, U+504f, U+5076-5077, U+5100, U+5104, U+5132, U+5175, U+5192, U+51a0, U+51ac, U+51e1, U+51f1, U+5200, U+5224, U+5237-5238, U+523a, U+526f, U+5289, U+52de, U+52f5, U+5371, U+539a, U+53e5, U+540e, U+547c, U+552f, U+5531, U+5634, U+56c9, U+56f0, U+574a, U+5761, U+57f7, U+57f9, U+5805, U+5851, U+5854, U+586b, U+58fd, U+592e, U+5967, U+59bb, U+59d3, U+5a18, U+5b30, U+5b55, U+5b87, U+5b97, U+5be7, U+5bec, U+5bf8, U+5c24, U+5cb8, U+5df7, U+5e1d, U+5e2d, U+5e7b, U+5f1f, U+5f70, U+5fd9, U+61b6, U+6234, U+62b5, U+62d6, U+62dc, U+62fc, U+6383, U+63cf, U+63d2, U+63e1, U+640d, U+64cd, U+64fa, U+64fe, U+654f, U+6562, U+656c, U+65c1, U+65d7, U+6620, U+6676, U+6697, U+66ab, U+66c6, U+66dd, U+66ff, U+671d, U+672b, U+677e, U+67d0, U+67d3, U+68c4, U+690d, U+694a, U+695a, U+6ac3, U+6b04, U+6b23, U+6b78, U+6b8a, U+6c60, U+6d74, U+6d89, U+6db2, U+6dbc, U+6de1, U+6df7, U+6e38, U+6e6f, U+6f02, U+6fc3, U+6fd5, U+70c8, U+7126, U+718a, U+723d, U+7246, U+72af, U+73cd, U+760b, U+7626, U+7687, U+79df, U+7a05, U+7a3f, U+7a69, U+7af6, U+7c3d, U+7c3f, U+7c4d, U+7cd6, U+7d0b, U+7d2b, U+7de3, U+7e2e, U+8010, U+808c, U+80a5, U+80af, U+812b, U+817f, U+819a, U+82d7, U+8389-838a, U+83f2, U+840a, U+8463, U+8521, U+8584, U+860b, U+864e, U+871c, U+878d, U+885d, U+8932, U+89f8, U+8a69, U+8afe, U+8b5c, U+8c37, U+8c46, U+8cbf, U+8cd3, U+8cf4, U+8d08, U+8d0a, U+8ddd, U+8fea, U+9014, U+9055, U+907a, U+9178, U+92fc, U+934b, U+9396, U+93ae, U+9583, U+9663, U+96bb, U+9707, U+9738, U+9846, U+9905, U+9a0e, U+9aa8, U+9b25, U+9b3c, U+9ce5, U+9cf3, U+9ea5, U+9eb5, U+9f4a, U+9f61, U+ff0d;
}
/* [113] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.113.woff2) format('woff2');
  unicode-range: U+3c, U+d7, U+300e, U+4e4e, U+4e82, U+4e92, U+4ec1, U+4ecd, U+4f48, U+4f53, U+4fb5, U+5012, U+502b, U+522a, U+52dd, U+52ff, U+532f, U+53eb, U+53f3, U+5409, U+5433, U+5496, U+54c8, U+554a, U+5561, U+5594, U+559d, U+56b4, U+56fa, U+5713, U+5750, U+57df, U+584a, U+58c7, U+58de, U+593e, U+5976, U+59d0, U+59d4, U+5a66, U+5b85, U+5b88, U+5ba3, U+5bae, U+5bbf, U+5bdf, U+5c01, U+5c04, U+5c3a, U+5c3e, U+5c4f, U+5ddd-5dde, U+5de8, U+5e63, U+5e7c, U+5e8a, U+5eda, U+5ef3, U+5ef6, U+5f48, U+6015, U+6025, U+602a, U+6050, U+6069, U+60e1, U+6162, U+6176, U+61c2, U+6200, U+6263, U+6279, U+6297, U+62b1, U+62bd, U+62ec, U+6311, U+6377, U+6388-6389, U+638c, U+63a2, U+63f4, U+641e, U+6436, U+64c1, U+6551, U+6557, U+6563, U+6696, U+66b4, U+66f2, U+6751, U+675f, U+676f, U+6790, U+6838, U+684c, U+68d2, U+6982, U+699c, U+69ae, U+69cb, U+6a39, U+6a4b, U+6b66, U+6bd2, U+6cb3, U+6ce1, U+6d3e, U+6de8, U+6ed1, U+6f22, U+6f54, U+6fc0, U+6fdf, U+719f, U+71c8, U+7236, U+7259, U+72d7, U+7389, U+73e0, U+745e, U+751a, U+7532-7533, U+7562, U+7591, U+75c5, U+75db, U+7686, U+76d2, U+76db, U+76df, U+76e3, U+7701, U+7761, U+786c, U+7981, U+79cb, U+79d2, U+79fb, U+7a81, U+7a97, U+7aef, U+7b26, U+7b80, U+7c64, U+7d0d, U+7d14, U+7d2f, U+7dca, U+7df4, U+7e54, U+7e6b, U+7f3a, U+8033, U+804a, U+805a, U+81a0, U+81e8, U+8212, U+821e, U+82e6, U+8336, U+8449, U+84cb, U+84ee, U+85e5, U+8607, U+888b, U+8a13, U+8a5e, U+8aa0, U+8aa4, U+8ab0, U+8ab2, U+8ac7, U+8b66, U+8c6a, U+8c93, U+8c9d, U+8de8, U+8f2a, U+8fb2, U+906d, U+907f, U+90a6, U+9109, U+9192, U+91cb, U+91dd, U+964d, U+9686, U+968e, U+9694, U+969c, U+96de, U+96e8, U+96ea, U+96f7, U+975c, U+9760, U+978b, U+9858, U+9918, U+9aee, U+9ebb, U+ff0e-ff0f, U+ff5c;
}
/* [114] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.114.woff2) format('woff2');
  unicode-range: U+b7, U+2022, U+2027, U+3042, U+3044, U+3046, U+3048, U+304a-3050, U+3053-3057, U+3059-305b, U+305d-3061, U+3063-306c, U+306e-3079, U+307b, U+307d-307f, U+3082-308d, U+308f, U+3092-3093, U+30a1-30a4, U+30a6-30c1, U+30c3-30c4, U+30c6-30e1, U+30e3-30ed, U+30ef, U+30f3, U+30fb-30fc, U+4e7e, U+4ea6, U+4eac, U+4f34, U+50b7, U+51b0, U+523b, U+5283, U+5348, U+5354, U+54e5, U+5708, U+590f, U+592b, U+599d, U+59b9, U+5a01, U+5a5a, U+5de7, U+5e78, U+5e9c, U+5fb5, U+6167, U+61f7, U+627f, U+63a1, U+64d4, U+65bd, U+68ee, U+6b4c, U+6bba, U+6c5f, U+6d0b, U+6d6a, U+6e1b, U+6e56, U+6f6e, U+71d2, U+722d, U+72c2, U+751c, U+7530, U+7642, U+76e1, U+79c0, U+7adf, U+7af9, U+7d9c, U+7da0, U+7e23, U+7e41, U+8056, U+8173, U+822a, U+8349, U+83dc, U+8840, U+885b, U+8907, U+8a34, U+8cb4, U+8dd1, U+8fd4, U+8ff0, U+93e1, U+984f, U+98ef, U+9b54;
}
/* [115] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.115.woff2) format('woff2');
  unicode-range: U+23-25, U+3d, U+2026, U+4e03, U+4e45, U+4e5d, U+4eae, U+4ed4, U+4ed8, U+4f01, U+4f11, U+4f3c, U+4f8b, U+4fc2, U+5019, U+505c, U+50c5, U+5145, U+51b7, U+5207, U+521d, U+525b, U+5287, U+52e2, U+535a, U+537b, U+5426, U+542b, U+5438, U+5462, U+54ea, U+555f, U+5566, U+5584, U+5609, U+570d, U+571f, U+5747, U+5802, U+58d3, U+591c, U+5920, U+5922, U+5957, U+5979, U+5a92, U+5abd, U+5b63, U+5b69, U+5b83, U+5b9c, U+5bb3, U+5bc4, U+5bf5, U+5c3c, U+5c40, U+5c4b, U+5c64, U+5cf6, U+5de6, U+5e0c, U+5e55, U+5eab, U+5ead, U+5ee0, U+5f85, U+5f8b, U+5fa9, U+5fd7-5fd8, U+5ff5, U+600e, U+6298, U+62db, U+62ff, U+639b, U+63a7, U+642d, U+6469, U+64ad, U+651d, U+653b, U+65b7, U+65cf, U+665a, U+666e, U+66fe, U+6728, U+674e, U+67b6, U+6821, U+6839, U+6843, U+6a94, U+6b50, U+6b62, U+6b72, U+6b7b, U+6bcd, U+6bdb, U+6c38, U+6c7a, U+6c7d, U+6c99, U+6cb9, U+6ce2, U+6cf0, U+6d17, U+6d32, U+6e2c, U+6fb3, U+7206, U+723e, U+725b, U+734e, U+7387, U+73ed, U+7565, U+7570, U+76ca, U+76e4, U+773e, U+77ed, U+77f3, U+7814, U+7834, U+7968, U+79d8, U+7a76, U+7a7f, U+7b11, U+7b46, U+7b54, U+7bc4, U+7d19, U+7d20, U+7d22, U+7d42, U+7d55, U+7e7c, U+7f85, U+7ffb, U+8077, U+8089, U+80cc, U+81c9, U+81f4, U+81fa, U+820a, U+822c, U+826f, U+85cd, U+86cb, U+88dc, U+8986, U+8a0e, U+8a2a, U+8a73, U+8a8c, U+8b1b, U+8b9a, U+8c50, U+8c61, U+8ca0, U+8cde, U+8cfd, U+8d8a, U+8df3, U+8e64, U+8ecd, U+8edf, U+8f38, U+8ff7, U+9000, U+9047, U+9060, U+90f5, U+9152, U+91ce, U+9280, U+9418, U+9435, U+9589, U+9592, U+9678, U+967d, U+968a, U+96aa, U+96c5, U+96d6, U+96dc, U+96f6, U+9732, U+9748, U+9802, U+9806, U+9808, U+9818, U+983b, U+984d, U+9867, U+98db, U+98f2, U+98fe, U+9a5a, U+9b06, U+9b5a, U+9bae, U+9e97, U+ff1b, U+ff5e;
}
/* [116] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.116.woff2) format('woff2');
  unicode-range: U+26, U+40, U+5f, U+4e14, U+4e9e, U+4ec0, U+4f4e-4f4f, U+4f73, U+4fee, U+503c, U+5047, U+514b, U+516b, U+516d, U+5178, U+520a, U+5236, U+5343, U+5347, U+534a, U+5370, U+53cd, U+53e4, U+53e6, U+53f2, U+5403, U+5411, U+5427, U+5468, U+5473, U+547d, U+552e, U+55ce, U+5740, U+57ce, U+5883, U+589e, U+5931, U+5947, U+59cb, U+5a1b, U+5b58, U+5b98, U+5ba4, U+5bc6, U+5bcc, U+5beb, U+5bf6, U+5c45, U+5c6c, U+5dee, U+5df4, U+5e03, U+5e33, U+5e6b, U+5e7e, U+5e8f, U+5e95, U+5ea7, U+5f15, U+5f62, U+5f69, U+5f80, U+5fae, U+5fb7, U+601d, U+60e0, U+614b, U+6230, U+6236, U+623f, U+628a, U+6295, U+62c9, U+6309, U+63db, U+64c7, U+64ca, U+64da, U+652f, U+6545, U+6548, U+65af, U+65e9, U+6625, U+666f, U+667a, U+670b, U+671b, U+6750, U+677f, U+6848, U+6975, U+6a13, U+6a21, U+6aa2, U+6b65, U+6b77, U+6bb5, U+6cc1, U+6ce8, U+6df1, U+6e90, U+6e96, U+6eab, U+6f14, U+6f2b, U+700f, U+706b, U+724c, U+72c0, U+7368, U+7372, U+74b0, U+756b, U+76ae, U+773c, U+78ba, U+78bc, U+798f, U+79ae, U+7a4d, U+7ae5, U+7b56, U+7b97, U+7bb1, U+7bc7, U+7c73, U+7c89, U+7d00, U+7d30, U+7d39, U+7d72, U+7dad, U+7e8c, U+7f6e, U+7fa4, U+7fa9, U+7fd2, U+8003, U+807d, U+80a1, U+80b2, U+8166, U+8208-8209, U+82e5, U+843d, U+85cf, U+85dd, U+862d, U+8857, U+8863, U+88e1, U+89ba, U+89d2, U+8a31, U+8a62, U+8a66, U+8a72, U+8abf, U+8b1d, U+8b58, U+8b70, U+8b80, U+8ca1, U+8ca8, U+8cac, U+8cbc, U+8d70, U+8da3, U+8db3, U+8ddf, U+8f03, U+8f15, U+8f2f, U+8fa6, U+8fce, U+8ffd, U+900f, U+9031, U+9069, U+908a, U+91ab, U+91cc, U+92b7, U+9322, U+932f, U+9375, U+9632, U+963f, U+9644, U+9662, U+9673, U+96a8, U+96c4, U+96d9, U+96e2-96e3, U+96f2, U+9752, U+97d3, U+97ff, U+9805, U+9810, U+986f, U+990a, U+9910, U+9928, U+9ec3, U+9ed1, U+9f8d;
}
/* [117] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.117.woff2) format('woff2');
  unicode-range: U+3e, U+7e, U+3000, U+300a-300b, U+3010-3011, U+4e16, U+4e26, U+4e94, U+4e9b, U+4ea4, U+4eca-4ecb, U+4efb, U+4efd, U+4f46, U+4f55, U+4f9b, U+4f9d, U+4fbf, U+505a, U+5065, U+5099, U+50cf, U+50f9, U+512a, U+5143, U+5148, U+514d, U+5152, U+5169, U+5171, U+5177, U+518a, U+5217, U+5225, U+5247, U+5275, U+529f, U+52a9, U+5305, U+5341, U+5357, U+5361, U+5373, U+53bb, U+53c3, U+53c8, U+53d6-53d7, U+53e3, U+53ea, U+53f8, U+5404, U+559c, U+5668, U+56db, U+56e0, U+5712, U+5718, U+578b, U+57fa, U+58eb, U+592a, U+5c0b, U+5c0e, U+5c11, U+5c1a, U+5c55, U+5c71, U+5df1, U+5e2b, U+5e36, U+5e97, U+5eb7, U+5ee3, U+5efa, U+5f35, U+5f37, U+5f88, U+5f9e, U+5fc5, U+606f, U+60a8, U+6232, U+624d, U+6253, U+627e, U+6280, U+62cd, U+6301, U+6307, U+6392, U+63a5, U+6539, U+653e-653f, U+6559, U+6574, U+65c5, U+6613, U+66f8, U+672a, U+6797, U+67e5, U+6a19, U+6a23, U+6b61, U+6bcf, U+6bd4, U+6c11, U+6c42, U+6d41, U+6d77, U+6d88, U+6e05, U+6e2f, U+6eff, U+7136, U+7167, U+71df, U+738b, U+73a9, U+7403, U+7531, U+7537, U+754c, U+7559, U+767d-767e, U+76f4, U+793a, U+795e, U+79c1, U+79d1, U+7a2e, U+7a31, U+7a7a, U+7ae0, U+7ba1, U+7bc0, U+7c21, U+7cfb, U+7d04-7d05, U+7d1a, U+7d44, U+7d66, U+7d71, U+7de8, U+7e3d, U+8001, U+800c, U+805e, U+8072, U+81f3, U+82b1, U+82f1, U+83ef, U+842c, U+8457, U+85a6, U+8655, U+8853, U+88ab, U+88dd, U+88fd, U+897f, U+898f, U+89aa, U+89bd, U+89c0, U+89e3, U+8a02, U+8a3b, U+8a55, U+8a8d, U+8a9e, U+8ad6, U+8b49, U+8b77, U+8b8a, U+8b93, U+8cb7, U+8ce3, U+8cea, U+8cfc, U+8f09, U+8fd1, U+9001, U+901f-9020, U+9054, U+90a3, U+914d, U+91cf, U+9304, U+95b1, U+9650, U+9664, U+969b, U+96b1, U+96c6, U+9700, U+975e, U+97f3, U+98a8, U+98df, U+9999, U+99ac, U+9a57, U+9ebc;
}
/* [118] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.118.woff2) format('woff2');
  unicode-range: U+d, U+2b, U+7c, U+a0, U+a9, U+300c-300d, U+4e09, U+4e3b, U+4e4b, U+4e5f, U+4e86, U+4e8b-4e8c, U+4eab, U+4ed6, U+4ee3-4ee4, U+4ef6, U+4f1a, U+4f4d, U+4f60, U+4f7f, U+4f86, U+4fdd, U+4fe1, U+5011, U+50b3, U+5149, U+5167, U+5176, U+518d, U+5229, U+524d, U+529b, U+52a0, U+52d9, U+5316-5317, U+5340, U+539f, U+53ca-53cb, U+5408, U+540c-540d, U+544a, U+548c, U+54c1, U+54e1, U+5546, U+554f, U+55ae, U+56de, U+5716, U+5831, U+5834, U+5916, U+5929, U+5973, U+597d, U+5982, U+5b57, U+5b78, U+5b89, U+5b8c, U+5b9a, U+5ba2, U+5bb9, U+5be6, U+5c07-5c08, U+5c0d, U+5c31, U+5de5, U+5df2, U+5e02, U+5e38, U+5e73-5e74, U+5ea6, U+5f0f, U+5f71, U+5f8c, U+5f97, U+5feb, U+6027, U+60c5, U+60f3, U+610f, U+611b, U+611f, U+61c9, U+6210, U+6216, U+6240, U+624b, U+63a8, U+63d0, U+641c, U+6536, U+6578, U+6599, U+65b9, U+660e, U+661f, U+662d, U+66f4, U+670d, U+671f, U+6771, U+679c, U+682a, U+683c, U+689d, U+696d, U+6a02, U+6a5f, U+6b0a, U+6b21, U+6b3e, U+6b64, U+6c23, U+6c34, U+6c92, U+6cbb, U+6cd5, U+6d3b, U+7063, U+7121, U+71b1, U+7247-7248, U+7269, U+7279, U+73fe, U+7406, U+7522, U+7576, U+767b, U+76ee, U+76f8, U+770b, U+771f, U+77e5, U+793e, U+7a0b, U+7acb, U+7ad9, U+7b2c, U+7b49, U+7cbe, U+7d50, U+7d61, U+7d93, U+7dda, U+7f8e, U+8005, U+806f, U+80fd, U+81ea, U+8207, U+8272, U+865f, U+8868, U+8981, U+898b, U+8996, U+8a00, U+8a08, U+8a0a, U+8a18, U+8a2d, U+8a71, U+8aaa, U+8acb, U+8cbb, U+8cc7, U+8d77, U+8d85, U+8def, U+8eab, U+8eca, U+8f49, U+9019-901a, U+9023, U+9032, U+904a-904b, U+904e, U+9053, U+9078, U+9084, U+90e8, U+90fd, U+91cd, U+91d1, U+9577, U+9580, U+9593, U+9762, U+982d, U+984c, U+985e, U+9996, U+9ad4, U+9ad8, U+9ede, U+ff01, U+ff08-ff09, U+ff1f;
}
/* [119] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.119.woff2) format('woff2');
  unicode-range: U+20-22, U+27-2a, U+2c-3b, U+3f, U+41-5d, U+61-7b, U+7d, U+ab, U+ae, U+b2-b3, U+bb, U+bf, U+c9, U+cd, U+d6, U+e0-ef, U+f1-f4, U+f6, U+f9-fa, U+fc-fd, U+101, U+103, U+110-111, U+113, U+12b, U+14d, U+16b, U+1a1, U+1b0, U+1ce, U+300-301, U+1ea1, U+1ea3, U+1ebf, U+1ec7, U+2013-2014, U+2039-203a, U+203c, U+2122, U+3001-3002, U+3113-3114, U+3118, U+311a-3129, U+4e00, U+4e0a-4e0b, U+4e0d, U+4e2d, U+4eba, U+4ee5, U+4f5c, U+500b, U+5165, U+5168, U+516c, U+51fa, U+5206, U+5230, U+52d5, U+53ef-53f0, U+570b, U+5728, U+5730, U+591a, U+5927, U+5b50, U+5bb6, U+5c0f, U+5fc3, U+6211, U+6587, U+65b0, U+65bc, U+65e5, U+662f, U+6642, U+6700, U+6703, U+6708-6709, U+672c, U+6b63, U+70b9-70ba, U+751f, U+7528, U+767c, U+7684, U+7db2, U+884c, U+958b, U+95dc, U+96fb, U+9801, U+ff0c, U+ff1a;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9i1pcekm_y.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9i1nyekm_y.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9i1niekm_y.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9i1ocek.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* [0] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.0.woff2) format('woff2');
  unicode-range: U+1f921-1f930, U+1f932-1f935, U+1f937-1f939, U+1f940-1f944, U+1f947-1f94a, U+1f950-1f95f, U+1f962-1f967, U+1f969-1f96a, U+1f980-1f981, U+1f984-1f98d, U+1f990-1f992, U+1f994-1f996, U+1f9c0, U+1f9d0, U+1f9d2, U+1f9d4, U+1f9d6, U+1f9d8, U+1f9da, U+1f9dc-1f9dd, U+1f9df-1f9e2, U+1f9e5-1f9e6, U+20024, U+20487, U+20779, U+20c41, U+20c78, U+20d71, U+20e98, U+20ef9, U+2107b, U+210c1, U+22c51, U+233b4, U+24a12, U+2512b, U+2546e, U+25683, U+267cc, U+269f2, U+27657, U+282e2, U+2898d, U+29d5a, U+f0001-f0005, U+f0019, U+f009b, U+f0101-f0104, U+f012b, U+f01ba, U+f01d6, U+f0209, U+f0217, U+f0223-f0224, U+fc355, U+fe327, U+fe517, U+feb97, U+fffb4;
}
/* [6] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.6.woff2) format('woff2');
  unicode-range: U+ff78-ff7e, U+ff80-ff86, U+ff89-ff94, U+ff97-ff9e, U+ffb9, U+ffe0-ffe3, U+ffe9, U+ffeb, U+ffed, U+fffc, U+1d7c7, U+1f004, U+1f0cf, U+1f141-1f142, U+1f150, U+1f154, U+1f158, U+1f15b, U+1f15d-1f15e, U+1f162-1f163, U+1f170-1f171, U+1f174, U+1f177-1f178, U+1f17d-1f17f, U+1f192-1f195, U+1f197-1f19a, U+1f1e6-1f1f5, U+1f1f7-1f1ff, U+1f21a, U+1f22f, U+1f232-1f237, U+1f239-1f23a, U+1f250-1f251, U+1f300, U+1f302-1f319;
}
/* [7] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.7.woff2) format('woff2');
  unicode-range: U+fa0a, U+fa0c, U+fa11, U+fa17, U+fa19, U+fa1b, U+fa1d, U+fa26, U+fa2c, U+fb01, U+fdfc, U+fe0e, U+fe33-fe36, U+fe38-fe44, U+fe49-fe51, U+fe54, U+fe56-fe57, U+fe59-fe5c, U+fe5f-fe6a, U+fe8e, U+fe92-fe93, U+feae, U+fecb-fecc, U+fee0, U+feec, U+fef3, U+ff04, U+ff07, U+ff26-ff2c, U+ff31-ff32, U+ff35-ff37, U+ff39-ff3a, U+ff3c, U+ff3e-ff5b, U+ff5d, U+ff61-ff65, U+ff67-ff68, U+ff6a, U+ff6c-ff77;
}
/* [8] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.8.woff2) format('woff2');
  unicode-range: U+f78a-f78c, U+f78e, U+f792-f796, U+f798, U+f79c, U+f7f5, U+f812, U+f815, U+f876, U+f8f5, U+f8f8, U+f8ff, U+f901-f902, U+f904, U+f906, U+f909-f90a, U+f90f, U+f914, U+f918-f919, U+f91b, U+f91d, U+f91f, U+f923, U+f925, U+f92d-f92f, U+f934, U+f937-f938, U+f93d, U+f93f, U+f941, U+f949, U+f94c, U+f94e-f94f, U+f95a, U+f95d-f95e, U+f961-f963, U+f965-f970, U+f974, U+f976-f97a, U+f97c, U+f97e-f97f, U+f981, U+f983, U+f988, U+f98a, U+f98c, U+f98e, U+f996-f997, U+f999-f99a, U+f99c, U+f99f-f9a0, U+f9a3, U+f9a8, U+f9ad, U+f9b2-f9b6, U+f9b9-f9ba, U+f9bd-f9be, U+f9c1, U+f9c4, U+f9c7, U+f9ca, U+f9cd, U+f9d0-f9d1, U+f9d3-f9d4, U+f9d7-f9d8, U+f9dc-f9dd, U+f9df-f9e1, U+f9e4, U+f9e8-f9ea, U+f9f4, U+f9f6-f9f7, U+f9f9-f9fa, U+f9fc-fa01, U+fa03-fa04, U+fa06, U+fa08-fa09;
}
/* [19] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.19.woff2) format('woff2');
  unicode-range: U+9ee5, U+9ee7, U+9eee, U+9ef3-9ef4, U+9ef6-9ef7, U+9ef9, U+9efb-9efd, U+9eff, U+9f07-9f09, U+9f10, U+9f14-9f15, U+9f19, U+9f22, U+9f29, U+9f2c, U+9f2f, U+9f31, U+9f34, U+9f37, U+9f39, U+9f3d-9f3e, U+9f41, U+9f4c-9f50, U+9f54, U+9f57, U+9f59, U+9f5c, U+9f5f-9f60, U+9f62-9f63, U+9f66-9f67, U+9f6a, U+9f6c, U+9f72, U+9f76-9f77, U+9f7f, U+9f84-9f85, U+9f88, U+9f8e, U+9f91, U+9f94-9f96, U+9f98, U+9f9a-9f9b, U+9f9f-9fa0, U+9fa2, U+9fa4, U+9ff0-9fff, U+a1f4, U+a4b0-a4b1, U+a4b3, U+a9c1-a9c2, U+aa31, U+ab34, U+ac00-ac01, U+ac04, U+ac08, U+ac10-ac11, U+ac13-ac16, U+ac19, U+ac1c-ac1d, U+ac24, U+ac70-ac71, U+ac74, U+ac77-ac78, U+ac80-ac81, U+ac83, U+ac8c, U+ac90, U+aca0, U+aca8-aca9, U+acac, U+acb0, U+acb8-acb9, U+acbc-acbd, U+acc1, U+acc4, U+ace0-ace1, U+ace4, U+ace8, U+acf0-acf1, U+acf3, U+acf5, U+acfc;
}
/* [20] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.20.woff2) format('woff2');
  unicode-range: U+9d77, U+9d7a, U+9d7e, U+9d87, U+9d89, U+9d8f, U+9d91-9d93, U+9d96, U+9d98, U+9d9a, U+9da1-9da2, U+9da5, U+9da9, U+9dab-9dac, U+9db1-9db2, U+9db5, U+9db9-9dbc, U+9dbf-9dc2, U+9dc4, U+9dc7-9dc9, U+9dd3, U+9dd6, U+9dd9-9dda, U+9dde-9ddf, U+9de2, U+9de5-9de6, U+9de8, U+9def-9df0, U+9df2-9df4, U+9df8, U+9dfa, U+9dfd, U+9dff, U+9e02, U+9e07, U+9e0a, U+9e11, U+9e15, U+9e18, U+9e1a-9e1b, U+9e1d-9e1e, U+9e20-9e23, U+9e25-9e26, U+9e2d, U+9e2f, U+9e33, U+9e35, U+9e3d-9e3f, U+9e42-9e43, U+9e45, U+9e48-9e4a, U+9e4c, U+9e4f, U+9e51, U+9e55, U+9e64, U+9e66, U+9e6b, U+9e6d-9e6e, U+9e70, U+9e73, U+9e75, U+9e78, U+9e80-9e83, U+9e87-9e88, U+9e8b-9e8c, U+9e90-9e91, U+9e93, U+9e96, U+9e9d, U+9ea1, U+9ea4, U+9ea6, U+9ea9-9eab, U+9ead, U+9eaf, U+9eb4, U+9eb7-9eba, U+9ebe-9ebf, U+9ecc-9ecd, U+9ed0, U+9ed2, U+9ed4, U+9ed9-9eda, U+9edc-9edd, U+9edf-9ee0, U+9ee2;
}
/* [21] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.21.woff2) format('woff2');
  unicode-range: U+9bf0-9bf1, U+9bf5, U+9bf7, U+9bf9, U+9bfd, U+9bff, U+9c02, U+9c06, U+9c08-9c0a, U+9c0d, U+9c10, U+9c12-9c13, U+9c15, U+9c1c, U+9c1f, U+9c21, U+9c23-9c25, U+9c28-9c29, U+9c2d-9c2e, U+9c31-9c33, U+9c35-9c37, U+9c39-9c3b, U+9c3d-9c3e, U+9c40, U+9c42, U+9c45-9c49, U+9c52, U+9c54, U+9c56, U+9c58-9c5a, U+9c5d, U+9c5f-9c60, U+9c63, U+9c67-9c68, U+9c72, U+9c75, U+9c78, U+9c7a-9c7c, U+9c7f-9c81, U+9c87-9c88, U+9c8d, U+9c91, U+9c94, U+9c97, U+9c9b, U+9ca4, U+9ca8, U+9cab, U+9cad, U+9cb1-9cb3, U+9cb6-9cb8, U+9cc4-9cc5, U+9ccc-9ccd, U+9cd5-9cd7, U+9cdd-9cdf, U+9ce7, U+9ce9, U+9cee-9cf0, U+9cf2, U+9cfc-9cfe, U+9d03, U+9d06-9d08, U+9d0e, U+9d10, U+9d12, U+9d15, U+9d17, U+9d1d-9d1f, U+9d23, U+9d2b, U+9d2f-9d30, U+9d34, U+9d37, U+9d3d, U+9d42, U+9d50, U+9d52-9d53, U+9d59, U+9d5c, U+9d5e-9d61, U+9d6a, U+9d6f-9d70;
}
/* [22] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.22.woff2) format('woff2');
  unicode-range: U+9a87, U+9a8a-9a8b, U+9a8f-9a91, U+9a97, U+9a9a, U+9a9e, U+9aa0-9aa1, U+9aa4-9aa5, U+9aaf-9ab1, U+9ab6-9ab7, U+9ab9-9aba, U+9abe, U+9ac0-9ac5, U+9ac8, U+9acb-9acc, U+9ace-9acf, U+9ad1, U+9ad5-9ad7, U+9ad9, U+9adf, U+9ae1, U+9ae3, U+9aea-9aeb, U+9aed, U+9aef, U+9af2, U+9af4, U+9af9, U+9afb, U+9afd, U+9b03-9b04, U+9b08, U+9b13, U+9b18, U+9b1f, U+9b22-9b23, U+9b28-9b2a, U+9b2c-9b30, U+9b32, U+9b3b, U+9b43, U+9b46-9b49, U+9b4b-9b4e, U+9b51, U+9b55, U+9b58, U+9b5b, U+9b5e-9b60, U+9b63, U+9b68-9b69, U+9b74, U+9b7d, U+9b80-9b81, U+9b83-9b84, U+9b87-9b88, U+9b8a-9b8b, U+9b8d-9b8e, U+9b90, U+9b92-9b95, U+9b97, U+9b9f-9ba0, U+9ba2-9ba3, U+9ba8, U+9bab, U+9bb0, U+9bb8, U+9bc0-9bc1, U+9bc3, U+9bc6-9bc8, U+9bd3-9bd7, U+9bd9, U+9bdb, U+9bdd, U+9be1-9be2, U+9be4-9be5, U+9be7, U+9bea, U+9bed-9bee;
}
/* [23] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.23.woff2) format('woff2');
  unicode-range: U+993c-9940, U+9943-9944, U+9948-994a, U+994c-994e, U+9951, U+9954, U+995c, U+995e-995f, U+9961-9962, U+9965, U+9968, U+996a, U+996d-9972, U+9975-9976, U+997a, U+997c, U+997f-9980, U+9984-9985, U+9988, U+998b, U+998d, U+998f, U+9992, U+9994-9995, U+9997-9998, U+999c, U+999e, U+99a0-99a1, U+99ab, U+99af, U+99b1, U+99b4, U+99b9, U+99c4-99c6, U+99cf, U+99d1-99d2, U+99d4, U+99d6, U+99d8-99d9, U+99df, U+99e1-99e2, U+99e9, U+99ee, U+99f0, U+99f8, U+99fb, U+9a01-9a05, U+9a0c, U+9a0f-9a13, U+9a16, U+9a1b-9a1c, U+9a20, U+9a24, U+9a28, U+9a2b, U+9a2d-9a2e, U+9a34-9a36, U+9a38, U+9a3e, U+9a40-9a44, U+9a4a, U+9a4c-9a4e, U+9a52, U+9a56, U+9a62-9a65, U+9a69-9a6b, U+9a6d, U+9a6f-9a71, U+9a73-9a74, U+9a76, U+9a78-9a79, U+9a7b-9a7c, U+9a7e-9a7f, U+9a81-9a82, U+9a84-9a86;
}
/* [24] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.24.woff2) format('woff2');
  unicode-range: U+97f5, U+97f9-97fa, U+97fe, U+9804, U+9807, U+980a, U+980e-980f, U+9814, U+9816, U+981a, U+981c, U+981e, U+9820-9821, U+9823, U+9826, U+9828, U+982a-982c, U+9832, U+9834-9835, U+9837, U+9839, U+983c-983d, U+9845, U+9848-9849, U+984e, U+9852-9857, U+9859-985a, U+9862-9863, U+9865, U+9870-9871, U+9873-9874, U+9877, U+987a-987f, U+9881-9882, U+9885, U+9887-988a, U+988c-988d, U+9890, U+9893, U+9896-9897, U+989a, U+989c-989e, U+98a0, U+98a4, U+98a6-98a7, U+98a9, U+98ae-98af, U+98b2-98b3, U+98b6-98b8, U+98ba-98bd, U+98bf, U+98c7-98c8, U+98ca, U+98d2-98d3, U+98d8-98da, U+98dc, U+98de, U+98e0-98e1, U+98e3, U+98e5, U+98e7-98e9, U+98eb-98ee, U+98f1, U+98f4, U+9901, U+9908-9909, U+990c, U+9911-9912, U+9914, U+9916-9917, U+991b-991c, U+991e, U+9920, U+9927, U+992b-992c, U+992e, U+9931-9933, U+9938, U+993a;
}
/* [25] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.25.woff2) format('woff2');
  unicode-range: U+9672, U+9674, U+967a, U+9682-9685, U+9688-9689, U+968b, U+968d, U+9695, U+9697-9698, U+969e, U+96a0-96a4, U+96a9, U+96ac, U+96ae, U+96b0, U+96b2-96b4, U+96b6-96b7, U+96b9, U+96bc-96be, U+96c3, U+96c9-96cb, U+96ce-96cf, U+96d1-96d2, U+96d8, U+96dd, U+96e9, U+96eb, U+96f0-96f1, U+96f3-96f4, U+96f9, U+96fe-96ff, U+9701-9702, U+9705, U+9708, U+970a, U+970e-9711, U+9719, U+971d, U+971f-9720, U+9728, U+972a, U+972d, U+9730, U+9733, U+973a, U+973d, U+9744, U+9746-9747, U+9749, U+9750-9751, U+9753, U+9758-9759, U+975b, U+975d, U+9763, U+9765-9766, U+9768, U+976c-976d, U+9771, U+9773, U+9776, U+977a, U+977c, U+9780, U+9784-9786, U+9788, U+978e-978f, U+9798, U+979d-979e, U+97a3, U+97a5-97a6, U+97a8, U+97ab-97ac, U+97ae, U+97b6-97b7, U+97b9, U+97bf, U+97c1, U+97c3, U+97c6, U+97c9, U+97cd, U+97d6, U+97d8-97d9, U+97dc-97de, U+97e1, U+97e6-97e7, U+97ec-97ee, U+97f0-97f1;
}
/* [26] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.26.woff2) format('woff2');
  unicode-range: U+9530, U+9535, U+953a-953b, U+9540-9542, U+9547, U+9549-954a, U+954d, U+9550-9551, U+9554-9556, U+955c, U+956c-956d, U+956f-9570, U+9573, U+9576, U+9578, U+9582, U+9586, U+9588, U+958e-958f, U+9599, U+959c, U+959e-959f, U+95a1-95a2, U+95a4, U+95a6-95a7, U+95aa-95ae, U+95b0, U+95b2, U+95b6, U+95b9-95bf, U+95c2-95c4, U+95c7-95c9, U+95cb-95cd, U+95d0, U+95d3-95d5, U+95d7-95d8, U+95da, U+95de, U+95e0-95e1, U+95e4-95e5, U+95ea-95eb, U+95ef-95f0, U+95f2-95f3, U+95f5, U+95f7-95fa, U+95fd, U+9600-9602, U+9607-9609, U+960e, U+9610-9611, U+9614, U+9616, U+9619-961a, U+961c-961d, U+961f, U+9621, U+9624, U+9628, U+962f, U+9633-9636, U+963c, U+9641-9643, U+9645, U+9647-9648, U+964e-964f, U+9651, U+9653-9655, U+9658, U+965b-965f, U+9661, U+9665, U+9668-9669, U+966c;
}
/* [27] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.27.woff2) format('woff2');
  unicode-range: U+941a, U+941c, U+941e, U+9420-9425, U+9427-942b, U+942e, U+9432-9433, U+9436, U+9438, U+943a, U+943d, U+943f-9440, U+9445, U+944a, U+944c, U+9454-9455, U+945a-945b, U+945e, U+9460, U+9462-9463, U+9468, U+946a, U+946d, U+946f, U+9471, U+9474-9477, U+9479, U+947e-9481, U+9488-948a, U+948e, U+9492-9493, U+9497, U+9499, U+949b-94a3, U+94a5-94a9, U+94ac, U+94ae-94b1, U+94b3-94b5, U+94bb-94bc, U+94be-94c3, U+94c5-94c6, U+94c9, U+94ce-94d0, U+94db-94dd, U+94e0, U+94e2-94e3, U+94e8, U+94ec-94ee, U+94f0, U+94f2, U+94f5-94f6, U+94f8, U+94fa, U+94ff-9502, U+9504-9506, U+9508, U+950b-950c, U+950f-9510, U+9519-951b, U+951d, U+951f, U+9521-9526, U+952d-952f;
}
/* [28] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.28.woff2) format('woff2');
  unicode-range: U+930b, U+930f, U+9312, U+9315, U+9319-931b, U+931d-931f, U+9321, U+9323-9325, U+9327-932a, U+932c-932e, U+9331-9333, U+9335, U+9338, U+933c, U+9340-9341, U+9345-9349, U+934f-9352, U+9354, U+9356-935a, U+935c-9360, U+9363-9367, U+9369-936a, U+936c, U+936e, U+9370-9371, U+9373, U+9376, U+9379-937a, U+937c, U+9385, U+9387, U+938c, U+938f, U+9394, U+9397-9398, U+939a-939b, U+939d-939e, U+93a1-93a3, U+93a6-93a7, U+93a9-93aa, U+93ac-93ad, U+93af-93b0, U+93b3-93bb, U+93bd-93be, U+93c0-93c4, U+93c7, U+93ca-93cd, U+93d0-93d1, U+93d6-93d8, U+93dc-93de, U+93e0, U+93e4, U+93e8, U+93ee, U+93f0, U+93f5, U+93f7-93f9, U+93fb, U+9403, U+9407, U+940f-9410, U+9413-9414, U+9417, U+9419;
}
/* [29] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.29.woff2) format('woff2');
  unicode-range: U+9208-920a, U+920d-920e, U+9210-9211, U+9217, U+9219, U+921c, U+9221, U+9224-9225, U+9227, U+922a, U+922d-922e, U+9230-9231, U+9233, U+9235-9239, U+923b, U+923d-9241, U+9244, U+9246, U+9248-9249, U+924b-9251, U+9253, U+925a, U+925d-925e, U+9262, U+9265-9267, U+926b-926d, U+926f, U+9271-9272, U+9274, U+9276, U+9278, U+927a-927c, U+927e-927f, U+9282-9283, U+9286, U+9288, U+928a, U+928d-928e, U+9291, U+9295-9296, U+9299-929b, U+929d, U+92a0-92ae, U+92b2, U+92b5-92b6, U+92bb-92bc, U+92c2-92c3, U+92c6-92cd, U+92cf-92d1, U+92d5, U+92d7, U+92d9, U+92dd, U+92df, U+92e4-92e6, U+92e8-92e9, U+92ed-92ef, U+92f1-92f3, U+92f6, U+92f9, U+92fb, U+9300-9302, U+9306;
}
/* [30] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.30.woff2) format('woff2');
  unicode-range: U+90e2-90e4, U+90ea-90eb, U+90ef, U+90f4, U+90f7-90f8, U+90fc, U+90fe-9100, U+9102, U+9104, U+9106, U+9112, U+9114-911a, U+911c, U+911e, U+9120, U+9122-9123, U+9129, U+912b, U+912f, U+9131-9132, U+9134, U+9136, U+9139-913a, U+9143, U+9146, U+9148-914a, U+914e-9150, U+9154, U+9156-9157, U+9159-915a, U+915d-915e, U+9161-9164, U+916b, U+916e, U+9170-9172, U+9174, U+9176, U+9179-917a, U+917f, U+9181-9182, U+9184-9186, U+918c-918e, U+9190-9191, U+9196, U+919a-919b, U+919e, U+91a1-91a4, U+91a7, U+91aa, U+91ae-91b2, U+91b4-91b5, U+91b8, U+91bd-91be, U+91c1, U+91c3, U+91c5-91c6, U+91c8-91ca, U+91d2-91d5, U+91d7, U+91d9, U+91e1, U+91e4, U+91e6-91e9, U+91ec-91ed, U+91f0-91f1, U+91f5-91fa, U+91fd, U+91ff-9201, U+9203-9207;
}
/* [31] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.31.woff2) format('woff2');
  unicode-range: U+8f85-8f86, U+8f88-8f8a, U+8f8d, U+8f90, U+8f93, U+8f95-8f97, U+8f99, U+8f9e-8f9f, U+8fa2, U+8fa7, U+8fa9, U+8fab, U+8fae, U+8fb3, U+8fb5-8fb6, U+8fba-8fbd, U+8fbf, U+8fc1-8fc2, U+8fc6, U+8fc8, U+8fcc-8fcd, U+8fd2-8fd3, U+8fd5, U+8fdc-8fdd, U+8fdf, U+8fe2-8fe5, U+8fe8-8fe9, U+8fed-8fee, U+8ff3, U+8ff5, U+8ff8, U+8ffa-8ffc, U+8ffe, U+9002, U+9004, U+9008, U+900a-900b, U+9011-9013, U+9016, U+901e, U+9021, U+9024, U+902d, U+902f-9030, U+9034-9036, U+9039-903b, U+9041, U+9044-9045, U+904f-9052, U+9057-9058, U+905b, U+905d, U+9061-9062, U+9065, U+9068, U+906f, U+9074, U+9079, U+907d, U+9083, U+9085, U+9087-9089, U+908b, U+9090, U+9093, U+9095, U+9097, U+9099, U+909b, U+909d-909e, U+90a0-90a2, U+90ac, U+90af-90b0, U+90b2-90b4, U+90b6, U+90b9, U+90bb, U+90bd-90be, U+90c3-90c5, U+90c7, U+90d1, U+90d4-90d5, U+90d7, U+90db-90df;
}
/* [32] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.32.woff2) format('woff2');
  unicode-range: U+8e30-8e31, U+8e35, U+8e39, U+8e3c-8e3d, U+8e40-8e42, U+8e47, U+8e49-8e4e, U+8e50, U+8e53-8e55, U+8e59-8e5b, U+8e60, U+8e62-8e63, U+8e67, U+8e69, U+8e6c-8e6d, U+8e6f, U+8e74, U+8e76, U+8e7a-8e7c, U+8e82, U+8e84-8e85, U+8e87, U+8e89-8e8b, U+8e8f-8e95, U+8e99-8e9a, U+8e9d-8e9e, U+8ea1, U+8ea3, U+8ea5-8ea6, U+8eaa, U+8eac-8ead, U+8eaf-8eb1, U+8eb9, U+8ebc, U+8ebe, U+8ec6, U+8ecb, U+8ecf, U+8ed1, U+8ed4, U+8ed7, U+8eda-8edb, U+8ee2, U+8ee8, U+8eeb, U+8ef2, U+8ef9-8efe, U+8f05, U+8f07-8f08, U+8f0a-8f0c, U+8f12-8f13, U+8f17, U+8f19-8f1a, U+8f1c, U+8f1e-8f1f, U+8f25-8f26, U+8f2d, U+8f30, U+8f33, U+8f36, U+8f3e, U+8f40-8f42, U+8f45-8f47, U+8f4d, U+8f54-8f55, U+8f5d, U+8f61-8f62, U+8f64, U+8f67-8f69, U+8f6d-8f72, U+8f74, U+8f76, U+8f7b-8f7c, U+8f7f, U+8f83-8f84;
}
/* [33] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.33.woff2) format('woff2');
  unicode-range: U+8ce1, U+8ce8, U+8ceb, U+8cf0, U+8cf8, U+8cfb, U+8cfe, U+8d04, U+8d07, U+8d0b, U+8d0d, U+8d10, U+8d12-8d14, U+8d17, U+8d1b-8d1f, U+8d21-8d26, U+8d29-8d2c, U+8d2e-8d32, U+8d34-8d35, U+8d37-8d38, U+8d3a-8d3c, U+8d3e-8d3f, U+8d41-8d43, U+8d48, U+8d4b-8d4c, U+8d4e-8d50, U+8d54, U+8d56, U+8d58, U+8d5a-8d5b, U+8d5f-8d60, U+8d62-8d63, U+8d66-8d69, U+8d6c-8d6e, U+8d73, U+8d75-8d76, U+8d7b, U+8d7d, U+8d84, U+8d8b, U+8d90-8d91, U+8d94, U+8d96, U+8d9c, U+8dab, U+8daf, U+8db2, U+8db5, U+8db7, U+8dba, U+8dbc, U+8dbf, U+8dc2-8dc3, U+8dc6, U+8dcb, U+8dce-8dd0, U+8dd6-8dd7, U+8dda-8ddb, U+8de3-8de4, U+8de9, U+8deb-8dec, U+8df1, U+8df5-8df7, U+8dfa-8dfd, U+8e05, U+8e08-8e0a, U+8e0e, U+8e14, U+8e16, U+8e18, U+8e1d-8e21, U+8e23, U+8e26-8e28, U+8e2a-8e2b, U+8e2d-8e2e;
}
/* [34] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.34.woff2) format('woff2');
  unicode-range: U+8b9c, U+8b9e-8b9f, U+8ba3, U+8ba5, U+8ba7, U+8baa, U+8bad, U+8bb2-8bb4, U+8bb6-8bb9, U+8bbc-8bbd, U+8bbf-8bc0, U+8bc3, U+8bc5, U+8bc8-8bcb, U+8bcf, U+8bd1, U+8bd7-8bdc, U+8bde-8be1, U+8be3, U+8be5, U+8be7, U+8be9, U+8beb-8bec, U+8bef, U+8bf1-8bf2, U+8bf5-8bf6, U+8bf8, U+8bfa, U+8bfd-8bfe, U+8c01-8c02, U+8c05, U+8c08, U+8c0a-8c11, U+8c13-8c15, U+8c18-8c1c, U+8c1f, U+8c23-8c29, U+8c2c-8c2d, U+8c31, U+8c34, U+8c36, U+8c39, U+8c3f, U+8c47, U+8c49-8c4c, U+8c4f, U+8c51, U+8c55, U+8c62, U+8c68, U+8c73, U+8c78, U+8c7a-8c7c, U+8c82, U+8c85, U+8c89-8c8a, U+8c8d-8c8e, U+8c90, U+8c94, U+8c98-8c99, U+8ca3-8ca4, U+8cad-8cb0, U+8cb2, U+8cb9-8cba, U+8cbd, U+8cc1-8cc2, U+8cc4-8cc5, U+8ccf-8cd2, U+8cd4-8cd5, U+8cd9-8cdb;
}
/* [35] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.35.woff2) format('woff2');
  unicode-range: U+8a1b, U+8a22, U+8a25, U+8a27, U+8a2b, U+8a33, U+8a36, U+8a38, U+8a3d-8a3e, U+8a41, U+8a45-8a46, U+8a48, U+8a4e, U+8a51-8a52, U+8a54, U+8a56-8a58, U+8a5b, U+8a5d, U+8a61, U+8a63, U+8a67, U+8a6a-8a6c, U+8a70, U+8a74-8a76, U+8a7a-8a7c, U+8a82, U+8a84-8a86, U+8a89, U+8a8f-8a92, U+8a94, U+8a9a, U+8aa1, U+8aa3, U+8aa5, U+8aa7-8aa8, U+8aad, U+8ab1, U+8ab6, U+8abe, U+8ac2, U+8ac4, U+8ac6, U+8ac9, U+8acc-8acf, U+8ad1, U+8adb, U+8add-8ae2, U+8ae4, U+8ae6, U+8aea-8aeb, U+8aed, U+8af1-8af6, U+8afa, U+8afc, U+8b01, U+8b04-8b05, U+8b07, U+8b0b-8b0d, U+8b0f-8b10, U+8b13-8b14, U+8b16, U+8b1a, U+8b1c, U+8b21-8b22, U+8b26, U+8b28, U+8b2b, U+8b2e, U+8b33, U+8b41, U+8b46, U+8b4c-8b4f, U+8b53-8b54, U+8b56, U+8b59, U+8b5e-8b60, U+8b64, U+8b6a-8b6d, U+8b72, U+8b7e, U+8b83, U+8b89, U+8b8c, U+8b8e, U+8b90, U+8b92, U+8b95-8b96, U+8b99;
}
/* [36] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.36.woff2) format('woff2');
  unicode-range: U+88b7-88b8, U+88bc-88be, U+88c0, U+88c4, U+88c6-88c7, U+88c9-88cc, U+88ce, U+88d2, U+88d6, U+88d8, U+88db, U+88df, U+88e4, U+88e8-88e9, U+88ec, U+88ef-88f1, U+88f3-88f5, U+88fc, U+88fe, U+8900, U+8902, U+8906, U+890a-890c, U+8912-8915, U+8918-891a, U+891f, U+8921, U+8923, U+8925, U+892a-892b, U+892d, U+8930, U+8933, U+8935-8936, U+8938, U+893d, U+8941-8943, U+8946-8947, U+8949, U+894c-894d, U+8956-8957, U+8959, U+895c, U+895e-8960, U+8964, U+8966, U+896c, U+8971, U+8974, U+897b, U+897e, U+8980, U+8982-8983, U+8987-8988, U+898a, U+898c, U+8991, U+8994-8995, U+8997-8998, U+899a, U+899c, U+89a1, U+89a4-89a7, U+89a9, U+89ac, U+89af, U+89b2-89b3, U+89b7, U+89bb, U+89bf, U+89c5, U+89c9-89ca, U+89d1, U+89d4-89d5, U+89da, U+89dc-89de, U+89e5-89e7, U+89ed, U+89f1, U+89f3-89f4, U+89f6, U+89ff, U+8a01, U+8a03, U+8a07, U+8a09, U+8a0c, U+8a0f-8a12, U+8a16;
}
/* [37] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.37.woff2) format('woff2');
  unicode-range: U+8763-8765, U+8768, U+876a, U+876c-8770, U+8772, U+8777, U+877a-877b, U+877d, U+8781, U+8784-8785, U+8788, U+878b, U+8793, U+8797-8798, U+879f, U+87a3, U+87a8, U+87ab-87ad, U+87af, U+87b3, U+87b5, U+87b9, U+87bb, U+87bd-87c0, U+87c4-87c8, U+87ca-87cc, U+87ce, U+87d2, U+87db-87dc, U+87e0-87e1, U+87e3, U+87e5, U+87e7, U+87ea-87eb, U+87ee-87ef, U+87f3-87f4, U+87f6-87f7, U+87fe, U+8802-8806, U+880a-880b, U+880e, U+8810-8811, U+8813, U+8815-8816, U+881b, U+8821, U+8823, U+8827, U+8831-8832, U+8835, U+8839-883a, U+883c, U+8844-8846, U+884a, U+884e, U+8852, U+8854-8856, U+8859-885a, U+885e, U+8862, U+8864-8865, U+8869-886a, U+886c-886e, U+8871-8872, U+8875, U+8879, U+887d-887f, U+8882, U+8884-8885, U+8888, U+8890, U+8892-8893, U+8897-8898, U+889a-889c, U+889e, U+88a2, U+88a4, U+88a8, U+88aa, U+88ad-88ae, U+88b1, U+88b4;
}
/* [38] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.38.woff2) format('woff2');
  unicode-range: U+8621-8622, U+8627, U+8629-862a, U+8634-8636, U+8638, U+863a, U+863c, U+8640, U+8642, U+8646, U+864c-864d, U+864f, U+8651-8654, U+8657, U+8659-865a, U+865c, U+8662, U+866b-866c, U+866f-8671, U+8673, U+8677, U+867a-867b, U+867d-867e, U+8680-8682, U+868b-868d, U+8693-8696, U+869a, U+869c-869d, U+86a1, U+86a3-86a4, U+86a7-86aa, U+86af-86b1, U+86b3-86b4, U+86b6, U+86b9-86ba, U+86c0-86c2, U+86c4, U+86c6, U+86c9-86ca, U+86cc-86ce, U+86d0, U+86d3-86d4, U+86de-86df, U+86e9, U+86ed-86f0, U+86f3, U+86f8-86fc, U+86fe, U+8703, U+8706-870a, U+870d-870e, U+8711-8712, U+8715, U+8717, U+8719-871a, U+871e, U+8721-8723, U+8725, U+8728-8729, U+872e, U+8731, U+8734, U+8737, U+873a, U+873e-8740, U+8742, U+8747, U+8749, U+874b-874c, U+874e-874f, U+8753, U+8757-8758, U+875d, U+875f, U+8761-8762;
}
/* [39] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.39.woff2) format('woff2');
  unicode-range: U+84c0, U+84c2, U+84c6-84c7, U+84ca, U+84cd-84d2, U+84d6, U+84dd, U+84df, U+84e2, U+84e6-84e8, U+84ea, U+84ef-84f0, U+84f3-84f4, U+84f7, U+84fa, U+84fc-84fd, U+84ff-8500, U+8506, U+850c, U+8511, U+8515, U+8517, U+851d-851f, U+8524, U+852b, U+852f, U+8532, U+8534-8535, U+8537-8538, U+853a, U+853c, U+853e, U+8541-8542, U+8545, U+8548, U+854b, U+854d-854e, U+8552-8553, U+8555-8558, U+855a, U+855e, U+8561-8565, U+8568, U+856a-856c, U+856f, U+8574, U+8577-857b, U+8580-8581, U+8585-8586, U+858a, U+858c, U+858f-8590, U+8594, U+8597-8599, U+859c, U+859f, U+85a1-85a2, U+85a4, U+85a8, U+85ab-85ac, U+85ae, U+85b3-85b4, U+85b7, U+85b9-85ba, U+85bd-85be, U+85c1-85c2, U+85cb, U+85ce, U+85d0, U+85d3, U+85d5, U+85dc, U+85e0, U+85e6, U+85e8, U+85ea, U+85ed, U+85f4, U+85f6-85f7, U+85f9-85fa, U+85ff, U+8602, U+8604-8605, U+8610, U+8616-8618, U+861a, U+861e;
}
/* [40] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.40.woff2) format('woff2');
  unicode-range: U+8380, U+8383, U+8385-8386, U+8392, U+8394-8395, U+8398-8399, U+839b-839c, U+83a0, U+83a2, U+83a4, U+83a7-83aa, U+83af-83b5, U+83b7, U+83b9-83ba, U+83bc-83c0, U+83c2, U+83c4-83c5, U+83c8-83c9, U+83cb, U+83ce-83cf, U+83d1, U+83d4-83d6, U+83d8, U+83dd, U+83df, U+83e1-83e2, U+83e5, U+83ea-83eb, U+83f0, U+83f3-83f4, U+83f9, U+83fb-83fe, U+8406-8407, U+840b, U+840f, U+8411, U+8413, U+8418, U+841b-841d, U+8420-8421, U+8423-8424, U+8426-8429, U+842b, U+842d-842e, U+8432-8433, U+8435, U+8437-8439, U+843b-843c, U+843e, U+8445-8447, U+844e, U+8451-8452, U+8456, U+8459-845a, U+845c, U+845f, U+8462, U+8466-8467, U+846d, U+846f-8471, U+8473-8474, U+8476-8478, U+847a, U+8484, U+848b, U+848d-848e, U+8493-8494, U+8497, U+849d, U+849f, U+84a1, U+84a8, U+84af, U+84b1, U+84b4, U+84b9-84bb, U+84bd-84bf;
}
/* [41] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.41.woff2) format('woff2');
  unicode-range: U+827d, U+827f, U+8283-8284, U+8288-828a, U+828d-8291, U+8293-8294, U+8298, U+829a-829c, U+829e-82a4, U+82a6-82ab, U+82ae, U+82b0, U+82b4, U+82b6, U+82ba-82bc, U+82be, U+82c1, U+82c4-82c5, U+82c7, U+82cb, U+82cd, U+82cf-82d0, U+82d2, U+82d5-82d6, U+82d9, U+82db-82dc, U+82de-82e1, U+82e3-82e4, U+82e7, U+82ea-82eb, U+82ef-82f0, U+82f3-82f4, U+82f6-82f7, U+82f9-82fc, U+82fe-8301, U+8306-8308, U+830b-830e, U+8316, U+8318, U+831a-831b, U+831d-831e, U+8327, U+832a, U+832c-832d, U+832f, U+8331, U+8333-8334, U+8337, U+833a-833c, U+833f-8340, U+8342, U+8344-8347, U+834b-834c, U+834f, U+8351, U+8356-8358, U+835a, U+835e-8361, U+8363-8364, U+8367-8368, U+836b, U+836f, U+8373, U+8375, U+8378, U+837a-837f;
}
/* [42] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.42.woff2) format('woff2');
  unicode-range: U+811b, U+811e, U+8121-8127, U+8129, U+812c, U+812f-8134, U+8137-8138, U+813a, U+813d, U+8144, U+8146, U+8148, U+814a, U+814c-814d, U+8151, U+8153, U+8156, U+8158, U+815a, U+8160, U+8167, U+8169, U+816d, U+816f, U+8171, U+8174, U+817b-817c, U+817e, U+8182, U+8188, U+818a, U+8194-8195, U+8198, U+819b, U+819e, U+81a3, U+81a6-81a7, U+81ab, U+81af-81b0, U+81b5-81b6, U+81b8, U+81ba-81bb, U+81be-81bf, U+81c3, U+81c6, U+81ca, U+81cc, U+81cf, U+81d1-81d3, U+81d6-81d7, U+81d9-81da, U+81dd-81de, U+81e0-81e2, U+81e7, U+81ec, U+81ef, U+81fc, U+81fe, U+8200-8202, U+8204-8206, U+820b, U+820e, U+8210, U+8215, U+8217-8218, U+821b, U+821d, U+8221-8222, U+8224, U+8228-8229, U+822b, U+822f-8234, U+8236-8238, U+823a, U+823e, U+8240, U+8244-8245, U+8249, U+824b, U+824e-824f, U+8257, U+825a, U+825f, U+8264, U+8268, U+826b, U+826e, U+8270, U+8273, U+8276, U+8278-8279;
}
/* [43] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.43.woff2) format('woff2');
  unicode-range: U+7fb8, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fcb-7fcc, U+7fce-7fcf, U+7fd1, U+7fd5, U+7fd8, U+7fdb, U+7fde-7fdf, U+7fe5-7fe6, U+7fe9, U+7feb-7fec, U+7fee, U+7ff2-7ff3, U+7ffa, U+7ffd-7ffe, U+8002, U+8004, U+8006, U+800b, U+800e, U+8011-8012, U+8014, U+8016, U+8018-8019, U+801c, U+8024, U+8026, U+8028, U+802c, U+8030, U+8035, U+8037-8039, U+803b, U+8042-8043, U+804b-804c, U+8052, U+8061, U+8068, U+806a, U+806e, U+8071, U+8073-8076, U+8079, U+807c, U+807e-807f, U+8083-8084, U+808f, U+8093, U+8095, U+8098, U+809c, U+809f-80a0, U+80a4, U+80a7, U+80ab, U+80ad-80ae, U+80b0-80b1, U+80b4-80b6, U+80b8, U+80bc-80c2, U+80c4, U+80c6-80c7, U+80cb, U+80cd, U+80cf, U+80d4, U+80d7, U+80d9, U+80db-80dd, U+80e0, U+80e3-80e5, U+80e7, U+80eb-80ed, U+80ef-80f1, U+80f3-80f4, U+80f6-80f7, U+80fc, U+80fe-80ff, U+8101, U+8107, U+8109, U+810f-8113, U+8115, U+8117-8118, U+811a;
}
/* [44] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.44.woff2) format('woff2');
  unicode-range: U+7eb3, U+7eb5-7eba, U+7ebd-7ebe, U+7ec0-7ec1, U+7ec3, U+7ec5, U+7ec7-7eca, U+7ecd-7ece, U+7ed1-7ed2, U+7ed4-7ed5, U+7ed7-7ed8, U+7eda-7edb, U+7edd-7ede, U+7ee2-7ee3, U+7ee5, U+7ee7, U+7ee9-7eeb, U+7eee-7ef0, U+7ef3, U+7ef5, U+7ef7-7ef8, U+7efd-7f01, U+7f03, U+7f05-7f09, U+7f0e, U+7f10, U+7f13-7f15, U+7f18-7f1a, U+7f1c-7f1d, U+7f20, U+7f24-7f25, U+7f28-7f2a, U+7f2d-7f2e, U+7f30, U+7f34, U+7f36-7f37, U+7f3d, U+7f42-7f45, U+7f47-7f4e, U+7f52, U+7f54, U+7f58, U+7f5a, U+7f5d, U+7f5f-7f63, U+7f65, U+7f68, U+7f6b, U+7f78, U+7f7d-7f7e, U+7f81-7f83, U+7f86-7f87, U+7f8b-7f8d, U+7f91, U+7f93-7f95, U+7f97, U+7f99-7f9a, U+7f9d, U+7f9f, U+7fa1-7fa3, U+7fa5, U+7fa7, U+7fad-7fb2, U+7fb4, U+7fb6;
}
/* [45] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.45.woff2) format('woff2');
  unicode-range: U+7d8c-7d8f, U+7d91, U+7d95-7d96, U+7d98-7d9a, U+7d9d-7d9e, U+7da2-7da3, U+7da6, U+7daa, U+7dac, U+7dae-7db0, U+7db3, U+7db5, U+7db7, U+7db9, U+7dbd, U+7dc1, U+7dc3-7dc7, U+7dcc-7dcf, U+7dd1, U+7dd6-7dd9, U+7ddb-7ddc, U+7de1-7de2, U+7de6, U+7df0-7df3, U+7df6, U+7dfe, U+7e01-7e02, U+7e04, U+7e08-7e0b, U+7e10-7e11, U+7e13, U+7e15, U+7e1d-7e20, U+7e22, U+7e25-7e27, U+7e29, U+7e2d, U+7e2f-7e30, U+7e32-7e37, U+7e39, U+7e3b, U+7e44-7e45, U+7e47-7e48, U+7e4a-7e4b, U+7e4d, U+7e50-7e52, U+7e56, U+7e58-7e5b, U+7e62, U+7e68, U+7e6d-7e70, U+7e76, U+7e78, U+7e7b, U+7e7e, U+7e81-7e82, U+7e86-7e88, U+7e8a, U+7e8d-7e8e, U+7e92-7e94, U+7e98-7e9b, U+7e9e, U+7ea0, U+7ea3-7ea4, U+7ea8, U+7eaa-7eaf, U+7eb1-7eb2;
}
/* [46] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.46.woff2) format('woff2');
  unicode-range: U+7c23, U+7c25-7c26, U+7c2a-7c2b, U+7c37-7c39, U+7c40-7c41, U+7c48-7c49, U+7c50, U+7c53-7c54, U+7c56-7c57, U+7c59-7c5c, U+7c5f, U+7c63, U+7c65, U+7c69, U+7c6c-7c6e, U+7c74-7c75, U+7c79, U+7c7c, U+7c7e, U+7c84, U+7c8b, U+7c8d, U+7c91, U+7c94-7c95, U+7c9b, U+7c9f, U+7ca2, U+7ca4, U+7ca6, U+7ca8-7caa, U+7cae, U+7cb1-7cb3, U+7cba, U+7cbc, U+7cbf-7cc0, U+7cc5, U+7cc8-7cc9, U+7ccc-7cce, U+7cd7, U+7cdc-7cdd, U+7ce0, U+7ce2, U+7ce8, U+7cea, U+7ced, U+7cf2, U+7cf4, U+7cf6, U+7cf8-7cfa, U+7cfc, U+7d02, U+7d06-7d0a, U+7d0f, U+7d11-7d12, U+7d15, U+7d18, U+7d1c-7d1e, U+7d25, U+7d27, U+7d29, U+7d2c, U+7d31-7d32, U+7d35, U+7d38, U+7d3a, U+7d3c, U+7d3e-7d41, U+7d43, U+7d45, U+7d4c, U+7d4e-7d4f, U+7d53-7d54, U+7d56, U+7d5b-7d5d, U+7d5f, U+7d63, U+7d67, U+7d6a, U+7d6d, U+7d70, U+7d73, U+7d75, U+7d79-7d7b, U+7d7d, U+7d80, U+7d83-7d84, U+7d86-7d89, U+7d8b;
}
/* [47] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.47.woff2) format('woff2');
  unicode-range: U+7afd-7afe, U+7b01-7b06, U+7b09-7b0b, U+7b0e-7b10, U+7b14, U+7b18, U+7b1a, U+7b1e-7b1f, U+7b22-7b25, U+7b29-7b2b, U+7b2d-7b2e, U+7b31-7b35, U+7b38-7b3c, U+7b45, U+7b47-7b48, U+7b4a, U+7b4c, U+7b4e-7b50, U+7b58, U+7b5b, U+7b5d, U+7b60, U+7b62, U+7b65-7b67, U+7b69, U+7b6d-7b6f, U+7b72-7b76, U+7b79, U+7b7e, U+7b82, U+7b84-7b85, U+7b87, U+7b8b, U+7b8d-7b93, U+7b95-7b96, U+7b98, U+7b9c-7b9d, U+7ba0, U+7ba7, U+7ba9-7bac, U+7bb0, U+7bb4, U+7bb6, U+7bb8-7bb9, U+7bc1, U+7bc3, U+7bc6, U+7bcb-7bcc, U+7bcf, U+7bd4, U+7bd9-7bdb, U+7bdd, U+7be0-7be1, U+7be5-7be6, U+7bea, U+7bed-7bee, U+7bf1-7bf3, U+7bf8-7bf9, U+7bfc-7c01, U+7c03, U+7c07, U+7c0a-7c0d, U+7c0f, U+7c11-7c12, U+7c15, U+7c1e-7c20;
}
/* [48] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.48.woff2) format('woff2');
  unicode-range: U+798a-798b, U+7991, U+7993-7996, U+7998, U+799a-799b, U+799f-79a2, U+79a4, U+79a8-79a9, U+79af-79b0, U+79b3, U+79b5, U+79b8, U+79ba, U+79c3, U+79c6, U+79c8, U+79cf, U+79d5-79d6, U+79dc-79de, U+79e3, U+79e7, U+79ea-79ed, U+79ef-79f0, U+79f4, U+79f6-79f8, U+79fd, U+7a02-7a03, U+7a08-7a0a, U+7a0c, U+7a0e, U+7a10-7a11, U+7a14, U+7a17-7a19, U+7a1c, U+7a1e-7a1f, U+7a23, U+7a26, U+7a2d, U+7a32-7a33, U+7a37, U+7a39, U+7a3c, U+7a42, U+7a45, U+7a49, U+7a4f, U+7a56, U+7a5a, U+7a5c, U+7a60-7a61, U+7a63, U+7a68, U+7a6d-7a6e, U+7a70-7a71, U+7a77-7a79, U+7a80, U+7a83, U+7a85-7a86, U+7a88, U+7a8d, U+7a90-7a91, U+7a93-7a96, U+7a98, U+7a9c-7a9d, U+7aa0, U+7aa3, U+7aa5-7aa6, U+7aa8, U+7aaa, U+7aac, U+7ab0, U+7ab3, U+7ab6, U+7ab8, U+7abb, U+7abe-7abf, U+7ac2, U+7ac8-7ac9, U+7ad1-7ad2, U+7ad6, U+7ada, U+7adc-7ade, U+7ae4, U+7ae6, U+7ae9-7aeb, U+7af4, U+7af8, U+7afa-7afb;
}
/* [49] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.49.woff2) format('woff2');
  unicode-range: U+7842-7843, U+7845, U+7847, U+784a, U+784c-7850, U+7852-7853, U+7855, U+7858, U+785a, U+785c-785d, U+7864, U+7866, U+7868, U+786a, U+786f, U+7874, U+7876, U+787c, U+787f, U+7886-7887, U+7889, U+788d, U+788f, U+7893, U+7895-7896, U+7898, U+789a, U+789e, U+78a1, U+78a3, U+78a5, U+78aa, U+78ad, U+78b1-78b2, U+78b4, U+78b6, U+78b8, U+78be, U+78c8-78c9, U+78cb, U+78ce, U+78d0-78d1, U+78d4-78d5, U+78d7-78d8, U+78de, U+78e3, U+78e6-78e7, U+78ea, U+78ec, U+78f2-78f4, U+78fa-78fb, U+78fd-7900, U+7904-7906, U+790a, U+790c, U+7910-7912, U+791c, U+791e, U+7920-7921, U+792a-792c, U+792e, U+7931, U+7934, U+7938, U+793b, U+793d, U+793f, U+7941-7942, U+7945-7947, U+7949, U+794c, U+794e, U+7953-7954, U+7957-795c, U+795f, U+7961-7962, U+7964, U+7967, U+7969, U+796b-796c, U+796f, U+7972-7973, U+7977-7979, U+797b-797c, U+797e, U+7980, U+7982, U+7984-7988;
}
/* [50] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.50.woff2) format('woff2');
  unicode-range: U+7707-7708, U+770a, U+770c, U+770f, U+7715, U+7719-771b, U+771d-771e, U+7722, U+7725-7726, U+7728, U+772d, U+772f, U+7733-7736, U+7738, U+773b, U+773d, U+7741, U+7744, U+7746, U+774c, U+774e-7752, U+7755, U+7759-775a, U+775f-7760, U+7762, U+7765-7766, U+7768-776a, U+776c-776e, U+7771, U+7778, U+777a, U+777d-777e, U+7780, U+7785, U+7787, U+7789, U+778b-778d, U+7791-7793, U+779c, U+779f-77a0, U+77a2, U+77a5, U+77a9, U+77b0-77b1, U+77b4, U+77b6-77b7, U+77b9, U+77bc-77bf, U+77c5, U+77c7, U+77cc-77cd, U+77d3, U+77d6-77d7, U+77dc, U+77de, U+77e3, U+77e7, U+77eb-77ec, U+77f0, U+77f2, U+77f6, U+77f8, U+77fa-77fc, U+77fe-7800, U+7803, U+7805-7806, U+7809, U+7810-7812, U+7815-7816, U+781a, U+781c-781d, U+781f-7823, U+7825-7827, U+7829, U+782c-7830, U+7833, U+7835, U+7837, U+7839-783a, U+783c, U+783e, U+7840;
}
/* [51] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.51.woff2) format('woff2');
  unicode-range: U+75cd, U+75d2, U+75d4, U+75d9, U+75df, U+75e2-75e4, U+75e6-75e7, U+75e9-75ec, U+75f0-75f3, U+75f7, U+75f9-75fa, U+75fc, U+75fe-7602, U+7608-760a, U+760c-760d, U+7610, U+7615-7616, U+7618-7620, U+7622-7623, U+7625, U+7627, U+7629, U+762b, U+762e, U+7630, U+7632-7635, U+7638, U+763a-763c, U+763e, U+7640, U+7643, U+7646, U+7648-7649, U+764d-764e, U+7654, U+7658, U+765c, U+765f, U+7663-7667, U+7669, U+766b-766d, U+766f-7670, U+7676, U+7678-767a, U+767f-7681, U+7683, U+7688, U+768a-768b, U+768e, U+7690, U+7695-7696, U+769a-769e, U+76a3-76a4, U+76aa, U+76b0-76b1, U+76b4, U+76b7-76b8, U+76c2, U+76c5, U+76c9, U+76cc-76cd, U+76cf-76d1, U+76d6-76d8, U+76e5-76e6, U+76e9, U+76ec, U+76f1, U+76f7, U+76f9-76fb, U+76ff-7700, U+7704-7705;
}
/* [52] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.52.woff2) format('woff2');
  unicode-range: U+749c-74a1, U+74a3, U+74a5-74a7, U+74a9-74ab, U+74ae, U+74b1-74b2, U+74b5, U+74b8, U+74ba, U+74bf, U+74c5, U+74c8, U+74cc-74cd, U+74d2, U+74d4, U+74d6, U+74d8, U+74da, U+74de-74e0, U+74e2, U+74e4, U+74e8-74e9, U+74ee-74ef, U+74f4, U+74f9, U+74fb, U+74ff-7501, U+7503, U+7507, U+750c-750d, U+7511, U+7513, U+7515-7517, U+7519, U+751e, U+7521, U+7525, U+752a, U+752c-752f, U+7534, U+753e, U+7542, U+7545, U+7547-7548, U+754a-754b, U+754e, U+7551, U+755a-755b, U+755d, U+7560, U+7563-7564, U+7566-7568, U+756c-756f, U+7572-7575, U+7577-757a, U+757c, U+757e-757f, U+7583-7584, U+7587, U+7589, U+758b-758e, U+7590, U+7592, U+7594-7595, U+7597, U+7599-759a, U+759d, U+759f, U+75a1-75a3, U+75a5, U+75a7, U+75aa, U+75ac, U+75ae-75b1, U+75b3-75b4, U+75b8, U+75bd, U+75c0, U+75c2-75c4, U+75c9-75ca, U+75cc;
}
/* [53] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.53.woff2) format('woff2');
  unicode-range: U+73b4-73ba, U+73bc, U+73bf, U+73c2, U+73c4-73c6, U+73c9, U+73cb-73cc, U+73ce-73d2, U+73d6-73d7, U+73d9, U+73db-73de, U+73e3, U+73e5-73eb, U+73ef, U+73f5-73f7, U+73f9-73fa, U+73fc-73fd, U+7400-7401, U+7404-7405, U+7407-7408, U+740a-740d, U+740f-7410, U+7416, U+741a-741b, U+741d-741e, U+7420-7425, U+7428-7429, U+742c-7432, U+7435-7436, U+7438-743a, U+743c-7442, U+7445-7446, U+7448-744a, U+7451-7452, U+7454, U+7457, U+7459, U+745d, U+7460-7462, U+7465, U+7467-7468, U+746c-746e, U+7471-7477, U+7479-747a, U+747c-747f, U+7481-7482, U+7484-7486, U+7488-748a, U+748e-7490, U+7492, U+7498, U+749a;
}
/* [54] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.54.woff2) format('woff2');
  unicode-range: U+7281-7282, U+7284, U+7287, U+728a, U+728d, U+7292, U+7296, U+7298, U+729b, U+729f-72a2, U+72ad-72ae, U+72b0-72b5, U+72b8-72b9, U+72bc-72bd, U+72c1, U+72c3, U+72c5-72c6, U+72c8, U+72cc-72ce, U+72d2, U+72d4, U+72db, U+72dd, U+72df, U+72e1, U+72e8, U+72ec-72ee, U+72f1, U+72f3-72f4, U+72f7, U+72fa-72fb, U+72fd, U+7300-7301, U+7304, U+7307, U+730a-730b, U+730e, U+7313, U+7315-7317, U+7319, U+731e-731f, U+7322, U+7328-732e, U+7330-7331, U+7337, U+733a-733c, U+733e, U+7340-7341, U+7343, U+734c-734d, U+734f-7350, U+7352, U+7355, U+7357, U+7359-735a, U+7360-7363, U+7365, U+7369-7370, U+7373-7374, U+7377, U+737a, U+737c, U+737e, U+7380, U+7385-7386, U+738a, U+738e-738f, U+7391-7395, U+7397-7398, U+739b, U+73a0-73a2, U+73a5-73a8, U+73ad-73ae, U+73b3;
}
/* [55] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.55.woff2) format('woff2');
  unicode-range: U+7115-7116, U+7118, U+711c, U+711e, U+7120, U+7122, U+712e-712f, U+7131, U+7134, U+713c, U+713f, U+7143, U+7145-7147, U+714a-714b, U+7150-7153, U+7155-7156, U+715a, U+7160, U+7162, U+7166, U+7168, U+716c, U+7171, U+7173, U+7178, U+717a-717b, U+717d, U+7180-7181, U+7185, U+7187-7188, U+718b, U+718f-7190, U+7192, U+7196-7198, U+719a-719c, U+71a0, U+71a4, U+71a8, U+71af, U+71b2-71b3, U+71b5, U+71b7-71ba, U+71be, U+71c1, U+71c4, U+71ca-71cb, U+71ce-71d0, U+71d4, U+71d7-71d8, U+71da, U+71dc, U+71e0-71e1, U+71e7, U+71ec, U+71ee, U+71f4-71f6, U+71f9, U+71fc, U+71fe-7201, U+7203, U+7207, U+7209, U+720c, U+7213-7215, U+7217, U+721a, U+721d, U+7222-7223, U+7228, U+722b, U+7230, U+7237, U+723b, U+723f-7242, U+724b, U+724d, U+7252-7253, U+7256, U+7258, U+725d, U+7263-7266, U+726a-726b, U+726e-7270, U+7273-7275, U+7277, U+727a-727b, U+727e-727f;
}
/* [56] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.56.woff2) format('woff2');
  unicode-range: U+6fec, U+6fee, U+6ff0, U+6ff3, U+6ff5-6ff6, U+6ffa, U+6ffc, U+6fff-7001, U+7003, U+7005-7007, U+700b, U+700d, U+7015, U+7018, U+701b, U+701e, U+7020-7021, U+7023, U+7026-7027, U+702c, U+702f-7032, U+7034-7035, U+7037-703c, U+7040, U+7042-7044, U+7046, U+7049, U+704b, U+704f, U+7052, U+7054-7055, U+705c-7061, U+7064-7069, U+706c-706d, U+706f, U+7073-7075, U+7078, U+707a, U+707e-7081, U+7085-7086, U+7089, U+7090-7091, U+7094-7096, U+7098, U+709c, U+709f, U+70a1, U+70a4, U+70a9, U+70ac, U+70af-70b2, U+70b4-70b5, U+70b7, U+70bb-70be, U+70c0-70c3, U+70ca-70cb, U+70d2, U+70d4-70d5, U+70d9-70dd, U+70df, U+70e6-70e9, U+70eb-70ec, U+70ef, U+70f1, U+70f4, U+70f7, U+70fa, U+70fd, U+70ff, U+7104, U+7106, U+7109, U+710c, U+7110, U+7113-7114;
}
/* [57] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.57.woff2) format('woff2');
  unicode-range: U+6eda-6edb, U+6edd-6ede, U+6ee2, U+6ee4-6ee5, U+6ee8-6ee9, U+6eeb, U+6eee, U+6ef3, U+6ef8-6efb, U+6f00, U+6f08-6f0a, U+6f0d-6f0e, U+6f11-6f13, U+6f15, U+6f19-6f1a, U+6f23, U+6f25-6f2a, U+6f2d-6f31, U+6f33-6f36, U+6f3a-6f3c, U+6f40-6f41, U+6f43-6f44, U+6f47, U+6f4d-6f4f, U+6f53, U+6f57, U+6f59-6f5a, U+6f5c, U+6f5e-6f61, U+6f63, U+6f66-6f67, U+6f69-6f6c, U+6f6f, U+6f72-6f78, U+6f7a-6f7f, U+6f81-6f82, U+6f87, U+6f89, U+6f8b-6f8d, U+6f90, U+6f92, U+6f94-6f97, U+6f9c, U+6f9f-6fa0, U+6fa2-6fa3, U+6fa5-6fa8, U+6faa-6fab, U+6fae-6faf, U+6fb4, U+6fb6, U+6fb9-6fba, U+6fbc, U+6fc2, U+6fc6-6fcb, U+6fce, U+6fd1-6fd2, U+6fd4, U+6fd8, U+6fda, U+6fde, U+6fe0-6fe2, U+6fe8-6fe9;
}
/* [58] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.58.woff2) format('woff2');
  unicode-range: U+6dd6, U+6dd9, U+6ddb-6de0, U+6de2-6de6, U+6de9, U+6dec, U+6def-6df0, U+6df2, U+6df4, U+6df6, U+6df8, U+6dfc-6dfd, U+6e00, U+6e02-6e03, U+6e07-6e0b, U+6e0d-6e0e, U+6e10, U+6e13-6e15, U+6e17, U+6e19-6e1a, U+6e1d, U+6e1f, U+6e22, U+6e24-6e25, U+6e27, U+6e2b, U+6e2d-6e2e, U+6e30-6e31, U+6e36, U+6e39-6e3a, U+6e3c-6e3d, U+6e40-6e41, U+6e44-6e45, U+6e47, U+6e49, U+6e4b, U+6e4d-6e4f, U+6e51, U+6e53-6e54, U+6e59, U+6e5c, U+6e5e-6e61, U+6e63-6e66, U+6e69-6e6b, U+6e6e, U+6e70-6e76, U+6e78, U+6e7c, U+6e7f-6e80, U+6e83, U+6e85-6e86, U+6e88-6e89, U+6e8b, U+6e8d-6e8f, U+6e93, U+6e98-6e9a, U+6e9f, U+6ea1, U+6ea4-6ea7, U+6eae, U+6eb1-6eb2, U+6eb4-6eb5, U+6eb7, U+6ebd, U+6ec1-6ec3, U+6ec7-6ec9, U+6ecd-6ed0, U+6ed3-6ed6, U+6ed8;
}
/* [59] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.59.woff2) format('woff2');
  unicode-range: U+6cdd-6cde, U+6ce0, U+6ce7, U+6ce9-6cec, U+6cee-6cef, U+6cf1, U+6cf7-6cf8, U+6cfb-6cfe, U+6d00-6d02, U+6d04, U+6d06-6d07, U+6d09-6d0a, U+6d0c, U+6d0e-6d12, U+6d18-6d1a, U+6d1f, U+6d22-6d24, U+6d27-6d28, U+6d2b, U+6d2d-6d31, U+6d33-6d3a, U+6d3c, U+6d3f, U+6d43-6d47, U+6d4a-6d4b, U+6d4e-6d4f, U+6d51-6d53, U+6d57-6d58, U+6d5a, U+6d5c, U+6d5e-6d65, U+6d67, U+6d6c-6d6d, U+6d6f-6d70, U+6d72, U+6d75, U+6d79, U+6d7c, U+6d7f, U+6d82, U+6d85, U+6d87, U+6d8e-6d8f, U+6d91-6d95, U+6d97-6d99, U+6d9b, U+6d9d, U+6d9f, U+6da1, U+6da4, U+6da6-6dac, U+6db3-6db4, U+6db7-6db8, U+6dbe-6dc0, U+6dc2, U+6dc4-6dc5, U+6dc8-6dca, U+6dcc-6dcd, U+6dcf-6dd0, U+6dd2-6dd3, U+6dd5;
}
/* [60] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.60.woff2) format('woff2');
  unicode-range: U+6bc1-6bc2, U+6bcc, U+6bce, U+6bd0-6bd1, U+6bd5-6bd9, U+6bde, U+6be1, U+6bec, U+6bf3, U+6bf9, U+6bfd, U+6bff-6c00, U+6c02, U+6c05-6c06, U+6c0a, U+6c0c-6c0d, U+6c10, U+6c13, U+6c16, U+6c18-6c1a, U+6c1f, U+6c21-6c22, U+6c24, U+6c26, U+6c28-6c2a, U+6c2c, U+6c2e-6c33, U+6c35-6c37, U+6c39-6c3a, U+6c3d-6c3f, U+6c43, U+6c46, U+6c49-6c4f, U+6c54-6c55, U+6c58, U+6c5a-6c5c, U+6c5e, U+6c64-6c69, U+6c6b-6c6f, U+6c71-6c75, U+6c78-6c79, U+6c7c, U+6c7e, U+6c82, U+6c84-6c87, U+6c8c-6c8d, U+6c8f, U+6c93-6c94, U+6c98, U+6c9a, U+6c9d, U+6c9f, U+6ca2, U+6ca5-6ca8, U+6caa, U+6cac-6cb2, U+6cb4-6cb5, U+6cba, U+6cbc, U+6cc2-6cc3, U+6cc5-6cc7, U+6cd0-6cd2, U+6cd4, U+6cd6-6cd7, U+6cd9-6cda, U+6cdc;
}
/* [61] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.61.woff2) format('woff2');
  unicode-range: U+6a35, U+6a3b, U+6a3e-6a40, U+6a47-6a48, U+6a50, U+6a52, U+6a55-6a57, U+6a5a-6a5b, U+6a5e, U+6a62, U+6a66, U+6a6a, U+6a71, U+6a79, U+6a7c, U+6a7e-6a81, U+6a84, U+6a87, U+6a89, U+6a8d-6a8e, U+6a90-6a92, U+6a97, U+6a9c, U+6a9e-6aa1, U+6aa3-6aa5, U+6aa8, U+6aab, U+6aae, U+6ab5, U+6aba, U+6abe, U+6ac2, U+6ac5-6ac6, U+6ac8-6ac9, U+6acc, U+6ad3, U+6ada-6adb, U+6add-6adf, U+6ae3, U+6ae7-6ae8, U+6aea-6aec, U+6af1, U+6af3, U+6af8, U+6afa, U+6afc, U+6b05, U+6b09, U+6b0e-6b13, U+6b17, U+6b1d-6b1e, U+6b25, U+6b2c, U+6b31, U+6b35-6b37, U+6b39, U+6b3b, U+6b40, U+6b43, U+6b46, U+6b48, U+6b53-6b55, U+6b59, U+6b5b, U+6b5f-6b60, U+6b68-6b69, U+6b6f, U+6b74, U+6b7a, U+6b7c, U+6b7f-6b84, U+6b86-6b87, U+6b89, U+6b8b, U+6b8d, U+6b91-6b93, U+6b9b, U+6b9e, U+6ba1-6ba2, U+6ba4, U+6baa-6bab, U+6bad-6bae, U+6bb2-6bb4, U+6bbb, U+6bbd;
}
/* [62] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.62.woff2) format('woff2');
  unicode-range: U+6904, U+6906-6907, U+6909, U+690b, U+690f-6910, U+6917, U+691a-691c, U+6925, U+692a, U+692c-692d, U+6932, U+6934, U+6939, U+693c-6940, U+6942, U+6949, U+6952, U+6954-6957, U+6959, U+695b-695f, U+6961-696c, U+696e-6970, U+6973-6974, U+6976, U+6978-697a, U+697c, U+6980, U+6984-6986, U+6988-698a, U+698d-698e, U+6990-6991, U+6994, U+6996-699b, U+699e, U+69a3-69a7, U+69ab, U+69ad, U+69af, U+69b1, U+69b3, U+69b6-69b7, U+69bb-69bc, U+69bf, U+69c1, U+69c3-69c5, U+69c7, U+69ca, U+69cc, U+69ce, U+69d0-69d1, U+69d4, U+69d8-69d9, U+69db, U+69df, U+69e4, U+69e8-69ea, U+69ed-69ee, U+69f1-69f4, U+69f6, U+69f8, U+69fa-69fb, U+69ff-6a00, U+6a05, U+6a0a-6a0b, U+6a17-6a18, U+6a1b, U+6a28-6a2b, U+6a31-6a32;
}
/* [63] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.63.woff2) format('woff2');
  unicode-range: U+67dc-67e0, U+67e2, U+67e4, U+67e9-67ea, U+67f0, U+67f2, U+67f6-67f8, U+67fa-67fb, U+67fe, U+6800-6805, U+6808-6809, U+680b, U+680e-680f, U+6811-6812, U+6814, U+6816, U+6818, U+681c-681e, U+6820, U+6822, U+6825, U+6827-6829, U+682b, U+682e-682f, U+6831-6834, U+683a-683b, U+683e, U+6840-6841, U+6844-6845, U+6849, U+684e, U+6853, U+6855-6856, U+685c-685d, U+685f, U+6861-6863, U+6865-6869, U+686b, U+686d, U+686f, U+6871-6872, U+6874-6875, U+6877, U+6879, U+687b-687c, U+687e, U+6880, U+6882-6883, U+6886, U+688f, U+6891-6892, U+6894, U+6896, U+6898, U+689b-689c, U+689f-68a0, U+68a2-68a3, U+68a6, U+68a9, U+68b1-68b2, U+68b4, U+68b6, U+68c0, U+68c3, U+68c6, U+68c8, U+68ca, U+68d0-68d1, U+68d3, U+68d6, U+68e1, U+68e3, U+68e6, U+68e8-68ec, U+68ef-68f1, U+68f3, U+68f6-68f7, U+68f9, U+68fb-68fd, U+6900, U+6902;
}
/* [64] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.64.woff2) format('woff2');
  unicode-range: U+66b3, U+66b5, U+66b8-66bc, U+66be, U+66c1, U+66c4, U+66c7-66c8, U+66cc, U+66cf, U+66d5, U+66d8-66db, U+66df, U+66e1-66e2, U+66e8-66e9, U+66ef, U+66f1, U+66f5, U+66f7, U+66fa, U+66fd, U+6705, U+670a, U+670f-6710, U+6713-6715, U+6718-6719, U+6720, U+6722-6727, U+6729, U+672e, U+6733, U+6736, U+6738-6739, U+673f-6740, U+6742, U+6745, U+6747-6748, U+674b-674d, U+6753, U+6755, U+6759, U+675d-675e, U+6760, U+6762-6763, U+6767-676a, U+676c, U+676e, U+6772-6777, U+677a-677c, U+6782, U+6786-6787, U+678a-678c, U+678e-678f, U+6791-6793, U+6796, U+6798-6799, U+679f-67a3, U+67a5, U+67aa-67ae, U+67b0-67b5, U+67b7-67bc, U+67c0-67c3, U+67c5-67c6, U+67c8-67ca, U+67ce, U+67d2, U+67d8-67d9, U+67db;
}
/* [65] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.65.woff2) format('woff2');
  unicode-range: U+6565, U+6567, U+656b, U+656d-656e, U+6573, U+6576, U+6579-657b, U+6581, U+6586, U+6588-6589, U+658b, U+658e, U+6593, U+6595, U+659b, U+659d, U+659f-65a1, U+65a9, U+65ab, U+65ad, U+65b2-65b3, U+65b5, U+65bb, U+65be-65bf, U+65c2-65c4, U+65c6, U+65cc, U+65ce, U+65d2, U+65d6, U+65db, U+65e1, U+65e3, U+65e7, U+65ee-65f0, U+65f2-65f4, U+65f7-65f8, U+65fc-65fd, U+6600, U+6603-6605, U+6609, U+660d, U+6610-6611, U+6619, U+661c-661e, U+6621-6622, U+6624, U+6626, U+6629, U+662b, U+6630, U+6633-6636, U+6639-663d, U+6640-6641, U+6644-6645, U+664a-664c, U+6653-6657, U+6659, U+665b, U+665d-665e, U+6661-6667, U+6669, U+666c, U+6672-6673, U+6677-6679, U+667b-667e, U+6681-6684, U+668b-6690, U+6692, U+6698, U+669d, U+669f-66a0, U+66a6-66a7, U+66aa, U+66b2;
}
/* [66] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.66.woff2) format('woff2');
  unicode-range: U+642b, U+642f-6430, U+6432, U+6434, U+6437, U+643a, U+643d-6444, U+6446-6447, U+644a-644b, U+644e, U+6450-6453, U+6456, U+6459, U+645b-645c, U+645e, U+6460-6461, U+6463-6465, U+6468, U+646c-646e, U+6470, U+6472-6477, U+6479, U+647b, U+647d, U+6480, U+6482, U+6485, U+648b-648c, U+6491, U+6493, U+6496-649a, U+649d, U+649f-64a0, U+64a2-64a3, U+64ac, U+64b1, U+64b3-64b4, U+64b7-64b9, U+64bb, U+64be, U+64c0, U+64c3-64c4, U+64d0, U+64d2, U+64d5, U+64d7-64d8, U+64e1-64e4, U+64e7, U+64e9, U+64ed, U+64ef-64f0, U+64f3, U+64f8, U+64fb-64fc, U+64ff, U+6504-6506, U+6509, U+6511-6512, U+6516, U+6518-6519, U+651b, U+6520-6523, U+6525-6526, U+6529, U+652b, U+652e, U+6530, U+6532, U+6534-6535, U+6537-6538, U+653a, U+653d, U+6542-6543, U+6549, U+654c-654e, U+6554-6555, U+655b, U+655d, U+6561, U+6564;
}
/* [67] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.67.woff2) format('woff2');
  unicode-range: U+6312-6313, U+6319-631b, U+631d-6321, U+6323-6325, U+632d-632e, U+6332, U+6334-6339, U+633b-633c, U+633e-6340, U+6342-6346, U+634b-634c, U+634e, U+6352, U+6357, U+635a, U+635c, U+635e-635f, U+6361, U+6363, U+6365, U+6369, U+636b-636d, U+636f-6370, U+6373, U+6375-6376, U+637a-637b, U+637d, U+6381, U+6384, U+6387, U+638a, U+638d-638e, U+6390, U+6394-6397, U+639e-639f, U+63a3-63a4, U+63a6, U+63ac-63af, U+63b1-63b4, U+63b7, U+63b9-63bb, U+63bd-63be, U+63c3-63c4, U+63c8, U+63cd-63ce, U+63d1, U+63d6, U+63dc, U+63de, U+63e0, U+63e3-63e4, U+63e6, U+63e9, U+63f0, U+63f2-63f3, U+63f5-63f8, U+63fa, U+63fc-63fe, U+6400-6402, U+6405-6406, U+6409-640c, U+6410, U+6414-6415, U+6418, U+641b, U+641f-6423, U+6425-6428, U+642a;
}
/* [68] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.68.woff2) format('woff2');
  unicode-range: U+61cc-61cd, U+61d0, U+61d2, U+61de-61e0, U+61e3, U+61e6, U+61e8, U+61ed-61ee, U+61f5, U+61f9-61fa, U+61fd-61fe, U+6207, U+6209, U+620d-620e, U+6213-6215, U+6219, U+621b, U+621d-6223, U+6225-6227, U+6229, U+622b-622c, U+622e-622f, U+6231, U+6238, U+623b, U+623d-623e, U+6242-6243, U+6246, U+6248-6249, U+624c, U+6251, U+6255, U+6259-625a, U+625e, U+6260-6262, U+6265-6267, U+6269, U+626b-626c, U+6270-6273, U+6275, U+627a-627d, U+6283, U+6285-6286, U+6289, U+628c, U+628e, U+6294, U+629a-629e, U+62a0, U+62a2, U+62a6, U+62a8, U+62af, U+62b3, U+62b6, U+62ba-62bb, U+62be-62bf, U+62c2, U+62c4-62c5, U+62c8, U+62ca, U+62cf, U+62d1, U+62d5, U+62d7, U+62d9, U+62dd, U+62df-62e3, U+62e5-62e8, U+62ee, U+62f4-62fb, U+62fd, U+6300, U+6302, U+6308, U+630c-630e, U+6310;
}
/* [69] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.69.woff2) format('woff2');
  unicode-range: U+60b0-60b1, U+60b3-60b5, U+60b8, U+60bb, U+60bd-60be, U+60c0, U+60c6-60c7, U+60ca-60cb, U+60d3-60d5, U+60d7-60db, U+60dd, U+60e2-60e3, U+60e6-60f0, U+60f2, U+60f4, U+60f6, U+60fa-60fb, U+60ff-6100, U+6103, U+6106, U+610a-610b, U+610d-610e, U+6110, U+6112-6116, U+6120, U+6123-6124, U+6128-6130, U+6134, U+6136, U+613c-613f, U+6144, U+6146-6147, U+6149-614a, U+614d, U+6151-6153, U+6159-615a, U+615c-615f, U+6164-6165, U+6169-616d, U+616f, U+6171-6175, U+6177, U+617a, U+617c, U+617f-6180, U+6187, U+618a-618e, U+6192-6194, U+6199-619b, U+619f, U+61a1, U+61a7-61a8, U+61aa-61af, U+61b8, U+61ba, U+61bf, U+61c3, U+61c6, U+61ca-61cb;
}
/* [70] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.70.woff2) format('woff2');
  unicode-range: U+5f82-5f84, U+5f87, U+5f89-5f8a, U+5f8d, U+5f93, U+5f95, U+5f98-5f99, U+5f9b-5f9c, U+5fa0, U+5fa4, U+5fa6-5fa8, U+5fab-5fad, U+5fb3-5fb4, U+5fbc, U+5fc4, U+5fc6, U+5fc9, U+5fcb, U+5fce-5fd6, U+5fdc-5fdf, U+5fe1, U+5fe4, U+5fe7, U+5fea, U+5fec-5fee, U+5ff1, U+5ff3, U+5ff8, U+5ffa-5ffc, U+5fff-6000, U+6002, U+6005, U+600a, U+600d, U+600f-6010, U+6014, U+6017, U+6019-601c, U+601e, U+6020, U+6022, U+6026, U+6029, U+602b-602c, U+602e-602f, U+6031, U+6033-6035, U+6039, U+603c, U+6040-6043, U+6045, U+6047, U+604a-604c, U+604f, U+6053, U+6059-605b, U+605d, U+6060, U+6063, U+6067, U+606a-606b, U+606e, U+6072-6076, U+6078, U+607a, U+607c, U+607f-6081, U+6083, U+6086, U+608a, U+608c, U+608e, U+6092-6093, U+6095-6097, U+609b, U+609d, U+60a2, U+60a6-60a7, U+60a9-60aa, U+60ac-60ad, U+60af;
}
/* [71] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.71.woff2) format('woff2');
  unicode-range: U+5e3c, U+5e40, U+5e42-5e44, U+5e47, U+5e54, U+5e57-5e5b, U+5e5e-5e5f, U+5e61-5e62, U+5e64, U+5e6a, U+5e6c, U+5e6e, U+5e75, U+5e77, U+5e7a, U+5e80-5e81, U+5e83, U+5e86, U+5e88, U+5e8b, U+5e90, U+5e92, U+5e96, U+5e99, U+5e9b, U+5e9d-5ea2, U+5ea4-5ea5, U+5eb3-5eb6, U+5eb9, U+5ebe, U+5ec3-5ec4, U+5ec6, U+5ecb-5ecd, U+5ed0-5ed2, U+5ed4-5ed5, U+5ed8-5ed9, U+5edb, U+5edd, U+5ee1, U+5ee8-5ee9, U+5eec, U+5eef-5ef0, U+5ef4-5ef5, U+5ef8, U+5efb-5efc, U+5efe, U+5f01-5f03, U+5f05, U+5f07-5f09, U+5f0b-5f0e, U+5f10-5f12, U+5f14, U+5f16, U+5f1b, U+5f1d, U+5f22, U+5f25, U+5f28-5f29, U+5f2d, U+5f2f-5f30, U+5f36, U+5f38-5f39, U+5f3c, U+5f3e, U+5f40-5f42, U+5f45-5f46, U+5f4a, U+5f50-5f52, U+5f54, U+5f56-5f58, U+5f5a-5f5e, U+5f61, U+5f63, U+5f66-5f67, U+5f6b, U+5f72-5f74, U+5f76, U+5f78, U+5f7b, U+5f7d;
}
/* [72] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.72.woff2) format('woff2');
  unicode-range: U+5ce6, U+5ce8-5cea, U+5ced-5cee, U+5cf1, U+5cf4-5cf5, U+5cf8, U+5cfe-5d00, U+5d06, U+5d08, U+5d0a-5d0d, U+5d15, U+5d18, U+5d1a, U+5d1d, U+5d1f-5d22, U+5d24, U+5d26-5d28, U+5d2c-5d2e, U+5d33-5d35, U+5d3d, U+5d3f, U+5d42-5d43, U+5d46-5d47, U+5d49-5d4b, U+5d4e, U+5d52-5d53, U+5d57-5d59, U+5d5b-5d5c, U+5d65, U+5d68-5d69, U+5d6b-5d6c, U+5d6f, U+5d74-5d75, U+5d7e-5d7f, U+5d81-5d82, U+5d85-5d88, U+5d8b-5d8c, U+5d92, U+5d94, U+5d97, U+5d99, U+5d9d, U+5da0-5da2, U+5da7, U+5da9-5daa, U+5dae, U+5db2, U+5db4, U+5db7-5db8, U+5dbd, U+5dc2-5dc5, U+5dc9, U+5dcb-5dcd, U+5dd2, U+5dd6, U+5dd8, U+5ddb-5ddc, U+5de0, U+5de3, U+5de9, U+5df0, U+5df3, U+5df5, U+5df9, U+5dfb-5dfd, U+5e00-5e01, U+5e04-5e05, U+5e0a, U+5e11, U+5e14, U+5e18-5e1c, U+5e1f-5e22, U+5e27-5e28, U+5e2f-5e30, U+5e34, U+5e37, U+5e3a;
}
/* [73] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.73.woff2) format('woff2');
  unicode-range: U+5b84, U+5b8d, U+5b92-5b93, U+5b95-5b96, U+5b9f-5ba1, U+5ba6-5ba8, U+5baa-5bad, U+5bbd-5bbe, U+5bc0-5bc1, U+5bc3, U+5bd0-5bd1, U+5bd4-5bd8, U+5bdb-5bdd, U+5be4-5be5, U+5bef, U+5bf3, U+5bfb, U+5bfe-5bff, U+5c02-5c03, U+5c05, U+5c09, U+5c0c, U+5c10, U+5c12-5c13, U+5c15, U+5c18-5c19, U+5c1b, U+5c1d-5c1f, U+5c22, U+5c25, U+5c27-5c28, U+5c2a-5c2b, U+5c34, U+5c38, U+5c3d, U+5c42, U+5c44, U+5c47, U+5c49-5c4a, U+5c50, U+5c53, U+5c58-5c59, U+5c5b, U+5c5d, U+5c61, U+5c63, U+5c68, U+5c6d-5c6e, U+5c74, U+5c79-5c84, U+5c86, U+5c88, U+5c8a-5c8d, U+5c92-5c9c, U+5ca0, U+5ca2-5ca3, U+5ca5-5ca7, U+5cab-5cad, U+5cb5, U+5cb7, U+5cba-5cbb, U+5cc1, U+5cc8, U+5cca-5ccb, U+5cce, U+5cd2, U+5cd6, U+5cd8-5cda, U+5cdf-5ce1, U+5ce5;
}
/* [74] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.74.woff2) format('woff2');
  unicode-range: U+5a57, U+5a5d-5a5e, U+5a60-5a62, U+5a65, U+5a67, U+5a6a, U+5a6c-5a6d, U+5a73-5a76, U+5a7a-5a7c, U+5a81-5a84, U+5a8c, U+5a90, U+5a93, U+5a96-5a97, U+5a9c, U+5a9e-5aa0, U+5aa4, U+5aa7, U+5aab-5aac, U+5aae-5aaf, U+5ab1, U+5ab4-5ab5, U+5ab8, U+5aba-5abc, U+5abe-5abf, U+5ac3-5ac4, U+5ac6-5acb, U+5acf-5ad2, U+5ad4-5adc, U+5ae0-5ae1, U+5ae3, U+5ae5-5ae6, U+5ae8, U+5aea-5aeb, U+5aee, U+5af0, U+5af2, U+5af5, U+5afa, U+5aff, U+5b01, U+5b05, U+5b08, U+5b0b, U+5b11, U+5b16-5b17, U+5b19, U+5b1b, U+5b1d, U+5b21-5b23, U+5b28, U+5b2a-5b2d, U+5b32, U+5b34, U+5b36-5b38, U+5b3e-5b40, U+5b43-5b46, U+5b4b-5b4c, U+5b51, U+5b53, U+5b59, U+5b5b-5b5c, U+5b62, U+5b65, U+5b6c-5b6e, U+5b70-5b73, U+5b75, U+5b7a-5b7b, U+5b7d, U+5b7f-5b82;
}
/* [75] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.75.woff2) format('woff2');
  unicode-range: U+5910-5911, U+5914, U+5919, U+591b, U+591f, U+5923-5924, U+592c, U+5932, U+5938-593a, U+5940, U+5942, U+5944, U+594b-594c, U+594e, U+5950, U+5953, U+5956, U+5958, U+595a, U+5961, U+5966, U+5968-5969, U+596c-596d, U+5975, U+5977, U+597b-597c, U+597e, U+5980-5981, U+5986-5988, U+598a, U+598f, U+5997-5998, U+599f-59a3, U+59a6-59a7, U+59a9, U+59ab-59ac, U+59af, U+59b1-59b2, U+59b6, U+59b8, U+59ba, U+59be, U+59c1, U+59c3, U+59c7-59c9, U+59cd-59ce, U+59d2, U+59d6-59d9, U+59dd-59de, U+59e0, U+59e3-59e5, U+59e9-59eb, U+59ee, U+59f1-59f3, U+59f5-59f9, U+59fc-59fd, U+5a00, U+5a04-5a07, U+5a09, U+5a0c, U+5a11, U+5a13, U+5a16-5a17, U+5a1a, U+5a1e, U+5a20, U+5a23-5a24, U+5a29-5a2b, U+5a2d-5a2f, U+5a32-5a34, U+5a38, U+5a3c, U+5a3f-5a44, U+5a47-5a48, U+5a4a, U+5a4c-5a4d, U+5a50-5a51, U+5a53, U+5a56;
}
/* [76] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.76.woff2) format('woff2');
  unicode-range: U+57a9, U+57ab, U+57b5, U+57b8-57bb, U+57c2, U+57c5-57c8, U+57cc, U+57cf, U+57d2, U+57dc-57de, U+57e1-57e2, U+57e5, U+57e7, U+57ed-57ee, U+57f0, U+57f3-57f6, U+57f8, U+57fb-57fd, U+5800-5801, U+5803-5804, U+5807, U+5809-580b, U+580d-580e, U+5810-5811, U+5814-5815, U+5819, U+581d-581e, U+5820, U+5823, U+5826, U+582c-582d, U+5830, U+583a, U+583f-5841, U+5848, U+584b, U+584d, U+584f, U+5852, U+5859-585a, U+585c, U+5861, U+5864, U+5868-5869, U+586c-586d, U+5871-5872, U+5879, U+587c-5881, U+5887-5889, U+588e, U+5890-5892, U+5896-5899, U+589d, U+58a1, U+58a3, U+58a6, U+58a9, U+58ac, U+58b0-58b1, U+58bb-58bc, U+58c2, U+58c5-58c6, U+58ca, U+58cc, U+58ce, U+58d0-58d1, U+58d5, U+58d9-58da, U+58df-58e0, U+58e9, U+58ec, U+58ee, U+58f1-58f3, U+58f6-58f7, U+58fb-58fc, U+5900, U+5902, U+5906, U+5909-590c, U+590e;
}
/* [77] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.77.woff2) format('woff2');
  unicode-range: U+567b-567c, U+5680, U+5684-5686, U+568c, U+568e-568f, U+5692-5693, U+5697-5699, U+569c, U+569e, U+56a1-56a7, U+56a9, U+56ab-56ad, U+56af, U+56b3, U+56b5-56b6, U+56b8, U+56bf-56c1, U+56c3, U+56c5, U+56c7-56c8, U+56cb-56cc, U+56d1-56d4, U+56d6-56d9, U+56dd, U+56df, U+56e1-56e5, U+56ea-56ec, U+56ee-56ef, U+56f1-56f4, U+56f7, U+56f9, U+56ff-5700, U+5703-5704, U+5706-5707, U+5709-570a, U+570c, U+570f, U+5711, U+5717, U+571c, U+5723-5724, U+5727, U+5729-572a, U+572c, U+572e-572f, U+5734-5735, U+573b, U+5741, U+574b-574d, U+574f, U+5752, U+5754, U+575a-5760, U+5763, U+5768-5769, U+576b, U+576d, U+576f-5770, U+5772-5775, U+5777, U+577b-577d, U+5780, U+5784, U+5788, U+578c, U+578e, U+5792-5793, U+5795, U+579a-579b, U+579f-57a1, U+57a4, U+57a6;
}
/* [78] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.78.woff2) format('woff2');
  unicode-range: U+555c, U+5562-5563, U+5567, U+5569, U+556b-556c, U+5570, U+5575-5579, U+557b-557c, U+557f, U+5581, U+5583, U+5586, U+5588, U+558b, U+558f, U+5591, U+5599, U+559f, U+55a1, U+55a3, U+55a5-55a6, U+55a8-55a9, U+55ab, U+55ad, U+55b0-55b1, U+55b3, U+55b6-55b7, U+55b9, U+55bc-55bd, U+55c4-55c5, U+55c7, U+55c9, U+55cc-55cd, U+55d0, U+55d2, U+55d4-55d9, U+55db, U+55dd-55df, U+55e1-55e6, U+55e9-55ea, U+55ec, U+55ee, U+55f1-55f3, U+55f5-55f7, U+55f9-55fa, U+55fe, U+5600-5602, U+5608, U+560c, U+560f, U+5612-5613, U+5615-5616, U+5618, U+561a, U+561c, U+561e, U+5620, U+5623-5625, U+5627, U+562a, U+562c-562e, U+5630-5631, U+5635-5636, U+5638-563a, U+5640, U+5642-5643, U+5649, U+564c-5650, U+5654, U+5658-565d, U+5664-5666, U+5669, U+566b, U+566d, U+566f, U+5671-5672, U+5676, U+567a;
}
/* [79] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.79.woff2) format('woff2');
  unicode-range: U+5447, U+5449, U+544b-544d, U+5450-5455, U+5457, U+545b-545c, U+545f-5460, U+5463-5464, U+546a-5472, U+5474, U+5476, U+5478, U+547b, U+547e-547f, U+5482-5488, U+548a, U+548d-5491, U+5494, U+5498-549d, U+54a1-54a5, U+54ab, U+54ad-54af, U+54b5, U+54b7, U+54bb-54bc, U+54be-54bf, U+54ca, U+54cc, U+54cf-54d2, U+54d4, U+54d6-54d7, U+54da, U+54de-54df, U+54e2, U+54e4, U+54e7, U+54eb, U+54f3, U+54fd, U+54ff, U+5501-5502, U+5504-5506, U+550a, U+550c, U+550e-550f, U+5511-5513, U+5516-5517, U+551a-551b, U+551e, U+5520, U+5524, U+5526-5527, U+552a, U+552c-552d, U+5530, U+5532-5533, U+5535-5536, U+553b-553c, U+553e-553f, U+5541-5542, U+5544-5545, U+5547, U+5549, U+554b, U+554d-554e, U+5550-5551, U+5553, U+5555-5557;
}
/* [80] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.80.woff2) format('woff2');
  unicode-range: U+52eb, U+52ed-52ee, U+52f0-52f2, U+52f7, U+52f9-52fa, U+5300-5302, U+530a-530b, U+530d, U+530f-5310, U+5315, U+531a, U+531c-531d, U+532d-532e, U+5331, U+5338, U+533b-533e, U+5344-5345, U+534b-534d, U+534f-5350, U+5358, U+535e-535f, U+5362-5364, U+5367, U+5369, U+536b-536c, U+536e-536f, U+5372, U+5374, U+5379-537a, U+537c-537d, U+5382, U+5385, U+5389, U+538b-538c, U+538e, U+5392-5396, U+5399, U+53a0-53a2, U+53a4-53a6, U+53a8-53a9, U+53ae, U+53b0, U+53b3-53b4, U+53b6-53b7, U+53b9, U+53bf, U+53c1, U+53c4, U+53ce-53cf, U+53d2, U+53d5, U+53d9-53da, U+53df-53e1, U+53e7-53e9, U+53f1, U+53f5-53f6, U+53f9, U+53fb-53fd, U+5400-5402, U+5405-5407, U+540f, U+5412, U+5414-5417, U+541a, U+5420-5421, U+5424-5425, U+5428-5429, U+542c-542f, U+5431-5432, U+5434, U+5437, U+543d, U+543f, U+5441, U+5444-5445;
}
/* [81] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.81.woff2) format('woff2');
  unicode-range: U+5197, U+519a-519c, U+519e, U+51a2, U+51a6-51a9, U+51ab, U+51ad-51af, U+51b1-51b6, U+51ba-51c0, U+51c3-51c5, U+51c7, U+51c9-51cb, U+51ce-51d1, U+51d4, U+51d6, U+51d9, U+51db-51dc, U+51df, U+51e4, U+51e6, U+51e9-51ea, U+51ed, U+51ef, U+51f4-51f5, U+51fc, U+51ff, U+5201-5202, U+5204-5205, U+5208, U+520b, U+520d-520e, U+5213, U+5215-5216, U+5218, U+521a, U+5220, U+5223, U+5226-5228, U+5232-5234, U+5239, U+523c, U+5241-5242, U+5244, U+5249, U+524c, U+5251-5252, U+5255, U+5257, U+525c, U+525e, U+5261, U+5263-5265, U+526e, U+5270, U+5273-5274, U+5277, U+527d, U+527f, U+5281-5282, U+5284, U+528a, U+528c, U+528f, U+5292-5294, U+529d, U+52a6, U+52ac-52ad, U+52b1-52b5, U+52b9, U+52bb-52bc, U+52be-52c0, U+52c5, U+52cb, U+52cd, U+52d0-52d1, U+52d6-52d7, U+52db, U+52e0, U+52e3, U+52e6-52e7;
}
/* [82] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.82.woff2) format('woff2');
  unicode-range: U+5040-5041, U+5043, U+5045-5046, U+5048, U+504a-504e, U+5051-5053, U+505d-5060, U+5063, U+506a, U+506f-5072, U+5078, U+507a-507b, U+507f-5080, U+5088-5089, U+508b-508c, U+508e, U+5092, U+5095-5096, U+509a-509d, U+50a3, U+50a5, U+50a8, U+50af, U+50b1, U+50b4, U+50ba, U+50c2, U+50c6-50ca, U+50cd-50ce, U+50d6, U+50d9, U+50dd-50df, U+50e1, U+50e3, U+50e5-50e6, U+50e8-50ea, U+50ec-50f0, U+50f3, U+50fb, U+50fe, U+5101-5102, U+5105-5109, U+510b-510e, U+5110, U+5113-5115, U+5117, U+511a-511c, U+511e, U+5120-5121, U+5125, U+512b, U+5131, U+5134-5135, U+5138-513c, U+5140, U+514e, U+5150-5151, U+5155-5157, U+515a, U+515f, U+5162, U+516a, U+516e, U+5172, U+5174, U+5179, U+517b, U+517d, U+5182, U+5186, U+5188-5189, U+518b, U+518f, U+5191, U+5193, U+5195-5196;
}
/* [83] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.83.woff2) format('woff2');
  unicode-range: U+4f2d, U+4f31-4f32, U+4f35, U+4f37, U+4f39, U+4f3b, U+4f3e, U+4f41-4f43, U+4f47, U+4f49, U+4f4c, U+4f52, U+4f57-4f58, U+4f5a, U+4f5d-4f5f, U+4f61, U+4f63-4f64, U+4f67, U+4f6a, U+4f6e-4f6f, U+4f72, U+4f74, U+4f76-4f7b, U+4f7d-4f7e, U+4f80-4f82, U+4f84, U+4f89-4f8a, U+4f8e-4f94, U+4f96-4f98, U+4f9a, U+4f9e, U+4fa0-4fa3, U+4fa5-4fa8, U+4faa-4fac, U+4fb2-4fb3, U+4fb7-4fba, U+4fc0-4fc1, U+4fc5-4fc7, U+4fcb, U+4fcd-4fce, U+4fd1, U+4fd3-4fd4, U+4fd8-4fdc, U+4fdf, U+4fe2-4fe5, U+4fe8-4fea, U+4fec-4fed, U+4ff3-4ff6, U+4ff8-4ffa, U+4ffd, U+5000, U+5002, U+5005, U+5008, U+500c, U+500f, U+5013-5015, U+501b-501c, U+501e, U+5022-5025, U+5027-5028, U+502c-502e, U+5030-5032, U+5036, U+503a-503b, U+503e;
}
/* [84] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.84.woff2) format('woff2');
  unicode-range: U+3f97, U+4102, U+411b, U+4181, U+43c8, U+4552, U+4576, U+46e5, U+4837, U+493d, U+4a3b, U+4d09, U+4db6-4dbf, U+4e02, U+4e04-4e05, U+4e0c, U+4e0f-4e10, U+4e15, U+4e17, U+4e1b, U+4e21-4e22, U+4e25, U+4e27, U+4e31, U+4e34, U+4e36-4e37, U+4e3d, U+4e3f-4e42, U+4e44, U+4e47, U+4e49, U+4e4c, U+4e52-4e54, U+4e57, U+4e5a-4e5b, U+4e60-4e61, U+4e69, U+4e6d, U+4e78, U+4e80-4e81, U+4e85, U+4e87, U+4e89-4e8a, U+4e8d, U+4e8f, U+4e93, U+4e96, U+4e98-4e99, U+4e9c, U+4e9f-4ea0, U+4ea2, U+4ea5, U+4ea9, U+4eb0, U+4eb2-4eb3, U+4eb5-4eb7, U+4eb9, U+4ebb-4ebc, U+4ebf, U+4ec2-4ec6, U+4ec8-4ec9, U+4ecf, U+4ed1, U+4ed3, U+4edc-4ee1, U+4ee7-4eeb, U+4eee-4eef, U+4ef1, U+4ef3-4ef5, U+4efa, U+4efc, U+4f00, U+4f02-4f03, U+4f05, U+4f07-4f09, U+4f0b, U+4f0e, U+4f15, U+4f17, U+4f1d-4f1f, U+4f22, U+4f24, U+4f29-4f2b;
}
/* [85] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.85.woff2) format('woff2');
  unicode-range: U+3052, U+305c, U+3062, U+306d, U+307a, U+307c, U+3080, U+308e, U+3090-3091, U+3099-309e, U+30a5, U+30c2, U+30c5, U+30ee, U+30f0-30f2, U+30f4-30f6, U+30fd-30fe, U+3105-3106, U+3108, U+310a-310b, U+310d-3112, U+3115-3117, U+3119, U+3131, U+3134, U+3137, U+3139, U+3141-3142, U+3145, U+3147-3148, U+314b, U+314d-314f, U+3153, U+315c, U+3160-3161, U+3163-3164, U+3181, U+318d, U+3192-3193, U+3196-3198, U+319d-319f, U+3220-3226, U+3231, U+3268, U+3281, U+328b, U+3291-3292, U+3295-3297, U+3299, U+329d, U+329f, U+32a3-32a4, U+32d6, U+32e1, U+3314, U+3322, U+337f, U+338e-338f, U+339c-339e, U+33a1, U+33c4, U+33d1-33d2, U+3440, U+3449, U+3479, U+3551, U+3569, U+35ad, U+35ce, U+36ac, U+373a, U+3863, U+38ec, U+39b8, U+3a02, U+3a17, U+3a52, U+3b22, U+3bd7, U+3bff, U+3ca5, U+3d68, U+3ddb, U+3de7, U+3deb, U+3e03, U+3e74, U+3f08, U+3f0e, U+3f21;
}
/* [86] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.86.woff2) format('woff2');
  unicode-range: U+2748-274f, U+2752-275b, U+275d-275e, U+2761, U+2763, U+2765-2769, U+276e-276f, U+2771, U+2776-277e, U+2780-2782, U+278a-278c, U+2794-2796, U+2798-2799, U+279c-27a6, U+27a8-27ab, U+27ad, U+27af-27b0, U+27b2-27b3, U+27b7-27b9, U+27bc-27bd, U+27bf, U+27e9-27eb, U+27f5-27f6, U+2800, U+28ec, U+2922, U+2934-2935, U+29bf, U+2a2f, U+2b05-2b07, U+2b1b, U+2b50, U+2b55, U+2cf5, U+2e1c-2e1d, U+2f00, U+2f08, U+2f12, U+2f24, U+2f29, U+2f2f, U+2f3c, U+2f3f, U+2f42, U+2f45, U+2f63-2f64, U+2f83, U+2f8f, U+3003-3007, U+3012-3013, U+3016-3019, U+3020-3025, U+3030, U+303d, U+3041, U+3043, U+3045, U+3047, U+3049;
}
/* [87] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.87.woff2) format('woff2');
  unicode-range: U+2649-2656, U+2658-265c, U+265e-2660, U+2662-2664, U+2666-2669, U+266b-266f, U+267b, U+2692-2696, U+2698, U+269b-269c, U+26a0-26a1, U+26a3-26a5, U+26aa-26ac, U+26bd-26be, U+26c4-26c5, U+26c8, U+26d1, U+26d3-26d4, U+26e4, U+26e9-26ea, U+26f0-26f5, U+26f9-26fa, U+26fd, U+2701-2702, U+2704-2706, U+2708, U+270a-2712, U+2714, U+2716-2727, U+2729-273e, U+2740-2747;
}
/* [88] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.88.woff2) format('woff2');
  unicode-range: U+2566-2570, U+2572, U+2574, U+2579, U+2580-258a, U+258c-2595, U+2597, U+25a1, U+25a3-25a4, U+25a6-25ac, U+25b0, U+25b4, U+25b7-25b9, U+25bb, U+25bd, U+25bf-25c2, U+25c7-25ca, U+25cc-25cd, U+25d0-25d9, U+25dc-25e6, U+25ea-25eb, U+25ef, U+25fb-25fe, U+2600-2604, U+2607, U+2609-260b, U+260d-2615, U+2618, U+261a-2623, U+262a, U+262d-2630, U+2638-263e, U+2641-2642, U+2648;
}
/* [89] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.89.woff2) format('woff2');
  unicode-range: U+2475-2481, U+2488-2491, U+24b6-24c5, U+24c7-24ca, U+24cc, U+24ce, U+24d0-24df, U+24e1-24ea, U+24f5, U+24ff, U+2501, U+2503-250d, U+250f-2511, U+2513-2515, U+2517-2518, U+251b-251d, U+2520, U+2523-2524, U+2528, U+252b-252c, U+252f, U+2533-2534, U+2537, U+253b-253c, U+2541, U+2543-2545, U+254b, U+2550-2565;
}
/* [90] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.90.woff2) format('woff2');
  unicode-range: U+2139, U+2153, U+2194-2197, U+2199, U+219d-219e, U+21a0, U+21a9-21aa, U+21ac, U+21af-21b1, U+21b3-21b5, U+21ba-21bb, U+21c4, U+21ca, U+21cc, U+21d0, U+21d2-21d4, U+21d8, U+21dd, U+21e2-21e9, U+2200, U+2202, U+2205-2208, U+220e-220f, U+2211-2212, U+2215, U+2217-221a, U+221d-2220, U+2225, U+2227-222b, U+222e, U+2234-2237, U+223c-223d, U+2248, U+2256, U+2260-2261, U+2264-2265, U+226a-226b, U+226e-226f, U+2282-2283, U+2295-2296, U+2299, U+22a5, U+22b0-22b1, U+22b9, U+22bf, U+22c5-22c6, U+22c8, U+22d0-22d1, U+22ee, U+2312-2313, U+2318, U+231a-231b, U+2323, U+2328, U+239d, U+23a0, U+23af, U+23e4, U+23e9-23ea, U+23ec, U+23f0-23f3, U+23fa, U+2445, U+2460-2471, U+2474;
}
/* [91] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.91.woff2) format('woff2');
  unicode-range: U+1ec0-1ec3, U+1ec5-1ec6, U+1ec9, U+1ecb-1ecd, U+1ecf-1ed1, U+1ed3-1ed5, U+1ed7-1edd, U+1edf, U+1ee1, U+1ee3-1ee7, U+1ee9, U+1eeb, U+1eed, U+1eef-1ef1, U+1ef3, U+1ef7, U+1ef9, U+1f62, U+1fa2, U+2001-2006, U+2009-200a, U+200c-200d, U+200f-2012, U+2015-2016, U+201a, U+201e, U+2020-2021, U+2023-2025, U+2028, U+202a-202d, U+202f-2030, U+2032-2033, U+2035, U+2038, U+203e-203f, U+2042-2044, U+2049, U+204d-204e, U+2060-2061, U+2063, U+2070, U+2074-207b, U+207d-2083, U+208a, U+208d-208e, U+20a1, U+20a4, U+20a6, U+20a8-20ab, U+20ad-20ae, U+20b1-20b3, U+20b5, U+20b8-20ba, U+20bd, U+20dd, U+20e3, U+2105, U+2109, U+2112-2113, U+2115-2117, U+2120-2121, U+2126, U+212b;
}
/* [92] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.92.woff2) format('woff2');
  unicode-range: U+11af, U+11b7, U+11bc, U+121b, U+122d, U+129b, U+12a0, U+13a6, U+13a9, U+13ac, U+13af, U+13b3, U+13c2, U+13e3, U+141b, U+1555, U+1557, U+15dc, U+15e8, U+1780-1782, U+1784-1785, U+1787, U+178a, U+178e-1791, U+1793-179c, U+179f, U+17a2, U+17b6-17b9, U+17bb-17bc, U+17bf-17c7, U+17c9, U+17cb, U+17d0, U+17d2, U+17db, U+1871, U+18fa, U+1bff, U+1d00, U+1d04-1d05, U+1d07, U+1d0a-1d0b, U+1d0d, U+1d0f, U+1d17-1d18, U+1d1b-1d1c, U+1d20-1d22, U+1d25, U+1d2c, U+1d2e, U+1d30-1d31, U+1d33-1d3a, U+1d3c, U+1d3e-1d42, U+1d52, U+1d55, U+1d5b, U+1d5e, U+1d9c, U+1da0, U+1dc4-1dc5, U+1e3b, U+1e43, U+1e45, U+1e47, U+1e63, U+1e6d, U+1e73, U+1ea0, U+1ea2, U+1ea4-1ea9, U+1eab-1eaf, U+1eb1, U+1eb3, U+1eb5, U+1eb7, U+1eb9, U+1ebb, U+1ebd-1ebe;
}
/* [97] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.97.woff2) format('woff2');
  unicode-range: U+2c8-2c9, U+2cc-2cd, U+2d0, U+2d8, U+2da, U+2dc, U+2e1-2e3, U+2e7, U+2eb, U+2ee, U+2f1-2ff, U+302-304, U+306-309, U+30c-30d, U+311, U+31b, U+321, U+323-325, U+328-329, U+32b-32c, U+32e-32f, U+331-33a, U+33c-33f, U+348, U+353, U+358-359, U+35c, U+35e-35f, U+361, U+363, U+367-368, U+36c, U+36f, U+530-535, U+537-540, U+55e, U+561-565, U+568-56d, U+56f-576, U+578-582, U+584, U+5a1, U+5a3-5a4, U+5aa, U+5ae, U+5b0-5b4;
}
/* [98] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.98.woff2) format('woff2');
  unicode-range: U+1af, U+1b1, U+1b4-1be, U+1d0, U+1d2, U+1d4, U+1da, U+1dc-1dd, U+1e1, U+1e3-1e4, U+1e7, U+1e9, U+1eb-1ec, U+1f0-1f1, U+1f3-1f5, U+1f7, U+1f9-1ff, U+219, U+221, U+225-226, U+228-22b, U+22e-22f, U+231-235, U+239, U+23b, U+23e, U+250-252, U+254-255, U+259-25e, U+261-263, U+268-26b, U+26d, U+26f-277, U+279-27a, U+27d-281, U+283, U+28a-28c, U+28f, U+292, U+294-296, U+298-29a, U+29c, U+29f, U+2a1-2a2, U+2a4-2a7, U+2a9-2aa, U+2ae-2b3, U+2b5-2b7, U+2b9-2bf, U+2c2-2c4, U+2c6-2c7;
}
/* [99] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.99.woff2) format('woff2');
  unicode-range: U+a1-a2, U+a4, U+a6-a8, U+aa, U+ac, U+af, U+b1, U+b5-b6, U+b8-ba, U+bc-be, U+c0-c8, U+ca-cc, U+ce-d5, U+d8-df, U+f0, U+f5, U+f8, U+fb, U+fe-100, U+102, U+105, U+107, U+109-10b, U+10f, U+112, U+115, U+117, U+119, U+11b, U+11f, U+121, U+123-124, U+127, U+129, U+12c-12d, U+130-13f, U+141-142, U+144, U+148, U+14b-14c, U+14f-153, U+159-15b, U+15e-160, U+163-166, U+169-16a, U+16d-171, U+173-17e, U+192, U+1a0, U+1a4, U+1aa, U+1ac-1ad;
}
/* [100] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.100.woff2) format('woff2');
  unicode-range: U+a3, U+2ca, U+2223, U+2640, U+273f, U+301c-301d, U+3107, U+310c, U+4e30, U+4e3e, U+4e5e, U+4e71, U+4f26, U+4f7c, U+4f83, U+50da, U+5243, U+5267, U+529e, U+5321, U+5352, U+5477, U+548b, U+54a6, U+54b2, U+54c2, U+54c4, U+54c6, U+54cd, U+54ee, U+5543, U+55d1, U+55d3, U+55f0, U+55fd, U+560d, U+5629, U+5660, U+57ae, U+57e0, U+57e4, U+5904, U+592d, U+5965, U+5a31, U+5a7f, U+5b5a, U+5bb8, U+5c14, U+5c3b, U+5c5c, U+5c5e, U+5d10, U+5e10, U+5e4c, U+603b, U+604d, U+611c, U+6137, U+61c8, U+6292, U+62c7, U+6371, U+6382, U+645f, U+64ae, U+64c2, U+651e, U+65f1, U+660a, U+663e, U+673d, U+6784, U+6789, U+67ff, U+6813, U+6854, U+68d8, U+68fa, U+697d, U+6a01, U+6a1e, U+6baf, U+6c08, U+6c17, U+6c2b, U+6c81, U+6cbd, U+6dc6, U+6df9, U+6ed9, U+6ee1, U+6f86, U+6fc1, U+6fdb, U+701f, U+7076, U+715c, U+7194, U+71fb, U+720d, U+72b6, U+7396, U+73af, U+745b, U+746f, U+748b, U+7647, U+7699, U+76bf, U+76ce, U+76de, U+77aa, U+786b, U+7881, U+78ca, U+793c, U+797a, U+79b9, U+79bb, U+79bf, U+7a92, U+7ac7, U+7ae3, U+7b19, U+7b20, U+7b51, U+7b94, U+7cbd, U+7cde, U+7cef, U+7d46, U+7dde, U+7f88, U+80da, U+814b, U+81cd, U+8235, U+8258, U+8282, U+82b9, U+846b, U+84c1, U+84d3, U+8518, U+8611, U+8783, U+8814, U+8a15, U+8aa6, U+8b2c, U+8ba8-8ba9, U+8bc6, U+8be2, U+8be6, U+8c22, U+8d05, U+8d27, U+8dbe, U+8e34, U+8e66, U+8ec0, U+9005, U+9082, U+9091, U+914b, U+916f, U+92c5, U+92f0, U+9318, U+9382, U+938a, U+93e2, U+964b, U+96c1, U+96cc-96cd, U+96db, U+973e, U+97a0, U+9803, U+9876, U+9879, U+9955, U+9986, U+99f1, U+9a5b, U+9abc, U+9c57, U+9c9c, U+9d1b, U+9d26, U+9d51, U+9eef, U+9f99, U+c2a4, U+e253, U+e313-e314, U+e5c7, U+e5c9, U+e8db-e8dc, U+ff25, U+ff2d-ff2e, U+ff34, U+ffe5, U+1f60a, U+1f618, U+1f62d;
}
/* [101] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.101.woff2) format('woff2');
  unicode-range: U+b4, U+10d, U+2d9, U+641, U+6cc, U+e20, U+e29, U+200e, U+20ac, U+2266, U+25be, U+301e, U+3058, U+4e07, U+4e1d, U+4e66, U+4ece, U+4fde, U+5016, U+5180, U+5199, U+51aa, U+5306, U+5386, U+53d8, U+5413, U+541d, U+5436, U+54ce, U+54e8, U+54fc, U+5571, U+557e, U+558e, U+55a7, U+56a8, U+57a2-57a3, U+58b3, U+5960, U+5992-5993, U+59a4, U+5a55, U+5ab2, U+5afb, U+5b56, U+5bc5, U+5bc7, U+5bf0, U+5cb1, U+5cc7, U+5dff, U+5e93, U+5ed3, U+5f6a, U+60bc, U+61ff, U+6218, U+6254, U+634d, U+6467, U+64f1-64f2, U+6582, U+65fb, U+6615, U+6687, U+66e6, U+66f0, U+6781, U+67f5, U+68a7, U+6a1f, U+6b27, U+6b4e, U+6b73, U+6b79, U+6bcb, U+6c5d, U+6cf5, U+6dee, U+6ec4, U+6ecc, U+6f88, U+6fef, U+701d, U+703e, U+707c, U+7099, U+710a, U+725f, U+72d9, U+72e9, U+731d, U+7325, U+739f, U+7463, U+7480, U+74a8, U+7523, U+7526, U+75e0, U+7613, U+7656, U+76d4, U+773a, U+775c, U+775e, U+780c, U+78e1, U+78f7, U+7960, U+7a20, U+7aaf, U+7b08, U+7b71, U+7be4, U+7cec, U+7cf0, U+7d5e, U+7d62, U+7dbe, U+7e1b, U+7ea2, U+7ec4, U+7ec6, U+7edc, U+7eed, U+7efc, U+7f16, U+7f57, U+7fb9, U+7fca, U+803d, U+816e, U+82a5, U+82b7, U+8317, U+8338, U+834a, U+83d3, U+8401, U+8469, U+849e, U+854a, U+8559, U+865e, U+86e4, U+8700, U+8759, U+8760, U+8778, U+8782, U+879e, U+87d1, U+880d, U+8836, U+8944, U+89c8, U+8aac, U+8b74, U+8ba2, U+8ba4, U+8bae, U+8bfb, U+8c4e, U+8cb3, U+8cb6, U+8d16, U+8d28, U+8e44, U+8f3b, U+8f3f, U+8f91, U+8fb9, U+8fc4, U+8fde, U+8ff9, U+9076, U+90ae, U+90b8, U+9257, U+9310, U+93df, U+94fe, U+95a5, U+95a9, U+962e, U+968f-9690, U+9704, U+9713, U+97f6, U+9824, U+986b, U+9884, U+9886, U+98e2, U+991a, U+99a5, U+99dd, U+9ab8, U+9b41, U+9b77, U+9bad, U+c774, U+e5d4, U+fe52, U+ff02, U+1f389, U+1f449, U+1f495;
}
/* [102] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.102.woff2) format('woff2');
  unicode-range: U+2cb, U+5d1, U+5d9, U+5e2, U+5e8, U+5ea, U+633, U+e32, U+2252, U+2267, U+2573, U+25b3, U+25c4, U+2713, U+2715, U+30e2, U+4e28, U+4e3c, U+4e4d, U+4e70, U+4f88, U+4fef, U+5018, U+501a, U+5026, U+5137, U+513f, U+51f3, U+524b, U+5254, U+52d8, U+5308, U+5384, U+53cc, U+5443, U+5466, U+54a7-54a8, U+54bd, U+54c9, U+54cb, U+555e, U+556a, U+5580, U+560e, U+5614, U+561f, U+562f, U+566c, U+5679, U+56bc, U+56cd, U+56e7, U+56ed, U+572d, U+57d7, U+582f, U+589f, U+5b09, U+5ba5, U+5c51, U+5c90, U+5cef, U+5d16, U+5d84, U+5dd4, U+5e08, U+5e26, U+5f0a, U+5f20, U+606c, U+61c7, U+620f, U+625b, U+62a4, U+62d0, U+62f1, U+63a0, U+63c6, U+63f9, U+6413, U+6417, U+6483, U+64f7, U+650f, U+65a7, U+665f, U+66ae, U+66d6, U+66e0, U+6746, U+6756, U+67d1, U+6837, U+68d7, U+68e0, U+68f5, U+6977, U+6995, U+69a8, U+69b4, U+69d3, U+6a3d, U+6abb, U+6bb7, U+6bd3, U+6c47, U+6cc4, U+6cd3, U+6dae, U+6e26, U+6e29, U+6e5b, U+6eaf, U+6eba, U+7028, U+70b3, U+711a, U+733f, U+73c0, U+73ee, U+7444, U+745a, U+7487, U+7540, U+75a4, U+7729, U+779e, U+798e, U+79cd, U+79e9, U+7a3d, U+7a4c, U+7a9f, U+7ac4, U+7aff, U+7b77, U+7c27, U+7ca7, U+7cd9, U+7d76, U+7e43, U+7ea6, U+7ed9, U+7ff1, U+808b, U+809b, U+80fa, U+827a, U+8309, U+8328, U+832b, U+8396, U+83e0, U+840e, U+8425, U+852d, U+853b, U+8588, U+85e9, U+86b5, U+8718, U+87ec, U+8910, U+893b, U+89c1-89c2, U+8b3e, U+8baf, U+8bc1, U+8bcd, U+8bdd, U+8c41, U+8c48, U+8d2d, U+8d5e, U+8fbe, U+9015, U+90a8, U+90b5, U+90e1, U+9169, U+9183, U+91d0, U+91dc, U+9293, U+92f8, U+9472, U+9598, U+95ed, U+95fb, U+9605, U+96c7, U+9739, U+9742, U+9761, U+99ad, U+9ae6, U+9b1a, U+9b44, U+9bc9, U+9d3f, U+9dd7, U+9e7c, U+9e92, U+fe5d-fe5e, U+ff22-ff24, U+ff2f-ff30, U+ff33;
}
/* [103] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.103.woff2) format('woff2');
  unicode-range: U+60, U+f7, U+161, U+2198, U+2571, U+258b, U+25b6, U+2661, U+3051, U+3109, U+4e11, U+4e1c, U+4e24, U+4e2b, U+4ef7, U+4f18, U+4f36, U+4fd0, U+5029-502a, U+5055, U+508d, U+50ad, U+50d5, U+50e7, U+50f1, U+50f5, U+51a5, U+51c8, U+51fb, U+5203, U+524e, U+5288, U+5323, U+53c2, U+5458, U+54b1, U+54b3, U+54b8, U+5582, U+55b2, U+55ba, U+55da, U+55dc, U+5662, U+5678, U+56c2, U+5742, U+57d5, U+5862, U+58e4, U+58f0, U+5907, U+590d, U+5934, U+5978, U+5984, U+5a25, U+5c06, U+5c62, U+5c91, U+5cfb, U+5d01, U+5d11, U+5d1b, U+5e87, U+5eff, U+5f27, U+5f3a, U+5f53, U+5f64, U+6001, U+6168, U+61a9, U+6233, U+62a5, U+62ce, U+62ed, U+638f, U+6399, U+63c0, U+646f, U+6590, U+6631, U+664f, U+6689, U+66dc, U+672f, U+67af, U+67ec, U+6807, U+6a44, U+6c14, U+6c40, U+6c70, U+6c76, U+6cb8, U+6ce3, U+6df3, U+6e20, U+6e43, U+6ebc, U+6eec, U+6f2c, U+6fb1, U+7009, U+7011, U+701a, U+7117, U+7184, U+72f9, U+7426, U+74bd, U+74cf, U+752b, U+7554, U+75b9, U+7621, U+7671-7672, U+7693, U+76ef, U+7737, U+77a7, U+77b3, U+77bb, U+77da, U+77e2, U+77e9, U+77ef, U+7801, U+7940, U+797f, U+79a7, U+79b1, U+79bd, U+7a6b, U+7ac5, U+7b1b, U+7dab, U+7db4, U+7db8, U+7dcb, U+7ddd, U+7de0, U+7e55, U+7e9c, U+7ed3, U+7ef4, U+803f, U+8046, U+8087, U+8116, U+81a8, U+8214, U+821c, U+82d4, U+8305, U+831c, U+8335, U+8339, U+8350, U+8354, U+8526, U+860a, U+86db, U+8713, U+873b, U+8822, U+8993, U+8a1f, U+8ab9, U+8ad7, U+8e72, U+8f4e, U+8f9c, U+8fd0, U+8fd8, U+8fe6, U+9042, U+907c, U+91ba, U+9452, U+9591, U+95e2, U+9631, U+9699, U+96b8, U+9709, U+978d, U+9811, U+9830, U+98ce, U+9945, U+99ed, U+9a8c, U+9ad3, U+9baa, U+9be8, U+9c77, U+9cf6, U+9d72, U+9e1f, U+9ec4, U+fe31, U+fe55, U+ff03, U+ff20, U+ff3b, U+ff3d, U+1f3fb, U+1f44d, U+1f60d;
}
/* [104] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.104.woff2) format('woff2');
  unicode-range: U+10c, U+e44, U+2728, U+3081, U+4e13, U+4e19, U+4e1e, U+4e5c, U+4ea7, U+4ed7, U+4f20, U+4f8d, U+4ffe, U+5021, U+515c, U+51a4, U+51e0, U+521b, U+522b, U+532a, U+534e, U+5355, U+537f, U+5398, U+539d, U+541f, U+543c, U+544e, U+5509, U+5598, U+5622, U+5632, U+563f, U+5641, U+566a, U+5695, U+569f, U+56ae, U+56da, U+573a, U+574e, U+5835, U+584c, U+5885, U+58ae, U+5a1f, U+5ac2, U+5b24, U+5bb0, U+5bde, U+5be1, U+5bfc, U+5c39, U+5c4c, U+5c60, U+5e76, U+5e7f, U+5e9a, U+5eb8, U+5f13, U+5f6c, U+6127, U+61f2, U+6208, U+620a, U+620c, U+6252, U+62ef, U+6328, U+633d, U+6362, U+63b0, U+63c9, U+640f, U+64a9, U+6514, U+652c, U+655e, U+6583, U+658c, U+6627, U+66f3, U+6734, U+6743, U+676d, U+67c4, U+67da, U+68cd, U+68f2, U+690e, U+6ab3, U+6b16, U+6b38, U+6b3d, U+6bc6, U+6ca1, U+6cab, U+6d8c, U+6dea, U+6e32, U+6e3e, U+6e58, U+6eef, U+6ef2, U+6fe4, U+708a, U+7130, U+7165, U+7172, U+71c9, U+71ed, U+7232, U+7239, U+7261, U+7280, U+72a7, U+72f8, U+73c8, U+7464, U+753b, U+754f, U+755c, U+75d8, U+76ea, U+776b, U+7779, U+777f, U+7784, U+778e, U+77db, U+77ee, U+79e4, U+7a46, U+7a57, U+7aba, U+7aed, U+7b4d, U+7c7b, U+7c7d, U+7d13, U+7d33, U+7dbb, U+7df9, U+7e46, U+7ea7, U+8085, U+8165, U+81fb, U+82b8, U+82d3, U+8343, U+839e, U+83e9, U+840d, U+851a, U+853d, U+8543, U+859b, U+85fb, U+87fb, U+888d, U+88c5, U+8adc, U+8b0a, U+8bb0, U+8bbe, U+8bc4, U+8bf4, U+8c5a, U+8cc3, U+8ce4, U+8d44, U+8e81, U+8f44, U+8f66, U+8fdb, U+900d, U+9063, U+914c, U+9223, U+9226, U+923a, U+925b, U+9264, U+929c, U+92b9, U+9320, U+934d, U+935b, U+9444, U+957f, U+96a7, U+97ad, U+97cc, U+9898, U+98ea, U+9921, U+9952, U+9a55, U+9b0d, U+9b91, U+9bca, U+9ebd, U+9f4b, U+e60f-e610, U+ff1c-ff1d, U+ff21, U+ff38, U+ff9f, U+fffd, U+1f602;
}
/* [105] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.105.woff2) format('woff2');
  unicode-range: U+e17, U+e22, U+2103, U+25a0, U+266a, U+3014-3015, U+4e1a, U+4e50, U+4f10, U+4f6c, U+4f70, U+4fcf, U+5006, U+50d1, U+5170, U+518c, U+51f0, U+51f6, U+51f9, U+5219, U+5256, U+525d, U+52c9, U+5349, U+5351, U+5356, U+5375, U+53db, U+53ee, U+53f7, U+5492, U+54fa, U+5538, U+55bb, U+55e8, U+5757, U+58be, U+5937, U+59dc, U+59e8, U+5a49, U+5a9a-5a9b, U+5ab3, U+5b9b, U+5b9e, U+5be8, U+5c37, U+5c4e, U+5d14, U+5d19, U+5d4c, U+5d50, U+5deb, U+5e84, U+5e94, U+5ec2, U+5f17, U+5f26, U+5f55, U+5f77, U+5f7f, U+5fbd, U+6052, U+6064-6065, U+608d, U+609a, U+6101, U+611a, U+614c, U+621a, U+6237, U+6284, U+6296, U+62e9, U+632a-632b, U+634f, U+6488, U+6500, U+652a, U+6556, U+65e0, U+65ec, U+6643, U+679a, U+6850, U+6893, U+6897, U+68b3, U+68d5, U+6930, U+6960, U+6a11, U+6a38, U+6a3a, U+6b22, U+6b67, U+6b6a, U+6c59, U+6c83, U+6ccc, U+6df5, U+6ef7, U+6f3e, U+6f80, U+70ed, U+7164, U+722a, U+7260, U+7272, U+73b0, U+74ca, U+74e3, U+7538, U+7586, U+75b5, U+7624, U+7661-7662, U+7838, U+786e, U+788c, U+7950, U+79a6, U+79aa, U+7a40, U+7a62, U+7bf7, U+7c3e, U+7c98, U+7ca5, U+7d21, U+7d2e, U+7dba, U+7dec, U+7e79, U+7ecf, U+7edf, U+7f79, U+8086, U+810a, U+8139, U+813e, U+817a, U+81b3, U+821f, U+8247, U+8259, U+8271, U+8431, U+846c, U+849c, U+84b2, U+84c4, U+8513-8514, U+8549, U+8755, U+8877, U+8881, U+88f9, U+8a1d, U+8a3c, U+8a6d-8a6e, U+8a93, U+8ae7, U+8af7, U+8b17, U+8b5a, U+8ba1, U+8bba, U+8cdc, U+8dea, U+8f6c, U+8f7d, U+8fc7, U+8fd9, U+902e, U+90ca, U+916a, U+916c, U+921e, U+9245, U+947c, U+9594, U+95a8, U+95ee, U+95f4, U+9706, U+971e, U+9756, U+980c, U+9891, U+98b1, U+98fc, U+9903, U+9957, U+99ae, U+99ff, U+9db4, U+e602-e605, U+e611, U+ff16-ff19;
}
/* [106] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.106.woff2) format('woff2');
  unicode-range: U+a5, U+2190-2191, U+2193, U+22c1, U+2302, U+25cb, U+2699, U+2709, U+4e0e, U+4e18, U+4e3a, U+4e48, U+4e91, U+4eec, U+4f3d, U+5112, U+524a, U+52a3, U+52ab, U+52c3, U+52f3, U+52fb, U+5320, U+5339, U+533f, U+53e2, U+543e, U+5480, U+5495, U+5497, U+5564, U+5572, U+55c6, U+55ef, U+563b, U+5653, U+5657, U+56b7, U+5764, U+5824, U+58d8, U+5955, U+5983, U+598d, U+59a8, U+59da, U+59e6, U+5a36, U+5bb5, U+5bc2, U+5bee, U+5bf9, U+5cb3, U+5d17, U+5dbc, U+5e2e, U+6070, U+60df, U+6190, U+61a4, U+61be, U+61fc, U+62ac, U+62bc, U+636e, U+6398, U+63a9, U+6435, U+6487, U+6495, U+64ab, U+64bf, U+6577, U+65ac, U+6602, U+6652, U+66f9, U+672d, U+6761, U+683d, U+68ad, U+68b5, U+68da, U+68e7, U+6a59, U+6a61, U+6ae5, U+6b47, U+6bef, U+6c50, U+6c9b, U+6e23, U+6e34, U+6e4a, U+6e67, U+6ea2, U+6eb6, U+6f20, U+6feb, U+7149, U+714c, U+715e, U+7199, U+71ac, U+7231, U+7262, U+7409, U+745f, U+7469, U+7504, U+7535, U+753a, U+75f4, U+7682, U+76ba, U+76f2, U+77fd, U+780d, U+7832, U+78c5, U+78ef, U+7901, U+79be, U+79c9, U+79e6, U+7a1a, U+7a84, U+7aca, U+7cb5, U+7cb9, U+7cdf, U+7ce7, U+7d6e, U+7db1, U+7def, U+7e61, U+7e7d, U+7e8f, U+7f38, U+7f77, U+7fa8, U+7fc5, U+7fe1, U+7ff9, U+800d, U+8015, U+8054, U+80a2, U+80aa, U+80ba, U+814e, U+8180, U+819d, U+81c0, U+828b, U+82ad, U+82af, U+83f1, U+83f8, U+8403, U+8475, U+84bc, U+84c9, U+84ec, U+8523, U+8569, U+8591, U+85b0, U+86d9, U+8774, U+881f, U+884d, U+88d4, U+89c4, U+89c6, U+8a60, U+8a79, U+8b19, U+8bd5, U+8bf7, U+8c03, U+8c79, U+8cc8, U+8d9f, U+8e10, U+8e48, U+8faf, U+9009, U+9017, U+9175, U+9187, U+918b, U+91d8, U+9214, U+946b, U+9470, U+9640, U+9675, U+96ef, U+9716, U+97cb, U+97e9, U+985b, U+99b3, U+9b4f, U+9d09, U+9e9f, U+9edb, U+9f90, U+ff05, U+ff14, U+1f464;
}
/* [107] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.107.woff2) format('woff2');
  unicode-range: U+25ce, U+4e08, U+4e2a, U+4e56, U+4e9a, U+4ea8, U+4ead, U+4ec7, U+4f3a, U+4f51, U+4f62, U+4faf, U+507d, U+5098, U+50ac, U+5147, U+5173, U+5187, U+51f8, U+52a1, U+52a8, U+52f8, U+535c, U+53ed, U+541e, U+5435, U+5475, U+54a9, U+54c0, U+54c7, U+5589, U+5605, U+5690, U+5733, U+5782, U+57c3, U+5858, U+5893, U+589c, U+58e2, U+5974, U+599e, U+59a5, U+59ec, U+5b66, U+5b99, U+5b9d, U+5c2c, U+5c48, U+5c65, U+5cfd, U+5d0e, U+5dba, U+5de2, U+5e06, U+5e15, U+5ec1, U+5ed6, U+5f00, U+5f4c, U+5f65, U+6055, U+609f, U+60b6, U+6241, U+624e, U+626f, U+6291, U+62cc, U+62d3, U+62d8, U+62da, U+62fe, U+6349, U+6367, U+63ea, U+6454, U+64a4, U+64b2, U+64bc, U+64c5, U+64ce, U+6558, U+6572, U+65a5, U+65e8, U+65ed, U+6606, U+6614, U+6670, U+6688, U+673a, U+674f, U+6770, U+6795, U+68cb, U+6912, U+6953, U+6aac, U+6aaf, U+6ab8, U+6b20, U+6b96, U+6bbf, U+6bc5, U+6c6a, U+6cbe, U+6d59, U+6d78, U+6dc7, U+6deb, U+6e7e, U+6e9c, U+6f3f, U+6f51, U+6f70, U+6f84, U+704c, U+7051, U+70ab, U+70ad, U+70f9, U+7119, U+714e, U+71d9, U+71e5-71e6, U+72c4, U+72d0, U+72e0, U+7334, U+744b, U+7455, U+74f7, U+7529, U+75ab, U+75b2, U+766e, U+76c3, U+76fc, U+76fe, U+7891, U+7948, U+7a74, U+7b28, U+7c60, U+7c72, U+7cca, U+7ebf, U+7f55, U+7ff0, U+8154, U+81c2, U+81d8, U+81e3, U+81e5, U+8292, U+8299, U+8302, U+8304, U+8332, U+83c1, U+83c7, U+83ca, U+845b, U+8490, U+85af, U+8650, U+8667, U+8abc, U+8b0e, U+8b39, U+8bed, U+8c54, U+8c6b, U+8c9e, U+8ca7, U+8caa-8cab, U+8ce6, U+8cec-8ced, U+8eb2, U+8eba, U+8fb0, U+901d, U+908f, U+9127, U+91c0, U+9215, U+92b3, U+932b, U+93fd, U+95ca, U+964c, U+96c0, U+970d, U+9774, U+97fb, U+9812, U+9817, U+9913, U+9935, U+99c1, U+9b31, U+9d5d, U+9d6c, U+9e79, U+fe0f, U+fe30, U+ff0b, U+ff10, U+ff15;
}
/* [108] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.108.woff2) format('woff2');
  unicode-range: U+b0, U+926, U+928, U+939, U+93f-940, U+94d, U+200b, U+22ef, U+25ba, U+25c6, U+2665, U+4e4f, U+4e59, U+4f0d, U+4f0f, U+4f19, U+4f59, U+4fae, U+5075, U+50b2, U+50b5, U+511f, U+5141, U+5146, U+514c, U+5185, U+51dd, U+51fd, U+522e, U+5319, U+533a, U+5378, U+53ad, U+53c9, U+53d1, U+53d4, U+543b, U+5442, U+5446, U+5481, U+54e9, U+5507, U+5565, U+559a, U+55aa, U+5606, U+56ca, U+56fe, U+582a, U+58fa, U+5915, U+5949, U+5962, U+5996, U+59fb, U+5a77, U+5b0c, U+5b5f, U+5bd3, U+5be2, U+5bfa, U+5c41, U+5ca9, U+5d07, U+5ec8, U+5eca, U+5f18, U+5f4e, U+5f59, U+5f6d, U+5f79, U+5fb9, U+6028, U+6062, U+6068, U+606d, U+6094, U+60f1, U+6108-6109, U+614e, U+6170, U+617e, U+61b2, U+61f8, U+6247, U+626d, U+6276, U+62ab, U+62cb, U+62f3, U+6368, U+6380, U+6492, U+64b0, U+64e0, U+6570, U+660f, U+6649, U+6691, U+66a8, U+6749, U+67f1, U+67f3-67f4, U+6842, U+6851, U+687f, U+68df, U+69fd, U+6a58, U+6c27, U+6c88, U+6cca, U+6cdb, U+6d29, U+6d66, U+6daf, U+6f01, U+6f06, U+6f58, U+6f62, U+6f6d, U+6fa1, U+6ff1, U+6ffe, U+7058, U+70ae, U+7235, U+7267, U+73ca, U+742a, U+758f, U+75bc, U+76c6, U+7740, U+7955, U+7a00, U+7a3b, U+7b4b, U+7bad, U+7be9, U+7c4c, U+7cfe, U+7dbf, U+7e2b, U+7e31, U+7f9e, U+7fc1, U+7ffc, U+8096, U+809d, U+80de, U+8108, U+8155, U+816b, U+81df, U+8277, U+82bd, U+8352, U+8393, U+8404, U+8525, U+856d, U+8587, U+8606, U+868a, U+8776, U+87ba, U+87f9, U+886b, U+8870, U+88d5, U+896a, U+896f, U+8a23, U+8a87, U+8ad2, U+8b00, U+8b20, U+8cb8, U+8cca, U+8ce0, U+8d39, U+8d6b, U+8d81, U+8db4, U+8e29, U+8ef8, U+8f1b, U+8f5f, U+8fa8, U+906e, U+9077, U+90aa, U+90b1, U+90c1, U+9165, U+919c, U+92c1, U+95d6, U+95e8, U+975a, U+98c6, U+9ecf, U+9f0e, U+9f52, U+feff, U+ff06, U+ff0a, U+ff12-ff13;
}
/* [109] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.109.woff2) format('woff2');
  unicode-range: U+627-629, U+631, U+639, U+644, U+64a, U+25cf, U+2606, U+2764, U+3008-3009, U+4e1f, U+4e38, U+4e43, U+4ed5, U+4ef0, U+4eff, U+4fb6, U+4fe0, U+5085, U+50a2, U+50be, U+5118, U+5211-5212, U+5272, U+52fe, U+5366, U+53b2, U+53ec, U+54ac, U+5587, U+55b5, U+561b, U+5751, U+576a, U+57cb, U+58ef, U+592f, U+594f, U+5951, U+5954, U+596e, U+59d1, U+5ac1, U+5acc, U+5b8b, U+5c4d, U+5c6f, U+5ca1, U+5d29, U+5de1, U+5dfe, U+5e7d, U+5edf, U+5ef7, U+5f7c, U+5f81, U+5fa1, U+5faa, U+5fcc, U+5ffd, U+6021, U+6046, U+6155, U+6212, U+62b9, U+6316, U+6350, U+6478, U+647a, U+6490, U+64e6, U+6524, U+6591, U+659c, U+65a4, U+65e6, U+65f6, U+6607, U+6674, U+6765, U+679d, U+68a8, U+6b3a, U+6c57, U+6c61, U+6c90, U+6cbf, U+6d69, U+6db5, U+6dcb, U+6dd1, U+6e21, U+70d8, U+71c3, U+71d5, U+722c, U+727d, U+72ac, U+72fc, U+731c, U+7336, U+7344, U+7384, U+73ab, U+7433-7434, U+745c, U+7470, U+758a, U+75d5, U+7652, U+76c8, U+76e7, U+7709, U+7720, U+7747, U+7763, U+77ac-77ad, U+7802, U+78a7, U+78a9, U+78b3, U+78c1, U+78da, U+7926, U+796d, U+798d, U+7aae, U+7b52, U+7c92, U+7d68, U+7d81, U+7e5e, U+7e69, U+7e73, U+7f50, U+7f70, U+7f75, U+8058, U+8070, U+80c3, U+8105-8106, U+8179, U+818f, U+81a9, U+81ed, U+820c-820d, U+82d1, U+838e, U+83cc, U+8461, U+84b8, U+852c, U+857e, U+85e4, U+863f, U+8679, U+86c7, U+8702, U+8896, U+88c2, U+88f8, U+8af8, U+8b7d, U+8ca2, U+8cc0, U+8d64, U+8d74, U+8d99, U+8e5f, U+8e8d, U+8ecc, U+8ed2, U+8fb1, U+8fc5, U+9022, U+9038, U+903e, U+905c, U+9072, U+9081, U+9189, U+9234, U+92d2, U+934a, U+95a3, U+962a, U+9646, U+9676, U+96d5, U+971c, U+9838, U+9875, U+98c4, U+99db, U+9a45, U+9a5f, U+9a6c, U+9ad2, U+9cf4, U+9d28, U+9daf, U+9df9, U+9e7d, U+9f9c, U+ff11, U+ff1e;
}
/* [110] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.110.woff2) format('woff2');
  unicode-range: U+2500, U+25bc, U+4e95, U+4f50, U+4f54, U+4f69, U+4fc4, U+4fca, U+5009, U+50bb, U+5154, U+51cc, U+528d, U+5291, U+52d2, U+52e4, U+5353, U+5360, U+540a-540b, U+5410, U+54f2, U+5510, U+5514, U+5537, U+558a, U+55ac, U+5617, U+56fd, U+573e, U+5766, U+5783, U+57d4, U+5806, U+5821, U+5857, U+5875, U+58f9, U+596a, U+59ae, U+59c6, U+59ca, U+59ff, U+5a03, U+5ae9, U+5b64, U+5bb4, U+5c3f, U+5e16, U+5e45, U+5e72, U+5ec9, U+5f90-5f92, U+6012, U+6016, U+6084-6085, U+6089, U+60a0, U+60a3, U+60b2, U+60d1, U+60f9, U+6148, U+6158, U+6191, U+626e, U+62d4, U+632f, U+633a, U+6355, U+63aa, U+642c, U+64a5, U+64cb, U+6566, U+6575, U+6597, U+660c, U+66b1, U+66ec, U+6731, U+6735, U+675c, U+67ef, U+6846, U+6876, U+6881, U+68af-68b0, U+68c9, U+6905, U+6b98, U+6bc0, U+6beb, U+6c0f, U+6c1b, U+6c41, U+6ce5, U+6cf3, U+6d25, U+6d2a, U+6d3d, U+6d6e, U+6dd8, U+6dda, U+6dfa, U+6e9d, U+6eaa, U+6ec5, U+6ecb, U+6ef4, U+6f0f, U+6f32, U+707d, U+708e, U+7092, U+716e, U+723a, U+731b, U+7345, U+7375, U+7378, U+73b2, U+74e6, U+75be, U+75de, U+764c, U+76dc, U+788e, U+7897, U+789f, U+78b0, U+790e, U+7965, U+7a4e, U+7aa9, U+7c43, U+7d17, U+7dd2, U+7e96, U+7f51, U+7f69, U+7f72, U+7fd4, U+7fe0, U+8017, U+80a9, U+80d6, U+8102, U+8150, U+8178, U+81bd, U+829d, U+82ac, U+8303, U+840c, U+8482, U+8499, U+85a9-85aa, U+883b, U+8861, U+88c1, U+88cf, U+88d9, U+8a3a, U+8a98, U+8aee, U+8c8c, U+8ce2, U+8d0f, U+8da8, U+8dcc, U+8e0f, U+8e22, U+8f1d, U+8f29, U+8fad, U+9003, U+9006, U+903c, U+904d, U+9059, U+9075, U+90ce, U+90ed, U+9130, U+91ac, U+91e3, U+9285, U+9298, U+92ea, U+9326, U+937e, U+93c8, U+95c6, U+9677, U+9727, U+994b, U+99a8, U+99d0, U+9a30, U+9a37, U+9b42, U+9b45, U+9d3b, U+9e7f, U+9ee8, U+9f3b, U+c5b4;
}
/* [111] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.111.woff2) format('woff2');
  unicode-range: U+5e, U+2502, U+2605, U+4e32, U+4e58, U+4ea1, U+4ef2, U+4f2f-4f30, U+4f75, U+4fd7, U+4ff1, U+501f, U+5049, U+5074, U+5091, U+5144, U+517c, U+51c6, U+51cd, U+5269-526a, U+52aa, U+52c1, U+52c7, U+52df, U+5377, U+541b, U+5439, U+5440, U+5448, U+54aa, U+54e6, U+54ed, U+5674, U+5687, U+585e, U+588a, U+58a8, U+58c1, U+5925, U+5948, U+5999, U+59b3, U+5a1c, U+5a46, U+5b54, U+5b5d, U+5b6b, U+5b8f, U+5bd2, U+5be9, U+5c0a, U+5c16, U+5c46, U+5cf0, U+5e25, U+5e3d, U+5e79, U+5ee2, U+5f04, U+5f31, U+5fcd, U+5fe0, U+60dc, U+6163, U+616e, U+6182, U+61f6, U+622a, U+6258, U+6293, U+62c6, U+62d2, U+6372, U+63da, U+63ed-63ee, U+6416, U+6458, U+649e, U+64ec, U+64f4, U+651c, U+65cb, U+65e2, U+65fa, U+6628, U+6668, U+66a2, U+66c9, U+66fc, U+6717, U+67cf, U+67d4, U+6817, U+6885, U+69cd, U+6a6b, U+6afb, U+6b32, U+6b49, U+6bbc, U+6c89, U+6c96, U+6cc9, U+6d1b, U+6d1e, U+6dfb, U+6efe, U+6f38, U+6f5b, U+6f64, U+6f8e, U+6fa4, U+7070, U+70b8, U+70cf, U+70e4, U+7159, U+7169, U+7210, U+721b, U+7238, U+737b, U+73bb, U+746a, U+7483, U+74dc, U+74f6, U+7518, U+756a, U+75c7, U+775b, U+78e8, U+7919, U+7956, U+795d, U+7a0d, U+7bc9, U+7c97, U+7cd5, U+7d10, U+7d1b, U+7de9, U+7dfb, U+7e3e, U+7e6a, U+7f6a, U+7f8a, U+7fbd, U+8000, U+8036, U+809a, U+80ce, U+80e1, U+80f8, U+8170, U+819c, U+8216, U+8239, U+8266, U+827e, U+82b3, U+8377, U+83ab, U+85c9, U+865b, U+8766, U+87a2, U+87f2, U+8972, U+8a17, U+8a50, U+8a95, U+8b02, U+8b6f, U+8c6c, U+8ca9, U+8cfa, U+8d95, U+8de1, U+8f14, U+8f9b, U+8fa3, U+8feb, U+8ff4, U+9010, U+901b, U+905e, U+9080, U+912d, U+9177, U+91c7, U+9336, U+9451, U+947d, U+963b, U+966a, U+9670, U+9769, U+9813, U+98fd, U+99d5, U+9a19, U+9b27, U+9b6f, U+9ece, U+9ed8, U+9f13, U+9f20, U+ad6d, U+d55c;
}
/* [112] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.112.woff2) format('woff2');
  unicode-range: U+201c-201d, U+203b, U+2192, U+25b2, U+300f, U+4e01, U+4e39, U+4e73, U+4e88, U+4e8e, U+4ed9, U+4f0a, U+4f38, U+4f5b, U+4fc3, U+500d, U+504f, U+5076-5077, U+5100, U+5104, U+5132, U+5175, U+5192, U+51a0, U+51ac, U+51e1, U+51f1, U+5200, U+5224, U+5237-5238, U+523a, U+526f, U+5289, U+52de, U+52f5, U+5371, U+539a, U+53e5, U+540e, U+547c, U+552f, U+5531, U+5634, U+56c9, U+56f0, U+574a, U+5761, U+57f7, U+57f9, U+5805, U+5851, U+5854, U+586b, U+58fd, U+592e, U+5967, U+59bb, U+59d3, U+5a18, U+5b30, U+5b55, U+5b87, U+5b97, U+5be7, U+5bec, U+5bf8, U+5c24, U+5cb8, U+5df7, U+5e1d, U+5e2d, U+5e7b, U+5f1f, U+5f70, U+5fd9, U+61b6, U+6234, U+62b5, U+62d6, U+62dc, U+62fc, U+6383, U+63cf, U+63d2, U+63e1, U+640d, U+64cd, U+64fa, U+64fe, U+654f, U+6562, U+656c, U+65c1, U+65d7, U+6620, U+6676, U+6697, U+66ab, U+66c6, U+66dd, U+66ff, U+671d, U+672b, U+677e, U+67d0, U+67d3, U+68c4, U+690d, U+694a, U+695a, U+6ac3, U+6b04, U+6b23, U+6b78, U+6b8a, U+6c60, U+6d74, U+6d89, U+6db2, U+6dbc, U+6de1, U+6df7, U+6e38, U+6e6f, U+6f02, U+6fc3, U+6fd5, U+70c8, U+7126, U+718a, U+723d, U+7246, U+72af, U+73cd, U+760b, U+7626, U+7687, U+79df, U+7a05, U+7a3f, U+7a69, U+7af6, U+7c3d, U+7c3f, U+7c4d, U+7cd6, U+7d0b, U+7d2b, U+7de3, U+7e2e, U+8010, U+808c, U+80a5, U+80af, U+812b, U+817f, U+819a, U+82d7, U+8389-838a, U+83f2, U+840a, U+8463, U+8521, U+8584, U+860b, U+864e, U+871c, U+878d, U+885d, U+8932, U+89f8, U+8a69, U+8afe, U+8b5c, U+8c37, U+8c46, U+8cbf, U+8cd3, U+8cf4, U+8d08, U+8d0a, U+8ddd, U+8fea, U+9014, U+9055, U+907a, U+9178, U+92fc, U+934b, U+9396, U+93ae, U+9583, U+9663, U+96bb, U+9707, U+9738, U+9846, U+9905, U+9a0e, U+9aa8, U+9b25, U+9b3c, U+9ce5, U+9cf3, U+9ea5, U+9eb5, U+9f4a, U+9f61, U+ff0d;
}
/* [113] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.113.woff2) format('woff2');
  unicode-range: U+3c, U+d7, U+300e, U+4e4e, U+4e82, U+4e92, U+4ec1, U+4ecd, U+4f48, U+4f53, U+4fb5, U+5012, U+502b, U+522a, U+52dd, U+52ff, U+532f, U+53eb, U+53f3, U+5409, U+5433, U+5496, U+54c8, U+554a, U+5561, U+5594, U+559d, U+56b4, U+56fa, U+5713, U+5750, U+57df, U+584a, U+58c7, U+58de, U+593e, U+5976, U+59d0, U+59d4, U+5a66, U+5b85, U+5b88, U+5ba3, U+5bae, U+5bbf, U+5bdf, U+5c01, U+5c04, U+5c3a, U+5c3e, U+5c4f, U+5ddd-5dde, U+5de8, U+5e63, U+5e7c, U+5e8a, U+5eda, U+5ef3, U+5ef6, U+5f48, U+6015, U+6025, U+602a, U+6050, U+6069, U+60e1, U+6162, U+6176, U+61c2, U+6200, U+6263, U+6279, U+6297, U+62b1, U+62bd, U+62ec, U+6311, U+6377, U+6388-6389, U+638c, U+63a2, U+63f4, U+641e, U+6436, U+64c1, U+6551, U+6557, U+6563, U+6696, U+66b4, U+66f2, U+6751, U+675f, U+676f, U+6790, U+6838, U+684c, U+68d2, U+6982, U+699c, U+69ae, U+69cb, U+6a39, U+6a4b, U+6b66, U+6bd2, U+6cb3, U+6ce1, U+6d3e, U+6de8, U+6ed1, U+6f22, U+6f54, U+6fc0, U+6fdf, U+719f, U+71c8, U+7236, U+7259, U+72d7, U+7389, U+73e0, U+745e, U+751a, U+7532-7533, U+7562, U+7591, U+75c5, U+75db, U+7686, U+76d2, U+76db, U+76df, U+76e3, U+7701, U+7761, U+786c, U+7981, U+79cb, U+79d2, U+79fb, U+7a81, U+7a97, U+7aef, U+7b26, U+7b80, U+7c64, U+7d0d, U+7d14, U+7d2f, U+7dca, U+7df4, U+7e54, U+7e6b, U+7f3a, U+8033, U+804a, U+805a, U+81a0, U+81e8, U+8212, U+821e, U+82e6, U+8336, U+8449, U+84cb, U+84ee, U+85e5, U+8607, U+888b, U+8a13, U+8a5e, U+8aa0, U+8aa4, U+8ab0, U+8ab2, U+8ac7, U+8b66, U+8c6a, U+8c93, U+8c9d, U+8de8, U+8f2a, U+8fb2, U+906d, U+907f, U+90a6, U+9109, U+9192, U+91cb, U+91dd, U+964d, U+9686, U+968e, U+9694, U+969c, U+96de, U+96e8, U+96ea, U+96f7, U+975c, U+9760, U+978b, U+9858, U+9918, U+9aee, U+9ebb, U+ff0e-ff0f, U+ff5c;
}
/* [114] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.114.woff2) format('woff2');
  unicode-range: U+b7, U+2022, U+2027, U+3042, U+3044, U+3046, U+3048, U+304a-3050, U+3053-3057, U+3059-305b, U+305d-3061, U+3063-306c, U+306e-3079, U+307b, U+307d-307f, U+3082-308d, U+308f, U+3092-3093, U+30a1-30a4, U+30a6-30c1, U+30c3-30c4, U+30c6-30e1, U+30e3-30ed, U+30ef, U+30f3, U+30fb-30fc, U+4e7e, U+4ea6, U+4eac, U+4f34, U+50b7, U+51b0, U+523b, U+5283, U+5348, U+5354, U+54e5, U+5708, U+590f, U+592b, U+599d, U+59b9, U+5a01, U+5a5a, U+5de7, U+5e78, U+5e9c, U+5fb5, U+6167, U+61f7, U+627f, U+63a1, U+64d4, U+65bd, U+68ee, U+6b4c, U+6bba, U+6c5f, U+6d0b, U+6d6a, U+6e1b, U+6e56, U+6f6e, U+71d2, U+722d, U+72c2, U+751c, U+7530, U+7642, U+76e1, U+79c0, U+7adf, U+7af9, U+7d9c, U+7da0, U+7e23, U+7e41, U+8056, U+8173, U+822a, U+8349, U+83dc, U+8840, U+885b, U+8907, U+8a34, U+8cb4, U+8dd1, U+8fd4, U+8ff0, U+93e1, U+984f, U+98ef, U+9b54;
}
/* [115] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.115.woff2) format('woff2');
  unicode-range: U+23-25, U+3d, U+2026, U+4e03, U+4e45, U+4e5d, U+4eae, U+4ed4, U+4ed8, U+4f01, U+4f11, U+4f3c, U+4f8b, U+4fc2, U+5019, U+505c, U+50c5, U+5145, U+51b7, U+5207, U+521d, U+525b, U+5287, U+52e2, U+535a, U+537b, U+5426, U+542b, U+5438, U+5462, U+54ea, U+555f, U+5566, U+5584, U+5609, U+570d, U+571f, U+5747, U+5802, U+58d3, U+591c, U+5920, U+5922, U+5957, U+5979, U+5a92, U+5abd, U+5b63, U+5b69, U+5b83, U+5b9c, U+5bb3, U+5bc4, U+5bf5, U+5c3c, U+5c40, U+5c4b, U+5c64, U+5cf6, U+5de6, U+5e0c, U+5e55, U+5eab, U+5ead, U+5ee0, U+5f85, U+5f8b, U+5fa9, U+5fd7-5fd8, U+5ff5, U+600e, U+6298, U+62db, U+62ff, U+639b, U+63a7, U+642d, U+6469, U+64ad, U+651d, U+653b, U+65b7, U+65cf, U+665a, U+666e, U+66fe, U+6728, U+674e, U+67b6, U+6821, U+6839, U+6843, U+6a94, U+6b50, U+6b62, U+6b72, U+6b7b, U+6bcd, U+6bdb, U+6c38, U+6c7a, U+6c7d, U+6c99, U+6cb9, U+6ce2, U+6cf0, U+6d17, U+6d32, U+6e2c, U+6fb3, U+7206, U+723e, U+725b, U+734e, U+7387, U+73ed, U+7565, U+7570, U+76ca, U+76e4, U+773e, U+77ed, U+77f3, U+7814, U+7834, U+7968, U+79d8, U+7a76, U+7a7f, U+7b11, U+7b46, U+7b54, U+7bc4, U+7d19, U+7d20, U+7d22, U+7d42, U+7d55, U+7e7c, U+7f85, U+7ffb, U+8077, U+8089, U+80cc, U+81c9, U+81f4, U+81fa, U+820a, U+822c, U+826f, U+85cd, U+86cb, U+88dc, U+8986, U+8a0e, U+8a2a, U+8a73, U+8a8c, U+8b1b, U+8b9a, U+8c50, U+8c61, U+8ca0, U+8cde, U+8cfd, U+8d8a, U+8df3, U+8e64, U+8ecd, U+8edf, U+8f38, U+8ff7, U+9000, U+9047, U+9060, U+90f5, U+9152, U+91ce, U+9280, U+9418, U+9435, U+9589, U+9592, U+9678, U+967d, U+968a, U+96aa, U+96c5, U+96d6, U+96dc, U+96f6, U+9732, U+9748, U+9802, U+9806, U+9808, U+9818, U+983b, U+984d, U+9867, U+98db, U+98f2, U+98fe, U+9a5a, U+9b06, U+9b5a, U+9bae, U+9e97, U+ff1b, U+ff5e;
}
/* [116] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.116.woff2) format('woff2');
  unicode-range: U+26, U+40, U+5f, U+4e14, U+4e9e, U+4ec0, U+4f4e-4f4f, U+4f73, U+4fee, U+503c, U+5047, U+514b, U+516b, U+516d, U+5178, U+520a, U+5236, U+5343, U+5347, U+534a, U+5370, U+53cd, U+53e4, U+53e6, U+53f2, U+5403, U+5411, U+5427, U+5468, U+5473, U+547d, U+552e, U+55ce, U+5740, U+57ce, U+5883, U+589e, U+5931, U+5947, U+59cb, U+5a1b, U+5b58, U+5b98, U+5ba4, U+5bc6, U+5bcc, U+5beb, U+5bf6, U+5c45, U+5c6c, U+5dee, U+5df4, U+5e03, U+5e33, U+5e6b, U+5e7e, U+5e8f, U+5e95, U+5ea7, U+5f15, U+5f62, U+5f69, U+5f80, U+5fae, U+5fb7, U+601d, U+60e0, U+614b, U+6230, U+6236, U+623f, U+628a, U+6295, U+62c9, U+6309, U+63db, U+64c7, U+64ca, U+64da, U+652f, U+6545, U+6548, U+65af, U+65e9, U+6625, U+666f, U+667a, U+670b, U+671b, U+6750, U+677f, U+6848, U+6975, U+6a13, U+6a21, U+6aa2, U+6b65, U+6b77, U+6bb5, U+6cc1, U+6ce8, U+6df1, U+6e90, U+6e96, U+6eab, U+6f14, U+6f2b, U+700f, U+706b, U+724c, U+72c0, U+7368, U+7372, U+74b0, U+756b, U+76ae, U+773c, U+78ba, U+78bc, U+798f, U+79ae, U+7a4d, U+7ae5, U+7b56, U+7b97, U+7bb1, U+7bc7, U+7c73, U+7c89, U+7d00, U+7d30, U+7d39, U+7d72, U+7dad, U+7e8c, U+7f6e, U+7fa4, U+7fa9, U+7fd2, U+8003, U+807d, U+80a1, U+80b2, U+8166, U+8208-8209, U+82e5, U+843d, U+85cf, U+85dd, U+862d, U+8857, U+8863, U+88e1, U+89ba, U+89d2, U+8a31, U+8a62, U+8a66, U+8a72, U+8abf, U+8b1d, U+8b58, U+8b70, U+8b80, U+8ca1, U+8ca8, U+8cac, U+8cbc, U+8d70, U+8da3, U+8db3, U+8ddf, U+8f03, U+8f15, U+8f2f, U+8fa6, U+8fce, U+8ffd, U+900f, U+9031, U+9069, U+908a, U+91ab, U+91cc, U+92b7, U+9322, U+932f, U+9375, U+9632, U+963f, U+9644, U+9662, U+9673, U+96a8, U+96c4, U+96d9, U+96e2-96e3, U+96f2, U+9752, U+97d3, U+97ff, U+9805, U+9810, U+986f, U+990a, U+9910, U+9928, U+9ec3, U+9ed1, U+9f8d;
}
/* [117] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.117.woff2) format('woff2');
  unicode-range: U+3e, U+7e, U+3000, U+300a-300b, U+3010-3011, U+4e16, U+4e26, U+4e94, U+4e9b, U+4ea4, U+4eca-4ecb, U+4efb, U+4efd, U+4f46, U+4f55, U+4f9b, U+4f9d, U+4fbf, U+505a, U+5065, U+5099, U+50cf, U+50f9, U+512a, U+5143, U+5148, U+514d, U+5152, U+5169, U+5171, U+5177, U+518a, U+5217, U+5225, U+5247, U+5275, U+529f, U+52a9, U+5305, U+5341, U+5357, U+5361, U+5373, U+53bb, U+53c3, U+53c8, U+53d6-53d7, U+53e3, U+53ea, U+53f8, U+5404, U+559c, U+5668, U+56db, U+56e0, U+5712, U+5718, U+578b, U+57fa, U+58eb, U+592a, U+5c0b, U+5c0e, U+5c11, U+5c1a, U+5c55, U+5c71, U+5df1, U+5e2b, U+5e36, U+5e97, U+5eb7, U+5ee3, U+5efa, U+5f35, U+5f37, U+5f88, U+5f9e, U+5fc5, U+606f, U+60a8, U+6232, U+624d, U+6253, U+627e, U+6280, U+62cd, U+6301, U+6307, U+6392, U+63a5, U+6539, U+653e-653f, U+6559, U+6574, U+65c5, U+6613, U+66f8, U+672a, U+6797, U+67e5, U+6a19, U+6a23, U+6b61, U+6bcf, U+6bd4, U+6c11, U+6c42, U+6d41, U+6d77, U+6d88, U+6e05, U+6e2f, U+6eff, U+7136, U+7167, U+71df, U+738b, U+73a9, U+7403, U+7531, U+7537, U+754c, U+7559, U+767d-767e, U+76f4, U+793a, U+795e, U+79c1, U+79d1, U+7a2e, U+7a31, U+7a7a, U+7ae0, U+7ba1, U+7bc0, U+7c21, U+7cfb, U+7d04-7d05, U+7d1a, U+7d44, U+7d66, U+7d71, U+7de8, U+7e3d, U+8001, U+800c, U+805e, U+8072, U+81f3, U+82b1, U+82f1, U+83ef, U+842c, U+8457, U+85a6, U+8655, U+8853, U+88ab, U+88dd, U+88fd, U+897f, U+898f, U+89aa, U+89bd, U+89c0, U+89e3, U+8a02, U+8a3b, U+8a55, U+8a8d, U+8a9e, U+8ad6, U+8b49, U+8b77, U+8b8a, U+8b93, U+8cb7, U+8ce3, U+8cea, U+8cfc, U+8f09, U+8fd1, U+9001, U+901f-9020, U+9054, U+90a3, U+914d, U+91cf, U+9304, U+95b1, U+9650, U+9664, U+969b, U+96b1, U+96c6, U+9700, U+975e, U+97f3, U+98a8, U+98df, U+9999, U+99ac, U+9a57, U+9ebc;
}
/* [118] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.118.woff2) format('woff2');
  unicode-range: U+d, U+2b, U+7c, U+a0, U+a9, U+300c-300d, U+4e09, U+4e3b, U+4e4b, U+4e5f, U+4e86, U+4e8b-4e8c, U+4eab, U+4ed6, U+4ee3-4ee4, U+4ef6, U+4f1a, U+4f4d, U+4f60, U+4f7f, U+4f86, U+4fdd, U+4fe1, U+5011, U+50b3, U+5149, U+5167, U+5176, U+518d, U+5229, U+524d, U+529b, U+52a0, U+52d9, U+5316-5317, U+5340, U+539f, U+53ca-53cb, U+5408, U+540c-540d, U+544a, U+548c, U+54c1, U+54e1, U+5546, U+554f, U+55ae, U+56de, U+5716, U+5831, U+5834, U+5916, U+5929, U+5973, U+597d, U+5982, U+5b57, U+5b78, U+5b89, U+5b8c, U+5b9a, U+5ba2, U+5bb9, U+5be6, U+5c07-5c08, U+5c0d, U+5c31, U+5de5, U+5df2, U+5e02, U+5e38, U+5e73-5e74, U+5ea6, U+5f0f, U+5f71, U+5f8c, U+5f97, U+5feb, U+6027, U+60c5, U+60f3, U+610f, U+611b, U+611f, U+61c9, U+6210, U+6216, U+6240, U+624b, U+63a8, U+63d0, U+641c, U+6536, U+6578, U+6599, U+65b9, U+660e, U+661f, U+662d, U+66f4, U+670d, U+671f, U+6771, U+679c, U+682a, U+683c, U+689d, U+696d, U+6a02, U+6a5f, U+6b0a, U+6b21, U+6b3e, U+6b64, U+6c23, U+6c34, U+6c92, U+6cbb, U+6cd5, U+6d3b, U+7063, U+7121, U+71b1, U+7247-7248, U+7269, U+7279, U+73fe, U+7406, U+7522, U+7576, U+767b, U+76ee, U+76f8, U+770b, U+771f, U+77e5, U+793e, U+7a0b, U+7acb, U+7ad9, U+7b2c, U+7b49, U+7cbe, U+7d50, U+7d61, U+7d93, U+7dda, U+7f8e, U+8005, U+806f, U+80fd, U+81ea, U+8207, U+8272, U+865f, U+8868, U+8981, U+898b, U+8996, U+8a00, U+8a08, U+8a0a, U+8a18, U+8a2d, U+8a71, U+8aaa, U+8acb, U+8cbb, U+8cc7, U+8d77, U+8d85, U+8def, U+8eab, U+8eca, U+8f49, U+9019-901a, U+9023, U+9032, U+904a-904b, U+904e, U+9053, U+9078, U+9084, U+90e8, U+90fd, U+91cd, U+91d1, U+9577, U+9580, U+9593, U+9762, U+982d, U+984c, U+985e, U+9996, U+9ad4, U+9ad8, U+9ede, U+ff01, U+ff08-ff09, U+ff1f;
}
/* [119] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.119.woff2) format('woff2');
  unicode-range: U+20-22, U+27-2a, U+2c-3b, U+3f, U+41-5d, U+61-7b, U+7d, U+ab, U+ae, U+b2-b3, U+bb, U+bf, U+c9, U+cd, U+d6, U+e0-ef, U+f1-f4, U+f6, U+f9-fa, U+fc-fd, U+101, U+103, U+110-111, U+113, U+12b, U+14d, U+16b, U+1a1, U+1b0, U+1ce, U+300-301, U+1ea1, U+1ea3, U+1ebf, U+1ec7, U+2013-2014, U+2039-203a, U+203c, U+2122, U+3001-3002, U+3113-3114, U+3118, U+311a-3129, U+4e00, U+4e0a-4e0b, U+4e0d, U+4e2d, U+4eba, U+4ee5, U+4f5c, U+500b, U+5165, U+5168, U+516c, U+51fa, U+5206, U+5230, U+52d5, U+53ef-53f0, U+570b, U+5728, U+5730, U+591a, U+5927, U+5b50, U+5bb6, U+5c0f, U+5fc3, U+6211, U+6587, U+65b0, U+65bc, U+65e5, U+662f, U+6642, U+6700, U+6703, U+6708-6709, U+672c, U+6b63, U+70b9-70ba, U+751f, U+7528, U+767c, U+7684, U+7db2, U+884c, U+958b, U+95dc, U+96fb, U+9801, U+ff0c, U+ff1a;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9i1pcekm_y.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9i1nyekm_y.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9i1niekm_y.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9i1ocek.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* [0] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.0.woff2) format('woff2');
  unicode-range: U+1f921-1f930, U+1f932-1f935, U+1f937-1f939, U+1f940-1f944, U+1f947-1f94a, U+1f950-1f95f, U+1f962-1f967, U+1f969-1f96a, U+1f980-1f981, U+1f984-1f98d, U+1f990-1f992, U+1f994-1f996, U+1f9c0, U+1f9d0, U+1f9d2, U+1f9d4, U+1f9d6, U+1f9d8, U+1f9da, U+1f9dc-1f9dd, U+1f9df-1f9e2, U+1f9e5-1f9e6, U+20024, U+20487, U+20779, U+20c41, U+20c78, U+20d71, U+20e98, U+20ef9, U+2107b, U+210c1, U+22c51, U+233b4, U+24a12, U+2512b, U+2546e, U+25683, U+267cc, U+269f2, U+27657, U+282e2, U+2898d, U+29d5a, U+f0001-f0005, U+f0019, U+f009b, U+f0101-f0104, U+f012b, U+f01ba, U+f01d6, U+f0209, U+f0217, U+f0223-f0224, U+fc355, U+fe327, U+fe517, U+feb97, U+fffb4;
}
/* [6] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.6.woff2) format('woff2');
  unicode-range: U+ff78-ff7e, U+ff80-ff86, U+ff89-ff94, U+ff97-ff9e, U+ffb9, U+ffe0-ffe3, U+ffe9, U+ffeb, U+ffed, U+fffc, U+1d7c7, U+1f004, U+1f0cf, U+1f141-1f142, U+1f150, U+1f154, U+1f158, U+1f15b, U+1f15d-1f15e, U+1f162-1f163, U+1f170-1f171, U+1f174, U+1f177-1f178, U+1f17d-1f17f, U+1f192-1f195, U+1f197-1f19a, U+1f1e6-1f1f5, U+1f1f7-1f1ff, U+1f21a, U+1f22f, U+1f232-1f237, U+1f239-1f23a, U+1f250-1f251, U+1f300, U+1f302-1f319;
}
/* [7] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.7.woff2) format('woff2');
  unicode-range: U+fa0a, U+fa0c, U+fa11, U+fa17, U+fa19, U+fa1b, U+fa1d, U+fa26, U+fa2c, U+fb01, U+fdfc, U+fe0e, U+fe33-fe36, U+fe38-fe44, U+fe49-fe51, U+fe54, U+fe56-fe57, U+fe59-fe5c, U+fe5f-fe6a, U+fe8e, U+fe92-fe93, U+feae, U+fecb-fecc, U+fee0, U+feec, U+fef3, U+ff04, U+ff07, U+ff26-ff2c, U+ff31-ff32, U+ff35-ff37, U+ff39-ff3a, U+ff3c, U+ff3e-ff5b, U+ff5d, U+ff61-ff65, U+ff67-ff68, U+ff6a, U+ff6c-ff77;
}
/* [8] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.8.woff2) format('woff2');
  unicode-range: U+f78a-f78c, U+f78e, U+f792-f796, U+f798, U+f79c, U+f7f5, U+f812, U+f815, U+f876, U+f8f5, U+f8f8, U+f8ff, U+f901-f902, U+f904, U+f906, U+f909-f90a, U+f90f, U+f914, U+f918-f919, U+f91b, U+f91d, U+f91f, U+f923, U+f925, U+f92d-f92f, U+f934, U+f937-f938, U+f93d, U+f93f, U+f941, U+f949, U+f94c, U+f94e-f94f, U+f95a, U+f95d-f95e, U+f961-f963, U+f965-f970, U+f974, U+f976-f97a, U+f97c, U+f97e-f97f, U+f981, U+f983, U+f988, U+f98a, U+f98c, U+f98e, U+f996-f997, U+f999-f99a, U+f99c, U+f99f-f9a0, U+f9a3, U+f9a8, U+f9ad, U+f9b2-f9b6, U+f9b9-f9ba, U+f9bd-f9be, U+f9c1, U+f9c4, U+f9c7, U+f9ca, U+f9cd, U+f9d0-f9d1, U+f9d3-f9d4, U+f9d7-f9d8, U+f9dc-f9dd, U+f9df-f9e1, U+f9e4, U+f9e8-f9ea, U+f9f4, U+f9f6-f9f7, U+f9f9-f9fa, U+f9fc-fa01, U+fa03-fa04, U+fa06, U+fa08-fa09;
}
/* [19] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.19.woff2) format('woff2');
  unicode-range: U+9ee5, U+9ee7, U+9eee, U+9ef3-9ef4, U+9ef6-9ef7, U+9ef9, U+9efb-9efd, U+9eff, U+9f07-9f09, U+9f10, U+9f14-9f15, U+9f19, U+9f22, U+9f29, U+9f2c, U+9f2f, U+9f31, U+9f34, U+9f37, U+9f39, U+9f3d-9f3e, U+9f41, U+9f4c-9f50, U+9f54, U+9f57, U+9f59, U+9f5c, U+9f5f-9f60, U+9f62-9f63, U+9f66-9f67, U+9f6a, U+9f6c, U+9f72, U+9f76-9f77, U+9f7f, U+9f84-9f85, U+9f88, U+9f8e, U+9f91, U+9f94-9f96, U+9f98, U+9f9a-9f9b, U+9f9f-9fa0, U+9fa2, U+9fa4, U+9ff0-9fff, U+a1f4, U+a4b0-a4b1, U+a4b3, U+a9c1-a9c2, U+aa31, U+ab34, U+ac00-ac01, U+ac04, U+ac08, U+ac10-ac11, U+ac13-ac16, U+ac19, U+ac1c-ac1d, U+ac24, U+ac70-ac71, U+ac74, U+ac77-ac78, U+ac80-ac81, U+ac83, U+ac8c, U+ac90, U+aca0, U+aca8-aca9, U+acac, U+acb0, U+acb8-acb9, U+acbc-acbd, U+acc1, U+acc4, U+ace0-ace1, U+ace4, U+ace8, U+acf0-acf1, U+acf3, U+acf5, U+acfc;
}
/* [20] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.20.woff2) format('woff2');
  unicode-range: U+9d77, U+9d7a, U+9d7e, U+9d87, U+9d89, U+9d8f, U+9d91-9d93, U+9d96, U+9d98, U+9d9a, U+9da1-9da2, U+9da5, U+9da9, U+9dab-9dac, U+9db1-9db2, U+9db5, U+9db9-9dbc, U+9dbf-9dc2, U+9dc4, U+9dc7-9dc9, U+9dd3, U+9dd6, U+9dd9-9dda, U+9dde-9ddf, U+9de2, U+9de5-9de6, U+9de8, U+9def-9df0, U+9df2-9df4, U+9df8, U+9dfa, U+9dfd, U+9dff, U+9e02, U+9e07, U+9e0a, U+9e11, U+9e15, U+9e18, U+9e1a-9e1b, U+9e1d-9e1e, U+9e20-9e23, U+9e25-9e26, U+9e2d, U+9e2f, U+9e33, U+9e35, U+9e3d-9e3f, U+9e42-9e43, U+9e45, U+9e48-9e4a, U+9e4c, U+9e4f, U+9e51, U+9e55, U+9e64, U+9e66, U+9e6b, U+9e6d-9e6e, U+9e70, U+9e73, U+9e75, U+9e78, U+9e80-9e83, U+9e87-9e88, U+9e8b-9e8c, U+9e90-9e91, U+9e93, U+9e96, U+9e9d, U+9ea1, U+9ea4, U+9ea6, U+9ea9-9eab, U+9ead, U+9eaf, U+9eb4, U+9eb7-9eba, U+9ebe-9ebf, U+9ecc-9ecd, U+9ed0, U+9ed2, U+9ed4, U+9ed9-9eda, U+9edc-9edd, U+9edf-9ee0, U+9ee2;
}
/* [21] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.21.woff2) format('woff2');
  unicode-range: U+9bf0-9bf1, U+9bf5, U+9bf7, U+9bf9, U+9bfd, U+9bff, U+9c02, U+9c06, U+9c08-9c0a, U+9c0d, U+9c10, U+9c12-9c13, U+9c15, U+9c1c, U+9c1f, U+9c21, U+9c23-9c25, U+9c28-9c29, U+9c2d-9c2e, U+9c31-9c33, U+9c35-9c37, U+9c39-9c3b, U+9c3d-9c3e, U+9c40, U+9c42, U+9c45-9c49, U+9c52, U+9c54, U+9c56, U+9c58-9c5a, U+9c5d, U+9c5f-9c60, U+9c63, U+9c67-9c68, U+9c72, U+9c75, U+9c78, U+9c7a-9c7c, U+9c7f-9c81, U+9c87-9c88, U+9c8d, U+9c91, U+9c94, U+9c97, U+9c9b, U+9ca4, U+9ca8, U+9cab, U+9cad, U+9cb1-9cb3, U+9cb6-9cb8, U+9cc4-9cc5, U+9ccc-9ccd, U+9cd5-9cd7, U+9cdd-9cdf, U+9ce7, U+9ce9, U+9cee-9cf0, U+9cf2, U+9cfc-9cfe, U+9d03, U+9d06-9d08, U+9d0e, U+9d10, U+9d12, U+9d15, U+9d17, U+9d1d-9d1f, U+9d23, U+9d2b, U+9d2f-9d30, U+9d34, U+9d37, U+9d3d, U+9d42, U+9d50, U+9d52-9d53, U+9d59, U+9d5c, U+9d5e-9d61, U+9d6a, U+9d6f-9d70;
}
/* [22] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.22.woff2) format('woff2');
  unicode-range: U+9a87, U+9a8a-9a8b, U+9a8f-9a91, U+9a97, U+9a9a, U+9a9e, U+9aa0-9aa1, U+9aa4-9aa5, U+9aaf-9ab1, U+9ab6-9ab7, U+9ab9-9aba, U+9abe, U+9ac0-9ac5, U+9ac8, U+9acb-9acc, U+9ace-9acf, U+9ad1, U+9ad5-9ad7, U+9ad9, U+9adf, U+9ae1, U+9ae3, U+9aea-9aeb, U+9aed, U+9aef, U+9af2, U+9af4, U+9af9, U+9afb, U+9afd, U+9b03-9b04, U+9b08, U+9b13, U+9b18, U+9b1f, U+9b22-9b23, U+9b28-9b2a, U+9b2c-9b30, U+9b32, U+9b3b, U+9b43, U+9b46-9b49, U+9b4b-9b4e, U+9b51, U+9b55, U+9b58, U+9b5b, U+9b5e-9b60, U+9b63, U+9b68-9b69, U+9b74, U+9b7d, U+9b80-9b81, U+9b83-9b84, U+9b87-9b88, U+9b8a-9b8b, U+9b8d-9b8e, U+9b90, U+9b92-9b95, U+9b97, U+9b9f-9ba0, U+9ba2-9ba3, U+9ba8, U+9bab, U+9bb0, U+9bb8, U+9bc0-9bc1, U+9bc3, U+9bc6-9bc8, U+9bd3-9bd7, U+9bd9, U+9bdb, U+9bdd, U+9be1-9be2, U+9be4-9be5, U+9be7, U+9bea, U+9bed-9bee;
}
/* [23] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.23.woff2) format('woff2');
  unicode-range: U+993c-9940, U+9943-9944, U+9948-994a, U+994c-994e, U+9951, U+9954, U+995c, U+995e-995f, U+9961-9962, U+9965, U+9968, U+996a, U+996d-9972, U+9975-9976, U+997a, U+997c, U+997f-9980, U+9984-9985, U+9988, U+998b, U+998d, U+998f, U+9992, U+9994-9995, U+9997-9998, U+999c, U+999e, U+99a0-99a1, U+99ab, U+99af, U+99b1, U+99b4, U+99b9, U+99c4-99c6, U+99cf, U+99d1-99d2, U+99d4, U+99d6, U+99d8-99d9, U+99df, U+99e1-99e2, U+99e9, U+99ee, U+99f0, U+99f8, U+99fb, U+9a01-9a05, U+9a0c, U+9a0f-9a13, U+9a16, U+9a1b-9a1c, U+9a20, U+9a24, U+9a28, U+9a2b, U+9a2d-9a2e, U+9a34-9a36, U+9a38, U+9a3e, U+9a40-9a44, U+9a4a, U+9a4c-9a4e, U+9a52, U+9a56, U+9a62-9a65, U+9a69-9a6b, U+9a6d, U+9a6f-9a71, U+9a73-9a74, U+9a76, U+9a78-9a79, U+9a7b-9a7c, U+9a7e-9a7f, U+9a81-9a82, U+9a84-9a86;
}
/* [24] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.24.woff2) format('woff2');
  unicode-range: U+97f5, U+97f9-97fa, U+97fe, U+9804, U+9807, U+980a, U+980e-980f, U+9814, U+9816, U+981a, U+981c, U+981e, U+9820-9821, U+9823, U+9826, U+9828, U+982a-982c, U+9832, U+9834-9835, U+9837, U+9839, U+983c-983d, U+9845, U+9848-9849, U+984e, U+9852-9857, U+9859-985a, U+9862-9863, U+9865, U+9870-9871, U+9873-9874, U+9877, U+987a-987f, U+9881-9882, U+9885, U+9887-988a, U+988c-988d, U+9890, U+9893, U+9896-9897, U+989a, U+989c-989e, U+98a0, U+98a4, U+98a6-98a7, U+98a9, U+98ae-98af, U+98b2-98b3, U+98b6-98b8, U+98ba-98bd, U+98bf, U+98c7-98c8, U+98ca, U+98d2-98d3, U+98d8-98da, U+98dc, U+98de, U+98e0-98e1, U+98e3, U+98e5, U+98e7-98e9, U+98eb-98ee, U+98f1, U+98f4, U+9901, U+9908-9909, U+990c, U+9911-9912, U+9914, U+9916-9917, U+991b-991c, U+991e, U+9920, U+9927, U+992b-992c, U+992e, U+9931-9933, U+9938, U+993a;
}
/* [25] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.25.woff2) format('woff2');
  unicode-range: U+9672, U+9674, U+967a, U+9682-9685, U+9688-9689, U+968b, U+968d, U+9695, U+9697-9698, U+969e, U+96a0-96a4, U+96a9, U+96ac, U+96ae, U+96b0, U+96b2-96b4, U+96b6-96b7, U+96b9, U+96bc-96be, U+96c3, U+96c9-96cb, U+96ce-96cf, U+96d1-96d2, U+96d8, U+96dd, U+96e9, U+96eb, U+96f0-96f1, U+96f3-96f4, U+96f9, U+96fe-96ff, U+9701-9702, U+9705, U+9708, U+970a, U+970e-9711, U+9719, U+971d, U+971f-9720, U+9728, U+972a, U+972d, U+9730, U+9733, U+973a, U+973d, U+9744, U+9746-9747, U+9749, U+9750-9751, U+9753, U+9758-9759, U+975b, U+975d, U+9763, U+9765-9766, U+9768, U+976c-976d, U+9771, U+9773, U+9776, U+977a, U+977c, U+9780, U+9784-9786, U+9788, U+978e-978f, U+9798, U+979d-979e, U+97a3, U+97a5-97a6, U+97a8, U+97ab-97ac, U+97ae, U+97b6-97b7, U+97b9, U+97bf, U+97c1, U+97c3, U+97c6, U+97c9, U+97cd, U+97d6, U+97d8-97d9, U+97dc-97de, U+97e1, U+97e6-97e7, U+97ec-97ee, U+97f0-97f1;
}
/* [26] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.26.woff2) format('woff2');
  unicode-range: U+9530, U+9535, U+953a-953b, U+9540-9542, U+9547, U+9549-954a, U+954d, U+9550-9551, U+9554-9556, U+955c, U+956c-956d, U+956f-9570, U+9573, U+9576, U+9578, U+9582, U+9586, U+9588, U+958e-958f, U+9599, U+959c, U+959e-959f, U+95a1-95a2, U+95a4, U+95a6-95a7, U+95aa-95ae, U+95b0, U+95b2, U+95b6, U+95b9-95bf, U+95c2-95c4, U+95c7-95c9, U+95cb-95cd, U+95d0, U+95d3-95d5, U+95d7-95d8, U+95da, U+95de, U+95e0-95e1, U+95e4-95e5, U+95ea-95eb, U+95ef-95f0, U+95f2-95f3, U+95f5, U+95f7-95fa, U+95fd, U+9600-9602, U+9607-9609, U+960e, U+9610-9611, U+9614, U+9616, U+9619-961a, U+961c-961d, U+961f, U+9621, U+9624, U+9628, U+962f, U+9633-9636, U+963c, U+9641-9643, U+9645, U+9647-9648, U+964e-964f, U+9651, U+9653-9655, U+9658, U+965b-965f, U+9661, U+9665, U+9668-9669, U+966c;
}
/* [27] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.27.woff2) format('woff2');
  unicode-range: U+941a, U+941c, U+941e, U+9420-9425, U+9427-942b, U+942e, U+9432-9433, U+9436, U+9438, U+943a, U+943d, U+943f-9440, U+9445, U+944a, U+944c, U+9454-9455, U+945a-945b, U+945e, U+9460, U+9462-9463, U+9468, U+946a, U+946d, U+946f, U+9471, U+9474-9477, U+9479, U+947e-9481, U+9488-948a, U+948e, U+9492-9493, U+9497, U+9499, U+949b-94a3, U+94a5-94a9, U+94ac, U+94ae-94b1, U+94b3-94b5, U+94bb-94bc, U+94be-94c3, U+94c5-94c6, U+94c9, U+94ce-94d0, U+94db-94dd, U+94e0, U+94e2-94e3, U+94e8, U+94ec-94ee, U+94f0, U+94f2, U+94f5-94f6, U+94f8, U+94fa, U+94ff-9502, U+9504-9506, U+9508, U+950b-950c, U+950f-9510, U+9519-951b, U+951d, U+951f, U+9521-9526, U+952d-952f;
}
/* [28] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.28.woff2) format('woff2');
  unicode-range: U+930b, U+930f, U+9312, U+9315, U+9319-931b, U+931d-931f, U+9321, U+9323-9325, U+9327-932a, U+932c-932e, U+9331-9333, U+9335, U+9338, U+933c, U+9340-9341, U+9345-9349, U+934f-9352, U+9354, U+9356-935a, U+935c-9360, U+9363-9367, U+9369-936a, U+936c, U+936e, U+9370-9371, U+9373, U+9376, U+9379-937a, U+937c, U+9385, U+9387, U+938c, U+938f, U+9394, U+9397-9398, U+939a-939b, U+939d-939e, U+93a1-93a3, U+93a6-93a7, U+93a9-93aa, U+93ac-93ad, U+93af-93b0, U+93b3-93bb, U+93bd-93be, U+93c0-93c4, U+93c7, U+93ca-93cd, U+93d0-93d1, U+93d6-93d8, U+93dc-93de, U+93e0, U+93e4, U+93e8, U+93ee, U+93f0, U+93f5, U+93f7-93f9, U+93fb, U+9403, U+9407, U+940f-9410, U+9413-9414, U+9417, U+9419;
}
/* [29] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.29.woff2) format('woff2');
  unicode-range: U+9208-920a, U+920d-920e, U+9210-9211, U+9217, U+9219, U+921c, U+9221, U+9224-9225, U+9227, U+922a, U+922d-922e, U+9230-9231, U+9233, U+9235-9239, U+923b, U+923d-9241, U+9244, U+9246, U+9248-9249, U+924b-9251, U+9253, U+925a, U+925d-925e, U+9262, U+9265-9267, U+926b-926d, U+926f, U+9271-9272, U+9274, U+9276, U+9278, U+927a-927c, U+927e-927f, U+9282-9283, U+9286, U+9288, U+928a, U+928d-928e, U+9291, U+9295-9296, U+9299-929b, U+929d, U+92a0-92ae, U+92b2, U+92b5-92b6, U+92bb-92bc, U+92c2-92c3, U+92c6-92cd, U+92cf-92d1, U+92d5, U+92d7, U+92d9, U+92dd, U+92df, U+92e4-92e6, U+92e8-92e9, U+92ed-92ef, U+92f1-92f3, U+92f6, U+92f9, U+92fb, U+9300-9302, U+9306;
}
/* [30] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.30.woff2) format('woff2');
  unicode-range: U+90e2-90e4, U+90ea-90eb, U+90ef, U+90f4, U+90f7-90f8, U+90fc, U+90fe-9100, U+9102, U+9104, U+9106, U+9112, U+9114-911a, U+911c, U+911e, U+9120, U+9122-9123, U+9129, U+912b, U+912f, U+9131-9132, U+9134, U+9136, U+9139-913a, U+9143, U+9146, U+9148-914a, U+914e-9150, U+9154, U+9156-9157, U+9159-915a, U+915d-915e, U+9161-9164, U+916b, U+916e, U+9170-9172, U+9174, U+9176, U+9179-917a, U+917f, U+9181-9182, U+9184-9186, U+918c-918e, U+9190-9191, U+9196, U+919a-919b, U+919e, U+91a1-91a4, U+91a7, U+91aa, U+91ae-91b2, U+91b4-91b5, U+91b8, U+91bd-91be, U+91c1, U+91c3, U+91c5-91c6, U+91c8-91ca, U+91d2-91d5, U+91d7, U+91d9, U+91e1, U+91e4, U+91e6-91e9, U+91ec-91ed, U+91f0-91f1, U+91f5-91fa, U+91fd, U+91ff-9201, U+9203-9207;
}
/* [31] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.31.woff2) format('woff2');
  unicode-range: U+8f85-8f86, U+8f88-8f8a, U+8f8d, U+8f90, U+8f93, U+8f95-8f97, U+8f99, U+8f9e-8f9f, U+8fa2, U+8fa7, U+8fa9, U+8fab, U+8fae, U+8fb3, U+8fb5-8fb6, U+8fba-8fbd, U+8fbf, U+8fc1-8fc2, U+8fc6, U+8fc8, U+8fcc-8fcd, U+8fd2-8fd3, U+8fd5, U+8fdc-8fdd, U+8fdf, U+8fe2-8fe5, U+8fe8-8fe9, U+8fed-8fee, U+8ff3, U+8ff5, U+8ff8, U+8ffa-8ffc, U+8ffe, U+9002, U+9004, U+9008, U+900a-900b, U+9011-9013, U+9016, U+901e, U+9021, U+9024, U+902d, U+902f-9030, U+9034-9036, U+9039-903b, U+9041, U+9044-9045, U+904f-9052, U+9057-9058, U+905b, U+905d, U+9061-9062, U+9065, U+9068, U+906f, U+9074, U+9079, U+907d, U+9083, U+9085, U+9087-9089, U+908b, U+9090, U+9093, U+9095, U+9097, U+9099, U+909b, U+909d-909e, U+90a0-90a2, U+90ac, U+90af-90b0, U+90b2-90b4, U+90b6, U+90b9, U+90bb, U+90bd-90be, U+90c3-90c5, U+90c7, U+90d1, U+90d4-90d5, U+90d7, U+90db-90df;
}
/* [32] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.32.woff2) format('woff2');
  unicode-range: U+8e30-8e31, U+8e35, U+8e39, U+8e3c-8e3d, U+8e40-8e42, U+8e47, U+8e49-8e4e, U+8e50, U+8e53-8e55, U+8e59-8e5b, U+8e60, U+8e62-8e63, U+8e67, U+8e69, U+8e6c-8e6d, U+8e6f, U+8e74, U+8e76, U+8e7a-8e7c, U+8e82, U+8e84-8e85, U+8e87, U+8e89-8e8b, U+8e8f-8e95, U+8e99-8e9a, U+8e9d-8e9e, U+8ea1, U+8ea3, U+8ea5-8ea6, U+8eaa, U+8eac-8ead, U+8eaf-8eb1, U+8eb9, U+8ebc, U+8ebe, U+8ec6, U+8ecb, U+8ecf, U+8ed1, U+8ed4, U+8ed7, U+8eda-8edb, U+8ee2, U+8ee8, U+8eeb, U+8ef2, U+8ef9-8efe, U+8f05, U+8f07-8f08, U+8f0a-8f0c, U+8f12-8f13, U+8f17, U+8f19-8f1a, U+8f1c, U+8f1e-8f1f, U+8f25-8f26, U+8f2d, U+8f30, U+8f33, U+8f36, U+8f3e, U+8f40-8f42, U+8f45-8f47, U+8f4d, U+8f54-8f55, U+8f5d, U+8f61-8f62, U+8f64, U+8f67-8f69, U+8f6d-8f72, U+8f74, U+8f76, U+8f7b-8f7c, U+8f7f, U+8f83-8f84;
}
/* [33] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.33.woff2) format('woff2');
  unicode-range: U+8ce1, U+8ce8, U+8ceb, U+8cf0, U+8cf8, U+8cfb, U+8cfe, U+8d04, U+8d07, U+8d0b, U+8d0d, U+8d10, U+8d12-8d14, U+8d17, U+8d1b-8d1f, U+8d21-8d26, U+8d29-8d2c, U+8d2e-8d32, U+8d34-8d35, U+8d37-8d38, U+8d3a-8d3c, U+8d3e-8d3f, U+8d41-8d43, U+8d48, U+8d4b-8d4c, U+8d4e-8d50, U+8d54, U+8d56, U+8d58, U+8d5a-8d5b, U+8d5f-8d60, U+8d62-8d63, U+8d66-8d69, U+8d6c-8d6e, U+8d73, U+8d75-8d76, U+8d7b, U+8d7d, U+8d84, U+8d8b, U+8d90-8d91, U+8d94, U+8d96, U+8d9c, U+8dab, U+8daf, U+8db2, U+8db5, U+8db7, U+8dba, U+8dbc, U+8dbf, U+8dc2-8dc3, U+8dc6, U+8dcb, U+8dce-8dd0, U+8dd6-8dd7, U+8dda-8ddb, U+8de3-8de4, U+8de9, U+8deb-8dec, U+8df1, U+8df5-8df7, U+8dfa-8dfd, U+8e05, U+8e08-8e0a, U+8e0e, U+8e14, U+8e16, U+8e18, U+8e1d-8e21, U+8e23, U+8e26-8e28, U+8e2a-8e2b, U+8e2d-8e2e;
}
/* [34] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.34.woff2) format('woff2');
  unicode-range: U+8b9c, U+8b9e-8b9f, U+8ba3, U+8ba5, U+8ba7, U+8baa, U+8bad, U+8bb2-8bb4, U+8bb6-8bb9, U+8bbc-8bbd, U+8bbf-8bc0, U+8bc3, U+8bc5, U+8bc8-8bcb, U+8bcf, U+8bd1, U+8bd7-8bdc, U+8bde-8be1, U+8be3, U+8be5, U+8be7, U+8be9, U+8beb-8bec, U+8bef, U+8bf1-8bf2, U+8bf5-8bf6, U+8bf8, U+8bfa, U+8bfd-8bfe, U+8c01-8c02, U+8c05, U+8c08, U+8c0a-8c11, U+8c13-8c15, U+8c18-8c1c, U+8c1f, U+8c23-8c29, U+8c2c-8c2d, U+8c31, U+8c34, U+8c36, U+8c39, U+8c3f, U+8c47, U+8c49-8c4c, U+8c4f, U+8c51, U+8c55, U+8c62, U+8c68, U+8c73, U+8c78, U+8c7a-8c7c, U+8c82, U+8c85, U+8c89-8c8a, U+8c8d-8c8e, U+8c90, U+8c94, U+8c98-8c99, U+8ca3-8ca4, U+8cad-8cb0, U+8cb2, U+8cb9-8cba, U+8cbd, U+8cc1-8cc2, U+8cc4-8cc5, U+8ccf-8cd2, U+8cd4-8cd5, U+8cd9-8cdb;
}
/* [35] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.35.woff2) format('woff2');
  unicode-range: U+8a1b, U+8a22, U+8a25, U+8a27, U+8a2b, U+8a33, U+8a36, U+8a38, U+8a3d-8a3e, U+8a41, U+8a45-8a46, U+8a48, U+8a4e, U+8a51-8a52, U+8a54, U+8a56-8a58, U+8a5b, U+8a5d, U+8a61, U+8a63, U+8a67, U+8a6a-8a6c, U+8a70, U+8a74-8a76, U+8a7a-8a7c, U+8a82, U+8a84-8a86, U+8a89, U+8a8f-8a92, U+8a94, U+8a9a, U+8aa1, U+8aa3, U+8aa5, U+8aa7-8aa8, U+8aad, U+8ab1, U+8ab6, U+8abe, U+8ac2, U+8ac4, U+8ac6, U+8ac9, U+8acc-8acf, U+8ad1, U+8adb, U+8add-8ae2, U+8ae4, U+8ae6, U+8aea-8aeb, U+8aed, U+8af1-8af6, U+8afa, U+8afc, U+8b01, U+8b04-8b05, U+8b07, U+8b0b-8b0d, U+8b0f-8b10, U+8b13-8b14, U+8b16, U+8b1a, U+8b1c, U+8b21-8b22, U+8b26, U+8b28, U+8b2b, U+8b2e, U+8b33, U+8b41, U+8b46, U+8b4c-8b4f, U+8b53-8b54, U+8b56, U+8b59, U+8b5e-8b60, U+8b64, U+8b6a-8b6d, U+8b72, U+8b7e, U+8b83, U+8b89, U+8b8c, U+8b8e, U+8b90, U+8b92, U+8b95-8b96, U+8b99;
}
/* [36] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.36.woff2) format('woff2');
  unicode-range: U+88b7-88b8, U+88bc-88be, U+88c0, U+88c4, U+88c6-88c7, U+88c9-88cc, U+88ce, U+88d2, U+88d6, U+88d8, U+88db, U+88df, U+88e4, U+88e8-88e9, U+88ec, U+88ef-88f1, U+88f3-88f5, U+88fc, U+88fe, U+8900, U+8902, U+8906, U+890a-890c, U+8912-8915, U+8918-891a, U+891f, U+8921, U+8923, U+8925, U+892a-892b, U+892d, U+8930, U+8933, U+8935-8936, U+8938, U+893d, U+8941-8943, U+8946-8947, U+8949, U+894c-894d, U+8956-8957, U+8959, U+895c, U+895e-8960, U+8964, U+8966, U+896c, U+8971, U+8974, U+897b, U+897e, U+8980, U+8982-8983, U+8987-8988, U+898a, U+898c, U+8991, U+8994-8995, U+8997-8998, U+899a, U+899c, U+89a1, U+89a4-89a7, U+89a9, U+89ac, U+89af, U+89b2-89b3, U+89b7, U+89bb, U+89bf, U+89c5, U+89c9-89ca, U+89d1, U+89d4-89d5, U+89da, U+89dc-89de, U+89e5-89e7, U+89ed, U+89f1, U+89f3-89f4, U+89f6, U+89ff, U+8a01, U+8a03, U+8a07, U+8a09, U+8a0c, U+8a0f-8a12, U+8a16;
}
/* [37] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.37.woff2) format('woff2');
  unicode-range: U+8763-8765, U+8768, U+876a, U+876c-8770, U+8772, U+8777, U+877a-877b, U+877d, U+8781, U+8784-8785, U+8788, U+878b, U+8793, U+8797-8798, U+879f, U+87a3, U+87a8, U+87ab-87ad, U+87af, U+87b3, U+87b5, U+87b9, U+87bb, U+87bd-87c0, U+87c4-87c8, U+87ca-87cc, U+87ce, U+87d2, U+87db-87dc, U+87e0-87e1, U+87e3, U+87e5, U+87e7, U+87ea-87eb, U+87ee-87ef, U+87f3-87f4, U+87f6-87f7, U+87fe, U+8802-8806, U+880a-880b, U+880e, U+8810-8811, U+8813, U+8815-8816, U+881b, U+8821, U+8823, U+8827, U+8831-8832, U+8835, U+8839-883a, U+883c, U+8844-8846, U+884a, U+884e, U+8852, U+8854-8856, U+8859-885a, U+885e, U+8862, U+8864-8865, U+8869-886a, U+886c-886e, U+8871-8872, U+8875, U+8879, U+887d-887f, U+8882, U+8884-8885, U+8888, U+8890, U+8892-8893, U+8897-8898, U+889a-889c, U+889e, U+88a2, U+88a4, U+88a8, U+88aa, U+88ad-88ae, U+88b1, U+88b4;
}
/* [38] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.38.woff2) format('woff2');
  unicode-range: U+8621-8622, U+8627, U+8629-862a, U+8634-8636, U+8638, U+863a, U+863c, U+8640, U+8642, U+8646, U+864c-864d, U+864f, U+8651-8654, U+8657, U+8659-865a, U+865c, U+8662, U+866b-866c, U+866f-8671, U+8673, U+8677, U+867a-867b, U+867d-867e, U+8680-8682, U+868b-868d, U+8693-8696, U+869a, U+869c-869d, U+86a1, U+86a3-86a4, U+86a7-86aa, U+86af-86b1, U+86b3-86b4, U+86b6, U+86b9-86ba, U+86c0-86c2, U+86c4, U+86c6, U+86c9-86ca, U+86cc-86ce, U+86d0, U+86d3-86d4, U+86de-86df, U+86e9, U+86ed-86f0, U+86f3, U+86f8-86fc, U+86fe, U+8703, U+8706-870a, U+870d-870e, U+8711-8712, U+8715, U+8717, U+8719-871a, U+871e, U+8721-8723, U+8725, U+8728-8729, U+872e, U+8731, U+8734, U+8737, U+873a, U+873e-8740, U+8742, U+8747, U+8749, U+874b-874c, U+874e-874f, U+8753, U+8757-8758, U+875d, U+875f, U+8761-8762;
}
/* [39] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.39.woff2) format('woff2');
  unicode-range: U+84c0, U+84c2, U+84c6-84c7, U+84ca, U+84cd-84d2, U+84d6, U+84dd, U+84df, U+84e2, U+84e6-84e8, U+84ea, U+84ef-84f0, U+84f3-84f4, U+84f7, U+84fa, U+84fc-84fd, U+84ff-8500, U+8506, U+850c, U+8511, U+8515, U+8517, U+851d-851f, U+8524, U+852b, U+852f, U+8532, U+8534-8535, U+8537-8538, U+853a, U+853c, U+853e, U+8541-8542, U+8545, U+8548, U+854b, U+854d-854e, U+8552-8553, U+8555-8558, U+855a, U+855e, U+8561-8565, U+8568, U+856a-856c, U+856f, U+8574, U+8577-857b, U+8580-8581, U+8585-8586, U+858a, U+858c, U+858f-8590, U+8594, U+8597-8599, U+859c, U+859f, U+85a1-85a2, U+85a4, U+85a8, U+85ab-85ac, U+85ae, U+85b3-85b4, U+85b7, U+85b9-85ba, U+85bd-85be, U+85c1-85c2, U+85cb, U+85ce, U+85d0, U+85d3, U+85d5, U+85dc, U+85e0, U+85e6, U+85e8, U+85ea, U+85ed, U+85f4, U+85f6-85f7, U+85f9-85fa, U+85ff, U+8602, U+8604-8605, U+8610, U+8616-8618, U+861a, U+861e;
}
/* [40] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.40.woff2) format('woff2');
  unicode-range: U+8380, U+8383, U+8385-8386, U+8392, U+8394-8395, U+8398-8399, U+839b-839c, U+83a0, U+83a2, U+83a4, U+83a7-83aa, U+83af-83b5, U+83b7, U+83b9-83ba, U+83bc-83c0, U+83c2, U+83c4-83c5, U+83c8-83c9, U+83cb, U+83ce-83cf, U+83d1, U+83d4-83d6, U+83d8, U+83dd, U+83df, U+83e1-83e2, U+83e5, U+83ea-83eb, U+83f0, U+83f3-83f4, U+83f9, U+83fb-83fe, U+8406-8407, U+840b, U+840f, U+8411, U+8413, U+8418, U+841b-841d, U+8420-8421, U+8423-8424, U+8426-8429, U+842b, U+842d-842e, U+8432-8433, U+8435, U+8437-8439, U+843b-843c, U+843e, U+8445-8447, U+844e, U+8451-8452, U+8456, U+8459-845a, U+845c, U+845f, U+8462, U+8466-8467, U+846d, U+846f-8471, U+8473-8474, U+8476-8478, U+847a, U+8484, U+848b, U+848d-848e, U+8493-8494, U+8497, U+849d, U+849f, U+84a1, U+84a8, U+84af, U+84b1, U+84b4, U+84b9-84bb, U+84bd-84bf;
}
/* [41] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.41.woff2) format('woff2');
  unicode-range: U+827d, U+827f, U+8283-8284, U+8288-828a, U+828d-8291, U+8293-8294, U+8298, U+829a-829c, U+829e-82a4, U+82a6-82ab, U+82ae, U+82b0, U+82b4, U+82b6, U+82ba-82bc, U+82be, U+82c1, U+82c4-82c5, U+82c7, U+82cb, U+82cd, U+82cf-82d0, U+82d2, U+82d5-82d6, U+82d9, U+82db-82dc, U+82de-82e1, U+82e3-82e4, U+82e7, U+82ea-82eb, U+82ef-82f0, U+82f3-82f4, U+82f6-82f7, U+82f9-82fc, U+82fe-8301, U+8306-8308, U+830b-830e, U+8316, U+8318, U+831a-831b, U+831d-831e, U+8327, U+832a, U+832c-832d, U+832f, U+8331, U+8333-8334, U+8337, U+833a-833c, U+833f-8340, U+8342, U+8344-8347, U+834b-834c, U+834f, U+8351, U+8356-8358, U+835a, U+835e-8361, U+8363-8364, U+8367-8368, U+836b, U+836f, U+8373, U+8375, U+8378, U+837a-837f;
}
/* [42] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.42.woff2) format('woff2');
  unicode-range: U+811b, U+811e, U+8121-8127, U+8129, U+812c, U+812f-8134, U+8137-8138, U+813a, U+813d, U+8144, U+8146, U+8148, U+814a, U+814c-814d, U+8151, U+8153, U+8156, U+8158, U+815a, U+8160, U+8167, U+8169, U+816d, U+816f, U+8171, U+8174, U+817b-817c, U+817e, U+8182, U+8188, U+818a, U+8194-8195, U+8198, U+819b, U+819e, U+81a3, U+81a6-81a7, U+81ab, U+81af-81b0, U+81b5-81b6, U+81b8, U+81ba-81bb, U+81be-81bf, U+81c3, U+81c6, U+81ca, U+81cc, U+81cf, U+81d1-81d3, U+81d6-81d7, U+81d9-81da, U+81dd-81de, U+81e0-81e2, U+81e7, U+81ec, U+81ef, U+81fc, U+81fe, U+8200-8202, U+8204-8206, U+820b, U+820e, U+8210, U+8215, U+8217-8218, U+821b, U+821d, U+8221-8222, U+8224, U+8228-8229, U+822b, U+822f-8234, U+8236-8238, U+823a, U+823e, U+8240, U+8244-8245, U+8249, U+824b, U+824e-824f, U+8257, U+825a, U+825f, U+8264, U+8268, U+826b, U+826e, U+8270, U+8273, U+8276, U+8278-8279;
}
/* [43] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.43.woff2) format('woff2');
  unicode-range: U+7fb8, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fcb-7fcc, U+7fce-7fcf, U+7fd1, U+7fd5, U+7fd8, U+7fdb, U+7fde-7fdf, U+7fe5-7fe6, U+7fe9, U+7feb-7fec, U+7fee, U+7ff2-7ff3, U+7ffa, U+7ffd-7ffe, U+8002, U+8004, U+8006, U+800b, U+800e, U+8011-8012, U+8014, U+8016, U+8018-8019, U+801c, U+8024, U+8026, U+8028, U+802c, U+8030, U+8035, U+8037-8039, U+803b, U+8042-8043, U+804b-804c, U+8052, U+8061, U+8068, U+806a, U+806e, U+8071, U+8073-8076, U+8079, U+807c, U+807e-807f, U+8083-8084, U+808f, U+8093, U+8095, U+8098, U+809c, U+809f-80a0, U+80a4, U+80a7, U+80ab, U+80ad-80ae, U+80b0-80b1, U+80b4-80b6, U+80b8, U+80bc-80c2, U+80c4, U+80c6-80c7, U+80cb, U+80cd, U+80cf, U+80d4, U+80d7, U+80d9, U+80db-80dd, U+80e0, U+80e3-80e5, U+80e7, U+80eb-80ed, U+80ef-80f1, U+80f3-80f4, U+80f6-80f7, U+80fc, U+80fe-80ff, U+8101, U+8107, U+8109, U+810f-8113, U+8115, U+8117-8118, U+811a;
}
/* [44] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.44.woff2) format('woff2');
  unicode-range: U+7eb3, U+7eb5-7eba, U+7ebd-7ebe, U+7ec0-7ec1, U+7ec3, U+7ec5, U+7ec7-7eca, U+7ecd-7ece, U+7ed1-7ed2, U+7ed4-7ed5, U+7ed7-7ed8, U+7eda-7edb, U+7edd-7ede, U+7ee2-7ee3, U+7ee5, U+7ee7, U+7ee9-7eeb, U+7eee-7ef0, U+7ef3, U+7ef5, U+7ef7-7ef8, U+7efd-7f01, U+7f03, U+7f05-7f09, U+7f0e, U+7f10, U+7f13-7f15, U+7f18-7f1a, U+7f1c-7f1d, U+7f20, U+7f24-7f25, U+7f28-7f2a, U+7f2d-7f2e, U+7f30, U+7f34, U+7f36-7f37, U+7f3d, U+7f42-7f45, U+7f47-7f4e, U+7f52, U+7f54, U+7f58, U+7f5a, U+7f5d, U+7f5f-7f63, U+7f65, U+7f68, U+7f6b, U+7f78, U+7f7d-7f7e, U+7f81-7f83, U+7f86-7f87, U+7f8b-7f8d, U+7f91, U+7f93-7f95, U+7f97, U+7f99-7f9a, U+7f9d, U+7f9f, U+7fa1-7fa3, U+7fa5, U+7fa7, U+7fad-7fb2, U+7fb4, U+7fb6;
}
/* [45] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.45.woff2) format('woff2');
  unicode-range: U+7d8c-7d8f, U+7d91, U+7d95-7d96, U+7d98-7d9a, U+7d9d-7d9e, U+7da2-7da3, U+7da6, U+7daa, U+7dac, U+7dae-7db0, U+7db3, U+7db5, U+7db7, U+7db9, U+7dbd, U+7dc1, U+7dc3-7dc7, U+7dcc-7dcf, U+7dd1, U+7dd6-7dd9, U+7ddb-7ddc, U+7de1-7de2, U+7de6, U+7df0-7df3, U+7df6, U+7dfe, U+7e01-7e02, U+7e04, U+7e08-7e0b, U+7e10-7e11, U+7e13, U+7e15, U+7e1d-7e20, U+7e22, U+7e25-7e27, U+7e29, U+7e2d, U+7e2f-7e30, U+7e32-7e37, U+7e39, U+7e3b, U+7e44-7e45, U+7e47-7e48, U+7e4a-7e4b, U+7e4d, U+7e50-7e52, U+7e56, U+7e58-7e5b, U+7e62, U+7e68, U+7e6d-7e70, U+7e76, U+7e78, U+7e7b, U+7e7e, U+7e81-7e82, U+7e86-7e88, U+7e8a, U+7e8d-7e8e, U+7e92-7e94, U+7e98-7e9b, U+7e9e, U+7ea0, U+7ea3-7ea4, U+7ea8, U+7eaa-7eaf, U+7eb1-7eb2;
}
/* [46] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.46.woff2) format('woff2');
  unicode-range: U+7c23, U+7c25-7c26, U+7c2a-7c2b, U+7c37-7c39, U+7c40-7c41, U+7c48-7c49, U+7c50, U+7c53-7c54, U+7c56-7c57, U+7c59-7c5c, U+7c5f, U+7c63, U+7c65, U+7c69, U+7c6c-7c6e, U+7c74-7c75, U+7c79, U+7c7c, U+7c7e, U+7c84, U+7c8b, U+7c8d, U+7c91, U+7c94-7c95, U+7c9b, U+7c9f, U+7ca2, U+7ca4, U+7ca6, U+7ca8-7caa, U+7cae, U+7cb1-7cb3, U+7cba, U+7cbc, U+7cbf-7cc0, U+7cc5, U+7cc8-7cc9, U+7ccc-7cce, U+7cd7, U+7cdc-7cdd, U+7ce0, U+7ce2, U+7ce8, U+7cea, U+7ced, U+7cf2, U+7cf4, U+7cf6, U+7cf8-7cfa, U+7cfc, U+7d02, U+7d06-7d0a, U+7d0f, U+7d11-7d12, U+7d15, U+7d18, U+7d1c-7d1e, U+7d25, U+7d27, U+7d29, U+7d2c, U+7d31-7d32, U+7d35, U+7d38, U+7d3a, U+7d3c, U+7d3e-7d41, U+7d43, U+7d45, U+7d4c, U+7d4e-7d4f, U+7d53-7d54, U+7d56, U+7d5b-7d5d, U+7d5f, U+7d63, U+7d67, U+7d6a, U+7d6d, U+7d70, U+7d73, U+7d75, U+7d79-7d7b, U+7d7d, U+7d80, U+7d83-7d84, U+7d86-7d89, U+7d8b;
}
/* [47] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.47.woff2) format('woff2');
  unicode-range: U+7afd-7afe, U+7b01-7b06, U+7b09-7b0b, U+7b0e-7b10, U+7b14, U+7b18, U+7b1a, U+7b1e-7b1f, U+7b22-7b25, U+7b29-7b2b, U+7b2d-7b2e, U+7b31-7b35, U+7b38-7b3c, U+7b45, U+7b47-7b48, U+7b4a, U+7b4c, U+7b4e-7b50, U+7b58, U+7b5b, U+7b5d, U+7b60, U+7b62, U+7b65-7b67, U+7b69, U+7b6d-7b6f, U+7b72-7b76, U+7b79, U+7b7e, U+7b82, U+7b84-7b85, U+7b87, U+7b8b, U+7b8d-7b93, U+7b95-7b96, U+7b98, U+7b9c-7b9d, U+7ba0, U+7ba7, U+7ba9-7bac, U+7bb0, U+7bb4, U+7bb6, U+7bb8-7bb9, U+7bc1, U+7bc3, U+7bc6, U+7bcb-7bcc, U+7bcf, U+7bd4, U+7bd9-7bdb, U+7bdd, U+7be0-7be1, U+7be5-7be6, U+7bea, U+7bed-7bee, U+7bf1-7bf3, U+7bf8-7bf9, U+7bfc-7c01, U+7c03, U+7c07, U+7c0a-7c0d, U+7c0f, U+7c11-7c12, U+7c15, U+7c1e-7c20;
}
/* [48] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.48.woff2) format('woff2');
  unicode-range: U+798a-798b, U+7991, U+7993-7996, U+7998, U+799a-799b, U+799f-79a2, U+79a4, U+79a8-79a9, U+79af-79b0, U+79b3, U+79b5, U+79b8, U+79ba, U+79c3, U+79c6, U+79c8, U+79cf, U+79d5-79d6, U+79dc-79de, U+79e3, U+79e7, U+79ea-79ed, U+79ef-79f0, U+79f4, U+79f6-79f8, U+79fd, U+7a02-7a03, U+7a08-7a0a, U+7a0c, U+7a0e, U+7a10-7a11, U+7a14, U+7a17-7a19, U+7a1c, U+7a1e-7a1f, U+7a23, U+7a26, U+7a2d, U+7a32-7a33, U+7a37, U+7a39, U+7a3c, U+7a42, U+7a45, U+7a49, U+7a4f, U+7a56, U+7a5a, U+7a5c, U+7a60-7a61, U+7a63, U+7a68, U+7a6d-7a6e, U+7a70-7a71, U+7a77-7a79, U+7a80, U+7a83, U+7a85-7a86, U+7a88, U+7a8d, U+7a90-7a91, U+7a93-7a96, U+7a98, U+7a9c-7a9d, U+7aa0, U+7aa3, U+7aa5-7aa6, U+7aa8, U+7aaa, U+7aac, U+7ab0, U+7ab3, U+7ab6, U+7ab8, U+7abb, U+7abe-7abf, U+7ac2, U+7ac8-7ac9, U+7ad1-7ad2, U+7ad6, U+7ada, U+7adc-7ade, U+7ae4, U+7ae6, U+7ae9-7aeb, U+7af4, U+7af8, U+7afa-7afb;
}
/* [49] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.49.woff2) format('woff2');
  unicode-range: U+7842-7843, U+7845, U+7847, U+784a, U+784c-7850, U+7852-7853, U+7855, U+7858, U+785a, U+785c-785d, U+7864, U+7866, U+7868, U+786a, U+786f, U+7874, U+7876, U+787c, U+787f, U+7886-7887, U+7889, U+788d, U+788f, U+7893, U+7895-7896, U+7898, U+789a, U+789e, U+78a1, U+78a3, U+78a5, U+78aa, U+78ad, U+78b1-78b2, U+78b4, U+78b6, U+78b8, U+78be, U+78c8-78c9, U+78cb, U+78ce, U+78d0-78d1, U+78d4-78d5, U+78d7-78d8, U+78de, U+78e3, U+78e6-78e7, U+78ea, U+78ec, U+78f2-78f4, U+78fa-78fb, U+78fd-7900, U+7904-7906, U+790a, U+790c, U+7910-7912, U+791c, U+791e, U+7920-7921, U+792a-792c, U+792e, U+7931, U+7934, U+7938, U+793b, U+793d, U+793f, U+7941-7942, U+7945-7947, U+7949, U+794c, U+794e, U+7953-7954, U+7957-795c, U+795f, U+7961-7962, U+7964, U+7967, U+7969, U+796b-796c, U+796f, U+7972-7973, U+7977-7979, U+797b-797c, U+797e, U+7980, U+7982, U+7984-7988;
}
/* [50] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.50.woff2) format('woff2');
  unicode-range: U+7707-7708, U+770a, U+770c, U+770f, U+7715, U+7719-771b, U+771d-771e, U+7722, U+7725-7726, U+7728, U+772d, U+772f, U+7733-7736, U+7738, U+773b, U+773d, U+7741, U+7744, U+7746, U+774c, U+774e-7752, U+7755, U+7759-775a, U+775f-7760, U+7762, U+7765-7766, U+7768-776a, U+776c-776e, U+7771, U+7778, U+777a, U+777d-777e, U+7780, U+7785, U+7787, U+7789, U+778b-778d, U+7791-7793, U+779c, U+779f-77a0, U+77a2, U+77a5, U+77a9, U+77b0-77b1, U+77b4, U+77b6-77b7, U+77b9, U+77bc-77bf, U+77c5, U+77c7, U+77cc-77cd, U+77d3, U+77d6-77d7, U+77dc, U+77de, U+77e3, U+77e7, U+77eb-77ec, U+77f0, U+77f2, U+77f6, U+77f8, U+77fa-77fc, U+77fe-7800, U+7803, U+7805-7806, U+7809, U+7810-7812, U+7815-7816, U+781a, U+781c-781d, U+781f-7823, U+7825-7827, U+7829, U+782c-7830, U+7833, U+7835, U+7837, U+7839-783a, U+783c, U+783e, U+7840;
}
/* [51] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.51.woff2) format('woff2');
  unicode-range: U+75cd, U+75d2, U+75d4, U+75d9, U+75df, U+75e2-75e4, U+75e6-75e7, U+75e9-75ec, U+75f0-75f3, U+75f7, U+75f9-75fa, U+75fc, U+75fe-7602, U+7608-760a, U+760c-760d, U+7610, U+7615-7616, U+7618-7620, U+7622-7623, U+7625, U+7627, U+7629, U+762b, U+762e, U+7630, U+7632-7635, U+7638, U+763a-763c, U+763e, U+7640, U+7643, U+7646, U+7648-7649, U+764d-764e, U+7654, U+7658, U+765c, U+765f, U+7663-7667, U+7669, U+766b-766d, U+766f-7670, U+7676, U+7678-767a, U+767f-7681, U+7683, U+7688, U+768a-768b, U+768e, U+7690, U+7695-7696, U+769a-769e, U+76a3-76a4, U+76aa, U+76b0-76b1, U+76b4, U+76b7-76b8, U+76c2, U+76c5, U+76c9, U+76cc-76cd, U+76cf-76d1, U+76d6-76d8, U+76e5-76e6, U+76e9, U+76ec, U+76f1, U+76f7, U+76f9-76fb, U+76ff-7700, U+7704-7705;
}
/* [52] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.52.woff2) format('woff2');
  unicode-range: U+749c-74a1, U+74a3, U+74a5-74a7, U+74a9-74ab, U+74ae, U+74b1-74b2, U+74b5, U+74b8, U+74ba, U+74bf, U+74c5, U+74c8, U+74cc-74cd, U+74d2, U+74d4, U+74d6, U+74d8, U+74da, U+74de-74e0, U+74e2, U+74e4, U+74e8-74e9, U+74ee-74ef, U+74f4, U+74f9, U+74fb, U+74ff-7501, U+7503, U+7507, U+750c-750d, U+7511, U+7513, U+7515-7517, U+7519, U+751e, U+7521, U+7525, U+752a, U+752c-752f, U+7534, U+753e, U+7542, U+7545, U+7547-7548, U+754a-754b, U+754e, U+7551, U+755a-755b, U+755d, U+7560, U+7563-7564, U+7566-7568, U+756c-756f, U+7572-7575, U+7577-757a, U+757c, U+757e-757f, U+7583-7584, U+7587, U+7589, U+758b-758e, U+7590, U+7592, U+7594-7595, U+7597, U+7599-759a, U+759d, U+759f, U+75a1-75a3, U+75a5, U+75a7, U+75aa, U+75ac, U+75ae-75b1, U+75b3-75b4, U+75b8, U+75bd, U+75c0, U+75c2-75c4, U+75c9-75ca, U+75cc;
}
/* [53] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.53.woff2) format('woff2');
  unicode-range: U+73b4-73ba, U+73bc, U+73bf, U+73c2, U+73c4-73c6, U+73c9, U+73cb-73cc, U+73ce-73d2, U+73d6-73d7, U+73d9, U+73db-73de, U+73e3, U+73e5-73eb, U+73ef, U+73f5-73f7, U+73f9-73fa, U+73fc-73fd, U+7400-7401, U+7404-7405, U+7407-7408, U+740a-740d, U+740f-7410, U+7416, U+741a-741b, U+741d-741e, U+7420-7425, U+7428-7429, U+742c-7432, U+7435-7436, U+7438-743a, U+743c-7442, U+7445-7446, U+7448-744a, U+7451-7452, U+7454, U+7457, U+7459, U+745d, U+7460-7462, U+7465, U+7467-7468, U+746c-746e, U+7471-7477, U+7479-747a, U+747c-747f, U+7481-7482, U+7484-7486, U+7488-748a, U+748e-7490, U+7492, U+7498, U+749a;
}
/* [54] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.54.woff2) format('woff2');
  unicode-range: U+7281-7282, U+7284, U+7287, U+728a, U+728d, U+7292, U+7296, U+7298, U+729b, U+729f-72a2, U+72ad-72ae, U+72b0-72b5, U+72b8-72b9, U+72bc-72bd, U+72c1, U+72c3, U+72c5-72c6, U+72c8, U+72cc-72ce, U+72d2, U+72d4, U+72db, U+72dd, U+72df, U+72e1, U+72e8, U+72ec-72ee, U+72f1, U+72f3-72f4, U+72f7, U+72fa-72fb, U+72fd, U+7300-7301, U+7304, U+7307, U+730a-730b, U+730e, U+7313, U+7315-7317, U+7319, U+731e-731f, U+7322, U+7328-732e, U+7330-7331, U+7337, U+733a-733c, U+733e, U+7340-7341, U+7343, U+734c-734d, U+734f-7350, U+7352, U+7355, U+7357, U+7359-735a, U+7360-7363, U+7365, U+7369-7370, U+7373-7374, U+7377, U+737a, U+737c, U+737e, U+7380, U+7385-7386, U+738a, U+738e-738f, U+7391-7395, U+7397-7398, U+739b, U+73a0-73a2, U+73a5-73a8, U+73ad-73ae, U+73b3;
}
/* [55] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.55.woff2) format('woff2');
  unicode-range: U+7115-7116, U+7118, U+711c, U+711e, U+7120, U+7122, U+712e-712f, U+7131, U+7134, U+713c, U+713f, U+7143, U+7145-7147, U+714a-714b, U+7150-7153, U+7155-7156, U+715a, U+7160, U+7162, U+7166, U+7168, U+716c, U+7171, U+7173, U+7178, U+717a-717b, U+717d, U+7180-7181, U+7185, U+7187-7188, U+718b, U+718f-7190, U+7192, U+7196-7198, U+719a-719c, U+71a0, U+71a4, U+71a8, U+71af, U+71b2-71b3, U+71b5, U+71b7-71ba, U+71be, U+71c1, U+71c4, U+71ca-71cb, U+71ce-71d0, U+71d4, U+71d7-71d8, U+71da, U+71dc, U+71e0-71e1, U+71e7, U+71ec, U+71ee, U+71f4-71f6, U+71f9, U+71fc, U+71fe-7201, U+7203, U+7207, U+7209, U+720c, U+7213-7215, U+7217, U+721a, U+721d, U+7222-7223, U+7228, U+722b, U+7230, U+7237, U+723b, U+723f-7242, U+724b, U+724d, U+7252-7253, U+7256, U+7258, U+725d, U+7263-7266, U+726a-726b, U+726e-7270, U+7273-7275, U+7277, U+727a-727b, U+727e-727f;
}
/* [56] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.56.woff2) format('woff2');
  unicode-range: U+6fec, U+6fee, U+6ff0, U+6ff3, U+6ff5-6ff6, U+6ffa, U+6ffc, U+6fff-7001, U+7003, U+7005-7007, U+700b, U+700d, U+7015, U+7018, U+701b, U+701e, U+7020-7021, U+7023, U+7026-7027, U+702c, U+702f-7032, U+7034-7035, U+7037-703c, U+7040, U+7042-7044, U+7046, U+7049, U+704b, U+704f, U+7052, U+7054-7055, U+705c-7061, U+7064-7069, U+706c-706d, U+706f, U+7073-7075, U+7078, U+707a, U+707e-7081, U+7085-7086, U+7089, U+7090-7091, U+7094-7096, U+7098, U+709c, U+709f, U+70a1, U+70a4, U+70a9, U+70ac, U+70af-70b2, U+70b4-70b5, U+70b7, U+70bb-70be, U+70c0-70c3, U+70ca-70cb, U+70d2, U+70d4-70d5, U+70d9-70dd, U+70df, U+70e6-70e9, U+70eb-70ec, U+70ef, U+70f1, U+70f4, U+70f7, U+70fa, U+70fd, U+70ff, U+7104, U+7106, U+7109, U+710c, U+7110, U+7113-7114;
}
/* [57] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.57.woff2) format('woff2');
  unicode-range: U+6eda-6edb, U+6edd-6ede, U+6ee2, U+6ee4-6ee5, U+6ee8-6ee9, U+6eeb, U+6eee, U+6ef3, U+6ef8-6efb, U+6f00, U+6f08-6f0a, U+6f0d-6f0e, U+6f11-6f13, U+6f15, U+6f19-6f1a, U+6f23, U+6f25-6f2a, U+6f2d-6f31, U+6f33-6f36, U+6f3a-6f3c, U+6f40-6f41, U+6f43-6f44, U+6f47, U+6f4d-6f4f, U+6f53, U+6f57, U+6f59-6f5a, U+6f5c, U+6f5e-6f61, U+6f63, U+6f66-6f67, U+6f69-6f6c, U+6f6f, U+6f72-6f78, U+6f7a-6f7f, U+6f81-6f82, U+6f87, U+6f89, U+6f8b-6f8d, U+6f90, U+6f92, U+6f94-6f97, U+6f9c, U+6f9f-6fa0, U+6fa2-6fa3, U+6fa5-6fa8, U+6faa-6fab, U+6fae-6faf, U+6fb4, U+6fb6, U+6fb9-6fba, U+6fbc, U+6fc2, U+6fc6-6fcb, U+6fce, U+6fd1-6fd2, U+6fd4, U+6fd8, U+6fda, U+6fde, U+6fe0-6fe2, U+6fe8-6fe9;
}
/* [58] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.58.woff2) format('woff2');
  unicode-range: U+6dd6, U+6dd9, U+6ddb-6de0, U+6de2-6de6, U+6de9, U+6dec, U+6def-6df0, U+6df2, U+6df4, U+6df6, U+6df8, U+6dfc-6dfd, U+6e00, U+6e02-6e03, U+6e07-6e0b, U+6e0d-6e0e, U+6e10, U+6e13-6e15, U+6e17, U+6e19-6e1a, U+6e1d, U+6e1f, U+6e22, U+6e24-6e25, U+6e27, U+6e2b, U+6e2d-6e2e, U+6e30-6e31, U+6e36, U+6e39-6e3a, U+6e3c-6e3d, U+6e40-6e41, U+6e44-6e45, U+6e47, U+6e49, U+6e4b, U+6e4d-6e4f, U+6e51, U+6e53-6e54, U+6e59, U+6e5c, U+6e5e-6e61, U+6e63-6e66, U+6e69-6e6b, U+6e6e, U+6e70-6e76, U+6e78, U+6e7c, U+6e7f-6e80, U+6e83, U+6e85-6e86, U+6e88-6e89, U+6e8b, U+6e8d-6e8f, U+6e93, U+6e98-6e9a, U+6e9f, U+6ea1, U+6ea4-6ea7, U+6eae, U+6eb1-6eb2, U+6eb4-6eb5, U+6eb7, U+6ebd, U+6ec1-6ec3, U+6ec7-6ec9, U+6ecd-6ed0, U+6ed3-6ed6, U+6ed8;
}
/* [59] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.59.woff2) format('woff2');
  unicode-range: U+6cdd-6cde, U+6ce0, U+6ce7, U+6ce9-6cec, U+6cee-6cef, U+6cf1, U+6cf7-6cf8, U+6cfb-6cfe, U+6d00-6d02, U+6d04, U+6d06-6d07, U+6d09-6d0a, U+6d0c, U+6d0e-6d12, U+6d18-6d1a, U+6d1f, U+6d22-6d24, U+6d27-6d28, U+6d2b, U+6d2d-6d31, U+6d33-6d3a, U+6d3c, U+6d3f, U+6d43-6d47, U+6d4a-6d4b, U+6d4e-6d4f, U+6d51-6d53, U+6d57-6d58, U+6d5a, U+6d5c, U+6d5e-6d65, U+6d67, U+6d6c-6d6d, U+6d6f-6d70, U+6d72, U+6d75, U+6d79, U+6d7c, U+6d7f, U+6d82, U+6d85, U+6d87, U+6d8e-6d8f, U+6d91-6d95, U+6d97-6d99, U+6d9b, U+6d9d, U+6d9f, U+6da1, U+6da4, U+6da6-6dac, U+6db3-6db4, U+6db7-6db8, U+6dbe-6dc0, U+6dc2, U+6dc4-6dc5, U+6dc8-6dca, U+6dcc-6dcd, U+6dcf-6dd0, U+6dd2-6dd3, U+6dd5;
}
/* [60] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.60.woff2) format('woff2');
  unicode-range: U+6bc1-6bc2, U+6bcc, U+6bce, U+6bd0-6bd1, U+6bd5-6bd9, U+6bde, U+6be1, U+6bec, U+6bf3, U+6bf9, U+6bfd, U+6bff-6c00, U+6c02, U+6c05-6c06, U+6c0a, U+6c0c-6c0d, U+6c10, U+6c13, U+6c16, U+6c18-6c1a, U+6c1f, U+6c21-6c22, U+6c24, U+6c26, U+6c28-6c2a, U+6c2c, U+6c2e-6c33, U+6c35-6c37, U+6c39-6c3a, U+6c3d-6c3f, U+6c43, U+6c46, U+6c49-6c4f, U+6c54-6c55, U+6c58, U+6c5a-6c5c, U+6c5e, U+6c64-6c69, U+6c6b-6c6f, U+6c71-6c75, U+6c78-6c79, U+6c7c, U+6c7e, U+6c82, U+6c84-6c87, U+6c8c-6c8d, U+6c8f, U+6c93-6c94, U+6c98, U+6c9a, U+6c9d, U+6c9f, U+6ca2, U+6ca5-6ca8, U+6caa, U+6cac-6cb2, U+6cb4-6cb5, U+6cba, U+6cbc, U+6cc2-6cc3, U+6cc5-6cc7, U+6cd0-6cd2, U+6cd4, U+6cd6-6cd7, U+6cd9-6cda, U+6cdc;
}
/* [61] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.61.woff2) format('woff2');
  unicode-range: U+6a35, U+6a3b, U+6a3e-6a40, U+6a47-6a48, U+6a50, U+6a52, U+6a55-6a57, U+6a5a-6a5b, U+6a5e, U+6a62, U+6a66, U+6a6a, U+6a71, U+6a79, U+6a7c, U+6a7e-6a81, U+6a84, U+6a87, U+6a89, U+6a8d-6a8e, U+6a90-6a92, U+6a97, U+6a9c, U+6a9e-6aa1, U+6aa3-6aa5, U+6aa8, U+6aab, U+6aae, U+6ab5, U+6aba, U+6abe, U+6ac2, U+6ac5-6ac6, U+6ac8-6ac9, U+6acc, U+6ad3, U+6ada-6adb, U+6add-6adf, U+6ae3, U+6ae7-6ae8, U+6aea-6aec, U+6af1, U+6af3, U+6af8, U+6afa, U+6afc, U+6b05, U+6b09, U+6b0e-6b13, U+6b17, U+6b1d-6b1e, U+6b25, U+6b2c, U+6b31, U+6b35-6b37, U+6b39, U+6b3b, U+6b40, U+6b43, U+6b46, U+6b48, U+6b53-6b55, U+6b59, U+6b5b, U+6b5f-6b60, U+6b68-6b69, U+6b6f, U+6b74, U+6b7a, U+6b7c, U+6b7f-6b84, U+6b86-6b87, U+6b89, U+6b8b, U+6b8d, U+6b91-6b93, U+6b9b, U+6b9e, U+6ba1-6ba2, U+6ba4, U+6baa-6bab, U+6bad-6bae, U+6bb2-6bb4, U+6bbb, U+6bbd;
}
/* [62] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.62.woff2) format('woff2');
  unicode-range: U+6904, U+6906-6907, U+6909, U+690b, U+690f-6910, U+6917, U+691a-691c, U+6925, U+692a, U+692c-692d, U+6932, U+6934, U+6939, U+693c-6940, U+6942, U+6949, U+6952, U+6954-6957, U+6959, U+695b-695f, U+6961-696c, U+696e-6970, U+6973-6974, U+6976, U+6978-697a, U+697c, U+6980, U+6984-6986, U+6988-698a, U+698d-698e, U+6990-6991, U+6994, U+6996-699b, U+699e, U+69a3-69a7, U+69ab, U+69ad, U+69af, U+69b1, U+69b3, U+69b6-69b7, U+69bb-69bc, U+69bf, U+69c1, U+69c3-69c5, U+69c7, U+69ca, U+69cc, U+69ce, U+69d0-69d1, U+69d4, U+69d8-69d9, U+69db, U+69df, U+69e4, U+69e8-69ea, U+69ed-69ee, U+69f1-69f4, U+69f6, U+69f8, U+69fa-69fb, U+69ff-6a00, U+6a05, U+6a0a-6a0b, U+6a17-6a18, U+6a1b, U+6a28-6a2b, U+6a31-6a32;
}
/* [63] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.63.woff2) format('woff2');
  unicode-range: U+67dc-67e0, U+67e2, U+67e4, U+67e9-67ea, U+67f0, U+67f2, U+67f6-67f8, U+67fa-67fb, U+67fe, U+6800-6805, U+6808-6809, U+680b, U+680e-680f, U+6811-6812, U+6814, U+6816, U+6818, U+681c-681e, U+6820, U+6822, U+6825, U+6827-6829, U+682b, U+682e-682f, U+6831-6834, U+683a-683b, U+683e, U+6840-6841, U+6844-6845, U+6849, U+684e, U+6853, U+6855-6856, U+685c-685d, U+685f, U+6861-6863, U+6865-6869, U+686b, U+686d, U+686f, U+6871-6872, U+6874-6875, U+6877, U+6879, U+687b-687c, U+687e, U+6880, U+6882-6883, U+6886, U+688f, U+6891-6892, U+6894, U+6896, U+6898, U+689b-689c, U+689f-68a0, U+68a2-68a3, U+68a6, U+68a9, U+68b1-68b2, U+68b4, U+68b6, U+68c0, U+68c3, U+68c6, U+68c8, U+68ca, U+68d0-68d1, U+68d3, U+68d6, U+68e1, U+68e3, U+68e6, U+68e8-68ec, U+68ef-68f1, U+68f3, U+68f6-68f7, U+68f9, U+68fb-68fd, U+6900, U+6902;
}
/* [64] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.64.woff2) format('woff2');
  unicode-range: U+66b3, U+66b5, U+66b8-66bc, U+66be, U+66c1, U+66c4, U+66c7-66c8, U+66cc, U+66cf, U+66d5, U+66d8-66db, U+66df, U+66e1-66e2, U+66e8-66e9, U+66ef, U+66f1, U+66f5, U+66f7, U+66fa, U+66fd, U+6705, U+670a, U+670f-6710, U+6713-6715, U+6718-6719, U+6720, U+6722-6727, U+6729, U+672e, U+6733, U+6736, U+6738-6739, U+673f-6740, U+6742, U+6745, U+6747-6748, U+674b-674d, U+6753, U+6755, U+6759, U+675d-675e, U+6760, U+6762-6763, U+6767-676a, U+676c, U+676e, U+6772-6777, U+677a-677c, U+6782, U+6786-6787, U+678a-678c, U+678e-678f, U+6791-6793, U+6796, U+6798-6799, U+679f-67a3, U+67a5, U+67aa-67ae, U+67b0-67b5, U+67b7-67bc, U+67c0-67c3, U+67c5-67c6, U+67c8-67ca, U+67ce, U+67d2, U+67d8-67d9, U+67db;
}
/* [65] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.65.woff2) format('woff2');
  unicode-range: U+6565, U+6567, U+656b, U+656d-656e, U+6573, U+6576, U+6579-657b, U+6581, U+6586, U+6588-6589, U+658b, U+658e, U+6593, U+6595, U+659b, U+659d, U+659f-65a1, U+65a9, U+65ab, U+65ad, U+65b2-65b3, U+65b5, U+65bb, U+65be-65bf, U+65c2-65c4, U+65c6, U+65cc, U+65ce, U+65d2, U+65d6, U+65db, U+65e1, U+65e3, U+65e7, U+65ee-65f0, U+65f2-65f4, U+65f7-65f8, U+65fc-65fd, U+6600, U+6603-6605, U+6609, U+660d, U+6610-6611, U+6619, U+661c-661e, U+6621-6622, U+6624, U+6626, U+6629, U+662b, U+6630, U+6633-6636, U+6639-663d, U+6640-6641, U+6644-6645, U+664a-664c, U+6653-6657, U+6659, U+665b, U+665d-665e, U+6661-6667, U+6669, U+666c, U+6672-6673, U+6677-6679, U+667b-667e, U+6681-6684, U+668b-6690, U+6692, U+6698, U+669d, U+669f-66a0, U+66a6-66a7, U+66aa, U+66b2;
}
/* [66] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.66.woff2) format('woff2');
  unicode-range: U+642b, U+642f-6430, U+6432, U+6434, U+6437, U+643a, U+643d-6444, U+6446-6447, U+644a-644b, U+644e, U+6450-6453, U+6456, U+6459, U+645b-645c, U+645e, U+6460-6461, U+6463-6465, U+6468, U+646c-646e, U+6470, U+6472-6477, U+6479, U+647b, U+647d, U+6480, U+6482, U+6485, U+648b-648c, U+6491, U+6493, U+6496-649a, U+649d, U+649f-64a0, U+64a2-64a3, U+64ac, U+64b1, U+64b3-64b4, U+64b7-64b9, U+64bb, U+64be, U+64c0, U+64c3-64c4, U+64d0, U+64d2, U+64d5, U+64d7-64d8, U+64e1-64e4, U+64e7, U+64e9, U+64ed, U+64ef-64f0, U+64f3, U+64f8, U+64fb-64fc, U+64ff, U+6504-6506, U+6509, U+6511-6512, U+6516, U+6518-6519, U+651b, U+6520-6523, U+6525-6526, U+6529, U+652b, U+652e, U+6530, U+6532, U+6534-6535, U+6537-6538, U+653a, U+653d, U+6542-6543, U+6549, U+654c-654e, U+6554-6555, U+655b, U+655d, U+6561, U+6564;
}
/* [67] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.67.woff2) format('woff2');
  unicode-range: U+6312-6313, U+6319-631b, U+631d-6321, U+6323-6325, U+632d-632e, U+6332, U+6334-6339, U+633b-633c, U+633e-6340, U+6342-6346, U+634b-634c, U+634e, U+6352, U+6357, U+635a, U+635c, U+635e-635f, U+6361, U+6363, U+6365, U+6369, U+636b-636d, U+636f-6370, U+6373, U+6375-6376, U+637a-637b, U+637d, U+6381, U+6384, U+6387, U+638a, U+638d-638e, U+6390, U+6394-6397, U+639e-639f, U+63a3-63a4, U+63a6, U+63ac-63af, U+63b1-63b4, U+63b7, U+63b9-63bb, U+63bd-63be, U+63c3-63c4, U+63c8, U+63cd-63ce, U+63d1, U+63d6, U+63dc, U+63de, U+63e0, U+63e3-63e4, U+63e6, U+63e9, U+63f0, U+63f2-63f3, U+63f5-63f8, U+63fa, U+63fc-63fe, U+6400-6402, U+6405-6406, U+6409-640c, U+6410, U+6414-6415, U+6418, U+641b, U+641f-6423, U+6425-6428, U+642a;
}
/* [68] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.68.woff2) format('woff2');
  unicode-range: U+61cc-61cd, U+61d0, U+61d2, U+61de-61e0, U+61e3, U+61e6, U+61e8, U+61ed-61ee, U+61f5, U+61f9-61fa, U+61fd-61fe, U+6207, U+6209, U+620d-620e, U+6213-6215, U+6219, U+621b, U+621d-6223, U+6225-6227, U+6229, U+622b-622c, U+622e-622f, U+6231, U+6238, U+623b, U+623d-623e, U+6242-6243, U+6246, U+6248-6249, U+624c, U+6251, U+6255, U+6259-625a, U+625e, U+6260-6262, U+6265-6267, U+6269, U+626b-626c, U+6270-6273, U+6275, U+627a-627d, U+6283, U+6285-6286, U+6289, U+628c, U+628e, U+6294, U+629a-629e, U+62a0, U+62a2, U+62a6, U+62a8, U+62af, U+62b3, U+62b6, U+62ba-62bb, U+62be-62bf, U+62c2, U+62c4-62c5, U+62c8, U+62ca, U+62cf, U+62d1, U+62d5, U+62d7, U+62d9, U+62dd, U+62df-62e3, U+62e5-62e8, U+62ee, U+62f4-62fb, U+62fd, U+6300, U+6302, U+6308, U+630c-630e, U+6310;
}
/* [69] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.69.woff2) format('woff2');
  unicode-range: U+60b0-60b1, U+60b3-60b5, U+60b8, U+60bb, U+60bd-60be, U+60c0, U+60c6-60c7, U+60ca-60cb, U+60d3-60d5, U+60d7-60db, U+60dd, U+60e2-60e3, U+60e6-60f0, U+60f2, U+60f4, U+60f6, U+60fa-60fb, U+60ff-6100, U+6103, U+6106, U+610a-610b, U+610d-610e, U+6110, U+6112-6116, U+6120, U+6123-6124, U+6128-6130, U+6134, U+6136, U+613c-613f, U+6144, U+6146-6147, U+6149-614a, U+614d, U+6151-6153, U+6159-615a, U+615c-615f, U+6164-6165, U+6169-616d, U+616f, U+6171-6175, U+6177, U+617a, U+617c, U+617f-6180, U+6187, U+618a-618e, U+6192-6194, U+6199-619b, U+619f, U+61a1, U+61a7-61a8, U+61aa-61af, U+61b8, U+61ba, U+61bf, U+61c3, U+61c6, U+61ca-61cb;
}
/* [70] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.70.woff2) format('woff2');
  unicode-range: U+5f82-5f84, U+5f87, U+5f89-5f8a, U+5f8d, U+5f93, U+5f95, U+5f98-5f99, U+5f9b-5f9c, U+5fa0, U+5fa4, U+5fa6-5fa8, U+5fab-5fad, U+5fb3-5fb4, U+5fbc, U+5fc4, U+5fc6, U+5fc9, U+5fcb, U+5fce-5fd6, U+5fdc-5fdf, U+5fe1, U+5fe4, U+5fe7, U+5fea, U+5fec-5fee, U+5ff1, U+5ff3, U+5ff8, U+5ffa-5ffc, U+5fff-6000, U+6002, U+6005, U+600a, U+600d, U+600f-6010, U+6014, U+6017, U+6019-601c, U+601e, U+6020, U+6022, U+6026, U+6029, U+602b-602c, U+602e-602f, U+6031, U+6033-6035, U+6039, U+603c, U+6040-6043, U+6045, U+6047, U+604a-604c, U+604f, U+6053, U+6059-605b, U+605d, U+6060, U+6063, U+6067, U+606a-606b, U+606e, U+6072-6076, U+6078, U+607a, U+607c, U+607f-6081, U+6083, U+6086, U+608a, U+608c, U+608e, U+6092-6093, U+6095-6097, U+609b, U+609d, U+60a2, U+60a6-60a7, U+60a9-60aa, U+60ac-60ad, U+60af;
}
/* [71] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.71.woff2) format('woff2');
  unicode-range: U+5e3c, U+5e40, U+5e42-5e44, U+5e47, U+5e54, U+5e57-5e5b, U+5e5e-5e5f, U+5e61-5e62, U+5e64, U+5e6a, U+5e6c, U+5e6e, U+5e75, U+5e77, U+5e7a, U+5e80-5e81, U+5e83, U+5e86, U+5e88, U+5e8b, U+5e90, U+5e92, U+5e96, U+5e99, U+5e9b, U+5e9d-5ea2, U+5ea4-5ea5, U+5eb3-5eb6, U+5eb9, U+5ebe, U+5ec3-5ec4, U+5ec6, U+5ecb-5ecd, U+5ed0-5ed2, U+5ed4-5ed5, U+5ed8-5ed9, U+5edb, U+5edd, U+5ee1, U+5ee8-5ee9, U+5eec, U+5eef-5ef0, U+5ef4-5ef5, U+5ef8, U+5efb-5efc, U+5efe, U+5f01-5f03, U+5f05, U+5f07-5f09, U+5f0b-5f0e, U+5f10-5f12, U+5f14, U+5f16, U+5f1b, U+5f1d, U+5f22, U+5f25, U+5f28-5f29, U+5f2d, U+5f2f-5f30, U+5f36, U+5f38-5f39, U+5f3c, U+5f3e, U+5f40-5f42, U+5f45-5f46, U+5f4a, U+5f50-5f52, U+5f54, U+5f56-5f58, U+5f5a-5f5e, U+5f61, U+5f63, U+5f66-5f67, U+5f6b, U+5f72-5f74, U+5f76, U+5f78, U+5f7b, U+5f7d;
}
/* [72] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.72.woff2) format('woff2');
  unicode-range: U+5ce6, U+5ce8-5cea, U+5ced-5cee, U+5cf1, U+5cf4-5cf5, U+5cf8, U+5cfe-5d00, U+5d06, U+5d08, U+5d0a-5d0d, U+5d15, U+5d18, U+5d1a, U+5d1d, U+5d1f-5d22, U+5d24, U+5d26-5d28, U+5d2c-5d2e, U+5d33-5d35, U+5d3d, U+5d3f, U+5d42-5d43, U+5d46-5d47, U+5d49-5d4b, U+5d4e, U+5d52-5d53, U+5d57-5d59, U+5d5b-5d5c, U+5d65, U+5d68-5d69, U+5d6b-5d6c, U+5d6f, U+5d74-5d75, U+5d7e-5d7f, U+5d81-5d82, U+5d85-5d88, U+5d8b-5d8c, U+5d92, U+5d94, U+5d97, U+5d99, U+5d9d, U+5da0-5da2, U+5da7, U+5da9-5daa, U+5dae, U+5db2, U+5db4, U+5db7-5db8, U+5dbd, U+5dc2-5dc5, U+5dc9, U+5dcb-5dcd, U+5dd2, U+5dd6, U+5dd8, U+5ddb-5ddc, U+5de0, U+5de3, U+5de9, U+5df0, U+5df3, U+5df5, U+5df9, U+5dfb-5dfd, U+5e00-5e01, U+5e04-5e05, U+5e0a, U+5e11, U+5e14, U+5e18-5e1c, U+5e1f-5e22, U+5e27-5e28, U+5e2f-5e30, U+5e34, U+5e37, U+5e3a;
}
/* [73] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.73.woff2) format('woff2');
  unicode-range: U+5b84, U+5b8d, U+5b92-5b93, U+5b95-5b96, U+5b9f-5ba1, U+5ba6-5ba8, U+5baa-5bad, U+5bbd-5bbe, U+5bc0-5bc1, U+5bc3, U+5bd0-5bd1, U+5bd4-5bd8, U+5bdb-5bdd, U+5be4-5be5, U+5bef, U+5bf3, U+5bfb, U+5bfe-5bff, U+5c02-5c03, U+5c05, U+5c09, U+5c0c, U+5c10, U+5c12-5c13, U+5c15, U+5c18-5c19, U+5c1b, U+5c1d-5c1f, U+5c22, U+5c25, U+5c27-5c28, U+5c2a-5c2b, U+5c34, U+5c38, U+5c3d, U+5c42, U+5c44, U+5c47, U+5c49-5c4a, U+5c50, U+5c53, U+5c58-5c59, U+5c5b, U+5c5d, U+5c61, U+5c63, U+5c68, U+5c6d-5c6e, U+5c74, U+5c79-5c84, U+5c86, U+5c88, U+5c8a-5c8d, U+5c92-5c9c, U+5ca0, U+5ca2-5ca3, U+5ca5-5ca7, U+5cab-5cad, U+5cb5, U+5cb7, U+5cba-5cbb, U+5cc1, U+5cc8, U+5cca-5ccb, U+5cce, U+5cd2, U+5cd6, U+5cd8-5cda, U+5cdf-5ce1, U+5ce5;
}
/* [74] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.74.woff2) format('woff2');
  unicode-range: U+5a57, U+5a5d-5a5e, U+5a60-5a62, U+5a65, U+5a67, U+5a6a, U+5a6c-5a6d, U+5a73-5a76, U+5a7a-5a7c, U+5a81-5a84, U+5a8c, U+5a90, U+5a93, U+5a96-5a97, U+5a9c, U+5a9e-5aa0, U+5aa4, U+5aa7, U+5aab-5aac, U+5aae-5aaf, U+5ab1, U+5ab4-5ab5, U+5ab8, U+5aba-5abc, U+5abe-5abf, U+5ac3-5ac4, U+5ac6-5acb, U+5acf-5ad2, U+5ad4-5adc, U+5ae0-5ae1, U+5ae3, U+5ae5-5ae6, U+5ae8, U+5aea-5aeb, U+5aee, U+5af0, U+5af2, U+5af5, U+5afa, U+5aff, U+5b01, U+5b05, U+5b08, U+5b0b, U+5b11, U+5b16-5b17, U+5b19, U+5b1b, U+5b1d, U+5b21-5b23, U+5b28, U+5b2a-5b2d, U+5b32, U+5b34, U+5b36-5b38, U+5b3e-5b40, U+5b43-5b46, U+5b4b-5b4c, U+5b51, U+5b53, U+5b59, U+5b5b-5b5c, U+5b62, U+5b65, U+5b6c-5b6e, U+5b70-5b73, U+5b75, U+5b7a-5b7b, U+5b7d, U+5b7f-5b82;
}
/* [75] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.75.woff2) format('woff2');
  unicode-range: U+5910-5911, U+5914, U+5919, U+591b, U+591f, U+5923-5924, U+592c, U+5932, U+5938-593a, U+5940, U+5942, U+5944, U+594b-594c, U+594e, U+5950, U+5953, U+5956, U+5958, U+595a, U+5961, U+5966, U+5968-5969, U+596c-596d, U+5975, U+5977, U+597b-597c, U+597e, U+5980-5981, U+5986-5988, U+598a, U+598f, U+5997-5998, U+599f-59a3, U+59a6-59a7, U+59a9, U+59ab-59ac, U+59af, U+59b1-59b2, U+59b6, U+59b8, U+59ba, U+59be, U+59c1, U+59c3, U+59c7-59c9, U+59cd-59ce, U+59d2, U+59d6-59d9, U+59dd-59de, U+59e0, U+59e3-59e5, U+59e9-59eb, U+59ee, U+59f1-59f3, U+59f5-59f9, U+59fc-59fd, U+5a00, U+5a04-5a07, U+5a09, U+5a0c, U+5a11, U+5a13, U+5a16-5a17, U+5a1a, U+5a1e, U+5a20, U+5a23-5a24, U+5a29-5a2b, U+5a2d-5a2f, U+5a32-5a34, U+5a38, U+5a3c, U+5a3f-5a44, U+5a47-5a48, U+5a4a, U+5a4c-5a4d, U+5a50-5a51, U+5a53, U+5a56;
}
/* [76] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.76.woff2) format('woff2');
  unicode-range: U+57a9, U+57ab, U+57b5, U+57b8-57bb, U+57c2, U+57c5-57c8, U+57cc, U+57cf, U+57d2, U+57dc-57de, U+57e1-57e2, U+57e5, U+57e7, U+57ed-57ee, U+57f0, U+57f3-57f6, U+57f8, U+57fb-57fd, U+5800-5801, U+5803-5804, U+5807, U+5809-580b, U+580d-580e, U+5810-5811, U+5814-5815, U+5819, U+581d-581e, U+5820, U+5823, U+5826, U+582c-582d, U+5830, U+583a, U+583f-5841, U+5848, U+584b, U+584d, U+584f, U+5852, U+5859-585a, U+585c, U+5861, U+5864, U+5868-5869, U+586c-586d, U+5871-5872, U+5879, U+587c-5881, U+5887-5889, U+588e, U+5890-5892, U+5896-5899, U+589d, U+58a1, U+58a3, U+58a6, U+58a9, U+58ac, U+58b0-58b1, U+58bb-58bc, U+58c2, U+58c5-58c6, U+58ca, U+58cc, U+58ce, U+58d0-58d1, U+58d5, U+58d9-58da, U+58df-58e0, U+58e9, U+58ec, U+58ee, U+58f1-58f3, U+58f6-58f7, U+58fb-58fc, U+5900, U+5902, U+5906, U+5909-590c, U+590e;
}
/* [77] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.77.woff2) format('woff2');
  unicode-range: U+567b-567c, U+5680, U+5684-5686, U+568c, U+568e-568f, U+5692-5693, U+5697-5699, U+569c, U+569e, U+56a1-56a7, U+56a9, U+56ab-56ad, U+56af, U+56b3, U+56b5-56b6, U+56b8, U+56bf-56c1, U+56c3, U+56c5, U+56c7-56c8, U+56cb-56cc, U+56d1-56d4, U+56d6-56d9, U+56dd, U+56df, U+56e1-56e5, U+56ea-56ec, U+56ee-56ef, U+56f1-56f4, U+56f7, U+56f9, U+56ff-5700, U+5703-5704, U+5706-5707, U+5709-570a, U+570c, U+570f, U+5711, U+5717, U+571c, U+5723-5724, U+5727, U+5729-572a, U+572c, U+572e-572f, U+5734-5735, U+573b, U+5741, U+574b-574d, U+574f, U+5752, U+5754, U+575a-5760, U+5763, U+5768-5769, U+576b, U+576d, U+576f-5770, U+5772-5775, U+5777, U+577b-577d, U+5780, U+5784, U+5788, U+578c, U+578e, U+5792-5793, U+5795, U+579a-579b, U+579f-57a1, U+57a4, U+57a6;
}
/* [78] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.78.woff2) format('woff2');
  unicode-range: U+555c, U+5562-5563, U+5567, U+5569, U+556b-556c, U+5570, U+5575-5579, U+557b-557c, U+557f, U+5581, U+5583, U+5586, U+5588, U+558b, U+558f, U+5591, U+5599, U+559f, U+55a1, U+55a3, U+55a5-55a6, U+55a8-55a9, U+55ab, U+55ad, U+55b0-55b1, U+55b3, U+55b6-55b7, U+55b9, U+55bc-55bd, U+55c4-55c5, U+55c7, U+55c9, U+55cc-55cd, U+55d0, U+55d2, U+55d4-55d9, U+55db, U+55dd-55df, U+55e1-55e6, U+55e9-55ea, U+55ec, U+55ee, U+55f1-55f3, U+55f5-55f7, U+55f9-55fa, U+55fe, U+5600-5602, U+5608, U+560c, U+560f, U+5612-5613, U+5615-5616, U+5618, U+561a, U+561c, U+561e, U+5620, U+5623-5625, U+5627, U+562a, U+562c-562e, U+5630-5631, U+5635-5636, U+5638-563a, U+5640, U+5642-5643, U+5649, U+564c-5650, U+5654, U+5658-565d, U+5664-5666, U+5669, U+566b, U+566d, U+566f, U+5671-5672, U+5676, U+567a;
}
/* [79] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.79.woff2) format('woff2');
  unicode-range: U+5447, U+5449, U+544b-544d, U+5450-5455, U+5457, U+545b-545c, U+545f-5460, U+5463-5464, U+546a-5472, U+5474, U+5476, U+5478, U+547b, U+547e-547f, U+5482-5488, U+548a, U+548d-5491, U+5494, U+5498-549d, U+54a1-54a5, U+54ab, U+54ad-54af, U+54b5, U+54b7, U+54bb-54bc, U+54be-54bf, U+54ca, U+54cc, U+54cf-54d2, U+54d4, U+54d6-54d7, U+54da, U+54de-54df, U+54e2, U+54e4, U+54e7, U+54eb, U+54f3, U+54fd, U+54ff, U+5501-5502, U+5504-5506, U+550a, U+550c, U+550e-550f, U+5511-5513, U+5516-5517, U+551a-551b, U+551e, U+5520, U+5524, U+5526-5527, U+552a, U+552c-552d, U+5530, U+5532-5533, U+5535-5536, U+553b-553c, U+553e-553f, U+5541-5542, U+5544-5545, U+5547, U+5549, U+554b, U+554d-554e, U+5550-5551, U+5553, U+5555-5557;
}
/* [80] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.80.woff2) format('woff2');
  unicode-range: U+52eb, U+52ed-52ee, U+52f0-52f2, U+52f7, U+52f9-52fa, U+5300-5302, U+530a-530b, U+530d, U+530f-5310, U+5315, U+531a, U+531c-531d, U+532d-532e, U+5331, U+5338, U+533b-533e, U+5344-5345, U+534b-534d, U+534f-5350, U+5358, U+535e-535f, U+5362-5364, U+5367, U+5369, U+536b-536c, U+536e-536f, U+5372, U+5374, U+5379-537a, U+537c-537d, U+5382, U+5385, U+5389, U+538b-538c, U+538e, U+5392-5396, U+5399, U+53a0-53a2, U+53a4-53a6, U+53a8-53a9, U+53ae, U+53b0, U+53b3-53b4, U+53b6-53b7, U+53b9, U+53bf, U+53c1, U+53c4, U+53ce-53cf, U+53d2, U+53d5, U+53d9-53da, U+53df-53e1, U+53e7-53e9, U+53f1, U+53f5-53f6, U+53f9, U+53fb-53fd, U+5400-5402, U+5405-5407, U+540f, U+5412, U+5414-5417, U+541a, U+5420-5421, U+5424-5425, U+5428-5429, U+542c-542f, U+5431-5432, U+5434, U+5437, U+543d, U+543f, U+5441, U+5444-5445;
}
/* [81] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.81.woff2) format('woff2');
  unicode-range: U+5197, U+519a-519c, U+519e, U+51a2, U+51a6-51a9, U+51ab, U+51ad-51af, U+51b1-51b6, U+51ba-51c0, U+51c3-51c5, U+51c7, U+51c9-51cb, U+51ce-51d1, U+51d4, U+51d6, U+51d9, U+51db-51dc, U+51df, U+51e4, U+51e6, U+51e9-51ea, U+51ed, U+51ef, U+51f4-51f5, U+51fc, U+51ff, U+5201-5202, U+5204-5205, U+5208, U+520b, U+520d-520e, U+5213, U+5215-5216, U+5218, U+521a, U+5220, U+5223, U+5226-5228, U+5232-5234, U+5239, U+523c, U+5241-5242, U+5244, U+5249, U+524c, U+5251-5252, U+5255, U+5257, U+525c, U+525e, U+5261, U+5263-5265, U+526e, U+5270, U+5273-5274, U+5277, U+527d, U+527f, U+5281-5282, U+5284, U+528a, U+528c, U+528f, U+5292-5294, U+529d, U+52a6, U+52ac-52ad, U+52b1-52b5, U+52b9, U+52bb-52bc, U+52be-52c0, U+52c5, U+52cb, U+52cd, U+52d0-52d1, U+52d6-52d7, U+52db, U+52e0, U+52e3, U+52e6-52e7;
}
/* [82] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.82.woff2) format('woff2');
  unicode-range: U+5040-5041, U+5043, U+5045-5046, U+5048, U+504a-504e, U+5051-5053, U+505d-5060, U+5063, U+506a, U+506f-5072, U+5078, U+507a-507b, U+507f-5080, U+5088-5089, U+508b-508c, U+508e, U+5092, U+5095-5096, U+509a-509d, U+50a3, U+50a5, U+50a8, U+50af, U+50b1, U+50b4, U+50ba, U+50c2, U+50c6-50ca, U+50cd-50ce, U+50d6, U+50d9, U+50dd-50df, U+50e1, U+50e3, U+50e5-50e6, U+50e8-50ea, U+50ec-50f0, U+50f3, U+50fb, U+50fe, U+5101-5102, U+5105-5109, U+510b-510e, U+5110, U+5113-5115, U+5117, U+511a-511c, U+511e, U+5120-5121, U+5125, U+512b, U+5131, U+5134-5135, U+5138-513c, U+5140, U+514e, U+5150-5151, U+5155-5157, U+515a, U+515f, U+5162, U+516a, U+516e, U+5172, U+5174, U+5179, U+517b, U+517d, U+5182, U+5186, U+5188-5189, U+518b, U+518f, U+5191, U+5193, U+5195-5196;
}
/* [83] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.83.woff2) format('woff2');
  unicode-range: U+4f2d, U+4f31-4f32, U+4f35, U+4f37, U+4f39, U+4f3b, U+4f3e, U+4f41-4f43, U+4f47, U+4f49, U+4f4c, U+4f52, U+4f57-4f58, U+4f5a, U+4f5d-4f5f, U+4f61, U+4f63-4f64, U+4f67, U+4f6a, U+4f6e-4f6f, U+4f72, U+4f74, U+4f76-4f7b, U+4f7d-4f7e, U+4f80-4f82, U+4f84, U+4f89-4f8a, U+4f8e-4f94, U+4f96-4f98, U+4f9a, U+4f9e, U+4fa0-4fa3, U+4fa5-4fa8, U+4faa-4fac, U+4fb2-4fb3, U+4fb7-4fba, U+4fc0-4fc1, U+4fc5-4fc7, U+4fcb, U+4fcd-4fce, U+4fd1, U+4fd3-4fd4, U+4fd8-4fdc, U+4fdf, U+4fe2-4fe5, U+4fe8-4fea, U+4fec-4fed, U+4ff3-4ff6, U+4ff8-4ffa, U+4ffd, U+5000, U+5002, U+5005, U+5008, U+500c, U+500f, U+5013-5015, U+501b-501c, U+501e, U+5022-5025, U+5027-5028, U+502c-502e, U+5030-5032, U+5036, U+503a-503b, U+503e;
}
/* [84] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.84.woff2) format('woff2');
  unicode-range: U+3f97, U+4102, U+411b, U+4181, U+43c8, U+4552, U+4576, U+46e5, U+4837, U+493d, U+4a3b, U+4d09, U+4db6-4dbf, U+4e02, U+4e04-4e05, U+4e0c, U+4e0f-4e10, U+4e15, U+4e17, U+4e1b, U+4e21-4e22, U+4e25, U+4e27, U+4e31, U+4e34, U+4e36-4e37, U+4e3d, U+4e3f-4e42, U+4e44, U+4e47, U+4e49, U+4e4c, U+4e52-4e54, U+4e57, U+4e5a-4e5b, U+4e60-4e61, U+4e69, U+4e6d, U+4e78, U+4e80-4e81, U+4e85, U+4e87, U+4e89-4e8a, U+4e8d, U+4e8f, U+4e93, U+4e96, U+4e98-4e99, U+4e9c, U+4e9f-4ea0, U+4ea2, U+4ea5, U+4ea9, U+4eb0, U+4eb2-4eb3, U+4eb5-4eb7, U+4eb9, U+4ebb-4ebc, U+4ebf, U+4ec2-4ec6, U+4ec8-4ec9, U+4ecf, U+4ed1, U+4ed3, U+4edc-4ee1, U+4ee7-4eeb, U+4eee-4eef, U+4ef1, U+4ef3-4ef5, U+4efa, U+4efc, U+4f00, U+4f02-4f03, U+4f05, U+4f07-4f09, U+4f0b, U+4f0e, U+4f15, U+4f17, U+4f1d-4f1f, U+4f22, U+4f24, U+4f29-4f2b;
}
/* [85] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.85.woff2) format('woff2');
  unicode-range: U+3052, U+305c, U+3062, U+306d, U+307a, U+307c, U+3080, U+308e, U+3090-3091, U+3099-309e, U+30a5, U+30c2, U+30c5, U+30ee, U+30f0-30f2, U+30f4-30f6, U+30fd-30fe, U+3105-3106, U+3108, U+310a-310b, U+310d-3112, U+3115-3117, U+3119, U+3131, U+3134, U+3137, U+3139, U+3141-3142, U+3145, U+3147-3148, U+314b, U+314d-314f, U+3153, U+315c, U+3160-3161, U+3163-3164, U+3181, U+318d, U+3192-3193, U+3196-3198, U+319d-319f, U+3220-3226, U+3231, U+3268, U+3281, U+328b, U+3291-3292, U+3295-3297, U+3299, U+329d, U+329f, U+32a3-32a4, U+32d6, U+32e1, U+3314, U+3322, U+337f, U+338e-338f, U+339c-339e, U+33a1, U+33c4, U+33d1-33d2, U+3440, U+3449, U+3479, U+3551, U+3569, U+35ad, U+35ce, U+36ac, U+373a, U+3863, U+38ec, U+39b8, U+3a02, U+3a17, U+3a52, U+3b22, U+3bd7, U+3bff, U+3ca5, U+3d68, U+3ddb, U+3de7, U+3deb, U+3e03, U+3e74, U+3f08, U+3f0e, U+3f21;
}
/* [86] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.86.woff2) format('woff2');
  unicode-range: U+2748-274f, U+2752-275b, U+275d-275e, U+2761, U+2763, U+2765-2769, U+276e-276f, U+2771, U+2776-277e, U+2780-2782, U+278a-278c, U+2794-2796, U+2798-2799, U+279c-27a6, U+27a8-27ab, U+27ad, U+27af-27b0, U+27b2-27b3, U+27b7-27b9, U+27bc-27bd, U+27bf, U+27e9-27eb, U+27f5-27f6, U+2800, U+28ec, U+2922, U+2934-2935, U+29bf, U+2a2f, U+2b05-2b07, U+2b1b, U+2b50, U+2b55, U+2cf5, U+2e1c-2e1d, U+2f00, U+2f08, U+2f12, U+2f24, U+2f29, U+2f2f, U+2f3c, U+2f3f, U+2f42, U+2f45, U+2f63-2f64, U+2f83, U+2f8f, U+3003-3007, U+3012-3013, U+3016-3019, U+3020-3025, U+3030, U+303d, U+3041, U+3043, U+3045, U+3047, U+3049;
}
/* [87] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.87.woff2) format('woff2');
  unicode-range: U+2649-2656, U+2658-265c, U+265e-2660, U+2662-2664, U+2666-2669, U+266b-266f, U+267b, U+2692-2696, U+2698, U+269b-269c, U+26a0-26a1, U+26a3-26a5, U+26aa-26ac, U+26bd-26be, U+26c4-26c5, U+26c8, U+26d1, U+26d3-26d4, U+26e4, U+26e9-26ea, U+26f0-26f5, U+26f9-26fa, U+26fd, U+2701-2702, U+2704-2706, U+2708, U+270a-2712, U+2714, U+2716-2727, U+2729-273e, U+2740-2747;
}
/* [88] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.88.woff2) format('woff2');
  unicode-range: U+2566-2570, U+2572, U+2574, U+2579, U+2580-258a, U+258c-2595, U+2597, U+25a1, U+25a3-25a4, U+25a6-25ac, U+25b0, U+25b4, U+25b7-25b9, U+25bb, U+25bd, U+25bf-25c2, U+25c7-25ca, U+25cc-25cd, U+25d0-25d9, U+25dc-25e6, U+25ea-25eb, U+25ef, U+25fb-25fe, U+2600-2604, U+2607, U+2609-260b, U+260d-2615, U+2618, U+261a-2623, U+262a, U+262d-2630, U+2638-263e, U+2641-2642, U+2648;
}
/* [89] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.89.woff2) format('woff2');
  unicode-range: U+2475-2481, U+2488-2491, U+24b6-24c5, U+24c7-24ca, U+24cc, U+24ce, U+24d0-24df, U+24e1-24ea, U+24f5, U+24ff, U+2501, U+2503-250d, U+250f-2511, U+2513-2515, U+2517-2518, U+251b-251d, U+2520, U+2523-2524, U+2528, U+252b-252c, U+252f, U+2533-2534, U+2537, U+253b-253c, U+2541, U+2543-2545, U+254b, U+2550-2565;
}
/* [90] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.90.woff2) format('woff2');
  unicode-range: U+2139, U+2153, U+2194-2197, U+2199, U+219d-219e, U+21a0, U+21a9-21aa, U+21ac, U+21af-21b1, U+21b3-21b5, U+21ba-21bb, U+21c4, U+21ca, U+21cc, U+21d0, U+21d2-21d4, U+21d8, U+21dd, U+21e2-21e9, U+2200, U+2202, U+2205-2208, U+220e-220f, U+2211-2212, U+2215, U+2217-221a, U+221d-2220, U+2225, U+2227-222b, U+222e, U+2234-2237, U+223c-223d, U+2248, U+2256, U+2260-2261, U+2264-2265, U+226a-226b, U+226e-226f, U+2282-2283, U+2295-2296, U+2299, U+22a5, U+22b0-22b1, U+22b9, U+22bf, U+22c5-22c6, U+22c8, U+22d0-22d1, U+22ee, U+2312-2313, U+2318, U+231a-231b, U+2323, U+2328, U+239d, U+23a0, U+23af, U+23e4, U+23e9-23ea, U+23ec, U+23f0-23f3, U+23fa, U+2445, U+2460-2471, U+2474;
}
/* [91] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.91.woff2) format('woff2');
  unicode-range: U+1ec0-1ec3, U+1ec5-1ec6, U+1ec9, U+1ecb-1ecd, U+1ecf-1ed1, U+1ed3-1ed5, U+1ed7-1edd, U+1edf, U+1ee1, U+1ee3-1ee7, U+1ee9, U+1eeb, U+1eed, U+1eef-1ef1, U+1ef3, U+1ef7, U+1ef9, U+1f62, U+1fa2, U+2001-2006, U+2009-200a, U+200c-200d, U+200f-2012, U+2015-2016, U+201a, U+201e, U+2020-2021, U+2023-2025, U+2028, U+202a-202d, U+202f-2030, U+2032-2033, U+2035, U+2038, U+203e-203f, U+2042-2044, U+2049, U+204d-204e, U+2060-2061, U+2063, U+2070, U+2074-207b, U+207d-2083, U+208a, U+208d-208e, U+20a1, U+20a4, U+20a6, U+20a8-20ab, U+20ad-20ae, U+20b1-20b3, U+20b5, U+20b8-20ba, U+20bd, U+20dd, U+20e3, U+2105, U+2109, U+2112-2113, U+2115-2117, U+2120-2121, U+2126, U+212b;
}
/* [92] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.92.woff2) format('woff2');
  unicode-range: U+11af, U+11b7, U+11bc, U+121b, U+122d, U+129b, U+12a0, U+13a6, U+13a9, U+13ac, U+13af, U+13b3, U+13c2, U+13e3, U+141b, U+1555, U+1557, U+15dc, U+15e8, U+1780-1782, U+1784-1785, U+1787, U+178a, U+178e-1791, U+1793-179c, U+179f, U+17a2, U+17b6-17b9, U+17bb-17bc, U+17bf-17c7, U+17c9, U+17cb, U+17d0, U+17d2, U+17db, U+1871, U+18fa, U+1bff, U+1d00, U+1d04-1d05, U+1d07, U+1d0a-1d0b, U+1d0d, U+1d0f, U+1d17-1d18, U+1d1b-1d1c, U+1d20-1d22, U+1d25, U+1d2c, U+1d2e, U+1d30-1d31, U+1d33-1d3a, U+1d3c, U+1d3e-1d42, U+1d52, U+1d55, U+1d5b, U+1d5e, U+1d9c, U+1da0, U+1dc4-1dc5, U+1e3b, U+1e43, U+1e45, U+1e47, U+1e63, U+1e6d, U+1e73, U+1ea0, U+1ea2, U+1ea4-1ea9, U+1eab-1eaf, U+1eb1, U+1eb3, U+1eb5, U+1eb7, U+1eb9, U+1ebb, U+1ebd-1ebe;
}
/* [97] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.97.woff2) format('woff2');
  unicode-range: U+2c8-2c9, U+2cc-2cd, U+2d0, U+2d8, U+2da, U+2dc, U+2e1-2e3, U+2e7, U+2eb, U+2ee, U+2f1-2ff, U+302-304, U+306-309, U+30c-30d, U+311, U+31b, U+321, U+323-325, U+328-329, U+32b-32c, U+32e-32f, U+331-33a, U+33c-33f, U+348, U+353, U+358-359, U+35c, U+35e-35f, U+361, U+363, U+367-368, U+36c, U+36f, U+530-535, U+537-540, U+55e, U+561-565, U+568-56d, U+56f-576, U+578-582, U+584, U+5a1, U+5a3-5a4, U+5aa, U+5ae, U+5b0-5b4;
}
/* [98] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.98.woff2) format('woff2');
  unicode-range: U+1af, U+1b1, U+1b4-1be, U+1d0, U+1d2, U+1d4, U+1da, U+1dc-1dd, U+1e1, U+1e3-1e4, U+1e7, U+1e9, U+1eb-1ec, U+1f0-1f1, U+1f3-1f5, U+1f7, U+1f9-1ff, U+219, U+221, U+225-226, U+228-22b, U+22e-22f, U+231-235, U+239, U+23b, U+23e, U+250-252, U+254-255, U+259-25e, U+261-263, U+268-26b, U+26d, U+26f-277, U+279-27a, U+27d-281, U+283, U+28a-28c, U+28f, U+292, U+294-296, U+298-29a, U+29c, U+29f, U+2a1-2a2, U+2a4-2a7, U+2a9-2aa, U+2ae-2b3, U+2b5-2b7, U+2b9-2bf, U+2c2-2c4, U+2c6-2c7;
}
/* [99] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.99.woff2) format('woff2');
  unicode-range: U+a1-a2, U+a4, U+a6-a8, U+aa, U+ac, U+af, U+b1, U+b5-b6, U+b8-ba, U+bc-be, U+c0-c8, U+ca-cc, U+ce-d5, U+d8-df, U+f0, U+f5, U+f8, U+fb, U+fe-100, U+102, U+105, U+107, U+109-10b, U+10f, U+112, U+115, U+117, U+119, U+11b, U+11f, U+121, U+123-124, U+127, U+129, U+12c-12d, U+130-13f, U+141-142, U+144, U+148, U+14b-14c, U+14f-153, U+159-15b, U+15e-160, U+163-166, U+169-16a, U+16d-171, U+173-17e, U+192, U+1a0, U+1a4, U+1aa, U+1ac-1ad;
}
/* [100] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.100.woff2) format('woff2');
  unicode-range: U+a3, U+2ca, U+2223, U+2640, U+273f, U+301c-301d, U+3107, U+310c, U+4e30, U+4e3e, U+4e5e, U+4e71, U+4f26, U+4f7c, U+4f83, U+50da, U+5243, U+5267, U+529e, U+5321, U+5352, U+5477, U+548b, U+54a6, U+54b2, U+54c2, U+54c4, U+54c6, U+54cd, U+54ee, U+5543, U+55d1, U+55d3, U+55f0, U+55fd, U+560d, U+5629, U+5660, U+57ae, U+57e0, U+57e4, U+5904, U+592d, U+5965, U+5a31, U+5a7f, U+5b5a, U+5bb8, U+5c14, U+5c3b, U+5c5c, U+5c5e, U+5d10, U+5e10, U+5e4c, U+603b, U+604d, U+611c, U+6137, U+61c8, U+6292, U+62c7, U+6371, U+6382, U+645f, U+64ae, U+64c2, U+651e, U+65f1, U+660a, U+663e, U+673d, U+6784, U+6789, U+67ff, U+6813, U+6854, U+68d8, U+68fa, U+697d, U+6a01, U+6a1e, U+6baf, U+6c08, U+6c17, U+6c2b, U+6c81, U+6cbd, U+6dc6, U+6df9, U+6ed9, U+6ee1, U+6f86, U+6fc1, U+6fdb, U+701f, U+7076, U+715c, U+7194, U+71fb, U+720d, U+72b6, U+7396, U+73af, U+745b, U+746f, U+748b, U+7647, U+7699, U+76bf, U+76ce, U+76de, U+77aa, U+786b, U+7881, U+78ca, U+793c, U+797a, U+79b9, U+79bb, U+79bf, U+7a92, U+7ac7, U+7ae3, U+7b19, U+7b20, U+7b51, U+7b94, U+7cbd, U+7cde, U+7cef, U+7d46, U+7dde, U+7f88, U+80da, U+814b, U+81cd, U+8235, U+8258, U+8282, U+82b9, U+846b, U+84c1, U+84d3, U+8518, U+8611, U+8783, U+8814, U+8a15, U+8aa6, U+8b2c, U+8ba8-8ba9, U+8bc6, U+8be2, U+8be6, U+8c22, U+8d05, U+8d27, U+8dbe, U+8e34, U+8e66, U+8ec0, U+9005, U+9082, U+9091, U+914b, U+916f, U+92c5, U+92f0, U+9318, U+9382, U+938a, U+93e2, U+964b, U+96c1, U+96cc-96cd, U+96db, U+973e, U+97a0, U+9803, U+9876, U+9879, U+9955, U+9986, U+99f1, U+9a5b, U+9abc, U+9c57, U+9c9c, U+9d1b, U+9d26, U+9d51, U+9eef, U+9f99, U+c2a4, U+e253, U+e313-e314, U+e5c7, U+e5c9, U+e8db-e8dc, U+ff25, U+ff2d-ff2e, U+ff34, U+ffe5, U+1f60a, U+1f618, U+1f62d;
}
/* [101] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.101.woff2) format('woff2');
  unicode-range: U+b4, U+10d, U+2d9, U+641, U+6cc, U+e20, U+e29, U+200e, U+20ac, U+2266, U+25be, U+301e, U+3058, U+4e07, U+4e1d, U+4e66, U+4ece, U+4fde, U+5016, U+5180, U+5199, U+51aa, U+5306, U+5386, U+53d8, U+5413, U+541d, U+5436, U+54ce, U+54e8, U+54fc, U+5571, U+557e, U+558e, U+55a7, U+56a8, U+57a2-57a3, U+58b3, U+5960, U+5992-5993, U+59a4, U+5a55, U+5ab2, U+5afb, U+5b56, U+5bc5, U+5bc7, U+5bf0, U+5cb1, U+5cc7, U+5dff, U+5e93, U+5ed3, U+5f6a, U+60bc, U+61ff, U+6218, U+6254, U+634d, U+6467, U+64f1-64f2, U+6582, U+65fb, U+6615, U+6687, U+66e6, U+66f0, U+6781, U+67f5, U+68a7, U+6a1f, U+6b27, U+6b4e, U+6b73, U+6b79, U+6bcb, U+6c5d, U+6cf5, U+6dee, U+6ec4, U+6ecc, U+6f88, U+6fef, U+701d, U+703e, U+707c, U+7099, U+710a, U+725f, U+72d9, U+72e9, U+731d, U+7325, U+739f, U+7463, U+7480, U+74a8, U+7523, U+7526, U+75e0, U+7613, U+7656, U+76d4, U+773a, U+775c, U+775e, U+780c, U+78e1, U+78f7, U+7960, U+7a20, U+7aaf, U+7b08, U+7b71, U+7be4, U+7cec, U+7cf0, U+7d5e, U+7d62, U+7dbe, U+7e1b, U+7ea2, U+7ec4, U+7ec6, U+7edc, U+7eed, U+7efc, U+7f16, U+7f57, U+7fb9, U+7fca, U+803d, U+816e, U+82a5, U+82b7, U+8317, U+8338, U+834a, U+83d3, U+8401, U+8469, U+849e, U+854a, U+8559, U+865e, U+86e4, U+8700, U+8759, U+8760, U+8778, U+8782, U+879e, U+87d1, U+880d, U+8836, U+8944, U+89c8, U+8aac, U+8b74, U+8ba2, U+8ba4, U+8bae, U+8bfb, U+8c4e, U+8cb3, U+8cb6, U+8d16, U+8d28, U+8e44, U+8f3b, U+8f3f, U+8f91, U+8fb9, U+8fc4, U+8fde, U+8ff9, U+9076, U+90ae, U+90b8, U+9257, U+9310, U+93df, U+94fe, U+95a5, U+95a9, U+962e, U+968f-9690, U+9704, U+9713, U+97f6, U+9824, U+986b, U+9884, U+9886, U+98e2, U+991a, U+99a5, U+99dd, U+9ab8, U+9b41, U+9b77, U+9bad, U+c774, U+e5d4, U+fe52, U+ff02, U+1f389, U+1f449, U+1f495;
}
/* [102] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.102.woff2) format('woff2');
  unicode-range: U+2cb, U+5d1, U+5d9, U+5e2, U+5e8, U+5ea, U+633, U+e32, U+2252, U+2267, U+2573, U+25b3, U+25c4, U+2713, U+2715, U+30e2, U+4e28, U+4e3c, U+4e4d, U+4e70, U+4f88, U+4fef, U+5018, U+501a, U+5026, U+5137, U+513f, U+51f3, U+524b, U+5254, U+52d8, U+5308, U+5384, U+53cc, U+5443, U+5466, U+54a7-54a8, U+54bd, U+54c9, U+54cb, U+555e, U+556a, U+5580, U+560e, U+5614, U+561f, U+562f, U+566c, U+5679, U+56bc, U+56cd, U+56e7, U+56ed, U+572d, U+57d7, U+582f, U+589f, U+5b09, U+5ba5, U+5c51, U+5c90, U+5cef, U+5d16, U+5d84, U+5dd4, U+5e08, U+5e26, U+5f0a, U+5f20, U+606c, U+61c7, U+620f, U+625b, U+62a4, U+62d0, U+62f1, U+63a0, U+63c6, U+63f9, U+6413, U+6417, U+6483, U+64f7, U+650f, U+65a7, U+665f, U+66ae, U+66d6, U+66e0, U+6746, U+6756, U+67d1, U+6837, U+68d7, U+68e0, U+68f5, U+6977, U+6995, U+69a8, U+69b4, U+69d3, U+6a3d, U+6abb, U+6bb7, U+6bd3, U+6c47, U+6cc4, U+6cd3, U+6dae, U+6e26, U+6e29, U+6e5b, U+6eaf, U+6eba, U+7028, U+70b3, U+711a, U+733f, U+73c0, U+73ee, U+7444, U+745a, U+7487, U+7540, U+75a4, U+7729, U+779e, U+798e, U+79cd, U+79e9, U+7a3d, U+7a4c, U+7a9f, U+7ac4, U+7aff, U+7b77, U+7c27, U+7ca7, U+7cd9, U+7d76, U+7e43, U+7ea6, U+7ed9, U+7ff1, U+808b, U+809b, U+80fa, U+827a, U+8309, U+8328, U+832b, U+8396, U+83e0, U+840e, U+8425, U+852d, U+853b, U+8588, U+85e9, U+86b5, U+8718, U+87ec, U+8910, U+893b, U+89c1-89c2, U+8b3e, U+8baf, U+8bc1, U+8bcd, U+8bdd, U+8c41, U+8c48, U+8d2d, U+8d5e, U+8fbe, U+9015, U+90a8, U+90b5, U+90e1, U+9169, U+9183, U+91d0, U+91dc, U+9293, U+92f8, U+9472, U+9598, U+95ed, U+95fb, U+9605, U+96c7, U+9739, U+9742, U+9761, U+99ad, U+9ae6, U+9b1a, U+9b44, U+9bc9, U+9d3f, U+9dd7, U+9e7c, U+9e92, U+fe5d-fe5e, U+ff22-ff24, U+ff2f-ff30, U+ff33;
}
/* [103] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.103.woff2) format('woff2');
  unicode-range: U+60, U+f7, U+161, U+2198, U+2571, U+258b, U+25b6, U+2661, U+3051, U+3109, U+4e11, U+4e1c, U+4e24, U+4e2b, U+4ef7, U+4f18, U+4f36, U+4fd0, U+5029-502a, U+5055, U+508d, U+50ad, U+50d5, U+50e7, U+50f1, U+50f5, U+51a5, U+51c8, U+51fb, U+5203, U+524e, U+5288, U+5323, U+53c2, U+5458, U+54b1, U+54b3, U+54b8, U+5582, U+55b2, U+55ba, U+55da, U+55dc, U+5662, U+5678, U+56c2, U+5742, U+57d5, U+5862, U+58e4, U+58f0, U+5907, U+590d, U+5934, U+5978, U+5984, U+5a25, U+5c06, U+5c62, U+5c91, U+5cfb, U+5d01, U+5d11, U+5d1b, U+5e87, U+5eff, U+5f27, U+5f3a, U+5f53, U+5f64, U+6001, U+6168, U+61a9, U+6233, U+62a5, U+62ce, U+62ed, U+638f, U+6399, U+63c0, U+646f, U+6590, U+6631, U+664f, U+6689, U+66dc, U+672f, U+67af, U+67ec, U+6807, U+6a44, U+6c14, U+6c40, U+6c70, U+6c76, U+6cb8, U+6ce3, U+6df3, U+6e20, U+6e43, U+6ebc, U+6eec, U+6f2c, U+6fb1, U+7009, U+7011, U+701a, U+7117, U+7184, U+72f9, U+7426, U+74bd, U+74cf, U+752b, U+7554, U+75b9, U+7621, U+7671-7672, U+7693, U+76ef, U+7737, U+77a7, U+77b3, U+77bb, U+77da, U+77e2, U+77e9, U+77ef, U+7801, U+7940, U+797f, U+79a7, U+79b1, U+79bd, U+7a6b, U+7ac5, U+7b1b, U+7dab, U+7db4, U+7db8, U+7dcb, U+7ddd, U+7de0, U+7e55, U+7e9c, U+7ed3, U+7ef4, U+803f, U+8046, U+8087, U+8116, U+81a8, U+8214, U+821c, U+82d4, U+8305, U+831c, U+8335, U+8339, U+8350, U+8354, U+8526, U+860a, U+86db, U+8713, U+873b, U+8822, U+8993, U+8a1f, U+8ab9, U+8ad7, U+8e72, U+8f4e, U+8f9c, U+8fd0, U+8fd8, U+8fe6, U+9042, U+907c, U+91ba, U+9452, U+9591, U+95e2, U+9631, U+9699, U+96b8, U+9709, U+978d, U+9811, U+9830, U+98ce, U+9945, U+99ed, U+9a8c, U+9ad3, U+9baa, U+9be8, U+9c77, U+9cf6, U+9d72, U+9e1f, U+9ec4, U+fe31, U+fe55, U+ff03, U+ff20, U+ff3b, U+ff3d, U+1f3fb, U+1f44d, U+1f60d;
}
/* [104] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.104.woff2) format('woff2');
  unicode-range: U+10c, U+e44, U+2728, U+3081, U+4e13, U+4e19, U+4e1e, U+4e5c, U+4ea7, U+4ed7, U+4f20, U+4f8d, U+4ffe, U+5021, U+515c, U+51a4, U+51e0, U+521b, U+522b, U+532a, U+534e, U+5355, U+537f, U+5398, U+539d, U+541f, U+543c, U+544e, U+5509, U+5598, U+5622, U+5632, U+563f, U+5641, U+566a, U+5695, U+569f, U+56ae, U+56da, U+573a, U+574e, U+5835, U+584c, U+5885, U+58ae, U+5a1f, U+5ac2, U+5b24, U+5bb0, U+5bde, U+5be1, U+5bfc, U+5c39, U+5c4c, U+5c60, U+5e76, U+5e7f, U+5e9a, U+5eb8, U+5f13, U+5f6c, U+6127, U+61f2, U+6208, U+620a, U+620c, U+6252, U+62ef, U+6328, U+633d, U+6362, U+63b0, U+63c9, U+640f, U+64a9, U+6514, U+652c, U+655e, U+6583, U+658c, U+6627, U+66f3, U+6734, U+6743, U+676d, U+67c4, U+67da, U+68cd, U+68f2, U+690e, U+6ab3, U+6b16, U+6b38, U+6b3d, U+6bc6, U+6ca1, U+6cab, U+6d8c, U+6dea, U+6e32, U+6e3e, U+6e58, U+6eef, U+6ef2, U+6fe4, U+708a, U+7130, U+7165, U+7172, U+71c9, U+71ed, U+7232, U+7239, U+7261, U+7280, U+72a7, U+72f8, U+73c8, U+7464, U+753b, U+754f, U+755c, U+75d8, U+76ea, U+776b, U+7779, U+777f, U+7784, U+778e, U+77db, U+77ee, U+79e4, U+7a46, U+7a57, U+7aba, U+7aed, U+7b4d, U+7c7b, U+7c7d, U+7d13, U+7d33, U+7dbb, U+7df9, U+7e46, U+7ea7, U+8085, U+8165, U+81fb, U+82b8, U+82d3, U+8343, U+839e, U+83e9, U+840d, U+851a, U+853d, U+8543, U+859b, U+85fb, U+87fb, U+888d, U+88c5, U+8adc, U+8b0a, U+8bb0, U+8bbe, U+8bc4, U+8bf4, U+8c5a, U+8cc3, U+8ce4, U+8d44, U+8e81, U+8f44, U+8f66, U+8fdb, U+900d, U+9063, U+914c, U+9223, U+9226, U+923a, U+925b, U+9264, U+929c, U+92b9, U+9320, U+934d, U+935b, U+9444, U+957f, U+96a7, U+97ad, U+97cc, U+9898, U+98ea, U+9921, U+9952, U+9a55, U+9b0d, U+9b91, U+9bca, U+9ebd, U+9f4b, U+e60f-e610, U+ff1c-ff1d, U+ff21, U+ff38, U+ff9f, U+fffd, U+1f602;
}
/* [105] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.105.woff2) format('woff2');
  unicode-range: U+e17, U+e22, U+2103, U+25a0, U+266a, U+3014-3015, U+4e1a, U+4e50, U+4f10, U+4f6c, U+4f70, U+4fcf, U+5006, U+50d1, U+5170, U+518c, U+51f0, U+51f6, U+51f9, U+5219, U+5256, U+525d, U+52c9, U+5349, U+5351, U+5356, U+5375, U+53db, U+53ee, U+53f7, U+5492, U+54fa, U+5538, U+55bb, U+55e8, U+5757, U+58be, U+5937, U+59dc, U+59e8, U+5a49, U+5a9a-5a9b, U+5ab3, U+5b9b, U+5b9e, U+5be8, U+5c37, U+5c4e, U+5d14, U+5d19, U+5d4c, U+5d50, U+5deb, U+5e84, U+5e94, U+5ec2, U+5f17, U+5f26, U+5f55, U+5f77, U+5f7f, U+5fbd, U+6052, U+6064-6065, U+608d, U+609a, U+6101, U+611a, U+614c, U+621a, U+6237, U+6284, U+6296, U+62e9, U+632a-632b, U+634f, U+6488, U+6500, U+652a, U+6556, U+65e0, U+65ec, U+6643, U+679a, U+6850, U+6893, U+6897, U+68b3, U+68d5, U+6930, U+6960, U+6a11, U+6a38, U+6a3a, U+6b22, U+6b67, U+6b6a, U+6c59, U+6c83, U+6ccc, U+6df5, U+6ef7, U+6f3e, U+6f80, U+70ed, U+7164, U+722a, U+7260, U+7272, U+73b0, U+74ca, U+74e3, U+7538, U+7586, U+75b5, U+7624, U+7661-7662, U+7838, U+786e, U+788c, U+7950, U+79a6, U+79aa, U+7a40, U+7a62, U+7bf7, U+7c3e, U+7c98, U+7ca5, U+7d21, U+7d2e, U+7dba, U+7dec, U+7e79, U+7ecf, U+7edf, U+7f79, U+8086, U+810a, U+8139, U+813e, U+817a, U+81b3, U+821f, U+8247, U+8259, U+8271, U+8431, U+846c, U+849c, U+84b2, U+84c4, U+8513-8514, U+8549, U+8755, U+8877, U+8881, U+88f9, U+8a1d, U+8a3c, U+8a6d-8a6e, U+8a93, U+8ae7, U+8af7, U+8b17, U+8b5a, U+8ba1, U+8bba, U+8cdc, U+8dea, U+8f6c, U+8f7d, U+8fc7, U+8fd9, U+902e, U+90ca, U+916a, U+916c, U+921e, U+9245, U+947c, U+9594, U+95a8, U+95ee, U+95f4, U+9706, U+971e, U+9756, U+980c, U+9891, U+98b1, U+98fc, U+9903, U+9957, U+99ae, U+99ff, U+9db4, U+e602-e605, U+e611, U+ff16-ff19;
}
/* [106] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.106.woff2) format('woff2');
  unicode-range: U+a5, U+2190-2191, U+2193, U+22c1, U+2302, U+25cb, U+2699, U+2709, U+4e0e, U+4e18, U+4e3a, U+4e48, U+4e91, U+4eec, U+4f3d, U+5112, U+524a, U+52a3, U+52ab, U+52c3, U+52f3, U+52fb, U+5320, U+5339, U+533f, U+53e2, U+543e, U+5480, U+5495, U+5497, U+5564, U+5572, U+55c6, U+55ef, U+563b, U+5653, U+5657, U+56b7, U+5764, U+5824, U+58d8, U+5955, U+5983, U+598d, U+59a8, U+59da, U+59e6, U+5a36, U+5bb5, U+5bc2, U+5bee, U+5bf9, U+5cb3, U+5d17, U+5dbc, U+5e2e, U+6070, U+60df, U+6190, U+61a4, U+61be, U+61fc, U+62ac, U+62bc, U+636e, U+6398, U+63a9, U+6435, U+6487, U+6495, U+64ab, U+64bf, U+6577, U+65ac, U+6602, U+6652, U+66f9, U+672d, U+6761, U+683d, U+68ad, U+68b5, U+68da, U+68e7, U+6a59, U+6a61, U+6ae5, U+6b47, U+6bef, U+6c50, U+6c9b, U+6e23, U+6e34, U+6e4a, U+6e67, U+6ea2, U+6eb6, U+6f20, U+6feb, U+7149, U+714c, U+715e, U+7199, U+71ac, U+7231, U+7262, U+7409, U+745f, U+7469, U+7504, U+7535, U+753a, U+75f4, U+7682, U+76ba, U+76f2, U+77fd, U+780d, U+7832, U+78c5, U+78ef, U+7901, U+79be, U+79c9, U+79e6, U+7a1a, U+7a84, U+7aca, U+7cb5, U+7cb9, U+7cdf, U+7ce7, U+7d6e, U+7db1, U+7def, U+7e61, U+7e7d, U+7e8f, U+7f38, U+7f77, U+7fa8, U+7fc5, U+7fe1, U+7ff9, U+800d, U+8015, U+8054, U+80a2, U+80aa, U+80ba, U+814e, U+8180, U+819d, U+81c0, U+828b, U+82ad, U+82af, U+83f1, U+83f8, U+8403, U+8475, U+84bc, U+84c9, U+84ec, U+8523, U+8569, U+8591, U+85b0, U+86d9, U+8774, U+881f, U+884d, U+88d4, U+89c4, U+89c6, U+8a60, U+8a79, U+8b19, U+8bd5, U+8bf7, U+8c03, U+8c79, U+8cc8, U+8d9f, U+8e10, U+8e48, U+8faf, U+9009, U+9017, U+9175, U+9187, U+918b, U+91d8, U+9214, U+946b, U+9470, U+9640, U+9675, U+96ef, U+9716, U+97cb, U+97e9, U+985b, U+99b3, U+9b4f, U+9d09, U+9e9f, U+9edb, U+9f90, U+ff05, U+ff14, U+1f464;
}
/* [107] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.107.woff2) format('woff2');
  unicode-range: U+25ce, U+4e08, U+4e2a, U+4e56, U+4e9a, U+4ea8, U+4ead, U+4ec7, U+4f3a, U+4f51, U+4f62, U+4faf, U+507d, U+5098, U+50ac, U+5147, U+5173, U+5187, U+51f8, U+52a1, U+52a8, U+52f8, U+535c, U+53ed, U+541e, U+5435, U+5475, U+54a9, U+54c0, U+54c7, U+5589, U+5605, U+5690, U+5733, U+5782, U+57c3, U+5858, U+5893, U+589c, U+58e2, U+5974, U+599e, U+59a5, U+59ec, U+5b66, U+5b99, U+5b9d, U+5c2c, U+5c48, U+5c65, U+5cfd, U+5d0e, U+5dba, U+5de2, U+5e06, U+5e15, U+5ec1, U+5ed6, U+5f00, U+5f4c, U+5f65, U+6055, U+609f, U+60b6, U+6241, U+624e, U+626f, U+6291, U+62cc, U+62d3, U+62d8, U+62da, U+62fe, U+6349, U+6367, U+63ea, U+6454, U+64a4, U+64b2, U+64bc, U+64c5, U+64ce, U+6558, U+6572, U+65a5, U+65e8, U+65ed, U+6606, U+6614, U+6670, U+6688, U+673a, U+674f, U+6770, U+6795, U+68cb, U+6912, U+6953, U+6aac, U+6aaf, U+6ab8, U+6b20, U+6b96, U+6bbf, U+6bc5, U+6c6a, U+6cbe, U+6d59, U+6d78, U+6dc7, U+6deb, U+6e7e, U+6e9c, U+6f3f, U+6f51, U+6f70, U+6f84, U+704c, U+7051, U+70ab, U+70ad, U+70f9, U+7119, U+714e, U+71d9, U+71e5-71e6, U+72c4, U+72d0, U+72e0, U+7334, U+744b, U+7455, U+74f7, U+7529, U+75ab, U+75b2, U+766e, U+76c3, U+76fc, U+76fe, U+7891, U+7948, U+7a74, U+7b28, U+7c60, U+7c72, U+7cca, U+7ebf, U+7f55, U+7ff0, U+8154, U+81c2, U+81d8, U+81e3, U+81e5, U+8292, U+8299, U+8302, U+8304, U+8332, U+83c1, U+83c7, U+83ca, U+845b, U+8490, U+85af, U+8650, U+8667, U+8abc, U+8b0e, U+8b39, U+8bed, U+8c54, U+8c6b, U+8c9e, U+8ca7, U+8caa-8cab, U+8ce6, U+8cec-8ced, U+8eb2, U+8eba, U+8fb0, U+901d, U+908f, U+9127, U+91c0, U+9215, U+92b3, U+932b, U+93fd, U+95ca, U+964c, U+96c0, U+970d, U+9774, U+97fb, U+9812, U+9817, U+9913, U+9935, U+99c1, U+9b31, U+9d5d, U+9d6c, U+9e79, U+fe0f, U+fe30, U+ff0b, U+ff10, U+ff15;
}
/* [108] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.108.woff2) format('woff2');
  unicode-range: U+b0, U+926, U+928, U+939, U+93f-940, U+94d, U+200b, U+22ef, U+25ba, U+25c6, U+2665, U+4e4f, U+4e59, U+4f0d, U+4f0f, U+4f19, U+4f59, U+4fae, U+5075, U+50b2, U+50b5, U+511f, U+5141, U+5146, U+514c, U+5185, U+51dd, U+51fd, U+522e, U+5319, U+533a, U+5378, U+53ad, U+53c9, U+53d1, U+53d4, U+543b, U+5442, U+5446, U+5481, U+54e9, U+5507, U+5565, U+559a, U+55aa, U+5606, U+56ca, U+56fe, U+582a, U+58fa, U+5915, U+5949, U+5962, U+5996, U+59fb, U+5a77, U+5b0c, U+5b5f, U+5bd3, U+5be2, U+5bfa, U+5c41, U+5ca9, U+5d07, U+5ec8, U+5eca, U+5f18, U+5f4e, U+5f59, U+5f6d, U+5f79, U+5fb9, U+6028, U+6062, U+6068, U+606d, U+6094, U+60f1, U+6108-6109, U+614e, U+6170, U+617e, U+61b2, U+61f8, U+6247, U+626d, U+6276, U+62ab, U+62cb, U+62f3, U+6368, U+6380, U+6492, U+64b0, U+64e0, U+6570, U+660f, U+6649, U+6691, U+66a8, U+6749, U+67f1, U+67f3-67f4, U+6842, U+6851, U+687f, U+68df, U+69fd, U+6a58, U+6c27, U+6c88, U+6cca, U+6cdb, U+6d29, U+6d66, U+6daf, U+6f01, U+6f06, U+6f58, U+6f62, U+6f6d, U+6fa1, U+6ff1, U+6ffe, U+7058, U+70ae, U+7235, U+7267, U+73ca, U+742a, U+758f, U+75bc, U+76c6, U+7740, U+7955, U+7a00, U+7a3b, U+7b4b, U+7bad, U+7be9, U+7c4c, U+7cfe, U+7dbf, U+7e2b, U+7e31, U+7f9e, U+7fc1, U+7ffc, U+8096, U+809d, U+80de, U+8108, U+8155, U+816b, U+81df, U+8277, U+82bd, U+8352, U+8393, U+8404, U+8525, U+856d, U+8587, U+8606, U+868a, U+8776, U+87ba, U+87f9, U+886b, U+8870, U+88d5, U+896a, U+896f, U+8a23, U+8a87, U+8ad2, U+8b00, U+8b20, U+8cb8, U+8cca, U+8ce0, U+8d39, U+8d6b, U+8d81, U+8db4, U+8e29, U+8ef8, U+8f1b, U+8f5f, U+8fa8, U+906e, U+9077, U+90aa, U+90b1, U+90c1, U+9165, U+919c, U+92c1, U+95d6, U+95e8, U+975a, U+98c6, U+9ecf, U+9f0e, U+9f52, U+feff, U+ff06, U+ff0a, U+ff12-ff13;
}
/* [109] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.109.woff2) format('woff2');
  unicode-range: U+627-629, U+631, U+639, U+644, U+64a, U+25cf, U+2606, U+2764, U+3008-3009, U+4e1f, U+4e38, U+4e43, U+4ed5, U+4ef0, U+4eff, U+4fb6, U+4fe0, U+5085, U+50a2, U+50be, U+5118, U+5211-5212, U+5272, U+52fe, U+5366, U+53b2, U+53ec, U+54ac, U+5587, U+55b5, U+561b, U+5751, U+576a, U+57cb, U+58ef, U+592f, U+594f, U+5951, U+5954, U+596e, U+59d1, U+5ac1, U+5acc, U+5b8b, U+5c4d, U+5c6f, U+5ca1, U+5d29, U+5de1, U+5dfe, U+5e7d, U+5edf, U+5ef7, U+5f7c, U+5f81, U+5fa1, U+5faa, U+5fcc, U+5ffd, U+6021, U+6046, U+6155, U+6212, U+62b9, U+6316, U+6350, U+6478, U+647a, U+6490, U+64e6, U+6524, U+6591, U+659c, U+65a4, U+65e6, U+65f6, U+6607, U+6674, U+6765, U+679d, U+68a8, U+6b3a, U+6c57, U+6c61, U+6c90, U+6cbf, U+6d69, U+6db5, U+6dcb, U+6dd1, U+6e21, U+70d8, U+71c3, U+71d5, U+722c, U+727d, U+72ac, U+72fc, U+731c, U+7336, U+7344, U+7384, U+73ab, U+7433-7434, U+745c, U+7470, U+758a, U+75d5, U+7652, U+76c8, U+76e7, U+7709, U+7720, U+7747, U+7763, U+77ac-77ad, U+7802, U+78a7, U+78a9, U+78b3, U+78c1, U+78da, U+7926, U+796d, U+798d, U+7aae, U+7b52, U+7c92, U+7d68, U+7d81, U+7e5e, U+7e69, U+7e73, U+7f50, U+7f70, U+7f75, U+8058, U+8070, U+80c3, U+8105-8106, U+8179, U+818f, U+81a9, U+81ed, U+820c-820d, U+82d1, U+838e, U+83cc, U+8461, U+84b8, U+852c, U+857e, U+85e4, U+863f, U+8679, U+86c7, U+8702, U+8896, U+88c2, U+88f8, U+8af8, U+8b7d, U+8ca2, U+8cc0, U+8d64, U+8d74, U+8d99, U+8e5f, U+8e8d, U+8ecc, U+8ed2, U+8fb1, U+8fc5, U+9022, U+9038, U+903e, U+905c, U+9072, U+9081, U+9189, U+9234, U+92d2, U+934a, U+95a3, U+962a, U+9646, U+9676, U+96d5, U+971c, U+9838, U+9875, U+98c4, U+99db, U+9a45, U+9a5f, U+9a6c, U+9ad2, U+9cf4, U+9d28, U+9daf, U+9df9, U+9e7d, U+9f9c, U+ff11, U+ff1e;
}
/* [110] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.110.woff2) format('woff2');
  unicode-range: U+2500, U+25bc, U+4e95, U+4f50, U+4f54, U+4f69, U+4fc4, U+4fca, U+5009, U+50bb, U+5154, U+51cc, U+528d, U+5291, U+52d2, U+52e4, U+5353, U+5360, U+540a-540b, U+5410, U+54f2, U+5510, U+5514, U+5537, U+558a, U+55ac, U+5617, U+56fd, U+573e, U+5766, U+5783, U+57d4, U+5806, U+5821, U+5857, U+5875, U+58f9, U+596a, U+59ae, U+59c6, U+59ca, U+59ff, U+5a03, U+5ae9, U+5b64, U+5bb4, U+5c3f, U+5e16, U+5e45, U+5e72, U+5ec9, U+5f90-5f92, U+6012, U+6016, U+6084-6085, U+6089, U+60a0, U+60a3, U+60b2, U+60d1, U+60f9, U+6148, U+6158, U+6191, U+626e, U+62d4, U+632f, U+633a, U+6355, U+63aa, U+642c, U+64a5, U+64cb, U+6566, U+6575, U+6597, U+660c, U+66b1, U+66ec, U+6731, U+6735, U+675c, U+67ef, U+6846, U+6876, U+6881, U+68af-68b0, U+68c9, U+6905, U+6b98, U+6bc0, U+6beb, U+6c0f, U+6c1b, U+6c41, U+6ce5, U+6cf3, U+6d25, U+6d2a, U+6d3d, U+6d6e, U+6dd8, U+6dda, U+6dfa, U+6e9d, U+6eaa, U+6ec5, U+6ecb, U+6ef4, U+6f0f, U+6f32, U+707d, U+708e, U+7092, U+716e, U+723a, U+731b, U+7345, U+7375, U+7378, U+73b2, U+74e6, U+75be, U+75de, U+764c, U+76dc, U+788e, U+7897, U+789f, U+78b0, U+790e, U+7965, U+7a4e, U+7aa9, U+7c43, U+7d17, U+7dd2, U+7e96, U+7f51, U+7f69, U+7f72, U+7fd4, U+7fe0, U+8017, U+80a9, U+80d6, U+8102, U+8150, U+8178, U+81bd, U+829d, U+82ac, U+8303, U+840c, U+8482, U+8499, U+85a9-85aa, U+883b, U+8861, U+88c1, U+88cf, U+88d9, U+8a3a, U+8a98, U+8aee, U+8c8c, U+8ce2, U+8d0f, U+8da8, U+8dcc, U+8e0f, U+8e22, U+8f1d, U+8f29, U+8fad, U+9003, U+9006, U+903c, U+904d, U+9059, U+9075, U+90ce, U+90ed, U+9130, U+91ac, U+91e3, U+9285, U+9298, U+92ea, U+9326, U+937e, U+93c8, U+95c6, U+9677, U+9727, U+994b, U+99a8, U+99d0, U+9a30, U+9a37, U+9b42, U+9b45, U+9d3b, U+9e7f, U+9ee8, U+9f3b, U+c5b4;
}
/* [111] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.111.woff2) format('woff2');
  unicode-range: U+5e, U+2502, U+2605, U+4e32, U+4e58, U+4ea1, U+4ef2, U+4f2f-4f30, U+4f75, U+4fd7, U+4ff1, U+501f, U+5049, U+5074, U+5091, U+5144, U+517c, U+51c6, U+51cd, U+5269-526a, U+52aa, U+52c1, U+52c7, U+52df, U+5377, U+541b, U+5439, U+5440, U+5448, U+54aa, U+54e6, U+54ed, U+5674, U+5687, U+585e, U+588a, U+58a8, U+58c1, U+5925, U+5948, U+5999, U+59b3, U+5a1c, U+5a46, U+5b54, U+5b5d, U+5b6b, U+5b8f, U+5bd2, U+5be9, U+5c0a, U+5c16, U+5c46, U+5cf0, U+5e25, U+5e3d, U+5e79, U+5ee2, U+5f04, U+5f31, U+5fcd, U+5fe0, U+60dc, U+6163, U+616e, U+6182, U+61f6, U+622a, U+6258, U+6293, U+62c6, U+62d2, U+6372, U+63da, U+63ed-63ee, U+6416, U+6458, U+649e, U+64ec, U+64f4, U+651c, U+65cb, U+65e2, U+65fa, U+6628, U+6668, U+66a2, U+66c9, U+66fc, U+6717, U+67cf, U+67d4, U+6817, U+6885, U+69cd, U+6a6b, U+6afb, U+6b32, U+6b49, U+6bbc, U+6c89, U+6c96, U+6cc9, U+6d1b, U+6d1e, U+6dfb, U+6efe, U+6f38, U+6f5b, U+6f64, U+6f8e, U+6fa4, U+7070, U+70b8, U+70cf, U+70e4, U+7159, U+7169, U+7210, U+721b, U+7238, U+737b, U+73bb, U+746a, U+7483, U+74dc, U+74f6, U+7518, U+756a, U+75c7, U+775b, U+78e8, U+7919, U+7956, U+795d, U+7a0d, U+7bc9, U+7c97, U+7cd5, U+7d10, U+7d1b, U+7de9, U+7dfb, U+7e3e, U+7e6a, U+7f6a, U+7f8a, U+7fbd, U+8000, U+8036, U+809a, U+80ce, U+80e1, U+80f8, U+8170, U+819c, U+8216, U+8239, U+8266, U+827e, U+82b3, U+8377, U+83ab, U+85c9, U+865b, U+8766, U+87a2, U+87f2, U+8972, U+8a17, U+8a50, U+8a95, U+8b02, U+8b6f, U+8c6c, U+8ca9, U+8cfa, U+8d95, U+8de1, U+8f14, U+8f9b, U+8fa3, U+8feb, U+8ff4, U+9010, U+901b, U+905e, U+9080, U+912d, U+9177, U+91c7, U+9336, U+9451, U+947d, U+963b, U+966a, U+9670, U+9769, U+9813, U+98fd, U+99d5, U+9a19, U+9b27, U+9b6f, U+9ece, U+9ed8, U+9f13, U+9f20, U+ad6d, U+d55c;
}
/* [112] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.112.woff2) format('woff2');
  unicode-range: U+201c-201d, U+203b, U+2192, U+25b2, U+300f, U+4e01, U+4e39, U+4e73, U+4e88, U+4e8e, U+4ed9, U+4f0a, U+4f38, U+4f5b, U+4fc3, U+500d, U+504f, U+5076-5077, U+5100, U+5104, U+5132, U+5175, U+5192, U+51a0, U+51ac, U+51e1, U+51f1, U+5200, U+5224, U+5237-5238, U+523a, U+526f, U+5289, U+52de, U+52f5, U+5371, U+539a, U+53e5, U+540e, U+547c, U+552f, U+5531, U+5634, U+56c9, U+56f0, U+574a, U+5761, U+57f7, U+57f9, U+5805, U+5851, U+5854, U+586b, U+58fd, U+592e, U+5967, U+59bb, U+59d3, U+5a18, U+5b30, U+5b55, U+5b87, U+5b97, U+5be7, U+5bec, U+5bf8, U+5c24, U+5cb8, U+5df7, U+5e1d, U+5e2d, U+5e7b, U+5f1f, U+5f70, U+5fd9, U+61b6, U+6234, U+62b5, U+62d6, U+62dc, U+62fc, U+6383, U+63cf, U+63d2, U+63e1, U+640d, U+64cd, U+64fa, U+64fe, U+654f, U+6562, U+656c, U+65c1, U+65d7, U+6620, U+6676, U+6697, U+66ab, U+66c6, U+66dd, U+66ff, U+671d, U+672b, U+677e, U+67d0, U+67d3, U+68c4, U+690d, U+694a, U+695a, U+6ac3, U+6b04, U+6b23, U+6b78, U+6b8a, U+6c60, U+6d74, U+6d89, U+6db2, U+6dbc, U+6de1, U+6df7, U+6e38, U+6e6f, U+6f02, U+6fc3, U+6fd5, U+70c8, U+7126, U+718a, U+723d, U+7246, U+72af, U+73cd, U+760b, U+7626, U+7687, U+79df, U+7a05, U+7a3f, U+7a69, U+7af6, U+7c3d, U+7c3f, U+7c4d, U+7cd6, U+7d0b, U+7d2b, U+7de3, U+7e2e, U+8010, U+808c, U+80a5, U+80af, U+812b, U+817f, U+819a, U+82d7, U+8389-838a, U+83f2, U+840a, U+8463, U+8521, U+8584, U+860b, U+864e, U+871c, U+878d, U+885d, U+8932, U+89f8, U+8a69, U+8afe, U+8b5c, U+8c37, U+8c46, U+8cbf, U+8cd3, U+8cf4, U+8d08, U+8d0a, U+8ddd, U+8fea, U+9014, U+9055, U+907a, U+9178, U+92fc, U+934b, U+9396, U+93ae, U+9583, U+9663, U+96bb, U+9707, U+9738, U+9846, U+9905, U+9a0e, U+9aa8, U+9b25, U+9b3c, U+9ce5, U+9cf3, U+9ea5, U+9eb5, U+9f4a, U+9f61, U+ff0d;
}
/* [113] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.113.woff2) format('woff2');
  unicode-range: U+3c, U+d7, U+300e, U+4e4e, U+4e82, U+4e92, U+4ec1, U+4ecd, U+4f48, U+4f53, U+4fb5, U+5012, U+502b, U+522a, U+52dd, U+52ff, U+532f, U+53eb, U+53f3, U+5409, U+5433, U+5496, U+54c8, U+554a, U+5561, U+5594, U+559d, U+56b4, U+56fa, U+5713, U+5750, U+57df, U+584a, U+58c7, U+58de, U+593e, U+5976, U+59d0, U+59d4, U+5a66, U+5b85, U+5b88, U+5ba3, U+5bae, U+5bbf, U+5bdf, U+5c01, U+5c04, U+5c3a, U+5c3e, U+5c4f, U+5ddd-5dde, U+5de8, U+5e63, U+5e7c, U+5e8a, U+5eda, U+5ef3, U+5ef6, U+5f48, U+6015, U+6025, U+602a, U+6050, U+6069, U+60e1, U+6162, U+6176, U+61c2, U+6200, U+6263, U+6279, U+6297, U+62b1, U+62bd, U+62ec, U+6311, U+6377, U+6388-6389, U+638c, U+63a2, U+63f4, U+641e, U+6436, U+64c1, U+6551, U+6557, U+6563, U+6696, U+66b4, U+66f2, U+6751, U+675f, U+676f, U+6790, U+6838, U+684c, U+68d2, U+6982, U+699c, U+69ae, U+69cb, U+6a39, U+6a4b, U+6b66, U+6bd2, U+6cb3, U+6ce1, U+6d3e, U+6de8, U+6ed1, U+6f22, U+6f54, U+6fc0, U+6fdf, U+719f, U+71c8, U+7236, U+7259, U+72d7, U+7389, U+73e0, U+745e, U+751a, U+7532-7533, U+7562, U+7591, U+75c5, U+75db, U+7686, U+76d2, U+76db, U+76df, U+76e3, U+7701, U+7761, U+786c, U+7981, U+79cb, U+79d2, U+79fb, U+7a81, U+7a97, U+7aef, U+7b26, U+7b80, U+7c64, U+7d0d, U+7d14, U+7d2f, U+7dca, U+7df4, U+7e54, U+7e6b, U+7f3a, U+8033, U+804a, U+805a, U+81a0, U+81e8, U+8212, U+821e, U+82e6, U+8336, U+8449, U+84cb, U+84ee, U+85e5, U+8607, U+888b, U+8a13, U+8a5e, U+8aa0, U+8aa4, U+8ab0, U+8ab2, U+8ac7, U+8b66, U+8c6a, U+8c93, U+8c9d, U+8de8, U+8f2a, U+8fb2, U+906d, U+907f, U+90a6, U+9109, U+9192, U+91cb, U+91dd, U+964d, U+9686, U+968e, U+9694, U+969c, U+96de, U+96e8, U+96ea, U+96f7, U+975c, U+9760, U+978b, U+9858, U+9918, U+9aee, U+9ebb, U+ff0e-ff0f, U+ff5c;
}
/* [114] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.114.woff2) format('woff2');
  unicode-range: U+b7, U+2022, U+2027, U+3042, U+3044, U+3046, U+3048, U+304a-3050, U+3053-3057, U+3059-305b, U+305d-3061, U+3063-306c, U+306e-3079, U+307b, U+307d-307f, U+3082-308d, U+308f, U+3092-3093, U+30a1-30a4, U+30a6-30c1, U+30c3-30c4, U+30c6-30e1, U+30e3-30ed, U+30ef, U+30f3, U+30fb-30fc, U+4e7e, U+4ea6, U+4eac, U+4f34, U+50b7, U+51b0, U+523b, U+5283, U+5348, U+5354, U+54e5, U+5708, U+590f, U+592b, U+599d, U+59b9, U+5a01, U+5a5a, U+5de7, U+5e78, U+5e9c, U+5fb5, U+6167, U+61f7, U+627f, U+63a1, U+64d4, U+65bd, U+68ee, U+6b4c, U+6bba, U+6c5f, U+6d0b, U+6d6a, U+6e1b, U+6e56, U+6f6e, U+71d2, U+722d, U+72c2, U+751c, U+7530, U+7642, U+76e1, U+79c0, U+7adf, U+7af9, U+7d9c, U+7da0, U+7e23, U+7e41, U+8056, U+8173, U+822a, U+8349, U+83dc, U+8840, U+885b, U+8907, U+8a34, U+8cb4, U+8dd1, U+8fd4, U+8ff0, U+93e1, U+984f, U+98ef, U+9b54;
}
/* [115] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.115.woff2) format('woff2');
  unicode-range: U+23-25, U+3d, U+2026, U+4e03, U+4e45, U+4e5d, U+4eae, U+4ed4, U+4ed8, U+4f01, U+4f11, U+4f3c, U+4f8b, U+4fc2, U+5019, U+505c, U+50c5, U+5145, U+51b7, U+5207, U+521d, U+525b, U+5287, U+52e2, U+535a, U+537b, U+5426, U+542b, U+5438, U+5462, U+54ea, U+555f, U+5566, U+5584, U+5609, U+570d, U+571f, U+5747, U+5802, U+58d3, U+591c, U+5920, U+5922, U+5957, U+5979, U+5a92, U+5abd, U+5b63, U+5b69, U+5b83, U+5b9c, U+5bb3, U+5bc4, U+5bf5, U+5c3c, U+5c40, U+5c4b, U+5c64, U+5cf6, U+5de6, U+5e0c, U+5e55, U+5eab, U+5ead, U+5ee0, U+5f85, U+5f8b, U+5fa9, U+5fd7-5fd8, U+5ff5, U+600e, U+6298, U+62db, U+62ff, U+639b, U+63a7, U+642d, U+6469, U+64ad, U+651d, U+653b, U+65b7, U+65cf, U+665a, U+666e, U+66fe, U+6728, U+674e, U+67b6, U+6821, U+6839, U+6843, U+6a94, U+6b50, U+6b62, U+6b72, U+6b7b, U+6bcd, U+6bdb, U+6c38, U+6c7a, U+6c7d, U+6c99, U+6cb9, U+6ce2, U+6cf0, U+6d17, U+6d32, U+6e2c, U+6fb3, U+7206, U+723e, U+725b, U+734e, U+7387, U+73ed, U+7565, U+7570, U+76ca, U+76e4, U+773e, U+77ed, U+77f3, U+7814, U+7834, U+7968, U+79d8, U+7a76, U+7a7f, U+7b11, U+7b46, U+7b54, U+7bc4, U+7d19, U+7d20, U+7d22, U+7d42, U+7d55, U+7e7c, U+7f85, U+7ffb, U+8077, U+8089, U+80cc, U+81c9, U+81f4, U+81fa, U+820a, U+822c, U+826f, U+85cd, U+86cb, U+88dc, U+8986, U+8a0e, U+8a2a, U+8a73, U+8a8c, U+8b1b, U+8b9a, U+8c50, U+8c61, U+8ca0, U+8cde, U+8cfd, U+8d8a, U+8df3, U+8e64, U+8ecd, U+8edf, U+8f38, U+8ff7, U+9000, U+9047, U+9060, U+90f5, U+9152, U+91ce, U+9280, U+9418, U+9435, U+9589, U+9592, U+9678, U+967d, U+968a, U+96aa, U+96c5, U+96d6, U+96dc, U+96f6, U+9732, U+9748, U+9802, U+9806, U+9808, U+9818, U+983b, U+984d, U+9867, U+98db, U+98f2, U+98fe, U+9a5a, U+9b06, U+9b5a, U+9bae, U+9e97, U+ff1b, U+ff5e;
}
/* [116] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.116.woff2) format('woff2');
  unicode-range: U+26, U+40, U+5f, U+4e14, U+4e9e, U+4ec0, U+4f4e-4f4f, U+4f73, U+4fee, U+503c, U+5047, U+514b, U+516b, U+516d, U+5178, U+520a, U+5236, U+5343, U+5347, U+534a, U+5370, U+53cd, U+53e4, U+53e6, U+53f2, U+5403, U+5411, U+5427, U+5468, U+5473, U+547d, U+552e, U+55ce, U+5740, U+57ce, U+5883, U+589e, U+5931, U+5947, U+59cb, U+5a1b, U+5b58, U+5b98, U+5ba4, U+5bc6, U+5bcc, U+5beb, U+5bf6, U+5c45, U+5c6c, U+5dee, U+5df4, U+5e03, U+5e33, U+5e6b, U+5e7e, U+5e8f, U+5e95, U+5ea7, U+5f15, U+5f62, U+5f69, U+5f80, U+5fae, U+5fb7, U+601d, U+60e0, U+614b, U+6230, U+6236, U+623f, U+628a, U+6295, U+62c9, U+6309, U+63db, U+64c7, U+64ca, U+64da, U+652f, U+6545, U+6548, U+65af, U+65e9, U+6625, U+666f, U+667a, U+670b, U+671b, U+6750, U+677f, U+6848, U+6975, U+6a13, U+6a21, U+6aa2, U+6b65, U+6b77, U+6bb5, U+6cc1, U+6ce8, U+6df1, U+6e90, U+6e96, U+6eab, U+6f14, U+6f2b, U+700f, U+706b, U+724c, U+72c0, U+7368, U+7372, U+74b0, U+756b, U+76ae, U+773c, U+78ba, U+78bc, U+798f, U+79ae, U+7a4d, U+7ae5, U+7b56, U+7b97, U+7bb1, U+7bc7, U+7c73, U+7c89, U+7d00, U+7d30, U+7d39, U+7d72, U+7dad, U+7e8c, U+7f6e, U+7fa4, U+7fa9, U+7fd2, U+8003, U+807d, U+80a1, U+80b2, U+8166, U+8208-8209, U+82e5, U+843d, U+85cf, U+85dd, U+862d, U+8857, U+8863, U+88e1, U+89ba, U+89d2, U+8a31, U+8a62, U+8a66, U+8a72, U+8abf, U+8b1d, U+8b58, U+8b70, U+8b80, U+8ca1, U+8ca8, U+8cac, U+8cbc, U+8d70, U+8da3, U+8db3, U+8ddf, U+8f03, U+8f15, U+8f2f, U+8fa6, U+8fce, U+8ffd, U+900f, U+9031, U+9069, U+908a, U+91ab, U+91cc, U+92b7, U+9322, U+932f, U+9375, U+9632, U+963f, U+9644, U+9662, U+9673, U+96a8, U+96c4, U+96d9, U+96e2-96e3, U+96f2, U+9752, U+97d3, U+97ff, U+9805, U+9810, U+986f, U+990a, U+9910, U+9928, U+9ec3, U+9ed1, U+9f8d;
}
/* [117] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.117.woff2) format('woff2');
  unicode-range: U+3e, U+7e, U+3000, U+300a-300b, U+3010-3011, U+4e16, U+4e26, U+4e94, U+4e9b, U+4ea4, U+4eca-4ecb, U+4efb, U+4efd, U+4f46, U+4f55, U+4f9b, U+4f9d, U+4fbf, U+505a, U+5065, U+5099, U+50cf, U+50f9, U+512a, U+5143, U+5148, U+514d, U+5152, U+5169, U+5171, U+5177, U+518a, U+5217, U+5225, U+5247, U+5275, U+529f, U+52a9, U+5305, U+5341, U+5357, U+5361, U+5373, U+53bb, U+53c3, U+53c8, U+53d6-53d7, U+53e3, U+53ea, U+53f8, U+5404, U+559c, U+5668, U+56db, U+56e0, U+5712, U+5718, U+578b, U+57fa, U+58eb, U+592a, U+5c0b, U+5c0e, U+5c11, U+5c1a, U+5c55, U+5c71, U+5df1, U+5e2b, U+5e36, U+5e97, U+5eb7, U+5ee3, U+5efa, U+5f35, U+5f37, U+5f88, U+5f9e, U+5fc5, U+606f, U+60a8, U+6232, U+624d, U+6253, U+627e, U+6280, U+62cd, U+6301, U+6307, U+6392, U+63a5, U+6539, U+653e-653f, U+6559, U+6574, U+65c5, U+6613, U+66f8, U+672a, U+6797, U+67e5, U+6a19, U+6a23, U+6b61, U+6bcf, U+6bd4, U+6c11, U+6c42, U+6d41, U+6d77, U+6d88, U+6e05, U+6e2f, U+6eff, U+7136, U+7167, U+71df, U+738b, U+73a9, U+7403, U+7531, U+7537, U+754c, U+7559, U+767d-767e, U+76f4, U+793a, U+795e, U+79c1, U+79d1, U+7a2e, U+7a31, U+7a7a, U+7ae0, U+7ba1, U+7bc0, U+7c21, U+7cfb, U+7d04-7d05, U+7d1a, U+7d44, U+7d66, U+7d71, U+7de8, U+7e3d, U+8001, U+800c, U+805e, U+8072, U+81f3, U+82b1, U+82f1, U+83ef, U+842c, U+8457, U+85a6, U+8655, U+8853, U+88ab, U+88dd, U+88fd, U+897f, U+898f, U+89aa, U+89bd, U+89c0, U+89e3, U+8a02, U+8a3b, U+8a55, U+8a8d, U+8a9e, U+8ad6, U+8b49, U+8b77, U+8b8a, U+8b93, U+8cb7, U+8ce3, U+8cea, U+8cfc, U+8f09, U+8fd1, U+9001, U+901f-9020, U+9054, U+90a3, U+914d, U+91cf, U+9304, U+95b1, U+9650, U+9664, U+969b, U+96b1, U+96c6, U+9700, U+975e, U+97f3, U+98a8, U+98df, U+9999, U+99ac, U+9a57, U+9ebc;
}
/* [118] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.118.woff2) format('woff2');
  unicode-range: U+d, U+2b, U+7c, U+a0, U+a9, U+300c-300d, U+4e09, U+4e3b, U+4e4b, U+4e5f, U+4e86, U+4e8b-4e8c, U+4eab, U+4ed6, U+4ee3-4ee4, U+4ef6, U+4f1a, U+4f4d, U+4f60, U+4f7f, U+4f86, U+4fdd, U+4fe1, U+5011, U+50b3, U+5149, U+5167, U+5176, U+518d, U+5229, U+524d, U+529b, U+52a0, U+52d9, U+5316-5317, U+5340, U+539f, U+53ca-53cb, U+5408, U+540c-540d, U+544a, U+548c, U+54c1, U+54e1, U+5546, U+554f, U+55ae, U+56de, U+5716, U+5831, U+5834, U+5916, U+5929, U+5973, U+597d, U+5982, U+5b57, U+5b78, U+5b89, U+5b8c, U+5b9a, U+5ba2, U+5bb9, U+5be6, U+5c07-5c08, U+5c0d, U+5c31, U+5de5, U+5df2, U+5e02, U+5e38, U+5e73-5e74, U+5ea6, U+5f0f, U+5f71, U+5f8c, U+5f97, U+5feb, U+6027, U+60c5, U+60f3, U+610f, U+611b, U+611f, U+61c9, U+6210, U+6216, U+6240, U+624b, U+63a8, U+63d0, U+641c, U+6536, U+6578, U+6599, U+65b9, U+660e, U+661f, U+662d, U+66f4, U+670d, U+671f, U+6771, U+679c, U+682a, U+683c, U+689d, U+696d, U+6a02, U+6a5f, U+6b0a, U+6b21, U+6b3e, U+6b64, U+6c23, U+6c34, U+6c92, U+6cbb, U+6cd5, U+6d3b, U+7063, U+7121, U+71b1, U+7247-7248, U+7269, U+7279, U+73fe, U+7406, U+7522, U+7576, U+767b, U+76ee, U+76f8, U+770b, U+771f, U+77e5, U+793e, U+7a0b, U+7acb, U+7ad9, U+7b2c, U+7b49, U+7cbe, U+7d50, U+7d61, U+7d93, U+7dda, U+7f8e, U+8005, U+806f, U+80fd, U+81ea, U+8207, U+8272, U+865f, U+8868, U+8981, U+898b, U+8996, U+8a00, U+8a08, U+8a0a, U+8a18, U+8a2d, U+8a71, U+8aaa, U+8acb, U+8cbb, U+8cc7, U+8d77, U+8d85, U+8def, U+8eab, U+8eca, U+8f49, U+9019-901a, U+9023, U+9032, U+904a-904b, U+904e, U+9053, U+9078, U+9084, U+90e8, U+90fd, U+91cd, U+91d1, U+9577, U+9580, U+9593, U+9762, U+982d, U+984c, U+985e, U+9996, U+9ad4, U+9ad8, U+9ede, U+ff01, U+ff08-ff09, U+ff1f;
}
/* [119] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.119.woff2) format('woff2');
  unicode-range: U+20-22, U+27-2a, U+2c-3b, U+3f, U+41-5d, U+61-7b, U+7d, U+ab, U+ae, U+b2-b3, U+bb, U+bf, U+c9, U+cd, U+d6, U+e0-ef, U+f1-f4, U+f6, U+f9-fa, U+fc-fd, U+101, U+103, U+110-111, U+113, U+12b, U+14d, U+16b, U+1a1, U+1b0, U+1ce, U+300-301, U+1ea1, U+1ea3, U+1ebf, U+1ec7, U+2013-2014, U+2039-203a, U+203c, U+2122, U+3001-3002, U+3113-3114, U+3118, U+311a-3129, U+4e00, U+4e0a-4e0b, U+4e0d, U+4e2d, U+4eba, U+4ee5, U+4f5c, U+500b, U+5165, U+5168, U+516c, U+51fa, U+5206, U+5230, U+52d5, U+53ef-53f0, U+570b, U+5728, U+5730, U+591a, U+5927, U+5b50, U+5bb6, U+5c0f, U+5fc3, U+6211, U+6587, U+65b0, U+65bc, U+65e5, U+662f, U+6642, U+6700, U+6703, U+6708-6709, U+672c, U+6b63, U+70b9-70ba, U+751f, U+7528, U+767c, U+7684, U+7db2, U+884c, U+958b, U+95dc, U+96fb, U+9801, U+ff0c, U+ff1a;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9i1pcekm_y.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9i1nyekm_y.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9i1niekm_y.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9i1ocek.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* [0] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.0.woff2) format('woff2');
  unicode-range: U+1f921-1f930, U+1f932-1f935, U+1f937-1f939, U+1f940-1f944, U+1f947-1f94a, U+1f950-1f95f, U+1f962-1f967, U+1f969-1f96a, U+1f980-1f981, U+1f984-1f98d, U+1f990-1f992, U+1f994-1f996, U+1f9c0, U+1f9d0, U+1f9d2, U+1f9d4, U+1f9d6, U+1f9d8, U+1f9da, U+1f9dc-1f9dd, U+1f9df-1f9e2, U+1f9e5-1f9e6, U+20024, U+20487, U+20779, U+20c41, U+20c78, U+20d71, U+20e98, U+20ef9, U+2107b, U+210c1, U+22c51, U+233b4, U+24a12, U+2512b, U+2546e, U+25683, U+267cc, U+269f2, U+27657, U+282e2, U+2898d, U+29d5a, U+f0001-f0005, U+f0019, U+f009b, U+f0101-f0104, U+f012b, U+f01ba, U+f01d6, U+f0209, U+f0217, U+f0223-f0224, U+fc355, U+fe327, U+fe517, U+feb97, U+fffb4;
}
/* [6] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.6.woff2) format('woff2');
  unicode-range: U+ff78-ff7e, U+ff80-ff86, U+ff89-ff94, U+ff97-ff9e, U+ffb9, U+ffe0-ffe3, U+ffe9, U+ffeb, U+ffed, U+fffc, U+1d7c7, U+1f004, U+1f0cf, U+1f141-1f142, U+1f150, U+1f154, U+1f158, U+1f15b, U+1f15d-1f15e, U+1f162-1f163, U+1f170-1f171, U+1f174, U+1f177-1f178, U+1f17d-1f17f, U+1f192-1f195, U+1f197-1f19a, U+1f1e6-1f1f5, U+1f1f7-1f1ff, U+1f21a, U+1f22f, U+1f232-1f237, U+1f239-1f23a, U+1f250-1f251, U+1f300, U+1f302-1f319;
}
/* [7] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.7.woff2) format('woff2');
  unicode-range: U+fa0a, U+fa0c, U+fa11, U+fa17, U+fa19, U+fa1b, U+fa1d, U+fa26, U+fa2c, U+fb01, U+fdfc, U+fe0e, U+fe33-fe36, U+fe38-fe44, U+fe49-fe51, U+fe54, U+fe56-fe57, U+fe59-fe5c, U+fe5f-fe6a, U+fe8e, U+fe92-fe93, U+feae, U+fecb-fecc, U+fee0, U+feec, U+fef3, U+ff04, U+ff07, U+ff26-ff2c, U+ff31-ff32, U+ff35-ff37, U+ff39-ff3a, U+ff3c, U+ff3e-ff5b, U+ff5d, U+ff61-ff65, U+ff67-ff68, U+ff6a, U+ff6c-ff77;
}
/* [8] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.8.woff2) format('woff2');
  unicode-range: U+f78a-f78c, U+f78e, U+f792-f796, U+f798, U+f79c, U+f7f5, U+f812, U+f815, U+f876, U+f8f5, U+f8f8, U+f8ff, U+f901-f902, U+f904, U+f906, U+f909-f90a, U+f90f, U+f914, U+f918-f919, U+f91b, U+f91d, U+f91f, U+f923, U+f925, U+f92d-f92f, U+f934, U+f937-f938, U+f93d, U+f93f, U+f941, U+f949, U+f94c, U+f94e-f94f, U+f95a, U+f95d-f95e, U+f961-f963, U+f965-f970, U+f974, U+f976-f97a, U+f97c, U+f97e-f97f, U+f981, U+f983, U+f988, U+f98a, U+f98c, U+f98e, U+f996-f997, U+f999-f99a, U+f99c, U+f99f-f9a0, U+f9a3, U+f9a8, U+f9ad, U+f9b2-f9b6, U+f9b9-f9ba, U+f9bd-f9be, U+f9c1, U+f9c4, U+f9c7, U+f9ca, U+f9cd, U+f9d0-f9d1, U+f9d3-f9d4, U+f9d7-f9d8, U+f9dc-f9dd, U+f9df-f9e1, U+f9e4, U+f9e8-f9ea, U+f9f4, U+f9f6-f9f7, U+f9f9-f9fa, U+f9fc-fa01, U+fa03-fa04, U+fa06, U+fa08-fa09;
}
/* [19] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.19.woff2) format('woff2');
  unicode-range: U+9ee5, U+9ee7, U+9eee, U+9ef3-9ef4, U+9ef6-9ef7, U+9ef9, U+9efb-9efd, U+9eff, U+9f07-9f09, U+9f10, U+9f14-9f15, U+9f19, U+9f22, U+9f29, U+9f2c, U+9f2f, U+9f31, U+9f34, U+9f37, U+9f39, U+9f3d-9f3e, U+9f41, U+9f4c-9f50, U+9f54, U+9f57, U+9f59, U+9f5c, U+9f5f-9f60, U+9f62-9f63, U+9f66-9f67, U+9f6a, U+9f6c, U+9f72, U+9f76-9f77, U+9f7f, U+9f84-9f85, U+9f88, U+9f8e, U+9f91, U+9f94-9f96, U+9f98, U+9f9a-9f9b, U+9f9f-9fa0, U+9fa2, U+9fa4, U+9ff0-9fff, U+a1f4, U+a4b0-a4b1, U+a4b3, U+a9c1-a9c2, U+aa31, U+ab34, U+ac00-ac01, U+ac04, U+ac08, U+ac10-ac11, U+ac13-ac16, U+ac19, U+ac1c-ac1d, U+ac24, U+ac70-ac71, U+ac74, U+ac77-ac78, U+ac80-ac81, U+ac83, U+ac8c, U+ac90, U+aca0, U+aca8-aca9, U+acac, U+acb0, U+acb8-acb9, U+acbc-acbd, U+acc1, U+acc4, U+ace0-ace1, U+ace4, U+ace8, U+acf0-acf1, U+acf3, U+acf5, U+acfc;
}
/* [20] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.20.woff2) format('woff2');
  unicode-range: U+9d77, U+9d7a, U+9d7e, U+9d87, U+9d89, U+9d8f, U+9d91-9d93, U+9d96, U+9d98, U+9d9a, U+9da1-9da2, U+9da5, U+9da9, U+9dab-9dac, U+9db1-9db2, U+9db5, U+9db9-9dbc, U+9dbf-9dc2, U+9dc4, U+9dc7-9dc9, U+9dd3, U+9dd6, U+9dd9-9dda, U+9dde-9ddf, U+9de2, U+9de5-9de6, U+9de8, U+9def-9df0, U+9df2-9df4, U+9df8, U+9dfa, U+9dfd, U+9dff, U+9e02, U+9e07, U+9e0a, U+9e11, U+9e15, U+9e18, U+9e1a-9e1b, U+9e1d-9e1e, U+9e20-9e23, U+9e25-9e26, U+9e2d, U+9e2f, U+9e33, U+9e35, U+9e3d-9e3f, U+9e42-9e43, U+9e45, U+9e48-9e4a, U+9e4c, U+9e4f, U+9e51, U+9e55, U+9e64, U+9e66, U+9e6b, U+9e6d-9e6e, U+9e70, U+9e73, U+9e75, U+9e78, U+9e80-9e83, U+9e87-9e88, U+9e8b-9e8c, U+9e90-9e91, U+9e93, U+9e96, U+9e9d, U+9ea1, U+9ea4, U+9ea6, U+9ea9-9eab, U+9ead, U+9eaf, U+9eb4, U+9eb7-9eba, U+9ebe-9ebf, U+9ecc-9ecd, U+9ed0, U+9ed2, U+9ed4, U+9ed9-9eda, U+9edc-9edd, U+9edf-9ee0, U+9ee2;
}
/* [21] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.21.woff2) format('woff2');
  unicode-range: U+9bf0-9bf1, U+9bf5, U+9bf7, U+9bf9, U+9bfd, U+9bff, U+9c02, U+9c06, U+9c08-9c0a, U+9c0d, U+9c10, U+9c12-9c13, U+9c15, U+9c1c, U+9c1f, U+9c21, U+9c23-9c25, U+9c28-9c29, U+9c2d-9c2e, U+9c31-9c33, U+9c35-9c37, U+9c39-9c3b, U+9c3d-9c3e, U+9c40, U+9c42, U+9c45-9c49, U+9c52, U+9c54, U+9c56, U+9c58-9c5a, U+9c5d, U+9c5f-9c60, U+9c63, U+9c67-9c68, U+9c72, U+9c75, U+9c78, U+9c7a-9c7c, U+9c7f-9c81, U+9c87-9c88, U+9c8d, U+9c91, U+9c94, U+9c97, U+9c9b, U+9ca4, U+9ca8, U+9cab, U+9cad, U+9cb1-9cb3, U+9cb6-9cb8, U+9cc4-9cc5, U+9ccc-9ccd, U+9cd5-9cd7, U+9cdd-9cdf, U+9ce7, U+9ce9, U+9cee-9cf0, U+9cf2, U+9cfc-9cfe, U+9d03, U+9d06-9d08, U+9d0e, U+9d10, U+9d12, U+9d15, U+9d17, U+9d1d-9d1f, U+9d23, U+9d2b, U+9d2f-9d30, U+9d34, U+9d37, U+9d3d, U+9d42, U+9d50, U+9d52-9d53, U+9d59, U+9d5c, U+9d5e-9d61, U+9d6a, U+9d6f-9d70;
}
/* [22] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.22.woff2) format('woff2');
  unicode-range: U+9a87, U+9a8a-9a8b, U+9a8f-9a91, U+9a97, U+9a9a, U+9a9e, U+9aa0-9aa1, U+9aa4-9aa5, U+9aaf-9ab1, U+9ab6-9ab7, U+9ab9-9aba, U+9abe, U+9ac0-9ac5, U+9ac8, U+9acb-9acc, U+9ace-9acf, U+9ad1, U+9ad5-9ad7, U+9ad9, U+9adf, U+9ae1, U+9ae3, U+9aea-9aeb, U+9aed, U+9aef, U+9af2, U+9af4, U+9af9, U+9afb, U+9afd, U+9b03-9b04, U+9b08, U+9b13, U+9b18, U+9b1f, U+9b22-9b23, U+9b28-9b2a, U+9b2c-9b30, U+9b32, U+9b3b, U+9b43, U+9b46-9b49, U+9b4b-9b4e, U+9b51, U+9b55, U+9b58, U+9b5b, U+9b5e-9b60, U+9b63, U+9b68-9b69, U+9b74, U+9b7d, U+9b80-9b81, U+9b83-9b84, U+9b87-9b88, U+9b8a-9b8b, U+9b8d-9b8e, U+9b90, U+9b92-9b95, U+9b97, U+9b9f-9ba0, U+9ba2-9ba3, U+9ba8, U+9bab, U+9bb0, U+9bb8, U+9bc0-9bc1, U+9bc3, U+9bc6-9bc8, U+9bd3-9bd7, U+9bd9, U+9bdb, U+9bdd, U+9be1-9be2, U+9be4-9be5, U+9be7, U+9bea, U+9bed-9bee;
}
/* [23] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.23.woff2) format('woff2');
  unicode-range: U+993c-9940, U+9943-9944, U+9948-994a, U+994c-994e, U+9951, U+9954, U+995c, U+995e-995f, U+9961-9962, U+9965, U+9968, U+996a, U+996d-9972, U+9975-9976, U+997a, U+997c, U+997f-9980, U+9984-9985, U+9988, U+998b, U+998d, U+998f, U+9992, U+9994-9995, U+9997-9998, U+999c, U+999e, U+99a0-99a1, U+99ab, U+99af, U+99b1, U+99b4, U+99b9, U+99c4-99c6, U+99cf, U+99d1-99d2, U+99d4, U+99d6, U+99d8-99d9, U+99df, U+99e1-99e2, U+99e9, U+99ee, U+99f0, U+99f8, U+99fb, U+9a01-9a05, U+9a0c, U+9a0f-9a13, U+9a16, U+9a1b-9a1c, U+9a20, U+9a24, U+9a28, U+9a2b, U+9a2d-9a2e, U+9a34-9a36, U+9a38, U+9a3e, U+9a40-9a44, U+9a4a, U+9a4c-9a4e, U+9a52, U+9a56, U+9a62-9a65, U+9a69-9a6b, U+9a6d, U+9a6f-9a71, U+9a73-9a74, U+9a76, U+9a78-9a79, U+9a7b-9a7c, U+9a7e-9a7f, U+9a81-9a82, U+9a84-9a86;
}
/* [24] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.24.woff2) format('woff2');
  unicode-range: U+97f5, U+97f9-97fa, U+97fe, U+9804, U+9807, U+980a, U+980e-980f, U+9814, U+9816, U+981a, U+981c, U+981e, U+9820-9821, U+9823, U+9826, U+9828, U+982a-982c, U+9832, U+9834-9835, U+9837, U+9839, U+983c-983d, U+9845, U+9848-9849, U+984e, U+9852-9857, U+9859-985a, U+9862-9863, U+9865, U+9870-9871, U+9873-9874, U+9877, U+987a-987f, U+9881-9882, U+9885, U+9887-988a, U+988c-988d, U+9890, U+9893, U+9896-9897, U+989a, U+989c-989e, U+98a0, U+98a4, U+98a6-98a7, U+98a9, U+98ae-98af, U+98b2-98b3, U+98b6-98b8, U+98ba-98bd, U+98bf, U+98c7-98c8, U+98ca, U+98d2-98d3, U+98d8-98da, U+98dc, U+98de, U+98e0-98e1, U+98e3, U+98e5, U+98e7-98e9, U+98eb-98ee, U+98f1, U+98f4, U+9901, U+9908-9909, U+990c, U+9911-9912, U+9914, U+9916-9917, U+991b-991c, U+991e, U+9920, U+9927, U+992b-992c, U+992e, U+9931-9933, U+9938, U+993a;
}
/* [25] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.25.woff2) format('woff2');
  unicode-range: U+9672, U+9674, U+967a, U+9682-9685, U+9688-9689, U+968b, U+968d, U+9695, U+9697-9698, U+969e, U+96a0-96a4, U+96a9, U+96ac, U+96ae, U+96b0, U+96b2-96b4, U+96b6-96b7, U+96b9, U+96bc-96be, U+96c3, U+96c9-96cb, U+96ce-96cf, U+96d1-96d2, U+96d8, U+96dd, U+96e9, U+96eb, U+96f0-96f1, U+96f3-96f4, U+96f9, U+96fe-96ff, U+9701-9702, U+9705, U+9708, U+970a, U+970e-9711, U+9719, U+971d, U+971f-9720, U+9728, U+972a, U+972d, U+9730, U+9733, U+973a, U+973d, U+9744, U+9746-9747, U+9749, U+9750-9751, U+9753, U+9758-9759, U+975b, U+975d, U+9763, U+9765-9766, U+9768, U+976c-976d, U+9771, U+9773, U+9776, U+977a, U+977c, U+9780, U+9784-9786, U+9788, U+978e-978f, U+9798, U+979d-979e, U+97a3, U+97a5-97a6, U+97a8, U+97ab-97ac, U+97ae, U+97b6-97b7, U+97b9, U+97bf, U+97c1, U+97c3, U+97c6, U+97c9, U+97cd, U+97d6, U+97d8-97d9, U+97dc-97de, U+97e1, U+97e6-97e7, U+97ec-97ee, U+97f0-97f1;
}
/* [26] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.26.woff2) format('woff2');
  unicode-range: U+9530, U+9535, U+953a-953b, U+9540-9542, U+9547, U+9549-954a, U+954d, U+9550-9551, U+9554-9556, U+955c, U+956c-956d, U+956f-9570, U+9573, U+9576, U+9578, U+9582, U+9586, U+9588, U+958e-958f, U+9599, U+959c, U+959e-959f, U+95a1-95a2, U+95a4, U+95a6-95a7, U+95aa-95ae, U+95b0, U+95b2, U+95b6, U+95b9-95bf, U+95c2-95c4, U+95c7-95c9, U+95cb-95cd, U+95d0, U+95d3-95d5, U+95d7-95d8, U+95da, U+95de, U+95e0-95e1, U+95e4-95e5, U+95ea-95eb, U+95ef-95f0, U+95f2-95f3, U+95f5, U+95f7-95fa, U+95fd, U+9600-9602, U+9607-9609, U+960e, U+9610-9611, U+9614, U+9616, U+9619-961a, U+961c-961d, U+961f, U+9621, U+9624, U+9628, U+962f, U+9633-9636, U+963c, U+9641-9643, U+9645, U+9647-9648, U+964e-964f, U+9651, U+9653-9655, U+9658, U+965b-965f, U+9661, U+9665, U+9668-9669, U+966c;
}
/* [27] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.27.woff2) format('woff2');
  unicode-range: U+941a, U+941c, U+941e, U+9420-9425, U+9427-942b, U+942e, U+9432-9433, U+9436, U+9438, U+943a, U+943d, U+943f-9440, U+9445, U+944a, U+944c, U+9454-9455, U+945a-945b, U+945e, U+9460, U+9462-9463, U+9468, U+946a, U+946d, U+946f, U+9471, U+9474-9477, U+9479, U+947e-9481, U+9488-948a, U+948e, U+9492-9493, U+9497, U+9499, U+949b-94a3, U+94a5-94a9, U+94ac, U+94ae-94b1, U+94b3-94b5, U+94bb-94bc, U+94be-94c3, U+94c5-94c6, U+94c9, U+94ce-94d0, U+94db-94dd, U+94e0, U+94e2-94e3, U+94e8, U+94ec-94ee, U+94f0, U+94f2, U+94f5-94f6, U+94f8, U+94fa, U+94ff-9502, U+9504-9506, U+9508, U+950b-950c, U+950f-9510, U+9519-951b, U+951d, U+951f, U+9521-9526, U+952d-952f;
}
/* [28] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.28.woff2) format('woff2');
  unicode-range: U+930b, U+930f, U+9312, U+9315, U+9319-931b, U+931d-931f, U+9321, U+9323-9325, U+9327-932a, U+932c-932e, U+9331-9333, U+9335, U+9338, U+933c, U+9340-9341, U+9345-9349, U+934f-9352, U+9354, U+9356-935a, U+935c-9360, U+9363-9367, U+9369-936a, U+936c, U+936e, U+9370-9371, U+9373, U+9376, U+9379-937a, U+937c, U+9385, U+9387, U+938c, U+938f, U+9394, U+9397-9398, U+939a-939b, U+939d-939e, U+93a1-93a3, U+93a6-93a7, U+93a9-93aa, U+93ac-93ad, U+93af-93b0, U+93b3-93bb, U+93bd-93be, U+93c0-93c4, U+93c7, U+93ca-93cd, U+93d0-93d1, U+93d6-93d8, U+93dc-93de, U+93e0, U+93e4, U+93e8, U+93ee, U+93f0, U+93f5, U+93f7-93f9, U+93fb, U+9403, U+9407, U+940f-9410, U+9413-9414, U+9417, U+9419;
}
/* [29] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.29.woff2) format('woff2');
  unicode-range: U+9208-920a, U+920d-920e, U+9210-9211, U+9217, U+9219, U+921c, U+9221, U+9224-9225, U+9227, U+922a, U+922d-922e, U+9230-9231, U+9233, U+9235-9239, U+923b, U+923d-9241, U+9244, U+9246, U+9248-9249, U+924b-9251, U+9253, U+925a, U+925d-925e, U+9262, U+9265-9267, U+926b-926d, U+926f, U+9271-9272, U+9274, U+9276, U+9278, U+927a-927c, U+927e-927f, U+9282-9283, U+9286, U+9288, U+928a, U+928d-928e, U+9291, U+9295-9296, U+9299-929b, U+929d, U+92a0-92ae, U+92b2, U+92b5-92b6, U+92bb-92bc, U+92c2-92c3, U+92c6-92cd, U+92cf-92d1, U+92d5, U+92d7, U+92d9, U+92dd, U+92df, U+92e4-92e6, U+92e8-92e9, U+92ed-92ef, U+92f1-92f3, U+92f6, U+92f9, U+92fb, U+9300-9302, U+9306;
}
/* [30] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.30.woff2) format('woff2');
  unicode-range: U+90e2-90e4, U+90ea-90eb, U+90ef, U+90f4, U+90f7-90f8, U+90fc, U+90fe-9100, U+9102, U+9104, U+9106, U+9112, U+9114-911a, U+911c, U+911e, U+9120, U+9122-9123, U+9129, U+912b, U+912f, U+9131-9132, U+9134, U+9136, U+9139-913a, U+9143, U+9146, U+9148-914a, U+914e-9150, U+9154, U+9156-9157, U+9159-915a, U+915d-915e, U+9161-9164, U+916b, U+916e, U+9170-9172, U+9174, U+9176, U+9179-917a, U+917f, U+9181-9182, U+9184-9186, U+918c-918e, U+9190-9191, U+9196, U+919a-919b, U+919e, U+91a1-91a4, U+91a7, U+91aa, U+91ae-91b2, U+91b4-91b5, U+91b8, U+91bd-91be, U+91c1, U+91c3, U+91c5-91c6, U+91c8-91ca, U+91d2-91d5, U+91d7, U+91d9, U+91e1, U+91e4, U+91e6-91e9, U+91ec-91ed, U+91f0-91f1, U+91f5-91fa, U+91fd, U+91ff-9201, U+9203-9207;
}
/* [31] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.31.woff2) format('woff2');
  unicode-range: U+8f85-8f86, U+8f88-8f8a, U+8f8d, U+8f90, U+8f93, U+8f95-8f97, U+8f99, U+8f9e-8f9f, U+8fa2, U+8fa7, U+8fa9, U+8fab, U+8fae, U+8fb3, U+8fb5-8fb6, U+8fba-8fbd, U+8fbf, U+8fc1-8fc2, U+8fc6, U+8fc8, U+8fcc-8fcd, U+8fd2-8fd3, U+8fd5, U+8fdc-8fdd, U+8fdf, U+8fe2-8fe5, U+8fe8-8fe9, U+8fed-8fee, U+8ff3, U+8ff5, U+8ff8, U+8ffa-8ffc, U+8ffe, U+9002, U+9004, U+9008, U+900a-900b, U+9011-9013, U+9016, U+901e, U+9021, U+9024, U+902d, U+902f-9030, U+9034-9036, U+9039-903b, U+9041, U+9044-9045, U+904f-9052, U+9057-9058, U+905b, U+905d, U+9061-9062, U+9065, U+9068, U+906f, U+9074, U+9079, U+907d, U+9083, U+9085, U+9087-9089, U+908b, U+9090, U+9093, U+9095, U+9097, U+9099, U+909b, U+909d-909e, U+90a0-90a2, U+90ac, U+90af-90b0, U+90b2-90b4, U+90b6, U+90b9, U+90bb, U+90bd-90be, U+90c3-90c5, U+90c7, U+90d1, U+90d4-90d5, U+90d7, U+90db-90df;
}
/* [32] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.32.woff2) format('woff2');
  unicode-range: U+8e30-8e31, U+8e35, U+8e39, U+8e3c-8e3d, U+8e40-8e42, U+8e47, U+8e49-8e4e, U+8e50, U+8e53-8e55, U+8e59-8e5b, U+8e60, U+8e62-8e63, U+8e67, U+8e69, U+8e6c-8e6d, U+8e6f, U+8e74, U+8e76, U+8e7a-8e7c, U+8e82, U+8e84-8e85, U+8e87, U+8e89-8e8b, U+8e8f-8e95, U+8e99-8e9a, U+8e9d-8e9e, U+8ea1, U+8ea3, U+8ea5-8ea6, U+8eaa, U+8eac-8ead, U+8eaf-8eb1, U+8eb9, U+8ebc, U+8ebe, U+8ec6, U+8ecb, U+8ecf, U+8ed1, U+8ed4, U+8ed7, U+8eda-8edb, U+8ee2, U+8ee8, U+8eeb, U+8ef2, U+8ef9-8efe, U+8f05, U+8f07-8f08, U+8f0a-8f0c, U+8f12-8f13, U+8f17, U+8f19-8f1a, U+8f1c, U+8f1e-8f1f, U+8f25-8f26, U+8f2d, U+8f30, U+8f33, U+8f36, U+8f3e, U+8f40-8f42, U+8f45-8f47, U+8f4d, U+8f54-8f55, U+8f5d, U+8f61-8f62, U+8f64, U+8f67-8f69, U+8f6d-8f72, U+8f74, U+8f76, U+8f7b-8f7c, U+8f7f, U+8f83-8f84;
}
/* [33] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.33.woff2) format('woff2');
  unicode-range: U+8ce1, U+8ce8, U+8ceb, U+8cf0, U+8cf8, U+8cfb, U+8cfe, U+8d04, U+8d07, U+8d0b, U+8d0d, U+8d10, U+8d12-8d14, U+8d17, U+8d1b-8d1f, U+8d21-8d26, U+8d29-8d2c, U+8d2e-8d32, U+8d34-8d35, U+8d37-8d38, U+8d3a-8d3c, U+8d3e-8d3f, U+8d41-8d43, U+8d48, U+8d4b-8d4c, U+8d4e-8d50, U+8d54, U+8d56, U+8d58, U+8d5a-8d5b, U+8d5f-8d60, U+8d62-8d63, U+8d66-8d69, U+8d6c-8d6e, U+8d73, U+8d75-8d76, U+8d7b, U+8d7d, U+8d84, U+8d8b, U+8d90-8d91, U+8d94, U+8d96, U+8d9c, U+8dab, U+8daf, U+8db2, U+8db5, U+8db7, U+8dba, U+8dbc, U+8dbf, U+8dc2-8dc3, U+8dc6, U+8dcb, U+8dce-8dd0, U+8dd6-8dd7, U+8dda-8ddb, U+8de3-8de4, U+8de9, U+8deb-8dec, U+8df1, U+8df5-8df7, U+8dfa-8dfd, U+8e05, U+8e08-8e0a, U+8e0e, U+8e14, U+8e16, U+8e18, U+8e1d-8e21, U+8e23, U+8e26-8e28, U+8e2a-8e2b, U+8e2d-8e2e;
}
/* [34] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.34.woff2) format('woff2');
  unicode-range: U+8b9c, U+8b9e-8b9f, U+8ba3, U+8ba5, U+8ba7, U+8baa, U+8bad, U+8bb2-8bb4, U+8bb6-8bb9, U+8bbc-8bbd, U+8bbf-8bc0, U+8bc3, U+8bc5, U+8bc8-8bcb, U+8bcf, U+8bd1, U+8bd7-8bdc, U+8bde-8be1, U+8be3, U+8be5, U+8be7, U+8be9, U+8beb-8bec, U+8bef, U+8bf1-8bf2, U+8bf5-8bf6, U+8bf8, U+8bfa, U+8bfd-8bfe, U+8c01-8c02, U+8c05, U+8c08, U+8c0a-8c11, U+8c13-8c15, U+8c18-8c1c, U+8c1f, U+8c23-8c29, U+8c2c-8c2d, U+8c31, U+8c34, U+8c36, U+8c39, U+8c3f, U+8c47, U+8c49-8c4c, U+8c4f, U+8c51, U+8c55, U+8c62, U+8c68, U+8c73, U+8c78, U+8c7a-8c7c, U+8c82, U+8c85, U+8c89-8c8a, U+8c8d-8c8e, U+8c90, U+8c94, U+8c98-8c99, U+8ca3-8ca4, U+8cad-8cb0, U+8cb2, U+8cb9-8cba, U+8cbd, U+8cc1-8cc2, U+8cc4-8cc5, U+8ccf-8cd2, U+8cd4-8cd5, U+8cd9-8cdb;
}
/* [35] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.35.woff2) format('woff2');
  unicode-range: U+8a1b, U+8a22, U+8a25, U+8a27, U+8a2b, U+8a33, U+8a36, U+8a38, U+8a3d-8a3e, U+8a41, U+8a45-8a46, U+8a48, U+8a4e, U+8a51-8a52, U+8a54, U+8a56-8a58, U+8a5b, U+8a5d, U+8a61, U+8a63, U+8a67, U+8a6a-8a6c, U+8a70, U+8a74-8a76, U+8a7a-8a7c, U+8a82, U+8a84-8a86, U+8a89, U+8a8f-8a92, U+8a94, U+8a9a, U+8aa1, U+8aa3, U+8aa5, U+8aa7-8aa8, U+8aad, U+8ab1, U+8ab6, U+8abe, U+8ac2, U+8ac4, U+8ac6, U+8ac9, U+8acc-8acf, U+8ad1, U+8adb, U+8add-8ae2, U+8ae4, U+8ae6, U+8aea-8aeb, U+8aed, U+8af1-8af6, U+8afa, U+8afc, U+8b01, U+8b04-8b05, U+8b07, U+8b0b-8b0d, U+8b0f-8b10, U+8b13-8b14, U+8b16, U+8b1a, U+8b1c, U+8b21-8b22, U+8b26, U+8b28, U+8b2b, U+8b2e, U+8b33, U+8b41, U+8b46, U+8b4c-8b4f, U+8b53-8b54, U+8b56, U+8b59, U+8b5e-8b60, U+8b64, U+8b6a-8b6d, U+8b72, U+8b7e, U+8b83, U+8b89, U+8b8c, U+8b8e, U+8b90, U+8b92, U+8b95-8b96, U+8b99;
}
/* [36] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.36.woff2) format('woff2');
  unicode-range: U+88b7-88b8, U+88bc-88be, U+88c0, U+88c4, U+88c6-88c7, U+88c9-88cc, U+88ce, U+88d2, U+88d6, U+88d8, U+88db, U+88df, U+88e4, U+88e8-88e9, U+88ec, U+88ef-88f1, U+88f3-88f5, U+88fc, U+88fe, U+8900, U+8902, U+8906, U+890a-890c, U+8912-8915, U+8918-891a, U+891f, U+8921, U+8923, U+8925, U+892a-892b, U+892d, U+8930, U+8933, U+8935-8936, U+8938, U+893d, U+8941-8943, U+8946-8947, U+8949, U+894c-894d, U+8956-8957, U+8959, U+895c, U+895e-8960, U+8964, U+8966, U+896c, U+8971, U+8974, U+897b, U+897e, U+8980, U+8982-8983, U+8987-8988, U+898a, U+898c, U+8991, U+8994-8995, U+8997-8998, U+899a, U+899c, U+89a1, U+89a4-89a7, U+89a9, U+89ac, U+89af, U+89b2-89b3, U+89b7, U+89bb, U+89bf, U+89c5, U+89c9-89ca, U+89d1, U+89d4-89d5, U+89da, U+89dc-89de, U+89e5-89e7, U+89ed, U+89f1, U+89f3-89f4, U+89f6, U+89ff, U+8a01, U+8a03, U+8a07, U+8a09, U+8a0c, U+8a0f-8a12, U+8a16;
}
/* [37] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.37.woff2) format('woff2');
  unicode-range: U+8763-8765, U+8768, U+876a, U+876c-8770, U+8772, U+8777, U+877a-877b, U+877d, U+8781, U+8784-8785, U+8788, U+878b, U+8793, U+8797-8798, U+879f, U+87a3, U+87a8, U+87ab-87ad, U+87af, U+87b3, U+87b5, U+87b9, U+87bb, U+87bd-87c0, U+87c4-87c8, U+87ca-87cc, U+87ce, U+87d2, U+87db-87dc, U+87e0-87e1, U+87e3, U+87e5, U+87e7, U+87ea-87eb, U+87ee-87ef, U+87f3-87f4, U+87f6-87f7, U+87fe, U+8802-8806, U+880a-880b, U+880e, U+8810-8811, U+8813, U+8815-8816, U+881b, U+8821, U+8823, U+8827, U+8831-8832, U+8835, U+8839-883a, U+883c, U+8844-8846, U+884a, U+884e, U+8852, U+8854-8856, U+8859-885a, U+885e, U+8862, U+8864-8865, U+8869-886a, U+886c-886e, U+8871-8872, U+8875, U+8879, U+887d-887f, U+8882, U+8884-8885, U+8888, U+8890, U+8892-8893, U+8897-8898, U+889a-889c, U+889e, U+88a2, U+88a4, U+88a8, U+88aa, U+88ad-88ae, U+88b1, U+88b4;
}
/* [38] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.38.woff2) format('woff2');
  unicode-range: U+8621-8622, U+8627, U+8629-862a, U+8634-8636, U+8638, U+863a, U+863c, U+8640, U+8642, U+8646, U+864c-864d, U+864f, U+8651-8654, U+8657, U+8659-865a, U+865c, U+8662, U+866b-866c, U+866f-8671, U+8673, U+8677, U+867a-867b, U+867d-867e, U+8680-8682, U+868b-868d, U+8693-8696, U+869a, U+869c-869d, U+86a1, U+86a3-86a4, U+86a7-86aa, U+86af-86b1, U+86b3-86b4, U+86b6, U+86b9-86ba, U+86c0-86c2, U+86c4, U+86c6, U+86c9-86ca, U+86cc-86ce, U+86d0, U+86d3-86d4, U+86de-86df, U+86e9, U+86ed-86f0, U+86f3, U+86f8-86fc, U+86fe, U+8703, U+8706-870a, U+870d-870e, U+8711-8712, U+8715, U+8717, U+8719-871a, U+871e, U+8721-8723, U+8725, U+8728-8729, U+872e, U+8731, U+8734, U+8737, U+873a, U+873e-8740, U+8742, U+8747, U+8749, U+874b-874c, U+874e-874f, U+8753, U+8757-8758, U+875d, U+875f, U+8761-8762;
}
/* [39] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.39.woff2) format('woff2');
  unicode-range: U+84c0, U+84c2, U+84c6-84c7, U+84ca, U+84cd-84d2, U+84d6, U+84dd, U+84df, U+84e2, U+84e6-84e8, U+84ea, U+84ef-84f0, U+84f3-84f4, U+84f7, U+84fa, U+84fc-84fd, U+84ff-8500, U+8506, U+850c, U+8511, U+8515, U+8517, U+851d-851f, U+8524, U+852b, U+852f, U+8532, U+8534-8535, U+8537-8538, U+853a, U+853c, U+853e, U+8541-8542, U+8545, U+8548, U+854b, U+854d-854e, U+8552-8553, U+8555-8558, U+855a, U+855e, U+8561-8565, U+8568, U+856a-856c, U+856f, U+8574, U+8577-857b, U+8580-8581, U+8585-8586, U+858a, U+858c, U+858f-8590, U+8594, U+8597-8599, U+859c, U+859f, U+85a1-85a2, U+85a4, U+85a8, U+85ab-85ac, U+85ae, U+85b3-85b4, U+85b7, U+85b9-85ba, U+85bd-85be, U+85c1-85c2, U+85cb, U+85ce, U+85d0, U+85d3, U+85d5, U+85dc, U+85e0, U+85e6, U+85e8, U+85ea, U+85ed, U+85f4, U+85f6-85f7, U+85f9-85fa, U+85ff, U+8602, U+8604-8605, U+8610, U+8616-8618, U+861a, U+861e;
}
/* [40] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.40.woff2) format('woff2');
  unicode-range: U+8380, U+8383, U+8385-8386, U+8392, U+8394-8395, U+8398-8399, U+839b-839c, U+83a0, U+83a2, U+83a4, U+83a7-83aa, U+83af-83b5, U+83b7, U+83b9-83ba, U+83bc-83c0, U+83c2, U+83c4-83c5, U+83c8-83c9, U+83cb, U+83ce-83cf, U+83d1, U+83d4-83d6, U+83d8, U+83dd, U+83df, U+83e1-83e2, U+83e5, U+83ea-83eb, U+83f0, U+83f3-83f4, U+83f9, U+83fb-83fe, U+8406-8407, U+840b, U+840f, U+8411, U+8413, U+8418, U+841b-841d, U+8420-8421, U+8423-8424, U+8426-8429, U+842b, U+842d-842e, U+8432-8433, U+8435, U+8437-8439, U+843b-843c, U+843e, U+8445-8447, U+844e, U+8451-8452, U+8456, U+8459-845a, U+845c, U+845f, U+8462, U+8466-8467, U+846d, U+846f-8471, U+8473-8474, U+8476-8478, U+847a, U+8484, U+848b, U+848d-848e, U+8493-8494, U+8497, U+849d, U+849f, U+84a1, U+84a8, U+84af, U+84b1, U+84b4, U+84b9-84bb, U+84bd-84bf;
}
/* [41] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.41.woff2) format('woff2');
  unicode-range: U+827d, U+827f, U+8283-8284, U+8288-828a, U+828d-8291, U+8293-8294, U+8298, U+829a-829c, U+829e-82a4, U+82a6-82ab, U+82ae, U+82b0, U+82b4, U+82b6, U+82ba-82bc, U+82be, U+82c1, U+82c4-82c5, U+82c7, U+82cb, U+82cd, U+82cf-82d0, U+82d2, U+82d5-82d6, U+82d9, U+82db-82dc, U+82de-82e1, U+82e3-82e4, U+82e7, U+82ea-82eb, U+82ef-82f0, U+82f3-82f4, U+82f6-82f7, U+82f9-82fc, U+82fe-8301, U+8306-8308, U+830b-830e, U+8316, U+8318, U+831a-831b, U+831d-831e, U+8327, U+832a, U+832c-832d, U+832f, U+8331, U+8333-8334, U+8337, U+833a-833c, U+833f-8340, U+8342, U+8344-8347, U+834b-834c, U+834f, U+8351, U+8356-8358, U+835a, U+835e-8361, U+8363-8364, U+8367-8368, U+836b, U+836f, U+8373, U+8375, U+8378, U+837a-837f;
}
/* [42] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.42.woff2) format('woff2');
  unicode-range: U+811b, U+811e, U+8121-8127, U+8129, U+812c, U+812f-8134, U+8137-8138, U+813a, U+813d, U+8144, U+8146, U+8148, U+814a, U+814c-814d, U+8151, U+8153, U+8156, U+8158, U+815a, U+8160, U+8167, U+8169, U+816d, U+816f, U+8171, U+8174, U+817b-817c, U+817e, U+8182, U+8188, U+818a, U+8194-8195, U+8198, U+819b, U+819e, U+81a3, U+81a6-81a7, U+81ab, U+81af-81b0, U+81b5-81b6, U+81b8, U+81ba-81bb, U+81be-81bf, U+81c3, U+81c6, U+81ca, U+81cc, U+81cf, U+81d1-81d3, U+81d6-81d7, U+81d9-81da, U+81dd-81de, U+81e0-81e2, U+81e7, U+81ec, U+81ef, U+81fc, U+81fe, U+8200-8202, U+8204-8206, U+820b, U+820e, U+8210, U+8215, U+8217-8218, U+821b, U+821d, U+8221-8222, U+8224, U+8228-8229, U+822b, U+822f-8234, U+8236-8238, U+823a, U+823e, U+8240, U+8244-8245, U+8249, U+824b, U+824e-824f, U+8257, U+825a, U+825f, U+8264, U+8268, U+826b, U+826e, U+8270, U+8273, U+8276, U+8278-8279;
}
/* [43] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.43.woff2) format('woff2');
  unicode-range: U+7fb8, U+7fbc, U+7fbf-7fc0, U+7fc3, U+7fcb-7fcc, U+7fce-7fcf, U+7fd1, U+7fd5, U+7fd8, U+7fdb, U+7fde-7fdf, U+7fe5-7fe6, U+7fe9, U+7feb-7fec, U+7fee, U+7ff2-7ff3, U+7ffa, U+7ffd-7ffe, U+8002, U+8004, U+8006, U+800b, U+800e, U+8011-8012, U+8014, U+8016, U+8018-8019, U+801c, U+8024, U+8026, U+8028, U+802c, U+8030, U+8035, U+8037-8039, U+803b, U+8042-8043, U+804b-804c, U+8052, U+8061, U+8068, U+806a, U+806e, U+8071, U+8073-8076, U+8079, U+807c, U+807e-807f, U+8083-8084, U+808f, U+8093, U+8095, U+8098, U+809c, U+809f-80a0, U+80a4, U+80a7, U+80ab, U+80ad-80ae, U+80b0-80b1, U+80b4-80b6, U+80b8, U+80bc-80c2, U+80c4, U+80c6-80c7, U+80cb, U+80cd, U+80cf, U+80d4, U+80d7, U+80d9, U+80db-80dd, U+80e0, U+80e3-80e5, U+80e7, U+80eb-80ed, U+80ef-80f1, U+80f3-80f4, U+80f6-80f7, U+80fc, U+80fe-80ff, U+8101, U+8107, U+8109, U+810f-8113, U+8115, U+8117-8118, U+811a;
}
/* [44] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.44.woff2) format('woff2');
  unicode-range: U+7eb3, U+7eb5-7eba, U+7ebd-7ebe, U+7ec0-7ec1, U+7ec3, U+7ec5, U+7ec7-7eca, U+7ecd-7ece, U+7ed1-7ed2, U+7ed4-7ed5, U+7ed7-7ed8, U+7eda-7edb, U+7edd-7ede, U+7ee2-7ee3, U+7ee5, U+7ee7, U+7ee9-7eeb, U+7eee-7ef0, U+7ef3, U+7ef5, U+7ef7-7ef8, U+7efd-7f01, U+7f03, U+7f05-7f09, U+7f0e, U+7f10, U+7f13-7f15, U+7f18-7f1a, U+7f1c-7f1d, U+7f20, U+7f24-7f25, U+7f28-7f2a, U+7f2d-7f2e, U+7f30, U+7f34, U+7f36-7f37, U+7f3d, U+7f42-7f45, U+7f47-7f4e, U+7f52, U+7f54, U+7f58, U+7f5a, U+7f5d, U+7f5f-7f63, U+7f65, U+7f68, U+7f6b, U+7f78, U+7f7d-7f7e, U+7f81-7f83, U+7f86-7f87, U+7f8b-7f8d, U+7f91, U+7f93-7f95, U+7f97, U+7f99-7f9a, U+7f9d, U+7f9f, U+7fa1-7fa3, U+7fa5, U+7fa7, U+7fad-7fb2, U+7fb4, U+7fb6;
}
/* [45] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.45.woff2) format('woff2');
  unicode-range: U+7d8c-7d8f, U+7d91, U+7d95-7d96, U+7d98-7d9a, U+7d9d-7d9e, U+7da2-7da3, U+7da6, U+7daa, U+7dac, U+7dae-7db0, U+7db3, U+7db5, U+7db7, U+7db9, U+7dbd, U+7dc1, U+7dc3-7dc7, U+7dcc-7dcf, U+7dd1, U+7dd6-7dd9, U+7ddb-7ddc, U+7de1-7de2, U+7de6, U+7df0-7df3, U+7df6, U+7dfe, U+7e01-7e02, U+7e04, U+7e08-7e0b, U+7e10-7e11, U+7e13, U+7e15, U+7e1d-7e20, U+7e22, U+7e25-7e27, U+7e29, U+7e2d, U+7e2f-7e30, U+7e32-7e37, U+7e39, U+7e3b, U+7e44-7e45, U+7e47-7e48, U+7e4a-7e4b, U+7e4d, U+7e50-7e52, U+7e56, U+7e58-7e5b, U+7e62, U+7e68, U+7e6d-7e70, U+7e76, U+7e78, U+7e7b, U+7e7e, U+7e81-7e82, U+7e86-7e88, U+7e8a, U+7e8d-7e8e, U+7e92-7e94, U+7e98-7e9b, U+7e9e, U+7ea0, U+7ea3-7ea4, U+7ea8, U+7eaa-7eaf, U+7eb1-7eb2;
}
/* [46] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.46.woff2) format('woff2');
  unicode-range: U+7c23, U+7c25-7c26, U+7c2a-7c2b, U+7c37-7c39, U+7c40-7c41, U+7c48-7c49, U+7c50, U+7c53-7c54, U+7c56-7c57, U+7c59-7c5c, U+7c5f, U+7c63, U+7c65, U+7c69, U+7c6c-7c6e, U+7c74-7c75, U+7c79, U+7c7c, U+7c7e, U+7c84, U+7c8b, U+7c8d, U+7c91, U+7c94-7c95, U+7c9b, U+7c9f, U+7ca2, U+7ca4, U+7ca6, U+7ca8-7caa, U+7cae, U+7cb1-7cb3, U+7cba, U+7cbc, U+7cbf-7cc0, U+7cc5, U+7cc8-7cc9, U+7ccc-7cce, U+7cd7, U+7cdc-7cdd, U+7ce0, U+7ce2, U+7ce8, U+7cea, U+7ced, U+7cf2, U+7cf4, U+7cf6, U+7cf8-7cfa, U+7cfc, U+7d02, U+7d06-7d0a, U+7d0f, U+7d11-7d12, U+7d15, U+7d18, U+7d1c-7d1e, U+7d25, U+7d27, U+7d29, U+7d2c, U+7d31-7d32, U+7d35, U+7d38, U+7d3a, U+7d3c, U+7d3e-7d41, U+7d43, U+7d45, U+7d4c, U+7d4e-7d4f, U+7d53-7d54, U+7d56, U+7d5b-7d5d, U+7d5f, U+7d63, U+7d67, U+7d6a, U+7d6d, U+7d70, U+7d73, U+7d75, U+7d79-7d7b, U+7d7d, U+7d80, U+7d83-7d84, U+7d86-7d89, U+7d8b;
}
/* [47] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.47.woff2) format('woff2');
  unicode-range: U+7afd-7afe, U+7b01-7b06, U+7b09-7b0b, U+7b0e-7b10, U+7b14, U+7b18, U+7b1a, U+7b1e-7b1f, U+7b22-7b25, U+7b29-7b2b, U+7b2d-7b2e, U+7b31-7b35, U+7b38-7b3c, U+7b45, U+7b47-7b48, U+7b4a, U+7b4c, U+7b4e-7b50, U+7b58, U+7b5b, U+7b5d, U+7b60, U+7b62, U+7b65-7b67, U+7b69, U+7b6d-7b6f, U+7b72-7b76, U+7b79, U+7b7e, U+7b82, U+7b84-7b85, U+7b87, U+7b8b, U+7b8d-7b93, U+7b95-7b96, U+7b98, U+7b9c-7b9d, U+7ba0, U+7ba7, U+7ba9-7bac, U+7bb0, U+7bb4, U+7bb6, U+7bb8-7bb9, U+7bc1, U+7bc3, U+7bc6, U+7bcb-7bcc, U+7bcf, U+7bd4, U+7bd9-7bdb, U+7bdd, U+7be0-7be1, U+7be5-7be6, U+7bea, U+7bed-7bee, U+7bf1-7bf3, U+7bf8-7bf9, U+7bfc-7c01, U+7c03, U+7c07, U+7c0a-7c0d, U+7c0f, U+7c11-7c12, U+7c15, U+7c1e-7c20;
}
/* [48] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.48.woff2) format('woff2');
  unicode-range: U+798a-798b, U+7991, U+7993-7996, U+7998, U+799a-799b, U+799f-79a2, U+79a4, U+79a8-79a9, U+79af-79b0, U+79b3, U+79b5, U+79b8, U+79ba, U+79c3, U+79c6, U+79c8, U+79cf, U+79d5-79d6, U+79dc-79de, U+79e3, U+79e7, U+79ea-79ed, U+79ef-79f0, U+79f4, U+79f6-79f8, U+79fd, U+7a02-7a03, U+7a08-7a0a, U+7a0c, U+7a0e, U+7a10-7a11, U+7a14, U+7a17-7a19, U+7a1c, U+7a1e-7a1f, U+7a23, U+7a26, U+7a2d, U+7a32-7a33, U+7a37, U+7a39, U+7a3c, U+7a42, U+7a45, U+7a49, U+7a4f, U+7a56, U+7a5a, U+7a5c, U+7a60-7a61, U+7a63, U+7a68, U+7a6d-7a6e, U+7a70-7a71, U+7a77-7a79, U+7a80, U+7a83, U+7a85-7a86, U+7a88, U+7a8d, U+7a90-7a91, U+7a93-7a96, U+7a98, U+7a9c-7a9d, U+7aa0, U+7aa3, U+7aa5-7aa6, U+7aa8, U+7aaa, U+7aac, U+7ab0, U+7ab3, U+7ab6, U+7ab8, U+7abb, U+7abe-7abf, U+7ac2, U+7ac8-7ac9, U+7ad1-7ad2, U+7ad6, U+7ada, U+7adc-7ade, U+7ae4, U+7ae6, U+7ae9-7aeb, U+7af4, U+7af8, U+7afa-7afb;
}
/* [49] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.49.woff2) format('woff2');
  unicode-range: U+7842-7843, U+7845, U+7847, U+784a, U+784c-7850, U+7852-7853, U+7855, U+7858, U+785a, U+785c-785d, U+7864, U+7866, U+7868, U+786a, U+786f, U+7874, U+7876, U+787c, U+787f, U+7886-7887, U+7889, U+788d, U+788f, U+7893, U+7895-7896, U+7898, U+789a, U+789e, U+78a1, U+78a3, U+78a5, U+78aa, U+78ad, U+78b1-78b2, U+78b4, U+78b6, U+78b8, U+78be, U+78c8-78c9, U+78cb, U+78ce, U+78d0-78d1, U+78d4-78d5, U+78d7-78d8, U+78de, U+78e3, U+78e6-78e7, U+78ea, U+78ec, U+78f2-78f4, U+78fa-78fb, U+78fd-7900, U+7904-7906, U+790a, U+790c, U+7910-7912, U+791c, U+791e, U+7920-7921, U+792a-792c, U+792e, U+7931, U+7934, U+7938, U+793b, U+793d, U+793f, U+7941-7942, U+7945-7947, U+7949, U+794c, U+794e, U+7953-7954, U+7957-795c, U+795f, U+7961-7962, U+7964, U+7967, U+7969, U+796b-796c, U+796f, U+7972-7973, U+7977-7979, U+797b-797c, U+797e, U+7980, U+7982, U+7984-7988;
}
/* [50] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.50.woff2) format('woff2');
  unicode-range: U+7707-7708, U+770a, U+770c, U+770f, U+7715, U+7719-771b, U+771d-771e, U+7722, U+7725-7726, U+7728, U+772d, U+772f, U+7733-7736, U+7738, U+773b, U+773d, U+7741, U+7744, U+7746, U+774c, U+774e-7752, U+7755, U+7759-775a, U+775f-7760, U+7762, U+7765-7766, U+7768-776a, U+776c-776e, U+7771, U+7778, U+777a, U+777d-777e, U+7780, U+7785, U+7787, U+7789, U+778b-778d, U+7791-7793, U+779c, U+779f-77a0, U+77a2, U+77a5, U+77a9, U+77b0-77b1, U+77b4, U+77b6-77b7, U+77b9, U+77bc-77bf, U+77c5, U+77c7, U+77cc-77cd, U+77d3, U+77d6-77d7, U+77dc, U+77de, U+77e3, U+77e7, U+77eb-77ec, U+77f0, U+77f2, U+77f6, U+77f8, U+77fa-77fc, U+77fe-7800, U+7803, U+7805-7806, U+7809, U+7810-7812, U+7815-7816, U+781a, U+781c-781d, U+781f-7823, U+7825-7827, U+7829, U+782c-7830, U+7833, U+7835, U+7837, U+7839-783a, U+783c, U+783e, U+7840;
}
/* [51] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.51.woff2) format('woff2');
  unicode-range: U+75cd, U+75d2, U+75d4, U+75d9, U+75df, U+75e2-75e4, U+75e6-75e7, U+75e9-75ec, U+75f0-75f3, U+75f7, U+75f9-75fa, U+75fc, U+75fe-7602, U+7608-760a, U+760c-760d, U+7610, U+7615-7616, U+7618-7620, U+7622-7623, U+7625, U+7627, U+7629, U+762b, U+762e, U+7630, U+7632-7635, U+7638, U+763a-763c, U+763e, U+7640, U+7643, U+7646, U+7648-7649, U+764d-764e, U+7654, U+7658, U+765c, U+765f, U+7663-7667, U+7669, U+766b-766d, U+766f-7670, U+7676, U+7678-767a, U+767f-7681, U+7683, U+7688, U+768a-768b, U+768e, U+7690, U+7695-7696, U+769a-769e, U+76a3-76a4, U+76aa, U+76b0-76b1, U+76b4, U+76b7-76b8, U+76c2, U+76c5, U+76c9, U+76cc-76cd, U+76cf-76d1, U+76d6-76d8, U+76e5-76e6, U+76e9, U+76ec, U+76f1, U+76f7, U+76f9-76fb, U+76ff-7700, U+7704-7705;
}
/* [52] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.52.woff2) format('woff2');
  unicode-range: U+749c-74a1, U+74a3, U+74a5-74a7, U+74a9-74ab, U+74ae, U+74b1-74b2, U+74b5, U+74b8, U+74ba, U+74bf, U+74c5, U+74c8, U+74cc-74cd, U+74d2, U+74d4, U+74d6, U+74d8, U+74da, U+74de-74e0, U+74e2, U+74e4, U+74e8-74e9, U+74ee-74ef, U+74f4, U+74f9, U+74fb, U+74ff-7501, U+7503, U+7507, U+750c-750d, U+7511, U+7513, U+7515-7517, U+7519, U+751e, U+7521, U+7525, U+752a, U+752c-752f, U+7534, U+753e, U+7542, U+7545, U+7547-7548, U+754a-754b, U+754e, U+7551, U+755a-755b, U+755d, U+7560, U+7563-7564, U+7566-7568, U+756c-756f, U+7572-7575, U+7577-757a, U+757c, U+757e-757f, U+7583-7584, U+7587, U+7589, U+758b-758e, U+7590, U+7592, U+7594-7595, U+7597, U+7599-759a, U+759d, U+759f, U+75a1-75a3, U+75a5, U+75a7, U+75aa, U+75ac, U+75ae-75b1, U+75b3-75b4, U+75b8, U+75bd, U+75c0, U+75c2-75c4, U+75c9-75ca, U+75cc;
}
/* [53] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.53.woff2) format('woff2');
  unicode-range: U+73b4-73ba, U+73bc, U+73bf, U+73c2, U+73c4-73c6, U+73c9, U+73cb-73cc, U+73ce-73d2, U+73d6-73d7, U+73d9, U+73db-73de, U+73e3, U+73e5-73eb, U+73ef, U+73f5-73f7, U+73f9-73fa, U+73fc-73fd, U+7400-7401, U+7404-7405, U+7407-7408, U+740a-740d, U+740f-7410, U+7416, U+741a-741b, U+741d-741e, U+7420-7425, U+7428-7429, U+742c-7432, U+7435-7436, U+7438-743a, U+743c-7442, U+7445-7446, U+7448-744a, U+7451-7452, U+7454, U+7457, U+7459, U+745d, U+7460-7462, U+7465, U+7467-7468, U+746c-746e, U+7471-7477, U+7479-747a, U+747c-747f, U+7481-7482, U+7484-7486, U+7488-748a, U+748e-7490, U+7492, U+7498, U+749a;
}
/* [54] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.54.woff2) format('woff2');
  unicode-range: U+7281-7282, U+7284, U+7287, U+728a, U+728d, U+7292, U+7296, U+7298, U+729b, U+729f-72a2, U+72ad-72ae, U+72b0-72b5, U+72b8-72b9, U+72bc-72bd, U+72c1, U+72c3, U+72c5-72c6, U+72c8, U+72cc-72ce, U+72d2, U+72d4, U+72db, U+72dd, U+72df, U+72e1, U+72e8, U+72ec-72ee, U+72f1, U+72f3-72f4, U+72f7, U+72fa-72fb, U+72fd, U+7300-7301, U+7304, U+7307, U+730a-730b, U+730e, U+7313, U+7315-7317, U+7319, U+731e-731f, U+7322, U+7328-732e, U+7330-7331, U+7337, U+733a-733c, U+733e, U+7340-7341, U+7343, U+734c-734d, U+734f-7350, U+7352, U+7355, U+7357, U+7359-735a, U+7360-7363, U+7365, U+7369-7370, U+7373-7374, U+7377, U+737a, U+737c, U+737e, U+7380, U+7385-7386, U+738a, U+738e-738f, U+7391-7395, U+7397-7398, U+739b, U+73a0-73a2, U+73a5-73a8, U+73ad-73ae, U+73b3;
}
/* [55] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.55.woff2) format('woff2');
  unicode-range: U+7115-7116, U+7118, U+711c, U+711e, U+7120, U+7122, U+712e-712f, U+7131, U+7134, U+713c, U+713f, U+7143, U+7145-7147, U+714a-714b, U+7150-7153, U+7155-7156, U+715a, U+7160, U+7162, U+7166, U+7168, U+716c, U+7171, U+7173, U+7178, U+717a-717b, U+717d, U+7180-7181, U+7185, U+7187-7188, U+718b, U+718f-7190, U+7192, U+7196-7198, U+719a-719c, U+71a0, U+71a4, U+71a8, U+71af, U+71b2-71b3, U+71b5, U+71b7-71ba, U+71be, U+71c1, U+71c4, U+71ca-71cb, U+71ce-71d0, U+71d4, U+71d7-71d8, U+71da, U+71dc, U+71e0-71e1, U+71e7, U+71ec, U+71ee, U+71f4-71f6, U+71f9, U+71fc, U+71fe-7201, U+7203, U+7207, U+7209, U+720c, U+7213-7215, U+7217, U+721a, U+721d, U+7222-7223, U+7228, U+722b, U+7230, U+7237, U+723b, U+723f-7242, U+724b, U+724d, U+7252-7253, U+7256, U+7258, U+725d, U+7263-7266, U+726a-726b, U+726e-7270, U+7273-7275, U+7277, U+727a-727b, U+727e-727f;
}
/* [56] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.56.woff2) format('woff2');
  unicode-range: U+6fec, U+6fee, U+6ff0, U+6ff3, U+6ff5-6ff6, U+6ffa, U+6ffc, U+6fff-7001, U+7003, U+7005-7007, U+700b, U+700d, U+7015, U+7018, U+701b, U+701e, U+7020-7021, U+7023, U+7026-7027, U+702c, U+702f-7032, U+7034-7035, U+7037-703c, U+7040, U+7042-7044, U+7046, U+7049, U+704b, U+704f, U+7052, U+7054-7055, U+705c-7061, U+7064-7069, U+706c-706d, U+706f, U+7073-7075, U+7078, U+707a, U+707e-7081, U+7085-7086, U+7089, U+7090-7091, U+7094-7096, U+7098, U+709c, U+709f, U+70a1, U+70a4, U+70a9, U+70ac, U+70af-70b2, U+70b4-70b5, U+70b7, U+70bb-70be, U+70c0-70c3, U+70ca-70cb, U+70d2, U+70d4-70d5, U+70d9-70dd, U+70df, U+70e6-70e9, U+70eb-70ec, U+70ef, U+70f1, U+70f4, U+70f7, U+70fa, U+70fd, U+70ff, U+7104, U+7106, U+7109, U+710c, U+7110, U+7113-7114;
}
/* [57] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.57.woff2) format('woff2');
  unicode-range: U+6eda-6edb, U+6edd-6ede, U+6ee2, U+6ee4-6ee5, U+6ee8-6ee9, U+6eeb, U+6eee, U+6ef3, U+6ef8-6efb, U+6f00, U+6f08-6f0a, U+6f0d-6f0e, U+6f11-6f13, U+6f15, U+6f19-6f1a, U+6f23, U+6f25-6f2a, U+6f2d-6f31, U+6f33-6f36, U+6f3a-6f3c, U+6f40-6f41, U+6f43-6f44, U+6f47, U+6f4d-6f4f, U+6f53, U+6f57, U+6f59-6f5a, U+6f5c, U+6f5e-6f61, U+6f63, U+6f66-6f67, U+6f69-6f6c, U+6f6f, U+6f72-6f78, U+6f7a-6f7f, U+6f81-6f82, U+6f87, U+6f89, U+6f8b-6f8d, U+6f90, U+6f92, U+6f94-6f97, U+6f9c, U+6f9f-6fa0, U+6fa2-6fa3, U+6fa5-6fa8, U+6faa-6fab, U+6fae-6faf, U+6fb4, U+6fb6, U+6fb9-6fba, U+6fbc, U+6fc2, U+6fc6-6fcb, U+6fce, U+6fd1-6fd2, U+6fd4, U+6fd8, U+6fda, U+6fde, U+6fe0-6fe2, U+6fe8-6fe9;
}
/* [58] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.58.woff2) format('woff2');
  unicode-range: U+6dd6, U+6dd9, U+6ddb-6de0, U+6de2-6de6, U+6de9, U+6dec, U+6def-6df0, U+6df2, U+6df4, U+6df6, U+6df8, U+6dfc-6dfd, U+6e00, U+6e02-6e03, U+6e07-6e0b, U+6e0d-6e0e, U+6e10, U+6e13-6e15, U+6e17, U+6e19-6e1a, U+6e1d, U+6e1f, U+6e22, U+6e24-6e25, U+6e27, U+6e2b, U+6e2d-6e2e, U+6e30-6e31, U+6e36, U+6e39-6e3a, U+6e3c-6e3d, U+6e40-6e41, U+6e44-6e45, U+6e47, U+6e49, U+6e4b, U+6e4d-6e4f, U+6e51, U+6e53-6e54, U+6e59, U+6e5c, U+6e5e-6e61, U+6e63-6e66, U+6e69-6e6b, U+6e6e, U+6e70-6e76, U+6e78, U+6e7c, U+6e7f-6e80, U+6e83, U+6e85-6e86, U+6e88-6e89, U+6e8b, U+6e8d-6e8f, U+6e93, U+6e98-6e9a, U+6e9f, U+6ea1, U+6ea4-6ea7, U+6eae, U+6eb1-6eb2, U+6eb4-6eb5, U+6eb7, U+6ebd, U+6ec1-6ec3, U+6ec7-6ec9, U+6ecd-6ed0, U+6ed3-6ed6, U+6ed8;
}
/* [59] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.59.woff2) format('woff2');
  unicode-range: U+6cdd-6cde, U+6ce0, U+6ce7, U+6ce9-6cec, U+6cee-6cef, U+6cf1, U+6cf7-6cf8, U+6cfb-6cfe, U+6d00-6d02, U+6d04, U+6d06-6d07, U+6d09-6d0a, U+6d0c, U+6d0e-6d12, U+6d18-6d1a, U+6d1f, U+6d22-6d24, U+6d27-6d28, U+6d2b, U+6d2d-6d31, U+6d33-6d3a, U+6d3c, U+6d3f, U+6d43-6d47, U+6d4a-6d4b, U+6d4e-6d4f, U+6d51-6d53, U+6d57-6d58, U+6d5a, U+6d5c, U+6d5e-6d65, U+6d67, U+6d6c-6d6d, U+6d6f-6d70, U+6d72, U+6d75, U+6d79, U+6d7c, U+6d7f, U+6d82, U+6d85, U+6d87, U+6d8e-6d8f, U+6d91-6d95, U+6d97-6d99, U+6d9b, U+6d9d, U+6d9f, U+6da1, U+6da4, U+6da6-6dac, U+6db3-6db4, U+6db7-6db8, U+6dbe-6dc0, U+6dc2, U+6dc4-6dc5, U+6dc8-6dca, U+6dcc-6dcd, U+6dcf-6dd0, U+6dd2-6dd3, U+6dd5;
}
/* [60] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.60.woff2) format('woff2');
  unicode-range: U+6bc1-6bc2, U+6bcc, U+6bce, U+6bd0-6bd1, U+6bd5-6bd9, U+6bde, U+6be1, U+6bec, U+6bf3, U+6bf9, U+6bfd, U+6bff-6c00, U+6c02, U+6c05-6c06, U+6c0a, U+6c0c-6c0d, U+6c10, U+6c13, U+6c16, U+6c18-6c1a, U+6c1f, U+6c21-6c22, U+6c24, U+6c26, U+6c28-6c2a, U+6c2c, U+6c2e-6c33, U+6c35-6c37, U+6c39-6c3a, U+6c3d-6c3f, U+6c43, U+6c46, U+6c49-6c4f, U+6c54-6c55, U+6c58, U+6c5a-6c5c, U+6c5e, U+6c64-6c69, U+6c6b-6c6f, U+6c71-6c75, U+6c78-6c79, U+6c7c, U+6c7e, U+6c82, U+6c84-6c87, U+6c8c-6c8d, U+6c8f, U+6c93-6c94, U+6c98, U+6c9a, U+6c9d, U+6c9f, U+6ca2, U+6ca5-6ca8, U+6caa, U+6cac-6cb2, U+6cb4-6cb5, U+6cba, U+6cbc, U+6cc2-6cc3, U+6cc5-6cc7, U+6cd0-6cd2, U+6cd4, U+6cd6-6cd7, U+6cd9-6cda, U+6cdc;
}
/* [61] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.61.woff2) format('woff2');
  unicode-range: U+6a35, U+6a3b, U+6a3e-6a40, U+6a47-6a48, U+6a50, U+6a52, U+6a55-6a57, U+6a5a-6a5b, U+6a5e, U+6a62, U+6a66, U+6a6a, U+6a71, U+6a79, U+6a7c, U+6a7e-6a81, U+6a84, U+6a87, U+6a89, U+6a8d-6a8e, U+6a90-6a92, U+6a97, U+6a9c, U+6a9e-6aa1, U+6aa3-6aa5, U+6aa8, U+6aab, U+6aae, U+6ab5, U+6aba, U+6abe, U+6ac2, U+6ac5-6ac6, U+6ac8-6ac9, U+6acc, U+6ad3, U+6ada-6adb, U+6add-6adf, U+6ae3, U+6ae7-6ae8, U+6aea-6aec, U+6af1, U+6af3, U+6af8, U+6afa, U+6afc, U+6b05, U+6b09, U+6b0e-6b13, U+6b17, U+6b1d-6b1e, U+6b25, U+6b2c, U+6b31, U+6b35-6b37, U+6b39, U+6b3b, U+6b40, U+6b43, U+6b46, U+6b48, U+6b53-6b55, U+6b59, U+6b5b, U+6b5f-6b60, U+6b68-6b69, U+6b6f, U+6b74, U+6b7a, U+6b7c, U+6b7f-6b84, U+6b86-6b87, U+6b89, U+6b8b, U+6b8d, U+6b91-6b93, U+6b9b, U+6b9e, U+6ba1-6ba2, U+6ba4, U+6baa-6bab, U+6bad-6bae, U+6bb2-6bb4, U+6bbb, U+6bbd;
}
/* [62] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.62.woff2) format('woff2');
  unicode-range: U+6904, U+6906-6907, U+6909, U+690b, U+690f-6910, U+6917, U+691a-691c, U+6925, U+692a, U+692c-692d, U+6932, U+6934, U+6939, U+693c-6940, U+6942, U+6949, U+6952, U+6954-6957, U+6959, U+695b-695f, U+6961-696c, U+696e-6970, U+6973-6974, U+6976, U+6978-697a, U+697c, U+6980, U+6984-6986, U+6988-698a, U+698d-698e, U+6990-6991, U+6994, U+6996-699b, U+699e, U+69a3-69a7, U+69ab, U+69ad, U+69af, U+69b1, U+69b3, U+69b6-69b7, U+69bb-69bc, U+69bf, U+69c1, U+69c3-69c5, U+69c7, U+69ca, U+69cc, U+69ce, U+69d0-69d1, U+69d4, U+69d8-69d9, U+69db, U+69df, U+69e4, U+69e8-69ea, U+69ed-69ee, U+69f1-69f4, U+69f6, U+69f8, U+69fa-69fb, U+69ff-6a00, U+6a05, U+6a0a-6a0b, U+6a17-6a18, U+6a1b, U+6a28-6a2b, U+6a31-6a32;
}
/* [63] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.63.woff2) format('woff2');
  unicode-range: U+67dc-67e0, U+67e2, U+67e4, U+67e9-67ea, U+67f0, U+67f2, U+67f6-67f8, U+67fa-67fb, U+67fe, U+6800-6805, U+6808-6809, U+680b, U+680e-680f, U+6811-6812, U+6814, U+6816, U+6818, U+681c-681e, U+6820, U+6822, U+6825, U+6827-6829, U+682b, U+682e-682f, U+6831-6834, U+683a-683b, U+683e, U+6840-6841, U+6844-6845, U+6849, U+684e, U+6853, U+6855-6856, U+685c-685d, U+685f, U+6861-6863, U+6865-6869, U+686b, U+686d, U+686f, U+6871-6872, U+6874-6875, U+6877, U+6879, U+687b-687c, U+687e, U+6880, U+6882-6883, U+6886, U+688f, U+6891-6892, U+6894, U+6896, U+6898, U+689b-689c, U+689f-68a0, U+68a2-68a3, U+68a6, U+68a9, U+68b1-68b2, U+68b4, U+68b6, U+68c0, U+68c3, U+68c6, U+68c8, U+68ca, U+68d0-68d1, U+68d3, U+68d6, U+68e1, U+68e3, U+68e6, U+68e8-68ec, U+68ef-68f1, U+68f3, U+68f6-68f7, U+68f9, U+68fb-68fd, U+6900, U+6902;
}
/* [64] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.64.woff2) format('woff2');
  unicode-range: U+66b3, U+66b5, U+66b8-66bc, U+66be, U+66c1, U+66c4, U+66c7-66c8, U+66cc, U+66cf, U+66d5, U+66d8-66db, U+66df, U+66e1-66e2, U+66e8-66e9, U+66ef, U+66f1, U+66f5, U+66f7, U+66fa, U+66fd, U+6705, U+670a, U+670f-6710, U+6713-6715, U+6718-6719, U+6720, U+6722-6727, U+6729, U+672e, U+6733, U+6736, U+6738-6739, U+673f-6740, U+6742, U+6745, U+6747-6748, U+674b-674d, U+6753, U+6755, U+6759, U+675d-675e, U+6760, U+6762-6763, U+6767-676a, U+676c, U+676e, U+6772-6777, U+677a-677c, U+6782, U+6786-6787, U+678a-678c, U+678e-678f, U+6791-6793, U+6796, U+6798-6799, U+679f-67a3, U+67a5, U+67aa-67ae, U+67b0-67b5, U+67b7-67bc, U+67c0-67c3, U+67c5-67c6, U+67c8-67ca, U+67ce, U+67d2, U+67d8-67d9, U+67db;
}
/* [65] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.65.woff2) format('woff2');
  unicode-range: U+6565, U+6567, U+656b, U+656d-656e, U+6573, U+6576, U+6579-657b, U+6581, U+6586, U+6588-6589, U+658b, U+658e, U+6593, U+6595, U+659b, U+659d, U+659f-65a1, U+65a9, U+65ab, U+65ad, U+65b2-65b3, U+65b5, U+65bb, U+65be-65bf, U+65c2-65c4, U+65c6, U+65cc, U+65ce, U+65d2, U+65d6, U+65db, U+65e1, U+65e3, U+65e7, U+65ee-65f0, U+65f2-65f4, U+65f7-65f8, U+65fc-65fd, U+6600, U+6603-6605, U+6609, U+660d, U+6610-6611, U+6619, U+661c-661e, U+6621-6622, U+6624, U+6626, U+6629, U+662b, U+6630, U+6633-6636, U+6639-663d, U+6640-6641, U+6644-6645, U+664a-664c, U+6653-6657, U+6659, U+665b, U+665d-665e, U+6661-6667, U+6669, U+666c, U+6672-6673, U+6677-6679, U+667b-667e, U+6681-6684, U+668b-6690, U+6692, U+6698, U+669d, U+669f-66a0, U+66a6-66a7, U+66aa, U+66b2;
}
/* [66] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.66.woff2) format('woff2');
  unicode-range: U+642b, U+642f-6430, U+6432, U+6434, U+6437, U+643a, U+643d-6444, U+6446-6447, U+644a-644b, U+644e, U+6450-6453, U+6456, U+6459, U+645b-645c, U+645e, U+6460-6461, U+6463-6465, U+6468, U+646c-646e, U+6470, U+6472-6477, U+6479, U+647b, U+647d, U+6480, U+6482, U+6485, U+648b-648c, U+6491, U+6493, U+6496-649a, U+649d, U+649f-64a0, U+64a2-64a3, U+64ac, U+64b1, U+64b3-64b4, U+64b7-64b9, U+64bb, U+64be, U+64c0, U+64c3-64c4, U+64d0, U+64d2, U+64d5, U+64d7-64d8, U+64e1-64e4, U+64e7, U+64e9, U+64ed, U+64ef-64f0, U+64f3, U+64f8, U+64fb-64fc, U+64ff, U+6504-6506, U+6509, U+6511-6512, U+6516, U+6518-6519, U+651b, U+6520-6523, U+6525-6526, U+6529, U+652b, U+652e, U+6530, U+6532, U+6534-6535, U+6537-6538, U+653a, U+653d, U+6542-6543, U+6549, U+654c-654e, U+6554-6555, U+655b, U+655d, U+6561, U+6564;
}
/* [67] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.67.woff2) format('woff2');
  unicode-range: U+6312-6313, U+6319-631b, U+631d-6321, U+6323-6325, U+632d-632e, U+6332, U+6334-6339, U+633b-633c, U+633e-6340, U+6342-6346, U+634b-634c, U+634e, U+6352, U+6357, U+635a, U+635c, U+635e-635f, U+6361, U+6363, U+6365, U+6369, U+636b-636d, U+636f-6370, U+6373, U+6375-6376, U+637a-637b, U+637d, U+6381, U+6384, U+6387, U+638a, U+638d-638e, U+6390, U+6394-6397, U+639e-639f, U+63a3-63a4, U+63a6, U+63ac-63af, U+63b1-63b4, U+63b7, U+63b9-63bb, U+63bd-63be, U+63c3-63c4, U+63c8, U+63cd-63ce, U+63d1, U+63d6, U+63dc, U+63de, U+63e0, U+63e3-63e4, U+63e6, U+63e9, U+63f0, U+63f2-63f3, U+63f5-63f8, U+63fa, U+63fc-63fe, U+6400-6402, U+6405-6406, U+6409-640c, U+6410, U+6414-6415, U+6418, U+641b, U+641f-6423, U+6425-6428, U+642a;
}
/* [68] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.68.woff2) format('woff2');
  unicode-range: U+61cc-61cd, U+61d0, U+61d2, U+61de-61e0, U+61e3, U+61e6, U+61e8, U+61ed-61ee, U+61f5, U+61f9-61fa, U+61fd-61fe, U+6207, U+6209, U+620d-620e, U+6213-6215, U+6219, U+621b, U+621d-6223, U+6225-6227, U+6229, U+622b-622c, U+622e-622f, U+6231, U+6238, U+623b, U+623d-623e, U+6242-6243, U+6246, U+6248-6249, U+624c, U+6251, U+6255, U+6259-625a, U+625e, U+6260-6262, U+6265-6267, U+6269, U+626b-626c, U+6270-6273, U+6275, U+627a-627d, U+6283, U+6285-6286, U+6289, U+628c, U+628e, U+6294, U+629a-629e, U+62a0, U+62a2, U+62a6, U+62a8, U+62af, U+62b3, U+62b6, U+62ba-62bb, U+62be-62bf, U+62c2, U+62c4-62c5, U+62c8, U+62ca, U+62cf, U+62d1, U+62d5, U+62d7, U+62d9, U+62dd, U+62df-62e3, U+62e5-62e8, U+62ee, U+62f4-62fb, U+62fd, U+6300, U+6302, U+6308, U+630c-630e, U+6310;
}
/* [69] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.69.woff2) format('woff2');
  unicode-range: U+60b0-60b1, U+60b3-60b5, U+60b8, U+60bb, U+60bd-60be, U+60c0, U+60c6-60c7, U+60ca-60cb, U+60d3-60d5, U+60d7-60db, U+60dd, U+60e2-60e3, U+60e6-60f0, U+60f2, U+60f4, U+60f6, U+60fa-60fb, U+60ff-6100, U+6103, U+6106, U+610a-610b, U+610d-610e, U+6110, U+6112-6116, U+6120, U+6123-6124, U+6128-6130, U+6134, U+6136, U+613c-613f, U+6144, U+6146-6147, U+6149-614a, U+614d, U+6151-6153, U+6159-615a, U+615c-615f, U+6164-6165, U+6169-616d, U+616f, U+6171-6175, U+6177, U+617a, U+617c, U+617f-6180, U+6187, U+618a-618e, U+6192-6194, U+6199-619b, U+619f, U+61a1, U+61a7-61a8, U+61aa-61af, U+61b8, U+61ba, U+61bf, U+61c3, U+61c6, U+61ca-61cb;
}
/* [70] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.70.woff2) format('woff2');
  unicode-range: U+5f82-5f84, U+5f87, U+5f89-5f8a, U+5f8d, U+5f93, U+5f95, U+5f98-5f99, U+5f9b-5f9c, U+5fa0, U+5fa4, U+5fa6-5fa8, U+5fab-5fad, U+5fb3-5fb4, U+5fbc, U+5fc4, U+5fc6, U+5fc9, U+5fcb, U+5fce-5fd6, U+5fdc-5fdf, U+5fe1, U+5fe4, U+5fe7, U+5fea, U+5fec-5fee, U+5ff1, U+5ff3, U+5ff8, U+5ffa-5ffc, U+5fff-6000, U+6002, U+6005, U+600a, U+600d, U+600f-6010, U+6014, U+6017, U+6019-601c, U+601e, U+6020, U+6022, U+6026, U+6029, U+602b-602c, U+602e-602f, U+6031, U+6033-6035, U+6039, U+603c, U+6040-6043, U+6045, U+6047, U+604a-604c, U+604f, U+6053, U+6059-605b, U+605d, U+6060, U+6063, U+6067, U+606a-606b, U+606e, U+6072-6076, U+6078, U+607a, U+607c, U+607f-6081, U+6083, U+6086, U+608a, U+608c, U+608e, U+6092-6093, U+6095-6097, U+609b, U+609d, U+60a2, U+60a6-60a7, U+60a9-60aa, U+60ac-60ad, U+60af;
}
/* [71] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.71.woff2) format('woff2');
  unicode-range: U+5e3c, U+5e40, U+5e42-5e44, U+5e47, U+5e54, U+5e57-5e5b, U+5e5e-5e5f, U+5e61-5e62, U+5e64, U+5e6a, U+5e6c, U+5e6e, U+5e75, U+5e77, U+5e7a, U+5e80-5e81, U+5e83, U+5e86, U+5e88, U+5e8b, U+5e90, U+5e92, U+5e96, U+5e99, U+5e9b, U+5e9d-5ea2, U+5ea4-5ea5, U+5eb3-5eb6, U+5eb9, U+5ebe, U+5ec3-5ec4, U+5ec6, U+5ecb-5ecd, U+5ed0-5ed2, U+5ed4-5ed5, U+5ed8-5ed9, U+5edb, U+5edd, U+5ee1, U+5ee8-5ee9, U+5eec, U+5eef-5ef0, U+5ef4-5ef5, U+5ef8, U+5efb-5efc, U+5efe, U+5f01-5f03, U+5f05, U+5f07-5f09, U+5f0b-5f0e, U+5f10-5f12, U+5f14, U+5f16, U+5f1b, U+5f1d, U+5f22, U+5f25, U+5f28-5f29, U+5f2d, U+5f2f-5f30, U+5f36, U+5f38-5f39, U+5f3c, U+5f3e, U+5f40-5f42, U+5f45-5f46, U+5f4a, U+5f50-5f52, U+5f54, U+5f56-5f58, U+5f5a-5f5e, U+5f61, U+5f63, U+5f66-5f67, U+5f6b, U+5f72-5f74, U+5f76, U+5f78, U+5f7b, U+5f7d;
}
/* [72] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.72.woff2) format('woff2');
  unicode-range: U+5ce6, U+5ce8-5cea, U+5ced-5cee, U+5cf1, U+5cf4-5cf5, U+5cf8, U+5cfe-5d00, U+5d06, U+5d08, U+5d0a-5d0d, U+5d15, U+5d18, U+5d1a, U+5d1d, U+5d1f-5d22, U+5d24, U+5d26-5d28, U+5d2c-5d2e, U+5d33-5d35, U+5d3d, U+5d3f, U+5d42-5d43, U+5d46-5d47, U+5d49-5d4b, U+5d4e, U+5d52-5d53, U+5d57-5d59, U+5d5b-5d5c, U+5d65, U+5d68-5d69, U+5d6b-5d6c, U+5d6f, U+5d74-5d75, U+5d7e-5d7f, U+5d81-5d82, U+5d85-5d88, U+5d8b-5d8c, U+5d92, U+5d94, U+5d97, U+5d99, U+5d9d, U+5da0-5da2, U+5da7, U+5da9-5daa, U+5dae, U+5db2, U+5db4, U+5db7-5db8, U+5dbd, U+5dc2-5dc5, U+5dc9, U+5dcb-5dcd, U+5dd2, U+5dd6, U+5dd8, U+5ddb-5ddc, U+5de0, U+5de3, U+5de9, U+5df0, U+5df3, U+5df5, U+5df9, U+5dfb-5dfd, U+5e00-5e01, U+5e04-5e05, U+5e0a, U+5e11, U+5e14, U+5e18-5e1c, U+5e1f-5e22, U+5e27-5e28, U+5e2f-5e30, U+5e34, U+5e37, U+5e3a;
}
/* [73] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.73.woff2) format('woff2');
  unicode-range: U+5b84, U+5b8d, U+5b92-5b93, U+5b95-5b96, U+5b9f-5ba1, U+5ba6-5ba8, U+5baa-5bad, U+5bbd-5bbe, U+5bc0-5bc1, U+5bc3, U+5bd0-5bd1, U+5bd4-5bd8, U+5bdb-5bdd, U+5be4-5be5, U+5bef, U+5bf3, U+5bfb, U+5bfe-5bff, U+5c02-5c03, U+5c05, U+5c09, U+5c0c, U+5c10, U+5c12-5c13, U+5c15, U+5c18-5c19, U+5c1b, U+5c1d-5c1f, U+5c22, U+5c25, U+5c27-5c28, U+5c2a-5c2b, U+5c34, U+5c38, U+5c3d, U+5c42, U+5c44, U+5c47, U+5c49-5c4a, U+5c50, U+5c53, U+5c58-5c59, U+5c5b, U+5c5d, U+5c61, U+5c63, U+5c68, U+5c6d-5c6e, U+5c74, U+5c79-5c84, U+5c86, U+5c88, U+5c8a-5c8d, U+5c92-5c9c, U+5ca0, U+5ca2-5ca3, U+5ca5-5ca7, U+5cab-5cad, U+5cb5, U+5cb7, U+5cba-5cbb, U+5cc1, U+5cc8, U+5cca-5ccb, U+5cce, U+5cd2, U+5cd6, U+5cd8-5cda, U+5cdf-5ce1, U+5ce5;
}
/* [74] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.74.woff2) format('woff2');
  unicode-range: U+5a57, U+5a5d-5a5e, U+5a60-5a62, U+5a65, U+5a67, U+5a6a, U+5a6c-5a6d, U+5a73-5a76, U+5a7a-5a7c, U+5a81-5a84, U+5a8c, U+5a90, U+5a93, U+5a96-5a97, U+5a9c, U+5a9e-5aa0, U+5aa4, U+5aa7, U+5aab-5aac, U+5aae-5aaf, U+5ab1, U+5ab4-5ab5, U+5ab8, U+5aba-5abc, U+5abe-5abf, U+5ac3-5ac4, U+5ac6-5acb, U+5acf-5ad2, U+5ad4-5adc, U+5ae0-5ae1, U+5ae3, U+5ae5-5ae6, U+5ae8, U+5aea-5aeb, U+5aee, U+5af0, U+5af2, U+5af5, U+5afa, U+5aff, U+5b01, U+5b05, U+5b08, U+5b0b, U+5b11, U+5b16-5b17, U+5b19, U+5b1b, U+5b1d, U+5b21-5b23, U+5b28, U+5b2a-5b2d, U+5b32, U+5b34, U+5b36-5b38, U+5b3e-5b40, U+5b43-5b46, U+5b4b-5b4c, U+5b51, U+5b53, U+5b59, U+5b5b-5b5c, U+5b62, U+5b65, U+5b6c-5b6e, U+5b70-5b73, U+5b75, U+5b7a-5b7b, U+5b7d, U+5b7f-5b82;
}
/* [75] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.75.woff2) format('woff2');
  unicode-range: U+5910-5911, U+5914, U+5919, U+591b, U+591f, U+5923-5924, U+592c, U+5932, U+5938-593a, U+5940, U+5942, U+5944, U+594b-594c, U+594e, U+5950, U+5953, U+5956, U+5958, U+595a, U+5961, U+5966, U+5968-5969, U+596c-596d, U+5975, U+5977, U+597b-597c, U+597e, U+5980-5981, U+5986-5988, U+598a, U+598f, U+5997-5998, U+599f-59a3, U+59a6-59a7, U+59a9, U+59ab-59ac, U+59af, U+59b1-59b2, U+59b6, U+59b8, U+59ba, U+59be, U+59c1, U+59c3, U+59c7-59c9, U+59cd-59ce, U+59d2, U+59d6-59d9, U+59dd-59de, U+59e0, U+59e3-59e5, U+59e9-59eb, U+59ee, U+59f1-59f3, U+59f5-59f9, U+59fc-59fd, U+5a00, U+5a04-5a07, U+5a09, U+5a0c, U+5a11, U+5a13, U+5a16-5a17, U+5a1a, U+5a1e, U+5a20, U+5a23-5a24, U+5a29-5a2b, U+5a2d-5a2f, U+5a32-5a34, U+5a38, U+5a3c, U+5a3f-5a44, U+5a47-5a48, U+5a4a, U+5a4c-5a4d, U+5a50-5a51, U+5a53, U+5a56;
}
/* [76] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.76.woff2) format('woff2');
  unicode-range: U+57a9, U+57ab, U+57b5, U+57b8-57bb, U+57c2, U+57c5-57c8, U+57cc, U+57cf, U+57d2, U+57dc-57de, U+57e1-57e2, U+57e5, U+57e7, U+57ed-57ee, U+57f0, U+57f3-57f6, U+57f8, U+57fb-57fd, U+5800-5801, U+5803-5804, U+5807, U+5809-580b, U+580d-580e, U+5810-5811, U+5814-5815, U+5819, U+581d-581e, U+5820, U+5823, U+5826, U+582c-582d, U+5830, U+583a, U+583f-5841, U+5848, U+584b, U+584d, U+584f, U+5852, U+5859-585a, U+585c, U+5861, U+5864, U+5868-5869, U+586c-586d, U+5871-5872, U+5879, U+587c-5881, U+5887-5889, U+588e, U+5890-5892, U+5896-5899, U+589d, U+58a1, U+58a3, U+58a6, U+58a9, U+58ac, U+58b0-58b1, U+58bb-58bc, U+58c2, U+58c5-58c6, U+58ca, U+58cc, U+58ce, U+58d0-58d1, U+58d5, U+58d9-58da, U+58df-58e0, U+58e9, U+58ec, U+58ee, U+58f1-58f3, U+58f6-58f7, U+58fb-58fc, U+5900, U+5902, U+5906, U+5909-590c, U+590e;
}
/* [77] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.77.woff2) format('woff2');
  unicode-range: U+567b-567c, U+5680, U+5684-5686, U+568c, U+568e-568f, U+5692-5693, U+5697-5699, U+569c, U+569e, U+56a1-56a7, U+56a9, U+56ab-56ad, U+56af, U+56b3, U+56b5-56b6, U+56b8, U+56bf-56c1, U+56c3, U+56c5, U+56c7-56c8, U+56cb-56cc, U+56d1-56d4, U+56d6-56d9, U+56dd, U+56df, U+56e1-56e5, U+56ea-56ec, U+56ee-56ef, U+56f1-56f4, U+56f7, U+56f9, U+56ff-5700, U+5703-5704, U+5706-5707, U+5709-570a, U+570c, U+570f, U+5711, U+5717, U+571c, U+5723-5724, U+5727, U+5729-572a, U+572c, U+572e-572f, U+5734-5735, U+573b, U+5741, U+574b-574d, U+574f, U+5752, U+5754, U+575a-5760, U+5763, U+5768-5769, U+576b, U+576d, U+576f-5770, U+5772-5775, U+5777, U+577b-577d, U+5780, U+5784, U+5788, U+578c, U+578e, U+5792-5793, U+5795, U+579a-579b, U+579f-57a1, U+57a4, U+57a6;
}
/* [78] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.78.woff2) format('woff2');
  unicode-range: U+555c, U+5562-5563, U+5567, U+5569, U+556b-556c, U+5570, U+5575-5579, U+557b-557c, U+557f, U+5581, U+5583, U+5586, U+5588, U+558b, U+558f, U+5591, U+5599, U+559f, U+55a1, U+55a3, U+55a5-55a6, U+55a8-55a9, U+55ab, U+55ad, U+55b0-55b1, U+55b3, U+55b6-55b7, U+55b9, U+55bc-55bd, U+55c4-55c5, U+55c7, U+55c9, U+55cc-55cd, U+55d0, U+55d2, U+55d4-55d9, U+55db, U+55dd-55df, U+55e1-55e6, U+55e9-55ea, U+55ec, U+55ee, U+55f1-55f3, U+55f5-55f7, U+55f9-55fa, U+55fe, U+5600-5602, U+5608, U+560c, U+560f, U+5612-5613, U+5615-5616, U+5618, U+561a, U+561c, U+561e, U+5620, U+5623-5625, U+5627, U+562a, U+562c-562e, U+5630-5631, U+5635-5636, U+5638-563a, U+5640, U+5642-5643, U+5649, U+564c-5650, U+5654, U+5658-565d, U+5664-5666, U+5669, U+566b, U+566d, U+566f, U+5671-5672, U+5676, U+567a;
}
/* [79] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.79.woff2) format('woff2');
  unicode-range: U+5447, U+5449, U+544b-544d, U+5450-5455, U+5457, U+545b-545c, U+545f-5460, U+5463-5464, U+546a-5472, U+5474, U+5476, U+5478, U+547b, U+547e-547f, U+5482-5488, U+548a, U+548d-5491, U+5494, U+5498-549d, U+54a1-54a5, U+54ab, U+54ad-54af, U+54b5, U+54b7, U+54bb-54bc, U+54be-54bf, U+54ca, U+54cc, U+54cf-54d2, U+54d4, U+54d6-54d7, U+54da, U+54de-54df, U+54e2, U+54e4, U+54e7, U+54eb, U+54f3, U+54fd, U+54ff, U+5501-5502, U+5504-5506, U+550a, U+550c, U+550e-550f, U+5511-5513, U+5516-5517, U+551a-551b, U+551e, U+5520, U+5524, U+5526-5527, U+552a, U+552c-552d, U+5530, U+5532-5533, U+5535-5536, U+553b-553c, U+553e-553f, U+5541-5542, U+5544-5545, U+5547, U+5549, U+554b, U+554d-554e, U+5550-5551, U+5553, U+5555-5557;
}
/* [80] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.80.woff2) format('woff2');
  unicode-range: U+52eb, U+52ed-52ee, U+52f0-52f2, U+52f7, U+52f9-52fa, U+5300-5302, U+530a-530b, U+530d, U+530f-5310, U+5315, U+531a, U+531c-531d, U+532d-532e, U+5331, U+5338, U+533b-533e, U+5344-5345, U+534b-534d, U+534f-5350, U+5358, U+535e-535f, U+5362-5364, U+5367, U+5369, U+536b-536c, U+536e-536f, U+5372, U+5374, U+5379-537a, U+537c-537d, U+5382, U+5385, U+5389, U+538b-538c, U+538e, U+5392-5396, U+5399, U+53a0-53a2, U+53a4-53a6, U+53a8-53a9, U+53ae, U+53b0, U+53b3-53b4, U+53b6-53b7, U+53b9, U+53bf, U+53c1, U+53c4, U+53ce-53cf, U+53d2, U+53d5, U+53d9-53da, U+53df-53e1, U+53e7-53e9, U+53f1, U+53f5-53f6, U+53f9, U+53fb-53fd, U+5400-5402, U+5405-5407, U+540f, U+5412, U+5414-5417, U+541a, U+5420-5421, U+5424-5425, U+5428-5429, U+542c-542f, U+5431-5432, U+5434, U+5437, U+543d, U+543f, U+5441, U+5444-5445;
}
/* [81] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.81.woff2) format('woff2');
  unicode-range: U+5197, U+519a-519c, U+519e, U+51a2, U+51a6-51a9, U+51ab, U+51ad-51af, U+51b1-51b6, U+51ba-51c0, U+51c3-51c5, U+51c7, U+51c9-51cb, U+51ce-51d1, U+51d4, U+51d6, U+51d9, U+51db-51dc, U+51df, U+51e4, U+51e6, U+51e9-51ea, U+51ed, U+51ef, U+51f4-51f5, U+51fc, U+51ff, U+5201-5202, U+5204-5205, U+5208, U+520b, U+520d-520e, U+5213, U+5215-5216, U+5218, U+521a, U+5220, U+5223, U+5226-5228, U+5232-5234, U+5239, U+523c, U+5241-5242, U+5244, U+5249, U+524c, U+5251-5252, U+5255, U+5257, U+525c, U+525e, U+5261, U+5263-5265, U+526e, U+5270, U+5273-5274, U+5277, U+527d, U+527f, U+5281-5282, U+5284, U+528a, U+528c, U+528f, U+5292-5294, U+529d, U+52a6, U+52ac-52ad, U+52b1-52b5, U+52b9, U+52bb-52bc, U+52be-52c0, U+52c5, U+52cb, U+52cd, U+52d0-52d1, U+52d6-52d7, U+52db, U+52e0, U+52e3, U+52e6-52e7;
}
/* [82] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.82.woff2) format('woff2');
  unicode-range: U+5040-5041, U+5043, U+5045-5046, U+5048, U+504a-504e, U+5051-5053, U+505d-5060, U+5063, U+506a, U+506f-5072, U+5078, U+507a-507b, U+507f-5080, U+5088-5089, U+508b-508c, U+508e, U+5092, U+5095-5096, U+509a-509d, U+50a3, U+50a5, U+50a8, U+50af, U+50b1, U+50b4, U+50ba, U+50c2, U+50c6-50ca, U+50cd-50ce, U+50d6, U+50d9, U+50dd-50df, U+50e1, U+50e3, U+50e5-50e6, U+50e8-50ea, U+50ec-50f0, U+50f3, U+50fb, U+50fe, U+5101-5102, U+5105-5109, U+510b-510e, U+5110, U+5113-5115, U+5117, U+511a-511c, U+511e, U+5120-5121, U+5125, U+512b, U+5131, U+5134-5135, U+5138-513c, U+5140, U+514e, U+5150-5151, U+5155-5157, U+515a, U+515f, U+5162, U+516a, U+516e, U+5172, U+5174, U+5179, U+517b, U+517d, U+5182, U+5186, U+5188-5189, U+518b, U+518f, U+5191, U+5193, U+5195-5196;
}
/* [83] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.83.woff2) format('woff2');
  unicode-range: U+4f2d, U+4f31-4f32, U+4f35, U+4f37, U+4f39, U+4f3b, U+4f3e, U+4f41-4f43, U+4f47, U+4f49, U+4f4c, U+4f52, U+4f57-4f58, U+4f5a, U+4f5d-4f5f, U+4f61, U+4f63-4f64, U+4f67, U+4f6a, U+4f6e-4f6f, U+4f72, U+4f74, U+4f76-4f7b, U+4f7d-4f7e, U+4f80-4f82, U+4f84, U+4f89-4f8a, U+4f8e-4f94, U+4f96-4f98, U+4f9a, U+4f9e, U+4fa0-4fa3, U+4fa5-4fa8, U+4faa-4fac, U+4fb2-4fb3, U+4fb7-4fba, U+4fc0-4fc1, U+4fc5-4fc7, U+4fcb, U+4fcd-4fce, U+4fd1, U+4fd3-4fd4, U+4fd8-4fdc, U+4fdf, U+4fe2-4fe5, U+4fe8-4fea, U+4fec-4fed, U+4ff3-4ff6, U+4ff8-4ffa, U+4ffd, U+5000, U+5002, U+5005, U+5008, U+500c, U+500f, U+5013-5015, U+501b-501c, U+501e, U+5022-5025, U+5027-5028, U+502c-502e, U+5030-5032, U+5036, U+503a-503b, U+503e;
}
/* [84] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.84.woff2) format('woff2');
  unicode-range: U+3f97, U+4102, U+411b, U+4181, U+43c8, U+4552, U+4576, U+46e5, U+4837, U+493d, U+4a3b, U+4d09, U+4db6-4dbf, U+4e02, U+4e04-4e05, U+4e0c, U+4e0f-4e10, U+4e15, U+4e17, U+4e1b, U+4e21-4e22, U+4e25, U+4e27, U+4e31, U+4e34, U+4e36-4e37, U+4e3d, U+4e3f-4e42, U+4e44, U+4e47, U+4e49, U+4e4c, U+4e52-4e54, U+4e57, U+4e5a-4e5b, U+4e60-4e61, U+4e69, U+4e6d, U+4e78, U+4e80-4e81, U+4e85, U+4e87, U+4e89-4e8a, U+4e8d, U+4e8f, U+4e93, U+4e96, U+4e98-4e99, U+4e9c, U+4e9f-4ea0, U+4ea2, U+4ea5, U+4ea9, U+4eb0, U+4eb2-4eb3, U+4eb5-4eb7, U+4eb9, U+4ebb-4ebc, U+4ebf, U+4ec2-4ec6, U+4ec8-4ec9, U+4ecf, U+4ed1, U+4ed3, U+4edc-4ee1, U+4ee7-4eeb, U+4eee-4eef, U+4ef1, U+4ef3-4ef5, U+4efa, U+4efc, U+4f00, U+4f02-4f03, U+4f05, U+4f07-4f09, U+4f0b, U+4f0e, U+4f15, U+4f17, U+4f1d-4f1f, U+4f22, U+4f24, U+4f29-4f2b;
}
/* [85] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.85.woff2) format('woff2');
  unicode-range: U+3052, U+305c, U+3062, U+306d, U+307a, U+307c, U+3080, U+308e, U+3090-3091, U+3099-309e, U+30a5, U+30c2, U+30c5, U+30ee, U+30f0-30f2, U+30f4-30f6, U+30fd-30fe, U+3105-3106, U+3108, U+310a-310b, U+310d-3112, U+3115-3117, U+3119, U+3131, U+3134, U+3137, U+3139, U+3141-3142, U+3145, U+3147-3148, U+314b, U+314d-314f, U+3153, U+315c, U+3160-3161, U+3163-3164, U+3181, U+318d, U+3192-3193, U+3196-3198, U+319d-319f, U+3220-3226, U+3231, U+3268, U+3281, U+328b, U+3291-3292, U+3295-3297, U+3299, U+329d, U+329f, U+32a3-32a4, U+32d6, U+32e1, U+3314, U+3322, U+337f, U+338e-338f, U+339c-339e, U+33a1, U+33c4, U+33d1-33d2, U+3440, U+3449, U+3479, U+3551, U+3569, U+35ad, U+35ce, U+36ac, U+373a, U+3863, U+38ec, U+39b8, U+3a02, U+3a17, U+3a52, U+3b22, U+3bd7, U+3bff, U+3ca5, U+3d68, U+3ddb, U+3de7, U+3deb, U+3e03, U+3e74, U+3f08, U+3f0e, U+3f21;
}
/* [86] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.86.woff2) format('woff2');
  unicode-range: U+2748-274f, U+2752-275b, U+275d-275e, U+2761, U+2763, U+2765-2769, U+276e-276f, U+2771, U+2776-277e, U+2780-2782, U+278a-278c, U+2794-2796, U+2798-2799, U+279c-27a6, U+27a8-27ab, U+27ad, U+27af-27b0, U+27b2-27b3, U+27b7-27b9, U+27bc-27bd, U+27bf, U+27e9-27eb, U+27f5-27f6, U+2800, U+28ec, U+2922, U+2934-2935, U+29bf, U+2a2f, U+2b05-2b07, U+2b1b, U+2b50, U+2b55, U+2cf5, U+2e1c-2e1d, U+2f00, U+2f08, U+2f12, U+2f24, U+2f29, U+2f2f, U+2f3c, U+2f3f, U+2f42, U+2f45, U+2f63-2f64, U+2f83, U+2f8f, U+3003-3007, U+3012-3013, U+3016-3019, U+3020-3025, U+3030, U+303d, U+3041, U+3043, U+3045, U+3047, U+3049;
}
/* [87] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.87.woff2) format('woff2');
  unicode-range: U+2649-2656, U+2658-265c, U+265e-2660, U+2662-2664, U+2666-2669, U+266b-266f, U+267b, U+2692-2696, U+2698, U+269b-269c, U+26a0-26a1, U+26a3-26a5, U+26aa-26ac, U+26bd-26be, U+26c4-26c5, U+26c8, U+26d1, U+26d3-26d4, U+26e4, U+26e9-26ea, U+26f0-26f5, U+26f9-26fa, U+26fd, U+2701-2702, U+2704-2706, U+2708, U+270a-2712, U+2714, U+2716-2727, U+2729-273e, U+2740-2747;
}
/* [88] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.88.woff2) format('woff2');
  unicode-range: U+2566-2570, U+2572, U+2574, U+2579, U+2580-258a, U+258c-2595, U+2597, U+25a1, U+25a3-25a4, U+25a6-25ac, U+25b0, U+25b4, U+25b7-25b9, U+25bb, U+25bd, U+25bf-25c2, U+25c7-25ca, U+25cc-25cd, U+25d0-25d9, U+25dc-25e6, U+25ea-25eb, U+25ef, U+25fb-25fe, U+2600-2604, U+2607, U+2609-260b, U+260d-2615, U+2618, U+261a-2623, U+262a, U+262d-2630, U+2638-263e, U+2641-2642, U+2648;
}
/* [89] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.89.woff2) format('woff2');
  unicode-range: U+2475-2481, U+2488-2491, U+24b6-24c5, U+24c7-24ca, U+24cc, U+24ce, U+24d0-24df, U+24e1-24ea, U+24f5, U+24ff, U+2501, U+2503-250d, U+250f-2511, U+2513-2515, U+2517-2518, U+251b-251d, U+2520, U+2523-2524, U+2528, U+252b-252c, U+252f, U+2533-2534, U+2537, U+253b-253c, U+2541, U+2543-2545, U+254b, U+2550-2565;
}
/* [90] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.90.woff2) format('woff2');
  unicode-range: U+2139, U+2153, U+2194-2197, U+2199, U+219d-219e, U+21a0, U+21a9-21aa, U+21ac, U+21af-21b1, U+21b3-21b5, U+21ba-21bb, U+21c4, U+21ca, U+21cc, U+21d0, U+21d2-21d4, U+21d8, U+21dd, U+21e2-21e9, U+2200, U+2202, U+2205-2208, U+220e-220f, U+2211-2212, U+2215, U+2217-221a, U+221d-2220, U+2225, U+2227-222b, U+222e, U+2234-2237, U+223c-223d, U+2248, U+2256, U+2260-2261, U+2264-2265, U+226a-226b, U+226e-226f, U+2282-2283, U+2295-2296, U+2299, U+22a5, U+22b0-22b1, U+22b9, U+22bf, U+22c5-22c6, U+22c8, U+22d0-22d1, U+22ee, U+2312-2313, U+2318, U+231a-231b, U+2323, U+2328, U+239d, U+23a0, U+23af, U+23e4, U+23e9-23ea, U+23ec, U+23f0-23f3, U+23fa, U+2445, U+2460-2471, U+2474;
}
/* [91] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.91.woff2) format('woff2');
  unicode-range: U+1ec0-1ec3, U+1ec5-1ec6, U+1ec9, U+1ecb-1ecd, U+1ecf-1ed1, U+1ed3-1ed5, U+1ed7-1edd, U+1edf, U+1ee1, U+1ee3-1ee7, U+1ee9, U+1eeb, U+1eed, U+1eef-1ef1, U+1ef3, U+1ef7, U+1ef9, U+1f62, U+1fa2, U+2001-2006, U+2009-200a, U+200c-200d, U+200f-2012, U+2015-2016, U+201a, U+201e, U+2020-2021, U+2023-2025, U+2028, U+202a-202d, U+202f-2030, U+2032-2033, U+2035, U+2038, U+203e-203f, U+2042-2044, U+2049, U+204d-204e, U+2060-2061, U+2063, U+2070, U+2074-207b, U+207d-2083, U+208a, U+208d-208e, U+20a1, U+20a4, U+20a6, U+20a8-20ab, U+20ad-20ae, U+20b1-20b3, U+20b5, U+20b8-20ba, U+20bd, U+20dd, U+20e3, U+2105, U+2109, U+2112-2113, U+2115-2117, U+2120-2121, U+2126, U+212b;
}
/* [92] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.92.woff2) format('woff2');
  unicode-range: U+11af, U+11b7, U+11bc, U+121b, U+122d, U+129b, U+12a0, U+13a6, U+13a9, U+13ac, U+13af, U+13b3, U+13c2, U+13e3, U+141b, U+1555, U+1557, U+15dc, U+15e8, U+1780-1782, U+1784-1785, U+1787, U+178a, U+178e-1791, U+1793-179c, U+179f, U+17a2, U+17b6-17b9, U+17bb-17bc, U+17bf-17c7, U+17c9, U+17cb, U+17d0, U+17d2, U+17db, U+1871, U+18fa, U+1bff, U+1d00, U+1d04-1d05, U+1d07, U+1d0a-1d0b, U+1d0d, U+1d0f, U+1d17-1d18, U+1d1b-1d1c, U+1d20-1d22, U+1d25, U+1d2c, U+1d2e, U+1d30-1d31, U+1d33-1d3a, U+1d3c, U+1d3e-1d42, U+1d52, U+1d55, U+1d5b, U+1d5e, U+1d9c, U+1da0, U+1dc4-1dc5, U+1e3b, U+1e43, U+1e45, U+1e47, U+1e63, U+1e6d, U+1e73, U+1ea0, U+1ea2, U+1ea4-1ea9, U+1eab-1eaf, U+1eb1, U+1eb3, U+1eb5, U+1eb7, U+1eb9, U+1ebb, U+1ebd-1ebe;
}
/* [97] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.97.woff2) format('woff2');
  unicode-range: U+2c8-2c9, U+2cc-2cd, U+2d0, U+2d8, U+2da, U+2dc, U+2e1-2e3, U+2e7, U+2eb, U+2ee, U+2f1-2ff, U+302-304, U+306-309, U+30c-30d, U+311, U+31b, U+321, U+323-325, U+328-329, U+32b-32c, U+32e-32f, U+331-33a, U+33c-33f, U+348, U+353, U+358-359, U+35c, U+35e-35f, U+361, U+363, U+367-368, U+36c, U+36f, U+530-535, U+537-540, U+55e, U+561-565, U+568-56d, U+56f-576, U+578-582, U+584, U+5a1, U+5a3-5a4, U+5aa, U+5ae, U+5b0-5b4;
}
/* [98] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.98.woff2) format('woff2');
  unicode-range: U+1af, U+1b1, U+1b4-1be, U+1d0, U+1d2, U+1d4, U+1da, U+1dc-1dd, U+1e1, U+1e3-1e4, U+1e7, U+1e9, U+1eb-1ec, U+1f0-1f1, U+1f3-1f5, U+1f7, U+1f9-1ff, U+219, U+221, U+225-226, U+228-22b, U+22e-22f, U+231-235, U+239, U+23b, U+23e, U+250-252, U+254-255, U+259-25e, U+261-263, U+268-26b, U+26d, U+26f-277, U+279-27a, U+27d-281, U+283, U+28a-28c, U+28f, U+292, U+294-296, U+298-29a, U+29c, U+29f, U+2a1-2a2, U+2a4-2a7, U+2a9-2aa, U+2ae-2b3, U+2b5-2b7, U+2b9-2bf, U+2c2-2c4, U+2c6-2c7;
}
/* [99] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.99.woff2) format('woff2');
  unicode-range: U+a1-a2, U+a4, U+a6-a8, U+aa, U+ac, U+af, U+b1, U+b5-b6, U+b8-ba, U+bc-be, U+c0-c8, U+ca-cc, U+ce-d5, U+d8-df, U+f0, U+f5, U+f8, U+fb, U+fe-100, U+102, U+105, U+107, U+109-10b, U+10f, U+112, U+115, U+117, U+119, U+11b, U+11f, U+121, U+123-124, U+127, U+129, U+12c-12d, U+130-13f, U+141-142, U+144, U+148, U+14b-14c, U+14f-153, U+159-15b, U+15e-160, U+163-166, U+169-16a, U+16d-171, U+173-17e, U+192, U+1a0, U+1a4, U+1aa, U+1ac-1ad;
}
/* [100] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.100.woff2) format('woff2');
  unicode-range: U+a3, U+2ca, U+2223, U+2640, U+273f, U+301c-301d, U+3107, U+310c, U+4e30, U+4e3e, U+4e5e, U+4e71, U+4f26, U+4f7c, U+4f83, U+50da, U+5243, U+5267, U+529e, U+5321, U+5352, U+5477, U+548b, U+54a6, U+54b2, U+54c2, U+54c4, U+54c6, U+54cd, U+54ee, U+5543, U+55d1, U+55d3, U+55f0, U+55fd, U+560d, U+5629, U+5660, U+57ae, U+57e0, U+57e4, U+5904, U+592d, U+5965, U+5a31, U+5a7f, U+5b5a, U+5bb8, U+5c14, U+5c3b, U+5c5c, U+5c5e, U+5d10, U+5e10, U+5e4c, U+603b, U+604d, U+611c, U+6137, U+61c8, U+6292, U+62c7, U+6371, U+6382, U+645f, U+64ae, U+64c2, U+651e, U+65f1, U+660a, U+663e, U+673d, U+6784, U+6789, U+67ff, U+6813, U+6854, U+68d8, U+68fa, U+697d, U+6a01, U+6a1e, U+6baf, U+6c08, U+6c17, U+6c2b, U+6c81, U+6cbd, U+6dc6, U+6df9, U+6ed9, U+6ee1, U+6f86, U+6fc1, U+6fdb, U+701f, U+7076, U+715c, U+7194, U+71fb, U+720d, U+72b6, U+7396, U+73af, U+745b, U+746f, U+748b, U+7647, U+7699, U+76bf, U+76ce, U+76de, U+77aa, U+786b, U+7881, U+78ca, U+793c, U+797a, U+79b9, U+79bb, U+79bf, U+7a92, U+7ac7, U+7ae3, U+7b19, U+7b20, U+7b51, U+7b94, U+7cbd, U+7cde, U+7cef, U+7d46, U+7dde, U+7f88, U+80da, U+814b, U+81cd, U+8235, U+8258, U+8282, U+82b9, U+846b, U+84c1, U+84d3, U+8518, U+8611, U+8783, U+8814, U+8a15, U+8aa6, U+8b2c, U+8ba8-8ba9, U+8bc6, U+8be2, U+8be6, U+8c22, U+8d05, U+8d27, U+8dbe, U+8e34, U+8e66, U+8ec0, U+9005, U+9082, U+9091, U+914b, U+916f, U+92c5, U+92f0, U+9318, U+9382, U+938a, U+93e2, U+964b, U+96c1, U+96cc-96cd, U+96db, U+973e, U+97a0, U+9803, U+9876, U+9879, U+9955, U+9986, U+99f1, U+9a5b, U+9abc, U+9c57, U+9c9c, U+9d1b, U+9d26, U+9d51, U+9eef, U+9f99, U+c2a4, U+e253, U+e313-e314, U+e5c7, U+e5c9, U+e8db-e8dc, U+ff25, U+ff2d-ff2e, U+ff34, U+ffe5, U+1f60a, U+1f618, U+1f62d;
}
/* [101] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.101.woff2) format('woff2');
  unicode-range: U+b4, U+10d, U+2d9, U+641, U+6cc, U+e20, U+e29, U+200e, U+20ac, U+2266, U+25be, U+301e, U+3058, U+4e07, U+4e1d, U+4e66, U+4ece, U+4fde, U+5016, U+5180, U+5199, U+51aa, U+5306, U+5386, U+53d8, U+5413, U+541d, U+5436, U+54ce, U+54e8, U+54fc, U+5571, U+557e, U+558e, U+55a7, U+56a8, U+57a2-57a3, U+58b3, U+5960, U+5992-5993, U+59a4, U+5a55, U+5ab2, U+5afb, U+5b56, U+5bc5, U+5bc7, U+5bf0, U+5cb1, U+5cc7, U+5dff, U+5e93, U+5ed3, U+5f6a, U+60bc, U+61ff, U+6218, U+6254, U+634d, U+6467, U+64f1-64f2, U+6582, U+65fb, U+6615, U+6687, U+66e6, U+66f0, U+6781, U+67f5, U+68a7, U+6a1f, U+6b27, U+6b4e, U+6b73, U+6b79, U+6bcb, U+6c5d, U+6cf5, U+6dee, U+6ec4, U+6ecc, U+6f88, U+6fef, U+701d, U+703e, U+707c, U+7099, U+710a, U+725f, U+72d9, U+72e9, U+731d, U+7325, U+739f, U+7463, U+7480, U+74a8, U+7523, U+7526, U+75e0, U+7613, U+7656, U+76d4, U+773a, U+775c, U+775e, U+780c, U+78e1, U+78f7, U+7960, U+7a20, U+7aaf, U+7b08, U+7b71, U+7be4, U+7cec, U+7cf0, U+7d5e, U+7d62, U+7dbe, U+7e1b, U+7ea2, U+7ec4, U+7ec6, U+7edc, U+7eed, U+7efc, U+7f16, U+7f57, U+7fb9, U+7fca, U+803d, U+816e, U+82a5, U+82b7, U+8317, U+8338, U+834a, U+83d3, U+8401, U+8469, U+849e, U+854a, U+8559, U+865e, U+86e4, U+8700, U+8759, U+8760, U+8778, U+8782, U+879e, U+87d1, U+880d, U+8836, U+8944, U+89c8, U+8aac, U+8b74, U+8ba2, U+8ba4, U+8bae, U+8bfb, U+8c4e, U+8cb3, U+8cb6, U+8d16, U+8d28, U+8e44, U+8f3b, U+8f3f, U+8f91, U+8fb9, U+8fc4, U+8fde, U+8ff9, U+9076, U+90ae, U+90b8, U+9257, U+9310, U+93df, U+94fe, U+95a5, U+95a9, U+962e, U+968f-9690, U+9704, U+9713, U+97f6, U+9824, U+986b, U+9884, U+9886, U+98e2, U+991a, U+99a5, U+99dd, U+9ab8, U+9b41, U+9b77, U+9bad, U+c774, U+e5d4, U+fe52, U+ff02, U+1f389, U+1f449, U+1f495;
}
/* [102] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.102.woff2) format('woff2');
  unicode-range: U+2cb, U+5d1, U+5d9, U+5e2, U+5e8, U+5ea, U+633, U+e32, U+2252, U+2267, U+2573, U+25b3, U+25c4, U+2713, U+2715, U+30e2, U+4e28, U+4e3c, U+4e4d, U+4e70, U+4f88, U+4fef, U+5018, U+501a, U+5026, U+5137, U+513f, U+51f3, U+524b, U+5254, U+52d8, U+5308, U+5384, U+53cc, U+5443, U+5466, U+54a7-54a8, U+54bd, U+54c9, U+54cb, U+555e, U+556a, U+5580, U+560e, U+5614, U+561f, U+562f, U+566c, U+5679, U+56bc, U+56cd, U+56e7, U+56ed, U+572d, U+57d7, U+582f, U+589f, U+5b09, U+5ba5, U+5c51, U+5c90, U+5cef, U+5d16, U+5d84, U+5dd4, U+5e08, U+5e26, U+5f0a, U+5f20, U+606c, U+61c7, U+620f, U+625b, U+62a4, U+62d0, U+62f1, U+63a0, U+63c6, U+63f9, U+6413, U+6417, U+6483, U+64f7, U+650f, U+65a7, U+665f, U+66ae, U+66d6, U+66e0, U+6746, U+6756, U+67d1, U+6837, U+68d7, U+68e0, U+68f5, U+6977, U+6995, U+69a8, U+69b4, U+69d3, U+6a3d, U+6abb, U+6bb7, U+6bd3, U+6c47, U+6cc4, U+6cd3, U+6dae, U+6e26, U+6e29, U+6e5b, U+6eaf, U+6eba, U+7028, U+70b3, U+711a, U+733f, U+73c0, U+73ee, U+7444, U+745a, U+7487, U+7540, U+75a4, U+7729, U+779e, U+798e, U+79cd, U+79e9, U+7a3d, U+7a4c, U+7a9f, U+7ac4, U+7aff, U+7b77, U+7c27, U+7ca7, U+7cd9, U+7d76, U+7e43, U+7ea6, U+7ed9, U+7ff1, U+808b, U+809b, U+80fa, U+827a, U+8309, U+8328, U+832b, U+8396, U+83e0, U+840e, U+8425, U+852d, U+853b, U+8588, U+85e9, U+86b5, U+8718, U+87ec, U+8910, U+893b, U+89c1-89c2, U+8b3e, U+8baf, U+8bc1, U+8bcd, U+8bdd, U+8c41, U+8c48, U+8d2d, U+8d5e, U+8fbe, U+9015, U+90a8, U+90b5, U+90e1, U+9169, U+9183, U+91d0, U+91dc, U+9293, U+92f8, U+9472, U+9598, U+95ed, U+95fb, U+9605, U+96c7, U+9739, U+9742, U+9761, U+99ad, U+9ae6, U+9b1a, U+9b44, U+9bc9, U+9d3f, U+9dd7, U+9e7c, U+9e92, U+fe5d-fe5e, U+ff22-ff24, U+ff2f-ff30, U+ff33;
}
/* [103] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.103.woff2) format('woff2');
  unicode-range: U+60, U+f7, U+161, U+2198, U+2571, U+258b, U+25b6, U+2661, U+3051, U+3109, U+4e11, U+4e1c, U+4e24, U+4e2b, U+4ef7, U+4f18, U+4f36, U+4fd0, U+5029-502a, U+5055, U+508d, U+50ad, U+50d5, U+50e7, U+50f1, U+50f5, U+51a5, U+51c8, U+51fb, U+5203, U+524e, U+5288, U+5323, U+53c2, U+5458, U+54b1, U+54b3, U+54b8, U+5582, U+55b2, U+55ba, U+55da, U+55dc, U+5662, U+5678, U+56c2, U+5742, U+57d5, U+5862, U+58e4, U+58f0, U+5907, U+590d, U+5934, U+5978, U+5984, U+5a25, U+5c06, U+5c62, U+5c91, U+5cfb, U+5d01, U+5d11, U+5d1b, U+5e87, U+5eff, U+5f27, U+5f3a, U+5f53, U+5f64, U+6001, U+6168, U+61a9, U+6233, U+62a5, U+62ce, U+62ed, U+638f, U+6399, U+63c0, U+646f, U+6590, U+6631, U+664f, U+6689, U+66dc, U+672f, U+67af, U+67ec, U+6807, U+6a44, U+6c14, U+6c40, U+6c70, U+6c76, U+6cb8, U+6ce3, U+6df3, U+6e20, U+6e43, U+6ebc, U+6eec, U+6f2c, U+6fb1, U+7009, U+7011, U+701a, U+7117, U+7184, U+72f9, U+7426, U+74bd, U+74cf, U+752b, U+7554, U+75b9, U+7621, U+7671-7672, U+7693, U+76ef, U+7737, U+77a7, U+77b3, U+77bb, U+77da, U+77e2, U+77e9, U+77ef, U+7801, U+7940, U+797f, U+79a7, U+79b1, U+79bd, U+7a6b, U+7ac5, U+7b1b, U+7dab, U+7db4, U+7db8, U+7dcb, U+7ddd, U+7de0, U+7e55, U+7e9c, U+7ed3, U+7ef4, U+803f, U+8046, U+8087, U+8116, U+81a8, U+8214, U+821c, U+82d4, U+8305, U+831c, U+8335, U+8339, U+8350, U+8354, U+8526, U+860a, U+86db, U+8713, U+873b, U+8822, U+8993, U+8a1f, U+8ab9, U+8ad7, U+8e72, U+8f4e, U+8f9c, U+8fd0, U+8fd8, U+8fe6, U+9042, U+907c, U+91ba, U+9452, U+9591, U+95e2, U+9631, U+9699, U+96b8, U+9709, U+978d, U+9811, U+9830, U+98ce, U+9945, U+99ed, U+9a8c, U+9ad3, U+9baa, U+9be8, U+9c77, U+9cf6, U+9d72, U+9e1f, U+9ec4, U+fe31, U+fe55, U+ff03, U+ff20, U+ff3b, U+ff3d, U+1f3fb, U+1f44d, U+1f60d;
}
/* [104] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.104.woff2) format('woff2');
  unicode-range: U+10c, U+e44, U+2728, U+3081, U+4e13, U+4e19, U+4e1e, U+4e5c, U+4ea7, U+4ed7, U+4f20, U+4f8d, U+4ffe, U+5021, U+515c, U+51a4, U+51e0, U+521b, U+522b, U+532a, U+534e, U+5355, U+537f, U+5398, U+539d, U+541f, U+543c, U+544e, U+5509, U+5598, U+5622, U+5632, U+563f, U+5641, U+566a, U+5695, U+569f, U+56ae, U+56da, U+573a, U+574e, U+5835, U+584c, U+5885, U+58ae, U+5a1f, U+5ac2, U+5b24, U+5bb0, U+5bde, U+5be1, U+5bfc, U+5c39, U+5c4c, U+5c60, U+5e76, U+5e7f, U+5e9a, U+5eb8, U+5f13, U+5f6c, U+6127, U+61f2, U+6208, U+620a, U+620c, U+6252, U+62ef, U+6328, U+633d, U+6362, U+63b0, U+63c9, U+640f, U+64a9, U+6514, U+652c, U+655e, U+6583, U+658c, U+6627, U+66f3, U+6734, U+6743, U+676d, U+67c4, U+67da, U+68cd, U+68f2, U+690e, U+6ab3, U+6b16, U+6b38, U+6b3d, U+6bc6, U+6ca1, U+6cab, U+6d8c, U+6dea, U+6e32, U+6e3e, U+6e58, U+6eef, U+6ef2, U+6fe4, U+708a, U+7130, U+7165, U+7172, U+71c9, U+71ed, U+7232, U+7239, U+7261, U+7280, U+72a7, U+72f8, U+73c8, U+7464, U+753b, U+754f, U+755c, U+75d8, U+76ea, U+776b, U+7779, U+777f, U+7784, U+778e, U+77db, U+77ee, U+79e4, U+7a46, U+7a57, U+7aba, U+7aed, U+7b4d, U+7c7b, U+7c7d, U+7d13, U+7d33, U+7dbb, U+7df9, U+7e46, U+7ea7, U+8085, U+8165, U+81fb, U+82b8, U+82d3, U+8343, U+839e, U+83e9, U+840d, U+851a, U+853d, U+8543, U+859b, U+85fb, U+87fb, U+888d, U+88c5, U+8adc, U+8b0a, U+8bb0, U+8bbe, U+8bc4, U+8bf4, U+8c5a, U+8cc3, U+8ce4, U+8d44, U+8e81, U+8f44, U+8f66, U+8fdb, U+900d, U+9063, U+914c, U+9223, U+9226, U+923a, U+925b, U+9264, U+929c, U+92b9, U+9320, U+934d, U+935b, U+9444, U+957f, U+96a7, U+97ad, U+97cc, U+9898, U+98ea, U+9921, U+9952, U+9a55, U+9b0d, U+9b91, U+9bca, U+9ebd, U+9f4b, U+e60f-e610, U+ff1c-ff1d, U+ff21, U+ff38, U+ff9f, U+fffd, U+1f602;
}
/* [105] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.105.woff2) format('woff2');
  unicode-range: U+e17, U+e22, U+2103, U+25a0, U+266a, U+3014-3015, U+4e1a, U+4e50, U+4f10, U+4f6c, U+4f70, U+4fcf, U+5006, U+50d1, U+5170, U+518c, U+51f0, U+51f6, U+51f9, U+5219, U+5256, U+525d, U+52c9, U+5349, U+5351, U+5356, U+5375, U+53db, U+53ee, U+53f7, U+5492, U+54fa, U+5538, U+55bb, U+55e8, U+5757, U+58be, U+5937, U+59dc, U+59e8, U+5a49, U+5a9a-5a9b, U+5ab3, U+5b9b, U+5b9e, U+5be8, U+5c37, U+5c4e, U+5d14, U+5d19, U+5d4c, U+5d50, U+5deb, U+5e84, U+5e94, U+5ec2, U+5f17, U+5f26, U+5f55, U+5f77, U+5f7f, U+5fbd, U+6052, U+6064-6065, U+608d, U+609a, U+6101, U+611a, U+614c, U+621a, U+6237, U+6284, U+6296, U+62e9, U+632a-632b, U+634f, U+6488, U+6500, U+652a, U+6556, U+65e0, U+65ec, U+6643, U+679a, U+6850, U+6893, U+6897, U+68b3, U+68d5, U+6930, U+6960, U+6a11, U+6a38, U+6a3a, U+6b22, U+6b67, U+6b6a, U+6c59, U+6c83, U+6ccc, U+6df5, U+6ef7, U+6f3e, U+6f80, U+70ed, U+7164, U+722a, U+7260, U+7272, U+73b0, U+74ca, U+74e3, U+7538, U+7586, U+75b5, U+7624, U+7661-7662, U+7838, U+786e, U+788c, U+7950, U+79a6, U+79aa, U+7a40, U+7a62, U+7bf7, U+7c3e, U+7c98, U+7ca5, U+7d21, U+7d2e, U+7dba, U+7dec, U+7e79, U+7ecf, U+7edf, U+7f79, U+8086, U+810a, U+8139, U+813e, U+817a, U+81b3, U+821f, U+8247, U+8259, U+8271, U+8431, U+846c, U+849c, U+84b2, U+84c4, U+8513-8514, U+8549, U+8755, U+8877, U+8881, U+88f9, U+8a1d, U+8a3c, U+8a6d-8a6e, U+8a93, U+8ae7, U+8af7, U+8b17, U+8b5a, U+8ba1, U+8bba, U+8cdc, U+8dea, U+8f6c, U+8f7d, U+8fc7, U+8fd9, U+902e, U+90ca, U+916a, U+916c, U+921e, U+9245, U+947c, U+9594, U+95a8, U+95ee, U+95f4, U+9706, U+971e, U+9756, U+980c, U+9891, U+98b1, U+98fc, U+9903, U+9957, U+99ae, U+99ff, U+9db4, U+e602-e605, U+e611, U+ff16-ff19;
}
/* [106] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.106.woff2) format('woff2');
  unicode-range: U+a5, U+2190-2191, U+2193, U+22c1, U+2302, U+25cb, U+2699, U+2709, U+4e0e, U+4e18, U+4e3a, U+4e48, U+4e91, U+4eec, U+4f3d, U+5112, U+524a, U+52a3, U+52ab, U+52c3, U+52f3, U+52fb, U+5320, U+5339, U+533f, U+53e2, U+543e, U+5480, U+5495, U+5497, U+5564, U+5572, U+55c6, U+55ef, U+563b, U+5653, U+5657, U+56b7, U+5764, U+5824, U+58d8, U+5955, U+5983, U+598d, U+59a8, U+59da, U+59e6, U+5a36, U+5bb5, U+5bc2, U+5bee, U+5bf9, U+5cb3, U+5d17, U+5dbc, U+5e2e, U+6070, U+60df, U+6190, U+61a4, U+61be, U+61fc, U+62ac, U+62bc, U+636e, U+6398, U+63a9, U+6435, U+6487, U+6495, U+64ab, U+64bf, U+6577, U+65ac, U+6602, U+6652, U+66f9, U+672d, U+6761, U+683d, U+68ad, U+68b5, U+68da, U+68e7, U+6a59, U+6a61, U+6ae5, U+6b47, U+6bef, U+6c50, U+6c9b, U+6e23, U+6e34, U+6e4a, U+6e67, U+6ea2, U+6eb6, U+6f20, U+6feb, U+7149, U+714c, U+715e, U+7199, U+71ac, U+7231, U+7262, U+7409, U+745f, U+7469, U+7504, U+7535, U+753a, U+75f4, U+7682, U+76ba, U+76f2, U+77fd, U+780d, U+7832, U+78c5, U+78ef, U+7901, U+79be, U+79c9, U+79e6, U+7a1a, U+7a84, U+7aca, U+7cb5, U+7cb9, U+7cdf, U+7ce7, U+7d6e, U+7db1, U+7def, U+7e61, U+7e7d, U+7e8f, U+7f38, U+7f77, U+7fa8, U+7fc5, U+7fe1, U+7ff9, U+800d, U+8015, U+8054, U+80a2, U+80aa, U+80ba, U+814e, U+8180, U+819d, U+81c0, U+828b, U+82ad, U+82af, U+83f1, U+83f8, U+8403, U+8475, U+84bc, U+84c9, U+84ec, U+8523, U+8569, U+8591, U+85b0, U+86d9, U+8774, U+881f, U+884d, U+88d4, U+89c4, U+89c6, U+8a60, U+8a79, U+8b19, U+8bd5, U+8bf7, U+8c03, U+8c79, U+8cc8, U+8d9f, U+8e10, U+8e48, U+8faf, U+9009, U+9017, U+9175, U+9187, U+918b, U+91d8, U+9214, U+946b, U+9470, U+9640, U+9675, U+96ef, U+9716, U+97cb, U+97e9, U+985b, U+99b3, U+9b4f, U+9d09, U+9e9f, U+9edb, U+9f90, U+ff05, U+ff14, U+1f464;
}
/* [107] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.107.woff2) format('woff2');
  unicode-range: U+25ce, U+4e08, U+4e2a, U+4e56, U+4e9a, U+4ea8, U+4ead, U+4ec7, U+4f3a, U+4f51, U+4f62, U+4faf, U+507d, U+5098, U+50ac, U+5147, U+5173, U+5187, U+51f8, U+52a1, U+52a8, U+52f8, U+535c, U+53ed, U+541e, U+5435, U+5475, U+54a9, U+54c0, U+54c7, U+5589, U+5605, U+5690, U+5733, U+5782, U+57c3, U+5858, U+5893, U+589c, U+58e2, U+5974, U+599e, U+59a5, U+59ec, U+5b66, U+5b99, U+5b9d, U+5c2c, U+5c48, U+5c65, U+5cfd, U+5d0e, U+5dba, U+5de2, U+5e06, U+5e15, U+5ec1, U+5ed6, U+5f00, U+5f4c, U+5f65, U+6055, U+609f, U+60b6, U+6241, U+624e, U+626f, U+6291, U+62cc, U+62d3, U+62d8, U+62da, U+62fe, U+6349, U+6367, U+63ea, U+6454, U+64a4, U+64b2, U+64bc, U+64c5, U+64ce, U+6558, U+6572, U+65a5, U+65e8, U+65ed, U+6606, U+6614, U+6670, U+6688, U+673a, U+674f, U+6770, U+6795, U+68cb, U+6912, U+6953, U+6aac, U+6aaf, U+6ab8, U+6b20, U+6b96, U+6bbf, U+6bc5, U+6c6a, U+6cbe, U+6d59, U+6d78, U+6dc7, U+6deb, U+6e7e, U+6e9c, U+6f3f, U+6f51, U+6f70, U+6f84, U+704c, U+7051, U+70ab, U+70ad, U+70f9, U+7119, U+714e, U+71d9, U+71e5-71e6, U+72c4, U+72d0, U+72e0, U+7334, U+744b, U+7455, U+74f7, U+7529, U+75ab, U+75b2, U+766e, U+76c3, U+76fc, U+76fe, U+7891, U+7948, U+7a74, U+7b28, U+7c60, U+7c72, U+7cca, U+7ebf, U+7f55, U+7ff0, U+8154, U+81c2, U+81d8, U+81e3, U+81e5, U+8292, U+8299, U+8302, U+8304, U+8332, U+83c1, U+83c7, U+83ca, U+845b, U+8490, U+85af, U+8650, U+8667, U+8abc, U+8b0e, U+8b39, U+8bed, U+8c54, U+8c6b, U+8c9e, U+8ca7, U+8caa-8cab, U+8ce6, U+8cec-8ced, U+8eb2, U+8eba, U+8fb0, U+901d, U+908f, U+9127, U+91c0, U+9215, U+92b3, U+932b, U+93fd, U+95ca, U+964c, U+96c0, U+970d, U+9774, U+97fb, U+9812, U+9817, U+9913, U+9935, U+99c1, U+9b31, U+9d5d, U+9d6c, U+9e79, U+fe0f, U+fe30, U+ff0b, U+ff10, U+ff15;
}
/* [108] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.108.woff2) format('woff2');
  unicode-range: U+b0, U+926, U+928, U+939, U+93f-940, U+94d, U+200b, U+22ef, U+25ba, U+25c6, U+2665, U+4e4f, U+4e59, U+4f0d, U+4f0f, U+4f19, U+4f59, U+4fae, U+5075, U+50b2, U+50b5, U+511f, U+5141, U+5146, U+514c, U+5185, U+51dd, U+51fd, U+522e, U+5319, U+533a, U+5378, U+53ad, U+53c9, U+53d1, U+53d4, U+543b, U+5442, U+5446, U+5481, U+54e9, U+5507, U+5565, U+559a, U+55aa, U+5606, U+56ca, U+56fe, U+582a, U+58fa, U+5915, U+5949, U+5962, U+5996, U+59fb, U+5a77, U+5b0c, U+5b5f, U+5bd3, U+5be2, U+5bfa, U+5c41, U+5ca9, U+5d07, U+5ec8, U+5eca, U+5f18, U+5f4e, U+5f59, U+5f6d, U+5f79, U+5fb9, U+6028, U+6062, U+6068, U+606d, U+6094, U+60f1, U+6108-6109, U+614e, U+6170, U+617e, U+61b2, U+61f8, U+6247, U+626d, U+6276, U+62ab, U+62cb, U+62f3, U+6368, U+6380, U+6492, U+64b0, U+64e0, U+6570, U+660f, U+6649, U+6691, U+66a8, U+6749, U+67f1, U+67f3-67f4, U+6842, U+6851, U+687f, U+68df, U+69fd, U+6a58, U+6c27, U+6c88, U+6cca, U+6cdb, U+6d29, U+6d66, U+6daf, U+6f01, U+6f06, U+6f58, U+6f62, U+6f6d, U+6fa1, U+6ff1, U+6ffe, U+7058, U+70ae, U+7235, U+7267, U+73ca, U+742a, U+758f, U+75bc, U+76c6, U+7740, U+7955, U+7a00, U+7a3b, U+7b4b, U+7bad, U+7be9, U+7c4c, U+7cfe, U+7dbf, U+7e2b, U+7e31, U+7f9e, U+7fc1, U+7ffc, U+8096, U+809d, U+80de, U+8108, U+8155, U+816b, U+81df, U+8277, U+82bd, U+8352, U+8393, U+8404, U+8525, U+856d, U+8587, U+8606, U+868a, U+8776, U+87ba, U+87f9, U+886b, U+8870, U+88d5, U+896a, U+896f, U+8a23, U+8a87, U+8ad2, U+8b00, U+8b20, U+8cb8, U+8cca, U+8ce0, U+8d39, U+8d6b, U+8d81, U+8db4, U+8e29, U+8ef8, U+8f1b, U+8f5f, U+8fa8, U+906e, U+9077, U+90aa, U+90b1, U+90c1, U+9165, U+919c, U+92c1, U+95d6, U+95e8, U+975a, U+98c6, U+9ecf, U+9f0e, U+9f52, U+feff, U+ff06, U+ff0a, U+ff12-ff13;
}
/* [109] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.109.woff2) format('woff2');
  unicode-range: U+627-629, U+631, U+639, U+644, U+64a, U+25cf, U+2606, U+2764, U+3008-3009, U+4e1f, U+4e38, U+4e43, U+4ed5, U+4ef0, U+4eff, U+4fb6, U+4fe0, U+5085, U+50a2, U+50be, U+5118, U+5211-5212, U+5272, U+52fe, U+5366, U+53b2, U+53ec, U+54ac, U+5587, U+55b5, U+561b, U+5751, U+576a, U+57cb, U+58ef, U+592f, U+594f, U+5951, U+5954, U+596e, U+59d1, U+5ac1, U+5acc, U+5b8b, U+5c4d, U+5c6f, U+5ca1, U+5d29, U+5de1, U+5dfe, U+5e7d, U+5edf, U+5ef7, U+5f7c, U+5f81, U+5fa1, U+5faa, U+5fcc, U+5ffd, U+6021, U+6046, U+6155, U+6212, U+62b9, U+6316, U+6350, U+6478, U+647a, U+6490, U+64e6, U+6524, U+6591, U+659c, U+65a4, U+65e6, U+65f6, U+6607, U+6674, U+6765, U+679d, U+68a8, U+6b3a, U+6c57, U+6c61, U+6c90, U+6cbf, U+6d69, U+6db5, U+6dcb, U+6dd1, U+6e21, U+70d8, U+71c3, U+71d5, U+722c, U+727d, U+72ac, U+72fc, U+731c, U+7336, U+7344, U+7384, U+73ab, U+7433-7434, U+745c, U+7470, U+758a, U+75d5, U+7652, U+76c8, U+76e7, U+7709, U+7720, U+7747, U+7763, U+77ac-77ad, U+7802, U+78a7, U+78a9, U+78b3, U+78c1, U+78da, U+7926, U+796d, U+798d, U+7aae, U+7b52, U+7c92, U+7d68, U+7d81, U+7e5e, U+7e69, U+7e73, U+7f50, U+7f70, U+7f75, U+8058, U+8070, U+80c3, U+8105-8106, U+8179, U+818f, U+81a9, U+81ed, U+820c-820d, U+82d1, U+838e, U+83cc, U+8461, U+84b8, U+852c, U+857e, U+85e4, U+863f, U+8679, U+86c7, U+8702, U+8896, U+88c2, U+88f8, U+8af8, U+8b7d, U+8ca2, U+8cc0, U+8d64, U+8d74, U+8d99, U+8e5f, U+8e8d, U+8ecc, U+8ed2, U+8fb1, U+8fc5, U+9022, U+9038, U+903e, U+905c, U+9072, U+9081, U+9189, U+9234, U+92d2, U+934a, U+95a3, U+962a, U+9646, U+9676, U+96d5, U+971c, U+9838, U+9875, U+98c4, U+99db, U+9a45, U+9a5f, U+9a6c, U+9ad2, U+9cf4, U+9d28, U+9daf, U+9df9, U+9e7d, U+9f9c, U+ff11, U+ff1e;
}
/* [110] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.110.woff2) format('woff2');
  unicode-range: U+2500, U+25bc, U+4e95, U+4f50, U+4f54, U+4f69, U+4fc4, U+4fca, U+5009, U+50bb, U+5154, U+51cc, U+528d, U+5291, U+52d2, U+52e4, U+5353, U+5360, U+540a-540b, U+5410, U+54f2, U+5510, U+5514, U+5537, U+558a, U+55ac, U+5617, U+56fd, U+573e, U+5766, U+5783, U+57d4, U+5806, U+5821, U+5857, U+5875, U+58f9, U+596a, U+59ae, U+59c6, U+59ca, U+59ff, U+5a03, U+5ae9, U+5b64, U+5bb4, U+5c3f, U+5e16, U+5e45, U+5e72, U+5ec9, U+5f90-5f92, U+6012, U+6016, U+6084-6085, U+6089, U+60a0, U+60a3, U+60b2, U+60d1, U+60f9, U+6148, U+6158, U+6191, U+626e, U+62d4, U+632f, U+633a, U+6355, U+63aa, U+642c, U+64a5, U+64cb, U+6566, U+6575, U+6597, U+660c, U+66b1, U+66ec, U+6731, U+6735, U+675c, U+67ef, U+6846, U+6876, U+6881, U+68af-68b0, U+68c9, U+6905, U+6b98, U+6bc0, U+6beb, U+6c0f, U+6c1b, U+6c41, U+6ce5, U+6cf3, U+6d25, U+6d2a, U+6d3d, U+6d6e, U+6dd8, U+6dda, U+6dfa, U+6e9d, U+6eaa, U+6ec5, U+6ecb, U+6ef4, U+6f0f, U+6f32, U+707d, U+708e, U+7092, U+716e, U+723a, U+731b, U+7345, U+7375, U+7378, U+73b2, U+74e6, U+75be, U+75de, U+764c, U+76dc, U+788e, U+7897, U+789f, U+78b0, U+790e, U+7965, U+7a4e, U+7aa9, U+7c43, U+7d17, U+7dd2, U+7e96, U+7f51, U+7f69, U+7f72, U+7fd4, U+7fe0, U+8017, U+80a9, U+80d6, U+8102, U+8150, U+8178, U+81bd, U+829d, U+82ac, U+8303, U+840c, U+8482, U+8499, U+85a9-85aa, U+883b, U+8861, U+88c1, U+88cf, U+88d9, U+8a3a, U+8a98, U+8aee, U+8c8c, U+8ce2, U+8d0f, U+8da8, U+8dcc, U+8e0f, U+8e22, U+8f1d, U+8f29, U+8fad, U+9003, U+9006, U+903c, U+904d, U+9059, U+9075, U+90ce, U+90ed, U+9130, U+91ac, U+91e3, U+9285, U+9298, U+92ea, U+9326, U+937e, U+93c8, U+95c6, U+9677, U+9727, U+994b, U+99a8, U+99d0, U+9a30, U+9a37, U+9b42, U+9b45, U+9d3b, U+9e7f, U+9ee8, U+9f3b, U+c5b4;
}
/* [111] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.111.woff2) format('woff2');
  unicode-range: U+5e, U+2502, U+2605, U+4e32, U+4e58, U+4ea1, U+4ef2, U+4f2f-4f30, U+4f75, U+4fd7, U+4ff1, U+501f, U+5049, U+5074, U+5091, U+5144, U+517c, U+51c6, U+51cd, U+5269-526a, U+52aa, U+52c1, U+52c7, U+52df, U+5377, U+541b, U+5439, U+5440, U+5448, U+54aa, U+54e6, U+54ed, U+5674, U+5687, U+585e, U+588a, U+58a8, U+58c1, U+5925, U+5948, U+5999, U+59b3, U+5a1c, U+5a46, U+5b54, U+5b5d, U+5b6b, U+5b8f, U+5bd2, U+5be9, U+5c0a, U+5c16, U+5c46, U+5cf0, U+5e25, U+5e3d, U+5e79, U+5ee2, U+5f04, U+5f31, U+5fcd, U+5fe0, U+60dc, U+6163, U+616e, U+6182, U+61f6, U+622a, U+6258, U+6293, U+62c6, U+62d2, U+6372, U+63da, U+63ed-63ee, U+6416, U+6458, U+649e, U+64ec, U+64f4, U+651c, U+65cb, U+65e2, U+65fa, U+6628, U+6668, U+66a2, U+66c9, U+66fc, U+6717, U+67cf, U+67d4, U+6817, U+6885, U+69cd, U+6a6b, U+6afb, U+6b32, U+6b49, U+6bbc, U+6c89, U+6c96, U+6cc9, U+6d1b, U+6d1e, U+6dfb, U+6efe, U+6f38, U+6f5b, U+6f64, U+6f8e, U+6fa4, U+7070, U+70b8, U+70cf, U+70e4, U+7159, U+7169, U+7210, U+721b, U+7238, U+737b, U+73bb, U+746a, U+7483, U+74dc, U+74f6, U+7518, U+756a, U+75c7, U+775b, U+78e8, U+7919, U+7956, U+795d, U+7a0d, U+7bc9, U+7c97, U+7cd5, U+7d10, U+7d1b, U+7de9, U+7dfb, U+7e3e, U+7e6a, U+7f6a, U+7f8a, U+7fbd, U+8000, U+8036, U+809a, U+80ce, U+80e1, U+80f8, U+8170, U+819c, U+8216, U+8239, U+8266, U+827e, U+82b3, U+8377, U+83ab, U+85c9, U+865b, U+8766, U+87a2, U+87f2, U+8972, U+8a17, U+8a50, U+8a95, U+8b02, U+8b6f, U+8c6c, U+8ca9, U+8cfa, U+8d95, U+8de1, U+8f14, U+8f9b, U+8fa3, U+8feb, U+8ff4, U+9010, U+901b, U+905e, U+9080, U+912d, U+9177, U+91c7, U+9336, U+9451, U+947d, U+963b, U+966a, U+9670, U+9769, U+9813, U+98fd, U+99d5, U+9a19, U+9b27, U+9b6f, U+9ece, U+9ed8, U+9f13, U+9f20, U+ad6d, U+d55c;
}
/* [112] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.112.woff2) format('woff2');
  unicode-range: U+201c-201d, U+203b, U+2192, U+25b2, U+300f, U+4e01, U+4e39, U+4e73, U+4e88, U+4e8e, U+4ed9, U+4f0a, U+4f38, U+4f5b, U+4fc3, U+500d, U+504f, U+5076-5077, U+5100, U+5104, U+5132, U+5175, U+5192, U+51a0, U+51ac, U+51e1, U+51f1, U+5200, U+5224, U+5237-5238, U+523a, U+526f, U+5289, U+52de, U+52f5, U+5371, U+539a, U+53e5, U+540e, U+547c, U+552f, U+5531, U+5634, U+56c9, U+56f0, U+574a, U+5761, U+57f7, U+57f9, U+5805, U+5851, U+5854, U+586b, U+58fd, U+592e, U+5967, U+59bb, U+59d3, U+5a18, U+5b30, U+5b55, U+5b87, U+5b97, U+5be7, U+5bec, U+5bf8, U+5c24, U+5cb8, U+5df7, U+5e1d, U+5e2d, U+5e7b, U+5f1f, U+5f70, U+5fd9, U+61b6, U+6234, U+62b5, U+62d6, U+62dc, U+62fc, U+6383, U+63cf, U+63d2, U+63e1, U+640d, U+64cd, U+64fa, U+64fe, U+654f, U+6562, U+656c, U+65c1, U+65d7, U+6620, U+6676, U+6697, U+66ab, U+66c6, U+66dd, U+66ff, U+671d, U+672b, U+677e, U+67d0, U+67d3, U+68c4, U+690d, U+694a, U+695a, U+6ac3, U+6b04, U+6b23, U+6b78, U+6b8a, U+6c60, U+6d74, U+6d89, U+6db2, U+6dbc, U+6de1, U+6df7, U+6e38, U+6e6f, U+6f02, U+6fc3, U+6fd5, U+70c8, U+7126, U+718a, U+723d, U+7246, U+72af, U+73cd, U+760b, U+7626, U+7687, U+79df, U+7a05, U+7a3f, U+7a69, U+7af6, U+7c3d, U+7c3f, U+7c4d, U+7cd6, U+7d0b, U+7d2b, U+7de3, U+7e2e, U+8010, U+808c, U+80a5, U+80af, U+812b, U+817f, U+819a, U+82d7, U+8389-838a, U+83f2, U+840a, U+8463, U+8521, U+8584, U+860b, U+864e, U+871c, U+878d, U+885d, U+8932, U+89f8, U+8a69, U+8afe, U+8b5c, U+8c37, U+8c46, U+8cbf, U+8cd3, U+8cf4, U+8d08, U+8d0a, U+8ddd, U+8fea, U+9014, U+9055, U+907a, U+9178, U+92fc, U+934b, U+9396, U+93ae, U+9583, U+9663, U+96bb, U+9707, U+9738, U+9846, U+9905, U+9a0e, U+9aa8, U+9b25, U+9b3c, U+9ce5, U+9cf3, U+9ea5, U+9eb5, U+9f4a, U+9f61, U+ff0d;
}
/* [113] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.113.woff2) format('woff2');
  unicode-range: U+3c, U+d7, U+300e, U+4e4e, U+4e82, U+4e92, U+4ec1, U+4ecd, U+4f48, U+4f53, U+4fb5, U+5012, U+502b, U+522a, U+52dd, U+52ff, U+532f, U+53eb, U+53f3, U+5409, U+5433, U+5496, U+54c8, U+554a, U+5561, U+5594, U+559d, U+56b4, U+56fa, U+5713, U+5750, U+57df, U+584a, U+58c7, U+58de, U+593e, U+5976, U+59d0, U+59d4, U+5a66, U+5b85, U+5b88, U+5ba3, U+5bae, U+5bbf, U+5bdf, U+5c01, U+5c04, U+5c3a, U+5c3e, U+5c4f, U+5ddd-5dde, U+5de8, U+5e63, U+5e7c, U+5e8a, U+5eda, U+5ef3, U+5ef6, U+5f48, U+6015, U+6025, U+602a, U+6050, U+6069, U+60e1, U+6162, U+6176, U+61c2, U+6200, U+6263, U+6279, U+6297, U+62b1, U+62bd, U+62ec, U+6311, U+6377, U+6388-6389, U+638c, U+63a2, U+63f4, U+641e, U+6436, U+64c1, U+6551, U+6557, U+6563, U+6696, U+66b4, U+66f2, U+6751, U+675f, U+676f, U+6790, U+6838, U+684c, U+68d2, U+6982, U+699c, U+69ae, U+69cb, U+6a39, U+6a4b, U+6b66, U+6bd2, U+6cb3, U+6ce1, U+6d3e, U+6de8, U+6ed1, U+6f22, U+6f54, U+6fc0, U+6fdf, U+719f, U+71c8, U+7236, U+7259, U+72d7, U+7389, U+73e0, U+745e, U+751a, U+7532-7533, U+7562, U+7591, U+75c5, U+75db, U+7686, U+76d2, U+76db, U+76df, U+76e3, U+7701, U+7761, U+786c, U+7981, U+79cb, U+79d2, U+79fb, U+7a81, U+7a97, U+7aef, U+7b26, U+7b80, U+7c64, U+7d0d, U+7d14, U+7d2f, U+7dca, U+7df4, U+7e54, U+7e6b, U+7f3a, U+8033, U+804a, U+805a, U+81a0, U+81e8, U+8212, U+821e, U+82e6, U+8336, U+8449, U+84cb, U+84ee, U+85e5, U+8607, U+888b, U+8a13, U+8a5e, U+8aa0, U+8aa4, U+8ab0, U+8ab2, U+8ac7, U+8b66, U+8c6a, U+8c93, U+8c9d, U+8de8, U+8f2a, U+8fb2, U+906d, U+907f, U+90a6, U+9109, U+9192, U+91cb, U+91dd, U+964d, U+9686, U+968e, U+9694, U+969c, U+96de, U+96e8, U+96ea, U+96f7, U+975c, U+9760, U+978b, U+9858, U+9918, U+9aee, U+9ebb, U+ff0e-ff0f, U+ff5c;
}
/* [114] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.114.woff2) format('woff2');
  unicode-range: U+b7, U+2022, U+2027, U+3042, U+3044, U+3046, U+3048, U+304a-3050, U+3053-3057, U+3059-305b, U+305d-3061, U+3063-306c, U+306e-3079, U+307b, U+307d-307f, U+3082-308d, U+308f, U+3092-3093, U+30a1-30a4, U+30a6-30c1, U+30c3-30c4, U+30c6-30e1, U+30e3-30ed, U+30ef, U+30f3, U+30fb-30fc, U+4e7e, U+4ea6, U+4eac, U+4f34, U+50b7, U+51b0, U+523b, U+5283, U+5348, U+5354, U+54e5, U+5708, U+590f, U+592b, U+599d, U+59b9, U+5a01, U+5a5a, U+5de7, U+5e78, U+5e9c, U+5fb5, U+6167, U+61f7, U+627f, U+63a1, U+64d4, U+65bd, U+68ee, U+6b4c, U+6bba, U+6c5f, U+6d0b, U+6d6a, U+6e1b, U+6e56, U+6f6e, U+71d2, U+722d, U+72c2, U+751c, U+7530, U+7642, U+76e1, U+79c0, U+7adf, U+7af9, U+7d9c, U+7da0, U+7e23, U+7e41, U+8056, U+8173, U+822a, U+8349, U+83dc, U+8840, U+885b, U+8907, U+8a34, U+8cb4, U+8dd1, U+8fd4, U+8ff0, U+93e1, U+984f, U+98ef, U+9b54;
}
/* [115] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.115.woff2) format('woff2');
  unicode-range: U+23-25, U+3d, U+2026, U+4e03, U+4e45, U+4e5d, U+4eae, U+4ed4, U+4ed8, U+4f01, U+4f11, U+4f3c, U+4f8b, U+4fc2, U+5019, U+505c, U+50c5, U+5145, U+51b7, U+5207, U+521d, U+525b, U+5287, U+52e2, U+535a, U+537b, U+5426, U+542b, U+5438, U+5462, U+54ea, U+555f, U+5566, U+5584, U+5609, U+570d, U+571f, U+5747, U+5802, U+58d3, U+591c, U+5920, U+5922, U+5957, U+5979, U+5a92, U+5abd, U+5b63, U+5b69, U+5b83, U+5b9c, U+5bb3, U+5bc4, U+5bf5, U+5c3c, U+5c40, U+5c4b, U+5c64, U+5cf6, U+5de6, U+5e0c, U+5e55, U+5eab, U+5ead, U+5ee0, U+5f85, U+5f8b, U+5fa9, U+5fd7-5fd8, U+5ff5, U+600e, U+6298, U+62db, U+62ff, U+639b, U+63a7, U+642d, U+6469, U+64ad, U+651d, U+653b, U+65b7, U+65cf, U+665a, U+666e, U+66fe, U+6728, U+674e, U+67b6, U+6821, U+6839, U+6843, U+6a94, U+6b50, U+6b62, U+6b72, U+6b7b, U+6bcd, U+6bdb, U+6c38, U+6c7a, U+6c7d, U+6c99, U+6cb9, U+6ce2, U+6cf0, U+6d17, U+6d32, U+6e2c, U+6fb3, U+7206, U+723e, U+725b, U+734e, U+7387, U+73ed, U+7565, U+7570, U+76ca, U+76e4, U+773e, U+77ed, U+77f3, U+7814, U+7834, U+7968, U+79d8, U+7a76, U+7a7f, U+7b11, U+7b46, U+7b54, U+7bc4, U+7d19, U+7d20, U+7d22, U+7d42, U+7d55, U+7e7c, U+7f85, U+7ffb, U+8077, U+8089, U+80cc, U+81c9, U+81f4, U+81fa, U+820a, U+822c, U+826f, U+85cd, U+86cb, U+88dc, U+8986, U+8a0e, U+8a2a, U+8a73, U+8a8c, U+8b1b, U+8b9a, U+8c50, U+8c61, U+8ca0, U+8cde, U+8cfd, U+8d8a, U+8df3, U+8e64, U+8ecd, U+8edf, U+8f38, U+8ff7, U+9000, U+9047, U+9060, U+90f5, U+9152, U+91ce, U+9280, U+9418, U+9435, U+9589, U+9592, U+9678, U+967d, U+968a, U+96aa, U+96c5, U+96d6, U+96dc, U+96f6, U+9732, U+9748, U+9802, U+9806, U+9808, U+9818, U+983b, U+984d, U+9867, U+98db, U+98f2, U+98fe, U+9a5a, U+9b06, U+9b5a, U+9bae, U+9e97, U+ff1b, U+ff5e;
}
/* [116] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.116.woff2) format('woff2');
  unicode-range: U+26, U+40, U+5f, U+4e14, U+4e9e, U+4ec0, U+4f4e-4f4f, U+4f73, U+4fee, U+503c, U+5047, U+514b, U+516b, U+516d, U+5178, U+520a, U+5236, U+5343, U+5347, U+534a, U+5370, U+53cd, U+53e4, U+53e6, U+53f2, U+5403, U+5411, U+5427, U+5468, U+5473, U+547d, U+552e, U+55ce, U+5740, U+57ce, U+5883, U+589e, U+5931, U+5947, U+59cb, U+5a1b, U+5b58, U+5b98, U+5ba4, U+5bc6, U+5bcc, U+5beb, U+5bf6, U+5c45, U+5c6c, U+5dee, U+5df4, U+5e03, U+5e33, U+5e6b, U+5e7e, U+5e8f, U+5e95, U+5ea7, U+5f15, U+5f62, U+5f69, U+5f80, U+5fae, U+5fb7, U+601d, U+60e0, U+614b, U+6230, U+6236, U+623f, U+628a, U+6295, U+62c9, U+6309, U+63db, U+64c7, U+64ca, U+64da, U+652f, U+6545, U+6548, U+65af, U+65e9, U+6625, U+666f, U+667a, U+670b, U+671b, U+6750, U+677f, U+6848, U+6975, U+6a13, U+6a21, U+6aa2, U+6b65, U+6b77, U+6bb5, U+6cc1, U+6ce8, U+6df1, U+6e90, U+6e96, U+6eab, U+6f14, U+6f2b, U+700f, U+706b, U+724c, U+72c0, U+7368, U+7372, U+74b0, U+756b, U+76ae, U+773c, U+78ba, U+78bc, U+798f, U+79ae, U+7a4d, U+7ae5, U+7b56, U+7b97, U+7bb1, U+7bc7, U+7c73, U+7c89, U+7d00, U+7d30, U+7d39, U+7d72, U+7dad, U+7e8c, U+7f6e, U+7fa4, U+7fa9, U+7fd2, U+8003, U+807d, U+80a1, U+80b2, U+8166, U+8208-8209, U+82e5, U+843d, U+85cf, U+85dd, U+862d, U+8857, U+8863, U+88e1, U+89ba, U+89d2, U+8a31, U+8a62, U+8a66, U+8a72, U+8abf, U+8b1d, U+8b58, U+8b70, U+8b80, U+8ca1, U+8ca8, U+8cac, U+8cbc, U+8d70, U+8da3, U+8db3, U+8ddf, U+8f03, U+8f15, U+8f2f, U+8fa6, U+8fce, U+8ffd, U+900f, U+9031, U+9069, U+908a, U+91ab, U+91cc, U+92b7, U+9322, U+932f, U+9375, U+9632, U+963f, U+9644, U+9662, U+9673, U+96a8, U+96c4, U+96d9, U+96e2-96e3, U+96f2, U+9752, U+97d3, U+97ff, U+9805, U+9810, U+986f, U+990a, U+9910, U+9928, U+9ec3, U+9ed1, U+9f8d;
}
/* [117] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.117.woff2) format('woff2');
  unicode-range: U+3e, U+7e, U+3000, U+300a-300b, U+3010-3011, U+4e16, U+4e26, U+4e94, U+4e9b, U+4ea4, U+4eca-4ecb, U+4efb, U+4efd, U+4f46, U+4f55, U+4f9b, U+4f9d, U+4fbf, U+505a, U+5065, U+5099, U+50cf, U+50f9, U+512a, U+5143, U+5148, U+514d, U+5152, U+5169, U+5171, U+5177, U+518a, U+5217, U+5225, U+5247, U+5275, U+529f, U+52a9, U+5305, U+5341, U+5357, U+5361, U+5373, U+53bb, U+53c3, U+53c8, U+53d6-53d7, U+53e3, U+53ea, U+53f8, U+5404, U+559c, U+5668, U+56db, U+56e0, U+5712, U+5718, U+578b, U+57fa, U+58eb, U+592a, U+5c0b, U+5c0e, U+5c11, U+5c1a, U+5c55, U+5c71, U+5df1, U+5e2b, U+5e36, U+5e97, U+5eb7, U+5ee3, U+5efa, U+5f35, U+5f37, U+5f88, U+5f9e, U+5fc5, U+606f, U+60a8, U+6232, U+624d, U+6253, U+627e, U+6280, U+62cd, U+6301, U+6307, U+6392, U+63a5, U+6539, U+653e-653f, U+6559, U+6574, U+65c5, U+6613, U+66f8, U+672a, U+6797, U+67e5, U+6a19, U+6a23, U+6b61, U+6bcf, U+6bd4, U+6c11, U+6c42, U+6d41, U+6d77, U+6d88, U+6e05, U+6e2f, U+6eff, U+7136, U+7167, U+71df, U+738b, U+73a9, U+7403, U+7531, U+7537, U+754c, U+7559, U+767d-767e, U+76f4, U+793a, U+795e, U+79c1, U+79d1, U+7a2e, U+7a31, U+7a7a, U+7ae0, U+7ba1, U+7bc0, U+7c21, U+7cfb, U+7d04-7d05, U+7d1a, U+7d44, U+7d66, U+7d71, U+7de8, U+7e3d, U+8001, U+800c, U+805e, U+8072, U+81f3, U+82b1, U+82f1, U+83ef, U+842c, U+8457, U+85a6, U+8655, U+8853, U+88ab, U+88dd, U+88fd, U+897f, U+898f, U+89aa, U+89bd, U+89c0, U+89e3, U+8a02, U+8a3b, U+8a55, U+8a8d, U+8a9e, U+8ad6, U+8b49, U+8b77, U+8b8a, U+8b93, U+8cb7, U+8ce3, U+8cea, U+8cfc, U+8f09, U+8fd1, U+9001, U+901f-9020, U+9054, U+90a3, U+914d, U+91cf, U+9304, U+95b1, U+9650, U+9664, U+969b, U+96b1, U+96c6, U+9700, U+975e, U+97f3, U+98a8, U+98df, U+9999, U+99ac, U+9a57, U+9ebc;
}
/* [118] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.118.woff2) format('woff2');
  unicode-range: U+d, U+2b, U+7c, U+a0, U+a9, U+300c-300d, U+4e09, U+4e3b, U+4e4b, U+4e5f, U+4e86, U+4e8b-4e8c, U+4eab, U+4ed6, U+4ee3-4ee4, U+4ef6, U+4f1a, U+4f4d, U+4f60, U+4f7f, U+4f86, U+4fdd, U+4fe1, U+5011, U+50b3, U+5149, U+5167, U+5176, U+518d, U+5229, U+524d, U+529b, U+52a0, U+52d9, U+5316-5317, U+5340, U+539f, U+53ca-53cb, U+5408, U+540c-540d, U+544a, U+548c, U+54c1, U+54e1, U+5546, U+554f, U+55ae, U+56de, U+5716, U+5831, U+5834, U+5916, U+5929, U+5973, U+597d, U+5982, U+5b57, U+5b78, U+5b89, U+5b8c, U+5b9a, U+5ba2, U+5bb9, U+5be6, U+5c07-5c08, U+5c0d, U+5c31, U+5de5, U+5df2, U+5e02, U+5e38, U+5e73-5e74, U+5ea6, U+5f0f, U+5f71, U+5f8c, U+5f97, U+5feb, U+6027, U+60c5, U+60f3, U+610f, U+611b, U+611f, U+61c9, U+6210, U+6216, U+6240, U+624b, U+63a8, U+63d0, U+641c, U+6536, U+6578, U+6599, U+65b9, U+660e, U+661f, U+662d, U+66f4, U+670d, U+671f, U+6771, U+679c, U+682a, U+683c, U+689d, U+696d, U+6a02, U+6a5f, U+6b0a, U+6b21, U+6b3e, U+6b64, U+6c23, U+6c34, U+6c92, U+6cbb, U+6cd5, U+6d3b, U+7063, U+7121, U+71b1, U+7247-7248, U+7269, U+7279, U+73fe, U+7406, U+7522, U+7576, U+767b, U+76ee, U+76f8, U+770b, U+771f, U+77e5, U+793e, U+7a0b, U+7acb, U+7ad9, U+7b2c, U+7b49, U+7cbe, U+7d50, U+7d61, U+7d93, U+7dda, U+7f8e, U+8005, U+806f, U+80fd, U+81ea, U+8207, U+8272, U+865f, U+8868, U+8981, U+898b, U+8996, U+8a00, U+8a08, U+8a0a, U+8a18, U+8a2d, U+8a71, U+8aaa, U+8acb, U+8cbb, U+8cc7, U+8d77, U+8d85, U+8def, U+8eab, U+8eca, U+8f49, U+9019-901a, U+9023, U+9032, U+904a-904b, U+904e, U+9053, U+9078, U+9084, U+90e8, U+90fd, U+91cd, U+91d1, U+9577, U+9580, U+9593, U+9762, U+982d, U+984c, U+985e, U+9996, U+9ad4, U+9ad8, U+9ede, U+ff01, U+ff08-ff09, U+ff1f;
}
/* [119] */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9ifokmqaewlpbgxhhyys0qf3kpvylylzu95vtq1ltj5xqez1g.119.woff2) format('woff2');
  unicode-range: U+20-22, U+27-2a, U+2c-3b, U+3f, U+41-5d, U+61-7b, U+7d, U+ab, U+ae, U+b2-b3, U+bb, U+bf, U+c9, U+cd, U+d6, U+e0-ef, U+f1-f4, U+f6, U+f9-fa, U+fc-fd, U+101, U+103, U+110-111, U+113, U+12b, U+14d, U+16b, U+1a1, U+1b0, U+1ce, U+300-301, U+1ea1, U+1ea3, U+1ebf, U+1ec7, U+2013-2014, U+2039-203a, U+203c, U+2122, U+3001-3002, U+3113-3114, U+3118, U+311a-3129, U+4e00, U+4e0a-4e0b, U+4e0d, U+4e2d, U+4eba, U+4ee5, U+4f5c, U+500b, U+5165, U+5168, U+516c, U+51fa, U+5206, U+5230, U+52d5, U+53ef-53f0, U+570b, U+5728, U+5730, U+591a, U+5927, U+5b50, U+5bb6, U+5c0f, U+5fc3, U+6211, U+6587, U+65b0, U+65bc, U+65e5, U+662f, U+6642, U+6700, U+6703, U+6708-6709, U+672c, U+6b63, U+70b9-70ba, U+751f, U+7528, U+767c, U+7684, U+7db2, U+884c, U+958b, U+95dc, U+96fb, U+9801, U+ff0c, U+ff1a;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9i1pcekm_y.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9i1nyekm_y.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9i1niekm_y.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/notosanstc-nf7og829oofr2wohfbtp9i1ocek.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Alfa Slab One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/alfaslabone-6nuq8fmmkwsekjnm5-4v-4jh2d1he-wv.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Alfa Slab One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/alfaslabone-6nuq8fmmkwsekjnm5-4v-4jh2dxhe-wv.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Alfa Slab One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/alfaslabone-6nuq8fmmkwsekjnm5-4v-4jh2djhew.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Revalia';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/revalia-wwkexpimbe2-4zpesvpknbgj.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Revalia';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://advantanalytics.local/wp-content/uploads/elementor/google-fonts/fonts/revalia-wwkexpimbe2-4zpesv3knq.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-threads:before{content:"\e9cb"}.fa-threads-square:before{content:"\e9cc"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-x-twitter:before{content:"\e9ca"}.fa-x-twitter-square:before{content:"\e9c9"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../fonts/fa-brands-400.eot);src:url(../fonts/fa-brands-400.eot#iefix) format("embedded-opentype"),url(../fonts/fa-brands-400.woff2) format("woff2"),url(../fonts/fa-brands-400.woff) format("woff"),url(../fonts/fa-brands-400.ttf) format("truetype"),url(../images/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands";font-weight:400}