#keywordSelectMobile{display:none}.custom-search-container{--handle-height:12px;--control-height:36px;--border-radius:12px;--accent-color:#2563eb;--search-btn:#6dc94c;--search-btn-hover:#000000;position:fixed;width:min(95%,380px);background:#fff;border:1px solid #e2e8f0;border-radius:var(--border-radius);box-shadow:0 4px 20px rgba(0,0,0,.12);z-index:99998;right:20px;bottom:20px;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,sans-serif;padding:8px;cursor:grab;user-select:none;touch-action:none;padding-bottom:20px}.custom-search-container:active{cursor:grabbing}.keyword-dropdown{position:relative;margin-bottom:8px}#keywordDropdownButton{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;color:#334155;cursor:pointer;font-size:14px}#keywordDropdownButton svg{transition:transform .2s}.keyword-dropdown.active #keywordDropdownButton svg{transform:rotate(180deg)}.dropdown-menu{position:absolute;width:100%;max-height:300px;overflow-y:auto;background:#fff;border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 4px 6px rgba(0,0,0,.1);z-index:100000;display:none;margin-top:4px}.keyword-dropdown.active .dropdown-menu{display:block}.dropdown-item{padding:8px 12px;cursor:pointer;border-bottom:1px solid #f1f5f9;font-size:14px;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.dropdown-item:hover{background:#f8fafc}.dropdown-item:last-child{border-bottom:none}#customSearchInput{width:100%;height:var(--control-height);padding:0 16px;border:none;border-bottom:1px solid #f1f5f9;outline:none;font-size:15px;color:#1e293b;margin-bottom:8px}.search-controls{display:flex;align-items:center;padding:8px 0;gap:8px}#customSearchButton{background:var(--search-btn);color:#fff;border:none;border-radius:8px;padding:0 16px;font-weight:600;font-size:14px;height:var(--control-height);transition:background .2s}#customSearchButton:hover{background:var(--search-btn-hover)}#customSearchPrev,#customSearchNext{width:var(--control-height);height:var(--control-height);background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;position:relative}#customSearchClear{min-width:var(--control-height);height:var(--control-height);padding:0 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;color:#334155;display:flex;align-items:center;justify-content:center;transition:background .2s}#customSearchClear:hover{background:#e2e8f0}#customSearchPrev::after,#customSearchNext::after{content:"";display:block;width:0;height:0;border-style:solid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#customSearchPrev::after{border-width:8px 12px 8px 0;border-color:transparent #334155 transparent transparent}#customSearchNext::after{border-width:8px 0 8px 12px;border-color:transparent transparent transparent #334155}#customSearchResults{flex:1;text-align:center;font-size:14px;font-weight:500;color:#64748b;padding:0 8px}.exact-match-control{display:inline-flex;align-items:center;margin-left:8px;font-size:.8em;vertical-align:middle}.exact-match-control input[type=checkbox]{margin-right:4px;vertical-align:middle;border:1px solid grey}.exact-match-control label{vertical-align:middle;cursor:pointer;font-size:1em;line-height:1.25}.custom-search-highlight{background-color:#ff0!important;color:#000!important;padding:0 1px;border-radius:2px}.custom-search-current{background-color:#ffeb3b!important;box-shadow:0 0 0 2px var(--accent-color)!important;position:relative;z-index:1}.search-toggle-button{display:none;position:fixed;right:20px;bottom:86px;width:56px;height:56px;border-radius:50%;background:#6dc94c;color:#fff;border:none;box-shadow:0 4px 12px rgba(0,0,0,.2);z-index:99999;cursor:pointer;justify-content:center;align-items:center;font-size:24px;transition:transform .2s,background .2s}.search-toggle-button::after{content:"🔍"}.search-toggle-button.active::after{content:"✕"}.search-toggle-button.active{background:#f44}.search-toggle-button:active{transform:scale(.95)}@media(max-width:768px){.search-toggle-button{display:flex;bottom:86px}.custom-search-container{transform:translateY(20px);opacity:0;pointer-events:none;transition:all .3s ease;bottom:150px;max-height:calc(100vh - 250px);overflow-y:auto;padding-bottom:40px}.custom-search-container.visible{transform:translateY(0);opacity:1;pointer-events:auto}.dropdown-menu{max-height:200px;overflow-y:auto;position:absolute;top:100%;left:0;right:0;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y}.dropdown-item{padding:12px 16px;touch-action:pan-y;user-select:none;-webkit-user-select:none}.dropdown-menu::before,.dropdown-menu::after{content:'';position:absolute;left:0;right:0;height:1px;background:0 0}.dropdown-menu::before{top:0}.dropdown-menu::after{bottom:0}}@media(max-width:768px){.dropdown-menu{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scroll-behavior:smooth;padding-bottom:8px}.dropdown-item{padding:16px 20px;font-size:16px}}@media(max-width:768px){#keywordDropdownButton,#keywordDropdownMenu{display:none!important}.mobile-keyword-select{width:100%;padding:10px;font-size:15px;margin-bottom:8px;border:1px solid #e2e8f0;border-radius:6px}}@media(prefers-color-scheme:dark){.custom-search-container{background:rgba(15,23,42,.9);border-color:#1e293b;padding-bottom:40px}#customSearchInput{color:#f8fafc;border-bottom-color:#334155;background:0 0}.search-controls{background:rgba(15,23,42,.8)}#customSearchPrev,#customSearchNext,#customSearchClear{background:#1e293b;border-color:#334155}#keywordDropdownButton{background:#1e293b;border-color:#334155;color:#f8fafc}.dropdown-menu{background:#1e293b;border-color:#334155}.dropdown-item{color:#f8fafc;border-bottom-color:#334155}.dropdown-item:hover{background:#334155}#customSearchClear{color:#f8fafc}#customSearchClear:hover{background:#334155}.search-toggle-button{background:#6dc94c}.search-toggle-button.active{background:#f44}}@media(max-width:768px){.keyword-dropdown{display:none!important}}.custom-video-wrapper{max-width:750px;background-color:#000;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.2)}.custom-video-wrapper video{width:100%;height:auto;display:block;background-color:#000;outline:none}.speaker::before{content:"";display:inline-block;width:1.2em;height:1.2em;margin-right:.3em;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M123.6 391.3c12.9-9.4 29.6-11.8 44.6-6.4c26.5 9.6 56.2 15.1 87.8 15.1c124.7 0 208-80.5 208-160s-83.3-160-208-160S48 160.5 48 240c0 32 12.4 62.8 35.7 89.2c8.6 9.7 12.8 22.5 11.8 35.5c-1.4 18.1-5.7 34.7-11.3 49.4c17-7.9 31.1-16.7 39.4-22.7zM21.2 431.9c1.8-2.7 3.5-5.4 5.1-8.1c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208s-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6c-15.1 6.6-32.3 12.6-50.1 16.1c-.8 .2-1.6 .3-2.4 .5c-4.4 .8-8.7 1.5-13.2 1.9c-.2 0-.5 .1-.7 .1c-5.1 .5-10.2 .8-15.3 .8c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c4.1-4.2 7.8-8.7 11.3-13.5c1.7-2.3 3.3-4.6 4.8-6.9l.3-.5z'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;vertical-align:top;transform:scaleX(-1)}.speaker{font-weight:700;color:#2a76b7;margin:10px 0 0!important}p.transcript{padding-left:2.5em}.transcript{margin:.75em}.keyword{font-weight:700;background-color:#d4f8d4;padding:0 2px;border-radius:2px}p.transcript a{color:blue;text-decoration:underline}p.transcript a:hover{color:green}.visionreportComponentThb{margin-top:3px!important}.speaker-icon{display:inline-block;width:1.2em;vertical-align:middle;margin-right:.4em}.keyword{font-weight:700;background-color:#d4f8d4;padding:0 2px;border-radius:2px;border:1px solid #000}.ai{font-weight:700;color:#fff;background-color:#8566ac;padding:0 2px;border-radius:2px;border:1px solid #000}.beverages{font-weight:700;color:#fff;background-color:#fc0404;padding:0 2px;border-radius:2px;border:1px solid #000}.channelBlurring{font-weight:700;background-color:#cabfaa;padding:0 2px;border-radius:2px;border:1px solid #000}.computerVision{font-weight:700;color:#fff;background-color:#8566ac;padding:0 2px;border-radius:2px;border:1px solid #000}.construction{font-weight:700;color:#fff;background-color:#8566ac;padding:0 2px;border-radius:2px;border:1px solid #000}.consumerBehavior{font-weight:700;background-color:#ebdb26;padding:0 2px;border-radius:2px;border:1px solid #000}.consumerEngagement{font-weight:700;background-color:#ebdb26;padding:0 2px;border-radius:2px;border:1px solid #000}.consumerExperience{font-weight:700;background-color:#ebdb26;padding:0 2px;border-radius:2px;border:1px solid #000}.consumerIncentives{font-weight:700;color:#fff;background-color:#d9751b;padding:0 2px;border-radius:2px;border:1px solid #000}.customerBehavior{font-weight:700;background-color:#ebdb26;padding:0 2px;border-radius:2px;border:1px solid #000}.customerExperience{font-weight:700;background-color:#ebdb26;padding:0 2px;border-radius:2px;border:1px solid #000}.cybersecurity{font-weight:700;color:#fff;background-color:#8566ac;padding:0 2px;border-radius:2px;border:1px solid #000}.delivery{font-weight:700;color:#fff;background-color:#d02830;padding:0 2px;border-radius:2px;border:1px solid #000}.data{font-weight:700;background-color:#ebdb26;padding:0 2px;border-radius:2px;border:1px solid #000}.dataAnalysis{font-weight:700;background-color:#ebdb26;padding:0 2px;border-radius:2px;border:1px solid #000}.digitalCoupons{font-weight:700;background-color:#ebdb26;padding:0 2px;border-radius:2px;border:1px solid #000}.digitalInfastructure{font-weight:700;color:#fff;background-color:#8566ac;padding:0 2px;border-radius:2px;border:1px solid #000}.driveThru{font-weight:700;color:#fff;background-color:#d02830;padding:0 2px;border-radius:2px;border:1px solid #000}.foodservice{font-weight:700;color:#fff;background-color:#d02830;padding:0 2px;border-radius:2px;border:1px solid #000}.fuels{font-weight:700;background-color:#9e702a;padding:0 2px;border-radius:2px;border:1px solid #000}.electricVehicles{font-weight:700;color:#fff;background-color:#d9751b;padding:0 2px;border-radius:2px;border:1px solid #000}.evCharging{font-weight:700;background-color:#d9751b;padding:0 2px;border-radius:2px;border:1px solid #000}.evEquipment{font-weight:700;background-color:#d9751b;padding:0 2px;border-radius:2px;border:1px solid #000}.electricVehicles{font-weight:700;color:#fff;background-color:#d9751b;padding:0 2px;border-radius:2px;border:1px solid #000}.evInfrastructure{font-weight:700;color:#fff;background-color:#d9751b;padding:0 2px;border-radius:2px;border:1px solid #000}.facilities{font-weight:700;color:#fff;background-color:#507d55;padding:0 2px;border-radius:2px;border:1px solid #000}.foodservice{font-weight:700;background-color:#fc0404;padding:0 2px;border-radius:2px;border:1px solid #000}.geofencing{font-weight:700;background-color:#ebdb26;padding:0 2px;border-radius:2px;border:1px solid #000}.health{font-weight:700;background-color:#bbbaba;padding:0 2px;border-radius:2px;border:1px solid #000}.infrastructureIncentives{font-weight:700;color:#fff;background-color:#d9751b;padding:0 2px;border-radius:2px;border:1px solid #000}.inventoryManagement{font-weight:700;color:#fff;background-color:#507d55;padding:0 2px;border-radius:2px;border:1px solid #000}.labor{font-weight:700;color:#fff;background-color:#5280ab;padding:0 2px;border-radius:2px;border:1px solid #000}.legislation{font-weight:700;background-color:#e1af82;padding:0 2px;border-radius:2px;border:1px solid #000}.logistics{font-weight:700;background-color:#bc61a6;padding:0 2px;border-radius:2px;border:1px solid #000}.loyaltyPrograms{font-weight:700;background-color:#ebdb26;padding:0 2px;border-radius:2px;border:1px solid #000}.marketing{font-weight:700;background-color:#ebdb26;padding:0 2px;border-radius:2px;border:1px solid #000}.marketingComm{font-weight:700;background-color:#ebdb26;padding:0 2px;border-radius:2px;border:1px solid #000}.menuDevelopment{font-weight:700;color:#fff;background-color:#fc0404;padding:0 2px;border-radius:2px;border:1px solid #000}.operations{font-weight:700;color:#fff;background-color:#507d55;padding:0 2px;border-radius:2px;border:1px solid #000}.paymentSystems{font-weight:700;color:#fff;background-color:#8566ac;padding:0 2px;border-radius:2px;border:1px solid #000}.pos{font-weight:700;color:#fff;background-color:#8566ac;padding:0 2px;border-radius:2px;border:1px solid #000}.pricing{font-weight:700;background-color:#ebdb26;padding:0 2px;border-radius:2px;border:1px solid #000}.retailMedia{font-weight:700;background-color:#ebdb26;padding:0 2px;border-radius:2px;border:1px solid #000}.roi{font-weight:700;color:#fff;background-color:#507d55;padding:0 2px;border-radius:2px;border:1px solid #000}.security{font-weight:700;color:#fff;background-color:#507d55;padding:0 2px;border-radius:2px;border:1px solid #000}.selfCheckout{font-weight:700;color:#fff;background-color:#8566ac;padding:0 2px;border-radius:2px;border:1px solid #000}.strategy{font-weight:700;background-color:#89e7f5;padding:0 2px;border-radius:2px;border:1px solid #000}.supplyChain{font-weight:700;background-color:#bc61a6;padding:0 2px;border-radius:2px;border:1px solid #000}.technology{font-weight:700;color:#fff;background-color:#8566ac;padding:0 2px;border-radius:2px;border:1px solid #000}.training{font-weight:700;color:#fff;background-color:#5280ab;padding:0 2px;border-radius:2px;border:1px solid #000}.utilities{font-weight:700;color:#fff;background-color:#d9751b;padding:0 2px;border-radius:2px;border:1px solid #000}.vendorRelations{font-weight:700;background-color:#ebdb26;padding:0 2px;border-radius:2px;border:1px solid #000}.workforce{font-weight:700;color:#fff;background-color:#5280ab;padding:0 2px;border-radius:2px;border:1px solid #000}