@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cinzel;
  src: url('../fonts/Cinzel-VariableFont_wght.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --secondary-light-grey: #858585;
  --white: white;
  --primary-titanium-gold: #878c7b;
  --grey: #242424;
  --secondary-gold: #dbddd7;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: var(--secondary-light-grey);
  padding-left: 90px;
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

h1 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cinzel, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

h2 {
  color: var(--primary-titanium-gold);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cinzel, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
}

li {
  padding-top: 2px;
  padding-bottom: 2px;
}

label {
  margin-bottom: 0;
  font-weight: 400;
  transition: all .5s;
  display: block;
  position: absolute;
  top: 5px;
}

strong {
  font-weight: 600;
}

.landing {
  background-color: var(--primary-titanium-gold);
  padding-left: 0;
}

.landing-row {
  z-index: 3;
  height: 100vh;
  display: flex;
  position: relative;
}

.landing-col-l {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.landing-bg-darkgrey {
  background-color: var(--grey);
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.landing-bg-lightgrey {
  z-index: 1;
  background-color: var(--secondary-gold);
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.landing-b {
  z-index: 1;
  color: var(--primary-titanium-gold);
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 65%;
  text-decoration: none;
  position: relative;
}

.landing-bg02-darkgrey {
  z-index: 2;
  background-color: var(--grey);
  position: absolute;
  inset: auto 0% 0%;
}

.landing-bg02-lightgrey {
  z-index: 2;
  background-color: var(--secondary-gold);
  position: absolute;
  inset: 0% 0% auto;
}

.landing-logo {
  z-index: 4;
  margin-top: 30px;
  margin-left: 2px;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.landing-link-title {
  margin-top: -40px;
  font-size: 26px;
  position: absolute;
  inset: 0% 0% auto;
}

.landing-link-txt-b {
  justify-content: space-between;
  align-items: center;
  margin-bottom: -30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.landing-link-txt {
  text-align: center;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

.landing-link-line-b {
  flex: 1;
  height: 1px;
  position: relative;
}

.landing-link-line-l {
  background-color: var(--primary-titanium-gold);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.landing-link-line-r {
  background-color: var(--primary-titanium-gold);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.landing-link-hover {
  z-index: 2;
  background-color: #00000080;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.landing-link-hover-txt-b {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.landing-link-lang {
  color: var(--white);
  text-align: center;
  width: 30px;
  text-decoration: none;
  transition: all .8s;
}

.landing-link-lang:hover {
  opacity: .6;
}

.landing-link-hover-line {
  background-color: var(--white);
  width: 1px;
  height: 16px;
  margin-left: 5px;
  margin-right: 5px;
}

.landing-col-r {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.landing-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.landing-img._01 {
  background-image: url('../images/w-landing-sliderimg012x.jpg');
}

.landing-img._02 {
  background-image: url('../images/s-landing-sliderimg012x.jpg');
}

.landing-intro {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.landing-intro._02 {
  width: 280px;
}

.landing-intro._03 {
  width: 300px;
}

.bg-studio {
  background-color: var(--secondary-gold);
}

.section-inner-banner {
  height: 50vh;
  position: relative;
  overflow: hidden;
}

.inner-banner-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.inner-banner-img.contact {
  background-image: url('../images/contact-banner2x.jpg');
}

.inner-banner-img.career {
  background-image: url('../images/career-banner2x.jpg');
}

.inner-banner-img.story {
  background-image: url('../images/story-banner2x.jpg');
}

.inner-banner-img.awards {
  background-image: url('../images/awards-banner2x.jpg');
}

.inner-banner-img.services {
  background-image: url('../images/services-banner2x.jpg');
}

.inner-banner-img.highlights {
  background-image: url('../images/highlights-banner2x.jpg');
}

.inner-banner-img.ffe {
  background-image: url('../images/ffe-banner.jpg');
}

.inner-banner-mask {
  z-index: 1;
  background-color: #0000001a;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.inner-banner-title {
  text-shadow: 0 0 10px #00000040;
  padding: 5px 5%;
}

.inner-banner-title.without-banner-img {
  color: var(--primary-titanium-gold);
  text-shadow: none;
}

.txt-mask {
  overflow: hidden;
}

.section-content {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section-contact {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.container-full {
  width: 100%;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.container-full.align-center.design-ideas {
  position: relative;
}

.contact-info-row {
  flex-wrap: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.contact-info-col {
  width: 50%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.contact-info-b {
  margin-top: -5px;
  margin-bottom: -5px;
}

.content-bold {
  color: var(--primary-titanium-gold);
  font-weight: 600;
}

.link-txt {
  color: var(--secondary-light-grey);
  border-bottom: 1px solid #0000;
  text-decoration: none;
  transition: all .8s;
}

.link-txt:hover {
  border-bottom-color: var(--primary-titanium-gold);
  color: var(--primary-titanium-gold);
}

.line {
  background-color: #8585854d;
  width: 100%;
  height: 1px;
}

.line.darkgrey {
  background-color: #858585b3;
}

.inner-banner-title-b {
  z-index: 2;
  position: absolute;
  inset: 50% 0% auto;
  transform: translate(0, -50%);
}

.form-row {
  flex-wrap: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.form-col {
  width: 50%;
  margin-bottom: 30px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.footer-social-b {
  justify-content: center;
  display: flex;
}

.link-social-icon {
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

.link-social-icon.social {
  width: 32px;
  height: 32px;
}

.link-social-icon.share {
  width: 32px;
  height: 32px;
  margin-left: 20px;
  margin-right: 0;
}

.link-icon-img-hover {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-line-b {
  width: 1px;
  height: 45px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.footer-group-b {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.group-txt-b {
  text-align: center;
  width: 100%;
}

.footer-line {
  background-color: #85858599;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.align-right {
  text-align: right;
}

.txt-small {
  font-size: 14px;
}

.link-group {
  color: var(--primary-titanium-gold);
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  font-family: Cinzel, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .8s;
}

.link-group:hover {
  border-bottom-color: var(--primary-titanium-gold);
}

.group-dot {
  margin-top: -2px;
  margin-left: 20px;
  margin-right: 20px;
}

.group-link-b {
  margin-top: 15px;
}

.footer-bottom-txt {
  text-align: center;
  margin-top: 30px;
}

.input-wrap {
  flex-direction: row;
  display: flex;
  position: relative;
}

.input {
  z-index: 2;
  color: var(--secondary-light-grey);
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #858585b3;
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.input:focus {
  border-bottom-color: var(--primary-titanium-gold);
}

.input::placeholder {
  color: #0000;
}

.section-title-b {
  margin-bottom: 30px;
}

.contact-btn-submit {
  border-bottom: 1px solid var(--primary-titanium-gold);
  color: var(--primary-titanium-gold);
  text-align: center;
  padding: 5px 60px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

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

.contact-form {
  margin-bottom: 0;
}

.contact-btn-dot {
  background-color: var(--primary-titanium-gold);
  border-radius: 100%;
  width: 25px;
  height: 25px;
  margin-top: 10px;
  margin-left: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.contact-btn-dot-animate {
  background-color: #878c7b4d;
  border-radius: 100%;
  position: absolute;
  inset: 0%;
}

.contact-dot-b {
  width: 45px;
  height: 45px;
  margin-bottom: -22.5px;
  margin-left: -22.5px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.group-txt {
  font-size: 15px;
}

.group-line-b {
  display: none;
}

.group-line-l {
  background-color: #85858599;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.link-group-b {
  display: inline-block;
}

.form-select {
  display: block;
}

.form-dropdown-toggle {
  color: var(--secondary-light-grey);
  border-bottom: 1px solid #858585b3;
  padding-top: 5px;
  padding-bottom: 8px;
  padding-left: 0;
  transition: all .5s;
  display: block;
}

.form-dropdown-toggle:hover {
  color: var(--primary-titanium-gold);
}

.dropdown-list {
  background-color: #0000;
  margin-top: 35px;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.dropdown-list.form {
  margin-top: 36px;
}

.dropdown-link-b {
  border: 1px solid var(--primary-titanium-gold);
  margin-top: 1px;
}

.dropdown-link-b.studio {
  background-color: var(--secondary-gold);
}

.dropdown-link-b.workplus {
  background-color: var(--grey);
}

.dropdown-link {
  color: var(--secondary-light-grey);
  transition: all .5s;
}

.dropdown-link:hover, .dropdown-link.selected {
  background-color: var(--primary-titanium-gold);
  color: var(--white);
}

.side-bar {
  z-index: 1500;
  border-right: 1px solid #8585854d;
  width: 90px;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.menu-btn {
  color: var(--primary-titanium-gold);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.menu-btn-txt-b-open {
  position: absolute;
  overflow: hidden;
  transform: rotate(-90deg);
}

.logo {
  z-index: 1;
  width: 52px;
  margin-top: 30px;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.menu-btn-hover {
  opacity: 0;
  background-color: #878c7b26;
  position: absolute;
  inset: 0%;
}

.menu-btn-txt {
  position: relative;
}

.menu {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 90px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.menu-bg {
  width: 100%;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.menu-container {
  z-index: 1;
  align-items: center;
  width: 100%;
  max-width: 800px;
  display: flex;
  position: relative;
}

.menu-col-l {
  width: 50%;
}

.menu-link {
  color: #85858599;
  text-transform: uppercase;
  padding: 5px 0 0;
  font-family: Cinzel, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: all .8s;
  display: inline-block;
}

.menu-link:hover, .menu-link.w--current, .menu-link.w--open {
  color: var(--primary-titanium-gold);
}

.menu-link-b {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: static;
}

.menu-img {
  z-index: -1;
  width: 50%;
  display: block;
  position: relative;
}

.menu-social-b {
  justify-content: flex-start;
  margin-top: 15px;
  margin-left: -10px;
  display: flex;
}

.menu-submenu {
  background-color: #0000;
  min-width: 50%;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.menu-submenu-b {
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.menu-submenu-link {
  color: #85858599;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  font-family: Cinzel, sans-serif;
  font-size: 24px;
  line-height: 120%;
  transition: all .8s;
}

.menu-submenu-link:hover, .menu-submenu-link.w--current {
  color: var(--primary-titanium-gold);
}

.menu-submenu-link-b {
  border-left: 1px solid var(--primary-titanium-gold);
  height: 100%;
  padding-left: 50px;
}

.menu-group-b {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.menu-scroll {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.menu-lang-b {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
  position: fixed;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.menu-lang-link {
  color: var(--secondary-light-grey);
  text-align: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  text-decoration: none;
  transition: all .8s;
  display: block;
}

.menu-lang-link:hover {
  color: var(--primary-titanium-gold);
}

.menu-img-mobile {
  width: 50%;
  display: none;
}

.menu-group-link-b {
  margin-top: 15px;
}

.menu-group-txt {
  font-size: 15px;
}

.menu-lang-b-mobile {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.menu-link-group {
  color: var(--primary-titanium-gold);
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  font-family: Cinzel, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .8s;
}

.menu-link-group:hover {
  border-bottom-color: var(--primary-titanium-gold);
}

.menu-link-group-b {
  display: inline-block;
}

.menu-btn-txt-b-close {
  opacity: 0;
  position: absolute;
  overflow: hidden;
  transform: rotate(-90deg);
}

.btn-whatsapp-mobile {
  z-index: 100;
  border: 1px solid var(--white);
  background-color: var(--primary-titanium-gold);
  background-image: url('../images/btn-whatsapp.svg');
  background-position: 51%;
  background-repeat: no-repeat;
  background-size: 26px;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-bottom: 90px;
  margin-right: 15px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.btn-top {
  z-index: 100;
  background-image: url('../images/btn-top.svg');
  background-position: 40%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 45px;
  height: 45px;
  margin-bottom: 30px;
  margin-right: 20px;
  transition: all .8s;
  position: fixed;
  inset: auto 0% 0% auto;
}

.btn-top:hover {
  background-image: url('../images/btn-top-hover.svg');
}

.top {
  z-index: -1;
  width: 100%;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.container-70 {
  z-index: 1;
  width: 70%;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.career-content {
  margin-top: 45px;
}

.expand-link {
  color: var(--primary-titanium-gold);
  padding: 20px 90px 20px 30px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .8s;
  display: block;
  position: relative;
}

.expand-link:hover {
  background-color: #878c7b1a;
}

.expand-content {
  overflow: hidden;
}

.expand-content-b {
  padding: 30px;
}

.listing {
  margin-top: 5px;
  margin-bottom: 20px;
  padding-left: 30px;
}

.btn {
  border: 1px solid var(--primary-titanium-gold);
  color: var(--primary-titanium-gold);
  text-transform: uppercase;
  padding: 10px 30px;
  font-weight: 500;
  text-decoration: none;
  transition: all .8s;
}

.btn:hover {
  background-color: var(--primary-titanium-gold);
  color: var(--white);
}

.line-grey {
  background-color: #858585b3;
  width: 100%;
  height: 1px;
}

.expand-link-icon {
  margin-right: 30px;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.expand-link-on-bg {
  z-index: -1;
  opacity: 0;
  background-color: #878c7b1a;
  position: absolute;
  inset: 0%;
}

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

.listing-row.highlights {
  margin-top: -60px;
}

.listing-col {
  width: 33.33%;
  margin-top: 60px;
  padding-left: 10px;
  padding-right: 10px;
}

.listing-col.highlights-hide-desktop {
  display: none;
}

.listing-content {
  overflow: hidden;
}

.listing-b {
  color: var(--secondary-light-grey);
  text-decoration: none;
  transition: all .8s;
  display: block;
}

.listing-b:hover {
  color: var(--primary-titanium-gold);
}

.listing-img-b {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.listing-img-b.overflow-visible {
  overflow: visible;
}

.img {
  width: 100%;
}

.img.press {
  width: 48%;
  min-width: 200px;
}

.img.show-in-mobile {
  display: none;
}

.txt-cap {
  text-transform: uppercase;
}

.listing-title {
  font-size: 18px;
  font-weight: 600;
}

.listing-title.tc-listing-title {
  font-family: Noto Sans TC, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.listing-txt-b {
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.listing-txt-b.center-listing {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.listing-line {
  background-color: var(--primary-titanium-gold);
  width: 20px;
  height: 1px;
  margin-top: 12px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.listing-line.awards {
  background-color: var(--white);
  margin-top: 72px;
}

.inner-page-title {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search {
  width: 240px;
  margin-bottom: 0;
  margin-left: 5%;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.search-input {
  color: var(--secondary-light-grey);
  background-color: #0000;
  border: 1px #000;
  margin-bottom: 0;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 500;
}

.search-input::placeholder {
  color: var(--secondary-light-grey);
}

.search-btn {
  background-color: #0000;
  background-image: url('../images/icon-search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 24px;
  height: 30px;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.filter-b {
  justify-content: flex-end;
  margin-right: 5%;
  display: flex;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.filter-dropdown-toggle {
  color: var(--secondary-light-grey);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  font-weight: 500;
  transition: all .5s;
  display: block;
}

.filter-dropdown-toggle:hover {
  color: var(--primary-titanium-gold);
}

.filter-dropdown {
  margin-left: 30px;
  display: block;
}

.sorting-b {
  z-index: 10;
  margin-top: -30px;
  position: relative;
}

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

.story-services-col {
  width: 33.33%;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.story-services-btn {
  color: var(--white);
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 290px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.story-services-btn.studio {
  background-image: url('../images/story-img-studio-v022x.jpg');
}

.story-services-btn.work {
  background-image: url('../images/story-img-work2x.jpg');
}

.story-services-btn.brand {
  background-image: url('../images/story-img-brand2x.jpg');
}

.story-services-btn.ffe {
  background-image: url('../images/story-img-ffe-v022x.jpg');
}

.story-services-txt-b {
  background-image: linear-gradient(#0000, #000000b3);
  padding: 15px 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.story-philo-row {
  flex-wrap: wrap;
  margin-top: -30px;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.story-philo-col {
  width: 50%;
  margin-top: 30px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.subtitle {
  color: var(--primary-titanium-gold);
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
}

.story-philo-b {
  padding-left: 120px;
  position: relative;
}

.story-icon {
  border: 1px solid var(--primary-titanium-gold);
  border-radius: 100%;
  width: 90px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.story-team-row {
  flex-wrap: wrap;
  margin: 45px -2.5%;
  display: flex;
  position: relative;
}

.story-team-col {
  width: 50%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.story-team-title-b {
  margin-top: 20px;
  margin-bottom: 15px;
}

.txt-color-gold {
  color: var(--primary-titanium-gold);
}

.story-team-txt-title {
  color: var(--primary-titanium-gold);
  font-size: 15px;
  font-weight: 500;
}

.story-team-line {
  background-color: #8585854d;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 50%;
}

.btn-more {
  color: var(--secondary-light-grey);
  text-align: center;
  text-transform: uppercase;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  text-decoration: none;
  transition: all .8s;
  display: flex;
}

.btn-more:hover {
  color: var(--primary-titanium-gold);
  letter-spacing: 2px;
}

.btn-more-line-b {
  flex: 1;
  height: 1px;
  display: block;
  position: relative;
}

.btn-more-line-l {
  background-color: #85858599;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.btn-more-line-r {
  background-color: #85858599;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.btn-more-txt {
  padding-left: 30px;
  padding-right: 30px;
}

.btn-more-line-l-hover {
  background-color: var(--primary-titanium-gold);
  width: 0%;
  height: 1px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.btn-more-line-r-hover {
  background-color: var(--primary-titanium-gold);
  width: 0%;
  height: 1px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.story-services-hover {
  z-index: 1;
  background-color: var(--primary-titanium-gold);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.story-services-title {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
}

.story-services-txt {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.story-services-arrow {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
}

.awards-content {
  border-bottom: 1px solid #8585854d;
  margin-top: 90px;
  overflow: hidden;
}

.awards-row {
  border-top: 1px solid #8585854d;
  flex-wrap: wrap;
  margin-bottom: -1px;
  margin-right: -1px;
  display: flex;
}

.awards-col {
  border-bottom: 1px solid #8585854d;
  border-right: 1px solid #8585854d;
  width: 33.33%;
}

.awards-b {
  color: var(--secondary-light-grey);
  height: 100%;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.awards-title-b {
  margin-top: 10px;
  margin-bottom: 10px;
}

.awards-content-b {
  text-align: center;
}

.awards-hover {
  text-align: left;
  background-image: url('../images/awards-hover-img2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 20px;
  position: absolute;
  inset: 0%;
}

.awards-hover-txt-b {
  color: var(--white);
  background-image: linear-gradient(#0000, #000000b3);
  margin-top: 10px;
  padding: 60px 30px 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.awards-link-btn-mobile, .awards-btn-close, .awards-btn-more {
  display: none;
}

.services-row {
  flex-wrap: wrap;
  margin-bottom: -1px;
  margin-right: -1px;
  display: flex;
}

.services-col {
  border-bottom: 1px solid #8585854d;
  border-right: 1px solid #8585854d;
  width: 25%;
}

.services-col._02 {
  width: 50%;
}

.services-b {
  height: 100%;
  position: relative;
}

.services-hover {
  z-index: 1;
  background-color: var(--primary-titanium-gold);
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 300px;
  padding: 20px;
  display: flex;
  position: relative;
  inset: 0%;
}

.txt-color-white {
  color: var(--white);
}

.services-hover-title {
  margin-bottom: 10px;
}

.services-txt-b {
  padding: 40px 20px 40px 150px;
  position: relative;
}

.services-txt-b._02 {
  text-align: left;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 150px;
  position: relative;
  top: 0%;
  transform: none;
}

.services-content {
  margin-bottom: -90px;
  overflow: hidden;
}

.services-icon {
  width: 110px;
  margin-top: 20px;
  margin-bottom: 5%;
  margin-left: 20px;
  display: inline-block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.services-icon._02 {
  margin-top: 20px;
  margin-left: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.howwedo-list {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 90px;
  margin-top: 60px;
  padding-left: 120px;
  display: flex;
  position: relative;
}

.howwedo-img-b {
  margin-top: 20px;
}

.howwedo-expand-content {
  width: 100%;
  margin-top: 30px;
}

.howwedo-content {
  margin-top: -30px;
}

.services-bottom {
  color: var(--white);
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  min-height: 360px;
  margin-top: 60px;
  padding-top: 90px;
  padding-bottom: 90px;
  text-decoration: none;
  transition: all .8s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-bottom.studio {
  background-image: url('../images/services-s-bottom-bg2x.jpg');
}

.services-bottom.workplus, .services-bottom.workplus:hover {
  background-image: url('../images/services-w-bottom-bg2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.services-bottom-row {
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.services-bottom-col {
  width: 16.667%;
  margin-top: 2.5%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.awards-expand-bg-mask {
  display: none;
}

.dropdown-icon {
  margin-top: -1px;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.search-mobile-dropdown {
  display: none;
}

.search-mobile {
  width: 240px;
  margin-bottom: 0;
  margin-left: 5%;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.search-mobile-dropdown-list {
  display: none;
}

.btn-back {
  color: var(--secondary-light-grey);
  text-transform: uppercase;
  background-image: url('../images/arrow-previous.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 5%;
  padding-left: 40px;
  font-weight: 500;
  text-decoration: none;
  transition: all .5s;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.btn-back:hover {
  color: var(--primary-titanium-gold);
  letter-spacing: 1px;
  background-image: url('../images/arrow-previous-hover.svg');
}

.highlights-content {
  padding-top: 90px;
  overflow: hidden;
}

.btn-more-b {
  margin-top: 20px;
}

.highlights-content-all {
  margin-top: -90px;
}

.btn-video {
  background-color: #00000080;
  background-image: url('../images/icon-video.svg');
  background-position: 53%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  transition: all .8s;
  position: absolute;
  inset: 50% auto auto 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.btn-video.project-details {
  position: relative;
  top: 0%;
  left: 0%;
  transform: none;
}

.btn-video-hover {
  background-color: var(--primary-titanium-gold);
  opacity: 0;
  background-image: url('../images/icon-video.svg');
  background-position: 53%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100%;
  position: absolute;
  inset: 0%;
}

.pop {
  z-index: 2000;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-bg {
  position: fixed;
  inset: 0%;
}

.pop-bottom-b {
  padding-bottom: 30px;
  position: relative;
}

.pop-content-b {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  overflow: auto;
}

.pop-content {
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.container-pop {
  width: 100%;
  max-width: 1100px;
  padding-left: 5%;
  padding-right: 5%;
}

.pop-title-b {
  text-align: center;
  margin-bottom: 15px;
}

.pop-btn-close {
  z-index: 100;
  margin-top: 15px;
  margin-right: 15px;
  position: fixed;
  inset: 0% 0% auto auto;
  transform: rotate(45deg);
}

.section-project-details {
  flex-direction: column;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-details-banner-b {
  flex: 1;
  position: relative;
}

.project-details-banner {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  position: absolute;
  inset: 0%;
}

.project-details-banner.s-project-details-banner {
  background-image: url('../images/s-project-details-banner.jpg');
}

.project-details-banner._w-project-details-banner {
  background-image: url('../images/w-project-details-banner.jpg');
}

.project-details-page-title {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-details {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15%;
  padding-right: 15%;
}

.align-jusify {
  text-align: justify;
}

.project-details-b {
  margin-bottom: 45px;
}

.details-template {
  margin-top: 20px;
  overflow: hidden;
}

.details-template._01 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.project-details-press-date {
  display: inline-block;
}

.project-details-press-title {
  border-left: 1px solid var(--secondary-light-grey);
  margin-left: 15px;
  padding-left: 15px;
  display: inline-block;
}

.img-mask {
  display: block;
  position: relative;
  overflow: hidden;
}

.img-mask.template-img {
  height: 100%;
  position: relative;
}

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

.b08-col {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.b06-col01 {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.b06-col02 {
  width: 75%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.template-b-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.template-b-img.img-s05 {
  background-image: url('../images/s-project-details-img05.jpg');
}

.template-b-img.img-s-idea09 {
  background-image: url('../images/idea-s-details-img09.jpg');
}

.template-b-img.img-s-idea10 {
  background-image: url('../images/idea-s-details-img10.jpg');
}

.template-b-img.img-s-idea12 {
  background-image: url('../images/idea-s-details-img12.jpg');
}

.template-b-img.img-s-idea13 {
  background-image: url('../images/idea-s-details-img13.jpg');
}

.template-b-img.img-w03 {
  background-image: url('../images/w-project-details-img03.jpg');
}

.template-b-img.img-w04 {
  background-image: url('../images/w-project-details-img04.jpg');
}

.template-b-img.img-w-idea06 {
  background-image: url('../images/idea-w-details-img06.jpg');
}

.template-b-img.img-w-idea07 {
  background-image: url('../images/idea-w-details-img07.jpg');
}

.template-b-img.img-w-idea04 {
  background-image: url('../images/idea-w-details-img03.jpg');
}

.template-b-img.img-w05 {
  background-image: url('../images/w-project-details-img05.jpg');
}

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

.b07-col {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.sub-section {
  margin-top: 90px;
  overflow: hidden;
}

.project-details-video-row {
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.project-details-video-col {
  width: 50%;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.project-details-video-col.full {
  width: 100%;
}

.project-details-video-mask {
  background-color: #0003;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-details-video-title {
  color: var(--white);
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 5px;
  font-family: Cinzel, sans-serif;
  font-size: 30px;
  line-height: 150%;
}

.project-details-vr {
  padding-top: 25%;
  display: block;
  position: relative;
}

.project-details-vr-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  inset: 0%;
}

.project-details-vr-img.s-vr-img {
  background-image: url('../images/s-project-details-vr.jpg');
}

.project-details-vr-img._w-vr-img {
  background-image: url('../images/w-project-details-vr.jpg');
}

.project-details-vr-mask {
  background-color: #00000073;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-details-others {
  margin-top: -60px;
  overflow: hidden;
}

.share-b {
  margin-top: 30px;
}

.share-row {
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.share-col-l {
  width: 35%;
}

.share-col-r {
  text-align: right;
  width: 65%;
}

.lightbox-pop {
  z-index: 2000;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-slider {
  background-color: #0000;
  height: 80vh;
}

.hidden {
  display: none;
}

.pop-slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.pop-slide.s-project-details-1 {
  background-image: url('../images/s-project-details-img01.jpg');
}

.pop-slide.s-project-details-2 {
  background-image: url('../images/s-project-details-img02.jpg');
}

.pop-slide.s-project-details-3 {
  background-image: url('../images/s-project-details-img03.jpg');
}

.pop-slide.s-project-details-4 {
  background-image: url('../images/s-project-details-img04.jpg');
}

.pop-slide.s-project-details-5 {
  background-image: url('../images/s-project-details-img05.jpg');
}

.pop-slide.s-project-details-6 {
  background-image: url('../images/s-project-details-img06.jpg');
}

.pop-slide.s-project-details-7 {
  background-image: url('../images/s-project-details-img07.jpg');
}

.pop-slide.s-project-details-8 {
  background-image: url('../images/s-project-details-img08.jpg');
}

.pop-slide.s-idea-img-preview01 {
  background-image: url('../images/idea-s-details-img01.jpg');
}

.pop-slide.s-idea-img-preview02 {
  background-image: url('../images/idea-s-details-img02.jpg');
}

.pop-slide.s-idea-img-preview03 {
  background-image: url('../images/idea-s-details-img03.jpg');
}

.pop-slide.s-idea-img-preview04 {
  background-image: url('../images/idea-s-details-img04.jpg');
}

.pop-slide.s-idea-img-preview05 {
  background-image: url('../images/idea-s-details-img05.jpg');
}

.pop-slide.s-idea-img-preview06 {
  background-image: url('../images/idea-s-details-img06.jpg');
}

.pop-slide.s-idea-img-preview07 {
  background-image: url('../images/idea-s-details-img07.jpg');
}

.pop-slide.s-idea-img-preview08 {
  background-image: url('../images/idea-s-details-img08.jpg');
}

.pop-slide.s-idea-img-preview09 {
  background-image: url('../images/idea-s-details-img09.jpg');
}

.pop-slide.s-idea-img-preview10 {
  background-image: url('../images/idea-s-details-img10.jpg');
}

.pop-slide.s-idea-img-preview11 {
  background-image: url('../images/idea-s-details-img11.jpg');
}

.pop-slide.s-idea-img-preview12 {
  background-image: url('../images/idea-s-details-img12.jpg');
}

.pop-slide.s-idea-img-preview13 {
  background-image: url('../images/idea-s-details-img13.jpg');
}

.pop-slide.s-idea-img-preview14 {
  background-image: url('../images/idea-s-details-img14.jpg');
}

.pop-slide.s-idea-img-preview15 {
  background-image: url('../images/idea-s-details-img15.jpg');
}

.pop-slide.s-idea-img-preview16 {
  background-image: url('../images/idea-s-details-img16.jpg');
}

.pop-slide.s-idea-img-preview17 {
  background-image: url('../images/idea-s-details-img17.jpg');
}

.pop-slide._w-project-details-1 {
  background-image: url('../images/w-project-details-img01.jpg');
}

.pop-slide._w-project-details-2 {
  background-image: url('../images/w-project-details-img02.jpg');
}

.pop-slide._w-project-details-3 {
  background-image: url('../images/w-project-details-img03.jpg');
}

.pop-slide._w-project-details-4 {
  background-image: url('../images/w-project-details-img04.jpg');
}

.pop-slide._w-project-details-5 {
  background-image: url('../images/w-project-details-img05.jpg');
}

.pop-slide._w-project-details-6 {
  background-image: url('../images/w-project-details-img06.jpg');
}

.pop-slide._w-project-details-7 {
  background-image: url('../images/w-project-details-img07.jpg');
}

.pop-slide._w-project-details-8 {
  background-image: url('../images/w-project-details-img08.jpg');
}

.pop-slide._w-project-details-9 {
  background-image: url('../images/w-project-details-img09.jpg');
}

.pop-slide._w-project-details-10 {
  background-image: url('../images/w-project-details-img10.jpg');
}

.pop-slide._w-project-details-11 {
  background-image: url('../images/w-project-details-img11.jpg');
}

.pop-slide._w-idea-img-preview01 {
  background-image: url('../images/idea-w-details-img01.jpg');
}

.pop-slide._w-idea-img-preview02 {
  background-image: url('../images/idea-w-details-img02.jpg');
}

.pop-slide._w-idea-img-preview03 {
  background-image: url('../images/idea-w-details-img03.jpg');
}

.pop-slide._w-idea-img-preview04 {
  background-image: url('../images/idea-w-details-img04.jpg');
}

.pop-slide._w-idea-img-preview05 {
  background-image: url('../images/idea-w-details-img05.jpg');
}

.pop-slide._w-idea-img-preview06 {
  background-image: url('../images/idea-w-details-img06.jpg');
}

.pop-slide._w-idea-img-preview07 {
  background-image: url('../images/idea-w-details-img07.jpg');
}

.pop-slide._w-idea-img-preview08 {
  background-image: url('../images/idea-w-details-img08.jpg');
}

.pop-slide._w-idea-img-preview09 {
  background-image: url('../images/idea-w-details-img09.jpg');
}

.pop-slide._w-idea-img-preview10 {
  background-image: url('../images/idea-w-details-img10.jpg');
}

.pop-slide._w-idea-img-preview11 {
  background-image: url('../images/idea-w-details-img11.jpg');
}

.pop-slide._w-idea-img-preview12 {
  background-image: url('../images/idea-w-details-img12.jpg');
}

.slide-arrow-l {
  background-image: url('../images/arrow-previous.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 5%;
  margin-left: -5%;
  transition: all .5s;
}

.slide-arrow-l:hover {
  background-image: url('../images/arrow-previous-hover.svg');
}

.slide-arrow-l.ffe {
  margin-left: -7.5%;
}

.slide-arrow-r {
  background-image: url('../images/arrow-next.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 5%;
  margin-right: -5%;
  transition: all .5s;
}

.slide-arrow-r:hover {
  background-image: url('../images/arrow-next-hover.svg');
}

.slide-arrow-r.ffe {
  margin-right: -7.5%;
}

.design-ideas-details-banner {
  margin-top: 45px;
  margin-bottom: 15px;
  padding-top: 30%;
  position: relative;
}

.design-ideas-details-banner-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.design-ideas-details-banner-img.s-design-ideas-details-banner-img {
  background-image: url('../images/idea-s-details-banner2x.jpg');
}

.design-ideas-details-banner-img._w-design-ideas-details-banner-img {
  background-image: url('../images/idea-w-details-banner2x.jpg');
}

.b10-slider {
  background-color: #0000;
  height: auto;
}

.b10-slide-nav {
  position: relative;
}

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

.b02-col01, .b02-col02 {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.b02-col03 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

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

.b04-col01 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.b04-col02, .b04-col03 {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.design-ideas-title-b {
  width: 100%;
  padding-left: 15%;
  padding-right: 15%;
}

.wechat-pop {
  z-index: 100;
  width: 172px;
  margin-bottom: 45px;
  display: none;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-50%);
}

.section-home-banner {
  height: 100vh;
  margin-left: 90px;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.home-content-b {
  z-index: 2;
  margin-top: 100vh;
  position: relative;
}

.home-banner-slider {
  background-color: #0000;
  height: 100%;
}

.home-banner-slide-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.home-banner-slide-img.s-home-banner01 {
  background-image: url('../images/s-home-banner012x.jpg');
}

.home-banner-slide-img.s-home-banner02 {
  background-image: url('../images/s-home-banner022x.jpg');
}

.home-banner-slide-img.s-home-banner03 {
  background-image: url('../images/s-home-banner032x.jpg');
}

.home-banner-slide-img._w-home-banner01 {
  background-image: url('../images/w-home-banner012x.jpg');
}

.home-banner-slide-img._w-home-banner02 {
  background-image: url('../images/w-home-banner022x.jpg');
}

.home-banner-slide-img._w-home-banner03 {
  background-image: url('../images/w-home-banner032x.jpg');
}

.home-banner-slide-nav {
  margin-bottom: 30px;
}

.home-banner-mask {
  z-index: 1;
  background-color: #0000001a;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.home-template {
  margin-bottom: 20px;
  overflow: hidden;
}

.home-projects {
  margin-top: 45px;
}

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

.home-b01-col01 {
  width: 40%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.home-b01-col02 {
  width: 60%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.home-template-b-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.home-template-b-img.home-b01-img02 {
  background-image: url('../images/s-home-img022x.jpg');
}

.home-template-b-img.home-b03-img01 {
  background-image: url('../images/s-home-img032x.jpg');
}

.home-template-b-img.home-b05-img02 {
  background-image: url('../images/s-home-img062x.jpg');
}

.home-template-b-img.home-b05-img03 {
  background-image: url('../images/s-home-img072x.jpg');
}

.home-template-b-img.home-b05-img02-w {
  background-image: url('../images/w-home-img022x.jpg');
}

.home-template-b-img.home-b05-img03-w {
  background-image: url('../images/w-home-img032x.jpg');
}

.home-template-b-img.home-b01-img02-w {
  background-image: url('../images/w-home-img052x.jpg');
}

.home-b02-col02, .home-b03-col01 {
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.home-b03-col02, .home-b03-col03 {
  width: 40%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.home-logo-slider {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.home-logo-slide {
  width: 16.66%;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.home-banner-txt-b {
  z-index: 2;
  position: absolute;
  inset: 50% 0% auto;
  transform: translate(0, -50%);
}

.home-banner-txt {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px #00000040;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Cinzel, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.home-projects-hover {
  z-index: 1;
  background-color: #878c7bcc;
  position: absolute;
  inset: 0%;
}

.listing-line-white {
  background-color: var(--white);
  width: 20px;
  height: 1px;
  margin-top: 12px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-projects-hover-txt-b {
  margin-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  inset: auto 0% 0%;
}

.home-img-link {
  color: var(--white);
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.container-pop-img-preview {
  width: 100%;
  max-width: 1100px;
  padding-left: 5%;
  padding-right: 5%;
}

.project-details-press-link {
  color: var(--secondary-light-grey);
  border-bottom: 1px solid #0000;
  text-decoration: none;
  transition: all .8s;
}

.project-details-press-link:hover {
  border-bottom-color: var(--primary-titanium-gold);
  color: var(--primary-titanium-gold);
}

.pop-press {
  z-index: 2000;
  display: none;
  position: fixed;
  inset: 0%;
}

.design-ideas-details-btn-back {
  color: var(--secondary-light-grey);
  text-transform: uppercase;
  background-image: url('../images/arrow-previous.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 15px;
  margin-left: 5%;
  padding-left: 40px;
  font-weight: 500;
  text-decoration: none;
  transition: all .5s;
  position: absolute;
  inset: 0% auto auto 0%;
}

.design-ideas-details-btn-back:hover {
  color: var(--primary-titanium-gold);
  letter-spacing: 1px;
  background-image: url('../images/arrow-previous-hover.svg');
}

.video-mask {
  background-color: #0000001a;
  position: absolute;
  inset: 0%;
}

.pop-press-content-b {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  overflow: auto;
}

.press-img {
  width: 100%;
}

.press-img-mobile-b {
  display: none;
}

.highlights-sticky {
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: -90px;
  margin-bottom: 90px;
  display: flex;
  position: sticky;
  top: -1px;
}

.highlights-sticky-btn {
  color: var(--secondary-light-grey);
  text-align: center;
  text-transform: uppercase;
  width: 200px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
  text-decoration: none;
  transition: all .8s;
  display: inline-block;
}

.highlights-sticky-btn:hover {
  color: var(--primary-titanium-gold);
  letter-spacing: 2px;
}

.highlights-sticky-btn.w--current {
  color: var(--primary-titanium-gold);
}

.highlights-sticky-line {
  background-color: var(--secondary-light-grey);
  width: 1px;
  height: 16px;
}

.highlights-sticky-mobile {
  display: none;
}

.form-dropdown-link-b {
  border: 1px solid var(--primary-titanium-gold);
  margin-top: 1px;
}

.form-dropdown-link-b.studio {
  background-color: var(--secondary-gold);
}

.bg-workplus {
  background-color: var(--grey);
}

.home-expand {
  overflow: hidden;
}

.howwedo-list-txt-b {
  width: 100%;
}

.services-bottom-bg {
  background-color: #00000073;
  position: absolute;
  inset: 0%;
}

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

.b05-col01 {
  width: 75%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.b05-col02 {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.project-details-video-listing-b {
  color: var(--secondary-light-grey);
  padding-top: 40%;
  text-decoration: none;
  transition: all .8s;
  display: block;
  position: relative;
  overflow: hidden;
}

.project-details-video-listing-b:hover {
  color: var(--primary-titanium-gold);
}

.project-details-video-listing-img-b {
  text-align: center;
  position: absolute;
  inset: 50% 0% auto;
  overflow: hidden;
  transform: translate(0, -50%);
}

.project-details-video-listing-b02 {
  color: var(--secondary-light-grey);
  padding-top: 65%;
  text-decoration: none;
  transition: all .8s;
  display: block;
  position: relative;
  overflow: hidden;
}

.project-details-video-listing-b02:hover {
  color: var(--primary-titanium-gold);
}

.project-details-vr-icon {
  width: 60px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.project-details-vr-b {
  height: 70vh;
}

.b03-col01, .b03-col03 {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.b03-col02 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

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

.container-pop-vr {
  width: 100%;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.tc {
  letter-spacing: 1.5px;
  font-size: 17px;
}

.tc-bold {
  font-family: Noto Sans TC, sans-serif;
  font-weight: 500;
}

.tc-serif-bold {
  font-family: Noto Serif TC, sans-serif;
  font-weight: 700;
}

.tc-serif {
  font-family: Noto Serif TC, sans-serif;
  font-weight: 400;
}

.home-b02-col01 {
  width: 80%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.design-concept-listing-col {
  width: 25%;
  margin-top: 60px;
  padding-left: 10px;
  padding-right: 10px;
}

.design-concept-listing-col.highlights-hide-desktop {
  display: none;
}

.ffe-list {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 60px;
}

.ffe-content {
  margin-top: -30px;
}

.ffe-list-row {
  flex-flow: wrap;
  align-items: center;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.ffe-list-row.reverse {
  flex-flow: row-reverse wrap;
}

.ffe-list-col {
  width: 50%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.ffe-bottom {
  color: var(--white);
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  min-height: 360px;
  padding-top: 90px;
  padding-bottom: 90px;
  text-decoration: none;
  transition: all .8s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ffe-bottom.studio {
  background-image: url('../images/services-s-bottom-bg2x.jpg');
}

.ffe-bottom.workplus, .ffe-bottom.workplus:hover {
  background-image: url('../images/services-w-bottom-bg2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.before-after-slider {
  background-color: #ddd0;
  width: 78%;
  height: auto;
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
}

.before-after-slider.project-details {
  margin-bottom: 0;
}

.before-after-slider.ffe {
  width: 100%;
  margin-bottom: 0;
}

.before-after-slide-nav {
  position: relative;
}

.before-after-slide {
  overflow: hidden;
}

.comparison-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.compare-img-after {
  width: 100%;
  display: block;
}

.resize {
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.compare-img-before {
  width: 200%;
  max-width: none;
  display: block;
}

.ffe-faq-list {
  border-bottom: 1px solid var(--primary-titanium-gold);
}

.ffe-faq-list-btn {
  color: var(--secondary-light-grey);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  position: relative;
}

.ffe-faq-list-expand-txt {
  padding-bottom: 20px;
}

.ffe-faq-list-btn-arrow {
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.div-block {
  overflow: hidden;
}

.ffe-process-list {
  padding-bottom: 20px;
  padding-left: 25px;
  position: relative;
}

.ffe-process-dot {
  margin-top: 5px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.ffe-process-line {
  background-color: var(--primary-titanium-gold);
  width: 1px;
  margin-top: 23px;
  margin-left: 6.5px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.ffe-process-title {
  color: var(--primary-titanium-gold);
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}

.home-projects-more {
  color: #ad996e;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-top: -5%;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.home-projects-more:hover {
  opacity: .6;
}

.h2 {
  color: #ad996e;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 130%;
}

.img-2 {
  width: 100%;
  display: block;
  position: relative;
}

.horizontal-scroll-content {
  width: 300vh;
  padding-left: 5%;
  display: flex;
  overflow: hidden;
}

.projects-link-title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}

.txt-small-2 {
  font-size: 14px;
  font-weight: 300;
}

.horizontal-scroll-wrapper {
  width: 100%;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.home-project-title-b {
  margin-bottom: 50px;
}

.projects-link-hover {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ad996eb3;
  justify-content: center;
  align-items: center;
  margin: 15px;
  position: absolute;
  inset: 0%;
}

.home-projects-more-arrow {
  margin-left: 10px;
}

.ffe-process-img-b {
  margin-bottom: 15px;
  padding-top: 120%;
  position: relative;
}

.projects-link-hover-txt {
  text-transform: uppercase;
  width: 100%;
  font-weight: 600;
  position: absolute;
  inset: 50% 0% auto;
  transform: translate(0, -50%);
}

.ffe-process-b {
  width: 500px;
  margin-right: 60px;
  text-decoration: none;
  display: block;
}

.container {
  z-index: 10;
  width: 100%;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.ffe-process-content {
  height: 300vh;
}

.ffe-process-content-b {
  margin-right: 60px;
  display: inline-block;
  position: relative;
}

.ffe-process-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ffe-process-border-line {
  background-color: #8585854d;
  width: 1px;
  margin-right: 60px;
}

.ffe-process-title-b {
  width: 400px;
  margin-right: 60px;
}

.align-left {
  text-align: left;
}

.ffe-process-txt-b {
  position: relative;
}

.ffe-process-txt-number {
  color: var(--primary-titanium-gold);
  margin-bottom: 15px;
  font-family: Cinzel, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 110%;
}

.ffe-process-heading {
  text-align: left;
  margin-bottom: 30px;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tricks-slider_slide {
  color: #404040;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-right: 60px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.progress_fill {
  background-color: var(--primary-titanium-gold);
  width: 0%;
  height: 100%;
  position: relative;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.title {
  font-size: 24px;
  line-height: 120%;
}

.tricks-slider {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.progress {
  background-color: #c1c1c1;
  width: 80%;
  max-width: 800px;
  height: 2px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.home-collection-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
}

.home-collection-img-b {
  width: 400px;
  height: 480px;
  margin-bottom: 15px;
  overflow: hidden;
}

.drag-txt {
  text-align: center;
  margin-top: 5px;
}

.home-banner-title {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px #00000040;
  padding: 5px 5%;
  font-family: Cinzel, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

.home-h1 {
  color: var(--primary-titanium-gold);
  font-size: 30px;
}

.home-faq-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.home-faq-row {
  flex-flow: wrap;
  display: flex;
}

.home-faq-col {
  width: 100%;
}

.home-faq-img {
  margin-top: 30px;
  overflow: hidden;
}

html.w-mod-js [data-ix="opactity-initial0"] {
  opacity: 0;
}

html.w-mod-js [data-ix="width-initial0"] {
  width: 0;
}

html.w-mod-js [data-ix="fadein"], html.w-mod-js [data-ix="fadein-2"], html.w-mod-js [data-ix="fadein-3"], html.w-mod-js [data-ix="fadein-4"] {
  opacity: 0;
}

html.w-mod-js [data-ix="txt-fadein-from-bottom"] {
  transform: translate(0, 100%);
}

html.w-mod-js [data-ix="img-load"] {
  opacity: 0;
}

html.w-mod-js [data-ix="landing-bg"] {
  height: 0;
}

html.w-mod-js [data-ix="landing-bg02"] {
  height: 100%;
}

html.w-mod-js [data-ix="landing-b"] {
  display: none;
}

html.w-mod-js [data-ix="line"] {
  width: 0;
}

html.w-mod-js [data-ix="line-vertical"] {
  height: 0;
}

html.w-mod-js [data-ix="inner-banner-title"] {
  transform: translate(0, 100%);
}

html.w-mod-js [data-ix="inner-banner-img"] {
  opacity: 0;
}

html.w-mod-js [data-ix="contact-btn-dot-animate"] {
  transform: scale(.5);
}

html.w-mod-js [data-ix="dropdown-list"], html.w-mod-js [data-ix="expand-content"] {
  height: 0;
}

html.w-mod-js [data-ix="pop-initial"], html.w-mod-js [data-ix="wechat-pop"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="home-banner-slide-img"] {
  transform: scale(1.1);
}

html.w-mod-js [data-ix="home-expand"] {
  height: 0;
}

html.w-mod-js [data-ix="services-bottom-bg"], html.w-mod-js [data-ix="project-details-vr-mask"] {
  opacity: .45;
}

@media screen and (min-width: 1280px) {
  .landing-col-l {
    width: 50%;
  }

  .landing-link-title {
    margin-top: -45px;
    font-size: 30px;
  }

  .menu-container {
    max-width: 900px;
  }

  .menu-submenu-b {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .container-70 {
    max-width: 1200px;
  }

  .story-services-btn {
    min-height: 340px;
  }

  .awards-col {
    width: 25%;
  }

  .services-b._02 {
    padding-top: 0%;
  }

  .services-hover {
    position: absolute;
  }

  .services-bottom-row {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }

  .services-bottom-col {
    width: 12.5%;
    padding-left: 1.5%;
    padding-right: 1.5%;
  }

  .pop {
    display: none;
  }

  .container-pop {
    width: 65%;
    min-width: 1300px;
    max-width: none;
  }

  .home-logo-slide {
    width: 14.3%;
  }

  .container-pop-img-preview {
    max-width: 1300px;
  }

  .pop-press {
    display: none;
  }

  .ffe-list-img-b {
    width: 100%;
    padding-top: 80%;
    position: relative;
    overflow: hidden;
  }

  .ffe-list-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .ffe-process-list {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 70px;
    padding-left: 0;
  }

  .landing {
    padding-top: 0;
  }

  .landing-row {
    flex-direction: column-reverse;
  }

  .landing-col-l {
    width: 100%;
    height: 50vh;
  }

  .landing-b {
    height: 60%;
  }

  .landing-logo {
    margin-top: 2px;
    margin-left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .landing-col-r {
    width: 100%;
    height: 50vh;
  }

  .bg-studio.project-details {
    padding-top: 0;
  }

  .section-inner-banner {
    height: 0;
    padding-top: 30%;
  }

  .section-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-contact {
    min-height: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .input {
    font-size: 1rem;
  }

  .form-dropdown-toggle {
    padding-bottom: 7px;
  }

  .dropdown-list {
    margin-top: 41px;
  }

  .dropdown-list.form {
    margin-top: 35px;
  }

  .side-bar {
    border-bottom: 1px solid #8585854d;
    border-right-style: none;
    width: 100%;
    height: 70px;
    inset: 0% 0% auto;
  }

  .menu-btn {
    width: 90px;
    inset: 0% 0% 0% auto;
  }

  .menu-btn-txt-b-open {
    transform: none;
  }

  .logo {
    margin-top: 0;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .menu-btn-hover {
    display: none;
  }

  .menu {
    padding-left: 0%;
    overflow: visible;
  }

  .menu-bg {
    height: 100%;
    inset: 0% 0% auto;
  }

  .menu-link {
    font-size: 35px;
  }

  .menu-img {
    display: none;
  }

  .menu-submenu-b {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-group-b {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .menu-scroll {
    padding: 90px 5% 5%;
  }

  .menu-lang-b {
    width: 5%;
  }

  .menu-img-mobile {
    z-index: 1;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 1;
    width: 100%;
    display: block;
    position: relative;
  }

  .menu-img-mobile.studio {
    background-image: url('../images/menu-img-studio-tablet2x.jpg');
  }

  .menu-img-mobile.workplus {
    background-image: url('../images/menu-img-work-tablet2x.jpg');
  }

  .menu-content {
    width: 100%;
  }

  .menu-btn-txt-b-close {
    transform: none;
  }

  .btn-whatsapp-mobile {
    display: block;
  }

  .container-70 {
    width: 100%;
  }

  .expand-link:hover {
    background-color: #0000;
  }

  .listing-col {
    width: 50%;
  }

  .listing-col.highlights-hide-desktop {
    display: block;
  }

  .search {
    width: 50%;
    margin-left: 0%;
    position: relative;
    top: 0%;
    transform: none;
  }

  .filter-b {
    width: 50%;
    margin-right: 0%;
    position: relative;
    top: 0%;
    transform: none;
  }

  .filter-dropdown {
    margin-right: 0;
  }

  .sorting-b {
    justify-content: space-between;
    align-items: center;
    height: 50px;
    margin-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: sticky;
    top: 70px;
  }

  .sorting-b.studio {
    background-color: var(--secondary-gold);
  }

  .sorting-b.workplus {
    background-color: var(--grey);
  }

  .awards-content {
    margin-top: 60px;
  }

  .awards-b {
    position: relative;
  }

  .awards-hover {
    display: none;
  }

  .awards-expand-content {
    z-index: 200;
    border-top: 1px solid var(--white);
    background-color: var(--primary-titanium-gold);
    color: var(--white);
    text-align: left;
    padding: 30px 60px 30px 5%;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .awards-link-btn-mobile {
    background-image: url('../images/awards-btn-more.svg');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 45px;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .awards-link-btn-icon {
    width: 15px;
    margin-bottom: 7px;
    margin-right: 7px;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .awards-btn-close {
    margin-top: 15px;
    margin-right: 15px;
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
    transform: rotate(45deg);
  }

  .awards-btn-more {
    color: var(--white);
    text-transform: uppercase;
    align-items: center;
    margin-top: 10px;
    text-decoration: none;
    display: inline-block;
  }

  .awards-btn-more-align {
    align-items: center;
    display: flex;
  }

  .awards-btn-more-txt {
    margin-right: 10px;
  }

  .services-col {
    width: 50%;
  }

  .services-b {
    padding: 20px 20px 40px;
  }

  .services-hover {
    color: var(--secondary-light-grey);
    background-color: #0000;
    height: auto;
    min-height: 0;
    padding: 0;
  }

  .services-hover-title {
    display: none;
  }

  .services-txt-b {
    text-align: center;
    margin-bottom: 10px;
    padding: 0;
    position: relative;
    top: 0%;
    transform: none;
  }

  .services-txt-b._02 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .services-content {
    margin-bottom: -60px;
  }

  .services-icon {
    margin-top: 0;
    margin-bottom: 0%;
    margin-left: 0;
    position: relative;
  }

  .services-icon._02 {
    margin-top: 0;
    margin-left: 0;
    position: relative;
  }

  .awards-expand-bg-mask {
    z-index: 100;
    position: fixed;
    inset: 0%;
  }

  .search-mobile {
    width: 50%;
    margin-left: 0%;
    position: relative;
    transform: none;
  }

  .btn-back {
    margin-left: 0%;
    position: relative;
    top: 0%;
    transform: none;
  }

  .highlights-content {
    padding-top: 60px;
  }

  .highlights-content-all {
    margin-top: -60px;
  }

  .pop-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pop-btn-close {
    display: block;
  }

  .section-project-details {
    height: 90vh;
  }

  .container-details {
    padding-left: 5%;
    padding-right: 5%;
  }

  .slide-arrow-l {
    background-image: url('../images/arrow-previous-white.svg');
    width: 50px;
    margin-left: 0%;
  }

  .slide-arrow-l:hover {
    background-image: url('../images/arrow-previous-white.svg');
  }

  .slide-arrow-l.ffe {
    margin-left: -10%;
    display: none;
  }

  .slide-arrow-r {
    background-image: url('../images/arrow-next-white.svg');
    width: 50px;
    margin-right: 0%;
  }

  .slide-arrow-r:hover {
    background-image: url('../images/arrow-next-white.svg');
  }

  .slide-arrow-r.ffe {
    margin-right: -10%;
    display: none;
  }

  .design-ideas-title-b {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-home-banner {
    margin-left: 0;
  }

  .home-logo-slide {
    width: 20%;
  }

  .home-projects-hover {
    display: none;
  }

  .container-pop-img-preview {
    padding-left: 0%;
    padding-right: 0%;
  }

  .design-ideas-details-btn-back {
    margin-left: 0%;
    display: none;
    position: relative;
    top: 0%;
    transform: none;
  }

  .press-img {
    display: none;
  }

  .press-img-mobile {
    width: 100%;
    margin-top: 20px;
  }

  .press-img-mobile-b {
    margin-top: -20px;
    display: block;
  }

  .highlights-sticky {
    margin-top: -60px;
    margin-bottom: 60px;
    top: 70px;
  }

  .highlights-sticky-btn:hover {
    letter-spacing: 0;
  }

  .bg-workplus.project-details {
    padding-top: 0;
  }

  .design-concept-listing-col {
    width: 50%;
  }

  .design-concept-listing-col.highlights-hide-desktop {
    display: block;
  }

  .before-after-slider {
    width: 100%;
  }

  .home-projects-more {
    width: 100%;
    margin-top: 50px;
    top: 0%;
    transform: none;
  }

  .horizontal-scroll-content {
    width: 100%;
    margin-top: -50px;
    padding-left: 2.5%;
    padding-right: 2.5%;
    display: block;
  }

  .horizontal-scroll-wrapper {
    position: relative;
    top: 0;
  }

  .projects-link-hover, .projects-link-hover-txt {
    display: none;
  }

  .ffe-process-b {
    width: 100%;
  }

  .ffe-process-content {
    height: auto;
    display: none;
  }

  .ffe-process-content-b {
    width: 50%;
    margin-top: 50px;
    margin-right: 0;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .progress {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 55px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  .landing-row {
    flex-direction: row;
  }

  .landing-col-l {
    width: 50%;
    height: 100vh;
  }

  .landing-b {
    width: 70%;
    height: 65%;
  }

  .landing-logo {
    width: 38px;
    margin-top: 15px;
    margin-left: 1px;
    top: 0%;
    transform: translate(-50%);
  }

  .landing-link-title {
    margin-top: -30px;
    font-size: 18px;
  }

  .landing-link-txt {
    padding-left: 5px;
    padding-right: 5px;
  }

  .landing-col-r {
    width: 50%;
    height: 100vh;
  }

  .landing-intro, .landing-intro._02, .landing-intro._03 {
    width: 200px;
  }

  .contact-info-row {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contact-info-col {
    width: 100%;
  }

  .contact-info-b {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .form-col {
    width: 100%;
  }

  .link-social-icon.share {
    margin-left: 15px;
  }

  .footer-line-b {
    display: none;
  }

  .group-txt-b {
    margin-top: 30px;
  }

  .m-align-center {
    text-align: center;
  }

  .group-dot {
    display: none;
  }

  .footer-bottom-txt, .contact-btn-submit {
    padding-left: 40px;
    padding-right: 40px;
  }

  .group-txt {
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
  }

  .group-txt-align {
    align-items: center;
    display: flex;
    position: relative;
  }

  .group-line-b {
    flex: 1;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .group-line-r {
    background-color: #85858599;
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .link-group-b {
    margin-top: 15px;
    display: block;
  }

  .dropdown-list {
    width: 100%;
    margin-top: 49px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .dropdown-link-b {
    border-left-style: none;
    border-right-style: none;
  }

  .dropdown-link {
    padding-left: 5%;
    padding-right: 5%;
  }

  .dropdown-link.align-center.w--current {
    background-color: var(--primary-titanium-gold);
    color: var(--white);
  }

  .side-bar {
    height: 55px;
  }

  .logo {
    width: 44px;
  }

  .menu {
    overflow: auto;
  }

  .menu-container {
    display: block;
  }

  .menu-col-l {
    width: 100%;
  }

  .menu-link {
    font-size: 30px;
  }

  .menu-link-b {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .menu-social-b {
    margin-top: 5px;
  }

  .menu-submenu {
    min-width: 100%;
    position: relative;
  }

  .menu-submenu-b {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .menu-submenu-link {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 18px;
  }

  .menu-submenu-link-b {
    padding-left: 30px;
  }

  .menu-group-b {
    align-items: stretch;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .menu-scroll {
    padding-top: 75px;
    display: block;
  }

  .menu-lang-b {
    display: none;
  }

  .menu-lang-link {
    width: 30px;
    margin-right: 10px;
    display: inline-block;
  }

  .menu-img-mobile {
    display: none;
  }

  .menu-group-link-b {
    width: 100%;
    margin-top: 0;
  }

  .menu-group-txt {
    font-size: 13px;
  }

  .menu-lang-b-mobile {
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 30px;
    display: flex;
  }

  .menu-link-group {
    font-size: 16px;
    line-height: 120%;
  }

  .menu-link-group-b {
    margin-top: 5px;
    display: block;
  }

  .expand-link {
    padding: 15px 55px 15px 15px;
  }

  .expand-content-b {
    padding: 15px;
  }

  .listing {
    margin-bottom: 15px;
  }

  .expand-link-icon {
    width: 25px;
    margin-right: 15px;
  }

  .listing-row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }

  .listing-row.highlights {
    margin-top: -30px;
  }

  .listing-col {
    margin-top: 30px;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .img.press {
    width: 50%;
    min-width: 0;
  }

  .listing-title {
    font-size: 17px;
  }

  .listing-title.tc-listing-title {
    font-size: 18px;
  }

  .listing-txt-b {
    padding-left: 25px;
    padding-right: 25px;
  }

  .listing-line {
    width: 15px;
  }

  .search {
    display: none;
  }

  .search-input {
    color: var(--white);
    padding-left: 0;
  }

  .search-input::placeholder {
    color: var(--white);
  }

  .search-btn {
    background-image: url('../images/icon-search-white.svg');
    inset: 50% 0% auto auto;
  }

  .filter-b, .filter-dropdown {
    position: static;
  }

  .sorting-b {
    display: flex;
  }

  .sorting-b.studio, .sorting-b.workplus {
    justify-content: space-between;
    top: 55px;
  }

  .story-services-row {
    margin-bottom: 10px;
  }

  .story-services-col {
    width: 100%;
    margin-bottom: 20px;
  }

  .story-philo-col {
    width: 100%;
  }

  .story-philo-b {
    padding-left: 75px;
  }

  .story-icon {
    width: 60px;
  }

  .story-team-row {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .story-team-col {
    width: 100%;
  }

  .story-team-line {
    display: none;
  }

  .btn-more {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .btn-more:hover {
    letter-spacing: 1px;
  }

  .story-team-line-mobile {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .btn-more-txt {
    padding-left: 15px;
    padding-right: 15px;
  }

  .awards-col {
    width: 50%;
  }

  .awards-hover-txt-b {
    padding-left: 25px;
    padding-right: 25px;
  }

  .awards-img {
    width: 100%;
    max-width: 100px;
  }

  .services-b._02 {
    padding-bottom: 30px;
  }

  .services-icon {
    width: 90px;
  }

  .howwedo-list {
    margin-top: 30px;
    padding-left: 75px;
  }

  .howwedo-content {
    margin-top: 0;
  }

  .services-bottom {
    min-height: 200px;
    margin-top: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services-bottom-col {
    width: 20%;
  }

  .dropdown-icon.highlights-dropdown-icon {
    margin-right: 5%;
  }

  .search-mobile-btn {
    background-image: url('../images/icon-search.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 30px;
    height: 30px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .search-mobile-dropdown {
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    position: static;
  }

  .search-mobile {
    width: 100%;
    display: block;
    top: 0%;
  }

  .search-mobile-dropdown-list {
    background-color: #0000;
    width: 100%;
    margin-top: 49px;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .search-mobile-dropdown-content {
    background-color: var(--primary-titanium-gold);
    margin-top: 1px;
    padding: 10px 5%;
  }

  .section-project-details {
    height: 90vh;
  }

  .project-details-b {
    margin-bottom: 30px;
  }

  .details-template {
    margin-top: 15px;
  }

  .b08-row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }

  .b08-col, .b06-col01, .b06-col02 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .b07-row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }

  .b07-col {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .sub-section {
    margin-top: 60px;
  }

  .project-details-video-row {
    margin-top: -15px;
    margin-left: -7.5px;
    margin-right: -7.5px;
  }

  .project-details-video-col {
    margin-top: 15px;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .project-details-video-title {
    font-size: 18px;
    line-height: 120%;
  }

  .project-details-vr {
    padding-top: 35%;
  }

  .project-details-others {
    margin-top: -30px;
  }

  .design-ideas-details-banner {
    padding-top: 45%;
  }

  .b06-row, .b-row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }

  .b02-col01, .b02-col02, .b02-col03 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .b04-row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }

  .b04-col01, .b04-col02, .b04-col03 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .section-home-banner {
    height: 90vh;
  }

  .home-content-b {
    margin-top: 90vh;
  }

  .home-template {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .home-b01-col01, .home-b01-col02, .home-b02-col02, .home-b03-col01, .home-b03-col02, .home-b03-col03 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .home-logo-slide {
    width: 25%;
  }

  .listing-line-white {
    width: 15px;
  }

  .home-projects-hover-txt-b {
    padding-left: 25px;
    padding-right: 25px;
  }

  .highlights-sticky {
    display: none;
    top: 55px;
  }

  .highlights-sticky-mobile {
    height: 50px;
    margin-top: -60px;
    margin-bottom: 60px;
    display: block;
    position: sticky;
    top: 55px;
  }

  .highlights-dropdown-toggle {
    color: var(--secondary-light-grey);
    text-align: center;
    text-transform: uppercase;
    padding: 14px 5%;
    font-weight: 500;
    display: block;
  }

  .b05-row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }

  .b05-col01, .b05-col02, .b03-col01, .b03-col03, .b03-col02 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .b03-row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }

  .tc {
    font-size: 16px;
  }

  .home-b02-col01 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .design-concept-listing-col {
    margin-top: 30px;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .ffe-list {
    margin-top: 30px;
  }

  .ffe-content {
    margin-top: 0;
  }

  .ffe-list-col {
    width: 100%;
  }

  .ffe-list-img-b {
    margin-bottom: 15px;
  }

  .ffe-bottom {
    min-height: 200px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .before-after-slider {
    margin-bottom: 60px;
  }

  .before-after-slider.ffe {
    margin-bottom: 30px;
  }

  .home-projects-more {
    margin-top: 30px;
  }

  .h2 {
    font-size: 25px;
  }

  .horizontal-scroll-content {
    margin-top: -30px;
  }

  .home-project-title-b {
    margin-bottom: 30px;
  }

  .ffe-process-img-b {
    margin-bottom: 10px;
  }

  .ffe-process-content-b {
    margin-top: 30px;
  }

  .ffe-process-txt-number {
    margin-bottom: 5px;
    font-size: 50px;
  }

  .tricks-slider_slide {
    width: 240px;
    margin-right: 30px;
  }

  .title {
    font-size: 20px;
  }

  .home-collection-img-b {
    width: 240px;
    height: 300px;
  }

  .home-banner-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  .landing-row {
    flex-direction: column-reverse;
  }

  .landing-col-l {
    width: 100%;
    height: 50vh;
  }

  .landing-b {
    height: 50%;
  }

  .landing-logo {
    margin-top: 2px;
    margin-left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .landing-col-r {
    width: 100%;
    height: 50vh;
  }

  .section-inner-banner {
    padding-top: 45%;
  }

  .listing-row {
    margin-left: 0;
    margin-right: 0;
  }

  .listing-col {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .listing-col.highlights-hide-desktop {
    display: none;
  }

  .listing-col.press-listing-col {
    width: 50%;
  }

  .img.press {
    width: 90%;
  }

  .img.show-in-mobile {
    display: block;
  }

  .listing-txt-b.center-listing {
    padding-left: 0;
    padding-right: 0;
  }

  .btn-more-txt {
    width: 240px;
  }

  .awards-img {
    width: 80%;
    max-width: 100px;
  }

  .services-row {
    margin-right: 0;
  }

  .services-col {
    border-right-style: none;
    width: 100%;
  }

  .services-col._02 {
    width: 100%;
  }

  .services-icon {
    max-width: 200px;
  }

  .services-bottom-col {
    width: 25%;
  }

  .pop {
    display: none;
  }

  .project-details-banner.s-project-details-banner {
    background-image: url('../images/s-project-details-banner-mobile.jpg');
  }

  .project-details-banner._w-project-details-banner {
    background-image: url('../images/w-project-details-banner-mobile.jpg');
  }

  .b08-row {
    margin-top: -15px;
  }

  .b08-col {
    width: 100%;
    margin-top: 15px;
  }

  .b06-col01 {
    width: 40%;
    margin-top: 15px;
  }

  .b06-col02 {
    width: 60%;
    margin-top: 15px;
  }

  .b07-row {
    margin-top: -15px;
  }

  .b07-col {
    width: 100%;
    margin-top: 15px;
  }

  .project-details-video-row {
    margin-top: -15px;
  }

  .project-details-video-col {
    width: 100%;
    margin-top: 15px;
  }

  .project-details-vr {
    padding-top: 45%;
  }

  .share-col-l {
    width: 30%;
  }

  .share-col-r {
    width: 70%;
  }

  .b06-row, .b-row {
    margin-top: -15px;
  }

  .b02-col01, .b02-col02 {
    width: 50%;
    margin-top: 15px;
  }

  .b02-col03 {
    width: 100%;
    margin-top: 15px;
  }

  .b04-row {
    margin-top: -15px;
  }

  .b04-col01 {
    width: 100%;
    margin-top: 15px;
  }

  .b04-col02, .b04-col03 {
    width: 50%;
    margin-top: 15px;
  }

  .wechat-pop {
    margin-left: -40px;
  }

  .home-banner-slide-img.s-home-banner01 {
    background-image: url('../images/s-home-banner01-mobile2x.jpg');
  }

  .home-banner-slide-img.s-home-banner02 {
    background-image: url('../images/s-home-banner02-mobile2x.jpg');
  }

  .home-banner-slide-img.s-home-banner03 {
    background-image: url('../images/s-home-banner03-mobile2x.jpg');
  }

  .home-banner-slide-img._w-home-banner01 {
    background-image: url('../images/w-home-banner01-mobile2x.jpg');
  }

  .home-banner-slide-img._w-home-banner02 {
    background-image: url('../images/w-home-banner02-mobile2x.jpg');
  }

  .home-banner-slide-img._w-home-banner03 {
    background-image: url('../images/w-home-banner03-mobile2x.jpg');
  }

  .home-b-row {
    margin-top: -15px;
  }

  .home-b01-col01, .home-b01-col02 {
    width: 100%;
    margin-top: 15px;
  }

  .home-template-b-img.home-b01-img02, .home-template-b-img.home-b05-img03, .home-template-b-img.home-b05-img03-w, .home-template-b-img.home-b01-img02-w {
    position: relative;
  }

  .home-b02-col02, .home-b03-col01 {
    width: 33.33%;
    margin-top: 15px;
  }

  .home-b03-col02 {
    width: 66.66%;
    margin-top: 15px;
  }

  .home-b03-col03 {
    width: 100%;
    margin-top: 15px;
  }

  .home-logo-slide {
    width: 33.33%;
  }

  .pop-press-content-b {
    display: block;
  }

  .press-img {
    display: none;
  }

  .b05-row {
    margin-top: -15px;
  }

  .b05-col01 {
    width: 60%;
    margin-top: 15px;
  }

  .b05-col02 {
    width: 40%;
    margin-top: 15px;
  }

  .project-details-video-listing-b {
    padding-top: 65%;
  }

  .b03-col01 {
    width: 40%;
    margin-top: 15px;
  }

  .b03-col03 {
    width: 100%;
    margin-top: 15px;
  }

  .b03-col02 {
    width: 60%;
    margin-top: 15px;
  }

  .b03-row {
    margin-top: -15px;
  }

  .m-relative {
    position: relative;
  }

  .home-b02-col01 {
    width: 66.66%;
    margin-top: 15px;
  }

  .design-concept-listing-col {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .design-concept-listing-col.highlights-hide-desktop {
    display: none;
  }

  .design-concept-listing-col.press-listing-col {
    width: 50%;
  }

  .ffe-process-content-b {
    width: 100%;
  }

  .tricks-slider_slide {
    max-height: 130vw;
  }
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cinzel';
  src: url('../fonts/Cinzel-VariableFont_wght.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}