@font-face {
  font-family: Universltpro Roman;
  src: url('../fonts/UniversLTPro-55Roman.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Universltpro XBlackExt;
  src: url('../fonts/UniversLTPro-XBlackExt.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Universltpro 45";
  src: url('../fonts/UniversLTPro-45Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Universltpro Bold;
  src: url('../fonts/UniversLTPro-65Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --color: #ffffff8f;
  --black: black;
}

body {
  color: #f8f8f8;
  background-color: #000;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h6 {
  color: #f8f8f8;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Questrial;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.source-info {
  z-index: 99;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 10px 10px 20px;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
}

.clone-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #242424;
  border-radius: 4px;
  margin-right: 5px;
  padding: 14px 16px;
  font-family: DM Sans;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  transition: background-color .6s cubic-bezier(.19, 1, .22, 1);
}

.clone-button:hover {
  background-color: #303030;
}

.twitter {
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #1d9bf03d;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 10px 5px;
  text-decoration: none;
  transition: background-color .6s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.twitter:hover {
  background-color: #1d9bf066;
}

.creator {
  z-index: 2;
  opacity: 1;
  border-radius: 7px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 10px 10px 5px;
  text-decoration: none;
  transition: opacity .6s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.creator:hover {
  opacity: .8;
}

.portrait {
  border-radius: 5px;
  width: 40px;
  height: 40px;
}

.body {
  background-color: #000;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  overflow: visible;
}

.loader {
  background-color: #000;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/dmitry-sumar-jxiZl0WUqt4-unsplash-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.button {
  background-color: #00e;
  font-family: Space Mono;
}

.slider {
  z-index: -1;
  background-color: #000;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: none;
  position: absolute;
  overflow: hidden;
}

.slide {
  z-index: -1;
  background-color: #695454;
  background-image: url('../images/exterior-night-new.jpg');
  background-position: 97%;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.page-wrapper {
  float: none;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -webkit-text-stroke-color: #000;
  background-color: #0000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 2.5vh 3vh;
  display: flex;
  position: static;
  overflow: visible;
}

.homepage-menu {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start space-between;
  align-self: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 1.5%;
  margin-left: 2%;
  margin-right: 0%;
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.homepage-mainbotton {
  color: #ffffffe6;
  flex-flow: column;
  font-family: Universltpro XBlackExt, Arial, sans-serif;
  font-size: 1.1vh;
  text-decoration: none;
  display: flex;
  position: static;
}

.homepage-mainbotton.w--current {
  cursor: auto;
}

.homepage-submenu {
  z-index: 0;
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.homepage-subbotton {
  outline-offset: 0px;
  color: #ffffffe6;
  mix-blend-mode: hard-light;
  outline: 3px #ffffffe6;
  font-family: Universltpro Roman, Arial, sans-serif;
  font-size: 1vh;
  transform: translate(0);
}

.image-9 {
  border: 2px solid #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.projectpage-text {
  width: 17%;
  height: 100%;
  margin-top: 0%;
  position: absolute;
  inset: 0% auto auto 3vh;
  overflow: scroll;
}

.projecttext-title {
  color: #fffc;
  margin-top: 11vh;
  margin-bottom: 3vh;
  font-family: Universltpro XBlackExt, Arial, sans-serif;
  font-size: 12px;
}

.image-11 {
  border: 2px solid #000;
  width: 100%;
  margin-bottom: 0;
}

.projectpage-title {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start space-between;
  height: 9%;
  display: none;
  position: fixed;
}

.projectpage-image {
  background-color: #0000;
  width: 80%;
  height: 100%;
  margin-left: 39%;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
  position: absolute;
  top: 0;
  right: 0;
  overflow: scroll;
}

.image-16 {
  border: 2px solid #000;
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
}

.projecttext-body {
  color: #fffc;
  text-align: left;
  margin-top: 3vh;
  font-family: Universltpro Roman, Arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
}

.image-19 {
  border: 2px solid #000;
  width: 50%;
  margin-bottom: 0;
  margin-right: 0;
}

.diagram {
  border: 1px solid #000;
  width: 20%;
  margin-bottom: 0;
  margin-right: 0;
}

.image-9-copy {
  width: 100%;
  margin-top: 63px;
  margin-bottom: 2px;
}

.image-9-copy-copy, .image-9-copy, .image-9-copy-copy {
  width: 100%;
  margin-top: 0;
  margin-bottom: 2px;
}

.big {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 2px;
}

.link {
  color: #ffffffe6;
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

.image-9-copy-copy {
  width: 100%;
  margin-top: 63px;
  margin-bottom: 2px;
}

.image-9-copy-copy-copy {
  width: 100%;
  margin-top: 0;
  margin-bottom: 2px;
}

.image-9-copy-copy-copy-copy {
  border: 2px solid #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.double {
  -webkit-text-stroke-width: 0px;
  overflow-wrap: normal;
  border: 2px solid #000;
  border-radius: 0;
  width: 50%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.plan {
  border: 2px solid #000;
  width: 50%;
  margin-bottom: 0;
  margin-right: 0;
}

.image-20 {
  margin-top: 63px;
  margin-bottom: 67px;
}

.empty {
  width: 67%;
  height: auto;
  margin-top: 210px;
  margin-bottom: 210px;
  margin-left: 110px;
}

.info-text {
  width: 30%;
  height: 100%;
  margin-top: 0%;
  position: absolute;
  inset: 0% auto auto 2.5vh;
  overflow: hidden;
}

.infotext-body {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  outline-offset: 0px;
  color: #fff;
  mix-blend-mode: normal;
  background-color: #0000;
  outline: 3px #fff;
  align-self: flex-start;
  width: 22%;
  margin-top: 0;
  font-family: Universltpro Roman, Arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
}

.infoslider {
  z-index: -5;
  width: 100%;
  height: 100%;
  position: absolute;
}

.slide-copy {
  background-color: #695454;
  background-image: url('../images/L1020905.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.model1 {
  z-index: 15;
  margin-top: 71px;
  margin-bottom: 5px;
  position: static;
}

.model2 {
  margin-bottom: 102px;
}

.slide-2 {
  background-image: url('../images/ThirdFloor_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/ThirdFloor_1-compressed.jpg');
  background-position: 26%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/R23.jpg');
  background-position: 90%;
  background-size: auto 102vh;
}

.image-21 {
  z-index: -5;
  object-fit: cover;
  object-position: 50% 50%;
  width: auto;
  max-width: none;
  height: auto;
  position: absolute;
  overflow: hidden;
}

.image-22 {
  z-index: -4;
  max-width: none;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.image23 {
  z-index: -6;
  max-width: none;
  height: 100%;
  margin-left: 80%;
  position: absolute;
}

.background {
  justify-content: flex-start;
  display: flex;
}

.image-22-copy {
  z-index: -4;
  max-width: none;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.slider-copy {
  z-index: -5;
  background-color: #000;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: none;
  position: absolute;
}

.slide-copy {
  z-index: -1;
  background-color: #695454;
  background-image: none;
  background-attachment: scroll;
}

.slide-copy-copy {
  background-color: #695454;
  background-image: url('../images/L1020905.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.homepage-subbotton-transparent {
  outline-offset: 0px;
  color: #fff0;
  mix-blend-mode: hard-light;
  outline: 3px #ffffffe6;
  font-family: Universltpro Roman, Arial, sans-serif;
  font-size: 1vh;
  transform: translate(0);
}

.image-11-copy {
  border: 2px solid #000;
  width: 100%;
  margin-bottom: 0;
}

.page-wrapper-text {
  float: none;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #0000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 100vh;
  padding: 0 3vh;
  display: flex;
  position: static;
  overflow: hidden;
}

.textpage {
  width: 27%;
  height: 100%;
  margin-top: 0%;
  margin-left: 0;
  position: absolute;
  inset: 0% auto auto 3vh;
  overflow: scroll;
}

.textpage-title {
  color: #fffc;
  margin-top: 11vh;
  margin-bottom: 3vh;
  font-family: Universltpro XBlackExt, Arial, sans-serif;
  font-size: 12px;
}

.textpage-body {
  color: #fffc;
  margin-top: 0;
  font-family: Universltpro Roman, Arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  display: block;
}

.textpage-image {
  background-color: #0000;
  width: 70%;
  height: 100%;
  margin-left: 39%;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  overflow: scroll;
}

.projectpage-title-copy {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start space-between;
  height: 9%;
  margin-top: 5vh;
  display: flex;
  position: fixed;
}

.image-9-copy-copy-copy-copy-copy {
  width: 100%;
  margin-top: 0;
  margin-bottom: 2px;
}

.image-11-copy-copy {
  border: 1px #ffffff4d;
  width: 100%;
  margin-bottom: 2px;
}

.mask1 {
  z-index: 5;
  width: 100%;
  height: 10vh;
  margin-top: 30vh;
  padding-top: 0;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.page-mask {
  z-index: 15;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 5vh;
  padding-bottom: 5vh;
  padding-left: 2.5vh;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block {
  z-index: 15;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.mask2 {
  z-index: 3;
  width: 50vh;
  height: 100%;
  margin-top: 0;
  margin-left: 30%;
  padding-left: 0%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.image-16-copy-copy {
  border: 1px solid #ffffff4d;
  width: 100%;
  margin-bottom: 2px;
  margin-right: 0;
}

.image-16-copy, .image-16-copy-copy {
  border: 1px #ffffff4d;
  width: 100%;
  margin-bottom: 2px;
  margin-right: 0;
}

.image-16-copy-copy-copy {
  border: 2px solid #000;
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
}

.text-block {
  color: #f8f8f8e6;
  margin-bottom: 2.5vh;
  margin-left: 3vh;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration: none;
  display: block;
  position: fixed;
  inset: auto auto 0% 0%;
}

.figure0 {
  z-index: -3;
  width: 100%;
  margin-top: 0;
  margin-bottom: 2px;
  margin-left: 0%;
  position: absolute;
}

.caption0 {
  margin-left: 0;
  font-family: Universltpro Roman, Arial, sans-serif;
  font-size: 1vh;
}

.figure1 {
  width: 30%;
  height: auto;
  margin-top: 4%;
  margin-bottom: 0;
  margin-left: 13.6%;
  padding-right: 0;
  display: block;
  position: relative;
  box-shadow: 2px 2px 7px #000000b3;
}

.caption1 {
  width: 10%;
  margin-top: 0%;
  margin-left: 13.6%;
  font-family: Universltpro Roman, Arial, sans-serif;
  font-size: 1vh;
  display: inline-block;
  position: relative;
}

.figure2 {
  border: 1px #ffffff4d;
  width: 25%;
  height: auto;
  margin-top: 20%;
  margin-bottom: 0;
  margin-left: 65%;
  display: block;
  position: relative;
  box-shadow: 2px 2px 7px #000000b3;
}

.caption2 {
  width: 10%;
  margin-top: 0%;
  margin-left: 65%;
  font-family: Universltpro Roman, Arial, sans-serif;
  font-size: 1vh;
  display: inline-block;
  position: relative;
}

.div-block-2 {
  width: 100%;
  height: 300vh;
  display: block;
  position: absolute;
}

.div-block-3 {
  width: 100%;
  height: 300vh;
  position: absolute;
}

.figure3 {
  border: 1px #ffffff4d;
  width: 35%;
  height: auto;
  margin-top: 61%;
  margin-bottom: 0;
  margin-left: 41%;
  display: block;
  position: relative;
  box-shadow: 2px 2px 7px #000000b3;
}

.caption3 {
  width: 10%;
  margin-top: 0%;
  margin-left: 41%;
  font-family: Universltpro Roman, Arial, sans-serif;
  font-size: 1vh;
  display: inline-block;
  position: relative;
}

.div-block-4 {
  width: 100%;
  height: 300vh;
  margin-top: 0;
  position: absolute;
}

.figure4 {
  border: 1px #ffffff4d;
  width: 23%;
  height: auto;
  margin-top: 82%;
  margin-bottom: 0;
  margin-left: 10%;
  display: block;
  position: relative;
  box-shadow: 2px 2px 7px #000000b3;
}

.caption4 {
  width: 10%;
  margin-top: 0%;
  margin-left: 10%;
  font-family: Universltpro Roman, Arial, sans-serif;
  font-size: 1vh;
  display: inline-block;
  position: relative;
}

.div-block-5, .div-block-6 {
  width: 100%;
  height: 300vh;
  position: absolute;
}

.figure5 {
  border: 1px #ffffff4d;
  width: 37%;
  height: auto;
  margin-top: 103%;
  margin-bottom: 0;
  margin-left: 60%;
  display: block;
  position: relative;
  box-shadow: 2px 2px 7px #000000b3;
}

.caption5 {
  width: 10%;
  margin-top: 0%;
  margin-left: 60%;
  font-family: Universltpro Roman, Arial, sans-serif;
  font-size: 1vh;
  display: inline-block;
  position: relative;
}

.div-block-7 {
  width: 100%;
  height: 300vh;
  position: absolute;
}

.figure6 {
  border: 1px #ffffff4d;
  width: 50%;
  height: auto;
  margin-top: 143%;
  margin-bottom: 0;
  margin-left: 2%;
  display: block;
  position: relative;
  box-shadow: 2px 2px 7px #000000b3;
}

.caption6 {
  width: 10%;
  margin-top: 0%;
  margin-left: 2%;
  font-family: Universltpro Roman, Arial, sans-serif;
  font-size: 1vh;
  display: inline-block;
  position: relative;
}

.div-block-8 {
  display: block;
  position: absolute;
}

.figure7 {
  border: 1px #ffffff4d;
  width: 39%;
  height: auto;
  margin-top: 187%;
  margin-bottom: 0;
  margin-left: 43%;
  display: block;
  position: relative;
  box-shadow: 2px 2px 7px #000000b3;
}

.caption7 {
  width: 10%;
  margin-top: 0%;
  margin-left: 43%;
  font-family: Universltpro Roman, Arial, sans-serif;
  font-size: 1vh;
  display: inline-block;
  position: relative;
}

.div-block-9 {
  width: 100%;
  height: 300vh;
  position: absolute;
}

.figure8 {
  border: 1px #ffffff4d;
  width: 37%;
  height: auto;
  margin-top: 178%;
  margin-bottom: 0;
  margin-left: 49%;
  display: block;
  position: relative;
  box-shadow: 2px 2px 7px #000000b3;
}

.caption8 {
  width: 10%;
  margin-top: 0%;
  margin-left: 49%;
  font-family: Universltpro Roman, Arial, sans-serif;
  font-size: 1vh;
  display: inline-block;
  position: relative;
}

.textpage-bibli {
  color: #fffc;
  margin-top: 0;
  font-family: Universltpro Roman, Arial, sans-serif;
  font-size: 11px;
  font-style: italic;
  line-height: 16px;
  display: block;
}

._111 {
  border: 1px #ffffff4d;
  width: 100%;
  margin-top: 2px;
  margin-bottom: 2px;
}

.text-block-2, .text-block-2-copy, .text-block-3, .page-wrapper-mobile {
  display: none;
}

.page-wrapper-copy {
  float: none;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #0000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 5vh 0 5vh 2.5vh;
  display: flex;
  position: static;
  overflow: hidden;
}

.page-wrapper-mobile-project {
  display: none;
}

.mobilepage-title {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start space-between;
  height: 9%;
  display: flex;
  position: fixed;
}

.mobilepage-text {
  width: 23%;
  height: 100%;
  margin-top: 0%;
  position: absolute;
  inset: 0% auto auto 2.5vh;
  overflow: scroll;
}

.mobilepage-image {
  background-color: #0000;
  width: 74.7%;
  height: 100%;
  margin-left: 39%;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
  position: absolute;
  top: 0;
  right: 0;
  overflow: scroll;
}

.mobiletext-title {
  color: #fffc;
  margin-top: 14vh;
  margin-bottom: 3vh;
  font-family: Universltpro XBlackExt, Arial, sans-serif;
  font-size: 1.1vh;
}

.mobiletext-body {
  color: #fffc;
  margin-top: 0;
  font-family: Universltpro Roman, Arial, sans-serif;
  font-size: 1.1vh;
  line-height: 1.43vh;
}

.mobilepage-mainbotton {
  color: #ffffffe6;
  font-family: Universltpro XBlackExt, Arial, sans-serif;
  font-size: 1.1vh;
  text-decoration: none;
}

.mobilepage-mainbotton.w--current {
  cursor: auto;
}

.text-span {
  font-family: Universltpro XBlackExt, Arial, sans-serif;
  font-size: .8vh;
}

.link-4, .link-5 {
  color: #fffc;
  text-decoration: none;
}

.div-block-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.text-block-4 {
  z-index: 5;
  color: #fff;
  flex: 0 auto;
  font-family: Universltpro XBlackExt, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: block;
  position: absolute;
}

.text-block-5 {
  z-index: 5;
  color: var(--white);
  font-family: Universltpro XBlackExt, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
  position: absolute;
}

.text-block-6 {
  z-index: 5;
  color: #fff;
  font-family: Universltpro XBlackExt, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
  position: absolute;
}

.text-block-7 {
  color: #fff;
  font-family: Universltpro XBlackExt, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.text-block-8 {
  color: var(--white);
  order: -1;
  align-self: flex-start;
  font-family: Universltpro Roman, Arial, sans-serif;
  font-size: 1vh;
  text-decoration: none;
  position: static;
}

.div-block-11 {
  z-index: 0;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 1.2vh;
  padding-top: 0;
  display: flex;
  position: fixed;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: auto;
}

.image-23 {
  aspect-ratio: auto;
  object-fit: fill;
  width: auto;
  height: auto;
  margin-top: 3vh;
  padding-top: 0;
}

.text-block-9 {
  color: var(--white);
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Universltpro XBlackExt, Arial, sans-serif;
  font-size: 1vh;
}

.div-block-13 {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3vh;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.text-block-9-copy {
  color: var(--white);
  padding-top: .7vh;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Universltpro Roman, Arial, sans-serif;
  font-size: 1vh;
  position: absolute;
}

.div-block-14 {
  padding-top: 9vh;
}

.text-block-9-copy-copy {
  color: var(--white);
  text-align: justify;
  width: auto;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 4%;
  font-family: Universltpro Roman, Arial, sans-serif;
  font-size: 1vh;
  position: static;
  inset: 0% auto auto 0%;
}

.image-23-copy {
  aspect-ratio: auto;
  object-fit: fill;
  width: auto;
  height: auto;
  margin-top: 0;
  padding-top: 0;
}

.columns {
  box-sizing: border-box;
  object-fit: fill;
  flex: 0 auto;
  margin-top: 7vh;
  margin-left: 2%;
  margin-right: 2%;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.column {
  padding-left: 0%;
  padding-right: 0;
}

.text-block-9-copy-copy-copy {
  color: var(--white);
  text-align: justify;
  width: auto;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Universltpro Roman, Arial, sans-serif;
  font-size: 1vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.homepage-menu-copy {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start space-between;
  align-self: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 2.5vh;
  margin-left: 3vh;
  margin-right: 3vh;
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.slider-copy-copy {
  z-index: -5;
  background-color: #000;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: none;
  position: absolute;
}

.video {
  object-fit: fill;
  display: block;
  position: static;
}

.background-video {
  object-fit: fill;
  height: auto;
  display: none;
  position: static;
  inset: 0% auto auto 0%;
  overflow: clip;
}

.projecttext-body-fade {
  color: #ffffff80;
  text-align: left;
  margin-top: 4vh;
  font-family: "Universltpro 45", sans-serif;
  font-size: 11px;
  line-height: 16px;
}

.div-block-11-copy {
  z-index: 0;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  object-fit: fill;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start;
  align-self: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: 1.2vh;
  padding-top: 0;
  display: flex;
  position: fixed;
}

.mask2-copy {
  z-index: 3;
  width: 50vh;
  height: 100%;
  margin-top: 0;
  margin-left: 60%;
  padding-left: 0%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.link-6 {
  color: #fff;
  text-decoration: none;
}

.mask4 {
  z-index: 3;
  width: 32%;
  height: 100%;
  margin-top: 0;
  margin-left: 0%;
  padding-left: 0%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.projectpage-menu {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start space-between;
  align-self: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 2.5vh;
  margin-left: 3vh;
  margin-right: 3vh;
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.projectpage-menu.homepage-menu-copy {
  height: 3%;
}

.infotext-body-copy {
  opacity: 1;
  outline-offset: 0px;
  color: #fff;
  mix-blend-mode: normal;
  background-color: #0000;
  outline: 3px #fff;
  width: 22%;
  margin-top: 3.2vh;
  font-family: Universltpro Roman, Arial, sans-serif;
  font-size: 1.1vh;
  line-height: 1.6vh;
  display: none;
  position: fixed;
}

.link-7 {
  color: var(--white);
  text-decoration: none;
}

.projectpage-info {
  color: #fff;
  font-family: Universltpro XBlackExt, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: block;
}

.infohome-info {
  color: #fff;
  font-family: Universltpro XBlackExt, Arial, sans-serif;
  font-size: 1.1vh;
  text-decoration: none;
}

.body-3, .body-4 {
  background-color: #000;
}

.link-idle {
  box-sizing: border-box;
  color: var(--color);
  overflow-wrap: normal;
  object-fit: fill;
  min-width: auto;
  max-width: none;
  text-decoration: none;
  display: flex;
  position: fixed;
  overflow: visible;
}

.link-8, .link-9 {
  text-decoration: none;
}

.text-block-10 {
  font-family: "Universltpro 45", sans-serif;
  font-size: 1vh;
}

.text-block-cn {
  z-index: 5;
  color: var(--white);
  -webkit-text-stroke-width: 0px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.1vh;
  text-decoration: none;
  position: static;
}

.infotext-body-cn {
  opacity: 1;
  outline-offset: 0px;
  color: #fff;
  text-align: justify;
  mix-blend-mode: normal;
  background-color: #0000;
  outline: 3px #fff;
  width: 22%;
  margin-top: 3.2vh;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.1vh;
  line-height: 1.6vh;
  display: block;
  position: fixed;
}

.text-block-8-cn {
  color: var(--white);
  order: -1;
  align-self: flex-start;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1vh;
  text-decoration: none;
  position: static;
}

.link-10 {
  color: #fff;
  align-self: flex-start;
  font-family: Universltpro Roman, Arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  text-decoration: none;
  display: block;
}

.link-10-copy {
  color: #ffffff87;
  align-self: flex-start;
  font-family: Universltpro Roman, Arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  text-decoration: none;
  display: block;
}

.text-block-11 {
  margin-left: 0;
  position: static;
}

.columns-2 {
  display: block;
}

.column-2, .column-3 {
  padding-left: 0;
  padding-right: 0;
}

.projecttext-body-fade-copy {
  color: #ffffff80;
  text-align: left;
  margin-top: 4vh;
  font-family: "Universltpro 45", sans-serif;
  font-size: 11px;
  line-height: 16px;
}

.text-block-copy {
  color: #f8f8f8e6;
  align-self: auto;
  margin-bottom: 2.5vh;
  margin-left: 0;
  margin-right: 3vh;
  font-family: Universltpro Roman, Arial, sans-serif;
  font-size: 10px;
  text-decoration: none;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.link-11 {
  color: #fff;
  align-self: flex-start;
  font-family: Universltpro Roman, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.7vh;
  text-decoration: none;
  display: block;
}

.text-block-7-info {
  color: #fff;
  font-family: Universltpro XBlackExt, Arial, sans-serif;
  font-size: 11px;
  text-decoration: none;
}

.div-block-11-copy-copy {
  z-index: 0;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  object-fit: fill;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start;
  align-self: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: 1.2vh;
  padding-top: 0;
  display: flex;
  position: fixed;
}

.link-12, .link-13 {
  color: #ffffff80;
  text-decoration: none;
}

.slider-copy-copy-copy {
  z-index: -5;
  background-color: #000;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: block;
  position: absolute;
  overflow: visible;
}

.slide-6 {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/Image5.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
}

.slide-copy-copy {
  z-index: -1;
  background-color: #695454;
  background-image: url('../images/DSC02933.jpg');
  background-attachment: fixed;
}

.slide-copy-copy-copy {
  z-index: -1;
  z-index: -1;
  background-color: #695454;
  background-image: url('../images/DSC02933.jpg');
  background-attachment: fixed;
}

.slide-copy-copy-copy-copy {
  z-index: -1;
  background-color: #695454;
  background-image: url('../images/_DSC0393.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.slide-copy-copy-copy-copy-copy {
  z-index: -1;
  background-color: #695454;
  background-image: url('../images/_DSC0532.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.slide-copy-copy-copy-copy-copy-copy {
  z-index: -1;
  background-color: #695454;
  background-image: url('../images/_DSC0532.jpg');
  background-size: cover;
  background-attachment: fixed;
}

.slide-a {
  background-image: url('../images/DJI_20240823105853_0024_D.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-b {
  background-image: url('../images/DSC02933.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-c {
  background-image: url('../images/DSC01713.jpg');
  background-position: 50%;
  background-size: cover;
}

.double-copy {
  aspect-ratio: auto;
  object-fit: cover;
  border: 2px solid #000;
  width: 50%;
  height: 110%;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 0;
}

.image-12 {
  object-fit: cover;
  object-position: 50% 50%;
  border: 1px #ffffff4d;
  width: 100%;
  height: 80%;
  margin-bottom: 2px;
}

.double-copy-right {
  aspect-ratio: auto;
  object-fit: cover;
  border: 2px solid #000;
  width: 50%;
  height: 110%;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.double-right {
  border: 2px solid #000;
  width: 50%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-16-copy-copy-copy-copy {
  border: 2px solid #000;
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
}

.left_narrow {
  object-fit: cover;
  border: 2px solid #000;
  width: 35%;
  height: 100%;
  margin-bottom: 0;
}

.right_wide {
  object-fit: cover;
  border: 2px solid #000;
  width: 65%;
  height: 100%;
  margin-bottom: 0;
}

.double-copy-right-copy-copy {
  aspect-ratio: auto;
  object-fit: cover;
  border: 2px solid #000;
  width: 50%;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.double-copy-copy-copy {
  aspect-ratio: auto;
  object-fit: cover;
  border: 2px solid #000;
  width: 50%;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 0;
}

.project-stageofwater {
  z-index: -5;
  background-color: #000;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: block;
  position: absolute;
  overflow: visible;
}

.slide-6-copy {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/_DSC0345.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
}

.project-neighbourhoodofwater {
  z-index: -5;
  background-color: #000;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: block;
  position: absolute;
  overflow: visible;
}

.neighbourhoodofwater {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/Image24.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
}

.project-livingroomofwater {
  z-index: -5;
  background-color: #000;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: block;
  position: absolute;
  overflow: visible;
}

.livingroomofwater {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/888.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
}

.project-daxu {
  z-index: -5;
  background-color: #000;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: block;
  position: absolute;
  overflow: visible;
}

.daxu {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/77318f5ef3d1c65f4031d615111fdbf.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
}

.project-shenzhenchess {
  z-index: -5;
  background-color: #000;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: block;
  position: absolute;
  overflow: visible;
}

.shenzhenchess {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/240117_AerialView---副本.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
}

.project-lighthouse {
  z-index: -5;
  background-color: #000;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: block;
  position: absolute;
  overflow: visible;
}

.lighthouse {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/A3.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
}

.project-lighthouse-copy, .project-sanshengshi {
  z-index: -5;
  background-color: #000;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: block;
  position: absolute;
  overflow: visible;
}

.sanshengshi {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/Render2_Edited.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
}

.project-vicarious {
  z-index: -5;
  background-color: #000;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: block;
  position: absolute;
  overflow: visible;
}

.vicarious {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/ThirdFloor_2.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
}

.project-confluence {
  z-index: -5;
  background-color: #000;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: block;
  position: absolute;
  overflow: visible;
}

.confluence {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/Overall_1.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
}

.project-clubzhu {
  z-index: -5;
  background-color: #000;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: block;
  position: absolute;
  overflow: visible;
}

.clubzhu {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/IMG_8882.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
}

.double-copy-right-copy {
  aspect-ratio: auto;
  object-fit: cover;
  border: 2px solid #000;
  width: 50%;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.double-copy-copy {
  aspect-ratio: auto;
  object-fit: cover;
  border: 2px solid #000;
  width: 50%;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 0;
}

.project-jiangmen, .project-jianghai-hotel {
  z-index: -5;
  background-color: #000;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: block;
  position: absolute;
  overflow: visible;
}

.jiangmen {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/Image51.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
}

.jianghai-hotel {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/Image28.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
}

.office-photo {
  z-index: -5;
  background-color: #000;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: block;
  position: absolute;
  overflow: visible;
}

.jianghai-hotel-copy {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/Image28.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
}

.officephoto {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/DSCF02231.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
}

.project-arczoffice {
  z-index: -5;
  background-color: #000;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: block;
  position: absolute;
  overflow: visible;
}

.arczoffice {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/007---5490-SF-DNG-RAW---LR.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
}

.project-luorui-wharf {
  z-index: -5;
  background-color: #000;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: block;
  position: absolute;
  overflow: visible;
}

.luorui-wharf {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/Image10_002.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
}

.project-kaisen-resort {
  z-index: -5;
  background-color: #000;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: block;
  position: absolute;
  overflow: visible;
}

.kaisen-resort {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/Image44.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
}

.project-dalian-hotel {
  z-index: -5;
  background-color: #000;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: block;
  position: absolute;
  overflow: visible;
}

.dalian-hotel {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/Image6_004.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
}

.project-kaisen-reception {
  z-index: -5;
  background-color: #000;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: block;
  position: absolute;
  overflow: visible;
}

.kaisen-reception {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/Image37_000.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
}

.project-teahouse {
  z-index: -5;
  background-color: #000;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: block;
  position: absolute;
  overflow: visible;
}

.teahouse {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/R0011471.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
}

.project-thelaunch {
  z-index: -5;
  background-color: #000;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: block;
  position: absolute;
  overflow: visible;
}

.thelaunch {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/R0011307.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
}

.project-kedali {
  z-index: -5;
  background-color: #000;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: block;
  position: absolute;
  overflow: visible;
}

.kedali {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/Enscape_2025-08-20-12-14-46.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
}

.project-churchentrance {
  z-index: -5;
  background-color: #000;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: block;
  position: absolute;
  overflow: visible;
}

.church {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/场景-30_1.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
}

.project-baoanarchive {
  z-index: -5;
  background-color: #000;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: block;
  position: absolute;
  overflow: visible;
}

.baoanarchive {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/_DSC5030.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
}

@media screen and (max-width: 991px) {
  .portrait:hover {
    transform: none;
  }

  .text-block-2, .text-block-2-copy, .text-block-3, .page-wrapper-mobile, .page-wrapper-mobile-project {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .text-block-2, .text-block-2-copy, .text-block-3, .page-wrapper-mobile, .page-wrapper-mobile-project {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .source-info {
    width: 100%;
    padding: 10px;
  }

  .portrait {
    width: 40px;
    height: 40px;
  }

  .homepage-menu, .homepage-mainbotton, .homepage-submenu, .mask1, .mask2, .text-block {
    display: none;
  }

  .text-block-2 {
    color: #f8f8f8;
    text-align: center;
    margin-top: 70vh;
    font-family: Universltpro XBlackExt, Arial, sans-serif;
    font-size: 12px;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .text-block-2-copy {
    color: #f8f8f8;
    text-align: center;
    margin-top: 5vh;
    font-family: Universltpro XBlackExt, Arial, sans-serif;
    font-size: 12px;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .text-block-3 {
    color: #f8f8f8e6;
    text-align: center;
    font-family: Universltpro XBlackExt, Arial, sans-serif;
    font-size: 12px;
    display: block;
    position: static;
    overflow: visible;
  }

  .page-wrapper-mobile {
    flex-direction: column;
    justify-content: space-between;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    padding-top: 10vh;
    padding-bottom: 10vh;
    display: none;
    position: absolute;
    overflow: scroll;
  }

  .page-wrapper-mobile-project {
    flex-direction: column;
    justify-content: flex-start;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    padding-top: 10vh;
    padding-bottom: 0;
    display: flex;
    position: absolute;
    overflow: scroll;
  }

  .mobilepage-title {
    display: block;
    position: static;
    inset: 0% 0% auto;
  }

  .mobilepage-text {
    width: 100%;
    position: static;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .mobilepage-image {
    width: 100%;
    margin-left: 0%;
    position: static;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .mobiletext-title {
    text-align: center;
    margin-top: 2vh;
    font-size: 12px;
  }

  .mobiletext-body {
    text-align: center;
    font-size: 1.2vh;
    line-height: 1.58vh;
  }

  .mobilepage-mainbotton {
    text-align: center;
    font-size: 12px;
    display: block;
  }

  .link-3 {
    color: #ffffffe6;
    text-decoration: none;
  }

  .homepage-menu-copy, .mask2-copy, .mask4, .projectpage-menu, .text-block-copy {
    display: none;
  }
}


@font-face {
  font-family: 'Universltpro Roman';
  src: url('../fonts/UniversLTPro-55Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Universltpro XBlackExt';
  src: url('../fonts/UniversLTPro-XBlackExt.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Universltpro 45';
  src: url('../fonts/UniversLTPro-45Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Universltpro Bold';
  src: url('../fonts/UniversLTPro-65Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}