The Live Workshop is a custom consulting engagement. It includes a live security consultant for 90 minutes, interactive live hacking demonstrations tailored to your industry, and a real-time Q&A session. The On-Demand course is a scalable digital product built for self-paced learning and broad compliance tracking.
Q
Do I still need the On-Demand course after the Live Workshop?
We recommend it. The Workshop is excellent for initial awareness and "buy-in" from skeptical staff. However, the On-Demand course provides the detailed, step-by-step protocols (like the Digital Codeword setup) that employees need to review as part of their long-term training requirement.
Q
Is the course material updated for new threats?
Yes. The "Human Firewall" curriculum is updated quarterly to address emerging AI threats, including voice-cloning vishing attacks and AI-generated deepfake video scenarios. Team Pass owners receive access to these updates for a full year.
Q
Who should attend the "VIP After-Party"?
The 30-minute VIP session following a Live Workshop is strictly for firm owners, partners, and IT decision-makers. This is where we discuss the strategic implementation of security policies, WISP drafting, and how to integrate the training results into your liability insurance renewal.
/* --- HUMAN LAYER LABS GLOBAL STYLES --- */
/* 1. Global Font Import */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap');
/* 2. Fix "Tiny Text" & Scale Issues
LearnWorlds often sets root font-size to 62.5% (10px).
This forces it back to standard 16px for your content.
*/
html, body {
font-size: 16px !important;
font-family: 'Raleway', sans-serif !important;
line-height: 1.5;
-webkit-font-smoothing: antialiased;
color: #1e293b; /* Slate-800 default text */
}
/* 3. Force Full Width Layout
Removes default padding that creates "white boxes" around content.
*/
.w-full {
width: 100% !important;
max-width: 100% !important;
box-sizing: border-box;
}
/* 4. Global Background Patterns
(You can now remove these from individual HTML blocks)
*/
.hero-pattern {
background-color: #0f172a; /* Slate-900 */
background-image: radial-gradient(#1e293b 1px, transparent 1px);
background-size: 30px 30px;
}
.hero-bg {
background-color: #0f172a;
background-image:
radial-gradient(at 0% 0%, rgba(56, 189, 248, 0.1) 0px, transparent 50%),
radial-gradient(at 100% 100%, rgba(14, 165, 233, 0.1) 0px, transparent 50%);
}
.glass-card {
background: rgba(255, 255, 255, 0.05);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.1);
}
/* 5. Override LearnWorlds Container Constraints
This attempts to break out of boxed layouts if the setting was missed.
*/
[data-testid="html-widget"] {
max-width: 100% !important;
padding: 0 !important;
margin: 0 !important;
}