.cp-hero {
  max-width: 2560px;
  margin: 0 auto;
}

.cp-hero__inner {
  position: relative;
  height: -webkit-calc(100vh - 130px);
  height: calc(100vh - 130px);
  max-height: 46.875vw;
  min-height: 700px;
  min-height: 70rem;
}

@media screen and (min-width: 1367px) {
  .cp-hero__inner {
    height: -webkit-calc(100vh - 70px);
    height: calc(100vh - 70px);
    max-height: 100vh;
  }
}

.cp-hero__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 0 auto;
  margin: 0 auto;
  border-top-width: 0;
}
.cp-overview-hero__content-bottom.center{
	text-align: center;
}
.cp-hero__content-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding: 0 338px;
  padding: 0 33.8rem;
  color: #fff;
}

.cp-hero .js-animate {
  opacity: 0;
}

.cp-hero__eyebrow, .cp-hero__title{
  width: 108rem;
  max-width: 100%;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1), -1px -1px 3px rgba(0, 0, 0, 0.1);
}
.cp-hero__desc{
  width: 52rem;
  max-width: 100%;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1), -1px -1px 3px rgba(0, 0, 0, 0.1);
}
.cp-hero__eyebrow {
  margin-bottom: 7px;
  margin-bottom: 0.7rem;
}
.cp-hero__eyebrow .el-eyebrow{
  font-family: "genesis-head-office-light", sans-serif;
  font-weight: normal;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.1;
}
html[lang="zh-CN"] .cp-hero__eyebrow .el-eyebrow{
  font-family: "genesis-head-light", sans-serif;
  font-size:1.6rem;
}

.cp-hero__scroll-btn {
    height: 1.65em;
    margin-top: 3.1em;
    text-align: center;
}
.cp-hero__title{
  margin-bottom: 1.2rem;
}
.cp-hero__title .el-title {
  font-family: "genesis-head-office-light", sans-serif;
  font-size: 60px;
  font-size: 6rem;
  font-weight: normal;
  line-height: 1.1;
  letter-spacing: -0.025em;
}

/* .cp-hero__title .el-title.middle{
  font-size: 8rem;
  line-height: 7.4rem;
}
.cp-hero__title .el-title.small{
  font-size: 7rem;
  line-height: 6.4rem;
} */
html[lang="zh-CN"] .cp-hero__title .el-title{
  font-size: 4.8rem;
  line-height: 1.1;
  font-family: "genesis-head-light", sans-serif;
  letter-spacing: -0.025em;
}
html[lang="zh-CN"] .cp-hero__title .el-title.large{
  font-size: 8rem;
}
/* html[lang=zh-CN] .cp-hero__title .el-title.middle{
  font-size: 6.4rem;
  line-height: 7.2rem;
}
html[lang=zh-CN] .cp-hero__title .el-title.small{
  font-size: 5.6rem;
  line-height: 6.4rem;
} */

.cp-hero__desc .el-desc{
  font-family: "genesis-head-office-light", sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
html[lang="zh-CN"] .cp-hero__desc .el-desc{
  font-family: "genesis-head-light", sans-serif;
  font-size: 1.6rem;
}
.cp-hero__cta-row {
  margin-top: 27px;
  margin-top: 2.7rem;
  font-size: 0;
}

.cp-hero__cta-row:first-child {
  margin-top: 0;
}

.cp-hero__cta .cm-btn,
.cp-hero__cta .cm-btn-more {
  margin-left: 60px;
  margin-left: 6rem;
}

.cp-hero__cta .cm-btn:first-child,
.cp-hero__cta .cm-btn-more:first-child {
  margin-left: 0;
}

.cp-hero__cta .cm-btn-more {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1), -1px -1px 3px rgba(0, 0, 0, 0.1);
}

.cp-hero__cta .cm-btn-more.is-default span:before {
  width: 0;
}

.cp-overview-hero__content-bottom {
  font-size: 20px;
  font-size: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-hero__scroll-btn .el-btn-arrow {
  position: relative;
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  font-size: inherit;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cp-hero__scroll-btn .el-btn-arrow:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  -webkit-animation: 1200ms ease-out 300ms infinite normal arrow1;
  animation: 1200ms ease-out 300ms infinite normal arrow1;
}

.cp-hero__scroll-btn .el-btn-arrow:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  -webkit-animation: 1200ms ease-out 300ms infinite normal arrow2;
  animation: 1200ms ease-out 300ms infinite normal arrow2;
}

.cp-hero__bg {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.cp-hero .cp-hero__cta{
  margin-top: 6.5rem;
}
.cp-hero__bg .js-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cp-hero__bg .video-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cp-hero__bg video {
  display: block;
  height: 100%;
  object-fit: cover;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cp-hero__bg video {
    position: relative;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    width: 0px;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.cp-hero .el-dimmed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.cp-hero .el-dimmed:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: auto;
  height: 20%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#111));
  background-image: linear-gradient(to bottom, transparent, #111);
  content: '';
}

.cp-hero .el-dimmed:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 50%;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(#111));
  background-image: linear-gradient(to left, transparent, #111);
  content: '';
}
@media screen and (min-width: 1937px) {
  .cp-hero__content-inner {
    padding: 0 -webkit-calc((100% - 1244px) / 2);
    padding: 0 calc((100% - 1244px) / 2);
    padding: 0 calc((100% - 1244px) / 2);
  }
}
@media (max-width: 1919px) {
  .cp-hero__content-inner {
    padding: 0 31.8rem;
  }
  .cp-hero__eyebrow, .cp-hero__title{
    width: 89.3rem;
  }
  .cp-hero__desc {
    width: 42.6rem;
  }
  .cp-hero__cta .cm-btn-more {
    font-size: 16px;
    font-size: 1.6rem;
  }
  html[lang="zh-CN"].cp-hero__cta .cm-btn-more {
    font-size: 14.4px;
    font-size: 1.44rem;
  }
}

@media (max-width: 1599px) {
  .cp-hero__content-inner {
    padding: 0 25rem;
  }
  .cp-hero__eyebrow{
    margin-bottom: 0.7rem;
  }
  .cp-hero__eyebrow, .cp-hero__title{
    width: 76rem;
  }
  .cp-hero__title{
    margin-bottom: 1.1rem;
  }
  .cp-hero__desc {
    width: 36rem;
  }
  .cp-hero__title .el-title, html[lang="zh-CN"] .cp-hero__title .el-title.large{
    font-size: 4.8rem;
  }
  html[lang="zh-CN"] .cp-hero__title .el-title {
    font-size: 3.84rem;
  }
  .cp-hero__eyebrow .el-eyebrow,.cp-hero__desc .el-desc{
    font-size: 1.8rem;
  }
  html[lang="zh-CN"] .cp-hero__eyebrow .el-eyebrow, html[lang="zh-CN"] .cp-hero__desc .el-desc {
    font-size: 1.44rem;
  }
  .cp-hero__cta .cm-btn-more {
    font-size: 16px;
    font-size: 1.6rem;
  }
  html[lang="zh-CN"] .cp-hero__cta .cm-btn-more {
    font-size: 1.44rem;
  }
  .cp-hero__cta .cm-btn,
  .cp-hero__cta .cm-btn-more {
    margin-left: 60px;
    margin-left: 6rem;
  }
  .cp-hero__cta .cm-btn {
    font-size: 16px;
    font-size: 1.6rem;
    min-width: 200px;
    min-width: 20rem;
    height: 52px;
    height: 5.2rem;
    line-height: 54px;
    line-height: 5.4rem;
    padding: 0 10px;
    padding: 0 1rem;
  }
  .cp-hero__cta .cm-btn .masker span {
    height: 52px;
    height: 5.2rem;
    line-height: 54px;
    line-height: 5.4rem;
  }
  .cp-overview-hero__content-bottom {
    font-size: 1.8rem;
  }
}

@media (max-width: 1359px) {
  .cp-hero__inner {
    height: -webkit-calc(100vh - 120px);
    height: calc(100vh - 120px);
    height: calc(100vh - 120px);
    min-height: 560px;
    min-height: 56rem;
  }
  .cp-hero__content-inner {
    padding: 0 22.6rem;
  }
  .cp-hero__eyebrow, .cp-hero__title{
    width: 56.8rem;
  }
  .cp-hero__desc{
    width: 34rem;
  }
  .cp-hero__title .el-title, html[lang="zh-CN"] .cp-hero__title .el-title.large {
    font-size: 4.2rem;
  }
  html[lang="zh-CN"] .cp-hero__title .el-title {
    font-size: 3.36rem;
  }
  /* .cp-hero__title .el-title.middle{
    font-size: 6.7rem;
    line-height: 6.2rem;
  }
  .cp-hero__title .el-title.small{
    font-size: 5.8rem;
    line-height: 5.3rem;
  } */
  /* html[lang="zh-CN"] .cp-hero__title .el-title.middle{
    font-size: 5.4rem;
    line-height: 6rem;
  }
  html[lang="zh-CN"] .cp-hero__title .el-title.small{
    font-size: 4.6rem;
    line-height: 5.3rem;
  } */
  .cp-hero__cta-row {
    margin-top: 28px;
    margin-top: 2.8rem;
  }
  .cp-hero__cta .cm-btn,
  .cp-hero__cta .cm-btn-more {
    margin-left: 50px;
    margin-left: 5rem;
  }
  .cp-hero__cta .cm-btn-more {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .cp-hero__cta .cm-btn-more {
    font-size: 16px;
    font-size: 1.6rem;
  }
  html[lang="zh-CN"] .cp-hero__cta .cm-btn-more {
    font-size: 1.44rem;
  }
  .cp-hero__cta .cm-btn {
    font-size: 14px;
    font-size: 1.4rem;
    min-width: 188px;
    min-width: 18.8rem;
    height: 48px;
    height: 4.8rem;
    line-height: 50px;
    line-height: 5rem;
  }
  .cp-hero .cp-hero__cta{
    margin-top: 3rem;
  }
  .cp-hero__cta .cm-btn .masker span {
    height: 48px;
    height: 4.8rem;
    line-height: 50px;
    line-height: 5rem;
  }
}

@media (max-width: 1023px) {
  .cp-hero__inner {
    height: -webkit-calc(100vh - 110px);
    height: calc(100vh - 110px);
    height: calc(100vh - 110px);
    min-height: 420px;
    min-height: 42rem;
  }
  .cp-hero__content-inner {
    padding: 0 6rem;
  }
  .cp-hero__title{
    margin-bottom: 1.2rem;
  }
  .cp-hero__eyebrow, .cp-hero__title, .cp-hero__desc {
    width: 30.6rem;
  }
  .cp-hero__eyebrow {
    margin-bottom: 0.8rem;
  }
  .cp-hero__desc{
    margin-bottom: 1.2rem;
  }
  .cp-hero__eyebrow .el-eyebrow,.cp-hero__desc .el-desc{
    font-size: 1.6rem;
  }
  html[lang="zh-CN"] .cp-hero__eyebrow .el-eyebrow, html[lang="zh-CN"] .cp-hero__desc .el-desc {
    font-size: 1.28rem;
  }
  /* .cp-hero__title .el-title.middle{
    font-size: 3.7rem;
    line-height: 3.8rem;
  }
  .cp-hero__title .el-title.small{
    font-size: 3.2rem;
    line-height: 3.4rem;
  } */
  /* html[lang=zh-CN] .cp-hero__title .el-title.middle {
    font-size: 3.6rem;
    line-height: 4.5rem;
  }
  html[lang=zh-CN] .cp-hero__title .el-title.small{
    font-size: 3rem;
    line-height: 3.7rem;
  } */
  .cp-hero__cta .cm-btn-more,html[lang="zh-CN"] .cp-hero__cta .cm-btn-more {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .cp-hero__cta {
    width: 421px;
    width: 42.1rem;
  }
  .cp-hero__cta-row {
    margin-top: 18px;
    margin-top: 1.8rem;
  }
  .cp-overview-hero__content-bottom{
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .cp-hero__inner {
    height: -webkit-calc(var(--app-height) - 110px);
    height: calc(var(--app-height) - 110px);
    height: calc(var(--app-height) - 110px);
    min-height: 480px;
    min-height: 48rem;
    max-height: 1024px;
    max-height: 102.4rem;
  }
  .cp-hero__inner.mobBgHeight{
		min-height: 52.4rem;
    max-height: 134.4vw;
	}
  .cp-hero__content {
    bottom: 0;
    width: auto;
    height: auto;
  }
  .cp-hero__content-inner {
    padding: 3.6rem 2rem 2.9rem;
  }
  .cp-hero__eyebrow, .cp-hero__title, .cp-hero__desc {
    width: auto;
  }
  .cp-hero__eyebrow {
    margin-bottom: .7rem;
   
  }
  
  .cp-hero__title .el-title, html[lang="zh-CN"] .cp-hero__title .el-title.large{
    max-width: 100%;
    font-size: 4rem;
  }
  html[lang="zh-CN"] .cp-hero__title .el-title{
    font-size: 3.2rem;
  }
  .cp-hero__desc {
    margin-top: 12px;
    margin-top: 1.2rem;
  }
  .cp-hero__cta {
    width: auto;
  }
  .cp-hero__cta-row {
    margin-top: 17px;
    margin-top: 1.7rem;
  }
  .cp-hero__cta .cm-btn {
    margin-left: 0;
    margin-top: 10px;
    margin-top: 1rem;
  }
  .cp-hero__cta .cm-btn:first-child {
    margin-top: 0;
  }
  .cp-hero__cta .cm-btn-more {
    margin-left: 0;
    margin-right: 15px;
    margin-right: 1.5rem;
    margin-top: 16px;
    margin-top: 1.6rem;
  }
  .cp-hero__cta .cm-btn {
    font-size: 18px;
    font-size: 1.8rem;
    min-width: auto;
    min-width: auto;
    height: 56px;
    height: 5.6rem;
    line-height: 58px;
    line-height: 5.8rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cp-hero__cta .cm-btn .masker span {
    height: 56px;
    height: 5.6rem;
    line-height: 58px;
    line-height: 5.8rem;
  }
  .cp-hero__cta .cm-btn-more,html[lang="zh-CN"] .cp-hero__cta .cm-btn-more {
    font-size: 16px;
    font-size: 1.6rem;
    display: table;
  }

  .cp-overview-hero__content-bottom {
    font-size: 1.4rem;
  }
  .cp-hero .cp-hero__cta{
    margin-top: 4rem;
  }
  .cp-hero__inner.mobBgHeight .cp-hero__bg{
    min-height: 52.4rem;
    max-height: 134.4vw;
  }
  .cp-hero .cp-hero__cta-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cp-hero .cp-hero__cta-row .cm-btn-more:not(:first-child) {
    margin-top: 1rem;
    margin-left: 0;
  }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), (max-width: 767px) and (-ms-high-contrast: active) {
  .cp-hero__bg-video {
    position: static;
  }
  .cp-hero__bg-video .video-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .cp-hero__bg-video video {
    position: relative;
    width: auto;
    height: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 767px) {
  .cp-hero .el-dimmed:before {
    height: 60%;
  }
  .cp-hero .el-dimmed:after {
    right: 0;
    width: 100%;
    height: 40%;
    opacity: .85;
    background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#111));
    background-image: linear-gradient(to top, transparent, #111);
  }
  .mobBgHeight .cp-hero__scroll-btn .el-btn-arrow{
    display: none;
  }
}
@-webkit-keyframes arrow1 {
  0% {
    -webkit-transform: translate(-0.6em, -0.6em);
    transform: translate(-0.6em, -0.6em);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  60% {
    opacity: 0.5;
  }
  80% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-0.6em, -0.6em);
    transform: translate(-0.6em, -0.6em);
    opacity: 0;
  }
}

@keyframes arrow1 {
  0% {
    -webkit-transform: translate(-0.6em, -0.6em);
    transform: translate(-0.6em, -0.6em);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  60% {
    opacity: 0.5;
  }
  80% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-0.6em, -0.6em);
    transform: translate(-0.6em, -0.6em);
    opacity: 0;
  }
}

@-webkit-keyframes arrow2 {
  0% {
    -webkit-transform: translate(-0.6em, -0.6em);
    transform: translate(-0.6em, -0.6em);
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.05;
  }
  80% {
    -webkit-transform: translate(-0.3em, -0.3em);
    transform: translate(-0.3em, -0.3em);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-0.6em, -0.6em);
    transform: translate(-0.6em, -0.6em);
    opacity: 0;
  }
}

@keyframes arrow2 {
  0% {
    -webkit-transform: translate(-0.6em, -0.6em);
    transform: translate(-0.6em, -0.6em);
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.05;
  }
  80% {
    -webkit-transform: translate(-0.3em, -0.3em);
    transform: translate(-0.3em, -0.3em);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-0.6em, -0.6em);
    transform: translate(-0.6em, -0.6em);
    opacity: 0;
  }
}

@media (min-width: 768px) {
  .cp-hero__content-inner {
    padding-top: 77px;
    padding-top: 7.7rem;
    padding-bottom: 0;
  }
  .cp-hero__scroll-btn {
    margin-bottom: 1.65em;
  }

}
@media (min-width: 768px) and (max-width: 1919px) {
  .cp-hero__content-inner {
    padding-top: 58px;
    padding-top: 5.8rem;
  }
}

@media (min-width: 768px) and (max-width: 1599px) {
  .cp-hero__content-inner {
    padding-top: 59px;
    padding-top: 5.9rem;
  }
}

@media (min-width: 768px) and (max-width: 1359px) {
  .cp-hero__content-inner {
    padding-top: 49px;
    padding-top: 4.9rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cp-hero__content-inner {
    padding-top: 40px;
    padding-top: 4rem;
  }
}
