{"product_id":"samsung-wafx-p-series-4k-interactive-e-board-65-75-86-inch","title":"Samsung WAFX-P Series 4K Interactive E-Board, Built-in 48MP Camera, Android 15 EDLA, OPS Slot","description":"\u003cstyle\u003e\n  \/* ============================================================\n     LOCKED DESIGN SYSTEM — do not edit selectors or values below\n     except --ao-accent. See PLAYBOOK.md for why each rule exists\n     (theme-conflict fixes, px-not-rem, etc.) before touching anything.\n     ============================================================ *\/\n  :root{\n    --ao-accent:#1428A0; \/* the ONLY colour token to change per product *\/\n    --ao-accent-700: color-mix(in srgb, var(--ao-accent) 85%, black);\n    --ao-accent-900: color-mix(in srgb, var(--ao-accent) 70%, black);\n    --ao-max:1600px;\n    --ao-bg:#ffffff;\n    --ao-ink:#0b1220;\n    --ao-muted:#4b5563;\n    --ao-panel:#f6f7f9;\n    --ao-border:#e5e7eb;\n    --ao-r:14px;\n    --ao-shadow:0 6px 20px rgba(0,0,0,.06);\n    --ao-gray:#F3F4F6;\n  }\n  .ao-description-wrapper{margin:0;background:var(--ao-bg);color:var(--ao-ink);font:16px\/1.6 ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,\"Helvetica Neue\",Arial,\"Noto Sans\",sans-serif}\n  .ao-description-wrapper *{box-sizing:border-box}\n  .ao-description-wrapper h1,.ao-description-wrapper h2,.ao-description-wrapper h3,.ao-description-wrapper h4{margin:0 0 12px}\n  .ao-description-wrapper h1{font-size:clamp(28px,3.5vw,44px);line-height:1.1}\n  .ao-description-wrapper h2{font-size:clamp(19px, 2.2vw, 26px)}\n  .ao-description-wrapper h3{font-size:clamp(18px,2vw,24px)}\n  .ao-description-wrapper p{margin:0 0 16px}\n  .ao-description-wrapper a{color:inherit;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}\n  .ao-description-wrapper ul,.ao-description-wrapper ol{padding-left: 24px; margin: 0 0 16px;}\n  \/* Sizes are px, not rem: some themes set html{font-size:62.5%} (10px\n     root), which would shrink rem-based values to ~63% of what you see\n     in preview. Never introduce a rem value into this stylesheet. *\/\n  .ao-description-wrapper .ao-container{max-width:var(--ao-max);margin-inline:auto;padding:24px}\n  .ao-description-wrapper .sec{background:#fff;border:1px solid var(--ao-border);border-radius:var(--ao-r);box-shadow:var(--ao-shadow);padding:28px;margin-bottom:18px}\n  .ao-description-wrapper .muted{color:var(--ao-muted)}\n\n  .ao-eyebrow{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ao-accent-900);margin:0 0 10px;}\n  .ao-hero h1{font-weight:800;letter-spacing:-.01em;}\n  .ao-hero-rule{height:3px;width:64px;background:var(--ao-accent);margin:16px 0 20px;border-radius:2px;}\n  .ao-lede{font-size:17px;color:var(--ao-muted);max-width:min(900px,95%);margin:0 0 8px;}\n\n  .ao-description-wrapper .grid{display:grid;gap:22px}\n  .ao-description-wrapper .g-2{grid-template-columns:1fr}\n  .ao-description-wrapper .g-3{grid-template-columns:1fr}\n  @media (min-width:720px){.ao-description-wrapper .g-2{grid-template-columns:1fr 1fr}}\n  @media (min-width:980px){.ao-description-wrapper .g-3{grid-template-columns:1fr 1fr 1fr}}\n  .ao-description-wrapper .bubble{background:var(--ao-panel);border:1px solid var(--ao-border);border-radius:var(--ao-r);padding:22px;transition:all .2s ease;}\n  .ao-description-wrapper .bubble:hover{border-color:var(--ao-accent);transform:translateY(-4px);box-shadow:var(--ao-shadow);}\n  .ao-description-wrapper .bubble.green{background:#EEF9F0;border-color:#9BD6A8}\n  .ao-description-wrapper .bubble.green:hover{border-color:#4E9F5E;}\n  .ao-description-wrapper .bubble.yellow{background:#FFFBEA;border-color:#F4D35E}\n  .ao-description-wrapper .bubble.yellow:hover{border-color:#D8B23A;}\n  .ao-description-wrapper .bubble \u003e svg{width:38px;height:38px;margin-bottom:12px;color:var(--ao-accent-900);}\n  .ao-description-wrapper .check{list-style:none;padding:0;margin:0}\n  .ao-description-wrapper .check li{display:flex;align-items:flex-start;gap:10px;margin:8px 0;font-size:16px;}\n  .ao-description-wrapper .check li\u003esvg{flex-shrink:0;width:20px;height:20px;margin-top:2px;color:var(--ao-accent)}\n\n  .ao-tabs-container{margin-top:4px;position:relative;border:1px solid var(--ao-border);border-radius:var(--ao-r);overflow:hidden;}\n  .ao-tabs-container input[name=tabs]{display:none}\n  .ao-tabs-labels{display:flex;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;border-bottom:1px solid var(--ao-border);background:var(--ao-panel);padding:0 6px;}\n  .ao-tabs-labels::-webkit-scrollbar{display:none;}\n  .ao-tabs-labels label{display:flex;align-items:center;gap:7px;flex-shrink:0;padding:14px 16px;font-weight:600;font-size:16px;cursor:pointer;color:var(--ao-muted);border-bottom:3px solid transparent;transition:all .2s ease;}\n  .ao-tabs-labels label svg{width:16px;height:16px;}\n  .ao-tabs-labels label:hover{color:var(--ao-ink)}\n  .ao-tabs-panels{padding:28px}\n  .ao-tabs-panel{display:none}\n  .ao-tabs-container .ao-tabs-panels .ao-tabs-panel:first-of-type{display:block}\n  .ao-tabs-container .ao-tabs-labels label:first-of-type{color:var(--ao-accent-900);border-bottom-color:var(--ao-accent)}\n  .ao-tabs-container input[name=\"tabs\"]:checked ~ .ao-tabs-labels label{color:var(--ao-muted);border-bottom-color:transparent}\n  .ao-tabs-container input[name=\"tabs\"]:checked ~ .ao-tabs-panels .ao-tabs-panel{display:none}\n  .ao-tabs-container #t1:checked ~ .ao-tabs-labels label[for=\"t1\"],\n  .ao-tabs-container #t2:checked ~ .ao-tabs-labels label[for=\"t2\"],\n  .ao-tabs-container #t3:checked ~ .ao-tabs-labels label[for=\"t3\"],\n  .ao-tabs-container #t4:checked ~ .ao-tabs-labels label[for=\"t4\"],\n  .ao-tabs-container #t5:checked ~ .ao-tabs-labels label[for=\"t5\"],\n  .ao-tabs-container #t6:checked ~ .ao-tabs-labels label[for=\"t6\"]{color:var(--ao-accent-900);border-bottom-color:var(--ao-accent)}\n  .ao-tabs-container #t1:checked ~ .ao-tabs-panels #p1,\n  .ao-tabs-container #t2:checked ~ .ao-tabs-panels #p2,\n  .ao-tabs-container #t3:checked ~ .ao-tabs-panels #p3,\n  .ao-tabs-container #t4:checked ~ .ao-tabs-panels #p4,\n  .ao-tabs-container #t5:checked ~ .ao-tabs-panels #p5,\n  .ao-tabs-container #t6:checked ~ .ao-tabs-panels #p6{display:block}\n  .ao-tab-key-value-grid{display:flex;flex-wrap:wrap;gap:14px;}\n  .ao-tab-kv-item{flex:1 1 190px;background:#fff;border:1px solid var(--ao-border);padding:16px 18px;border-radius:12px;transition:all .2s ease;}\n  .ao-tab-kv-item:hover{transform:translateY(-4px);box-shadow:var(--ao-shadow);border-color:var(--ao-accent);}\n  .ao-tab-kv-key{display:block;font-size:13px;color:#4b5563;margin-bottom:5px;font-weight:600;}\n  .ao-tab-kv-value{font-size:15px;font-weight:700;color:var(--ao-ink);}\n\n  \/* Quick Glance — the four things a buyer checks first, sitting above the fold so a\n     scanner never has to open the spec tabs. Hardware categories only, not cartridges.\n     Every value repeats a row that already exists in Detailed Specifications, so this\n     section needs no new metafields (added 2026-09-05). *\/\n  .ao-glance{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:1px;background:var(--ao-border);border:1px solid var(--ao-border);border-radius:var(--ao-r);overflow:hidden;}\n  .ao-glance-item{display:flex;gap:12px;align-items:flex-start;background:var(--ao-panel);padding:18px 20px;}\n  .ao-glance-item svg{width:22px;height:22px;flex-shrink:0;color:var(--ao-accent);margin-top:1px;}\n  .ao-glance-k{display:block;font-size:12px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--ao-muted);margin-bottom:4px;}\n  .ao-glance-v{display:block;font-size:16px;font-weight:700;line-height:1.35;color:var(--ao-ink);}\n  \/* .ao-notes \/ .check \/ .check-sm \u003cli\u003e are flex containers: keep the text in ONE\n     \u003cspan\u003e after the icon so the li has exactly two flex children. An unwrapped\n     \u003cstrong\u003e or \u003ca\u003e in the text becomes its own flex item and splits the line into\n     columns (found live on several printer pages, 2026-09-05). *\/\n  .ao-notes{list-style:none;padding:0;margin:0;}\n  .ao-notes li{display:flex;gap:10px;align-items:flex-start;margin:10px 0;color:var(--ao-muted);font-size:16px;}\n  .ao-notes li svg{flex-shrink:0;width:18px;height:18px;margin-top:2px;color:var(--ao-muted);}\n  @media (max-width:640px){ .ao-tabs-panels{padding:18px} }\n\n  .ao-benefits-grid{display:grid;grid-template-columns:1fr;gap:24px;align-items:center;background:var(--ao-panel);border:1px solid var(--ao-border);border-radius:var(--ao-r);padding:26px;}\n  @media(min-width:720px){ .ao-benefits-grid{grid-template-columns:1.2fr 1fr;} }\n  .ao-benefits-grid img{display:block;width:100%;height:auto;border-radius:calc(var(--ao-r) - 6px);aspect-ratio:1440\/836;object-fit:cover;}\n\n  .ao-bestfor-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;}\n  .ao-bestfor-item{display:flex;align-items:center;gap:16px;background:var(--ao-panel);border:1px solid var(--ao-border);border-radius:var(--ao-r);padding:16px 18px;transition:all .2s ease;}\n  .ao-bestfor-item:hover{transform:translateY(-3px);box-shadow:var(--ao-shadow);border-color:var(--ao-accent);}\n  .ao-bestfor-item svg{width:29px;height:29px;color:var(--ao-accent);flex-shrink:0;}\n  .ao-bestfor-item span{font-weight:500;font-size:16px;}\n\n  .ao-gallery-container{position:relative;width:100%;border-radius:var(--ao-r);overflow:hidden;border:1px solid var(--ao-border);}\n  \/* PER-PRODUCT TOKEN — the one sizing value that changes per product, alongside --ao-accent.\n     aspect-ratio, never a fixed px height (fixed 2026-08-11; token-ised 2026-09-04). A fixed\n     height:460px with object-fit:cover on the slide img cropped the banners at every viewport\n     width whose container aspect did not happen to match the image aspect. Setting the container\n     to the banners' OWN ratio makes cover a no-op, so nothing is cropped at any width.\n     Banner ratios are NOT consistent across products — measure the actual supplied images and\n     paste their width\/height here. Never inherit the previous product's value. Known real values:\n       Interactive-display banners have no house size either — Samsung, ViewSonic and BenQ all\n       differ, and a lifestyle shot of a classroom is usually much wider than a straight-on panel\n       shot. Measure every supplied set and set the ratio to its real width\/height. Never inherit\n       another product's ratio.\n     All slides in one gallery must share the same ratio; if a supplied set is mixed, ask for a\n     re-export rather than averaging — an average crops every slide instead of none. *\/\n  .ao-gallery-slides{position:relative;width:100%;aspect-ratio:2172\/724;background:var(--ao-panel);}\n  .ao-gallery-slide{position:absolute;inset:0;opacity:0;transition:opacity .4s ease;z-index:1;}\n  .ao-gallery-slide img{width:100%;height:100%;object-fit:cover;}\n  .ao-gallery-container input[name=\"gallery-slide\"]{display:none;}\n  #g1:checked ~ .ao-gallery-slides .gs-1, #g2:checked ~ .ao-gallery-slides .gs-2, #g3:checked ~ .ao-gallery-slides .gs-3, #g4:checked ~ .ao-gallery-slides .gs-4{opacity:1;z-index:2;}\n  .ao-gallery-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:40px;height:40px;background:rgba(11,18,32,.55);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .2s;}\n  .ao-gallery-container:hover .ao-gallery-nav{opacity:1;}\n  .ao-gallery-prev{left:14px;} .ao-gallery-next{right:14px;}\n  .ao-gallery-arrows\u003ediv{display:none;}\n  #g1:checked ~ .ao-gallery-arrows .ga-1, #g2:checked ~ .ao-gallery-arrows .ga-2, #g3:checked ~ .ao-gallery-arrows .ga-3, #g4:checked ~ .ao-gallery-arrows .ga-4{display:block;}\n  .ao-gallery-dots{position:absolute;bottom:14px;left:50%;transform:translateX(-50%);z-index:10;display:flex;gap:8px;}\n  .ao-gallery-dot{width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.55);cursor:pointer;}\n  #g1:checked ~ .ao-gallery-dots .gd-1, #g2:checked ~ .ao-gallery-dots .gd-2, #g3:checked ~ .ao-gallery-dots .gd-3, #g4:checked ~ .ao-gallery-dots .gd-4{background:#fff;}\n\n  .ao-graybox{background:var(--ao-gray);border:1px solid var(--ao-border);border-radius:var(--ao-r);padding:26px 28px;}\n  .ao-graybox h3{margin-bottom:14px;}\n  .check-sm{list-style:none;padding:0;margin:0;}\n  .check-sm li{display:flex;gap:8px;align-items:flex-start;margin:8px 0;color:#4b5563;font-size:16px;}\n  .check-sm li svg{flex-shrink:0;width:17px;height:17px;margin-top:2px;color:var(--ao-accent-900);}\n\n  \/* Typographic option cards — accessory photos (rack rails, enclosures, docks, cables) are rarely\n     available, so the \"photo\" slot\n     is a solid accent-colour block carrying the product name in large bold type instead of an image\n     (locked 2026-08-10). Don't revert to real photo cards just because a spare image\n     turns up for one accessory — keep the category visually consistent. *\/\n  .ao-options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;}\n  .ao-option-card{background:var(--ao-panel);border:1px solid var(--ao-border);border-radius:var(--ao-r);overflow:hidden;transition:all .2s ease;}\n  .ao-option-card:hover{transform:translateY(-4px);box-shadow:var(--ao-shadow);border-color:var(--ao-accent);}\n  .ao-option-name{background:var(--ao-accent);color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;padding:32px 18px;min-height:140px;}\n  .ao-option-name h4{margin:0;font-size:clamp(19px,2.2vw,24px);font-weight:800;line-height:1.2;letter-spacing:-.01em;color:#fff;}\n  .ao-option-body{padding:16px 18px;}\n  .ao-option-body p{margin:0;font-size:13.5px;color:var(--ao-muted);line-height:1.5;}\n\n  \/* FAQ: checkboxes + labels, NOT \u003cdetails\u003e\/\u003csummary\u003e — many themes\n     globally reskin\/animate native details\/summary tags, which breaks\n     this. Never revert this to \u003cdetails\u003e. *\/\n  .ao-faq-toggle{position:absolute!important;opacity:0!important;width:0!important;height:0!important;margin:0!important;padding:0!important;pointer-events:none;}\n  .ao-faq-item{border-bottom:1px solid var(--ao-border);}\n  .ao-faq-item:first-child{border-top:1px solid var(--ao-border);}\n  .ao-faq-q{display:flex;justify-content:space-between;align-items:center;gap:16px;cursor:pointer;font-weight:600;color:var(--ao-ink);padding:22px 4px;margin:0;line-height:1.4;}\n  .ao-faq-icon{flex-shrink:0;font-size:1.5em;font-weight:300;line-height:1;color:var(--ao-accent);}\n  .ao-faq-icon::before{content:'+';}\n  .ao-faq-toggle:checked ~ .ao-faq-q .ao-faq-icon::before{content:'−';}\n  .ao-faq-toggle:checked ~ .ao-faq-q{color:var(--ao-accent-900);}\n  .ao-faq-a{display:none;padding:0 4px 22px;color:var(--ao-muted);}\n  .ao-faq-a p{margin:0;}\n  .ao-faq-toggle:checked ~ .ao-faq-a{display:block;}\n\n  .ao-downloads-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;}\n  .ao-download-card{display:flex;align-items:center;gap:14px;border:1px solid var(--ao-border);background:#fff;border-radius:var(--ao-r);padding:20px 18px 24px;text-decoration:none!important;color:var(--ao-ink);box-shadow:var(--ao-shadow);transition:all .25s ease;position:relative;overflow:hidden;}\n  .ao-download-card svg{width:28px;height:28px;flex-shrink:0;color:var(--ao-accent);z-index:2;}\n  .ao-download-card .b{z-index:2;}\n  .ao-download-card h4{margin:0;font-size:15.5px;}\n  .ao-download-card p{margin:2px 0 0;font-size:13px;color:var(--ao-muted);}\n  .ao-download-card:hover{border-color:var(--ao-accent);transform:translateY(-2px);}\n\n  .ao-compare-wrap{overflow-x:auto;border:1px solid var(--ao-border);border-radius:var(--ao-r);}\n  .ao-compare{width:100%;min-width:420px;border-collapse:collapse;font-size:15px;}\n  .ao-compare th,.ao-compare td{padding:14px 16px;text-align:left;border-bottom:1px solid var(--ao-border);}\n  .ao-compare th{font-size:12.5px;font-weight:700;color:var(--ao-muted);text-transform:uppercase;letter-spacing:.04em;background:var(--ao-panel);}\n  .ao-compare tbody tr:last-child td{border-bottom:none;}\n  .ao-compare td.ao-compare-metric{font-weight:600;color:var(--ao-ink);}\n  .ao-compare td.ao-compare-value{font-weight:700;color:var(--ao-ink);}\n\n  .ao-cta{background:var(--ao-gray);border:1px solid var(--ao-border);border-radius:var(--ao-r);padding:36px 28px;text-align:center;}\n  .ao-cta h2{margin-bottom:8px;}\n  .ao-cta p{color:var(--ao-muted);max-width:min(700px,90%);margin:0 auto 20px;}\n  .ao-cta-row{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;}\n  .ao-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center;gap:8px;background:var(--ao-accent);color:#fff!important;font-weight:600;text-decoration:none!important;line-height:1.2!important;padding:12px 24px!important;border-radius:99px;transition:all .2s ease;}\n  .ao-btn:hover{background:var(--ao-accent-700);}\n  .ao-btn.outline{background:#fff;color:var(--ao-ink)!important;border:1px solid var(--ao-border);}\n  .ao-btn.outline:hover{background:var(--ao-ink)!important;color:#fff!important;border-color:var(--ao-ink);}\n  .ao-btn.whatsapp{background:#25D366;} \/* WhatsApp brand green — ALWAYS this exact colour, never var(--ao-accent) *\/\n  .ao-btn.whatsapp:hover{background:#1EBE5A;}\n\n  .ao-section-label{font-size:18px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ao-muted);margin:0 0 14px;}\n  .ao-section-label.with-rule{display:flex;align-items:center;gap:14px;}\n  .ao-section-label.with-rule::after{content:'';flex:1;height:1px;background:var(--ao-border);}\n\u003c\/style\u003e\n\n\u003cdiv class=\"ao-description-wrapper\"\u003e\n  \u003cdiv class=\"ao-container\"\u003e\n\n    \u003cheader class=\"ao-hero\" style=\"margin-bottom:36px;\"\u003e\n      \u003cp class=\"ao-eyebrow\"\u003e65\", 75\" \u0026amp; 86\" 4K Interactive E-Board with Built-in 48MP Camera\u003c\/p\u003e\n      \u003ch1\u003eSamsung Interactive E-Board WAFX-P Series\u003c\/h1\u003e\n      \u003cdiv class=\"ao-hero-rule\"\u003e\u003c\/div\u003e\n      \u003cp class=\"ao-lede\"\u003eAn EDLA-certified 4K touchscreen running Android 15, in 65\", 75\" and 86\", with the video-call kit already inside it: a 48MP camera that keeps the speaker in frame with Auto Framing, a microphone that reaches 10 metres, and dual 20W speakers with a built-in woofer. Circle a handwritten note and tap search to look it up, split the whiteboard into four independent note areas, and mirror up to nine devices at once. Panel, platform and every port are identical across the three sizes.\u003c\/p\u003e\n    \u003c\/header\u003e\n\n        \u003csection style=\"margin-bottom:40px;\"\u003e\n      \u003cp class=\"ao-section-label\"\u003eQuick Glance\u003c\/p\u003e\n      \u003cdiv class=\"ao-glance\"\u003e\n        \u003cdiv class=\"ao-glance-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"2\" y=\"3\" width=\"20\" height=\"14\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"8\" y1=\"21\" x2=\"16\" y2=\"21\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"21\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003cdiv\u003e\n\u003cspan class=\"ao-glance-k\"\u003eScreen Size\u003c\/span\u003e\u003cspan class=\"ao-glance-v\"\u003e65\", 75\" or 86\"\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"ao-glance-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"3\" width=\"7\" height=\"7\"\u003e\u003c\/rect\u003e\u003crect x=\"14\" y=\"3\" width=\"7\" height=\"7\"\u003e\u003c\/rect\u003e\u003crect x=\"14\" y=\"14\" width=\"7\" height=\"7\"\u003e\u003c\/rect\u003e\u003crect x=\"3\" y=\"14\" width=\"7\" height=\"7\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003cdiv\u003e\n\u003cspan class=\"ao-glance-k\"\u003eResolution\u003c\/span\u003e\u003cspan class=\"ao-glance-v\"\u003e4K UHD (3,840 × 2,160)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"ao-glance-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M18 11V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2\"\u003e\u003c\/path\u003e\u003cpath d=\"M14 10V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2\"\u003e\u003c\/path\u003e\u003cpath d=\"M10 10.5V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2v8\"\u003e\u003c\/path\u003e\u003cpath d=\"M18 8a2 2 0 1 1 4 0v6a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003cdiv\u003e\n\u003cspan class=\"ao-glance-k\"\u003eTouch Points\u003c\/span\u003e\u003cspan class=\"ao-glance-v\"\u003eUp to 50 points\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"ao-glance-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolygon points=\"12 2 2 7 12 12 22 7 12 2\"\u003e\u003c\/polygon\u003e\u003cpolyline points=\"2 17 12 22 22 17\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"2 12 12 17 22 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003cdiv\u003e\n\u003cspan class=\"ao-glance-k\"\u003ePlatform\u003c\/span\u003e\u003cspan class=\"ao-glance-v\"\u003eAndroid 15 (EDLA)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n        \u003csection style=\"margin-bottom:40px;\"\u003e\n      \u003cp class=\"ao-section-label\"\u003eKey Features\u003c\/p\u003e\n      \u003cdiv class=\"grid g-3\"\u003e\n        \u003cdiv class=\"bubble\"\u003e\n          \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolygon points=\"23 7 16 12 23 17 23 7\"\u003e\u003c\/polygon\u003e\u003crect x=\"1\" y=\"5\" width=\"15\" height=\"14\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\n          \u003ch3 style=\"margin-top:0\"\u003eVideo calls with nothing to plug in\u003c\/h3\u003e\n          \u003cp class=\"muted\"\u003eA 48MP camera with Auto Framing keeps whoever is speaking in shot, the microphone picks up voices across a 10-metre room, and dual 20W speakers with a built-in woofer carry the audio — no webcam, no speakerphone, no cabling. A camera cover ships with the display for privacy when it is not in use.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"bubble\"\u003e\n          \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"11\" cy=\"11\" r=\"8\"\u003e\u003c\/circle\u003e\u003cline x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"\u003e\u003c\/line\u003e\u003cpath d=\"M8 11.5c1-1.5 2-1.5 3 0s2 1.5 3 0\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003ch3 style=\"margin-top:0\"\u003eAI Write \u0026amp; Search\u003c\/h3\u003e\n          \u003cp class=\"muted\"\u003eOn-device handwriting recognition turns ink into something searchable: circle a handwritten note on screen, tap the search icon, and web results and images come back without anyone typing the words out again.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"bubble\"\u003e\n          \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolygon points=\"12 2 2 7 12 12 22 7 12 2\"\u003e\u003c\/polygon\u003e\u003cpolyline points=\"2 17 12 22 22 17\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"2 12 12 17 22 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n          \u003ch3 style=\"margin-top:0\"\u003eAndroid 15, EDLA certified, 128GB\u003c\/h3\u003e\n          \u003cp class=\"muted\"\u003eGoogle EDLA certification means Google Play and Google services run on the panel itself rather than through a dongle or a PC, driven by an Octa-core CPU with 128GB of flash storage. Slot in an OPS module and the same display becomes a full Windows machine.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n        \u003csection style=\"margin-bottom:40px;\"\u003e\n      \u003cp class=\"ao-section-label\"\u003eDetailed Specifications\u003c\/p\u003e\n      \u003cdiv class=\"ao-tabs-container\"\u003e\n        \u003cinput type=\"radio\" name=\"tabs\" id=\"t1\" hidden checked\u003e\n        \u003cinput type=\"radio\" name=\"tabs\" id=\"t2\" hidden\u003e\n        \u003cinput type=\"radio\" name=\"tabs\" id=\"t3\" hidden\u003e\n        \u003cinput type=\"radio\" name=\"tabs\" id=\"t4\" hidden\u003e\n        \u003cinput type=\"radio\" name=\"tabs\" id=\"t5\" hidden\u003e\n        \u003cinput type=\"radio\" name=\"tabs\" id=\"t6\" hidden\u003e\n        \u003cdiv class=\"ao-tabs-labels\"\u003e\n          \u003clabel for=\"t1\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"2\" y=\"3\" width=\"20\" height=\"14\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"8\" y1=\"21\" x2=\"16\" y2=\"21\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"21\"\u003e\u003c\/line\u003e\u003c\/svg\u003eDisplay\u003c\/label\u003e\n          \u003clabel for=\"t2\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 20h9\"\u003e\u003c\/path\u003e\u003cpath d=\"M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003eTouch \u0026amp; Writing\u003c\/label\u003e\n          \u003clabel for=\"t3\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolygon points=\"12 2 2 7 12 12 22 7 12 2\"\u003e\u003c\/polygon\u003e\u003cpolyline points=\"2 17 12 22 22 17\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"2 12 12 17 22 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003ePlatform \u0026amp; Software\u003c\/label\u003e\n          \u003clabel for=\"t4\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71\"\u003e\u003c\/path\u003e\u003cpath d=\"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71\"\u003e\u003c\/path\u003e\u003c\/svg\u003eConnectivity \u0026amp; Ports\u003c\/label\u003e\n          \u003clabel for=\"t5\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003ePower \u0026amp; Operating Conditions\u003c\/label\u003e\n          \u003clabel for=\"t6\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"3.27 6.96 12 12.01 20.73 6.96\"\u003e\u003c\/polyline\u003e\u003cline x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003ePhysical \u0026amp; Mounting\u003c\/label\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ao-tabs-panels\"\u003e\n                    \u003cdiv id=\"p1\" class=\"ao-tabs-panel\"\u003e\n            \u003cdiv class=\"ao-tab-key-value-grid\"\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003eDiagonal Size\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003e65\", 75\" or 86\" (select above)\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003ePanel Type\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003eIPS\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003eResolution\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003e4K UHD (3,840 × 2,160)\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003ePixel Pitch (H×V)\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003e65\": 0.372 × 0.372 mm\u003cbr\u003e75\": 0.429 × 0.429 mm\u003cbr\u003e86\": 0.493 × 0.493 mm\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003eBrightness (Typ.)\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003e450 nit (typical)\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003eContrast Ratio\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003e1,200:1\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003eViewing Angle (H\/V)\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003e178° \/ 178°\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003eResponse Time\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003e8ms\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003eColour Gamut\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003e72%\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003eAspect Ratio\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003e16:9\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003eOperation Time Support\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003e12\/7 (12 hours a day, 7 days a week)\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n                    \u003cdiv id=\"p2\" class=\"ao-tabs-panel\"\u003e\n            \u003cdiv class=\"ao-tab-key-value-grid\"\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003eTouch Technology\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003eInfrared (IR)\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003eTouch Points\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003eUp to 50 simultaneous touch points — Samsung rates the 50-point figure when the panel is running Windows via OPS or an external PC\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003ePen Support\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003eDual pen — a double-sided nib carries two colours or tools, switched by flipping the pen rather than changing a setting\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003eSurface Haze\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003e25% glass haze\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003eTouch Control over Cable\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003eYes — touch control travels back over the 3-in-1 USB-C port\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n                    \u003cdiv id=\"p3\" class=\"ao-tabs-panel\"\u003e\n            \u003cdiv class=\"ao-tab-key-value-grid\"\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003eOperating System\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003eAndroid\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003eOS Version\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003eAndroid 15 (EDLA certified), Octa-core CPU\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003eInternal Storage\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003e128GB flash memory\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003eScreen Sharing\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003eScreen sharing from up to 9 devices simultaneously, regardless of operating system\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003eCompatible Systems\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003eWindows, macOS, Android, iOS, ChromeOS\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003eMultitasking\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003eSplit Screen Mode (up to 4 independent note areas on one page) and Multi Window mode (up to 4 windows at once)\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003eBundled Apps\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003eGoogle Play and Google services via EDLA · Note app with Split Screen Mode · Annotation On · AI Write \u0026amp; Search · Live Caption · on-premise Device Management Solution with Advanced Messaging\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n                    \u003cdiv id=\"p4\" class=\"ao-tabs-panel\"\u003e\n            \u003cdiv class=\"ao-tab-key-value-grid\"\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003eVideo Inputs\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003eHDMI 2.1 × 2, DisplayPort 1.2 × 1\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003eVideo Output\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003eYes — HDMI Out, to mirror onto a second display\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003eHDCP Version\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003eHDCP 2.2\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003eUSB Ports\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003e4, plus the 3-in-1 USB-C port\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003eUSB-C Power Delivery\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003eUSB-C 3-in-1 — screen, touch and device charging up to 65 W over one cable\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003eAudio In \/ Out\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003eAudio in: stereo mini jack\u003cbr\u003eAudio out: stereo mini jack\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003eControl Ports\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003eRS232 in, RJ45 in, RJ45 out\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003eWireless \u0026amp; Network\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003eWi-Fi 6 (802.11ax), Bluetooth, Ethernet (RJ45 in and out)\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n                    \u003cdiv id=\"p5\" class=\"ao-tabs-panel\"\u003e\n            \u003cdiv class=\"ao-tab-key-value-grid\"\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003ePower Supply\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003eAC 100–240 V, 50\/60 Hz\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003ePower Consumption (On)\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003e65\": 392 W\u003cbr\u003e75\": 440 W\u003cbr\u003e86\": 529 W\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003ePower Consumption (Standby)\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003e0.5 W\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003eOperating Temperature\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003e0 °C to 40 °C\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003eOperating Humidity\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003e10% to 80%, non-condensing\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n                    \u003cdiv id=\"p6\" class=\"ao-tabs-panel\"\u003e\n            \u003cdiv class=\"ao-tab-key-value-grid\"\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003eSet Dimensions (W×H×D)\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003e65\": 1,483.9 × 911.9 × 86.9 mm\u003cbr\u003e75\": 1,705.0 × 1,036.3 × 87.1 mm\u003cbr\u003e86\": 1,950.4 × 1,174.0 × 87.1 mm\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003eSet Weight\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003e65\": 36.3 kg\u003cbr\u003e75\": 50.3 kg\u003cbr\u003e86\": 60.9 kg\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003ePackage Dimensions (W×H×D)\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003e65\": 1,640 × 1,010 × 185 mm\u003cbr\u003e75\": 1,860 × 1,125 × 185 mm\u003cbr\u003e86\": 2,095 × 1,265 × 185 mm\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003ePackage Weight\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003e65\": 43.8 kg\u003cbr\u003e75\": 59.1 kg\u003cbr\u003e86\": 71.8 kg\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003eVESA Mount\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003e65\": 600 × 400 mm\u003cbr\u003e75\": 800 × 400 mm\u003cbr\u003e86\": 800 × 600 mm\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003eBezel Width\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003e14.9 mm (all three sizes)\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003eFrame Finish\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003eAluminium frame\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003eColour\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003eDark blue-grey top and bottom bezel, black side bezels\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003eCertifications\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003eEDLA (Google certified)\u003cbr\u003eEMC: FCC CFR Title 47 Part 15 Subpart B \/ EN 55032:2015+A11:2020\u003cbr\u003eSafety: IEC 62368-1 \/ UL 62368-1 \/ IEC 60950-1 \/ IS 13252\u003c\/span\u003e\n\u003c\/div\u003e\n              \u003cdiv class=\"ao-tab-kv-item\"\u003e\n\u003cspan class=\"ao-tab-kv-key\"\u003eWarranty\u003c\/span\u003e\u003cspan class=\"ao-tab-kv-value\"\u003e1 Year\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n            \u003cp class=\"muted\" style=\"font-size:12.5px;margin:14px 0 0;\"\u003eWall brackets, mobile trolleys and floor stands are sold separately unless they are listed under What's in the Box. Confirm that your mount is rated for this panel's VESA pattern and weight before installation.\u003c\/p\u003e\n            \u003cp class=\"muted\" style=\"font-size:12.5px;margin:6px 0 0;\"\u003eSpecifications are provided by the manufacturer and may be updated or changed without prior notice. AtomOffice is not responsible for any discrepancies between the information shown here and the manufacturer's official documentation.\u003c\/p\u003e\n    \u003c\/section\u003e\n\n        \u003csection style=\"margin-bottom:40px;\"\u003e\n      \u003cp class=\"ao-section-label\"\u003eNeed-to-Know\u003c\/p\u003e\n      \u003cul class=\"ao-notes\"\u003e\n        \u003cli\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cline x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003cspan\u003eThe 50-point multi-touch figure applies when the panel is running Windows through an OPS module or an external PC. The OPS module itself is sold separately, as are wall brackets, trolleys and floor stands.\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003cli\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cline x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003cspan\u003eThe VESA pattern and the weight change with the size — 600 × 400 mm and 36.3 kg at 65\", 800 × 400 mm and 50.3 kg at 75\", 800 × 600 mm and 60.9 kg at 86\". Match your mount to the size you order, not to the series.\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003cli\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cline x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003cspan\u003eHandwriting recognition for AI Write \u0026amp; Search works in the language the system is set to, and accuracy varies with handwriting style. Live Caption covers audio and video played on the display itself — not voice picked up by the microphone — and languages other than English are downloaded from the settings menu. The Device Management Solution is an on-premise deployment, and Advanced Messaging needs both the server and the client connected.\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n        \u003csection style=\"margin-bottom:40px;\"\u003e\n      \u003cp class=\"ao-section-label\"\u003eCustomer Benefits\u003c\/p\u003e\n      \u003cdiv class=\"ao-benefits-grid\"\u003e\n        \u003cul class=\"check\"\u003e\n          \u003cli\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003cspan\u003eRun a lesson or a video call with no camera, microphone or speaker to connect\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003cspan\u003eGoogle Play and Google services run on the panel itself — EDLA certified, no PC and no dongle\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003cspan\u003eCircle a handwritten note and search it, without retyping a word\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003cspan\u003eFour students can write in their own note areas on a single page\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0533\/3509\/7511\/files\/ae-feature--nbsp-548877242.jpg?v=1788618746\" alt=\"Samsung Interactive E-Board WAFX-P in use, showing the built-in camera and on-screen annotation\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n        \u003csection style=\"margin-bottom:40px;\"\u003e\n      \u003cp class=\"ao-section-label\"\u003eBest For\u003c\/p\u003e\n      \u003cdiv class=\"ao-bestfor-grid\"\u003e\n        \u003cdiv class=\"ao-bestfor-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolygon points=\"23 7 16 12 23 17 23 7\"\u003e\u003c\/polygon\u003e\u003crect x=\"1\" y=\"5\" width=\"15\" height=\"14\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003cspan\u003eHybrid and remote lessons\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"ao-bestfor-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M22 10v6M2 10l10-5 10 5-10 5z\"\u003e\u003c\/path\u003e\u003cpath d=\"M6 12v5c3 3 9 3 12 0v-5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003cspan\u003eSchools running Google services\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"ao-bestfor-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\u003ccircle cx=\"9\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\u003cpath d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 3.13a4 4 0 0 1 0 7.75\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003cspan\u003eMeeting rooms that run video calls\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"ao-bestfor-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"2\" y=\"3\" width=\"20\" height=\"14\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"8\" y1=\"21\" x2=\"16\" y2=\"21\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"21\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003cspan\u003eCampus estates managed centrally\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n        \u003csection style=\"margin-bottom:40px;\"\u003e\n      \u003cp class=\"ao-section-label\"\u003eGallery\u003c\/p\u003e\n      \u003cdiv class=\"ao-gallery-container\"\u003e\n        \u003cinput type=\"radio\" name=\"gallery-slide\" id=\"g1\" hidden checked\u003e\n        \u003cinput type=\"radio\" name=\"gallery-slide\" id=\"g2\" hidden\u003e\n        \u003cinput type=\"radio\" name=\"gallery-slide\" id=\"g3\" hidden\u003e\n        \u003cinput type=\"radio\" name=\"gallery-slide\" id=\"g4\" hidden\u003e\n        \u003cdiv class=\"ao-gallery-slides\"\u003e\n          \u003cdiv class=\"ao-gallery-slide gs-1\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0533\/3509\/7511\/files\/samsung_interactive_eboard_WAFX-P_F4.webp?v=1788621045\" alt=\"Samsung Interactive E-Board WAFX-P in a classroom\" loading=\"lazy\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"ao-gallery-slide gs-2\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0533\/3509\/7511\/files\/samsung_interactive_eboard_WAFX-P_F2.webp?v=1788620837\" alt=\"Samsung Interactive E-Board WAFX-P showing on-screen writing and annotation\" loading=\"lazy\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"ao-gallery-slide gs-3\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0533\/3509\/7511\/files\/samsung_interactive_eboard_WAFX-P_F1.webp?v=1788620837\" alt=\"Samsung Interactive E-Board WAFX-P with its built-in camera in use\" loading=\"lazy\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"ao-gallery-slide gs-4\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0533\/3509\/7511\/files\/samsung_interactive_eboard_WAFX-P_F3.webp?v=1788620837\" alt=\"Samsung Interactive E-Board WAFX-P sharing content across multiple devices\" loading=\"lazy\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ao-gallery-arrows\"\u003e\n          \u003cdiv class=\"ga-1\"\u003e\n\u003clabel for=\"g4\" class=\"ao-gallery-nav ao-gallery-prev\" aria-label=\"Previous image\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"15 18 9 12 15 6\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/label\u003e\u003clabel for=\"g2\" class=\"ao-gallery-nav ao-gallery-next\" aria-label=\"Next image\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"9 18 15 12 9 6\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"ga-2\"\u003e\n\u003clabel for=\"g1\" class=\"ao-gallery-nav ao-gallery-prev\" aria-label=\"Previous image\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"15 18 9 12 15 6\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/label\u003e\u003clabel for=\"g3\" class=\"ao-gallery-nav ao-gallery-next\" aria-label=\"Next image\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"9 18 15 12 9 6\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"ga-3\"\u003e\n\u003clabel for=\"g2\" class=\"ao-gallery-nav ao-gallery-prev\" aria-label=\"Previous image\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"15 18 9 12 15 6\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/label\u003e\u003clabel for=\"g4\" class=\"ao-gallery-nav ao-gallery-next\" aria-label=\"Next image\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"9 18 15 12 9 6\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"ga-4\"\u003e\n\u003clabel for=\"g3\" class=\"ao-gallery-nav ao-gallery-prev\" aria-label=\"Previous image\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"15 18 9 12 15 6\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/label\u003e\u003clabel for=\"g1\" class=\"ao-gallery-nav ao-gallery-next\" aria-label=\"Next image\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"9 18 15 12 9 6\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ao-gallery-dots\"\u003e\n          \u003clabel for=\"g1\" class=\"ao-gallery-dot gd-1\" aria-label=\"Go to image 1\"\u003e\u003c\/label\u003e\n          \u003clabel for=\"g2\" class=\"ao-gallery-dot gd-2\" aria-label=\"Go to image 2\"\u003e\u003c\/label\u003e\n          \u003clabel for=\"g3\" class=\"ao-gallery-dot gd-3\" aria-label=\"Go to image 3\"\u003e\u003c\/label\u003e\n          \u003clabel for=\"g4\" class=\"ao-gallery-dot gd-4\" aria-label=\"Go to image 4\"\u003e\u003c\/label\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n        \u003csection style=\"margin-bottom:40px;\"\u003e\n      \u003cdiv class=\"ao-graybox\"\u003e\n        \u003ch3\u003eWhat's in the Box\u003c\/h3\u003e\n        \u003cul class=\"check-sm\"\u003e\n          \u003cli\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003cspan\u003e1× Samsung Interactive E-Board WAFX-P in the size you select — LH65WAFPLGCXUE, LH75WAFPLGCXUE or LH86WAFPLGCXUE\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003cspan\u003eCamera cover for the built-in 48MP camera\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003cspan\u003ePen\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003cspan\u003eRemote control and power cord\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n        \u003csection style=\"margin-bottom:40px;\"\u003e\n      \u003cdiv class=\"grid g-2\"\u003e\n        \u003cdiv class=\"bubble green\"\u003e\n          \u003ch3\u003eService \u0026amp; Support Commitment\u003c\/h3\u003e\n          \u003cul class=\"check\" style=\"margin-top:10px\"\u003e\n            \u003cli\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003cspan\u003eFree delivery anywhere in the UAE\u003c\/span\u003e\n\u003c\/li\u003e\n            \u003cli\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003cspan\u003eRemote assistance for setup and day-to-day support\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003c\/ul\u003e\n                  \u003c\/div\u003e\n        \u003cdiv class=\"bubble yellow\"\u003e\n          \u003ch3\u003eWhy Buy From AtomOffice?\u003c\/h3\u003e\n          \u003cul class=\"check\" style=\"margin-top:10px\"\u003e\n            \u003cli\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003cspan\u003eBetter-price policy for competitive, real value\u003c\/span\u003e\n\u003c\/li\u003e\n            \u003cli\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003cspan\u003eBacked by a 1-year warranty\u003c\/span\u003e\n\u003c\/li\u003e\n            \u003cli\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003cspan\u003eFast, secure delivery across the UAE\u003c\/span\u003e\n\u003c\/li\u003e\n            \u003cli\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003cspan\u003eExpert consultation to help you choose the right model\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n        \u003csection style=\"margin-bottom:40px;\"\u003e\n      \u003cp class=\"ao-section-label\"\u003eOfficial \u0026amp; Recommended Options\u003c\/p\u003e\n      \u003cdiv class=\"ao-options-grid\"\u003e\n        \u003cdiv class=\"ao-option-card\"\u003e\n          \u003cdiv class=\"ao-option-name\"\u003e\u003ch4\u003eWall Bracket\u003c\/h4\u003e\u003c\/div\u003e\n          \u003cdiv class=\"ao-option-body\"\u003e\u003cp\u003eOptional add-on, sold separately. Must be rated for the size you choose — 600 × 400 mm and 36.3 kg for the 65\", 800 × 400 mm and 50.3 kg for the 75\", or 800 × 600 mm and 60.9 kg for the 86\". Ask us to add the right one to your order.\u003c\/p\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ao-option-card\"\u003e\n          \u003cdiv class=\"ao-option-name\"\u003e\u003ch4\u003eMobile Trolley\u003c\/h4\u003e\u003c\/div\u003e\n          \u003cdiv class=\"ao-option-body\"\u003e\u003cp\u003eOptional add-on, sold separately. A wheeled stand for moving the panel between rooms. Must carry the same VESA pattern and weight rating as the wall bracket for your size.\u003c\/p\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ao-option-card\"\u003e\n          \u003cdiv class=\"ao-option-name\"\u003e\u003ch4\u003eFloor Stand\u003c\/h4\u003e\u003c\/div\u003e\n          \u003cdiv class=\"ao-option-body\"\u003e\u003cp\u003eOptional add-on, sold separately. A fixed floor stand for rooms where the wall cannot take the panel. Same VESA and weight rating applies.\u003c\/p\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ao-option-card\"\u003e\n          \u003cdiv class=\"ao-option-name\"\u003e\u003ch4\u003eOPS Module\u003c\/h4\u003e\u003c\/div\u003e\n          \u003cdiv class=\"ao-option-body\"\u003e\u003cp\u003eOptional add-on, sold separately. Slots into the OPS bay and turns the display into a Windows PC, so no separate computer is needed in the room — and it is what enables the full 50-point multi-touch rating.\u003c\/p\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n            \u003cp class=\"muted\" style=\"font-size:13.5px;margin:18px 0 0;\"\u003eDon't see the accessory you need? \u003ca href=\"mailto:info@atomoffice.com\"\u003eContact us\u003c\/a\u003e — we carry a range of Samsung interactive-display accessories, mounts and trolleys and can help you find the right fit.\u003c\/p\u003e\n    \u003c\/section\u003e\n\n        \u003csection style=\"margin-bottom:40px;\"\u003e\n      \u003cp class=\"ao-section-label\"\u003eFrequently Asked Questions\u003c\/p\u003e\n      \u003cdiv class=\"ao-faq\"\u003e\n        \u003cdiv class=\"ao-faq-item\"\u003e\n          \u003cinput type=\"checkbox\" class=\"ao-faq-toggle\" id=\"faq1\" checked hidden\u003e\n          \u003clabel for=\"faq1\" class=\"ao-faq-q\"\u003eWhat is the difference between the WAFX-P Series and the WAF Series?\u003cspan class=\"ao-faq-icon\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n          \u003cdiv class=\"ao-faq-a\"\u003e\n            \u003cp\u003eThe WAFX-P adds the whole video-call kit — camera, microphone and speakers — and moves up a generation of Android, Wi-Fi and storage. The WAF is the same class of panel without any of that. Both series are offered in 65\", 75\" and 86\".\u003c\/p\u003e\n            \u003cdiv class=\"ao-compare-wrap\"\u003e\n              \u003ctable class=\"ao-compare\"\u003e\n                \u003cthead\u003e\u003ctr\u003e\n\u003cth\u003e \u003c\/th\u003e\n\u003cth\u003eWAFX-P (this page)\u003c\/th\u003e\n\u003cth\u003eWAF\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n                \u003ctbody\u003e\n                  \u003ctr\u003e\n\u003ctd class=\"ao-compare-metric\"\u003eBuilt-in camera\u003c\/td\u003e\n\u003ctd class=\"ao-compare-value\"\u003e48MP with Auto Framing\u003c\/td\u003e\n\u003ctd\u003eNot included\u003c\/td\u003e\n\u003c\/tr\u003e\n                  \u003ctr\u003e\n\u003ctd class=\"ao-compare-metric\"\u003eMicrophone \u0026amp; speakers\u003c\/td\u003e\n\u003ctd class=\"ao-compare-value\"\u003e10 m microphone range, dual 20W speakers with woofer\u003c\/td\u003e\n\u003ctd\u003eNot listed\u003c\/td\u003e\n\u003c\/tr\u003e\n                  \u003ctr\u003e\n\u003ctd class=\"ao-compare-metric\"\u003eAndroid version\u003c\/td\u003e\n\u003ctd class=\"ao-compare-value\"\u003e15 (EDLA certified)\u003c\/td\u003e\n\u003ctd\u003e14 (EDLA certified)\u003c\/td\u003e\n\u003c\/tr\u003e\n                  \u003ctr\u003e\n\u003ctd class=\"ao-compare-metric\"\u003eInternal storage\u003c\/td\u003e\n\u003ctd class=\"ao-compare-value\"\u003e128GB\u003c\/td\u003e\n\u003ctd\u003e64GB\u003c\/td\u003e\n\u003c\/tr\u003e\n                  \u003ctr\u003e\n\u003ctd class=\"ao-compare-metric\"\u003eBrightness\u003c\/td\u003e\n\u003ctd class=\"ao-compare-value\"\u003e450 nit\u003c\/td\u003e\n\u003ctd\u003e400 nit\u003c\/td\u003e\n\u003c\/tr\u003e\n                  \u003ctr\u003e\n\u003ctd class=\"ao-compare-metric\"\u003eMulti-touch\u003c\/td\u003e\n\u003ctd class=\"ao-compare-value\"\u003eUp to 50 points\u003c\/td\u003e\n\u003ctd\u003eUp to 40 points\u003c\/td\u003e\n\u003c\/tr\u003e\n                  \u003ctr\u003e\n\u003ctd class=\"ao-compare-metric\"\u003eWi-Fi\u003c\/td\u003e\n\u003ctd class=\"ao-compare-value\"\u003eWi-Fi 6 (802.11ax)\u003c\/td\u003e\n\u003ctd\u003eWi-Fi 5 (802.11ac)\u003c\/td\u003e\n\u003c\/tr\u003e\n                  \u003ctr\u003e\n\u003ctd class=\"ao-compare-metric\"\u003eVideo inputs\u003c\/td\u003e\n\u003ctd class=\"ao-compare-value\"\u003e2 × HDMI 2.1 + DisplayPort 1.2\u003c\/td\u003e\n\u003ctd\u003e2 × HDMI 2.1\u003c\/td\u003e\n\u003c\/tr\u003e\n                  \u003ctr\u003e\n\u003ctd class=\"ao-compare-metric\"\u003eHDCP\u003c\/td\u003e\n\u003ctd class=\"ao-compare-value\"\u003e2.2\u003c\/td\u003e\n\u003ctd\u003e2.1\u003c\/td\u003e\n\u003c\/tr\u003e\n                  \u003ctr\u003e\n\u003ctd class=\"ao-compare-metric\"\u003eRJ45\u003c\/td\u003e\n\u003ctd class=\"ao-compare-value\"\u003eIn and out\u003c\/td\u003e\n\u003ctd\u003eIn only\u003c\/td\u003e\n\u003c\/tr\u003e\n                  \u003ctr\u003e\n\u003ctd class=\"ao-compare-metric\"\u003eAI Write \u0026amp; Search, Live Caption\u003c\/td\u003e\n\u003ctd class=\"ao-compare-value\"\u003eYes\u003c\/td\u003e\n\u003ctd\u003eNot listed\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003c\/tbody\u003e\n              \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"muted\" style=\"font-size:13.5px;margin:14px 0 0;\"\u003eIdentical on both: 4K UHD resolution on an IPS panel, 1,200:1 contrast, 8ms response, 25% glass haze, the 12\/7 duty rating, dual pen, screen sharing for up to nine devices, the OPS slot and the 3-in-1 USB-C port with 65 W charging.\u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n        \u003cdiv class=\"ao-faq-item\"\u003e\n          \u003cinput type=\"checkbox\" class=\"ao-faq-toggle\" id=\"faq2\" hidden\u003e\n          \u003clabel for=\"faq2\" class=\"ao-faq-q\"\u003eWhat does the built-in camera and audio replace?\u003cspan class=\"ao-faq-icon\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n          \u003cdiv class=\"ao-faq-a\"\u003e\u003cp\u003eEverything you would normally bolt onto a display to run a video call. The 48MP camera uses Auto Framing to keep whoever is speaking in shot, the microphone captures voices across a 10-metre range, and dual 20W speakers with a built-in woofer handle playback — so a remote class or conference starts without a separate webcam, speakerphone or soundbar, and without the cabling that goes with them. A camera cover is supplied for privacy when the camera is not in use. This is identical on all three sizes.\u003c\/p\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ao-faq-item\"\u003e\n          \u003cinput type=\"checkbox\" class=\"ao-faq-toggle\" id=\"faq3\" hidden\u003e\n          \u003clabel for=\"faq3\" class=\"ao-faq-q\"\u003eDo I need a PC connected to use it?\u003cspan class=\"ao-faq-icon\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n          \u003cdiv class=\"ao-faq-a\"\u003e\u003cp\u003eNo. Android 15 runs on the panel with an Octa-core CPU, 128GB of storage and EDLA-certified access to Google Play and Google services, so Google apps, the Note app, Annotation On and screen sharing all work with nothing plugged in. If you specifically want Windows — or the full 50-point multi-touch rating — an OPS module slots into the display rather than sitting beside it, and a laptop can still connect over HDMI, DisplayPort or the 3-in-1 USB-C cable.\u003c\/p\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ao-faq-item\"\u003e\n          \u003cinput type=\"checkbox\" class=\"ao-faq-toggle\" id=\"faq4\" hidden\u003e\n          \u003clabel for=\"faq4\" class=\"ao-faq-q\"\u003eHow many people can write on it at the same time?\u003cspan class=\"ao-faq-icon\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n          \u003cdiv class=\"ao-faq-a\"\u003e\u003cp\u003eThe panel supports up to 50-point multi-touch, which Samsung rates when it is running Windows through an OPS module or an external PC. Split Screen Mode goes further by giving up to four students their own independent note area on a single page, so they can work without affecting each other, and the dual pen carries a different colour or tool at each end — flip it rather than changing a setting. This is identical on all three sizes.\u003c\/p\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n        \u003csection class=\"ao-cta\"\u003e\n      \u003ch2\u003eBring the WAFX-P E-Board into your classroom or meeting room\u003c\/h2\u003e\n      \u003cp\u003eTalk to AtomOffice about sizes, mounting options, OPS modules and free delivery anywhere in the UAE.\u003c\/p\u003e\n      \u003cdiv class=\"ao-cta-row\"\u003e\n        \u003ca class=\"ao-btn whatsapp\" href=\"https:\/\/wa.me\/971588211797\/?text=Hi%20AtomOffice%2C%20I%27d%20like%20a%20quote%20for%20the%20Samsung%20Interactive%20E-Board%20WAFX-P%20with%20Built-in%20Camera.%20Size%3A%2065%22%20%2F%2075%22%20%2F%2086%22\" target=\"_blank\" rel=\"noopener\"\u003eWhatsApp Us\u003c\/a\u003e\n        \u003ca class=\"ao-btn outline\" href=\"tel:+97142322866\"\u003eCall Us\u003c\/a\u003e\n        \u003ca class=\"ao-btn outline\" href=\"mailto:info@atomoffice.com\"\u003eRequest a Quote\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Samsung","offers":[{"title":"65\"","offer_id":48986969407710,"sku":"LH65WAFPLGCXUE","price":5390.0,"currency_code":"AED","in_stock":true},{"title":"75\"","offer_id":48986969440478,"sku":"LH75WAFPLGCXUE","price":6245.0,"currency_code":"AED","in_stock":true},{"title":"86\"","offer_id":48986969473246,"sku":"LH86WAFPLGCXUE","price":7948.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0533\/3509\/7511\/files\/ae-wafx-p-lh86wafplgcxue-548877203.avif?v=1788622671","url":"https:\/\/atomoffice.com\/products\/samsung-wafx-p-series-4k-interactive-e-board-65-75-86-inch","provider":"Atomoffice","version":"1.0","type":"link"}