CINXE.COM

Risorse - Acquisti affidabili su Amazon

<!DOCTYPE html> <html class="Page" lang="it-IT" > <head> <script src="https://consent.trustarc.com/autoblockasset/core.min.js?domain=trustworthyshopping.aboutamazon.com"></script> <script src="https://consent.trustarc.com/autoblockoptout?domain=trustworthyshopping.aboutamazon.com"></script> <script async="async" src="https://consent.trustarc.com/notice?domain=trustworthyshopping.aboutamazon.com&c=teconsent&js=nj&noticeType=bb&text=true&gtm=1&language=it_it"></script> <script> //This is your domain, as in, how you who are calling the API wish to be identified. var MY_DOMAIN = document.domain; var REQUIRE_USER_EXPRESSED_PERMISSION = true; var _STATE = {}; /** * Different pages add the Consent Manager in different locations, so all callers of the API must wait till * the API is loaded. The API is loaded in two stages: * 1) The first stage is where the "PrivacyManagerAPI" object exists on the page and where default and * page/domain specific settings can be obtained. If your requirements demand user consent, you must wait * for the second stage load, but it is always recommended to wait for the second stage no matter what. * The "loading" parameter will be added to all API responses when the API is in this state. * 2) The second stage loads the user preferences and the domain specific information. If you made a * postMessage API call during the first stage, then the API will automatically send you another, updated, * response if the result has changed. */ function runOnce(){ //CHECK: for API exists on the page if(!_STATE.hasRunOnce && window.PrivacyManagerAPI){ console.log("doing run once"); //Register with the API for automatic updates of user preferences (for the settings you care about) //--OR-- if the API is loading, then this will send an update when the API is done and has loaded the user preferences. window.addEventListener("message", function(e){ try{ var json = JSON.parse(e.data); json.PrivacyManagerAPI && handleAPIResponse(json.PrivacyManagerAPI); }catch(e){ e.name != 'SyntaxError' && console.log(e); } }, false); var apiObject = {PrivacyManagerAPI: { self: MY_DOMAIN, action: "getConsent" , timestamp: new Date().getTime(), type: "functional" }}; window.top.postMessage(JSON.stringify(apiObject),"*"); apiObject = {PrivacyManagerAPI: { self: MY_DOMAIN, action: "getConsent" , timestamp: new Date().getTime(), type: "advertising" }}; window.top.postMessage(JSON.stringify(apiObject),"*"); _STATE.hasRunOnce = true; _STATE.i && clearInterval(_STATE.i); } } /** * This function returns value of notice_behavior cookie to determine location and behavior manager based on domain. * When no notice_behavior cookie exists, this returns a blank string. */ function getBehavior() { var result = ""; var rx = new RegExp("\\s*notice_behavior\\s*=\\s*([^;]*)").exec(document.cookie); if(rx&&rx.length>1){ result = rx[1]; } return result; } /** * This function is called whenever a user preference is initially set, is retrieved for the first time on this page, or is updated. * This is the gateway function which should be customized by each client (you) to determine when and how to handle the API response. * * The second half of the function determines settings from the CM API, and decides which elements on the page should be "activated" based upon those settings. * Elements can only be activated once. Elements can not be deactivated, once activated. */ function handleAPIResponse(response){ //CHECK: make sure this response is to YOU. You will actually get the messages to all API callers on this page, not just to you. if(!response.source || response.self != MY_DOMAIN ) return; console.log("user decision",response); //Required trackers/cookies are always allowed, no need to ask permission. if( !_STATE.hasLoadedRequired ){ activateElement(document.querySelectorAll(".trustecm[trackertype=required]")); _STATE.hasLoadedRequired = true; } // Check if behavior manager is EU var isEU = /.*(,|)eu/i.test(getBehavior()); //Case where we don't want to do anything till the user has made a preference. if(isEU && REQUIRE_USER_EXPRESSED_PERMISSION && response.source != "asserted" ) return; //Step 1) Get Consent Manager settings (user prefs) // These API calls are DIFFERENT than the original API call ("response" parameter) so they must be called separately. //Step 2) Apply the settings after checking if approved var setting = null; if( !_STATE.hasLoadedAdvertising ){ setting = PrivacyManagerAPI.callApi("getConsent", MY_DOMAIN , null ,null, "advertising"); if( setting.consent=="approved" ){ activateElement(document.querySelectorAll(".trustecm[trackertype=advertising]")); _STATE.hasLoadedAdvertising = true; }console.log(setting); } if( !_STATE.hasLoadedFunctional ){ setting = PrivacyManagerAPI.callApi("getConsent", MY_DOMAIN , null ,null, "functional"); if( setting.consent=="approved" ){ activateElement(document.querySelectorAll(".trustecm[trackertype=functional]")); _STATE.hasLoadedFunctional = true; }console.log(setting); } // No additional checking, this always fires, but only after a user has consented if( !_STATE.hasLoadedAnyConsent ){ activateElement(document.querySelectorAll(".trustecm[trackertype=any]")); _STATE.hasLoadedAnyConsent = true; } //check of vendor domain and fires if that domain is approved, which is based on how that domain was categorized on the backend var vendors = document.querySelectorAll(".trustecm[trackertype=vendor]"); for (var i=0; i < vendors.length; i++) { var currentVendor = vendors[i]; var vDomain = currentVendor.getAttribute("vsrc"); if (vDomain && !_STATE['hasLoaded'+vDomain]) { setting = PrivacyManagerAPI.callApi("getConsent", MY_DOMAIN, vDomain); if( setting.consent=="approved" ){ activateElement(document.querySelectorAll(".trustecm[trackertype=vendor][vsrc='"+ vDomain +"']")); _STATE['hasLoaded'+vDomain] = true; }console.log(setting); } } } /** * Activates (runs, loads, or displays) an element based upon element node name. * @param {Array.<HTMLElement>} list */ function activateElement(list){ if(!(list instanceof Array || list instanceof NodeList)) throw "Illegal argument - must be an array"; console.log("activating", list); for(var item,i=list.length;i-- >0;){ item = list[i]; item.class = "trustecm_done"; switch(item.nodeName.toLowerCase()){ case "script": var z = item.getAttribute("thesrc"); if(z){ var y = document.createElement("script"); y.src = z; y.async = item.async; item.parentNode.insertBefore(y,item); }else eval(item.text || item.textContent || item.innerText); } } } _STATE.i = setInterval(runOnce,10); </script> <meta charset="UTF-8"> <meta property="og:title" content="Risorse"> <meta property="og:url" content="https://trustworthyshopping.aboutamazon.com/it-it/risorse"> <meta property="og:site_name" content="Acquisti affidabili su Amazon"> <meta property="og:type" content="website"> <meta name="twitter:card" content="summary_large_image"/> <meta name="twitter:title" content="Risorse"/> <link rel="alternate" href="https://trustworthyshopping.aboutamazon.com/resources" hreflang="en-US" /><link rel="alternate" href="https://trustworthyshopping.aboutamazon.com/en-uk/resources" hreflang="en-GB" /><link rel="alternate" href="https://trustworthyshopping.aboutamazon.com/it-it/risorse" hreflang="it-IT" /><link rel="alternate" href="https://trustworthyshopping.aboutamazon.com/es-es/recursos" hreflang="es-ES" /><link rel="alternate" href="https://trustworthyshopping.aboutamazon.com/fr-fr/ressources" hreflang="fr-FR" /><link rel="alternate" href="https://trustworthyshopping.aboutamazon.com/de-de/ressourcen" hreflang="de-DE" /><link rel="alternate" href="https://cter.production.k1.amazon.brightspot.cloud/ja-jp/resources" hreflang="ja-JP" /><style type="text/css">:root { } </style> <style type="text/css">:root { --button-border-radius:40px; } </style> <style type="text/css">:root { --font-1: "Amazon Ember", "Arial"; --font-2: "Amazon Ember", "Arial"; } body { --font-page-titles: var(--font-1); --font-list-titles: var(--font-1); --font-promo-titles: var(--font-1); --font-description: var(--font-1); --font-quote: var(--font-1); }</style> <link data-cssvarsponyfill="true" class="Webpack-css" rel="stylesheet" href="https://cdn-trustworthyshopping.aboutamazon.com/resource/0000018b-f767-d248-a38b-f77779e70000/styles/default/All.min.5b88548542d4b29923d86e54ffe37a00.gz.css"> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=5"><title>Risorse - Acquisti affidabili su Amazon</title><meta name="description" content="Amazon utilizza una tecnologia di apprendimento automatico avanzata per monitorare continuamente il nostro negozio al fine di evitare frodi, abusi e altri rischi per i nostri clienti."><link rel="canonical" href="https://trustworthyshopping.aboutamazon.com/it-it/risorse"><meta name="brightspot.contentId" content="00000190-280d-dd96-a3d6-abfd5564001f"><link rel="apple-touch-icon"sizes="180x180"href="/apple-touch-icon.png"><link rel="icon"type="image/png"href="/favicon-32x32.png"><link rel="icon"type="image/png"href="/favicon-16x16.png"><link type="application/rss+xml" rel="alternate" title="Risorse" href="https://trustworthyshopping.aboutamazon.com/it-it/risorse.rss"><script type="application/ld+json">{"@context":"http://schema.org","@type":"WebPage","url":"https://trustworthyshopping.aboutamazon.com/it-it/risorse","description":"Amazon utilizza una tecnologia di apprendimento automatico avanzata per monitorare continuamente il nostro negozio al fine di evitare frodi, abusi e altri rischi per i nostri clienti.","publisher":{"@type":"Organization","name":"Acquisti affidabili su Amazon","logo":{"@type":"ImageObject","url":"https://cdn-trustworthyshopping.aboutamazon.com/f3/8e/58ec707f412da0224824ea7769b5/amazon-logo.svg"}},"name":"Risorse - Acquisti affidabili su Amazon"}</script> <!-- this will add webcomponent polyfills based on browsers. As of 04/29/21 still needed for IE11 and Safari --> <script src="https://cdn-trustworthyshopping.aboutamazon.com/resource/0000018b-f767-d248-a38b-f77779e70000/webcomponents-loader/webcomponents-loader.2938a610ca02c611209b1a5ba2884385.gz.js"></script> <script> /** This allows us to load the IE polyfills via feature detection so that they do not load needlessly in the browsers that do not need them. It also ensures they are loaded non async so that they load before the rest of our JS. */ var head = document.getElementsByTagName('head')[0]; if (!window.CSS || !window.CSS.supports || !window.CSS.supports('--fake-var', 0)) { var script = document.createElement('script'); script.setAttribute('src', "https://cdn-trustworthyshopping.aboutamazon.com/resource/0000018b-f767-d248-a38b-f77779e70000/util/IEPolyfills.min.ba5aadb55f3373b52420a1f6ad01b134.gz.js"); script.setAttribute('type', 'text/javascript'); script.async = false; head.appendChild(script); } </script> <script src="https://cdn-trustworthyshopping.aboutamazon.com/resource/0000018b-f767-d248-a38b-f77779e70000/styles/default/All.min.4defaa02fac354a48b73818319902020.gz.js" async></script> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com"> <script> var link = document.createElement('link'); link.setAttribute('href', '//fonts.googleapis.com/css?family=Roboto:300,400,700|Merriweather:300,400,700&display=swap'); var relList = link.relList; if (relList && relList.supports('preload')) { link.setAttribute('as', 'style'); link.setAttribute('rel', 'preload'); link.setAttribute('onload', 'this.rel="stylesheet"'); link.setAttribute('crossorigin', 'anonymous'); } else { link.setAttribute('rel', 'stylesheet'); } head.appendChild(link); </script> </head> <body class="Page-body"> <!-- Putting icons here, so we don't have to include in a bunch of -body hbs's --> <svg xmlns="http://www.w3.org/2000/svg" style="display:none" id="iconsMap"> <symbol id="mono-icon-facebook" viewBox="0 0 10 19"> <path fill-rule="evenodd" d="M2.707 18.25V10.2H0V7h2.707V4.469c0-1.336.375-2.373 1.125-3.112C4.582.62 5.578.25 6.82.25c1.008 0 1.828.047 2.461.14v2.848H7.594c-.633 0-1.067.14-1.301.422-.188.235-.281.61-.281 1.125V7H9l-.422 3.2H6.012v8.05H2.707z"></path> </symbol> <symbol id="action-icon-facebook" viewBox="0 0 7 12" xmlns="http://www.w3.org/2000/svg"> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g transform="translate(-112.000000, -395.000000)" fill="#FFFFFF"> <g transform="translate(100.000000, 386.000000)"> <g transform="translate(12.000000, 9.000000)"> <path d="M1.777125,12 L1.777125,6.48659606 L0,6.48659606 L0,4.05412254 L1.777125,4.05412254 L1.777125,3.10626869 C1.777125,1.47184919 2.99976923,0 4.50308654,0 L6.46153846,0 L6.46153846,2.43247352 L4.50308654,2.43247352 C4.28864423,2.43247352 4.03846154,2.69376172 4.03846154,3.08498454 L4.03846154,4.05412254 L6.46153846,4.05412254 L6.46153846,6.48659606 L4.03846154,6.48659606 L4.03846154,12"/> </g> </g> </g> </g> </symbol> <symbol id="mono-icon-instagram" viewBox="0 0 17 17"> <g> <path fill-rule="evenodd" d="M8.281 4.207c.727 0 1.4.182 2.022.545a4.055 4.055 0 0 1 1.476 1.477c.364.62.545 1.294.545 2.021 0 .727-.181 1.4-.545 2.021a4.055 4.055 0 0 1-1.476 1.477 3.934 3.934 0 0 1-2.022.545c-.726 0-1.4-.182-2.021-.545a4.055 4.055 0 0 1-1.477-1.477 3.934 3.934 0 0 1-.545-2.021c0-.727.182-1.4.545-2.021A4.055 4.055 0 0 1 6.26 4.752a3.934 3.934 0 0 1 2.021-.545zm0 6.68a2.54 2.54 0 0 0 1.864-.774 2.54 2.54 0 0 0 .773-1.863 2.54 2.54 0 0 0-.773-1.863 2.54 2.54 0 0 0-1.864-.774 2.54 2.54 0 0 0-1.863.774 2.54 2.54 0 0 0-.773 1.863c0 .727.257 1.348.773 1.863a2.54 2.54 0 0 0 1.863.774zM13.45 4.03c-.023.258-.123.48-.299.668a.856.856 0 0 1-.65.281.913.913 0 0 1-.668-.28.913.913 0 0 1-.281-.669c0-.258.094-.48.281-.668a.913.913 0 0 1 .668-.28c.258 0 .48.093.668.28.187.188.281.41.281.668zm2.672.95c.023.656.035 1.746.035 3.269 0 1.523-.017 2.62-.053 3.287-.035.668-.134 1.248-.298 1.74a4.098 4.098 0 0 1-.967 1.53 4.098 4.098 0 0 1-1.53.966c-.492.164-1.072.264-1.74.3-.668.034-1.763.052-3.287.052-1.523 0-2.619-.018-3.287-.053-.668-.035-1.248-.146-1.74-.334a3.747 3.747 0 0 1-1.53-.931 4.098 4.098 0 0 1-.966-1.53c-.164-.492-.264-1.072-.299-1.74C.424 10.87.406 9.773.406 8.25S.424 5.63.46 4.963c.035-.668.135-1.248.299-1.74.21-.586.533-1.096.967-1.53A4.098 4.098 0 0 1 3.254.727c.492-.164 1.072-.264 1.74-.3C5.662.394 6.758.376 8.281.376c1.524 0 2.62.018 3.287.053.668.035 1.248.135 1.74.299a4.098 4.098 0 0 1 2.496 2.496c.165.492.27 1.078.317 1.757zm-1.687 7.91c.14-.399.234-1.032.28-1.899.024-.515.036-1.242.036-2.18V7.689c0-.961-.012-1.688-.035-2.18-.047-.89-.14-1.524-.281-1.899a2.537 2.537 0 0 0-1.512-1.511c-.375-.14-1.008-.235-1.899-.282a51.292 51.292 0 0 0-2.18-.035H7.72c-.938 0-1.664.012-2.18.035-.867.047-1.5.141-1.898.282a2.537 2.537 0 0 0-1.512 1.511c-.14.375-.234 1.008-.281 1.899a51.292 51.292 0 0 0-.036 2.18v1.125c0 .937.012 1.664.036 2.18.047.866.14 1.5.28 1.898.306.726.81 1.23 1.513 1.511.398.141 1.03.235 1.898.282.516.023 1.242.035 2.18.035h1.125c.96 0 1.687-.012 2.18-.035.89-.047 1.523-.141 1.898-.282.726-.304 1.23-.808 1.512-1.511z"></path> </g> </symbol> <symbol id="mono-icon-mailto" viewBox="0 0 512 512"> <g> <path d="M67,148.7c11,5.8,163.8,89.1,169.5,92.1c5.7,3,11.5,4.4,20.5,4.4c9,0,14.8-1.4,20.5-4.4c5.7-3,158.5-86.3,169.5-92.1 c4.1-2.1,11-5.9,12.5-10.2c2.6-7.6-0.2-10.5-11.3-10.5H257H65.8c-11.1,0-13.9,3-11.3,10.5C56,142.9,62.9,146.6,67,148.7z"></path> <path d="M455.7,153.2c-8.2,4.2-81.8,56.6-130.5,88.1l82.2,92.5c2,2,2.9,4.4,1.8,5.6c-1.2,1.1-3.8,0.5-5.9-1.4l-98.6-83.2 c-14.9,9.6-25.4,16.2-27.2,17.2c-7.7,3.9-13.1,4.4-20.5,4.4c-7.4,0-12.8-0.5-20.5-4.4c-1.9-1-12.3-7.6-27.2-17.2l-98.6,83.2 c-2,2-4.7,2.6-5.9,1.4c-1.2-1.1-0.3-3.6,1.7-5.6l82.1-92.5c-48.7-31.5-123.1-83.9-131.3-88.1c-8.8-4.5-9.3,0.8-9.3,4.9 c0,4.1,0,205,0,205c0,9.3,13.7,20.9,23.5,20.9H257h185.5c9.8,0,21.5-11.7,21.5-20.9c0,0,0-201,0-205 C464,153.9,464.6,148.7,455.7,153.2z"></path> </g> </symbol> <svg id="action-icon-mailto" viewBox="0 0 20 14" xmlns="http://www.w3.org/2000/svg"> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"> <g transform="translate(-245.000000, -2697.000000)" stroke="#000000"> <g transform="translate(100.000000, 1138.000000)"> <g transform="translate(0.000000, 132.000000)"> <g transform="translate(0.000000, 1419.000000)"> <g transform="translate(140.000000, 0.000000)"> <g transform="translate(6.000000, 9.000000)"> <path d="M17.5909091,10.6363636 C17.5909091,11.3138182 17.0410909,11.8636364 16.3636364,11.8636364 L1.63636364,11.8636364 C0.958909091,11.8636364 0.409090909,11.3138182 0.409090909,10.6363636 L0.409090909,1.63636364 C0.409090909,0.958090909 0.958909091,0.409090909 1.63636364,0.409090909 L16.3636364,0.409090909 C17.0410909,0.409090909 17.5909091,0.958090909 17.5909091,1.63636364 L17.5909091,10.6363636 L17.5909091,10.6363636 Z"/> <polyline points="17.1818182 0.818181818 9 7.36363636 0.818181818 0.818181818"/> </g> </g> </g> </g> </g> </g> </g> </svg> <symbol id="mono-icon-print" viewBox="0 0 12 12"> <g fill-rule="evenodd"> <path fill-rule="nonzero" d="M9 10V7H3v3H1a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v3.132A2.868 2.868 0 0 1 9.132 10H9zm.5-4.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2zM3 0h6v2H3z"></path> <path d="M4 8h4v4H4z"></path> </g> </symbol> <symbol id="action-icon-print" viewBox="0 0 20 18" xmlns="http://www.w3.org/2000/svg"> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"> <g transform="translate(-280.000000, -2695.000000)" stroke="#000000" stroke-width="0.9"> <g transform="translate(100.000000, 1138.000000)"> <g transform="translate(0.000000, 132.000000)"> <g transform="translate(0.000000, 1419.000000)"> <g transform="translate(140.000000, 0.000000)"> <g transform="translate(35.000000, 0.000000)"> <g transform="translate(6.000000, 7.000000)"> <path d="M4.125,12.375 L1.875,12.375 C1.05,12.375 0.375,11.7 0.375,10.875 L0.375,6.375 C0.375,5.55 1.05,4.875 1.875,4.875 L16.125,4.875 C16.95075,4.875 17.625,5.55 17.625,6.375 L17.625,10.875 C17.625,11.7 16.95075,12.375 16.125,12.375 L13.875,12.375"/> <g transform="translate(4.125000, 0.375000)"> <polyline id="Stroke-2384" points="0 3 0 0 7.5 0 9.75 2.25 9.75 3"/> <polygon id="Stroke-2385" points="0 15.75 9.75 15.75 9.75 9.75 0 9.75"/> </g> <path d="M3.375,7.125 C3.375,7.539 3.03975,7.875 2.625,7.875 C2.211,7.875 1.875,7.539 1.875,7.125 C1.875,6.71025 2.211,6.375 2.625,6.375 C3.03975,6.375 3.375,6.71025 3.375,7.125 L3.375,7.125 Z"/> <line x1="5.625" y1="11.625" x2="12.375" y2="11.625" id="Stroke-2387"/> <line x1="5.625" y1="13.125" x2="12.375" y2="13.125" id="Stroke-2388"/> <line x1="5.625" y1="14.625" x2="12.375" y2="14.625" id="Stroke-2389"/> <polyline points="11.625 0.375 11.625 2.625 13.875 2.625"/> </g> </g> </g> </g> </g> </g> </g> </g> </symbol> <symbol id="mono-icon-copylink" viewBox="0 0 12 12"> <g fill-rule="evenodd"> <path d="M10.199 2.378c.222.205.4.548.465.897.062.332.016.614-.132.774L8.627 6.106c-.187.203-.512.232-.75-.014a.498.498 0 0 0-.706.028.499.499 0 0 0 .026.706 1.509 1.509 0 0 0 2.165-.04l1.903-2.06c.37-.398.506-.98.382-1.636-.105-.557-.392-1.097-.77-1.445L9.968.8C9.591.452 9.03.208 8.467.145 7.803.072 7.233.252 6.864.653L4.958 2.709a1.509 1.509 0 0 0 .126 2.161.5.5 0 1 0 .68-.734c-.264-.218-.26-.545-.071-.747L7.597 1.33c.147-.16.425-.228.76-.19.353.038.71.188.931.394l.91.843.001.001zM1.8 9.623c-.222-.205-.4-.549-.465-.897-.062-.332-.016-.614.132-.774l1.905-2.057c.187-.203.512-.232.75.014a.498.498 0 0 0 .706-.028.499.499 0 0 0-.026-.706 1.508 1.508 0 0 0-2.165.04L.734 7.275c-.37.399-.506.98-.382 1.637.105.557.392 1.097.77 1.445l.91.843c.376.35.937.594 1.5.656.664.073 1.234-.106 1.603-.507L7.04 9.291a1.508 1.508 0 0 0-.126-2.16.5.5 0 0 0-.68.734c.264.218.26.545.071.747l-1.904 2.057c-.147.16-.425.228-.76.191-.353-.038-.71-.188-.931-.394l-.91-.843z"></path> <path d="M8.208 3.614a.5.5 0 0 0-.707.028L3.764 7.677a.5.5 0 0 0 .734.68L8.235 4.32a.5.5 0 0 0-.027-.707"></path> </g> </symbol> <symbol id="mono-icon-linkedin" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg"> <path d="M9.245 7.318c-.704 0-1.273.57-1.273 1.273v4.454H4.79s.038-7.636 0-8.272h3.182v.945s.985-.919 2.507-.919c1.884 0 3.22 1.364 3.22 4.012v4.234h-3.182V8.591c0-.703-.57-1.273-1.272-1.273zM1.92 3.5h-.018C.94 3.5.318 2.748.318 1.921.318 1.075.96.386 1.94.386s1.583.712 1.603 1.557c0 .828-.622 1.557-1.622 1.557zm1.597 9.545H.336V4.773h3.181v8.272z" fill-rule="evenodd"/> </symbol> <symbol id="action-icon-linkedin" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg"> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g transform="translate(-214.000000, -394.000000)" fill="#FFFFFF"> <g transform="translate(100.000000, 386.000000)"> <g transform="translate(114.318373, 8.386273)"> <path d="M8.92627273,6.93190909 C8.22309091,6.93190909 7.65354545,7.50209091 7.65354545,8.20463636 L7.65354545,12.6591818 L4.47172727,12.6591818 C4.47172727,12.6591818 4.50927273,5.02281818 4.47172727,4.38645455 L7.65354545,4.38645455 L7.65354545,5.33145455 C7.65354545,5.33145455 8.63863636,4.41318182 10.1601818,4.41318182 C12.0444545,4.41318182 13.3808182,5.77690909 13.3808182,8.42481818 L13.3808182,12.6591818 L10.199,12.6591818 L10.199,8.20463636 C10.199,7.50209091 9.62945455,6.93190909 8.92627273,6.93190909 L8.92627273,6.93190909 Z M1.60172727,3.11372727 L1.58327273,3.11372727 C0.621727273,3.11372727 0,2.36154545 0,1.53490909 C0,0.689181818 0.640818182,1.77635684e-15 1.62081818,1.77635684e-15 C2.60145455,1.77635684e-15 3.20409091,0.711454545 3.22318182,1.55718182 C3.22318182,2.38445455 2.60145455,3.11372727 1.60172727,3.11372727 L1.60172727,3.11372727 Z M3.199,12.6591818 L0.0171818182,12.6591818 L0.0171818182,4.38645455 L3.199,4.38645455 L3.199,12.6591818 Z"/> </g> </g> </g> </g> </symbol> <symbol id="download" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> <g fill="none" fill-rule="evenodd"> <g> <g> <g> <path d="M0 0H24V24H0z" transform="translate(-802.000000, -1914.000000) translate(0.000000, 1756.000000) translate(802.000000, 158.000000)"/> <path fill="currentColor" fill-rule="nonzero" d="M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2zm-1 8V6h2v4h3l-4 4-4-4h3zm6 7H7v-2h10v2z" transform="translate(-802.000000, -1914.000000) translate(0.000000, 1756.000000) translate(802.000000, 158.000000)"/> </g> </g> </g> </g> </symbol> <symbol id="icon-download" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> <path d="M14.25 9.5V13C14.25 13.3315 14.1183 13.6495 13.8839 13.8839C13.6495 14.1183 13.3315 14.25 13 14.25H3C2.66848 14.25 2.35054 14.1183 2.11612 13.8839C1.8817 13.6495 1.75 13.3315 1.75 13V9.5C1.75 9.30109 1.82902 9.11032 1.96967 8.96967C2.11032 8.82902 2.30109 8.75 2.5 8.75C2.69891 8.75 2.88968 8.82902 3.03033 8.96967C3.17098 9.11032 3.25 9.30109 3.25 9.5V12.75H12.75V9.5C12.75 9.30109 12.829 9.11032 12.9697 8.96967C13.1103 8.82902 13.3011 8.75 13.5 8.75C13.6989 8.75 13.8897 8.82902 14.0303 8.96967C14.171 9.11032 14.25 9.30109 14.25 9.5ZM7.46938 10.0306C7.53905 10.1005 7.62185 10.156 7.71301 10.1939C7.80417 10.2317 7.90191 10.2512 8.00062 10.2512C8.09934 10.2512 8.19707 10.2317 8.28824 10.1939C8.3794 10.156 8.4622 10.1005 8.53187 10.0306L11.0319 7.53062C11.1728 7.38973 11.2519 7.19863 11.2519 6.99937C11.2519 6.80012 11.1728 6.60902 11.0319 6.46812C10.891 6.32723 10.6999 6.24807 10.5006 6.24807C10.3014 6.24807 10.1103 6.32723 9.96937 6.46812L8.75 7.6875V2.5C8.75 2.30109 8.67098 2.11032 8.53033 1.96967C8.38968 1.82902 8.19891 1.75 8 1.75C7.80109 1.75 7.61032 1.82902 7.46967 1.96967C7.32902 2.11032 7.25 2.30109 7.25 2.5V7.6875L6.03062 6.46938C5.88973 6.32848 5.69863 6.24932 5.49937 6.24932C5.30012 6.24932 5.10902 6.32848 4.96812 6.46938C4.82723 6.61027 4.74807 6.80137 4.74807 7.00063C4.74807 7.19988 4.82723 7.39098 4.96812 7.53188L7.46938 10.0306Z"/> </symbol> <symbol id="icon-external" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"> <path d="M9.56248 3V7.875C9.56248 8.02418 9.50322 8.16726 9.39773 8.27275C9.29224 8.37824 9.14916 8.4375 8.99998 8.4375C8.8508 8.4375 8.70772 8.37824 8.60223 8.27275C8.49674 8.16726 8.43748 8.02418 8.43748 7.875V4.35938L3.39795 9.39797C3.29228 9.50364 3.14895 9.56301 2.99951 9.56301C2.85007 9.56301 2.70675 9.50364 2.60107 9.39797C2.4954 9.2923 2.43604 9.14897 2.43604 8.99953C2.43604 8.85009 2.4954 8.70677 2.60107 8.60109L7.6406 3.5625H4.12498C3.9758 3.5625 3.83272 3.50324 3.72723 3.39775C3.62174 3.29226 3.56248 3.14918 3.56248 3C3.56248 2.85082 3.62174 2.70774 3.72723 2.60225C3.83272 2.49676 3.9758 2.4375 4.12498 2.4375H8.99998C9.14916 2.4375 9.29224 2.49676 9.39773 2.60225C9.50322 2.70774 9.56248 2.85082 9.56248 3Z" /> </symbol> <symbol id="mono-icon-pinterest" viewBox="0 0 512 512"> <g> <path d="M256,32C132.3,32,32,132.3,32,256c0,91.7,55.2,170.5,134.1,205.2c-0.6-15.6-0.1-34.4,3.9-51.4 c4.3-18.2,28.8-122.1,28.8-122.1s-7.2-14.3-7.2-35.4c0-33.2,19.2-58,43.2-58c20.4,0,30.2,15.3,30.2,33.6 c0,20.5-13.1,51.1-19.8,79.5c-5.6,23.8,11.9,43.1,35.4,43.1c42.4,0,71-54.5,71-119.1c0-49.1-33.1-85.8-93.2-85.8 c-67.9,0-110.3,50.7-110.3,107.3c0,19.5,5.8,33.3,14.8,43.9c4.1,4.9,4.7,6.9,3.2,12.5c-1.1,4.1-3.5,14-4.6,18 c-1.5,5.7-6.1,7.7-11.2,5.6c-31.3-12.8-45.9-47-45.9-85.6c0-63.6,53.7-139.9,160.1-139.9c85.5,0,141.8,61.9,141.8,128.3 c0,87.9-48.9,153.5-120.9,153.5c-24.2,0-46.9-13.1-54.7-27.9c0,0-13,51.6-15.8,61.6c-4.7,17.3-14,34.5-22.5,48 c20.1,5.9,41.4,9.2,63.5,9.2c123.7,0,224-100.3,224-224C480,132.3,379.7,32,256,32z"></path> </g> </symbol> <symbol id="action-icon-pinterest" viewBox="0 0 30 30" xmlns="http://www.w3.org/1999/xlink"> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g transform="translate(-135.000000, -526.000000)"> <g transform="translate(100.000000, 526.000000)"> <g transform="translate(35.000000, 0.000000)"> <circle fill="#BD081C" cx="15" cy="15" r="15"/> <path d="M10.125,13.6640625 C10.125,13.1015597 10.2226553,12.5716171 10.4179687,12.0742188 C10.6132822,11.5768204 10.8828108,11.143231 11.2265625,10.7734375 C11.5703142,10.403644 11.9661436,10.0833347 12.4140625,9.8125 C12.8619814,9.54166531 13.3437474,9.33854234 13.859375,9.203125 C14.3750026,9.06770766 14.901039,9 15.4375,9 C16.2604208,9 17.0260381,9.17317535 17.734375,9.51953125 C18.4427119,9.86588715 19.018227,10.3697884 19.4609375,11.03125 C19.903648,11.6927116 20.125,12.4401 20.125,13.2734375 C20.125,13.77344 20.0755213,14.2630184 19.9765625,14.7421875 C19.8776037,15.2213566 19.7213552,15.6822895 19.5078125,16.125 C19.2942698,16.5677105 19.0338557,16.9570296 18.7265625,17.2929688 C18.4192693,17.6289079 18.0416689,17.8971344 17.59375,18.0976562 C17.1458311,18.2981781 16.6536485,18.3984375 16.1171875,18.3984375 C15.7630191,18.3984375 15.4114601,18.315105 15.0625,18.1484375 C14.7135399,17.98177 14.4635424,17.7526056 14.3125,17.4609375 C14.2604164,17.6640635 14.1875005,17.9570293 14.09375,18.3398438 C13.9999995,18.7226582 13.9388022,18.9700515 13.9101562,19.0820312 C13.8815103,19.194011 13.8281254,19.378905 13.75,19.6367188 C13.6718746,19.8945325 13.604167,20.0794265 13.546875,20.1914062 C13.489583,20.303386 13.4062505,20.4661448 13.296875,20.6796875 C13.1874995,20.8932302 13.067709,21.0950511 12.9375,21.2851562 C12.807291,21.4752614 12.6458343,21.7005195 12.453125,21.9609375 L12.34375,22 L12.2734375,21.921875 C12.1953121,21.1041626 12.15625,20.6145841 12.15625,20.453125 C12.15625,19.9739559 12.212239,19.4362009 12.3242187,18.8398438 C12.4361985,18.2434866 12.6093738,17.4947962 12.84375,16.59375 C13.0781262,15.6927038 13.2135415,15.1640633 13.25,15.0078125 C13.0833325,14.6692691 13,14.2291694 13,13.6875 C13,13.2552062 13.1354153,12.8489602 13.40625,12.46875 C13.6770847,12.0885398 14.0208312,11.8984375 14.4375,11.8984375 C14.7552099,11.8984375 15.0026033,12.0039052 15.1796875,12.2148438 C15.3567717,12.4257823 15.4453125,12.6927067 15.4453125,13.015625 C15.4453125,13.3593767 15.3307303,13.8567676 15.1015625,14.5078125 C14.8723947,15.1588574 14.7578125,15.6458317 14.7578125,15.96875 C14.7578125,16.2968766 14.8749988,16.5690093 15.109375,16.7851562 C15.3437512,17.0013032 15.6276025,17.109375 15.9609375,17.109375 C16.2473973,17.109375 16.5130196,17.0442715 16.7578125,16.9140625 C17.0026054,16.7838535 17.2070304,16.606772 17.3710937,16.3828125 C17.5351571,16.158853 17.6809889,15.9114597 17.8085937,15.640625 C17.9361986,15.3697903 18.0351559,15.0820328 18.1054687,14.7773438 C18.1757816,14.4726547 18.2278644,14.1835951 18.2617187,13.9101562 C18.2955731,13.6367174 18.3125,13.3776054 18.3125,13.1328125 C18.3125,12.2317663 18.0273466,11.5299504 17.4570312,11.0273438 C16.8867159,10.5247371 16.1432337,10.2734375 15.2265625,10.2734375 C14.1848906,10.2734375 13.3151077,10.6106737 12.6171875,11.2851562 C11.9192673,11.9596388 11.5703125,12.815099 11.5703125,13.8515625 C11.5703125,14.0807303 11.6028643,14.3020823 11.6679687,14.515625 C11.7330732,14.7291677 11.803385,14.8984369 11.8789062,15.0234375 C11.9544275,15.1484381 12.0247393,15.2669265 12.0898437,15.3789062 C12.1549482,15.490886 12.1875,15.5703123 12.1875,15.6171875 C12.1875,15.7630216 12.1484379,15.9531238 12.0703125,16.1875 C11.9921871,16.4218762 11.8958339,16.5390625 11.78125,16.5390625 C11.7708333,16.5390625 11.7265629,16.5312501 11.6484375,16.515625 C11.3828112,16.4374996 11.1471364,16.2916677 10.9414062,16.078125 C10.7356761,15.8645823 10.5768235,15.618491 10.4648437,15.3398438 C10.352864,15.0611965 10.2682295,14.7799493 10.2109375,14.4960938 C10.1536455,14.2122382 10.125,13.9348972 10.125,13.6640625 Z" fill="#FFFFFF"/> </g> </g> </g> </g> </symbol> <symbol id="icon-fullscreen" xmlns="http://www.w3.org/2000/svg" fill="white" viewBox="0 0 1024 1024"> <path d="M290 236.4l43.9-43.9a8.01 8.01 0 0 0-4.7-13.6L169 160c-5.1-.6-9.5 3.7-8.9 8.9L179 329.1c.8 6.6 8.9 9.4 13.6 4.7l43.7-43.7L370 423.7c3.1 3.1 8.2 3.1 11.3 0l42.4-42.3c3.1-3.1 3.1-8.2 0-11.3L290 236.4zm352.7 187.3c3.1 3.1 8.2 3.1 11.3 0l133.7-133.6 43.7 43.7a8.01 8.01 0 0 0 13.6-4.7L863.9 169c.6-5.1-3.7-9.5-8.9-8.9L694.8 179c-6.6.8-9.4 8.9-4.7 13.6l43.9 43.9L600.3 370a8.03 8.03 0 0 0 0 11.3l42.4 42.4zM845 694.9c-.8-6.6-8.9-9.4-13.6-4.7l-43.7 43.7L654 600.3a8.03 8.03 0 0 0-11.3 0l-42.4 42.3a8.03 8.03 0 0 0 0 11.3L734 787.6l-43.9 43.9a8.01 8.01 0 0 0 4.7 13.6L855 864c5.1.6 9.5-3.7 8.9-8.9L845 694.9zm-463.7-94.6a8.03 8.03 0 0 0-11.3 0L236.3 733.9l-43.7-43.7a8.01 8.01 0 0 0-13.6 4.7L160.1 855c-.6 5.1 3.7 9.5 8.9 8.9L329.2 845c6.6-.8 9.4-8.9 4.7-13.6L290 787.6 423.7 654c3.1-3.1 3.1-8.2 0-11.3l-42.4-42.4z"/> </symbol> <symbol id="mono-icon-tumblr" viewBox="0 0 512 512"> <g> <path d="M321.2,396.3c-11.8,0-22.4-2.8-31.5-8.3c-6.9-4.1-11.5-9.6-14-16.4c-2.6-6.9-3.6-22.3-3.6-46.4V224h96v-64h-96V48h-61.9 c-2.7,21.5-7.5,44.7-14.5,58.6c-7,13.9-14,25.8-25.6,35.7c-11.6,9.9-25.6,17.9-41.9,23.3V224h48v140.4c0,19,2,33.5,5.9,43.5 c4,10,11.1,19.5,21.4,28.4c10.3,8.9,22.8,15.7,37.3,20.5c14.6,4.8,31.4,7.2,50.4,7.2c16.7,0,30.3-1.7,44.7-5.1 c14.4-3.4,30.5-9.3,48.2-17.6v-65.6C363.2,389.4,342.3,396.3,321.2,396.3z"></path> </g> </symbol> <symbol id="mono-icon-twitter" viewBox="0 0 19 16"> <g> <path fill-rule="evenodd" d="M16.48 4.594c.024.094.036.246.036.457 0 1.687-.41 3.316-1.23 4.887-.845 1.664-2.028 2.988-3.552 3.972-1.664 1.102-3.574 1.652-5.73 1.652-2.063 0-3.95-.55-5.66-1.652.258.024.55.035.879.035 1.71 0 3.246-.527 4.605-1.582-.82 0-1.54-.24-2.162-.72a3.671 3.671 0 0 1-1.283-1.811c.234.023.457.035.668.035.328 0 .656-.035.984-.105a3.72 3.72 0 0 1-2.11-1.301 3.54 3.54 0 0 1-.843-2.32v-.07a3.475 3.475 0 0 0 1.652.492A4.095 4.095 0 0 1 1.54 5.227a3.546 3.546 0 0 1-.457-1.776c0-.644.176-1.26.527-1.845a10.18 10.18 0 0 0 3.358 2.742 10.219 10.219 0 0 0 4.236 1.125 5.124 5.124 0 0 1-.07-.844c0-.656.164-1.272.492-1.846a3.613 3.613 0 0 1 1.336-1.353 3.565 3.565 0 0 1 1.828-.492c.54 0 1.037.105 1.494.316.457.21.861.492 1.213.844a7.51 7.51 0 0 0 2.356-.88c-.282.868-.82 1.548-1.618 2.04a7.93 7.93 0 0 0 2.11-.598 8.114 8.114 0 0 1-1.864 1.934z"></path> </g> </symbol> <symbol id="action-icon-twitter" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g transform="translate(-170.000000, -526.000000)"> <g transform="translate(100.000000, 526.000000)"> <g transform="translate(70.000000, 0.000000)"> <circle fill="#1DA1F2" cx="15" cy="15" r="15"/> <g transform="translate(9.000000, 10.000000)" fill="#FFFFFF"> <path d="M10.5859761,1.45966124 C11.0943048,1.17128539 11.4846922,0.714562198 11.6684736,0.170424684 C11.1928015,0.43748706 10.6659497,0.631385646 10.1051245,0.735917217 C9.65605179,0.28301632 9.01621859,0 8.30813124,0 C6.94840338,0 5.84610995,1.04340456 5.84610995,2.33027296 C5.84610995,2.51295392 5.86788105,2.69077393 5.90984308,2.86132325 C3.86375508,2.76414545 2.04968726,1.83640698 0.835421925,0.42656027 C0.623504883,0.770733376 0.502095907,1.17103611 0.502095907,1.59809494 C0.502095907,2.40655275 0.936727752,3.119827 1.59732251,3.53774555 C1.19376715,3.52565545 0.814133655,3.42079151 0.482212224,3.2462537 C0.482036651,3.25597563 0.481992758,3.26573911 0.481992758,3.27554414 C0.481992758,4.40461806 1.33062658,5.34648241 2.45688577,5.56057271 C2.25027982,5.61379407 2.03278832,5.64225358 1.80827389,5.64225358 C1.64959947,5.64225358 1.49540217,5.62767068 1.34506749,5.60045757 C1.65837814,6.52628488 2.56758477,7.20000665 3.64490289,7.21886886 C2.80228245,7.84385631 1.74076594,8.21636429 0.587292878,8.21636429 C0.388587732,8.21636429 0.192603972,8.2053544 0,8.1838332 C1.08956436,8.84500785 2.38362778,9.23076923 3.7739493,9.23076923 C8.30238121,9.23076923 10.7786678,5.67993646 10.7786678,2.60049288 C10.7786678,2.49945124 10.7762537,2.3989497 10.7715571,2.29902981 C11.2525403,1.97047828 11.6699221,1.56003814 12,1.09272053 C11.5584769,1.27806049 11.0840338,1.40336542 10.5859761,1.45966124 Z"/> </g> </g> </g> </g> </g> </symbol> <symbol id="mono-icon-youtube" viewBox="0 0 512 512"> <g> <path fill-rule="evenodd" d="M508.6,148.8c0-45-33.1-81.2-74-81.2C379.2,65,322.7,64,265,64c-3,0-6,0-9,0s-6,0-9,0c-57.6,0-114.2,1-169.6,3.6 c-40.8,0-73.9,36.4-73.9,81.4C1,184.6-0.1,220.2,0,255.8C-0.1,291.4,1,327,3.4,362.7c0,45,33.1,81.5,73.9,81.5 c58.2,2.7,117.9,3.9,178.6,3.8c60.8,0.2,120.3-1,178.6-3.8c40.9,0,74-36.5,74-81.5c2.4-35.7,3.5-71.3,3.4-107 C512.1,220.1,511,184.5,508.6,148.8z M207,353.9V157.4l145,98.2L207,353.9z"></path> </g> </symbol> <symbol id="mono-icon-tiktok" viewBox="0 0 512 512"> <path d="M412.19,118.66a109.27,109.27,0,0,1-9.45-5.5,132.87,132.87,0,0,1-24.27-20.62c-18.1-20.71-24.86-41.72-27.35-56.43h.1C349.14,23.9,350,16,350.13,16H267.69V334.78c0,4.28,0,8.51-.18,12.69,0,.52-.05,1-.08,1.56,0,.23,0,.47-.05.71,0,.06,0,.12,0,.18a70,70,0,0,1-35.22,55.56,68.8,68.8,0,0,1-34.11,9c-38.41,0-69.54-31.32-69.54-70s31.13-70,69.54-70a68.9,68.9,0,0,1,21.41,3.39l.1-83.94a153.14,153.14,0,0,0-118,34.52,161.79,161.79,0,0,0-35.3,43.53c-3.48,6-16.61,30.11-18.2,69.24-1,22.21,5.67,45.22,8.85,54.73v.2c2,5.6,9.75,24.71,22.38,40.82A167.53,167.53,0,0,0,115,470.66v-.2l.2.2C155.11,497.78,199.36,496,199.36,496c7.66-.31,33.32,0,62.46-13.81,32.32-15.31,50.72-38.12,50.72-38.12a158.46,158.46,0,0,0,27.64-45.93c7.46-19.61,9.95-43.13,9.95-52.53V176.49c1,.6,14.32,9.41,14.32,9.41s19.19,12.3,49.13,20.31c21.48,5.7,50.42,6.9,50.42,6.9V131.27C453.86,132.37,433.27,129.17,412.19,118.66Z"></path> </symbol> <symbol id="icon-magnify" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"> <path d="M21.876 18.281l-.314.548L30 27.343 27.343 30l-8.437-8.516-.546.392c-2.083 1.3-4.245 1.951-6.486 1.951-3.28 0-6.08-1.171-8.398-3.515C1.16 17.968 0 15.156 0 11.874c0-3.28 1.159-6.08 3.476-8.398C5.794 1.16 8.595 0 11.876 0c3.282 0 6.079 1.159 8.398 3.476 2.318 2.318 3.477 5.119 3.477 8.4a11.786 11.786 0 0 1-1.875 6.405zm-3.36-13.046c-1.823-1.824-4.037-2.736-6.642-2.736-2.604 0-4.818.912-6.639 2.736-1.824 1.822-2.736 4.035-2.736 6.64 0 2.606.912 4.818 2.736 6.64 1.822 1.823 4.035 2.734 6.64 2.734 2.606 0 4.818-.91 6.64-2.733 1.876-1.875 2.813-4.088 2.813-6.642 0-2.55-.937-4.764-2.812-6.639z" fill-rule="evenodd"/> </symbol> <symbol id="icon-chevron-right" viewBox="0 0 24 24"> <path fill="currentColor" d="M9.62,5.29a.91.91,0,0,0-1.34,0A1,1,0,0,0,8.2,6.61l.08.1,5,5.29-5,5.29a1,1,0,0,0-.08,1.32l.08.1a.91.91,0,0,0,1.25.08l.09-.08L16,12Z"/> </symbol> <symbol id="icon-chevron-left" viewBox="0 0 24 24"> <path fill="currentColor" d="M14.38,5.29a.91.91,0,0,1,1.34,0,1,1,0,0,1,.08,1.32l-.08.1-5,5.29,5,5.29a1,1,0,0,1,.08,1.32l-.08.1a.91.91,0,0,1-1.25.08l-.09-.08L8,12Z"/> </symbol> <symbol id="burger-menu" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M21.375 12C21.375 12.2984 21.2565 12.5845 21.0455 12.7955C20.8345 13.0065 20.5484 13.125 20.25 13.125H3.75C3.45163 13.125 3.16548 13.0065 2.9545 12.7955C2.74353 12.5845 2.625 12.2984 2.625 12C2.625 11.7016 2.74353 11.4155 2.9545 11.2045C3.16548 10.9935 3.45163 10.875 3.75 10.875H20.25C20.5484 10.875 20.8345 10.9935 21.0455 11.2045C21.2565 11.4155 21.375 11.7016 21.375 12ZM3.75 7.125H20.25C20.5484 7.125 20.8345 7.00647 21.0455 6.7955C21.2565 6.58452 21.375 6.29837 21.375 6C21.375 5.70163 21.2565 5.41548 21.0455 5.2045C20.8345 4.99353 20.5484 4.875 20.25 4.875H3.75C3.45163 4.875 3.16548 4.99353 2.9545 5.2045C2.74353 5.41548 2.625 5.70163 2.625 6C2.625 6.29837 2.74353 6.58452 2.9545 6.7955C3.16548 7.00647 3.45163 7.125 3.75 7.125ZM20.25 16.875H3.75C3.45163 16.875 3.16548 16.9935 2.9545 17.2045C2.74353 17.4155 2.625 17.7016 2.625 18C2.625 18.2984 2.74353 18.5845 2.9545 18.7955C3.16548 19.0065 3.45163 19.125 3.75 19.125H20.25C20.5484 19.125 20.8345 19.0065 21.0455 18.7955C21.2565 18.5845 21.375 18.2984 21.375 18C21.375 17.7016 21.2565 17.4155 21.0455 17.2045C20.8345 16.9935 20.5484 16.875 20.25 16.875Z" /> </symbol> <symbol id="close-x" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg"> <g> <path fill-rule="nonzero" d="M6.336 7L0 .664.664 0 7 6.336 13.336 0 14 .664 7.664 7 14 13.336l-.664.664L7 7.664.664 14 0 13.336 6.336 7z"></path> </g> </symbol> <symbol id="close-x-alt" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M19.5459 17.9541C19.7572 18.1654 19.876 18.4521 19.876 18.7509C19.876 19.0498 19.7572 19.3365 19.5459 19.5478C19.3346 19.7592 19.0479 19.8779 18.749 19.8779C18.4501 19.8779 18.1635 19.7592 17.9521 19.5478L12 13.5938L6.0459 19.5459C5.83455 19.7573 5.54791 19.876 5.24902 19.876C4.95014 19.876 4.66349 19.7573 4.45215 19.5459C4.2408 19.3346 4.12207 19.048 4.12207 18.7491C4.12207 18.4502 4.2408 18.1635 4.45215 17.9522L10.4062 12L4.45402 6.04595C4.24268 5.8346 4.12395 5.54796 4.12395 5.24907C4.12395 4.95019 4.24268 4.66354 4.45402 4.4522C4.66537 4.24085 4.95201 4.12212 5.2509 4.12212C5.54978 4.12212 5.83643 4.24085 6.04777 4.4522L12 10.4063L17.954 4.45126C18.1654 4.23992 18.452 4.12119 18.7509 4.12119C19.0498 4.12119 19.3364 4.23992 19.5478 4.45126C19.7591 4.66261 19.8778 4.94925 19.8778 5.24814C19.8778 5.54702 19.7591 5.83367 19.5478 6.04501L13.5937 12L19.5459 17.9541Z"/> </symbol> <symbol id="download" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> <g fill="none" fill-rule="evenodd"> <g> <g> <g> <path d="M0 0H24V24H0z" transform="translate(-802.000000, -1914.000000) translate(0.000000, 1756.000000) translate(802.000000, 158.000000)"/> <path fill="#000" fill-rule="nonzero" d="M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2zm-1 8V6h2v4h3l-4 4-4-4h3zm6 7H7v-2h10v2z" transform="translate(-802.000000, -1914.000000) translate(0.000000, 1756.000000) translate(802.000000, 158.000000)"/> </g> </g> </g> </g> </symbol> <symbol id="share-more-arrow" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;"> <g> <g> <path d="M512,241.7L273.643,3.343v156.152c-71.41,3.744-138.015,33.337-188.958,84.28C30.075,298.384,0,370.991,0,448.222v60.436 l29.069-52.985c45.354-82.671,132.173-134.027,226.573-134.027c5.986,0,12.004,0.212,18.001,0.632v157.779L512,241.7z M255.642,290.666c-84.543,0-163.661,36.792-217.939,98.885c26.634-114.177,129.256-199.483,251.429-199.483h15.489V78.131 l163.568,163.568L304.621,405.267V294.531l-13.585-1.683C279.347,291.401,267.439,290.666,255.642,290.666z"></path> </g> </g> </symbol> <symbol id="chevron" viewBox="0 0 100 100"> <g> <path d="M22.4566257,37.2056786 L-21.4456527,71.9511488 C-22.9248661,72.9681457 -24.9073712,72.5311671 -25.8758148,70.9765924 L-26.9788683,69.2027424 C-27.9450684,67.6481676 -27.5292733,65.5646602 -26.0500598,64.5484493 L20.154796,28.2208967 C21.5532435,27.2597011 23.3600078,27.2597011 24.759951,28.2208967 L71.0500598,64.4659264 C72.5292733,65.4829232 72.9450684,67.5672166 71.9788683,69.1217913 L70.8750669,70.8956413 C69.9073712,72.4502161 67.9241183,72.8848368 66.4449048,71.8694118 L22.4566257,37.2056786 Z" id="Transparent-Chevron" transform="translate(22.500000, 50.000000) rotate(90.000000) translate(-22.500000, -50.000000) "></path> </g> </symbol> <symbol id="chevron-down" viewBox="0 0 10 6" xmlns="http://www.w3.org/2000/svg"> <path d="M5.108 4.088L.965.158a.587.587 0 0 0-.8 0 .518.518 0 0 0 0 .758L5.13 5.625 9.845.905a.517.517 0 0 0-.021-.758.588.588 0 0 0-.8.02l-3.916 3.92z" fill-rule="evenodd"/> </symbol> <symbol id="chevron-down-alt" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 12"> <path d="M10.6479 4.89793L6.89795 8.64793C6.84569 8.70037 6.78359 8.74198 6.71522 8.77037C6.64685 8.79876 6.57354 8.81337 6.49951 8.81337C6.42548 8.81337 6.35217 8.79876 6.2838 8.77037C6.21543 8.74198 6.15333 8.70037 6.10107 8.64793L2.35107 4.89793C2.2454 4.79226 2.18604 4.64893 2.18604 4.49949C2.18604 4.35005 2.2454 4.20673 2.35107 4.10105C2.45675 3.99538 2.60007 3.93602 2.74951 3.93602C2.89895 3.93602 3.04228 3.99538 3.14795 4.10105L6.49998 7.45308L9.85201 4.10059C9.95768 3.99491 10.101 3.93555 10.2504 3.93555C10.3999 3.93555 10.5432 3.99491 10.6489 4.10059C10.7546 4.20626 10.8139 4.34958 10.8139 4.49902C10.8139 4.64847 10.7546 4.79179 10.6489 4.89746L10.6479 4.89793Z"/> </symbol> <symbol id="chevron-up" viewBox="0 0 284.929 284.929" xmlns="http://www.w3.org/2000/svg"> <path d="M282.082 195.285L149.028 62.24c-1.901-1.903-4.088-2.856-6.562-2.856s-4.665.953-6.567 2.856L2.856 195.285C.95 197.191 0 199.378 0 201.853c0 2.474.953 4.664 2.856 6.566l14.272 14.271c1.903 1.903 4.093 2.854 6.567 2.854s4.664-.951 6.567-2.854l112.204-112.202 112.208 112.209c1.902 1.903 4.093 2.848 6.563 2.848 2.478 0 4.668-.951 6.57-2.848l14.274-14.277c1.902-1.902 2.847-4.093 2.847-6.566.001-2.476-.944-4.666-2.846-6.569z"/> </symbol> <symbol id="icon-arrow-down" viewBox="0 0 10 6" xmlns="http://www.w3.org/2000/svg"> <path d="M5.108 4.088L.965.158a.587.587 0 0 0-.8 0 .518.518 0 0 0 0 .758L5.13 5.625 9.845.905a.517.517 0 0 0-.021-.758.588.588 0 0 0-.8.02l-3.916 3.92z" fill="inherit" fill-rule="evenodd"/> </symbol> <symbol id="icon-arrow-down-alt" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"> <path d="M10.1479 5.60205C10.2004 5.65431 10.242 5.7164 10.2704 5.78478C10.2988 5.85315 10.3134 5.92645 10.3134 6.00049C10.3134 6.07452 10.2988 6.14783 10.2704 6.2162C10.242 6.28457 10.2004 6.34667 10.1479 6.39893L6.39795 10.1489C6.34569 10.2014 6.28359 10.243 6.21522 10.2714C6.14685 10.2998 6.07354 10.3144 5.99951 10.3144C5.92548 10.3144 5.85217 10.2998 5.7838 10.2714C5.71543 10.243 5.65333 10.2014 5.60107 10.1489L1.85107 6.39893C1.79875 6.3466 1.75724 6.28448 1.72893 6.21612C1.70061 6.14776 1.68604 6.07448 1.68604 6.00049C1.68604 5.92649 1.70061 5.85322 1.72893 5.78486C1.75724 5.71649 1.79875 5.65437 1.85107 5.60205C1.9034 5.54973 1.96551 5.50822 2.03388 5.4799C2.10224 5.45159 2.17551 5.43701 2.24951 5.43701C2.32351 5.43701 2.39678 5.45159 2.46514 5.4799C2.53351 5.50822 2.59562 5.54973 2.64795 5.60205L5.99998 8.95314L9.35201 5.60064C9.40434 5.54844 9.46645 5.50706 9.53479 5.47887C9.60313 5.45068 9.67635 5.43624 9.75027 5.43637C9.82419 5.4365 9.89736 5.4512 9.9656 5.47963C10.0338 5.50806 10.0958 5.54966 10.1479 5.60205ZM5.60107 6.39893C5.65333 6.45136 5.71543 6.49297 5.7838 6.52136C5.85217 6.54975 5.92548 6.56437 5.99951 6.56437C6.07354 6.56437 6.14685 6.54975 6.21522 6.52136C6.28359 6.49297 6.34569 6.45136 6.39795 6.39893L10.1479 2.64892C10.2003 2.5966 10.2418 2.53448 10.2701 2.46612C10.2984 2.39776 10.313 2.32448 10.313 2.25049C10.313 2.17649 10.2984 2.10322 10.2701 2.03485C10.2418 1.96649 10.2003 1.90437 10.1479 1.85205C10.0956 1.79973 10.0335 1.75822 9.96514 1.7299C9.89678 1.70159 9.82351 1.68701 9.74951 1.68701C9.67551 1.68701 9.60224 1.70159 9.53388 1.7299C9.46551 1.75822 9.4034 1.79973 9.35107 1.85205L5.99998 5.20314L2.64795 1.85205C2.54228 1.74638 2.39895 1.68701 2.24951 1.68701C2.10007 1.68701 1.95675 1.74638 1.85107 1.85205C1.7454 1.95772 1.68604 2.10104 1.68604 2.25049C1.68604 2.39993 1.7454 2.54325 1.85107 2.64892L5.60107 6.39893Z"/> </symbol> <symbol id="icon-arrow-up" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"> <path d="M9.77295 5.64799C9.72069 5.70043 9.65859 5.74204 9.59022 5.77043C9.52185 5.79882 9.44854 5.81343 9.37451 5.81343C9.30048 5.81343 9.22717 5.79882 9.1588 5.77043C9.09043 5.74204 9.02833 5.70043 8.97607 5.64799L6.56248 3.23439V10.125C6.56248 10.2742 6.50322 10.4173 6.39773 10.5228C6.29224 10.6283 6.14916 10.6875 5.99998 10.6875C5.8508 10.6875 5.70772 10.6283 5.60223 10.5228C5.49674 10.4173 5.43748 10.2742 5.43748 10.125V3.23439L3.02295 5.64799C2.91728 5.75366 2.77395 5.81303 2.62451 5.81303C2.47507 5.81303 2.33175 5.75366 2.22607 5.64799C2.1204 5.54232 2.06104 5.39899 2.06104 5.24955C2.06104 5.10011 2.1204 4.95679 2.22607 4.85111L5.60107 1.47611C5.65333 1.42367 5.71543 1.38206 5.7838 1.35367C5.85217 1.32528 5.92548 1.31067 5.99951 1.31067C6.07354 1.31067 6.14685 1.32528 6.21522 1.35367C6.28359 1.38206 6.34569 1.42367 6.39795 1.47611L9.77295 4.85111C9.82539 4.90337 9.867 4.96547 9.89539 5.03384C9.92378 5.10221 9.93839 5.17552 9.93839 5.24955C9.93839 5.32358 9.92378 5.39689 9.89539 5.46526C9.867 5.53363 9.82539 5.59573 9.77295 5.64799Z" /> </symbol> <symbol id="icon-arrow-right" viewBox="0 0 15 11"> <path d="m9.91.876.088.067 4.5 4 .014.013.044.045-.058-.058a.757.757 0 0 1 .192.266c.039.09.06.19.06.295l-.006.095a.748.748 0 0 1-.169.386l-.019.022a.755.755 0 0 1-.044.045l-.014.012-4.5 4a.75.75 0 0 1-1.074-1.04l.078-.08 3.023-2.69H1A.75.75 0 0 1 .898 4.76L1 4.754h11.026l-3.024-2.69a.75.75 0 0 1-.13-.97l.067-.088a.75.75 0 0 1 .971-.13z" fill-rule="nonzero"/> </symbol> <symbol id="play-arrow" viewBox="0 0 30 30"> <g fill-rule="evenodd"> <path d="M9 9l12 6-12 6z"></path> </g> </symbol> <symbol id="play-icon" viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg" > <g stroke="none" stroke-width="1" fill="none" fill-rule="nonzero"> <circle fill="currentColor" cx="25" cy="25" r="24"/> <polygon fill="#FFFFFF" points="18 36.25 18 13.75 33 25"/> </g> </symbol> <symbol id="player-play" viewBox="0 0 40 40"> <path fill="currentColor" d="M17.6 27.8l9.34-7c.54-.4.54-1.2 0-1.6l-9.34-7c-.66-.5-1.6-.02-1.6.8v14c0 .82.94 1.3 1.6.8zM20 0C8.96 0 0 8.96 0 20s8.96 20 20 20 20-8.96 20-20S31.04 0 20 0zm0 38c-9.922 0-18-8.078-18-18S10.078 2 20 2s18 8.078 18 18-8.078 18-18 18z"/> </symbol> <symbol id="player-pause" viewBox="0 0 40 40"> <path fill="currentColor" d="M20 0C8.96 0 0 8.96 0 20s8.96 20 20 20 20-8.96 20-20S31.04 0 20 0zm0 38c-9.922 0-18-8.078-18-18S10.078 2 20 2s18 8.078 18 18-8.078 18-18 18zm-4-26c.552 0 1 .448 1 1v14c0 .552-.448 1-1 1s-1-.448-1-1V13c0-.552.448-1 1-1zm8 0c.552 0 1 .448 1 1v14c0 .552-.448 1-1 1s-1-.448-1-1V13c0-.552.448-1 1-1z"/> </symbol> <symbol id="grid" viewBox="0 0 32 32"> <g> <path d="M6.4,5.7 C6.4,6.166669 6.166669,6.4 5.7,6.4 L0.7,6.4 C0.233331,6.4 0,6.166669 0,5.7 L0,0.7 C0,0.233331 0.233331,0 0.7,0 L5.7,0 C6.166669,0 6.4,0.233331 6.4,0.7 L6.4,5.7 Z M19.2,5.7 C19.2,6.166669 18.966669,6.4 18.5,6.4 L13.5,6.4 C13.033331,6.4 12.8,6.166669 12.8,5.7 L12.8,0.7 C12.8,0.233331 13.033331,0 13.5,0 L18.5,0 C18.966669,0 19.2,0.233331 19.2,0.7 L19.2,5.7 Z M32,5.7 C32,6.166669 31.766669,6.4 31.3,6.4 L26.3,6.4 C25.833331,6.4 25.6,6.166669 25.6,5.7 L25.6,0.7 C25.6,0.233331 25.833331,0 26.3,0 L31.3,0 C31.766669,0 32,0.233331 32,0.7 L32,5.7 Z M6.4,18.5 C6.4,18.966669 6.166669,19.2 5.7,19.2 L0.7,19.2 C0.233331,19.2 0,18.966669 0,18.5 L0,13.5 C0,13.033331 0.233331,12.8 0.7,12.8 L5.7,12.8 C6.166669,12.8 6.4,13.033331 6.4,13.5 L6.4,18.5 Z M19.2,18.5 C19.2,18.966669 18.966669,19.2 18.5,19.2 L13.5,19.2 C13.033331,19.2 12.8,18.966669 12.8,18.5 L12.8,13.5 C12.8,13.033331 13.033331,12.8 13.5,12.8 L18.5,12.8 C18.966669,12.8 19.2,13.033331 19.2,13.5 L19.2,18.5 Z M32,18.5 C32,18.966669 31.766669,19.2 31.3,19.2 L26.3,19.2 C25.833331,19.2 25.6,18.966669 25.6,18.5 L25.6,13.5 C25.6,13.033331 25.833331,12.8 26.3,12.8 L31.3,12.8 C31.766669,12.8 32,13.033331 32,13.5 L32,18.5 Z M6.4,31.3 C6.4,31.766669 6.166669,32 5.7,32 L0.7,32 C0.233331,32 0,31.766669 0,31.3 L0,26.3 C0,25.833331 0.233331,25.6 0.7,25.6 L5.7,25.6 C6.166669,25.6 6.4,25.833331 6.4,26.3 L6.4,31.3 Z M19.2,31.3 C19.2,31.766669 18.966669,32 18.5,32 L13.5,32 C13.033331,32 12.8,31.766669 12.8,31.3 L12.8,26.3 C12.8,25.833331 13.033331,25.6 13.5,25.6 L18.5,25.6 C18.966669,25.6 19.2,25.833331 19.2,26.3 L19.2,31.3 Z M32,31.3 C32,31.766669 31.766669,32 31.3,32 L26.3,32 C25.833331,32 25.6,31.766669 25.6,31.3 L25.6,26.3 C25.6,25.833331 25.833331,25.6 26.3,25.6 L31.3,25.6 C31.766669,25.6 32,25.833331 32,26.3 L32,31.3 Z" id=""></path> </g> </symbol> <symbol id="filter" viewBox="0 0 16 12"> <path d="M0 2V0h16v2H0zm2.4 5V5h11.2v2H2.4zm2.4 5v-2h6.4v2H4.8z"></path> </symbol> <symbol id="icon-filter" viewBox="0 0 512 512"> <path fill="currentColor" d="M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z"></path> </symbol> <symbol id="icon-radio-on" viewBox="0 0 24 24"> <path fill="currentColor" fill-rule="nonzero" d="M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z" /> </symbol> <symbol id="icon-radio-off" viewBox="0 0 24 24"> <path fill="currentColor" fill-rule="nonzero" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z" /> </symbol> <symbol id="icon-pause" viewBox="0 0 13 16"> <rect width="4.636" height="16" rx="2.318"/> <rect width="4.636" height="16" x="7.727" rx="2.318"/> </symbol> <symbol id="icon-plus" viewBox="0 0 14 14" height="14px" width="14px"> <path d="M13, 6H8V1A1, 1, 0, 0, 0, 6, 1V6H1A1, 1, 0, 0, 0, 1, 8H6v5a1, 1, 0, 0, 0, 2, 0V8h5a1, 1, 0, 0, 0, 0-2Z"/> </symbol> <symbol id="icon-minus" viewBox="0 0 14 14" height="14px" width="14px"> <path d="M13, 8H1A1, 1, 0, 0, 1, 1, 6H13a1, 1, 0, 0, 1, 0, 2Z"/> </symbol> <symbol id="amazon-alexa" fill="none" viewBox="0 0 14 14"> <path clip-rule="evenodd" d="m52.4998 105c-28.9946 0-52.4998-23.5055-52.4998-52.5003 0-26.6214 19.8151-48.61142 45.5003-52.03433v10.57883c0 2.9832-1.8814 5.6636-4.7091 6.6127-14.8197 4.9787-25.4216 19.1433-25.0311 35.7287.4754 20.1911 16.923 36.0663 37.1187 35.8628 20.122-.2035 36.3714-16.5785 36.3714-36.7487 0-.4597-.0113-.9172-.0283-1.3721-.004-.102-.0072-.2048-.0113-.307-.0194-.4228-.0452-.8446-.0784-1.2639-.0097-.1335-.0234-.2666-.0355-.3998-.0259-.2928-.0558-.5837-.0889-.8739-.0372-.3297-.08-.6576-.1261-.9838-.0202-.1492-.0404-.2988-.063-.4467-4.4995-29.6389-43.1025-46.296896-43.3144-46.388077 2.2893-.304462 4.6239-.464423 6.9955-.464423 28.9951 0 52.5002 23.5048 52.5002 52.4997 0 28.9948-23.5051 52.5003-52.5002 52.5003z" fill="#5fcaf4" fill-rule="evenodd" transform="matrix(.133333 0 0 -.133333 0 14)"/> </symbol> <symbol id="apple" viewBox="0 0 511.86 511.86"> <rect fill="#822cbe" width="511.86" height="511.86" rx="113.87"/> <path fill="#ffffff" d="M240.44,448.26c-15.27-5.46-18.54-12.88-24.81-56.38-7.28-50.55-8.87-81.84-4.65-91.75,5.59-13.14,20.78-20.6,42-20.68,21.07-.09,36.39,7.44,42,20.68,4.24,9.89,2.65,41.2-4.64,91.75-4.95,35.32-7.67,44.25-14.5,50.25-9.38,8.31-22.69,10.61-35.32,6.14Zm-65.22-51.87c-52.73-25.94-86.51-69.82-98.79-128.2-3.07-15.07-3.59-51-.69-64.84,7.68-37.11,22.36-66.13,46.75-91.79,35.15-37.06,80.37-56.65,130.7-56.65,49.82,0,94.86,19.23,129.16,55.18,26.1,27.13,40.77,55.84,48.28,93.67,2.56,12.59,2.56,46.92.17,61.08a181.4,181.4,0,0,1-69.1,113c-13,9.79-44.7,26.89-49.82,26.89-1.88,0-2.05-1.94-1.19-9.81,1.53-12.63,3.07-15.25,10.23-18.26,11.44-4.77,30.89-18.63,42.83-30.61a163,163,0,0,0,42.82-75.41c4.44-17.57,3.93-56.64-1-74.73C390,138.36,343.1,93.66,285.61,81.72c-16.73-3.42-47.1-3.42-64,0-58.18,11.94-106.29,58.86-121,117.89-3.92,16-3.92,55.11,0,71.15,9.73,39.07,35,74.9,68.08,96.23a147.45,147.45,0,0,0,17.58,10.07c7.16,3.07,8.7,5.63,10.06,18.25.85,7.68.68,9.9-1.19,9.9-1.2,0-9.9-3.75-19.11-8.19ZM175.9,327c-17.75-14.16-33.44-39.28-39.93-63.91-3.92-14.88-3.92-43.17.17-58,10.75-40.06,40.27-71.12,81.22-85.71,14-4.94,45-6,62.27-2.25C339,130.33,381.15,189.79,373,248.77c-3.24,23.77-11.43,43.29-25.93,61.42-7.17,9.16-24.57,24.54-27.64,24.54-.51,0-1-5.8-1-12.87V309l8.88-10.58c33.44-40.06,31.05-96-5.46-132.74-14.16-14.29-30.54-22.69-51.7-26.56-13.65-2.53-16.55-2.53-30.88-.17-21.76,3.55-38.61,12-53.58,26.78C148.94,202,146.55,258.29,180,298.38L188.8,309v13c0,7.17-.57,13-1.27,13s-5.63-3.41-10.92-7.68Zm59.2-69.66c-15.18-7.07-23.37-20.39-23.54-37.76,0-15.61,8.7-29.23,23.71-37.2,9.56-5,26.45-5,36,0a46.34,46.34,0,0,1,22.18,26.85c9.9,33.65-25.76,63.13-58,48.07Z" transform="translate(-0.14 -0.14)"/><circle fill="#ffffff" cx="255.74" cy="221.24" r="42.55"/><path fill="#ffffff" d="M260,280.42a83.61,83.61,0,0,1,14.25,2.9,51.55,51.55,0,0,1,14.26,7.13c3.76,2.73,6.49,5.56,8.19,9s2.56,7.54,3.07,14.25c.34,6.72.34,16-1.19,33.44s-4.61,42.79-7,59.08-4.09,23.55-6.31,28.84a25.82,25.82,0,0,1-18.94,16.55,41,41,0,0,1-9.89.85,42.41,42.41,0,0,1-9.9-.85c-3.92-.86-9-2.39-12.8-5.46-3.92-3.07-6.48-7.51-8.53-13.31s-3.58-12.8-5.63-26.79-4.78-34.8-6.48-50.67-2.39-26.79-2.53-34.13.17-11,1-14.5a28.93,28.93,0,0,1,4.09-9.38,31.14,31.14,0,0,1,6.83-7,27.87,27.87,0,0,1,8-4.3A60.8,60.8,0,0,1,241.35,283c4.43-.85,9.55-1.7,12.18-2.05a13.34,13.34,0,0,1,5.56,0Z" transform="translate(-0.14 -0.14)"/> </symbol> <symbol id="google" fill="none" viewBox="0 0 14 14"> <path d="m0 0v2.12148.84795 2.12148h1.75v-2.12148-.84795-2.12148z" fill="#fab908" transform="translate(6.125 4.45453)"/> <path d="m.875 1.75c.48325 0 .875-.39175.875-.875 0-.483249-.39175-.875-.875-.875-.483249 0-.875.391751-.875.875 0 .48325.391751.875.875.875z" fill="#0066d9" transform="translate(0 5.64764)"/> <path d="m.875 1.75c.48325 0 .875-.39175.875-.875 0-.483249-.39175-.875-.875-.875-.483249 0-.875.391751-.875.875 0 .48325.391751.875.875.875z" fill="#0066d9" transform="translate(0 6.60236)"/> <path d="m1.75 0h-1.75v.954546h1.75z" fill="#0066d9" transform="translate(0 6.52264)"/> <path d="m.875 1.75c.48325 0 .875-.39175.875-.875 0-.483249-.39175-.875-.875-.875-.483249 0-.875.391751-.875.875 0 .48325.391751.875.875.875z" fill="#4285f4" transform="translate(12.25 6.60236)"/> <path d="m.875 1.75c.48325 0 .875-.39175.875-.875 0-.483249-.39175-.875-.875-.875-.483249 0-.875.391751-.875.875 0 .48325.391751.875.875.875z" fill="#4285f4" transform="translate(12.25 5.64764)"/> <path d="m1.75 0h-1.75v.954546h1.75z" fill="#4285f4" transform="matrix(-1 0 0 -1 14 7.47736)"/><path d="m.875 1.75c.48325 0 .875-.39175.875-.875 0-.483249-.39175-.875-.875-.875-.483249 0-.875.391751-.875.875 0 .48325.391751.875.875.875z" fill="#ea4335" transform="translate(3.02274 8.51141)"/> <path d="m.875 1.75c.48325 0 .875-.39175.875-.875 0-.483249-.39175-.875-.875-.875-.483249 0-.875.391751-.875.875 0 .48325.391751.875.875.875z" fill="#ea4335" transform="translate(3.02274 9.46594)"/> <path d="m1.75 0h-1.75v.954546h1.75z" fill="#ea4335" transform="translate(3.02274 9.38641)"/><path d="m.875 1.75c.48325 0 .875-.39175.875-.875 0-.483249-.39175-.875-.875-.875-.483249 0-.875.391751-.875.875 0 .48325.391751.875.875.875z" fill="#ea4335" transform="translate(3.02274 2.78406)"/> <path d="m.875 1.75c.48325 0 .875-.39175.875-.875 0-.483249-.39175-.875-.875-.875-.483249 0-.875.391751-.875.875 0 .48325.391751.875.875.875z" fill="#ea4335" transform="translate(3.02274 5.88641)"/> <path d="m1.75 0h-1.75v3.12216h1.75z" fill="#ea4335" transform="translate(3.02274 3.65906)"/><path d="m.875 1.75c.48325 0 .875-.39175.875-.875 0-.483249-.39175-.875-.875-.875-.483249 0-.875.391751-.875.875 0 .48325.391751.875.875.875z" fill="#34a853" transform="translate(9.22726 3.73859)"/> <path d="m.875 1.75c.48325 0 .875-.39175.875-.875 0-.483249-.39175-.875-.875-.875-.483249 0-.875.391751-.875.875 0 .48325.391751.875.875.875z" fill="#34a853" transform="translate(9.22726 2.78406)"/> <path d="m1.75 0h-1.75v.954546h1.75z" fill="#34a853" transform="matrix(-1 0 0 -1 10.9773 4.61359)"/><g fill="#fab908"> <path d="m.875 1.75c.48325 0 .875-.39175.875-.875 0-.483249-.39175-.875-.875-.875-.483249 0-.875.391751-.875.875 0 .48325.391751.875.875.875z" transform="translate(6.125 .954529)"/> <path d="m.875 1.75c.48325 0 .875-.39175.875-.875 0-.483249-.39175-.875-.875-.875-.483249 0-.875.391751-.875.875 0 .48325.391751.875.875.875z" transform="translate(6.125)"/> <path d="m1.75 0h-1.75v.954546h1.75z" transform="matrix(-1 0 0 -1 7.875 1.82953)"/> <path d="m.875 1.75c.48325 0 .875-.39175.875-.875 0-.483249-.39175-.875-.875-.875-.483249 0-.875.391751-.875.875 0 .48325.391751.875.875.875z" transform="translate(6.125 12.25)"/> <path d="m.875 1.75c.48325 0 .875-.39175.875-.875 0-.483249-.39175-.875-.875-.875-.483249 0-.875.391751-.875.875 0 .48325.391751.875.875.875z" transform="translate(6.125 11.2955)"/> <path d="m1.75 0h-1.75v.954546h1.75z" transform="matrix(-1 0 0 -1 7.875 13.125)"/></g><path d="m.875 1.75c.48325 0 .875-.39175.875-.875 0-.483249-.39175-.875-.875-.875-.483249 0-.875.391751-.875.875 0 .48325.391751.875.875.875z" fill="#34a853" transform="translate(9.22726 9.46594)"/> <path d="m.875 1.75c.48325 0 .875-.39175.875-.875 0-.483249-.39175-.875-.875-.875-.483249 0-.875.391751-.875.875 0 .48325.391751.875.875.875z" fill="#34a853" transform="translate(9.22726 6.36359)"/> <path d="m1.75 0h-1.75v3.10227h1.75z" fill="#34a853" transform="matrix(-1 0 0 -1 10.9773 10.3409)"/><path d="m.875 1.75c.48325 0 .875-.39175.875-.875 0-.483249-.39175-.875-.875-.875-.483249 0-.875.391751-.875.875 0 .48325.391751.875.875.875z" fill="#fab908" transform="translate(6.125 3.57953)"/> <path d="m.875 1.75c.48325 0 .875-.39175.875-.875 0-.483249-.39175-.875-.875-.875-.483249 0-.875.391751-.875.875 0 .48325.391751.875.875.875z" fill="#fab908" transform="translate(6.125 8.67047)"/> </symbol> <symbol id="npr-one" viewBox="0 0 15 16"> <g clip-rule="evenodd" fill-rule="evenodd"> <path d="m-.00000001 3.99903 3.11681001 1.9192c.6747-1.24356 1.93544-2.08032 3.37935-2.08032v-3.83791c-2.77571 0-5.1993 1.60843-6.49616001 3.99903z" fill="#d61900" transform="translate(1.00378)"/> <path d="m3.78823 5.28599c-.12325-.40495-.18984-.83705-.18984-1.28579 0-.75804.19011-1.4688.52217-2.081-1.53085-.942623-2.25153-1.386398-3.11681-1.91919993-.638301 1.17671993-1.00375 2.54287993-1.00375 4.00019993 0 1.45723.365449 2.82349 1.00375 4.0002l1.97257-1.21466z" fill="#f30" transform="translate(0 4.00128)"/> <path d="m-.00000001 1.21467c1.29686001 2.3906 3.72045001 3.99903 6.49616001 3.99903v-3.83801c-1.15017 0-2.18402-.530854-2.89814-1.37539816h-1.62563l.00018-.00029136z" fill="#83aeed" transform="translate(1.00378 10.7867)"/> <path d="m6.49625 1.9192-3.1168-1.91919949c-.67471 1.24355949-1.93535 2.08022949-3.37944981 2.08022949v3.838c2.77589981 0 5.19938981-1.60843 6.49624981-3.99903z" fill="#3266cc" transform="translate(7.50012 10.0768)"/> <path d="m.522174 4.0002c0 .75815-.190114 1.46881-.52217447 2.08101l3.11681047 1.91919c.63839-1.17671 1.00375-2.54297 1.00375-4.0002 0-1.45732-.36536-2.82348-1.00375-4.00019993-.86528.53280193-1.58596.97657693-3.11681047 1.91919993.33206047.6122.52217447 1.32296.52217447 2.081z" fill="#3a3a3a" transform="translate(10.8795 4.00128)"/> <path d="m.00000019 3.83791c1.44409981 0 2.70473981.83676 3.37944981 2.08032l3.1168-1.9192c-1.29686-2.3906-3.72044-3.99903-6.49624981-3.99903z" fill="#191919" transform="translate(7.50012)"/> </g> </symbol> <symbol id="overcast" viewBox="0 0 365 365" fill="none"> <g xmlns="http://www.w3.org/2000/svg" id="surface1"> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(96.099854%,49.398804%,12.5%);fill-opacity:1;" d="M 90.179688 274.820313 C 66.550781 251.195313 51.9375 218.554688 51.9375 182.5 C 51.9375 146.445313 66.550781 113.804688 90.179688 90.179688 L 101.789063 101.789063 C 81.136719 122.445313 68.359375 150.980469 68.359375 182.5 C 68.359375 214.019531 81.136719 242.554688 101.789063 263.210938 Z M 125.890625 239.109375 C 111.402344 224.621094 102.441406 204.609375 102.441406 182.5 C 102.441406 160.390625 111.402344 140.378906 125.890625 125.890625 L 137.503906 137.503906 C 125.988281 149.019531 118.863281 164.925781 118.863281 182.5 C 118.863281 200.074219 125.988281 215.980469 137.503906 227.496094 Z M 227.496094 227.496094 C 239.011719 215.980469 246.136719 200.074219 246.136719 182.5 C 246.136719 164.925781 239.011719 149.019531 227.496094 137.503906 L 239.109375 125.890625 C 253.597656 140.378906 262.558594 160.390625 262.558594 182.5 C 262.558594 204.609375 253.597656 224.621094 239.109375 239.109375 Z M 274.820313 274.820313 L 263.210938 263.210938 C 283.863281 242.554688 296.640625 214.019531 296.640625 182.5 C 296.640625 150.980469 283.863281 122.445313 263.210938 101.789063 L 274.820313 90.179688 C 298.449219 113.804688 313.0625 146.445313 313.0625 182.5 C 313.0625 218.554688 298.449219 251.195313 274.820313 274.820313 Z M 182.5 16.640625 C 90.898438 16.640625 16.640625 90.898438 16.640625 182.5 C 16.640625 255.765625 64.148438 317.933594 130.039063 339.886719 L 172.632813 212.101563 C 160.238281 207.972656 151.296875 196.28125 151.296875 182.5 C 151.296875 165.265625 165.265625 151.296875 182.5 151.296875 C 199.734375 151.296875 213.703125 165.265625 213.703125 182.5 C 213.703125 196.28125 204.761719 207.972656 192.367188 212.101563 L 234.960938 339.886719 C 300.851563 317.933594 348.359375 255.765625 348.359375 182.5 C 348.359375 90.898438 274.101563 16.640625 182.5 16.640625 Z M 202.902344 347.109375 C 195.519531 341.375 188.371094 335.058594 181.539063 328.164063 C 174.933594 334.996094 168.046875 341.269531 160.945313 346.96875 C 168 347.882813 175.195313 348.359375 182.5 348.359375 C 189.40625 348.359375 196.214844 347.933594 202.902344 347.109375 Z M 191.792969 316.824219 C 200.890625 327.066406 210.65625 336.113281 220.847656 343.898438 C 221.527344 343.734375 222.203125 343.570313 222.878906 343.402344 L 205.261719 299.355469 C 200.972656 305.472656 196.472656 311.300781 191.792969 316.824219 Z M 182.257813 305.34375 C 187.945313 298.007813 193.300781 290.164063 198.257813 281.84375 L 182.5 242.453125 L 166.550781 282.324219 C 171.425781 290.464844 176.679688 298.148438 182.257813 305.34375 Z M 143.78125 343.804688 C 153.617188 336.28125 163.054688 327.59375 171.875 317.78125 C 167.367188 312.621094 163.03125 307.179688 158.894531 301.46875 L 142.121094 343.402344 C 142.671875 343.539063 143.226563 343.671875 143.78125 343.804688 Z M 182.5 364.796875 C 81.820313 364.796875 0.207031 283.179688 0.207031 182.5 C 0.207031 81.820313 81.820313 0.203125 182.5 0.203125 C 283.179688 0.203125 364.796875 81.820313 364.796875 182.5 C 364.796875 283.179688 283.179688 364.796875 182.5 364.796875 "/> <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 90.179688 274.820313 L 90.324219 274.675781 C 66.734375 251.085938 52.140625 218.496094 52.140625 182.5 C 52.140625 146.503906 66.730469 113.914063 90.324219 90.324219 L 90.179688 90.179688 L 90.03125 90.324219 L 101.644531 101.9375 L 101.789063 101.789063 L 101.644531 101.644531 C 80.953125 122.339844 68.15625 150.925781 68.15625 182.5 C 68.15625 214.074219 80.953125 242.660156 101.644531 263.355469 L 101.789063 263.210938 L 101.644531 263.0625 L 90.03125 274.675781 L 90.179688 274.820313 L 90.324219 274.675781 L 90.179688 274.820313 L 90.324219 274.96875 L 102.082031 263.210938 L 101.9375 263.0625 C 81.316406 242.445313 68.566406 213.964844 68.566406 182.5 C 68.566406 151.035156 81.316406 122.554688 101.9375 101.9375 L 102.082031 101.789063 L 90.179688 89.886719 L 90.03125 90.03125 C 66.367188 113.695313 51.730469 146.390625 51.730469 182.5 C 51.730469 218.609375 66.367188 251.304688 90.03125 274.96875 L 90.179688 275.113281 L 90.324219 274.96875 Z M 125.890625 239.109375 L 126.035156 238.964844 C 111.582031 224.515625 102.644531 204.550781 102.644531 182.5 C 102.644531 160.449219 111.582031 140.484375 126.035156 126.035156 L 125.890625 125.890625 L 125.742188 126.035156 L 137.355469 137.648438 L 137.503906 137.503906 L 137.355469 137.355469 C 125.804688 148.910156 118.660156 164.871094 118.660156 182.5 C 118.660156 200.128906 125.804688 216.089844 137.355469 227.644531 L 137.503906 227.496094 L 137.355469 227.351563 L 125.742188 238.964844 L 125.890625 239.109375 L 126.035156 238.964844 L 125.890625 239.109375 L 126.035156 239.257813 L 137.792969 227.496094 L 137.648438 227.351563 C 126.167969 215.871094 119.070313 200.015625 119.070313 182.5 C 119.070313 164.984375 126.167969 149.128906 137.648438 137.648438 L 137.792969 137.503906 L 125.890625 125.597656 L 125.742188 125.742188 C 111.21875 140.269531 102.234375 160.335938 102.234375 182.5 C 102.234375 204.664063 111.21875 224.730469 125.742188 239.257813 L 125.890625 239.402344 L 126.035156 239.257813 Z M 227.496094 227.496094 L 227.644531 227.644531 C 239.195313 216.089844 246.339844 200.128906 246.339844 182.5 C 246.339844 164.871094 239.195313 148.910156 227.644531 137.355469 L 227.496094 137.503906 L 227.644531 137.648438 L 239.257813 126.035156 L 239.109375 125.890625 L 238.964844 126.035156 C 253.417969 140.484375 262.355469 160.449219 262.355469 182.5 C 262.355469 204.550781 253.417969 224.515625 238.964844 238.964844 L 239.109375 239.109375 L 239.257813 238.964844 L 227.644531 227.351563 L 227.496094 227.496094 L 227.644531 227.644531 L 227.496094 227.496094 L 227.351563 227.644531 L 239.109375 239.402344 L 239.257813 239.257813 C 253.78125 224.730469 262.765625 204.664063 262.765625 182.5 C 262.765625 160.335938 253.78125 140.269531 239.257813 125.742188 L 239.109375 125.597656 L 227.207031 137.503906 L 227.351563 137.648438 C 238.832031 149.128906 245.929688 164.984375 245.929688 182.5 C 245.929688 200.015625 238.832031 215.871094 227.351563 227.351563 L 227.207031 227.496094 L 227.351563 227.644531 Z M 274.820313 274.820313 L 274.96875 274.675781 L 263.355469 263.0625 L 263.210938 263.210938 L 263.355469 263.355469 C 284.046875 242.660156 296.84375 214.074219 296.84375 182.5 C 296.84375 150.925781 284.046875 122.339844 263.355469 101.644531 L 263.210938 101.789063 L 263.355469 101.9375 L 274.96875 90.324219 L 274.820313 90.179688 L 274.675781 90.324219 C 298.265625 113.914063 312.855469 146.503906 312.855469 182.5 C 312.855469 218.496094 298.265625 251.085938 274.675781 274.675781 L 274.820313 274.820313 L 274.96875 274.675781 L 274.820313 274.820313 L 274.96875 274.96875 C 298.632813 251.304688 313.269531 218.609375 313.269531 182.5 C 313.269531 146.390625 298.632813 113.695313 274.96875 90.03125 L 274.820313 89.886719 L 262.917969 101.789063 L 263.0625 101.9375 C 283.683594 122.554688 296.433594 151.035156 296.433594 182.5 C 296.433594 213.964844 283.683594 242.445313 263.0625 263.0625 L 262.917969 263.210938 L 274.820313 275.113281 L 274.96875 274.96875 Z M 182.5 16.640625 L 182.5 16.433594 C 90.785156 16.433594 16.433594 90.785156 16.433594 182.5 C 16.433594 255.859375 64.003906 318.097656 129.972656 340.082031 L 130.167969 340.144531 L 172.894531 211.972656 L 172.699219 211.90625 C 160.382813 207.804688 151.503906 196.191406 151.503906 182.5 C 151.503906 173.941406 154.972656 166.191406 160.582031 160.582031 C 166.191406 154.972656 173.9375 151.503906 182.5 151.503906 C 191.058594 151.503906 198.808594 154.972656 204.417969 160.582031 C 210.027344 166.191406 213.496094 173.9375 213.496094 182.5 C 213.496094 196.191406 204.617188 207.804688 192.300781 211.90625 L 192.105469 211.972656 L 234.832031 340.144531 L 235.027344 340.082031 C 301 318.097656 348.566406 255.859375 348.566406 182.5 C 348.566406 90.785156 274.214844 16.433594 182.5 16.433594 L 182.5 16.84375 C 228.246094 16.84375 269.65625 35.386719 299.636719 65.363281 C 329.613281 95.34375 348.15625 136.753906 348.15625 182.5 C 348.15625 255.675781 300.703125 317.765625 234.898438 339.691406 L 234.960938 339.886719 L 235.15625 339.820313 L 192.5625 212.035156 L 192.367188 212.101563 L 192.433594 212.296875 C 204.910156 208.140625 213.90625 196.375 213.910156 182.5 C 213.90625 165.152344 199.847656 151.09375 182.5 151.089844 C 165.152344 151.09375 151.09375 165.152344 151.089844 182.5 C 151.09375 196.375 160.089844 208.140625 172.566406 212.296875 L 172.632813 212.101563 L 172.4375 212.035156 L 129.84375 339.820313 L 130.039063 339.886719 L 130.101563 339.691406 C 64.296875 317.765625 16.84375 255.675781 16.84375 182.5 C 16.84375 136.753906 35.386719 95.34375 65.363281 65.363281 C 95.34375 35.386719 136.753906 16.84375 182.5 16.84375 Z M 202.902344 347.109375 L 203.027344 346.949219 C 195.652344 341.21875 188.511719 334.90625 181.683594 328.019531 L 181.535156 327.867188 L 181.390625 328.019531 C 174.792969 334.847656 167.910156 341.113281 160.816406 346.808594 L 160.441406 347.109375 L 160.917969 347.171875 C 167.984375 348.089844 175.1875 348.566406 182.5 348.566406 C 189.414063 348.566406 196.230469 348.136719 202.925781 347.316406 L 203.417969 347.253906 L 203.027344 346.949219 L 202.902344 347.109375 L 202.875 346.90625 C 196.199219 347.726563 189.398438 348.15625 182.5 348.15625 C 175.203125 348.15625 168.019531 347.679688 160.972656 346.765625 L 160.945313 346.96875 L 161.074219 347.128906 C 168.179688 341.421875 175.078125 335.144531 181.6875 328.304688 L 181.539063 328.164063 L 181.394531 328.308594 C 188.230469 335.210938 195.386719 341.53125 202.773438 347.273438 L 202.902344 347.109375 L 202.875 346.90625 Z M 191.792969 316.824219 L 191.636719 316.964844 C 200.742188 327.210938 210.519531 336.269531 220.722656 344.058594 L 220.800781 344.117188 L 220.894531 344.097656 C 221.574219 343.9375 222.253906 343.769531 222.929688 343.601563 L 223.15625 343.542969 L 205.3125 298.929688 L 205.09375 299.238281 C 200.808594 305.347656 196.3125 311.171875 191.636719 316.695313 L 191.519531 316.832031 L 191.636719 316.964844 L 191.792969 316.824219 L 191.949219 316.960938 C 196.632813 311.429688 201.136719 305.59375 205.429688 299.472656 L 205.261719 299.355469 L 205.070313 299.433594 L 222.6875 343.476563 L 222.878906 343.402344 L 222.828125 343.203125 C 222.152344 343.371094 221.476563 343.535156 220.800781 343.695313 L 220.847656 343.898438 L 220.972656 343.734375 C 210.789063 335.957031 201.035156 326.917969 191.945313 316.691406 L 191.792969 316.824219 L 191.949219 316.960938 Z M 182.257813 305.34375 L 182.421875 305.46875 C 188.113281 298.128906 193.472656 290.273438 198.433594 281.945313 L 198.484375 281.859375 L 182.5 241.898438 L 166.320313 282.34375 L 166.375 282.429688 C 171.253906 290.578125 176.511719 298.269531 182.097656 305.46875 L 182.257813 305.679688 L 182.421875 305.46875 L 182.257813 305.34375 L 182.421875 305.21875 C 176.847656 298.03125 171.597656 290.351563 166.726563 282.21875 L 166.550781 282.324219 L 166.742188 282.402344 L 182.5 243.003906 L 198.066406 281.917969 L 198.257813 281.84375 L 198.078125 281.738281 C 193.128906 290.050781 187.777344 297.890625 182.097656 305.21875 L 182.257813 305.34375 L 182.421875 305.21875 Z M 143.78125 343.804688 L 143.90625 343.96875 C 153.75 336.4375 163.199219 327.738281 172.027344 317.917969 L 172.152344 317.785156 L 172.03125 317.648438 C 167.527344 312.492188 163.195313 307.054688 159.058594 301.351563 L 158.839844 301.046875 L 141.84375 343.542969 L 142.070313 343.601563 C 142.625 343.738281 143.179688 343.871094 143.734375 344.007813 L 143.828125 344.027344 L 143.90625 343.96875 L 143.78125 343.804688 L 143.828125 343.605469 C 143.273438 343.472656 142.722656 343.339844 142.171875 343.203125 L 142.121094 343.402344 L 142.3125 343.476563 L 159.085938 301.546875 L 158.894531 301.46875 L 158.726563 301.589844 C 162.871094 307.304688 167.207031 312.753906 171.722656 317.917969 L 171.875 317.78125 L 171.722656 317.644531 C 162.910156 327.445313 153.480469 336.128906 143.65625 343.644531 L 143.78125 343.804688 L 143.828125 343.605469 Z M 182.5 364.796875 L 182.5 364.589844 C 132.21875 364.589844 86.695313 344.210938 53.742188 311.257813 C 20.792969 278.304688 0.410156 232.78125 0.410156 182.5 C 0.410156 132.21875 20.792969 86.695313 53.742188 53.742188 C 86.695313 20.789063 132.21875 0.410156 182.5 0.410156 C 232.78125 0.410156 278.304688 20.789063 311.257813 53.742188 C 344.210938 86.695313 364.589844 132.21875 364.589844 182.5 C 364.589844 232.78125 344.210938 278.304688 311.257813 311.257813 C 278.304688 344.210938 232.78125 364.589844 182.5 364.589844 L 182.5 365 C 283.292969 365 365 283.292969 365 182.5 C 365 81.707031 283.292969 0 182.5 0 C 81.707031 0 0 81.707031 0 182.5 C 0 283.292969 81.707031 365 182.5 365 L 182.5 364.796875 "/> </g> </symbol> <symbol id="pandora" viewBox="0 0 180 200"> <g id="bg"> <rect fill="#FFFFFF" width="180" height="200"/> </g> <g id="icons"> <g> <path fill="#019FEE" d="M160.7,74.2c-0.9-8.8-3.4-17.1-8.8-24.4c-4.1-5.6-9.4-9.8-15.6-13c-6-3-12.3-5-19-5.9l0,0 c-3.9-0.6-7.8-0.9-11.8-0.9H43.8c-0.4,0-0.7,0.3-0.7,0.7l0,0c0,46.1,0,92.2,0,138.3v0.1c0,0.4,0.3,0.7,0.7,0.7l0,0 c12.3,0,24.7,0,37,0c3.3,0,6-2.7,6.1-5.9c0-0.3,0-0.6,0-0.7c0-8.6,0-17.1,0-25.5v-0.3c0-0.4,0.3-0.7,0.7-0.7c0,0,0,0,0.1,0 c3.1,0,6.4,0,9.6,0c2.4,0,4.9,0,7.3-0.3c7.8-0.6,15.7-2,23.1-5c2.3-0.9,4.6-2,6.9-3.1c9-4.9,15.8-11.7,20.6-20.8 c2.3-4.6,3.9-9.4,4.9-14.6c0.6-2.7,0.9-5.4,1-8.3c0-0.1,0-0.1,0-0.3s0-0.1,0-0.3v-7c0,0,0,0,0-0.1C160.9,76,160.8,75.1,160.7,74.2 z"/> </g> </g> </symbol> <symbol id="pocket-casts" viewBox="0 0 39 36" style="enable-background:new 0 0 39 36;"> <g> <path fill="#F44336" d="M18,36c9.9,0,18-8,18-18S28,0,18,0S0,8,0,18S8,36,18,36L18,36L18,36z"/> <path fill="#FFFFFF" d="M17.8,27.1c-4.8-0.2-8.7-4.1-8.7-9c0-5,4.1-9,9-9s8.9,3.9,9,8.7c0,0.2,0.1,0.3,0.3,0.3H30 c0.2,0,0.3-0.1,0.3-0.3C30.1,11.2,24.7,5.9,18,5.9c-6.8,0-12.3,5.5-12.3,12.3c0,6.7,5.3,12.1,11.9,12.3c0.2,0,0.3-0.1,0.3-0.3v-2.6 C18.1,27.2,17.9,27.1,17.8,27.1L17.8,27.1L17.8,27.1z M18.1,11c-3.9,0-7.1,3.2-7.1,7.1c0,3.8,3,6.9,6.8,7.1c0.2,0,0.3-0.1,0.3-0.3 v-2.1c0-0.2-0.1-0.3-0.3-0.3c-2.3-0.2-4.1-2.1-4.1-4.4c0-2.4,2-4.4,4.4-4.4c2.3,0,4.2,1.8,4.4,4.1c0,0.2,0.2,0.3,0.3,0.3h2.1 c0.2,0,0.3-0.2,0.3-0.3C25,14,21.9,11,18.1,11L18.1,11L18.1,11z"/> </g> </symbol> <symbol id="rss" viewBox="0 0 12 12"> <path d="m1.59148 8.7795c-.878186.0032-1.58780186.71645-1.58566708 1.5938.00213478.8773.71521308 1.5871 1.59340708 1.5861.87819-.0011 1.58954-.7126 1.58955-1.59-.0032-.879-.71739-1.58991-1.59729-1.5899zm-1.59147997-4.7118v2.32108c1.48808997.00154 2.91461997.59358 3.96575997 1.64589 1.05115 1.05231 1.64082 2.47873 1.63927 3.96533h2.32333c.00464-2.10318-.82881-4.12172-2.31634-5.60999-1.48753-1.48826-3.5068-2.32386-5.61201997-2.32231zm0-4.06189726v2.32108726c5.33125997.00952 9.65431997 4.31803 9.67666997 9.64411h2.32333c-.0096-6.61422-5.37938-11.97100707-11.99999997-11.9710001z" fill="#257BBC"/> </symbol> <symbol id="spotify" viewBox="0 0 170.1 170.1" style="enable-background:new 0 0 170.1 170.1;" xml:space="preserve"> <g> <g> <g> <path fill="#1ED760" d="M85,1.3C38.8,1.3,1.3,38.8,1.3,85c0,46.3,37.5,83.7,83.7,83.7c46.3,0,83.7-37.5,83.7-83.7 C168.8,38.8,131.3,1.3,85,1.3z M123.4,122.1c-1.5,2.5-4.7,3.2-7.2,1.7c-19.7-12-44.4-14.7-73.6-8.1c-2.8,0.6-5.6-1.1-6.2-3.9 c-0.6-2.8,1.1-5.6,3.9-6.2c31.9-7.3,59.3-4.2,81.3,9.3C124.2,116.4,124.9,119.6,123.4,122.1z M133.7,99.3c-1.9,3.1-5.9,4-9,2.2 c-22.5-13.8-56.8-17.8-83.4-9.8c-3.5,1-7.1-0.9-8.1-4.3c-1-3.5,0.9-7.1,4.4-8.1c30.4-9.2,68.2-4.8,94.1,11.1 C134.6,92.2,135.6,96.2,133.7,99.3z M134.6,75.5c-27-16-71.5-17.5-97.3-9.7c-4.1,1.3-8.5-1.1-9.8-5.2c-1.3-4.1,1.1-8.5,5.2-9.8 c29.6-9,78.8-7.2,109.8,11.2c3.7,2.2,4.9,7,2.7,10.7C143.1,76.5,138.3,77.7,134.6,75.5z"/> </g> </g> </g> </symbol> <symbol id="stitcher" viewBox="0 0 122.88 51.61" style="enable-background:new 0 0 122.88 51.61"> <g> <polygon fill="#3590C5" points="0,10.14 21.5,10.14 21.5,49.15 0,49.15 0,10.14"/> <polygon fill="#C53827" points="101.38,7.99 122.88,7.99 122.88,43.93 101.38,43.93 101.38,7.99"/> <polygon fill="#EC8B24" points="76.19,0 97.69,0 97.69,46.7 76.19,46.7 76.19,0"/> <polygon fill="#FBC618" points="51,6.76 72.5,6.76 72.5,51.61 51,51.61 51,6.76"/> <polygon fill="#612268" points="25.5,3.07 47,3.07 47,46.39 25.5,46.39 25.5,3.07"/></g> </symbol> <symbol id="tuneIn" viewBox="56 56 200 88" fill="none"> <g id="Logos"> <g id="Logo__x2013__Horizontal_1A_12_"> <g id="Logo_2_"> <path fill="#1C203C" d="M95,96.8v4c0,0.4-0.4,0.8-0.8,0.8h-5c-0.2,0-0.4,0.2-0.4,0.4v21.2c0,0.4-0.4,0.8-0.8,0.8h-4 c-0.4,0-0.8-0.4-0.8-0.8V102c0-0.2-0.2-0.4-0.4-0.4h-5c-0.4,0-0.8-0.4-0.8-0.8v-4c0-0.4,0.4-0.8,0.8-0.8h16.4 C94.6,96,95,96.4,95,96.8z M117,96h-4c-0.4,0-0.8,0.4-0.8,0.8v18.8c0,1.8-1.4,3.2-3.9,3.2c-2.4,0-3.8-1.4-3.8-3.2V96.8 c0-0.4-0.4-0.8-0.8-0.8h-4c-0.4,0-0.8,0.4-0.8,0.8v18.8c0,4.8,4,8.8,9.4,8.8c5.5,0,9.5-4,9.5-8.8V96.8 C117.8,96.4,117.4,96,117,96z M139.6,96h-4c-0.4,0-0.8,0.4-0.8,0.8v15c0,0.2-0.3,0.3-0.4,0.1l-5.5-15.2c-0.1-0.4-0.4-0.7-1-0.7 h-4.8c-0.4,0-0.8,0.4-0.8,0.8v26.4c0,0.4,0.4,0.8,0.8,0.8h4c0.4,0,0.8-0.4,0.8-0.8v-13.8c0-0.2,0.3-0.3,0.4-0.1l5.4,14 c0.1,0.3,0.4,0.7,1.1,0.7h4.7c0.4,0,0.8-0.4,0.8-0.8V96.8C140.4,96.4,140,96,139.6,96z M160.3,118.4h-9.5c-0.2,0-0.4-0.2-0.4-0.4 v-4.8c0-0.2,0.2-0.4,0.4-0.4h9c0.4,0,0.8-0.4,0.8-0.8v-4c0-0.4-0.4-0.8-0.8-0.8h-9c-0.2,0-0.4-0.2-0.4-0.4V102 c0-0.2,0.2-0.4,0.4-0.4h9.3c0.4,0,0.8-0.4,0.8-0.8v-4c0-0.4-0.4-0.8-0.8-0.8h-14.5c-0.4,0-0.8,0.4-0.8,0.8v26.4 c0,0.4,0.4,0.8,0.8,0.8h14.7c0.4,0,0.8-0.4,0.8-0.8v-4C161.1,118.8,160.7,118.4,160.3,118.4z M256,59v62c0,1.7-1.3,3-3,3h-69v17 c0,1.7-1.3,3-3,3H59c-1.7,0-3-1.3-3-3V79c0-1.7,1.3-3,3-3h119V59c0-1.7,1.3-3,3-3h72C254.7,56,256,57.3,256,59z M178,82H62.5 c-0.3,0-0.5,0.2-0.5,0.5v55c0,0.3,0.2,0.5,0.5,0.5h115c0.3,0,0.5-0.2,0.5-0.5V82z M213.8,99.4c0-0.4-0.4-0.8-0.8-0.8h-3.4 c-0.2,0-0.4-0.2-0.4-0.4V81.8c0-0.2,0.2-0.4,0.4-0.4h3c0.4,0,0.8-0.4,0.8-0.8v-3.8c0-0.4-0.4-0.8-0.8-0.8h-12.4 c-0.4,0-0.8,0.4-0.8,0.8v3.8c0,0.4,0.4,0.8,0.8,0.8h3c0.2,0,0.4,0.2,0.4,0.4v16.4c0,0.2-0.2,0.4-0.4,0.4h-3.4 c-0.4,0-0.8,0.4-0.8,0.8v3.8c0,0.4,0.4,0.8,0.8,0.8H213c0.4,0,0.8-0.4,0.8-0.8V99.4z M236.2,76.8c0-0.4-0.4-0.8-0.8-0.8h-4 c-0.4,0-0.8,0.4-0.8,0.8v15c0,0.2-0.3,0.3-0.4,0.1l-5.5-15.2c-0.1-0.4-0.4-0.7-1-0.7H219c-0.4,0-0.8,0.4-0.8,0.8v26.4 c0,0.4,0.4,0.8,0.8,0.8h4c0.4,0,0.8-0.4,0.8-0.8V89.4c0-0.2,0.3-0.3,0.4-0.1l5.4,14c0.1,0.3,0.4,0.7,1.1,0.7h4.7 c0.4,0,0.8-0.4,0.8-0.8V76.8z"/> </g> </g> </g> </symbol> <symbol id="icon-globe" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 21"> <path d="M10 2.375C8.39303 2.375 6.82214 2.85152 5.486 3.74431C4.14985 4.6371 3.10844 5.90605 2.49348 7.3907C1.87852 8.87535 1.71762 10.509 2.03112 12.0851C2.34463 13.6612 3.11846 15.1089 4.25476 16.2452C5.39106 17.3815 6.8388 18.1554 8.4149 18.4689C9.99099 18.7824 11.6247 18.6215 13.1093 18.0065C14.594 17.3916 15.8629 16.3502 16.7557 15.014C17.6485 13.6779 18.125 12.107 18.125 10.5C18.1227 8.34581 17.266 6.28051 15.7427 4.75727C14.2195 3.23403 12.1542 2.37727 10 2.375ZM16.875 10.5C16.8757 11.382 16.7059 12.2558 16.375 13.0734L12.8828 10.9258C12.7343 10.8342 12.5682 10.7748 12.3953 10.7516L10.6125 10.5109C10.3668 10.4789 10.1172 10.5201 9.89483 10.6293C9.67247 10.7386 9.48729 10.911 9.3625 11.125H8.68125L8.38438 10.5109C8.30231 10.34 8.18219 10.19 8.03324 10.0726C7.88428 9.95521 7.71043 9.87345 7.525 9.83359L6.9 9.69844L7.51094 8.625H8.81641C9.02766 8.62459 9.23538 8.57084 9.42032 8.46875L10.3773 7.94062C10.4614 7.89376 10.54 7.83768 10.6117 7.77344L12.7141 5.87188C12.9248 5.68298 13.0649 5.42788 13.1112 5.14865C13.1575 4.86942 13.1073 4.58276 12.9688 4.33594L12.9406 4.28516C14.117 4.84297 15.1111 5.72296 15.8075 6.82301C16.5039 7.92306 16.8741 9.19805 16.875 10.5ZM3.125 10.5C3.12396 9.47814 3.35194 8.46904 3.79219 7.54688L4.67813 9.91172C4.75196 10.1075 4.87376 10.2817 5.03237 10.4181C5.19098 10.5546 5.38132 10.6491 5.58594 10.693L7.26016 11.0531L7.55782 11.6719C7.66112 11.8823 7.82121 12.0597 8.02001 12.1839C8.2188 12.3082 8.44839 12.3744 8.68282 12.375H8.79844L8.2336 13.643C8.13407 13.8662 8.1022 14.1138 8.14191 14.355C8.18162 14.5962 8.29118 14.8204 8.45704 15L8.46797 15.0109L10 16.5891L9.84844 17.3703C8.05299 17.3285 6.34497 16.5867 5.08885 15.3031C3.83273 14.0196 3.12798 12.2959 3.125 10.5Z" /> </symbol> <symbol id="caretDown" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path id="Vector" d="M14.0306 6.53073L9.0306 11.5307C8.96092 11.6007 8.87813 11.6561 8.78696 11.694C8.6958 11.7318 8.59806 11.7513 8.49935 11.7513C8.40064 11.7513 8.3029 11.7318 8.21173 11.694C8.12057 11.6561 8.03778 11.6007 7.9681 11.5307L2.9681 6.53073C2.8272 6.38984 2.74805 6.19874 2.74805 5.99948C2.74805 5.80023 2.8272 5.60913 2.9681 5.46823C3.10899 5.32734 3.30009 5.24818 3.49935 5.24818C3.69861 5.24818 3.8897 5.32734 4.0306 5.46823L8.49997 9.93761L12.9693 5.46761C13.1102 5.32671 13.3013 5.24756 13.5006 5.24756C13.6999 5.24756 13.891 5.32671 14.0318 5.46761C14.1727 5.60851 14.2519 5.7996 14.2519 5.99886C14.2519 6.19812 14.1727 6.38921 14.0318 6.53011L14.0306 6.53073Z" fill="currentColor"/> </symbol> <symbol id="globe" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path id="Vector" d="M8.5 1.25C7.16498 1.25 5.85994 1.64588 4.7499 2.38758C3.63987 3.12928 2.77471 4.18349 2.26382 5.41689C1.75292 6.65029 1.61925 8.00749 1.8797 9.31686C2.14015 10.6262 2.78303 11.829 3.72703 12.773C4.67104 13.717 5.87377 14.3598 7.18314 14.6203C8.49252 14.8808 9.84971 14.7471 11.0831 14.2362C12.3165 13.7253 13.3707 12.8601 14.1124 11.7501C14.8541 10.6401 15.25 9.33502 15.25 8C15.248 6.2104 14.5362 4.49466 13.2708 3.22922C12.0053 1.96378 10.2896 1.25199 8.5 1.25ZM7.19188 10.75H9.80813C9.52459 11.6137 9.0808 12.4163 8.5 13.1156C7.9192 12.4163 7.47541 11.6137 7.19188 10.75ZM6.83813 9.25C6.72063 8.42081 6.72063 7.57919 6.83813 6.75H10.1619C10.2794 7.57919 10.2794 8.42081 10.1619 9.25H6.83813ZM3.25 8C3.24998 7.57873 3.30098 7.15901 3.40188 6.75H5.32625C5.22458 7.58023 5.22458 8.41977 5.32625 9.25H3.40188C3.30098 8.84099 3.24998 8.42127 3.25 8ZM9.80813 5.25H7.19188C7.47541 4.38627 7.9192 3.58372 8.5 2.88438C9.0808 3.58372 9.52459 4.38627 9.80813 5.25ZM11.6738 6.75H13.5981C13.8006 7.57103 13.8006 8.42897 13.5981 9.25H11.6738C11.7754 8.41977 11.7754 7.58023 11.6738 6.75ZM12.97 5.25H11.375C11.1716 4.51628 10.8788 3.81036 10.5031 3.14812C11.5254 3.5729 12.3883 4.30815 12.97 5.25ZM6.5 3.14812C6.12323 3.81021 5.82936 4.51614 5.625 5.25H4.03C4.6125 4.30765 5.47659 3.57234 6.5 3.14812ZM4.03 10.75H5.625C5.82936 11.4839 6.12323 12.1898 6.5 12.8519C5.47659 12.4277 4.6125 11.6923 4.03 10.75ZM10.5031 12.8519C10.8788 12.1896 11.1716 11.4837 11.375 10.75H12.97C12.3883 11.6918 11.5254 12.4271 10.5031 12.8519Z" fill="currentColor"/> </symbol> <symbol id="translate" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path id="Vector" d="M15.6706 13.1644L12.1706 6.16437C12.1083 6.0399 12.0126 5.93523 11.8941 5.86207C11.7757 5.78892 11.6392 5.75018 11.5 5.75018C11.3608 5.75018 11.2243 5.78892 11.1059 5.86207C10.9874 5.93523 10.8917 6.0399 10.8294 6.16437L9.54688 8.72688C8.68285 8.65134 7.85089 8.36343 7.125 7.88875C8.00709 6.86293 8.55888 5.59466 8.70813 4.25H10C10.1989 4.25 10.3897 4.17098 10.5303 4.03033C10.671 3.88968 10.75 3.69891 10.75 3.5C10.75 3.30109 10.671 3.11032 10.5303 2.96967C10.3897 2.82902 10.1989 2.75 10 2.75H6.75V2C6.75 1.80109 6.67098 1.61032 6.53033 1.46967C6.38968 1.32902 6.19891 1.25 6 1.25C5.80109 1.25 5.61032 1.32902 5.46967 1.46967C5.32902 1.61032 5.25 1.80109 5.25 2V2.75H2C1.80109 2.75 1.61032 2.82902 1.46967 2.96967C1.32902 3.11032 1.25 3.30109 1.25 3.5C1.25 3.69891 1.32902 3.88968 1.46967 4.03033C1.61032 4.17098 1.80109 4.25 2 4.25H7.19562C7.05494 5.22747 6.64042 6.14514 6 6.89687C5.68748 6.53116 5.42671 6.12423 5.225 5.6875C5.18549 5.59565 5.12802 5.51262 5.05596 5.44331C4.9839 5.37399 4.8987 5.31978 4.80538 5.28387C4.71207 5.24796 4.61251 5.23107 4.51257 5.2342C4.41263 5.23733 4.31433 5.26041 4.22344 5.30208C4.13255 5.34375 4.05091 5.40318 3.98332 5.47686C3.91573 5.55055 3.86356 5.63701 3.82987 5.73115C3.79619 5.82529 3.78166 5.92522 3.78716 6.02506C3.79265 6.12489 3.81806 6.22262 3.86188 6.3125C4.12423 6.88308 4.46526 7.41407 4.875 7.89C4.02147 8.45182 3.02184 8.75084 2 8.75C1.80109 8.75 1.61032 8.82902 1.46967 8.96967C1.32902 9.11032 1.25 9.30109 1.25 9.5C1.25 9.69891 1.32902 9.88968 1.46967 10.0303C1.61032 10.171 1.80109 10.25 2 10.25C3.44002 10.2512 4.8423 9.78951 6 8.93312C6.83956 9.55097 7.81037 9.96676 8.83687 10.1481L7.32875 13.1644C7.28188 13.2527 7.25315 13.3496 7.24425 13.4492C7.23536 13.5488 7.24648 13.6492 7.27696 13.7444C7.30744 13.8397 7.35666 13.9279 7.42173 14.0039C7.48681 14.0798 7.56641 14.142 7.65587 14.1867C7.74533 14.2314 7.84282 14.2578 7.94263 14.2643C8.04243 14.2708 8.14253 14.2572 8.23702 14.2245C8.33151 14.1917 8.4185 14.1404 8.49286 14.0735C8.56721 14.0066 8.62744 13.9255 8.67 13.835L9.46313 12.25H13.5363L14.3287 13.835C14.3728 13.9231 14.4337 14.0017 14.5081 14.0662C14.5825 14.1308 14.6689 14.18 14.7624 14.2112C14.8558 14.2424 14.9545 14.2548 15.0527 14.2479C15.151 14.2409 15.2469 14.2147 15.335 14.1706C15.4231 14.1266 15.5017 14.0656 15.5662 13.9912C15.6308 13.9168 15.68 13.8304 15.7112 13.737C15.7424 13.6436 15.7548 13.5449 15.7479 13.4467C15.7409 13.3484 15.7147 13.2525 15.6706 13.1644ZM10.2131 10.75L11.5 8.17688L12.7863 10.75H10.2131Z" fill="currentColor"/> </symbol> <symbol id="icon-quote" xmlns="http://www.w3.org/2000/svg" width="24" height="22" viewBox="0 0 24 22" fill="none"> <path d="M2.9404 21.5904C2.03973 21.5904 1.3245 21.294 0.794702 20.7013C0.264901 20.1086 0 19.4081 0 18.5998C0 18.3843 0.02649 18.1688 0.0794701 17.9532C0.13245 17.6838 0.21192 17.4413 0.317881 17.2258L6.03973 0.818205C6.72848 0.764322 7.31126 0.71044 7.78808 0.656557C8.2649 0.548787 8.74172 0.441018 9.21854 0.333252L10.0132 0.899033L7.86755 21.5904H2.9404ZM16.9271 21.5904C16.0265 21.5904 15.3113 21.294 14.7815 20.7013C14.2517 20.1086 13.9868 19.4081 13.9868 18.5998C13.9868 18.3843 14.0132 18.1688 14.0662 17.9532C14.1192 17.6838 14.1987 17.4413 14.3046 17.2258L20.0265 0.818205C20.7152 0.764322 21.298 0.71044 21.7748 0.656557C22.2517 0.548787 22.7285 0.441018 23.2053 0.333252L24 0.899033L21.8543 21.5904H16.9271Z" fill="#FF9900"/> </symbol> </svg> <bsp-header class="Page-header"> <div class="Page-header-bar"> <div class="Page-header-bar-logo"><a aria-label="home page" href="/it-it/" data-cms-ai="0" > <picture> <source srcset="https://cdn-trustworthyshopping.aboutamazon.com/f3/8e/58ec707f412da0224824ea7769b5/amazon-logo.svg"/> <img class="Image" alt="Amazon logo" src="https://cdn-trustworthyshopping.aboutamazon.com/f3/8e/58ec707f412da0224824ea7769b5/amazon-logo.svg" > </picture> </a> </div> <div class="Page-header-navigation"> <nav class="Navigation"> <ul class="Navigation-items"> <li class="Navigation-items-item"><div class="NavigationItem has-menu" > <div class="NavigationItem-text"> <a href="https://trustworthyshopping.aboutamazon.com/it-it/approccio" data-cms-ai="0">Approccio</a> <div class="NavigationItem-more"> <button aria-label="More"><svg class="chevron"><use xlink:href="#chevron-down"></use></svg></button> </div> </div> <ul class="NavigationItem-items" > <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://trustworthyshopping.aboutamazon.com/it-it/il-nostro-approccio/estesi-controlli-proattivi" data-cms-ai="0"><span class="NavigationLink-text">Estesi controlli proattivi</span></a> </li> <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://trustworthyshopping.aboutamazon.com/it-it/il-nostro-approccio/tecnologie-e-strumenti-innovativi" data-cms-ai="0"><span class="NavigationLink-text">Tecnologie e strumenti innovativi</span></a> </li> <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://trustworthyshopping.aboutamazon.com/it-it/il-nostro-approccio/identificare-i-truffatori" data-cms-ai="0"><span class="NavigationLink-text">Identificare i truffatori</span></a> </li> <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://trustworthyshopping.aboutamazon.com/it-it/il-nostro-approccio/tutela-e-informazione-dei-clienti" data-cms-ai="0"><span class="NavigationLink-text">Tutela e informazione dei clienti</span></a> </li> <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://trustworthyshopping.aboutamazon.com/it-it/il-nostro-approccio/collaborare-tra-partner-e-settori" data-cms-ai="0"><span class="NavigationLink-text">Collaborare tra partner e settori</span></a> </li> </ul> </div> </li> <li class="Navigation-items-item"><div class="NavigationItem has-menu" > <div class="NavigationItem-text"> <a href="https://trustworthyshopping.aboutamazon.com/it-it/aree-di-focus" data-cms-ai="0">Aree di focus</a> <div class="NavigationItem-more"> <button aria-label="More"><svg class="chevron"><use xlink:href="#chevron-down"></use></svg></button> </div> </div> <ul class="NavigationItem-items" > <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://trustworthyshopping.aboutamazon.com/it-it/aree-di-focus/impedire-la-vendita-di-prodotti-non-sicuri-nel-nostro-store" data-cms-ai="0"><span class="NavigationLink-text">La sicurezza dei prodotti</span></a> </li> <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://trustworthyshopping.aboutamazon.com/it-it/aree-di-focus/amazon-si-impegna-a-portare-a-zero-la-contraffazione" data-cms-ai="0"><span class="NavigationLink-text">Prevenzione della contraffazione</span></a> </li> <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://trustworthyshopping.aboutamazon.com/it-it/come-amazon-garantisce-le-recensioni-affidabili" data-cms-ai="0"><span class="NavigationLink-text">Recensioni autentiche</span></a> </li> <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://trustworthyshopping.aboutamazon.com/it-it/aree-di-focus/aiutare-i-brand-a-proteggere-i-diritti-di-proprietà-intellettuale" data-cms-ai="0"><span class="NavigationLink-text">Protezione della proprietà intellettuale</span></a> </li> <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://trustworthyshopping.aboutamazon.com/it-it/aree-di-focus/proteggere-i-consumatori-da-truffe-di-identità" data-cms-ai="0"><span class="NavigationLink-text">Protezione dalle truffe</span></a> </li> </ul> </div> </li> <li class="Navigation-items-item"><div class="NavigationItem " > <div class="NavigationItem-text"> <a href="https://trustworthyshopping.aboutamazon.com/it-it/il-nostro-impatto" data-cms-ai="0">Impatto</a> </div> </div> </li> <li class="Navigation-items-item"><div class="NavigationItem " > <div class="NavigationItem-text"> <a href="https://trustworthyshopping.aboutamazon.com/it-it/ultimi-aggiornamenti" data-cms-ai="0">Ultimi aggiornamenti</a> </div> </div> </li> <li class="Navigation-items-item" data-current-nav-item><div class="NavigationItem " > <div class="NavigationItem-text"> <a href="https://trustworthyshopping.aboutamazon.com/it-it/risorse" data-cms-ai="0">Risorse</a> </div> </div> </li> </ul> </nav> </div> <div class="Page-header-end"> <div class="Page-header-languages"><bsp-language class="LanguagesMenu" data-show-on-hover> <a class="LanguagesMenu-text-link" role="button" tabindex="0" aria-label="Change language" aria-haspopup="true" aria-expanded="false" data-cms-ai="0"> <svg class="icon-globe"> <use xlink:href="#icon-globe"></use> </svg> <span>Italiano (IT)</span> <svg class="chevron"> <use xlink:href="#chevron-down"></use> </svg> </a> <ul class="LanguagesMenu-items" data-with-borders data-list-loadmore-items> <li class="LanguagesMenu-items-item"> <a class="LanguagesMenuItem" href="https://trustworthyshopping.aboutamazon.com/de-de/ressourcen" data-language-code="DE-DE" data-cms-ai="0">Deutsch (DE)</a> </li> <li class="LanguagesMenu-items-item"> <a class="LanguagesMenuItem" href="https://trustworthyshopping.aboutamazon.com/en-uk/resources" data-language-code="EN-GB" data-cms-ai="0">English (UK)</a> </li> <li class="LanguagesMenu-items-item"> <a class="LanguagesMenuItem" href="https://trustworthyshopping.aboutamazon.com/resources" data-language-code="EN-US" data-cms-ai="0">English (US)</a> </li> <li class="LanguagesMenu-items-item"> <a class="LanguagesMenuItem" href="https://trustworthyshopping.aboutamazon.com/es-es/recursos" data-language-code="ES-ES" data-cms-ai="0">Español (ES)</a> </li> <li class="LanguagesMenu-items-item"> <a class="LanguagesMenuItem" href="https://trustworthyshopping.aboutamazon.com/fr-fr/ressources" data-language-code="FR-FR" data-cms-ai="0">Français (FR)</a> </li> <li class="LanguagesMenu-items-item" data-selected> <a class="LanguagesMenuItem" href="https://trustworthyshopping.aboutamazon.com/it-it/risorse" data-language-code="IT-IT" data-cms-ai="0">Italiano (IT)</a> </li> </ul> </bsp-language></div> </div> <button class="Page-header-menu-trigger" aria-expanded="false"> <svg class="burger-menu"> <use xlink:href="#burger-menu"></use> </svg> <svg class="close-x"> <use xlink:href="#close-x-alt"></use> </svg> <span class="label">Menu</span> </button> </div> <div class="Page-header-hamburger-menu"> <div class="Page-header-hamburger-menu-wrapper"> <div class="Page-header-hamburger-menu-content"> <nav class="Navigation"> <ul class="Navigation-items"> <li class="Navigation-items-item"><div class="NavigationItem has-menu" > <div class="NavigationItem-text"> <a href="https://trustworthyshopping.aboutamazon.com/it-it/approccio" data-cms-ai="0">Approccio</a> <div class="NavigationItem-more"> <button aria-label="More"><svg class="chevron"><use xlink:href="#chevron-down"></use></svg></button> </div> </div> <ul class="NavigationItem-items" > <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://trustworthyshopping.aboutamazon.com/it-it/il-nostro-approccio/estesi-controlli-proattivi" data-cms-ai="0"><span class="NavigationLink-text">Estesi controlli proattivi</span></a> </li> <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://trustworthyshopping.aboutamazon.com/it-it/il-nostro-approccio/tecnologie-e-strumenti-innovativi" data-cms-ai="0"><span class="NavigationLink-text">Tecnologie e strumenti innovativi</span></a> </li> <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://trustworthyshopping.aboutamazon.com/it-it/il-nostro-approccio/identificare-i-truffatori" data-cms-ai="0"><span class="NavigationLink-text">Identificare i truffatori</span></a> </li> <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://trustworthyshopping.aboutamazon.com/it-it/il-nostro-approccio/tutela-e-informazione-dei-clienti" data-cms-ai="0"><span class="NavigationLink-text">Tutela e informazione dei clienti</span></a> </li> <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://trustworthyshopping.aboutamazon.com/it-it/il-nostro-approccio/collaborare-tra-partner-e-settori" data-cms-ai="0"><span class="NavigationLink-text">Collaborare tra partner e settori</span></a> </li> </ul> </div> </li> <li class="Navigation-items-item"><div class="NavigationItem has-menu" > <div class="NavigationItem-text"> <a href="https://trustworthyshopping.aboutamazon.com/it-it/aree-di-focus" data-cms-ai="0">Aree di focus</a> <div class="NavigationItem-more"> <button aria-label="More"><svg class="chevron"><use xlink:href="#chevron-down"></use></svg></button> </div> </div> <ul class="NavigationItem-items" > <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://trustworthyshopping.aboutamazon.com/it-it/aree-di-focus/impedire-la-vendita-di-prodotti-non-sicuri-nel-nostro-store" data-cms-ai="0"><span class="NavigationLink-text">La sicurezza dei prodotti</span></a> </li> <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://trustworthyshopping.aboutamazon.com/it-it/aree-di-focus/amazon-si-impegna-a-portare-a-zero-la-contraffazione" data-cms-ai="0"><span class="NavigationLink-text">Prevenzione della contraffazione</span></a> </li> <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://trustworthyshopping.aboutamazon.com/it-it/come-amazon-garantisce-le-recensioni-affidabili" data-cms-ai="0"><span class="NavigationLink-text">Recensioni autentiche</span></a> </li> <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://trustworthyshopping.aboutamazon.com/it-it/aree-di-focus/aiutare-i-brand-a-proteggere-i-diritti-di-proprietà-intellettuale" data-cms-ai="0"><span class="NavigationLink-text">Protezione della proprietà intellettuale</span></a> </li> <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://trustworthyshopping.aboutamazon.com/it-it/aree-di-focus/proteggere-i-consumatori-da-truffe-di-identità" data-cms-ai="0"><span class="NavigationLink-text">Protezione dalle truffe</span></a> </li> </ul> </div> </li> <li class="Navigation-items-item"><div class="NavigationItem " > <div class="NavigationItem-text"> <a href="https://trustworthyshopping.aboutamazon.com/it-it/il-nostro-impatto" data-cms-ai="0">Impatto</a> </div> </div> </li> <li class="Navigation-items-item"><div class="NavigationItem " > <div class="NavigationItem-text"> <a href="https://trustworthyshopping.aboutamazon.com/it-it/ultimi-aggiornamenti" data-cms-ai="0">Ultimi aggiornamenti</a> </div> </div> </li> <li class="Navigation-items-item" data-current-nav-item><div class="NavigationItem " > <div class="NavigationItem-text"> <a href="https://trustworthyshopping.aboutamazon.com/it-it/risorse" data-cms-ai="0">Risorse</a> </div> </div> </li> </ul> </nav> <div class="Page-header-languages"><bsp-language class="LanguagesMenu"> <a class="LanguagesMenu-text-link" role="button" tabindex="0" aria-label="Change language" aria-haspopup="true" aria-expanded="false" data-cms-ai="0"> <svg class="icon-globe"> <use xlink:href="#icon-globe"></use> </svg> <span>Italiano (IT)</span> <svg class="chevron"> <use xlink:href="#chevron-down"></use> </svg> </a> <ul class="LanguagesMenu-items" data-with-borders data-list-loadmore-items> <li class="LanguagesMenu-items-item"> <a class="LanguagesMenuItem" href="https://trustworthyshopping.aboutamazon.com/de-de/ressourcen" data-language-code="DE-DE" data-cms-ai="0">Deutsch (DE)</a> </li> <li class="LanguagesMenu-items-item"> <a class="LanguagesMenuItem" href="https://trustworthyshopping.aboutamazon.com/en-uk/resources" data-language-code="EN-GB" data-cms-ai="0">English (UK)</a> </li> <li class="LanguagesMenu-items-item"> <a class="LanguagesMenuItem" href="https://trustworthyshopping.aboutamazon.com/resources" data-language-code="EN-US" data-cms-ai="0">English (US)</a> </li> <li class="LanguagesMenu-items-item"> <a class="LanguagesMenuItem" href="https://trustworthyshopping.aboutamazon.com/es-es/recursos" data-language-code="ES-ES" data-cms-ai="0">Español (ES)</a> </li> <li class="LanguagesMenu-items-item"> <a class="LanguagesMenuItem" href="https://trustworthyshopping.aboutamazon.com/fr-fr/ressources" data-language-code="FR-FR" data-cms-ai="0">Français (FR)</a> </li> <li class="LanguagesMenu-items-item" data-selected> <a class="LanguagesMenuItem" href="https://trustworthyshopping.aboutamazon.com/it-it/risorse" data-language-code="IT-IT" data-cms-ai="0">Italiano (IT)</a> </li> </ul> </bsp-language></div> </div> </div> </div> </bsp-header> <div class="Page-content"> <div class="Page-pageLead" data-pagelead><div class="PageHeading" style="--opacityOverlay: 50%; background-color:var(--color-primary); --color-heading-text:var(--color-text-inverse);" data-text-align="center" data-page-heading-size="1" data-page-sub-heading-size="1"> <div class="PageHeading-content-wrapper"> <div class="PageHeading-content"> <h1 class="PageHeading-title">Risorse</h1> </div> </div> </div></div> <main class="Page-oneColumn" data-modulewell> <div class="StatListA" data-module data-module-header-position="side" data-has-background style="--color-module-background:var(--white);"> <div class="ModuleHeader"> <a class="AnchorLink" id="amazon-brand-protection-report" name="amazon-brand-protection-report" data-cms-ai="0"></a> <div class="ModuleHeader-title">Report sulla protezione dei marchi</div> <div class="ModuleHeader-description">Il nostro quarto report annuale mostra i continui progressi di Amazon nella lotta alla contraffazione, sia nel nostro negozio che nel settore retail. Leggi il report per scoprire come continuiamo a innovare ogni giorno per garantire un’esperienza di acquisto e di vendita affidabile per i nostri clienti e partner.</div> <div class="PageList-cta"> <a class="Button" href="https://cdn-trustworthyshopping.aboutamazon.com/02/bb/b0c20f314595be507aa817dcccd2/amazon-brand-protection-report-it.pdf" target="_blank" rel="noopener" data-cms-ai="0">Scarica qui</a> </div> </div> <div class="StatList-items" data-column-count="3"> <div class="StatList-items-item"> <div class="StatPromo"> <div class="StatPromo-content"><span class="StatPromo-value" data-counter data-target="99%+">99%+</span></div> <span class="StatPromo-description"> I controlli proattivi di Amazon hanno bloccato oltre il 99% delle offerte con sospette violazioni prima che un brand le trovasse e segnalasse. </span> </div> </div> <div class="StatList-items-item"> <div class="StatPromo"> <div class="StatPromo-content"><span class="StatPromo-value" data-counter data-target="7 milioni+">7 milioni+</span></div> <span class="StatPromo-description"> Di prodotti contraffatti identificati, sequestrati e smaltiti in modo appropriato in tutto il mondo. </span> </div> </div> <div class="StatList-items-item"> <div class="StatPromo"> <div class="StatPromo-content"><span class="StatPromo-value" data-counter data-target="30%+">30%+</span></div> <span class="StatPromo-description"> Dal 2020, sebbene il numero di prodotti disponibili per la vendita nello store Amazon abbia continuato a crescere, abbiamo constatato una diminuzione di oltre il 30% delle notifiche di violazione totali inviate dai brand. </span> </div> </div> </div> <div class="PageList-footer"> <div class="PageList-cta"> <a class="Button" href="https://cdn-trustworthyshopping.aboutamazon.com/02/bb/b0c20f314595be507aa817dcccd2/amazon-brand-protection-report-it.pdf" target="_blank" rel="noopener" data-cms-ai="0">Scarica qui</a> </div> </div> </div> <div class="ResourcesList" data-module data-header-text-align="center" data-has-background style="--color-module-background:var(--light-gray);"> <div class="ModuleHeader"> <div class="ModuleHeader-title">Rapporti</div> </div> <div class="ResourcesList-items"> <div class="ResourcesList-items-item"> <div class="ResourcePromo"> <div class="ResourcePromo-content"> <div class="PagePromo-title"> <a class="Link" href="https://cdn-trustworthyshopping.aboutamazon.com/02/bb/b0c20f314595be507aa817dcccd2/amazon-brand-protection-report-it.pdf" data-cms-ai="0">Report di Amazon sulla protezione dei marchi nel 2023</a> </div> <div class="PagePromo-description"> Il nostro quarto report annuale mostra i continui progressi di Amazon nella lotta alla contraffazione, sia nel nostro negozio che nel settore retail. Leggi il report per scoprire come continuiamo a innovare ogni giorno per garantire un’esperienza di acquisto e di vendita affidabile per i nostri clienti e partner. </div> </div> <div class="ResourcePromo-cta"> <a class="Button" href="https://cdn-trustworthyshopping.aboutamazon.com/02/bb/b0c20f314595be507aa817dcccd2/amazon-brand-protection-report-it.pdf" data-size="small" download data-cms-ai="0">Scarica qui<svg class="icon-download" aria-hidden="true"> <use xlink:href="#icon-download"></use> </svg></a> </div> </div> </div> <div class="ResourcesList-items-item"> <div class="ResourcePromo"> <div class="ResourcePromo-content"> <div class="PagePromo-title"> <a class="Link" href="https://cdn-trustworthyshopping.aboutamazon.com/ea/a7/87cad24c4a89a0d42756f155bbec/amazon-bpr-italian-2023.pdf" data-cms-ai="0">Report di Amazon sulla protezione dei marchi nel 2022</a> </div> <div class="PagePromo-description"> Pubblicato nell’aprile 2023. </div> </div> <div class="ResourcePromo-cta"> <a class="Button" href="https://cdn-trustworthyshopping.aboutamazon.com/ea/a7/87cad24c4a89a0d42756f155bbec/amazon-bpr-italian-2023.pdf" data-size="small" download data-cms-ai="0">Scarica qui<svg class="icon-download" aria-hidden="true"> <use xlink:href="#icon-download"></use> </svg></a> </div> </div> </div> <div class="ResourcesList-items-item"> <div class="ResourcePromo"> <div class="ResourcePromo-content"> <div class="PagePromo-title"> <a class="Link" href="https://cdn-trustworthyshopping.aboutamazon.com/58/d0/9299288643f4b24e350e37a7bee3/2022-amazon-brand-protection-report-it.pdf" data-cms-ai="0">Report di Amazon sulla protezione dei marchi nel 2021</a> </div> <div class="PagePromo-description"> Pubblicato nel giugno 2022. </div> </div> <div class="ResourcePromo-cta"> <a class="Button" href="https://cdn-trustworthyshopping.aboutamazon.com/58/d0/9299288643f4b24e350e37a7bee3/2022-amazon-brand-protection-report-it.pdf" data-size="small" download data-cms-ai="0">Scarica qui<svg class="icon-download" aria-hidden="true"> <use xlink:href="#icon-download"></use> </svg></a> </div> </div> </div> <div class="ResourcesList-items-item"> <div class="ResourcePromo"> <div class="ResourcePromo-content"> <div class="PagePromo-title"> <a class="Link" href="https://cdn-trustworthyshopping.aboutamazon.com/74/ca/35fb2604464897fd20ecf3b8264a/amz-brandreport-it.pdf" data-cms-ai="0">Report di Amazon sulla protezione dei marchi nel 2020</a> </div> <div class="PagePromo-description"> Pubblicato nel maggio 2021. </div> </div> <div class="ResourcePromo-cta"> <a class="Button" href="https://cdn-trustworthyshopping.aboutamazon.com/74/ca/35fb2604464897fd20ecf3b8264a/amz-brandreport-it.pdf" data-size="small" download data-cms-ai="0">Scarica qui<svg class="icon-download" aria-hidden="true"> <use xlink:href="#icon-download"></use> </svg></a> </div> </div> </div> <div class="ResourcesList-items-item"> <div class="ResourcePromo"> <div class="ResourcePromo-content"> <div class="PagePromo-title"> <a class="Link" href="https://trustworthyshopping.aboutamazon.com/dsa-digital-services-act-amazon-eu-store-transparency-report" data-cms-ai="0">Rapporto sulla trasparenza dei nostri negozi europei</a> </div> <div class="PagePromo-description"> Rapporto semestrali sulla trasparenza dei negozi Amazon nell’Unione Europea, che riguarderanno anche i requisiti previsti dal Digital Services Act (DSA) dell’UE. </div> </div> <div class="ResourcePromo-cta"> <a class="Button" href="https://trustworthyshopping.aboutamazon.com/dsa-digital-services-act-amazon-eu-store-transparency-report" data-size="small" data-cms-ai="0">Maggiori Informazioni<svg class="icon-download" aria-hidden="true"> <use xlink:href="#icon-download"></use> </svg></a> </div> </div> </div> </div> </div> <div class="ResourcesList" data-module data-header-text-align="center" data-has-background style="--color-module-background:var(--light-gray);"> <div class="ModuleHeader"> <div class="ModuleHeader-title">Blueprints</div> </div> <div class="ResourcesList-items"> <div class="ResourcesList-items-item"> <div class="ResourcePromo"> <div class="ResourcePromo-content"> <div class="PagePromo-title"> <a class="Link" href="https://www.aboutamazon.eu/news/customer-trust/a-blueprint-for-private-and-public-sector-partnership-to-improve-product-safety-for-consumers" data-cms-ai="0">Un piano sulla collaborazione tra il settore pubblico e privato per migliorare la sicurezza dei prodotti per i consumatori</a> </div> <div class="PagePromo-description"> Amazon si adopera per essere l’azienda più incentrata sul cliente al mondo e si impegna costantemente per garantire che ogni prodotto disponibile nel suo store sia sicuro e conforme alle sue politiche. </div> </div> <div class="ResourcePromo-cta"> <a class="Button" href="https://www.aboutamazon.eu/news/customer-trust/a-blueprint-for-private-and-public-sector-partnership-to-improve-product-safety-for-consumers" data-size="small" download data-cms-ai="0">Scarica qui<svg class="icon-download" aria-hidden="true"> <use xlink:href="#icon-download"></use> </svg></a> </div> </div> </div> <div class="ResourcesList-items-item"> <div class="ResourcePromo"> <div class="ResourcePromo-content"> <div class="PagePromo-title"> <a class="Link" href="https://www.aboutamazon.it/notizie/company-news/un-progetto-di-collaborazione-tra-settore-pubblico-e-privato-per-fermare-le-recensioni-false" data-cms-ai="0">Un progetto di collaborazione tra settore pubblico e privato per fermare le recensioni false</a> </div> <div class="PagePromo-description"> Di seguito sono riportati i tre modi in cui Amazon si avvale del suo impegno proattivo, delle collaborazioni con altri e delle azioni esecutive per bloccare le recensioni false. </div> </div> <div class="ResourcePromo-cta"> <a class="Button" href="https://www.aboutamazon.it/notizie/company-news/un-progetto-di-collaborazione-tra-settore-pubblico-e-privato-per-fermare-le-recensioni-false" data-size="small" download data-cms-ai="0">Scarica qui<svg class="icon-download" aria-hidden="true"> <use xlink:href="#icon-download"></use> </svg></a> </div> </div> </div> <div class="ResourcesList-items-item"> <div class="ResourcePromo"> <div class="ResourcePromo-content"> <div class="PagePromo-title"> <a class="Link" href="https://www.aboutamazon.it/notizie/piccole-e-medie-imprese/i-passi-da-compiere-per-porre-fine-alla-contraffazione-grazie-alla-collaborazione-fra-settore-pubblico-e-privato" data-cms-ai="0">I passi da compiere per porre fine alla contraffazione grazie alla collaborazione fra settore pubblico e privato</a> </div> <div class="PagePromo-description"> Ci impegniamo a collaborare nel settore pubblico e privato per contrastare le contraffazioni. </div> </div> <div class="ResourcePromo-cta"> <a class="Button" href="https://www.aboutamazon.it/notizie/piccole-e-medie-imprese/i-passi-da-compiere-per-porre-fine-alla-contraffazione-grazie-alla-collaborazione-fra-settore-pubblico-e-privato" data-size="small" download data-cms-ai="0">Scarica qui<svg class="icon-download" aria-hidden="true"> <use xlink:href="#icon-download"></use> </svg></a> </div> </div> </div> </div> </div> <div class="RichTextModule" data-module> <a class="AnchorLink" id="videos" name="videos" data-cms-ai="0"></a> <div class="RichTextModule-title"><div class="cms-textAlign-center">Video</div></div> </div> <div class="ThreeColumnContainer" data-module> <a class="AnchorLink" id="videos" name="videos" data-cms-ai="0"></a> <div class="ThreeColumnContainer-container"> <div class="ThreeColumnContainer-column" data-modulewell> <div class="RichTextModule" data-module> <a class="AnchorLink" id="rich-text-module-8c0000" name="rich-text-module-8c0000" data-cms-ai="0"></a> <div class="RichTextModule-items RichTextBody"><div class="VideoEnhancement"> <a class="AnchorLink" id="video-5f0000" name="video-5f0000" data-cms-ai="0"></a> <div class="VideoEnhancement-player"><div class="HTML5VideoPlayer-wrapper"> <bsp-html5player data-video-player class="HTML5VideoPlayer" data-video-id="00000191-e198-d54d-a7fd-fddb799f0000" data-video-title=""> <div class="HTML5VideoPlayer-screen"> <video id="HTML5VideoPlayer-fe0dbeea06c8d46eba98dfb8251d75015" class="HTML5VideoPlayer-video" tabindex="-1" poster="https://cdn-trustworthyshopping.aboutamazon.com/dims4/default/09d204b/2147483647/strip/true/crop/1492x839+49+0/resize/1440x810!/quality/90/?url=https%3A%2F%2Famazon-k1-prod-cter.s3.us-west-2.amazonaws.com%2Fbrightspot%2F24%2F38%2F6b74f9174b2997c542232a31d901%2Fccu-thumbnail.PNG" preload="" > <source src="https://cdn-trustworthyshopping.aboutamazon.com/7b/98/0a688c1f4664b4dfd476421227e0/ccu-docuseries-original-it.mp4" type="video/mp4"> </video> <button class="HTML5VideoPlayer-playIcon" data-play-icon data-type="video"> <svg> <use xlink:href="#play-icon"></use> </svg> </button> </div> </bsp-html5player> </div> </div> </div> <p><b>Guarda</b>: <span class="LinkEnhancement"><a class="Link" href="https://trustworthyshopping.aboutamazon.com/it-it/lunita-di-amazon-per-i-crimini-di-contraffazione" data-cms-ai="0">L’Unità contro i crimini di contraffazione (CCU)</a></span> di Amazon collabora con brand, agenzie doganali e forze dell’ordine per individuare le contraffazioni, sequestrare l’inventario contraffatto e perseguire i truffatori coinvolti.<br></p></div> </div> </div> <div class="ThreeColumnContainer-column" data-modulewell> <div class="RichTextModule" data-module> <a class="AnchorLink" id="rich-text-module-510000" name="rich-text-module-510000" data-cms-ai="0"></a> <div class="RichTextModule-items RichTextBody"><div class="VideoEnhancement"> <a class="AnchorLink" id="video-f30000" name="video-f30000" data-cms-ai="0"></a> <div class="VideoEnhancement-player"><div class="HTML5VideoPlayer-wrapper"> <bsp-html5player data-video-player class="HTML5VideoPlayer" data-video-id="0000018d-3cf1-dbd4-adcd-3efb403e0000" data-video-title=""> <div class="HTML5VideoPlayer-screen"> <video id="HTML5VideoPlayer-faf40edd6d2c74e3282f33e5be4bc1a14" class="HTML5VideoPlayer-video" tabindex="-1" poster="https://cdn-trustworthyshopping.aboutamazon.com/dims4/default/6927c50/2147483647/strip/true/crop/1499x843+66+0/resize/1440x810!/quality/90/?url=https%3A%2F%2Famazon-k1-prod-cter.s3.us-west-2.amazonaws.com%2Fbrightspot%2F5f%2Fb8%2Fa7b1b51e4158845a77c170a1f2f7%2Fscams-thumbnail.PNG" preload="" > <source src="https://cdn-trustworthyshopping.aboutamazon.com/88/d8/2c43824f492f8afcd46240c174e4/scams-enforcement.mp4" type="video/mp4"> </video> <button class="HTML5VideoPlayer-playIcon" data-play-icon data-type="video"> <svg> <use xlink:href="#play-icon"></use> </svg> </button> </div> </bsp-html5player> </div> </div> </div> <p><b>Guarda</b>: Amazon si impegna diligentemente per aiutare a informare i consumatori su come evitare truffe e a garantire che i truffatori siano responsabili delle loro azioni. Tom Olsen, Corporate Counsel with Customer Protection and Enforcement di Amazon, condivide la sua passione ed esperienza nella lotta alle truffe e nel supporto alle vittime.</p></div> </div> </div> <div class="ThreeColumnContainer-column" data-modulewell> <div class="RichTextModule" data-module> <a class="AnchorLink" id="rich-text-module-f60000" name="rich-text-module-f60000" data-cms-ai="0"></a> <div class="RichTextModule-items RichTextBody"><div class="VideoEnhancement"> <a class="AnchorLink" id="video-9d0000" name="video-9d0000" data-cms-ai="0"></a> <div class="VideoEnhancement-player"><div class="HTML5VideoPlayer-wrapper"> <bsp-html5player data-video-player class="HTML5VideoPlayer" data-video-id="00000191-e62b-d54d-a7fd-fefb6e5b0000" data-video-title=""> <div class="HTML5VideoPlayer-screen"> <video id="HTML5VideoPlayer-fddfb4890cf92419fb4cec0ca87f79d22" class="HTML5VideoPlayer-video" tabindex="-1" poster="https://cdn-trustworthyshopping.aboutamazon.com/dims4/default/8b41296/2147483647/strip/true/crop/1280x720+0+0/resize/1440x810!/quality/90/?url=https%3A%2F%2Famazon-k1-prod-cter.s3.us-west-2.amazonaws.com%2Fbrightspot%2F6e%2F2f%2Fbe7aee0a4376a22a6595c7aac94d%2Fjosh-reviews-video-youtube-thumbnail.jpg" preload="" > <source src="https://cdn-trustworthyshopping.aboutamazon.com/4d/d5/111c5ab24ae5b5947b4bd1fc1c7a/science-behind-keeping-fake-reviews-off-amazons-store-full-en-it-2.mp4" type="video/mp4"> </video> <button class="HTML5VideoPlayer-playIcon" data-play-icon data-type="video"> <svg> <use xlink:href="#play-icon"></use> </svg> </button> </div> </bsp-html5player> </div> </div> </div> <p><b>Guarda</b>: Amazon si avvale degli ultimi progressi nell’apprendimento automatico per analizzare e bloccare centinaia di milioni di sospette recensioni false, valutazioni manipolate, account cliente falsi e altri abusi prima che i clienti li vedano.</p></div> </div> </div> </div> </div> </main> </div> <footer class="Page-footer"> <div class="Page-footer-container"> <div class="Page-footer-columns"> <div class="Page-footer-column"> <div class="Page-footer-logo"><a aria-label="home page" href="/it-it/" data-cms-ai="0" > <picture> <source srcset="https://cdn-trustworthyshopping.aboutamazon.com/04/9f/3b4f190b4f69a4ac83f96b3d6db3/amazon-logo.svg"/> <img class="Image" alt="Amazon logo" src="https://cdn-trustworthyshopping.aboutamazon.com/04/9f/3b4f190b4f69a4ac83f96b3d6db3/amazon-logo.svg" > </picture> </a> </div> </div> <div class="Page-footer-column"> <div class="Page-footer-navigation" data-no-content> <nav class="FooterNavigation"> <ul class="FooterNavigation-items" data-column-count="6"> <li class="FooterNavigation-items-item"> <div class="FooterNavigationItem"> <div class="FooterNavigationItem-text"> <a href="https://trustworthyshopping.aboutamazon.com/it-it/approccio" data-cms-ai="0"><b>Approccio</b></a> </div> </div> </li> <li class="FooterNavigation-items-item"> <div class="FooterNavigationItem"> <div class="FooterNavigationItem-text"> <a href="https://trustworthyshopping.aboutamazon.com/it-it/aree-di-focus" data-cms-ai="0"><b>Aree di focus</b></a> </div> </div> </li> <li class="FooterNavigation-items-item"> <div class="FooterNavigationItem"> <div class="FooterNavigationItem-text"> <a href="https://trustworthyshopping.aboutamazon.com/it-it/il-nostro-impatto" data-cms-ai="0"><b>Impatto</b></a> </div> </div> </li> <li class="FooterNavigation-items-item"> <div class="FooterNavigationItem"> <div class="FooterNavigationItem-text"> <a href="https://trustworthyshopping.aboutamazon.com/it-it/ultimi-aggiornamenti" data-cms-ai="0"><b>Ultimi aggiornamenti</b></a> </div> </div> </li> <li class="FooterNavigation-items-item"> <div class="FooterNavigationItem"> <div class="FooterNavigationItem-text"> <a href="https://trustworthyshopping.aboutamazon.com/it-it/risorse" data-cms-ai="0"><b>Risorse</b></a> </div> </div> </li> <li class="FooterNavigation-items-item"> <div class="FooterNavigationItem" data-column-divider> <div class="FooterNavigationItem-text"> <a href="https://www.aboutamazon.it/" target="_blank" data-cms-ai="0">Notizie Amazon</a> </div> <ul class="FooterNavigationItem-items"> <li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.aboutamazon.it/le-nostre-posizioni" target="_blank" data-cms-ai="0"><span class="NavigationLink-text">Chi Siamo</span></a> </li> <li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.aboutamazon.it/it-public-policy" target="_blank" data-cms-ai="0"><span class="NavigationLink-text">Relazioni istituzionali</span></a> </li> <li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://amazon-press.it/Top-Navi/Comunicati-Stampa.html" target="_blank" data-cms-ai="0"><span class="NavigationLink-text">Notizie</span></a> </li> <li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://ir.aboutamazon.com/" target="_blank" data-cms-ai="0"><span class="NavigationLink-text">Risorse per gli investitori</span></a> </li> <li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.aboutamazon.it/a-proposito-di-amazon" target="_blank" data-cms-ai="0"><span class="NavigationLink-text">A proposito di Amazon</span></a> </li> </ul> </div> </li> </ul> </nav> </div> </div> </div> <div class="Page-footer-bottom"> <div class="Page-footer-disclaimer"><p><span class="LinkEnhancement"><a class="Link" href="https://www.amazon.it/gp/help/customer/display.html?ie=UTF8&amp;nodeId=200545940&amp;ref_=footer_cou" target="_blank" rel="noopener" data-cms-ai="0">Condizioni Generali di Uso e Vendita</a></span> | <span class="LinkEnhancement"><a class="Link" href="https://www.amazon.it/gp/help/customer/display.html?ie=UTF8&amp;nodeId=200545460&amp;ref_=footer_privacy" target="_blank" rel="noopener" data-cms-ai="0">Informativa sulla privacy</a></span><span class="LinkEnhancement"><a class="Link" href="https://www.amazon.com/gp/help/customer/display.html?nodeId=GX7NJQ4ZB8MHFRNJ" target="_blank" rel="noopener" data-cms-ai="0"> </a></span>| <span class="trustarc" onclick="truste &amp;&amp; truste.eu &amp;&amp; truste.eu.clickListener()">Impostazioni dei cookie</span> | © 2024, Amazon Services LLC</p></div> </div> </div> </footer> <div id="consent_blackbar"></div> <script></script> <!-- START Parse.ly tracking --> <script id="parsely-cfg" src="//cdn.parsely.com/keys/trustworthyshopping.aboutamazon.com/p.js"></script> <!-- START Parse.ly Video tracking --> <script></script> <script> document.addEventListener('DOMContentLoaded', () => { try { let html5Videos = document.querySelectorAll(`.HTML5VideoPlayer video`) html5Videos.forEach(video => { video.addEventListener('play', (event) => { if (PARSELY.video) { let videoData = video.closest('.HTML5VideoPlayer').dataset let metadata = { "title": videoData.videoTitle, "image_url": video.poster || video.closest('.HTML5VideoPlayer').parentNode.querySelector('[data-poster]').style.backgroundImage.split('"')[1], "duration": parseInt(video.duration * 1000), "pub_date_tmsp": videoData.pubDate || '', "video_platform": "html5" } let url = window.location.href PARSELY.video.trackPlay(videoData.videoId, metadata, url) } }) video.addEventListener('pause', (event) => { if (PARSELY.video) { let videoData = video.closest('.HTML5VideoPlayer').dataset let metadata = { "title": videoData.videoTitle, "image_url": video.poster || video.closest('.HTML5VideoPlayer').parentNode.querySelector('[data-poster]').style.backgroundImage.split('"')[1], "duration": parseInt(video.duration * 1000), "pub_date_tmsp": videoData.pubDate || '', "video_platform": "html5" } let url = window.location.href PARSELY.video.trackPause(videoData.videoId, metadata, url) } }) }) } catch (e) { // Ignore } })</script> <span data-bsp-pv="b128c3ca-c79e-384b-8fef-1c7ea1730a0d"></span><span data-bsp-pv="00000190-280d-dd96-a3d6-abfd5564001f"></span><script data-bsp-site="0000018f-5b28-ddcd-afff-5f3e1e5b0000" data-bsp-contentid="00000190-280d-dd96-a3d6-abfd5564001f"></script><script data-bsp-site="0000018f-5b28-ddcd-afff-5f3e1e5b0000" data-bsp-contentid="00000190-280d-dd96-a3d6-abfd5564001f" src="https://cdn-trustworthyshopping.aboutamazon.com/resource/0000018b-f767-d248-a38b-f77779e70000/_resource/analytics/bsp-analytics.min.686c87a3ca6667675841641b91fc7fe6.gz.js"></script></body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10