* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-width: 1180px;
  color: #111;
  font-family: Arial, "Microsoft YaHei", sans-serif;
  overflow-x: clip;
}

html {
  background: #000;
}

body {
  min-height: 100vh;
  background: #fff;
}

body.home-page {
  background: #000;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 148px;
  overflow: hidden;
  background: #fff;
  transition: height .5s ease;
}

.site-header:hover,
.site-header.open {
  height: 270px;
}

.language-switch {
  position: absolute;
  z-index: 24;
  top: 18px;
  right: 28px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 22px;
  color: #333;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

.language-switch a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 22px;
  color: #333;
  text-align: center;
  transition: color .18s ease;
}

.language-switch a:hover,
.language-switch a.is-active {
  color: #dc2402;
}

.language-switch .lang-en {
  font-weight: 700;
  letter-spacing: .16em;
  text-indent: .16em;
}

.language-switch .lang-cn {
  font-weight: 600;
  letter-spacing: 0;
}

.language-switch span {
  color: #9b9b9b;
  font-size: 11px;
}

.header-inner {
  position: relative;
  width: 1180px;
  height: 270px;
  margin: 0 auto;
}

.brand {
  position: absolute;
  top: 0;
  left: 20px;
  width: 250px;
  height: 100px;
  overflow: hidden;
}

.brand img {
  width: 300px;
  height: 100px;
  object-fit: none;
  object-position: left top;
  display: block;
}

.main-nav {
  position: absolute;
  top: 64px;
  right: 60px;
  display: flex;
  height: 24px;
}

.main-nav a {
  display: block;
  width: 103px;
  height: 22px;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #111;
  transition: color .18s ease, transform .18s ease;
}

.main-nav a:hover {
  color: #dc2402;
  transform: translateY(-2px);
}

.dropdown-map {
  position: absolute;
  top: 100px;
  right: 60px;
  display: none;
  width: 721px;
  height: 175px;
  background: #fff;
}

.site-header:hover .dropdown-map,
.site-header.open .dropdown-map {
  display: block;
}

.dropdown-map ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  height: 175px;
}

.dropdown-map li {
  width: 103px;
  padding: 0;
  border: 0;
  background: #fff;
}

.dropdown-map a {
  display: block;
  width: 103px;
  height: 28px;
  font-size: 12px;
  line-height: 28px;
  color: #333;
  text-align: center;
}

.dropdown-map a:hover {
  color: #dc2402;
  text-decoration: underline;
}

.skyline {
  width: 100%;
  height: 779px;
  margin-top: 148px;
  padding-top: 48px;
  background: url("/img/694-12-628.jpg") center center / cover no-repeat;
}

.home-stage {
  position: relative;
  width: 1200px;
  height: 683px;
  margin: 0 auto;
}

.top-cards {
  position: absolute;
  left: 0;
  top: 0;
  width: 860px;
  height: 275px;
  display: flex;
  gap: 12px;
}

.feature-card {
  position: relative;
  display: block;
  width: 424px;
  height: 275px;
  overflow: hidden;
  background: #111;
}

.feature-card img {
  position: absolute;
  inset: 0;
  width: 424px;
  height: 275px;
  object-fit: cover;
  transition: transform .35s ease;
}

.feature-card:hover img {
  transform: scale(1.025);
}

.feature-shade {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 424px;
  height: 130px;
  background: rgba(0, 0, 0, .72);
  transition: height .28s ease, background .28s ease;
}

.feature-card:hover .feature-shade {
  height: 156px;
  background: rgba(0, 0, 0, .8);
}

.feature-card strong {
  position: absolute;
  left: 27px;
  bottom: 56px;
  display: block;
  width: 377px;
  height: 22px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

.feature-card > span:last-child {
  position: absolute;
  left: 27px;
  bottom: 18px;
  display: block;
  width: 375px;
  height: 34px;
  overflow: hidden;
  color: #b3b3b3;
  font-size: 12px;
  line-height: 18px;
}

.notice-panel {
  position: absolute;
  top: 0;
  left: 881px;
  width: 292px;
  height: 494px;
  color: #fff;
  background: transparent;
  overflow: visible;
}

.notice-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 154px;
  padding: 22px 24px;
  box-sizing: border-box;
  background: #000;
  border-bottom: 1px solid rgba(255, 255, 255, .35);
}

.notice-top h2 {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.notice-top p {
  margin: 0;
  color: #b3b3b3;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: .01em;
}

.notice-list {
  height: 332px;
  margin: 8px 0 0;
  padding: 16px 0 14px;
  box-sizing: border-box;
  list-style: none;
  overflow: hidden;
  background: #000;
}

.notice-list li {
  height: 57px;
  padding: 4px 22px 4px 22px;
  box-sizing: border-box;
  overflow: hidden;
}

.notice-list a {
  display: block;
  height: 21px;
  overflow: hidden;
  color: #f7f7f7;
  font-size: 12px;
  font-weight: 700;
  line-height: 21px;
}

.notice-list span {
  display: block;
  height: 28px;
  overflow: hidden;
  color: #b3b3b3;
  font-size: 12px;
  line-height: 15px;
}

.service-strip {
  position: absolute;
  left: 0;
  top: 283px;
  width: 860px;
  height: 400px;
  display: grid;
  grid-template-columns: 287px 287px 286px;
  grid-template-rows: 200px 200px;
  gap: 0;
  background: #fff;
}

.service-strip::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 200px;
  height: 1px;
  background: #d9d9d9;
}

.service-tile,
.news-tile {
  position: relative;
  display: block;
  padding: 36px 30px 0;
  background: #fff;
}

.service-tile.soft {
  background: #ebeae6;
}

.service-tile strong,
.news-tile strong {
  display: block;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.service-tile span,
.news-tile span {
  display: block;
  color: #717171;
  font-size: 12px;
  line-height: 20px;
}

.service-logo {
  position: relative;
  display: block;
  width: 286px;
  height: 200px;
  overflow: hidden;
  background: #111;
}

.service-logo img {
  width: 286px;
  height: 200px;
  object-fit: cover;
  display: block;
}

.us-topic-entry img {
  transition: transform .35s ease, opacity .35s ease;
}

.us-topic-entry:hover img {
  transform: scale(1.025);
  opacity: .96;
}

.us-topic-copy {
  background: #f7f7f5;
}

.us-topic-copy strong {
  color: #222;
}

.news-tile time {
  display: block;
  margin-top: 22px;
  color: #999;
  font-size: 12px;
}

.anniversary {
  position: absolute;
  left: 881px;
  top: 502px;
  width: 292px;
  height: 181px;
  overflow: hidden;
  background: #1d1d1d;
  color: #fff;
  border-bottom: 0;
  text-align: center;
}

.anniversary img {
  width: 296px;
  height: 435px;
  object-fit: none;
  object-position: top left;
  display: block;
}

.anniversary strong {
  display: inline-block;
  margin-top: 25px;
  font-family: Arial, Helvetica, "Microsoft YaHei", sans-serif;
  font-size: 74px;
  font-weight: 300;
  line-height: 70px;
  color: #eeeeee;
  letter-spacing: 0;
}

.anniversary span {
  display: inline-block;
  margin-left: 6px;
  color: #c9c9c9;
  font-size: 18px;
  line-height: 22px;
  vertical-align: top;
  padding-top: 27px;
}

.anniversary em,
.anniversary small {
  display: block;
  font-style: normal;
}

.anniversary em {
  margin-top: 12px;
  color: #cfcfcf;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .08em;
}

.anniversary small {
  margin-top: 12px;
  color: #8a145e;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .06em;
}

.home-topic-backdrop {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  background: rgba(0, 0, 0, .58);
}

.home-topic-backdrop.open {
  display: block;
}

.home-topic-modal {
  position: fixed;
  z-index: 61;
  left: 50%;
  top: 50%;
  display: none;
  width: min(880px, calc(100% - 48px));
  max-height: calc(100vh - 80px);
  padding: 42px 52px 48px;
  overflow: auto;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  background: #fff;
  border-top: 5px solid #8a145e;
  box-shadow: 0 26px 80px rgba(0, 0, 0, .36);
  color: #222;
}

.home-topic-modal.open {
  display: block;
}

.home-topic-close {
  position: absolute;
  right: 18px;
  top: 14px;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #777;
  font-size: 28px;
  line-height: 34px;
  cursor: pointer;
}

.home-topic-close:hover {
  color: #8a145e;
}

.home-topic-kicker {
  margin-bottom: 12px;
  color: #8a145e;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: .18em;
}

.home-topic-modal h2 {
  margin: 0;
  color: #111;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
}

.home-topic-subtitle {
  margin: 10px 0 24px;
  color: #555;
  font-size: 14px;
  line-height: 26px;
}

.home-topic-body {
  padding-top: 24px;
  border-top: 1px solid #e2e2e2;
}

.home-topic-body p,
.home-topic-body li {
  margin: 0;
  color: #444;
  font-size: 14px;
  line-height: 28px;
}

.home-topic-hero {
  height: 190px;
  margin: 0 0 28px;
  overflow: hidden;
  background: #111;
}

.home-topic-hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topic-lead {
  padding: 22px 24px;
  background: #f5f5f5;
  border-left: 4px solid #8a145e;
}

.topic-section {
  margin-top: 30px;
}

.topic-section h3 {
  margin: 0 0 14px;
  color: #111;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.topic-section p + p {
  margin-top: 12px;
}

.topic-fee-grid,
.topic-evidence-grid {
  display: grid;
  gap: 14px;
}

.topic-fee-grid {
  grid-template-columns: repeat(3, 1fr);
}

.topic-fee-grid div,
.topic-evidence-grid div {
  padding: 18px 18px 16px;
  background: #f7f7f7;
  border-top: 3px solid #8a145e;
  box-sizing: border-box;
}

.topic-fee-grid strong,
.topic-evidence-grid strong {
  display: block;
  margin-bottom: 8px;
  color: #111;
  font-size: 14px;
  line-height: 22px;
}

.topic-fee-grid span {
  display: block;
  margin-bottom: 8px;
  color: #8a145e;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.topic-fee-grid p,
.topic-evidence-grid p {
  color: #555;
  font-size: 13px;
  line-height: 24px;
}

.topic-plain-list,
.topic-number-list {
  margin: 16px 0 0;
  padding-left: 22px;
}

.topic-plain-list li,
.topic-number-list li {
  margin-bottom: 8px;
}

.topic-evidence {
  padding: 24px;
  background: #202020;
}

.topic-evidence h3 {
  color: #fff;
}

.topic-evidence-grid {
  grid-template-columns: 1fr;
}

.topic-evidence-grid div {
  background: #fff;
  border-top-color: #8a145e;
}

.topic-contact {
  padding: 22px 24px;
  background: #f5f5f5;
}

.topic-contact p {
  color: #333;
}

.left-float,
.right-float {
  position: absolute;
  z-index: 30;
  top: 398px;
  transform: translateY(-50%);
}

.left-float {
  left: 0;
}

.right-float {
  right: 0;
}

.left-float a,
.right-float a {
  position: relative;
  display: block;
  width: 56px;
  height: 56px;
  margin-bottom: 1px;
  background: #000;
}

.left-float a > img,
.right-float a > img {
  width: 56px;
  height: 56px;
  display: block;
}

.left-float span,
.right-float span {
  position: absolute;
  top: 0;
  height: 56px;
  overflow: hidden;
  transition: transform .25s ease;
}

.left-float span {
  left: 0;
  width: 0;
  transform: translateX(-127px);
}

.right-float span {
  right: 0;
  width: 0;
  transform: translateX(180px);
}

.left-float a:hover span {
  width: 127px;
}

.right-float a:hover span {
  width: 180px;
}

.left-float a:hover span,
.right-float a:hover span {
  transform: translateX(0);
}

.site-footer {
  margin-top: 0;
  color: #c1c1c1;
  background: #000;
  min-height: 210px;
}

.links {
  width: 1200px;
  margin: 0 auto;
  height: 52px;
  padding-top: 18px;
  color: #c1c1c1;
  font-size: 12px;
}

.links a:hover {
  color: #fff;
}

.footer-inner {
  width: 1200px;
  height: 150px;
  margin: 0 auto;
  display: flex;
  gap: 50px;
  padding-top: 28px;
  border-top: 1px solid #555;
}

.footer-inner p {
  width: 310px;
  margin: 0;
  color: #c1c1c1;
  font-size: 12px;
  line-height: 22px;
}

.footer-contact {
  position: relative;
  height: 66px;
  line-height: 22px;
}

.footer-contact span {
  display: grid;
  grid-template-columns: 34px auto;
  column-gap: 3px;
  align-items: baseline;
  position: absolute;
  left: 0;
  line-height: 22px;
  white-space: nowrap;
}

.footer-contact span:first-child {
  top: 0;
}

.footer-contact span:last-child {
  top: 22px;
}

.footer-contact b {
  font-weight: 400;
  text-align: left;
}

.footer-contact em {
  font-style: normal;
  text-align: left;
}

.plain-page {
  padding-top: 100px;
  background: #fff;
}

.service-page {
  padding-top: 148px;
}

.image-page {
  min-height: 850px;
}

.advantage-page {
  min-height: 100vh;
  padding-top: 148px;
  overflow: hidden;
  background: #fff;
}

.advantage-stage {
  position: relative;
  width: 100%;
  height: calc(100vh - 148px);
  min-height: 540px;
  margin: 0;
  overflow: hidden;
  background: #252525;
}

.advantage-slide {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1000px;
  height: 100%;
  z-index: 0;
  --ring-left: 34px;
  --ring-top: 53.85%;
  --ring-offset-y: 18px;
  --ring-size: 178px;
  --ring-label-gap: 30px;
  opacity: .3;
  transform: none;
  transition: left .8s cubic-bezier(.23, 1, .32, 1), opacity .4s linear;
  background-repeat: no-repeat;
  background-position: center top;
  image-rendering: auto;
}

.advantage-slide.active {
  z-index: 1;
  opacity: 1;
  transform: none;
}

.advantage-slide.plan {
  background-color: #588d87;
  background-image: url("/img/advantage-original/blue1.jpg");
}

.advantage-slide.risk {
  background-color: #7d0f0f;
  background-image: url("/img/advantage-original/red2.jpg");
}

.advantage-slide.customer {
  background-color: #c88913;
  background-image: url("/img/advantage-original/yellow3.jpg");
}

.advantage-ring {
  display: none;
  position: absolute;
  z-index: 1;
  left: var(--ring-left);
  top: calc(var(--ring-top) + var(--ring-offset-y));
  width: var(--ring-size);
  height: var(--ring-size);
  border-radius: 50%;
  background: center / 100% 100% no-repeat;
  -webkit-mask: radial-gradient(circle, transparent 0 39%, #000 40%, #000 73%, transparent 74%);
  mask: radial-gradient(circle, transparent 0 39%, #000 40%, #000 73%, transparent 74%);
  pointer-events: none;
}

.advantage-slide.plan .advantage-ring {
  background-image: url("/img/advantage-rings/blue-ring.jpg");
}

.advantage-slide.risk .advantage-ring {
  background-image: url("/img/advantage-rings/red-ring.jpg");
}

.advantage-slide.customer .advantage-ring {
  background-image: url("/img/advantage-rings/yellow-ring.jpg");
}

.advantage-text {
  position: absolute;
  left: 50px;
  top: 15%;
  width: 290px;
  z-index: 2;
  color: #fff;
  text-align: left;
  text-shadow: none;
}

.advantage-text h1 {
  width: 420px;
  margin: 0 0 65px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.advantage-text h1 span {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 23px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.advantage-text p {
  margin: 0;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.advantage-metric {
  position: absolute;
  z-index: 2;
  left: 45px;
  top: 665px;
  display: flex;
  gap: 18px;
  width: auto;
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: 11px;
  font-weight: normal;
  line-height: 1.15;
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.metric-item {
  display: flex;
  flex-direction: column;
  width: 68px;
  min-width: 0;
  min-height: 0;
  align-items: center;
  gap: 3px;
  padding: 0;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  text-align: center;
}

.advantage-metric em {
  display: block;
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.metric-item span {
  color: rgba(255, 255, 255, .82);
  white-space: nowrap;
}

.advantage-slide.plan .advantage-metric {
  left: 58px;
  top: 665px;
  width: 105px;
  justify-content: center;
}

.advantage-slide.risk .advantage-metric {
  left: 43px;
  top: 640px;
  width: 160px;
  justify-content: space-between;
}

.advantage-slide.customer .advantage-metric {
  left: 43px;
  top: 660px;
  width: 160px;
  justify-content: space-between;
}

.advantage-nav {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 19px;
  height: 44px;
  transform: translateY(-50%);
  border: 0;
  opacity: .5;
  cursor: pointer;
  background: transparent center / contain no-repeat;
  transition: opacity .18s ease;
}

.advantage-nav:hover {
  opacity: 1;
}

.advantage-nav.prev {
  left: 8%;
  background-image: url("/img/left.png");
}

.advantage-nav.next {
  right: 8%;
  background-image: url("/img/right.png");
}

.services-hero,
.international-hero,
.about-hero,
.contact-hero {
  width: 100%;
  min-height: 449px;
  background-position: center top;
  background-repeat: no-repeat;
}

.services-hero {
  position: relative;
  min-height: 300px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background-color: #002f28;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 6px 6px;
}

.services-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 18px;
  height: 18px;
  transform: translateX(-50%) rotate(45deg);
  background: #002b25;
}

.services-hero-copy {
  position: relative;
  z-index: 1;
  width: 900px;
  color: #fff;
  text-align: center;
}

.services-hero-copy h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
}

.services-hero-copy p {
  margin: 10px 0 42px;
  color: rgba(255, 255, 255, .86);
  font-size: 13px;
  line-height: 20px;
}

.services-hero-copy p::after {
  content: "";
  display: block;
  width: 74px;
  height: 1px;
  margin: 34px auto 0;
  background: rgba(255, 255, 255, .38);
}

.services-hero-copy span {
  display: block;
  color: rgba(255, 255, 255, .9);
  font-size: 12px;
  line-height: 22px;
}

.international-hero {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 430px;
  min-height: 0;
  margin: 0;
  overflow: visible;
  background-color: #060606;
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, .76) 0%, rgba(0, 0, 0, .56) 42%, rgba(0, 0, 0, .22) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .25) 0%, rgba(0, 0, 0, .05) 46%, rgba(0, 0, 0, .45) 100%),
    url("/img/hero-black-gold-ai.png");
  background-position: center 54%;
  background-size: cover;
}

.international-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 18px;
  height: 18px;
  transform: translateX(-50%) rotate(45deg);
  background: #090807;
}

.international-hero-copy {
  position: relative;
  z-index: 1;
  width: min(860px, calc(100% - 48px));
  color: #fff;
  text-align: center;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

.international-hero-copy h1 {
  margin: 0;
  color: rgba(255, 255, 255, .96);
  font-family: Arial, "Helvetica Neue", "Microsoft YaHei", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
}

.international-hero-copy p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .92);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 5px;
}

.international-hero-copy span {
  display: block;
  margin-top: 108px;
  color: rgba(255, 255, 255, .9);
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 1px;
}

.international-hero-copy span::before,
.international-hero-copy span::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  margin: 0 auto;
  background: rgba(255, 255, 255, .45);
}

.international-hero-copy span::before {
  margin-bottom: 22px;
}

.international-hero-copy span::after {
  margin-top: 22px;
}

.about-hero {
  background-image: url("/img/746-2-628.jpg");
  height: 498px;
}

.about-growth {
  height: 800px;
  background-image: url("/img/746-3-628.jpg");
}

.about-process {
  height: 568px;
  background-image: url("/img/746-4-628.jpg");
}

.about-contact {
  height: 537px;
  background-image: url("/img/746-5-628.jpg");
}

.contact-hero {
  background-image: url("/img/731-1-628.jpg");
  min-height: 900px;
}

.old-content {
  width: 983px;
  margin: 6px auto 0;
  padding: 54px 0 90px;
  text-align: center;
}

.old-content .lead {
  width: 860px;
  margin: 0 auto 54px;
  font-size: 13px;
  line-height: 24px;
}

.old-content .company-intro {
  color: #222;
  font-size: 14px;
  line-height: 2;
}

.about-page {
  color: #1f1f1f;
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  letter-spacing: .04em;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

.about-profile {
  position: relative;
  display: grid;
  min-height: 498px;
  place-items: center;
  overflow: hidden;
  background-color: #251225;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 6px 6px;
}

.about-profile::before,
.about-growth-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.about-profile::before {
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, .08), transparent 23%),
    linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(0, 0, 0, .12));
}

.about-profile-inner {
  position: relative;
  z-index: 1;
  width: min(920px, calc(100% - 56px));
  color: #fff;
  text-align: center;
}

.about-eyebrow {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0;
}

.about-profile h1 {
  margin: 0 0 42px;
  color: rgba(255, 255, 255, .92);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: .24em;
}

.about-profile h1::after {
  content: "";
  display: block;
  width: 72px;
  height: 1px;
  margin: 28px auto 0;
  background: rgba(255, 255, 255, .35);
}

.about-profile-copy {
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: 14px;
  font-weight: 400;
  line-height: 2.05;
  letter-spacing: .08em;
}

.about-services {
  width: 100%;
  padding: 78px 0 82px;
  background: #fff;
  text-align: center;
}

.about-services-grid {
  display: grid;
  width: min(980px, calc(100% - 64px));
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  margin: 0 auto;
}

.about-service-item {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.about-service-photo {
  width: 214px;
  height: 214px;
  margin: 0 auto 34px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .03);
}

.about-service-international {
  background-image: url("/img/about/service-international.jpg");
}

.about-service-ip {
  background-image: url("/img/about/service-ip.jpg");
}

.about-service-legal {
  background-image: url("/img/about/service-legal.jpg");
}

.about-service-item h2 {
  margin: 0 0 8px;
  color: #111;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: .08em;
}

.about-service-item p {
  margin: 0;
  color: #333;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: .02em;
}

.about-services-note {
  margin: 78px auto 0;
  color: #222;
  font-size: 15px;
  line-height: 2;
  letter-spacing: .08em;
}

.about-growth-panel {
  position: relative;
  display: grid;
  min-height: 568px;
  place-items: center;
  overflow: hidden;
  background-color: #6d858c;
  background-image:
    linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 6px 6px;
  text-align: center;
}

.about-growth-panel::before {
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 255, 255, .12), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(35, 54, 59, .22));
}

.about-growth-copy {
  position: relative;
  z-index: 1;
  color: #fff;
}

.about-growth-copy span {
  display: block;
  margin-bottom: -16px;
  color: rgba(255, 255, 255, .72);
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: .28em;
}

.about-growth-copy strong {
  display: block;
  color: rgba(255, 255, 255, .92);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 136px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.about-growth-copy p {
  margin: 28px 0 14px;
  color: rgba(255, 255, 255, .9);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: .1em;
}

.about-growth-copy small {
  display: block;
  width: min(640px, calc(100vw - 64px));
  margin: 0 auto;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 2;
  letter-spacing: .07em;
}

.about-page .about-process {
  position: relative;
  height: 537px;
  background-image: url("/img/about-process-icons-clean.jpg");
}

.about-process-copy {
  position: absolute;
  top: 64px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  color: #151515;
  font-family: Arial, "Helvetica Neue", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .08em;
  text-align: center;
  white-space: nowrap;
}

.about-contact-panel {
  padding: 72px 0 90px;
  background: #f4f4f4;
  border-top: 1px solid #e5e5e5;
}

.about-contact-inner {
  width: min(1200px, calc(100% - 64px));
  margin: 0 auto;
  text-align: center;
}

.about-contact-inner h2 {
  margin: 0;
  color: #222;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: .12em;
}

.about-contact-inner h2::after {
  content: "";
  display: block;
  width: 44px;
  height: 2px;
  margin: 16px auto 0;
  background: #8a145e;
}

.about-contact-lead {
  margin: 26px 0 46px;
  color: #666;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: .06em;
}

.about-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.about-contact-item {
  min-height: 260px;
  padding: 48px 24px 38px;
  border: 0;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .04);
}

.about-contact-icon {
  display: grid;
  width: 76px;
  height: 76px;
  margin: 0 auto 28px;
  place-items: center;
  border-radius: 50%;
  background: #f1f1f1;
  color: #8a145e;
}

.about-contact-icon svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.about-contact-item strong {
  display: block;
  margin-bottom: 18px;
  color: #222;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: .08em;
}

.about-contact-item p {
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: .02em;
}

.about-address-line,
.about-address-unit {
  display: block;
  text-align: center;
}

.about-contact-note {
  display: inline-block;
  color: #999;
  font-size: 14px;
  line-height: 26px;
}

@media (max-width: 980px) {
  .about-services-grid,
  .about-contact-grid {
    gap: 28px;
  }

  .about-service-photo {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 760px) {
  .about-profile {
    min-height: 460px;
  }

  .about-eyebrow {
    font-size: 30px;
  }

  .about-profile h1 {
    margin-bottom: 34px;
    font-size: 16px;
  }

  .about-profile-copy {
    font-size: 13px;
    line-height: 2;
  }

  .about-services {
    padding: 56px 0 64px;
  }

  .about-services-grid {
    width: min(360px, calc(100% - 48px));
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .about-service-photo {
    width: 210px;
    height: 210px;
    margin-bottom: 24px;
  }

  .about-services-note {
    width: min(420px, calc(100% - 48px));
    margin-top: 58px;
    font-size: 14px;
  }

  .about-growth-copy strong {
    font-size: 108px;
  }

  .about-growth-copy p {
    font-size: 16px;
  }

  .about-page .about-process {
    height: 420px;
    background-size: auto 420px;
  }

  .about-contact-grid {
    grid-template-columns: 1fr;
  }
}

.icon-grid {
  display: grid;
  grid-template-columns: repeat(5, 174px);
  justify-content: center;
  gap: 50px 17px;
  margin: 0 auto 54px;
  padding: 0;
  list-style: none;
}

.icon-grid li {
  position: relative;
  width: 174px;
  height: 140px;
  cursor: pointer;
}

.service-page .icon-grid li {
  transition: transform .2s ease, color .2s ease;
}

.service-page .icon-grid li:hover {
  color: #8a145e;
  transform: translateY(-3px);
}

.icon-grid a {
  display: block;
  width: 174px;
  height: 140px;
}

.icon-grid img {
  width: 81px;
  height: 71px;
  object-fit: contain;
}

.service-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 2px;
  color: #a8a8a8;
  border: 3px solid currentColor;
  border-radius: 50%;
  font-family: Arial, "Microsoft YaHei", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  text-rendering: geometricPrecision;
  transition: color .2s ease, transform .2s ease;
}

.icon-grid li:hover .service-icon {
  color: #8a145e;
  transform: scale(1.06);
}

.legal-grid {
  width: 1002px;
  max-width: 100%;
  grid-template-columns: repeat(5, 178px);
  gap: 0 22px;
  padding: 44px 0 0;
}

.legal-grid li {
  height: 170px;
  text-align: center;
}

.legal-grid img {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  image-rendering: auto;
}

.legal-grid strong {
  margin-top: 18px;
  color: #fff;
  font-size: 14px;
}

.legal-grid span {
  width: 150px;
  margin: 7px auto 0;
  color: #fff;
  line-height: 18px;
}

.icon-grid strong {
  display: block;
  margin-top: 10px;
  color: #111;
  font-size: 14px;
  line-height: 20px;
}

.icon-grid span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #555;
}

.icon-grid .service-icon {
  display: grid;
  margin: 0 auto 2px;
  color: #a8a8a8;
  font-size: 34px;
}

.international-page .international-services {
  width: 920px;
  grid-template-columns: repeat(5, 160px);
  gap: 0 30px;
  align-items: start;
  margin-bottom: 0;
}

.international-page .international-services li {
  width: 160px;
  height: 132px;
}

.international-page .international-services button {
  display: flex;
  width: 160px;
  height: 132px;
  padding: 0;
  flex-direction: column;
  align-items: center;
  border: 0;
  background: transparent;
  color: #111;
  font: inherit;
  text-align: center;
  cursor: pointer;
}

.international-page .international-services .icon-box {
  display: flex;
  width: 108px;
  height: 88px;
  align-items: center;
  justify-content: center;
}

.international-page .international-services img {
  width: 95px;
  height: 82px;
  object-fit: contain;
  image-rendering: auto;
}

.international-page .international-services li:nth-child(1) img {
  transform: scale(1.08);
}

.international-page .international-services li:nth-child(2) img {
  transform: scale(.98);
}

.international-page .international-services li:nth-child(3) img {
  transform: scale(1.04);
}

.international-page .international-services li:nth-child(4) img {
  transform: scale(.96);
}

.international-page .international-services li:nth-child(5) img {
  transform: scale(1.12);
}

.international-page .international-services strong {
  margin-top: 12px;
}

.international-page .international-services button:hover strong {
  color: #8a145e;
}

.international-page .international-services p {
  display: none;
}

.section-caption {
  margin: 18px 0 32px;
  font-size: 18px;
  font-weight: 400;
}

.legal-panel {
  min-height: 469px;
  margin-top: 0;
  background: #131313;
}

.legal-inner {
  width: 1002px;
  margin: 0 auto;
  padding-top: 1px;
}

.legal-inner .section-caption {
  height: 184px;
  margin: 0;
  border-bottom: 1px solid #393939;
  color: #fff;
  font-size: 14px;
  line-height: 184px;
  text-align: center;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none;
  background: rgba(0, 0, 0, .38);
  backdrop-filter: blur(2px);
}

.modal-backdrop.open {
  display: block;
}

.old-modal {
  position: fixed;
  z-index: 41;
  left: 50%;
  top: 50%;
  display: none;
  width: 560px;
  min-height: 238px;
  padding: 38px 44px 42px;
  transform: translate(-50%, -50%);
  background: #fff;
  border-top: 4px solid #8a145e;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .28);
}

.old-modal.open {
  display: block;
}

.old-modal button {
  position: absolute;
  right: 18px;
  top: 14px;
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  color: #777;
  font-size: 26px;
  line-height: 32px;
  cursor: pointer;
}

.old-modal button:hover {
  color: #8a145e;
}

.old-modal h2 {
  margin: 0 0 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e4e4e4;
  color: #111;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
}

.old-modal p {
  margin: 0;
  color: #555;
  font-size: 14px;
  line-height: 28px;
  text-align: left;
}

.old-modal .modal-link {
  display: inline-block;
  margin-top: 18px;
  padding: 8px 18px;
  border: 1px solid #8a145e;
  color: #8a145e;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.old-modal .modal-link:hover {
  background: #8a145e;
  color: #fff;
}

.news-page {
  background: #f0f1f1;
}

.news-shell {
  display: grid;
  width: 980px;
  grid-template-columns: 660px 280px;
  gap: 40px;
  margin: 0 auto;
  padding: 88px 0 90px;
  color: #444;
}

.news-main {
  min-height: 620px;
  padding-right: 28px;
  border-right: 1px solid #c2c2c2;
}

.news-title {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 30px;
  padding-bottom: 14px;
  border-bottom: 1px solid #d6d6d6;
}

.news-title h1,
.news-section-head h2,
.news-side-box h2 {
  margin: 0;
  color: #222;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  font-weight: 700;
}

.news-title h1 {
  font-size: 24px;
  line-height: 32px;
}

.news-title span {
  color: #8a8a8a;
  font-size: 13px;
  text-transform: uppercase;
}

.news-section {
  margin-bottom: 42px;
}

.news-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.news-section-head h2 {
  color: #760001;
  font-size: 18px;
  line-height: 30px;
}

.news-section-head span {
  color: #999;
  font-size: 12px;
}

.news-list,
.side-news-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-list li {
  border-bottom: 1px dashed #ccc;
}

.news-list a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 18px;
  padding: 18px 4px 20px;
  color: inherit;
  text-decoration: none;
}

.news-list strong {
  color: #760001;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.news-list time {
  color: #777;
  font-size: 13px;
  line-height: 24px;
}

.news-list span {
  grid-column: 1 / -1;
  color: #575757;
  font-size: 14px;
  line-height: 26px;
}

.news-list a:hover strong,
.side-news-list a:hover {
  color: #8a145e;
}

.news-side {
  padding-top: 70px;
}

.news-side-box {
  margin-bottom: 34px;
  padding-bottom: 26px;
  border-bottom: 1px solid #d6d6d6;
}

.news-side-box h2 {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 24px;
}

.side-news-list li {
  display: grid;
  grid-template-columns: 1fr 72px;
  gap: 8px;
  padding: 7px 0;
  font-size: 12px;
  line-height: 20px;
}

.side-news-list a {
  overflow: hidden;
  color: #444;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.side-news-list time {
  color: #888;
  text-align: right;
}

.news-side-box.contact p {
  margin: 0 0 12px;
  color: #575757;
  font-size: 13px;
  line-height: 24px;
}

.article-shell {
  width: 980px;
  margin: 0 auto;
  padding: 86px 0 96px;
}

.article-card {
  min-height: 560px;
  padding: 0 54px 54px;
  background: #fff;
  border-top: 3px solid #760001;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
}

.article-card h1 {
  margin: 0;
  padding: 44px 0 18px;
  color: #222;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
}

.article-meta {
  margin: 0 0 34px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e4e4e4;
  color: #777;
  font-size: 13px;
  text-align: center;
}

.article-body {
  color: #444;
  font-size: 15px;
  line-height: 30px;
}

.article-body p {
  margin: 0 0 18px;
}

.article-back {
  margin: 42px 0 0;
  text-align: center;
}

.article-back a {
  color: #760001;
  text-decoration: none;
}

.article-back a:hover {
  color: #8a145e;
}

.china-tm-page {
  padding-top: 148px;
  background: #f3f3f1;
  color: #222;
}

.china-tm-page .site-header {
  position: absolute;
}

.china-tm-nav a {
  font-size: 13px;
  letter-spacing: 0;
}

.china-tm-hero {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  background: #141414 url("/img/home-background-crop.jpg") center top / cover no-repeat;
}

.china-tm-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .58);
}

.china-tm-hero-inner {
  position: relative;
  z-index: 1;
  width: 1180px;
  margin: 0 auto;
  padding: 92px 0 66px;
  color: #fff;
}

.china-tm-kicker {
  margin: 0 0 18px;
  color: #d7d1c8;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.china-tm-hero h1 {
  width: 760px;
  margin: 0;
  color: #fff;
  font-size: 44px;
  font-weight: 500;
  line-height: 56px;
}

.china-tm-hero-copy {
  width: 590px;
  margin: 24px 0 0;
  color: #e5e2dd;
  font-size: 16px;
  line-height: 29px;
}

.china-tm-actions {
  display: flex;
  gap: 14px;
  margin-top: 34px;
}

.china-tm-primary,
.china-tm-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 152px;
  height: 46px;
  padding: 0 24px;
  font-size: 13px;
  font-weight: 700;
  line-height: 46px;
  text-transform: uppercase;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.china-tm-primary {
  background: #760001;
  color: #fff;
  border: 1px solid #760001;
}

.china-tm-primary:hover {
  background: #8a145e;
  border-color: #8a145e;
}

.china-tm-secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .54);
}

.china-tm-secondary:hover {
  background: #fff;
  color: #111;
}

.china-tm-proof {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 72px 0 0;
  background: rgba(255, 255, 255, .28);
}

.china-tm-proof div {
  min-height: 108px;
  padding: 24px 26px 20px;
  background: rgba(0, 0, 0, .46);
}

.china-tm-proof dt {
  margin: 0 0 10px;
  color: #bdb6ad;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}

.china-tm-proof dd {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.china-tm-intro,
.china-tm-scope,
.china-tm-process,
.china-tm-faq {
  width: 1180px;
  margin: 0 auto;
  padding: 76px 0;
}

.china-tm-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 30px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d3d3d0;
}

.china-tm-section-head span {
  color: #760001;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.china-tm-section-head h2,
.china-tm-band h2,
.china-tm-pricing-notes h2,
.china-tm-docs h2,
.china-tm-contact h2 {
  margin: 0;
  color: #161616;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
}

.china-tm-three,
.china-tm-scope-grid,
.china-tm-faq-grid,
.china-tm-note-grid {
  display: grid;
  gap: 20px;
}

.china-tm-three {
  grid-template-columns: repeat(3, 1fr);
}

.china-tm-three article,
.china-tm-scope-grid article,
.china-tm-faq-grid article,
.china-tm-note-grid div {
  background: #fff;
  border-top: 3px solid #760001;
  padding: 28px 28px 26px;
}

.china-tm-three strong,
.china-tm-scope-grid h3,
.china-tm-faq-grid h3,
.china-tm-note-grid strong {
  display: block;
  margin: 0 0 12px;
  color: #111;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
}

.china-tm-three p,
.china-tm-scope-grid li,
.china-tm-faq-grid p,
.china-tm-note-grid p,
.china-tm-pricing-notes p,
.china-tm-band-copy p,
.china-tm-credential-list p,
.china-tm-docs li,
.china-tm-contact p {
  margin: 0;
  color: #555;
  font-size: 14px;
  line-height: 26px;
}

.china-tm-band {
  background: #1d1d1d;
  color: #fff;
}

.china-tm-band {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 60px;
  padding: 78px calc((100% - 1180px) / 2);
}

.china-tm-band h2 {
  color: #fff;
}

.china-tm-band-copy p:last-child {
  margin-top: 20px;
  color: #d0d0d0;
}

.china-tm-credential-list {
  display: grid;
  gap: 1px;
  background: #3d3d3d;
}

.china-tm-credential-list div {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 0 18px;
  min-height: 126px;
  padding: 28px 28px 24px;
  background: #262626;
}

.china-tm-credential-list span {
  grid-row: 1 / span 2;
  color: #9c9c9c;
  font-size: 24px;
  line-height: 34px;
}

.china-tm-credential-list strong {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.china-tm-credential-list p {
  color: #cfcfcf;
}

.china-tm-scope-grid {
  grid-template-columns: repeat(2, 1fr);
}

.china-tm-scope-grid ul {
  margin: 0;
  padding-left: 18px;
}

.china-tm-scope-grid li + li {
  margin-top: 8px;
}

.china-tm-pricing {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 40px;
  width: 1180px;
  margin: 0 auto;
  padding: 78px 0;
}

.china-tm-price-card {
  padding: 34px 34px 32px;
  background: #760001;
  color: #fff;
}

.china-tm-price-card span {
  display: block;
  margin-bottom: 14px;
  color: #e8d8d8;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.china-tm-price-card strong {
  display: block;
  margin-bottom: 18px;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

.china-tm-price-card p {
  margin: 0 0 28px;
  color: #f4e7e7;
  font-size: 14px;
  line-height: 26px;
}

.china-tm-price-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 176px;
  height: 42px;
  padding: 0 20px;
  background: #fff;
  color: #760001;
  font-size: 13px;
  font-weight: 700;
  line-height: 42px;
  text-transform: uppercase;
}

.china-tm-pricing-notes {
  padding: 2px 0 0;
}

.china-tm-pricing-notes > p {
  margin: 16px 0 24px;
  max-width: 690px;
}

.china-tm-note-grid {
  grid-template-columns: repeat(3, 1fr);
}

.china-tm-process {
  padding-top: 38px;
}

.china-tm-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #d0d0cc;
}

.china-tm-steps li {
  min-height: 246px;
  padding: 28px 22px 24px;
  background: #fff;
}

.china-tm-steps span {
  display: block;
  margin-bottom: 26px;
  color: #760001;
  font-size: 28px;
  line-height: 32px;
}

.china-tm-steps strong {
  display: block;
  margin-bottom: 10px;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.china-tm-steps p {
  margin: 0;
  color: #555;
  font-size: 13px;
  line-height: 24px;
}

.china-tm-docs {
  display: grid;
  grid-template-columns: 390px 1fr;
  gap: 60px;
  padding: 68px calc((100% - 1180px) / 2);
  background: #e8e7e3;
}

.china-tm-docs ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.china-tm-docs li {
  position: relative;
  padding-left: 18px;
}

.china-tm-docs li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  background: #760001;
}

.china-tm-faq {
  padding-bottom: 56px;
}

.china-tm-faq-grid {
  grid-template-columns: repeat(2, 1fr);
}

.china-tm-contact {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 42px;
  width: 1180px;
  margin: 0 auto 82px;
  padding: 38px 42px;
  background: #171717;
  color: #fff;
}

.china-tm-contact span {
  display: block;
  margin-bottom: 10px;
  color: #c9c1b8;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.china-tm-contact h2 {
  color: #fff;
}

.china-tm-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 54px;
  margin-top: 12px;
  background: #fff;
  color: #760001;
  font-size: 15px;
  font-weight: 700;
}

.china-tm-contact p {
  grid-column: 1 / -1;
  max-width: 760px;
  color: #cfcfcf;
}

.china-tm-footer {
  margin-top: 0;
}

.china-tm-footer .links {
  color: #c1c1c1;
}

@media (max-width: 1050px) {
  .china-tm-page {
    padding-top: 0;
  }

  .china-tm-page .site-header {
    position: relative;
  }

  .china-tm-hero-inner,
  .china-tm-intro,
  .china-tm-scope,
  .china-tm-process,
  .china-tm-faq,
  .china-tm-pricing,
  .china-tm-contact {
    width: calc(100% - 28px);
  }

  .china-tm-hero {
    min-height: 0;
  }

  .china-tm-hero-inner {
    padding: 62px 0 40px;
  }

  .china-tm-hero h1,
  .china-tm-hero-copy {
    width: 100%;
  }

  .china-tm-hero h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .china-tm-proof,
  .china-tm-three,
  .china-tm-scope-grid,
  .china-tm-pricing,
  .china-tm-note-grid,
  .china-tm-steps,
  .china-tm-docs,
  .china-tm-faq-grid,
  .china-tm-contact,
  .china-tm-band {
    grid-template-columns: 1fr;
  }

  .china-tm-proof {
    margin-top: 42px;
  }

  .china-tm-band,
  .china-tm-docs {
    padding-left: 14px;
    padding-right: 14px;
  }

  .china-tm-section-head {
    display: block;
  }

  .china-tm-section-head span {
    display: block;
    margin-bottom: 10px;
  }

  .china-tm-docs ul {
    grid-template-columns: 1fr;
  }

  .china-tm-contact {
    margin-bottom: 40px;
  }

  .china-tm-contact a {
    width: 100%;
    margin-top: 0;
  }
}

@media (max-width: 1050px) {
  .news-shell,
  .article-shell {
    width: calc(100% - 40px);
  }

  .news-shell {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .news-main {
    padding-right: 0;
    border-right: 0;
  }

  .news-side {
    padding-top: 0;
  }
}

@media (max-width: 1050px) {
  html,
  body {
    min-width: 0;
  }

  .site-header {
    position: relative;
    height: auto;
    overflow: visible;
  }

  .site-header:hover,
  .site-header.open {
    height: auto;
  }

  .header-inner {
    width: 100%;
    height: auto;
    padding: 16px 18px;
  }

  .brand,
  .main-nav,
  .dropdown-map {
    position: static;
  }

  .brand {
    display: block;
    width: 240px;
  }

  .main-nav {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px 18px;
  }

  .main-nav a {
    width: auto;
  }

  .dropdown-map {
    display: none !important;
  }

  .skyline {
    height: auto;
    margin-top: 0;
    padding: 0 0 24px;
    background-position: center top;
  }

  .home-stage {
    width: calc(100% - 28px);
    height: auto;
    margin: 20px auto;
  }

  .top-cards,
  .notice-panel,
  .service-strip,
  .anniversary {
    position: static;
    width: 100%;
    height: auto;
  }

  .anniversary {
    padding: 18px 0 22px;
    box-sizing: border-box;
  }

  .top-cards,
  .service-strip {
    display: block;
  }

  .feature-card,
  .feature-card img,
  .service-logo,
  .service-logo img {
    width: 100%;
  }

  .feature-shade,
  .feature-card strong,
  .feature-card > span:last-child,
  .services-hero-copy {
    width: 100%;
  }

  .services-hero-copy {
    padding: 0 20px;
  }

  .home-topic-modal {
    width: calc(100% - 28px);
    max-height: calc(100vh - 44px);
    padding: 36px 20px 30px;
  }

  .home-topic-modal h2 {
    font-size: 22px;
    line-height: 32px;
  }

  .home-topic-hero {
    height: 148px;
  }

  .topic-fee-grid {
    grid-template-columns: 1fr;
  }

  .topic-lead,
  .topic-evidence,
  .topic-contact {
    padding: 18px;
  }

  .old-modal {
    width: calc(100% - 28px);
    max-height: calc(100vh - 44px);
    padding: 34px 22px 30px;
    overflow: auto;
  }

  .feature-card {
    margin-bottom: 12px;
  }

  .notice-panel {
    margin: 12px 0;
  }

  .service-tile,
  .news-tile {
    min-height: 150px;
  }

  .left-float,
  .right-float {
    display: none;
  }

  .site-footer {
    margin-top: 20px;
  }

  .links,
  .footer-inner,
  .old-content {
    width: calc(100% - 28px);
  }

  .old-content .lead {
    width: 100%;
    max-width: 860px;
  }

  .advantage-page {
    padding-top: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .advantage-stage {
    width: 100%;
    height: auto;
    min-height: 0;
    overflow: visible;
    background: #252525;
  }

  .advantage-slide {
    position: relative !important;
    left: auto !important;
    top: auto;
    bottom: auto;
    width: 100%;
    min-height: 520px;
    height: auto;
    opacity: 1 !important;
    transition: none;
    overflow: hidden;
    background-size: cover;
    background-position: center top;
    padding: 70px 28px 64px;
  }

  .advantage-text {
    position: relative;
    left: auto;
    top: auto;
    width: min(100%, 520px);
  }

  .advantage-text h1 {
    width: 100%;
    margin-bottom: 34px;
    font-size: 24px;
    line-height: 1.35;
  }

  .advantage-text h1 span {
    font-size: 18px;
    line-height: 1.25;
  }

  .advantage-text p {
    font-size: 13px;
    line-height: 2;
  }

  .advantage-metric,
  .advantage-slide.plan .advantage-metric,
  .advantage-slide.risk .advantage-metric,
  .advantage-slide.customer .advantage-metric {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    justify-content: flex-start;
    margin-top: 44px;
  }

  .advantage-nav {
    display: none;
  }

  .icon-grid {
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(150px, 174px));
    gap: 32px 12px;
  }

  .international-page .international-services {
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(150px, 160px));
    gap: 32px 14px;
  }

  .legal-inner {
    width: calc(100% - 28px);
  }

  .legal-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 178px));
    gap: 30px 14px;
  }

  .footer-inner {
    height: auto;
    display: flex;
    gap: 24px;
    padding-bottom: 24px;
  }

  .footer-inner p {
    width: calc((100% - 48px) / 3);
    margin-bottom: 0;
  }
}

@media (max-width: 760px) {
  .advantage-slide {
    min-height: 560px;
    padding: 46px 20px 52px;
    background-position: left top;
  }

  .advantage-text h1 {
    margin-bottom: 24px;
    font-size: 21px;
    line-height: 1.35;
  }

  .advantage-text h1 span {
    width: 260px;
    max-width: 100%;
    font-size: 12px;
    line-height: 1.45;
    letter-spacing: .01em;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .advantage-text p {
    font-size: 13px;
    line-height: 1.9;
  }

  .advantage-metric,
  .advantage-slide.plan .advantage-metric,
  .advantage-slide.risk .advantage-metric,
  .advantage-slide.customer .advantage-metric {
    gap: 12px;
    margin-top: 34px;
    flex-wrap: wrap;
  }

  .footer-inner {
    flex-direction: column;
    gap: 16px;
  }

  .footer-inner p {
    width: 100%;
  }

  .footer-contact {
    height: auto;
  }

  .footer-contact span {
    position: static;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    white-space: normal;
  }
}
