{"campaignId":"68fb664bffebfb003ce2a231","campaignVersionId":"69fb3b02f99c27df56831939","companyId":"6639155c9d634b0014e717b0","pageId":"692a2db4587318003c52f7e7","pageName":"Wertversprechen","pageSlug":"page_ohw4ig","tag":"landing","components":[{"_id":"692a2db4587318003c52f7ec","type":"component","isTemplate":false,"name":"embed","components":[],"allowedChildSections":[],"componentType":"embed","content":{"body":"&lt;!DOCTYPE html&gt;\n&lt;html lang=&quot;de&quot;&gt;\n&lt;head&gt;\n&lt;meta charset=&quot;UTF-8&quot;&gt;\n&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;\n&lt;title&gt;Trading Videokurs&lt;/title&gt;\n&lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot;&gt;\n&lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.gstatic.com&quot; crossorigin&gt;\n&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&amp;family=Playfair+Display:ital,wght@0,700;0,800;1,700&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;\n&lt;style&gt;\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    font-family: &#39;Inter&#39;, -apple-system, BlinkMacSystemFont, sans-serif;\n    background: #06060b;\n    color: #fff;\n    overflow-x: hidden;\n  }\n\n  .quiz-section {\n    max-width: 520px;\n    width: 100%;\n    margin: 0 auto;\n    padding: 28px 16px 20px;\n    position: relative;\n  }\n\n  .quiz-section::before {\n    content: &#39;&#39;;\n    position: absolute;\n    top: 40%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    width: 420px;\n    height: 420px;\n    background: radial-gradient(circle, rgba(16, 183, 253, 0.08) 0%, rgba(100, 60, 255, 0.04) 40%, transparent 70%);\n    pointer-events: none;\n    z-index: 0;\n  }\n\n  .hero-block {\n    position: relative;\n    background: linear-gradient(168deg, #111118 0%, #14142a 35%, #16213e 70%, #1a1028 100%);\n    border: 1px solid rgba(255, 255, 255, 0.07);\n    border-radius: 28px;\n    padding: 44px 28px 40px;\n    text-align: center;\n    box-shadow:\n      0 4px 30px rgba(0, 0, 0, 0.5),\n      0 0 100px rgba(16, 183, 253, 0.05),\n      0 0 60px rgba(140, 60, 255, 0.04),\n      inset 0 1px 0 rgba(255, 255, 255, 0.06);\n    overflow: hidden;\n    z-index: 1;\n  }\n\n  .hero-block::before {\n    content: &#39;&#39;;\n    position: absolute;\n    top: -100px;\n    right: -60px;\n    width: 300px;\n    height: 300px;\n    background: radial-gradient(circle, rgba(16, 183, 253, 0.12) 0%, rgba(80, 120, 255, 0.05) 40%, transparent 70%);\n    pointer-events: none;\n  }\n\n  .hero-block::after {\n    content: &#39;&#39;;\n    position: absolute;\n    bottom: -80px;\n    left: -40px;\n    width: 260px;\n    height: 260px;\n    background: radial-gradient(circle, rgba(255, 200, 60, 0.08) 0%, rgba(255, 160, 80, 0.03) 40%, transparent 70%);\n    pointer-events: none;\n  }\n\n  .shimmer-overlay {\n    position: absolute;\n    top: 0; left: 0; right: 0; bottom: 0;\n    pointer-events: none;\n    overflow: hidden;\n    border-radius: 28px;\n    z-index: 2;\n  }\n\n  .shimmer-overlay::after {\n    content: &#39;&#39;;\n    position: absolute;\n    top: -50%; left: -60%;\n    width: 40%; height: 200%;\n    background: linear-gradient(105deg, transparent 0%, rgba(255,255,255,0.012) 30%, rgba(255,255,255,0.04) 50%, rgba(255,255,255,0.012) 70%, transparent 100%);\n    animation: shimmer-sweep 6s ease-in-out infinite;\n    transform: rotate(15deg);\n  }\n\n  @keyframes shimmer-sweep {\n    0% { left: -60%; }\n    40% { left: 120%; }\n    100% { left: 120%; }\n  }\n\n  .badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    background: rgba(16, 183, 253, 0.08);\n    border: 1px solid rgba(16, 183, 253, 0.20);\n    border-radius: 100px;\n    padding: 7px 18px;\n    font-size: 11px;\n    font-weight: 600;\n    color: #10B7FD;\n    letter-spacing: 1.4px;\n    text-transform: uppercase;\n    margin-bottom: 28px;\n    position: relative;\n    z-index: 3;\n    backdrop-filter: blur(8px);\n    -webkit-backdrop-filter: blur(8px);\n  }\n\n  .badge-dot {\n    width: 6px; height: 6px;\n    background: #10B7FD;\n    border-radius: 50%;\n    animation: pulse-dot 2s ease-in-out infinite;\n    box-shadow: 0 0 6px rgba(16, 183, 253, 0.5);\n  }\n\n  @keyframes pulse-dot {\n    0%, 100% { opacity: 1; box-shadow: 0 0 6px rgba(16, 183, 253, 0.5); }\n    50% { opacity: 0.6; box-shadow: 0 0 12px rgba(16, 183, 253, 0.3), 0 0 0 5px rgba(16, 183, 253, 0); }\n  }\n\n  .accent-label {\n    font-family: &#39;Playfair Display&#39;, Georgia, serif;\n    font-style: italic;\n    font-size: 15px;\n    color: #10B7FD;\n    margin-bottom: 12px;\n    position: relative;\n    z-index: 3;\n    opacity: 0.85;\n  }\n\n  .main-headline {\n    font-family: &#39;Playfair Display&#39;, Georgia, serif;\n    font-size: 28px;\n    font-weight: 800;\n    line-height: 1.25;\n    margin-bottom: 6px;\n    color: #fff;\n    position: relative;\n    z-index: 3;\n    text-shadow: 0 2px 20px rgba(255, 255, 255, 0.06);\n  }\n\n  .highlight {\n    position: relative;\n    display: inline;\n    color: #fff;\n  }\n\n  .highlight::after {\n    content: &#39;&#39;;\n    position: absolute;\n    left: -4px; right: -4px; bottom: 2px;\n    height: 13px;\n    background: linear-gradient(90deg, rgba(16, 183, 253, 0.25), rgba(80, 140, 255, 0.18));\n    border-radius: 3px;\n    z-index: -1;\n    box-shadow: 0 0 14px rgba(16, 183, 253, 0.08);\n  }\n\n  .main-headline-sub {\n    font-family: &#39;Playfair Display&#39;, Georgia, serif;\n    font-size: 26px;\n    font-weight: 800;\n    background: linear-gradient(135deg, #10B7FD 0%, #5b8dff 50%, #10B7FD 100%);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    margin-bottom: 8px;\n    position: relative;\n    z-index: 3;\n    filter: drop-shadow(0 2px 12px rgba(16, 183, 253, 0.12));\n  }\n\n  .arrows-down {\n    font-size: 22px;\n    margin-bottom: 18px;\n    position: relative;\n    z-index: 3;\n    animation: bounce-arrows 2s ease-in-out infinite;\n    letter-spacing: 6px;\n  }\n\n  @keyframes bounce-arrows {\n    0%, 100% { transform: translateY(0); }\n    50% { transform: translateY(6px); }\n  }\n\n  .divider {\n    width: 52px;\n    height: 2px;\n    background: linear-gradient(90deg, transparent, rgba(16, 183, 253, 0.35), rgba(80, 140, 255, 0.25), transparent);\n    margin: 0 auto 18px;\n    position: relative;\n    z-index: 3;\n    box-shadow: 0 0 10px rgba(16, 183, 253, 0.10);\n  }\n\n  .hero-video-wrapper {\n    width: 100%;\n    border-radius: 14px;\n    overflow: hidden;\n    margin-bottom: 28px;\n    position: relative;\n    z-index: 3;\n    border: 1px solid rgba(255, 255, 255, 0.08);\n    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);\n  }\n\n  .cta-wrapper {\n    position: relative;\n    z-index: 3;\n  }\n\n  .cta-wrapper::before {\n    content: &#39;&#39;;\n    position: absolute;\n    top: 50%; left: 50%;\n    transform: translate(-50%, -50%);\n    width: 90%; height: 60px;\n    background: radial-gradient(ellipse, rgba(16, 183, 253, 0.14) 0%, transparent 70%);\n    border-radius: 50%;\n    filter: blur(14px);\n    pointer-events: none;\n    animation: glow-pulse 3s ease-in-out infinite;\n  }\n\n  @keyframes glow-pulse {\n    0%, 100% { opacity: 0.7; transform: translate(-50%, -50%) scale(1); }\n    50% { opacity: 1; transform: translate(-50%, -50%) scale(1.08); }\n  }\n\n  .cta-button {\n    display: block;\n    width: 100%;\n    background: linear-gradient(140deg, #10B7FD 0%, #0a8fd4 40%, #0870aa 80%, #0d9de0 100%);\n    color: #fff;\n    border: none;\n    padding: 19px 24px;\n    font-family: &#39;Inter&#39;, sans-serif;\n    font-size: 16px;\n    font-weight: 700;\n    cursor: pointer;\n    letter-spacing: 0.8px;\n    text-transform: uppercase;\n    border-radius: 16px;\n    text-decoration: none;\n    text-align: center;\n    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);\n    box-shadow:\n      0 6px 24px rgba(16, 183, 253, 0.25),\n      0 2px 6px rgba(0, 0, 0, 0.25),\n      inset 0 1px 0 rgba(255, 255, 255, 0.16),\n      inset 0 -1px 0 rgba(0, 0, 0, 0.10);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .cta-button::before {\n    content: &#39;&#39;;\n    position: absolute;\n    top: 0; left: -100%;\n    width: 70%; height: 100%;\n    background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.12) 50%, transparent 100%);\n    animation: btn-shimmer 3.5s ease-in-out infinite;\n    transform: skewX(-15deg);\n  }\n\n  @keyframes btn-shimmer {\n    0% { left: -100%; }\n    50% { left: 130%; }\n    100% { left: 130%; }\n  }\n\n  .cta-button:hover {\n    transform: translateY(-3px);\n    box-shadow:\n      0 10px 36px rgba(16, 183, 253, 0.35),\n      0 4px 10px rgba(0, 0, 0, 0.3),\n      inset 0 1px 0 rgba(255, 255, 255, 0.20);\n  }\n\n  .cta-button:active { transform: translateY(0); }\n\n  .cta-sub {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 14px;\n    font-size: 12px;\n    color: rgba(255, 255, 255, 0.28);\n    margin-top: 16px;\n    font-weight: 400;\n  }\n\n  .cta-sub span {\n    display: flex;\n    align-items: center;\n    gap: 5px;\n  }\n\n  .check-icon {\n    color: rgba(16, 220, 140, 0.6);\n    font-size: 11px;\n  }\n\n  .reasons-section {\n    max-width: 520px;\n    margin: 0 auto;\n    padding: 0 16px 20px;\n  }\n\n  .reasons-card {\n    background: linear-gradient(168deg, #111118 0%, #14142a 50%, #16213e 100%);\n    border: 1px solid rgba(255, 255, 255, 0.06);\n    border-radius: 24px;\n    padding: 36px 24px;\n    box-shadow:\n      0 4px 24px rgba(0, 0, 0, 0.4),\n      inset 0 1px 0 rgba(255, 255, 255, 0.04);\n  }\n\n  .reasons-title {\n    font-family: &#39;Playfair Display&#39;, Georgia, serif;\n    font-size: 22px;\n    font-weight: 700;\n    text-align: center;\n    margin-bottom: 28px;\n    color: #fff;\n  }\n\n  .reason-item {\n    display: flex;\n    gap: 14px;\n    margin-bottom: 22px;\n    align-items: flex-start;\n  }\n\n  .reason-item:last-child { margin-bottom: 0; }\n\n  .reason-icon {\n    flex-shrink: 0;\n    width: 42px;\n    height: 42px;\n    background: rgba(16, 183, 253, 0.08);\n    border: 1px solid rgba(16, 183, 253, 0.15);\n    border-radius: 12px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 20px;\n  }\n\n  .reason-content h3 {\n    font-size: 14px;\n    font-weight: 700;\n    color: #fff;\n    margin-bottom: 4px;\n  }\n\n  .reason-content p {\n    font-size: 13px;\n    color: rgba(255, 255, 255, 0.42);\n    line-height: 1.6;\n  }\n\n  .mid-cta {\n    max-width: 520px;\n    margin: 0 auto;\n    padding: 0 16px 20px;\n  }\n\n  .mid-cta .cta-wrapper {\n    background: linear-gradient(168deg, #111118 0%, #14142a 50%, #16213e 100%);\n    border: 1px solid rgba(16, 183, 253, 0.10);\n    border-radius: 20px;\n    padding: 24px 20px;\n    box-shadow:\n      0 4px 24px rgba(0, 0, 0, 0.35),\n      0 0 40px rgba(16, 183, 253, 0.04),\n      inset 0 1px 0 rgba(255, 255, 255, 0.04);\n  }\n\n  .testimonials-section {\n    max-width: 520px;\n    margin: 0 auto;\n    padding: 0 16px 40px;\n  }\n\n  .testimonials-header {\n    text-align: center;\n    margin-bottom: 28px;\n  }\n\n  .testimonials-label {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    font-size: 11px;\n    font-weight: 600;\n    color: rgba(255, 200, 60, 0.7);\n    letter-spacing: 1.4px;\n    text-transform: uppercase;\n    margin-bottom: 10px;\n  }\n\n  .testimonials-title {\n    font-family: &#39;Playfair Display&#39;, Georgia, serif;\n    font-size: 24px;\n    font-weight: 700;\n    color: #fff;\n  }\n\n  .testimonial-card {\n    background: linear-gradient(168deg, #111118 0%, #14142a 50%, #161e36 100%);\n    border: 1px solid rgba(255, 255, 255, 0.06);\n    border-radius: 20px;\n    padding: 24px 20px;\n    margin-bottom: 16px;\n    box-shadow:\n      0 4px 20px rgba(0, 0, 0, 0.35),\n      inset 0 1px 0 rgba(255, 255, 255, 0.04);\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n  }\n\n  .testimonial-card:hover {\n    transform: translateY(-2px);\n    box-shadow:\n      0 8px 32px rgba(0, 0, 0, 0.45),\n      inset 0 1px 0 rgba(255, 255, 255, 0.06);\n  }\n\n  .testimonial-card:last-child { margin-bottom: 0; }\n\n  .testimonial-video {\n    width: 100%;\n    aspect-ratio: 16 / 9;\n    border-radius: 12px;\n    overflow: hidden;\n    margin-bottom: 18px;\n    background: #0a0a12;\n    border: 1px solid rgba(255, 255, 255, 0.05);\n  }\n\n  .testimonial-video iframe {\n    width: 100%;\n    height: 100%;\n    border: none;\n  }\n\n  .testimonial-meta {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 12px;\n  }\n\n  .testimonial-avatar {\n    width: 40px;\n    height: 40px;\n    border-radius: 50%;\n    background: linear-gradient(135deg, #10B7FD 0%, #5b8dff 100%);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 16px;\n    font-weight: 700;\n    color: #fff;\n    flex-shrink: 0;\n  }\n\n  .testimonial-name {\n    font-size: 14px;\n    font-weight: 700;\n    color: #fff;\n  }\n\n  .testimonial-age {\n    font-size: 12px;\n    color: rgba(255, 255, 255, 0.35);\n    margin-top: 1px;\n  }\n\n  .testimonial-stars {\n    margin-left: auto;\n    font-size: 12px;\n    letter-spacing: 2px;\n    color: #ffc840;\n  }\n\n  .testimonial-quote {\n    font-size: 13.5px;\n    color: rgba(255, 255, 255, 0.50);\n    line-height: 1.7;\n    font-style: italic;\n    position: relative;\n    padding-left: 16px;\n    border-left: 2px solid rgba(16, 183, 253, 0.20);\n  }\n\n  .bottom-cta {\n    max-width: 520px;\n    margin: 0 auto;\n    padding: 0 16px 48px;\n    text-align: center;\n  }\n\n  .bottom-cta-card {\n    background: linear-gradient(168deg, #111118 0%, #14142a 50%, #16213e 100%);\n    border: 1px solid rgba(16, 183, 253, 0.12);\n    border-radius: 24px;\n    padding: 36px 24px;\n    box-shadow:\n      0 4px 30px rgba(0, 0, 0, 0.4),\n      0 0 60px rgba(16, 183, 253, 0.04);\n  }\n\n  .bottom-cta-card .cta-button {\n    margin-top: 16px;\n  }\n\n  .bottom-cta-text {\n    font-family: &#39;Playfair Display&#39;, Georgia, serif;\n    font-size: 20px;\n    font-weight: 700;\n    color: #fff;\n    margin-bottom: 4px;\n    line-height: 1.35;\n  }\n\n  .bottom-cta-sub {\n    font-size: 13px;\n    color: rgba(255, 255, 255, 0.38);\n    margin-bottom: 8px;\n  }\n\n  @media (max-width: 400px) {\n    .hero-block { padding: 34px 20px 30px; border-radius: 22px; }\n    .main-headline { font-size: 24px; }\n    .main-headline-sub { font-size: 22px; }\n    .reasons-card { padding: 28px 18px; }\n    .testimonial-card { padding: 20px 16px; }\n  }\n&lt;/style&gt;\n&lt;/head&gt;\n&lt;body&gt;\n\n&lt;section class=&quot;quiz-section&quot;&gt;\n  &lt;div class=&quot;hero-block&quot;&gt;\n    &lt;div class=&quot;shimmer-overlay&quot;&gt;&lt;/div&gt;\n\n    &lt;div class=&quot;badge&quot;&gt;\n      &lt;span class=&quot;badge-dot&quot;&gt;&lt;/span&gt;\n      Trading Videokurs für Anfänger\n    &lt;/div&gt;\n\n    &lt;p class=&quot;accent-label&quot;&gt;Angestellte aufgepasst!&lt;/p&gt;\n\n    &lt;h1 class=&quot;main-headline&quot;&gt;\n      &lt;span class=&quot;highlight&quot;&gt;Deine Erste Million&lt;/span&gt; mit 200€ im Monat:\n    &lt;/h1&gt;\n    &lt;div class=&quot;main-headline-sub&quot;&gt;Der Investmentplan, den dir kein Bankberater zeigt&lt;/div&gt;\n\n    &lt;div class=&quot;arrows-down&quot;&gt;👇👇👇&lt;/div&gt;\n\n    &lt;div class=&quot;divider&quot;&gt;&lt;/div&gt;\n\n    &lt;div class=&quot;hero-video-wrapper&quot;&gt;\n      &lt;div id=&quot;vidalytics_embed_i7FKTodTH4ncJgsa&quot; style=&quot;width: 100%; position:relative; padding-top: 56.25%;&quot;&gt;&lt;/div&gt;\n    &lt;/div&gt;\n\n    &lt;div class=&quot;cta-wrapper&quot;&gt;\n      &lt;a href=&quot;https://start.kiliankropiunik.de/option&quot; class=&quot;cta-button&quot;&gt;\n        ▶ Trading Videokurs kostenlos sichern\n      &lt;/a&gt;\n      &lt;p class=&quot;cta-sub&quot;&gt;\n        &lt;span&gt;&lt;span class=&quot;check-icon&quot;&gt;✓&lt;/span&gt; 60 Sekunden&lt;/span&gt;\n        &lt;span&gt;&lt;span class=&quot;check-icon&quot;&gt;✓&lt;/span&gt; 100% kostenlos&lt;/span&gt;\n      &lt;/p&gt;\n    &lt;/div&gt;\n  &lt;/div&gt;\n&lt;/section&gt;\n\n&lt;section class=&quot;reasons-section&quot;&gt;\n  &lt;div class=&quot;reasons-card&quot;&gt;\n    &lt;h2 class=&quot;reasons-title&quot;&gt;Warum funktioniert das?&lt;/h2&gt;\n\n    &lt;div class=&quot;reason-item&quot;&gt;\n      &lt;div class=&quot;reason-icon&quot;&gt;📊&lt;/div&gt;\n      &lt;div class=&quot;reason-content&quot;&gt;\n        &lt;h3&gt;Zinseszins-Effekt&lt;/h3&gt;\n        &lt;p&gt;Bereits 200€ im Monat wachsen durch den Zinseszins-Effekt exponentiell. Nach wenigen Jahren arbeitet dein Geld komplett für dich.&lt;/p&gt;\n      &lt;/div&gt;\n    &lt;/div&gt;\n\n    &lt;div class=&quot;reason-item&quot;&gt;\n      &lt;div class=&quot;reason-icon&quot;&gt;🎓&lt;/div&gt;\n      &lt;div class=&quot;reason-content&quot;&gt;\n        &lt;h3&gt;Professionelle Anleitung&lt;/h3&gt;\n        &lt;p&gt;Du bekommst eine Schritt-für-Schritt Strategie von erfahrenen Coaches – kein Raten, keine teuren Fehler wie bei Anfängern üblich.&lt;/p&gt;\n      &lt;/div&gt;\n    &lt;/div&gt;\n\n    &lt;div class=&quot;reason-item&quot;&gt;\n      &lt;div class=&quot;reason-icon&quot;&gt;⏱&lt;/div&gt;\n      &lt;div class=&quot;reason-content&quot;&gt;\n        &lt;h3&gt;Nur 15 Minuten am Tag&lt;/h3&gt;\n        &lt;p&gt;Kein Vollzeitjob nötig. Die Strategie ist so aufgebaut, dass du sie neben deinem Beruf problemlos umsetzen kannst.&lt;/p&gt;\n      &lt;/div&gt;\n    &lt;/div&gt;\n\n    &lt;div class=&quot;reason-item&quot;&gt;\n      &lt;div class=&quot;reason-icon&quot;&gt;🔒&lt;/div&gt;\n      &lt;div class=&quot;reason-content&quot;&gt;\n        &lt;h3&gt;Kein Vorwissen nötig&lt;/h3&gt;\n        &lt;p&gt;Egal ob du 20 oder 60 bist – die Methode funktioniert für jeden. Hunderte Teilnehmer haben es bereits bewiesen.&lt;/p&gt;\n      &lt;/div&gt;\n    &lt;/div&gt;\n\n    &lt;div class=&quot;reason-item&quot;&gt;\n      &lt;div class=&quot;reason-icon&quot;&gt;💰&lt;/div&gt;\n      &lt;div class=&quot;reason-content&quot;&gt;\n        &lt;h3&gt;Unabhängig von Banken&lt;/h3&gt;\n        &lt;p&gt;Dein Bankberater verdient an dir – nicht für dich. Lerne, dein Geld selbst zu kontrollieren und echte Renditen zu erzielen.&lt;/p&gt;\n      &lt;/div&gt;\n    &lt;/div&gt;\n  &lt;/div&gt;\n&lt;/section&gt;\n\n&lt;section class=&quot;mid-cta&quot;&gt;\n  &lt;div class=&quot;cta-wrapper&quot;&gt;\n    &lt;a href=&quot;https://start.kiliankropiunik.de/option&quot; class=&quot;cta-button&quot;&gt;\n      ▶ Trading Videokurs kostenlos sichern\n    &lt;/a&gt;\n    &lt;p class=&quot;cta-sub&quot;&gt;\n      &lt;span&gt;&lt;span class=&quot;check-icon&quot;&gt;✓&lt;/span&gt; 60 Sekunden&lt;/span&gt;\n      &lt;span&gt;&lt;span class=&quot;check-icon&quot;&gt;✓&lt;/span&gt; 100% kostenlos&lt;/span&gt;\n    &lt;/p&gt;\n  &lt;/div&gt;\n&lt;/section&gt;\n\n&lt;section class=&quot;testimonials-section&quot;&gt;\n\n  &lt;div class=&quot;testimonials-header&quot;&gt;\n    &lt;div class=&quot;testimonials-label&quot;&gt;⭐ Echte Erfahrungen&lt;/div&gt;\n    &lt;h2 class=&quot;testimonials-title&quot;&gt;Das sagen unsere Teilnehmer&lt;/h2&gt;\n  &lt;/div&gt;\n\n  &lt;div class=&quot;testimonial-card&quot;&gt;\n    &lt;div class=&quot;testimonial-video&quot;&gt;\n      &lt;iframe src=&quot;https://player.vimeo.com/video/915607881?app_id=122963&quot; allow=&quot;autoplay; fullscreen; picture-in-picture&quot; allowfullscreen&gt;&lt;/iframe&gt;\n    &lt;/div&gt;\n    &lt;div class=&quot;testimonial-meta&quot;&gt;\n      &lt;div class=&quot;testimonial-avatar&quot;&gt;T&lt;/div&gt;\n      &lt;div&gt;\n        &lt;div class=&quot;testimonial-name&quot;&gt;Thomas&lt;/div&gt;\n        &lt;div class=&quot;testimonial-age&quot;&gt;59 Jahre alt&lt;/div&gt;\n      &lt;/div&gt;\n      &lt;div class=&quot;testimonial-stars&quot;&gt;★★★★★&lt;/div&gt;\n    &lt;/div&gt;\n    &lt;p class=&quot;testimonial-quote&quot;&gt;\n      „Wer im Trading konstant Gewinne erzielen möchte, benötigt professionelle Unterstützung. Es ist ratsam, sich einen Coach zu suchen. Am Besten den Kilian.&quot;\n    &lt;/p&gt;\n  &lt;/div&gt;\n\n  &lt;div class=&quot;testimonial-card&quot;&gt;\n    &lt;div class=&quot;testimonial-video&quot;&gt;\n      &lt;iframe src=&quot;https://player.vimeo.com/video/915598600?app_id=122963&quot; allow=&quot;autoplay; fullscreen; picture-in-picture&quot; allowfullscreen&gt;&lt;/iframe&gt;\n    &lt;/div&gt;\n    &lt;div class=&quot;testimonial-meta&quot;&gt;\n      &lt;div class=&quot;testimonial-avatar&quot;&gt;K&lt;/div&gt;\n      &lt;div&gt;\n        &lt;div class=&quot;testimonial-name&quot;&gt;Kevin&lt;/div&gt;\n        &lt;div class=&quot;testimonial-age&quot;&gt;20 Jahre alt&lt;/div&gt;\n      &lt;/div&gt;\n      &lt;div class=&quot;testimonial-stars&quot;&gt;★★★★★&lt;/div&gt;\n    &lt;/div&gt;\n    &lt;p class=&quot;testimonial-quote&quot;&gt;\n      „Der kostenlose Videokurs bewahrt dich vor Fehlern, die typisch für Anfänger sind. Zudem fördert der Austausch mit anderen Mitgliedern dein Wachstum als Trader.&quot;\n    &lt;/p&gt;\n  &lt;/div&gt;\n\n  &lt;div class=&quot;testimonial-card&quot;&gt;\n    &lt;div class=&quot;testimonial-video&quot;&gt;\n      &lt;iframe src=&quot;https://player.vimeo.com/video/915603456?app_id=122963&quot; allow=&quot;autoplay; fullscreen; picture-in-picture&quot; allowfullscreen&gt;&lt;/iframe&gt;\n    &lt;/div&gt;\n    &lt;div class=&quot;testimonial-meta&quot;&gt;\n      &lt;div class=&quot;testimonial-avatar&quot;&gt;L&lt;/div&gt;\n      &lt;div&gt;\n        &lt;div class=&quot;testimonial-name&quot;&gt;Luke&lt;/div&gt;\n        &lt;div class=&quot;testimonial-age&quot;&gt;40 Jahre alt&lt;/div&gt;\n      &lt;/div&gt;\n      &lt;div class=&quot;testimonial-stars&quot;&gt;★★★★★&lt;/div&gt;\n    &lt;/div&gt;\n    &lt;p class=&quot;testimonial-quote&quot;&gt;\n      „Ich habe noch niemanden auf dem Markt getroffen, der so professionell ist. Alle Teilnehmer sind zufrieden und erzielen gute Gewinne. Ich glaube an das Projekt.&quot;\n    &lt;/p&gt;\n  &lt;/div&gt;\n\n  &lt;div class=&quot;testimonial-card&quot;&gt;\n    &lt;div class=&quot;testimonial-video&quot;&gt;\n      &lt;iframe src=&quot;https://player.vimeo.com/video/915612970?app_id=122963&quot; allow=&quot;autoplay; fullscreen; picture-in-picture&quot; allowfullscreen&gt;&lt;/iframe&gt;\n    &lt;/div&gt;\n    &lt;div class=&quot;testimonial-meta&quot;&gt;\n      &lt;div class=&quot;testimonial-avatar&quot;&gt;S&lt;/div&gt;\n      &lt;div&gt;\n        &lt;div class=&quot;testimonial-name&quot;&gt;Steffen&lt;/div&gt;\n        &lt;div class=&quot;testimonial-age&quot;&gt;48 Jahre alt&lt;/div&gt;\n      &lt;/div&gt;\n      &lt;div class=&quot;testimonial-stars&quot;&gt;★★★★★&lt;/div&gt;\n    &lt;/div&gt;\n    &lt;p class=&quot;testimonial-quote&quot;&gt;\n      „Ich kann mir den Start ins Trading ohne die Unterstützung von Experten kaum vorstellen. Hier gibt es kompetente Coaches, die stets bereit sind, bei Fragen zu helfen.&quot;\n    &lt;/p&gt;\n  &lt;/div&gt;\n\n&lt;/section&gt;\n\n&lt;section class=&quot;bottom-cta&quot;&gt;\n  &lt;div class=&quot;bottom-cta-card&quot;&gt;\n    &lt;p class=&quot;bottom-cta-text&quot;&gt;Bereit, den ersten Schritt zu machen?&lt;/p&gt;\n    &lt;p class=&quot;bottom-cta-sub&quot;&gt;Sichere dir jetzt den kostenlosen Trading Videokurs.&lt;/p&gt;\n    &lt;a href=&quot;https://start.kiliankropiunik.de/option&quot; class=&quot;cta-button&quot;&gt;\n      ▶ Trading Videokurs kostenlos sichern\n    &lt;/a&gt;\n    &lt;p class=&quot;cta-sub&quot;&gt;\n      &lt;span&gt;&lt;span class=&quot;check-icon&quot;&gt;✓&lt;/span&gt; 60 Sekunden&lt;/span&gt;\n      &lt;span&gt;&lt;span class=&quot;check-icon&quot;&gt;✓&lt;/span&gt; 100% kostenlos&lt;/span&gt;\n    &lt;/p&gt;\n  &lt;/div&gt;\n&lt;/section&gt;\n\n&lt;script type=&quot;text/javascript&quot;&gt;\n(function (v, i, d, a, l, y, t, c, s) {\n    y=&#39;_&#39;+d.toLowerCase();c=d+&#39;L&#39;;if(!v[d]){v[d]={};}if(!v[c]){v[c]={};}if(!v[y]){v[y]={};}var vl=&#39;Loader&#39;,vli=v[y][vl],vsl=v[c][vl + &#39;Script&#39;],vlf=v[c][vl + &#39;Loaded&#39;],ve=&#39;Embed&#39;;\n    if (!vsl){vsl=function(u,cb){\n        if(t){cb();return;}s=i.createElement(&quot;script&quot;);s.type=&quot;text/javascript&quot;;s.async=1;s.src=u;\n        if(s.readyState){s.onreadystatechange=function(){if(s.readyState===&quot;loaded&quot;||s.readyState==&quot;complete&quot;){s.onreadystatechange=null;vlf=1;cb();}};}else{s.onload=function(){vlf=1;cb();};}\n        i.getElementsByTagName(&quot;head&quot;)[0].appendChild(s);\n    };}\n    vsl(l+&#39;loader.min.js&#39;,function(){if(!vli){var vlc=v[c][vl];vli=new vlc();}vli.loadScript(l+&#39;player.min.js&#39;,function(){var vec=v[d][ve];t=new vec();t.run(a);});});\n})(window, document, &#39;Vidalytics&#39;, &#39;vidalytics_embed_i7FKTodTH4ncJgsa&#39;, &#39;https://fast.vidalytics.com/embeds/kb0XQZsx/i7FKTodTH4ncJgsa/&#39;);\n&lt;/script&gt;\n\n&lt;/body&gt;\n&lt;/html&gt;\n","provider":"custom-html","box":{"left":"none","right":"none","top":"none","bottom":"none"},"framed":false,"isGdprSensitive":false,"enforceCenteredCustomHtmlContent":false,"embedCustomHtmlNatively":true},"companyId":"6639155c9d634b0014e717b0","pageId":"692a2db4587318003c52f7e7","campaignId":"68fb664bffebfb003ce2a231","categoryId":"5a957843b727462286d2d61e","sectionId":"65eb072f9671ba48e6c83915","createdAt":"2025-11-28T23:18:12.633Z","updatedAt":"2026-04-08T03:34:55.552Z","__v":0},{"_id":"692a2db4587318003c52f804","type":"component","isTemplate":false,"name":"gridRow","components":[{"_id":"692a2db4587318003c52f808","type":"component","isTemplate":false,"name":"gridColumn","components":[],"allowedChildSections":[],"componentType":"gridColumn","content":{"box":{"left":"none","right":"none","top":"none","bottom":"none"},"framed":false},"companyId":"6639155c9d634b0014e717b0","pageId":"692a2db4587318003c52f7e7","campaignId":"68fb664bffebfb003ce2a231","parentId":"692a2db4587318003c52f804","categoryId":"5a957843b727462286d2d61e","sectionId":"5a957be4a2f9ed33569e4b6e","createdAt":"2025-11-28T23:18:12.708Z","updatedAt":"2025-11-28T23:18:12.708Z","__v":0}],"allowedChildSections":[],"componentType":"gridRow","content":{"box":{"left":"none","right":"none","top":"small","bottom":"none","backgroundColor":"#010101"}},"companyId":"6639155c9d634b0014e717b0","pageId":"692a2db4587318003c52f7e7","campaignId":"68fb664bffebfb003ce2a231","categoryId":"5a957843b727462286d2d61e","sectionId":"5a957be4a2f9ed33569e4b6e","createdAt":"2025-11-28T23:18:12.696Z","updatedAt":"2025-11-28T23:18:12.708Z","__v":0}],"isResultPage":false,"animation":"none","theme":{"_id":"69273aa283b673003c83e454","type":"theme","transition":"default","name":"Neues Theme","image":"https://perspective.imgix.net/assets/app/themes/perspective.png","typography":"Open Sans:300,600","fontColor":"#FFFFFF","backgroundColor":"#010101","formFieldBackgroundColor":"#10B7FD","buttonBackgroundColor":"#0D90FA","borderRadius":"medium","companyId":"6639155c9d634b0014e717b0","createdAt":"2025-11-26T17:36:34.551Z","updatedAt":"2025-11-26T22:08:15.270Z","__v":0},"themeV2":{"typography":"Open Sans:300,600","fontColor":"#FFFFFF","backgroundColor":"#010101","formFieldBackgroundColor":"#10B7FD","buttonBackgroundColor":"#0D90FA","borderRadius":"medium","transition":"default"},"fields":[{"additional":{"form":{"inputs":[]},"answers":[{"_id":"68fb664bffebfb003ce2a3f0","fieldName":"question_ppn2yq","componentId":"68fb664bffebfb003ce2a3bf","answerMediaId":"68fb664bffebfb003ce2a41c","visual":"https://images.unsplash.com/photo-1614270532514-904c3aa5628e?auto=compress&crop=focalpoint&cropHeight=480&cropWidth=640&dpr=2&fit=crop&fp-x=0.50&fp-y=0.38&fp-z=1&h=1080&w=1440","visualType":"image","answerTextId":"68fb664bffebfb003ce2a426","value":"unter 18"},{"_id":"68fb664bffebfb003ce2a3f2","fieldName":"question_ppn2yq","componentId":"68fb664bffebfb003ce2a3c0","answerMediaId":"68fb664bffebfb003ce2a427","answerTextId":"68fb664bffebfb003ce2a428","visual":"https://images.unsplash.com/photo-1511632765486-a01980e01a18?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wyMjcwN3wwfDF8YWxsfHx8fHx8fHx8MTc1MDI1MjAxMHw&ixlib=rb-4.1.0&q=80&w=1080","visualType":"image","value":"18-30"},{"_id":"68fb664bffebfb003ce2a3f8","fieldName":"question_ppn2yq","componentId":"68fb664bffebfb003ce2a3c1","answerMediaId":"68fb664bffebfb003ce2a429","answerTextId":"68fb664bffebfb003ce2a42a","visual":"https://images.unsplash.com/photo-1541535881962-3bb380b08458?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wyMjcwN3wwfDF8YWxsfHx8fHx8fHx8MTc1MDI1MjEwM3w&ixlib=rb-4.1.0&q=80&w=1080","visualType":"image","value":"31-45"},{"_id":"68fb664bffebfb003ce2a3fa","fieldName":"question_ppn2yq","componentId":"68fb664bffebfb003ce2a3c2","answerMediaId":"68fb664bffebfb003ce2a445","answerTextId":"68fb664bffebfb003ce2a446","visual":"https://images.unsplash.com/photo-1565096413625-af1d38174759?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wyMjcwN3wwfDF8YWxsfHx8fHx8fHx8MTc1MDI1MjA3MXw&ixlib=rb-4.1.0&q=80&w=1080","visualType":"image","value":"45+"}]},"_id":"68fb664bffebfb003ce2a352","type":"field","title":"Frage 2 von 3 Wie alt bist du?","interactionType":"answers","companyId":"6639155c9d634b0014e717b0","campaignId":"68fb664bffebfb003ce2a231","pageId":"68fb664bffebfb003ce2a28d","componentId":"68fb664bffebfb003ce2a331","createdAt":"2025-10-24T11:43:07.295Z","updatedAt":"2025-11-26T15:57:04.189Z","__v":0},{"additional":{"form":{"inputs":[]},"answers":[{"_id":"68fb664bffebfb003ce2a3fc","fieldName":"question_j1v5ge","componentId":"68fb664bffebfb003ce2a3c3","answerMediaId":"68fb664bffebfb003ce2a463","answerTextId":"68fb664bffebfb003ce2a464","visual":"https://images.unsplash.com/photo-1525921429624-479b6a26d84d?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wyMjcwN3wwfDF8YWxsfHx8fHx8fHx8MTc1MDExMDA1Nnw&ixlib=rb-4.1.0&q=80&w=1080","visualType":"image","value":"Azubi/Student"},{"_id":"68fb664bffebfb003ce2a401","fieldName":"question_j1v5ge","componentId":"68fb664bffebfb003ce2a3c4","answerMediaId":"68fb664bffebfb003ce2a453","answerTextId":"68fb664bffebfb003ce2a454","visual":"https://images.unsplash.com/photo-1522881193457-37ae97c905bf?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wyMjcwN3wwfDF8YWxsfHx8fHx8fHx8MTc1OTE1NDEyNnw&ixlib=rb-4.1.0&q=80&w=1080","visualType":"image","value":"Angestellt"},{"_id":"68fb664bffebfb003ce2a405","fieldName":"question_j1v5ge","componentId":"68fb664bffebfb003ce2a3d3","answerMediaId":"68fb664bffebfb003ce2a451","answerTextId":"68fb664bffebfb003ce2a452","visual":"https://images.unsplash.com/photo-1576849058607-da9d05480027?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wyMjcwN3wwfDF8YWxsfHx8fHx8fHx8MTc1MDI1MjI0Nnw&ixlib=rb-4.1.0&q=80&w=1080","visualType":"image","value":"Selbstständig"},{"_id":"68fb664bffebfb003ce2a403","fieldName":"question_j1v5ge","componentId":"68fb664bffebfb003ce2a3c5","answerMediaId":"68fb664bffebfb003ce2a461","answerTextId":"68fb664bffebfb003ce2a462","visual":"https://images.unsplash.com/photo-1486002113024-43b2ce358eb0?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wyMjcwN3wwfDF8YWxsfHx8fHx8fHx8MTczODcwNjg3M3w&ixlib=rb-4.0.3&q=80&w=1080","visualType":"image","value":"Arbeitslos"}]},"_id":"68fb664bffebfb003ce2a353","type":"field","title":"Frage 3 von 3 Wo stehst du gerade im Leben?","interactionType":"answers","companyId":"6639155c9d634b0014e717b0","campaignId":"68fb664bffebfb003ce2a231","pageId":"68fb664bffebfb003ce2a28e","componentId":"68fb664bffebfb003ce2a335","createdAt":"2025-10-24T11:43:07.295Z","updatedAt":"2025-11-26T15:57:20.148Z","__v":0},{"additional":{"form":{"componentId":"69d5ce79174a0a57316e1714","inputs":[{"fieldName":"email","conversionTrigger":true,"componentId":"69d5ce79174a0a57316e171f","inputType":"email","required":true,"title":"Deine E-Mail Adresse","visual":":email:","visualType":"emoji"},{"fieldName":"lastName","conversionTrigger":false,"componentId":"69d5ce79174a0a57316e171d","inputType":"text","required":true,"title":"Dein Name","visual":":wave:","visualType":"emoji"},{"fieldName":"phone","conversionTrigger":true,"componentId":"69d5ce79174a0a57316e1720","inputType":"phone","required":true,"title":"Deine Telefonnummer","visual":":telephone_receiver:","visualType":"emoji"}]},"answers":[]},"_id":"69d5ce79174a0a57316e170f","type":"field","title":"Sichere dir jetzt das kostenlose Videotraining 👇🏼👇🏼ㅤ","interactionType":"form","companyId":"6639155c9d634b0014e717b0","campaignId":"68fb664bffebfb003ce2a231","pageId":"68fb664bffebfb003ce2a28f","componentId":"69d5ce79174a0a57316e170c","createdAt":"2026-04-08T03:41:45.210Z","updatedAt":"2026-04-08T04:14:43.187Z","__v":0}],"cookiesEnabled":false,"language":"de","showProgressBar":false,"showAffiliateBadge":false,"affiliateLink":"","resultMapping":{},"nextPage":"68fb664bffebfb003ce2a28f","sortedPages":["692a2db4587318003c52f7e7","68fb664bffebfb003ce2a28f","68fb664bffebfb003ce2a294","68fb664bffebfb003ce2a28d","68fb664bffebfb003ce2a28e","68fb664bffebfb003ce2a296"],"hasResultPages":true,"resultPages":["68fb664bffebfb003ce2a295","68fb664bffebfb003ce2a297","68fb664bffebfb003ce2a298"],"isHomePage":true,"isLastPage":false,"firstResultPage":"68fb664bffebfb003ce2a295","headScript":"","bodyScript":"","trackingProperties":[{"_id":"68fb664bffebfb003ce2a23d","type":"trackingProperty","source":"input","components":["69d5ce79174a0a57316e171f"],"fieldName":"email","title":"email","companyId":"6639155c9d634b0014e717b0","campaignId":"68fb664bffebfb003ce2a231","createdAt":"2025-10-24T11:43:07.034Z","updatedAt":"2026-04-08T04:14:43.173Z","__v":0},{"_id":"68fb664bffebfb003ce2a23e","type":"trackingProperty","source":"input","components":["69d5ce79174a0a57316e171d"],"fieldName":"lastName","title":"lastName","defaultValue":"Das hat geklappt","companyId":"6639155c9d634b0014e717b0","campaignId":"68fb664bffebfb003ce2a231","createdAt":"2025-10-24T11:43:07.034Z","updatedAt":"2026-04-08T04:14:43.173Z","__v":0},{"_id":"68fb664bffebfb003ce2a240","type":"trackingProperty","source":"input","components":["69d5ce79174a0a57316e1720"],"fieldName":"phone","title":"phone","companyId":"6639155c9d634b0014e717b0","campaignId":"68fb664bffebfb003ce2a231","createdAt":"2025-10-24T11:43:07.034Z","updatedAt":"2026-04-08T04:14:43.180Z","__v":0},{"_id":"68fb664bffebfb003ce2a389","type":"trackingProperty","source":"question","components":["68fb664bffebfb003ce2a335"],"fieldName":"question_j1v5ge","title":"Frage 3 von 3 Wo stehst du gerade im Leben?","companyId":"6639155c9d634b0014e717b0","campaignId":"68fb664bffebfb003ce2a231","createdAt":"2025-10-24T11:43:07.346Z","updatedAt":"2026-04-08T04:14:43.173Z","__v":0},{"_id":"68fb664bffebfb003ce2a38a","type":"trackingProperty","source":"question","components":["68fb664bffebfb003ce2a331"],"fieldName":"question_ppn2yq","title":"Frage 2 von 3 Wie alt bist du?","companyId":"6639155c9d634b0014e717b0","campaignId":"68fb664bffebfb003ce2a231","createdAt":"2025-10-24T11:43:07.346Z","updatedAt":"2026-04-08T04:14:43.173Z","__v":0}],"automaticRedirect":null,"inputMap":{"byComponent":{"69d5ce79174a0a57316e171d":{"name":"lname","originalName":"lname","parentId":"69d5ce79174a0a57316e1714","autocomplete":"family-name"},"69d5ce79174a0a57316e171f":{"name":"email","originalName":"email","parentId":"69d5ce79174a0a57316e1714","autocomplete":"email"},"69d5ce79174a0a57316e1720":{"name":"phone","originalName":"phone","parentId":"69d5ce79174a0a57316e1714","autocomplete":"tel"}},"byName":{"69d5ce79174a0a57316e1714":{"lname":"69d5ce79174a0a57316e171d","email":"69d5ce79174a0a57316e171f","phone":"69d5ce79174a0a57316e1720"}}},"pageIdSlugMap":{"68fb664bffebfb003ce2a28e":"page_7blbv3","68fb664bffebfb003ce2a28f":"option","68fb664bffebfb003ce2a28d":"page_trxws6","68fb664bffebfb003ce2a294":"page_tptvt4","68fb664bffebfb003ce2a296":"page_nwmv4a","68fb664bffebfb003ce2a298":"onboarding","68fb664bffebfb003ce2a295":"danke","68fb664bffebfb003ce2a297":"page_gx4yaq","692a2db4587318003c52f7e7":"page_ohw4ig"},"context":{"slug":"","trackingVersion":"v4","url":"https://start.kiliankropiunik.de/","domain":"start.kiliankropiunik.de"}}