<!DOCTYPE html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->

<head>
    <base href="https://www.pioneerdj.com">
    <link href="/-/media/feature/experience-accelerator/bootstrap/bootstrap/styles/bootstrap.css" rel="stylesheet" />
    <link href="/-/media/themes/pioneer/pioneerdj/pioneerdj-theme/styles/main.css" rel="stylesheet" />
    <!-- instructs google search engines not to show the page in search results -->
    <meta name="robots" content="noindex" />

    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=0" />

    <title>Pioneer DJ - Global </title>
    <meta name="twitter:card" content="summary_large_image" />
    <meta name="twitter:site" content="@PioneerDJglobal" />
    <meta name="twitter:creator" content="@PioneerDJglobal" />
    <meta name="description" content="Pioneer DJ - Global . Find out more about our DJ equipment and music production tools">
    <meta name="keywords" content="Pioneer DJ, Pionner DJ, Pioner DJ, pioeer DJ">
    <meta property="og:title" content="Pioneer DJ - Global  " />
    <meta property="og:site_name" content="Pioneer DJ" />
    <meta property="og:url" content="https://testcms.pioneerdj.com/en/" />
    <meta property="og:type" content="website" />
    <meta property="og:description" content="Pioneer DJ - Global . Find out more about our DJ equipment and music production tools" />
    <meta property="og:image" content="/Content/img/og_pioneer_logo.jpg" />
    <meta property="og:image:width" content="600" />
    <meta property="og:image:height" content="315" />
    <link rel="canonical" href="https://testcms.pioneerdj.com/en/" />

    <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-title" content="Pioneer DJ">
    <meta name="apple-mobile-web-app-status-bar-style" content="black">
    <link href="https://plus.google.com/u/0/+pioneerdjglobal" rel="publisher" />
    <link href="/Content/img/app/apple-touch-icon-precomposed-152.png" sizes="152x152" rel="apple-touch-icon-precomposed">
    <link href="/Content/img/app/apple-touch-icon-precomposed-144.png" sizes="144x144" rel="apple-touch-icon-precomposed">
    <link href="/Content/img/app/apple-touch-icon-precomposed-76.png" sizes="76x76" rel="apple-touch-icon-precomposed">
    <link href="/Content/img/app/apple-touch-icon-precomposed-72.png" sizes="72x72" rel="apple-touch-icon-precomposed">
    <link href="/Content/img/app/apple-touch-icon-precomposed-120.png" sizes="120x120" rel="apple-touch-icon-precomposed">
    <link href="/Content/img/app/apple-touch-icon-precomposed-114.png" sizes="114x114" rel="apple-touch-icon-precomposed">
    <link href="/Content/img/app/apple-touch-icon-precomposed-57.png" sizes="57x57" rel="apple-touch-icon-precomposed">
    <link href="/Content/img/app/apple-touch-startup-image-1536x2008.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)" rel="apple-touch-startup-image">
    <link href="/Content/img/app/apple-touch-startup-image-1496x2048.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)" rel="apple-touch-startup-image">
    <link href="/Content/img/app/apple-touch-startup-image-768x1004.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 1) and (orientation: portrait)" rel="apple-touch-startup-image">
    <link href="/Content/img/app/apple-touch-startup-image-748x1024.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 1) and (orientation: landscape)" rel="apple-touch-startup-image">
    <link href="/Content/img/app/apple-touch-startup-image-1242x2148.jpg" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)" rel="apple-touch-startup-image">
    <link href="/Content/img/app/apple-touch-startup-image-1182x2208.jpg" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)" rel="apple-touch-startup-image">
    <link href="/Content/img/app/apple-touch-startup-image-750x1294.jpg" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
    <link href="/Content/img/app/apple-touch-startup-image-640x1096.jpg" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
    <link href="/Content/img/app/apple-touch-startup-image-640x920.jpg" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
    <link href="/Content/img/app/apple-touch-startup-image-320x460.jpg" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1)" rel="apple-touch-startup-image">

    <link href="/Content/css/main.css?bundleVirtualPath=%7e%2fBundles%2fHomeStyle%2f" rel="stylesheet" />

    <link href="/Content/css/fonts-default.css" rel="stylesheet" type="text/css">
    <script type="text/javascript">
        function checkForSpecialCharacters(formData, toCheck) {
            var errors = {};
            toCheck.forEach(function(item) {
                if (formData != null && !formData[item].match(new RegExp('^((?![\<,\>,\&,\"]).)*$'))) {
                    errors[item] = 'This character can not be used.';
                }
            });
            return errors;
        }
        window.__gigyaConf = {
            validation: {
                'gigya-register-screen': function(formData, eventType, callback) {
                    return checkForSpecialCharacters(formData, ['profile.firstName', 'profile.lastName']);
                },
                'gigya-update-profile-screen': function(formData, eventType, callback) {
                    var errors = checkForSpecialCharacters(formData, ['profile.nickname', 'profile.firstName', 'profile.lastName', 'profile.city', 'profile.zip']);
                    if (formData != null && formData['profile.nickname'].length == 0 && !enableEmptyNickname)
                        errors['profile.nickname'] = "You can not leave this field blank.";
                    return errors;
                }
            },
            enableSSOToken: true,
            bypassCookiePolicy: 'always'
        };
    </script>
    <script type="text/javascript" src="https://cdns.gigya.com/JS/socialize.js?apikey=3_wlzhvsGzBbA5N0X2o1INKsrMGr2b46ppQ-dIKrzCgfT3SnaX6_0071zXz_9KKNOw&lang=en">
        {
            enabledProviders: 'facebook,twitter,linkedin,yahoo'
        }
    </script>
    <link href="/content/css/gigya/gigya.css?bundleVirtualPath=%7e%2fBundles%2fGigyaStyle%2f" rel="stylesheet" />
    <link href="/Content/css/licences.css?bundleVirtualPath=%7e%2fBundles%2fGigyaStyle%2f" rel="stylesheet" />
    <link href="/Content/css/plugins/jquery-ui-1.9.2.custom.min.css?bundleVirtualPath=%7e%2fBundles%2fGigyaStyle%2f" rel="stylesheet" />
    <script type="text/javascript" src="https://cdn.gigya-ext.com/screenset-validation.min.js"></script>
    <script src="/GigyaConnector/Scripts/gigyaconnector_mvc.js?bundleVirtualPath=%7e%2fBundles%2fGigyaConnector%2f"></script>
    <script src="/Scripts/Custom/plugins/jquery-ui-1.9.2.custom.min.js?bundleVirtualPath=%7e%2fBundles%2fGigyaConnector%2f"></script>

    <link href="https://brandbox.tools.pioneerdj.com/styles/fundaments.css" rel="stylesheet">
    <link href="https://brandbox.tools.pioneerdj.com/styles/components.css" rel="stylesheet">
    <link href="https://brandbox.tools.pioneerdj.com/styles/legacy.css" rel="stylesheet">

</head>

<body class="header__experience-mode theme-2020 " class="default-device bodyclass">

    <script>
        dataLayer = [];
    </script>
    <!-- Google Tag Manager -->
    <noscript>
        <iframe src="//www.googletagmanager.com/ns.html?id=GTM-PSC5SC" height="0" width="0" style="display:none;visibility:hidden"></iframe>
    </noscript>
    <script>
        (function(w, d, s, l, i) {
            w[l] = w[l] || [];
            w[l].push({
                'gtm.start': new Date().getTime(),
                event: 'gtm.js'
            });
            var f = d.getElementsByTagName(s)[0],
                j = d.createElement(s),
                dl = l != 'dataLayer' ? '&l=' + l : '';
            j.async = true;
            j.src =
                '//www.googletagmanager.com/gtm.js?id=' + i + dl;
            f.parentNode.insertBefore(j, f);
        })(window, document, 'script', 'dataLayer', 'GTM-PSC5SC');
    </script>
    <!-- End Google Tag Manager -->

    <!-- #wrapper -->
    <div id="wrapper">

        <header class="header theme-2020">
            <div class="header__inner">
                <div class="header__in">
                    <div class="header__content">
                        <a class="header__trigger">
                            <span class="menuIcon">
                                <span class="menuIcon__inner">
                                    <span class="menuIcon__bar"></span>
                                </span>
                            </span>
                        </a>
                        <a href="/en" class="header__logo">
                            <svg class="logo" viewBox="0 0 162 24">
                                <path fill="currentColor" d="M0.473684,17.4307148 C0.579569432,17.1848501 0.698235535,16.9437641 0.789479818,16.6922965 C1.87583685,13.6974261 2.91592461,10.6841817 4.05534569,7.71048668 C4.90242914,5.49976344 6.20630025,3.59941977 8.17961966,2.24650428 C9.69857813,1.20512189 11.3954144,0.661813437 13.190856,0.420397944 C15.7630065,0.0745887887 18.3244794,0.0844761127 20.8489855,0.788618366 C22.2919879,1.19119724 23.6403487,1.79498315 24.7815494,2.80909301 C26.5363032,4.368324 26.8715935,6.53200006 25.6374499,8.54851977 C24.5467248,10.3306275 22.8971284,11.3381458 20.9601288,11.9074085 C19.015121,12.4789782 17.0231968,12.5165501 15.0270663,12.3595064 C13.9411946,12.2740634 12.8634929,12.0838148 11.7807759,11.9516543 C11.5280745,11.9208388 11.4294692,11.8103479 11.3770523,11.548993 C11.1423895,10.3808881 10.8774737,9.21904513 10.6246105,8.05473034 C10.608028,7.97818597 10.6009906,7.89949935 10.5819004,7.77022259 C11.3133916,7.90600851 12.0066217,8.05028104 12.7049478,8.16118386 C14.5081549,8.44775146 16.3230102,8.64722823 18.1302618,8.27043879 C18.8015705,8.13053315 19.489381,7.88021907 20.0679085,7.51364654 C21.0733752,6.87665569 21.0450636,5.84878597 20.0862706,5.13137823 C19.3807452,4.60339513 18.5590614,4.38200146 17.7106028,4.286424 C16.1727968,4.11314865 14.6387119,4.15690006 13.142888,4.59869865 C11.2513488,5.15741485 10.0399353,6.4699571 9.37493595,8.31509654 C8.30863972,11.2737958 7.2682284,14.2421353 6.23307494,17.2122874 C6.12848376,17.5123677 5.99339692,17.5997881 5.6893302,17.5973986 C3.95091628,17.5836388 2.2122597,17.5936085 0.473684,17.5955036 L0.473684,17.4307148 Z M144.134896,23.4455036 C144.263188,23.0177944 144.379913,22.5860479 144.523008,22.1635296 C144.658418,21.7637522 144.719491,21.2336268 145.002041,21.0203902 C145.264691,20.822067 145.776646,20.9725191 146.178429,20.9582648 C147.407072,20.9147606 148.621235,20.783012 149.778938,20.3209444 C151.098501,19.7942796 152.044352,18.9259254 152.517803,17.5087423 C153.219122,15.4094163 154.00028,13.3378571 154.747221,11.2543508 C154.788718,11.1385867 154.837171,11.0243881 154.867343,10.905493 C155.070621,10.1037958 154.81614,9.76655569 154.011038,9.76556696 C153.611198,9.76507259 153.211357,9.76548456 152.752304,9.76548456 C153.010749,9.0468409 153.237889,8.37680992 153.502319,7.72243386 C153.540257,7.62858668 153.758013,7.56423668 153.892858,7.56374231 C156.343754,7.55443175 158.794649,7.55715076 161.245545,7.55640921 C161.339135,7.55640921 161.432725,7.54792259 161.526316,7.5433909 L161.526316,7.62578527 C161.471067,7.74772893 161.406841,7.86637682 161.361785,7.99202823 C160.098601,11.5162001 158.843345,15.0432557 157.573529,18.5648733 C156.854171,20.5600529 155.527813,21.9629817 153.539771,22.6505627 C152.830929,22.8957684 152.089489,23.0665719 151.349828,23.1899163 C150.543594,23.3243839 149.722234,23.3643451 148.907425,23.4455036 L144.134896,23.4455036 Z M51.5382237,17.5893652 C51.5674251,17.4705525 51.5818236,17.3771173 51.6131281,17.2899441 C52.2370352,15.5529884 52.8507501,13.8120779 53.4914014,12.081549 C54.2081706,10.1456934 55.556046,8.80966872 57.4318926,8.08097294 C60.2206673,6.99756942 63.1014953,6.81382999 66.0073992,7.48377858 C66.7103361,7.6458483 67.4068827,7.99709548 68.0115378,8.40651308 C69.2295034,9.2311159 69.6623475,10.5760391 69.1913232,11.9860539 C68.5892565,13.7884307 67.9219113,15.5683138 67.2713105,17.3536349 C67.2353952,17.452261 67.0962638,17.5784891 67.0042106,17.5793131 C65.3751604,17.5929905 63.7459485,17.5892004 62.0644813,17.5892004 C62.1238548,17.3997758 62.1659178,17.2462751 62.219629,17.0970589 C62.7707347,15.5664187 63.3249143,14.0369321 63.8756965,12.5061272 C64.2703604,11.409211 63.9089425,10.680268 62.8011495,10.3293504 C61.0318355,9.76882154 59.1163526,10.732506 58.4799076,12.5035729 C57.9112486,14.0860391 57.3471195,15.670318 56.7666506,17.2482525 C56.7170648,17.3830497 56.5604611,17.5734631 56.4515828,17.5748638 C54.8226134,17.5958744 53.1933206,17.5893652 51.5382237,17.5893652 Z M121.667909,7.59000963 C121.637251,7.71533146 121.61986,7.81923076 121.586371,7.91752724 C121.326471,8.68115823 121.053789,9.44042231 120.807074,10.2084202 C120.730632,10.4464575 120.616901,10.5212716 120.374715,10.5180582 C119.350886,10.5044632 118.326896,10.5121258 117.302986,10.512373 C116.011572,10.512785 115.466128,10.8716125 115.017268,12.1065392 C114.405737,13.789197 113.815481,15.4802589 113.244395,17.1775005 C113.130016,17.5174596 112.968963,17.6011723 112.640468,17.5972174 C111.2261,17.5799146 109.811329,17.5898019 108.396638,17.5898019 L107.956675,17.5898019 C108.025756,17.3778012 108.076798,17.2111174 108.134149,17.0467406 C108.813708,15.0977019 109.491488,13.1479216 110.175416,11.200366 C110.771173,9.50403076 111.793061,8.22922513 113.578391,7.76765189 C114.069314,7.64076456 114.588145,7.57666175 115.095085,7.5714709 C117.183106,7.54996597 119.271533,7.56191315 121.359797,7.56306668 C121.450556,7.56314907 121.541315,7.57847442 121.667909,7.59000963 Z M32.9509623,7.56188844 C32.8881106,7.76762717 32.8512246,7.90951027 32.8018815,8.04677928 C31.7063029,11.0962772 30.605871,14.1440448 29.5185433,17.1965913 C29.4179966,17.478792 29.3016763,17.6023835 28.9828876,17.5985934 C27.3666989,17.5794779 25.7501867,17.5897772 24.0724406,17.5897772 C24.1150698,17.4335575 24.1403075,17.30873 24.182775,17.1902469 C25.2903253,14.1014469 26.4032143,11.014542 27.5025947,7.92261097 C27.6017662,7.64370604 27.7342646,7.5521659 28.0243373,7.55480252 C29.6403641,7.56955111 31.2566336,7.56188844 32.9509623,7.56188844 Z M87.8546861,14.107989 C87.5032177,15.0957327 87.1847525,16.0267066 86.8319898,16.9439207 C86.7777124,17.0849798 86.5805827,17.2158221 86.4240599,17.2622101 C83.9920924,17.9836552 81.5022074,18.1658291 78.9844152,18.048582 C77.1835539,17.9647869 75.4219245,17.6726989 73.7579297,16.9281834 C72.7478522,16.4761679 71.8323356,15.8824341 71.1391055,14.9849122 C70.2171985,13.7912651 70.0986942,12.5294777 70.8271115,11.1906517 C71.4368628,10.0698411 72.3577991,9.2905552 73.4447224,8.69434956 C74.9737112,7.85565731 76.6277565,7.44459182 78.3405282,7.25557914 C80.92643,6.97032985 83.4573264,7.21421717 85.8778884,8.21728618 C86.5673976,8.50302985 87.2089387,8.93304604 87.8263745,9.36520449 C88.1598044,9.59862773 88.4403321,9.94649675 88.666097,10.2954369 C89.0783949,10.9325925 89.0028434,11.6278362 88.4240731,12.1070418 C87.9935748,12.4634798 87.4896281,12.7607587 86.9738714,12.9710291 C85.6115975,13.5262848 84.1614767,13.702032 82.7132164,13.8467989 C80.5668726,14.0613538 78.4290222,14.0390249 76.3476334,13.3813531 C75.6353132,13.1562517 74.9579376,12.8162101 74.2425436,12.5195904 C74.1901267,13.0226904 74.4040816,13.4319432 74.7463285,13.7818721 C75.3382839,14.3871411 76.0976014,14.6709073 76.8853922,14.8757397 C78.8454456,15.3855136 80.8345386,15.3721658 82.8287277,15.1679101 C84.4676466,14.9999904 86.0738048,14.6629151 87.6405695,14.139546 C87.6882947,14.1236439 87.7413588,14.1240559 87.8546861,14.107989 Z M76.1337593,10.5573686 C76.4599091,10.6776644 76.6821148,10.7740658 76.9123287,10.8420411 C78.4008724,11.2816975 79.9273537,11.413858 81.4675054,11.3630207 C82.0825954,11.3427517 82.699465,11.2488221 83.30501,11.1317397 C83.4903297,11.0959805 83.640543,10.8717855 83.8068535,10.7338573 C83.6559122,10.5780496 83.5222005,10.396782 83.348529,10.2745911 C83.2103683,10.1773658 83.0272326,10.1290003 82.857282,10.0993383 C82.2347501,9.99066013 81.61238,9.86484393 80.9845093,9.80741506 C79.349635,9.65795168 77.7675821,9.91395097 76.1337593,10.5573686 Z M107.321719,14.1033008 C106.96386,15.0987895 106.636254,16.0414634 106.277829,16.9717782 C106.227758,17.1017141 106.040173,17.2183022 105.8936,17.261724 C103.460824,17.9814388 100.970696,18.1655902 98.4523376,18.0493317 C96.7199904,17.9693268 95.0233159,17.6933057 93.4100393,17.0115747 C92.4814993,16.6191303 91.6282682,16.1042479 90.9228237,15.360062 C89.6065764,13.9714698 89.463077,12.4106733 90.5182912,10.8057958 C91.2712992,9.66059654 92.3422871,8.91245569 93.5579068,8.36906485 C95.786597,7.37266977 98.1353284,7.05981837 100.547154,7.17368738 C102.116669,7.24775992 103.665638,7.50178175 105.114303,8.13094513 C105.922316,8.48186273 106.664404,8.99592118 107.418949,9.46532189 C107.630154,9.5967409 107.797354,9.81665146 107.954686,10.0201655 C108.61103,10.8696515 108.505953,11.6807416 107.653126,12.3323986 C106.949138,12.8704339 106.129395,13.1476909 105.284496,13.3372803 C102.471131,13.9685036 99.6333363,14.2521874 96.789637,13.623024 C95.8297115,13.4106113 94.9228501,12.9491205 93.9926114,12.598862 C93.9083237,12.5671402 93.8309117,12.5166325 93.7080393,12.4529416 C93.6564313,13.0130585 93.8618927,13.4231353 94.199448,13.7720754 C94.7884913,14.3809698 95.5478897,14.6668782 96.3356805,14.8727817 C98.2954912,15.3849451 100.285312,15.3733275 102.279825,15.1693191 C103.918744,15.0017289 105.526115,14.6686909 107.092314,14.1412022 C107.141495,14.1246409 107.195692,14.1234874 107.321719,14.1033008 Z M95.5932691,10.5591895 C95.9362441,10.6836874 96.156832,10.7954141 96.3899579,10.8426261 C97.2063839,11.0079916 98.0217584,11.2026071 98.8474059,11.2906043 C100.106464,11.4247423 101.376765,11.4752501 102.622395,11.1677543 C102.862963,11.1083479 103.06252,10.8760782 103.281004,10.7235663 C103.074411,10.5492198 102.891518,10.2781423 102.656774,10.2184888 C101.942512,10.0368092 101.212882,9.88973527 100.480743,9.81450921 C98.8343017,9.64518879 97.2397916,9.91000428 95.5932691,10.5591895 Z M41.7343085,18.0901499 C39.6459631,18.0575217 37.5680525,17.7452471 35.6290306,16.7702746 C34.7506426,16.3285584 33.9591308,15.7658048 33.353424,14.9648492 C32.4224573,13.733795 32.3618705,12.3265816 33.1906727,11.0221964 C33.8160358,10.0380781 34.7030791,9.35024992 35.7022363,8.81180273 C38.1368732,7.49967245 40.7573152,7.06413583 43.4805688,7.17586259 C45.3403182,7.25215977 47.1424737,7.60777386 48.8291987,8.44926752 C49.6471616,8.85728442 50.3894112,9.37200203 50.9883232,10.0814175 C52.1241042,11.4270823 52.1870369,13.0236379 51.1427428,14.4531802 C50.2692891,15.6488048 49.0575521,16.3785717 47.7362896,16.939595 C45.8319696,17.7483781 43.8334933,18.0646901 41.7343085,18.0901499 Z M42.2525728,14.9727591 C42.5803404,14.9257943 43.0931042,14.8878929 43.5888001,14.7731999 C44.3976224,14.5860823 45.1589621,14.2730661 45.7381368,13.6307196 C46.3948854,12.9024358 46.3660075,12.0051612 45.6552242,11.3362013 C45.4505717,11.1435633 45.2166369,10.9399668 44.9599719,10.8561717 C44.2868836,10.6365084 43.6031177,10.4020964 42.906652,10.3162415 C41.7787173,10.1771598 40.6772338,10.3890781 39.6610896,10.9299147 C39.3555668,11.0924788 39.0599936,11.3045619 38.8160284,11.5514978 C38.0607555,12.3157879 38.106782,13.294221 38.9275761,13.9847682 C39.8373496,14.7501295 40.9356784,14.9218394 42.2525728,14.9727591 Z M128.251046,17.6288651 C128.739462,16.2691108 129.192529,15.0110313 129.643411,13.7521277 C131.03068,9.87835661 132.420942,6.005739 133.796725,2.12776576 C133.911185,1.80510942 134.061317,1.69980942 134.398953,1.70368196 C137.524313,1.73952351 140.650481,1.72905942 143.775355,1.78896013 C145.31397,1.81845731 146.84215,2.03523689 148.263878,2.69117844 C149.880795,3.43725942 151.119387,4.56334323 151.530553,6.40765872 C151.850474,7.842639 151.492939,9.18616154 150.863531,10.4624503 C149.757356,12.7053897 147.965393,14.2498721 145.855692,15.4478862 C143.628054,16.7128869 141.208301,17.3809404 138.682419,17.4772594 C135.237867,17.6086784 131.787571,17.5849489 128.251046,17.6288651 Z M136.249967,15.1384953 C136.625702,15.106032 137.002651,15.0846094 137.37685,15.0392925 C139.387217,14.7957348 141.3027,14.2292735 142.912255,12.9463932 C144.623571,11.5823545 145.690191,9.81927985 145.587136,7.50539886 C145.508754,5.7453728 144.566139,4.59621858 142.869222,4.33576999 C141.850651,4.17938548 140.804092,4.18960238 139.769262,4.17089886 C138.666241,4.15104182 138.452853,4.31179323 138.070484,5.36504041 C137.085806,8.07680379 136.112777,10.7929341 135.135217,13.5073341 C134.677297,14.7788439 134.925307,15.1386601 136.249967,15.1384953 Z"></path>
                            </svg>
                        </a>
                        <span class="header__overlay header__trigger--close"></span>
                        <div class="header__nav">
                            <div class="header__nav__inner">
                                <div class="header__mainNav">

                                    <nav class="mainNav">
                                        <ul class="mainNav__list">
                                            <li class="mainNav__item">

                                                <a href="/en/" class="mainNav__link">Home</a>
                                            </li>
                                            <li class="mainNav__item">
                                                <section class="megaMenu">
                                                    <a class="mainNav__link megaMenu__trigger">Products</a>
                                                    <span class="megaMenu__icon megaMenu__trigger"></span>
                                                    <div class="megaMenu__target">
                                                        <div class="megaMenu__inner">
                                                            <div class="megaMenu__links">
                                                                <ul class="megaMenu__list">
                                                                    <li class="megaMenu__item">
                                                                        <a href="/en/product/player/" class="megaMenu__link"> <span class="megaMenu__link__icon">
                                                                                <svg class="symbol symbol--djplayers" viewbox="0 0 48 48" version="1" xmlns="http://www.w3.org/2000/svg">
                                                                                    <title>1 fundament/icons/product/players</title>
                                                                                    <path d="M19.036 36.808a18.366 18.366 0 0 0 9.13 2.9v-2.523a15.884 15.884 0 0 1-7.765-2.494l-1.365 2.117zM20.16 7.54l-1.356-2.12a18.727 18.727 0 0 0-6.074 6.612l2.208 1.195a16.2 16.2 0 0 1 5.222-5.687zm-5.389 6.002l-2.207-1.196a18.672 18.672 0 0 0-2.108 7.858h2.506c.12-2.396.763-4.653 1.81-6.662zm3.968 23.072l1.364-2.116a16.197 16.197 0 0 1-5.096-5.53l-2.213 1.187a18.726 18.726 0 0 0 5.945 6.459zm-4.092-8.198a16.159 16.159 0 0 1-1.685-6.419h-2.506a18.68 18.68 0 0 0 1.98 7.604l2.211-1.185zm5.81-21.068a15.885 15.885 0 0 1 7.71-2.457V2.37a18.35 18.35 0 0 0-9.065 2.859l1.355 2.12zm.586 26.347a14.714 14.714 0 0 0 7.125 2.299v-3.33a11.46 11.46 0 0 1-5.328-1.753l-1.797 2.784zm-2.328-18.02l-2.906-1.571a14.985 14.985 0 0 0-1.666 6.1h3.306a11.644 11.644 0 0 1 1.266-4.528zm4.165-4.537a11.45 11.45 0 0 1 5.288-1.728V6.082c-2.59.143-5.002.955-7.073 2.265l1.784 2.792zm-.339 19.58a11.696 11.696 0 0 1-3.581-3.867l-2.912 1.56a15.002 15.002 0 0 0 4.698 5.092l1.795-2.784zM20.796 8.54a15.016 15.016 0 0 0-4.821 5.25l2.905 1.574a11.69 11.69 0 0 1 3.7-4.032L20.796 8.54zm-5.11 19.321l2.912-1.56a11.638 11.638 0 0 1-1.15-4.302h-3.306c.114 2.098.66 4.08 1.545 5.862zm14.353 9.325v2.523a18.37 18.37 0 0 0 9.131-2.9l-1.364-2.117a15.885 15.885 0 0 1-7.767 2.494zm13.23-23.957l2.209-1.195a18.727 18.727 0 0 0-6.074-6.613l-1.356 2.121a16.2 16.2 0 0 1 5.221 5.687zm1.977 6.977h2.506a18.684 18.684 0 0 0-2.108-7.858l-2.208 1.196a16.149 16.149 0 0 1 1.81 6.662zM38.104 34.5l1.364 2.116a18.721 18.721 0 0 0 5.945-6.46l-2.212-1.185a16.197 16.197 0 0 1-5.097 5.529zm5.456-6.082l2.212 1.185a18.68 18.68 0 0 0 1.98-7.604h-2.506c-.116 2.3-.713 4.47-1.686 6.42zm-4.455-23.19A18.353 18.353 0 0 0 30.04 2.37v2.523a15.88 15.88 0 0 1 7.71 2.457l1.356-2.121zm-3.737 25.685a11.462 11.462 0 0 1-5.33 1.754v3.329a14.714 14.714 0 0 0 7.126-2.299l-1.796-2.784zm7.03-16.807l-2.905 1.572a11.657 11.657 0 0 1 1.265 4.528h3.307a14.973 14.973 0 0 0-1.667-6.1zm-5.286-5.758a14.71 14.71 0 0 0-7.073-2.265v3.33c1.932.137 3.734.75 5.289 1.727l1.784-2.792zm5.047 20.065l-2.912-1.56a11.685 11.685 0 0 1-3.58 3.868l1.795 2.784a15.002 15.002 0 0 0 4.697-5.092zm-2.834-13.05l2.907-1.572a15.024 15.024 0 0 0-4.822-5.25l-1.784 2.791c1.529 1.027 2.8 2.41 3.7 4.032zm4.74 6.636h-3.307a11.653 11.653 0 0 1-1.15 4.302l2.911 1.56a14.97 14.97 0 0 0 1.546-5.862zM17.952 38.84l-4.069 6.309c.249.159.5.313.754.465L18.37 39.1a20.67 20.67 0 0 1-.418-.26zm-4.808-4.236l-5.803 4.732c.188.229.38.453.575.675l5.55-5.033c-.108-.123-.217-.247-.322-.374zm-1.283-1.722L5.6 36.976c.163.247.33.493.5.733l6.044-4.422c-.095-.135-.191-.268-.283-.405zm-1.094-1.849l-6.655 3.414c.137.263.277.524.422.782l6.468-3.761c-.08-.144-.158-.289-.235-.435zm-2.309-8.229L1 23.198c.018.297.04.593.068.887l7.427-.787a25.693 25.693 0 0 1-.037-.494zm.252 2.138L1.33 26.12c.05.292.101.584.16.875l7.305-1.564c-.032-.162-.059-.325-.086-.488zm.472 2.099l-7.217 1.947c.08.287.161.571.25.853l7.1-2.323c-.047-.157-.088-.318-.133-.477zm.688 2.037l-6.976 2.698c.109.276.223.549.34.82l6.821-3.058c-.064-.152-.123-.306-.185-.46zm4.729 7.103l-5.28 5.317c.21.207.422.412.64.613l4.995-5.588c-.12-.112-.238-.227-.355-.342zm1.608 1.417l-4.7 5.846c.23.184.463.365.7.542l4.387-6.082c-.132-.1-.258-.204-.387-.306zm.22 8.996l3.39-6.701c.147.073.296.143.444.212l-3.038 6.873a28.504 28.504 0 0 1-.797-.384zm13.165-17.396c-4.543 0-8.225-3.71-8.225-8.286s3.682-8.285 8.225-8.285c4.542 0 8.225 3.71 8.225 8.285 0 4.576-3.683 8.286-8.225 8.286zm0-1.579c3.677 0 6.658-3.002 6.658-6.707 0-3.704-2.981-6.707-6.658-6.707-3.678 0-6.659 3.003-6.659 6.707 0 3.705 2.981 6.707 6.659 6.707z" fill="currentColor" fill-rule="evenodd"></path>
                                                                                </svg>
                                                                            </span>DJ players</a>
                                                                    </li>
                                                                    <li class="megaMenu__item">
                                                                        <a href="/en/product/mixer/" class="megaMenu__link"> <span class="megaMenu__link__icon">
                                                                                <svg class="symbol symbol--djmixers" viewbox="0 0 48 48" version="1" xmlns="http://www.w3.org/2000/svg">
                                                                                    <title>1 fundament/icons/product/mixers</title>
                                                                                    <path d="M4.706 6A.717.717 0 0 0 4 6.727v15.254c0 .402.316.727.706.727.39 0 .705-.325.705-.727V6.727A.717.717 0 0 0 4.706 6zm0 21.292a.717.717 0 0 0-.706.727v15.254c0 .402.316.727.706.727.39 0 .705-.325.705-.727V28.019a.717.717 0 0 0-.705-.727zM11.136 6a.717.717 0 0 0-.705.728V21.98c0 .402.316.727.706.727.39 0 .706-.325.706-.727V6.728A.717.717 0 0 0 11.137 6zm0 21.292a.717.717 0 0 0-.705.727v15.254c0 .402.316.727.706.727.39 0 .706-.325.706-.727V28.019a.718.718 0 0 0-.706-.727zM17.569 6a.717.717 0 0 0-.706.727v15.254c0 .402.316.727.706.727.39 0 .706-.325.706-.727V6.727A.717.717 0 0 0 17.568 6zm0 21.292a.717.717 0 0 0-.706.727v15.254c0 .402.316.727.706.727.39 0 .706-.325.706-.727V28.019a.717.717 0 0 0-.706-.727zm7.138-20.564A.717.717 0 0 0 24 6a.717.717 0 0 0-.706.728V13.5h-1.14v23.495h1.14v6.277c0 .402.316.727.706.727.39 0 .706-.325.706-.727v-6.277h1.138V13.501h-1.138V6.728zM30.43 6a.717.717 0 0 0-.706.728V9.9c0 .401.316.727.706.727.39 0 .706-.326.706-.727V6.728A.717.717 0 0 0 30.43 6zm0 33.838a.717.717 0 0 0-.706.727v2.707c0 .403.316.728.706.728.39 0 .706-.325.706-.728v-2.707a.717.717 0 0 0-.706-.727zM36.862 6a.717.717 0 0 0-.706.728V21.98c0 .402.317.727.706.727.39 0 .707-.325.707-.727V6.728A.717.717 0 0 0 36.862 6zm0 21.292a.718.718 0 0 0-.706.727v15.253c0 .403.317.728.706.728.39 0 .707-.325.707-.728V28.02a.718.718 0 0 0-.707-.727zM43.294 6a.717.717 0 0 0-.706.728V21.98c0 .402.316.727.706.727.39 0 .706-.325.706-.727V6.728A.717.717 0 0 0 43.294 6zm0 21.292a.717.717 0 0 0-.706.727v15.254c0 .402.316.727.706.727.39 0 .706-.325.706-.727V28.019a.718.718 0 0 0-.706-.727z" fill="currentColor" fill-rule="evenodd"></path>
                                                                                </svg>
                                                                            </span>DJ mixers</a>
                                                                    </li>
                                                                    <li class="megaMenu__item">
                                                                        <a href="/en/product/controller/" class="megaMenu__link"> <span class="megaMenu__link__icon">
                                                                                <svg class="symbol symbol--djcontrollers" viewbox="0 0 48 48" version="1" xmlns="http://www.w3.org/2000/svg">
                                                                                    <title>1 fundament/icons/product/controller</title>
                                                                                    <path d="M7.125 14.206c.84.53 1.956.29 2.495-.537a1.761 1.761 0 0 0-.546-2.455 1.823 1.823 0 0 0-2.495.537 1.761 1.761 0 0 0 .546 2.455zm9.229-6.087a1.766 1.766 0 0 0 .805-2.386 1.82 1.82 0 0 0-2.423-.793 1.766 1.766 0 0 0-.806 2.386 1.82 1.82 0 0 0 2.424.793zM5.803 31.408a1.765 1.765 0 0 0-.806 2.385 1.82 1.82 0 0 0 2.424.793 1.765 1.765 0 0 0 .805-2.386 1.82 1.82 0 0 0-2.423-.792zm.808-8.663c0-.982-.808-1.778-1.805-1.778-.998 0-1.806.796-1.806 1.778s.808 1.778 1.806 1.778c.997 0 1.805-.796 1.805-1.778zM24.48 7.053a.968.968 0 0 0 .973-.963V1.962A.968.968 0 0 0 24.48 1a.968.968 0 0 0-.973.962V6.09c0 .532.435.963.973.963zm11.85 33.625a.978.978 0 0 0-1.37 0 .95.95 0 0 0 0 1.36l3.71 3.654a.98.98 0 0 0 1.371 0 .952.952 0 0 0 0-1.36l-3.71-3.654zm-22.328 0a.978.978 0 0 0-1.371 0L8.89 44.36a.953.953 0 0 0 0 1.36.98.98 0 0 0 1.37 0L14 42.039a.952.952 0 0 0 0-1.36zm27.874-26.472c.84-.53 1.083-1.629.546-2.455a1.823 1.823 0 0 0-2.495-.537 1.761 1.761 0 0 0-.546 2.455 1.823 1.823 0 0 0 2.495.537zM32.646 8.12a1.82 1.82 0 0 0 2.424-.793 1.766 1.766 0 0 0-.806-2.386 1.82 1.82 0 0 0-2.423.793 1.766 1.766 0 0 0 .805 2.386zm10.551 23.289a1.82 1.82 0 0 0-2.423.792 1.765 1.765 0 0 0 .805 2.386 1.82 1.82 0 0 0 2.424-.793 1.765 1.765 0 0 0-.806-2.385zm.997-10.441c-.997 0-1.805.796-1.805 1.778s.808 1.778 1.805 1.778c.998 0 1.806-.796 1.806-1.778s-.808-1.778-1.806-1.778zm-4.163 3.156c0-7.8-5.925-14.236-13.586-15.187a.397.397 0 0 0-.443.39v14.409a.39.39 0 0 1-.394.388H23.35a.39.39 0 0 1-.392-.388V9.326a.397.397 0 0 0-.444-.39c-7.661.951-13.586 7.387-13.586 15.187 0 8.456 6.962 15.311 15.551 15.311 8.59 0 15.552-6.855 15.552-15.311z" fill="currentColor" fill-rule="evenodd"></path>
                                                                                </svg>
                                                                            </span>DJ controllers</a>
                                                                    </li>
                                                                    <li class="megaMenu__item">
                                                                        <a href="/en/product/turntable/" class="megaMenu__link"> <span class="megaMenu__link__icon">
                                                                                <svg class="symbol symbol--turntables" viewbox="0 0 48 48" version="1" xmlns="http://www.w3.org/2000/svg">
                                                                                    <title>1 fundament/icons/product/turntables</title>
                                                                                    <path d="M38.757 23.01l4.31-4.477.082-3.942a2.43 2.43 0 0 1 2.476-2.382 2.432 2.432 0 0 1 2.374 2.485l-.086 4.134a2.43 2.43 0 0 1-2.477 2.382 2.417 2.417 0 0 1-1.876-.956l-4.7 4.882C38.787 35.55 30.323 44 19.93 44 9.492 44 1 35.476 1 25 1 14.523 9.492 6 19.93 6c9.769 0 17.833 7.464 18.827 17.01zm-1.42 1.475c-.272-9.401-7.976-16.964-17.407-16.964-9.602 0-17.414 7.84-17.414 17.48 0 9.637 7.812 17.477 17.414 17.477 8.995 0 16.419-6.88 17.322-15.671l-9.613 9.987a.771.771 0 0 1-.67.228l-4.33-.648a.775.775 0 0 1-.65-.882.768.768 0 0 1 .879-.653l3.935.59 10.534-10.944zM19.93 19.152c3.218 0 5.827 2.618 5.827 5.848s-2.609 5.848-5.827 5.848c-3.217 0-5.826-2.618-5.826-5.848s2.609-5.848 5.826-5.848zm0 6.86A1.01 1.01 0 0 0 20.94 25a1.01 1.01 0 0 0-1.009-1.012A1.01 1.01 0 0 0 18.922 25a1.01 1.01 0 0 0 1.008 1.012zM5.393 22.075a.507.507 0 0 1-.488-.639C6.729 14.638 12.907 9.891 19.93 9.891a.506.506 0 0 1 0 1.013c-6.567 0-12.344 4.44-14.05 10.796a.506.506 0 0 1-.487.375z" fill="currentColor" fill-rule="evenodd"></path>
                                                                                </svg>
                                                                            </span>Turntables</a>
                                                                    </li>
                                                                </ul>
                                                                <ul class="megaMenu__list">
                                                                    <li class="megaMenu__item">
                                                                        <a href="/en/product/all-in-one-system/" class="megaMenu__link"> <span class="megaMenu__link__icon">
                                                                                <svg class="symbol symbol--allinone" viewbox="0 0 48 48" version="1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
                                                                                    <title>1 fundament/icons/product/all in one</title>
                                                                                    <defs>
                                                                                        <path d="M7.004 1.692L7.4.106c3.803.946 6.109 4.822 5.15 8.657a7.17 7.17 0 0 1-3.252 4.412l-.836-1.396a5.53 5.53 0 0 0 2.515-3.409c.74-2.957-1.04-5.947-3.973-6.678zM.784 5.53l1.179.294c.625-1.82 2.475-2.927 4.359-2.604l.297-1.188a5.09 5.09 0 0 0-.946-.089A5.156 5.156 0 0 0 .784 5.53zm6.204-2.135l.297-1.189c2.404.801 3.86 3.271 3.404 5.79l-1.178-.293c.298-1.863-.767-3.677-2.523-4.308zm-2.867 8.633l.297-1.188c-1.816-.599-2.927-2.444-2.624-4.343L.616 6.204c-.463 2.555 1.041 5.06 3.505 5.824zm.967-1.03c1.848.265 3.64-.836 4.255-2.621l1.178.293c-.783 2.438-3.23 3.936-5.73 3.516l.297-1.188z" id="a"></path>
                                                                                        <path d="M7.004 1.692L7.4.106c3.803.946 6.109 4.822 5.15 8.657a7.17 7.17 0 0 1-3.252 4.412l-.836-1.396a5.53 5.53 0 0 0 2.515-3.409c.74-2.957-1.04-5.947-3.973-6.678zM.784 5.53l1.179.294c.625-1.82 2.475-2.927 4.359-2.604l.297-1.188a5.09 5.09 0 0 0-.946-.089A5.155 5.155 0 0 0 .784 5.53zm6.204-2.135l.297-1.189c2.404.801 3.86 3.271 3.404 5.79l-1.178-.293c.298-1.863-.767-3.677-2.523-4.308zm-2.867 8.633l.297-1.188c-1.816-.599-2.927-2.444-2.624-4.343L.616 6.204c-.463 2.555 1.041 5.06 3.505 5.824zm.967-1.03c1.848.265 3.64-.836 4.255-2.621l1.178.293c-.783 2.438-3.23 3.936-5.73 3.516l.297-1.188z" id="c"></path>
                                                                                    </defs>
                                                                                    <g fill="currentColor" fill-rule="evenodd">
                                                                                        <path d="M22.358 24.954l-1.178-.293c-.613 1.785-2.406 2.887-4.254 2.621l-.297 1.189c2.499.42 4.947-1.078 5.73-3.517zm-8.726-2.172l-1.179-.294c-.462 2.555 1.042 5.06 3.506 5.824l.297-1.188c-1.817-.598-2.928-2.443-2.624-4.342zm8.895 1.499c.456-2.52-1-4.99-3.404-5.79l-.297 1.188c1.756.632 2.82 2.445 2.523 4.309l1.178.293zm-4.367-4.776l.296-1.188c-2.535-.48-5.04 1.026-5.834 3.498l1.178.294c.625-1.82 2.475-2.927 4.36-2.604zm1.078-3.115l-.396 1.586c2.933.731 4.712 3.721 3.973 6.68a5.53 5.53 0 0 1-2.516 3.407l.837 1.397a7.171 7.171 0 0 0 3.253-4.413c.957-3.834-1.349-7.71-5.151-8.657z" fill="currentColor"></path>
                                                                                        <g transform="translate(11.838 16.285)">
                                                                                            <mask id="b" fill="#fff">
                                                                                                <use xlink:href="#a"></use>
                                                                                            </mask>
                                                                                            <path fill="currentColor" mask="url(#b)" d="M1.385 14.195l12.173-1.557-1.683-13.16L-.298 1.034z"></path>
                                                                                        </g>
                                                                                        <use fill="currentColor" xlink:href="#c" transform="translate(11.838 16.285)"></use>
                                                                                        <path d="M17.49 23.963a.573.573 0 1 1 0-1.146.573.573 0 0 1 0 1.146m0-3.882a3.309 3.309 0 1 0 0 6.618 3.309 3.309 0 0 0 0-6.618" fill="currentColor"></path>
                                                                                        <path d="M17.712 39.052c-8.685 0-15.75-7.065-15.75-15.75 0-8.685 7.065-15.75 15.75-15.75 8.685 0 15.75 7.065 15.75 15.75 0 8.685-7.065 15.75-15.75 15.75m11.84-4.288c.398-.31.857-.479 1.324-.528.214-.257.42-.52.618-.79a2.599 2.599 0 0 1 .954-2.513c.242-.188.507-.317.781-.408.174-.37.334-.749.481-1.133a2.602 2.602 0 0 1 .793-3.068c.02-.016.044-.025.065-.04.094-.53.162-1.068.206-1.613-.045-.05-.095-.09-.136-.143a2.61 2.61 0 0 1 .067-3.288 16.936 16.936 0 0 0-.326-1.842 2.593 2.593 0 0 1-.588-.538 2.605 2.605 0 0 1-.409-2.444c-.146-.33-.302-.656-.469-.976a2.578 2.578 0 0 1-1.117-.82 2.59 2.59 0 0 1-.536-1.768c-.172-.222-.349-.44-.532-.654a2.592 2.592 0 0 1-2.536-2.42c-.228-.178-.46-.35-.699-.516A2.598 2.598 0 0 1 25 8.305a2.576 2.576 0 0 1-.359-.653 16.972 16.972 0 0 0-.766-.319c-.319.14-.67.22-1.04.22a2.602 2.602 0 0 1-2.125-1.104c-.3-.053-.6-.098-.905-.136a2.59 2.59 0 0 1-3.563-.064c-.49.042-.974.104-1.452.186a2.602 2.602 0 0 1-2.135 1.117c-.382 0-.742-.087-1.068-.234-.467.18-.925.377-1.37.595a2.604 2.604 0 0 1-2.435 1.689c-.098 0-.192-.019-.288-.03-.364.273-.714.561-1.055.86a2.602 2.602 0 0 1-2.072 2.162c-.255.317-.5.643-.731.978a2.603 2.603 0 0 1-1.648 2.962 16.77 16.77 0 0 0-.37.93A2.59 2.59 0 0 1 .83 20.47c-.083.49-.142.987-.181 1.489a2.59 2.59 0 0 1 .012 2.84c.019.225.044.448.072.67a2.6 2.6 0 0 1 1.078 2.105c0 .442-.12.851-.313 1.216.11.326.23.648.36.965A2.606 2.606 0 0 1 3.87 32.29c0 .3-.062.584-.155.853.17.241.345.477.527.709.06-.004.118-.018.179-.018a2.61 2.61 0 0 1 2.609 2.61c0 .07-.015.137-.02.207.15.122.3.243.455.359.213-.057.434-.096.665-.096 1.223 0 2.242.845 2.525 1.98.285.13.575.253.868.367a2.576 2.576 0 0 1 1.186-.298c.932 0 1.744.493 2.206 1.228.24.04.482.073.725.102a2.6 2.6 0 0 1 3.74.048c.27-.027.54-.06.806-.099a2.603 2.603 0 0 1 2.185-1.19c.45 0 .867.125 1.236.325.459-.169.906-.36 1.345-.565.166-.419.432-.804.813-1.1a2.597 2.597 0 0 1 1.947-.525c.29-.21.576-.426.853-.654.075-.675.41-1.32.987-1.77" fill="#979797"></path>
                                                                                        <path d="M6.275 22.654a.456.456 0 0 1-.441-.576c1.649-6.126 7.237-10.405 13.59-10.405a.457.457 0 0 1 0 .914c-5.94 0-11.166 4-12.708 9.728a.457.457 0 0 1-.44.339" fill="currentColor"></path>
                                                                                        <path d="M17.617 8.652c-8.037 0-14.576 6.663-14.576 14.853S9.58 38.358 17.617 38.358c8.038 0 14.577-6.663 14.577-14.853S25.654 8.652 17.617 8.652m0 31c-8.737 0-15.845-7.244-15.845-16.147 0-8.903 7.108-16.146 15.845-16.146 8.737 0 15.846 7.243 15.846 16.146s-7.109 16.146-15.846 16.146" fill="currentColor"></path>
                                                                                        <path d="m42.669 10.45v2.686" stroke="currentcolor" stroke="" d="M42.669 10.45v2.686" stroke="currentColor"></path>
                                                                                    </g>
                                                                                </svg>
                                                                            </span>All-in-one DJ systems</a>
                                                                    </li>
                                                                    <li class="megaMenu__item">
                                                                        <a href="/en/product/effector/" class="megaMenu__link"> <span class="megaMenu__link__icon">
                                                                                <svg class="symbol symbol--remixstation" viewbox="0 0 48 48" version="1" xmlns="http://www.w3.org/2000/svg">
                                                                                    <title>1 fundament/icons/product/remix station</title>
                                                                                    <path d="M16.623 26.004c0-4.604 3.233-8.669 7.839-9.85 3.775-.97 7.717.075 10.434 2.789 1.518 1.517 2.461 3.326 2.815 5.414.859 5.07-2.337 9.98-7.43 11.423-4.01 1.137-8.238-.026-11.02-3.05-1.33-1.445-2.165-3.131-2.486-5.045-.093-.554-.127-1.118-.188-1.677l.036-.004m9.852-4.71c-2.016.226-4.243 2.045-4.209 4.78.033 2.64 2.315 4.783 5.138 4.71 2.706-.068 4.909-2.316 4.805-4.934-.108-2.747-2.402-4.37-4.212-4.553v4.435c0 .06-.001.122-.007.183-.038.404-.447.709-.86.642-.407-.066-.655-.364-.655-.792v-4.471zm.753 10.954c-3.589-.002-6.485-2.802-6.482-6.266.003-3.435 2.919-6.226 6.501-6.223 3.583.003 6.49 2.807 6.486 6.254-.005 3.445-2.917 6.237-6.505 6.235zm.011 2.553c.462-.041.927-.06 1.384-.128 1.869-.28 3.522-1.025 4.876-2.304 2.513-2.377 3.415-5.256 2.56-8.56-.963-3.723-4.338-6.342-8.302-6.561a9.236 9.236 0 0 0-5.202 1.23c-3.47 1.987-5.177 5.987-4.154 9.723 1.063 3.878 4.689 6.577 8.838 6.6M47 25.341v1.324c-.007.052-.02.103-.021.155a17.434 17.434 0 0 1-.458 3.345c-.997 4.17-3.19 7.638-6.578 10.38-3.294 2.665-7.105 4.12-11.39 4.41l-.642.045H26.52c-.058-.007-.116-.02-.174-.022a19.955 19.955 0 0 1-3.861-.534c-3.21-.768-6.051-2.216-8.505-4.36-2.873-2.509-4.824-5.575-5.84-9.194-.073-.259-.137-.52-.207-.788-.04.024-.073.042-.104.062-1.22.774-2.442 1.546-3.66 2.322-.748.475-1.491.955-2.237 1.431a.587.587 0 0 1-.459.083c-.253-.056-.391-.222-.472-.447V20.341c.01-.022.02-.044.027-.067.152-.439.673-.586 1.047-.295.03.022.06.046.09.066l5.383 3.398c.03.019.062.032.09.047.08-.436.145-.86.235-1.279.636-2.979 1.915-5.675 3.905-8.027 3.708-4.384 8.504-6.76 14.342-7.143 2-.131 3.978.055 5.921.534 4.456 1.099 8.11 3.403 10.918 6.927 2.403 3.015 3.724 6.442 3.996 10.244.014.199.03.397.046.596m-6.996 12.16c3.59-3.86 5.188-8.345 4.579-13.505-.47-3.98-2.291-7.335-5.251-10.131l-.105.11c-.949 1.026-1.897 2.051-2.847 3.075-.308.331-.782.363-1.106.08-.32-.28-.33-.73-.023-1.062l2.273-2.454c.217-.233.433-.468.649-.702-6.07-4.85-15.367-4.958-21.568-.23.016.019.031.038.048.056l1.757 1.898c.448.484.898.966 1.343 1.451a.719.719 0 0 1-.3 1.191c-.311.107-.616.02-.863-.246l-3.067-3.312c-.03-.033-.061-.064-.094-.098-.031.026-.054.043-.076.063-2.238 2.01-3.839 4.417-4.777 7.232a15.95 15.95 0 0 0-.769 3.836c-.006.084.019.132.093.178.645.403 1.287.81 1.929 1.216.51.322.507 1.155-.004 1.48-.575.364-1.148.73-1.725 1.092-.075.047-.103.094-.084.179.038.17.066.345.104.516.69 3.137 2.186 5.86 4.468 8.182.051.053.098.11.148.167.045-.044.07-.066.091-.09l1.817-1.962c.352-.38.701-.763 1.058-1.138a.768.768 0 0 1 .926-.143c.3.16.463.491.362.81a1.127 1.127 0 0 1-.25.403c-.91.992-1.828 1.979-2.743 2.967l-.13.144c6.797 5.646 16.844 5.218 23.026-.245l-.09-.101-1.191-1.287c-.482-.52-.965-1.038-1.444-1.561a.7.7 0 0 1-.067-.904c.284-.401.863-.43 1.213-.055.858.923 1.713 1.848 2.57 2.773l.12.128" fill="currentColor" fill-rule="evenodd"></path>
                                                                                </svg>
                                                                            </span>Remix stations</a>
                                                                    </li>
                                                                    <li class="megaMenu__item">
                                                                        <a href="/en/product/dj-sampler/" class="megaMenu__link"> <span class="megaMenu__link__icon">
                                                                                <svg class="symbol symbol--djsampler" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewbox="0 0 37 36">
                                                                                    <defs>
                                                                                        <polygon id="sampler-a" points="6 7.299 42.848 7.299 42.848 41.565 6 41.565"></polygon>
                                                                                    </defs>
                                                                                    <g fill="none" fill-rule="evenodd" transform="translate(-6 -6)">
                                                                                        <mask id="sampler-b" fill="#fff">
                                                                                            <use xlink:href="#sampler-a"></use>
                                                                                        </mask>
                                                                                        <path fill="currentColor" d="M8.97770308,8.31941924 C8.03562615,8.31941924 7.26830308,8.96395255 7.23187231,9.7869287 L7.13339538,24.6894394 C7.13168769,24.729969 7.13168769,24.7710615 7.13339538,24.812154 L7.22788769,39.0785751 C7.26602615,39.9009883 8.03278,40.5438329 8.97371846,40.5438329 L39.86758,40.5438329 C40.80738,40.5438329 41.5741338,39.9009883 41.6128415,39.079138 L41.7147338,24.812154 C41.7170108,24.7704986 41.7170108,24.7288432 41.7153031,24.6877507 L41.6094262,9.78580288 C41.5724262,8.96338964 40.8056723,8.31941924 39.8641646,8.31941924 L8.97770308,8.31941924 Z M8.97371846,41.5649538 C7.42427231,41.5649538 6.16114923,40.4909192 6.09739538,39.1219192 L6.00233385,24.8543724 C5.99948769,24.7856972 5.99948769,24.717022 6.00233385,24.6483469 L6.10081077,9.74583618 C6.16228769,8.37402163 7.42541077,7.29886127 8.97770308,7.29886127 L39.8641646,7.29886127 C41.41418,7.29886127 42.6784415,8.37289581 42.7404877,9.74471036 L42.8457954,24.647784 C42.8492108,24.717022 42.8492108,24.7862601 42.8457954,24.8554982 L42.7433338,39.1224822 C42.67958,40.4914822 41.4158877,41.5649538 39.86758,41.5649538 L8.97371846,41.5649538 Z" mask="url(#sampler-b)"></path>
                                                                                        <path fill="currentColor" d="M17.8519538 19.8062975L17.1728615 19.8062975C16.2854308 19.8062975 15.5590923 19.0885857 15.5590923 18.2104442L15.5590923 17.5388912C15.5590923 16.6613127 16.2854308 15.9436009 17.1728615 15.9436009L17.8519538 15.9436009C18.7393846 15.9436009 19.4651538 16.6613127 19.4651538 17.5388912L19.4651538 18.2104442C19.4651538 19.0885857 18.7393846 19.8062975 17.8519538 19.8062975M22.5925646 19.8062975L21.9134723 19.8062975C21.0254723 19.8062975 20.2997031 19.0885857 20.2997031 18.2104442L20.2997031 17.5388912C20.2997031 16.6613127 21.0254723 15.9436009 21.9134723 15.9436009L22.5925646 15.9436009C23.4799954 15.9436009 24.2057646 16.6613127 24.2057646 17.5388912L24.2057646 18.2104442C24.2057646 19.0885857 23.4799954 19.8062975 22.5925646 19.8062975M27.3326631 19.8062975L26.65414 19.8062975C25.76614 19.8062975 25.0403708 19.0885857 25.0403708 18.2104442L25.0403708 17.5388912C25.0403708 16.6613127 25.76614 15.9436009 26.65414 15.9436009L27.3326631 15.9436009C28.2206631 15.9436009 28.9464323 16.6613127 28.9464323 17.5388912L28.9464323 18.2104442C28.9464323 19.0885857 28.2206631 19.8062975 27.3326631 19.8062975M32.0732738 19.8062975L31.3941815 19.8062975C30.5067508 19.8062975 29.7809815 19.0885857 29.7809815 18.2104442L29.7809815 17.5388912C29.7809815 16.6613127 30.5067508 15.9436009 31.3941815 15.9436009L32.0732738 15.9436009C32.9612738 15.9436009 33.6870431 16.6613127 33.6870431 17.5388912L33.6870431 18.2104442C33.6870431 19.0885857 32.9612738 19.8062975 32.0732738 19.8062975M17.8519538 24.3381828L17.1728615 24.3381828C16.2854308 24.3381828 15.5590923 23.6204711 15.5590923 22.7423296L15.5590923 22.0713395C15.5590923 21.193198 16.2854308 20.4754863 17.1728615 20.4754863L17.8519538 20.4754863C18.7393846 20.4754863 19.4651538 21.193198 19.4651538 22.0713395L19.4651538 22.7423296C19.4651538 23.6204711 18.7393846 24.3381828 17.8519538 24.3381828M22.5925646 24.3381828L21.9134723 24.3381828C21.0254723 24.3381828 20.2997031 23.6204711 20.2997031 22.7423296L20.2997031 22.0713395C20.2997031 21.193198 21.0254723 20.4754863 21.9134723 20.4754863L22.5925646 20.4754863C23.4799954 20.4754863 24.2057646 21.193198 24.2057646 22.0713395L24.2057646 22.7423296C24.2057646 23.6204711 23.4799954 24.3381828 22.5925646 24.3381828M27.3326631 24.3381828L26.65414 24.3381828C25.76614 24.3381828 25.0403708 23.6204711 25.0403708 22.7423296L25.0403708 22.0713395C25.0403708 21.193198 25.76614 20.4754863 26.65414 20.4754863L27.3326631 20.4754863C28.2206631 20.4754863 28.9464323 21.193198 28.9464323 22.0713395L28.9464323 22.7423296C28.9464323 23.6204711 28.2206631 24.3381828 27.3326631 24.3381828M32.0732738 24.3381828L31.3941815 24.3381828C30.5067508 24.3381828 29.7809815 23.6204711 29.7809815 22.7423296L29.7809815 22.0713395C29.7809815 21.193198 30.5067508 20.4754863 31.3941815 20.4754863L32.0732738 20.4754863C32.9612738 20.4754863 33.6870431 21.193198 33.6870431 22.0713395L33.6870431 22.7423296C33.6870431 23.6204711 32.9612738 24.3381828 32.0732738 24.3381828M17.8519538 28.8700682L17.1728615 28.8700682C16.2854308 28.8700682 15.5590923 28.1523564 15.5590923 27.2747779L15.5590923 26.6032248C15.5590923 25.7256463 16.2854308 25.0073716 17.1728615 25.0073716L17.8519538 25.0073716C18.7393846 25.0073716 19.4651538 25.7256463 19.4651538 26.6032248L19.4651538 27.2747779C19.4651538 28.1523564 18.7393846 28.8700682 17.8519538 28.8700682M22.5925646 28.8700682L21.9134723 28.8700682C21.0254723 28.8700682 20.2997031 28.1523564 20.2997031 27.2747779L20.2997031 26.6032248C20.2997031 25.7256463 21.0254723 25.0073716 21.9134723 25.0073716L22.5925646 25.0073716C23.4799954 25.0073716 24.2057646 25.7256463 24.2057646 26.6032248L24.2057646 27.2747779C24.2057646 28.1523564 23.4799954 28.8700682 22.5925646 28.8700682M27.3326631 28.8700682L26.65414 28.8700682C25.76614 28.8700682 25.0403708 28.1523564 25.0403708 27.2747779L25.0403708 26.6032248C25.0403708 25.7256463 25.76614 25.0073716 26.65414 25.0073716L27.3326631 25.0073716C28.2206631 25.0073716 28.9464323 25.7256463 28.9464323 26.6032248L28.9464323 27.2747779C28.9464323 28.1523564 28.2206631 28.8700682 27.3326631 28.8700682M32.0732738 28.8700682L31.3941815 28.8700682C30.5067508 28.8700682 29.7809815 28.1523564 29.7809815 27.2747779L29.7809815 26.6032248C29.7809815 25.7256463 30.5067508 25.0073716 31.3941815 25.0073716L32.0732738 25.0073716C32.9612738 25.0073716 33.6870431 25.7256463 33.6870431 26.6032248L33.6870431 27.2747779C33.6870431 28.1523564 32.9612738 28.8700682 32.0732738 28.8700682" mask="url(#sampler-b)"></path>
                                                                                        <path fill="currentColor" d="M36.6231923 6.00016887L12.6227154 6.00016887C11.2673769 6.00016887 12.3910385 14.6312861 13.1925154 14.6312861L36.0533923 14.6312861C36.8548692 14.6312861 37.9785308 6.00016887 36.6231923 6.00016887M40.6261938 32.3629884C40.6261938 32.2594127 40.5413785 32.1755389 40.43664 32.1755389L36.4599938 32.1755389C36.3552554 32.1755389 36.27044 32.2594127 36.27044 32.3629884 36.27044 32.4671269 36.3552554 32.5504378 36.4599938 32.5504378L40.43664 32.5504378C40.5413785 32.5504378 40.6261938 32.4671269 40.6261938 32.3629884M40.6261938 30.637947C40.6261938 30.5338085 40.5413785 30.4504976 40.43664 30.4504976L36.4599938 30.4504976C36.3552554 30.4504976 36.27044 30.5338085 36.27044 30.637947 36.27044 30.7415227 36.3552554 30.8253965 36.4599938 30.8253965L40.43664 30.8253965C40.5413785 30.8253965 40.6261938 30.7415227 40.6261938 30.637947M40.6261938 28.9123991C40.6261938 28.8088234 40.5413785 28.7249497 40.43664 28.7249497L36.4599938 28.7249497C36.3552554 28.7249497 36.27044 28.8088234 36.27044 28.9123991 36.27044 29.0165377 36.3552554 29.1004114 36.4599938 29.1004114L40.43664 29.1004114C40.5413785 29.1004114 40.6261938 29.0165377 40.6261938 28.9123991M40.6261938 27.1874141C40.6261938 27.0838384 40.5413785 26.9999646 40.43664 26.9999646L36.4599938 26.9999646C36.3552554 26.9999646 36.27044 27.0838384 36.27044 27.1874141 36.27044 27.2909897 36.3552554 27.3748635 36.4599938 27.3748635L40.43664 27.3748635C40.5413785 27.3748635 40.6261938 27.2909897 40.6261938 27.1874141M40.6261938 25.4623727C40.6261938 25.3582342 40.5413785 25.2749233 40.43664 25.2749233L36.4599938 25.2749233C36.3552554 25.2749233 36.27044 25.3582342 36.27044 25.4623727 36.27044 25.5659484 36.3552554 25.6498222 36.4599938 25.6498222L40.43664 25.6498222C40.5413785 25.6498222 40.6261938 25.5659484 40.6261938 25.4623727M40.6261938 23.7368248C40.6261938 23.6332491 40.5413785 23.5493754 40.43664 23.5493754L36.4599938 23.5493754C36.3552554 23.5493754 36.27044 23.6332491 36.27044 23.7368248 36.27044 23.8409634 36.3552554 23.9242742 36.4599938 23.9242742L40.43664 23.9242742C40.5413785 23.9242742 40.6261938 23.8409634 40.6261938 23.7368248M40.6261938 22.0117835C40.6261938 21.9082078 40.5413785 21.824334 40.43664 21.824334L36.4599938 21.824334C36.3552554 21.824334 36.27044 21.9082078 36.27044 22.0117835 36.27044 22.1153591 36.3552554 22.1992329 36.4599938 22.1992329L40.43664 22.1992329C40.5413785 22.1992329 40.6261938 22.1153591 40.6261938 22.0117835M40.6261938 20.2867984C40.6261938 20.1826599 40.5413785 20.099349 40.43664 20.099349L36.4599938 20.099349C36.3552554 20.099349 36.27044 20.1826599 36.27044 20.2867984 36.27044 20.3903741 36.3552554 20.4742479 36.4599938 20.4742479L40.43664 20.4742479C40.5413785 20.4742479 40.6261938 20.3903741 40.6261938 20.2867984M40.6261938 18.5611942C40.6261938 18.4576185 40.5413785 18.3737448 40.43664 18.3737448L36.4599938 18.3737448C36.3552554 18.3737448 36.27044 18.4576185 36.27044 18.5611942 36.27044 18.6653328 36.3552554 18.7486436 36.4599938 18.7486436L40.43664 18.7486436C40.5413785 18.7486436 40.6261938 18.6653328 40.6261938 18.5611942M40.6261938 16.8362092C40.6261938 16.7320706 40.5413785 16.6487597 40.43664 16.6487597L36.4599938 16.6487597C36.3552554 16.6487597 36.27044 16.7320706 36.27044 16.8362092 36.27044 16.9397848 36.3552554 17.0236586 36.4599938 17.0236586L40.43664 17.0236586C40.5413785 17.0236586 40.6261938 16.9397848 40.6261938 16.8362092M13.3031169 32.3629884C13.3031169 32.2594127 13.2183015 32.1755389 13.1135631 32.1755389L9.13691692 32.1755389C9.03217846 32.1755389 8.94736308 32.2594127 8.94736308 32.3629884 8.94736308 32.4671269 9.03217846 32.5504378 9.13691692 32.5504378L13.1135631 32.5504378C13.2183015 32.5504378 13.3031169 32.4671269 13.3031169 32.3629884M13.3031169 30.637947C13.3031169 30.5338085 13.2183015 30.4504976 13.1135631 30.4504976L9.13691692 30.4504976C9.03217846 30.4504976 8.94736308 30.5338085 8.94736308 30.637947 8.94736308 30.7415227 9.03217846 30.8253965 9.13691692 30.8253965L13.1135631 30.8253965C13.2183015 30.8253965 13.3031169 30.7415227 13.3031169 30.637947M13.3031169 28.9123991C13.3031169 28.8088234 13.2183015 28.7249497 13.1135631 28.7249497L9.13691692 28.7249497C9.03217846 28.7249497 8.94736308 28.8088234 8.94736308 28.9123991 8.94736308 29.0165377 9.03217846 29.1004114 9.13691692 29.1004114L13.1135631 29.1004114C13.2183015 29.1004114 13.3031169 29.0165377 13.3031169 28.9123991M13.3031169 27.1874141C13.3031169 27.0838384 13.2183015 26.9999646 13.1135631 26.9999646L9.13691692 26.9999646C9.03217846 26.9999646 8.94736308 27.0838384 8.94736308 27.1874141 8.94736308 27.2909897 9.03217846 27.3748635 9.13691692 27.3748635L13.1135631 27.3748635C13.2183015 27.3748635 13.3031169 27.2909897 13.3031169 27.1874141M13.3031169 25.4623727C13.3031169 25.3582342 13.2183015 25.2749233 13.1135631 25.2749233L9.13691692 25.2749233C9.03217846 25.2749233 8.94736308 25.3582342 8.94736308 25.4623727 8.94736308 25.5659484 9.03217846 25.6498222 9.13691692 25.6498222L13.1135631 25.6498222C13.2183015 25.6498222 13.3031169 25.5659484 13.3031169 25.4623727M13.3031169 23.7368248C13.3031169 23.6332491 13.2183015 23.5493754 13.1135631 23.5493754L9.13691692 23.5493754C9.03217846 23.5493754 8.94736308 23.6332491 8.94736308 23.7368248 8.94736308 23.8409634 9.03217846 23.9242742 9.13691692 23.9242742L13.1135631 23.9242742C13.2183015 23.9242742 13.3031169 23.8409634 13.3031169 23.7368248M13.3031169 22.0117835C13.3031169 21.9082078 13.2183015 21.824334 13.1135631 21.824334L9.13691692 21.824334C9.03217846 21.824334 8.94736308 21.9082078 8.94736308 22.0117835 8.94736308 22.1153591 9.03217846 22.1992329 9.13691692 22.1992329L13.1135631 22.1992329C13.2183015 22.1992329 13.3031169 22.1153591 13.3031169 22.0117835M13.3031169 20.2867984C13.3031169 20.1826599 13.2183015 20.099349 13.1135631 20.099349L9.13691692 20.099349C9.03217846 20.099349 8.94736308 20.1826599 8.94736308 20.2867984 8.94736308 20.3903741 9.03217846 20.4742479 9.13691692 20.4742479L13.1135631 20.4742479C13.2183015 20.4742479 13.3031169 20.3903741 13.3031169 20.2867984M13.3031169 18.5611942C13.3031169 18.4576185 13.2183015 18.3737448 13.1135631 18.3737448L9.13691692 18.3737448C9.03217846 18.3737448 8.94736308 18.4576185 8.94736308 18.5611942 8.94736308 18.6653328 9.03217846 18.7486436 9.13691692 18.7486436L13.1135631 18.7486436C13.2183015 18.7486436 13.3031169 18.6653328 13.3031169 18.5611942M13.3031169 16.8362092C13.3031169 16.7320706 13.2183015 16.6487597 13.1135631 16.6487597L9.13691692 16.6487597C9.03217846 16.6487597 8.94736308 16.7320706 8.94736308 16.8362092 8.94736308 16.9397848 9.03217846 17.0236586 9.13691692 17.0236586L13.1135631 17.0236586C13.2183015 17.0236586 13.3031169 16.9397848 13.3031169 16.8362092"></path>
                                                                                        <path stroke="currentColor" d="M12.4109046,37.0306479 C12.4109046,37.8631935 11.7289662,38.5375611 10.8870738,38.5375611 C10.0457508,38.5375611 9.36324308,37.8631935 9.36324308,37.0306479 C9.36324308,36.1981023 10.0457508,35.5231718 10.8870738,35.5231718 C11.7289662,35.5231718 12.4109046,36.1981023 12.4109046,37.0306479 Z"></path>
                                                                                        <path fill="currentColor" d="M14.8362262 35.5232843C15.6781185 35.5232843 16.3600569 36.1982148 16.3600569 37.0307605 16.3600569 37.8627432 15.6781185 38.5371108 14.8362262 38.5371108 13.9943338 38.5371108 13.3118262 37.8627432 13.3118262 37.0307605 13.3118262 36.1982148 13.9943338 35.5232843 14.8362262 35.5232843M20.3089815 37.0306479C20.3089815 37.8631935 19.6270431 38.5375611 18.7851508 38.5375611 17.9438277 38.5375611 17.26132 37.8631935 17.26132 37.0306479 17.26132 36.1981023 17.9438277 35.5231718 18.7851508 35.5231718 19.6270431 35.5231718 20.3089815 36.1981023 20.3089815 37.0306479M22.7343031 35.5232843C23.5761954 35.5232843 24.2581338 36.1982148 24.2581338 37.0307605 24.2581338 37.8627432 23.5761954 38.5371108 22.7343031 38.5371108 21.8924108 38.5371108 21.2099031 37.8627432 21.2099031 37.0307605 21.2099031 36.1982148 21.8924108 35.5232843 22.7343031 35.5232843"></path>
                                                                                        <path stroke="currentColor" d="M28.2070585,37.0306479 C28.2070585,37.8631935 27.52512,38.5375611 26.6832277,38.5375611 C25.8419046,38.5375611 25.1593969,37.8631935 25.1593969,37.0306479 C25.1593969,36.1981023 25.8419046,35.5231718 26.6832277,35.5231718 C27.52512,35.5231718 28.2070585,36.1981023 28.2070585,37.0306479 Z"></path>
                                                                                        <path fill="currentColor" d="M30.63238 35.5232843C31.4742723 35.5232843 32.1562108 36.1982148 32.1562108 37.0307605 32.1562108 37.8627432 31.4742723 38.5371108 30.63238 38.5371108 29.7904877 38.5371108 29.10798 37.8627432 29.10798 37.0307605 29.10798 36.1982148 29.7904877 35.5232843 30.63238 35.5232843M36.1051354 37.0306479C36.1051354 37.8631935 35.4231969 38.5375611 34.5813046 38.5375611 33.7399815 38.5375611 33.0574738 37.8631935 33.0574738 37.0306479 33.0574738 36.1981023 33.7399815 35.5231718 34.5813046 35.5231718 35.4231969 35.5231718 36.1051354 36.1981023 36.1051354 37.0306479M38.5304569 35.5232843C39.3723492 35.5232843 40.0542877 36.1982148 40.0542877 37.0307605 40.0542877 37.8627432 39.3723492 38.5371108 38.5304569 38.5371108 37.6885646 38.5371108 37.0060569 37.8627432 37.0060569 37.0307605 37.0060569 36.1982148 37.6885646 35.5232843 38.5304569 35.5232843M17.8519538 33.4025164L17.1728615 33.4025164C16.2854308 33.4025164 15.5590923 32.6842418 15.5590923 31.8066632L15.5590923 31.1351102C15.5590923 30.2575317 16.2854308 29.5398199 17.1728615 29.5398199L17.8519538 29.5398199C18.7393846 29.5398199 19.4651538 30.2575317 19.4651538 31.1351102L19.4651538 31.8066632C19.4651538 32.6842418 18.7393846 33.4025164 17.8519538 33.4025164M22.5925646 33.4025164L21.9134723 33.4025164C21.0254723 33.4025164 20.2997031 32.6842418 20.2997031 31.8066632L20.2997031 31.1351102C20.2997031 30.2575317 21.0254723 29.5398199 21.9134723 29.5398199L22.5925646 29.5398199C23.4799954 29.5398199 24.2057646 30.2575317 24.2057646 31.1351102L24.2057646 31.8066632C24.2057646 32.6842418 23.4799954 33.4025164 22.5925646 33.4025164M27.3326631 33.4025164L26.65414 33.4025164C25.76614 33.4025164 25.0403708 32.6842418 25.0403708 31.8066632L25.0403708 31.1351102C25.0403708 30.2575317 25.76614 29.5398199 26.65414 29.5398199L27.3326631 29.5398199C28.2206631 29.5398199 28.9464323 30.2575317 28.9464323 31.1351102L28.9464323 31.8066632C28.9464323 32.6842418 28.2206631 33.4025164 27.3326631 33.4025164M32.0732738 33.4025164L31.3941815 33.4025164C30.5067508 33.4025164 29.7809815 32.6842418 29.7809815 31.8066632L29.7809815 31.1351102C29.7809815 30.2575317 30.5067508 29.5398199 31.3941815 29.5398199L32.0732738 29.5398199C32.9612738 29.5398199 33.6870431 30.2575317 33.6870431 31.1351102L33.6870431 31.8066632C33.6870431 32.6842418 32.9612738 33.4025164 32.0732738 33.4025164"></path>
                                                                                    </g>
                                                                                </svg>
                                                                            </span>DJ samplers</a>
                                                                    </li>
                                                                    <li class="megaMenu__item">
                                                                        <a href="/en/product/production/" class="megaMenu__link"> <span class="megaMenu__link__icon">
                                                                                <svg class="symbol symbol--production" viewbox="0 0 48 48" version="1" xmlns="http://www.w3.org/2000/svg">
                                                                                    <g fill="none">
                                                                                        <path d="M35.144 42.434H12.858C10.736 42.434 9 40.642 9 38.452V9.982C9 7.792 10.736 6 12.858 6h22.286c2.122 0 3.858 1.792 3.858 3.982v28.47c0 2.19-1.736 3.982-3.858 3.982z" stroke="currentColor" stroke-width="2"></path>
                                                                                        <path d="M13.604 9.613v2.184" stroke="currentColor" stroke-linecap="round"></path>
                                                                                        <path d="M15.866 11.628c0 1.375-1.013 2.49-2.261 2.49-1.25 0-2.263-1.115-2.263-2.49 0-1.375 1.013-2.49 2.263-2.49 1.248 0 2.261 1.115 2.261 2.49z" stroke="currentColor"></path>
                                                                                        <path d="M21.596 12.79l-1.771-1.197" stroke="currentColor" stroke-linecap="round"></path>
                                                                                        <path d="M18.524 13.504c-1.115-.753-1.465-2.238-.781-3.317.684-1.078 2.143-1.343 3.258-.59 1.115.753 1.465 2.239.78 3.318-.684 1.078-2.142 1.343-3.257.59z" stroke="currentColor"></path>
                                                                                        <path d="M18.303 35.475H11.7a.656.656 0 0 1-.643-.664v-3.77c0-.366.29-.665.643-.665h6.603c.354 0 .643.3.643.664v3.771c0 .365-.29.664-.643.664M27.299 35.475h-6.603a.656.656 0 0 1-.643-.664v-3.77c0-.366.289-.665.643-.665h6.603c.353 0 .643.3.643.664v3.771c0 .365-.29.664-.643.664M36.294 35.475h-6.603a.656.656 0 0 1-.643-.664v-3.77c0-.366.29-.665.643-.665h6.603c.354 0 .643.3.643.664v3.771c0 .365-.289.664-.643.664M18.303 28.935H11.7a.656.656 0 0 1-.643-.663V24.5c0-.365.29-.664.643-.664h6.603c.354 0 .643.299.643.664v3.77c0 .366-.29.664-.643.664M27.299 28.935h-6.603a.656.656 0 0 1-.643-.663V24.5c0-.365.289-.664.643-.664h6.603c.353 0 .643.299.643.664v3.77c0 .366-.29.664-.643.664M36.294 28.935h-6.603a.656.656 0 0 1-.643-.663V24.5c0-.365.29-.664.643-.664h6.603c.354 0 .643.299.643.664v3.77c0 .366-.289.664-.643.664M18.303 22.238H11.7a.656.656 0 0 1-.643-.664v-3.77c0-.366.29-.665.643-.665h6.603c.354 0 .643.3.643.664v3.771c0 .365-.29.664-.643.664M27.299 22.238h-6.603a.656.656 0 0 1-.643-.664v-3.77c0-.366.289-.665.643-.665h6.603c.353 0 .643.3.643.664v3.771c0 .365-.29.664-.643.664M36.294 22.238h-6.603a.656.656 0 0 1-.643-.664v-3.77c0-.366.29-.665.643-.665h6.603c.354 0 .643.3.643.664v3.771c0 .365-.289.664-.643.664M20.557 38.182l-3.147-.007a.733.733 0 0 0-.723.743.734.734 0 0 0 .72.747l3.147.007a.734.734 0 0 0 .724-.744.734.734 0 0 0-.72-.746M25.566 38.182l-3.148-.007a.733.733 0 0 0-.722.743.734.734 0 0 0 .72.747l3.147.007a.734.734 0 0 0 .723-.744.734.734 0 0 0-.72-.746M30.588 38.182l-3.148-.007a.733.733 0 0 0-.723.743.734.734 0 0 0 .72.747l3.147.007a.734.734 0 0 0 .724-.744.734.734 0 0 0-.72-.746" fill="currentColor"></path>
                                                                                    </g>
                                                                                </svg>
                                                                            </span>Music production</a>
                                                                    </li>
                                                                </ul>
                                                                <ul class="megaMenu__list">
                                                                    <li class="megaMenu__item">
                                                                        <a href="/en/product/headphones/" class="megaMenu__link"> <span class="megaMenu__link__icon">
                                                                                <svg class="symbol symbol--headphones" viewbox="0 0 48 48" version="1" xmlns="http://www.w3.org/2000/svg">
                                                                                    <title>1 fundament/icons/product/headphones</title>
                                                                                    <path d="M37.356 34.93l.756-2.346 1.153-3.581c.232-.719-.266-1.46-1.111-1.657a1.834 1.834 0 0 0-.987.046l.157-.49c.232-.719-.266-1.46-1.111-1.657-.846-.196-1.718.226-1.95.945l-4.38 13.6c-.231.718.267 1.965 1.112 2.162.14.032.28.048.42.048.697 0 1.336-.9 1.53-1.498l.034-.11c.203.219.482.388.822.468.14.032.282.048.42.048.698 0 1.337-.394 1.53-.993l.959-2.978c.421.168.842.253 1.26.253.19 0 .379-.017.567-.053 1.67-.31 2.488-1.871 2.576-2.049 1.032-2.188 2.779-8.81 2.852-9.09a1.047 1.047 0 0 0-.714-1.27l-4.067-1.214a1.051 1.051 0 0 0-1.309.702 1.046 1.046 0 0 0 .705 1.304l3.09.923c-.529 1.936-1.728 6.205-2.45 7.736-.001 0-.432.786-1.076.9-.254.046-.526-.022-.788-.148zM13.29 36.938l.96 2.978c.192.6.831.993 1.53.993.137 0 .279-.016.419-.048.34-.08.62-.25.822-.467l.035.109c.193.599.832 1.498 1.53 1.498.138 0 .28-.016.42-.048.844-.197 1.342-1.444 1.11-2.162l-4.38-13.6c-.23-.719-1.103-1.141-1.95-.945-.844.197-1.342.938-1.11 1.657l.157.49a1.834 1.834 0 0 0-.987-.046c-.845.197-1.343.938-1.111 1.657l1.153 3.58.756 2.348c-.262.126-.534.194-.788.149-.644-.115-1.075-.9-1.075-.9-.723-1.532-1.922-5.8-2.45-7.737l3.089-.923c.556-.166.871-.75.705-1.304a1.051 1.051 0 0 0-1.309-.702L6.75 24.729a1.047 1.047 0 0 0-.714 1.268c.073.28 1.82 6.903 2.852 9.091.088.178.906 1.74 2.576 2.05.188.035.378.052.568.052.417 0 .838-.085 1.26-.253zm27.395-14.974a1.207 1.207 0 0 1-1.205-1.333c.055-.523.083-1.048.083-1.56 0-8.082-6.599-14.657-14.71-14.657-8.112 0-14.711 6.575-14.711 14.658 0 .51.028 1.036.083 1.56a1.208 1.208 0 0 1-1.076 1.326 1.212 1.212 0 0 1-1.332-1.074 17.231 17.231 0 0 1-.097-1.812C7.72 9.658 15.406 2 24.852 2 34.3 2 41.985 9.658 41.985 19.07c0 .596-.033 1.206-.098 1.813a1.21 1.21 0 0 1-1.202 1.08z" fill="currentColor" fill-rule="evenodd"></path>
                                                                                </svg>
                                                                            </span>Headphones</a>
                                                                    </li>
                                                                    <li class="megaMenu__item">
                                                                        <a href="/en/product/monitor-speakers/" class="megaMenu__link"> <span class="megaMenu__link__icon">
                                                                                <svg class="symbol symbol--monitors" viewbox="0 0 48 48" version="1" xmlns="http://www.w3.org/2000/svg">
                                                                                    <title>1 fundament/icons/product/monitor speakers</title>
                                                                                    <path d="M11.795 47c-2.096 0-3.806-1.41-3.893-3.208l-.899-18.737a2.641 2.641 0 0 1 0-.27l.904-19.57C7.99 3.411 9.7 2 11.8 2h26.391C40.29 2 42 3.411 42.084 5.213l.913 19.57c.004.091.004.182 0 .273l-.91 18.736C42.002 45.591 40.292 47 38.197 47H11.795zM11.8 3.34c-1.275 0-2.313.847-2.363 1.927l-.904 19.571a2.81 2.81 0 0 0 0 .161l.9 18.736c.052 1.08 1.089 1.925 2.362 1.925h26.4c1.273 0 2.31-.845 2.363-1.925L41.466 25a1.637 1.637 0 0 0 0-.162l-.913-19.57c-.05-1.081-1.088-1.927-2.362-1.927h-26.39zm13.195 31.771c-7.394 0-13.408-5.772-13.408-12.867 0-7.095 6.014-12.868 13.408-12.868 7.393 0 13.409 5.773 13.409 12.868 0 7.095-6.016 12.867-13.409 12.867zm0-24.338c-6.59 0-11.953 5.146-11.953 11.471 0 6.326 5.362 11.471 11.953 11.471 6.59 0 11.953-5.145 11.953-11.47 0-6.326-5.362-11.472-11.953-11.472zm0 2.573c5.121 0 9.272 3.984 9.272 8.898 0 4.915-4.15 8.898-9.272 8.898-5.121 0-9.272-3.983-9.272-8.898 0-4.914 4.15-8.898 9.272-8.898zm0 12.815c2.255 0 4.082-1.753 4.082-3.917 0-2.163-1.827-3.917-4.082-3.917-2.254 0-4.082 1.754-4.082 3.917 0 2.164 1.828 3.917 4.082 3.917zm0-7.109c1.834 0 3.327 1.432 3.327 3.192 0 1.76-1.493 3.193-3.327 3.193-1.834 0-3.326-1.433-3.326-3.193s1.492-3.192 3.326-3.192zm0 4.982c1.03 0 1.865-.801 1.865-1.79 0-.988-.835-1.789-1.865-1.789s-1.864.8-1.864 1.79c0 .988.834 1.789 1.864 1.789zm8.657 14.59c.977 0 1.652.94 1.302 1.817l-.82 2.062c-.207.518-.726.86-1.304.86H17.16a1.395 1.395 0 0 1-1.303-.86l-.821-2.062c-.35-.876.325-1.817 1.302-1.817h17.314z" fill="currentColor" fill-rule="evenodd"></path>
                                                                                </svg>
                                                                            </span>Monitor speakers</a>
                                                                    </li>
                                                                    <li class="megaMenu__item">
                                                                        <a href="/en/product/pa-speakers/" class="megaMenu__link"> <span class="megaMenu__link__icon">
                                                                                <svg class="symbol symbol--paspeakers" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewbox="0 0 34 47">
                                                                                    <defs>
                                                                                        <polygon id="pa-speakers-a" points="0 .095 33.799 .095 33.799 45.508 0 45.508"></polygon>
                                                                                    </defs>
                                                                                    <g fill="none" fill-rule="evenodd">
                                                                                        <g transform="translate(0 .651)">
                                                                                            <mask id="pa-speakers-b" fill="#fff">
                                                                                                <use xlink:href="#pa-speakers-a"></use>
                                                                                            </mask>
                                                                                            <path fill="currentColor" d="M3.95261333,1.44730159 C2.70216889,1.44730159 1.68368,2.30150794 1.63456889,3.39220635 L1.50385778,23.1426508 C1.50234667,23.1963651 1.50234667,23.2515714 1.50385778,23.3052857 L1.63003556,42.2127143 C1.68065778,43.3026667 2.69839111,44.155381 3.94732444,44.155381 L29.84248,44.155381 C31.0899022,44.155381 32.1076356,43.3026667 32.1590133,42.2142063 L32.2942578,23.3052857 C32.29728,23.2500794 32.29728,23.194873 32.2950133,23.1411587 L32.15448,3.39071429 C32.1053689,2.30150794 31.0876356,1.44730159 29.8371911,1.44730159 L3.95261333,1.44730159 Z M3.94732444,45.5079365 C1.89070222,45.5079365 0.214124444,44.085254 0.128746667,42.2701587 L0.00332444444,23.3619841 C-0.00120888889,23.2702222 -0.00120888889,23.1792063 0.00332444444,23.0881905 L0.134035556,3.33774603 C0.215635556,1.5204127 1.89145778,0.0947460317 3.95261333,0.0947460317 L29.8371911,0.0947460317 C31.8953244,0.0947460317 33.5734133,1.51892063 33.6557689,3.337 L33.7955467,23.0874444 C33.80008,23.1792063 33.80008,23.2709683 33.7955467,23.3627302 L33.6595467,42.2716508 C33.5741689,44.085254 31.8975911,45.5079365 29.84248,45.5079365 L3.94732444,45.5079365 Z" mask="url(#pa-speakers-b)"></path>
                                                                                        </g>
                                                                                        <path fill="currentColor" d="M16.8996622 35.5228984C14.4380622 35.5228984 12.4433956 33.5518825 12.4433956 31.1228032 12.4433956 28.6922317 14.4380622 26.7219619 16.8996622 26.7219619 19.3605067 26.7219619 21.3559289 28.6922317 21.3559289 31.1228032 21.3559289 33.5518825 19.3605067 35.5228984 16.8996622 35.5228984M16.8996622 21.1259778C11.3085511 21.1259778 6.77597333 25.6014222 6.77597333 31.1228032 6.77597333 36.6426921 11.3085511 41.1181365 16.8996622 41.1181365 22.4900178 41.1181365 27.0225956 36.6426921 27.0225956 31.1228032 27.0225956 25.6014222 22.4900178 21.1259778 16.8996622 21.1259778M16.8996622 15.5446905C13.4309067 15.5446905 10.6187289 13.8840238 10.6187289 11.8361667 10.6187289 9.78830952 13.4309067 8.12838889 16.8996622 8.12838889 20.3676622 8.12838889 23.17984 9.78830952 23.17984 11.8361667 23.17984 13.8840238 20.3676622 15.5446905 16.8996622 15.5446905M21.9384622 4.74588095L11.8601067 4.74588095C10.6821956 4.74588095 9.71886222 5.69781746 9.71886222 6.86088095L9.71886222 16.8114524C9.71886222 17.9752619 10.6821956 18.9264524 11.8601067 18.9264524L21.9384622 18.9264524C23.1163733 18.9264524 24.0797067 17.9752619 24.0797067 16.8114524L24.0797067 6.86088095C24.0797067 5.69781746 23.1163733 4.74588095 21.9384622 4.74588095"></path>
                                                                                        <path fill="currentColor" d="M18.2218844,11.8363905 C18.2218844,12.5578032 17.6295289,13.141946 16.8996622,13.141946 C16.16904,13.141946 15.57744,12.5578032 15.57744,11.8363905 C15.57744,11.1149778 16.16904,10.5308349 16.8996622,10.5308349 C17.6295289,10.5308349 18.2218844,11.1149778 18.2218844,11.8363905"></path>
                                                                                        <polygon fill="currentColor" points="10.131 45.673 .174 35.841 .954 35.072 10.91 44.904"></polygon>
                                                                                        <polygon fill="currentColor" points="33.302 35.841 23.345 45.673 22.566 44.903 32.523 35.072"></polygon>
                                                                                    </g>
                                                                                </svg>
                                                                            </span>PA speakers</a>
                                                                    </li>
                                                                    <li class="megaMenu__item">
                                                                        <a href="/en/product/software/" class="megaMenu__link"> <span class="megaMenu__link__icon">
                                                                                <svg class="symbol symbol--software" viewbox="0 0 48 48" version="1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
                                                                                    <title>1 fundament/icons/product/software</title>
                                                                                    <defs>
                                                                                        <path id="a" d="M1.8 0H.015v20.476H1.8V0z"></path>
                                                                                        <path id="c" d="M2.642 2.441V.015H.676v2.426h1.966z"></path>
                                                                                        <path id="e" d="M0 .493v2.426h1.966V.493H0z"></path>
                                                                                    </defs>
                                                                                    <g fill="currentColor" fill-rule="evenodd">
                                                                                        <path d="M11.47 22.208v7.741a.983.983 0 1 1-1.966 0V18.926a.984.984 0 0 1 1.966 0v3.282z" fill="currentColor"></path>
                                                                                        <path d="M6.679 26.267a.983.983 0 1 1-1.967 0v-3.66a.983.983 0 0 1 1.967 0v3.66zM15.933 26.267a.983.983 0 1 1-1.966 0v-3.66a.983.983 0 0 1 1.966 0v3.66z" fill="currentColor"></path>
                                                                                        <g transform="translate(23.118 13.722)">
                                                                                            <mask id="b" fill="currentColor">
                                                                                                <use xlink:href="#a"></use>
                                                                                            </mask>
                                                                                            <path d="M1.8 19.585a.891.891 0 1 1-1.784 0V.892a.892.892 0 0 1 1.783 0v18.693z" fill="currentColor" mask="url(#b)"></path>
                                                                                        </g>
                                                                                        <path d="M11.47 22.208v7.741a.983.983 0 1 1-1.966 0V18.926a.984.984 0 0 1 1.966 0v3.282zM20.517 31.683a.983.983 0 1 1-1.967 0V17.192a.984.984 0 0 1 1.967 0v14.49z" fill="currentColor"></path>
                                                                                        <path d="M36.736 18.449a.983.983 0 1 1 1.966 0V29.47a.983.983 0 0 1-1.966 0V18.449z" fill="currentColor"></path>
                                                                                        <path d="M41.528 22.13a.983.983 0 1 1 1.966 0v3.66a.983.983 0 0 1-1.966 0v-3.66zM32.273 22.13a.983.983 0 1 1 1.967 0v3.66a.983.983 0 0 1-1.967 0v-3.66zM36.736 18.449a.983.983 0 1 1 1.966 0V29.47a.983.983 0 0 1-1.966 0V18.449zM27.69 16.715a.983.983 0 1 1 1.966 0v14.49a.984.984 0 0 1-1.967 0v-14.49z" fill="currentColor"></path>
                                                                                        <g transform="translate(45.233 22.731)">
                                                                                            <mask id="d" fill="currentColor">
                                                                                                <use xlink:href="#c"></use>
                                                                                            </mask>
                                                                                            <path d="M2.642 1.458a.983.983 0 1 1-1.966 0v-.46a.984.984 0 0 1 1.966 0v.46z" fill="currentColor" mask="url(#d)"></path>
                                                                                        </g>
                                                                                        <g transform="translate(.184 22.731)">
                                                                                            <mask id="f" fill="currentColor">
                                                                                                <use xlink:href="#e"></use>
                                                                                            </mask>
                                                                                            <path d="M1.966 1.936a.983.983 0 1 1-1.966 0v-.46a.984.984 0 0 1 1.966 0v.46z" fill="currentColor" mask="url(#f)"></path>
                                                                                        </g>
                                                                                    </g>
                                                                                </svg>
                                                                            </span>DJ software &amp; interfaces</a>
                                                                    </li>
                                                                </ul>
                                                                <ul class="megaMenu__list">
                                                                    <li class="megaMenu__item">
                                                                        <a href="/en/product/accessories/" class="megaMenu__link"> <span class="megaMenu__link__icon">
                                                                                <svg class="symbol symbol--accessories" viewbox="0 0 48 48" version="1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
                                                                                    <title>1 fundament/icons/product/accessories</title>
                                                                                    <defs>
                                                                                        <path id="a" d="M.718.635h3.115v3.114H.718V.635z"></path>
                                                                                    </defs>
                                                                                    <g fill="currentColor" fill-rule="evenodd">
                                                                                        <path d="M13.8 14.404c.69 1.505 1.81 2.555 3.199 3.407l-.885.32-1.173.426c-.55.201-.947.585-1.274 1.055-1.04 1.488-1.944 3.05-2.662 4.719-.32.744-.43 1.536-.391 2.342.052 1.107.867 2.03 2.022 2.312.907.223 1.798.1 2.662-.195 1.484-.508 2.834-1.277 4.075-2.225a87.75 87.75 0 0 0 2.914-2.354c1.767-1.472 3.65-2.76 5.766-3.68 1.04-.451 2.11-.825 3.23-1.027 1.679-.304 3.321-.192 4.84.63 2 1.081 3.172 2.8 3.635 5.007.266 1.265.083 2.507-.255 3.736-.526 1.916-1.483 3.616-2.613 5.229-1.536 2.194-3.331 4.16-5.29 5.98-.719.667-1.458 1.317-2.217 1.943-.626.517-1.414.397-1.846-.242-.26-.384-.389-1.158.129-1.67.345-.34.717-.655 1.085-.97a37.916 37.916 0 0 0 3.65-3.608c1.032-1.158 2.014-2.356 2.868-3.653.81-1.229 1.461-2.533 1.826-3.965.277-1.089.322-2.179-.153-3.229-.603-1.334-1.586-2.245-3.04-2.583-.625-.146-1.26-.131-1.896-.046-1.484.196-2.845.733-4.142 1.46-1.449.812-2.754 1.822-4.041 2.863-1.361 1.1-2.68 2.255-4.165 3.196-1.531.97-3.15 1.728-4.954 2.028-1.311.218-2.602.17-3.799-.479-1.325-.719-2.267-1.782-2.696-3.245-.285-.973-.25-1.963-.062-2.955.377-1.976 1.27-3.718 2.421-5.34.418-.59.857-1.164 1.298-1.736.665-.861 1.165-1.817 1.617-2.8.095-.21.2-.413.316-.651" fill="currentColor"></path>
                                                                                        <path d="M17.183 16.458l-2.067-2.136 2.713-2.805 2.14 2.06-2.786 2.88M18.539 10.782l2.14-2.214 2.084 2.12-2.142 2.215-2.082-2.12" fill="currentColor"></path>
                                                                                        <g transform="translate(20.609 6.206)">
                                                                                            <mask id="b" fill="#fff">
                                                                                                <use xlink:href="#a"></use>
                                                                                            </mask>
                                                                                            <path d="M2.882 3.749c-.73-.697-1.44-1.375-2.164-2.064.266-.264.486-.52.743-.731.554-.455 1.328-.416 1.875.067.53.467.665 1.3.267 1.895-.213.317-.501.583-.72.833" fill="currentColor" mask="url(#b)"></path>
                                                                                        </g>
                                                                                    </g>
                                                                                </svg>
                                                                            </span>Accessories</a>
                                                                    </li>
                                                                </ul>

                                                            </div>
                                                            <div class="megaMenu__aside">
                                                                <div class="megaMenu__aside__inner">
                                                                    <a href="/en/landing/toraiz/" class="megaMenu__banner" target="">
                                                                        <span class="megaMenu__banner__visual responsiveImage--bg">
                                                                            <em data-mq="small" href="/-/media/pioneerdj/images/navigation/dropdown-menu/toraiz_250_90.jpg?mh=90&amp;w=250&amp;hash=BE7E5DCEBD6FC3E79A437DEDEF680BCF"></em>
                                                                            <em data-mq="large" href="/-/media/pioneerdj/images/navigation/dropdown-menu/toraiz_320_200.jpg?h=200&amp;w=320&amp;hash=40432E312CAEEEE08DBA277E98AE4C5D"></em>
                                                                        </span>

                                                                        <div class="megaMenu__banner__content">
                                                                            <p class="megaMenu__banner__title"></p>
                                                                            <div class="megaMenu__banner__desc">
                                                                                <div style="max-width:160px">
                                                                                    <p><strong>TORAIZ</strong></p>
                                                                                    <p><strong>POWER TO CREATE</strong></p>
                                                                                </div>
                                                                            </div>
                                                                        </div>

                                                                        <div class="megaMenu__banner__icon">
                                                                            <span class="button button--subtle">
                                                                                <i class="button__icon">
                                                                                    <svg class="symbol symbol--arro-right" viewBox="0 0 27 18" version="1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
                                                                                        <g transform="translate(-38 -1)" fill="none" fill-rule="evenodd">
                                                                                            <path class="theFill" d="M38.009 1.001h26.988L47.14 19.005v-6.65H38.01z" />
                                                                                            <path class="theStroke" stroke="#395EE2" stroke-width="2" d="M39.009 2.001v9.355h9.131v5.22L62.597 2.002H39.009z" />
                                                                                        </g>
                                                                                    </svg>
                                                                                </i>
                                                                            </span>
                                                                        </div>
                                                                    </a>
                                                                </div>
                                                            </div>

                                                            <div class="megaMenu__cta">
                                                                <a href="/en/product/" class="button"><span class="button__label">All products</span></a>
                                                            </div>
                                                        </div>
                                                    </div>
                                                </section>
                                            </li>
                                            <li class="mainNav__item">
                                                <a href="/en/news/" class="mainNav__link" title="News">News</a>
                                            </li>
                                            <li class="mainNav__item">
                                                <section class="megaMenu">
                                                    <a class="mainNav__link megaMenu__trigger">Support</a>
                                                    <span class="megaMenu__icon megaMenu__trigger"></span>
                                                    <div class="megaMenu__target">
                                                        <div class="megaMenu__inner">
                                                            <div class="megaMenu__links">
                                                                <ul class="megaMenu__list">
                                                                    <li class="megaMenu__item">
                                                                        <a href="/en/support/software/" class="megaMenu__link"> <span class="megaMenu__link__icon">

                                                                            </span>Software &amp; firmware updates</a>
                                                                    </li>
                                                                    <li class="megaMenu__item">
                                                                        <a href="/en/support/documents/" class="megaMenu__link"> <span class="megaMenu__link__icon">

                                                                            </span>Tutorials, manuals &amp; documentation</a>
                                                                    </li>
                                                                    <li class="megaMenu__item">
                                                                        <a href="/en/support/software-information/" class="megaMenu__link"> <span class="megaMenu__link__icon">

                                                                            </span>Extra software information</a>
                                                                    </li>
                                                                    <li class="megaMenu__item">
                                                                        <a href="http://faq.pioneerdj.com" class="megaMenu__link" rel="noopener noreferrer" target="_blank"> <span class="megaMenu__link__icon">

                                                                            </span>FAQ</a>
                                                                    </li>
                                                                </ul>
                                                                <ul class="megaMenu__list">
                                                                    <li class="megaMenu__item">
                                                                        <a href="/en/support/service-centres/" class="megaMenu__link"> <span class="megaMenu__link__icon">

                                                                            </span>Service centers</a>
                                                                    </li>
                                                                    <li class="megaMenu__item">
                                                                        <a href="/en/landing/technical-riders/" class="megaMenu__link"> <span class="megaMenu__link__icon">

                                                                            </span>Technical Riders</a>
                                                                    </li>
                                                                    <li class="megaMenu__item">
                                                                        <a href="/en/account/about/" class="megaMenu__link"> <span class="megaMenu__link__icon">

                                                                            </span>My Pioneer DJ Account</a>
                                                                    </li>
                                                                </ul>

                                                            </div>

                                                            <div class="megaMenu__cta">
                                                                <a href="/en/support/" class="button"><span class="button__label">All support</span></a>
                                                            </div>
                                                        </div>
                                                    </div>
                                                </section>
                                            </li>
                                            <li class="mainNav__item">
                                                <a href="/en/shops/search/" class="mainNav__link" title="Where to Buy">Find a store</a>
                                            </li>
                                            <li class="mainNav__item">

                                            </li>
                                            <li class="mainNav__item">

                                            </li>
                                            <li class="mainNav__item">

                                            </li>
                                        </ul>
                                    </nav>

                                </div>
                                <div class="header__actionNav">
                                    <nav class="actionNav">
                                        <div class="actionNav__item">
                                            <div class="search">
                                                <a class="search__trigger search__trigger--open header__trigger--close">
                                                    <svg class="symbol symbol--search" viewBox="0 0 20 19">
                                                        <path fill="currentColor" d="M6.49314942,13.6122949 C6.47588142,13.6181476 6.42690009,13.6318599 6.34238653,13.6318599 C6.14480082,13.6318599 5.942483,13.5575296 5.8612072,13.4857914 L1.7437035,9.84921293 C1.61303127,9.73349526 1.50278176,9.40632527 1.53673661,9.23433737 L2.6046127,3.82428522 C2.63848453,3.65238093 2.86487791,3.39251783 3.02942199,3.33608038 L8.21488479,1.56269028 C8.23198674,1.55692112 8.28130015,1.54320891 8.36573069,1.54320891 C8.56331641,1.54320891 8.76538516,1.61753912 8.84674399,1.689361 L12.9642477,5.32610667 C13.0949199,5.44157351 13.2052524,5.76891072 13.1713806,5.94064779 L12.1034215,11.3509508 C12.0695497,11.5226878 11.8433223,11.7825509 11.6785292,11.8388212 L6.49314942,13.6122949 Z M19.7390302,17.5341542 L13.4919178,12.016411 C13.5424765,11.8964292 13.5818276,11.7741898 13.6059862,11.6517833 L14.6739453,6.24173113 C14.8135836,5.53404732 14.512888,4.64166672 13.9742594,4.16600353 L9.85675568,0.529090642 C9.48175791,0.197740102 8.92453298,-1.24344979e-14 8.36573069,-1.24344979e-14 C8.13576748,-1.24344979e-14 7.91925338,0.0341969141 7.72233182,0.101671021 L2.53686902,1.87514473 C1.85860208,2.10683091 1.24176936,2.81560167 1.10204804,3.52328549 L0.0340889331,8.93350486 C-0.105632395,9.64110506 0.195229217,10.533402 0.733774825,11.0090652 L4.85136154,14.6461453 C5.22635931,14.9772451 5.78375028,15.1749852 6.34238653,15.1749852 C6.57234974,15.1749852 6.78878082,15.1408719 6.98570238,15.0733977 L12.1710822,13.3000077 C12.2722826,13.2653927 12.3717396,13.2190722 12.468789,13.1648922 L18.7290185,18.6941737 C18.8743852,18.8228511 19.0544538,18.8857266 19.2336923,18.8857266 C19.4467196,18.8857266 19.6585846,18.7968481 19.8099286,18.6228535 C20.0887901,18.3026232 20.0571598,17.8150873 19.7390302,17.5341542 L19.7390302,17.5341542 Z"></path>
                                                    </svg>
                                                </a>
                                                <div class="search__inner">
                                                    <form action="/search-results" class="search__form">
                                                        <div class="search__field">
                                                            <input name="q" type="search" class="search__input input__search" data-search-page="/search-results?q=" data-no-results="Oops nothing can be found" data-nothing-entered="Please enter a search query">
                                                            <a href="#0" class="search__closeTrigger search__trigger--close">
                                                                <svg class="symbol symbol--close" viewBox="0 0 12 14" version="1" xmlns="http://www.w3.org/2000/svg">
                                                                    <path d="M6.066 5.492L2.372.931A1 1 0 1 0 .818 2.19l3.848 4.752L.418 11.34a1 1 0 0 0 1.439 1.39v-.001l4.077-4.222 3.694 4.561a1 1 0 1 0 1.554-1.259L7.334 7.059l4.248-4.399a1 1 0 0 0-1.439-1.39v.001L6.066 5.492z" fill="currentColor" fill-rule="evenodd" />
                                                                </svg>
                                                                <span class="screenReader">Close</span>
                                                            </a>
                                                        </div>
                                                        <span class="search__loader"></span>
                                                    </form>
                                                    <div class="search__overlay search__trigger--close"></div>
                                                    <div class="search__results">
                                                        <div class="search__results__inner">
                                                            <h3 class="heading heading--2 heading--fancy">
                                                                Top results
                                                            </h3>
                                                            <ul class="search__list"><!-- POPULATED WITH JAVASCRIPT --></ul>
                                                            <a class="search__cta button trigger__searchpage"><span class="button__label">See all results</span></a>
                                                            <p class="search__note">
                                                                Didn’t find what you’re looking for? Maybe use fewer words or a more general search term.<br />If you still have no luck you can contact our <a href="/en/support/contact">customer service</a>.
                                                            </p>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>

                                    </nav>
                                </div>
                                <div class="header__profileNav">

                                    <nav class="profileNav">
                                        <div class="profileNav__item">
                                            <a href="/en/account/profile/" class="profileNav__link">
                                                <img class="profileNav__avatar" src="https://lh3.googleusercontent.com/a-/AOh14Gj1w_h8RrBQD1rNeUewJTBvpMqGw6hcl9RHt6dB=s96-c?sz=500">
                                                <span class="profileNav__label">Sven</span>
                                            </a>
                                        </div>
                                        <div class="profileNav__item">
                                            <a href="#0" class="profileNav__link" onclick=" gigya.accounts.logout({ callback: onLogout }); ">
                                                <span class="profileNav__label">Log out</span>
                                            </a>
                                        </div>

                                        <div class="profileNav__item profileNav__item--lang">
                                            <a href="/selectCountry/" class="profileNav__link flag flag-INT" style="margin:0;width:20px"></a>
                                        </div>

                                    </nav>

                                    <script type="text/javascript">
                                        synchroniseLoginStatus();
                                    </script>

                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </header>

        <div class="outer">
            <div class="bg">

                <div class="component content hero  gap--bottom-in-small">
                    <div class="component-content" id='Slide 1'>
                        <div class="hero__main">
                            <div class="heroMain"><span class="heroMain__visual" style="background-image: url('/-/media/project/pioneer/pioneerdj/home/carousel/2020/ddj-flx6/ddj-flx6-hero-carousel-1440x600.jpg');"><span class="screenReader"></span></span>

                                <div class="heroMain__inner">
                                    <div class="heroMain__in">
                                        <div class="heroMain__content">
                                            <h1 class="heroMain__title heading heading--1" id="hero-title-tag"></h1><br>
                                            <h2 class="heroMain__tagline heading heading--4"></h2><br>
                                            <p class="heroMain__desc"></p>

                                            <div class="heroMain__cta heroMain__cta--main">
                                                <a href="#" class="button" onclick="fireCTA()"><span class="button__label">

                                                    </span></a>
                                            </div>
                                        </div>

                                        <div class="heroMain__cta heroMain__cta--video">
                                            <a class="button button--play" data-video=""><span class="button__label"></span></a>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                        <div class="hero__selector">
                            <div class="heroSelector">
                                <div class="heroSelector__inner">
                                    <div class="heroSelector__content">
                                        <div class="heroSelector__item">
                                            <div class="heroSelector__item__inner">
                                                <div class="heroSelector__item__content">
                                                    <div class="component content gridCard">
                                                        <div class="component-content" id='Slide 1'>
                                                            <div>
                                                                <div class="gridCard__visual hero_background" style="background-image: url('/-/media/project/pioneer/pioneerdj/home/carousel/2020/ddj-flx6/ddj-flx6-hero-carousel-1440x600.jpg');"><span class="screenReader">Slide 1</span></div>
                                                            </div>
                                                            <div class="gridCard__content">
                                                                <h2 class="gridCard__title field-slidetext">DDJ-FLX6</h2>
                                                                <div class="gridCard__tagline field-slidesubtitle">FLEX YOUR BOUNDARIES</div>
                                                                <div class="gridCard__data">
                                                                    <div class="gridCard__desc hero_background field-slidedescription">4-channel DJ controller for rekordbox and Serato DJ Pro</div>
                                                                    <div class="gridCard__cta"><span class="gridCard__cta__label hero_background field-slidebuttontext">Find out more</span><span class="gridCard__cta__url hero_background field-slidelink"><a href="/en/product/controller/ddj-flx6/dark-grey/overview" data-variantitemid="{5A72E9AE-8047-4A4D-A8F4-8C317F41BF26}" data-variantfieldname="SlideLink">Overview</a></span></div>
                                                                </div>
                                                            </div>
                                                        </div>

                                                    </div>

                                                    <!-- GRID EVENT TRACKING-->

                                                    <script>
                                                        var x = document.getElementById("Slide 1");
                                                        if (x != null) {
                                                            var y = x.parentElement.className;
                                                            if (y == "component content hero  gap--bottom-in-small")
                                                                x.setAttribute("id", "HeroSlide");
                                                            else {
                                                                x.onclick = function(e) {
                                                                    dataLayer.push({
                                                                        'event': 'dlHomepageEvent',
                                                                        'dlCategory': 'Homepage',
                                                                        'dlAction': 'HERO A WINDOW',
                                                                        'dlLabel': 'en - DDJ-FLX6'
                                                                    });
                                                                };
                                                            }
                                                        }
                                                    </script>

                                                </div>
                                            </div>
                                        </div>
                                        <div class="heroSelector__item">
                                            <div class="heroSelector__item__inner">
                                                <div class="heroSelector__item__content">
                                                    <div class="component content gridCard col-xs-12">
                                                        <div class="component-content" id='Slide 2'>
                                                            <div>
                                                                <div class="gridCard__visual hero_background" style="background-image: url('/-/media/project/pioneer/pioneerdj/home/carousel/2020/djm-s11/djm-s11-carousel-desktop-1440x600.jpg');"><span class="screenReader">Slide 2</span></div>
                                                            </div>
                                                            <div class="gridCard__content">
                                                                <h2 class="gridCard__title field-slidetext">DJM-S11</h2>
                                                                <div class="gridCard__tagline field-slidesubtitle">TURN IT UP TO 11</div>
                                                                <div class="gridCard__data">
                                                                    <div class="gridCard__desc hero_background field-slidedescription">Professional scratch style 2-channel DJ mixer</div>
                                                                    <div class="gridCard__cta"><span class="gridCard__cta__label hero_background field-slidebuttontext">Find out more</span><span class="gridCard__cta__url hero_background field-slidelink"><a href="/en/product/mixer/djm-s11/black/overview" data-variantitemid="{D84FD1C6-5341-4BC0-A162-5750D5D456FE}" data-variantfieldname="SlideLink">Overview</a></span></div>
                                                                </div>
                                                            </div>
                                                        </div>

                                                    </div>

                                                    <!-- GRID EVENT TRACKING-->

                                                    <script>
                                                        var x = document.getElementById("Slide 2");
                                                        if (x != null) {
                                                            x.onclick = function(e) {
                                                                dataLayer.push({
                                                                    'event': 'dlHomepageEvent',
                                                                    'dlCategory': 'Homepage',
                                                                    'dlAction': 'HERO B WINDOW',
                                                                    'dlLabel': 'en - DJM-S11'
                                                                });
                                                            };
                                                        }
                                                    </script>

                                                </div>
                                            </div>
                                        </div>
                                        <div class="heroSelector__item">
                                            <div class="heroSelector__item__inner">
                                                <div class="heroSelector__item__content">
                                                    <div class="component content gridCard col-xs-12">
                                                        <div class="component-content" id='Slide 3'>
                                                            <div>
                                                                <div class="gridCard__visual hero_background" style="background-image: url('/-/media/project/pioneer/pioneerdj/home/carousel/2020/djm-v10-lf/djm-v10-lf-hero-1440x600.jpg');"><span class="screenReader">Slide 3</span></div>
                                                            </div>
                                                            <div class="gridCard__content">
                                                                <h2 class="gridCard__title field-slidetext">DJM-V10-LF</h2>
                                                                <div class="gridCard__tagline field-slidesubtitle">Craft Your Sound</div>
                                                                <div class="gridCard__data">
                                                                    <div class="gridCard__desc hero_background field-slidedescription">Creative-style 6-channel professional DJ mixer with long faders for smooth, precise mixing.</div>
                                                                    <div class="gridCard__cta"><span class="gridCard__cta__label hero_background field-slidebuttontext">Find out more</span><span class="gridCard__cta__url hero_background field-slidelink"><a href="/en/product/mixer/djm-v10-lf/black/overview" data-variantitemid="{A0B85A84-DE5B-4450-8197-4BAF593EDE4D}" data-variantfieldname="SlideLink">Overview</a></span></div>
                                                                </div>
                                                            </div>
                                                        </div>

                                                    </div>

                                                    <!-- GRID EVENT TRACKING-->

                                                    <script>
                                                        function fireCTA() {
                                                            var i = document.getElementById("hero-title-tag");
                                                            var h = 'HERO CTA - en - ' + i.innerHTML.toString();
                                                            dataLayer.push({
                                                                'event': 'dlHomepageEvent',
                                                                'dlCategory': 'Homepage',
                                                                'dlAction': 'HERO CTA',
                                                                'dlLabel': h
                                                            });
                                                        }
                                                    </script>
                                                    <script>
                                                        var x = document.getElementById("Slide 3");
                                                        if (x != null) {
                                                            x.onclick = function(e) {
                                                                dataLayer.push({
                                                                    'event': 'dlHomepageEvent',
                                                                    'dlCategory': 'Homepage',
                                                                    'dlAction': 'HERO C WINDOW',
                                                                    'dlLabel': 'en - DJM-V10-LF'
                                                                });
                                                            };
                                                        }
                                                    </script>

                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>

                </div>

                <!-- GRID EVENT TRACKING-->

                <script>
                    var x = document.getElementById("Slide 1");
                    if (x != null) {
                        var y = x.parentElement.className;
                        if (y == "component content hero  gap--bottom-in-small")
                            x.setAttribute("id", "HeroSlide");
                        else {
                            x.onclick = function(e) {
                                dataLayer.push({
                                    'event': 'dlHomepageEvent',
                                    'dlCategory': 'Homepage',
                                    'dlAction': 'HERO A WINDOW',
                                    'dlLabel': 'en - DDJ-FLX6'
                                });
                            };
                        }
                    }
                </script>

                <div class="component content section col-xs-12 gap--bottom-in-medium gap--top-in-small bgc--neutrals-3-5">
                    <div class="component-content" id='Home'>
                        <div class="section__inner">

                            <div class="component rich-text sectionHeader col-xs-12">
                                <div class="component-content">
                                    <h2 class="sectionHeader__title heading heading--2 heading--fancy heading--centered field-text">Discover Pioneer DJ</h2>
                                </div>
                            </div>

                            <div class="component content grid col-xs-12">
                                <div class="component-content" id='Home'>
                                    <div class="grid__inner">
                                        <div class="grid__content">
                                            <div class="grid__item grid__item--main">
                                                <div class="component promo gridCard col-xs-12">
                                                    <div class="component-content" id='CDJ-3000'>
                                                        <div>
                                                            <div class="gridCard__visual" style="background-image: url('/-/media/project/pioneer/pioneerdj/home/grid/products/dj-player/cdj-3000-grid_main_667x466.jpg');"><span class="screenReader">CDJ-3000</span></div>
                                                        </div>
                                                        <div class="gridCard__content">
                                                            <h2 class="gridCard__title brands__title  field-promotext2">CDJ-3000</h2>
                                                            <div class="gridCard__tagline  background__textcolor field-promotext">A NEW DIMENTION</div>
                                                        </div><a href="/en/product/player/cdj-3000/black/overview/"><span></span></a>
                                                    </div>
                                                </div>

                                            </div>
                                            <div class="grid__item grid__item--medium grid__item--medium-1">
                                                <div class="component promo gridCard col-xs-12">
                                                    <div class="component-content" id='masterclass James Hype'>
                                                        <div>
                                                            <div class="gridCard__visual" style="background-image: url('/-/media/pioneerdj/images/landing/artist-masterclasses/james-hype/pdjam-pdj-442x308.jpg');"><span class="screenReader">masterclass James Hype</span></div>
                                                        </div>
                                                        <div class="gridCard__content">
                                                            <h2 class="gridCard__title brands__title  field-promotext2"></h2>
                                                            <div class="gridCard__tagline field-promotext"></div>
                                                        </div><a href="/en/landing/artist-masterclass/james-hype/"><span></span></a>
                                                    </div>
                                                </div>

                                                <script>
                                                    var x = document.getElementById("masterclass James Hype");
                                                    if (x != null) {
                                                        x.onclick = function() {
                                                            dataLayer.push({
                                                                'event': 'dlHomepageEvent',
                                                                'dlCategory': 'Homepage',
                                                                'dlAction': 'Card 2 Medium',
                                                                'dlElement': '',
                                                                'dlLabel': 'en - Masterclass James Hype',
                                                                'dlPosition': '',
                                                                'dlURL': ''
                                                            });
                                                        };
                                                    }
                                                </script>
                                            </div>
                                            <div class="grid__item grid__item--small grid__item--small-1">
                                                <div class="component promo gridCard col-xs-12">
                                                    <div class="component-content" id='DJM-REC'>
                                                        <div>
                                                            <div class="gridCard__visual" style="background-image: url('/-/media/project/pioneer/pioneerdj/home/grid/landing/twitch_217x150.jpg');"><span class="screenReader">DJM-REC</span></div>
                                                        </div>
                                                        <div class="gridCard__content">
                                                            <h2 class="gridCard__title brands__title  field-promotext2">DJM-REC</h2>
                                                            <div class="gridCard__tagline field-promotext"></div>
                                                        </div><a href="/en/product/software/djm-rec/dj-app/overview/"><span></span></a>
                                                    </div>
                                                </div>

                                                <script>
                                                    var x = document.getElementById("DJM-REC");
                                                    if (x != null) {
                                                        x.onclick = function() {
                                                            dataLayer.push({
                                                                'event': 'dlHomepageEvent',
                                                                'dlCategory': 'Homepage',
                                                                'dlAction': 'Card 3 Small',
                                                                'dlElement': '',
                                                                'dlLabel': 'en - DJM-REC',
                                                                'dlPosition': '',
                                                                'dlURL': ''
                                                            });
                                                        };
                                                    }
                                                </script>
                                            </div>
                                            <div class="grid__item grid__item--small grid__item--small-2">
                                                <div class="component promo gridCard col-xs-12">
                                                    <div class="component-content" id='DJM-V10 landing page'>
                                                        <div>
                                                            <div class="gridCard__visual" style="background-image: url('/-/media/pioneerdj/images/landing/djm-v10/djm-v10-grid.jpg');"><span class="screenReader">DJM-V10 landing page</span></div>
                                                        </div>
                                                        <div class="gridCard__content">
                                                            <h2 class="gridCard__title brands__title  field-promotext2">DJM-V10</h2>
                                                            <div class="gridCard__tagline field-promotext"></div>
                                                        </div><a href="/en/landing/djm-v10-6-channel-professional-dj-mixer/"><span></span></a>
                                                    </div>
                                                </div>

                                                <script>
                                                    var x = document.getElementById("DJM-V10 landing page");
                                                    if (x != null) {
                                                        x.onclick = function() {
                                                            dataLayer.push({
                                                                'event': 'dlHomepageEvent',
                                                                'dlCategory': 'Homepage',
                                                                'dlAction': 'Card 4 Small',
                                                                'dlElement': '',
                                                                'dlLabel': 'en - DJM-V10 landing page',
                                                                'dlPosition': '',
                                                                'dlURL': ''
                                                            });
                                                        };
                                                    }
                                                </script>
                                            </div>
                                            <div class="grid__item grid__item--wide">
                                                <div class="component promo gridCard col-xs-12">
                                                    <div class="component-content" id='DJM-V10 Artist Insights'>
                                                        <div>
                                                            <div class="gridCard__visual" style="background-image: url('/-/media/pioneerdj/images/products/mixer/djm-v10/djm-v10-artist-insights-sound-and-set-up-home-grid.jpg');"><span class="screenReader">DJM-V10 Artist Insights</span></div>
                                                        </div>
                                                        <div class="gridCard__content">
                                                            <h2 class="gridCard__title brands__title  field-promotext2">DJM-V10 Artist Insights</h2>
                                                            <div class="gridCard__tagline field-promotext"></div>
                                                        </div><a href="/en/product/mixer/djm-v10/black/video-images/"><span></span></a>
                                                    </div>
                                                </div>

                                                <script>
                                                    var x = document.getElementById("DJM-V10 Artist Insights");
                                                    if (x != null) {
                                                        x.onclick = function() {
                                                            dataLayer.push({
                                                                'event': 'dlHomepageEvent',
                                                                'dlCategory': 'Homepage',
                                                                'dlAction': 'Card 5 Wide',
                                                                'dlElement': '',
                                                                'dlLabel': 'en - DJM-V10 Artist Insights',
                                                                'dlPosition': '',
                                                                'dlURL': ''
                                                            });
                                                        };
                                                    }
                                                </script>
                                            </div>
                                            <div class="grid__item grid__item--medium grid__item--medium-2">
                                                <div class="component promo gridCard col-xs-12">
                                                    <div class="component-content" id='HDJ-CUE1 landing page'>
                                                        <div>
                                                            <div class="gridCard__visual" style="background-image: url('/-/media/pioneerdj/images/landing/hdj_cue1/hdj-cue1-homepage-grid-442x308.jpg');"><span class="screenReader">HDJ-CUE1 landing page</span></div>
                                                        </div>
                                                        <div class="gridCard__content">
                                                            <h2 class="gridCard__title brands__title  field-promotext2">HDJ-CUE1</h2>
                                                            <div class="gridCard__tagline field-promotext"></div>
                                                        </div><a href="/en/landing/hdj-cue1-headphones/dark-silver/"><span></span></a>
                                                    </div>
                                                </div>

                                                <script>
                                                    var x = document.getElementById("HDJ-CUE1 landing page");
                                                    if (x != null) {
                                                        x.onclick = function() {
                                                            dataLayer.push({
                                                                'event': 'dlHomepageEvent',
                                                                'dlCategory': 'Homepage',
                                                                'dlAction': 'Card 6 Medium',
                                                                'dlElement': '',
                                                                'dlLabel': 'en -  HDJ-CUE1 landing page',
                                                                'dlPosition': '',
                                                                'dlURL': ''
                                                            });
                                                        };
                                                    }
                                                </script>
                                            </div>
                                            <div class="grid__item grid__item--high">
                                                <div class="component promo gridCard col-xs-12">
                                                    <div class="component-content" id='Mobile app compatibility with iOS 13 and iPadOS 13'>
                                                        <span class="gridCard__symbol"><span class="symbol field-promotext2"><svg class="symbol symbol--download" viewbox="0 0 31 36" version="1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
                                                                    <path d="M11.072.098V16.54H6.638l8.869 11.74 8.855-11.74h-4.434V.098h-8.856zm15.507 23.48v7.039H4.434v-7.039H0v11.74h31v-11.74h-4.42z" fill="currentColor"></path>
                                                                </svg></span></span>
                                                        <div class="gridCard__content"><span class="gridCard__meta field-promotext3">06 February, 2020</span>
                                                            <h2 class="gridCard__title  field-promotext">Mobile app compatibility with iOS 13 and iPadOS 13</h2>
                                                        </div><a href="/en/news/2019/mobile-app-ios-13-compatibility/"><span></span></a>
                                                    </div>
                                                </div>

                                                <script>
                                                    var x = document.getElementById("Mobile app compatibility with iOS 13 and iPadOS 13");
                                                    if (x != null) {
                                                        x.onclick = function() {
                                                            dataLayer.push({
                                                                'event': 'dlHomepageEvent',
                                                                'dlCategory': 'Homepage',
                                                                'dlAction': 'Card 9 High',
                                                                'dlElement': '',
                                                                'dlLabel': 'en - Card 9 High ',
                                                                'dlPosition': '',
                                                                'dlURL': ''
                                                            });
                                                        };
                                                    }
                                                </script>
                                            </div>
                                            <div class="grid__item grid__item--medium grid__item--medium-3">
                                                <div class="component promo gridCard col-xs-12">
                                                    <div class="component-content" id='DDJ-200 and WeDJ Tutorials'>
                                                        <div>
                                                            <div class="gridCard__visual" style="background-image: url('/-/media/project/pioneer/pioneerdj/home/grid/products/controllers/ddj-200-tutorials-medium-442x308.jpg');"><span class="screenReader">DDJ-200 and WeDJ Tutorials</span></div>
                                                        </div>
                                                        <div class="gridCard__content">
                                                            <h2 class="gridCard__title brands__title  field-promotext2">DDJ-200 &amp; WeDJ Tutorials</h2>
                                                            <div class="gridCard__tagline field-promotext">Develop your DJ skills</div>
                                                        </div><a href="/en/landing/smart-dj-controller-ddj-200/"><span></span></a>
                                                    </div>
                                                </div>

                                                <script>
                                                    var x = document.getElementById("DDJ-200 and WeDJ Tutorials");
                                                    if (x != null) {
                                                        x.onclick = function() {
                                                            dataLayer.push({
                                                                'event': 'dlHomepageEvent',
                                                                'dlCategory': 'Homepage',
                                                                'dlAction': 'Card 1 Main',
                                                                'dlElement': '',
                                                                'dlLabel': 'en - ddj-200 wedj tutorials',
                                                                'dlPosition': '',
                                                                'dlURL': ''
                                                            });
                                                        };
                                                    }
                                                </script>
                                            </div>
                                            <div class="grid__item grid__item--small grid__item--small-3">
                                                <div class="component content gridCard col-xs-12">
                                                    <div class="component-content" id='Survey DDJ-200'>
                                                        <span class="gridCard__symbol"></span>
                                                        <div>
                                                            <div class="gridCard__visual" style="background-image: url('/-/media/pioneerdj/images/news/2019/ddj-200/survey_217_150_6.jpg');"><span class="screenReader">Survey DDJ-200</span></div>
                                                        </div>
                                                        <div class="gridCard__content">
                                                            <h2 class="gridCard__title field-title">Share your feedback on the DDJ-200</h2>
                                                            <div class="gridCard__tagline field-short-description">Do you own a DDJ-200? Give us your feedback via the link below to receive free audio samples.</div>
                                                        </div><a title="Survey DDJ-200" href="/en/news/2019/survey-ddj-200/"><span></span></a>
                                                    </div>

                                                </div>

                                                <!-- GRID EVENT TRACKING-->

                                                <script>
                                                    var x = document.getElementById("Survey DDJ-200");
                                                    if (x != null) {
                                                        x.onclick = function(e) {
                                                            dataLayer.push({
                                                                'event': '',
                                                                'dlCategory': '',
                                                                'dlAction': '',
                                                                'dlElement': '',
                                                                'dlLabel': 'en - ',
                                                                'dlPosition': '',
                                                                'dlURL': ''
                                                            });
                                                            e.stopPropagation();
                                                        };
                                                    }
                                                </script>

                                            </div>
                                            <div class="grid__item grid__item--small grid__item--small-4">
                                                <div class="component promo gridCard col-xs-12">
                                                    <div class="component-content" id='DDJ-1000SRT-N'>
                                                        <div>
                                                            <div class="gridCard__visual" style="background-image: url('/-/media/project/pioneer/pioneerdj/home/grid/products/controllers/ddj-1000srt-n_217x150.jpg');"><span class="screenReader">DDJ-1000SRT-N</span></div>
                                                        </div>
                                                        <div class="gridCard__content">
                                                            <h2 class="gridCard__title brands__title  field-promotext2">DDJ-1000SRT-N</h2>
                                                            <div class="gridCard__tagline field-promotext"></div>
                                                        </div><a href="/en/product/controller/ddj-1000srt/gold/overview/"><span></span></a>
                                                    </div>
                                                </div>

                                                <script>
                                                    var x = document.getElementById("DDJ-1000SRT-N");
                                                    if (x != null) {
                                                        x.onclick = function() {
                                                            dataLayer.push({
                                                                'event': 'dlHomepageEvent',
                                                                'dlCategory': 'Homepage',
                                                                'dlAction': 'Card 7 Small',
                                                                'dlElement': '',
                                                                'dlLabel': 'en - DDJ-1000SRT-N',
                                                                'dlPosition': '',
                                                                'dlURL': ''
                                                            });
                                                        };
                                                    }
                                                </script>
                                            </div>
                                            <div class="grid__item grid__item--small grid__item--small-5">
                                                <div class="component promo gridCard col-xs-12">
                                                    <div class="component-content" id='rekordbox'>
                                                        <div>
                                                            <div class="gridCard__visual" style="background-image: url('/-/media/project/pioneer/pioneerdj/home/grid/products/software/rekordbox-6-homepage-grid-217x150.jpg');"><span class="screenReader">rekordbox</span></div>
                                                        </div>
                                                        <div class="gridCard__content">
                                                            <h2 class="gridCard__title brands__title  field-promotext2">rekordbox</h2>
                                                            <div class="gridCard__tagline field-promotext"></div>
                                                        </div><a href="http://rekordbox.com/" rel="noopener noreferrer" target="_blank"><span></span></a>
                                                    </div>
                                                </div>

                                                <script>
                                                    var x = document.getElementById("rekordbox");
                                                    if (x != null) {
                                                        x.onclick = function() {
                                                            dataLayer.push({
                                                                'event': 'dlHomepageEvent',
                                                                'dlCategory': 'Homepage',
                                                                'dlAction': 'Card 8 Small',
                                                                'dlElement': '',
                                                                'dlLabel': 'en - rekordbox',
                                                                'dlPosition': '',
                                                                'dlURL': ''
                                                            });
                                                        };
                                                    }
                                                </script>
                                            </div>
                                            <div class="grid__item grid__item--small grid__item--small-6">
                                                <div class="component promo gridCard col-xs-12 gridCard--dark">
                                                    <div class="component-content" id='Find Support'>
                                                        <span class="gridCard__symbol"><span class="symbol field-promotext2"><svg class="symbol symbol--bubble" viewbox="0 0 47 48" version="1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
                                                                    <path d="M41.405 48c-.167-.208-.33-.419-.503-.623-2.663-3.155-5.328-6.309-7.992-9.463-1.442-1.706-2.884-3.413-4.324-5.12-.068-.081-.135-.122-.249-.122-9.403.003-18.806.003-28.21.003L0 32.677V0h47v32.677l-.042-.002h-6.234c-.04 0-.082.005-.122.008v.096c.041.789.081 1.577.124 2.366.029.544.06 1.089.091 1.633.044.793.09 1.586.133 2.38l.123 2.253.133 2.407.096 1.732.132 2.45h-.029zM2.79 2.771v27.132h.216c8.864 0 17.729 0 26.594-.003a.35.35 0 0 1 .3.138c2.734 3.243 5.472 6.484 8.21 9.725.02.025.048.045.087.082l-.549-9.949h6.558V2.771H2.79zm20.706 9.249c5.267 0 10.534.001 15.801-.002.613 0 1.074.242 1.343.79.446.906-.224 1.97-1.24 1.977-.605.004-1.21 0-1.816 0-9.962 0-19.924 0-29.885.005-.674 0-1.18-.376-1.382-.872a1.377 1.377 0 0 1 1.264-1.895c1.623-.008 3.246-.003 4.87-.003h11.045zm-.01 5.952c5.267 0 10.534.002 15.801-.003.515 0 .939.167 1.235.59.312.444.351.928.106 1.413-.247.49-.666.739-1.217.767-.043.002-.085 0-.128 0-10.525 0-21.05 0-31.574.002-.502 0-.922-.162-1.219-.569-.323-.444-.37-.93-.128-1.423.24-.487.646-.746 1.194-.775.076-.003.152-.002.228-.002h15.702z" fill="currentColor"></path>
                                                                </svg></span></span>
                                                        <div class="gridCard__content"><span class="gridCard__meta field-promotext3"></span>
                                                            <h2 class="gridCard__title  field-promotext">Support</h2>
                                                        </div><a href="/en/support/"><span></span></a>
                                                    </div>
                                                </div>

                                                <script>
                                                    var x = document.getElementById("Find Support");
                                                    if (x != null) {
                                                        x.onclick = function() {
                                                            dataLayer.push({
                                                                'event': 'dlHomepageEvent',
                                                                'dlCategory': 'Homepage',
                                                                'dlAction': 'Card 12 Small ',
                                                                'dlElement': '',
                                                                'dlLabel': 'en - Support',
                                                                'dlPosition': '',
                                                                'dlURL': ''
                                                            });
                                                        };
                                                    }
                                                </script>
                                            </div>
                                        </div>
                                    </div>
                                </div>

                            </div>

                            <!-- GRID EVENT TRACKING-->

                            <script>
                                var x = document.getElementById("Home");
                                if (x != null) {
                                    x.onclick = function(e) {
                                        dataLayer.push({
                                            'event': '',
                                            'dlCategory': '',
                                            'dlAction': '',
                                            'dlElement': '',
                                            'dlLabel': 'en - ',
                                            'dlPosition': '',
                                            'dlURL': ''
                                        });
                                        e.stopPropagation();
                                    };
                                }
                            </script>

                        </div>
                    </div>

                </div>

                <!-- GRID EVENT TRACKING-->

                <script>
                    var x = document.getElementById("Home");
                    if (x != null) {
                        x.onclick = function(e) {
                            dataLayer.push({
                                'event': '',
                                'dlCategory': '',
                                'dlAction': '',
                                'dlElement': '',
                                'dlLabel': 'en - ',
                                'dlPosition': '',
                                'dlURL': ''
                            });
                            e.stopPropagation();
                        };
                    }
                </script>

                <div class="component content section gap--top-in-medium gap--bottom-in-large bgc--neutrals-3-6">
                    <div class="component-content" id='Home'>
                        <div class="section__inner">

                            <div class="component rich-text sectionHeader">
                                <div class="component-content">
                                    <h2 class="sectionHeader__title heading heading--2 heading--fancy heading--centered field-text">Our brands</h2>
                                </div>
                            </div>

                            <div class="component content brands">
                                <div class="component-content" id='Home'>
                                    <div class="brands__inner hero_background">
                                        <div class="brands__item">
                                            <div class="brands__item__inner">
                                                <div class="brands__item__content">
                                                    <div class="component promo gridCard">
                                                        <div class="component-content" id='Toraiz'>
                                                            <div>
                                                                <div class="gridCard__visual" style="background-image: url('/-/media/project/pioneer/pioneerdj/home/brands/brand-toraiz-19.jpg');"><span class="screenReader">Toraiz</span></div>
                                                            </div>
                                                            <div class="gridCard__content">
                                                                <h2 class="gridCard__title brands__title  field-promotext2"><svg class="symbol symbol--toraiz" viewbox="0 0 132 28" version="1" xmlns="http://www.w3.org/2000/svg">
                                                                        <path d="M81.263 21.952l6.84-11.439 6.842 11.44H81.263zm9.06-20.219h-4.488L72.489 24.048l2.244 3.752h26.692l2.244-3.752L90.323 1.733zM71.414 10.716c0-2.677-1.083-5.424-3.282-7.115-1.732-1.304-3.535-1.868-8.224-1.868H49.91V27.8h6.816V7.58h3.759c2.633 0 4.4 1.163 4.4 3.524 0 1.266-.468 3.729-4.463 3.733h-.96v4.08l4.612 8.883h7.34L66 18.636c4.085-1.27 5.414-5.183 5.414-7.92M32.796 21.834c4.797 0 7.123-4.384 7.123-7.798 0-3.45-2.326-7.87-7.194-7.87-4.69 0-7.23 4.025-7.23 7.762 0 4.097 2.755 7.906 7.301 7.906zM32.69.2c8.16 0 13.995 6.397 13.995 13.8 0 7.403-5.799 13.8-14.03 13.8-8.341 0-13.925-6.649-13.925-13.476 0-1.761.251-3.738 1.038-5.679C21.163 5.195 25.28.2 32.69.2zM5.684 7.58H.45V1.734h17.203v5.848h-5.197V27.8H5.684V7.58M104.744 27.965h6.792V1.733h-6.792zM114.421 23.57l9.164-15.952h-9.164V1.733h16.782v5.424l-8.48 14.924h8.48v5.884h-16.782V23.57" fill="currentColor"></path>
                                                                    </svg></h2>
                                                                <div class="gridCard__tagline field-promotext">Add depth, creativity and produce the perfect sound at home or in your studio</div>
                                                            </div><a href="/en/landing/toraiz-brand/"><span></span></a>
                                                        </div>
                                                    </div>

                                                    <script>
                                                        var x = document.getElementById("Toraiz");
                                                        if (x != null) {
                                                            x.onclick = function() {
                                                                dataLayer.push({
                                                                    'event': 'dlHomepageEvent',
                                                                    'dlCategory': 'Homepage',
                                                                    'dlAction': 'Brand 1',
                                                                    'dlElement': '',
                                                                    'dlLabel': 'en - Toraiz',
                                                                    'dlPosition': '',
                                                                    'dlURL': ''
                                                                });
                                                            };
                                                        }
                                                    </script>
                                                </div>
                                            </div>
                                        </div>
                                        <div class="brands__item">
                                            <div class="brands__item__inner">
                                                <div class="brands__item__content">
                                                    <div class="component promo gridCard">
                                                        <div class="component-content" id='PPA'>
                                                            <div>
                                                                <div class="gridCard__visual" style="background-image: url('/-/media/project/pioneer/pioneerdj/home/brands/brand-pioneerproaudio.jpg');"><span class="screenReader">PPA</span></div>
                                                            </div>
                                                            <div class="gridCard__content">
                                                                <h2 class="gridCard__title brands__title  field-promotext2"><svg class="symbol symbol--ppa" viewbox="0 0 155 58" version="1.1" xmlns="http://www.w3.org/2000/svg">
                                                                        <path d="M25.904,8.494c-0.573,1.606 -4.172,3.285 -13.014,1.293l1.147,5.204c8.847,1.6 14.087,0.285 17.08,-2.848c2.217,-2.32 2.652,-5.326 0.83,-7.624c-1.926,-2.431 -6.196,-4.193 -11.585,-4.193c-7.714,0 -13.207,2.225 -16.26,10.58l-4.102,11.237l7.177,0l4.08,-11.364c1.679,-4.671 5.197,-5.446 9.103,-5.446c4.096,0 6.073,1.68 5.544,3.162l0,-0.001Zm71.06,4.932l-0.274,-0.121c1.617,-0.644 3.34,-0.977 5.08,-0.984c1.051,0 3.388,0.18 4.373,0.739c0.24,0.138 0.459,0.345 0.342,0.611c-0.437,0.975 -6.836,0.922 -9.52,-0.245l-0.001,0Zm13.112,-2.628c-1.697,-0.906 -4.494,-1.626 -7.228,-1.737c-5.672,-0.232 -12.142,1.699 -13.43,6.254c-0.745,2.626 1.808,6.166 8.445,7.173c3.322,0.504 8.602,0.377 12.4,-0.872l1.418,-3.892c-7.705,2.638 -17.773,1.873 -17.436,-2.079c3.728,2.383 9.167,2.155 13.191,1.499c6.974,-1.138 6.877,-4.091 2.64,-6.346Zm11.761,2.628l-0.277,-0.121c1.617,-0.643 3.34,-0.977 5.08,-0.984c1.053,0 3.39,0.18 4.374,0.739c0.24,0.138 0.46,0.345 0.34,0.611c-0.431,0.975 -6.834,0.922 -9.517,-0.245Zm13.111,-2.628c-1.697,-0.906 -4.494,-1.626 -7.232,-1.737c-5.668,-0.232 -12.138,1.699 -13.428,6.254c-0.742,2.626 1.807,6.166 8.446,7.173c3.323,0.504 8.6,0.377 12.399,-0.872l1.42,-3.892c-7.703,2.638 -17.775,1.873 -17.437,-2.079c3.726,2.383 9.165,2.155 13.19,1.499c6.979,-1.138 6.878,-4.091 2.642,-6.346Zm5.24,3.345l-2.85,7.999l6.57,0l2.19,-6.153c0.539,-1.56 0.995,-2.73 2.914,-2.73l4.613,0l1.297,-3.688l-8.505,0c-2.847,0 -5.137,1.409 -6.23,4.572l0.001,0Zm-110.067,7.999l6.803,0l4.598,-12.572l-6.802,0l-4.597,12.57l-0.002,0.002Zm44.14,-6.761c0.633,-1.73 2.542,-2.53 4.22,-2.53c1.658,0 3.25,0.971 2.634,2.658l-2.429,6.633l6.57,0l2.466,-6.738c1.28,-3.5 -1.49,-6.401 -7.697,-6.401c-6.906,0 -10.823,2.252 -12.33,6.372l-2.475,6.767l6.568,0l2.472,-6.761l0.001,0Zm-20.268,-2.405c2.657,0.11 4.796,1.447 4.414,3.174c-0.367,1.665 -2.954,2.801 -5.637,2.688c-2.658,-0.111 -4.795,-1.447 -4.414,-3.176c0.367,-1.666 2.953,-2.8 5.637,-2.686Zm0.927,-3.908c-6.842,-0.289 -12.941,2.626 -13.762,6.357c-0.806,3.665 3.817,7.03 10.684,7.32c6.845,0.29 12.941,-2.625 13.762,-6.356c0.807,-3.664 -3.814,-7.031 -10.684,-7.321Z" fill="currentColor"></path>
                                                                        <path d="M4,40.232l-4,0l0,17.542l2.716,0l0,-6.59l1.285,0c2.716,0 4.05,-1.53 4.05,-4.336l0,-2.28c-0.001,-2.808 -1.335,-4.337 -4.051,-4.337l0,0.001Zm0,2.506c0.865,0 1.334,0.4 1.334,1.654l0,2.631c0,1.253 -0.47,1.654 -1.333,1.654l-1.285,0l0,-5.939l1.285,0l-0.001,0Zm13.755,15.036c-0.272,-0.651 -0.296,-1.278 -0.296,-2.13l0,-2.706c0,-1.83 -0.445,-3.158 -1.803,-3.734c1.21,-0.577 1.778,-1.754 1.778,-3.559l0,-1.378c0,-2.707 -1.21,-4.035 -4.025,-4.035l-4.1,0l0,17.542l2.717,0l0,-7.142l0.938,0c1.235,0 1.778,0.601 1.778,2.23l0,2.757c0,1.428 0.099,1.704 0.247,2.155l2.766,0Zm-4.42,-15.036c0.962,0 1.383,0.552 1.383,1.804l0,1.73c0,1.403 -0.618,1.854 -1.63,1.854l-1.062,0l0,-5.388l1.309,0Zm8.395,1.53c0,-1.255 0.543,-1.73 1.408,-1.73c0.864,0 1.407,0.475 1.407,1.73l0,9.471c0,1.253 -0.543,1.73 -1.407,1.73c-0.865,0 -1.408,-0.477 -1.408,-1.73l0,-9.472l0,0.001Zm-2.716,9.296c0,2.806 1.457,4.41 4.124,4.41c2.667,0 4.123,-1.604 4.123,-4.41l0,-9.122c0,-2.807 -1.456,-4.41 -4.123,-4.41c-2.667,0 -4.124,1.603 -4.124,4.41l0,9.122Zm12.717,-10.826l4.47,0l0,-2.506l-7.187,0l0,17.542l2.717,0l0,-7.242l3.507,0l0,-2.506l-3.508,0l0,-5.288l0.001,0Zm8.494,0l4.692,0l0,-2.506l-7.407,0l0,17.542l7.408,0l0,-2.506l-4.692,0l0,-5.137l3.73,0l0,-2.506l-3.73,0l0,-4.887l-0.001,0Zm6.025,1.704c0,5.012 5.31,5.69 5.31,9.297c0,1.253 -0.544,1.705 -1.408,1.705c-0.865,0 -1.408,-0.452 -1.408,-1.705l0,-1.252l-2.568,0l0,1.077c0,2.806 1.383,4.41 4.05,4.41c2.667,0 4.05,-1.604 4.05,-4.41c0,-5.012 -5.31,-5.689 -5.31,-9.297c0,-1.254 0.495,-1.73 1.359,-1.73c0.864,0 1.358,0.476 1.358,1.73l0,0.726l2.568,0l0,-0.55c0,-2.808 -1.358,-4.411 -4,-4.411c-2.643,0 -4,1.603 -4,4.41l-0.001,0Zm9.236,0c0,5.012 5.309,5.69 5.309,9.297c0,1.253 -0.543,1.705 -1.408,1.705c-0.864,0 -1.407,-0.452 -1.407,-1.705l0,-1.252l-2.568,0l0,1.077c0,2.806 1.383,4.41 4.05,4.41c2.666,0 4.05,-1.604 4.05,-4.41c0,-5.012 -5.31,-5.689 -5.31,-9.297c0,-1.254 0.494,-1.73 1.358,-1.73c0.865,0 1.358,0.476 1.358,1.73l0,0.726l2.568,0l0,-0.55c0,-2.808 -1.358,-4.411 -4,-4.411c-2.642,0 -4,1.603 -4,4.41Zm9.58,13.332l2.717,0l0,-17.542l-2.717,0l0,17.542Zm7.186,-13.507c0,-1.254 0.543,-1.73 1.407,-1.73c0.865,0 1.408,0.476 1.408,1.73l0,9.472c0,1.253 -0.543,1.73 -1.408,1.73c-0.864,0 -1.407,-0.477 -1.407,-1.73l0,-9.472Zm-2.717,9.297c0,2.806 1.458,4.41 4.124,4.41c2.667,0 4.124,-1.604 4.124,-4.41l0,-9.122c0,-2.807 -1.457,-4.41 -4.124,-4.41c-2.666,0 -4.124,1.603 -4.124,4.41l0,9.122Zm15.804,4.21l2.79,0l0,-17.542l-2.42,0l0,10.5l-2.789,-10.499l-3.407,0l0,17.542l2.444,0l0,-12.705l3.383,12.705l-0.001,-0.001Zm10.766,-17.542l-3.975,0l-2.766,17.542l2.494,0l0.47,-3.183l3.333,0l0.469,3.183l2.741,0l-2.766,-17.542Zm-2.124,3.108l1.31,8.87l-2.618,0l1.308,-8.87Zm6.15,14.434l7.185,0l0,-2.506l-4.47,0l0,-15.036l-2.716,0l0,17.542l0.001,0Zm18.222,-17.542l-3.976,0l-2.765,17.542l2.493,0l0.47,-3.183l3.333,0l0.47,3.183l2.74,0l-2.764,-17.542l-0.001,0Zm-2.123,3.108l1.309,8.87l-2.618,0l1.31,-8.87l-0.001,0Zm6.025,-3.108l0,13.357c0,2.807 1.383,4.41 4.05,4.41c2.667,0 4.05,-1.603 4.05,-4.41l0,-13.357l-2.568,0l0,13.532c0,1.254 -0.544,1.705 -1.408,1.705c-0.864,0 -1.408,-0.45 -1.408,-1.705l0,-13.532l-2.716,0Zm9.952,17.542l4.296,0c2.716,0 4.05,-1.528 4.05,-4.336l0,-8.87c0,-2.807 -1.334,-4.336 -4.05,-4.336l-4.296,0l0,17.542Zm4.247,-15.036c0.864,0 1.383,0.451 1.383,1.704l0,9.122c0,1.253 -0.52,1.704 -1.383,1.704l-1.53,0l0,-12.53l1.53,0Zm5.827,15.036l2.716,0l0,-17.542l-2.716,0l0,17.542Zm7.185,-13.507c0,-1.254 0.544,-1.73 1.409,-1.73c0.863,0 1.407,0.476 1.407,1.73l0,9.472c0,1.253 -0.544,1.73 -1.407,1.73c-0.865,0 -1.409,-0.477 -1.409,-1.73l0,-9.472Zm-2.716,9.297c0,2.806 1.458,4.41 4.125,4.41c2.666,0 4.123,-1.604 4.123,-4.41l0,-9.122c0,-2.807 -1.457,-4.41 -4.123,-4.41c-2.667,0 -4.125,1.603 -4.125,4.41l0,9.122Z" fill="currentColor"></path>
                                                                    </svg></h2>
                                                                <div class="gridCard__tagline field-promotext">Speakers and professional systems with clear, powerful sound reproduction</div>
                                                            </div><a href="http://www.pioneerproaudio.com/" rel="noopener noreferrer" target="_blank"><span></span></a>
                                                        </div>
                                                    </div>

                                                    <script>
                                                        var x = document.getElementById("PPA");
                                                        if (x != null) {
                                                            x.onclick = function() {
                                                                dataLayer.push({
                                                                    'event': 'dlHomepageEvent',
                                                                    'dlCategory': 'Homepage',
                                                                    'dlAction': 'Brand 2',
                                                                    'dlElement': '',
                                                                    'dlLabel': 'en - Pioneer Pro Audio',
                                                                    'dlPosition': '',
                                                                    'dlURL': ''
                                                                });
                                                            };
                                                        }
                                                    </script>
                                                </div>
                                            </div>
                                        </div>
                                        <div class="brands__item">
                                            <div class="brands__item__inner">
                                                <div class="brands__item__content">
                                                    <div class="component promo gridCard">
                                                        <div class="component-content" id='rekordbox'>
                                                            <div>
                                                                <div class="gridCard__visual" style="background-image: url('/-/media/project/pioneer/pioneerdj/home/brands/brand-rekordbox6-330x250.jpg');"><span class="screenReader">rekordbox</span></div>
                                                            </div>
                                                            <div class="gridCard__content">
                                                                <h2 class="gridCard__title brands__title  field-promotext2"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="236px" height="33px">
                                                                        <path fill-rule="evenodd" fill="rgb(255, 255, 255)" d="M226.331,17.162 L235.344,26.958 L229.869,26.958 L223.593,20.137 L217.317,26.958 L211.841,26.958 L220.855,17.162 L211.841,7.364 L217.317,7.364 L223.593,14.186 L229.869,7.364 L235.345,7.364 L226.331,17.162 ZM205.910,26.667 C202.122,27.198 198.442,27.198 194.653,26.667 C191.948,26.287 189.849,24.154 189.556,21.484 C189.243,18.659 189.243,15.663 189.556,12.838 C189.849,10.168 191.948,8.035 194.653,7.655 C198.442,7.125 202.122,7.125 205.910,7.655 C208.616,8.035 210.714,10.168 211.009,12.838 C211.320,15.663 211.320,18.659 211.009,21.484 C210.714,24.154 208.616,26.287 205.910,26.667 ZM206.197,14.983 C206.153,14.258 206.159,13.563 205.798,12.875 C205.254,11.839 204.582,11.398 203.401,11.297 C201.663,11.147 199.935,11.123 198.191,11.222 C197.402,11.268 196.654,11.263 195.918,11.685 C194.954,12.236 194.543,12.887 194.444,13.974 C194.289,15.682 194.263,17.596 194.367,19.306 C194.412,20.031 194.405,20.727 194.766,21.415 C195.310,22.451 195.981,22.893 197.162,22.994 C198.901,23.144 200.629,23.169 202.373,23.068 C203.162,23.022 203.911,23.028 204.646,22.605 C205.610,22.055 206.021,21.403 206.120,20.317 C206.276,18.609 206.301,16.695 206.197,14.983 ZM181.822,26.544 C180.217,26.807 178.616,26.936 176.988,26.936 C172.818,26.944 168.650,26.951 164.482,26.958 L164.482,0.953 L169.436,0.953 L169.436,7.359 L176.988,7.359 C178.616,7.359 180.217,7.490 181.822,7.752 C184.396,8.172 185.979,10.559 186.202,12.934 C186.470,15.755 186.470,18.540 186.202,21.362 C185.979,23.737 184.396,26.124 181.822,26.544 ZM175.520,11.275 C173.690,11.275 169.436,11.275 169.436,11.275 C169.436,14.800 169.436,19.498 169.436,23.021 C169.436,23.021 173.690,23.021 175.520,23.021 C180.787,23.021 181.465,22.355 181.465,17.150 C181.465,11.944 180.790,11.275 175.520,11.275 ZM143.020,26.544 C140.446,26.124 138.863,23.737 138.640,21.362 C138.372,18.540 138.372,15.755 138.640,12.934 C138.863,10.559 140.446,8.172 143.020,7.752 C144.625,7.490 146.227,7.359 147.855,7.359 L155.405,7.359 L155.405,0.953 L160.360,0.953 L160.360,26.958 C156.192,26.951 152.024,26.944 147.855,26.936 C146.227,26.936 144.625,26.807 143.020,26.544 ZM155.406,23.021 C155.406,19.498 155.406,14.800 155.406,11.275 C155.406,11.275 151.152,11.275 149.322,11.275 C144.052,11.275 143.377,11.944 143.377,17.150 C143.377,22.355 144.055,23.021 149.322,23.021 C151.152,23.021 155.406,23.021 155.406,23.021 ZM131.213,11.428 C130.840,11.486 130.473,11.589 130.110,11.797 C129.879,11.929 129.658,12.079 129.461,12.259 C129.203,12.495 128.997,12.781 128.863,13.104 C128.690,13.521 128.647,13.975 128.610,14.420 C128.528,15.383 128.550,16.345 128.550,17.310 C128.550,18.317 128.550,19.324 128.550,20.331 C128.550,21.338 128.550,22.344 128.550,23.351 C128.550,24.358 128.550,25.952 128.550,26.958 L123.513,26.958 C123.513,23.883 123.513,20.222 123.513,17.148 C123.513,15.737 123.590,14.337 123.744,12.934 C123.744,12.275 124.042,11.528 124.335,10.950 C124.642,10.343 125.056,9.792 125.551,9.326 C126.061,8.846 126.655,8.458 127.298,8.182 C128.089,7.843 128.944,7.722 129.792,7.612 C130.487,7.522 131.183,7.479 131.883,7.452 C133.274,7.397 136.666,7.331 136.666,7.331 C136.666,8.244 136.666,9.757 136.666,10.671 L136.666,11.263 C136.666,11.263 132.759,11.184 131.213,11.428 ZM114.766,26.667 C110.978,27.198 107.299,27.198 103.509,26.667 C100.804,26.287 98.705,24.154 98.412,21.484 C98.100,18.659 98.100,15.663 98.412,12.838 C98.705,10.168 100.804,8.035 103.509,7.655 C107.299,7.125 110.978,7.125 114.766,7.655 C117.472,8.035 119.571,10.168 119.865,12.838 C120.176,15.663 120.176,18.659 119.865,21.484 C119.571,24.154 117.472,26.287 114.766,26.667 ZM115.054,14.983 C115.009,14.258 115.015,13.563 114.654,12.875 C114.110,11.839 113.438,11.398 112.258,11.297 C110.519,11.147 108.791,11.123 107.048,11.222 C106.259,11.268 105.510,11.263 104.774,11.685 C103.810,12.236 103.400,12.887 103.300,13.974 C103.145,15.682 103.119,17.596 103.223,19.306 C103.268,20.031 103.261,20.727 103.623,21.415 C104.167,22.451 104.838,22.893 106.018,22.994 C107.757,23.144 109.485,23.169 111.229,23.068 C112.018,23.022 112.767,23.028 113.503,22.605 C114.466,22.055 114.877,21.403 114.976,20.317 C115.132,18.609 115.157,16.695 115.054,14.983 ZM92.220,26.958 L84.905,19.114 L84.394,19.114 C84.394,19.114 84.402,24.738 84.402,26.958 C84.402,26.958 80.678,26.958 79.416,26.958 C79.416,26.958 79.416,13.504 79.416,7.364 L84.402,7.364 C84.402,9.585 84.397,15.201 84.397,15.201 L84.920,15.201 L92.219,7.364 L97.694,7.364 L87.724,17.161 L97.696,26.958 L92.220,26.958 ZM58.961,21.186 C59.068,22.094 59.796,22.807 60.719,22.908 C63.394,23.203 66.021,23.203 68.697,22.908 C69.599,22.809 70.057,22.450 70.357,21.609 C70.357,21.609 70.444,21.345 70.482,21.194 L75.449,21.194 C75.448,21.260 75.441,21.325 75.432,21.390 C75.383,21.732 75.331,22.077 75.239,22.411 C75.151,22.749 75.021,23.071 74.868,23.385 C74.762,23.601 74.643,23.811 74.511,24.013 C74.380,24.213 74.236,24.406 74.081,24.589 C73.927,24.772 73.762,24.945 73.586,25.108 C73.411,25.271 73.225,25.424 73.031,25.565 C72.836,25.706 72.633,25.836 72.422,25.953 C72.210,26.071 71.991,26.176 71.766,26.267 C71.538,26.359 71.305,26.437 71.067,26.501 C70.827,26.566 70.583,26.615 70.336,26.650 C66.547,27.181 62.868,27.181 59.079,26.650 C56.375,26.270 54.275,24.137 53.981,21.468 C53.670,18.642 53.670,15.647 53.981,12.821 C54.275,10.151 56.375,8.019 59.079,7.639 C62.868,7.108 66.547,7.108 70.336,7.639 C73.042,8.019 75.141,10.151 75.435,12.821 C75.605,14.364 75.681,15.903 75.664,17.454 L75.664,18.036 L58.745,18.036 C58.776,19.017 58.845,20.214 58.961,21.186 ZM70.627,15.099 C70.592,14.429 70.533,13.766 70.455,13.101 C70.348,12.195 69.619,11.482 68.697,11.381 C66.021,11.086 63.394,11.086 60.719,11.381 C59.796,11.482 59.068,12.195 58.961,13.101 C58.883,13.766 58.824,14.429 58.788,15.099 L70.627,15.099 ZM46.522,11.428 C46.149,11.486 45.782,11.589 45.419,11.797 C45.188,11.929 44.967,12.079 44.770,12.259 C44.512,12.495 44.306,12.781 44.172,13.104 C43.999,13.521 43.957,13.975 43.919,14.420 C43.838,15.383 43.859,16.345 43.859,17.310 C43.859,18.317 43.859,19.324 43.859,20.331 C43.859,21.338 43.859,22.344 43.859,23.351 C43.859,24.358 43.859,25.952 43.859,26.958 L38.822,26.958 C38.822,23.883 38.822,20.222 38.822,17.148 C38.822,15.737 38.899,14.337 39.054,12.934 C39.054,12.275 39.351,11.528 39.644,10.950 C39.952,10.343 40.365,9.792 40.860,9.326 C41.370,8.846 41.964,8.458 42.607,8.182 C43.398,7.843 44.254,7.722 45.102,7.612 C45.796,7.522 46.492,7.479 47.192,7.452 C48.583,7.397 51.975,7.331 51.975,7.331 C51.975,8.244 51.975,9.757 51.975,10.671 L51.975,11.263 C51.975,11.263 48.068,11.184 46.522,11.428 ZM17.512,32.890 L17.512,26.682 C21.896,25.727 25.192,21.824 25.192,17.162 C25.192,16.130 25.027,15.135 24.728,14.200 L30.111,11.096 L30.111,24.235 C30.111,25.095 29.652,25.889 28.906,26.319 L17.512,32.890 ZM15.432,7.415 C12.578,7.415 10.015,8.653 8.228,10.610 L2.831,7.497 L14.228,0.925 C14.973,0.495 15.892,0.495 16.638,0.925 L28.034,7.497 L22.636,10.610 C20.850,8.653 18.286,7.415 15.432,7.415 ZM5.673,17.162 C5.673,21.824 8.968,25.727 13.353,26.682 L13.353,32.890 L1.959,26.319 C1.213,25.889 0.754,25.095 0.754,24.235 L0.754,11.096 L6.137,14.200 C5.838,15.135 5.673,16.130 5.673,17.162 ZM15.432,12.682 C17.910,12.682 19.918,14.688 19.918,17.163 C19.918,19.637 17.910,21.643 15.432,21.643 C12.955,21.643 10.946,19.637 10.946,17.163 C10.946,14.688 12.955,12.682 15.432,12.682 Z"></path>
                                                                    </svg></h2>
                                                                <div class="gridCard__tagline field-promotext">Mix, scratch and master performance with our complete DJ software</div>
                                                            </div><a href="https://rekordbox.com/" rel="noopener noreferrer" target="_blank"><span></span></a>
                                                        </div>
                                                    </div>

                                                    <script>
                                                        var x = document.getElementById("rekordbox");
                                                        if (x != null) {
                                                            x.onclick = function() {
                                                                dataLayer.push({
                                                                    'event': 'dlHomepageEvent',
                                                                    'dlCategory': 'Homepage',
                                                                    'dlAction': 'Brand 3',
                                                                    'dlElement': '',
                                                                    'dlLabel': 'en - Rekordbox',
                                                                    'dlPosition': '',
                                                                    'dlURL': ''
                                                                });
                                                            };
                                                        }
                                                    </script>
                                                </div>
                                            </div>
                                        </div>
                                        <div class="brands__item">
                                            <div class="brands__item__inner">
                                                <div class="brands__item__content">
                                                    <div class="component promo gridCard">
                                                        <div class="component-content" id='Kuvo'>
                                                            <div>
                                                                <div class="gridCard__visual" style="background-image: url('/-/media/project/pioneer/pioneerdj/home/brands/brand-kuvo.jpg');"><span class="screenReader">Kuvo</span></div>
                                                            </div>
                                                            <div class="gridCard__content">
                                                                <h2 class="gridCard__title brands__title  field-promotext2"><svg class="symbol symbol--kuvo" viewbox="0 0 130 30" version="1" xmlns="http://www.w3.org/2000/svg">
                                                                        <path d="M37 25h4V5h-4zM69.997 25C75.513 25 80 20.493 80 14.953V5h-3.83v9.953c0 3.42-2.77 6.201-6.173 6.201-3.4 0-6.17-2.781-6.17-6.201V5H60v9.953C60 20.493 64.484 25 69.997 25M103.657 5l-7.12 13.855c-.737 1.435-1.657 2.295-2.46 2.299h-.002c-.802 0-1.723-.854-2.47-2.283L84.36 5H80l8.173 15.646C90.151 24.43 92.713 25 94.075 25h.017c1.36-.004 3.93-.582 5.888-4.394L108 5h-4.343M119.971 21.153h-3.941c-3.396 0-6.16-2.757-6.187-6.153.027-3.395 2.791-6.151 6.187-6.151h3.941c3.396 0 6.162 2.756 6.187 6.151-.025 3.397-2.791 6.153-6.187 6.153zm0-16.153h-3.941c-5.515 0-10.003 4.482-10.03 10 .027 5.518 4.515 10 10.03 10h3.941c5.514 0 10.002-4.482 10.029-10-.027-5.518-4.515-10-10.029-10zM47.508 12.468L59.093 5h-7.119l-6.569 4.236c-2.17 1.4-3.412 3.428-3.405 5.564.009 2.137 1.266 4.155 3.448 5.539L52.8 25H60l-12.474-7.91c-1.066-.675-1.655-1.494-1.657-2.304-.005-.811.577-1.635 1.639-2.318M10.256 19.743a6.008 6.008 0 0 1 0-8.488 6.008 6.008 0 0 1 8.488 0 6.008 6.008 0 0 1 0 8.488 6.009 6.009 0 0 1-8.488 0zM20.513 9.487c-3.315-3.316-8.711-3.316-12.026 0-3.316 3.316-3.316 8.71 0 12.027 3.315 3.314 8.71 3.316 12.026 0 3.316-3.316 3.316-8.713 0-12.027z" fill="currentColor"></path>
                                                                        <path d="M11.306 18.621a4.47 4.47 0 0 1 0-6.315 4.47 4.47 0 0 1 6.316 0 4.471 4.471 0 0 1 0 6.315 4.47 4.47 0 0 1-6.316 0" fill="currentColor"></path>
                                                                        <path d="M26.08 5.323L24.676 6.73c4.345 5.064 4.129 12.719-.666 17.514s-12.45 5.01-17.514.665L5.09 26.314c5.85 5.123 14.744 4.911 20.323-.667 5.578-5.579 5.79-14.473.666-20.324M5.091 23.506C.747 18.44.962 10.786 5.757 5.99c4.796-4.795 12.45-5.01 17.515-.667l1.404-1.402c-5.85-5.125-14.744-4.913-20.322.665-5.58 5.579-5.791 14.473-.667 20.322l1.404-1.402" fill="currentColor"></path>
                                                                        <path d="M6.773 21.932c-3.233-3.949-3.009-9.801.675-13.484 3.684-3.685 9.536-3.909 13.485-.676L22 6.705c-4.541-3.818-11.346-3.596-15.619.676C2.11 11.652 1.888 18.458 5.705 23l1.068-1.068M23.294 8l-1.067 1.067c3.233 3.949 3.009 9.8-.675 13.485-3.684 3.683-9.535 3.908-13.484.675L7 24.295c4.542 3.817 11.347 3.597 15.62-.677 4.272-4.273 4.492-11.077.674-15.618" fill="currentColor"></path>
                                                                    </svg></h2>
                                                                <div class="gridCard__tagline field-promotext">Discover new music. Join the global community.</div>
                                                            </div><a href="http://kuvo.com/" rel="noopener noreferrer" target="_blank"><span></span></a>
                                                        </div>
                                                    </div>

                                                    <script>
                                                        var x = document.getElementById("Kuvo");
                                                        if (x != null) {
                                                            x.onclick = function() {
                                                                dataLayer.push({
                                                                    'event': 'dlHomepageEvent',
                                                                    'dlCategory': 'Homepage',
                                                                    'dlAction': 'Brand 4',
                                                                    'dlElement': '',
                                                                    'dlLabel': 'en - Kuvo',
                                                                    'dlPosition': '',
                                                                    'dlURL': ''
                                                                });
                                                            };
                                                        }
                                                    </script>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>

                            </div>

                            <!-- GRID EVENT TRACKING-->

                            <script>
                                var x = document.getElementById("Home");
                                if (x != null) {
                                    x.onclick = function(e) {
                                        dataLayer.push({
                                            'event': '',
                                            'dlCategory': '',
                                            'dlAction': '',
                                            'dlElement': '',
                                            'dlLabel': 'en - ',
                                            'dlPosition': '',
                                            'dlURL': ''
                                        });
                                        e.stopPropagation();
                                    };
                                }
                            </script>

                        </div>
                    </div>

                </div>

                <!-- GRID EVENT TRACKING-->

                <script>
                    var x = document.getElementById("Home");
                    if (x != null) {
                        x.onclick = function(e) {
                            dataLayer.push({
                                'event': '',
                                'dlCategory': '',
                                'dlAction': '',
                                'dlElement': '',
                                'dlLabel': 'en - ',
                                'dlPosition': '',
                                'dlURL': ''
                            });
                            e.stopPropagation();
                        };
                    }
                </script>

            </div>
        </div>

        <footer class="footer theme-2020">
            <div class="footer__brand">
                <div class="footerBrand">
                    <div class="footerBrand__logo">
                        <svg class="symbol symbol--dj" viewBox="0 0 39 25" version="1" xmlns="http://www.w3.org/2000/svg">
                            <path d="M25.122 2.049c2.395 1.86 2.787 4.38 1.8 7.019-.919 2.442-2.98 4.81-6.22 6.642-3.592 1.994-7.308 2.525-11.363 2.525H0L6.844 0h8.209c4.14 0 7.638.164 10.069 2.049zm-5.057 6.883c.538-1.437.4-3.579-.552-4.723-1.07-1.27-2.719-1.419-5.1-1.419l-1.163.026s-1-.113-1.407.796c-.248.57.104-.426-3.92 10.305-.53 1.423.735 1.493.735 1.493s4.54.277 8.34-2.352c1.61-1.114 2.562-2.772 3.067-4.126zm9.65-2.385L39 6.594l-4.7 12.564C32.767 23.25 29.594 25 23.231 25l-4.969-.066 1.188-2.837c7.193.343 8.49-2.86 8.717-3.475l3-8.07s.516-1.437-.652-1.437h-1.84l1.04-2.568z" fill="currentColor"></path>
                        </svg>
                    </div>

                    <nav class="footerBreadcrumb">
                        <ul class="footerBreadcrumb__list">
                        </ul>
                    </nav>

                </div>
            </div>

            <div class="footer__nav">
                <nav class="footerNav">

                    <div class="footerNav__content">
                        <h3 class="footerNav__title heading heading--4">
                            <a href="/en/product/" class="footerNav__title__link">Products</a>
                            <span class="footerNav__trigger footerNav__triggerIcon"></span>
                        </h3>
                        <div class="footerNav__menu" style="height: 264px;">
                            <ul class="footerNav__list">
                                <li class="footerNav__item"><a href="/en/product/player/" class="footerNav__link">DJ players</a></li>
                                <li class="footerNav__item"><a href="/en/product/mixer/" class="footerNav__link">DJ mixers</a></li>
                                <li class="footerNav__item"><a href="/en/product/controller/" class="footerNav__link">DJ controllers</a></li>
                                <li class="footerNav__item"><a href="/en/product/turntable/" class="footerNav__link">Turntables</a></li>
                                <li class="footerNav__item"><a href="/en/product/all-in-one-system/" class="footerNav__link">All-in-one DJ systems</a></li>
                                <li class="footerNav__item"><a href="/en/product/effector/" class="footerNav__link">Remix stations</a></li>
                                <li class="footerNav__item"><a href="/en/product/dj-sampler/" class="footerNav__link">DJ samplers</a></li>
                                <li class="footerNav__item"><a href="/en/product/production/" class="footerNav__link">Music production</a></li>
                                <li class="footerNav__item"><a href="/en/product/headphones/" class="footerNav__link">Headphones</a></li>
                                <li class="footerNav__item"><a href="/en/product/monitor-speakers/" class="footerNav__link">Monitor speakers</a></li>
                                <li class="footerNav__item"><a href="/en/product/pa-speakers/" class="footerNav__link">PA speakers</a></li>
                                <li class="footerNav__item"><a href="/en/product/software/" class="footerNav__link">DJ software &amp; Interfaces</a></li>
                                <li class="footerNav__item"><a href="/en/product/accessories/" class="footerNav__link">Accessories</a></li>
                            </ul>
                        </div>
                    </div>

                    <div class="footerNav__content">
                        <h3 class="footerNav__title heading heading--4">
                            <a href="/en/support/" class="footerNav__title__link">Support</a>
                            <span class="footerNav__trigger footerNav__triggerIcon"></span>
                        </h3>
                        <div class="footerNav__menu" style="height: 192px;">
                            <ul class="footerNav__list">
                                <li class="footerNav__item">
                                    <a href="/en/support/contact/" class="footerNav__link" title="Contact">Contact</a>
                                </li>
                                <li class="footerNav__item">
                                    <a href="/en/support/documents/" class="footerNav__link">Manuals</a>
                                </li>
                                <li class="footerNav__item">
                                    <a href="/en/support/software/" class="footerNav__link">Software &amp; firmware</a>
                                </li>
                                <li class="footerNav__item">
                                    <a href="/en/support/software-information/" class="footerNav__link">Software information</a>
                                </li>
                                <li class="footerNav__item">
                                    <a href="http://faq.pioneerdj.com" class="footerNav__link" rel="noopener noreferrer" target="_blank">FAQ <span class="footerNav__icon"><svg class="symbol symbol--external" viewBox="0 0 32 32" version="1" xmlns="http://www.w3.org/2000/svg">
                                                <path d="M20 0l3.2 3.2H1.6C.8 3.2 0 4 0 4.96V30.4c0 .8.8 1.6 1.6 1.6h24.8c.96 0 1.6-.8 1.6-1.76V8.48l.16-.16 3.84 4V0H20zm4.8 28.64H3.36V6.56h17.76l-12 12.32 4.48 4.48 11.2-11.52v16.8z" fill="currentColor"></path>
                                            </svg></span>
                                    </a>
                                </li>
                                <li class="footerNav__item">
                                    <a href="http://forums.pioneerdj.com/home" class="footerNav__link" rel="noopener noreferrer" target="_blank">Forum <span class="footerNav__icon"><svg class="symbol symbol--external" viewBox="0 0 32 32" version="1" xmlns="http://www.w3.org/2000/svg">
                                                <path d="M20 0l3.2 3.2H1.6C.8 3.2 0 4 0 4.96V30.4c0 .8.8 1.6 1.6 1.6h24.8c.96 0 1.6-.8 1.6-1.76V8.48l.16-.16 3.84 4V0H20zm4.8 28.64H3.36V6.56h17.76l-12 12.32 4.48 4.48 11.2-11.52v16.8z" fill="currentColor"></path>
                                            </svg></span>
                                    </a>
                                </li>
                                <li class="footerNav__item">
                                    <a href="/en/landing/pioneer-dj-certified/" class="footerNav__link">Certification program</a>
                                </li>
                                <li class="footerNav__item">
                                    <a href="/en/account/about/" class="footerNav__link">About your account</a>
                                </li>
                                <li class="footerNav__item">
                                    <a href="/en/support/important-product-notice/" class="footerNav__link">Important product notices</a>
                                </li>
                            </ul>
                        </div>
                    </div>
                    <div class="footerNav__content">
                        <h3 class="footerNav__title heading heading--4">
                            <a href="/en/news/" class="footerNav__title__link" title="News">News</a>
                        </h3>
                        <h3 class="footerNav__title heading heading--4">
                            <a href="/en/shops/search/" class="footerNav__title__link">Where to buy</a>
                        </h3>
                        <h3 class="footerNav__title heading heading--4">
                            <a href="/en/company/company-info/" class="footerNav__title__link">About us</a>
                            <span class="footerNav__trigger footerNav__triggerIcon"></span>
                        </h3>
                        <div class="footerNav__menu" style="height: 48px;">
                            <ul class="footerNav__list">
                                <li class="footerNav__item"><a href="/en/company/company-info" class="footerNav__link">Company info</a></li>
                                <li class="footerNav__item"><a href="/en/corporate-contact/" class="footerNav__link">Corporate contact</a></li>
                                <li class="footerNav__item"></li>
                                <li class="footerNav__item"></li>
                                <li class="footerNav__item"></li>
                            </ul>
                        </div>
                    </div>
                </nav>
            </div>
            <div class="footer__links">
                <div class="footer__links__inner">

                    <div class="footer__external">
                        <nav class="externalNav">
                            <ul class="externalNav__list">
                                <li class="externalNav__item">
                                    <a href="http://www.kuvo.com/" class="externalNav__link" rel="noopener noreferrer" target="_blank"> <span class="externalNav__symbol" style="background-image: url('/-/media/pioneerdj/images/navigation/kuvo-org.png')"></span>
                                        KUVO</a>
                                </li>
                                <li class="externalNav__item">
                                    <a href="http://www.pioneerdjradio.com/" class="externalNav__link" rel="noopener noreferrer" target="_blank"> <span class="externalNav__symbol" style="background-image: url('/-/media/pioneerdj/images/navigation/dj-radio-org.png')"></span>
                                        Radio</a>
                                </li>
                                <li class="externalNav__item">
                                    <a href="http://www.djsounds.com/" class="externalNav__link" rel="noopener noreferrer" target="_blank"> <span class="externalNav__symbol" style="background-image: url('/-/media/pioneerdj/images/navigation/dj-sounds-org.png')"></span>
                                        DJsounds</a>
                                </li>
                                <li class="externalNav__item">
                                    <a href="http://www.pioneerdjinibiza.com" class="externalNav__link" rel="noopener noreferrer" target="_blank"> <span class="externalNav__symbol" style="background-image: url('/-/media/pioneerdj/images/navigation/ibiza-org.png')"></span>
                                        Ibiza</a>
                                </li>
                                <li class="externalNav__item">
                                    <a href="http://www.pioneerproaudio.com" class="externalNav__link" rel="noopener noreferrer" target="_blank"> <span class="externalNav__symbol" style="background-image: url('/-/media/pioneerdj/images/navigation/pro-audio-gold.png')"></span>
                                        Pioneer Pro Audio</a>
                                </li>
                            </ul>
                        </nav>
                    </div>

                    <div class="footer__social">
                        <nav class="socialNav">
                            <ul class="socialNav__list">
                                <li class="socialNav__item socialNav__item--instagram">
                                    <a href="https://www.instagram.com/pioneerdjglobal/" class="socialNav__link" rel="noopener noreferrer" target="_blank"> <span class="socialNav__symbol"><svg class="symbol symbol--instagram" viewbox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg">
                                                <path d="M1152 896q0-106-75-181t-181-75-181 75-75 181 75 181 181 75 181-75 75-181zm138 0q0 164-115 279t-279 115-279-115-115-279 115-279 279-115 279 115 115 279zm108-410q0 38-27 65t-65 27-65-27-27-65 27-65 65-27 65 27 27 65zM896 266q-7 0-76.5-.5t-105.5 0-96.5 3-103 10T443 297q-50 20-88 58t-58 88q-11 29-18.5 71.5t-10 103-3 96.5 0 105.5.5 76.5-.5 76.5 0 105.5 3 96.5 10 103T297 1349q20 50 58 88t88 58q29 11 71.5 18.5t103 10 96.5 3 105.5 0 76.5-.5 76.5.5 105.5 0 96.5-3 103-10 71.5-18.5q50-20 88-58t58-88q11-29 18.5-71.5t10-103 3-96.5 0-105.5-.5-76.5.5-76.5 0-105.5-3-96.5-10-103T1495 443q-20-50-58-88t-88-58q-29-11-71.5-18.5t-103-10-96.5-3-105.5 0-76.5.5zm768 630q0 229-5 317-10 208-124 322t-322 124q-88 5-317 5t-317-5q-208-10-322-124t-124-322q-5-88-5-317t5-317q10-208 124-322t322-124q88-5 317-5t317 5q208 10 322 124t124 322q5 88 5 317z" fill="currentColor"></path>
                                            </svg></span>
                                        <span class="screenReader">Instagram</span>
                                    </a>
                                </li>
                                <li class="socialNav__item socialNav__item--twitter">
                                    <a href="https://twitter.com/PioneerDJglobal" class="socialNav__link" rel="noopener noreferrer" target="_blank"> <span class="socialNav__symbol"><svg class="symbol symbol--twitter" viewbox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg">
                                                <path d="M1684 408q-67 98-162 167 1 14 1 42 0 130-38 259.5t-115.5 248.5-184.5 210.5-258 146-323 54.5q-271 0-496-145 35 4 78 4 225 0 401-138-105-2-188-64.5t-114-159.5q33 5 61 5 43 0 85-11-112-23-185.5-111.5t-73.5-205.5v-4q68 38 146 41-66-44-105-115t-39-154q0-88 44-163 121 149 294.5 238.5t371.5 99.5q-8-38-8-74 0-134 94.5-228.5t228.5-94.5q140 0 236 102 109-21 205-78-37 115-142 178 93-10 186-50z" fill="currentColor"></path>
                                            </svg></span>
                                        <span class="screenReader">Twitter</span>
                                    </a>
                                </li>
                                <li class="socialNav__item socialNav__item--facebook">
                                    <a href="https://www.facebook.com/pioneer.dj.global" class="socialNav__link" rel="noopener noreferrer" target="_blank"> <span class="socialNav__symbol"><svg class="symbol symbol--facebook" viewbox="0 0 700 700" xmlns="http://www.w3.org/2000/svg" font-size="20">
                                                <path style="stroke: none; fill-rule: evenodd; fill: #fbfbfc; fill-opacity: 1;" d="M 352.199219 117.652344 C 297.347656 123.707031 263.015625 155.402344 255.101562 207.300781 C 253.324219 218.933594 253.191406 222.683594 253.195312 260.550781 L 253.199219 300 L 176.992188 300 L 177.144531 343.351562 L 177.300781 386.699219 L 215.253906 386.855469 L 253.210938 387.007812 L 253.054688 492.605469 L 252.898438 598.199219 L 256.902344 598.199219 C 259.566406 598.199219 260.984375 598.449219 261.148438 598.949219 C 261.347656 599.539062 269.652344 599.699219 300 599.699219 C 330.347656 599.699219 338.652344 599.539062 338.851562 598.949219 C 339.015625 598.449219 340.433594 598.199219 343.097656 598.199219 L 347.101562 598.199219 L 346.945312 492.601562 L 346.789062 387 L 381.144531 386.992188 C 400.039062 386.988281 415.8125 386.785156 416.191406 386.539062 C 416.832031 386.132812 417.453125 382.765625 420.628906 362.398438 C 421.269531 358.273438 422.054688 353.28125 422.367188 351.300781 C 422.984375 347.410156 423.792969 342.121094 424.824219 335.246094 C 425.183594 332.855469 425.71875 329.414062 426.011719 327.601562 C 426.648438 323.710938 427.496094 318.238281 428.429688 312 C 428.804688 309.523438 429.351562 306.203125 429.652344 304.621094 C 429.953125 303.035156 430.199219 301.347656 430.199219 300.871094 C 430.199219 300.117188 424.539062 300 388.5 300 L 346.800781 300 L 346.808594 269.851562 C 346.824219 239.652344 347.007812 236.316406 349.125 228 C 352.972656 212.875 364.59375 202.085938 380.699219 198.675781 C 388.566406 197.011719 392.113281 196.800781 412.304688 196.800781 L 433.808594 196.800781 L 433.65625 160.074219 L 433.5 123.347656 L 431.398438 122.875 C 430.246094 122.613281 427.410156 122.152344 425.101562 121.847656 C 422.789062 121.546875 417.796875 120.886719 414 120.386719 C 391.304688 117.390625 365.09375 116.230469 352.199219 117.652344 "></path>
                                                <path style="stroke: none; fill-rule: evenodd; fill: #1c74f4; fill-opacity: 1;" d="M 266.851562 0.410156 C 263.632812 0.539062 261 0.902344 261 1.222656 C 261 1.539062 259.109375 1.800781 256.800781 1.800781 C 254.398438 1.800781 252.601562 2.054688 252.601562 2.398438 C 252.601562 2.734375 251 3 249 3 C 247 3 245.398438 3.265625 245.398438 3.601562 C 245.398438 3.929688 244.183594 4.199219 242.699219 4.199219 C 241.214844 4.199219 240 4.46875 240 4.800781 C 240 5.128906 238.648438 5.398438 237 5.398438 C 235.351562 5.398438 234 5.671875 234 6 C 234 6.328125 232.921875 6.601562 231.601562 6.601562 C 230.28125 6.601562 229.199219 6.871094 229.199219 7.199219 C 229.199219 7.53125 228.121094 7.800781 226.800781 7.800781 C 225.480469 7.800781 224.398438 8.070312 224.398438 8.398438 C 224.398438 8.730469 223.320312 9 222 9 C 220.679688 9 219.601562 9.269531 219.601562 9.601562 C 219.601562 9.929688 218.65625 10.199219 217.5 10.199219 C 216.34375 10.199219 215.398438 10.46875 215.398438 10.800781 C 215.398438 11.128906 214.589844 11.398438 213.601562 11.398438 C 212.609375 11.398438 211.800781 11.671875 211.800781 12 C 211.800781 12.328125 210.988281 12.601562 210 12.601562 C 209.011719 12.601562 208.199219 12.871094 208.199219 13.199219 C 208.199219 13.53125 207.390625 13.800781 206.398438 13.800781 C 205.410156 13.800781 204.601562 14.039062 204.601562 14.332031 C 204.601562 14.625 203.121094 15.046875 201.308594 15.273438 C 199.5 15.5 197.863281 15.933594 197.675781 16.242188 C 197.484375 16.550781 196.8125 16.800781 196.183594 16.800781 C 195.550781 16.800781 194.074219 17.339844 192.898438 18 C 191.726562 18.660156 190.230469 19.199219 189.582031 19.199219 C 188.933594 19.199219 188.398438 19.46875 188.398438 19.800781 C 188.398438 20.128906 187.859375 20.398438 187.199219 20.398438 C 186.539062 20.398438 186 20.671875 186 21 C 186 21.328125 185.191406 21.601562 184.199219 21.601562 C 183.210938 21.601562 182.398438 21.871094 182.398438 22.199219 C 182.398438 22.53125 181.859375 22.800781 181.199219 22.800781 C 180.539062 22.800781 180 23.070312 180 23.398438 C 180 23.730469 179.460938 24 178.800781 24 C 178.140625 24 177.601562 24.269531 177.601562 24.601562 C 177.601562 24.929688 176.941406 25.199219 176.136719 25.199219 C 175.332031 25.199219 174.503906 25.46875 174.300781 25.800781 C 174.097656 26.128906 173.40625 26.398438 172.765625 26.398438 C 172.125 26.398438 171.601562 26.671875 171.601562 27 C 171.601562 27.328125 171.058594 27.601562 170.398438 27.601562 C 169.738281 27.601562 169.199219 27.871094 169.199219 28.199219 C 169.199219 28.53125 168.660156 28.800781 168 28.800781 C 167.339844 28.800781 166.800781 29.070312 166.800781 29.398438 C 166.800781 29.730469 166.394531 30 165.898438 30 C 165.40625 30 165 30.269531 165 30.601562 C 165 30.929688 164.460938 31.199219 163.800781 31.199219 C 163.140625 31.199219 162.601562 31.46875 162.601562 31.800781 C 162.601562 32.128906 162.058594 32.398438 161.398438 32.398438 C 160.738281 32.398438 160.199219 32.671875 160.199219 33 C 160.199219 33.328125 159.660156 33.601562 159 33.601562 C 158.339844 33.601562 157.800781 33.871094 157.800781 34.199219 C 157.800781 34.53125 157.261719 34.800781 156.601562 34.800781 C 155.941406 34.800781 155.398438 35.070312 155.398438 35.398438 C 155.398438 35.730469 154.921875 36 154.332031 36 C 153.746094 36 152.875 36.539062 152.398438 37.199219 C 151.925781 37.859375 151.054688 38.398438 150.46875 38.398438 C 149.878906 38.398438 149.398438 38.671875 149.398438 39 C 149.398438 39.328125 148.859375 39.601562 148.199219 39.601562 C 147.539062 39.601562 147 39.820312 147 40.085938 C 147 40.355469 145.640625 41.167969 143.980469 41.894531 C 142.316406 42.621094 140.804688 43.617188 140.613281 44.109375 C 140.425781 44.597656 139.761719 45 139.136719 45 C 138.511719 45 138 45.269531 138 45.601562 C 138 45.929688 137.644531 46.199219 137.210938 46.199219 C 136.78125 46.199219 135.847656 46.738281 135.136719 47.398438 C 134.429688 48.058594 133.492188 48.601562 133.058594 48.601562 C 132.621094 48.601562 131.875 49.140625 131.398438 49.800781 C 130.925781 50.460938 130.164062 51 129.707031 51 C 129.253906 51 128.125 51.808594 127.199219 52.800781 C 126.273438 53.789062 125.148438 54.601562 124.691406 54.601562 C 124.238281 54.601562 123.476562 55.140625 123 55.800781 C 122.523438 56.460938 121.824219 57 121.441406 57 C 121.058594 57 119.632812 58.078125 118.273438 59.398438 C 116.910156 60.71875 115.636719 61.800781 115.441406 61.800781 C 115.242188 61.800781 114.324219 62.609375 113.398438 63.601562 C 112.472656 64.589844 111.335938 65.398438 110.867188 65.398438 C 110.398438 65.398438 108.746094 66.613281 107.199219 68.101562 C 105.648438 69.585938 104.148438 70.800781 103.863281 70.800781 C 103.582031 70.800781 100.335938 73.769531 96.652344 77.398438 C 92.972656 81.03125 89.824219 84 89.664062 84 C 89.277344 84 84 89.277344 84 89.664062 C 84 89.824219 81.03125 92.972656 77.398438 96.652344 C 73.769531 100.335938 70.800781 103.582031 70.800781 103.863281 C 70.800781 104.148438 69.585938 105.648438 68.101562 107.199219 C 66.613281 108.746094 65.398438 110.398438 65.398438 110.867188 C 65.398438 111.335938 64.589844 112.472656 63.601562 113.398438 C 62.609375 114.324219 61.800781 115.242188 61.800781 115.441406 C 61.800781 115.636719 60.71875 116.910156 59.398438 118.273438 C 58.078125 119.632812 57 121.058594 57 121.441406 C 57 121.824219 56.460938 122.523438 55.800781 123 C 55.140625 123.476562 54.601562 124.238281 54.601562 124.691406 C 54.601562 125.148438 53.789062 126.273438 52.800781 127.199219 C 51.808594 128.125 51 129.253906 51 129.707031 C 51 130.164062 50.460938 130.925781 49.800781 131.398438 C 49.140625 131.875 48.601562 132.621094 48.601562 133.058594 C 48.601562 133.492188 48.058594 134.429688 47.398438 135.136719 C 46.738281 135.847656 46.199219 136.78125 46.199219 137.210938 C 46.199219 137.644531 45.929688 138 45.601562 138 C 45.269531 138 45 138.511719 45 139.136719 C 45 139.761719 44.597656 140.425781 44.109375 140.613281 C 43.617188 140.804688 42.621094 142.316406 41.894531 143.980469 C 41.167969 145.640625 40.355469 147 40.085938 147 C 39.820312 147 39.601562 147.539062 39.601562 148.199219 C 39.601562 148.859375 39.328125 149.398438 39 149.398438 C 38.671875 149.398438 38.398438 149.878906 38.398438 150.46875 C 38.398438 151.054688 37.859375 151.925781 37.199219 152.398438 C 36.539062 152.875 36 153.746094 36 154.332031 C 36 154.921875 35.730469 155.398438 35.398438 155.398438 C 35.070312 155.398438 34.800781 155.941406 34.800781 156.601562 C 34.800781 157.261719 34.53125 157.800781 34.199219 157.800781 C 33.871094 157.800781 33.601562 158.339844 33.601562 159 C 33.601562 159.660156 33.328125 160.199219 33 160.199219 C 32.671875 160.199219 32.398438 160.738281 32.398438 161.398438 C 32.398438 162.058594 32.128906 162.601562 31.800781 162.601562 C 31.46875 162.601562 31.199219 163.140625 31.199219 163.800781 C 31.199219 164.460938 30.929688 165 30.601562 165 C 30.269531 165 30 165.40625 30 165.898438 C 30 166.394531 29.730469 166.800781 29.398438 166.800781 C 29.070312 166.800781 28.800781 167.339844 28.800781 168 C 28.800781 168.660156 28.53125 169.199219 28.199219 169.199219 C 27.871094 169.199219 27.601562 169.738281 27.601562 170.398438 C 27.601562 171.058594 27.328125 171.601562 27 171.601562 C 26.671875 171.601562 26.398438 172.125 26.398438 172.765625 C 26.398438 173.40625 26.128906 174.097656 25.800781 174.300781 C 25.46875 174.503906 25.199219 175.332031 25.199219 176.136719 C 25.199219 176.941406 24.929688 177.601562 24.601562 177.601562 C 24.269531 177.601562 24 178.140625 24 178.800781 C 24 179.460938 23.730469 180 23.398438 180 C 23.070312 180 22.800781 180.539062 22.800781 181.199219 C 22.800781 181.859375 22.53125 182.398438 22.199219 182.398438 C 21.871094 182.398438 21.601562 183.210938 21.601562 184.199219 C 21.601562 185.191406 21.328125 186 21 186 C 20.671875 186 20.398438 186.539062 20.398438 187.199219 C 20.398438 187.859375 20.128906 188.398438 19.800781 188.398438 C 19.46875 188.398438 19.199219 188.933594 19.199219 189.582031 C 19.199219 190.230469 18.660156 191.726562 18 192.898438 C 17.339844 194.074219 16.800781 195.550781 16.800781 196.183594 C 16.800781 196.8125 16.550781 197.484375 16.242188 197.675781 C 15.933594 197.863281 15.5 199.5 15.273438 201.308594 C 15.046875 203.121094 14.625 204.601562 14.332031 204.601562 C 14.039062 204.601562 13.800781 205.410156 13.800781 206.398438 C 13.800781 207.390625 13.53125 208.199219 13.199219 208.199219 C 12.871094 208.199219 12.601562 209.011719 12.601562 210 C 12.601562 210.988281 12.328125 211.800781 12 211.800781 C 11.671875 211.800781 11.398438 212.609375 11.398438 213.601562 C 11.398438 214.589844 11.128906 215.398438 10.800781 215.398438 C 10.46875 215.398438 10.199219 216.34375 10.199219 217.5 C 10.199219 218.65625 9.929688 219.601562 9.601562 219.601562 C 9.269531 219.601562 9 220.679688 9 222 C 9 223.320312 8.730469 224.398438 8.398438 224.398438 C 8.070312 224.398438 7.800781 225.480469 7.800781 226.800781 C 7.800781 228.121094 7.53125 229.199219 7.199219 229.199219 C 6.871094 229.199219 6.601562 230.28125 6.601562 231.601562 C 6.601562 232.921875 6.328125 234 6 234 C 5.671875 234 5.398438 235.351562 5.398438 237 C 5.398438 238.648438 5.128906 240 4.800781 240 C 4.46875 240 4.199219 241.214844 4.199219 242.699219 C 4.199219 244.183594 3.929688 245.398438 3.601562 245.398438 C 3.265625 245.398438 3 247 3 249 C 3 251 2.734375 252.601562 2.398438 252.601562 C 2.058594 252.601562 1.800781 254.382812 1.800781 256.75 C 1.800781 259.535156 1.554688 260.980469 1.050781 261.148438 C -0.046875 261.515625 -0.046875 338.484375 1.050781 338.851562 C 1.554688 339.019531 1.800781 340.464844 1.800781 343.25 C 1.800781 345.617188 2.058594 347.398438 2.398438 347.398438 C 2.734375 347.398438 3 349 3 351 C 3 353 3.265625 354.601562 3.601562 354.601562 C 3.929688 354.601562 4.199219 355.796875 4.199219 357.265625 C 4.199219 358.730469 4.46875 360.097656 4.800781 360.300781 C 5.128906 360.503906 5.398438 361.871094 5.398438 363.335938 C 5.398438 364.800781 5.671875 366 6 366 C 6.328125 366 6.601562 367.078125 6.601562 368.398438 C 6.601562 369.71875 6.871094 370.800781 7.199219 370.800781 C 7.53125 370.800781 7.800781 371.878906 7.800781 373.199219 C 7.800781 374.519531 8.070312 375.601562 8.398438 375.601562 C 8.730469 375.601562 9 376.679688 9 378 C 9 379.320312 9.269531 380.398438 9.601562 380.398438 C 9.929688 380.398438 10.199219 381.34375 10.199219 382.5 C 10.199219 383.65625 10.46875 384.601562 10.800781 384.601562 C 11.128906 384.601562 11.398438 385.410156 11.398438 386.398438 C 11.398438 387.390625 11.671875 388.199219 12 388.199219 C 12.328125 388.199219 12.601562 389.011719 12.601562 390 C 12.601562 390.988281 12.871094 391.800781 13.199219 391.800781 C 13.53125 391.800781 13.800781 392.609375 13.800781 393.601562 C 13.800781 394.589844 14.039062 395.398438 14.332031 395.398438 C 14.625 395.398438 15.046875 396.878906 15.273438 398.691406 C 15.5 400.5 15.933594 402.136719 16.242188 402.324219 C 16.550781 402.515625 16.800781 403.1875 16.800781 403.816406 C 16.800781 404.449219 17.339844 405.925781 18 407.101562 C 18.660156 408.273438 19.199219 409.578125 19.199219 409.996094 C 19.199219 411.089844 20.617188 413.988281 21.148438 413.996094 C 21.398438 414 21.601562 414.808594 21.601562 415.800781 C 21.601562 416.789062 21.871094 417.601562 22.199219 417.601562 C 22.53125 417.601562 22.800781 418.140625 22.800781 418.800781 C 22.800781 419.460938 23.070312 420 23.398438 420 C 23.730469 420 24 420.539062 24 421.199219 C 24 421.859375 24.269531 422.398438 24.601562 422.398438 C 24.929688 422.398438 25.199219 423.210938 25.199219 424.199219 C 25.199219 425.191406 25.46875 426 25.800781 426 C 26.128906 426 26.398438 426.539062 26.398438 427.199219 C 26.398438 427.859375 26.671875 428.398438 27 428.398438 C 27.328125 428.398438 27.601562 428.941406 27.601562 429.601562 C 27.601562 430.261719 27.871094 430.800781 28.199219 430.800781 C 28.53125 430.800781 28.800781 431.339844 28.800781 432 C 28.800781 432.660156 29.070312 433.199219 29.398438 433.199219 C 29.730469 433.199219 30 433.738281 30 434.398438 C 30 435.058594 30.269531 435.601562 30.601562 435.601562 C 30.929688 435.601562 31.199219 436.003906 31.199219 436.5 C 31.199219 436.996094 31.46875 437.398438 31.800781 437.398438 C 32.128906 437.398438 32.398438 437.941406 32.398438 438.601562 C 32.398438 439.261719 32.671875 439.800781 33 439.800781 C 33.328125 439.800781 33.601562 440.339844 33.601562 441 C 33.601562 441.660156 33.871094 442.199219 34.199219 442.199219 C 34.53125 442.199219 34.800781 442.738281 34.800781 443.398438 C 34.800781 444.058594 35.070312 444.601562 35.398438 444.601562 C 35.730469 444.601562 36 445.078125 36 445.667969 C 36 446.253906 36.539062 447.125 37.199219 447.601562 C 37.859375 448.074219 38.398438 448.945312 38.398438 449.53125 C 38.398438 450.121094 38.671875 450.601562 39 450.601562 C 39.328125 450.601562 39.601562 451.140625 39.601562 451.800781 C 39.601562 452.460938 39.816406 453 40.085938 453 C 40.351562 453 41.0625 454.148438 41.664062 455.550781 C 42.269531 456.953125 43.210938 458.640625 43.757812 459.300781 C 44.308594 459.960938 45.144531 461.308594 45.621094 462.300781 C 46.101562 463.289062 46.964844 464.535156 47.546875 465.070312 C 48.125 465.605469 48.601562 466.421875 48.601562 466.886719 C 48.601562 467.351562 49.140625 468.125 49.800781 468.601562 C 50.460938 469.074219 51 469.835938 51 470.292969 C 51 470.746094 51.808594 471.875 52.800781 472.800781 C 53.789062 473.726562 54.601562 474.851562 54.601562 475.308594 C 54.601562 475.761719 55.140625 476.523438 55.800781 477 C 56.460938 477.476562 57 478.230469 57 478.679688 C 57 479.128906 58.011719 480.484375 59.25 481.695312 C 60.488281 482.910156 61.882812 484.636719 62.347656 485.539062 C 62.8125 486.441406 63.6875 487.339844 64.296875 487.53125 C 64.902344 487.722656 65.398438 488.355469 65.398438 488.933594 C 65.398438 489.511719 66.613281 491.253906 68.101562 492.800781 C 69.585938 494.351562 70.800781 495.851562 70.800781 496.136719 C 70.800781 496.417969 73.769531 499.664062 77.398438 503.347656 C 81.03125 507.027344 84 510.175781 84 510.335938 C 84 510.730469 89.28125 516 89.679688 516 C 89.851562 516 92.976562 518.96875 96.628906 522.601562 C 100.277344 526.230469 103.527344 529.199219 103.847656 529.199219 C 104.167969 529.199219 105.648438 530.414062 107.132812 531.898438 C 108.617188 533.386719 110.066406 534.601562 110.351562 534.601562 C 110.636719 534.601562 111.738281 535.410156 112.800781 536.398438 C 113.859375 537.390625 114.96875 538.199219 115.261719 538.199219 C 115.558594 538.199219 116.910156 539.28125 118.273438 540.601562 C 119.632812 541.921875 121.058594 543 121.441406 543 C 121.824219 543 122.523438 543.539062 123 544.199219 C 123.476562 544.859375 124.285156 545.398438 124.800781 545.398438 C 125.316406 545.398438 126.125 545.941406 126.601562 546.601562 C 127.074219 547.261719 127.835938 547.800781 128.292969 547.800781 C 128.746094 547.800781 129.875 548.609375 130.800781 549.601562 C 131.726562 550.589844 132.851562 551.398438 133.308594 551.398438 C 133.761719 551.398438 134.523438 551.941406 135 552.601562 C 135.476562 553.261719 136.34375 553.800781 136.933594 553.800781 C 137.519531 553.800781 138 554.070312 138 554.398438 C 138 554.730469 138.511719 555 139.136719 555 C 139.761719 555 140.417969 555.382812 140.597656 555.855469 C 140.78125 556.324219 141.957031 557.191406 143.214844 557.78125 C 144.472656 558.371094 145.875 559.21875 146.332031 559.664062 C 146.785156 560.109375 148.472656 561.050781 150.082031 561.75 C 151.6875 562.449219 153 563.242188 153 563.511719 C 153 563.78125 153.539062 564 154.199219 564 C 154.859375 564 155.398438 564.269531 155.398438 564.601562 C 155.398438 564.929688 155.941406 565.199219 156.601562 565.199219 C 157.261719 565.199219 157.800781 565.46875 157.800781 565.800781 C 157.800781 566.128906 158.339844 566.398438 159 566.398438 C 159.660156 566.398438 160.199219 566.671875 160.199219 567 C 160.199219 567.328125 160.738281 567.601562 161.398438 567.601562 C 162.058594 567.601562 162.601562 567.871094 162.601562 568.199219 C 162.601562 568.53125 163.140625 568.800781 163.800781 568.800781 C 164.460938 568.800781 165 569.070312 165 569.398438 C 165 569.730469 165.40625 570 165.898438 570 C 166.394531 570 166.800781 570.269531 166.800781 570.601562 C 166.800781 570.929688 167.339844 571.199219 168 571.199219 C 168.660156 571.199219 169.199219 571.46875 169.199219 571.800781 C 169.199219 572.128906 169.738281 572.398438 170.398438 572.398438 C 171.058594 572.398438 171.601562 572.671875 171.601562 573 C 171.601562 573.328125 172.125 573.601562 172.765625 573.601562 C 173.40625 573.601562 174.097656 573.871094 174.300781 574.199219 C 174.503906 574.53125 175.332031 574.800781 176.136719 574.800781 C 176.941406 574.800781 177.601562 575.070312 177.601562 575.398438 C 177.601562 575.730469 178.140625 576 178.800781 576 C 179.460938 576 180 576.269531 180 576.601562 C 180 576.929688 180.539062 577.199219 181.199219 577.199219 C 181.859375 577.199219 182.398438 577.46875 182.398438 577.800781 C 182.398438 578.128906 183.210938 578.398438 184.199219 578.398438 C 185.191406 578.398438 186 578.671875 186 579 C 186 579.328125 186.539062 579.601562 187.199219 579.601562 C 187.859375 579.601562 188.398438 579.871094 188.398438 580.199219 C 188.398438 580.53125 188.933594 580.800781 189.582031 580.800781 C 190.230469 580.800781 191.726562 581.339844 192.898438 582 C 194.074219 582.660156 195.570312 583.199219 196.21875 583.199219 C 196.867188 583.199219 197.398438 583.46875 197.398438 583.800781 C 197.398438 584.128906 198.195312 584.398438 199.164062 584.398438 C 200.132812 584.398438 201.097656 584.671875 201.300781 585 C 201.503906 585.328125 202.3125 585.601562 203.101562 585.601562 C 203.886719 585.601562 204.683594 585.851562 204.875 586.15625 C 205.0625 586.464844 206.699219 586.902344 208.507812 587.128906 C 210.320312 587.351562 211.800781 587.777344 211.800781 588.070312 C 211.800781 588.363281 212.609375 588.601562 213.601562 588.601562 C 214.589844 588.601562 215.398438 588.871094 215.398438 589.199219 C 215.398438 589.53125 216.34375 589.800781 217.5 589.800781 C 218.65625 589.800781 219.601562 590.070312 219.601562 590.398438 C 219.601562 590.730469 220.679688 591 222 591 C 223.320312 591 224.398438 591.269531 224.398438 591.601562 C 224.398438 591.929688 225.480469 592.199219 226.800781 592.199219 C 228.121094 592.199219 229.199219 592.46875 229.199219 592.800781 C 229.199219 593.128906 230.28125 593.398438 231.601562 593.398438 C 232.921875 593.398438 234 593.671875 234 594 C 234 594.328125 235.351562 594.601562 237 594.601562 C 238.648438 594.601562 240 594.871094 240 595.199219 C 240 595.53125 241.214844 595.800781 242.699219 595.800781 C 244.183594 595.800781 245.398438 596.070312 245.398438 596.398438 C 245.398438 596.738281 247.097656 597 249.300781 597 L 253.199219 597 L 253.199219 387.007812 L 215.25 386.855469 L 177.300781 386.699219 L 177.144531 343.351562 L 176.992188 300 L 253.199219 300 L 253.195312 260.550781 C 253.191406 222.683594 253.324219 218.933594 255.101562 207.300781 C 259.457031 178.742188 273.6875 153.59375 294 138.5625 C 321.671875 118.085938 356.566406 112.800781 414 120.386719 C 417.796875 120.886719 422.789062 121.546875 425.101562 121.847656 C 427.410156 122.152344 430.246094 122.613281 431.398438 122.875 L 433.5 123.347656 L 433.65625 160.074219 L 433.808594 196.800781 L 412.304688 196.800781 C 392.113281 196.800781 388.566406 197.011719 380.699219 198.675781 C 364.59375 202.085938 352.972656 212.875 349.125 228 C 347.007812 236.316406 346.824219 239.652344 346.808594 269.851562 L 346.800781 300 L 388.5 300 C 424.539062 300 430.199219 300.117188 430.199219 300.871094 C 430.199219 301.347656 429.953125 303.035156 429.652344 304.621094 C 429.351562 306.203125 428.804688 309.523438 428.429688 312 C 427.496094 318.238281 426.648438 323.710938 426.011719 327.601562 C 425.71875 329.414062 425.183594 332.855469 424.824219 335.246094 C 423.792969 342.121094 422.984375 347.410156 422.367188 351.300781 C 422.054688 353.28125 421.269531 358.273438 420.628906 362.398438 C 417.453125 382.765625 416.832031 386.132812 416.191406 386.539062 C 415.8125 386.785156 400.042969 386.988281 381.148438 386.992188 L 346.800781 387 L 346.800781 597 L 350.699219 597 C 352.902344 597 354.601562 596.738281 354.601562 596.398438 C 354.601562 596.070312 355.949219 595.800781 357.601562 595.800781 C 359.25 595.800781 360.601562 595.53125 360.601562 595.199219 C 360.601562 594.871094 361.816406 594.601562 363.300781 594.601562 C 364.785156 594.601562 366 594.328125 366 594 C 366 593.671875 367.078125 593.398438 368.398438 593.398438 C 369.71875 593.398438 370.800781 593.128906 370.800781 592.800781 C 370.800781 592.46875 371.878906 592.199219 373.199219 592.199219 C 374.519531 592.199219 375.601562 591.929688 375.601562 591.601562 C 375.601562 591.269531 376.679688 591 378 591 C 379.320312 591 380.398438 590.730469 380.398438 590.398438 C 380.398438 590.070312 381.328125 589.800781 382.464844 589.800781 C 383.597656 589.800781 384.695312 589.53125 384.898438 589.199219 C 385.105469 588.871094 385.929688 588.601562 386.734375 588.601562 C 387.542969 588.601562 388.199219 588.355469 388.199219 588.058594 C 388.199219 587.761719 389.820312 587.328125 391.800781 587.101562 C 393.78125 586.871094 395.398438 586.4375 395.398438 586.140625 C 395.398438 585.84375 396.058594 585.601562 396.863281 585.601562 C 397.667969 585.601562 398.496094 585.328125 398.699219 585 C 398.902344 584.671875 399.867188 584.398438 400.835938 584.398438 C 401.804688 584.398438 402.601562 584.128906 402.601562 583.800781 C 402.601562 583.46875 403.257812 583.199219 404.0625 583.199219 C 404.871094 583.199219 405.695312 582.929688 405.898438 582.601562 C 406.105469 582.269531 406.796875 582 407.4375 582 C 408.078125 582 408.601562 581.730469 408.601562 581.398438 C 408.601562 581.070312 409.085938 580.800781 409.679688 580.800781 C 411.019531 580.800781 413.988281 579.460938 413.996094 578.851562 C 414 578.601562 414.808594 578.398438 415.800781 578.398438 C 416.789062 578.398438 417.601562 578.128906 417.601562 577.800781 C 417.601562 577.46875 418.140625 577.199219 418.800781 577.199219 C 419.460938 577.199219 420 576.929688 420 576.601562 C 420 576.269531 420.539062 576 421.199219 576 C 421.859375 576 422.398438 575.730469 422.398438 575.398438 C 422.398438 575.070312 423.210938 574.800781 424.199219 574.800781 C 425.191406 574.800781 426 574.53125 426 574.199219 C 426 573.871094 426.539062 573.601562 427.199219 573.601562 C 427.859375 573.601562 428.398438 573.328125 428.398438 573 C 428.398438 572.671875 428.941406 572.398438 429.601562 572.398438 C 430.261719 572.398438 430.800781 572.128906 430.800781 571.800781 C 430.800781 571.46875 431.339844 571.199219 432 571.199219 C 432.660156 571.199219 433.199219 570.929688 433.199219 570.601562 C 433.199219 570.269531 433.738281 570 434.398438 570 C 435.058594 570 435.601562 569.730469 435.601562 569.398438 C 435.601562 569.070312 436.003906 568.800781 436.5 568.800781 C 436.996094 568.800781 437.398438 568.53125 437.398438 568.199219 C 437.398438 567.871094 437.941406 567.601562 438.601562 567.601562 C 439.261719 567.601562 439.800781 567.328125 439.800781 567 C 439.800781 566.671875 440.339844 566.398438 441 566.398438 C 441.660156 566.398438 442.199219 566.128906 442.199219 565.800781 C 442.199219 565.46875 442.738281 565.199219 443.398438 565.199219 C 444.058594 565.199219 444.601562 564.929688 444.601562 564.601562 C 444.601562 564.269531 445.023438 564 445.542969 564 C 446.0625 564 446.890625 563.59375 447.386719 563.101562 C 447.878906 562.605469 448.804688 562.199219 449.445312 562.199219 C 450.078125 562.199219 450.601562 561.929688 450.601562 561.601562 C 450.601562 561.269531 450.953125 561 451.386719 561 C 451.820312 561 452.753906 560.460938 453.460938 559.800781 C 454.171875 559.140625 455.164062 558.601562 455.675781 558.601562 C 456.183594 558.601562 456.601562 558.328125 456.601562 558 C 456.601562 557.671875 456.953125 557.398438 457.386719 557.398438 C 457.820312 557.398438 458.695312 556.925781 459.335938 556.351562 C 459.976562 555.773438 461.308594 554.898438 462.300781 554.40625 C 463.289062 553.910156 464.535156 553.035156 465.070312 552.453125 C 465.605469 551.875 466.375 551.398438 466.777344 551.398438 C 467.183594 551.398438 468.273438 550.589844 469.199219 549.601562 C 470.125 548.609375 471.253906 547.800781 471.707031 547.800781 C 472.164062 547.800781 472.925781 547.261719 473.398438 546.601562 C 473.875 545.941406 474.683594 545.398438 475.199219 545.398438 C 475.714844 545.398438 476.523438 544.859375 477 544.199219 C 477.476562 543.539062 478.230469 543 478.679688 543 C 479.128906 543 480.53125 541.921875 481.800781 540.601562 C 483.070312 539.28125 484.511719 538.199219 485.011719 538.199219 C 485.507812 538.199219 486.445312 537.523438 487.09375 536.699219 C 487.742188 535.875 488.542969 535.199219 488.875 535.199219 C 489.207031 535.199219 490.855469 533.851562 492.542969 532.199219 C 494.226562 530.550781 495.859375 529.199219 496.171875 529.199219 C 496.484375 529.199219 499.722656 526.230469 503.371094 522.601562 C 507.023438 518.96875 510.175781 516 510.382812 516 C 510.871094 516 516 510.871094 516 510.382812 C 516 510.175781 518.96875 507.023438 522.601562 503.371094 C 526.230469 499.722656 529.199219 496.484375 529.199219 496.171875 C 529.199219 495.859375 530.550781 494.226562 532.199219 492.542969 C 533.851562 490.855469 535.199219 489.207031 535.199219 488.875 C 535.199219 488.542969 535.875 487.742188 536.699219 487.09375 C 537.523438 486.445312 538.199219 485.507812 538.199219 485.011719 C 538.199219 484.511719 539.28125 483.070312 540.601562 481.800781 C 541.921875 480.53125 543 479.128906 543 478.679688 C 543 478.230469 543.539062 477.476562 544.199219 477 C 544.859375 476.523438 545.398438 475.761719 545.398438 475.308594 C 545.398438 474.851562 546.210938 473.726562 547.199219 472.800781 C 548.191406 471.875 549 470.746094 549 470.292969 C 549 469.835938 549.539062 469.074219 550.199219 468.601562 C 550.859375 468.125 551.398438 467.351562 551.398438 466.886719 C 551.398438 466.421875 551.875 465.605469 552.453125 465.070312 C 553.035156 464.535156 553.910156 463.289062 554.40625 462.300781 C 554.898438 461.308594 555.773438 459.976562 556.351562 459.335938 C 556.925781 458.695312 557.398438 457.820312 557.398438 457.386719 C 557.398438 456.953125 557.671875 456.601562 558 456.601562 C 558.328125 456.601562 558.601562 456.183594 558.601562 455.675781 C 558.601562 455.164062 559.140625 454.171875 559.800781 453.460938 C 560.460938 452.753906 561 451.820312 561 451.386719 C 561 450.953125 561.269531 450.601562 561.601562 450.601562 C 561.929688 450.601562 562.199219 450.078125 562.199219 449.445312 C 562.199219 448.804688 562.605469 447.878906 563.101562 447.386719 C 563.59375 446.890625 564 446.0625 564 445.542969 C 564 445.023438 564.269531 444.601562 564.601562 444.601562 C 564.929688 444.601562 565.199219 444.058594 565.199219 443.398438 C 565.199219 442.738281 565.46875 442.199219 565.800781 442.199219 C 566.128906 442.199219 566.398438 441.660156 566.398438 441 C 566.398438 440.339844 566.671875 439.800781 567 439.800781 C 567.328125 439.800781 567.601562 439.261719 567.601562 438.601562 C 567.601562 437.941406 567.871094 437.398438 568.199219 437.398438 C 568.53125 437.398438 568.800781 436.996094 568.800781 436.5 C 568.800781 436.003906 569.070312 435.601562 569.398438 435.601562 C 569.730469 435.601562 570 435.058594 570 434.398438 C 570 433.738281 570.269531 433.199219 570.601562 433.199219 C 570.929688 433.199219 571.199219 432.660156 571.199219 432 C 571.199219 431.339844 571.46875 430.800781 571.800781 430.800781 C 572.128906 430.800781 572.398438 430.261719 572.398438 429.601562 C 572.398438 428.941406 572.671875 428.398438 573 428.398438 C 573.328125 428.398438 573.601562 427.859375 573.601562 427.199219 C 573.601562 426.539062 573.871094 426 574.199219 426 C 574.53125 426 574.800781 425.191406 574.800781 424.199219 C 574.800781 423.210938 575.070312 422.398438 575.398438 422.398438 C 575.730469 422.398438 576 421.859375 576 421.199219 C 576 420.539062 576.269531 420 576.601562 420 C 576.929688 420 577.199219 419.460938 577.199219 418.800781 C 577.199219 418.140625 577.46875 417.601562 577.800781 417.601562 C 578.128906 417.601562 578.398438 416.789062 578.398438 415.800781 C 578.398438 414.808594 578.601562 414 578.851562 413.996094 C 579.460938 413.988281 580.800781 411.019531 580.800781 409.679688 C 580.800781 409.085938 581.070312 408.601562 581.398438 408.601562 C 581.730469 408.601562 582 408.078125 582 407.4375 C 582 406.796875 582.269531 406.105469 582.601562 405.898438 C 582.929688 405.695312 583.199219 404.871094 583.199219 404.0625 C 583.199219 403.257812 583.46875 402.601562 583.800781 402.601562 C 584.128906 402.601562 584.398438 401.804688 584.398438 400.835938 C 584.398438 399.867188 584.671875 398.902344 585 398.699219 C 585.328125 398.496094 585.601562 397.667969 585.601562 396.863281 C 585.601562 396.058594 585.84375 395.398438 586.140625 395.398438 C 586.4375 395.398438 586.871094 393.78125 587.101562 391.800781 C 587.328125 389.820312 587.761719 388.199219 588.058594 388.199219 C 588.355469 388.199219 588.601562 387.542969 588.601562 386.734375 C 588.601562 385.929688 588.871094 385.105469 589.199219 384.898438 C 589.53125 384.695312 589.800781 383.597656 589.800781 382.464844 C 589.800781 381.328125 590.070312 380.398438 590.398438 380.398438 C 590.730469 380.398438 591 379.320312 591 378 C 591 376.679688 591.269531 375.601562 591.601562 375.601562 C 591.929688 375.601562 592.199219 374.519531 592.199219 373.199219 C 592.199219 371.878906 592.46875 370.800781 592.800781 370.800781 C 593.128906 370.800781 593.398438 369.71875 593.398438 368.398438 C 593.398438 367.078125 593.671875 366 594 366 C 594.328125 366 594.601562 364.785156 594.601562 363.300781 C 594.601562 361.816406 594.871094 360.601562 595.199219 360.601562 C 595.53125 360.601562 595.800781 359.25 595.800781 357.601562 C 595.800781 355.949219 596.070312 354.601562 596.398438 354.601562 C 596.734375 354.601562 597 353 597 351 C 597 349 597.265625 347.398438 597.601562 347.398438 C 597.941406 347.398438 598.199219 345.617188 598.199219 343.25 C 598.199219 340.464844 598.445312 339.019531 598.949219 338.851562 C 600.046875 338.484375 600.046875 261.515625 598.949219 261.148438 C 598.445312 260.980469 598.199219 259.535156 598.199219 256.75 C 598.199219 254.382812 597.941406 252.601562 597.601562 252.601562 C 597.265625 252.601562 597 251 597 249 C 597 247 596.734375 245.398438 596.398438 245.398438 C 596.070312 245.398438 595.800781 244.183594 595.800781 242.699219 C 595.800781 241.214844 595.53125 240 595.199219 240 C 594.871094 240 594.601562 238.648438 594.601562 237 C 594.601562 235.351562 594.328125 234 594 234 C 593.671875 234 593.398438 232.921875 593.398438 231.601562 C 593.398438 230.28125 593.128906 229.199219 592.800781 229.199219 C 592.46875 229.199219 592.199219 228.121094 592.199219 226.800781 C 592.199219 225.480469 591.929688 224.398438 591.601562 224.398438 C 591.269531 224.398438 591 223.320312 591 222 C 591 220.679688 590.730469 219.601562 590.398438 219.601562 C 590.070312 219.601562 589.800781 218.65625 589.800781 217.5 C 589.800781 216.34375 589.53125 215.398438 589.199219 215.398438 C 588.871094 215.398438 588.601562 214.589844 588.601562 213.601562 C 588.601562 212.609375 588.355469 211.800781 588.058594 211.800781 C 587.761719 211.800781 587.328125 210.179688 587.101562 208.199219 C 586.871094 206.21875 586.4375 204.601562 586.140625 204.601562 C 585.84375 204.601562 585.601562 203.941406 585.601562 203.136719 C 585.601562 202.332031 585.328125 201.503906 585 201.300781 C 584.671875 201.097656 584.398438 200.132812 584.398438 199.164062 C 584.398438 198.195312 584.128906 197.398438 583.800781 197.398438 C 583.46875 197.398438 583.199219 196.867188 583.199219 196.21875 C 583.199219 195.570312 582.660156 194.074219 582 192.898438 C 581.339844 191.726562 580.800781 190.230469 580.800781 189.582031 C 580.800781 188.933594 580.53125 188.398438 580.199219 188.398438 C 579.871094 188.398438 579.601562 187.859375 579.601562 187.199219 C 579.601562 186.539062 579.328125 186 579 186 C 578.671875 186 578.398438 185.191406 578.398438 184.199219 C 578.398438 183.210938 578.128906 182.398438 577.800781 182.398438 C 577.46875 182.398438 577.199219 181.859375 577.199219 181.199219 C 577.199219 180.539062 576.929688 180 576.601562 180 C 576.269531 180 576 179.460938 576 178.800781 C 576 178.140625 575.730469 177.601562 575.398438 177.601562 C 575.070312 177.601562 574.800781 176.941406 574.800781 176.136719 C 574.800781 175.332031 574.53125 174.503906 574.199219 174.300781 C 573.871094 174.097656 573.601562 173.40625 573.601562 172.765625 C 573.601562 172.125 573.328125 171.601562 573 171.601562 C 572.671875 171.601562 572.398438 171.058594 572.398438 170.398438 C 572.398438 169.738281 572.128906 169.199219 571.800781 169.199219 C 571.46875 169.199219 571.199219 168.660156 571.199219 168 C 571.199219 167.339844 570.929688 166.800781 570.601562 166.800781 C 570.269531 166.800781 570 166.394531 570 165.898438 C 570 165.40625 569.730469 165 569.398438 165 C 569.070312 165 568.800781 164.460938 568.800781 163.800781 C 568.800781 163.140625 568.53125 162.601562 568.199219 162.601562 C 567.871094 162.601562 567.601562 162.058594 567.601562 161.398438 C 567.601562 160.738281 567.328125 160.199219 567 160.199219 C 566.671875 160.199219 566.398438 159.660156 566.398438 159 C 566.398438 158.339844 566.128906 157.800781 565.800781 157.800781 C 565.46875 157.800781 565.199219 157.261719 565.199219 156.601562 C 565.199219 155.941406 564.929688 155.398438 564.601562 155.398438 C 564.269531 155.398438 564 154.859375 564 154.199219 C 564 153.539062 563.78125 153 563.511719 153 C 563.242188 153 562.449219 151.6875 561.75 150.082031 C 561.050781 148.472656 560.109375 146.785156 559.664062 146.332031 C 559.21875 145.875 558.371094 144.472656 557.78125 143.214844 C 557.191406 141.957031 556.324219 140.78125 555.855469 140.597656 C 555.382812 140.417969 555 139.761719 555 139.136719 C 555 138.511719 554.730469 138 554.398438 138 C 554.070312 138 553.800781 137.519531 553.800781 136.933594 C 553.800781 136.34375 553.261719 135.476562 552.601562 135 C 551.941406 134.523438 551.398438 133.714844 551.398438 133.199219 C 551.398438 132.683594 550.859375 131.875 550.199219 131.398438 C 549.539062 130.925781 549 130.164062 549 129.707031 C 549 129.253906 548.191406 128.125 547.199219 127.199219 C 546.210938 126.273438 545.398438 125.148438 545.398438 124.691406 C 545.398438 124.238281 544.859375 123.476562 544.199219 123 C 543.539062 122.523438 543 121.824219 543 121.441406 C 543 121.058594 541.921875 119.632812 540.601562 118.273438 C 539.28125 116.910156 538.199219 115.558594 538.199219 115.261719 C 538.199219 114.96875 537.390625 113.859375 536.398438 112.800781 C 535.410156 111.738281 534.601562 110.636719 534.601562 110.351562 C 534.601562 110.066406 533.386719 108.617188 531.898438 107.132812 C 530.414062 105.648438 529.199219 104.167969 529.199219 103.847656 C 529.199219 103.527344 526.230469 100.277344 522.601562 96.628906 C 518.96875 92.976562 516 89.851562 516 89.679688 C 516 89.28125 510.730469 84 510.335938 84 C 510.175781 84 507.027344 81.03125 503.347656 77.398438 C 499.664062 73.769531 496.417969 70.800781 496.136719 70.800781 C 495.851562 70.800781 494.351562 69.585938 492.800781 68.101562 C 491.253906 66.613281 489.511719 65.398438 488.933594 65.398438 C 488.355469 65.398438 487.722656 64.902344 487.53125 64.296875 C 487.339844 63.6875 486.441406 62.8125 485.539062 62.347656 C 484.636719 61.882812 482.910156 60.488281 481.695312 59.25 C 480.484375 58.011719 479.128906 57 478.679688 57 C 478.230469 57 477.476562 56.460938 477 55.800781 C 476.523438 55.140625 475.761719 54.601562 475.308594 54.601562 C 474.851562 54.601562 473.726562 53.789062 472.800781 52.800781 C 471.875 51.808594 470.746094 51 470.292969 51 C 469.835938 51 469.074219 50.460938 468.601562 49.800781 C 468.125 49.140625 467.351562 48.601562 466.886719 48.601562 C 466.421875 48.601562 465.605469 48.125 465.070312 47.546875 C 464.535156 46.964844 463.289062 46.101562 462.300781 45.621094 C 461.308594 45.144531 459.960938 44.308594 459.300781 43.757812 C 458.640625 43.210938 456.953125 42.269531 455.550781 41.664062 C 454.148438 41.0625 453 40.351562 453 40.085938 C 453 39.816406 452.460938 39.601562 451.800781 39.601562 C 451.140625 39.601562 450.601562 39.328125 450.601562 39 C 450.601562 38.671875 450.121094 38.398438 449.53125 38.398438 C 448.945312 38.398438 448.074219 37.859375 447.601562 37.199219 C 447.125 36.539062 446.253906 36 445.667969 36 C 445.078125 36 444.601562 35.730469 444.601562 35.398438 C 444.601562 35.070312 444.058594 34.800781 443.398438 34.800781 C 442.738281 34.800781 442.199219 34.53125 442.199219 34.199219 C 442.199219 33.871094 441.660156 33.601562 441 33.601562 C 440.339844 33.601562 439.800781 33.328125 439.800781 33 C 439.800781 32.671875 439.261719 32.398438 438.601562 32.398438 C 437.941406 32.398438 437.398438 32.128906 437.398438 31.800781 C 437.398438 31.46875 436.996094 31.199219 436.5 31.199219 C 436.003906 31.199219 435.601562 30.929688 435.601562 30.601562 C 435.601562 30.269531 435.058594 30 434.398438 30 C 433.738281 30 433.199219 29.730469 433.199219 29.398438 C 433.199219 29.070312 432.660156 28.800781 432 28.800781 C 431.339844 28.800781 430.800781 28.53125 430.800781 28.199219 C 430.800781 27.871094 430.261719 27.601562 429.601562 27.601562 C 428.941406 27.601562 428.398438 27.328125 428.398438 27 C 428.398438 26.671875 427.859375 26.398438 427.199219 26.398438 C 426.539062 26.398438 426 26.128906 426 25.800781 C 426 25.46875 425.191406 25.199219 424.199219 25.199219 C 423.210938 25.199219 422.398438 24.929688 422.398438 24.601562 C 422.398438 24.269531 421.859375 24 421.199219 24 C 420.539062 24 420 23.730469 420 23.398438 C 420 23.070312 419.460938 22.800781 418.800781 22.800781 C 418.140625 22.800781 417.601562 22.53125 417.601562 22.199219 C 417.601562 21.871094 416.789062 21.601562 415.800781 21.601562 C 414.808594 21.601562 414 21.398438 413.996094 21.148438 C 413.988281 20.617188 411.089844 19.199219 409.996094 19.199219 C 409.578125 19.199219 408.273438 18.660156 407.101562 18 C 405.925781 17.339844 404.449219 16.800781 403.816406 16.800781 C 403.1875 16.800781 402.515625 16.550781 402.324219 16.242188 C 402.136719 15.933594 400.5 15.5 398.691406 15.273438 C 396.878906 15.046875 395.398438 14.625 395.398438 14.332031 C 395.398438 14.039062 394.589844 13.800781 393.601562 13.800781 C 392.609375 13.800781 391.800781 13.53125 391.800781 13.199219 C 391.800781 12.871094 390.988281 12.601562 390 12.601562 C 389.011719 12.601562 388.199219 12.328125 388.199219 12 C 388.199219 11.671875 387.390625 11.398438 386.398438 11.398438 C 385.410156 11.398438 384.601562 11.128906 384.601562 10.800781 C 384.601562 10.46875 383.65625 10.199219 382.5 10.199219 C 381.34375 10.199219 380.398438 9.929688 380.398438 9.601562 C 380.398438 9.269531 379.320312 9 378 9 C 376.679688 9 375.601562 8.730469 375.601562 8.398438 C 375.601562 8.070312 374.519531 7.800781 373.199219 7.800781 C 371.878906 7.800781 370.800781 7.53125 370.800781 7.199219 C 370.800781 6.871094 369.71875 6.601562 368.398438 6.601562 C 367.078125 6.601562 366 6.328125 366 6 C 366 5.671875 364.800781 5.398438 363.335938 5.398438 C 361.871094 5.398438 360.503906 5.128906 360.300781 4.800781 C 360.097656 4.46875 358.730469 4.199219 357.265625 4.199219 C 355.796875 4.199219 354.601562 3.929688 354.601562 3.601562 C 354.601562 3.265625 353 3 351 3 C 349 3 347.398438 2.734375 347.398438 2.398438 C 347.398438 2.058594 345.617188 1.800781 343.25 1.800781 C 340.539062 1.800781 339.015625 1.546875 338.859375 1.074219 C 338.617188 0.355469 281.46875 -0.171875 266.851562 0.410156 "></path>
                                            </svg></span>
                                        <span class="screenReader">Facebook</span>
                                    </a>
                                </li>
                                <li class="socialNav__item socialNav__item--youtube">
                                    <a href="https://www.youtube.com/user/pioneerdjglobal" class="socialNav__link" rel="noopener noreferrer" target="_blank"> <span class="socialNav__symbol"><svg class="symbol symbol--youtube" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 176 124">
                                                <defs>
                                                    <style>
                                                        .cls-1 {
                                                            fill: #fff;
                                                        }

                                                        .cls-2 {
                                                            fill: red;
                                                        }
                                                    </style>
                                                </defs>
                                                <path class="cls-1" d="M180.32,53.36A22.12,22.12,0,0,0,164.76,37.7C151,34,96,34,96,34s-55,0-68.76,3.7A22.12,22.12,0,0,0,11.68,53.36C8,67.18,8,96,8,96s0,28.82,3.68,42.64A22.12,22.12,0,0,0,27.24,154.3C41,158,96,158,96,158s55,0,68.76-3.7a22.12,22.12,0,0,0,15.56-15.66C184,124.82,184,96,184,96S184,67.18,180.32,53.36Z" transform="translate(-8 -34)" />
                                                <polygon class="cls-2" points="70 88.17 116 62 70 35.83 70 88.17" />
                                            </svg></span>
                                        <span class="screenReader">YouTube</span>
                                    </a>
                                </li>
                            </ul>
                        </nav>
                    </div>
                </div>
            </div>

            <div class="footer__legal">
                <nav class="legalNav">
                    <ul class="legalNav__list">
                        <li class="legalNav__item">
                            <a href="/" class="legalNav__link">
                                <strong>&copy; Pioneer DJ</strong>
                            </a>
                        </li>
                        <li class="legalNav__item">
                            <a href="/en/company/privacy-policy/" class="legalNav__link">Privacy policy</a>
                        </li>
                        <li class="legalNav__item">
                            <a href="/en/company/terms-of-use/" class="legalNav__link">terms of use</a>
                        </li>
                        <li class="legalNav__item">
                            <a href="/en/company/trademarks/" class="legalNav__link">trademarks</a>
                        </li>
                        <li class="legalNav__item">

                        </li>
                    </ul>
                </nav>
            </div>

        </footer>

        <script src="/Scripts/Custom/plugins/js.cookie.js?bundleVirtualPath=%7e%2fBundles%2fHomeJsFooter%2f"></script>
        <script src="/Scripts/Custom/main.js?bundleVirtualPath=%7e%2fBundles%2fHomeJsFooter%2f"></script>

        <script type="text/javascript">
            // polyfill for startsWith method
            if (!String.prototype.startsWith) {
                String.prototype.startsWith = function(searchString, position) {
                    return this.substr(position || 0, searchString.length) === searchString;
                };
            }

            function getQueryStringValueByName(name, url) {
                if (!url) {
                    url = window.location.href;
                }
                name = name.replace(/[\[\]]/g, "\\$&");
                var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
                    results = regex.exec(url);
                if (!results) return null;
                if (!results[2]) return '';
                return decodeURIComponent(results[2].replace(/\+/g, " "));
            }
            //mark menu item as active
            jQuery(".gigyaMenu ul li a").bind('click', function() {
                jQuery(".gigyaMenu ul li a").removeClass("active");
                jQuery(this).addClass("active");
            });
            var jwtToken;

            function sendZendeskToken(data) {
                jQuery.ajax({
                    type: "POST",
                    url: "/ForumConnector/zenssologin.aspx",
                    async: false,
                    data: data.user,
                    dataType: "jsonp",
                    complete: function(res) {
                        jwtToken = JSON.parse(res.responseText);
                    }
                });
            }

            function onLogout(response) {
                function loaded() {
                    jQuery.ajax({
                        url: "/en/" + "api/Account/Logout",
                        async: false,
                        cache: false,
                        success: function(data) {
                            if (data.Success) {
                                var logoutContainer = jQuery("#LogoutContainer");
                                var loginRegister = jQuery("#LoginRegister");
                                if (logoutContainer != undefined) {
                                    logoutContainer.hide();
                                }
                                if (loginRegister != undefined) {
                                    loginRegister.show();
                                }
                                location.reload();
                            }
                        },
                        error: function() {
                            alert("Error during logout!"); //TODO: other way to inform about the error
                        }
                    });
                }
                if (response.errorCode == 0) {
                    var iframe = document.createElement("iframe");
                    iframe.setAttribute("src", "https://forums-stag.pioneerdj.com" + "/access/logout/");
                    iframe.style.width = 0;
                    iframe.style.height = 0;
                    if (iframe.addEventListener) {
                        iframe.addEventListener("load", loaded, false);
                    } else {
                        iframe.attachEvent("onload", loaded);
                    }
                    document.body.appendChild(iframe);
                    setTimeout(loaded, 850); //neccessary for firefox - in case iframe throws an error, firefox won't fire onload event
                }
            }

            function onLoginSocialize(response) {
                sendZendeskToken(response);
            }

            function loginToZendesk() {
                function loaded() {
                    gigya.setSSOToken({
                        redirectURL: typeof(returnTo) === 'undefined' ? window.location.href : returnTo
                    });
                    window.location.reload();
                }
                var iframe = document.createElement("iframe");
                iframe.setAttribute("src", "https://wundertest.zendesk.com" + "/access/jwt" + "?jwt=" + jwtToken.token);
                iframe.style.width = 0;
                iframe.style.height = 0;
                document.body.appendChild(iframe);
                iframe.onload = loaded;
                iframe.onerror = loaded;
            }

            function onLogin(response) {
                if (response != undefined && response.UID != undefined) {
                    // 206005 - autologin finalization triggered with email verification link
                    if (getQueryStringValueByName('errorCode') == '206005') {
                        gigya.accounts.getAccountInfo({
                            callback: onEmailVerified,
                            include: 'emails,data'
                        });
                    }
                    var queue = function() {
                        typeof jwtToken !== "undefined" ?
                            loginToZendesk() :
                            setTimeout(function() {
                                queue();
                            }, 100);
                    };
                    queue();
                }
            }

            function onEmailVerified(response) {
                if (response != undefined && response.errorCode == 0) {
                    var verifiedEmails = response.emails.verified;
                    if (verifiedEmails.length > 1) {
                        // deactivate all account emails except for the new one that just got verified
                        var previousEmails = verifiedEmails.slice(0, verifiedEmails.length - 1).join(", ");
                        var storedEmails = response.data.previousEmailAddresses;
                        if (storedEmails != undefined) {
                            storedEmails = storedEmails + ", " + previousEmails;
                        } else {
                            storedEmails = previousEmails;
                        }
                        gigya.accounts.setAccountInfo({
                            removeLoginEmails: previousEmails,
                            data: {
                                previousEmailAddresses: storedEmails
                            }
                        });
                    }
                }
            }

            function onProfileUpdate(response) {
                if (response.response.errorCode === 0) {
                    if (response != undefined && response.profile != undefined) {
                        if (response.profile.photoURL != undefined) {
                            jQuery(".visual-wrap .in").css("background-image", "url('" + response.profile.photoURL + "')");
                        }
                        jQuery(".item-profile a .content-wrap .name").text(response.profile.firstName);
                        jQuery(".profile-box .content-wrap").html(response.profile.firstName + '<br/>');
                    }
                    showMessage("Your changes have been saved.");
                }
            }

            function onPasswordChange(response) {
                if (response.response.errorCode === 0) {
                    selectMenuItem();
                    showMessage("Your password has been changed.");
                    navigateEditMyProfile();
                }
            }

            function onProfileFieldChange(response) {
                if (response != undefined) {
                    jQuery('input[name="profile.email"]').bind('change', function() {
                        showMessage("Click ‘Save changes’ to change your email address. You’ll receive an email to verify your new email address.");
                    });
                }
            }

            function selectMenuItem() {
                jQuery(".errorSection").hide();
                jQuery(".gigyaMenu ul li a").removeClass("active");
                jQuery(".gigyaMenu ul li a").first().addClass("active");
            }

            function showMessage(message) {
                jQuery(".errorSection").html("").hide();
                document.getElementById("messageSection").style.display = "block";
                document.getElementById("messageSection").innerHTML = message;
                window.scrollTo(0, 0);
            }

            function showLicenses() {
                showLoadingScreen();
                redirectIfLoggedOut();
                gigya.socialize.getUserInfo({
                    callback: generateUserLicences
                });
            }

            function generateUserLicences(response) {
                var gigyaPageTarget = jQuery("#gigya-page-target");
                if (response.errorCode == 0) {
                    var user = response['user'];
                    var uid = user['UID'];
                    jQuery.get('/api/sitecore/PioneerDjAccount/GetLicences', {
                        userId: uid
                    }, function(data) {
                        hideLoadingScreen();
                        if (isLicencesScreenDisplayed() === true) {
                            gigyaPageTarget.html(data);
                            var cell = jQuery(".licences-container .licence .item .key");
                            if (typeof cell !== 'undefined') {
                                cell.matchHeight();
                            }
                        }
                    });
                } else {
                    gigyaPageTarget.html('No licences could be found.');
                }
            }

            function isLicencesScreenDisplayed() {
                return jQuery("#license_btn").hasClass("active");
            }

            function navigateChangePassword() {
                parent.location.hash = 'password';
                gigya.accounts.showScreenSet({
                    screenSet: 'pioneerdj.com-ProfileUpdate',
                    containerID: 'gigya-page-target',
                    startScreen: 'gigya-change-password-screen',
                    lang: 'en',
                    onAfterSubmit: changePasswordHandler,
                    onBeforeScreenLoad: redirectIfLoggedOut,
                    onError: errorEventHandler
                });
            }

            function navigateEditMyProfile() {
                parent.location.hash = 'editprofile';
                gigya.accounts.showScreenSet({
                    screenSet: 'pioneerdj.com-ProfileUpdate',
                    lang: 'en',
                    containerID: 'gigya-page-target',
                    onError: errorEventHandler,
                    onAfterSubmit: updateProfileHandler,
                    onBeforeScreenLoad: redirectIfLoggedOut,
                    onAfterScreenLoad: changeProfileFieldHandler
                });
            }

            function redirectIfLoggedOut() {
                gigya.accounts.getAccountInfo({
                    callback: function(response) {
                        if (response.errorCode != 0) {
                            window.location.href = '/';
                        }
                    }
                });
            }

            function createOneNewsletterOption(response) {
                if (response != undefined) {
                    var pdjCheckbox = jQuery("[name='data.PDJ_newsletter'][data-screenset-roles='instance']");
                    var kuvoCheckbox = jQuery("[name='data.KUVO_newsletter'][data-screenset-roles='instance']");
                    var mainCheckbox = '<div class="gigya-composite-control gigya-composite-control-checkbox"' +
                        ' style="display: block; margin-top:15px;"><input id="maincheckbox" type="checkbox">' +
                        '<label class="gigya-label" for="maincheckbox"><span class="gigya-label-text gigya-checkbox-text">' +
                        "Please keep me informed about Pioneer DJ products, services, features, including newsletters, promotions, events, tips and surveys." +
                        '</span></label></div>';
                    kuvoCheckbox.parent().after(mainCheckbox);
                    jQuery("#registerContainer").on('change', '#maincheckbox', function() {
                        pdjCheckbox.prop("checked", this.checked);
                        kuvoCheckbox.prop("checked", this.checked);
                    });
                    pdjCheckbox.parent().hide();
                    kuvoCheckbox.parent().hide();
                }
            }
            // My Products functions
            function handleMyProductsError(data) {
                if (typeof data.responseJSON != 'undefined') {
                    errorEventHandler({
                        errorMessage: data.responseJSON.error,
                        response: {
                            info: {
                                screen: "gigya-my-products-screen"
                            }
                        }
                    });
                } else {
                    errorEventHandler({
                        errorMessage: getErrorMessage(data),
                        response: {
                            info: {
                                screen: "gigya-my-products-screen"
                            }
                        }
                    });
                }
            }

            function getErrorMessage(data) {
                if (data.status == 401 || data.status == 403) {
                    return "Unauthorized user";
                }
                return "Unexpected error occurred";
            }

            function getAuthHeaders(response) {
                var authHeaders = {
                    "PDJ-UID": response.user.UID,
                    "PDJ-Timestamp": response.user.signatureTimestamp,
                    "PDJ-UIDSignature": response.user.UIDSignature
                }
                return authHeaders;
            }

            function navigateMyProducts(msg) {
                showLoadingScreen();
                redirectIfLoggedOut();
                gigya.socialize.getUserInfo({
                    callback: getMyProducts,
                    context: msg
                });
            }

            function isMyProductsScreenDisplayed() {
                return jQuery("#my-products-tab").hasClass("active");
            }

            function getMyProducts(response) {
                var gigyaPageTarget = jQuery("#gigya-page-target");
                if (response.errorCode == 0) {
                    jQuery.ajax({
                        type: 'GET',
                        url: '/api/sitecore/ProductRegistration/Get',
                        headers: getAuthHeaders(response),
                        cache: false,
                        success: function(data) {
                            if (isMyProductsScreenDisplayed() === true) {
                                gigyaPageTarget.html(data);
                                jQuery('a.btn-link[href="#"]').each(function(i, o) {
                                    jQuery(o).addClass('hidden');
                                });
                                initCompleter();
                            }
                            if (response.context) {
                                var msg = response.context;
                                jQuery('#validation-success')
                                    .removeClass('hidden');
                                jQuery('#validation-success')
                                    .html(msg);
                            }
                            window.scrollTo(0, 0);
                            var $purchaseDateInput = jQuery("#input-purchase-date");
                            $purchaseDateInput.attr('readonly', 'readonly');
                            $purchaseDateInput.datepicker({
                                changeMonth: true,
                                changeYear: true,
                                constrainInput: true,
                                dateFormat: "dd/mm/yy",
                                maxDate: "07/01/2021"
                            });
                        },
                        error: function(data) {
                            errorEventHandler({
                                errorMessage: data.responseJSON.error
                            });
                        },
                        complete: function() {
                            hideLoadingScreen();
                        }
                    });
                }
            }

            function showLoadingScreen() {
                jQuery("#gigya-page-target").children().hide();
                jQuery("#loading-message").show();
            }

            function hideLoadingScreen() {
                jQuery("#gigya-page-target").children().show();
                jQuery("#loading-message").hide();
            }
        </script>
        <div style="display: none;">
            <div id="zoom-tool-01" class="zoomtool">
                <div class="zoomtool__topbar">
                    <div class="outer">
                        <div class="container">
                            <div class="zoomtool__scale clearfix">
                                <a href="#" class="scale-trigger zoom-out"><i class="ico icon-min"></i></a>
                                <div class="slider-wrap">
                                    <div class="slider"></div>
                                </div>
                                <a href="#" class="scale-trigger zoom-in"><i class="ico icon-plus"></i></a>
                            </div>
                            <div class="zoomtool__actions">
                                <a href="#" class="btn__action download-image"><i class="ico icon-download"></i></a>

                            </div>
                            <a href="#" class="btn__action close trigger__close-overlayer"><i class="ico icon-cross"></i></a>
                        </div>
                    </div>
                </div>
                <div class="zoomtool__canvas">
                    <div class="zoomtool__holder">
                        <div class="zoomtool__element">
                            <img src="" />
                        </div>
                    </div>
                </div>
                <div class="zoomtool_more-images">
                    <div class="in clearfix">

                        <div class="image-gallery-thumbs folder__container zoomtool">
                            <span class="folder__trigger"></span>
                            <div class="wrap">
                                <div class="folder__content">
                                    <div class="list">
                                        <div class="items target">

                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div style="display: none;">
            <div id="search__wrap">
                <div id="search-field">
                    <div class="outer">
                        <div class="container">
                            <div class="input-wrap">
                                <input type="text" class="input__search" data-no-results="Oops nothing can be found" data-nothing-entered="Please enter a search query" />
                                <a href="#" class="trigger_clear-text btn__clear-text"><span class="ico-element icon-clear-cross"></span>Clear entry</a>
                            </div>
                            <div class="button-wrap">
                                <a href="#" class="btn__search trigger__close-overlayer">
                                    <i class="icon-cross"><span class="sr-only">Close</span></i>
                                </a>
                            </div>
                        </div>
                    </div>
                </div>
                <span class="loading-icon-search"></span>
                <div id="result-wrap">
                    <div class="outer outer-search-content">
                        <div class="container">
                            <div class="boxed-content">
                                <h3>Top results</h3>
                                <ul><!-- POPULATED WITH JAVASCRIPT --></ul>
                                <p class="button-wrap">
                                    <a href="#" id="view__all" class="btn btn-border trigger__searchpage disabled" data-search-page="/en/search-results/?q=">
                                        <span class="text">See all results</span>
                                    </a>
                                </p>
                                <p>Didn’t find what you’re looking for? Maybe use fewer words or a more general search term.<br />If you still have no luck you can contact our <a href="/en/support/contact">customer service</a>.</p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <!-- /#wrapper -->
</body>

</html>
<!DOCTYPE html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
    <base href="https://www.pioneerdj.com">
<link href="/-/media/feature/experience-accelerator/bootstrap/bootstrap/styles/bootstrap.css" rel="stylesheet" /><link href="/-/media/themes/pioneer/pioneerdj/pioneerdj-theme/styles/main.css" rel="stylesheet" />
<!-- instructs google search engines not to show the page in search results -->
<meta name="robots" content="noindex" />


<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=0" />

<title>Pioneer DJ - Global  </title>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@PioneerDJglobal" />
<meta name="twitter:creator" content="@PioneerDJglobal" />
    <meta name="description" content="Pioneer DJ - Global . Find out more about our DJ equipment and music production tools">
    <meta name="keywords" content="Pioneer DJ, Pionner DJ, Pioner DJ, pioeer DJ">
    <meta property="og:title" content="Pioneer DJ - Global  " />
    <meta property="og:site_name" content="Pioneer DJ" />
    <meta property="og:url" content="https://testcms.pioneerdj.com/en/" />
    <meta property="og:type" content="website" />
    <meta property="og:description" content="Pioneer DJ - Global . Find out more about our DJ equipment and music production tools" />
    <meta property="og:image" content="/Content/img/og_pioneer_logo.jpg" />
        <meta property="og:image:width" content="600" />
        <meta property="og:image:height" content="315" />
    <link rel="canonical" href="https://testcms.pioneerdj.com/en/" />

<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="Pioneer DJ">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link href="https://plus.google.com/u/0/+pioneerdjglobal" rel="publisher" />
<link href="/Content/img/app/apple-touch-icon-precomposed-152.png" sizes="152x152" rel="apple-touch-icon-precomposed">
<link href="/Content/img/app/apple-touch-icon-precomposed-144.png" sizes="144x144" rel="apple-touch-icon-precomposed">
<link href="/Content/img/app/apple-touch-icon-precomposed-76.png" sizes="76x76" rel="apple-touch-icon-precomposed">
<link href="/Content/img/app/apple-touch-icon-precomposed-72.png" sizes="72x72" rel="apple-touch-icon-precomposed">
<link href="/Content/img/app/apple-touch-icon-precomposed-120.png" sizes="120x120" rel="apple-touch-icon-precomposed">
<link href="/Content/img/app/apple-touch-icon-precomposed-114.png" sizes="114x114" rel="apple-touch-icon-precomposed">
<link href="/Content/img/app/apple-touch-icon-precomposed-57.png" sizes="57x57" rel="apple-touch-icon-precomposed">
<link href="/Content/img/app/apple-touch-startup-image-1536x2008.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)" rel="apple-touch-startup-image">
<link href="/Content/img/app/apple-touch-startup-image-1496x2048.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)" rel="apple-touch-startup-image">
<link href="/Content/img/app/apple-touch-startup-image-768x1004.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 1) and (orientation: portrait)" rel="apple-touch-startup-image">
<link href="/Content/img/app/apple-touch-startup-image-748x1024.jpg" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 1) and (orientation: landscape)" rel="apple-touch-startup-image">
<link href="/Content/img/app/apple-touch-startup-image-1242x2148.jpg" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)" rel="apple-touch-startup-image">
<link href="/Content/img/app/apple-touch-startup-image-1182x2208.jpg" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)" rel="apple-touch-startup-image">
<link href="/Content/img/app/apple-touch-startup-image-750x1294.jpg" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
<link href="/Content/img/app/apple-touch-startup-image-640x1096.jpg" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
<link href="/Content/img/app/apple-touch-startup-image-640x920.jpg" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
<link href="/Content/img/app/apple-touch-startup-image-320x460.jpg" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1)" rel="apple-touch-startup-image">


    <link href="/Content/css/main.css?bundleVirtualPath=%7e%2fBundles%2fHomeStyle%2f" rel="stylesheet"/>


        <link href="/Content/css/fonts-default.css" rel="stylesheet" type="text/css">
                <script type="text/javascript">

            function checkForSpecialCharacters(formData, toCheck) {
                var errors = {};
                toCheck.forEach(function (item) {

                    if (formData != null && !formData[item].match(new RegExp('^((?![\<,\>,\&,\"]).)*$'))) {
                        errors[item] = 'This character can not be used.';
                    }
                });
                return errors;
            }

            window.__gigyaConf = {
                validation: {
                    'gigya-register-screen': function(formData, eventType, callback) {
                        return checkForSpecialCharacters(formData, ['profile.firstName', 'profile.lastName']);
                    },
                    'gigya-update-profile-screen': function(formData, eventType, callback) {
                        var errors = checkForSpecialCharacters(formData, ['profile.nickname', 'profile.firstName', 'profile.lastName', 'profile.city', 'profile.zip']);
                        if (formData != null && formData['profile.nickname'].length == 0 && !enableEmptyNickname)
                            errors['profile.nickname'] = "You can not leave this field blank.";
                        return errors;
                    }
                },
                enableSSOToken: true,
                bypassCookiePolicy: 'always'
            };
            </script>
<script type="text/javascript" src="https://cdns.gigya.com/JS/socialize.js?apikey=3_wlzhvsGzBbA5N0X2o1INKsrMGr2b46ppQ-dIKrzCgfT3SnaX6_0071zXz_9KKNOw&lang=en">{ enabledProviders:'facebook,twitter,linkedin,yahoo' }</script><link href="/content/css/gigya/gigya.css?bundleVirtualPath=%7e%2fBundles%2fGigyaStyle%2f" rel="stylesheet"/>
<link href="/Content/css/licences.css?bundleVirtualPath=%7e%2fBundles%2fGigyaStyle%2f" rel="stylesheet"/>
<link href="/Content/css/plugins/jquery-ui-1.9.2.custom.min.css?bundleVirtualPath=%7e%2fBundles%2fGigyaStyle%2f" rel="stylesheet"/>
            <script type="text/javascript" src="https://cdn.gigya-ext.com/screenset-validation.min.js"></script>
<script src="/GigyaConnector/Scripts/gigyaconnector_mvc.js?bundleVirtualPath=%7e%2fBundles%2fGigyaConnector%2f"></script>
<script src="/Scripts/Custom/plugins/jquery-ui-1.9.2.custom.min.js?bundleVirtualPath=%7e%2fBundles%2fGigyaConnector%2f"></script>

    <link href="https://brandbox.tools.pioneerdj.com/styles/fundaments.css" rel="stylesheet">
    <link href="https://brandbox.tools.pioneerdj.com/styles/components.css" rel="stylesheet">
    <link href="https://brandbox.tools.pioneerdj.com/styles/legacy.css" rel="stylesheet">

</head>
<body class="header__experience-mode theme-2020 " class="default-device bodyclass">



        <script>
        dataLayer = [];
    </script>
         <!-- Google Tag Manager -->
         <noscript>
             <iframe src="//www.googletagmanager.com/ns.html?id=GTM-PSC5SC"
                     height="0" width="0" style="display:none;visibility:hidden"></iframe>
         </noscript>
         <script>
        (function (w, d, s, l, i) {
            w[l] = w[l] || []; w[l].push({
                'gtm.start':
                    new Date().getTime(), event: 'gtm.js'
            }); var f = d.getElementsByTagName(s)[0],
                j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
                '//www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
        })(window, document, 'script', 'dataLayer', 'GTM-PSC5SC');</script>
             <!-- End Google Tag Manager -->


    <!-- #wrapper -->
    <div id="wrapper">

<header class="header theme-2020">
    <div class="header__inner">
        <div class="header__in">
            <div class="header__content">
                <a class="header__trigger">
                    <span class="menuIcon">
                        <span class="menuIcon__inner">
                            <span class="menuIcon__bar"></span>
                        </span>
                    </span>
                </a>
                <a href="/en" class="header__logo">
                    <svg class="logo" viewBox="0 0 162 24">
                        <path fill="currentColor" d="M0.473684,17.4307148 C0.579569432,17.1848501 0.698235535,16.9437641 0.789479818,16.6922965 C1.87583685,13.6974261 2.91592461,10.6841817 4.05534569,7.71048668 C4.90242914,5.49976344 6.20630025,3.59941977 8.17961966,2.24650428 C9.69857813,1.20512189 11.3954144,0.661813437 13.190856,0.420397944 C15.7630065,0.0745887887 18.3244794,0.0844761127 20.8489855,0.788618366 C22.2919879,1.19119724 23.6403487,1.79498315 24.7815494,2.80909301 C26.5363032,4.368324 26.8715935,6.53200006 25.6374499,8.54851977 C24.5467248,10.3306275 22.8971284,11.3381458 20.9601288,11.9074085 C19.015121,12.4789782 17.0231968,12.5165501 15.0270663,12.3595064 C13.9411946,12.2740634 12.8634929,12.0838148 11.7807759,11.9516543 C11.5280745,11.9208388 11.4294692,11.8103479 11.3770523,11.548993 C11.1423895,10.3808881 10.8774737,9.21904513 10.6246105,8.05473034 C10.608028,7.97818597 10.6009906,7.89949935 10.5819004,7.77022259 C11.3133916,7.90600851 12.0066217,8.05028104 12.7049478,8.16118386 C14.5081549,8.44775146 16.3230102,8.64722823 18.1302618,8.27043879 C18.8015705,8.13053315 19.489381,7.88021907 20.0679085,7.51364654 C21.0733752,6.87665569 21.0450636,5.84878597 20.0862706,5.13137823 C19.3807452,4.60339513 18.5590614,4.38200146 17.7106028,4.286424 C16.1727968,4.11314865 14.6387119,4.15690006 13.142888,4.59869865 C11.2513488,5.15741485 10.0399353,6.4699571 9.37493595,8.31509654 C8.30863972,11.2737958 7.2682284,14.2421353 6.23307494,17.2122874 C6.12848376,17.5123677 5.99339692,17.5997881 5.6893302,17.5973986 C3.95091628,17.5836388 2.2122597,17.5936085 0.473684,17.5955036 L0.473684,17.4307148 Z M144.134896,23.4455036 C144.263188,23.0177944 144.379913,22.5860479 144.523008,22.1635296 C144.658418,21.7637522 144.719491,21.2336268 145.002041,21.0203902 C145.264691,20.822067 145.776646,20.9725191 146.178429,20.9582648 C147.407072,20.9147606 148.621235,20.783012 149.778938,20.3209444 C151.098501,19.7942796 152.044352,18.9259254 152.517803,17.5087423 C153.219122,15.4094163 154.00028,13.3378571 154.747221,11.2543508 C154.788718,11.1385867 154.837171,11.0243881 154.867343,10.905493 C155.070621,10.1037958 154.81614,9.76655569 154.011038,9.76556696 C153.611198,9.76507259 153.211357,9.76548456 152.752304,9.76548456 C153.010749,9.0468409 153.237889,8.37680992 153.502319,7.72243386 C153.540257,7.62858668 153.758013,7.56423668 153.892858,7.56374231 C156.343754,7.55443175 158.794649,7.55715076 161.245545,7.55640921 C161.339135,7.55640921 161.432725,7.54792259 161.526316,7.5433909 L161.526316,7.62578527 C161.471067,7.74772893 161.406841,7.86637682 161.361785,7.99202823 C160.098601,11.5162001 158.843345,15.0432557 157.573529,18.5648733 C156.854171,20.5600529 155.527813,21.9629817 153.539771,22.6505627 C152.830929,22.8957684 152.089489,23.0665719 151.349828,23.1899163 C150.543594,23.3243839 149.722234,23.3643451 148.907425,23.4455036 L144.134896,23.4455036 Z M51.5382237,17.5893652 C51.5674251,17.4705525 51.5818236,17.3771173 51.6131281,17.2899441 C52.2370352,15.5529884 52.8507501,13.8120779 53.4914014,12.081549 C54.2081706,10.1456934 55.556046,8.80966872 57.4318926,8.08097294 C60.2206673,6.99756942 63.1014953,6.81382999 66.0073992,7.48377858 C66.7103361,7.6458483 67.4068827,7.99709548 68.0115378,8.40651308 C69.2295034,9.2311159 69.6623475,10.5760391 69.1913232,11.9860539 C68.5892565,13.7884307 67.9219113,15.5683138 67.2713105,17.3536349 C67.2353952,17.452261 67.0962638,17.5784891 67.0042106,17.5793131 C65.3751604,17.5929905 63.7459485,17.5892004 62.0644813,17.5892004 C62.1238548,17.3997758 62.1659178,17.2462751 62.219629,17.0970589 C62.7707347,15.5664187 63.3249143,14.0369321 63.8756965,12.5061272 C64.2703604,11.409211 63.9089425,10.680268 62.8011495,10.3293504 C61.0318355,9.76882154 59.1163526,10.732506 58.4799076,12.5035729 C57.9112486,14.0860391 57.3471195,15.670318 56.7666506,17.2482525 C56.7170648,17.3830497 56.5604611,17.5734631 56.4515828,17.5748638 C54.8226134,17.5958744 53.1933206,17.5893652 51.5382237,17.5893652 Z M121.667909,7.59000963 C121.637251,7.71533146 121.61986,7.81923076 121.586371,7.91752724 C121.326471,8.68115823 121.053789,9.44042231 120.807074,10.2084202 C120.730632,10.4464575 120.616901,10.5212716 120.374715,10.5180582 C119.350886,10.5044632 118.326896,10.5121258 117.302986,10.512373 C116.011572,10.512785 115.466128,10.8716125 115.017268,12.1065392 C114.405737,13.789197 113.815481,15.4802589 113.244395,17.1775005 C113.130016,17.5174596 112.968963,17.6011723 112.640468,17.5972174 C111.2261,17.5799146 109.811329,17.5898019 108.396638,17.5898019 L107.956675,17.5898019 C108.025756,17.3778012 108.076798,17.2111174 108.134149,17.0467406 C108.813708,15.0977019 109.491488,13.1479216 110.175416,11.200366 C110.771173,9.50403076 111.793061,8.22922513 113.578391,7.76765189 C114.069314,7.64076456 114.588145,7.57666175 115.095085,7.5714709 C117.183106,7.54996597 119.271533,7.56191315 121.359797,7.56306668 C121.450556,7.56314907 121.541315,7.57847442 121.667909,7.59000963 Z M32.9509623,7.56188844 C32.8881106,7.76762717 32.8512246,7.90951027 32.8018815,8.04677928 C31.7063029,11.0962772 30.605871,14.1440448 29.5185433,17.1965913 C29.4179966,17.478792 29.3016763,17.6023835 28.9828876,17.5985934 C27.3666989,17.5794779 25.7501867,17.5897772 24.0724406,17.5897772 C24.1150698,17.4335575 24.1403075,17.30873 24.182775,17.1902469 C25.2903253,14.1014469 26.4032143,11.014542 27.5025947,7.92261097 C27.6017662,7.64370604 27.7342646,7.5521659 28.0243373,7.55480252 C29.6403641,7.56955111 31.2566336,7.56188844 32.9509623,7.56188844 Z M87.8546861,14.107989 C87.5032177,15.0957327 87.1847525,16.0267066 86.8319898,16.9439207 C86.7777124,17.0849798 86.5805827,17.2158221 86.4240599,17.2622101 C83.9920924,17.9836552 81.5022074,18.1658291 78.9844152,18.048582 C77.1835539,17.9647869 75.4219245,17.6726989 73.7579297,16.9281834 C72.7478522,16.4761679 71.8323356,15.8824341 71.1391055,14.9849122 C70.2171985,13.7912651 70.0986942,12.5294777 70.8271115,11.1906517 C71.4368628,10.0698411 72.3577991,9.2905552 73.4447224,8.69434956 C74.9737112,7.85565731 76.6277565,7.44459182 78.3405282,7.25557914 C80.92643,6.97032985 83.4573264,7.21421717 85.8778884,8.21728618 C86.5673976,8.50302985 87.2089387,8.93304604 87.8263745,9.36520449 C88.1598044,9.59862773 88.4403321,9.94649675 88.666097,10.2954369 C89.0783949,10.9325925 89.0028434,11.6278362 88.4240731,12.1070418 C87.9935748,12.4634798 87.4896281,12.7607587 86.9738714,12.9710291 C85.6115975,13.5262848 84.1614767,13.702032 82.7132164,13.8467989 C80.5668726,14.0613538 78.4290222,14.0390249 76.3476334,13.3813531 C75.6353132,13.1562517 74.9579376,12.8162101 74.2425436,12.5195904 C74.1901267,13.0226904 74.4040816,13.4319432 74.7463285,13.7818721 C75.3382839,14.3871411 76.0976014,14.6709073 76.8853922,14.8757397 C78.8454456,15.3855136 80.8345386,15.3721658 82.8287277,15.1679101 C84.4676466,14.9999904 86.0738048,14.6629151 87.6405695,14.139546 C87.6882947,14.1236439 87.7413588,14.1240559 87.8546861,14.107989 Z M76.1337593,10.5573686 C76.4599091,10.6776644 76.6821148,10.7740658 76.9123287,10.8420411 C78.4008724,11.2816975 79.9273537,11.413858 81.4675054,11.3630207 C82.0825954,11.3427517 82.699465,11.2488221 83.30501,11.1317397 C83.4903297,11.0959805 83.640543,10.8717855 83.8068535,10.7338573 C83.6559122,10.5780496 83.5222005,10.396782 83.348529,10.2745911 C83.2103683,10.1773658 83.0272326,10.1290003 82.857282,10.0993383 C82.2347501,9.99066013 81.61238,9.86484393 80.9845093,9.80741506 C79.349635,9.65795168 77.7675821,9.91395097 76.1337593,10.5573686 Z M107.321719,14.1033008 C106.96386,15.0987895 106.636254,16.0414634 106.277829,16.9717782 C106.227758,17.1017141 106.040173,17.2183022 105.8936,17.261724 C103.460824,17.9814388 100.970696,18.1655902 98.4523376,18.0493317 C96.7199904,17.9693268 95.0233159,17.6933057 93.4100393,17.0115747 C92.4814993,16.6191303 91.6282682,16.1042479 90.9228237,15.360062 C89.6065764,13.9714698 89.463077,12.4106733 90.5182912,10.8057958 C91.2712992,9.66059654 92.3422871,8.91245569 93.5579068,8.36906485 C95.786597,7.37266977 98.1353284,7.05981837 100.547154,7.17368738 C102.116669,7.24775992 103.665638,7.50178175 105.114303,8.13094513 C105.922316,8.48186273 106.664404,8.99592118 107.418949,9.46532189 C107.630154,9.5967409 107.797354,9.81665146 107.954686,10.0201655 C108.61103,10.8696515 108.505953,11.6807416 107.653126,12.3323986 C106.949138,12.8704339 106.129395,13.1476909 105.284496,13.3372803 C102.471131,13.9685036 99.6333363,14.2521874 96.789637,13.623024 C95.8297115,13.4106113 94.9228501,12.9491205 93.9926114,12.598862 C93.9083237,12.5671402 93.8309117,12.5166325 93.7080393,12.4529416 C93.6564313,13.0130585 93.8618927,13.4231353 94.199448,13.7720754 C94.7884913,14.3809698 95.5478897,14.6668782 96.3356805,14.8727817 C98.2954912,15.3849451 100.285312,15.3733275 102.279825,15.1693191 C103.918744,15.0017289 105.526115,14.6686909 107.092314,14.1412022 C107.141495,14.1246409 107.195692,14.1234874 107.321719,14.1033008 Z M95.5932691,10.5591895 C95.9362441,10.6836874 96.156832,10.7954141 96.3899579,10.8426261 C97.2063839,11.0079916 98.0217584,11.2026071 98.8474059,11.2906043 C100.106464,11.4247423 101.376765,11.4752501 102.622395,11.1677543 C102.862963,11.1083479 103.06252,10.8760782 103.281004,10.7235663 C103.074411,10.5492198 102.891518,10.2781423 102.656774,10.2184888 C101.942512,10.0368092 101.212882,9.88973527 100.480743,9.81450921 C98.8343017,9.64518879 97.2397916,9.91000428 95.5932691,10.5591895 Z M41.7343085,18.0901499 C39.6459631,18.0575217 37.5680525,17.7452471 35.6290306,16.7702746 C34.7506426,16.3285584 33.9591308,15.7658048 33.353424,14.9648492 C32.4224573,13.733795 32.3618705,12.3265816 33.1906727,11.0221964 C33.8160358,10.0380781 34.7030791,9.35024992 35.7022363,8.81180273 C38.1368732,7.49967245 40.7573152,7.06413583 43.4805688,7.17586259 C45.3403182,7.25215977 47.1424737,7.60777386 48.8291987,8.44926752 C49.6471616,8.85728442 50.3894112,9.37200203 50.9883232,10.0814175 C52.1241042,11.4270823 52.1870369,13.0236379 51.1427428,14.4531802 C50.2692891,15.6488048 49.0575521,16.3785717 47.7362896,16.939595 C45.8319696,17.7483781 43.8334933,18.0646901 41.7343085,18.0901499 Z M42.2525728,14.9727591 C42.5803404,14.9257943 43.0931042,14.8878929 43.5888001,14.7731999 C44.3976224,14.5860823 45.1589621,14.2730661 45.7381368,13.6307196 C46.3948854,12.9024358 46.3660075,12.0051612 45.6552242,11.3362013 C45.4505717,11.1435633 45.2166369,10.9399668 44.9599719,10.8561717 C44.2868836,10.6365084 43.6031177,10.4020964 42.906652,10.3162415 C41.7787173,10.1771598 40.6772338,10.3890781 39.6610896,10.9299147 C39.3555668,11.0924788 39.0599936,11.3045619 38.8160284,11.5514978 C38.0607555,12.3157879 38.106782,13.294221 38.9275761,13.9847682 C39.8373496,14.7501295 40.9356784,14.9218394 42.2525728,14.9727591 Z M128.251046,17.6288651 C128.739462,16.2691108 129.192529,15.0110313 129.643411,13.7521277 C131.03068,9.87835661 132.420942,6.005739 133.796725,2.12776576 C133.911185,1.80510942 134.061317,1.69980942 134.398953,1.70368196 C137.524313,1.73952351 140.650481,1.72905942 143.775355,1.78896013 C145.31397,1.81845731 146.84215,2.03523689 148.263878,2.69117844 C149.880795,3.43725942 151.119387,4.56334323 151.530553,6.40765872 C151.850474,7.842639 151.492939,9.18616154 150.863531,10.4624503 C149.757356,12.7053897 147.965393,14.2498721 145.855692,15.4478862 C143.628054,16.7128869 141.208301,17.3809404 138.682419,17.4772594 C135.237867,17.6086784 131.787571,17.5849489 128.251046,17.6288651 Z M136.249967,15.1384953 C136.625702,15.106032 137.002651,15.0846094 137.37685,15.0392925 C139.387217,14.7957348 141.3027,14.2292735 142.912255,12.9463932 C144.623571,11.5823545 145.690191,9.81927985 145.587136,7.50539886 C145.508754,5.7453728 144.566139,4.59621858 142.869222,4.33576999 C141.850651,4.17938548 140.804092,4.18960238 139.769262,4.17089886 C138.666241,4.15104182 138.452853,4.31179323 138.070484,5.36504041 C137.085806,8.07680379 136.112777,10.7929341 135.135217,13.5073341 C134.677297,14.7788439 134.925307,15.1386601 136.249967,15.1384953 Z"></path>
                    </svg>
                </a>
                <span class="header__overlay header__trigger--close"></span>
                <div class="header__nav">
                    <div class="header__nav__inner">
                        <div class="header__mainNav">

<nav class="mainNav">
    <ul class="mainNav__list">
        <li class="mainNav__item">

            <a href="/en/" class="mainNav__link">Home</a>
        </li>
                <li class="mainNav__item">
                    <section class="megaMenu">
                        <a class="mainNav__link megaMenu__trigger">Products</a>
                        <span class="megaMenu__icon megaMenu__trigger"></span>
                        <div class="megaMenu__target">
                            <div class="megaMenu__inner">
                                <div class="megaMenu__links">
                                            <ul class="megaMenu__list">
                                                    <li class="megaMenu__item">
<a href="/en/product/player/" class="megaMenu__link" >                                                            <span class="megaMenu__link__icon">
                                                                <svg class="symbol symbol--djplayers" viewbox="0 0 48 48" version="1" xmlns="http://www.w3.org/2000/svg">
<title>1 fundament/icons/product/players</title>
<path d="M19.036 36.808a18.366 18.366 0 0 0 9.13 2.9v-2.523a15.884 15.884 0 0 1-7.765-2.494l-1.365 2.117zM20.16 7.54l-1.356-2.12a18.727 18.727 0 0 0-6.074 6.612l2.208 1.195a16.2 16.2 0 0 1 5.222-5.687zm-5.389 6.002l-2.207-1.196a18.672 18.672 0 0 0-2.108 7.858h2.506c.12-2.396.763-4.653 1.81-6.662zm3.968 23.072l1.364-2.116a16.197 16.197 0 0 1-5.096-5.53l-2.213 1.187a18.726 18.726 0 0 0 5.945 6.459zm-4.092-8.198a16.159 16.159 0 0 1-1.685-6.419h-2.506a18.68 18.68 0 0 0 1.98 7.604l2.211-1.185zm5.81-21.068a15.885 15.885 0 0 1 7.71-2.457V2.37a18.35 18.35 0 0 0-9.065 2.859l1.355 2.12zm.586 26.347a14.714 14.714 0 0 0 7.125 2.299v-3.33a11.46 11.46 0 0 1-5.328-1.753l-1.797 2.784zm-2.328-18.02l-2.906-1.571a14.985 14.985 0 0 0-1.666 6.1h3.306a11.644 11.644 0 0 1 1.266-4.528zm4.165-4.537a11.45 11.45 0 0 1 5.288-1.728V6.082c-2.59.143-5.002.955-7.073 2.265l1.784 2.792zm-.339 19.58a11.696 11.696 0 0 1-3.581-3.867l-2.912 1.56a15.002 15.002 0 0 0 4.698 5.092l1.795-2.784zM20.796 8.54a15.016 15.016 0 0 0-4.821 5.25l2.905 1.574a11.69 11.69 0 0 1 3.7-4.032L20.796 8.54zm-5.11 19.321l2.912-1.56a11.638 11.638 0 0 1-1.15-4.302h-3.306c.114 2.098.66 4.08 1.545 5.862zm14.353 9.325v2.523a18.37 18.37 0 0 0 9.131-2.9l-1.364-2.117a15.885 15.885 0 0 1-7.767 2.494zm13.23-23.957l2.209-1.195a18.727 18.727 0 0 0-6.074-6.613l-1.356 2.121a16.2 16.2 0 0 1 5.221 5.687zm1.977 6.977h2.506a18.684 18.684 0 0 0-2.108-7.858l-2.208 1.196a16.149 16.149 0 0 1 1.81 6.662zM38.104 34.5l1.364 2.116a18.721 18.721 0 0 0 5.945-6.46l-2.212-1.185a16.197 16.197 0 0 1-5.097 5.529zm5.456-6.082l2.212 1.185a18.68 18.68 0 0 0 1.98-7.604h-2.506c-.116 2.3-.713 4.47-1.686 6.42zm-4.455-23.19A18.353 18.353 0 0 0 30.04 2.37v2.523a15.88 15.88 0 0 1 7.71 2.457l1.356-2.121zm-3.737 25.685a11.462 11.462 0 0 1-5.33 1.754v3.329a14.714 14.714 0 0 0 7.126-2.299l-1.796-2.784zm7.03-16.807l-2.905 1.572a11.657 11.657 0 0 1 1.265 4.528h3.307a14.973 14.973 0 0 0-1.667-6.1zm-5.286-5.758a14.71 14.71 0 0 0-7.073-2.265v3.33c1.932.137 3.734.75 5.289 1.727l1.784-2.792zm5.047 20.065l-2.912-1.56a11.685 11.685 0 0 1-3.58 3.868l1.795 2.784a15.002 15.002 0 0 0 4.697-5.092zm-2.834-13.05l2.907-1.572a15.024 15.024 0 0 0-4.822-5.25l-1.784 2.791c1.529 1.027 2.8 2.41 3.7 4.032zm4.74 6.636h-3.307a11.653 11.653 0 0 1-1.15 4.302l2.911 1.56a14.97 14.97 0 0 0 1.546-5.862zM17.952 38.84l-4.069 6.309c.249.159.5.313.754.465L18.37 39.1a20.67 20.67 0 0 1-.418-.26zm-4.808-4.236l-5.803 4.732c.188.229.38.453.575.675l5.55-5.033c-.108-.123-.217-.247-.322-.374zm-1.283-1.722L5.6 36.976c.163.247.33.493.5.733l6.044-4.422c-.095-.135-.191-.268-.283-.405zm-1.094-1.849l-6.655 3.414c.137.263.277.524.422.782l6.468-3.761c-.08-.144-.158-.289-.235-.435zm-2.309-8.229L1 23.198c.018.297.04.593.068.887l7.427-.787a25.693 25.693 0 0 1-.037-.494zm.252 2.138L1.33 26.12c.05.292.101.584.16.875l7.305-1.564c-.032-.162-.059-.325-.086-.488zm.472 2.099l-7.217 1.947c.08.287.161.571.25.853l7.1-2.323c-.047-.157-.088-.318-.133-.477zm.688 2.037l-6.976 2.698c.109.276.223.549.34.82l6.821-3.058c-.064-.152-.123-.306-.185-.46zm4.729 7.103l-5.28 5.317c.21.207.422.412.64.613l4.995-5.588c-.12-.112-.238-.227-.355-.342zm1.608 1.417l-4.7 5.846c.23.184.463.365.7.542l4.387-6.082c-.132-.1-.258-.204-.387-.306zm.22 8.996l3.39-6.701c.147.073.296.143.444.212l-3.038 6.873a28.504 28.504 0 0 1-.797-.384zm13.165-17.396c-4.543 0-8.225-3.71-8.225-8.286s3.682-8.285 8.225-8.285c4.542 0 8.225 3.71 8.225 8.285 0 4.576-3.683 8.286-8.225 8.286zm0-1.579c3.677 0 6.658-3.002 6.658-6.707 0-3.704-2.981-6.707-6.658-6.707-3.678 0-6.659 3.003-6.659 6.707 0 3.705 2.981 6.707 6.659 6.707z" fill="currentColor" fill-rule="evenodd"></path>
</svg>
                                                            </span>DJ players</a>                                                    </li>
                                                    <li class="megaMenu__item">
<a href="/en/product/mixer/" class="megaMenu__link" >                                                            <span class="megaMenu__link__icon">
                                                                <svg class="symbol symbol--djmixers" viewbox="0 0 48 48" version="1" xmlns="http://www.w3.org/2000/svg">
<title>1 fundament/icons/product/mixers</title>
<path d="M4.706 6A.717.717 0 0 0 4 6.727v15.254c0 .402.316.727.706.727.39 0 .705-.325.705-.727V6.727A.717.717 0 0 0 4.706 6zm0 21.292a.717.717 0 0 0-.706.727v15.254c0 .402.316.727.706.727.39 0 .705-.325.705-.727V28.019a.717.717 0 0 0-.705-.727zM11.136 6a.717.717 0 0 0-.705.728V21.98c0 .402.316.727.706.727.39 0 .706-.325.706-.727V6.728A.717.717 0 0 0 11.137 6zm0 21.292a.717.717 0 0 0-.705.727v15.254c0 .402.316.727.706.727.39 0 .706-.325.706-.727V28.019a.718.718 0 0 0-.706-.727zM17.569 6a.717.717 0 0 0-.706.727v15.254c0 .402.316.727.706.727.39 0 .706-.325.706-.727V6.727A.717.717 0 0 0 17.568 6zm0 21.292a.717.717 0 0 0-.706.727v15.254c0 .402.316.727.706.727.39 0 .706-.325.706-.727V28.019a.717.717 0 0 0-.706-.727zm7.138-20.564A.717.717 0 0 0 24 6a.717.717 0 0 0-.706.728V13.5h-1.14v23.495h1.14v6.277c0 .402.316.727.706.727.39 0 .706-.325.706-.727v-6.277h1.138V13.501h-1.138V6.728zM30.43 6a.717.717 0 0 0-.706.728V9.9c0 .401.316.727.706.727.39 0 .706-.326.706-.727V6.728A.717.717 0 0 0 30.43 6zm0 33.838a.717.717 0 0 0-.706.727v2.707c0 .403.316.728.706.728.39 0 .706-.325.706-.728v-2.707a.717.717 0 0 0-.706-.727zM36.862 6a.717.717 0 0 0-.706.728V21.98c0 .402.317.727.706.727.39 0 .707-.325.707-.727V6.728A.717.717 0 0 0 36.862 6zm0 21.292a.718.718 0 0 0-.706.727v15.253c0 .403.317.728.706.728.39 0 .707-.325.707-.728V28.02a.718.718 0 0 0-.707-.727zM43.294 6a.717.717 0 0 0-.706.728V21.98c0 .402.316.727.706.727.39 0 .706-.325.706-.727V6.728A.717.717 0 0 0 43.294 6zm0 21.292a.717.717 0 0 0-.706.727v15.254c0 .402.316.727.706.727.39 0 .706-.325.706-.727V28.019a.718.718 0 0 0-.706-.727z" fill="currentColor" fill-rule="evenodd"></path>
</svg>
                                                            </span>DJ mixers</a>                                                    </li>
                                                    <li class="megaMenu__item">
<a href="/en/product/controller/" class="megaMenu__link" >                                                            <span class="megaMenu__link__icon">
                                                                <svg class="symbol symbol--djcontrollers" viewbox="0 0 48 48" version="1" xmlns="http://www.w3.org/2000/svg"><title>1 fundament/icons/product/controller</title><path d="M7.125 14.206c.84.53 1.956.29 2.495-.537a1.761 1.761 0 0 0-.546-2.455 1.823 1.823 0 0 0-2.495.537 1.761 1.761 0 0 0 .546 2.455zm9.229-6.087a1.766 1.766 0 0 0 .805-2.386 1.82 1.82 0 0 0-2.423-.793 1.766 1.766 0 0 0-.806 2.386 1.82 1.82 0 0 0 2.424.793zM5.803 31.408a1.765 1.765 0 0 0-.806 2.385 1.82 1.82 0 0 0 2.424.793 1.765 1.765 0 0 0 .805-2.386 1.82 1.82 0 0 0-2.423-.792zm.808-8.663c0-.982-.808-1.778-1.805-1.778-.998 0-1.806.796-1.806 1.778s.808 1.778 1.806 1.778c.997 0 1.805-.796 1.805-1.778zM24.48 7.053a.968.968 0 0 0 .973-.963V1.962A.968.968 0 0 0 24.48 1a.968.968 0 0 0-.973.962V6.09c0 .532.435.963.973.963zm11.85 33.625a.978.978 0 0 0-1.37 0 .95.95 0 0 0 0 1.36l3.71 3.654a.98.98 0 0 0 1.371 0 .952.952 0 0 0 0-1.36l-3.71-3.654zm-22.328 0a.978.978 0 0 0-1.371 0L8.89 44.36a.953.953 0 0 0 0 1.36.98.98 0 0 0 1.37 0L14 42.039a.952.952 0 0 0 0-1.36zm27.874-26.472c.84-.53 1.083-1.629.546-2.455a1.823 1.823 0 0 0-2.495-.537 1.761 1.761 0 0 0-.546 2.455 1.823 1.823 0 0 0 2.495.537zM32.646 8.12a1.82 1.82 0 0 0 2.424-.793 1.766 1.766 0 0 0-.806-2.386 1.82 1.82 0 0 0-2.423.793 1.766 1.766 0 0 0 .805 2.386zm10.551 23.289a1.82 1.82 0 0 0-2.423.792 1.765 1.765 0 0 0 .805 2.386 1.82 1.82 0 0 0 2.424-.793 1.765 1.765 0 0 0-.806-2.385zm.997-10.441c-.997 0-1.805.796-1.805 1.778s.808 1.778 1.805 1.778c.998 0 1.806-.796 1.806-1.778s-.808-1.778-1.806-1.778zm-4.163 3.156c0-7.8-5.925-14.236-13.586-15.187a.397.397 0 0 0-.443.39v14.409a.39.39 0 0 1-.394.388H23.35a.39.39 0 0 1-.392-.388V9.326a.397.397 0 0 0-.444-.39c-7.661.951-13.586 7.387-13.586 15.187 0 8.456 6.962 15.311 15.551 15.311 8.59 0 15.552-6.855 15.552-15.311z" fill="currentColor" fill-rule="evenodd"></path></svg>
                                                            </span>DJ controllers</a>                                                    </li>
                                                    <li class="megaMenu__item">
<a href="/en/product/turntable/" class="megaMenu__link" >                                                            <span class="megaMenu__link__icon">
                                                                <svg class="symbol symbol--turntables" viewbox="0 0 48 48" version="1" xmlns="http://www.w3.org/2000/svg"><title>1 fundament/icons/product/turntables</title><path d="M38.757 23.01l4.31-4.477.082-3.942a2.43 2.43 0 0 1 2.476-2.382 2.432 2.432 0 0 1 2.374 2.485l-.086 4.134a2.43 2.43 0 0 1-2.477 2.382 2.417 2.417 0 0 1-1.876-.956l-4.7 4.882C38.787 35.55 30.323 44 19.93 44 9.492 44 1 35.476 1 25 1 14.523 9.492 6 19.93 6c9.769 0 17.833 7.464 18.827 17.01zm-1.42 1.475c-.272-9.401-7.976-16.964-17.407-16.964-9.602 0-17.414 7.84-17.414 17.48 0 9.637 7.812 17.477 17.414 17.477 8.995 0 16.419-6.88 17.322-15.671l-9.613 9.987a.771.771 0 0 1-.67.228l-4.33-.648a.775.775 0 0 1-.65-.882.768.768 0 0 1 .879-.653l3.935.59 10.534-10.944zM19.93 19.152c3.218 0 5.827 2.618 5.827 5.848s-2.609 5.848-5.827 5.848c-3.217 0-5.826-2.618-5.826-5.848s2.609-5.848 5.826-5.848zm0 6.86A1.01 1.01 0 0 0 20.94 25a1.01 1.01 0 0 0-1.009-1.012A1.01 1.01 0 0 0 18.922 25a1.01 1.01 0 0 0 1.008 1.012zM5.393 22.075a.507.507 0 0 1-.488-.639C6.729 14.638 12.907 9.891 19.93 9.891a.506.506 0 0 1 0 1.013c-6.567 0-12.344 4.44-14.05 10.796a.506.506 0 0 1-.487.375z" fill="currentColor" fill-rule="evenodd"></path></svg>
                                                            </span>Turntables</a>                                                    </li>
                                            </ul>
                                            <ul class="megaMenu__list">
                                                    <li class="megaMenu__item">
<a href="/en/product/all-in-one-system/" class="megaMenu__link" >                                                            <span class="megaMenu__link__icon">
                                                                <svg class="symbol symbol--allinone" viewbox="0 0 48 48" version="1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>1 fundament/icons/product/all in one</title><defs><path d="M7.004 1.692L7.4.106c3.803.946 6.109 4.822 5.15 8.657a7.17 7.17 0 0 1-3.252 4.412l-.836-1.396a5.53 5.53 0 0 0 2.515-3.409c.74-2.957-1.04-5.947-3.973-6.678zM.784 5.53l1.179.294c.625-1.82 2.475-2.927 4.359-2.604l.297-1.188a5.09 5.09 0 0 0-.946-.089A5.156 5.156 0 0 0 .784 5.53zm6.204-2.135l.297-1.189c2.404.801 3.86 3.271 3.404 5.79l-1.178-.293c.298-1.863-.767-3.677-2.523-4.308zm-2.867 8.633l.297-1.188c-1.816-.599-2.927-2.444-2.624-4.343L.616 6.204c-.463 2.555 1.041 5.06 3.505 5.824zm.967-1.03c1.848.265 3.64-.836 4.255-2.621l1.178.293c-.783 2.438-3.23 3.936-5.73 3.516l.297-1.188z" id="a"></path><path d="M7.004 1.692L7.4.106c3.803.946 6.109 4.822 5.15 8.657a7.17 7.17 0 0 1-3.252 4.412l-.836-1.396a5.53 5.53 0 0 0 2.515-3.409c.74-2.957-1.04-5.947-3.973-6.678zM.784 5.53l1.179.294c.625-1.82 2.475-2.927 4.359-2.604l.297-1.188a5.09 5.09 0 0 0-.946-.089A5.155 5.155 0 0 0 .784 5.53zm6.204-2.135l.297-1.189c2.404.801 3.86 3.271 3.404 5.79l-1.178-.293c.298-1.863-.767-3.677-2.523-4.308zm-2.867 8.633l.297-1.188c-1.816-.599-2.927-2.444-2.624-4.343L.616 6.204c-.463 2.555 1.041 5.06 3.505 5.824zm.967-1.03c1.848.265 3.64-.836 4.255-2.621l1.178.293c-.783 2.438-3.23 3.936-5.73 3.516l.297-1.188z" id="c"></path></defs><g fill="currentColor" fill-rule="evenodd"><path d="M22.358 24.954l-1.178-.293c-.613 1.785-2.406 2.887-4.254 2.621l-.297 1.189c2.499.42 4.947-1.078 5.73-3.517zm-8.726-2.172l-1.179-.294c-.462 2.555 1.042 5.06 3.506 5.824l.297-1.188c-1.817-.598-2.928-2.443-2.624-4.342zm8.895 1.499c.456-2.52-1-4.99-3.404-5.79l-.297 1.188c1.756.632 2.82 2.445 2.523 4.309l1.178.293zm-4.367-4.776l.296-1.188c-2.535-.48-5.04 1.026-5.834 3.498l1.178.294c.625-1.82 2.475-2.927 4.36-2.604zm1.078-3.115l-.396 1.586c2.933.731 4.712 3.721 3.973 6.68a5.53 5.53 0 0 1-2.516 3.407l.837 1.397a7.171 7.171 0 0 0 3.253-4.413c.957-3.834-1.349-7.71-5.151-8.657z" fill="currentColor"></path><g transform="translate(11.838 16.285)"><mask id="b" fill="#fff"><use xlink:href="#a"></use></mask><path fill="currentColor" mask="url(#b)" d="M1.385 14.195l12.173-1.557-1.683-13.16L-.298 1.034z"></path></g><use fill="currentColor" xlink:href="#c" transform="translate(11.838 16.285)"></use><path d="M17.49 23.963a.573.573 0 1 1 0-1.146.573.573 0 0 1 0 1.146m0-3.882a3.309 3.309 0 1 0 0 6.618 3.309 3.309 0 0 0 0-6.618" fill="currentColor"></path><path d="M17.712 39.052c-8.685 0-15.75-7.065-15.75-15.75 0-8.685 7.065-15.75 15.75-15.75 8.685 0 15.75 7.065 15.75 15.75 0 8.685-7.065 15.75-15.75 15.75m11.84-4.288c.398-.31.857-.479 1.324-.528.214-.257.42-.52.618-.79a2.599 2.599 0 0 1 .954-2.513c.242-.188.507-.317.781-.408.174-.37.334-.749.481-1.133a2.602 2.602 0 0 1 .793-3.068c.02-.016.044-.025.065-.04.094-.53.162-1.068.206-1.613-.045-.05-.095-.09-.136-.143a2.61 2.61 0 0 1 .067-3.288 16.936 16.936 0 0 0-.326-1.842 2.593 2.593 0 0 1-.588-.538 2.605 2.605 0 0 1-.409-2.444c-.146-.33-.302-.656-.469-.976a2.578 2.578 0 0 1-1.117-.82 2.59 2.59 0 0 1-.536-1.768c-.172-.222-.349-.44-.532-.654a2.592 2.592 0 0 1-2.536-2.42c-.228-.178-.46-.35-.699-.516A2.598 2.598 0 0 1 25 8.305a2.576 2.576 0 0 1-.359-.653 16.972 16.972 0 0 0-.766-.319c-.319.14-.67.22-1.04.22a2.602 2.602 0 0 1-2.125-1.104c-.3-.053-.6-.098-.905-.136a2.59 2.59 0 0 1-3.563-.064c-.49.042-.974.104-1.452.186a2.602 2.602 0 0 1-2.135 1.117c-.382 0-.742-.087-1.068-.234-.467.18-.925.377-1.37.595a2.604 2.604 0 0 1-2.435 1.689c-.098 0-.192-.019-.288-.03-.364.273-.714.561-1.055.86a2.602 2.602 0 0 1-2.072 2.162c-.255.317-.5.643-.731.978a2.603 2.603 0 0 1-1.648 2.962 16.77 16.77 0 0 0-.37.93A2.59 2.59 0 0 1 .83 20.47c-.083.49-.142.987-.181 1.489a2.59 2.59 0 0 1 .012 2.84c.019.225.044.448.072.67a2.6 2.6 0 0 1 1.078 2.105c0 .442-.12.851-.313 1.216.11.326.23.648.36.965A2.606 2.606 0 0 1 3.87 32.29c0 .3-.062.584-.155.853.17.241.345.477.527.709.06-.004.118-.018.179-.018a2.61 2.61 0 0 1 2.609 2.61c0 .07-.015.137-.02.207.15.122.3.243.455.359.213-.057.434-.096.665-.096 1.223 0 2.242.845 2.525 1.98.285.13.575.253.868.367a2.576 2.576 0 0 1 1.186-.298c.932 0 1.744.493 2.206 1.228.24.04.482.073.725.102a2.6 2.6 0 0 1 3.74.048c.27-.027.54-.06.806-.099a2.603 2.603 0 0 1 2.185-1.19c.45 0 .867.125 1.236.325.459-.169.906-.36 1.345-.565.166-.419.432-.804.813-1.1a2.597 2.597 0 0 1 1.947-.525c.29-.21.576-.426.853-.654.075-.675.41-1.32.987-1.77" fill="#979797"></path><path d="M6.275 22.654a.456.456 0 0 1-.441-.576c1.649-6.126 7.237-10.405 13.59-10.405a.457.457 0 0 1 0 .914c-5.94 0-11.166 4-12.708 9.728a.457.457 0 0 1-.44.339" fill="currentColor"></path><path d="M17.617 8.652c-8.037 0-14.576 6.663-14.576 14.853S9.58 38.358 17.617 38.358c8.038 0 14.577-6.663 14.577-14.853S25.654 8.652 17.617 8.652m0 31c-8.737 0-15.845-7.244-15.845-16.147 0-8.903 7.108-16.146 15.845-16.146 8.737 0 15.846 7.243 15.846 16.146s-7.109 16.146-15.846 16.146" fill="currentColor"></path><path d="m42.669 10.45v2.686" stroke="currentcolor" stroke="" d="M42.669 10.45v2.686" stroke="currentColor"></path></g></svg>
                                                            </span>All-in-one DJ systems</a>                                                    </li>
                                                    <li class="megaMenu__item">
<a href="/en/product/effector/" class="megaMenu__link" >                                                            <span class="megaMenu__link__icon">
                                                                <svg class="symbol symbol--remixstation" viewbox="0 0 48 48" version="1" xmlns="http://www.w3.org/2000/svg"><title>1 fundament/icons/product/remix station</title><path d="M16.623 26.004c0-4.604 3.233-8.669 7.839-9.85 3.775-.97 7.717.075 10.434 2.789 1.518 1.517 2.461 3.326 2.815 5.414.859 5.07-2.337 9.98-7.43 11.423-4.01 1.137-8.238-.026-11.02-3.05-1.33-1.445-2.165-3.131-2.486-5.045-.093-.554-.127-1.118-.188-1.677l.036-.004m9.852-4.71c-2.016.226-4.243 2.045-4.209 4.78.033 2.64 2.315 4.783 5.138 4.71 2.706-.068 4.909-2.316 4.805-4.934-.108-2.747-2.402-4.37-4.212-4.553v4.435c0 .06-.001.122-.007.183-.038.404-.447.709-.86.642-.407-.066-.655-.364-.655-.792v-4.471zm.753 10.954c-3.589-.002-6.485-2.802-6.482-6.266.003-3.435 2.919-6.226 6.501-6.223 3.583.003 6.49 2.807 6.486 6.254-.005 3.445-2.917 6.237-6.505 6.235zm.011 2.553c.462-.041.927-.06 1.384-.128 1.869-.28 3.522-1.025 4.876-2.304 2.513-2.377 3.415-5.256 2.56-8.56-.963-3.723-4.338-6.342-8.302-6.561a9.236 9.236 0 0 0-5.202 1.23c-3.47 1.987-5.177 5.987-4.154 9.723 1.063 3.878 4.689 6.577 8.838 6.6M47 25.341v1.324c-.007.052-.02.103-.021.155a17.434 17.434 0 0 1-.458 3.345c-.997 4.17-3.19 7.638-6.578 10.38-3.294 2.665-7.105 4.12-11.39 4.41l-.642.045H26.52c-.058-.007-.116-.02-.174-.022a19.955 19.955 0 0 1-3.861-.534c-3.21-.768-6.051-2.216-8.505-4.36-2.873-2.509-4.824-5.575-5.84-9.194-.073-.259-.137-.52-.207-.788-.04.024-.073.042-.104.062-1.22.774-2.442 1.546-3.66 2.322-.748.475-1.491.955-2.237 1.431a.587.587 0 0 1-.459.083c-.253-.056-.391-.222-.472-.447V20.341c.01-.022.02-.044.027-.067.152-.439.673-.586 1.047-.295.03.022.06.046.09.066l5.383 3.398c.03.019.062.032.09.047.08-.436.145-.86.235-1.279.636-2.979 1.915-5.675 3.905-8.027 3.708-4.384 8.504-6.76 14.342-7.143 2-.131 3.978.055 5.921.534 4.456 1.099 8.11 3.403 10.918 6.927 2.403 3.015 3.724 6.442 3.996 10.244.014.199.03.397.046.596m-6.996 12.16c3.59-3.86 5.188-8.345 4.579-13.505-.47-3.98-2.291-7.335-5.251-10.131l-.105.11c-.949 1.026-1.897 2.051-2.847 3.075-.308.331-.782.363-1.106.08-.32-.28-.33-.73-.023-1.062l2.273-2.454c.217-.233.433-.468.649-.702-6.07-4.85-15.367-4.958-21.568-.23.016.019.031.038.048.056l1.757 1.898c.448.484.898.966 1.343 1.451a.719.719 0 0 1-.3 1.191c-.311.107-.616.02-.863-.246l-3.067-3.312c-.03-.033-.061-.064-.094-.098-.031.026-.054.043-.076.063-2.238 2.01-3.839 4.417-4.777 7.232a15.95 15.95 0 0 0-.769 3.836c-.006.084.019.132.093.178.645.403 1.287.81 1.929 1.216.51.322.507 1.155-.004 1.48-.575.364-1.148.73-1.725 1.092-.075.047-.103.094-.084.179.038.17.066.345.104.516.69 3.137 2.186 5.86 4.468 8.182.051.053.098.11.148.167.045-.044.07-.066.091-.09l1.817-1.962c.352-.38.701-.763 1.058-1.138a.768.768 0 0 1 .926-.143c.3.16.463.491.362.81a1.127 1.127 0 0 1-.25.403c-.91.992-1.828 1.979-2.743 2.967l-.13.144c6.797 5.646 16.844 5.218 23.026-.245l-.09-.101-1.191-1.287c-.482-.52-.965-1.038-1.444-1.561a.7.7 0 0 1-.067-.904c.284-.401.863-.43 1.213-.055.858.923 1.713 1.848 2.57 2.773l.12.128" fill="currentColor" fill-rule="evenodd"></path></svg>
                                                            </span>Remix stations</a>                                                    </li>
                                                    <li class="megaMenu__item">
<a href="/en/product/dj-sampler/" class="megaMenu__link" >                                                            <span class="megaMenu__link__icon">
                                                                <svg class="symbol symbol--djsampler" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewbox="0 0 37 36"> <defs><polygon id="sampler-a" points="6 7.299 42.848 7.299 42.848 41.565 6 41.565"></polygon></defs><g fill="none" fill-rule="evenodd" transform="translate(-6 -6)"><mask id="sampler-b" fill="#fff"><use xlink:href="#sampler-a"></use></mask><path fill="currentColor" d="M8.97770308,8.31941924 C8.03562615,8.31941924 7.26830308,8.96395255 7.23187231,9.7869287 L7.13339538,24.6894394 C7.13168769,24.729969 7.13168769,24.7710615 7.13339538,24.812154 L7.22788769,39.0785751 C7.26602615,39.9009883 8.03278,40.5438329 8.97371846,40.5438329 L39.86758,40.5438329 C40.80738,40.5438329 41.5741338,39.9009883 41.6128415,39.079138 L41.7147338,24.812154 C41.7170108,24.7704986 41.7170108,24.7288432 41.7153031,24.6877507 L41.6094262,9.78580288 C41.5724262,8.96338964 40.8056723,8.31941924 39.8641646,8.31941924 L8.97770308,8.31941924 Z M8.97371846,41.5649538 C7.42427231,41.5649538 6.16114923,40.4909192 6.09739538,39.1219192 L6.00233385,24.8543724 C5.99948769,24.7856972 5.99948769,24.717022 6.00233385,24.6483469 L6.10081077,9.74583618 C6.16228769,8.37402163 7.42541077,7.29886127 8.97770308,7.29886127 L39.8641646,7.29886127 C41.41418,7.29886127 42.6784415,8.37289581 42.7404877,9.74471036 L42.8457954,24.647784 C42.8492108,24.717022 42.8492108,24.7862601 42.8457954,24.8554982 L42.7433338,39.1224822 C42.67958,40.4914822 41.4158877,41.5649538 39.86758,41.5649538 L8.97371846,41.5649538 Z" mask="url(#sampler-b)"></path><path fill="currentColor" d="M17.8519538 19.8062975L17.1728615 19.8062975C16.2854308 19.8062975 15.5590923 19.0885857 15.5590923 18.2104442L15.5590923 17.5388912C15.5590923 16.6613127 16.2854308 15.9436009 17.1728615 15.9436009L17.8519538 15.9436009C18.7393846 15.9436009 19.4651538 16.6613127 19.4651538 17.5388912L19.4651538 18.2104442C19.4651538 19.0885857 18.7393846 19.8062975 17.8519538 19.8062975M22.5925646 19.8062975L21.9134723 19.8062975C21.0254723 19.8062975 20.2997031 19.0885857 20.2997031 18.2104442L20.2997031 17.5388912C20.2997031 16.6613127 21.0254723 15.9436009 21.9134723 15.9436009L22.5925646 15.9436009C23.4799954 15.9436009 24.2057646 16.6613127 24.2057646 17.5388912L24.2057646 18.2104442C24.2057646 19.0885857 23.4799954 19.8062975 22.5925646 19.8062975M27.3326631 19.8062975L26.65414 19.8062975C25.76614 19.8062975 25.0403708 19.0885857 25.0403708 18.2104442L25.0403708 17.5388912C25.0403708 16.6613127 25.76614 15.9436009 26.65414 15.9436009L27.3326631 15.9436009C28.2206631 15.9436009 28.9464323 16.6613127 28.9464323 17.5388912L28.9464323 18.2104442C28.9464323 19.0885857 28.2206631 19.8062975 27.3326631 19.8062975M32.0732738 19.8062975L31.3941815 19.8062975C30.5067508 19.8062975 29.7809815 19.0885857 29.7809815 18.2104442L29.7809815 17.5388912C29.7809815 16.6613127 30.5067508 15.9436009 31.3941815 15.9436009L32.0732738 15.9436009C32.9612738 15.9436009 33.6870431 16.6613127 33.6870431 17.5388912L33.6870431 18.2104442C33.6870431 19.0885857 32.9612738 19.8062975 32.0732738 19.8062975M17.8519538 24.3381828L17.1728615 24.3381828C16.2854308 24.3381828 15.5590923 23.6204711 15.5590923 22.7423296L15.5590923 22.0713395C15.5590923 21.193198 16.2854308 20.4754863 17.1728615 20.4754863L17.8519538 20.4754863C18.7393846 20.4754863 19.4651538 21.193198 19.4651538 22.0713395L19.4651538 22.7423296C19.4651538 23.6204711 18.7393846 24.3381828 17.8519538 24.3381828M22.5925646 24.3381828L21.9134723 24.3381828C21.0254723 24.3381828 20.2997031 23.6204711 20.2997031 22.7423296L20.2997031 22.0713395C20.2997031 21.193198 21.0254723 20.4754863 21.9134723 20.4754863L22.5925646 20.4754863C23.4799954 20.4754863 24.2057646 21.193198 24.2057646 22.0713395L24.2057646 22.7423296C24.2057646 23.6204711 23.4799954 24.3381828 22.5925646 24.3381828M27.3326631 24.3381828L26.65414 24.3381828C25.76614 24.3381828 25.0403708 23.6204711 25.0403708 22.7423296L25.0403708 22.0713395C25.0403708 21.193198 25.76614 20.4754863 26.65414 20.4754863L27.3326631 20.4754863C28.2206631 20.4754863 28.9464323 21.193198 28.9464323 22.0713395L28.9464323 22.7423296C28.9464323 23.6204711 28.2206631 24.3381828 27.3326631 24.3381828M32.0732738 24.3381828L31.3941815 24.3381828C30.5067508 24.3381828 29.7809815 23.6204711 29.7809815 22.7423296L29.7809815 22.0713395C29.7809815 21.193198 30.5067508 20.4754863 31.3941815 20.4754863L32.0732738 20.4754863C32.9612738 20.4754863 33.6870431 21.193198 33.6870431 22.0713395L33.6870431 22.7423296C33.6870431 23.6204711 32.9612738 24.3381828 32.0732738 24.3381828M17.8519538 28.8700682L17.1728615 28.8700682C16.2854308 28.8700682 15.5590923 28.1523564 15.5590923 27.2747779L15.5590923 26.6032248C15.5590923 25.7256463 16.2854308 25.0073716 17.1728615 25.0073716L17.8519538 25.0073716C18.7393846 25.0073716 19.4651538 25.7256463 19.4651538 26.6032248L19.4651538 27.2747779C19.4651538 28.1523564 18.7393846 28.8700682 17.8519538 28.8700682M22.5925646 28.8700682L21.9134723 28.8700682C21.0254723 28.8700682 20.2997031 28.1523564 20.2997031 27.2747779L20.2997031 26.6032248C20.2997031 25.7256463 21.0254723 25.0073716 21.9134723 25.0073716L22.5925646 25.0073716C23.4799954 25.0073716 24.2057646 25.7256463 24.2057646 26.6032248L24.2057646 27.2747779C24.2057646 28.1523564 23.4799954 28.8700682 22.5925646 28.8700682M27.3326631 28.8700682L26.65414 28.8700682C25.76614 28.8700682 25.0403708 28.1523564 25.0403708 27.2747779L25.0403708 26.6032248C25.0403708 25.7256463 25.76614 25.0073716 26.65414 25.0073716L27.3326631 25.0073716C28.2206631 25.0073716 28.9464323 25.7256463 28.9464323 26.6032248L28.9464323 27.2747779C28.9464323 28.1523564 28.2206631 28.8700682 27.3326631 28.8700682M32.0732738 28.8700682L31.3941815 28.8700682C30.5067508 28.8700682 29.7809815 28.1523564 29.7809815 27.2747779L29.7809815 26.6032248C29.7809815 25.7256463 30.5067508 25.0073716 31.3941815 25.0073716L32.0732738 25.0073716C32.9612738 25.0073716 33.6870431 25.7256463 33.6870431 26.6032248L33.6870431 27.2747779C33.6870431 28.1523564 32.9612738 28.8700682 32.0732738 28.8700682" mask="url(#sampler-b)"></path><path fill="currentColor" d="M36.6231923 6.00016887L12.6227154 6.00016887C11.2673769 6.00016887 12.3910385 14.6312861 13.1925154 14.6312861L36.0533923 14.6312861C36.8548692 14.6312861 37.9785308 6.00016887 36.6231923 6.00016887M40.6261938 32.3629884C40.6261938 32.2594127 40.5413785 32.1755389 40.43664 32.1755389L36.4599938 32.1755389C36.3552554 32.1755389 36.27044 32.2594127 36.27044 32.3629884 36.27044 32.4671269 36.3552554 32.5504378 36.4599938 32.5504378L40.43664 32.5504378C40.5413785 32.5504378 40.6261938 32.4671269 40.6261938 32.3629884M40.6261938 30.637947C40.6261938 30.5338085 40.5413785 30.4504976 40.43664 30.4504976L36.4599938 30.4504976C36.3552554 30.4504976 36.27044 30.5338085 36.27044 30.637947 36.27044 30.7415227 36.3552554 30.8253965 36.4599938 30.8253965L40.43664 30.8253965C40.5413785 30.8253965 40.6261938 30.7415227 40.6261938 30.637947M40.6261938 28.9123991C40.6261938 28.8088234 40.5413785 28.7249497 40.43664 28.7249497L36.4599938 28.7249497C36.3552554 28.7249497 36.27044 28.8088234 36.27044 28.9123991 36.27044 29.0165377 36.3552554 29.1004114 36.4599938 29.1004114L40.43664 29.1004114C40.5413785 29.1004114 40.6261938 29.0165377 40.6261938 28.9123991M40.6261938 27.1874141C40.6261938 27.0838384 40.5413785 26.9999646 40.43664 26.9999646L36.4599938 26.9999646C36.3552554 26.9999646 36.27044 27.0838384 36.27044 27.1874141 36.27044 27.2909897 36.3552554 27.3748635 36.4599938 27.3748635L40.43664 27.3748635C40.5413785 27.3748635 40.6261938 27.2909897 40.6261938 27.1874141M40.6261938 25.4623727C40.6261938 25.3582342 40.5413785 25.2749233 40.43664 25.2749233L36.4599938 25.2749233C36.3552554 25.2749233 36.27044 25.3582342 36.27044 25.4623727 36.27044 25.5659484 36.3552554 25.6498222 36.4599938 25.6498222L40.43664 25.6498222C40.5413785 25.6498222 40.6261938 25.5659484 40.6261938 25.4623727M40.6261938 23.7368248C40.6261938 23.6332491 40.5413785 23.5493754 40.43664 23.5493754L36.4599938 23.5493754C36.3552554 23.5493754 36.27044 23.6332491 36.27044 23.7368248 36.27044 23.8409634 36.3552554 23.9242742 36.4599938 23.9242742L40.43664 23.9242742C40.5413785 23.9242742 40.6261938 23.8409634 40.6261938 23.7368248M40.6261938 22.0117835C40.6261938 21.9082078 40.5413785 21.824334 40.43664 21.824334L36.4599938 21.824334C36.3552554 21.824334 36.27044 21.9082078 36.27044 22.0117835 36.27044 22.1153591 36.3552554 22.1992329 36.4599938 22.1992329L40.43664 22.1992329C40.5413785 22.1992329 40.6261938 22.1153591 40.6261938 22.0117835M40.6261938 20.2867984C40.6261938 20.1826599 40.5413785 20.099349 40.43664 20.099349L36.4599938 20.099349C36.3552554 20.099349 36.27044 20.1826599 36.27044 20.2867984 36.27044 20.3903741 36.3552554 20.4742479 36.4599938 20.4742479L40.43664 20.4742479C40.5413785 20.4742479 40.6261938 20.3903741 40.6261938 20.2867984M40.6261938 18.5611942C40.6261938 18.4576185 40.5413785 18.3737448 40.43664 18.3737448L36.4599938 18.3737448C36.3552554 18.3737448 36.27044 18.4576185 36.27044 18.5611942 36.27044 18.6653328 36.3552554 18.7486436 36.4599938 18.7486436L40.43664 18.7486436C40.5413785 18.7486436 40.6261938 18.6653328 40.6261938 18.5611942M40.6261938 16.8362092C40.6261938 16.7320706 40.5413785 16.6487597 40.43664 16.6487597L36.4599938 16.6487597C36.3552554 16.6487597 36.27044 16.7320706 36.27044 16.8362092 36.27044 16.9397848 36.3552554 17.0236586 36.4599938 17.0236586L40.43664 17.0236586C40.5413785 17.0236586 40.6261938 16.9397848 40.6261938 16.8362092M13.3031169 32.3629884C13.3031169 32.2594127 13.2183015 32.1755389 13.1135631 32.1755389L9.13691692 32.1755389C9.03217846 32.1755389 8.94736308 32.2594127 8.94736308 32.3629884 8.94736308 32.4671269 9.03217846 32.5504378 9.13691692 32.5504378L13.1135631 32.5504378C13.2183015 32.5504378 13.3031169 32.4671269 13.3031169 32.3629884M13.3031169 30.637947C13.3031169 30.5338085 13.2183015 30.4504976 13.1135631 30.4504976L9.13691692 30.4504976C9.03217846 30.4504976 8.94736308 30.5338085 8.94736308 30.637947 8.94736308 30.7415227 9.03217846 30.8253965 9.13691692 30.8253965L13.1135631 30.8253965C13.2183015 30.8253965 13.3031169 30.7415227 13.3031169 30.637947M13.3031169 28.9123991C13.3031169 28.8088234 13.2183015 28.7249497 13.1135631 28.7249497L9.13691692 28.7249497C9.03217846 28.7249497 8.94736308 28.8088234 8.94736308 28.9123991 8.94736308 29.0165377 9.03217846 29.1004114 9.13691692 29.1004114L13.1135631 29.1004114C13.2183015 29.1004114 13.3031169 29.0165377 13.3031169 28.9123991M13.3031169 27.1874141C13.3031169 27.0838384 13.2183015 26.9999646 13.1135631 26.9999646L9.13691692 26.9999646C9.03217846 26.9999646 8.94736308 27.0838384 8.94736308 27.1874141 8.94736308 27.2909897 9.03217846 27.3748635 9.13691692 27.3748635L13.1135631 27.3748635C13.2183015 27.3748635 13.3031169 27.2909897 13.3031169 27.1874141M13.3031169 25.4623727C13.3031169 25.3582342 13.2183015 25.2749233 13.1135631 25.2749233L9.13691692 25.2749233C9.03217846 25.2749233 8.94736308 25.3582342 8.94736308 25.4623727 8.94736308 25.5659484 9.03217846 25.6498222 9.13691692 25.6498222L13.1135631 25.6498222C13.2183015 25.6498222 13.3031169 25.5659484 13.3031169 25.4623727M13.3031169 23.7368248C13.3031169 23.6332491 13.2183015 23.5493754 13.1135631 23.5493754L9.13691692 23.5493754C9.03217846 23.5493754 8.94736308 23.6332491 8.94736308 23.7368248 8.94736308 23.8409634 9.03217846 23.9242742 9.13691692 23.9242742L13.1135631 23.9242742C13.2183015 23.9242742 13.3031169 23.8409634 13.3031169 23.7368248M13.3031169 22.0117835C13.3031169 21.9082078 13.2183015 21.824334 13.1135631 21.824334L9.13691692 21.824334C9.03217846 21.824334 8.94736308 21.9082078 8.94736308 22.0117835 8.94736308 22.1153591 9.03217846 22.1992329 9.13691692 22.1992329L13.1135631 22.1992329C13.2183015 22.1992329 13.3031169 22.1153591 13.3031169 22.0117835M13.3031169 20.2867984C13.3031169 20.1826599 13.2183015 20.099349 13.1135631 20.099349L9.13691692 20.099349C9.03217846 20.099349 8.94736308 20.1826599 8.94736308 20.2867984 8.94736308 20.3903741 9.03217846 20.4742479 9.13691692 20.4742479L13.1135631 20.4742479C13.2183015 20.4742479 13.3031169 20.3903741 13.3031169 20.2867984M13.3031169 18.5611942C13.3031169 18.4576185 13.2183015 18.3737448 13.1135631 18.3737448L9.13691692 18.3737448C9.03217846 18.3737448 8.94736308 18.4576185 8.94736308 18.5611942 8.94736308 18.6653328 9.03217846 18.7486436 9.13691692 18.7486436L13.1135631 18.7486436C13.2183015 18.7486436 13.3031169 18.6653328 13.3031169 18.5611942M13.3031169 16.8362092C13.3031169 16.7320706 13.2183015 16.6487597 13.1135631 16.6487597L9.13691692 16.6487597C9.03217846 16.6487597 8.94736308 16.7320706 8.94736308 16.8362092 8.94736308 16.9397848 9.03217846 17.0236586 9.13691692 17.0236586L13.1135631 17.0236586C13.2183015 17.0236586 13.3031169 16.9397848 13.3031169 16.8362092"></path><path stroke="currentColor" d="M12.4109046,37.0306479 C12.4109046,37.8631935 11.7289662,38.5375611 10.8870738,38.5375611 C10.0457508,38.5375611 9.36324308,37.8631935 9.36324308,37.0306479 C9.36324308,36.1981023 10.0457508,35.5231718 10.8870738,35.5231718 C11.7289662,35.5231718 12.4109046,36.1981023 12.4109046,37.0306479 Z"></path><path fill="currentColor" d="M14.8362262 35.5232843C15.6781185 35.5232843 16.3600569 36.1982148 16.3600569 37.0307605 16.3600569 37.8627432 15.6781185 38.5371108 14.8362262 38.5371108 13.9943338 38.5371108 13.3118262 37.8627432 13.3118262 37.0307605 13.3118262 36.1982148 13.9943338 35.5232843 14.8362262 35.5232843M20.3089815 37.0306479C20.3089815 37.8631935 19.6270431 38.5375611 18.7851508 38.5375611 17.9438277 38.5375611 17.26132 37.8631935 17.26132 37.0306479 17.26132 36.1981023 17.9438277 35.5231718 18.7851508 35.5231718 19.6270431 35.5231718 20.3089815 36.1981023 20.3089815 37.0306479M22.7343031 35.5232843C23.5761954 35.5232843 24.2581338 36.1982148 24.2581338 37.0307605 24.2581338 37.8627432 23.5761954 38.5371108 22.7343031 38.5371108 21.8924108 38.5371108 21.2099031 37.8627432 21.2099031 37.0307605 21.2099031 36.1982148 21.8924108 35.5232843 22.7343031 35.5232843"></path><path stroke="currentColor" d="M28.2070585,37.0306479 C28.2070585,37.8631935 27.52512,38.5375611 26.6832277,38.5375611 C25.8419046,38.5375611 25.1593969,37.8631935 25.1593969,37.0306479 C25.1593969,36.1981023 25.8419046,35.5231718 26.6832277,35.5231718 C27.52512,35.5231718 28.2070585,36.1981023 28.2070585,37.0306479 Z"></path><path fill="currentColor" d="M30.63238 35.5232843C31.4742723 35.5232843 32.1562108 36.1982148 32.1562108 37.0307605 32.1562108 37.8627432 31.4742723 38.5371108 30.63238 38.5371108 29.7904877 38.5371108 29.10798 37.8627432 29.10798 37.0307605 29.10798 36.1982148 29.7904877 35.5232843 30.63238 35.5232843M36.1051354 37.0306479C36.1051354 37.8631935 35.4231969 38.5375611 34.5813046 38.5375611 33.7399815 38.5375611 33.0574738 37.8631935 33.0574738 37.0306479 33.0574738 36.1981023 33.7399815 35.5231718 34.5813046 35.5231718 35.4231969 35.5231718 36.1051354 36.1981023 36.1051354 37.0306479M38.5304569 35.5232843C39.3723492 35.5232843 40.0542877 36.1982148 40.0542877 37.0307605 40.0542877 37.8627432 39.3723492 38.5371108 38.5304569 38.5371108 37.6885646 38.5371108 37.0060569 37.8627432 37.0060569 37.0307605 37.0060569 36.1982148 37.6885646 35.5232843 38.5304569 35.5232843M17.8519538 33.4025164L17.1728615 33.4025164C16.2854308 33.4025164 15.5590923 32.6842418 15.5590923 31.8066632L15.5590923 31.1351102C15.5590923 30.2575317 16.2854308 29.5398199 17.1728615 29.5398199L17.8519538 29.5398199C18.7393846 29.5398199 19.4651538 30.2575317 19.4651538 31.1351102L19.4651538 31.8066632C19.4651538 32.6842418 18.7393846 33.4025164 17.8519538 33.4025164M22.5925646 33.4025164L21.9134723 33.4025164C21.0254723 33.4025164 20.2997031 32.6842418 20.2997031 31.8066632L20.2997031 31.1351102C20.2997031 30.2575317 21.0254723 29.5398199 21.9134723 29.5398199L22.5925646 29.5398199C23.4799954 29.5398199 24.2057646 30.2575317 24.2057646 31.1351102L24.2057646 31.8066632C24.2057646 32.6842418 23.4799954 33.4025164 22.5925646 33.4025164M27.3326631 33.4025164L26.65414 33.4025164C25.76614 33.4025164 25.0403708 32.6842418 25.0403708 31.8066632L25.0403708 31.1351102C25.0403708 30.2575317 25.76614 29.5398199 26.65414 29.5398199L27.3326631 29.5398199C28.2206631 29.5398199 28.9464323 30.2575317 28.9464323 31.1351102L28.9464323 31.8066632C28.9464323 32.6842418 28.2206631 33.4025164 27.3326631 33.4025164M32.0732738 33.4025164L31.3941815 33.4025164C30.5067508 33.4025164 29.7809815 32.6842418 29.7809815 31.8066632L29.7809815 31.1351102C29.7809815 30.2575317 30.5067508 29.5398199 31.3941815 29.5398199L32.0732738 29.5398199C32.9612738 29.5398199 33.6870431 30.2575317 33.6870431 31.1351102L33.6870431 31.8066632C33.6870431 32.6842418 32.9612738 33.4025164 32.0732738 33.4025164"></path></g></svg>
                                                            </span>DJ samplers</a>                                                    </li>
                                                    <li class="megaMenu__item">
<a href="/en/product/production/" class="megaMenu__link" >                                                            <span class="megaMenu__link__icon">
                                                                <svg class="symbol symbol--production" viewbox="0 0 48 48" version="1" xmlns="http://www.w3.org/2000/svg">
  <g fill="none">
    <path d="M35.144 42.434H12.858C10.736 42.434 9 40.642 9 38.452V9.982C9 7.792 10.736 6 12.858 6h22.286c2.122 0 3.858 1.792 3.858 3.982v28.47c0 2.19-1.736 3.982-3.858 3.982z" stroke="currentColor" stroke-width="2"></path>
    <path d="M13.604 9.613v2.184" stroke="currentColor" stroke-linecap="round"></path>
    <path d="M15.866 11.628c0 1.375-1.013 2.49-2.261 2.49-1.25 0-2.263-1.115-2.263-2.49 0-1.375 1.013-2.49 2.263-2.49 1.248 0 2.261 1.115 2.261 2.49z" stroke="currentColor"></path>
    <path d="M21.596 12.79l-1.771-1.197" stroke="currentColor" stroke-linecap="round"></path>
    <path d="M18.524 13.504c-1.115-.753-1.465-2.238-.781-3.317.684-1.078 2.143-1.343 3.258-.59 1.115.753 1.465 2.239.78 3.318-.684 1.078-2.142 1.343-3.257.59z" stroke="currentColor"></path>
    <path d="M18.303 35.475H11.7a.656.656 0 0 1-.643-.664v-3.77c0-.366.29-.665.643-.665h6.603c.354 0 .643.3.643.664v3.771c0 .365-.29.664-.643.664M27.299 35.475h-6.603a.656.656 0 0 1-.643-.664v-3.77c0-.366.289-.665.643-.665h6.603c.353 0 .643.3.643.664v3.771c0 .365-.29.664-.643.664M36.294 35.475h-6.603a.656.656 0 0 1-.643-.664v-3.77c0-.366.29-.665.643-.665h6.603c.354 0 .643.3.643.664v3.771c0 .365-.289.664-.643.664M18.303 28.935H11.7a.656.656 0 0 1-.643-.663V24.5c0-.365.29-.664.643-.664h6.603c.354 0 .643.299.643.664v3.77c0 .366-.29.664-.643.664M27.299 28.935h-6.603a.656.656 0 0 1-.643-.663V24.5c0-.365.289-.664.643-.664h6.603c.353 0 .643.299.643.664v3.77c0 .366-.29.664-.643.664M36.294 28.935h-6.603a.656.656 0 0 1-.643-.663V24.5c0-.365.29-.664.643-.664h6.603c.354 0 .643.299.643.664v3.77c0 .366-.289.664-.643.664M18.303 22.238H11.7a.656.656 0 0 1-.643-.664v-3.77c0-.366.29-.665.643-.665h6.603c.354 0 .643.3.643.664v3.771c0 .365-.29.664-.643.664M27.299 22.238h-6.603a.656.656 0 0 1-.643-.664v-3.77c0-.366.289-.665.643-.665h6.603c.353 0 .643.3.643.664v3.771c0 .365-.29.664-.643.664M36.294 22.238h-6.603a.656.656 0 0 1-.643-.664v-3.77c0-.366.29-.665.643-.665h6.603c.354 0 .643.3.643.664v3.771c0 .365-.289.664-.643.664M20.557 38.182l-3.147-.007a.733.733 0 0 0-.723.743.734.734 0 0 0 .72.747l3.147.007a.734.734 0 0 0 .724-.744.734.734 0 0 0-.72-.746M25.566 38.182l-3.148-.007a.733.733 0 0 0-.722.743.734.734 0 0 0 .72.747l3.147.007a.734.734 0 0 0 .723-.744.734.734 0 0 0-.72-.746M30.588 38.182l-3.148-.007a.733.733 0 0 0-.723.743.734.734 0 0 0 .72.747l3.147.007a.734.734 0 0 0 .724-.744.734.734 0 0 0-.72-.746" fill="currentColor"></path>
  </g>
</svg>
                                                            </span>Music production</a>                                                    </li>
                                            </ul>
                                            <ul class="megaMenu__list">
                                                    <li class="megaMenu__item">
<a href="/en/product/headphones/" class="megaMenu__link" >                                                            <span class="megaMenu__link__icon">
                                                                <svg class="symbol symbol--headphones" viewbox="0 0 48 48" version="1" xmlns="http://www.w3.org/2000/svg"><title>1 fundament/icons/product/headphones</title><path d="M37.356 34.93l.756-2.346 1.153-3.581c.232-.719-.266-1.46-1.111-1.657a1.834 1.834 0 0 0-.987.046l.157-.49c.232-.719-.266-1.46-1.111-1.657-.846-.196-1.718.226-1.95.945l-4.38 13.6c-.231.718.267 1.965 1.112 2.162.14.032.28.048.42.048.697 0 1.336-.9 1.53-1.498l.034-.11c.203.219.482.388.822.468.14.032.282.048.42.048.698 0 1.337-.394 1.53-.993l.959-2.978c.421.168.842.253 1.26.253.19 0 .379-.017.567-.053 1.67-.31 2.488-1.871 2.576-2.049 1.032-2.188 2.779-8.81 2.852-9.09a1.047 1.047 0 0 0-.714-1.27l-4.067-1.214a1.051 1.051 0 0 0-1.309.702 1.046 1.046 0 0 0 .705 1.304l3.09.923c-.529 1.936-1.728 6.205-2.45 7.736-.001 0-.432.786-1.076.9-.254.046-.526-.022-.788-.148zM13.29 36.938l.96 2.978c.192.6.831.993 1.53.993.137 0 .279-.016.419-.048.34-.08.62-.25.822-.467l.035.109c.193.599.832 1.498 1.53 1.498.138 0 .28-.016.42-.048.844-.197 1.342-1.444 1.11-2.162l-4.38-13.6c-.23-.719-1.103-1.141-1.95-.945-.844.197-1.342.938-1.11 1.657l.157.49a1.834 1.834 0 0 0-.987-.046c-.845.197-1.343.938-1.111 1.657l1.153 3.58.756 2.348c-.262.126-.534.194-.788.149-.644-.115-1.075-.9-1.075-.9-.723-1.532-1.922-5.8-2.45-7.737l3.089-.923c.556-.166.871-.75.705-1.304a1.051 1.051 0 0 0-1.309-.702L6.75 24.729a1.047 1.047 0 0 0-.714 1.268c.073.28 1.82 6.903 2.852 9.091.088.178.906 1.74 2.576 2.05.188.035.378.052.568.052.417 0 .838-.085 1.26-.253zm27.395-14.974a1.207 1.207 0 0 1-1.205-1.333c.055-.523.083-1.048.083-1.56 0-8.082-6.599-14.657-14.71-14.657-8.112 0-14.711 6.575-14.711 14.658 0 .51.028 1.036.083 1.56a1.208 1.208 0 0 1-1.076 1.326 1.212 1.212 0 0 1-1.332-1.074 17.231 17.231 0 0 1-.097-1.812C7.72 9.658 15.406 2 24.852 2 34.3 2 41.985 9.658 41.985 19.07c0 .596-.033 1.206-.098 1.813a1.21 1.21 0 0 1-1.202 1.08z" fill="currentColor" fill-rule="evenodd"></path></svg>
                                                            </span>Headphones</a>                                                    </li>
                                                    <li class="megaMenu__item">
<a href="/en/product/monitor-speakers/" class="megaMenu__link" >                                                            <span class="megaMenu__link__icon">
                                                                <svg class="symbol symbol--monitors" viewbox="0 0 48 48" version="1" xmlns="http://www.w3.org/2000/svg"><title>1 fundament/icons/product/monitor speakers</title><path d="M11.795 47c-2.096 0-3.806-1.41-3.893-3.208l-.899-18.737a2.641 2.641 0 0 1 0-.27l.904-19.57C7.99 3.411 9.7 2 11.8 2h26.391C40.29 2 42 3.411 42.084 5.213l.913 19.57c.004.091.004.182 0 .273l-.91 18.736C42.002 45.591 40.292 47 38.197 47H11.795zM11.8 3.34c-1.275 0-2.313.847-2.363 1.927l-.904 19.571a2.81 2.81 0 0 0 0 .161l.9 18.736c.052 1.08 1.089 1.925 2.362 1.925h26.4c1.273 0 2.31-.845 2.363-1.925L41.466 25a1.637 1.637 0 0 0 0-.162l-.913-19.57c-.05-1.081-1.088-1.927-2.362-1.927h-26.39zm13.195 31.771c-7.394 0-13.408-5.772-13.408-12.867 0-7.095 6.014-12.868 13.408-12.868 7.393 0 13.409 5.773 13.409 12.868 0 7.095-6.016 12.867-13.409 12.867zm0-24.338c-6.59 0-11.953 5.146-11.953 11.471 0 6.326 5.362 11.471 11.953 11.471 6.59 0 11.953-5.145 11.953-11.47 0-6.326-5.362-11.472-11.953-11.472zm0 2.573c5.121 0 9.272 3.984 9.272 8.898 0 4.915-4.15 8.898-9.272 8.898-5.121 0-9.272-3.983-9.272-8.898 0-4.914 4.15-8.898 9.272-8.898zm0 12.815c2.255 0 4.082-1.753 4.082-3.917 0-2.163-1.827-3.917-4.082-3.917-2.254 0-4.082 1.754-4.082 3.917 0 2.164 1.828 3.917 4.082 3.917zm0-7.109c1.834 0 3.327 1.432 3.327 3.192 0 1.76-1.493 3.193-3.327 3.193-1.834 0-3.326-1.433-3.326-3.193s1.492-3.192 3.326-3.192zm0 4.982c1.03 0 1.865-.801 1.865-1.79 0-.988-.835-1.789-1.865-1.789s-1.864.8-1.864 1.79c0 .988.834 1.789 1.864 1.789zm8.657 14.59c.977 0 1.652.94 1.302 1.817l-.82 2.062c-.207.518-.726.86-1.304.86H17.16a1.395 1.395 0 0 1-1.303-.86l-.821-2.062c-.35-.876.325-1.817 1.302-1.817h17.314z" fill="currentColor" fill-rule="evenodd"></path></svg>
                                                            </span>Monitor speakers</a>                                                    </li>
                                                    <li class="megaMenu__item">
<a href="/en/product/pa-speakers/" class="megaMenu__link" >                                                            <span class="megaMenu__link__icon">
                                                                <svg class="symbol symbol--paspeakers" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewbox="0 0 34 47"><defs><polygon id="pa-speakers-a" points="0 .095 33.799 .095 33.799 45.508 0 45.508"></polygon></defs>
  <g fill="none" fill-rule="evenodd"><g transform="translate(0 .651)"><mask id="pa-speakers-b" fill="#fff"><use xlink:href="#pa-speakers-a"></use></mask><path fill="currentColor" d="M3.95261333,1.44730159 C2.70216889,1.44730159 1.68368,2.30150794 1.63456889,3.39220635 L1.50385778,23.1426508 C1.50234667,23.1963651 1.50234667,23.2515714 1.50385778,23.3052857 L1.63003556,42.2127143 C1.68065778,43.3026667 2.69839111,44.155381 3.94732444,44.155381 L29.84248,44.155381 C31.0899022,44.155381 32.1076356,43.3026667 32.1590133,42.2142063 L32.2942578,23.3052857 C32.29728,23.2500794 32.29728,23.194873 32.2950133,23.1411587 L32.15448,3.39071429 C32.1053689,2.30150794 31.0876356,1.44730159 29.8371911,1.44730159 L3.95261333,1.44730159 Z M3.94732444,45.5079365 C1.89070222,45.5079365 0.214124444,44.085254 0.128746667,42.2701587 L0.00332444444,23.3619841 C-0.00120888889,23.2702222 -0.00120888889,23.1792063 0.00332444444,23.0881905 L0.134035556,3.33774603 C0.215635556,1.5204127 1.89145778,0.0947460317 3.95261333,0.0947460317 L29.8371911,0.0947460317 C31.8953244,0.0947460317 33.5734133,1.51892063 33.6557689,3.337 L33.7955467,23.0874444 C33.80008,23.1792063 33.80008,23.2709683 33.7955467,23.3627302 L33.6595467,42.2716508 C33.5741689,44.085254 31.8975911,45.5079365 29.84248,45.5079365 L3.94732444,45.5079365 Z" mask="url(#pa-speakers-b)"></path></g><path fill="currentColor" d="M16.8996622 35.5228984C14.4380622 35.5228984 12.4433956 33.5518825 12.4433956 31.1228032 12.4433956 28.6922317 14.4380622 26.7219619 16.8996622 26.7219619 19.3605067 26.7219619 21.3559289 28.6922317 21.3559289 31.1228032 21.3559289 33.5518825 19.3605067 35.5228984 16.8996622 35.5228984M16.8996622 21.1259778C11.3085511 21.1259778 6.77597333 25.6014222 6.77597333 31.1228032 6.77597333 36.6426921 11.3085511 41.1181365 16.8996622 41.1181365 22.4900178 41.1181365 27.0225956 36.6426921 27.0225956 31.1228032 27.0225956 25.6014222 22.4900178 21.1259778 16.8996622 21.1259778M16.8996622 15.5446905C13.4309067 15.5446905 10.6187289 13.8840238 10.6187289 11.8361667 10.6187289 9.78830952 13.4309067 8.12838889 16.8996622 8.12838889 20.3676622 8.12838889 23.17984 9.78830952 23.17984 11.8361667 23.17984 13.8840238 20.3676622 15.5446905 16.8996622 15.5446905M21.9384622 4.74588095L11.8601067 4.74588095C10.6821956 4.74588095 9.71886222 5.69781746 9.71886222 6.86088095L9.71886222 16.8114524C9.71886222 17.9752619 10.6821956 18.9264524 11.8601067 18.9264524L21.9384622 18.9264524C23.1163733 18.9264524 24.0797067 17.9752619 24.0797067 16.8114524L24.0797067 6.86088095C24.0797067 5.69781746 23.1163733 4.74588095 21.9384622 4.74588095"></path><path fill="currentColor" d="M18.2218844,11.8363905 C18.2218844,12.5578032 17.6295289,13.141946 16.8996622,13.141946 C16.16904,13.141946 15.57744,12.5578032 15.57744,11.8363905 C15.57744,11.1149778 16.16904,10.5308349 16.8996622,10.5308349 C17.6295289,10.5308349 18.2218844,11.1149778 18.2218844,11.8363905"></path><polygon fill="currentColor" points="10.131 45.673 .174 35.841 .954 35.072 10.91 44.904"></polygon><polygon fill="currentColor" points="33.302 35.841 23.345 45.673 22.566 44.903 32.523 35.072"></polygon></g></svg>
                                                            </span>PA speakers</a>                                                    </li>
                                                    <li class="megaMenu__item">
<a href="/en/product/software/" class="megaMenu__link" >                                                            <span class="megaMenu__link__icon">
                                                                <svg class="symbol symbol--software" viewbox="0 0 48 48" version="1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>1 fundament/icons/product/software</title><defs><path id="a" d="M1.8 0H.015v20.476H1.8V0z"></path><path id="c" d="M2.642 2.441V.015H.676v2.426h1.966z"></path><path id="e" d="M0 .493v2.426h1.966V.493H0z"></path></defs><g fill="currentColor" fill-rule="evenodd"><path d="M11.47 22.208v7.741a.983.983 0 1 1-1.966 0V18.926a.984.984 0 0 1 1.966 0v3.282z" fill="currentColor"></path><path d="M6.679 26.267a.983.983 0 1 1-1.967 0v-3.66a.983.983 0 0 1 1.967 0v3.66zM15.933 26.267a.983.983 0 1 1-1.966 0v-3.66a.983.983 0 0 1 1.966 0v3.66z" fill="currentColor"></path><g transform="translate(23.118 13.722)"><mask id="b" fill="currentColor"><use xlink:href="#a"></use></mask><path d="M1.8 19.585a.891.891 0 1 1-1.784 0V.892a.892.892 0 0 1 1.783 0v18.693z" fill="currentColor" mask="url(#b)"></path></g><path d="M11.47 22.208v7.741a.983.983 0 1 1-1.966 0V18.926a.984.984 0 0 1 1.966 0v3.282zM20.517 31.683a.983.983 0 1 1-1.967 0V17.192a.984.984 0 0 1 1.967 0v14.49z" fill="currentColor"></path><path d="M36.736 18.449a.983.983 0 1 1 1.966 0V29.47a.983.983 0 0 1-1.966 0V18.449z" fill="currentColor"></path><path d="M41.528 22.13a.983.983 0 1 1 1.966 0v3.66a.983.983 0 0 1-1.966 0v-3.66zM32.273 22.13a.983.983 0 1 1 1.967 0v3.66a.983.983 0 0 1-1.967 0v-3.66zM36.736 18.449a.983.983 0 1 1 1.966 0V29.47a.983.983 0 0 1-1.966 0V18.449zM27.69 16.715a.983.983 0 1 1 1.966 0v14.49a.984.984 0 0 1-1.967 0v-14.49z" fill="currentColor"></path><g transform="translate(45.233 22.731)"><mask id="d" fill="currentColor"><use xlink:href="#c"></use></mask><path d="M2.642 1.458a.983.983 0 1 1-1.966 0v-.46a.984.984 0 0 1 1.966 0v.46z" fill="currentColor" mask="url(#d)"></path></g><g transform="translate(.184 22.731)"><mask id="f" fill="currentColor"><use xlink:href="#e"></use></mask><path d="M1.966 1.936a.983.983 0 1 1-1.966 0v-.46a.984.984 0 0 1 1.966 0v.46z" fill="currentColor" mask="url(#f)"></path></g></g></svg>
                                                            </span>DJ software &amp; interfaces</a>                                                    </li>
                                            </ul>
                                            <ul class="megaMenu__list">
                                                    <li class="megaMenu__item">
<a href="/en/product/accessories/" class="megaMenu__link" >                                                            <span class="megaMenu__link__icon">
                                                                <svg class="symbol symbol--accessories" viewbox="0 0 48 48" version="1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>1 fundament/icons/product/accessories</title><defs><path id="a" d="M.718.635h3.115v3.114H.718V.635z"></path></defs><g fill="currentColor" fill-rule="evenodd"><path d="M13.8 14.404c.69 1.505 1.81 2.555 3.199 3.407l-.885.32-1.173.426c-.55.201-.947.585-1.274 1.055-1.04 1.488-1.944 3.05-2.662 4.719-.32.744-.43 1.536-.391 2.342.052 1.107.867 2.03 2.022 2.312.907.223 1.798.1 2.662-.195 1.484-.508 2.834-1.277 4.075-2.225a87.75 87.75 0 0 0 2.914-2.354c1.767-1.472 3.65-2.76 5.766-3.68 1.04-.451 2.11-.825 3.23-1.027 1.679-.304 3.321-.192 4.84.63 2 1.081 3.172 2.8 3.635 5.007.266 1.265.083 2.507-.255 3.736-.526 1.916-1.483 3.616-2.613 5.229-1.536 2.194-3.331 4.16-5.29 5.98-.719.667-1.458 1.317-2.217 1.943-.626.517-1.414.397-1.846-.242-.26-.384-.389-1.158.129-1.67.345-.34.717-.655 1.085-.97a37.916 37.916 0 0 0 3.65-3.608c1.032-1.158 2.014-2.356 2.868-3.653.81-1.229 1.461-2.533 1.826-3.965.277-1.089.322-2.179-.153-3.229-.603-1.334-1.586-2.245-3.04-2.583-.625-.146-1.26-.131-1.896-.046-1.484.196-2.845.733-4.142 1.46-1.449.812-2.754 1.822-4.041 2.863-1.361 1.1-2.68 2.255-4.165 3.196-1.531.97-3.15 1.728-4.954 2.028-1.311.218-2.602.17-3.799-.479-1.325-.719-2.267-1.782-2.696-3.245-.285-.973-.25-1.963-.062-2.955.377-1.976 1.27-3.718 2.421-5.34.418-.59.857-1.164 1.298-1.736.665-.861 1.165-1.817 1.617-2.8.095-.21.2-.413.316-.651" fill="currentColor"></path><path d="M17.183 16.458l-2.067-2.136 2.713-2.805 2.14 2.06-2.786 2.88M18.539 10.782l2.14-2.214 2.084 2.12-2.142 2.215-2.082-2.12" fill="currentColor"></path><g transform="translate(20.609 6.206)"><mask id="b" fill="#fff"><use xlink:href="#a"></use></mask><path d="M2.882 3.749c-.73-.697-1.44-1.375-2.164-2.064.266-.264.486-.52.743-.731.554-.455 1.328-.416 1.875.067.53.467.665 1.3.267 1.895-.213.317-.501.583-.72.833" fill="currentColor" mask="url(#b)"></path></g></g></svg>
                                                            </span>Accessories</a>                                                    </li>
                                            </ul>

                                </div>
                                    <div class="megaMenu__aside">
                                        <div class="megaMenu__aside__inner">
                                            <a href="/en/landing/toraiz/" class="megaMenu__banner" target="">
                                                <span class="megaMenu__banner__visual responsiveImage--bg">
                                                    <em data-mq="small" href="/-/media/pioneerdj/images/navigation/dropdown-menu/toraiz_250_90.jpg?mh=90&amp;w=250&amp;hash=BE7E5DCEBD6FC3E79A437DEDEF680BCF"></em>
                                                    <em data-mq="large" href="/-/media/pioneerdj/images/navigation/dropdown-menu/toraiz_320_200.jpg?h=200&amp;w=320&amp;hash=40432E312CAEEEE08DBA277E98AE4C5D"></em>
                                                </span>

                                                <div class="megaMenu__banner__content">
                                                    <p class="megaMenu__banner__title"></p>
                                                    <div class="megaMenu__banner__desc"><div style="max-width:160px">
<p><strong>TORAIZ</strong></p>
<p><strong>POWER TO CREATE</strong></p>
</div></div>
                                                </div>

                                                <div class="megaMenu__banner__icon">
                                                    <span class="button button--subtle">
                                                        <i class="button__icon">
                                                            <svg class="symbol symbol--arro-right" viewBox="0 0 27 18" version="1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
                                                                <g transform="translate(-38 -1)" fill="none" fill-rule="evenodd">
                                                                    <path class="theFill" d="M38.009 1.001h26.988L47.14 19.005v-6.65H38.01z"/>
                                                                    <path class="theStroke" stroke="#395EE2" stroke-width="2" d="M39.009 2.001v9.355h9.131v5.22L62.597 2.002H39.009z"/>
                                                                </g>
                                                            </svg>
                                                        </i>
                                                    </span>
                                                </div>
                                            </a>
                                        </div>
                                    </div>

                                    <div class="megaMenu__cta">
                                        <a href="/en/product/" class="button"><span class="button__label">All products</span></a>
                                    </div>
                            </div>
                        </div>
                    </section>
                </li>
                    <li class="mainNav__item">
                        <a href="/en/news/" class="mainNav__link" title="News" >News</a>
                    </li>
                <li class="mainNav__item">
                    <section class="megaMenu">
                        <a class="mainNav__link megaMenu__trigger">Support</a>
                        <span class="megaMenu__icon megaMenu__trigger"></span>
                        <div class="megaMenu__target">
                            <div class="megaMenu__inner">
                                <div class="megaMenu__links">
                                            <ul class="megaMenu__list">
                                                    <li class="megaMenu__item">
<a href="/en/support/software/" class="megaMenu__link" >                                                            <span class="megaMenu__link__icon">

                                                            </span>Software &amp; firmware updates</a>                                                    </li>
                                                    <li class="megaMenu__item">
<a href="/en/support/documents/" class="megaMenu__link" >                                                            <span class="megaMenu__link__icon">

                                                            </span>Tutorials, manuals &amp; documentation</a>                                                    </li>
                                                    <li class="megaMenu__item">
<a href="/en/support/software-information/" class="megaMenu__link" >                                                            <span class="megaMenu__link__icon">

                                                            </span>Extra software information</a>                                                    </li>
                                                    <li class="megaMenu__item">
<a href="http://faq.pioneerdj.com" class="megaMenu__link" rel="noopener noreferrer" target="_blank" >                                                            <span class="megaMenu__link__icon">

                                                            </span>FAQ</a>                                                    </li>
                                            </ul>
                                            <ul class="megaMenu__list">
                                                    <li class="megaMenu__item">
<a href="/en/support/service-centres/" class="megaMenu__link" >                                                            <span class="megaMenu__link__icon">

                                                            </span>Service centers</a>                                                    </li>
                                                    <li class="megaMenu__item">
<a href="/en/landing/technical-riders/" class="megaMenu__link" >                                                            <span class="megaMenu__link__icon">

                                                            </span>Technical Riders</a>                                                    </li>
                                                    <li class="megaMenu__item">
<a href="/en/account/about/" class="megaMenu__link" >                                                            <span class="megaMenu__link__icon">

                                                            </span>My Pioneer DJ Account</a>                                                    </li>
                                            </ul>

                                </div>

                                    <div class="megaMenu__cta">
                                        <a href="/en/support/" class="button"><span class="button__label">All support</span></a>
                                    </div>
                            </div>
                        </div>
                    </section>
                </li>
                    <li class="mainNav__item">
                        <a href="/en/shops/search/" class="mainNav__link" title="Where to Buy" >Find a store</a>
                    </li>
                    <li class="mainNav__item">

                    </li>
                    <li class="mainNav__item">

                    </li>
                    <li class="mainNav__item">

                    </li>
    </ul>
</nav>

                        </div>
                        <div class="header__actionNav">
                            <nav class="actionNav">
                                <div class="actionNav__item">
                                    <div class="search">
                                        <a class="search__trigger search__trigger--open header__trigger--close">
                                            <svg class="symbol symbol--search" viewBox="0 0 20 19">
                                                <path fill="currentColor" d="M6.49314942,13.6122949 C6.47588142,13.6181476 6.42690009,13.6318599 6.34238653,13.6318599 C6.14480082,13.6318599 5.942483,13.5575296 5.8612072,13.4857914 L1.7437035,9.84921293 C1.61303127,9.73349526 1.50278176,9.40632527 1.53673661,9.23433737 L2.6046127,3.82428522 C2.63848453,3.65238093 2.86487791,3.39251783 3.02942199,3.33608038 L8.21488479,1.56269028 C8.23198674,1.55692112 8.28130015,1.54320891 8.36573069,1.54320891 C8.56331641,1.54320891 8.76538516,1.61753912 8.84674399,1.689361 L12.9642477,5.32610667 C13.0949199,5.44157351 13.2052524,5.76891072 13.1713806,5.94064779 L12.1034215,11.3509508 C12.0695497,11.5226878 11.8433223,11.7825509 11.6785292,11.8388212 L6.49314942,13.6122949 Z M19.7390302,17.5341542 L13.4919178,12.016411 C13.5424765,11.8964292 13.5818276,11.7741898 13.6059862,11.6517833 L14.6739453,6.24173113 C14.8135836,5.53404732 14.512888,4.64166672 13.9742594,4.16600353 L9.85675568,0.529090642 C9.48175791,0.197740102 8.92453298,-1.24344979e-14 8.36573069,-1.24344979e-14 C8.13576748,-1.24344979e-14 7.91925338,0.0341969141 7.72233182,0.101671021 L2.53686902,1.87514473 C1.85860208,2.10683091 1.24176936,2.81560167 1.10204804,3.52328549 L0.0340889331,8.93350486 C-0.105632395,9.64110506 0.195229217,10.533402 0.733774825,11.0090652 L4.85136154,14.6461453 C5.22635931,14.9772451 5.78375028,15.1749852 6.34238653,15.1749852 C6.57234974,15.1749852 6.78878082,15.1408719 6.98570238,15.0733977 L12.1710822,13.3000077 C12.2722826,13.2653927 12.3717396,13.2190722 12.468789,13.1648922 L18.7290185,18.6941737 C18.8743852,18.8228511 19.0544538,18.8857266 19.2336923,18.8857266 C19.4467196,18.8857266 19.6585846,18.7968481 19.8099286,18.6228535 C20.0887901,18.3026232 20.0571598,17.8150873 19.7390302,17.5341542 L19.7390302,17.5341542 Z"></path>
                                            </svg>
                                        </a>
                                        <div class="search__inner">
                                            <form action="/search-results" class="search__form">
                                                <div class="search__field">
                                                    <input name="q" type="search" class="search__input input__search" data-search-page="/search-results?q=" data-no-results="Oops nothing can be found" data-nothing-entered="Please enter a search query">
                                                    <a href="#0" class="search__closeTrigger search__trigger--close">
                                                        <svg class="symbol symbol--close" viewBox="0 0 12 14" version="1" xmlns="http://www.w3.org/2000/svg">
                                                            <path d="M6.066 5.492L2.372.931A1 1 0 1 0 .818 2.19l3.848 4.752L.418 11.34a1 1 0 0 0 1.439 1.39v-.001l4.077-4.222 3.694 4.561a1 1 0 1 0 1.554-1.259L7.334 7.059l4.248-4.399a1 1 0 0 0-1.439-1.39v.001L6.066 5.492z" fill="currentColor" fill-rule="evenodd" />
                                                        </svg>
                                                        <span class="screenReader">Close</span>
                                                    </a>
                                                </div>
                                                <span class="search__loader"></span>
                                            </form>
                                            <div class="search__overlay search__trigger--close"></div>
                                            <div class="search__results">
                                                <div class="search__results__inner">
                                                    <h3 class="heading heading--2 heading--fancy">
                                                        Top results
                                                    </h3>
                                                    <ul class="search__list"><!-- POPULATED WITH JAVASCRIPT --></ul>
                                                    <a class="search__cta button trigger__searchpage"><span class="button__label">See all results</span></a>
                                                    <p class="search__note">
                                                        Didn’t find what you’re looking for? Maybe use fewer words or a more general search term.<br />If you still have no luck you can contact our <a href="/en/support/contact">customer service</a>.
                                                    </p>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>

                            </nav>
                        </div>
                        <div class="header__profileNav">



            <nav class="profileNav">
                                                        <div class="profileNav__item">
                            <a href="/en/account/profile/" class="profileNav__link">
                                    <img class="profileNav__avatar" src="https://lh3.googleusercontent.com/a-/AOh14Gj1w_h8RrBQD1rNeUewJTBvpMqGw6hcl9RHt6dB=s96-c?sz=500">
                                <span class="profileNav__label">Sven</span>
                            </a>
                        </div>
                        <div class="profileNav__item">
                            <a href="#0" class="profileNav__link" onclick=" gigya.accounts.logout({ callback: onLogout }); ">
                                <span class="profileNav__label">Log out</span>
                            </a>
                        </div>



<div class="profileNav__item profileNav__item--lang">
    <a href="/selectCountry/" class="profileNav__link flag flag-INT" style="margin:0;width:20px"></a>
</div>

            </nav>

<script type="text/javascript">
    synchroniseLoginStatus();
</script>

                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</header>

        <div class="outer">
            <div class="bg">


<div class="component content hero  gap--bottom-in-small">
            <div class="component-content" id='Slide 1'>
<div class="hero__main"><div class="heroMain"><span class="heroMain__visual"
style="background-image: url('/-/media/project/pioneer/pioneerdj/home/carousel/2020/ddj-flx6/ddj-flx6-hero-carousel-1440x600.jpg');"><span class="screenReader"></span></span>

<div class="heroMain__inner">
  <div class="heroMain__in">
    <div class="heroMain__content">
      <h1 class="heroMain__title heading heading--1" id="hero-title-tag"></h1><br>
      <h2 class="heroMain__tagline heading heading--4"></h2><br>
      <p class="heroMain__desc"></p>

      <div class="heroMain__cta heroMain__cta--main">
        <a href="#" class="button" onclick="fireCTA()"><span class="button__label">

</span></a>
      </div>
    </div>

    <div class="heroMain__cta heroMain__cta--video">
      <a class="button button--play" data-video=""><span class="button__label"></span></a>
    </div>
  </div>
</div></div></div><div class="hero__selector"><div class="heroSelector"><div class="heroSelector__inner"><div class="heroSelector__content"><div class="heroSelector__item"><div class="heroSelector__item__inner"><div class="heroSelector__item__content">
<div class="component content gridCard">
            <div class="component-content" id='Slide 1'>
<div><div class="gridCard__visual hero_background" style="background-image: url('/-/media/project/pioneer/pioneerdj/home/carousel/2020/ddj-flx6/ddj-flx6-hero-carousel-1440x600.jpg');"><span class="screenReader">Slide 1</span></div></div><div class="gridCard__content"><h2 class="gridCard__title field-slidetext">DDJ-FLX6</h2><div class="gridCard__tagline field-slidesubtitle">FLEX YOUR BOUNDARIES</div><div class="gridCard__data"><div class="gridCard__desc hero_background field-slidedescription">4-channel DJ controller for rekordbox and Serato DJ Pro</div><div class="gridCard__cta"><span class="gridCard__cta__label hero_background field-slidebuttontext">Find out more</span><span class="gridCard__cta__url hero_background field-slidelink"><a href="/en/product/controller/ddj-flx6/dark-grey/overview" data-variantitemid="{5A72E9AE-8047-4A4D-A8F4-8C317F41BF26}" data-variantfieldname="SlideLink">Overview</a></span></div></div></div>                </div>

</div>

<!-- GRID EVENT TRACKING-->

        <script>
        var x = document.getElementById("Slide 1");
        if (x != null) {
            var y = x.parentElement.className;
            if (y == "component content hero  gap--bottom-in-small")
                x.setAttribute("id", "HeroSlide");
            else {
                x.onclick = function (e) {
                    dataLayer.push({ 'event': 'dlHomepageEvent', 'dlCategory': 'Homepage', 'dlAction': 'HERO A WINDOW', 'dlLabel': 'en - DDJ-FLX6' });
                };
            }
    }
        </script>

</div></div></div><div class="heroSelector__item"><div class="heroSelector__item__inner"><div class="heroSelector__item__content">
<div class="component content gridCard col-xs-12">
            <div class="component-content" id='Slide 2'>
<div><div class="gridCard__visual hero_background" style="background-image: url('/-/media/project/pioneer/pioneerdj/home/carousel/2020/djm-s11/djm-s11-carousel-desktop-1440x600.jpg');"><span class="screenReader">Slide 2</span></div></div><div class="gridCard__content"><h2 class="gridCard__title field-slidetext">DJM-S11</h2><div class="gridCard__tagline field-slidesubtitle">TURN IT UP TO 11</div><div class="gridCard__data"><div class="gridCard__desc hero_background field-slidedescription">Professional scratch style 2-channel DJ mixer</div><div class="gridCard__cta"><span class="gridCard__cta__label hero_background field-slidebuttontext">Find out more</span><span class="gridCard__cta__url hero_background field-slidelink"><a href="/en/product/mixer/djm-s11/black/overview" data-variantitemid="{D84FD1C6-5341-4BC0-A162-5750D5D456FE}" data-variantfieldname="SlideLink">Overview</a></span></div></div></div>                </div>

</div>

<!-- GRID EVENT TRACKING-->

        <script>
    var x = document.getElementById("Slide 2");
    if (x != null) {
        x.onclick = function (e) {
            dataLayer.push({ 'event': 'dlHomepageEvent', 'dlCategory': 'Homepage', 'dlAction': 'HERO B WINDOW', 'dlLabel': 'en - DJM-S11' });
        };
    }
        </script>

</div></div></div><div class="heroSelector__item"><div class="heroSelector__item__inner"><div class="heroSelector__item__content">
<div class="component content gridCard col-xs-12">
            <div class="component-content" id='Slide 3'>
<div><div class="gridCard__visual hero_background" style="background-image: url('/-/media/project/pioneer/pioneerdj/home/carousel/2020/djm-v10-lf/djm-v10-lf-hero-1440x600.jpg');"><span class="screenReader">Slide 3</span></div></div><div class="gridCard__content"><h2 class="gridCard__title field-slidetext">DJM-V10-LF</h2><div class="gridCard__tagline field-slidesubtitle">Craft Your Sound</div><div class="gridCard__data"><div class="gridCard__desc hero_background field-slidedescription">Creative-style 6-channel professional DJ mixer with long faders for smooth, precise mixing.</div><div class="gridCard__cta"><span class="gridCard__cta__label hero_background field-slidebuttontext">Find out more</span><span class="gridCard__cta__url hero_background field-slidelink"><a href="/en/product/mixer/djm-v10-lf/black/overview" data-variantitemid="{A0B85A84-DE5B-4450-8197-4BAF593EDE4D}" data-variantfieldname="SlideLink">Overview</a></span></div></div></div>                </div>

</div>

<!-- GRID EVENT TRACKING-->

    <script>
    function fireCTA() {
        var i = document.getElementById("hero-title-tag");
        var h = 'HERO CTA - en - ' + i.innerHTML.toString();
        dataLayer.push({ 'event': 'dlHomepageEvent', 'dlCategory': 'Homepage', 'dlAction': 'HERO CTA', 'dlLabel': h });
    }
    </script>
    <script>
    var x = document.getElementById("Slide 3");
    if (x != null) {
        x.onclick = function (e) {
            dataLayer.push({ 'event': 'dlHomepageEvent', 'dlCategory': 'Homepage', 'dlAction': 'HERO C WINDOW', 'dlLabel': 'en - DJM-V10-LF' });
        };
    }
    </script>

</div></div></div></div></div></div></div>                </div>

</div>

<!-- GRID EVENT TRACKING-->

        <script>
        var x = document.getElementById("Slide 1");
        if (x != null) {
            var y = x.parentElement.className;
            if (y == "component content hero  gap--bottom-in-small")
                x.setAttribute("id", "HeroSlide");
            else {
                x.onclick = function (e) {
                    dataLayer.push({ 'event': 'dlHomepageEvent', 'dlCategory': 'Homepage', 'dlAction': 'HERO A WINDOW', 'dlLabel': 'en - DDJ-FLX6' });
                };
            }
    }
        </script>



<div class="component content section col-xs-12 gap--bottom-in-medium gap--top-in-small bgc--neutrals-3-5">
            <div class="component-content" id='Home'>
<div class="section__inner">

    <div class="component rich-text sectionHeader col-xs-12">
        <div class="component-content">
<h2 class="sectionHeader__title heading heading--2 heading--fancy heading--centered field-text">Discover Pioneer DJ</h2>        </div>
    </div>

<div class="component content grid col-xs-12">
            <div class="component-content" id='Home'>
<div class="grid__inner"><div class="grid__content"><div class="grid__item grid__item--main">    <div class="component promo gridCard col-xs-12">
        <div class="component-content" id='CDJ-3000'>
<div><div class="gridCard__visual" style="background-image: url('/-/media/project/pioneer/pioneerdj/home/grid/products/dj-player/cdj-3000-grid_main_667x466.jpg');"><span class="screenReader">CDJ-3000</span></div></div><div class="gridCard__content"><h2 class="gridCard__title brands__title  field-promotext2">CDJ-3000</h2><div class="gridCard__tagline  background__textcolor field-promotext">A NEW DIMENTION</div></div><a href="/en/product/player/cdj-3000/black/overview/"><span></span></a>        </div>
    </div>

</div><div class="grid__item grid__item--medium grid__item--medium-1">    <div class="component promo gridCard col-xs-12">
        <div class="component-content" id='masterclass James Hype'>
<div><div class="gridCard__visual" style="background-image: url('/-/media/pioneerdj/images/landing/artist-masterclasses/james-hype/pdjam-pdj-442x308.jpg');"><span class="screenReader">masterclass James Hype</span></div></div><div class="gridCard__content"><h2 class="gridCard__title brands__title  field-promotext2"></h2><div class="gridCard__tagline field-promotext"></div></div><a href="/en/landing/artist-masterclass/james-hype/"><span></span></a>        </div>
    </div>

<script>
    var x = document.getElementById("masterclass James Hype");
    if (x != null) {
        x.onclick = function () {
            dataLayer.push({ 'event': 'dlHomepageEvent', 'dlCategory': 'Homepage', 'dlAction': 'Card 2 Medium', 'dlElement': '', 'dlLabel': 'en - Masterclass James Hype', 'dlPosition': '', 'dlURL': ''});
        };
    }
</script>
</div><div class="grid__item grid__item--small grid__item--small-1">    <div class="component promo gridCard col-xs-12">
        <div class="component-content" id='DJM-REC'>
<div><div class="gridCard__visual" style="background-image: url('/-/media/project/pioneer/pioneerdj/home/grid/landing/twitch_217x150.jpg');"><span class="screenReader">DJM-REC</span></div></div><div class="gridCard__content"><h2 class="gridCard__title brands__title  field-promotext2">DJM-REC</h2><div class="gridCard__tagline field-promotext"></div></div><a href="/en/product/software/djm-rec/dj-app/overview/"><span></span></a>        </div>
    </div>

<script>
    var x = document.getElementById("DJM-REC");
    if (x != null) {
        x.onclick = function () {
            dataLayer.push({ 'event': 'dlHomepageEvent', 'dlCategory': 'Homepage', 'dlAction': 'Card 3 Small', 'dlElement': '', 'dlLabel': 'en - DJM-REC', 'dlPosition': '', 'dlURL': ''});
        };
    }
</script>
</div><div class="grid__item grid__item--small grid__item--small-2">    <div class="component promo gridCard col-xs-12">
        <div class="component-content" id='DJM-V10 landing page'>
<div><div class="gridCard__visual" style="background-image: url('/-/media/pioneerdj/images/landing/djm-v10/djm-v10-grid.jpg');"><span class="screenReader">DJM-V10 landing page</span></div></div><div class="gridCard__content"><h2 class="gridCard__title brands__title  field-promotext2">DJM-V10</h2><div class="gridCard__tagline field-promotext"></div></div><a href="/en/landing/djm-v10-6-channel-professional-dj-mixer/"><span></span></a>        </div>
    </div>

<script>
    var x = document.getElementById("DJM-V10 landing page");
    if (x != null) {
        x.onclick = function () {
            dataLayer.push({ 'event': 'dlHomepageEvent', 'dlCategory': 'Homepage', 'dlAction': 'Card 4 Small', 'dlElement': '', 'dlLabel': 'en - DJM-V10 landing page', 'dlPosition': '', 'dlURL': ''});
        };
    }
</script>
</div><div class="grid__item grid__item--wide">    <div class="component promo gridCard col-xs-12">
        <div class="component-content" id='DJM-V10 Artist Insights'>
<div><div class="gridCard__visual" style="background-image: url('/-/media/pioneerdj/images/products/mixer/djm-v10/djm-v10-artist-insights-sound-and-set-up-home-grid.jpg');"><span class="screenReader">DJM-V10 Artist Insights</span></div></div><div class="gridCard__content"><h2 class="gridCard__title brands__title  field-promotext2">DJM-V10 Artist Insights</h2><div class="gridCard__tagline field-promotext"></div></div><a href="/en/product/mixer/djm-v10/black/video-images/"><span></span></a>        </div>
    </div>

<script>
    var x = document.getElementById("DJM-V10 Artist Insights");
    if (x != null) {
        x.onclick = function () {
            dataLayer.push({ 'event': 'dlHomepageEvent', 'dlCategory': 'Homepage', 'dlAction': 'Card 5 Wide', 'dlElement': '', 'dlLabel': 'en - DJM-V10 Artist Insights', 'dlPosition': '', 'dlURL': ''});
        };
    }
</script>
</div><div class="grid__item grid__item--medium grid__item--medium-2">    <div class="component promo gridCard col-xs-12">
        <div class="component-content" id='HDJ-CUE1 landing page'>
<div><div class="gridCard__visual" style="background-image: url('/-/media/pioneerdj/images/landing/hdj_cue1/hdj-cue1-homepage-grid-442x308.jpg');"><span class="screenReader">HDJ-CUE1 landing page</span></div></div><div class="gridCard__content"><h2 class="gridCard__title brands__title  field-promotext2">HDJ-CUE1</h2><div class="gridCard__tagline field-promotext"></div></div><a href="/en/landing/hdj-cue1-headphones/dark-silver/"><span></span></a>        </div>
    </div>

<script>
    var x = document.getElementById("HDJ-CUE1 landing page");
    if (x != null) {
        x.onclick = function () {
            dataLayer.push({ 'event': 'dlHomepageEvent', 'dlCategory': 'Homepage', 'dlAction': 'Card 6 Medium', 'dlElement': '', 'dlLabel': 'en -  HDJ-CUE1 landing page', 'dlPosition': '', 'dlURL': ''});
        };
    }
</script>
</div><div class="grid__item grid__item--high">    <div class="component promo gridCard col-xs-12">
        <div class="component-content" id='Mobile app compatibility with iOS 13 and iPadOS 13'>
<span class="gridCard__symbol"><span class="symbol field-promotext2"><svg class="symbol symbol--download" viewbox="0 0 31 36" version="1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<path d="M11.072.098V16.54H6.638l8.869 11.74 8.855-11.74h-4.434V.098h-8.856zm15.507 23.48v7.039H4.434v-7.039H0v11.74h31v-11.74h-4.42z" fill="currentColor"></path>
</svg></span></span><div class="gridCard__content"><span class="gridCard__meta field-promotext3">06 February, 2020</span><h2 class="gridCard__title  field-promotext">Mobile app compatibility with iOS 13 and iPadOS 13</h2></div><a href="/en/news/2019/mobile-app-ios-13-compatibility/"><span></span></a>        </div>
    </div>

<script>
    var x = document.getElementById("Mobile app compatibility with iOS 13 and iPadOS 13");
    if (x != null) {
        x.onclick = function () {
            dataLayer.push({ 'event': 'dlHomepageEvent', 'dlCategory': 'Homepage', 'dlAction': 'Card 9 High', 'dlElement': '', 'dlLabel': 'en - Card 9 High ', 'dlPosition': '', 'dlURL': ''});
        };
    }
</script>
</div><div class="grid__item grid__item--medium grid__item--medium-3">    <div class="component promo gridCard col-xs-12">
        <div class="component-content" id='DDJ-200 and WeDJ Tutorials'>
<div><div class="gridCard__visual" style="background-image: url('/-/media/project/pioneer/pioneerdj/home/grid/products/controllers/ddj-200-tutorials-medium-442x308.jpg');"><span class="screenReader">DDJ-200 and WeDJ Tutorials</span></div></div><div class="gridCard__content"><h2 class="gridCard__title brands__title  field-promotext2">DDJ-200 &amp; WeDJ Tutorials</h2><div class="gridCard__tagline field-promotext">Develop your DJ skills</div></div><a href="/en/landing/smart-dj-controller-ddj-200/"><span></span></a>        </div>
    </div>

<script>
    var x = document.getElementById("DDJ-200 and WeDJ Tutorials");
    if (x != null) {
        x.onclick = function () {
            dataLayer.push({ 'event': 'dlHomepageEvent', 'dlCategory': 'Homepage', 'dlAction': 'Card 1 Main', 'dlElement': '', 'dlLabel': 'en - ddj-200 wedj tutorials', 'dlPosition': '', 'dlURL': ''});
        };
    }
</script>
</div><div class="grid__item grid__item--small grid__item--small-3">
<div class="component content gridCard col-xs-12">
            <div class="component-content" id='Survey DDJ-200'>
<span class="gridCard__symbol"></span><div><div class="gridCard__visual" style="background-image: url('/-/media/pioneerdj/images/news/2019/ddj-200/survey_217_150_6.jpg');"><span class="screenReader">Survey DDJ-200</span></div></div><div class="gridCard__content"><h2 class="gridCard__title field-title">Share your feedback on the DDJ-200</h2><div class="gridCard__tagline field-short-description">Do you own a DDJ-200? Give us your feedback via the link below to receive free audio samples.</div></div><a title="Survey DDJ-200" href="/en/news/2019/survey-ddj-200/"><span></span></a>                </div>

</div>

<!-- GRID EVENT TRACKING-->

    <script>
        var x = document.getElementById("Survey DDJ-200");
    if (x != null) {
        x.onclick = function (e) {
            dataLayer.push({ 'event': '', 'dlCategory': '', 'dlAction': '', 'dlElement': '', 'dlLabel': 'en - ', 'dlPosition': '', 'dlURL': '' });
            e.stopPropagation();
        };
    }
    </script>

</div><div class="grid__item grid__item--small grid__item--small-4">    <div class="component promo gridCard col-xs-12">
        <div class="component-content" id='DDJ-1000SRT-N'>
<div><div class="gridCard__visual" style="background-image: url('/-/media/project/pioneer/pioneerdj/home/grid/products/controllers/ddj-1000srt-n_217x150.jpg');"><span class="screenReader">DDJ-1000SRT-N</span></div></div><div class="gridCard__content"><h2 class="gridCard__title brands__title  field-promotext2">DDJ-1000SRT-N</h2><div class="gridCard__tagline field-promotext"></div></div><a href="/en/product/controller/ddj-1000srt/gold/overview/"><span></span></a>        </div>
    </div>

<script>
    var x = document.getElementById("DDJ-1000SRT-N");
    if (x != null) {
        x.onclick = function () {
            dataLayer.push({ 'event': 'dlHomepageEvent', 'dlCategory': 'Homepage', 'dlAction': 'Card 7 Small', 'dlElement': '', 'dlLabel': 'en - DDJ-1000SRT-N', 'dlPosition': '', 'dlURL': ''});
        };
    }
</script>
</div><div class="grid__item grid__item--small grid__item--small-5">    <div class="component promo gridCard col-xs-12">
        <div class="component-content" id='rekordbox'>
<div><div class="gridCard__visual" style="background-image: url('/-/media/project/pioneer/pioneerdj/home/grid/products/software/rekordbox-6-homepage-grid-217x150.jpg');"><span class="screenReader">rekordbox</span></div></div><div class="gridCard__content"><h2 class="gridCard__title brands__title  field-promotext2">rekordbox</h2><div class="gridCard__tagline field-promotext"></div></div><a href="http://rekordbox.com/" rel="noopener noreferrer" target="_blank"><span></span></a>        </div>
    </div>

<script>
    var x = document.getElementById("rekordbox");
    if (x != null) {
        x.onclick = function () {
            dataLayer.push({ 'event': 'dlHomepageEvent', 'dlCategory': 'Homepage', 'dlAction': 'Card 8 Small', 'dlElement': '', 'dlLabel': 'en - rekordbox', 'dlPosition': '', 'dlURL': ''});
        };
    }
</script>
</div><div class="grid__item grid__item--small grid__item--small-6">    <div class="component promo gridCard col-xs-12 gridCard--dark">
        <div class="component-content" id='Find Support'>
<span class="gridCard__symbol"><span class="symbol field-promotext2"><svg class="symbol symbol--bubble" viewbox="0 0 47 48" version="1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M41.405 48c-.167-.208-.33-.419-.503-.623-2.663-3.155-5.328-6.309-7.992-9.463-1.442-1.706-2.884-3.413-4.324-5.12-.068-.081-.135-.122-.249-.122-9.403.003-18.806.003-28.21.003L0 32.677V0h47v32.677l-.042-.002h-6.234c-.04 0-.082.005-.122.008v.096c.041.789.081 1.577.124 2.366.029.544.06 1.089.091 1.633.044.793.09 1.586.133 2.38l.123 2.253.133 2.407.096 1.732.132 2.45h-.029zM2.79 2.771v27.132h.216c8.864 0 17.729 0 26.594-.003a.35.35 0 0 1 .3.138c2.734 3.243 5.472 6.484 8.21 9.725.02.025.048.045.087.082l-.549-9.949h6.558V2.771H2.79zm20.706 9.249c5.267 0 10.534.001 15.801-.002.613 0 1.074.242 1.343.79.446.906-.224 1.97-1.24 1.977-.605.004-1.21 0-1.816 0-9.962 0-19.924 0-29.885.005-.674 0-1.18-.376-1.382-.872a1.377 1.377 0 0 1 1.264-1.895c1.623-.008 3.246-.003 4.87-.003h11.045zm-.01 5.952c5.267 0 10.534.002 15.801-.003.515 0 .939.167 1.235.59.312.444.351.928.106 1.413-.247.49-.666.739-1.217.767-.043.002-.085 0-.128 0-10.525 0-21.05 0-31.574.002-.502 0-.922-.162-1.219-.569-.323-.444-.37-.93-.128-1.423.24-.487.646-.746 1.194-.775.076-.003.152-.002.228-.002h15.702z" fill="currentColor"></path></svg></span></span><div class="gridCard__content"><span class="gridCard__meta field-promotext3"></span><h2 class="gridCard__title  field-promotext">Support</h2></div><a href="/en/support/"><span></span></a>        </div>
    </div>

<script>
    var x = document.getElementById("Find Support");
    if (x != null) {
        x.onclick = function () {
            dataLayer.push({ 'event': 'dlHomepageEvent', 'dlCategory': 'Homepage', 'dlAction': 'Card 12 Small ', 'dlElement': '', 'dlLabel': 'en - Support', 'dlPosition': '', 'dlURL': ''});
        };
    }
</script>
</div></div></div>                </div>

</div>

<!-- GRID EVENT TRACKING-->

    <script>
        var x = document.getElementById("Home");
    if (x != null) {
        x.onclick = function (e) {
            dataLayer.push({ 'event': '', 'dlCategory': '', 'dlAction': '', 'dlElement': '', 'dlLabel': 'en - ', 'dlPosition': '', 'dlURL': '' });
            e.stopPropagation();
        };
    }
    </script>

</div>                </div>

</div>

<!-- GRID EVENT TRACKING-->

    <script>
        var x = document.getElementById("Home");
    if (x != null) {
        x.onclick = function (e) {
            dataLayer.push({ 'event': '', 'dlCategory': '', 'dlAction': '', 'dlElement': '', 'dlLabel': 'en - ', 'dlPosition': '', 'dlURL': '' });
            e.stopPropagation();
        };
    }
    </script>



<div class="component content section gap--top-in-medium gap--bottom-in-large bgc--neutrals-3-6">
            <div class="component-content" id='Home'>
<div class="section__inner">

    <div class="component rich-text sectionHeader">
        <div class="component-content">
<h2 class="sectionHeader__title heading heading--2 heading--fancy heading--centered field-text">Our brands</h2>        </div>
    </div>

<div class="component content brands">
            <div class="component-content" id='Home'>
<div class="brands__inner hero_background"><div class="brands__item"><div class="brands__item__inner"><div class="brands__item__content">    <div class="component promo gridCard">
        <div class="component-content" id='Toraiz'>
<div><div class="gridCard__visual" style="background-image: url('/-/media/project/pioneer/pioneerdj/home/brands/brand-toraiz-19.jpg');"><span class="screenReader">Toraiz</span></div></div><div class="gridCard__content"><h2 class="gridCard__title brands__title  field-promotext2"><svg class="symbol symbol--toraiz" viewbox="0 0 132 28" version="1" xmlns="http://www.w3.org/2000/svg"><path d="M81.263 21.952l6.84-11.439 6.842 11.44H81.263zm9.06-20.219h-4.488L72.489 24.048l2.244 3.752h26.692l2.244-3.752L90.323 1.733zM71.414 10.716c0-2.677-1.083-5.424-3.282-7.115-1.732-1.304-3.535-1.868-8.224-1.868H49.91V27.8h6.816V7.58h3.759c2.633 0 4.4 1.163 4.4 3.524 0 1.266-.468 3.729-4.463 3.733h-.96v4.08l4.612 8.883h7.34L66 18.636c4.085-1.27 5.414-5.183 5.414-7.92M32.796 21.834c4.797 0 7.123-4.384 7.123-7.798 0-3.45-2.326-7.87-7.194-7.87-4.69 0-7.23 4.025-7.23 7.762 0 4.097 2.755 7.906 7.301 7.906zM32.69.2c8.16 0 13.995 6.397 13.995 13.8 0 7.403-5.799 13.8-14.03 13.8-8.341 0-13.925-6.649-13.925-13.476 0-1.761.251-3.738 1.038-5.679C21.163 5.195 25.28.2 32.69.2zM5.684 7.58H.45V1.734h17.203v5.848h-5.197V27.8H5.684V7.58M104.744 27.965h6.792V1.733h-6.792zM114.421 23.57l9.164-15.952h-9.164V1.733h16.782v5.424l-8.48 14.924h8.48v5.884h-16.782V23.57" fill="currentColor"></path></svg></h2><div class="gridCard__tagline field-promotext">Add depth, creativity and produce the perfect sound at home or in your studio</div></div><a href="/en/landing/toraiz-brand/"><span></span></a>        </div>
    </div>

<script>
    var x = document.getElementById("Toraiz");
    if (x != null) {
        x.onclick = function () {
            dataLayer.push({ 'event': 'dlHomepageEvent', 'dlCategory': 'Homepage', 'dlAction': 'Brand 1', 'dlElement': '', 'dlLabel': 'en - Toraiz', 'dlPosition': '', 'dlURL': ''});
        };
    }
</script>
</div></div></div><div class="brands__item"><div class="brands__item__inner"><div class="brands__item__content">    <div class="component promo gridCard">
        <div class="component-content" id='PPA'>
<div><div class="gridCard__visual" style="background-image: url('/-/media/project/pioneer/pioneerdj/home/brands/brand-pioneerproaudio.jpg');"><span class="screenReader">PPA</span></div></div><div class="gridCard__content"><h2 class="gridCard__title brands__title  field-promotext2"><svg class="symbol symbol--ppa" viewbox="0 0 155 58" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M25.904,8.494c-0.573,1.606 -4.172,3.285 -13.014,1.293l1.147,5.204c8.847,1.6 14.087,0.285 17.08,-2.848c2.217,-2.32 2.652,-5.326 0.83,-7.624c-1.926,-2.431 -6.196,-4.193 -11.585,-4.193c-7.714,0 -13.207,2.225 -16.26,10.58l-4.102,11.237l7.177,0l4.08,-11.364c1.679,-4.671 5.197,-5.446 9.103,-5.446c4.096,0 6.073,1.68 5.544,3.162l0,-0.001Zm71.06,4.932l-0.274,-0.121c1.617,-0.644 3.34,-0.977 5.08,-0.984c1.051,0 3.388,0.18 4.373,0.739c0.24,0.138 0.459,0.345 0.342,0.611c-0.437,0.975 -6.836,0.922 -9.52,-0.245l-0.001,0Zm13.112,-2.628c-1.697,-0.906 -4.494,-1.626 -7.228,-1.737c-5.672,-0.232 -12.142,1.699 -13.43,6.254c-0.745,2.626 1.808,6.166 8.445,7.173c3.322,0.504 8.602,0.377 12.4,-0.872l1.418,-3.892c-7.705,2.638 -17.773,1.873 -17.436,-2.079c3.728,2.383 9.167,2.155 13.191,1.499c6.974,-1.138 6.877,-4.091 2.64,-6.346Zm11.761,2.628l-0.277,-0.121c1.617,-0.643 3.34,-0.977 5.08,-0.984c1.053,0 3.39,0.18 4.374,0.739c0.24,0.138 0.46,0.345 0.34,0.611c-0.431,0.975 -6.834,0.922 -9.517,-0.245Zm13.111,-2.628c-1.697,-0.906 -4.494,-1.626 -7.232,-1.737c-5.668,-0.232 -12.138,1.699 -13.428,6.254c-0.742,2.626 1.807,6.166 8.446,7.173c3.323,0.504 8.6,0.377 12.399,-0.872l1.42,-3.892c-7.703,2.638 -17.775,1.873 -17.437,-2.079c3.726,2.383 9.165,2.155 13.19,1.499c6.979,-1.138 6.878,-4.091 2.642,-6.346Zm5.24,3.345l-2.85,7.999l6.57,0l2.19,-6.153c0.539,-1.56 0.995,-2.73 2.914,-2.73l4.613,0l1.297,-3.688l-8.505,0c-2.847,0 -5.137,1.409 -6.23,4.572l0.001,0Zm-110.067,7.999l6.803,0l4.598,-12.572l-6.802,0l-4.597,12.57l-0.002,0.002Zm44.14,-6.761c0.633,-1.73 2.542,-2.53 4.22,-2.53c1.658,0 3.25,0.971 2.634,2.658l-2.429,6.633l6.57,0l2.466,-6.738c1.28,-3.5 -1.49,-6.401 -7.697,-6.401c-6.906,0 -10.823,2.252 -12.33,6.372l-2.475,6.767l6.568,0l2.472,-6.761l0.001,0Zm-20.268,-2.405c2.657,0.11 4.796,1.447 4.414,3.174c-0.367,1.665 -2.954,2.801 -5.637,2.688c-2.658,-0.111 -4.795,-1.447 -4.414,-3.176c0.367,-1.666 2.953,-2.8 5.637,-2.686Zm0.927,-3.908c-6.842,-0.289 -12.941,2.626 -13.762,6.357c-0.806,3.665 3.817,7.03 10.684,7.32c6.845,0.29 12.941,-2.625 13.762,-6.356c0.807,-3.664 -3.814,-7.031 -10.684,-7.321Z" fill="currentColor"></path><path d="M4,40.232l-4,0l0,17.542l2.716,0l0,-6.59l1.285,0c2.716,0 4.05,-1.53 4.05,-4.336l0,-2.28c-0.001,-2.808 -1.335,-4.337 -4.051,-4.337l0,0.001Zm0,2.506c0.865,0 1.334,0.4 1.334,1.654l0,2.631c0,1.253 -0.47,1.654 -1.333,1.654l-1.285,0l0,-5.939l1.285,0l-0.001,0Zm13.755,15.036c-0.272,-0.651 -0.296,-1.278 -0.296,-2.13l0,-2.706c0,-1.83 -0.445,-3.158 -1.803,-3.734c1.21,-0.577 1.778,-1.754 1.778,-3.559l0,-1.378c0,-2.707 -1.21,-4.035 -4.025,-4.035l-4.1,0l0,17.542l2.717,0l0,-7.142l0.938,0c1.235,0 1.778,0.601 1.778,2.23l0,2.757c0,1.428 0.099,1.704 0.247,2.155l2.766,0Zm-4.42,-15.036c0.962,0 1.383,0.552 1.383,1.804l0,1.73c0,1.403 -0.618,1.854 -1.63,1.854l-1.062,0l0,-5.388l1.309,0Zm8.395,1.53c0,-1.255 0.543,-1.73 1.408,-1.73c0.864,0 1.407,0.475 1.407,1.73l0,9.471c0,1.253 -0.543,1.73 -1.407,1.73c-0.865,0 -1.408,-0.477 -1.408,-1.73l0,-9.472l0,0.001Zm-2.716,9.296c0,2.806 1.457,4.41 4.124,4.41c2.667,0 4.123,-1.604 4.123,-4.41l0,-9.122c0,-2.807 -1.456,-4.41 -4.123,-4.41c-2.667,0 -4.124,1.603 -4.124,4.41l0,9.122Zm12.717,-10.826l4.47,0l0,-2.506l-7.187,0l0,17.542l2.717,0l0,-7.242l3.507,0l0,-2.506l-3.508,0l0,-5.288l0.001,0Zm8.494,0l4.692,0l0,-2.506l-7.407,0l0,17.542l7.408,0l0,-2.506l-4.692,0l0,-5.137l3.73,0l0,-2.506l-3.73,0l0,-4.887l-0.001,0Zm6.025,1.704c0,5.012 5.31,5.69 5.31,9.297c0,1.253 -0.544,1.705 -1.408,1.705c-0.865,0 -1.408,-0.452 -1.408,-1.705l0,-1.252l-2.568,0l0,1.077c0,2.806 1.383,4.41 4.05,4.41c2.667,0 4.05,-1.604 4.05,-4.41c0,-5.012 -5.31,-5.689 -5.31,-9.297c0,-1.254 0.495,-1.73 1.359,-1.73c0.864,0 1.358,0.476 1.358,1.73l0,0.726l2.568,0l0,-0.55c0,-2.808 -1.358,-4.411 -4,-4.411c-2.643,0 -4,1.603 -4,4.41l-0.001,0Zm9.236,0c0,5.012 5.309,5.69 5.309,9.297c0,1.253 -0.543,1.705 -1.408,1.705c-0.864,0 -1.407,-0.452 -1.407,-1.705l0,-1.252l-2.568,0l0,1.077c0,2.806 1.383,4.41 4.05,4.41c2.666,0 4.05,-1.604 4.05,-4.41c0,-5.012 -5.31,-5.689 -5.31,-9.297c0,-1.254 0.494,-1.73 1.358,-1.73c0.865,0 1.358,0.476 1.358,1.73l0,0.726l2.568,0l0,-0.55c0,-2.808 -1.358,-4.411 -4,-4.411c-2.642,0 -4,1.603 -4,4.41Zm9.58,13.332l2.717,0l0,-17.542l-2.717,0l0,17.542Zm7.186,-13.507c0,-1.254 0.543,-1.73 1.407,-1.73c0.865,0 1.408,0.476 1.408,1.73l0,9.472c0,1.253 -0.543,1.73 -1.408,1.73c-0.864,0 -1.407,-0.477 -1.407,-1.73l0,-9.472Zm-2.717,9.297c0,2.806 1.458,4.41 4.124,4.41c2.667,0 4.124,-1.604 4.124,-4.41l0,-9.122c0,-2.807 -1.457,-4.41 -4.124,-4.41c-2.666,0 -4.124,1.603 -4.124,4.41l0,9.122Zm15.804,4.21l2.79,0l0,-17.542l-2.42,0l0,10.5l-2.789,-10.499l-3.407,0l0,17.542l2.444,0l0,-12.705l3.383,12.705l-0.001,-0.001Zm10.766,-17.542l-3.975,0l-2.766,17.542l2.494,0l0.47,-3.183l3.333,0l0.469,3.183l2.741,0l-2.766,-17.542Zm-2.124,3.108l1.31,8.87l-2.618,0l1.308,-8.87Zm6.15,14.434l7.185,0l0,-2.506l-4.47,0l0,-15.036l-2.716,0l0,17.542l0.001,0Zm18.222,-17.542l-3.976,0l-2.765,17.542l2.493,0l0.47,-3.183l3.333,0l0.47,3.183l2.74,0l-2.764,-17.542l-0.001,0Zm-2.123,3.108l1.309,8.87l-2.618,0l1.31,-8.87l-0.001,0Zm6.025,-3.108l0,13.357c0,2.807 1.383,4.41 4.05,4.41c2.667,0 4.05,-1.603 4.05,-4.41l0,-13.357l-2.568,0l0,13.532c0,1.254 -0.544,1.705 -1.408,1.705c-0.864,0 -1.408,-0.45 -1.408,-1.705l0,-13.532l-2.716,0Zm9.952,17.542l4.296,0c2.716,0 4.05,-1.528 4.05,-4.336l0,-8.87c0,-2.807 -1.334,-4.336 -4.05,-4.336l-4.296,0l0,17.542Zm4.247,-15.036c0.864,0 1.383,0.451 1.383,1.704l0,9.122c0,1.253 -0.52,1.704 -1.383,1.704l-1.53,0l0,-12.53l1.53,0Zm5.827,15.036l2.716,0l0,-17.542l-2.716,0l0,17.542Zm7.185,-13.507c0,-1.254 0.544,-1.73 1.409,-1.73c0.863,0 1.407,0.476 1.407,1.73l0,9.472c0,1.253 -0.544,1.73 -1.407,1.73c-0.865,0 -1.409,-0.477 -1.409,-1.73l0,-9.472Zm-2.716,9.297c0,2.806 1.458,4.41 4.125,4.41c2.666,0 4.123,-1.604 4.123,-4.41l0,-9.122c0,-2.807 -1.457,-4.41 -4.123,-4.41c-2.667,0 -4.125,1.603 -4.125,4.41l0,9.122Z" fill="currentColor"></path></svg></h2><div class="gridCard__tagline field-promotext">Speakers and professional systems with clear, powerful sound reproduction</div></div><a href="http://www.pioneerproaudio.com/" rel="noopener noreferrer" target="_blank"><span></span></a>        </div>
    </div>

<script>
    var x = document.getElementById("PPA");
    if (x != null) {
        x.onclick = function () {
            dataLayer.push({ 'event': 'dlHomepageEvent', 'dlCategory': 'Homepage', 'dlAction': 'Brand 2', 'dlElement': '', 'dlLabel': 'en - Pioneer Pro Audio', 'dlPosition': '', 'dlURL': ''});
        };
    }
</script>
</div></div></div><div class="brands__item"><div class="brands__item__inner"><div class="brands__item__content">    <div class="component promo gridCard">
        <div class="component-content" id='rekordbox'>
<div><div class="gridCard__visual" style="background-image: url('/-/media/project/pioneer/pioneerdj/home/brands/brand-rekordbox6-330x250.jpg');"><span class="screenReader">rekordbox</span></div></div><div class="gridCard__content"><h2 class="gridCard__title brands__title  field-promotext2"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="236px" height="33px">
<path fill-rule="evenodd" fill="rgb(255, 255, 255)" d="M226.331,17.162 L235.344,26.958 L229.869,26.958 L223.593,20.137 L217.317,26.958 L211.841,26.958 L220.855,17.162 L211.841,7.364 L217.317,7.364 L223.593,14.186 L229.869,7.364 L235.345,7.364 L226.331,17.162 ZM205.910,26.667 C202.122,27.198 198.442,27.198 194.653,26.667 C191.948,26.287 189.849,24.154 189.556,21.484 C189.243,18.659 189.243,15.663 189.556,12.838 C189.849,10.168 191.948,8.035 194.653,7.655 C198.442,7.125 202.122,7.125 205.910,7.655 C208.616,8.035 210.714,10.168 211.009,12.838 C211.320,15.663 211.320,18.659 211.009,21.484 C210.714,24.154 208.616,26.287 205.910,26.667 ZM206.197,14.983 C206.153,14.258 206.159,13.563 205.798,12.875 C205.254,11.839 204.582,11.398 203.401,11.297 C201.663,11.147 199.935,11.123 198.191,11.222 C197.402,11.268 196.654,11.263 195.918,11.685 C194.954,12.236 194.543,12.887 194.444,13.974 C194.289,15.682 194.263,17.596 194.367,19.306 C194.412,20.031 194.405,20.727 194.766,21.415 C195.310,22.451 195.981,22.893 197.162,22.994 C198.901,23.144 200.629,23.169 202.373,23.068 C203.162,23.022 203.911,23.028 204.646,22.605 C205.610,22.055 206.021,21.403 206.120,20.317 C206.276,18.609 206.301,16.695 206.197,14.983 ZM181.822,26.544 C180.217,26.807 178.616,26.936 176.988,26.936 C172.818,26.944 168.650,26.951 164.482,26.958 L164.482,0.953 L169.436,0.953 L169.436,7.359 L176.988,7.359 C178.616,7.359 180.217,7.490 181.822,7.752 C184.396,8.172 185.979,10.559 186.202,12.934 C186.470,15.755 186.470,18.540 186.202,21.362 C185.979,23.737 184.396,26.124 181.822,26.544 ZM175.520,11.275 C173.690,11.275 169.436,11.275 169.436,11.275 C169.436,14.800 169.436,19.498 169.436,23.021 C169.436,23.021 173.690,23.021 175.520,23.021 C180.787,23.021 181.465,22.355 181.465,17.150 C181.465,11.944 180.790,11.275 175.520,11.275 ZM143.020,26.544 C140.446,26.124 138.863,23.737 138.640,21.362 C138.372,18.540 138.372,15.755 138.640,12.934 C138.863,10.559 140.446,8.172 143.020,7.752 C144.625,7.490 146.227,7.359 147.855,7.359 L155.405,7.359 L155.405,0.953 L160.360,0.953 L160.360,26.958 C156.192,26.951 152.024,26.944 147.855,26.936 C146.227,26.936 144.625,26.807 143.020,26.544 ZM155.406,23.021 C155.406,19.498 155.406,14.800 155.406,11.275 C155.406,11.275 151.152,11.275 149.322,11.275 C144.052,11.275 143.377,11.944 143.377,17.150 C143.377,22.355 144.055,23.021 149.322,23.021 C151.152,23.021 155.406,23.021 155.406,23.021 ZM131.213,11.428 C130.840,11.486 130.473,11.589 130.110,11.797 C129.879,11.929 129.658,12.079 129.461,12.259 C129.203,12.495 128.997,12.781 128.863,13.104 C128.690,13.521 128.647,13.975 128.610,14.420 C128.528,15.383 128.550,16.345 128.550,17.310 C128.550,18.317 128.550,19.324 128.550,20.331 C128.550,21.338 128.550,22.344 128.550,23.351 C128.550,24.358 128.550,25.952 128.550,26.958 L123.513,26.958 C123.513,23.883 123.513,20.222 123.513,17.148 C123.513,15.737 123.590,14.337 123.744,12.934 C123.744,12.275 124.042,11.528 124.335,10.950 C124.642,10.343 125.056,9.792 125.551,9.326 C126.061,8.846 126.655,8.458 127.298,8.182 C128.089,7.843 128.944,7.722 129.792,7.612 C130.487,7.522 131.183,7.479 131.883,7.452 C133.274,7.397 136.666,7.331 136.666,7.331 C136.666,8.244 136.666,9.757 136.666,10.671 L136.666,11.263 C136.666,11.263 132.759,11.184 131.213,11.428 ZM114.766,26.667 C110.978,27.198 107.299,27.198 103.509,26.667 C100.804,26.287 98.705,24.154 98.412,21.484 C98.100,18.659 98.100,15.663 98.412,12.838 C98.705,10.168 100.804,8.035 103.509,7.655 C107.299,7.125 110.978,7.125 114.766,7.655 C117.472,8.035 119.571,10.168 119.865,12.838 C120.176,15.663 120.176,18.659 119.865,21.484 C119.571,24.154 117.472,26.287 114.766,26.667 ZM115.054,14.983 C115.009,14.258 115.015,13.563 114.654,12.875 C114.110,11.839 113.438,11.398 112.258,11.297 C110.519,11.147 108.791,11.123 107.048,11.222 C106.259,11.268 105.510,11.263 104.774,11.685 C103.810,12.236 103.400,12.887 103.300,13.974 C103.145,15.682 103.119,17.596 103.223,19.306 C103.268,20.031 103.261,20.727 103.623,21.415 C104.167,22.451 104.838,22.893 106.018,22.994 C107.757,23.144 109.485,23.169 111.229,23.068 C112.018,23.022 112.767,23.028 113.503,22.605 C114.466,22.055 114.877,21.403 114.976,20.317 C115.132,18.609 115.157,16.695 115.054,14.983 ZM92.220,26.958 L84.905,19.114 L84.394,19.114 C84.394,19.114 84.402,24.738 84.402,26.958 C84.402,26.958 80.678,26.958 79.416,26.958 C79.416,26.958 79.416,13.504 79.416,7.364 L84.402,7.364 C84.402,9.585 84.397,15.201 84.397,15.201 L84.920,15.201 L92.219,7.364 L97.694,7.364 L87.724,17.161 L97.696,26.958 L92.220,26.958 ZM58.961,21.186 C59.068,22.094 59.796,22.807 60.719,22.908 C63.394,23.203 66.021,23.203 68.697,22.908 C69.599,22.809 70.057,22.450 70.357,21.609 C70.357,21.609 70.444,21.345 70.482,21.194 L75.449,21.194 C75.448,21.260 75.441,21.325 75.432,21.390 C75.383,21.732 75.331,22.077 75.239,22.411 C75.151,22.749 75.021,23.071 74.868,23.385 C74.762,23.601 74.643,23.811 74.511,24.013 C74.380,24.213 74.236,24.406 74.081,24.589 C73.927,24.772 73.762,24.945 73.586,25.108 C73.411,25.271 73.225,25.424 73.031,25.565 C72.836,25.706 72.633,25.836 72.422,25.953 C72.210,26.071 71.991,26.176 71.766,26.267 C71.538,26.359 71.305,26.437 71.067,26.501 C70.827,26.566 70.583,26.615 70.336,26.650 C66.547,27.181 62.868,27.181 59.079,26.650 C56.375,26.270 54.275,24.137 53.981,21.468 C53.670,18.642 53.670,15.647 53.981,12.821 C54.275,10.151 56.375,8.019 59.079,7.639 C62.868,7.108 66.547,7.108 70.336,7.639 C73.042,8.019 75.141,10.151 75.435,12.821 C75.605,14.364 75.681,15.903 75.664,17.454 L75.664,18.036 L58.745,18.036 C58.776,19.017 58.845,20.214 58.961,21.186 ZM70.627,15.099 C70.592,14.429 70.533,13.766 70.455,13.101 C70.348,12.195 69.619,11.482 68.697,11.381 C66.021,11.086 63.394,11.086 60.719,11.381 C59.796,11.482 59.068,12.195 58.961,13.101 C58.883,13.766 58.824,14.429 58.788,15.099 L70.627,15.099 ZM46.522,11.428 C46.149,11.486 45.782,11.589 45.419,11.797 C45.188,11.929 44.967,12.079 44.770,12.259 C44.512,12.495 44.306,12.781 44.172,13.104 C43.999,13.521 43.957,13.975 43.919,14.420 C43.838,15.383 43.859,16.345 43.859,17.310 C43.859,18.317 43.859,19.324 43.859,20.331 C43.859,21.338 43.859,22.344 43.859,23.351 C43.859,24.358 43.859,25.952 43.859,26.958 L38.822,26.958 C38.822,23.883 38.822,20.222 38.822,17.148 C38.822,15.737 38.899,14.337 39.054,12.934 C39.054,12.275 39.351,11.528 39.644,10.950 C39.952,10.343 40.365,9.792 40.860,9.326 C41.370,8.846 41.964,8.458 42.607,8.182 C43.398,7.843 44.254,7.722 45.102,7.612 C45.796,7.522 46.492,7.479 47.192,7.452 C48.583,7.397 51.975,7.331 51.975,7.331 C51.975,8.244 51.975,9.757 51.975,10.671 L51.975,11.263 C51.975,11.263 48.068,11.184 46.522,11.428 ZM17.512,32.890 L17.512,26.682 C21.896,25.727 25.192,21.824 25.192,17.162 C25.192,16.130 25.027,15.135 24.728,14.200 L30.111,11.096 L30.111,24.235 C30.111,25.095 29.652,25.889 28.906,26.319 L17.512,32.890 ZM15.432,7.415 C12.578,7.415 10.015,8.653 8.228,10.610 L2.831,7.497 L14.228,0.925 C14.973,0.495 15.892,0.495 16.638,0.925 L28.034,7.497 L22.636,10.610 C20.850,8.653 18.286,7.415 15.432,7.415 ZM5.673,17.162 C5.673,21.824 8.968,25.727 13.353,26.682 L13.353,32.890 L1.959,26.319 C1.213,25.889 0.754,25.095 0.754,24.235 L0.754,11.096 L6.137,14.200 C5.838,15.135 5.673,16.130 5.673,17.162 ZM15.432,12.682 C17.910,12.682 19.918,14.688 19.918,17.163 C19.918,19.637 17.910,21.643 15.432,21.643 C12.955,21.643 10.946,19.637 10.946,17.163 C10.946,14.688 12.955,12.682 15.432,12.682 Z"></path>
</svg></h2><div class="gridCard__tagline field-promotext">Mix, scratch and master performance with our complete DJ software</div></div><a href="https://rekordbox.com/" rel="noopener noreferrer" target="_blank"><span></span></a>        </div>
    </div>

<script>
    var x = document.getElementById("rekordbox");
    if (x != null) {
        x.onclick = function () {
            dataLayer.push({ 'event': 'dlHomepageEvent', 'dlCategory': 'Homepage', 'dlAction': 'Brand 3', 'dlElement': '', 'dlLabel': 'en - Rekordbox', 'dlPosition': '', 'dlURL': ''});
        };
    }
</script>
</div></div></div><div class="brands__item"><div class="brands__item__inner"><div class="brands__item__content">    <div class="component promo gridCard">
        <div class="component-content" id='Kuvo'>
<div><div class="gridCard__visual" style="background-image: url('/-/media/project/pioneer/pioneerdj/home/brands/brand-kuvo.jpg');"><span class="screenReader">Kuvo</span></div></div><div class="gridCard__content"><h2 class="gridCard__title brands__title  field-promotext2"><svg class="symbol symbol--kuvo" viewbox="0 0 130 30" version="1" xmlns="http://www.w3.org/2000/svg"><path d="M37 25h4V5h-4zM69.997 25C75.513 25 80 20.493 80 14.953V5h-3.83v9.953c0 3.42-2.77 6.201-6.173 6.201-3.4 0-6.17-2.781-6.17-6.201V5H60v9.953C60 20.493 64.484 25 69.997 25M103.657 5l-7.12 13.855c-.737 1.435-1.657 2.295-2.46 2.299h-.002c-.802 0-1.723-.854-2.47-2.283L84.36 5H80l8.173 15.646C90.151 24.43 92.713 25 94.075 25h.017c1.36-.004 3.93-.582 5.888-4.394L108 5h-4.343M119.971 21.153h-3.941c-3.396 0-6.16-2.757-6.187-6.153.027-3.395 2.791-6.151 6.187-6.151h3.941c3.396 0 6.162 2.756 6.187 6.151-.025 3.397-2.791 6.153-6.187 6.153zm0-16.153h-3.941c-5.515 0-10.003 4.482-10.03 10 .027 5.518 4.515 10 10.03 10h3.941c5.514 0 10.002-4.482 10.029-10-.027-5.518-4.515-10-10.029-10zM47.508 12.468L59.093 5h-7.119l-6.569 4.236c-2.17 1.4-3.412 3.428-3.405 5.564.009 2.137 1.266 4.155 3.448 5.539L52.8 25H60l-12.474-7.91c-1.066-.675-1.655-1.494-1.657-2.304-.005-.811.577-1.635 1.639-2.318M10.256 19.743a6.008 6.008 0 0 1 0-8.488 6.008 6.008 0 0 1 8.488 0 6.008 6.008 0 0 1 0 8.488 6.009 6.009 0 0 1-8.488 0zM20.513 9.487c-3.315-3.316-8.711-3.316-12.026 0-3.316 3.316-3.316 8.71 0 12.027 3.315 3.314 8.71 3.316 12.026 0 3.316-3.316 3.316-8.713 0-12.027z" fill="currentColor"></path><path d="M11.306 18.621a4.47 4.47 0 0 1 0-6.315 4.47 4.47 0 0 1 6.316 0 4.471 4.471 0 0 1 0 6.315 4.47 4.47 0 0 1-6.316 0" fill="currentColor"></path><path d="M26.08 5.323L24.676 6.73c4.345 5.064 4.129 12.719-.666 17.514s-12.45 5.01-17.514.665L5.09 26.314c5.85 5.123 14.744 4.911 20.323-.667 5.578-5.579 5.79-14.473.666-20.324M5.091 23.506C.747 18.44.962 10.786 5.757 5.99c4.796-4.795 12.45-5.01 17.515-.667l1.404-1.402c-5.85-5.125-14.744-4.913-20.322.665-5.58 5.579-5.791 14.473-.667 20.322l1.404-1.402" fill="currentColor"></path><path d="M6.773 21.932c-3.233-3.949-3.009-9.801.675-13.484 3.684-3.685 9.536-3.909 13.485-.676L22 6.705c-4.541-3.818-11.346-3.596-15.619.676C2.11 11.652 1.888 18.458 5.705 23l1.068-1.068M23.294 8l-1.067 1.067c3.233 3.949 3.009 9.8-.675 13.485-3.684 3.683-9.535 3.908-13.484.675L7 24.295c4.542 3.817 11.347 3.597 15.62-.677 4.272-4.273 4.492-11.077.674-15.618" fill="currentColor"></path></svg></h2><div class="gridCard__tagline field-promotext">Discover new music. Join the global community.</div></div><a href="http://kuvo.com/" rel="noopener noreferrer" target="_blank"><span></span></a>        </div>
    </div>

<script>
    var x = document.getElementById("Kuvo");
    if (x != null) {
        x.onclick = function () {
            dataLayer.push({ 'event': 'dlHomepageEvent', 'dlCategory': 'Homepage', 'dlAction': 'Brand 4', 'dlElement': '', 'dlLabel': 'en - Kuvo', 'dlPosition': '', 'dlURL': ''});
        };
    }
</script>
</div></div></div></div>                </div>

</div>

<!-- GRID EVENT TRACKING-->

    <script>
        var x = document.getElementById("Home");
    if (x != null) {
        x.onclick = function (e) {
            dataLayer.push({ 'event': '', 'dlCategory': '', 'dlAction': '', 'dlElement': '', 'dlLabel': 'en - ', 'dlPosition': '', 'dlURL': '' });
            e.stopPropagation();
        };
    }
    </script>

</div>                </div>

</div>

<!-- GRID EVENT TRACKING-->

    <script>
        var x = document.getElementById("Home");
    if (x != null) {
        x.onclick = function (e) {
            dataLayer.push({ 'event': '', 'dlCategory': '', 'dlAction': '', 'dlElement': '', 'dlLabel': 'en - ', 'dlPosition': '', 'dlURL': '' });
            e.stopPropagation();
        };
    }
    </script>



            </div>
        </div>

<footer class="footer theme-2020">
    <div class="footer__brand">
        <div class="footerBrand">
            <div class="footerBrand__logo">
                <svg class="symbol symbol--dj" viewBox="0 0 39 25" version="1" xmlns="http://www.w3.org/2000/svg">
                    <path d="M25.122 2.049c2.395 1.86 2.787 4.38 1.8 7.019-.919 2.442-2.98 4.81-6.22 6.642-3.592 1.994-7.308 2.525-11.363 2.525H0L6.844 0h8.209c4.14 0 7.638.164 10.069 2.049zm-5.057 6.883c.538-1.437.4-3.579-.552-4.723-1.07-1.27-2.719-1.419-5.1-1.419l-1.163.026s-1-.113-1.407.796c-.248.57.104-.426-3.92 10.305-.53 1.423.735 1.493.735 1.493s4.54.277 8.34-2.352c1.61-1.114 2.562-2.772 3.067-4.126zm9.65-2.385L39 6.594l-4.7 12.564C32.767 23.25 29.594 25 23.231 25l-4.969-.066 1.188-2.837c7.193.343 8.49-2.86 8.717-3.475l3-8.07s.516-1.437-.652-1.437h-1.84l1.04-2.568z"
                          fill="currentColor"></path>
                </svg>
            </div>


<nav class="footerBreadcrumb">
    <ul class="footerBreadcrumb__list">
    </ul>
</nav>

        </div>
    </div>



    <div class="footer__nav">
        <nav class="footerNav">

                <div class="footerNav__content">
                    <h3 class="footerNav__title heading heading--4">
                        <a href="/en/product/" class="footerNav__title__link" >Products</a>
                        <span class="footerNav__trigger footerNav__triggerIcon"></span>
                    </h3>
                    <div class="footerNav__menu" style="height: 264px;">
                            <ul class="footerNav__list">
                                    <li class="footerNav__item"><a href="/en/product/player/" class="footerNav__link" >DJ players</a></li>
                                    <li class="footerNav__item"><a href="/en/product/mixer/" class="footerNav__link" >DJ mixers</a></li>
                                    <li class="footerNav__item"><a href="/en/product/controller/" class="footerNav__link" >DJ controllers</a></li>
                                    <li class="footerNav__item"><a href="/en/product/turntable/" class="footerNav__link" >Turntables</a></li>
                                    <li class="footerNav__item"><a href="/en/product/all-in-one-system/" class="footerNav__link" >All-in-one DJ systems</a></li>
                                    <li class="footerNav__item"><a href="/en/product/effector/" class="footerNav__link" >Remix stations</a></li>
                                    <li class="footerNav__item"><a href="/en/product/dj-sampler/" class="footerNav__link" >DJ samplers</a></li>
                                    <li class="footerNav__item"><a href="/en/product/production/" class="footerNav__link" >Music production</a></li>
                                    <li class="footerNav__item"><a href="/en/product/headphones/" class="footerNav__link" >Headphones</a></li>
                                    <li class="footerNav__item"><a href="/en/product/monitor-speakers/" class="footerNav__link" >Monitor speakers</a></li>
                                    <li class="footerNav__item"><a href="/en/product/pa-speakers/" class="footerNav__link" >PA speakers</a></li>
                                    <li class="footerNav__item"><a href="/en/product/software/" class="footerNav__link" >DJ software &amp; Interfaces</a></li>
                                    <li class="footerNav__item"><a href="/en/product/accessories/" class="footerNav__link" >Accessories</a></li>
                            </ul>
                    </div>
                </div>

                <div class="footerNav__content">
                    <h3 class="footerNav__title heading heading--4">
                        <a href="/en/support/" class="footerNav__title__link" >Support</a>
                        <span class="footerNav__trigger footerNav__triggerIcon"></span>
                    </h3>
                    <div class="footerNav__menu" style="height: 192px;">
                        <ul class="footerNav__list">
                                <li class="footerNav__item">
<a href="/en/support/contact/" class="footerNav__link" title="Contact" >Contact</a>
                                </li>
                                <li class="footerNav__item">
<a href="/en/support/documents/" class="footerNav__link" >Manuals</a>
                                </li>
                                <li class="footerNav__item">
<a href="/en/support/software/" class="footerNav__link" >Software &amp; firmware</a>
                                </li>
                                <li class="footerNav__item">
<a href="/en/support/software-information/" class="footerNav__link" >Software information</a>
                                </li>
                                <li class="footerNav__item">
<a href="http://faq.pioneerdj.com" class="footerNav__link" rel="noopener noreferrer" target="_blank" >FAQ                                                <span class="footerNav__icon"><svg class="symbol symbol--external" viewBox="0 0 32 32" version="1" xmlns="http://www.w3.org/2000/svg"><path d="M20 0l3.2 3.2H1.6C.8 3.2 0 4 0 4.96V30.4c0 .8.8 1.6 1.6 1.6h24.8c.96 0 1.6-.8 1.6-1.76V8.48l.16-.16 3.84 4V0H20zm4.8 28.64H3.36V6.56h17.76l-12 12.32 4.48 4.48 11.2-11.52v16.8z" fill="currentColor"></path></svg></span>
</a>
                                </li>
                                <li class="footerNav__item">
<a href="http://forums.pioneerdj.com/home" class="footerNav__link" rel="noopener noreferrer" target="_blank" >Forum                                                <span class="footerNav__icon"><svg class="symbol symbol--external" viewBox="0 0 32 32" version="1" xmlns="http://www.w3.org/2000/svg"><path d="M20 0l3.2 3.2H1.6C.8 3.2 0 4 0 4.96V30.4c0 .8.8 1.6 1.6 1.6h24.8c.96 0 1.6-.8 1.6-1.76V8.48l.16-.16 3.84 4V0H20zm4.8 28.64H3.36V6.56h17.76l-12 12.32 4.48 4.48 11.2-11.52v16.8z" fill="currentColor"></path></svg></span>
</a>
                                </li>
                                <li class="footerNav__item">
<a href="/en/landing/pioneer-dj-certified/" class="footerNav__link" >Certification program</a>
                                </li>
                                <li class="footerNav__item">
<a href="/en/account/about/" class="footerNav__link" >About your account</a>
                                </li>
                                <li class="footerNav__item">
<a href="/en/support/important-product-notice/" class="footerNav__link" >Important product notices</a>
                                </li>
                        </ul>
                    </div>
                </div>
            <div class="footerNav__content">
                    <h3 class="footerNav__title heading heading--4">
                        <a href="/en/news/" class="footerNav__title__link" title="News" >News</a>
                    </h3>
                    <h3 class="footerNav__title heading heading--4">
                        <a href="/en/shops/search/" class="footerNav__title__link" >Where to buy</a>
                    </h3>
                    <h3 class="footerNav__title heading heading--4">
                        <a href="/en/company/company-info/" class="footerNav__title__link" >About us</a>
                            <span class="footerNav__trigger footerNav__triggerIcon"></span>
                    </h3>
                        <div class="footerNav__menu" style="height: 48px;">
                            <ul class="footerNav__list">
                                    <li class="footerNav__item"><a href="/en/company/company-info" class="footerNav__link" >Company info</a></li>
                                    <li class="footerNav__item"><a href="/en/corporate-contact/" class="footerNav__link" >Corporate contact</a></li>
                                    <li class="footerNav__item"></li>
                                    <li class="footerNav__item"></li>
                                    <li class="footerNav__item"></li>
                            </ul>
                        </div>
            </div>
        </nav>
    </div>
<div class="footer__links">
    <div class="footer__links__inner">

            <div class="footer__external">
                <nav class="externalNav">
                    <ul class="externalNav__list">
                            <li class="externalNav__item">
<a href="http://www.kuvo.com/" class="externalNav__link" rel="noopener noreferrer" target="_blank" >                                        <span class="externalNav__symbol" style="background-image: url('/-/media/pioneerdj/images/navigation/kuvo-org.png')"></span>
KUVO</a>                            </li>
                            <li class="externalNav__item">
<a href="http://www.pioneerdjradio.com/" class="externalNav__link" rel="noopener noreferrer" target="_blank" >                                        <span class="externalNav__symbol" style="background-image: url('/-/media/pioneerdj/images/navigation/dj-radio-org.png')"></span>
Radio</a>                            </li>
                            <li class="externalNav__item">
<a href="http://www.djsounds.com/" class="externalNav__link" rel="noopener noreferrer" target="_blank" >                                        <span class="externalNav__symbol" style="background-image: url('/-/media/pioneerdj/images/navigation/dj-sounds-org.png')"></span>
DJsounds</a>                            </li>
                            <li class="externalNav__item">
<a href="http://www.pioneerdjinibiza.com" class="externalNav__link" rel="noopener noreferrer" target="_blank" >                                        <span class="externalNav__symbol" style="background-image: url('/-/media/pioneerdj/images/navigation/ibiza-org.png')"></span>
Ibiza</a>                            </li>
                            <li class="externalNav__item">
<a href="http://www.pioneerproaudio.com" class="externalNav__link" rel="noopener noreferrer" target="_blank" >                                        <span class="externalNav__symbol" style="background-image: url('/-/media/pioneerdj/images/navigation/pro-audio-gold.png')"></span>
Pioneer Pro Audio</a>                            </li>
                    </ul>
                </nav>
            </div>

            <div class="footer__social">
                <nav class="socialNav">
                    <ul class="socialNav__list">
                            <li class="socialNav__item socialNav__item--instagram">
<a href="https://www.instagram.com/pioneerdjglobal/" class="socialNav__link" rel="noopener noreferrer" target="_blank" >                                        <span class="socialNav__symbol"><svg class="symbol symbol--instagram" viewbox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg">
<path d="M1152 896q0-106-75-181t-181-75-181 75-75 181 75 181 181 75 181-75 75-181zm138 0q0 164-115 279t-279 115-279-115-115-279 115-279 279-115 279 115 115 279zm108-410q0 38-27 65t-65 27-65-27-27-65 27-65 65-27 65 27 27 65zM896 266q-7 0-76.5-.5t-105.5 0-96.5 3-103 10T443 297q-50 20-88 58t-58 88q-11 29-18.5 71.5t-10 103-3 96.5 0 105.5.5 76.5-.5 76.5 0 105.5 3 96.5 10 103T297 1349q20 50 58 88t88 58q29 11 71.5 18.5t103 10 96.5 3 105.5 0 76.5-.5 76.5.5 105.5 0 96.5-3 103-10 71.5-18.5q50-20 88-58t58-88q11-29 18.5-71.5t10-103 3-96.5 0-105.5-.5-76.5.5-76.5 0-105.5-3-96.5-10-103T1495 443q-20-50-58-88t-88-58q-29-11-71.5-18.5t-103-10-96.5-3-105.5 0-76.5.5zm768 630q0 229-5 317-10 208-124 322t-322 124q-88 5-317 5t-317-5q-208-10-322-124t-124-322q-5-88-5-317t5-317q10-208 124-322t322-124q88-5 317-5t317 5q208 10 322 124t124 322q5 88 5 317z" fill="currentColor"></path>
</svg></span>
                                            <span class="screenReader">Instagram</span>
</a>                            </li>
                            <li class="socialNav__item socialNav__item--twitter">
<a href="https://twitter.com/PioneerDJglobal" class="socialNav__link" rel="noopener noreferrer" target="_blank" >                                        <span class="socialNav__symbol"><svg class="symbol symbol--twitter" viewbox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg">
                                        <path d="M1684 408q-67 98-162 167 1 14 1 42 0 130-38 259.5t-115.5 248.5-184.5 210.5-258 146-323 54.5q-271 0-496-145 35 4 78 4 225 0 401-138-105-2-188-64.5t-114-159.5q33 5 61 5 43 0 85-11-112-23-185.5-111.5t-73.5-205.5v-4q68 38 146 41-66-44-105-115t-39-154q0-88 44-163 121 149 294.5 238.5t371.5 99.5q-8-38-8-74 0-134 94.5-228.5t228.5-94.5q140 0 236 102 109-21 205-78-37 115-142 178 93-10 186-50z" fill="currentColor"></path>
                                    </svg></span>
                                            <span class="screenReader">Twitter</span>
</a>                            </li>
                            <li class="socialNav__item socialNav__item--facebook">
<a href="https://www.facebook.com/pioneer.dj.global" class="socialNav__link" rel="noopener noreferrer" target="_blank" >                                        <span class="socialNav__symbol"><svg class="symbol symbol--facebook" viewbox="0 0 700 700" xmlns="http://www.w3.org/2000/svg" font-size="20">
<path style="stroke: none; fill-rule: evenodd; fill: #fbfbfc; fill-opacity: 1;" d="M 352.199219 117.652344 C 297.347656 123.707031 263.015625 155.402344 255.101562 207.300781 C 253.324219 218.933594 253.191406 222.683594 253.195312 260.550781 L 253.199219 300 L 176.992188 300 L 177.144531 343.351562 L 177.300781 386.699219 L 215.253906 386.855469 L 253.210938 387.007812 L 253.054688 492.605469 L 252.898438 598.199219 L 256.902344 598.199219 C 259.566406 598.199219 260.984375 598.449219 261.148438 598.949219 C 261.347656 599.539062 269.652344 599.699219 300 599.699219 C 330.347656 599.699219 338.652344 599.539062 338.851562 598.949219 C 339.015625 598.449219 340.433594 598.199219 343.097656 598.199219 L 347.101562 598.199219 L 346.945312 492.601562 L 346.789062 387 L 381.144531 386.992188 C 400.039062 386.988281 415.8125 386.785156 416.191406 386.539062 C 416.832031 386.132812 417.453125 382.765625 420.628906 362.398438 C 421.269531 358.273438 422.054688 353.28125 422.367188 351.300781 C 422.984375 347.410156 423.792969 342.121094 424.824219 335.246094 C 425.183594 332.855469 425.71875 329.414062 426.011719 327.601562 C 426.648438 323.710938 427.496094 318.238281 428.429688 312 C 428.804688 309.523438 429.351562 306.203125 429.652344 304.621094 C 429.953125 303.035156 430.199219 301.347656 430.199219 300.871094 C 430.199219 300.117188 424.539062 300 388.5 300 L 346.800781 300 L 346.808594 269.851562 C 346.824219 239.652344 347.007812 236.316406 349.125 228 C 352.972656 212.875 364.59375 202.085938 380.699219 198.675781 C 388.566406 197.011719 392.113281 196.800781 412.304688 196.800781 L 433.808594 196.800781 L 433.65625 160.074219 L 433.5 123.347656 L 431.398438 122.875 C 430.246094 122.613281 427.410156 122.152344 425.101562 121.847656 C 422.789062 121.546875 417.796875 120.886719 414 120.386719 C 391.304688 117.390625 365.09375 116.230469 352.199219 117.652344 "></path>
<path style="stroke: none; fill-rule: evenodd; fill: #1c74f4; fill-opacity: 1;" d="M 266.851562 0.410156 C 263.632812 0.539062 261 0.902344 261 1.222656 C 261 1.539062 259.109375 1.800781 256.800781 1.800781 C 254.398438 1.800781 252.601562 2.054688 252.601562 2.398438 C 252.601562 2.734375 251 3 249 3 C 247 3 245.398438 3.265625 245.398438 3.601562 C 245.398438 3.929688 244.183594 4.199219 242.699219 4.199219 C 241.214844 4.199219 240 4.46875 240 4.800781 C 240 5.128906 238.648438 5.398438 237 5.398438 C 235.351562 5.398438 234 5.671875 234 6 C 234 6.328125 232.921875 6.601562 231.601562 6.601562 C 230.28125 6.601562 229.199219 6.871094 229.199219 7.199219 C 229.199219 7.53125 228.121094 7.800781 226.800781 7.800781 C 225.480469 7.800781 224.398438 8.070312 224.398438 8.398438 C 224.398438 8.730469 223.320312 9 222 9 C 220.679688 9 219.601562 9.269531 219.601562 9.601562 C 219.601562 9.929688 218.65625 10.199219 217.5 10.199219 C 216.34375 10.199219 215.398438 10.46875 215.398438 10.800781 C 215.398438 11.128906 214.589844 11.398438 213.601562 11.398438 C 212.609375 11.398438 211.800781 11.671875 211.800781 12 C 211.800781 12.328125 210.988281 12.601562 210 12.601562 C 209.011719 12.601562 208.199219 12.871094 208.199219 13.199219 C 208.199219 13.53125 207.390625 13.800781 206.398438 13.800781 C 205.410156 13.800781 204.601562 14.039062 204.601562 14.332031 C 204.601562 14.625 203.121094 15.046875 201.308594 15.273438 C 199.5 15.5 197.863281 15.933594 197.675781 16.242188 C 197.484375 16.550781 196.8125 16.800781 196.183594 16.800781 C 195.550781 16.800781 194.074219 17.339844 192.898438 18 C 191.726562 18.660156 190.230469 19.199219 189.582031 19.199219 C 188.933594 19.199219 188.398438 19.46875 188.398438 19.800781 C 188.398438 20.128906 187.859375 20.398438 187.199219 20.398438 C 186.539062 20.398438 186 20.671875 186 21 C 186 21.328125 185.191406 21.601562 184.199219 21.601562 C 183.210938 21.601562 182.398438 21.871094 182.398438 22.199219 C 182.398438 22.53125 181.859375 22.800781 181.199219 22.800781 C 180.539062 22.800781 180 23.070312 180 23.398438 C 180 23.730469 179.460938 24 178.800781 24 C 178.140625 24 177.601562 24.269531 177.601562 24.601562 C 177.601562 24.929688 176.941406 25.199219 176.136719 25.199219 C 175.332031 25.199219 174.503906 25.46875 174.300781 25.800781 C 174.097656 26.128906 173.40625 26.398438 172.765625 26.398438 C 172.125 26.398438 171.601562 26.671875 171.601562 27 C 171.601562 27.328125 171.058594 27.601562 170.398438 27.601562 C 169.738281 27.601562 169.199219 27.871094 169.199219 28.199219 C 169.199219 28.53125 168.660156 28.800781 168 28.800781 C 167.339844 28.800781 166.800781 29.070312 166.800781 29.398438 C 166.800781 29.730469 166.394531 30 165.898438 30 C 165.40625 30 165 30.269531 165 30.601562 C 165 30.929688 164.460938 31.199219 163.800781 31.199219 C 163.140625 31.199219 162.601562 31.46875 162.601562 31.800781 C 162.601562 32.128906 162.058594 32.398438 161.398438 32.398438 C 160.738281 32.398438 160.199219 32.671875 160.199219 33 C 160.199219 33.328125 159.660156 33.601562 159 33.601562 C 158.339844 33.601562 157.800781 33.871094 157.800781 34.199219 C 157.800781 34.53125 157.261719 34.800781 156.601562 34.800781 C 155.941406 34.800781 155.398438 35.070312 155.398438 35.398438 C 155.398438 35.730469 154.921875 36 154.332031 36 C 153.746094 36 152.875 36.539062 152.398438 37.199219 C 151.925781 37.859375 151.054688 38.398438 150.46875 38.398438 C 149.878906 38.398438 149.398438 38.671875 149.398438 39 C 149.398438 39.328125 148.859375 39.601562 148.199219 39.601562 C 147.539062 39.601562 147 39.820312 147 40.085938 C 147 40.355469 145.640625 41.167969 143.980469 41.894531 C 142.316406 42.621094 140.804688 43.617188 140.613281 44.109375 C 140.425781 44.597656 139.761719 45 139.136719 45 C 138.511719 45 138 45.269531 138 45.601562 C 138 45.929688 137.644531 46.199219 137.210938 46.199219 C 136.78125 46.199219 135.847656 46.738281 135.136719 47.398438 C 134.429688 48.058594 133.492188 48.601562 133.058594 48.601562 C 132.621094 48.601562 131.875 49.140625 131.398438 49.800781 C 130.925781 50.460938 130.164062 51 129.707031 51 C 129.253906 51 128.125 51.808594 127.199219 52.800781 C 126.273438 53.789062 125.148438 54.601562 124.691406 54.601562 C 124.238281 54.601562 123.476562 55.140625 123 55.800781 C 122.523438 56.460938 121.824219 57 121.441406 57 C 121.058594 57 119.632812 58.078125 118.273438 59.398438 C 116.910156 60.71875 115.636719 61.800781 115.441406 61.800781 C 115.242188 61.800781 114.324219 62.609375 113.398438 63.601562 C 112.472656 64.589844 111.335938 65.398438 110.867188 65.398438 C 110.398438 65.398438 108.746094 66.613281 107.199219 68.101562 C 105.648438 69.585938 104.148438 70.800781 103.863281 70.800781 C 103.582031 70.800781 100.335938 73.769531 96.652344 77.398438 C 92.972656 81.03125 89.824219 84 89.664062 84 C 89.277344 84 84 89.277344 84 89.664062 C 84 89.824219 81.03125 92.972656 77.398438 96.652344 C 73.769531 100.335938 70.800781 103.582031 70.800781 103.863281 C 70.800781 104.148438 69.585938 105.648438 68.101562 107.199219 C 66.613281 108.746094 65.398438 110.398438 65.398438 110.867188 C 65.398438 111.335938 64.589844 112.472656 63.601562 113.398438 C 62.609375 114.324219 61.800781 115.242188 61.800781 115.441406 C 61.800781 115.636719 60.71875 116.910156 59.398438 118.273438 C 58.078125 119.632812 57 121.058594 57 121.441406 C 57 121.824219 56.460938 122.523438 55.800781 123 C 55.140625 123.476562 54.601562 124.238281 54.601562 124.691406 C 54.601562 125.148438 53.789062 126.273438 52.800781 127.199219 C 51.808594 128.125 51 129.253906 51 129.707031 C 51 130.164062 50.460938 130.925781 49.800781 131.398438 C 49.140625 131.875 48.601562 132.621094 48.601562 133.058594 C 48.601562 133.492188 48.058594 134.429688 47.398438 135.136719 C 46.738281 135.847656 46.199219 136.78125 46.199219 137.210938 C 46.199219 137.644531 45.929688 138 45.601562 138 C 45.269531 138 45 138.511719 45 139.136719 C 45 139.761719 44.597656 140.425781 44.109375 140.613281 C 43.617188 140.804688 42.621094 142.316406 41.894531 143.980469 C 41.167969 145.640625 40.355469 147 40.085938 147 C 39.820312 147 39.601562 147.539062 39.601562 148.199219 C 39.601562 148.859375 39.328125 149.398438 39 149.398438 C 38.671875 149.398438 38.398438 149.878906 38.398438 150.46875 C 38.398438 151.054688 37.859375 151.925781 37.199219 152.398438 C 36.539062 152.875 36 153.746094 36 154.332031 C 36 154.921875 35.730469 155.398438 35.398438 155.398438 C 35.070312 155.398438 34.800781 155.941406 34.800781 156.601562 C 34.800781 157.261719 34.53125 157.800781 34.199219 157.800781 C 33.871094 157.800781 33.601562 158.339844 33.601562 159 C 33.601562 159.660156 33.328125 160.199219 33 160.199219 C 32.671875 160.199219 32.398438 160.738281 32.398438 161.398438 C 32.398438 162.058594 32.128906 162.601562 31.800781 162.601562 C 31.46875 162.601562 31.199219 163.140625 31.199219 163.800781 C 31.199219 164.460938 30.929688 165 30.601562 165 C 30.269531 165 30 165.40625 30 165.898438 C 30 166.394531 29.730469 166.800781 29.398438 166.800781 C 29.070312 166.800781 28.800781 167.339844 28.800781 168 C 28.800781 168.660156 28.53125 169.199219 28.199219 169.199219 C 27.871094 169.199219 27.601562 169.738281 27.601562 170.398438 C 27.601562 171.058594 27.328125 171.601562 27 171.601562 C 26.671875 171.601562 26.398438 172.125 26.398438 172.765625 C 26.398438 173.40625 26.128906 174.097656 25.800781 174.300781 C 25.46875 174.503906 25.199219 175.332031 25.199219 176.136719 C 25.199219 176.941406 24.929688 177.601562 24.601562 177.601562 C 24.269531 177.601562 24 178.140625 24 178.800781 C 24 179.460938 23.730469 180 23.398438 180 C 23.070312 180 22.800781 180.539062 22.800781 181.199219 C 22.800781 181.859375 22.53125 182.398438 22.199219 182.398438 C 21.871094 182.398438 21.601562 183.210938 21.601562 184.199219 C 21.601562 185.191406 21.328125 186 21 186 C 20.671875 186 20.398438 186.539062 20.398438 187.199219 C 20.398438 187.859375 20.128906 188.398438 19.800781 188.398438 C 19.46875 188.398438 19.199219 188.933594 19.199219 189.582031 C 19.199219 190.230469 18.660156 191.726562 18 192.898438 C 17.339844 194.074219 16.800781 195.550781 16.800781 196.183594 C 16.800781 196.8125 16.550781 197.484375 16.242188 197.675781 C 15.933594 197.863281 15.5 199.5 15.273438 201.308594 C 15.046875 203.121094 14.625 204.601562 14.332031 204.601562 C 14.039062 204.601562 13.800781 205.410156 13.800781 206.398438 C 13.800781 207.390625 13.53125 208.199219 13.199219 208.199219 C 12.871094 208.199219 12.601562 209.011719 12.601562 210 C 12.601562 210.988281 12.328125 211.800781 12 211.800781 C 11.671875 211.800781 11.398438 212.609375 11.398438 213.601562 C 11.398438 214.589844 11.128906 215.398438 10.800781 215.398438 C 10.46875 215.398438 10.199219 216.34375 10.199219 217.5 C 10.199219 218.65625 9.929688 219.601562 9.601562 219.601562 C 9.269531 219.601562 9 220.679688 9 222 C 9 223.320312 8.730469 224.398438 8.398438 224.398438 C 8.070312 224.398438 7.800781 225.480469 7.800781 226.800781 C 7.800781 228.121094 7.53125 229.199219 7.199219 229.199219 C 6.871094 229.199219 6.601562 230.28125 6.601562 231.601562 C 6.601562 232.921875 6.328125 234 6 234 C 5.671875 234 5.398438 235.351562 5.398438 237 C 5.398438 238.648438 5.128906 240 4.800781 240 C 4.46875 240 4.199219 241.214844 4.199219 242.699219 C 4.199219 244.183594 3.929688 245.398438 3.601562 245.398438 C 3.265625 245.398438 3 247 3 249 C 3 251 2.734375 252.601562 2.398438 252.601562 C 2.058594 252.601562 1.800781 254.382812 1.800781 256.75 C 1.800781 259.535156 1.554688 260.980469 1.050781 261.148438 C -0.046875 261.515625 -0.046875 338.484375 1.050781 338.851562 C 1.554688 339.019531 1.800781 340.464844 1.800781 343.25 C 1.800781 345.617188 2.058594 347.398438 2.398438 347.398438 C 2.734375 347.398438 3 349 3 351 C 3 353 3.265625 354.601562 3.601562 354.601562 C 3.929688 354.601562 4.199219 355.796875 4.199219 357.265625 C 4.199219 358.730469 4.46875 360.097656 4.800781 360.300781 C 5.128906 360.503906 5.398438 361.871094 5.398438 363.335938 C 5.398438 364.800781 5.671875 366 6 366 C 6.328125 366 6.601562 367.078125 6.601562 368.398438 C 6.601562 369.71875 6.871094 370.800781 7.199219 370.800781 C 7.53125 370.800781 7.800781 371.878906 7.800781 373.199219 C 7.800781 374.519531 8.070312 375.601562 8.398438 375.601562 C 8.730469 375.601562 9 376.679688 9 378 C 9 379.320312 9.269531 380.398438 9.601562 380.398438 C 9.929688 380.398438 10.199219 381.34375 10.199219 382.5 C 10.199219 383.65625 10.46875 384.601562 10.800781 384.601562 C 11.128906 384.601562 11.398438 385.410156 11.398438 386.398438 C 11.398438 387.390625 11.671875 388.199219 12 388.199219 C 12.328125 388.199219 12.601562 389.011719 12.601562 390 C 12.601562 390.988281 12.871094 391.800781 13.199219 391.800781 C 13.53125 391.800781 13.800781 392.609375 13.800781 393.601562 C 13.800781 394.589844 14.039062 395.398438 14.332031 395.398438 C 14.625 395.398438 15.046875 396.878906 15.273438 398.691406 C 15.5 400.5 15.933594 402.136719 16.242188 402.324219 C 16.550781 402.515625 16.800781 403.1875 16.800781 403.816406 C 16.800781 404.449219 17.339844 405.925781 18 407.101562 C 18.660156 408.273438 19.199219 409.578125 19.199219 409.996094 C 19.199219 411.089844 20.617188 413.988281 21.148438 413.996094 C 21.398438 414 21.601562 414.808594 21.601562 415.800781 C 21.601562 416.789062 21.871094 417.601562 22.199219 417.601562 C 22.53125 417.601562 22.800781 418.140625 22.800781 418.800781 C 22.800781 419.460938 23.070312 420 23.398438 420 C 23.730469 420 24 420.539062 24 421.199219 C 24 421.859375 24.269531 422.398438 24.601562 422.398438 C 24.929688 422.398438 25.199219 423.210938 25.199219 424.199219 C 25.199219 425.191406 25.46875 426 25.800781 426 C 26.128906 426 26.398438 426.539062 26.398438 427.199219 C 26.398438 427.859375 26.671875 428.398438 27 428.398438 C 27.328125 428.398438 27.601562 428.941406 27.601562 429.601562 C 27.601562 430.261719 27.871094 430.800781 28.199219 430.800781 C 28.53125 430.800781 28.800781 431.339844 28.800781 432 C 28.800781 432.660156 29.070312 433.199219 29.398438 433.199219 C 29.730469 433.199219 30 433.738281 30 434.398438 C 30 435.058594 30.269531 435.601562 30.601562 435.601562 C 30.929688 435.601562 31.199219 436.003906 31.199219 436.5 C 31.199219 436.996094 31.46875 437.398438 31.800781 437.398438 C 32.128906 437.398438 32.398438 437.941406 32.398438 438.601562 C 32.398438 439.261719 32.671875 439.800781 33 439.800781 C 33.328125 439.800781 33.601562 440.339844 33.601562 441 C 33.601562 441.660156 33.871094 442.199219 34.199219 442.199219 C 34.53125 442.199219 34.800781 442.738281 34.800781 443.398438 C 34.800781 444.058594 35.070312 444.601562 35.398438 444.601562 C 35.730469 444.601562 36 445.078125 36 445.667969 C 36 446.253906 36.539062 447.125 37.199219 447.601562 C 37.859375 448.074219 38.398438 448.945312 38.398438 449.53125 C 38.398438 450.121094 38.671875 450.601562 39 450.601562 C 39.328125 450.601562 39.601562 451.140625 39.601562 451.800781 C 39.601562 452.460938 39.816406 453 40.085938 453 C 40.351562 453 41.0625 454.148438 41.664062 455.550781 C 42.269531 456.953125 43.210938 458.640625 43.757812 459.300781 C 44.308594 459.960938 45.144531 461.308594 45.621094 462.300781 C 46.101562 463.289062 46.964844 464.535156 47.546875 465.070312 C 48.125 465.605469 48.601562 466.421875 48.601562 466.886719 C 48.601562 467.351562 49.140625 468.125 49.800781 468.601562 C 50.460938 469.074219 51 469.835938 51 470.292969 C 51 470.746094 51.808594 471.875 52.800781 472.800781 C 53.789062 473.726562 54.601562 474.851562 54.601562 475.308594 C 54.601562 475.761719 55.140625 476.523438 55.800781 477 C 56.460938 477.476562 57 478.230469 57 478.679688 C 57 479.128906 58.011719 480.484375 59.25 481.695312 C 60.488281 482.910156 61.882812 484.636719 62.347656 485.539062 C 62.8125 486.441406 63.6875 487.339844 64.296875 487.53125 C 64.902344 487.722656 65.398438 488.355469 65.398438 488.933594 C 65.398438 489.511719 66.613281 491.253906 68.101562 492.800781 C 69.585938 494.351562 70.800781 495.851562 70.800781 496.136719 C 70.800781 496.417969 73.769531 499.664062 77.398438 503.347656 C 81.03125 507.027344 84 510.175781 84 510.335938 C 84 510.730469 89.28125 516 89.679688 516 C 89.851562 516 92.976562 518.96875 96.628906 522.601562 C 100.277344 526.230469 103.527344 529.199219 103.847656 529.199219 C 104.167969 529.199219 105.648438 530.414062 107.132812 531.898438 C 108.617188 533.386719 110.066406 534.601562 110.351562 534.601562 C 110.636719 534.601562 111.738281 535.410156 112.800781 536.398438 C 113.859375 537.390625 114.96875 538.199219 115.261719 538.199219 C 115.558594 538.199219 116.910156 539.28125 118.273438 540.601562 C 119.632812 541.921875 121.058594 543 121.441406 543 C 121.824219 543 122.523438 543.539062 123 544.199219 C 123.476562 544.859375 124.285156 545.398438 124.800781 545.398438 C 125.316406 545.398438 126.125 545.941406 126.601562 546.601562 C 127.074219 547.261719 127.835938 547.800781 128.292969 547.800781 C 128.746094 547.800781 129.875 548.609375 130.800781 549.601562 C 131.726562 550.589844 132.851562 551.398438 133.308594 551.398438 C 133.761719 551.398438 134.523438 551.941406 135 552.601562 C 135.476562 553.261719 136.34375 553.800781 136.933594 553.800781 C 137.519531 553.800781 138 554.070312 138 554.398438 C 138 554.730469 138.511719 555 139.136719 555 C 139.761719 555 140.417969 555.382812 140.597656 555.855469 C 140.78125 556.324219 141.957031 557.191406 143.214844 557.78125 C 144.472656 558.371094 145.875 559.21875 146.332031 559.664062 C 146.785156 560.109375 148.472656 561.050781 150.082031 561.75 C 151.6875 562.449219 153 563.242188 153 563.511719 C 153 563.78125 153.539062 564 154.199219 564 C 154.859375 564 155.398438 564.269531 155.398438 564.601562 C 155.398438 564.929688 155.941406 565.199219 156.601562 565.199219 C 157.261719 565.199219 157.800781 565.46875 157.800781 565.800781 C 157.800781 566.128906 158.339844 566.398438 159 566.398438 C 159.660156 566.398438 160.199219 566.671875 160.199219 567 C 160.199219 567.328125 160.738281 567.601562 161.398438 567.601562 C 162.058594 567.601562 162.601562 567.871094 162.601562 568.199219 C 162.601562 568.53125 163.140625 568.800781 163.800781 568.800781 C 164.460938 568.800781 165 569.070312 165 569.398438 C 165 569.730469 165.40625 570 165.898438 570 C 166.394531 570 166.800781 570.269531 166.800781 570.601562 C 166.800781 570.929688 167.339844 571.199219 168 571.199219 C 168.660156 571.199219 169.199219 571.46875 169.199219 571.800781 C 169.199219 572.128906 169.738281 572.398438 170.398438 572.398438 C 171.058594 572.398438 171.601562 572.671875 171.601562 573 C 171.601562 573.328125 172.125 573.601562 172.765625 573.601562 C 173.40625 573.601562 174.097656 573.871094 174.300781 574.199219 C 174.503906 574.53125 175.332031 574.800781 176.136719 574.800781 C 176.941406 574.800781 177.601562 575.070312 177.601562 575.398438 C 177.601562 575.730469 178.140625 576 178.800781 576 C 179.460938 576 180 576.269531 180 576.601562 C 180 576.929688 180.539062 577.199219 181.199219 577.199219 C 181.859375 577.199219 182.398438 577.46875 182.398438 577.800781 C 182.398438 578.128906 183.210938 578.398438 184.199219 578.398438 C 185.191406 578.398438 186 578.671875 186 579 C 186 579.328125 186.539062 579.601562 187.199219 579.601562 C 187.859375 579.601562 188.398438 579.871094 188.398438 580.199219 C 188.398438 580.53125 188.933594 580.800781 189.582031 580.800781 C 190.230469 580.800781 191.726562 581.339844 192.898438 582 C 194.074219 582.660156 195.570312 583.199219 196.21875 583.199219 C 196.867188 583.199219 197.398438 583.46875 197.398438 583.800781 C 197.398438 584.128906 198.195312 584.398438 199.164062 584.398438 C 200.132812 584.398438 201.097656 584.671875 201.300781 585 C 201.503906 585.328125 202.3125 585.601562 203.101562 585.601562 C 203.886719 585.601562 204.683594 585.851562 204.875 586.15625 C 205.0625 586.464844 206.699219 586.902344 208.507812 587.128906 C 210.320312 587.351562 211.800781 587.777344 211.800781 588.070312 C 211.800781 588.363281 212.609375 588.601562 213.601562 588.601562 C 214.589844 588.601562 215.398438 588.871094 215.398438 589.199219 C 215.398438 589.53125 216.34375 589.800781 217.5 589.800781 C 218.65625 589.800781 219.601562 590.070312 219.601562 590.398438 C 219.601562 590.730469 220.679688 591 222 591 C 223.320312 591 224.398438 591.269531 224.398438 591.601562 C 224.398438 591.929688 225.480469 592.199219 226.800781 592.199219 C 228.121094 592.199219 229.199219 592.46875 229.199219 592.800781 C 229.199219 593.128906 230.28125 593.398438 231.601562 593.398438 C 232.921875 593.398438 234 593.671875 234 594 C 234 594.328125 235.351562 594.601562 237 594.601562 C 238.648438 594.601562 240 594.871094 240 595.199219 C 240 595.53125 241.214844 595.800781 242.699219 595.800781 C 244.183594 595.800781 245.398438 596.070312 245.398438 596.398438 C 245.398438 596.738281 247.097656 597 249.300781 597 L 253.199219 597 L 253.199219 387.007812 L 215.25 386.855469 L 177.300781 386.699219 L 177.144531 343.351562 L 176.992188 300 L 253.199219 300 L 253.195312 260.550781 C 253.191406 222.683594 253.324219 218.933594 255.101562 207.300781 C 259.457031 178.742188 273.6875 153.59375 294 138.5625 C 321.671875 118.085938 356.566406 112.800781 414 120.386719 C 417.796875 120.886719 422.789062 121.546875 425.101562 121.847656 C 427.410156 122.152344 430.246094 122.613281 431.398438 122.875 L 433.5 123.347656 L 433.65625 160.074219 L 433.808594 196.800781 L 412.304688 196.800781 C 392.113281 196.800781 388.566406 197.011719 380.699219 198.675781 C 364.59375 202.085938 352.972656 212.875 349.125 228 C 347.007812 236.316406 346.824219 239.652344 346.808594 269.851562 L 346.800781 300 L 388.5 300 C 424.539062 300 430.199219 300.117188 430.199219 300.871094 C 430.199219 301.347656 429.953125 303.035156 429.652344 304.621094 C 429.351562 306.203125 428.804688 309.523438 428.429688 312 C 427.496094 318.238281 426.648438 323.710938 426.011719 327.601562 C 425.71875 329.414062 425.183594 332.855469 424.824219 335.246094 C 423.792969 342.121094 422.984375 347.410156 422.367188 351.300781 C 422.054688 353.28125 421.269531 358.273438 420.628906 362.398438 C 417.453125 382.765625 416.832031 386.132812 416.191406 386.539062 C 415.8125 386.785156 400.042969 386.988281 381.148438 386.992188 L 346.800781 387 L 346.800781 597 L 350.699219 597 C 352.902344 597 354.601562 596.738281 354.601562 596.398438 C 354.601562 596.070312 355.949219 595.800781 357.601562 595.800781 C 359.25 595.800781 360.601562 595.53125 360.601562 595.199219 C 360.601562 594.871094 361.816406 594.601562 363.300781 594.601562 C 364.785156 594.601562 366 594.328125 366 594 C 366 593.671875 367.078125 593.398438 368.398438 593.398438 C 369.71875 593.398438 370.800781 593.128906 370.800781 592.800781 C 370.800781 592.46875 371.878906 592.199219 373.199219 592.199219 C 374.519531 592.199219 375.601562 591.929688 375.601562 591.601562 C 375.601562 591.269531 376.679688 591 378 591 C 379.320312 591 380.398438 590.730469 380.398438 590.398438 C 380.398438 590.070312 381.328125 589.800781 382.464844 589.800781 C 383.597656 589.800781 384.695312 589.53125 384.898438 589.199219 C 385.105469 588.871094 385.929688 588.601562 386.734375 588.601562 C 387.542969 588.601562 388.199219 588.355469 388.199219 588.058594 C 388.199219 587.761719 389.820312 587.328125 391.800781 587.101562 C 393.78125 586.871094 395.398438 586.4375 395.398438 586.140625 C 395.398438 585.84375 396.058594 585.601562 396.863281 585.601562 C 397.667969 585.601562 398.496094 585.328125 398.699219 585 C 398.902344 584.671875 399.867188 584.398438 400.835938 584.398438 C 401.804688 584.398438 402.601562 584.128906 402.601562 583.800781 C 402.601562 583.46875 403.257812 583.199219 404.0625 583.199219 C 404.871094 583.199219 405.695312 582.929688 405.898438 582.601562 C 406.105469 582.269531 406.796875 582 407.4375 582 C 408.078125 582 408.601562 581.730469 408.601562 581.398438 C 408.601562 581.070312 409.085938 580.800781 409.679688 580.800781 C 411.019531 580.800781 413.988281 579.460938 413.996094 578.851562 C 414 578.601562 414.808594 578.398438 415.800781 578.398438 C 416.789062 578.398438 417.601562 578.128906 417.601562 577.800781 C 417.601562 577.46875 418.140625 577.199219 418.800781 577.199219 C 419.460938 577.199219 420 576.929688 420 576.601562 C 420 576.269531 420.539062 576 421.199219 576 C 421.859375 576 422.398438 575.730469 422.398438 575.398438 C 422.398438 575.070312 423.210938 574.800781 424.199219 574.800781 C 425.191406 574.800781 426 574.53125 426 574.199219 C 426 573.871094 426.539062 573.601562 427.199219 573.601562 C 427.859375 573.601562 428.398438 573.328125 428.398438 573 C 428.398438 572.671875 428.941406 572.398438 429.601562 572.398438 C 430.261719 572.398438 430.800781 572.128906 430.800781 571.800781 C 430.800781 571.46875 431.339844 571.199219 432 571.199219 C 432.660156 571.199219 433.199219 570.929688 433.199219 570.601562 C 433.199219 570.269531 433.738281 570 434.398438 570 C 435.058594 570 435.601562 569.730469 435.601562 569.398438 C 435.601562 569.070312 436.003906 568.800781 436.5 568.800781 C 436.996094 568.800781 437.398438 568.53125 437.398438 568.199219 C 437.398438 567.871094 437.941406 567.601562 438.601562 567.601562 C 439.261719 567.601562 439.800781 567.328125 439.800781 567 C 439.800781 566.671875 440.339844 566.398438 441 566.398438 C 441.660156 566.398438 442.199219 566.128906 442.199219 565.800781 C 442.199219 565.46875 442.738281 565.199219 443.398438 565.199219 C 444.058594 565.199219 444.601562 564.929688 444.601562 564.601562 C 444.601562 564.269531 445.023438 564 445.542969 564 C 446.0625 564 446.890625 563.59375 447.386719 563.101562 C 447.878906 562.605469 448.804688 562.199219 449.445312 562.199219 C 450.078125 562.199219 450.601562 561.929688 450.601562 561.601562 C 450.601562 561.269531 450.953125 561 451.386719 561 C 451.820312 561 452.753906 560.460938 453.460938 559.800781 C 454.171875 559.140625 455.164062 558.601562 455.675781 558.601562 C 456.183594 558.601562 456.601562 558.328125 456.601562 558 C 456.601562 557.671875 456.953125 557.398438 457.386719 557.398438 C 457.820312 557.398438 458.695312 556.925781 459.335938 556.351562 C 459.976562 555.773438 461.308594 554.898438 462.300781 554.40625 C 463.289062 553.910156 464.535156 553.035156 465.070312 552.453125 C 465.605469 551.875 466.375 551.398438 466.777344 551.398438 C 467.183594 551.398438 468.273438 550.589844 469.199219 549.601562 C 470.125 548.609375 471.253906 547.800781 471.707031 547.800781 C 472.164062 547.800781 472.925781 547.261719 473.398438 546.601562 C 473.875 545.941406 474.683594 545.398438 475.199219 545.398438 C 475.714844 545.398438 476.523438 544.859375 477 544.199219 C 477.476562 543.539062 478.230469 543 478.679688 543 C 479.128906 543 480.53125 541.921875 481.800781 540.601562 C 483.070312 539.28125 484.511719 538.199219 485.011719 538.199219 C 485.507812 538.199219 486.445312 537.523438 487.09375 536.699219 C 487.742188 535.875 488.542969 535.199219 488.875 535.199219 C 489.207031 535.199219 490.855469 533.851562 492.542969 532.199219 C 494.226562 530.550781 495.859375 529.199219 496.171875 529.199219 C 496.484375 529.199219 499.722656 526.230469 503.371094 522.601562 C 507.023438 518.96875 510.175781 516 510.382812 516 C 510.871094 516 516 510.871094 516 510.382812 C 516 510.175781 518.96875 507.023438 522.601562 503.371094 C 526.230469 499.722656 529.199219 496.484375 529.199219 496.171875 C 529.199219 495.859375 530.550781 494.226562 532.199219 492.542969 C 533.851562 490.855469 535.199219 489.207031 535.199219 488.875 C 535.199219 488.542969 535.875 487.742188 536.699219 487.09375 C 537.523438 486.445312 538.199219 485.507812 538.199219 485.011719 C 538.199219 484.511719 539.28125 483.070312 540.601562 481.800781 C 541.921875 480.53125 543 479.128906 543 478.679688 C 543 478.230469 543.539062 477.476562 544.199219 477 C 544.859375 476.523438 545.398438 475.761719 545.398438 475.308594 C 545.398438 474.851562 546.210938 473.726562 547.199219 472.800781 C 548.191406 471.875 549 470.746094 549 470.292969 C 549 469.835938 549.539062 469.074219 550.199219 468.601562 C 550.859375 468.125 551.398438 467.351562 551.398438 466.886719 C 551.398438 466.421875 551.875 465.605469 552.453125 465.070312 C 553.035156 464.535156 553.910156 463.289062 554.40625 462.300781 C 554.898438 461.308594 555.773438 459.976562 556.351562 459.335938 C 556.925781 458.695312 557.398438 457.820312 557.398438 457.386719 C 557.398438 456.953125 557.671875 456.601562 558 456.601562 C 558.328125 456.601562 558.601562 456.183594 558.601562 455.675781 C 558.601562 455.164062 559.140625 454.171875 559.800781 453.460938 C 560.460938 452.753906 561 451.820312 561 451.386719 C 561 450.953125 561.269531 450.601562 561.601562 450.601562 C 561.929688 450.601562 562.199219 450.078125 562.199219 449.445312 C 562.199219 448.804688 562.605469 447.878906 563.101562 447.386719 C 563.59375 446.890625 564 446.0625 564 445.542969 C 564 445.023438 564.269531 444.601562 564.601562 444.601562 C 564.929688 444.601562 565.199219 444.058594 565.199219 443.398438 C 565.199219 442.738281 565.46875 442.199219 565.800781 442.199219 C 566.128906 442.199219 566.398438 441.660156 566.398438 441 C 566.398438 440.339844 566.671875 439.800781 567 439.800781 C 567.328125 439.800781 567.601562 439.261719 567.601562 438.601562 C 567.601562 437.941406 567.871094 437.398438 568.199219 437.398438 C 568.53125 437.398438 568.800781 436.996094 568.800781 436.5 C 568.800781 436.003906 569.070312 435.601562 569.398438 435.601562 C 569.730469 435.601562 570 435.058594 570 434.398438 C 570 433.738281 570.269531 433.199219 570.601562 433.199219 C 570.929688 433.199219 571.199219 432.660156 571.199219 432 C 571.199219 431.339844 571.46875 430.800781 571.800781 430.800781 C 572.128906 430.800781 572.398438 430.261719 572.398438 429.601562 C 572.398438 428.941406 572.671875 428.398438 573 428.398438 C 573.328125 428.398438 573.601562 427.859375 573.601562 427.199219 C 573.601562 426.539062 573.871094 426 574.199219 426 C 574.53125 426 574.800781 425.191406 574.800781 424.199219 C 574.800781 423.210938 575.070312 422.398438 575.398438 422.398438 C 575.730469 422.398438 576 421.859375 576 421.199219 C 576 420.539062 576.269531 420 576.601562 420 C 576.929688 420 577.199219 419.460938 577.199219 418.800781 C 577.199219 418.140625 577.46875 417.601562 577.800781 417.601562 C 578.128906 417.601562 578.398438 416.789062 578.398438 415.800781 C 578.398438 414.808594 578.601562 414 578.851562 413.996094 C 579.460938 413.988281 580.800781 411.019531 580.800781 409.679688 C 580.800781 409.085938 581.070312 408.601562 581.398438 408.601562 C 581.730469 408.601562 582 408.078125 582 407.4375 C 582 406.796875 582.269531 406.105469 582.601562 405.898438 C 582.929688 405.695312 583.199219 404.871094 583.199219 404.0625 C 583.199219 403.257812 583.46875 402.601562 583.800781 402.601562 C 584.128906 402.601562 584.398438 401.804688 584.398438 400.835938 C 584.398438 399.867188 584.671875 398.902344 585 398.699219 C 585.328125 398.496094 585.601562 397.667969 585.601562 396.863281 C 585.601562 396.058594 585.84375 395.398438 586.140625 395.398438 C 586.4375 395.398438 586.871094 393.78125 587.101562 391.800781 C 587.328125 389.820312 587.761719 388.199219 588.058594 388.199219 C 588.355469 388.199219 588.601562 387.542969 588.601562 386.734375 C 588.601562 385.929688 588.871094 385.105469 589.199219 384.898438 C 589.53125 384.695312 589.800781 383.597656 589.800781 382.464844 C 589.800781 381.328125 590.070312 380.398438 590.398438 380.398438 C 590.730469 380.398438 591 379.320312 591 378 C 591 376.679688 591.269531 375.601562 591.601562 375.601562 C 591.929688 375.601562 592.199219 374.519531 592.199219 373.199219 C 592.199219 371.878906 592.46875 370.800781 592.800781 370.800781 C 593.128906 370.800781 593.398438 369.71875 593.398438 368.398438 C 593.398438 367.078125 593.671875 366 594 366 C 594.328125 366 594.601562 364.785156 594.601562 363.300781 C 594.601562 361.816406 594.871094 360.601562 595.199219 360.601562 C 595.53125 360.601562 595.800781 359.25 595.800781 357.601562 C 595.800781 355.949219 596.070312 354.601562 596.398438 354.601562 C 596.734375 354.601562 597 353 597 351 C 597 349 597.265625 347.398438 597.601562 347.398438 C 597.941406 347.398438 598.199219 345.617188 598.199219 343.25 C 598.199219 340.464844 598.445312 339.019531 598.949219 338.851562 C 600.046875 338.484375 600.046875 261.515625 598.949219 261.148438 C 598.445312 260.980469 598.199219 259.535156 598.199219 256.75 C 598.199219 254.382812 597.941406 252.601562 597.601562 252.601562 C 597.265625 252.601562 597 251 597 249 C 597 247 596.734375 245.398438 596.398438 245.398438 C 596.070312 245.398438 595.800781 244.183594 595.800781 242.699219 C 595.800781 241.214844 595.53125 240 595.199219 240 C 594.871094 240 594.601562 238.648438 594.601562 237 C 594.601562 235.351562 594.328125 234 594 234 C 593.671875 234 593.398438 232.921875 593.398438 231.601562 C 593.398438 230.28125 593.128906 229.199219 592.800781 229.199219 C 592.46875 229.199219 592.199219 228.121094 592.199219 226.800781 C 592.199219 225.480469 591.929688 224.398438 591.601562 224.398438 C 591.269531 224.398438 591 223.320312 591 222 C 591 220.679688 590.730469 219.601562 590.398438 219.601562 C 590.070312 219.601562 589.800781 218.65625 589.800781 217.5 C 589.800781 216.34375 589.53125 215.398438 589.199219 215.398438 C 588.871094 215.398438 588.601562 214.589844 588.601562 213.601562 C 588.601562 212.609375 588.355469 211.800781 588.058594 211.800781 C 587.761719 211.800781 587.328125 210.179688 587.101562 208.199219 C 586.871094 206.21875 586.4375 204.601562 586.140625 204.601562 C 585.84375 204.601562 585.601562 203.941406 585.601562 203.136719 C 585.601562 202.332031 585.328125 201.503906 585 201.300781 C 584.671875 201.097656 584.398438 200.132812 584.398438 199.164062 C 584.398438 198.195312 584.128906 197.398438 583.800781 197.398438 C 583.46875 197.398438 583.199219 196.867188 583.199219 196.21875 C 583.199219 195.570312 582.660156 194.074219 582 192.898438 C 581.339844 191.726562 580.800781 190.230469 580.800781 189.582031 C 580.800781 188.933594 580.53125 188.398438 580.199219 188.398438 C 579.871094 188.398438 579.601562 187.859375 579.601562 187.199219 C 579.601562 186.539062 579.328125 186 579 186 C 578.671875 186 578.398438 185.191406 578.398438 184.199219 C 578.398438 183.210938 578.128906 182.398438 577.800781 182.398438 C 577.46875 182.398438 577.199219 181.859375 577.199219 181.199219 C 577.199219 180.539062 576.929688 180 576.601562 180 C 576.269531 180 576 179.460938 576 178.800781 C 576 178.140625 575.730469 177.601562 575.398438 177.601562 C 575.070312 177.601562 574.800781 176.941406 574.800781 176.136719 C 574.800781 175.332031 574.53125 174.503906 574.199219 174.300781 C 573.871094 174.097656 573.601562 173.40625 573.601562 172.765625 C 573.601562 172.125 573.328125 171.601562 573 171.601562 C 572.671875 171.601562 572.398438 171.058594 572.398438 170.398438 C 572.398438 169.738281 572.128906 169.199219 571.800781 169.199219 C 571.46875 169.199219 571.199219 168.660156 571.199219 168 C 571.199219 167.339844 570.929688 166.800781 570.601562 166.800781 C 570.269531 166.800781 570 166.394531 570 165.898438 C 570 165.40625 569.730469 165 569.398438 165 C 569.070312 165 568.800781 164.460938 568.800781 163.800781 C 568.800781 163.140625 568.53125 162.601562 568.199219 162.601562 C 567.871094 162.601562 567.601562 162.058594 567.601562 161.398438 C 567.601562 160.738281 567.328125 160.199219 567 160.199219 C 566.671875 160.199219 566.398438 159.660156 566.398438 159 C 566.398438 158.339844 566.128906 157.800781 565.800781 157.800781 C 565.46875 157.800781 565.199219 157.261719 565.199219 156.601562 C 565.199219 155.941406 564.929688 155.398438 564.601562 155.398438 C 564.269531 155.398438 564 154.859375 564 154.199219 C 564 153.539062 563.78125 153 563.511719 153 C 563.242188 153 562.449219 151.6875 561.75 150.082031 C 561.050781 148.472656 560.109375 146.785156 559.664062 146.332031 C 559.21875 145.875 558.371094 144.472656 557.78125 143.214844 C 557.191406 141.957031 556.324219 140.78125 555.855469 140.597656 C 555.382812 140.417969 555 139.761719 555 139.136719 C 555 138.511719 554.730469 138 554.398438 138 C 554.070312 138 553.800781 137.519531 553.800781 136.933594 C 553.800781 136.34375 553.261719 135.476562 552.601562 135 C 551.941406 134.523438 551.398438 133.714844 551.398438 133.199219 C 551.398438 132.683594 550.859375 131.875 550.199219 131.398438 C 549.539062 130.925781 549 130.164062 549 129.707031 C 549 129.253906 548.191406 128.125 547.199219 127.199219 C 546.210938 126.273438 545.398438 125.148438 545.398438 124.691406 C 545.398438 124.238281 544.859375 123.476562 544.199219 123 C 543.539062 122.523438 543 121.824219 543 121.441406 C 543 121.058594 541.921875 119.632812 540.601562 118.273438 C 539.28125 116.910156 538.199219 115.558594 538.199219 115.261719 C 538.199219 114.96875 537.390625 113.859375 536.398438 112.800781 C 535.410156 111.738281 534.601562 110.636719 534.601562 110.351562 C 534.601562 110.066406 533.386719 108.617188 531.898438 107.132812 C 530.414062 105.648438 529.199219 104.167969 529.199219 103.847656 C 529.199219 103.527344 526.230469 100.277344 522.601562 96.628906 C 518.96875 92.976562 516 89.851562 516 89.679688 C 516 89.28125 510.730469 84 510.335938 84 C 510.175781 84 507.027344 81.03125 503.347656 77.398438 C 499.664062 73.769531 496.417969 70.800781 496.136719 70.800781 C 495.851562 70.800781 494.351562 69.585938 492.800781 68.101562 C 491.253906 66.613281 489.511719 65.398438 488.933594 65.398438 C 488.355469 65.398438 487.722656 64.902344 487.53125 64.296875 C 487.339844 63.6875 486.441406 62.8125 485.539062 62.347656 C 484.636719 61.882812 482.910156 60.488281 481.695312 59.25 C 480.484375 58.011719 479.128906 57 478.679688 57 C 478.230469 57 477.476562 56.460938 477 55.800781 C 476.523438 55.140625 475.761719 54.601562 475.308594 54.601562 C 474.851562 54.601562 473.726562 53.789062 472.800781 52.800781 C 471.875 51.808594 470.746094 51 470.292969 51 C 469.835938 51 469.074219 50.460938 468.601562 49.800781 C 468.125 49.140625 467.351562 48.601562 466.886719 48.601562 C 466.421875 48.601562 465.605469 48.125 465.070312 47.546875 C 464.535156 46.964844 463.289062 46.101562 462.300781 45.621094 C 461.308594 45.144531 459.960938 44.308594 459.300781 43.757812 C 458.640625 43.210938 456.953125 42.269531 455.550781 41.664062 C 454.148438 41.0625 453 40.351562 453 40.085938 C 453 39.816406 452.460938 39.601562 451.800781 39.601562 C 451.140625 39.601562 450.601562 39.328125 450.601562 39 C 450.601562 38.671875 450.121094 38.398438 449.53125 38.398438 C 448.945312 38.398438 448.074219 37.859375 447.601562 37.199219 C 447.125 36.539062 446.253906 36 445.667969 36 C 445.078125 36 444.601562 35.730469 444.601562 35.398438 C 444.601562 35.070312 444.058594 34.800781 443.398438 34.800781 C 442.738281 34.800781 442.199219 34.53125 442.199219 34.199219 C 442.199219 33.871094 441.660156 33.601562 441 33.601562 C 440.339844 33.601562 439.800781 33.328125 439.800781 33 C 439.800781 32.671875 439.261719 32.398438 438.601562 32.398438 C 437.941406 32.398438 437.398438 32.128906 437.398438 31.800781 C 437.398438 31.46875 436.996094 31.199219 436.5 31.199219 C 436.003906 31.199219 435.601562 30.929688 435.601562 30.601562 C 435.601562 30.269531 435.058594 30 434.398438 30 C 433.738281 30 433.199219 29.730469 433.199219 29.398438 C 433.199219 29.070312 432.660156 28.800781 432 28.800781 C 431.339844 28.800781 430.800781 28.53125 430.800781 28.199219 C 430.800781 27.871094 430.261719 27.601562 429.601562 27.601562 C 428.941406 27.601562 428.398438 27.328125 428.398438 27 C 428.398438 26.671875 427.859375 26.398438 427.199219 26.398438 C 426.539062 26.398438 426 26.128906 426 25.800781 C 426 25.46875 425.191406 25.199219 424.199219 25.199219 C 423.210938 25.199219 422.398438 24.929688 422.398438 24.601562 C 422.398438 24.269531 421.859375 24 421.199219 24 C 420.539062 24 420 23.730469 420 23.398438 C 420 23.070312 419.460938 22.800781 418.800781 22.800781 C 418.140625 22.800781 417.601562 22.53125 417.601562 22.199219 C 417.601562 21.871094 416.789062 21.601562 415.800781 21.601562 C 414.808594 21.601562 414 21.398438 413.996094 21.148438 C 413.988281 20.617188 411.089844 19.199219 409.996094 19.199219 C 409.578125 19.199219 408.273438 18.660156 407.101562 18 C 405.925781 17.339844 404.449219 16.800781 403.816406 16.800781 C 403.1875 16.800781 402.515625 16.550781 402.324219 16.242188 C 402.136719 15.933594 400.5 15.5 398.691406 15.273438 C 396.878906 15.046875 395.398438 14.625 395.398438 14.332031 C 395.398438 14.039062 394.589844 13.800781 393.601562 13.800781 C 392.609375 13.800781 391.800781 13.53125 391.800781 13.199219 C 391.800781 12.871094 390.988281 12.601562 390 12.601562 C 389.011719 12.601562 388.199219 12.328125 388.199219 12 C 388.199219 11.671875 387.390625 11.398438 386.398438 11.398438 C 385.410156 11.398438 384.601562 11.128906 384.601562 10.800781 C 384.601562 10.46875 383.65625 10.199219 382.5 10.199219 C 381.34375 10.199219 380.398438 9.929688 380.398438 9.601562 C 380.398438 9.269531 379.320312 9 378 9 C 376.679688 9 375.601562 8.730469 375.601562 8.398438 C 375.601562 8.070312 374.519531 7.800781 373.199219 7.800781 C 371.878906 7.800781 370.800781 7.53125 370.800781 7.199219 C 370.800781 6.871094 369.71875 6.601562 368.398438 6.601562 C 367.078125 6.601562 366 6.328125 366 6 C 366 5.671875 364.800781 5.398438 363.335938 5.398438 C 361.871094 5.398438 360.503906 5.128906 360.300781 4.800781 C 360.097656 4.46875 358.730469 4.199219 357.265625 4.199219 C 355.796875 4.199219 354.601562 3.929688 354.601562 3.601562 C 354.601562 3.265625 353 3 351 3 C 349 3 347.398438 2.734375 347.398438 2.398438 C 347.398438 2.058594 345.617188 1.800781 343.25 1.800781 C 340.539062 1.800781 339.015625 1.546875 338.859375 1.074219 C 338.617188 0.355469 281.46875 -0.171875 266.851562 0.410156 "></path>
</svg></span>
                                            <span class="screenReader">Facebook</span>
</a>                            </li>
                            <li class="socialNav__item socialNav__item--youtube">
<a href="https://www.youtube.com/user/pioneerdjglobal" class="socialNav__link" rel="noopener noreferrer" target="_blank" >                                        <span class="socialNav__symbol"><svg class="symbol symbol--youtube" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 176 124"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:red;}</style></defs><path class="cls-1" d="M180.32,53.36A22.12,22.12,0,0,0,164.76,37.7C151,34,96,34,96,34s-55,0-68.76,3.7A22.12,22.12,0,0,0,11.68,53.36C8,67.18,8,96,8,96s0,28.82,3.68,42.64A22.12,22.12,0,0,0,27.24,154.3C41,158,96,158,96,158s55,0,68.76-3.7a22.12,22.12,0,0,0,15.56-15.66C184,124.82,184,96,184,96S184,67.18,180.32,53.36Z" transform="translate(-8 -34)"/><polygon class="cls-2" points="70 88.17 116 62 70 35.83 70 88.17"/></svg></span>
                                            <span class="screenReader">YouTube</span>
</a>                            </li>
                    </ul>
                </nav>
            </div>
    </div>
</div>

    <div class="footer__legal">
        <nav class="legalNav">
            <ul class="legalNav__list">
                <li class="legalNav__item">
                    <a href="/" class="legalNav__link">
                        <strong>&copy; Pioneer DJ</strong>
                    </a>
                </li>
                    <li class="legalNav__item">
                        <a href="/en/company/privacy-policy/" class="legalNav__link" >Privacy policy</a>
                    </li>
                    <li class="legalNav__item">
                        <a href="/en/company/terms-of-use/" class="legalNav__link" >terms of use</a>
                    </li>
                    <li class="legalNav__item">
                        <a href="/en/company/trademarks/" class="legalNav__link" >trademarks</a>
                    </li>
                    <li class="legalNav__item">

                    </li>
            </ul>
        </nav>
    </div>


</footer>


        <script src="/Scripts/Custom/plugins/js.cookie.js?bundleVirtualPath=%7e%2fBundles%2fHomeJsFooter%2f"></script>
<script src="/Scripts/Custom/main.js?bundleVirtualPath=%7e%2fBundles%2fHomeJsFooter%2f"></script>




<script type="text/javascript">
    // polyfill for startsWith method
    if (!String.prototype.startsWith) {
        String.prototype.startsWith = function(searchString, position){
            return this.substr(position || 0, searchString.length) === searchString;
        };
    }

    function getQueryStringValueByName(name, url) {
        if (!url) {
            url = window.location.href;
        }
        name = name.replace(/[\[\]]/g, "\\$&");
        var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
            results = regex.exec(url);
        if (!results) return null;
        if (!results[2]) return '';
        return decodeURIComponent(results[2].replace(/\+/g, " "));
    }

    //mark menu item as active
    jQuery(".gigyaMenu ul li a").bind('click', function () {
        jQuery(".gigyaMenu ul li a").removeClass("active");
        jQuery(this).addClass("active");
    });

    var jwtToken;
    function sendZendeskToken(data) {
        jQuery.ajax({
            type: "POST",
            url: "/ForumConnector/zenssologin.aspx",
            async: false,
            data: data.user,
            dataType: "jsonp",
            complete: function (res) {
                jwtToken = JSON.parse(res.responseText);
            }
        });
    }

    function onLogout(response) {
        function loaded() {
            jQuery.ajax({
                url: "/en/" + "api/Account/Logout",
                async: false,
                cache: false,
                success: function(data) {
                    if (data.Success) {
                        var logoutContainer = jQuery("#LogoutContainer");
                        var loginRegister = jQuery("#LoginRegister");
                        if (logoutContainer != undefined) {
                            logoutContainer.hide();
                        }
                        if (loginRegister != undefined) {
                            loginRegister.show();
                        }
                        location.reload();
                    }
                },
                error: function() {
                    alert("Error during logout!");  //TODO: other way to inform about the error
                }
            });
        }
        if (response.errorCode == 0) {
            var iframe = document.createElement("iframe");
            iframe.setAttribute("src", "https://forums-stag.pioneerdj.com" + "/access/logout/");
            iframe.style.width = 0;
            iframe.style.height = 0;
            if (iframe.addEventListener) {
                iframe.addEventListener("load", loaded, false);
            } else {
                iframe.attachEvent("onload", loaded);
            }
            document.body.appendChild(iframe);
            setTimeout(loaded, 850);   //neccessary for firefox - in case iframe throws an error, firefox won't fire onload event
        }
    }

    function onLoginSocialize(response) {
        sendZendeskToken(response);
    }

    function loginToZendesk() {
        function loaded() {
            gigya.setSSOToken({
                redirectURL: typeof (returnTo) === 'undefined' ? window.location.href : returnTo
            });
            window.location.reload();
        }
        var iframe = document.createElement("iframe");
        iframe.setAttribute("src", "https://wundertest.zendesk.com" + "/access/jwt" + "?jwt=" + jwtToken.token);
        iframe.style.width = 0;
        iframe.style.height = 0;
        document.body.appendChild(iframe);
        iframe.onload = loaded;
        iframe.onerror = loaded;
    }

    function onLogin(response) {
        if (response != undefined && response.UID != undefined) {
            // 206005 - autologin finalization triggered with email verification link
            if (getQueryStringValueByName('errorCode') == '206005') {
                gigya.accounts.getAccountInfo({ callback: onEmailVerified, include: 'emails,data' });
            }

            var queue = function () {
                typeof jwtToken !== "undefined"
                    ? loginToZendesk()
                    : setTimeout(function () {
                        queue();
                    }, 100);
            };
            queue();
        }
    }

    function onEmailVerified(response) {
        if (response != undefined && response.errorCode == 0) {
            var verifiedEmails = response.emails.verified;
            if (verifiedEmails.length > 1) {
                // deactivate all account emails except for the new one that just got verified
                var previousEmails = verifiedEmails.slice(0, verifiedEmails.length - 1).join(", ");
                var storedEmails = response.data.previousEmailAddresses;
                if (storedEmails != undefined) {
                    storedEmails = storedEmails + ", " + previousEmails;
                } else {
                    storedEmails = previousEmails;
                }
                gigya.accounts.setAccountInfo({
                    removeLoginEmails: previousEmails,
                    data: { previousEmailAddresses: storedEmails }
                });
            }
        }
    }

    function onProfileUpdate(response) {
        if (response.response.errorCode === 0) {
            if (response != undefined && response.profile != undefined) {
                if (response.profile.photoURL != undefined) {
                    jQuery(".visual-wrap .in").css("background-image", "url('" + response.profile.photoURL + "')");
                }
                jQuery(".item-profile a .content-wrap .name").text(response.profile.firstName);
                jQuery(".profile-box .content-wrap").html(response.profile.firstName + '<br/>');
            }
            showMessage("Your changes have been saved.");
        }
    }

    function onPasswordChange(response) {
        if (response.response.errorCode === 0) {
            selectMenuItem();
            showMessage("Your password has been changed.");
            navigateEditMyProfile();
        }
    }

    function onProfileFieldChange(response) {
        if (response != undefined) {
            jQuery('input[name="profile.email"]').bind('change', function () {
                showMessage("Click ‘Save changes’ to change your email address. You’ll receive an email to verify your new email address.");
            });
        }
    }

    function selectMenuItem() {
        jQuery(".errorSection").hide();
        jQuery(".gigyaMenu ul li a").removeClass("active");
        jQuery(".gigyaMenu ul li a").first().addClass("active");
    }

    function showMessage(message) {
        jQuery(".errorSection").html("").hide();
        document.getElementById("messageSection").style.display = "block";
        document.getElementById("messageSection").innerHTML = message;
        window.scrollTo(0, 0);
    }

    function showLicenses() {
        showLoadingScreen();
        redirectIfLoggedOut();
        gigya.socialize.getUserInfo({ callback: generateUserLicences });
    }

    function generateUserLicences(response) {
        var gigyaPageTarget = jQuery("#gigya-page-target");

        if (response.errorCode == 0) {
            var user = response['user'];
            var uid = user['UID'];

            jQuery.get('/api/sitecore/PioneerDjAccount/GetLicences', { userId: uid }, function (data) {
                hideLoadingScreen();
                if (isLicencesScreenDisplayed() === true) {
                    gigyaPageTarget.html(data);

                    var cell = jQuery(".licences-container .licence .item .key");
                    if (typeof cell !== 'undefined') { cell.matchHeight(); }
                }
            });
        }
        else {
            gigyaPageTarget.html('No licences could be found.');
        }
    }

    function isLicencesScreenDisplayed() {
        return jQuery("#license_btn").hasClass("active");
    }

    function navigateChangePassword() {
        parent.location.hash = 'password';
        gigya.accounts.showScreenSet({
            screenSet: 'pioneerdj.com-ProfileUpdate',
            containerID: 'gigya-page-target',
            startScreen: 'gigya-change-password-screen',
            lang: 'en',
            onAfterSubmit: changePasswordHandler,
            onBeforeScreenLoad: redirectIfLoggedOut,
            onError: errorEventHandler
        });
    }

    function navigateEditMyProfile() {
        parent.location.hash = 'editprofile';
        gigya.accounts.showScreenSet({
            screenSet: 'pioneerdj.com-ProfileUpdate',
            lang: 'en',
            containerID: 'gigya-page-target',
            onError: errorEventHandler,
            onAfterSubmit: updateProfileHandler,
            onBeforeScreenLoad: redirectIfLoggedOut,
            onAfterScreenLoad: changeProfileFieldHandler
        });
    }

    function redirectIfLoggedOut() {
        gigya.accounts.getAccountInfo({
            callback: function(response) {
                if (response.errorCode != 0) {
                    window.location.href = '/';
                }
            }
        });
    }

    function createOneNewsletterOption(response) {
        if (response != undefined) {
            var pdjCheckbox = jQuery("[name='data.PDJ_newsletter'][data-screenset-roles='instance']");
            var kuvoCheckbox = jQuery("[name='data.KUVO_newsletter'][data-screenset-roles='instance']");

            var mainCheckbox = '<div class="gigya-composite-control gigya-composite-control-checkbox"' +
                ' style="display: block; margin-top:15px;"><input id="maincheckbox" type="checkbox">' +
                '<label class="gigya-label" for="maincheckbox"><span class="gigya-label-text gigya-checkbox-text">' +
                "Please keep me informed about Pioneer DJ products, services, features, including newsletters, promotions, events, tips and surveys." +
                '</span></label></div>';
            kuvoCheckbox.parent().after(mainCheckbox);

            jQuery("#registerContainer").on('change', '#maincheckbox', function () {
                pdjCheckbox.prop("checked", this.checked);
                kuvoCheckbox.prop("checked", this.checked);
            });

            pdjCheckbox.parent().hide();
            kuvoCheckbox.parent().hide();
        }
    }

    // My Products functions
    function handleMyProductsError(data) {

        if (typeof data.responseJSON != 'undefined') {
            errorEventHandler({
                errorMessage: data.responseJSON.error,
                response: {
                    info: {
                        screen: "gigya-my-products-screen"
                    }
                }
            });
        } else {

            errorEventHandler({
                errorMessage: getErrorMessage(data),
                response: {
                    info: {
                        screen: "gigya-my-products-screen"
                    }
                }
            });
        }
    }

    function getErrorMessage(data) {
        if (data.status == 401 || data.status == 403) {
            return "Unauthorized user";
        }
        return "Unexpected error occurred";
    }

    function getAuthHeaders(response) {
        var authHeaders = {
            "PDJ-UID": response.user.UID,
            "PDJ-Timestamp": response.user.signatureTimestamp,
            "PDJ-UIDSignature": response.user.UIDSignature
        }

        return authHeaders;
    }

    function navigateMyProducts(msg) {
        showLoadingScreen();
        redirectIfLoggedOut();
        gigya.socialize.getUserInfo({ callback: getMyProducts, context: msg });
    }

    function isMyProductsScreenDisplayed() {
        return jQuery("#my-products-tab").hasClass("active");
    }

    function getMyProducts(response) {
        var gigyaPageTarget = jQuery("#gigya-page-target");

        if (response.errorCode == 0) {

            jQuery.ajax({
                type: 'GET',
                url: '/api/sitecore/ProductRegistration/Get',
                headers: getAuthHeaders(response),
                cache: false,
                success: function (data) {
                    if (isMyProductsScreenDisplayed() === true) {
                        gigyaPageTarget.html(data);
                        jQuery('a.btn-link[href="#"]').each(function (i, o) { jQuery(o).addClass('hidden'); });
                        initCompleter();
                    }
                    if (response.context) {
                        var msg = response.context;
                        jQuery('#validation-success')
                            .removeClass('hidden');
                        jQuery('#validation-success')
                            .html(msg);
                    }
                    window.scrollTo(0, 0);
                    var $purchaseDateInput = jQuery("#input-purchase-date");
                    $purchaseDateInput.attr('readonly', 'readonly');
                    $purchaseDateInput.datepicker({
                        changeMonth: true,
                        changeYear: true,
                        constrainInput: true,
                        dateFormat: "dd/mm/yy",
                        maxDate: "07/01/2021"
                    });

                },
                error: function (data) {
                    errorEventHandler({
                        errorMessage: data.responseJSON.error
                    });
                },
                complete: function() {
                    hideLoadingScreen();
                }
            });
        }
    }

    function showLoadingScreen() {
        jQuery("#gigya-page-target").children().hide();
        jQuery("#loading-message").show();
    }

    function hideLoadingScreen() {
        jQuery("#gigya-page-target").children().show();
        jQuery("#loading-message").hide();
    }

</script>
        <div style="display: none;">
    <div id="zoom-tool-01" class="zoomtool">
        <div class="zoomtool__topbar">
            <div class="outer">
                <div class="container">
                    <div class="zoomtool__scale clearfix">
                        <a href="#" class="scale-trigger zoom-out"><i class="ico icon-min"></i></a>
                        <div class="slider-wrap">
                            <div class="slider"></div>
                        </div>
                        <a href="#" class="scale-trigger zoom-in"><i class="ico icon-plus"></i></a>
                    </div>
                    <div class="zoomtool__actions">
                        <a href="#" class="btn__action download-image"><i class="ico icon-download"></i></a>

                    </div>
                    <a href="#" class="btn__action close trigger__close-overlayer"><i class="ico icon-cross"></i></a>
                </div>
            </div>
        </div>
        <div class="zoomtool__canvas">
            <div class="zoomtool__holder">
                <div class="zoomtool__element">
                    <img src="" />
                </div>
            </div>
        </div>
        <div class="zoomtool_more-images">
            <div class="in clearfix">

                <div class="image-gallery-thumbs folder__container zoomtool">
                    <span class="folder__trigger"></span>
                    <div class="wrap">
                        <div class="folder__content">
                            <div class="list">
                                <div class="items target">

                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
        <div style="display: none;">
    <div id="search__wrap">
        <div id="search-field">
            <div class="outer">
                <div class="container">
                    <div class="input-wrap">
                        <input type="text" class="input__search" data-no-results="Oops nothing can be found" data-nothing-entered="Please enter a search query"/>
                        <a href="#" class="trigger_clear-text btn__clear-text"><span class="ico-element icon-clear-cross"></span>Clear entry</a>
                    </div>
                    <div class="button-wrap">
                        <a href="#" class="btn__search trigger__close-overlayer">
                            <i class="icon-cross"><span class="sr-only">Close</span></i>
                        </a>
                    </div>
                </div>
            </div>
        </div>
        <span class="loading-icon-search"></span>
        <div id="result-wrap">
            <div class="outer outer-search-content">
                <div class="container">
                    <div class="boxed-content">
                        <h3>Top results</h3>
                        <ul><!-- POPULATED WITH JAVASCRIPT --></ul>
                        <p class="button-wrap">
                            <a href="#" id="view__all" class="btn btn-border trigger__searchpage disabled" data-search-page="/en/search-results/?q=">
                                <span class="text">See all results</span>
                            </a>
                        </p>
                        <p>Didn’t find what you’re looking for? Maybe use fewer words or a more general search term.<br />If you still have no luck you can contact our <a href="/en/support/contact">customer service</a>.</p>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
    </div>
    <!-- /#wrapper -->
</body>
</html>
/* No context defined. */

No notes defined.