.sta-contact{
  background:#e9e4db;
  padding:clamp(26px, 4vw, 54px) 0;
}

.sta-contact__wrap{
  max-width:1180px;
  margin:0 auto;
  padding:0 16px;
  display:grid;
  grid-template-columns:1.15fr 0.85fr;
  gap:clamp(18px, 3vw, 42px);
  align-items:center;
}

.sta-contact__formcol,
.sta-contact__form{
  min-width:0;
}

.sta-contact__intro{
  margin-bottom:22px;
}

.sta-contact__intro h2{
  margin:0 0 12px;
  font-family:"Poppins","Noto Sans TC","PingFang TC","Microsoft JhengHei",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  font-size:clamp(28px, 4vw, 52px);
  line-height:1.08;
  font-weight:800;
  color:#2f2f2f;
}

.sta-contact__intro p{
  margin:0;
  max-width:760px;
  font-family:"Noto Sans TC","PingFang TC","Microsoft JhengHei",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  font-size:clamp(16px, 1.45vw, 20px);
  line-height:1.9;
  color:#374151;
}

.sta-contact__intro strong{
  color:#3D7031;
  font-weight:800;
}

.sta-contact__art{
  display:flex;
  justify-content:center;
  align-items:center;
}

.sta-contact__lottie{
  width:min(460px, 90%);
  aspect-ratio:1 / 1;
  pointer-events:none;
}

.sta-contact__lottie svg{
  display:block;
  width:100%;
  height:100%;
}

.sta-contact-form-shell--default{
  width:min(100% - 24px, 920px);
  margin-inline:auto !important;
}

.sta-contact .sta-contact-form-shell--default{
  width:auto;
  margin:0 !important;
}

.sta-contact .wpforms-container{
  margin:0 !important;
}

.sta-contact .wpforms-form,
.sta-contact-form--default{
  font-family:"Noto Sans TC","PingFang TC","Microsoft JhengHei",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
}

.sta-contact .wpforms-field,
.sta-contact-form--default .wpforms-field{
  margin-bottom:18px !important;
  clear:both !important;
}

.sta-contact-form--default .wpforms-field,
.sta-contact-form--default .wpforms-submit-container,
.sta-contact-form--default .sta-contact-form__status{
  width:min(100%, 520px) !important;
  margin-inline:auto !important;
}

.sta-contact .wpforms-field-label,
.sta-contact-form--default .wpforms-field-label{
  display:block !important;
  font-weight:800 !important;
  color:#111 !important;
  margin-bottom:8px !important;
  font-size:15px !important;
}

.sta-contact .wpforms-required-label,
.sta-contact-form--default .wpforms-required-label{
  color:#d94f4f !important;
}

.sta-contact .wpforms-form fieldset,
.sta-contact-form--default fieldset{
  border:0 !important;
  margin:0 !important;
  padding:0 !important;
  min-width:0 !important;
}

.sta-contact .wpforms-form legend.wpforms-field-label,
.sta-contact-form--default legend.wpforms-field-label{
  width:100% !important;
}

.sta-contact .wpforms-one-half,
.sta-contact .wpforms-first,
.sta-contact-form--default .wpforms-one-half,
.sta-contact-form--default .wpforms-first{
  width:100% !important;
  float:none !important;
}

.sta-contact-form--default .wpforms-one-half,
.sta-contact-form--default .wpforms-first,
.sta-contact-form--default .wpforms-field-email{
  width:min(100%, 520px) !important;
  float:none !important;
  margin-inline:auto !important;
}

.sta-contact .wpforms-field-row,
.sta-contact-form--default .wpforms-field-row{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:14px !important;
}

.sta-contact .wpforms-field-row-block,
.sta-contact-form--default .wpforms-field-row-block{
  width:100% !important;
  float:none !important;
  margin:0 !important;
  padding:0 !important;
}

.sta-contact .wpforms-field-description,
.sta-contact-form--default .wpforms-field-description{
  margin-top:10px !important;
  max-width:620px;
  color:rgba(0,0,0,.72) !important;
  font-size:13px !important;
  line-height:1.7 !important;
}

.sta-contact .wpforms-field-description p,
.sta-contact-form--default .wpforms-field-description p{
  margin:0 0 8px;
}

.sta-contact .wpforms-field-description p:last-child,
.sta-contact-form--default .wpforms-field-description p:last-child{
  margin-bottom:0;
}

.sta-contact .wpforms-form input[type="text"],
.sta-contact .wpforms-form input[type="email"],
.sta-contact .wpforms-form input[type="tel"],
.sta-contact .wpforms-form textarea,
.sta-contact .wpforms-form select,
.sta-contact-form--default input[type="text"],
.sta-contact-form--default input[type="email"],
.sta-contact-form--default input[type="tel"],
.sta-contact-form--default textarea,
.sta-contact-form--default select{
  width:100% !important;
  max-width:520px;
  background:#fff !important;
  border:1px solid rgba(0,0,0,.28) !important;
  border-radius:2px !important;
  padding:10px 12px !important;
  font-size:16px !important;
  line-height:1.3 !important;
  box-shadow:none !important;
}

.sta-contact .wpforms-form textarea,
.sta-contact-form--default textarea{
  min-height:150px !important;
  resize:vertical;
}

.sta-contact .wpforms-form input:focus,
.sta-contact .wpforms-form textarea:focus,
.sta-contact .wpforms-form select:focus,
.sta-contact-form--default input:focus,
.sta-contact-form--default textarea:focus,
.sta-contact-form--default select:focus{
  outline:none !important;
  border-color:rgba(61,112,49,.55) !important;
  box-shadow:0 0 0 3px rgba(61,112,49,.14) !important;
}

.sta-contact .wpforms-field-checkbox label,
.sta-contact .wpforms-field-checkbox li label,
.sta-contact-form--default .wpforms-field-checkbox label,
.sta-contact-form--default .wpforms-field-checkbox li label{
  color:rgba(0,0,0,.76) !important;
  font-size:14px !important;
  line-height:1.6 !important;
}

.sta-contact .wpforms-field-gdpr-checkbox ul,
.sta-contact .wpforms-field-gdpr-checkbox li,
.sta-contact-form--default .wpforms-field-gdpr-checkbox ul,
.sta-contact-form--default .wpforms-field-gdpr-checkbox li{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
}

.sta-contact .wpforms-field-gdpr-checkbox li,
.sta-contact-form--default .wpforms-field-gdpr-checkbox li{
  display:flex !important;
  align-items:flex-start !important;
  gap:10px !important;
}

.sta-contact .wpforms-field-gdpr-checkbox input[type="checkbox"],
.sta-contact-form--default .wpforms-field-gdpr-checkbox input[type="checkbox"]{
  accent-color:#3D7031;
  width:16px;
  height:16px;
  flex-shrink:0;
  margin-top:3px;
}

.sta-contact .wpforms-field-label-inline,
.sta-contact .wpforms-field-gdpr-checkbox li label,
.sta-contact-form--default .wpforms-field-label-inline,
.sta-contact-form--default .wpforms-field-gdpr-checkbox li label{
  color:#2f2f2f !important;
  font-size:14px !important;
  line-height:1.6 !important;
}

.sta-contact .wpforms-field-label-inline a,
.sta-contact .wpforms-field-gdpr-checkbox li label a,
.sta-contact .wpforms-field-description a,
.sta-contact-form--default .wpforms-field-label-inline a,
.sta-contact-form--default .wpforms-field-gdpr-checkbox li label a,
.sta-contact-form--default .wpforms-field-description a{
  color:#3D7031 !important;
  text-decoration:underline !important;
}

.sta-contact .wpforms-submit,
.sta-contact-form--default .wpforms-submit{
  background:#cf7f8b !important;
  color:#fff !important;
  border:0 !important;
  border-radius:3px !important;
  padding:12px 28px !important;
  font-weight:800 !important;
  letter-spacing:.02em !important;
  box-shadow:none !important;
  transition:filter .2s ease, transform .2s ease, opacity .2s ease;
}

.sta-contact .wpforms-submit:hover,
.sta-contact-form--default .wpforms-submit:hover{
  filter:brightness(0.95);
  transform:translateY(-1px);
}

.sta-contact-form--default .wpforms-submit-container{
  display:flex;
  justify-content:center;
}

.sta-contact .wpforms-submit:disabled,
.sta-contact-form--default .wpforms-submit:disabled{
  opacity:.78;
  cursor:wait;
}

.sta-contact .wpforms-field-sublabel,
.sta-contact .wpforms-sublabel-hide,
.sta-contact-form--default .wpforms-field-sublabel,
.sta-contact-form--default .wpforms-sublabel-hide{
  display:none !important;
}

.sta-contact-form__status{
  display:none;
  margin:0 0 18px;
  padding:12px 14px;
  border-radius:8px;
  font-size:14px;
  line-height:1.5;
  border:1px solid transparent;
}

.sta-contact-form__status.is-success,
.sta-contact-form__status.is-error{
  display:block;
}

.sta-contact-form__status.is-success{
  background:rgba(61,112,49,.08);
  border-color:rgba(61,112,49,.18);
  color:#234022;
}

.sta-contact-form__status.is-error{
  background:rgba(181,58,76,.08);
  border-color:rgba(181,58,76,.18);
  color:#7a2230;
}

.sta-contact-form__honeypot{
  position:absolute !important;
  left:-9999px !important;
  top:auto !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}

.sta-contact-form.is-loading .wpforms-submit:hover{
  filter:none;
  transform:none;
}

.sta-modal .sta-contact-form-shell--modal{
  margin-top:8px;
}

.sta-modal .wpforms-form{
  font-family:var(--sta-font-body);
}

.sta-modal .wpforms-field{
  margin-bottom:16px !important;
}

.sta-modal .wpforms-field-description{
  margin-top:10px !important;
  max-height:none;
  overflow:visible;
  color:rgba(0,0,0,.72) !important;
  font-size:12px !important;
  line-height:1.65 !important;
  padding-right:6px;
}

.sta-modal .wpforms-form input[type="text"],
.sta-modal .wpforms-form input[type="email"],
.sta-modal .wpforms-form input[type="tel"],
.sta-modal .wpforms-form textarea,
.sta-modal .wpforms-form select{
  max-width:100% !important;
}

.sta-modal .wpforms-submit{
  background:#cf7f8b !important;
  color:#fff !important;
  border:0 !important;
  border-radius:3px !important;
  padding:12px 28px !important;
  font-weight:800 !important;
  letter-spacing:.02em !important;
  box-shadow:none !important;
}

.sta-modal .wpforms-submit:hover{
  filter:brightness(0.95);
}

.sta-modal .sta-contact-form__status{
  margin-bottom:14px;
}

@media (max-width:900px){
  .sta-contact__wrap{
    grid-template-columns:1fr;
  }

  .sta-contact__intro h2{
    text-align:left;
  }

  .sta-contact__lottie{
    width:min(420px, 88vw);
  }

  .sta-contact .wpforms-form input[type="text"],
  .sta-contact .wpforms-form input[type="email"],
  .sta-contact .wpforms-form input[type="tel"],
  .sta-contact .wpforms-form textarea,
  .sta-contact .wpforms-form select,
  .sta-contact-form--default input[type="text"],
  .sta-contact-form--default input[type="email"],
  .sta-contact-form--default input[type="tel"],
  .sta-contact-form--default textarea,
  .sta-contact-form--default select{
    max-width:100%;
  }
}

@media (max-width:767px){
  .sta-contact-form-shell--default{
    width:min(100% - 20px, 920px);
  }
}

.sta-contact-page{
  padding-bottom:clamp(44px, 6vw, 84px);
}

.sta-contact-page .sta-contact{
  margin:clamp(34px, 5vw, 64px) 0;
}

.sta-contact-page__section{
  width:min(100% - 32px, var(--sta-container));
  margin:0 auto;
}

.sta-contact-page__section + .sta-contact-page__section{
  margin-top:clamp(36px, 5vw, 72px);
}

.sta-contact-page__eyebrow{
  margin:0 0 12px;
  color:var(--sta-green);
  font-size:12px;
  font-weight:700;
  letter-spacing:.2em;
  text-transform:uppercase;
}

.sta-contact-page__title{
  margin:0;
  color:var(--sta-heading);
  font-family:var(--sta-font-serif);
  font-size:clamp(32px, 4vw, 56px);
  line-height:1.08;
}

.sta-contact-page__divider{
  width:170px;
  max-width:42vw;
  height:2px;
  margin:18px 0 22px;
  border-radius:999px;
  background:linear-gradient(90deg, var(--sta-gold), rgba(195,168,144,0));
}

.sta-contact-page__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:48px;
  padding:12px 22px;
  border-radius:999px;
  background:var(--sta-green-dark);
  color:#fff !important;
  text-decoration:none !important;
  font-weight:700;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
  box-shadow:var(--sta-shadow-sm);
}

.sta-contact-page__button:hover,
.sta-contact-page__button:focus{
  background:var(--sta-green);
  transform:translateY(-1px);
}

.sta-contact-page__pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:7px 14px;
  border-radius:999px;
  background:rgba(60,68,52,.08);
  color:var(--sta-green-dark);
  font-size:13px;
  font-weight:600;
  line-height:1.3;
}

.sta-contact-page__pill--link{
  text-decoration:none !important;
  transition:background .2s ease, color .2s ease;
}

.sta-contact-page__pill--link:hover,
.sta-contact-page__pill--link:focus{
  background:var(--sta-green-dark);
  color:#fff !important;
}

.sta-contact-story__grid{
  display:grid;
  grid-template-columns:minmax(0, 1.1fr) minmax(0, .9fr);
  gap:clamp(22px, 3vw, 38px);
  align-items:stretch;
}

.sta-contact-story__copy,
.sta-contact-story__media,
.sta-contact-card,
.sta-contact-visual,
.sta-contact-map{
  border:1px solid var(--sta-border);
  border-radius:var(--sta-radius-md);
  box-shadow:var(--sta-shadow-sm);
}

.sta-contact-story__copy{
  background:linear-gradient(180deg, #fff 0%, #faf8f4 100%);
  padding:clamp(26px, 4vw, 40px);
}

.sta-contact-story__intro,
.sta-contact-story__intro p{
  color:var(--sta-text-soft);
  font-size:16px;
  line-height:1.85;
}

.sta-contact-story__intro p{
  margin:0 0 16px;
}

.sta-contact-story__intro p:last-child{
  margin-bottom:0;
}

.sta-contact-story__intro strong{
  color:var(--sta-heading);
}

.sta-contact-story__list{
  display:grid;
  gap:14px;
  margin:24px 0 0;
  padding:0;
  list-style:none;
}

.sta-contact-story__list li{
  position:relative;
  padding-left:24px;
  color:var(--sta-text);
  line-height:1.7;
}

.sta-contact-story__list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--sta-gold);
  box-shadow:0 0 0 5px rgba(195,168,144,.18);
}

.sta-contact-story__list strong{
  color:var(--sta-green-dark);
}

.sta-contact-story__note{
  margin:24px 0 0;
  padding:16px 18px;
  border-left:4px solid var(--sta-gold);
  border-radius:0 var(--sta-radius-sm) var(--sta-radius-sm) 0;
  background:rgba(195,168,144,.12);
  color:var(--sta-text);
  font-weight:600;
  line-height:1.7;
}

.sta-contact-story__media{
  overflow:hidden;
  display:flex;
  flex-direction:column;
  background:linear-gradient(180deg, var(--sta-green-dark) 0%, #2e3728 100%);
  color:var(--sta-text-light);
}

.sta-contact-story__media-frame{
  position:relative;
  min-height:280px;
}

.sta-contact-story__media-frame img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.sta-contact-story__media-copy{
  padding:22px;
}

.sta-contact-story__media .sta-contact-page__eyebrow{
  color:rgba(232,227,213,.78);
}

.sta-contact-story__media-title{
  margin:0 0 12px;
  color:#fff;
  font-size:clamp(24px, 2.5vw, 34px);
  line-height:1.18;
}

.sta-contact-story__media-text{
  margin:0;
  color:rgba(232,227,213,.88);
  line-height:1.75;
}

.sta-contact-story__chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

.sta-contact-story__chips .sta-contact-page__pill{
  background:rgba(255,255,255,.1);
  color:#fff;
}

.sta-contact-details__header{
  max-width:760px;
  margin-bottom:clamp(22px, 3vw, 32px);
}

.sta-contact-details.sta-contact-page__section{
  width:min(100% - 40px, 1720px);
}

.sta-contact-details__intro{
  margin:0;
  color:var(--sta-text-soft);
  font-size:17px;
  line-height:1.8;
}

.sta-contact-details__grid{
  display:grid;
  grid-template-columns:minmax(280px, .96fr) minmax(360px, 1.3fr) minmax(280px, .96fr);
  gap:clamp(20px, 2.2vw, 34px);
  margin-bottom:clamp(18px, 2.5vw, 28px);
  align-items:stretch;
}

.sta-contact-details__grid.is-two-column{
  grid-template-columns:repeat(2, minmax(0, 1fr));
}

.sta-contact-card{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  background:linear-gradient(180deg, #fbf9f4 0%, #f2ede2 100%);
  padding:clamp(24px, 3vw, 32px);
}

.sta-contact-card__eyebrow{
  margin:0 0 10px;
  color:var(--sta-gold-hover);
  font-size:12px;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.sta-contact-card__title{
  margin:0 0 12px;
  color:var(--sta-heading);
  font-size:clamp(24px, 2.3vw, 32px);
  line-height:1.16;
}

.sta-contact-card__text{
  margin:0;
  color:var(--sta-text-soft);
  line-height:1.8;
}

.sta-contact-card__email{
  display:block;
  margin-top:16px;
  color:var(--sta-green-dark) !important;
  font-size:clamp(16px, 1.45vw, 20px);
  line-height:1.45;
  font-weight:700;
  text-decoration:none !important;
  overflow-wrap:anywhere;
  word-break:break-word;
}

.sta-contact-card__email:hover,
.sta-contact-card__email:focus{
  color:var(--sta-green) !important;
}

.sta-contact-card__meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

.sta-contact-card__social-title{
  margin:22px 0 0;
  color:var(--sta-heading);
  font-weight:700;
}

.sta-contact-card .sta-contact-page__button{
  margin-top:18px;
}

.sta-contact-visual{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  overflow:hidden;
  background:linear-gradient(180deg, #ffffff 0%, #f8f5ee 100%);
}

.sta-contact-visual__copy{
  padding:clamp(24px, 3vw, 30px) clamp(22px, 3vw, 30px) 0;
  text-align:center;
}

.sta-contact-visual__copy .sta-contact-page__eyebrow{
  color:var(--sta-gold-hover);
}

.sta-contact-visual__title{
  margin:0;
  color:var(--sta-heading);
  font-family:var(--sta-font-serif);
  font-size:clamp(28px, 2.6vw, 40px);
  line-height:1.2;
}

.sta-contact-visual__text{
  margin:16px auto 0;
  max-width:34ch;
  color:var(--sta-text-soft);
  line-height:1.8;
}

.sta-contact-visual__frame{
  width:min(100%, 480px);
  margin:clamp(18px, 2.6vw, 28px);
  margin-inline:auto;
  border-radius:calc(var(--sta-radius-md) - 8px);
  overflow:hidden;
  box-shadow:0 24px 44px rgba(33, 40, 31, .14);
}

.sta-contact-visual__frame img{
  display:block;
  width:100%;
  aspect-ratio:3 / 2;
  object-fit:cover;
  object-position:center center;
}

.sta-contact-social{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
}

.sta-contact-social__link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  border-radius:50%;
  border:1px solid rgba(176,149,125,.28);
  background:rgba(60,68,52,.06);
  color:var(--sta-gold) !important;
  text-decoration:none !important;
  box-shadow:0 10px 22px rgba(33, 40, 31, .08);
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.sta-contact-social__link:hover,
.sta-contact-social__link:focus{
  transform:translateY(-2px);
  border-color:rgba(195,168,144,.42);
  background:var(--sta-green-dark);
  color:var(--sta-text-light) !important;
  box-shadow:0 16px 28px rgba(33, 40, 31, .16);
}

.sta-contact-social__link svg{
  display:block;
  width:20px;
  height:20px;
}

.sta-contact-social__fallback{
  font-size:14px;
  font-weight:800;
  letter-spacing:.04em;
}

.sta-contact-social__link--instagram,
.sta-contact-social__link--facebook,
.sta-contact-social__link--whatsapp{
  background:rgba(60,68,52,.06);
  color:var(--sta-gold) !important;
}

.sta-contact-map{
  display:grid;
  grid-template-columns:minmax(0, .7fr) minmax(0, 1.3fr);
  gap:0;
  overflow:hidden;
  background:#fff;
}

.sta-contact-map__copy{
  padding:clamp(24px, 3vw, 34px);
  background:linear-gradient(180deg, #faf8f4 0%, #f3eee5 100%);
}

.sta-contact-map__title{
  margin:0 0 12px;
  color:var(--sta-heading);
  font-size:clamp(24px, 2.5vw, 34px);
  line-height:1.16;
}

.sta-contact-map__text{
  margin:0;
  color:var(--sta-text-soft);
  line-height:1.8;
}

.sta-contact-map__frame{
  min-height:340px;
}

.sta-contact-map__frame iframe{
  display:block;
  width:100%;
  height:100%;
  min-height:340px;
  border:0;
}

html[lang="zh-TW"] .sta-contact-page__title{
  font-family:var(--sta-font-cjk-serif);
  line-height:1.18;
}

html[lang="zh-TW"] .sta-contact-card__title,
html[lang="zh-TW"] .sta-contact-story__media-title,
html[lang="zh-TW"] .sta-contact-visual__title,
html[lang="zh-TW"] .sta-contact-map__title{
  font-family:var(--sta-font-cjk-serif);
  line-height:1.28;
}

@media (max-width:1024px){
  .sta-contact-story__grid,
  .sta-contact-details__grid,
  .sta-contact-map{
    grid-template-columns:1fr;
  }

  .sta-contact-story__media-frame{
    min-height:240px;
  }
}

@media (max-width:767px){
  .sta-contact-page__section{
    width:min(100% - 20px, var(--sta-container));
  }

  .sta-contact-details.sta-contact-page__section{
    width:min(100% - 20px, 1720px);
  }

  .sta-contact-page__title{
    font-size:clamp(28px, 8vw, 40px);
  }

  .sta-contact-story__copy,
  .sta-contact-story__media-copy,
  .sta-contact-card,
  .sta-contact-visual__copy,
  .sta-contact-map__copy{
    padding:20px;
  }

  .sta-contact-story__intro,
  .sta-contact-details__intro,
  .sta-contact-map__text,
  .sta-contact-card__text{
    font-size:15px;
    line-height:1.7;
  }

  .sta-contact-card__email{
    font-size:17px;
  }

  .sta-contact-visual__frame{
    margin:0 20px 20px;
  }
}

html[lang="zh-CN"] .sta-contact__intro h2,
html[lang="zh-CN"] .sta-contact__intro p,
html[lang="zh-CN"] .sta-contact .wpforms-form,
html[lang="zh-CN"] .sta-contact-form--default,
html[lang="zh-CN"] .sta-contact .wpforms-field-label,
html[lang="zh-CN"] .sta-contact-form--default .wpforms-field-label,
html[lang="zh-CN"] .sta-contact .wpforms-field-description,
html[lang="zh-CN"] .sta-contact .wpforms-field-description p,
html[lang="zh-CN"] .sta-contact .wpforms-field-label-inline{
  font-family:var(--sta-font-zh-cn-sans) !important;
  letter-spacing:0 !important;
  font-synthesis:none;
}

html[lang="zh-CN"] .sta-contact__intro h2{
  font-weight:700 !important;
}
