<?xml version="1.0" encoding="UTF-8" standalone="yes"?><rss xmlns:yandex="http://news.yandex.ru" version="2.0"><channel><description>Forum for Post-Block Thinking </description><image><link>https://rethink2045.id.page</link><title>RE:THINK</title><url>https://rethink2045.id.page/resources/000/000/000/006/188/6188922_100x100.png</url></image><item><author>News</author><description>&lt;!-- RE:THINK 2045 - ABOUT (EN) | Scannable website block
     Paste into: https://rethink2045.id.page/page/adaptive/news/221867/
--&gt;
&lt;style type=&quot;text/css&quot;&gt;
:root{
    --rt2-text:#111827;
    --rt2-muted:#6b7280;
    --rt2-border:#e5e7eb;
    --rt2-bg:#ffffff;
    --rt2-soft:#f9fafb;
    --rt2-pill:#f3f4f6;
    --rt2-link:#2563eb;
    --rt2-shadow:0 1px 2px rgba(0,0,0,.04);
    --rt2-radius:16px;
  }

  .rt2-wrap{
    font-family:-apple-system,BlinkMacSystemFont,&quot;Segoe UI&quot;,Inter,Roboto,Helvetica,Arial,sans-serif;
    color:var(--rt2-text);
    max-width: 1120px;
    margin: 0 auto;
    padding: 18px 14px 28px;
  }

  .rt2-hero{
    background: var(--rt2-bg);
    border: 1px solid var(--rt2-border);
    border-radius: var(--rt2-radius);
    box-shadow: var(--rt2-shadow);
    padding: 18px;
  }

  .rt2-top{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap: 14px;
    flex-wrap: wrap;
  }

  .rt2-title{
    margin:0;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 1.12;
  }

  .rt2-subtitle{
    margin: 6px 0 0;
    color: var(--rt2-muted);
    font-size: 14px;
    line-height: 1.55;
    max-width: 900px;
  }

  .rt2-actions{
    display:flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items:center;
  }

  .rt2-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid var(--rt2-border);
    background: var(--rt2-bg);
    color: var(--rt2-link);
    text-decoration:none;
    font-weight: 800;
    box-shadow: var(--rt2-shadow);
    white-space: nowrap;
  }
  .rt2-btn:hover{ filter: brightness(0.98); }

  .rt2-btn.rt2-primary{
    background:#111827;
    border-color:#111827;
    color:#fff;
  }

  .rt2-meta{
    display:flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
  }

  .rt2-chip{
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid var(--rt2-border);
    background: var(--rt2-pill);
    color:#111827;
    font-weight: 700;
  }
  .rt2-chip.rt2-quiet{
    color: var(--rt2-muted);
    background: var(--rt2-soft);
  }

  .rt2-tabs{
    display:flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 14px 0 6px;
  }

  .rt2-tab{
    appearance:none;
    border: 1px solid var(--rt2-border);
    background: var(--rt2-pill);
    color: #111827;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
  }
  .rt2-tab:hover{ filter: brightness(0.98); }
  .rt2-tab[aria-selected=&quot;true&quot;]{
    background: #111827;
    border-color: #111827;
    color: #fff;
  }

  .rt2-section{ display:none; padding-top: 10px; }
  .rt2-section.is-active{ display:block; }

  .rt2-grid2{
    display:grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 12px;
    margin-top: 10px;
  }

  .rt2-grid3{
    display:grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 10px;
  }

  @media (max-width: 980px){
    .rt2-grid2{ grid-template-columns: 1fr; }
    .rt2-grid3{ grid-template-columns: 1fr; }
    .rt2-btn{ flex: 1; }
  }

  .rt2-card{
    border: 1px solid var(--rt2-border);
    border-radius: 12px;
    background: #fff;
    padding: 14px;
  }

  .rt2-card h3{
    margin:0 0 8px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }

  .rt2-card p{
    margin: 0;
    color: var(--rt2-muted);
    font-size: 13px;
    line-height: 1.6;
  }

  .rt2-lead{
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: var(--rt2-text);
  }

  .rt2-list{
    margin: 10px 0 0;
    padding-left: 18px;
    color: var(--rt2-muted);
    font-size: 13px;
    line-height: 1.65;
  }
  .rt2-list b{ color:#111827; }

  .rt2-hr{
    height: 1px;
    background: var(--rt2-border);
    border: 0;
    margin: 14px 0;
  }

  .rt2-kicker{
    margin: 12px 0 8px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color:#111827;
  }

  .rt2-note{
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.55;
    color: var(--rt2-muted);
  }

  .rt2-footer{
    margin-top: 14px;
    color: var(--rt2-muted);
    font-size: 12px;
  }

  .rt2-strong{ font-weight: 900; }
  .rt2-a{
    color: var(--rt2-link);
    text-decoration:none;
    font-weight: 800;
  }
  .rt2-a:hover{ text-decoration: underline; }

  .rt2-cta{
    margin-top: 12px;
    display:flex;
    gap: 10px;
    flex-wrap: wrap;
  }&lt;/style&gt;
&lt;div class=&quot;rt2-wrap&quot;&gt;
	&lt;div class=&quot;rt2-hero&quot;&gt;
		&lt;div class=&quot;rt2-top&quot;&gt;
			&lt;div&gt;
				&lt;h2 class=&quot;rt2-title&quot;&gt;
					&lt;span style=&quot;font-size:20px;&quot;&gt;&lt;span class=&quot;rt2-strong&quot; style=&quot;caret-color: rgb(107, 114, 128);&quot;&gt;A Private Global Initiative for Rethinking the Future.&lt;/span&gt;&lt;span style=&quot;caret-color: rgb(107, 114, 128);&quot;&gt;&amp;#160;&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;
				&lt;p class=&quot;rt2-subtitle&quot;&gt;
					A long-horizon dialogue process for building shared analytical language, structured cooperation, and talent-centered development paths toward 2045.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;rt2-actions&quot;&gt;
				&lt;a class=&quot;rt2-btn rt2-primary&quot; href=&quot;https://rethink2045.id.page/&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;Join the Platform&lt;/a&gt; &lt;a class=&quot;rt2-btn&quot; href=&quot;https://mb.id.page/page/adaptive/news/221915/&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;M BALANCE (Operator)&lt;/a&gt;&lt;/div&gt;
		&lt;/div&gt;
		&lt;div aria-label=&quot;Attributes&quot; class=&quot;rt2-meta&quot;&gt;
			&lt;span class=&quot;rt2-chip&quot;&gt;Private&lt;/span&gt; &lt;span class=&quot;rt2-chip&quot;&gt;Long-horizon&lt;/span&gt; &lt;span class=&quot;rt2-chip&quot;&gt;Methodology-first&lt;/span&gt; &lt;span class=&quot;rt2-chip rt2-quiet&quot;&gt;Before policy / before positioning&lt;/span&gt; &lt;span class=&quot;rt2-chip rt2-quiet&quot;&gt;Curated publication + collaboration&lt;/span&gt;&lt;/div&gt;
		&lt;div aria-label=&quot;RE:THINK 2045 sections&quot; class=&quot;rt2-tabs&quot; role=&quot;tablist&quot;&gt;
			&lt;button aria-controls=&quot;rt2-about&quot; aria-selected=&quot;true&quot; class=&quot;rt2-tab&quot; id=&quot;rt2-tab-about&quot; role=&quot;tab&quot;&gt;About&lt;/button&gt;&lt;button aria-controls=&quot;rt2-core&quot; aria-selected=&quot;false&quot; class=&quot;rt2-tab&quot; id=&quot;rt2-tab-core&quot; role=&quot;tab&quot;&gt;Core Assumption&lt;/button&gt;&lt;button aria-controls=&quot;rt2-dialogues&quot; aria-selected=&quot;false&quot; class=&quot;rt2-tab&quot; id=&quot;rt2-tab-dialogues&quot; role=&quot;tab&quot;&gt;Why Dialogues&lt;/button&gt;&lt;button aria-controls=&quot;rt2-cycle&quot; aria-selected=&quot;false&quot; class=&quot;rt2-tab&quot; id=&quot;rt2-tab-cycle&quot; role=&quot;tab&quot;&gt;May + October&lt;/button&gt;&lt;button aria-controls=&quot;rt2-tracks&quot; aria-selected=&quot;false&quot; class=&quot;rt2-tab&quot; id=&quot;rt2-tab-tracks&quot; role=&quot;tab&quot;&gt;Tracks&lt;/button&gt;&lt;button aria-controls=&quot;rt2-platform&quot; aria-selected=&quot;false&quot; class=&quot;rt2-tab&quot; id=&quot;rt2-tab-platform&quot; role=&quot;tab&quot;&gt;Platform&lt;/button&gt;&lt;button aria-controls=&quot;rt2-join&quot; aria-selected=&quot;false&quot; class=&quot;rt2-tab&quot; id=&quot;rt2-tab-join&quot; role=&quot;tab&quot;&gt;Join&lt;/button&gt;&lt;/div&gt;
		&lt;!-- ABOUT --&gt;
		&lt;section aria-labelledby=&quot;rt2-tab-about&quot; class=&quot;rt2-section is-active&quot; id=&quot;rt2-about&quot; role=&quot;tabpanel&quot;&gt;
			&lt;div class=&quot;rt2-card&quot;&gt;
				&lt;h3&gt;
					What it is&lt;/h3&gt;
				&lt;p class=&quot;rt2-lead&quot;&gt;
					RE:THINK 2045 is a long-horizon intellectual and practical process designed to rethink global development beyond short-term crises, fragmented ideologies, and zero-sum geopolitics.&lt;/p&gt;
				&lt;div class=&quot;rt2-kicker&quot;&gt;
					It functions as&lt;/div&gt;
				&lt;ul class=&quot;rt2-list&quot;&gt;
					&lt;li&gt;
						a &lt;b&gt;global dialogue process&lt;/b&gt;, not a single event;&lt;/li&gt;
					&lt;li&gt;
						an &lt;b&gt;intellectual backbone&lt;/b&gt; of the SARAFAN Framework;&lt;/li&gt;
					&lt;li&gt;
						a space where ideas, research, and cooperation models are tested &lt;b&gt;before&lt;/b&gt; they become policy or projects.&lt;/li&gt;
				&lt;/ul&gt;
				&lt;p style=&quot;margin-top:10px;color:var(--rt2-muted);font-size:13px;line-height:1.6;&quot;&gt;
					RE:THINK 2045 operates on a &lt;b&gt;2045 horizon&lt;/b&gt;, using long-term thinking to design present-day decisions, institutions, and cooperation formats.&lt;/p&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;!-- CORE ASSUMPTION --&gt;
		&lt;section aria-labelledby=&quot;rt2-tab-core&quot; class=&quot;rt2-section&quot; id=&quot;rt2-core&quot; role=&quot;tabpanel&quot;&gt;
			&lt;div class=&quot;rt2-grid2&quot;&gt;
				&lt;div class=&quot;rt2-card&quot;&gt;
					&lt;h3&gt;
						Talent is the core trajectory&lt;/h3&gt;
					&lt;p class=&quot;rt2-lead&quot;&gt;
						RE:THINK 2045 is built on a clear and non-negotiable premise: &lt;span class=&quot;rt2-strong&quot;&gt;talent is the primary form of capital in the 21st century.&lt;/span&gt;&lt;/p&gt;
					&lt;p style=&quot;margin-top:10px;color:var(--rt2-muted);font-size:13px;line-height:1.6;&quot;&gt;
						Every major transformation - technological, economic, institutional, or cultural - is driven by people who design, adapt, and govern systems. Human-centricity is therefore not a slogan. It means &lt;b&gt;access to the management and realization of talent&lt;/b&gt;.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;rt2-card&quot;&gt;
					&lt;h3&gt;
						What this changes&lt;/h3&gt;
					&lt;ul class=&quot;rt2-list&quot;&gt;
						&lt;li&gt;
							Talent is universal, but access to its development and capitalization is unequal.&lt;/li&gt;
						&lt;li&gt;
							Control over education, projects, institutions, and markets increasingly determines who shapes the future.&lt;/li&gt;
						&lt;li&gt;
							RE:THINK 2045 treats talent as a &lt;b&gt;strategic resource&lt;/b&gt; governed openly and responsibly across borders.&lt;/li&gt;
					&lt;/ul&gt;
				&lt;/div&gt;
			&lt;/div&gt;
			&lt;div class=&quot;rt2-card&quot; style=&quot;margin-top:12px;&quot;&gt;
				&lt;h3&gt;
					Direct implications&lt;/h3&gt;
				&lt;ul class=&quot;rt2-list&quot;&gt;
					&lt;li&gt;
						Economic models must allow talent to participate in value creation, not only labor execution.&lt;/li&gt;
					&lt;li&gt;
						Education must connect to real projects and long-horizon trajectories.&lt;/li&gt;
					&lt;li&gt;
						Institutions must shift from controlling people to &lt;b&gt;enabling talent&lt;/b&gt;.&lt;/li&gt;
				&lt;/ul&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;!-- WHY DIALOGUES --&gt;
		&lt;section aria-labelledby=&quot;rt2-tab-dialogues&quot; class=&quot;rt2-section&quot; id=&quot;rt2-dialogues&quot; role=&quot;tabpanel&quot;&gt;
			&lt;div class=&quot;rt2-card&quot;&gt;
				&lt;h3&gt;
					Why regular dialogues&lt;/h3&gt;
				&lt;p class=&quot;rt2-lead&quot;&gt;
					Most global forums respond to events after crises have materialized, when positions are fixed and options are limited. RE:THINK 2045 treats dialogue differently: &lt;span class=&quot;rt2-strong&quot;&gt;dialogue is infrastructure.&lt;/span&gt;&lt;/p&gt;
				&lt;ul class=&quot;rt2-list&quot;&gt;
					&lt;li&gt;
						Talent cannot be governed episodically - it requires continuity, shared language, and repeated alignment across domains.&lt;/li&gt;
					&lt;li&gt;
						Regular dialogues make assumptions explicit before they harden into institutions or policy.&lt;/li&gt;
					&lt;li&gt;
						They connect thinking with implementation so talent, education, economy, and institutions evolve together.&lt;/li&gt;
				&lt;/ul&gt;
				&lt;p class=&quot;rt2-note&quot;&gt;
					Regular dialogues are not discussion for its own sake. They are the operational mechanism through which the future trajectory is shaped and adjusted over time.&lt;/p&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;!-- MAY + OCT --&gt;
		&lt;section aria-labelledby=&quot;rt2-tab-cycle&quot; class=&quot;rt2-section&quot; id=&quot;rt2-cycle&quot; role=&quot;tabpanel&quot;&gt;
			&lt;div class=&quot;rt2-grid3&quot;&gt;
				&lt;div class=&quot;rt2-card&quot;&gt;
					&lt;h3&gt;
						May - Strategic framing&lt;/h3&gt;
					&lt;p&gt;
						Recalibrate assumptions, identify long-horizon priorities, and map where talent will be decisive over the next 5-20 years.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;rt2-card&quot;&gt;
					&lt;h3&gt;
						October - Integration &amp;#38; application&lt;/h3&gt;
					&lt;p&gt;
						Test ideas against reality, connect talent to projects and institutions, and prepare applied directions within the SARAFAN Framework.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;rt2-card&quot;&gt;
					&lt;h3&gt;
						Why two events&lt;/h3&gt;
					&lt;p&gt;
						A biannual rhythm creates continuity without rigidity and mirrors how talent ecosystems actually evolve: recognition &amp;#8594; testing &amp;#8594; realization.&lt;/p&gt;
				&lt;/div&gt;
			&lt;/div&gt;
			&lt;div class=&quot;rt2-note&quot;&gt;
				The cycle forms a continuous loop: &lt;b&gt;recognition &amp;#8594; alignment &amp;#8594; testing &amp;#8594; realization &amp;#8594; recalibration&lt;/b&gt;.&lt;/div&gt;
		&lt;/section&gt;
		&lt;!-- TRACKS --&gt;
		&lt;section aria-labelledby=&quot;rt2-tab-tracks&quot; class=&quot;rt2-section&quot; id=&quot;rt2-tracks&quot; role=&quot;tabpanel&quot;&gt;
			&lt;div class=&quot;rt2-card&quot;&gt;
				&lt;h3&gt;
					Core discussion tracks&lt;/h3&gt;
				&lt;p&gt;
					Tracks are not isolated topics. Each addresses a constraint on talent realization across societies and systems.&lt;/p&gt;
				&lt;ul class=&quot;rt2-list&quot;&gt;
					&lt;li&gt;
						Planetarity beyond classical globalization&lt;/li&gt;
					&lt;li&gt;
						Human agency in the age of AI&lt;/li&gt;
					&lt;li&gt;
						Economy, cooperation, and value creation&lt;/li&gt;
					&lt;li&gt;
						Knowledge, science, and institutions&lt;/li&gt;
					&lt;li&gt;
						Culture, memory, and identity&lt;/li&gt;
					&lt;li&gt;
						Climate, resources, and long-term sustainability&lt;/li&gt;
					&lt;li&gt;
						Participation, governance, and new institutional forms&lt;/li&gt;
				&lt;/ul&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;!-- PLATFORM --&gt;
		&lt;section aria-labelledby=&quot;rt2-tab-platform&quot; class=&quot;rt2-section&quot; id=&quot;rt2-platform&quot; role=&quot;tabpanel&quot;&gt;
			&lt;div class=&quot;rt2-grid2&quot;&gt;
				&lt;div class=&quot;rt2-card&quot;&gt;
					&lt;h3&gt;
						From dialogue to action&lt;/h3&gt;
					&lt;p class=&quot;rt2-lead&quot;&gt;
						Dialogue alone cannot sustain long-horizon transformation. RE:THINK 2045 is supported by a Web 2.0 interactive environment (&lt;b&gt;&lt;a href=&quot;http://ID.PAGE&quot; target=&quot;_blank&quot;&gt;ID.PAGE&lt;/a&gt;&lt;/b&gt;) with planned AI integration to scale collaboration globally without losing coherence.&lt;/p&gt;
					&lt;ul class=&quot;rt2-list&quot;&gt;
						&lt;li&gt;
							continuity between events&lt;/li&gt;
						&lt;li&gt;
							structured knowledge accumulation&lt;/li&gt;
						&lt;li&gt;
							connection between talent, projects, and cooperative value creation&lt;/li&gt;
						&lt;li&gt;
							scaling without centralization&lt;/li&gt;
					&lt;/ul&gt;
				&lt;/div&gt;
				&lt;div class=&quot;rt2-card&quot;&gt;
					&lt;h3&gt;
						Core platform logic&lt;/h3&gt;
					&lt;ul class=&quot;rt2-list&quot;&gt;
						&lt;li&gt;
							&lt;b&gt;Scientific layer&lt;/b&gt;: publications, reports, dossiers&lt;/li&gt;
						&lt;li&gt;
							&lt;b&gt;Education layer&lt;/b&gt;: courses, capability-building&lt;/li&gt;
						&lt;li&gt;
							&lt;b&gt;Cooperation layer&lt;/b&gt;: projects, partner matching, value chains&lt;/li&gt;
						&lt;li&gt;
							&lt;b&gt;Governance layer&lt;/b&gt;: standards, transparency, feedback loops&lt;/li&gt;
					&lt;/ul&gt;
					&lt;p class=&quot;rt2-note&quot;&gt;
						Together: &lt;b&gt;recognition &amp;#8594; development &amp;#8594; connection &amp;#8594; realization &amp;#8594; feedback&lt;/b&gt;.&lt;/p&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;!-- JOIN --&gt;
		&lt;section aria-labelledby=&quot;rt2-tab-join&quot; class=&quot;rt2-section&quot; id=&quot;rt2-join&quot; role=&quot;tabpanel&quot;&gt;
			&lt;div class=&quot;rt2-card&quot;&gt;
				&lt;h3&gt;
					Join the platform&lt;/h3&gt;
				&lt;p class=&quot;rt2-lead&quot;&gt;
					Participation takes place through the interactive platform &lt;b&gt;&lt;a href=&quot;http://rethink2045.id.page&quot; target=&quot;_blank&quot;&gt;rethink2045.id.page&lt;/a&gt;&lt;/b&gt;. This is not institutional membership. It is a gradual process of intellectual participation, where ideas can evolve into structured initiatives over time.&lt;/p&gt;
				&lt;div class=&quot;rt2-cta&quot;&gt;
					&lt;a class=&quot;rt2-btn rt2-primary&quot; href=&quot;https://rethink2045.id.page/&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;Register / Join&lt;/a&gt; &lt;a class=&quot;rt2-btn&quot; href=&quot;https://rethink2045.id.page/&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;Register as Researcher / Organization / Wiki Page&lt;/a&gt;&lt;/div&gt;
				&lt;div class=&quot;rt2-note&quot;&gt;
					Participation does not imply political alignment, formal representation, or endorsement of outcomes. The platform exists to support thinking before positioning, dialogue before action, and collaboration before formalization.&lt;/div&gt;
			&lt;/div&gt;
			&lt;div class=&quot;rt2-footer&quot;&gt;
				&amp;#169; 2025 GLOBAL RE:THINK DIALOGUE 2045&lt;/div&gt;
		&lt;/section&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;script&gt;
  (function(){
    const tabs = Array.from(document.querySelectorAll('.rt2-tab'));
    const panels = Array.from(document.querySelectorAll('.rt2-section'));

    function activate(tab){
      tabs.forEach(t =&gt; t.setAttribute('aria-selected', t === tab ? 'true' : 'false'));
      panels.forEach(p =&gt; p.classList.toggle('is-active', p.id === tab.getAttribute('aria-controls')));
      tab.focus({preventScroll:true});
    }

    tabs.forEach(tab =&gt; tab.addEventListener('click', () =&gt; activate(tab)));
  })();
&lt;/script&gt;</description><yandex:full-text>&lt;!-- RE:THINK 2045 - ABOUT (EN) | Scannable website block
     Paste into: https://rethink2045.id.page/page/adaptive/news/221867/
--&gt;
&lt;style type=&quot;text/css&quot;&gt;
:root{
    --rt2-text:#111827;
    --rt2-muted:#6b7280;
    --rt2-border:#e5e7eb;
    --rt2-bg:#ffffff;
    --rt2-soft:#f9fafb;
    --rt2-pill:#f3f4f6;
    --rt2-link:#2563eb;
    --rt2-shadow:0 1px 2px rgba(0,0,0,.04);
    --rt2-radius:16px;
  }

  .rt2-wrap{
    font-family:-apple-system,BlinkMacSystemFont,&quot;Segoe UI&quot;,Inter,Roboto,Helvetica,Arial,sans-serif;
    color:var(--rt2-text);
    max-width: 1120px;
    margin: 0 auto;
    padding: 18px 14px 28px;
  }

  .rt2-hero{
    background: var(--rt2-bg);
    border: 1px solid var(--rt2-border);
    border-radius: var(--rt2-radius);
    box-shadow: var(--rt2-shadow);
    padding: 18px;
  }

  .rt2-top{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap: 14px;
    flex-wrap: wrap;
  }

  .rt2-title{
    margin:0;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 1.12;
  }

  .rt2-subtitle{
    margin: 6px 0 0;
    color: var(--rt2-muted);
    font-size: 14px;
    line-height: 1.55;
    max-width: 900px;
  }

  .rt2-actions{
    display:flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items:center;
  }

  .rt2-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid var(--rt2-border);
    background: var(--rt2-bg);
    color: var(--rt2-link);
    text-decoration:none;
    font-weight: 800;
    box-shadow: var(--rt2-shadow);
    white-space: nowrap;
  }
  .rt2-btn:hover{ filter: brightness(0.98); }

  .rt2-btn.rt2-primary{
    background:#111827;
    border-color:#111827;
    color:#fff;
  }

  .rt2-meta{
    display:flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
  }

  .rt2-chip{
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid var(--rt2-border);
    background: var(--rt2-pill);
    color:#111827;
    font-weight: 700;
  }
  .rt2-chip.rt2-quiet{
    color: var(--rt2-muted);
    background: var(--rt2-soft);
  }

  .rt2-tabs{
    display:flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 14px 0 6px;
  }

  .rt2-tab{
    appearance:none;
    border: 1px solid var(--rt2-border);
    background: var(--rt2-pill);
    color: #111827;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
  }
  .rt2-tab:hover{ filter: brightness(0.98); }
  .rt2-tab[aria-selected=&quot;true&quot;]{
    background: #111827;
    border-color: #111827;
    color: #fff;
  }

  .rt2-section{ display:none; padding-top: 10px; }
  .rt2-section.is-active{ display:block; }

  .rt2-grid2{
    display:grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 12px;
    margin-top: 10px;
  }

  .rt2-grid3{
    display:grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 10px;
  }

  @media (max-width: 980px){
    .rt2-grid2{ grid-template-columns: 1fr; }
    .rt2-grid3{ grid-template-columns: 1fr; }
    .rt2-btn{ flex: 1; }
  }

  .rt2-card{
    border: 1px solid var(--rt2-border);
    border-radius: 12px;
    background: #fff;
    padding: 14px;
  }

  .rt2-card h3{
    margin:0 0 8px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }

  .rt2-card p{
    margin: 0;
    color: var(--rt2-muted);
    font-size: 13px;
    line-height: 1.6;
  }

  .rt2-lead{
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: var(--rt2-text);
  }

  .rt2-list{
    margin: 10px 0 0;
    padding-left: 18px;
    color: var(--rt2-muted);
    font-size: 13px;
    line-height: 1.65;
  }
  .rt2-list b{ color:#111827; }

  .rt2-hr{
    height: 1px;
    background: var(--rt2-border);
    border: 0;
    margin: 14px 0;
  }

  .rt2-kicker{
    margin: 12px 0 8px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color:#111827;
  }

  .rt2-note{
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.55;
    color: var(--rt2-muted);
  }

  .rt2-footer{
    margin-top: 14px;
    color: var(--rt2-muted);
    font-size: 12px;
  }

  .rt2-strong{ font-weight: 900; }
  .rt2-a{
    color: var(--rt2-link);
    text-decoration:none;
    font-weight: 800;
  }
  .rt2-a:hover{ text-decoration: underline; }

  .rt2-cta{
    margin-top: 12px;
    display:flex;
    gap: 10px;
    flex-wrap: wrap;
  }&lt;/style&gt;
&lt;div class=&quot;rt2-wrap&quot;&gt;
	&lt;div class=&quot;rt2-hero&quot;&gt;
		&lt;div class=&quot;rt2-top&quot;&gt;
			&lt;div&gt;
				&lt;h2 class=&quot;rt2-title&quot;&gt;
					&lt;span style=&quot;font-size:20px;&quot;&gt;&lt;span class=&quot;rt2-strong&quot; style=&quot;caret-color: rgb(107, 114, 128);&quot;&gt;A Private Global Initiative for Rethinking the Future.&lt;/span&gt;&lt;span style=&quot;caret-color: rgb(107, 114, 128);&quot;&gt;&amp;#160;&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;
				&lt;p class=&quot;rt2-subtitle&quot;&gt;
					A long-horizon dialogue process for building shared analytical language, structured cooperation, and talent-centered development paths toward 2045.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;rt2-actions&quot;&gt;
				&lt;a class=&quot;rt2-btn rt2-primary&quot; href=&quot;https://rethink2045.id.page/&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;Join the Platform&lt;/a&gt; &lt;a class=&quot;rt2-btn&quot; href=&quot;https://mb.id.page/page/adaptive/news/221915/&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;M BALANCE (Operator)&lt;/a&gt;&lt;/div&gt;
		&lt;/div&gt;
		&lt;div aria-label=&quot;Attributes&quot; class=&quot;rt2-meta&quot;&gt;
			&lt;span class=&quot;rt2-chip&quot;&gt;Private&lt;/span&gt; &lt;span class=&quot;rt2-chip&quot;&gt;Long-horizon&lt;/span&gt; &lt;span class=&quot;rt2-chip&quot;&gt;Methodology-first&lt;/span&gt; &lt;span class=&quot;rt2-chip rt2-quiet&quot;&gt;Before policy / before positioning&lt;/span&gt; &lt;span class=&quot;rt2-chip rt2-quiet&quot;&gt;Curated publication + collaboration&lt;/span&gt;&lt;/div&gt;
		&lt;div aria-label=&quot;RE:THINK 2045 sections&quot; class=&quot;rt2-tabs&quot; role=&quot;tablist&quot;&gt;
			&lt;button aria-controls=&quot;rt2-about&quot; aria-selected=&quot;true&quot; class=&quot;rt2-tab&quot; id=&quot;rt2-tab-about&quot; role=&quot;tab&quot;&gt;About&lt;/button&gt;&lt;button aria-controls=&quot;rt2-core&quot; aria-selected=&quot;false&quot; class=&quot;rt2-tab&quot; id=&quot;rt2-tab-core&quot; role=&quot;tab&quot;&gt;Core Assumption&lt;/button&gt;&lt;button aria-controls=&quot;rt2-dialogues&quot; aria-selected=&quot;false&quot; class=&quot;rt2-tab&quot; id=&quot;rt2-tab-dialogues&quot; role=&quot;tab&quot;&gt;Why Dialogues&lt;/button&gt;&lt;button aria-controls=&quot;rt2-cycle&quot; aria-selected=&quot;false&quot; class=&quot;rt2-tab&quot; id=&quot;rt2-tab-cycle&quot; role=&quot;tab&quot;&gt;May + October&lt;/button&gt;&lt;button aria-controls=&quot;rt2-tracks&quot; aria-selected=&quot;false&quot; class=&quot;rt2-tab&quot; id=&quot;rt2-tab-tracks&quot; role=&quot;tab&quot;&gt;Tracks&lt;/button&gt;&lt;button aria-controls=&quot;rt2-platform&quot; aria-selected=&quot;false&quot; class=&quot;rt2-tab&quot; id=&quot;rt2-tab-platform&quot; role=&quot;tab&quot;&gt;Platform&lt;/button&gt;&lt;button aria-controls=&quot;rt2-join&quot; aria-selected=&quot;false&quot; class=&quot;rt2-tab&quot; id=&quot;rt2-tab-join&quot; role=&quot;tab&quot;&gt;Join&lt;/button&gt;&lt;/div&gt;
		&lt;!-- ABOUT --&gt;
		&lt;section aria-labelledby=&quot;rt2-tab-about&quot; class=&quot;rt2-section is-active&quot; id=&quot;rt2-about&quot; role=&quot;tabpanel&quot;&gt;
			&lt;div class=&quot;rt2-card&quot;&gt;
				&lt;h3&gt;
					What it is&lt;/h3&gt;
				&lt;p class=&quot;rt2-lead&quot;&gt;
					RE:THINK 2045 is a long-horizon intellectual and practical process designed to rethink global development beyond short-term crises, fragmented ideologies, and zero-sum geopolitics.&lt;/p&gt;
				&lt;div class=&quot;rt2-kicker&quot;&gt;
					It functions as&lt;/div&gt;
				&lt;ul class=&quot;rt2-list&quot;&gt;
					&lt;li&gt;
						a &lt;b&gt;global dialogue process&lt;/b&gt;, not a single event;&lt;/li&gt;
					&lt;li&gt;
						an &lt;b&gt;intellectual backbone&lt;/b&gt; of the SARAFAN Framework;&lt;/li&gt;
					&lt;li&gt;
						a space where ideas, research, and cooperation models are tested &lt;b&gt;before&lt;/b&gt; they become policy or projects.&lt;/li&gt;
				&lt;/ul&gt;
				&lt;p style=&quot;margin-top:10px;color:var(--rt2-muted);font-size:13px;line-height:1.6;&quot;&gt;
					RE:THINK 2045 operates on a &lt;b&gt;2045 horizon&lt;/b&gt;, using long-term thinking to design present-day decisions, institutions, and cooperation formats.&lt;/p&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;!-- CORE ASSUMPTION --&gt;
		&lt;section aria-labelledby=&quot;rt2-tab-core&quot; class=&quot;rt2-section&quot; id=&quot;rt2-core&quot; role=&quot;tabpanel&quot;&gt;
			&lt;div class=&quot;rt2-grid2&quot;&gt;
				&lt;div class=&quot;rt2-card&quot;&gt;
					&lt;h3&gt;
						Talent is the core trajectory&lt;/h3&gt;
					&lt;p class=&quot;rt2-lead&quot;&gt;
						RE:THINK 2045 is built on a clear and non-negotiable premise: &lt;span class=&quot;rt2-strong&quot;&gt;talent is the primary form of capital in the 21st century.&lt;/span&gt;&lt;/p&gt;
					&lt;p style=&quot;margin-top:10px;color:var(--rt2-muted);font-size:13px;line-height:1.6;&quot;&gt;
						Every major transformation - technological, economic, institutional, or cultural - is driven by people who design, adapt, and govern systems. Human-centricity is therefore not a slogan. It means &lt;b&gt;access to the management and realization of talent&lt;/b&gt;.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;rt2-card&quot;&gt;
					&lt;h3&gt;
						What this changes&lt;/h3&gt;
					&lt;ul class=&quot;rt2-list&quot;&gt;
						&lt;li&gt;
							Talent is universal, but access to its development and capitalization is unequal.&lt;/li&gt;
						&lt;li&gt;
							Control over education, projects, institutions, and markets increasingly determines who shapes the future.&lt;/li&gt;
						&lt;li&gt;
							RE:THINK 2045 treats talent as a &lt;b&gt;strategic resource&lt;/b&gt; governed openly and responsibly across borders.&lt;/li&gt;
					&lt;/ul&gt;
				&lt;/div&gt;
			&lt;/div&gt;
			&lt;div class=&quot;rt2-card&quot; style=&quot;margin-top:12px;&quot;&gt;
				&lt;h3&gt;
					Direct implications&lt;/h3&gt;
				&lt;ul class=&quot;rt2-list&quot;&gt;
					&lt;li&gt;
						Economic models must allow talent to participate in value creation, not only labor execution.&lt;/li&gt;
					&lt;li&gt;
						Education must connect to real projects and long-horizon trajectories.&lt;/li&gt;
					&lt;li&gt;
						Institutions must shift from controlling people to &lt;b&gt;enabling talent&lt;/b&gt;.&lt;/li&gt;
				&lt;/ul&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;!-- WHY DIALOGUES --&gt;
		&lt;section aria-labelledby=&quot;rt2-tab-dialogues&quot; class=&quot;rt2-section&quot; id=&quot;rt2-dialogues&quot; role=&quot;tabpanel&quot;&gt;
			&lt;div class=&quot;rt2-card&quot;&gt;
				&lt;h3&gt;
					Why regular dialogues&lt;/h3&gt;
				&lt;p class=&quot;rt2-lead&quot;&gt;
					Most global forums respond to events after crises have materialized, when positions are fixed and options are limited. RE:THINK 2045 treats dialogue differently: &lt;span class=&quot;rt2-strong&quot;&gt;dialogue is infrastructure.&lt;/span&gt;&lt;/p&gt;
				&lt;ul class=&quot;rt2-list&quot;&gt;
					&lt;li&gt;
						Talent cannot be governed episodically - it requires continuity, shared language, and repeated alignment across domains.&lt;/li&gt;
					&lt;li&gt;
						Regular dialogues make assumptions explicit before they harden into institutions or policy.&lt;/li&gt;
					&lt;li&gt;
						They connect thinking with implementation so talent, education, economy, and institutions evolve together.&lt;/li&gt;
				&lt;/ul&gt;
				&lt;p class=&quot;rt2-note&quot;&gt;
					Regular dialogues are not discussion for its own sake. They are the operational mechanism through which the future trajectory is shaped and adjusted over time.&lt;/p&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;!-- MAY + OCT --&gt;
		&lt;section aria-labelledby=&quot;rt2-tab-cycle&quot; class=&quot;rt2-section&quot; id=&quot;rt2-cycle&quot; role=&quot;tabpanel&quot;&gt;
			&lt;div class=&quot;rt2-grid3&quot;&gt;
				&lt;div class=&quot;rt2-card&quot;&gt;
					&lt;h3&gt;
						May - Strategic framing&lt;/h3&gt;
					&lt;p&gt;
						Recalibrate assumptions, identify long-horizon priorities, and map where talent will be decisive over the next 5-20 years.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;rt2-card&quot;&gt;
					&lt;h3&gt;
						October - Integration &amp;#38; application&lt;/h3&gt;
					&lt;p&gt;
						Test ideas against reality, connect talent to projects and institutions, and prepare applied directions within the SARAFAN Framework.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;rt2-card&quot;&gt;
					&lt;h3&gt;
						Why two events&lt;/h3&gt;
					&lt;p&gt;
						A biannual rhythm creates continuity without rigidity and mirrors how talent ecosystems actually evolve: recognition &amp;#8594; testing &amp;#8594; realization.&lt;/p&gt;
				&lt;/div&gt;
			&lt;/div&gt;
			&lt;div class=&quot;rt2-note&quot;&gt;
				The cycle forms a continuous loop: &lt;b&gt;recognition &amp;#8594; alignment &amp;#8594; testing &amp;#8594; realization &amp;#8594; recalibration&lt;/b&gt;.&lt;/div&gt;
		&lt;/section&gt;
		&lt;!-- TRACKS --&gt;
		&lt;section aria-labelledby=&quot;rt2-tab-tracks&quot; class=&quot;rt2-section&quot; id=&quot;rt2-tracks&quot; role=&quot;tabpanel&quot;&gt;
			&lt;div class=&quot;rt2-card&quot;&gt;
				&lt;h3&gt;
					Core discussion tracks&lt;/h3&gt;
				&lt;p&gt;
					Tracks are not isolated topics. Each addresses a constraint on talent realization across societies and systems.&lt;/p&gt;
				&lt;ul class=&quot;rt2-list&quot;&gt;
					&lt;li&gt;
						Planetarity beyond classical globalization&lt;/li&gt;
					&lt;li&gt;
						Human agency in the age of AI&lt;/li&gt;
					&lt;li&gt;
						Economy, cooperation, and value creation&lt;/li&gt;
					&lt;li&gt;
						Knowledge, science, and institutions&lt;/li&gt;
					&lt;li&gt;
						Culture, memory, and identity&lt;/li&gt;
					&lt;li&gt;
						Climate, resources, and long-term sustainability&lt;/li&gt;
					&lt;li&gt;
						Participation, governance, and new institutional forms&lt;/li&gt;
				&lt;/ul&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;!-- PLATFORM --&gt;
		&lt;section aria-labelledby=&quot;rt2-tab-platform&quot; class=&quot;rt2-section&quot; id=&quot;rt2-platform&quot; role=&quot;tabpanel&quot;&gt;
			&lt;div class=&quot;rt2-grid2&quot;&gt;
				&lt;div class=&quot;rt2-card&quot;&gt;
					&lt;h3&gt;
						From dialogue to action&lt;/h3&gt;
					&lt;p class=&quot;rt2-lead&quot;&gt;
						Dialogue alone cannot sustain long-horizon transformation. RE:THINK 2045 is supported by a Web 2.0 interactive environment (&lt;b&gt;&lt;a href=&quot;http://ID.PAGE&quot; target=&quot;_blank&quot;&gt;ID.PAGE&lt;/a&gt;&lt;/b&gt;) with planned AI integration to scale collaboration globally without losing coherence.&lt;/p&gt;
					&lt;ul class=&quot;rt2-list&quot;&gt;
						&lt;li&gt;
							continuity between events&lt;/li&gt;
						&lt;li&gt;
							structured knowledge accumulation&lt;/li&gt;
						&lt;li&gt;
							connection between talent, projects, and cooperative value creation&lt;/li&gt;
						&lt;li&gt;
							scaling without centralization&lt;/li&gt;
					&lt;/ul&gt;
				&lt;/div&gt;
				&lt;div class=&quot;rt2-card&quot;&gt;
					&lt;h3&gt;
						Core platform logic&lt;/h3&gt;
					&lt;ul class=&quot;rt2-list&quot;&gt;
						&lt;li&gt;
							&lt;b&gt;Scientific layer&lt;/b&gt;: publications, reports, dossiers&lt;/li&gt;
						&lt;li&gt;
							&lt;b&gt;Education layer&lt;/b&gt;: courses, capability-building&lt;/li&gt;
						&lt;li&gt;
							&lt;b&gt;Cooperation layer&lt;/b&gt;: projects, partner matching, value chains&lt;/li&gt;
						&lt;li&gt;
							&lt;b&gt;Governance layer&lt;/b&gt;: standards, transparency, feedback loops&lt;/li&gt;
					&lt;/ul&gt;
					&lt;p class=&quot;rt2-note&quot;&gt;
						Together: &lt;b&gt;recognition &amp;#8594; development &amp;#8594; connection &amp;#8594; realization &amp;#8594; feedback&lt;/b&gt;.&lt;/p&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;!-- JOIN --&gt;
		&lt;section aria-labelledby=&quot;rt2-tab-join&quot; class=&quot;rt2-section&quot; id=&quot;rt2-join&quot; role=&quot;tabpanel&quot;&gt;
			&lt;div class=&quot;rt2-card&quot;&gt;
				&lt;h3&gt;
					Join the platform&lt;/h3&gt;
				&lt;p class=&quot;rt2-lead&quot;&gt;
					Participation takes place through the interactive platform &lt;b&gt;&lt;a href=&quot;http://rethink2045.id.page&quot; target=&quot;_blank&quot;&gt;rethink2045.id.page&lt;/a&gt;&lt;/b&gt;. This is not institutional membership. It is a gradual process of intellectual participation, where ideas can evolve into structured initiatives over time.&lt;/p&gt;
				&lt;div class=&quot;rt2-cta&quot;&gt;
					&lt;a class=&quot;rt2-btn rt2-primary&quot; href=&quot;https://rethink2045.id.page/&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;Register / Join&lt;/a&gt; &lt;a class=&quot;rt2-btn&quot; href=&quot;https://rethink2045.id.page/&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;Register as Researcher / Organization / Wiki Page&lt;/a&gt;&lt;/div&gt;
				&lt;div class=&quot;rt2-note&quot;&gt;
					Participation does not imply political alignment, formal representation, or endorsement of outcomes. The platform exists to support thinking before positioning, dialogue before action, and collaboration before formalization.&lt;/div&gt;
			&lt;/div&gt;
			&lt;div class=&quot;rt2-footer&quot;&gt;
				&amp;#169; 2025 GLOBAL RE:THINK DIALOGUE 2045&lt;/div&gt;
		&lt;/section&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;script&gt;
  (function(){
    const tabs = Array.from(document.querySelectorAll('.rt2-tab'));
    const panels = Array.from(document.querySelectorAll('.rt2-section'));

    function activate(tab){
      tabs.forEach(t =&gt; t.setAttribute('aria-selected', t === tab ? 'true' : 'false'));
      panels.forEach(p =&gt; p.classList.toggle('is-active', p.id === tab.getAttribute('aria-controls')));
      tab.focus({preventScroll:true});
    }

    tabs.forEach(tab =&gt; tab.addEventListener('click', () =&gt; activate(tab)));
  })();
&lt;/script&gt;</yandex:full-text><link>https://rethink2045.id.page/page/publication/news/news.seam?newsId=222303</link><pubDate>Fri, 9 Jan 2026 00:41:00 +0300</pubDate><title>GLOBAL RE:THINK DIALOGUE 2045</title></item><item><author>News</author><description>import { useState } from &quot;react&quot;;
import { Input } from &quot;@/components/ui/input&quot;;
import { Textarea } from &quot;@/components/ui/textarea&quot;;
import { Button } from &quot;@/components/ui/button&quot;;
import { Label } from &quot;@/components/ui/label&quot;;
import { Card, CardContent } from &quot;@/components/ui/card&quot;;
import { Switch } from &quot;@/components/ui/switch&quot;;

export default function BrandRegistrationPage() {
  const [brandName, setBrandName] = useState(&quot;&quot;);
  const [brandUrl, setBrandUrl] = useState(&quot;&quot;);
  const [slogan, setSlogan] = useState(&quot;&quot;);
  const [description, setDescription] = useState(&quot;&quot;);
  const [category, setCategory] = useState(&quot;project&quot;);
  const [agreed, setAgreed] = useState(false);
  const [logo, setLogo] = useState&lt;File | null&gt;(null);

  const handleSubmit = (e: React.FormEvent) =&gt; {
    e.preventDefault();
    if (!agreed) {
      alert(&quot;Please agree to the terms before submitting.&quot;);
      return;
    }
    // TODO: implement form submission
    console.log({ brandName, brandUrl, slogan, description, category, logo });
  };

  return (
    &lt;div className=&quot;max-w-2xl mx-auto p-6&quot;&gt;
      &lt;h1 className=&quot;text-3xl font-bold mb-6&quot;&gt;Register a New Brand / Project&lt;/h1&gt;

      &lt;form onSubmit={handleSubmit} className=&quot;space-y-6&quot;&gt;
        &lt;Card&gt;
          &lt;CardContent className=&quot;space-y-4 pt-6&quot;&gt;
            &lt;div&gt;
              &lt;Label htmlFor=&quot;brandName&quot;&gt;Brand / Project Name&lt;/Label&gt;
              &lt;Input
                id=&quot;brandName&quot;
                placeholder=&quot;e.g. Earth Future Lab&quot;
                value={brandName}
                onChange={(e) =&gt; setBrandName(e.target.value)}
              /&gt;
            &lt;/div&gt;

            &lt;div&gt;
              &lt;Label htmlFor=&quot;brandUrl&quot;&gt;Website / Social Link&lt;/Label&gt;
              &lt;Input
                id=&quot;brandUrl&quot;
                placeholder=&quot;https://example.org&quot;
                value={brandUrl}
                onChange={(e) =&gt; setBrandUrl(e.target.value)}
              /&gt;
            &lt;/div&gt;

            &lt;div&gt;
              &lt;Label htmlFor=&quot;slogan&quot;&gt;Slogan&lt;/Label&gt;
              &lt;Input
                id=&quot;slogan&quot;
                placeholder=&quot;One sentence vision&quot;
                value={slogan}
                onChange={(e) =&gt; setSlogan(e.target.value)}
              /&gt;
            &lt;/div&gt;

            &lt;div&gt;
              &lt;Label htmlFor=&quot;description&quot;&gt;Description&lt;/Label&gt;
              &lt;Textarea
                id=&quot;description&quot;
                placeholder=&quot;Tell us more about your idea or project&quot;
                rows={5}
                value={description}
                onChange={(e) =&gt; setDescription(e.target.value)}
              /&gt;
            &lt;/div&gt;

            &lt;div&gt;
              &lt;Label htmlFor=&quot;category&quot;&gt;Category&lt;/Label&gt;
              &lt;select
                id=&quot;category&quot;
                className=&quot;w-full border rounded px-3 py-2&quot;
                value={category}
                onChange={(e) =&gt; setCategory(e.target.value)}
              &gt;
                &lt;option value=&quot;project&quot;&gt;Project&lt;/option&gt;
                &lt;option value=&quot;institution&quot;&gt;Institution&lt;/option&gt;
                &lt;option value=&quot;person&quot;&gt;Person&lt;/option&gt;
              &lt;/select&gt;
            &lt;/div&gt;

            &lt;div&gt;
              &lt;Label htmlFor=&quot;logo&quot;&gt;Logo / Avatar&lt;/Label&gt;
              &lt;Input
                id=&quot;logo&quot;
                type=&quot;file&quot;
                accept=&quot;image/*&quot;
                onChange={(e) =&gt; setLogo(e.target.files?.[0] ?? null)}
              /&gt;
            &lt;/div&gt;

            &lt;div className=&quot;flex items-center justify-between&quot;&gt;
              &lt;Label htmlFor=&quot;agreement&quot;&gt;
                I confirm authorship and agree to the platform rules.
              &lt;/Label&gt;
              &lt;Switch
                id=&quot;agreement&quot;
                checked={agreed}
                onCheckedChange={setAgreed}
              /&gt;
            &lt;/div&gt;

            &lt;Button type=&quot;submit&quot; className=&quot;w-full&quot;&gt;
              Submit for Review
            &lt;/Button&gt;
          &lt;/CardContent&gt;
        &lt;/Card&gt;
      &lt;/form&gt;
    &lt;/div&gt;
  );
}</description><yandex:full-text>import { useState } from &quot;react&quot;;
import { Input } from &quot;@/components/ui/input&quot;;
import { Textarea } from &quot;@/components/ui/textarea&quot;;
import { Button } from &quot;@/components/ui/button&quot;;
import { Label } from &quot;@/components/ui/label&quot;;
import { Card, CardContent } from &quot;@/components/ui/card&quot;;
import { Switch } from &quot;@/components/ui/switch&quot;;

export default function BrandRegistrationPage() {
  const [brandName, setBrandName] = useState(&quot;&quot;);
  const [brandUrl, setBrandUrl] = useState(&quot;&quot;);
  const [slogan, setSlogan] = useState(&quot;&quot;);
  const [description, setDescription] = useState(&quot;&quot;);
  const [category, setCategory] = useState(&quot;project&quot;);
  const [agreed, setAgreed] = useState(false);
  const [logo, setLogo] = useState&lt;File | null&gt;(null);

  const handleSubmit = (e: React.FormEvent) =&gt; {
    e.preventDefault();
    if (!agreed) {
      alert(&quot;Please agree to the terms before submitting.&quot;);
      return;
    }
    // TODO: implement form submission
    console.log({ brandName, brandUrl, slogan, description, category, logo });
  };

  return (
    &lt;div className=&quot;max-w-2xl mx-auto p-6&quot;&gt;
      &lt;h1 className=&quot;text-3xl font-bold mb-6&quot;&gt;Register a New Brand / Project&lt;/h1&gt;

      &lt;form onSubmit={handleSubmit} className=&quot;space-y-6&quot;&gt;
        &lt;Card&gt;
          &lt;CardContent className=&quot;space-y-4 pt-6&quot;&gt;
            &lt;div&gt;
              &lt;Label htmlFor=&quot;brandName&quot;&gt;Brand / Project Name&lt;/Label&gt;
              &lt;Input
                id=&quot;brandName&quot;
                placeholder=&quot;e.g. Earth Future Lab&quot;
                value={brandName}
                onChange={(e) =&gt; setBrandName(e.target.value)}
              /&gt;
            &lt;/div&gt;

            &lt;div&gt;
              &lt;Label htmlFor=&quot;brandUrl&quot;&gt;Website / Social Link&lt;/Label&gt;
              &lt;Input
                id=&quot;brandUrl&quot;
                placeholder=&quot;https://example.org&quot;
                value={brandUrl}
                onChange={(e) =&gt; setBrandUrl(e.target.value)}
              /&gt;
            &lt;/div&gt;

            &lt;div&gt;
              &lt;Label htmlFor=&quot;slogan&quot;&gt;Slogan&lt;/Label&gt;
              &lt;Input
                id=&quot;slogan&quot;
                placeholder=&quot;One sentence vision&quot;
                value={slogan}
                onChange={(e) =&gt; setSlogan(e.target.value)}
              /&gt;
            &lt;/div&gt;

            &lt;div&gt;
              &lt;Label htmlFor=&quot;description&quot;&gt;Description&lt;/Label&gt;
              &lt;Textarea
                id=&quot;description&quot;
                placeholder=&quot;Tell us more about your idea or project&quot;
                rows={5}
                value={description}
                onChange={(e) =&gt; setDescription(e.target.value)}
              /&gt;
            &lt;/div&gt;

            &lt;div&gt;
              &lt;Label htmlFor=&quot;category&quot;&gt;Category&lt;/Label&gt;
              &lt;select
                id=&quot;category&quot;
                className=&quot;w-full border rounded px-3 py-2&quot;
                value={category}
                onChange={(e) =&gt; setCategory(e.target.value)}
              &gt;
                &lt;option value=&quot;project&quot;&gt;Project&lt;/option&gt;
                &lt;option value=&quot;institution&quot;&gt;Institution&lt;/option&gt;
                &lt;option value=&quot;person&quot;&gt;Person&lt;/option&gt;
              &lt;/select&gt;
            &lt;/div&gt;

            &lt;div&gt;
              &lt;Label htmlFor=&quot;logo&quot;&gt;Logo / Avatar&lt;/Label&gt;
              &lt;Input
                id=&quot;logo&quot;
                type=&quot;file&quot;
                accept=&quot;image/*&quot;
                onChange={(e) =&gt; setLogo(e.target.files?.[0] ?? null)}
              /&gt;
            &lt;/div&gt;

            &lt;div className=&quot;flex items-center justify-between&quot;&gt;
              &lt;Label htmlFor=&quot;agreement&quot;&gt;
                I confirm authorship and agree to the platform rules.
              &lt;/Label&gt;
              &lt;Switch
                id=&quot;agreement&quot;
                checked={agreed}
                onCheckedChange={setAgreed}
              /&gt;
            &lt;/div&gt;

            &lt;Button type=&quot;submit&quot; className=&quot;w-full&quot;&gt;
              Submit for Review
            &lt;/Button&gt;
          &lt;/CardContent&gt;
        &lt;/Card&gt;
      &lt;/form&gt;
    &lt;/div&gt;
  );
}</yandex:full-text><link>https://rethink2045.id.page/page/publication/news/news.seam?newsId=221870</link><pubDate>Mon, 7 Jul 2025 17:54:00 +0300</pubDate><title>f</title></item><item><author>News</author><description>import { useState } from &quot;react&quot;;
import { Input } from &quot;@/components/ui/input&quot;;
import { Textarea } from &quot;@/components/ui/textarea&quot;;
import { Button } from &quot;@/components/ui/button&quot;;
import { Label } from &quot;@/components/ui/label&quot;;
import { Card, CardContent } from &quot;@/components/ui/card&quot;;
import { Switch } from &quot;@/components/ui/switch&quot;;

export default function BrandRegistrationPage() {
  const [brandName, setBrandName] = useState(&quot;&quot;);
  const [brandUrl, setBrandUrl] = useState(&quot;&quot;);
  const [slogan, setSlogan] = useState(&quot;&quot;);
  const [description, setDescription] = useState(&quot;&quot;);
  const [category, setCategory] = useState(&quot;project&quot;);
  const [agreed, setAgreed] = useState(false);
  const [logo, setLogo] = useState&lt;File | null&gt;(null);

  const handleSubmit = (e: React.FormEvent) =&gt; {
    e.preventDefault();
    if (!agreed) {
      alert(&quot;Please agree to the terms before submitting.&quot;);
      return;
    }
    // TODO: implement form submission
    console.log({ brandName, brandUrl, slogan, description, category, logo });
  };

  return (
    &lt;div className=&quot;max-w-2xl mx-auto p-6&quot;&gt;
      &lt;h1 className=&quot;text-3xl font-bold mb-6&quot;&gt;Register a New Brand / Project&lt;/h1&gt;

      &lt;form onSubmit={handleSubmit} className=&quot;space-y-6&quot;&gt;
        &lt;Card&gt;
          &lt;CardContent className=&quot;space-y-4 pt-6&quot;&gt;
            &lt;div&gt;
              &lt;Label htmlFor=&quot;brandName&quot;&gt;Brand / Project Name&lt;/Label&gt;
              &lt;Input
                id=&quot;brandName&quot;
                placeholder=&quot;e.g. Earth Future Lab&quot;
                value={brandName}
                onChange={(e) =&gt; setBrandName(e.target.value)}
              /&gt;
            &lt;/div&gt;

            &lt;div&gt;
              &lt;Label htmlFor=&quot;brandUrl&quot;&gt;Website / Social Link&lt;/Label&gt;
              &lt;Input
                id=&quot;brandUrl&quot;
                placeholder=&quot;https://example.org&quot;
                value={brandUrl}
                onChange={(e) =&gt; setBrandUrl(e.target.value)}
              /&gt;
            &lt;/div&gt;

            &lt;div&gt;
              &lt;Label htmlFor=&quot;slogan&quot;&gt;Slogan&lt;/Label&gt;
              &lt;Input
                id=&quot;slogan&quot;
                placeholder=&quot;One sentence vision&quot;
                value={slogan}
                onChange={(e) =&gt; setSlogan(e.target.value)}
              /&gt;
            &lt;/div&gt;

            &lt;div&gt;
              &lt;Label htmlFor=&quot;description&quot;&gt;Description&lt;/Label&gt;
              &lt;Textarea
                id=&quot;description&quot;
                placeholder=&quot;Tell us more about your idea or project&quot;
                rows={5}
                value={description}
                onChange={(e) =&gt; setDescription(e.target.value)}
              /&gt;
            &lt;/div&gt;

            &lt;div&gt;
              &lt;Label htmlFor=&quot;category&quot;&gt;Category&lt;/Label&gt;
              &lt;select
                id=&quot;category&quot;
                className=&quot;w-full border rounded px-3 py-2&quot;
                value={category}
                onChange={(e) =&gt; setCategory(e.target.value)}
              &gt;
                &lt;option value=&quot;project&quot;&gt;Project&lt;/option&gt;
                &lt;option value=&quot;institution&quot;&gt;Institution&lt;/option&gt;
                &lt;option value=&quot;person&quot;&gt;Person&lt;/option&gt;
              &lt;/select&gt;
            &lt;/div&gt;

            &lt;div&gt;
              &lt;Label htmlFor=&quot;logo&quot;&gt;Logo / Avatar&lt;/Label&gt;
              &lt;Input
                id=&quot;logo&quot;
                type=&quot;file&quot;
                accept=&quot;image/*&quot;
                onChange={(e) =&gt; setLogo(e.target.files?.[0] ?? null)}
              /&gt;
            &lt;/div&gt;

            &lt;div className=&quot;flex items-center justify-between&quot;&gt;
              &lt;Label htmlFor=&quot;agreement&quot;&gt;
                I confirm authorship and agree to the platform rules.
              &lt;/Label&gt;
              &lt;Switch
                id=&quot;agreement&quot;
                checked={agreed}
                onCheckedChange={setAgreed}
              /&gt;
            &lt;/div&gt;

            &lt;Button type=&quot;submit&quot; className=&quot;w-full&quot;&gt;
              Submit for Review
            &lt;/Button&gt;
          &lt;/CardContent&gt;
        &lt;/Card&gt;
      &lt;/form&gt;
    &lt;/div&gt;
  );
}</description><yandex:full-text>import { useState } from &quot;react&quot;;
import { Input } from &quot;@/components/ui/input&quot;;
import { Textarea } from &quot;@/components/ui/textarea&quot;;
import { Button } from &quot;@/components/ui/button&quot;;
import { Label } from &quot;@/components/ui/label&quot;;
import { Card, CardContent } from &quot;@/components/ui/card&quot;;
import { Switch } from &quot;@/components/ui/switch&quot;;

export default function BrandRegistrationPage() {
  const [brandName, setBrandName] = useState(&quot;&quot;);
  const [brandUrl, setBrandUrl] = useState(&quot;&quot;);
  const [slogan, setSlogan] = useState(&quot;&quot;);
  const [description, setDescription] = useState(&quot;&quot;);
  const [category, setCategory] = useState(&quot;project&quot;);
  const [agreed, setAgreed] = useState(false);
  const [logo, setLogo] = useState&lt;File | null&gt;(null);

  const handleSubmit = (e: React.FormEvent) =&gt; {
    e.preventDefault();
    if (!agreed) {
      alert(&quot;Please agree to the terms before submitting.&quot;);
      return;
    }
    // TODO: implement form submission
    console.log({ brandName, brandUrl, slogan, description, category, logo });
  };

  return (
    &lt;div className=&quot;max-w-2xl mx-auto p-6&quot;&gt;
      &lt;h1 className=&quot;text-3xl font-bold mb-6&quot;&gt;Register a New Brand / Project&lt;/h1&gt;

      &lt;form onSubmit={handleSubmit} className=&quot;space-y-6&quot;&gt;
        &lt;Card&gt;
          &lt;CardContent className=&quot;space-y-4 pt-6&quot;&gt;
            &lt;div&gt;
              &lt;Label htmlFor=&quot;brandName&quot;&gt;Brand / Project Name&lt;/Label&gt;
              &lt;Input
                id=&quot;brandName&quot;
                placeholder=&quot;e.g. Earth Future Lab&quot;
                value={brandName}
                onChange={(e) =&gt; setBrandName(e.target.value)}
              /&gt;
            &lt;/div&gt;

            &lt;div&gt;
              &lt;Label htmlFor=&quot;brandUrl&quot;&gt;Website / Social Link&lt;/Label&gt;
              &lt;Input
                id=&quot;brandUrl&quot;
                placeholder=&quot;https://example.org&quot;
                value={brandUrl}
                onChange={(e) =&gt; setBrandUrl(e.target.value)}
              /&gt;
            &lt;/div&gt;

            &lt;div&gt;
              &lt;Label htmlFor=&quot;slogan&quot;&gt;Slogan&lt;/Label&gt;
              &lt;Input
                id=&quot;slogan&quot;
                placeholder=&quot;One sentence vision&quot;
                value={slogan}
                onChange={(e) =&gt; setSlogan(e.target.value)}
              /&gt;
            &lt;/div&gt;

            &lt;div&gt;
              &lt;Label htmlFor=&quot;description&quot;&gt;Description&lt;/Label&gt;
              &lt;Textarea
                id=&quot;description&quot;
                placeholder=&quot;Tell us more about your idea or project&quot;
                rows={5}
                value={description}
                onChange={(e) =&gt; setDescription(e.target.value)}
              /&gt;
            &lt;/div&gt;

            &lt;div&gt;
              &lt;Label htmlFor=&quot;category&quot;&gt;Category&lt;/Label&gt;
              &lt;select
                id=&quot;category&quot;
                className=&quot;w-full border rounded px-3 py-2&quot;
                value={category}
                onChange={(e) =&gt; setCategory(e.target.value)}
              &gt;
                &lt;option value=&quot;project&quot;&gt;Project&lt;/option&gt;
                &lt;option value=&quot;institution&quot;&gt;Institution&lt;/option&gt;
                &lt;option value=&quot;person&quot;&gt;Person&lt;/option&gt;
              &lt;/select&gt;
            &lt;/div&gt;

            &lt;div&gt;
              &lt;Label htmlFor=&quot;logo&quot;&gt;Logo / Avatar&lt;/Label&gt;
              &lt;Input
                id=&quot;logo&quot;
                type=&quot;file&quot;
                accept=&quot;image/*&quot;
                onChange={(e) =&gt; setLogo(e.target.files?.[0] ?? null)}
              /&gt;
            &lt;/div&gt;

            &lt;div className=&quot;flex items-center justify-between&quot;&gt;
              &lt;Label htmlFor=&quot;agreement&quot;&gt;
                I confirm authorship and agree to the platform rules.
              &lt;/Label&gt;
              &lt;Switch
                id=&quot;agreement&quot;
                checked={agreed}
                onCheckedChange={setAgreed}
              /&gt;
            &lt;/div&gt;

            &lt;Button type=&quot;submit&quot; className=&quot;w-full&quot;&gt;
              Submit for Review
            &lt;/Button&gt;
          &lt;/CardContent&gt;
        &lt;/Card&gt;
      &lt;/form&gt;
    &lt;/div&gt;
  );
}</yandex:full-text><link>https://rethink2045.id.page/page/publication/news/news.seam?newsId=221869</link><pubDate>Mon, 7 Jul 2025 16:54:00 +0300</pubDate><title>reg</title></item><item><author>News</author><description>&lt;meta charset=&quot;UTF-8&quot; /&gt;
&lt;meta content=&quot;width=device-width, initial-scale=1&quot; name=&quot;viewport&quot; /&gt;
&lt;title&gt;&lt;/title&gt;
&lt;style type=&quot;text/css&quot;&gt;
body { font-family: Arial, sans-serif; margin: 0; padding: 0; color: #222; }
    header, section, footer { padding: 40px 20px; max-width: 960px; margin: auto; }
    h1, h2, h3 { color: #003366; }
    .hero { background: #f0f4f8; text-align: center; padding: 60px 20px; }
    .cta-button {
      display: inline-block; margin: 10px 15px; padding: 14px 28px;
      background: #005fa3; color: #fff; text-decoration: none;
      font-weight: bold; border-radius: 6px; transition: background 0.3s ease;
    }
    .cta-button:hover { background: #003f6b; }
    .steps { background: #f9f9f9; padding: 20px; border-left: 5px solid #005fa3; margin: 20px 0; }
    ul { padding-left: 20px; }
    .highlight { background: #eef7ff; padding: 20px; border-left: 5px solid #3399cc; margin: 20px 0; }
    footer { background: #003366; color: #fff; text-align: center; padding: 30px 20px; }
    footer a { color: #ffcc00; text-decoration: none; }
    .take-action {
      background: #e6f2ff; text-align: center; padding: 60px 20px; margin-top: 40px;
      opacity: 0; transform: translateY(40px); transition: all 0.8s ease-out;
    }
    .take-action.visible { opacity: 1; transform: translateY(0); }
    .modal {
      display: none; position: fixed; z-index: 1000; left: 0; top: 0;
      width: 100%; height: 100%; background-color: rgba(0,0,0,0.5);
    }
    .modal-content {
      background-color: #fff; margin: 15% auto; padding: 30px;
      border-radius: 10px; width: 90%; max-width: 400px; text-align: center;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }
    .modal input {
      width: 80%; padding: 10px; margin: 15px 0; border-radius: 5px; border: 1px solid #ccc;
    }
    .modal button {
      padding: 10px 20px; background-color: #005fa3; color: #fff;
      border: none; border-radius: 5px; cursor: pointer;
    }
    .modal button:hover { background-color: #003f6b; }&lt;/style&gt;
&lt;header class=&quot;hero&quot;&gt;
	&lt;h1&gt;
		&lt;br /&gt;
		&lt;a href=&quot;https://rethink2045.id.page&quot; target=&quot;_blank&quot;&gt;GLOBAL RE:THINK DIALOGUE 2045&lt;/a&gt;&lt;/h1&gt;
	&lt;p&gt;
		A Private Global Initiative for Rethinking the Future&lt;/p&gt;
	&lt;a class=&quot;cta-button&quot; href=&quot;#join&quot; target=&quot;_blank&quot;&gt;Join the Platform&lt;/a&gt;&lt;/header&gt;
&lt;section&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;strong&gt;Our Mission&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&lt;strong&gt;GLOBAL RE:THINK DIALOGUE 2045&lt;/strong&gt;&lt;/span&gt; is a private, long-horizon intellectual initiative that brings together independent thinkers, scholars, cultural strategists, and practitioners from different regions and disciplines.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Its mission is to create a shared intellectual infrastructure for cooperation in a world where traditional frameworks of globalization, ideology, and governance are increasingly fragmented. Rather than reacting to short-term crises, RE:THINK 2045 focuses on future-oriented thinking: imagining the year 2045 and working backward to identify the cultural, institutional, and philosophical foundations required to reach it.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;The initiative uses reverse horizon thinking as its core method &amp;#8212; starting from a desired future condition and tracing the pathways, assumptions, and structures needed in the present. RE:THINK 2045 is not a political platform and does not promote predefined solutions. It functions as a space for reflection, dialogue, and intellectual experimentation before ideas are translated into policy or projects.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;color:#006699;&quot;&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;What We Explore&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;strong&gt;RE:THINK 2045&lt;/strong&gt; addresses questions that cannot be resolved within a single discipline or ideology, including:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Planetarity beyond classical globalization&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Human agency and responsibility in the age of artificial intelligence&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Ethics and governance in a plural, non-universal world&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Culture as a source of social and political renewal&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Climate, memory, and long-term continuity&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;New forms of participation and collective decision-making&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Rethinking knowledge, institutions, and solidarity for the 21st century&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;These themes are explored not as abstract debates, but as interconnected layers shaping future societies.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color:#006699;&quot;&gt;Key Contributors and Partners&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;RE:THINK 2045 is supported by a distributed network of collaborators, including:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;p&gt;
			&lt;u&gt;&lt;b style=&quot;font-size: 18px; font-family: arial, helvetica, sans-serif;&quot;&gt;Strategic &amp;#38; Methodological Partners&lt;/b&gt;&lt;/u&gt;&lt;/p&gt;
		&lt;p&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;M BALANCE Strategic Meaning Center&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&amp;#160;&lt;br /&gt;
			independent methodological operator; long-horizon strategy, systemic meaning-making, cultural and institutional architecture;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
			&lt;br /&gt;
			&lt;span style=&quot;font-family: arial, helvetica, sans-serif; font-size: 18px;&quot;&gt;represented by&lt;/span&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Andrey Matuzov&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Shanghai Centre for RimPac Strategic and International Studies &lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&amp;#160;&lt;br /&gt;
			strategic and international studies, long-horizon security analysis, cross-regional dialogue;&lt;br /&gt;
			&lt;br /&gt;
			represented by&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Nelson Wong&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;h3 style=&quot;color: rgb(0, 0, 0);&quot;&gt;
			&lt;u&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;b&gt;Think Tanks &amp;#38; Analytical Institutions&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/u&gt;&lt;/h3&gt;
		&lt;p class=&quot;p2&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Observer Research Foundation (India)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&amp;#160; public policy, geopolitics, economy, and civilizational studies.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&amp;#8226;&amp;#160;&lt;span style=&quot;color:#006699;&quot;&gt;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;South African Institute of International Affairs (SAIIA)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&amp;#160; international relations, African and global governance.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Centro Brasileiro de Rela&amp;#231;&amp;#245;es Internacionais (CEBRI, Brazil)&lt;/b&gt;&lt;/span&gt;&amp;#160;&lt;/span&gt; international relations, economy, and global development.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;ISEAS &amp;#8211; Yusof Ishak Institute (Singapore)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&amp;#160; Southeast Asian studies, regional and global policy analysis.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;h3 style=&quot;color: rgb(0, 0, 0);&quot;&gt;
			&lt;u&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;b&gt;Individual Contributors (Non-representational)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/u&gt;&lt;/h3&gt;
		&lt;p&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;P. L. O. Lumumba&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&amp;#160;&lt;br /&gt;
			legal scholar and public intellectual; ethics of institutions, governance, and leadership.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Clive E. Chirwa&lt;/b&gt;&lt;/span&gt;&amp;#160;&lt;/span&gt;&amp;#160;&lt;br /&gt;
			engineer and industry leader; infrastructure, production systems, and applied innovation.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Celso Amorim&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&amp;#160;&lt;br /&gt;
			strategic and diplomatic experience; long-horizon international cooperation and multipolar governance.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Sergey Popov&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&amp;#160;&lt;br /&gt;
			engineering and climate-related infrastructure solutions; practical implementation of long-term sustainability projects.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;h3 style=&quot;color: rgb(0, 0, 0);&quot;&gt;
			&lt;u&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;b&gt;Cooperative &amp;#38; Practitioner Observers&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/u&gt;&lt;/h3&gt;
		&lt;p&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p4&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&lt;span class=&quot;s3&quot;&gt;&amp;#8226;&amp;#160;&lt;/span&gt;&lt;b&gt;African Confederation of Cooperative Savings and Credit Associations (ACCOSCA)&lt;/b&gt;&lt;/span&gt;&lt;span class=&quot;s3&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#160; &lt;/span&gt;&lt;br /&gt;
			pan-African cooperative networks; financial and food security practices.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;National Cooperative Development Corporation (NCDC, India)&lt;/b&gt;&lt;/span&gt;&amp;#160;&lt;/span&gt; cooperative development, agrarian economy, and regional resilience.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Organiza&amp;#231;&amp;#227;o das Cooperativas Brasileiras (OCB)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&amp;#160;&lt;br /&gt;
			national cooperative confederation; agro-industry, logistics, and regional development.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;All-China Federation of Supply and Marketing Cooperatives&lt;/b&gt;&lt;/span&gt;&amp;#160; &lt;/span&gt;cooperative systems supporting regional production and distribution.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Cooperative Practice&lt;/b&gt;&lt;/span&gt;&amp;#160; &lt;/span&gt;&lt;br /&gt;
			cooperative development and regional economic coordination; represented by&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Oleg Shelyagov&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;h3 style=&quot;color: rgb(0, 0, 0);&quot;&gt;
			&lt;u&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;b&gt;Global Community of Contributors&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/u&gt;&lt;/h3&gt;
		&lt;p class=&quot;p2&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Independent Global Contributors&lt;/b&gt;&lt;/span&gt;&amp;#160;&amp;#8212; a distributed network of scholars, futurists, artists, climate researchers, cultural strategists, and practitioners from Asia, Europe, the Americas, Africa, and the Global South.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Participation across all categories is based on&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;intellectual contribution and methodological engagement&lt;/b&gt;&lt;/span&gt;, not on political alignment, formal mandates, or bloc affiliation.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
	&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&lt;h3 style=&quot;color: rgb(0, 0, 0);&quot;&gt;
			&lt;span style=&quot;color:#006699;&quot;&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;b&gt;How Participation Works&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
		&lt;br /&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Participation in&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;GLOBAL RE:THINK DIALOGUE 2045&lt;/b&gt;&lt;/span&gt;&amp;#160;takes place through the interactive platform&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;rethink2045.id.page&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;This is not project enrollment and not institutional mem&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 18px; font-family: arial, helvetica, sans-serif;&quot;&gt;&amp;#160;. It is a&amp;#160;&lt;/span&gt;&lt;span class=&quot;s1&quot; style=&quot;font-size: 18px; font-family: arial, helvetica, sans-serif;&quot;&gt;&lt;b&gt;gradual process of intellectual participation&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 18px; font-family: arial, helvetica, sans-serif;&quot;&gt;, where ideas evolve into dialogue and, in some cases, into structured initiatives.&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-size: 18px; font-family: arial, helvetica, sans-serif;&quot;&gt;The platform is designed to support different levels of engagement&amp;#160;&lt;/span&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;bership&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 18px; font-family: arial, helvetica, sans-serif;&quot;&gt;, without obligations or formal commitments.&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p3&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;h3 style=&quot;color: rgb(0, 0, 0);&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;b&gt;Step 1: Join the Platform (USER)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
		&lt;p&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Create a personal profile on&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;rethink2045.id.page&lt;/b&gt;&lt;/span&gt;&amp;#160;and enter the shared intellectual space.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;As a USER, you can:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p3&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;ul&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;publish essays, articles, manifestos, videos, and analytical notes;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;comment on and discuss contributions by others;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;participate in open thematic discussions;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;build an intellectual presence within the RE:THINK 2045 environment.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
		&lt;/ul&gt;
		&lt;p&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;This level is open and exploratory. No prior approval is required.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p3&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;h3 style=&quot;color: rgb(0, 0, 0);&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;b&gt;Step 2: Contribute to Ongoing Work (PROJECT PARTICIPANT)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
		&lt;p class=&quot;p2&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Users whose work aligns with the themes and methodological standards of RE:THINK 2045 may apply to become&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;PROJECT PARTICIPANTS&lt;/b&gt;&lt;/span&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;At this level:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p3&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;ul&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;contributions are reviewed by moderators and peers;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;selected materials receive enhanced visibility;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;participants may contribute to curated topics, dossiers, or working streams;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;dialogue becomes more structured and collaborative.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
		&lt;/ul&gt;
		&lt;p&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;This stage is focused on&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;quality, coherence, and continuity of thought&lt;/b&gt;&lt;/span&gt;, not hierarchy or status.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p3&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;h3 style=&quot;color: rgb(0, 0, 0);&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;b&gt;Step 3: Develop a Structured Initiative (PROJECT SPACE)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
		&lt;p&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;In some cases, sustained contributions may evolve into a&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;PROJECT SPACE&lt;/b&gt;&lt;/span&gt;&amp;#160;within the platform.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;This allows contributors to:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p3&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;ul&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;create or manage a dedicated wiki page for an idea, initiative, or institution;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;organize materials, invite collaborators, and curate content;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;develop a concept over time in a transparent, open format;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;connect intellectual work with potential practical applications.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
		&lt;/ul&gt;
		&lt;p&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;A PROJECT SPACE is not a formal organization or political initiative. It is a&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;living knowledge environment&lt;/b&gt;&lt;/span&gt;&amp;#160;that may later inform research programs, dialogues, or applied projects outside the platform.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p3&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;h3 style=&quot;color: rgb(0, 0, 0);&quot;&gt;
			&lt;span style=&quot;color:#006699;&quot;&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;b&gt;Important Note&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
		&lt;p class=&quot;p2&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Participation on&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;rethink2045.id.page&lt;/b&gt;&lt;/span&gt;&amp;#160;does not imply political alignment, institutional representation, or endorsement of specific outcomes.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;The platform exists to support&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;thinking before positioning&lt;/b&gt;&lt;/span&gt;, dialogue before action, and collaboration before formalization.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p&gt;
			&amp;#160;&lt;/p&gt;
	&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;color:#006699;&quot;&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Why It Matters&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
		&lt;br /&gt;
		&lt;span style=&quot;font-size: 18px; font-family: arial, helvetica, sans-serif;&quot;&gt;In a time of crisis fatigue, institutional breakdowns, and identity fragmentation, RE:THINK 2045 offers a space for slow, deep, and responsible thinking across borders and disciplines.&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;It does not promise solutions or quick consensus.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;It creates conditions in which new ways of thinking, cooperating, and imagining the future can emerge organically.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;RE:THINK 2045 is for those who seek to move beyond zero-sum logic and short-term reactions &amp;#8212; and to contribute to a plural, ethical, and resilient planetary future, step by step, toward 2045.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/section&gt;
&lt;section class=&quot;take-action&quot; id=&quot;take-action&quot;&gt;
	&lt;h2&gt;
		&lt;span style=&quot;color:#1b69af;&quot;&gt;&amp;#9679;&lt;/span&gt; Take Action!&lt;/h2&gt;
	&lt;h3&gt;
		GET INVOLVED TODAY!&lt;/h3&gt;
	&lt;a class=&quot;cta-button&quot; href=&quot;https://rethink2045.id.page/page/adaptive/registration&quot; target=&quot;_blank&quot;&gt;Register Personal Profile&lt;/a&gt; &lt;a class=&quot;cta-button&quot; href=&quot;#&quot; onclick=&quot;openModal(event)&quot; target=&quot;_blank&quot;&gt;Register as Researcher / Organization / Wiki Page&lt;/a&gt;&lt;/section&gt;
&lt;div class=&quot;modal&quot; id=&quot;passwordModal&quot;&gt;
	&lt;div class=&quot;modal-content&quot;&gt;
		&lt;h3&gt;
			Enter Access Password&lt;/h3&gt;
		&lt;input id=&quot;accessPassword&quot; placeholder=&quot;Enter password&quot; type=&quot;password&quot; /&gt;&lt;br /&gt;
		&lt;button onclick=&quot;checkPassword()&quot;&gt;Submit&lt;/button&gt;
		&lt;p id=&quot;error&quot; style=&quot;color:red; display:none; margin-top:10px;&quot;&gt;
			Incorrect password. Please try again.&lt;/p&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;footer&gt;
	&lt;p&gt;
		Ready to help shape the world of 2045?&lt;br /&gt;
		&lt;a href=&quot;https://rethink2045.id.page/&quot; target=&quot;_blank&quot;&gt;https://rethink2045.id.page/&lt;/a&gt;&lt;/p&gt;
	&lt;a href=&quot;#join&quot; target=&quot;_blank&quot;&gt;Join the Platform&lt;/a&gt;
	&lt;p&gt;
		&amp;#169; 2025 GLOBAL RE:THINK DIALOGUE 2045&lt;/p&gt;
&lt;/footer&gt;
&lt;script&gt;
  document.addEventListener(&quot;DOMContentLoaded&quot;, function () {
    const section = document.getElementById(&quot;take-action&quot;);
    function revealOnScroll() {
      const sectionTop = section.getBoundingClientRect().top;
      const windowHeight = window.innerHeight;
      if (sectionTop &lt; windowHeight - 100) {
        section.classList.add(&quot;visible&quot;);
        window.removeEventListener(&quot;scroll&quot;, revealOnScroll);
      }
    }
    window.addEventListener(&quot;scroll&quot;, revealOnScroll);
    revealOnScroll();
  });

  function openModal(e) {
    e.preventDefault();
    document.getElementById(&quot;passwordModal&quot;).style.display = &quot;block&quot;;
    document.getElementById(&quot;accessPassword&quot;).focus();
  }

  function checkPassword() {
    const input = document.getElementById(&quot;accessPassword&quot;).value;
    const error = document.getElementById(&quot;error&quot;);
    if (input === &quot;open1111&quot;) {
      window.location.href = &quot;https://rethink2045.id.page/page/brand/registration.seam&quot;;
    } else {
      error.style.display = &quot;block&quot;;
    }
  }

  window.onclick = function (event) {
    const modal = document.getElementById(&quot;passwordModal&quot;);
    if (event.target === modal) {
      modal.style.display = &quot;none&quot;;
      document.getElementById(&quot;error&quot;).style.display = &quot;none&quot;;
      document.getElementById(&quot;accessPassword&quot;).value = &quot;&quot;;
    }
  };
&lt;/script&gt;</description><yandex:full-text>&lt;meta charset=&quot;UTF-8&quot; /&gt;
&lt;meta content=&quot;width=device-width, initial-scale=1&quot; name=&quot;viewport&quot; /&gt;
&lt;title&gt;&lt;/title&gt;
&lt;style type=&quot;text/css&quot;&gt;
body { font-family: Arial, sans-serif; margin: 0; padding: 0; color: #222; }
    header, section, footer { padding: 40px 20px; max-width: 960px; margin: auto; }
    h1, h2, h3 { color: #003366; }
    .hero { background: #f0f4f8; text-align: center; padding: 60px 20px; }
    .cta-button {
      display: inline-block; margin: 10px 15px; padding: 14px 28px;
      background: #005fa3; color: #fff; text-decoration: none;
      font-weight: bold; border-radius: 6px; transition: background 0.3s ease;
    }
    .cta-button:hover { background: #003f6b; }
    .steps { background: #f9f9f9; padding: 20px; border-left: 5px solid #005fa3; margin: 20px 0; }
    ul { padding-left: 20px; }
    .highlight { background: #eef7ff; padding: 20px; border-left: 5px solid #3399cc; margin: 20px 0; }
    footer { background: #003366; color: #fff; text-align: center; padding: 30px 20px; }
    footer a { color: #ffcc00; text-decoration: none; }
    .take-action {
      background: #e6f2ff; text-align: center; padding: 60px 20px; margin-top: 40px;
      opacity: 0; transform: translateY(40px); transition: all 0.8s ease-out;
    }
    .take-action.visible { opacity: 1; transform: translateY(0); }
    .modal {
      display: none; position: fixed; z-index: 1000; left: 0; top: 0;
      width: 100%; height: 100%; background-color: rgba(0,0,0,0.5);
    }
    .modal-content {
      background-color: #fff; margin: 15% auto; padding: 30px;
      border-radius: 10px; width: 90%; max-width: 400px; text-align: center;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }
    .modal input {
      width: 80%; padding: 10px; margin: 15px 0; border-radius: 5px; border: 1px solid #ccc;
    }
    .modal button {
      padding: 10px 20px; background-color: #005fa3; color: #fff;
      border: none; border-radius: 5px; cursor: pointer;
    }
    .modal button:hover { background-color: #003f6b; }&lt;/style&gt;
&lt;header class=&quot;hero&quot;&gt;
	&lt;h1&gt;
		&lt;br /&gt;
		&lt;a href=&quot;https://rethink2045.id.page&quot; target=&quot;_blank&quot;&gt;GLOBAL RE:THINK DIALOGUE 2045&lt;/a&gt;&lt;/h1&gt;
	&lt;p&gt;
		A Private Global Initiative for Rethinking the Future&lt;/p&gt;
	&lt;a class=&quot;cta-button&quot; href=&quot;#join&quot; target=&quot;_blank&quot;&gt;Join the Platform&lt;/a&gt;&lt;/header&gt;
&lt;section&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;strong&gt;Our Mission&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&lt;strong&gt;GLOBAL RE:THINK DIALOGUE 2045&lt;/strong&gt;&lt;/span&gt; is a private, long-horizon intellectual initiative that brings together independent thinkers, scholars, cultural strategists, and practitioners from different regions and disciplines.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Its mission is to create a shared intellectual infrastructure for cooperation in a world where traditional frameworks of globalization, ideology, and governance are increasingly fragmented. Rather than reacting to short-term crises, RE:THINK 2045 focuses on future-oriented thinking: imagining the year 2045 and working backward to identify the cultural, institutional, and philosophical foundations required to reach it.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;The initiative uses reverse horizon thinking as its core method &amp;#8212; starting from a desired future condition and tracing the pathways, assumptions, and structures needed in the present. RE:THINK 2045 is not a political platform and does not promote predefined solutions. It functions as a space for reflection, dialogue, and intellectual experimentation before ideas are translated into policy or projects.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;color:#006699;&quot;&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;What We Explore&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;strong&gt;RE:THINK 2045&lt;/strong&gt; addresses questions that cannot be resolved within a single discipline or ideology, including:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Planetarity beyond classical globalization&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Human agency and responsibility in the age of artificial intelligence&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Ethics and governance in a plural, non-universal world&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Culture as a source of social and political renewal&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Climate, memory, and long-term continuity&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;New forms of participation and collective decision-making&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Rethinking knowledge, institutions, and solidarity for the 21st century&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;These themes are explored not as abstract debates, but as interconnected layers shaping future societies.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color:#006699;&quot;&gt;Key Contributors and Partners&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;RE:THINK 2045 is supported by a distributed network of collaborators, including:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;p&gt;
			&lt;u&gt;&lt;b style=&quot;font-size: 18px; font-family: arial, helvetica, sans-serif;&quot;&gt;Strategic &amp;#38; Methodological Partners&lt;/b&gt;&lt;/u&gt;&lt;/p&gt;
		&lt;p&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;M BALANCE Strategic Meaning Center&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&amp;#160;&lt;br /&gt;
			independent methodological operator; long-horizon strategy, systemic meaning-making, cultural and institutional architecture;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
			&lt;br /&gt;
			&lt;span style=&quot;font-family: arial, helvetica, sans-serif; font-size: 18px;&quot;&gt;represented by&lt;/span&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Andrey Matuzov&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Shanghai Centre for RimPac Strategic and International Studies &lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&amp;#160;&lt;br /&gt;
			strategic and international studies, long-horizon security analysis, cross-regional dialogue;&lt;br /&gt;
			&lt;br /&gt;
			represented by&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Nelson Wong&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;h3 style=&quot;color: rgb(0, 0, 0);&quot;&gt;
			&lt;u&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;b&gt;Think Tanks &amp;#38; Analytical Institutions&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/u&gt;&lt;/h3&gt;
		&lt;p class=&quot;p2&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Observer Research Foundation (India)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&amp;#160; public policy, geopolitics, economy, and civilizational studies.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&amp;#8226;&amp;#160;&lt;span style=&quot;color:#006699;&quot;&gt;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;South African Institute of International Affairs (SAIIA)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&amp;#160; international relations, African and global governance.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Centro Brasileiro de Rela&amp;#231;&amp;#245;es Internacionais (CEBRI, Brazil)&lt;/b&gt;&lt;/span&gt;&amp;#160;&lt;/span&gt; international relations, economy, and global development.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;ISEAS &amp;#8211; Yusof Ishak Institute (Singapore)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&amp;#160; Southeast Asian studies, regional and global policy analysis.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;h3 style=&quot;color: rgb(0, 0, 0);&quot;&gt;
			&lt;u&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;b&gt;Individual Contributors (Non-representational)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/u&gt;&lt;/h3&gt;
		&lt;p&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;P. L. O. Lumumba&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&amp;#160;&lt;br /&gt;
			legal scholar and public intellectual; ethics of institutions, governance, and leadership.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Clive E. Chirwa&lt;/b&gt;&lt;/span&gt;&amp;#160;&lt;/span&gt;&amp;#160;&lt;br /&gt;
			engineer and industry leader; infrastructure, production systems, and applied innovation.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Celso Amorim&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&amp;#160;&lt;br /&gt;
			strategic and diplomatic experience; long-horizon international cooperation and multipolar governance.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Sergey Popov&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&amp;#160;&lt;br /&gt;
			engineering and climate-related infrastructure solutions; practical implementation of long-term sustainability projects.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;h3 style=&quot;color: rgb(0, 0, 0);&quot;&gt;
			&lt;u&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;b&gt;Cooperative &amp;#38; Practitioner Observers&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/u&gt;&lt;/h3&gt;
		&lt;p&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p4&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&lt;span class=&quot;s3&quot;&gt;&amp;#8226;&amp;#160;&lt;/span&gt;&lt;b&gt;African Confederation of Cooperative Savings and Credit Associations (ACCOSCA)&lt;/b&gt;&lt;/span&gt;&lt;span class=&quot;s3&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#160; &lt;/span&gt;&lt;br /&gt;
			pan-African cooperative networks; financial and food security practices.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;National Cooperative Development Corporation (NCDC, India)&lt;/b&gt;&lt;/span&gt;&amp;#160;&lt;/span&gt; cooperative development, agrarian economy, and regional resilience.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Organiza&amp;#231;&amp;#227;o das Cooperativas Brasileiras (OCB)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&amp;#160;&lt;br /&gt;
			national cooperative confederation; agro-industry, logistics, and regional development.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;All-China Federation of Supply and Marketing Cooperatives&lt;/b&gt;&lt;/span&gt;&amp;#160; &lt;/span&gt;cooperative systems supporting regional production and distribution.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Cooperative Practice&lt;/b&gt;&lt;/span&gt;&amp;#160; &lt;/span&gt;&lt;br /&gt;
			cooperative development and regional economic coordination; represented by&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Oleg Shelyagov&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;h3 style=&quot;color: rgb(0, 0, 0);&quot;&gt;
			&lt;u&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;b&gt;Global Community of Contributors&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/u&gt;&lt;/h3&gt;
		&lt;p class=&quot;p2&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Independent Global Contributors&lt;/b&gt;&lt;/span&gt;&amp;#160;&amp;#8212; a distributed network of scholars, futurists, artists, climate researchers, cultural strategists, and practitioners from Asia, Europe, the Americas, Africa, and the Global South.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Participation across all categories is based on&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;intellectual contribution and methodological engagement&lt;/b&gt;&lt;/span&gt;, not on political alignment, formal mandates, or bloc affiliation.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
	&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&lt;h3 style=&quot;color: rgb(0, 0, 0);&quot;&gt;
			&lt;span style=&quot;color:#006699;&quot;&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;b&gt;How Participation Works&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
		&lt;br /&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Participation in&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;GLOBAL RE:THINK DIALOGUE 2045&lt;/b&gt;&lt;/span&gt;&amp;#160;takes place through the interactive platform&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;rethink2045.id.page&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;This is not project enrollment and not institutional mem&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 18px; font-family: arial, helvetica, sans-serif;&quot;&gt;&amp;#160;. It is a&amp;#160;&lt;/span&gt;&lt;span class=&quot;s1&quot; style=&quot;font-size: 18px; font-family: arial, helvetica, sans-serif;&quot;&gt;&lt;b&gt;gradual process of intellectual participation&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 18px; font-family: arial, helvetica, sans-serif;&quot;&gt;, where ideas evolve into dialogue and, in some cases, into structured initiatives.&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-size: 18px; font-family: arial, helvetica, sans-serif;&quot;&gt;The platform is designed to support different levels of engagement&amp;#160;&lt;/span&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;bership&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 18px; font-family: arial, helvetica, sans-serif;&quot;&gt;, without obligations or formal commitments.&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p3&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;h3 style=&quot;color: rgb(0, 0, 0);&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;b&gt;Step 1: Join the Platform (USER)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
		&lt;p&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Create a personal profile on&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;rethink2045.id.page&lt;/b&gt;&lt;/span&gt;&amp;#160;and enter the shared intellectual space.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;As a USER, you can:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p3&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;ul&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;publish essays, articles, manifestos, videos, and analytical notes;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;comment on and discuss contributions by others;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;participate in open thematic discussions;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;build an intellectual presence within the RE:THINK 2045 environment.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
		&lt;/ul&gt;
		&lt;p&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;This level is open and exploratory. No prior approval is required.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p3&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;h3 style=&quot;color: rgb(0, 0, 0);&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;b&gt;Step 2: Contribute to Ongoing Work (PROJECT PARTICIPANT)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
		&lt;p class=&quot;p2&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Users whose work aligns with the themes and methodological standards of RE:THINK 2045 may apply to become&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;PROJECT PARTICIPANTS&lt;/b&gt;&lt;/span&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;At this level:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p3&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;ul&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;contributions are reviewed by moderators and peers;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;selected materials receive enhanced visibility;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;participants may contribute to curated topics, dossiers, or working streams;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;dialogue becomes more structured and collaborative.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
		&lt;/ul&gt;
		&lt;p&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;This stage is focused on&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;quality, coherence, and continuity of thought&lt;/b&gt;&lt;/span&gt;, not hierarchy or status.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p3&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;h3 style=&quot;color: rgb(0, 0, 0);&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;b&gt;Step 3: Develop a Structured Initiative (PROJECT SPACE)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
		&lt;p&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;In some cases, sustained contributions may evolve into a&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;PROJECT SPACE&lt;/b&gt;&lt;/span&gt;&amp;#160;within the platform.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;This allows contributors to:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p3&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;ul&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;create or manage a dedicated wiki page for an idea, initiative, or institution;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;organize materials, invite collaborators, and curate content;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;develop a concept over time in a transparent, open format;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;connect intellectual work with potential practical applications.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
		&lt;/ul&gt;
		&lt;p&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;A PROJECT SPACE is not a formal organization or political initiative. It is a&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;living knowledge environment&lt;/b&gt;&lt;/span&gt;&amp;#160;that may later inform research programs, dialogues, or applied projects outside the platform.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p3&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;h3 style=&quot;color: rgb(0, 0, 0);&quot;&gt;
			&lt;span style=&quot;color:#006699;&quot;&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;b&gt;Important Note&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
		&lt;p class=&quot;p2&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Participation on&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;rethink2045.id.page&lt;/b&gt;&lt;/span&gt;&amp;#160;does not imply political alignment, institutional representation, or endorsement of specific outcomes.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;The platform exists to support&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;thinking before positioning&lt;/b&gt;&lt;/span&gt;, dialogue before action, and collaboration before formalization.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p&gt;
			&amp;#160;&lt;/p&gt;
	&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;color:#006699;&quot;&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Why It Matters&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
		&lt;br /&gt;
		&lt;span style=&quot;font-size: 18px; font-family: arial, helvetica, sans-serif;&quot;&gt;In a time of crisis fatigue, institutional breakdowns, and identity fragmentation, RE:THINK 2045 offers a space for slow, deep, and responsible thinking across borders and disciplines.&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;It does not promise solutions or quick consensus.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;It creates conditions in which new ways of thinking, cooperating, and imagining the future can emerge organically.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;RE:THINK 2045 is for those who seek to move beyond zero-sum logic and short-term reactions &amp;#8212; and to contribute to a plural, ethical, and resilient planetary future, step by step, toward 2045.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/section&gt;
&lt;section class=&quot;take-action&quot; id=&quot;take-action&quot;&gt;
	&lt;h2&gt;
		&lt;span style=&quot;color:#1b69af;&quot;&gt;&amp;#9679;&lt;/span&gt; Take Action!&lt;/h2&gt;
	&lt;h3&gt;
		GET INVOLVED TODAY!&lt;/h3&gt;
	&lt;a class=&quot;cta-button&quot; href=&quot;https://rethink2045.id.page/page/adaptive/registration&quot; target=&quot;_blank&quot;&gt;Register Personal Profile&lt;/a&gt; &lt;a class=&quot;cta-button&quot; href=&quot;#&quot; onclick=&quot;openModal(event)&quot; target=&quot;_blank&quot;&gt;Register as Researcher / Organization / Wiki Page&lt;/a&gt;&lt;/section&gt;
&lt;div class=&quot;modal&quot; id=&quot;passwordModal&quot;&gt;
	&lt;div class=&quot;modal-content&quot;&gt;
		&lt;h3&gt;
			Enter Access Password&lt;/h3&gt;
		&lt;input id=&quot;accessPassword&quot; placeholder=&quot;Enter password&quot; type=&quot;password&quot; /&gt;&lt;br /&gt;
		&lt;button onclick=&quot;checkPassword()&quot;&gt;Submit&lt;/button&gt;
		&lt;p id=&quot;error&quot; style=&quot;color:red; display:none; margin-top:10px;&quot;&gt;
			Incorrect password. Please try again.&lt;/p&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;footer&gt;
	&lt;p&gt;
		Ready to help shape the world of 2045?&lt;br /&gt;
		&lt;a href=&quot;https://rethink2045.id.page/&quot; target=&quot;_blank&quot;&gt;https://rethink2045.id.page/&lt;/a&gt;&lt;/p&gt;
	&lt;a href=&quot;#join&quot; target=&quot;_blank&quot;&gt;Join the Platform&lt;/a&gt;
	&lt;p&gt;
		&amp;#169; 2025 GLOBAL RE:THINK DIALOGUE 2045&lt;/p&gt;
&lt;/footer&gt;
&lt;script&gt;
  document.addEventListener(&quot;DOMContentLoaded&quot;, function () {
    const section = document.getElementById(&quot;take-action&quot;);
    function revealOnScroll() {
      const sectionTop = section.getBoundingClientRect().top;
      const windowHeight = window.innerHeight;
      if (sectionTop &lt; windowHeight - 100) {
        section.classList.add(&quot;visible&quot;);
        window.removeEventListener(&quot;scroll&quot;, revealOnScroll);
      }
    }
    window.addEventListener(&quot;scroll&quot;, revealOnScroll);
    revealOnScroll();
  });

  function openModal(e) {
    e.preventDefault();
    document.getElementById(&quot;passwordModal&quot;).style.display = &quot;block&quot;;
    document.getElementById(&quot;accessPassword&quot;).focus();
  }

  function checkPassword() {
    const input = document.getElementById(&quot;accessPassword&quot;).value;
    const error = document.getElementById(&quot;error&quot;);
    if (input === &quot;open1111&quot;) {
      window.location.href = &quot;https://rethink2045.id.page/page/brand/registration.seam&quot;;
    } else {
      error.style.display = &quot;block&quot;;
    }
  }

  window.onclick = function (event) {
    const modal = document.getElementById(&quot;passwordModal&quot;);
    if (event.target === modal) {
      modal.style.display = &quot;none&quot;;
      document.getElementById(&quot;error&quot;).style.display = &quot;none&quot;;
      document.getElementById(&quot;accessPassword&quot;).value = &quot;&quot;;
    }
  };
&lt;/script&gt;</yandex:full-text><link>https://rethink2045.id.page/page/publication/news/news.seam?newsId=221867</link><pubDate>Sat, 5 Jul 2025 22:44:00 +0300</pubDate><title>ABOUT</title></item><item><author>News</author><description>&lt;!-- Take Action Section with Scroll Animation --&gt;
&lt;style&gt;
  .take-action {
    background: #e6f2ff;
    text-align: center;
    padding: 60px 20px;
    margin-top: 40px;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease-out;
  }

  .take-action.visible {
    opacity: 1;
    transform: translateY(0);
  }

  .take-action h2 {
    color: #003366;
    font-size: 2em;
    margin-bottom: 10px;
  }

  .take-action h3 {
    color: #005fa3;
    font-size: 1.5em;
    margin-bottom: 30px;
  }

  .take-action a.cta-button {
    display: inline-block;
    margin: 10px 15px;
    padding: 14px 28px;
    background: #005fa3;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
    transition: background 0.3s ease;
  }

  .take-action a.cta-button:hover {
    background: #003f6b;
  }
&lt;/style&gt;

&lt;section id=&quot;take-action&quot; class=&quot;take-action&quot;&gt;
  &lt;h2&gt;🚨 Take Action!&lt;/h2&gt;
  &lt;h3&gt;GET INVOLVED TODAY!&lt;/h3&gt;

  &lt;a class=&quot;cta-button&quot;
     href=&quot;https://rethink2045.id.page/page/adaptive/registration&quot;
     target=&quot;_blank&quot;&gt;
    Register Personal Profile
  &lt;/a&gt;

  &lt;a class=&quot;cta-button&quot;
     href=&quot;https://rethink2045.id.page/page/brand/registration.seam&quot;
     target=&quot;_blank&quot;&gt;
    Register as Researcher / Organization / Wiki Page
  &lt;/a&gt;
&lt;/section&gt;

&lt;!-- Scroll-trigger animation --&gt;
&lt;script&gt;
  document.addEventListener(&quot;DOMContentLoaded&quot;, function () {
    const section = document.getElementById(&quot;take-action&quot;);

    function revealOnScroll() {
      const sectionTop = section.getBoundingClientRect().top;
      const windowHeight = window.innerHeight;

      if (sectionTop &lt; windowHeight - 100) {
        section.classList.add(&quot;visible&quot;);
        window.removeEventListener(&quot;scroll&quot;, revealOnScroll);
      }
    }

    window.addEventListener(&quot;scroll&quot;, revealOnScroll);
    revealOnScroll(); // trigger on load in case it's already in view
  });
&lt;/script&gt;</description><yandex:full-text>&lt;!-- Take Action Section with Scroll Animation --&gt;
&lt;style&gt;
  .take-action {
    background: #e6f2ff;
    text-align: center;
    padding: 60px 20px;
    margin-top: 40px;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease-out;
  }

  .take-action.visible {
    opacity: 1;
    transform: translateY(0);
  }

  .take-action h2 {
    color: #003366;
    font-size: 2em;
    margin-bottom: 10px;
  }

  .take-action h3 {
    color: #005fa3;
    font-size: 1.5em;
    margin-bottom: 30px;
  }

  .take-action a.cta-button {
    display: inline-block;
    margin: 10px 15px;
    padding: 14px 28px;
    background: #005fa3;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
    transition: background 0.3s ease;
  }

  .take-action a.cta-button:hover {
    background: #003f6b;
  }
&lt;/style&gt;

&lt;section id=&quot;take-action&quot; class=&quot;take-action&quot;&gt;
  &lt;h2&gt;🚨 Take Action!&lt;/h2&gt;
  &lt;h3&gt;GET INVOLVED TODAY!&lt;/h3&gt;

  &lt;a class=&quot;cta-button&quot;
     href=&quot;https://rethink2045.id.page/page/adaptive/registration&quot;
     target=&quot;_blank&quot;&gt;
    Register Personal Profile
  &lt;/a&gt;

  &lt;a class=&quot;cta-button&quot;
     href=&quot;https://rethink2045.id.page/page/brand/registration.seam&quot;
     target=&quot;_blank&quot;&gt;
    Register as Researcher / Organization / Wiki Page
  &lt;/a&gt;
&lt;/section&gt;

&lt;!-- Scroll-trigger animation --&gt;
&lt;script&gt;
  document.addEventListener(&quot;DOMContentLoaded&quot;, function () {
    const section = document.getElementById(&quot;take-action&quot;);

    function revealOnScroll() {
      const sectionTop = section.getBoundingClientRect().top;
      const windowHeight = window.innerHeight;

      if (sectionTop &lt; windowHeight - 100) {
        section.classList.add(&quot;visible&quot;);
        window.removeEventListener(&quot;scroll&quot;, revealOnScroll);
      }
    }

    window.addEventListener(&quot;scroll&quot;, revealOnScroll);
    revealOnScroll(); // trigger on load in case it's already in view
  });
&lt;/script&gt;</yandex:full-text><link>https://rethink2045.id.page/page/publication/news/news.seam?newsId=221866</link><pubDate>Sat, 5 Jul 2025 22:30:00 +0300</pubDate><title>r</title></item><item><author>News</author><description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;en&quot;&gt;
&lt;head&gt;
  &lt;meta charset=&quot;UTF-8&quot; /&gt;
  &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1&quot; /&gt;
  &lt;title&gt;GLOBAL RE:THINK DIALOGUE 2045&lt;/title&gt;
  &lt;style&gt;
    body { font-family: Arial, sans-serif; margin: 0; padding: 0; color: #222; }
    header, section, footer { padding: 40px 20px; max-width: 960px; margin: auto; }
    h1, h2, h3 { color: #003366; }
    .hero { background: #f0f4f8; text-align: center; padding: 60px 20px; }
    .cta-button {
      display: inline-block; margin: 10px 15px; padding: 14px 28px;
      background: #005fa3; color: #fff; text-decoration: none;
      font-weight: bold; border-radius: 6px; transition: background 0.3s ease;
    }
    .cta-button:hover { background: #003f6b; }
    .steps { background: #f9f9f9; padding: 20px; border-left: 5px solid #005fa3; margin: 20px 0; }
    ul { padding-left: 20px; }
    .highlight { background: #eef7ff; padding: 20px; border-left: 5px solid #3399cc; margin: 20px 0; }
    footer { background: #003366; color: #fff; text-align: center; padding: 30px 20px; }
    footer a { color: #ffcc00; text-decoration: none; }

    /* Take Action Section */
    .take-action {
      background: #e6f2ff; text-align: center; padding: 60px 20px; margin-top: 40px;
      opacity: 0; transform: translateY(40px); transition: all 0.8s ease-out;
    }
    .take-action.visible { opacity: 1; transform: translateY(0); }

    /* Modal styles */
    .modal {
      display: none; position: fixed; z-index: 1000; left: 0; top: 0;
      width: 100%; height: 100%; background-color: rgba(0,0,0,0.5);
    }
    .modal-content {
      background-color: #fff; margin: 15% auto; padding: 30px;
      border-radius: 10px; width: 90%; max-width: 400px; text-align: center;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }
    .modal input {
      width: 80%; padding: 10px; margin: 15px 0; border-radius: 5px; border: 1px solid #ccc;
    }
    .modal button {
      padding: 10px 20px; background-color: #005fa3; color: #fff;
      border: none; border-radius: 5px; cursor: pointer;
    }
    .modal button:hover { background-color: #003f6b; }
  &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;header class=&quot;hero&quot;&gt;
  &lt;h1&gt;GLOBAL RE:THINK DIALOGUE 2045&lt;/h1&gt;
  &lt;p&gt;A Private Global Initiative for Rethinking the Future&lt;/p&gt;
  &lt;a class=&quot;cta-button&quot; href=&quot;#join&quot;&gt;Join the Platform&lt;/a&gt;
&lt;/header&gt;

&lt;section&gt;
  &lt;h2&gt;🌍 Our Mission&lt;/h2&gt;
  &lt;p&gt;&lt;strong&gt;GLOBAL RE:THINK DIALOGUE 2045&lt;/strong&gt; is an international initiative...&lt;/p&gt;
&lt;/section&gt;

&lt;section&gt;
  &lt;h2&gt;🔍 What We Explore&lt;/h2&gt;
  &lt;ul&gt;
    &lt;li&gt;Planetarity vs. Globalization&lt;/li&gt;
    &lt;li&gt;The Future of Human Agency in the Age of AI&lt;/li&gt;
    &lt;li&gt;Post-Universal Ethics and Plural Sovereignty&lt;/li&gt;
    &lt;li&gt;Cultural Survival as Political Renewal&lt;/li&gt;
    &lt;li&gt;Climate and Memory as Global Connectors&lt;/li&gt;
    &lt;li&gt;New Forms of Democratic Participation&lt;/li&gt;
    &lt;li&gt;Reimagining Knowledge, Solidarity, and Institutions&lt;/li&gt;
  &lt;/ul&gt;
&lt;/section&gt;

&lt;section&gt;
  &lt;h2&gt;🤝 Key Collaborators&lt;/h2&gt;
  &lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Dr. Azmi Bishara&lt;/strong&gt; – Arab Center for Research...&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Mr. Nelson Wong&lt;/strong&gt; – Shanghai Centre for RimPac...&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;The Gorbachev Foundation&lt;/strong&gt; – Russia&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;M BALANCE Strategic Meaning Center&lt;/strong&gt; – Led by Andrey Matuzov&lt;/li&gt;
  &lt;/ul&gt;
&lt;/section&gt;

&lt;section&gt;
  &lt;h2&gt;🌐 rethink2045.id.page — Where Ideas Grow&lt;/h2&gt;
  &lt;p&gt;&lt;strong&gt;rethink2045.id.page&lt;/strong&gt; is the digital platform where...&lt;/p&gt;
&lt;/section&gt;

&lt;section&gt;
  &lt;h2 id=&quot;join&quot;&gt;🚶 Step 1: Become a USER&lt;/h2&gt;
  &lt;div class=&quot;steps&quot;&gt;
    &lt;ul&gt;
      &lt;li&gt;Register your personal profile&lt;/li&gt;
      &lt;li&gt;Post essays, manifestos, videos, and ideas&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;

  &lt;h2&gt;🔧 Step 2: Become a PROJECT PARTICIPANT&lt;/h2&gt;
  &lt;div class=&quot;steps&quot;&gt;
    &lt;ul&gt;
      &lt;li&gt;Submit work aligned with rethink2045’s mission&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;

  &lt;h2&gt;🚀 Step 3: Grow into a PROJECT&lt;/h2&gt;
  &lt;div class=&quot;steps&quot;&gt;
    &lt;ul&gt;
      &lt;li&gt;Create or claim a Wiki Page&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;
&lt;/section&gt;

&lt;section&gt;
  &lt;h2&gt;💡 Why It Matters&lt;/h2&gt;
  &lt;div class=&quot;highlight&quot;&gt;
    &lt;ul&gt;
      &lt;li&gt;✔ Connect visionary thinkers&lt;/li&gt;
      &lt;li&gt;✔ Help ideas evolve into movements&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;
&lt;/section&gt;

&lt;!-- Take Action Section --&gt;
&lt;section id=&quot;take-action&quot; class=&quot;take-action&quot;&gt;
  &lt;h2&gt;🚨 Take Action!&lt;/h2&gt;
  &lt;h3&gt;GET INVOLVED TODAY!&lt;/h3&gt;

  &lt;a class=&quot;cta-button&quot;
     href=&quot;https://rethink2045.id.page/page/adaptive/registration&quot;
     target=&quot;_blank&quot;&gt;
    Register Personal Profile
  &lt;/a&gt;

  &lt;a class=&quot;cta-button&quot;
     href=&quot;#&quot;
     onclick=&quot;openModal(event)&quot;&gt;
    Register as Researcher / Organization / Wiki Page
  &lt;/a&gt;
&lt;/section&gt;

&lt;!-- Modal --&gt;
&lt;div id=&quot;passwordModal&quot; class=&quot;modal&quot;&gt;
  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;h3&gt;Enter Access Password&lt;/h3&gt;
    &lt;input type=&quot;password&quot; id=&quot;accessPassword&quot; placeholder=&quot;Enter password&quot; /&gt;
    &lt;br&gt;
    &lt;button onclick=&quot;checkPassword()&quot;&gt;Submit&lt;/button&gt;
    &lt;p id=&quot;error&quot; style=&quot;color:red; display:none; margin-top:10px;&quot;&gt;Incorrect password. Please try again.&lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;footer&gt;
  &lt;p&gt;Ready to help shape the world of 2045?&lt;/p&gt;
  &lt;a href=&quot;#join&quot;&gt;Join the Platform&lt;/a&gt;
  &lt;p&gt;&amp;copy; 2025 GLOBAL RE:THINK DIALOGUE 2045&lt;/p&gt;
&lt;/footer&gt;

&lt;script&gt;
  // Scroll trigger animation
  document.addEventListener(&quot;DOMContentLoaded&quot;, function () {
    const section = document.getElementById(&quot;take-action&quot;);

    function revealOnScroll() {
      const sectionTop = section.getBoundingClientRect().top;
      const windowHeight = window.innerHeight;

      if (sectionTop &lt; windowHeight - 100) {
        section.classList.add(&quot;visible&quot;);
        window.removeEventListener(&quot;scroll&quot;, revealOnScroll);
      }
    }

    window.addEventListener(&quot;scroll&quot;, revealOnScroll);
    revealOnScroll();
  });

  // Modal logic
  function openModal(e) {
    e.preventDefault();
    document.getElementById(&quot;passwordModal&quot;).style.display = &quot;block&quot;;
    document.getElementById(&quot;accessPassword&quot;).focus();
  }

  function checkPassword() {
    const input = document.getElementById(&quot;accessPassword&quot;).value;
    const error = document.getElementById(&quot;error&quot;);

    if (input === &quot;open1111&quot;) {
      window.location.href = &quot;https://rethink2045.id.page/page/brand/registration.seam&quot;;
    } else {
      error.style.display = &quot;block&quot;;
    }
  }

  // Close modal on outside click
  window.onclick = function (event) {
    const modal = document.getElementById(&quot;passwordModal&quot;);
    if (event.target === modal) {
      modal.style.display = &quot;none&quot;;
      document.getElementById(&quot;error&quot;).style.display = &quot;none&quot;;
      document.getElementById(&quot;accessPassword&quot;).value = &quot;&quot;;
    }
  };
&lt;/script&gt;

&lt;/body&gt;
&lt;/html&gt;</description><yandex:full-text>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;en&quot;&gt;
&lt;head&gt;
  &lt;meta charset=&quot;UTF-8&quot; /&gt;
  &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1&quot; /&gt;
  &lt;title&gt;GLOBAL RE:THINK DIALOGUE 2045&lt;/title&gt;
  &lt;style&gt;
    body { font-family: Arial, sans-serif; margin: 0; padding: 0; color: #222; }
    header, section, footer { padding: 40px 20px; max-width: 960px; margin: auto; }
    h1, h2, h3 { color: #003366; }
    .hero { background: #f0f4f8; text-align: center; padding: 60px 20px; }
    .cta-button {
      display: inline-block; margin: 10px 15px; padding: 14px 28px;
      background: #005fa3; color: #fff; text-decoration: none;
      font-weight: bold; border-radius: 6px; transition: background 0.3s ease;
    }
    .cta-button:hover { background: #003f6b; }
    .steps { background: #f9f9f9; padding: 20px; border-left: 5px solid #005fa3; margin: 20px 0; }
    ul { padding-left: 20px; }
    .highlight { background: #eef7ff; padding: 20px; border-left: 5px solid #3399cc; margin: 20px 0; }
    footer { background: #003366; color: #fff; text-align: center; padding: 30px 20px; }
    footer a { color: #ffcc00; text-decoration: none; }

    /* Take Action Section */
    .take-action {
      background: #e6f2ff; text-align: center; padding: 60px 20px; margin-top: 40px;
      opacity: 0; transform: translateY(40px); transition: all 0.8s ease-out;
    }
    .take-action.visible { opacity: 1; transform: translateY(0); }

    /* Modal styles */
    .modal {
      display: none; position: fixed; z-index: 1000; left: 0; top: 0;
      width: 100%; height: 100%; background-color: rgba(0,0,0,0.5);
    }
    .modal-content {
      background-color: #fff; margin: 15% auto; padding: 30px;
      border-radius: 10px; width: 90%; max-width: 400px; text-align: center;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }
    .modal input {
      width: 80%; padding: 10px; margin: 15px 0; border-radius: 5px; border: 1px solid #ccc;
    }
    .modal button {
      padding: 10px 20px; background-color: #005fa3; color: #fff;
      border: none; border-radius: 5px; cursor: pointer;
    }
    .modal button:hover { background-color: #003f6b; }
  &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;header class=&quot;hero&quot;&gt;
  &lt;h1&gt;GLOBAL RE:THINK DIALOGUE 2045&lt;/h1&gt;
  &lt;p&gt;A Private Global Initiative for Rethinking the Future&lt;/p&gt;
  &lt;a class=&quot;cta-button&quot; href=&quot;#join&quot;&gt;Join the Platform&lt;/a&gt;
&lt;/header&gt;

&lt;section&gt;
  &lt;h2&gt;🌍 Our Mission&lt;/h2&gt;
  &lt;p&gt;&lt;strong&gt;GLOBAL RE:THINK DIALOGUE 2045&lt;/strong&gt; is an international initiative...&lt;/p&gt;
&lt;/section&gt;

&lt;section&gt;
  &lt;h2&gt;🔍 What We Explore&lt;/h2&gt;
  &lt;ul&gt;
    &lt;li&gt;Planetarity vs. Globalization&lt;/li&gt;
    &lt;li&gt;The Future of Human Agency in the Age of AI&lt;/li&gt;
    &lt;li&gt;Post-Universal Ethics and Plural Sovereignty&lt;/li&gt;
    &lt;li&gt;Cultural Survival as Political Renewal&lt;/li&gt;
    &lt;li&gt;Climate and Memory as Global Connectors&lt;/li&gt;
    &lt;li&gt;New Forms of Democratic Participation&lt;/li&gt;
    &lt;li&gt;Reimagining Knowledge, Solidarity, and Institutions&lt;/li&gt;
  &lt;/ul&gt;
&lt;/section&gt;

&lt;section&gt;
  &lt;h2&gt;🤝 Key Collaborators&lt;/h2&gt;
  &lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Dr. Azmi Bishara&lt;/strong&gt; – Arab Center for Research...&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Mr. Nelson Wong&lt;/strong&gt; – Shanghai Centre for RimPac...&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;The Gorbachev Foundation&lt;/strong&gt; – Russia&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;M BALANCE Strategic Meaning Center&lt;/strong&gt; – Led by Andrey Matuzov&lt;/li&gt;
  &lt;/ul&gt;
&lt;/section&gt;

&lt;section&gt;
  &lt;h2&gt;🌐 rethink2045.id.page — Where Ideas Grow&lt;/h2&gt;
  &lt;p&gt;&lt;strong&gt;rethink2045.id.page&lt;/strong&gt; is the digital platform where...&lt;/p&gt;
&lt;/section&gt;

&lt;section&gt;
  &lt;h2 id=&quot;join&quot;&gt;🚶 Step 1: Become a USER&lt;/h2&gt;
  &lt;div class=&quot;steps&quot;&gt;
    &lt;ul&gt;
      &lt;li&gt;Register your personal profile&lt;/li&gt;
      &lt;li&gt;Post essays, manifestos, videos, and ideas&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;

  &lt;h2&gt;🔧 Step 2: Become a PROJECT PARTICIPANT&lt;/h2&gt;
  &lt;div class=&quot;steps&quot;&gt;
    &lt;ul&gt;
      &lt;li&gt;Submit work aligned with rethink2045’s mission&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;

  &lt;h2&gt;🚀 Step 3: Grow into a PROJECT&lt;/h2&gt;
  &lt;div class=&quot;steps&quot;&gt;
    &lt;ul&gt;
      &lt;li&gt;Create or claim a Wiki Page&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;
&lt;/section&gt;

&lt;section&gt;
  &lt;h2&gt;💡 Why It Matters&lt;/h2&gt;
  &lt;div class=&quot;highlight&quot;&gt;
    &lt;ul&gt;
      &lt;li&gt;✔ Connect visionary thinkers&lt;/li&gt;
      &lt;li&gt;✔ Help ideas evolve into movements&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;
&lt;/section&gt;

&lt;!-- Take Action Section --&gt;
&lt;section id=&quot;take-action&quot; class=&quot;take-action&quot;&gt;
  &lt;h2&gt;🚨 Take Action!&lt;/h2&gt;
  &lt;h3&gt;GET INVOLVED TODAY!&lt;/h3&gt;

  &lt;a class=&quot;cta-button&quot;
     href=&quot;https://rethink2045.id.page/page/adaptive/registration&quot;
     target=&quot;_blank&quot;&gt;
    Register Personal Profile
  &lt;/a&gt;

  &lt;a class=&quot;cta-button&quot;
     href=&quot;#&quot;
     onclick=&quot;openModal(event)&quot;&gt;
    Register as Researcher / Organization / Wiki Page
  &lt;/a&gt;
&lt;/section&gt;

&lt;!-- Modal --&gt;
&lt;div id=&quot;passwordModal&quot; class=&quot;modal&quot;&gt;
  &lt;div class=&quot;modal-content&quot;&gt;
    &lt;h3&gt;Enter Access Password&lt;/h3&gt;
    &lt;input type=&quot;password&quot; id=&quot;accessPassword&quot; placeholder=&quot;Enter password&quot; /&gt;
    &lt;br&gt;
    &lt;button onclick=&quot;checkPassword()&quot;&gt;Submit&lt;/button&gt;
    &lt;p id=&quot;error&quot; style=&quot;color:red; display:none; margin-top:10px;&quot;&gt;Incorrect password. Please try again.&lt;/p&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;footer&gt;
  &lt;p&gt;Ready to help shape the world of 2045?&lt;/p&gt;
  &lt;a href=&quot;#join&quot;&gt;Join the Platform&lt;/a&gt;
  &lt;p&gt;&amp;copy; 2025 GLOBAL RE:THINK DIALOGUE 2045&lt;/p&gt;
&lt;/footer&gt;

&lt;script&gt;
  // Scroll trigger animation
  document.addEventListener(&quot;DOMContentLoaded&quot;, function () {
    const section = document.getElementById(&quot;take-action&quot;);

    function revealOnScroll() {
      const sectionTop = section.getBoundingClientRect().top;
      const windowHeight = window.innerHeight;

      if (sectionTop &lt; windowHeight - 100) {
        section.classList.add(&quot;visible&quot;);
        window.removeEventListener(&quot;scroll&quot;, revealOnScroll);
      }
    }

    window.addEventListener(&quot;scroll&quot;, revealOnScroll);
    revealOnScroll();
  });

  // Modal logic
  function openModal(e) {
    e.preventDefault();
    document.getElementById(&quot;passwordModal&quot;).style.display = &quot;block&quot;;
    document.getElementById(&quot;accessPassword&quot;).focus();
  }

  function checkPassword() {
    const input = document.getElementById(&quot;accessPassword&quot;).value;
    const error = document.getElementById(&quot;error&quot;);

    if (input === &quot;open1111&quot;) {
      window.location.href = &quot;https://rethink2045.id.page/page/brand/registration.seam&quot;;
    } else {
      error.style.display = &quot;block&quot;;
    }
  }

  // Close modal on outside click
  window.onclick = function (event) {
    const modal = document.getElementById(&quot;passwordModal&quot;);
    if (event.target === modal) {
      modal.style.display = &quot;none&quot;;
      document.getElementById(&quot;error&quot;).style.display = &quot;none&quot;;
      document.getElementById(&quot;accessPassword&quot;).value = &quot;&quot;;
    }
  };
&lt;/script&gt;

&lt;/body&gt;
&lt;/html&gt;</yandex:full-text><link>https://rethink2045.id.page/page/publication/news/news.seam?newsId=221865</link><pubDate>Sat, 5 Jul 2025 22:15:00 +0300</pubDate><title>ABOUT</title></item><item><author>News</author><description>&lt;h1 class=&quot;font_0&quot; style=&quot;box-sizing: border-box; font-size: 50px; margin: 0px; font-family: poppins-semibold, poppins, sans-serif; font-weight: 400; line-height: 1em; color: rgb(241, 86, 42); caret-color: rgb(51, 51, 51); font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; background-image: none; background-position: 0px 0px; background-size: auto; background-repeat: repeat; background-attachment: scroll; background-origin: padding-box; background-clip: border-box; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; pointer-events: auto;&quot;&gt;
	&lt;span style=&quot;box-sizing: border-box; font-size: 48px;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; color: rgb(211, 211, 211);&quot;&gt;&lt;span class=&quot;color_11&quot; style=&quot;box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: none; background-position: 0px 0px; background-size: auto; background-repeat: repeat; background-attachment: scroll; background-origin: padding-box; background-clip: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: none; background-position: 0px 0px; background-size: auto; background-repeat: repeat; background-attachment: scroll; background-origin: padding-box; background-clip: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: none; background-position: 0px 0px; background-size: auto; background-repeat: repeat; background-attachment: scroll; background-origin: padding-box; background-clip: border-box;&quot;&gt;GET INVOLVED&amp;#160;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;
	&lt;span style=&quot;box-sizing: border-box; color: rgb(153, 204, 255);&quot;&gt;&lt;span class=&quot;color_18&quot; style=&quot;box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: none; background-position: 0px 0px; background-size: auto; background-repeat: repeat; background-attachment: scroll; background-origin: padding-box; background-clip: border-box;&quot;&gt;TODAY!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;
&lt;a href=&quot;https://rethink2045.id.page/page/brand/registration.seam&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;6175044_850xNone&quot; src=&quot;https://rethink2045.id.page/resources/000/000/000/006/187/6187427_850xNone.png&quot; style=&quot;height: 149px; width: 150px;&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://rethink2045.id.page/page/adaptive/registration&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;6174997_850xNone&quot; src=&quot;https://rethink2045.id.page/resources/000/000/000/006/187/6187426_850xNone.png&quot; style=&quot;height: 149px; width: 150px;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
</description><yandex:full-text>&lt;h1 class=&quot;font_0&quot; style=&quot;box-sizing: border-box; font-size: 50px; margin: 0px; font-family: poppins-semibold, poppins, sans-serif; font-weight: 400; line-height: 1em; color: rgb(241, 86, 42); caret-color: rgb(51, 51, 51); font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; background-image: none; background-position: 0px 0px; background-size: auto; background-repeat: repeat; background-attachment: scroll; background-origin: padding-box; background-clip: border-box; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; pointer-events: auto;&quot;&gt;
	&lt;span style=&quot;box-sizing: border-box; font-size: 48px;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; color: rgb(211, 211, 211);&quot;&gt;&lt;span class=&quot;color_11&quot; style=&quot;box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: none; background-position: 0px 0px; background-size: auto; background-repeat: repeat; background-attachment: scroll; background-origin: padding-box; background-clip: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: none; background-position: 0px 0px; background-size: auto; background-repeat: repeat; background-attachment: scroll; background-origin: padding-box; background-clip: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: none; background-position: 0px 0px; background-size: auto; background-repeat: repeat; background-attachment: scroll; background-origin: padding-box; background-clip: border-box;&quot;&gt;GET INVOLVED&amp;#160;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;
	&lt;span style=&quot;box-sizing: border-box; color: rgb(153, 204, 255);&quot;&gt;&lt;span class=&quot;color_18&quot; style=&quot;box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: none; background-position: 0px 0px; background-size: auto; background-repeat: repeat; background-attachment: scroll; background-origin: padding-box; background-clip: border-box;&quot;&gt;TODAY!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;
&lt;a href=&quot;https://rethink2045.id.page/page/brand/registration.seam&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;6175044_850xNone&quot; src=&quot;https://rethink2045.id.page/resources/000/000/000/006/187/6187427_850xNone.png&quot; style=&quot;height: 149px; width: 150px;&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://rethink2045.id.page/page/adaptive/registration&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;6174997_850xNone&quot; src=&quot;https://rethink2045.id.page/resources/000/000/000/006/187/6187426_850xNone.png&quot; style=&quot;height: 149px; width: 150px;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
</yandex:full-text><link>https://rethink2045.id.page/page/publication/news/news.seam?newsId=221822</link><pubDate>Thu, 17 Apr 2025 23:48:00 +0300</pubDate><title>Take action!</title></item><item><author>News</author><description>&lt;p class=&quot;mainTextHeader&quot; style=&quot;box-sizing: border-box; font-family: &amp;quot;PT Sans&amp;quot;, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(51, 51, 51); margin-top: 0px; margin-bottom: 10.5px; font-size: 32px; overflow-wrap: break-word; word-break: break-word; caret-color: rgb(51, 51, 51);&quot;&gt;
	&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span class=&quot;s1&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Arial, Verdana, sans-serif;&quot;&gt;&lt;b&gt;GLOBAL RE:THINK DIALOGUE 2045&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Arial, Verdana, sans-serif;&quot;&gt;&amp;#160;is a private international initiative launched by a network of independent thinkers, scholars, and cultural strategists across various disciplines. The project aims to develop a shared global agenda&amp;#160;&lt;/span&gt;&lt;span class=&quot;s1&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Arial, Verdana, sans-serif;&quot;&gt;&lt;b&gt;beyond national borders and political frameworks&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Arial, Verdana, sans-serif;&quot;&gt;, by fostering long-term dialogue and collaboration among leading international&amp;#160;&lt;/span&gt;&lt;span class=&quot;s1&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Arial, Verdana, sans-serif;&quot;&gt;&lt;b&gt;think tanks&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Arial, Verdana, sans-serif;&quot;&gt;, intellectuals, and public institutions.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p1&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:16px;&quot;&gt;The initiative functions as a&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;non-governmental and non-ideological platform&lt;/b&gt;&lt;/span&gt;&amp;#160;for rethinking the foundations of global coexistence in the face of the visible breakdown of the post-WWII international system established in 1945. Rather than offering short-term solutions to geopolitical crises, the forum seeks to&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;construct a philosophical and cultural roadmap&lt;/b&gt;&lt;/span&gt;to the year 2045, using&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;reverse horizon thinking&lt;/b&gt;&lt;/span&gt;&amp;#8212;imagining an ideal planetary order and working backward to identify the knowledge systems and institutions needed to realize it.&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;b&gt;Key collaborators and participants include&lt;/b&gt;&lt;b&gt;:&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
	&amp;#160;&lt;/p&gt;
&lt;ul&gt;
	&lt;li class=&quot;p1&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;b&gt;Dr. Azmi Bishara, General &lt;/b&gt;Director of the &lt;b&gt;Arab Center for Research and Policy Studies (ACRPS), &lt;/b&gt;a prominent non-governmental think tank based in Doha, Qatar, focused on political thought, social sciences, and strategic studies in the Arab world. Dr. Bishara is a renowned Arab philosopher and public intellectual known for his work on democracy, citizenship, and postcolonial identity.&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;Mr. Nelson Wong&lt;/b&gt;&lt;/span&gt;, Vice Chairman and President of the&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;Shanghai Centre for RimPac Strategic and International Studies&lt;/b&gt;&lt;/span&gt;, a non-governmental think tank based in China;&lt;/span&gt;&lt;/p&gt;
	&lt;/li&gt;
	&lt;li&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;strong&gt;Mr. Andrey Ryabov, &lt;/strong&gt;Vice Chairman of the&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;Gorbachev Foundation&lt;/b&gt;&lt;/span&gt;&amp;#160;(Russia), acting as one of the institutional partners and venues for hosting international discussions;&lt;/span&gt;&lt;/p&gt;
	&lt;/li&gt;
	&lt;li&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;Mrs. Naila Khalkidi, &lt;/b&gt;Vice&lt;b&gt;&amp;#160;&lt;/b&gt;President of the&amp;#160;&lt;b&gt;M BALANCE &lt;/b&gt;Strategic Meaning Center&lt;/span&gt;,&amp;#160;specializing in systemic thinking, strategic communication, and meaning-based frameworks for post-national cooperation based in Oman, Muscat;&lt;/span&gt;&lt;/p&gt;
	&lt;/li&gt;
	&lt;li&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-size:16px;&quot;&gt;A growing network of scholars, philosophers, futurists, artists, and climate thinkers from Asia, Europe, the Americas, the Global South, and the post-Soviet region.&lt;/span&gt;&lt;/p&gt;
	&lt;/li&gt;
&lt;/ul&gt;
&lt;p style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;b&gt;Mission and Vision&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p1&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:16px;&quot;&gt;The mission of&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;RE:THINK 2045&lt;/b&gt;&lt;/span&gt;&amp;#160;is to develop a&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;planetary intellectual infrastructure&lt;/b&gt;&lt;/span&gt;&amp;#160;that enables new forms of cooperation in the face of fragmented identities, exhausted ideologies, and accelerating technological disruption. It calls for the creation of a new humanistic horizon grounded not in dominance or universalism, but in&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;planetarity, pluralism, ethics, and cultural intelligence&lt;/b&gt;&lt;/span&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;b&gt;Themes explored by the initiative include&lt;/b&gt;&lt;b style=&quot;font-size: 12px;&quot;&gt;:&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;ul style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;li&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-size:16px;&quot;&gt;Planetarity vs. Globalization&lt;/span&gt;&lt;/p&gt;
	&lt;/li&gt;
	&lt;li&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-size:16px;&quot;&gt;The future of human agency in the age of AI&lt;/span&gt;&lt;/p&gt;
	&lt;/li&gt;
	&lt;li&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-size:16px;&quot;&gt;Post-universal ethics and plural sovereignty&lt;/span&gt;&lt;/p&gt;
	&lt;/li&gt;
	&lt;li&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-size:16px;&quot;&gt;Cultural survival as a condition of political renewal&lt;/span&gt;&lt;/p&gt;
	&lt;/li&gt;
	&lt;li&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-size:16px;&quot;&gt;Climate and memory as global connectors&lt;/span&gt;&lt;/p&gt;
	&lt;/li&gt;
	&lt;li&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-size:16px;&quot;&gt;New forms of democratic participation&lt;/span&gt;&lt;/p&gt;
	&lt;/li&gt;
	&lt;li&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-size:16px;&quot;&gt;Reimagining knowledge, solidarity, and institutions&lt;/span&gt;&lt;/p&gt;
	&lt;/li&gt;
&lt;/ul&gt;
&lt;p style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p1&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;GLOBAL RE:THINK DIALOGUE 2045&lt;/b&gt;&lt;/span&gt;&amp;#160;combines live forums, academic publications, philosophical manifestos, and virtual collaborations, working to articulate a vision of the world that may emerge by 2045 - one hundred years after the last attempt to design global order.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;div class=&quot;publication-text&quot; style=&quot;box-sizing: border-box; overflow-wrap: break-word; word-break: break-word; caret-color: rgb(51, 51, 51); color: rgb(51, 51, 51); font-family: &amp;quot;PT Sans&amp;quot;, sans-serif; font-size: 15px;&quot;&gt;
	&lt;h1 class=&quot;font_0&quot; style=&quot;box-sizing: border-box; font-size: 50px; margin: 0px; font-family: poppins-semibold, poppins, sans-serif; font-weight: 400; line-height: 1em; color: rgb(241, 86, 42); font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; background-image: none; background-position: 0px 0px; background-size: auto; background-repeat: repeat; background-attachment: scroll; background-origin: padding-box; background-clip: border-box; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; pointer-events: auto;&quot;&gt;
		&lt;span style=&quot;box-sizing: border-box; font-size: 48px;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; color: rgb(211, 211, 211);&quot;&gt;&lt;span class=&quot;color_11&quot; style=&quot;box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: none; background-position: 0px 0px; background-size: auto; background-repeat: repeat; background-attachment: scroll; background-origin: padding-box; background-clip: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: none; background-position: 0px 0px; background-size: auto; background-repeat: repeat; background-attachment: scroll; background-origin: padding-box; background-clip: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: none; background-position: 0px 0px; background-size: auto; background-repeat: repeat; background-attachment: scroll; background-origin: padding-box; background-clip: border-box;&quot;&gt;GET INVOLVED&amp;#160;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;
		&lt;span style=&quot;box-sizing: border-box; color: rgb(153, 204, 255);&quot;&gt;&lt;span class=&quot;color_18&quot; style=&quot;box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: none; background-position: 0px 0px; background-size: auto; background-repeat: repeat; background-attachment: scroll; background-origin: padding-box; background-clip: border-box;&quot;&gt;TODAY!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;
	&lt;br /&gt;
	&lt;a href=&quot;https://rethink2045.id.page/page/brand/registration.seam&quot; style=&quot;box-sizing: border-box; color: rgb(88, 164, 204); text-decoration: none;&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;6175044_850xNone&quot; src=&quot;https://rethink2045.id.page/resources/000/000/000/006/187/6187427_850xNone.png&quot; style=&quot;box-sizing: border-box; border: 0px; vertical-align: middle; height: 149px; max-width: 100%; width: 150px;&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://rethink2045.id.page/page/adaptive/registration&quot; style=&quot;box-sizing: border-box; color: rgb(88, 164, 204); text-decoration: none;&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;6174997_850xNone&quot; src=&quot;https://rethink2045.id.page/resources/000/000/000/006/187/6187426_850xNone.png&quot; style=&quot;box-sizing: border-box; border: 0px; vertical-align: middle; height: 149px; max-width: 100%; width: 150px;&quot; /&gt;&lt;/a&gt;&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;
	&lt;br /&gt;
	&lt;br /&gt;
	&lt;p class=&quot;p1&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
		&amp;#160;&lt;/p&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;body id=&quot;cke_pastebin&quot; style=&quot;position: absolute; top: 327.03125px; width: 1px; height: 1px; overflow: hidden; left: -1000px;&quot;&gt;
	&lt;span class=&quot;s1&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-size: 16px;&quot;&gt;&lt;b&gt;Mr. Nelson Wong&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-size: 16px;&quot;&gt;, Vice Chairman and President of the&amp;#160;&lt;/span&gt;&lt;span class=&quot;s1&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-size: 16px;&quot;&gt;&lt;b&gt;Shanghai Centre for RimPac Strategic and International Studies&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-size: 16px;&quot;&gt;, a non-governmental think tank based in China;&lt;/span&gt;&lt;/body&gt;
</description><yandex:full-text>&lt;p class=&quot;mainTextHeader&quot; style=&quot;box-sizing: border-box; font-family: &amp;quot;PT Sans&amp;quot;, sans-serif; font-weight: 400; line-height: 1.1; color: rgb(51, 51, 51); margin-top: 0px; margin-bottom: 10.5px; font-size: 32px; overflow-wrap: break-word; word-break: break-word; caret-color: rgb(51, 51, 51);&quot;&gt;
	&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span class=&quot;s1&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Arial, Verdana, sans-serif;&quot;&gt;&lt;b&gt;GLOBAL RE:THINK DIALOGUE 2045&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Arial, Verdana, sans-serif;&quot;&gt;&amp;#160;is a private international initiative launched by a network of independent thinkers, scholars, and cultural strategists across various disciplines. The project aims to develop a shared global agenda&amp;#160;&lt;/span&gt;&lt;span class=&quot;s1&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Arial, Verdana, sans-serif;&quot;&gt;&lt;b&gt;beyond national borders and political frameworks&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Arial, Verdana, sans-serif;&quot;&gt;, by fostering long-term dialogue and collaboration among leading international&amp;#160;&lt;/span&gt;&lt;span class=&quot;s1&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Arial, Verdana, sans-serif;&quot;&gt;&lt;b&gt;think tanks&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Arial, Verdana, sans-serif;&quot;&gt;, intellectuals, and public institutions.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p1&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:16px;&quot;&gt;The initiative functions as a&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;non-governmental and non-ideological platform&lt;/b&gt;&lt;/span&gt;&amp;#160;for rethinking the foundations of global coexistence in the face of the visible breakdown of the post-WWII international system established in 1945. Rather than offering short-term solutions to geopolitical crises, the forum seeks to&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;construct a philosophical and cultural roadmap&lt;/b&gt;&lt;/span&gt;to the year 2045, using&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;reverse horizon thinking&lt;/b&gt;&lt;/span&gt;&amp;#8212;imagining an ideal planetary order and working backward to identify the knowledge systems and institutions needed to realize it.&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;b&gt;Key collaborators and participants include&lt;/b&gt;&lt;b&gt;:&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
	&amp;#160;&lt;/p&gt;
&lt;ul&gt;
	&lt;li class=&quot;p1&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;b&gt;Dr. Azmi Bishara, General &lt;/b&gt;Director of the &lt;b&gt;Arab Center for Research and Policy Studies (ACRPS), &lt;/b&gt;a prominent non-governmental think tank based in Doha, Qatar, focused on political thought, social sciences, and strategic studies in the Arab world. Dr. Bishara is a renowned Arab philosopher and public intellectual known for his work on democracy, citizenship, and postcolonial identity.&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;Mr. Nelson Wong&lt;/b&gt;&lt;/span&gt;, Vice Chairman and President of the&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;Shanghai Centre for RimPac Strategic and International Studies&lt;/b&gt;&lt;/span&gt;, a non-governmental think tank based in China;&lt;/span&gt;&lt;/p&gt;
	&lt;/li&gt;
	&lt;li&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;strong&gt;Mr. Andrey Ryabov, &lt;/strong&gt;Vice Chairman of the&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;Gorbachev Foundation&lt;/b&gt;&lt;/span&gt;&amp;#160;(Russia), acting as one of the institutional partners and venues for hosting international discussions;&lt;/span&gt;&lt;/p&gt;
	&lt;/li&gt;
	&lt;li&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;Mrs. Naila Khalkidi, &lt;/b&gt;Vice&lt;b&gt;&amp;#160;&lt;/b&gt;President of the&amp;#160;&lt;b&gt;M BALANCE &lt;/b&gt;Strategic Meaning Center&lt;/span&gt;,&amp;#160;specializing in systemic thinking, strategic communication, and meaning-based frameworks for post-national cooperation based in Oman, Muscat;&lt;/span&gt;&lt;/p&gt;
	&lt;/li&gt;
	&lt;li&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-size:16px;&quot;&gt;A growing network of scholars, philosophers, futurists, artists, and climate thinkers from Asia, Europe, the Americas, the Global South, and the post-Soviet region.&lt;/span&gt;&lt;/p&gt;
	&lt;/li&gt;
&lt;/ul&gt;
&lt;p style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;b&gt;Mission and Vision&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;p1&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:16px;&quot;&gt;The mission of&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;RE:THINK 2045&lt;/b&gt;&lt;/span&gt;&amp;#160;is to develop a&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;planetary intellectual infrastructure&lt;/b&gt;&lt;/span&gt;&amp;#160;that enables new forms of cooperation in the face of fragmented identities, exhausted ideologies, and accelerating technological disruption. It calls for the creation of a new humanistic horizon grounded not in dominance or universalism, but in&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;planetarity, pluralism, ethics, and cultural intelligence&lt;/b&gt;&lt;/span&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;b&gt;Themes explored by the initiative include&lt;/b&gt;&lt;b style=&quot;font-size: 12px;&quot;&gt;:&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;ul style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;li&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-size:16px;&quot;&gt;Planetarity vs. Globalization&lt;/span&gt;&lt;/p&gt;
	&lt;/li&gt;
	&lt;li&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-size:16px;&quot;&gt;The future of human agency in the age of AI&lt;/span&gt;&lt;/p&gt;
	&lt;/li&gt;
	&lt;li&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-size:16px;&quot;&gt;Post-universal ethics and plural sovereignty&lt;/span&gt;&lt;/p&gt;
	&lt;/li&gt;
	&lt;li&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-size:16px;&quot;&gt;Cultural survival as a condition of political renewal&lt;/span&gt;&lt;/p&gt;
	&lt;/li&gt;
	&lt;li&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-size:16px;&quot;&gt;Climate and memory as global connectors&lt;/span&gt;&lt;/p&gt;
	&lt;/li&gt;
	&lt;li&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-size:16px;&quot;&gt;New forms of democratic participation&lt;/span&gt;&lt;/p&gt;
	&lt;/li&gt;
	&lt;li&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-size:16px;&quot;&gt;Reimagining knowledge, solidarity, and institutions&lt;/span&gt;&lt;/p&gt;
	&lt;/li&gt;
&lt;/ul&gt;
&lt;p style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p1&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;GLOBAL RE:THINK DIALOGUE 2045&lt;/b&gt;&lt;/span&gt;&amp;#160;combines live forums, academic publications, philosophical manifestos, and virtual collaborations, working to articulate a vision of the world that may emerge by 2045 - one hundred years after the last attempt to design global order.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;div class=&quot;publication-text&quot; style=&quot;box-sizing: border-box; overflow-wrap: break-word; word-break: break-word; caret-color: rgb(51, 51, 51); color: rgb(51, 51, 51); font-family: &amp;quot;PT Sans&amp;quot;, sans-serif; font-size: 15px;&quot;&gt;
	&lt;h1 class=&quot;font_0&quot; style=&quot;box-sizing: border-box; font-size: 50px; margin: 0px; font-family: poppins-semibold, poppins, sans-serif; font-weight: 400; line-height: 1em; color: rgb(241, 86, 42); font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; background-image: none; background-position: 0px 0px; background-size: auto; background-repeat: repeat; background-attachment: scroll; background-origin: padding-box; background-clip: border-box; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; pointer-events: auto;&quot;&gt;
		&lt;span style=&quot;box-sizing: border-box; font-size: 48px;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; color: rgb(211, 211, 211);&quot;&gt;&lt;span class=&quot;color_11&quot; style=&quot;box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: none; background-position: 0px 0px; background-size: auto; background-repeat: repeat; background-attachment: scroll; background-origin: padding-box; background-clip: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: none; background-position: 0px 0px; background-size: auto; background-repeat: repeat; background-attachment: scroll; background-origin: padding-box; background-clip: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: none; background-position: 0px 0px; background-size: auto; background-repeat: repeat; background-attachment: scroll; background-origin: padding-box; background-clip: border-box;&quot;&gt;GET INVOLVED&amp;#160;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;
		&lt;span style=&quot;box-sizing: border-box; color: rgb(153, 204, 255);&quot;&gt;&lt;span class=&quot;color_18&quot; style=&quot;box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-image: none; background-position: 0px 0px; background-size: auto; background-repeat: repeat; background-attachment: scroll; background-origin: padding-box; background-clip: border-box;&quot;&gt;TODAY!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;
	&lt;br /&gt;
	&lt;a href=&quot;https://rethink2045.id.page/page/brand/registration.seam&quot; style=&quot;box-sizing: border-box; color: rgb(88, 164, 204); text-decoration: none;&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;6175044_850xNone&quot; src=&quot;https://rethink2045.id.page/resources/000/000/000/006/187/6187427_850xNone.png&quot; style=&quot;box-sizing: border-box; border: 0px; vertical-align: middle; height: 149px; max-width: 100%; width: 150px;&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://rethink2045.id.page/page/adaptive/registration&quot; style=&quot;box-sizing: border-box; color: rgb(88, 164, 204); text-decoration: none;&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;6174997_850xNone&quot; src=&quot;https://rethink2045.id.page/resources/000/000/000/006/187/6187426_850xNone.png&quot; style=&quot;box-sizing: border-box; border: 0px; vertical-align: middle; height: 149px; max-width: 100%; width: 150px;&quot; /&gt;&lt;/a&gt;&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;
	&lt;br /&gt;
	&lt;br /&gt;
	&lt;p class=&quot;p1&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
		&amp;#160;&lt;/p&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;body id=&quot;cke_pastebin&quot; style=&quot;position: absolute; top: 327.03125px; width: 1px; height: 1px; overflow: hidden; left: -1000px;&quot;&gt;
	&lt;span class=&quot;s1&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-size: 16px;&quot;&gt;&lt;b&gt;Mr. Nelson Wong&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-size: 16px;&quot;&gt;, Vice Chairman and President of the&amp;#160;&lt;/span&gt;&lt;span class=&quot;s1&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-size: 16px;&quot;&gt;&lt;b&gt;Shanghai Centre for RimPac Strategic and International Studies&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-size: 16px;&quot;&gt;, a non-governmental think tank based in China;&lt;/span&gt;&lt;/body&gt;
</yandex:full-text><link>https://rethink2045.id.page/page/publication/news/news.seam?newsId=221821</link><pubDate>Thu, 17 Apr 2025 23:41:00 +0300</pubDate><title>ABOUT RE:THINK 2045 PROJECT</title></item><link>https://rethink2045.id.page</link><title>RE:THINK / News</title></channel></rss>