{"product_id":"the-thinking-behind-the-image","title":"The Thinking Behind the Image","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,600;1,9..144,400;1,9..144,500\u0026amp;family=IBM+Plex+Mono:wght@400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan class=\"eyebrow\"\u003e\u003cspan style=\"color: rgb(0, 170, 255);\"\u003eℹ️EARLY BIRD UNTIL SEPTEMBER 23, 2026 - MAX. 8 PARTICIPANTS.\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan class=\"eyebrow\"\u003eThe Deep Dive: A 4-Session ONLINE Webinar · Joel Tjintjelaar\u003c\/span\u003e \u003cspan class=\"hero-dates\"\u003e4 Sessions · [6–8 Weeks] · Live via Zoom\u003c\/span\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root{\n    --bg: #F5F2EA;\n    --bg-alt: #ECE6D6;\n    --bg-card: #FBF9F3;\n    --text-primary: #22201B;\n    --text-secondary: #5C574C;\n    --accent-amber: #A96F2B;\n    --accent-teal: #2C6864;\n    --border: #DAD2BC;\n    --border-strong: #C4B99A;\n    --max-w: 920px;\n  }\n\n  *{ box-sizing:border-box; }\n  html{ scroll-behavior:smooth; }\n\n  body{\n    margin:0;\n    background:var(--bg);\n    color:var(--text-primary);\n    font-family: Georgia, 'Times New Roman', serif;\n    font-size:17px;\n    line-height:1.65;\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .wrap{ max-width:var(--max-w); margin:0 auto; padding:0 28px; }\n\n  .eyebrow{\n    font-family:'IBM Plex Mono', monospace;\n    font-size:12px;\n    letter-spacing:0.14em;\n    text-transform:uppercase;\n    color:var(--accent-teal);\n    font-weight:500;\n  }\n\n  h1,h2,h3{\n    font-family:'Fraunces', Georgia, serif;\n    font-weight:400;\n    color:var(--text-primary);\n    margin:0;\n  }\n\n  a{ color:inherit; }\n\n  \/* ---------- HERO ---------- *\/\n  .hero{\n    padding:64px 0 0 0;\n    border-bottom:1px solid var(--border);\n  }\n\n  .hero-top{\n    display:flex;\n    justify-content:space-between;\n    align-items:baseline;\n    flex-wrap:wrap;\n    gap:12px;\n    margin-bottom:36px;\n  }\n\n  .hero-dates{\n    font-family:'IBM Plex Mono', monospace;\n    font-size:13px;\n    color:var(--text-secondary);\n    letter-spacing:0.02em;\n  }\n\n  .hero-grid{\n    display:grid;\n    grid-template-columns:1.15fr 0.85fr;\n    gap:40px;\n    align-items:end;\n    padding-bottom:44px;\n  }\n\n  .hero h1{\n    font-size:clamp(34px, 5.2vw, 54px);\n    line-height:1.08;\n    letter-spacing:-0.01em;\n  }\n\n  .hero h1 em{\n    font-style:italic;\n    color:var(--accent-amber);\n  }\n\n  .hero-sub{\n    font-size:18px;\n    color:var(--text-secondary);\n    margin-top:20px;\n    max-width:52ch;\n  }\n\n  .hero-diagram-wrap{\n    background:var(--bg-card);\n    border:1px solid var(--border);\n    border-radius:2px;\n    padding:18px 18px 14px;\n  }\n\n  .hero-diagram-caption{\n    font-family:'IBM Plex Mono', monospace;\n    font-size:11px;\n    color:var(--text-secondary);\n    letter-spacing:0.04em;\n    margin-top:10px;\n    text-align:center;\n  }\n\n  \/* ---------- SECTION RHYTHM ---------- *\/\n  section{ padding:56px 0; }\n  section + section{ border-top:1px solid var(--border); }\n\n  .lede{\n    font-size:20px;\n    line-height:1.7;\n    max-width:64ch;\n    margin:18px 0 0 0;\n  }\n\n  .lede + .lede{ margin-top:16px; }\n\n  .lede strong{ color:var(--accent-teal); font-weight:600; }\n\n  \/* ---------- DIFFERENTIATORS \/ SESSIONS ---------- *\/\n  .diff-list{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:1px;\n    background:var(--border);\n    border:1px solid var(--border);\n    margin-top:32px;\n  }\n\n  .diff-card{\n    background:var(--bg-card);\n    padding:26px 26px 24px;\n  }\n\n  .diff-card h3{\n    font-size:19px;\n    margin-bottom:10px;\n    line-height:1.3;\n  }\n\n  .diff-card p{\n    color:var(--text-secondary);\n    font-size:15.5px;\n    margin:0;\n  }\n\n  .diff-tag{\n    display:inline-block;\n    font-family:'IBM Plex Mono', monospace;\n    font-size:10.5px;\n    letter-spacing:0.08em;\n    text-transform:uppercase;\n    color:var(--accent-amber);\n    border:1px solid var(--accent-amber);\n    border-radius:2px;\n    padding:2px 7px;\n    margin-bottom:12px;\n  }\n\n  \/* ---------- PHASE \/ FORMAT BLOCKS ---------- *\/\n  .phase{ margin-top:36px; }\n  .phase:first-child{ margin-top:0; }\n\n  .phase-head{\n    display:flex;\n    align-items:baseline;\n    gap:14px;\n    margin-bottom:14px;\n  }\n\n  .phase-num{\n    font-family:'IBM Plex Mono', monospace;\n    font-size:13px;\n    color:var(--accent-amber);\n  }\n\n  .phase-title{\n    font-family:'Fraunces', serif;\n    font-size:22px;\n  }\n\n  ul.phase-items{\n    margin:0;\n    padding-left:0;\n    list-style:none;\n  }\n\n  ul.phase-items li{\n    padding:9px 0 9px 20px;\n    border-top:1px solid var(--border);\n    position:relative;\n    color:var(--text-secondary);\n    font-size:15.5px;\n  }\n\n  ul.phase-items li::before{\n    content:\"—\";\n    position:absolute;\n    left:0;\n    color:var(--accent-teal);\n  }\n\n  .not-included{\n    margin-top:28px;\n    font-size:14.5px;\n    color:var(--text-secondary);\n    font-style:italic;\n  }\n\n  \/* ---------- PRACTICAL TABLE ---------- *\/\n  table.practical{\n    width:100%;\n    border-collapse:collapse;\n    margin-top:28px;\n  }\n  table.practical td{\n    padding:14px 0;\n    border-top:1px solid var(--border);\n    vertical-align:top;\n    font-size:15.5px;\n  }\n  table.practical td:first-child{\n    font-family:'IBM Plex Mono', monospace;\n    font-size:11px;\n    letter-spacing:0.06em;\n    text-transform:uppercase;\n    color:var(--text-secondary);\n    width:180px;\n    padding-right:20px;\n  }\n\n  .early-bird{\n    margin-top:24px;\n    background:var(--bg-alt);\n    border-left:3px solid var(--accent-amber);\n    padding:16px 20px;\n    font-size:15px;\n  }\n  .early-bird strong{ color:var(--accent-amber); }\n\n  \/* ---------- CTA ---------- *\/\n  .cta-band{\n    background:var(--text-primary);\n    padding:56px 0;\n  }\n  .cta-band .wrap{\n    display:flex;\n    justify-content:space-between;\n    align-items:center;\n    flex-wrap:wrap;\n    gap:24px;\n  }\n  .cta-band h2{\n    color:#F5F2EA;\n    font-size:28px;\n    max-width:36ch;\n  }\n  .cta-button{\n    display:inline-block;\n    background:var(--accent-amber);\n    color:#FBF9F3;\n    font-family:'IBM Plex Mono', monospace;\n    font-size:13px;\n    letter-spacing:0.06em;\n    text-transform:uppercase;\n    text-decoration:none;\n    padding:16px 30px;\n    border-radius:2px;\n    white-space:nowrap;\n    transition:opacity 0.15s ease;\n  }\n  .cta-button:hover{ opacity:0.88; }\n  .cta-band .hero-dates{ color:#B8B2A0; }\n\n  \/* ---------- FOOTER ---------- *\/\n  footer{\n    padding:32px 0 48px;\n    font-size:13px;\n    color:var(--text-secondary);\n    line-height:1.6;\n  }\n\n  \/* ---------- RESPONSIVE ---------- *\/\n  @media (max-width: 760px){\n    .hero-grid{ grid-template-columns:1fr; }\n    .diff-list{ grid-template-columns:1fr; }\n    table.practical td:first-child{ width:120px; }\n  }\n\n  @media (prefers-reduced-motion: reduce){\n    html{ scroll-behavior:auto; }\n    .cta-button{ transition:none; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wrap hero\"\u003e\n\u003cdiv class=\"hero-grid\"\u003e\n\u003cdiv\u003e\n\u003ch4\u003eYou don't need to be standing in front of a building to learn how I see one\u003c\/h4\u003e\n\u003cp class=\"hero-sub\"\u003eThis isn't a shooting workshop — it's the thinking behind the shooting, distilled. Four in-depth sessions, spread over \u003cem\u003e6–8 weeks\u003c\/em\u003e, taking you from technical mastery of processing to the theoretical frameworks — most brand new and novel, built for the book I'm currently writing and exclusively available to on-location workshop participants — that shape every decision I make about an image.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hero-diagram-wrap\"\u003e\n\u003c!-- SVG DIAGRAM: 4-session progression --\u003e \u003csvg viewbox=\"0 0 340 260\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width: 100%; height: auto; display: block;\"\u003e\n          \u003ctext x=\"10\" y=\"18\" font-family=\"IBM Plex Mono, monospace\" font-size=\"10\" letter-spacing=\"1\" fill=\"#5C574C\"\u003eFOUR SESSIONS, ONE PROCESS\u003c\/text\u003e\n\n          \n          \u003cline x1=\"45\" y1=\"70\" x2=\"45\" y2=\"220\" stroke=\"#DAD2BC\" stroke-width=\"1.4\"\u003e\u003c\/line\u003e\n\n          \n          \u003ccircle cx=\"45\" cy=\"70\" r=\"7\" fill=\"#FBF9F3\" stroke=\"#2C6864\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n          \u003ctext x=\"66\" y=\"66\" font-family=\"Fraunces, serif\" font-size=\"14\" fill=\"#22201B\"\u003eCraft\u003c\/text\u003e\n          \u003ctext x=\"66\" y=\"82\" font-family=\"IBM Plex Mono, monospace\" font-size=\"10\" fill=\"#5C574C\"\u003eProcessing \u0026amp; masking\u003c\/text\u003e\n\n          \u003ccircle cx=\"45\" cy=\"120\" r=\"7\" fill=\"#FBF9F3\" stroke=\"#2C6864\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n          \u003ctext x=\"66\" y=\"116\" font-family=\"Fraunces, serif\" font-size=\"14\" fill=\"#22201B\"\u003ePerception\u003c\/text\u003e\n          \u003ctext x=\"66\" y=\"132\" font-family=\"IBM Plex Mono, monospace\" font-size=\"10\" fill=\"#5C574C\"\u003eThe decision process\u003c\/text\u003e\n\n          \u003ccircle cx=\"45\" cy=\"170\" r=\"7\" fill=\"#FBF9F3\" stroke=\"#2C6864\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n          \u003ctext x=\"66\" y=\"166\" font-family=\"Fraunces, serif\" font-size=\"14\" fill=\"#22201B\"\u003eTheory\u003c\/text\u003e\n          \u003ctext x=\"66\" y=\"182\" font-family=\"IBM Plex Mono, monospace\" font-size=\"10\" fill=\"#5C574C\"\u003eNew ground from the book\u003c\/text\u003e\n\n          \u003ccircle cx=\"45\" cy=\"220\" r=\"7\" fill=\"#A96F2B\" stroke=\"#A96F2B\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n          \u003ctext x=\"66\" y=\"216\" font-family=\"Fraunces, serif\" font-size=\"14\" fill=\"#22201B\"\u003eSynthesis\u003c\/text\u003e\n          \u003ctext x=\"66\" y=\"232\" font-family=\"IBM Plex Mono, monospace\" font-size=\"10\" fill=\"#5C574C\"\u003eYour work, reviewed\u003c\/text\u003e\n        \u003c\/svg\u003e\n\u003cdiv class=\"hero-diagram-caption\"\u003eEach session builds directly on the last.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cspan class=\"eyebrow\"\u003eThe Premise\u003c\/span\u003e\n\u003cp class=\"lede\"\u003eThis is not a repeat of \u003cem\u003e\u003ca href=\"https:\/\/store.bwvision.com\/products\/4-session-online-group-mentorship-from-photographer-to-artist\" rel=\"noopener\" target=\"_blank\"\u003eFrom Photographer to Artist\u003c\/a\u003e,\u003c\/em\u003e which I conducted nearly 3 years ago. While that program focused on finding your artistic voice, this one draws entirely on the syllabus readings and assignments from the on-location city workshops. 500+ pages compressed to 400+ pages for this webinar. It hands you structural tools and novel methods that didn't exist in a teachable form, here or anywhere else, until now.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cspan class=\"eyebrow\"\u003eWhat You'll Learn\u003c\/span\u003e\n\u003ch2 style=\"font-size: 30px; margin-top: 14px; max-width: 26ch;\"\u003eFour sessions, each building on the last\u003c\/h2\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan class=\"eyebrow\"\u003eHave a look at the reading overview and guide \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0678\/7330\/8990\/files\/The_thinking_behind_the_image-_TABLE_ONLY.pdf?v=1789765807\" rel=\"noopener\" target=\"_blank\"\u003ehere\u003c\/a\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"diff-list\"\u003e\n\u003cdiv class=\"diff-card\"\u003e\n\u003cspan class=\"diff-tag\"\u003eSession 1\u003c\/span\u003e\n\u003ch3\u003eProcessing \u0026amp; Masking: The Craft Foundation\u003c\/h3\u003e\n\u003cp\u003eA deep, hands-on session in my black-and-white processing and harmonic color workflow — the technical backbone everything else in this webinar builds on.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"diff-card\"\u003e\n\u003cspan class=\"diff-tag\"\u003eSession 2\u003c\/span\u003e\n\u003ch3\u003eThe Artistic Decision Process\u003c\/h3\u003e\n\u003cp\u003eUsing my own images — and, where possible, images submitted by participants — I'll walk through the actual decisions behind a finished photograph: The harmonic intervals for B\u0026amp;W and color, MPoP, the axial\/non-axial framework, the Razorblade Perspective, Learn to Analyze Buildings for fine art photography, the importance of the Tilt-Shift lens. Not just shooting techniques — but a lens for seeing art in life.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"diff-card\"\u003e\n\u003cspan class=\"diff-tag\"\u003eSession 3\u003c\/span\u003e\n\u003ch3\u003eNew Theoretical Ground From the Book\u003c\/h3\u003e\n\u003cp\u003eMaterial developed for my forthcoming book, taught here first: What is Art, Intrinsic vs. Extrinsic Beauty, Moving Away from Reality, Fine Art Principles \u0026amp; Criteria, Finding your Own Voice, and the symbolic and Jungian dimension of fine art image-making.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"diff-card\"\u003e\n\u003cspan class=\"diff-tag\"\u003eSession 4\u003c\/span\u003e\n\u003ch3\u003eWorking Session \u0026amp; Group Critique\u003c\/h3\u003e\n\u003cp\u003eDedicated working time to apply everything from sessions 1–3 directly to your own image, followed by a structured group review and critique to close out the webinar.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cspan class=\"eyebrow\"\u003eWhy Online, Why Now\u003c\/span\u003e\n\u003cp class=\"lede\"\u003eMy in-person workshops require a week away from home and travel to wherever we're shooting. I know some photographers want that depth of instruction but can't make the trip — this webinar exists for you. Same level of depth, same direct access to how I think and work, without the flights. From the convenience of your own home.\u003c\/p\u003e\n\u003cp class=\"lede\"\u003eIt's also for a different group entirely: photographers who have attended one of my on-location workshops, where the days are packed with shooting and processing, and there's rarely enough time to actually work through the theory and exercises behind it all. If you left one of those workshops with the practical skills but felt the underlying thinking — the frameworks, the \"why\" behind the decisions — never quite landed, this is where that gets its proper time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cspan class=\"eyebrow\"\u003eFormat \u0026amp; What's Included\u003c\/span\u003e\n\u003cdiv class=\"phase\"\u003e\n\u003cdiv class=\"phase-head\"\u003e\n\u003cspan class=\"phase-num\"\u003e01\u003c\/span\u003e \u003cspan class=\"phase-title\"\u003eFormat\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cul class=\"phase-items\"\u003e\n\u003cli\u003e4 sessions, approx. 3 hours each (incl. breaks)\u003c\/li\u003e\n\u003cli\u003eSpread over roughly 6–8 weeks, so you have time to practice between sessions\u003c\/li\u003e\n\u003cli\u003eLive via Zoom, recordings provided after each session\u003c\/li\u003e\n\u003cli\u003eGroup size limited to 6-8 participants for personal interaction\u003c\/li\u003e\n\u003cli\u003eLevel: intermediate - advanced\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"phase\"\u003e\n\u003cdiv class=\"phase-head\"\u003e\n\u003cspan class=\"phase-num\"\u003e02\u003c\/span\u003e \u003cspan class=\"phase-title\"\u003eIncluded\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cul class=\"phase-items\"\u003e\n\u003cli\u003eLive instruction across all 4 sessions, plus recordings\u003c\/li\u003e\n\u003cli\u003eThe condensed 'from-home ' version of the official on-location Syllabus readings (500+ pages) mapped to each session in 400+ pages, assignments, and reading suggestions. See for what is covered the \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0678\/7330\/8990\/files\/The_thinking_behind_the_image-_TABLE_ONLY.pdf?v=1789765807\" rel=\"noopener\" target=\"_blank\"\u003eReading Guide here\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003ePost-webinar feedback window until max 2 weeks after the last session\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cspan class=\"eyebrow\"\u003ePractical Details\u003c\/span\u003e\n\u003ctable class=\"practical\" style=\"width: 100.063%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 22.6452%;\"\u003eSessions\u003c\/td\u003e\n\u003ctd style=\"width: 77.3712%;\"\u003e4 × approx. 3 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 22.6452%;\"\u003eDates\u003c\/td\u003e\n\u003ctd style=\"width: 77.3712%;\"\u003e\n\u003cp\u003e\u003cspan class=\"eyebrow\"\u003eSession 1\u003c\/span\u003e: November 22 | \u003cspan class=\"eyebrow\"\u003eSession 2\u003c\/span\u003e: November 29 | \u003cspan class=\"eyebrow\"\u003eSession 3\u003c\/span\u003e: December 13 | \u003cspan class=\"eyebrow\"\u003eSession 4\u003c\/span\u003e: December 20 or January 10, 2027 (TBD with participants).\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 22.6452%;\"\u003eTIMEs\u003c\/td\u003e\n\u003ctd style=\"width: 77.3712%;\"\u003e\n\u003cp\u003e\u003cspan class=\"eyebrow\"\u003eSTART-TIME\u003c\/span\u003e: 6:00 pm CET (Amsterdam) | 9:00 am PST (Los Angeles) | 12:00 pm EST (New York) for the 1st session; other start times TBD\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 22.6452%;\"\u003eFormat\u003c\/td\u003e\n\u003ctd style=\"width: 77.3712%;\"\u003eLive via Zoom, recordings included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 22.6452%;\"\u003eGroup size\u003c\/td\u003e\n\u003ctd style=\"width: 77.3712%;\"\u003eLimited to 6-8 participants\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 22.6452%;\"\u003eLevel\u003c\/td\u003e\n\u003ctd style=\"width: 77.3712%;\"\u003eIntermediate to advanced\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"early-bird\"\u003e\n\u003cstrong\u003e[Early bird]:\u003c\/strong\u003e [€50 OFF limited time offer]\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"cta-band\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003ch2\u003eThe thinking behind the image — taught live, four sessions at a time.\u003c\/h2\u003e\n\u003ca href=\"#\" class=\"cta-button\"\u003eReserve your spot - SCROLL TO TOP\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cfooter\u003e\n\u003cdiv class=\"wrap\"\u003eWe actively foster an environment of respect for everyone, regardless of skin color, gender, sexual orientation, religion, nationality, disability, or ethnicity. Booking implies accepting our terms \u0026amp; conditions and these ethical principles.\u003c\/div\u003e\n\u003c\/footer\u003e","brand":"BWVision","offers":[{"title":"Default Title","offer_id":59472374595929,"sku":null,"price":470.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0678\/7330\/8990\/files\/webinar_square_banner_dark.png?v=1789732461","url":"https:\/\/store.bwvision.com\/products\/the-thinking-behind-the-image","provider":"BWVision","version":"1.0","type":"link"}