{"product_id":"pe-design-11-brother","title":"PE-Design 11","description":"\u003c!-- PE-Design 11 — Product description --\u003e\n\n\u003cstyle\u003e\n  .ped-wrap {\n    max-width: 820px;\n    margin: 0 auto;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n    color: #333;\n    line-height: 1.6;\n    box-sizing: border-box;\n  }\n  .ped-wrap *,\n  .ped-wrap *::before,\n  .ped-wrap *::after {\n    box-sizing: inherit;\n  }\n\n  \/* ---------- Badges ---------- *\/\n  .ped-badge,\n  .ped-badge-blue {\n    display: inline-block;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.4px;\n    text-transform: uppercase;\n    padding: 4px 12px;\n    border-radius: 5px;\n    margin-bottom: 14px;\n  }\n  .ped-badge {\n    background: #0d0d0d;\n    color: #fff;\n  }\n  .ped-badge-blue {\n    background: #e8f1fd;\n    color: #1a6fd4;\n    margin-left: 6px;\n  }\n\n  \/* ---------- Headings \u0026 text ---------- *\/\n  .ped-h2 {\n    font-size: 22px;\n    font-weight: 800;\n    color: #0d0d0d;\n    line-height: 1.3;\n    margin: 0 0 16px;\n  }\n  .ped-intro,\n  .ped-seo-text {\n    font-size: 15px;\n    color: #444;\n    line-height: 1.75;\n    margin: 0 0 18px;\n  }\n  .ped-section-title {\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    color: #888;\n    margin: 0 0 14px;\n  }\n\n  \/* ---------- Quick stats ---------- *\/\n  .ped-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n    margin: 24px 0 8px;\n  }\n  .ped-stat {\n    background: #f7f7f5;\n    border: 1px solid #ebebe8;\n    border-radius: 10px;\n    padding: 16px 14px;\n    text-align: center;\n  }\n  .ped-stat-value {\n    font-size: 15px;\n    font-weight: 800;\n    color: #0d0d0d;\n    margin-bottom: 4px;\n  }\n  .ped-stat-label {\n    font-size: 12px;\n    color: #777;\n  }\n\n  \/* ---------- System requirements ---------- *\/\n  .ped-config {\n    border: 1px solid #e8e8e5;\n    border-radius: 10px;\n    overflow: hidden;\n  }\n  .ped-config-item {\n    display: flex;\n    justify-content: space-between;\n    gap: 16px;\n    padding: 13px 20px;\n    font-size: 14px;\n  }\n  .ped-config-item + .ped-config-item {\n    border-top: 1px solid #efefec;\n  }\n  .ped-config-label {\n    color: #777;\n  }\n  .ped-config-value {\n    font-weight: 600;\n    color: #0d0d0d;\n    text-align: right;\n  }\n\n  \/* ---------- Features ---------- *\/\n  .ped-features {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n  }\n  .ped-feature {\n    background: #fff;\n    border: 1px solid #e8e8e5;\n    border-radius: 10px;\n    padding: 18px 20px;\n  }\n  .ped-feature-title {\n    font-size: 15px;\n    font-weight: 700;\n    color: #0d0d0d;\n    margin: 0 0 6px;\n  }\n  .ped-feature-text {\n    font-size: 13.5px;\n    color: #666;\n    line-height: 1.65;\n    margin: 0;\n  }\n\n  \/* ---------- Compatibility ---------- *\/\n  .ped-compat-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n    margin-top: 18px;\n  }\n  .ped-compat-card {\n    background: #f7f7f5;\n    border: 1px solid #ebebe8;\n    border-radius: 10px;\n    padding: 16px 18px;\n  }\n  .ped-compat-card-title {\n    font-size: 14px;\n    font-weight: 700;\n    color: #0d0d0d;\n    margin: 0 0 10px;\n  }\n  .ped-compat-card ul {\n    margin: 0;\n    padding-left: 18px;\n  }\n  .ped-compat-card li {\n    font-size: 13px;\n    color: #555;\n    line-height: 1.8;\n  }\n\n  \/* ---------- Divider ---------- *\/\n  .ped-divider {\n    border: none;\n    border-top: 1px solid #ebebeb;\n    margin: 32px 0;\n  }\n\n  \/* ---------- FAQ (native accordion) ---------- *\/\n  .ped-faq {\n    margin-bottom: 28px;\n  }\n  .ped-faq-item {\n    background: #fff;\n    border: 1px solid #e8e8e5;\n    border-radius: 10px;\n    margin-bottom: 10px;\n  }\n  .ped-faq-q {\n    font-size: 15px;\n    font-weight: 700;\n    color: #0d0d0d;\n    line-height: 1.4;\n    padding: 18px 24px;\n    cursor: pointer;\n    list-style: none;\n    position: relative;\n    padding-right: 48px;\n  }\n  .ped-faq-q::-webkit-details-marker {\n    display: none;\n  }\n  .ped-faq-q::after {\n    content: \"+\";\n    position: absolute;\n    right: 22px;\n    top: 50%;\n    transform: translateY(-50%);\n    font-size: 20px;\n    font-weight: 400;\n    color: #999;\n  }\n  .ped-faq-item[open] .ped-faq-q::after {\n    content: \"−\";\n  }\n  .ped-faq-q:focus-visible {\n    outline: 2px solid #1a6fd4;\n    outline-offset: -2px;\n    border-radius: 10px;\n  }\n  .ped-faq-a {\n    font-size: 14px;\n    color: #555;\n    line-height: 1.7;\n    margin: 0;\n    padding: 0 24px 20px;\n  }\n\n  \/* ---------- Responsive ---------- *\/\n  @media (max-width: 720px) {\n    .ped-compat-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n    .ped-grid,\n    .ped-features {\n      grid-template-columns: 1fr;\n    }\n  }\n  @media (max-width: 420px) {\n    .ped-compat-grid {\n      grid-template-columns: 1fr;\n    }\n    .ped-config-item {\n      flex-direction: column;\n      gap: 2px;\n    }\n    .ped-config-value {\n      text-align: left;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ped-wrap\"\u003e\n\n  \u003c!-- Badges --\u003e\n  \u003cspan class=\"ped-badge\"\u003ePE-Design 11\u003c\/span\u003e\n  \u003cspan class=\"ped-badge-blue\"\u003eDelivered by email\u003c\/span\u003e\n\n  \u003c!-- Heading --\u003e\n  \u003ch2 class=\"ped-h2\"\u003ePE-Design 11 — Embroidery \u0026amp; Sewing Digitizing Software\u003c\/h2\u003e\n\n  \u003c!-- Intro --\u003e\n  \u003cp class=\"ped-intro\"\u003e\n    \u003cstrong\u003ePE-Design 11\u003c\/strong\u003e is the full-featured \u003cstrong\u003eembroidery digitizing software\u003c\/strong\u003e by Brother, built for both casual hobbyists and home-based embroidery businesses. With \u003cstrong\u003eover 1,000 built-in designs and 130 embroidery fonts\u003c\/strong\u003e, the full-featured \u003cstrong\u003ePhotoStitch\u003c\/strong\u003e plus enhanced Auto Punch and Cross Stitch wizards, you can transform any image or photo into a stunning embroidery — and even create your own fonts, stitches and designs to reuse on hats, pillows, shirts and more. Your \u003cstrong\u003eactivation key\u003c\/strong\u003e is delivered directly by email after purchase — no physical shipment, instant activation. Compatible with \u003cstrong\u003eWindows 10 and Windows 11\u003c\/strong\u003e.\n  \u003c\/p\u003e\n\n  \u003c!-- Quick stats --\u003e\n  \u003cdiv class=\"ped-grid\"\u003e\n    \u003cdiv class=\"ped-stat\"\u003e\n      \u003cdiv class=\"ped-stat-value\"\u003e1,000+ designs\u003c\/div\u003e\n      \u003cdiv class=\"ped-stat-label\"\u003e130 built-in fonts\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ped-stat\"\u003e\n      \u003cdiv class=\"ped-stat-value\"\u003eWindows 10 \/ 11\u003c\/div\u003e\n      \u003cdiv class=\"ped-stat-label\"\u003eRequired system\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ped-stat\"\u003e\n      \u003cdiv class=\"ped-stat-value\"\u003eEmail\u003c\/div\u003e\n      \u003cdiv class=\"ped-stat-label\"\u003eSoftware key delivery\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"ped-divider\"\u003e\n\n  \u003c!-- System requirements --\u003e\n  \u003cp class=\"ped-section-title\"\u003eSystem requirements\u003c\/p\u003e\n  \u003cdiv class=\"ped-config\"\u003e\n    \u003cdiv class=\"ped-config-item\"\u003e\n      \u003cspan class=\"ped-config-label\"\u003eOperating system\u003c\/span\u003e\n      \u003cspan class=\"ped-config-value\"\u003eWindows 10 or Windows 11\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ped-config-item\"\u003e\n      \u003cspan class=\"ped-config-label\"\u003eMac \/ Linux\u003c\/span\u003e\n      \u003cspan class=\"ped-config-value\"\u003eNot compatible\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ped-config-item\"\u003e\n      \u003cspan class=\"ped-config-label\"\u003eSoftware language\u003c\/span\u003e\n      \u003cspan class=\"ped-config-value\"\u003eEnglish (multi-language)\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ped-config-item\"\u003e\n      \u003cspan class=\"ped-config-label\"\u003eDelivery\u003c\/span\u003e\n      \u003cspan class=\"ped-config-value\"\u003eEmail (activation key)\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"ped-divider\"\u003e\n\n  \u003c!-- SEO text block --\u003e\n  \u003ch2 class=\"ped-h2\"\u003ePowerful, time-saving embroidery digitizing\u003c\/h2\u003e\n  \u003cp class=\"ped-seo-text\"\u003e\n    How much time do you spend figuring out which stitch suits your fabric, or changing threads between color segments? PE-Design 11 solves both: the \u003cstrong\u003eFabric Selector\u003c\/strong\u003e automatically adjusts sewing attributes based on your fabric choice, and the \u003cstrong\u003eIntelligent Color Sort\u003c\/strong\u003e groups areas sharing the same color so they stitch together — dramatically reducing thread changes. \u003cstrong\u003eRound and Flexible Spiral Stitches\u003c\/strong\u003e add motion and dimension, following the shape of your embroidery or standing out for a three-dimensional effect.\n  \u003c\/p\u003e\n  \u003cp class=\"ped-seo-text\"\u003e\n    Creativity goes further with the \u003cstrong\u003eStitch Design Factory\u003c\/strong\u003e (create your own decorative sewing stitches up to 100 mm wide) and the \u003cstrong\u003eFont Creator with Font Mapping Tool\u003c\/strong\u003e to build custom embroidery fonts. PE-Design 11 is also \u003cstrong\u003eScanNCut compatible\u003c\/strong\u003e — import FCM files and send designs to CanvasWorkspace to bridge embroidery and cutting crafts — and owners of the Brother \u003cstrong\u003eLuminaire XP1, XP2 or XP3\u003c\/strong\u003e can transfer embroidery designs and stitches wirelessly over LAN.\n  \u003c\/p\u003e\n\n  \u003c!-- Key features --\u003e\n  \u003cp class=\"ped-section-title\"\u003eKey features\u003c\/p\u003e\n  \u003cdiv class=\"ped-features\"\u003e\n    \u003cdiv class=\"ped-feature\"\u003e\n      \u003ch3 class=\"ped-feature-title\"\u003ePhotoStitch\u003c\/h3\u003e\n      \u003cp class=\"ped-feature-text\"\u003eTransform photos into embroidered works of art for frames, tote bags and tapestries — with enhanced tracing for more accurate output.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ped-feature\"\u003e\n      \u003ch3 class=\"ped-feature-title\"\u003eAuto Punch \u0026amp; Cross Stitch wizards\u003c\/h3\u003e\n      \u003cp class=\"ped-feature-text\"\u003eConvert images and designs into embroidery automatically with the enhanced wizards — professional stitch results in a few clicks.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ped-feature\"\u003e\n      \u003ch3 class=\"ped-feature-title\"\u003e1,000+ designs \u0026amp; 130 fonts\u003c\/h3\u003e\n      \u003cp class=\"ped-feature-text\"\u003eA huge built-in library, with an innovative font filter to narrow down options and find the perfect style for monograms and lettering fast.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ped-feature\"\u003e\n      \u003ch3 class=\"ped-feature-title\"\u003eIntelligent Color Sort\u003c\/h3\u003e\n      \u003cp class=\"ped-feature-text\"\u003eGroups areas that share one color to stitch together — spend less time changing threads and more time creating.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ped-feature\"\u003e\n      \u003ch3 class=\"ped-feature-title\"\u003eFabric Selector\u003c\/h3\u003e\n      \u003cp class=\"ped-feature-text\"\u003eAutomatically adjusts sewing attributes based on your fabric selection — the right stitch settings for knits, wovens and more, instantly.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ped-feature\"\u003e\n      \u003ch3 class=\"ped-feature-title\"\u003eSpiral \u0026amp; 3D stitches\u003c\/h3\u003e\n      \u003cp class=\"ped-feature-text\"\u003eRound and Flexible Spiral Stitches add motion and dimension — follow the shape of your design or create a three-dimensional effect.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ped-feature\"\u003e\n      \u003ch3 class=\"ped-feature-title\"\u003eStitch \u0026amp; Font Creator\u003c\/h3\u003e\n      \u003cp class=\"ped-feature-text\"\u003eCreate decorative sewing stitches up to 100 mm wide with the Stitch Design Factory, and build your own fonts with the Font Mapping Tool.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ped-feature\"\u003e\n      \u003ch3 class=\"ped-feature-title\"\u003eScanNCut \u0026amp; wireless transfer\u003c\/h3\u003e\n      \u003cp class=\"ped-feature-text\"\u003eImport FCM files, send to CanvasWorkspace, and transfer designs wirelessly to Brother Luminaire XP1 \/ XP2 \/ XP3 machines.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"ped-divider\"\u003e\n\n  \u003c!-- Compatibility --\u003e\n  \u003ch2 class=\"ped-h2\"\u003eCompatibility — PE-Design 11\u003c\/h2\u003e\n  \u003cp class=\"ped-seo-text\"\u003e\n    PE-Design 11 works natively with \u003cstrong\u003eBrother and Baby Lock embroidery machines (PES format)\u003c\/strong\u003e and exports to the common formats used across other embroidery machine brands.\n  \u003c\/p\u003e\n  \u003cdiv class=\"ped-compat-grid\"\u003e\n    \u003cdiv class=\"ped-compat-card\"\u003e\n      \u003ch3 class=\"ped-compat-card-title\"\u003eMachines\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eBrother (PES)\u003c\/li\u003e\n        \u003cli\u003eBaby Lock\u003c\/li\u003e\n        \u003cli\u003eLuminaire XP1\/XP2\/XP3\u003c\/li\u003e\n        \u003cli\u003eOther brands via export\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ped-compat-card\"\u003e\n      \u003ch3 class=\"ped-compat-card-title\"\u003eModules included\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eDesign Center\u003c\/li\u003e\n        \u003cli\u003eDesign Database\u003c\/li\u003e\n        \u003cli\u003eStitch Design Factory\u003c\/li\u003e\n        \u003cli\u003eFont Creator\u003c\/li\u003e\n        \u003cli\u003eProgrammable Stitch Creator\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ped-compat-card\"\u003e\n      \u003ch3 class=\"ped-compat-card-title\"\u003eInput\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003ePhotos \u0026amp; images\u003c\/li\u003e\n        \u003cli\u003eFCM (ScanNCut)\u003c\/li\u003e\n        \u003cli\u003eVector artwork\u003c\/li\u003e\n        \u003cli\u003eBuilt-in designs\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ped-compat-card\"\u003e\n      \u003ch3 class=\"ped-compat-card-title\"\u003eProjects\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eMonograms \u0026amp; lettering\u003c\/li\u003e\n        \u003cli\u003eHats, shirts \u0026amp; pillows\u003c\/li\u003e\n        \u003cli\u003ePhoto embroidery\u003c\/li\u003e\n        \u003cli\u003eCross stitch \u0026amp; quilting\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"ped-divider\"\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003ch2 class=\"ped-h2\"\u003eFrequently asked questions\u003c\/h2\u003e\n  \u003cdiv class=\"ped-faq\"\u003e\n\n    \u003cdetails class=\"ped-faq-item\"\u003e\n      \u003csummary class=\"ped-faq-q\"\u003eIs the PE-Design 11 software key sent physically?\u003c\/summary\u003e\n      \u003cp class=\"ped-faq-a\"\u003eNo. The \u003cstrong\u003ePE-Design 11 activation key\u003c\/strong\u003e is sent by email only. You receive your software key directly in your inbox after the order is confirmed — no postal shipment, no physical item.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ped-faq-item\"\u003e\n      \u003csummary class=\"ped-faq-q\"\u003eHow long does it take to receive my activation key?\u003c\/summary\u003e\n      \u003cp class=\"ped-faq-a\"\u003eUsually within a few minutes after order confirmation. If there is a delay, please check your spam folder.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ped-faq-item\"\u003e\n      \u003csummary class=\"ped-faq-q\"\u003eIs PE-Design 11 compatible with Mac?\u003c\/summary\u003e\n      \u003cp class=\"ped-faq-a\"\u003eNo. \u003cstrong\u003ePE-Design 11\u003c\/strong\u003e runs exclusively on \u003cstrong\u003eWindows 10 and Windows 11\u003c\/strong\u003e. It is not compatible with macOS or Linux.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ped-faq-item\"\u003e\n      \u003csummary class=\"ped-faq-q\"\u003eDoes PE-Design 11 work with non-Brother embroidery machines?\u003c\/summary\u003e\n      \u003cp class=\"ped-faq-a\"\u003eYes. PE-Design 11 works natively in \u003cstrong\u003ePES format\u003c\/strong\u003e (Brother and Baby Lock) and can export to the common embroidery formats used by other machine brands — check your machine's supported formats before purchase.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ped-faq-item\"\u003e\n      \u003csummary class=\"ped-faq-q\"\u003eCan I create embroidery from a photo?\u003c\/summary\u003e\n      \u003cp class=\"ped-faq-a\"\u003eYes. The full-featured \u003cstrong\u003ePhotoStitch\u003c\/strong\u003e turns photos into embroidery, and the enhanced \u003cstrong\u003eAuto Punch\u003c\/strong\u003e and \u003cstrong\u003eCross Stitch wizards\u003c\/strong\u003e convert images and designs automatically, with improved tracing for more accurate results.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- FAQ structured data for Google rich results --\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the PE-Design 11 software key sent physically?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. The PE-Design 11 activation key is sent by email only. You receive your software key directly in your inbox after the order is confirmed — no postal shipment, no physical item.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How long does it take to receive my activation key?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Usually within a few minutes after order confirmation. If there is a delay, please check your spam folder.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is PE-Design 11 compatible with Mac?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. PE-Design 11 runs exclusively on Windows 10 and Windows 11. It is not compatible with macOS or Linux.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does PE-Design 11 work with non-Brother embroidery machines?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. PE-Design 11 works natively in PES format (Brother and Baby Lock) and can export to the common embroidery formats used by other machine brands — check your machine's supported formats before purchase.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can I create embroidery from a photo?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. The full-featured PhotoStitch turns photos into embroidery, and the enhanced Auto Punch and Cross Stitch wizards convert images and designs automatically, with improved tracing for more accurate results.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e\n\u003c!-- end PE-Design 11 description --\u003e","brand":"DTF Software","offers":[{"title":"Default Title","offer_id":52162165506314,"sku":null,"price":29.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0919\/3966\/8234\/files\/pe-design-11-brother-embroidery-software-wilcom-hatch-embrilliance-tajima-dgml-pulse.webp?v=1776102426","url":"https:\/\/dtfsoftware.com\/products\/pe-design-11-brother","provider":"DTF Software","version":"1.0","type":"link"}