html {
  color-scheme: dark;
  background: #050607;
}

html,
body,
#main {
  min-height: 100%;
  background-color: #050607;
}

#cx-boot-fallback {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  overflow: hidden;
  color: #fff;
  background-color: #050607;
  background-image: var(--cx-boot-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  visibility: visible;
  transition: opacity 400ms ease, visibility 400ms ease;
}

#cx-boot-fallback::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 42%);
}

#cx-boot-fallback > span {
  position: relative;
  z-index: 1;
  font-family: "BDO Grotesk Variable", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}

#cx-boot-fallback > span:last-child {
  color: rgb(255 255 255 / 72%);
  font-weight: 500;
}

#cx-boot-fallback.cx-boot-hidden {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

body.cx-personalized .framer-text {
  overflow-wrap: anywhere;
}

body.cx-personalized img.cx-content-image {
  object-position: center;
}

body.cx-personalized img[data-cx-pdf-ui="true"] {
  object-fit: contain !important;
  object-position: center !important;
  background: #07080a;
}

#cx-pdf-actions {
  position: fixed;
  top: 112px;
  right: 24px;
  bottom: auto;
  left: auto;
  width: max-content;
  max-width: calc(100vw - 32px);
  transform: none;
  z-index: 1000;
  display: flex;
  gap: 8px;
  padding: 6px;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 6px;
  background: rgb(8 9 11 / 88%);
  box-shadow: 0 12px 32px rgb(0 0 0 / 28%);
  backdrop-filter: blur(12px);
}

#cx-pdf-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 4px;
  color: #fff;
  font-family: "BDO Grotesk Variable", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease;
}

#cx-pdf-actions a:first-child {
  color: #090a0c;
  background: #fff;
}

#cx-pdf-actions a:last-child {
  background: rgb(255 255 255 / 10%);
}

#cx-pdf-actions a:hover,
#cx-pdf-actions a:focus-visible {
  color: #090a0c;
  background: #d1e1e8;
  outline: none;
}

body.cx-personalized img[alt="CUI XIUNAN"] {
  object-fit: contain !important;
  object-position: left center !important;
}

body.cx-personalized [data-cx-single-line="true"] {
  width: max-content !important;
  max-width: none !important;
  white-space: nowrap !important;
  overflow-wrap: normal !important;
  word-break: keep-all !important;
}

@media (min-width: 810px) {
  body.cx-personalized .framer-q501wf {
    gap: 48px !important;
  }

  body.cx-personalized .framer-17vd81f {
    gap: 48px !important;
  }

  body.cx-personalized .framer-7wgs6p {
    flex: 0 0 120px !important;
    width: 120px !important;
  }

  body.cx-personalized .framer-1v928ln,
  body.cx-personalized .framer-iwocxa {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  body.cx-personalized .framer-1v928ln {
    overflow: visible !important;
  }
}

body.cx-personalized input,
body.cx-personalized textarea,
body.cx-personalized select,
body.cx-personalized button {
  letter-spacing: 0 !important;
}

@media (max-width: 809.98px) {
  #cx-boot-fallback {
    padding: 24px;
  }

  #cx-pdf-actions {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: calc(100% - 32px);
    max-width: 360px;
    margin: 24px auto;
    transform: none;
    justify-content: center;
  }

  #cx-pdf-actions a {
    flex: 1 1 0;
  }

  body.cx-personalized h1,
  body.cx-personalized h2,
  body.cx-personalized h3 {
    overflow-wrap: anywhere;
  }

  body.cx-personalized [data-cx-single-line="true"] {
    font-size: 22px !important;
    line-height: 26px !important;
  }

  body.cx-personalized .framer-17vd81f {
    gap: 16px !important;
  }

  body.cx-personalized .framer-7wgs6p {
    flex: 0 0 72px !important;
    width: 72px !important;
  }

  body.cx-personalized .framer-1v928ln,
  body.cx-personalized .framer-iwocxa {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  body.cx-personalized .framer-1v928ln {
    overflow: visible !important;
  }
}
#__framer-badge-container,
.__framer-badge {
  display: none !important;
  pointer-events: none !important;
}

.cx-career-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  width: min(calc(100% - 48px), 1392px);
  margin: 0 auto;
  padding: 8px 0 72px;
  color: #fff;
}

.cx-career-section {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}

.cx-career-card {
  min-width: 0;
}

.cx-career-card > img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background: #171717;
}

.cx-career-card__meta {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 8px;
  padding-top: 10px;
  font-family: sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.cx-career-card__meta h3,
.cx-career-card__meta p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.cx-career-card__meta h3 {
  font-weight: 600;
}

.cx-career-card__date {
  display: block;
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.72);
  white-space: nowrap;
}

.cx-career-card__meta p {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.56);
}

@media (max-width: 1199.98px) {
  .cx-career-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 809.98px) {
  .cx-career-grid {
    display: flex;
    gap: 10px;
    width: 100%;
    padding: 8px 24px 56px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .cx-career-grid::-webkit-scrollbar {
    display: none;
  }

  .cx-career-card {
    flex: 0 0 min(78vw, 320px);
    scroll-snap-align: start;
  }
}

body.cx-personalized [data-cx-timeline-row="true"] {
  height: auto !important;
  min-height: 70px !important;
}

body.cx-personalized [data-cx-timeline-row="true"] [data-framer-name="Content"] {
  height: auto !important;
  min-height: 53px !important;
}

body.cx-personalized [data-cx-timeline-date="true"] {
  flex: 0 0 168px !important;
  width: 168px !important;
  min-width: 168px !important;
}

body.cx-personalized [data-cx-timeline-date="true"] * {
  white-space: nowrap !important;
  font-size: 12px !important;
  line-height: 16px !important;
  letter-spacing: 0 !important;
}

@media (max-width: 809.98px) {
  body.cx-personalized [data-cx-timeline-date="true"] {
    flex-basis: 112px !important;
    width: 112px !important;
    min-width: 112px !important;
  }
}
/* Keep server-rendered content visible when Framer hydration cannot finish. */
#main [data-framer-appear-id][style*="opacity:0.001"],
#main [data-framer-appear-id][style*="opacity: 0.001"] {
  opacity: 1 !important;
  transform: none !important;
}

#main [style*="opacity:0"]:not([data-cx-hidden="true"]),
#main [style*="opacity: 0"]:not([data-cx-hidden="true"]) {
  opacity: 1 !important;
  transform: none !important;
}

/* Remove the original pricing-template currency placeholders. */
#main [data-framer-name="Currency"] {
  display: none !important;
}

#cx-mobile-navigation[hidden] {
  display: none !important;
}

#cx-mobile-navigation {
  position: fixed;
  inset: 0;
  z-index: 2147482000;
  display: flex;
  flex-direction: column;
  padding: 24px;
  color: #fff;
  background: #050607;
}

.cx-mobile-navigation-open {
  overflow: hidden !important;
}

.cx-mobile-navigation__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cx-mobile-navigation__brand,
.cx-mobile-navigation__close,
.cx-mobile-navigation__links a {
  color: inherit;
  font-family: sans-serif;
  letter-spacing: 0;
  text-decoration: none;
}

.cx-mobile-navigation__brand,
.cx-mobile-navigation__close {
  font-size: 12px;
  font-weight: 600;
}

.cx-mobile-navigation__close {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 4px;
  padding: 8px 12px;
  background: transparent;
}

.cx-mobile-navigation__links {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}

.cx-mobile-navigation__links a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 18px 0;
  font-size: 32px;
  line-height: 1.1;
}

.cx-mobile-navigation__links a span:last-child {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
}

@media (min-width: 810px) {
  #cx-mobile-navigation {
    display: none !important;
  }
}
