body.mirror-translation {
  overflow-x: hidden;
}

body.mirror-translation .banner {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 78% 30%, rgba(39, 178, 255, .42), transparent 34%),
    linear-gradient(120deg, #061d51, #006ce6);
}

body.mirror-translation .banner::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255, 255, 255, .3) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .3) 1px, transparent 1px);
  background-size: 52px 52px;
}

body.mirror-translation .banner > .swiper {
  position: absolute;
  inset: 0;
  opacity: .08;
  pointer-events: none;
}

body.mirror-translation .banner > .swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.mirror-translation .mirror-hero-copy {
  position: absolute;
  top: 50%;
  inset-inline: 0;
  transform: translateY(-50%);
  z-index: 4;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0;
}

body.mirror-translation .mirror-hero-kicker {
  margin: 0 0 20px;
  color: #81e6ff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .12em;
}

body.mirror-translation .mirror-hero-copy h1 {
  max-width: 1100px;
  margin: 0;
  color: #fff;
  font-size: clamp(40px, 4.8vw, 64px);
  line-height: 1.08;
  letter-spacing: -.04em;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
  text-wrap: balance;
}

body.mirror-translation .mirror-hero-copy > p:not(.mirror-hero-kicker) {
  margin: 28px 0 0;
  color: #dbe9ff;
  font-size: clamp(18px, 2vw, 25px);
}

body.mirror-translation .mirror-hero-copy > a {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  margin-top: 36px;
  padding: 0 22px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 9px;
  color: #fff;
  background: rgba(255,255,255,.1);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

body.mirror-translation .mirror-hero-copy > a:hover {
  border-color: #fff;
  background: rgba(255,255,255,.18);
}

body.mirror-translation .service-card-grid .service-card {
  text-decoration: none;
}

body.mirror-translation .desktop-nav .top-bar-left,
body.mirror-translation .desktop-nav .top-bar .logo,
body.mirror-translation .desktop-nav .top-bar .logo > a {
  flex: 0 0 auto;
  min-width: 0;
}

body.mirror-translation .desktop-nav .top-bar-left,
body.mirror-translation .desktop-nav .top-bar .logo > a {
  width: 152px;
}

body.mirror-translation .desktop-nav .top-bar .logo a img {
  width: 152px !important;
  height: 38px !important;
  object-fit: contain;
}

body.mirror-translation .desktop-nav .top-bar-center {
  min-width: 0;
}

body.mirror-translation .desktop-nav .top-bar-right {
  flex: 0 0 auto;
}

html[dir="rtl"] body.mirror-translation .service-card-copy,
html[dir="rtl"] body.mirror-translation .footer,
html[dir="rtl"] body.mirror-translation .mirror-hero-copy {
  text-align: right;
}

html[dir="rtl"] body.mirror-translation .mirror-hero-kicker {
  direction: ltr;
  unicode-bidi: isolate;
  text-align: right;
}

@media (min-width: 768px) and (max-width: 1400px) {
  body.mirror-translation .desktop-nav .top-bar .container {
    width: calc(100% - 32px) !important;
    max-width: none !important;
  }

  body.mirror-translation .desktop-nav .site-main-nav {
    gap: 14px !important;
  }

  body.mirror-translation .desktop-nav .top-bar-right {
    margin-inline-start: 12px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  body.mirror-translation .desktop-nav .site-main-nav {
    gap: 10px !important;
  }

  body.mirror-translation .desktop-nav .site-main-nav > li > a {
    font-size: 12px !important;
  }

  body.mirror-translation .desktop-nav .international-language-trigger {
    padding-inline: 9px !important;
    font-size: 12px !important;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  body.mirror-translation .desktop-nav {
    display: none !important;
  }

  body.mirror-translation .mobile-nav {
    display: block !important;
    position: relative;
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 100%;
    border-bottom: 1px solid #eee;
    background: #fff;
  }

  body.mirror-translation .mobile-nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100% !important;
    max-width: none !important;
    height: 60px;
    padding: 0 20px;
  }

  body.mirror-translation .mobile-nav .logo {
    flex: 0 0 auto;
    margin-inline-end: 15px;
  }

  body.mirror-translation .mobile-nav .logo a img {
    width: auto;
    height: 32px;
  }

  body.mirror-translation .mobile-nav .logo a img.black {
    display: block;
  }

  body.mirror-translation .mobile-nav .logo a img.white {
    display: none;
  }

  body.mirror-translation .mobile-nav .yyqh {
    flex: 1 1 auto;
  }

  body.mirror-translation .mobile-nav .yyqh ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  body.mirror-translation .mobile-nav .yyqh li {
    float: none;
    padding: 0;
  }

  body.mirror-translation .mobile-nav .yyqh li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #666;
    font-size: 16px;
    text-decoration: none;
  }

  body.mirror-translation .mobile-nav .navModule {
    display: flex !important;
    flex: 0 0 auto;
    align-items: center;
  }

  body.mirror-translation .mobile-nav .navModule .navbtn {
    overflow: hidden;
    height: 60px;
    margin-top: -11px;
    padding-top: 12px;
    aspect-ratio: 1.1;
  }

  body.mirror-translation .mobile-nav .navModule .navbtn .menu {
    height: 100%;
    cursor: pointer;
    transform: scale(1.2);
    transition: transform 400ms;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
  }

  body.mirror-translation .mobile-nav .navModule.active .navbtn .menu {
    transform: rotate(45deg);
  }

  body.mirror-translation .mobile-nav .navModule .navbtn .menu .line {
    fill: none;
    stroke: #333;
    stroke-linecap: round;
    stroke-width: 3;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  }

  body.mirror-translation .mobile-nav .navModule .navbtn .menu .line.top {
    stroke-dasharray: 40 121;
  }

  body.mirror-translation .mobile-nav .navModule .navbtn .menu .line.bottom {
    stroke-dasharray: 40 121;
  }

  body.mirror-translation .mobile-nav .navModule.active .navbtn .menu .line.top,
  body.mirror-translation .mobile-nav .navModule.active .navbtn .menu .line.bottom {
    stroke-dashoffset: -68px;
  }

  body.mirror-translation .mobile-nav .mobile-menu-content {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 999;
    width: 100%;
    height: calc(100vh - 60px);
    overflow-y: auto;
    background: #fff;
  }

  body.mirror-translation .mobile-nav .mobile-menu-content.active {
    display: block;
  }

  body.mirror-translation .mobile-nav .mobile-menu-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  body.mirror-translation .mobile-nav .mobile-menu-content li {
    border-bottom: 1px solid #f0f0f0;
  }

  body.mirror-translation .mobile-nav .mobile-menu-content li a {
    display: block;
    padding: 15px 20px;
    color: #333;
    font-size: 16px;
    text-decoration: none;
  }

  body.mirror-translation .mobile-nav .mobile-menu-content .mobile-subnav a strong,
  body.mirror-translation .mobile-nav .mobile-menu-content .mobile-subnav a span {
    display: block;
  }

  body.mirror-translation .mobile-nav .mobile-menu-content .mobile-subnav a strong {
    margin-bottom: 4px;
    line-height: 1.3;
  }

  body.mirror-translation .mobile-nav .mobile-menu-content .mobile-subnav a span {
    color: #667085;
    font-size: 13px;
    line-height: 1.45;
  }
}

@media (max-width: 767px) {
  body.mirror-translation {
    padding-bottom: 68px;
  }

  body.mirror-translation .banner {
    min-height: 510px;
  }

  body.mirror-translation .mirror-hero-copy {
    width: calc(100% - 30px);
    padding: 58px 0;
  }

  body.mirror-translation .mirror-hero-copy h1 {
    font-size: clamp(32px, 8.8vw, 40px);
    line-height: 1.12;
  }

  body.mirror-translation .mirror-hero-copy > a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  html body.mirror-translation .cs-invite {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    overflow-x: hidden !important;
  }

  html body.mirror-translation .cs-invite-left,
  html body.mirror-translation .cs-invite-copy,
  html body.mirror-translation .cs-invite-copy h2,
  html body.mirror-translation .cs-invite-copy h2 span,
  html body.mirror-translation .cs-invite-copy p,
  html body.mirror-translation .cs-invite-badges,
  html body.mirror-translation .cs-invite-badge,
  html body.mirror-translation .cs-invite-right,
  html body.mirror-translation .cs-invite-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  html body.mirror-translation .cs-invite-open {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  html body.mirror-translation .cs-invite-open > span:not(.cs-invite-arrow) {
    min-width: 0 !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  html body.mirror-translation .rightfixed {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100% !important;
    height: 68px !important;
  }

  html body.mirror-translation .rightfixed > .item {
    float: none !important;
    width: auto !important;
    min-width: 0 !important;
    height: 68px !important;
  }

  html body.mirror-translation .rightfixed > .item .tit {
    box-sizing: border-box;
    width: 100% !important;
    height: 68px !important;
    padding: 8px 4px 6px !important;
  }

  html body.mirror-translation .rightfixed > .item .tit i {
    flex: 0 0 22px;
    width: 22px !important;
    height: 22px !important;
    margin-bottom: 3px !important;
  }

  html body.mirror-translation .rightfixed > .item .tit strong {
    display: block;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    color: #666;
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
