{"id":4526,"date":"2026-05-22T12:41:57","date_gmt":"2026-05-22T05:41:57","guid":{"rendered":"https:\/\/www.idmc.co.id\/?page_id=4526"},"modified":"2026-05-27T14:58:28","modified_gmt":"2026-05-27T07:58:28","slug":"schedule","status":"publish","type":"page","link":"https:\/\/www.idmc.co.id\/id\/schedule\/","title":{"rendered":"Schedule"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4526\" class=\"elementor elementor-4526\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c7ed87e e-con-full e-flex e-con e-parent\" data-id=\"c7ed87e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb805ce elementor-widget elementor-widget-html\" data-id=\"fb805ce\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<iframe \r\n  src=\"https:\/\/idmc-schedule-2026.netlify.app\/\"\r\n  width=\"100%\" \r\n  height=\"100vh\"\r\n  style=\"border:none; min-height:100vh; display:block;\"\r\n  loading=\"lazy\"\r\n  title=\"IDMC 2026 Schedule\">\r\n<\/iframe>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ec72691 e-con-full elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-parent\" data-id=\"ec72691\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1397db0 elementor-widget elementor-widget-html\" data-id=\"1397db0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n\/* =============================================\n   IDMC 2026 SCHEDULE \u2014 Elementor-ready\n   Semua selector di-prefix #idmc-sched\n   supaya beat Elementor\/WordPress theme CSS\n   ============================================= *\/\n\n#idmc-sched {\n  --bg: #080808;\n  --surface: #111111;\n  --surface2: #181818;\n  --border: rgba(255,255,255,0.07);\n  --text: #f0f0f0;\n  --muted: #888;\n  --tabs-bg: rgba(8,8,8,0.92);\n  --accent-main: #ff6b35;\n  --accent-green: #39d98a;\n  --accent-blue: #4facfe;\n  --accent-purple: #b06dff;\n  --accent-yellow: #ffd166;\n  --stage-classroom: #ff6b35;\n  --stage-next: #4facfe;\n  --stage-main: #39d98a;\n  --stage-creator: #b06dff;\n  --radius: 16px;\n  background: var(--bg);\n  color: var(--text);\n  font-family: 'DM Sans', sans-serif;\n  overflow-x: hidden;\n  min-height: 200px;\n}\n\n#idmc-sched *, #idmc-sched *::before, #idmc-sched *::after {\n  box-sizing: border-box;\n  margin: 0;\n  padding: 0;\n}\n\n\/* \u2500\u2500 TABS \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n#idmc-sched .tabs-wrap {\n  position: sticky;\n  top: 0;\n  z-index: 100;\n  background: var(--tabs-bg);\n  backdrop-filter: blur(20px);\n  border-bottom: 1px solid var(--border);\n  padding: 0 40px;\n}\n\n#idmc-sched .tabs {\n  display: flex;\n  gap: 0;\n  max-width: 1100px;\n  margin: 0 auto;\n  overflow-x: auto;\n  scrollbar-width: none;\n}\n#idmc-sched .tabs::-webkit-scrollbar { display: none; }\n\n\/* BUTTON RESET \u2014 override semua Elementor\/WP button style *\/\n#idmc-sched button,\n#idmc-sched .tab-btn,\n#idmc-sched .stage-filter-btn {\n  -webkit-appearance: none !important;\n  appearance: none !important;\n  box-shadow: none !important;\n  outline: none !important;\n  text-decoration: none !important;\n}\n\n#idmc-sched .tab-btn,\n#idmc-sched .tab-btn:link,\n#idmc-sched .tab-btn:visited {\n  background: none !important;\n  background-color: transparent !important;\n  border: none !important;\n  border-color: transparent !important;\n  color: var(--muted) !important;\n  font-family: 'Syne', sans-serif !important;\n  font-size: 14px !important;\n  font-weight: 600 !important;\n  letter-spacing: 1px !important;\n  text-transform: uppercase !important;\n  padding: 18px 28px !important;\n  cursor: pointer !important;\n  position: relative !important;\n  white-space: nowrap !important;\n  transition: color 0.2s !important;\n}\n\n#idmc-sched .tab-btn:hover,\n#idmc-sched .tab-btn:focus,\n#idmc-sched .tab-btn:active {\n  background: none !important;\n  background-color: transparent !important;\n  border-color: transparent !important;\n  color: var(--text) !important;\n}\n\n#idmc-sched .tab-btn::after {\n  content: '';\n  position: absolute;\n  bottom: 0; left: 0; right: 0;\n  height: 2px;\n  background: var(--accent-main);\n  transform: scaleX(0);\n  transition: transform 0.25s ease;\n}\n\n#idmc-sched .tab-btn.active { color: var(--text) !important; }\n#idmc-sched .tab-btn.active::after { transform: scaleX(1); }\n\n\/* \u2500\u2500 CONTAINER \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n#idmc-sched .container {\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 40px 40px 80px;\n  position: relative;\n  z-index: 1;\n}\n\n#idmc-sched .day-panel { display: none; }\n#idmc-sched .day-panel.active { display: block; }\n\n\/* \u2500\u2500 STAGE FILTER BUTTONS \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n#idmc-sched .stage-filters {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n  gap: 10px;\n  margin-bottom: 36px;\n}\n\n#idmc-sched .stage-filter-btn,\n#idmc-sched .stage-filter-btn:link,\n#idmc-sched .stage-filter-btn:visited {\n  background: var(--surface) !important;\n  background-color: #111111 !important;\n  border: 1px solid var(--border) !important;\n  border-radius: 12px !important;\n  color: var(--muted) !important;\n  font-family: 'DM Sans', sans-serif !important;\n  font-size: 13px !important;\n  font-weight: 500 !important;\n  padding: 10px 16px !important;\n  cursor: pointer !important;\n  transition: all 0.2s !important;\n  display: flex !important;\n  align-items: flex-start !important;\n  gap: 10px !important;\n  text-align: left !important;\n}\n\n#idmc-sched .stage-filter-btn:hover,\n#idmc-sched .stage-filter-btn:focus {\n  background: var(--surface2) !important;\n  background-color: #181818 !important;\n  border-color: rgba(255,255,255,0.15) !important;\n  color: var(--text) !important;\n}\n\n#idmc-sched .stage-filter-btn:active {\n  background: #111111 !important;\n  background-color: #111111 !important;\n}\n\n#idmc-sched .stage-filter-btn.active {\n  background: var(--surface) !important;\n  background-color: #111111 !important;\n  color: var(--text) !important;\n  border-color: currentColor !important;\n}\n\n#idmc-sched .stage-filter-btn[data-stage=\"all\"].active        { color: var(--accent-main) !important; border-color: var(--accent-main) !important; }\n#idmc-sched .stage-filter-btn[data-stage=\"Main Stage\"].active  { color: var(--stage-main) !important;  border-color: var(--stage-main) !important; }\n#idmc-sched .stage-filter-btn[data-stage=\"Next Stage\"].active  { color: var(--stage-next) !important;  border-color: var(--stage-next) !important; }\n#idmc-sched .stage-filter-btn[data-stage=\"Classroom\"].active   { color: var(--stage-classroom) !important; border-color: var(--stage-classroom) !important; }\n#idmc-sched .stage-filter-btn[data-stage=\"Creator Stage\"].active { color: var(--stage-creator) !important; border-color: var(--stage-creator) !important; }\n\n#idmc-sched .stage-filter-btn .dot {\n  width: 8px; height: 8px;\n  border-radius: 50%;\n  flex-shrink: 0;\n  margin-top: 4px;\n}\n\n#idmc-sched .stage-filter-btn .filter-text { display: flex; flex-direction: column; gap: 2px; }\n#idmc-sched .stage-filter-btn .filter-name { font-weight: 600; font-size: 13px; line-height: 1.3; }\n#idmc-sched .stage-filter-btn .filter-desc { font-size: 11px; line-height: 1.3; opacity: 0.7; }\n\n\/* \u2500\u2500 STAGE GROUP & HEADER \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n#idmc-sched .stage-group { margin-bottom: 48px; }\n\n#idmc-sched .stage-header {\n  display: flex;\n  align-items: flex-start;\n  gap: 12px;\n  margin-bottom: 20px;\n  padding-bottom: 14px;\n  border-bottom: 1px solid var(--border);\n}\n\n#idmc-sched .stage-dot {\n  width: 10px; height: 10px;\n  border-radius: 50%;\n  flex-shrink: 0;\n  margin-top: 3px;\n}\n\n#idmc-sched .stage-header-text { display: flex; flex-direction: column; gap: 3px; }\n\n#idmc-sched .stage-name {\n  font-family: 'Syne', sans-serif;\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n}\n\n#idmc-sched .stage-access {\n  display: flex;\n  align-items: center;\n  gap: 5px;\n  font-size: 11px;\n  color: var(--muted);\n  font-weight: 400;\n}\n\n#idmc-sched .stage-location {\n  margin-left: auto;\n  font-size: 11px;\n  color: var(--muted);\n}\n\n\/* \u2500\u2500 SESSION CARDS \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n#idmc-sched .sessions-list { display: flex; flex-direction: column; gap: 8px; }\n\n#idmc-sched .session-card {\n  background: var(--surface);\n  border: 1px solid var(--border);\n  border-radius: var(--radius);\n  padding: 20px 24px;\n  display: grid;\n  grid-template-columns: 130px 1fr auto;\n  gap: 20px;\n  align-items: center;\n  cursor: pointer;\n  transition: all 0.2s;\n  position: relative;\n  overflow: hidden;\n  animation: idmcFadeUp 0.3s ease both;\n}\n\n#idmc-sched .session-card::before {\n  content: '';\n  position: absolute;\n  left: 0; top: 0; bottom: 0;\n  width: 3px;\n  background: var(--stage-color, #444);\n  opacity: 0;\n  transition: opacity 0.2s;\n}\n\n#idmc-sched .session-card:hover {\n  border-color: rgba(255,255,255,0.15);\n  background: var(--surface2);\n  transform: translateY(-1px);\n}\n#idmc-sched .session-card:hover::before { opacity: 1; }\n#idmc-sched .session-card.open { border-color: rgba(255,255,255,0.12); background: var(--surface2); }\n#idmc-sched .session-card.open::before { opacity: 1; }\n#idmc-sched .session-card.special { background: linear-gradient(135deg, rgba(255,107,53,0.05), transparent); }\n#idmc-sched .session-card.limited { background: linear-gradient(135deg, rgba(176,109,255,0.07), transparent); }\n\n#idmc-sched .time-col {\n  font-family: 'Syne', sans-serif;\n  font-size: 15px;\n  font-weight: 700;\n  color: var(--muted);\n  line-height: 1.4;\n  letter-spacing: -0.3px;\n}\n\n#idmc-sched .time-col .session-label {\n  display: block;\n  font-size: 10px;\n  font-weight: 600;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  color: rgba(255,255,255,0.2);\n  margin-bottom: 4px;\n}\n\n#idmc-sched .session-title {\n  font-family: 'DM Sans', sans-serif;\n  font-size: 15px;\n  font-weight: 500;\n  color: var(--text);\n  line-height: 1.4;\n  margin-bottom: 4px;\n}\n\n#idmc-sched .session-speaker {\n  font-size: 13px;\n  font-weight: 400;\n  color: var(--muted);\n  font-style: italic;\n}\n\n\/* \u2500\u2500 BADGES \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n#idmc-sched .session-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 4px;\n  font-size: 10px;\n  font-weight: 600;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  padding: 4px 10px;\n  border-radius: 100px;\n  white-space: nowrap;\n  flex-shrink: 0;\n}\n\n#idmc-sched .badge-limited    { background: rgba(176,109,255,0.15); color: var(--accent-purple); border: 1px solid rgba(176,109,255,0.3); }\n#idmc-sched .badge-open       { background: rgba(57,217,138,0.10);  color: var(--accent-green);  border: 1px solid rgba(57,217,138,0.2); }\n#idmc-sched .badge-special    { background: rgba(255,209,102,0.10); color: var(--accent-yellow); border: 1px solid rgba(255,209,102,0.2); }\n#idmc-sched .badge-regular-vip { background: rgba(57,217,138,0.12); color: var(--accent-green);  border: 1px solid rgba(57,217,138,0.3); }\n\n\/* \u2500\u2500 GATE CARD \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n#idmc-sched .session-card.gate-card {\n  grid-template-columns: 130px 1fr;\n  background: transparent;\n  border-style: dashed;\n  border-color: rgba(255,255,255,0.1);\n  cursor: default;\n}\n#idmc-sched .session-card.gate-card:hover { transform: none; }\n\n\/* \u2500\u2500 SEARCH \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n#idmc-sched .search-wrap { margin-bottom: 32px; position: relative; }\n\n#idmc-sched .search-input {\n  width: 100%;\n  background: var(--surface);\n  border: 1px solid var(--border);\n  border-radius: 12px;\n  color: var(--text);\n  font-family: 'DM Sans', sans-serif;\n  font-size: 15px;\n  padding: 14px 20px 14px 48px;\n  outline: none;\n  transition: border-color 0.2s;\n}\n#idmc-sched .search-input::placeholder { color: var(--muted); }\n#idmc-sched .search-input:focus { border-color: rgba(255,255,255,0.2); }\n\n#idmc-sched .search-icon {\n  position: absolute;\n  left: 16px; top: 50%;\n  transform: translateY(-50%);\n  color: var(--muted);\n  pointer-events: none;\n}\n\n\/* \u2500\u2500 NO RESULTS \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n#idmc-sched .no-results {\n  text-align: center;\n  padding: 60px 20px;\n  color: var(--muted);\n  font-size: 15px;\n  display: none;\n}\n\n\/* \u2500\u2500 SCROLL TOP \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n#idmc-sched .scroll-top {\n  position: fixed;\n  bottom: 32px; right: 32px;\n  background: var(--surface2) !important;\n  background-color: #181818 !important;\n  border: 1px solid var(--border) !important;\n  border-radius: 50% !important;\n  width: 44px; height: 44px;\n  color: var(--muted) !important;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  cursor: pointer;\n  opacity: 0;\n  transition: all 0.25s;\n  z-index: 200;\n}\n#idmc-sched .scroll-top.visible { opacity: 1; }\n#idmc-sched .scroll-top:hover  { color: var(--text) !important; border-color: rgba(255,255,255,0.2) !important; background-color: #181818 !important; }\n\n\/* \u2500\u2500 ANIMATION \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n@keyframes idmcFadeUp {\n  from { opacity: 0; transform: translateY(16px); }\n  to   { opacity: 1; transform: translateY(0); }\n}\n\n\/* \u2500\u2500 RESPONSIVE \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n@media (max-width: 700px) {\n  #idmc-sched .container  { padding: 24px 16px 60px; }\n  #idmc-sched .tabs-wrap  { padding: 0 16px; }\n  #idmc-sched .session-card { grid-template-columns: 110px 1fr; gap: 14px; }\n  #idmc-sched .session-card .session-badge { display: none; }\n}\n<\/style>\n\n<div id=\"idmc-sched\">\n\n<!-- TABS -->\n<div class=\"tabs-wrap\">\n  <div class=\"tabs\">\n    <button class=\"tab-btn active\" data-day=\"1\">Day 1 \u2014 Thu 4 June<\/button>\n    <button class=\"tab-btn\" data-day=\"2\">Day 2 \u2014 Fri 5 June<\/button>\n  <\/div>\n<\/div>\n\n<!-- MAIN -->\n<div class=\"container\">\n\n  <!-- SEARCH -->\n  <div class=\"search-wrap\">\n    <svg class=\"search-icon\" width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\"><circle cx=\"11\" cy=\"11\" r=\"8\"\/><line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"\/><\/svg>\n    <input class=\"search-input\" type=\"text\" id=\"idmcSearchInput\" placeholder=\"Search session or speaker...\" autocomplete=\"off\">\n  <\/div>\n\n  <!-- DAY 1 -->\n  <div class=\"day-panel active\" id=\"idmc-day1\">\n    <div class=\"stage-filters\" id=\"idmc-filters-day1\">\n      <button class=\"stage-filter-btn active\" data-stage=\"all\"><span class=\"dot\" style=\"background:#ff6b35\"><\/span><span class=\"filter-text\"><span class=\"filter-name\">All Stages<\/span><span class=\"filter-desc\">Show everything<\/span><\/span><\/button>\n      <button class=\"stage-filter-btn\" data-stage=\"Main Stage\"><span class=\"dot\" style=\"background:#39d98a\"><\/span><span class=\"filter-text\"><span class=\"filter-name\">Main Stage<\/span><span class=\"filter-desc\">Regular & VIP only<\/span><\/span><\/button>\n      <button class=\"stage-filter-btn\" data-stage=\"Next Stage\"><span class=\"dot\" style=\"background:#4facfe\"><\/span><span class=\"filter-text\"><span class=\"filter-name\">Next Stage<\/span><span class=\"filter-desc\">All ticket categories<\/span><\/span><\/button>\n      <button class=\"stage-filter-btn\" data-stage=\"Classroom\"><span class=\"dot\" style=\"background:#ff6b35\"><\/span><span class=\"filter-text\"><span class=\"filter-name\">Classroom<\/span><span class=\"filter-desc\">Regular & VIP ticket<\/span><\/span><\/button>\n      <button class=\"stage-filter-btn\" data-stage=\"Creator Stage\"><span class=\"dot\" style=\"background:#b06dff\"><\/span><span class=\"filter-text\"><span class=\"filter-name\">Creator Stage<\/span><span class=\"filter-desc\">All ticket categories<\/span><\/span><\/button>\n    <\/div>\n    <div id=\"idmc-sessions-day1\"><\/div>\n    <div class=\"no-results\" id=\"idmc-no-results-day1\">No sessions found.<\/div>\n  <\/div>\n\n  <!-- DAY 2 -->\n  <div class=\"day-panel\" id=\"idmc-day2\">\n    <div class=\"stage-filters\" id=\"idmc-filters-day2\">\n      <button class=\"stage-filter-btn active\" data-stage=\"all\"><span class=\"dot\" style=\"background:#ff6b35\"><\/span><span class=\"filter-text\"><span class=\"filter-name\">All Stages<\/span><span class=\"filter-desc\">Show everything<\/span><\/span><\/button>\n      <button class=\"stage-filter-btn\" data-stage=\"Main Stage\"><span class=\"dot\" style=\"background:#39d98a\"><\/span><span class=\"filter-text\"><span class=\"filter-name\">Main Stage<\/span><span class=\"filter-desc\">Regular & VIP only<\/span><\/span><\/button>\n      <button class=\"stage-filter-btn\" data-stage=\"Next Stage\"><span class=\"dot\" style=\"background:#4facfe\"><\/span><span class=\"filter-text\"><span class=\"filter-name\">Next Stage<\/span><span class=\"filter-desc\">All ticket categories<\/span><\/span><\/button>\n      <button class=\"stage-filter-btn\" data-stage=\"Classroom\"><span class=\"dot\" style=\"background:#ff6b35\"><\/span><span class=\"filter-text\"><span class=\"filter-name\">Classroom<\/span><span class=\"filter-desc\">Regular & VIP ticket<\/span><\/span><\/button>\n      <button class=\"stage-filter-btn\" data-stage=\"Creator Stage\"><span class=\"dot\" style=\"background:#b06dff\"><\/span><span class=\"filter-text\"><span class=\"filter-name\">Creator Stage<\/span><span class=\"filter-desc\">All ticket categories<\/span><\/span><\/button>\n    <\/div>\n    <div id=\"idmc-sessions-day2\"><\/div>\n    <div class=\"no-results\" id=\"idmc-no-results-day2\">No sessions found.<\/div>\n  <\/div>\n\n<\/div><!-- \/container -->\n\n<!-- SCROLL TOP -->\n<button class=\"scroll-top\" id=\"idmcScrollTop\" onclick=\"window.scrollTo({top:0,behavior:'smooth'})\">\n  <svg width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\"><path d=\"M18 15l-6-6-6 6\"\/><\/svg>\n<\/button>\n\n<\/div><!-- \/idmc-sched -->\n\n<script>\n(function() {\n  const STAGES = {\n    \"Main Stage\":    { hex: \"#39d98a\", access: \"Regular & VIP Ticket Holder\" },\n    \"Next Stage\":    { hex: \"#4facfe\", access: \"All Ticket Categories (Expo, Regular & VIP)\" },\n    \"Classroom\":     { hex: \"#ff6b35\", access: \"Regular & VIP Ticket Schedule\" },\n    \"Creator Stage\": { hex: \"#b06dff\", access: \"All Ticket Categories (Expo, Regular & VIP)\" },\n  };\n\n  const schedule = {\n    1: [\n      {\n        stage: \"Main Stage\",\n        sessions: [\n          { time: \"08.30 \u2013 09.00\", title: \"Open Gate\", speaker: \"\", type: \"gate\" },\n          { time: \"09.00 \u2013 09.30\", label: \"Session 1\", title: \"Opening Remarks\", speaker: \"Ryan Kristo\" },\n          { time: \"09.30 \u2013 10.00\", label: \"Session 2\", title: \"The New Game of Digital Marketing \u2014 AI, Content & The New Digital Mindset\", speaker: \"James Gwee\" },\n          { time: \"10.10 \u2013 10.40\", label: \"Session 3\", title: \"Smart Full-Funnel Marketing: Unleashing Google AI Across the Customer Journey\", speaker: \"Vanessa Septya from Google\" },\n          { time: \"10.50 \u2013 11.20\", label: \"Session 4\", title: \"TikTok\", speaker: \"Achmad Faizelga\" },\n          { time: \"11.30 \u2013 12.00\", label: \"Session 5\", title: \"30 Billion Sales Blueprint: How We Achieved 4.5x ROAS by selling Rp 1 Million collagen Products\", speaker: \"Victor Huberta\" },\n          { time: \"12.00 \u2013 12.30\", label: \"Session 6\", title: \"Why Most Communities Don\u2019t Scale, and How to Build One That Prints Rp 500 billion in sales\", speaker: \"Zainal Rauf\" },\n          { time: \"13.10 \u2013 13.40\", label: \"Session 7\", title: \"Meta\", speaker: \"Winton S\" },\n          { time: \"13.50 \u2013 14.20\", label: \"Session 8\", title: \"TBC\", speaker: \"\" },\n          { time: \"14.30 \u2013 14.45\", label: \"Session 9\", title: \"Growth with Mekari\", speaker: \"\" },\n          { time: \"14.50 \u2013 15.40\", label: \"Session 10\", title: \"Solo to 9-Figure: The Infinite Empire From Zero Dollar Playbook\", speaker: \"Vince Tan\" },\n          { time: \"15.40 \u2013 16.05\", label: \"Session 11\", title: \"Martech (TBC)\", speaker: \"\" },\n          { time: \"16.10 \u2013 16.40\", label: \"Session 12\", title: \"Sharing From Brand\", speaker: \"\" },\n          { time: \"16.50 \u2013 17.05\", label: \"Session 13\", title: \"Growth with Rasewa\", speaker: \"\" },\n          { time: \"17.10 \u2013 18.40\", label: \"Session 14\", title: \"The 6 Figure Funnel AI Built For Me While I Was on Stage\", speaker: \"Peng Joon\" },\n        ]\n      },\n      {\n        stage: \"Next Stage\",\n        sessions: [\n          { time: \"09.00 \u2013 09.30\", title: \"Open Gate\", speaker: \"\", type: \"gate\" },\n          { time: \"09.30 \u2013 10.00\", label: \"Session 1\", title: \"From Clicks to Conversion: How Salesmanship Drives 10X Results\", speaker: \"Panca Lucky\" },\n          { time: \"10.10 \u2013 10.50\", label: \"Session 2\", title: \"Why People Choose You: Building Brands That Last and Win\", speaker: \"Tommy Wong\" },\n          { time: \"11.00 \u2013 11.30\", label: \"Session 3\", title: \"Session by Ryan Kristo\", speaker: \"Ryan Kristo\" },\n          { time: \"11.40 \u2013 12.10\", label: \"Session 4\", title: \"The Creator Stack: How Indonesian Brands Combine Mega, Micro, Live & Loyal for 4x Funnel Efficiency\", speaker: \"Artem Prokofyev\" },\n          { time: \"12.30 \u2013 13.00\", label: \"Session 5\", title: \"The Era of AI Agents\", speaker: \"Robbie Jeo\" },\n          { time: \"13.10 \u2013 13.50\", label: \"Session 6\", title: \"Session by Klemens Rahardja\", speaker: \"Klemens Rahardja\" },\n          { time: \"14.00 \u2013 14.30\", label: \"Session 7\", title: \"How to increase 100x Awareness through IP licensing and make scalable UGC flywheel\", speaker: \"Airlangga Aridharma\" },\n          { time: \"14.40 \u2013 15.10\", label: \"Session 8\", title: \"Gen Z Susah Diatur? Siapa Bilang. Saya Memimpin 500 Orang.\", speaker: \"Maifal Dafika\" },\n          { time: \"15.20 \u2013 15.50\", label: \"Session 9\", title: \"Why Traditional Business Owners Lose in Digital and How to Transition Fast\", speaker: \"Jeffry Surya\" },\n          { time: \"16.00 \u2013 16.30\", label: \"Session 10\", title: \"Scaling Beyond Marketplace: How Brands Adapt with Rising Marketplace Cost and Scale Through External Traffic\", speaker: \"Ryan M Talullah\" },\n          { time: \"16.50 \u2013 17.20\", label: \"Session 11\", title: \"Level Up Your Visual Content Easily with AI applications\", speaker: \"Eddy Sukmana\" },\n          { time: \"17.30 \u2013 18.00\", label: \"Session 12\", title: \"Beyond Reach: How TOCO is Rebuilding Repeat & Retain for Brand Sellers 2026\", speaker: \"Arnold Sebastian\" },\n        ]\n      },\n      {\n        stage: \"Classroom\",\n        limited: true,\n        sessions: [\n          { time: \"09.00 \u2013 09.30\", title: \"Open Gate\", speaker: \"\", type: \"gate\" },\n          { time: \"09.30 \u2013 10.00\", label: \"Session 1\", title: \"3 Steps of Search Experience Optimization Framework\", speaker: \"Radius Arianto\", type: \"Regular & VIP Access\" },\n          { time: \"10.10 \u2013 10.50\", label: \"Session 2\", title: \"Money Making with AI: How AI Creates New Business Opportunity\", speaker: \"Ricky Chandra\", type: \"Regular & VIP Access\" },\n          { time: \"11.00 \u2013 11.40\", label: \"Session 3\", title: \"The New Marketplace Playbook \\u2013 How Sellers Adapt to Rising Fees, Expensive Ads and Tighter Margins\", speaker: \"Cerita Om Botak\", type: \"Regular & VIP Access\" },\n          { time: \"11.50 \u2013 12.30\", label: \"Session 4\", title: \"TBC\", speaker: \"\", type: \"limited\" },\n          { time: \"13.10 \u2013 13.40\", label: \"Session 5\", title: \"TBC\", speaker: \"\", type: \"limited\" },\n          { time: \"13.50 \u2013 14.40\", label: \"Session 6\", title: \"Creating High Impact Marketing Visuals Faster, Cheaper and Smarter\", speaker: \"Brillian Fairiandi\", type: \"limited\" },\n          { time: \"15.40 \u2013 16.40\", label: \"Session 8\", title: \"How I Build Billion Rupiah Money System in 5 Different Industry Using Ads\", speaker: \"Fahmi Auditya\", type: \"limited\" },\n        ]\n      },\n      {\n        stage: \"Creator Stage\",\n        sessions: [\n          { time: \"09.00 \u2013 09.20\", title: \"Open Gate\", speaker: \"\", type: \"gate\" },\n          { time: \"09.20 \u2013 09.40\", label: \"Sesi 1\", title: \"Unlocking Your Product's Best Potential with GMV Max\", speaker: \"Oraldo Emeraldi Anggoro\" },\n          { time: \"10.00 \u2013 10.40\", label: \"Sesi 2\", title: \"How Brands Could Accelerate Profit with Affiliate \\u2014 Talkshow Seller X Creator\", speaker: \"Mamanaya, Ayu Pahlevishouse, Denka & JBL\" },\n          { time: \"10.40 \u2013 11.20\", label: \"Sesi 3\", title: \"Strategi Leveling Creator Shopee: Naik Level dengan Konten yang Menarik, Menghibur, Menjual\", speaker: \"Salmah AlHaddad\" },\n          { time: \"11.20 \u2013 11.50\", label: \"Sesi 4\", title: \"How to Use Affiliate Marketing for a Successful Product Launch\", speaker: \"Yosef Abas\" },\n          { time: \"11.50 \u2013 12.10\", title: \"Book Signing, Photo Moment, Booth Direction\", speaker: \"\", type: \"special\" },\n          { time: \"12.10 \u2013 13.40\", label: \"Sesi 5\", title: \"Beyond Virality: How RANS Entertainment Builds Brands & Partnerships into Real Business Growth\", speaker: \"Fahmy Lemon\" },\n          { time: \"13.40 \u2013 14.00\", label: \"Sesi 6\", title: \"TikTok Affiliates Winning Content Formula \\u2014 Bedah Formula ACIIBK dan RMAXABK3\", speaker: \"Om Berto\" },\n          { time: \"14.40 \u2013 15.00\", title: \"Datapinter + RKP Manajemen Seller Awarding\", speaker: \"\", type: \"special\" },\n          { time: \"15.20 \u2013 15.50\", label: \"Sesi 7\", title: \"Leveraging Data Analytics: Round Table by TOP Seller Educator\", speaker: \"Om Botak, Baron Li, Ghani Rozaqi & Mira Faizal\" },\n          { time: \"15.50 \u2013 16.40\", label: \"Sesi 8\", title: \"The Power of Audio: Building Authentic Connection with Your Market Through Podcasting\", speaker: \"Mizter Popo\" },\n          { time: \"16.50 \u2013 17.20\", label: \"Sesi 9\", title: \"The Multi-Brand AI Playbook: Scaling 15 Brands Simultaneously with High-Conversion Digital Funnels\", speaker: \"Richard Putra\" },\n          { time: \"17.30 \u2013 18.00\", label: \"Sesi 10\", title: \"Menulis untuk Perkuat Reputasi: Cara Konten Bisa Membuat Brand Lebih Dikenal & Dipercaya\", speaker: \"Indari Mastuti (Indscript)\" },\n        ]\n      }\n    ],\n    2: [\n      {\n        stage: \"Main Stage\",\n        sessions: [\n          { time: \"08.30 \u2013 09.00\", title: \"Open Gate\", speaker: \"\", type: \"gate\" },\n          { time: \"09.00 \u2013 09.30\", label: \"Session 1\", title: \"Control Your Mood, Control Your Life\", speaker: \"Denny Santoso\" },\n          { time: \"09.40 \u2013 10.10\", label: \"Session 2\", title: \"Automate Your Chat: The System Behind Closing Sales 24\/7 Without a Single Manual Reply\", speaker: \"Ary Sidabutar\" },\n          { time: \"10.20 \u2013 11.00\", label: \"Session 3\", title: \"Growth into Global: The Agency Talk \\u2014 How to Win Beyond Borders\", speaker: \"Ryan Kristo, Oni Fahrurrozi, William Timotius\" },\n          { time: \"11.10 \u2013 11.40\", label: \"Session 4\", title: \"5 Steps to Scale with AI Powered Marketing: From 10 People to 100\", speaker: \"Alexandro Wibowo\" },\n          { time: \"11.50 \u2013 12.30\", label: \"Session 5\", title: \"Brand Talkshow with Marketplace Expert\", speaker: \"\" },\n          { time: \"13.00 \u2013 13.30\", label: \"Session 6\", title: \"How Brands Achieve 100K Views and 10X Revenue with Content Hooks\", speaker: \"Samuel Christ\" },\n          { time: \"13.40 \u2013 13.55\", label: \"Session 7\", title: \"Sharing from Denka\", speaker: \"Denka\" },\n          { time: \"14.00 \u2013 14.15\", label: \"Session 9\", title: \"Growth with Cekat.ai\", speaker: \"\" },\n          { time: \"14.20 \u2013 14.50\", label: \"Session 8\", title: \"Podcast to Profit: Building a Billion-Rupiah Media Business From Scratch\", speaker: \"Adythia Pratama\" },\n          { time: \"15.00 \u2013 15.15\", label: \"Session 9\", title: \"Martech (TBC)\", speaker: \"\" },\n          { time: \"15.20 \u2013 15.50\", label: \"Session 10\", title: \"How to Find a Profitable Niche in Under 60 Seconds\", speaker: \"Fabian Lim\" },\n          { time: \"16.00 \u2013 16.15\", label: \"Session 11\", title: \"Growth with BlueMedia\", speaker: \"\" },\n          { time: \"16.20 \u2013 16.40\", label: \"Session 12\", title: \"Sharing from Paragon\", speaker: \"\" },\n          { time: \"17.00 \u2013 17.15\", label: \"Session 13\", title: \"Growth with Nord & Smith\", speaker: \"\" },\n          { time: \"17.40 \u2013 18.40\", label: \"Session 14\", title: \"Stop. You're Doing AI Marketing Wrong \\u2014 Here's What 1,500+ Companies Taught Me\", speaker: \"Neil Patel\" },\n        ]\n      },\n      {\n        stage: \"Next Stage\",\n        sessions: [\n          { time: \"09.00 \u2013 09.30\", title: \"Open Gate\", speaker: \"\", type: \"gate\" },\n          { time: \"09.30 \u2013 10.00\", label: \"Session 1\", title: \"The Future of Media is Community: How I Build Community Driven Economy\", speaker: \"Fanbul Prabowo\" },\n          { time: \"10.05 \u2013 10.35\", label: \"Session 2\", title: \"Building Your Personal Brand Playbook \\u2014 Practical Guide To Creating Content That Builds Trust and Convert\", speaker: \"Rama Satya\" },\n          { time: \"10.40 \u2013 11.00\", label: \"Session 3\", title: \"The Most Overlooked Marketing Channel in the AI Era\", speaker: \"Edy Budiman\" },\n          { time: \"11.05 \u2013 11.20\", label: \"Session 4\", title: \"Growth with Exabytes\", speaker: \"\" },\n          { time: \"11.30 \u2013 12.00\", label: \"Session 5\", title: \"Why 99% Fail at Personal Branding \\u2014 and How the Top 1% Monetize It on Meta Ads\", speaker: \"William Tjhahjady\" },\n          { time: \"12.00 \u2013 12.30\", label: \"Session 6\", title: \"Meta Andromeda Hack 2026: The Creative-Led Targeting Strategy That Generated Rp 11M+ Revenue\", speaker: \"Felix Hidayat\" },\n          { time: \"13.00 \u2013 13.30\", label: \"Session 7\", title: \"Scaling Through Diversification: How brands grow stronger with multiple channels, audiences, and opportunities\", speaker: \"Ilham Taufiq\" },\n          { time: \"13.40 \u2013 14.10\", label: \"Sesi 8\", title: \"Brand Talkshow with SDI\", speaker: \"\" },\n          { time: \"14.15 \u2013 14.35\", label: \"Sesi 9\", title: \"TBC\", speaker: \"\" },\n          { time: \"14.40 \u2013 15.00\", label: \"Sesi 10\", title: \"TBC\", speaker: \"\" },\n          { time: \"15.10 \u2013 15.50\", label: \"Sesi 11\", title: \"Surviving Market Chaos: How to Build Strong Foundations When the Market Becomes Unpredictable\", speaker: \"Army Alghifari\" },\n          { time: \"16.00 \u2013 16.30\", label: \"Sesi 12\", title: \"How to Find Our Bottleneck \\u2014 Scaling Checklist\", speaker: \"Edward Setyadarma\" },\n          { time: \"16.40 \u2013 17.10\", label: \"Sesi 13\", title: \"The Rise of One Man Business with Claude: How AI Helps Individuals Build Faster, Smarter and more Scalable Business\", speaker: \"William Jakfar\" },\n          { time: \"17.20 \u2013 17.50\", label: \"Sesi 14\", title: \"Clipping Economy: Rise or Hype\", speaker: \"Sunil Tolani & Edward Santoso\" },\n          { time: \"18.00 \u2013 18.20\", label: \"Sesi 15\", title: \"Growth with Agnive\", speaker: \"\" },\n        ]\n      },\n      {\n        stage: \"Classroom\",\n        limited: true,\n        sessions: [\n          { time: \"09.00 \u2013 09.30\", title: \"Open Gate\", speaker: \"\", type: \"gate\" },\n          { time: \"09.30 \u2013 12.30\", label: \"Sesi 1\", title: \"Theta Attraction Live Event\", speaker: \"Denny Santoso\", type: \"limited\" },\n          { time: \"13.40 \u2013 15.10\", label: \"Sesi 2\", title: \"Build Your First AI Agent with Komunitech\", speaker: \"Robbie Jeo\", type: \"limited\" },\n          { time: \"15.20 \u2013 16.20\", label: \"Sesi 3\", title: \"Everyone Creates Content. Not Everyone Builds a Brand. Connecting the Dots Through Storytelling on Social Media.\", speaker: \"Stephen Septian\", type: \"limited\" },\n          { time: \"16.20 \u2013 17.00\", label: \"Sesi 4\", title: \"From Visual to Revenue: How Great Content Drives Real Sales\", speaker: \"Aldo Sinarta\", type: \"limited\" },\n          { time: \"17.00 \u2013 17.50\", label: \"Sesi 5\", title: \"Digital Advertising Paradox: Ketika AI Membuat Kontrol Makin Sedikit dan Performance Makin Sulit Diprediksi\", speaker: \"Christian Sotanto\", type: \"limited\" },\n          { time: \"17.50 \u2013 18.40\", label: \"Sesi 6\", title: \"Personal Branding = New Marketing: Why People Buy You Before Your Product\", speaker: \"Elizabeth Setiaatmadja & Ingrid Saidbun\", type: \"limited\" },\n        ]\n      },\n      {\n        stage: \"Creator Stage\",\n        sessions: [\n          { time: \"09.00 \u2013 09.30\", title: \"Open Gate\", speaker: \"\", type: \"gate\" },\n          { time: \"09.30 \u2013 09.50\", label: \"Sesi 1\", title: \"Preparing Social Media Trend 2026 for Brands & Creators\", speaker: \"Kean Shihab\" },\n          { time: \"10.00 \u2013 10.30\", label: \"Sesi 2\", title: \"How Creators Build Trust Between Brand, Audiences & Sales\", speaker: \"Amaree Sahaja\" },\n          { time: \"10.20 \u2013 11.00\", label: \"Sesi 3\", title: \"How TikTokSeleb or TikTok Influencers Could Boost Your Brand\", speaker: \"Bagtian Adilaga\" },\n          { time: \"11.00 \u2013 11.50\", label: \"Sesi 4\", title: \"Sesi Talkshow by TikTokShop Indonesia\", speaker: \"TikTokShop Indonesia\" },\n          { time: \"12.20 \u2013 13.20\", label: \"Sesi 5\", title: \"Marketing Baru Lewat Membangun Community: Cara Brand Mengubah Audience Menjadi Sumber Revenue\", speaker: \"Om Blek, James Adam, RUBI Affiliate Community Avoskin & Rika Yeo\" },\n          { time: \"13.30 \u2013 14.30\", label: \"Sesi 6\", title: \"Konten Brutal yang Bukan Ngasal: 7 Strategi Konten Affiliate Efektif dan Menarik Cuan di TikTok\", speaker: \"Adli Hibatul\" },\n          { time: \"14.30 \u2013 15.40\", title: \"kolkit.com + RKP Manajemen Seller Awarding\", speaker: \"\", type: \"special\" },\n          { time: \"15.50 \u2013 16.40\", label: \"Sesi 7\", title: \"Empowering Kids to Create \\u2014 Building Confidence in the Digital Age\", speaker: \"Jason & Wiliam, Denny Santoso, Fein\" },\n          { time: \"16.40 \u2013 17.20\", label: \"Sesi 8\", title: \"Langkah Awal Praktis Jadi TikTok Affiliate \\u2014 Bukan Sekedar Pasang Keranjang Kuning!\", speaker: \"Bang Neo\" },\n          { time: \"17.40 \u2013 18.10\", label: \"Sesi 9\", title: \"3 Platform, 3 Cara Cuan \\u2014 Belajar dari Top Affiliate TikTok, Shopee dan Lazada\", speaker: \"Aldi Hibatul, Ayu Rahayu (Shopee), Creator Lazada\" },\n        ]\n      }\n    ]\n  };\n\n  function stageColor(stage) { return STAGES[stage]?.hex || \"#888\"; }\n\n  function renderSessions(day, stageFilter) {\n    const container = document.getElementById('idmc-sessions-day' + day);\n    const noResults  = document.getElementById('idmc-no-results-day' + day);\n    const searchVal  = document.getElementById('idmcSearchInput').value.toLowerCase();\n    container.innerHTML = '';\n    let totalVisible = 0;\n\n    schedule[day].forEach(stageData => {\n      if (stageFilter !== 'all' && stageData.stage !== stageFilter) return;\n      const color = stageColor(stageData.stage);\n\n      const filteredSessions = stageData.sessions.filter(s => {\n        if (!searchVal) return true;\n        return (\n          s.title.toLowerCase().includes(searchVal) ||\n          (s.speaker && s.speaker.toLowerCase().includes(searchVal)) ||\n          (s.label && s.label.toLowerCase().includes(searchVal))\n        );\n      });\n\n      if (filteredSessions.length === 0) return;\n      totalVisible += filteredSessions.length;\n\n      const group = document.createElement('div');\n      group.className = 'stage-group';\n\n      const stageInfo = STAGES[stageData.stage] || {};\n      const hdr = document.createElement('div');\n      hdr.className = 'stage-header';\n      hdr.innerHTML = `\n        <div class=\"stage-dot\" style=\"background:${color}\"><\/div>\n        <div class=\"stage-header-text\">\n          <div class=\"stage-name\" style=\"color:${color}\">${stageData.stage}<\/div>\n          <div class=\"stage-access\">\n            <svg width=\"11\" height=\"11\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" style=\"opacity:0.5;flex-shrink:0\"><path d=\"M20 12V22H4V12\"\/><path d=\"M22 7H2v5h20V7z\"\/><path d=\"M12 22V7\"\/><path d=\"M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z\"\/><path d=\"M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z\"\/><\/svg>\n            ${stageInfo.access || ''}\n          <\/div>\n        <\/div>\n        ${stageData.limited ? '<span class=\"session-badge badge-limited\" style=\"margin-left:auto\">&#11088;<\/span>' : '<div class=\"stage-location\">Nusantara Hall, ICE BSD<\/div>'}\n      `;\n      group.appendChild(hdr);\n\n      const list = document.createElement('div');\n      list.className = 'sessions-list';\n\n      filteredSessions.forEach((s, i) => {\n        const card = document.createElement('div');\n        card.className = 'session-card'\n          + (s.type === 'gate'    ? ' gate-card' : '')\n          + (s.type === 'special' ? ' special'   : '')\n          + (s.type === 'limited' ? ' limited'   : '');\n        card.style.setProperty('--stage-color', color);\n        card.style.animationDelay = (i * 40) + 'ms';\n\n        let badge = '';\n        if      (s.type === 'limited')           badge = '<span class=\"session-badge badge-limited\">&#11088; Limited<\/span>';\n        else if (s.type === 'gate')               badge = '<span class=\"session-badge badge-open\">Open<\/span>';\n        else if (s.type === 'special')            badge = '<span class=\"session-badge badge-special\">&#9733; Special<\/span>';\n        else if (s.type === 'Regular & VIP Access') badge = '<span class=\"session-badge badge-regular-vip\">&#11088; Regular &amp; VIP<\/span>';\n\n        if (s.type === 'gate') {\n          card.innerHTML = `\n            <div class=\"time-col\"><span class=\"session-label\">Gate<\/span>${s.time}<\/div>\n            <div class=\"content-col\"><div class=\"session-title\" style=\"color:#888;font-style:italic\">Open Gate<\/div><\/div>\n          `;\n        } else {\n          card.innerHTML = `\n            <div class=\"time-col\">${s.label ? '<span class=\"session-label\">' + s.label + '<\/span>' : ''}${s.time}<\/div>\n            <div class=\"content-col\">\n              <div class=\"session-title\">${s.title || 'TBC'}<\/div>\n              ${s.speaker ? '<div class=\"session-speaker\">' + s.speaker + '<\/div>' : ''}\n            <\/div>\n            ${badge}\n          `;\n          card.addEventListener('click', () => card.classList.toggle('open'));\n        }\n\n        list.appendChild(card);\n      });\n\n      group.appendChild(list);\n      container.appendChild(group);\n    });\n\n    noResults.style.display = totalVisible === 0 ? 'block' : 'none';\n  }\n\n  const activeFilters = { 1: 'all', 2: 'all' };\n  let activeDay = 1;\n\n  \/\/ Tab switching\n  document.querySelectorAll('#idmc-sched .tab-btn').forEach(btn => {\n    btn.addEventListener('click', () => {\n      document.querySelectorAll('#idmc-sched .tab-btn').forEach(b => b.classList.remove('active'));\n      btn.classList.add('active');\n      activeDay = parseInt(btn.dataset.day);\n      document.querySelectorAll('#idmc-sched .day-panel').forEach(p => p.classList.remove('active'));\n      document.getElementById('idmc-day' + activeDay).classList.add('active');\n      renderSessions(activeDay, activeFilters[activeDay]);\n    });\n  });\n\n  \/\/ Stage filters\n  document.querySelectorAll('#idmc-sched .stage-filters').forEach(wrap => {\n    wrap.querySelectorAll('.stage-filter-btn').forEach(btn => {\n      btn.addEventListener('click', () => {\n        const day = wrap.id.replace('idmc-filters-day', '');\n        wrap.querySelectorAll('.stage-filter-btn').forEach(b => b.classList.remove('active'));\n        btn.classList.add('active');\n        activeFilters[day] = btn.dataset.stage;\n        renderSessions(parseInt(day), btn.dataset.stage);\n      });\n    });\n  });\n\n  \/\/ Search\n  document.getElementById('idmcSearchInput').addEventListener('input', () => {\n    renderSessions(activeDay, activeFilters[activeDay]);\n  });\n\n  \/\/ Scroll top\n  window.addEventListener('scroll', () => {\n    const st = document.getElementById('idmcScrollTop');\n    if (st) st.classList.toggle('visible', window.scrollY > 400);\n  });\n\n  \/\/ Init\n  renderSessions(1, 'all');\n  renderSessions(2, 'all');\n})();\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Day 1 \u2014 Thu 4 June Day 2 \u2014 Fri 5 June All StagesShow everything Main StageRegular &#038; VIP only Next StageAll ticket categories ClassroomRegular &#038; VIP ticket Creator StageAll [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_tec_requires_first_save":true,"_price":"","_stock":"","_tribe_ticket_header":"","_tribe_default_ticket_provider":"","_tribe_ticket_capacity":"0","_ticket_start_date":"","_ticket_end_date":"","_tribe_ticket_show_description":"","_tribe_ticket_show_not_going":false,"_tribe_ticket_use_global_stock":"","_tribe_ticket_global_stock_level":"","_global_stock_mode":"","_global_stock_cap":"","_tribe_rsvp_for_event":"","_tribe_ticket_going_count":"","_tribe_ticket_not_going_count":"","_tribe_tickets_list":"[]","_tribe_ticket_has_attendee_info_fields":false,"_EventAllDay":false,"_EventTimezone":"","_EventStartDate":"","_EventEndDate":"","_EventStartDateUTC":"","_EventEndDateUTC":"","_EventShowMap":false,"_EventShowMapLink":false,"_EventURL":"","_EventCost":"","_EventCostDescription":"","_EventCurrencySymbol":"","_EventCurrencyCode":"","_EventCurrencyPosition":"","_EventDateTimeSeparator":"","_EventTimeRangeSeparator":"","_EventOrganizerID":[],"_EventVenueID":[],"_OrganizerEmail":"","_OrganizerPhone":"","_OrganizerWebsite":"","_VenueAddress":"","_VenueCity":"","_VenueCountry":"","_VenueProvince":"","_VenueState":"","_VenueZip":"","_VenuePhone":"","_VenueURL":"","_VenueStateProvince":"","_VenueLat":"","_VenueLng":"","_VenueShowMap":false,"_VenueShowMapLink":false,"_tribe_blocks_recurrence_rules":"","_tribe_blocks_recurrence_description":"","_tribe_blocks_recurrence_exclusions":"","footnotes":"","_tec_slr_enabled":"","_tec_slr_layout":""},"class_list":["post-4526","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Schedule - IDMC Conference<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.idmc.co.id\/id\/schedule\/\" \/>\n<meta property=\"og:locale\" content=\"id_ID\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Schedule - IDMC Conference\" \/>\n<meta property=\"og:description\" content=\"Day 1 \u2014 Thu 4 June Day 2 \u2014 Fri 5 June All StagesShow everything Main StageRegular &#038; VIP only Next StageAll ticket categories ClassroomRegular &#038; VIP ticket Creator StageAll [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.idmc.co.id\/id\/schedule\/\" \/>\n<meta property=\"og:site_name\" content=\"IDMC Conference\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-27T07:58:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.idmc.co.id\/wp-content\/uploads\/2026\/01\/IDMC-logo-S.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1807\" \/>\n\t<meta property=\"og:image:height\" content=\"918\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.idmc.co.id\\\/en\\\/schedule\\\/\",\"url\":\"https:\\\/\\\/www.idmc.co.id\\\/en\\\/schedule\\\/\",\"name\":\"Schedule - IDMC Conference\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.idmc.co.id\\\/en\\\/#website\"},\"datePublished\":\"2026-05-22T05:41:57+00:00\",\"dateModified\":\"2026-05-27T07:58:28+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.idmc.co.id\\\/en\\\/schedule\\\/#breadcrumb\"},\"inLanguage\":\"id\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.idmc.co.id\\\/en\\\/schedule\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.idmc.co.id\\\/en\\\/schedule\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.idmc.co.id\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Schedule\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.idmc.co.id\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.idmc.co.id\\\/en\\\/\",\"name\":\"Indonesia Digital Marketing Conference (IDMC) Powered by svo.ai\",\"description\":\"Move. Adapt. Play\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.idmc.co.id\\\/en\\\/#organization\"},\"alternateName\":\"IDMC Conference\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.idmc.co.id\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"id\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.idmc.co.id\\\/en\\\/#organization\",\"name\":\"Indonesia Digital Marketing Conference (IDMC)\",\"alternateName\":\"IDMC Conference\",\"url\":\"https:\\\/\\\/www.idmc.co.id\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"id\",\"@id\":\"https:\\\/\\\/www.idmc.co.id\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.idmc.co.id\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/cropped-cropped-Untitled-1.jpg\",\"contentUrl\":\"https:\\\/\\\/www.idmc.co.id\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/cropped-cropped-Untitled-1.jpg\",\"width\":512,\"height\":512,\"caption\":\"Indonesia Digital Marketing Conference (IDMC)\"},\"image\":{\"@id\":\"https:\\\/\\\/www.idmc.co.id\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.instagram.com\\\/idmconference\\\/\",\"https:\\\/\\\/www.tiktok.com\\\/@idmconference\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Schedule - IDMC Conference","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.idmc.co.id\/id\/schedule\/","og_locale":"id_ID","og_type":"article","og_title":"Schedule - IDMC Conference","og_description":"Day 1 \u2014 Thu 4 June Day 2 \u2014 Fri 5 June All StagesShow everything Main StageRegular &#038; VIP only Next StageAll ticket categories ClassroomRegular &#038; VIP ticket Creator StageAll [&hellip;]","og_url":"https:\/\/www.idmc.co.id\/id\/schedule\/","og_site_name":"IDMC Conference","article_modified_time":"2026-05-27T07:58:28+00:00","og_image":[{"width":1807,"height":918,"url":"https:\/\/www.idmc.co.id\/wp-content\/uploads\/2026\/01\/IDMC-logo-S.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.idmc.co.id\/en\/schedule\/","url":"https:\/\/www.idmc.co.id\/en\/schedule\/","name":"Schedule - IDMC Conference","isPartOf":{"@id":"https:\/\/www.idmc.co.id\/en\/#website"},"datePublished":"2026-05-22T05:41:57+00:00","dateModified":"2026-05-27T07:58:28+00:00","breadcrumb":{"@id":"https:\/\/www.idmc.co.id\/en\/schedule\/#breadcrumb"},"inLanguage":"id","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.idmc.co.id\/en\/schedule\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.idmc.co.id\/en\/schedule\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.idmc.co.id\/"},{"@type":"ListItem","position":2,"name":"Schedule"}]},{"@type":"WebSite","@id":"https:\/\/www.idmc.co.id\/en\/#website","url":"https:\/\/www.idmc.co.id\/en\/","name":"Indonesia Digital Marketing Conference (IDMC) Powered by svo.ai","description":"Move. Adapt. Play","publisher":{"@id":"https:\/\/www.idmc.co.id\/en\/#organization"},"alternateName":"IDMC Conference","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.idmc.co.id\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"id"},{"@type":"Organization","@id":"https:\/\/www.idmc.co.id\/en\/#organization","name":"Indonesia Digital Marketing Conference (IDMC)","alternateName":"IDMC Conference","url":"https:\/\/www.idmc.co.id\/en\/","logo":{"@type":"ImageObject","inLanguage":"id","@id":"https:\/\/www.idmc.co.id\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.idmc.co.id\/wp-content\/uploads\/2026\/02\/cropped-cropped-Untitled-1.jpg","contentUrl":"https:\/\/www.idmc.co.id\/wp-content\/uploads\/2026\/02\/cropped-cropped-Untitled-1.jpg","width":512,"height":512,"caption":"Indonesia Digital Marketing Conference (IDMC)"},"image":{"@id":"https:\/\/www.idmc.co.id\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.instagram.com\/idmconference\/","https:\/\/www.tiktok.com\/@idmconference"]}]}},"ticketed":false,"_links":{"self":[{"href":"https:\/\/www.idmc.co.id\/id\/wp-json\/wp\/v2\/pages\/4526","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.idmc.co.id\/id\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.idmc.co.id\/id\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.idmc.co.id\/id\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.idmc.co.id\/id\/wp-json\/wp\/v2\/comments?post=4526"}],"version-history":[{"count":61,"href":"https:\/\/www.idmc.co.id\/id\/wp-json\/wp\/v2\/pages\/4526\/revisions"}],"predecessor-version":[{"id":4966,"href":"https:\/\/www.idmc.co.id\/id\/wp-json\/wp\/v2\/pages\/4526\/revisions\/4966"}],"wp:attachment":[{"href":"https:\/\/www.idmc.co.id\/id\/wp-json\/wp\/v2\/media?parent=4526"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}