{"id":37,"date":"2026-03-03T08:16:45","date_gmt":"2026-03-03T08:16:45","guid":{"rendered":"https:\/\/bigrace.eu\/continentaljumpers\/?page_id=37"},"modified":"2026-03-03T12:14:41","modified_gmt":"2026-03-03T12:14:41","slug":"home","status":"publish","type":"page","link":"https:\/\/bigrace.eu\/continentaljumpers\/","title":{"rendered":"Home"},"content":{"rendered":"<p>Lorem Ipsum has been the industry&#8217;s standard dummy text ever since the 1500s.<\/p>\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>Continental Jumpers \u2013 The Great Peace Run 2027<\/title>\n    <style>\n        :root {\n            --orange: rgb(255,160,0);\n            --dark-orange: #E68A00;\n            --gold: #D4AC0D;\n            --dark: #1A1A2E;\n            --gray: #566573;\n            --light-gray: #F2F3F4;\n            --green: #27AE60;\n        }\n        \n        body {\n            font-family: 'Arial', 'Helvetica', sans-serif;\n            line-height: 1.7;\n            color: var(--dark);\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n            background: #fff;\n        }\n        \n        .hero {\n            background: linear-gradient(135deg, var(--dark) 0%, var(--dark-orange) 100%);\n            color: white;\n            padding: 60px 40px;\n            border-radius: 12px;\n            margin-bottom: 40px;\n            text-align: center;\n        }\n        \n        .hero h1 {\n            font-size: 3em;\n            margin: 0 0 10px 0;\n            color: var(--orange);\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\n        }\n        \n        .hero .tagline {\n            font-size: 1.8em;\n            color: var(--gold);\n            margin: 0 0 20px 0;\n        }\n        \n        .hero .stats {\n            display: flex;\n            justify-content: center;\n            gap: 30px;\n            flex-wrap: wrap;\n            margin-top: 30px;\n            font-size: 1.1em;\n        }\n        \n        .hero .stat {\n            padding: 10px 20px;\n            background: rgba(255,255,255,0.1);\n            border-radius: 8px;\n        }\n        \n        h2 {\n            color: var(--orange);\n            font-size: 2em;\n            margin-top: 50px;\n            border-bottom: 3px solid var(--orange);\n            padding-bottom: 10px;\n        }\n        \n        h3 {\n            color: var(--dark-orange);\n            font-size: 1.5em;\n            margin-top: 30px;\n        }\n        \n        .section {\n            margin: 40px 0;\n        }\n        \n        .card-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .card {\n            background: var(--light-gray);\n            padding: 25px;\n            border-radius: 10px;\n            border-left: 4px solid var(--orange);\n        }\n        \n        .card h4 {\n            color: var(--dark-orange);\n            margin-top: 0;\n            font-size: 1.3em;\n        }\n        \n        .highlight-box {\n            background: #FEF9E7;\n            border: 2px solid var(--gold);\n            padding: 25px;\n            border-radius: 10px;\n            margin: 30px 0;\n        }\n        \n        .warning-box {\n            background: #E8F5E9;\n            border: 2px solid var(--green);\n            padding: 25px;\n            border-radius: 10px;\n            margin: 30px 0;\n        }\n        \n        .category-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n        }\n        \n        .category-table th {\n            background: var(--dark);\n            color: white;\n            padding: 15px;\n            text-align: left;\n        }\n        \n        .category-table td {\n            padding: 15px;\n            border-bottom: 1px solid #ddd;\n        }\n        \n        .category-table tr:nth-child(even) {\n            background: var(--light-gray);\n        }\n        \n        .prize-highlight {\n            background: linear-gradient(135deg, #FEF9E7 0%, #FCF3CF 100%);\n            padding: 30px;\n            border-radius: 12px;\n            text-align: center;\n            margin: 30px 0;\n            border: 3px solid var(--gold);\n        }\n        \n        .prize-highlight .amount {\n            font-size: 3em;\n            color: var(--dark);\n            font-weight: bold;\n            margin: 10px 0;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: var(--orange);\n            color: white;\n            padding: 15px 40px;\n            border-radius: 8px;\n            text-decoration: none;\n            font-weight: bold;\n            font-size: 1.2em;\n            margin: 20px 10px;\n            transition: background 0.3s;\n        }\n        \n        .cta-button:hover {\n            background: var(--dark-orange);\n        }\n        \n        .route-section {\n            background: linear-gradient(to right, #FFF3E0 0%, #FFE0B2 50%, #FFECB3 100%);\n            padding: 30px;\n            border-radius: 12px;\n            margin: 30px 0;\n        }\n        \n        ul.benefits {\n            list-style: none;\n            padding: 0;\n        }\n        \n        ul.benefits li {\n            padding: 10px 0;\n            padding-left: 30px;\n            position: relative;\n        }\n        \n        ul.benefits li:before {\n            content: \"\u2713\";\n            position: absolute;\n            left: 0;\n            color: var(--green);\n            font-weight: bold;\n            font-size: 1.5em;\n        }\n        \n        .timeline {\n            position: relative;\n            padding: 20px 0;\n        }\n        \n        .timeline-item {\n            padding: 20px;\n            background: white;\n            border-left: 4px solid var(--orange);\n            margin: 10px 0;\n            position: relative;\n        }\n        \n        .timeline-item:before {\n            content: \"\";\n            width: 15px;\n            height: 15px;\n            background: var(--orange);\n            border-radius: 50%;\n            position: absolute;\n            left: -10px;\n            top: 25px;\n        }\n        \n        .quote-box {\n            background: var(--dark);\n            color: var(--gold);\n            padding: 40px;\n            border-radius: 12px;\n            text-align: center;\n            font-size: 1.5em;\n            font-style: italic;\n            margin: 50px 0;\n        }\n        \n        @media (max-width: 768px) {\n            .hero h1 {\n                font-size: 2em;\n            }\n            .hero .tagline {\n                font-size: 1.3em;\n            }\n            .hero .stats {\n                flex-direction: column;\n                gap: 10px;\n            }\n            .card-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <div class=\"hero\">\n        <p style=\"font-size: 1.2em; margin: 20px 0;\">Reality, Adventure &#038; Competition Across Continents<\/p>\n        <div class=\"stats\">\n            <div class=\"stat\">\ud83c\udf0d 30,619 km<\/div>\n            <div class=\"stat\">\ud83d\udcc5 133 days<\/div>\n            <div class=\"stat\">\ud83c\udf10 19 countries<\/div>\n            <div class=\"stat\">\ud83c\udfc6 \u20ac60,000 prize<\/div>\n        <\/div>\n        <p style=\"margin-top: 20px; font-size: 1.1em;\">\ud83c\udf31 CO\u2082 neutral ambition<\/p>\n    <\/div>\n\n    <div class=\"section\">\n        <h2>What&#8217;s Happening Here?<\/h2>\n        <p style=\"font-size: 1.2em;\">Imagine: <strong>20 teams, 20 vehicles<\/strong> \u2013 cars, motorcycles, electric pioneers, and classic veterans \u2013 departing from Budapest on August 5, 2027. The goal? Not just to arrive somewhere, but to <strong>experience 133 days on the world&#8217;s most spectacular, human, and unforgiving roads<\/strong>.<\/p>\n        \n        <div class=\"route-section\">\n            <p style=\"font-size: 1.1em; margin: 0;\"><strong>Budapest \u2192 Belgrade \u2192 Istanbul \u2192 Georgia \u2192 Azerbaijan \u2192 Kazakhstan \u2192 China \u2192 Japan \u2192 Alaska \u2192 USA \u2192 New York \u2192 Rotterdam \u2192 Budapest<\/strong><\/p>\n        <\/div>\n        \n        <p>This is not a classic rally. Not a travel documentary. Not a reality show. <strong>It&#8217;s all three at once<\/strong> \u2013 and something more: an experiment to prove that the love of cars and motorcycles is stronger than any border, politics, or prejudice.<\/p>\n        \n        <div class=\"highlight-box\">\n            <h3 style=\"margin-top: 0; color: var(--dark);\">\ud83d\udd4a\ufe0f Peace Through Passion<\/h3>\n            <p>This is not a marketing slogan. This is the mission: to prove that shared passion unites us, regardless of where we come from.<\/p>\n        <\/div>\n    <\/div>\n\n    <div class=\"section\">\n        <h2>Why Is This Different From Other Competitions?<\/h2>\n        \n        <div class=\"card-grid\">\n            <div class=\"card\">\n                <h4>\ud83c\udfaf Not a Speed Race<\/h4>\n                <p>The winner won&#8217;t be who drives fastest. The winner will be who <strong>plays smartest<\/strong>. You earn points for stages, challenges, community events, and audience votes.<\/p>\n            <\/div>\n            \n            <div class=\"card\">\n                <h4>\ud83c\udfac Cameras Everywhere<\/h4>\n                <p>A <strong>140-episode road film<\/strong> will be created. You&#8217;ll see the tension, joy, exhaustion \u2013 real emotions, real people. Reality format, authentic content.<\/p>\n            <\/div>\n            \n            <div class=\"card\">\n                <h4>\ud83d\udc65 Active Audience<\/h4>\n                <p>Viewers vote, like, influence decisions. But <strong>fairly<\/strong>: daily votes are capped, so popularity alone isn&#8217;t enough.<\/p>\n            <\/div>\n\n            <div class=\"card\">\n                <h4>\ud83c\udf31 Responsible Adventure<\/h4>\n                <p>CO\u2082 neutral ambition: compensation programs, electric vehicle support, conscious organization. Not perfect \u2013 but we&#8217;re working on it.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"section\">\n        <h2>The Route \u2013 Where Every Day Is a New World<\/h2>\n        \n        <div class=\"card-grid\">\n            <div class=\"card\" style=\"border-left-color: #5C6BC0;\">\n                <h4>\ud83c\udf0d EUROPE \u2013 ASIA \u2013 JAPAN<\/h4>\n                <p><strong>Aug 5 \u2013 Oct 9 | 12,310 km | 12 countries<\/strong><\/p>\n                <p>Budapest \u2192 Istanbul (Bosphorus!) \u2192 Tbilisi &#038; Baku (F1 track!) \u2192 Kazakhstan (Baikonur Cosmodrome!) \u2192 China (Great Wall, Beijing) \u2192 Japan (Toyota City, Onsen)<\/p>\n            <\/div>\n            \n            <div class=\"card\" style=\"border-left-color: var(--green);\">\n                <h4>\ud83e\udd85 NORTH AMERICA<\/h4>\n                <p><strong>Oct 10 \u2013 Nov 27 | 14,119 km<\/strong><\/p>\n                <p>Anchorage \u2192 Vancouver \u2192 San Francisco \u2192 Las Vegas \u2192 Route 66 \u2192 Detroit (Motor City!) \u2192 New York<\/p>\n                <p style=\"color: var(--orange); font-weight: bold; margin-top: 10px;\">\u26a0\ufe0f Canada: 773 km non-stop \u2013 the most brutal section<\/p>\n            <\/div>\n            \n            <div class=\"card\" style=\"border-left-color: var(--gold);\">\n                <h4>\ud83c\udfc1 RETURN TO EUROPE<\/h4>\n                <p><strong>Nov 28 \u2013 Dec 13 | 4,190 km<\/strong><\/p>\n                <p>Rotterdam \u2192 Paris \u2192 Le Mans (24h track!) \u2192 Barcelona \u2192 Milan \u2192 Venice \u2192 Budapest<\/p>\n                <p style=\"font-weight: bold; margin-top: 10px;\">\ud83c\udf89 December 13 \u2013 HOMECOMING!<\/p>\n            <\/div>\n\n            <div class=\"card\" style=\"border-left-color: #E91E63;\">\n                <h4>\ud83d\uddfa\ufe0f CULTURAL TREASURES<\/h4>\n                <p><strong>19 countries, countless experiences<\/strong><\/p>\n                <p>\ud83d\udd4c Istanbul \u2022 \ud83d\ude80 Baikonur \u2022 \ud83c\udfef Great Wall \u2022 \ud83d\uddfe Toyota City \u2022 \ud83c\udfc1 Le Mans \u2022 \ud83c\udf0a Venice<\/p>\n                <p style=\"margin-top: 10px;\">Every stop is a new world, every day a new story.<\/p>\n            <\/div>\n        <\/div>\n        \n        <div class=\"warning-box\">\n            <h3 style=\"margin-top: 0;\">\u26a0\ufe0f Technical Challenges<\/h3>\n            <ul style=\"margin: 10px 0;\">\n                <li>\u26a1 <strong>EV Charging:<\/strong> Kazakhstan and Alaska = generator mandatory<\/li>\n                <li>\ud83c\udfd4\ufe0f <strong>Extreme Distances:<\/strong> 773 km non-stop in Canada<\/li>\n                <li>\ud83c\udf21\ufe0f <strong>Extreme Climate:<\/strong> -40\u00b0C (Alaska) and +45\u00b0C (Gobi)<\/li>\n                <li>\ud83d\udef3\ufe0f <strong>Transportation:<\/strong> Caspian Sea ferry, Shanghai-Japan ship, air freight<\/li>\n            <\/ul>\n        <\/div>\n    <\/div>\n\n    <div class=\"section\">\n        <h2>Four Categories \u2013 Everyone Finds Their Place<\/h2>\n        \n        <table class=\"category-table\">\n            <thead>\n                <tr>\n                    <th>Category<\/th>\n                    <th>Vehicle<\/th>\n                    <th>Multiplier<\/th>\n                    <th>Entry Fee<\/th>\n                    <th>Special Feature<\/th>\n                <\/tr>\n            <\/thead>\n            <tbody>\n                <tr>\n                    <td><strong>\ud83c\udfdb\ufe0f Heritage<\/strong><\/td>\n                    <td>Pre-1965 classics<\/td>\n                    <td>\u00d71.2<\/td>\n                    <td>\u20ac15,000<\/td>\n                    <td>Vehicle age \u00d7 3 = starting points<\/td>\n                <\/tr>\n                <tr>\n                    <td><strong>\ud83d\ude97 Modern<\/strong><\/td>\n                    <td>Post-1965 cars<\/td>\n                    <td>\u00d71.0<\/td>\n                    <td>\u20ac15,000<\/td>\n                    <td>Reference category<\/td>\n                <\/tr>\n                <tr>\n                    <td><strong>\u26a1 Electric Pioneer<\/strong><\/td>\n                    <td>EV \/ Hybrid<\/td>\n                    <td>\u00d71.15<\/td>\n                    <td>\u20ac15,000<\/td>\n                    <td>Future technology, green points<\/td>\n                <\/tr>\n                <tr>\n                    <td><strong>\ud83c\udfcd\ufe0f Moto\/Bike<\/strong><\/td>\n                    <td>Motorcycle, motorbike<\/td>\n                    <td>\u00d71.1<\/td>\n                    <td>\u20ac12,000<\/td>\n                    <td>Best price\/experience ratio<\/td>\n                <\/tr>\n            <\/tbody>\n        <\/table>\n        \n        <div class=\"highlight-box\">\n            <h4 style=\"margin-top: 0;\">Example Calculation \u2013 Heritage Category<\/h4>\n            <p>If you start with a 1963 car: <strong>2027 &#8211; 1963 = 64 years<\/strong><br>\n            Starting points: <strong>64 \u00d7 3 = 192 points<\/strong> (before the first kilometer!)<br>\n            Plus: every stage point counts with <strong>\u00d71.2 multiplier<\/strong>.<\/p>\n        <\/div>\n    <\/div>\n\n    <div class=\"section\">\n        <h2>Scoring \u2013 How to Win?<\/h2>\n        \n        <h3>Four Playing Styles Exist:<\/h3>\n        <div class=\"card-grid\">\n            <div class=\"card\">\n                <h4>\ud83d\udee3\ufe0f The Traveler<\/h4>\n                <p>Steadily collects points on long stages. Reliable, predictable, with good logistics. The marathon runner strategy.<\/p>\n            <\/div>\n            <div class=\"card\">\n                <h4>\ud83c\udfaf The Challenge Master<\/h4>\n                <p>Strong in challenges, interviews, creative photos. Creates stories every day. The content creator approach.<\/p>\n            <\/div>\n            <div class=\"card\">\n                <h4>\ud83d\udc9a The Community Builder<\/h4>\n                <p>Earns big points through charity, community events, local organizing. The master of human connections.<\/p>\n            <\/div>\n            <div class=\"card\">\n                <h4>\ud83c\udfad The Mixed Fighter<\/h4>\n                <p>Combines all three strategies. Flexibly applies everything, adapts to situations. The tactical route.<\/p>\n            <\/div>\n        <\/div>\n        \n        <h3>Challenge Types:<\/h3>\n        <ul class=\"benefits\">\n            <li><strong>Checkpoint:<\/strong> Touch designated points with GPS and photo<\/li>\n            <li><strong>Photo Challenge:<\/strong> Creative, location-based photo<\/li>\n            <li><strong>Story Challenge:<\/strong> Short report, travel diary, video format<\/li>\n            <li><strong>Interview:<\/strong> Conversation with local characters<\/li>\n            <li><strong>Charity\/Community:<\/strong> Charity, volunteering \u2013 highest points<\/li>\n            <li><strong>Peace Challenge:<\/strong> Cultural exchange, joint events<\/li>\n        <\/ul>\n        \n        <div class=\"warning-box\">\n            <h3 style=\"margin-top: 0;\">\u2705 Fair Play Rule \u2013 Audience Voting<\/h3>\n            <p><strong>Daily votes and likes are capped!<\/strong> No one can automatically win with just bought followers or a huge social media base.<\/p>\n            <ul style=\"margin-top: 15px;\">\n                <li>\ud83d\udc4d <strong>1 like = 1 point<\/strong> (but daily maximum exists)<\/li>\n                <li>\ud83d\uddf3\ufe0f <strong>Daily vote<\/strong> (limited)<\/li>\n                <li>\u2b50 <strong>Premium subscribers<\/strong> = double weight (also limited)<\/li>\n                <li>\ud83d\udccd <strong>On-site voting<\/strong> at audience meetups<\/li>\n            <\/ul>\n            <p style=\"margin-top: 15px; font-weight: bold;\">Performance + creativity + community = victory<\/p>\n        <\/div>\n    <\/div>\n\n    <div class=\"section\">\n        <h2>Prizes \u2013 Why Take the Plunge?<\/h2>\n        \n        <div class=\"prize-highlight\">\n            <div style=\"font-size: 1.5em; color: var(--dark-orange); margin-bottom: 10px;\">\ud83c\udfc6 GRAND PRIZE<\/div>\n            <div class=\"amount\">\u20ac60,000<\/div>\n            <p style=\"margin-top: 10px; font-style: italic; color: var(--gray);\">Absolute winner (not stackable with category prize)<\/p>\n        <\/div>\n        \n        <div class=\"card-grid\">\n            <div class=\"card\">\n                <h4>\ud83e\udd47 Heritage Winner<\/h4>\n                <p style=\"font-size: 1.8em; font-weight: bold; color: var(--dark-orange); margin: 10px 0;\">\u20ac15,000<\/p>\n            <\/div>\n            <div class=\"card\">\n                <h4>\ud83e\udd47 Modern Winner<\/h4>\n                <p style=\"font-size: 1.8em; font-weight: bold; color: var(--dark-orange); margin: 10px 0;\">\u20ac15,000<\/p>\n            <\/div>\n            <div class=\"card\">\n                <h4>\ud83e\udd47 Electric Pioneer Winner<\/h4>\n                <p style=\"font-size: 1.8em; font-weight: bold; color: var(--dark-orange); margin: 10px 0;\">\u20ac15,000<\/p>\n            <\/div>\n            <div class=\"card\">\n                <h4>\ud83e\udd47 Moto\/Bike Winner<\/h4>\n                <p style=\"font-size: 1.8em; font-weight: bold; color: var(--dark-orange); margin: 10px 0;\">\u20ac15,000<\/p>\n            <\/div>\n        <\/div>\n        \n        <p style=\"font-size: 1.2em; text-align: center; margin-top: 30px;\">But this isn&#8217;t just about money&#8230;<\/p>\n        <ul class=\"benefits\">\n            <li>Feature in <strong>140-episode road film<\/strong><\/li>\n            <li>Appear in <strong>documentary film<\/strong><\/li>\n            <li>Coverage in local and international <strong>media<\/strong><\/li>\n            <li>Meet the world&#8217;s best automotive\/motorcycle communities<\/li>\n            <li>Gain a <strong>life-changing experience<\/strong><\/li>\n        <\/ul>\n    <\/div>\n\n    <div class=\"section\">\n        <h2>Media &#038; Publicity \u2013 Live Experience<\/h2>\n        \n        <div class=\"card-grid\">\n            <div class=\"card\">\n                <h4>\ud83d\udcfa Documentary Film<\/h4>\n                <p>Comparative analysis: what is automotive culture like across different continents and countries?<\/p>\n            <\/div>\n            <div class=\"card\">\n                <h4>\ud83c\udfac 140-Episode Road Film<\/h4>\n                <p>One episode per day. Real-time experience like a reality show \u2013 but real life situations instead of cameras.<\/p>\n            <\/div>\n            <div class=\"card\">\n                <h4>\ud83c\udfe2 Sponsor Content<\/h4>\n                <p>Main sponsors&#8217; products showcased on the field, in actual use \u2013 in action.<\/p>\n            <\/div>\n            <div class=\"card\">\n                <h4>\ud83d\udce1 Live Broadcasts<\/h4>\n                <p>Daily updates, local media appearances, press conferences, automotive\/motorcycle meetups.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"section\">\n        <h2>Entry \u2013 Who Can Participate?<\/h2>\n        \n        <div class=\"card-grid\">\n            <div class=\"card\">\n                <h4>\ud83d\udc65 Team<\/h4>\n                <p>1-2 person basic setup (Pilot + Co-pilot). Team size expandable with full cost coverage.<\/p>\n            <\/div>\n            <div class=\"card\">\n                <h4>\ud83d\ude97 Vehicle<\/h4>\n                <p>Insured, road-legal car or motorcycle. Valid license: B (car) or A (motorcycle)<\/p>\n            <\/div>\n            <div class=\"card\">\n                <h4>\ud83d\udcf1 Communication<\/h4>\n                <p>Daily check-ins and challenge documentation mandatory \u2013 this is the content foundation of the competition.<\/p>\n            <\/div>\n            <div class=\"card\">\n                <h4>\ud83e\udd1d Ethics<\/h4>\n                <p>Fair play, cultural respect, traffic rules compliance in all countries.<\/p>\n            <\/div>\n        <\/div>\n        \n        <div class=\"highlight-box\">\n            <h3 style=\"margin-top: 0;\">What You&#8217;ll Need:<\/h3>\n            <ul class=\"benefits\">\n                <li>Reliable, maintained, insured vehicle<\/li>\n                <li>Logistics: parts, tools, backup battery (EV)<\/li>\n                <li>Daily communication and content creation capability<\/li>\n                <li>Physical fitness: 133 days is not a vacation \u2013 endurance required<\/li>\n                <li>Ethics: fair play, respect, cultural sensitivity<\/li>\n            <\/ul>\n        <\/div>\n        \n        <div class=\"warning-box\">\n            <h3 style=\"margin-top: 0;\">\ud83c\udf31 CO\u2082 Neutral Ambition<\/h3>\n            <p>We know 30,619 km isn&#8217;t green. But we&#8217;re working to reduce the competition&#8217;s environmental footprint to zero:<\/p>\n            <ul style=\"margin-top: 15px;\">\n                <li>Compensation programs<\/li>\n                <li>Electric vehicle support (Electric Pioneer category)<\/li>\n                <li>Collaboration with local communities<\/li>\n                <li>Waste management plan<\/li>\n                <li>Conscious organization in every decision<\/li>\n            <\/ul>\n            <p style=\"margin-top: 15px; font-weight: bold;\">Not perfect \u2013 but we&#8217;re working on it.<\/p>\n        <\/div>\n    <\/div>\n\n    <div class=\"quote-box\">\n        &#8220;At the end of the race, don&#8217;t just know who won \u2013<br>\n        but also what it meant to go through it all.&#8221;\n        <div style=\"margin-top: 20px; color: white; font-size: 0.6em; font-style: normal;\">\n            Continental Jumpers \u2013 The Great Peace Run 2027<br>\n            \ud83c\udf0d Peace Through Passion | \ud83c\udfc1 Aug 5 \u2013 Dec 13 | \ud83c\udf31 CO\u2082 Neutral Ambition\n        <\/div>\n    <\/div>\n\n    <div style=\"text-align: center; margin: 50px 0;\">\n        <a href=\"https:\/\/bigrace.eu\/continentaljumpers\/registration\/\" class=\"cta-button\">Apply Now<\/a>\n        <a href=\"mailto:info@continentaljumpers.com\" class=\"cta-button\" style=\"background: var(--green);\">Learn More<\/a>\n        \n        <p style=\"margin-top: 30px; font-size: 1.1em; color: var(--gray);\">\n            \ud83d\udce7 info@continentaljumpers.com<br>\n            \ud83c\udf10 www.continentaljumpers.com<br>\n            \ud83d\udcf1 @continentaljumpers\n        <\/p>\n        \n        <p style=\"margin-top: 30px; font-style: italic; color: var(--dark-orange);\">\n            *Registration opens March 2026. Spots limited: 20 teams.*\n        <\/p>\n    <\/div>\n\n<\/body>\n<\/html>\n<link rel=\"stylesheet\" href=\"https:\/\/unpkg.com\/leaflet@1.9.4\/dist\/leaflet.css\" crossorigin=\"\">\n\n<style>\n.cj-map-wrap{\n  width:100%;\n  height:640px;\n  border-radius:18px;\n  box-shadow:0 1px 30px rgba(0,0,0,.18);\n  overflow:hidden;\n}\n#cj-map{\n  width:100%;\n  height:100%;\n}\n<\/style>\n\n<div class=\"cj-map-wrap\">\n  <div id=\"cj-map\"><\/div>\n<\/div>\n\n<script src=\"https:\/\/unpkg.com\/leaflet@1.9.4\/dist\/leaflet.js\" crossorigin=\"\"><\/script>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function(){\n\n  const map = L.map('cj-map',{\n    scrollWheelZoom:true,\n    zoomControl:true\n  }).setView([42,15],5); \/\/ more zoomed-in default view\n\n  \/* English map tiles *\/\n  L.tileLayer('https:\/\/{s}.tile.openstreetmap.fr\/hot\/{z}\/{x}\/{y}.png',{\n    maxZoom:19,\n    attribution:'\u00a9 OpenStreetMap'\n  }).addTo(map);\n\n  \/* ============================\n     ROUTE DATA\n     flightBreak: true = DO NOT connect line\n  ============================ *\/\n\n  const route = [\n\n  [\"Budapest\",47.4979,19.0402],\n[\"Belgrade\",44.7866,20.4489],\n[\"Sofia\",42.6977,23.3219],\n[\"Varna\",43.2141,27.9147],\n[\"Istanbul\",41.0082,28.9784],\n[\"Ankara\",39.9334,32.8597],\n[\"Sivas\",39.7477,37.0179],\n[\"Erzurum\",39.9043,41.2679],\n[\"Tbilisi\",41.7151,44.8271],\n[\"Ganja\",40.6828,46.3606],\n[\"Baku\",40.4093,49.8671],\n[\"Kuryk\",43.1789,51.6810],\n[\"Aktau\",43.6532,51.1575],\n[\"Shetpe\",44.1667,52.1167],\n[\"Bejneu\",45.3167,55.2000],\n[\"Akshatau\",44.8000,63.0000],\n[\"Aral\",46.8000,61.6667],\n[\"Baikonur\",45.6167,63.3167],\n[\"Kyzylorda\",44.8488,65.4823],\n[\"Shymkent\",42.3417,69.5901],\n[\"Taraz\",42.9000,71.3667],\n[\"Almaty\",43.2220,76.8512],\n[\"Khorgos\",44.2000,80.4000],\n[\"Shihezi\",44.3000,86.0333],\n[\"Urumqi\",43.8256,87.6168],\n[\"Mulei\",43.8333,90.3000],\n[\"Mingshui\",39.8333,98.9167],\n[\"Ejin Banner\",41.9500,101.0000],\n[\"Bayan Nur\",40.7500,107.4167],\n[\"Baotou\",40.6574,109.8403],\n[\"Datong\",40.0768,113.3001],\n[\"Beijing\",39.9042,116.4074],\n[\"Baoding\",38.8511,115.4903],\n[\"Tianjin\",39.3434,117.3616],\n[\"Jinan\",36.6512,117.1201],\n[\"Linyi\",35.1047,118.3564],\n[\"Yancheng\",33.3776,120.1399],\n[\"Nantong\",31.9802,120.8943],\n[\"Shanghai\",31.2304,121.4737],\n\n  \/\/ REP\u00dcL\u00c9S JAP\u00c1NBA\n  [\"Osaka\",34.6937,135.5023],\n[\"Kyoto\",35.0116,135.7681],\n[\"Toyota City\",35.0833,137.1561],\n[\"Hamamatsu\",34.7108,137.7261],\n[\"Hakone\",35.2323,139.1069],\n[\"Yokohama\",35.4437,139.6380],\n\n  [\"Tokyo\",35.6762,139.6503,true],        \/\/ flight break\n  [\"Anchorage\",61.2181,-149.9003],   \n[\"Fairbanks\",64.8378,-147.7164],\n[\"Delta Junction\",64.0378,-145.7320],\n[\"Haines Junction\",60.7522,-137.5108],\n[\"Teslin\",60.1720,-132.7080],\n[\"Fort Nelson\",58.8053,-122.7002],\n[\"Fort St. John\",56.2465,-120.8477],\n[\"Prince George\",53.9171,-122.7497],\n[\"Williams Lake\",52.1294,-122.1445],\n[\"Vancouver\",49.2827,-123.1207],\n[\"Portland\",45.5152,-122.6784],\n[\"Bend\",44.0582,-121.3153],\n[\"Winnemucca\",40.9730,-117.7357],\n[\"Salt Lake City\",40.7608,-111.8910],\n[\"Bonneville Salt Flats\",40.7600,-113.8330],\n[\"Reno\",39.5296,-119.8138],\n[\"San Francisco\",37.7749,-122.4194],\n[\"Los Angeles\",34.0522,-118.2437],\n[\"Las Vegas\",36.1699,-115.1398],\n[\"Kingman\",35.1894,-114.0530],\n[\"Winona\",35.2231,-111.5835],\n[\"Holbrook\",34.9022,-110.1582],\n[\"Gallup\",35.5281,-108.7426],\n[\"Albuquerque\",35.0844,-106.6504],\n[\"Santa Fe\",35.6870,-105.9378],\n[\"Tucumcari\",35.1717,-103.7240],\n[\"Amarillo\",35.2220,-101.8313],\n[\"Oklahoma City\",35.4676,-97.5164],\n[\"Dallas\",32.7767,-96.7970],\n[\"Tulsa\",36.1539,-95.9928],\n[\"Springfield MO\",37.2089,-93.2923],\n[\"St Louis\",38.6270,-90.1994],\n[\"Springfield IL\",39.7817,-89.6501],\n[\"Chicago\",41.8781,-87.6298],\n[\"Detroit\",42.3314,-83.0458],\n[\"Pittsburgh\",40.4406,-79.9959],\n[\"Washington DC\",38.9072,-77.0369],\n  [\"New York\",40.7128,-74.0060,false],\n\n  [\"Rotterdam\",51.9244,4.4777,true],      \/\/ flight break\n\n[\"Essen\",51.4556,7.0116],\n[\"Brussels\",50.8503,4.3517],\n[\"Paris\",48.8566,2.3522],\n[\"Le Mans\",48.0061,0.1996],\n[\"Bordeaux\",44.8378,-0.5792],\n[\"Toulouse\",43.6047,1.4442],\n[\"Barcelona\",41.3851,2.1734],\n[\"Marseille\",43.2965,5.3698],\n[\"Genoa\",44.4056,8.9463],\n[\"Milan\",45.4642,9.1900],\n[\"Venice\",45.4408,12.3155],\n[\"Ljubljana\",46.0569,14.5058],\n[\"Graz\",47.0707,15.4395],\n  [\"Budapest (Finish)\",47.4979,19.0402,false]\n\n  ];\n\n  \/* ============================\n     CITY MARKERS\n  ============================ *\/\n\n  route.forEach(p=>{\n    L.circleMarker([p[1],p[2]],{\n      radius:6,\n      color:\"#111\",\n      fillColor:\"#F5A524\",\n      fillOpacity:1\n    }).addTo(map).bindPopup(\"<strong>\"+p[0]+\"<\/strong>\");\n  });\n\n  \/* ============================\n     LAND ROUTE ONLY\n  ============================ *\/\n\n  let prev = null;\n\n  route.forEach(p=>{\n    if(prev && !p[3] && !prev[3]){\n      L.polyline(\n        [[prev[1],prev[2]],[p[1],p[2]]],\n        {\n          color:\"#F5A524\",\n          weight:3,\n          opacity:0.9\n        }\n      ).addTo(map);\n    }\n    prev = p;\n  });\n\n});\n<\/script>","protected":false},"excerpt":{"rendered":"Lorem Ipsum has been the industry's standard dummy text ever since the 1500s. Continental Jumpers \u2013 The Great Peace Run","protected":false},"author":1,"featured_media":40,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"pagelayer_contact_templates":[],"_pagelayer_content":"","footnotes":""},"class_list":["post-37","page","type-page","status-publish","has-post-thumbnail","hentry"],"amp_enabled":false,"_links":{"self":[{"href":"https:\/\/bigrace.eu\/continentaljumpers\/wp-json\/wp\/v2\/pages\/37","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bigrace.eu\/continentaljumpers\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bigrace.eu\/continentaljumpers\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bigrace.eu\/continentaljumpers\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bigrace.eu\/continentaljumpers\/wp-json\/wp\/v2\/comments?post=37"}],"version-history":[{"count":31,"href":"https:\/\/bigrace.eu\/continentaljumpers\/wp-json\/wp\/v2\/pages\/37\/revisions"}],"predecessor-version":[{"id":86,"href":"https:\/\/bigrace.eu\/continentaljumpers\/wp-json\/wp\/v2\/pages\/37\/revisions\/86"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/bigrace.eu\/continentaljumpers\/wp-json\/wp\/v2\/media\/40"}],"wp:attachment":[{"href":"https:\/\/bigrace.eu\/continentaljumpers\/wp-json\/wp\/v2\/media?parent=37"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}<br />
<b>Notice</b>:  ob_end_flush(): Failed to send buffer of zlib output compression (0) in <b>/home/bigracee/public_html/wp-includes/functions.php</b> on line <b>5481</b><br />
