.body {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.shareholder-mask .ir-link {
  display: inline;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
}
.shareholder-mask p {
  word-wrap: break-word;
}
.shareholder-mask .section-title.cn {
  font-size: 36px;
}
.shareholder-mask .mask-close {
  width: 48px;
  height: 48px;
  position: absolute;
  right: 30px;
  top: 0;
  cursor: pointer;
}
.shareholder-mask .title {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.shareholder-mask .container {
  z-index: 1112;
  background: #fff;
  color: #000;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  padding: 30px;
}
.shareholder-mask {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0, 0, 0, 0.5);
  z-index: 1111;
}
.shareholder-mask,
.shareholder-mask .container {
  position: fixed;
}
.nav-wrapper {
  position: fixed;
  left: 0px;
  top: 0vw;
  right: 0px;
  z-index: 999999;
  height: 7.5vw;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.hero-section {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-color: #0e0e0e;
}

.hero-video {
  position: absolute;
  left: 0px;
  top: 0vw;
  right: 0px;
  bottom: 0vw;
  z-index: 1;
  height: 100vh;
}

.nav-bg {
  position: absolute;
  left: 0px;
  top: 0vw;
  right: 0px;
  bottom: 0vw;
  background-color: #131416;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.35);
}

.device-laptop {
  width: 100%;
}

.device-phone-1 {
  position: absolute;
  left: 1%;
  bottom: 100px;
  width: 11%;
}

.device-phone-2 {
  position: absolute;
  left: 13%;
  bottom: 100px;
  z-index: 9;
  width: 12%;
}

.device-ipad {
  position: absolute;
  right: 0px;
  bottom: 100px;
  width: 37%;
}

.box {
  position: absolute;
  z-index: 99;
  overflow: hidden;
}

.box.box1 {
  left: 0px;
  top: 0px;
  bottom: 50vh;
  width: 11.1111vw;
}

.box.box2 {
  left: 11.1111vw;
  top: 0px;
  right: 50vw;
  bottom: 50vh;
}

.box.box3 {
  left: 50vw;
  top: 0px;
  right: 11.1111vw;
  bottom: 50vh;
}

.box.box4 {
  top: 0px;
  right: 0px;
  bottom: 50vh;
  width: 11.1111vw;
}

.box.box5 {
  left: 0px;
  top: 50vh;
  bottom: 0vh;
  width: 11.1111vw;
}

.box.box6 {
  left: 11.1111vw;
  top: 50vh;
  right: 50vw;
  bottom: 0vh;
}

.box.box7 {
  left: 50vw;
  top: 50vh;
  right: 11.1111vw;
  bottom: 0vh;
}

.box.box8 {
  top: 50vh;
  right: 0px;
  bottom: 0vh;
  width: 11.1111vw;
}

.innerbox {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #0e0e0e;
}

.innerbox-bottom {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #0e0e0e;
}

.grid {
  position: fixed;
  left: 11.1111vw;
  top: 0px;
  bottom: 0px;
  width: 1px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.grid.grid-2 {
  left: auto;
  right: 11.1111vw;
  z-index: 999999;
}

.grid.grid-3 {
  left: 50vw;
  z-index: 999999;
}

.grid.grid-4 {
  left: 0vw;
  top: 50vh;
  right: 0px;
  bottom: auto;
  width: auto;
  height: 1px;
}

.grid.grid-1 {
  z-index: 999999;
}

.loadding {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
}

.scroll-detector {
  position: relative;
  width: 1px;
  height: 125vh;
}

.intro-section {
  position: relative;
  z-index: 999;
  background-color: #77050d;
}

.hero-switch-detector {
  position: absolute;
  left: 0px;
  top: 101vh;
  width: 1px;
  height: 1px;
}

.hero-content {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  overflow: hidden;
}

.hero-title {
  position: absolute;
  left: 11.1111vw;
  right: 50vw;
  bottom: 50vh;
  display: block;
  overflow: hidden;
  margin-bottom: -200px;
  font-family: korolev-condensed, sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 100px;
}

.hero-title-line {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  font-family: "Heading pro compressed trial", sans-serif;
  font-size: 110px;
  line-height: 100px;
  font-weight: 400;
}

.hero-title-line.red {
  color: #77050d;
  font-weight: 700;
}

.hero-navbar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100vw;
  border-top: 5px solid #77050d;
  background-color: transparent;
}

.hero-navbar.chin {
  display: none;
}

.hero-navlink {
  display: inline-block;
  padding: 60px 2.5vw 40px;
  float: left;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: "Heading pro compressed trial", sans-serif;
  color: #fff;
  font-size: 1vw;
  font-weight: 300;
  letter-spacing: 5px;
}
.hero-navlink a {
  color: #fff;
  text-decoration: none;
}
.hero-navlink.w--current {
  color: #77050d;
  font-weight: 400;
}

.hero-navlink.last.right {
  padding-right: 0px;
}

.hero-navlink.right {
  float: right;
  text-transform: uppercase;
}

.hero-navlink.right.block {
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
  color: #fff;
}

.hero-navlink.first {
  padding-left: 0px;
}

.hero-navlink.block {
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
}

.hero-navlink.mobile-only {
  display: none;
}

.hero-nav-container {
  position: relative;
  z-index: 9999999;
  display: block;
  width: 77.7778vw;
  margin-right: auto;
  margin-left: auto;
}

.hero-logo {
  position: fixed;
  left: 50%;
  z-index: 999999999;
  display: inline-block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: -2.0835vw;
}

.hero-logo.mobile-only.w--current {
  display: none;
}

.nav-menu {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}
.nav-menu a:hover {
  color: #c52631;
}

.nav-dot {
  padding-top: 60px;
  float: left;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.nav-dot.right {
  float: right;
  font-family: Bitter, serif;
}

.logo-img {
  width: 4.167vw;
}

.hero-mask-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.hero-mask {
  width: 100%;
  height: 100%;
}

.hero-mask-overflow {
  position: relative;
  left: -50vw;
  top: -65vw;
  width: 200vw;
  height: 200vw;
}

.hero-button {
  padding: 20px 30px;
  border: 1px solid #fff;
  background-color: transparent;
  font-family: "Heading pro compressed trial", sans-serif;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 2px;
}

.hero-button.cn {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}

.container {
  position: relative;
  display: block;
  width: 77.7778vw;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container.large-margin {
  padding-top: 150px;
  padding-bottom: 150px;
}

.container.center {
  text-align: center;
}

.section-title {
  margin-top: 0px;
  font-family: "Heading pro compressed trial", sans-serif;
  color: #111;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-title.white {
  color: #fff;
}

.section-title.center {
  text-align: center;
}

.section-title.center.white.app-cn {
  font-family: Lato, sans-serif;
}

.section-title.xlarge {
  font-size: 150px;
  line-height: 150px;
}

.section-title.xlarge.white.center {
  font-weight: 500;
}

.section-title.xlarge.white.center.join-cn {
  font-size: 100px;
}

.section-title.xlarge.white.center.join-cn.cn {
  font-size: 80px;
  line-height: 100px;
}

.section-title.right {
  text-align: right;
}

.section-title.right.white.history {
  position: absolute;
  top: 100px;
  right: 11.1111vw;
}

.section-title.cn {
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

.section-subtitle {
  margin-bottom: 100px;
  color: #999;
  font-weight: 300;
  text-transform: capitalize;
}

.section-subtitle.white {
  color: #fff;
}

.section-subtitle.white.center.small-margin {
  margin-bottom: 50px;
}

.section-subtitle.center {
  text-align: center;
}

.section-subtitle.no-margin {
  margin-bottom: 0px;
}

.section-subtitle.xsmall-margin {
  margin-bottom: 30px;
}

.section-subtitle.right {
  text-align: right;
}

.section-subtitle.right.no-margin.history {
  position: absolute;
  top: 160px;
  right: 11.1111vw;
}

.section-subtitle.small-margin {
  margin-bottom: 50px;
}

.section-subtitle.cn {
  margin-top: 15px;
}

.team-section {
  position: relative;
  overflow: hidden;
  background-color: #0e0e0e;
}

.no-margin {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
}

.no-margin.director-info-column {
  padding-right: 50px;
}

.team-pic {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.team-pic.team-pic-2 {
  float: right;
}

.team-row {
  position: relative;
  color: #fff;
  line-height: 28px;
}

.team-row.team-row-2 {
  margin-top: 0px;
}

.team-row.sub {
  margin-top: 50px;
  color: #fff;
  font-weight: 200;
}

.team-name {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  margin-bottom: 80px;
  font-family: "Heading pro compressed trial", sans-serif;
  color: #fff;
  font-size: 9vw;
  line-height: 9vw;
  font-weight: 200;
}

.team-name.team-name-2 {
  left: 0%;
  top: 80px;
  z-index: 9;
  text-align: left;
}

.team-name.team-name-2.cn {
  font-size: 6vw;
  line-height: 6vw;
}

.team-name.cn {
  font-size: 6vw;
  line-height: 6vw;
}

.team-info {
  position: absolute;
  left: 50%;
  right: 0%;
  bottom: 0px;
  margin-bottom: 0px;
  padding-left: 100px;
  color: #fff;
  line-height: 28px;
  text-align: right;
}

.team-info.team-info-1 {
  left: 0%;
  right: 50%;
  margin-top: 0px;
  margin-bottom: 100px;
  padding-right: 100px;
  padding-left: 0px;
  font-weight: 200;
  text-align: left;
}

.team-info.team-info-1.cn {
  font-size: 16px;
  line-height: 32px;
}

.team-info.team-info-2 {
  top: 0px;
  margin-top: 100px;
  font-weight: 200;
}

.team-info.team-info-2.cn {
  font-size: 16px;
  line-height: 32px;
}

.team-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-decoration: underline;
}

.join-section {
  position: relative;
  background-image: -webkit-linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.35),
      rgba(0, 0, 0, 0.35)
    ),
    url("../images/team.jpeg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.35),
      rgba(0, 0, 0, 0.35)
    ),
    url("../images/team.jpeg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.paragraph {
  line-height: 28px;
}

.paragraph.white {
  color: #fff;
}

.paragraph.white.center {
  text-align: center;
}

.paragraph.white.center.large {
  font-size: 18px;
  line-height: 36px;
}

.paragraph.center {
  text-align: center;
}

.paragraph.center.title {
  text-transform: capitalize;
}

.join-button {
  margin-top: 50px;
  padding: 20px 40px;
  background-color: #0e0e0e;
  font-family: "Heading pro compressed trial", sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 5px;
}

.director-section {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.director-pic {
  display: block;
  width: 75%;
  margin-right: auto;
  border-radius: 300px;
  background-image: url("../images/xuzheng.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.director-pic.ninghao {
  background-image: url("../images/ninghao.jpg");
}
.director-pic.zhangyimou {
  background-image: url("../images/zhangyimou.png");
}
.director-pic.wangjiawei {
  background-image: url("../images/wongkarwei.jpg");
}

.director-pic.chenkexin {
  background-image: url("../images/chenkexin.jpg");
}

.director-pic.zhangyibai {
  background-image: url("../images/zhangyibai.png");
}

.director-pic.guchangwei {
  background-image: url("../images/changweigu.jpg");
}

.director-pic.other {
  display: block;
  width: 61.8%;
  margin-right: auto;
  margin-left: auto;
}

.director-pic.other.jiazhangke {
  background-image: url("../images/jiazhangke.jpg");
}

.director-pic.other.wenjun {
  background-image: url("../images/wenjuan.jpg");
}

.director-pic.other.wangxiaoshuai {
  background-image: url("../images/wangxiaoshuai.jpg");
}

/* .director-pic.other.liuxingang {
  background-image: url('../images/liuxingang2.jpg');
} */

/* .director-pic.other.liyang {
  background-image: url('../images/liyang.jpg');
} */

.director-pic.other.chendaming {
  background-image: url("../images/chendaming.jpg");
}

.director-name {
  width: 75%;
  font-family: "Heading pro compressed trial", sans-serif;
  color: #111;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.director-name.other {
  width: 100%;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 38px;
}

.director-name.cn {
  width: auto;
  margin-bottom: 50px;
  text-align: left;
}

.directors-row {
  margin-top: 50px;
}

.other-directors-row {
  margin-top: 30px;
}
.other-directors-row.w-row {
  position: relative;
  z-index: 9;
}

.directors-red-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 34vw;
  background-color: #77050d;
}

.director-movie {
  padding-top: 10px;
  padding-left: 10px;
}

.director-movie-column {
  padding-right: 5px;
  padding-left: 5px;
}

.director-second-section {
  position: relative;
  background-color: #f6f6f6;
}

.recent-work-section {
  position: relative;
  width: 100vw;
  background-color: #0e0e0e;
}

.row {
  margin-top: 0px;
}

.history-work-section {
  position: relative;
  overflow: hidden;
  padding-top: 0px;
  background-color: #0e0e0e;
}

.ir-section {
  position: relative;
  background-color: #fff;
}

.app-section {
  position: relative;
  padding-bottom: 100px;
  background-color: #77050d;
}

.media-section {
  position: relative;
  background-color: #f6f6f6;
}

.media-link {
  display: block;
  margin-top: 30px;
  padding-right: 50px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #111;
  font-size: 18px;
  line-height: 32px;
  text-decoration: underline;
}

.media-link:hover {
  color: #c52631;
}

.media-source {
  display: inline-block;
  opacity: 0.5;
  color: #111;
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
}

.media-comma {
  display: inline-block;
  margin-right: 5px;
  opacity: 0.5;
  color: #111;
}

.media-wrapper {
  display: block;
}

.ir-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  text-align: right;
  text-decoration: underline;
}

.ir-link:hover {
  color: #c52631;
  text-decoration: underline;
}

.row-2 {
  margin-top: 1px;
}

.ir-row {
  margin-top: 30px;
}

.footer-section {
  position: relative;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  background-color: #fff;
  color: #999;
  line-height: 200%;
}

.right {
  text-align: right;
}

.join-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999999999;
  display: none;
  background-image: url("../images/team.jpeg");
  background-position: 50% 50%;
  background-size: cover;
}

.app-button {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 280px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 40px;
  background-color: #0e0e0e;
  font-family: "Heading pro compressed trial", sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 5px;
}

.qr-code {
  width: 50%;
  float: right;
}

.footer-qr-label {
  margin-bottom: 30px;
  font-family: "Heading pro compressed trial", sans-serif;
  color: #111;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
  letter-spacing: 3px;
}

.footer-qr-label.cn {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.works-wrapper {
  position: relative;
  top: 0px;
  width: 158vw;
}

.work-timeline {
  width: 100vw;
  height: 2vw;
  background-color: #77050d;
}

.works-no-overflow {
  position: relative;
  overflow: hidden;
  padding-top: 200px;
}

.work-box {
  position: relative;
  display: inline-block;
  margin-right: 2vw;
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.work-poster {
  position: relative;
  right: -5vw;
  width: 100%;
  padding-right: 0.5vw;
  padding-bottom: 0.5vw;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.work-poster:hover {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  z-index: 9999999999;
}

.work-poster._2 {
  bottom: 50px;
}

.work-year {
  position: absolute;
  right: -5vw;
  bottom: 2vw;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 3.5vw;
  line-height: 3.5vw;
  font-weight: 200;
  text-align: right;
}

.join-address-row {
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
  line-height: 28px;
}

.team-subtitle {
  margin-top: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  font-family: "Heading pro compressed trial", sans-serif;
  color: #fff;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.board-title {
  padding-right: 20px;
}

.nav-link {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.nav-link:hover {
  color: #c52631;
}

.nav-sub-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  overflow: hidden;
  opacity: 0;
}

.nav-sub-wrapper.ir {
  left: -50%;
  bottom: -348px;
  width: 200%;
}

.nav-sub-wrapper.director {
  bottom: -160px;
}

.nav-arrow {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 16px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.nav-sub-content {
  position: static;
  left: 0px;
  top: 6px;
  right: 0px;
  bottom: 0px;
  margin-top: 6px;
  padding: 30px;
  border: 1px solid #000;
  background-color: #0e0e0e;
  opacity: 0.9;
}

.nav-sub-link {
  display: block;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.nav-sub-link:hover {
  color: #c52631;
  font-weight: 600;
}

.movie-content-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  background-color: rgba(119, 5, 13, 0.8);
  box-shadow: 7px 7px 30px 0 rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-align: center;
}

.movie-content-wrapper:hover {
  opacity: 1;
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.movie-title {
  /* font-family: 'Heading pro compressed trial', sans-serif; */
  font-family: "sans-serif";
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
}

.movie-title.small {
  font-size: 28px;
}

.movie-title.cn {
  font-size: 28px;
  font-weight: 700;
}

.movie-time {
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 200;
}

.movie-time.cn {
  margin-top: 10px;
}

.movie-info {
  font-size: 14px;
  line-height: 24px;
}

.movie-content {
  position: absolute;
  left: 40px;
  top: 50%;
  right: 40px;
  margin-top: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.movies-wrapper.hidden-movie-wrapper {
  overflow: hidden;
  height: 0px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.movies-wrapper.hidden-movie-wrapper.expanded {
  overflow: visible;
  height: auto;
}

.announce-wrapper {
  position: absolute;
  left: 0vw;
  right: 0vw;
  bottom: 0px;
  padding: 20px 11.11vw 40px;
  border-style: none;
  border-top-width: 1px;
  border-top-color: #000;
}

.annouce-column {
  padding-right: 20px;
  padding-left: 0px;
  color: #fff;
  text-transform: capitalize;
}

.announce-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  text-decoration: none;
}

.announce-link:hover {
  color: #c52631;
  text-decoration: underline;
}

.announce-link.cn {
  line-height: 24px;
}

.production-expand-button {
  display: block;
  width: 190px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 30px;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: "Heading pro compressed trial", sans-serif;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 2px;
}

.production-expand-button:hover {
  background-color: #fff;
  color: #111;
  font-weight: 700;
}

.production-expand-button.hidden {
  display: none;
}

.production-collapse-button {
  display: block;
  width: 190px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 30px;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: "Heading pro compressed trial", sans-serif;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 2px;
}

.production-collapse-button:hover {
  background-color: #fff;
  color: #111;
  font-weight: 700;
}

.production-collapse-button.hidden {
  display: none;
}

.hero-title-line-1 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  font-family: "Heading pro compressed trial", sans-serif;
  font-size: 110px;
  line-height: 100px;
  font-weight: 400;
}

.hero-title-line-1.red {
  color: #77050d;
  font-weight: 700;
}

.hero-title-line-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  font-family: "Heading pro compressed trial", sans-serif;
  font-size: 110px;
  line-height: 100px;
  font-weight: 400;
}

.hero-title-line-2.red {
  color: #77050d;
  font-weight: 700;
}

.hero-title-line-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  font-family: "Heading pro compressed trial", sans-serif;
  font-size: 110px;
  line-height: 100px;
  font-weight: 400;
}

.hero-title-line-3.red {
  color: #77050d;
  font-weight: 700;
}

.hero-title-line-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  font-family: "Heading pro compressed trial", sans-serif;
  font-size: 110px;
  line-height: 100px;
  font-weight: 400;
}

.hero-title-line-4.red {
  color: #77050d;
  font-weight: 700;
}

.work-box-1991 {
  display: inline-block;
  width: 8vw;
  margin-right: 2vw;
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
}

.work-box-1997 {
  display: inline-block;
  width: 8vw;
  margin-right: 2vw;
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
}

.work-box-1998 {
  display: inline-block;
  width: 8vw;
  margin-right: 2vw;
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
}

.work-box-1999 {
  display: inline-block;
  width: 8vw;
  margin-right: 2vw;
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
}

.work-box-2000 {
  display: inline-block;
  width: 8vw;
  margin-right: 2vw;
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
}

.work-box-2001 {
  display: inline-block;
  width: 8vw;
  margin-right: 2vw;
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
}

.work-box-2005 {
  display: inline-block;
  width: 8vw;
  margin-right: 2vw;
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
}

.work-box-2006 {
  display: inline-block;
  width: 8vw;
  margin-right: 2vw;
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
}

.work-box-2007 {
  display: inline-block;
  width: 8vw;
  margin-right: 2vw;
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
}

.work-box-2008 {
  display: inline-block;
  width: 8vw;
  margin-right: 2vw;
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
}

.work-box-2013 {
  display: inline-block;
  width: 8vw;
  margin-right: 2vw;
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
}

.work-box-2015 {
  display: inline-block;
  width: auto;
  margin-right: 2vw;
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
}

.mobile-bg {
  display: none;
}

.announce-dot {
  position: relative;
  left: -3px;
  bottom: -10px;
  display: inline;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 40px;
  letter-spacing: -5px;
}

.work-box-2014 {
  display: inline-block;
  width: 8vw;
  margin-right: 2vw;
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
}

.work-box-2010 {
  display: inline-block;
  width: 8vw;
  margin-right: 2vw;
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
}

.join-mobile-img {
  display: none;
}

.poster-column {
  position: relative;
  display: inline-block;
  width: 8vw;
  float: right;
}

.work-columns-wrapper {
  display: inline-block;
  width: auto;
  margin-right: 2vw;
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
}

.work-wrapper {
  position: relative;
  display: inline-block;
  width: auto;
  margin-right: 2vw;
  padding-bottom: 8vw;
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
}

.work-wrapper._2 {
  padding-bottom: 12vw;
}

.history-content-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0.5vw;
  bottom: 0.5vw;
  z-index: 9999999999;
  background-color: rgba(119, 5, 13, 0.8);
  box-shadow: 7px 7px 30px 0 rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-align: center;
}

.history-content-wrapper:hover {
  opacity: 1;
}

.media-expand-button {
  display: block;
  width: 190px;
  margin-top: 100px;
  padding: 20px 30px;
  border: 2px solid #111;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: "Heading pro compressed trial", sans-serif;
  color: #111;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}

.media-expand-button:hover {
  background-color: #111;
  color: #fff;
  font-weight: 700;
}

.media-expand-button.hidden {
  display: none;
}

.poster-img {
  width: 100%;
}

.media-more {
  display: none;
}

.media-more.expanded {
  display: block;
}

.media-collapse-button {
  display: block;
  width: 190px;
  margin-top: 100px;
  padding: 20px 30px;
  border: 2px solid #111;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: "Heading pro compressed trial", sans-serif;
  color: #111;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}

.media-collapse-button:hover {
  background-color: #111;
  color: #fff;
  font-weight: 700;
}

.media-collapse-button.hidden {
  display: none;
}

.more-history-work-title {
  padding-bottom: 30px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  font-family: "Heading pro compressed trial", sans-serif;
  color: #fff;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.more-history {
  position: relative;
  color: #fff;
  line-height: 28px;
}

.more-history.team-row-2 {
  margin-top: 0px;
}

.more-history.sub {
  color: #fff;
  font-weight: 200;
}

.more-year {
  padding-right: 20px;
}

.more-history-section {
  position: relative;
  background-color: #5d000f;
}

.history-content {
  position: absolute;
  left: 10px;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 9px;
  line-height: 18px;
}

.hidden {
  display: none;
}

.hero-button-wrapper {
  position: fixed;
  right: 11.1111vw;
  bottom: 50%;
  z-index: 999999999;
  margin-bottom: -200px;
}

.hero-button-wrapper.cn {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}

html.w-mod-js *[data-ix="hero-video"] {
  display: none;
}

html.w-mod-js *[data-ix="hero-video-2"] {
  display: none;
}

html.w-mod-js *[data-ix="hero-video-3"] {
  display: none;
}

html.w-mod-js *[data-ix="hero-video-4"] {
  display: none;
}

html.w-mod-js *[data-ix="devices"] {
  opacity: 0;
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

html.w-mod-js *[data-ix="device-laptop"] {
  opacity: 0;
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

html.w-mod-js *[data-ix="device-ipad"] {
  opacity: 0;
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

html.w-mod-js *[data-ix="device-iphone"] {
  opacity: 0;
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

html.w-mod-js *[data-ix="device-iphone-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

html.w-mod-js *[data-ix="ping-pic"] {
  opacity: 0;
  -webkit-transform: translate(125%, 0px);
  -ms-transform: translate(125%, 0px);
  transform: translate(125%, 0px);
}

html.w-mod-js *[data-ix="history-init"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="xiang-pic"] {
  opacity: 0;
  -webkit-transform: translate(-125%, 0px);
  -ms-transform: translate(-125%, 0px);
  transform: translate(-125%, 0px);
}

@media (max-width: 991px) {
  .nav-wrapper {
    height: 80px;
  }
  .nav-bg {
    height: 80px;
  }
  .hero-title {
    right: 11.1111vw;
  }
  .hero-navlink {
    position: static;
    display: block;
    margin-left: 11.1111vw;
    padding: 20px 40px 20px 0vw;
    float: none;
    font-size: 20px;
    text-align: left;
  }
  .hero-navlink.last.right {
    padding-right: 40px;
  }
  .hero-navlink.right {
    display: none;
    width: 100%;
    float: none;
    text-align: left;
  }
  .hero-navlink.first {
    margin-top: 22.2222vw;
    padding-top: 20px;
    padding-left: 0vw;
  }
  .hero-navlink.block {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .hero-navlink.block.right {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .hero-navlink.mobile-only {
    display: block;
  }
  .hero-nav-container {
    width: 100vw;
  }
  .hero-logo {
    display: none;
  }
  .hero-logo.w--current {
    display: none;
  }
  .hero-logo.mobile-only {
    left: 0vw;
    top: 0px;
    display: block;
    margin-top: 0px;
    margin-left: 0vw;
    padding: 1.55555vw;
    background-color: #77050d;
  }
  .hero-logo.mobile-only.w--current {
    display: block;
  }
  .nav-menu {
    z-index: 9999999999;
    width: 100vw;
    background-color: #0e0e0e;
  }
  .nav-dot {
    display: none;
  }
  .logo-img {
    width: 8vw;
  }
  .hero-mask {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .hero-mask-overflow {
    width: 250vw;
    height: 250vw;
  }
  .team-row {
    margin-top: 100px;
  }
  .team-name {
    font-size: 18vw;
    line-height: 18vw;
  }
  .team-info.team-info-1 {
    position: static;
    margin-top: 50px;
  }
  .team-info.team-info-2 {
    position: static;
    margin-top: 50px;
  }
  .works-no-overflow {
    overflow: scroll;
  }
  .work-poster {
    right: -5vw;
  }
  .work-year {
    right: -5vw;
  }
  .movie-title {
    font-size: 28px;
    line-height: 28px;
  }
  .movie-title.cn {
    font-size: 20px;
    line-height: 30px;
  }
  .movie-content {
    left: 20px;
    right: 20px;
  }
  .icon {
    color: #fff;
    font-size: 4vw;
    line-height: 4vw;
    text-align: center;
  }
  .menu-button {
    width: 11.1111vw;
    height: 11.1111vw;
    padding: 3.56vw 0px;
  }
  .menu-button.w--open {
    background-color: #0e0e0e;
  }
  .history-content-wrapper {
    display: none;
  }
  .more-history {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .section-subtitle {
    margin-bottom: 50px;
  }
  .no-margin.director-info-column {
    padding-right: 0px;
    padding-bottom: 30px;
    text-align: center;
  }
  .team-info.team-info-1 {
    padding-right: 0px;
  }
  .team-info.team-info-2 {
    padding-left: 0px;
  }
  .director-pic {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
  .director-pic.other {
    margin-top: 50px;
  }
  .director-name {
    width: 100%;
  }
  .director-name.cn {
    margin-bottom: 20px;
    text-align: center;
  }
  .directors-red-bg {
    display: none;
  }
  .works-wrapper {
    width: 385vw;
    margin-left: 5vw;
  }
  .work-year {
    font-size: 6vw;
    line-height: 6vw;
  }
  .mobile-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    background-image: url("../images/WechatIMG632.png");
    background-position: 50% 50%;
    background-size: cover;
  }
  .poster-column {
    width: 20vw;
  }
  .work-wrapper {
    margin-right: 5vw;
    padding-bottom: 24vw;
  }
  .work-wrapper._2 {
    padding-bottom: 16vw;
  }
}

@media (max-width: 479px) {
  .nav-wrapper {
    position: absolute;
    display: block;
  }
  .hero-section {
    overflow: hidden;
    height: 100vh;
    background-color: #23252a;
    background-image: url("../images/WechatIMG632.png");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hero-video {
    display: none;
    background-image: url("../images/daodi.jpg");
    background-position: 50% 50%;
    background-size: cover;
    opacity: 0;
  }
  .nav-bg {
    display: none;
  }
  .device-laptop {
    display: none;
  }
  .device-phone-1 {
    position: static;
    left: auto;
    right: 7.5%;
    bottom: 0px;
    display: inline-block;
    width: 40%;
    margin-top: 40px;
    margin-right: 4%;
    margin-left: 4%;
  }
  .device-phone-2 {
    position: static;
    display: inline-block;
    width: 40%;
    margin-top: 40px;
    margin-left: 7.5%;
  }
  .device-ipad {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
  .grid.grid-3 {
    display: none;
  }
  .hero-title {
    margin-bottom: -60px;
  }
  .hero-navlink.first {
    padding-top: 44.4444vw;
  }
  .hero-logo.mobile-only {
    margin: 5.1111vw 4.1111vw 4.1111vw;
    padding: 0vw;
    background-color: transparent;
  }
  .logo-img {
    width: 15vw;
  }
  .hero-mask-wrapper {
    display: none;
  }
  .hero-mask-overflow {
    left: -120vw;
    top: -100vw;
    width: 400vw;
    height: 400vw;
  }
  .hero-button {
    left: 11.1111vw;
    right: auto;
    bottom: 50%;
    margin-bottom: -155px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 16px;
  }
  .hero-button.cn {
    bottom: 50%;
    margin-bottom: -150px;
    font-size: 12px;
    line-height: 12px;
  }
  .container {
    padding-bottom: 50px;
  }
  .section-title {
    font-size: 48px;
    line-height: 48px;
  }
  .section-title.xlarge.white.center.join-cn.cn {
    font-size: 60px;
    line-height: 80px;
  }
  .section-title.xlarge.white.center.join {
    font-size: 100px;
    line-height: 100px;
  }
  .section-title.cn {
    font-size: 40px;
    line-height: 40px;
  }
  .section-subtitle {
    font-size: 16px;
  }
  .section-subtitle.white.no-margin.cn {
    margin-bottom: 50px;
  }
  .team-pic.team-pic-2 {
    float: left;
  }
  .team-row {
    margin-top: 50px;
  }
  .team-name {
    margin-bottom: 20px;
    text-align: right;
  }
  .team-name.team-name-2 {
    top: auto;
    bottom: 0px;
    text-align: right;
  }
  .team-name.team-name-2.cn {
    top: auto;
    font-size: 10vw;
    line-height: 10vw;
  }
  .team-name.cn {
    margin-bottom: 40px;
    font-size: 12vw;
    line-height: 12vw;
  }
  .join-section {
    background-color: #0e0e0e;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .paragraph.white.center.large {
    font-size: 14px;
    line-height: 28px;
  }
  .paragraph.white.center.large.join {
    font-size: 14px;
    line-height: 28px;
  }
  .director-pic.other {
    width: 50%;
  }
  .director-name.cn {
    text-align: center;
  }
  .media-link {
    padding-right: 0px;
    font-size: 16px;
  }
  .ir-link {
    margin-bottom: 20px;
  }
  .app-button {
    position: static;
    width: 100%;
    line-height: 30px;
  }
  .qr-code {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .footer-qr-label {
    margin-top: 50px;
    text-align: center;
  }
  .works-wrapper {
    width: 396vw;
    margin-left: 20vw;
  }
  .work-timeline {
    height: 5vw;
  }
  .works-no-overflow {
    overflow: scroll;
    margin-top: 50px;
  }
  .work-poster {
    right: -15vw;
  }
  .work-year {
    right: -12.5vw;
    bottom: 8vw;
    font-size: 9vw;
    line-height: 9vw;
    font-weight: 100;
  }
  .movie-title {
    font-size: 24px;
    line-height: 24px;
  }
  .movie-time {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 14px;
  }
  .movie-info {
    font-size: 12px;
    line-height: 20px;
  }
  .movie-content {
    margin-top: 0px;
  }
  .announce-wrapper {
    padding-bottom: 60px;
  }
  .annouce-column {
    margin-left: 20px;
  }
  .announce-link {
    font-size: 14px;
    line-height: 36px;
  }
  .announce-link.cn {
    font-size: 14px;
    line-height: 36px;
  }
  .hero-title-line-1 {
    font-size: 60px;
    line-height: 60px;
  }
  .hero-title-line-2 {
    font-size: 60px;
    line-height: 60px;
  }
  .hero-title-line-3.red {
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
  }
  .hero-title-line-4 {
    font-size: 60px;
    line-height: 60px;
  }
  .work-box-1991 {
    width: 20vw;
    margin-right: 0vw;
    margin-left: 5vw;
  }
  .work-box-1997 {
    width: 20vw;
    margin-right: 0vw;
    margin-left: 5vw;
  }
  .work-box-1998 {
    width: 20vw;
    margin-right: 0vw;
    margin-left: 5vw;
  }
  .work-box-1999 {
    width: 20vw;
    margin-right: 0vw;
    margin-left: 5vw;
  }
  .work-box-2000 {
    width: 20vw;
    margin-right: 0vw;
    margin-left: 5vw;
  }
  .work-box-2001 {
    width: 20vw;
    margin-right: 0vw;
    margin-left: 5vw;
  }
  .work-box-2005 {
    width: 20vw;
    margin-right: 0vw;
    margin-left: 5vw;
  }
  .work-box-2006 {
    width: 20vw;
    margin-right: 0vw;
    margin-left: 5vw;
  }
  .work-box-2007 {
    width: 20vw;
    margin-right: 0vw;
    margin-left: 5vw;
  }
  .work-box-2008 {
    width: 20vw;
    margin-right: 0vw;
    margin-left: 5vw;
  }
  .work-box-2013 {
    width: 20vw;
    margin-right: 0vw;
    margin-left: 5vw;
  }
  .work-box-2015 {
    width: 20vw;
    margin-right: 0vw;
    margin-left: 5vw;
  }
  .footer-text {
    text-align: center;
  }
  .cn-address {
    margin-top: 50px;
  }
  .icon {
    font-size: 8vw;
    line-height: 8vw;
  }
  .menu-button {
    width: 22.2222vw;
    height: 22.2222vw;
    padding-top: 7.1111vw;
    padding-bottom: 7.1111vw;
  }
  .mobile-bg {
    z-index: 1;
  }
  .announce-dot {
    position: absolute;
    left: -23px;
    top: 8px;
    bottom: auto;
  }
  .work-box-2014 {
    width: 20vw;
    margin-right: 0vw;
    margin-left: 5vw;
  }
  .work-box-2010 {
    width: 20vw;
    margin-right: 0vw;
    margin-left: 5vw;
  }
  .join-mobile-img {
    position: relative;
    display: block;
    width: 100vw;
    margin-bottom: 50px;
  }
  .work-columns-wrapper {
    width: 20vw;
    margin-right: 0vw;
    margin-left: 5vw;
  }
  .work-wrapper {
    padding-bottom: 32vw;
  }
  .work-wrapper._2 {
    padding-bottom: 24vw;
  }
  .more-history {
    margin-top: 50px;
  }
  .hero-button-wrapper {
    left: 11.1111vw;
    right: auto;
    bottom: 50%;
    margin-bottom: -155px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 16px;
  }
  .hero-button-wrapper.cn {
    bottom: 50%;
    margin-bottom: -150px;
    font-size: 12px;
    line-height: 12px;
  }
}

@font-face {
  font-family: "Heading pro compressed trial";
  src: url("./fonts/Heading-Pro-Compressed-Bold-trial.ttf")
      format("truetype"),
    url("./fonts/Heading-Pro-Compressed-ExtraBold-trial.ttf")
      format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Heading pro compressed trial";
  src: url("./fonts/Heading-Pro-Compressed-Extralight-trial.ttf")
    format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Heading pro compressed trial";
  src: url("./fonts/Heading-Pro-Compressed-Heavy-trial.ttf")
    format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Heading pro compressed trial";
  src: url("./fonts/Heading-Pro-Compressed-Regular-trial.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Heading pro compressed trial";
  src: url("./fonts/Heading-Pro-Compressed-Thin-trial.ttf")
    format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Heading pro compressed trial";
  src: url("./fonts/Heading-Pro-Compressed-Light-trial.ttf")
    format("truetype");
  font-weight: 300;
  font-style: normal;
}
