{"id":167609,"date":"2026-01-13T14:39:01","date_gmt":"2026-01-13T13:39:01","guid":{"rendered":"https:\/\/dev.epg.com\/aura\/sneak-peak\/"},"modified":"2026-02-04T09:09:07","modified_gmt":"2026-02-04T08:09:07","slug":"sneak-peak","status":"publish","type":"page","link":"https:\/\/dev.epg.com\/us\/aura\/sneak-peak\/","title":{"rendered":"AURA (Sneak Peak Registration)"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"167609\" class=\"elementor elementor-167609 elementor-166766\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-db45ba4 e-flex e-con-boxed e-con e-parent\" data-id=\"db45ba4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-089408a elementor-widget elementor-widget-html\" data-id=\"089408a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\/* Top Border Beam *\/\n.top-border-beam{\n  --beam-green: rgba(98, 133, 113, .95);\n  --beam-glow1: rgba(98, 133, 113, .35);\n  --beam-glow2: rgba(98, 133, 113, .18);\n\n  --base-line: rgba(255,255,255,.08);\n  --beam-height: 2px;\n  --beam-width: 16%;\n  --beam-duration: 12s;\n\n  position: relative;\n  overflow: hidden;\n}\n\n.top-border-beam::before{\n  content:\"\";\n  position:absolute;\n  left:0; right:0; top:0;\n  height: 1px;\n  background: var(--base-line);\n  z-index: 2;\n  pointer-events:none;\n}\n\n.top-border-beam::after{\n  content:\"\";\n  position:absolute;\n  top:0;\n  left: calc(-1 * var(--beam-width));\n  width: var(--beam-width);\n  height: var(--beam-height);\n\n  background: linear-gradient(90deg,\n    transparent 0%,\n    rgba(0,0,0,0) 28%,\n    var(--beam-green) 50%,\n    rgba(0,0,0,0) 72%,\n    transparent 100%\n  );\n\n  filter:\n    blur(0.2px)\n    drop-shadow(0 0 8px var(--beam-glow1))\n    drop-shadow(0 0 16px var(--beam-glow2));\n\n  opacity: .95;\n  z-index: 3;\n  pointer-events:none;\n  animation: top-border-beam-scan var(--beam-duration) linear infinite;\n}\n\n@keyframes top-border-beam-scan{\n  0%   { left: calc(-1 * var(--beam-width)); }\n  100% { left: calc(100% + var(--beam-width)); }\n}\n\n@media (prefers-reduced-motion: reduce){\n  .top-border-beam::after{\n    animation: none;\n    opacity: .35;\n  }\n}\n\n\/* AURA Glass Cards *\/\n.aura-glass-grid{\n  gap: 18px;\n}\n\n.aura-glass-card{\n  --glass-bg: rgba(255,255,255,.06);\n  --glass-bg2: rgba(255,255,255,.03);\n  --glass-border: rgba(255,255,255,.10);\n  --glass-border-strong: rgba(255,255,255,.16);\n  --glass-shadow: rgba(0,0,0,.35);\n\n  position: relative;\n  overflow: hidden;\n  border-radius: 20px;\n  padding: 28px 22px;\n  background:\n    linear-gradient(180deg, var(--glass-bg), var(--glass-bg2));\n  border: 1px solid var(--glass-border);\n\n  -webkit-backdrop-filter: blur(14px) saturate(120%);\n  backdrop-filter: blur(14px) saturate(120%);\n\n  box-shadow:\n    0 18px 40px rgba(0,0,0,.18),\n    0 2px 0 rgba(255,255,255,.05) inset;\n\n  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;\n}\n.aura-glass-card::before{\n  content:\"\";\n  position:absolute;\n  inset:-1px;\n  border-radius: inherit;\n  pointer-events:none;\n\n  background:\n    radial-gradient(120% 90% at 20% 15%, rgba(255,255,255,.16), transparent 55%),\n    radial-gradient(100% 80% at 85% 0%, rgba(255,255,255,.08), transparent 50%);\n  opacity: .9;\n}\n\n.aura-glass-card::after{\n  content:\"\";\n  position:absolute;\n  inset:0;\n  pointer-events:none;\n  border-radius: inherit;\n  background:\n    radial-gradient(circle at 10% 20%, rgba(255,255,255,.06) 0 1px, transparent 1px 100%),\n    radial-gradient(circle at 70% 80%, rgba(0,0,0,.10) 0 1px, transparent 1px 100%),\n    radial-gradient(circle at 40% 60%, rgba(255,255,255,.04) 0 1px, transparent 1px 100%);\n  background-size: 18px 18px, 22px 22px, 26px 26px;\n  opacity: .22;\n  mix-blend-mode: overlay;\n}\n\n.aura-glass-card:hover{\n  transform: translateY(-2px);\n  border-color: var(--glass-border-strong);\n  box-shadow:\n    0 22px 55px rgba(0,0,0,.22),\n    0 0 0 1px rgba(255,255,255,.06) inset;\n}\n\n.aura-glass-card h1,\n.aura-glass-card h2,\n.aura-glass-card h3,\n.aura-glass-card .elementor-heading-title{\n  color: rgba(255,255,255,.92);\n  letter-spacing: 0.2px;\n}\n\n.aura-glass-card,\n.aura-glass-card p,\n.aura-glass-card .elementor-widget-text-editor{\n  color: rgba(255,255,255,.80);\n}\n\n.aura-glass-card svg{\n  filter: drop-shadow(0 6px 14px rgba(0,0,0,.25));\n}\n\n.aura-glass-card > *{\n  position: relative;\n  z-index: 2;\n}\n\n\/* Dot BG Pattern *\/\n.bg-dots {\n  position: relative;\n  background-color: inherit;\n}\n\n.bg-dots::before {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  pointer-events: none;\n  background-image: radial-gradient(circle, rgba(88, 188, 230, 0.15) 1px, transparent 1px);\n  background-size: 22px 22px;\n  background-position: 0 0;\n  background-repeat: repeat;\n}\n\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<main class=\"elementor-element elementor-element-491d187 e-con-full e-flex e-con e-parent\" data-id=\"491d187\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cbbb2ca elementor-widget elementor-widget-off-canvas\" data-id=\"cbbb2ca\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"off-canvas.default\">\n\t\t\t\t\t\t\t<div id=\"off-canvas-cbbb2ca\" class=\"e-off-canvas\" role=\"dialog\" aria-hidden=\"true\" aria-label=\"Hotels\" aria-modal=\"true\" inert=\"\" data-delay-child-handlers=\"true\">\n\t\t\t<div class=\"e-off-canvas__overlay\"><\/div>\n\t\t\t<div class=\"e-off-canvas__main\">\n\t\t\t\t<div class=\"e-off-canvas__content\">\n\t\t\t\t\t<div class=\"elementor-element elementor-element-b51386e e-con-full e-grid e-con e-child\" data-id=\"b51386e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-34480b1 e-con-full e-flex e-con e-child\" data-id=\"34480b1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-f8cc06b e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"f8cc06b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-86fa6e1 elementor-absolute elementor-widget elementor-widget-image\" data-id=\"86fa6e1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"838\" height=\"266\" src=\"https:\/\/dev.epg.com\/wp-content\/uploads\/4pf-hotel_logo.webp\" class=\"attachment-full size-full wp-image-172397\" alt=\"\" srcset=\"https:\/\/dev.epg.com\/wp-content\/uploads\/4pf-hotel_logo.webp 838w, https:\/\/dev.epg.com\/wp-content\/uploads\/4pf-hotel_logo-768x244.webp 768w\" sizes=\"(max-width: 838px) 100vw, 838px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-50d83c7 e-con-full e-flex e-con e-child\" data-id=\"50d83c7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-1d9e303 e-con-full e-flex e-con e-child\" data-id=\"1d9e303\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a2f39d1 elementor-widget elementor-widget-heading\" data-id=\"a2f39d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Four Point Flex Koblenz<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c1d1581 elementor-widget elementor-widget-text-editor\" data-id=\"c1d1581\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>109,00\u20ac\/ Night incl. Breakfast <\/p><p>Code: EPGAURA<\/p><p><span data-teams=\"true\">Booking via<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd7be65 elementor-align-justify elementor-widget__width-inherit elementor-widget elementor-widget-button\" data-id=\"fd7be65\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:reservations@fourpointsflexkoblenz.com\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">E-Mail<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7e6bf97 e-con-full e-flex e-con e-child\" data-id=\"7e6bf97\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-0c5cfa0 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"0c5cfa0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e56fdc2 elementor-absolute elementor-widget elementor-widget-image\" data-id=\"e56fdc2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"2560\" height=\"669\" data-src=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/Mercure_Hotels_Logo_neu.svg-scaled.png.webp\" class=\"attachment-full size-full wp-image-172412 lazyload\" alt=\"\" data-srcset=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/Mercure_Hotels_Logo_neu.svg-scaled.png.webp 2560w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/Mercure_Hotels_Logo_neu.svg-768x201.png.webp 768w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/Mercure_Hotels_Logo_neu.svg-1536x402.png.webp 1536w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/Mercure_Hotels_Logo_neu.svg-2048x535.png.webp 2048w\" data-sizes=\"(max-width: 2560px) 100vw, 2560px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 2560px; --smush-placeholder-aspect-ratio: 2560\/669;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c69f51e e-con-full e-flex e-con e-child\" data-id=\"c69f51e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-8c55234 e-con-full e-flex e-con e-child\" data-id=\"8c55234\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f9b328f elementor-widget elementor-widget-heading\" data-id=\"f9b328f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Mercure Hotel Koblenz<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c13de8d elementor-widget elementor-widget-text-editor\" data-id=\"c13de8d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span data-teams=\"true\">Starting at 163,49\u20ac<\/span>\/ Night incl. Breakfast <\/p><p><span data-teams=\"true\">Booking via<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4eb4b3c elementor-align-justify elementor-widget elementor-widget-button\" data-id=\"4eb4b3c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.mercure-koblenz.de\/en\/\" target=\"_blank\" rel=\"nofollow\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Mercure Website<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-83aa267 elementor-absolute elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"83aa267\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"#elementor-action%3Aaction%3Doff_canvas%3Aclose%26settings%3DeyJpZCI6ImNiYmIyY2EiLCJkaXNwbGF5TW9kZSI6ImNsb3NlIn0%3D\">\n\t\t\t<i aria-hidden=\"true\" class=\"icon icon-xmark\"><\/i>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-50d3df9 e-con-full epgcontainer e-flex e-con e-child\" data-id=\"50d3df9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-e5d8a55 e-con-full e-flex e-con e-child\" data-id=\"e5d8a55\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-ee872eb e-con-full e-flex e-con e-child\" data-id=\"ee872eb\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-36d6c47 e-con-full elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop e-flex e-con e-child\" data-id=\"36d6c47\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-4ad7589 e-con-full e-flex e-con e-child\" data-id=\"4ad7589\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ac5931a elementor-widget elementor-widget-image\" data-id=\"ac5931a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1000\" height=\"200\" data-src=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/epg-aura_logo.png.webp\" class=\"attachment-large size-large wp-image-165085 lazyload\" alt=\"\" data-srcset=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/epg-aura_logo.png.webp 1000w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/epg-aura_logo-768x154.png.webp 768w\" data-sizes=\"(max-width: 1000px) 100vw, 1000px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1000px; --smush-placeholder-aspect-ratio: 1000\/200;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ed445c1 e-con-full e-flex e-con e-child\" data-id=\"ed445c1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-d786132 e-con-full e-flex e-con e-child\" data-id=\"d786132\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c22dd3f elementor-widget elementor-widget-heading\" data-id=\"c22dd3f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Powered by<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dea7a19 e-con-full e-flex e-con e-child\" data-id=\"dea7a19\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bd50674 elementor-widget elementor-widget-image\" data-id=\"bd50674\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"148\" data-src=\"https:\/\/dev.epg.com\/wp-content\/uploads\/NVIDIA_Logo_2-1.webp\" class=\"attachment-large size-large wp-image-165651 lazyload\" alt=\"\" data-srcset=\"https:\/\/dev.epg.com\/wp-content\/uploads\/NVIDIA_Logo_2-1.webp 800w, https:\/\/dev.epg.com\/wp-content\/uploads\/NVIDIA_Logo_2-1-768x142.webp 768w\" data-sizes=\"(max-width: 800px) 100vw, 800px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 800px; --smush-placeholder-aspect-ratio: 800\/148;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-61447ae e-con-full e-flex e-con e-child\" data-id=\"61447ae\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-baa69b6 elementor-widget elementor-widget-heading\" data-id=\"baa69b6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Exclusive Sneak Preview <\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ab16edf elementor-widget elementor-widget-heading\" data-id=\"ab16edf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Discover global logistics innovations firsthand and gain exclusive insights into the new era of intelligent supply chain.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9ce2b14 e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"9ce2b14\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-79908de e-con-full e-flex e-con e-child\" data-id=\"79908de\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-46d1efe elementor-widget elementor-widget-image\" data-id=\"46d1efe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1000\" height=\"200\" data-src=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/epg-aura_logo.png.webp\" class=\"attachment-large size-large wp-image-165085 lazyload\" alt=\"\" data-srcset=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/epg-aura_logo.png.webp 1000w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/epg-aura_logo-768x154.png.webp 768w\" data-sizes=\"(max-width: 1000px) 100vw, 1000px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1000px; --smush-placeholder-aspect-ratio: 1000\/200;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e99161a e-con-full e-flex e-con e-child\" data-id=\"e99161a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-443e41d e-con-full e-flex e-con e-child\" data-id=\"443e41d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5805d5e elementor-widget elementor-widget-heading\" data-id=\"5805d5e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Powered by<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3820964 e-con-full e-flex e-con e-child\" data-id=\"3820964\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b56ca1a elementor-widget elementor-widget-image\" data-id=\"b56ca1a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"148\" data-src=\"https:\/\/dev.epg.com\/wp-content\/uploads\/NVIDIA_Logo_2-1.webp\" class=\"attachment-large size-large wp-image-165651 lazyload\" alt=\"\" data-srcset=\"https:\/\/dev.epg.com\/wp-content\/uploads\/NVIDIA_Logo_2-1.webp 800w, https:\/\/dev.epg.com\/wp-content\/uploads\/NVIDIA_Logo_2-1-768x142.webp 768w\" data-sizes=\"(max-width: 800px) 100vw, 800px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 800px; --smush-placeholder-aspect-ratio: 800\/148;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9172df0 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"9172df0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#contact\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Secure your spot now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<section class=\"elementor-element elementor-element-8d129b6 e-con-full aura-hero e-flex e-con e-child\" data-id=\"8d129b6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-f1bc55b e-con-full aura-beam aura-beam--free e-flex e-con e-child\" data-id=\"f1bc55b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0c387ae e-con-full aura-beam aura-beam--grid e-flex e-con e-child\" data-id=\"0c387ae\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7460e31 e-flex e-con-boxed e-con e-child\" data-id=\"7460e31\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-b528b19 e-con-full e-flex e-con e-child\" data-id=\"b528b19\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-bbfed65 e-con-full e-grid aura-content e-con e-child\" data-id=\"bbfed65\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-d9f6db9 e-con-full e-flex e-con e-child\" data-id=\"d9f6db9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a3d0c0e elementor-widget elementor-widget-text-editor\" data-id=\"a3d0c0e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>On February 25\u201326, we will unveil EPG AURA\u2122 for the very first time \u2014 our new AI-powered environment for Supply Chain Execution. This exclusive Sneak Preview takes place weeks before the public launch and offers insights not shown at tradeshows or public events. <\/p><p>&#8220;Together with our partner NVIDIA, we will demonstrate how AURA delivers real operational value by improving efficiency, reducing costs, and supporting better decisions. I look forward to welcoming you and sharing an early glimpse of the next era of intelligent supply chains.&#8221;<\/p><p><strong>Peter Bollinger, CEO | EPG<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-89b0924 e-con-full e-flex e-con e-child\" data-id=\"89b0924\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-fce80da e-con-full e-flex e-con e-child\" data-id=\"fce80da\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9029b7c elementor-widget elementor-widget-heading\" data-id=\"9029b7c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Peter Bollinger<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-328aaab elementor-widget elementor-widget-image\" data-id=\"328aaab\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"2560\" height=\"1707\" data-src=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/peter-bollinger_epg_1-scaled-1.jpg.webp\" class=\"attachment-full size-full wp-image-166024 lazyload\" alt=\"\" data-srcset=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/peter-bollinger_epg_1-scaled-1.jpg.webp 2560w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/peter-bollinger_epg_1-scaled-1-768x512.jpg.webp 768w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/peter-bollinger_epg_1-scaled-1-1536x1024.jpg.webp 1536w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/peter-bollinger_epg_1-scaled-1-2048x1366.jpg.webp 2048w\" data-sizes=\"(max-width: 2560px) 100vw, 2560px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 2560px; --smush-placeholder-aspect-ratio: 2560\/1707;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7c634d2 e-con-full elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"7c634d2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-8251af1 e-con-full e-flex e-con e-child\" data-id=\"8251af1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1e6fb1c elementor-widget elementor-widget-text-editor\" data-id=\"1e6fb1c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>On February 25\u201326, we will unveil EPG AURA\u2122 for the very first time \u2014 our new AI-powered environment for Supply Chain Execution. This exclusive Sneak Preview takes place weeks before the public launch and offers insights not shown at trade fairs or public events. Together with our partner NVIDIA, we will demonstrate how AURA delivers real operational value by improving efficiency, reducing costs, and supporting better decisions. I look forward to welcoming you and sharing an early glimpse of the next era of intelligent supply chains.   <\/p><p><strong>Peter Bollinger, CEO | EPG<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dce5888 e-con-full e-flex e-con e-child\" data-id=\"dce5888\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-73d8d16 e-con-full e-flex e-con e-child\" data-id=\"73d8d16\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2f5a9d0 elementor-widget elementor-widget-heading\" data-id=\"2f5a9d0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Peter Bollinger<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9170219 elementor-widget elementor-widget-image\" data-id=\"9170219\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"2560\" height=\"1707\" data-src=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/peter-bollinger_epg_1-scaled-1.jpg.webp\" class=\"attachment-full size-full wp-image-166024 lazyload\" alt=\"\" data-srcset=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/peter-bollinger_epg_1-scaled-1.jpg.webp 2560w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/peter-bollinger_epg_1-scaled-1-768x512.jpg.webp 768w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/peter-bollinger_epg_1-scaled-1-1536x1024.jpg.webp 1536w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/peter-bollinger_epg_1-scaled-1-2048x1366.jpg.webp 2048w\" data-sizes=\"(max-width: 2560px) 100vw, 2560px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 2560px; --smush-placeholder-aspect-ratio: 2560\/1707;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2833f70 e-con-full e-flex e-con e-child\" data-id=\"2833f70\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-4d3b9c1 e-con-full e-grid aura-content e-con e-child\" data-id=\"4d3b9c1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-c06b9f4 e-con-full aura-glass-card e-flex e-con e-child\" data-id=\"c06b9f4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f1c0baf elementor-widget__width-inherit elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"f1c0baf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"fas fa-calendar-alt\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-323a9e0 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"323a9e0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">WHEN?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5c81e02 elementor-widget elementor-widget-heading\" data-id=\"5c81e02\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">February 25\u201326, 2026 | 12 p.m.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d954591 e-con-full aura-glass-card e-flex e-con e-child\" data-id=\"d954591\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-745df79 elementor-widget__width-inherit elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"745df79\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"fas fa-map-marker-alt\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7bcc5fa elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"7bcc5fa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">WHERE?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9d099a2 elementor-widget elementor-widget-heading\" data-id=\"9d099a2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">EPG Headquarters, Logistics Solution Center, Boppard-Buchholz<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7f272c8 e-con-full aura-glass-card e-flex e-con e-child\" data-id=\"7f272c8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-163786a elementor-widget__width-inherit elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"163786a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"fas fa-question-circle\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2640e16 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"2640e16\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">WHY?<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-68d203b e-con-full e-flex e-con e-child\" data-id=\"68d203b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d6edc57 elementor-widget elementor-widget-heading\" data-id=\"d6edc57\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Discover EPG AURA before launch!<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-858a51e e-con-full e-transform e-flex e-con e-child\" data-id=\"858a51e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-10,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_widescreen&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_laptop&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\">\n\t\t<div class=\"elementor-element elementor-element-336c993 e-con-full confidential-box e-flex e-con e-child\" data-id=\"336c993\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cb1de0c elementor-widget__width-auto elementor-widget elementor-widget-heading\" data-id=\"cb1de0c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Strictly Confidential<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d3da3af elementor-widget__width-auto elementor-widget elementor-widget-heading\" data-id=\"d3da3af\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Please note that in-depth insights will be<br>revealed only to Sneak Preview participants.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<section class=\"elementor-element elementor-element-b64760b e-con-full e-flex e-con e-child\" data-id=\"b64760b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-70debc7 e-flex e-con-boxed e-con e-child\" data-id=\"70debc7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-1bb9dbb e-con-full e-flex e-con e-child\" data-id=\"1bb9dbb\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e67dff1 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"e67dff1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">A New Era of<br><span class=\"gradient-text\">Supply Chain Intelligence<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eda7722 elementor-widget__width-initial elementor-widget-widescreen__width-inherit elementor-widget elementor-widget-heading\" data-id=\"eda7722\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">EPG AURA\u2122 is our AI-powered environment - shaping a new era of intelligent supply chain.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5a3258a e-con-full e-flex e-con e-child\" data-id=\"5a3258a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d727e73 elementor-widget elementor-widget-button\" data-id=\"d727e73\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/dev.epg.com\/us\/aura\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-arrow-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Learn more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-398b87a e-con-full e-flex e-con e-child\" data-id=\"398b87a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<section class=\"elementor-element elementor-element-8aa5e5d e-con-full e-flex e-con e-child\" data-id=\"8aa5e5d\" data-element_type=\"container\" data-e-type=\"container\" id=\"evolution\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-c614d20 e-flex e-con-boxed e-con e-child\" data-id=\"c614d20\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-36d4699 e-con-full e-flex e-con e-child\" data-id=\"36d4699\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-96cc090 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"96cc090\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Exclusive Insights, Live in Action<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-57f981e elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget-widescreen__width-inherit elementor-widget elementor-widget-heading\" data-id=\"57f981e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Look forward to visionary keynotes, exclusive live insights, and direct exchange with the architects of EPG AURA. A curated program that will offer inspiration, dialogue, and fresh perspectives for your supply chain execution. <\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-36d0169 e-con-full e-grid e-con e-child\" data-id=\"36d0169\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-a4a4951 e-con-full e-flex e-con e-child\" data-id=\"a4a4951\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-67e719e e-con-full e-flex e-con e-child\" data-id=\"67e719e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e08782e e-con-full e-flex e-con e-child\" data-id=\"e08782e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-efa1295 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"efa1295\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Event Format:<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7ebcbcb elementor-widget elementor-widget-text-editor\" data-id=\"7ebcbcb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ul><li>Keynotes from EPG, NVIDIA &amp; others<\/li><li>Live demonstrations and product deep dives<\/li><li>Breakout sessions on new products powered by AURA<\/li><li>Networking with experts and fellow attendees<\/li><li>Exclusive evening event at EPG&#8217;s own fine dining restaurant, Lemabri<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1268f33 e-con-full e-flex e-con e-child\" data-id=\"1268f33\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-6796198 e-con-full e-flex e-con e-child\" data-id=\"6796198\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5f18312 e-con-full e-flex e-con e-child\" data-id=\"5f18312\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a337d7d elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"a337d7d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Key Highlights:<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cd2d90f elementor-widget elementor-widget-text-editor\" data-id=\"cd2d90f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ul><li>EPG AURA: AI-driven supply chain execution in action<\/li><li>First insights into new, unreleased products and concepts<\/li><li>Strategic insights into platform development &amp; partnerships<\/li><li>Practical use cases for efficiency improvement and cost reduction<\/li><li>Exchange with EPG experts and key stakeholders<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<section class=\"elementor-element elementor-element-f687f86 e-con-full top-border-beam e-flex e-con e-child\" data-id=\"f687f86\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-c0b52ae e-flex e-con-boxed e-con e-child\" data-id=\"c0b52ae\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-8d057b7 e-con-full e-flex e-con e-child\" data-id=\"8d057b7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-24f82cd elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"24f82cd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><span class=\"gradient-text\">Program Overview<\/span><\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-16d57b7 elementor-widget elementor-widget-heading\" data-id=\"16d57b7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Your First Look at Intelligent Logistics Powered by EPG AURA<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eedaadb elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget-widescreen__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"eedaadb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Experience two days of innovation, insights, and inspiration. Explore the world premiere of EPG AURA, dive into AI-powered solutions, engage with experts, and discover how the next era of intelligent supply chain execution is taking shape. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b0759a9 e-con-full e-grid e-con e-child\" data-id=\"b0759a9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-3932acc e-con-full e-flex e-con e-child\" data-id=\"3932acc\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-00be5f1 e-con-full e-flex e-con e-child\" data-id=\"00be5f1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-81f8c75 elementor-widget elementor-widget-heading\" data-id=\"81f8c75\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Day 1 \u2013 Wednesday, February 25, 2026 <\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-52c0740 elementor-widget elementor-widget-text-editor\" data-id=\"52c0740\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ul><li><strong>12:00 PM \u2013 Welcome &amp; Refreshments<br><\/strong>Arrive, check in, and connect with fellow attendees while enjoying light refreshments before the program begins.<\/li><li><strong>12:30 PM \u2013 AURA Launch &amp; Keynotes<\/strong><br>Experience the official launch of EPG AURA and learn how it is setting new standards for intelligent logistics.<ul><li>World Premiere: EPG AURA<\/li><li>Keynote by NVIDIA: AI-Driven Logistics<\/li><li>Deep Dive: The AURA Environment<\/li><\/ul><\/li><\/ul><ul><li><strong>5:00 PM \u2013 End of Day 1 Program<\/strong><br>Shuttle service available to the hotel for check-in, with return transfer to the evening venue.<\/li><li><b>6:00 PM \u2013 Red-Carpet Event at Restaurant <\/b><b>Lemabri<\/b><ul><li>Dinner &amp; Networking: A relaxed evening focused on great food, meaningful conversations, and a business casual red-carpet atmosphere.<\/li><\/ul><\/li><\/ul><p>Shuttle service available after the evening event for transfers back to the hotel.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dd8d470 e-con-full e-flex e-con e-child\" data-id=\"dd8d470\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-7397b11 e-con-full e-flex e-con e-child\" data-id=\"7397b11\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-07023ad elementor-widget elementor-widget-heading\" data-id=\"07023ad\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Day 2 \u2013 Thursday, February 26, 2026<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0d45ef2 elementor-widget elementor-widget-text-editor\" data-id=\"0d45ef2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Shuttle service available in the morning from the hotel to the event venue.<\/p><ul><li><strong>9:30 \u2013 10:00 AM &#8211; Reconnect &amp; Reflect<br><\/strong>Start the day with informal networking over coffee and light bites.<\/li><li><strong>10:00 AM \u2013 12:00 PM &#8211; Product Highlights &amp; Updates<\/strong><ul><li>Keynote by Microsoft: Enterprise AI at Scale<\/li><li>EPG ONE Suite Powered by AURA<\/li><\/ul><\/li><li><strong>12:00 \u2013 1:00 PM &#8211; Lunch Break<\/strong><\/li><li><strong>1:00 \u2013 3:00 PM &#8211; Breakout Sessions &amp; Closing<\/strong><ul><li>Portfolio Highlights: Interactive deep dives into selected use cases and core portfolio components.<\/li><li>Closing Session<\/li><\/ul><\/li><li><strong>3:00 PM &#8211; End of Event<\/strong><\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-947d860 elementor-widget elementor-widget-heading\" data-id=\"947d860\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Kindly note that the keynote sessions will be held in English.<\/span>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d1c9b9e e-con-full e-grid e-con e-child\" data-id=\"d1c9b9e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-f4cbdf5 e-con-full e-flex e-con e-child\" data-id=\"f4cbdf5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-18d8863 e-con-full e-flex e-con e-child\" data-id=\"18d8863\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3a09fa4 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"3a09fa4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Shuttle Service<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e2e7196 elementor-widget elementor-widget-text-editor\" data-id=\"e2e7196\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Complimentary shuttles will connect the venue and the hotels. In the afternoon, guests may use the shuttle to drop off luggage and prepare for the evening event. Return transfers are provided afterward, with morning shuttles back to the venue the next day.  <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9bf7c5e e-con-full e-flex e-con e-child\" data-id=\"9bf7c5e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-44bfdf5 e-con-full e-flex e-con e-child\" data-id=\"44bfdf5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f177d29 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"f177d29\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Hotels<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-574fee6 elementor-widget elementor-widget-text-editor\" data-id=\"574fee6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>We have selected two hotels that offer both comfort and convenience.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e10b590 elementor-widget elementor-widget-button\" data-id=\"e10b590\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#elementor-action%3Aaction%3Doff_canvas%3Aopen%26settings%3DeyJpZCI6ImNiYmIyY2EiLCJkaXNwbGF5TW9kZSI6Im9wZW4ifQ%3D%3D\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Choose your stay<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<section class=\"elementor-element elementor-element-f9f1070 e-con-full e-flex e-con e-child\" data-id=\"f9f1070\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-c700455 e-flex e-con-boxed e-con e-child\" data-id=\"c700455\" data-element_type=\"container\" data-e-type=\"container\" id=\"contact\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-aaa1c04 e-con-full e-flex e-con e-child\" data-id=\"aaa1c04\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-76bc9f0 e-con-full aura-glass-card e-flex e-con e-child\" data-id=\"76bc9f0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-fb19c24 e-con-full e-flex e-con e-child\" data-id=\"fb19c24\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-75ababf e-con-full e-flex e-con e-child\" data-id=\"75ababf\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a67fa65 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"a67fa65\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Registration<\/br><span class=\"gradient-text\">Exclusive Sneak Preview<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bc7670d elementor-widget elementor-widget-heading\" data-id=\"bc7670d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">February 25\u201326, 2026, at the Logistics Solution Center in Boppard-Buchholz<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6bca20e e-con-full e-flex e-con e-child\" data-id=\"6bca20e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dde4ee1 elementor-widget__width-auto elementor-widget elementor-widget-image\" data-id=\"dde4ee1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1000\" height=\"200\" data-src=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/epg-aura_logo.png.webp\" class=\"attachment-large size-large wp-image-165085 lazyload\" alt=\"\" data-srcset=\"https:\/\/dev.epg.com\/wp-content\/smush-webp\/epg-aura_logo.png.webp 1000w, https:\/\/dev.epg.com\/wp-content\/smush-webp\/epg-aura_logo-768x154.png.webp 768w\" data-sizes=\"(max-width: 1000px) 100vw, 1000px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1000px; --smush-placeholder-aspect-ratio: 1000\/200;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-094c137 e-con-full e-flex e-con e-child\" data-id=\"094c137\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-525b890 e-con-full e-flex e-con e-child\" data-id=\"525b890\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5d60cd9 elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"5d60cd9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"US Contact form Sneak Preview AURA\" aria-label=\"US Contact form Sneak Preview AURA\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"167609\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"5d60cd9\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"\" \/>\n\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-first_name elementor-col-33 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-first_name\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tFirst name\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[first_name]\" id=\"form-field-first_name\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"First name*\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-last_name elementor-col-33 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-last_name\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tLast name\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[last_name]\" id=\"form-field-last_name\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Last name*\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-33 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-email\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tBusiness email\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Business email*\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-company elementor-col-33 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-company\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tCompany\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[company]\" id=\"form-field-company\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Company*\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-Jobtitel elementor-col-33\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-Jobtitel\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tPosition\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[Jobtitel]\" id=\"form-field-Jobtitel\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Position\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-tel elementor-field-group elementor-column elementor-field-group-phone_number elementor-col-33 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-phone_number\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tPhone\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<input size=\"1\" type=\"tel\" name=\"form_fields[phone_number]\" id=\"form-field-phone_number\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Phone*\" required=\"required\" pattern=\"[0-9()#&amp;+*-=.]+\" title=\"Only numbers and phone characters (#, -, *, etc) are accepted.\">\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-html elementor-field-group elementor-column elementor-field-group-participants elementor-col-100\">\n\t\t\t\t\t<style=\"color:#222222;\">Number of accompanying persons (max. 3):\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-participants_number elementor-col-33\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-participants_number\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tParticipants\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-caret-down\"><\/i>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[participants_number]\" id=\"form-field-participants_number\" class=\"elementor-field-textual elementor-size-sm\">\n\t\t\t\t\t\t\t\t\t<option value=\"Number of accompanying persons*\">Number of accompanying persons*<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"0\">0<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"1\">1<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"2\">2<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"3\">3<\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-participants_details elementor-col-66\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-participants_details\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tParticipants Details \t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field  elementor-size-sm\" name=\"form_fields[participants_details]\" id=\"form-field-participants_details\" rows=\"3\" placeholder=\"Depending on the number of accompanying persons, please provide: First Name, Last Name, Email\"><\/textarea>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-message\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tMessage\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field  elementor-size-sm\" name=\"form_fields[message]\" id=\"form-field-message\" rows=\"2\" placeholder=\"Message\"><\/textarea>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-html elementor-field-group elementor-column elementor-field-group-privacy_policy elementor-col-100\">\n\t\t\t\t\tBy submitting your data, you consent to the details you have provided on this form being processed. Your data is processed to respond to your query. I accept the <a href=\"https:\/\/dev.epg.com\/us\/privacy-policy\/\" style=\"color: #247963; font-weight: bold;\">privacy policy<\/a>.  \t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text\">\n\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[honeypot]\" id=\"form-field-honeypot\" class=\"elementor-field elementor-size-sm \" style=\"display:none !important;\">\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-track_current_url elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"hidden\" name=\"form_fields[track_current_url]\" id=\"form-field-track_current_url\" class=\"elementor-field elementor-size-sm  elementor-field-textual\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-track_country elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"hidden\" name=\"form_fields[track_country]\" id=\"form-field-track_country\" class=\"elementor-field elementor-size-sm  elementor-field-textual\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-p_intrested_in elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"hidden\" name=\"form_fields[p_intrested_in]\" id=\"form-field-p_intrested_in\" class=\"elementor-field elementor-size-sm  elementor-field-textual\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-sm\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">REGISTER NOW<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<section class=\"elementor-element elementor-element-857c088 e-con-full bg-dots e-flex e-con e-child\" data-id=\"857c088\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-8fef738 e-flex e-con-boxed e-con e-child\" data-id=\"8fef738\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-1b8bca2 e-con-full e-flex e-con e-child\" data-id=\"1b8bca2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f2025ac elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"f2025ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">FAQ \u2013 EPG AURA\u2122 <span class=\"gradient-text\">Exclusive Sneak Preview<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-13c977f elementor-widget__width-initial elementor-widget-widescreen__width-inherit elementor-widget elementor-widget-heading\" data-id=\"13c977f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Here you\u2019ll find answers to the most common questions about our EPG AURA\u2122 Sneak Preview.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0ff43fd e-con-full e-flex e-con e-child\" data-id=\"0ff43fd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bca47d4 elementor-widget elementor-widget-n-accordion\" data-id=\"bca47d4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:300,&quot;sizes&quot;:[]},&quot;default_state&quot;:&quot;all_collapsed&quot;,&quot;max_items_expended&quot;:&quot;one&quot;}\" data-widget_type=\"nested-accordion.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-accordion\" aria-label=\"Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys\">\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1970\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1970\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\">  When and where does the event take place? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1970\" class=\"elementor-element elementor-element-1f8dcb5 e-con-full e-flex e-con e-child\" data-id=\"1f8dcb5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3bf2d73 elementor-widget elementor-widget-text-editor\" data-id=\"3bf2d73\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>25\u201326 February 2026 | Logistics Solution Center, Boppard-Buchholz, Germany<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1971\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1971\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Is there an evening program or networking event? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1971\" class=\"elementor-element elementor-element-29ea221 e-con-full e-flex e-con e-child\" data-id=\"29ea221\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cacb6fb elementor-widget elementor-widget-text-editor\" data-id=\"cacb6fb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tYes, on the first day of the event we invite you to an exclusive evening program at Restaurant Lemabri in Boppard-Buchholz. Enjoy dinner and networking opportunities in a relaxed, premium atmosphere. \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1972\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1972\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> What is the Red Carpet Event? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1972\" class=\"elementor-element elementor-element-0177756 e-con-full e-flex e-con e-child\" data-id=\"0177756\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2e6da97 elementor-widget elementor-widget-text-editor\" data-id=\"2e6da97\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>The Red Carpet Event is an exclusive evening dinner and networking experience hosted at our own restaurant, Lemabri. Guests can enjoy refined, high-quality cuisine in a relaxed business casual dress code while connecting with peers and EPG experts in an informal, elegant atmosphere. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1973\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1973\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Who is eligible to attend? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1973\" class=\"elementor-element elementor-element-e7ee6c0 e-con-full e-flex e-con e-child\" data-id=\"e7ee6c0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c30a5fd elementor-widget elementor-widget-text-editor\" data-id=\"c30a5fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Invite-only: exclusively for EPG customers and selected sales opportunities. Participation is only possible with an official invitation. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1974\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1974\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> In which languages will the event be held? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1974\" class=\"elementor-element elementor-element-97f1556 e-con-full e-flex e-con e-child\" data-id=\"97f1556\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2f89ccf elementor-widget elementor-widget-text-editor\" data-id=\"2f89ccf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>The event will be conducted primarily in English, with selected content also available in German.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1975\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"6\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1975\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Is there a cost to attend? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1975\" class=\"elementor-element elementor-element-3fa1cd0 e-con-full e-flex e-con e-child\" data-id=\"3fa1cd0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-38e7ec5 elementor-widget elementor-widget-text-editor\" data-id=\"38e7ec5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>No, attendance is completely free of charge.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1976\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"7\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1976\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Are hotel options and transport available for attendees? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1976\" class=\"elementor-element elementor-element-569acea e-con-full e-flex e-con e-child\" data-id=\"569acea\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b84633a elementor-widget elementor-widget-text-editor\" data-id=\"b84633a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>A limited hotel contingent is available. Details will be shared shortly. A shuttle service will connect the hotel and the event location.  <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1977\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"8\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1977\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> How can I reach the venue by car or public transport? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1977\" class=\"elementor-element elementor-element-1251d5f e-con-full e-flex e-con e-child\" data-id=\"1251d5f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fd4d26a elementor-widget elementor-widget-text-editor\" data-id=\"fd4d26a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>By Car: Easily accessible via A61 (Boppard exit). Buchholz is slightly outside the city center; enter the exact address in your navigation system. <\/p><p>By Train: Arrive at Boppard Hauptbahnhof. A taxi or bus is required to reach the Logistics Solution Center. <\/p><p>Address: Alte R\u00f6merstra\u00dfe 3a, 56154 Boppard-Buchholz<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1978\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"9\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1978\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Who can I contact for further information? <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-arrow-down\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1978\" class=\"elementor-element elementor-element-007793d e-con-full e-flex e-con e-child\" data-id=\"007793d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f346801 elementor-widget elementor-widget-text-editor\" data-id=\"f346801\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Please write to us at <a href=\"mailto:info@epg.com\"><span style=\"display:inline;unicode-bidi:bidi-override;direction:rtl;\" class=\"\">moc.gpe<span style=\"display:none;\">obfsctd-656d45<\/span>&#64;ofni<\/span><\/a>.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<script type=\"application\/ld+json\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"When and where does the event take place?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"25\\u201326 February 2026 | Logistics Solution Center, Boppard-Buchholz, Germany\"}},{\"@type\":\"Question\",\"name\":\"Is there an evening program or networking event?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes, on the first day of the event we invite you to an exclusive evening program at Restaurant Lemabri in Boppard-Buchholz. Enjoy dinner and networking opportunities in a relaxed, premium atmosphere.\"}},{\"@type\":\"Question\",\"name\":\"What is the Red Carpet Event?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The Red Carpet Event is an exclusive evening dinner and networking experience hosted at our own restaurant, Lemabri. Guests can enjoy refined, high-quality cuisine in a relaxed business casual dress code while connecting with peers and EPG experts in an informal, elegant atmosphere.\"}},{\"@type\":\"Question\",\"name\":\"Who is eligible to attend?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Invite-only: exclusively for EPG customers and selected sales opportunities. Participation is only possible with an official invitation.\"}},{\"@type\":\"Question\",\"name\":\"In which languages will the event be held?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The event will be conducted primarily in English, with selected content also available in German.\"}},{\"@type\":\"Question\",\"name\":\"Is there a cost to attend?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"No, attendance is completely free of charge.\"}},{\"@type\":\"Question\",\"name\":\"Are hotel options and transport available for attendees?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"A limited hotel contingent is available. Details will be shared shortly. A shuttle service will connect the hotel and the event location.\"}},{\"@type\":\"Question\",\"name\":\"How can I reach the venue by car or public transport?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"By Car: Easily accessible via A61 (Boppard exit). Buchholz is slightly outside the city center; enter the exact address in your navigation system. By Train: Arrive at Boppard Hauptbahnhof. A taxi or bus is required to reach the Logistics Solution Center. Address: Alte R\\u00f6merstra\\u00dfe 3a, 56154 Boppard-Buchholz\"}},{\"@type\":\"Question\",\"name\":\"Who can I contact for further information?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Please write to us at <span style=\"display:inline;unicode-bidi:bidi-override;direction:rtl;\" class=\"\">moc.gpe<span style=\"display:none;\">obfsctd-406f80<\/span>&#64;ofni<\/span>.\"}}]}<\/script>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t\t\t<\/main>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Four Point Flex Koblenz 109,00\u20ac\/ Night incl. Breakfast Code: EPGAURA Booking via E-Mail Mercure Hotel Koblenz Starting at 163,49\u20ac\/ Night incl. Breakfast Booking via Mercure Website Four Point Flex Koblenz 109,00\u20ac\/ Night incl. Breakfast Code: EPGAURA Booking via E-Mail Mercure Hotel Koblenz Starting at 163,49\u20ac\/ Night incl. Breakfast Booking via Mercure Website Powered by Exclusive [&hellip;]<\/p>\n","protected":false},"author":20,"featured_media":0,"parent":165270,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_seopress_titles_title":"EPG AURA\u2122 Sneak Preview \u2013 Experience A New Era of Supply Chain Intelligence","_seopress_titles_desc":"EPG AURA is our AI-powered environment that transforms the EPG ONE Suite into an agentic, unified, and resilient supply chain execution suite.","_seopress_robots_index":"yes","_seopress_robots_follow":"yes","_seopress_robots_imageindex":"yes","_seopress_robots_snippet":"yes","_seopress_robots_primary_cat":"","_seopress_robots_breadcrumbs":"","_seopress_robots_freeze_modified_date":"","_seopress_robots_custom_modified_date":"","_seopress_robots_canonical":"","_seopress_social_fb_title":"","_seopress_social_fb_desc":"","_seopress_social_fb_img":"","_seopress_social_fb_img_attachment_id":0,"_seopress_social_fb_img_width":0,"_seopress_social_fb_img_height":0,"_seopress_social_twitter_title":"","_seopress_social_twitter_desc":"","_seopress_social_twitter_img":"","_seopress_social_twitter_img_attachment_id":0,"_seopress_social_twitter_img_width":0,"_seopress_social_twitter_img_height":0,"_seopress_redirections_value":"","_seopress_redirections_enabled":"","_seopress_redirections_enabled_regex":"","_seopress_redirections_logged_status":"both","_seopress_redirections_param":"","_seopress_redirections_type":301,"_seopress_analysis_target_kw":"","content-type":"","footnotes":""},"class_list":["post-167609","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/dev.epg.com\/us\/wp-json\/wp\/v2\/pages\/167609","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dev.epg.com\/us\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dev.epg.com\/us\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dev.epg.com\/us\/wp-json\/wp\/v2\/users\/20"}],"replies":[{"embeddable":true,"href":"https:\/\/dev.epg.com\/us\/wp-json\/wp\/v2\/comments?post=167609"}],"version-history":[{"count":4,"href":"https:\/\/dev.epg.com\/us\/wp-json\/wp\/v2\/pages\/167609\/revisions"}],"predecessor-version":[{"id":173097,"href":"https:\/\/dev.epg.com\/us\/wp-json\/wp\/v2\/pages\/167609\/revisions\/173097"}],"up":[{"embeddable":true,"href":"https:\/\/dev.epg.com\/us\/wp-json\/wp\/v2\/pages\/165270"}],"wp:attachment":[{"href":"https:\/\/dev.epg.com\/us\/wp-json\/wp\/v2\/media?parent=167609"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}