{"id":1847,"date":"2025-11-02T18:12:08","date_gmt":"2025-11-02T17:12:08","guid":{"rendered":"https:\/\/e-d-n.eu\/?page_id=1847"},"modified":"2025-11-02T22:18:42","modified_gmt":"2025-11-02T21:18:42","slug":"1847-2","status":"publish","type":"page","link":"https:\/\/e-d-n.eu\/index.php\/1847-2\/","title":{"rendered":""},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>EDN Seminars &#8211; European Defence Network<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n            line-height: 1.6;\n            color: #1a1a1a;\n            background: #ffffff;\n        }\n        \n        .container {\n            max-width: 1400px;\n            margin: 0 auto !important;\n            padding: 0 0.5rem !important;\n            width: 100%;\n            box-sizing: border-box;\n        }\n        \n        .hero-section {\n            text-align: center;\n            padding: 4rem 1rem 3rem;\n            margin-bottom: 3rem;\n        }\n        \n        .hero-title {\n            font-size: 3rem;\n            font-weight: 700;\n            color: #1a1a1a;\n            margin-bottom: 1rem;\n            line-height: 1.2;\n        }\n        \n        .hero-subtitle {\n            font-size: 2.5rem;\n            color: #666;\n            margin-bottom: 1.5rem;\n            max-width: 48rem;\n            margin-left: auto;\n            margin-right: auto;\n        }\n        \n        .hero-description {\n            font-size: 2.5rem;\n            color: #666;\n            max-width: 56rem;\n            margin: 0 auto;\n            line-height: 1.7;\n        }\n        \n        .section {\n            padding: 4rem 1rem;\n            margin: 0;\n        }\n        \n        .section-alt {\n            background: #f8f9fa;\n        }\n        \n        .section-header {\n            text-align: center;\n            margin-bottom: 3rem;\n        }\n        \n        .section-title {\n            font-size: 2.25rem;\n            font-weight: 700;\n            margin-bottom: 0.75rem;\n            color: #1a1a1a;\n        }\n        \n        .section-subtitle {\n            font-size: 2rem;\n            color: #666;\n            max-width: 48rem;\n            margin: 0 auto 0.75rem;\n            line-height: 1.6;\n        }\n        \n        .section-note {\n            color: #999;\n            font-size: 0.95rem;\n        }\n        \n        \/* Programme Grid *\/\n        .programme-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n            gap: 2.5rem;\n        }\n        \n        .programme-card {\n            background: white;\n            padding: 2rem;\n            border-radius: 0.5rem;\n            border: 1px solid #e5e7eb;\n            transition: all 0.3s ease;\n            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n        }\n        \n        .programme-card:hover {\n            border-color: #002D96;\n            box-shadow: 0 8px 32px rgba(0, 45, 150, 0.15);\n            transform: translateY(-4px);\n        }\n        \n        .programme-icon {\n            width: 3rem;\n            height: 3rem;\n            background: rgba(0, 45, 150, 0.1);\n            border-radius: 0.75rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 1rem;\n        }\n        \n        .programme-icon svg {\n            width: 2rem;\n            height: 2rem;\n            fill: #002D96;\n        }\n        \n        .programme-header {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            margin-bottom: 0.75rem;\n        }\n        \n        .programme-title {\n            font-size: 1.375rem;\n            font-weight: 700;\n            color: #1a1a1a;\n        }\n        \n        .programme-duration {\n            font-size: 0.8rem;\n            color: #666;\n            background: #f3f4f6;\n            padding: 0.25rem 0.65rem;\n            border-radius: 1rem;\n            white-space: nowrap;\n        }\n        \n        .programme-description {\n            color: #666;\n            line-height: 1.5;\n            font-size: 0.95rem;\n        }\n        \n        \/* CTA Card *\/\n        .cta-card {\n            background: linear-gradient(to bottom right, #ffffff, #f8f9fa);\n            border: 1px solid rgba(0, 45, 150, 0.15);\n            border-radius: 0.5rem;\n            padding: 1.75rem 2rem;\n            text-align: center;\n            max-width: 52rem;\n            margin: 0 auto;\n            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n        }\n        \n        .cta-title {\n            font-size: 1.375rem;\n            font-weight: 700;\n            margin-bottom: 1.5rem;\n            color: #1a1a1a;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.5rem;\n        }\n        \n        .cta-icon {\n            width: 1.125rem;\n            height: 1.125rem;\n            fill: #002D96;\n        }\n        \n        .cta-description {\n            font-size: 0.95rem;\n            color: #666;\n            margin-bottom: 2rem;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            padding: 0.5rem 1.5rem;\n            background: #000038 !important;\n            color: white !important;\n            text-decoration: none;\n            border-radius: 0.5rem;\n            font-weight: 600;\n            transition: background 0.3s ease;\n        }\n        \n        .cta-button:hover {\n            background: #000028 !important;\n            color: white !important;\n        }\n        \n        \/* Seminars Grid *\/\n        .seminars-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n            gap: 2.5rem;\n        }\n        \n        .seminar-card {\n            background: white;\n            border-radius: 0.5rem;\n            overflow: hidden;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);\n            transition: all 0.3s ease;\n        }\n        \n        .seminar-card:hover {\n            box-shadow: 0 8px 32px rgba(0, 45, 150, 0.15);\n            transform: translateY(-4px);\n        }\n        \n        .seminar-image {\n            width: 100%;\n            height: 240px;\n            object-fit: cover;\n            transition: transform 0.5s ease;\n        }\n        \n        .seminar-card:hover .seminar-image {\n            transform: scale(1.1);\n        }\n        \n        .seminar-image-wrapper {\n            overflow: hidden;\n            height: 240px;\n        }\n        \n        .seminar-content {\n            padding: 1.5rem;\n        }\n        \n        .seminar-title {\n            font-size: 1.375rem;\n            font-weight: 700;\n            margin-bottom: 0.5rem;\n            color: #1a1a1a;\n        }\n        \n        .seminar-info {\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n            color: #666;\n            margin-bottom: 0.5rem;\n            font-size: 0.9rem;\n        }\n        \n        .seminar-info svg {\n            width: 1rem;\n            height: 1rem;\n            fill: #666;\n        }\n        \n        .seminar-button {\n            display: block;\n            width: 100%;\n            padding: 0.75rem;\n            margin-top: 1rem;\n            background: white;\n            color: #002D96;\n            border: 1px solid #002D96;\n            text-align: center;\n            text-decoration: none;\n            border-radius: 0.5rem;\n            font-weight: 600;\n            transition: all 0.3s ease;\n        }\n        \n        .seminar-button:hover {\n            background: #002D96;\n            color: white;\n        }\n        \n        \/* Final CTA *\/\n        .final-cta {\n            background: #000038;\n            padding: 3.5rem 1rem;\n            text-align: center;\n            margin: 0;\n        }\n        \n        .final-cta-title {\n            font-size: 2rem;\n            font-weight: 700;\n            color: white;\n            margin-bottom: 0.75rem;\n        }\n        \n        .final-cta-description {\n            font-size: 1.125rem;\n            color: rgba(255, 255, 255, 0.9);\n            margin-bottom: 3rem;\n        }\n        \n        .final-cta-button {\n            display: inline-block;\n            padding: 1rem 2rem;\n            background: white;\n            color: #002D96;\n            text-decoration: none;\n            border-radius: 0.5rem;\n            font-size: 1.125rem;\n            font-weight: 700;\n            transition: all 0.3s ease;\n        }\n        \n        .final-cta-button:hover {\n            background: #f8f9fa;\n            transform: scale(1.05);\n        }\n        \n        @media (max-width: 768px) {\n            .hero-title {\n                font-size: 2rem;\n            }\n            \n            .hero-subtitle {\n                font-size: 1.25rem;\n            }\n            \n            .section-title {\n                font-size: 1.75rem;\n            }\n            \n            .seminars-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .programme-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .final-cta-title {\n                font-size: 1.75rem;\n            }\n        }\n        \/* WP-safe scope and resets *\/\n        .edn-wp, .edn-wp * { box-sizing: border-box; }\n        .edn-wp { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; line-height: 1.6; color: #1a1a1a; }\n        .edn-wp :where(h1,h2,h3,h4,h5,h6,p){ margin:0; }\n        .edn-wp img { max-width:100%; height:auto; display:block; }\n        .edn-wp a { text-decoration: none; color: inherit; }\n        .edn-wp section { margin: 0 !important; }\n        .edn-wp .container { margin-left:auto; margin-right:auto; }\n\n        \/* Specificity bump to override WP .entry-content headings etc. *\/\n        .edn-wp .hero-title { font-size: 3rem; font-weight: 700; color: #1a1a1a; margin-bottom: 1rem; line-height: 1.2; }\n        .edn-wp .hero-subtitle { font-size: 2rem; color: #666; margin-bottom: 1.5rem; max-width: 48rem; margin-left:auto; margin-right:auto; }\n        .edn-wp .hero-description { font-size: 2rem; color: #666; max-width: 56rem; margin: 0 auto; line-height: 1.7; }\n\n        .edn-wp .section-title { font-size: 2.25rem; font-weight: 700; margin-bottom: 0.75rem; color: #1a1a1a; }\n        .edn-wp .section-subtitle { font-size: 2rem; color: #666; max-width: 48rem; margin: 0 auto 0.75rem; line-height: 1.6; }\n\n        .edn-wp .programme-title { font-size: 2rem; font-weight: 700; color: #1a1a1a; }\n        .edn-wp .programme-duration { font-size: 1.5rem; color: #666; background: #f3f4f6; padding: 0.25rem 0.65rem; border-radius: 1rem; white-space: nowrap; }\n        .edn-wp .programme-description { color: #666; line-height: 1.5; font-size: 1.5rem; }\n\n        .edn-wp .cta-title { font-size: 2.25rem; font-weight: 700; margin-bottom: 1.5rem; color: #1a1a1a; display:flex; align-items:center; justify-content:center; gap:0.5rem; }\n        .edn-wp .cta-description { font-size: 2rem; color: #666; margin-bottom: 2rem; }\n\n        .edn-wp .seminar-title { font-size: 2rem; font-weight: 700; margin-bottom: 0.5rem; color: #1a1a1a; }\n        .edn-wp .seminar-info { display:flex; align-items:center; gap:0.5rem; color: #666; margin-bottom: 0.5rem; font-size: 1.5rem; }\n\n        .edn-wp .final-cta-title { font-size: 2.25rem; font-weight: 700; color: white; margin-bottom: 0.75rem; }\n        .edn-wp .final-cta-description { font-size: 2rem; color: rgba(255, 255, 255, 0.9); margin-bottom: 1.5rem; }\n\n    <\/style>\n<\/head>\n<body>\n    <div class=\"edn-wp\">\n    <div class=\"container\">\n        <!-- Hero Section -->\n        <section class=\"hero-section\">\n            <h1 class=\"hero-title\">EDN Seminars<\/h1>\n            <div align=\"center\">\n              <p class=\"hero-subtitle has-text-align-center aligncenter\" style=\"text-align: center; margin: 0 auto; max-width: 48rem;\">It is essential to us to train, exchange and meet to debate<\/p>\n            <\/div>\n            <div align=\"center\">\n              <p class=\"hero-description\" style=\"text-align: center; margin: 0 auto; max-width: 56rem;\">\n                  Seminars are at the core of our project, bringing together people from all Europe to learn and exchange. \n              <\/p>\n            <\/div>\n        <\/section>\n\n        <!-- Seminar Programme Section -->\n        <section class=\"section section-alt\">\n            <div class=\"section-header\">\n                <div align=\"center\">\n                  <h2 class=\"section-title\" style=\"text-align: center; margin: 0 auto;\">Our Seminar Programme<\/h2>\n                <\/div>\n                <div align=\"center\">\n                  <p class=\"section-subtitle\" style=\"text-align: center; margin: 0 auto; max-width: 48rem;\">\n                      Three-day events designed around our three pillars: Military, Industry, and Politics\n                  <\/p>\n                <\/div>\n                <div align=\"center\">\n                  <p class=\"section-note\" style=\"text-align: center; margin: 0 auto;\"><\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"programme-grid\">\n                <!-- Visit -->\n                <div class=\"programme-card\">\n                    <div class=\"programme-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M7 17h14v2H5V7h2v10m11-2l-3.5 3.5l-2.5-2.5l-4.5 4.5l1.5 1.5l3-3l2.5 2.5L20 16.5l-2-2z\"\/><\/svg>\n                    <\/div>\n                    <div class=\"programme-header\">\n                        <h3 class=\"programme-title\">Visits<\/h3>\n                        <span class=\"programme-duration\">1 Day<\/span>\n                    <\/div>\n                    <p class=\"programme-description\">\n                        Discover the practical aspects of European Defence and cooperation \u2013 Meeting with local stakeholders\n                    <\/p>\n                <\/div>\n\n                <!-- Conferences -->\n                <div class=\"programme-card\">\n                    <div class=\"programme-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M9 3a1 1 0 0 1 .117 1.993L9 5H5v4h6a1 1 0 0 1 .117 1.993L11 11H5v4h6a1 1 0 0 1 .117 1.993L11 17H5v4h4a1 1 0 0 1 .117 1.993L9 23H3a1 1 0 0 1-.993-.883L2 22V2a1 1 0 0 1 .883-.993L3 1h6a1 1 0 0 1 1 1v1zm12 5.5a3 3 0 0 1 .176 5.995L21 14.5h-7a3 3 0 0 1-.176-5.995L14 8.5h7z\"\/><\/svg>\n                    <\/div>\n                    <div class=\"programme-header\">\n                        <h3 class=\"programme-title\">Conferences &#038; Workshops<\/h3>\n                        <span class=\"programme-duration\">1 Day<\/span>\n                    <\/div>\n                    <p class=\"programme-description\">\n                       Conferences, panel discussions and work in groups, sharing of experience\n                    <\/p>\n                <\/div>\n\n                <!-- Networking -->\n                <div class=\"programme-card\">\n                    <div class=\"programme-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10s10-4.5 10-10S17.5 2 12 2m0 2c1.66 0 3 1.34 3 3s-1.34 3-3 3s-3-1.34-3-3s1.34-3 3-3m0 14.2a7.2 7.2 0 0 1-6-3.22c.03-1.99 4-3.08 6-3.08c1.99 0 5.97 1.09 6 3.08a7.2 7.2 0 0 1-6 3.22z\"\/><\/svg>\n                    <\/div>\n                    <div class=\"programme-header\">\n                        <h3 class=\"programme-title\">Networking<\/h3>\n                        <span class=\"programme-duration\">1\/2 Day<\/span>\n                    <\/div>\n                    <p class=\"programme-description\">\n                        Get together and expand your network with fellow European defense enthusiasts\n                    <\/p>\n                <\/div>\n\n                <!-- Team Building -->\n                <div class=\"programme-card\">\n                    <div class=\"programme-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M16 17v2H2v-2s0-4 7-4s7 4 7 4m-3.5-9.5A3.5 3.5 0 1 0 9 11a3.5 3.5 0 0 0 3.5-3.5m3.44 5.5A5.32 5.32 0 0 1 18 17v2h4v-2s0-3.63-6.06-4M15 4a3.4 3.4 0 0 0-1.93.59a5 5 0 0 1 0 5.82A3.4 3.4 0 0 0 15 11a3.5 3.5 0 0 0 0-7z\"\/><\/svg>\n                    <\/div>\n                    <div class=\"programme-header\">\n                        <h3 class=\"programme-title\">Team Building<\/h3>\n                        <span class=\"programme-duration\">1\/2 Day<\/span>\n                    <\/div>\n                    <p class=\"programme-description\">\n                        Connect with like-minded individuals passionate about European defense\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Organize Seminar CTA -->\n        <section class=\"section\">\n            <div class=\"cta-card\">\n                <div align=\"center\">\n                  <h2 class=\"cta-title\" style=\"text-align: center; margin: 0 auto;\">\n                      <svg class=\"cta-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M2 21l21-9L2 3v7l15 2l-15 2v7z\"\/><\/svg>\n                      Organize a Seminar With Us\n                  <\/h2>\n                <\/div>\n                <div align=\"center\">\n                  <p class=\"cta-description\" style=\"text-align: center; margin: 2rem auto;\">\n                      Interested in hosting or co-organizing an EDN seminar? We&#8217;d love to hear from you!\n                  <\/p>\n                <\/div>\n                <a href=\"https:\/\/e-d-n.eu\/index.php\/contact-or-join-us\/\" class=\"cta-button\">Contact Us<\/a>\n            <\/div>\n        <\/section>\n\n        <!-- Past Seminars Section -->\n        <section class=\"section section-alt\">\n            <div class=\"section-header\">\n                <div align=\"center\">\n                  <h2 class=\"section-title\" style=\"text-align: center; margin: 0 auto;\">Past Seminars<\/h2>\n                <\/div>\n                <div align=\"center\">\n                  <p class=\"section-subtitle\" style=\"text-align: center; margin: 0 auto; max-width: 48rem;\">\n                      A great opportunity for our members and followers to expand their network and learn more \n                      about the challenges of the European defense architecture\n                  <\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"seminars-grid\">\n                <!-- 1st Seminar -->\n                <div class=\"seminar-card\">\n                    <div class=\"seminar-image-wrapper\">\n                        <img decoding=\"async\" \n                            src=\"http:\/\/e-d-n.eu\/wp-content\/uploads\/2020\/04\/paris-eifeel-tower-1024x683.jpg\" \n                            alt=\"Paris seminar\"\n                            class=\"seminar-image\"\n                        \/>\n                    <\/div>\n                    <div class=\"seminar-content\">\n                        <h3 class=\"seminar-title\">1st Seminar<\/h3>\n                        <div class=\"seminar-info\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7m0 9.5a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 0 5z\"\/><\/svg>\n                            <span>Paris \ud83c\uddeb\ud83c\uddf7<\/span>\n                        <\/div>\n                        <div class=\"seminar-info\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m0 16H5V10h14v10z\"\/><\/svg>\n                            <span>March 2022<\/span>\n                        <\/div>\n                        <a href=\"#\" class=\"seminar-button\">Learn More<\/a>\n                    <\/div>\n                <\/div>\n\n                <!-- 2nd Seminar -->\n                <div class=\"seminar-card\">\n                    <div class=\"seminar-image-wrapper\">\n                        <img decoding=\"async\" \n                            src=\"https:\/\/e-d-n.eu\/wp-content\/uploads\/2022\/11\/1314875-Madrid.jpg\" \n                            alt=\"Madrid seminar\"\n                            class=\"seminar-image\"\n                        \/>\n                    <\/div>\n                    <div class=\"seminar-content\">\n                        <h3 class=\"seminar-title\">2nd Seminar<\/h3>\n                        <div class=\"seminar-info\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7m0 9.5a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 0 5z\"\/><\/svg>\n                            <span>Madrid \ud83c\uddea\ud83c\uddf8<\/span>\n                        <\/div>\n                        <div class=\"seminar-info\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m0 16H5V10h14v10z\"\/><\/svg>\n                            <span>November 2022<\/span>\n                        <\/div>\n                        <a href=\"#\" class=\"seminar-button\">Learn More<\/a>\n                    <\/div>\n                <\/div>\n\n                <!-- 3rd Seminar -->\n                <div class=\"seminar-card\">\n                    <div class=\"seminar-image-wrapper\">\n                        <img decoding=\"async\" \n                            src=\"https:\/\/e-d-n.eu\/wp-content\/uploads\/2024\/07\/Tapa-Group-1-scaled-1-e1729454009576-1024x746.jpeg\" \n                            alt=\"Tallinn seminar\"\n                            class=\"seminar-image\"\n                        \/>\n                    <\/div>\n                    <div class=\"seminar-content\">\n                        <h3 class=\"seminar-title\">3rd Seminar<\/h3>\n                        <div class=\"seminar-info\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7m0 9.5a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 0 5z\"\/><\/svg>\n                            <span>Tallinn \ud83c\uddea\ud83c\uddea<\/span>\n                        <\/div>\n                        <div class=\"seminar-info\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m0 16H5V10h14v10z\"\/><\/svg>\n                            <span>July 2024<\/span>\n                        <\/div>\n                        <a href=\"https:\/\/e-d-n.eu\/index.php\/edn-seminar-tallinn-2024\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"seminar-button\">Learn More<\/a>\n                    <\/div>\n                <\/div>\n\n                <!-- 4th Seminar -->\n                <div class=\"seminar-card\">\n                    <div class=\"seminar-image-wrapper\">\n                        <img decoding=\"async\" \n                            src=\"https:\/\/e-d-n.eu\/wp-content\/uploads\/2025\/11\/EDA-selfie-resized-scaled.jpg\" \n                            alt=\"Brussels seminar\"\n                            class=\"seminar-image\"\n                        \/>\n                    <\/div>\n                    <div class=\"seminar-content\">\n                        <h3 class=\"seminar-title\">4th Seminar<\/h3>\n                        <div class=\"seminar-info\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7m0 9.5a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 0 5z\"\/><\/svg>\n                            <span>Brussels \ud83c\udde7\ud83c\uddea<\/span>\n                        <\/div>\n                        <div class=\"seminar-info\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m0 16H5V10h14v10z\"\/><\/svg>\n                            <span>March 2025<\/span>\n                        <\/div>\n                        <a href=\"#\" class=\"seminar-button\">Learn More<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n    <\/div>\n\n    <!-- Final CTA Section -->\n    <section class=\"final-cta\">\n        <div class=\"container\">\n            <div align=\"center\">\n              <h2 class=\"final-cta-title\" style=\"text-align: center; margin: 0 auto;\">Join Our Next Seminar<\/h2>\n            <\/div>\n            <div align=\"center\">\n              <p class=\"final-cta-description\" style=\"text-align: center; margin: 0 auto;\">\n                  Be part of the conversation shaping the future of European defense\n              <\/p>\n            <\/div>\n            <a href=\"#subscribe\" class=\"final-cta-button\">Stay Informed<\/a>\n        <\/div>\n    <\/section>\n<\/div>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>EDN Seminars &#8211; European Defence Network EDN Seminars It is essential to us to train, exchange and meet to debate Seminars are at the core of our project, bringing together people from all Europe to learn and exchange. Our Seminar Programme Three-day events designed around our three pillars: Military, Industry,<a class=\"moretag\" href=\"https:\/\/e-d-n.eu\/index.php\/1847-2\/\"> Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"_links":{"self":[{"href":"https:\/\/e-d-n.eu\/index.php\/wp-json\/wp\/v2\/pages\/1847"}],"collection":[{"href":"https:\/\/e-d-n.eu\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/e-d-n.eu\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/e-d-n.eu\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/e-d-n.eu\/index.php\/wp-json\/wp\/v2\/comments?post=1847"}],"version-history":[{"count":39,"href":"https:\/\/e-d-n.eu\/index.php\/wp-json\/wp\/v2\/pages\/1847\/revisions"}],"predecessor-version":[{"id":1889,"href":"https:\/\/e-d-n.eu\/index.php\/wp-json\/wp\/v2\/pages\/1847\/revisions\/1889"}],"wp:attachment":[{"href":"https:\/\/e-d-n.eu\/index.php\/wp-json\/wp\/v2\/media?parent=1847"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}