@charset "UTF-8";
@font-face {
  font-family: "Newsreader";
  src: url("../fonts/Newsreader-Regular.eot");
  src: url("../fonts/Newsreader-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Newsreader-Regular.woff") format("woff"), url("../fonts/Newsreader-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "NewsreaderNumber";
  src: url("../fonts/Newsreader-300.ttf");
  font-style: normal;
  font-weight: 300;
  unicode-range: U+30-39;
}
@font-face {
  font-family: "CormorantGaramond";
  src: url("../fonts/CormorantGaramond-Light.ttf") format("truetype");
  font-style: normal;
  /*font-weight: 300;*/
}
@font-face {
  font-family: "CormorantGaramond";
  src: url("../fonts/CormorantGaramond-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
/*
@font-face {
  font-family: "CormorantGaramond";
  src: url("../fonts/CormorantGaramond-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "CormorantGaramond";
  src: url("../fonts/CormorantGaramond-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "CormorantGaramond";
  src: url("../fonts/CormorantGaramond-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
*/
@font-face {
  font-family: "RedHatDisplay";
  src: url("../fonts/RedHatDisplay-Light.eot");
  src: url("../fonts/RedHatDisplay-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/RedHatDisplay-Light.woff") format("woff"), url("../fonts/RedHatDisplay-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "RedHatDisplay";
  src: url("../fonts/RedHatDisplay-Regular.eot");
  src: url("../fonts/RedHatDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/RedHatDisplay-Regular.woff") format("woff"), url("../fonts/RedHatDisplay-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "RedHatDisplay";
  src: url("../fonts/RedHatDisplay-Medium.eot");
  src: url("../fonts/RedHatDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/RedHatDisplay-Medium.woff") format("woff"), url("../fonts/RedHatDisplay-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "RedHatDisplay";
  src: url("../fonts/RedHatDisplay-SemiBold.eot");
  src: url("../fonts/RedHatDisplay-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RedHatDisplay-SemiBold.woff") format("woff"), url("../fonts/RedHatDisplay-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "RedHatDisplay";
  src: url("../fonts/RedHatDisplay-ExtraBold.eot");
  src: url("../fonts/RedHatDisplay-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RedHatDisplay-ExtraBold.woff") format("woff"), url("../fonts/RedHatDisplay-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}
header {
  background-color: transparent;
}

body {
  padding-top: 0;
}

.top-menu {
  color: #ffffff;
}

.cursor {
  /*display: block;*/
  display: none;
  /* z-index: 500; */
  z-index: -500;
  opacity: 0;
}

.kv {
  color: #fbfbfb;
}
@media screen and (min-width: 992px) {
  .kv {
    /*cursor: none;*/
  }
}
.kv .swiper {
  overflow: visible;
}
.kv .swiper .slide {
  position: relative;
  width: calc(100% + 4px);
  height: calc(100vh + 10px);
  left: -2px;
  top: -2px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  overflow: hidden;
}
.kv .swiper .slide .bg {
  position: absolute;
  left: -5px;
  top: 0px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: -1;
}
.kv .swiper .slide .bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 6px);
  background: radial-gradient(21.31% 21.31% at 48.08% 37.48%, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.42) 100%);
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.kv .swiper .slide .wrapper {
  width: calc(100% - 120px);
  max-width: 500px;
  margin-bottom: 80px;
}
.kv .swiper .slide .wrapper .description {
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.52;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .kv .swiper .slide .wrapper .description {
    font-size: 1em;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
.kv .swiper .slide .wrapper h2 {
  font-size: 5em;
  line-height: 1.25;
  letter-spacing: 0em;
  font-family: "NewsreaderNumber", "CormorantGaramond", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  /*box-shadow: 0.93px 1.87px 46.66px 0px #00000026;*/
}
@media screen and (max-width: 991px) {
  .kv .swiper .slide .wrapper h2 {
    font-size: 2.75em;
    line-height: 1.2;
  }
}
.kv .swiper .slide .wrapper .btn-container {
  margin-top: 45px;
}
@media screen and (max-width: 991px) {
  .kv .swiper .slide .wrapper .btn-container {
    margin-top: 26px;
  }
}
.kv .swiper .swiper-pagination-lock {
  display: block !important;
}
.kv .swiper .swiper-pagination-current {
  font-size: 1.625em;
  line-height: 1.1;
  letter-spacing: 0em;
  position: absolute;
  left: 0;
  top: 0;
}
.kv .swiper .swiper-pagination-total {
  font-size: 0.9375em;
  line-height: 1.1;
  letter-spacing: 0em;
  color: #A1A1A1;
  position: absolute;
  right: 0;
  bottom: 0;
}
.kv .swiper .swiper-progress {
  position: absolute;
  right: 70px;
  bottom: 80px;
  width: 106px;
  height: 54px;
}
@media screen and (max-width: 767px) {
  .kv .swiper .swiper-progress {
    display: none;
  }
}
.kv .swiper .swiper-pagination {
  position: relative;
  width: 58px;
  height: 100%;
  text-align: left;
  bottom: auto;
}
.kv .swiper .swiper-pagination:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  width: 1px;
  height: 64px;
  display: block;
  position: absolute;
  top: 50%;
  right: 40%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.kv .swiper .swiper-button-prev,
.kv .swiper .swiper-button-next {
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  margin-top: 0;
  /*cursor: none;*/
}
.kv .swiper .swiper-button-prev:after,
.kv .swiper .swiper-button-next:after {
  display: none;
}
.kv .swiper .swiper-button-prev {
  /*left: 0;*/
  height: 50vh;
}
.kv .swiper .swiper-button-next {
  /*right: 0;*/
}

.circular-progress {
  --size: 32px;
  --half-size: calc(var(--size) / 2);
  --stroke-width: 3px;
  --radius: calc((var(--size) - var(--stroke-width)) / 2);
  --circumference: calc(var(--radius) * pi * 2);
  --dash: calc((var(--progress) * var(--circumference)) / 100);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.circular-progress.active {
  /*animation: progress-animation 5s linear 0s 1 forwards;*/
  animation: progress-animation 9s linear 0s 1 forwards;
}
.circular-progress circle {
  cx: var(--half-size);
  cy: var(--half-size);
  r: var(--radius);
  stroke-width: var(--stroke-width);
  fill: none;
  stroke-linecap: round;
}
.circular-progress circle.bg {
  stroke: rgba(255, 255, 255, 0.2);
}
.circular-progress circle.fg {
  transform: rotate(-90deg);
  transform-origin: var(--half-size) var(--half-size);
  stroke-dasharray: var(--dash) calc(var(--circumference) - var(--dash));
  stroke: #ffffff;
}

.about-us .container {
  max-width: 1626px;
}
.about-us .inner-wrap {
  position: relative;
  max-width: 1590px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .about-us .inner-wrap {
    max-width: calc(100vw - 116px);
  }
}
.about-us .inner-wrap .deco-line {
  position: absolute;
  /*top: 0;*/
  bottom: -1000px;
  width: 1px;
  height: 3477px;
  opacity: 0.4;
  /*background-image: linear-gradient(to bottom, $colorGrey2 0%, rgba(207, 207, 207, 0) 80.68%);*/
  background-image: linear-gradient(to top, rgba(207, 207, 207, 0) 20%, #CFCFCF 50%, rgba(207, 207, 207, 0) 80.68%);
}
@media screen and (max-width: 991px) {
  .about-us .inner-wrap .deco-line {
    height: 2316px;
  }
}
.about-us .inner-wrap .deco-line#l1 {
  left: 0;
}
.about-us .inner-wrap .deco-line#l2 {
  left: 25%;
}
@media screen and (max-width: 991px) {
  .about-us .inner-wrap .deco-line#l2 {
    display: none;
  }
}
.about-us .inner-wrap .deco-line#l3 {
  left: 50%;
}
@media screen and (max-width: 991px) {
  .about-us .inner-wrap .deco-line#l3 {
    left: 33.33%;
  }
}
.about-us .inner-wrap .deco-line#l4 {
  left: 75%;
}
@media screen and (max-width: 991px) {
  .about-us .inner-wrap .deco-line#l4 {
    left: 66.66%;
  }
}
.about-us .inner-wrap .deco-line#l5 {
  right: 0;
}
.about-us .msg {
  max-width: 1930px;
  margin: 0 auto;
  line-height: 1.2;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.04em;
  padding-top: 260px;
}
.about-us .msg.hk, .about-us .msg.cn {
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  .about-us .msg {
    font-size: 1.625em;
    margin-left: -38px;
    margin-right: -38px;
  }
}
.about-us .msg .highlight {
  font-family: "NewsreaderNumber", "CormorantGaramond", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  color: #d6d6d6;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .about-us .msg .highlight {
    font-size: 1.75rem;
  }
}
.about-us .msg .highlight.active {
  color: #CEB175;
}
.about-us .msg .highlight.aos-animate {
  color: #CEB175;
}
.about-us .btn-container {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .about-us .btn-container {
    margin-top: 60px;
  }
}

.branding {
  margin-top: 130px;
}
@media screen and (max-width: 991px) {
  .branding {
    margin-top: 234px;
  }
}
.branding .brand-gold {
  max-width: 1086px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .branding .brand-gold {
    width: 596px;
    max-width: none;
  }
}
.branding .brand-gold img {
  width: 100%;
}
.branding .hifi {
  max-width: 100%;
  width: 862px;
  margin-top: -154px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .branding .hifi {
    width: 388px;
    margin-top: -300px;
    margin-bottom: 25px;
  }
}
.branding .hifi img {
  max-width: 100%;
  width: 100%;
}

.tech {
  position: relative;
  color: #ffffff;
  /*
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  */
  overflow: hidden;
  padding-bottom: 200px;
  margin-top: -58px;
  background: linear-gradient(to bottom, #2C2C2C 0%, #2C2C2C 70%, rgba(44, 44, 44, 0.93) 100%);
}
@media screen and (max-width: 991px) {
  .tech {
    /*
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    */
    padding-bottom: 110px;
    background: linear-gradient(to bottom, #2C2C2C 0%, #2C2C2C 70%, rgba(44, 44, 44, 0.95) 100%);
    margin-top: -47px;
  }
}
.tech:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -250px;
  width: 100%;
  height: 2580px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  background-image: url("../img/homepage/bg-tech-2.jpeg");
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .tech:before {
    bottom: -160px;
    height: 100%;
  }
}
.tech .heading {
  position: relative;
  background-image: linear-gradient(180deg, #2C2C2C 50%, rgba(44, 44, 44, 0.43917) 75.96%, rgba(44, 44, 44, 0) 100%);
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .tech .heading {
    height: 525px;
  }
}
@media screen and (max-width: 991px) {
  .tech .heading {
    padding-top: 120px;
    padding-bottom: 76px;
  }
}
.tech .heading:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/homepage/bg-tech.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.07;
  background-position: left top 29%;
}
@media screen and (max-width: 991px) {
  .tech .heading:before {
    background-position: left top 10%;
  }
}
.tech .heading:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(44, 44, 44, 0.3) 0%, rgba(44, 44, 44, 0.3) 50%, rgb(44, 44, 44) 100%);
}
.tech .heading .highlight-head {
  position: relative;
  z-index: 1;
  font-family: "NewsreaderNumber", "CormorantGaramond", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 3.75em;
  letter-spacing: 0em;
  line-height: 1.2;
  margin-left: -43px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .tech .heading .highlight-head {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .tech .heading .highlight-head {
    font-size: 2em;
    margin-left: 0;
    text-align: center;
  }
}
.tech .listing .row {
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .tech .listing .row {
    flex-wrap: wrap;
    flex-direction: column-reverse !important;
  }
}
.tech .listing .row:not(:last-child) {
  margin-bottom: 180px;
}
@media screen and (max-width: 991px) {
  .tech .listing .row:not(:last-child) {
    margin-bottom: 100px;
  }
}
.tech .listing .row:nth-child(odd) .desc-wrap {
  padding-right: 70px;
}
@media screen and (max-width: 991px) {
  .tech .listing .row:nth-child(odd) .desc-wrap {
    padding-right: 35px;
  }
}
@media screen and (min-width: 992px) {
  .tech .listing .row:nth-child(odd) .img-wrap {
    /*border-radius: 20px;*/
  }
}
.tech .listing .row:nth-child(even) {
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (min-width: 992px) {
  .tech .listing .row:nth-child(even) {
    left: -40px;
  }
}
@media screen and (min-width: 992px) {
  .tech .listing .row:nth-child(even) .desc-wrap {
    padding-left: 110px;
    width: 600px;
  }
}
@media screen and (min-width: 992px) {
  .tech .listing .row:nth-child(even) .img-wrap {
    /*border-radius: 20px;*/
    min-width: 700px;
  }
}
.tech .listing .row .desc-wrap {
  width: 520px;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .tech .listing .row .desc-wrap {
    width: auto;
    margin-top: 32px;
    text-align: center;
    padding-left: 35px;
    padding-right: 35px;
  }
}
.tech .listing .row .desc-wrap h3 {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  margin-bottom: 35px;
}
@media screen and (max-width: 991px) {
  .tech .listing .row .desc-wrap h3 {
    font-size: 1.625em;
    letter-spacing: 0em;
    margin-bottom: 22px;
  }
}
.tech .listing .row .desc-wrap h3 .highlight {
  color: #CEB175;
  font-size: 56px;
  font-weight: 400;
  letter-spacing: 0em;
  font-family: "NewsreaderNumber", "CormorantGaramond", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}
@media screen and (max-width: 991px) {
  .tech .listing .row .desc-wrap h3 .highlight {
    font-size: 1.07em;
  }
}
.tech .listing .row .desc-wrap .description {
  font-size: 1.25em;
  line-height: 1.52;
  letter-spacing: 0.04em;
  color: #f4f4f4;
}
@media screen and (max-width: 991px) {
  .tech .listing .row .desc-wrap .description {
    font-size: 0.875em;
    line-height: 1.4;
  }
}
.tech .listing .row .img-wrap {
  position: relative;
  overflow: hidden;
  flex-grow: 1;
}
@media screen and (min-width: 992px) {
  .tech .listing .row .img-wrap {
    height: 500px;
    min-width: 740px;
  }
}
@media screen and (max-width: 991px) {
  .tech .listing .row .img-wrap {
    width: calc(100% + 40px);
    height: 500px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.tech .listing .row .img-wrap .bg {
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
  height: 100%;
}
.tech .listing .row .img-wrap img {
  height: 700px;
}
@media screen and (max-width: 991px) {
  .tech .listing .row .img-wrap img {
    min-width: 100%;
    height: auto;
    min-height: 700px;
  }
}
.tech .btn-container {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .tech .btn-container {
    margin-top: 60px;
    text-align: center;
  }
}
.tech .btn-container .com-btn {
  box-shadow: none;
}

.product {
  background-color: #2C2C2C;
}
.product .bg {
  padding-top: 180px;
  /*
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  */
  background-color: #fbfbfb;
}
@media screen and (max-width: 991px) {
  .product .bg {
    /*
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    */
    padding-top: 120px;
  }
}
.product .intro {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .product .intro {
    margin-bottom: 62px;
  }
}
.product .intro .highlight-head {
  font-family: "NewsreaderNumber", "CormorantGaramond", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 3.75em;
  line-height: 1.2;
  letter-spacing: 0em;
  opacity: 0.8;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .product .intro .highlight-head {
    font-size: 2em;
  }
}
.product .intro .highlight-head:after {
  left: 50%;
  transform: translateX(-50%);
}
.product .intro .desc {
  font-size: 1.25em;
  line-height: 1.52;
  letter-spacing: 0.04em;
  color: #5C5C5C;
  max-width: 820px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .product .intro .desc {
    font-size: 1em;
    line-height: 1.4;
    font-weight: 500;
  }
}

.collection {
  background-color: #2C2C2C;
  text-align: center;
}
.collection .bg {
  padding-top: 140px;
  padding-bottom: 180px;
  background-color: #fbfbfb;
  /*
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  */
}
@media screen and (max-width: 991px) {
  .collection .bg {
    padding-top: 128px;
    padding-bottom: 110px;
    /*
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    */
  }
}
.collection .highlight-head {
  font-size: 3.75em;
  line-height: 1.2;
  letter-spacing: 0em;
  opacity: 0.8;
  font-family: "NewsreaderNumber", "CormorantGaramond", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .collection .highlight-head {
    font-size: 2em;
  }
}
.collection .highlight-head:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  width: 0;
  transform: none;
  transition: width 0.8s ease-in-out;
  background-color: transparent;
  background-image: linear-gradient(to right, rgba(183, 183, 183, 0.2) 0%, #b7b7b7 50%, rgba(183, 183, 183, 0.2) 100%);
}
.collection .highlight-head.aos-animate:after {
  width: 100%;
}
.collection .listing {
  position: relative;
}
.collection .listing.inview .shadow {
  opacity: 1;
}
.collection .listing .shadow {
  position: absolute;
  left: 0;
  top: 0;
  height: 191px;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.collection .listing .shadow.fill .shadow-bg {
  height: 191px;
}
.collection .listing .shadow.fill-up .shadow-bg {
  bottom: 0;
}
.collection .listing .shadow.fill-down .shadow-bg {
  top: 0;
}
.collection .listing .shadow .shadow-bg {
  position: absolute;
  left: 0;
  height: 0;
  width: 100%;
  background-color: #2C2C2C;
  transition: height 0.3s ease-in-out;
}
.collection .listing .item {
  display: block;
  position: relative;
  padding: 30px 0;
  overflow-y: hidden;
}
@media screen and (min-width: 992px) {
  .collection .listing .item {
    height: 191px;
  }
}
.collection .listing .item:hover {
  opacity: 1;
}
.collection .listing .item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  width: 0;
  transition: width 0.8s ease-in-out;
  background-color: transparent;
  background-image: linear-gradient(to right, rgba(183, 183, 183, 0.2) 0%, #b7b7b7 50%, rgba(183, 183, 183, 0.2) 100%);
}
.collection .listing .item.aos-animate:after {
  width: 100%;
}
.collection .listing .item.active h3 {
  color: #ffffff;
}
.collection .listing .item.active .desc {
  color: #A1A1A1;
}
.collection .listing .item .container {
  position: relative;
}
.collection .listing .item h3 {
  font-size: 2.5em;
  line-height: 1.25;
  letter-spacing: 0em;
  font-family: "NewsreaderNumber", "CormorantGaramond", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  color: #CEB175;
  text-transform: capitalize;
  margin-bottom: 16px;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .collection .listing .item h3 {
    font-size: 1.375em;
    margin-bottom: 10px;
  }
}
.collection .listing .item .desc {
  font-size: 1.125em;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #5C5C5C;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .collection .listing .item .desc {
    font-size: 0.75em;
    line-height: 1.52;
    font-weight: 500;
  }
}

.visit {
  background-color: #2C2C2C;
  padding: 230px 0;
}
@media screen and (max-width: 991px) {
  .visit {
    padding: 110px 0;
  }
}
.visit .row {
  justify-content: space-around;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}
.visit .row .item {
  position: relative;
}
@media screen and (max-width: 991px) {
  .visit .row .item:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .visit .row .item {
    max-width: 70vw;
  }
}
@media screen and (max-width: 991px) {
  .visit .row .item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: auto;
  }
  .visit .row .item:before {
    content: "";
    display: block;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  .visit .row .item:before {
    padding-top: 100%;
  }
}
@media screen and (max-width: 991px) and (min-width: 992px) {
  .visit .row .item:before {
    padding-top: 100%;
  }
}
.visit .row .item .img-wrap {
  width: 400px;
  height: 542px;
  /*border-radius: 20px;*/
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .visit .row .item .img-wrap {
    /*border-radius: 12px;*/
    position: relative;
    height: auto;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .visit .row .item .img-wrap:before {
    content: "";
    display: block;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  .visit .row .item .img-wrap:before {
    padding-top: 100%;
  }
}
@media screen and (max-width: 991px) and (min-width: 992px) {
  .visit .row .item .img-wrap:before {
    padding-top: 100%;
  }
}
.visit .row .item .img-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 991px) {
  .visit .row .item .img-wrap:after {
    background: rgba(0, 0, 0, 0.4);
  }
}
.visit .row .item .bg {
  position: absolute;
  left: 0;
  top: -129px;
  width: 100%;
  height: 100%;
}
.visit .row .item .bg img {
  position: relative;
  height: 800px;
  /*left: -100px;*/
  left: 0px;
}
.visit .row .item .txt {
  font-family: "NewsreaderNumber", "CormorantGaramond", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  color: #ffffff;
  font-size: 3.75em;
  line-height: 1.2;
  letter-spacing: 0em;
  text-transform: capitalize;
  max-width: 320px;
  position: absolute;
  left: -60px;
  top: -40px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .visit .row .item .txt {
    left: -24px;
  }
}
@media screen and (max-width: 991px) {
  .visit .row .item .txt {
    position: absolute;
    font-size: 2em;
    left: 50%;
    top: 50%;
    max-width: 230px;
    text-align: center;
    transform: translate(-50%, -50%) !important;
  }
}

@property --progress {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}
@keyframes progress-animation {
  from {
    --progress: 0;
  }
  to {
    --progress: 100;
  }
}/*# sourceMappingURL=index.css.map */