﻿:root {
  --green-900: #003d38;
  --green-800: #075e54;
  --green-700: #087c6b;
  --green-600: #099179;
  --green-500: #109d8b;
  --text: #666;
  --title: #156d6a;
  --page-width: 1920px;
  --content-width: 1600px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

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

img {
  display: block;
  max-width: 100%;
}

button {
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
}

.site-header-inner,
.section-inner,
.hero-inner {
  position: relative;
  width: min(100%, var(--content-width));
  height: 100%;
  margin: 0 auto;
}

.brand {
  position: absolute;
  top: 24px;
  left: 0;
  display: block;
  width: 233px;
  height: 65.5px;
}

.brand-mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 66.8px;
  height: 66.5px;
}

.brand-text {
  position: absolute;
  top: 12px;
  left: 82px;
  width: 151px;
  height: 40.6px;
}

.site-nav {
  position: absolute;
  top: 43px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 122px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  white-space: nowrap;
}

.site-nav a,
.language-button,
.language-menu button {
  opacity: 0.95;
  transition: opacity 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.language-button:hover,
.language-menu button:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.language-switcher {
  position: relative;
}

.language-button {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}

.language-button img {
  width: 20px;
  height: 20px;
}

.language-caret {
  width: 0;
  height: 0;
  border-top: 6px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  transform: translateY(1px);
}

.language-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 30;
  display: grid;
  min-width: 156px;
  padding: 8px;
  border: 1px solid rgba(208, 255, 247, 0.36);
  border-radius: 10px;
  background: rgba(0, 65, 65, 0.92);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 160ms ease, transform 160ms ease;
  backdrop-filter: blur(8px);
}

.language-switcher.is-open .language-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.language-menu button {
  min-height: 34px;
  padding: 0 12px;
  color: #fff;
  border-radius: 7px;
  font-size: 15px;
  line-height: 1.3;
  text-align: left;
}

.language-menu button.is-active {
  color: #004141;
  background: #d0fff7;
  opacity: 1;
}

.hero-section {
  position: relative;
  height: 800px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 70, 63, 0.22), rgba(2, 45, 40, 0.36)),
    url("assets/paiyouquan/pattern-bg.png") center top / cover no-repeat,
    #126c60;
}

.hero-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    url("assets/paiyouquan/sparkle-bg.png") center bottom / 1920px auto no-repeat,
    radial-gradient(circle at 22% 15%, rgba(41, 213, 163, 0.28), transparent 21%),
    radial-gradient(circle at 78% 34%, rgba(3, 53, 48, 0.6), transparent 36%);
  opacity: 0.48;
  pointer-events: none;
}

.hero-section::after {
  position: absolute;
  right: -162px;
  top: -152px;
  width: 643px;
  height: 640px;
  content: "";
  background: url("assets/paiyouquan/corner-light.svg") center / contain no-repeat;
  opacity: 0.08;
  pointer-events: none;
}

.hero-visual {
  --hero-scale: 1;
  position: absolute;
  top: 129px;
  left: 0;
  width: calc(822px * var(--hero-scale));
  height: calc(583px * var(--hero-scale));
}

.hero-table,
.hero-chips,
.hero-card {
  position: absolute;
  max-width: none;
  pointer-events: none;
}

.hero-table {
  top: calc(128px * var(--hero-scale));
  left: 0;
  width: calc(822px * var(--hero-scale));
  height: calc(461px * var(--hero-scale));
  filter: drop-shadow(0 4px 17.4px rgba(0, 0, 0, 0.54));
}

.hero-chips {
  top: calc(-22px * var(--hero-scale));
  left: calc(38px * var(--hero-scale));
  width: calc(586px * var(--hero-scale));
  height: calc(586px * var(--hero-scale));
}

.hero-card {
  top: calc(98px * var(--hero-scale));
  left: calc(128px * var(--hero-scale));
  width: calc(157px * var(--hero-scale));
  height: calc(157px * var(--hero-scale));
}

.hero-copy {
  position: absolute;
  top: 227px;
  left: 898px;
  z-index: 2;
}

.hero-copy h1 {
  margin: 0;
  color: #fff;
  font-size: 68px;
  font-weight: 500;
  line-height: 95px;
  white-space: nowrap;
}

.handwritten-slogan {
  position: relative;
  width: 356px;
  height: 145px;
}

.handwritten-slogan::before {
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  color: #fff;
  content: attr(data-slogan);
  font-family: "Segoe Print", "Comic Sans MS", "PingFang SC", cursive;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.24);
  transform: rotate(-8deg);
}

.text-slogan .handwritten-slogan::before {
  display: block;
}

.text-slogan .handwritten-slogan > img:first-child {
  opacity: 0;
}

.handwritten-slogan > img:first-child {
  width: 356px;
  height: 130px;
  object-fit: contain;
}

.slogan-underline {
  position: absolute;
  top: 73.6px;
  left: 37.5px;
  width: 287px;
  height: 71.4px;
}

.hero-slogan {
  margin: 38px 0 0 31px;
}

.download-buttons {
  display: flex;
  align-items: center;
  gap: 44px;
}

.hero-downloads {
  margin-top: 58px;
}

.download-button {
  display: inline-flex;
  width: 280px;
  height: 76px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #fff;
  border: 1.5px solid #d0fff7;
  border-radius: 12px;
  background: linear-gradient(180deg, #48a7a2 0%, #0c726f 15.86%, #004141 100%);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.32);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 28px;
  line-height: 34px;
  backdrop-filter: blur(5.3px);
  transition: transform 180ms ease, filter 180ms ease;
}

.download-button img {
  width: 42.2px;
  height: 42.2px;
  object-fit: contain;
}

.download-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.content-section {
  position: relative;
  overflow: hidden;
}

.intro-section {
  height: 723px;
  background: #fff;
}

.friends-section {
  height: 620px;
  color: #fff;
  background: #099179;
}

.friends-section::before {
  position: absolute;
  inset: -20px 0 0;
  content: "";
  background: url("assets/paiyouquan/club-pattern.png") left top / 640px 640px repeat-x;
  filter: brightness(0) invert(1);
  opacity: 0.06;
  pointer-events: none;
}

.net-section {
  height: 875px;
  background: #fff;
}

.fair-section {
  height: 645px;
  overflow: visible;
  background: linear-gradient(180deg, #fbfffe 0%, #e7f8f5 24%, #c5ebe4 100%);
}

.section-copy {
  position: absolute;
  z-index: 2;
  width: 550px;
}

.section-copy h2 {
  margin: 0;
  color: var(--title);
  font-size: 40px;
  font-weight: 500;
  line-height: 56px;
}

.section-copy p {
  width: 550px;
  margin: 38px 0 0;
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.title-line {
  display: block;
  width: 60px;
  height: 4px;
  margin-top: 19px;
  background: var(--title);
  opacity: 0.66;
}

.light-copy h2,
.light-copy p {
  color: #fff;
}

.light-copy .title-line {
  background: #fff;
}

.intro-copy {
  top: 252px;
  left: 215px;
}

.phone-crop {
  position: absolute;
  top: 116px;
  left: 866px;
  width: 528px;
  height: 607px;
  overflow: hidden;
}

.phone-wrap {
  position: absolute;
  top: -90px;
  left: -124px;
  display: flex;
  width: 776px;
  height: 861px;
  align-items: center;
  justify-content: center;
}

.phone-wrap img {
  width: 467.8px;
  height: 722.9px;
  max-width: none;
  object-fit: cover;
  transform: rotate(31.43deg);
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.friends-art {
  position: absolute;
  top: 0;
  left: 180px;
  width: 620px;
  height: 620px;
}

.friends-table {
  width: 620px;
  height: 620px;
  object-fit: cover;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.friends-icon {
  position: absolute;
  top: 79px;
  left: 253px;
  width: 41px;
  height: 45px;
  object-fit: contain;
}

.friends-copy {
  top: 162px;
  left: 851px;
}

.net-copy {
  top: 302px;
  left: 201px;
}

.net-art {
  position: absolute;
  top: 180px;
  left: 908px;
  width: 604px;
  height: 495px;
  object-fit: cover;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.fair-art {
  position: absolute;
  top: -60px;
  left: 233px;
  width: 567px;
  height: 567px;
  object-fit: cover;
}

.fair-copy {
  top: 103px;
  left: 851px;
}

.cta-section {
  position: relative;
  height: 600px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(5, 109, 92, 0.98), rgba(3, 97, 84, 0.98)),
    url("assets/paiyouquan/sparkle-bg.png") center bottom / 1920px auto no-repeat,
    #099179;
}

.cta-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background: url("assets/paiyouquan/sparkle-bg.png") center bottom / 1920px auto no-repeat;
  opacity: 0.72;
  pointer-events: none;
}

.cta-slogan {
  position: absolute;
  top: 36px;
  left: 623px;
}

.cta-downloads {
  position: absolute;
  top: 251px;
  left: 461px;
  gap: 120px;
}

.cta-downloads .download-button {
  background: linear-gradient(180deg, #3bb9b3 0%, #099179 15.86%, #099179 100%);
}

.footer-line {
  position: absolute;
  top: 380px;
  left: 201px;
  width: 1200px;
  height: 2px;
  background: #6bc3b3;
}

.footer-brand {
  position: absolute;
  top: 438px;
  left: 684px;
  display: block;
  width: 233px;
  height: 65.5px;
}

.copyright,
.cta-legal {
  position: absolute;
  top: 558px;
  left: 50%;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
}

.cta-legal {
  top: 534px;
  width: min(100% - 48px, 900px);
}

.download-page {
  min-height: 100vh;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(7, 83, 75, 0.92), rgba(6, 117, 99, 0.96)),
    url("assets/paiyouquan/sparkle-bg.png") center bottom / 1920px auto no-repeat,
    #087c6b;
}

.download-main {
  width: min(100% - 96px, 1200px);
  margin: 0 auto;
  padding: 136px 0 80px;
}

.download-hero {
  padding-bottom: 34px;
  border-bottom: 2px solid rgba(208, 255, 247, 0.42);
}

.download-eyebrow {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.72);
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

.download-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.25;
}

.download-lead {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.8;
}

.download-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
}

.download-card,
.download-help {
  border: 1.5px solid rgba(208, 255, 247, 0.42);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(61, 184, 178, 0.34), rgba(0, 65, 65, 0.56));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(8px);
}

.download-card {
  padding: 30px;
}

.download-card-head {
  min-height: 164px;
}

.platform-badge {
  display: inline-flex;
  height: 30px;
  align-items: center;
  padding: 0 14px;
  color: #075e54;
  border-radius: 999px;
  background: #d0fff7;
  font-size: 14px;
  font-weight: 700;
}

.download-card h2,
.download-help h2 {
  margin: 18px 0 0;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
}

.download-card p,
.download-help p,
.install-steps li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.75;
}

.download-card p {
  margin: 14px 0 0;
}

.primary-download {
  margin-top: 20px;
}

.download-note {
  min-height: 56px;
}

.install-steps {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(208, 255, 247, 0.24);
}

.install-steps h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.install-steps ol {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 22px;
}

.download-help {
  margin-top: 24px;
  padding: 26px 30px;
}

.download-help h2 {
  margin-top: 0;
}

.download-help a {
  display: inline-flex;
  margin-top: 16px;
  border-bottom: 1px solid rgba(208, 255, 247, 0.7);
  color: #fff;
}

.site-footer {
  color: rgba(255, 255, 255, 0.7);
  background: #075e54;
}

.footer-inner {
  width: min(100% - 48px, 1200px);
  margin: 0 auto;
  padding: 34px 0;
  text-align: center;
}

.footer-legal {
  font-size: 12px;
  line-height: 1.8;
}

.footer-legal p {
  margin: 0;
}

@media (max-width: 1700px) {
  :root {
    --content-width: min(1600px, calc(100% - 96px));
  }

  .site-nav {
    gap: 72px;
  }
}

@media (max-width: 1500px) {
  .hero-section {
    height: 720px;
  }

  .hero-visual {
    top: 134px;
    --hero-scale: 0.78;
  }

  .hero-copy {
    top: 208px;
    left: min(720px, 54vw);
  }

  .hero-copy h1 {
    font-size: 54px;
    line-height: 74px;
  }

  .hero-slogan {
    margin-top: 30px;
    margin-left: 18px;
    transform: scale(0.82);
    transform-origin: left top;
  }

  .hero-downloads {
    margin-top: 22px;
  }

  .download-button {
    width: 230px;
    height: 62px;
    font-size: 22px;
  }

  .download-button img {
    width: 34px;
    height: 34px;
  }

  .intro-copy {
    left: 8vw;
  }

  .phone-crop {
    left: auto;
    right: 5vw;
  }

  .friends-art {
    left: 7vw;
  }

  .friends-copy,
  .fair-copy {
    left: 55vw;
  }

  .net-copy {
    left: 7vw;
  }

  .net-art {
    left: auto;
    right: 6vw;
  }

  .fair-art {
    left: 8vw;
  }

  .cta-slogan {
    left: 50%;
    transform: translateX(-50%);
  }

  .cta-downloads {
    left: 50%;
    gap: 80px;
    transform: translateX(-50%);
  }

  .footer-line {
    left: 50%;
    width: min(76vw, 1200px);
    transform: translateX(-50%);
  }

  .footer-brand {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 1120px) {
  .site-header {
    height: auto;
    padding: 22px 32px;
  }

  .site-header-inner {
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }

  .brand {
    position: relative;
    top: auto;
    left: auto;
    flex: 0 0 170px;
    width: 170px;
    height: 48px;
  }

  .brand-mark {
    width: 48px;
    height: 48px;
  }

  .brand-text {
    top: 9px;
    left: 59px;
    width: 109px;
    height: 29px;
  }

  .site-nav {
    position: relative;
    top: auto;
    right: auto;
    gap: 32px;
    font-size: 16px;
    line-height: 24px;
  }

  .language-button {
    font-size: 16px;
    line-height: 24px;
  }

  .language-menu {
    min-width: 144px;
  }

  .hero-section {
    height: auto;
    min-height: 760px;
    padding: 116px 0 60px;
  }

  .hero-inner {
    display: grid;
    width: min(100% - 48px, 760px);
    height: auto;
    justify-items: center;
    gap: 34px;
  }

  .hero-copy,
  .hero-visual {
    position: relative;
    top: auto;
    left: auto;
  }

  .hero-copy {
    display: grid;
    width: 100%;
    justify-items: center;
    order: 1;
    text-align: center;
  }

  .hero-copy h1 {
    max-width: 100%;
    font-size: 44px;
    line-height: 1.25;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .hero-slogan {
    margin: 20px 0 0;
    transform: scale(0.78);
    transform-origin: top center;
  }

  .hero-downloads {
    justify-content: center;
    margin-top: -10px;
  }

  .hero-visual {
    order: 2;
    --hero-scale: 0.68;
  }

  .content-section {
    height: auto;
    overflow: hidden;
  }

  .content-section .section-inner,
  .cta-inner {
    display: grid;
    width: min(100% - 48px, 760px);
    height: auto;
    justify-items: center;
    gap: 38px;
  }

  .intro-section,
  .net-section,
  .fair-section,
  .friends-section {
    padding: 82px 0;
  }

  .section-copy,
  .intro-copy,
  .friends-copy,
  .net-copy,
  .fair-copy,
  .phone-crop,
  .friends-art,
  .net-art,
  .fair-art,
  .cta-slogan,
  .cta-downloads,
  .footer-line,
  .footer-brand,
  .copyright,
  .cta-legal {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
  }

  .section-copy {
    width: min(100%, 550px);
  }

  .section-copy h2 {
    font-size: 34px;
    line-height: 1.35;
  }

  .section-copy p {
    width: auto;
    margin-top: 26px;
    font-size: 17px;
  }

  .phone-crop {
    width: min(528px, 92vw);
    height: min(607px, 106vw);
  }

  .friends-art {
    width: min(620px, 92vw);
    height: auto;
    order: 1;
  }

  .friends-table {
    width: 100%;
    height: auto;
  }

  .friends-icon {
    top: 13%;
    left: 41%;
  }

  .friends-copy {
    order: 2;
  }

  .net-art {
    width: min(604px, 92vw);
    height: auto;
  }

  .fair-art {
    width: min(567px, 92vw);
    height: auto;
  }

  .cta-section {
    height: auto;
    padding: 64px 0 32px;
  }

  .cta-downloads {
    gap: 34px;
  }

  .footer-line {
    width: min(100%, 640px);
    margin-top: 16px;
  }

  .footer-brand {
    margin-top: 8px;
  }

  .copyright,
  .cta-legal {
    margin: 0;
    white-space: normal;
  }

  .download-main {
    width: min(100% - 48px, 760px);
    padding-top: 116px;
  }

  .download-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 18px 18px;
  }

  .site-header-inner {
    align-items: flex-start;
  }

  .brand {
    flex-basis: 146px;
    width: 146px;
    height: 42px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .brand-text {
    top: 8px;
    left: 52px;
    width: 94px;
    height: 25px;
  }

  .site-nav {
    gap: 12px;
    font-size: 14px;
    line-height: 22px;
  }

  .site-nav a:first-child,
  .site-nav a:nth-child(3) {
    display: none;
  }

  .language-button {
    gap: 5px;
    font-size: 12px;
    line-height: 20px;
  }

  .language-button img {
    display: none;
  }

  .language-caret {
    border-top-width: 5px;
    border-right-width: 4px;
    border-left-width: 4px;
  }

  .language-menu {
    min-width: 126px;
    padding: 6px;
  }

  .language-menu button {
    min-height: 32px;
    padding: 0 9px;
    font-size: 13px;
  }

  .hero-section {
    min-height: 690px;
    padding-top: 96px;
  }

  .hero-inner {
    width: min(100% - 32px, 430px);
  }

  .hero-copy h1 {
    font-size: 34px;
  }

  .hero-copy {
    width: calc(100vw - 32px);
    max-width: 430px;
  }

  .hero-copy h1 {
    display: block;
    width: 100%;
    white-space: pre-line;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .hero-slogan {
    margin-top: 14px;
    transform: scale(0.56);
    transform-origin: top center;
    margin-bottom: -54px;
  }

  .download-buttons {
    flex-direction: column;
    gap: 14px;
  }

  .download-button {
    width: 220px;
    height: 58px;
    border-radius: 10px;
    font-size: 20px;
  }

  .download-button img {
    width: 30px;
    height: 30px;
  }

  .hero-visual {
    --hero-scale: 0.42;
    margin-top: 2px;
  }

  .intro-section,
  .net-section,
  .fair-section,
  .friends-section {
    padding: 62px 0;
  }

  .content-section .section-inner,
  .cta-inner {
    width: min(100% - 32px, 430px);
    gap: 28px;
  }

  .section-copy {
    text-align: left;
  }

  .section-copy h2 {
    font-size: 30px;
  }

  .section-copy p {
    font-size: 15px;
    line-height: 1.8;
  }

  .phone-crop {
    width: min(360px, 92vw);
    height: 414px;
  }

  .phone-wrap {
    top: -62px;
    left: -84px;
    width: 529px;
    height: 587px;
  }

  .phone-wrap img {
    width: 319px;
    height: 493px;
  }

  .cta-section {
    padding-top: 54px;
  }

  .cta-slogan {
    transform: scale(0.6);
    transform-origin: top center;
    margin-bottom: -52px;
  }

  .cta-downloads {
    gap: 14px;
  }

  .footer-brand {
    width: 170px;
    height: 48px;
  }

  .copyright,
  .cta-legal {
    font-size: 12px;
    line-height: 1.6;
  }

  .download-main {
    width: min(100% - 32px, 430px);
    padding: 102px 0 48px;
  }

  .download-hero h1 {
    font-size: 34px;
  }

  .download-lead,
  .download-card p,
  .download-help p,
  .install-steps li {
    font-size: 15px;
  }

  .download-card,
  .download-help {
    padding: 22px 18px;
  }
}
