:root {
  --ink: #1f2558;
  --ink-soft: #566089;
  --violet: #5848e8;
  --violet-deep: #4030c8;
  --sky: #dff4ff;
  --mint: #dff8e8;
  --peach: #ffe6d8;
  --yellow: #fff3bd;
  --lavender: #eeebff;
  --white: #ffffff;
  --line: #e9eaf4;
  --shadow: 0 18px 45px rgba(31, 37, 88, .10);
  --radius: 28px;
  --display: ui-rounded, "Arial Rounded MT Bold", "Avenir Next", Inter, system-ui, sans-serif;
  --body: Inter, "Avenir Next", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.55; background: #fcfcff; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.skip-link { position: absolute; top: -50px; left: 18px; background: var(--ink); color: white; padding: 9px 14px; border-radius: 8px; z-index: 100; }
.skip-link:focus { top: 18px; }

.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(252,252,255,.87); backdrop-filter: blur(15px); border-bottom: 1px solid rgba(233,234,244,.75); }
.nav { min-height: 76px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-size: 18px; font-weight: 800; letter-spacing: -.04em; white-space: nowrap; }
.brand-mark { width: 31px; height: 31px; position: relative; display: inline-block; border-radius: 10px 14px 11px 14px; background: var(--violet); transform: rotate(-8deg); box-shadow: inset -7px -7px 0 rgba(0,0,0,.08); }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; background: #ffdf5b; border-radius: 99px; }
.brand-mark::before { width: 7px; height: 7px; right: 6px; top: 6px; }
.brand-mark::after { width: 13px; height: 5px; left: 6px; bottom: 7px; transform: rotate(-18deg); }
.nav-links { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.nav-links a { color: #39416e; font-weight: 700; font-size: 14px; transition: color .2s ease; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--violet); }
.nav-links .nav-cta { color: white; background: var(--violet); padding: 10px 17px; border-radius: 999px; box-shadow: 0 7px 18px rgba(88,72,232,.23); }
.nav-links .nav-cta:hover { color: white; background: var(--violet-deep); }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 13px; background: white; color: var(--ink); }
.menu-button svg { width: 21px; height: 21px; }

.hero { overflow: hidden; position: relative; padding: 88px 0 78px; background: linear-gradient(135deg, #f7f5ff 0%, #fdfdff 48%, #effaff 100%); }
.hero::before { content: ""; width: 440px; height: 440px; border: 68px solid rgba(255,222,92,.45); border-radius: 50%; position: absolute; right: -250px; top: -195px; pointer-events: none; }
.hero::after { content: ""; position: absolute; left: -130px; bottom: 35px; width: 290px; height: 110px; background: var(--mint); border-radius: 80% 50% 50% 20%; transform: rotate(-15deg); opacity: .75; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 54px; }
.eyebrow { margin: 0 0 15px; color: var(--violet); font-family: var(--display); font-size: 13px; line-height: 1; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: var(--display); letter-spacing: -.05em; line-height: 1.03; }
h1 { max-width: 700px; font-size: clamp(43px, 5.5vw, 74px); }
h1 em { color: var(--violet); font-style: normal; position: relative; z-index: 0; }
h1 em::after { content: ""; height: .28em; width: 100%; position: absolute; z-index: -1; left: 0; bottom: -.06em; border-radius: 5px 13px 8px 4px; background: #ffe168; transform: rotate(-2deg); }
.hero-copy { max-width: 545px; margin: 26px 0 29px; color: var(--ink-soft); font-size: 19px; line-height: 1.55; }
.button-row { display: flex; flex-wrap: wrap; gap: 13px; align-items: center; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 8px; padding: 13px 21px; border: 2px solid transparent; border-radius: 999px; font-weight: 800; font-size: 15px; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--violet); box-shadow: 0 10px 22px rgba(88,72,232,.24); }
.button-primary:hover { background: var(--violet-deep); box-shadow: 0 13px 28px rgba(88,72,232,.29); }
.button-secondary { border-color: #dbd9fa; background: white; color: var(--violet); }
.button-secondary:hover { background: var(--lavender); }
.button svg { width: 16px; height: 16px; }

.hero-art { min-height: 475px; position: relative; }
.orbit { width: min(440px, 100%); height: 440px; position: absolute; right: 0; top: 5px; border-radius: 50%; background: #cceeff; overflow: hidden; box-shadow: 0 25px 55px rgba(87,109,160,.13); }
.orbit::before { content: ""; position: absolute; inset: 45px; border: 2px dashed rgba(88,72,232,.36); border-radius: 50%; }
.orbit::after { content: ""; width: 150px; height: 150px; background: #ffe470; border-radius: 48% 52% 42% 58%; position: absolute; top: -40px; right: 48px; transform: rotate(17deg); }
.app-window { position: absolute; width: min(320px, 74%); min-height: 324px; padding: 17px; top: 84px; left: 50%; transform: translateX(-50%) rotate(-5deg); border: 7px solid white; border-radius: 28px; background: #fff; box-shadow: 0 20px 35px rgba(55,73,125,.22); }
.window-top { display: flex; align-items: center; gap: 5px; padding: 0 2px 13px; border-bottom: 1px solid var(--line); }
.window-dot { width: 8px; height: 8px; border-radius: 50%; background: #ff9e96; }
.window-dot:nth-child(2) { background: #ffe270; }.window-dot:nth-child(3) { background: #7cdda1; }
.window-logo { width: 43px; height: 43px; margin: 21px 0 15px; border-radius: 15px; background: linear-gradient(135deg, var(--violet), #8f83ff); position: relative; }
.window-logo::before { content: "✦"; position: absolute; color: #ffea87; font-size: 27px; left: 10px; top: 4px; }
.window-line { height: 12px; border-radius: 50px; background: #2e3568; margin-bottom: 9px; }.window-line.short { width: 67%; background: #bfc4e4; height: 8px; }
.mini-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 24px; }
.mini-card { height: 73px; border-radius: 15px; background: var(--peach); }.mini-card:nth-child(2) { background: var(--mint); }.mini-card:nth-child(3) { background: var(--lavender); }
.float-chip { position: absolute; display: flex; align-items: center; gap: 9px; padding: 10px 13px; border-radius: 15px; color: var(--ink); background: white; box-shadow: 0 13px 28px rgba(46,60,113,.16); font-weight: 800; font-size: 12px; }
.float-chip .chip-icon { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 10px; color: white; background: var(--violet); font-size: 16px; }
.chip-store { top: 44px; right: 3px; transform: rotate(5deg); }.chip-store .chip-icon { background: #f39b4a; }
.chip-launch { bottom: 39px; left: 1px; transform: rotate(-5deg); }.chip-launch .chip-icon { background: #36b777; }
.squiggle { position: absolute; width: 91px; height: 42px; right: 6px; bottom: 11px; border-top: 7px solid var(--violet); border-radius: 50%; transform: rotate(-24deg); }
.squiggle::after { content: ""; position: absolute; width: 15px; height: 15px; background: #ffcc4e; border-radius: 50%; right: -2px; top: -16px; }

.trust-strip { padding: 25px 0; background: white; border-top: 1px solid #f0f0f6; border-bottom: 1px solid #f0f0f6; }
.trust-inner { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 22px 47px; color: #697097; font-weight: 800; font-size: 13px; }
.trust-label { color: #9298b5; font-weight: 700; }
.platform { display: flex; align-items: center; gap: 8px; }.platform-mark { width: 21px; height: 21px; display: grid; place-items: center; border-radius: 7px; background: var(--lavender); color: var(--violet); font-size: 12px; }.platform:nth-of-type(3) .platform-mark { background: var(--mint); color: #199a5c; }.platform:nth-of-type(4) .platform-mark { background: var(--peach); color: #dd702c; }

.section { padding: 108px 0; }.section-soft { background: #f7f8ff; }.section-dark { color: white; background: var(--ink); overflow: hidden; position: relative; }.section-dark::after { content: ""; position: absolute; width: 460px; height: 460px; right: -220px; top: -220px; border: 70px solid rgba(255,223,94,.13); border-radius: 50%; }
.section-heading { max-width: 680px; margin-bottom: 47px; }.section-heading h2 { font-size: clamp(34px, 4.4vw, 55px); }.section-heading p { margin: 17px 0 0; color: var(--ink-soft); font-size: 18px; }.section-dark .section-heading p { color: #cdd1e8; }
.pill { display: inline-block; margin-bottom: 13px; padding: 7px 12px; border-radius: 999px; background: var(--yellow); color: #655715; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }
.service-card { min-height: 300px; padding: 30px; border: 1px solid #ececf5; border-radius: var(--radius); background: white; box-shadow: 0 10px 27px rgba(51,58,113,.05); transition: transform .22s, box-shadow .22s; }.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-icon { display: grid; width: 52px; height: 52px; place-items: center; margin-bottom: 46px; border-radius: 17px; font-size: 25px; background: var(--lavender); }.service-card:nth-child(2) .service-icon { background: var(--mint); }.service-card:nth-child(3) .service-icon { background: var(--peach); }
.service-card h3 { font-size: 25px; }.service-card p { margin: 13px 0 0; color: var(--ink-soft); }.text-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; color: var(--violet); font-weight: 800; font-size: 14px; }.text-link:hover { gap: 11px; }.text-link span { transition: transform .2s; }

.process-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }.process-card { min-height: 244px; padding: 26px; border: 1px solid rgba(255,255,255,.15); border-radius: 24px; background: rgba(255,255,255,.06); }.step-no { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 34px; border-radius: 13px; color: var(--ink); background: #ffdf5b; font-family: var(--display); font-weight: 900; }.process-card h3 { font-size: 23px; }.process-card p { margin: 11px 0 0; color: #cfd3e9; font-size: 15px; }

.featured { display: grid; grid-template-columns: .92fr 1.08fr; gap: 58px; align-items: center; }.featured-art { min-height: 360px; border-radius: 42px; position: relative; overflow: hidden; background: var(--mint); }.featured-art::before { content: ""; width: 240px; height: 240px; position: absolute; top: -86px; left: -68px; background: #ffdf5b; border-radius: 50%; }.phone { position: absolute; width: 181px; height: 326px; padding: 9px; bottom: -28px; left: 50%; background: #20285a; border: 7px solid white; border-radius: 31px; box-shadow: 0 18px 34px rgba(31,37,88,.20); transform: translateX(-50%) rotate(8deg); }.phone-screen { height: 100%; padding: 20px 13px; overflow: hidden; border-radius: 18px; background: linear-gradient(160deg, #9df5d0, #e7fff4 60%); }.phone-notch { width: 61px; height: 13px; margin: -12px auto 21px; border-radius: 0 0 9px 9px; background: #20285a; }.phone-screen strong { display: block; color: #25604a; font-size: 15px; line-height: 1.05; }.phone-screen span { display: block; margin-top: 6px; color: #45846d; font-size: 9px; }.phone-chart { height: 118px; margin-top: 24px; position: relative; border-radius: 15px; background: rgba(255,255,255,.72); }.phone-chart::after { content: ""; position: absolute; width: 110px; height: 62px; left: 15px; bottom: 18px; border-radius: 50% 50% 0 0; border-top: 4px solid #3bb67a; border-right: 4px solid #3bb67a; transform: skewY(-20deg) rotate(-16deg); }.badge { position: absolute; display: flex; align-items: center; gap: 9px; right: 28px; bottom: 34px; padding: 10px 13px; border-radius: 15px; background: white; box-shadow: 0 12px 22px rgba(31,37,88,.12); font-size: 12px; font-weight: 800; }.badge-bubble { width: 21px; height: 21px; border-radius: 8px; background: #ffbf80; }
.featured-copy h2 { font-size: clamp(34px, 4.1vw, 51px); }.featured-copy p { max-width: 530px; margin: 19px 0 25px; color: var(--ink-soft); font-size: 18px; }.check-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }.check-list li { display: flex; align-items: center; gap: 11px; font-weight: 700; }.check-list i { display: grid; width: 22px; height: 22px; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #177046; background: var(--mint); font-size: 13px; font-style: normal; }

.cta { padding: 79px 0; }.cta-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 50px 57px; overflow: hidden; border-radius: 37px; position: relative; background: var(--violet); color: white; }.cta-card::before { content: ""; position: absolute; width: 300px; height: 300px; right: 17%; bottom: -230px; border: 47px solid rgba(255,255,255,.13); border-radius: 50%; }.cta-card::after { content: "✦"; position: absolute; top: 10px; right: 38px; color: #ffdf5b; font-size: 52px; transform: rotate(18deg); }.cta-card h2 { max-width: 660px; position: relative; z-index: 1; font-size: clamp(33px,4.2vw,52px); }.cta-card p { position: relative; z-index: 1; margin: 12px 0 0; color: #dedaff; font-size: 17px; }.cta-card .button { position: relative; z-index: 1; color: var(--ink); background: #ffdf5b; white-space: nowrap; }.cta-card .button:hover { background: #ffea87; }

.page-hero { padding: 87px 0 66px; overflow: hidden; position: relative; background: #f7f6ff; }.page-hero::after { content: ""; position: absolute; width: 340px; height: 180px; right: -62px; top: -42px; border-radius: 48% 52% 50% 50%; background: var(--sky); transform: rotate(-18deg); }.page-hero .container { position: relative; z-index: 1; }.page-hero h1 { max-width: 800px; font-size: clamp(43px,5.5vw,70px); }.page-hero p:not(.eyebrow) { max-width: 640px; margin: 22px 0 0; color: var(--ink-soft); font-size: 19px; }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; align-items: start; }.split-grid h2 { font-size: clamp(32px,3.5vw,46px); }.split-grid p { color: var(--ink-soft); font-size: 17px; }.number-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.number-card { padding: 23px; border-radius: 22px; background: white; border: 1px solid var(--line); }.number-card strong { display: block; color: var(--violet); font-family: var(--display); font-size: 36px; line-height: 1; }.number-card span { color: var(--ink-soft); font-weight: 700; font-size: 13px; }
.principles { display: grid; gap: 17px; }.principle { display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 22px; border-bottom: 1px solid var(--line); }.principle:last-child { border-bottom: 0; }.principle-icon { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 17px; background: var(--yellow); font-size: 25px; }.principle h3 { font-size: 22px; }.principle p { margin: 7px 0 0; color: var(--ink-soft); }
.app-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }.app-card { min-height: 370px; padding: 26px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 29px; background: white; box-shadow: 0 10px 27px rgba(51,58,113,.05); }.app-card-top { min-height: 170px; display: grid; place-items: center; margin: -2px -2px 25px; overflow: hidden; border-radius: 22px; background: var(--sky); }.app-card:nth-child(2) .app-card-top { background: var(--lavender); }.app-card:nth-child(3) .app-card-top { background: var(--peach); }.app-symbol { display: grid; width: 86px; height: 86px; place-items: center; border-radius: 29px 35px 26px 33px; color: white; background: var(--violet); font-family: var(--display); font-size: 40px; box-shadow: 0 13px 20px rgba(88,72,232,.22); transform: rotate(-8deg); }.app-card:nth-child(2) .app-symbol { background: #e67664; }.app-card:nth-child(3) .app-symbol { background: #2fa879; }.app-card h2 { font-size: 27px; }.app-card p { margin: 10px 0 0; color: var(--ink-soft); }.status { display: inline-flex; align-items: center; align-self: flex-start; gap: 7px; margin-top: auto; padding-top: 20px; color: #5b6388; font-size: 13px; font-weight: 800; }.status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #f4bd36; }.status.live::before { background: #37b77a; }

.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 27px; align-items: stretch; }.contact-details { padding: 42px; border-radius: 31px; background: var(--ink); color: white; }.contact-details h2 { font-size: 40px; }.contact-details > p { margin: 15px 0 34px; color: #cdd2ec; }.contact-list { display: grid; gap: 16px; }.contact-item { padding: 15px 0; border-top: 1px solid rgba(255,255,255,.14); }.contact-item span { display: block; margin-bottom: 4px; color: #adb5dd; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.contact-item a, .contact-item p { margin: 0; font-weight: 700; }.contact-item a:hover { color: #ffdf5b; }
.form-card { padding: 42px; border: 1px solid var(--line); border-radius: 31px; background: white; }.form-card h2 { font-size: 38px; }.form-card > p { margin: 11px 0 26px; color: var(--ink-soft); }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }.field { display: grid; gap: 7px; }.field.full { grid-column: 1 / -1; }.field label { font-size: 13px; font-weight: 800; }.field input, .field textarea { width: 100%; border: 1px solid #dfe1ef; border-radius: 12px; padding: 12px 13px; color: var(--ink); outline: none; background: #fdfdff; }.field textarea { min-height: 120px; resize: vertical; }.field input:focus, .field textarea:focus { border-color: var(--violet); box-shadow: 0 0 0 3px rgba(88,72,232,.12); }.form-note { margin: 14px 0 0; color: #7e86a7; font-size: 12px; }

.legal { max-width: 800px; padding: 78px 0 105px; }.legal h1 { font-size: clamp(40px,5vw,62px); }.legal .updated { color: var(--ink-soft); }.legal-card { margin-top: 32px; padding: 37px; border: 1px solid var(--line); border-radius: 27px; background: white; }.legal-card h2 { margin-top: 34px; font-size: 27px; }.legal-card h2:first-child { margin-top: 0; }.legal-card p, .legal-card li { color: var(--ink-soft); }.legal-card a { color: var(--violet); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.site-footer { padding: 58px 0 27px; background: #141a45; color: white; }.footer-main { display: grid; grid-template-columns: 1.45fr .75fr .75fr; gap: 30px; padding-bottom: 44px; }.footer-brand { color: white; }.footer-brand .brand-mark { box-shadow: inset -7px -7px 0 rgba(0,0,0,.15); }.footer-copy { max-width: 342px; margin: 16px 0 0; color: #bfc5e3; font-size: 14px; }.footer-heading { margin: 3px 0 15px; color: #aeb5db; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.footer-links { display: grid; gap: 9px; }.footer-links a { color: #edf0ff; font-size: 14px; font-weight: 700; }.footer-links a:hover { color: #ffdf5b; }.footer-bottom { display: flex; gap: 18px; justify-content: space-between; align-items: center; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); color: #aeb5db; font-size: 12px; }.footer-bottom div { display: flex; gap: 17px; }.footer-bottom a:hover { color: white; }

@media (max-width: 900px) { .nav-links { gap: 17px; }.hero-grid, .featured, .contact-layout { grid-template-columns: 1fr; }.hero-copy { max-width: 630px; }.hero-art { width: min(470px, 100%); min-height: 435px; margin: 0 auto; }.orbit { left: 50%; transform: translateX(-50%); }.service-grid, .app-grid { grid-template-columns: repeat(2,1fr); }.service-card:last-child { grid-column: 1 / -1; }.process-grid { grid-template-columns: 1fr 1fr; }.cta-card { grid-template-columns: 1fr; }.cta-card .button { justify-self: start; }.split-grid { gap: 36px; }.footer-main { grid-template-columns: 1.4fr 1fr; }.footer-main > :first-child { grid-column: 1 / -1; } }
@media (max-width: 700px) { .container { width: min(100% - 36px, 1180px); }.nav { min-height: 66px; }.menu-button { display: inline-grid; place-items: center; }.nav-links { display: none; position: fixed; inset: 66px 0 auto; padding: 21px 18px 25px; border-bottom: 1px solid var(--line); background: #fcfcff; box-shadow: 0 15px 25px rgba(31,37,88,.08); }.nav-links.open { display: grid; gap: 3px; }.nav-links a { padding: 12px 7px; }.nav-links .nav-cta { margin-top: 7px; text-align: center; }.hero { padding: 64px 0 45px; }.hero-grid { gap: 12px; }.hero-copy { font-size: 17px; }.hero-art { min-height: 370px; transform: scale(.9); transform-origin: top center; margin-bottom: -35px; }.trust-inner { justify-content: flex-start; gap: 14px 26px; }.trust-label { flex-basis: 100%; }.section { padding: 72px 0; }.section-heading { margin-bottom: 31px; }.section-heading p { font-size: 16px; }.service-grid, .app-grid, .process-grid { grid-template-columns: 1fr; }.service-card:last-child { grid-column: auto; }.service-card { min-height: 0; }.service-icon { margin-bottom: 30px; }.featured-art { min-height: 319px; }.cta { padding: 58px 0; }.cta-card { padding: 38px 28px; }.page-hero { padding: 64px 0 51px; }.split-grid { grid-template-columns: 1fr; }.contact-details, .form-card { padding: 30px 24px; }.form-grid { grid-template-columns: 1fr; }.field.full { grid-column: auto; }.footer-main { grid-template-columns: 1fr; }.footer-main > :first-child { grid-column: auto; }.footer-bottom { display: grid; }.footer-bottom div { flex-wrap: wrap; } .legal { padding: 59px 0 74px; }.legal-card { padding: 26px 22px; } }
@media (max-width: 400px) { .brand { font-size: 16px; }.hero-art { transform: scale(.77); margin: 0 -36px -80px; width: calc(100% + 72px); }.button-row .button { width: 100%; }.number-grid { grid-template-columns: 1fr; }.cta-card .button { width: 100%; }.footer-bottom div { gap: 10px; } }

.footer-social { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }.footer-social a { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: rgba(255,255,255,.08); transition: background .2s; }.footer-social a:hover { background: rgba(255,255,255,.16); }.footer-social svg { width: 19px; height: 19px; }.footer-social svg path { fill: #edf0ff; }
