<!DOCTYPE html>
<html lang="en">

<head>

    <base href="https://www.pioneerdj.com" />

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

    <title>Privacy policy - 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 property="og:title" content="Privacy policy - Pioneer DJ - Global  " />
    <meta property="og:site_name" content="Pioneer DJ" />
    <meta property="og:url" content="https://www.pioneerdj.com/en/company/privacy-policy/" />
    <meta property="og:type" content="website" />
    <meta property="og:image" content="https://www.pioneerdj.com/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://www.pioneerdj.com/en/company/privacy-policy/" />

    <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">

    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>

    <script src="/Bundles/JsHeader/?v=BMne-U6Vgal8q3NFbvZfdgOMUnIfzy_RdwlKQDCSjtg1"></script>

    <link href="/Bundles/Style/?v=hm7_xhFBu0GUDEjpwwYQh4CZoe201-sn0efrnG6wkew1" 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'
        };
        window.__functionsToExecute = [];
    </script>
    <script type="text/javascript" src="https://cdns.gigya.com/JS/socialize.js?apikey=3_uMFBTSRvPDal63Zq8JezwafdwGOEG0zCW442Ku4Xk2lEG1mxHXrUaGOGsaDLAoEF&lang=en">
        {
            enabledProviders: 'facebook,twitter,linkedin,yahoo'
        }
    </script>
    <link href="/Bundles/GigyaStyle/?v=KhjMIjdDaPAl8RkrAvfFxtOKzK7ZBvw_6qzzem-S6Oo1" rel="stylesheet" />
    <script type="text/javascript" src="//cdn.gigya-ext.com/screenset-validation.min.js"></script>
    <script src="/Bundles/GigyaConnector/?v=det8w82lPoffB4JoTTPoe7G1G7MqeCKh8-PVuZ9qFeg1"></script>

    <script>
        (function() {
            ['https://www.pioneerdj.com/Content/css/theme2020/reskin-theme-2020.css', 'reskin-theme-2022'].forEach(name => {
                const link = document.createElement('link');
                link.rel = 'stylesheet';
                link.href = name.includes('http') ? name : `${window.location.origin}/styles/${name}.css`;
                document.head.appendChild(link);
            });
        }());
    </script>

</head>

<body class="header__experience-mode">
    <!--
        <div class="cookies">
            <div class="cookies__content">Cookies help us improve your website experience. By using our website, you agree to our use of cookies. <a href="/en/company/cookie-policy/" class="cookies__policy">More information</a></div>
            <a href="#" class="cookies__close cookies__trigger"><span class="cookies__icon"><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></a>
        </div>

-->
    <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 -->

    <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>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="http://rekordbox.com" class="megaMenu__banner" target="_blank">
                                                                    <span class="megaMenu__banner__visual responsiveImage--bg">
                                                                        <em data-mq="small" href="https://www.pioneerdj.com/-/media/pioneerdj/images/navigation/dropdown-menu/rb6-mega-menu-banner-mobile-250x90.jpg?mh=90&amp;w=250&amp;hash=019BEEC30C5CECD8104BCFCDC9531771"></em>
                                                                        <em data-mq="large" href="https://www.pioneerdj.com/-/media/pioneerdj/images/navigation/dropdown-menu/rb6-mega-menu-banner-320x200.jpg?h=200&amp;w=320&amp;hash=B21B6185B82A99FFEFD9F7634FF2D874"></em>
                                                                    </span>

                                                                    <div class="megaMenu__banner__content">
                                                                        <p class="megaMenu__banner__title"></p>
                                                                        <div class="megaMenu__banner__desc"></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">
                                            <a href="http://blog.pioneerdj.com" class="mainNav__link" rel="noopener noreferrer" target="_blank">Blog</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="Find a store">Find a store</a>
                                        </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/register/" class="profileNav__link">
                                            <span class="profileNav__label">Register</span>
                                        </a>
                                    </div>
                                    <div id="LoginRegister" class="profileNav__item">
                                        <a href="/en/account/login/?relPath=en%2Fcompany%2Fprivacy-policy%2F" class="profileNav__link">
                                            <span class="profileNav__label">Log in</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">

            <header class="simple-header theme-2020">
                <div class="content">
                    <div class="container">
                        <h1>Privacy Policy</h1>
                    </div>
                </div>
            </header>

            <section class="editorial">
                <div class="section">
                    <div class="container">
                        <div class="row">
                            <div class="col-sm-12">
                                <div style="background-color: #fdfdfd; padding: 10px 10px 1px 13px; border: 1px solid #ccc;">

                                    <p><b>Last Updated:</b> February 11, 2022 ("Effective Date")</p>

                                    <p>This website Privacy Policy is brought to you by AlphaTheta Corporation. We take the privacy of our website users very seriously to ensure your rights and freedoms are protected. We ask that you read this Privacy Policy carefully as it contains important information about how we will use your personal data.</p>

                                    <p>AlphaTheta Corporation and its Group Companies, (“AlphaTheta”, "we" or "us") are the "data controller" (ie the companies who are responsible for, and control the processing of, your personal data). We will meet our data protection obligations under applicable privacy and data protection law(s). For more information on which entity is the data controller of your personal data, please see the “Contact Information” section below.</p>

                                    <p>This Privacy Policy applies to the information that we obtain through your use of AlphaTheta website including any microsites (Each, "Website," and collectively, "Websites"), mobile app, and associated web-based services (collectively "Services"). Your privacy matters to us so please take the time to familiarize yourself with this Privacy Policy and the ways in which you can protect your privacy. If you have any questions, please contact us at <a href="mailto:privacy@pioneerdj.com">privacy@pioneerdj.com</a>. This policy is incorporated into and is subject to the Terms of Use Agreement and License Agreement <a href="http://kuvo.com/terms/" class="lnk-external" target="_blank">kuvo.com</a>.</p>

                                    <p>If you are a California resident, please see the CCPA Notice section below for information about your rights under the California Consumer Privacy Act of 2018 (“CCPA”). In addition to the scope of this Privacy Policy described above, the CCPA Notice also covers personal data from California residents that is collected and processed for our recruiting and hiring purposes.</p>

                                    <p>This Privacy Policy does not apply to information collected by any third party, including through any third-party content (i.e. advertising that may link or be accessible from or on the Services).</p>

                                    <p>
                                        <a href="#infowecollect">INFORMATION WE COLLECT</a><br />
                                        <a href="#howweuse">HOW WE USE INFORMATION WE COLLECT</a><br />
                                        <a href="#howlong">HOW LONG WE KEEP YOUR INFORMATION FOR</a><br />
                                        <a href="#infosharing">INFORMATION SHARING AND DISCLOSURES</a><br />
                                        <a href="#yourchoices">YOUR CHOICES AND PRIVACY SETTINGS</a><br />
                                        <a href="#ccpanotice">CCPA NOTICE</a><br />
                                        <a href="#changes">CHANGES TO OUR PRIVACY POLICY</a><br />
                                        <a href="#contactinfo">CONTACT INFORMATION</a><br />
                                    </p>

                                </div>

                                <a id="infowecollect" class="anchor"></a>
                                <h2>INFORMATION WE COLLECT</h2>

                                <h3>INFORMATION YOU PROVIDE TO US</h3>

                                <p>We collect the following information:</p>

                                <h4>ACCOUNT AND PROFILE INFORMATION</h4>
                                <p>We collect information about you when you register for an account and create or modify your profile on the Services. lnformation we collect may include your account name, username, email address, date of birth, gender, password, profile photo, and what profession you are in, in determining whether you are a DJ.</p>

                                <p>We also collect information you choose to include in your biography and news updates on your profile. For clubs, we also collect address and phone number or other contact details necessary to make contact with you.</p>

                                <h4>CONTENT</h4>
                                <p>Our mobile app allows you to take photos. These photos are stored on your mobile device and not transferred to or stored by us in any other locations. If you are a DJ, we also receive information about the tracks you play using our product.</p>

                                <h4>CUSTOMER SUPPORT AND OTHER COMMUNICATION METHODS</h4>
                                <p>We collect other data that you may submit to our Services or us directly, such as when you request customer support or communicate with us via email or social media sites.</p>

                                <h3>INFORMATION WE COLLECT FROM YOUR USE OF OUR SERVICES</h3>

                                <h4>USAGE DATA, WEB LOGS, AND ANALYTICS INFORMATION</h4>
                                <p>We record certain information and store it in log files when you interact with our Services. We collect information about your interactions with the Service, including which clubbers, playlists, tracks, clubs, and DJs you follow or like. We also collect technical data such as internet protocol (IP) address, MAC address, or other device addresses or identifiers, as well as browser type, internet service provider, URLs of referring/exit pages, operating system, date/time stamp, and your mobile carrier. We and our analytics providers also collect and store analytics information when you use our Services for the purposes of our legitimate interests to help us improve our Services.</p>

                                <h4>LOCATION INFORMATION</h4>
                                <p>We collect and store your location information if your device and/or web browser settings are enabled to send it to us and, where required by applicable law, if you have provided prior consent; where we believe it is necessary for our legitimate interests, or where you have agreed to our terms of use. If you do not allow collection of this information; some aspects of the Services may not be available.</p>

                                <h4>COOKIES AND OTHER TRACKING TECHNOLOGIES</h4>
                                <p>We use various technologies to collect information, including cookies that we save to your computer or mobile device. Cookies are small data files stored on your hard drive or in device memory. We use cookies to improve and customize our Services and your experience; to allow you to access and use the Services without re-entering your username or password; and to count visits and understand which areas and features of the Services are most popular. We may also associate the information we store in cookies with information you submit while on our Services. You can instruct your browser, by changing its options, to stop accepting cookies or to prompt you before accepting a cookie from websites you visit. If you do not accept cookies, however, you may not be able to use all aspects of our Services. Please also see our <a href="/en/company/cookie-policy/">Cookies Policy</a>. Anonymous session information is collected and analyzed by Google LLC using Google Analytics/ Google Analytics for Firebase. For more information about google, Google's use of cookies, and Google's privacy practice, please click here: <a href="https://www.google.com/intl/en/policies/privacy/" target="_blank" class="lnk-external">www.google.com/intl/en/policies/privacy</a></p>

                                <p>We use pixel services run by third parties, including without limitation Amazon.com. These third parties place and use pixels that collect data about visitors interacting with our Services to provide measurement services and show interest-based ads to the visitors on sites across the Internet. These third parties are responsible for the data collection. Information about how you can opt out of receiving Amazon interest-based ads is found on this site: <a href="https://www.amazon.com/adprefs" target="_blank" class="lnk-external">https://www.amazon.com/adprefs</a>. You can opt out of receiving interest-based ads from third parties who are members of the Network Advertising Initiative here: <a href="http://optout.networkadvertising.org/?c=1#!/" target="_blank" class="lnk-external">http://optout.networkadvertising.org/?c=1#!/</a>. You can opt out of receiving interest-based ads from third parties who follow the Digital Advertising Alliance’s Self-Regulatory Principles here: <a href="http://optout.aboutads.info/?c=2&lang=EN" target="_blank" class="lnk-external">http://optout.aboutads.info/?c=2&lang=EN.</a>.</p>

                                <h3>INFORMATION WE COLLECT FROM OTHER SOURCES</h3>
                                <h4>OTHER SERVICES</h4>

                                <p>You can access or register for the Services using your account credentials for third party services (each, an "Integrated Service") such as Twitter or Facebook, or otherwise connect such Integrated Services to your account. By connecting with an Integrated Service, you authorize us to access and store your name, email address, date of birth, gender, current city, profile picture URL, comments, and other information that the Integrated Service makes available to us, and to use and disclose it in accordance with this Privacy Policy. You should review your privacy settings on each Integrated Service to understand the information sent to us through each Integrated Service. Please review each Integrated Service's terms of use and privacy policies carefully before using their services and connecting to our Services. For Youtube, please see <a href="https://www.youtube.com/t/terms" target="_blank" class="lnk-external">https://www.youtube.com/t/terms</a>.</p>

                                <h4>INFORMATION FROM THIRD PARTY SERVICES</h4>
                                <p>We may obtain information from third parties such as our partners and service providers, and combine it with other information we collect from you.</p>

                                <a id="howweuse" class="anchor"></a>
                                <h2>HOW WE USE INFORMATION WE COLLECT</h2>
                                <p style="margin-top: 30px;">We may use the information we collect for a variety of purposes, including to:</p>

                                <ul>
                                    <li type="disc" style="margin-left: 17px;">Contact you to ensure that our records of your personal information are correct, which is in our legitimate interests to ensure our records are correct;</li>
                                    <li type="disc" style="margin-left: 17px;">Provide, operate and maintain, our Products and Services, which is necessary for performance of our contract with you;</li>
                                    <li type="disc" style="margin-left: 17px;">To process your transaction and deliver your order, which is necessary for performance of our contract with you;</li>
                                    <li type="disc" style="margin-left: 17px;">To improve and personalize our Products and Services, which is in our legitimate interests in order to ensure your experience of our Products and Services are tailored to you, as well as improving our Products and Services;</li>
                                    <li type="disc" style="margin-left: 17px;">Enable you to access and use our Services, which is necessary for performance of our contract with you;</li>
                                    <li type="disc" style="margin-left: 17px;">Communicate with you (whether directly on our Services or via other methods that you choose to communicate with us, such as via WhatsApp or on social media sites), including responding to your comments, questions, and requests; complaints; providing customer service and support; providing you with information about services, including technical notices, updates, security alerts, administrative messages, which are necessary for performance of our contract with you, and in our legitimate interests to provide you with necessary support and information about our Services</li>
                                    <li type="disc" style="margin-left: 17px;">Monitor and analyze trends, usage, and activities in connection with our Services; and Investigate and prevent unauthorized access to our Services and other illegal activities, which are in our legitimate interests to understand and improve our Services, and to protect our services from unauthorised access and other illegal activities;</li>
                                    <li type="disc" style="margin-left: 17px;">We may also use the information we collect for other purposes, which we will notify you about in advance.</li>
                                    <li type="disc" style="margin-left: 17px;">We may also use your email address to send you commercial or marketing or advertising messages, including changes to your products or news related to AlphaTheta. Where and as required by applicable law, we process your information for these purposes on the basis of your consent. If you no longer wish to receive marketing messages, from us or our third party partners, you may opt out at any time. Opting out may prevent you from receiving messages regarding improvements or new services.</li>
                                </ul>

                                <a id="howlong" class="anchor"></a>
                                <h2>HOW LONG WE KEEP YOUR INFORMATION FOR</h2>

                                <p style="margin-top: 30px;">We will not keep your personal data for longer than we need it for our legitimate purpose and shall take into account the following when determining the appropriate retention period for keeping your personal data:</p>

                                <ul>
                                    <li type="disc" style="margin-left: 17px;">the amount, nature, and sensitivity of your personal data;</li>
                                    <li type="disc" style="margin-left: 17px;">the risk of harm from unauthorised use or disclosure;</li>
                                    <li type="disc" style="margin-left: 17px;">the purposes for which we process your personal data and how long we need the particular data to achieve these purposes; and</li>
                                    <li type="disc" style="margin-left: 17px;">how long the personal data is likely to remain accurate and up to date.</li>
                                </ul>

                                <a id="infosharing" class="anchor"></a>
                                <h2>INFORMATION SHARING AND DISCLOSURES</h2>
                                <p style="margin-top: 30px;">We may share your information in the following ways:</p>

                                <h4>YOUR CONSENT</h4>
                                <p>We will share your personal information with companies, organizations, or individuals outside of us when we have your consent to do so.</p>

                                <h4>YOUR USE</h4>
                                <p>When you use our Services, your profile, news updates, comments, favorites, likes, followers, and, if you are a DJ, your playlists and gig histories are viewable by the public and other users by default. You can change your profile settings at any time to make your information private and not viewable by the public or other users on our Website as described below. We urge you to consider the sensitivity of any information prior to sharing it publicly.</p>

                                <h4>SOCIAL NETWORKING AND OTHER WEBSITES.</h4>
                                <p>Our Services may allow you to share information, including photos, tracks, playlist information, and other personal information with social networking websites such as Facebook and Twitter. If you provide comments on our Website using integrated social networking services, your comments will be shared on those services. Their use of the information will be governed by their privacy policies.</p>

                                <h4>SERVICE PROVIDERS</h4>
                                <p>We may share your information with service providers that perform services on our behalf. We authorize service providers to use or disclose personal information only as necessary to perform certain services on our behalf or comply with legal requirements. We require them to appropriately safeguard the privacy and security of personal information they process on our behalf.</p>

                                <h4>THIRD PARTY PARTNERS</h4>
                                <p>We may share your information with third party partners such as analytics and advertising partners to provide services such as analytics and online advertising. Our partners may collect information about your online activities over time and across different online services when you use our Services. We may share information with our partners for marketing purposes, including for their direct marketing purposes.</p>

                                <h4>AGGREGATE DATA</h4>
                                <p>We may share aggregate information that does not identify you with third parties.</p>

                                <h4>COMPLIANCE WITH LAWS AND LAW ENFORCEMENT REQUESTS; PROTECTION OF OUR RIGHTS:</h4>
                                <p>We may disclose your information (including your personal information) to a third party if (a) we believe that disclosure is reasonably necessary to comply with any applicable law, regulation, legal process or governmental request, (b) to enforce our agreements, policies and terms of service, (c) to protect the security or integrity of AlphaTheta's products and services, (d) to protect the property, rights, and safety of AlphaTheta, our customers or the public from harm or illegal activities, (e) to respond to an emergency which we believe in the good faith requires us to disclose information to assist in preventing the death or serious bodily injury of any person, or (f) to investigate and defend ourselves against any third-party claims or allegations.</p>

                                <h4>BUSINESS TRANSFERS</h4>
                                <p>We may share or transfer your information (including your personal information) in connection with, or during negotiations of, any merger, sale of company assets, financing, or acquisition of all or a portion of our business to another company. We will notify you of such a change in ownership or transfer of assets by posting a notice on our website.</p>

                                <h4>COMPANIES WITHIN OUR GROUP</h4>
                                <p>We may share or transfer your information (including your personal information) to other members of our corporate group of companies for the purposes described in this Privacy Policy. For more information on the entities within our corporate group, please see the “Contact Information” section below. This means that your personal data may be transferred to the UK, US and/or Japan. Where that is the case, we ensure that appropriate safeguards are in place as required under data protection laws to ensure an adequate level of protection of your personal information.</p>

                                <a id="yourchoices" class="anchor"></a>
                                <h2>YOUR CHOICES AND PRIVACY SETTINGS</h2>
                                <p style="margin-top: 30px;">You may decline to share certain personal information with us, in which case we may not be able to provide to you some of the features and functionality of our Services.</p>

                                <p>Subject to applicable law, you may have the right to request access to and receive information about the personal information we maintain about you, update and correct inaccuracies in your personal information, and have the information blocked or deleted, as appropriate. The right to access personal information may be limited in some circumstances by local law requirements.</p>

                                <p>We give you several methods to access, correct, update or request blocking or deletion of your personal information including:</p>

                                <ul>
                                    <li type="disc" style="margin-left: 17px;">You may access, update or correct certain personal information and privacy settings at any time by accessing the account settings section in your profile page on our Websites or mobile app.</li>
                                    <li type="disc" style="margin-left: 17px;">You can also close your account through the account settings section and your personal information will no longer be viewable to other users.</li>
                                    <li type="disc" style="margin-left: 17px;">You may exercise your rights by contacting us at the address below.<br>
                                        You may choose to keep your profile private through your account settings. lf you mark your profile or other information as private, we will still receive information about your profile and tracks, but they will not be viewable by other users.</li>
                                </ul>

                                <p style="padding-top: 15px;">You may opt out of receiving promotional communications from our Websites (including communications from third party partners) by using the unsubscribe link within each email or updating your email preferences in your account settings. Even after you opt out of receiving promotional messages from us, you will continue to receive administrative and security messages and product updates from us regarding the Services and/or the products you have ordered. This maybe because we have a legitimate interest in using your personal data for such purposes like providing customer services or support or where we need to contact you in order to perform our contract with you. This means that we do not usually need your consent to send you these types of messages,</p>

                                <a id="ccpanotice" class="anchor"></a>
                                <h2>CCPA NOTICE</h2>
                                <p style="margin-top: 30px;">This section supplements the information provided in this Privacy Policy and applies only to California residents who are within the scope of this Privacy Policy.</p>

                                <p>For California residents, AlphaTheta Music Americas, Inc. is the AlphaTheta affiliate responsible for processing your personal information.</p>

                                <p>This CCPA Notice applies to “personal information,” as that term is defined in the California Consumer Privacy Act of 2018 (“CCPA”). When we talk about a “sale” of personal information or information being “sold,” we are also using that term as it is defined in the CCPA. Any capitalized terms that are not defined in this CCPA Notice have the definition set out in the Privacy Policy.</p>

                                <h4>CALIFORNIA PRIVACY RIGHTS</h4>

                                <p>If you are a resident of California, under the CCPA, you have the following rights related to your personal information:</p>

                                <ol>
                                    <li style="margin-left: 17px;">To know (a) the categories of personal information we’ve collected, (b) the categories of the sources from which the personal information is collected, (c) the business or commercial purposes for collecting the personal information, (d) the categories of third parties with whom we’ve shared personal information, and (e) the categories of personal information we’ve disclosed for a business purpose or sold and the third parties to whom we’ve disclosed or sold the personal information;</li>
                                    <li style="margin-left: 17px;">To access and receive a copy of the personal information we have collected;</li>
                                    <li style="margin-left: 17px;">To opt out of having your personal information sold;</li>
                                    <li style="margin-left: 17px;">To request that we delete your personal information, subject to certain exceptions like debugging, detecting security incidents or to comply with a legal obligation; and</li>
                                    <li style="margin-left: 17px;">To not be discriminated against because you have exercised your rights under California Law.</li>
                                </ol>

                                <p>For information on how to exercise your rights, please go to the Exercising Your Rights section of this CCPA Notice below.</p>

                                <h4>OUR COLLECTION OF PERSONAL INFORMATION</h4>

                                <p>Below is a summary of the personal information categories, as identified and defined by the CCPA, that we have collected in the last twelve (12) months, the purposes for which we’ve used them, and the third parties to which we’ve disclosed them. Some of the information in several of the categories may overlap.</p>

                                <p>Personal information does not include:</p>

                                <ul style="margin-bottom: 30px;">
                                    <li type="disc" style="margin-left: 17px;">Publicly available information from government records</li>
                                    <li type="disc" style="margin-left: 17px;">Deidentified or aggregated consumer information</li>
                                    <li type="disc" style="margin-left: 17px;">Information excluded from the CCPA’s scope, like:</li>
                                    <li type="disc" style="margin-left: 51px;">Health or medical information covered under the Health Insurance Portability and Accountability Act of 1996 (“HIPAA”);</li>
                                    <li type="disc" style="margin-left: 51px;">Financial information covered under the Fair Credit Reporting Act (“FCRA”) or Gramm-Leach Bliley Act (“GLBA”).</li>
                                </ul>

                                <div style="margin:0px;padding:0px;" align="center">
                                    <table width="100%" style="border-collapse: collapse; /* border:1px solid #CCC ;background-color:#FFF; */ color:#000000;text-align:left;">
                                        <tbody>

                                            <tr>
                                                <th style="border:1px solid #CCC; background-color:#EDEDED; font-weight: initial; text-align:center; width: auto;">Category of Personal Information</th>
                                                <th style="border:1px solid #CCC; background-color:#EDEDED; text-align:center; width: 23%; font-weight: initial;">Sources</th>
                                                <th style="border:1px solid #CCC; background-color:#EDEDED; text-align:center; width: 31%; font-weight: initial;">How we use it</th>
                                                <th style="border:1px solid #CCC; background-color:#EDEDED; text-align:center; width: 23%; font-weight: initial;">We share it with</th>
                                            </tr>

                                            <tr>
                                                <td style="border:1px solid #CCC;text-align:left; background-color: #FFF;"><b>Identifiers</b> (such as name, postal address, unique personal identifier, online identifier, Internet Protocol address, email address)</td>

                                                <td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
                                                    <ul>
                                                        <li type="disc" style="margin-left: 17px;">Directly from you</li>
                                                        <li type="disc" style="margin-left: 17px;">From our service providers</li>
                                                        <li type="disc" style="margin-left: 17px;">From third-party sources, such as social media</li>
                                                        <li type="disc" style="margin-left: 17px;">From our Group Companies</li>
                                                        <li type="disc" style="margin-left: 17px;">We generate internally</li>
                                                    </ul>
                                                </td>

                                                <td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
                                                    <ul>
                                                        <li type="disc" style="margin-left: 17px;">To provide our</li>
                                                        <li type="disc" style="margin-left: 17px;">To communicate with you</li>
                                                        <li type="disc" style="margin-left: 17px;">To complete a purchase and enable online shopping</li>
                                                        <li type="disc" style="margin-left: 17px;">To provide customer support</li>
                                                        <li type="disc" style="margin-left: 17px;">To understand how our users interact with our Services</li>
                                                        <li type="disc" style="margin-left: 17px;">To improve and enhance our offerings and develop new ones</li>
                                                        <li type="disc" style="margin-left: 17px;">For our marketing and advertising purposes</li>
                                                        <li type="disc" style="margin-left: 17px;">For our security, anti-fraud, and legal and compliance purposes</li>
                                                        <li type="disc" style="margin-left: 17px;">For talent recruiting and hiring purposes</li>
                                                        <li type="disc" style="margin-left: 17px;">For our internal analytics purposes</li>
                                                    </ul>
                                                </td>

                                                <td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
                                                    <ul>
                                                        <li type="disc" style="margin-left: 17px;">Service providers</li>
                                                        <li type="disc" style="margin-left: 17px;">Marketing and advertising providers</li>
                                                        <li type="disc" style="margin-left: 17px;">Our Group Companies</li>
                                                    </ul>
                                                </td>
                                            </tr>

                                            <tr>
                                                <td style="border:1px solid #CCC;text-align:left; background-color: #FFF;"><b>Personal Information under California Civil Code section 1798.80</b> (such as name, signature, Social Security number, physical characteristics or description, address, telephone number, employment history, credit card number, debit card number, or any other financial information)</td>

                                                <td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
                                                    <ul>
                                                        <li type="disc" style="margin-left: 17px;">Directly from you</li>
                                                        <li type="disc" style="margin-left: 17px;">From our service providers</li>
                                                        <li type="disc" style="margin-left: 17px;">From third-party sources, such as social media profiles</li>
                                                        <li type="disc" style="margin-left: 17px;">From our Group Companies</li>
                                                    </ul>
                                                </td>

                                                <td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
                                                    <ul>
                                                        <li type="disc" style="margin-left: 17px;">To provide our Services</li>
                                                        <li type="disc" style="margin-left: 17px;">To communicate with you</li>
                                                        <li type="disc" style="margin-left: 17px;">To complete a purchase and enable online shopping</li>
                                                        <li type="disc" style="margin-left: 17px;">To provide customer support</li>
                                                        <li type="disc" style="margin-left: 17px;">To understand how our users interact with our Services</li>
                                                        <li type="disc" style="margin-left: 17px;">To improve and enhance our offerings and develop new ones</li>
                                                        <li type="disc" style="margin-left: 17px;">For our marketing and advertising purposes</li>
                                                        <li type="disc" style="margin-left: 17px;">For our security, anti-fraud, and legal and compliance purposes</li>
                                                        <li type="disc" style="margin-left: 17px;">For talent recruiting and hiring purposes</li>
                                                        <li type="disc" style="margin-left: 17px;">For our internal analytics purposes</li>

                                                    </ul>
                                                </td>

                                                <td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
                                                    <ul>
                                                        <li type="disc" style="margin-left: 17px;">Service providers</li>
                                                        <li type="disc" style="margin-left: 17px;">Marketing and advertising providers</li>
                                                        <li type="disc" style="margin-left: 17px;">Our Group Companies</li>
                                                    </ul>
                                                </td>
                                            </tr>

                                            <tr>
                                                <td style="border:1px solid #CCC;text-align:left; background-color: #FFF;"><b>Protected classification characteristics</b> (such as age (40 years or older), race, color, ancestry, national origin, citizenship, religion or creed, marital status, physical or mental disability, sex (including gender, gender identity, gender expression), sexual orientation)</td>

                                                <td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
                                                    <ul>
                                                        <li type="disc" style="margin-left: 17px;">Directly from you</li>
                                                    </ul>
                                                </td>

                                                <td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
                                                    <ul>
                                                        <li type="disc" style="margin-left: 17px;">To provide our Services</li>
                                                        <li type="disc" style="margin-left: 17px;">To understand how users interact with our Services</li>
                                                        <li type="disc" style="margin-left: 17px;">To improve and enhance our offerings and develop new ones</li>
                                                        <li type="disc" style="margin-left: 17px;">For our legal and compliance purposes </li>
                                                        <li type="disc" style="margin-left: 17px;">For talent recruiting and hiring purposes</li>
                                                        <li type="disc" style="margin-left: 17px;">For our internal analytics purposes</li>
                                                    </ul>
                                                </td>

                                                <td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
                                                    <ul>
                                                        <li type="disc" style="margin-left: 17px;">Service providers </li>
                                                        <li type="disc" style="margin-left: 17px;">Our Group Companies</li>
                                                    </ul>
                                                </td>
                                            </tr>

                                            <tr>
                                                <td style="border:1px solid #CCC;text-align:left; background-color: #FFF;"><b>Commercial information</b> (such as records of products or services purchased, obtained, or considered, or other purchasing or consuming histories or tendencies)</td>

                                                <td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
                                                    <ul>
                                                        <li type="disc" style="margin-left: 17px;">Directly from you</li>
                                                        <li type="disc" style="margin-left: 17px;">From our service providers</li>
                                                        <li type="disc" style="margin-left: 17px;">From our Group Companies</li>
                                                        <li type="disc" style="margin-left: 17px;">We generate internally</li>
                                                    </ul>
                                                </td>

                                                <td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
                                                    <ul>
                                                        <li type="disc" style="margin-left: 17px;">To provide our Services</li>
                                                        <li type="disc" style="margin-left: 17px;">To communicate with you</li>
                                                        <li type="disc" style="margin-left: 17px;">To complete a purchase and enable online shopping</li>
                                                        <li type="disc" style="margin-left: 17px;">To provide customer support</li>
                                                        <li type="disc" style="margin-left: 17px;">To understand how our users interact with our Services</li>
                                                        <li type="disc" style="margin-left: 17px;">To improve and enhance our offerings and develop new ones</li>
                                                        <li type="disc" style="margin-left: 17px;">For our marketing and advertising purposes</li>
                                                        <li type="disc" style="margin-left: 17px;">For our security, anti-fraud, and legal and compliance purposes</li>
                                                        <li type="disc" style="margin-left: 17px;">For our internal analytics purposes</li>
                                                    </ul>
                                                </td>

                                                <td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
                                                    <ul>
                                                        <li type="disc" style="margin-left: 17px;">Service providers</li>
                                                        <li type="disc" style="margin-left: 17px;">Marketing and advertising providers</li>
                                                        <li type="disc" style="margin-left: 17px;">Our Group Companies</li>
                                                    </ul>
                                                </td>
                                            </tr>

                                            <tr>
                                                <td style="border:1px solid #CCC;text-align:left; background-color: #FFF;"><b>Electronic network activity</b> (such as browsing history, search history, and information regarding a consumer’s interaction with an internet website, application, or advertisement)</td>

                                                <td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
                                                    <ul>
                                                        <li type="disc" style="margin-left: 17px;">Directly from you</li>
                                                        <li type="disc" style="margin-left: 17px;">From our service providers</li>
                                                        <li type="disc" style="margin-left: 17px;">From third-party sources, such as social media profiles</li>
                                                        <li type="disc" style="margin-left: 17px;">From our Group Companies</li>
                                                        <li type="disc" style="margin-left: 17px;">We generate internally</li>
                                                    </ul>
                                                </td>

                                                <td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
                                                    <ul>
                                                        <li type="disc" style="margin-left: 17px;">To provide our Services</li>
                                                        <li type="disc" style="margin-left: 17px;">To communicate with you</li>
                                                        <li type="disc" style="margin-left: 17px;">To complete a purchase and enable online shopping</li>
                                                        <li type="disc" style="margin-left: 17px;">To provide customer support</li>
                                                        <li type="disc" style="margin-left: 17px;">To understand how our users interact with our Services</li>
                                                        <li type="disc" style="margin-left: 17px;">To improve and enhance our offerings and develop new ones</li>
                                                        <li type="disc" style="margin-left: 17px;">For our marketing and advertising purposes</li>
                                                        <li type="disc" style="margin-left: 17px;">For our security, anti-fraud, and legal and compliance purposes </li>
                                                        <li type="disc" style="margin-left: 17px;">For talent recruiting and hiring purposes</li>
                                                        <li type="disc" style="margin-left: 17px;">For our internal analytics purposes</li>
                                                    </ul>
                                                </td>

                                                <td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
                                                    <ul>
                                                        <li type="disc" style="margin-left: 17px;">Service providers </li>
                                                        <li type="disc" style="margin-left: 17px;">Marketing and advertising providers</li>
                                                        <li type="disc" style="margin-left: 17px;">Our Group Companies</li>
                                                    </ul>
                                                </td>
                                            </tr>

                                            <tr>
                                                <td style="border:1px solid #CCC;text-align:left; background-color: #FFF;"><b>Audio, electronic, visual, or similar information</b></td>

                                                <td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
                                                    <ul>
                                                        <li type="disc" style="margin-left: 17px;">Directly from you</li>
                                                        <li type="disc" style="margin-left: 17px;">From our service providers</li>
                                                        <li type="disc" style="margin-left: 17px;">From our Group Companies</li>
                                                    </ul>
                                                </td>

                                                <td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
                                                    <ul>
                                                        <li type="disc" style="margin-left: 17px;">To provide our Services</li>
                                                        <li type="disc" style="margin-left: 17px;">To communicate with you</li>
                                                        <li type="disc" style="margin-left: 17px;">To provide customer support</li>
                                                        <li type="disc" style="margin-left: 17px;">For our security, anti-fraud, and legal and compliance purposes </li>
                                                        <li type="disc" style="margin-left: 17px;">For talent recruiting and hiring purposes</li>
                                                    </ul>
                                                </td>

                                                <td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
                                                    <ul>
                                                        <li type="disc" style="margin-left: 17px;">Service providers </li>
                                                        <li type="disc" style="margin-left: 17px;">Our Group Companies</li>
                                                    </ul>
                                                </td>
                                            </tr>

                                            <tr>
                                                <td style="border:1px solid #CCC;text-align:left; background-color: #FFF;"><b>Professional or employment related information</b></td>

                                                <td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
                                                    <ul>
                                                        <li type="disc" style="margin-left: 17px;">Directly from you</li>
                                                        <li type="disc" style="margin-left: 17px;">From our service providers</li>
                                                        <li type="disc" style="margin-left: 17px;">From third-party sources, such as social media profiles</li>
                                                        <li type="disc" style="margin-left: 17px;">From our Group Companies</li>
                                                    </ul>
                                                </td>

                                                <td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
                                                    <ul>
                                                        <li type="disc" style="margin-left: 17px;">To provide our Services</li>
                                                        <li type="disc" style="margin-left: 17px;">To communicate with you</li>
                                                        <li type="disc" style="margin-left: 17px;">To complete a purchase and enable online shopping</li>
                                                        <li type="disc" style="margin-left: 17px;">To provide customer support</li>
                                                        <li type="disc" style="margin-left: 17px;">To understand how our users interact with our Services</li>
                                                        <li type="disc" style="margin-left: 17px;">To improve and enhance our offerings and develop new ones</li>
                                                        <li type="disc" style="margin-left: 17px;">For our marketing and advertising purposes</li>
                                                        <li type="disc" style="margin-left: 17px;">For our security, anti-fraud, and legal and compliance purposes</li>
                                                        <li type="disc" style="margin-left: 17px;">For talent recruiting and hiring purposes</li>
                                                        <li type="disc" style="margin-left: 17px;">For our internal analytics purposes</li>
                                                    </ul>
                                                </td>

                                                <td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
                                                    <ul>
                                                        <li type="disc" style="margin-left: 17px;">Service providers</li>
                                                        <li type="disc" style="margin-left: 17px;">Marketing and advertising providers</li>
                                                        <li type="disc" style="margin-left: 17px;">Our Group Companies</li>
                                                    </ul>
                                                </td>
                                            </tr>

                                            <tr>
                                                <td style="border:1px solid #CCC;text-align:left; background-color: #FFF;"><b>Education information</b></td>

                                                <td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
                                                    <ul>
                                                        <li type="disc" style="margin-left: 17px;">Directly from you</li>
                                                        <li type="disc" style="margin-left: 17px;">From our service providers</li>
                                                    </ul>
                                                </td>

                                                <td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
                                                    <ul>
                                                        <li type="disc" style="margin-left: 17px;">For talent recruiting and hiring purposes</li>
                                                        <li type="disc" style="margin-left: 17px;">For our security, anti-fraud, and legal and compliance purposes </li>
                                                        <li type="disc" style="margin-left: 17px;">For our internal analytics purposes</li>
                                                    </ul>
                                                </td>

                                                <td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
                                                    <ul>
                                                        <li type="disc" style="margin-left: 17px;">Service providers </li>
                                                        <li type="disc" style="margin-left: 17px;">Our Group Companies</li>
                                                    </ul>
                                                </td>
                                            </tr>

                                            <tr>
                                                <td style="border:1px solid #CCC;text-align:left; background-color: #FFF;"><b>Inferences drawn from other personal information</b></td>

                                                <td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
                                                    <ul>
                                                        <li type="disc" style="margin-left: 17px;">We generate internally</li>
                                                        <li type="disc" style="margin-left: 17px;">From our service providers</li>
                                                        <li type="disc" style="margin-left: 17px;">From third-party sources, such as social media profiles</li>
                                                        <li type="disc" style="margin-left: 17px;">From our Group Companies</li>
                                                    </ul>
                                                </td>

                                                <td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
                                                    <ul>
                                                        <li type="disc" style="margin-left: 17px;">To provide our Services</li>
                                                        <li type="disc" style="margin-left: 17px;">To provide customer support</li>
                                                        <li type="disc" style="margin-left: 17px;">To understand how our users interact with our Services</li>
                                                        <li type="disc" style="margin-left: 17px;">To improve and enhance our offerings and develop new ones</li>
                                                        <li type="disc" style="margin-left: 17px;">For our marketing and advertising purposes</li>
                                                        <li type="disc" style="margin-left: 17px;">For our security, anti-fraud, and legal and compliance purposes </li>
                                                        <li type="disc" style="margin-left: 17px;">For talent recruiting and hiring purposes</li>
                                                        <li type="disc" style="margin-left: 17px;">For our internal analytics purposes</li>
                                                    </ul>
                                                </td>

                                                <td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
                                                    <ul>
                                                        <li type="disc" style="margin-left: 17px;">Service providers </li>
                                                        <li type="disc" style="margin-left: 17px;">Marketing and advertising providers</li>
                                                        <li type="disc" style="margin-left: 17px;">Our Group Companies</li>
                                                    </ul>
                                                </td>
                                            </tr>

                                        </tbody>
                                    </table>
                                </div>

                                <p style="margin-top: 30px;">For more information about the purposes for which we use personal information and the third parties with whom we share personal information, please see the relevant sections in the Privacy Policy above.</p>

                                <h4>NO SALE OF PERSONAL INFORMATION</h4>

                                <p>The CCPA sets forth certain obligations for businesses that “sell” personal information to third parties. Based on the definition of “sell” under the CCPA and under current regulatory guidance, we do not believe that we engage in such activity and have not engaged in such activity in the past twelve (12) months from the effective date of this Privacy Policy. For clarity, we do not sell personal information of minors under sixteen (16) years of age.</p>

                                <h4>EXERCISING YOUR CALIFORNIA RIGHTS</h4>

                                <p>To exercise any of the rights described above, you or your authorized agent acting on your behalf may submit a request:</p>

                                <ul>
                                    <li type="disc" style="margin-left: 17px;">Through the <a href="https://pioneerdj-privacy.my.onetrust.com/webform/fb002161-8e04-448f-a25f-9ed2f7e0806e/28bd58fb-b75b-450c-ba13-95098ca4825c" target="_blank" class="lnk-external">CCPA Rights Webform</a> or</li>
                                    <li type="disc" style="margin-left: 17px;">By phone toll-free at 1-888-914-9661 and enter PIN 899032.</li>
                                </ul>

                                <p style="margin-top: 20px;">These methods for submitting CCPA rights requests may be updated over time. Please consult this Privacy Policy regularly for the most up-to-date submission methods.</p>

                                <p>To verify your identity, we may ask you to confirm personal information we already have on file for you. If we cannot verify your identity from the information we have on file, we may request additional information, which we will only use to verify your identity and for security or fraud-prevention purposes.</p>

                                <p>If you use an authorized agent to make a request on your behalf, we may require proof from you that they have been authorized directly by you to act on your behalf.</p>

                                <p>We will respond to your rights request as required under the CCPA.</p>

                                <p>We reserve the right to deny your request subject to applicable law, such as if we cannot verify your identity or the authority to receive the personal information related to you.</p>

                                <h4>NOTICE TO CALIFORNIA RESIDENTS</h4>

                                <p>Pursuant to California Civil Code Section 1798.83, residents of the State of California have the right to request from companies conducting business in California certain information regarding disclosure within the immediately preceding calendar year of that California resident's personal information to third parties (and in some cases affiliates) for their direct marketing purposes. Alternatively, the law provides that a company may comply, as we do, by disclosing in its privacy policy that we provide consumers with a choice (opt-out or opt-in) regarding sharing personal information with third parties and affiliates for those third parties' and affiliates' direct marketing purposes, and information on how to exercise that choice. At this time, we do not share personally identifiable information with third parties or affiliates for those third parties' or affiliates' direct marketing purposes. If we do so in the future, we will provide you with a choice prior to sharing your personally identifiable information with third parties and affiliates for their direct marketing purposes. If you do not opt-in or if you choose to opt-out at the time we offer that choice, we will not share your information with that identified third party or affiliate for its direct marketing purposes.</p>

                                <h4>NOTE TO EEA AND UK RESIDENTS</h4>

                                <p><b>Access:</b> You have the right to request access to personal data that we may process about you. If you wish to exercise this right, you should:</p>

                                <ul>
                                    <li type="disc" style="margin-left: 17px;">put your request in writing;</li>
                                    <li type="disc" style="margin-left: 17px;">include proof of your identity and address (eg a copy of your driving license or passport, and a recent utility or credit card bill); and</li>
                                    <li type="disc" style="margin-left: 17px;">specify the personal data you want access to, including any account or reference numbers where applicable.</li>
                                    <li type="disc" style="margin-left: 51px;">We shall provide a copy of the personal data we process free of charge.<br> However, for any further copies requested by you, we may charge a reasonable fee for the administration costs.</li>
                                </ul>

                                <p style="padding-top: 20px;"><b>Rectification:</b> You have the right to require us to correct any inaccuracies in your data free of charge. If you wish to exercise this right, you should:</p>

                                <ul>
                                    <li type="disc" style="margin-left: 17px;">put your request in writing;</li>
                                    <li type="disc" style="margin-left: 17px;">provide us with enough information to identify you (eg account number, user name, registration details); and</li>
                                    <li type="disc" style="margin-left: 17px;">specify the information that is incorrect and what it should be replaced with.</li>
                                </ul>

                                <p style="padding-top: 20px;"><b>Objection to direct marketing:</b> You also have the right to ask us to stop processing your personal data for direct marketing purposes. If you wish to exercise this right, you should:</p>

                                <ul>
                                    <li type="disc" style="margin-left: 17px;">put your request in writing (an email sent to <a href="mailto:exec.eu@pioneerdj.com">exec.eu@pioneerdj.com</a> with a header that says 'Unsubscribe' is acceptable);</li>
                                    <li type="disc" style="margin-left: 17px;">provide us with enough information to identify you (eg account number, user name, registration details); and</li>
                                    <li type="disc" style="margin-left: 17px;">if your objection is not to direct marketing in general, but to direct marketing by a particular channel (eg email or telephone), please specify the channel you are objecting to.</li>
                                </ul>

                                <p style="padding-top: 20px;"><b>Erasure:</b> In certain circumstances, you have the right to ask us to erase personal data that we hold about you.</p>

                                <p><b>Restriction:</b> In limited circumstances, you may have the right to request that we restrict processing of your personal data.</p>

                                <p><b>Portability:</b> You may have the right to receive personal data about you, which you have provided to us, in a structured, commonly used and machine-readable format and you may have the right to transmit that data to another entity.</p>

                                <p><b>Withdraw Consent:</b> If we have obtained your consent for a particular processing purpose, you have the right to withdraw your consent at any time.</p>

                                <p><b>Objection:</b> Where we process your personal data on the basis of our legitimate interests, you have the right to object. However, we may continue to process your personal data where you have objected if we have compelling legitimate grounds to continue processing your personal data or for the establishment, exercise or defence of legal claims.</p>

                                <p>You also have the right to complain to your local data protection authority. If you are in the United Kingdom, the data protection authority is the Information Commissioner’s Office (<a href="https://ico.org.uk/" target="_blank" class="lnk-external">www.ico.org.uk</a>). If you are in the European Union, please see a list of local data protection authorities and their contact details <a href="https://ec.europa.eu/newsroom/article29/items/612080" target="_blank" class="lnk-external">here</a>.</p>

                                <h4>DO-NOT-TRACK SIGNALS</h4>

                                <p>Because there is not yet a consensus on how companies should respond to web browser-based or other "Do Not Track" ("DNT") mechanisms, we currently do not respond to web browser DNT signals that provide a method to opt out of the collection of information about online activities over time and across third-party websites or online services. We may revisit our policy on responding to these signals, in which case we will post a revised privacy policy on this site.</p>

                                <h4>DATA SECURITY</h4>
                                <p>We take steps to ensure that your information is treated securely and in accordance with this Privacy Policy. We maintain reasonable administrative, technical and physical safeguards designed to protect the personal information you provide against accidental, unlawful or unauthorized destruction, loss, alteration, access, disclosure or use.</p>

                                <p>Unfortunately, the Internet cannot be guaranteed to be 100% secure, and we cannot ensure or warrant the security of any information you transmit to us or store on the Services.</p>

                                <h4>CHILDREN'S PRIVACY</h4>
                                <p>Our Services are not directed to individuals under 13. We do not knowingly collect personal information from children under 13. If we become aware that a child under 13 has provided us with personal information, we will take steps to delete such information. If you become aware that a child has provided us with personal information, please contact us at <a href="mailto:privacy@pioneerdj.com">privacy@pioneerdj.com</a></p>

                                <h4>THIRD-PARTY SERVICES</h4>
                                <p>Our Services may contain features or links to web sites and services provided by third parties, including services that facilitate the purchase of songs and music albums. Any information you provide on third-party sites or services is provided directly to the operators of such sites or services and is subject to those operators' policies, if any, governing privacy and security, even if accessed through the Services. We are not responsible for the content or privacy and security practices and policies of third-party sites or services to which links or access are provided. We encourage you to learn about third parties' privacy and security policies before providing them with information.</p>

                                <h4>INTERNATIONAL USERS</h4>
                                <p>We may transfer the personal information we collect about you to countries other than the country in which it was originally collected. Those countries may not have the same data protection laws as the country in which you initially provided the personal information. When we transfer your personal information to other countries, we will protect that information as described in this Privacy Policy.</p>

                                <p>If you are located in the European Economic Area (“EEA”) or the United Kingdom (“UK”), in some instances, including when delivering services to you, it may be necessary to transfer your personal data outside the EEA/UK. In such situations we only transfer your personal data to a country or international organisation outside the UK/EEA where there is an adequate level of protection of personal data; there are appropriate safeguards in place together with enforceable rights and effective legal remedies for data subjects; or a specific exception applies under data protection law. Where there is no adequacy decision or appropriate safeguards, we may transfer your personal data to a third country where an exception applies under data protection law.</p>

                                <a id="changes" class="anchor"></a>
                                <h2>CHANGES TO OUR PRIVACY POLICY</h2>
                                <p>We may change this Privacy Policy from time to time. If we make any changes, we will notify you by revising the "Last Updated" date at the top of this Privacy Policy and where appropriate we may provide you with additional notice (such as adding a statement to the log-in screen or sending you an email notification). Your continued use of our Services after the revised Policy has become effective indicates that you have read, understood, and agreed to the current version of this Policy. If you do not agree to the Privacy Policy, do not use any Websites and Service.</p>

                                <a id="contactinfo" class="anchor"></a>
                                <h2>CONTACT INFORMATION</h2>
                                <p>Please contact us with any questions or comments about this Policy, your personal information, or our use and disclosure practices by email at <a href="mailto:privacy@pioneerdj.com">privacy@pioneerdj.com</a> or in writing at AlphaTheta Corporation,6F, Yokohama i-Mark Place, 4-4-5 Minatomirai, Nishiku, Yokohama, Kanagawa, 220-0012 Japan.</p>

                                <p>If you are located in the European Economic Area or the UK, AlphaTheta EMEA Limited is the entity responsible for the processing of your personal information. To contact us, please use the following contact details: AlphaTheta EMEA Limited, Artemis Building, Odyssey Business Park, West End Road, South Ruislip, Middlesex, HA4 6QE, England.</p>

                                <p>If you are located in the United States, AlphaTheta Music Americas, Inc. may be the entity responsible for the processing of your personal information. To contact us in the United States, please use the following contact details: AlphaTheta Music Americas, Inc. 2050 W 190th Street, Suite #109, Torrance, CA 90504, USA.</p>

                                <style type="text/css">
                                    <!--
                                    h2:after,
                                    .h2:after {
                                        display: none;
                                    }

                                    h3:after,
                                    .h3:after {
                                        display: none;
                                    }

                                    h4:after,
                                    .h4:after {
                                        display: none;
                                    }

                                    h2,
                                    .h2 {
                                        margin-top: 50px !important;
                                        margin-bottom: 10px;
                                        font-weight: 400;
                                        color: #333;
                                        font-size: 40px;
                                        border-bottom: 1px solid #333;
                                    }

                                    h3,
                                    .h3 {
                                        margin-top: 30px;
                                        margin-bottom: 10px;
                                        font-weight: 400;
                                    }

                                    h4,
                                    .h4 {
                                        margin-top: 30px;
                                        margin-bottom: 8px;
                                        font-size: 20px;
                                    }

                                    table th {
                                        padding: 3px;
                                        vertical-align: middle;
                                        font-size: 14px;
                                        background-color: #E8E8E8 !important;
                                    }

                                    table td {
                                        padding: 5px 2px 5px 7px;
                                        background-color: #F2F2F2 !important;
                                        font-size: 14px;
                                    }

                                    ol {
                                        padding-left: 0;
                                    }

                                    a.anchor {
                                        display: block;
                                        padding-top: 50px;
                                        margin-top: -50px;
                                    }
                                    -->
                                </style>
                            </div>
                        </div>
                    </div>
                </div>
            </section>

            <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">
                                <li class="footerBreadcrumb__item">
                                    Privacy policy </li>
                            </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">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="https://alphatheta.com/en/#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="https://alphatheta.com/en/" class="footerNav__link" rel="noopener noreferrer" target="_blank">Company info</a></li>
                                    <li class="footerNav__item"><a href="https://alphatheta.com/en/#company-info" class="footerNav__link" rel="noopener noreferrer" target="_blank">Corporate contact</a></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="https://rekordbox.com/" class="externalNav__link" rel="noopener noreferrer" target="_blank"> <span class="externalNav__symbol" style="background-image: url('https://www.pioneerdj.com/-/media/pioneerdj/images/navigation/rekordbox_logo.png')"></span>
                                            rekordbox</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('https://www.pioneerdj.com/-/media/pioneerdj/images/navigation/pro-audio-gold.png')"></span>
                                            Pioneer Pro Audio</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('https://www.pioneerdj.com/-/media/pioneerdj/images/navigation/dj-radio-org.png')"></span>
                                            Radio</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('https://www.pioneerdj.com/-/media/pioneerdj/images/navigation/ibiza-org.png')"></span>
                                            Ibiza</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 256.8 482.7">
                                                    <path fill="currentColor" d="M175.2,0.6C120.4,6.7,86,38.4,78.1,90.3c-1.8,11.6-1.9,15.4-1.9,53.2l0,39.4H0l0.2,43.4l0.2,43.3l38,0.2l38,0.2l-0.2,105.6 l-0.2,105.6h4c2.7,0,4.1,0.2,4.2,0.8c0.2,0.6,8.5,0.8,38.9,0.8s38.7-0.2,38.9-0.8c0.2-0.5,1.6-0.8,4.2-0.8h4L170,375.6L169.8,270 l34.4,0c18.9,0,34.7-0.2,35-0.5c0.6-0.4,1.3-3.8,4.4-24.1c0.6-4.1,1.4-9.1,1.7-11.1c0.6-3.9,1.4-9.2,2.5-16.1 c0.4-2.4,0.9-5.8,1.2-7.6c0.6-3.9,1.5-9.4,2.4-15.6c0.4-2.5,0.9-5.8,1.2-7.4c0.3-1.6,0.5-3.3,0.5-3.8c0-0.8-5.7-0.9-41.7-0.9h-41.7 l0-30.1c0-30.2,0.2-33.5,2.3-41.9c3.8-15.1,15.5-25.9,31.6-29.3c7.9-1.7,11.4-1.9,31.6-1.9h21.5L256.7,43l-0.2-36.7l-2.1-0.5 c-1.2-0.3-4-0.7-6.3-1c-2.3-0.3-7.3-1-11.1-1.5C214.3,0.3,188.1-0.8,175.2,0.6"></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="https://alphatheta.com" class="text-bold" rel="noopener noreferrer" target="_blank">&#169; AlphaTheta</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/cookie/" class="legalNav__link" rel="noopener noreferrer" target="_blank">Cookie Policy</a>
                            </li>
                            <li class="legalNav__item">
                                <a href="/en/company/trademarks/" class="legalNav__link">Trademarks</a>
                            </li>
                            <li class="legalNav__item">
                                <button id="ot-sdk-btn" class="ot-sdk-show-settings legalNav__link">Cookie Settings</button>
                            </li>
                        </ul>
                    </nav>
                </div>

            </footer>

        </div>
    </div>
    <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>

    <script src="/Bundles/JsFooter/?v=GnNoutRLUQZBIlWEv0tKImnuhGFIeljXlRt13WD8Yok1"></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.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://pioneerdj.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: "31/08/2022"
                        });
                    },
                    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>
    <script>
        for (var index = 0; index < window.__functionsToExecute.length; ++index) {
            window.__functionsToExecute[index]();
        }
        window.__functionsToExecute = [];
    </script>
</body>

</html>

<body>
    <!-- OneTrust Cookies Consent Notice start for pioneerdj.com -->
    <script src="https://cdn-apac.onetrust.com/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="69301dd3-0bca-41c5-b1da-6dd03e5ad20e-test"></script>
    <script type="text/javascript">
        function OptanonWrapper() {}
    </script>
    <!-- OneTrust Cookies Consent Notice end for pioneerdj.com -->
</body>
<!DOCTYPE html>
<html lang="en">
<head>


<base href="https://www.pioneerdj.com" />





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

<title>Privacy policy - 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 property="og:title" content="Privacy policy - Pioneer DJ - Global  " />
    <meta property="og:site_name" content="Pioneer DJ" />
    <meta property="og:url" content="https://www.pioneerdj.com/en/company/privacy-policy/" />
    <meta property="og:type" content="website" />
    <meta property="og:image" content="https://www.pioneerdj.com/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://www.pioneerdj.com/en/company/privacy-policy/" />

<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">

    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>

    <script src="/Bundles/JsHeader/?v=BMne-U6Vgal8q3NFbvZfdgOMUnIfzy_RdwlKQDCSjtg1"></script>

    <link href="/Bundles/Style/?v=hm7_xhFBu0GUDEjpwwYQh4CZoe201-sn0efrnG6wkew1" 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'
                };

                window.__functionsToExecute = [];

            </script>
<script type="text/javascript" src="https://cdns.gigya.com/JS/socialize.js?apikey=3_uMFBTSRvPDal63Zq8JezwafdwGOEG0zCW442Ku4Xk2lEG1mxHXrUaGOGsaDLAoEF&lang=en">{ enabledProviders:'facebook,twitter,linkedin,yahoo' }</script><link href="/Bundles/GigyaStyle/?v=KhjMIjdDaPAl8RkrAvfFxtOKzK7ZBvw_6qzzem-S6Oo1" rel="stylesheet"/>
            <script type="text/javascript" src="//cdn.gigya-ext.com/screenset-validation.min.js"></script>
<script src="/Bundles/GigyaConnector/?v=det8w82lPoffB4JoTTPoe7G1G7MqeCKh8-PVuZ9qFeg1"></script>










<script>
(function() {
  ['https://www.pioneerdj.com/Content/css/theme2020/reskin-theme-2020.css', 'reskin-theme-2022'].forEach(name => {
    const link = document.createElement('link');
    link.rel = 'stylesheet';
    link.href = name.includes('http') ? name : `${window.location.origin}/styles/${name}.css`;
    document.head.appendChild(link);
  });
}());
</script>









</head>
<body class="header__experience-mode">
    <!--
        <div class="cookies">
            <div class="cookies__content">Cookies help us improve your website experience. By using our website, you agree to our use of cookies. <a href="/en/company/cookie-policy/" class="cookies__policy">More information</a></div>
            <a href="#" class="cookies__close cookies__trigger"><span class="cookies__icon"><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></a>
        </div>

-->
        <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 -->




<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>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="http://rekordbox.com" class="megaMenu__banner" target="_blank">
                                                <span class="megaMenu__banner__visual responsiveImage--bg">
                                                    <em data-mq="small" href="https://www.pioneerdj.com/-/media/pioneerdj/images/navigation/dropdown-menu/rb6-mega-menu-banner-mobile-250x90.jpg?mh=90&amp;w=250&amp;hash=019BEEC30C5CECD8104BCFCDC9531771"></em>
                                                    <em data-mq="large" href="https://www.pioneerdj.com/-/media/pioneerdj/images/navigation/dropdown-menu/rb6-mega-menu-banner-320x200.jpg?h=200&amp;w=320&amp;hash=B21B6185B82A99FFEFD9F7634FF2D874"></em>
                                                </span>

                                                <div class="megaMenu__banner__content">
                                                    <p class="megaMenu__banner__title"></p>
                                                    <div class="megaMenu__banner__desc"></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">
                        <a href="http://blog.pioneerdj.com" class="mainNav__link" rel="noopener noreferrer" target="_blank" >Blog</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="Find a store" >Find a store</a>
                    </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/register/" class="profileNav__link">
                                <span class="profileNav__label">Register</span>
                            </a>
                        </div>
                        <div id="LoginRegister" class="profileNav__item">
                            <a href="/en/account/login/?relPath=en%2Fcompany%2Fprivacy-policy%2F" class="profileNav__link">
                                <span class="profileNav__label">Log in</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">


<header class="simple-header theme-2020">
    <div class="content">
        <div class="container">
            <h1>Privacy Policy</h1>
        </div>
    </div>
</header>

<section class="editorial">
    <div class="section">
        <div class="container">
            <div class="row">
                <div class="col-sm-12">
                    <div style="background-color: #fdfdfd; padding: 10px 10px 1px 13px; border: 1px solid #ccc;">

<p><b>Last Updated:</b> February 11, 2022 ("Effective Date")</p>

<p>This website Privacy Policy is brought to you by AlphaTheta Corporation. We take the privacy of our website users very seriously to ensure your rights and freedoms are protected. We ask that you read this Privacy Policy carefully as it contains important information about how we will use your personal data.</p>

<p>AlphaTheta Corporation and its Group Companies, (“AlphaTheta”, "we" or "us") are the "data controller" (ie the companies who are responsible for, and control the processing of, your personal data). We will meet our data protection obligations under applicable privacy and data protection law(s). For more information on which entity is the data controller of your personal data, please see the “Contact Information” section below.</p>

<p>This Privacy Policy applies to the information that we obtain through your use of AlphaTheta website including any microsites (Each, "Website," and collectively, "Websites"), mobile app, and associated web-based services (collectively "Services"). Your privacy matters to us so please take the time to familiarize yourself with this Privacy Policy and the ways in which you can protect your privacy. If you have any questions, please contact us at <a href="mailto:privacy@pioneerdj.com">privacy@pioneerdj.com</a>. This policy is incorporated into and is subject to the Terms of Use Agreement and License Agreement <a href="http://kuvo.com/terms/" class="lnk-external" target="_blank">kuvo.com</a>.</p>

<p>If you are a California resident, please see the CCPA Notice section below for information about your rights under the California Consumer Privacy Act of 2018 (“CCPA”). In addition to the scope of this Privacy Policy described above, the CCPA Notice also covers personal data from California residents that is collected and processed for our recruiting and hiring purposes.</p>

<p>This Privacy Policy does not apply to information collected by any third party, including through any third-party content (i.e. advertising that may link or be accessible from or on the Services).</p>

<p>
<a href="#infowecollect">INFORMATION WE COLLECT</a><br />
<a href="#howweuse">HOW WE USE INFORMATION WE COLLECT</a><br />
<a href="#howlong">HOW LONG WE KEEP YOUR INFORMATION FOR</a><br />
<a href="#infosharing">INFORMATION SHARING AND DISCLOSURES</a><br />
<a href="#yourchoices">YOUR CHOICES AND PRIVACY SETTINGS</a><br />
<a href="#ccpanotice">CCPA NOTICE</a><br />
<a href="#changes">CHANGES TO OUR PRIVACY POLICY</a><br />
<a href="#contactinfo">CONTACT INFORMATION</a><br />
</p>

</div>



<a id="infowecollect" class="anchor"></a>
<h2>INFORMATION WE COLLECT</h2>

<h3>INFORMATION YOU PROVIDE TO US</h3>

<p>We collect the following information:</p>

<h4>ACCOUNT AND PROFILE INFORMATION</h4>
<p>We collect information about you when you register for an account and create or modify your profile on the Services. lnformation we collect may include your account name, username, email address, date of birth, gender, password, profile photo, and what profession you are in, in determining whether you are a DJ.</p>

<p>We also collect information you choose to include in your biography and news updates on your profile. For clubs, we also collect address and phone number or other contact details necessary to make contact with you.</p>

<h4>CONTENT</h4>
<p>Our mobile app allows you to take photos. These photos are stored on your mobile device and not transferred to or stored by us in any other locations. If you are a DJ, we also receive information about the tracks you play using our product.</p>

<h4>CUSTOMER SUPPORT AND OTHER COMMUNICATION METHODS</h4>
<p>We collect other data that you may submit to our Services or us directly, such as when you request customer support or communicate with us via email or social media sites.</p>

<h3>INFORMATION WE COLLECT FROM YOUR USE OF OUR SERVICES</h3>

<h4>USAGE DATA, WEB LOGS, AND ANALYTICS INFORMATION</h4>
<p>We record certain information and store it in log files when you interact with our Services. We collect information about your interactions with the Service, including which clubbers, playlists, tracks, clubs, and DJs you follow or like. We also collect technical data such as internet protocol (IP) address, MAC address, or other device addresses or identifiers, as well as browser type, internet service provider, URLs of referring/exit pages, operating system, date/time stamp, and your mobile carrier. We and our analytics providers also collect and store analytics information when you use our Services for the purposes of our legitimate interests to help us improve our Services.</p>

<h4>LOCATION INFORMATION</h4>
<p>We collect and store your location information if your device and/or web browser settings are enabled to send it to us and, where required by applicable law, if you have provided prior consent; where we believe it is necessary for our legitimate interests, or where you have agreed to our terms of use. If you do not allow collection of this information; some aspects of the Services may not be available.</p>

<h4>COOKIES AND OTHER TRACKING TECHNOLOGIES</h4>
<p>We use various technologies to collect information, including cookies that we save to your computer or mobile device. Cookies are small data files stored on your hard drive or in device memory. We use cookies to improve and customize our Services and your experience; to allow you to access and use the Services without re-entering your username or password; and to count visits and understand which areas and features of the Services are most popular. We may also associate the information we store in cookies with information you submit while on our Services. You can instruct your browser, by changing its options, to stop accepting cookies or to prompt you before accepting a cookie from websites you visit. If you do not accept cookies, however, you may not be able to use all aspects of our Services. Please also see our <a href="/en/company/cookie-policy/">Cookies Policy</a>. Anonymous session information is collected and analyzed by Google LLC using Google Analytics/ Google Analytics for Firebase. For more information about google, Google's use of cookies, and Google's privacy practice, please click here: <a href="https://www.google.com/intl/en/policies/privacy/" target="_blank" class="lnk-external">www.google.com/intl/en/policies/privacy</a></p>

<p>We use pixel services run by third parties, including without limitation Amazon.com. These third parties place and use pixels that collect data about visitors interacting with our Services to provide measurement services and show interest-based ads to the visitors on sites across the Internet. These third parties are responsible for the data collection. Information about how you can opt out of receiving Amazon interest-based ads is found on this site: <a href="https://www.amazon.com/adprefs" target="_blank" class="lnk-external">https://www.amazon.com/adprefs</a>. You can opt out of receiving interest-based ads from third parties who are members of the Network Advertising Initiative here: <a href="http://optout.networkadvertising.org/?c=1#!/" target="_blank" class="lnk-external">http://optout.networkadvertising.org/?c=1#!/</a>. You can opt out of receiving interest-based ads from third parties who follow the Digital Advertising Alliance’s Self-Regulatory Principles here:  <a href="http://optout.aboutads.info/?c=2&lang=EN" target="_blank" class="lnk-external">http://optout.aboutads.info/?c=2&lang=EN.</a>.</p>


<h3>INFORMATION WE COLLECT FROM OTHER SOURCES</h3>
<h4>OTHER SERVICES</h4>

<p>You can access or register for the Services using your account credentials for third party services (each, an "Integrated Service") such as Twitter or Facebook, or otherwise connect such Integrated Services to your account. By connecting with an Integrated Service, you authorize us to access and store your name, email address, date of birth, gender, current city, profile picture URL, comments, and other information that the Integrated Service makes available to us, and to use and disclose it in accordance with this Privacy Policy. You should review your privacy settings on each Integrated Service to understand the information sent to us through each Integrated Service. Please review each Integrated Service's terms of use and privacy policies carefully before using their services and connecting to our Services. For Youtube, please see <a href="https://www.youtube.com/t/terms" target="_blank" class="lnk-external">https://www.youtube.com/t/terms</a>.</p>

<h4>INFORMATION FROM THIRD PARTY SERVICES</h4>
<p>We may obtain information from third parties such as our partners and service providers, and combine it with other information we collect from you.</p>


<a id="howweuse" class="anchor"></a>
<h2>HOW WE USE INFORMATION WE COLLECT</h2>
<p style="margin-top: 30px;">We may use the information we collect for a variety of purposes, including to:</p>

<ul>
<li type="disc" style="margin-left: 17px;">Contact you to ensure that our records of your personal information are correct, which is in our legitimate interests to ensure our records are correct;</li>
<li type="disc" style="margin-left: 17px;">Provide, operate and maintain, our Products and Services, which is necessary for performance of our contract with you;</li>
<li type="disc" style="margin-left: 17px;">To process your transaction and deliver your order, which is necessary for performance of our contract with you;</li>
<li type="disc" style="margin-left: 17px;">To improve and personalize our Products and Services, which is in our legitimate interests in order to ensure your experience of our Products and Services are tailored to you, as well as improving our Products and Services;</li>
<li type="disc" style="margin-left: 17px;">Enable you to access and use our Services, which is necessary for performance of our contract with you;</li>
<li type="disc" style="margin-left: 17px;">Communicate with you (whether directly on our Services or via other methods that you choose to communicate with us, such as via WhatsApp or on social media sites), including responding to your comments, questions, and requests; complaints; providing customer service and support; providing you with information about services, including technical notices, updates, security alerts, administrative messages, which are necessary for performance of our contract with you, and in our legitimate interests to provide you with necessary support and information about our Services</li>
<li type="disc" style="margin-left: 17px;">Monitor and analyze trends, usage, and activities in connection with our Services; and Investigate and prevent unauthorized access to our Services and other illegal activities, which are in our legitimate interests to understand and improve our Services, and to protect our services from unauthorised access and other illegal activities;</li>
<li type="disc" style="margin-left: 17px;">We may also use the information we collect for other purposes, which we will notify you about in advance.</li>
<li type="disc" style="margin-left: 17px;">We may also use your email address to send you commercial or marketing or advertising messages, including changes to your products or news related to AlphaTheta. Where and as required by applicable law, we process your information for these purposes on the basis of your consent. If you no longer wish to receive marketing messages, from us or our third party partners, you may opt out at any time. Opting out may prevent you from receiving messages regarding improvements or new services.</li>
</ul>


<a id="howlong" class="anchor"></a>
<h2>HOW LONG WE KEEP YOUR INFORMATION FOR</h2>

<p style="margin-top: 30px;">We will not keep your personal data for longer than we need it for our legitimate purpose and shall take into account the following when determining the appropriate retention period for keeping your personal data:</p>

<ul>
<li type="disc" style="margin-left: 17px;">the amount, nature, and sensitivity of your personal data;</li>
<li type="disc" style="margin-left: 17px;">the risk of harm from unauthorised use or disclosure;</li>
<li type="disc" style="margin-left: 17px;">the purposes for which we process your personal data and how long we need the particular data to achieve these purposes; and</li>
<li type="disc" style="margin-left: 17px;">how long the personal data is likely to remain accurate and up to date.</li>
</ul>


<a id="infosharing" class="anchor"></a>
<h2>INFORMATION SHARING AND DISCLOSURES</h2>
<p style="margin-top: 30px;">We may share your information in the following ways:</p>

<h4>YOUR CONSENT</h4>
<p>We will share your personal information with companies, organizations, or individuals outside of us when we have your consent to do so.</p>

<h4>YOUR USE</h4>
<p>When you use our Services, your profile, news updates, comments, favorites, likes, followers, and, if you are a DJ, your playlists and gig histories are viewable by the public and other users by default. You can change your profile settings at any time to make your information private and not viewable by the public or other users on our Website as described below. We urge you to consider the sensitivity of any information prior to sharing it publicly.</p>


<h4>SOCIAL NETWORKING AND OTHER WEBSITES.</h4>
<p>Our Services may allow you to share information, including photos, tracks, playlist information, and other personal information with social networking websites such as Facebook and Twitter. If you provide comments on our Website using integrated social networking services, your comments will be shared on those services. Their use of the information will be governed by their privacy policies.</p>

<h4>SERVICE PROVIDERS</h4>
<p>We may share your information with service providers that perform services on our behalf. We authorize service providers to use or disclose personal information only as necessary to perform certain services on our behalf or comply with legal requirements. We require them to appropriately safeguard the privacy and security of personal information they process on our behalf.</p>

<h4>THIRD PARTY PARTNERS</h4>
<p>We may share your information with third party partners such as analytics and advertising partners to provide services such as analytics and online advertising. Our partners may collect information about your online activities over time and across different online services when you use our Services. We may share information with our partners for marketing purposes, including for their direct marketing purposes.</p>

<h4>AGGREGATE DATA</h4>
<p>We may share aggregate information that does not identify you with third parties.</p>

<h4>COMPLIANCE WITH LAWS AND LAW ENFORCEMENT REQUESTS; PROTECTION OF OUR RIGHTS:</h4>
<p>We may disclose your information (including your personal information) to a third party if (a) we believe that disclosure is reasonably necessary to comply with any applicable law, regulation, legal process or governmental request, (b) to enforce our agreements, policies and terms of service, (c) to protect the security or integrity of AlphaTheta's products and services, (d) to protect the property, rights, and safety of AlphaTheta, our customers or the public from harm or illegal activities, (e) to respond to an emergency which we believe in the good faith requires us to disclose information to assist in preventing the death or serious bodily injury of any person, or (f) to investigate and defend ourselves against any third-party claims or allegations.</p>

<h4>BUSINESS TRANSFERS</h4>
<p>We may share or transfer your information (including your personal information) in connection with, or during negotiations of, any merger, sale of company assets, financing, or acquisition of all or a portion of our business to another company. We will notify you of such a change in ownership or transfer of assets by posting a notice on our website.</p>

<h4>COMPANIES WITHIN OUR GROUP</h4>
<p>We may share or transfer your information (including your personal information) to other members of our corporate group of companies for the purposes described in this Privacy Policy. For more information on the entities within our corporate group, please see the “Contact Information” section below. This means that your personal data may be transferred to the UK, US and/or Japan. Where that is the case, we ensure that appropriate safeguards are in place as required under data protection laws to ensure an adequate level of protection of your personal information.</p>


<a id="yourchoices" class="anchor"></a>
<h2>YOUR CHOICES AND PRIVACY SETTINGS</h2>
<p style="margin-top: 30px;">You may decline to share certain personal information with us, in which case we may not be able to provide to you some of the features and functionality of our Services.</p>

<p>Subject to applicable law, you may have the right to request access to and receive information about the personal information we maintain about you, update and correct inaccuracies in your personal information, and have the information blocked or deleted, as appropriate. The right to access personal information may be limited in some circumstances by local law requirements.</p>

<p>We give you several methods to access, correct, update or request blocking or deletion of your personal information including:</p>

<ul>
<li type="disc" style="margin-left: 17px;">You may access, update or correct certain personal information and privacy settings at any time by accessing the account settings section in your profile page on our Websites or mobile app.</li>
<li type="disc" style="margin-left: 17px;">You can also close your account through the account settings section and your personal information will no longer be viewable to other users.</li>
<li type="disc" style="margin-left: 17px;">You may exercise your rights by contacting us at the address below.<br>
You may choose to keep your profile private through your account settings. lf you mark your profile or other information as private, we will still receive information about your profile and tracks, but they will not be viewable by other users.</li>
</ul>

<p style="padding-top: 15px;">You may opt out of receiving promotional communications from our Websites (including communications from third party partners) by using the unsubscribe link within each email or updating your email preferences in your account settings. Even after you opt out of receiving promotional messages from us, you will continue to receive administrative and security messages and product updates from us regarding the Services and/or the products you have ordered. This maybe because we have a legitimate interest in using your personal data for such purposes like providing customer services or support or where we need to contact you in order to perform our contract with you. This means that we do not usually need your consent to send you these types of messages,</p>


<a id="ccpanotice" class="anchor"></a>
<h2>CCPA NOTICE</h2>
<p style="margin-top: 30px;">This section supplements the information provided in this Privacy Policy and applies only to California residents who are within the scope of this Privacy Policy.</p>

<p>For California residents, AlphaTheta Music Americas, Inc. is the AlphaTheta affiliate responsible for processing your personal information.</p>

<p>This CCPA Notice applies to “personal information,” as that term is defined in the California Consumer Privacy Act of 2018 (“CCPA”). When we talk about a “sale” of personal information or information being “sold,” we are also using that term as it is defined in the CCPA. Any capitalized terms that are not defined in this CCPA Notice have the definition set out in the Privacy Policy.</p>



<h4>CALIFORNIA PRIVACY RIGHTS</h4>

<p>If you are a resident of California, under the CCPA, you have the following rights related to your personal information:</p>

<ol>
<li style="margin-left: 17px;">To know (a) the categories of personal information we’ve collected, (b) the categories of the sources from which the personal information is collected, (c) the business or commercial purposes for collecting the personal information, (d) the categories of third parties with whom we’ve shared personal information, and (e) the categories of personal information we’ve disclosed for a business purpose or sold and the third parties to whom we’ve disclosed or sold the personal information;</li>
<li style="margin-left: 17px;">To access and receive a copy of the personal information we have collected;</li>
<li style="margin-left: 17px;">To opt out of having your personal information sold;</li>
<li style="margin-left: 17px;">To request that we delete your personal information, subject to certain exceptions like debugging, detecting security incidents or to comply with a legal obligation; and</li>
<li style="margin-left: 17px;">To not be discriminated against because you have exercised your rights under California Law.</li>
</ol>

<p>For information on how to exercise your rights, please go to the Exercising Your Rights section of this CCPA Notice below.</p>

<h4>OUR COLLECTION OF PERSONAL INFORMATION</h4>

<p>Below is a summary of the personal information categories, as identified and defined by the CCPA, that we have collected in the last twelve (12) months, the purposes for which we’ve used them, and the third parties to which we’ve disclosed them. Some of the information in several of the categories may overlap.</p>


<p>Personal information does not include:</p>

<ul style="margin-bottom: 30px;">
<li type="disc" style="margin-left: 17px;">Publicly available information from government records</li>
<li type="disc" style="margin-left: 17px;">Deidentified or aggregated consumer information</li>
<li type="disc" style="margin-left: 17px;">Information excluded from the CCPA’s scope, like:</li>
<li type="disc" style="margin-left: 51px;">Health or medical information covered under the Health Insurance Portability and Accountability Act of 1996 (“HIPAA”);</li>
<li type="disc" style="margin-left: 51px;">Financial information covered under the Fair Credit Reporting Act (“FCRA”) or Gramm-Leach Bliley Act (“GLBA”).</li>
</ul>


<div style="margin:0px;padding:0px;" align="center">
<table width="100%" style="border-collapse: collapse; /* border:1px solid #CCC ;background-color:#FFF; */ color:#000000;text-align:left;">
<tbody>

<tr>
<th style="border:1px solid #CCC; background-color:#EDEDED; font-weight: initial; text-align:center; width: auto;">Category of Personal Information</th>
<th style="border:1px solid #CCC; background-color:#EDEDED; text-align:center; width: 23%; font-weight: initial;">Sources</th>
<th style="border:1px solid #CCC; background-color:#EDEDED; text-align:center; width: 31%; font-weight: initial;">How we use it</th>
<th style="border:1px solid #CCC; background-color:#EDEDED; text-align:center; width: 23%; font-weight: initial;">We share it with</th>
</tr>

<tr>
<td style="border:1px solid #CCC;text-align:left; background-color: #FFF;"><b>Identifiers</b> (such as name, postal address, unique personal identifier, online identifier, Internet Protocol address, email address)</td>

<td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
<ul>
<li type="disc" style="margin-left: 17px;">Directly from you</li>
<li type="disc" style="margin-left: 17px;">From our service providers</li>
<li type="disc" style="margin-left: 17px;">From third-party sources, such as social media</li>
<li type="disc" style="margin-left: 17px;">From our Group Companies</li>
<li type="disc" style="margin-left: 17px;">We generate internally</li>
</ul>
</td>

<td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
<ul>
<li type="disc" style="margin-left: 17px;">To provide our</li>
<li type="disc" style="margin-left: 17px;">To communicate with you</li>
<li type="disc" style="margin-left: 17px;">To complete a purchase and enable online shopping</li>
<li type="disc" style="margin-left: 17px;">To provide customer support</li>
<li type="disc" style="margin-left: 17px;">To understand how our users interact with our Services</li>
<li type="disc" style="margin-left: 17px;">To improve and enhance our offerings and develop new ones</li>
<li type="disc" style="margin-left: 17px;">For our marketing and advertising purposes</li>
<li type="disc" style="margin-left: 17px;">For our security, anti-fraud, and legal and compliance purposes</li>
<li type="disc" style="margin-left: 17px;">For talent recruiting and hiring purposes</li>
<li type="disc" style="margin-left: 17px;">For our internal analytics purposes</li>
</ul>
</td>

<td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
<ul>
<li type="disc" style="margin-left: 17px;">Service providers</li>
<li type="disc" style="margin-left: 17px;">Marketing and advertising providers</li>
<li type="disc" style="margin-left: 17px;">Our Group Companies</li>
</ul>
</td>
</tr>



<tr>
<td style="border:1px solid #CCC;text-align:left; background-color: #FFF;"><b>Personal Information under California Civil Code section 1798.80</b> (such as name, signature, Social Security number, physical characteristics or description, address, telephone number, employment history, credit card number, debit card number, or any other financial information)</td>

<td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
<ul>
<li type="disc" style="margin-left: 17px;">Directly from you</li>
<li type="disc" style="margin-left: 17px;">From our service providers</li>
<li type="disc" style="margin-left: 17px;">From third-party sources, such as social media profiles</li>
<li type="disc" style="margin-left: 17px;">From our Group Companies</li>
</ul>
</td>

<td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
<ul>
<li type="disc" style="margin-left: 17px;">To provide our Services</li>
<li type="disc" style="margin-left: 17px;">To communicate with you</li>
<li type="disc" style="margin-left: 17px;">To complete a purchase and enable online shopping</li>
<li type="disc" style="margin-left: 17px;">To provide customer support</li>
<li type="disc" style="margin-left: 17px;">To understand how our users interact with our Services</li>
<li type="disc" style="margin-left: 17px;">To improve and enhance our offerings and develop new ones</li>
<li type="disc" style="margin-left: 17px;">For our marketing and advertising purposes</li>
<li type="disc" style="margin-left: 17px;">For our security, anti-fraud, and legal and compliance purposes</li>
<li type="disc" style="margin-left: 17px;">For talent recruiting and hiring purposes</li>
<li type="disc" style="margin-left: 17px;">For our internal analytics purposes</li>

</ul>
</td>

<td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
<ul>
<li type="disc" style="margin-left: 17px;">Service providers</li>
<li type="disc" style="margin-left: 17px;">Marketing and advertising providers</li>
<li type="disc" style="margin-left: 17px;">Our Group Companies</li>
</ul>
</td>
</tr>




<tr>
<td style="border:1px solid #CCC;text-align:left; background-color: #FFF;"><b>Protected classification characteristics</b> (such as age (40 years or older), race, color, ancestry, national origin, citizenship, religion or creed, marital status, physical or mental disability, sex (including gender, gender identity, gender expression), sexual orientation)</td>

<td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
<ul>
<li type="disc" style="margin-left: 17px;">Directly from you</li>
</ul>
</td>

<td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
<ul>
<li type="disc" style="margin-left: 17px;">To provide our Services</li>
<li type="disc" style="margin-left: 17px;">To understand how users interact with our Services</li>
<li type="disc" style="margin-left: 17px;">To improve and enhance our offerings and develop new ones</li>
<li type="disc" style="margin-left: 17px;">For our legal and compliance purposes </li>
<li type="disc" style="margin-left: 17px;">For talent recruiting and hiring purposes</li>
<li type="disc" style="margin-left: 17px;">For our internal analytics purposes</li>
</ul>
</td>

<td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
<ul>
<li type="disc" style="margin-left: 17px;">Service providers </li>
<li type="disc" style="margin-left: 17px;">Our Group Companies</li>
</ul>
</td>
</tr>



<tr>
<td style="border:1px solid #CCC;text-align:left; background-color: #FFF;"><b>Commercial information</b> (such as records of products or services purchased, obtained, or considered, or other purchasing or consuming histories or tendencies)</td>

<td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
<ul>
<li type="disc" style="margin-left: 17px;">Directly from you</li>
<li type="disc" style="margin-left: 17px;">From our service providers</li>
<li type="disc" style="margin-left: 17px;">From our Group Companies</li>
<li type="disc" style="margin-left: 17px;">We generate internally</li>
</ul>
</td>

<td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
<ul>
<li type="disc" style="margin-left: 17px;">To provide our Services</li>
<li type="disc" style="margin-left: 17px;">To communicate with you</li>
<li type="disc" style="margin-left: 17px;">To complete a purchase and enable online shopping</li>
<li type="disc" style="margin-left: 17px;">To provide customer support</li>
<li type="disc" style="margin-left: 17px;">To understand how our users interact with our Services</li>
<li type="disc" style="margin-left: 17px;">To improve and enhance our offerings and develop new ones</li>
<li type="disc" style="margin-left: 17px;">For our marketing and advertising purposes</li>
<li type="disc" style="margin-left: 17px;">For our security, anti-fraud, and legal and compliance purposes</li>
<li type="disc" style="margin-left: 17px;">For our internal analytics purposes</li>
</ul>
</td>

<td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
<ul>
<li type="disc" style="margin-left: 17px;">Service providers</li>
<li type="disc" style="margin-left: 17px;">Marketing and advertising providers</li>
<li type="disc" style="margin-left: 17px;">Our Group Companies</li>
</ul>
</td>
</tr>



<tr>
<td style="border:1px solid #CCC;text-align:left; background-color: #FFF;"><b>Electronic network activity</b> (such as browsing history, search history, and information regarding a consumer’s interaction with an internet website, application, or advertisement)</td>

<td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
<ul>
<li type="disc" style="margin-left: 17px;">Directly from you</li>
<li type="disc" style="margin-left: 17px;">From our service providers</li>
<li type="disc" style="margin-left: 17px;">From third-party sources, such as social media profiles</li>
<li type="disc" style="margin-left: 17px;">From our Group Companies</li>
<li type="disc" style="margin-left: 17px;">We generate internally</li>
</ul>
</td>

<td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
<ul>
<li type="disc" style="margin-left: 17px;">To provide our Services</li>
<li type="disc" style="margin-left: 17px;">To communicate with you</li>
<li type="disc" style="margin-left: 17px;">To complete a purchase and enable online shopping</li>
<li type="disc" style="margin-left: 17px;">To provide customer support</li>
<li type="disc" style="margin-left: 17px;">To understand how our users interact with our Services</li>
<li type="disc" style="margin-left: 17px;">To improve and enhance our offerings and develop new ones</li>
<li type="disc" style="margin-left: 17px;">For our marketing and advertising purposes</li>
<li type="disc" style="margin-left: 17px;">For our security, anti-fraud, and legal and compliance purposes </li>
<li type="disc" style="margin-left: 17px;">For talent recruiting and hiring purposes</li>
<li type="disc" style="margin-left: 17px;">For our internal analytics purposes</li>
</ul>
</td>

<td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
<ul>
<li type="disc" style="margin-left: 17px;">Service providers </li>
<li type="disc" style="margin-left: 17px;">Marketing and advertising providers</li>
<li type="disc" style="margin-left: 17px;">Our Group Companies</li>
</ul>
</td>
</tr>



<tr>
<td style="border:1px solid #CCC;text-align:left; background-color: #FFF;"><b>Audio, electronic, visual, or similar information</b></td>

<td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
<ul>
<li type="disc" style="margin-left: 17px;">Directly from you</li>
<li type="disc" style="margin-left: 17px;">From our service providers</li>
<li type="disc" style="margin-left: 17px;">From our Group Companies</li>
</ul>
</td>

<td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
<ul>
<li type="disc" style="margin-left: 17px;">To provide our Services</li>
<li type="disc" style="margin-left: 17px;">To communicate with you</li>
<li type="disc" style="margin-left: 17px;">To provide customer support</li>
<li type="disc" style="margin-left: 17px;">For our security, anti-fraud, and legal and compliance purposes </li>
<li type="disc" style="margin-left: 17px;">For talent recruiting and hiring purposes</li>
</ul>
</td>

<td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
<ul>
<li type="disc" style="margin-left: 17px;">Service providers </li>
<li type="disc" style="margin-left: 17px;">Our Group Companies</li>
</ul>
</td>
</tr>




<tr>
<td style="border:1px solid #CCC;text-align:left; background-color: #FFF;"><b>Professional or employment related information</b></td>

<td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
<ul>
<li type="disc" style="margin-left: 17px;">Directly from you</li>
<li type="disc" style="margin-left: 17px;">From our service providers</li>
<li type="disc" style="margin-left: 17px;">From third-party sources, such as social media profiles</li>
<li type="disc" style="margin-left: 17px;">From our Group Companies</li>
</ul>
</td>

<td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
<ul>
<li type="disc" style="margin-left: 17px;">To provide our Services</li>
<li type="disc" style="margin-left: 17px;">To communicate with you</li>
<li type="disc" style="margin-left: 17px;">To complete a purchase and enable online shopping</li>
<li type="disc" style="margin-left: 17px;">To provide customer support</li>
<li type="disc" style="margin-left: 17px;">To understand how our users interact with our Services</li>
<li type="disc" style="margin-left: 17px;">To improve and enhance our offerings and develop new ones</li>
<li type="disc" style="margin-left: 17px;">For our marketing and advertising purposes</li>
<li type="disc" style="margin-left: 17px;">For our security, anti-fraud, and legal and compliance purposes</li>
<li type="disc" style="margin-left: 17px;">For talent recruiting and hiring purposes</li>
<li type="disc" style="margin-left: 17px;">For our internal analytics purposes</li>
</ul>
</td>

<td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
<ul>
<li type="disc" style="margin-left: 17px;">Service providers</li>
<li type="disc" style="margin-left: 17px;">Marketing and advertising providers</li>
<li type="disc" style="margin-left: 17px;">Our Group Companies</li>
</ul>
</td>
</tr>



<tr>
<td style="border:1px solid #CCC;text-align:left; background-color: #FFF;"><b>Education information</b></td>

<td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
<ul>
<li type="disc" style="margin-left: 17px;">Directly from you</li>
<li type="disc" style="margin-left: 17px;">From our service providers</li>
</ul>
</td>

<td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
<ul>
<li type="disc" style="margin-left: 17px;">For talent recruiting and hiring purposes</li>
<li type="disc" style="margin-left: 17px;">For our security, anti-fraud, and legal and compliance purposes </li>
<li type="disc" style="margin-left: 17px;">For our internal analytics purposes</li>
</ul>
</td>

<td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
<ul>
<li type="disc" style="margin-left: 17px;">Service providers </li>
<li type="disc" style="margin-left: 17px;">Our Group Companies</li>
</ul>
</td>
</tr>



<tr>
<td style="border:1px solid #CCC;text-align:left; background-color: #FFF;"><b>Inferences drawn from other personal information</b></td>

<td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
<ul>
<li type="disc" style="margin-left: 17px;">We generate internally</li>
<li type="disc" style="margin-left: 17px;">From our service providers</li>
<li type="disc" style="margin-left: 17px;">From third-party sources, such as social media profiles</li>
<li type="disc" style="margin-left: 17px;">From our Group Companies</li>
</ul>
</td>

<td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
<ul>
<li type="disc" style="margin-left: 17px;">To provide our Services</li>
<li type="disc" style="margin-left: 17px;">To provide customer support</li>
<li type="disc" style="margin-left: 17px;">To understand how our users interact with our Services</li>
<li type="disc" style="margin-left: 17px;">To improve and enhance our offerings and develop new ones</li>
<li type="disc" style="margin-left: 17px;">For our marketing and advertising purposes</li>
<li type="disc" style="margin-left: 17px;">For our security, anti-fraud, and legal and compliance purposes </li>
<li type="disc" style="margin-left: 17px;">For talent recruiting and hiring purposes</li>
<li type="disc" style="margin-left: 17px;">For our internal analytics purposes</li>
</ul>
</td>

<td style="border:1px solid #CCC;text-align:left; background-color: #FFF;">
<ul>
<li type="disc" style="margin-left: 17px;">Service providers </li>
<li type="disc" style="margin-left: 17px;">Marketing and advertising providers</li>
<li type="disc" style="margin-left: 17px;">Our Group Companies</li>
</ul>
</td>
</tr>

</tbody></table></div>



<p style="margin-top: 30px;">For more information about the purposes for which we use personal information and the third parties with whom we share personal information, please see the relevant sections in the Privacy Policy above.</p>

<h4>NO SALE OF PERSONAL INFORMATION</h4>

<p>The CCPA sets forth certain obligations for businesses that “sell” personal information to third parties. Based on the definition of “sell” under the CCPA and under current regulatory guidance, we do not believe that we engage in such activity and have not engaged in such activity in the past twelve (12) months from the effective date of this Privacy Policy. For clarity, we do not sell personal information of minors under sixteen (16) years of age.</p>

<h4>EXERCISING YOUR CALIFORNIA RIGHTS</h4>

<p>To exercise any of the rights described above, you or your authorized agent acting on your behalf may submit a request:</p>

<ul>
<li type="disc" style="margin-left: 17px;">Through the <a href="https://pioneerdj-privacy.my.onetrust.com/webform/fb002161-8e04-448f-a25f-9ed2f7e0806e/28bd58fb-b75b-450c-ba13-95098ca4825c" target="_blank" class="lnk-external">CCPA Rights Webform</a> or</li>
<li type="disc" style="margin-left: 17px;">By phone toll-free at 1-888-914-9661 and enter PIN 899032.</li>
</ul>

<p style="margin-top: 20px;">These methods for submitting CCPA rights requests may be updated over time. Please consult this Privacy Policy regularly for the most up-to-date submission methods.</p>

<p>To verify your identity, we may ask you to confirm personal information we already have on file for you. If we cannot verify your identity from the information we have on file, we may request additional information, which we will only use to verify your identity and for security or fraud-prevention purposes.</p>

<p>If you use an authorized agent to make a request on your behalf, we may require proof from you that they have been authorized directly by you to act on your behalf.</p>

<p>We will respond to your rights request as required under the CCPA.</p>

<p>We reserve the right to deny your request subject to applicable law, such as if we cannot verify your identity or the authority to receive the personal information related to you.</p>

<h4>NOTICE TO CALIFORNIA RESIDENTS</h4>

<p>Pursuant to California Civil Code Section 1798.83, residents of the State of California have the right to request from companies conducting business in California certain information regarding disclosure within the immediately preceding calendar year of that California resident's personal information to third parties (and in some cases affiliates) for their direct marketing purposes. Alternatively, the law provides that a company may comply, as we do, by disclosing in its privacy policy that we provide consumers with a choice (opt-out or opt-in) regarding sharing personal information with third parties and affiliates for those third parties' and affiliates' direct marketing purposes, and information on how to exercise that choice. At this time, we do not share personally identifiable information with third parties or affiliates for those third parties' or affiliates' direct marketing purposes. If we do so in the future, we will provide you with a choice prior to sharing your personally identifiable information with third parties and affiliates for their direct marketing purposes. If you do not opt-in or if you choose to opt-out at the time we offer that choice, we will not share your information with that identified third party or affiliate for its direct marketing purposes.</p>

<h4>NOTE TO EEA AND UK RESIDENTS</h4>

<p><b>Access:</b> You have the right to request access to personal data that we may process about you. If you wish to exercise this right, you should:</p>

<ul>
<li type="disc" style="margin-left: 17px;">put your request in writing;</li>
<li type="disc" style="margin-left: 17px;">include proof of your identity and address (eg a copy of your driving license or passport, and a recent utility or credit card bill); and</li>
<li type="disc" style="margin-left: 17px;">specify the personal data you want access to, including any account or reference numbers where applicable.</li>
<li type="disc" style="margin-left: 51px;">We shall provide a copy of the personal data we process free of charge.<br> However, for any further copies requested by you, we may charge a reasonable fee for the administration costs.</li>
</ul>

<p style="padding-top: 20px;"><b>Rectification:</b> You have the right to require us to correct any inaccuracies in your data free of charge. If you wish to exercise this right, you should:</p>

<ul>
<li type="disc" style="margin-left: 17px;">put your request in writing;</li>
<li type="disc" style="margin-left: 17px;">provide us with enough information to identify you (eg account number, user name, registration details); and</li>
<li type="disc" style="margin-left: 17px;">specify the information that is incorrect and what it should be replaced with.</li>
</ul>

<p style="padding-top: 20px;"><b>Objection to direct marketing:</b> You also have the right to ask us to stop processing your personal data for direct marketing purposes. If you wish to exercise this right, you should:</p>

<ul>
<li type="disc" style="margin-left: 17px;">put your request in writing (an email sent to <a href="mailto:exec.eu@pioneerdj.com">exec.eu@pioneerdj.com</a> with a header that says 'Unsubscribe' is acceptable);</li>
<li type="disc" style="margin-left: 17px;">provide us with enough information to identify you (eg account number, user name, registration details); and</li>
<li type="disc" style="margin-left: 17px;">if your objection is not to direct marketing in general, but to direct marketing by a particular channel (eg email or telephone), please specify the channel you are objecting to.</li>
</ul>

<p style="padding-top: 20px;"><b>Erasure:</b> In certain circumstances, you have the right to ask us to erase personal data that we hold about you.</p>

<p><b>Restriction:</b> In limited circumstances, you may have the right to request that we restrict processing of your personal data.</p>

<p><b>Portability:</b> You may have the right to receive personal data about you, which you have provided to us, in a structured, commonly used and machine-readable format and you may have the right to transmit that data to another entity.</p>

<p><b>Withdraw Consent:</b> If we have obtained your consent for a particular processing purpose, you have the right to withdraw your consent at any time.</p>

<p><b>Objection:</b> Where we process your personal data on the basis of our legitimate interests, you have the right to object. However, we may continue to process your personal data where you have objected if we have compelling legitimate grounds to continue processing your personal data or for the establishment, exercise or defence of legal claims.</p>

<p>You also have the right to complain to your local data protection authority. If you are in the United Kingdom, the data protection authority is the Information Commissioner’s Office (<a href="https://ico.org.uk/" target="_blank" class="lnk-external">www.ico.org.uk</a>). If you are in the European Union, please see a list of local data protection authorities and their contact details <a href="https://ec.europa.eu/newsroom/article29/items/612080" target="_blank" class="lnk-external">here</a>.</p>

<h4>DO-NOT-TRACK SIGNALS</h4>

<p>Because there is not yet a consensus on how companies should respond to web browser-based or other "Do Not Track" ("DNT") mechanisms, we currently do not respond to web browser DNT signals that provide a method to opt out of the collection of information about online activities over time and across third-party websites or online services. We may revisit our policy on responding to these signals, in which case we will post a revised privacy policy on this site.</p>

<h4>DATA SECURITY</h4>
<p>We take steps to ensure that your information is treated securely and in accordance with this Privacy Policy. We maintain reasonable administrative, technical and physical safeguards designed to protect the personal information you provide against accidental, unlawful or unauthorized destruction, loss, alteration, access, disclosure or use.</p>

<p>Unfortunately, the Internet cannot be guaranteed to be 100% secure, and we cannot ensure or warrant the security of any information you transmit to us or store on the Services.</p>

<h4>CHILDREN'S PRIVACY</h4>
<p>Our Services are not directed to individuals under 13. We do not knowingly collect personal information from children under 13. If we become aware that a child under 13 has provided us with personal information, we will take steps to delete such information. If you become aware that a child has provided us with personal information, please contact us at <a href="mailto:privacy@pioneerdj.com">privacy@pioneerdj.com</a></p>

<h4>THIRD-PARTY SERVICES</h4>
<p>Our Services may contain features or links to web sites and services provided by third parties, including services that facilitate the purchase of songs and music albums. Any information you provide on third-party sites or services is provided directly to the operators of such sites or services and is subject to those operators' policies, if any, governing privacy and security, even if accessed through the Services. We are not responsible for the content or privacy and security practices and policies of third-party sites or services to which links or access are provided. We encourage you to learn about third parties' privacy and security policies before providing them with information.</p>

<h4>INTERNATIONAL USERS</h4>
<p>We may transfer the personal information we collect about you to countries other than the country in which it was originally collected. Those countries may not have the same data protection laws as the country in which you initially provided the personal information. When we transfer your personal information to other countries, we will protect that information as described in this Privacy Policy.</p>

<p>If you are located in the European Economic Area (“EEA”) or the United Kingdom (“UK”), in some instances, including when delivering services to you, it may be necessary to transfer your personal data outside the EEA/UK. In such situations we only transfer your personal data to a country or international organisation outside the UK/EEA where there is an adequate level of protection of personal data; there are appropriate safeguards in place together with enforceable rights and effective legal remedies for data subjects; or a specific exception applies under data protection law. Where there is no adequacy decision or appropriate safeguards, we may transfer your personal data to a third country where an exception applies under data protection law.</p>


<a id="changes" class="anchor"></a>
<h2>CHANGES TO OUR PRIVACY POLICY</h2>
<p>We may change this Privacy Policy from time to time. If we make any changes, we will notify you by revising the "Last Updated" date at the top of this Privacy Policy and where appropriate we may provide you with additional notice (such as adding a statement to the log-in screen or sending you an email notification). Your continued use of our Services after the revised Policy has become effective indicates that you have read, understood, and agreed to the current version of this Policy. If you do not agree to the Privacy Policy, do not use any Websites and Service.</p>


<a id="contactinfo" class="anchor"></a>
<h2>CONTACT INFORMATION</h2>
<p>Please contact us with any questions or comments about this Policy, your personal information, or our use and disclosure practices by email at <a href="mailto:privacy@pioneerdj.com">privacy@pioneerdj.com</a> or in writing at AlphaTheta Corporation,6F, Yokohama i-Mark Place, 4-4-5 Minatomirai, Nishiku, Yokohama, Kanagawa, 220-0012 Japan.</p>

<p>If you are located in the European Economic Area or the UK, AlphaTheta EMEA Limited is the entity responsible for the processing of your personal information. To contact us, please use the following contact details: AlphaTheta EMEA Limited, Artemis Building, Odyssey Business Park, West End Road, South Ruislip, Middlesex, HA4 6QE, England.</p>

<p>If you are located in the United States, AlphaTheta Music Americas, Inc. may be the entity responsible for the processing of your personal information. To contact us in the United States, please use the following contact details: AlphaTheta Music Americas, Inc. 2050 W 190th Street, Suite #109, Torrance, CA 90504, USA.</p>



<style type="text/css">
<!--
h2:after, .h2:after {
    display: none;
}
h3:after, .h3:after {
    display: none;
}
h4:after, .h4:after {
    display: none;
}
h2, .h2 {
    margin-top: 50px!important;
    margin-bottom: 10px;
    font-weight: 400;
    color: #333;
    font-size: 40px;
    border-bottom: 1px solid #333;
}
h3, .h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 400;
}
h4, .h4 {
    margin-top: 30px;
    margin-bottom: 8px;
    font-size: 20px;
}
table th {
    padding: 3px;
    vertical-align: middle;
    font-size: 14px;
    background-color: #E8E8E8!important;
}
table td {
    padding: 5px 2px 5px 7px;
    background-color: #F2F2F2!important;
    font-size: 14px;
}
ol {
    padding-left: 0;
}
a.anchor {
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}
-->
</style>
                </div>
            </div>
        </div>
    </div>
</section>



<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">
            <li class="footerBreadcrumb__item">
Privacy policy            </li>
    </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" >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="https://alphatheta.com/en/#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="https://alphatheta.com/en/" class="footerNav__link" rel="noopener noreferrer" target="_blank" >Company info</a></li>
                                    <li class="footerNav__item"><a href="https://alphatheta.com/en/#company-info" class="footerNav__link" rel="noopener noreferrer" target="_blank" >Corporate contact</a></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="https://rekordbox.com/" class="externalNav__link" rel="noopener noreferrer" target="_blank" >                                        <span class="externalNav__symbol" style="background-image: url('https://www.pioneerdj.com/-/media/pioneerdj/images/navigation/rekordbox_logo.png')"></span>
rekordbox</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('https://www.pioneerdj.com/-/media/pioneerdj/images/navigation/pro-audio-gold.png')"></span>
Pioneer Pro Audio</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('https://www.pioneerdj.com/-/media/pioneerdj/images/navigation/dj-radio-org.png')"></span>
Radio</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('https://www.pioneerdj.com/-/media/pioneerdj/images/navigation/ibiza-org.png')"></span>
Ibiza</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 256.8 482.7">
<path fill="currentColor" d="M175.2,0.6C120.4,6.7,86,38.4,78.1,90.3c-1.8,11.6-1.9,15.4-1.9,53.2l0,39.4H0l0.2,43.4l0.2,43.3l38,0.2l38,0.2l-0.2,105.6 l-0.2,105.6h4c2.7,0,4.1,0.2,4.2,0.8c0.2,0.6,8.5,0.8,38.9,0.8s38.7-0.2,38.9-0.8c0.2-0.5,1.6-0.8,4.2-0.8h4L170,375.6L169.8,270 l34.4,0c18.9,0,34.7-0.2,35-0.5c0.6-0.4,1.3-3.8,4.4-24.1c0.6-4.1,1.4-9.1,1.7-11.1c0.6-3.9,1.4-9.2,2.5-16.1 c0.4-2.4,0.9-5.8,1.2-7.6c0.6-3.9,1.5-9.4,2.4-15.6c0.4-2.5,0.9-5.8,1.2-7.4c0.3-1.6,0.5-3.3,0.5-3.8c0-0.8-5.7-0.9-41.7-0.9h-41.7 l0-30.1c0-30.2,0.2-33.5,2.3-41.9c3.8-15.1,15.5-25.9,31.6-29.3c7.9-1.7,11.4-1.9,31.6-1.9h21.5L256.7,43l-0.2-36.7l-2.1-0.5 c-1.2-0.3-4-0.7-6.3-1c-2.3-0.3-7.3-1-11.1-1.5C214.3,0.3,188.1-0.8,175.2,0.6"></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="https://alphatheta.com" class="text-bold" rel="noopener noreferrer" target="_blank" >&#169; AlphaTheta</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/cookie/" class="legalNav__link" rel="noopener noreferrer" target="_blank" >Cookie Policy</a>
                    </li>
                    <li class="legalNav__item">
                        <a href="/en/company/trademarks/" class="legalNav__link" >Trademarks</a>
                    </li>
                    <li class="legalNav__item">
                        <button id="ot-sdk-btn" class="ot-sdk-show-settings legalNav__link">Cookie Settings</button>
                    </li>
            </ul>
        </nav>
    </div>



</footer>

    </div>
</div>
<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>

    <script src="/Bundles/JsFooter/?v=GnNoutRLUQZBIlWEv0tKImnuhGFIeljXlRt13WD8Yok1"></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.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://pioneerdj.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: "31/08/2022"
                    });

                },
                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>
    <script>
    for (var index = 0; index < window.__functionsToExecute.length; ++index) {
        window.__functionsToExecute[index]();
    }
    window.__functionsToExecute = [];
    </script>
</body>
</html>
<body>
    <!-- OneTrust Cookies Consent Notice start for pioneerdj.com -->
    <script src="https://cdn-apac.onetrust.com/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="69301dd3-0bca-41c5-b1da-6dd03e5ad20e-test"></script>
    <script type="text/javascript">
        function OptanonWrapper() { }
    </script>
    <!-- OneTrust Cookies Consent Notice end for pioneerdj.com -->
</body>
/* No context defined. */

No notes defined.